

.fa-hand-holding-seedling{
    display: none !important;
}

.nav-application > .btn {
    width: 113px !important;
    height: 80px !important;
    float: left;
    background: transparent;
    color: black;
    margin:0 0 24px;
}
.fa-2x {
    font-size: 1.3em !important;
}
.sidenav-toggler.sidenav-toggler-dark.d-md-none.active {
    height: 200px;
    padding-top: 5px;
    padding-left: 10px;
}
img.navbar-brand-img {
    padding-top: 0 !important;
}
a.navbar-brand {
}
.sidenav-toggler.sidenav-toggler-dark.d-md-none.active {
    padding-top: 5px;
    padding-left: 15px;
    z-index: 9999999999999999999999999999999999999 !important;
    position: relative;
}
.sidenav-toggler.sidenav-toggler-dark.d-md-none.active {
    padding-bottom: 10px;
}
img.navbar-brand-img {
    padding-top: 16px !important;
}
.sidenav-toggler-inner {
    position: absolute;
    right: 10px;
}
.sidenav-toggler-inner {
    position: absolute;
    right: -5px;
    background: red;
    width: 22px;
    height: 15px;
    border-radius: 15%;
}
i.bg-white.sidenav-toggler-line.num-01 {
    margin-top: 4px;
}
.clearfix.nav-application {
    top: 33px !important;
}
.sidenav-toggler-inner {
    width: 24px !important;
    height: 28px !important;
}
@media only screen and (max-width: 768px) {
    .card.bg-gradient-warning.button-help-fixed {
        display: none;
   }
}
@media only scrren and (min-width: 769px) {
    .card.bg-gradient-warning.button-help-fixed {
        position: fixed;
        bottom: 10px;
        right: 10px;
        z-index: 9999;
   }
}
a.nav-link.nav-link-icon.sidenav-toggler {
    top: 40%;
    left: -22px;
    border-radius: 10px;
    color: #000 !important;
}
p {
    font-family: "Nunito Sans";
font-style: normal;
font-weight: 200;
line-height: 24px;
    margin-bottom: 0!important;
}
.font-weight-400 {
    text-transform: capitalize;
    font-weight: 400 !important;
}
tr {
    border: 1px solid #8492a6;
    border-top: 1px solid #8492a6;
}
td {
    border: 1px solid #8492a6;
}
span.badge.badge-secondary {
    display: flex;
    justify-content: center;
    font-size: 24px;
}
td {
    border-top: 1px solid black;
}
span.badge.badge-secondary {
    color: #3b7dd4;
}
span.badge.badge-secondary {
    color: #3b7dd4;
}
button.btn.btn-outline-primary {
    background-color: #1ebae6;
    color: white;
}
.alert.alert-group.alert-success.alert-icon.alert-dismissible.fade.show {
    display: none;
}
.alert.alert-group.alert-success.alert-icon.alert-dismissible.fade.show {
    display: none;
}
.nav-application > .btn {
    width: 113px !important; 
    height: 50px !important;
    float: left;
    background: transparent;
    color: black;
    margin: 0 0 24px;
}
span.btn-inner--icon.d-block i {
    display: none!important;
}
.clearfix.nav-application {
    position: fixed;
    display: inline-block;
    flex-direction: column;
    width: 113px;
}
img.navbar-brand-img {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding-bottom: 1rem;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
@media (max-width: 768px){
    .card-body {
        margin-top: 15px;
   }
}/*
@media (max-width: 767.98px){
    .application .container-application .footer, .application .container-application .page-content {
        padding-left: 0px; 
        padding-right: 0px;
   }
}
.application .container-application .footer, .application .container-application .page-content {
    padding-left: 0px;
    padding-right: 0px;
}*/ 


.advise{
    justify-content: space-between;
    display: flex;
    padding: 24px;
    border-radius: 24px;
border: 1px solid var(--Secondary-25, #F0F0F0);
background: var(--Secondary-0, #FFF);
box-shadow: 0px 25px 50px -12px rgba(16, 24, 40, 0.10);
gap: 24px;
}

.page-item.active .page-link{
    color: #fff !important;
}

select#country{
    font-size: 16px !important;
}

.btn-border-gradient {
    position: relative;
    background: linear-gradient(90deg, #ECE1EF 0%, #E0F0EF 100%);
    border: none;
    border-radius: 100px;
    outline: none;
    cursor: pointer;
    box-shadow: 0px 9px 10.4px 0px rgba(16, 24, 40, 0.03);
  }
  

.btn-border-gradient::before {
    content: '';
    position: absolute;
    top: -2px; 
    left: -2px; 
    right: -2px; 
    bottom: -2px;
    background: linear-gradient(90deg, #45BDD4, #7341b2  );
    z-index: -1;
    border-radius: 100px; 
  }

  .btn-border-gradient.btn-primary{
    color: #262626 !important; 
    border: none !important;
  }

  .btn-border-gradient.btn-empty, .btn-border-gradient:disabled{
    border-radius: 100px;
border: 2px solid #C7C7C7 !important;
background: linear-gradient(90deg, #EFEFEF 0%, #E1E1E1 100%);
color: #D9D9D9 !important;
box-shadow: 0px 9px 10.4px 0px rgba(16, 24, 40, 0.03);
  }

  .btn-border-gradient:disabled.btn-border-gradient::before{
    display: none;
  }


  .btn-border-gradient.btn:disabled{
    opacity: 1 !important; 
  }
  


#reflink, #walletAddress{
    border-radius: 50px !important;
    width: 100%;
border: 0.5px solid #F0F0F0;
background:  #FFF;
}

#reflink button{
    padding: 0.45rem 1.75rem !important;
}

.ref-link-section h3{
    color: #262626;
font-size: 24px;
font-style: normal;
font-weight: 400;
}

.ref-link-section span{
    color:  #262626;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.ref-link-section h5{
    font-weight: 400;
}

.copy-ref-button{
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 99999;

}

.copy-ref-button button, .copy-ref-button button:hover{
    background: none;
    border: none;
}

.copy-ref-button i{
    color: #262626
}

.table td, .table th{
    border: 1px solid #ebebeb;
}

.dataTables_empty, .dataTables_info{
    color: #262626;
}

.dataTables_paginate  .paginate_button a{
    color: #262626 !important;
    border-color: #262626 !important;
}

tr > th:first-child {
    border-radius: 30px 0px 0 0;
}
  
  tr > th:last-child {
    border-radius: 0px 30px 0px  0;
}

tr.odd:last-child > td:first-child {
    border-radius: 0px 0px 0px 30px;
  }
  
  tr.odd:last-child > td:last-child {
    border-radius: 0px 0px 30px  0px;
}

table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
    border-radius: 0px 0 20px 20px !important;
}

table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting {
    padding-right: 30px;
    color: #262626;
    background: #f0f0f0;
    color: #000;
font-size: 16px;
font-style: normal;
font-weight: 400;
}

.table.dataTable td{
    color: #000 !important;

}

.nav-item.notifications.show svg path{
    fill: #7A3BB6;
}


.sidenav-mask.mask-body.d-xl-none{
    display: none !important;
}

#iframeData{
    display: none;
}

@media(max-width: 992px){
.back-button{
    padding-left: 0.5rem;
}
}

body.application::-webkit-scrollbar-thumb {
    background: #ccc !important;
    border-radius: 4px !important;
}

body.application::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3 !important;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2) !important;
}

body.application::-webkit-scrollbar-thumb:active {
    background-color: #999999 !important;
}

.content{
    padding: 24px;
    margin-bottom: 75px;
}

@media (min-width:992px){
    .content{
        margin-bottom: 0px;
    }


    
  

}

.divider {
    border: 1px solid #F0F0F0;
    width: 100%;
    height: 1px;
    margin: 10px 0;
}

h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6{
    color: var(--Secondary-100, #262626);
font-family: "Nunito Sans";
font-size: 20px;
font-style: normal;
font-weight: 200;
line-height: 140%; /* 28px */
letter-spacing: -0.4px;
}


.all-link{
    text-decoration: underline;
}
 
.direction-col{
    flex-direction: column;
}

.amount{
    font-size: 24px;
font-style: normal;
font-weight: 900;
}

.amount .decimals{
    font-size: 18px;
}

.blur-background {
    filter: blur(8px);
  }





#fullScreenSection {
    text-align: left;
    display: none; 
    position: fixed; 
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto; 
    background-color: #fff; 
    z-index: 9999; 
    margin-bottom: 75px;
}


#fullScreenSection .section-content {
    padding: 20px; 
    color: white; 
}

#fullScreenSection .row{
    gap: 12px;
}

@media(max-width:425px){
    #fullScreenSection .row{
        justify-content: space-between;
        flex-wrap: nowrap;
    }
}

@media(min-width: 992px){
    #fullScreenSection {
        text-align: left;
        display: none;
        position: fixed; 
        bottom: 0;
        left: 17%;
        width: 100%;
        height: 100%;
        overflow-y: auto; 
        background-color: #fff; 
        z-index: 9999; 
        margin-bottom: 0px;
    }
    
    
    #fullScreenSection .section-content {
        padding: 20px; 
        color: white; 
    }
    
}





.dropdownSelector{
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.selectedOption{
    color: #262626;
}

.dropdownOptions {
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    padding: 10px;
    width: auto;
    margin-top: 20px;
}




.nav-footer{
    border-radius: 16px 16px 0px 0px;
    background: rgba(255, 255, 255, 0.60);
    padding: 24px 0;
}


a.navbar-brand {
    padding-top: 0px;
}
@media (max-width: 991.98px){
    .navbar-expand-lg .navbar-brand img {
        height: auto;
   }
}
.application-offset .container-application:before{
    display:none;
}
nav#navbar-main{
    background-color: #fdfdfd !important;
}
.container-fluid .row.fw{
    width: 100%;
    margin: 5px 0;
}
.nav-link-icon {
    transition: transform 0.5s ease;
}
.nav-link-icon.active i {
    transform: rotate(45deg);
}
.nav-link-icon.active .fa-bars:before {
    content: "\f00d";
}

.user-verified svg.old-user-biometric{
    position: absolute;
    bottom: 0;
    right: 55px;
    top: 20px;
}


#language-selector svg{
    transform: rotate(-87deg);
}

#languageMenu {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    padding: 10px;
    z-index: 1000; /* Asegúrate de que el menú se muestre sobre otros elementos */
    display: none; /* Inicialmente oculto */
}

#languageMenu a {
    display: block;
    padding: 5px 10px;
    color: #262626;
    text-decoration: none;
}

#languageMenu a:hover {
    background-color: #f0f0f0;
}


a#languageSelectorBtn {
    border: 1px solid rgb(217, 217, 217);
    margin-right: 10px;
    border-radius: 50px;
    padding: 0.2rem;
}

a#languageSelectorBtnMb {
    border: 1px solid rgb(217, 217, 217) !important;
    border-radius: 50px;
    padding: 0.5rem;
}


.second-nav-desk #languageSelectorBtn{
    padding-right: 25px;
    color: #262626;
    font-weight: 600;
}

#languageSelectorBtnMb.language-selector-mobile{
    padding-right: 15px;
    color: #262626;
    font-weight: 600;
    margin-right: 15px;
}

.flag-image{
    width: 25px !important;
    height: 24px !important;
    padding-right: 2px;
    border-radius: 50px;
}






