/*
	Typography mixin
 */
.rangeslider,
.rangeslider__fill {
  display: block;
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  border-radius: 10px; }

.rangeslider {
  background: #e6e6e6;
  position: relative; }

.rangeslider--horizontal {
  height: 20px;
  width: 100%; }

.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%; }

.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4; }

.rangeslider__fill {
  background: #00ff00;
  position: absolute; }

.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%; }

.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%; }

.rangeslider__handle {
  background: white;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  background-size: 100%;
  border-radius: 50%; }

.rangeslider__handle:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%; }

.rangeslider--horizontal .rangeslider__handle {
  top: -10px;
  touch-action: pan-y;
  -ms-touch-action: pan-y; }

.rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x; }

input[type="range"]:focus + .rangeslider .rangeslider__handle {
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9); }

/* CSS Document */
.fit-me-button, .left-panel, .right-panel, .score-title, .sounds-tab, .answer-select, .but-out-wrap, .life-button, .button-inner, .inner-text, .question-box, .money-box, .prize, .title-text, #settingsPage, .middle-inner, .jodal-new-inner, .in-set-button, .set-button-home, .set-title, .long-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

#lets-go-button, .answer-box-top, .answer-box-bottom, .icon-button-cont, .life-lines, .prize-inner, .number-count-cont, .bottom-cont, .text-box-active, .layer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.borderBack, .text-box-new, .jodal-back-new, .in-set-button, .set-button-home {
  border: 5px solid #E4DBCF; }

#lets-go-button, .prize.green-correct, .pop-down-message, .selected-prize, .how-to-play-button, .set-wide, .pos-button {
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.29); }

.xs-layout .switch-icon {
  width: 4rem;
  height: 2rem; }
  .xs-layout .switch-icon .switch-handle {
    height: 1.5rem;
    width: 1.5rem; }

button:focus {
  outline: unset; }

h4, p {
  margin: unset; }

.loading {
  z-index: 100000000000000000000000000; }

#gg_container, #mainPage {
  background-color: #afdff9;
  font-family: twinkl, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

button, input[type="submit"], input[type="reset"] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  button:focus-visible, input[type="submit"]:focus-visible, input[type="reset"]:focus-visible {
    outline: red 4px dashed !important;
    outline-offset: 4px; }

.jodal button:focus-visible, .jodal input[type="submit"]:focus-visible, .jodal input[type="reset"]:focus-visible, .jodal .rangeslider:focus-visible {
  outline: red 4px dashed;
  outline-offset: 4px; }

input:focus-visible + .rangeslider {
  outline: red 4px dashed;
  outline-offset: 4px; }

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  25% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05); }
  50% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9); }
  75% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

@keyframes pulsate {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  25% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05); }
  50% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9); }
  75% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); } }

.foreground-container {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 103;
  position: absolute;
  pointer-events: none;
  background-position: center; }

:focus {
  outline: none; }

.border-radius {
  border-radius: 8px; }

:root {
  --orange-highlight: orangered;
  /* Default color */
  --green-correct:  #8DC73F;
  /* Default color */
  --text-dark: #212F4A; }

.text-button.play {
  width: 40%;
  line-height: 1.15;
  padding: 2.5% 1.5% 2.5% 1.5%;
  font-size: 2vw;
  border: none; }

#lets-go-button {
  font-size: 3vw;
  height: 12%;
  padding: 1rem 1.5rem;
  border: white 4px solid;
  font-weight: 600;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  left: unset;
  width: 174px;
  height: 88px;
  border-radius: 44px;
  font-size: 2rem !important;
  padding: 14px 28px; }
  #lets-go-button:hover {
    cursor: pointer;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }

.fit-me-button {
  height: 100%;
  width: 80%;
  margin: auto; }

.left-panel {
  min-width: 77%;
  width: 90%;
  max-width: 90%;
  margin: auto;
  height: 100%;
  padding-top: 1rem; }

.right-panel {
  width: 21%;
  height: 100%; }
  .right-panel .text-button {
    width: 90%;
    margin: auto; }
    .right-panel .text-button:hover {
      -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
              transform: scale(1.05); }

#mainPage {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start; }

.score-title {
  margin: 0;
  font-size: 3rem;
  text-align: center;
  width: 100%;
  height: 10%; }

button svg {
  height: 100% !important; }

.top-box {
  padding: 0.4rem;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.paf-button, .fifty-button, .skip-q {
  padding: 1rem; }
  .paf-button svg, .fifty-button svg, .skip-q svg {
    width: 2rem; }

.filler-only {
  width: 6rem;
  height: 4.5rem; }

.icon-only {
  border-color: #E4DBCF !important;
  background: #5F283B !important; }

svg {
  -webkit-filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.29));
          filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.29)); }

.correct-green {
  border: 4px solid white !important;
  -webkit-animation-name: pulsate;
          animation-name: pulsate;
  -webkit-animation-duration: 1s !important;
          animation-duration: 1s !important; }

