/* ========================================
   SIA e-BMD - Custom Styles
   ======================================== */

/* ========================================
   Dashboard - Donut Chart Text
   ======================================== */
/* Dynamic text color for donut charts based on theme */
.donut-inner-text {
    fill: var(--mud-palette-text-primary) !important;
}

/* ========================================
   Navigation Menu - White Text & Icons
   ======================================== */
/* White text and icons for navbar */
.mud-nav-link, .mud-nav-link .mud-nav-link-text, .mud-nav-link .mud-icon-root {
    color: white !important;
}

.mud-nav-group .mud-nav-link, .mud-nav-group .mud-nav-link-text, .mud-nav-group .mud-icon-root {
    color: white !important;
}

.mud-nav-group .mud-expand-panel-header {
    color: white !important;
}

/* Hover state */
.mud-nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

/* Active/selected state */
.mud-nav-link.active {
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: white !important;
}
