body {
    background: var(--aetram-surface-2);
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    color: var(--aetram-text-secondary);
    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: var(--aetram-text-secondary) !important;
}

.form-control:not(textarea), .form-select {
    background: #e4e4e4 !important;
    font-size: 12px !important;
    padding: 6px 10px;
    appearance: auto;
    min-height: 34px;
    height: 34px;
}

textarea.form-control {
    height: auto !important;
    min-height: 80px;
}

.login-content .form-control {
    padding: 6px 10px !important;
    min-height: 34px;
    height: 34px;
}

.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: 10px !important;
    margin-bottom: .3rem !important;
    color: var(--aetram-text-muted);
}

.inp-all {
    margin-bottom: 15px;
}

.card {
    height: calc(100% - 30px);
}

.db-header {
    background: var(--aetram-surface-2);
    color: var(--aetram-text-secondary);
    display: flex;
    justify-content: space-between;
    align-items: start;
    position: sticky;
    z-index: 99999999;
    width: 100%;
    top: 0;
    border-bottom: #000 6px solid;
}

.db-header h1 {
    font-size: 18px;
    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 {
    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: 12px;
    max-width: 165px;
}

.ava-green {
    color: #2ecf12 !important;
    -webkit-animation: colorchange 0.6s infinite alternate;
    font-size: 10px;
}

.ava-red {
    color: red !important;
    -webkit-animation: colorchange 0.6s infinite alternate;
    font-size: 10px;
}

@-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: var(--aetram-surface-2) !important;
    border-radius: 6px !important;
    color: var(--aetram-text-secondary) !important;
    border: none !important;
    padding: 2px 5px;
    margin-bottom: 25px;
}

.db-card-new {
    background: var(--aetram-surface-2) !important;
    border-radius: 6px !important;
    color: var(--aetram-text-secondary) !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: var(--aetram-text-muted);
}

.chart-heading .right {
    background: var(--aetram-surface-2);
    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: 5px 12px;
    color: #000;
    border-radius: 6px;
    font-weight: 600;
    font-size: 11px;
    line-height: 1.3;
    min-height: 30px;
    text-decoration: none;
    border: none;
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    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;
}

.hlc-table:not(:has(table.dataTable)),
.colvis-table:not(:has(table.dataTable)) {
    overflow-x: auto;
}

.hlc-table:has(table.dataTable),
.colvis-table:has(table.dataTable) {
    overflow-x: hidden;
    max-width: 100%;
}

.hlc-table:has(.trade-wrapper) {
    padding-bottom: 72px;
    overflow-x: auto;
    overflow-y: visible;
}

@media screen and (min-width: 768px) {
    .hlc-table .dataTables_wrapper {
        overflow: visible !important;
    }

    .card.sp-card-content,
    .card.sp-card-content > .card-body,
    .card.sp-card-content .hlc-table,
    .card.sp-card-content .dataTables_wrapper {
        overflow: visible !important;
    }

    .hlc-table table.dataTable,
    .colvis-table table.dataTable {
        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: var(--aetram-surface) !important;
}

.hlc-table table.dataTable > tbody > tr:nth-child(even), .colvis-table table.dataTable > tbody > tr:nth-child(even) {
    background: var(--aetram-surface-2) !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: var(--aetram-border-strong) 1px solid !important;
}

div.dt-container .dt-paging .dt-paging-button.current {
    background: rgba(201, 162, 39, 0.22) !important;
    color: #f5e97d !important;
    border-color: rgba(201, 162, 39, 0.55) !important;
}

div.dt-container .dt-paging .dt-paging-button {
    background: var(--aetram-surface-2) !important;
    border: 1px solid var(--aetram-border-strong) !important;
    color: #e2e8f0 !important;
}

div.dt-container .dt-paging .dt-paging-button:hover {
    background: var(--aetram-surface-3) !important;
    border-color: rgba(201, 162, 39, 0.45) !important;
    color: #ffffff !important;
}

div.dt-container .dt-paging .dt-paging-button.disabled {
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    color: rgba(148, 163, 184, 0.55) !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: #cbd5e1 !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: var(--aetram-border-strong) 1px solid;
    border-top: none;
}

.hlc-table table thead tr th, .colvis-table table thead tr th {
    background: var(--aetram-surface-3) !important;
    color: var(--aetram-text) !important;
    font-weight: 600;
    border: none;
}

.hlc-table table tbody tr td, .colvis-table table tbody tr td {
    background: transparent !important;
    color: var(--aetram-text-secondary) !important;
    border: none;
}

.hlc-table table tbody tr, .colvis-table table tbody tr {
    background-color: var(--aetram-surface);
}

.hlc-table table tbody tr:nth-child(even), .colvis-table table tbody tr:nth-child(even) {
    background-color: var(--aetram-surface-2);
}

.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: var(--aetram-surface-2);
    padding: 15px 0;
    margin: 0;
    font-size: .8rem;
    position: sticky;
    bottom: 0;
    border-top: var(--aetram-border) 2px solid;
    z-index: 99999999;
}

.cr-block {
    margin: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .cr-block .left {
    }

    .cr-block .right {
    }
/** Login — full-screen background with centered glass form */
.login-bg {
    min-height: 100vh;
    background:
        linear-gradient(160deg, rgba(11, 15, 20, 0.58) 0%, rgba(11, 15, 20, 0.74) 100%),
        url("../images/login-img.jpg") center center / cover no-repeat fixed;
    padding: 0;
}

.login-bg > .container {
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.login-container {
    display: flex;
    justify-content: center;
    margin: 0;
    min-height: 100vh;
}

.login-block {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100vh;
}

.login-left {
    display: none !important;
}

.login-right {
    min-height: 100vh;
    width: 100%;
    flex: 1 1 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: var(--aetram-space-6, 24px);
}

.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: 6px 16px;
    color: #000;
    border-radius: 6px;
    font-weight: 600;
    font-size: 12px;
    text-decoration: none;
    border: none;
    min-height: 34px;
    width: auto;
    line-height: 1.35;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    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: var(--aetram-surface-2);
    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: var(--aetram-surface-3);
    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: var(--aetram-text-secondary);
    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: 16px;
    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: 14px;
    line-height: 1.35;
    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: var(--aetram-surface-2) !important;
    color: var(--aetram-text-secondary) !important;
    border: none !important;
}

.sp-card-heading {
    border-radius: 6px 6px 0 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
}

.sp-card-content {
    border-radius: 0 0 6px 6px !important;
    margin-bottom: 16px;
    padding: 0 !important;
}

.mt-card {
    margin-bottom: 0;
}

.sp-card-center {
    border-radius: 0 !important;
    margin-bottom: 5px;
    padding: 25px 20px;
}

.popup-bg {
    background: var(--aetram-surface-3);
    padding: 5px;
}

.popup-close {
    font-family: "Nunito", sans-serif;
    font-weight: 500;
    color: var(--aetram-text) !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: var(--aetram-surface-2);
    padding: 15px 0 12px 0;
    color: var(--aetram-text) !important;
}

.popup-body {
    border: var(--aetram-border) 1px solid;
    padding: 25px !important;
    background: var(--aetram-surface);
    color: var(--aetram-text);
}

.popup-footer {
    border: none;
    background: var(--aetram-surface-2);
    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: var(--aetram-surface-3);
    padding: 7px 12px 6px 12px;
    color: var(--aetram-text-secondary);
    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: var(--aetram-surface-3);
    border: var(--aetram-surface-3) 2px solid;
    overflow: hidden;
    border-radius: 6px;
    min-height: 220px;
    height: max-content;
    color: var(--aetram-text);
}

.ndf-right h3, .ndf-new h6 {
    color: var(--aetram-text) !important;
}

.ndf-right p {
    color: var(--aetram-text-secondary);
}

.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-right {
        padding: var(--aetram-space-4, 16px);
    }

    .login-content {
        padding: 2rem 1.5rem;
    }

    .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;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    min-height: 26px;
    margin-bottom: 12px;
    margin-left: -15px;
    border-radius: 6px;
    border-bottom: #6f6f6f 1px dashed;
    padding-bottom: 12px;
    gap: 0;
}

form.row > .progress-container,
.row > .progress-container {
    flex: 0 0 100%;
    max-width: 100%;
}

.progress-bar {
    position: absolute;
    width: 0%;
    height: 3px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: width 0.3s;
    z-index: 0;
    pointer-events: none;
}

.progress-container > .step {
    --step-chevron: 10px;
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
    width: auto;
    min-width: 52px;
    height: 26px;
    margin: 0;
    padding: 0 14px 0 16px;
    background: #c5c5c5;
    color: #000;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 11px;
    line-height: 1;
    white-space: nowrap;
    transition: background 0.3s;
    clip-path: polygon(
        0 0,
        calc(100% - var(--step-chevron)) 0,
        100% 50%,
        calc(100% - var(--step-chevron)) 100%,
        0 100%,
        var(--step-chevron) 50%
    );
}

/* First step (after hidden progress-bar track) — flat left edge */
.progress-container > .progress-bar + .step {
    padding-left: 10px;
    clip-path: polygon(
        0 0,
        calc(100% - var(--step-chevron)) 0,
        100% 50%,
        calc(100% - var(--step-chevron)) 100%,
        0 100%
    );
}

/* Interlock chevrons on one horizontal line */
.progress-container > .step + .step {
    margin-left: -8px;
}

.progress-container > .step.active {
    z-index: 2;
    background: linear-gradient(90deg, rgba(201, 143, 48, 1) 0%, rgba(245, 233, 125, 1) 33%, rgba(190, 128, 43, 1) 67%, rgba(226, 190, 89, 1) 100%);
    color: #000;
}

/* Legacy pseudo-element arrows — disabled (clip-path used instead) */
.step:before,
.step:after,
.step + .step:before,
.step.active:after {
    display: none !important;
    content: none !important;
}

.personal-info-tab-content {
    display: none;
}

.personal-info-tab-content.active {
    display: block;
}

.buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 10px;
    gap: 20px;
}

.buttons button:disabled {
    visibility: hidden !important;
}

.button-right {
    text-align: right;
}

.personal-info-tab-content h2 {
    font-size: 14px;
    margin: 8px 0 12px 0;
    padding: 0 0 12px 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: 14px;
    margin: 8px 0 12px 0;
    padding: 0 0 12px 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: 12px;
}

.btn-next,
.btn-back {
    margin-bottom: 10px;
}

.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: 5px 14px;
    color: #000;
    border-radius: 6px;
    font-weight: 600;
    font-size: 11px;
    text-decoration: none;
    border: none;
    min-width: 80px;
    min-height: 30px;
    line-height: 1.3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    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: 5px 14px;
    color: #000;
    border-radius: 6px;
    font-weight: 600;
    font-size: 11px;
    text-decoration: none;
    border: none;
    min-width: 80px;
    min-height: 30px;
    line-height: 1.3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    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: 6px 16px;
    color: #000;
    border-radius: 6px;
    font-weight: 600;
    font-size: 12px;
    text-decoration: none;
    border: none;
    min-height: 34px;
    width: auto;
    line-height: 1.35;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    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: 6px 16px;
    color: #000;
    border-radius: 6px;
    font-weight: 600;
    font-size: 12px;
    text-decoration: none;
    border: none;
    min-height: 34px;
    width: auto;
    line-height: 1.35;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    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: var(--aetram-surface-2);
    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;
    }

    .progress-container > .step {
        font-size: 10px;
    }

    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: var(--aetram-text-muted);
    font-weight: 600;
}

