.cr-step-indicator {
  display: flex;
  &__wrapper {
    display: flex;
    width: 100%;
    padding: 8px 30px;
    margin-bottom: 20px;
    align-items: center;
    border-radius: 10px;
  }

  &__wrapper--active {
    background: #f8f8f8;
  }

  &__indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    min-width: 35px;
    height: 35px;
    border: 1px solid #ded6c7;
    border-radius: 50%;
  }

  &__title {
    color: #3f3d56;
    margin-left: 25px;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
  }
}
