/*
 * Nexa UI Unification - Auth + User V1
 * Family layer on top of Nexa_UI_Design_System_Core_V1 + Nexa_Legacy_UI_Bridge_V1.
 * Presentation only: no JavaScript, route, controller, order, payment, balance, or DB behavior.
 */

/* ========================================================================== 
   AUTH FAMILY
   ========================================================================== */
body.nexa-ds-core-v1.nexa-auth-unified-v1 {
    color: var(--nexa-ds-text-soft);
    background:
        radial-gradient(circle at 15% 18%, rgb(var(--nexa-ds-primary-rgb), .10), transparent 27%),
        radial-gradient(circle at 88% 4%, rgba(124, 77, 255, .08), transparent 24%),
        var(--nexa-ds-bg-deep);
}

body.nexa-auth-unified-v1 .nexa-site-shell {
    min-height: 100vh;
    background: transparent;
}

body.nexa-auth-unified-v1 .login-register-section {
    position: relative;
    min-height: min(760px, calc(100vh - 160px));
    padding: clamp(58px, 7vw, 94px) 0 clamp(68px, 8vw, 110px);
    overflow: hidden;
}

body.nexa-auth-unified-v1 .login-register-section::before,
body.nexa-auth-unified-v1 .login-register-section::after {
    position: absolute;
    z-index: 0;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    content: "";
    pointer-events: none;
    filter: blur(1px);
}

body.nexa-auth-unified-v1 .login-register-section::before {
    top: 14%;
    left: max(-210px, -13vw);
    background: radial-gradient(circle, rgb(var(--nexa-ds-primary-rgb), .15), transparent 67%);
}

body.nexa-auth-unified-v1 .login-register-section::after {
    right: max(-210px, -13vw);
    bottom: 2%;
    background: radial-gradient(circle, rgba(124, 77, 255, .12), transparent 68%);
}

body.nexa-auth-unified-v1 .login-register-section > .container,
body.nexa-auth-unified-v1 > .nexa-site-shell > .container,
body.nexa-auth-unified-v1 .nexa-site-shell > .container {
    position: relative;
    z-index: 1;
}

body.nexa-auth-unified-v1 .login-register-section .row.justify-content-center,
body.nexa-auth-unified-v1 .nexa-site-shell > .container > .row.justify-content-center {
    align-items: center;
}

body.nexa-auth-unified-v1 .login-register-form,
body.nexa-auth-unified-v1 .nexa-site-shell > .container .card {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--nexa-ds-border) !important;
    border-radius: 24px !important;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .026), transparent 35%),
        linear-gradient(165deg, rgba(36, 40, 62, .98), rgba(25, 29, 47, .98)) !important;
    box-shadow:
        0 28px 80px rgba(4, 6, 17, .34),
        inset 0 1px 0 rgba(255, 255, 255, .045) !important;
}

body.nexa-auth-unified-v1 .login-register-form::before,
body.nexa-auth-unified-v1 .nexa-site-shell > .container .card::before {
    position: absolute;
    inset: 0 0 auto;
    height: 2px;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(var(--nexa-ds-primary-rgb), .75), rgba(124, 77, 255, .72), transparent);
    pointer-events: none;
}

body.nexa-auth-unified-v1 .login-register-form {
    padding: clamp(24px, 4vw, 38px) !important;
}

body.nexa-auth-unified-v1 .nexa-site-shell > .container .card {
    margin-block: clamp(54px, 7vw, 92px);
}

body.nexa-auth-unified-v1 .nexa-site-shell > .container .card .card-header,
body.nexa-auth-unified-v1 .nexa-site-shell > .container .card .card-body {
    padding: 22px 24px;
}

body.nexa-auth-unified-v1 .nexa-site-shell > .container .card .card-header {
    border-bottom: 1px solid var(--nexa-ds-divider) !important;
    color: var(--nexa-ds-text) !important;
    background: rgba(255, 255, 255, .018) !important;
    font-size: 18px;
    font-weight: 800;
}

body.nexa-auth-unified-v1 .section-header {
    margin-bottom: 26px;
    text-align: left;
}

body.nexa-auth-unified-v1 .section-header h1,
body.nexa-auth-unified-v1 .section-header h2,
body.nexa-auth-unified-v1 .section-header h3,
body.nexa-auth-unified-v1 .section-header h4 {
    margin: 0 0 9px !important;
    color: var(--nexa-ds-text) !important;
    font-size: clamp(28px, 4vw, 38px) !important;
    font-weight: 850 !important;
    letter-spacing: -.035em;
    line-height: 1.08;
    text-transform: none !important;
}

