/* =========================================================
 * bootstrap-treeview.css v1.2.0
 * =========================================================
 * Copyright 2013 Jonathan Miles
 * Project URL : http://www.jondmiles.com/bootstrap-treeview
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================= */

.treeview .list-group-item {
    cursor: pointer;
}

.treeview span.indent {
    margin-left: 10px;
    margin-right: 10px;
}


.treeview span.icon {
    width: 12px;
    margin-right: 5px;
}

.treeview .node-disabled {
    color: silver;
    cursor: not-allowed;
}
.list-group-item > .badge {
    float: right;
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #777;
    border-radius: 10px;
}

#avatarDivWrapper {
    display: flex;
}
#avatarReload {
    text-decoration: none;
    cursor: pointer;
}
#avatarReload:hover {
    color: #ffffff;
    cursor: pointer;
}
#avatarFilter {
    text-decoration: none;
    cursor: pointer;
}
#avatarFilter:hover {
    color: #ffffff;
    cursor: pointer;
}

@media (max-width: 991.98px) {
    .sidebar {
        width: 100% !important;
        position: fixed;
        top: 50px !important;
        bottom: 0;
        left: 0;
        overflow: scroll;
    }
    #avatarFilterClose {
        display: block !important;
    }
    .mintCTA {
        opacity: 1 !important;
    }
}

#avatarFilterClose {
    display: none;
    cursor: pointer;
}

#chainInfo {
    left:0px;
    width: 100%;
    color: white;
}
#Price1, #Price2, #Price3 {
    text-decoration: line-through;
    color: darkred;
}

.mintCTA {
    opacity: 0.5;
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin: 0 0 0 -75px ;
    width: 150px;
    height: 50px;
    background-image: url("/images/crypto/mintCTA.png");
    background-repeat: no-repeat;
    z-index: 999999;
    cursor: pointer;
}
.mintCTA:hover {
    opacity: 1;
}

#mintButton{
    height: 40px;
    width: 100px;
    background-color: red;
    color: white;
    border-radius: 10px;

}
/* Sidebar */
.sidebar {
    top: 0;
    width: 240px;
    z-index: 600;
}
#sidebarMenu {
    background-color: black !important;
}
.nft {
    padding: 0px !important;
    height: 100%;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background-color: black;
    cursor: pointer;
}

.nft:hover ~ .mintCTA{
        opacity: 1;
}

.nftwrapper {
    display: flex;
    flex-direction: column;
    padding: 15px !important;
    height: 100%;
    position: relative;
    z-index: 2;
    overflow: hidden;
    min-width: 280px;
}

nftmain {
    min-height: 1183px;
}



.bgc-h-secondary-l3:hover, .bgc-secondary-l3 {
    background-color: #ebeff1!important;
}
.h-4 {
    height: 2rem;
}
.w-4 {
    width: 2rem;
}
.d-zoom-1, .d-zoom-2, .d-zoom-3, .dh-zoom-1, .dh-zoom-2, .dh-zoom-3 {
    transition: -webkit-transform 180ms;
    transition: transform 180ms;
    transition: transform 180ms,-webkit-transform 180ms;
}
.mr-25, .mx-25 {
    margin-right: .75rem!important;
}

.p-25 {
    padding: .75rem!important;
}
.radius-1 {
    border-radius: .25rem!important;
}
[class*=bgc-h-] {
    transition: background-color .15s;
}

.text-default-d3 {
    color: #416578!important;
}
.font-bolder, .text-600 {
    font-weight: 600!important;
}
.text-90 {
    font-size: .9em!important;
}


.bgc-h-secondary-l4:hover, .bgc-secondary-l4 {
    background-color: #f2f4f6!important;
}
.text-danger-m1 {
    color: #da3636!important;
}
.text-green-m1 {
    color: #2c8d6a!important;
}
.text-95 {
    font-size: .95em!important;
}

.accordionWrapper .custom_accordion.design_2 > .header_accordion {
    color: lightgrey !important;
    border: 1px solid lightgrey !important;
}
.accordionWrapper .custom_accordion.design_2 > .header_accordion:hover {
    color: white !important;
    border: 1px solid white !important;
}
.accordionWrapper .custom_accordion.design_2 > .header_accordion::before {
    color: white !important;
    border: 1px solid white !important;
}
.accordionWrapper .custom_accordion.design_2 > .header_accordion::after {
    color: white !important;
    border: 1px solid white !important;
}
.accordionWrapper .custom_accordion.design_2.active > .header_accordion {
    color: black !important;
    border: 1px solid lightgrey !important;
}
.accordionWrapper .custom_accordion.design_2.active > .header_accordion:hover {
    color: black !important;
    border: 1px solid lightgrey !important;
}
.accordionWrapper .custom_accordion > .body_accordion {
    overflow-y: hidden !important;
}