.lad-box p span {
    color: var(--aetram-text) !important;
}

.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: var(--aetram-surface-3);
    border: var(--aetram-surface-3) 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: var(--aetram-surface-2) !important;
}

.lad-box .item:hover {
}

.qr-block {
    display: flex;
    align-items: center;
    justify-content: space-around;
    min-height: 130px;
    background: var(--aetram-surface-3);
    border-radius: 6px;
    margin: 5px 0 0 0;
    padding: 15px;
    color: var(--aetram-text);
}

.qr-left {
    font-size: 1rem;
    text-align: center;
    color: var(--aetram-text);
}

.qr-right {
    text-align: center;
}

.ap-login {
    background: var(--aetram-surface-2);
    padding: 4px 12px 3px 12px;
    color: var(--aetram-text-secondary);
    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: var(--aetram-surface-3);
    border: var(--aetram-border) 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: 55px;
    }
}

@media (max-width:767px) {
    .progress-container > .step {
        --step-chevron: 8px;
        min-width: 44px;
        height: 24px;
        font-size: 10px;
        padding: 0 12px 0 14px;
    }

    .progress-container > .progress-bar + .step {
        padding-left: 8px;
    }

    .progress-container > .step + .step {
        margin-left: -6px;
    }

    .cr-content {
        position: static;
    }

    .wallet-left, .verify-left {
        width: 70%;
    }
}

@media (max-width: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 !important;
    }

    .progress-container > .step {
        --step-chevron: 0px;
        min-width: 30px;
        height: 22px;
        font-size: 9px;
        margin-left: 0 !important;
        border-radius: 50px;
        padding: 0 8px;
        clip-path: none;
    }

    .progress-container > .step + .step {
        margin-left: 4px;
    }

    .personal-info-tab-content h2, .subpage-title {
        font-size: 1.25rem;
    }

    .wallet-left, .verify-left {
        width: 100%;
        float: left;
    }

    .wallet-right, .verify-right {
        float: left;
    }

    .avatar .dropdown-content {
        min-width: 260px !important;
    }

    .db-header h1 {
        font-size: 1.3rem;
    }

    .db-header h1 {
        padding: 5px 0 5px 40px;
    }
}

@media (max-width:450px) {
    .wallet-ballance {
        display: block;
    }

    .avatar .dropdown-content {
        right: -21px !important;
    }

    .db-header h1 {
        font-size: 1rem;
    }
}
/*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: 12px;
}

@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: 8px;
    cursor: pointer;
    display: flex;
    gap: 12px;
    padding: 6px 12px;
    min-height: 0;
    position: relative;
    text-align: left;
    width: 100%;
    max-width: 300px;
    transition: all 0.2s ease;
}

.form__label img {
    width: 40px !important;
    max-width: 40px;
    height: auto;
    max-height: 40px;
    object-fit: contain;
    flex-shrink: 0;
}

.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: 40px;
    max-height: 40px;
}

.form__label-name {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    line-height: 1.2;
}

.form__label-check {
    color: #dab14d;
    fill: #dab14f;
    stroke-opacity: 1;
    stroke: #000000;
    background: var(--aetram-surface-2);
    border-radius: 100%;
    display: none;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 100%;
    width: 20px;
    height: 20px;
    transform: translate(-50%, -50%);
}
/*Upload Document*/
.upload-proof {
    box-shadow: none !important;
    background: var(--aetram-surface-2) !important;
    color: var(--aetram-text) !important;
    border-bottom: 1px solid #ffffff47;
}

.verification {
    border: 0.1px solid var(--aetram-border) !important;
}

.upload-document {
    --bs-accordion-btn-icon: url('../images/right-arrow.png') !important;
}

.personal-info-tab-content .upload-document .accordion-body {
    padding: 1.25rem 1.5rem !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: var(--aetram-surface-2);
    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%
}

/* Top-level sidebar active only — nested sub-menu items styled in design-system.css */
.layout .sidebar .menu > ul > .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;
}
/** 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 / KYC document upload — compact buttons */
.simple-upload-btn {
    background-color: #1a8918;
    color: black;
    padding: 5px 12px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    align-items: center;
    display: inline-flex;
    gap: 6px;
    max-width: fit-content;
    margin-right: 15px;
    font-size: 11px !important;
    font-weight: 600;
    line-height: 1.3;
    min-height: 30px;
}

.upload-document .simple-upload-btn,
.upload-document .simple-upload-btn.btn-gold {
    padding: 6px 14px !important;
    min-height: 30px !important;
    font-size: 11px !important;
    line-height: 1.3 !important;
    gap: 6px;
    max-width: 200px;
}

.upload-document .simple-upload-btn i,
.upload-document .simple-upload-btn .upload-icon {
    font-size: 11px;
}

.upload-document .btn-next,
.upload-document button.btn-next {
    min-height: 30px !important;
    min-width: 0 !important;
    width: auto !important;
    max-width: 200px !important;
    padding: 6px 14px !important;
    font-size: 11px !important;
}

.upload-document .btn-confirm,
.upload-document .confirm-btn {
    padding: 5px 14px !important;
    min-height: 30px !important;
    font-size: 11px !important;
    line-height: 1.3;
}

.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 — base card (overridden in .upload-document for dark theme) */
.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;
    color: #111827;
}

.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;
    color: #111827;
}

.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: 5px 14px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;
    min-height: 30px;
    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 !important;
    background-size: cover !important;
}

.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: var(--aetram-surface-2);
    border: #343940 2px solid;
    height: 50px;
    padding: 0 10px;
    border-radius: 10px;
    color: var(--aetram-text-secondary);
}

.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: var(--aetram-surface-2) !important;
    padding: 20px 10px !important;
    color: var(--aetram-text) !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: var(--aetram-surface-2) !important;
    color: var(--aetram-text) !important;
}*/

.password-wrapper {
    position: relative;
}

.login-content .password-wrapper .form-control,
.login-content .password-wrapper input,
.password-wrapper input,
.password-wrapper .form-control {
    padding-inline-start: 10px !important;
    padding-inline-end: 42px !important; /* space for eye icon at inline end */
}

.password-wrapper .password-toggle {
    position: absolute;
    top: 50%;
    inset-inline-end: 14px;
    inset-inline-start: auto;
    transform: translateY(-50%);
    color: #888;
    cursor: pointer;
    font-size: 16px;
    z-index: 2;
}

.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: var(--aetram-border) 2px solid;
    padding: 12px 16px;
    font-weight: 600;
    background: var(--aetram-surface-2);
    font-size: 1rem;
}

.notify-footer {
    padding: 10px 16px;
    background: var(--aetram-surface-2);
    font-size: 0.8rem;
}

.notify-footer a {
    color: var(--aetram-text-secondary);
    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: var(--aetram-border) 3px solid;
    border-bottom: var(--aetram-border) 2px solid;
    border-right: var(--aetram-border) 3px solid;
    border-left: var(--aetram-border) 3px solid;
}

.dropdown-content1 a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    background: var(--aetram-surface-2);
    border-bottom: var(--aetram-border) 2px solid;
    color: var(--aetram-text-secondary);
}

.dropdown-content1 a:hover {
    background-color: var(--aetram-surface-2);
}

.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: 90vh;
    border: none;
    min-height: 720px;
}

.iframe-container {
    width: 100%;
    height: 100vh;
}

.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: var(--aetram-surface-2);
    padding: 6px 10px;
    border-radius: 20px;
    font-size: 12px;
    display: none;
    color: var(--aetram-text-secondary);
}

.copy-text button::after {
    content: "";
    position: absolute;
    top: -20px;
    right: 25px;
    width: 10px;
    height: 10px;
    background: var(--aetram-surface-2);
    transform: rotate(45deg);
    display: none;
    color: var(--aetram-text-secondary);
}

.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: var(--aetram-surface-2);
    margin-right: 15px;
    color: var(--aetram-text);
    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: var(--aetram-surface-2);
    color: var(--aetram-text-secondary);
}

.notify-header {
    border-bottom: var(--aetram-border) 2px solid;
    padding: 12px 16px;
    font-weight: 600;
    background: var(--aetram-surface-2);
    font-size: 1rem;
}

.notify-footer {
    padding: 10px 16px;
    background: var(--aetram-surface-2);
    font-size: 0.8rem;
}

.notify-footer a {
    color: var(--aetram-text-secondary);
    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: var(--aetram-border) 3px solid;
    border-bottom: var(--aetram-border) 2px solid;
    border-right: var(--aetram-border) 3px solid;
    border-left: var(--aetram-border) 3px solid;
}

.dropdown-content1 a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    background: var(--aetram-surface-2);
    border-bottom: var(--aetram-border) 1px solid;
    color: var(--aetram-text-secondary);
}

.dropdown-content1 a:hover {
    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;
}

.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: var(--aetram-surface-2);
    padding: 8px 18px 7px 18px;
    color: var(--aetram-text-muted);
    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: var(--aetram-surface-3);
    border-bottom: var(--aetram-border) 1px solid;
    color: var(--aetram-text);
}

.pms-table tr:nth-of-type(even) {
    background: var(--aetram-surface-2);
    border-bottom: var(--aetram-border) 1px solid;
    color: var(--aetram-text);
}

.pms-table tr:hover {
    background: var(--aetram-surface-hover);
}

.pms-table th {
    background: var(--aetram-surface-2);
    color: var(--aetram-text) !important;
    font-weight: 600;
    border-bottom: var(--aetram-border-strong) 2px solid;
}

.pms-table td, .pms-table th {
    padding: 10px;
    border: none;
    text-align: center;
    color: var(--aetram-text-secondary);
}

.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: var(--aetram-surface-3);
    border-radius: 10px;
    overflow: hidden;
}

.mr-heading {
    background: var(--aetram-surface-2);
    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;
    border-bottom: #6f6f6f 1px solid;
    background: transparent;
    font-size: 1rem;
    font-weight: 600;
}

.th-history section {
    margin: 0 auto;
}

.th-history .single {
    background: transparent;
}

.thh-tabs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
    justify-content: flex-start;
}

.thh-tabs {
    overflow-x: auto;
    white-space: nowrap;
}

.thh-tabs .button {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 8px;
    background: #6f6f6f;
    cursor: pointer;
    font-size: 14px;
}

.thh-tabs .button.active {
    background: linear-gradient( 90deg, rgba(201,143,48,1) 0%, rgba(245,233,125,1) 33%, rgba(190,128,43,1) 67%, rgba(226,190,89,1) 100% );
    color: #161616
}

.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;
}

.credit-info {
    position: relative;
    display: inline-block;
}

.tooltip-trigger {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-left: 4px;
    color: #FFC300;
}

/* Tooltip */
.tooltip-box {
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    background: #1f2937;
    color: #fff;
    padding: 10px;
    border-radius: 6px;
    font-size: 13px;
    white-space: normal;
    max-width: 220px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    z-index: 1000;
    width: 220px;
}

