@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';

/* _content/Youbiquitous.Renoir.AppBlazor/Components/Shared/NavMenu.razor.rz.scp.css */
.nav-link[b-sbgstxckbl] {
    padding-left: 5px;
}
.navbar-toggler[b-sbgstxckbl] {
    background-color: rgba(255, 255, 255, 0.1);
}

.navbar-brand[b-sbgstxckbl] {
    font-size: 1.1rem;
}

.nav-item[b-sbgstxckbl] {
    font-size: 0.9rem;
    padding-bottom: 0.1rem;
    padding-left: 5px;
}

.nav-item:first-of-type[b-sbgstxckbl] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-sbgstxckbl] {
    padding-bottom: 1rem;
}

.nav-item[b-sbgstxckbl]  a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.nav-item[b-sbgstxckbl]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-sbgstxckbl]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.menu-separator[b-sbgstxckbl] {
    border: solid 1px #fff;
    margin-top: 15px;
    margin-bottom: 15px;
}

.menu-section[b-sbgstxckbl] {
    font-size: .75rem;
    color: #fff;
    opacity: .7;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (min-width: 641px) {
    .navbar-toggler[b-sbgstxckbl] {
        display: none;
    }

    .collapse[b-sbgstxckbl] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
