.step-indicator__list[data-v-521dfcc7] {
  list-style-type: none;
  background-color: transparent;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding-left: 0;
  margin: 20px 0;
}
@media (max-width: 480px) {
.step-indicator__list[data-v-521dfcc7] {
    padding-left: 0;
}
}
.step-indicator__current[data-v-521dfcc7] {
  font-weight: bold;
}
.step-indicator__item[data-v-521dfcc7] {
  position: relative;
  color: rgb(4.2352941176%, 4.2352941176%, 4.2352941176%);
  width: 100%;
}
.step-indicator__item[data-v-521dfcc7]:before {
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  content: "\f054";
  display: block;
  color: rgb(85.5058823529%, 85.5058823529%, 85.5058823529%);
  background-color: rgb(4.2352941176%, 4.2352941176%, 4.2352941176%);
  border: 2px solid rgb(4.2352941176%, 4.2352941176%, 4.2352941176%);
  text-align: center;
  width: 2em;
  height: 2em;
  line-height: 1.75em;
  border-radius: 2em;
  position: relative;
  margin-bottom: 1em;
  margin-left: 0.4em;
  z-index: 1;
}
.step-indicator__current ~ .step-indicator__item[data-v-521dfcc7]:before {
  content: "\f054";
  background-color: rgb(85.5058823529%, 85.5058823529%, 85.5058823529%);
  color: #fff;
  border-color: rgb(91.3941176471%, 91.3941176471%, 91.3941176471%);
}
.step-indicator__item[data-v-521dfcc7]:last-child {
  width: 25%;
}
.step-indicator__item[data-v-521dfcc7]:last-child:before {
  margin-left: 18px;
}
@media (min-width: 768px) {
.step-indicator__item[data-v-521dfcc7]:first-child {
    margin-left: 4rem;
}
}
.step-indicator__item[data-v-521dfcc7]:not(:last-child):after {
  content: "";
  display: block;
  width: 100%;
  background-color: rgb(85.5058823529%, 85.5058823529%, 85.5058823529%);
  height: 2px;
  position: absolute;
  margin-left: 0.4rem;
  top: 1em;
  z-index: 0;
}
.step-indicator__item[data-v-521dfcc7]:nth-last-child(2):after {
  content: "";
  display: block;
  width: 100%;
  background-color: rgb(85.5058823529%, 85.5058823529%, 85.5058823529%);
  height: 2px;
  position: absolute;
  margin-left: 18px;
  top: 1em;
  z-index: 0;
}
.step-indicator__pass[data-v-521dfcc7]:not(:last-child):after {
  background-color: rgb(4.2352941176%, 4.2352941176%, 4.2352941176%);
}
.step-indicator__current ~ .step-indicator__item[data-v-521dfcc7] {
  color: rgb(4.2352941176%, 4.2352941176%, 4.2352941176%);
}
.step-indicator__current ~ .step-indicator__item[data-v-521dfcc7]:after {
  background-color: rgb(91.3941176471%, 91.3941176471%, 91.3941176471%);
}
.step-indicator__item.step-indicator__current[data-v-521dfcc7]:before {
  content: "\f078";
}.base-modal__header__custom-button button.v-btn.primary[data-v-23a942f1] {
  background-color: #f26622;
  border-color: #f26622;
}
.base-modal__title__icon[data-v-23a942f1] {
  margin-top: 3px;
}
.base-modal__footer button.v-btn.primary[data-v-23a942f1] {
  background-color: #f26622;
  border-color: #f26622;
}