.reveal-on-scroll {
  opacity: 0;
}

#loadingStatus {
  position: fixed;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  z-index: 100000;
  opacity: 0;
  pointer-events: none;
  transition: 400ms linear;
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#loadingStatus.active {
  opacity: 1;
  pointer-events: all;
}
#loadingStatus .widget {
  margin: 0 auto;
  text-align: center;
}
#loadingStatus .widget .caption {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1px;
}
#loadingStatus .widget .caption a:link,
#loadingStatus .widget .caption a:visited {
  color: #ffffff;
  text-decoration: underline;
}
#loadingStatus .widget .caption a:active {
  color: #ffffff;
  text-decoration: none;
}
#loadingStatus .spinner {
  margin-bottom: 10px;
}
#loadingStatus .spinner img {
  width: 30px;
  height: 30px;
}
#loadingStatus .spinner img.animate {
  animation: loading-spin linear 1s infinite;
  -webkit-animation: loading-spin linear 1s infinite;
  -moz-animation: loading-spin linear 1s infinite;
}

@keyframes loading-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loading-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@media (max-width: 576px) {
  .modal .modal-dialog {
    width: 90vw;
    padding-left: 5vw;
  }
}
.modal .modal-dialog .modal-header .btn-close {
  position: absolute;
  right: 2rem;
  opacity: 1;
}
.modal .modal-dialog .modal-subtitle {
  font-size: 2rem;
  margin-bottom: 1.25rem;
  text-shadow: -2px -2px 1px #ffffff, 2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px 2px 1px #ffffff;
}
.modal .modal-dialog .modal-content {
  border-radius: 1.5rem;
  border: 4px solid #316DAE;
  padding: 0.25rem;
}
.modal .modal-dialog .modal-content .modal-header, .modal .modal-dialog .modal-content .modal-footer {
  border: 0 !important;
}
.modal .modal-dialog .modal-content .modal-body {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  color: #316DAE;
  padding: 1.5rem 1rem 0.25rem 1rem;
}
.modal .modal-dialog .modal-content .modal-body .btn-instruction .icon {
  width: 1.375rem;
  height: 1.375rem;
  vertical-align: middle;
}
.modal .modal-dialog .modal-content .modal-body ol, .modal .modal-dialog .modal-content .modal-body ul {
  padding-left: 40px;
}
@media (max-width: 576px) {
  .modal .modal-dialog .modal-content .modal-body ol, .modal .modal-dialog .modal-content .modal-body ul {
    padding-left: 20px;
  }
}
.modal .modal-dialog .modal-content .modal-body ol li, .modal .modal-dialog .modal-content .modal-body ul li {
  text-align: left;
}
.modal .modal-dialog .modal-content .modal-footer {
  justify-content: center;
}
.modal .modal-dialog .modal-content .modal-footer .btn {
  border-radius: 1.25rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: #316DAE;
  padding: 0.5rem 1.5rem;
  border: 2px #316DAE solid;
  transition: ease-out 0.3s;
}
@media (max-width: 576px) {
  .modal .modal-dialog .modal-content .modal-footer .btn {
    width: 100%;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.modal .modal-dialog .modal-content .modal-footer .btn {
  background-color: #ffffff;
  font-size: 1.25rem !important;
  padding: 0.25rem 1.5rem !important;
}
.modal .modal-dialog .modal-content .modal-footer .btn-general {
  font-size: 1.25rem;
}
.modal .modal-dialog .modal-content .modal-footer .btn-general:hover {
  background-color: #316DAE;
  color: #ffffff;
}

.game-dialog-modal.modal .modal-header {
  text-align: center;
  padding-bottom: 0;
}
.game-dialog-modal.modal .modal-header h5 {
  font-size: 2.5rem;
  font-weight: bolder;
  width: 100%;
  color: #316DAE;
  text-shadow: -2px -2px 1px #ffffff, 2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px 2px 1px #ffffff;
}
.game-dialog-modal.modal .modal-body {
  padding-top: 0.5rem;
}
.game-dialog-modal.modal .modal-body .btn-instruction {
  display: inline-block;
  padding-bottom: 0px;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}
.game-dialog-modal.modal .modal-body .btn-instruction:hover, .game-dialog-modal.modal .modal-body .btn-instruction:active {
  border-bottom: 4px solid #C7406D;
}
.game-dialog-modal.modal .modal-body .positive {
  color: #0EB491;
  text-shadow: -2px -2px 1px #ffffff, 2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px 2px 1px #ffffff;
}
.game-dialog-modal.modal .modal-body .negative {
  color: #DA6564;
  text-shadow: -2px -2px 1px #ffffff, 2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px 2px 1px #ffffff;
}
.game-dialog-modal.modal .modal-body a {
  transition: ease-out 0.3s;
}
.game-dialog-modal.modal .modal-body a:link, .game-dialog-modal.modal .modal-body a:visited {
  color: #C7406D;
  text-decoration: none;
}
.game-dialog-modal.modal .modal-body a:hover {
  color: #C7406D;
}
.game-dialog-modal.modal .modal-content {
  border: 0;
  border-radius: 2.5rem;
  background: #FEF6D8;
  padding: 1rem 1.5rem;
  box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 576px) {
  .game-dialog-modal.modal .modal-content {
    padding-left: 1rem;
  }
}
.game-dialog-modal.modal .btn-play, .game-dialog-modal.modal .btn-back {
  display: inline-block;
  border-radius: 100px;
  height: 4.375rem;
  text-align: center;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  transition: ease-out 0.3s;
}
.game-dialog-modal.modal .btn-play.btn-back, .game-dialog-modal.modal .btn-back.btn-back {
  background-color: #E6E6E6;
  border: 4px #316DAE solid;
  color: #316DAE;
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.game-dialog-modal.modal .btn-play.btn-play, .game-dialog-modal.modal .btn-back.btn-play {
  background-color: #C7406D;
  border: 4px #ffffff solid;
  color: #ffffff;
  box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.25);
}
.game-dialog-modal.modal .btn-play:hover, .game-dialog-modal.modal .btn-back:hover {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
}
.game-dialog-modal.modal .btn-play:active, .game-dialog-modal.modal .btn-back:active {
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 576px) {
  .game-dialog-modal.modal .btn-play, .game-dialog-modal.modal .btn-back {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 1.25rem;
    border-width: 3px !important;
    height: 4rem;
  }
}
@media (max-width: 400px) {
  .game-dialog-modal.modal .btn-play, .game-dialog-modal.modal .btn-back {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.125rem;
    border-width: 3px !important;
    height: 3.75rem;
  }
}
.game-dialog-modal.modal .btn-play.with-arrow, .game-dialog-modal.modal .btn-back.with-arrow {
  background-image: url(../images/form-btn-arrow-white.svg);
  background-size: 1.625rem 1.25rem;
  background-repeat: no-repeat;
  background-position: 85% 50%;
  padding-right: 3.5rem;
}
@media (max-width: 576px) {
  .game-dialog-modal.modal .btn-play.with-arrow, .game-dialog-modal.modal .btn-back.with-arrow {
    background-size: 1.25rem 1rem, auto 100%;
    padding-right: 3rem;
  }
}
.game-dialog-modal.modal .btn-play.with-arrow:hover, .game-dialog-modal.modal .btn-back.with-arrow:hover {
  background-position: 90% 50%, center center;
}

#gameInstructionModal .modal-body {
  padding-top: 1rem;
}

#gameAnswerModal .modal-header {
  padding: 0;
  pointer-events: none;
}
#gameAnswerModal .modal-header .congrat-title {
  height: 3rem;
  margin: 0 auto;
  position: relative;
  top: 1.25rem;
  z-index: 10;
}
#gameAnswerModal .modal-text-placeholder {
  font-size: 1.75rem;
  color: #0EB491;
  text-shadow: -2px -2px 1px #ffffff, 2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px 2px 1px #ffffff;
}
#gameAnswerModal .modal-text-placeholder .eng {
  font-size: 2.5rem;
}