/* Arrow */
.tooltip-box::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: #1f2937;
}

/* FIXED SELECTOR ✅ */
.tooltip-trigger:hover + .tooltip-box,
.tooltip-trigger:focus + .tooltip-box {
    opacity: 1;
    visibility: visible;
}

.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: var(--aetram-surface-2);
    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: var(--aetram-surface-3);
    padding: 15px;
    border: var(--aetram-border) 1px solid;
}

.copier-block, .dd-copier-block {
    /*background: linear-gradient(#414141, #242526);*/
    background: var(--aetram-surface-3);
    padding: 20px;
    overflow: hidden;
    border-bottom: var(--aetram-border) 1px solid;
    cursor: pointer;
    border-radius: 6px;
}

.copier-block:hover, .dd-copier-block:hover {
    background: linear-gradient(var(--aetram-surface-3), var(--aetram-surface-2));
}

.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: var(--aetram-surface-2);
    border: var(--aetram-border) 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: var(--aetram-surface-2);
    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;
}

#NewMobile {
    color: #fff !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: var(--aetram-surface-3);
    border: var(--aetram-surface-3) 2px solid;
    overflow: hidden;
    border-radius: 6px;
    text-align: center;
    min-height: 150px;
    align-content: center;
    color: var(--aetram-text);
}

.new-deposit:hover {
    border: var(--aetram-border-strong) 2px solid;
    cursor: pointer;
}

.new-deposit p {
    margin: 0;
    color: var(--aetram-text-secondary);
}

.new-deposit h3 {
    font-size: 1.2rem;
    font-weight: 700;
    padding: 10px 0 0 0;
    margin: 0;
    color: var(--aetram-text) !important;
}

.dep-text {
    margin: 7px 0 0 0;
    text-align: center;
}

.dep-text span {
    font-weight: 600;
    color: #ddbc5c;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:not(.disabled):not(.current) {
    color: #e2e8f0 !important;
    background: var(--aetram-surface-2) !important;
}

.dataTables_wrapper .dataTables_info {
    color: #cbd5e1 !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: var(--aetram-surface-3);
    width: fit-content;
    padding: 3px 15px;
    border-radius: 50px;
    color: var(--aetram-text-secondary);
    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.count-circle {
    background: var(--aetram-surface-2);
    padding: 10px 5px 5px 5px;
    border-radius: 100px;
}

.pending-tab span.count-circle 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: #fff !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: var(--aetram-surface-3) 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: 2px 0;
    overflow: hidden;
    position: relative;
    min-height: 36px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.zone-right p {
    padding: 2px 0 2px 10px;
    margin: 0;
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 14px;
    position: relative;
    z-index: 5;
}

.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,
.session-bar-wrap {
    height: 14px;
    border-radius: 2px;
    position: absolute;
    bottom: 4px;
    min-width: 0;
}

.sydney-text {
    color: #4a81ff;
}

.tokyo-bar {
    background: #c9465e;
}

.tokyo-text {
    color: #c9465e;
}

.london-bar {
    background: #9145c1;
}

.london-text {
    color: #9145c1;
}

.newyork-bar {
    background: #23b765;
}

.sydney-bar {
    background: #4a81ff;
}

.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;
    }

    .iframe-container {
        height: 100dvh; /* dynamic viewport for mobile browsers */
    }
}


@media (max-width: 576px) {
    .buttons {
        flex-direction: column;
        gap: 10px;
    }

    .buttons button {
        width: 100%;
    }

    .progress-container {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        padding-bottom: 8px;
        margin-bottom: 8px;
        gap: 0;
        margin-left: 0;
    }

    .progress-container > .step {
        flex: 0 0 auto;
    }

    .form-label {
        font-size: 13px;
    }

    .form-control,
    .form-select {
        font-size: 14px;
        padding: 8px;
    }

    .form-check-inline {
        display: block;
        margin-bottom: 6px;
    }

    #idwiseIframe {
        height: 30vh !important;
        overflow: scroll !important;
    }
    .shifti-iframe {

        min-height: 500px;
    }
    .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: 13px;
        margin: 0 0 10px 0;
        padding-bottom: 6px;
        text-align: center;
    }

    .progress-container {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        padding-bottom: 8px;
        margin-bottom: 8px;
        gap: 4px;
    }

    .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: 12px;
    }
}
.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;
}

.upload-box.dragover {
    border: 2px dashed #28a745;
    background-color: #f8fff9;
}


.gradient-text {
    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% ) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;

}

/* Trade column — hover menu overlays table (not clipped inside cell) */
table.dataTable tbody td.trade-col {
    overflow: visible !important;
    position: relative;
    vertical-align: middle;
}

table.dataTable tbody td.trade-col:hover {
    z-index: 100;
}

table.dataTable tbody tr:has(.trade-wrapper.is-trade-open) td.trade-col,
table.dataTable tbody td.trade-col:has(.trade-wrapper.is-trade-open) {
    overflow: visible !important;
    position: relative;
    z-index: 10040;
}

.hlc-table:has(.trade-wrapper.is-trade-open),
.hlc-table .dataTables_wrapper:has(.trade-wrapper.is-trade-open) {
    overflow: visible !important;
}

.trade-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.trade-btn {
    cursor: pointer;
    display: inline-block;
    padding: 4px 12px;
    border-radius: 6px;
    color: #0f172a !important;
    background: linear-gradient(90deg, #de9f17 0%, #d19c15 33%, #fff58c 67%, #ffbf00 100%) !important;
    font-size: 11px;
    font-weight: 700 !important;
    letter-spacing: 0.03em;
    white-space: nowrap;
    width: auto;
}

.trade-options {
    position: fixed;
    left: 0;
    top: 0;
    min-width: 180px;
    background: #1a222d;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
    display: none;
    z-index: 10050;
    padding: 4px 0;
    overflow: hidden;
    pointer-events: auto;
}

.trade-wrapper.is-trade-open .trade-btn {
    filter: brightness(1.05);
}

.trade-options div {
    padding: 8px 12px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    color: #e2e8f0;
    white-space: nowrap;
}

.trade-options div:hover {
    background: rgba(201, 162, 39, 0.18);
    color: #f5e97d;
}

.menu-badge-new {
    background: linear-gradient(90deg, #f5c542, #d4a017, #f5c542); /* Gold */
    color: #000; /* Black text */
    font-size: 10px;
    font-weight: 800;
    padding: 2px 8px;
    border-radius: 10px;
    margin-left: 8px;
    vertical-align: middle;
    letter-spacing: 0.4px;
    /* Soft gold glow */
    box-shadow: 0 0 4px rgba(212, 160, 23, 0.6), 0 0 8px rgba(245, 197, 66, 0.5);
    /* Smooth shine animation */
    background-size: 200% auto;
    animation: goldShine 2.5s linear infinite;
}

/* Moving gold shine */
@keyframes goldShine {
    0% {
        background-position: 0% center;
    }

    100% {
        background-position: 200% center;
    }
}
.symbol-block {
    display: flex;
    justify-content: space-between;
    border: #6f6f6f 1px dashed;
    margin: 10px 0;
    padding: 15px 20px;
    border-radius: 10px;
}

.swap-block {
    border-top: #6f6f6f 1px dashed;
    border-bottom: #6f6f6f 1px dashed;
    margin: 10px 0;
    padding: 15px 0 5px 0;
    border-radius: 10px;
}

.symbol-value {
    font-size: 1.2rem;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.symbol-value span {
    color: #ddbc5c;
    font-weight: 600;
}

.marginvalue-block {
    background: #242526;
    margin: 10px 0;
    padding: 15px 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 1.2rem;
}

.marginvalue-block 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;
}

.bt-symbol {
    width: 120px !important;
}

.custom_radio {
    margin: 0 0 15px 0;
    align-items: center;
    display: flex;
    padding-top: 12px;
}

.custom_radio input[type="radio"] {
    display: none;
}

.custom_radio input[type="radio"] + label {
    position: relative;
    display: inline-block;
    padding-left: 1.5em;
    margin-right: 2em;
    cursor: pointer;
    line-height: 1em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 15px !important;
}

.custom_radio input[type="radio"] + label:before, .custom_radio input[type="radio"] + label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    text-align: center;
    color: white;
    font-family: Times;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.custom_radio input[type="radio"] + label:before {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em white;
}

.custom_radio input[type="radio"] + label:hover:before {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: inset 0 0 0 0.3em white, inset 0 0 0 1em #c6c6c6;
}

.custom_radio input[type="radio"]:checked + label:before {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: inset 0 0 0 0.2em white, inset 0 0 0 1em #4CAF50;
}

@media (max-width:1199px) {
    .symbol-block {
        display: block;
        padding: 6px 20px 10px 20px;
        margin-top: 10px;
    }

    .symbol-value {
        padding: 5px 0 0 0;
    }
}
/* ===== CLOSED SELECT2 (WHITE) ===== */

.select2-container--default .select2-selection--single {
    height: 34px !important;
    min-height: 34px !important;
    padding: 0 32px 0 10px !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    border-radius: 4px !important;
    background: #ffffff !important; /* WHITE background */
    border: 1px solid #cfcfcf !important;
    color: #222 !important;
}

/* Selected text */
.select2-container--default .select2-selection__rendered {
    line-height: 1.35 !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #222 !important; /* DARK font */
    font-size: 12px;
    font-weight: 500;
}

/* Placeholder text */
.select2-container--default .select2-selection__placeholder {
    color: #777 !important;
    line-height: 1.35 !important;
}

/* Arrow */
.select2-container--default .select2-selection__arrow {
    height: 34px !important;
    top: 0 !important;
    right: 8px !important;
}

.select2-container--default .select2-selection__arrow b {
    border-color: #666 transparent transparent transparent;
}

/* Focus (keep white) */
.select2-container--default.select2-container--focus .select2-selection--single {
    background: #ffffff !important;
    border-color: #6f8edb !important;
    box-shadow: none !important;
}


.select2-container--default .select2-dropdown {
    background: #ffffff !important;
    border: 1px solid #cfcfcf !important;
}

/* Options text (normal) */
.select2-results__option {
    color: #111 !important; /* Dark text */
    background: #ffffff !important;
    padding: 8px 12px;
}

/* Hover highlight (gold gradient) */
.select2-results__option--highlighted.select2-results__option--selectable {
    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% ) !important;
    color: #000 !important; /* Dark text on gold */
}

/* Selected option (gold gradient same as hover) */
.select2-results__option--selected {
    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% ) !important;
    color: #000 !important;
    font-weight: 600;
}

.market-news {
    height: calc(100vh - 250px);
}

.market-news iframe {
    width: 100%;
    height: 100%;
}

.tab-menu {
    padding: 10px 0 10px 0;
}

.tab-menu ul {
    margin: 0;
    padding: 0;
}

.tab-menu ul li {
    list-style-type: none;
    display: inline-block;
}

.tab-menu ul li a {
    text-decoration: none;
    color: var(--aetram-text-secondary);
    background-color: var(--aetram-surface-3);
    padding: 7px 25px;
    border-radius: 4px;
    font-weight: bold;
    letter-spacing: 1px;
}

.tab-menu ul li a.active-a {
    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%);
    color: black;
}

