.progress-bar-container {
  width: 100%;
  background-color: #000000;
  border-radius: 10px;
  overflow: hidden;
  height: 30px;
}

.progress-bar-fill {
  width: 0%;
  background-color: #25cd49;
  height: 100%;
  text-align: center;
  line-height: 30px;
  color: rgb(255, 255, 255);
  font-weight: bold;
}
