﻿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: 99999;
    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;
    top: 3px;
}

    .avatar-img img {
        width: 33px;
        height: 33px;
    }

/*.avatar p {
    margin: 0;
    padding: 2px 0 0 12px;
    float: left;
    font-size: 0.75rem;
    line-height: 1.3;
}

    .avatar 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: 600;
        font-size: 0.9rem;
    }*/

.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;
    max-width: 165px;
}

.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;
    }
}

.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: 10px 5px !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: sticky;
    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: url("../images/login-bg.jpg") center center no-repeat fixed;
    background-size: cover;
    height: 100vh;
}

.login-container {
    display: flex;
    justify-content: center;
}

.login-block {
    display: flex;
    justify-content: center;
}

.login-left {
    background: url("../images/login-img.jpg") top left no-repeat;
    background-size: cover;
    min-height: 100vh;
    width: 50%;
}

.login-right {
    background: rgba(0, 0, 0, 0.6);
    min-height: 100vh;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.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;
    background: #000;
    border-radius: 6px;
    padding: 2px 10px 5px 10px;
}

.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: 800;
    }

.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: 3px;
}

.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;
    min-height: 170px;
    height: 170px;
}

    .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;
    }
/*******************************************
*******************************************/
@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;
    }
}
/** Tabs -- Progress Bar **/
.progress-container {
    display: flex;
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    border-radius: 6px;
    justify-content: end;
    border-bottom: #6f6f6f 1px dashed;
    padding-bottom: 20px;
}

.progress-bar {
    position: absolute;
    width: 0%;
    height: 3px;
    top: 50%;
    transform: translateY(-50%);
    transition: width 0.3s;
    z-index: 0;
}

.step {
    width: 75px;
    height: 35px;
    padding: 5px 0 0 12px;
    background: #c5c5c5;
    color: #000;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    position: relative;
    z-index: 1;
    transition: background 0.3s;
    margin-right: 18px;
}

    .step:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-top: 17px solid transparent;
        border-left: 17px solid #c5c5c5;
        border-bottom: 18px solid transparent;
        margin: -6px -70px 0 10px;
    }

    .step:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-top: 17px solid transparent;
        border-left: 17px solid #242526;
        border-bottom: 18px solid transparent;
        margin: -6px 80px 0 10px;
    }

    .step.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: #000000;
    }

        .step.active:after {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            border-top: 17px solid transparent;
            border-left: 17px solid #e1bd58;
            border-bottom: 18px solid transparent;
            margin: -6px -70px 0 10px;
        }

.personal-info-tab-content {
    display: none;
}

    .personal-info-tab-content.active {
        display: block;
    }

.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:15px;
}

.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;
    }

@media (max-width: 480px) {
    .container {
        padding: 15px;
    }

    .step {
        font-size: 12px;
        padding: 3px 8px;
    }

    button {
        padding: 8px 12px;
        font-size: 14px;
    }
}
/**** 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;
}

@media screen and (min-width: 768px) {
    .lad-box {
        flex-direction: row;
    }
}

.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;
    }
/** Responsive **/
@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;
    }

    .avatar {
        margin-right: 45px;
    }
}

@media (max-width:767px) {
    .step {
        width: 50px;
        margin-right: 18px;
    }

        .step:before {
            margin: -6px 55px 0 10px;
        }

        .step:after {
            margin: -6px -44px 0 10px;
        }

        .step.active:after {
            margin: -6px -44px 0 10px;
        }

    .cr-content {
        position: static;
    }

    .wallet-left, .verify-left {
        width: 70%;
    }
}

@media (max-width:600px) {
    .green-text {
        display: none;
    }

    .layout .sidebar-toggler {
        top: 18px !important;
    }

    .notify-icon {
        margin-right: 8px !important;
    }
}