.col-sidebar-desk a{
    display: block;
    width: 100%;
    clear: both;
    
font-size: 16px;
font-weight: 200;
line-height: 24px;
    color: var(--Secondary-100, #262626);
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}


.containerSidebarMenu i{
    font-size: 23px;
    
}

.containerSidebarMenu .fa-user{
    color: #AEAEAE;
}


.col-sidebar-desk .row{
    padding: 24px 32px;
}

.col-sidebar-desk .active .row.d-flex.align-items-center {
    border-radius: 0;
    background: #D9D9D9;
}

.col-sidebar-desk .active span{
    color: #262626
}

.col-sidebar-desk .active svg path{
    fill: #262626;
}


#divNofi {
    top: -35px;
    height: 100vh;
    width: 100vw;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    overflow: hidden;
    z-index: 99999999999999999999999999999999999999999999;
}


#divNofi .list-group-flush {
    transition: all 0.3s ease;
}


#divNofi .list-group-flush strong {
    display: block;
    color: #333;
    padding: 8px 15px;
    font-size: 16px;
}


#divNofi .list-group-flush p {
    padding: 0 15px 8px 15px;
    margin: 0;
    font-size: 14px;
    color: #666;
}


#divNofi .list-group-flush hr {
    margin: 0;
    border-top: 1px solid #eee;
}

#divNofi .delete-btn {
    cursor: pointer;
    color: #FF0000;
    float: right;
    padding: 0 15px;
    font-size: 20px;
}

@media(min-width:992px){
    #countNotifyStatic{
        border-radius: 20px;
        background: #7A3BB6;
        color: #ffff;
        position: absolute;
        width: 16px;
        height: 16px;
        right: 3px !important;
        top: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
    }
}

#countNotifyStatic{
    border-radius: 20px;
    background: #7A3BB6;
    color: #ffff;
    position: absolute;
    width: 16px;
    height: 16px;
    right: 20px;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}


.nav-item.notifications{
    padding: 0.5rem 0rem;
}

#divNofiDesk{
    padding: 32px !important;
}

#notifyOptions h2{
    color: var(--Secondary-100, #262626);
text-align: center;

font-family: "Nunito Sans";
font-size: 34px;
font-style: normal;
font-weight: 200;
line-height: 140%; /* 47.6px */
letter-spacing: -0.68px;
}



#balance {
    padding: 16px;
    border-radius: 16px;
    background: var(--Secondary-100, #262626);
    box-shadow: 0px 9px 10.4px 0px rgba(16, 24, 40, 0.03);
}



#balance div{
    padding: 0;
}


#balance h2{
    color: var(--Secondary-0, #FFF);
font-family: "Nunito Sans";
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 24px;
margin-bottom: 0;
}


#balance h3{
    color: var(--Secondary-0, #FFF);
font-family: "Nunito Sans";
line-height: 140%;
letter-spacing: -0.4px;
margin-bottom: 0;
}
#balance h3 .decimals{
    font-size: 18px;
}

#balance .col-md-12{
    justify-content: space-between;
    display: flex;
}

#balance b {
    font-family: "Nunito Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1.2px;
    border-radius: 20px;
    background: var(--Secondary-50, #D9D9D9);
    text-transform: uppercase;
    color: #262626;
    padding: 4px 12px;
}


@media (max-width: 435px){
    #balance {
        padding: 8px;
    }

    #balance h2 {
        font-size: 14px;
    }

    #balance b {
        font-size: 10px;
        padding: 5px 8px;
    }
}

#bots .bots{
    padding-top: 10px !important;
    padding: 16px;
    border-radius: 16px;
background: var(--Secondary-0, #FFF);
box-shadow: 0px 9px 10.4px 0px rgba(16, 24, 40, 0.03);
}

#bots.my-plans-bots  .bots{
    box-shadow: none;
    padding: 0;
}

#bots.my-plans-bots .buttons {
    padding-right: 10px;
}

#bots .bots h3{
    margin-bottom: 0;
}

#bots  .bots .bot-avatar{
    display: flex;
    border-radius: 100px;
    width: 37px;
    height: 37px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: var(--Semantic-S-D-5, #F0FDF4);

}


#bots .bots .bot-avatar.bot-blue{
    background: #E6F5FF;
}

#bots  .bots  .amount{
    color: var(--Secondary-100, #262626);
font-size: 20px;
font-weight: 900;
}

#bots .bots .buttons img{
    padding: 0 0px 0 10px;
}


.lastMonth span{
    font-size: 12px;
    font-weight: 400;
    color: #c2c2c2;
}
.lastMonth span b{
    color: #2c2c2c;
}
.lastMonth {
    line-height: 1;
}

.titleWelcome{
    color: #2c2c2c;
    line-height: 1;
}
.titleWelcome b{
    color: var(--Secondary-100, #262626);
     font-family: "Nunito Sans";
     font-size: 24px;
font-style: normal;
font-weight: 900;
line-height: 140%; 
letter-spacing: -0.48px;
}

.dashboard-row-content .titleWelcome h1 {
    margin-top: 10px;
}

.titleWelcome h1 b{
    font-size: 28px; 
}

.titleWelcome .hours{
    color: var(--Secondary-100, #262626);
    font-family: "Nunito Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 200;
    line-height: 140%; 
    letter-spacing: -0.48px;
}

.summaryTabs{
    line-height: 1;
    margin: 10px 0;
    margin-top: 0;
    color: var(--Secondary-100, #262626);
}

@media (min-width: 992px){
    .summaryTabs{
        margin: 20px 0;
        margin-top: 0;
    }
}

.summaryTabs a, .summaryTabs span{
    font-size: 14px;
}

.tabsDate{
    border-radius: 100px;
    background-color: #fff;
}

.tabsDate a{
    color: #262626;
}


.summaryTabs a{
    color: var(--Secondary-100, #262626);
}

.summaryTabs .currentCurrency{
    padding: 8px;

    border-radius: 179px;
background: var(--Secondary-50, #D9D9D9);

}

.tab{
    padding: 8px;
}

.tab.selected{
    background: #D9D9D9;
    border-radius: 20px;
}

#accountSummary{
    border-radius: 40px;
 
}

#accountSummary .card-stats{
    padding: 16px;
    border-radius: 16px;
background: var(--Secondary-0, #FFF);
}


#accountSummary h3{
    font-size: 14px;
    margin-bottom: 0;
}

#accountSummary h3.amount{
    font-size: 20px;
}

.page-content{
    margin-bottom: 10px;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0px;
    color: inherit;
}
.card {
    margin-bottom: 15px;
}
.h6, h6 {
    font-size: 0.8rem;
}/*
#accountSummary .card-body h6, #accountSummary .card-body span, #accountSummary .card-body .text-muted{
    color: #d9d9d9 !important;
}
.text-body, .text-muted{
    color: #c2c2c2 !important;
}*/


#actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#actions .row {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
}
#actions .col-md-6 {
    flex: 0 0 auto;
    width: auto;
    padding: 0;
}
#actions .button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 100%;
    border-radius: 12px;
background: var(--Secondary-25, #F0F0F0);
    margin: 0 auto;
    padding: 10px;
}



#actions .button i{
    color: #d9d9d9;
}

#actions .button h2{
    margin-bottom:0;
    margin-top: 5px;
    color: var(--Secondary-100, #262626);
text-align: center;
font-family: "Nunito Sans";
font-size: 12px;
font-style: normal;
font-weight: 200;
line-height: 14px; 
}

#actions h6.mb-1.text-muted {
    margin-top: 10px;
    color: #d9d9d9 !important;
    text-align: center;
}
.nav-item img {
    width: 70px;
    height: 70px;
}
.user-verified {
    position: relative;
    display: inline-block;
}
.user-icon {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.user-verified .fa-user{
    font-size: 28px;
}
.verified-icon {
    position: absolute;
    color: rgb(63, 255, 63);
    bottom: 8px;
    right: 4px;
    transform: translate(50%, 50%);
    background-color: #fff;
    border-radius: 50%;
}

.text-verified{
    font-size: 12px;
    color: #16A34A;
font-size: 16px;
font-weight: 400;
}

.nav-link.nav-link-icon.sidenav-toggler{
    padding-top: 0;
}
.application .navbar {
    padding: 12px;
    margin-bottom: 0;
}

.subtitle{
    color: var(--Secondary-100, #262626);
font-family: "Nunito Sans";
font-size: 24px;
font-style: normal;
font-weight: 200;
line-height: 140%; /* 33.6px */
letter-spacing: -0.48px;
}




.toolSection .row, .toolSection .subtitle{ 
    margin-bottom: 16px;
}


.toolSection .button{
    display: flex;
width: 165px;
height: 165px;
padding: 12px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 24px;
align-self: stretch;

border-radius: 12px;
background: var(--Secondary-25, #F0F0F0);
box-shadow: 0px 9px 10.4px 0px rgba(16, 24, 40, 0.03);
}

.toolSection button h2{ 
    margin-top: 24px;
}

.toolSection .titleWelcome{
    margin-top: 75px;
}

.dont-have-plans{
    color: var(--Secondary-100, #262626);
    font-family: "Nunito Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 200;
    line-height: 140%;
    letter-spacing: -0.48px;
}

#biometricAdvise{
    background-color: #fff;
    border-radius: 24px;
border: 1px solid #F0F0F0;
background:#FFF;
    margin: 15px 0;
    padding: 12px;
    opacity: 0;
    transition: opacity 1s ease-in-out; 
    cursor: pointer;
}

#biometricAdvise .title-advise{
    gap: 24px;
}

#biometricAdvise h3{
    color: #7A3BB6;
    margin-bottom: 0;
    line-height: 0.3;
}

#biometricAdvise p{
    line-height: 1.2 !important;
    color:  #262626;
    font-weight: 200;
}

#biometricAdvise a{
    color:  #262626;
font-weight: 400;
border-radius: 100px;
background: var(--Secondary-0, #FFF);
box-shadow: 0px 9px 10.4px 0px rgba(16, 24, 40, 0.03);
display: block;
}

#biometricAdvise a span{
    color: #7A3BB6;
}

#biometricAdvise a .card-body{
    gap: 12px;
}

.fade-in {
    animation: fadeIn 1s ease-in-out forwards; 
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}



@media (min-width: 992px){


    .container-fluid.container-application {
        max-width: 100% !important; 
        width: 100%; 
    }

#footer-menu{
    display: none;
}


.row.dashboard-row-content{
    flex-wrap: nowrap;
}

#sidenav-main {
    display: none; 
}

#sidenav-main.show {
    display: none;
}

#navbar-main-desk{
    padding: 16px  10px;
}

.logo-sidebar-desk{
    padding-bottom: 16px; 
   
}

.nav-sidebar-desk{
    margin: 12px 0;
}

.nav-sidebar-desk a .row{
    padding: 24px 32px;
}

.nav-sidebar-desk a span{
    color: var(--Secondary-100, #262626);

font-size: 16px;
font-weight: 200;
line-height: 24px; /* 150% */
}

.nav-sidebar-desk svg, .nav-sidebar-desk svg path{
    fill: #AEAEAE;
}





.nav-sidebar-desk .active span{
    color: #262626;
}

.nav-sidebar-desk .active svg, .nav-sidebar-desk .active svg path {
    fill: #262626;
}


.nav-sidebar-desk .active .row.d-flex.align-items-center {
    border-radius: 0px 100px 100px 0px;
    background: #D9D9D9;
}



#navbar-main-desk {
    height: 100vh; /* 100% de la altura de la ventana del navegador */
    overflow-y: auto; /* Permite desplazamiento si el contenido excede la altura */
}

