/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-dchhpjq1b6] {
    min-height: 100vh;
    display: flex;
    flex-direction: row;
    background: #f7fbff;
}

.sidebar[b-dchhpjq1b6] {
    width: 280px;
    background: linear-gradient(180deg, #0f172a 0%, #0ea5e9 100%);
    color: #fff;
    position: sticky;
    top: 0;
    height: 100vh;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.main-area[b-dchhpjq1b6] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.top-row[b-dchhpjq1b6] {
    background-color: #ffffff;
    border-bottom: 1px solid #e5e9f2;
    position: sticky;
    top: 0;
    z-index: 2;
}

.content[b-dchhpjq1b6] {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .page[b-dchhpjq1b6] {
        flex-direction: column;
    }

    .sidebar[b-dchhpjq1b6] {
        position: static;
        width: 100%;
        height: auto;
    }
}

#blazor-error-ui[b-dchhpjq1b6] {
    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-dchhpjq1b6] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-wrapper[b-exzewsub8b] {
    height: 100%;
}

.brand[b-exzewsub8b] {
    color: #fff;
}

.navbar-toggler[b-exzewsub8b] {
    appearance: none;
    cursor: pointer;
    width: 3rem;
    height: 2.3rem;
    color: white;
    position: absolute;
    top: 1rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.12);
    background-image:
        linear-gradient(#ffffff, #ffffff),
        linear-gradient(#ffffff, #ffffff),
        linear-gradient(#ffffff, #ffffff);
    background-repeat: no-repeat;
    background-position:
        center calc(50% - 6px),
        center,
        center calc(50% + 6px);
    background-size:
        60% 2px,
        60% 2px,
        60% 2px;
}

.navbar-toggler:checked[b-exzewsub8b] {
    background-color: rgba(255, 255, 255, 0.32);
}

.nav-item[b-exzewsub8b] {
    font-size: 0.95rem;
    padding-bottom: 0.35rem;
}

.nav-item[b-exzewsub8b]  .nav-link {
    color: rgba(255, 255, 255, 0.86);
    border-radius: 10px;
    height: 3rem;
    display: flex;
    align-items: center;
}

.nav-item[b-exzewsub8b]  a.active {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    font-weight: 600;
}

.nav-item[b-exzewsub8b]  .nav-link:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.nav-scrollable[b-exzewsub8b] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-exzewsub8b] {
    display: block;
}

@media (min-width: 768px) {
    .navbar-toggler[b-exzewsub8b] {
        display: none;
    }

    .nav-scrollable[b-exzewsub8b] {
        display: block;
        height: calc(100vh - 96px);
        overflow-y: auto;
    }
}
