label.error {
    font-size: 14px;
    color: #dc3545;
	font-weight:bold;
} 
.table-custom{
	margin: 0 0 5px;
}
.pull-right {
    float: right; 
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #5b67b5;
    --bs-btn-border-color: #5b67b5;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5b67b5;
    --bs-btn-hover-border-color: #5b67b5;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #5b67b5;
    --bs-btn-active-border-color: #5b67b5;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #5b67b5;
    --bs-btn-disabled-border-color: #5b67b5;
}
.active>.page-link, .page-link.active { 
    background-color: #5b67b5;
    border-color: #5b67b5;
}
.dataTable .btn.btn-primary, .dataTable .btn.btn-danger{ margin-right:10px; }
.removeItem img{ margin-top:5px; margin-right:5px; }
.addItem img{margin-right:5px; margin-bottom:5px; }
.table-custom{
	margin: 0 0 5px;
}
.pull-right {
    float: right; 
}
.mrgn-btn{ margin-bottom: 20px;}
.mtop-20{ margin-top:20px;}

:root {
    --cibil-ink: #172033;
    --cibil-muted: #64748b;
    --cibil-panel: rgba(255, 255, 255, 0.90);
    --cibil-panel-solid: #ffffff;
    --cibil-line: rgba(44, 62, 96, 0.12);
    --cibil-blue: #2563eb;
    --cibil-cyan: #06b6d4;
    --cibil-emerald: #10b981;
    --cibil-amber: #f59e0b;
    --cibil-rose: #f43f5e;
    --cibil-shadow: 0 22px 52px rgba(23, 32, 51, 0.16);
    --cibil-inner: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

body {
    min-height: 100vh;
    color: var(--cibil-ink);
    background:
        radial-gradient(circle at 8% 8%, rgba(37, 99, 235, 0.14), transparent 28%),
        radial-gradient(circle at 86% 12%, rgba(16, 185, 129, 0.12), transparent 26%),
        radial-gradient(circle at 50% 96%, rgba(244, 63, 94, 0.10), transparent 30%),
        linear-gradient(135deg, #f8fbff 0%, #eef6f8 48%, #f7f1ff 100%);
    background-attachment: fixed;
}

body:has(.login-split-3d) {
    background:
        radial-gradient(circle at 14% 18%, rgba(132, 255, 40, 0.22), transparent 22%),
        radial-gradient(circle at 40% 32%, rgba(0, 171, 255, 0.20), transparent 24%),
        radial-gradient(circle at 18% 78%, rgba(255, 43, 91, 0.16), transparent 25%),
        linear-gradient(135deg, #eaf7fb 0%, #f7fff1 42%, #eef7ff 72%, #fff3f7 100%);
}

.auth-login-shell {
    width: 100%;
    max-width: 1180px;
}

.login-split-3d {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(360px, 0.8fr);
    gap: 34px;
    align-items: center;
    min-height: 76vh;
}

.login-brand-stage {
    position: relative;
    overflow: hidden;
    min-height: 540px;
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, 0.82);
    border-radius: 34px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(230, 250, 255, 0.62)),
        linear-gradient(135deg, rgba(124, 255, 33, 0.15), rgba(0, 136, 255, 0.14), rgba(255, 46, 101, 0.10));
    box-shadow: 0 34px 80px rgba(23, 32, 51, 0.20), 0 0 0 7px rgba(255, 255, 255, 0.30), var(--cibil-inner);
}

.login-brand-stage::before,
.login-brand-stage::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

.login-brand-stage::before {
    width: 340px;
    height: 340px;
    right: -92px;
    top: -86px;
    background: radial-gradient(circle, rgba(0, 196, 255, 0.24), transparent 66%);
}

.login-brand-stage::after {
    width: 300px;
    height: 300px;
    left: -92px;
    bottom: -86px;
    background: radial-gradient(circle, rgba(136, 255, 29, 0.24), transparent 68%);
}

.login-logo-frame {
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 330px;
    border: 6px solid rgba(255, 255, 255, 0.88);
    border-radius: 30px;
    background: #ffffff;
    box-shadow: 0 30px 64px rgba(37, 99, 235, 0.22), 0 0 34px rgba(132, 255, 40, 0.16);
}

.login-logo-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.login-brand-copy {
    position: relative;
    z-index: 1;
    margin-top: 30px;
    max-width: 620px;
}

.login-brand-copy span {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, 0.74);
    border-radius: 999px;
    color: #075985;
    background: rgba(255, 255, 255, 0.70);
    box-shadow: 0 12px 26px rgba(37, 99, 235, 0.12), var(--cibil-inner);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}

.login-brand-copy h1 {
    margin: 0;
    color: var(--cibil-ink);
    font-size: 42px;
    font-weight: 950;
    line-height: 1.08;
    letter-spacing: 0;
    text-shadow: 0 3px 0 rgba(255, 255, 255, 0.92), 0 22px 34px rgba(37, 99, 235, 0.22);
}

.login-brand-copy p {
    margin: 14px 0 0;
    color: #38506c;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
}

.login-panel-wrap {
    perspective: 1200px;
}

.login-card-3d {
    border: 1px solid rgba(255, 255, 255, 0.82) !important;
    border-radius: 28px !important;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(235, 248, 255, 0.88)),
        linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(16, 185, 129, 0.08), rgba(244, 63, 94, 0.07)) !important;
    box-shadow: 0 34px 80px rgba(23, 32, 51, 0.22), 0 0 0 6px rgba(255, 255, 255, 0.25), var(--cibil-inner) !important;
    transform: rotateY(-5deg);
}

.login-card-3d .card-body {
    padding: 34px;
}