.content {
    overflow-y: auto;
    height: 100vh;
    }

    .application{
        overflow: hidden;
    }


    .containerSidebarMenu{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 90%;
    }

    #bots{
        margin-top: 12px;
      }

      .deskSpacing{
        padding-bottom: 6px;
      }

      .periodSummary{
        font-size: 24px;
      }

}



.footer {
    position: relative;
    background-color: #000;
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    margin-top: -35px;
    height: 100px;
}




.button {
    padding: 10px;
    color: white;
}
.button-central{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #fff;
    width: 65px;
    height: 65px;
    position: absolute;
    top: 5px;
    border: 2px solid #000;
    z-index: 99999;
    box-shadow: 0 3px 0px 9px black, 0px -7px 0px 11px white;
}
.button-central::after{
    position: absolute;
    content: "";
    background-color: #000;
    top: 18px;
    right: -22px;
    width: 20px;
    height: 20px;
    z-index: 9999999999;
}
.button-central::before{
    position: absolute;
    content: "";
    background-color: #000;
    top: 18px;
    left: -23px;
    width: 20px;
    height: 20px;
    z-index: 9999999999;
}
p, label, small{
    color: var(--Secondary-100, #262626);
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 200 !important;
}


#openLogin{
    display: none;
   }

   #logo-mobile{
    display: none;
   }

   #landing h1{
    margin: 60px 0;
    color: #000;
font-size: 42px !important;
font-style: normal;
font-weight: 200;
line-height: 140% !important; /* 84px */
letter-spacing: -1.2px;
display: flex;
justify-content: center;
   }

   .btn-signup{
    border-radius: 100px;
border: 2px solid #45BDD4;
background: linear-gradient(90deg, #ECE1EF 0%, #E0F0EF 100%);

box-shadow: 0px 25px 50px -12px rgba(16, 24, 40, 0.10);
   }

   #navLogin a#languageSelectorBtnMb{
    padding: 0;
   }

   #navLogin .btn-login-nav{
    border-radius: 100px;
background: #fff;
   }

   .login-col-info{
    height: 380px;
    padding: 48px;
    text-align: left;
   }


   .login-col-info h2{
    
font-size: 34px;
font-weight: 600;
   }

   .login-col-info h3{
    
font-size: 20px !important;
font-style: normal;
font-weight: 200;
   }

   .login-col-info span{
    
font-size: 12px;
font-style: normal;
font-weight: 900;
line-height: 32px; /* 266.667% */
letter-spacing: 1.2px;
text-transform: uppercase;
   }

   .login-col-info.dark-col h2, .login-col-info.dark-col span, .login-col-info.dark-col h3{
    color: var(--Secondary-0, #FFF);
   }


   .login-col-info.white-col h2, .login-col-info.white-col span, .login-col-info.white-col h3{
    color: var(--Secondary-0, #262626);
   }

   
   .full-height-section{
    margin-top: 50px;
    height: 100%;
   }

   .full-height-section .dark-col{
    background: #262626;
   }

   .full-height-section .white-col{
    background: #F0F0F0;
   }

   .full-height-section h2{
    font-size: 2em !important;
   }

   .btn-login-nav{ 

    color: #262626;
        display: flex;
        width: 200px;
        justify-content: center;
        align-items: center;
        gap: 16px;
        align-self: stretch;
        border-radius: 100px;
        border-radius: 100px;
        background: #fff;
    }

    .logo-mobile-landing img{
        margin-top: 20px;
        width: 320px;
    }
    #openLoginBtnMobile{
        border-radius: 100px;
background: var(--Secondary-0, #FFF);
box-shadow: 0px 9px 10.4px 0px rgba(16, 24, 40, 0.03);
    }
       

@media(min-width: 992px){

    .logo-mobile-landing{
        display: none;
    }



    .logo-mobile{
        display: none; 
   }

   .logo-desktop{
    display: block !important;
   }



   .w-100.login-container{
    max-width: 100% !important;
   }

   .form-container{
    padding: 0 7em;
   }

   .text-center-desk{
    text-align: center;
   }

 

#navLogin{
    z-index: 1; 
    height: 60px;
    padding: 16px;

    background-color: #F0F0F0;
}

#navLogin .second-col{
    display: flex;
justify-content: flex-end;
align-items: center;
gap: 32px;
flex: 1 0 0;
align-self: stretch;
}

.btn-login-nav{

color: #262626;
    display: flex;
    width: 212px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-radius: 100px;
background: var(--Secondary-0, #FFF);
box-shadow: 0px 9px 10.4px 0px rgba(16, 24, 40, 0.03);
}
   
.full-height-section{
    height: 100vh;
    margin-top: 0px;
}

.login-col-info{
    height: 50%;
    padding: 30px;
    text-align: left;
   }

}

.logo-desktop{
    display: none;
   }

.logo{
    width: 60px ;
}
.login-text{
    line-height: 1;
    margin-top: 20px;
}
.login-text h3{
    color: var(--Secondary-100, #262626);
    font-family: "Nunito Sans";
    font-size: 1.1em;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.68px;
}

.info-section span{
    font-size: 0.7em;
}


.login-text p{
    color: var(--Secondary-100, #262626);
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
}




:root{
    --qcrypto-password-icon-color: #23d5ff;
}

.toggle-password,
.toggle-password-confirmation,
.password-visibility-toggle,
.password-toggle-btn,
[data-toggle-password] {
    color: var(--qcrypto-password-icon-color) !important;
}

.password-visibility-toggle svg,
.password-toggle-btn svg,
[data-toggle-password] svg {
    color: var(--qcrypto-password-icon-color) !important;
    stroke: var(--qcrypto-password-icon-color) !important;
}

i[data-feather="key"].icons,
i[data-feather="key"].fea,
.feather.feather-key,
.fea.icon-sm.icons.feather-key {
    color: var(--qcrypto-password-icon-color) !important;
    stroke: var(--qcrypto-password-icon-color) !important;
}
input#password.pl-5.form-control.input-error{
    background-color: #FEF2F2 !important;
}
.pass-error{
    color: #EF4444;
}
.btn-primary{
    border-radius: 100px;
}
.btn-empty{
    border-radius: 100px;
    border: 2px solid var(--Secondary-25, #F0F0F0);
    background: var(--Secondary-25, #F0F0F0);
}
.btn-reset-pw{
    border-radius: 100px;
    background: var(--Secondary-0, #FFF);
    box-shadow: 0px 9px 10.4px 0px rgba(16, 24, 40, 0.03);
}
.form-container{
    padding-top: 40px;
}

#code{
    margin-top: 10px;
}

#divCode .login-text p{
    margin-bottom: 18px !important;
}

.otp-inputs input{
    width: 20%; 
    height: 52px;
    margin: 0 12px;
    padding: 0 12px;
    text-align: center;
    font-size: 16px !important;
}

#passwordCriteria li, #passwordCriteria ul {
    list-style-type: none;
    padding-left: 0;
}
#passwordCriteria li {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
#passwordCriteria li .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
}
#passwordCriteria li .icon i {
    color: white;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#passwordCriteria li.valid .icon i {
    background-color: green;
}
#passwordCriteria li.invalid .icon i {
    background-color: red;
}
#passwordCriteria li .icon i {
    background-color: grey;
}
.header-register .row{
    justify-content: center;
    align-items: center;
}
.header-register .row .col-md-4{
    justify-content: center;
    align-items: center;
}

.header-register i{
    color: #262626;
    font-size: 24px;
}

.header-register .row.logoAndHelp{
    margin-bottom: 20px; 
    padding: 0 10px;
}

.header-register .tabs p{
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.header-register .tabs .col-4{
    border-radius: 4px;
    border-bottom: 4px solid #F0F0F0;
}

.header-register .tabs .col-4.active{
    border-bottom: 4px solid #45BDD4;
}

.form-group select{
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #dee2e6;
    color: #3c4858;
    font-size: 13px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.login-form .form-group select{
    height: 42px !important;
}


textarea.form-control {
    height: 50px ;
}
 
.document-type-options {
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    padding: 10px;
    width: auto;
    margin-top: 20px;
}

.option-item {
    display: block;
    padding: 5px 10px;
    color: #333;
    text-decoration: none;
}

.option-item i{
    margin-right: 10px;
}

.option-item:hover {
    background-color: #f8f8f8;
}

#documentTypeSelector{
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#selectedDocumentType{
    color: #333333;
}

#documentNumber{
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    background: transparent;
}

#documentNumber::placeholder{
    color: #333 !important;
}


.icon-container {
    position: relative;
    display: inline-block;
}

.icon-overlay {
    position: absolute;
    top: 50px;
    left: 70px;
}

ol.ordened-list{
    margin-top: 10px;
    padding-left: 17px;
}

ol.ordened-list li{
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: 24px;
    color: #323232;
}


.icon-inactive svg {
    fill: #AEAEAE; 
}

.icon-active svg {
    fill: #7A3BB6; 
}


.svgContainer {
    position: relative;
}

.clock-icon{
    position: absolute;
    right: 75px;
    top: 55px;
}

.border-icon{
    position: absolute;
    right: 35px;
    top: 10px;
}

.verification-progress h1{
    color: var(--Secondary-100, #262626);
text-align: center;
font-family: "Nunito Sans";
font-size: 34px;
font-style: normal;
font-weight: 600;
line-height: 140%; /* 47.6px */
letter-spacing: -0.68px;
}

.verification-progress p{
    color: var(--Secondary-100, #262626);
text-align: center;

font-family: "Nunito Sans";
font-size: 16px;
font-style: normal;
font-weight: 200;
line-height: 24px; /* 150% */
}


.verification-progress.under-review{
    padding: 24px;
}


#moreInfoBtn{
    padding: 0;
}



#bots.my-plans-bots{
    box-shadow: 0px 9px 10.4px 0px rgba(16, 24, 40, 0.03);
    background: #fff;
    border-radius: 16px;
    margin: 15px 0;
    padding: 16px;
}

#bots.my-plans-bots h2{
    color: var(--Secondary-100, #262626);
font-size: 24px;
font-style: normal;
font-weight: 200;
letter-spacing: -0.4px;
}

#bots.my-plans-bots .name-bot{
font-style: normal;
font-weight: 900;
line-height: 24px;
}

.btn.btn-empty.stop, .btn.btn-none{
    color: #262626;
    box-shadow: 0px 9px 10.4px 0px rgba(16, 24, 40, 0.03);
    border-radius: 100px;
}

.btn.btn-empty{
    color: #262626;
}



.badge.badge-danger.inactive{
    background-color: #F0F0F0;
    font-size: 12px;
    padding: 8px;
    color: #262626;
}

.info-bot.bold{
font-weight: 900 !important;
line-height: 18px;
}

.mayus{
    text-transform: uppercase;
}

#reinvest #balance{
    padding: 5px 16px;
}

#reinvest .select-menu2 .options2 {
    margin-top: 0 !important;
    padding: 0px 0 !important;
}


