/* Cambia colore top bar */
#header {
    background-color: #56aeff !important;   /* scegli tu il colore */
}

/* Cambia colore sidebar */
#nav-sidebar .app .section,
#nav-sidebar .module caption {
    background-color: #7dc1ff !important;
    color: yellow !important;
}

/* Cambia il colore del testo per compatibilità */
#nav-sidebar a,
#header a,
#nav-sidebar .app-label {
    color: #021B73 !important;
}
