.progress-status {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  margin-left: -4px;
}
.progress-status .progress-step {
  position: relative;
  font-size: 16px;
  font-family: "HappinessV";
  color: #F8F8F8;
  flex: 1 0 auto;
  margin: 0 4px;
  padding-bottom: 12px;
}
.progress-status .progress-step .step-indicator,
.progress-status .progress-step .step-name {
  position: relative;
  display: inline-block;
}
.progress-status .progress-step:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background-color: #F8F8F8;
}