.ob-progress-bar-wrap {
  height: 18px;
  width: 100%;
  background-color: $border;
  margin-bottom: 22px;
}

.ob-progress {
  width: 100%;
  p {
    font-size: 14px;
    margin: 0;
  }
}

.ob-fill {
  height: 100%;
  background-color: $primary;
  transition: width 1s ease-in-out;
}