@media (max-width:540px) {
    .step:before, .step:after, .step.active:after {
        display: none;
    }

    .step {
        width: 35px;
        margin-right: 6px;
        border-radius: 50px;
        padding: 3px 8px 2px 8px;
    }

    .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;
    }
}
/*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;
}

@media screen and (min-width: 992px) {
    .form__group {
        flex-direction: row;
    }
}

.form__group--full {
    flex-direction: column;
}

@media screen and (min-width: 992px) {
    .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, #de9f17 0%, #d19c15 33%, #fff58c 67%, #ffbf00 100%) !important;
    border: #f6c94a 2px solid !important;
    border-radius: 6px;
    padding: 5px 18px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    width: auto;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.transactions-pill .transactions-link {
    background: #242526;
    border: #909090 2px solid;
    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, #de9f17 0%, #d19c15 33%, #fff58c 67%, #ffbf00 100%) !important;
        border: #f6c94a 2px solid !important;
    }
/*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;
    }

@media (max-width:1199px) {
    .as-ac-block {
        width: 35%;
    }
}

@media (max-width:767px) {
    .as-ac-block {
        width: 45%;
        margin-left: 5%;
    }
}

@media (max-width:600px) {
    .as-ac-block {
        width: 100%;
        margin-left: 0%;
    }

    .as-ac-container {
        display: block;
    }
}

.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: black;
    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 **/
@media (max-width:1500px) {
    .reg-form-align {
        align-items: normal;
        height: auto;
    }

    .register-section {
        margin-top: 60px;
    }

    .footer-block {
        position: static;
        padding: 20px 0;
    }
}
/** 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;
}

@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;
    }
}
/** 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;
}

.shifti-iframe {
    width: 100%;
    height: 100%;
    border: none;
    min-height: 500px;
}

.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;
}

@media (max-width:1199px) {
    .verify-heading {
        width: 75%;
    }

    .verify-icon {
        width: 60px;
    }
}

@media (max-width:767px) {
    .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;
    }
}
/** 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;
}

@media (min-width:992px) and (max-width:1320px) {
    .time-breakdown-chart {
        display: flex;
        flex-wrap: wrap;
    }

    .chart-info {
        margin-left: 10px;
    }
}
/** 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);
}

    .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;
    }

@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;
    }
}

.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;
}

@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) {
    .ad-card-lt, .ad-card-rt {
        margin-left: 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;
    }

@media (max-width:767px) {
    .stats-block {
        border-right: none;
    }
}

.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;
}

.copier-block, .dd-copier-block {
    /*background: linear-gradient(#414141, #242526);*/
    background: #414141;
    padding: 20px;
    overflow: hidden;
    border-bottom: #414141 1px solid;
    cursor: pointer;
}

    .copier-block:hover, .dd-copier-block:hover {
        background: linear-gradient(#414141, #242526);
    }

    .copier-block p, .dd-copier-block p {
        margin: 0;
    }

.copier-profile {
    display: flex;
    gap: 10px;
    text-align: left;
    align-items: center;
}

.copier-icon {
    width: 45px;
    height: 45px;
    border-radius: 50px;
}

.copier-name {
    font-size: 1.1rem;
    font-weight: 600;
}

.copy-name {
    font-size: 0.9rem;
    font-weight: 600;
}

.copier-arrow {
    font-size: 1.5rem;
}

.dd-copier, .dd-copier2 {
    padding: 10px;
    background: #000;
    border: #414141 1px solid;
    /*position: absolute;*/
    width: 100%;
}

.dd-copier {
    z-index: 10;
}

.dd-copier2 {
    z-index: 9;
}

.copier-area {
    position: relative;
}

.ts-factor {
    border: #6f6f6f 1px dashed;
    border-radius: 6px;
    padding: 10px;
    text-align: center;
    margin-bottom: 15px;
}

    .ts-factor p {
        margin: 0;
    }

.ts-subtitle {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0;
    text-align: center;
    margin-bottom: 15px;
}

.pms-terms h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 33px 0 18px 0;
}

.pms-terms p {
    text-align: justify;
}

.pms-definition {
    color: #d1a143 !important;
}

.pms-terms ul {
    margin: 0;
    padding: 0;
}

    .pms-terms ul li {
        margin: 0;
        padding: 0 0 10px 24px;
        list-style: none;
        background: url("../images/tick.png") left 6px no-repeat;
    }

        .pms-terms ul li:last-child {
            padding: 0 0 0 24px;
        }

.master-item.active {
    border: 2px solid #ffc107;
    border-radius: 6px;
}

/** Aug 25, 2025 **/
.master-tab-content {
    position: relative;
}

.master-bt {
    position: absolute;
    right: 0;
    top: 0;
}
/** CSS Tabs **/
.pms-stat-tab {
    margin: 0;
}

.pms-stats-tab .tabs {
    display: flex;
    flex-wrap: wrap;
}

