/* Remove any legacy gradient classes by neutralizing them */
[class*="gradient"], .is-gradient, .gradient, .bg-gradient {
  background-image: none !important;
  background: var(--primary-600) !important;
}
.progress, .meter, .bar, .jauge, .progress-bar {
  background: var(--bar-bg);
  border-radius: 999px;
  overflow: hidden;
}
.progress > *,
.meter > *,
.bar > .fill,
.progress-bar > .fill{
  background: var(--primary-600) !important;
  background-image: none !important;
}
