/* /App.razor.rz.scp.css */
.navbar-toggler[b-9fwfofaryh] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-9fwfofaryh] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.3);
}

.navbar-brand[b-9fwfofaryh] {
    font-size: 1.1rem;
}

.oi[b-9fwfofaryh] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

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

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

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

.nav-item a[b-9fwfofaryh] {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.nav-item a.active[b-9fwfofaryh] {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item a:hover[b-9fwfofaryh] {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

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

    .collapse[b-9fwfofaryh] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

.page[b-9fwfofaryh] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-9fwfofaryh] {
    flex: 1;
}

.sidebar[b-9fwfofaryh] {
    background-image: linear-gradient(69deg, rgba(255,0,0,1) 0%, rgba(0,0,255,1) 100%);
}

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

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