/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-wp6vgojkev] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-wp6vgojkev] {
    flex: 1;
}

.sidebar[b-wp6vgojkev] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-wp6vgojkev] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-wp6vgojkev]  a, .top-row[b-wp6vgojkev]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-wp6vgojkev]  a:hover, .top-row[b-wp6vgojkev]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-wp6vgojkev]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-wp6vgojkev] {
        justify-content: space-between;
    }

    .top-row[b-wp6vgojkev]  a, .top-row[b-wp6vgojkev]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-wp6vgojkev] {
        flex-direction: row;
    }

    .sidebar[b-wp6vgojkev] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-wp6vgojkev] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-wp6vgojkev]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-wp6vgojkev], article[b-wp6vgojkev] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-wp6vgojkev] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-wp6vgojkev] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/AdminDashboard.razor.rz.scp.css */
/* ================================================================
   PMR ADMIN DASHBOARD — FAIGLE CORPORATE THEME
   Aesthetic: Clean · Professional · Trustworthy
   Based on faigle.ch color scheme
   Sharp geometric shapes — intentional and precise
   ================================================================ */

/* ── Base Reset ────────────────────────────────────────────────── */
*[b-pj5pyukk5h], *[b-pj5pyukk5h]::before, *[b-pj5pyukk5h]::after {
    box-sizing: border-box;
}

/* ── Layout ────────────────────────────────────────────────────── */
.page-wrapper[b-pj5pyukk5h] {
    margin: 0 80px;
    padding: 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, sans-serif;
    min-height: 100vh;
    position: relative;
    z-index: 1;
}

/* ── Header ────────────────────────────────────────────────────── */
.header[b-pj5pyukk5h] {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    padding: 1rem 2rem;
    margin-bottom: 0;
    gap: 1.5rem;
    border-radius: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    border-bottom: 2px solid #0A5C8E;
    position: sticky;
    top: 0;
    z-index: 100;
    min-height: 100px;
    overflow: visible;
}

.logo[b-pj5pyukk5h] {
    height: 48px;
    filter: brightness(1);
}

.title-container[b-pj5pyukk5h] {
    flex: 1;
}

.title[b-pj5pyukk5h] {
    font-family: 'Inter', sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    margin: 0;
    color: #0A5C8E;
    letter-spacing: -0.01em;
}

.subtitle[b-pj5pyukk5h] {
    font-size: 0.75rem;
    font-weight: 500;
    color: #718096;
    margin: 0.15rem 0 0;
    letter-spacing: 0.02em;
}

.logout-button[b-pj5pyukk5h] {
    color: #718096;
    font-size: 12px;
}

/* ================================================================
   LANGUAGE SELECTOR — matches Home page style
   Add these rules to AdminDashboard_razor.css
   ================================================================ */

.language-selector[b-pj5pyukk5h] {
    position: relative;
    margin-right: 0.75rem;
}

.language-button[b-pj5pyukk5h] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    height: 36px;
    padding: 0 1rem;
    background: #F7FAFC;
    border: 2px solid #001368;
    color: #4A5568;
    font-size: 0.7rem;
    font-weight: 600;
    cursor: pointer;
    border-radius: 0;
    white-space: nowrap;
    transition: all 0.2s ease;
}

    .language-button:hover[b-pj5pyukk5h] {
        background: #0A5C8E;
        border-color: #0A5C8E;
        color: #FFFFFF;
    }

.flag-icon[b-pj5pyukk5h] {
    width: 20px;
    height: 14px;
    object-fit: cover;
}

.arrow[b-pj5pyukk5h] {
    font-size: 0.55rem;
    opacity: 0.6;
    margin-left: 2px;
}

.dropdown-menu[b-pj5pyukk5h] {
    top: calc(100% + 6px);
    right: 0;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    min-width: 140px;
    display: inline-grid;
}

.dropdown-item[b-pj5pyukk5h] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.6rem 1rem;
    font-size: 0.8rem;
    font-weight: 500;
    color: #2D3748;
    cursor: pointer;
    transition: background 0.15s;
}

    .dropdown-item:hover[b-pj5pyukk5h] {
        background: #F7FAFC;
        color: #0A5C8E;
    }

/* ── Content Grid ──────────────────────────────────────────────── */
.content[b-pj5pyukk5h] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    /*padding: 1.5rem 2rem;*/
}

.main-content[b-pj5pyukk5h] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    min-width: 0;
}

.sidebar[b-pj5pyukk5h] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* ── Cards ─────────────────────────────────────────────────────── */
.card[b-pj5pyukk5h] {
    background: #FFFFFF;
    padding: 0.5rem 1.5rem;
    border-radius: 0;
    border: 1px solid #E2E8F0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
    position: relative;
    transition: all 0.2s ease;
}

    .card:hover[b-pj5pyukk5h] {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    }

    /* Top-left corner accent */
    .card[b-pj5pyukk5h]::before {
        content: '';
        position: absolute;
        top: -1px;
        left: -1px;
        width: 20px;
        height: 3px;
        background: #d4af37;
    }

    .card[b-pj5pyukk5h]::after {
        content: '';
        position: absolute;
        top: -1px;
        left: -1px;
        width: 3px;
        height: 20px;
        background: #d4af37;
    }

.card-title[b-pj5pyukk5h] {
    font-size: 0.7rem;
    font-weight: 700;
    color: #0A5C8E;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 0.75rem;
}

    .card-title i[b-pj5pyukk5h] {
        color: #d4af37;
        font-size: 0.85rem;
    }

.card-content[b-pj5pyukk5h] {
    font-size: 0.875rem;
    color: #4A5568;
    line-height: 1.6;
}

    .card-content p[b-pj5pyukk5h] {
        margin: 0 0 0.5rem 0;
    }

        .card-content p:last-child[b-pj5pyukk5h] {
            margin-bottom: 0;
        }

/* ── Filter Card ───────────────────────────────────────────────── */
.filter-card[b-pj5pyukk5h] {
    border-left: 3px solid #d4af37;
}

.filter-header[b-pj5pyukk5h] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
}

    .filter-header .card-title[b-pj5pyukk5h] {
        margin-bottom: 0;
    }

.filter-controls[b-pj5pyukk5h] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* ── Admin Metrics (KPI Cards) ─────────────────────────────────── */
.admin-cards[b-pj5pyukk5h] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
}