.correct-green, .green-correct {
  background: -webkit-gradient(linear, left bottom, left top, from(#7BC143), to(#8DC73F)) !important;
  background: -o-linear-gradient(bottom, #7BC143 0%, #8DC73F 100%) !important;
  background: linear-gradient(0deg, #7BC143 0%, #8DC73F 100%) !important; }
  .correct-green .answer-select, .green-correct .answer-select {
    background-color: #71a034; }
  .correct-green .top-area, .green-correct .top-area {
    background: -webkit-gradient(linear, left bottom, left top, from(#7BC143), to(#8DC73F));
    background: -o-linear-gradient(bottom, #7BC143 0%, #8DC73F 100%);
    background: linear-gradient(0deg, #7BC143 0%, #8DC73F 100%);
    color: white;
    border-radius: 22px; }

.prize.green-correct {
  color: white !important; }
  .prize.green-correct .number-count {
    background-color: white !important; }

.fullscreen-switch {
  pointer-events: none; }

#fullscreen-button:hover {
  cursor: pointer; }

.anim-green {
  -webkit-animation: green-flash 2s;
          animation: green-flash 2s; }

@-webkit-keyframes green-flash {
  0% {
    background-color: var(--green-correct) !important; }
  25% {
    background-color: var(--green-correct) !important; }
  25% {
    background-color: var(--orange-highlight) !important; }
  50% {
    background-color: var(--orange-highlight) !important; }
  50% {
    background-color: var(--green-correct) !important; }
  75% {
    background-color: var(--green-correct) !important; }
  75% {
    background-color: var(--orange-highlight) !important; }
  100% {
    background-color: var(--orange-highlight) !important; } }

@keyframes green-flash {
  0% {
    background-color: var(--green-correct) !important; }
  25% {
    background-color: var(--green-correct) !important; }
  25% {
    background-color: var(--orange-highlight) !important; }
  50% {
    background-color: var(--orange-highlight) !important; }
  50% {
    background-color: var(--green-correct) !important; }
  75% {
    background-color: var(--green-correct) !important; }
  75% {
    background-color: var(--orange-highlight) !important; }
  100% {
    background-color: var(--orange-highlight) !important; } }

.answer-wrong {
  border: 4px solid white !important; }
  .answer-wrong .answer-select {
    background-color: #ff0d00 !important; }
  .answer-wrong .top-area {
    color: white;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff4800), to(orangered));
    background: -o-linear-gradient(top, #ff4800 0%, orangered 100%);
    background: linear-gradient(180deg, #ff4800 0%, orangered 100%);
    border-radius: 22px; }

.wrong-hide {
  background-color: var(--orange-highlight) !important;
  opacity: 0.3; }

.orange-line {
  border-color: var(--orange-highlight) !important; }

.answer-box-top, .answer-box-bottom {
  height: 50%;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.3rem; }

.answer-box-top {
  margin-bottom: 0.5rem; }

.greyed-out {
  opacity: 0.2;
  pointer-events: none; }

.power-up-panel {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 12px; }

.power-up-desc {
  width: 80%;
  margin: 0 auto; }

.unClick {
  opacity: 0.3; }

.life-panel, .overlay-dark {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10000; }

.icon-button-cont {
  width: 6rem;
  -ms-flex-item-align: center;
      align-self: center; }

.mute-container, .full-container {
  margin-right: 1rem;
  width: 3rem; }
  .mute-container svg, .full-container svg {
    height: 100% !important;
    width: auto; }

.sounds-tab {
  margin: 0.5rem 0;
  padding: 1rem;
  -webkit-box-shadow: inset 3px 3px 0px 0 #E4DBCF, inset -3px -3px 0px 0 #FFFFFF;
          box-shadow: inset 3px 3px 0px 0 #E4DBCF, inset -3px -3px 0px 0 #FFFFFF;
  border-radius: 18px;
  width: 100%;
  background-color: #ebe3d7; }

.answer-select {
  width: 100%;
  height: 100%;
  position: relative;
  font-size: xx-large;
  background-color: #E2E3E4;
  -webkit-transition: 0.3 all ease-in-out;
  -o-transition: 0.3 all ease-in-out;
  transition: 0.3 all ease-in-out;
  position: relative;
  transition: 0.3 all ease-in-out !important; }

.top-area {
  position: absolute;
  background-color: white;
  width: 100%;
  border-radius: 28px;
  height: 92%;
  top: 0;
  left: 0;
  padding: 5%; }

.but-out-wrap {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  position: relative;
  width: 47%;
  height: 98%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 28px;
  font-size: xx-large;
  margin: 0 1%;
  color: var(--text-dark) !important;
  z-index: 1;
  -webkit-box-shadow: 3px 4px 11px -3px rgba(0, 0, 0, 0.78);
          box-shadow: 3px 4px 11px -3px rgba(0, 0, 0, 0.78);
  border: 4px solid black;
  overflow: hidden; }
  .but-out-wrap:hover {
    cursor: pointer;
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03); }

.pop-in {
  -webkit-animation-name: pop-in;
          animation-name: pop-in;
  -webkit-animation-duration: .6s;
          animation-duration: .6s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }

.shake {
  -webkit-animation: shake 0.7s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
          animation: shake 0.7s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px; }

@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0); }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0); } }

@keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0); }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0); } }

