.nav-el-container {
    display: flex;
    flex-direction: column;
    height: 91vh;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 5px;
}

.nav-el-foot {
    display: flex;
    flex-direction: column;
    font-size: small;
}

.nav-el-foot-item > .active {
    background-color: transparent !important;
}

.nav-el-head-item > .active {
    background-color: transparent !important;
}

.divider {
    margin: 10px 0 10px 0;
}

.expanded {
    display: flex;
    justify-content: center;
}