.pms-stats-tab .tabs__label {
    background: #242526;
    border: #909090 2px solid;
    color: #bbbbbb;
    border-radius: 6px;
    padding: 5px 18px;
    font-size: 0.9rem !important;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    margin-right: 7px !important;
}

    .pms-stats-tab .tabs__label:hover {
        color: #000 !important;
        background: #e4e4e4 !important;
        border: #e4e4e4 2px solid !important;
    }

.pms-stats-tab .tabs__radio {
    display: none;
}

.pms-stats-tab .tabs__content {
    order: 1;
    width: 100%;
    display: none;
    padding: 0;
}

.pms-stats-tab .tabs__radio:checked + .tabs__label {
    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;
}

    .pms-stats-tab .tabs__radio:checked + .tabs__label + .tabs__content {
        display: initial;
    }
/** JS Tabs **/
.taTabs {
    margin: 36px 0 0 0;
    width: 100%;
}

    .taTabs ul {
        padding: 3px !important;
        margin-bottom: 0 !important;
    }

.taTabs__navWap {
    list-style: none;
    display: flex;
    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;
}

.taTabs__nav {
    flex: 1;
    padding: 6px;
    text-align: center;
    cursor: pointer;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}

.taTabs__nav--active {
    background-color: #000000;
    text-decoration: underline;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    color: #e8e8e8;
}

.taTabs__contentWrap {
    padding: 21px 0 0 0;
}

.taTabs__content {
    display: none;
}

.taTabs__content--active {
    display: block;
}

.sd-text {
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 12px;
}
/*Range style*/
#range-slider__range {
    appearance: none;
    width: calc(100% - (73px));
    height: 10px;
    border-radius: 5px;
    background: #d7dcdf;
    outline: none;
    padding: 0;
    margin: 0;
}
    /*Range black ⚫ thumb*/
    #range-slider__range::-webkit-slider-thumb {
        appearance: none;
        width: 20px;
        height: 20px;
        border-radius: 100%;
        background: #91a0af;
        cursor: pointer;
        transition: background 0.15s ease-in-out;
    }
        /*On hover change colour of black thumb into green 🟢 and scale size*/
        #range-slider__range::-webkit-slider-thumb:hover {
            transform: scale(1.1);
            background: #10bf4e;
        }

    #range-slider__range:active::-webkit-slider-thumb {
        transform: scale(1.1);
        background: #1abc9c;
    }
/*Range current value*/
#range-slider__value {
    display: inline-block;
    position: relative;
    width: 60px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background: #10bf4e;
    padding: 5px 10px;
    margin-left: 8px;
    font-weight: 700;
}

    #range-slider__value:after {
        position: absolute;
        top: 8px;
        left: -7px;
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-right: 7px solid #10bf4e;
        border-bottom: 7px solid transparent;
        content: "";
    }
/** Upload Profile **/
.upload-profile {
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: fit-content;
}

    .upload-profile .profile-pic {
        width: 200px;
        max-height: 200px;
        display: inline-block;
    }

    .upload-profile .file-upload {
        display: none;
    }

    .upload-profile .circle {
        border-radius: 100% !important;
        overflow: hidden;
        width: 100px;
        height: 100px;
        border: 2px solid rgba(255, 255, 255, 0.2);
        /* position: absolute; */
        top: 72px;
        margin: 0 auto;
    }

    .upload-profile img {
        max-width: 100%;
        height: auto;
    }

    .upload-profile .p-image {
        position: absolute;
        bottom: 0;
        right: -12px;
        color: #666666;
        transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    }

        .upload-profile .p-image:hover {
            transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
        }

    .upload-profile .upload-button {
        font-size: 1.5em;
        color: #e4e4e4;
    }

        .upload-profile .upload-button:hover {
            transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
            color: #999;
        }

.copier-arrow {
    transition: transform 0.3s ease;
}

    .copier-arrow[aria-expanded="true"] {
        transform: rotate(180deg);
    }

#masterCollapseWrapper {
    display: none;
}

.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;
}


.UpperCase {
    text-transform: uppercase;
}

.crypto-deposit {
    background: #434343;
    border-radius: 6px;
    padding: 30px 45px;
    margin: 20px 0 10px 0;
}


.nd-block {
    padding: 10px 0 0 0;
}

.dep-block {
    margin: 0;
}

