.form-progress-wrapper {
  position: relative;
  width: 100%;
  overflow: auto;
  margin-bottom: clamp(2.571rem, 1.508rem + 3.101vw, 4.857rem); }
.form-progress-container {
  position: relative;
  width: 100%;
  min-width: fit-content;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0 0 14px; }
.form-progress-step {
  position: relative;
  margin: 0 0.3rem;
  text-align: center;
  z-index: 1; }
  .form-progress-step:before {
    content: '';
    position: absolute;
    width: 450%;
    height: 1px;
    top: 10px;
    right: 50%;
    background-color: #D6D7DC;
    z-index: 2; }
  .form-progress-step i {
    content: '';
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    background-color: #D6D7DC;
    border-radius: 50%;
    margin: 0 auto 0.5rem;
    z-index: 3; }
  .form-progress-step-current {
    z-index: 10; }
    .form-progress-step-current:before {
      height: 3px;
      top: 9px;
      background-color: #E94E24; }
    .form-progress-step-current i {
      background-color: #E94E24;
      border: 5px solid #D6D7DC; }
  .form-progress-step-completed:before {
    height: 3px;
    top: 9px;
    background-color: #E94E24; }
  .form-progress-step-completed i {
    background-color: #E94E24; }
  .form-progress-step:last-of-type:after {
    content: '';
    position: absolute;
    width: 500%;
    height: 1px;
    top: 10px;
    left: 0;
    background-color: #D6D7DC;
    z-index: 1; }

/*# sourceMappingURL=step-indicator.css.map */
