.bottom-sidebar {
   position: absolute;
   bottom: 0;
}
.light-style .menu-sub .menu-item:hover.active .menu-link .title {
    color: #6f6b7d;
}
.bg-menu-theme .menu-sub>.menu-item>.menu-link:before {
    content: "" !important;
    font-family: "tabler-icons" !important;
    position: absolute !important;
    font-size: .65rem !important;
    font-weight: bold !important;
}
.bg-menu-theme.menu-vertical .menu-sub>.menu-item .menu-link .menu-icon {
    display: block !important;
}

.menu-link.disabled .ms-2 {
    color: #6f6b7d;
}
.menu-link.disabled {
    color: #b0b0b0;
    background-color: #f0f0f0;
    pointer-events: none; /* Disable clicking */
}