.new-deposit {
    background: #434343;
    border: #434343 2px solid;
    overflow: hidden;
    border-radius: 6px;
    text-align: center;
    min-height: 150px;
    align-content: center;
}

    .new-deposit:hover {
        border: #737373 2px solid;
        cursor: pointer;
    }

    .new-deposit p {
        margin: 0;
    }

    .new-deposit h3 {
        font-size: 1.2rem;
        font-weight: 700;
        padding: 10px 0 0 0;
        margin: 0;
    }

.dep-text {
    margin: 7px 0 0 0;
    text-align: center;
}

    .dep-text span {
        font-weight: 600;
        color: #ddbc5c;
    }

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #000 !important;
}

.personal-info-tab-content.hidepreview.active ~ .buttons #prev {
    display: none !important;
}

#norecord {
    display: none;
}

#AvaliableData {
    display: none;
}

.personal-info-tab-content.active {
    display: block !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);
            }


@media (max-width: 767.98px) {
    .password-strength-panel {
        display: none;
    }
}


.strength-bar.very-strong {
    box-shadow: 0 8px 30px rgba(255,215,102,0.18);
}


.verified-tab {
    float: left;
    min-height: 40px;
}

.verify-center {
    border: red 1px solid !important;
    width: fit-content;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
}

.pending-tab {
    background: #000000;
    width: fit-content;
    padding: 3px 15px;
    border-radius: 50px;
    color: #e8e8e8;
    font-size: 0.7rem;
    line-height: 13px;
    display: flex;
    align-items: center;
    gap: 10px;
    float: left;
    margin-left: 10px;
    min-height: 40px;
    letter-spacing: 1px;
}

    .pending-tab span {
        background: #242526;
        padding: 10px 5px 5px 5px;
        border-radius: 100px;
    }

        .pending-tab span 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.2rem;
        }

@media (max-width:1630px) {
    .wallet-left, .verify-left {
        width: 72%;
    }
}

@media (max-width:1500px) {
    .wallet-left, .verify-left {
        width: 100%;
    }
}

@media (max-width:1365px) {
    .verified-tab {
        float: none;
    }

    .pending-tab {
        margin-left: 0;
        margin-right: 10px;
    }
}

@media (max-width:767px) {
    .verified-tab {
        float: left;
    }

    .pending-tab {
        margin-left: 10px;
        margin-right: 0;
    }
}

@media (max-width:540px) {
    .verified-tab {
        float: none;
    }

    .pending-tab {
        margin-left: 0;
        margin-right: 10px;
    }
}

#shuftiLoader {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,1.9);
    z-index: 9999;
}

.s-loader {
    position: relative;
    width: 160px;
    height: 160px;
}

.s-ring-bg,
.s-ring {
    fill: transparent;
    stroke-width: 14;
    r: 68;
    cx: 80;
    cy: 80;
}

.s-ring-bg {
    stroke: #007bff;
    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;
}

.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;
}


.iti.iti--new-mobile .iti__selected-dial-code {
    color: black !important;
}

.iti.iti--new-mobile .iti__arrow {
    border-top: 4px solid white !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%;
}

#pdfContainer {
    width: 100%;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

#pdfFrame {
    width: 500%;
    height: 100%;
    border: none;
}

.file-dropzone {
    border: 2px dashed #cfcfcf;
    padding: 18px;
    border-radius: 6px;
    background: #ffffff;
    cursor: pointer;
    transition: border-color .15s ease, background-color .15s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .file-dropzone:focus {
        outline: none;
        box-shadow: 0 0 0 3px rgba(13,110,253,0.12);
    }

    .file-dropzone.dragover {
        border-color: #0d6efd;
        background-color: #f8fbff;
    }

.dz-prompt {
    text-align: left;
    width: 100%;
}

#trnImageFilePreview .preview-item {
    width: 140px;
    border: 1px solid #e6e6e6;
    padding: 8px;
    border-radius: 6px;
    background: #fafafa;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    position: relative;
}

.preview-thumb {
    width: 100%;
    height: 90px;
    object-fit: cover;
    border-radius: 4px;
    background: #fff;
    display: block;
}

