/* Fondo de la sidebar */
.filament-sidebar {
    background-color: #0E1A24 !important;
}

/* Links del menú */
.filament-sidebar .filament-sidebar-nav a {
    color: #C9A24D !important;
}

/* Link activo */
.filament-sidebar .filament-sidebar-nav a.filament-sidebar-item-link--active {
    background-color: #1a2d3d !important;
    color: #C9A24D !important;
}

/* Hover */
.filament-sidebar .filament-sidebar-nav a:hover {
    background-color: #1a2d3d !important;
    color: #C9A24D !important;
}