.usdbg {
    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%);
    color: black !important;
}

.tab {
    display: none;
}

.tab h2 {
    color: rgba(0,0,0,.7);
}

.tab p {
    color: rgba(0,0,0,0.6);
    text-align: justify;
}

.tab-active {
    display: block;
}
/*.select2-container {
    z-index: 999999 !important;
}

.select2-dropdown {
    z-index: 999999 !important;
}
.select2-container--open {
    position: fixed !important;
}*/





/* ================================
New Style (BOOTSTRAP STYLE)
================================ */
.header-tab {
    display: flex;
    justify-content: space-between;
}

.drop-list {
    background: #464646 !important;
}

.drop-list > li > a {
    color: #f4f4f4 !important;
    font-size: 14px;
    font-weight: 400;
}

.drop-list > li > a:hover {
    color: #161616 !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;
    font-weight: 500 !important;
}

@media (max-width:576px) {
    .btn-pmstab {
        width: 100%;
        text-align: center;
    }
}

@media (max-width:1024px) {
    .icon-pms {
        display: none !important;
    }
}

@media (min-width:1025px) {
    .icon-pms {
        display: flex !important;
        justify-content: flex-end;
        gap: 12px;
    }
}

.deposit-pill .nav-link {
    padding: 6px 12px;
    font-size: 14px;
}
/* container */
.premium-tabs {
    border-bottom: 1px solid #e5e5e5;
    gap: 15px;
    display: flex;
    align-items: flex-end
}

/* tab button */
.premium-tabs .nav-link {
    position: relative;
    border: none;
    background: none;
    color: #777;
    font-weight: 500;
    padding: 12px 4px;
    transition: all .3s ease;
}

/* hover */
.premium-tabs .nav-link:hover {
    color: #e8e8e8;
}

/* active tab */
.premium-tabs .nav-link.active {
    font-size: 16px;
    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;
}

/* GOLD SLIDER LINE */
.premium-tabs .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 3px;
    border-radius: 5px;
    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: width .35s ease;
}

/* show slider on active */
.premium-tabs .nav-link.active::after {
    width: 100%;
}



.gradient-name {
    background: linear-gradient( 90deg, rgba(201, 143, 48, 1) 0%, rgba(245, 233, 125, 1) 33%, rgba(190, 128, 43, 1) 67%, rgba(226, 190, 89, 1) 100% );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}



.kyc-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    cursor: pointer;
    transition: 0.3s;
    background: #fff;
    color: black
}

.kyc-card:hover {
    border-color: #c9a96e;
}

/* .kyc-card.active {
        border: 2px solid #c9a96e;
        background: #fff8e6;
    }*/

.kyc-tab {
    display: none;
}

.kyc-tab.active {
    display: block;
}

.kyc-card.active {
    border: none;
    color: #000;
    background: linear-gradient( 90deg, rgba(201, 143, 48, 1) 0%, rgba(245, 233, 125, 1) 33%, rgba(190, 128, 43, 1) 67%, rgba(226, 190, 89, 1) 100% );
    border-radius: 10px;
}

.kyc-card.active h5,
.kyc-card.active p {
    color: #000;
}

.kyc-card.active {
    box-shadow: 0 4px 15px rgba(201, 143, 48, 0.4);
}
.kyc-card {
    transition: all 0.3s ease;
}

.kyc-card:hover {
    transform: translateY(-2px);
}

.kyc-doc {
    display: flex;
    align-items: center;
    background: var(--aetram-surface-3);
    border-radius: 6px;
    margin: 5px 0 0 0;
    padding: 15px;
    gap: 10px;
    flex-direction: column;
    text-align: center;
    min-height: 100%;
    color: var(--aetram-text);
}

.kyc-doc p {
    color: var(--aetram-text-secondary);
    margin-bottom: 5px;
}

.kyc-doc .title {
    margin-bottom: 5px;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
    color: var(--aetram-text) !important;
}

.nav-link1 {
    background: #000;
    min-width: 240px;
    padding: 5px 0;
    border: none;
    color: #b4b4b4;
}

.kyc-tabs .active {
    background: linear-gradient(230deg, rgba(201, 144, 50, 1) 0%, rgba(245, 233, 125, 1) 28%, rgba(190, 128, 43, 1) 79%, rgba(227, 194, 92, 1) 98%);
    border-left: #000 5px solid;
    border-right: #000 5px solid;
    border-top: 0;
    border-bottom: 0;
    padding: 5px 0;
    min-width: 240px;
    color: #000;
}

.kyc-tabs ul {
    margin: 0;
    padding: 0;
}

.kyc-tabs ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    font-size: 1rem;
}