body.nexa-auth-unified-v1 .section-header .description,
body.nexa-auth-unified-v1 .login-register-form .description {
    max-width: 560px;
    margin: 0;
    color: var(--nexa-ds-muted) !important;
    font-size: 13px;
    font-weight: 550;
    line-height: 1.65;
}

body.nexa-auth-unified-v1 .login-register-form .row.g-4 {
    --bs-gutter-y: 16px;
}

body.nexa-auth-unified-v1 .login-register-form .form-control,
body.nexa-auth-unified-v1 .login-register-form .form-select,
body.nexa-auth-unified-v1 .login-register-form .iti input,
body.nexa-auth-unified-v1 .login-register-form .nice-select {
    min-height: 50px;
    border: 1px solid var(--nexa-ds-border) !important;
    border-radius: 14px !important;
    color: var(--nexa-ds-text) !important;
    background: rgba(10, 12, 24, .42) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .018) !important;
    font-size: 13px;
    font-weight: 600;
}

body.nexa-auth-unified-v1 .login-register-form .form-control {
    padding: 12px 15px;
}

body.nexa-auth-unified-v1 .login-register-form .form-control:hover,
body.nexa-auth-unified-v1 .login-register-form .form-select:hover,
body.nexa-auth-unified-v1 .login-register-form .nice-select:hover {
    border-color: var(--nexa-ds-border-strong) !important;
}

body.nexa-auth-unified-v1 .login-register-form .form-control:focus,
body.nexa-auth-unified-v1 .login-register-form .form-select:focus,
body.nexa-auth-unified-v1 .login-register-form .nice-select:focus,
body.nexa-auth-unified-v1 .login-register-form .nice-select.open {
    border-color: rgb(var(--nexa-ds-primary-rgb), .70) !important;
    background: rgba(10, 12, 24, .58) !important;
    box-shadow: var(--nexa-ds-focus) !important;
}

body.nexa-auth-unified-v1 .login-register-form .form-control::placeholder {
    color: var(--nexa-ds-subtle) !important;
    opacity: 1;
}

body.nexa-auth-unified-v1 .login-register-form .password-box {
    position: relative;
}

body.nexa-auth-unified-v1 .login-register-form .password-box .form-control {
    padding-inline-end: 48px;
}

body.nexa-auth-unified-v1 .login-register-form .password-icon {
    top: 50%;
    right: 15px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    color: var(--nexa-ds-muted);
    background: rgba(255, 255, 255, .035);
    transform: translateY(-50%);
    cursor: pointer;
}

body[dir="rtl"].nexa-auth-unified-v1 .login-register-form .password-icon,
html[dir="rtl"] body.nexa-auth-unified-v1 .login-register-form .password-icon {
    right: auto;
    left: 15px;
}

body.nexa-auth-unified-v1 .login-register-form .social-btn {
    min-height: 44px;
    padding: 9px 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid var(--nexa-ds-border) !important;
    border-radius: 12px !important;
    color: var(--nexa-ds-text-soft) !important;
    background: rgba(255, 255, 255, .025) !important;
    box-shadow: none !important;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: border-color var(--nexa-ds-transition), background var(--nexa-ds-transition), transform var(--nexa-ds-transition);
}

body.nexa-auth-unified-v1 .login-register-form .social-btn:hover {
    border-color: rgb(var(--nexa-ds-primary-rgb), .30) !important;
    color: #fff !important;
    background: rgb(var(--nexa-ds-primary-rgb), .075) !important;
    transform: translateY(-1px);
}

body.nexa-auth-unified-v1 .login-register-form .social-btn img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

body.nexa-auth-unified-v1 .login-register-form .divider {
    margin: 22px 0;
    border: 0;
    border-top: 1px solid var(--nexa-ds-divider);
    opacity: 1;
}

body.nexa-auth-unified-v1 .login-register-form .form-check {
    color: var(--nexa-ds-muted);
    font-size: 12px;
}

body.nexa-auth-unified-v1 .login-register-form .form-check-input {
    border-color: var(--nexa-ds-border-strong) !important;
    background-color: rgba(8, 10, 20, .35);
}

body.nexa-auth-unified-v1 .login-register-form .form-check-input:checked {
    border-color: var(--nexa-ds-primary) !important;
    background-color: var(--nexa-ds-primary) !important;
}

body.nexa-auth-unified-v1 .login-register-form a,
body.nexa-auth-unified-v1 .nexa-site-shell > .container .card a {
    color: #cf8cff;
    text-decoration: none;
}

body.nexa-auth-unified-v1 .login-register-form a:hover,
body.nexa-auth-unified-v1 .nexa-site-shell > .container .card a:hover {
    color: #e4baff;
}

