@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");

:root{
    --primary-grey-bg:#14141F;
    --secondary-grey-bg:#3C3C56;
    --default-bg: #191923;
    --primary-bg: #00995d;
    --font-grotesk: 'Familjen Grotesk', sans-serif;
    --color-primary: #ab6cc6;
}

html {
    scroll-behavior: smooth;
  }  

body{
    height: 100%;
}
.bg-dark{
    background-color: #070f1c !important;
}
.bg-dark.bg-dark-secondary{
    background-color: #020710 !important;
}
.btn:active, .btn:focus{
    outline: none;
    box-shadow: none !important;
}
.radius-12{
    border-radius: 12px;
}
.form-control{
    text-align: left !important;
    color: #fff !important;
}
.placeholder-light::placeholder{
    text-align: left;
    font-weight: 400;
    color: #777777 !important; 
}
.transparent-input{
    background-color: transparent !important;
    border: 1px solid rgba(138, 138, 160, 0.3) !important;
}
.header .logo a{
    font-size: 32px;
    font-weight: 700;
}
.header .logo a:hover{
    text-decoration: none;
}
.header-dropdown-buttons .btn-group > .btn-dark.btn:hover{
    background-color: #111111 !important;
    border-color: #111111 !important;
}
.dark .header-dropdown-buttons .btn-group > .btn-default{
    background-color: #ab6cc6 !important;
    border-color: #ab6cc6 !important;
    text-shadow: none !important;
}
.dark .header-dropdown-buttons .btn-group > .btn-default:hover{
    background-color: #9760af !important;
    border-color: #9760af !important;
}
.btn-default{
    background-color: #00995d;
    border-color: #00995d;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus{
    background-color: #00995d;
    border-color: #00995d;
    opacity: .8;
}
.btn-default-transparent{
    border-color: #00995d;
}
.btn-default-transparent:hover,
.btn-default-transparent:active,
.btn-default-transparent:focus{
    background-color: #00995d !important;
    border-color: #00995d !important;
}
.page-wrapper{
    /* min-height: max(900px,100%); */
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
}
.section-home-builder{
    /* flex-grow: 1; */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.section-home-builder h1{
    font-size: 8vh;
}
.section-home-builder p{
    font-size: 3.2vh;
}
.vh-100{
    height: 100vh;
}
.form-control{
    height: 60px;
    box-shadow: none !important;
    outline: none;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
.content-mint{
    border-radius: 20px;
    /* background: #000; */
    padding: 20px;
    border: 1px solid rgba(255,255,255,.1);
}
.supply-box{
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.04);
    padding: 16px;
    border: 1px solid rgba(255,255,255,.05);
    display: flex;
    flex-direction: column;
    gap: .5rem;
    align-items: center;
    text-align: center;
}
.supply-box span:last-child{
    font-size: 26px;
    color: #fff;
}
.content-author{
    color: #fff;
    font-size: 18px;
    gap: .5rem;
}
.cursor-pointer{
    cursor: pointer !important;
}
.btn-conn{
    background-color: transparent;
    box-shadow: none;
    border: none;
    font-weight: 800;
    padding: 16px;
    width: 100%;
    cursor: pointer;
}
.btn-conn:active,
.btn-conn:focus,
.btn-conn:hover{
    background-color: #14141F;
    background-color: rgba(1,1,1,.02);
    border: none !important;
    outline: none !important;
}
.modal-body-p{
    padding: 40px 26px 0 26px !important;
}
.icon-ampl{
    width: 40px;
    height: 40px;
    background: rgba(25, 28, 31, 0.6);
    /* display: flex; */
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    position: absolute;
    top: 5px;
    right: 5px;
    transition: all .3s ease;
    display: none;
}
.icon-ampl i{
    color: #fff;
}
.image-featured,
.image-featured:hover{
    transition: all .3s ease;
}
.image-featured:hover .icon-ampl{
    display: flex;
}
.image-featured img,
.image-featured video{
    border-radius: 16px;
}
.modal{
    padding-left: 0 !important;
}
.logged .header.dark{
    background-color: #14141F !important;
}
.logged .section.bg-dark{
    background-color: #14141F !important;
    color: #fff !important;
}
.logged .section.bg-dark :is(h2,h3,p,a){
    color: #fff;
}
.logged .header-container{
    position: static !important;
}
.logged .header{
    border-bottom: 2px solid rgba(255,255,255,.05);
}
.logged-button-create{
    padding: 20px 35px;
    border-radius: 16px;
    border: 2px dashed rgba(255,255,255,.7) !important;
    background-color: #212529;
    border: none;
    height: 280px;
    width: 100%;
    cursor: pointer;
}
.logged-button-create:active,
.logged-button-create:focus{
    border: 2px dashed rgba(255,255,255,.7) !important;
    outline: none !important;
    box-shadow: none !important;
}
.logged-button-create p:not(small){
    color: #fff;
}
.logged-button-create i{
    font-size: 56px;
    color: #fff;
}
.logged-modal-option{
    border-radius: 16px;
    border: 2px solid rgba(255, 255, 255, 0.04);
    padding: 16px;
    cursor: pointer;
}
.logged-modal-option a:not(button,a){
    color: #777777;
    text-decoration: none;
}
.logged-modal-option a:hover{
    text-decoration: none;
}
.logged-modal-option h3{
    color: #fff !important;
}
.modal-create .modal-dialog{
    max-width: 700px;
}
.logged-modal-option:not(:first-child){
    margin-top: 20px;
}
.logged-modal-option:last-child{
    margin-bottom: 25px;
}
.logged-modal-option.disabled{
    filter: blur(2px);
}
.private-switch{
    border-bottom: 2px solid rgba(255,255,255,.07);
    padding-bottom: 15px;
}
.logged-modal-option .btn-secondary:focus{
    color: #fff;
}
.form-container label i{
    font-size: 75%;
}
.form-control:disabled{
    background-color: inherit;
    color: #495057 !important;
}
.px-20{
    padding: 0 20px;
}
@media(max-width: 767px){
    .section-home-builder h1{
        font-size: 32px;
    }
    .section-home-builder{
        height: auto;
        padding: 120px 0;
    }
    .header-dropdown-buttons{
        padding-bottom: 40px;
    }
    .input-url > span{
        white-space: nowrap;
        /* width: 50%; */
        overflow: auto;
        flex: 0 0 35%;
    }
}

.container{
    max-width: 1440px;
}

@media only screen and (max-width: 1199px){
    .container{
        max-width: 1200px;
    }
}

@media only screen and (max-width: 991px){
    .container{
        max-width: 1440px;
    }
}

@media only screen and (max-width: 767px){
    .container{
        max-width: 740px;
    }
}

/* CLAIM PAGE
--------------------------------------------------------*/
.pv-120{
    padding: 120px 0;
}
.history-total{
    max-height: 470px;
    overflow-y: auto;
}
.modal-dialog.fixed-bottom {
    transform: translateY(100%) !important;
    transition: transform 0.3s ease-out !important;
}
.modal.show .modal-dialog.fixed-bottom {
    transform: translateY(0%) !important;
}
.custom-modal .modal-dialog.fixed-bottom{
    margin: 1.75rem auto 0 auto !important;
    
}
.custom-modal .modal-dialog.fixed-bottom .modal-content{
    border-radius: 20px 20px 0 0 !important;
}
.modal .modal-content.bg-dark :is(h2,h3,p,a){
    color: #fff;
}
.modal.custom-modal .close,
.modal.right .close{
    overflow: hidden;
    height: 30px;
    width: 30px;
    border-radius: 50px;
    position: absolute;
    right: 10px !important;
    top: 20px !important;
    background-color: transparent !important;
    font-weight: 400;
    border: none;
    outline: none;
    z-index: 10 !important;
    opacity: 1;
    box-shadow: none !important;
    font-size: 22px;
}
.modal.right .close{
    color: #777777 !important;
    text-shadow: none;
}
.modal.right .close:hover{
    color: #777777 !important;
    opacity: 1;
}
.modal .bg-dark .form-control{
    color: #fff !important;
}
.modal .bg-dark .form-control::placeholder{
    color:  #777777 !important;
}
/* .modal .bg-dark .form-control:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #191c1f inset !important;
    box-shadow: 0 0 0 30px #191c1f inset !important;
} */
.account-info-box{
    display: flex;
    align-items: center;
    padding-bottom: 40px;
}
.account-info-box .avathar{
    width: 50px;
    height: 50px;
}
.account-info-box .avathar img{
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}
.account-info-box .account .account-name{
    font-weight: 700;
}
.account-info-box .account .account-address{
    color: #000;
    font-size: 13px;
}
.side-modal-footer{
    padding: 20px;
}
.token-image img{
    border-radius: 4px !important;
}
.token-time{
    margin-left: 10px !important;
}
.form-create-account .form-control{
    background-color: transparent;
    border-radius: 12px;
    border-color: rgba(0,0,0,.2);
    color: #000;
}
.modal .bg-dark :is(a,p,button,h2,h3){
    color: #fff;
}
.bg-dark .btn-conn:active, .bg-dark .btn-conn:focus, .bg-dark .btn-conn:hover{
    background-color: rgba(1,1,1,.1);
}
.header.bg-dark :is(.nav-link,a,button){
    color: #fff;
}
.header.bg-dark .navbar-nav li .nav-link{
    color: #fff;
}
/* .subfooter{
    border: 0;
} */
.subfooter.bg-dark:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 1px;
    background: rgba(255,255,255,.05);
}
.subfooter :is(p,a){
    font-size: 13px;
    font-weight: 700;
    color: #fff;
}
a:hover{
    text-decoration: none !important;
}
.row.tokens-list > div{
    margin-top: 20px;
}
.tokens-list .token-item img{
    border-radius: 16px;
    border: 3px solid #fff;
}
.token-item.disabled{
    filter: grayscale(1);
}
.token-item h4{
    font-size: 13px;
}
.section.bg-dark :is(a,p:not(.text-default,.text-muted),h2,h3,h4,span:not(.text-default,.text-muted)){
    color: #fff;
}
.section-tabs .nav-pills{
    background: rgba(255, 255, 255, 0.04);
    width: fit-content;
    margin: 0 auto;
    border-radius: 16px;
    padding: 16px;
}
.section-tabs .nav-pills .nav-link{
    font-size: 16px;
    text-transform: none;
    font-weight: 700;
}
.section-tabs .nav-pills .nav-link.active,
.section-tabs .nav-pills .nav-link:focus{
    border: none;
    background: #00995d !important;
    border-radius: 8px;
    color: #fff;
}
.section-tabs .nav-pills .nav-link,
.section-tabs .nav-pills .nav-link:hover{
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.section-tabs .nav-pills > li .nav-link.active{
    color: #fff !important;
}
.box-history{
    display: flex;
    justify-content: space-between;
    width: 100%;
    border: 1px solid rgba(0,0,0,.05);
    border-radius: 16px;
    padding: 16px;
    align-items: center;
}
.bg-dark .box-history{
    display: flex;
    justify-content: space-between;
    width: 100%;
    border: 1px solid rgba(255,255,255,.05);
    border-radius: 16px;
    padding: 16px;
    align-items: center;
}
.box-history-info{
    display: flex;
    gap: 1rem;
    align-items: center;
}
.box-history-time{
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}
.bg-dark .box-history-time span:first-child{
    color: #fff;
}
.box-history-time span:first-child{
    font-size: 18px;
    font-weight: 700;
}
.box-history-values{
    display: flex;
    flex-direction: column;
    display: flex;
    flex-direction: column;
    text-align: right;
}
.box-history-values span:first-child{
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.supply-box span:last-child{
    color: #000 !important;
}
.default-bg .supply-box span:last-child{
    color: #fff !important;
}
.bg-dark .supply-box span:last-child{
    color: #fff !important;
}
.supply-box{
    border: 1px solid rgba(1,1,1,.5);
}
.content.details h3{
    padding: 0 16px;
}
.details-box > div:not(:last-child){
    margin-bottom: 10px;
}
.bg-dark .details-box > div a,
.bg-dark .details-box > div a:hover{
    color: #fff;
    text-decoration: none;
}
.details-box > div a,
.details-box > div a:hover{
    color: #000;
    text-decoration: none;
}
.details-box{
    border-radius: 20px;
    /* background-color: rgba(1,1,1,.09); */
    padding: 16px;
    border: 1px solid rgba(0,0,0,.1);
    color: #000;
}
.bg-dark .details-box{
    border-radius: 20px;
    /* background-color: rgba(1,1,1,.09); */
    padding: 16px;
    border: 1px solid rgba(255,255,255,.1);
    color: #fff;
}
.supply-box span:last-child{
    font-size: 26px;
    color: #000;
    font-weight: 700;
}
.bg-dark .details-box{
    border: 1px solid rgba(255,255,255,.05);
    color: #fff;
}
.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler:focus{
    border-radius: 2px;
    background-color: rgba(0,0,0,.05) !important;
    border: 1px solid rgba(0,0,0,.05) !important;
    outline: none !important;
}
.bg-dark .navbar-toggler-icon{
    background-image: url('../img/menu.svg');
}
.navbar-light .navbar-toggler-icon{
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, .5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E);
}
.header{
    position: relative;
    z-index: 1;
}
.bg-dark .btn-default-transparent{
    color: #fff;
}
.not-user,
.yes-user{
    display: flex;
}
[data-notify="container"]{
    z-index: 9999999 !important;
    right: auto !important;
    left: 20px !important;
    top: 20px !important;
}
.modal-backdrop{
    z-index: 1;
}
.feedback-danger{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    display: none;
}
.spinner {
    border: 4px solid #f3f3f3; /* cor da borda */
    border-top: 4px solid #1CFDC6; /* cor da borda no topo */
    border-radius: 50%; /* bordas arredondadas */
    width: 40px; /* largura */
    height: 40px; /* altura */
    animation: spin 1s linear infinite; /* animação de rotação */
}
.modal .bg-dark .form-control[readonly]{
    background: rgba(255,255,255,.3);
    opacity: 1;
}
.load-side{
    display: flex;
}
.rounded {
    border-radius: 0.5rem !important;
}
.bg-dark .form-control{
    background-color: transparent;
    border: 1px solid rgba(138, 138, 160, 0.3);
}
.default-bg .nav-pills > li .nav-link{
    color: #fff !important;
    text-decoration: none !important;
}
.qrcode-box{
    padding: 35px 16px;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 24px;
    text-align: center !important;
}
.qrcode-box img{
    width: 360px;
    display: inline !important;
    max-width: 100%;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@media (max-width:767px){
    .section-tabs .nav-pills{
        white-space: nowrap;
        overflow-x: auto;
        max-width: 100%;
    }
    .custom-modal .modal-dialog.fixed-bottom{
        margin: 1rem 0 0 0 !important;
    }
    .px-20{
        padding: 0 10px;
    }
    [data-notify="container"]{
        left: 50% !important;
        transform: translateX(-50%) !important;
        /* top: auto !important;
        bottom: 20px !important; */
    }
}

/* header
-----------------------------------------*/
.cart .dropdown-item{
    padding: 20px !important;
}
.mobile__buttons .circle{
    padding: 0;
    width: 45px;
    height: 45px;
    margin: 0;
}
#header .header.bg-dark .navbar-nav li .nav-link:not(button),
#header .bg-dark button{
    color: #fff;
    text-decoration: none !important;
    /* border: none !important; */
}
#header .header .navbar-nav li .nav-link{
    border: none !important;
}
#header .header .navbar-nav li .nav-link:hover,
#header .header .navbar-nav li .nav-link:active,
#header .header .navbar-nav li .nav-link:focus,
#header .header .navbar-nav li .nav-link:visited{
    background-color: transparent !important;
    border: none !important;
}
#header .collapse{
    border-top: none;
}
#header .header{
    background-color: rgba(255,255,255,.05);
    backdrop-filter: blur(8px);
}
.header-dropdown-buttons .btn-group > .btn {
    -webkit-border-radius: 12px !important;
    -moz-border-radius: 12px !important;
    border-radius: 4px !important;
    width: auto;
    height: 40px;
    padding: 7px 20px !important;
    line-height: 0;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin: 0;
}
.header-container{
    position: absolute;
    left: 0;
    width: 100%;
}
@media (max-width:767px){
    .header .row{
        justify-content: center !important;
    }
}

