/* /Shared/LeftSideMenu.razor.rz.scp.css */
/*.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand {
    font-size: 1.1rem;
}

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

.nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type {
        padding-top: 1rem;
    }

    .nav-item:last-of-type {
        padding-bottom: 1rem;
    }
*/
.nav-item[b-n3ngw7tm03]  a {
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

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

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


/*
.sidebar-collapse {
    display: none;
}

.leftside-menu {
    background-image: linear-gradient(180deg, rgb(5, 39, 50) 0%, #282c48 70%);
}*/
/*@media (min-width: 641px) {
    .navbar-toggler {
        display: none;
    }

    .sidebar-collapse {*/
        /* Never collapse the sidebar for wide screens */
        /*display: block;
    }
    
    .nav-scrollable {*/
        /* Allow sidebar to scroll for tall menus */
        /*height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }


}*/