body.nexa-auth-unified-v1 .login-register-form .cmn-btn,
body.nexa-auth-unified-v1 .login-register-form .btn-primary {
    min-height: 50px;
    margin-top: 24px !important;
    border: 1px solid rgba(255, 255, 255, .03) !important;
    border-radius: 14px !important;
    background: linear-gradient(135deg, var(--nexa-ds-primary), #9f25e8 58%, var(--nexa-ds-primary-alt)) !important;
    box-shadow: 0 14px 34px rgb(var(--nexa-ds-primary-rgb), .22) !important;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .01em;
}

body.nexa-auth-unified-v1 .login-register-form .cmn-btn:hover,
body.nexa-auth-unified-v1 .login-register-form .btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 42px rgb(var(--nexa-ds-primary-rgb), .30) !important;
}

body.nexa-auth-unified-v1 .login-register-form .text-danger,
body.nexa-auth-unified-v1 .login-register-form .invalid-feedback {
    margin-top: 7px;
    color: #ff8b9c !important;
    font-size: 11px;
    font-weight: 650;
}

body.nexa-auth-unified-v1 .login-register-form .alert,
body.nexa-auth-unified-v1 .nexa-site-shell > .container .alert {
    border-radius: 13px !important;
    font-size: 12px;
    line-height: 1.55;
}

body.nexa-auth-unified-v1 .login-register-form .input-group,
body.nexa-auth-unified-v1 .login-register-form .input-group-text {
    border-color: var(--nexa-ds-border) !important;
    border-radius: 13px !important;
    background: rgba(10, 12, 24, .36) !important;
}

body.nexa-auth-unified-v1 .login-register-form #captcha_image2 {
    max-width: calc(100% - 56px);
    min-height: 48px;
    object-fit: contain;
    border-radius: 12px;
}

body.nexa-auth-unified-v1 .login-register-form .resendCode {
    padding-top: 18px !important;
}

body.nexa-auth-unified-v1 .login-register-form .resendCode a {
    min-height: 38px;
    padding: 8px 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(var(--nexa-ds-primary-rgb), .22);
    border-radius: 11px;
    background: rgb(var(--nexa-ds-primary-rgb), .07);
    font-size: 12px;
    font-weight: 750;
}

body.nexa-auth-unified-v1 .login-register-form .iti,
body.nexa-auth-unified-v1 .login-register-form .select2-container {
    width: 100% !important;
}

body.nexa-auth-unified-v1 .login-register-form .iti__country-list,
body.nexa-auth-unified-v1 .select2-dropdown {
    border: 1px solid var(--nexa-ds-border) !important;
    border-radius: 14px !important;
    color: var(--nexa-ds-text-soft) !important;
    background: #1d2135 !important;
    box-shadow: var(--nexa-ds-shadow-lg) !important;
}

body.nexa-auth-unified-v1 .login-register-form .iti__country:hover,
body.nexa-auth-unified-v1 .login-register-form .iti__country.iti__highlight,
body.nexa-auth-unified-v1 .select2-results__option--highlighted {
    color: #fff !important;
    background: rgb(var(--nexa-ds-primary-rgb), .12) !important;
}

body.nexa-auth-unified-v1 .g-recaptcha {
    max-width: 100%;
    overflow: hidden;
    border-radius: 12px;
}

body.nexa-auth-unified-v1 .pt-20.text-center,
body.nexa-auth-unified-v1 .login-register-form .text-center {
    color: var(--nexa-ds-muted);
    font-size: 12px;
}

body.nexa-auth-unified-v1 .btn.btn-link {
    color: #cf8cff !important;
    font-weight: 750;
    text-decoration: none;
}

/* ========================================================================== 
   USER ACCOUNT FAMILY
   ========================================================================== */
body.nexa-ds-core-v1.nexa-user-unified-v1 {
    --nexa-user-page-v1: var(--nexa-ds-bg);
    --nexa-user-panel-v1: rgba(31, 35, 55, .96);
    --nexa-user-panel-v1-soft: rgba(39, 44, 67, .88);
    --nexa-user-line-v1: var(--nexa-ds-divider);
    --nexa-user-accent-v1: var(--nexa-ds-primary);
    color: var(--nexa-ds-text-soft);
    background:
        radial-gradient(circle at 87% 0%, rgb(var(--nexa-ds-primary-rgb), .055), transparent 27%),
        var(--nexa-user-page-v1);
}

body.nexa-user-unified-v1 #main .main-wrapper {
    border-color: rgba(255, 255, 255, .045);
    background:
        radial-gradient(circle at 90% 0%, rgb(var(--nexa-ds-primary-rgb), .055), transparent 29%),
        linear-gradient(180deg, #242940 0%, #20253a 100%);
}

