.uif-step-status-item {
  float: left;
  position: relative;
  text-align: center;
}
.uif-step-status-item:first-child .uif-step-progress-line {
  left: 50%;
}
.uif-step-status-item:last-child .uif-step-progress-line {
  right: 50%;
}
.uif-step-status-item.active .uif-step-progress-index,
.uif-step-status-item.active .uif-step-progress-line {
  background-color: $primary-color;
}
.uif-step-status-item.active .uif-step-progress-title {
  color: $primary-color;
}
