.exode-tutorial-screen-container {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
}

.exode-tutorial-container {
  position: relative;
  margin: 10% 12%;
}

.text-icon {
  display: inline-block;
  background-size: 20px;
  width: 20px;
  height: 20px;
  margin-left: 2px;
  margin-right: 2px;
  background-repeat: no-repeat;
}

/* exode tutorial window : */
/* this is the style for: a normal tutorial step */
.exode-tutorial-window {
  position: absolute;
  top: 30%;
  left: 10%;
  /*transform: scale(0);*/
  transition: 200ms ease-in-out;
  width: 65vmin;
  height: 48vmin;
  background-color: #00394d;
  padding: 1.5vmin;
  box-shadow: 0px 0px 10px 5px rgba(0, 255, 254, 0.7);
  border-radius: 10px;
  z-index: 9999;
}

.exode-tutorial-window-short {
  position: absolute;
  top: 30%;
  left: 10%;
  /*transform: scale(0);*/
  transition: 200ms ease-in-out;
  width: 65vmin;
  height: 30vmin;
  background-color: #00394d;
  padding: 1.5vmin;
  box-shadow: 0px 0px 10px 5px rgba(0, 255, 254, 0.7);
  border-radius: 10px;
  z-index: 9999;
}

.exode-tutorial-window-medium {
  position: absolute;
  top: 30%;
  left: 10%;
  /*transform: scale(0);*/
  transition: 200ms ease-in-out;
  width: 65vmin;
  height: 48vmin;
  background-color: #00394d;
  padding: 1.5vmin;
  box-shadow: 0px 0px 10px 5px rgba(0, 255, 254, 0.7);
  border-radius: 10px;
  z-index: 9999;
}

.exode-tutorial-window-long {
  position: absolute;
  top: 25%; /* here it's the same as vh if we are in a div which takes 100% of screen */
  left: 10%; /* here it's the same as vw */
  /*transform: scale(0);*/
  transition: 200ms ease-in-out;
  width: 65vmin;
  height: 68vmin;
  background-color: #00394d;
  padding: 1.5vmin;
  box-shadow: 0px 0px 10px 5px rgba(0, 255, 254, 0.7);
  border-radius: 10px;
  z-index: 9999;
}

.exode-tutorial-window-image {
  position: absolute;
  top: 30%;
  left: 10%;
  transition: 200ms ease-in-out;
  width: 65vmin;
  height: 48vmin;
  background-image: url("../tutorial_ui/versionE_tooltip_central.png");
  background-size: 65vh 48vmin;
  background-repeat: no-repeat;
  padding: 1.5vmin;
  z-index: 9999;
}

/* style of descriptions of the welcome step */
.exode-tutorial-image-title {
  font-size: 4vmin;
  margin-top: 2vmin;
  margin-bottom: 2vmin;
  /* margin-left: 2vmin; */
  text-align: center;
  font-family: "Cascadia";
  color: white;
  pointer-events: none;
}

.exode-tutorial-image-image {
  position: absolute;
  top: -12vmin;
  left: 4vmin;
}

.exode-tutorial-image-side-image {
  position: absolute;
  /* top: -12vmin; */
  /* top: 50%; */
  top: -8%;
  left: 70vmin;
}

.exode-tutorial-image-description {
  line-height: 1.5;
  text-align: left;
  margin-bottom: 5vmin;
  margin-left: 5vmin;
  margin-right: 6vmin;
  font-family: "Cascadia";
  font-size: 1.6vmin;
  pointer-events: auto;
  color: white;
}

@media (orientation: portrait) {
  .exode-tutorial-image-description {
    font-size:2.5vmin;
  }
}
@media (orientation: landscape) {
}        


.exode-tutorial-window-fullscreen {
}

.exode-tutorial-window-topofscreen {
}

.exode-tutorial-window-bigredalert {
}

/* exode tutorial window start : */
/* this is the style for: the Welcome look of a tutorial */
.exode-tutorial-window-start {
  position: absolute;
  padding: 6vmin;
  top: 30%;
  left: 10%;
  /*transform: scale(0);*/
  transition: 200ms ease-in-out;
  width: 90%;
  height: 50%;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 1.5vmin;
  text-align: left;
  border-left: 6px solid cyan;
  /*box-shadow: 0px 0px 10px 5px rgba(0, 255, 254, 0.5);*/
  box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.5);
  /*border-radius: 10px;*/
}

/* style of descriptions of the welcome step */
.exode-tutorial-start-title {
  font-size: 4vmin;
  margin-bottom: 2vmin;
  margin-left: 2vmin;
  text-align: left;
  font-family: "Cascadia";
}

