.navbar {
    box-shadow: 0px 3px 7px var( --shades-colors-2);
}
.navbar-left ul {
    list-style-type: none !important;
}

.navbar-left {
    position:fixed;
    top:66px;
    left:0px;
    z-index:1;
    width:84px;
    height:calc(100% - 66px);
    overflow-y: auto;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.navbar-left::-webkit-scrollbar {
    display: none;
}

.dropdown-toggle-icon-hidden::after {
    display: none !important;
}