.kyc-tit {
    font-size: 1.5rem;
    margin: 10px 0 20px 0;
    padding: 0 0 18px 0;
    background: linear-gradient(230deg, rgba(201, 144, 50, 1) 0%, rgba(245, 233, 125, 1) 28%, rgba(190, 128, 43, 1) 79%, rgba(227, 194, 92, 1) 98%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent !important;
    font-weight: 800;
    border-bottom: #6f6f6f 1px dashed;
}
.nav-link1:focus {
    outline: none;
}
@media (max-width:585px) {
    .nav-link1, .kyc-tabs .active {
        min-width: 100%;
        padding:12px 0;
    }
    .kyc-tabs ul li {
        float: none;
    }
}

.gold-alert {
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, #fff8e1, #ffe082);
    box-shadow: 0 4px 15px rgba(255, 193, 7, 0.3);
    overflow: hidden;
}

.marquee-container {
    overflow: hidden;
    white-space: nowrap;
    flex: 1;
    margin-right: 15px;
}

.marquee-text {
    display: inline-block;
    padding-left: 100%;
    font-weight: 600;
    color: #8a6d00;
    animation: scrollText 12s linear infinite;
}

@keyframes scrollText {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.btn-gold {
    background: linear-gradient(135deg, #FFD700, #FFC300);
    border: none;
    color: #000;
    font-weight: 600;
    border-radius: 8px;
    padding: 8px 18px;
    transition: all 0.3s ease;
}

.btn-gold:hover {
    background: linear-gradient(135deg, #FFC300, #FFB000);
    box-shadow: 0 4px 10px rgba(255, 193, 7, 0.5);
}


/* Card */
.verify-inner {
    background: var(--aetram-surface-3);
    border: 1px solid var(--aetram-border);
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 12px;
}

/* Hover */
.verify-card:hover .verify-inner {
    background: var(--aetram-surface-2);
    border-color: rgba(255, 193, 7, 0.3);
    transform: scale(0.98);
}

/* Active (selected) */
.verify-card input:checked + .verify-inner {
    border-color: #ffc107;
    box-shadow: 0 0 15px rgba(255,193,7,0.3);
}

/* Icon */
.icon-box {
    width: 48px;
    height: 48px;
    border-radius: 6px;
    background: var(--aetram-surface-2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.icon-box i {
    font-size: 22px;
    color: #ffc107;
    padding: 48px
}



/* Dashboard funding alert — styled in design-system.css */
.close-alert {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

.top-alert {
    color: #fff;
    position: relative;
    z-index: 99999;
}

.alert-icon {
    font-size: 14px;
}

.alert-text {
    color: #fff !important;
    font-size: 12px;
}

.alert-link {
    color: #e9ba3c;
    font-weight: 500;
    text-decoration: none;
}

.btnbatch-gold {
    background: linear-gradient(90deg, #c98f30 0%, #f5e97d 33%, #be802b 67%, #e2be59 100%);
    color: #000 !important;
    padding: 6px 12px;
    font-size: 10px;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 2px;
    line-height: 1;
    cursor: pointer;
}

.required-label::after {
    content: " *";
    color: red;
}

.kyc-alert-container {
    text-align: left;
}

.kyc-alert-text p {
    margin-bottom: 10px;
    line-height: 1.6;
}

.kyc-alert-text strong {
    font-weight: 600;
}

.director-header-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.director-left {
    display: flex;
    align-items: center;
}

.director-status-icon i {
    font-size: 22px;
}

.shareholder-title {
    font-size: 1.1rem;
    font-weight: 800;
    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;
    /* border-bottom: #6f6f6f 1px dashed; */
    padding: 0 0 10px 0;
}

.swal2-title, .swal2-input {
    font-size: 15px;
}

.underline-input {
    border: none;
    border-bottom: 1px solid #ffffff;
    outline: none;
    width: 250px;
    display: inline-block;
    background: transparent;
    color: white;
}
/** Mar 02, 2026 **/
.director-title {
    font-size: 1.1rem;
    font-weight: 800;
    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;
    border-bottom: #6f6f6f 1px dashed;
    padding: 0 0 10px 0;
}

.btn-verify {
    background: #198754;
    padding: 8px 18px 6px 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;
    text-transform: uppercase;
}

    .btn-verify:hover {
        background: #066539;
    }

.dir-popup {
    background: #434343;
}

.dir-content {
    padding: 20px;
    text-align: center;
}

.dir-popup .modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
}

.dir-popup .modal-content {
    background: #434343;
    border: #000 1px solid;
    padding: 0;
    width: 300px;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

small {
    color: #e8e8e8 !important;
    font-size: 0.75rem !important;
}

.otp-input {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.otp-input input {
    width: 40px;
    height: 40px;
    margin: 0 5px;
    text-align: center;
    font-size: 1.2rem;
    border: 1px solid #444;
    border-radius: 4px;
    background-color: #2a2a2a;
    color: #ffffff;
}

.otp-input input::-webkit-outer-spin-button, .otp-input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.otp-input input[type=number] {
    -moz-appearance: textfield;
}

.otp-bt 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%);
    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;
}

.otp-bt button:hover {
    background: linear-gradient(90deg, rgba(201, 143, 48, 1) 0%, rgba(245, 233, 125, 1) 100%);
    transition: all 0.3s ease;
    color: #000;
}

.otp-bt button:disabled {
    background: #cccccc !important;
    color: #666666;
    cursor: not-allowed;
}

/*#timer {
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 1rem;
    color: #ffbf00;
}*/

.pending-kyc {
    border-radius: 5px;
    padding: 3px 6px;
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    border: #ffe000 1px dashed;
}

.ava-yellow {
    color: #ffe000 !important;
    -webkit-animation: colorchange 0.6s infinite alternate;
}
/** DOC UPLOAD **/
.doc-container {
    background: #e7e7e7;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    gap: 15px;
    align-items: flex-start;
}
/* Left Section */
.left-section {
    flex: 1;
    border-right: 1px solid #ddd;
    padding-right: 20px;
}

.file-label {
    background: #e9e9e9;
    padding: 8px 12px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: #3f51b5;
    margin-bottom: 15px;
}

.upload-box {
    border: 2px dashed #ccc;
    border-radius: 10px;
    padding: 40px 20px;
    text-align: center;
    transition: 0.3s;
    position: relative;
}

.upload-box.dragover {
    border-color: #3f51b5;
    background: #f0f3ff;
}

.upload-box p {
    margin-bottom: 15px;
    color: #555;
    font-weight: 600;
}

.upload-btn {
    background: #5a524a;
    color: #fff;
    padding: 8px 18px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.upload-btn:hover {
    opacity: 0.9;
}

input[type="file"] {
    display: none;
}
/* Right Section */
.right-section {
    flex: 1;
    padding-left: 0;
    color: #666;
    line-height: 1.6;
}

.confirm-wrapper {
    margin-top: 20px;
    text-align: center;
}

.confirm-btn {
    background: linear-gradient(to right, #b8860b, #f4c430);
    border: none;
    padding: 5px 16px;
    min-height: 30px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    font-size: 11px;
    line-height: 1.3;
}

.confirm-btn:hover {
    opacity: 0.9;
}

.corp-declartion fieldset {
    min-width: 0;
    padding: 30px 20px 20px 20px;
    margin: 20px 0;
    border: #777777 1px solid;
    border-radius: 6px;
    font-size: 0.75rem !important;
}

.corp-declartion fieldset legend {
    font-size: 1rem;
    margin: -42px 0 0 0;
    background: #434343;
    width: auto;
    padding: 0 15px;
    font-weight: 600;
}

:root {
    --bg: #0f1720;
    --card: #111827;
    --muted: #9ca3af;
    --accent: #3b82f6;
}

.file-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background: var(--card);
    border-radius: 6px;
    margin: 6px 6px 0 0;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transition: .2s;
}

.file-link:hover {
    background: #1e293b;
}

.file-link .ext {
    font-size: 11px;
    padding: 4px 6px;
    background: #1e2530;
    border-radius: 4px;
}

.verify-doc {
    margin: 0;
    padding: 0;
}

.verify-doc .modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 50;
}

.verify-doc .modal {
    background: var(--card);
    border-radius: 10px;
    max-width: 90%;
    width: 100%;
    max-height: 90%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.verify-doc .modal-header, .verify-doc .modal-footer {
    padding: 10px 14px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.verify-doc .modal-footer {
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: none;
}

.verify-doc .modal-body {
    flex: 1;
    padding: 0;
    background: var(--bg);
    overflow: auto; /* allow scroll */
    text-align: center; /* center inline images when not zoomed */
}
/* Image preview */
.preview-img {
    max-width: 100%;
    max-height: 80vh;
    border-radius: 6px;
    cursor: zoom-in;
    transition: all 0.3s ease;
    display: inline-block;
}

.preview-img.zoomed {
    max-width: none;
    max-height: none;
    width: auto;
    height: auto;
    cursor: zoom-out;
    display: block; /* important: breaks out of centering */
    margin: 0 auto; /* optional: keep horizontally centered */
}
/* Video preview */
.preview-video {
    max-width: 100%;
    max-height: 80vh;
    border-radius: 6px;
}
/* PDF / iframe preview */
.preview-iframe {
    width: 100%;
    height: 80vh;
    border: 0;
}
/* Text preview */
.preview-text {
    white-space: pre-wrap;
    max-height: 80vh;
    overflow: auto;
    padding: 12px;
    font-family: monospace;
    font-size: 14px;
}

/* Scoped — do not override KYC upload file rows */
.verify-doc .file-item,
.req-doc .file-item {
    display: inline-flex;
    align-items: center;
    margin: 6px 6px 0 0;
    background: transparent;
    border: none;
    padding: 0;
}

.file-link {
    border-radius: 6px 0 0 6px;
}

.file-close {
    background: #1e2530;
    border: none;
    color: #bbb;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    padding: 8px;
    border-radius: 0 6px 6px 0;
    transition: background 0.2s;
}

.file-close:hover {
    background: #374151;
    color: #fff;
}
/** Dec 2025 **/
.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;
}
/** Mar 03, 2026 **/
.req-doc-new {
    display: flex;
    align-items: center;
    background: #434343;
    border-radius: 6px;
    margin: 5px 0 0 0;
    padding: 10px;
    gap: 0;
    justify-content: center;
    flex-direction: column;
}

.req-doc-new .title {
    margin-bottom: 5px;
    font-weight: 600;
    text-align: center;
}

#UploadDoc fieldset legend {
    color: white !important;
    background: #373737 !important;
}

#UploadDoc {
    color: white !important;
}

/* PARTIAL PROFIT LABEL */
/* ========================================= */
.partial-profit-marker {
    background: #f59e0b !important;
    border: 2px solid #ffffff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 10px;
    position: absolute;
    top: -6px;
    z-index: 20;
    box-shadow: 0 0 10px rgba(245,158,11,.6);
    transition: all .3s ease;
}


.partial-profit-label {
    color: #f59e0b;
    font-weight: 700;
    position: absolute;
    transform: translateX(-50%);
    text-align: center;
    font-size: 12px;
}

.accordion-title-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

    .accordion-title-wrapper .left {
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .accordion-title-wrapper .right {
        display: flex;
        align-items: center;
    }

        /* Optional: bigger icon */
        .accordion-title-wrapper .right i {
            font-size: 18px;
        }

.aetram_market_card {
    background: #ffffff;
    border-radius: 28px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.18);
    overflow: hidden;
    position: relative;
}

.aetram_market_topline {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    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%);
}

.aetram_market_title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 30px;
}

.aetram_market_section {
    margin-top: 35px;
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: 700;
    color: #d35400;
    padding-left: 18px;
    border-left: 5px solid #d35400;
}

.aetram_market_point {
    /* background: #f8fafc; */
    /* border: 1px solid #e2e8f0; */
    border-radius: 18px;
    padding: 6px 22px;
    margin-bottom: 0px;
    color: black;
    line-height: 28px;
    font-size: 18px;
    transition: 0.3s;
}

    .aetram_market_point:hover {
        transform: translateY(-2px);
        background: #eff6ff;
        border-color: #93c5fd;
    }

.aetram_market_paragraph {
    color: #d35400;
    /* line-height: 34px; */
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: bold;
}

.aetram_market_green {
    color: #16a34a;
    font-weight: 700;
}

.aetram_market_red {
    color: #dc2626;
    font-weight: 700;
}

.aetram_market_footerline {
    margin-top: 30px;
    height: 1px;
    background: linear-gradient(to right,transparent,#cbd5e1,transparent);
}

@media(max-width:768px) {

    .aetram_market_card {
        padding: 25px;
    }

    .aetram_market_title {
        font-size: 28px;
        line-height: 42px;
    }

    .aetram_market_section {
        font-size: 20px;
    }
}

#thirdframe {
    font-family: 'Montserrat', sans-serif;
}


/* Fix calendar icon shifting issue */
input[type="date"].form-control,
input[type="datetime-local"].form-control {
    padding-right: 0.75rem !important;
    color-scheme: dark;
}

input[type="date"].form-control::-webkit-calendar-picker-indicator,
input[type="datetime-local"].form-control::-webkit-calendar-picker-indicator {
    filter: invert(78%) sepia(68%) saturate(620%) hue-rotate(358deg) brightness(108%) contrast(98%);
    opacity: 1;
    cursor: pointer;
    width: 18px;
    height: 18px;
}

[data-theme="light"] input[type="date"].form-control,
[data-theme="light"] input[type="datetime-local"].form-control {
    color-scheme: light;
}

[data-theme="light"] input[type="date"].form-control::-webkit-calendar-picker-indicator,
[data-theme="light"] input[type="datetime-local"].form-control::-webkit-calendar-picker-indicator {
    filter: none;
    opacity: 0.75;
}

/* Remove bootstrap validation icon for date */
input[type="date"].is-invalid,
input[type="date"].is-valid {
    background-image: none !important;
}
#Authorizedcontainer .iti__selected-dial-code {
    color: #000;
}
/* CRS Table Styling & Alignment Refinements */
.crs-table-container {
    margin-top: 15px;
    overflow-x: auto;
    width: 100%;
}

.crs-table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

    .crs-table th {
        font-size: 11.5px !important;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        padding: 12px 10px !important;
        vertical-align: middle !important;
        background-color: #000000 !important;
        color: #e8e8e8 !important;
        border: 1px solid #434343 !important;
        text-align: left;
    }

    .crs-table td {
        padding: 12px 10px !important;
        vertical-align: middle !important;
        border: 1px solid #434343 !important;
        background-color: transparent !important;
    }

.crs-residency-row input.form-control {
    margin-bottom: 0 !important; /* Override .inp-all bottom margin inside table */
    height: 34px;
    min-height: 34px;
    font-size: 12px;
    background-color: #e4e4e4 !important;
    color: #000 !important;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    width: 100% !important;
}

    .crs-residency-row input.form-control:focus {
        border-color: #e9ba3c !important;
        box-shadow: 0 0 4px rgba(233, 186, 60, 0.4) !important;
        background-color: #fff !important;
    }

.crs-residency-row input.crs-residency-explanation {
    height: 32px;
    font-size: 12px;
}

.crs-residency-serial {
    font-weight: 600;
    text-align: center;
    color: #e8e8e8;
    font-size: 14px;
}

.crs-reason-group {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

    .crs-reason-group .form-check-inline {
        margin-right: 0 !important;
        display: flex;
        align-items: center;
        gap: 4px;
        margin-bottom: 0 !important;
    }

    .crs-reason-group .form-check-input {
        margin-top: 0;
        cursor: pointer;
        width: 16px;
        height: 16px;
    }

    .crs-reason-group .form-check-label {
        font-size: 13px !important;
        font-weight: 500;
        color: #e8e8e8;
        margin-bottom: 0 !important;
        cursor: pointer;
    }

.btn-crs-clear-row {
    font-size: 12px !important;
    color: #e9ba3c !important;
    font-weight: 600;
    text-decoration: none;
}

    .btn-crs-clear-row:hover {
        color: #fff !important;
        text-decoration: underline !important;
    }

.btn-crs-residency-remove {
    padding: 0;
    font-size: 12px;
    font-weight: bold;
    border-radius: 4px;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
/* Validation styles override */
.crs-table .is-invalid {
    border-color: #dc3545 !important;
    background-image: none !important;
}

.crs-table .invalid-feedback {
    font-size: 11px;
    margin-top: 4px;
    color: #dc3545;
    font-weight: 500;
    display: none;
}
#pepResidencyTable, #pepTable, #newFatcaOwnerTable, #newFatcaResidencyTable {
    table-layout: fixed;
    width: 100%;
}

 #pepResidencyTable th, #pepResidencyTable td, #pepTable th, #pepTable td, #newFatcaOwnerTable th, #newFatcaOwnerTable td, #newFatcaResidencyTable th, #newFatcaResidencyTable td {
     vertical-align: middle !important;
     border-color: #434343 !important;
 }

 #pepResidencyTable input, #pepTable input, #newFatcaOwnerTable input, #newFatcaResidencyTable input {
     margin-bottom: 0 !important;
 }

/* Custom Premium Radio Buttons for FATCA Classification */
.fatca-classification-group {
    padding: 10px 0;
}

.fatca-option-card {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding: 12px 14px;
    margin-bottom: 12px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    cursor: pointer;
    transition: all 0.25s ease;
}

.fatca-option-card:hover {
    background: rgba(226, 190, 89, 0.05);
    border-color: rgba(226, 190, 89, 0.25);
    transform: translateX(4px);
}

.fatca-option-card.active-selected {
    background: rgba(226, 190, 89, 0.08);
    border-color: rgba(226, 190, 89, 0.5) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* Hide native input */
.fatca-option-card input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* Custom Checkmark Circle */
.fatca-option-card .radio-indicator {
    position: relative;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    margin-right: 12px;
    border-radius: 50%;
    border: 2px solid #777;
    background: #1f1f1f;
    transition: all 0.25s ease;
}

.fatca-option-card:hover .radio-indicator {
    border-color: #e2be59;
}

.fatca-option-card input[type="radio"]:checked + .radio-indicator {
    border-color: #e2be59;
    background: #e2be59;
    box-shadow: 0 0 8px rgba(226, 190, 89, 0.4);
}

.fatca-option-card .radio-indicator::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #242526;
    transition: transform 0.2s ease;
}

.fatca-option-card input[type="radio"]:checked + .radio-indicator::after {
    transform: translate(-50%, -50%) scale(1);
}

.fatca-option-card .option-label {
    font-size: 13.5px;
    color: #e0e0e0;
    font-weight: 500;
    user-select: none;
    line-height: 1.4;
    cursor: pointer;
    margin: 0;
}

.fatca-option-card input[type="radio"]:checked ~ .option-label {
    color: #ffffff;
    font-weight: 600;
}

.fatca-sub-heading {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #4dc3ff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 8px;
    margin-bottom: 12px;
    margin-top: 15px;
    text-transform: uppercase;
}

.fatca-horizontal-options {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;
}

.fatca-horizontal-options .fatca-option-card {
    margin-bottom: 0 !important;
    flex: 1 1 calc(33.333% - 12px);
    min-width: 280px;
}
#newFatcaSectionE {
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 8px !important;
    background: rgba(30, 30, 30, 0.4) !important;
    backdrop-filter: blur(10px) !important;
    padding: 1.5rem !important;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2) !important;
    margin-bottom: 2rem !important;
}

    #newFatcaSectionE legend {
        float: none;
        width: auto;
        font-size: 1rem;
        font-weight: 700;
        letter-spacing: 1px;
        color: #e9ba3c;
        background: #111;
        padding: 6px 20px;
        border-radius: 50px;
        border: 1px solid rgba(233, 186, 60, 0.3);
        margin-left: 10px;
        margin-bottom: 0;
        box-shadow: 0 4px 15px rgba(233, 186, 60, 0.1);
    }

    #newFatcaSectionE .text-light {
        color: #c7c7c7 !important;
        line-height: 1.6;
    }

