/* Progress Bar */
.progress-bar {
  background-color: #f1f5f9;
  border-radius: 999px;
  height: 12px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.progress-fill {
  background-color: #043548;
  height: 100%;
  border-radius: 999px;
  transition: width 0.4s ease;
}

.progress-bar-label {
  font-size: 14px;
  margin-bottom: 0.25rem;
  font-weight: 500;
  color: #043548;
}
