
.sidebar .nav-collapse {
    margin-bottom: unset !important;
    padding-bottom: unset !important;
    padding-top: unset !important;
}

.sidebar .nav-collapse li a
 {
    padding-bottom: 2px !important;
    padding-top: 2px !important;
}

.sidebar_expanding {
    cursor: ew-resize; /* Show resize cursor */
}

.sidebar .nav-collapse li a .sub-item
{
   white-space: nowrap;
}

.sidebarIconCls 
{
   margin-right: 0px !important;
  
}
.menuCls
{
 font-weight: normal !important;
}
.scrollbar-inner>.scroll-element.scroll-x {
    bottom: auto; /* Reset or default value for mobile/tablets */
}

/* Styles for desktop screens only */
@media screen and (min-width: 1024px) {
    .scrollbar-inner>.scroll-element.scroll-x {
        bottom: 75px !important;
    }
}

/* .scrollbar-inner>.scroll-element.scroll-y {
    width: 10px;
} */


.scrollbar-inner>.scroll-element.scroll-x {
    height: 12px;
}