/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-4ua7l92uh9] {
    position: relative;
}

.sidebar[b-4ua7l92uh9] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

@media (min-width: 576px) {
    .sidebar[b-4ua7l92uh9] {
        max-width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-0phy8qov8g] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-0phy8qov8g] {
    background-color: rgba(0,0,0,0.4);
}

.bi[b-0phy8qov8g] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.nav-item[b-0phy8qov8g] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-0phy8qov8g] {
        padding-top: 1rem;
    }

    .nav-item[b-0phy8qov8g]  a, button[b-0phy8qov8g] {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

    .nav-item[b-0phy8qov8g]  button {
        width: 100%;
    }

.nav-item[b-0phy8qov8g]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-0phy8qov8g]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-item[b-0phy8qov8g]  button:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 576px) {
    .nav-scrollable[b-0phy8qov8g] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
