.progress-bar {
  width: 100%;
  height: 12px;
  background: #e5e5e5;
  border-radius: 5px;
  overflow: hidden;
  max-width: 350px;
}

.progress-fill-green {
  height: 100%;
  background: var(--color-primary);
}

.progress-fill-red {
  height: 100%;
  background: var(--color-red);
}
