@import '_content/Blazing.Library.Common.Components/Blazing.Library.Common.Components.bundle.scp.css';

/* _content/Blazing/Components/Layout/NavMenu.razor.rz.scp.css */

.oi[b-uvfu27z4b5] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-uvfu27z4b5] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-uvfu27z4b5] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-uvfu27z4b5] {
        padding-bottom: 1rem;
    }

    .nav-item[b-uvfu27z4b5]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-uvfu27z4b5]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-uvfu27z4b5]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