body.nexa-user-unified-v1 #main .pagetitle {
    position: relative;
    min-height: 72px;
    margin-bottom: 22px;
    padding: 3px 0;
}

body.nexa-user-unified-v1 #main .pagetitle::after {
    position: absolute;
    right: 0;
    bottom: -11px;
    left: 0;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, rgb(var(--nexa-ds-primary-rgb), .22), var(--nexa-ds-divider) 35%, transparent 88%);
    pointer-events: none;
}

body.nexa-user-unified-v1 #main .pagetitle h1,
body.nexa-user-unified-v1 #main .pagetitle h2,
body.nexa-user-unified-v1 #main .pagetitle h3,
body.nexa-user-unified-v1 #main .pagetitle h4 {
    color: var(--nexa-ds-text) !important;
    font-size: clamp(24px, 2.3vw, 32px) !important;
    font-weight: 850 !important;
    letter-spacing: -.032em !important;
    line-height: 1.08 !important;
    text-transform: none !important;
}

body.nexa-user-unified-v1 #main .breadcrumb {
    border: 1px solid var(--nexa-ds-border) !important;
    border-radius: 12px !important;
    background: rgba(10, 12, 24, .28) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .015);
}

body.nexa-user-unified-v1 #main .breadcrumb-item,
body.nexa-user-unified-v1 #main .breadcrumb-item a {
    color: var(--nexa-ds-muted) !important;
    font-size: 11px !important;
    font-weight: 700 !important;
}

body.nexa-user-unified-v1 #main .breadcrumb-item.active,
body.nexa-user-unified-v1 #main .breadcrumb-item a:hover {
    color: #d99cff !important;
}

body.nexa-user-unified-v1 #main .card:not(.nexa-stat-card),
body.nexa-user-unified-v1 #main .account-settings-profile-section,
body.nexa-user-unified-v1 #main .transferList,
body.nexa-user-unified-v1 #main .withdraw-detail {
    border: 1px solid var(--nexa-ds-border) !important;
    border-radius: 20px !important;
    background:
        linear-gradient(150deg, rgba(255, 255, 255, .018), transparent 36%),
        var(--nexa-user-panel-v1) !important;
    box-shadow:
        0 14px 38px rgba(4, 6, 17, .13),
        inset 0 1px 0 rgba(255, 255, 255, .025) !important;
}

body.nexa-user-unified-v1 #main .card-header {
    min-height: 64px;
    padding: 15px 18px !important;
    border-bottom: 1px solid var(--nexa-user-line-v1) !important;
    background: rgba(255, 255, 255, .012) !important;
}

body.nexa-user-unified-v1 #main .card-header.border-0 {
    border-bottom: 1px solid var(--nexa-user-line-v1) !important;
}

body.nexa-user-unified-v1 #main .card-header h1,
body.nexa-user-unified-v1 #main .card-header h2,
body.nexa-user-unified-v1 #main .card-header h3,
body.nexa-user-unified-v1 #main .card-header h4,
body.nexa-user-unified-v1 #main .card-header h5,
body.nexa-user-unified-v1 #main .card-title {
    color: var(--nexa-ds-text) !important;
    font-weight: 800 !important;
    letter-spacing: -.018em;
    text-transform: none !important;
}

body.nexa-user-unified-v1 #main .card-body {
    padding: 18px !important;
}

body.nexa-user-unified-v1 #main .form-group {
    margin-bottom: 16px;
}

body.nexa-user-unified-v1 #main .form-label,
body.nexa-user-unified-v1 #main label:not(.form-check-label) {
    margin-bottom: 7px;
    color: var(--nexa-ds-text-soft) !important;
    font-size: 12px;
    font-weight: 750 !important;
    text-transform: none !important;
}

body.nexa-user-unified-v1 #main .form-control,
body.nexa-user-unified-v1 #main .form-select,
body.nexa-user-unified-v1 #main .modal-select,
body.nexa-user-unified-v1 #main .nice-select,
body.nexa-user-unified-v1 .offcanvas .form-control,
body.nexa-user-unified-v1 .offcanvas .form-select,
body.nexa-user-unified-v1 .offcanvas .modal-select {
    min-height: 46px;
    border: 1px solid var(--nexa-ds-border) !important;
    border-radius: 13px !important;
    color: var(--nexa-ds-text) !important;
    background: rgba(9, 11, 22, .32) !important;
    box-shadow: none !important;
    font-size: 12px;
    font-weight: 600;
}

