.custom-steps {
  list-style-type: none;
  color: white;
  display: flex;
  width: 100%;
  font-size: 14px;
  justify-content: space-around;
  margin-bottom: 0;
  text-align: center;
}

.custom-steps li {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.custom-steps li > div > img.custom-icon {
  width: 35px;
  height: 35px;
  margin-bottom: 0.5rem;
}

.custom-steps li > div > img.custom-line {
  position: absolute;
  left: -122%;
  top: 20px;
}

.custom-table td {
  position: relative;
}

.custom-table td span {
  position: absolute;
  white-space: nowrap;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  color: #aab0bb;
}

.required:after {
  content: " *";
  color: red;
}

.custom-icon.active {
  filter: invert(41%) sepia(98%) saturate(785%) hue-rotate(134deg)
    brightness(94%) contrast(99%);
}

.custom-line.active {
  filter: invert(41%) sepia(98%) saturate(785%) hue-rotate(134deg)
    brightness(94%) contrast(99%);
}

#custom-progressbar tr td span.active {
  color: #01ab91;
}
