﻿body {
    background: #000;
    font-family: "Poppins", sans-serif;
    font-size: 0.9rem;
    color: #e8e8e8;
    height: 100vh;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Nunito", sans-serif;
}

.input-group {
    overflow: hidden;
    border-radius: var(--bs-border-radius);
}

.card-body {
    color: #e8e8e8 !important;
}

.form-control, .form-select {
    background: #e4e4e4 !important;
    font-size: 0.9rem !important;
    padding: 8px 10px;
    appearance: auto;
    min-height: 40px;
}

.login-content .form-control {
    padding: 10px !important;
}

.green-text {
    color: #2ecf12;
}

.warning-text {
    color: red;
}

.badge {
    padding: 4px 6px 3px 6px !important;
    font-weight: 500 !important;
}

.ms-badge {
    margin-left: 10px;
}

label {
    font-size: 0.75rem !important;
    margin-bottom: .3rem !important;
    color: #c7c7c7;
}

.inp-all {
    margin-bottom: 15px;
}

.card {
    height: calc(100% - 30px);
}

.db-header {
    background: #242526;
    color: #e8e8e8;
    padding: 31px 30px 8px 30px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    position: sticky;
    z-index: 99999999;
    width: 100%;
    top: 0;
    border-bottom: #000 6px solid;
}

    .db-header h1 {
        font-size: 1.6rem;
        font-weight: 700;
        margin: 0;
        padding: 0;
    }

.avatar {
    margin: -4px 0 15px 0;
    padding: 0;
    display: flex;
    align-items: start;
}

.avatar-img {
    width: 33px;
    height: 33px;
    overflow: hidden;
    border-radius: 50px;
    float: left;
    position: relative;
}

    .avatar-img img {
        width: 33px;
        height: 33px;
    }