#reinvest button.mb-2.border-black.rounded-none.btn.btn-light.w-100 {
    padding: 5px;
    border-radius: 100px;
    background: var(--Secondary-25, #F0F0F0);
}

#reinvest button.mb-2.border-black.rounded-none.btn.btn-light.w-100:active {
    color: #F0F0F0;
    background: var(--Secondary-100, #262626);
}

#reinvest button.px-3.btn.btn-empty.w-100{

    border-radius: 100px;
border: 2px solid #C7C7C7;
background: linear-gradient(90deg, #EFEFEF 0%, #E1E1E1 100%);

box-shadow: 0px 9px 10.4px 0px rgba(16, 24, 40, 0.03);
}



@media(min-width:992px){
.divider-plan{
    margin: 36px 0;
}
}



.plan-details-block p.bold{ 
    color: var(--Secondary-100, #262626);
font-size: 15px;
font-weight: 600 !important;
line-height: 24px;
padding-left: 8px;
}

.plan-details-block p{
    color: var(--Secondary-100, #262626);
text-align: right;
font-size: 15px;
font-style: normal;
font-weight: 200;
line-height: 24px;
}




#accountSummary.planDetail .amount, #accountSummary.planDetail .info-bot{
    font-size: 16px;
}

#accountSummary.planDetail .amount .decimals{
    font-size: 14px; 
}


#transactionsPlanDetails{
    padding: 0 !important;
}

#transactionsPlanDetails .subtitle{
    display: block;
    padding-bottom: 6px !important;
}

.balanceReinvest{
    color: #7A3BB6;
    font-weight: 600;
}





.options2 .option2:hover {
    background: none !important;
}

.options2{
    border-radius: 40px !important;
}

.options2 .option2 {
    height: auto !important;
}

.transaction-info.bold{
    color: var(--Secondary-100, #262626);
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 20px;
    margin-bottom: 0 !important;
}

.transaction-card .date{
    color: var(--Secondary-100, #262626);
    font-family: "Nunito Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 200;
    line-height: 140%;
    letter-spacing: -0.4px;
}

.transaction-card .card-body{
    padding: 10px;
    border-radius: 16px;
    background:  #FFF;
}


#transactionsPlanDetails .card.transaction-card{
    padding: 0px;
    background: none;
    box-shadow: none;
}



.cancel-plan-btn{
    border-radius: 50px;
}

.select-menu .select-btn span{
    color: #262626;
}

.select-menu2 .options2{
    box-shadow: none;
}

.select-menu .select-btn{
    border-radius: 50px;
    border: 1px solid #e5e5e5;
    background: none !important;
    box-shadow: none;
}



.steps-container{
        gap: 24px;
    }

.steps-operation{
    display: flex;
padding: 16px;
align-items: center;
gap: 16px;
align-self: stretch;
border-radius: 16px;
background: var(--Secondary-0, #FFF);
box-shadow: 0px 9px 10.4px 0px rgba(16, 24, 40, 0.03);
height: 33%;
}

.steps-operation.active svg path{
    fill: #7A3BB6;
}

.steps-form{
    border-radius: 16px;
    background: var(--Secondary-0, #FFF);
    box-shadow: 0px 9px 10.4px 0px rgba(16, 24, 40, 0.03);
    padding: 24px;
}

#verifyStepsOperation h3{
    color: #262626;
font-size: 24px;
font-style: normal;
font-weight: 400;
}

#verifyStepsOperation span{
    color: #262626;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

#submitpaymentform h3{
    color: #262626;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
}





.row-payment{
    margin-top: 20px;
    gap: 20px;
    flex-wrap: nowrap;
    width: 100%;
}

#paymentMethod{
    display: none;
}

.amountDepositWithdraw{
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
}

#formDepositWithdraw a{
    width: 100%;
}

.uploadAdvise{
    display: flex;
    column-gap: 10px;
}

.uploadAdviseCompleted{
    column-gap: 10px;
}

.walletContainer p{
    word-break: break-all;
}

.copy {
    cursor: pointer;
}






input[type="number"].form-control, .form-control{
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    color: #262626;
    font-size: 16px;
    font-weight: 400;
}

input[type="number"].form-control::placeholder, .form-control::placeholder{
    color: #262626;

}


.withdrawOption label{
    border-radius: 20px;
    font-size: 16px;
    font-weight: 900 !important;
}

.withdrawInfo ul li{
    color: #262626;
    font-size: 14px;
}


.tab-content-transaction .date-transaction span.created-at {
    color: #262626;
    font-size: 14px;
    font-weight: 600 !important;
}

.card.transaction-card {
    padding: 0px;
    background: var(--Secondary-0, #FFF);
    box-shadow: 0px 9px 10.4px 0px rgba(16, 24, 40, 0.03);
}


.transaction-card .amount{
    color: var(--Secondary-100, #262626);
text-align: right;
font-size: 18px;
font-style: normal;
font-weight: 900;
line-height: 20px;
}

.transaction-info{
    font-size: 18px;
    color: var(--Secondary-100, #262626);
font-style: normal;
font-weight: 200;
line-height: 20px
}

.icon-transaction{
    border-radius: 100px;

width: 50px;
height: 50px;
}

.icon-transaction.deposit{
    background: #F0FDF4;
}

.icon-transaction.withdrawal{
    background: #E6F5FF;
}

.icon-transaction.others{
    background: #FFF3EC
}

ul#tabTransactions {
    list-style: none;
    display: flex;
    padding: 0;
    justify-content: space-around;
}

.tabsFilterTransactions{
    
    border-radius: 100px;
    
    box-sizing: border-box;
    margin: 10px 0px;
    z-index: 1;
    position: relative;
}

.tabsFilterTransactions .col-6.bg{
    background-color: #fff;
}

.tabsFilterTransactions .tab {
    padding: 0;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tabsFilterTransactions .nav-link-transactions{
    color: var(--Secondary-100, #262626);

}

#transactionsTabs{
    z-index: 999;
}

#transactionsTabs .tabsDate{
    margin-bottom: 18px;
}

#transactionsTabs .tabsDate .tab{
padding: 0 !important;
}



.custom-tab-pane-content {
    display: none;
}

.custom-tab-pane-content.show {
    display: block;
}

.custom-nav-pills{
    flex-wrap: nowrap;
    flex-direction: column;
}

.custom-nav-item{
    border-bottom: 1px solid var(--Secondary-25, #F0F0F0);
    padding: 18px 0;
}


.custom-nav-link.active{
    color: #7A3BB6;
}

.custom-nav-link.active svg path{
    fill: #7A3BB6;
}


.custom-nav-link{
    color: var(--Secondary-100, #262626);
font-family: "Nunito Sans";
font-size: 20px;
font-style: normal;
font-weight: 200;
display: block;
}

.custom-nav-link svg{
    float: right;
}

.custom-tab-pane-content a{
    color: #7A3BB6;
}

.modal-title{
    text-align: center;
    font-weight: 900;
}




#footer-menu{
    margin: 5px 0;
}

#footer-menu.static {
    position: static;
    width: auto; 
    bottom: auto;
    z-index: auto; 
}

#footer-menu.fixed {
    margin: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 9999999999999999999;   
}

#footer-menu .active svg path{
    fill: var(--Primary-V-300, #7A3BB6);
}

#footer-menu .active a{
    color: #7A3BB6;
    font-weight: 600;
}


#footer-menu a{
    color: var(--Secondary-100, #262626);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
font-family: "Nunito Sans";
font-size: 12px;
font-style: normal;
font-weight: 200;
line-height: 18px; 

}


.titleWelcome h1{
    margin: 0 !important;
}

.swal2-container{
    padding: 0 !important;
    height: 100% !important;
}

@media(min-width: 992px){
    .swal2-popup{
        align-content: center;
        height: 325px !important;
    }
}

.swal2-popup{
    align-content: center;
    height: 100%;
}

#swal2-input{
    border-radius: 100px;
}

.swal2-input-label{
    text-align: center !important;
}

.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #7A3BB6;
    color: #fff;
    font-size: 1.0625em;
}


.swal2-file:focus, .swal2-input:focus, .swal2-textarea:focus {
    border: 1px solid #7A3BB6;
    outline: 0;
    box-shadow: 0 0 3px #d7b2fa;
}

.form-control:focus, input:focus{
    border-color: #7A3BB6 !important;
    color: #262626;
}

.text-info {
    color: #7A3BB6 !important;
}
.modal-footer .btn-secondary.rounded{
    border-radius: 50px !important;
}

@media (min-width: 992px){
.content {
    padding-right: 38px !important;
}
}

.swal2-confirm {
    border-radius: 50px !important;
}


.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #7A3BB6 !important;
}


.divNofiDesk-class {
    right: 0 !important;
    width: 100px;
    border-radius: 8px;
}

.title-notification {
    font-weight: 700;
    color: #2c2c2c;
    line-height: 1;
    padding: 1rem;
    border-bottom: 1px solid #2c2c2c;
    margin-left: 1rem;
    margin-right: 1rem;
}

.title-notification .title-name-purple {
    color: #7A3BB6;
}

.text-notification {
    padding: 0 1rem;
} 

.column-box-02 {
    display: flex;
    text-align: right;
}

.row-notification { 
    border-bottom: 1px solid #F0F0F0;
}

.col-12.column-box-01 {
    display: flex;
}

h3.title-notifications-tor { 
    font-weight: 700;
    margin-bottom: 0;
}

.row.row-notification {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.nav-item img {
    width: 45px;
    height: 45px;
}

.col-12.column-box-01 {
    padding: 1rem; 
}

:root{
  --q-bg:#070A18;
  --q-bg2:#050713;
  --q-card:rgba(255,255,255,.06);
  --q-border:rgba(255,255,255,.12);
  --q-muted:rgba(255,255,255,.72);

  --q-accent:#23D5FF;
  --q-accent2:#A855F7;

  --q-glow:rgba(35,213,255,.22);
  --q-glow2:rgba(168,85,247,.20);
}


body:not(.application){
  background: var(--q-bg) !important;
}

body:not(.application) section.d-flex.align-items-center.justify-content-center,
body:not(.application) .full-height-section{
  background:
    radial-gradient(900px 520px at 70% 20%, var(--q-glow2), transparent 60%),
    radial-gradient(800px 420px at 25% 10%, var(--q-glow), transparent 60%),
    linear-gradient(180deg, var(--q-bg2) 0%, var(--q-bg) 55%, var(--q-bg2) 100%) !important;
}

body:not(.application) #landing h1{
  color:#fff !important;
}


body:not(.application) p,
body:not(.application) label,
body:not(.application) small{
  color: var(--q-muted) !important;
}

body:not(.application) h1,
body:not(.application) h2,
body:not(.application) h3,
body:not(.application) h4,
body:not(.application) h5,
body:not(.application) h6{
  color:#fff !important;
}

body:not(.application) .text-dark{
  color:#fff !important;
}
body:not(.application) .text-muted{
  color: var(--q-muted) !important;
}
body:not(.application) .text-info{
  color: var(--q-accent2) !important;
}


body:not(.application) .card-body{
  padding: 26px 26px !important;
  margin-top: 0 !important;
}

body:not(.application) .register-page{
  background: var(--q-card) !important;
  border: 1px solid var(--q-border) !important;
  border-radius: 22px !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 18px 45px rgba(0,0,0,.35);
  overflow: hidden;
}