body.nexa-user-unified-v1 #main input.form-control,
body.nexa-user-unified-v1 #main textarea.form-control,
body.nexa-user-unified-v1 .offcanvas input.form-control,
body.nexa-user-unified-v1 .offcanvas textarea.form-control {
    padding: 11px 13px;
}

body.nexa-user-unified-v1 #main textarea.form-control,
body.nexa-user-unified-v1 .offcanvas textarea.form-control {
    min-height: 120px;
    line-height: 1.55;
}

body.nexa-user-unified-v1 #main .form-control:focus,
body.nexa-user-unified-v1 #main .form-select:focus,
body.nexa-user-unified-v1 #main .nice-select:focus,
body.nexa-user-unified-v1 #main .nice-select.open,
body.nexa-user-unified-v1 .offcanvas .form-control:focus,
body.nexa-user-unified-v1 .offcanvas .form-select:focus {
    border-color: rgb(var(--nexa-ds-primary-rgb), .62) !important;
    background: rgba(9, 11, 22, .45) !important;
    box-shadow: var(--nexa-ds-focus) !important;
}

body.nexa-user-unified-v1 #main .form-control::placeholder,
body.nexa-user-unified-v1 .offcanvas .form-control::placeholder {
    color: var(--nexa-ds-subtle) !important;
    opacity: 1;
}

body.nexa-user-unified-v1 #main .input-group-text,
body.nexa-user-unified-v1 .offcanvas .input-group-text {
    border-color: var(--nexa-ds-border) !important;
    color: var(--nexa-ds-muted) !important;
    background: var(--nexa-ds-surface-2) !important;
}

body.nexa-user-unified-v1 #main .cmn-btn,
body.nexa-user-unified-v1 #main .btn-primary,
body.nexa-user-unified-v1 .offcanvas .cmn-btn,
body.nexa-user-unified-v1 .modal .cmn-btn {
    min-height: 42px;
    padding: 9px 15px;
    border-radius: 12px !important;
    font-size: 12px;
    font-weight: 780;
    text-transform: none !important;
}

body.nexa-user-unified-v1 #main .cmn-btn2,
body.nexa-user-unified-v1 #main .btn-secondary,
body.nexa-user-unified-v1 #main .btn-outline-primary {
    border-color: rgb(var(--nexa-ds-primary-rgb), .25) !important;
    color: #dca4ff !important;
    background: rgb(var(--nexa-ds-primary-rgb), .075) !important;
}

body.nexa-user-unified-v1 #main .cmn-btn3,
body.nexa-user-unified-v1 #main .delete-btn,
body.nexa-user-unified-v1 #main .btn-danger {
    border: 1px solid rgba(255, 92, 114, .22) !important;
    border-radius: 12px !important;
    color: #ff9cac !important;
    background: rgba(255, 92, 114, .07) !important;
    box-shadow: none !important;
}

body.nexa-user-unified-v1 #main .cmn-table,
body.nexa-user-unified-v1 #main .table-responsive {
    border-radius: 15px;
}

body.nexa-user-unified-v1 #main .cmn-table {
    overflow: hidden;
    border: 1px solid var(--nexa-ds-border);
    background: rgba(12, 15, 29, .18);
}

body.nexa-user-unified-v1 #main .cmn-table > .table-responsive {
    border: 0;
}

body.nexa-user-unified-v1 #main .table {
    width: 100%;
    margin: 0;
    color: var(--nexa-ds-text-soft) !important;
    --bs-table-bg: transparent;
    --bs-table-striped-bg: rgba(255, 255, 255, .012);
    --bs-table-striped-color: var(--nexa-ds-text-soft);
    --bs-table-hover-bg: rgba(255, 255, 255, .018);
    --bs-table-hover-color: var(--nexa-ds-text);
    border-color: var(--nexa-ds-divider) !important;
}

body.nexa-user-unified-v1 #main .table thead th {
    padding: 12px 14px !important;
    border-bottom: 1px solid var(--nexa-ds-divider) !important;
    color: var(--nexa-ds-muted) !important;
    background: rgba(255, 255, 255, .018) !important;
    font-size: 10px !important;
    font-weight: 800 !important;
    letter-spacing: .055em;
    text-transform: uppercase !important;
    white-space: nowrap;
}

body.nexa-user-unified-v1 #main .table tbody td {
    padding: 13px 14px !important;
    border-bottom: 1px solid var(--nexa-ds-divider) !important;
    color: var(--nexa-ds-text-soft) !important;
    font-size: 12px;
    vertical-align: middle;
}

body.nexa-user-unified-v1 #main .table tbody tr:last-child td {
    border-bottom: 0 !important;
}

