/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-rm91lemv9w] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.app-main[b-rm91lemv9w] {
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: var(--app-body-bg, #f1f5f9);
    outline: none;
}

.app-topbar[b-rm91lemv9w] {
    background-color: var(--app-topbar-bg, #ffffff);
    border-bottom: 1px solid var(--app-topbar-border, #e2e8f0);
    min-height: 3.25rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0.75rem 1rem;
    position: sticky;
    top: 0;
    z-index: 2;
    box-shadow: 0 1px 0 rgba(15, 23, 42, 0.04);
}

.app-topbar-title[b-rm91lemv9w] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #334155;
    letter-spacing: 0.02em;
}

.app-content-wrapper[b-rm91lemv9w] {
    flex: 1;
    padding: 1.25rem 1rem 2rem;
}

.sidebar[b-rm91lemv9w] {
    background-color: var(--app-sidebar-bg, #0f172a);
}

@media (max-width: 640.98px) {
    .app-content-wrapper[b-rm91lemv9w] {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}

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

    .sidebar[b-rm91lemv9w] {
        width: 260px;
        min-height: 100vh;
        position: sticky;
        top: 0;
        align-self: flex-start;
    }

    .app-content-wrapper[b-rm91lemv9w] {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.nav-brand-row[b-tij8h18q9x] {
    min-height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.75rem 0 1rem;
    background-color: rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.navbar-toggler[b-tij8h18q9x] {
    background-color: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.375rem;
}

.navbar-toggler:focus-visible[b-tij8h18q9x] {
    outline: 2px solid #38bdf8;
    outline-offset: 2px;
}

.navbar-brand[b-tij8h18q9x] {
    font-size: 1.05rem;
    font-weight: 700;
    color: #f8fafc !important;
    text-decoration: none;
    letter-spacing: -0.01em;
}

.navbar-brand:hover[b-tij8h18q9x],
.navbar-brand:focus-visible[b-tij8h18q9x] {
    color: #ffffff !important;
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

.bi[b-tij8h18q9x] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
    flex-shrink: 0;
}

.bi-house-door-fill-nav-menu[b-tij8h18q9x] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-tij8h18q9x] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-tij8h18q9x] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-file-earmark-spreadsheet-nav-menu[b-tij8h18q9x] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5L14 4.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5h-2z'/%3E%3Cpath d='M4.5 12.5A.5.5 0 0 1 5 12h2a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm0-2A.5.5 0 0 1 5 10h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm1.639-3.708 1.33.886V7.5a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

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

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

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

.nav-item[b-tij8h18q9x]  a {
    color: #e2e8f0;
    border-radius: 0.375rem;
    min-height: 2.75rem;
    display: flex;
    align-items: center;
    line-height: 1.3;
    padding-left: 0.75rem;
    margin: 0 0.25rem;
    text-decoration: none;
    border-left: 3px solid transparent;
}

.nav-item[b-tij8h18q9x]  a:hover {
    background-color: var(--app-sidebar-hover, rgba(255, 255, 255, 0.08));
    color: #f8fafc;
}

.nav-item[b-tij8h18q9x]  a:focus-visible {
    outline: 2px solid #38bdf8;
    outline-offset: 2px;
    color: #fff;
}

.nav-item[b-tij8h18q9x]  a.active {
    background-color: var(--app-sidebar-active-bg, rgba(56, 189, 248, 0.15));
    color: #f8fafc;
    border-left-color: var(--app-sidebar-active-border, #38bdf8);
    font-weight: 600;
}

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

    .collapse[b-tij8h18q9x] {
        display: block !important;
    }

    .nav-scrollable[b-tij8h18q9x] {
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