#newFatcaOwnerTable {
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0 8px !important;
    margin-top: 10px !important;
    background: transparent !important;
}

    #newFatcaOwnerTable thead tr th {
        background: rgba(0, 0, 0, 0.6) !important;
        color: #e8e8e8 !important;
        font-weight: 600;
        font-size: 0.75rem;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        border: none !important;
        padding: 12px 10px !important;
    }

        #newFatcaOwnerTable thead tr th:first-child {
            border-top-left-radius: 6px !important;
            border-bottom-left-radius: 6px !important;
        }

        #newFatcaOwnerTable thead tr th:last-child {
            border-top-right-radius: 6px !important;
            border-bottom-right-radius: 6px !important;
        }

    #newFatcaOwnerTable tbody tr {
        background: rgba(45, 45, 45, 0.6) !important;
        transition: all 0.25s ease !important;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05) !important;
    }

        #newFatcaOwnerTable tbody tr:hover {
            background: rgba(67, 67, 67, 0.8) !important;
            transform: translateY(-1px);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15) !important;
        }

        #newFatcaOwnerTable tbody tr td {
            padding: 14px 8px 20px 8px !important;
            position: relative !important;
            vertical-align: middle !important;
            border: none !important;
            background: transparent !important;
            color: #e8e8e8 !important;
        }

            #newFatcaOwnerTable tbody tr td:first-child {
                border-top-left-radius: 6px !important;
                border-bottom-left-radius: 6px !important;
            }

            #newFatcaOwnerTable tbody tr td:last-child {
                border-top-right-radius: 6px !important;
                border-bottom-right-radius: 6px !important;
            }

    #newFatcaOwnerTable input.form-control {
        margin-bottom: 0 !important;
        height: 34px !important;
        min-height: 34px !important;
        font-size: 12px !important;
        background-color: rgba(255, 255, 255, 0.07) !important;
        color: #fff !important;
        border: 1px solid rgba(255, 255, 255, 0.15) !important;
        border-radius: 6px !important;
        width: 100% !important;
        transition: all 0.2s ease !important;
        padding: 6px 12px !important;
    }

        #newFatcaOwnerTable input.form-control::placeholder {
            color: rgba(255, 255, 255, 0.35) !important;
        }

        #newFatcaOwnerTable input.form-control:focus {
            border-color: #e9ba3c !important;
            box-shadow: 0 0 8px rgba(233, 186, 60, 0.3) !important;
            background-color: rgba(0, 0, 0, 0.2) !important;
            outline: none !important;
        }

        #newFatcaOwnerTable input.form-control.is-invalid {
            border-color: #ff5e5e !important;
            box-shadow: 0 0 8px rgba(255, 94, 94, 0.2) !important;
            background-color: rgba(255, 94, 94, 0.05) !important;
        }

    #newFatcaOwnerTable .input-group {
        border-radius: 6px !important;
        overflow: hidden !important;
    }

    #newFatcaOwnerTable .input-group-text {
        background-color: rgba(255, 255, 255, 0.12) !important;
        border: 1px solid rgba(255, 255, 255, 0.15) !important;
        border-left: none !important;
        color: #e8e8e8 !important;
        font-size: 13px !important;
        font-weight: 600 !important;
    }

    #newFatcaOwnerTable .invalid-feedback {
        display: none;
        position: absolute !important;
        bottom: 2px !important;
        left: 8px !important;
        right: 8px !important;
        font-size: 9px !important;
        color: #ff5e5e !important;
        margin: 0 !important;
        text-align: left !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }

    #newFatcaOwnerTable input.is-invalid + .invalid-feedback,
    #newFatcaOwnerTable .is-invalid ~ .invalid-feedback {
        display: block !important;
    }

#btnNewFatcaOwnerAdd {
    background: linear-gradient(135deg, #28a745 0%, #1e7e34 100%) !important;
    border: none !important;
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3) !important;
    padding: 6px 16px !important;
    font-weight: 600 !important;
    border-radius: 50px !important;
    transition: all 0.25s ease !important;
}

    #btnNewFatcaOwnerAdd:hover {
        transform: translateY(-1px) !important;
        box-shadow: 0 6px 15px rgba(40, 167, 69, 0.4) !important;
    }

    #btnNewFatcaOwnerAdd:active {
        transform: translateY(1px) !important;
    }

.btn-new-fatca-owner-remove {
    background: rgba(220, 53, 69, 0.15) !important;
    color: #ff5e5e !important;
    border: 1px solid rgba(220, 53, 69, 0.4) !important;
    width: 28px !important;
    height: 28px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    font-size: 11px !important;
    line-height: 26px !important;
    font-weight: 700 !important;
    transition: all 0.25s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

    .btn-new-fatca-owner-remove:hover {
        background: #dc3545 !important;
        color: #fff !important;
        border-color: #dc3545 !important;
        box-shadow: 0 4px 10px rgba(220, 53, 69, 0.3) !important;
    }

.new-fatca-owner-serial {
    font-weight: 700 !important;
    color: #e9ba3c !important;
    font-size: 13px !important;
}

/* Custom Premium Gold Theme for CRS, AML, and PEP */

.personal-info-tab-content fieldset,
#collapseCRS fieldset,
#collapseFATCA fieldset,
#collapseAML fieldset,
#collapsePEP fieldset {
    border: 1px solid rgba(233, 186, 60, 0.25) !important;
    border-radius: 8px !important;
    background: rgba(30, 30, 30, 0.4) !important;
    backdrop-filter: blur(10px) !important;
    padding: 1.8rem !important;
    margin-bottom: 2.2rem !important;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.3), 0 8px 32px rgba(0, 0, 0, 0.25) !important;
}

.personal-info-tab-content legend,
#collapseCRS legend,
#collapseFATCA legend,
#collapseAML legend,
#collapsePEP legend {
    float: none;
    width: auto;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #e9ba3c !important;
    background: #111 !important;
    padding: 6px 20px !important;
    border-radius: 50px !important;
    border: 1px solid rgba(233, 186, 60, 0.4) !important;
    margin-left: 10px !important;
    margin-bottom: 0 !important;
    box-shadow: 0 4px 15px rgba(233, 186, 60, 0.2) !important;
}

.personal-info-tab-content .text-light,
#collapseCRS .text-light,
#collapseFATCA .text-light,
#collapseAML .text-light,
#collapsePEP .text-light {
    color: #c7c7c7 !important;
    line-height: 1.6;
}

/* Accordion Custom Styling */
.personal-info-tab-content .accordion-body,
#collapseCRS .accordion-body,
#collapseFATCA .accordion-body,
#collapseAML .accordion-body,
#collapsePEP .accordion-body {
    background: rgba(30, 30, 30, 0.45) !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(233, 186, 60, 0.2) !important;
    border-top: none !important;
    border-radius: 0 0 12px 12px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25) !important;
    padding: 2rem !important;
}

.accordion-item.verification {
    border: 1px solid rgba(233, 186, 60, 0.2) !important;
    background: transparent !important;
    margin-bottom: 1rem !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15) !important;
}

.upload-proof {
    background: #1e1e1e !important;
    color: #fff !important;
    border: none !important;
    padding: 1.25rem 1.5rem !important;
    transition: all 0.3s ease !important;
}

.upload-proof:not(.collapsed) {
    background: #111 !important;
    color: #e9ba3c !important;
    box-shadow: inset 0 -2px 0 rgba(233, 186, 60, 0.8) !important;
}

.upload-proof:hover {
    color: #e9ba3c !important;
    background: #151515 !important;
}

.upload-proof b {
    font-size: 1.05rem !important;
    letter-spacing: 0.5px !important;
    font-weight: 700 !important;
}

/* Unified Table Design for CRS, AML, PEP, and FATCA Residency */
#newFatcaResidencyTable,
#crsResidencyTable,
#pepTable,
#crsControllingPersonTable {
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0 8px !important;
    margin-top: 10px !important;
    background: transparent !important;
}

#newFatcaResidencyTable thead tr th,
#crsResidencyTable thead tr th,
#pepTable thead tr th,
#crsControllingPersonTable thead tr th {
    background: rgba(0, 0, 0, 0.6) !important;
    color: #e8e8e8 !important;
    font-weight: 600;
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: none !important;
    padding: 12px 10px !important;
}

#newFatcaResidencyTable thead tr th:first-child,
#crsResidencyTable thead tr th:first-child,
#pepTable thead tr th:first-child,
#crsControllingPersonTable thead tr th:first-child {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}
#newFatcaResidencyTable thead tr th:last-child,
#crsResidencyTable thead tr th:last-child,
#pepTable thead tr th:last-child,
#crsControllingPersonTable thead tr th:last-child {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

#newFatcaResidencyTable tbody tr,
#crsResidencyTable tbody tr,
#pepTable tbody tr,
#crsControllingPersonTable tbody tr {
    background: rgba(45, 45, 45, 0.6) !important;
    transition: all 0.25s ease !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05) !important;
}

