/* /Components/Layout/LoginLayout.razor.rz.scp.css */
#blazor-error-ui[b-tryx6ka58v] {
    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-tryx6ka58v] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-19hcu8s6vl] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-19hcu8s6vl] {
    flex: 1;
}

.sidebar[b-19hcu8s6vl] {
    background-color: #253D2C;
}

.top-row[b-19hcu8s6vl] {
    background-color: #ffffff;
    border-bottom: 1px solid #e9ecef;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-19hcu8s6vl]  a, .top-row[b-19hcu8s6vl]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-19hcu8s6vl]  a:hover, .top-row[b-19hcu8s6vl]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-19hcu8s6vl]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-outline-logout[b-19hcu8s6vl] {
    color: #253D2C;
    border-color: #253D2C;
    font-weight: 500;
    font-size: 0.85rem;
}

.btn-outline-logout:hover[b-19hcu8s6vl] {
    background-color: #253D2C;
    color: white;
}

.user-greeting[b-19hcu8s6vl] {
    font-size: 0.88rem;
    font-weight: 600;
    color: #253D2C;
}

.user-greeting i[b-19hcu8s6vl] {
    color: var(--color-accent);
    font-size: 1rem;
}

@media (max-width: 640.98px) {
    .top-row[b-19hcu8s6vl] {
        justify-content: space-between;
    }

    .top-row[b-19hcu8s6vl]  a, .top-row[b-19hcu8s6vl]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-19hcu8s6vl] {
        flex-direction: row;
    }

    .sidebar[b-19hcu8s6vl] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-19hcu8s6vl] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-19hcu8s6vl]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-19hcu8s6vl], article[b-19hcu8s6vl] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-19hcu8s6vl] {
    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-19hcu8s6vl] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-e8uhzxidpu] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-e8uhzxidpu] {
    background-color: rgba(255, 255, 255, 0.3);
}

.top-row[b-e8uhzxidpu] {
    min-height: 3.5rem;
    background-color: rgba(0, 0, 0, 0.2);
}

.navbar-brand[b-e8uhzxidpu] {
    font-size: 1.1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.navbar-brand i[b-e8uhzxidpu] {
    font-size: 1.2rem;
}

.nav-item[b-e8uhzxidpu] {
    font-size: 0.9rem;
    padding-bottom: 0.25rem;
}

.nav-item:first-of-type[b-e8uhzxidpu] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-e8uhzxidpu] {
    padding-bottom: 1rem;
}

.nav-item[b-e8uhzxidpu]  .nav-link {
    color: rgba(255, 255, 255, 0.7);
    background: none;
    border: none;
    border-radius: 0.375rem;
    height: 2.75rem;
    display: flex;
    align-items: center;
    line-height: 2.75rem;
    width: 100%;
    gap: 0.75rem;
    transition: all 0.15s ease;
}

.nav-item[b-e8uhzxidpu]  .nav-link i {
    font-size: 1.1rem;
    width: 1.25rem;
    text-align: center;
}

.nav-item[b-e8uhzxidpu]  a.active {
    background-color: #68BA7F;
    color: white;
    font-weight: 500;
}

.nav-item[b-e8uhzxidpu]  .nav-link:hover {
    background-color: rgba(104, 186, 127, 0.2);
    color: #CFFFDC;
}

.nav-scrollable[b-e8uhzxidpu] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-e8uhzxidpu] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-e8uhzxidpu] {
        display: none;
    }

    .nav-scrollable[b-e8uhzxidpu] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-jw57zse4kc],
.components-reconnect-repeated-attempt-visible[b-jw57zse4kc],
.components-reconnect-failed-visible[b-jw57zse4kc],
.components-pause-visible[b-jw57zse4kc],
.components-resume-failed-visible[b-jw57zse4kc],
.components-rejoining-animation[b-jw57zse4kc] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-jw57zse4kc],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-jw57zse4kc],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-jw57zse4kc],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-jw57zse4kc],
#components-reconnect-modal.components-reconnect-retrying[b-jw57zse4kc],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-jw57zse4kc],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-jw57zse4kc],
#components-reconnect-modal.components-reconnect-failed[b-jw57zse4kc],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-jw57zse4kc] {
    display: block;
}


#components-reconnect-modal[b-jw57zse4kc] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-jw57zse4kc 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-jw57zse4kc 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-jw57zse4kc 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-jw57zse4kc]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-jw57zse4kc 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-jw57zse4kc {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-jw57zse4kc {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-jw57zse4kc {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-jw57zse4kc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-jw57zse4kc] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-jw57zse4kc] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-jw57zse4kc] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-jw57zse4kc] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-jw57zse4kc] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-jw57zse4kc] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-jw57zse4kc 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-jw57zse4kc] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-jw57zse4kc {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/ApproveRequests.razor.rz.scp.css */
/* ============================================================
   APPROVE REQUESTS PAGE
   ============================================================ */

/* Search box */
.search-box[b-ou8imcq5c6] {
    position: relative;
    width: 280px;
}

.search-box .search-icon[b-ou8imcq5c6] {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: #adb5bd;
    font-size: 0.9rem;
    z-index: 1;
}

.search-box .form-control[b-ou8imcq5c6] {
    padding-left: 2.25rem;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
    height: 38px;
}

.search-box .form-control:focus[b-ou8imcq5c6] {
    border-color: var(--color-accent);
    box-shadow: 0 0 0 0.15rem rgba(104, 186, 127, 0.25);
}

/* Table overrides */
[b-ou8imcq5c6] .table-dashboard th {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #6c757d;
    font-weight: 600;
    border-bottom-width: 1px;
    padding: 0.85rem 0.75rem;
}

[b-ou8imcq5c6] .table-dashboard td {
    font-size: 0.9rem;
    vertical-align: middle;
    padding: 0.85rem 0.75rem;
    color: #212529;
}

[b-ou8imcq5c6] .table-dashboard tbody tr {
    transition: background-color 0.15s ease;
}

[b-ou8imcq5c6] .table-dashboard tbody tr:hover {
    background-color: #f8faf9;
}

/* Action buttons */
.action-buttons[b-ou8imcq5c6] {
    display: flex;
    gap: 0.4rem;
    justify-content: flex-end;
}

.btn-action[b-ou8imcq5c6] {
    font-size: 0.8rem;
    padding: 0.3rem 0.65rem;
    border-radius: 0.375rem;
    font-weight: 500;
    border: 1px solid transparent;
    transition: all 0.15s ease;
}

.btn-approve[b-ou8imcq5c6] {
    color: var(--color-accent);
    background-color: rgba(104, 186, 127, 0.1);
    border-color: rgba(104, 186, 127, 0.15);
}

.btn-approve:hover[b-ou8imcq5c6] {
    background-color: rgba(104, 186, 127, 0.2);
    color: #3a8a52;
}

/* Empty & loading states */
.empty-state[b-ou8imcq5c6],
.loading-state[b-ou8imcq5c6] {
    text-align: center;
    padding: 3rem 1rem;
}

.empty-state i[b-ou8imcq5c6] {
    font-size: 3rem;
    color: #dee2e6;
    margin-bottom: 0.75rem;
    display: block;
}

.empty-state h5[b-ou8imcq5c6] {
    color: var(--color-primary);
    font-weight: 600;
    margin-bottom: 0.35rem;
}

.empty-state p[b-ou8imcq5c6] {
    color: #6c757d;
    font-size: 0.9rem;
    margin: 0;
}

.loading-state p[b-ou8imcq5c6] {
    color: #6c757d;
    font-size: 0.9rem;
    margin-top: 0.75rem;
}

/* Confirmation modal overrides */
[b-ou8imcq5c6] .modal-content {
    border-radius: 0.75rem;
    border: none;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
}

[b-ou8imcq5c6] .modal-header {
    border-bottom: 1px solid #e9ecef;
    padding: 1rem 1.25rem;
}

[b-ou8imcq5c6] .modal-title {
    font-weight: 600;
    font-size: 1rem;
    color: var(--color-primary);
}

[b-ou8imcq5c6] .modal-body {
    padding: 1.25rem;
    font-size: 0.95rem;
}

[b-ou8imcq5c6] .modal-footer {
    border-top: 1px solid #e9ecef;
    padding: 0.75rem 1.25rem;
    gap: 0.5rem;
}

[b-ou8imcq5c6] .modal-footer .btn {
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0.45rem 1.1rem;
    border-radius: 0.5rem;
}

/* Success modal animation */
@keyframes modal-in-b-ou8imcq5c6 {
    0% { transform: scale(0.9); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}
/* /Components/Pages/AssetAssignments.razor.rz.scp.css */
/* ============================================================
   ASSET ASSIGNMENT LISTING PAGE
   ============================================================ */

/* Search box */
.search-box[b-4ftvu4u6vi] {
    position: relative;
    width: 280px;
}

.search-box .search-icon[b-4ftvu4u6vi] {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: #adb5bd;
    font-size: 0.9rem;
    z-index: 1;
}

.search-box .form-control[b-4ftvu4u6vi] {
    padding-left: 2.25rem;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
    height: 38px;
}

.search-box .form-control:focus[b-4ftvu4u6vi] {
    border-color: var(--color-accent);
    box-shadow: 0 0 0 0.15rem rgba(104, 186, 127, 0.25);
}

/* ── Search mode bar ─────────────────────────────────── */

.search-mode-bar[b-4ftvu4u6vi] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.search-mode-toggle[b-4ftvu4u6vi] {
    display: flex;
    gap: 0.4rem;
}

.btn-mode[b-4ftvu4u6vi] {
    color: #6c757d;
    background-color: #f0f0f0;
    border: 1px solid #dee2e6;
    font-size: 0.82rem;
    font-weight: 500;
    transition: all 0.15s ease;
}

.btn-mode:hover[b-4ftvu4u6vi] {
    background-color: #e9ecef;
    color: #495057;
}

.btn-mode-active[b-4ftvu4u6vi] {
    color: white;
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
    font-size: 0.82rem;
    font-weight: 600;
}

.btn-mode-active:hover[b-4ftvu4u6vi] {
    background-color: var(--color-primary);
    color: white;
}

.search-input-group[b-4ftvu4u6vi] {
    display: flex;
    gap: 0.5rem;
    align-items: stretch;
}

.search-input-group .search-box[b-4ftvu4u6vi] {
    width: auto;
    flex: 1;
    max-width: 460px;
}

.search-input-group .btn-primary[b-4ftvu4u6vi] {
    height: 38px;
    padding: 0 1.25rem;
    white-space: nowrap;
}

/* ── Serial search result cards ──────────────────────── */

.serial-result-card[b-4ftvu4u6vi] {
    border-bottom: 1px solid #e9ecef;
    padding: 1.25rem;
}

.serial-result-card:last-child[b-4ftvu4u6vi] {
    border-bottom: none;
}

.serial-asset-header[b-4ftvu4u6vi] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.85rem;
}

.serial-asset-info[b-4ftvu4u6vi] {
    flex: 1;
}

.serial-number[b-4ftvu4u6vi] {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 0.25rem;
}

.serial-asset-detail[b-4ftvu4u6vi] {
    font-size: 0.85rem;
    color: #6c757d;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

/* ── Status badges ───────────────────────────────────── */

.badge-available[b-4ftvu4u6vi] {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.35em 0.75em;
    border-radius: 50rem;
    background-color: rgba(104, 186, 127, 0.15);
    color: #3a8a52;
}

.badge-delivered[b-4ftvu4u6vi] {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.35em 0.75em;
    border-radius: 50rem;
    background-color: #fff3cd;
    color: #856404;
}

.badge-assigned[b-4ftvu4u6vi] {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.35em 0.75em;
    border-radius: 50rem;
    background-color: rgba(13, 110, 253, 0.1);
    color: #0d6efd;
}

/* ── Current assignment box ──────────────────────────── */

.current-assignment-box[b-4ftvu4u6vi] {
    background-color: #f0faf3;
    border: 1px solid rgba(104, 186, 127, 0.3);
    border-radius: 0.5rem;
    padding: 0.85rem 1rem;
    margin-bottom: 0.75rem;
}

.current-assignment-box.not-assigned[b-4ftvu4u6vi] {
    background-color: #f8f9fa;
    border-color: #dee2e6;
}

.assignment-label[b-4ftvu4u6vi] {
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--color-primary);
    margin-bottom: 0.4rem;
}

.assignment-employee[b-4ftvu4u6vi] {
    font-size: 0.9rem;
    color: #495057;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.15rem;
}

.assignment-actions .btn[b-4ftvu4u6vi] {
    font-size: 0.78rem;
}

/* ── Past assignments ────────────────────────────────── */

.past-assignments-section[b-4ftvu4u6vi] {
    margin-top: 0.5rem;
}

.past-assignments-label[b-4ftvu4u6vi] {
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #6c757d;
    margin-bottom: 0.5rem;
}

.past-assignments-section .table-dashboard th[b-4ftvu4u6vi] {
    font-size: 0.75rem;
}

.past-assignments-section .table-dashboard td[b-4ftvu4u6vi] {
    font-size: 0.85rem;
}

/* Table overrides */
[b-4ftvu4u6vi] .table-dashboard th {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #6c757d;
    font-weight: 600;
    border-bottom-width: 1px;
    padding: 0.85rem 0.75rem;
}

[b-4ftvu4u6vi] .table-dashboard td {
    font-size: 0.9rem;
    vertical-align: middle;
    padding: 0.85rem 0.75rem;
}

[b-4ftvu4u6vi] .table-dashboard tbody tr {
    transition: background-color 0.15s ease;
}

[b-4ftvu4u6vi] .table-dashboard tbody tr:hover {
    background-color: #f8faf9;
}

/* Action buttons */
.action-buttons[b-4ftvu4u6vi] {
    display: flex;
    gap: 0.4rem;
    justify-content: flex-end;
}

.btn-action[b-4ftvu4u6vi] {
    font-size: 0.8rem;
    padding: 0.3rem 0.65rem;
    border-radius: 0.375rem;
    font-weight: 500;
    border: 1px solid transparent;
    transition: all 0.15s ease;
}

.btn-edit[b-4ftvu4u6vi] {
    color: #0d6efd;
    background-color: rgba(13, 110, 253, 0.1);
    border-color: rgba(13, 110, 253, 0.1);
}

.btn-edit:hover[b-4ftvu4u6vi] {
    background-color: rgba(13, 110, 253, 0.2);
    color: #0d6efd;
}

