.color-register-primary,
.background-register {
  background: rgba(52, 45, 112, 1);
}

.main-register {
  min-height: 100vh;
  margin: 0;
  /* margin-right: -10px;
    margin-left: -10px;  */
}

.box-wizard-number {
  width: 50px;
  height: 50px;
  border: 1px solid #aca9a9;
  border-radius: 10px;
  font-size: 18px;
}

.wizard-number-label {
  font-size: 14px;
  font-weight: 700;
}

.wrapper-wizard > * {
  margin: 30px 0;
}

.current-box {
    background-color: #17A2B8;
}

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

.main-register .select2-container,
.main-register .select2-selection {
  width: 100% !important;
}

.text-stroke {
  color: white; /* Set the text color */
  text-shadow: -1px -1px 0 #000, /* Top-left shadow */
    1px -1px 0 #000, /* Top-right shadow */
    -1px 1px 0 #000, /* Bottom-left shadow */
    1px 1px 0 #000; /* Bottom-right shadow */
}
