.progress-bar {
  border: rgb(var(--color-foreground)) 0.2rem solid;
  height: 1.8rem;
  width: 100%;
}

.progress-bar__inner {
  background-color: rgb(var(--color-foreground));
  display: block !important;
  height: 100%;
  width: 0;
}