.wizard .step-title-container {
  display: flex;
  align-items: center;
  gap: 5px;
}
.wizard .step-title-container .step-title {
  display: flex;
  gap: 7px;
  align-items: center;
  font-size: 20px;
} 
.wizard .step-title-container .step-title .step-title-number {
  font-size: 16px;
  background: #e1e1e1;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 600px) {
  .wizard .step-title-container .step-title .step-title-text.inactive {
    display: none;
  }
}
.wizard .step-title-container .step-active-title {
  font-weight: bold;
}
.wizard .step-title-container .step-active-title .step-title-number {
  background: #007bff;
  color: white;
}
.wizard .step-title-separator {
  flex-grow: 1;
  height: 2px;
  background-color: #e6e6e6;
}

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