.stepper-item:not(:last-child)::after {
  left:auto;
  right: calc(-50% + 2rem);
}

.stepper-item.active:not(:last-child)::after {
  background: linear-gradient(to right, var(--primary) 0 50%, #e4e8ef 50% 100%);
}

.stepper-item.completed .step-circle .fa-check {
  right: -0.85rem;
  left:auto;
}

.input-icon > i {
  right: auto;
  left: 1px;
  border-right: 1px solid #e1e5ec;
  border-bottom: 1px solid #e1e5ec;
  border-left: none;
  top:1px;
  border-radius: 7px 0px 0px 7px;
}



.form-select, .form-control , input[type='text'] {
  padding-right:1rem;
  padding-left:4rem;
}