.admin-card[b-pj5pyukk5h] {
    background: #FFFFFF;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1.25rem 1rem;
    border-radius: 0;
    border: 1px solid #E2E8F0;
    transition: all 0.2s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
}

    .admin-card:hover[b-pj5pyukk5h] {
        transform: translateY(-2px);
        border-color: #CBD5E0;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    }

    .admin-card[b-pj5pyukk5h]::before,
    .admin-card[b-pj5pyukk5h]::after {
        display: none;
    }

.admin-metric[b-pj5pyukk5h] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2D3748;
    line-height: 1;
    margin: 0;
    letter-spacing: -0.02em;
}

    .admin-metric.warning[b-pj5pyukk5h] {
        color: #C53030;
    }

/* ── Inputs ────────────────────────────────────────────────────── */
.input-field[b-pj5pyukk5h] {
    max-width: 240px;
    padding: 0.6rem 1rem;
    border: 1px solid #E2E8F0;
    border-radius: 0;
    font-size: 0.8125rem;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    background: #FFFFFF;
    color: #2D3748;
    cursor: pointer;
    transition: all 0.2s ease;
    outline: none;
}

    .input-field:focus[b-pj5pyukk5h] {
        border-color: #F39200;
        box-shadow: 0 0 0 2px rgba(243, 146, 0, 0.1);
        background: #FFFFFF;
    }

    .input-field:hover:not(:focus)[b-pj5pyukk5h] {
        border-color: #CBD5E0;
    }

select.input-field[b-pj5pyukk5h] {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%234A5568' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    appearance: none;
    padding-right: 2.5rem;
}

/* ── Background Image ──────────────────────────────────────────── */
.background-container[b-pj5pyukk5h] {
    position: fixed;
    inset: 0;
    z-index: -1;
}

.background-image[b-pj5pyukk5h] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.80;
}