.avatar p {
    background: linear-gradient(230deg, rgba(201, 144, 50, 1) 0%, rgba(245, 233, 125, 1) 28%, rgba(190, 128, 43, 1) 79%, rgba(227, 194, 92, 1) 98%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent !important;
    margin: 0;
    padding: 2px 0 0 12px;
    float: left;
    line-height: 1.3;
    font-weight: 600;
    font-size: 1rem;
}

.content-body {
    padding: 25px 15px 0 15px;
    margin: 0;
    min-height: calc(100vh - 147px);
}

.db-card {
    background: #242526 !important;
    border-radius: 6px !important;
    color: #e8e8e8 !important;
    border: none !important;
    padding: 2px 5px;
    margin-bottom: 25px;
}

.db-card-new {
    background: #242526 !important;
    border-radius: 6px !important;
    color: #e8e8e8 !important;
    border: none !important;
    padding: 20px;
    margin-bottom: 25px;
}

.cc-block {
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.cc-left p {
    margin: 0 0 6px 0;
    color: #b4b4b4;
}

.cc-left h2 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 800;
}

    .cc-left h2 .green, .cc-left h2 .red, .cc-left h2 .orange {
        font-size: 15px;
        font-weight: 700;
        padding: 0 0 0 3px;
    }

    .cc-left h2 .green {
        color: #2ce419;
    }

    .cc-left h2 .red {
        color: #ff2929;
    }

    .cc-left h2 .orange {
        color: #edb639;
    }

.cc-rt-arrow {
    font-size: 25px;
    border-radius: 3px;
    height: 35px;
    width: 35px;
    text-align: center;
}

.cc-rt-green {
    background: #374c35;
    color: #2ce419;
}

.cc-rt-red {
    background: #551c1c;
    color: #ff2929;
}

.cc-rt-orange {
    background: #534932;
    color: #edb639;
}

.db-deposit {
    margin: 0;
    display: flex;
    justify-content: space-between;
}

    .db-deposit .lt-block, .db-deposit .rt-block {
        width: auto;
    }

.db-title {
    margin: 0 0 15px 0;
    color: #b4b4b4;
}

.db-heading {
    margin: 0 0 5px 0;
    font-size: 1.5rem;
    font-weight: 800;
}

.db-span {
    color: #fff;
    border-radius: 3px;
    padding: 0 5px;
    font-weight: 600;
    width: fit-content;
    font-size: 0.75rem;
    margin: 0;
}

.db-green {
    background: #2e6f28;
}

.db-red {
    background: #8b2222;
}

.db-span span {
    font-size: 0.9rem;
}

.db-chart {
    padding: 0;
}

.chart-block {
}

.card-head-block {
    display: flex;
    border-bottom: #6f6f6f 1px dashed;
    padding: 5px 0 8px 0;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

    .card-head-block h4 {
        font-size: 1.2rem;
        font-weight: 700;
    }

.chart-heading {
    display: flex;
    justify-content: space-between;
    padding: 25px 0 0 0;
}

    .chart-heading .left {
        font-weight: 500;
        color: #b4b4b4;
    }

    .chart-heading .right {
        background: #000;
        padding: 3px 9px;
        border-radius: 5px;
    }

        .chart-heading .right span {
            background: linear-gradient(230deg, rgba(201, 144, 50, 1) 0%, rgba(245, 233, 125, 1) 28%, rgba(190, 128, 43, 1) 79%, rgba(227, 194, 92, 1) 98%);
            -webkit-background-clip: text;
            -moz-background-clip: text;
            background-clip: text;
            color: transparent !important;
            font-weight: 700;
        }

.btn-gold {
    background: linear-gradient(90deg, rgba(201, 143, 48, 1) 0%, rgba(245, 233, 125, 1) 33%, rgba(190, 128, 43, 1) 67%, rgba(226, 190, 89, 1) 100%);
    padding: 3px 12px;
    color: #000;
    border-radius: 6px;
    font-weight: 500;
    text-decoration: none;
    border: none;
    width: auto;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .btn-gold:hover {
        background: linear-gradient(90deg, rgba(201, 143, 48, 1) 0%, rgba(245, 233, 125, 1) 100%);
        transition: all 0.3s ease;
        color: #000;
    }

.hlc-block {
    background: #4f4f4f;
    border-radius: 6px;
    padding: 15px;
    margin: 0 0 15px 0;
}

    .hlc-block .profile-icon {
        width: 90px;
        height: 90px;
        border-radius: 6px;
        overflow: hidden;
        margin-right: 15px;
    }

        .hlc-block .profile-icon img {
            width: 90px;
            height: 90px;
        }

    .hlc-block .profile-content {
        text-align: center;
    }

    .hlc-block .pro-img {
        width: 45px;
        height: 45px;
        border-radius: 6px;
    }

    .hlc-block h5 {
        font-size: 18px;
        font-weight: 700;
        margin: 7px 0 0 0;
    }

    .hlc-block p {
        margin-bottom: 10px;
    }

        .hlc-block p a {
            color: #ffd026;
            text-decoration: none;
        }

            .hlc-block p a:hover {
                color: #fff;
                text-decoration: none;
            }

.hlc-table, .colvis-table {
    padding: 18px 0 10px 0;
    overflow-x: auto;
}

.colvis-table {
    overflow: visible !important;
}

    .hlc-table table.dataTable, .colvis-table table.dataTable {
        margin-top: 10px;
    }
        /** Data table **/
        .hlc-table table.dataTable > tbody > tr, .colvis-table table.dataTable > tbody > tr {
            background: #434343 !important;
        }

            .hlc-table table.dataTable > tbody > tr:nth-child(even), .colvis-table table.dataTable > tbody > tr:nth-child(even) {
                background: #2d2d2d !important;
            }

            .hlc-table table.dataTable > tbody > tr > td, .hlc-table table.dataTable > thead > tr > th, .colvis-table table.dataTable > tbody > tr > td, .colvis-table table.dataTable > thead > tr > th {
                border-bottom: #656565 1px solid !important;
            }

div.dt-container .dt-paging .dt-paging-button.current {
    background: #000 !important;
}

div.dt-container .dt-paging .dt-paging-button {
    background: transparent !important;
    border: #434343 1px solid !important;
}

    div.dt-container .dt-paging .dt-paging-button:hover {
        background: #000 !important;
        border: #434343 1px solid !important;
    }

    div.dt-container .dt-paging .dt-paging-button.disabled {
        border: none !important;
    }

div.dt-container .dt-length, div.dt-container .dt-search, div.dt-container .dt-info, div.dt-container .dt-processing, div.dt-container .dt-paging {
    color: #c7c7c7 !important;
}

    div.dt-container .dt-search input, div.dt-container .dt-input {
        border: none !important;
        background-color: #e4e4e4 !important;
        color: #000 !important;
    }

        div.dt-container .dt-search input:focus, div.dt-container .dt-input:focus {
            outline: none !important;
        }

.hlc-table table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before, .hlc-table table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:before, .hlc-table table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:after, .hlc-table table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after, .colvis-table table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before, .colvis-table table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:before, .colvis-table table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:after, .colvis-table table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after {
    opacity: 0.4 !important;
}

.hlc-table table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, .hlc-table table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after, .colvis-table table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before, .colvis-table table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after {
    opacity: 0.75 !important;
}

.hlc-table table.dataTable > tbody > tr > td, .colvis-table table.dataTable > tbody > tr > td {
    padding: 8px 10px !important;
}

.hlc-table table tbody tr td a, .colvis-table table tbody tr td a {
    color: #e9ba3c !important;
    font-weight: 500;
    text-decoration: none;
}

    .hlc-table table tbody tr td a:hover, .colvis-table table tbody tr td a:hover {
        opacity: 0.75;
    }
/** Data table ends **/
.hlc-table table tbody tr, .hlc-table table thead tr, .colvis-table table tbody tr, .colvis-table table thead tr {
    border-bottom: #656565 1px solid;
    border-top: none;
}

    .hlc-table table thead tr th, .colvis-table table thead tr th {
        background: #000 !important;
        color: #e8e8e8 !important;
        font-weight: 600;
        border: none;
    }

    .hlc-table table tbody tr td, .colvis-table table tbody tr td {
        background: transparent !important;
        color: #e8e8e8 !important;
        border: none;
    }

.hlc-table table tbody tr, .colvis-table table tbody tr {
    background-color: #434343;
}

    .hlc-table table tbody tr:nth-child(even), .colvis-table table tbody tr:nth-child(even) {
        background-color: #2d2d2d;
    }

.client-profile {
    width: 30px;
    height: 30px;
    border-radius: 50px;
}

.btn-action {
    padding: 3px 9px;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    border: none;
    width: auto;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    font-size: 13px;
}

.btn-green {
    background: #007538;
}

    .btn-green:hover {
        background: #00a24d;
    }

.btn-red {
    background: #a71b20;
}

    .btn-red:hover {
        background: #ea2229;
    }

.cr-content {
    background: #242526;
    padding: 15px 0;
    margin: 0;
    font-size: .8rem;
    position: relative;
    bottom: 0;
    border-top: #000 2px solid;
}

.cr-block {
    margin: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .cr-block .left {
    }

    .cr-block .right {
    }
/** Login **/
.login-bg {
    background: #000 url("../images/login-ib-bg.jpg") center center no-repeat fixed;
    background-size: cover;
    height: 100vh;
    position: relative;
}

.login-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.55) 0%, rgba(20, 14, 4, 0.35) 45%, rgba(0, 0, 0, 0.65) 100%);
    pointer-events: none;
    z-index: 0;
}

.login-bg > .container,
.login-bg > .position-absolute {
    position: relative;
    z-index: 1;
}

.login-container {
    display: flex;
    justify-content: center;
}

.login-block {
    display: flex;
    justify-content: center;
}

.login-left {
    display: none;
}

.login-right {
    background: transparent;
    min-height: 100vh;
    width: 100%;
    max-width: 520px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem 0;
}

.login-content {
    width: min(440px, 92%);
    padding: 2.5rem 2.25rem;
    background: rgba(0, 0, 0, 0.62);
    border: 1px solid rgba(220, 174, 69, 0.35);
    border-radius: 21px;
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.55),
        0 0 0 1px rgba(255, 201, 54, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    color: #e8e8e8;
}

.login-title {
    font-size: 1.9rem;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.login-subtitle {
    font-size: 1.1rem;
    margin: 0;
    padding: 0;
}

.login-content {
    padding: 30px;
    width: 80%;
}

.btn-login {
    background: linear-gradient(90deg, rgba(201, 143, 48, 1) 0%, rgba(245, 233, 125, 1) 33%, rgba(190, 128, 43, 1) 67%, rgba(226, 190, 89, 1) 100%);
    padding: 10px 15px 8px 15px;
    color: #000;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    width: auto;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
}

    .btn-login:hover {
        background: linear-gradient(90deg, rgba(201, 143, 48, 1) 0%, rgba(245, 233, 125, 1) 100%);
        transition: all 0.3s ease;
        color: #000;
    }

.btn-close-new {
    background: #a71414;
    padding: 8px 18px 7px 18px;
    color: #fff;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    width: auto;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .btn-close-new:hover {
        background: #d31010;
        transition: all 0.3s ease;
    }

.btn-account {
    background: linear-gradient(90deg, rgba(201, 143, 48, 1) 0%, rgba(245, 233, 125, 1) 33%, rgba(190, 128, 43, 1) 67%, rgba(226, 190, 89, 1) 100%);
    padding: 8px 18px 7px 18px;
    color: #000;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    width: auto;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .btn-account:hover {
        background: linear-gradient(90deg, rgba(201, 143, 48, 1) 0%, rgba(245, 233, 125, 1) 100%);
        transition: all 0.3s ease;
        color: #000;
    }

.btn-downloads {
    background: linear-gradient(90deg, rgba(201, 143, 48, 1) 0%, rgba(245, 233, 125, 1) 33%, rgba(190, 128, 43, 1) 67%, rgba(226, 190, 89, 1) 100%);
    padding: 2px 9px 3px 9px;
    color: #000;
    border-radius: 6px;
    font-weight: 500;
    text-decoration: none;
    border: none;
    width: auto;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    font-size: 0.8rem;
}

    .btn-downloads:hover {
        background: linear-gradient(90deg, rgba(201, 143, 48, 1) 0%, rgba(245, 233, 125, 1) 100%);
        transition: all 0.3s ease;
        color: #000;
    }

.avatar-upload {
    position: relative;
    max-width: 120px;
    margin: 0 auto;
}

    .avatar-upload .avatar-edit {
        position: absolute;
        right: 0;
        z-index: 1;
        top: 10px;
    }

        .avatar-upload .avatar-edit input {
            display: none;
        }

            .avatar-upload .avatar-edit input + label {
                display: inline-block;
                width: 34px;
                height: 34px;
                margin-bottom: 0;
                border-radius: 100%;
                background: #000;
                border: 1px solid transparent;
                box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
                cursor: pointer;
                font-weight: normal;
                transition: all 0.2s ease-in-out;
            }

                .avatar-upload .avatar-edit input + label:hover {
                    background: #353535;
                    border-color: #353535;
                }

                .avatar-upload .avatar-edit input + label:after {
                    content: "\f040";
                    font-family: 'FontAwesome';
                    color: #fff;
                    position: absolute;
                    top: 6px;
                    left: 3px;
                    right: 0;
                    text-align: center;
                    margin: auto;
                }

    .avatar-upload .avatar-preview {
        width: 120px;
        height: 120px;
        position: relative;
        border-radius: 100%;
        border: 6px solid #000;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    }

        .avatar-upload .avatar-preview > div {
            width: 100%;
            height: 100%;
            border-radius: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }

.profile-title {
    text-align: center;
    padding: 90px 0 12px 0;
    font-size: 1.3rem;
    font-weight: 600;
    background: #000 url("../images/gold-bg.jpg") bottom center no-repeat;
    background-size: cover;
    margin: -83px 0 25px 0;
    text-transform: uppercase;
    border-radius: 10px;
}

    .profile-title span {
        background: linear-gradient(230deg, rgba(201, 144, 50, 1) 0%, rgba(245, 233, 125, 1) 28%, rgba(190, 128, 43, 1) 79%, rgba(227, 194, 92, 1) 98%);
        -webkit-background-clip: text;
        -moz-background-clip: text;
        background-clip: text;
        color: transparent !important;
        font-weight: 900;
    }

.wallet-block, .verify-block {
    margin: 0;
    padding: 0;
}

.wallet-ballance {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wallet-block h2 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 800;
}

.wallet-block p {
    margin: 0 0 12px 0;
    color: #b4b4b4;
}

.wallet-ballance p {
    color: #e8e8e8;
    font-weight: 500;
    margin: 5px 0 0 0;
}

    .wallet-ballance p span {
        background: linear-gradient(230deg, rgba(201, 144, 50, 1) 0%, rgba(245, 233, 125, 1) 28%, rgba(190, 128, 43, 1) 79%, rgba(227, 194, 92, 1) 98%);
        -webkit-background-clip: text;
        -moz-background-clip: text;
        background-clip: text;
        color: transparent !important;
        font-weight: 700;
    }

.wallet-left, .verify-left {
    width: 72%;
    float: left;
}

.wallet-right, .verify-right {
    float: right;
}

.verify-block h3 {
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 15px;
}

.verified-tab {
    background: #229d0c;
    width: fit-content;
    padding: 3px 20px;
    border-radius: 50px;
    color: #ffffff;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.unverified-tab {
    background: #e53935; /* red background */
    width: fit-content;
    padding: 3px 20px;
    border-radius: 50px;
    color: #ffffff;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.subpage-card {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.subpage-title {
    margin: 0;
    font-size: 1.4rem;
    background: linear-gradient(230deg, rgba(201, 144, 50, 1) 0%, rgba(245, 233, 125, 1) 28%, rgba(190, 128, 43, 1) 79%, rgba(227, 194, 92, 1) 98%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent !important;
    font-weight: 800;
}

.sp-breadcrumb {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

    .sp-breadcrumb a {
        text-decoration: none;
        color: #e8e8e8;
    }

        .sp-breadcrumb a:hover {
            text-decoration: none;
            color: #d4a547;
        }

    .sp-breadcrumb span {
        padding: 0 8px 0 10px;
    }

.spb-gold {
    background: linear-gradient(230deg, rgba(201, 144, 50, 1) 0%, rgba(245, 233, 125, 1) 28%, rgba(190, 128, 43, 1) 79%, rgba(227, 194, 92, 1) 98%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent !important;
    font-weight: 800;
    padding: 0 !important;
}

.spb-icon {
    position: relative;
    top: 1px;
}

.sp-right {
    text-align: right;
}

.la-left {
    text-align: left;
    position: relative;
}

.la-right {
    text-align: right;
}

    .la-left p, .la-right p {
        margin: 0;
        line-height: 1.5rem;
    }

        .la-left p span, .la-right p span {
            background: linear-gradient(230deg, rgba(201, 144, 50, 1) 0%, rgba(245, 233, 125, 1) 28%, rgba(190, 128, 43, 1) 79%, rgba(227, 194, 92, 1) 98%);
            -webkit-background-clip: text;
            -moz-background-clip: text;
            background-clip: text;
            color: transparent !important;
            font-weight: 700;
            font-size: 1.1rem;
        }

.la-seperator {
    border-bottom: #6f6f6f 1px dashed;
    margin: 12px 0 12px 0;
}

.sp-card-heading, .sp-card-content, .sp-card-center, .sp-card-split {
    background: #242526 !important;
    color: #e8e8e8 !important;
    border: none !important;
}

.sp-card-heading {
    border-radius: 6px 6px 0 0 !important;
    margin-bottom: 5px;
    padding: 20px;
}

.sp-card-content {
    border-radius: 0 0 6px 6px !important;
    margin-bottom: 25px;
    padding: 25px 20px;
}

.mt-card {
    margin-bottom: 0;
}

.sp-card-center {
    border-radius: 0 !important;
    margin-bottom: 5px;
    padding: 25px 20px;
}

.popup-bg {
    background: #434343;
    padding: 5px;
}

.popup-close {
    font-family: "Nunito", sans-serif;
    font-weight: 500;
    color: #fff !important;
    font-size: 20px;
    position: absolute;
    right: 20px;
    cursor: pointer;
    opacity: 0.5;
}

    .popup-close:hover {
        opacity: 1;
    }

.popup-header {
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    font-size: 1.35rem !important;
    justify-content: center;
    width: 100%;
    border: none;
    background: #000;
    padding: 15px 0 12px 0;
}

.popup-body {
    border: #000 1px solid;
    padding: 25px !important;
}

.popup-footer {
    border: none;
    background: #000;
    justify-content: center;
}

.sp-subtitle {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 15px 0;
}

.sp-st-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 15px 0;
}

.login-info {
    background: #434343;
    padding: 7px 12px 6px 12px;
    color: #e8e8e8;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    width: fit-content;
    transition: all 0.3s ease;
    float: left;
}

.mt-right {
    margin-right: -9px;
}

.mt-left {
    margin-left: -9px;
}

.mt5-block {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.mt5-login {
    color: #e8e8e8;
    border-radius: 6px;
    font-weight: 600;
    text-align: center;
}

.tad-buttons {
    clear: both;
    padding-top: 20px;
}

.icon-org, .icon-red {
    font-size: 1.5rem;
}

.icon-org {
    color: #e9ba3c;
}

.icon-red {
    color: #ff373a;
}

.icon-nd-back {
    font-size: 22px;
    position: relative;
    top: 6px;
    padding-right: 0;
}

.icon-nd-close {
    font-size: 27px;
    position: relative;
    top: 0;
    right: 8px;
    font-weight: 600;
}

.close-block {
    position: absolute;
    top: 0;
    right: 0;
}

    .close-block a {
        text-decoration: none;
        color: #e8e8e8;
    }

        .close-block a:hover {
            text-decoration: none;
            color: #d4a547;
        }

.nd-block {
    padding: 10px 0 0 0;
}

.ndf-block {
    padding: 25px 30px;
    background: #434343;
    border: #434343 2px solid;
    overflow: hidden;
    border-radius: 6px;
}

    .ndf-block:hover {
        border: #737373 2px solid;
        cursor: pointer;
    }

.ndf-left, .ndf-right {
    float: left;
}

.ndf-left {
    margin-right: 20px;
}

.ndf-right h3 {
    font-size: 1.3rem;
    font-weight: 700;
    padding: 7px 0 3px 0;
}

.ndf-right p {
    margin-bottom: 3px;
}

    .ndf-right p span {
        font-weight: 600;
        color: #ddbc5c;
    }


/** Tabs -- Progress Bar (clip-path chevrons — aligned with user portal) **/
.progress-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    min-height: 26px;
    margin-bottom: 12px;
    margin-left: -15px;
    border-radius: 6px;
    border-bottom: #6f6f6f 1px dashed;
    padding-bottom: 12px;
    gap: 0;
}

form.row > .progress-container,
.row > .progress-container,
#multiStepForm > .progress-container,
#multiStepForm > .personal-info-tab-content,
form.row > .personal-info-tab-content {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}

.progress-bar {
    position: absolute;
    width: 0%;
    height: 3px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: width 0.3s;
    z-index: 0;
    pointer-events: none;
}

.progress-container > .step {
    --step-chevron: 10px;
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
    width: auto;
    min-width: 52px;
    height: 26px;
    margin: 0;
    padding: 0 14px 0 16px;
    background: #c5c5c5;
    color: #000;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 11px;
    line-height: 1;
    white-space: nowrap;
    transition: background 0.3s;
    clip-path: polygon(
        0 0,
        calc(100% - var(--step-chevron)) 0,
        100% 50%,
        calc(100% - var(--step-chevron)) 100%,
        0 100%,
        var(--step-chevron) 50%
    );
}

/* First step (after hidden progress-bar track) — flat left edge */
.progress-container > .progress-bar + .step {
    padding-left: 10px;
    clip-path: polygon(
        0 0,
        calc(100% - var(--step-chevron)) 0,
        100% 50%,
        calc(100% - var(--step-chevron)) 100%,
        0 100%
    );
}

/* Interlock chevrons on one horizontal line */
.progress-container > .step + .step {
    margin-left: -8px;
}

.progress-container > .step.active {
    z-index: 2;
    background: linear-gradient(90deg, rgba(201, 143, 48, 1) 0%, rgba(245, 233, 125, 1) 33%, rgba(190, 128, 43, 1) 67%, rgba(226, 190, 89, 1) 100%);
    color: #000;
}

/* Legacy pseudo-element arrows — disabled (clip-path used instead) */
.step:before,
.step:after,
.step + .step:before,
.step.active:after {
    display: none !important;
    content: none !important;
}

.personal-info-tab-content {
    display: none;
}

.personal-info-tab-content.active {
    display: block !important;
}

.buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    gap: 20px;
}

    .buttons button:disabled {
        visibility: hidden !important;
    }

.button-right {
    text-align: right;
}

.personal-info-tab-content h2 {
    font-size: 1.5rem;
    margin: 10px 0 20px 0;
    padding: 0 0 18px 0;
    background: linear-gradient(230deg, rgba(201, 144, 50, 1) 0%, rgba(245, 233, 125, 1) 28%, rgba(190, 128, 43, 1) 79%, rgba(227, 194, 92, 1) 98%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent !important;
    font-weight: 800;
    border-bottom: #6f6f6f 1px dashed;
}

.doc-heading {
    font-size: 1.5rem;
    margin: 10px 0 20px 0;
    padding: 0 0 18px 0;
    background: linear-gradient(230deg, rgba(201, 144, 50, 1) 0%, rgba(245, 233, 125, 1) 28%, rgba(190, 128, 43, 1) 79%, rgba(227, 194, 92, 1) 98%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent !important;
    font-weight: 800;
    position: absolute;
    top: 25px;
}

.btn-next {
    background: linear-gradient(90deg, rgba(201, 143, 48, 1) 0%, rgba(245, 233, 125, 1) 33%, rgba(190, 128, 43, 1) 67%, rgba(226, 190, 89, 1) 100%);
    padding: 10px 15px 8px 15px;
    color: #000;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    min-width: 100px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
}

    .btn-next:hover {
        background: linear-gradient(90deg, rgba(201, 143, 48, 1) 0%, rgba(245, 233, 125, 1) 100%);
        transition: all 0.3s ease;
        color: #000;
    }

.buttons disabled {
    background: #fff !important;
    color: #fff !important;
}

.buttons button:disabled {
    visibility: hidden;
}

.btn-back {
    background: #959595;
    padding: 10px 15px 8px 15px;
    color: #000;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    min-width: 100px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
}

    .btn-back:hover {
        background: #656565;
        transition: all 0.3s ease;
        color: #000;
    }

.btn-save {
    background: linear-gradient(90deg, rgba(201, 143, 48, 1) 0%, rgba(245, 233, 125, 1) 33%, rgba(190, 128, 43, 1) 67%, rgba(226, 190, 89, 1) 100%);
    padding: 7px 18px 6px 18px;
    color: #000;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    width: auto;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .btn-save:hover {
        background: linear-gradient(90deg, rgba(201, 143, 48, 1) 0%, rgba(245, 233, 125, 1) 100%);
        transition: all 0.3s ease;
        color: #000;
    }

.btn-cancel {
    background: #959595;
    padding: 7px 18px 6px 18px;
    color: #000;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    width: auto;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .btn-cancel:hover {
        background: #656565;
        transition: all 0.3s ease;
        color: #000;
    }

.personal-info-tab-content fieldset {
    min-width: 0;
    padding: 30px 20px 20px 20px;
    margin: 20px 0;
    border: #777777 1px solid;
    border-radius: 6px;
}

    .personal-info-tab-content fieldset legend {
        font-size: 1rem;
        margin: -42px 0 0 0;
        background: #242526;
        width: auto;
        padding: 0 15px;
        font-weight: 600;
    }

.pd-block {
    margin: 0 0 10px 5px;
    overflow: hidden;
}

    .pd-block .pd-lbl {
        width: 120px;
        float: left;
    }

    .pd-block .pd-radio {
        float: left;
        margin-right: 40px;
    }

    .pd-block label {
        width: 100%;
        margin-bottom: 6px !important;
    }
/**** Flex Boxes ***/
.lad-box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

    .lad-box p {
        margin: 0;
        padding: 0;
        line-height: 1.5rem;
        color: #b4b4b4;
        font-weight: 600;
    }

        .lad-box p span {
            color: #e8e8e8;
        }

.lad-icon {
    font-size: 2rem;
    margin: 0;
    padding: 0;
    background: linear-gradient(230deg, rgba(201, 144, 50, 1) 0%, rgba(245, 233, 125, 1) 28%, rgba(190, 128, 43, 1) 79%, rgba(227, 194, 92, 1) 98%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent !important;
}



.lad-box .item {
    background: #373737;
    border: #373737 3px solid;
    min-width: 12%;
    flex-grow: 1;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px 20px 15px 20px;
}

.lad-box .black {
    background: #242526 !important;
}

.lad-box .item:hover {
}

.qr-block {
    display: flex;
    align-items: center;
    justify-content: space-around;
    min-height: 130px;
    background: #434343;
    border-radius: 6px;
    margin: 5px 0 0 0;
    padding: 15px;
}

.qr-left {
    font-size: 1rem;
    text-align: center;
}

.qr-right {
    text-align: center;
}

.ap-login {
    background: #242526;
    padding: 4px 12px 3px 12px;
    color: #e8e8e8;
    border-radius: 6px;
    font-weight: 500;
    text-decoration: none;
    border: none;
    width: fit-content;
    transition: all 0.3s ease;
    margin: 0 auto;
    font-size: 0.9rem;
}

.mw-180 {
    min-width: 180px;
}

.bw-block {
    padding: 20px;
    background: #434343;
    border: #434343 2px solid;
    overflow: hidden;
    border-radius: 6px;
    margin: 15px 0;
}

.bank-wire {
    overflow: hidden;
}

.bank-wire-desc {
    font-size: 0.8rem;
    margin: 0;
    text-align: justify;
}

.bank-wire .left {
    float: left;
    margin-right: 20px;
}

.bank-wire .right {
    float: left;
}

    .bank-wire .right p {
        margin: 3px 0 0 0;
    }

        .bank-wire .right p span {
        }

.acc-left {
    width: 135px;
    color: #e8e8e8;
    display: inline-block;
    font-weight: 400;
}

.acc-right {
    color: #ddbc5c;
    font-weight: 600;
}

.wd-left {
    width: 80px;
    color: #e8e8e8;
    display: inline-block;
    font-weight: 400;
}

.wallet-balance {
    font-size: 1.2rem;
    margin: 10px 0 0 0;
}

    .wallet-balance span {
        font-weight: 600;
        color: #ddbc5c;
    }

/*Admin Table*/
/*Table Design*/
.dt-input {
    /*margin-right: 10px !important;*/
    background-color: #161616 !important;
    color: #fff !important;
}

div.dt-container select.dt-input {
    margin-right: 10px;
}

.dt-search > label {
    margin-right: 10px !important;
}
/*Other Information*/
.terms-binding {
    padding: 0 0 0 15px;
}

    .terms-binding > li {
        margin-bottom: 15px;
    }
/*Document Verification*/
.form__tab {
    display: none;
}

    .form__tab.active {
        display: block;
    }

.form__group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.form__group--full {
    flex-direction: column;
}


.form__title {
    margin-bottom: 3rem;
    padding: 0 4rem;
    font-size: 3.2rem;
}

.form__input {
    position: absolute;
    opacity: 1;
    float: right;
    right: 10px;
}

.form__label {
    align-items: center;
    background-color: #e4e4e4;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    gap: 20px;
    padding: 10px;
    position: relative;
    text-align: left;
    width: 100%;
    max-width: 300px;
    transition: all 0.2s ease;
}

.form__label--simple {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    text-align: center;
    padding: 1rem 2rem;
    font-size: 14px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
    color: #12395b;
}

.form__label:hover {
    background: rgb(125 125 125);
}

.form__label:has(input:checked) {
    background-color: #efefef;
}

    .form__label:has(input:checked) .form__label-check {
        display: block;
    }

.form__label:has(input:focus) {
    outline: 2px ridge rgba(0, 110, 200, 0.4);
}

.form__label-img {
    grid-column: 1;
    grid-row: 1/3;
    width: 60px;
}

.form__label-name {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.form__label-check {
    color: #dab14d;
    fill: #dab14f;
    stroke-opacity: 1;
    stroke: #000000;
    background: #000000;
    border-radius: 100%;
    display: none;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 100%;
    width: 25px;
    height: 25px;
    transform: translate(-50%, -50%);
}
/*Upload Document*/
.upload-proof {
    box-shadow: none !important;
    background: #000 !important;
    color: #fff !important;
    border-bottom: 1px solid #ffffff47;
}

.verification {
    border: 0.1px solid #000 !important;
}

.upload-document {
    --bs-accordion-btn-icon: url('../images/right-arrow.png') !important;
}

.upload-proof::after {
    background-image: url('../images/right-arrow.png') !important;
}

.var-doc-sucess {
    color: #2dcd2d;
    font-size: 16px;
    margin-right: 10px;
}

.list-document {
    margin: 0;
    padding: 0;
}

    .list-document li {
        padding: 0px 0 0px 30px;
        list-style: none;
        background-image: url(../images/check.png);
        background-position: left 4px center;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }
/*Transactions Tab pill*/ /*Note css Disable 886 */
.transactions-pill .transactions-link.active,
.transactions-pill .show > .transactions-link {
    color: #000 !important;
    background: linear-gradient(90deg, rgba(201, 143, 48, 1) 0%, rgba(245, 233, 125, 1) 33%, rgba(190, 128, 43, 1) 67%, rgba(226, 190, 89, 1) 100%);
    border-radius: 6px;
    padding: 5px 18px;
    font-weight: 600;
    text-decoration: none;
    width: auto;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.transactions-pill .transactions-link {
    background: #242526;
    border: 2px solid #5a5a57; /* Gold border */
    color: #bbbbbb;
    border-radius: 6px;
    padding: 5px 18px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

    .transactions-pill .transactions-link:hover {
        color: #000 !important;
        background: linear-gradient(90deg, rgba(201, 143, 48, 1) 0%, rgba(245, 233, 125, 1) 33%, rgba(190, 128, 43, 1) 67%, rgba(226, 190, 89, 1) 100%);
    }

.deposit-pill .nav-link {
    padding: 6px 12px;
    font-size: 14px;
}
/* =========================
   SWITCH STYLE TABS
========================= */

.switch-tabs {
    background: #000;
    border-radius: 50px;
    padding: 4px;
    width: fit-content;
    position: relative;
    gap: 0;
}

    /* Remove default pill look */
    .switch-tabs .nav-link {
        border: none;
        border-radius: 50px;
        padding: 8px 20px;
        color: #d4d4d4;
        font-weight: 500;
        background: transparent;
        transition: all 0.3s ease;
        display: flex;
        align-items: center;
        gap: 6px; /* controls space between icon & text */
        white-space: nowrap;
    }

        /* Active (like toggle ON) */
        .switch-tabs .nav-link.active {
            background: linear-gradient(90deg, rgba(201, 143, 48, 1) 0%, rgba(245, 233, 125, 1) 33%, rgba(190, 128, 43, 1) 67%, rgba(226, 190, 89, 1) 100%);
            color: #161616;
            box-shadow: 0 2px 8px rgba(0,0,0,0.15);
            font-weight: 600;
        }

        /* Hover */
        .switch-tabs .nav-link:hover {
            color: #515151;
        }


.tab-icon {
    font-size: 16px;
    line-height: 1;
}


/* =========================
   MOBILE RESPONSIVE
========================= */

@media (max-width: 576px) {
    .tab-icon {
        display: none; /* hide icon cleanly */
    }
    .switch-tabs {
        width: 100%;
        display: flex;
    }

        .switch-tabs .nav-item {
            flex: 1;
        }
            .switch-tabs .nav-link:hover {
                color: #000;
            }
        .switch-tabs .nav-link {
            width: 100%;
            text-align: center;
            justify-content: center;
            padding: 6px 12px;
            font-size: 13px;
        }

        .switch-tabs i {
            font-size: 13px;
            margin-right: 4px;
        }
}
.account-verify {
    display: inline-block;
    padding:8px 12px !important;
    animation: heartbeat 1.2s infinite;
    box-shadow: 0 0 0 rgba(220, 53, 69, 0.7);
    animation: heartbeat 1.2s infinite, pulseGlow 1.2s infinite;
}
@keyframes pulseGlow {
    0% {
        box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.7);
    }

    70% {
        box-shadow: 0 0 10px 10px rgba(220, 53, 69, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(220, 53, 69, 0);
    }
}
/*Button Add*/
.golden-btn {
    color: #000 !important;
    background: linear-gradient(90deg, rgba(201, 143, 48, 1) 0%, rgba(245, 233, 125, 1) 33%, rgba(190, 128, 43, 1) 67%, rgba(226, 190, 89, 1) 100%) !important;
    border-radius: 6px;
    padding: 7px 18px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    width: auto;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.report-trading {
    width: 100%
}

.layout .sidebar .menu .menu-item a.active {
    background: linear-gradient(90deg, rgba(201, 143, 48, 1) 0%, rgba(245, 233, 125, 1) 33%, rgba(190, 128, 43, 1) 67%, rgba(226, 190, 89, 1) 100%);
    color: #000 !important;
    font-weight: bold;
    /*border-left: 4px solid #c98f30;*/ /* Optional: Add a left border to indicate active state */
}
/** Timeline **/
.is-closed, .is-pending {
    width: fit-content;
    padding: 1px 10px;
    border-radius: 25px;
    color: #ffffff;
    font-weight: 400;
    display: flex;
    align-items: center;
    float: right;
    font-size: 0.8rem;
}

.is-closed {
    background: #229d0c;
}

.is-pending {
    background: #dd9c29;
}

.tl-block {
    border-bottom: #6f6f6f 1px dashed;
    padding: 20px 0 15px 0;
    overflow: hidden;
}

.tl-avatar {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 15px;
    border-radius: 50px;
    overflow: hidden;
}

    .tl-avatar img {
        width: 50px;
        height: 50px;
    }

.tl-content {
    overflow: hidden;
}

.tl-heading {
    font-weight: 600;
    margin-bottom: 5px;
    color: #ddbc5c;
}

.tl-text {
    font-size: 0.8rem;
    color: #c7c7c7;
    margin: 0 0 3px 0;
}

.tl-attachment {
    margin: 20px 0 5px 0;
}

    .tl-attachment a {
        color: #65bce5;
        text-decoration: none;
    }

        .tl-attachment a:hover {
            opacity: 0.75;
        }

.tl-reply {
    margin: 0;
    text-align: right;
}

    .tl-reply a {
        color: #2ecf12;
        font-weight: 600;
    }

        .tl-reply a:hover {
            opacity: 0.75;
        }

.tl-feedback {
    padding: 12px 15px;
    margin: 20px 0;
    border: #595959 1px solid;
    border-radius: 6px;
}

.tl-regards {
    margin: 15px 0 0 0;
}

.tl-block input[type=file] {
    display: none;
}

.tl-block .choose-btn {
    border-radius: 6px;
    float: left;
    background: #7f7f7f;
    color: #fff;
    padding: 8px 18px 7px 18px;
    text-align: center;
    cursor: pointer;
    font-family: arial;
    font-size: 0.9rem !important;
    font-weight: 600;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .tl-block .choose-btn:hover {
        background: #515151;
    }

.as-ac-container {
    display: flex;
    justify-content: flex-end;
}

.as-ac-block {
    width: 25%;
    float: left;
    margin-left: 10%;
}

.as-account {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px 0;
}

    .as-account .right {
        font-weight: 600;
        color: #ddbc5c;
    }

.gold-icon {
    background: linear-gradient(230deg, rgba(201, 144, 50, 1) 0%, rgba(245, 233, 125, 1) 28%, rgba(190, 128, 43, 1) 79%, rgba(227, 194, 92, 1) 98%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent !important;
    font-weight: 700;
    cursor: pointer;
    font-size: 18px;
}
/*Editor*/
.cke_notifications_area {
    display: none !important;
}
/*Upload Ticket*/
.simple-upload-btn {
    background-color: #1a8918;
    color: white;
    padding: 8px 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    align-items: center;
    display: flex;
    gap: 5px;
    max-width: fit-content;
    margin-right: 15px;
    font-size: 0.9rem !important;
}

    .simple-upload-btn:hover {
        background-color: #1fb91c;
    }

.file-info-text {
    font-size: 14px;
    padding: 9px;
    border-radius: 0.3rem;
    white-space: nowrap;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file {
    display: none;
}
/* Document upload */
.file-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px 0;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.btn-remove {
    background-color: transparent;
    border: none;
    color: red;
    font-size: 18px;
    cursor: pointer;
}

.file-info {
    margin-right: 10px;
    font-size: 14px;
}

.file-item, .uploaded-file-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px 0;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.btn-remove, .btn-upload {
    background-color: transparent;
    border: none;
    color: red;
    font-size: 18px;
    cursor: pointer;
}

.file-info, .uploaded-file-info {
    margin-right: 10px;
    font-size: 14px;
    cursor: pointer;
    text-decoration: underline;
    color: blue;
}

.uploaded-files-list {
    margin-top: 10px;
    padding: 0;
    list-style-type: none;
}

.doc-upload-btn {
    background: linear-gradient(135deg, #d5b152, #b18d36);
    color: white;
    padding: 8px 14px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: bold;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

    .doc-upload-btn:hover {
        background: linear-gradient(135deg, #b18d36, #d5b152);
        transform: translateY(-1px);
        box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
    }

    .doc-upload-btn:active {
        transform: translateY(0);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
/* Unique Confirm Upload Button */
.btn-confirm {
    background: #48b12d;
    color: white;
    padding: 6px 16px;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
    margin: 5px 0;
}

    .btn-confirm:hover {
        transform: scale(0.98);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
/** Register Screens **/
.regsiter-bg {
    background: #000 url("../images/register-bg.jpg") center center no-repeat fixed;
    background-size: cover;
}

.reg-form-align {
    justify-content: center;
    align-items: center;
    height: 90vh;
}

.register-section {
    width: 500px;
    min-height: 510px;
}

.register-block {
    background: rgba(0, 0, 0, 0.6);
    padding: 40px;
    border: #343940 2px solid;
    border-radius: 21px;
    color: #e8e8e8;
}

    .register-block h1 {
        font-size: 25px;
        font-weight: 600;
        padding: 25px 0 0 0;
    }

.reg-form-block {
    margin: 20px 0 15px 0;
}

    .reg-form-block label, .reg-form-block input, .reg-form-block select {
        width: 100%;
    }

    .reg-form-block input, .reg-form-block select {
        background: #000;
        border: #343940 2px solid;
        height: 50px;
        padding: 0 10px;
        border-radius: 10px;
        color: #e8e8e8;
    }

.reg-lbl {
    padding-bottom: 7px;
}

.reg-text-link {
    padding: 15px 0 20px 0;
}

    .reg-text-link a {
        color: #e8e8e8;
        text-decoration: underline;
    }

        .reg-text-link a:hover {
            color: #e8e8e8;
            text-decoration: none;
        }

.login-hyperlink {
    padding: 20px 0 0 0;
    text-align: center;
    color: #e8e8e8;
}

    .login-hyperlink a {
        color: #d8a743;
        text-decoration: none;
        font-weight: 500;
    }

        .login-hyperlink a:hover {
            color: #d8a743;
            text-decoration: underline;
        }

.bt-reg-next {
    background: linear-gradient(90deg, rgba(195, 134, 43, 1) 0%, rgba(234, 194, 83, 1) 17%, rgba(189, 126, 43, 1) 36%, rgba(211, 167, 60, 1) 50%, rgba(234, 194, 83, 1) 61%, rgba(189, 126, 43, 1) 79%, rgba(234, 194, 83, 1) 98%);
    padding: 8px;
    color: #000;
    width: 100%;
    border: none;
    border-radius: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

    .bt-reg-next:hover {
        background: #d8a743;
    }

.password-list {
    margin: 0;
    padding: 0;
}

    .password-list ul {
        margin: 25px 0 0 0;
        padding: 0;
    }

        .password-list ul li {
            padding: 0 0 6px 21px;
            list-style: none;
            background: left 5px no-repeat;
        }

.verify-popup {
    width: 420px;
}

    .verify-popup h1 {
        font-size: 24px;
        font-weight: 500;
        text-align: center;
        margin-bottom: 15px;
    }

.popup-bg1 {
    background: #000 !important;
    padding: 20px 10px !important;
    color: #fff !important;
    border: #343940 2px solid;
    border-radius: 21px;
}

.verify-list {
    height: 150px;
    overflow-y: scroll;
    background: #2E2E2E;
    border-radius: 10px;
    border: #343940 2px solid;
    padding: 12px 15px;
}

    .verify-list p {
        margin-bottom: 8px;
    }

/*.toggle-password {
    position: absolute;
    right: 15px;
    top: 38px;
    cursor: pointer;
    color: #888;
}

.toggle-eye:focus {
    background: #000 !important;
    color: #fff !important;
}*/

.password-wrapper {
    position: relative;
}

    .password-wrapper input {
        padding-right: 42px; /* make space for eye icon */
    }

    .password-wrapper .password-toggle {
        position: absolute;
        top: 50%;
        right: 14px;
        transform: translateY(-50%);
        color: #888;
        cursor: pointer;
        font-size: 16px;
    }

        .password-wrapper .password-toggle:hover {
            color: #000;
        }
/** responsive **/

/** Data table buttons **/
/*colvis tables*/
.dt-button-collection {
    background-color: #000 !important;
}

div.dt-buttons > .dt-button {
    background: linear-gradient(90deg, rgba(201, 143, 48, 1) 0%, rgba(245, 233, 125, 1) 33%, rgba(190, 128, 43, 1) 67%, rgba(226, 190, 89, 1) 100%) !important;
    padding: 2px 9px 3px 9px !important;
    color: #000 !important;
    border-radius: 6px !important;
    font-weight: 500 !important;
}

    div.dt-buttons > .dt-button:hover {
        background: linear-gradient(90deg, rgba(201, 143, 48, 1) 0%, rgba(245, 233, 125, 1) 100%) !important;
        transition: all 0.3s ease;
    }

.colvis-table {
    padding: 0.5rem 0 !important;
}
/** Support History **/
.timeline {
    position: relative;
    margin: 0;
}

.tl-container {
    position: relative;
    padding: 10px 30px 10px 50px;
    width: 100%;
    opacity: 1;
}

@keyframes movedown {
    0% {
        opacity: 1;
        transform: translateY(0px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.text-box {
    padding: 25px;
    background: transparent;
    position: relative;
    border-radius: 6px;
    border: #595959 1px solid;
}

.left-container {
    left: 0;
}

.right-container {
    left: 20px;
}

    .right-container p {
        margin: 0;
    }

.tl-container img {
    position: absolute;
    background: #595959;
    padding: 3px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    right: -22px;
    top: 32px;
    z-index: 10;
}

.right-container img {
    left: -18px;
}

.timeline::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    background: #595959;
    top: 0;
    left: 26px;
    z-index: 0;
    animation: moveline 3.75s linear forwards;
}

.text-box h2 {
    font-weight: 600;
    margin-bottom: 5px;
    color: #ddbc5c;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
}

.text-box small {
    display: inline-block;
    margin-bottom: 15px;
}

.left-container-arrow {
    height: 0;
    width: 0;
    position: absolute;
    top: 28px;
    z-index: 1;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #fff;
    right: -15px;
}

.right-container-arrow {
    height: 0;
    width: 0;
    position: absolute;
    top: 32px;
    z-index: 1;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 12px solid #595959;
    left: -12px;
}

.tsa-block {
    overflow: hidden;
    padding: 5px 0 0 0;
}

    .tsa-block .left {
        float: left;
        min-width: 130px;
    }

    .tsa-block .right {
        width: auto;
        font-weight: 500;
    }

.bd-lbl {
    margin-bottom: 12px !important;
}

.iti {
    width: 100%;
}

.iti__country-name {
    color: #424242 !important;
}

/* Keep room for flag + separate dial code; global .form-control padding !important was overlapping +971 */
.iti--separate-dial-code input.form-control,
.iti--separate-dial-code input[type="tel"],
.iti--separate-dial-code input[type="text"],
.iti.iti--separate-dial-code input {
    padding-top: var(--aetram-input-padding-y, 6px) !important;
    padding-bottom: var(--aetram-input-padding-y, 6px) !important;
    padding-right: var(--aetram-input-padding-x, 10px) !important;
    padding-left: 108px !important;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: var(--aetram-surface-3, rgba(0, 0, 0, 0.08)) !important;
}

.iti--separate-dial-code .iti__selected-dial-code {
    color: var(--aetram-text, #f1f5f9) !important;
    font-weight: 600;
    margin-left: 6px;
}

.iti__arrow {
    border-top-color: var(--aetram-text-muted, #94a3b8) !important;
}

.iti__arrow--up {
    border-bottom-color: var(--aetram-text-muted, #94a3b8) !important;
}

.iti__country-list {
    background: var(--aetram-surface, #1a222d) !important;
    border: 1px solid var(--aetram-border-strong, rgba(255, 255, 255, 0.14)) !important;
    color: var(--aetram-text, #f1f5f9) !important;
    z-index: 1100 !important;
}

.iti__country.iti__highlight {
    background: rgba(201, 162, 39, 0.18) !important;
}

.iti__dial-code {
    color: var(--aetram-text-muted, #94a3b8) !important;
}


/** Notification **/
.notify-icon {
    background: transparent;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    margin-right: 25px;
    float: left;
    position: relative;
}

    .notify-icon .bell-icon {
        color: #e8e8e8;
        position: relative;
        top: 4px;
        font-size: 20px;
        right: 0;
    }

.ni-alert {
    background: red;
    padding-top: 2px;
    border-radius: 50px;
    color: #fff;
    font-size: 0.6rem;
    font-weight: bold;
    position: absolute;
    top: 0px;
    right: 0;
    min-width: 18px;
    min-height: 18px;
    text-align: center;
}
/** Notification Drop Down **/
.avatar .dropbtn {
    border: none;
    cursor: pointer;
}

.avatar .dropdown {
    position: relative;
    display: inline-block;
}

.avatar .dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    top: 33px;
    background-color: #242526;
    border: #000 3px solid;
    min-width: 280px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

    .avatar .dropdown-content a {
        color: #e8e8e8;
        border-bottom: #000 2px solid;
        padding: 12px 16px 12px 54px;
        text-decoration: none;
        display: block;
        font-size: 0.8rem;
        font-weight: 600;
        background: url(../images/admin.png) 12px 14px no-repeat;
    }

        .avatar .dropdown-content a span {
            font-weight: normal;
            font-size: 0.7rem;
        }

        .avatar .dropdown-content a:hover {
            background-color: #000;
            color: #e8e8e8;
        }

.notify-header {
    border-bottom: #000 2px solid;
    padding: 12px 16px;
    font-weight: 600;
    background: #242526;
    font-size: 1rem;
}

.notify-footer {
    padding: 10px 16px;
    background: #242526;
    font-size: 0.8rem;
}

    .notify-footer a {
        color: #e8e8e8;
        background: transparent !important;
        padding: 5px 0 !important;
        font-weight: normal !important;
        text-decoration: none !important;
        border: none !important;
    }

        .notify-footer a:hover {
            color: #efc446 !important;
        }

.pro-avatar {
    margin: 0;
    padding: 0;
}

.dropbtn1 {
    border: none;
    cursor: pointer;
}

.dropdown1 {
    position: relative;
    display: inline-block;
    float: left;
}

.dropdown-content1 {
    display: none;
    position: absolute;
    right: 0;
    top: 36px;
    background-color: #f9f9f9;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-top: #000 3px solid;
    border-bottom: #000 2px solid;
    border-right: #000 3px solid;
    border-left: #000 3px solid;
}

    .dropdown-content1 a {
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        background: #242526;
        border-bottom: #000 2px solid;
        color: #e8e8e8;
    }

        .dropdown-content1 a:hover {
            background-color: #000;
        }

.dropdown1:hover .dropdown-content1 {
    display: block;
}

/*.dropdown1:hover .dropbtn1 {
    background-color: #3e8e41;
}
*/

/*Written By prabha */

#previewModal embed,
#previewModal img {
    width: 100%;
    height: 80vh;
    object-fit: contain;
    border: none;
    border-radius: 0 0 12px 12px;
}

#previewModal {
    display: none;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.85);
    z-index: 9999;
    justify-content: center;
    align-items: flex-start;
    padding-top: 50px;
}

    /* Modal Container */
    #previewModal .modal-body-container {
        background: #fff;
        padding: 0;
        border-radius: 12px;
        width: 800px;
        max-height: 90%;
        overflow: hidden;
        position: relative;
        box-shadow: 0 0 20px rgba(0,0,0,0.6);
        margin: 0 auto; /* Center horizontally */
    }

    /* Content */
    #previewModal #previewContent {
        width: 100%;
        height: 100%;
    }

    /* PDF viewer */
    #previewModal embed {
        width: 100%;
        height: 80vh;
        border: none;
        border-radius: 0 0 12px 12px;
    }

/* Close Button */
#closePreviewModal {
    color: #8B0000;
    background: transparent;
    border: 2px solid #8B0000;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
    position: absolute;
    top: 10px;
    right: 10px;
}

    #closePreviewModal:hover {
        background: #8B0000;
        color: #fff;
    }



.valid .icon {
    color: limegreen;
}

.invalid .icon {
    color: red;
}

.iframe-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.Spopup-content {
    background-color: #fff;
    width: 90%;
    max-width: 650px;
    height: 80%;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    position: relative;
}


.Spopup-header {
    background-color: #000;
    color: #fff;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 45px;
    border-bottom: 1px solid #ddd;
    border: none; /* Remove any border */
    margin: 0;
    box-shadow: none;
}

.popup-title {
    flex-grow: 1;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #f5c542;
    margin-left: -30px;
}

.Spopup-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    flex-shrink: 0;
}


.Spopup-header,
.Spopup-footer {
    border-top: 1px solid #ddd;
    text-align: right;
}

.Spopup-body {
    border: #000 1px solid;
    padding: 25px !important;
    flex-grow: 1;
    overflow-y: scroll !important;
    width: auto;
    max-height: 500px !important;
    margin-top: 0;
    border-top: none;
}

.Sclose-popup {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer !important;
    color: #6c757d;
}

.demo-popup {
    /* text-align:right !important;*/
    justify-content: end !important;
}

.password-wrapper {
    position: relative;
}

    .password-wrapper input {
        width: 100%;
        background-color: #f0f0f0; /* or your background */
        color: #000;
        border-radius: 10px;
        border: 1px solid #ccc;
        height: 50px;
        font-size: 16px;
    }

.toggle-password {
    position: absolute;
    top: 115%;
    right: 12px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #888;
}

.Forgetpassword-hyperlink {
    padding: 10px 0 0 0;
    text-align: right;
    color: #e8e8e8;
}

    .Forgetpassword-hyperlink a {
        color: #d8a743;
        text-decoration: none;
        font-weight: 600;
    }

        .Forgetpassword-hyperlink a:hover {
            color: #d8a743;
            text-decoration: underline;
        }

.btnloading {
    pointer-events: none;
    opacity: 0.6;
    position: relative;
}

    .btnloading::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 20px;
        height: 20px;
        border: 3px solid #fff;
        border-top: 3px solid #007bff;
        border-radius: 50%;
        animation: spin 1s linear infinite;
        transform: translate(-50%, -50%);
    }

@keyframes spin {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.copy-text {
    position: relative;
    padding: 0;
    background: #e4e4e4;
    border: 1px solid #ddd;
    border-radius: 10px;
    display: flex;
    margin-bottom: 15px;
}

    .copy-text input {
        width: 100%;
        background: #e4e4e4 !important;
        border-radius: 10px;
    }

        .copy-text input.text {
            padding: 10px;
            color: #555;
            border: none;
            outline: none;
        }

    .copy-text button {
        padding: 10px;
        background: linear-gradient(90deg, rgba(201, 143, 48, 1) 0%, rgba(245, 233, 125, 1) 33%, rgba(190, 128, 43, 1) 67%, rgba(226, 190, 89, 1) 100%);
        color: #040404;
        border: none;
        outline: none;
        border-radius: 10px;
        cursor: pointer;
        margin: 5px;
    }

        .copy-text button:active {
            background: #809ce2;
        }

        .copy-text button::before {
            content: "Copied";
            position: absolute;
            top: -45px;
            right: 0px;
            background: #000;
            padding: 6px 10px;
            border-radius: 20px;
            font-size: 12px;
            display: none;
            color: #e8e8e8;
        }

        .copy-text button::after {
            content: "";
            position: absolute;
            top: -20px;
            right: 25px;
            width: 10px;
            height: 10px;
            background: #000;
            transform: rotate(45deg);
            display: none;
            color: #e8e8e8;
        }

    .copy-text.active button::before, .copy-text.active button::after {
        display: block;
    }

.yellow-text {
    color: #e9ba3c !important;
}

.qr-code {
    width: 95%;
}

.banklabel {
    background: linear-gradient(230deg, rgba(201, 144, 50, 1) 0%, rgba(245, 233, 125, 1) 28%, rgba(190, 128, 43, 1) 79%, rgba(227, 194, 92, 1) 98%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent !important;
    font-weight: 700;
    font-size: 1.1rem;
    cursor: pointer;
}


.form-control.is-valid,
.form-control.is-invalid,
select.is-valid,
select.is-invalid {
    border-color: #ced4da !important; /* Reset to default gray */
    background-image: none !important; /* Remove Bootstrap's icons */
    box-shadow: none !important; /* Remove green/red shadows */
}


.ebc-right h1, .ebc-right h2, .ebc-right h3, .ebc-right h4, .ebc-right h5, .ebc-right h6 {
    color: black !important;
}

.bt-createreq {
    width: fit-content !important;
    padding: 5px 15px !important;
}

input[type="file"] {
    background-color: #e9e9e9;
    cursor: pointer;
    border-radius: 10px;
    color: #1c75d5;
}

.cke_notifications_area {
    display: none !important;
}

.morris_chart_height text tspan {
    fill: #000 !important;
}

.gradiant-bg {
    background: linear-gradient(90deg, rgba(53,53,52,1) 0%, rgba(209,151,42,1) 100%);
    border: 3px solid #3f4444;
    margin-bottom: 15px;
}

.depositblock {
    padding: 15px;
    font-size: 14px;
    font-weight: bold;
    color: white;
}

    .depositblock span {
        color: #fae684;
    }

.verify-account {
    /**background: #fbf7da !important;**/
    background: linear-gradient(to right, #fbf7da, #ffffff);
    border: #b1a768 1px solid;
    padding: 15px;
    color: #000;
}

.bt-verify-account {
    padding: 5px 21px;
    font-size: 12px;
    font-weight: 600;
    border: none;
    outline: none;
    background: linear-gradient(to left, #BE7D1D 10%, #F9EA7E 46%, #BE7D1D 88%) !important;
    color: black;
    border-radius: 5px;
    cursor: pointer;
    width: fit-content;
}

.bt-verify-done {
    padding: 5px 21px;
    font-size: 12px;
    font-weight: 600;
    border: none;
    outline: none;
    background: #11b72f !important;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    width: fit-content;
}

.verify-heading {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: normal;
    width: 75%;
}

.verify-icon {
    width: 90px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    margin-left: 10px;
}


/** Ticketing **/
.ticket-db {
    background: linear-gradient(#373737, #000000) !important;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    color: #fff;
}

@property --percentage {
    syntax: "<integer>";
    initial-value: 0;
    inherits: false;
}

.counter {
    animation: counter 5s ease-out;
    animation-fill-mode: forwards;
    counter-reset: num var(--percentage);
}

    .counter::after {
        content: counter(num) "%";
    }

@keyframes counter {
    from {
        --percentage: 0;
    }

    to {
        --percentage: var(--counter-end);
    }
}

.percentage-chart {
    width: 100px;
    height: 100px;
    position: relative;
}

.percentage-chart-bg {
    fill: none;
    stroke: #707070;
    stroke-width: 3;
}

.percentage-chart-stroke {
    fill: none;
    stroke-width: 3;
    stroke: #fdba4f;
    stroke-linecap: round;
    animation: progress 5s ease-out forwards;
}

.counter {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 20px;
    color: #fdba4f;
    transform: translate3d(-50%, -50%, 0);
}

@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

.time-breakdown {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.time-breakdown-chart {
    display: flex;
}

    .time-breakdown-chart p {
        margin: 0;
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 0 !important;
        background: linear-gradient(230deg, rgba(201, 144, 50, 1) 0%, rgba(245, 233, 125, 1) 28%, rgba(190, 128, 43, 1) 79%, rgba(227, 194, 92, 1) 98%);
        -webkit-background-clip: text;
        -moz-background-clip: text;
        background-clip: text;
        color: transparent !important;
    }

    .time-breakdown-chart h4 {
        margin: 10px 0 0 0;
        color: #e8e8e8;
        font-size: 14px;
        font-weight: normal;
    }

.percentage-chart-meeting .percentage-chart-stroke {
    stroke: #ff9e00;
}

.percentage-chart-distraction .percentage-chart-stroke {
    stroke: #f74141;
}

.percentage-chart-meeting .counter {
    color: #ff9e00;
}

.percentage-chart-distraction .counter {
    color: #f74141;
}

.chart-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 16px;
}

.desc-text {
    max-width: 300px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tdb-block .dropbtn {
    color: white;
    font-size: 25px;
    border: none;
    cursor: pointer;
    width: 35px;
    text-align: right;
}

.tdb-block .dropdown {
    position: relative;
    display: inline-block;
}

.tdb-block .dropdown-content {
    display: none;
    position: absolute;
    left: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .tdb-block .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .tdb-block .dropdown-content a:hover {
            background-color: #f1f1f1;
        }

.tdb-block .dropdown:hover .dropdown-content {
    display: block;
}

.tdb-block .dropdown:hover .dropbtn {
    color: #C3C3C3;
}


/** Ticket Comments **/
.enquiry-block {
    padding: 0;
    border-bottom: #dddddd 1px solid;
}

    .enquiry-block .title {
        font-weight: 600;
        width: fit-content;
    }

.eb-client {
    padding: 25px 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.post-block {
    position: relative;
}

.eb-admin {
    padding: 0;
    margin: 0;
}

.ebc-left {
    float: left;
    background: #000;
    margin-right: 15px;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 30px;
    text-align: center;
    padding-top: 3px;
}

.ebc-right {
    overflow: hidden;
}

    .ebc-right p {
        margin: 0;
    }

    .ebc-right a {
        color: #1c8df1 !important;
        text-decoration: underline;
    }

.ebc-status {
    background: #dfdfdf;
    padding: 1px 6px;
    border-radius: 5px;
}

.ebc-content {
    padding: 15px 0 0 0;
}

.ebc-attachment {
    padding: 15px 0 0 0;
}

.ebc-reply {
    margin: 10px 0 0 0;
    padding: 10px;
    border: #c9c9c9 1px dashed;
}

    .ebc-reply p {
        margin-bottom: 6px;
    }

.post-name {
    position: absolute;
    right: 0;
    top: -8px;
}

    .post-name a {
        color: green !important;
        text-decoration: none !important;
        font-weight: 600;
    }

        .post-name a:hover {
            color: green !important;
            text-decoration: underline !important;
        }

.sec-reply {
    position: relative;
    padding: 15px 0 0 0;
}

.ebc-fileupload {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

    .ebc-fileupload input[type=file] {
        transition: border-color 0.25s ease-in-out;
    }

        .ebc-fileupload input[type=file]::file-selector-button {
            padding: 1em 1.5em;
            border-width: 0;
            border-radius: 10px;
            background-color: #e2e2e2;
            color: #000;
            transition: all 0.25s ease-in-out;
            cursor: pointer;
            margin-right: 1em;
            font-weight: 600;
        }

        .ebc-fileupload input[type=file]:hover {
            border-color: #888;
        }

            .ebc-fileupload input[type=file]:hover::file-selector-button {
                background-color: #aeaeae;
            }
/** loader **/

.preloader {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 99999;
    right: 0;
    top: 0;
    background: rgba(0,0,0,1.9);
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    opacity: 1;
    visibility: visible;
}

body.page-loaded .preloader {
    top: 100%;
    opacity: 0;
    visibility: hidden;
}

.preloader figure {
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffd4296c;
    border-radius: 50%;
    animation: fadeup 0.30s;
    position: relative;
}

    .preloader figure:after {
        content: "";
        width: 100%;
        height: 100%;
        border: 1px solid transparent;
        border-top: 1px solid #ffb32c;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 0;
        animation: rotate1 0.60s infinite;
        background: black;
        z-index: -1;
    }

.preloader img {
    height: 75px;
    display: inline-block;
}

.page-loaded .preloader {
    top: 100%;
}

@keyframes fadeup {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes rotate1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.circle-bar {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 10px;
}

.progress-ring {
    transform: rotate(-90deg);
    width: 60px;
    height: 60px;
}

.ring-bg,
.ring-progress {
    fill: none;
    stroke-width: 6; /* Half of original */
    r: 27; /* Half of original radius */
    cx: 30;
    cy: 30;
}

.ring-bg {
    stroke: #eee;
}

.ring-progress {
    stroke: #00aaff;
    stroke-dasharray: 169.646; /* 2 * PI * 27 */
    stroke-dashoffset: 169.646;
    transition: stroke-dashoffset 1s ease;
}

.percentage-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px; /* Smaller font */
    font-weight: bold;
    user-select: none;
}

.price-plan {
    margin: 0;
    padding: 0 0 20px 0;
    display: flex;
    gap: 30px;
    overflow-x: auto;
}

    .price-plan .pp-block {
        background: linear-gradient(#373737, #252525);
        border: #000 1px solid;
        border-top: #000 5px solid;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
        padding: 27px 25px 35px 25px;
        border-radius: 30px;
        min-width: 330px;
        width: 330px;
    }
        /*.price-plan .pp-block:hover, .price-plan .pp-block:focus, .price-plan .pp-block:visited {
  background: #373737;
  border: #cdad68 1px solid;
  border-top: #cdad68 3px solid;
}*/
        .price-plan .pp-block:hover, .price-plan .pp-block:focus, .price-plan .pp-block:visited {
            background: linear-gradient(#252525, #000000);
            border: #000 1px solid;
            border-top: #000 1px solid;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4);
        }

        .price-plan .pp-block h3 {
            font-size: 1.4rem;
            font-weight: 700;
            margin: 0;
        }

        .price-plan .pp-block p {
            margin: 0;
        }

        .price-plan .pp-block .pp-header {
            text-align: center;
        }

.pp-title {
    padding: 12px 0 17px 0;
}

.pp-box {
    color: #000;
    font-size: 0.75rem;
    border-radius: 25px;
    padding: 2px 10px;
    width: fit-content;
    margin: 6px auto !important;
}

.pp-yellow {
    background: #ebbe52;
}

.pp-green {
    background: #7de785;
}

.pp-gray {
    background: #c3c3c3;
}

.pp-list {
    border-top: #656565 1px solid;
    padding-top: 10px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

    .pp-list .left {
        text-align: left;
        color: #b4b4b4;
    }

    .pp-list .right {
        text-align: right;
        font-weight: 500;
    }

.std-icon {
    font-size: 2.5rem;
    margin: 0;
    padding: 0;
    background: linear-gradient(230deg, rgba(201, 144, 50, 1) 0%, rgba(245, 233, 125, 1) 28%, rgba(190, 128, 43, 1) 79%, rgba(227, 194, 92, 1) 98%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent !important;
}

.pro-icon {
    font-size: 2.5rem;
    margin: 0;
    padding: 0;
    background: linear-gradient(230deg, rgb(86 189 93) 0%, rgb(125 231 133) 28%, rgb(69 133 74) 79%, rgb(125 231 133) 98%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent !important;
}

.raw-icon {
    font-size: 2.5rem;
    margin: 0;
    padding: 0;
    background: linear-gradient(230deg, #ababab 0%, #cfcfcf 28%, #8b8b8b 79%, #cbcaca 98%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent !important;
}
/** Custom Scrool bar **/
.shadow-scroll-x {
    overflow-x: auto;
    background-repeat: no-repeat;
    background-position: left center, right center, left center, right center;
    background-size: 10px 100%, 10px 100%, 10px 100%, 10px 100%;
    /* Opera doesn't support this in the shorthand */
    background-attachment: local, local, scroll, scroll;
    -webkit-overflow-scrolling: touch;
}

    .shadow-scroll-x::-webkit-scrollbar {
        height: 6px;
        background-color: #B3B3B3;
        border-radius: 10px;
    }

    .shadow-scroll-x::-webkit-scrollbar-thumb {
        background-color: #787878;
        border-radius: 3px;
    }

    .shadow-scroll-x::-webkit-scrollbar-button {
        display: none;
    }


.pp-block.selected-plan {
    border: 2px solid #007bff;
    box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
}
/** Notification Drop Down **/
.avatar .dropbtn {
    border: none;
    cursor: pointer;
}

.avatar .dropdown {
    position: relative;
    display: inline-block;
}

.avatar .dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    top: 33px;
    background-color: #242526;
    border: #000 3px solid;
    min-width: 280px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

    .avatar .dropdown-content a {
        color: #e8e8e8;
        border-bottom: #000 2px solid;
        padding: 12px 16px 12px 54px;
        text-decoration: none;
        display: block;
        font-size: 0.8rem;
        font-weight: 600;
        background: url(../images/admin.png) 12px 14px no-repeat;
    }

        .avatar .dropdown-content a span {
            font-weight: normal;
            font-size: 0.7rem;
        }

        .avatar .dropdown-content a:hover {
            background-color: #000;
            color: #e8e8e8;
        }

.notify-header {
    border-bottom: #000 2px solid;
    padding: 12px 16px;
    font-weight: 600;
    background: #242526;
    font-size: 1rem;
}

.notify-footer {
    padding: 10px 16px;
    background: #242526;
    font-size: 0.8rem;
}

    .notify-footer a {
        color: #e8e8e8;
        background: transparent !important;
        padding: 5px 0 !important;
        font-weight: normal !important;
        text-decoration: none !important;
        border: none !important;
    }

        .notify-footer a:hover {
            color: #efc446 !important;
        }

.pro-avatar {
    margin: 0;
    padding: 0;
}

.dropbtn1 {
    border: none;
    cursor: pointer;
}

.dropdown1 {
    position: relative;
    display: inline-block;
    float: left;
}

.dropdown-content1 {
    display: none;
    position: absolute;
    right: 0;
    top: 36px;
    background-color: #f9f9f9;
    min-width: 180px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-top: #000 3px solid;
    border-bottom: #000 2px solid;
    border-right: #000 3px solid;
    border-left: #000 3px solid;
}

    .dropdown-content1 a {
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        background: #242526;
        border-bottom: #000 2px solid;
        color: #e8e8e8;
    }

        .dropdown-content1 a:hover {
            background-color: #000;
        }

.dropdown1:hover .dropdown-content1 {
    display: block;
}

/*.dropdown1:hover .dropbtn1 {
    background-color: #3e8e41;
}*/

#previewContent {
    text-align: center;
    margin: 0 auto;
}

.pdf-password-input {
    width: 100%;
    max-width: 400px;
    padding: 6px 10px;
    font-size: 14px;
}

.file-info-block {
    display: flex;
    flex-direction: column;
}

/** Modified on Aug 01, 2025 **/
/** PMS - Copy Trading **/
.btn-pmstab {
    background: #000;
    padding: 8px 18px 7px 18px;
    color: #b4b4b4;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    width: auto;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    margin-bottom: 6px;
}

    .btn-pmstab:hover, .btn-pmstab.active {
        background: linear-gradient(90deg, rgba(201, 143, 48, 1) 0%, rgba(245, 233, 125, 1) 33%, rgba(190, 128, 43, 1) 67%, rgba(226, 190, 89, 1) 100%);
        transition: all 0.3s ease;
        color: #000;
    }

    .btn-pmstab.active {
        cursor: auto;
    }
/** Aug 01, 2025 **/
/** Copy Trading - PMS **/
.pms-profile {
    display: flex;
    gap: 10px;
    text-align: left;
    align-items: center;
}

.pms-icon {
    width: 45px;
    height: 45px;
    border-radius: 50px;
}

.list-risk {
    background: #1e8b1e;
    color: #fff !important;
    padding: 3px 12px;
    border-radius: 30px;
    width: fit-content;
    margin: 0 auto;
}

.pms-green {
    color: #14c114;
}

.pms-red {
    color: #ed4747;
}

.pms-yellow {
    color: #dbaa18;
}

.pms-pl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: #13a913 2px solid;
    padding-bottom: 3px;
}

.copier-sp {
    padding-left: 5px;
}

.pms-table {
}

    .pms-table table {
        width: 100%;
        border-collapse: collapse;
        margin: 15px auto;
    }
    /* Zebra striping */
    .pms-table tr:nth-of-type(odd) {
        background: #414141;
        border-bottom: #656565 1px solid;
    }

    .pms-table tr:nth-of-type(even) {
        background: #2d2d2d;
        border-bottom: #656565 1px solid;
    }

    .pms-table tr:hover {
        background: #4e4e4e;
    }

    .pms-table th {
        background: #000;
        color: white;
        font-weight: normal;
    }

    .pms-table td, .pms-table th {
        padding: 10px;
        border: none;
        text-align: center;
    }

.pms-search, .pms-search:hover, .pms-search:focus {
    background: #e4e4e4 !important;
    height: 40px;
}

.inp-all:focus {
    box-shadow: none !important;
}

.pms-grid {
    display: flex;
    align-items: center;
}

.icon-pms {
    display: flex; /* put icons in one line */
    justify-content: flex-end;
    align-items: center;
    gap: 15px; /* space between icons */
}

    .icon-pms a {
        display: inline-flex; /* ensure both anchors show */
        align-items: center;
        color: #e8e8e8;
        font-size: 20px; /* adjust size */
    }

        .icon-pms a:hover {
            opacity: 0.75;
        }

.pms-icon {
    font-size: 1.75rem;
}

.mr-grid {
    background: #414141;
    border-radius: 10px;
    overflow: hidden;
}

.mr-heading {
    background: #000;
    padding: 15px 15px 5px 15px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-radius: 10px 10px 0 0;
}

.mr-risk {
    background: #1e8b1e;
    color: #fff !important;
    padding: 3px 12px;
    border-radius: 30px;
    width: fit-content;
}

.mr-icon {
    width: 39px;
    height: 39px;
    border-radius: 50px;
}

.mr-heading h5 {
    font-size: 1.2rem;
    font-weight: 800;
    text-align: center;
}

    .mr-heading h5 span {
        font-size: 0.8rem;
        font-weight: 400;
    }

.mr-content {
    padding: 15px;
    font-weight: 600;
}

.mr-top, .mr-bottom {
    text-align: center;
    display: flex;
    justify-content: space-around;
}

.mr-middle {
    margin: 20px 0 10px 0;
    text-align: center;
}

.mr-progress {
    position: relative;
    margin-bottom: 15px;
}

    .mr-progress .progress-bar {
        position: relative;
        height: auto;
    }

.md-profile {
    text-align: center;
}

    .md-profile h5 {
        font-size: 1.2rem;
        font-weight: 700;
        text-align: center;
        margin: 15px 0 5px 0;
    }

        .md-profile h5 span {
            font-weight: 400;
            font-size: 0.9rem;
        }

.btn-master {
    background: linear-gradient(90deg, rgba(201, 143, 48, 1) 0%, rgba(245, 233, 125, 1) 33%, rgba(190, 128, 43, 1) 67%, rgba(226, 190, 89, 1) 100%);
    padding: 8px 18px 7px 18px;
    color: #000;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    min-width: 90%;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .btn-master:hover {
        background: linear-gradient(90deg, rgba(201, 143, 48, 1) 0%, rgba(245, 233, 125, 1) 100%);
        transition: all 0.3s ease;
        color: #000;
    }

.text-invest {
    font-size: 1rem;
    margin: 10px 0 0 0;
    background: linear-gradient(230deg, rgba(201, 144, 50, 1) 0%, rgba(245, 233, 125, 1) 28%, rgba(190, 128, 43, 1) 79%, rgba(227, 194, 92, 1) 98%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent !important;
    font-weight: 800;
}

.md-pro-title {
    margin: 0;
}

    .md-pro-title span {
        font-size: 1.2rem;
        font-weight: 600;
    }

.md-performance {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .md-performance p {
        margin: 0;
    }

        .md-performance p span {
            font-weight: 600;
        }

.md-pl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: #13a913 2px solid;
    padding-bottom: 3px;
    font-weight: 600;
}

.ad-card-lt {
    height: calc(100% - 5px);
    margin-right: -8px;
}

.ad-card-rt {
    height: calc(100% - 5px);
    margin-left: -8px;
}

.pms-subtitle {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0;
}

.eq-block {
    align-items: center;
    justify-content: space-between;
}
/*.eq-text {
  color: #ddbc5c;
  margin-bottom: 10px;
}
.eq-text span {
  color: #e8e8e8;
  display: inline-block;
  width: 150px;
}*/
.eq-text {
    color: #ddbc5c;
    margin-bottom: 20px;
    font-size: 1.1rem;
    font-weight: 500;
}

    .eq-text span {
        color: #e8e8e8;
        display: inline-block;
        width: 100%;
        font-size: 0.9rem;
    }

.pms-chart {
    border: #6f6f6f 1px dashed;
    border-radius: 6px;
    padding: 20px 0 0 0;
}


/** Trading History **/
.trade-history {
}

    .trade-history .transactions-pill .transactions-link.active {
        color: #000 !important;
        background: linear-gradient(90deg, rgba(201, 143, 48, 1) 0%, rgba(245, 233, 125, 1) 33%, rgba(190, 128, 43, 1) 67%, rgba(226, 190, 89, 1) 100%) !important;
        border: #eba83b 2px solid !important;
        border-radius: 6px;
        padding: 5px 18px;
        font-weight: 600;
        text-decoration: none;
        width: auto;
        position: relative;
        transition: all 0.3s ease-in-out;
    }

.stats-block {
    border-right: #6f6f6f 1px dashed;
    padding-right: 10px;
}

.pms-stats {
    margin-bottom: 15px;
}

    .pms-stats .left {
        width: 100%;
    }

    .pms-stats .right {
        color: #ddbc5c;
        width: 100%;
        font-size: 1.1rem;
    }



.th-history .button {
    border: none;
    padding: 10px 20px 10px;
    margin: 0 10px 0 0;
    cursor: pointer;
    background: transparent;
    font-size: 1rem;
    font-weight: 600;
}

    .th-history .button:hover {
        background: linear-gradient(230deg, rgba(201, 144, 50, 1) 0%, rgba(245, 233, 125, 1) 28%, rgba(190, 128, 43, 1) 79%, rgba(227, 194, 92, 1) 98%);
        -webkit-background-clip: text;
        -moz-background-clip: text;
        background-clip: text;
        color: transparent !important;
    }

    .th-history .button.active {
        border: #6f6f6f 1px solid;
        border-bottom: #242526 2px solid;
        background: linear-gradient(230deg, rgba(201, 144, 50, 1) 0%, rgba(245, 233, 125, 1) 28%, rgba(190, 128, 43, 1) 79%, rgba(227, 194, 92, 1) 98%);
        -webkit-background-clip: text;
        -moz-background-clip: text;
        background-clip: text;
        color: transparent !important;
        margin-bottom: -2px;
    }

.th-history section {
    margin: 0 auto;
}

.th-history .single {
    background: transparent;
}

.thh-tabs {
    display: flex;
    border-bottom: #6f6f6f 1px solid;
    margin-bottom: 30px;
}

.isb-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 20px 0;
}

.funds-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: #898989 1px dashed;
}

    .funds-block span {
        font-weight: 500;
    }

.isf-text {
    color: #fdbf03;
}

.la-master {
    padding: 27px 0 0 0;
}

    .la-master p {
        margin: 0 0 3px 0;
        font-weight: 500;
    }
/** Tool tip **/
.tt-overflow {
    overflow-x: hidden;
}
/* For hide tooltip */
.tooltip-link {
    position: relative;
    text-decoration: none;
    color: #e8e8e8;
    cursor: pointer;
    display: inline-block;
}
    /* Default: Tooltip on right */
    .tooltip-link::after {
        content: attr(data-tooltip);
        position: absolute;
        top: 50%;
        left: calc(100% + 18px);
        transform: translateY(-50%) translateX(10px);
        background-color: #000;
        border: #626262 3px solid;
        color: #e8e8e8;
        padding: 8px 12px;
        border-radius: 6px;
        max-width: 210px;
        width: max-content;
        white-space: normal;
        text-align: left;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease, transform 0.3s ease;
        z-index: 10;
        font-size: 0.75rem;
        font-weight: normal;
        display: block;
    }

    .tooltip-link::before {
        content: '';
        position: absolute;
        top: 50%;
        left: calc(100% + 6px);
        transform: translateY(-50%) translateX(10px);
        border: 6px solid transparent;
        border-right-color: #626262;
        opacity: 0;
        transition: opacity 0.3s ease, transform 0.3s ease;
        z-index: 11;
    }
    /* On hover */
    .tooltip-link:hover::after, .tooltip-link:hover::before {
        opacity: 1;
        transform: translateY(-50%) translateX(0);
    }
    /* If tooltip should show on the LEFT */
    .tooltip-link.left-tooltip::after {
        left: auto;
        right: calc(100% + 1px);
        transform: translateY(-50%) translateX(-10px);
    }

    .tooltip-link.left-tooltip::before {
        left: auto;
        right: calc(100% + -10px);
        transform: translateY(-50%) translateX(-10px);
        border: 6px solid transparent;
        border-left-color: #626262; /* arrow points right */
        border-right-color: transparent;
    }

.tt-position {
    position: relative;
}

.n-post-tt {
    width: fit-content;
}

    .n-post-tt h3 {
        font-size: 1.2rem;
        font-weight: 800;
        margin-bottom: 20px;
    }

    .n-post-tt ul {
        margin: 0;
        padding: 0;
    }

        .n-post-tt ul li {
            margin: 0;
            padding: 0 0 10px 20px;
            list-style: none;
            background: url("../images/tick.png") left 4px no-repeat;
        }

.n-ppost-name {
    top: 0%;
    left: 0%;
    margin-top: 10px;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
    -webkit-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
    display: none;
    pointer-events: none;
    position: relative;
    background: #000;
    border-radius: 10px;
    padding: 25px;
    font-size: 0.8rem;
}

.n-ppost:hover + .n-ppost-name {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: absolute;
}

.tt-header {
    background: #1b1b1b;
    padding: 15px;
    font-weight: bold;
    border: #6e6e6e 1px solid;
}

.tt-content {
    background: #484848;
    padding: 15px;
    border: #6e6e6e 1px solid;
}

.sp-card-all {
    border-radius: 6px !important;
    margin-bottom: 5px;
    padding: 25px 10px;
    background: #242526 !important;
    color: #e8e8e8 !important;
    border: none !important;
}

.settings-tab {
    margin: 0;
    padding: 0;
    overflow: visible;
    position: relative;
    width: fit-content;
    max-width: 100%;
}

    .settings-tab ul {
        margin: 0;
        padding: 4px;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        list-style: none;
        gap: 0;
        background: #000;
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 50px;
        overflow: hidden;
        width: fit-content;
        max-width: 100%;
    }

        .settings-tab ul li {
            margin: 0;
            padding: 0;
            text-align: center;
            background: transparent;
            border: none;
            list-style: none;
            float: none;
            color: #d4d4d4 !important;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s ease;
            flex: 0 0 auto;
            min-width: 0;
            border-radius: 50px;
        }

            .settings-tab ul li a {
                color: inherit !important;
                text-decoration: none;
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 6px;
                padding: 8px 20px;
                white-space: nowrap;
                border-radius: 50px;
            }

            .settings-tab ul li i {
                font-size: 16px;
                line-height: 1;
            }

            .settings-tab ul li:hover {
                background: transparent;
                color: #fff !important;
            }

            .settings-tab ul li:hover a {
                color: #fff !important;
            }

        .settings-tab ul .active {
            background: linear-gradient(90deg, rgba(201, 143, 48, 1) 0%, rgba(245, 233, 125, 1) 33%, rgba(190, 128, 43, 1) 67%, rgba(226, 190, 89, 1) 100%);
            color: #161616 !important;
            font-weight: 600;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
            border: none;
        }

        .settings-tab ul .active a {
            color: #161616 !important;
        }

        .settings-tab ul .active:hover,
        .settings-tab ul .active:hover a {
            color: #161616 !important;
        }

.switches-container {
    --switches-label-color: #d1d5db;
    --switches-label-active: #111827;
    --switch-pad: 3px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    width: fit-content;
    min-width: 13.5rem;
    border-radius: 3rem;
    margin-left: auto;
    background: #0a0a0a;
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: var(--switch-pad);
    overflow: hidden;
    box-sizing: border-box;
}

    .switches-container input {
        visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        margin: 0;
        padding: 0;
    }

    .switches-container label {
        position: relative;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 0;
        height: 2rem;
        padding: 0 0.85rem;
        margin: 0 !important;
        text-align: center;
        cursor: pointer;
        color: var(--switches-label-color) !important;
        font-size: 13px !important;
        font-weight: 600 !important;
        letter-spacing: normal !important;
        text-transform: none !important;
        white-space: nowrap;
        line-height: 1;
        user-select: none;
        transition: color 0.2s ease;
    }

.switch-wrapper {
    position: absolute;
    z-index: 1;
    top: var(--switch-pad);
    bottom: var(--switch-pad);
    left: var(--switch-pad);
    width: calc((100% - (var(--switch-pad) * 2)) / 2);
    padding: 0;
    pointer-events: none;
    transition: transform 0.35s cubic-bezier(0.77, 0, 0.175, 1);
}

.switch {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 3rem;
    background: transparent;
    font-weight: 600;
}

    .switch div {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0 0.5rem;
        opacity: 0;
        color: transparent;
        border-radius: 3rem;
        background: linear-gradient(90deg, rgba(201, 143, 48, 1) 0%, rgba(245, 233, 125, 1) 33%, rgba(190, 128, 43, 1) 67%, rgba(226, 190, 89, 1) 100%);
        white-space: nowrap;
        text-transform: none;
        line-height: 1;
        font-size: 13px;
        overflow: hidden;
        box-sizing: border-box;
        transition: opacity 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0.05s;
        will-change: opacity;
    }

.switches-container input:nth-of-type(1):checked ~ .switch-wrapper {
    transform: translateX(0);
}

.switches-container input:nth-of-type(2):checked ~ .switch-wrapper {
    transform: translateX(100%);
}

.switches-container input:nth-of-type(1):checked ~ .switch-wrapper .switch div:nth-of-type(1) {
    opacity: 1;
}

.switches-container input:nth-of-type(2):checked ~ .switch-wrapper .switch div:nth-of-type(2) {
    opacity: 1;
}

/* Selected label sits on gold — use dark text for contrast in both themes */
.switches-container input:nth-of-type(1):checked ~ label:nth-of-type(1),
.switches-container input:nth-of-type(2):checked ~ label:nth-of-type(2) {
    color: var(--switches-label-active) !important;
    font-weight: 700 !important;
}

#previewContent {
    width: 100%;
}

#pdfContainer {
    display: block;
    width: 100%;
    height: 80vh;
    background: white;
}

    #pdfContainer iframe {
        width: 100%;
        height: 100%;
        border: none;
    }

.ndfHFb-c4YZDc.ndfHFb-c4YZDc-uoC0bf {
    background-color: #fff !important;
}

.preview-image {
    max-height: 80vh;
    overflow: auto;
}

    .preview-image img {
        width: 100%;
    }

.file-info-text {
    margin-top: 8px;
    color: #fff;
}

.file-name {
    margin-right: 10px;
}

.remove-file {
    cursor: pointer;
    color: red;
    font-weight: bold;
    font-size: 18px;
}




.table-responsive {
    overflow-x: auto;
}

#leadsuploadtbl_wrapper {
    width: 100%;
}


.btn-outline-gold {
    border: 2px solid #ccc;
    color: #000;
    background-color: transparent;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s ease;
}

    .btn-outline-gold:hover {
        border-color: #d4af37;
        color: #d4af37;
    }

.btn-check:checked + .btn-outline-gold {
    border-color: #d4af37;
    color: #d4af37;
    background-color: transparent;
}

.error-border {
    border: 1px solid red !important;
}

}

.crypto-deposit {
    background: #434343;
    border-radius: 6px;
    padding: 30px 45px;
    margin: 20px 0 10px 0;
}

.text-gold {
    color: #ffc107;
    font-weight: bold;
}

.swal2-popup {
    background-color: #1e1e1e !important;
    color: #ffffff !important;
    border-radius: 12px;
    border: #737373 2px solid;
}

.swal2-confirm {
    background: linear-gradient(90deg, rgba(201, 143, 48, 1) 0%, rgba(245, 233, 125, 1) 33%, rgba(190, 128, 43, 1) 67%, rgba(226, 190, 89, 1) 100%);
    color: #000;
    border: none !important;
}

.swal2-cancel {
    background-color: #d63031 !important;
    color: #fff !important;
    border: none !important;
}

/*.pagination li a,
.paginate_button {
    background: linear-gradient(90deg, #c98f30 0%, #f5e97d 33%, #be802b 67%, #e2be59 100%) !important;
    color: #000 !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 6px;
    text-align: center;
    min-width: 38px;
    box-shadow: 0 0 6px rgba(226, 190, 89, 0.3);
    transition: all 0.25s ease;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}

    .pagination .active a,
    .paginate_button.current {
        background: linear-gradient(90deg, #f5e97d 0%, #fff2a3 50%, #f5e97d 100%) !important;
        color: #000 !important;
        font-weight: 700;
        box-shadow: 0 0 10px rgba(255, 240, 150, 0.6);
        transform: translateY(-1px);
    }

    .pagination li a:hover,
    .paginate_button:hover, .paginate_button {
        filter: brightness(1.1);
        transform: translateY(-1px);
        color: #000 !important;
    }

.pagination li:first-child a,
.pagination li:last-child a {
    padding: 6px 20px;
    font-weight: 700;
}*/

#NewMobile {
    color: #000 !important;
    font-weight: 500 !important;
}

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear,
input[type="password"]::-webkit-clear-button,
input[type="password"]::-webkit-inner-spin-button,
input[type="password"]::-webkit-credentials-auto-fill-button {
    display: none !important;
}


.dcf-sub-title {
    font-size: 1.3rem;
    font-weight: 700;
    padding: 7px 0 3px 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #000 !important;
}

/* Strength panel */
.password-strength-panel {
    background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(0,0,0,0.02));
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.03);
    color: #f6d27a;
    min-height: 260px;
}

/* meter background */
.strength-meter {
    width: 100%;
    height: 14px;
    background: rgba(255,255,255,0.04);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.6);
}

/* inner bar animated gradient */
.strength-bar {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #ffb84d, #ffd86b, #ffd86b);
    border-radius: 8px;
    transition: width 400ms ease, background 400ms ease, box-shadow 400ms ease;
    box-shadow: 0 6px 18px rgba(0,0,0,0.45);
}

/* label + badge */
.strength-label {
    font-weight: 700;
    color: #ffd68a;
}

.strength-badge {
    background: rgba(255,255,255,0.06);
    padding: 6px 10px;
    border-radius: 18px;
    color: #111;
    font-weight: 700;
    background-clip: padding-box;
}

/* criteria list compact */
.criteria-list-compact {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

    .criteria-list-compact li {
        display: flex;
        gap: 10px;
        align-items: center;
        color: #cfcfcf;
        padding: 6px 0;
        font-size: 14px;
    }

        .criteria-list-compact li .icon {
            display: inline-block;
            width: 20px;
            text-align: center;
            font-weight: 700;
            color: #a0a0a0;
        }

        .criteria-list-compact li.valid {
            color: #dff4e1;
        }

            .criteria-list-compact li.valid .icon {
                color: #2db24a; /* green */
                transform: scale(1.05);
            }

.strength-bar.very-strong {
    box-shadow: 0 8px 30px rgba(255,215,102,0.18);
}


.ava-green {
    color: #2ecf12 !important;
    -webkit-animation: colorchange 0.6s infinite alternate;
    font-size: 0.75rem;
}

.ava-red {
    color: red !important;
    -webkit-animation: colorchange 0.6s infinite alternate;
    font-size: 0.75rem;
}

@-webkit-keyframes colorchange {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0.5;
    }
}

.wallet-copy-wrapper .copied-msg {
    transition: opacity 0.2s ease, transform 0.2s ease;
    opacity: 0;
    transform: translateY(4px);
}

    .wallet-copy-wrapper .copied-msg.visible {
        opacity: 1;
        transform: translateY(0);
        color: #ffbf00 !important; /* GOLD color when visible */
    }


.wallet-copy-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
}

    .wallet-copy-wrapper .copied-msg {
        display: none;
        position: absolute;
        bottom: 140%; /* push it higher than tooltip */
        left: 50%;
        transform: translateX(-50%);
        background: rgba(0,0,0,0.9);
        color: #ffbf00; /* gold */
        padding: 4px 8px;
        border-radius: 4px;
        font-size: 12px;
        white-space: nowrap;
        z-index: 99999; /* ensure it's above bootstrap tooltip */
        pointer-events: none;
        transition: opacity 0.15s ease, transform 0.15s ease;
        opacity: 0;
    }

        .wallet-copy-wrapper .copied-msg.show {
            display: inline-block;
            opacity: 1;
            transform: translateX(-50%) translateY(0);
        }

/* table cell padding and vertical alignment */
#leadstbl.dataTable tbody td {
    padding: 10px 12px;
    vertical-align: middle;
    color: #e6e6e6; /* you may adjust to match theme */
}

/* header styling and alignment */
#leadstbl.dataTable thead th {
    padding: 12px 12px;
    vertical-align: middle;
    text-align: left; /* change to center if you prefer */
    font-weight: 700;
    color: #fff;
    background: #000; /* match your header color */
}

/* compact number column */
#leadstbl.dataTable tbody td.dt-center {
    text-align: center;
}

/* prevent text overflow */
#leadstbl .dt-body-left, #leadstbl .dt-body-center {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* conversion badges */
.lead-converted {
    color: #2dcd2d;
    font-weight: 700;
}

.lead-notconverted {
    color: #ff2b2b;
    font-weight: 700;
}

/* make pagination & info area match your dark theme */
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
    color: #ccc;
}

#shuftiLoader {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,1.9);
    z-index: 9999;
}

/* circle container */
.s-loader {
    position: relative;
    width: 160px;
    height: 160px;
}

/* outer background ring */
.s-ring-bg,
.s-ring {
    fill: transparent;
    stroke-width: 14;
    r: 68;
    cx: 80;
    cy: 80;
}

.s-ring-bg {
    stroke: #007bff; /* blue outer */
    opacity: 0.25;
}

.s-ring {
    stroke: #ffcc00;
    stroke-linecap: round;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    stroke-dasharray: 427;
    stroke-dashoffset: 427;
    transition: stroke-dashoffset 0.25s linear;
}

/* percentage text */
.s-loader-text {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 36px;
    color: #007bff;
}

    .s-loader-text span {
        margin-left: 4px;
        font-size: 24px;
    }

.s-loader-message {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 600;
    background: linear-gradient(90deg, rgba(201, 143, 48, 1) 0%, rgba(245, 233, 125, 1) 33%, rgba(190, 128, 43, 1) 67%, rgba(226, 190, 89, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gold-box {
    border: 2px solid #fcc733; /* thicker golden border */
    border-radius: 10px;
    padding: 20px 28px; /* more padding */
    width: 380px; /* increased width */
    background: #1f1f1f; /* dark background */
}

    .gold-box span {
        color: #ffffff;
        font-size: 16px; /* larger font */
    }

    .gold-box .fw-bold span:last-child {
        color: #fcc733;
        font-size: 18px; /* highlight final balance */
        font-weight: bold;
    }

.iti.iti--new-mobile .iti__selected-dial-code {
    color: var(--aetram-text, #0f172a) !important;
}

/* Only for NewMobile’s arrow */
.iti.iti--new-mobile .iti__arrow {
    border-top-color: var(--aetram-text-muted, #94a3b8) !important;
}

.esign-modal {
    max-width: 550px;
}

#EsignConform .modal-body {
    max-height: 50vh !important;
}

#ShowEmail {
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: anywhere !important;
    display: inline-block;
    max-width: 100%;
}

#leadstbl thead th {
    position: relative;
    padding-right: 20px !important;
}

    #leadstbl thead th.sorting:before,
    #leadstbl thead th.sorting:after,
    #leadstbl thead th.sorting_asc:before,
    #leadstbl thead th.sorting_asc:after,
    #leadstbl thead th.sorting_desc:before,
    #leadstbl thead th.sorting_desc:after {
        position: absolute;
        right: 5px;
        color: #fff;
        opacity: 0.8;
        font-size: 10px;
    }

    #leadstbl thead th.sorting:before,
    #leadstbl thead th.sorting_asc:before,
    #leadstbl thead th.sorting_desc:before {
        content: "▲";
        top: 4px;
    }

    #leadstbl thead th.sorting:after,
    #leadstbl thead th.sorting_asc:after,
    #leadstbl thead th.sorting_desc:after {
        content: "▼";
        top: 14px;
    }

    #leadstbl thead th.sorting_asc:before {
        color: #ffc107;
        opacity: 1;
    }

    #leadstbl thead th.sorting_desc:after {
        color: #ffc107;
        opacity: 1;
    }


#leadstbl thead th {
    position: relative;
    padding-right: 30px;
}

    #leadstbl thead th .sorting-icon,
    #leadstbl thead th .sorting {
        position: absolute;
        right: 8px;
        top: 50%;
        transform: translateY(-50%);
    }


.req-doc {
    display: flex;
    align-items: center;
    background: #434343;
    border-radius: 6px;
    margin: 5px 0 0 0;
    padding: 15px;
    gap: 15px;
}

    .req-doc p {
        margin: 0;
    }

    .req-doc .title {
        font-size: 1.1rem;
        margin-bottom: 5px;
        font-weight: 600;
    }

input.UpperCase,
textarea.UpperCase {
    text-transform: uppercase !important;
}

.pb-chart {
    display: flex;
    align-items: center;
    margin-right: -30px;
}

.pb-chart-text {
    background: linear-gradient(230deg, rgba(245, 233, 125, 1) 0%, rgba(190, 128, 43, 1) 50%, rgba(227, 194, 92, 1) 98%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent !important;
    font-weight: 800;
    width: 240px;
    margin-left: -93px;
    line-height: 16px;
}

    .pb-chart-text span {
        font-size: 12px;
        color: #b4b4b4;
        font-weight: 400;
    }

.hide-probar {
    display: block;
}


/* Progress Bar End */
/** Time Zone **/
.mt-zone table {
    width: 100%;
}

.zone-hrs {
    display: flex;
    border-radius: 6px;
    margin-top: 10px;
    padding: 3px 10px;
    font-size: 0.8rem;
    color: #b4b4b4;
}

    .zone-hrs div {
        width: 4.16%;
        text-align: right;
    }

.zone-flag {
    width: 45px;
}

.zone-switch {
    text-align: right;
}

.zone-livetime {
    font-size: 0.8rem;
    background: linear-gradient(230deg, rgba(201, 144, 50, 1) 0%, rgba(245, 233, 125, 1) 28%, rgba(190, 128, 43, 1) 79%, rgba(227, 194, 92, 1) 98%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent !important;
    font-weight: 800;
}

.zone-bg {
    background: #373737 url("/Content/assets/images/timezone-bg.svg") top left repeat-y !important;
    background-size: cover !important;
}

.zone-left {
    display: flex;
    align-items: center;
    column-gap: 15px;
    padding: 10px 12px;
}

.zone-right {
    padding: 5px 0;
    overflow: hidden;
}

    .zone-right p {
        padding: 0 0 3px 10px;
        margin: 0;
        font-size: 0.7rem;
        font-weight: 800;
        text-transform: uppercase;
    }

.zone-high {
    background: #e4e4e4;
    padding: 2px 6px;
    width: fit-content;
    border-radius: 50px;
    margin: 0 auto;
    color: #000;
}

.zone-name {
}

    .zone-name h3 {
        font-size: 1rem;
        font-weight: 700;
        margin: 0;
    }

    .zone-name p {
        margin: 0;
    }

    .zone-name .zone-aedt {
        font-size: 0.7rem;
        margin-top: -2px;
        color: #b4b4b4;
    }

a[data-tooltip] {
    position: relative;
}

    a[data-tooltip]::before,
    a[data-tooltip]::after {
        position: absolute;
        display: none;
        opacity: 0.85;
    }

    a[data-tooltip]::before {
        content: attr(data-tooltip);
        background: #000;
        color: #fff;
        font-size: 13px;
        padding: 5px 10px;
        border-radius: 5px;
        white-space: nowrap;
        text-decoration: none;
    }

    a[data-tooltip]::after {
        width: 0;
        height: 0;
        border: 6px solid transparent;
        content: "";
    }

    a[data-tooltip]:hover::before,
    a[data-tooltip]:hover::after {
        display: block;
    }
    /* left tooltip */
    a[data-tooltip][data-placement="left"]::before {
        top: -25%;
        right: 100%;
        margin-right: 10px;
    }

    a[data-tooltip][data-placement="left"]::after {
        border-left-color: #000;
        border-right: none;
        top: 50%;
        right: 100%;
        margin-top: -6px;
        margin-right: 4px;
    }
    /* right tooltip */
    a[data-tooltip][data-placement="right"]::before {
        top: -25%;
        left: 100%;
        margin-left: 10px;
    }

    a[data-tooltip][data-placement="right"]::after {
        border-right-color: #000;
        border-left: none;
        top: 50%;
        left: 100%;
        margin-top: -6px;
        margin-left: 4px;
    }
    /* top tooltip */
    a[data-tooltip][data-placement="top"]::before {
        bottom: 100%;
        left: 0;
        margin-bottom: 10px;
    }

.fmtz-left {
    background: #373737 !important;
    width: 25%;
}

.zone-gap {
    height: 10px;
}


.toggle {
    cursor: pointer;
    display: inline-block;
}

.toggle-switch {
    display: inline-block;
    background: #ccc;
    border-radius: 16px;
    width: 58px;
    height: 32px;
    position: relative;
    vertical-align: middle;
    transition: background 0.25s;
}

a[data-tooltip][data-placement="top"]::after {
    border-top-color: #000;
    border-bottom: none;
    bottom: 100%;
    left: 10px;
    margin-bottom: 4px;
}

a[data-tooltip][data-placement="bottom"]::before {
    top: 100%;
    left: 0;
    margin-top: 10px;
    transform: none; /* IMPORTANT */
}

a[data-tooltip][data-placement="bottom"]::after {
    top: 100%;
    left: 16px; /* arrow aligned to start */
    margin-top: 4px;
    transform: none; /* IMPORTANT */
}


.hide-probar a[data-tooltip][data-placement="bottom"]::before {
    left: 20px !important;
}

.hide-probar a[data-tooltip][data-placement="bottom"]::after {
    left: 40px !important;
}

.tooltip-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.toggle-switch:before, .toggle-switch:after {
    content: "";
}

.tooltip-list li {
    display: grid;
    grid-template-columns: 18px 1fr;
    align-items: start;
    text-align: left;
    column-gap: 8px;
    font-size: 13px;
    line-height: 1.6;
}

    /* ✔ Completed */
    .tooltip-list li.completed {
        color: #28a745;
    }

        .tooltip-list li.completed::before {
            content: "✔";
            color: #28a745;
            font-weight: bold;
            text-align: center;
        }

    /* ❗ Pending */
    .tooltip-list li.pending {
        color: #dc3545;
    }

        .tooltip-list li.pending::before {
            content: "!";
            color: #dc3545;
            font-weight: bold;
            text-align: center;
        }



html, body {
    overflow-x: hidden;
}

#idwiseIframe {
    width: 100%;
    border-radius: 8px;
}

input[readonly] {
    background-color: #f7f7f7;
}

.resend {
    padding: -1px 0 0 0;
    text-align: left;
    color: #e8e8e8;
}

    .resend a {
        color: #d8a743;
        text-decoration: none;
        font-weight: 500;
    }

        .resend a:hover {
            color: #d8a743;
            text-decoration: underline;
        }

.upload-box {
    border: 2px dashed #999;
    border-radius: 8px;
    padding: 25px;
    text-align: center;
    cursor: pointer;
    background: #fafafa;
    transition: 0.3s;
}

    .upload-box:hover {
        background: #f1f1f1;
    }

    .upload-box.dragover {
        border-color: #0d6efd;
        background: #eef5ff;
    }

    .upload-box input {
        display: none;
    }

.file-name {
    margin-top: 10px;
    font-weight: 600;
}

.remove-btn {
    color: red;
    cursor: pointer;
    font-size: 13px;
    margin-top: 5px;
    display: inline-block;
}

.upload-box.dragover {
    border: 2px dashed #28a745;
    background-color: #f8fff9;
}

.new-deposit-disabled {
    background: #2f2f2f;
    border: 2px solid #2f2f2f;
    color: #9a9a9a;
    opacity: 0.6;
    cursor: not-allowed;
}


.kyc-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    cursor: pointer;
    transition: 0.3s;
    background: #fff;
    color: black
}

    .kyc-card:hover {
        border-color: #c9a96e;
    }

/* .kyc-card.active {
        border: 2px solid #c9a96e;
        background: #fff8e6;
    }*/

.kyc-tab {
    display: none;
}

    .kyc-tab.active {
        display: block;
    }

.kyc-card.active {
    border: none;
    color: #000;
    background: linear-gradient( 90deg, rgba(201, 143, 48, 1) 0%, rgba(245, 233, 125, 1) 33%, rgba(190, 128, 43, 1) 67%, rgba(226, 190, 89, 1) 100% );
    border-radius: 10px;
}

    .kyc-card.active h5,
    .kyc-card.active p {
        color: #000;
    }

.kyc-card.active {
    box-shadow: 0 4px 15px rgba(201, 143, 48, 0.4);
}

.kyc-card {
    transition: all 0.3s ease;
}

    .kyc-card:hover {
        transform: translateY(-2px);
    }

.kyc-doc {
    display: flex;
    align-items: center;
    background: var(--aetram-surface-3, #434343);
    border: 1px solid var(--aetram-border, rgba(255, 255, 255, 0.08));
    border-radius: 6px;
    margin: 5px 0 0 0;
    padding: 15px;
    gap: 10px;
    flex-direction: column;
    text-align: center;
    min-height: 100%;
    color: var(--aetram-text, #f1f5f9);
}

    .kyc-doc .title {
        margin-bottom: 5px;
        font-size: 1.1rem;
        font-weight: 600;
        text-align: center;
        color: var(--aetram-text, #f1f5f9);
    }

    .kyc-doc p {
        color: var(--aetram-text-secondary, #cbd5e1);
        margin-bottom: 0.25rem;
    }

    .kyc-doc p:last-child {
        margin-bottom: 0;
    }



.nav-link1 {
    background: #000;
    min-width: 240px;
    padding: 5px 0;
    border: none;
    color: #b4b4b4;
}

.kyc-tabs .active {
    background: linear-gradient(230deg, rgba(201, 144, 50, 1) 0%, rgba(245, 233, 125, 1) 28%, rgba(190, 128, 43, 1) 79%, rgba(227, 194, 92, 1) 98%);
    border-left: #000 5px solid;
    border-right: #000 5px solid;
    border-top: 0;
    border-bottom: 0;
    padding: 5px 0;
    min-width: 240px;
    color: #000;
}

.kyc-tabs ul {
    margin: 0;
    padding: 0;
}

    .kyc-tabs ul li {
        margin: 0;
        padding: 0;
        list-style: none;
        float: left;
        font-size: 1rem;
    }

.kyc-tit {
    font-size: 1.5rem;
    margin: 10px 0 20px 0;
    padding: 0 0 18px 0;
    background: linear-gradient(230deg, rgba(201, 144, 50, 1) 0%, rgba(245, 233, 125, 1) 28%, rgba(190, 128, 43, 1) 79%, rgba(227, 194, 92, 1) 98%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent !important;
    font-weight: 800;
    border-bottom: #6f6f6f 1px dashed;
}

.nav-link1:focus {
    outline: none;
}



/* Card */
.verify-card {
    position: relative;
    cursor: pointer;
    text-transform: none !important;
    letter-spacing: normal !important;
}

.verify-input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.verify-inner {
    position: relative;
    background: var(--aetram-surface-3, #1a1a1a);
    border: 2px solid var(--aetram-border, rgba(255, 255, 255, 0.05));
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 12px;
    color: var(--aetram-text, #f1f5f9);
}

.verify-inner h5,
.verify-inner .fw-bold {
    color: var(--aetram-text, #f1f5f9) !important;
}

.verify-inner .text-secondary,
.verify-inner p {
    color: var(--aetram-text-muted, #94a3b8) !important;
}

/* Hover */
.verify-card:hover .verify-inner {
    background: var(--aetram-surface-2, #222);
    border-color: rgba(255, 193, 7, 0.3);
    transform: scale(0.98);
}

/* Active (selected) */
.verify-card input:checked + .verify-inner {
    padding-bottom: 2.75rem !important;
    background: linear-gradient(rgba(201, 162, 39, 0.16), rgba(201, 162, 39, 0.16)), var(--aetram-surface-3, #1a1a1a) !important;
    border-color: var(--aetram-gold-solid, #c9a227) !important;
    box-shadow: 0 0 0 2px rgba(201, 162, 39, 0.2), var(--aetram-shadow-md, 0 8px 24px rgba(0, 0, 0, 0.25));
    transform: translateY(-1px);
}

.verify-card input:focus-visible + .verify-inner {
    outline: 3px solid var(--aetram-gold-solid, #c9a227);
    outline-offset: 3px;
}

.verify-selected-indicator {
    position: absolute;
    inset-inline-end: 12px;
    bottom: 9px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 9px;
    border-radius: 999px;
    background: var(--aetram-gradient-gold);
    color: #0f172a !important;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.35;
    opacity: 0;
    transform: translateY(4px);
    transition: opacity 0.2s ease, transform 0.2s ease;
    pointer-events: none;
}

.verify-selected-indicator i {
    color: #0f172a !important;
    font-size: 14px;
}

.verify-card input:checked + .verify-inner .verify-selected-indicator {
    opacity: 1;
    transform: translateY(0);
}

/* Icon */
.icon-box {
    width: 48px;
    height: 48px;
    border-radius: 6px;
    background: var(--aetram-surface-2, #353534);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    flex-shrink: 0;
}

    .icon-box i {
        font-size: 22px;
        color: #ffc107;
        padding: 0;
    }

/* Icon hover animation */
.verify-card:hover .icon-box {
    transform: scale(1.1);
}



/* ===================================== */
/*          Mobile responsive            */
/* ===================================== */


@media (max-width: 400px) {
    .doc-heading {
        font-size: 1.05rem;
    }
    .settings-tab {
        width: 100%;
    }

        .settings-tab ul {
            display: flex;
            flex-direction: row;
            width: 100%;
        }

            .settings-tab ul li {
                flex: 1 1 0;
            }

                .settings-tab ul li a {
                    padding: 6px 10px;
                    font-size: 12px;
                }

                .settings-tab ul li i {
                    display: none;
                }
    .sp-right, .la-right {
        text-align: left
    }
}

@media (max-width: 576px) {
    .progress-container {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        padding-bottom: 12px;
        gap: 0;
        margin-left: 0;
    }
    .layout .sidebar-toggler {
        right: 35px;
    }

    .layout .db-header .sidebar-toggler {
        right: auto !important;
        top: auto !important;
        position: static !important;
    }

        .progress-container > .step {
            flex: 0 0 auto;
        }

    .settings-tab {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        max-width: 100%;
    }

        .settings-tab ul {
            display: flex;
            flex-wrap: nowrap;
            white-space: nowrap;
            width: 100%;
        }

            .settings-tab ul li {
                float: none;
                min-width: 0;
                flex: 1 1 0;
            }

                .settings-tab ul li a {
                    padding: 6px 12px;
                    font-size: 13px;
                }

                .settings-tab ul li i {
                    font-size: 13px;
                }

                .settings-tab ul li:hover,
                .settings-tab ul .active {
                    border: none;
                }

    .buttons {
        flex-direction: column;
        gap: 10px;
    }

        .buttons button {
            width: 100%;
        }

    .form-label {
        font-size: 13px;
    }

    .form-control,
    .form-select {
        font-size: 14px;
        padding: 8px;
    }

    .form-check-inline {
        display: block;
        margin-bottom: 6px;
    }

    #idwiseIframe {
        height: 75vh;
    }

    .req-doc {
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .req-doc img {
            width: 40px;
            height: auto;
        }

        .req-doc .title {
            font-size: 14px;
        }

    .accordion-button {
        font-size: 14px;
        padding: 10px;
    }

    textarea {
        min-height: 90px;
    }

    .doc-heading {
        position: relative; /* critical */
        top: auto;
        left: auto;
        font-size: 1.2rem;
        margin: 0 0 12px 0;
        padding-bottom: 8px;
        text-align: center;
    }
    .switches-container{
        width: 100%;
        min-width: 0;
        max-width: 18rem;
    }
    .sp-right, .la-right {
        text-align: left
    }
    .shifti-iframe {
        min-height: 500px;
    }
}

@media (max-width:1199px) {
    .mt-card {
        margin-bottom: -25px;
    }
}

@media (max-width:991px) {
    .login-left {
        display: none;
    }

    .login-right {
        background: rgba(0, 0, 0, 0.4);
        min-height: auto;
        width: 80%;
        border-radius: 15px;
    }

    .login-block {
        align-items: center;
        min-height: 100vh;
    }

    .login-content {
        padding: 60px 0;
    }

    .login-subtitle {
        font-size: 1rem;
        margin: 0;
        padding: 0;
    }

    .mt-right {
        margin-right: 0;
    }

    .mt-left {
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 15px;
    }

    .progress-container > .step {
        font-size: 10px;
    }

    button {
        padding: 8px 12px;
        font-size: 14px;
    }
}

@media screen and (min-width: 768px) {
    .lad-box {
        flex-direction: row;
    }
 }

@media (max-width:1365px) {
    .wallet-ballance {
        display: block;
    }

    .wallet-left, .verify-left {
        width: 60%;
    }
}

@media (max-width:1041px) {
    .wallet-ballance {
        display: flex;
    }

    .wallet-left, .verify-left {
        width: 100%;
    }
}

@media (max-width:1199px) {
    .lad-box .item {
        min-width: 20%;
    }
}

@media (max-width:991px) {
    .lad-box .item {
        min-width: 30%;
    }
    .db-header h1 {
        background: url("../images/aetram-mobile.png") left center no-repeat;
        padding: 0 0 0 45px;
        font-size: 22px;
    }
}

@media (max-width:600px) {
    .green-text {
        display: none;
    }

    .layout .db-header .sidebar-toggler {
        top: auto !important;
        right: auto !important;
        position: static !important;
    }

    .notify-icon {
        margin-right: 8px !important;
    }

    .as-ac-block {
        width: 100%;
        margin-left: 0%;
    }

    .as-ac-container {
        display: block;
    }
}

@media (max-width:540px) {
    .step:before, .step:after, .step.active:after {
        display: none !important;
        content: none !important;
    }

    .progress-container > .step {
        --step-chevron: 0px;
        min-width: 30px;
        height: 22px;
        font-size: 9px;
        margin-left: 0 !important;
        border-radius: 50px;
        padding: 0 8px;
        clip-path: none;
    }

    .progress-container > .step + .step {
        margin-left: 4px;
    }

    .personal-info-tab-content h2, .subpage-title {
        font-size: 1.25rem;
    }

    .wallet-left, .verify-left {
        width: 100%;
        float: left;
    }

    .wallet-right, .verify-right {
        float: left;
    }

    .avatar .dropdown-content {
        min-width: 260px !important;
    }

    .db-header h1 {
        font-size: 1.3rem;
    }

    .db-header h1 {
        padding: 5px 0 5px 40px;
    }
}

@media (max-width:450px) {
    .wallet-ballance {
        display: block;
    }

    .avatar .dropdown-content {
        right: -21px !important;
    }

    .db-header h1 {
        font-size: 1rem;
    }
}

@media screen and (min-width: 992px) {
    .form__group {
        flex-direction: row;
    }

    .form__group--full {
        flex-direction: column;
    }
}

@media (max-width:1199px) {
    .as-ac-block {
        width: 35%;
    }
}

@media (max-width:1500px) {
    .reg-form-align {
        align-items: normal;
        height: auto;
    }

    .register-section {
        margin-top: 60px;
    }

    .footer-block {
        position: static;
        padding: 20px 0;
    }
}

@media screen and (max-width: 780px) {
    .timeline {
        margin: 0;
    }

        .timeline::after {
            left: 4px;
        }

    .tl-container {
        width: 100%;
        padding-left: 45px;
        padding-right: 0px;
    }

    .text-box {
        font-size: 13px;
    }

        .text-box small {
            margin-bottom: 10px;
        }

    .right-container {
        left: 0;
    }

        .left-container svg, .right-container svg {
            left: 13px;
        }
}

@media screen and (max-width: 480px) {
    .tl-container img {
        width: 35px;
        height: 35px;
    }

    .timeline::after {
        left: -2px;
    }

    .tl-container {
        padding-left: 33px;
    }

    .right-container-arrow {
        top: 28px;
    }

    .tsa-block .left {
        min-width: auto;
    }
    
}

@media (max-width:1199px) {
    .verify-heading {
        width: 75%;
    }

    .verify-icon {
        width: 60px;
    }
}

@media (min-width:992px) and (max-width:1320px) {
    .time-breakdown-chart {
        display: flex;
        flex-wrap: wrap;
    }

    .chart-info {
        margin-left: 10px;
    }
}

@media (max-width:480px) {
    .price-plan .pp-block {
        min-width: 100%;
        width: 100%;
    }

    .pp-list {
        display: block;
    }

        .pp-list .right {
            text-align: left;
        }

    .shadow-scroll-x::-webkit-scrollbar {
        height: 10px;
    }
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
    .pms-table table {
        width: 100%;
    }
    /* Force table to not be like tables anymore */
    .pms-table table, .pms-table thead, .pms-table tbody, .pms-table th, .pms-table td, .pms-table tr {
        display: block;
    }
        /* Hide table headers (but not display: none;, for accessibility) */
        .pms-table thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    .pms-table tr {
        /*border: 1px solid #ccc;*/
    }

    .pms-table td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #000;
        position: relative;
        padding-left: 50%;
        text-align: left;
    }

        .pms-table td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            /* Label the data */
            content: attr(data-column);
            color: #e8e8e8;
            font-weight: 500;
        }
}

@media (max-width:767px) {
    .stats-block {
        border-right: none;
    }

    .password-strength-panel {
        display: none;
    }

    .ad-card-lt, .ad-card-rt {
        margin-left: 0;
    }

    .verify-account {
        background-image: linear-gradient(180deg, #ffffff, #fbf7da);
        padding-bottom: 0;
    }

    .verify-icon {
        position: static;
        margin: 0 auto;
    }

    .verify-align-center {
        margin: 0 auto;
        text-align: center;
        margin-bottom: 10px;
    }

    .as-ac-block {
        width: 45%;
        margin-left: 5%;
    }

    .progress-container > .step {
        --step-chevron: 8px;
        min-width: 44px;
        height: 24px;
        font-size: 10px;
        padding: 0 12px 0 14px;
    }

    .progress-container > .progress-bar + .step {
        padding-left: 8px;
    }

    .progress-container > .step + .step {
        margin-left: -6px;
    }

    .cr-content {
        position: static;
    }

    .wallet-left, .verify-left {
        width: 70%;
    }
}

@media (max-width:650px) {
    .hide-probar {
        display: none;
    }
}

@media (max-width: 768px) {
    .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }

    .card {
        border-radius: 10px;
    }
    .db-card-new{
        padding:20px;
    }

    .card-body {
        padding: 12px;
    }
    .subpage-card{
        padding:0;
    }

    .login-right {
        width: 100%;
    }

    .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }

    .card {
        border-radius: 10px;
    }

        .db-header h1 {
            font-size: 20px;
        }
    .db-header {
        /* Mobile layout owned by design-system.css grid */
    }
    .layout .db-header .sidebar-toggler {
        right: auto !important;
        top: auto !important;
        position: static !important;
    }
}

@media (max-width:585px) {
    .nav-link1, .kyc-tabs .active {
        min-width: 100%;
        padding: 12px 0;
    }

    .kyc-tabs ul li {
        float: none;
    }

    .login-title {
        font-size: 18px;
    }

}


.shifti-iframe {
    width: 100%;
    height: 100%;
    border: none;
    height:420px;
    min-height: 500px !important;
}

.kyc-verify-heading {
    font-size: 1.5rem;
    background: linear-gradient(230deg, rgba(201, 144, 50, 1) 0%, rgba(245, 233, 125, 1) 28%, rgba(190, 128, 43, 1) 79%, rgba(227, 194, 92, 1) 98%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent !important;
    font-weight: 800;
}

.gradient-name {
    background: linear-gradient( 90deg, rgba(201, 143, 48, 1) 0%, rgba(245, 233, 125, 1) 33%, rgba(190, 128, 43, 1) 67%, rgba(226, 190, 89, 1) 100% );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

#banklist > tr > td{
    vertical-align: middle !important;
}
.btnbatch-gold {
    background: linear-gradient(90deg, #c98f30 0%, #f5e97d 33%, #be802b 67%, #e2be59 100%);
    color: #000 !important;
    padding: 6px 12px;
    font-size: 10px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 2px;
    line-height: 1;
    cursor: pointer;
}

/* KYC Step 2 — PEP details card (Documents / Document_M) */
.pep-details-card {
    border: 1px solid rgba(233, 186, 60, 0.22);
    border-left: 4px solid #e9ba3c;
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(35, 35, 38, 0.95) 0%, rgba(22, 22, 24, 0.88) 100%);
    padding: 20px 22px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.pep-details-card__header {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(233, 186, 60, 0.14);
}

.pep-details-card__badge {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: linear-gradient(135deg, #e9ba3c 0%, #c9962a 100%);
    color: #1a1a1a;
    font-weight: 700;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.6px;
    box-shadow: 0 4px 12px rgba(233, 186, 60, 0.25);
}

.pep-details-card__title {
    margin: 0 0 5px;
    font-size: 13px;
    font-weight: 700;
    color: #f0f0f0;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.pep-details-card__subtitle {
    margin: 0;
    font-size: 11px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.55);
}

.pep-details-card .pep-field-label {
    font-size: 10px !important;
    color: rgba(233, 186, 60, 0.9) !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 0.45px;
    margin-bottom: 6px !important;
}

.pep-details-card .pep-detail-input {
    margin-bottom: 0 !important;
    background-color: rgba(0, 0, 0, 0.35) !important;
    color: #fff !important;
    border: 1px solid rgba(233, 186, 60, 0.22) !important;
    border-radius: 8px !important;
    min-height: 38px !important;
    height: 38px !important;
    font-size: 12px !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.pep-details-card .pep-detail-input::placeholder {
    color: rgba(255, 255, 255, 0.32) !important;
    text-transform: none;
}

.pep-details-card .pep-detail-input:focus {
    border-color: #e9ba3c !important;
    box-shadow: 0 0 0 3px rgba(233, 186, 60, 0.14) !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    outline: none !important;
}

.pep-details-card .pep-detail-input.is-invalid {
    border-color: #ff5e5e !important;
    box-shadow: 0 0 0 2px rgba(255, 94, 94, 0.18) !important;
    background-color: rgba(255, 94, 94, 0.06) !important;
}

.pep-details-card .pep-field-error {
    display: none;
    margin-top: 4px;
    font-size: 10px;
    font-weight: 500;
    color: #ff7b7b;
}

.pep-details-card .is-invalid ~ .pep-field-error {
    display: block;
}

#professionTypeGroup.is-invalid .invalid-feedback {
    display: block !important;
}

@media (max-width: 767.98px) {
    .pep-details-card {
        padding: 16px;
    }

    .pep-details-card__header {
        flex-direction: column;
        gap: 10px;
    }
}
