.progress_container {
  position: relative;
  border-radius: 15px;
  height: 8px;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
}
.progress {
  position: absolute;
  left: 0px;
  height: 100%;
  border-radius: inherit;
  background: rgb(44, 255, 255);
  transition: width 0.5s ease-out;
}
.text {
  position: absolute;
  top: -300%;
  right: 0px;
  font-size: 12px;
  font-weight: 500;
}
