/* Seçili menü linki turuncu arka plan + beyaz text */
.nav-sidebar .nav-link.active {
    background-color: #fd7e14 !important; /* Dashboard ile aynı turuncu */
    color: white !important;
}

/* Eğer içindeki <i> ikon da varsa turuncuyu koru */
.nav-sidebar .nav-link.active i.nav-icon {
    color: white !important;
}

/* Hover durumunda da aynı kalsın */
.nav-sidebar .nav-link.active:hover {
    background-color: #fd7e14 !important;
    color: white !important;
}


