/* /Components/Layout/MainLayout.razor.rz.scp.css */
footer[b-3srbw1nfqz] {
    text-align: center;
    color: white;
    background-color: #211f26;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px;
}

.footerUrl[b-3srbw1nfqz] {
    color: white !important;
}

.Footer[b-3srbw1nfqz] {
    font-size: 16px;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-1kj13udedc] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-1kj13udedc] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-1kj13udedc] {
    font-size: 1.1rem;
}

.oi[b-1kj13udedc] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-1kj13udedc] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

/*.nav-item:first-of-type {
    padding-top: 1rem;
}*/

.nav-item:last-of-type[b-1kj13udedc] {
    padding-bottom: 1rem;
}

.nav-item[b-1kj13udedc]  a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.nav-item[b-1kj13udedc]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-1kj13udedc]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-1kj13udedc] {
        display: none;
    }

    .collapse[b-1kj13udedc] {         
        display: block;
    }
}
