/* wizard steps style */
[disabled='disabled'] {
  cursor: default;
  pointer-events: none;
}

.wizard-line::before {
  content: "";
  width: 90%;
  height: 0.063rem;
  top: .938rem;
  right: 90%;
  background-image: url("../svg/grey-line.svg");
  position: absolute;
}

.wizard li.active::before,
.wizard li.completed::before {
  background-image: url("../svg/green-line.svg");
}

.wizard li.completed span.round-tab {
  border:none;
  background-image: url("../svg/icon-checked-green.svg");
}

.wizard .wizard-line:first-of-type::before {
  display: none;
}

.wizard-line-space {
  width: 3.75rem;
}

.wizard-line-space-1 {
  width: 2.5rem;
}

.wizard-line-space,
.wizard-line-space-1 {
  left: 0.75rem;
  z-index:4;
}

.wizard-circle {
  width: 2rem;
  height: 2rem;
  border: .094rem solid #8C7FA6;
  border-radius: 100%;
  z-index: 4;
}

.wizard li.active span.round-tab {
  border-color: #25F5CE;
}

.wizard li.active span.round-tab i {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 100%;
  background-color: #25F5CE;
}

.active .wizard-text {
  color: #1B004E!important;
  font-weight: bold
}