#gameFinishModal .modal-header {
  padding: 0;
  pointer-events: none;
}
#gameFinishModal .modal-header .congrat-title {
  height: 3rem;
  margin: 0 auto;
  position: relative;
  top: 1.25rem;
  z-index: 10;
}
#gameFinishModal .modal-content {
  background-image: url("../images/game-result-bg.png");
  background-color: #8DBC6C;
  border: 4px solid #ffffff;
}
#gameFinishModal .modal-body {
  background: #ffffff;
  border-radius: 1.25rem;
  padding: 2rem 1rem 1.5rem 1rem;
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.25);
  text-align: left;
  pointer-events: none;
}
#gameFinishModal .modal-body .modal-text-placeholder {
  padding-left: 0.25rem;
  margin-bottom: 0.5rem;
}
#gameFinishModal .modal-body .score-badge {
  display: inline-block;
  background: #16B46B;
  border-radius: 10rem;
  padding: 0.25rem 1.25rem 0.1rem 1.25rem;
  font-size: 1.25rem;
  color: #ffffff;
}
#gameFinishModal .modal-body .score-badge .score-placeholder {
  display: inline-block;
  font-size: 1.375rem;
  font-weight: 500;
  padding-left: 0.25rem;
}

#missionChecklistModal {
  z-index: 2500;
}
#missionChecklistModal .modal-dialog {
  max-width: 900px;
}
@media (max-width: 576px) {
  #missionChecklistModal .modal-dialog {
    width: 96vw;
    padding-left: 2vw;
    margin-bottom: 4rem;
  }
}
#missionChecklistModal .modal-header {
  padding: 0;
  pointer-events: none;
}
#missionChecklistModal .modal-header .congrat-title {
  height: 3rem;
  margin: 0 auto;
  position: relative;
  top: 1.25rem;
  z-index: 10;
}
#missionChecklistModal .modal-content {
  background-image: url("../images/game-result-bg.png");
  background-color: #8DBC6C;
  border: 4px solid #ffffff;
  padding-left: 1rem;
  padding-right: 1rem;
}
#missionChecklistModal .modal-body {
  background: #FEF6D8;
  border-radius: 1.25rem;
  padding: 2rem 1rem 1.5rem 1rem;
  box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.25);
  text-align: left;
  pointer-events: all;
}
@media (min-width: 1200px) {
  #missionChecklistModal .modal-body .task {
    font-size: 1rem;
  }
}
@media (max-width: 576px) {
  #missionChecklistModal .modal-body {
    padding: 2rem 0.5rem 1.5rem 0.5rem;
    font-size: 1rem;
  }
  #missionChecklistModal .modal-body .task {
    font-size: 1rem;
    line-height: 1.25;
  }
}
#missionChecklistModal .modal-body p {
  text-align: center;
  margin-bottom: 1rem;
}
#missionChecklistModal .modal-body .checklistWrapper {
  padding: 0 1rem 0 0rem;
  margin: 0;
}
@media (max-width: 576px) {
  #missionChecklistModal .modal-body .checklistWrapper {
    padding: 0 0.5rem;
  }
  #missionChecklistModal .modal-body .checklistWrapper .form-check {
    padding-left: 0.5rem;
  }
}
#missionChecklistModal .modal-body .icon {
  width: 5rem;
  padding-right: 1rem;
}
#missionChecklistModal .modal-body .icon img {
  width: 4rem;
  height: 4rem;
}
@media (max-width: 576px) {
  #missionChecklistModal .modal-body .icon {
    width: 3.75rem;
    padding-right: 0.5rem;
  }
  #missionChecklistModal .modal-body .icon img {
    width: 3.25rem;
    height: 3.25rem;
  }
}
#missionChecklistModal .modal-body .task {
  width: 100%;
  text-align: left;
  padding-right: 1rem;
  color: #316DAE;
  font-family: bold;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
#missionChecklistModal .modal-body table {
  width: 100%;
}
#missionChecklistModal .modal-body .action {
  width: 2.25rem;
}
#missionChecklistModal .modal-body .action input[type=checkbox] {
  margin-left: 0;
  width: 2rem;
  height: 2rem;
  border: 1px #0EB491 solid;
}
#missionChecklistModal .modal-body .action input[type=checkbox]:checked {
  border-color: #0EB491;
  background-color: #0EB491;
}
@media (max-width: 576px) {
  #missionChecklistModal .modal-body .action {
    width: 2.5rem;
  }
  #missionChecklistModal .modal-body .action input[type=checkbox] {
    width: 2.25rem;
    height: 2.25rem;
  }
}

#formErrorModal {
  z-index: 2600;
}

.modal-backdrop.move-fwd {
  z-index: 2000;
}/*# sourceMappingURL=components.css.map */