.wizard-step {
  display: none;
}
.wizard-step:first-of-type {
  display: block;
}
.wizard-step [data-module=idsk-crossroad] {
  gap: 1rem;
}
.wizard-step [data-module=idsk-crossroad] .idsk-crossroad {
  width: calc(33.333% - 1rem);
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
}
.wizard-step [data-module=idsk-crossroad] a.idsk-crossroad-title.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  filter: grayscale(1);
  pointer-events: auto;
}
.wizard-step .levels {
  text-align: center;
  border-radius: 50%;
  width: 35px;
  line-height: 35px;
}
.wizard-step .levels.level-I {
  background-color: rgb(99, 190, 123);
}
.wizard-step .levels.level-II {
  background-color: rgb(177, 212, 127);
}
.wizard-step .levels.level-III {
  background-color: rgb(252, 235, 133);
}
.wizard-step .levels.level-IV {
  background-color: rgb(251, 170, 120);
}
.wizard-step .levels.level-V {
  background-color: rgb(248, 105, 107);
}