#newFatcaResidencyTable tbody tr td,
#crsResidencyTable tbody tr td,
#pepTable tbody tr td,
#crsControllingPersonTable tbody tr td {
    padding: 14px 8px 20px 8px !important;
    position: relative !important;
    vertical-align: middle !important;
    border: none !important;
    background: transparent !important;
    color: #e8e8e8 !important;
    border-top: 1px solid rgba(233, 186, 60, 0.15) !important;
    border-bottom: 1px solid rgba(233, 186, 60, 0.15) !important;
}

#newFatcaResidencyTable tbody tr td:first-child,
#crsResidencyTable tbody tr td:first-child,
#pepTable tbody tr td:first-child,
#crsControllingPersonTable tbody tr td:first-child {
    border-left: 1px solid rgba(233, 186, 60, 0.15) !important;
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}
#newFatcaResidencyTable tbody tr td:last-child,
#crsResidencyTable tbody tr td:last-child,
#pepTable tbody tr td:last-child,
#crsControllingPersonTable tbody tr td:last-child {
    border-right: 1px solid rgba(233, 186, 60, 0.15) !important;
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

#newFatcaResidencyTable tbody tr:hover td,
#crsResidencyTable tbody tr:hover td,
#pepTable tbody tr:hover td,
#crsControllingPersonTable tbody tr:hover td {
    border-top-color: rgba(233, 186, 60, 0.45) !important;
    border-bottom-color: rgba(233, 186, 60, 0.45) !important;
}
#newFatcaResidencyTable tbody tr:hover td:first-child,
#crsResidencyTable tbody tr:hover td:first-child,
#pepTable tbody tr:hover td:first-child,
#crsControllingPersonTable tbody tr:hover td:first-child {
    border-left-color: rgba(233, 186, 60, 0.45) !important;
}
#newFatcaResidencyTable tbody tr:hover td:last-child,
#crsResidencyTable tbody tr:hover td:last-child,
#pepTable tbody tr:hover td:last-child,
#crsControllingPersonTable tbody tr:hover td:last-child {
    border-right-color: rgba(233, 186, 60, 0.45) !important;
}

/* Style inputs inside tables */
#newFatcaResidencyTable input.form-control,
#newFatcaResidencyTable select.form-control,
#crsResidencyTable input.form-control,
#crsResidencyTable select.form-control,
#pepTable input.form-control {
    margin-bottom: 0 !important;
    height: 34px !important;
    min-height: 34px !important;
    font-size: 12px !important;
    background-color: rgba(0, 0, 0, 0.25) !important;
    color: #fff !important;
    border: 1px solid rgba(233, 186, 60, 0.25) !important;
    border-radius: 6px !important;
    width: 100% !important;
    transition: all 0.2s ease !important;
    padding: 6px 12px !important;
}

#newFatcaResidencyTable input.form-control::placeholder,
#crsResidencyTable input.form-control::placeholder,
#pepTable input.form-control::placeholder {
    color: rgba(255, 255, 255, 0.35) !important;
}

#newFatcaResidencyTable input.form-control:focus,
#newFatcaResidencyTable select.form-control:focus,
#crsResidencyTable input.form-control:focus,
#crsResidencyTable select.form-control:focus,
#pepTable input.form-control:focus {
    border-color: #e9ba3c !important;
    box-shadow: 0 0 8px rgba(233, 186, 60, 0.4) !important;
    background-color: rgba(0, 0, 0, 0.4) !important;
    outline: none !important;
}

#newFatcaResidencyTable input.form-control.is-invalid,
#newFatcaResidencyTable select.form-control.is-invalid,
#crsResidencyTable input.form-control.is-invalid,
#crsResidencyTable select.form-control.is-invalid,
#pepTable input.form-control.is-invalid {
    border-color: #ff5e5e !important;
    box-shadow: 0 0 8px rgba(255, 94, 94, 0.2) !important;
    background-color: rgba(255, 94, 94, 0.05) !important;
}

/* Style input-group text (percent symbol) */
#pepTable .input-group {
    border-radius: 6px !important;
    overflow: hidden !important;
}

#pepTable .input-group-text {
    background-color: rgba(255, 255, 255, 0.12) !important;
    border: 1px solid rgba(233, 186, 60, 0.25) !important;
    border-left: none !important;
    color: #e8e8e8 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

/* Hide clear button as requested */
.btn-crs-clear-row {
    display: none !important;
}

/* Style custom validation feedback */
#newFatcaResidencyTable .invalid-feedback,
#crsResidencyTable .invalid-feedback,
#pepTable .invalid-feedback {
    display: none;
    position: absolute !important;
    bottom: 2px !important;
    left: 8px !important;
    right: 8px !important;
    font-size: 9px !important;
    color: #ff5e5e !important;
    margin: 0 !important;
    text-align: left !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

#newFatcaResidencyTable input.is-invalid + .invalid-feedback,
#newFatcaResidencyTable .is-invalid ~ .invalid-feedback,
#crsResidencyTable input.is-invalid + .invalid-feedback,
#crsResidencyTable .is-invalid ~ .invalid-feedback,
#pepTable input.is-invalid + .invalid-feedback,
#pepTable .is-invalid ~ .invalid-feedback {
    display: block !important;
}

/* Buttons Styling */
#btnNewFatcaResidencyAdd,
#btnCrsResidencyAdd,
#btnPepAdd {
    background: linear-gradient(135deg, #28a745 0%, #1e7e34 100%) !important;
    border: none !important;
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3) !important;
    padding: 6px 16px !important;
    font-weight: 600 !important;
    border-radius: 50px !important;
    transition: all 0.25s ease !important;
    color: #fff !important;
}

#btnNewFatcaResidencyAdd:hover,
#btnCrsResidencyAdd:hover,
#btnPepAdd:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 15px rgba(40, 167, 69, 0.4) !important;
}

#btnNewFatcaResidencyAdd:active,
#btnCrsResidencyAdd:active,
#btnPepAdd:active {
    transform: translateY(1px) !important;
}

/* Remove button styling */
.btn-crs-residency-remove,
.btn-pep-remove {
    background: rgba(220, 53, 69, 0.15) !important;
    color: #ff5e5e !important;
    border: 1px solid rgba(220, 53, 69, 0.4) !important;
    width: 28px !important;
    height: 28px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    font-size: 11px !important;
    line-height: 26px !important;
    font-weight: 700 !important;
    transition: all 0.25s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.btn-crs-residency-remove:hover,
.btn-pep-remove:hover {
    background: #dc3545 !important;
    color: #fff !important;
    border-color: #dc3545 !important;
    box-shadow: 0 4px 10px rgba(220, 53, 69, 0.3) !important;
}

/* Serial numbers */
.crs-residency-serial,
.pep-serial {
    font-weight: 700 !important;
    color: #e9ba3c !important;
    font-size: 13px !important;
}

/* Underline inputs in AML / PEP / CRS */
#collapseCRS .underline-input,
#collapseAML .underline-input,
#collapsePEP .underline-input {
    background: transparent !important;
    border: none !important;
    border-bottom: 2px solid rgba(233, 186, 60, 0.4) !important;
    color: #fff !important;
    padding: 4px 10px !important;
    font-size: 14px !important;
    width: 250px !important;
    transition: all 0.25s ease !important;
    outline: none !important;
}

#collapseCRS .underline-input:focus,
#collapseAML .underline-input:focus,
#collapsePEP .underline-input:focus {
    border-bottom-color: #e9ba3c !important;
    background: rgba(255, 255, 255, 0.03) !important;
    box-shadow: 0 4px 10px -5px rgba(233, 186, 60, 0.4) !important;
}

/* Premium Gold Save Buttons */
#collapseCRS .btn-verify,
#collapseAML .btn-verify,
#collapsePEP .btn-verify {
    background: linear-gradient(135deg, #e9ba3c 0%, #b8860b 100%) !important;
    color: #111 !important;
    box-shadow: 0 4px 12px rgba(233, 186, 60, 0.25) !important;
    padding: 6px 20px !important;
    min-height: 34px !important;
    border-radius: 50px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    transition: all 0.25s ease !important;
    text-transform: uppercase !important;
    border: 1px solid rgba(233, 186, 60, 0.2) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

#collapseCRS .btn-verify:hover,
#collapseAML .btn-verify:hover,
#collapsePEP .btn-verify:hover {
    background: linear-gradient(135deg, #f3cd5b 0%, #c59317 100%) !important;
    box-shadow: 0 6px 18px rgba(233, 186, 60, 0.35) !important;
    transform: translateY(-1px) !important;
}

#collapseCRS .btn-verify:active,
#collapseAML .btn-verify:active,
#collapsePEP .btn-verify:active {
    transform: translateY(1px) !important;
}

/* Premium Golden Input Fields for KYC Steps and Compliance Sections */
.personal-info-tab-content .form-control,
.personal-info-tab-content .form-select,
.personal-info-tab-content textarea {
    background-color: rgba(0, 0, 0, 0.25) !important;
    color: #fff !important;
    border: 1px solid rgba(233, 186, 60, 0.25) !important;
    border-radius: 6px !important;
    height: 34px !important;
    min-height: 34px !important;
    font-size: 12px !important;
    transition: all 0.2s ease !important;
    padding: 6px 12px !important;
}

.personal-info-tab-content textarea {
    height: auto !important;
    min-height: 80px !important;
}

.personal-info-tab-content .form-control::placeholder,
.personal-info-tab-content textarea::placeholder {
    color: rgba(255, 255, 255, 0.35) !important;
}

.personal-info-tab-content .form-control:focus,
.personal-info-tab-content .form-select:focus,
.personal-info-tab-content textarea:focus {
    border-color: #e9ba3c !important;
    box-shadow: 0 0 8px rgba(233, 186, 60, 0.4) !important;
    background-color: rgba(0, 0, 0, 0.4) !important;
    outline: none !important;
}

.personal-info-tab-content .form-control.is-invalid,
.personal-info-tab-content .form-select.is-invalid,
.personal-info-tab-content textarea.is-invalid {
    border-color: #ff5e5e !important;
    box-shadow: 0 0 8px rgba(255, 94, 94, 0.2) !important;
    background-color: rgba(255, 94, 94, 0.05) !important;
}

/* Premium Gold Accent Color for Native Radios and Checkboxes */
.personal-info-tab-content input[type="checkbox"],
.personal-info-tab-content input[type="radio"] {
    accent-color: #e9ba3c !important;
    cursor: pointer;
}

/* Stable Layout for Validation Messages (Prevent Layout Shifting) */
.personal-info-tab-content [class*="col-"] {
    position: relative !important;
    /* padding-bottom: 22px !important; */
}

/* Validation Feedback Messages Style */
.personal-info-tab-content .invalid-feedback {
    display: none;
    font-size: 11px !important;
    font-weight: 500 !important;
    color: #ff5e5e !important;
    margin: 5px 0 0 0 !important;
    text-align: left !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
    line-height: 1.35 !important;
    max-width: 100% !important;
}

