/* Custom sidebar active state styling */
#sidebar-menu ul li.mm-active > a {
    color: #f1734f !important;
    background-color: rgba(241, 115, 79, 0.1) !important;
    border-radius: 4px !important;
}

#sidebar-menu ul li.mm-active > a i {
    color: #f1734f !important;
}

#sidebar-menu ul li.mm-active > a svg {
    color: #f1734f !important;
    fill: rgba(241, 115, 79, 0.2) !important;
}

/* Dark theme sidebar active state */
body[data-sidebar=dark] #sidebar-menu ul li.mm-active > a {
    color: #f1734f !important;
    background-color: rgba(241, 115, 79, 0.15) !important;
    border-radius: 4px !important;
}

body[data-sidebar=dark] #sidebar-menu ul li.mm-active > a i {
    color: #f1734f !important;
}

body[data-sidebar=dark] #sidebar-menu ul li.mm-active > a svg {
    color: #f1734f !important;
    fill: rgba(241, 115, 79, 0.2) !important;
}