/* Custom Sidebar Width (Default is 230px) */

/* Main sidebar width */
.sidebar {
    width: 250px !important;
}

/* Adjust the main content wrapper margin smoothly */
#wrapper {
    margin-left: 250px;
}

/* If the setup menu is open, handle its width */
#setup-menu-wrapper {
    width: 250px;
}

/* Small devices handling */
@media (max-width: 768px) {
    #wrapper {
        margin-left: 0 !important;
    }
}

/* RTL Language support (if applicable) */
[dir="rtl"] #wrapper {
    margin-right: 250px;
    margin-left: 0;
}