/* ── Loading Overlay ───────────────────────────────────────────── */
.loading-overlay[b-pj5pyukk5h] {
    position: fixed;
    inset: 0;
    background: rgba(45, 55, 72, 0.6);
    backdrop-filter: blur(4px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-modal[b-pj5pyukk5h] {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-top: 3px solid #F39200;
    padding: 2rem 2.5rem;
    border-radius: 0;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    max-width: 400px;
    width: 100%;
    animation: popIn-b-pj5pyukk5h 0.2s ease-out;
}

    .loading-modal h3[b-pj5pyukk5h] {
        margin-top: 1rem;
        margin-bottom: 0.25rem;
        color: #2D3748;
        font-weight: 700;
        font-size: 1rem;
        letter-spacing: 0.02em;
    }

    .loading-modal p[b-pj5pyukk5h] {
        margin: 0;
        color: #718096;
        font-size: 0.8125rem;
    }

/* Spinner */
.spinner[b-pj5pyukk5h] {
    width: 42px;
    height: 42px;
    border: 3px solid #E2E8F0;
    border-top-color: #F39200;
    border-radius: 50%;
    animation: spin-b-pj5pyukk5h 0.8s linear infinite;
    margin: 0 auto;
}

@keyframes spin-b-pj5pyukk5h {
    to {
        transform: rotate(360deg);
    }
}

@keyframes popIn-b-pj5pyukk5h {
    from {
        transform: scale(0.95) translateY(8px);
        opacity: 0;
    }

    to {
        transform: scale(1) translateY(0);
        opacity: 1;
    }
}

/* ================================================================
   BUTTON SYSTEM — Solid, Professional
   ================================================================ */

button[b-pj5pyukk5h],
.btn-primary[b-pj5pyukk5h],
.btn-save[b-pj5pyukk5h],
.btn-cancel[b-pj5pyukk5h],
.download-btn[b-pj5pyukk5h],
.phase-btn[b-pj5pyukk5h],
.phase-call-btn[b-pj5pyukk5h],
.btn-delete[b-pj5pyukk5h],
.btn-undo[b-pj5pyukk5h] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    height: 38px;
    padding: 0 1.25rem;
    border-radius: 0;
    font-family: 'Inter', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
    white-space: nowrap;
}

    button:active[b-pj5pyukk5h] {
        transform: translateY(1px);
    }

    button:disabled[b-pj5pyukk5h] {
        opacity: 0.5;
        cursor: not-allowed;
        transform: none;
    }

/* Primary — Faigle Blue */
.btn-primary[b-pj5pyukk5h],
.phase-call-btn[b-pj5pyukk5h] {
    background: #0A5C8E;
    color: #FFFFFF;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

    .btn-primary:hover[b-pj5pyukk5h],
    .phase-call-btn:hover:not(:disabled)[b-pj5pyukk5h] {
        background: #084F7A;
        box-shadow: 0 4px 12px rgba(10, 92, 142, 0.2);
    }

/* Download — Faigle Orange outline */
.download-btn[b-pj5pyukk5h] {
    background: linear-gradient(135deg, #bd9b08 0%, #d4af37 100%);
    color: white;
    border: 1px solid #F39200;
    width: 100%;
    margin-top: 0.25rem;
}

    .download-btn:hover[b-pj5pyukk5h] {
        background: linear-gradient(135deg, #a88807 0%, #c09e2c 100%);
        border-color: white;
        box-shadow: 0 2px 8px rgba(243, 146, 0, 0.1);
    }

/* Save — Green */
.btn-save[b-pj5pyukk5h],
.phase-btn.secondary[b-pj5pyukk5h] {
    background: #2C7A4D;
    color: #FFFFFF;
}

    .btn-save:hover[b-pj5pyukk5h],
    .phase-btn.secondary:hover[b-pj5pyukk5h] {
        background: #236B42;
        box-shadow: 0 4px 12px rgba(44, 122, 77, 0.2);
    }

/* Cancel — Light gray outline */
.btn-cancel[b-pj5pyukk5h] {
    background: #F7FAFC;
    color: #4A5568;
    border: 1px solid #E2E8F0;
}

    .btn-cancel:hover[b-pj5pyukk5h] {
        background: #EDF2F7;
        border-color: #CBD5E0;
        color: #2D3748;
    }

/* Phase buttons full width */
.phase-btn[b-pj5pyukk5h] {
    width: 100%;
    justify-content: center;
}

    .phase-btn.primary[b-pj5pyukk5h] {
        background: #0A5C8E;
        color: #FFFFFF;
    }

        .phase-btn.primary:hover[b-pj5pyukk5h] {
            background: #084F7A;
        }

    .phase-btn.warning[b-pj5pyukk5h] {
        background: #F39200;
        color: #FFFFFF;
    }

        .phase-btn.warning:hover[b-pj5pyukk5h] {
            background: #E08500;
        }

    .phase-btn.danger[b-pj5pyukk5h] {
        background: #C53030;
        color: #FFFFFF;
    }

        .phase-btn.danger:hover[b-pj5pyukk5h] {
            background: #9B2C2C;
        }

/* Modal status icons */
.loading-modal .success-icon[b-pj5pyukk5h] {
    font-size: 48px;
    color: #2C7A4D;
    margin-bottom: 1rem;
}

.loading-modal .error-icon[b-pj5pyukk5h] {
    font-size: 48px;
    color: #C53030;
    margin-bottom: 1rem;
}

.loading-modal.success[b-pj5pyukk5h] {
    border-top-color: #2C7A4D;
}

.loading-modal.error[b-pj5pyukk5h] {
    border-top-color: #C53030;
}

.btn-modal-close[b-pj5pyukk5h] {
    margin-top: 1.5rem;
    padding: 0.5rem 1.5rem;
    background: #0A5C8E;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 0.8125rem;
    font-weight: 600;
}

    .btn-modal-close:hover[b-pj5pyukk5h] {
        background: #084F7A;
    }


/* Delete & Undo for table rows */
.btn-delete[b-pj5pyukk5h] {
    background: #FFF5F5;
    color: #C53030;
    border: 1px solid #FED7D7;
    height: 32px;
    padding: 0 1rem;
    font-size: 0.7rem;
}

    .btn-delete:hover[b-pj5pyukk5h] {
        background: #FED7D7;
        border-color: #FEB2B2;
    }

.btn-undo[b-pj5pyukk5h] {
    background: #EBF8FF;
    color: #0A5C8E;
    border: 1px solid #BEE3F8;
    height: 32px;
    padding: 0 1rem;
    font-size: 0.7rem;
}

    .btn-undo:hover[b-pj5pyukk5h] {
        background: #BEE3F8;
    }

/* Badge on multi-select */
.multi-select-btn .badge[b-pj5pyukk5h] {
    background: #F39200;
    color: #FFFFFF;
    border-radius: 0;
    padding: 2px 8px;
    font-size: 0.65rem;
    font-weight: 700;
    margin-left: 0.5rem;
}

/* Logout button */
.logout-btn-container .btn-outline-light[b-pj5pyukk5h] {
    background: #F7FAFC;
    border: 2px solid #001368;
    color: #4A5568;
    height: 36px;
    padding: 0 1rem;
    font-size: 0.7rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    line-height: 1;
}

    .logout-btn-container .btn-outline-light i[b-pj5pyukk5h] {
        display: inline-flex;
        align-items: center;
        line-height: 1;
    }

    .logout-btn-container .btn-outline-light:hover[b-pj5pyukk5h] {
        background: #0A5C8E;
        border-color: #0A5C8E;
        color: #FFFFFF;
    }

/* Reload button */
.reload-btn[b-pj5pyukk5h] {
    background: #F7FAFC;
    border: 2px solid #CBD5E0; /* lighter, visible border */
    color: #4A5568;
    height: 40px;
    padding: 0 1rem;
    font-size: 0.7rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    line-height: 1;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08); /* subtle lift */
}

    .reload-btn:hover[b-pj5pyukk5h] {
        background: #0A5C8E;
        border-color: #0A5C8E;
        color: #FFFFFF;
    }

/* Table action buttons container */
.data-table td .btn-undo[b-pj5pyukk5h],
.data-table td .btn-delete[b-pj5pyukk5h] {
    width: auto;
    min-width: 70px;
}

/* ================================================================
   SEARCH BAR
   ================================================================ */

.table-search-card[b-pj5pyukk5h] {
    display: grid;
    grid-template-columns: repeat(8, 1fr) auto auto;
    gap: 0.75rem;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-left: 3px solid #A0AEC0;
    padding: 1rem 1.25rem;
}

    .table-search-card .input-field[b-pj5pyukk5h] {
        width: 100%;
        max-width: 100%;
    }

/* ================================================================
   DATA TABLE
   ================================================================ */

.table-container[b-pj5pyukk5h] {
    overflow: hidden;
    border: 1px solid #E2E8F0;
    background: #FFFFFF;
    margin-bottom: 30px;
}

.data-table[b-pj5pyukk5h] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.8125rem;
    table-layout: fixed
}

    .data-table th[b-pj5pyukk5h] {
        background: #001368;
        color: #FFFFFF;
        padding: 0.875rem 1rem;
        font-weight: 700;
        text-align: left;
        font-size: 0.7rem;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        border-bottom: 2px solid #d4af37;
    }

    .data-table td[b-pj5pyukk5h] {
        padding: 0.875rem 1rem;
        border-bottom: 1px solid #EDF2F7;
        vertical-align: middle;
        color: #2D3748;

        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 160px;
    }

    .data-table tr:last-child td[b-pj5pyukk5h] {
        border-bottom: none;
    }

    .data-table tbody tr:hover[b-pj5pyukk5h] {
        background: #FAFCFE;
    }

    .data-table .edit-input[b-pj5pyukk5h] {
        width: 100%;
        padding: 0.25rem 0.5rem;
        border: 1px solid #F39200;
        border-radius: 0;
        font-size: 0.7125rem;
        background: #FFFFFF;
        outline: none;
    }

        .data-table .edit-input:focus[b-pj5pyukk5h] {
            box-shadow: 0 0 0 2px rgba(243, 146, 0, 0.1);
        }

    /* Status column styling */
    .data-table th:nth-child(1)[b-pj5pyukk5h],
    .data-table td:nth-child(1)[b-pj5pyukk5h] {
        width: 40px;
    }
    /* Partition */

    .data-table th:nth-child(2)[b-pj5pyukk5h],
    .data-table td:nth-child(2)[b-pj5pyukk5h] {
        width: 80px;
    }
    /* Technical Resource ID */

    .data-table th:nth-child(3)[b-pj5pyukk5h],
    .data-table td:nth-child(3)[b-pj5pyukk5h] {
        width: 70px;
    }
    /* Serial */

    .data-table th:nth-child(4)[b-pj5pyukk5h],
    .data-table td:nth-child(4)[b-pj5pyukk5h] {
        width: 60px;
    }
    /* Model */

    .data-table th:nth-child(5)[b-pj5pyukk5h],
    .data-table td:nth-child(5)[b-pj5pyukk5h] {
        width: 60px;
    }
    /* Printer Type */

    .data-table th:nth-child(6)[b-pj5pyukk5h],
    .data-table td:nth-child(6)[b-pj5pyukk5h] {
        width: 80px;
    }
    /* Business Partner ID */

    .data-table th:nth-child(7)[b-pj5pyukk5h],
    .data-table td:nth-child(7)[b-pj5pyukk5h] {
        width: 140px;
    }
    /* Exact Location */

    .data-table th:nth-child(8)[b-pj5pyukk5h],
    .data-table td:nth-child(8)[b-pj5pyukk5h] {
        width: 120px;
    }
    /* Email */

    .data-table th:nth-child(9)[b-pj5pyukk5h],
    .data-table td:nth-child(9)[b-pj5pyukk5h] {
        width: 80px;
        font-weight: 600;
    }
    /* Status */

    .data-table th:nth-child(10)[b-pj5pyukk5h],
    .data-table td:nth-child(10)[b-pj5pyukk5h] {
        width: 60px;
        height: 48px;
        padding: 0 1rem;
    }
    /* Delete/Restore */

/* ================================================================
   PAGINATION
   ================================================================ */

.pagination[b-pj5pyukk5h] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-top: none;
    padding: 0.75rem 1.25rem;
    margin-top: -1px;
    margin-bottom: 0px;
}

    .pagination button[b-pj5pyukk5h] {
        height: 34px;
        padding: 0 1rem;
        background: #F7FAFC;
        border: 1px solid #E2E8F0;
        border-radius: 0;
        color: #4A5568;
        font-weight: 600;
        font-size: 0.7rem;
    }

        .pagination button:hover:not(:disabled)[b-pj5pyukk5h] {
            background: #0A5C8E;
            border-color: #0A5C8E;
            color: #FFFFFF;
        }

        .pagination button:disabled[b-pj5pyukk5h] {
            opacity: 0.4;
        }

/* ================================================================
   FLOATING SAVE BAR
   ================================================================ */

.save-bar[b-pj5pyukk5h] {
    position: fixed;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: #2D3748;
    padding: 0.5rem 1rem 0.5rem 1.5rem;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.2);
    z-index: 500;
    animation: slideUp-b-pj5pyukk5h 0.25s ease-out;
}

