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);
}

.retailer-signup-link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.70);
    border: 1px solid rgba(37, 99, 235, 0.14);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
    font-size: 13px;
    font-weight: 800;
}

.retailer-signup-link span {
    color: #64748b;
}

.retailer-signup-link a {
    color: var(--cibil-blue);
    text-decoration: none;
    font-weight: 900;
}

.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 {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1100;
    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-company-title {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.header-company-title strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 18px;
    color: #0f172a;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(236, 253, 245, 0.86)),
        linear-gradient(90deg, rgba(37, 99, 235, 0.10), rgba(20, 184, 166, 0.10));
    border: 1px solid rgba(255, 255, 255, 0.78);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.12), 0 0 22px rgba(20, 184, 166, 0.14), var(--cibil-inner);
    font-size: 18px;
    font-weight: 950;
    line-height: 1;
    white-space: nowrap;
    text-shadow: 0 2px 0 rgba(255, 255, 255, 0.92);
}

.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) {
    width: 130px;
    max-width: 130px;
    padding-left: 4px;
    padding-right: 8px;
    white-space: nowrap;
}

.user-management-table th:nth-child(1),
.user-management-table td:nth-child(1) {
    width: 48px;
    max-width: 48px;
    padding-right: 4px;
}

.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: 172px;
    white-space: nowrap;
}

.wallet-history-date {
    white-space: nowrap;
    font-size: 13px;
    font-weight: 700;
    color: var(--cibil-ink);
}

.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;
}

.distributor-profile-card {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 16px;
    padding: 18px;
    border-radius: 22px;
    background:
        radial-gradient(circle at 0% 0%, rgba(37, 99, 235, 0.12), transparent 34%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 255, 0.88));
    border: 1px solid rgba(255, 255, 255, 0.82);
    box-shadow: 0 20px 44px rgba(15, 23, 42, 0.12), var(--cibil-inner);
}

.distributor-profile-icon {
    width: 64px;
    height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    color: #ffffff;
    background: linear-gradient(135deg, #2563eb, #14b8a6);
    box-shadow: 0 18px 32px rgba(37, 99, 235, 0.25);
}

.distributor-profile-icon i {
    font-size: 28px;
}

.distributor-profile-content span,
.distributor-profile-grid small {
    display: block;
    color: var(--cibil-muted);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.distributor-profile-content strong {
    display: block;
    margin-top: 4px;
    color: var(--cibil-ink);
    font-size: 18px;
    font-weight: 900;
}

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

.distributor-profile-grid div {
    padding: 12px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(148, 163, 184, 0.18);
}

.distributor-profile-grid b {
    display: block;
    margin-top: 5px;
    color: var(--cibil-ink);
    font-size: 14px;
    word-break: break-word;
}

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

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

    .distributor-profile-card,
    .distributor-profile-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1199.98px) {
    .header-company-title {
        display: none;
    }
}

.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;
    }
}

.provider-settings-chip,
.pending-badge-glow,
.pending-badge-outline,
.sidebar-alert-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 999px;
    font-weight: 800;
}

.provider-settings-chip {
    padding: 10px 16px;
    color: #075985;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 14px 28px rgba(37, 99, 235, 0.10), var(--cibil-inner);
}

.provider-admin-panel,
.commission-preview-card,
.qr-preview-card,
.payment-mode-card,
.provider-choice-card,
.qr-request-card,
.empty-state-plate,
.provider-summary-strip {
    border: 1px solid rgba(255, 255, 255, 0.82);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(233, 245, 255, 0.86));
    box-shadow: 0 18px 40px rgba(23, 32, 51, 0.10), var(--cibil-inner);
}

.provider-admin-header,
.payment-mode-head,
.qr-request-head,
.qr-request-grid,
.provider-admin-footer,
.qr-reviewed-note {
    display: flex;
    justify-content: space-between;
    gap: 14px;
}

.provider-admin-header span,
.payment-mode-head p,
.provider-admin-footer span,
.qr-request-grid span,
.commission-preview-card span,
.provider-choice-label {
    color: var(--cibil-muted);
    font-size: 12px;
    font-weight: 700;
}

.provider-admin-header h6,
.payment-mode-head h6,
.commission-preview-card strong,
.provider-choice-card strong,
.qr-request-head strong {
    margin: 0;
    color: var(--cibil-ink);
    font-weight: 900;
}