body.nexa-user-unified-v1 #main .table tbody tr:hover td {
    background: rgba(255, 255, 255, .012) !important;
}

body.nexa-user-unified-v1 #main .badge {
    min-height: 24px;
    padding: 5px 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--nexa-ds-border) !important;
    border-radius: 999px !important;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
}

body.nexa-user-unified-v1 #main .text-bg-primary,
body.nexa-user-unified-v1 #main .badge.bg-primary {
    color: #e4b9ff !important;
    border-color: rgb(var(--nexa-ds-primary-rgb), .22) !important;
    background: rgb(var(--nexa-ds-primary-rgb), .10) !important;
}

body.nexa-user-unified-v1 #main .text-bg-success,
body.nexa-user-unified-v1 #main .badge.bg-success {
    color: #91e7c5 !important;
    border-color: rgba(38, 201, 138, .22) !important;
    background: rgba(38, 201, 138, .09) !important;
}

body.nexa-user-unified-v1 #main .text-bg-warning,
body.nexa-user-unified-v1 #main .badge.bg-warning {
    color: #ffd98f !important;
    border-color: rgba(246, 185, 75, .22) !important;
    background: rgba(246, 185, 75, .09) !important;
}

body.nexa-user-unified-v1 #main .text-bg-danger,
body.nexa-user-unified-v1 #main .badge.bg-danger {
    color: #ffabb8 !important;
    border-color: rgba(255, 92, 114, .22) !important;
    background: rgba(255, 92, 114, .09) !important;
}

body.nexa-user-unified-v1 #main .list-group {
    gap: 8px;
}

body.nexa-user-unified-v1 #main .list-group-item {
    border: 1px solid var(--nexa-ds-border) !important;
    border-radius: 13px !important;
    color: var(--nexa-ds-text-soft) !important;
    background: rgba(255, 255, 255, .018) !important;
}

body.nexa-user-unified-v1 #main .list-group-item:hover,
body.nexa-user-unified-v1 #main .list-group-item.active {
    border-color: rgb(var(--nexa-ds-primary-rgb), .24) !important;
    color: var(--nexa-ds-text) !important;
    background: rgb(var(--nexa-ds-primary-rgb), .07) !important;
}

body.nexa-user-unified-v1 #main .nav-tabs,
body.nexa-user-unified-v1 #main .nav-pills {
    gap: 6px;
    padding: 5px;
    border: 1px solid var(--nexa-ds-border) !important;
    border-radius: 13px;
    background: rgba(9, 11, 22, .23);
}

body.nexa-user-unified-v1 #main .nav-tabs .nav-link,
body.nexa-user-unified-v1 #main .nav-pills .nav-link {
    border: 0 !important;
    border-radius: 9px !important;
    color: var(--nexa-ds-muted) !important;
    font-size: 11px;
    font-weight: 750;
}

body.nexa-user-unified-v1 #main .nav-tabs .nav-link.active,
body.nexa-user-unified-v1 #main .nav-pills .nav-link.active {
    color: #fff !important;
    background: rgb(var(--nexa-ds-primary-rgb), .13) !important;
}

body.nexa-user-unified-v1 .modal-content,
body.nexa-user-unified-v1 .offcanvas {
    border: 1px solid var(--nexa-ds-border) !important;
    color: var(--nexa-ds-text-soft) !important;
    background:
        linear-gradient(150deg, rgba(255, 255, 255, .018), transparent 36%),
        #20253a !important;
    box-shadow: var(--nexa-ds-shadow-lg) !important;
}

body.nexa-user-unified-v1 .modal-content {
    border-radius: 20px !important;
}

body.nexa-user-unified-v1 .offcanvas {
    border-radius: 20px 0 0 20px;
}

body[dir="rtl"].nexa-user-unified-v1 .offcanvas,
html[dir="rtl"] body.nexa-user-unified-v1 .offcanvas {
    border-radius: 0 20px 20px 0;
}

body.nexa-user-unified-v1 .modal-header,
body.nexa-user-unified-v1 .modal-footer,
body.nexa-user-unified-v1 .offcanvas-header {
    border-color: var(--nexa-ds-divider) !important;
    background: rgba(255, 255, 255, .012) !important;
}

body.nexa-user-unified-v1 .modal-title,
body.nexa-user-unified-v1 .offcanvas-title {
    color: var(--nexa-ds-text) !important;
    font-weight: 800;
    letter-spacing: -.016em;
}

body.nexa-user-unified-v1 .dropdown-menu {
    padding: 7px;
    border: 1px solid var(--nexa-ds-border) !important;
    border-radius: 13px !important;
    color: var(--nexa-ds-text-soft) !important;
    background: #20253a !important;
    box-shadow: var(--nexa-ds-shadow-md) !important;
}

