/*
	Typography mixin
 */
.rangeslider,
.rangeslider__fill {
  display: block;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -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);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  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 {
  -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  -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 */
.flex-col-mid {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-row-mid {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

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

.pos-button, .how-to-play-button, #lets-go-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;
}

.width-full {
  width: 100%;
}

.height-full {
  height: 100%;
}

.pos-abs {
  position: absolute !important;
}

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

.cover-background {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

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";
  user-select: none;
}

button, input[type=submit], input[type=reset] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  text-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;
}

.foreground-container {
  z-index: 103;
}

: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;
  transition: 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;
  transform: scale(1.1);
}

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

#mainPage {
  justify-content: start;
}

button svg {
  height: 100% !important;
}

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

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

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

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

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

.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;
}

.overlay-dark {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10000;
}

.icon-button-cont {
  width: 6rem;
  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;
  box-shadow: inset 3px 3px 0px 0 #E4DBCF, inset -3px -3px 0px 0 #FFFFFF;
  border-radius: 18px;
  width: 100%;
  background-color: #ebe3d7;
}

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

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

@keyframes pop-up {
  0% {
    bottom: -50%;
  }
  100% {
    bottom: 2%;
  }
}
@keyframes pop-in {
  0% {
    transform: scale(0);
  }
  40% {
    transform: scale(1.1);
  }
  60% {
    transform: scale(0.95);
  }
  80% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.slidecontainer {
  margin: auto 0;
  width: 55%;
  display: inline-block;
}

.slider-contain {
  margin: 0 0.5rem 0 0;
  width: 100%;
  height: 15%;
  justify-content: space-around;
  justify-content: space-between;
  text-align: left;
}

.vol-tab {
  background: linear-gradient(180deg, #FFF7ED 0%, #F8EFE5 100%);
  box-shadow: inset 3px 3px 0px 0 white, inset -3px -3px 0px 0 #E4DBCF;
  margin: 0 1rem;
}
.vol-tab svg {
  width: 3rem;
  fill: rgba(147, 135, 106, 0.7215686275) !important;
  margin-right: 1rem;
  filter: unset;
}

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

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

.rangeslider__handle:after {
  content: unset;
}

.rangeslider__fill {
  background-color: darkgrey !important;
  box-shadow: none !important;
  border: none !important;
  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;
  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: flex;
  flex-direction: column;
  justify-content: center;
}

.resume-button .long-button, .play-again .long-button {
  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;
}

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

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

#subContainer {
  height: auto;
  top: 50%;
  width: 100%;
  color: white;
  padding: 1%;
  font-weight: 600;
  font-size: 3vw;
  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;
}

#instructionsPanel {
  align-self: center;
  justify-content: start;
  height: auto !important;
  max-width: 800px;
  top: unset;
}

.inst-text {
  justify-content: flex-start;
  align-content: center;
}

.main-content {
  justify-content: start;
  transition: transform 0.2s ease-in-out;
}

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

.thumnail-me {
  transform: scale(0.68);
  border-radius: 35px;
  overflow: hidden;
  top: -13%;
  margin: auto;
  pointer-events: none;
  border: 5px solid white;
  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%;
  bottom: 1rem;
}

.text-box-new {
  display: flex;
  position: relative;
  width: 80%;
  border-radius: 35px;
  height: 100%;
  background-color: #fff;
  background: #FAFAF8 !important;
  margin: auto;
  flex-direction: row;
  justify-content: space-between;
  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%;
  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 {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}

.middle-inner {
  padding: 1.4rem;
  width: 80%;
  margin: 10%;
  height: 80%;
  border-radius: 5rem;
  color: white;
  background: linear-gradient(0deg, rgb(27, 68, 127) 0%, rgb(15, 85, 141) 28%, rgb(0, 104, 158) 100%);
  text-align: center;
}

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

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

.white-main {
  border-radius: 5rem;
  background-color: white;
}

.close-button-new::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -0.5rem;
  left: 0;
  border-radius: 5rem;
  background-color: #D1D3D4;
  z-index: -1;
  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;
}

.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;
  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: linear-gradient(180deg, #FFF7ED 0%, #F8EFE5 100%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  padding: 0 3%;
  padding: 0.5rem 1.1rem;
  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%;
  justify-content: space-between;
}

.main-button-cont {
  justify-content: center !important;
}

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

