/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-pq5ob78no4] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #f4f6f8;
}

main[b-pq5ob78no4] {
    flex: 1;
    min-width: 0;
}

.sidebar[b-pq5ob78no4] {
    background: #ffffff;
    border-right: 1px solid #d9e1e8;
}

.portal-header[b-pq5ob78no4] {
    position: sticky;
    top: 0;
    z-index: 10;
    min-height: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.8rem 1rem;
    border-bottom: 1px solid #d9e1e8;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(12px);
}

.portal-company[b-pq5ob78no4] {
    color: #182530;
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.2;
}

.portal-user[b-pq5ob78no4] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
    min-width: 0;
}

.portal-user-copy[b-pq5ob78no4] {
    display: grid;
    gap: 0.05rem;
    text-align: right;
}

.portal-user-copy strong[b-pq5ob78no4] {
    color: #182530;
    font-size: 0.92rem;
}

.portal-user-copy span[b-pq5ob78no4] {
    color: #687888;
    font-size: 0.78rem;
}

@media (max-width: 760px) {
    .portal-header[b-pq5ob78no4] {
        position: relative;
        align-items: flex-start;
        flex-direction: column;
    }

    .portal-user[b-pq5ob78no4] {
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .portal-user-copy[b-pq5ob78no4] {
        text-align: left;
    }
}

@media (min-width: 761px) {
    .page[b-pq5ob78no4] {
        flex-direction: row;
    }

    .sidebar[b-pq5ob78no4] {
        width: 284px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .content[b-pq5ob78no4] {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

#blazor-error-ui[b-pq5ob78no4] {
    color-scheme: light only;
    background: #fff3cd;
    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-pq5ob78no4] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.portal-brand[b-8461zl0xhl] {
    min-height: 4.5rem;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    border-bottom: 1px solid #d9e1e8;
}

.portal-brand a[b-8461zl0xhl] {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    color: #172530;
    font-size: 1rem;
    font-weight: 800;
    text-decoration: none;
}

.portal-brand img[b-8461zl0xhl] {
    width: 2rem;
    height: 2rem;
}

.navbar-toggler[b-8461zl0xhl] {
    appearance: none;
    cursor: pointer;
    width: 3rem;
    height: 2.4rem;
    position: absolute;
    top: 1.05rem;
    right: 1rem;
    border: 1px solid #cfd8e2;
    border-radius: 8px;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2824, 37, 48, 0.78%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.65rem #ffffff;
}

.navbar-toggler:checked[b-8461zl0xhl] {
    background-color: #eef4f8;
}

.nav-scrollable[b-8461zl0xhl] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-8461zl0xhl] {
    display: block;
}

.nav-menu[b-8461zl0xhl] {
    display: grid;
    gap: 0.2rem;
    padding: 0.9rem;
}

.nav-section[b-8461zl0xhl] {
    margin: 0.8rem 0 0.25rem;
    color: #7a8794;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
}

.nav-section:first-child[b-8461zl0xhl] {
    margin-top: 0;
}

[b-8461zl0xhl] .nav-link {
    min-height: 2.65rem;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.55rem 0.65rem;
    border-radius: 8px;
    color: #314250;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}

[b-8461zl0xhl] .nav-link span {
    width: 1.65rem;
    height: 1.65rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border: 1px solid #cfdae3;
    border-radius: 8px;
    color: #2b5e74;
    background: #f1f7f8;
    font-size: 0.72rem;
    font-weight: 900;
}

[b-8461zl0xhl] a.active {
    background: #e8f3f2;
    color: #133b35;
}

[b-8461zl0xhl] a.active span {
    border-color: #9ed2ca;
    color: #ffffff;
    background: #2e766d;
}

[b-8461zl0xhl] .nav-link:hover {
    background: #f2f6f8;
    color: #172530;
}

@media (min-width: 761px) {
    .navbar-toggler[b-8461zl0xhl] {
        display: none;
    }

    .nav-scrollable[b-8461zl0xhl] {
        display: block;
        height: calc(100vh - 4.5rem);
        overflow-y: auto;
    }
}
