/* _content/wmolloy/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-f1fne7rfip] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-f1fne7rfip] {
    height: 3.5rem;
}

.nav-highlight[b-f1fne7rfip] {
    font-size: 1.1rem;
    color: white;
}

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

.nav-item[b-f1fne7rfip] {
    font-size: 0.9rem;
    padding: 0.2em;
    color: white;
    background-color: rgba(255,255,255,0.05);
}

    .nav-item[b-f1fne7rfip]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 1.2rem;
        display: block;
        text-align: center;
        padding: 0.6em 0.5em;
    }

.nav-item[b-f1fne7rfip]  a.active {
    background-color: rgba(255,255,255,0.4);
}

.nav-item[b-f1fne7rfip]  a:hover {
    background-color: rgba(255,255,255,0.2);
}

.nav-container[b-f1fne7rfip] {
    display: flex;
    flex-direction: column;
}

@media (max-width: 640.98px) {
    .nav-container[b-f1fne7rfip] {
        flex-direction: row;
        width: 100%;
    }

    .nav-item[b-f1fne7rfip] {
        /*min-width: 100px;*/
        margin: 0.2em 0.5em;
    }
}