.login-card-title {
    margin-bottom: 22px;
    text-align: left;
}

.login-card-title span {
    color: var(--cibil-emerald);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.login-card-title h5 {
    margin: 7px 0 5px;
    color: var(--cibil-ink);
    font-size: 34px;
    font-weight: 950;
    line-height: 1;
    text-shadow: 0 2px 0 rgba(255, 255, 255, 0.9), 0 16px 28px rgba(37, 99, 235, 0.16);
}

.login-card-title p {
    margin: 0;
    color: var(--cibil-muted);
    font-size: 14px;
    font-weight: 700;
}

.login-card-3d .form-label,
.login-card-3d .form-check-label {
    color: var(--cibil-ink);
    font-weight: 800;
}

.login-card-3d .form-control {
    min-height: 48px;
    border: 1px solid rgba(37, 99, 235, 0.16);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: inset 0 2px 8px rgba(23, 32, 51, 0.06);
}

.login-card-3d .form-control:focus {
    border-color: rgba(6, 182, 212, 0.72);
    box-shadow: 0 0 0 4px rgba(6, 182, 212, 0.12), inset 0 2px 8px rgba(23, 32, 51, 0.05);
}

.password-field-3d {
    position: relative;
}

.password-field-3d .form-control {
    padding-right: 52px;
}

.password-toggle-btn {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.76);
    border-radius: 13px;
    color: var(--cibil-blue);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(232, 247, 255, 0.82));
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.12), var(--cibil-inner);
}

.password-toggle-btn:hover {
    color: #ffffff;
    background: linear-gradient(145deg, var(--cibil-blue), var(--cibil-cyan));
}

.login-submit-btn {
    min-height: 50px;
    border: 0 !important;
    border-radius: 16px !important;
    background: linear-gradient(135deg, #2563eb, #06b6d4 48%, #16a34a) !important;
    box-shadow: 0 18px 38px rgba(37, 99, 235, 0.26), 0 0 20px rgba(132, 255, 40, 0.14) !important;
    font-size: 15px;
    font-weight: 900;
}

#main {
    margin-top: 86px;
    padding: 28px 32px;
}

.main .pagetitle {
    margin-bottom: 22px;
    padding: 18px 22px;
    border: 1px solid var(--cibil-line);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 18px 38px rgba(37, 99, 235, 0.08), var(--cibil-inner);
    backdrop-filter: blur(14px);
}

.pagetitle h1 {
    font-weight: 800;
    color: var(--cibil-ink);
}

.breadcrumb {
    margin-bottom: 0;
}

.breadcrumb a,
.breadcrumb-item.active {
    color: var(--cibil-muted);
}

.header {
    height: 86px;
    padding-left: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.65);
    background: rgba(255, 255, 255, 0.76);
    box-shadow: 0 16px 44px rgba(23, 32, 51, 0.11);
    backdrop-filter: blur(18px);
}

.header-brand-wrap {
    min-width: 370px;
}

.header .header-brand {
    width: 382px;
    min-height: 72px;
    gap: 12px;
    padding: 7px 14px 7px 8px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 22px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(232, 247, 255, 0.88)),
        linear-gradient(90deg, rgba(37, 99, 235, 0.12), rgba(16, 185, 129, 0.10), rgba(244, 63, 94, 0.08));
    box-shadow: 0 18px 42px rgba(23, 32, 51, 0.15), 0 0 0 4px rgba(37, 99, 235, 0.04), var(--cibil-inner);
    text-decoration: none;
}

.header-brand-text {
    min-width: 0;
    flex-direction: column;
    line-height: 1.05;
}

.header-brand-text strong {
    display: inline-block;
    color: #172033;
    font-size: 18.5px;
    font-weight: 900;
    letter-spacing: 0;
    background: none;
    -webkit-background-clip: initial;
    background-clip: initial;
    filter: none;
    -webkit-text-stroke: 0;
    text-shadow: none;
    white-space: nowrap;
}

.header-brand-text small {
    display: inline-flex;
    align-items: center;
    width: max-content;
    margin-top: 6px;
    padding: 5px 11px;
    border: 1px solid rgba(255, 255, 255, 0.86);
    border-radius: 999px;
    color: #ffffff;
    font-size: 10.5px;
    font-weight: 900;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    background: linear-gradient(135deg, #2563eb, #06b6d4 48%, #16a34a);
    box-shadow:
        0 9px 0 rgba(13, 91, 160, 0.22),
        0 13px 26px rgba(37, 99, 235, 0.24),
        0 0 18px rgba(132, 255, 40, 0.22),
        var(--cibil-inner);
    text-shadow: 0 1px 0 rgba(0, 41, 92, 0.35), 0 0 10px rgba(255, 255, 255, 0.44);
}

.header .toggle-sidebar-btn {
    color: var(--cibil-blue);
    text-shadow: 0 10px 24px rgba(37, 99, 235, 0.28);
}

.header-nav .nav-profile {
    gap: 9px;
    padding: 7px 12px 7px 8px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.74);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(235, 246, 255, 0.86)),
        linear-gradient(90deg, rgba(37, 99, 235, 0.10), rgba(16, 185, 129, 0.10));
    box-shadow: 0 14px 30px rgba(23, 32, 51, 0.14), var(--cibil-inner);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.header-nav .nav-profile:hover,
.header-nav .nav-profile.show {
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(37, 99, 235, 0.18), 0 0 0 4px rgba(6, 182, 212, 0.08), var(--cibil-inner);
}

.header-nav .nav-profile img,
.header-profile-avatar {
    width: 40px;
    height: 40px;
    border: 2px solid rgba(255, 255, 255, 0.86);
    box-shadow: 0 10px 22px rgba(37, 99, 235, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.40);
}