/* banner
-------------------------------------------*/
.banner{
    padding-top: 120px;
    height: 720px;
}
.banner h1{
    font-size: 2rem;
    line-height: 120%;
}
.banner p{
    font-size: 1.2rem;
    line-height: 120%;
}
.banner__image img{
    display: inline;
}
.btn-secondary{
    background-color: #1CFDC6;
    border-color: #1CFDC6;
    color: #000 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active{
    background-color: #0cd7a5 !important;
    border-color: #0cd7a5 !important;
}
.fixed-header-on .header{
    backdrop-filter: blur(4px);
}
.subfooter a{
    text-decoration: none !important;
}

@media (max-width: 767px){
    .banner{
        padding-top: 45px;
    }
    .banner h1{
        font-size: 1.625rem;
    }
    .banner p{
        font-size: 1.2rem;
        line-height: 135%;
    }
}

/* general sections
----------------------------------------------*/
.section__title h3{
    font-size: 2rem;
    line-height: 120%;
}
.section__title h3 span{
    font-size: 60%;
    font-weight: 400;
    opacity: .7;
}
.section__title p{
    font-size: 1.2rem;
    line-height: 135%;
}
.content.preview{
    border-radius: 20px;
    border: 2px solid purple;
    padding: 30px;
    /* height: 100%; */
    background-color: #343444;
}
.preview-img img{
    width: 120px;
    height: 120px;
    border-radius: 12px;
    object-fit: cover;
}
.form-container :is(textarea,input),
.form-control:focus{
    text-align: left;
    background-color: transparent;
    border: 1px solid rgba(138, 138, 160, 0.3);
}
.form-container input::placeholder,
.form-container textarea::placeholder{
    font-weight: 400;
    text-align: left !important;
    color: #777777 !important;
}
.input-url > span{
    border: 1px solid rgba(138, 138, 160, 0.3);
    border-width: 1px 0px 1px 1px;
    border-radius: 5px 0 0 5px;
    /* border-radius: 5px; */
    background-color: #191923;
    height: 60px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    flex: 0 0 40%;
}
.input-url > input{
    border-radius: 0 5px 5px 0;
    border-width: 1px 1px 1px 0px;
}