.btn-assign[b-4ftvu4u6vi] {
    color: var(--color-accent);
    background-color: rgba(104, 186, 127, 0.1);
    border-color: rgba(104, 186, 127, 0.1);
}

.btn-assign:hover[b-4ftvu4u6vi] {
    background-color: rgba(104, 186, 127, 0.2);
    color: var(--color-accent);
}

/* Name tooltip */
.has-tooltip[b-4ftvu4u6vi] {
    position: relative;
    cursor: pointer;
}

.has-tooltip[b-4ftvu4u6vi]::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 0;
    margin-bottom: 6px;
    padding: 0.45rem 0.7rem;
    max-width: 300px;
    width: max-content;
    background-color: #212529;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.4;
    border-radius: 0.375rem;
    white-space: pre-line;
    word-wrap: break-word;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s ease, visibility 0.15s ease;
    pointer-events: none;
    z-index: 1000;
}

.has-tooltip[b-4ftvu4u6vi]::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 12px;
    margin-bottom: -4px;
    border-width: 5px;
    border-style: solid;
    border-color: #212529 transparent transparent transparent;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s ease, visibility 0.15s ease;
    pointer-events: none;
    z-index: 1000;
}

.has-tooltip:hover[b-4ftvu4u6vi]::after,
.has-tooltip:hover[b-4ftvu4u6vi]::before {
    opacity: 1;
    visibility: visible;
}

/* Empty & loading states */
.empty-state[b-4ftvu4u6vi],
.loading-state[b-4ftvu4u6vi] {
    text-align: center;
    padding: 3rem 1rem;
}

.empty-state i[b-4ftvu4u6vi] {
    font-size: 3rem;
    color: #dee2e6;
    margin-bottom: 0.75rem;
    display: block;
}

.empty-state h5[b-4ftvu4u6vi] {
    color: var(--color-primary);
    font-weight: 600;
    margin-bottom: 0.35rem;
}

.empty-state p[b-4ftvu4u6vi] {
    color: #6c757d;
    font-size: 0.9rem;
    margin: 0;
}

.loading-state p[b-4ftvu4u6vi] {
    color: #6c757d;
    font-size: 0.9rem;
    margin-top: 0.75rem;
}

@media (max-width: 576px) {
    .search-mode-toggle[b-4ftvu4u6vi] {
        flex-direction: column;
    }

    .search-input-group[b-4ftvu4u6vi] {
        flex-direction: column;
    }

    .search-input-group .search-box[b-4ftvu4u6vi] {
        max-width: 100%;
    }

    .serial-asset-header[b-4ftvu4u6vi] {
        flex-direction: column;
    }

    .assignment-employee[b-4ftvu4u6vi] {
        flex-direction: column;
        gap: 0.25rem;
    }
}
/* /Components/Pages/AssetCategories.razor.rz.scp.css */
/* ============================================================
   ASSET CATEGORIES LISTING PAGE
   ============================================================ */

.btn-add-category[b-165u7ai0kv] {
    background-color: var(--color-accent);
    color: white;
    border: none;
    padding: 0.55rem 1.25rem;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    transition: background-color 0.2s ease, transform 0.15s ease;
    white-space: nowrap;
}

.btn-add-category:hover[b-165u7ai0kv] {
    background-color: #579e6b;
    color: white;
    transform: translateY(-1px);
}

.btn-add-category:active[b-165u7ai0kv] {
    transform: translateY(0);
}

/* Search box */
.search-box[b-165u7ai0kv] {
    position: relative;
    width: 280px;
}

.search-box .search-icon[b-165u7ai0kv] {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: #adb5bd;
    font-size: 0.9rem;
    z-index: 1;
}

.search-box .form-control[b-165u7ai0kv] {
    padding-left: 2.25rem;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
    height: 38px;
}

.search-box .form-control:focus[b-165u7ai0kv] {
    border-color: var(--color-accent);
    box-shadow: 0 0 0 0.15rem rgba(104, 186, 127, 0.25);
}

/* Table overrides */
[b-165u7ai0kv] .table-dashboard th {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #6c757d;
    font-weight: 600;
    border-bottom-width: 1px;
    padding: 0.85rem 0.75rem;
}

[b-165u7ai0kv] .table-dashboard td {
    font-size: 0.9rem;
    vertical-align: middle;
    padding: 0.85rem 0.75rem;
}

[b-165u7ai0kv] .table-dashboard tbody tr {
    transition: background-color 0.15s ease;
}

[b-165u7ai0kv] .table-dashboard tbody tr:hover {
    background-color: #f8faf9;
}

/* Subcategory count badge */
.badge-subcategory-count[b-165u7ai0kv] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 26px;
    background-color: rgba(104, 186, 127, 0.15);
    color: var(--color-primary);
    font-weight: 600;
    font-size: 0.85rem;
    border-radius: 0.375rem;
}

/* Action buttons */
.action-buttons[b-165u7ai0kv] {
    display: flex;
    gap: 0.4rem;
    justify-content: flex-end;
}

.btn-action[b-165u7ai0kv] {
    font-size: 0.8rem;
    padding: 0.3rem 0.65rem;
    border-radius: 0.375rem;
    font-weight: 500;
    border: 1px solid transparent;
    transition: all 0.15s ease;
}

.btn-subcategories[b-165u7ai0kv] {
    color: var(--color-primary);
    background-color: var(--color-light);
    border-color: var(--color-light);
}

.btn-subcategories:hover[b-165u7ai0kv] {
    background-color: #b8f0c8;
    color: var(--color-primary);
}

.btn-edit[b-165u7ai0kv] {
    color: #0d6efd;
    background-color: rgba(13, 110, 253, 0.1);
    border-color: rgba(13, 110, 253, 0.1);
}

.btn-edit:hover[b-165u7ai0kv] {
    background-color: rgba(13, 110, 253, 0.2);
    color: #0d6efd;
}

.btn-delete[b-165u7ai0kv] {
    color: #dc3545;
    background-color: rgba(220, 53, 69, 0.1);
    border-color: rgba(220, 53, 69, 0.1);
}

.btn-delete:hover[b-165u7ai0kv] {
    background-color: rgba(220, 53, 69, 0.2);
    color: #dc3545;
}

/* Empty & loading states */
.empty-state[b-165u7ai0kv],
.loading-state[b-165u7ai0kv] {
    text-align: center;
    padding: 3rem 1rem;
}

.empty-state i[b-165u7ai0kv] {
    font-size: 3rem;
    color: #dee2e6;
    margin-bottom: 0.75rem;
    display: block;
}

.empty-state h5[b-165u7ai0kv] {
    color: var(--color-primary);
    font-weight: 600;
    margin-bottom: 0.35rem;
}

.empty-state p[b-165u7ai0kv] {
    color: #6c757d;
    font-size: 0.9rem;
    margin: 0;
}

.loading-state p[b-165u7ai0kv] {
    color: #6c757d;
    font-size: 0.9rem;
    margin-top: 0.75rem;
}

/* Name tooltip */
.has-tooltip[b-165u7ai0kv] {
    position: relative;
    cursor: pointer;
}

.has-tooltip[b-165u7ai0kv]::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 0;
    margin-bottom: 6px;
    padding: 0.45rem 0.7rem;
    max-width: 300px;
    width: max-content;
    background-color: #212529;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.4;
    border-radius: 0.375rem;
    white-space: normal;
    word-wrap: break-word;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s ease, visibility 0.15s ease;
    pointer-events: none;
    z-index: 1000;
}

.has-tooltip[b-165u7ai0kv]::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 12px;
    margin-bottom: -4px;
    border-width: 5px;
    border-style: solid;
    border-color: #212529 transparent transparent transparent;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s ease, visibility 0.15s ease;
    pointer-events: none;
    z-index: 1000;
}

.has-tooltip:hover[b-165u7ai0kv]::after,
.has-tooltip:hover[b-165u7ai0kv]::before {
    opacity: 1;
    visibility: visible;
}

/* Delete confirmation modal */
[b-165u7ai0kv] .modal-content {
    border-radius: 0.75rem;
    border: none;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
}

[b-165u7ai0kv] .modal-header {
    border-bottom: 1px solid #e9ecef;
    padding: 1rem 1.25rem;
}

[b-165u7ai0kv] .modal-title {
    font-weight: 600;
    font-size: 1rem;
    color: var(--color-primary);
}

[b-165u7ai0kv] .modal-body {
    padding: 1.25rem;
    font-size: 0.95rem;
}

[b-165u7ai0kv] .modal-footer {
    border-top: 1px solid #e9ecef;
    padding: 0.75rem 1.25rem;
    gap: 0.5rem;
}

[b-165u7ai0kv] .modal-footer .btn {
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0.45rem 1.1rem;
    border-radius: 0.5rem;
}
/* /Components/Pages/AssignAsset.razor.rz.scp.css */
/* ============================================================
   ASSIGN ASSET PAGE
   ============================================================ */

.btn-back[b-a0s708s2dw] {
    color: #6c757d;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    padding: 0.55rem 1.25rem;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    transition: all 0.15s ease;
    white-space: nowrap;
}

.btn-back:hover[b-a0s708s2dw] {
    background-color: #e9ecef;
    color: #495057;
}

/* Add serial number button */
.btn-add-category[b-a0s708s2dw] {
    background-color: var(--color-accent);
    color: white;
    border: none;
    padding: 0.55rem 1.25rem;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    transition: background-color 0.2s ease, transform 0.15s ease;
    white-space: nowrap;
}

.btn-add-category:hover[b-a0s708s2dw] {
    background-color: #579e6b;
    color: white;
    transform: translateY(-1px);
}

.btn-add-category:active[b-a0s708s2dw] {
    transform: translateY(0);
}

/* Cancel button */
.btn-cancel[b-a0s708s2dw] {
    color: #6c757d;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    padding: 0.55rem 1.25rem;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    transition: all 0.15s ease;
}

.btn-cancel:hover[b-a0s708s2dw] {
    background-color: #e9ecef;
    color: #495057;
}

/* Save button */
.btn-save[b-a0s708s2dw] {
    background-color: var(--color-accent);
    color: white;
    border: none;
    padding: 0.55rem 1.25rem;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    transition: background-color 0.2s ease, transform 0.15s ease;
}

.btn-save:hover[b-a0s708s2dw] {
    background-color: #579e6b;
    color: white;
    transform: translateY(-1px);
}

.btn-save:active[b-a0s708s2dw] {
    transform: translateY(0);
}