.header-profile-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
    border-radius: 50%;
    color: #ffffff;
    background: linear-gradient(145deg, #7c3aed, #06b6d4);
    font-weight: 900;
}

.header-profile-name {
    color: var(--cibil-ink);
    font-weight: 800;
    letter-spacing: 0;
}

.header-wallet-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 8px 13px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(145deg, #10b981, #2563eb);
    box-shadow: 0 12px 26px rgba(16, 185, 129, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.32);
    white-space: nowrap;
}

.header-wallet-pill span {
    font-size: 12px;
    font-weight: 700;
    opacity: 0.9;
}

.header-wallet-pill strong {
    font-size: 13px;
    font-weight: 800;
}

.dropdown-menu {
    border: 1px solid var(--cibil-line);
    border-radius: 14px;
    box-shadow: var(--cibil-shadow);
}

.pf-menu {
    min-width: 230px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(239, 248, 255, 0.92));
    box-shadow: 0 22px 48px rgba(23, 32, 51, 0.18), var(--cibil-inner);
}

.pf-menu .dropdown-header {
    margin-bottom: 6px;
    padding: 10px;
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(37, 99, 235, 0.10), rgba(16, 185, 129, 0.10));
}

.pf-menu .dropdown-header h6 {
    margin: 0;
    color: var(--cibil-ink);
    font-weight: 900;
}

.pf-menu .dropdown-item {
    min-height: 42px;
    margin: 4px 0;
    border-radius: 12px;
    color: var(--cibil-ink);
    font-weight: 700;
    transition: background 0.16s ease, transform 0.16s ease, color 0.16s ease;
}

.pf-menu .dropdown-item i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-right: 8px;
    border-radius: 10px;
    color: #ffffff;
    background: linear-gradient(145deg, #2563eb, #06b6d4);
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.22);
}

.pf-menu .dropdown-item:hover {
    color: #0f172a;
    background: rgba(255, 255, 255, 0.84);
    transform: translateX(3px);
}

.pf-menu .dropdown-divider {
    opacity: 0.12;
}

.sidebar {
    top: 100px;
    left: 16px;
    width: 276px;
    height: calc(100vh - 96px);
    padding: 16px 12px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 22px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(236, 246, 255, 0.84)),
        linear-gradient(135deg, rgba(37, 99, 235, 0.10), rgba(16, 185, 129, 0.08));
    box-shadow: 18px 24px 58px rgba(23, 32, 51, 0.17), var(--cibil-inner);
    backdrop-filter: blur(18px);
    overflow: auto;
}

.sidebar::before {
    content: "";
    position: absolute;
    inset: 10px;
    pointer-events: none;
    border-radius: 18px;
    background:
        linear-gradient(90deg, rgba(37, 99, 235, 0.18), transparent 24%),
        linear-gradient(180deg, rgba(6, 182, 212, 0.16), transparent 36%),
        linear-gradient(270deg, rgba(245, 158, 11, 0.12), transparent 28%);
    opacity: 0.8;
}

.sidebar-nav {
    position: relative;
    z-index: 1;
}

.sidebar-nav .nav-item {
    margin: 8px 0;
}

.sidebar-nav .nav-link {
    min-height: 48px;
    gap: 10px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 14px;
    color: var(--cibil-ink);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(238, 246, 255, 0.72));
    box-shadow: 0 10px 24px rgba(23, 32, 51, 0.08), var(--cibil-inner);
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.sidebar-nav .nav-link.collapsed {
    color: var(--cibil-ink);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.84), rgba(247, 250, 252, 0.70));
}

.sidebar-nav .nav-link i:not(.bi-chevron-down) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    margin-right: 0;
    border-radius: 11px;
    color: #ffffff;
    background: linear-gradient(145deg, var(--cibil-blue), var(--cibil-cyan));
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.30);
    transform: translateZ(0);
}

.sidebar-nav .nav-item:nth-child(3n+1) .nav-link i:not(.bi-chevron-down) {
    background: linear-gradient(145deg, var(--cibil-blue), var(--cibil-cyan));
}

.sidebar-nav .nav-item:nth-child(3n+2) .nav-link i:not(.bi-chevron-down) {
    background: linear-gradient(145deg, var(--cibil-emerald), var(--cibil-cyan));
    box-shadow: 0 10px 24px rgba(16, 185, 129, 0.30), inset 0 1px 0 rgba(255, 255, 255, 0.30);
}

.sidebar-nav .nav-item:nth-child(3n) .nav-link i:not(.bi-chevron-down) {
    background: linear-gradient(145deg, var(--cibil-rose), var(--cibil-amber));
    box-shadow: 0 10px 24px rgba(244, 63, 94, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.30);
}

.sidebar-nav .nav-link:hover,
.sidebar-nav .nav-link:not(.collapsed) {
    color: #0f172a;
    background: linear-gradient(145deg, #ffffff, #eaf7ff);
    box-shadow: 0 16px 34px rgba(37, 99, 235, 0.18), 0 0 0 3px rgba(6, 182, 212, 0.08), var(--cibil-inner);
    transform: translateY(-2px);
}

.sidebar-nav .nav-content {
    margin: 8px 0 6px 18px;
    padding-left: 12px;
    border-left: 1px solid rgba(37, 99, 235, 0.18);
}

.sidebar-nav .nav-content a {
    min-height: 38px;
    padding: 8px 12px;
    border-radius: 12px;
    color: var(--cibil-muted);
    transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-content a.active {
    color: var(--cibil-blue);
    background: rgba(255, 255, 255, 0.68);
    transform: translateX(4px);
}

.sidebar-nav .nav-content a i {
    color: var(--cibil-cyan);
}

@media (min-width: 1200px) {
    #main,
    #footer {
        margin-left: 308px;
    }
}

.toggle-sidebar .sidebar {
    left: -310px;
}

.toggle-sidebar #main,
.toggle-sidebar #footer {
    margin-left: 0;
}

