/* Base navlink text */
.sidebar-nav .sidebar-link {
  text-decoration: none;
}

/* Highlight the active link (Dash adds the “active” class automatically) */
.sidebar-nav .sidebar-link.active {
  background-color: #002d5c !important;
  color: white        !important;
  border-color: white !important;
}
