.progress-container {
  margin: 20px 0;
}

.progress-label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 5px;
  color: #2f497f;
}

.progress-info {
  font-size: 14px;
  margin-top: 5px;
}

.progress-bar-wrapper {
  background-color: #e9edf5;
  border-radius: 4px;
  overflow: hidden;
  height: 12px;
  margin-bottom: 5px;
}

.progress-bar {
  background-color: #6511ec;
  height: 100%;
  transition: width 0.6s ease;
}
