.progress-container {
  z-index: 2;
  width: 100%;
  height: 5.2em;
  background-color: #6e6e6e;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  position: fixed;
}

.progress-bar {
  height: 5.2em;
  width: 0%;
  background-color: #71e075;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}/*# sourceMappingURL=progressBar.css.map */