/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-1xkvboipa9] {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

main[b-1xkvboipa9] {
    flex: 1;
}

.sidebar[b-1xkvboipa9] {
    background: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

#blazor-error-ui[b-1xkvboipa9] {
    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-1xkvboipa9] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-1nf9ob9dh2] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: #000000;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid #0a0a0a;
    background: #fcfcfc;

}

.navbar-toggler:checked[b-1nf9ob9dh2] {
    background-color: #ffffff;
}

.top-row[b-1nf9ob9dh2] {
    min-height: 3.5rem;
    background: none;
}

.navbar-brand[b-1nf9ob9dh2] {
    font-size: 1.3rem;
    font-weight: 600;
    color: #000;
    background: none;
}

.navbar-brand:hover[b-1nf9ob9dh2] {
    color: #000;
    background: none;
}

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

.bi-house-door-fill-nav-menu[b-1nf9ob9dh2] {
    background: none;
}

.bi-plus-square-fill-nav-menu[b-1nf9ob9dh2] {
    background: none;
}

.bi-list-nested-nav-menu[b-1nf9ob9dh2] {
    background: none;
}

.nav-item[b-1nf9ob9dh2] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

    .nav-item[b-1nf9ob9dh2]  .nav-link {
        color: #fff;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

    .nav-item:first-child[b-1nf9ob9dh2]  .nav-link {
        font-size: 1.3rem;
        font-weight: 600;
        background: none;
        color: #000;
        transition: background 0.2s, color 0.2s;
    }
    .nav-item:first-child[b-1nf9ob9dh2]  .nav-link:hover {
        background: #ededed;
        color: #000;
        border: none;
        border-radius: 6px;
    }

.nav-item[b-1nf9ob9dh2]  a.active {
    background-color: #222;
    color: #fff;
}

.nav-item[b-1nf9ob9dh2]  .nav-link:hover {
    background-color: #111;
    color: #fff;
}

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

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

.navmenu-separator[b-1nf9ob9dh2] {
    border: none;
    border-top: 1.5px solid #0f0f0f;
    margin: 0.5rem 0 0.5rem 0;
    width: 100%;
}

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

    .nav-scrollable[b-1nf9ob9dh2] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
