    @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

    :root {
        --brand: #16a34a;
        --brand-ghost: #e9f9ef;
        --bg: #f6f8fb;
        --card: #ffffff;
        --text: #0f172a;
        --muted: #64748b;
        --hair: #eef2f7;
        --radius: 11px;
        --shadow: 0 10px 24px rgba(17, 24, 39, .06);
        --sidebar-w: 260px;
        --header-h: 72px;
    }

    /* body {
        background: linear-gradient(180deg,
                #4c5f7a 0%,
                #3b4971 15%,
                #2d3748 40%,
                #1e293b 70%,
                #0f172a 100%);
        color: #000;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
            sans-serif;
        min-height: 100vh;
        position: relative;
        overflow-x: hidden !important;
    } */
    body {
        background: #f6f8fb;
        color: #000;
        font-family: "Poppins", Roboto,
            sans-serif;
        min-height: 100vh;
        position: relative;
        overflow-x: hidden !important;
    }

    /* body::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(ellipse at top center,
                rgb(68 106 161) 0%,
                #00000078 29%),
            radial-gradient(ellipse at 30% 20%,
                rgb(74 130 222 / 100%) 0%,
                #00000096 50%),
            radial-gradient(ellipse at 70% 80%,
                rgba(139, 92, 246, 0.06) 0%,
                transparent 50%);
        pointer-events: none;
        z-index: -1;
    } */

    .darkthemesidebar ul li {
        list-style-type: none;
        background: transparent;
        border: none;
        color: #000;
    }

    .darkthemesidebar .accordion-button::after {
        display: none !important;
    }

    .darkthemesidebar .accordion-button {
        background-color: transparent !important;
        color: #000;
        /* border: none !important; */
    }

    .darkthemesidebar ul.navbarul {
        padding: 0px;
        overflow-y: auto;
        height: calc(100vh - 115px);
        z-index: 99999;
        overflow-x: hidden;
        padding-right: 10px;
        position: relative;
    }

    .dashboard-container {
        padding: 24px 3px;
        max-width: 1400px;
        margin: 0 auto;
    }

    /* Top Header */
    .top-header {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding: 12px 20px;
        background: #fff;
        backdrop-filter: blur(12px);
        /* border-radius: 12px; */
        margin-bottom: 16px;
        position: relative;
        z-index: 999;
    }

    .top-header-right {
        display: flex;
        align-items: baseline;
        gap: 12px;
    }

    .top-header-right .btn {
        border-radius: 6px;
        padding: 6px 14px;
        font-size: 0.85rem;
        font-weight: 600;
        background: #205c74;
        color: #fff;
        border: 1px solid rgba(255, 255, 255, 0.2);
        transition: all 0.3s ease;
    }

    .top-header-right .btn:hover {
        background: rgb(129, 215, 160);
        border-color: rgba(0, 143, 62, 0.4);
    }

    .top-header-right .header-icon {
        width: max-content  ;
        height: 40px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.08);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.3s ease;
        font-size: 1.1rem;
        color: #272727;
    }

    .top-header-right .header-icon:hover {
        background: rgba(255, 255, 255, 0.15);
    }

    /* Second Header (existing one) */
    .header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 24px;
        padding: 16px 20px;
        background: radial-gradient(ellipse at center,
                rgba(255, 255, 255, 0.08),
                rgba(255, 255, 255, 0.02));
        backdrop-filter: blur(12px);
        border-radius: 12px;
    }



    .top-header h1 {
        font-size: 1.5rem;
        font-weight: 500;
        color: #000;
        margin-right: auto;
    }

    .company-name {
        font-size: 0.75rem;
        color: #a0aec0;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-weight: 400;
    }

    .header-right {
        display: flex;
        align-items: center;
        gap: 16px;
    }

    .header-icons {
        display: flex;
        gap: 12px;
    }

    .header-icon {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.08);
        backdrop-filter: blur(12px);
        border: 1px solid rgba(255, 255, 255, 0.1);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #a0aec0;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .header-icon:hover {
        background: rgba(255, 255, 255, 0.12);
        color: #000;
    }

    .last-update {
        color: #a0aec0;
        font-size: 0.875rem;
        text-align: right;
    }

    .glass-card {
        /* background: radial-gradient(ellipse at top left,
                rgba(255, 255, 255, 0.12) 0%,
                rgba(255, 255, 255, 0.06) 50%,
                rgba(255, 255, 255, 0.02) 100%);
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 20px;
       
        position: relative;
        overflow: hidden;
        transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); */
        border: 0;
        border-radius: var(--radius);
        box-shadow: var(--shadow);
        background: var(--card);
        padding: 24px;
        margin-bottom: 24px;
        transition: all 0.5s ease;
    }

    /* .glass-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: radial-gradient(circle at 30% 20%,
                rgba(255, 255, 255, 0.1) 0%,
                transparent 50%);
        pointer-events: none;
        opacity: 0;
        transition: opacity 0.3s ease;
    } */

    /* .glass-card:hover::before {
        opacity: 1;
    }

    .glass-card:hover {
        transform: translateY(-8px);
        border-color: rgba(255, 255, 255, 0.15);
        background: radial-gradient(ellipse at top left,
                rgba(255, 255, 255, 0.15) 0%,
                rgba(255, 255, 255, 0.08) 50%,
                rgba(255, 255, 255, 0.04) 100%);
        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4),
            0 0 0 1px rgba(255, 255, 255, 0.05);
    } */

    .card-icon {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0px;
        font-size: 1.2rem;
        position: relative;
    }

    .card-icon.blue {
        background: radial-gradient(circle,
                rgba(59, 130, 246, 0.25) 0%,
                rgba(59, 130, 246, 0.1) 100%);
        color: #60a5fa;
        border: 1px solid rgba(59, 130, 246, 0.2);
    }

    .card-icon.green {
        background: radial-gradient(circle,
                rgba(16, 185, 129, 0.25) 0%,
                rgba(16, 185, 129, 0.1) 100%);
        color: #34d399;
        border: 1px solid rgba(16, 185, 129, 0.2);
    }

    .card-icon.orange {
        background: radial-gradient(circle,
                rgba(245, 158, 11, 0.25) 0%,
                rgba(245, 158, 11, 0.1) 100%);
        color: #fbbf24;
        border: 1px solid rgba(245, 158, 11, 0.2);
    }

    .card-title {
        font-size: 15px;
        color: #000000;
        margin-bottom: 0px;
        font-weight: 500;
    }

    .card-value {
        font-size: 14px;
        font-weight: 700;
        color: #000;
        display: flex;
        align-items: baseline;
        gap: 4px;
    }

    .rupee-symbol {
        font-size: 12px;
        color: #000000;
    }

    .detail-card {
        background: #fff;
        -webkit-backdrop-filter: blur(20px);
        border: 1px solid rgba(255, 255, 255, 0.06);
        border-radius: 20px;
        padding: 24px 24px 8px;
        margin-bottom: 24px;
        height: 100%;
        position: relative;
        overflow: hidden;
        transition: all 0.4s ease;
    }

    .detail-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 20px;
        background: var(--card-gradient);
        opacity: 0.1;
        z-index: -1;
    }

    /* .detail-card.success-card {
        --card-gradient: radial-gradient(ellipse at top left,
                #10b981 0%,
                transparent 70%);
        border-left: 3px solid rgba(16, 185, 129, 0.4);
        box-shadow: inset 0 0 0 1px rgba(16, 185, 129, 0.1),
            -13px 0 40px -15px rgba(16, 185, 129, 0.3);
    } */

    .detail-card.collection-card {
        --card-gradient: radial-gradient(ellipse at top left,
                #f59e0b 30%,
                #00000045 100%);
        /* border-left: 3px solid rgba(245, 158, 11, 0.4); */
        box-shadow: inset 0 0 0 1px rgba(245, 158, 11, 0.1),
            -13px 0 40px -15px rgba(245, 158, 11, 0.3);
    }

    .detail-card.failed-card {
        --card-gradient: radial-gradient(ellipse at top left,
                #ef4444 0%,
                transparent 70%);
        /* border-left: 3px solid rgba(239, 68, 68, 0.4); */
        box-shadow: inset 0 0 0 1px rgba(239, 68, 68, 0.1),
            -13px 0 40px -15px rgba(239, 68, 68, 0.3);
    }

    .detail-card:hover {
        transform: translateY(-6px);
    }

    .detail-card.success-card:hover {
        box-shadow: inset 0 0 0 1px rgba(16, 185, 129, 0.2),
            -25px 0 50px -15px rgba(16, 185, 129, 0.4),
            0 10px 30px rgba(0, 0, 0, 0.3);
    }

    .detail-card.collection-card:hover {
        box-shadow: inset 0 0 0 1px rgba(245, 158, 11, 0.2),
            -25px 0 50px -15px rgba(245, 158, 11, 0.4),
            0 10px 30px rgba(0, 0, 0, 0.3);
    }

    .detail-card.failed-card:hover {
        box-shadow: inset 0 0 0 1px rgba(239, 68, 68, 0.2),
            -25px 0 50px -15px rgba(239, 68, 68, 0.4),
            0 10px 30px rgba(0, 0, 0, 0.3);
    }

    .card-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
        background-color: transparent;
    }

    .card-header-title {
        font-size: 0.875rem;
        color: #a0aec0;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .card-dots {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 20px;
    }

    .dots {
        color: #34d399;
        font-size: 1rem;
        letter-spacing: 2px;
    }

    .card-number {
        color: #000;
        font-size: 1rem;
        font-weight: 600;
    }

    .amount-section {
        margin: 6px 0;
    }

    .amount-label {
        font-size: 0.75rem;
        color: #a0aec0;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 8px;
    }

    .amount-large {
        font-size: 1.5rem;
        font-weight: 700;
        color: #000;
    }

    .progress-container {
        margin-top: 20px;
    }

    .progress-bar-custom {
        background: rgba(255, 255, 255, 0.08);
        height: 6px;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
    }

    .progress-fill {
        background: linear-gradient(90deg, #10b981, #34d399);
        height: 100%;
        border-radius: 10px;
        transition: width 1.2s cubic-bezier(0.4, 0, 0.2, 1);
        position: relative;
    }

    .progress-fill::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 20px;
        height: 100%;
        background: linear-gradient(90deg,
                transparent,
                rgba(255, 255, 255, 0.3));
        animation: shimmer 2s infinite;
    }

    @keyframes shimmer {
        0% {
            transform: translateX(-100%);
        }

        100% {
            transform: translateX(100%);
        }
    }

    .status-badge {
        display: inline-flex;
        align-items: center;
        padding: 6px 16px;
        border-radius: 20px;
        font-size: 0.75rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .status-failed {
        background: radial-gradient(circle,
                rgba(239, 68, 68, 0.2) 0%,
                rgba(239, 68, 68, 0.1) 100%);
        color: #f87171;
        border: 1px solid rgba(239, 68, 68, 0.3);
    }

    .chart-container {
        /* background: radial-gradient(ellipse at bottom right,
                rgba(255, 255, 255, 0.1) 0%,
                rgba(255, 255, 255, 0.05) 50%,
                rgba(255, 255, 255, 0.02) 100%); */
        background-color: #fff;
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 20px;
        padding: 28px;
        height: 100%;
        position: relative;
        overflow: hidden;
        transition: all 0.5s ease;
    }

    .chart-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 24px;
    }

    .chart-title {
        font-size: 1.125rem;
        font-weight: 600;
        color: #000;
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .chart-title-icon {
        color: #60a5fa;
    }

    .chart-tabs {
        display: flex;
        gap: 8px;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 12px;
        padding: 4px;
    }

    .chart-tab {
        background: none;
        border: none;
        color: #a0aec0;
        padding: 8px 16px;
        border-radius: 8px;
        cursor: pointer;
        transition: all 0.3s ease;
        font-size: 0.875rem;
        font-weight: 500;
    }

    .chart-tab:hover {
        color: #000;
        background: rgba(255, 255, 255, 0.08);
    }

    .chart-tab.active {
        background: radial-gradient(circle,
                rgba(59, 130, 246, 0.3) 0%,
                rgba(59, 130, 246, 0.1) 100%);
        color: #60a5fa;
        border: 1px solid rgba(59, 130, 246, 0.2);
    }

    .donut-chart-container {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 24px 0;
        position: relative;
    }

    .donut-chart {
        width: 160px;
        height: 160px;
        position: relative;
    }

    .donut-center {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .percentage-main {
        font-size: 2rem;
        font-weight: 700;
        color: #60a5fa;
        margin-bottom: 4px;
    }

    .percentage-label {
        font-size: 0.875rem;
        color: #a0aec0;
    }

    .legend {
        margin-top: 24px;
        /* space-y: 3; */
    }

    .legend-item {
        gap: 20px;
        display: grid;
        justify-content: space-between;
        align-items: center;
        /* padding: 12px 0; */
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }

    .legend-item:last-child {
        border-bottom: none;
    }

    .legend-left {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .legend-color {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        position: relative;
    }

    .legend-color::after {
        content: "";
        position: absolute;
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
        border-radius: 50%;
        background: inherit;
        opacity: 0.3;
        z-index: -1;
    }

    .legend-label {
        color: #787c81;
        font-size: 0.875rem;
        font-weight: 500;
    }

    .legend-value {
        color: #a0aec0;
        font-size: 0.875rem;
        font-weight: 600;
    }

    .line-chart-container {
        height: 200px;
        position: relative;
        margin: 24px 0;
        background: radial-gradient(ellipse at center,
                rgba(59, 130, 246, 0.05) 0%,
                transparent 70%);
        border-radius: 16px;
        overflow: hidden;
    }

    .line-chart {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 200"><path d="M0,180 Q50,160 100,140 T200,120 T300,100 T400,80" stroke="%2360a5fa" stroke-width="3" fill="none"/><path d="M0,180 Q50,160 100,140 T200,120 T300,100 T400,80 L400,200 L0,200 Z" fill="url(%23gradient)"/><defs><linearGradient id="gradient" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" style="stop-color:%2360a5fa;stop-opacity:0.3"/><stop offset="100%" style="stop-color:%2360a5fa;stop-opacity:0"/></linearGradient></defs></svg>') no-repeat center;
        background-size: cover;
        animation: chartLoad 2s ease-out;
    }

    @keyframes chartLoad {
        from {
            opacity: 0;
            transform: scaleY(0);
            transform-origin: bottom;
        }

        to {
            opacity: 1;
            transform: scaleY(1);
        }
    }

    .withdraw-btn {
        background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
        border: none;
        padding: 12px 24px;
        border-radius: 12px;
        color: white;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        font-size: 0.875rem;
        box-shadow: 0 4px 14px 0 rgba(239, 68, 68, 0.3);
    }

    .withdraw-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px 0 rgba(239, 68, 68, 0.4);
        background: linear-gradient(135deg, #f87171 0%, #ef4444 100%);
    }

    @media (max-width: 768px) {
        .dashboard-container {
            padding: 16px;
        }

        .header {
            flex-direction: column;
            gap: 16px;
            text-align: left;
        }

        .top-header h1 {
            font-size: 10px;
            margin-left: 10px;
        }

        .top-header-right .btn {
            font-size: 8px;
            padding: 5px 4px;
        }

        .top-header-right {
            align-items: unset;
        }

        .top-header-right .header-icon {
            width: 20px;
            height: 20px;
        }

        .top-header-right .header-icon i {
            font-size: 14px;
        }

        .card-value {
            font-size: 2rem;
        }

        .amount-large {
            font-size: 1.5rem;
        }

        .chart-header {
            flex-direction: column;
            gap: 16px;
        }
    }

    /* Sidebar */
    .sidebar {
        position: fixed;
        top: 0;
        left: 0;
        width: 260px;
        height: 100%;
        /* background: radial-gradient(ellipse at top left,
                rgba(255, 255, 255, 0.15),
                rgba(255, 255, 255, 0.05)); */
        background-color: #ffffff;
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        border-right: 1px solid rgba(255, 255, 255, 0.08);
        z-index: 1000;
        padding-top: 20px;
        transition: transform 0.3s ease;
        overflow-x: hidden;
    }

    .sidebar.collapsed {
        transform: translateX(-100%);
    }

    .sidebar-logo {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 0 20px;
        margin-bottom: 20px;
    }

    .logo-icon {
        /* width: 40px;
        height: 40px; */
        background: radial-gradient(circle, rgb(255 255 255), rgb(255 255 255));
        border-radius: 12px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #60a5fa;
        font-size: 1.2rem;
        cursor: pointer;
        padding: 9px;
    }

    .glass-card h4 {
        color: #000;
        font-size: 17px;
        margin-bottom: 0px;
    }

    .table>:not(caption)> {
        background-color: #205c74;
    }

    .glass-card .btn.mainaddbutton {
        border-radius: 10px;
        padding: 6px 14px;
        font-size: 0.85rem;
        font-weight: 600;
        background: #f8f8f8;
        color: #000;
        border: 1px solid #ccc;
        transition: all 0.3s ease;
        /* margin-bottom: 0px !important; */
    }

    .logo-text {
        font-size: 1.1rem;
        color: #131313;
        font-weight: bold;
    }

    article.bank-card {
        border: 1px solid #cccc;
        border-radius: 12px;
        color: #fff;
    }

    .glass-card table th {
        color: #fff !important;
        font-weight: 400;
        font-size: 14px;
    }

    .glass-card table thead {
        background-color: #205c74;

    }

    .glass-card table tbody td {
        color: #000 !important;
        font-weight: 400;
        font-size: 12px;
    }

    .nav-links {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 12px 20px;
        color: #e2e8f0;
        text-decoration: none;
        transition: all 0.3s ease;
        font-size: 13px;
        /* border-radius: 8px; */
        margin: 0 16px;
        width: auto;
        color: #000000 !important;
        border-bottom: 1px solid #cccccc;
        margin-bottom: 14px;
    }

    .nav-links:hover,
    .nav-links.active {
        /* background: #62f398; */
        color: #ffffff !important;
        font-weight: 600;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
        border-top-right-radius: 8px;
        border-top-left-radius: 1px;
        background: #205c74;
    }

    .accordion-button:hover {
        background: #205c74 !important;
        color: #ffffff !important;
        font-weight: 600;
    }

    .nav-icon {
        font-size: 1rem;
    }

    /* Main Content */
    .main-content {
        margin-left: 260px;
        transition: margin-left 0.3s ease;
        /* padding: 24px; */
        padding: 8px 9px 24px 24px;
    }

    .main-content.expanded {
        margin-left: 0;
    }

    /* Overlay */
    .sidebar-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999;
    }

    .sidebar-overlay.active {
        display: block;
    }

    /* Header */
    /* Large screen collapsed sidebar */
    .sidebar.collapsed-lg {
        width: 80px;
    }

    .sidebar.collapsed-lg .logo-text,
    .sidebar.collapsed-lg .nav-links span {
        display: none;
    }

    .sidebar.collapsed-lg .nav-links {
        justify-content: center;
    }

    .main-content.collapsed-lg {
        margin-left: 80px;
    }

    /* Small screen sidebar */
    @media (max-width: 1024px) {
        .sidebar {
            width: 260px;
            transform: translateX(-100%);
            transition: transform 0.3s ease;
        }

        .sidebar.show {
            transform: translateX(0);
            z-index: 99999;
        }

        .main-content {
            margin-left: 0;
        }
    }

    /* By default hide toggle button */
    .sidebar-toggle {
        display: none;
    }

    /* Show only on small screens */
    @media (max-width: 1024px) {
        .sidebar-toggle {
            display: flex;
            /* flex because you already center icon */
        }
    }


    .header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 32px;
    }

    .header-left {
        display: flex;
        align-items: center;
        gap: 16px;
    }

    .sidebar-toggle {
        width: 40px;
        height: 40px;
        border: none;
        background: rgba(255, 255, 255, 0.08);
        backdrop-filter: blur(12px);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 12px;
        color: #94a3b8;
        cursor: pointer;
        /* display: flex; */
        align-items: center;
        justify-content: center;
        font-size: 1.2rem;
        margin-right: auto;
    }

    .sidebar-toggle:hover {
        background: rgba(255, 255, 255, 0.12);
        color: #000;
    }

    /* Large screen half collapsed */
    .sidebar.collapsed-lg {
        width: 80px;
    }

    .sidebar.collapsed-lg .logo-text,
    .sidebar.collapsed-lg .nav-links span {
        display: none;
    }

    .sidebar.collapsed-lg .nav-links {
        justify-content: center;
    }

    .sidebar.collapsed-lg .nav-icon {
        margin: 0;
    }

    /* Normal state */
    .main-content {
        margin-left: 260px;
        transition: margin-left 0.3s ease;
        /* padding: 24px; */
        padding: 8px 9px 24px 24px;
    }

    /* Jab sidebar collapse ho large screen par */
    .main-content.collapsed-lg {
        margin-left: 80px;
    }

    /* Small screen ke liye hamesha full width */
    @media (max-width: 1024px) {
        .sidebar {
            width: 260px;
            /* full width small screen par */
            transform: translateX(-100%);
        }

        .sidebar.show {
            transform: translateX(0);
        }

        .main-content {
            margin-left: 0;
        }
    }

    /* Responsive */
    @media (max-width: 1024px) {
        .sidebar {
            transform: translateX(-100%);
        }

        .sidebar.show {
            transform: translateX(0);
        }

        .main-content {
            margin-left: 0;
        }
    }

    .darkthemesidebar .subchilds li a {
        color: #000;
        text-decoration: none;
        padding: 0;
        margin: 0;

    }

    .darkthemesidebar ul.subchilds {
        padding-left: 3.7rem !important;
        font-size: 14px;

    }

    .accordion-button[aria-expanded="true"] .accordion-icon {
        transform: rotate(90deg) !important;
    }

    .darkthemesidebar .subchilds li {
        margin-bottom: 16px;
        list-style-type: initial;
    }

    .ps__thumb-y {
        width: 0px !important;
    }

    ::-webkit-scrollbar-track {
        /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
        background-color: #c9ecfa;
        border-radius: 25px;
    }

    ::-webkit-scrollbar {
        width: 4px;
        background-color: #F5F5F5;
    }

    ::-webkit-scrollbar-thumb {
        background-color: #c9ecfa;
        border: none;
        border-radius: 41px;
    }

    .ps--focus>.ps__rail-x,
    .ps--focus>.ps__rail-y,
    .ps--scrolling-x>.ps__rail-x,
    .ps--scrolling-y>.ps__rail-y,
    .ps:hover>.ps__rail-x,
    .ps:hover>.ps__rail-y {
        opacity: 0 !important;
    }

    .top-header-right .profile-close-btn {
        color: #000;
        padding: 0px;
        background: transparent;
        box-shadow: none;
        font-size: 21px;
        border: none;
    }

    .top-header-right .profile-close-btn:hover {
        color: #000;
        background-color: transparent !important;
        box-shadow: none !important;
    }

    .dropdown .dropdown-menu:before {
        display: none !important;
    }

    .top-header-right .profileheader {
        background: #fff;
        color: #000;
    }

    .top-header-right .profileheader .dropdown-menu li {
        background-color: #1e2430 !important;
        color: #000;
    }

    .top-header-right .profileheader .dropdown-menu li a,
    .top-header-right .profileheader .dropdown-menu ul li i {
        color: #000 !important;
    }

    .top-header-right ul li.list-group-item {
        background: #fff;
    }

    .top-header-right ul li.list-group-item a {
        color: #000 !important;
    }

    .top-header-right .dropdown-menu ul li.list-group-item:hover {
        background-color: #e6efff !important;
    }

    .dropdown-menu ul li i {
        color: #000 !important;
    }

    .glass-card label {
        color: #000 !important;
    }

    .glass-card .form-control,
    .glass-card .select2-container--default .select2-selection--multiple {
        background: #fafafa;
        backdrop-filter: blur(16px);
        -webkit-backdrop-filter: blur(16px);
        border: 1px solid #ccc;
        color: #000;
    }

    .select2-container--default .select2-results__option--highlighted[aria-selected] {
        background: #4e8864 !important;
        color: #fff !important;
    }

    .select2-results__option[aria-selected] {
        cursor: pointer;
        background: #fff !important
    }

    .select2-container--default .select2-selection--single {
        /* background-color: #34373d !important; */
        height: 40px !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        /* background: #373a40 !important; */
        color: #000 !important;
    }

    .select2-dropdown {
        background-color: #fff !important;
        color: #000 !important;
    }

    table tbody tr:hover {
        background-color: #4ace7b45 !important;
    }

    .accordion-button:not(.collapsed) {
        box-shadow: none !important;
        outline: none !important;
    }

    .accordion-button:focus {
        box-shadow: none !important;
        outline: none !important
    }

    a.page-link {
        background: transparent !important;
        color: #000 !important;
        font-size: 13px !important;
    }

    .page-item .page-link,
    .page-item span {
        height: 38px !important;
        line-height: 50px !important;
        margin: 0 9px;
        width: 59px !important;
        border-radius: 16px !important;
    }

    .page-item.active .page-link {
        background-color: #205c74 !important;
        border-color: #205c74;
        color: #fff !important;

    }

    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
        list-style: none;
        color: #000 !important;
    }

    .user-item span {
        color: #000 !important;
    }

    .user-item {
        border: 1px solid #ccc;
        width: fit-content;
        border-radius: 10px;
        padding: 10px 12px;
        margin: 10px;
    }

    .user-item button.btn.btn-sm.remove-user.shadow-none {
        padding: 0;
        margin: 0;
        margin-left: 10px !important;
    }

    .approvestatus,
    .successstatus {
        background-color: color-mix(in sRGB, #ffffff 84%, #28c76f) !important;
        color: #28c76f !important;
        padding: 5px 16px;
        border-radius: 18px;

    }

    .pendingstatus,
    .processstatus {
        background-color: color-mix(in sRGB, #ffffff 84%, #ff9f43) !important;
        color: #ff9f43 !important;
        border-radius: 18px;
        padding: 5px 16px;


    }

    .failedstatus, .notupload {
        background-color:
            color-mix(in sRGB, #ffffff 84%, #ff4c51) !important;
        color: #ff4c51 !important;
          border-radius: 18px;
        padding: 5px 16px;
    }

    .nulldatatd {
        display: flex;
        justify-content: center;
    }
    .card-body.table-responsive {
    overflow-y: hidden;
}