.step,
.step-vertical {
  list-style: none;
}
.step .step-item,
.step-vertical .step-item {
  position: relative;
  min-height: 1rem;
}
.step .step-item a,
.step-vertical .step-item a {
  color: #000000d9;
  display: inline-block;
  text-decoration: none;
}
.step .step-item a:before,
.step-vertical .step-item a:before {
  background: #0d6efd;
  border: 2px solid #fff;
  border-radius: 50%;
  content: '';
  display: block;
  height: 0.6rem;
  width: 0.6rem;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.step .step-item .desc,
.step-vertical .step-item .desc {
  color: #00000073;
  font-size: 14px;
}
.step .step-item.active a:before,
.step-vertical .step-item.active a:before {
  background: #fff;
  border: 0.1rem solid #0d6efd;
}
.step .step-item.active ~ .step-item:before,
.step-vertical .step-item.active ~ .step-item:before {
  background: #dadee4;
}
.step .step-item.active ~ .step-item a,
.step-vertical .step-item.active ~ .step-item a {
  color: #dadee4;
}
.step .step-item.active ~ .step-item a:before,
.step-vertical .step-item.active ~ .step-item a:before {
  background: #dadee4;
}
.step .step-item.active ~ .step-item .desc,
.step-vertical .step-item.active ~ .step-item .desc {
  color: #dadee4;
}

.step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0.2rem 0;
  /* width: 100%; */
}
.step .step-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  margin-top: 0;
  text-align: center;
}
.step .step-item:not(:first-child)::before {
  background: #0d6efd;
  content: '';
  height: 2px;
  left: -50%;
  position: absolute;
  top: 9px;
  width: 100%;
}
.step .step-item a {
  padding: 20px 10px 0;
}
.step .step-item a:before {
  left: 50%;
  top: 0.2rem;
}

.step-vertical {
  padding: 0 1rem;
  margin: 0.2rem 0;
}
.step-vertical .step-item {
  border-left: 2px solid #0d6efd;
  padding-left: 2rem;
  padding-bottom: 1rem;
}
.step-vertical .step-item.active {
  border-left: 2px solid #dadee4;
}
.step-vertical .step-item.active ~ .step-item {
  border-left: 2px solid #dadee4;
}
.step-vertical .step-item a:before {
  left: -2.05rem;
  top: 6px;
}

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