body:not(.application) .header-register{
  background: rgba(5,7,19,.72) !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  border-radius: 18px !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

body:not(.application) .header-register i{
  color:#fff !important;
}

body:not(.application) .header-register .tabs .col-4{
  border-bottom-color: rgba(255,255,255,.15) !important;
}
body:not(.application) .header-register .tabs .col-4.active{
  border-bottom-color: var(--q-accent) !important;
}
body:not(.application) .header-register .tabs p{
  color: rgba(255,255,255,.70) !important;
}
body:not(.application) .header-register .tabs .col-4.active p{
  color: var(--q-accent) !important;
  font-weight: 900 !important;
}


body:not(.application) input,
body:not(.application) select,
body:not(.application) textarea,
body:not(.application) .form-control{
  background: rgba(255,255,255,.03) !important;
  border: 1px solid var(--q-border) !important;
  color:#fff !important;
  border-radius: 14px !important;
  box-shadow: none !important;
}

body:not(.application) input,
body:not(.application) select,
body:not(.application) .form-control{
  height: 42px !important;
}

body:not(.application) textarea.form-control{
  height: auto !important;
  min-height: 50px;
}

body:not(.application) input::placeholder,
body:not(.application) textarea::placeholder,
body:not(.application) .form-control::placeholder{
  color: rgba(255,255,255,.55) !important;
}

body:not(.application) input:focus,
body:not(.application) select:focus,
body:not(.application) textarea:focus,
body:not(.application) .form-control:focus{
  border-color: rgba(35,213,255,.35) !important;
  box-shadow: 0 0 0 3px rgba(35,213,255,.12) !important;
  color:#fff !important;
  outline: none !important;
}

body:not(.application) .pass-error{
  color: #EF4444 !important;
}


body:not(.application) .btn-border-gradient{
  background: linear-gradient(90deg, var(--q-accent), var(--q-accent2)) !important;
  border: 0 !important;
  border-radius: 14px !important; /* evita el 100px si quieres estilo landing */
  color:#06101b !important;
  font-weight: 900 !important;
  box-shadow: 0 12px 34px rgba(0,0,0,.35) !important;
}

body:not(.application) .btn-border-gradient::before{
  display:none !important;
}

body:not(.application) .btn-primary,
body:not(.application) button.btn-primary{
  background: linear-gradient(90deg, var(--q-accent), var(--q-accent2)) !important;
  border: 0 !important;
  border-radius: 14px !important;
  color:#06101b !important;
  font-weight: 900 !important;
  box-shadow: 0 12px 34px rgba(0,0,0,.35) !important;
}

body:not(.application) .btn-empty,
body:not(.application) .btn-reset-pw{
  background: rgba(255,255,255,.04) !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  color:#fff !important;
  border-radius: 14px !important;
}


body:not(.application) a{
  color: var(--q-accent) !important;
}
body:not(.application) a:hover{
  color: var(--q-accent2) !important;
}

body:not(.application) #navLogin{
  background: rgba(5,7,19,.55) !important;
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

body:not(.application) .btn-login-nav{
  background: rgba(255,255,255,.04) !important;
  border: 1px solid rgba(255,255,255,.14) !important;
  color:#fff !important;
  border-radius: 14px !important;
}

body:not(.application) a#languageSelectorBtnMb,
body:not(.application) a#languageSelectorBtn{
  border-color: rgba(255,255,255,.20) !important;
  color:#fff !important;
}


body:not(.application) .step-register{
  padding: 14px 12px;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

body:not(.application) .step-register h3{
  color:#fff !important;
  font-weight: 900 !important;
}

body:not(.application) .step-register p{
  color: var(--q-muted) !important;
}

body:not(.application) .step-register .active h3{
  color: var(--q-accent) !important;
}

body:not(.application) #passwordCriteria{
  background: rgba(255,255,255,.03) !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  border-radius: 16px !important;
  padding: 12px 14px !important;
}
body:not(.application) #passwordCriteria li{
  color: rgba(255,255,255,.78) !important;
}


@media (max-width: 991px){
  body:not(.application) .register-page .card-body{
    padding: 18px 16px !important;
  }
  body:not(.application) .full-height-section{
    margin-top: 0 !important;
  }
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 90%!important;
    }
}
@media (min-width: 1920px) {
  body:not(.application) .direction-col > .step-register {
    min-height: 170px;
    display: flex;
    align-items: flex-start;
  }
  body:not(.application) .direction-col > .step-register .col-3,
  body:not(.application) .direction-col > .step-register .col-9 {
    display: flex;
    align-items: flex-start;
  }
  body:not(.application) .direction-col > .step-register .col-3 {
    justify-content: center;
    max-width: 86px;
    flex: 0 0 86px;
    padding-left: 0;
    padding-right: 0;
  }
  body:not(.application) .direction-col > .step-register .col-9 {
    flex-direction: column;
    justify-content: flex-start;
    max-width: calc(100% - 86px);
    flex: 0 0 calc(100% - 86px);
  }
  body:not(.application) .direction-col > .step-register h3 {
    min-height: 56px;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
  }
}

:root{
  --Secondary-0:   #0b1220;     /* surface */
  --Secondary-25:  rgba(255,255,255,.04);
  --Secondary-50:  rgba(255,255,255,.08);
  --Secondary-100: #E8EEF7;     /* texto */

  --Primary-V-300: #23D5FF;
  --Primary-V-400: #0fbfe9;
  --Accent-2:      #A855F7;

  --qc-bg0:    #050713;
  --qc-bg1:    #070A18;
  --qc-glow1:  rgba(35,213,255,.18);
  --qc-glow2:  rgba(168,85,247,.20);

  --qc-card:   rgba(255,255,255,.06);
  --qc-card2:  rgba(255,255,255,.03);
  --qc-border: rgba(255,255,255,.10);

  --qc-muted:  rgba(232,238,247,.78);
  --qc-muted2: rgba(232,238,247,.55);

  --qc-shadow: 0 18px 50px rgba(0,0,0,.45);
  --qc-radius: 18px;
  --qc-radius-sm: 14px;

  --qc-success: #22C55E;
  --qc-danger:  #FF5078;
}

html, body{ height:100%; }

body{
  background:
    radial-gradient(900px 520px at 70% 12%, var(--qc-glow2), transparent 60%),
    radial-gradient(900px 520px at 18% 10%, var(--qc-glow1), transparent 60%),
    radial-gradient(900px 600px at 50% 120%, rgba(35,213,255,.10), transparent 55%),
    linear-gradient(180deg, var(--qc-bg0) 0%, var(--qc-bg1) 55%, var(--qc-bg0) 100%) !important;
  color: var(--Secondary-100) !important;
}

.application,
.container-application,
.page-content,
.application .container-application,
.application .container-application .page-content,
.application .container-application .footer{
  background: transparent !important;
}

body, body *{
  font-family: "Public Sans","Nunito Sans","Rubik",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif !important;
}

p, label, small, span, b, strong{
  color: var(--qc-muted) !important;
}

.text-dark{ color: var(--Secondary-100) !important; }
.text-muted{ color: var(--qc-muted2) !important; }

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6{
  color: var(--Secondary-100) !important;
  font-weight: 300 !important;
  letter-spacing: .2px;
}

.titleWelcome b,
.name-bot,
.transaction-info.bold,
.info-bot.bold{
  color: var(--Secondary-100) !important;
  font-weight: 900 !important;
}

.amount{
  color: var(--Primary-V-300) !important;
  text-shadow: 0 0 20px rgba(35,213,255,.18);
}
.amount .decimals{ color: var(--qc-muted2) !important; }

a{ color: var(--Primary-V-300) !important; text-decoration: none; }
a:hover{ color: var(--Accent-2) !important; }

.divider{
  border: 0 !important;
  height: 1px !important;
  width: 100% !important;
  background: rgba(255,255,255,.08) !important;
  margin: 14px 0 !important;
}

.card,
.steps-operation,
.steps-form,
.transaction-card,
.transaction-card .card-body,
#bots .bots,
#bots.my-plans-bots,
#biometricAdvise,
#accountSummary,
#accountSummary .card-stats,
.toolSection .button,
#actions .button,
.advise,
.nav-footer,
.tabsDate,
.dropdownOptions,
.document-type-options,
#divNofi,
#divNofiDesk,
#fullScreenSection{
  background: linear-gradient(180deg, var(--qc-card), var(--qc-card2)) !important;
  border: 1px solid var(--qc-border) !important;
  border-radius: var(--qc-radius) !important;
  box-shadow: var(--qc-shadow) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.card-body{
  padding: 16px !important;
  margin-top: 0 !important;
  color: inherit !important;
}

#balance{
  background: linear-gradient(180deg, var(--qc-card), var(--qc-card2)) !important;
  border: 1px solid var(--qc-border) !important;
  border-radius: var(--qc-radius-sm) !important;
  box-shadow: var(--qc-shadow) !important;
}
#balance h2, #balance h3{ color: var(--Secondary-100) !important; }
#balance b{
  background: rgba(255,255,255,.08) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  color: var(--Secondary-100) !important;
}

input, select, textarea, .form-control,
input[type="number"].form-control{
  background: rgba(255,255,255,.03) !important;
  border: 1px solid var(--qc-border) !important;
  color: var(--Secondary-100) !important;
  border-radius: var(--qc-radius-sm) !important;
  box-shadow: none !important;
}

input::placeholder,
textarea::placeholder,
.form-control::placeholder{
  color: rgba(232,238,247,.55) !important;
}

input:focus, select:focus, textarea:focus, .form-control:focus{
  border-color: rgba(35,213,255,.35) !important;
  box-shadow: 0 0 0 3px rgba(35,213,255,.12) !important;
  outline: none !important;
  color: var(--Secondary-100) !important;
}

input[type="number"].form-control::placeholder,
.form-control::placeholder{
  color: rgba(232,238,247,.55) !important;
}

.btn-primary,
button.btn-primary,
.btn-border-gradient{
  background: linear-gradient(90deg, var(--Primary-V-300), var(--Accent-2)) !important;
  border: 0 !important;
  border-radius: var(--qc-radius-sm) !important;
  color: #06101b !important;
  font-weight: 900 !important;
  box-shadow: 0 12px 34px rgba(0,0,0,.35) !important;
}

.btn-primary:hover,
.btn-border-gradient:hover{
  filter: brightness(1.06);
}

.btn-empty,
.btn-reset-pw,
.btn.btn-empty.stop,
.btn.btn-none{
  background: rgba(255,255,255,.04) !important;
  border: 1px solid rgba(255,255,255,.18) !important;
  color: var(--Secondary-100) !important;
  border-radius: var(--qc-radius-sm) !important;
  box-shadow: none !important;
}

.btn-border-gradient::before{ display: none !important; }

.badge{
  border-radius: 999px !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  color: var(--Secondary-100) !important;
}
.badge-success{
  background: rgba(34,197,94,.14) !important;
  border-color: rgba(34,197,94,.22) !important;
}
.badge-danger{
  background: rgba(255,80,120,.12) !important;
  border-color: rgba(255,80,120,.20) !important;
}
.badge.badge-danger.inactive{
  background: rgba(255,255,255,.06) !important;
  border-color: rgba(255,255,255,.12) !important;
  color: var(--qc-muted) !important;
}

