.progressWrap {
  margin: 6px 3px;
  display: inline-flex;
  align-items: center;
}
.progressWrap .progressBar {
  position: relative;
  display: inline-block;
  height: 10px;
  background-color: #f0f0f0;
  border-radius: 5px;
  overflow: hidden;
}
.progressWrap .progressBar .progressInnerBar {
  position: absolute;
  height: 100%;
}
.progressWrap .progressText {
  margin-left: 6px;
  margin-top: -2px;
  font-size: 14px;
}