body.nexa-user-unified-v1 .dropdown-item {
    min-height: 36px;
    padding: 8px 10px;
    border-radius: 9px;
    color: var(--nexa-ds-text-soft) !important;
    font-size: 11px;
    font-weight: 650;
}

body.nexa-user-unified-v1 .dropdown-item:hover,
body.nexa-user-unified-v1 .dropdown-item:focus,
body.nexa-user-unified-v1 .dropdown-item.active {
    color: #fff !important;
    background: rgb(var(--nexa-ds-primary-rgb), .09) !important;
}

body.nexa-user-unified-v1 #main .pagination {
    margin-top: 18px;
    gap: 5px;
}

body.nexa-user-unified-v1 #main .page-link {
    min-width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--nexa-ds-border) !important;
    border-radius: 10px !important;
    color: var(--nexa-ds-text-soft) !important;
    background: rgba(255, 255, 255, .018) !important;
    box-shadow: none !important;
    font-size: 11px;
    font-weight: 750;
}

body.nexa-user-unified-v1 #main .page-item.active .page-link,
body.nexa-user-unified-v1 #main .page-link:hover {
    border-color: rgb(var(--nexa-ds-primary-rgb), .28) !important;
    color: #fff !important;
    background: rgb(var(--nexa-ds-primary-rgb), .11) !important;
}

body.nexa-user-unified-v1 #main .alert {
    border: 1px solid var(--nexa-ds-border) !important;
    border-radius: 13px !important;
    color: var(--nexa-ds-text-soft) !important;
    background: rgba(255, 255, 255, .025) !important;
    font-size: 12px;
    line-height: 1.55;
}

body.nexa-user-unified-v1 #main .alert-success {
    border-color: rgba(38, 201, 138, .20) !important;
    background: rgba(38, 201, 138, .07) !important;
}

body.nexa-user-unified-v1 #main .alert-warning {
    border-color: rgba(246, 185, 75, .20) !important;
    background: rgba(246, 185, 75, .07) !important;
}

body.nexa-user-unified-v1 #main .alert-danger {
    border-color: rgba(255, 92, 114, .20) !important;
    background: rgba(255, 92, 114, .07) !important;
}

body.nexa-user-unified-v1 #main .text-muted,
body.nexa-user-unified-v1 #main small {
    color: var(--nexa-ds-muted) !important;
}

body.nexa-user-unified-v1 #main .text-danger {
    color: #ff8b9c !important;
}

body.nexa-user-unified-v1 #main .text-success {
    color: #76ddb5 !important;
}

body.nexa-user-unified-v1 #main .invalid-feedback,
body.nexa-user-unified-v1 #main .error {
    color: #ff8b9c !important;
    font-size: 11px;
    font-weight: 650;
}

/* Profile / security */
body.nexa-user-unified-v1 #main .account-settings-profile-section {
    padding: 18px !important;
}

body.nexa-user-unified-v1 #main .account-settings-profile-section .image-area img,
body.nexa-user-unified-v1 #main .profile-image img {
    border: 3px solid rgba(255, 255, 255, .08);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .20);
}

/* Funding / payout */
body.nexa-user-unified-v1 #main .transfer-list,
body.nexa-user-unified-v1 #main .nightfallTransferList {
    padding: 0;
}

body.nexa-user-unified-v1 #main .transfer-list .item,
body.nexa-user-unified-v1 #main .nightfallTransferList .item {
    border-color: var(--nexa-ds-divider) !important;
    color: var(--nexa-ds-text-soft) !important;
}

body.nexa-user-unified-v1 #main .gateway-box,
body.nexa-user-unified-v1 #main .gateway-option,
body.nexa-user-unified-v1 #main .payment-method {
    border-color: var(--nexa-ds-border) !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, .018) !important;
}

body.nexa-user-unified-v1 #main .gateway-box:hover,
body.nexa-user-unified-v1 #main .gateway-option:hover,
body.nexa-user-unified-v1 #main .payment-method:hover {
    border-color: rgb(var(--nexa-ds-primary-rgb), .25) !important;
    background: rgb(var(--nexa-ds-primary-rgb), .045) !important;
}

/* Support ticket conversation */
body.nexa-user-unified-v1 #main .chat-box,
body.nexa-user-unified-v1 #main .message-box,
body.nexa-user-unified-v1 #main .ticket-reply {
    border-color: var(--nexa-ds-border) !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, .018) !important;
}