nav#navbar-main,
#navLogin,
.application .navbar{
  background: rgba(5,7,19,.55) !important;
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

a#languageSelectorBtn,
a#languageSelectorBtnMb{
  border-color: rgba(255,255,255,.20) !important;
  color: var(--Secondary-100) !important;
}
#languageMenu{
  background: rgba(10,16,30,.92) !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  box-shadow: var(--qc-shadow) !important;
}
#languageMenu a{ color: var(--Secondary-100) !important; }
#languageMenu a:hover{ background: rgba(255,255,255,.06) !important; }

.nav-sidebar-desk a span,
.col-sidebar-desk a,
.selectedOption{
  color: var(--qc-muted) !important;
}
.nav-sidebar-desk svg, .nav-sidebar-desk svg path{
  fill: rgba(232,238,247,.55) !important;
}
.nav-sidebar-desk .active span,
.col-sidebar-desk .active span{
  color: var(--Secondary-100) !important;
}
.nav-sidebar-desk .active svg, .nav-sidebar-desk .active svg path,
.col-sidebar-desk .active svg, .col-sidebar-desk .active svg path{
  fill: var(--Secondary-100) !important;
}
.nav-sidebar-desk .active .row.d-flex.align-items-center,
.col-sidebar-desk .active .row.d-flex.align-items-center{
  background: rgba(255,255,255,.08) !important;
  border: 1px solid rgba(255,255,255,.10) !important;
}

.sidenav-toggler-inner{
  background: rgba(255,255,255,.10) !important;
}

.tab.selected{
  background: rgba(255,255,255,.10) !important;
  border-radius: 999px !important;
}
.tabsDate a,
.summaryTabs a,
.summaryTabs span{
  color: var(--Secondary-100) !important;
}

.table, table.dataTable{
  color: var(--Secondary-100) !important;
}
.table td, .table th, tr, td{
  border-color: rgba(255,255,255,.10) !important;
}
table.dataTable thead>tr>th,
table.dataTable thead>tr>td{
  background: rgba(255,255,255,.06) !important;
  color: var(--Secondary-100) !important;
}
.table.dataTable td{
  color: var(--qc-muted) !important;
}
.dataTables_empty, .dataTables_info{
  color: var(--qc-muted) !important;
}
.dataTables_paginate .paginate_button a{
  color: var(--Secondary-100) !important;
  border-color: rgba(255,255,255,.14) !important;
  background: rgba(255,255,255,.04) !important;
}

.modal-content,
.swal2-popup{
  background: linear-gradient(180deg, var(--qc-card), var(--qc-card2)) !important;
  border: 1px solid var(--qc-border) !important;
  color: var(--Secondary-100) !important;
  box-shadow: var(--qc-shadow) !important;
  border-radius: var(--qc-radius) !important;
}
.modal-title,
.swal2-title{
  color: var(--Secondary-100) !important;
}
.swal2-input-label{ color: var(--qc-muted) !important; }

.swal2-styled.swal2-confirm{
  background: linear-gradient(90deg, var(--Primary-V-300), var(--Accent-2)) !important;
  border: 0 !important;
  color: #06101b !important;
  border-radius: var(--qc-radius-sm) !important;
  font-weight: 900 !important;
}

#footer-menu.fixed,
#footer-menu{
  background: rgba(5,7,19,.55) !important;
  border-top: 1px solid rgba(255,255,255,.08) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
#footer-menu a{
  color: var(--qc-muted) !important;
}
#footer-menu .active a{
  color: var(--Primary-V-300) !important;
  font-weight: 700 !important;
}
#footer-menu .active svg path{
  fill: var(--Primary-V-300) !important;
}

.bg-white, .bg-light{
  background: linear-gradient(180deg, var(--qc-card), var(--qc-card2)) !important;
  border: 1px solid var(--qc-border) !important;
}


@media (max-width: 991.98px){
  .content{ padding: 16px !important; }

  .card-body{ padding: 14px !important; }

  #fullScreenSection{
    margin-bottom: 75px !important; /* mantén tu espacio por footer */
  }

  input, select, .form-control{
    height: 44px !important;
    font-size: 16px !important;
  }
}

@media (min-width: 992px){
  #navbar-main-desk{
    background: rgba(5,7,19,.45) !important;
    border-right: 1px solid rgba(255,255,255,.08) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }

  .content{
    padding-right: 38px !important; /* respetas tu regla pero en dark */
  }
}

:root{
  --qc-bg0:#050713;
  --qc-bg1:#070A18;
  --qc-glow1: rgba(35,213,255,.18);
  --qc-glow2: rgba(168,85,247,.20);

  --qc-card:  rgba(17,24,39,.78);  /* #111827 con alpha */
  --qc-card2: rgba(17,24,39,.55);
  --qc-border: rgba(255,255,255,.10);
  --qc-shadow: 0 22px 70px rgba(0,0,0,.55);

  --Secondary-100:#E8EEF7;
  --qc-muted:  rgba(232,238,247,.78);
  --qc-muted2: rgba(232,238,247,.55);

  --Primary-V-300:#23D5FF;
  --Accent-2:#A855F7;
}

body,
body.application{
  background:
    radial-gradient(900px 520px at 70% 12%, var(--qc-glow2), transparent 60%),
    radial-gradient(900px 520px at 18% 10%, var(--qc-glow1), transparent 60%),
    radial-gradient(900px 600px at 50% 120%, rgba(35,213,255,.10), transparent 55%),
    linear-gradient(180deg, var(--qc-bg0) 0%, var(--qc-bg1) 55%, var(--qc-bg0) 100%) !important;
  color: var(--Secondary-100) !important;
}

body.application,
body.application .application,
body.application .application-offset,
body.application .container-application,
body.application .container-fluid.container-application,
body.application .page-content,
body.application .content,
body.application .main-content,
body.application .footer{
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}

body.application .container-application::before,
body.application .container-application::after,
body.application .page-content::before,
body.application .page-content::after{
  content: none !important;
  display: none !important;
}

.blur-background{ filter: none !important; }

p, label, small, span{
  color: var(--qc-muted) !important;
}
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6{
  color: var(--Secondary-100) !important;
}

.card,
#balance,
#bots .bots,
#bots.my-plans-bots,
#biometricAdvise,
#accountSummary,
#accountSummary .card-stats,
.toolSection .button,
#actions .button,
.transaction-card,
.transaction-card .card-body,
.steps-operation,
.steps-form,
.nav-footer,
.tabsDate,
#divNofi,
#divNofiDesk,
#fullScreenSection{
  background: linear-gradient(180deg, var(--qc-card), var(--qc-card2)) !important;
  border: 1px solid var(--qc-border) !important;
  border-radius: 18px !important;
  box-shadow: var(--qc-shadow) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.card-body{
  padding: 16px !important;
  margin-top: 0 !important;
}

input, select, textarea, .form-control{
  background: rgba(255,255,255,.03) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  color: var(--Secondary-100) !important;
  border-radius: 14px !important;
  box-shadow: none !important;
}
input::placeholder, textarea::placeholder, .form-control::placeholder{
  color: rgba(232,238,247,.55) !important;
}
input:focus, select:focus, textarea:focus, .form-control:focus{
  border-color: rgba(35,213,255,.35) !important;
  box-shadow: 0 0 0 3px rgba(35,213,255,.12) !important;
  outline: none !important;
}

.btn-primary,
button.btn-primary{
  background: linear-gradient(90deg, var(--Primary-V-300), var(--Accent-2)) !important;
  border: 0 !important;
  border-radius: 14px !important;
  color: #06101b !important;
  font-weight: 900 !important;
}

#navbar-main-desk,
#sidenav-main,
nav#navbar-main,
.application .navbar{
  background: rgba(5,7,19,.55) !important;
  border-right: 1px solid rgba(255,255,255,.08) !important;
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.nav-sidebar-desk a span,
.col-sidebar-desk a{
  color: var(--qc-muted) !important;
}
.nav-sidebar-desk svg, .nav-sidebar-desk svg path{
  fill: rgba(232,238,247,.55) !important;
}
.nav-sidebar-desk .active span{
  color: var(--Secondary-100) !important;
}
.nav-sidebar-desk .active svg, .nav-sidebar-desk .active svg path{
  fill: var(--Secondary-100) !important;
}
.nav-sidebar-desk .active .row.d-flex.align-items-center,
.col-sidebar-desk .active .row.d-flex.align-items-center{
  background: rgba(255,255,255,.08) !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  border-radius: 0;
}

.amount{ color: var(--Primary-V-300) !important; }
.amount .decimals{ color: var(--qc-muted2) !important; }

.table, table.dataTable{ color: var(--Secondary-100) !important; }
.table td, .table th, tr, td{ border-color: rgba(255,255,255,.10) !important; }
table.dataTable thead>tr>th, table.dataTable thead>tr>td{
  background: rgba(255,255,255,.06) !important;
  color: var(--Secondary-100) !important;
}
.table.dataTable td{ color: var(--qc-muted) !important; }

@media (max-width: 991.98px){
  .content{ padding: 16px !important; }
  input, select, .form-control{ height: 44px !important; font-size: 16px !important; }
}

:root{
  --qc-bg0:#050713;
  --qc-bg1:#070A18;
  --qc-glow1: rgba(35,213,255,.18);
  --qc-glow2: rgba(168,85,247,.20);

  --qc-card:   rgba(17,24,39,.82);
  --qc-card2:  rgba(17,24,39,.62);
  --qc-border: rgba(255,255,255,.10);

  --qc-shadow-sm: 0 10px 28px rgba(0,0,0,.42);
  --qc-shadow-lg: 0 24px 80px rgba(0,0,0,.55);

  --Secondary-100:#E8EEF7;
  --qc-muted:  rgba(232,238,247,.78);
  --qc-muted2: rgba(232,238,247,.55);

  --Primary-V-300:#23D5FF;
  --Accent-2:#A855F7;
}

html{
  background:
    radial-gradient(900px 520px at 70% 12%, var(--qc-glow2), transparent 60%),
    radial-gradient(900px 520px at 18% 10%, var(--qc-glow1), transparent 60%),
    radial-gradient(900px 600px at 50% 120%, rgba(35,213,255,.10), transparent 55%),
    linear-gradient(180deg, var(--qc-bg0) 0%, var(--qc-bg1) 55%, var(--qc-bg0) 100%) !important;
}

body,
body.application,
body.application .application,
body.application .application-offset,
body.application .container-application,
body.application .container-fluid.container-application,
body.application .page-content,
body.application .container-application .page-content,
body.application .content,
body.application .main-content,
body.application #app,
body.application .wrapper,
body.application .content-wrapper,
body.application .main-panel{
  background:
    radial-gradient(900px 520px at 70% 12%, var(--qc-glow2), transparent 60%),
    radial-gradient(900px 520px at 18% 10%, var(--qc-glow1), transparent 60%),
    radial-gradient(900px 600px at 50% 120%, rgba(35,213,255,.10), transparent 55%),
    linear-gradient(180deg, var(--qc-bg0) 0%, var(--qc-bg1) 55%, var(--qc-bg0) 100%) !important;

  background-repeat: no-repeat !important;
  background-size: cover !important;
  min-height: 100vh !important;

  color: var(--Secondary-100) !important;
}

.titleWelcome,
.titleWelcome b,
.titleWelcome .hours,
.subtitle{
  color: var(--Secondary-100) !important;
}

p, label, small, span{
  color: var(--qc-muted) !important;
}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6{
  color: var(--Secondary-100) !important;
}

.card,
#balance,
#bots .bots,
#biometricAdvise,
.transaction-card,
.transaction-card .card-body,
.steps-operation,
.steps-form,
#bots.my-plans-bots,
#accountSummary,
#accountSummary .card-stats,
.toolSection .button,
#actions .button{
  background: linear-gradient(180deg, var(--qc-card), var(--qc-card2)) !important;
  border: 1px solid var(--qc-border) !important;
  border-radius: 18px !important;
  box-shadow: var(--qc-shadow-sm) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

#accountSummary{
  box-shadow: var(--qc-shadow-lg) !important;
}

