/*
 * JDPH brand override for the Spark Admin template.
 * Spark Admin's accent color is driven almost entirely by --brand-lime;
 * redefining it (and the hover/translucent variants) re-skins buttons,
 * active nav states, badges and progress bars to JDPH red with no markup
 * changes needed. Loaded after main.css.
 */
:root {
  --brand-lime: #fd0101;
  --brand-lime-hover: #d40000;
  --brand-lime-translucent: rgba(253, 1, 1, 0.12);
}

/* Spark Admin's lime is near-white text; JDPH red needs white text instead
   on solid-fill elements for contrast (buttons, active sidebar link, badges). */
.btn-promo,
.sidebar-menu-link.active,
.navbar-action-badge,
.trend-badge.trend-up {
  color: #fff !important;
}
