/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-c9scxz2dn0] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.sidebar[b-c9scxz2dn0] {
    background-color: black !important;
    color: white !important;
}

/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-90788jknsv] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-90788jknsv] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-90788jknsv] {
/*    font-size: 1.1rem;
*/}

.nav-item[b-90788jknsv] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-90788jknsv] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-90788jknsv] {
        padding-bottom: 1rem;
    }

    .nav-item[b-90788jknsv]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-90788jknsv]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-90788jknsv]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-90788jknsv] {
        display: none;
    }

    .collapse[b-90788jknsv] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/UpdateAvailable.razor.rz.scp.css */
.floating-update-button[b-nigsuehi69] {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    padding: 1rem 1.5rem;
    animation: fadein-b-nigsuehi69 2s ease-out;
}

@keyframes fadein-b-nigsuehi69 {
    from {
        bottom: -100%;
    }

    to {
        bottom: 2rem;
    }
}