.btn-primary,
button.btn-primary{
  background: linear-gradient(90deg, var(--Primary-V-300), var(--Accent-2)) !important;
  border: 0 !important;
  border-radius: 14px !important;
  color: #06101b !important;
  font-weight: 900 !important;
}

input, select, textarea, .form-control{
  background: rgba(255,255,255,.03) !important;
  border: 1px solid rgba(255,255,255,.12) !important;
  color: var(--Secondary-100) !important;
  border-radius: 14px !important;
  box-shadow: none !important;
}

input::placeholder, textarea::placeholder, .form-control::placeholder{
  color: rgba(232,238,247,.55) !important;
}

nav#navbar-main,
#navbar-main-desk,
#sidenav-main,
.application .navbar{
  background: rgba(5,7,19,.55) !important;
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
  border-right: 1px solid rgba(255,255,255,.08) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

@media (max-width: 991.98px){
  html, body, body.application{
    background-attachment: scroll !important;
  }
}

#actions,
#actions .actions-desk,
#actions .owl-carousel{
  background: linear-gradient(180deg, var(--qc-card), var(--qc-card2)) !important;
  border: 1px solid var(--qc-border) !important;
  border-radius: 18px !important;
  box-shadow: var(--qc-shadow-lg, 0 24px 80px rgba(0,0,0,.55)) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 16px !important;
}

#actions .actions-desk,
#actions .actions-desk .row,
#actions .actions-desk .col-6,
#actions .actions-desk a,
#actions .owl-carousel,
#actions .owl-carousel .item,
#actions .owl-carousel a{
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}

#actions h2,
#actions h2.mb-1{
  color: var(--Secondary-100) !important;
  opacity: 1 !important;
}

#actions .button{
  background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03)) !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  border-radius: 16px !important;
  box-shadow: var(--qc-shadow-sm, 0 10px 28px rgba(0,0,0,.42)) !important;
  padding: 18px 16px !important;
  height: auto !important;     /* evita que se te achate */
  width: 100% !important;
}

#actions .button h2{
  color: var(--qc-muted) !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  margin: 10px 0 0 0 !important;
}

#actions .button svg,
#actions .button svg path,
#actions .button i{
  fill: rgba(232,238,247,.70) !important;
  stroke: rgba(232,238,247,.70) !important;
  color: rgba(232,238,247,.70) !important;
}

@media (min-width: 992px){
  #actions .button:hover{
    border-color: rgba(35,213,255,.25) !important;
    box-shadow: 0 18px 60px rgba(0,0,0,.55) !important;
    transform: translateY(-1px);
    transition: all .18s ease;
  }
}

@media (max-width: 991.98px){
  #actions{ padding: 12px !important; }
  #actions .button{ padding: 14px 12px !important; }
}
section {
    background-color: #0608140d!important;
}
a#languageSelectorBtn {
    display: none;
}

@import url('https://fonts.googleapis.com/css2?family=Public+Sans:wght@200;300;400;600;700;900&display=swap');

:root{
  --font-home: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

html, body{
  font-family: var(--font-home) !important;
}

body *{
  font-family: var(--font-home) !important;
}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6{
  font-family: var(--font-home) !important;
  letter-spacing: -0.2px;
}

button, .btn,
input, select, textarea, .form-control{
  font-family: var(--font-home) !important;
}

table, thead, tbody, tfoot, tr, th, td,
.nav-link, .dropdown-item, .badge{
  font-family: var(--font-home) !important;
}
#balance b {
    display: none !important;
}

@import url('https://fonts.googleapis.com/css2?family=Public+Sans:wght@300;400;500;600;700;800;900&display=swap');

:root{
  --font-home: "Public Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

html, body, body *{
  font-family: var(--font-home) !important;
}

body.application,
body.application p,
body.application label,
body.application small,
body.application span{
  font-weight: 400 !important;
}

body.application h1,
body.application h2,
body.application h3,
body.application h4,
body.application h5,
body.application h6,
body.application .h1,
body.application .h2,
body.application .h3,
body.application .h4,
body.application .h5,
body.application .h6{
  font-weight: 600 !important;
  letter-spacing: -0.2px;
}

body.application .titleWelcome{
  font-weight: 500 !important;
}
body.application .titleWelcome b{
  font-weight: 900 !important;
}

body.application .card h2,
body.application .card h3,
body.application .subtitle,
body.application #actions h2,
body.application #bots h2{
  font-weight: 700 !important;
}

body.application #balance h2,
body.application .card-stats h6,
body.application .text-muted,
body.application .lastMonth span{
  font-weight: 500 !important;
}

body.application .amount,
body.application #balance h3,
body.application .transaction-card .amount{
  font-weight: 900 !important;
}

body.application .btn,
body.application button,
body.application .btn-primary,
body.application .btn-border-gradient{
  font-weight: 800 !important;
}

body.application .nav-sidebar-desk a span,
body.application .col-sidebar-desk a{
  font-weight: 600 !important;
}


body.application .pb-3,
body.application .py-3 {
  visibility: visible !important;
}

body.application svg path[fill="#262626"],
body.application svg path[fill="black"],
body.application svg path[fill="#AEAEAE"] {
  fill: rgba(231, 240, 255, 0.88) !important;
}

.qcrypto-brand-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.qcrypto-brand-text {
  color: #f4f8ff !important;
  font-weight: 900 !important;
  letter-spacing: 0.02em;
  font-size: 18px;
  line-height: 1;
}

#navbar-main .navbar-brand.qcrypto-brand-link {
  display: inline-flex !important;
}

#navbar-main .navbar-brand.qcrypto-brand-link img {
  max-height: 34px;
  width: auto;
}

#navbar-main .navbar-brand.qcrypto-brand-link .qcrypto-brand-text {
  font-size: 14px;
}

#navbar-main .mobile-brand-wrap {
  position: relative;
  width: 100%;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#navbar-main .mobile-top-actions-btn {
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(35, 213, 255, 0.44);
  background: rgba(9, 19, 42, 0.88) !important;
  color: #65e4ff !important;
  text-decoration: none !important;
}

#navbar-main .mobile-top-actions-btn i {
  font-size: 16px;
  color: #65e4ff !important;
}

#navbar-main .mobile-top-actions-btn.active {
  border-color: rgba(35, 213, 255, 0.78);
  box-shadow: 0 0 18px rgba(35, 213, 255, 0.36);
}

#footer-menu .nav-footer {
  margin: 0;
}

#footer-menu .nav-footer > [class*="col-"] {
  padding: 10px 0;
}

#footer-menu a {
  gap: 6px;
  color: rgba(227, 237, 252, 0.74) !important;
  font-size: 12px;
  font-weight: 700;
}

#footer-menu a i {
  font-size: 20px;
  color: rgba(227, 237, 252, 0.84) !important;
}

#footer-menu .active a,
#footer-menu .active a i {
  color: #23d5ff !important;
}

#fullScreenSection.full-screen-section {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999999999999999999 !important;
  margin-bottom: 0 !important;
  padding: 84px 14px calc(108px + env(safe-area-inset-bottom, 0px));
  overflow-y: auto;
  background: rgba(3, 8, 22, 0.92) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

#fullScreenSection .section-content {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  position: relative;
}

#fullScreenSection .tools-close-btn {
  position: absolute;
  top: 8px;
  right: 6px;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  border: 1px solid rgba(35, 213, 255, 0.44);
  background: rgba(9, 19, 42, 0.88);
  color: #1ef0ff;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  z-index: 3;
}

#fullScreenSection .subtitle {
  display: block;
  margin: 10px 2px 12px;
  color: rgba(227, 237, 252, 0.7) !important;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700 !important;
}

#fullScreenSection .row {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 12px;
  row-gap: 22px;
  margin: 0 0 14px;
}

#fullScreenSection .nav-menu-item {
  width: 100%;
}

#fullScreenSection .logout-action-item {
  order: 99;
}

#fullScreenSection .mobile-action-card {
  width: 100% !important;
  min-height: 126px;
  height: auto !important;
  border-radius: 16px !important;
  border: 1px solid rgba(116, 166, 255, 0.28) !important;
  background: linear-gradient(180deg, rgba(16, 28, 59, 0.9) 0%, rgba(12, 21, 46, 0.92) 100%) !important;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.36) !important;
  padding: 14px 12px !important;
  gap: 10px !important;
}

#fullScreenSection .mobile-action-card i {
  font-size: 24px;
  color: #65e4ff !important;
  text-shadow: 0 0 20px rgba(35, 213, 255, 0.28);
}

#fullScreenSection .mobile-action-card h2 {
  margin: 0;
  color: #ecf4ff !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 1.35;
}

#fullScreenSection .diamond-action-card i {
  color: #ffd86f !important;
  text-shadow: 0 0 20px rgba(255, 205, 84, 0.35);
}

#actions .d-lg-none .qa-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 116px;
}

#actions .qa-mobile-icon {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(35, 213, 255, 0.14);
  border: 1px solid rgba(35, 213, 255, 0.35);
}

#actions .qa-mobile-icon i {
  color: #66e5ff !important;
  font-size: 16px;
}

#actions .d-lg-none .qa-card h2 {
  color: #edf5ff !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  text-align: center;
  margin: 0 !important;
}

body.application .dropdown-menu,
body.application .dropdown-menu .dropdown-item,
body.application .dropdown-item {
  background: rgba(9, 18, 40, 0.94) !important;
  color: #eaf3ff !important;
}

body.application .dropdown-item:hover,
body.application .dropdown-item:focus {
  background: rgba(70, 123, 255, 0.24) !important;
  color: #ffffff !important;
}

body.application .select2-search--dropdown .select2-search__field,
body.application .select2-container--default .select2-selection--single .select2-selection__rendered,
body.application .select2-results__option {
  color: #eaf3ff !important;
}

body.application select,
body.application select.form-control,
body.application select option {
  color: #eaf3ff !important;
  background: rgba(9, 18, 40, 0.94) !important;
}

@media (max-width: 420px) {
  #fullScreenSection.full-screen-section {
    padding: 74px 10px calc(122px + env(safe-area-inset-bottom, 0px));
  }

  #fullScreenSection .row {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }

  #fullScreenSection .mobile-action-card {
    min-height: 104px;
    padding: 12px 10px !important;
    gap: 8px !important;
  }

  #fullScreenSection .mobile-action-card h2 {
    font-size: 15px !important;
    line-height: 1.28;
  }
}

@media (max-width: 360px) {
  #fullScreenSection .mobile-action-card h2 {
    font-size: 14px !important;
  }
}

