.progress-bar {
  @apply h-4 border border-blue-jeans rounded-full;
}

.progress-bar-inner {
  @apply h-full bg-blue-jeans rounded-full;
}
