[data-bs-theme='dark'] {
		 --bs-body-color: #FFFFFF;
		 --bs-link-color: #00a1e4;
		 --bs-link-hover-color: #E2BFCD;
		 --bs-primary: #00a1e4;
		 --bs-ribbon-label-bg: #AF7B90;
		 --bs-ribbon-label-border-color: #02b7c2;
		 --bs-primary-text: #DE8398;
		 --bs-primary-bg-subtle: #281117;
		 --bs-primary-border-subtle: #4A212B;
		 --bs-primary-active: #00a1e4;
		 --bs-primary-light: #00a1e430;
		 --bs-primary-inverse: #F9E6E8;
		 --bs-text-primary: #00a1e4;
		 --bs-app-sidebar-dark-bg-color: #001a1b;
		 --bs-app-sidebar-dark-separator-color: #3C2F33;
		 --bs-app-sidebar-dark-menu-heading-color: #00a1e4;
		 --bs-app-sidebar-dark-toggle-btn-bg-color: #005578;
		 --bs-app-header-sticky-bg-color:#001a1b;
		 --bs-app-header-base-bg-color :#001a1b;
}


[data-bs-theme='light'] {
		 --bs-white: #FFFFFF;
		 --bs-app-sidebar-dark-bg-color: #001a1b;
		 --bs-primary-inverse: #FFFFFF;
		 --bs-app-sidebar-dark-separator-color: #c2ce43;
		 --bs-app-sidebar-dark-menu-heading-color: #00a1e4;
		 --bs-app-sidebar-dark-toggle-btn-bg-color: #00a1e4;
		 --bs-primary: #00a1e4;
		 --bs-ribbon-label-bg: #00a1e4;
		 --bs-ribbon-label-border-color: #02b7c2;
		 --bs-primary-active: #00a1e4;
		 --bs-primary-light: #00a1e430;
		 --bs-text-primary: #00a1e4;
		 --bs-component-active-bg: #00a1e4;
		 --bs-component-hover-color: #02b7c2;
		 --bs-menu-link-color-hover: #00a1e4;
		 --bs-menu-link-color-show: #00a1e4;
		 --bs-menu-link-color-here: #00a1e4;
		 --bs-menu-link-color-active: #00a1e4;
		 --bs-menu-link-bg-color-hover: #70f7ff;
		 --bs-menu-link-bg-color-show: #02b7c2;
		 --bs-menu-link-bg-color-here: #02b7c2;
		 --bs-menu-link-bg-color-active: #70f7ff;
		 --bs-app-header-sticky-bg-color:#001a1b;
		 --bs-app-header-base-bg-color:#001a1b;
}

.symbol .symbol-label{
    background: var(--bs-scrolltop-bg-color-hover) !important;
}

.app-header{
    /*background-color: #470014;*/
}

.stepper.stepper-pills .stepper-nav{
    display:none;
}

.ds3_loader{
    background: #00a1e430;
}
.ds3_launcher {
    display: none !important;
}
._changes[data-ds3w="actions"] {
  display: none !important;
}
.ds3_right_row[data-ds3w="offers_1"] {
    width : 50%;
}
._changes[data-ds3w="balance"] {
    width : 50% !important;
}
.system_widget[data-dashwidget="app_basic.pix_sent"] .stats_card,
.system_widget[data-dashwidget="app_basic.pix_received"] .stats_card {
    background-color: var(--bs-app-sidebar-dark-bg-color) !important;
}


img.theme-light-show , 
img.theme-dark-show {
    width: 100px;
    height: 55px !important;
}

#logoBrand {
    width: 140px;
    height: 120px !important;
}

.flogin #logoBrand {
    width: 255px;
    height: 98px !important;
}

.fsignup .text-center img {
    width: 255px;
    height: 98px !important;
}

#kt_app_sidebar_logo > a > img.app-sidebar-logo-default.theme-light-show {
    height: 50px !important;
    width: 120px !important;
}
#kt_app_sidebar_logo > a > img.app-sidebar-logo-default.theme-dark-show {
    height: 50px !important;
    width: 120px !important;
}

@media screen and (max-width: 450px) {
    img.theme-light-show , 
    img.theme-dark-show {
        width: 80px;
        height: 40px !important;
    }
}

[data-mitemof="charges"], [data-mitemof="credit"] , [data-mitemof="swap"], [data-mitemof="swap_balance"], [data-mitemof="history"]{
     display:none !important;
}

/*REMOVE ON ADMIN*/
[data-mitemof="app.credit"], [data-mitemof="basic.charges"] , [data-dashwidget="app_basic.swap_operations"]{
     display:none !important;
}



[data-mitemof="ai_chat"], [data-mitemof="market"], [data-mitemof="nft"], [data-mitemof="invest.investment"], [data-mitemof="Nft"], [data-mitemof="Market"] {
     display:none !important;
}

[data-mitemof="app.cards"], [data-mitemof="app.conciliation"],[data-mitemof="request_partner"] {
     display:none !important;
}

[data-mitemof="cards"], [data-mitemof="tranascation_cripto"], [data-dashwidget="app_basic.balance_brex"] ,[data-dashwidget="app_basic.balance_bank"] {
     display:none !important;
}

[data-mitemof="basic.Master_transactions"], [data-mitemof="basic.fee_Payer_transactions"],
[data-mitemof="basic.criptoTransactionsadmin"], [data-mitemof="basic.conciliation_Transactions_Wait_Crypto"],
[data-mitemof="basic.master_info"], [data-mitemof="basic.payer_fee_info"]{
     display:none !important;
}

._changes[data-ds3w="balance"] > div {
        height: 300px !important;
}

#title_phone_onboarding{
    display : none;
}

@media screen and (max-width: 600px) {
    
    ._changes[data-ds3w="balance"],
    .ds3_right_row[data-ds3w="offers_1"]
    {
            width: 100% !important;
    }
    
}    