/* Form controls */
[b-a0s708s2dw] .form-control {
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
    padding: 0.6rem 0.85rem;
    font-size: 0.9rem;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

[b-a0s708s2dw] .form-control:focus {
    border-color: var(--color-accent);
    box-shadow: 0 0 0 0.15rem rgba(104, 186, 127, 0.25);
}

[b-a0s708s2dw] .form-control::placeholder {
    color: #adb5bd;
}

/* Table overrides */
[b-a0s708s2dw] .table-dashboard th {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #6c757d;
    font-weight: 600;
    border-bottom-width: 1px;
    padding: 0.85rem 0.75rem;
}

[b-a0s708s2dw] .table-dashboard td {
    font-size: 0.9rem;
    vertical-align: middle;
    padding: 0.85rem 0.75rem;
}

[b-a0s708s2dw] .table-dashboard tbody tr {
    transition: background-color 0.15s ease;
}

[b-a0s708s2dw] .table-dashboard tbody tr:hover {
    background-color: #f8faf9;
}

/* Action buttons */
.action-buttons[b-a0s708s2dw] {
    display: flex;
    gap: 0.4rem;
    justify-content: flex-end;
}

.btn-action[b-a0s708s2dw] {
    font-size: 0.8rem;
    padding: 0.3rem 0.65rem;
    border-radius: 0.375rem;
    font-weight: 500;
    border: 1px solid transparent;
    transition: all 0.15s ease;
}

.btn-delete[b-a0s708s2dw] {
    color: #dc3545;
    background-color: rgba(220, 53, 69, 0.1);
    border-color: rgba(220, 53, 69, 0.1);
}

.btn-delete:hover[b-a0s708s2dw] {
    background-color: rgba(220, 53, 69, 0.2);
    color: #dc3545;
}

/* Empty & loading states */
.empty-state[b-a0s708s2dw],
.loading-state[b-a0s708s2dw] {
    text-align: center;
    padding: 3rem 1rem;
}

.empty-state i[b-a0s708s2dw] {
    font-size: 3rem;
    color: #dee2e6;
    margin-bottom: 0.75rem;
    display: block;
}

.empty-state h5[b-a0s708s2dw] {
    color: var(--color-primary);
    font-weight: 600;
    margin-bottom: 0.35rem;
}

.empty-state p[b-a0s708s2dw] {
    color: #6c757d;
    font-size: 0.9rem;
    margin: 0;
}

.loading-state p[b-a0s708s2dw] {
    color: #6c757d;
    font-size: 0.9rem;
    margin-top: 0.75rem;
}

/* Already assigned modal */
[b-a0s708s2dw] .modal-content {
    border-radius: 0.75rem;
    border: none;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
}

[b-a0s708s2dw] .modal-header {
    border-bottom: 1px solid #e9ecef;
    padding: 1rem 1.25rem;
}

[b-a0s708s2dw] .modal-title {
    font-weight: 600;
    font-size: 1rem;
    color: var(--color-primary);
}

[b-a0s708s2dw] .modal-body {
    padding: 1.25rem;
    font-size: 0.95rem;
}

[b-a0s708s2dw] .modal-footer {
    border-top: 1px solid #e9ecef;
    padding: 0.75rem 1.25rem;
    gap: 0.5rem;
}

[b-a0s708s2dw] .modal-footer .btn {
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0.45rem 1.1rem;
    border-radius: 0.5rem;
}
/* /Components/Pages/CategoryForm.razor.rz.scp.css */
/* ============================================================
   CATEGORY ADD/EDIT FORM
   ============================================================ */

.form-label[b-bl0xuqi1rf] {
    font-weight: 600;
    font-size: 0.85rem;
    color: #495057;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

[b-bl0xuqi1rf] .form-control {
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
    padding: 0.6rem 0.85rem;
    font-size: 0.9rem;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

[b-bl0xuqi1rf] .form-control:focus {
    border-color: var(--color-accent);
    box-shadow: 0 0 0 0.15rem rgba(104, 186, 127, 0.25);
}

[b-bl0xuqi1rf] .form-control::placeholder {
    color: #adb5bd;
}

/* Duplicate name alert */
.alert-duplicate[b-bl0xuqi1rf] {
    border-radius: 0.5rem;
    font-size: 0.9rem;
    border: none;
    background-color: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

/* Form action buttons */
.form-actions[b-bl0xuqi1rf] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    padding-top: 0.5rem;
    border-top: 1px solid #e9ecef;
    margin-top: 0.5rem;
}

.btn-cancel[b-bl0xuqi1rf] {
    color: #6c757d;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    padding: 0.55rem 1.25rem;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    transition: all 0.15s ease;
}

.btn-cancel:hover[b-bl0xuqi1rf] {
    background-color: #e9ecef;
    color: #495057;
}

.btn-save[b-bl0xuqi1rf] {
    background-color: var(--color-accent);
    color: white;
    border: none;
    padding: 0.55rem 1.25rem;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    transition: background-color 0.2s ease, transform 0.15s ease;
}

.btn-save:hover[b-bl0xuqi1rf] {
    background-color: #579e6b;
    color: white;
    transform: translateY(-1px);
}

.btn-save:active[b-bl0xuqi1rf] {
    transform: translateY(0);
}

.btn-save:disabled[b-bl0xuqi1rf] {
    opacity: 0.65;
    transform: none;
}

/* Validation styles */
[b-bl0xuqi1rf] .validation-message {
    color: #dc3545;
    font-size: 0.82rem;
    margin-top: 0.3rem;
}
/* /Components/Pages/ChangePassword.razor.rz.scp.css */
/* ============================================================
   CHANGE PASSWORD PAGE
   ============================================================ */

.breadcrumb-link[b-047evlha1g] {
    color: var(--color-accent);
    text-decoration: none;
    font-weight: 500;
}

.breadcrumb-link:hover[b-047evlha1g] {
    text-decoration: underline;
    color: #579e6b;
}

.form-label[b-047evlha1g] {
    font-weight: 600;
    font-size: 0.85rem;
    color: #495057;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

[b-047evlha1g] .form-control {
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
    padding: 0.6rem 0.85rem;
    font-size: 0.9rem;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

[b-047evlha1g] .form-control:focus {
    border-color: var(--color-accent);
    box-shadow: 0 0 0 0.15rem rgba(104, 186, 127, 0.25);
}

[b-047evlha1g] .form-control::placeholder {
    color: #adb5bd;
}

/* ---- User info banner ---- */
.user-info-banner[b-047evlha1g] {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: linear-gradient(135deg, #f0faf3 0%, #e8f5ec 100%);
    border: 1px solid rgba(104, 186, 127, 0.25);
    border-radius: 0.75rem;
    padding: 1rem 1.25rem;
    transition: box-shadow 0.2s ease;
}

.user-info-banner:hover[b-047evlha1g] {
    box-shadow: 0 2px 12px rgba(104, 186, 127, 0.15);
}

.user-avatar[b-047evlha1g] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-accent) 0%, #253D2C 100%);
    color: white;
    font-size: 1.8rem;
    flex-shrink: 0;
}

.user-details[b-047evlha1g] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.user-name[b-047evlha1g] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #253D2C;
    letter-spacing: 0.3px;
}

.user-email[b-047evlha1g] {
    font-size: 0.85rem;
    color: #6c757d;
    font-weight: 500;
}

.user-email i[b-047evlha1g] {
    color: var(--color-accent);
}

/* ---- Loading state ---- */
.loading-state[b-047evlha1g] {
    text-align: center;
    padding: 2rem 1rem;
}

/* ---- Success banner ---- */
.success-banner[b-047evlha1g] {
    text-align: center;
    padding: 2rem 1rem;
}

.success-icon-wrapper[b-047evlha1g] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(104, 186, 127, 0.15) 0%, rgba(104, 186, 127, 0.05) 100%);
    margin-bottom: 1rem;
    animation: successPulse-b-047evlha1g 0.6s ease-out;
}

.success-icon-wrapper i[b-047evlha1g] {
    font-size: 2.8rem;
    color: var(--color-accent);
}

@keyframes successPulse-b-047evlha1g {
    0% {
        transform: scale(0.3);
        opacity: 0;
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.success-banner h4[b-047evlha1g] {
    color: #253D2C;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.btn-success-action[b-047evlha1g] {
    background-color: var(--color-accent);
    color: white;
    border: none;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    padding: 0.6rem 1.5rem;
    transition: background-color 0.2s ease, transform 0.15s ease;
}

.btn-success-action:hover[b-047evlha1g] {
    background-color: #579e6b;
    color: white;
    transform: translateY(-1px);
}

/* ---- Form action buttons ---- */
.form-actions[b-047evlha1g] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    padding-top: 0.5rem;
    border-top: 1px solid #e9ecef;
    margin-top: 0.5rem;
}

.btn-cancel[b-047evlha1g] {
    color: #6c757d;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    padding: 0.55rem 1.25rem;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    transition: all 0.15s ease;
}

.btn-cancel:hover[b-047evlha1g] {
    background-color: #e9ecef;
    color: #495057;
}

.btn-save[b-047evlha1g] {
    background-color: var(--color-accent);
    color: white;
    border: none;
    padding: 0.55rem 1.25rem;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    transition: background-color 0.2s ease, transform 0.15s ease;
}

.btn-save:hover[b-047evlha1g] {
    background-color: #579e6b;
    color: white;
    transform: translateY(-1px);
}

.btn-save:active[b-047evlha1g] {
    transform: translateY(0);
}

.btn-save:disabled[b-047evlha1g] {
    opacity: 0.65;
    transform: none;
}

/* ---- Validation styles ---- */
[b-047evlha1g] .validation-message {
    color: #dc3545;
    font-size: 0.82rem;
    margin-top: 0.3rem;
}

[b-047evlha1g] .input-group > .validation-message {
    width: 100%;
}
/* /Components/Pages/DeliveryNoteForm.razor.rz.scp.css */
/* ============================================================
   DELIVERY NOTE ADD/EDIT FORM
   ============================================================ */

.breadcrumb-link[b-q7f7w46nxp] {
    color: var(--color-accent);
    text-decoration: none;
    font-weight: 500;
}

.breadcrumb-link:hover[b-q7f7w46nxp] {
    text-decoration: underline;
    color: #579e6b;
}

.form-label[b-q7f7w46nxp] {
    font-weight: 600;
    font-size: 0.85rem;
    color: #495057;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

[b-q7f7w46nxp] .form-control {
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
    padding: 0.6rem 0.85rem;
    font-size: 0.9rem;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

[b-q7f7w46nxp] .form-control:focus {
    border-color: var(--color-accent);
    box-shadow: 0 0 0 0.15rem rgba(104, 186, 127, 0.25);
}

[b-q7f7w46nxp] .form-control::placeholder {
    color: #adb5bd;
}

[b-q7f7w46nxp] .form-select {
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
    font-size: 0.9rem;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

[b-q7f7w46nxp] .form-select:focus {
    border-color: var(--color-accent);
    box-shadow: 0 0 0 0.15rem rgba(104, 186, 127, 0.25);
}

/* Form action buttons */
.form-actions[b-q7f7w46nxp] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    padding-top: 0.5rem;
    border-top: 1px solid #e9ecef;
    margin-top: 0.5rem;
}

.btn-cancel[b-q7f7w46nxp] {
    color: #6c757d;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    padding: 0.55rem 1.25rem;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    transition: all 0.15s ease;
}

.btn-cancel:hover[b-q7f7w46nxp] {
    background-color: #e9ecef;
    color: #495057;
}

.btn-save[b-q7f7w46nxp] {
    background-color: var(--color-accent);
    color: white;
    border: none;
    padding: 0.55rem 1.25rem;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    transition: background-color 0.2s ease, transform 0.15s ease;
}

.btn-save:hover[b-q7f7w46nxp] {
    background-color: #579e6b;
    color: white;
    transform: translateY(-1px);
}

.btn-save:active[b-q7f7w46nxp] {
    transform: translateY(0);
}

.btn-save:disabled[b-q7f7w46nxp] {
    opacity: 0.65;
    transform: none;
}

/* Add serial number button */
.btn-add-category[b-q7f7w46nxp] {
    background-color: var(--color-accent);
    color: white;
    border: none;
    padding: 0.55rem 1.25rem;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    transition: background-color 0.2s ease, transform 0.15s ease;
    white-space: nowrap;
}

.btn-add-category:hover[b-q7f7w46nxp] {
    background-color: #579e6b;
    color: white;
    transform: translateY(-1px);
}

.btn-add-category:active[b-q7f7w46nxp] {
    transform: translateY(0);
}

/* Validation styles */
[b-q7f7w46nxp] .validation-message {
    color: #dc3545;
    font-size: 0.82rem;
    margin-top: 0.3rem;
}
/* /Components/Pages/DeliveryNotes.razor.rz.scp.css */
/* ============================================================
   DELIVERY NOTES LISTING PAGE
   ============================================================ */

.btn-add-delivery[b-s1b3wpzk9l] {
    background-color: var(--color-accent);
    color: white;
    border: none;
    padding: 0.55rem 1.25rem;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    transition: background-color 0.2s ease, transform 0.15s ease;
    white-space: nowrap;
}

.btn-add-delivery:hover[b-s1b3wpzk9l] {
    background-color: #579e6b;
    color: white;
    transform: translateY(-1px);
}

.btn-add-delivery:active[b-s1b3wpzk9l] {
    transform: translateY(0);
}

/* Filter form controls */
[b-s1b3wpzk9l] .form-select {
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
    font-size: 0.9rem;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

[b-s1b3wpzk9l] .form-select:focus {
    border-color: var(--color-accent);
    box-shadow: 0 0 0 0.15rem rgba(104, 186, 127, 0.25);
}

[b-s1b3wpzk9l] .form-control {
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
    font-size: 0.9rem;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

[b-s1b3wpzk9l] .form-control:focus {
    border-color: var(--color-accent);
    box-shadow: 0 0 0 0.15rem rgba(104, 186, 127, 0.25);
}

.form-label[b-s1b3wpzk9l] {
    font-weight: 600;
    font-size: 0.85rem;
    color: #495057;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Action buttons */
.action-buttons[b-s1b3wpzk9l] {
    display: flex;
    gap: 0.4rem;
    justify-content: flex-end;
}

.btn-action[b-s1b3wpzk9l] {
    font-size: 0.8rem;
    padding: 0.3rem 0.65rem;
    border-radius: 0.375rem;
    font-weight: 500;
    border: 1px solid transparent;
    transition: all 0.15s ease;
}

.btn-view[b-s1b3wpzk9l] {
    color: #0dcaf0;
    background-color: rgba(13, 202, 240, 0.1);
    border-color: rgba(13, 202, 240, 0.1);
}

.btn-view:hover[b-s1b3wpzk9l] {
    background-color: rgba(13, 202, 240, 0.2);
    color: #0dcaf0;
}

.btn-edit[b-s1b3wpzk9l] {
    color: #0d6efd;
    background-color: rgba(13, 110, 253, 0.1);
    border-color: rgba(13, 110, 253, 0.1);
}

.btn-edit:hover[b-s1b3wpzk9l] {
    background-color: rgba(13, 110, 253, 0.2);
    color: #0d6efd;
}

.btn-delete[b-s1b3wpzk9l] {
    color: #dc3545;
    background-color: rgba(220, 53, 69, 0.1);
    border-color: rgba(220, 53, 69, 0.1);
}

.btn-delete:hover[b-s1b3wpzk9l] {
    background-color: rgba(220, 53, 69, 0.2);
    color: #dc3545;
}

/* Tooltip */
.has-tooltip[b-s1b3wpzk9l] {
    position: relative;
    cursor: pointer;
}

.has-tooltip[b-s1b3wpzk9l]::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 0;
    margin-bottom: 6px;
    padding: 0.45rem 0.7rem;
    max-width: 300px;
    width: max-content;
    background-color: #212529;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.4;
    border-radius: 0.375rem;
    white-space: normal;
    word-wrap: break-word;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s ease, visibility 0.15s ease;
    pointer-events: none;
    z-index: 1000;
}

.has-tooltip[b-s1b3wpzk9l]::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 12px;
    margin-bottom: -4px;
    border-width: 5px;
    border-style: solid;
    border-color: #212529 transparent transparent transparent;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s ease, visibility 0.15s ease;
    pointer-events: none;
    z-index: 1000;
}

.has-tooltip:hover[b-s1b3wpzk9l]::after,
.has-tooltip:hover[b-s1b3wpzk9l]::before {
    opacity: 1;
    visibility: visible;
}

/* /Components/Pages/DeliveryNoteView.razor.rz.scp.css */
/* ============================================================
   DELIVERY NOTE VIEW PAGE — SCREEN STYLES
   ============================================================ */

.btn-back[b-vizs80yufl] {
    color: #6c757d;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    padding: 0.55rem 1.25rem;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    transition: all 0.15s ease;
    white-space: nowrap;
}
.btn-back:hover[b-vizs80yufl] {
    background-color: #e9ecef;
    color: #495057;
}

.btn-pdf[b-vizs80yufl] {
    color: #fff;
    background-color: #b03a2e;
    border: 1px solid #b03a2e;
    padding: 0.55rem 1.25rem;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    transition: all 0.15s ease;
    white-space: nowrap;
}
.btn-pdf:hover[b-vizs80yufl] {
    background-color: #922b21;
    border-color: #922b21;
    color: #fff;
}

/* Table overrides */
[b-vizs80yufl] .custom-table th {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #6c757d;
    font-weight: 600;
    padding: 0.85rem 0.75rem;
}
[b-vizs80yufl] .custom-table td {
    font-size: 0.9rem;
    vertical-align: middle;
    padding: 0.85rem 0.75rem;
}

/* Loading state */
.loading-state[b-vizs80yufl] {
    text-align: center;
    padding: 3rem 1rem;
}
.loading-state p[b-vizs80yufl] {
    color: #6c757d;
    font-size: 0.9rem;
    margin-top: 0.75rem;
}

/* ============================================================
   PRINT MODAL — FULLSCREEN PREVIEW OVERLAY
   ============================================================ */

.print-modal-backdrop[b-vizs80yufl] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.70);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: auto;
    padding: 0 0 2rem 0;
}

.print-modal-dialog[b-vizs80yufl] {
    width: 100%;
    max-width: 820px;
    display: flex;
    flex-direction: column;
    background: transparent;
}

/* ── Toolbar ── */
.print-toolbar[b-vizs80yufl] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #1a1a2e;
    color: #fff;
    padding: 0.75rem 1.25rem;
    border-radius: 0 0 0.25rem 0.25rem;
    position: sticky;
    top: 0;
    z-index: 10;
}
.print-toolbar-title[b-vizs80yufl] {
    font-size: 0.95rem;
    font-weight: 600;
    opacity: 0.9;
}
.btn-print-action[b-vizs80yufl] {
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.4rem 1rem;
    border-radius: 0.4rem;
    border: none;
    transition: all 0.15s ease;
}
.btn-download[b-vizs80yufl] {
    background: #2ecc71;
    color: #fff;
}
.btn-download:hover[b-vizs80yufl] {
    background: #27ae60;
    color: #fff;
}
.btn-close-modal[b-vizs80yufl] {
    background: rgba(255,255,255,0.15);
    color: #fff;
}
.btn-close-modal:hover[b-vizs80yufl] {
    background: rgba(255,255,255,0.28);
    color: #fff;
}

/* ── The paper document ── */
.print-document[b-vizs80yufl] {
    background: #fff;
    color: #000;
    padding: 2.5rem 3rem;
    min-height: 110vh;
    box-shadow: 0 4px 32px rgba(0,0,0,0.35);
    font-family: 'Times New Roman', Times, serif;
    font-size: 11pt;
    line-height: 1.55;
}

/* Header */
.doc-header[b-vizs80yufl] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.75rem;
}
/* Logo */
.doc-logo[b-vizs80yufl] {
    height: 56px;
    width: auto;
    max-width: 220px;
    object-fit: contain;
    display: block;
}
.doc-title-block[b-vizs80yufl] {
    text-align: right;
}
.doc-title[b-vizs80yufl] {
    font-size: 16pt;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.doc-ref[b-vizs80yufl] {
    font-size: 9pt;
    color: #444;
    margin-top: 3px;
}

/* Divider */
.doc-divider[b-vizs80yufl] {
    border-top: 2px solid #000;
    margin: 0.6rem 0 1rem 0;
}

/* Meta grid */
.doc-meta-grid[b-vizs80yufl] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem 2rem;
    margin-bottom: 1rem;
}
.doc-meta-full[b-vizs80yufl] {
    grid-column: 1 / -1;
}
.doc-meta-label[b-vizs80yufl] {
    font-size: 8pt;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #555;
    font-weight: 700;
    font-family: Arial, sans-serif;
    margin-bottom: 1px;
}
.doc-meta-value[b-vizs80yufl] {
    font-size: 11pt;
    font-weight: 600;
    color: #000;
}

/* Section title */
.doc-section-title[b-vizs80yufl] {
    font-family: Arial, sans-serif;
    font-size: 9pt;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0.4rem;
}

/* Items table */
.doc-table[b-vizs80yufl] {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.5rem;
    font-size: 10pt;
}
.doc-table th[b-vizs80yufl] {
    background: #000;
    color: #fff;
    padding: 0.45rem 0.6rem;
    text-align: left;
    font-family: Arial, sans-serif;
    font-size: 8pt;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.doc-table td[b-vizs80yufl] {
    padding: 0.4rem 0.6rem;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
}
.doc-table tbody tr:nth-child(even) td[b-vizs80yufl] {
    background: #f5f5f5;
}
.doc-table tfoot td[b-vizs80yufl] {
    padding: 0.4rem 0.6rem;
    border-top: 2px solid #000;
    font-size: 9pt;
    font-family: Arial, sans-serif;
    text-align: right;
}
.col-no[b-vizs80yufl]  { width: 5%;  text-align: center; }
.col-desc[b-vizs80yufl] { width: 65%; }
.col-serial[b-vizs80yufl] { width: 30%; font-family: 'Courier New', monospace; font-size: 10pt; }

/* Signatures */
.doc-signatures[b-vizs80yufl] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
}
.doc-sig-line[b-vizs80yufl] {
    border-top: 1.5px solid #000;
    margin-bottom: 0.4rem;
}
.doc-sig-label[b-vizs80yufl] {
    font-family: Arial, sans-serif;
    font-size: 8pt;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
    color: #333;
}
.doc-sig-name[b-vizs80yufl], .doc-sig-date[b-vizs80yufl] {
    font-size: 9pt;
    color: #444;
    margin-top: 2px;
}

/* Footer */
.doc-footer[b-vizs80yufl] {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ccc;
    padding-top: 0.5rem;
    font-family: Arial, sans-serif;
    font-size: 7.5pt;
    color: #666;
    margin-top: 1rem;
}

/* ============================================================
   PRINT / PDF — ONLY THE DOCUMENT PRINTS, NOTHING ELSE
   ============================================================ */

@media print {
    /* Hide EVERYTHING on the page except the print document */
    body > *[b-vizs80yufl] {
        display: none !important;
    }

    /* The modal backdrop becomes invisible; only the document shows */
    .print-modal-backdrop[b-vizs80yufl] {
        position: static !important;
        background: none !important;
        display: block !important;
        padding: 0 !important;
        overflow: visible !important;
    }

    .print-modal-dialog[b-vizs80yufl] {
        max-width: 100% !important;
    }

    /* Hide the toolbar buttons */
    .no-print[b-vizs80yufl] {
        display: none !important;
    }

    /* The document takes the full page */
    .print-document[b-vizs80yufl] {
        box-shadow: none !important;
        padding: 0 !important;
        min-height: auto !important;
        font-size: 10pt;
    }

    @page {
        size: A4;
        margin: 1.8cm 2cm;
    }

    /* Force table borders to print */
    .doc-table[b-vizs80yufl], .doc-table th[b-vizs80yufl], .doc-table td[b-vizs80yufl] {
        border-color: #000 !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    .doc-table th[b-vizs80yufl] {
        background: #000 !important;
        color: #fff !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    .doc-table tbody tr:nth-child(even) td[b-vizs80yufl] {
        background: #f0f0f0 !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}
/* /Components/Pages/DistrictForm.razor.rz.scp.css */
/* ============================================================
   DISTRICT ADD/EDIT FORM
   ============================================================ */

.breadcrumb-link[b-x0boxz5qxq] {
    color: var(--color-accent);
    text-decoration: none;
    font-weight: 500;
}

.breadcrumb-link:hover[b-x0boxz5qxq] {
    text-decoration: underline;
    color: #579e6b;
}

.form-label[b-x0boxz5qxq] {
    font-weight: 600;
    font-size: 0.85rem;
    color: #495057;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

[b-x0boxz5qxq] .form-control {
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
    padding: 0.6rem 0.85rem;
    font-size: 0.9rem;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

[b-x0boxz5qxq] .form-control:focus {
    border-color: var(--color-accent);
    box-shadow: 0 0 0 0.15rem rgba(104, 186, 127, 0.25);
}

[b-x0boxz5qxq] .form-control::placeholder {
    color: #adb5bd;
}

/* Duplicate name alert */
.alert-duplicate[b-x0boxz5qxq] {
    border-radius: 0.5rem;
    font-size: 0.9rem;
    border: none;
    background-color: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

/* Form action buttons */
.form-actions[b-x0boxz5qxq] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    padding-top: 0.5rem;
    border-top: 1px solid #e9ecef;
    margin-top: 0.5rem;
}

.btn-cancel[b-x0boxz5qxq] {
    color: #6c757d;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    padding: 0.55rem 1.25rem;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    transition: all 0.15s ease;
}

.btn-cancel:hover[b-x0boxz5qxq] {
    background-color: #e9ecef;
    color: #495057;
}

.btn-save[b-x0boxz5qxq] {
    background-color: var(--color-accent);
    color: white;
    border: none;
    padding: 0.55rem 1.25rem;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    transition: background-color 0.2s ease, transform 0.15s ease;
}

.btn-save:hover[b-x0boxz5qxq] {
    background-color: #579e6b;
    color: white;
    transform: translateY(-1px);
}

.btn-save:active[b-x0boxz5qxq] {
    transform: translateY(0);
}

.btn-save:disabled[b-x0boxz5qxq] {
    opacity: 0.65;
    transform: none;
}

/* Validation styles */
[b-x0boxz5qxq] .validation-message {
    color: #dc3545;
    font-size: 0.82rem;
    margin-top: 0.3rem;
}
/* /Components/Pages/Districts.razor.rz.scp.css */
/* ============================================================
   DISTRICT LISTING PAGE
   ============================================================ */

.breadcrumb-link[b-dax6r3rv7u] {
    color: var(--color-accent);
    text-decoration: none;
    font-weight: 500;
}

.breadcrumb-link:hover[b-dax6r3rv7u] {
    text-decoration: underline;
    color: #579e6b;
}

.btn-back[b-dax6r3rv7u] {
    color: #6c757d;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    padding: 0.55rem 1.25rem;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    transition: all 0.15s ease;
    white-space: nowrap;
}

.btn-back:hover[b-dax6r3rv7u] {
    background-color: #e9ecef;
    color: #495057;
}

.btn-add-district[b-dax6r3rv7u] {
    background-color: var(--color-accent);
    color: white;
    border: none;
    padding: 0.55rem 1.25rem;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    transition: background-color 0.2s ease, transform 0.15s ease;
    white-space: nowrap;
}

.btn-add-district:hover[b-dax6r3rv7u] {
    background-color: #579e6b;
    color: white;
    transform: translateY(-1px);
}

.btn-add-district:active[b-dax6r3rv7u] {
    transform: translateY(0);
}

/* Search box */
.search-box[b-dax6r3rv7u] {
    position: relative;
    width: 280px;
}

.search-box .search-icon[b-dax6r3rv7u] {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: #adb5bd;
    font-size: 0.9rem;
    z-index: 1;
}

.search-box .form-control[b-dax6r3rv7u] {
    padding-left: 2.25rem;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
    height: 38px;
}

.search-box .form-control:focus[b-dax6r3rv7u] {
    border-color: var(--color-accent);
    box-shadow: 0 0 0 0.15rem rgba(104, 186, 127, 0.25);
}

/* Table overrides */
[b-dax6r3rv7u] .table-dashboard th {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #6c757d;
    font-weight: 600;
    border-bottom-width: 1px;
    padding: 0.85rem 0.75rem;
}

[b-dax6r3rv7u] .table-dashboard td {
    font-size: 0.9rem;
    vertical-align: middle;
    padding: 0.85rem 0.75rem;
}

[b-dax6r3rv7u] .table-dashboard tbody tr {
    transition: background-color 0.15s ease;
}

[b-dax6r3rv7u] .table-dashboard tbody tr:hover {
    background-color: #f8faf9;
}

/* Item count badge */
.badge-item-count[b-dax6r3rv7u] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 26px;
    background-color: rgba(104, 186, 127, 0.15);
    color: var(--color-primary);
    font-weight: 600;
    font-size: 0.85rem;
    border-radius: 0.375rem;
}

/* Action buttons */
.action-buttons[b-dax6r3rv7u] {
    display: flex;
    gap: 0.4rem;
    justify-content: flex-end;
}

.btn-action[b-dax6r3rv7u] {
    font-size: 0.8rem;
    padding: 0.3rem 0.65rem;
    border-radius: 0.375rem;
    font-weight: 500;
    border: 1px solid transparent;
    transition: all 0.15s ease;
}

.btn-subcategories[b-dax6r3rv7u] {
    color: var(--color-primary);
    background-color: var(--color-light);
    border-color: var(--color-light);
}

.btn-subcategories:hover[b-dax6r3rv7u] {
    background-color: #b8f0c8;
    color: var(--color-primary);
}

.btn-edit[b-dax6r3rv7u] {
    color: #0d6efd;
    background-color: rgba(13, 110, 253, 0.1);
    border-color: rgba(13, 110, 253, 0.1);
}

.btn-edit:hover[b-dax6r3rv7u] {
    background-color: rgba(13, 110, 253, 0.2);
    color: #0d6efd;
}

.btn-delete[b-dax6r3rv7u] {
    color: #dc3545;
    background-color: rgba(220, 53, 69, 0.1);
    border-color: rgba(220, 53, 69, 0.1);
}

.btn-delete:hover[b-dax6r3rv7u] {
    background-color: rgba(220, 53, 69, 0.2);
    color: #dc3545;
}

/* Empty & loading states */
.empty-state[b-dax6r3rv7u],
.loading-state[b-dax6r3rv7u] {
    text-align: center;
    padding: 3rem 1rem;
}

.empty-state i[b-dax6r3rv7u] {
    font-size: 3rem;
    color: #dee2e6;
    margin-bottom: 0.75rem;
    display: block;
}

.empty-state h5[b-dax6r3rv7u] {
    color: var(--color-primary);
    font-weight: 600;
    margin-bottom: 0.35rem;
}

.empty-state p[b-dax6r3rv7u] {
    color: #6c757d;
    font-size: 0.9rem;
    margin: 0;
}

.loading-state p[b-dax6r3rv7u] {
    color: #6c757d;
    font-size: 0.9rem;
    margin-top: 0.75rem;
}

/* Delete confirmation modal */
[b-dax6r3rv7u] .modal-content {
    border-radius: 0.75rem;
    border: none;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
}

[b-dax6r3rv7u] .modal-header {
    border-bottom: 1px solid #e9ecef;
    padding: 1rem 1.25rem;
}

[b-dax6r3rv7u] .modal-title {
    font-weight: 600;
    font-size: 1rem;
    color: var(--color-primary);
}

[b-dax6r3rv7u] .modal-body {
    padding: 1.25rem;
    font-size: 0.95rem;
}

[b-dax6r3rv7u] .modal-footer {
    border-top: 1px solid #e9ecef;
    padding: 0.75rem 1.25rem;
    gap: 0.5rem;
}

[b-dax6r3rv7u] .modal-footer .btn {
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0.45rem 1.1rem;
    border-radius: 0.5rem;
}
/* /Components/Pages/EmployeeForm.razor.rz.scp.css */
/* ============================================================
   EMPLOYEE ADD/EDIT FORM
   ============================================================ */

.form-label[b-lcjn3a6zfa] {
    font-weight: 600;
    font-size: 0.85rem;
    color: #495057;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

[b-lcjn3a6zfa] .form-control {
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
    padding: 0.6rem 0.85rem;
    font-size: 0.9rem;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

[b-lcjn3a6zfa] .form-control:focus {
    border-color: var(--color-accent);
    box-shadow: 0 0 0 0.15rem rgba(104, 186, 127, 0.25);
}

[b-lcjn3a6zfa] .form-control::placeholder {
    color: #adb5bd;
}

/* Error alert */
.alert-duplicate[b-lcjn3a6zfa] {
    border-radius: 0.5rem;
    font-size: 0.9rem;
    border: none;
    background-color: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

/* Form action buttons */
.form-actions[b-lcjn3a6zfa] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    padding-top: 0.5rem;
    border-top: 1px solid #e9ecef;
    margin-top: 0.5rem;
}

.btn-cancel[b-lcjn3a6zfa] {
    color: #6c757d;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    padding: 0.55rem 1.25rem;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    transition: all 0.15s ease;
}

.btn-cancel:hover[b-lcjn3a6zfa] {
    background-color: #e9ecef;
    color: #495057;
}

.btn-save[b-lcjn3a6zfa] {
    background-color: var(--color-accent);
    color: white;
    border: none;
    padding: 0.55rem 1.25rem;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    transition: background-color 0.2s ease, transform 0.15s ease;
}

.btn-save:hover[b-lcjn3a6zfa] {
    background-color: #579e6b;
    color: white;
    transform: translateY(-1px);
}

.btn-save:active[b-lcjn3a6zfa] {
    transform: translateY(0);
}

.btn-save:disabled[b-lcjn3a6zfa] {
    opacity: 0.65;
    transform: none;
}

/* Validation styles */
[b-lcjn3a6zfa] .validation-message {
    color: #dc3545;
    font-size: 0.82rem;
    margin-top: 0.3rem;
}
/* /Components/Pages/EmployeeProfiles.razor.rz.scp.css */
/* ============================================================
   EMPLOYEE LISTING PAGE
   ============================================================ */

.btn-add-category[b-gzm6g0e0vg] {
    background-color: var(--color-accent);
    color: white;
    border: none;
    padding: 0.55rem 1.25rem;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    transition: background-color 0.2s ease, transform 0.15s ease;
    white-space: nowrap;
}

.btn-add-category:hover[b-gzm6g0e0vg] {
    background-color: #579e6b;
    color: white;
    transform: translateY(-1px);
}

.btn-add-category:active[b-gzm6g0e0vg] {
    transform: translateY(0);
}

/* Search box */
.search-box[b-gzm6g0e0vg] {
    position: relative;
    width: 280px;
}

.search-box .search-icon[b-gzm6g0e0vg] {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: #adb5bd;
    font-size: 0.9rem;
    z-index: 1;
}

.search-box .form-control[b-gzm6g0e0vg] {
    padding-left: 2.25rem;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
    height: 38px;
}

.search-box .form-control:focus[b-gzm6g0e0vg] {
    border-color: var(--color-accent);
    box-shadow: 0 0 0 0.15rem rgba(104, 186, 127, 0.25);
}

/* Table overrides */
[b-gzm6g0e0vg] .table-dashboard th {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #6c757d;
    font-weight: 600;
    border-bottom-width: 1px;
    padding: 0.85rem 0.75rem;
}

[b-gzm6g0e0vg] .table-dashboard td {
    font-size: 0.9rem;
    vertical-align: middle;
    padding: 0.85rem 0.75rem;
}

[b-gzm6g0e0vg] .table-dashboard tbody tr {
    transition: background-color 0.15s ease;
}

[b-gzm6g0e0vg] .table-dashboard tbody tr:hover {
    background-color: #f8faf9;
}

/* Action buttons */
.action-buttons[b-gzm6g0e0vg] {
    display: flex;
    gap: 0.4rem;
    justify-content: flex-end;
}

.btn-action[b-gzm6g0e0vg] {
    font-size: 0.8rem;
    padding: 0.3rem 0.65rem;
    border-radius: 0.375rem;
    font-weight: 500;
    border: 1px solid transparent;
    transition: all 0.15s ease;
}

.btn-edit[b-gzm6g0e0vg] {
    color: #0d6efd;
    background-color: rgba(13, 110, 253, 0.1);
    border-color: rgba(13, 110, 253, 0.1);
}

.btn-edit:hover[b-gzm6g0e0vg] {
    background-color: rgba(13, 110, 253, 0.2);
    color: #0d6efd;
}

.btn-delete[b-gzm6g0e0vg] {
    color: #dc3545;
    background-color: rgba(220, 53, 69, 0.1);
    border-color: rgba(220, 53, 69, 0.1);
}

.btn-delete:hover[b-gzm6g0e0vg] {
    background-color: rgba(220, 53, 69, 0.2);
    color: #dc3545;
}

/* Empty & loading states */
.empty-state[b-gzm6g0e0vg],
.loading-state[b-gzm6g0e0vg] {
    text-align: center;
    padding: 3rem 1rem;
}

.empty-state i[b-gzm6g0e0vg] {
    font-size: 3rem;
    color: #dee2e6;
    margin-bottom: 0.75rem;
    display: block;
}

.empty-state h5[b-gzm6g0e0vg] {
    color: var(--color-primary);
    font-weight: 600;
    margin-bottom: 0.35rem;
}

.empty-state p[b-gzm6g0e0vg] {
    color: #6c757d;
    font-size: 0.9rem;
    margin: 0;
}

.loading-state p[b-gzm6g0e0vg] {
    color: #6c757d;
    font-size: 0.9rem;
    margin-top: 0.75rem;
}

/* Delete confirmation modal */
[b-gzm6g0e0vg] .modal-content {
    border-radius: 0.75rem;
    border: none;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
}

[b-gzm6g0e0vg] .modal-header {
    border-bottom: 1px solid #e9ecef;
    padding: 1rem 1.25rem;
}

[b-gzm6g0e0vg] .modal-title {
    font-weight: 600;
    font-size: 1rem;
    color: var(--color-primary);
}

[b-gzm6g0e0vg] .modal-body {
    padding: 1.25rem;
    font-size: 0.95rem;
}

[b-gzm6g0e0vg] .modal-footer {
    border-top: 1px solid #e9ecef;
    padding: 0.75rem 1.25rem;
    gap: 0.5rem;
}

[b-gzm6g0e0vg] .modal-footer .btn {
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0.45rem 1.1rem;
    border-radius: 0.5rem;
}
/* /Components/Pages/Facilities.razor.rz.scp.css */
/* ============================================================
   FACILITY LISTING PAGE
   ============================================================ */

.breadcrumb-link[b-nt49wr7nd3] {
    color: var(--color-accent);
    text-decoration: none;
    font-weight: 500;
}

.breadcrumb-link:hover[b-nt49wr7nd3] {
    text-decoration: underline;
    color: #579e6b;
}

.btn-back[b-nt49wr7nd3] {
    color: #6c757d;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    padding: 0.55rem 1.25rem;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    transition: all 0.15s ease;
    white-space: nowrap;
}

.btn-back:hover[b-nt49wr7nd3] {
    background-color: #e9ecef;
    color: #495057;
}

.btn-add-district[b-nt49wr7nd3] {
    background-color: var(--color-accent);
    color: white;
    border: none;
    padding: 0.55rem 1.25rem;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    transition: background-color 0.2s ease, transform 0.15s ease;
    white-space: nowrap;
}

.btn-add-district:hover[b-nt49wr7nd3] {
    background-color: #579e6b;
    color: white;
    transform: translateY(-1px);
}

.btn-add-district:active[b-nt49wr7nd3] {
    transform: translateY(0);
}

/* Search box */
.search-box[b-nt49wr7nd3] {
    position: relative;
    width: 280px;
}

.search-box .search-icon[b-nt49wr7nd3] {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: #adb5bd;
    font-size: 0.9rem;
    z-index: 1;
}

.search-box .form-control[b-nt49wr7nd3] {
    padding-left: 2.25rem;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
    height: 38px;
}

.search-box .form-control:focus[b-nt49wr7nd3] {
    border-color: var(--color-accent);
    box-shadow: 0 0 0 0.15rem rgba(104, 186, 127, 0.25);
}

/* Table overrides */
[b-nt49wr7nd3] .table-dashboard th {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #6c757d;
    font-weight: 600;
    border-bottom-width: 1px;
    padding: 0.85rem 0.75rem;
}

[b-nt49wr7nd3] .table-dashboard td {
    font-size: 0.9rem;
    vertical-align: middle;
    padding: 0.85rem 0.75rem;
}

[b-nt49wr7nd3] .table-dashboard tbody tr {
    transition: background-color 0.15s ease;
}

[b-nt49wr7nd3] .table-dashboard tbody tr:hover {
    background-color: #f8faf9;
}

/* Item count badge */
.badge-item-count[b-nt49wr7nd3] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    padding: 0 8px;
    height: 26px;
    background-color: rgba(104, 186, 127, 0.15);
    color: var(--color-primary);
    font-weight: 600;
    font-size: 0.85rem;
    border-radius: 0.375rem;
}

/* Action buttons */
.action-buttons[b-nt49wr7nd3] {
    display: flex;
    gap: 0.4rem;
    justify-content: flex-end;
}

.btn-action[b-nt49wr7nd3] {
    font-size: 0.8rem;
    padding: 0.3rem 0.65rem;
    border-radius: 0.375rem;
    font-weight: 500;
    border: 1px solid transparent;
    transition: all 0.15s ease;
}

.btn-subcategories[b-nt49wr7nd3] {
    color: var(--color-primary);
    background-color: var(--color-light);
    border-color: var(--color-light);
}

.btn-subcategories:hover[b-nt49wr7nd3] {
    background-color: #b8f0c8;
    color: var(--color-primary);
}

.btn-edit[b-nt49wr7nd3] {
    color: #0d6efd;
    background-color: rgba(13, 110, 253, 0.1);
    border-color: rgba(13, 110, 253, 0.1);
}

.btn-edit:hover[b-nt49wr7nd3] {
    background-color: rgba(13, 110, 253, 0.2);
    color: #0d6efd;
}

.btn-delete[b-nt49wr7nd3] {
    color: #dc3545;
    background-color: rgba(220, 53, 69, 0.1);
    border-color: rgba(220, 53, 69, 0.1);
}

.btn-delete:hover[b-nt49wr7nd3] {
    background-color: rgba(220, 53, 69, 0.2);
    color: #dc3545;
}

/* Empty & loading states */
.empty-state[b-nt49wr7nd3],
.loading-state[b-nt49wr7nd3] {
    text-align: center;
    padding: 3rem 1rem;
}

.empty-state i[b-nt49wr7nd3] {
    font-size: 3rem;
    color: #dee2e6;
    margin-bottom: 0.75rem;
    display: block;
}

.empty-state h5[b-nt49wr7nd3] {
    color: var(--color-primary);
    font-weight: 600;
    margin-bottom: 0.35rem;
}

.empty-state p[b-nt49wr7nd3] {
    color: #6c757d;
    font-size: 0.9rem;
    margin: 0;
}

.loading-state p[b-nt49wr7nd3] {
    color: #6c757d;
    font-size: 0.9rem;
    margin-top: 0.75rem;
}

/* Delete confirmation modal */
[b-nt49wr7nd3] .modal-content {
    border-radius: 0.75rem;
    border: none;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
}

[b-nt49wr7nd3] .modal-header {
    border-bottom: 1px solid #e9ecef;
    padding: 1rem 1.25rem;
}

[b-nt49wr7nd3] .modal-title {
    font-weight: 600;
    font-size: 1rem;
    color: var(--color-primary);
}

[b-nt49wr7nd3] .modal-body {
    padding: 1.25rem;
    font-size: 0.95rem;
}

[b-nt49wr7nd3] .modal-footer {
    border-top: 1px solid #e9ecef;
    padding: 0.75rem 1.25rem;
    gap: 0.5rem;
}

[b-nt49wr7nd3] .modal-footer .btn {
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0.45rem 1.1rem;
    border-radius: 0.5rem;
}
/* /Components/Pages/Inventory.razor.rz.scp.css */
/* ============================================================
   INVENTORY MANAGEMENT LISTING PAGE
   ============================================================ */

.btn-add-category[b-7717lnrix0] {
    background-color: var(--color-accent);
    color: white;
    border: none;
    padding: 0.55rem 1.25rem;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    transition: background-color 0.2s ease, transform 0.15s ease;
    white-space: nowrap;
}

.btn-add-category:hover[b-7717lnrix0] {
    background-color: #579e6b;
    color: white;
    transform: translateY(-1px);
}

.btn-add-category:active[b-7717lnrix0] {
    transform: translateY(0);
}

/* Filter form controls */
[b-7717lnrix0] .form-select {
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
    font-size: 0.9rem;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

[b-7717lnrix0] .form-select:focus {
    border-color: var(--color-accent);
    box-shadow: 0 0 0 0.15rem rgba(104, 186, 127, 0.25);
}

[b-7717lnrix0] .form-control {
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
    font-size: 0.9rem;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

[b-7717lnrix0] .form-control:focus {
    border-color: var(--color-accent);
    box-shadow: 0 0 0 0.15rem rgba(104, 186, 127, 0.25);
}

.form-label[b-7717lnrix0] {
    font-weight: 600;
    font-size: 0.85rem;
    color: #495057;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Table overrides */
[b-7717lnrix0] .table-dashboard th {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #6c757d;
    font-weight: 600;
    border-bottom-width: 1px;
    padding: 0.85rem 0.75rem;
}

[b-7717lnrix0] .table-dashboard td {
    font-size: 0.9rem;
    vertical-align: middle;
    padding: 0.85rem 0.75rem;
}

[b-7717lnrix0] .table-dashboard tbody tr {
    transition: background-color 0.15s ease;
}

[b-7717lnrix0] .table-dashboard tbody tr:hover {
    background-color: #f8faf9;
}

/* Count badges */
.badge-subcategory-count[b-7717lnrix0] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 26px;
    background-color: rgba(104, 186, 127, 0.15);
    color: var(--color-primary);
    font-weight: 600;
    font-size: 0.85rem;
    border-radius: 0.375rem;
}

.badge-item-count[b-7717lnrix0] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 26px;
    background-color: rgba(104, 186, 127, 0.15);
    color: var(--color-primary);
    font-weight: 600;
    font-size: 0.85rem;
    border-radius: 0.375rem;
}

/* Action buttons */
.action-buttons[b-7717lnrix0] {
    display: flex;
    gap: 0.4rem;
    justify-content: flex-end;
}

.btn-action[b-7717lnrix0] {
    font-size: 0.8rem;
    padding: 0.3rem 0.65rem;
    border-radius: 0.375rem;
    font-weight: 500;
    border: 1px solid transparent;
    transition: all 0.15s ease;
}

.btn-edit[b-7717lnrix0] {
    color: #0d6efd;
    background-color: rgba(13, 110, 253, 0.1);
    border-color: rgba(13, 110, 253, 0.1);
}

.btn-edit:hover[b-7717lnrix0] {
    background-color: rgba(13, 110, 253, 0.2);
    color: #0d6efd;
}

.btn-delete[b-7717lnrix0] {
    color: #dc3545;
    background-color: rgba(220, 53, 69, 0.1);
    border-color: rgba(220, 53, 69, 0.1);
}

.btn-delete:hover[b-7717lnrix0] {
    background-color: rgba(220, 53, 69, 0.2);
    color: #dc3545;
}

/* Empty & loading states */
.empty-state[b-7717lnrix0],
.loading-state[b-7717lnrix0] {
    text-align: center;
    padding: 3rem 1rem;
}

.empty-state i[b-7717lnrix0] {
    font-size: 3rem;
    color: #dee2e6;
    margin-bottom: 0.75rem;
    display: block;
}

.empty-state h5[b-7717lnrix0] {
    color: var(--color-primary);
    font-weight: 600;
    margin-bottom: 0.35rem;
}

.empty-state p[b-7717lnrix0] {
    color: #6c757d;
    font-size: 0.9rem;
    margin: 0;
}

.loading-state p[b-7717lnrix0] {
    color: #6c757d;
    font-size: 0.9rem;
    margin-top: 0.75rem;
}

/* Description tooltip on Subcategory column */
.has-tooltip[b-7717lnrix0] {
    position: relative;
    cursor: pointer;
}

.has-tooltip[b-7717lnrix0]::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 0;
    margin-bottom: 6px;
    padding: 0.45rem 0.7rem;
    max-width: 300px;
    width: max-content;
    background-color: #212529;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.4;
    border-radius: 0.375rem;
    white-space: normal;
    word-wrap: break-word;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s ease, visibility 0.15s ease;
    pointer-events: none;
    z-index: 1000;
}

.has-tooltip[b-7717lnrix0]::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 12px;
    margin-bottom: -4px;
    border-width: 5px;
    border-style: solid;
    border-color: #212529 transparent transparent transparent;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s ease, visibility 0.15s ease;
    pointer-events: none;
    z-index: 1000;
}

.has-tooltip:hover[b-7717lnrix0]::after,
.has-tooltip:hover[b-7717lnrix0]::before {
    opacity: 1;
    visibility: visible;
}

/* Delete confirmation modal */
[b-7717lnrix0] .modal-content {
    border-radius: 0.75rem;
    border: none;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
}

[b-7717lnrix0] .modal-header {
    border-bottom: 1px solid #e9ecef;
    padding: 1rem 1.25rem;
}

[b-7717lnrix0] .modal-title {
    font-weight: 600;
    font-size: 1rem;
    color: var(--color-primary);
}

[b-7717lnrix0] .modal-body {
    padding: 1.25rem;
    font-size: 0.95rem;
}

[b-7717lnrix0] .modal-footer {
    border-top: 1px solid #e9ecef;
    padding: 0.75rem 1.25rem;
    gap: 0.5rem;
}

[b-7717lnrix0] .modal-footer .btn {
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0.45rem 1.1rem;
    border-radius: 0.5rem;
}
/* /Components/Pages/InventoryForm.razor.rz.scp.css */
/* ============================================================
   INVENTORY ADD/EDIT FORM
   ============================================================ */

.breadcrumb-link[b-qwr9tnoce8] {
    color: var(--color-accent);
    text-decoration: none;
    font-weight: 500;
}

.breadcrumb-link:hover[b-qwr9tnoce8] {
    text-decoration: underline;
    color: #579e6b;
}

.form-label[b-qwr9tnoce8] {
    font-weight: 600;
    font-size: 0.85rem;
    color: #495057;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

[b-qwr9tnoce8] .form-control {
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
    padding: 0.6rem 0.85rem;
    font-size: 0.9rem;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

[b-qwr9tnoce8] .form-control:focus {
    border-color: var(--color-accent);
    box-shadow: 0 0 0 0.15rem rgba(104, 186, 127, 0.25);
}

[b-qwr9tnoce8] .form-control::placeholder {
    color: #adb5bd;
}

[b-qwr9tnoce8] .form-select {
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
    font-size: 0.9rem;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

[b-qwr9tnoce8] .form-select:focus {
    border-color: var(--color-accent);
    box-shadow: 0 0 0 0.15rem rgba(104, 186, 127, 0.25);
}

/* Duplicate / error alert */
.alert-duplicate[b-qwr9tnoce8] {
    border-radius: 0.5rem;
    font-size: 0.9rem;
    border: none;
    background-color: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

/* Form action buttons */
.form-actions[b-qwr9tnoce8] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    padding-top: 0.5rem;
    border-top: 1px solid #e9ecef;
    margin-top: 0.5rem;
}

.btn-cancel[b-qwr9tnoce8] {
    color: #6c757d;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    padding: 0.55rem 1.25rem;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    transition: all 0.15s ease;
}

.btn-cancel:hover[b-qwr9tnoce8] {
    background-color: #e9ecef;
    color: #495057;
}

.btn-save[b-qwr9tnoce8] {
    background-color: var(--color-accent);
    color: white;
    border: none;
    padding: 0.55rem 1.25rem;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    transition: background-color 0.2s ease, transform 0.15s ease;
}

.btn-save:hover[b-qwr9tnoce8] {
    background-color: #579e6b;
    color: white;
    transform: translateY(-1px);
}

.btn-save:active[b-qwr9tnoce8] {
    transform: translateY(0);
}

.btn-save:disabled[b-qwr9tnoce8] {
    opacity: 0.65;
    transform: none;
}

/* Add serial number button */
.btn-add-category[b-qwr9tnoce8] {
    background-color: var(--color-accent);
    color: white;
    border: none;
    padding: 0.55rem 1.25rem;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    transition: background-color 0.2s ease, transform 0.15s ease;
    white-space: nowrap;
}

.btn-add-category:hover[b-qwr9tnoce8] {
    background-color: #579e6b;
    color: white;
    transform: translateY(-1px);
}

.btn-add-category:active[b-qwr9tnoce8] {
    transform: translateY(0);
}

/* Validation styles */
[b-qwr9tnoce8] .validation-message {
    color: #dc3545;
    font-size: 0.82rem;
    margin-top: 0.3rem;
}
/* /Components/Pages/ProjectForm.razor.rz.scp.css */
/* ============================================================
   PROJECT ADD/EDIT FORM
   ============================================================ */

.form-label[b-hh6643euzw] {
    font-weight: 600;
    font-size: 0.85rem;
    color: #495057;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

[b-hh6643euzw] .form-control {
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
    padding: 0.6rem 0.85rem;
    font-size: 0.9rem;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

[b-hh6643euzw] .form-control:focus {
    border-color: var(--color-accent);
    box-shadow: 0 0 0 0.15rem rgba(104, 186, 127, 0.25);
}

[b-hh6643euzw] .form-control::placeholder {
    color: #adb5bd;
}

/* Duplicate name alert */
.alert-duplicate[b-hh6643euzw] {
    border-radius: 0.5rem;
    font-size: 0.9rem;
    border: none;
    background-color: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

/* Form action buttons */
.form-actions[b-hh6643euzw] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    padding-top: 0.5rem;
    border-top: 1px solid #e9ecef;
    margin-top: 0.5rem;
}

.btn-cancel[b-hh6643euzw] {
    color: #6c757d;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    padding: 0.55rem 1.25rem;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    transition: all 0.15s ease;
}

.btn-cancel:hover[b-hh6643euzw] {
    background-color: #e9ecef;
    color: #495057;
}

.btn-save[b-hh6643euzw] {
    background-color: var(--color-accent);
    color: white;
    border: none;
    padding: 0.55rem 1.25rem;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    transition: background-color 0.2s ease, transform 0.15s ease;
}

.btn-save:hover[b-hh6643euzw] {
    background-color: #579e6b;
    color: white;
    transform: translateY(-1px);
}

.btn-save:active[b-hh6643euzw] {
    transform: translateY(0);
}

.btn-save:disabled[b-hh6643euzw] {
    opacity: 0.65;
    transform: none;
}

/* Validation styles */
[b-hh6643euzw] .validation-message {
    color: #dc3545;
    font-size: 0.82rem;
    margin-top: 0.3rem;
}
/* /Components/Pages/Projects.razor.rz.scp.css */
/* ============================================================
   PROJECT LISTING PAGE
   ============================================================ */

.btn-add-project[b-f7hcryon60] {
    background-color: var(--color-accent);
    color: white;
    border: none;
    padding: 0.55rem 1.25rem;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    transition: background-color 0.2s ease, transform 0.15s ease;
    white-space: nowrap;
}

.btn-add-project:hover[b-f7hcryon60] {
    background-color: #579e6b;
    color: white;
    transform: translateY(-1px);
}

.btn-add-project:active[b-f7hcryon60] {
    transform: translateY(0);
}

/* Search box */
.search-box[b-f7hcryon60] {
    position: relative;
    width: 280px;
}

.search-box .search-icon[b-f7hcryon60] {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: #adb5bd;
    font-size: 0.9rem;
    z-index: 1;
}

.search-box .form-control[b-f7hcryon60] {
    padding-left: 2.25rem;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
    height: 38px;
}

.search-box .form-control:focus[b-f7hcryon60] {
    border-color: var(--color-accent);
    box-shadow: 0 0 0 0.15rem rgba(104, 186, 127, 0.25);
}

/* Table overrides */
[b-f7hcryon60] .table-dashboard th {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #6c757d;
    font-weight: 600;
    border-bottom-width: 1px;
    padding: 0.85rem 0.75rem;
}

[b-f7hcryon60] .table-dashboard td {
    font-size: 0.9rem;
    vertical-align: middle;
    padding: 0.85rem 0.75rem;
}

[b-f7hcryon60] .table-dashboard tbody tr {
    transition: background-color 0.15s ease;
}

[b-f7hcryon60] .table-dashboard tbody tr:hover {
    background-color: #f8faf9;
}

/* Count badge */
.badge-count[b-f7hcryon60] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 26px;
    background-color: rgba(104, 186, 127, 0.15);
    color: var(--color-primary);
    font-weight: 600;
    font-size: 0.85rem;
    border-radius: 0.375rem;
}

/* Action buttons */
.action-buttons[b-f7hcryon60] {
    display: flex;
    gap: 0.4rem;
    justify-content: flex-end;
}

.btn-action[b-f7hcryon60] {
    font-size: 0.8rem;
    padding: 0.3rem 0.65rem;
    border-radius: 0.375rem;
    font-weight: 500;
    border: 1px solid transparent;
    transition: all 0.15s ease;
}

.btn-edit[b-f7hcryon60] {
    color: #0d6efd;
    background-color: rgba(13, 110, 253, 0.1);
    border-color: rgba(13, 110, 253, 0.1);
}

.btn-edit:hover[b-f7hcryon60] {
    background-color: rgba(13, 110, 253, 0.2);
    color: #0d6efd;
}

.btn-delete[b-f7hcryon60] {
    color: #dc3545;
    background-color: rgba(220, 53, 69, 0.1);
    border-color: rgba(220, 53, 69, 0.1);
}

.btn-delete:hover[b-f7hcryon60] {
    background-color: rgba(220, 53, 69, 0.2);
    color: #dc3545;
}

/* Empty & loading states */
.empty-state[b-f7hcryon60],
.loading-state[b-f7hcryon60] {
    text-align: center;
    padding: 3rem 1rem;
}

.empty-state i[b-f7hcryon60] {
    font-size: 3rem;
    color: #dee2e6;
    margin-bottom: 0.75rem;
    display: block;
}

.empty-state h5[b-f7hcryon60] {
    color: var(--color-primary);
    font-weight: 600;
    margin-bottom: 0.35rem;
}

.empty-state p[b-f7hcryon60] {
    color: #6c757d;
    font-size: 0.9rem;
    margin: 0;
}

.loading-state p[b-f7hcryon60] {
    color: #6c757d;
    font-size: 0.9rem;
    margin-top: 0.75rem;
}

/* Name tooltip */
.has-tooltip[b-f7hcryon60] {
    position: relative;
    cursor: pointer;
}

.has-tooltip[b-f7hcryon60]::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 0;
    margin-bottom: 6px;
    padding: 0.45rem 0.7rem;
    max-width: 300px;
    width: max-content;
    background-color: #212529;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.4;
    border-radius: 0.375rem;
    white-space: normal;
    word-wrap: break-word;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s ease, visibility 0.15s ease;
    pointer-events: none;
    z-index: 1000;
}

.has-tooltip[b-f7hcryon60]::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 12px;
    margin-bottom: -4px;
    border-width: 5px;
    border-style: solid;
    border-color: #212529 transparent transparent transparent;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s ease, visibility 0.15s ease;
    pointer-events: none;
    z-index: 1000;
}

.has-tooltip:hover[b-f7hcryon60]::after,
.has-tooltip:hover[b-f7hcryon60]::before {
    opacity: 1;
    visibility: visible;
}

/* Delete confirmation modal */
[b-f7hcryon60] .modal-content {
    border-radius: 0.75rem;
    border: none;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
}

[b-f7hcryon60] .modal-header {
    border-bottom: 1px solid #e9ecef;
    padding: 1rem 1.25rem;
}

[b-f7hcryon60] .modal-title {
    font-weight: 600;
    font-size: 1rem;
    color: var(--color-primary);
}

[b-f7hcryon60] .modal-body {
    padding: 1.25rem;
    font-size: 0.95rem;
}

[b-f7hcryon60] .modal-footer {
    border-top: 1px solid #e9ecef;
    padding: 0.75rem 1.25rem;
    gap: 0.5rem;
}

[b-f7hcryon60] .modal-footer .btn {
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0.45rem 1.1rem;
    border-radius: 0.5rem;
}
/* /Components/Pages/ProvinceForm.razor.rz.scp.css */
/* ============================================================
   CATEGORY ADD/EDIT FORM
   ============================================================ */

.form-label[b-rybuvcxam7] {
    font-weight: 600;
    font-size: 0.85rem;
    color: #495057;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

[b-rybuvcxam7] .form-control {
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
    padding: 0.6rem 0.85rem;
    font-size: 0.9rem;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

[b-rybuvcxam7] .form-control:focus {
    border-color: var(--color-accent);
    box-shadow: 0 0 0 0.15rem rgba(104, 186, 127, 0.25);
}

[b-rybuvcxam7] .form-control::placeholder {
    color: #adb5bd;
}

/* Duplicate name alert */
.alert-duplicate[b-rybuvcxam7] {
    border-radius: 0.5rem;
    font-size: 0.9rem;
    border: none;
    background-color: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

/* Form action buttons */
.form-actions[b-rybuvcxam7] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    padding-top: 0.5rem;
    border-top: 1px solid #e9ecef;
    margin-top: 0.5rem;
}

.btn-cancel[b-rybuvcxam7] {
    color: #6c757d;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    padding: 0.55rem 1.25rem;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    transition: all 0.15s ease;
}

.btn-cancel:hover[b-rybuvcxam7] {
    background-color: #e9ecef;
    color: #495057;
}

.btn-save[b-rybuvcxam7] {
    background-color: var(--color-accent);
    color: white;
    border: none;
    padding: 0.55rem 1.25rem;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    transition: background-color 0.2s ease, transform 0.15s ease;
}

.btn-save:hover[b-rybuvcxam7] {
    background-color: #579e6b;
    color: white;
    transform: translateY(-1px);
}

.btn-save:active[b-rybuvcxam7] {
    transform: translateY(0);
}

.btn-save:disabled[b-rybuvcxam7] {
    opacity: 0.65;
    transform: none;
}

/* Validation styles */
[b-rybuvcxam7] .validation-message {
    color: #dc3545;
    font-size: 0.82rem;
    margin-top: 0.3rem;
}
/* /Components/Pages/Provinces.razor.rz.scp.css */
/* ============================================================
   ASSET CATEGORIES LISTING PAGE
   ============================================================ */

.btn-add-category[b-n5kuawzd8z] {
    background-color: var(--color-accent);
    color: white;
    border: none;
    padding: 0.55rem 1.25rem;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    transition: background-color 0.2s ease, transform 0.15s ease;
    white-space: nowrap;
}

.btn-add-category:hover[b-n5kuawzd8z] {
    background-color: #579e6b;
    color: white;
    transform: translateY(-1px);
}

.btn-add-category:active[b-n5kuawzd8z] {
    transform: translateY(0);
}

/* Search box */
.search-box[b-n5kuawzd8z] {
    position: relative;
    width: 280px;
}

.search-box .search-icon[b-n5kuawzd8z] {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: #adb5bd;
    font-size: 0.9rem;
    z-index: 1;
}

.search-box .form-control[b-n5kuawzd8z] {
    padding-left: 2.25rem;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
    height: 38px;
}

.search-box .form-control:focus[b-n5kuawzd8z] {
    border-color: var(--color-accent);
    box-shadow: 0 0 0 0.15rem rgba(104, 186, 127, 0.25);
}

/* Table overrides */
[b-n5kuawzd8z] .table-dashboard th {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #6c757d;
    font-weight: 600;
    border-bottom-width: 1px;
    padding: 0.85rem 0.75rem;
}

[b-n5kuawzd8z] .table-dashboard td {
    font-size: 0.9rem;
    vertical-align: middle;
    padding: 0.85rem 0.75rem;
}

[b-n5kuawzd8z] .table-dashboard tbody tr {
    transition: background-color 0.15s ease;
}

[b-n5kuawzd8z] .table-dashboard tbody tr:hover {
    background-color: #f8faf9;
}

/* Subcategory count badge */
.badge-subcategory-count[b-n5kuawzd8z] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 26px;
    background-color: rgba(104, 186, 127, 0.15);
    color: var(--color-primary);
    font-weight: 600;
    font-size: 0.85rem;
    border-radius: 0.375rem;
}

/* Action buttons */
.action-buttons[b-n5kuawzd8z] {
    display: flex;
    gap: 0.4rem;
    justify-content: flex-end;
}

.btn-action[b-n5kuawzd8z] {
    font-size: 0.8rem;
    padding: 0.3rem 0.65rem;
    border-radius: 0.375rem;
    font-weight: 500;
    border: 1px solid transparent;
    transition: all 0.15s ease;
}

.btn-subcategories[b-n5kuawzd8z] {
    color: var(--color-primary);
    background-color: var(--color-light);
    border-color: var(--color-light);
}

.btn-subcategories:hover[b-n5kuawzd8z] {
    background-color: #b8f0c8;
    color: var(--color-primary);
}

.btn-edit[b-n5kuawzd8z] {
    color: #0d6efd;
    background-color: rgba(13, 110, 253, 0.1);
    border-color: rgba(13, 110, 253, 0.1);
}

.btn-edit:hover[b-n5kuawzd8z] {
    background-color: rgba(13, 110, 253, 0.2);
    color: #0d6efd;
}

.btn-delete[b-n5kuawzd8z] {
    color: #dc3545;
    background-color: rgba(220, 53, 69, 0.1);
    border-color: rgba(220, 53, 69, 0.1);
}

.btn-delete:hover[b-n5kuawzd8z] {
    background-color: rgba(220, 53, 69, 0.2);
    color: #dc3545;
}

/* Empty & loading states */
.empty-state[b-n5kuawzd8z],
.loading-state[b-n5kuawzd8z] {
    text-align: center;
    padding: 3rem 1rem;
}

.empty-state i[b-n5kuawzd8z] {
    font-size: 3rem;
    color: #dee2e6;
    margin-bottom: 0.75rem;
    display: block;
}

.empty-state h5[b-n5kuawzd8z] {
    color: var(--color-primary);
    font-weight: 600;
    margin-bottom: 0.35rem;
}

.empty-state p[b-n5kuawzd8z] {
    color: #6c757d;
    font-size: 0.9rem;
    margin: 0;
}

.loading-state p[b-n5kuawzd8z] {
    color: #6c757d;
    font-size: 0.9rem;
    margin-top: 0.75rem;
}

/* Name tooltip */
.has-tooltip[b-n5kuawzd8z] {
    position: relative;
    cursor: pointer;
}

.has-tooltip[b-n5kuawzd8z]::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 0;
    margin-bottom: 6px;
    padding: 0.45rem 0.7rem;
    max-width: 300px;
    width: max-content;
    background-color: #212529;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.4;
    border-radius: 0.375rem;
    white-space: normal;
    word-wrap: break-word;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s ease, visibility 0.15s ease;
    pointer-events: none;
    z-index: 1000;
}

.has-tooltip[b-n5kuawzd8z]::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 12px;
    margin-bottom: -4px;
    border-width: 5px;
    border-style: solid;
    border-color: #212529 transparent transparent transparent;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s ease, visibility 0.15s ease;
    pointer-events: none;
    z-index: 1000;
}

.has-tooltip:hover[b-n5kuawzd8z]::after,
.has-tooltip:hover[b-n5kuawzd8z]::before {
    opacity: 1;
    visibility: visible;
}

/* Delete confirmation modal */
[b-n5kuawzd8z] .modal-content {
    border-radius: 0.75rem;
    border: none;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
}

[b-n5kuawzd8z] .modal-header {
    border-bottom: 1px solid #e9ecef;
    padding: 1rem 1.25rem;
}

[b-n5kuawzd8z] .modal-title {
    font-weight: 600;
    font-size: 1rem;
    color: var(--color-primary);
}

[b-n5kuawzd8z] .modal-body {
    padding: 1.25rem;
    font-size: 0.95rem;
}

[b-n5kuawzd8z] .modal-footer {
    border-top: 1px solid #e9ecef;
    padding: 0.75rem 1.25rem;
    gap: 0.5rem;
}

[b-n5kuawzd8z] .modal-footer .btn {
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0.45rem 1.1rem;
    border-radius: 0.5rem;
}
/* /Components/Pages/Subcategories.razor.rz.scp.css */
/* ============================================================
   SUBCATEGORY LISTING PAGE
   ============================================================ */

.breadcrumb-link[b-lt13qjrpu6] {
    color: var(--color-accent);
    text-decoration: none;
    font-weight: 500;
}

.breadcrumb-link:hover[b-lt13qjrpu6] {
    text-decoration: underline;
    color: #579e6b;
}

.btn-back[b-lt13qjrpu6] {
    color: #6c757d;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    padding: 0.55rem 1.25rem;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    transition: all 0.15s ease;
    white-space: nowrap;
}

.btn-back:hover[b-lt13qjrpu6] {
    background-color: #e9ecef;
    color: #495057;
}

.btn-add-subcategory[b-lt13qjrpu6] {
    background-color: var(--color-accent);
    color: white;
    border: none;
    padding: 0.55rem 1.25rem;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    transition: background-color 0.2s ease, transform 0.15s ease;
    white-space: nowrap;
}

.btn-add-subcategory:hover[b-lt13qjrpu6] {
    background-color: #579e6b;
    color: white;
    transform: translateY(-1px);
}

.btn-add-subcategory:active[b-lt13qjrpu6] {
    transform: translateY(0);
}

/* Search box */
.search-box[b-lt13qjrpu6] {
    position: relative;
    width: 280px;
}

.search-box .search-icon[b-lt13qjrpu6] {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: #adb5bd;
    font-size: 0.9rem;
    z-index: 1;
}

.search-box .form-control[b-lt13qjrpu6] {
    padding-left: 2.25rem;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
    height: 38px;
}

.search-box .form-control:focus[b-lt13qjrpu6] {
    border-color: var(--color-accent);
    box-shadow: 0 0 0 0.15rem rgba(104, 186, 127, 0.25);
}

/* Table overrides */
[b-lt13qjrpu6] .table-dashboard th {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #6c757d;
    font-weight: 600;
    border-bottom-width: 1px;
    padding: 0.85rem 0.75rem;
}

[b-lt13qjrpu6] .table-dashboard td {
    font-size: 0.9rem;
    vertical-align: middle;
    padding: 0.85rem 0.75rem;
}

[b-lt13qjrpu6] .table-dashboard tbody tr {
    transition: background-color 0.15s ease;
}

[b-lt13qjrpu6] .table-dashboard tbody tr:hover {
    background-color: #f8faf9;
}

/* Item count badge */
.badge-item-count[b-lt13qjrpu6] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 26px;
    background-color: rgba(104, 186, 127, 0.15);
    color: var(--color-primary);
    font-weight: 600;
    font-size: 0.85rem;
    border-radius: 0.375rem;
}

/* Action buttons */
.action-buttons[b-lt13qjrpu6] {
    display: flex;
    gap: 0.4rem;
    justify-content: flex-end;
}

.btn-action[b-lt13qjrpu6] {
    font-size: 0.8rem;
    padding: 0.3rem 0.65rem;
    border-radius: 0.375rem;
    font-weight: 500;
    border: 1px solid transparent;
    transition: all 0.15s ease;
}

.btn-edit[b-lt13qjrpu6] {
    color: #0d6efd;
    background-color: rgba(13, 110, 253, 0.1);
    border-color: rgba(13, 110, 253, 0.1);
}

.btn-edit:hover[b-lt13qjrpu6] {
    background-color: rgba(13, 110, 253, 0.2);
    color: #0d6efd;
}

.btn-delete[b-lt13qjrpu6] {
    color: #dc3545;
    background-color: rgba(220, 53, 69, 0.1);
    border-color: rgba(220, 53, 69, 0.1);
}

.btn-delete:hover[b-lt13qjrpu6] {
    background-color: rgba(220, 53, 69, 0.2);
    color: #dc3545;
}

/* Empty & loading states */
.empty-state[b-lt13qjrpu6],
.loading-state[b-lt13qjrpu6] {
    text-align: center;
    padding: 3rem 1rem;
}

.empty-state i[b-lt13qjrpu6] {
    font-size: 3rem;
    color: #dee2e6;
    margin-bottom: 0.75rem;
    display: block;
}

.empty-state h5[b-lt13qjrpu6] {
    color: var(--color-primary);
    font-weight: 600;
    margin-bottom: 0.35rem;
}

.empty-state p[b-lt13qjrpu6] {
    color: #6c757d;
    font-size: 0.9rem;
    margin: 0;
}

.loading-state p[b-lt13qjrpu6] {
    color: #6c757d;
    font-size: 0.9rem;
    margin-top: 0.75rem;
}

/* Name tooltip */
.has-tooltip[b-lt13qjrpu6] {
    position: relative;
    cursor: pointer;
}

.has-tooltip[b-lt13qjrpu6]::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 0;
    margin-bottom: 6px;
    padding: 0.45rem 0.7rem;
    max-width: 300px;
    width: max-content;
    background-color: #212529;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.4;
    border-radius: 0.375rem;
    white-space: normal;
    word-wrap: break-word;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s ease, visibility 0.15s ease;
    pointer-events: none;
    z-index: 1000;
}

.has-tooltip[b-lt13qjrpu6]::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 12px;
    margin-bottom: -4px;
    border-width: 5px;
    border-style: solid;
    border-color: #212529 transparent transparent transparent;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.15s ease, visibility 0.15s ease;
    pointer-events: none;
    z-index: 1000;
}

.has-tooltip:hover[b-lt13qjrpu6]::after,
.has-tooltip:hover[b-lt13qjrpu6]::before {
    opacity: 1;
    visibility: visible;
}

/* Delete confirmation modal */
[b-lt13qjrpu6] .modal-content {
    border-radius: 0.75rem;
    border: none;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
}

[b-lt13qjrpu6] .modal-header {
    border-bottom: 1px solid #e9ecef;
    padding: 1rem 1.25rem;
}

[b-lt13qjrpu6] .modal-title {
    font-weight: 600;
    font-size: 1rem;
    color: var(--color-primary);
}

[b-lt13qjrpu6] .modal-body {
    padding: 1.25rem;
    font-size: 0.95rem;
}

[b-lt13qjrpu6] .modal-footer {
    border-top: 1px solid #e9ecef;
    padding: 0.75rem 1.25rem;
    gap: 0.5rem;
}

[b-lt13qjrpu6] .modal-footer .btn {
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0.45rem 1.1rem;
    border-radius: 0.5rem;
}
/* /Components/Pages/SubcategoryForm.razor.rz.scp.css */
/* ============================================================
   SUBCATEGORY ADD/EDIT FORM
   ============================================================ */

.breadcrumb-link[b-ejka31veve] {
    color: var(--color-accent);
    text-decoration: none;
    font-weight: 500;
}

.breadcrumb-link:hover[b-ejka31veve] {
    text-decoration: underline;
    color: #579e6b;
}

.form-label[b-ejka31veve] {
    font-weight: 600;
    font-size: 0.85rem;
    color: #495057;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

[b-ejka31veve] .form-control {
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
    padding: 0.6rem 0.85rem;
    font-size: 0.9rem;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

[b-ejka31veve] .form-control:focus {
    border-color: var(--color-accent);
    box-shadow: 0 0 0 0.15rem rgba(104, 186, 127, 0.25);
}

[b-ejka31veve] .form-control::placeholder {
    color: #adb5bd;
}

/* Duplicate name alert */
.alert-duplicate[b-ejka31veve] {
    border-radius: 0.5rem;
    font-size: 0.9rem;
    border: none;
    background-color: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

/* Form action buttons */
.form-actions[b-ejka31veve] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    padding-top: 0.5rem;
    border-top: 1px solid #e9ecef;
    margin-top: 0.5rem;
}

.btn-cancel[b-ejka31veve] {
    color: #6c757d;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    padding: 0.55rem 1.25rem;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    transition: all 0.15s ease;
}

.btn-cancel:hover[b-ejka31veve] {
    background-color: #e9ecef;
    color: #495057;
}

.btn-save[b-ejka31veve] {
    background-color: var(--color-accent);
    color: white;
    border: none;
    padding: 0.55rem 1.25rem;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    transition: background-color 0.2s ease, transform 0.15s ease;
}

.btn-save:hover[b-ejka31veve] {
    background-color: #579e6b;
    color: white;
    transform: translateY(-1px);
}

.btn-save:active[b-ejka31veve] {
    transform: translateY(0);
}

.btn-save:disabled[b-ejka31veve] {
    opacity: 0.65;
    transform: none;
}

/* Validation styles */
[b-ejka31veve] .validation-message {
    color: #dc3545;
    font-size: 0.82rem;
    margin-top: 0.3rem;
}
/* /Components/Pages/UserAccountForm.razor.rz.scp.css */
/* ============================================================
   USER ACCOUNT ADD/EDIT FORM
   ============================================================ */

.breadcrumb-link[b-q29w90zkwj] {
    color: var(--color-accent);
    text-decoration: none;
    font-weight: 500;
}

.breadcrumb-link:hover[b-q29w90zkwj] {
    text-decoration: underline;
    color: #579e6b;
}

.form-label[b-q29w90zkwj] {
    font-weight: 600;
    font-size: 0.85rem;
    color: #495057;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

[b-q29w90zkwj] .form-control {
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
    padding: 0.6rem 0.85rem;
    font-size: 0.9rem;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

[b-q29w90zkwj] .form-control:focus {
    border-color: var(--color-accent);
    box-shadow: 0 0 0 0.15rem rgba(104, 186, 127, 0.25);
}

[b-q29w90zkwj] .form-control::placeholder {
    color: #adb5bd;
}

[b-q29w90zkwj] .form-select {
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
    font-size: 0.9rem;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

[b-q29w90zkwj] .form-select:focus {
    border-color: var(--color-accent);
    box-shadow: 0 0 0 0.15rem rgba(104, 186, 127, 0.25);
}

/* Custom switch */
.custom-switch[b-q29w90zkwj] {
    padding-left: 3.5rem;
}

.custom-switch .form-check-input[b-q29w90zkwj] {
    width: 3rem;
    height: 1.5rem;
    margin-left: -3.5rem;
    cursor: pointer;
}

.custom-switch .form-check-input:checked[b-q29w90zkwj] {
    background-color: #198754;
    border-color: #198754;
}

.custom-switch .form-check-label[b-q29w90zkwj] {
    padding-top: 0.2rem;
    cursor: pointer;
    font-size: 0.95rem;
}

/* Form action buttons */
.form-actions[b-q29w90zkwj] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
    padding-top: 0.5rem;
    border-top: 1px solid #e9ecef;
    margin-top: 0.5rem;
}

.btn-cancel[b-q29w90zkwj] {
    color: #6c757d;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    padding: 0.55rem 1.25rem;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    transition: all 0.15s ease;
}

.btn-cancel:hover[b-q29w90zkwj] {
    background-color: #e9ecef;
    color: #495057;
}

.btn-save[b-q29w90zkwj] {
    background-color: var(--color-accent);
    color: white;
    border: none;
    padding: 0.55rem 1.25rem;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    transition: background-color 0.2s ease, transform 0.15s ease;
}

.btn-save:hover[b-q29w90zkwj] {
    background-color: #579e6b;
    color: white;
    transform: translateY(-1px);
}

.btn-save:active[b-q29w90zkwj] {
    transform: translateY(0);
}

.btn-save:disabled[b-q29w90zkwj] {
    opacity: 0.65;
    transform: none;
}

/* Validation styles */
[b-q29w90zkwj] .validation-message {
    color: #dc3545;
    font-size: 0.82rem;
    margin-top: 0.3rem;
}

[b-q29w90zkwj] .input-group > .validation-message {
    width: 100%;
}
/* /Components/Pages/UserManagement.razor.rz.scp.css */
/* ============================================================
   USER MANAGEMENT LISTING PAGE
   ============================================================ */

.btn-add-user[b-hb0n0en7at] {
    background-color: var(--color-accent);
    color: white;
    border: none;
    padding: 0.55rem 1.25rem;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    transition: background-color 0.2s ease, transform 0.15s ease;
    white-space: nowrap;
}

.btn-add-user:hover[b-hb0n0en7at] {
    background-color: #579e6b;
    color: white;
    transform: translateY(-1px);
}

.btn-add-user:active[b-hb0n0en7at] {
    transform: translateY(0);
}

/* Search box inline */
.search-box-inline[b-hb0n0en7at] {
    position: relative;
}

.search-box-inline .search-icon[b-hb0n0en7at] {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: #adb5bd;
    font-size: 0.9rem;
    z-index: 1;
}

.search-box-inline .form-control[b-hb0n0en7at] {
    padding-left: 2.25rem;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
    height: 38px;
}

.search-box-inline .form-control:focus[b-hb0n0en7at] {
    border-color: var(--color-accent);
    box-shadow: 0 0 0 0.15rem rgba(104, 186, 127, 0.25);
}

/* Filter form controls */
[b-hb0n0en7at] .form-select {
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
    font-size: 0.9rem;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

[b-hb0n0en7at] .form-select:focus {
    border-color: var(--color-accent);
    box-shadow: 0 0 0 0.15rem rgba(104, 186, 127, 0.25);
}

.form-label[b-hb0n0en7at] {
    font-weight: 600;
    font-size: 0.85rem;
    color: #495057;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Table overrides */
[b-hb0n0en7at] .table-dashboard th {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #6c757d;
    font-weight: 600;
    border-bottom-width: 1px;
    padding: 0.85rem 0.75rem;
}

[b-hb0n0en7at] .table-dashboard td {
    font-size: 0.9rem;
    vertical-align: middle;
    padding: 0.85rem 0.75rem;
}

[b-hb0n0en7at] .table-dashboard tbody tr {
    transition: background-color 0.15s ease;
}

[b-hb0n0en7at] .table-dashboard tbody tr:hover {
    background-color: #f8faf9;
}

/* User type badge */
.badge-user-type[b-hb0n0en7at] {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.65rem;
    background-color: rgba(104, 186, 127, 0.15);
    color: var(--color-primary);
    font-weight: 600;
    font-size: 0.82rem;
    border-radius: 0.375rem;
}

/* Status badges */
.badge-status[b-hb0n0en7at] {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.65rem;
    font-weight: 600;
    font-size: 0.82rem;
    border-radius: 0.375rem;
}

.badge-active[b-hb0n0en7at] {
    background-color: rgba(25, 135, 84, 0.12);
    color: #198754;
}

.badge-inactive[b-hb0n0en7at] {
    background-color: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

/* Action buttons */
.action-buttons[b-hb0n0en7at] {
    display: flex;
    gap: 0.4rem;
    justify-content: flex-end;
}

.btn-action[b-hb0n0en7at] {
    font-size: 0.8rem;
    padding: 0.3rem 0.65rem;
    border-radius: 0.375rem;
    font-weight: 500;
    border: 1px solid transparent;
    transition: all 0.15s ease;
}

.btn-edit[b-hb0n0en7at] {
    color: #0d6efd;
    background-color: rgba(13, 110, 253, 0.1);
    border-color: rgba(13, 110, 253, 0.1);
}

.btn-edit:hover[b-hb0n0en7at] {
    background-color: rgba(13, 110, 253, 0.2);
    color: #0d6efd;
}

.btn-delete[b-hb0n0en7at] {
    color: #dc3545;
    background-color: rgba(220, 53, 69, 0.1);
    border-color: rgba(220, 53, 69, 0.1);
}

.btn-delete:hover[b-hb0n0en7at] {
    background-color: rgba(220, 53, 69, 0.2);
    color: #dc3545;
}

/* Empty & loading states */
.empty-state[b-hb0n0en7at],
.loading-state[b-hb0n0en7at] {
    text-align: center;
    padding: 3rem 1rem;
}

.empty-state i[b-hb0n0en7at] {
    font-size: 3rem;
    color: #dee2e6;
    margin-bottom: 0.75rem;
    display: block;
}

.empty-state h5[b-hb0n0en7at] {
    color: var(--color-primary);
    font-weight: 600;
    margin-bottom: 0.35rem;
}

.empty-state p[b-hb0n0en7at] {
    color: #6c757d;
    font-size: 0.9rem;
    margin: 0;
}

.loading-state p[b-hb0n0en7at] {
    color: #6c757d;
    font-size: 0.9rem;
    margin-top: 0.75rem;
}
/* /Components/Pages/ViewAssignedItems.razor.rz.scp.css */
/* ============================================================
   VIEW ASSIGNED ITEMS PAGE
   ============================================================ */

.btn-back[b-hsu9t43i46] {
    color: #6c757d;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    padding: 0.55rem 1.25rem;
    font-weight: 600;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    transition: all 0.15s ease;
    white-space: nowrap;
}

.btn-back:hover[b-hsu9t43i46] {
    background-color: #e9ecef;
    color: #495057;
}

/* Table overrides */
[b-hsu9t43i46] .table-dashboard th {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #6c757d;
    font-weight: 600;
    border-bottom-width: 1px;
    padding: 0.85rem 0.75rem;
}

[b-hsu9t43i46] .table-dashboard td {
    font-size: 0.9rem;
    vertical-align: middle;
    padding: 0.85rem 0.75rem;
}

[b-hsu9t43i46] .table-dashboard tbody tr {
    transition: background-color 0.15s ease;
}

[b-hsu9t43i46] .table-dashboard tbody tr:hover {
    background-color: #f8faf9;
}

/* Action buttons */
.action-buttons[b-hsu9t43i46] {
    display: flex;
    gap: 0.4rem;
    justify-content: flex-end;
}

.btn-action[b-hsu9t43i46] {
    font-size: 0.8rem;
    padding: 0.3rem 0.65rem;
    border-radius: 0.375rem;
    font-weight: 500;
    border: 1px solid transparent;
    transition: all 0.15s ease;
}

.btn-delete[b-hsu9t43i46] {
    color: #dc3545;
    background-color: rgba(220, 53, 69, 0.1);
    border-color: rgba(220, 53, 69, 0.1);
}

.btn-delete:hover[b-hsu9t43i46] {
    background-color: rgba(220, 53, 69, 0.2);
    color: #dc3545;
}

/* Empty & loading states */
.empty-state[b-hsu9t43i46],
.loading-state[b-hsu9t43i46] {
    text-align: center;
    padding: 3rem 1rem;
}

.empty-state i[b-hsu9t43i46] {
    font-size: 3rem;
    color: #dee2e6;
    margin-bottom: 0.75rem;
    display: block;
}

.empty-state h5[b-hsu9t43i46] {
    color: var(--color-primary);
    font-weight: 600;
    margin-bottom: 0.35rem;
}

.empty-state p[b-hsu9t43i46] {
    color: #6c757d;
    font-size: 0.9rem;
    margin: 0;
}

.loading-state p[b-hsu9t43i46] {
    color: #6c757d;
    font-size: 0.9rem;
    margin-top: 0.75rem;
}

/* Return confirmation modal */
[b-hsu9t43i46] .modal-content {
    border-radius: 0.75rem;
    border: none;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
}

[b-hsu9t43i46] .modal-header {
    border-bottom: 1px solid #e9ecef;
    padding: 1rem 1.25rem;
}

[b-hsu9t43i46] .modal-title {
    font-weight: 600;
    font-size: 1rem;
    color: var(--color-primary);
}

[b-hsu9t43i46] .modal-body {
    padding: 1.25rem;
    font-size: 0.95rem;
}

[b-hsu9t43i46] .modal-footer {
    border-top: 1px solid #e9ecef;
    padding: 0.75rem 1.25rem;
    gap: 0.5rem;
}

[b-hsu9t43i46] .modal-footer .btn {
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0.45rem 1.1rem;
    border-radius: 0.5rem;
}
/* /Components/Shared/ConfirmationModal.razor.rz.scp.css */
.modal-backdrop[b-kb0fmeaqaz] {
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
    transition: opacity 0.3s ease;
}

.modal-content[b-kb0fmeaqaz] {
    border-radius: 12px;
    overflow: hidden;
    animation: modal-in-b-kb0fmeaqaz 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes modal-in-b-kb0fmeaqaz {
    0% { transform: scale(0.9); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}

.modal-header-custom[b-kb0fmeaqaz] {
    color: white;
    border-radius: 12px 12px 0 0;
}

.icon-circle[b-kb0fmeaqaz] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto;
}

.icon-circle i[b-kb0fmeaqaz] {
    font-size: 2.5rem;
}

.message-content[b-kb0fmeaqaz] {
    font-size: 1.1rem;
    color: #333;
}

.modal-footer[b-kb0fmeaqaz] {
    border-top: 1px solid #eee !important;
}

.btn-cancel[b-kb0fmeaqaz] {
    background-color: #6C757D;
    color: white;
    font-weight: 500;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.btn-cancel:hover[b-kb0fmeaqaz] {
    background-color: #5A6268;
    color: white;
}



.btn-close-white[b-kb0fmeaqaz] {
    filter: invert(1) grayscale(100%) brightness(200%);
    opacity: 0.8;
}

.text-muted[b-kb0fmeaqaz] {
    font-size: 0.9rem;
    line-height: 1.4;
}