.card,
.modal-content {
    border: 1px solid rgba(255, 255, 255, 0.74);
    border-radius: 18px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(244, 250, 255, 0.88));
    box-shadow: var(--cibil-shadow), var(--cibil-inner);
    overflow: hidden;
}

.card::before {
    content: "";
    display: block;
    height: 4px;
    background: linear-gradient(90deg, var(--cibil-blue), var(--cibil-cyan), var(--cibil-emerald), var(--cibil-amber), var(--cibil-rose));
}

.card-body {
    padding: 22px;
}

.card-title {
    padding: 0 0 18px;
    color: var(--cibil-ink);
    font-weight: 800;
}

.dashboard .info-card {
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.dashboard .info-card:hover,
.card:hover {
    box-shadow: 0 26px 62px rgba(23, 32, 51, 0.20), var(--cibil-inner);
    transform: translateY(-2px);
}

.dashboard .card-icon {
    border-radius: 18px;
    box-shadow: 0 14px 30px rgba(23, 32, 51, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.36);
}

.dashboard .sales-card .card-icon {
    color: #ffffff;
    background: linear-gradient(145deg, var(--cibil-blue), var(--cibil-cyan));
}

.dashboard .revenue-card .card-icon {
    color: #ffffff;
    background: linear-gradient(145deg, var(--cibil-emerald), var(--cibil-cyan));
}

.dashboard .customers-card .card-icon {
    color: #ffffff;
    background: linear-gradient(145deg, var(--cibil-amber), var(--cibil-rose));
}

.table,
.dataTable {
    overflow: hidden;
    border-radius: 14px;
}

.table thead th,
table.dataTable thead th {
    color: #ffffff;
    background: linear-gradient(145deg, #1d4ed8, #0891b2);
    border-bottom: 0;
}

.table tbody tr,
table.dataTable tbody tr {
    background: rgba(255, 255, 255, 0.72);
}

.table tbody tr:hover,
table.dataTable tbody tr:hover {
    background: rgba(236, 253, 245, 0.86);
}

.form-control,
.form-select,
select.form-control {
    min-height: 42px;
    border: 1px solid rgba(37, 99, 235, 0.14);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: inset 0 2px 5px rgba(23, 32, 51, 0.04);
}

.form-control:focus,
.form-select:focus {
    border-color: rgba(6, 182, 212, 0.55);
    box-shadow: 0 0 0 4px rgba(6, 182, 212, 0.12), inset 0 2px 5px rgba(23, 32, 51, 0.04);
}

.btn {
    border-radius: 11px;
    font-weight: 700;
    box-shadow: 0 10px 20px rgba(23, 32, 51, 0.10);
    transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 26px rgba(23, 32, 51, 0.16);
}

.btn-primary {
    --bs-btn-bg: #2563eb;
    --bs-btn-border-color: #2563eb;
    --bs-btn-hover-bg: #0891b2;
    --bs-btn-hover-border-color: #0891b2;
    --bs-btn-active-bg: #1d4ed8;
    --bs-btn-active-border-color: #1d4ed8;
}

.btn-success {
    --bs-btn-bg: #10b981;
    --bs-btn-border-color: #10b981;
    --bs-btn-hover-bg: #059669;
    --bs-btn-hover-border-color: #059669;
}

.btn-danger {
    --bs-btn-bg: #f43f5e;
    --bs-btn-border-color: #f43f5e;
    --bs-btn-hover-bg: #e11d48;
    --bs-btn-hover-border-color: #e11d48;
}

.btn-warning {
    --bs-btn-bg: #f59e0b;
    --bs-btn-border-color: #f59e0b;
    --bs-btn-hover-bg: #d97706;
    --bs-btn-hover-border-color: #d97706;
    color: #ffffff;
}

.dataTable .btn {
    margin: 3px 5px 3px 0;
    padding: 7px 11px;
}

.action-toolbar-3d {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 184px;
}

.action-btn-3d,
.action-self-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.68);
    color: #ffffff;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.17), inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

.action-btn-3d {
    position: relative;
    width: 38px;
    height: 38px;
    border-radius: 14px;
    font-size: 17px;
    text-decoration: none;
    transform: translateY(0);
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.action-btn-3d::before,
.action-btn-3d::after {
    position: absolute;
    left: 50%;
    pointer-events: none;
    opacity: 0;
    transform: translate(-50%, 8px);
    transition: opacity 0.16s ease, transform 0.16s ease;
    z-index: 30;
}

.action-btn-3d::before {
    content: attr(aria-label);
    bottom: calc(100% + 10px);
    min-width: max-content;
    max-width: 160px;
    padding: 7px 10px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 10px;
    color: #ffffff;
    background: linear-gradient(145deg, rgba(15, 23, 42, 0.95), rgba(37, 99, 235, 0.90));
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.28);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
}

.action-btn-3d::after {
    content: "";
    bottom: calc(100% + 4px);
    border-width: 6px 6px 0;
    border-style: solid;
    border-color: rgba(15, 23, 42, 0.95) transparent transparent;
}

.action-btn-3d:hover,
.action-btn-3d:focus {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 18px 34px rgba(15, 23, 42, 0.24), 0 0 18px rgba(37, 99, 235, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.48);
    filter: saturate(1.08);
}

.action-btn-3d:hover::before,
.action-btn-3d:hover::after,
.action-btn-3d:focus::before,
.action-btn-3d:focus::after {
    opacity: 1;
    transform: translate(-50%, 0);
}

.action-edit {
    background: linear-gradient(145deg, #2563eb, #06b6d4);
}

.action-activate {
    background: linear-gradient(145deg, #10b981, #22c55e);
}

.action-deactivate {
    background: linear-gradient(145deg, #f43f5e, #dc2626);
}

.action-reset {
    background: linear-gradient(145deg, #f59e0b, #f97316);
}

.action-money {
    background: linear-gradient(145deg, #7c3aed, #ec4899);
}

.action-self-pill {
    gap: 7px;
    min-height: 34px;
    padding: 7px 13px;
    border-radius: 999px;
    background: linear-gradient(145deg, #64748b, #334155);
    font-weight: 700;
    letter-spacing: 0;
    white-space: nowrap;
}

.tx-user {
    display: grid;
    gap: 3px;
    min-width: 150px;
}

.tx-user strong {
    color: var(--cibil-ink);
    font-weight: 800;
    line-height: 1.15;
}

.tx-user small {
    color: var(--cibil-muted);
    font-size: 12px;
    line-height: 1.2;
    word-break: break-word;
}

.tx-role,
.tx-badge,
.tx-amount {
    display: inline-flex;
    align-items: center;
    width: max-content;
    min-height: 26px;
    padding: 5px 9px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    white-space: nowrap;
}

.tx-role {
    color: #1d4ed8;
    background: rgba(37, 99, 235, 0.10);
}

.tx-admin {
    color: #075985;
    background: linear-gradient(145deg, rgba(14, 165, 233, 0.16), rgba(37, 99, 235, 0.12));
}

.tx-distributor {
    color: #047857;
    background: linear-gradient(145deg, rgba(16, 185, 129, 0.16), rgba(6, 182, 212, 0.12));
}

.tx-wallet {
    color: #7c2d12;
    background: linear-gradient(145deg, rgba(245, 158, 11, 0.18), rgba(249, 115, 22, 0.12));
}

.tx-credit {
    color: #047857;
    background: rgba(16, 185, 129, 0.12);
}

.wallet-balance-link {
    text-decoration: none;
    transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.wallet-balance-link:hover,
.wallet-balance-link:focus {
    color: #047857;
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(16, 185, 129, 0.16);
}

.user-management-table {
    font-size: 15.5px;
}

.user-management-table thead th {
    font-size: 14.5px;
    font-weight: 800;
}

.user-management-table tbody td {
    font-size: 15px;
    vertical-align: middle;
}

.user-management-table .tx-amount,
.user-management-table .action-self-pill {
    font-size: 13.5px;
}

.user-management-table th:nth-child(2),
.user-management-table td:nth-child(2),
.user-management-table th:nth-child(3),
.user-management-table td:nth-child(3) {
    width: 105px;
    max-width: 105px;
    padding-left: 8px;
    padding-right: 8px;
    white-space: nowrap;
}

.user-management-table .action-btn-3d {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    font-size: 15px;
}

.wallet-history-table {
    font-size: 14px;
    table-layout: fixed;
}

.wallet-history-table th,
.wallet-history-table td {
    vertical-align: middle;
}

.wallet-history-table th:nth-child(1),
.wallet-history-table td:nth-child(1) {
    width: 64px;
    text-align: center;
}

.wallet-history-table th:nth-child(2),
.wallet-history-table td:nth-child(2) {
    width: 145px;
}

.wallet-history-table th:nth-child(3),
.wallet-history-table td:nth-child(3) {
    width: 130px;
}

.wallet-history-table th:nth-child(4),
.wallet-history-table td:nth-child(4) {
    width: 130px;
}

.wallet-history-table th:nth-child(6),
.wallet-history-table td:nth-child(6) {
    width: 165px;
}

.wallet-history-table th:nth-child(7),
.wallet-history-table td:nth-child(7),
.wallet-history-table th:nth-child(8),
.wallet-history-table td:nth-child(8) {
    width: 120px;
}

.wallet-history-table .tx-user {
    min-width: 0;
}

.profile-hero-card .card-body {
    min-height: 300px;
    justify-content: center;
    text-align: center;
}

.profile-hero-avatar {
    width: 112px;
    height: 112px;
    margin-bottom: 16px;
    border: 4px solid rgba(255, 255, 255, 0.88);
    border-radius: 30px;
    object-fit: cover;
    background: linear-gradient(145deg, #7c3aed, #06b6d4);
    box-shadow: 0 22px 42px rgba(37, 99, 235, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.profile-hero-initial {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 44px;
    font-weight: 900;
}

.profile-card h2 {
    color: var(--cibil-ink);
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0;
}

.profile-hero-email {
    margin: 0 0 12px;
    color: var(--cibil-muted);
    font-weight: 700;
    word-break: break-word;
}

.profile-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.profile-detail-tile {
    min-height: 84px;
    padding: 15px 16px;
    border: 1px solid rgba(255, 255, 255, 0.74);
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(237, 248, 255, 0.78));
    box-shadow: 0 14px 30px rgba(23, 32, 51, 0.10), var(--cibil-inner);
}

.profile-detail-wide {
    grid-column: span 2;
}

.profile-detail-tile span {
    display: block;
    margin-bottom: 7px;
    color: var(--cibil-muted);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.profile-detail-tile strong {
    display: block;
    color: var(--cibil-ink);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
    word-break: break-word;
}

@media (max-width: 768px) {
    .profile-detail-grid {
        grid-template-columns: 1fr;
    }

    .profile-detail-wide {
        grid-column: auto;
    }
}

.support-footer-panel {
    border-radius: 18px !important;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(233, 248, 255, 0.84)) !important;
    box-shadow: 0 22px 50px rgba(23, 32, 51, 0.18), 0 0 0 4px rgba(37, 99, 235, 0.04), var(--cibil-inner) !important;
}

.back-to-top {
    border-radius: 16px;
    background: linear-gradient(145deg, var(--cibil-blue), var(--cibil-cyan));
    box-shadow: 0 16px 34px rgba(37, 99, 235, 0.28);
}

.header-brand-logo {
    width: 154px;
    height: 60px;
    max-height: 60px !important;
    margin-right: 0 !important;
    border: 3px solid rgba(255, 255, 255, 0.92);
    border-radius: 18px;
    object-fit: cover;
    object-position: center;
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.26), 0 0 20px rgba(6, 182, 212, 0.16);
}

.settings-3d-panel {
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.76);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(238, 250, 255, 0.84));
    box-shadow: 0 18px 44px rgba(23, 32, 51, 0.13), var(--cibil-inner);
}

.settings-3d-panel h6 {
    margin-bottom: 18px;
    color: var(--cibil-ink);
    font-size: 16px;
    font-weight: 900;
}

.dashboard-hero-3d {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    margin-bottom: 22px;
    padding: 26px 28px;
    border: 1px solid rgba(255, 255, 255, 0.76);
    border-radius: 24px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(232, 247, 255, 0.86)),
        linear-gradient(135deg, rgba(37, 99, 235, 0.10), rgba(16, 185, 129, 0.08), rgba(244, 63, 94, 0.07));
    box-shadow: 0 24px 58px rgba(23, 32, 51, 0.17), 0 0 0 5px rgba(255, 255, 255, 0.22), var(--cibil-inner);
}

.dashboard-hero-3d span,
.dashboard-section-title span,
.dash-mini-card span {
    color: var(--cibil-blue);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.dashboard-hero-3d h2 {
    margin: 6px 0 6px;
    color: var(--cibil-ink);
    font-size: 30px;
    font-weight: 950;
    letter-spacing: 0;
}

.dashboard-hero-3d p {
    margin: 0;
    color: var(--cibil-muted);
    font-weight: 700;
}

.dashboard-hero-meter {
    min-width: 174px;
    padding: 18px;
    border-radius: 22px;
    color: #ffffff;
    text-align: center;
    background: linear-gradient(145deg, #2563eb, #06b6d4 52%, #16a34a);
    box-shadow: 0 18px 38px rgba(37, 99, 235, 0.24), 0 0 22px rgba(16, 185, 129, 0.14), var(--cibil-inner);
}

.dashboard-hero-meter i {
    display: block;
    margin-bottom: 8px;
    font-size: 28px;
}

.dashboard-hero-meter strong {
    display: block;
    font-size: 28px;
    font-weight: 950;
    line-height: 1;
}

.dashboard-hero-meter small {
    display: block;
    margin-top: 6px;
    font-weight: 800;
    opacity: 0.92;
}

.retailer-dashboard-hero {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(235, 255, 246, 0.84)),
        linear-gradient(135deg, rgba(16, 185, 129, 0.12), rgba(6, 182, 212, 0.10), rgba(37, 99, 235, 0.08));
}

.distributor-dashboard-hero {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(235, 245, 255, 0.86)),
        linear-gradient(135deg, rgba(37, 99, 235, 0.13), rgba(6, 182, 212, 0.10), rgba(245, 158, 11, 0.08));
}

.dashboard-insight-row {
    row-gap: 18px;
    margin-bottom: 22px;
}

.dash-mini-card {
    position: relative;
    overflow: hidden;
    min-height: 166px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.76);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(239, 248, 255, 0.84));
    box-shadow: 0 20px 46px rgba(23, 32, 51, 0.14), var(--cibil-inner);
}

.dash-mini-card::after {
    content: "";
    position: absolute;
    right: -44px;
    top: -44px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: currentColor;
    opacity: 0.11;
}

.dash-mini-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 14px;
    border-radius: 16px;
    color: #ffffff;
    box-shadow: 0 14px 26px rgba(23, 32, 51, 0.18);
}

.dash-mini-card strong {
    display: block;
    margin-top: 7px;
    color: var(--cibil-ink);
    font-size: 30px;
    font-weight: 950;
    line-height: 1;
}

.dash-mini-card small {
    display: block;
    margin-top: 8px;
    color: var(--cibil-muted);
    font-weight: 750;
}

.dash-mini-blue { color: #2563eb; }
.dash-mini-green { color: #059669; }
.dash-mini-cyan { color: #0284c7; }
.dash-mini-rose { color: #e11d48; }

.dash-mini-blue i { background: linear-gradient(145deg, #2563eb, #06b6d4); }
.dash-mini-green i { background: linear-gradient(145deg, #059669, #22c55e); }
.dash-mini-cyan i { background: linear-gradient(145deg, #0284c7, #06b6d4); }
.dash-mini-rose i { background: linear-gradient(145deg, #e11d48, #fb7185); }

.dashboard-graph-card,
.dashboard-activity-card {
    min-height: 430px;
}

.dashboard-section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 20px;
}

.dashboard-section-title h5 {
    margin: 4px 0 0;
    color: var(--cibil-ink);
    font-size: 18px;
    font-weight: 950;
}

.dashboard-section-title > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 16px;
    color: var(--cibil-blue);
    background: rgba(37, 99, 235, 0.10);
    box-shadow: var(--cibil-inner);
}

.dashboard-bars {
    display: grid;
    gap: 16px;
}

.dash-month-bar {
    display: grid;
    grid-template-columns: 44px 1fr 118px;
    align-items: center;
    gap: 14px;
}

.dash-month-label {
    color: var(--cibil-ink);
    font-size: 13px;
    font-weight: 900;
}

.dash-bar-stack {
    display: grid;
    gap: 7px;
}

.dash-bar-line {
    height: 12px;
    min-width: 4%;
    border-radius: 999px;
    box-shadow: 0 9px 18px rgba(23, 32, 51, 0.11), var(--cibil-inner);
}

.dash-bar-wallet {
    background: linear-gradient(90deg, #2563eb, #06b6d4);
}

.dash-bar-cibil {
    background: linear-gradient(90deg, #f43f5e, #f59e0b);
}

.dash-month-amount {
    display: grid;
    justify-items: end;
    color: var(--cibil-ink);
    font-size: 12px;
    font-weight: 900;
}

.dash-month-amount small {
    color: var(--cibil-muted);
    font-size: 11px;
    font-weight: 800;
}

.dash-chart-legend {
    display: flex;
    gap: 18px;
    margin-top: 22px;
    color: var(--cibil-muted);
    font-size: 12px;
    font-weight: 850;
}

.dash-chart-legend span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.dash-chart-legend i {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.wallet-dot {
    background: #2563eb;
}

.cibil-dot {
    background: #f43f5e;
}

.dash-activity-list {
    display: grid;
    gap: 12px;
}

.dash-activity-item {
    display: grid;
    grid-template-columns: 42px 1fr auto;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(239, 248, 255, 0.76));
    box-shadow: 0 10px 24px rgba(23, 32, 51, 0.08), var(--cibil-inner);
}

.dash-activity-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 15px;
    color: #ffffff;
}

.dash-activity-icon.credit {
    background: linear-gradient(145deg, #059669, #22c55e);
}

.dash-activity-icon.debit {
    background: linear-gradient(145deg, #e11d48, #f59e0b);
}

.dash-activity-item strong,
.dash-activity-item span {
    display: block;
}

.dash-activity-item strong {
    color: var(--cibil-ink);
    font-size: 13px;
    font-weight: 900;
}

.dash-activity-item span {
    color: var(--cibil-muted);
    font-size: 11px;
    font-weight: 750;
}

.dash-activity-item b {
    color: var(--cibil-ink);
    font-size: 12px;
    font-weight: 950;
    white-space: nowrap;
}

.dash-empty-state {
    padding: 26px;
    border-radius: 18px;
    color: var(--cibil-muted);
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
    font-weight: 800;
}

.wallet-balance-hero {
    position: relative;
    overflow: hidden;
    min-height: 235px;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 26px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(232, 252, 245, 0.84)),
        linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(16, 185, 129, 0.12));
    box-shadow: 0 28px 64px rgba(23, 32, 51, 0.18), 0 0 0 6px rgba(255, 255, 255, 0.22), var(--cibil-inner);
}

.wallet-balance-glow {
    position: absolute;
    right: -70px;
    top: -70px;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(6, 182, 212, 0.25), transparent 68%);
}

.wallet-balance-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
    border-radius: 22px;
    color: #ffffff;
    background: linear-gradient(145deg, #2563eb, #06b6d4 50%, #16a34a);
    box-shadow: 0 18px 36px rgba(37, 99, 235, 0.26), var(--cibil-inner);
    font-size: 28px;
}

.wallet-balance-content {
    position: relative;
}

.wallet-balance-content span,
.transaction-detail-hero span,
.tx-party-card span,
.tx-detail-polished span {
    color: var(--cibil-blue);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.wallet-balance-content strong {
    display: block;
    margin: 8px 0;
    color: var(--cibil-ink);
    font-size: 36px;
    font-weight: 950;
    line-height: 1;
    text-shadow: 0 2px 0 rgba(255, 255, 255, 0.92), 0 18px 28px rgba(37, 99, 235, 0.18);
}

.wallet-balance-content small {
    display: block;
    color: var(--cibil-muted);
    font-size: 13px;
    font-weight: 750;
    line-height: 1.5;
}

.wallet-history-balance-card {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    min-width: 330px;
    margin: 0 0 20px;
    padding: 18px 22px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 20px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(232, 252, 245, 0.84)),
        linear-gradient(135deg, rgba(37, 99, 235, 0.10), rgba(16, 185, 129, 0.10));
    box-shadow: 0 18px 42px rgba(23, 32, 51, 0.14), var(--cibil-inner);
}

.wallet-history-balance-inline {
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 14px 18px;
}

.wallet-history-balance-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 18px;
    color: #ffffff;
    background: linear-gradient(145deg, #2563eb, #06b6d4 52%, #16a34a);
    box-shadow: 0 14px 28px rgba(37, 99, 235, 0.22), var(--cibil-inner);
    font-size: 24px;
}

.wallet-history-balance-card span,
.wallet-history-balance-card strong {
    display: block;
}

.wallet-history-balance-card span {
    color: var(--cibil-blue);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.wallet-history-balance-card strong {
    margin-top: 4px;
    color: var(--cibil-ink);
    font-size: 25px;
    font-weight: 950;
    line-height: 1;
}

.wallet-history-balance-inline strong {
    font-size: 20px;
}

.user-filter-bar {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 18px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.76);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(239, 248, 255, 0.82));
    box-shadow: 0 14px 30px rgba(23, 32, 51, 0.10), var(--cibil-inner);
}

.user-table-toolbar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.user-filter-bar.user-filter-bar-inline {
    margin: 0;
}

.user-filter-bar label {
    margin: 0;
    color: var(--cibil-ink);
    font-size: 14px;
    font-weight: 900;
    white-space: nowrap;
}

.user-filter-bar .form-select {
    width: 190px;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 800;
}

.user-table-toolbar .dt-search,
.user-table-toolbar .dataTables_filter {
    margin: 0;
}

.user-table-toolbar .dt-search,
.user-table-toolbar .dataTables_filter {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.76);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(239, 248, 255, 0.82));
    box-shadow: 0 14px 30px rgba(23, 32, 51, 0.10), var(--cibil-inner);
}

.user-table-toolbar .dt-search label,
.user-table-toolbar .dataTables_filter label {
    margin: 0;
    color: var(--cibil-ink);
    font-size: 14px;
    font-weight: 900;
}

.user-table-toolbar .dt-search input,
.user-table-toolbar .dataTables_filter input {
    min-height: 38px;
    width: 210px;
    margin-left: 0;
    border: 1px solid rgba(37, 99, 235, 0.16);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: inset 0 2px 8px rgba(23, 32, 51, 0.05);
    font-size: 14px;
    font-weight: 750;
}

.transaction-detail-card {
    overflow: hidden;
}

.transaction-detail-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 20px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 24px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(235, 248, 255, 0.84)),
        linear-gradient(135deg, rgba(37, 99, 235, 0.11), rgba(16, 185, 129, 0.10));
    box-shadow: 0 22px 50px rgba(23, 32, 51, 0.14), var(--cibil-inner);
}

.transaction-detail-hero h2 {
    margin: 6px 0;
    color: var(--cibil-ink);
    font-size: 34px;
    font-weight: 950;
    line-height: 1;
}

.transaction-detail-hero p {
    margin: 0;
    color: var(--cibil-muted);
    font-weight: 800;
}

.transaction-status-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 15px;
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(145deg, #059669, #22c55e);
    box-shadow: 0 14px 28px rgba(5, 150, 105, 0.22), var(--cibil-inner);
    font-weight: 900;
}

.tx-party-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 16px;
}

.tx-party-card,
.tx-detail-polished > div {
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.74);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(239, 248, 255, 0.78));
    box-shadow: 0 14px 30px rgba(23, 32, 51, 0.10), var(--cibil-inner);
}

.tx-party-card strong,
.tx-party-card small {
    display: block;
}

.tx-party-card strong {
    margin-top: 8px;
    color: var(--cibil-ink);
    font-size: 16px;
    font-weight: 950;
}

.tx-party-card small {
    margin-top: 5px;
    color: var(--cibil-muted);
    font-weight: 750;
    word-break: break-word;
}

.tx-detail-polished {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.tx-detail-polished strong {
    display: block;
    margin-top: 8px;
    color: var(--cibil-ink);
    font-size: 14px;
    font-weight: 900;
    line-height: 1.35;
    word-break: break-word;
}

@media (max-width: 1199px) {
    .login-split-3d {
        grid-template-columns: 1fr;
        gap: 22px;
        min-height: auto;
    }

    .login-brand-stage {
        min-height: auto;
    }

    .login-logo-frame {
        height: 260px;
    }

    .login-card-3d {
        transform: none;
    }

    .header-brand-wrap {
        min-width: 280px;
    }

    .header .header-brand {
        width: 306px;
    }

    .header-brand-logo {
        width: 124px;
        height: 52px;
    }

    .header-brand-text strong {
        font-size: 14.5px;
    }

    .header-brand-text small {
        font-size: 9.5px;
    }

    .sidebar {
        left: -310px;
    }

    .toggle-sidebar .sidebar {
        left: 16px;
    }

    #main {
        padding: 22px 18px;
    }
}

@media (max-width: 640px) {
    .wallet-balance-content strong,
    .transaction-detail-hero h2 {
        font-size: 28px;
    }

    .transaction-detail-hero {
        flex-direction: column;
        align-items: flex-start;
    }

    .tx-party-grid,
    .tx-detail-polished {
        grid-template-columns: 1fr;
    }

    .dashboard-hero-3d {
        flex-direction: column;
        align-items: stretch;
        padding: 20px;
    }

    .dashboard-hero-3d h2 {
        font-size: 24px;
    }

    .dash-month-bar {
        grid-template-columns: 40px 1fr;
    }

    .dash-month-amount {
        grid-column: 2;
        justify-items: start;
    }

    .dash-activity-item {
        grid-template-columns: 38px 1fr;
    }

    .dash-activity-item b {
        grid-column: 2;
    }

    .auth-login-shell {
        padding: 0 8px;
    }

    .login-brand-stage {
        padding: 18px;
        border-radius: 24px;
    }

    .login-logo-frame {
        height: 190px;
        border-radius: 22px;
    }

    .login-brand-copy h1 {
        font-size: 30px;
    }

    .login-brand-copy p {
        font-size: 14px;
    }

    .login-card-3d {
        border-radius: 22px !important;
    }

    .login-card-3d .card-body {
        padding: 24px;
    }

    .header {
        height: 78px;
        padding-left: 8px;
    }

    #main {
        margin-top: 78px;
    }

    .header-brand-wrap {
        min-width: auto;
    }

    .header .header-brand {
        width: auto;
        min-height: 58px;
        padding: 5px 8px;
    }

    .header-brand-logo {
        width: 122px;
        height: 52px;
    }

    .sidebar {
        top: 92px;
    }

    .main .pagetitle,
    .card-body {
        padding: 16px;
    }

    .sidebar {
        width: calc(100vw - 32px);
    }

    .action-toolbar-3d {
        justify-content: flex-start;
        min-width: 0;
        flex-wrap: wrap;
    }
}
