/* Break-points */
.island-preview-box[data-v-1c3bc273] {
  position: absolute;
  right: 11%;
  top: 41.2%;
  width: 10%;
  height: 10%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 10;
  -webkit-transition: transform 0.3s linear;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.island-preview-box.passed[data-v-1c3bc273] {
    left: 11%;
    right: auto;
}
.island-preview-box.current[data-v-1c3bc273] {
    left: 11%;
    right: auto;
    border: 1px solid #ffd536;
    border-radius: 50%;
}
.island-preview-box[data-v-1c3bc273]:hover {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}
@media only screen and (max-width: 1280px) {
.island-preview-box[data-v-1c3bc273] {
    max-width: 64px;
    max-height: 64px;
}
}
@media only screen and (max-width: 767px) {
.island-preview-box[data-v-1c3bc273] {
    display: none;
}
.island-preview-box.current[data-v-1c3bc273] {
      display: block;
      max-width: 40px;
      max-height: 40px;
      right: -10% !important;
      left: auto !important;
      top: -1% !important;
}
}


#progress_island_8[data-v-c55e1cb4]:not(.next),
#progress_island_9[data-v-c55e1cb4]:not(.next),
#progress_island_10[data-v-c55e1cb4]:not(.next) {
  display: none;
}

/* Break-points */
.drag_to_answer[data-v-f750b016] {
  position: absolute;
  top: 60%;
  left: -42%;
  display: block;
  max-width: 40%;
  margin: 0;
  cursor: inherit;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
.drag_to_answer[data-v-f750b016] {
      display: none;
}
}

.leaderboard_position {
  padding: 10px 0 0 !important;
  min-height: 150px !important;
  left: 1% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.leaderboard_position h3 {
    font-size: 2.5em !important;
}
.leaderboard_position h2 {
    font-size: 3em !important;
}


/*# sourceMappingURL=game-question.css.map*/