.progress-label {
  position: absolute;
  text-align: center;
  font-weight: 700;
  width: 100%;
  margin: 0;
  line-height: 1.2rem;
  white-space: nowrap;
  overflow: hidden;
}

.progress-bar {
  height: 1.2rem;
  float: left;
  background-color: #2979ff;
  border-radius: 8px;
}

.progress {
  display: block;
  width: 100%;
  margin: 0.5rem 0;
  height: 1.2rem;
  background-color: #eeeeee;
  position: relative;
  border-radius: 8px;
}

.progress.thin {
  margin-top: 0.9rem;
  height: 0.4rem;
}

.progress.thin .progress-label {
  margin-top: -0.4rem;
}

.progress.thin .progress-bar {
  height: 0.4rem;
}

.progress-100plus .progress-bar {
  background-color: #38E4AE;
}

.progress-80plus .progress-bar {
  background-color: #38E4AE;
}

.progress-60plus .progress-bar {
  background-color: #37BB92;
}

.progress-40plus .progress-bar {
  background-color: #369176;
}

.progress-20plus .progress-bar {
  background-color: #356859;
}

.progress-0plus .progress-bar {
  background-color: #343E3D;
}