@media(max-width: 767px){
    .section__title h3 span{
        display: none;
    }
    .section__title p{
        font-size: 1rem;
        line-height: 135%;
    }
}

/* Upload file
---------------------------------------*/
.uploadFile {
    width: 100%;
    background-color: transparent;
    border: 1px solid rgba(138, 138, 160, 0.3);
    border-radius: 8px;
    color: var(--primary-color4);
    font-size: 14px;
    line-height: 100px;
    overflow: hidden;
    padding: 0px 59px;
    position: relative;
    resize: none;
    cursor: pointer;
    margin-bottom: 22px;
}

.uploadFile input[type=file] {
    cursor: pointer;
    width: 90px;
    height: 60px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    right: 59px;
    transform: translateY(-50%);
    padding: 0 0;
    border: none;
    border-radius: 12px;
}

.uploadFile .inputfile:hover::before{
    background: #5142FC;
    color: #fff;
}

.uploadFile .inputfile:hover::before{
    background: #fff;
    color: #5142FC;
}

.uploadFile .form-control {
    background: transparent;
    color: #fff;
}
.uploadFile input[type=file]:before {
    width: 90px;
    height: 60px;
    font-weight: 700;
    font-size: 18px;
    line-height: 48px;
    /* content: 'Upload file'; */
    content: '\f0ee';
    font-family: "Font Awesome 6 Free";
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(81, 66, 252, 0.1);
    border: 2px solid transparent;
    color: var(--primary-color3);
    text-align: center;
    border-radius: 12px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition   : all 0.3s ease-in-out;
    -ms-transition    : all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
}
.uploadFile {
    color: #fff;
}
.uploadFile input[type=file]:before {
    border-color: #fff;
    background-color: transparent;
    color: #fff;

}