.pop-up {
  bottom: -50%;
  -webkit-animation-name: pop-up;
          animation-name: pop-up;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@-webkit-keyframes pop-up {
  0% {
    bottom: -50%; }
  100% {
    bottom: 2%; } }

@keyframes pop-up {
  0% {
    bottom: -50%; }
  100% {
    bottom: 2%; } }

@-webkit-keyframes pop-in {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  60% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  80% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes pop-in {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  60% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  80% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.life-lines {
  width: auto;
  padding: 0.5rem;
  margin: auto;
  position: relative;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 6rem; }

.pop-down-message {
  outline: 5px solid white;
  position: absolute;
  top: 100%;
  z-index: 10000001;
  font-size: large;
  padding: 0.5rem 1rem;
  color: white;
  border-radius: 0 0 12px 12px;
  background-color: var(--green-correct);
  -webkit-animation: popDownAnimation 0.3s ease-out forwards;
          animation: popDownAnimation 0.3s ease-out forwards; }

@-webkit-keyframes popDownAnimation {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@keyframes popDownAnimation {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

.life-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 0.5rem;
  border-radius: 100px !important;
  fill: white;
  width: 30%;
  background-color: white;
  font-weight: 600;
  color: white;
  text-align: center;
  width: 6rem; }
  .life-button:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    cursor: pointer; }

.paf-button svg svg {
  width: 3rem; }

.fifty-button {
  font-size: 2.5rem;
  font-weight: 700; }

.walk-away {
  padding: 0.6rem 1rem; }

.button-inner {
  width: 100%;
  height: 100%; }

.inner-text {
  text-wrap: balance;
  height: 100%;
  text-align: center;
  font-weight: 600; }

.bottom-box {
  height: 80%;
  width: 100%; }

.question-box {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 45%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  width: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 75%;
  margin: 1% auto;
  height: 38%; }

.question-text-box {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: unset;
  color: black !important;
  font-weight: 600;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  /* Apply a blur effect */
  border-radius: 12px;
  color: white;
  color: var(--text-dark) !important;
  width: 80%;
  padding: 1rem;
  -ms-flex-item-align: center;
      align-self: center;
  font-size: 2.5rem;
  font-size: 70px;
  max-height: 100%; }
  .question-text-box:focus-visible {
    outline: red 4px dashed;
    outline-offset: 4px; }

.answer-box {
  width: 100%;
  height: 55%;
  padding: 0.5rem; }

.money-box {
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  /* Apply a blur effect */
  height: 96%;
  margin: 5%;
  padding: 5%;
  color: #5F283B;
  opacity: 1 !important;
  -webkit-box-shadow: 3px 4px 11px -3px rgba(0, 0, 0, 0.78);
          box-shadow: 3px 4px 11px -3px rgba(0, 0, 0, 0.78); }

.borderBack {
  background: #FAFAF8 !important;
  border-radius: 35px !important; }

.money-inner {
  height: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: auto;
      flex-basis: auto; }

.slidecontainer {
  margin: auto 0;
  width: 55%;
  display: inline-block; }

.slider-contain {
  margin: 0 0.5rem 0 0;
  width: 100%;
  height: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left; }

.vol-tab {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF7ED), to(#F8EFE5));
  background: -o-linear-gradient(top, #FFF7ED 0%, #F8EFE5 100%);
  background: linear-gradient(180deg, #FFF7ED 0%, #F8EFE5 100%);
  -webkit-box-shadow: inset 3px 3px 0px 0 white , inset -3px -3px 0px 0 #E4DBCF;
          box-shadow: inset 3px 3px 0px 0 white , inset -3px -3px 0px 0 #E4DBCF;
  margin: 0 1rem; }
  .vol-tab svg {
    width: 3rem;
    fill: #93876ab8 !important;
    margin-right: 1rem;
    -webkit-filter: unset;
            filter: unset; }

.rangeslider {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: #5F283B !important;
  outline: 3px solid #E4DBCF; }

.rangeslider__handle {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important; }

.rangeslider__handle:after {
  content: unset; }

.rangeslider__fill {
  background-color: darkgrey !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
  background: -webkit-gradient(linear, left bottom, left top, from(#1b447f), color-stop(28%, #0f558d), to(#00689e));
  background: -o-linear-gradient(bottom, #1b447f 0%, #0f558d 28%, #00689e 100%);
  background: linear-gradient(0deg, #1b447f 0%, #0f558d 28%, #00689e 100%); }

.rangeslider--horizontal {
  height: 20px !important; }

.slider {
  width: 100% !important;
  height: 10%; }

.vol-slide {
  width: 100%; }

.exit-home-button .long-button {
  margin: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff4800), to(orangered));
  background: -o-linear-gradient(top, #ff4800 0%, orangered 100%);
  background: linear-gradient(180deg, #ff4800 0%, orangered 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#7d3a51), to(#5F283B));
  background: -o-linear-gradient(top, #7d3a51 0%, #5F283B 100%);
  background: linear-gradient(180deg, #7d3a51 0%, #5F283B 100%);
  padding: 1rem; }
  .exit-home-button .long-button .pos-button-text {
    margin: unset;
    margin-right: 1.05rem;
    margin-left: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.resume-button .long-button, .play-again .long-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem; }
  .resume-button .long-button .pos-button-text, .play-again .long-button .pos-button-text {
    margin: unset;
    margin-right: 1.05rem;
    margin-left: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.prize {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF7ED), to(#F8EFE5));
  background: -o-linear-gradient(top, #FFF7ED 0%, #F8EFE5 100%);
  background: linear-gradient(180deg, #FFF7ED 0%, #F8EFE5 100%);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-weight: 600;
  font-size: larger;
  color: var(--text-dark) !important;
  border-radius: 12px;
  width: 90%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5%;
  height: 100%;
  -webkit-box-shadow: inset 3px 3px 0px 0 #E4DBCF, inset -3px -3px 0px 0 #FFFFFF;
          box-shadow: inset 3px 3px 0px 0 #E4DBCF, inset -3px -3px 0px 0 #FFFFFF;
  margin: 1% auto;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.prize-inner {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.selected-prize {
  background: var(--orange-highlight);
  color: white !important; }

.number-count-text {
  margin-right: 0.5rem; }

.number-count {
  -ms-flex-item-align: center;
      align-self: center;
  width: 5px;
  height: 5px;
  background-color: var(--text-dark) !important;
  margin-right: 1rem;
  border-radius: 0.5rem; }

.how-to-play-button {
  font-family: 'Twinkl';
  border-color: #E4DBCF !important;
  color: white;
  font-weight: 900;
  font-size: xxx-large; }

.section-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #8c368c;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: center;
  width: 100%;
  height: 100%; }

.title-text {
  font-size: 14vw;
  width: 50%;
  left: 25%;
  height: 34%;
  margin-top: 5%;
  top: 0 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

#titlePage {
  width: 100%;
  height: 100%; }

#subContainer {
  position: absolute;
  height: auto;
  top: 50%;
  width: 100%;
  color: white;
  padding: 1%;
  font-weight: 600;
  font-size: 3vw;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.jodal .jodal-title {
  margin: 0 auto; }

.jodal .jodal-text {
  font-size: 2.6vw; }

.jodal .answer-text {
  text-align: center;
  z-index: 100;
  width: 90%;
  height: 15%;
  margin: 0 auto;
  margin-bottom: 5%; }

.jodal .jodal-sub-text {
  font-size: 2.6vw; }

.tooltiptext {
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 110%;
  left: 50%;
  margin-left: -60px;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #555 transparent; }

.new-instructions {
  width: 100%;
  height: 100%;
  position: absolute; }

#settingsPage {
  height: 100%; }

#instructionsPanel {
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  height: auto !important;
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: unset; }

.inst-text {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }

.arrow-icon {
  padding: 0.5rem !important; }

.thumnail-me {
  position: absolute;
  -webkit-transform: scale(0.68);
      -ms-transform: scale(0.68);
          transform: scale(0.68);
  border-radius: 35px;
  overflow: hidden;
  top: -13%;
  margin: auto;
  pointer-events: none;
  border: 5px solid white;
  -webkit-box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.37), 0px 0px 55px 1px rgba(0, 225, 255, 0.34);
          box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.37), 0px 0px 55px 1px rgba(0, 225, 255, 0.34); }

.bring-forward {
  position: relative;
  z-index: 10000000; }

.bottom-cont {
  left: 2.5%;
  width: 95%;
  height: 25%;
  position: absolute;
  bottom: 1rem; }

.text-box-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 80%;
  border-radius: 35px;
  height: 100%;
  background-color: #fff;
  background: #FAFAF8 !important;
  margin: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.37), 0px 0px 55px 1px rgba(0, 225, 255, 0.34);
          box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.37), 0px 0px 55px 1px rgba(0, 225, 255, 0.34); }

.text-box-active {
  font-weight: 600;
  position: relative;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  font-size: larger; }
  .text-box-active p, .text-box-active h2 {
    margin: unset; }

.monster-left-cont {
  position: relative;
  width: 25%;
  height: 220%;
  bottom: 0%;
  z-index: 1000; }

.monster-left-cont {
  width: 15rem;
  height: 20rem;
  bottom: 30%;
  border-radius: 7rem;
  margin-right: 1rem; }

.monster-left {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain; }

.middle-inner {
  padding: 1.4rem;
  position: absolute;
  width: 80%;
  margin: 10%;
  height: 80%;
  border-radius: 5rem;
  color: white;
  background: -webkit-gradient(linear, left bottom, left top, from(#1b447f), color-stop(28%, #0f558d), to(#00689e));
  background: -o-linear-gradient(bottom, #1b447f 0%, #0f558d 28%, #00689e 100%);
  background: linear-gradient(0deg, #1b447f 0%, #0f558d 28%, #00689e 100%);
  text-align: center; }

.close-button-new {
  width: 8em;
  height: 8rem;
  z-index: 10000000000;
  top: 1.5rem;
  right: 1.5rem;
  position: absolute;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out; }

.close-button-new:hover {
  cursor: pointer;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); }

.white-main {
  width: 100%;
  height: 100%;
  border-radius: 5rem;
  background-color: white; }

.close-button-new::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -.5rem;
  left: 0;
  border-radius: 5rem;
  background-color: #D1D3D4;
  z-index: -1;
  -webkit-box-shadow: 3px 4px 11px -3px rgba(0, 0, 0, 0.78);
          box-shadow: 3px 4px 11px -3px rgba(0, 0, 0, 0.78); }

.green-correct .but-out-wrap::after {
  content: "";
  color: red;
  background-color: var(--green-correct); }

.green-correct::after {
  color: red;
  background-color: var(--green-correct) !important; }

.open-menu-panel {
  width: 100%;
  position: absolute;
  height: 100%;
  z-index: 100000000;
  background-color: rgba(0, 0, 0, 0.8); }

.jodal-back-new {
  width: 60%;
  max-width: 800px;
  height: auto !important;
  border-radius: 35px !important;
  background: #FAFAF8 !important;
  padding: 5%;
  position: relative !important;
  color: #5F283B;
  opacity: 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;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }

.jodal-new {
  border-radius: 20px !important;
  width: 62%;
  left: unset; }

.total-score-feedback {
  font-size: 5rem;
  margin: 1rem; }

#well-done {
  left: 22%; }

.jodal-title {
  margin: auto !important; }

.jodal-title {
  color: #5F283B !important; }

.jodal-new-inner {
  height: auto;
  border-radius: 35px;
  border: 3px solid #E4DBCF;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF7ED), to(#F8EFE5));
  background: -o-linear-gradient(top, #FFF7ED 0%, #F8EFE5 100%);
  background: linear-gradient(180deg, #FFF7ED 0%, #F8EFE5 100%);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  padding: 0 3%;
  padding: 0.5rem 1.1rem;
  -webkit-box-shadow: inset 3px 3px 0px 0 white , inset -3px -3px 0px 0 #E4DBCF;
          box-shadow: inset 3px 3px 0px 0 white , inset -3px -3px 0px 0 #E4DBCF; }

.jodal .long-button {
  position: absolute;
  top: 0; }

.setting-row {
  padding: 0.5rem 0;
  color: #5F283B;
  margin: 0.5rem 0;
  font-weight: 700;
  font-size: 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.main-button-cont {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.debossed-cont, .money-inner {
  padding: 1rem;
  width: 100%;
  background-color: #ebe3d7;
  -webkit-box-shadow: inset 3px 3px 0px 0 #E4DBCF, inset -3px -3px 0px 0 #FFFFFF;
          box-shadow: inset 3px 3px 0px 0 #E4DBCF, inset -3px -3px 0px 0 #FFFFFF;
  border-radius: 18px; }

.money-inner {
  padding: 4% 6% 4% 4%;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }

.header-row {
  height: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem; }

.settings-panel {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  /* Apply a blur effect */
  z-index: 100000000;
  position: absolute;
  top: 0; }

.settings-only, .paused-menu {
  width: 100%;
  height: 100%; }

.paused-menu {
  max-height: 100%; }

.settings-only {
  overflow: overlay;
  overflow-x: hidden; }

.paused-setting-title {
  width: 60%;
  height: 100%; }

.in-set-button, .set-button-home {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.4rem;
  width: 6rem;
  height: 4.5rem;
  border-radius: 1.5rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#1b447f), color-stop(28%, #0f558d), to(#00689e));
  background: -o-linear-gradient(bottom, #1b447f 0%, #0f558d 28%, #00689e 100%);
  background: linear-gradient(0deg, #1b447f 0%, #0f558d 28%, #00689e 100%);
  -ms-flex-item-align: center;
      align-self: center;
  position: relative; }
  .in-set-button:hover, .set-button-home:hover {
    cursor: pointer;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }

#cog-icon::after {
  color: white;
  content: "+";
  top: -8px;
  position: absolute;
  font-size: 2.5rem;
  font-weight: 800;
  right: 5px; }

.set-wide {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100% !important;
  border-color: #E4DBCF !important; }
  .set-wide button {
    width: 100% !important;
    color: white !important; }
  .set-wide h4 {
    margin-right: 1.05rem;
    margin-left: 1rem;
    color: white !important;
    font-size: smaller; }

.set-button-home {
  position: absolute;
  z-index: 10000;
  top: 1rem;
  right: 1rem; }

.switch-icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #5F283B;
  width: 6rem;
  height: 3rem;
  border-radius: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.25rem 1rem 0.25rem 0.25rem;
  outline: 3px solid #E4DBCF; }
  .switch-icon:hover {
    cursor: pointer; }

.setting-icon-title {
  max-height: 4rem;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start; }

.set-title {
  margin: unset; }

.switch-icon-large {
  width: 8rem;
  height: 4rem;
  border-radius: 2rem; }

.switch-handle {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 1.25rem;
  border: 2px solid #E4DBCF;
  background: -webkit-gradient(linear, left top, left bottom, from(#FCF4EA), to(#F8EFE5));
  background: -o-linear-gradient(top, #FCF4EA 0%, #F8EFE5 100%);
  background: linear-gradient(180deg, #FCF4EA 0%, #F8EFE5 100%); }

.switch-text {
  font-weight: 400;
  font-size: smaller;
  color: #FCF4EA !important; }

.long-button {
  z-index: 2;
  position: relative;
  width: 100%;
  height: 5rem;
  border-radius: 35px;
  background: -webkit-gradient(linear, left bottom, left top, from(#1b447f), color-stop(28%, #0f558d), to(#00689e));
  background: -o-linear-gradient(bottom, #1b447f 0%, #0f558d 28%, #00689e 100%);
  background: linear-gradient(0deg, #1b447f 0%, #0f558d 28%, #00689e 100%);
  color: white;
  font-size: 2rem; }

.long-button-out {
  width: 100%;
  border-radius: 35px;
  margin: 0 2%;
  position: relative; }

.long-button-out {
  outline: 4px solid #E4DBCF;
  background-color: #71a034 !important;
  margin: auto;
  margin: 0.5rem;
  -webkit-transition: .3s ease-in-out all;
  -o-transition: .3s ease-in-out all;
  transition: .3s ease-in-out all; }
  .long-button-out:hover {
    cursor: pointer;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }

.exit-home-button {
  background-color: #451d2a !important; }

.pos-button {
  background: -webkit-gradient(linear, left bottom, left top, from(#7BC143), to(#8DC73F));
  background: -o-linear-gradient(bottom, #7BC143 0%, #8DC73F 100%);
  background: linear-gradient(0deg, #7BC143 0%, #8DC73F 100%);
  font-weight: 700; }

#replay-button {
  background: -webkit-gradient(linear, left bottom, left top, from(#F7B917), to(#FBCF08));
  background: -o-linear-gradient(bottom, #F7B917 0%, #FBCF08 100%);
  background: linear-gradient(0deg, #F7B917 0%, #FBCF08 100%); }

.vol-tab {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 5.5rem;
  padding: 0.5rem 1rem;
  border: 3px solid #E4DBCF;
  border-radius: 35px; }

.switch-on {
  background: -webkit-gradient(linear, left bottom, left top, from(#7BC143), to(#8DC73F));
  background: -o-linear-gradient(bottom, #7BC143 0%, #8DC73F 100%);
  background: linear-gradient(0deg, #7BC143 0%, #8DC73F 100%);
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
  padding: 0.25rem 0.25rem 0.25rem 1rem; }

.arrow-icon {
  width: 5rem;
  height: 5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.right-arrow svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.life-line-activated {
  background: var(--green-correct) !important; }

.correct-green:after {
  background-color: #71a034 !important; }

.text-title {
  font-weight: 700;
  font-size: larger; }

.text-inner {
  color: #5F283B;
  overflow-x: hidden;
  overflow-y: auto;
  height: auto;
  width: 100%;
  margin: 2%;
  font-size: 1.5rem; }

.disable-anim .pop-up {
  top: unset; }

.disable-anim .jodal-new, .disable-anim button, .disable-anim div, .disable-anim h1, .disable-anim h2, .disable-anim h3, .disable-anim h4 {
  -webkit-transition-property: none !important;
  -o-transition-property: none !important;
  transition-property: none !important;
  -webkit-animation: none !important;
          animation: none !important; }

.parallax {
  position: absolute;
  width: 105%;
  height: 105%;
  overflow: hidden;
  top: -.25%;
  left: -2.5%; }
  .parallax div {
    /*enable 3D rendering*/
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    will-change: transform; }

.layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.source-layer1 {
  background-size: cover; }

.source-layer3 {
  pointer-events: all;
  -webkit-transform: translate(-5%);
      -ms-transform: translate(-5%);
          transform: translate(-5%); }

.source-layer4 {
  pointer-events: none; }

.source-layer5 {
  pointer-events: none; }

.fade-to-black {
  pointer-events: none;
  opacity: 0;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000000000000000000;
  background-color: #000; }

.anim-to-black {
  -webkit-animation: black-fade;
          animation: black-fade;
  -webkit-animation-duration: 2s;
          animation-duration: 2s; }

@-webkit-keyframes black-fade {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes black-fade {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.vert-responsive .setting-icon-title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.vert-responsive .monster-left-cont {
  display: none; }

.vert-responsive .money-box {
  padding: 2%; }

.vert-responsive .score-title {
  height: unset; }

.vert-responsive .jodal {
  width: 70% !important; }

.vert-responsive .main-content {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.vert-responsive .right-panel {
  width: 100%;
  height: 12%;
  margin-bottom: 1%; }

.vert-responsive .left-panel {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }

.vert-responsive .money-inner {
  padding: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.vert-responsive .prize {
  border-radius: 35px;
  -ms-flex-item-align: center;
      align-self: center;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  padding: unset;
  background: #5F283B;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .vert-responsive .prize p {
    display: none; }
  .vert-responsive .prize .bottom-cont {
    height: 20%; }
  .vert-responsive .prize .paused-menu .debossed-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

.vert-responsive .selected-prize {
  width: auto !important;
  height: auto;
  padding: 00.5rem; }
  .vert-responsive .selected-prize p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.vert-responsive .bottom-box {
  height: 100%; }

.vert-responsive #instructionsPanel {
  max-width: 600px; }

.vert-extreme .score-title {
  display: none; }

.vert-extreme .close-button-new {
  top: 0.2rem;
  right: 0.2rem;
  -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
          transform: scale(0.7); }

.vert-extreme .text-box-new {
  width: 95%; }

.vert-extreme .text-box-active {
  left: unset; }

.vert-extreme .monster-left-cont {
  display: none; }

.vert-extreme .jodal {
  width: 88% !important; }

.vert-extreme .slidecontainer {
  width: 88%; }

.vert-extreme .answer-box-top, .vert-extreme .answer-box-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0; }

.vert-extreme .top-area {
  padding: 2%; }

.vert-extreme .but-out-wrap {
  width: 100%;
  margin-bottom: 0.5rem; }

.vert-extreme .money-inner {
  height: 100%; }

/* The typing effect */
@-webkit-keyframes typing {
  from {
    width: 0; }
  to {
    width: 100%; } }
@keyframes typing {
  from {
    width: 0; }
  to {
    width: 100%; } }

/* The typewriter cursor effect */
@-webkit-keyframes blink-caret {
  from, to {
    border-color: transparent; }
  50% {
    border-color: orange; } }
@keyframes blink-caret {
  from, to {
    border-color: transparent; }
  50% {
    border-color: orange; } }

.xl-layout .how-to-play-button {
  font-size: 4rem; }

.xl-layout .text-inner, .xl-layout .score-title {
  font-size: 3rem; }

.xl-layout #subContainer {
  font-size: 5rem; }

.xl-layout .vol-tab h4 {
  font-size: 2.5rem; }

.xl-layout .pos-button-text {
  font-size: 2.5rem; }

.xl-layout #lets-go-button {
  width: 322px;
  height: 144px;
  border-radius: 72px;
  font-size: 64px !important;
  padding: 20px 40px; }

.xl-layout .in-set-button, .xl-layout .icon-button-cont, .xl-layout .arrow-icon, .xl-layout .life-button {
  width: 128px;
  height: 90px; }

.xl-layout .long-button-out {
  height: 98px;
  width: 280px; }

.xl-layout .long-button {
  height: 90px; }

.l-layout .text-inner, .l-layout .score-title {
  font-size: 2.5rem; }

.l-layout .text-inner {
  font-size: 1.5rem; }

.l-layout #subContainer {
  font-size: 3rem; }

.l-layout .vol-tab h4 {
  font-size: 2.2rem; }

.l-layout .pos-button-text {
  font-size: 2.2rem; }

.l-layout #lets-go-button {
  width: 240px;
  height: 108px;
  border-radius: 72px;
  font-size: 48px !important;
  padding: 16px 32px; }

.l-layout .in-set-button, .l-layout .icon-button-cont, .l-layout .arrow-icon, .l-layout .life-button {
  width: 120px;
  height: 82px; }

.l-layout .long-button-out {
  height: 98px;
  width: 260px; }

.l-layout .long-button {
  height: 90px; }

.s-layout:not(.vert-responsive) .full-container, .s-layout:not(.vert-responsive) .mute-container, .s-layout:not(.vert-responsive) .vol-slide-cont, .xs-layout:not(.vert-responsive) .full-container, .xs-layout:not(.vert-responsive) .mute-container, .xs-layout:not(.vert-responsive) .vol-slide-cont {
  display: none; }

.s-layout:not(.vert-responsive) .volume-switch, .xs-layout:not(.vert-responsive) .volume-switch {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.s-layout:not(.vert-responsive) .answer-box-top, .xs-layout:not(.vert-responsive) .answer-box-top {
  margin-bottom: 0; }

.s-layout:not(.vert-responsive) .money-inner, .xs-layout:not(.vert-responsive) .money-inner {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  background-color: unset;
  padding: unset; }

.s-layout:not(.vert-responsive) #instructionsPanel, .xs-layout:not(.vert-responsive) #instructionsPanel {
  width: 70%; }
  .s-layout:not(.vert-responsive) #instructionsPanel .setting-row, .xs-layout:not(.vert-responsive) #instructionsPanel .setting-row {
    padding: 0; }
  .s-layout:not(.vert-responsive) #instructionsPanel .main-button-cont, .xs-layout:not(.vert-responsive) #instructionsPanel .main-button-cont {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .s-layout:not(.vert-responsive) #instructionsPanel .main-button-cont .exit-home-button, .xs-layout:not(.vert-responsive) #instructionsPanel .main-button-cont .exit-home-button {
      margin-bottom: unset; }
  .s-layout:not(.vert-responsive) #instructionsPanel .debossed-cont, .xs-layout:not(.vert-responsive) #instructionsPanel .debossed-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .s-layout:not(.vert-responsive) #instructionsPanel .debossed-cont h4, .xs-layout:not(.vert-responsive) #instructionsPanel .debossed-cont h4 {
      display: none; }
    .s-layout:not(.vert-responsive) #instructionsPanel .debossed-cont .full-container, .s-layout:not(.vert-responsive) #instructionsPanel .debossed-cont .mute-container, .xs-layout:not(.vert-responsive) #instructionsPanel .debossed-cont .full-container, .xs-layout:not(.vert-responsive) #instructionsPanel .debossed-cont .mute-container {
      display: block; }

.s-layout:not(.vert-responsive) .answer-box-bottom, .s-layout:not(.vert-responsive) .answer-box-top, .xs-layout:not(.vert-responsive) .answer-box-bottom, .xs-layout:not(.vert-responsive) .answer-box-top {
  padding: 0.1rem; }

.s-layout .text-title, .s-layout .text-text, .xs-layout .text-title, .xs-layout .text-text {
  font-size: 1rem; }

.s-layout .paused-menu .vol-tab, .xs-layout .paused-menu .vol-tab {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.s-layout .setting-icon-title, .xs-layout .setting-icon-title {
  width: auto; }

.s-layout .resume-button, .s-layout .exit-home-button, .s-layout .play-again, .xs-layout .resume-button, .xs-layout .exit-home-button, .xs-layout .play-again {
  width: 47%; }
  .s-layout .resume-button .pos-button-text, .s-layout .exit-home-button .pos-button-text, .s-layout .play-again .pos-button-text, .xs-layout .resume-button .pos-button-text, .xs-layout .exit-home-button .pos-button-text, .xs-layout .play-again .pos-button-text {
    display: none; }

.s-layout #well-done .main-button-cont, .xs-layout #well-done .main-button-cont {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0;
  padding: 0; }

.s-layout .monster-left-cont, .xs-layout .monster-left-cont {
  display: none; }

.s-layout #lets-go-button p, .xs-layout #lets-go-button p {
  display: none; }

.s-layout .in-set-button, .s-layout .icon-button-cont, .s-layout .arrow-icon, .s-layout .life-button, .xs-layout .in-set-button, .xs-layout .icon-button-cont, .xs-layout .arrow-icon, .xs-layout .life-button {
  width: 64px;
  height: 64px;
  border-width: 3px; }

.s-layout .but-out-wrap, .s-layout .life-button, .xs-layout .but-out-wrap, .xs-layout .life-button {
  border-width: 3px; }

.s-layout .borderBack, .xs-layout .borderBack {
  border-radius: 10px !important; }

.s-layout .vol-tab, .xs-layout .vol-tab {
  margin: 0.5rem; }

.s-layout .jodal-back-new, .xs-layout .jodal-back-new {
  padding: 3%; }

.m-layout .main-button-cont {
  padding: 0; }

.m-layout .jodal-back {
  padding: 4%; }

.m-layout .text-inner, .m-layout .score-title {
  font-size: 1.5rem; }

.m-layout #subContainer {
  font-size: 3rem; }

.m-layout .vol-tab {
  margin: 0.5rem; }
  .m-layout .vol-tab h4 {
    font-size: 2rem; }

.m-layout .pos-button-text {
  font-size: 2rem; }

.m-layout #lets-go-button {
  width: 200px;
  height: 100px;
  border-radius: 72px;
  font-size: 40px !important;
  padding: 12px 28px; }

.m-layout .in-set-button, .m-layout .icon-button-cont, .m-layout .arrow-icon, .m-layout .life-button {
  width: 96px;
  height: 72px; }

.m-layout .long-button-out {
  height: 86px;
  width: 240px; }

.m-layout .long-button {
  height: 78px; }

.m-layout .close-button-new {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  top: 0;
  right: 0; }

.s-layout .header-row, .xs-layout .header-row, .m-layout .header-row {
  margin-bottom: 0.5rem; }

.s-layout .debossed-cont, .xs-layout .debossed-cont, .m-layout .debossed-cont {
  padding: unset; }

.s-layout .jodal-new-inner, .xs-layout .jodal-new-inner, .m-layout .jodal-new-inner {
  padding: 0;
  background: unset;
  border: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset; }

.s-layout .debossed-cont, .s-layout .settings-only, .xs-layout .debossed-cont, .xs-layout .settings-only, .m-layout .debossed-cont, .m-layout .settings-only {
  padding: unset;
  background: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset; }

.s-layout .vol-tab, .xs-layout .vol-tab, .m-layout .vol-tab {
  -webkit-box-shadow: unset;
          box-shadow: unset; }

.s-layout .settings-only .setting-row, .xs-layout .settings-only .setting-row, .m-layout .settings-only .setting-row {
  padding: 0 1rem !important; }

.s-layout #instructionsPanel, .xs-layout #instructionsPanel, .m-layout #instructionsPanel {
  width: 70%; }
  .s-layout #instructionsPanel .setting-row, .xs-layout #instructionsPanel .setting-row, .m-layout #instructionsPanel .setting-row {
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .s-layout #instructionsPanel .settings-only .setting-row, .xs-layout #instructionsPanel .settings-only .setting-row, .m-layout #instructionsPanel .settings-only .setting-row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 4rem;
    margin: 0.3rem 0; }
  .s-layout #instructionsPanel .settings-only .sounds-tab, .xs-layout #instructionsPanel .settings-only .sounds-tab, .m-layout #instructionsPanel .settings-only .sounds-tab {
    padding: 0 0.5rem; }
  .s-layout #instructionsPanel .settings-only .vol-cont, .xs-layout #instructionsPanel .settings-only .vol-cont, .m-layout #instructionsPanel .settings-only .vol-cont {
    margin: 0; }
  .s-layout #instructionsPanel .setting-icon-title, .xs-layout #instructionsPanel .setting-icon-title, .m-layout #instructionsPanel .setting-icon-title {
    width: auto; }
  .s-layout #instructionsPanel .main-button-cont, .xs-layout #instructionsPanel .main-button-cont, .m-layout #instructionsPanel .main-button-cont {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .s-layout #instructionsPanel .main-button-cont .exit-home-button, .xs-layout #instructionsPanel .main-button-cont .exit-home-button, .m-layout #instructionsPanel .main-button-cont .exit-home-button {
      margin-bottom: unset; }
  .s-layout #instructionsPanel .debossed-cont, .xs-layout #instructionsPanel .debossed-cont, .m-layout #instructionsPanel .debossed-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .s-layout #instructionsPanel .debossed-cont h4, .xs-layout #instructionsPanel .debossed-cont h4, .m-layout #instructionsPanel .debossed-cont h4 {
      display: none; }
    .s-layout #instructionsPanel .debossed-cont .full-container, .s-layout #instructionsPanel .debossed-cont .mute-container, .xs-layout #instructionsPanel .debossed-cont .full-container, .xs-layout #instructionsPanel .debossed-cont .mute-container, .m-layout #instructionsPanel .debossed-cont .full-container, .m-layout #instructionsPanel .debossed-cont .mute-container {
      display: block; }
  .s-layout #instructionsPanel .sounds-tab, .xs-layout #instructionsPanel .sounds-tab, .m-layout #instructionsPanel .sounds-tab {
    background-color: unset;
    -webkit-box-shadow: unset;
            box-shadow: unset; }

.s-layout .close-button-new {
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
  top: -1rem;
  right: -1rem; }

.s-layout .text-inner, .s-layout .score-title {
  font-size: 1.3rem; }

.s-layout #subContainer {
  font-size: 2rem !important; }

.s-layout .vol-tab {
  min-height: 4.5rem; }
  .s-layout .vol-tab h4 {
    font-size: 1.5rem; }

.s-layout .pos-button-text {
  font-size: 1.3rem; }

.s-layout #lets-go-button {
  width: 150px;
  height: 75px;
  border-radius: 72px;
  font-size: 40px !important;
  padding: 12px 28px; }

.s-layout .in-set-button, .s-layout .icon-button-cont, .s-layout .arrow-icon, .s-layout .life-button {
  width: 80px;
  height: 56px; }

.s-layout .long-button-out {
  height: 64px;
  width: 240px; }

.s-layout .long-button {
  height: 60px; }

.xs-layout .switch-text {
  font-size: 1rem; }

.xs-layout .vol-tab {
  min-height: 3rem;
  -webkit-box-shadow: unset;
          box-shadow: unset; }

.xs-layout .monster-left-cont {
  display: none; }

.xs-layout .bottom-cont {
  height: 30%; }

.xs-layout .text-box-new {
  width: 96%; }

.xs-layout .text-box-active {
  left: unset; }

.xs-layout .thumnail-me {
  -webkit-transform: scale(0.58);
      -ms-transform: scale(0.58);
          transform: scale(0.58);
  top: -17%; }

.xs-layout .main-button-cont {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.xs-layout .exit-home-button {
  margin-bottom: 1rem; }

.xs-layout #lets-go-button {
  width: 140px;
  height: 70px;
  border-radius: 72px;
  font-size: 40px !important;
  padding: 12px 28px; }

.xs-layout .sounds-tab {
  padding: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  background-color: unset; }

.xs-layout #subContainer {
  font-size: 1.5rem !important; }

.xs-layout .life-button {
  width: 40px;
  height: 40px; }

.xs-layout .long-button-out {
  height: 64px;
  width: 240px; }

.xs-layout .long-button {
  height: 60px; }

.xs-layout .paused-setting-title {
  font-size: 2rem !important; }

.xs-layout .life-lines {
  padding: 0; }

.xs-layout .close-button-new {
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
  top: -1rem;
  right: -1rem; }

.xs-layout .vol-tab h4 {
  font-size: 1.8rem; }

.vol-slide-cont {
  width: 55%; }

.xs-layout .pop-down-message {
  display: none !important; }

.xs-layout .debossed-cont, .xs-layout .settings-only {
  padding: unset;
  background: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset; }

.xs-layout .jodal-new-inner {
  padding: unset;
  background: unset;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: unset; }

.xs-layout .life-lines {
  border: unset !important;
  background: unset !important; }

.xs-layout .life-button {
  border: unset !important;
  outline: 5px solid white; }

.xs-layout .fifty-button {
  font-size: 1.5rem; }

.xs-layout svg:not(.pause-icon):not(.close-icon) {
  width: 2rem !important;
  margin-right: unset; }

.xs-layout .full-container, .xs-layout .mute-container {
  margin-right: unset; }

.xs-layout.vert-extreme .answer-box-top, .xs-layout.vert-extreme .answer-box-bottom {
  padding: 0; }

.xs-layout.vert-extreme .left-panel {
  padding-top: 0; }

.xs-layout.vert-extreme .top-box {
  padding: 0; }

.xs-layout.vert-extreme .answer-box {
  height: 68%; }

.xs-layout.vert-extreme .life-button {
  width: 64px;
  height: 65px;
  font-size: 1.4rem !important;
  margin: 0.5rem; }
  .xs-layout.vert-extreme .life-button svg {
    width: 1.4rem !important; }

.xs-layout.vert-extreme .top-box {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start; }

.xs-layout.vert-extreme .life-lines {
  margin: 0; }

.xs-layout.vert-extreme .question-box {
  width: 100%; }

.xs-layout.vert-extreme .question-text-box {
  width: 100%; }

.xs-layout.vert-extreme .question-box {
  height: 35%; }

.xs-layout.vert-extreme .header-row {
  margin-bottom: 0.3rem; }

.xs-layout.vert-extreme .long-button-out {
  width: 100%; }

.xs-layout.vert-extreme .long-button {
  width: 100%; }

.xs-layout.vert-extreme .close-button-new {
  -webkit-transform: scale(0.6);
      -ms-transform: scale(0.6);
          transform: scale(0.6);
  top: -1rem;
  right: -1rem; }

.xs-layout.vert-extreme #subContainer {
  font-size: 3rem; }