.preview-filename {
    font-size: 12px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.preview-actions {
    display: flex;
    gap: 6px;
    align-items: center;
}

.preview-remove {
    position: absolute;
    top: 6px;
    right: 6px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    border: none;
    border-radius: 12px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.preview-pdf-icon {
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #d9534f;
    background: #fff;
    border-radius: 4px;
}

#error-div {
    margin-top: 6px !important;
    margin-bottom: 8px;
    display: block !important;
    color: #e53935 !important;
    font-size: 14px;
    line-height: 1.4;
    width: 100%;
    white-space: normal !important;
}

.aml-text {
    margin: 0 0 10px 0 !important;
}

.tax-id {
    width: 140px;
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    outline: none;
    color: #fff;
    padding-left: 5px !important;
}

.gradient-border {
    border: 3px solid transparent;
    border-image: 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% ) 1;
    border-image-slice: 1;
    border-radius: 6px;
}

.bg-card {
    background: #464646;
    color: #f4f4f4;
}

.box-row {
    display: flex;
    flex-wrap: nowrap;
}

.box {
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    background: #fff;
    color: #000;
}

.dash {
    border: 1px solid #000
}

.number-box {
    text-align: center;
    border: 1px solid #000;
    font-size: 14px;
    outline: none;
}

.active-nfe-text {
    text-align: justify;
    line-height: 1.4;
}

.active-nfe-line {
    display: inline-block;
    min-width: 250px;
    border-bottom: 1px solid #000;
    padding: 2px 5px;
    vertical-align: middle;
}

.active-nfe-line input {
    width: 100%;
    height: 18px;
    padding: 0;
    margin: 0;
}

.note-sticky {
    font-size: 12px;
    font-weight: bold;
    padding: 20px 0;
}


.Esign-ava-green {
    font-size: 12px;
    color: #2ecf12 !important;
    -webkit-animation: colorchange 0.6s infinite alternate;
}

.Esign-ava-red {
    font-size: 18px;
    font-weight: bold;
    padding-left:25px;
    color: red !important;
    -webkit-animation: colorchange 0.6s infinite alternate;
}
/*List-Mark*/

.list-document {
    margin: 0;
    padding: 0;
    column-count: 2;
    column-gap: 40px;
}

.list-document li {
    padding: 0px 0 0px 30px;
    list-style: none;
    background-image: url(../images/list-check.png);
    background-position: left 4px center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    break-inside: avoid;
}

/*Upload*/
.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;
}

.rssBlock {
    left: 0px;
    width: 100%;
    overflow: hidden;
    padding: 0;
    background: #262626;
}

/*remove p*/
.cnnContents {
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    white-space: nowrap;
    font-family: 'Museo';
    font-weight: 300;
    letter-spacing:1px;

}
.marqueeStyle,
.marqueeStyle2 {
    display: inline-block;
    white-space: nowrap;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    /* animation-fill-mode: forwards; ❌ remove */
}


.marqueeStyle {
    animation-name: scrolling-left1;
}

.marqueeStyle2 {
    animation-name: scrolling-left2;
    animation-delay: calc(var(--marquee-duration, 20s) / 2);
}
@keyframes scrolling-left1 {
    from {
        transform: translateX(100vw);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes scrolling-left2 {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-200%);
    }
}


.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;
    }


.list-documents {
    margin: 0;
    padding: 0;
   
}

    .list-documents li {
        padding: 0px 0 0px 30px;
        list-style: none;
        background-image: url(../images/list-check.png);
        background-position: left 4px center;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

.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;
    }

/* Progress Bar */
.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;
}

@media (max-width:650px) {
    .hide-probar {
        display: none;
    }
}
/* 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;
            }
    .toggle-switch:before {
        display: block;
        background: #000;
        border-radius: 50%;
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
        width: 24px;
        height: 24px;
        position: absolute;
        top: 4px;
        left: 4px;
        transition: left 0.25s;
    }

.toggle:hover .toggle-switch:before {
    background: #272727;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}

.toggle-checkbox:checked + .toggle-switch {
    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%);
}

    .toggle-checkbox:checked + .toggle-switch:before {
        left: 30px;
    }

.toggle-checkbox {
    position: absolute;
    visibility: hidden;
}

.toggle-label {
    margin-left: 5px;
    position: relative;
    top: 2px;
}

@media (max-width:1300px) {
    .fmtz-left {
        width: 30%;
    }
}

@media (max-width:1199px) {
    .zone-flag {
        width: 30px;
    }
}

@media (max-width:991px) {
    .zone-flag {
        width: 42px;
    }

    .fmtz-left {
        width: 30%;
    }
}

@media only screen and (max-width: 767px) {
    .mt-zone td, .mt-zone th {
        display: block;
    }

    .fmtz-left {
        width: 100%;
        text-align: center;
    }

    .zone-left {
        display: block;
    }

    .zone-flag {
        width: 30px;
        margin-bottom: 6px;
    }

    .zone-right {
        border-top: #000 1px solid;
        border-bottom: #000 1px solid;
    }

        .zone-right p {
            text-align: center;
        }

    .zone-hrs {
        padding: 0 0 5px 0;
    }
}
/** Time Zone Ends **/

