@charset "UTF-8";
.step-process {
  margin-top: 2rem;
}
.step-process > .steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #929292;
  height: 4rem;
}
.step-process > .steps > .step {
  position: relative;
  display: table-cell;
  text-align: center;
  font-size: 0.875rem;
  color: #6D6875;
}
.step-process > .steps > .step:before {
  content: attr(data-step);
  display: block;
  margin: 0 auto;
  background: #ffffff;
  border: 2px solid #e6e6e6;
  color: #e6e6e6;
  width: 2rem;
  height: 2rem;
  text-align: center;
  margin-bottom: -4.2rem;
  line-height: 1.9rem;
  border-radius: 100%;
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 1rem;
}
.step-process > .steps > .step:after {
  content: "";
  position: absolute;
  display: block;
  background: #e6e6e6;
  width: 100%;
  height: 0.125rem;
  top: 1rem;
  left: 50%;
}
.step-process > .steps > .step:last-child:after {
  display: none;
}
.step-process > .steps > .step.is-complete {
  color: #6D6875;
}
.step-process > .steps > .step.is-complete:before {
  content: "✓";
  color: #28a745;
  background: #fff;
  border: 2px solid #28a745;
}
.step-process > .steps > .step.is-complete:after {
  background: #28a745;
}
.step-process > .steps > .step.is-active {
  font-size: 1.5rem;
}
.step-process > .steps > .step.is-active:before {
  color: #FFF;
  border: 2px solid #28a745;
  background: #28a745;
  margin-bottom: -4.9rem;
}

/**
 * Some Generic Styling
 */

/*# sourceMappingURL=step-process.css.map */