:root {
  --qcc-cyan: #23d5ff;
  --qcc-cyan-soft: rgba(35, 213, 255, 0.18);
  --qcc-purple: #a855f7;
  --qcc-purple-soft: rgba(168, 85, 247, 0.2);
  --qcc-green: #18f6b6;
  --qcc-gold: #ffb300;
  --qcc-card: #171c34;
  --qcc-card-2: #1b2241;
  --qcc-border: rgba(138, 166, 230, 0.22);
}

body.application {
  background:
    radial-gradient(680px 360px at 18% 10%, rgba(35, 213, 255, 0.2), transparent 65%),
    radial-gradient(720px 380px at 85% 8%, rgba(168, 85, 247, 0.22), transparent 62%),
    linear-gradient(180deg, #0a0f27 0%, #0b112c 48%, #080d20 100%) !important;
}

body.application #navbar-main,
body.application #navbar-main-desk {
  background: linear-gradient(90deg, rgba(14, 20, 45, 0.98) 0%, rgba(14, 20, 45, 0.9) 100%) !important;
  border-bottom: 1px solid rgba(142, 174, 245, 0.2) !important;
}

body.application #navbar-main .navbar-brand,
body.application #navbar-main .navbar-brand .qcrypto-brand-text {
  color: #ecf6ff !important;
}

body.application #navbar-main .nav-link,
body.application #navbar-main .sidenav-toggler,
body.application #navbar-main [data-action="sidenav-pin"] {
  border-radius: 16px !important;
  border: 1px solid rgba(35, 213, 255, 0.48) !important;
  background: rgba(7, 19, 45, 0.74) !important;
  box-shadow: 0 0 0 3px rgba(35, 213, 255, 0.08) !important;
}

body.application #navbar-main .nav-link svg path,
body.application #navbar-main .sidenav-toggler i,
body.application #navbar-main [data-action="sidenav-pin"] svg path {
  fill: #1ef0ff !important;
  color: #1ef0ff !important;
}

body.application .steps-form,
body.application .steps-operation,
body.application .card,
body.application .transaction-card,
body.application .walletContainer .card,
body.application .amountDepositWithdraw,
body.application .payment-method-card,
body.application .withdrawOption label,
body.application .withdrawInfo,
body.application .ref-level-box,
body.application .diamond-box,
body.application .info-steps-operation {
  background: linear-gradient(180deg, rgba(26, 32, 60, 0.96) 0%, rgba(17, 23, 45, 0.96) 100%) !important;
  border: 1px solid var(--qcc-border) !important;
  box-shadow: 0 14px 26px rgba(5, 9, 24, 0.4) !important;
}

body.application .steps-operation {
  border-radius: 18px !important;
}

body.application .steps-operation.active,
body.application .steps-operation.check {
  border-color: rgba(35, 213, 255, 0.45) !important;
  background: linear-gradient(180deg, rgba(22, 44, 78, 0.85) 0%, rgba(19, 36, 66, 0.9) 100%) !important;
  box-shadow: 0 0 0 2px rgba(35, 213, 255, 0.08), 0 16px 30px rgba(5, 11, 28, 0.5) !important;
}

body.application .steps-operation svg path {
  fill: rgba(186, 206, 248, 0.92) !important;
}

body.application .steps-operation.active svg path,
body.application .steps-operation.check svg path {
  fill: var(--qcc-cyan) !important;
}

body.application .info-steps-operation {
  border-radius: 14px !important;
  margin: 8px 0 !important;
  padding: 12px 10px !important;
}

body.application .info-steps-operation span,
body.application #verifyStepsOperation span,
body.application #verifyStepsOperation h3 {
  color: #d9e8ff !important;
}

body.application .info-steps-operation svg path {
  fill: var(--qcc-green) !important;
}

body.application .payment-method-card {
  border-radius: 14px !important;
}

body.application .payment-method-option .payment-method-card .card-body span {
  color: #dbe9ff !important;
  font-weight: 600;
}

body.application .payment-method-option.is-selected .payment-method-card {
  border-color: rgba(35, 213, 255, 0.62) !important;
  box-shadow: 0 0 0 2px rgba(35, 213, 255, 0.16), 0 14px 24px rgba(6, 14, 30, 0.42) !important;
  background: linear-gradient(90deg, rgba(35, 213, 255, 0.16), rgba(130, 93, 255, 0.18)) !important;
}

body.application .payment-method-option.is-disabled .payment-method-card::after {
  background: rgba(36, 44, 72, 0.66) !important;
}

body.application .withdrawOption label {
  color: #e8f3ff !important;
  border-radius: 14px !important;
  border-color: rgba(124, 155, 226, 0.26) !important;
}

body.application .withdrawOption label:hover {
  border-color: rgba(35, 213, 255, 0.45) !important;
  box-shadow: 0 0 0 2px rgba(35, 213, 255, 0.1) !important;
}

body.application .titleWelcome b,
body.application .titleWelcome h1 b,
body.application h2,
body.application h3,
body.application h4,
body.application .name-bot {
  color: #f2f8ff !important;
}

body.application .titleWelcome .hours,
body.application p,
body.application small,
body.application label,
body.application span {
  color: rgba(208, 223, 245, 0.88) !important;
}

body.application input.form-control,
body.application textarea.form-control,
body.application select.form-control,
body.application .form-control {
  border-radius: 16px !important;
  border-color: rgba(133, 161, 224, 0.28) !important;
  background: rgba(27, 33, 58, 0.86) !important;
  color: #e8f4ff !important;
}

body.application input.form-control:focus,
body.application textarea.form-control:focus,
body.application select.form-control:focus,
body.application .form-control:focus {
  border-color: rgba(35, 213, 255, 0.58) !important;
  box-shadow: 0 0 0 3px rgba(35, 213, 255, 0.14) !important;
}

body.application .amount,
body.application .summary-value,
body.application .ref-earned,
body.application .ref-level-rate,
body.application .info-bot.bold {
  color: #1ef0ff !important;
  text-shadow: 0 0 18px rgba(35, 213, 255, 0.22);
}

body.application .ref-users {
  color: #b34bff !important;
}

body.application .ref-level-box {
  border-radius: 16px !important;
  position: relative;
  overflow: hidden;
}

body.application .ref-level-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(35, 213, 255, 0.45), rgba(168, 85, 247, 0.35));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

body.application .diamond-range-card {
  background: linear-gradient(180deg, rgba(25, 30, 56, 0.96) 0%, rgba(17, 21, 40, 0.98) 100%) !important;
  border: 1px solid rgba(255, 200, 78, 0.32) !important;
}

body.application .diamond-box {
  border-color: rgba(35, 213, 255, 0.38) !important;
}

body.application .advise,
body.application .alert-warning,
body.application .alert-danger,
body.application .alert-info {
  border-radius: 16px !important;
  border: 1px solid rgba(255, 185, 66, 0.42) !important;
  background: linear-gradient(180deg, rgba(46, 34, 24, 0.8) 0%, rgba(39, 30, 24, 0.86) 100%) !important;
  color: #ffd28a !important;
}

body.application .btn-primary,
body.application .withdraw-submit-btn,
body.application #continueBtn.btn-primary,
body.application #subbtn.btn-primary {
  background: linear-gradient(90deg, #21d8e7 0%, #5d89ff 48%, #a539f5 100%) !important;
  color: #06111f !important;
  font-weight: 900 !important;
}

body.application .btn-empty,
body.application #continueBtn.btn-empty,
body.application #subbtn.btn-empty {
  background: rgba(25, 33, 62, 0.9) !important;
  border: 1px solid rgba(138, 164, 226, 0.34) !important;
  color: #d8e8ff !important;
}

@media (max-width: 991.98px) {
  body.application .steps-form,
  body.application .card,
  body.application .walletContainer .card,
  body.application .ref-level-box,
  body.application .diamond-box {
    border-radius: 20px !important;
    box-shadow: 0 16px 30px rgba(2, 8, 20, 0.48) !important;
  }

  body.application .titleWelcome {
    margin-top: 6px !important;
  }

  body.application .titleWelcome h1 {
    font-size: clamp(27px, 6.5vw, 38px) !important;
  }

  body.application .titleWelcome .hours {
    font-size: clamp(14px, 3.9vw, 20px) !important;
  }

  body.application .steps-form {
    padding: 18px !important;
  }
}

@media (min-width: 768px) {
  #footer-menu,
  #fullScreenSection {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #navbar-main-desk .nav-sidebar-desk .row.d-flex.align-items-center,
  #navbar-main-desk .col-sidebar-desk .row.d-flex.align-items-center {
    flex-wrap: nowrap !important;
  }

  #navbar-main-desk .nav-sidebar-desk .row.d-flex.align-items-center > .col-3,
  #navbar-main-desk .col-sidebar-desk .row.d-flex.align-items-center > .col-3 {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }

  #navbar-main-desk .nav-sidebar-desk .row.d-flex.align-items-center > .col-lg-9,
  #navbar-main-desk .col-sidebar-desk .row.d-flex.align-items-center > .col-lg-9 {
    flex: 0 0 75% !important;
    max-width: 75% !important;
  }

  #navbar-main-desk .nav-sidebar-desk a .row,
  #navbar-main-desk .col-sidebar-desk .row {
    padding: 16px 18px !important;
  }
}

@media (max-width: 767.98px) {
  #navbar-main .row.fw > .col-4.text-left,
  #navbar-main .row.fw > .col-4.text-right {
    display: none !important;
  }

  #navbar-main .row.fw > .col-4.text-center {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    text-align: center !important;
  }

  #navbar-main .mobile-brand-wrap {
    padding-left: 46px;
    padding-right: 46px;
  }

  #navbar-main .mobile-top-actions-btn {
    right: 6px;
  }

  #navbar-main .navbar-brand.qcrypto-brand-link {
    max-width: 100%;
    margin: 0 auto;
  }

  #navbar-main .navbar-brand.qcrypto-brand-link .qcrypto-brand-text {
    font-size: 13px;
    white-space: nowrap;
  }
}

@media (max-width: 420px) {
  #navbar-main .mobile-brand-wrap {
    padding-left: 42px;
    padding-right: 42px;
  }

  #navbar-main .navbar-brand.qcrypto-brand-link .qcrypto-brand-text {
    font-size: 12px;
  }
}

@media (max-width: 360px) {
  #navbar-main .navbar-brand.qcrypto-brand-link .qcrypto-brand-text {
    display: none !important;
  }
}

i.fas, i.fa-solid,
i.far, i.fa-regular,
i.fal, i.fa-light,
i.fab, i.fa-brands,
i[class^="fa-"],
i[class*=" fa-"] {
  font-style: normal !important;
  line-height: 1 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

i.fas, i.fa-solid,
i.far, i.fa-regular,
i.fal, i.fa-light,
i[class^="fa-"],
i[class*=" fa-"] {
  font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free", "Font Awesome 6 Free" !important;
}

i.fab, i.fa-brands {
  font-family: "Font Awesome 5 Brands", "Font Awesome 6 Brands" !important;
  font-weight: 400 !important;
}

i.fas, i.fa-solid { font-weight: 900 !important; }
i.far, i.fa-regular { font-weight: 400 !important; }
i.fal, i.fa-light { font-weight: 300 !important; }

#footer-menu a i {
  display: inline-block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