.provider-admin-toggles {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.provider-admin-footer {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(44, 62, 96, 0.10);
    flex-wrap: wrap;
}

.provider-summary-strip {
    margin-top: 6px;
    padding: 10px 16px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.wallet-warning-note {
    display: inline-flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 14px;
    color: #92400e;
    background: rgba(254, 243, 199, 0.82);
    border: 1px solid rgba(245, 158, 11, 0.22);
    font-size: 13px;
    font-weight: 700;
}

.retailer-upi-success,
.payment-settings-success {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 13px 16px;
    border-radius: 18px;
    color: #14532d;
    background: linear-gradient(145deg, rgba(220, 252, 231, 0.95), rgba(187, 247, 208, 0.82));
    border: 1px solid rgba(34, 197, 94, 0.30);
    box-shadow: 0 16px 34px rgba(22, 163, 74, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.retailer-upi-success i,
.payment-settings-success i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    border-radius: 14px;
    color: #ffffff;
    background: linear-gradient(135deg, #16a34a, #22c55e);
    box-shadow: 0 12px 24px rgba(22, 163, 74, 0.25);
}

.retailer-upi-success strong,
.retailer-upi-success span,
.payment-settings-success strong,
.payment-settings-success span {
    display: block;
}

.retailer-upi-success strong,
.payment-settings-success strong {
    font-size: 14px;
    font-weight: 900;
}

.retailer-upi-success span,
.payment-settings-success span {
    margin-top: 2px;
    font-size: 12.5px;
    font-weight: 800;
    color: #166534;
    word-break: break-word;
}

.provider-selection-grid,
.payment-mode-selector {
    display: grid;
    gap: 16px;
}

.provider-selection-grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.payment-mode-selector {
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.provider-choice-card,
.payment-mode-card {
    position: relative;
    padding: 18px;
    border-radius: 20px;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.provider-choice-card small,
.payment-mode-card small,
.commission-preview-card small,
.qr-request-head small,
.empty-state-plate span {
    color: var(--cibil-muted);
    font-size: 12.5px;
    font-weight: 700;
}

.provider-choice-card.is-active,
.payment-mode-card.is-active {
    border-color: rgba(37, 99, 235, 0.34);
    transform: translateY(-2px);
    box-shadow: 0 24px 44px rgba(37, 99, 235, 0.18), 0 0 0 4px rgba(6, 182, 212, 0.08), var(--cibil-inner);
}

.payment-mode-card {
    text-align: left;
}

.recharge-wallet-form {
    display: grid;
    gap: 20px;
}

.recharge-form-section {
    display: grid;
    gap: 10px;
}

.recharge-amount-panel {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) minmax(220px, 0.9fr);
    gap: 14px;
    align-items: stretch;
    padding: 18px;
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(236, 254, 255, 0.88));
    border: 1px solid rgba(37, 99, 235, 0.14);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.09), inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.recharge-amount-input {
    min-height: 54px;
    font-size: 20px;
    font-weight: 900;
}

.recharge-amount-helper,
.recharge-razorpay-content {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.recharge-amount-helper {
    padding: 14px;
    border-radius: 18px;
    color: #334155;
    background: rgba(255, 255, 255, 0.70);
    border: 1px solid rgba(148, 163, 184, 0.16);
}

.recharge-amount-helper i,
.recharge-razorpay-content i {
    display: inline-flex;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: #ffffff;
    background: linear-gradient(135deg, #2563eb, #14b8a6);
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.20);
}

.recharge-amount-helper span,
.recharge-razorpay-content span {
    min-width: 0;
    color: #475569;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.45;
}

.recharge-upi-panel {
    padding: 18px;
}

.retailer-recharge-shell .recharge-upi-panel {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.recharge-upi-grid {
    display: grid;
    grid-template-columns: minmax(250px, 320px) minmax(0, 1fr);
    gap: 18px;
    align-items: stretch;
}

.recharge-proof-card {
    display: grid;
    align-content: start;
    gap: 16px;
    min-width: 0;
    padding: 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.07);
}

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

.recharge-proof-grid > div {
    min-width: 0;
}

.recharge-file-input,
.recharge-proof-card .form-control,
.recharge-amount-panel .form-control {
    width: 100%;
    max-width: 100%;
}

.screenshot-preview-card {
    position: relative;
    overflow: hidden;
    margin-top: 12px;
    width: 100%;
    max-width: 260px;
    aspect-ratio: 16 / 10;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(37, 99, 235, 0.18);
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.screenshot-preview-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.screenshot-preview-card span {
    position: absolute;
    left: 10px;
    bottom: 10px;
    padding: 6px 9px;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(15, 23, 42, 0.72);
    backdrop-filter: blur(8px);
    font-size: 11px;
    font-weight: 900;
}

.screenshot-preview-clear {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 11px;
    color: #0f172a;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.16);
}

.recharge-razorpay-note .settings-3d-panel {
    padding: 18px;
    border-color: rgba(20, 184, 166, 0.18);
    background: linear-gradient(145deg, #ecfeff, #ffffff 60%, #eff6ff);
}

.recharge-razorpay-content strong {
    display: block;
    color: var(--cibil-ink);
    font-size: 15px;
    font-weight: 900;
}

.recharge-submit-row {
    display: flex;
    justify-content: flex-end;
}

.recharge-submit-btn {
    min-width: 220px;
    min-height: 48px;
    border-radius: 16px;
    font-weight: 900;
}

.payment-mode-card i {
    display: inline-flex;
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
    border-radius: 14px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: linear-gradient(135deg, #2563eb, #06b6d4 48%, #16a34a);
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.20);
    font-size: 18px;
}

.qr-preview-card {
    padding: 14px;
    border-radius: 20px;
}

.qr-preview-card span {
    display: inline-flex;
    margin-bottom: 12px;
    color: var(--cibil-muted);
    font-size: 12px;
    font-weight: 800;
}

.qr-preview-card img {
    width: 100%;
    max-width: 240px;
    border-radius: 18px;
    border: 1px solid rgba(44, 62, 96, 0.08);
    background: #ffffff;
}

.recharge-qr-preview img {
    max-width: 100%;
}

.dynamic-upi-card {
    min-height: 285px;
    display: grid;
    justify-items: center;
    align-content: center;
}

.dynamic-upi-qr {
    width: 230px;
    height: 230px;
    object-fit: contain;
    background: #fff;
    padding: 10px;
    box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08), 0 18px 36px rgba(15, 23, 42, 0.12);
}

.dynamic-upi-empty {
    width: 230px;
    min-height: 230px;
    border: 1px dashed rgba(37, 99, 235, 0.35);
    border-radius: 18px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 10px;
    color: var(--cibil-muted);
    background: linear-gradient(145deg, rgba(255,255,255,0.92), rgba(226,232,240,0.72));
    text-align: center;
    padding: 16px;
}

.dynamic-upi-empty i {
    font-size: 42px;
    color: var(--cibil-blue);
}

.coupon-code-pill {
    display: inline-flex;
    align-items: center;
    padding: 7px 12px;
    border-radius: 999px;
    color: #0f172a;
    background: linear-gradient(145deg, #fff7ed, #e0f2fe);
    border: 1px solid rgba(37, 99, 235, 0.16);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.09);
    font-weight: 900;
    letter-spacing: 0.5px;
}

.coupon-input {
    letter-spacing: 1px;
    font-weight: 800;
}

.generated-coupon-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 18px;
    margin-top: 18px;
}

.generated-coupon-card {
    position: relative;
    overflow: hidden;
    padding: 18px;
    border-radius: 26px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(239, 246, 255, 0.90)),
        radial-gradient(circle at 18% 14%, rgba(37, 99, 235, 0.14), transparent 30%);
    border: 1px solid rgba(37, 99, 235, 0.16);
    box-shadow: 0 24px 52px rgba(15, 23, 42, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.generated-coupon-card::before,
.generated-coupon-card::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 22px;
    height: 44px;
    transform: translateY(-50%);
    border-radius: 999px;
    background: rgba(248, 250, 252, 0.96);
    box-shadow: inset 0 0 12px rgba(15, 23, 42, 0.08);
}

.generated-coupon-card::before {
    left: -11px;
}

.generated-coupon-card::after {
    right: -11px;
}

.generated-coupon-card.is-inactive {
    opacity: 0.82;
    background: linear-gradient(145deg, #f8fafc, #ffffff);
}

.generated-coupon-top,
.generated-coupon-footer,
.generated-coupon-usage-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.generated-coupon-code span,
.generated-coupon-amount span,
.generated-coupon-meta span,
.generated-coupon-usage-head span,
.generated-coupon-footer span {
    display: block;
    color: #64748b;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.55px;
}

.generated-coupon-code strong {
    display: block;
    margin-top: 5px;
    color: var(--cibil-ink);
    font-size: 18px;
    font-weight: 950;
    letter-spacing: 0.8px;
    word-break: break-word;
}

.generated-coupon-amount {
    margin: 18px 0;
    padding: 16px;
    border-radius: 20px;
    background: linear-gradient(145deg, #ecfeff, #ffffff 58%, #fef3c7);
    border: 1px solid rgba(20, 184, 166, 0.16);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
}

.generated-coupon-amount strong {
    display: block;
    margin-top: 4px;
    color: #166534;
    font-size: 27px;
    font-weight: 950;
    text-shadow: 0 2px 0 rgba(255, 255, 255, 0.8);
}

.generated-coupon-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.generated-coupon-meta div {
    min-height: 86px;
    padding: 13px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
}

.generated-coupon-meta strong,
.generated-coupon-usage-head strong {
    display: block;
    margin-top: 5px;
    color: var(--cibil-ink);
    font-size: 14px;
    font-weight: 900;
}

.generated-coupon-meta small {
    display: block;
    margin-top: 4px;
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
}

.generated-coupon-usage {
    margin-top: 16px;
}

.coupon-progress-track {
    height: 11px;
    overflow: hidden;
    margin-top: 9px;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.20);
    box-shadow: inset 0 2px 5px rgba(15, 23, 42, 0.10);
}

.coupon-progress-track span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #2563eb, #14b8a6, #f59e0b);
    box-shadow: 0 0 18px rgba(20, 184, 166, 0.28);
}

.generated-coupon-footer {
    margin-top: 16px;
    padding-top: 14px;
    border-top: 1px dashed rgba(100, 116, 139, 0.26);
}

.coupon-card-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
}

.coupon-usage-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 92px;
    padding: 8px 12px;
    border-radius: 999px;
    color: #0f172a;
    background: linear-gradient(145deg, #ffffff, #e0f2fe);
    border: 1px solid rgba(37, 99, 235, 0.16);
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
    font-weight: 900;
}

.surepass-info-card {
    display: grid;
    gap: 10px;
    padding: 14px;
    border-radius: 18px;
    color: #334155;
    background: linear-gradient(145deg, #ecfeff, #ffffff 55%, #fff7ed);
    border: 1px solid rgba(20, 184, 166, 0.18);
    box-shadow: 0 14px 26px rgba(15, 23, 42, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.surepass-info-card span,
.fcm-topic-list span {
    display: block;
    color: #64748b;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.surepass-info-card strong {
    display: block;
    margin-top: 4px;
    color: var(--cibil-ink);
    font-size: 13px;
    word-break: break-word;
}

.surepass-info-card small,
.surepass-info-card em {
    color: #475569;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
}

.surepass-info-card details {
    padding-top: 8px;
    border-top: 1px solid rgba(148, 163, 184, 0.22);
}

.surepass-info-card summary {
    cursor: pointer;
    color: var(--cibil-blue);
    font-size: 12px;
    font-weight: 900;
}

.surepass-info-card code {
    display: block;
    max-height: 120px;
    margin-top: 8px;
    padding: 10px;
    overflow: auto;
    white-space: normal;
    word-break: break-all;
    border-radius: 12px;
    background: rgba(15, 23, 42, 0.06);
}

.fcm-json-box {
    min-height: 190px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    font-size: 12px;
}

.fcm-status-card h6 {
    color: var(--cibil-ink);
    font-weight: 900;
}

.fcm-topic-list {
    display: grid;
    gap: 8px;
}

.fcm-topic-list code {
    display: inline-flex;
    width: fit-content;
    padding: 8px 11px;
    border-radius: 12px;
    color: #0f172a;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 8px 16px rgba(15, 23, 42, 0.06);
}

.pending-badge-glow {
    padding: 8px 14px;
    color: #ffffff;
    background: linear-gradient(135deg, #ef4444, #f97316);
    box-shadow: 0 16px 30px rgba(239, 68, 68, 0.24), 0 0 20px rgba(248, 113, 113, 0.22);
}

.pending-badge-outline {
    padding: 7px 12px;
    color: #b91c1c;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(248, 113, 113, 0.34);
}

.sidebar-alert-badge {
    min-width: 26px;
    height: 26px;
    margin-left: auto;
    padding: 0 8px;
    color: #ffffff;
    background: linear-gradient(135deg, #ef4444, #f97316);
    box-shadow: 0 12px 22px rgba(239, 68, 68, 0.24);
    font-size: 12px;
}

.qr-request-stack {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 18px;
}

.coupon-history-list,
.qr-transaction-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 14px;
}

.coupon-history-row,
.qr-transaction-row {
    display: grid;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(238, 246, 255, 0.88));
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08), var(--cibil-inner);
}

.coupon-history-row {
    grid-template-columns: 1.1fr 1fr 0.9fr 0.8fr 1.2fr auto;
}

.qr-transaction-row {
    grid-template-columns: 42px 0.9fr 1fr 1fr 1.15fr 1.2fr auto auto;
    width: 100%;
}

.qr-transactions-full-card .qr-transaction-list {
    width: 100%;
}

.qr-transactions-full-card .qr-transaction-row {
    grid-template-columns: 46px minmax(120px, 0.9fr) minmax(150px, 1fr) minmax(145px, 1fr) minmax(170px, 1.05fr) minmax(180px, 1.25fr) minmax(96px, auto) minmax(112px, auto);
    padding: 14px 16px;
}

.coupon-history-row span,
.qr-transaction-row span {
    min-width: 0;
}

.coupon-history-row small,
.qr-transaction-row small {
    display: block;
    color: var(--cibil-muted);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
}

.coupon-history-row strong,
.qr-transaction-row strong {
    display: block;
    color: var(--cibil-ink);
    font-size: 12.5px;
    font-weight: 900;
    overflow-wrap: anywhere;
}

.qr-transaction-row.is-pending {
    border-color: rgba(245, 158, 11, 0.28);
}

.qr-serial-cell {
    text-align: center;
}

.qr-note-cell strong {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 992px) {
    .coupon-history-row,
    .qr-transaction-row {
        grid-template-columns: 1fr 1fr;
    }
}

.qr-request-card,
.empty-state-plate {
    padding: 16px;
    border-radius: 20px;
}

.qr-request-card.is-pending {
    border-color: rgba(248, 113, 113, 0.28);
}

.qr-request-head {
    align-items: center;
    margin-bottom: 14px;
}

.qr-request-head div {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.status-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 11px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.status-pending {
    color: #b45309;
    background: rgba(254, 243, 199, 0.86);
}

.status-approved {
    color: #166534;
    background: rgba(220, 252, 231, 0.88);
}

.status-rejected {
    color: #b91c1c;
    background: rgba(254, 226, 226, 0.88);
}

.qr-request-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
    margin-bottom: 14px;
}

.qr-request-grid strong,
.qr-reviewed-note strong {
    color: var(--cibil-ink);
    font-size: 14px;
    font-weight: 800;
}

.qr-proof-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--cibil-blue);
    font-weight: 800;
    text-decoration: none;
}

.qr-action-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
    margin-top: 14px;
}

.qr-review-form textarea {
    min-height: 72px;
    border-radius: 14px;
}

.qr-reviewed-note {
    margin-top: 12px;
    align-items: center;
    flex-wrap: wrap;
}

.empty-state-plate {
    display: flex;
    align-items: center;
    gap: 12px;
}

.empty-state-plate i {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: rgba(37, 99, 235, 0.10);
    color: var(--cibil-blue);
}

.report-table-shell {
    width: 100%;
    overflow-x: auto;
    padding: 4px 2px 10px;
    border-radius: 18px;
}

.report-table-shell.no-width-scroll {
    overflow-x: visible;
}

.report-table-shell .dataTables_wrapper,
.report-table-shell .dt-container,
.report-table-shell .dataTables_scroll {
    width: 100%;
}

.report-table {
    width: 100% !important;
    min-width: 1120px;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0 10px;
}

.report-table-shell.no-width-scroll .report-table {
    min-width: 0;
}

.report-table thead th,
.report-table tbody td {
    padding: 13px 14px !important;
    vertical-align: middle;
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
    line-height: 1.35;
}

.report-table thead th {
    color: #475569;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}

.report-table tbody tr {
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
}

.report-table tbody td {
    background: transparent;
    border-top: 1px solid rgba(148, 163, 184, 0.12);
    border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

.report-table tbody td:first-child {
    border-left: 1px solid rgba(148, 163, 184, 0.12);
    border-radius: 14px 0 0 14px;
}

.report-table tbody td:last-child {
    border-right: 1px solid rgba(148, 163, 184, 0.12);
    border-radius: 0 14px 14px 0;
}

.report-table .tx-user {
    min-width: 0;
    max-width: 100%;
}

.report-table .tx-user strong,
.report-table .tx-user small,
.report-table .tx-role,
.report-table .tx-badge,
.report-table .tx-amount {
    white-space: normal;
    overflow-wrap: anywhere;
}

.report-table .tx-badge,
.report-table .tx-amount {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    line-height: 1.25;
    text-align: left;
}

.report-table td:last-child a,
.report-table td:last-child button {
    white-space: nowrap;
}

.report-cibil-table {
    min-width: 1180px;
}

.report-transactions-table {
    min-width: 1240px;
}

.report-commissions-table {
    min-width: 1040px;
}

.distributor-retailer-map {
    margin-bottom: 20px;
    padding: 18px;
    border-radius: 24px;
    background:
        radial-gradient(circle at 0% 0%, rgba(37, 99, 235, 0.10), transparent 32%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(239, 246, 255, 0.88));
    border: 1px solid rgba(255, 255, 255, 0.82);
    box-shadow: 0 20px 44px rgba(15, 23, 42, 0.10), var(--cibil-inner);
}

.distributor-map-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 14px;
    margin-top: 14px;
}

.distributor-map-card {
    padding: 15px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
}

.distributor-detail-card {
    padding: 0;
    overflow: hidden;
}

.distributor-map-toggle {
    width: 100%;
    padding: 16px;
    border: 0;
    background: transparent;
    text-align: left;
}

.distributor-map-toggle:hover {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(20, 184, 166, 0.08));
}

.distributor-map-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.distributor-map-head strong,
.distributor-map-head span,
.distributor-map-head small {
    display: block;
    overflow-wrap: anywhere;
}

.distributor-map-head strong {
    color: var(--cibil-ink);
    font-size: 15px;
    font-weight: 900;
}

.distributor-map-head span,
.distributor-map-head small,
.distributor-retailer-list em {
    color: var(--cibil-muted);
    font-size: 12px;
    font-style: normal;
    font-weight: 750;
}

.distributor-map-head b {
    min-width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    color: #ffffff;
    background: linear-gradient(135deg, #2563eb, #14b8a6);
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.22);
    font-size: 18px;
    font-weight: 950;
}

.distributor-retailer-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.distributor-retailer-list span {
    display: inline-flex;
    max-width: 100%;
    padding: 7px 10px;
    border-radius: 999px;
    color: #0f172a;
    background: linear-gradient(145deg, #ffffff, #e0f2fe);
    border: 1px solid rgba(37, 99, 235, 0.12);
    font-size: 12px;
    font-weight: 850;
    overflow-wrap: anywhere;
}

.distributor-map-cell small + small {
    margin-top: 2px;
}

.retailer-detail-list {
    padding: 0 16px 16px;
}

.retailer-detail-row {
    display: grid;
    grid-template-columns: minmax(150px, 1.2fr) minmax(140px, 1fr) minmax(120px, 0.8fr);
    gap: 12px;
    margin-top: 10px;
    padding: 12px;
    border-radius: 16px;
    background: linear-gradient(145deg, #ffffff, #eef6ff);
    border: 1px solid rgba(37, 99, 235, 0.10);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.07);
}

.retailer-detail-row span,
.retailer-detail-row small,
.retailer-detail-row strong {
    display: block;
    overflow-wrap: anywhere;
}

.retailer-detail-row small {
    color: var(--cibil-muted);
    font-size: 11px;
    font-weight: 850;
    text-transform: uppercase;
}

.retailer-detail-row strong {
    color: var(--cibil-ink);
    font-size: 13px;
    font-weight: 900;
}

.retailer-detail-empty {
    margin-top: 12px;
    padding: 14px;
    border-radius: 16px;
    color: var(--cibil-muted);
    background: rgba(248, 250, 252, 0.92);
    border: 1px dashed rgba(148, 163, 184, 0.45);
    font-weight: 850;
}

.distributor-list-shell {
    margin-top: 18px;
    overflow-x: auto;
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 255, 0.90));
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08), var(--cibil-inner);
}

.distributor-details-table,
.retailer-details-table {
    margin-bottom: 0;
    min-width: 880px;
}

.distributor-details-table thead th,
.retailer-details-table thead th {
    color: var(--cibil-ink);
    background: rgba(219, 234, 254, 0.78);
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase;
    white-space: nowrap;
}

.distributor-details-table td,
.retailer-details-table td {
    color: #1f2937;
    font-size: 13px;
    font-weight: 800;
    vertical-align: middle;
    white-space: nowrap;
}

.distributor-list-row {
    cursor: pointer;
}

.distributor-list-row:hover td {
    background: rgba(20, 184, 166, 0.08);
}

.distributor-list-link,
.retailer-count-link {
    border: 0;
    padding: 0;
    color: #0f172a;
    background: transparent;
    font-weight: 950;
}

.retailer-count-link {
    min-width: 38px;
    min-height: 34px;
    border-radius: 12px;
    color: #ffffff;
    background: linear-gradient(135deg, #2563eb, #14b8a6);
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.18);
}

.retailer-list-panel {
    padding: 14px;
    border-radius: 16px;
    background: rgba(248, 250, 252, 0.90);
    border: 1px solid rgba(148, 163, 184, 0.20);
}

.retailer-list-title {
    margin-bottom: 10px;
    color: var(--cibil-ink);
    font-size: 13px;
    font-weight: 950;
}

.retailer-details-table {
    border-radius: 12px;
    overflow: hidden;
}

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

.commission-preview-card {
    padding: 16px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-height: 100%;
}

.provider-choice-label {
    display: inline-flex;
    margin-bottom: 8px;
}

.header-notification-btn {
    position: relative;
    width: 46px;
    height: 46px;
    border-radius: 16px;
    color: #0f172a;
    background: linear-gradient(145deg, #ffffff, #dbeafe 54%, #fef3c7);
    border: 1px solid rgba(37, 99, 235, 0.18);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.92);
    transform: translateY(-1px);
}

.header-notification-btn i {
    font-size: 20px;
    text-shadow: 0 5px 12px rgba(37, 99, 235, 0.22);
}

.notification-badge {
    position: absolute;
    top: -5px;
    right: -4px;
    min-width: 23px;
    height: 23px;
    padding: 0 6px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: linear-gradient(135deg, #ef4444, #f97316);
    border: 2px solid #ffffff;
    box-shadow: 0 10px 20px rgba(239, 68, 68, 0.32), 0 0 18px rgba(248, 113, 113, 0.35);
    font-size: 11px;
    font-weight: 900;
}

.notification-menu {
    width: min(380px, calc(100vw - 28px));
    padding: 12px;
    border-radius: 20px;
    border: 1px solid rgba(37, 99, 235, 0.16);
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 56px rgba(15, 23, 42, 0.20);
}

.notification-menu-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 4px 4px 0;
}

.notification-menu-title strong {
    color: var(--cibil-ink);
    font-size: 15px;
    font-weight: 900;
}

.notification-menu-title a {
    color: var(--cibil-blue);
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}

.notification-menu-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 12px;
    margin-bottom: 7px;
    border-radius: 16px;
    color: #334155;
    background: linear-gradient(145deg, #ffffff, #f8fafc);
    border: 1px solid rgba(148, 163, 184, 0.18);
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.06);
}

