@font-face {
    font-family: 'ClashGrotesk';
    src: url('../fonts/ClashGrotesk/WOFF/ClashGrotesk-Regular.woff2') format('woff2'),
         url('../fonts/ClashGrotesk/WOFF/ClashGrotesk-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ClashGrotesk';
    src: url('../fonts/ClashGrotesk/WOFF/ClashGrotesk-Medium.woff2') format('woff2'),
         url('../fonts/ClashGrotesk/WOFF/ClashGrotesk-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ClashGrotesk';
    src: url('../fonts/ClashGrotesk/WOFF/ClashGrotesk-Bold.woff2') format('woff2'),
         url('../fonts/ClashGrotesk/WOFF/ClashGrotesk-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM_sans_regular';
    src: url('../fonts/DM_Sans/static/DMSans-Regular.ttf') format('truetype');
    font-weight: 400; /* Regular */
    font-style: normal;
}
:root {
    --basic_color: #32045E;
    --basic_color2: #460683;
    --basic_grey: #BFBFBF;
    --white-color: #fff;
    --greyish_blue: #6E798C;
    --bg_greyish_yellow: #F3F2EF;
    --grey_text: #808080;
    --form-btn_bg: #32045E;
    --deposit-btn_bg: #542086;
    --dark-color2: #161719;
    --light-ash: #f4f4f4;
    --light-ash2: #f5f5f5;
    --card-color: #ffffff;
    --text-color: #000000;
    --text-color2: #000000B2;
    --tab_text-color: #0000004D;
    --tab_text-color2: #475569;
    --tab_text-color3: #1E293B;
    --border__color: #0000004D;
    --tab_border-color: #460683;
    --tab_border-color2: #CBD5E1;
    --tab_border-color3: #E2E8F0;
    --table_head_text-color: #00000080;
    --table_text-color: #313A4E;
    --table_text-color2: #6B6F7B;
    --card1_bg: #BC7CF9;
    --card2_bg: #F5ECFE;
    --card3_bg: #A6F7E2;
    --card4_bg: #EB001B;
    --card5_bg: #460683;
    --card6_bg: #C7FFA5;
    --card7_bg: #FFE5A5;
    --muted-color: #777777;
}
body.dark-theme {
    --light-ash: #161719;
    --light-ash2: #171717;
    --card-color: #0D0D0D;
    --text-color: #ffffff;
    --text-color2: #FFFFFFB2;
    --tab_text-color: #FFFFFF4D;
    --tab_text-color2: #475569;
    --tab_text-color3: #C4CFE1;
    --border__color: #FFFFFF4D;
    --tab_border-color: #54079B;
    --tab_border-color2: #273444;
    --tab_border-color3: #18212E;
    --table_head_text-color: #FFFFFF80;
    --table_text-color: #fff;
    --table_text-color2: #fff;
}

body::-webkit-scrollbar-thumb {
    background: #6E0ACE;
}
body::-webkit-scrollbar-track {
    background: #F5ECFE;
}
body {
    font-family: 'ClashGrotesk', sans-serif;
}


.auth_reg-section .mobile-logo-show {
    display: none;
}
@media (max-width: 768px) {
    .auth_reg-section .mobile-show {
        display: block;
    }
}

/* .zsiq-float {
    display: none !important;
} */

/* Auth Pages */

.auth_reg-section {
    font-family: 'ClashGrotesk', sans-serif;
    max-width: 1440px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    /* background-color: var(--bg_greyish_yellow); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.auth_reg-section .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    overflow: hidden;
}
.auth_reg-section .row.container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.auth_reg-section .register-progress span {
    width: 120px;
    height: 4px;
    display: block;
    border-radius: 5px;
    background-color: var(--basic_grey);
}
.auth_reg-section .register-progress span.active {
    background-color: var(--basic_color);
}

.auth_reg-section .page-img {
    max-width: 483px;
    margin: 0 auto;
}
.auth_reg-section .page-img h2 {
    font-size: 26px;
    font-family: 'ClashGrotesk', sans-serif;
    font-weight: 500;
    color: var(--basic_color);
}

.auth_reg-section .page-img .title h4 {
    font-size: 20px;
    line-height: 25.83px;
    font-weight: 600;
}
.auth_reg-section .page-img .title p {
    color: var(--greyish_blue);
    font-weight: 500;
    line-height: 22px;
}
.auth_reg-section .page-img .copyright p {
    color: var(--grey_text);
    font-weight: 500;
    line-height: 16px;
    font-size: 14px;
}
.auth_reg-section .page-img .copyright a {
    color: var(--greyish_blue);
}


.auth_reg-section .register-form .reg-btn_bg {
    background-color: var(--form-btn_bg);
    color: var(--white-color);
    border: 0.5px solid #000000B2;
}

/* .auth_reg-section {
    background-color: var(--bg_greyish_yellow);
} */
.auth_reg-section .register-form {
    background-color: #F3F2EF0D;
    backdrop-filter: blur(16px);
    max-width: 400px;
    margin: 0 auto;
    border-radius: 10px;
    border: 1px solid #32045E;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    /* position: relative; */
    /* top: 50px; */
    padding: 10px;
    margin-top: 30px !important;
}
.auth_reg-section .register-form .heading span{
    font-size: 20px;
    font-weight: 500;
}
.auth_reg-section .register-form .auth-content h2 {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    color: #32045E;
}

.auth_reg-section .register-form .form-control:focus {
    box-shadow: none;
}
.auth_reg-section .register-form .box-input {
    /* height: 48px; */
    background-color: var(--white-color);
    border-radius: 5px;
    border: 1px solid #32045E;
    margin-bottom: 10px;
    color: #00000080;
}
.auth_reg-section .register-form .box-input .rounded-end {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}
.auth_reg-section .register-form .box-input .rounded-start {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}
.auth_reg-section .register-form label {
    font-size: 14px;
    font-weight: 400;
    line-height: 19.68px;
    margin-bottom: 3px;
    color: #32045E;
}
.auth_reg-section .register-form input::placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.68px;
    color: #00000080;
}
.auth_reg-section .register-form a {
    font-size: 14px;
    color: var(--basic_color) !important;
}
.auth_reg-section .terms__conditions {
    font-size: 15px;
}

.auth_reg-section .register-form .password-hint {
    position: relative;
    top: -5px;
    font-weight: 400;
    font-size: 12px;
}

.auth_reg-section .outlined-text {
    -webkit-text-stroke: 2px #4b0082;
    text-align: center;
    overflow: hidden;
}

.auth_reg-section .typing-text {
    font-size: 42px;
    font-family: 'ClashGrotesk', sans-serif;
    font-weight: 700;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    /* border-right: 2px solid #4b0082; */
    /* width: 50px; */
    /* display: inline-block; */
    animation: typing 8s steps(45, end) forwards, blink 0.8s step-end infinite;
}

@keyframes typing {
    from { width: 0; }
    to { width: 100%; } /* Match character length exactly (42ch in this case) */
}

@keyframes blink {
    50% { border-color: transparent; }
}

.auth_reg-section .padlock_gif_container {
    height: 96px;
    width: 200px;
    overflow: hidden;
}




/* Dashboard */
.dark-theme .panel-layout .panel-header .nav-wrap,
.dark-theme .panel-layout .panel-header .logo,
.dark-theme .panel-layout .side-nav {
    background-color: #000 !important;
}
.dark-theme .panel-layout .side-nav .side-nav-inside .side-nav-menu .side-nav-item.active {
    background: #171717 !important;
    color: #fff;
}
.panel-layout .page-container {
    font-family: 'ClashGrotesk', sans-serif;
    background-color: var(--light-ash);
    /* color: #000; */
}
.dashboard-info {
    background-color: var(--basic_color2);
    font-family: 'ClashGrotesk', sans-serif !important;
    color: #fff;
}
.dashboard-info .user-info h3 {
    color: #fff;
    font-family: 'DM_sans_regular', sans-serif;
}
.dashboard-info .balance-view h1 {
    color: #fff;
    font-family: 'ClashGrotesk', sans-serif;
    font-weight: 500;
}
.dashboard-info .currency-select select.form-select {
    background-color: var(--basic_color);
    color: #fff;
    border: none;
    font-size: 14px;
    background-size: 10px 7px;
    cursor: pointer;
}
.dashboard-info .currency-select select.form-select:focus {
    box-shadow: none;

}
.dashboard-info .dashboard-img.col-md-4 {
    padding: 0;
}
.dashboard-info .balance-details span {
    position: relative;
    top: 5px;
}
/* .dashboard-info .balance-view {
    color: #fff;
} */
.dashboard-info .balance-view p {
    position: relative;
    top: -5px;
    font-size: 14px;
}
.dashboard-info .deposit-btn {
    color: #fff;
}
.dashboard-info .deposit-btn {
    background-color: var(--deposit-btn_bg);
    height: 58px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    position: relative;
    /* left: 12px; */
    max-width: 163px;
}

@media (min-width: 2000px) {
    .dashboard-info .user-info h3 {
        font-size: 70px;
    }
    .dashboard-info .balance-view h1 {
        font-size: 88px;
    }
    .dashboard-info .currency-select select.form-select,
    .dashboard-info .dashboard-actions p,
    .dashboard-info .dashboard-actions span,
    .dashboard-info .balance-details .c-profile,
    .dashboard-info .balance-view p,
    .dashboard-info .balance-view span {
        font-size: 60px;
    }
    .dashboard-info .deposit-btn {
        padding: 70px 40px;
        max-width: 600px;
        font-size: 70px;
    }
    .dashboard-info .balance-details .c-profile {
        width: 90px;
        height: 90px;
    }
    .dashboard-info .currency-select select.form-select {

    }
}
/* @media (min-width: 1440px) {
    .dashboard-info .user-info h3 {
        font-size: 40px;
    }
    .dashboard-info .balance-view h1 {
        font-size: 55px;
    }
    .dashboard-info .currency-select select.form-select,
    .dashboard-info .dashboard-actions p,
    .dashboard-info .dashboard-actions span,
    .dashboard-info .balance-details .c-profile,
    .dashboard-info .balance-view p,
    .dashboard-info .balance-view span {
        font-size: 30px;
    }
    .dashboard-info .deposit-btn {
        padding: 60px 30px;
        max-width: 500px;
        font-size: 40px;
    }
    .dashboard-info .balance-details .c-profile {
        width: 60px;
        height: 60px;
    }
} */


.debit-card_page,
.dash_report-section,
.user-cards_display {
    font-family: 'ClashGrotesk', sans-serif;
}
.g-recaptcha iframe html body div#rc-anchor-container.rc-anchor-normal {
    width: auto !important;
}
.g-recaptcha .rc-anchor-light.rc-anchor-normal, .rc-anchor-light.rc-anchor-compact {
    border: 1px solid #32045E !important;
}
.g-recaptcha iframe {
    /* width: 100% !important; */
}
.g-recaptcha > div {
    border: 1px solid #32045E;
    border-radius: 5px;
    width: auto;
    max-width: 350px;
    margin: 0 auto;
}
.mobile-vsl {
    display: none !important;
}


/* History page log */
.history-page .history__page-section {
    padding: 40px 25px;
    background-color: var(--light-ash2);
}
.history__page-section .card {
    background-color: transparent;
}
.history__page-section .site-tab-bars {
    box-shadow: none !important;
    background: transparent !important;
    border-radius: 0 !important;
    margin-bottom: 0;
}
.dark-theme .history__page-section .site-tab-bars ul li a {
    background: var(--card-color);
}
.history__page-section .site-tab-bars ul li a {
    background: var(--card-color);
    color: var(--tab_text-color) !important;
    border: 0.5px solid var(--tab_text-color);
    border-radius: 5px;
    padding: 10px 30px;
    width: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dark-theme .history__page .site-tab-bars ul li.active a,
.history__page-section .site-tab-bars ul li.active a {
    background: #460683 !important;
    color: #ffffff !important;
}
.dark-theme .history__page-section .panel-layout .site-card,
.history__page-section .site-card {
    box-shadow: none !important;
    background: transparent !important;
    border-radius: 0 !important;
    border: none !important;
}
.history__page-section .site-table {
    box-shadow: none;
    margin-bottom: 0;
    border-radius: 10px;
}
.history__page-section .site-table .table-filter {
    margin-bottom: 15px;
    padding: 15px 10px 15px 0;
}
.history__page-section .site-table .table-filter label {
    font-family: 'ClashGrotesk', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: var(--text-color);
}
.history__page-section .site-table .table-filter .filter .search select,
.history__page-section .site-table .table-filter .filter .search input {
    height: 40px;
    border: 0.3px solid #0000004D;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 10px;
    margin-right: 10px;
    min-width: 180px;
    color: var(--tab_text-color) !important;
    background: var(--card-color) !important;
}
.history__page-section .mobile-transaction-filter .filter .apply-btn,
.history__page-section .site-table .table-filter .filter .apply-btn {
    background: #460683;
    border-radius: 10px;
    padding: 8px 20px;
    min-width: 120px;
}
.history__page-section .site-table .table-responsive {
    background: var(--card-color);
    padding: 20px;
    padding-top: 40px;
    box-shadow: 0px 0px 2px #00000005;
    border: 0.3px solid #0000004D;
    border-radius: 10px;
}
.history__page-section .site-table .table {
    box-shadow: none;
    border: none;
}
.dark-theme .setting__page .site-datatable .data-table thead tr th,
.dark-theme .history__page-section .site-table .table thead tr th,
.history__page-section .site-table .table thead tr th {
    background: var(--light-ash2);
    border: none;
    color: var(--table_head_text-color);
    /* color: var(--table_text-color); */
}
.dark-theme .history__page-section .site-table .table tbody tr td,
.history__page-section .site-table .table tbody tr td {
    background: var(--card-color);
    font-family: 'ClashGrotesk', sans-serif;
    font-weight: 500;
    font-size: 16px;
}
/* .dark-theme .history__page-section .site-table .table tbody tr td h5, */
.history__page-section .site-table .table tbody tr td h5 {
    color: var(--table_text-color);
    font-family: 'ClashGrotesk', sans-serif;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
}
.history__page-section .site-table .table tbody tr td h6 {
    color: var(--table_text-color2);
    font-family: 'ClashGrotesk', sans-serif;
    font-weight: 400;
    font-size: 14px;
}
.dark-theme .history__page-section .site-table .table {
    /* background: #003049; */
    /* box-shadow: 0px 0px 2px #aab0c6; */
    box-shadow: none;
}
.history__page-section .site-table .table {
    box-shadow: none;
    /* background: #003049; */
}
.history__page-section .site-table .table-filter .filter .search {
    gap: 15px;
}
.history__page-section .green-color {
    color: #108818 !important;
}
.history__page-section .red-color {
    color: #D15842 !important;
}
.history__page-section .status_warning {
    color: #FFC145 !important;
}
.history__page-section .status_success {
    color: #108818 !important;
}
.history__page-section .status_failed {
    color: #D15842 !important;
}
.history__page-section .site-pagination .page-item.active .page-link {
    background-color: #460683 !important;
    border: none;
}
.dark-theme .panel-layout .site-pagination .page-item .page-link {
    background: transparent;
}
.history__page-section .site-pagination .page-item .page-link {
    border: none;
    color: #00000080;
    font-size: 16px;
    background-color: transparent !important;
}
.dark-theme input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
    color-scheme: white;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
    color-scheme: dark;
}
.history__page-section .site-table tr td .table-description .icon {
    background: var(--light-ash) !important;
}
/* .history__page-section .site-pagination .page-item:first-child,
.history__page-section .site-pagination .page-item:last-child {
    border: 0.3px solid #0000004D;
    border-radius: 4px;
} */
.history__page-section .txn__img {
    width: 33px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #f5f5f5;
}
.history__page-section .txn__time {
    color: var(--table_text-color2);
}


/* Affiliate, Prepaid and debit Card pages */
.affiliate_page-section {
    font-family: 'ClashGrotesk', sans-serif;
}
.card__pages .filter-txn {
    border-radius: 7px;
    background-color: var(--light-ash);
}
.card__pages h4 {
    font-family: 'ClashGrotesk', sans-serif;
    font-weight: 500;
    color: var(--text-color) !important;
}
.card__pages .affiliate__card-display {
    max-width: 399px;
    max-height: 243px;
    position: relative;
    border-radius: 17.63px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px;
    width: 100%;
    height: 100%;
    /* color: #fff; */
    /* background-color: var(--basic_color2); */
}
.affiliate__card-display p {
    font-size: 20px;
    color: #FFFFFF99;
}
.affiliate__card-display .card-name {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    font-size: 33.45px;
}
.affiliate__card-display .card-name .fa-copy {
    font-size: 20px;
}
.affiliate__card-display button {
    border: 0.5px solid #FFFFFF;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 4px;
    width: 150px;
    height: 37px;
}
.card__pages .tnx-img {
    background-color: var(--light-ash2);
    border-radius: 50%;
    width: 54px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.card__pages .tnx-display .text-muted {
    font-size: 14px;
    font-weight: 500;
    color: var(--muted-color);
}
.card__pages .tnx-display p {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-color);
}

.card__pages .card-display .tnx-display {
    height: 450px;
}
.card__pages .card-display .tnx-display h6 {
    color: var(--text-color);
    font-family: 'ClashGrotesk', sans-serif;
    font-weight: 500;
}
.card__pages .card-display .tnx-display span.text-muted {
    color: #777777;
    font-family: 'ClashGrotesk', sans-serif;
    font-weight: 500;
}
.card__pages .card-display .tnx-display .desc span.text-muted {
    font-size: 14px;
}
.card__pages .card-display .tnx-display .amount-tags span.text-muted {
    font-size: 16px;
}
.text-success {
    color: #108818 !important;
}

.card__pages .card-options .card-option:hover {
    transform: scale(0.98);
}
.card__pages .card-options .card-option {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    height: auto;
    min-height: 116px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
    font-family: 'ClashGrotesk', sans-serif;
}
.card__pages .affiliate_page-section .card-options .card-option h3 {
    font-size: 20px;
    font-family: 'ClashGrotesk', sans-serif;
    font-weight: 500;
    margin-bottom: 0;
}
.card__pages .affiliate_page-section .card-options .card-option h4 {
    font-size: 16px;
    /* font-family: 'ClashGrotesk', sans-serif; */
}
.card__pages .affiliate_page-section .card-options .card-option h5 {
    /* font-family: 'ClashGrotesk', sans-serif; */
    font-size: 14px;
    margin-bottom: 0;
}
.card__pages .affiliate_page-section .card-options .card-option.action__link__card {
    align-items: center;
}
.card-options .card-option.action__link__card .action_links a {
    height: 37px;
    width: 107px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
.card-option.action__link__card .action_links .action_link1 {
    background-color: #fff;
    color: var(--basic_color2);
}
.card-option.action__link__card .action_links .action_link2 {
    background-color: transparent;
    color: #fff;
    border: 0.5px solid #fff;
}
.card__pages .card-options .card_option1 {
    background-color: var(--card1_bg);
    color: #fff;
}
.card__pages .card-options .card-option.hold__card {
    background-color: #fff;
    color: #EB001B;
    border: 1px solid #EB001B;
}
.card__pages .card-options .card-option.hold__card h4 {
    color: #EB001B !important;
}
.card__pages .card-options .card_option5 h4,
.card__pages .card-options .card_option4 h5,
.card__pages .card-options .card_option4 h4,
.card__pages .card-options .card_option1 h4 {
    color: #fff !important;
    font-family: 'ClashGrotesk', sans-serif;
    font-weight: 400;
}
.card__pages .card-options .card_option4 h5 {
    color: #FFF !important;
    font-family: 'ClashGrotesk', sans-serif;
    font-weight: 400;

}
.card__pages .card-options .card_option5 h5,
.card__pages .card-options .card_option1 h5 {
    font-family: 'ClashGrotesk', sans-serif;
    font-weight: 400;
    color: #FFFFFFB2 !important;
}
.card__pages .card-options .card_option3 h4,
.card__pages .card-options .card_option2 h4 {
    color: #000 !important;
}
.card__pages .card-options .card_option2 {
    background-color: var(--card2_bg);
    color: #000 !important;
}
.card__pages .card-options .card_option3 {
    background-color: var(--card3_bg);
    color: #000;
}
.card__pages .card-options .card_option4 {
    background-color: var(--card4_bg);
    color: #fff;
}
.card__pages .card-options .card_option5 {
    background-color: var(--card5_bg);
    color: #fff;
}
.card__pages .card-options .card_option6 {
    background-color: var(--card6_bg);
    color: #000;
}
.card__pages .card-options .card_option7 {
    background-color: var(--card7_bg);
    color: #000;
}
.card__pages .card_option4-modal .modal-content {
  border-radius: 10px !important;
  font-family: 'ClashGrotesk', sans-serif;
}

.card__pages .card_option4-modal .modal-body h5 {
    font-family: 'ClashGrotesk', sans-serif;
    font-size: 20px;
    font-weight: 500;
}
.card__pages .card_option4-modal .modal-body p {
    font-family: 'ClashGrotesk', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #8E9191;
}

.card__pages .card_option4-modal .btn {
    border-radius: 10px;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card__pages .card_option4-modal .btn-primary {
  background-color: #460683;
  border-color: #460683;
}

.card__pages .card_option4-modal .btn-primary:hover {
  background-color: #3a0066;
  border-color: #3a0066;
}
.card__pages .conditional__cards .flex-basis-100{
    flex-basis: 25%;
}
/* .card__pages .card_option4-modal .btn-outline-dark {
  border-width: 2px;
} */


.card__pages .copy-tooltip {
    position: absolute;
    top: -30px;
    right: 5px;
    background-color: #000000c8;
    color: #61636A;
    padding: 5px 8px;
    font-size: 12px;
    border-radius: 5px;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}



/* Setting Pages */
.setting__page {
    /* padding: 40px 25px; */
    /* background-color: var(--light-ash2); */
}
.setting__page .wrap-custom-file label.file-ok span {
    background-color: var(--tab_border-color);
}
.dark-theme .progress-steps-form .input-group .site-nice-select .list {
    background: #171717 !important;
    color: #ffffff;
}
.dark-theme .progress-steps-form .input-group .site-nice-select .list li.selected {
    background: #000 !important;
    color: #ffffff;
}
.progress-steps-form .input-group .site-nice-select,
.dark-theme .progress-steps-form .input-group .site-nice-select {
    background: transparent !important;
}
.setting__page .setting__page-section.history__page-section {
    padding: 0;
    background-color: transparent;
}
.setting__page .setting__page-section .setting__page__content {
    /* padding: 40px 25px; */
    background-color: var(--card-color);
}
.setting__page-section.history__page-section .site-tab-bars {
    padding-bottom: 0;
}
/* .setting__page-section.history__page-section .site-card .site-card-header {
 padding: 15px 0px;
} */
.setting__page-section.history__page-section .body-title,
.setting__page h4,
.setting__page h3 {
    color: var(--tab_text-color3);
}
.setting__page p {
    color: #475569;
}
.setting__page-section.history__page-section .site-tab-bars ul li a {
    background: none;
    color: var(--tab_text-color2) !important;
    border: none;
    border-radius: 0;
    padding: 10px 20px 0 10px;
    width: auto;
    display: flex;
    justify-content: start;
    align-items: center;
    border-bottom: 2px solid var(--tab_border-color2);
}
.dark-theme .setting__page.history__page .site-tab-bars ul li.active a,
.setting__page-section.history__page-section .site-tab-bars ul li.active a {
    background: none !important;
    border-bottom: 2px solid var(--tab_border-color);
    color: var(--tab_text-color3) !important;
}


.referral__page .referral__hero {
    background-color: #191C2C;
    border: 0.3px solid #0000004D;
    border-radius: 10px;
}

.referral__page .referral__page-box {
    min-width: 160px;
    /* text-align: center; */
    background-color: #0F121E;
    display: flex;
    align-items: center;
    justify-content: center;
}

.referral__page .referral__page-code-box {
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    /* overflow: hidden; */
    max-width: 100%;
}
.referral__page-code-box .copy-tooltip {
    opacity: 0;
    display: none;
}

.referral__page .referral__page-code {
    background-color: rgba(255,255,255,0.05);
    flex-grow: 1;
}
.dark-theme .site-datatable .data-table tbody tr td {
    background-color: var(--light-ash2);
    border-bottom: 1px solid var(--tab_text-color) !important;
}
.dark-theme .panel-layout .site-card .site-card-header {
    border-bottom: 1px solid var(--tab_text-color) !important;
}
.site-tab-bars .nav.nav-pills .nav-item .nav-link.active {
    border-bottom: none;
    background: var(--basic_color2) !important;
    color: #ffffff !important;
}
.site-tab-bars .nav.nav-pills .nav-item .nav-link {
    font-weight: 700;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 4px;
    color: var(--tab_text-color2) !important;
}

.referral__page .referral__page-copy-btn:focus {
    box-shadow: none;
}
.referral__page .referral__page-copy-btn {
    white-space: nowrap;
    background-color: #394156;
    border-left: none;
    color: #ffffff;
    font-size: 14px;
    font-family: 'ClashGrotesk', sans-serif;
    font-weight: 500;
}

.security__page .form-check-input {
    width: 2.5rem;
    height: 1.3rem;
    background-color: #eee;
}

.notifications__page .form-check-input:checked,
.security__page .form-check-input:checked {
    background-color: #460683;
    border-color: #460683;
}

/* .setting__page .modal-content .btn-close {
    color: var(--text-color);
} */
#twoFaModal .modal-content,
#changePasswordModal .modal-content {
    background-color: var(--light-ash2) !important;
}
#twoFaModal .modal-content p {
    color: var(--text-color) !important;
}
.notifications__page .form-check-input {
    width: 1.2rem;
    height: 1.2rem;
    margin-top: 0.25rem;
    border-color: var(--tab_text-color);
    background-color: var(--card-color);
    cursor: pointer;
}
.dark-theme .panel-layout .btn-link {
    color: #E2C7FC !important;
}
.notifications__page .btn-link:hover {
    color: var(--basic_color2) !important;
}
.notifications__page .btn-link::after {
    background: var(--basic_color2) !important;
}
.notifications__page .form-check p,
.notifications__page .form-check label,
.notifications__page .form-check input {
    color: var(--text-color) !important;
}
.session__page .d-flex.align-items-center span,
.session__page .d-flex.align-items-center i {
    vertical-align: middle;
}

.session__page h5 {
    color: var(--tab_text-color3);
    font-family: 'ClashGrotesk', sans-serif;
    font-weight: 500;
}
.session__page h6 {
    color: var(--tab_text-color2) !important;
    font-family: 'ClashGrotesk', sans-serif;
    font-weight: 500;
}
.session__page .session__item span {
    color: var(--text-color2) !important;
}
.session__page .session__item p {
    color: var(--text-color) !important;
    letter-spacing: 0.5px;
}
.session__page hr {
    border: 1px solid var(--tab_text-color3) !important;
}
.session__page .session__item {
    border-bottom: 1px solid var(--tab_text-color3) !important;
}

.support-ticket-single-message .logo img {
    width: 60px !important;
    border-radius: 50%;
    height: 60px !important;
}
.support-ticket-single-message .logo {
    margin-bottom: 20px !important;
}
.dark-theme .support-ticket-single-message {
    background: #0D0D0D !important;
    border: 1px solid #FFFFFF4D !important;
}
#twoFaModal .progress-steps-form .input-group .form-control {
    background: var(--card-color) !important;
}



.wallet__exchange__page .progress-steps .single-step.current,
.send__money__page .progress-steps .single-step.current {
    background: #6E0ACE !important;
}
.dark-theme .wallet__exchange__page .panel-layout .site-card .site-card-body .progress-steps .single-step,
.dark-theme .send__money__page .panel-layout .site-card .site-card-body .progress-steps .single-step {
    background: #6E0ACE !important;
    border-color: #5b08a963 !important;
}
.wallet__exchange__page .progress-steps .single-step.current::after,
.send__money__page .progress-steps .single-step.current::after {
    background: #CFA1FB !important;
}
.wallet__exchange__page .progress-steps .single-step.current .number,
.send__money__page .progress-steps .single-step.current .number {
    background: #CFA1FB !important;
    color: #003049;
}
.wallet__exchange__page .progress-steps .single-step .number,
.send__money__page .progress-steps .single-step .number {
    background: var(--basic_color2) !important;
}

.input-info-text.processing-time,
.send__money__page .input-info-text.notifyUser {
    color: #BC7CF9 !important;
}
.progress-steps-form .transaction-status {
    background: #A6F7E2;
}
.progress-steps-form .transaction-status .icon.success {
    background: #108818 !important;
}
.site-auth {
    background: #F3F2EF !important;
}
.site-auth .auth-content {
    background: #F3F2EF0D !important;
    backdrop-filter: blur(16px);
    border: 1px solid #32045E;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.site-auth .auth-content .title h2 {
    color: #32045E !important;
}
.site-btn {
    background: var(--form-btn_bg) !important;
    color: var(--white-color) !important;
    border: 0.5px solid #000000B2;
}
.site-btn:focus,
.site-btn:hover {
    background: var(--basic_color2) !important;
}


.ranking-page .modal-content {
    background-color: var(--light-ash2);
    color: var(--text-color);
}
.ranking-page .modal-content .btn-close {
    color: var(--text-color) !important;
}
.ranking-page .modal-content .blue-btn {
    background: var(--basic_color2) !important;
    color: #ffffff;
}
.ranking-page .fa-ban:before, .ranking-page .fa-cancel:before {
    content: "" !important;
}












.site-btn.blue-btn {
    background: var(--basic_color2) !important;
    color: #ffffff;
}
.affiliate_page-section .btn-primary,
.affiliate_page-section .blue-btn {
    background: var(--basic_color2) !important;
    color: #ffffff;
}
a.prevLink span {
    color: var(--basic_color2);
}
.site-card .site-card-header h3.title {
    color: var(--text-color) !important;
    font-family: 'ClashGrotesk', sans-serif;
    font-weight: 500;
}
.site-card .site-card-header .card-header-links .card-header-link {
    background: var(--basic_color2) !important;
}
.dark-theme .panel-layout .site-card {
    background: #0D0D0D !important;
    border: 1px solid #FFFFFF4D !important;
}
.site-transactions .single .right .action a.cancel {
    background: #D15842 !important;
}
.site-transactions .single .right .action a {
    background: var(--basic_color2) !important;
    line-height: 44px !important;
}
.dark-theme .panel-layout .site-transactions .single {
    background: #0D0D0D !important;
    border: 1px solid #FFFFFF4D !important;
}
.panel-layout .site-transactions .single:hover {
    background: #f5ecfe1c !important;
}
.panel-layout .page-container .main-content {
    padding: calc(70px + 0px) 10px 0 !important;
}
.btn-outline-secondary:hover {
    background-color: var(--basic_color2) !important;
}
.site-btn.blue-btn:disabled {
    cursor: not-allowed !important;
}
.session__item .meta__data {
    background: var(--light-ash2);
}
.session__item .meta-list {
  list-style-type: disc;
  padding-left: 1.2rem;
  font-size: 0.9rem;
}
.session__item .meta-list ul {
  list-style-type: circle;
  margin-top: 4px;
  margin-bottom: 6px;
  padding-left: 1.2rem;
}
.session__item .meta-list li {
  margin-bottom: 4px;
  line-height: 1.4;
}
.session__item .meta-list strong {
  color: #111827;
}






@media (max-width: 767.98px) {
    .history__page-section .site-tab-bars .tab-menu {
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .setting__page-section.history__page-section .site-tab-bars .tab-menu {
        flex-wrap: nowrap !important;
        overflow-x: auto;
        scrollbar-width: none;
    }
    /* .setting__page-section.history__page-section .site-tab-bars .tab-menu::-webkit-scrollbar {
        flex-wrap: nowrap !important;
        overflow-x: auto;
    } */

    .history__page-section .site-tab-bars .tab-menu li a {
        width: auto !important;
        white-space: nowrap;
        flex: 1 0 auto;
    }

    .history__page-section .site-tab-bars .tab-menu li.transfer-tab {
        flex-basis: 100%;
        margin-top: 10px;
    }

    .history__page-section .site-tab-bars .tab-menu li.transfer-tab a {
        width: 100% !important;
    }
    .history__page-section .site-tab-bars ul li {
        margin-bottom: 0;
        margin-right: 0;
    }
    .history__page-section .mobile-transaction-filter .filter .apply-btn {
        min-width: auto;
    }
    .card__pages .conditional__cards .flex-basis-30 {
        flex-basis: 30%;
    }
    .referral__page .referral__page-code-box {
        flex-direction: column;
        align-items: stretch;
    }

    .referral__page .referral__page-copy-btn {
        border-top: 1px solid rgba(255,255,255,0.1);
        border-left: none !important;
        border-radius: 0 0 8px 8px;
    }

    .referral__page .referral__page-code {
        border-radius: 8px 8px 0 0;
    }

}