.save-bar-label[b-pj5pyukk5h] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #E2E8F0;
    letter-spacing: 0.02em;
}

.save-bar .btn-save[b-pj5pyukk5h],
.save-bar .btn-cancel[b-pj5pyukk5h] {
    height: 34px;
    padding: 0 1.25rem;
}

@keyframes slideUp-b-pj5pyukk5h {
    from {
        transform: translateX(-50%) translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateX(-50%) translateY(0);
        opacity: 1;
    }
}

/* ================================================================
   SIDEBAR / PHASE CARD (Workflow Controls)
   ================================================================ */

.phase-card[b-pj5pyukk5h] {
    margin-top: 0;
    border-left: 3px solid #A0AEC0;
}

.phase-section[b-pj5pyukk5h] {
    margin-top: 1rem;
}

    .phase-section:first-child[b-pj5pyukk5h] {
        margin-top: 0;
    }

.phase-period-select[b-pj5pyukk5h] {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

    .phase-period-select .input-field[b-pj5pyukk5h] {
        flex: 1;
        text-align: center;
    }

.phase-input[b-pj5pyukk5h] {
    margin-top: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

    .phase-input input[b-pj5pyukk5h] {
        height: 38px;
        padding: 0 0.875rem;
        border: 1px solid #E2E8F0;
        border-radius: 0;
        font-size: 0.8125rem;
        background: #FFFFFF;
        transition: all 0.2s;
        outline: none;
    }

        .phase-input input:focus[b-pj5pyukk5h] {
            border-color: #F39200;
            box-shadow: 0 0 0 2px rgba(243, 146, 0, 0.1);
        }

.phase-status[b-pj5pyukk5h] {
    font-size: 0.7rem;
    font-weight: 500;
    margin-top: 0.5rem;
    padding: 0.5rem 0.75rem;
    background: #F7FAFC;
    color: #4A5568;
    border-left: 3px solid #F39200;
}

/* ================================================================
   MULTI-SELECT DROPDOWN
   ================================================================ */

.multi-select[b-pj5pyukk5h] {
    position: relative;
    width: 100%;
}

    .multi-select:focus[b-pj5pyukk5h] {
        outline: none;
    }

.multi-select-btn[b-pj5pyukk5h] {
    width: 100%;
    justify-content: space-between;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 0;
    color: #2D3748;
    font-weight: 500;
    height: 40px;
    padding: 0 1rem;
}

    .multi-select-btn:hover[b-pj5pyukk5h] {
        border-color: #F39200;
        background: #FFFFFF;
    }

.multi-select-menu[b-pj5pyukk5h] {
    display: grid;
    grid-template-columns: 120px 120px 150px;
    position: absolute;
    bottom: calc(100% + 6px);
    left: 0;
    right: auto;
    min-width: 340px;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    padding: 0.5rem;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
    z-index: 100;
    max-height: 240px;
    overflow-y: auto;
}

.multi-select-item[b-pj5pyukk5h] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 0.75rem;
    cursor: pointer;
    font-size: 0.8125rem;
    font-weight: 500;
    transition: background 0.15s;
    color: #2D3748;
}

    .multi-select-item:hover[b-pj5pyukk5h] {
        background: #F7FAFC;
    }

    .multi-select-item input[b-pj5pyukk5h] {
        accent-color: #F39200;
        width: 15px;
        height: 15px;
    }

/* ================================================================
   PEARL CHAIN PIPELINE (Workflow Visualization)
   ================================================================ */

.pearl-chain[b-pj5pyukk5h] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 2rem;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    overflow-x: auto;
}

