.wizard-num-active {
  height: 35px;
  width: 35px;
  border: 1px solid #59a970;
  border-radius: 30px;
  color: #59a970;
  background-color: #ffffff;
}
.wizard-num-active.completed {
  color: #fff;
  background-color: #59a970;
}
.wizard-line:after {
  border-bottom: 2px dotted #9e9e9e;
  content: "";
  width: 60px;
  display: block;
  /* margin-left: 15px; */
}
.wizard-text-active {
  color: #59a970;
}
.wizard-num {
  height: 35px;
  width: 35px;
  border: 1px solid #9e9e9e;
  border-radius: 30px;
  color: #9e9e9e;
  background-color: #ffffff;
}
.wizard-text {
  color: #9e9e9e;
}