.notification-menu-item.is-unread {
    border-color: rgba(37, 99, 235, 0.25);
    background: linear-gradient(145deg, #eff6ff, #ffffff 56%, #fefce8);
}

.notification-menu-item.is-inactive,
.notification-history-card.is-inactive {
    opacity: 0.78;
    border-color: rgba(148, 163, 184, 0.22);
    background: linear-gradient(145deg, #f8fafc, #ffffff);
}

.notification-menu-item span {
    color: var(--cibil-ink);
    font-size: 13px;
    font-weight: 900;
}

.notification-menu-item small {
    color: #475569;
    line-height: 1.35;
}

.notification-menu-item em {
    color: #64748b;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
}

.notification-menu-empty {
    padding: 16px 10px 8px;
    color: #64748b;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

.notification-prompt-card {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 100001;
    width: min(560px, calc(100vw - 42px));
    display: grid;
    grid-template-columns: 76px 1fr;
    gap: 18px;
    padding: 24px 24px 22px;
    border-radius: 30px;
    background:
        radial-gradient(circle at 8% 0%, rgba(20, 184, 166, 0.18), transparent 34%),
        radial-gradient(circle at 96% 100%, rgba(245, 158, 11, 0.18), transparent 32%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(239, 246, 255, 0.94) 58%, rgba(255, 247, 237, 0.96));
    border: 1px solid rgba(255, 255, 255, 0.82);
    box-shadow:
        0 34px 84px rgba(15, 23, 42, 0.32),
        0 0 0 6px rgba(37, 99, 235, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.96);
    animation: notificationPromptIn 260ms ease-out;
    backdrop-filter: blur(12px);
}

.notification-prompt-card.is-hiding {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
    transition: opacity 180ms ease, transform 180ms ease;
}

.notification-prompt-icon {
    width: 76px;
    height: 76px;
    border-radius: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: linear-gradient(135deg, #2563eb, #14b8a6 58%, #f59e0b);
    box-shadow: 0 20px 42px rgba(37, 99, 235, 0.32), 0 0 34px rgba(20, 184, 166, 0.30);
    transform: rotate(-3deg);
}

.notification-prompt-icon i {
    font-size: 30px;
    text-shadow: 0 8px 18px rgba(15, 23, 42, 0.22);
}

.notification-prompt-card strong {
    display: block;
    color: var(--cibil-ink);
    font-size: 20px;
    font-weight: 950;
    line-height: 1.15;
    padding-right: 34px;
    text-shadow: 0 2px 0 rgba(255, 255, 255, 0.92);
}

.notification-prompt-card p {
    margin: 9px 0 14px;
    color: #334155;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 650;
}

.notification-prompt-card a {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 9px 13px;
    border-radius: 14px;
    color: var(--cibil-blue);
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(37, 99, 235, 0.14);
    box-shadow: 0 10px 20px rgba(37, 99, 235, 0.10);
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.notification-prompt-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 12px;
    color: #334155;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.10);
}

.notification-composer-card .card-body {
    position: relative;
}

.notification-message-box {
    min-height: 150px;
    border-radius: 18px;
}

.notification-target-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.notification-target-chip {
    cursor: pointer;
}

.notification-target-chip input {
    display: none;
}

.notification-target-chip span {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 13px 14px;
    border-radius: 18px;
    color: #334155;
    background: linear-gradient(145deg, #ffffff, #f8fafc);
    border: 1px solid rgba(148, 163, 184, 0.22);
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.06);
    font-weight: 800;
}

.notification-target-chip input:checked + span {
    color: #ffffff;
    border-color: rgba(37, 99, 235, 0.24);
    background: linear-gradient(135deg, #2563eb, #14b8a6);
    box-shadow: 0 16px 28px rgba(37, 99, 235, 0.20);
}

.notification-list-stack {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 18px;
}

.notification-history-card {
    padding: 16px;
    border-radius: 22px;
    background: linear-gradient(145deg, #ffffff, #f8fafc);
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.notification-history-card.is-unread {
    border-color: rgba(37, 99, 235, 0.28);
    background: linear-gradient(145deg, #eff6ff, #ffffff 62%, #fff7ed);
}

.notification-history-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.notification-history-head div {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.notification-history-head strong {
    color: var(--cibil-ink);
    font-size: 15px;
    font-weight: 900;
}

.notification-history-head small,
.notification-history-meta {
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
}

.notification-history-card p {
    color: #334155;
    line-height: 1.55;
    margin-bottom: 12px;
}

.notification-history-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
}

.notification-status-stack,
.notification-action-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.notification-action-row {
    margin-top: 14px;
}

@keyframes notificationPromptIn {
    from {
        opacity: 0;
        transform: translateY(16px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 767.98px) {
    .provider-admin-header,
    .payment-mode-head,
    .qr-request-head,
    .provider-admin-footer,
    .qr-reviewed-note {
        flex-direction: column;
        align-items: flex-start;
    }

    .payment-mode-selector,
    .provider-selection-grid,
    .qr-action-row,
    .recharge-amount-panel,
    .recharge-upi-grid,
    .recharge-proof-grid {
        grid-template-columns: 1fr;
    }

    .recharge-submit-row {
        justify-content: stretch;
    }

    .recharge-submit-btn {
        width: 100%;
    }

    .notification-prompt-card {
        right: 15px;
        bottom: 18px;
        width: calc(100vw - 30px);
        grid-template-columns: 54px 1fr;
        gap: 12px;
        padding: 18px;
        border-radius: 24px;
    }

    .notification-prompt-icon {
        width: 54px;
        height: 54px;
        border-radius: 18px;
    }

    .notification-prompt-icon i {
        font-size: 22px;
    }

    .notification-prompt-card strong {
        font-size: 16px;
    }

    .notification-prompt-card p {
        font-size: 13px;
    }

    .notification-history-head {
        flex-direction: column;
    }
}