.phase-group[b-pj5pyukk5h] {
    position: relative;
    border: 1px solid #E2E8F0;
    padding: 0.5rem 0.5rem 0.5rem;
    min-width: 300px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    border-radius: 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
    transition: all 0.2s ease;
}

    .phase-group:hover[b-pj5pyukk5h] {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
        border-color: #CBD5E0;
    }

    .phase-group:not(:last-child)[b-pj5pyukk5h]::after {
        content: '';
        position: absolute;
        right: -1px;
        top: 20%;
        height: 60%;
        width: 1px;
        background: #E2E8F0;
    }

.phase-group-header[b-pj5pyukk5h] {
    text-align: center;
    margin-bottom: 1rem;
}

.phase-status-inline[b-pj5pyukk5h] {
    margin-top: 0.5rem;
    font-size: 0.7rem;
    text-align: center;
}

.phase-group-label[b-pj5pyukk5h] {
    position: absolute;
    top: -0.85rem;
    left: 50%;
    transform: translateX(-50%);
    background: #FFFFFF;
    padding: 0 0.5rem;
    z-index: 2;
    white-space: nowrap;
}
    .phase-group-label button[b-pj5pyukk5h] {
        min-width: 160px;
        font-size: 0.75rem;
        padding: 0.5rem 1rem;
    }

        /* Success state for completed actions */
        .phase-group-label button.completed[b-pj5pyukk5h] {
            background: #2C7A4D;
            opacity: 0.7;
        }


/* Add spacing for status messages inside phase groups */
.phase-group .phase-status[b-pj5pyukk5h] {
    margin-top: 0.75rem;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.phase-group-inner[b-pj5pyukk5h] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.pearl-item[b-pj5pyukk5h] {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    min-width: 0;
}

.pearl-connector[b-pj5pyukk5h] {
    flex: 1;
    height: 2px;
    background: #E2E8F0;
    margin-top: 27px;
    position: relative;
}

    .pearl-connector.completed[b-pj5pyukk5h] {
        flex: 1;
        background: #2C7A4D;
    }

    .pearl-connector.inter-group[b-pj5pyukk5h] {
        flex: 1;
        min-width: 30px;
        margin-top: 90px;
    }

    /* Regular connectors between nodes inside groups - fixed */
    .pearl-connector:not(.inter-group)[b-pj5pyukk5h] {
        flex: 1;
        width: auto;
    }

.pearl-node[b-pj5pyukk5h] {
    width: 56px;
    height: 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    background: #FFFFFF;
    border: 2px solid #E2E8F0;
    transition: all 0.2s ease;
}

    .pearl-node.completed[b-pj5pyukk5h] {
        background: #2C7A4D;
        border-color: #2C7A4D;
        color: #FFFFFF;
    }

    .pearl-node.active[b-pj5pyukk5h] {
        background: #d4af37;
        border-color: #F39200;
        color: #FFFFFF;
        box-shadow: 0 0 0 3px rgba(243, 146, 0, 0.2);
        animation: squarePulse-b-pj5pyukk5h 2s infinite;
    }

    .pearl-node.inactive[b-pj5pyukk5h] {
        background: #F7FAFC;
        border-color: #E2E8F0;
        color: #A0AEC0;
    }

    .pearl-node.branch[b-pj5pyukk5h] {
        width: 44px;
        height: 44px;
        margin-top: 0.5rem;
    }

        .pearl-node.branch.failure[b-pj5pyukk5h] {
            background: #FFF5F5;
            border-color: #C53030;
            color: #C53030;
        }

        .pearl-node.branch.empty[b-pj5pyukk5h] {
            background: #F7FAFC;
            border-color: #E2E8F0;
            color: #CBD5E0;
        }

    .pearl-node i[b-pj5pyukk5h] {
        font-size: 1rem;
    }

    .pearl-node.branch i[b-pj5pyukk5h] {
        font-size: 0.85rem;
    }

.pearl-count[b-pj5pyukk5h] {
    font-size: 0.7rem;
    font-weight: 700;
}

.pearl-label[b-pj5pyukk5h] {
    margin-top: 0.5rem;
    font-size: 0.6rem;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #718096;
    max-width: 80px;
    line-height: 1.3;
}

    .pearl-label.failure[b-pj5pyukk5h] {
        color: #C53030;
    }

.pearl-branch[b-pj5pyukk5h] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0.25rem;
}

.pearl-branch-line[b-pj5pyukk5h] {
    width: 2px;
    height: 16px;
    background: #E2E8F0;
}

    .pearl-branch-line.failure[b-pj5pyukk5h] {
        background: #C53030;
    }

@keyframes squarePulse-b-pj5pyukk5h {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(243, 146, 0, 0.4);
    }

    50% {
        box-shadow: 0 0 0 6px rgba(243, 146, 0, 0.15);
    }
}

/* ================================================================
   CHART (if used)
   ================================================================ */

.bar-chart[b-pj5pyukk5h] {
    width: 100%;
    height: 280px;
}

.submitted[b-pj5pyukk5h] {
    fill: #2C7A4D;
}

.saved[b-pj5pyukk5h] {
    fill: #F39200;
}

.unopened[b-pj5pyukk5h] {
    fill: #C53030;
}

.month-label[b-pj5pyukk5h] {
    font-size: 11px;
    fill: #718096;
}

.legend[b-pj5pyukk5h] {
    display: flex;
    gap: 1.5rem;
    margin-top: 1rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #4A5568;
}

    .legend span[b-pj5pyukk5h]::before {
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
        margin-right: 8px;
        vertical-align: middle;
    }

    .legend .submitted[b-pj5pyukk5h]::before {
        background: #2C7A4D;
    }

    .legend .saved[b-pj5pyukk5h]::before {
        background: #F39200;
    }

    .legend .unopened[b-pj5pyukk5h]::before {
        background: #C53030;
    }

/* ================================================================
   RESPONSIVE
   ================================================================ */