.personal-info-tab-content .form-control.is-invalid ~ .invalid-feedback,
.personal-info-tab-content .form-select.is-invalid ~ .invalid-feedback,
.personal-info-tab-content textarea.is-invalid ~ .invalid-feedback,
.personal-info-tab-content #professionTypeGroup.is-invalid .invalid-feedback {
    display: block !important;
}

/* Keep validation messages in normal document flow so long text wraps to a new line */
.personal-info-tab-content [class*="col-"] > .invalid-feedback {
    position: static !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    margin: 5px 0 0 0 !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
    line-height: 1.35 !important;
    max-width: 100% !important;
}

/* Account Type "Other:" inline text box */
.personal-info-tab-content .accinfo-other-option {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 0.5rem !important;
}

.personal-info-tab-content .accinfo-other-option .form-check-label {
    margin-bottom: 0 !important;
    white-space: nowrap !important;
}

.personal-info-tab-content .accinfo-other-option #AccountInfoOtherText,
.personal-info-tab-content .accinfo-other-option #tradingProfileDescription {
    width: 160px !important;
    min-height: 32px !important;
    height: 32px !important;
    margin-bottom: 0 !important;
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

/* Override padding for columns inside tables so table layouts don't break */
.personal-info-tab-content table [class*="col-"] {
    padding-bottom: 0 !important;
}

/* Ensure select option dropdowns match the dark premium theme */
.personal-info-tab-content select option {
    background-color: #1e2733 !important; /* Matches --aetram-input-bg */
    color: #fff !important;
}

/* Bank details modal: keep validation messages directly below their field */
#addbank .bank-field-group,
#UpdateBank .bank-field-group {
    display: flex;
    flex-direction: column;
    width: 100%;
}

#addbank .bank-field-group .form-control,
#addbank .bank-field-group .form-select,
#UpdateBank .bank-field-group .form-control,
#UpdateBank .bank-field-group .form-select,
#addbank .bank-field-group textarea.form-control,
#UpdateBank .bank-field-group textarea.form-control {
    margin-bottom: 0 !important;
}

#addbank .bank-field-group .invalid-feedback,
#UpdateBank .bank-field-group .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    position: static !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
    line-height: 1.35 !important;
}

#addbank .bank-field-group .form-control.is-invalid ~ .invalid-feedback,
#addbank .bank-field-group .form-select.is-invalid ~ .invalid-feedback,
#addbank .bank-field-group textarea.form-control.is-invalid ~ .invalid-feedback,
#UpdateBank .bank-field-group .form-control.is-invalid ~ .invalid-feedback,
#UpdateBank .bank-field-group .form-select.is-invalid ~ .invalid-feedback,
#UpdateBank .bank-field-group textarea.form-control.is-invalid ~ .invalid-feedback {
    display: block;
}

/* ==========================================================================
   intl-tel-input (International Mobile Fields) Premium Theme & Layout Fixes
   ========================================================================== */

/* 1. Ensure the wrapper behaves as a block element with full width */
.personal-info-tab-content .iti,
.iti--new-mobile {
    display: block !important;
    width: 100% !important;
}

/* 2. Fix the padding overlap caused by custom form-control padding rules */
.personal-info-tab-content .iti input.form-control,
.iti--new-mobile input.form-control {
    padding-left: 52px !important;
}

.personal-info-tab-content .iti--separate-dial-code input.form-control,
.iti--separate-dial-code.iti--new-mobile input.form-control {
    padding-left: 85px !important;
}

/* 3. Style selected flag container and arrow */
.personal-info-tab-content .iti__selected-flag,
.iti--new-mobile .iti__selected-flag {
    border-radius: 6px 0 0 6px !important;
    background-color: rgba(0, 0, 0, 0.15) !important;
    transition: background-color 0.2s ease !important;
    padding: 0 8px 0 10px !important;
    height: 34px !important;
}

.personal-info-tab-content .iti__selected-flag:hover,
.iti--new-mobile .iti__selected-flag:hover {
    background-color: rgba(233, 186, 60, 0.15) !important;
}

.personal-info-tab-content .iti__selected-dial-code,
.iti--new-mobile .iti__selected-dial-code {
    color: #fff !important;
    font-size: 13.5px !important;
    font-weight: 500 !important;
}

.personal-info-tab-content .iti__arrow,
.iti--new-mobile .iti__arrow {
    border-top-color: #fff !important;
}

.personal-info-tab-content .iti__arrow--up,
.iti--new-mobile .iti__arrow--up {
    border-bottom-color: #fff !important;
}

/* 4. Luxurious dark gold theme for the country dropdown list */
.personal-info-tab-content .iti__country-list,
.iti--new-mobile .iti__country-list {
    background-color: #1e2733 !important; /* Matches premium --aetram-input-bg */
    border: 1px solid rgba(233, 186, 60, 0.35) !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5) !important;
    border-radius: 6px !important;
    color: #fff !important;
    padding: 5px 0 !important;
    margin-top: 4px !important;
}

.personal-info-tab-content .iti__country,
.iti--new-mobile .iti__country {
    padding: 8px 12px !important;
    color: #fff !important;
    transition: background-color 0.15s ease !important;
}

.personal-info-tab-content .iti__country.iti__highlight,
.iti--new-mobile .iti__country.iti__highlight {
    background-color: rgba(233, 186, 60, 0.15) !important;
}

.personal-info-tab-content .iti__country-name,
.iti--new-mobile .iti__country-name {
    color: #fff !important;
    font-size: 13px !important;
}

.personal-info-tab-content .iti__dial-code,
.iti--new-mobile .iti__dial-code {
    color: #e9ba3c !important; /* Gold text for dial codes in dropdown */
    font-size: 13px !important;
    font-weight: 600 !important;
}

.personal-info-tab-content .iti__divider,
.iti--new-mobile .iti__divider {
    border-bottom: 1px solid rgba(233, 186, 60, 0.15) !important;
    margin-bottom: 4px !important;
    padding-bottom: 4px !important;
}

/* Make HTML5 date input calendar picker icon visible on dark KYC fields */
.personal-info-tab-content input[type="date"],
.personal-info-tab-content input[type="datetime-local"] {
    color-scheme: dark;
}

.personal-info-tab-content input[type="date"]::-webkit-calendar-picker-indicator,
.personal-info-tab-content input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    filter: invert(78%) sepia(68%) saturate(620%) hue-rotate(358deg) brightness(108%) contrast(98%) !important;
    opacity: 1 !important;
    cursor: pointer;
    width: 18px;
    height: 18px;
    margin-right: 2px;
}

/* ==========================================================================
   hlc-table (Tax Residency & Owners Tables) Equal Width & Overflow Alignment Fixes
   Excludes table.dataTable â€” responsive DataTables must not inherit min-width: 900px.
   ========================================================================== */

/* 1. Force fixed table-layout with a minimum width to prevent column squishing */
.hlc-table table:not(.dataTable) {
    table-layout: fixed !important;
    width: 100% !important;
    min-width: 900px !important;
}

/* 2. Allow headers to wrap naturally and center vertically to prevent text overlap */
.hlc-table table:not(.dataTable) thead tr th {
    white-space: normal !important;
    vertical-align: middle !important;
    text-align: center !important;
    line-height: 1.4 !important;
    padding: 10px 8px !important;
}

/* 3. Center serial numbers and action cells vertically and horizontally */
.hlc-table table:not(.dataTable) tbody tr td {
    vertical-align: middle !important;
}

.hlc-table table:not(.dataTable) tbody tr td:first-child,
.hlc-table table:not(.dataTable) tbody tr td:last-child {
    text-align: center !important;
}

/* DataTables: fill container on all viewports; responsive plugin hides columns on mobile */
.hlc-table table.dataTable,
.colvis-table table.dataTable {
    table-layout: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
}

@media screen and (max-width: 767px) {
    .hlc-table:has(table.dataTable),
    .colvis-table:has(table.dataTable) {
        overflow-x: hidden;
        max-width: 100%;
    }

    .hlc-table .dataTables_wrapper,
    .colvis-table .dataTables_wrapper {
        overflow-x: hidden !important;
        max-width: 100%;
    }

    /* Landing account + balance rows: full-width, left-aligned (not centered stack) */
    .sp-card-content .subpage-card > .d-flex.flex-column:has(.la-left),
    .sp-card-content .subpage-card > .d-flex.flex-column:has(.la-right),
    .sp-card-content .subpage-card .d-flex.flex-column:has(.la-left),
    .sp-card-content .subpage-card .d-flex.flex-column:has(.la-right) {
        align-items: stretch !important;
        text-align: left !important;
        width: 100%;
    }

    .sp-card-content .la-left,
    .sp-card-content .la-right {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 auto !important;
        text-align: left !important;
    }

    .sp-card-content .la-left p,
    .sp-card-content .la-right p {
        width: 100%;
        text-align: left !important;
    }

    .sp-card-content .la-right {
        margin-top: 10px;
    }
}

/* KYC Step 2 — PEP details card (Documents / Document_m) */
.pep-details-card {
    border: 1px solid rgba(233, 186, 60, 0.22);
    border-left: 4px solid #e9ba3c;
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(35, 35, 38, 0.95) 0%, rgba(22, 22, 24, 0.88) 100%);
    padding: 20px 22px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.pep-details-card__header {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(233, 186, 60, 0.14);
}

.pep-details-card__badge {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: linear-gradient(135deg, #e9ba3c 0%, #c9962a 100%);
    color: #1a1a1a;
    font-weight: 700;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.6px;
    box-shadow: 0 4px 12px rgba(233, 186, 60, 0.25);
}

.pep-details-card__title {
    margin: 0 0 5px;
    font-size: 13px;
    font-weight: 700;
    color: #f0f0f0;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.pep-details-card__subtitle {
    margin: 0;
    font-size: 11px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.55);
}

.pep-details-card .pep-field-label {
    font-size: 10px !important;
    color: rgba(233, 186, 60, 0.9) !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 0.45px;
    margin-bottom: 6px !important;
}

.pep-details-card .pep-detail-input {
    margin-bottom: 0 !important;
    background-color: rgba(0, 0, 0, 0.35) !important;
    color: #fff !important;
    border: 1px solid rgba(233, 186, 60, 0.22) !important;
    border-radius: 8px !important;
    min-height: 38px !important;
    height: 38px !important;
    font-size: 12px !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.pep-details-card .pep-detail-input::placeholder {
    color: rgba(255, 255, 255, 0.32) !important;
    text-transform: none;
}

.pep-details-card .pep-detail-input:focus {
    border-color: #e9ba3c !important;
    box-shadow: 0 0 0 3px rgba(233, 186, 60, 0.14) !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    outline: none !important;
}

.pep-details-card .pep-detail-input.is-invalid {
    border-color: #ff5e5e !important;
    box-shadow: 0 0 0 2px rgba(255, 94, 94, 0.18) !important;
    background-color: rgba(255, 94, 94, 0.06) !important;
}

.pep-details-card .pep-field-error {
    display: none;
    margin-top: 4px;
    font-size: 10px;
    font-weight: 500;
    color: #ff7b7b;
}

.pep-details-card .is-invalid ~ .pep-field-error {
    display: block;
}

@media (max-width: 767.98px) {
    .pep-details-card {
        padding: 16px;
    }

    .pep-details-card__header {
        flex-direction: column;
        gap: 10px;
    }
}

