/* /Components/ImportValidationDialog.razor.rz.scp.css */
.import-validation-dialog[b-y0i31rqtka] {
    border: 0;
    border-radius: .5rem;
    padding: 0;
    width: min(960px, 95vw);
    max-width: 95vw;
    max-height: 90vh;
    overflow-y: auto;
}

.import-validation-dialog[b-y0i31rqtka]::backdrop {
    background: rgba(0, 0, 0, .5);
}

.modal-header[b-y0i31rqtka], .modal-body[b-y0i31rqtka], .modal-footer[b-y0i31rqtka] { padding: 1rem; }
.modal-header[b-y0i31rqtka], .modal-footer[b-y0i31rqtka] { position: sticky; background: white; z-index: 1; }
.modal-header[b-y0i31rqtka] { top: 0; display: flex; align-items: flex-start; gap: 1rem; }
.modal-header h2[b-y0i31rqtka] { flex: 1; }
.modal-footer[b-y0i31rqtka] { bottom: 0; display: flex; justify-content: flex-end; }
.table-responsive[b-y0i31rqtka] { overflow-x: auto; }
.table[b-y0i31rqtka] { min-width: 44rem; overflow-wrap: normal; word-break: normal; }
td:nth-child(n+4)[b-y0i31rqtka] { white-space: nowrap; }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-container[b-amffq1qzzd] {
    display: flex;
    min-height: 100vh;
}

.sidebar[b-amffq1qzzd] {
    background-color: #1e293b !important;
    color: #fff !important;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

@media (min-width: 768px) {
    .sidebar[b-amffq1qzzd] {
        width: 250px;
        flex-shrink: 0;
        height: 100vh;
        position: sticky;
        top: 0;
    }
}

@media (max-width: 767.98px) {
    .sidebar[b-amffq1qzzd] {
        --bs-offcanvas-width: 80%;
    }
}

.main-area[b-amffq1qzzd] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.top-bar[b-amffq1qzzd] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1.5rem;
    background-color: #fff;
    border-bottom: 1px solid #dee2e6;
    position: sticky;
    top: 0;
    z-index: 1030;
}

.top-bar-title[b-amffq1qzzd] {
    font-weight: 600;
    font-size: 1.1rem;
    color: #1e293b;
}

.sidebar-mobile-toggle[b-amffq1qzzd] {
    color: #1e293b;
    font-size: 1.4rem;
    padding: 0.25rem 0.5rem;
}

.content-area[b-amffq1qzzd] {
    flex: 1;
    padding: 1.5rem;
    background-color: #f8f9fa;
}

#blazor-error-ui[b-amffq1qzzd] {
    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-amffq1qzzd] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

@media (max-width: 767.98px) {
    .content-area[b-amffq1qzzd] {
        padding: 1rem;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.sidebar-header[b-pb5i8ucxdd] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    flex-shrink: 0;
}

.navbar-brand[b-pb5i8ucxdd] {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

    .navbar-brand:hover[b-pb5i8ucxdd] {
        color: rgba(255, 255, 255, 0.85);
    }

    .navbar-brand i[b-pb5i8ucxdd] {
        font-size: 1.4rem;
    }

.sidebar-toggle[b-pb5i8ucxdd] {
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.25rem;
    padding: 0.25rem 0.5rem;
}

    .sidebar-toggle:hover[b-pb5i8ucxdd] {
        color: #fff;
    }

.sidebar-nav[b-pb5i8ucxdd] {
    flex: 1;
    overflow-y: auto;
    padding: 0.75rem 0;
}

    .sidebar-nav[b-pb5i8ucxdd]  .nav-link {
        color: #fff;
        padding: 0.6rem 1rem;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        transition: color 0.15s, background-color 0.15s;
    }

        .sidebar-nav[b-pb5i8ucxdd]  .nav-link:hover {
            color: #fff;
            background-color: rgba(255, 255, 255, 0.1);
        }

        .sidebar-nav[b-pb5i8ucxdd]  .nav-link.active {
            color: #fff;
            background-color: rgba(255, 255, 255, 0.15);
            font-weight: 500;
        }

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

.nav-section-header[b-pb5i8ucxdd] {
    display: block;
    padding: 0.4rem 1rem 0.2rem;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    color: rgba(255, 255, 255, 0.55);
}

@media (min-width: 768px) {
    .sidebar-toggle[b-pb5i8ucxdd] {
        display: none;
    }
}

.sidebar-footer[b-pb5i8ucxdd] {
    flex-shrink: 0;
    padding: 0.75rem 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.user-info[b-pb5i8ucxdd] {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.logout-link[b-pb5i8ucxdd] {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.85rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    transition: color 0.15s;
}

    .logout-link:hover[b-pb5i8ucxdd] {
        color: #fff;
    }
