.mentyoo-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 12rem;
    height: 100%;
    z-index: 1;
    overflow-x: hidden;
    transition: all 0.5s;
    padding: 0.5rem 1rem;
    background-color: #2f3437 !important;
}

.sidebar-navlink.nav-link.active {
    background-color: #474c4f !important;
}

.sidebar-navlink.nav-link:hover {
    background-color: #3a3f42 !important;
}