@media (max-width: 1200px) {
    .content[b-pj5pyukk5h] {
        grid-template-columns: 1fr;
        /*padding: 1rem 1.5rem;*/
    }

    .admin-cards[b-pj5pyukk5h] {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    }

    .table-search-card[b-pj5pyukk5h] {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
}

@media (max-width: 768px) {
    .header[b-pj5pyukk5h] {
        padding: 0.75rem 1rem;
        gap: 1rem;
        flex-wrap: wrap;
    }

    .logo[b-pj5pyukk5h] {
        height: 110px;
    }

    .title[b-pj5pyukk5h] {
        font-size: 1.1rem;
    }

    .content[b-pj5pyukk5h] {
        /*padding: 1rem;*/
    }

    .filter-header[b-pj5pyukk5h] {
        flex-direction: column;
        align-items: stretch;
    }

    .input-field[b-pj5pyukk5h] {
        max-width: 100%;
    }

    .admin-cards[b-pj5pyukk5h] {
        grid-template-columns: repeat(2, 1fr);
    }

    .pearl-chain[b-pj5pyukk5h] {
        flex-direction: column;
    }

    .pearl-connector.inter-group[b-pj5pyukk5h] {
        width: 2px;
        height: 24px;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .admin-metric[b-pj5pyukk5h] {
        font-size: 1.75rem;
    }

    .admin-cards[b-pj5pyukk5h] {
        grid-template-columns: 1fr;
    }

    .save-bar[b-pj5pyukk5h] {
        padding: 0.35rem 0.75rem 0.35rem 1rem;
    }

        .save-bar .btn-save[b-pj5pyukk5h],
        .save-bar .btn-cancel[b-pj5pyukk5h] {
            padding: 0 0.75rem;
            font-size: 0.65rem;
        }
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* Layout */
.page-wrapper[b-n2g4kt3i1j] {
    max-width: 1980px;
    margin: 0 auto;
    padding: 27px 18px;
    font-family: "ABC Whyte",sans-serif;
    color: #1a1a1a;
    background: linear-gradient(135deg, #f8fafc 0%, #e8f1ff 100%);
    min-height: 100vh;
}

/* Header */
.header[b-n2g4kt3i1j] {
    display: flex;
    align-items: center;
    background: white;
    padding: 22.5px 36px;
    margin-bottom: 27px;
    position: relative;
    gap: 27px;
}

@keyframes shimmer-b-n2g4kt3i1j {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

.logo-container[b-n2g4kt3i1j] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo[b-n2g4kt3i1j] {
    height: 108px;
    opacity: 1;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    filter: drop-shadow(0 3.6px 10.8px rgba(30, 48, 242, 0.15));
}

    .logo:hover[b-n2g4kt3i1j] {
        transform: scale(1.05);
        filter: drop-shadow(0 7.2px 21.6px rgba(30, 48, 242, 0.25));
    }

.title-container[b-n2g4kt3i1j] {
    flex: 1;
}

.title[b-n2g4kt3i1j] {
    font-size: 2.7rem;
    font-weight: 800;
    margin: 0;
    background: #bd9b08;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.subtitle[b-n2g4kt3i1j] {
    font-size: 1.53rem;
    color: #000000;
    font-weight: 500;
}

/* Content Area */
.content[b-n2g4kt3i1j] {
    display: grid;
    grid-template-columns: 1fr 270px;
    gap: 27px;
    animation: slideUp-b-n2g4kt3i1j 0.6s ease-out;
}

.main-content[b-n2g4kt3i1j] {
    display: flex;
    flex-direction: column;
    gap: 22.5px;
}

@keyframes slideUp-b-n2g4kt3i1j {
    from {
        opacity: 0;
        transform: translateY(27px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Enhanced Animation */
@keyframes fadeInBounce-b-n2g4kt3i1j {
    0% {
        opacity: 0;
        transform: translateY(18px) scale(0.95);
    }

    50% {
        transform: translateY(-4.5px) scale(1.01);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Section Title */
.section-title[b-n2g4kt3i1j] {
    font-size: 1.53rem;
    margin: 0 0 13.5px;
    color: #000000;
    font-weight: 700;
    position: relative;
    padding-left: 18px;
    display: flex;
    align-items: center;
    gap: 9px;
}

    .section-title[b-n2g4kt3i1j]::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 5.4px;
        height: 60%;
        background: linear-gradient(180deg, #d8bb4c, #bd9b08);
        box-shadow: 0 1.8px 7.2px var(--gold-shadow);
    }

.section-icon[b-n2g4kt3i1j] {
    color: #bd9b08;
}

/* Table Styling */
.table-container[b-n2g4kt3i1j] {
    background: white;
    padding: 27px;
    box-shadow: 0 7.2px 28.8px rgba(30, 48, 242, 0.08), 0 1.8px 7.2px rgba(0, 19, 104, 0.04);
    animation: fadeIn-b-n2g4kt3i1j 0.6s ease;
    border: 1px solid #e8f1ff;
}

@keyframes fadeIn-b-n2g4kt3i1j {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.styled-table[b-n2g4kt3i1j] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
}

    .styled-table thead[b-n2g4kt3i1j] {
        background: #bd9b08;
        color: white;
        position: relative;
    }

        .styled-table thead[b-n2g4kt3i1j]::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 1.8px;
            background: linear-gradient(90deg, #bd9b08, transparent);
        }

    .styled-table th[b-n2g4kt3i1j],
    .styled-table td[b-n2g4kt3i1j] {
        padding: 14.4px 18px;
        font-size: 0.72rem;
        text-align: left;
    }

    .styled-table th[b-n2g4kt3i1j] {
        font-weight: 600;
        text-transform: uppercase;
        font-size: 0.675rem;
        letter-spacing: 0.45px;
    }

    .styled-table tbody tr[b-n2g4kt3i1j] {
        border-bottom: 1px solid #e2e8f0;
        transition: all 0.2s ease;
    }

        .styled-table tbody tr:nth-child(even)[b-n2g4kt3i1j] {
            background-color: #f6f6f6;
        }

        .styled-table tbody tr:hover[b-n2g4kt3i1j] {
            background: linear-gradient(90deg, #eff6ff 0%, #e8f1ff 100%);
            transform: scale(1.01);
            border-left: 3.6px solid #d8bb4c;
        }

        .styled-table tbody tr:last-child[b-n2g4kt3i1j] {
            border-bottom: none;
        }

    .styled-table td[b-n2g4kt3i1j] {
        color: #334155;
        font-weight: 500;
    }

/* Status Badges */
.status-badge[b-n2g4kt3i1j] {
    padding: 3.6px 10.8px;
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: capitalize;
}

.status-active[b-n2g4kt3i1j] {
    background: #dcfce7;
    color: #166534;
}

.status-maintenance[b-n2g4kt3i1j] {
    background: #fef3c7;
    color: #92400e;
}

.status-inactive[b-n2g4kt3i1j] {
    background: #fee2e2;
    color: #991b1b;
}

/* Table Footer */
.table-footer[b-n2g4kt3i1j] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #e2e8f0;
}

.result-count[b-n2g4kt3i1j] {
    color: #64748b;
    font-weight: 500;
}

.table-actions[b-n2g4kt3i1j] {
    display: flex;
    gap: 9px;
}

/* Sidebar */
.sidebar[b-n2g4kt3i1j] {
    display: flex;
    flex-direction: column;
    gap: 22.5px;
}

.card[b-n2g4kt3i1j] {
    background: white;
    padding: 22.5px;
    box-shadow: 0 7.2px 28.8px rgba(30, 48, 242, 0.08), 0 1.8px 7.2px rgba(0, 19, 104, 0.04);
    border: 1px solid #e8f1ff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 0rem;
}

    .card:hover[b-n2g4kt3i1j] {
        transform: translateY(-4.5px);
        box-shadow: 0 10.8px 36px rgba(30, 48, 242, 0.12);
    }

.card-title[b-n2g4kt3i1j] {
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 13.5px;
    color: #001368;
    display: flex;
    align-items: center;
    gap: 9px;
}

.card-content[b-n2g4kt3i1j] {
    color: #64748b;
    font-size: 0.765rem;
}

/* Stats */
.stats-container[b-n2g4kt3i1j] {
    display: flex;
    flex-direction: column;
    gap: 13.5px;
}

.stat-item[b-n2g4kt3i1j] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10.8px 0;
    border-bottom: 1px solid #e2e8f0;
}

    .stat-item:last-child[b-n2g4kt3i1j] {
        border-bottom: none;
    }

.stat-label[b-n2g4kt3i1j] {
    color: #64748b;
    font-weight: 500;
    font-size: 0.765rem;
}

.stat-value[b-n2g4kt3i1j] {
    font-weight: 700;
    color: #64748b;
    font-size: 0.765rem;
}

/* Query Info */
.query-info[b-n2g4kt3i1j] {
    margin-top: 13.5px;
}

.info-item[b-n2g4kt3i1j] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 7.2px;
}

.info-label[b-n2g4kt3i1j] {
    color: #64748b;
}

.info-value[b-n2g4kt3i1j] {
    font-weight: 600;
    color: #1e30f2;
}

/* Contact Info */
.contact-info[b-n2g4kt3i1j] {
    margin-top: 9px;
    line-height: 1.8;
}

    .contact-info i[b-n2g4kt3i1j] {
        width: 18px;
        color: #1e30f2;
    }

/* Action Buttons */
.action-buttons[b-n2g4kt3i1j] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 7.2px;
    margin-top: 18px;
}

.btn[b-n2g4kt3i1j] {
    padding: 10.8px 21.6px;
    border: none;
    font-size: 12.6px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 7.2px;
    border-radius: .09rem;
    background-color: #bd9b08;
    background: linear-gradient(45deg,#bd9b08 50%,#04071a 50%);
    background-size: 285%;
    background-repeat: repeat;
    background-position: top left;
    transition: background-position 0.5s ease;
    color: #fff
}

.btn-primary[b-n2g4kt3i1j] {
    color: white;
    box-shadow: 0 3.6px 10.8px rgba(30, 48, 242, 0.2);
}

    .btn-primary:hover[b-n2g4kt3i1j] {
        transform: translateY(-2.7px);
        background-position: top right;
        border: 1px solid #bd9b08;
    }

    .btn-primary:disabled[b-n2g4kt3i1j] {
        opacity: 0.6;
        cursor: not-allowed;
        transform: none;
        box-shadow: 0 1.8px 5.4px rgba(30, 48, 242, 0.2);
    }

#save-button[b-n2g4kt3i1j] {
    margin-left: 180px;
    font-size: 13.5px;
}

#submit-button[b-n2g4kt3i1j] {
    margin-right: 180px;
    font-size: 13.5px;
}

/* Input Fields */
.input-field[b-n2g4kt3i1j] {
    width: 100%;
    padding: 9px 10.8px;
    border: 1px solid #e2e8f0;
    font-size: 12.6px;
    box-sizing: border-box;
    transition: all 0.3s ease;
    background: white;
}

    .input-field:focus[b-n2g4kt3i1j] {
        outline: none;
        border-color: #bd9b08;
        box-shadow: 0 0 0 2.7px rgba(189, 155, 8, 0.25);
        background: #fffdf4;
    }

    .input-field.disabled[b-n2g4kt3i1j] {
        background-color: #f5f5f5;
        cursor: not-allowed;
        color: #999;
        border-color: #e2e8f0;
    }

/* Loading Spinner */
.loading-spinner[b-n2g4kt3i1j] {
    border: 2.7px solid #f3f3f3;
    border-top: 2.7px solid #1e30f2;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    animation: spin-b-n2g4kt3i1j 1s linear infinite;
    margin-right: 13.5px;
}

.button-spinner[b-n2g4kt3i1j] {
    display: inline-block;
    border: 1.8px solid #ffffff;
    border-top: 1.8px solid transparent;
    border-radius: 50%;
    width: 12.6px;
    height: 12.6px;
    animation: spin-b-n2g4kt3i1j 0.8s linear infinite;
    margin-right: 7.2px;
}

@keyframes spin-b-n2g4kt3i1j {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Messages */
.message[b-n2g4kt3i1j] {
    display: flex;
    align-items: center;
    padding: 14.4px;
    margin-bottom: 18px;
    border-left: 3.6px solid;
    background: white;
    box-shadow: 0 3.6px 10.8px rgba(0, 0, 0, 0.05);
}

    .message.success[b-n2g4kt3i1j] {
        background-color: #d1ffbd;
        border-color: #1ea6fc;
        color: #001368;
    }

    .message.error[b-n2g4kt3i1j] {
        background-color: #ffd0d0;
        border-color: #dc3545;
        color: #721c24;
    }

    .message.info[b-n2g4kt3i1j] {
        background-color: #f0f9ff;
        border-color: #1ea6fc;
        color: #001368;
    }

.message-icon[b-n2g4kt3i1j] {
    font-size: 27px;
    margin-right: 13.5px;
    font-weight: bold;
}

.message-content[b-n2g4kt3i1j] {
    flex: 1;
}

/* Responsive Design */
@media (max-width: 1100px) {
    .content[b-n2g4kt3i1j] {
        grid-template-columns: 1fr;
    }

    .sidebar[b-n2g4kt3i1j] {
        order: -1;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }
}

@media (max-width: 768px) {
    .page-wrapper[b-n2g4kt3i1j] {
        padding: 18px 13.5px;
    }

    .header[b-n2g4kt3i1j] {
        flex-direction: column;
        text-align: center;
        padding: 22.5px;
        gap: 18px;
    }

    .title[b-n2g4kt3i1j] {
        font-size: 1.8rem;
    }

    .logo[b-n2g4kt3i1j] {
        height: 90px;
    }

    .sidebar[b-n2g4kt3i1j] {
        grid-template-columns: 1fr;
    }

    .styled-table th[b-n2g4kt3i1j],
    .styled-table td[b-n2g4kt3i1j] {
        padding: 10.8px 12.6px;
        font-size: 0.81rem;
    }

    .table-container[b-n2g4kt3i1j] {
        padding: 18px;
    }

    .table-footer[b-n2g4kt3i1j] {
        flex-direction: column;
        gap: 13.5px;
        align-items: flex-start;
    }

    .action-buttons[b-n2g4kt3i1j] {
        flex-direction: column;
        gap: 13.5px;
    }

    #save-button[b-n2g4kt3i1j], #submit-button[b-n2g4kt3i1j] {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .header[b-n2g4kt3i1j] {
        padding: 18px;
    }

    .title[b-n2g4kt3i1j] {
        font-size: 1.62rem;
    }

    .section-title[b-n2g4kt3i1j] {
        font-size: 1.26rem;
    }
}

/* Micro-interactions */
.styled-table tbody tr[b-n2g4kt3i1j] {
    cursor: default;
}

.styled-table tbody td:first-child[b-n2g4kt3i1j] {
    font-weight: 600;
    color: #001368;
}

/* Loading state */
@keyframes pulse-b-n2g4kt3i1j {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

.loading[b-n2g4kt3i1j] {
    animation: pulse-b-n2g4kt3i1j 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.background-video[b-n2g4kt3i1j] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    opacity: 0.95;
}

.page-wrapper[b-n2g4kt3i1j] {
    position: relative;
    z-index: 1;
}

.high-validation-banner[b-n2g4kt3i1j] {
    background-color: #ffd54f;
    padding: 10.8px 14.4px;
    margin-bottom: 14.4px;
    display: flex;
    align-items: center;
    gap: 9px;
    color: #000000;
    font-size: 1.08rem
}

.validation-banner[b-n2g4kt3i1j] {
    background-color: #ffd0d0;
    padding: 10.8px 14.4px;
    margin-bottom: 14.4px;
    display: flex;
    align-items: center;
    gap: 9px;
    color: #000000;
    font-size: 1.08rem
}

.banner-icon[b-n2g4kt3i1j] {
    font-size: 27px;
    color: #000000;
}

.inline-error-message[b-n2g4kt3i1j] {
    display: block;
    color: #dc3545;
    font-size: 13.5px;
    margin-top: 3.6px;
    font-weight: 500;
}

.error-icon[b-n2g4kt3i1j] {
    font-size: 12.6px;
}

.input-error[b-n2g4kt3i1j] {
    border: 1.8px solid #ffd0d0 !important;
    background-color: #ffd0d0
}

    .input-error:focus[b-n2g4kt3i1j] {
        outline: none;
        box-shadow: 0 0 0 0.18rem rgba(220, 53, 69, 0.25) !important;
    }

.input-warning[b-n2g4kt3i1j] {
    background-color: #f8f1Bf !important;
}

    .input-warning:focus[b-n2g4kt3i1j] {
        outline: none;
        box-shadow: 0 0 0 0.18rem rgba(220, 53, 69, 0.25) !important;
    }

.modal-overlay[b-n2g4kt3i1j] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content[b-n2g4kt3i1j] {
    background: white;
    padding: 45px;
    max-width: 585px;
    width: 90%;
}

.modal-header h3[b-n2g4kt3i1j] {
    margin: 0 0 13.5px 0;
}

.modal-footer[b-n2g4kt3i1j] {
    display: flex;
    justify-content: space-between;
    gap: 9px;
    margin-top: 18px;
}

.background-container[b-n2g4kt3i1j] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.background-image[b-n2g4kt3i1j] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
}

.language-selector[b-n2g4kt3i1j] {
    margin-left: auto;
    position: relative;
    z-index: 100;
}

.language-button[b-n2g4kt3i1j] {
    display: flex;
    align-items: center;
    gap: 7.2px;
    padding: 7.2px 10.8px;
    background: white;
    border: 1.8px solid #ddd;
    border-radius: 0px;
    cursor: pointer;
    font-size: 12.6px;
    width: 135px;
}

    .language-button:hover[b-n2g4kt3i1j] {
        border-color: #007bff;
    }

.flag-icon[b-n2g4kt3i1j] {
    width: 21.6px;
    height: 14.4px;
}

.arrow[b-n2g4kt3i1j] {
    font-size: 9px;
    margin-left: 3.6px;
}

.dropdown-menu[b-n2g4kt3i1j] {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 3.6px;
    background: white;
    border: 1.8px solid #ddd;
    border-radius: 3.6px;
    box-shadow: 0 3.6px 5.4px rgba(0,0,0,0.1);
    z-index: 1000;
    min-width: 135px;
    display: block;
}

.dropdown-item[b-n2g4kt3i1j] {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 9px 13.5px;
    cursor: pointer;
}

    .dropdown-item:hover[b-n2g4kt3i1j] {
        background-color: #f0f0f0;
    }