.uploadFile input[type=file]::-webkit-file-upload-button {
    visibility: hidden;
}

@media(max-width: 767px){
    .uploadFile input[type=file]{
        display: none;
    }
}

/* lazy mint
-------------------------------------------*/
.lazy__mint p{
    font-size: 1.1rem;
    line-height: 120%;
}
.auction__card.card__lazy-mint{
    background-color: #343444;
    width: 320px;
}
.auction__card.card__lazy-mint :is(h4,a,span){
    color: #fff !important;
}
.lazy__mint ul{
    padding-left:20px;
    list-style: disc;
}
.lazy__mint ul li{
    margin-bottom: .7rem;
}
.quantity-nft-area button:first-child{
    border-radius: 50px 0 0 50px;
}
.quantity-nft-area input{
   height: 40px;
   border-radius: 0;
   border: none;
}
.quantity-nft-area button:last-child{
    border-radius:  0 50px 50px 0;
}
.info-collection__social{
    background-color: #777;
    border-radius:  0 0 20px 20px;
    padding: 20px;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
}
#lazymint .auction__card{
    border-radius: 20px 20px 0 0 !important;
}

/* details
--------------------------------*/
.main{
    padding-top: 120px;
}
.details__title span{
    cursor: pointer;
}
.details__info{
    border-radius: 10px;
    border: 1px solid rgb(229, 232, 235);
}
.details__info p{
    font-size: 1.2rem;
}
.details__info > div{
    padding: 20px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.details__info h4{
    font-size: 30px;
    font-weight: 400;
}
.item .card,
.item .card-header:first-child,
.item .card-header{
    border-radius: 10px;
}
.item .card-block {
    border-radius: 0 0 10px 10px;
    padding: 20px;
    background-color: #fff;
    color: #000;
}
.item .card-header{
    padding: 20px;
}
.item .card-header a{
    color: #000 !important;
    padding: 0;
    font-weight: 700;
}
.collapse{
    border-top: 1px solid rgb(229, 232, 235);
}
.accordion-glued .card:first-of-type .card-header{
    border-radius: 10px 10px 0 0;
}
.accordion-glued .card:first-of-type{
    border-radius: 10px;
}
.details__table.details__info > div{
    padding: 0 !important;
}
.details__info-countdown h5{
    font-size: 1.9rem;
}
.details__table{
    /* border-bottom: none !important; */
    margin-bottom: .25rem;
}
.details__table .item .card-block{
    padding: 0;
    max-height: 332px;
}
.details__table .item .card-block .table-responsive,
.details__table .table-responsive{
    height: 332px;
}
.details__table .table{
    border-bottom: none;
    margin-bottom: 5px;
}
.details__table thead tr th,
.details__table tfoot tr th{
    color: #000;
    padding: 4px 15px;
    background-color: transparent;
    font-weight: 400;
    font-size: 13px;
}
.details__table tbody tr td{
    padding: 12px 20px;
    color: #000;
}
.details__table tbody tr td:first-child{
    font-weight: 700;
}
.details__table tbody tr td img{
    display: inline;
}
.details__table tbody tr td:first-child span{
    color:#14141F;
    font-size: 13px;
    font-weight: 400;
}
@media (max-width:767px){
    .main{
        padding-top: 40px;
    }
    .main-container{
        padding-top: 40px !important;
    }
    .details__info button{
        width: 100%;
    }
    .details__info p{
        font-size: 16px;
    }
    .details__info-countdown h5{
        font-size: 1.4rem;
    }
    .details__info-bid h4{
        display: flex;
        flex-direction: column;
    }
    .details__info-bid h4 small{
        font-size: 14px;
    }
}

/* modal popup
-------------------------------------------------*/
.bid__subtotal p{
    color: #000;
    font-size: 1.2rem;
    font-weight: 400;
}
.dropdown__input{
    cursor: pointer
}
.bid__options input{
    cursor: pointer;
    font-size: 1rem;
    color: #212529;
    height: 50px;
}
.dropdown__input span{
    position: absolute;
    right: 15px;
    top: 20px;
}
.dropdown-item > div{
    width: 30px;
    display: flex;
    justify-content: center;
}
.bid__options .dropdown .dropdown-menu{
    min-width: 100%
}
.bid__options .dropdown-item{
    padding: .7rem 1.5rem;
}

/* modal qr code
------------------------------------------*/
.copy-qrcode{
	position: relative;
	width: 100%;
}
.copy-qrcode input{
	width: 100%;
	padding-right: 35px;
	cursor: pointer;
}
.copy-qrcode input:active,
.copy-qrcode input:focus{
	outline: none;
	box-shadow: none;
}
.copy-qrcode input::selection {
	background: transparent !important;
}
.copy-qrcode button{
	position: absolute;
	top: 10px;
	right: 5px;
	outline: none;
	border: none;
	background-color: transparent;
	cursor: pointer;
	transition: all .4s ease;
}
.mensagem-texto-copiado{
	color: #333;
	font-size: 12px;
	font-weight: 700;
	border-radius: 10px;
	text-align: center;
}

/* account
-----------------------------------------*/
.header__info div{
	border-radius: 50px;
}

/* switch toggle
-----------------------------------------*/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: var(--color-primary);
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px var(--color-primary);
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

/* Checkbox
--------------------------------------*/
/* The container */
.container-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    /* font-size: 22px; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: transparent;
    border: 1px solid rgba(138, 138, 160, 0.3);
    border-radius: 6px;
  }
  
  /* On mouse-over, add a grey background color */
  .container-checkbox:hover input ~ .checkmark {
    background-color: transparent;
  }
  
  /* When the checkbox is checked, add a blue background */
  .container-checkbox input:checked ~ .checkmark {
    background-color: #ff5097;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .container-checkbox input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .container-checkbox .checkmark:after {
    left: 8px;
    top: 4px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }


  /*=============================
Right Side Modal CSS
===============================*/
.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 420px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
    max-height: calc(100vh - 40px);
    margin: 20px;
}
.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
    border-radius: 20px;
}
.modal.right .modal-body {
	padding: 20px;
}
.modal.right.fade .modal-dialog {
	right: -420px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right.fade.show .modal-dialog {
	right: 0;
}
.modal-content {
	border-radius: 0;
	border: none;
}
.modal-header {
	border-bottom-color: transparent;
	background-color: transparent;
	padding: 20px 30px 0;
}
.modal-header .close {
	color: #fff !important;
    opacity: 1;
	font-size: 35px;
	outline: 0 !important;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
    text-shadow: none !important;
}
.modal-header .close:not(:disabled):not(.disabled):focus, .modal-header .close:not(:disabled):not(.disabled):hover {
	color: #ff6d34;
	text-decoration: none;
	opacity: 1;
}
.modal.right .modal-body p {
	margin-top: 20px;
}
.modal.right .modal-body ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.modal.right .modal-body .modal-contact-info {
	margin-top: 30px;
	margin-bottom: 20px;
}
.modal.right .modal-body .logo a {
	color: #283a5e;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 900;
}
.modal.right .modal-body .logo a span {
	color: #ff6d34;
}
.modal.right .modal-body .modal-contact-info li {
	position: relative;
	padding-left: 45px;
	font-size: 18px;
	margin-bottom: 25px;
}
.modal.right .modal-body .modal-contact-info li b {
	display: block;
}
.modal.right .modal-body .modal-contact-info li i {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 35px;
	color: #ff6d34;
}

@media(max-width: 767px){
    .modal.right .modal-dialog{
        width: 100%;
    }
}

/** elementos de dentro do righ side modal
-----------------------------------------------------------------*/
.side-modal-header{
    padding: 20px;
    border-bottom: 1px solid rgba(1,1,1,.05);
}
.side-modal-header .dropdown-toggle{
    cursor: pointer;
    color: #000;
    font-size: 14px;
    font-weight: 700;
}
.side-modal-body{
    padding: 20px;
}
.side-modal-item{
    border: 1px solid rgba(1,1,1,.05);
    border-radius: 9px;
    margin-bottom: 20px;
}
.side-modal-body-token{
    padding: 16px;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
}
.side-modal-body-token .token-time{
    display: flex;
    flex-direction: column;
    flex: 0 0 80%;
}
.token-image{
    width: 72px;
}
.side-modal-body-token .token-time span:first-child{
    font-weight: 700;
}
.side-modal-body-token .token-time span:last-child{
    font-weight: 700;
    font-size: 12px;
    color: #000;
}
.side-modal-body-funds{
    text-align: center;
}
.side-modal-body-funds .funds-info{
    display: flex;
    flex-direction: column;
    padding: 16px;
}
.side-modal-body-funds .funds-info span:first-child{
    font-size: 14px;
    font-weight: 700;
}
.side-modal-body-funds .funds-info span:last-child{
    font-size: 32px;
    font-weight: 700;
    color: #000;
}
.side-modal-body-funds .funds-add{
    background-color: #14141F;
    font-weight: 700;
    font-size: 18px;
    padding: 16px;
    color: #fff;
    border-radius: 0 0 10px 10px;
    transition: all .3s ease;
    cursor: pointer;
}
.side-modal-body-funds .funds-add:hover{
    opacity: .9;
}
@media(max-width:767px){
    .side-modal-body-token .token-time{
        flex: 0 0 75%;
    }
    .modal.right.fade.show .modal-dialog{
        margin: 0;
        max-height: 100%;
    }
    .modal.right .modal-content{
        border-radius: 0;
    }
}

.gap-1 {
    gap: 0.25rem;
  }
  
  .gap-2 {
    gap: 0.5rem;
  }
  
  .gap-3 {
    gap: 0.75rem;
  }
  
  .gap-4 {
    gap: 1rem;
  }
  
  .gap-5 {
    gap: 1.25rem;
  }
  
  .gap-6 {
    gap: 1.5rem;
  }
  
  .gap-7 {
    gap: 1.75rem;
  }
  
  .gap-8 {
    gap: 2rem;
  }
  
  .gap-9 {
    gap: 2.25rem;
  }
  
  .gap-10 {
    gap: 2.5rem;
  }