/* Sidebar Fix & Stabilization Rules */
.app-menu.navbar-menu {
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    height: 100vh !important;
    transition: transform 0.3s ease, width 0.3s ease !important;
}

#scrollbar {
    height: calc(100vh - 70px) !important;
    overflow-y: auto !important;
}

.app-menu .menu-dropdown {
    transition: height 0.25s ease-out !important;
}

/*# sourceMappingURL=custom-rtl.min.css.map */