.money-inner {
  padding: 4% 6% 4% 4%;
  justify-content: space-evenly;
}

.header-row {
  height: 10%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 1rem;
}

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

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

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

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

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

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

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

.switch-icon {
  align-items: center;
  background-color: #5F283B;
  width: 6rem;
  height: 3rem;
  border-radius: 1.5rem;
  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%;
  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: 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;
  color: white;
  font-size: 2rem;
}

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

.cls-1 {
  fill: white !important;
}

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

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

.pos-button {
  background: linear-gradient(0deg, #7BC143 0%, #8DC73F 100%);
  font-weight: 700;
}

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

.switch-on {
  background: linear-gradient(0deg, #7BC143 0%, #8DC73F 100%);
  flex-direction: row-reverse !important;
  padding: 0.25rem 0.25rem 0.25rem 1rem;
}

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

.right-arrow svg {
  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 {
  transition-property: none !important;
  animation: none !important;
}

.parallax {
  width: 105%;
  height: 105%;
  overflow: hidden;
  top: -0.25%;
  left: -2.5%;
}
.parallax div {
  transform: translateZ(0);
  will-change: transform;
}

.layer {
  top: 0;
  left: 0;
}

.source-layer3 {
  transform: translate(-5%);
}

.fade-to-black {
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 1000000000000000000;
  background-color: #000;
}

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

@keyframes black-fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.vert-responsive .setting-icon-title {
  justify-content: center;
}
.vert-responsive .monster-left-cont {
  display: none;
}
.vert-responsive .score-title {
  height: unset;
}
.vert-responsive .jodal {
  width: 70% !important;
}
.vert-responsive .main-content {
  flex-direction: column-reverse !important;
}
.vert-responsive #instructionsPanel {
  max-width: 600px;
}

.vert-extreme .score-title {
  display: none;
}
.vert-extreme .close-button-new {
  top: 0.2rem;
  right: 0.2rem;
  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 {
  flex-direction: column;
  margin-bottom: 0;
}
.vert-extreme .top-area {
  padding: 2%;
}
.vert-extreme .but-out-wrap {
  margin-bottom: 0.5rem;
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@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 .symbol-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 .symbol-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: 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 {
  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 {
  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: flex;
  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 {
  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 {
  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 .symbol-button-cont, .s-layout .arrow-icon, .s-layout .life-button, .xs-layout .in-set-button, .xs-layout .symbol-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 .symbol-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 {
  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;
  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;
  box-shadow: unset;
}
.s-layout .vol-tab, .xs-layout .vol-tab, .m-layout .vol-tab {
  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;
  justify-content: center;
}
.s-layout #instructionsPanel .settings-only .setting-row, .xs-layout #instructionsPanel .settings-only .setting-row, .m-layout #instructionsPanel .settings-only .setting-row {
  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 {
  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: flex;
  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;
  box-shadow: unset;
}

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

.s-layout .text-inner, .s-layout .score-title, .s-layout .pos-button-text {
  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 #lets-go-button {
  width: 150px;
  height: 75px;
  border-radius: 72px;
  font-size: 40px !important;
  padding: 12px 28px;
}
.s-layout .in-set-button, .s-layout .symbol-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;
  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 {
  transform: scale(0.58);
  top: -17%;
}
.xs-layout .main-button-cont {
  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 #subContainer {
  font-size: 1.5rem !important;
}
.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 .vol-tab h4 {
  font-size: 1.8rem;
}

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

.xs-layout .debossed-cont, .xs-layout .settings-only, .xs-layout .jodal-new-inner, .xs-layout .sounds-tab {
  padding: unset;
  background: unset;
  box-shadow: unset;
}
.xs-layout .jodal-new-inner {
  border: unset;
}
.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 .header-row {
  margin-bottom: 0.3rem;
}
.xs-layout.vert-extreme .long-button-out, .xs-layout.vert-extreme .long-button {
  width: 100%;
}
.xs-layout.vert-extreme .close-button-new {
  transform: scale(0.6);
  top: -1rem;
  right: -1rem;
}
.xs-layout.vert-extreme #subContainer {
  font-size: 3rem;
}

.title-bold {
  font-size: 64px;
  font-weight: bold;
  text-align: center;
  color: #5F283B !important;
}

/*# sourceMappingURL=new-basic-template.css.map */