/* KYC / upload surfaces */
body.nexa-user-unified-v1 #main .file-upload,
body.nexa-user-unified-v1 #main .upload-box,
body.nexa-user-unified-v1 #main .dropzone {
    border: 1px dashed rgb(var(--nexa-ds-primary-rgb), .28) !important;
    border-radius: 14px !important;
    background: rgb(var(--nexa-ds-primary-rgb), .035) !important;
}

/* Select2 */
body.nexa-user-unified-v1 .select2-container--default .select2-selection--single,
body.nexa-user-unified-v1 .select2-container--default .select2-selection--multiple {
    min-height: 46px;
    border: 1px solid var(--nexa-ds-border) !important;
    border-radius: 13px !important;
    color: var(--nexa-ds-text) !important;
    background: rgba(9, 11, 22, .32) !important;
}

body.nexa-user-unified-v1 .select2-container--default .select2-selection--single .select2-selection__rendered {
    min-height: 44px;
    display: flex;
    align-items: center;
    color: var(--nexa-ds-text-soft) !important;
}

body.nexa-user-unified-v1 .select2-dropdown {
    border: 1px solid var(--nexa-ds-border) !important;
    border-radius: 13px !important;
    color: var(--nexa-ds-text-soft) !important;
    background: #20253a !important;
    box-shadow: var(--nexa-ds-shadow-md) !important;
}

body.nexa-user-unified-v1 .select2-results__option--highlighted {
    color: #fff !important;
    background: rgb(var(--nexa-ds-primary-rgb), .10) !important;
}

/* Keep technical/user-entered values unchanged. */
body.nexa-user-unified-v1 #main input,
body.nexa-user-unified-v1 #main textarea,
body.nexa-user-unified-v1 #main select,
body.nexa-user-unified-v1 #main code,
body.nexa-user-unified-v1 #main pre,
body.nexa-user-unified-v1 #main .transaction-id,
body.nexa-user-unified-v1 #main [data-label] span {
    text-transform: none;
}

/* ========================================================================== 
   RESPONSIVE
   ========================================================================== */
@media (max-width: 991.98px) {
    body.nexa-auth-unified-v1 .login-register-section {
        min-height: auto;
        padding: 40px 0 64px;
    }

    body.nexa-user-unified-v1 #main .pagetitle {
        min-height: auto;
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    body.nexa-user-unified-v1 #main .pagetitle nav {
        width: 100%;
    }

    body.nexa-user-unified-v1 #main .breadcrumb {
        width: 100%;
        overflow-x: auto;
        flex-wrap: nowrap;
        white-space: nowrap;
    }
}

@media (max-width: 767.98px) {
    body.nexa-auth-unified-v1 .login-register-form {
        padding: 22px 18px !important;
        border-radius: 19px !important;
    }

    body.nexa-auth-unified-v1 .section-header h1,
    body.nexa-auth-unified-v1 .section-header h2,
    body.nexa-auth-unified-v1 .section-header h3,
    body.nexa-auth-unified-v1 .section-header h4 {
        font-size: 29px !important;
    }

    body.nexa-auth-unified-v1 .login-register-form .social-btn {
        min-height: 42px;
    }

    body.nexa-user-unified-v1 #main .card-header,
    body.nexa-user-unified-v1 #main .card-body {
        padding-inline: 14px !important;
    }

    body.nexa-user-unified-v1 #main .card-header.d-flex {
        align-items: flex-start !important;
        flex-direction: column;
        gap: 10px;
    }

    body.nexa-user-unified-v1 #main .card-header .btn-area,
    body.nexa-user-unified-v1 #main .card-header .btn-area .cmn-btn {
        width: 100%;
    }

    body.nexa-user-unified-v1 #main .table-responsive {
        border-radius: 13px;
    }

    body.nexa-user-unified-v1 .offcanvas {
        width: min(92vw, 390px) !important;
    }
}

@media (max-width: 575.98px) {
    body.nexa-auth-unified-v1 .login-register-section {
        padding-top: 28px;
    }

    body.nexa-auth-unified-v1 .login-register-form .row.g-4 {
        --bs-gutter-y: 13px;
    }

    body.nexa-auth-unified-v1 .login-register-form .cmn-btn,
    body.nexa-auth-unified-v1 .login-register-form .btn-primary {
        min-height: 48px;
    }

    body.nexa-user-unified-v1 #main .pagetitle h1,
    body.nexa-user-unified-v1 #main .pagetitle h2,
    body.nexa-user-unified-v1 #main .pagetitle h3,
    body.nexa-user-unified-v1 #main .pagetitle h4 {
        font-size: 25px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.nexa-auth-unified-v1 *,
    body.nexa-user-unified-v1 * {
        scroll-behavior: auto !important;
        transition-duration: .001ms !important;
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
    }
}
