.tutorialBtnContainer {
  position: fixed;
  right: 50;
  bottom: 50;
  cursor: pointer;
}

.icon-tutorial {
  width: 55px;
  height: 55px;
  background-color: white;
  border-radius: 100%;
}

.borderFocus {
  padding: 10px;
  border: 2px solid #0d48a1;
  background-color: white;
  border-radius: 5px;
  transform: scale(1.1);
  z-index: 10;
  transition: all 0.3s ease-in-out;
}

.previousStep {
  transition: all 0.3s ease-in-out;
}