/* ===== Current Time Indicator ===== */

.time-indicator-wrapper {
    position: absolute;
    top: -70px;
    left: 0;
    transform: translateX(-50%);
    z-index: 5;
    pointer-events: none;
}

.time-pin {
    background: #7b3fe4;
    color: #fff;
    border-radius: 18px 18px 18px 0;
    padding: 8px 12px;
    text-align: center;
    font-size: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}

    .time-pin::after {
        content: "";
        position: absolute;
        bottom: -8px;
        left: 50%;
        transform: translateX(-50%);
        border-width: 8px 6px 0;
        border-style: solid;
        border-color: #7b3fe4 transparent transparent;
    }

.clock-icon {
    background: #fff;
    color: #7b3fe4;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin: 0 auto 4px;
}

.time-text {
    font-weight: 700;
}

.day-text {
    font-size: 11px;
    opacity: 0.9;
}

.time-line {
    width: 2px;
    height: 350px;
    background: linear-gradient(to bottom, #7b3fe4, rgba(123,63,228,0.2));
    margin: auto;
}



.timeline-container {
    position: relative;
    width: 100%;
}

/* Time indicator must be absolute INSIDE timeline */
.time-indicator-wrapper {
    position: absolute;
    top: -70px;
    left: 0;
    transform: translateX(-50%);
    z-index: 10;
    pointer-events: none;
}



.sydney-bar, .tokyo-bar, .london-bar, .newyork-bar {
    height: 30px;
    border-radius: 2px;
    position: relative;
    width: 40%;
}

.sydney-bar {
    background: #4a81ff;
    left: 5%;
}

.sydney-text {
    color: #4a81ff;
}

.tokyo-bar {
    background: #c9465e;
    left: 20%;
}

.tokyo-text {
    color: #c9465e;
}

.london-bar {
    background: #9145c1;
    left: 35%;
}

.london-text {
    color: #9145c1;
}

.newyork-bar {
    background: #23b765;
    left: 75%;
}

.newyork-text {
    color: #23b765;
}

html, body {
    overflow-x: hidden;
}

@media (max-width: 768px) {
    .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }

    .card {
        border-radius: 10px;
    }

    .card-body {
        padding: 12px;
    }
    .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }

    .card {
        border-radius: 10px;
    }

    .card-body {
        padding: 12px;
    }
}


@media (max-width: 576px) {
    .buttons {
        flex-direction: column;
        gap: 10px;
    }

        .buttons button {
            width: 100%;
        }

    .progress-container {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .step {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }

    .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;
    }

    .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;
    }

    .progress-container {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        padding-bottom: 12px;
        gap: 6px;
    }

    .progress-container .step {
        flex: 0 0 auto;
    }

    .settings-tab {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .settings-tab ul {
        display: flex;
        flex-wrap: nowrap;
        white-space: nowrap;
    }

    .settings-tab ul li {
        float: none; /* remove float */
        min-width: auto;
        padding: 10px 14px;
        font-size: 9px;
        border-left: 3px solid #000;
        border-right: 3px solid #000;
        flex: 0 0 auto; /* keep single line */
    }

    .settings-tab ul li:hover,
    .settings-tab ul .active {
        border-left: 3px solid #d4af37;
        border-right: 3px solid #d4af37;
    }
}


#idwiseIframe {
    width: 100%;
    border-radius: 8px;
}

input[readonly] {
    background-color: #f7f7f7;
}


@media (max-width: 400px) {
    .doc-heading {
        font-size: 1.05rem;
    }
}
.crypto-deposit {
    background: #434343;
    border-radius: 6px;
    padding: 30px 45px;
    margin: 20px 0 10px 0;
}

.cc-popup {
    text-align: center;
    padding: 30px 20px;
}

.cc-popup h1 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 20px 0;
}

.cc-popup p {
    margin: 0;
}


.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;
        }

.details-actions {
    cursor: pointer;
}