.exode-tutorial-start-description {
  font-size: 2.15vmin;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 5vmin;
  margin-left: 4vmin;
  font-family: "Cascadia";
}

.exode-tutorial-active {
  transform: scale(1);
}

/* style of descriptions of a normal step */
.exode-tutorial-title {
  font-size: 5vmin;
  margin-bottom: 2vmin;
  text-align: center;
}

.exode-tutorial-description {
  font-size: 2.5vmin;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 5vmin;
}

.exode-tutorial-button-container {
  position: absolute;
  display: flex;
  bottom: 8vmin;
  left: 4vmin;
  width: 80%;
  height: 6vmin;
}

/* used to be positioned directly after description */
.exode-tutorial-button-start-noposition {
  font-family: "Cascadia", sans-serif;
  width: 25vmin;
  height: 5vmin;
  background-color: cyan;
  border: none;
  border-radius: 16px;
  box-shadow: 0 0 5px cyan, 0 0 25px cyan;
}
.exode-tutorial-button-start-noposition:hover {
  box-shadow: 0 0 5px cyan, 0 0 25px cyan, 0 0 100px cyan, 0 0 200px cyan;
}
.exode-tutorial-button-start {
  font-family: "Cascadia", sans-serif;
  position: absolute;
  top: 70%;
  left: 10%;
  /*margin: 5vh 12vmin;*/
  width: 25vmin;
  height: 5vmin;
  background-color: cyan;
  border: none;
  border-radius: 16px;
  box-shadow: 0 0 5px cyan, 0 0 25px cyan;
}
.exode-tutorial-button-start:hover {
  box-shadow: 0 0 5px cyan, 0 0 25px cyan, 0 0 100px cyan, 0 0 200px cyan;
}

.exode-tutorial-button {
  font-family: "Cascadia", sans-serif;
  background-color: #00aaa9;
  border: none;
  color: #fff;
  font-size: 3vmin;
  margin-top: 2vmin;
  margin-left: 3vmin;
  padding: 2vh 3vmin;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.exode-tutorial-button:hover {
  background-color: #005555;
}
.exode-tutorial-button:disabled {
  background-color: #00394d;
  border: 1px solid #00aaa9;
  color: #005555;
}

.exode-tutorial-button-stylewelcome {
  font-family: "Cascadia", sans-serif;
  background-color: #00aaa9;
  border: none;
  color: #fff;
  font-size: 2vmin;
  margin-top: 1vmin;
  margin-left: 1.5vmin;
  padding: 1vh 1.5vmin;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.exode-tutorial-button-stylewelcome:hover {
  background-color: #005555;
}
.exode-tutorial-button-stylewelcome:disabled {
  background-color: #00394d;
  border: 1px solid #00aaa9;
  color: #005555;
}

.exode-tutorial-button-inactive {
  background-color: #00394d;
  border: 1px solid #00aaa9;
  color: #005555;
}
/* skip tutorial button  */
.exode-tutorial-button-skip {
  position: absolute;
  top: 2vmin;
  right: 3vmin;
  background-color: transparent;
  color: #25a5be;
  border: none;
  font-size: 2.3vmin;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.exode-tutorial-button-skip:hover {
  color: #5bc0de;
  text-decoration: underline;
}

.exode-tutorial-button-skip-stylewelcome {
  position: absolute;
  top: 3vmin;
  right: 1.5vmin;
  background-color: transparent;
  color: #25a5be;
  border: none;
  font-size: 1.15vmin;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.exode-tutorial-button-skip-stylewelcome:hover {
  color: #5bc0de;
  text-decoration: underline;
}

/* to dim everything else around  */
.exode-tutorial-dim-overlay {
  position: fixed;
  opacity: 1;
  transition: 200ms ease-in-out;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%; /* added */
  height: 100%; /* added */
  background-color: rgba(0, 0, 0, 0.8);
  pointer-events: none; /* !important */
}
.exode-tutorial-dim-overlay.exode-tutorial-active {
  pointer-events: all;
  opacity: 1;
}

/* ----------------------------------- */
/*       MEDIA QUERIES MOBILE          */
/* ----------------------------------- */
@media screen and (max-width: 767px) {
  /* main screen */
  .exode-tutorial-window-start {
    top: 4%;
    left: -2%;
    width: 82vw;
    height: 90vmin;
  }

  /* ok button */
  .exode-tutorial-button-start-noposition {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%);
  }
}
