
:root{--gfa-interface:#0B5FA5}

/* Interface = technical blue tiles and non-active navigation icons */
.nav-link:not(.active) .icon,
.nav-link:not(.active) .icon-shape,
.icon.icon-shape.bg-gradient-primary{
  background:var(--gfa-interface)!important;
  background-color:var(--gfa-interface)!important;
}

/* Keep the active menu governed by Principale */
.nav-link.active{
  background:var(--gfa-primary)!important;
  background-color:var(--gfa-primary)!important;
}
.nav-link.active .icon,
.nav-link.active .icon-shape{
  background:var(--gfa-primary)!important;
  background-color:var(--gfa-primary)!important;
}

/* Do not recolor graphs/status series. */
