.bingo-board-cont {
  display: grid;
  row-gap: 1ch;
  column-gap: 1ch;
  width: 84%;
  height: 96%;
  margin: 1% 1%;
  background: #FAFAF8 !important;
  border-radius: 35px;
  padding: 1%;
  border: 5px solid #E4DBCF;
}

.challenge-panel {
  width: 84%;
  height: 96%;
  margin: 1% 1%;
  background: #FAFAF8 !important;
  border-radius: 35px;
  padding: 1%;
  border: 5px solid #E4DBCF;
}

.grid-bingo-item {
  transition: all 0.3s ease-in-out;
  border: 4px solid #E4DBCF;
  border-radius: 12px;
  display: flex;
  overflow: hidden;
  background-color: white;
}
.grid-bingo-item:hover {
  cursor: pointer;
  transform: scale(1.05);
}

.bingo-item-image {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.bottom-sound-cont .grid-bingo-item {
  margin: auto 1rem;
}
.bottom-sound-cont .bingo-item-image {
  height: auto;
}

#menuPage {
  width: 100%;
  height: 100%;
  display: flex;
}

#menuPage .menu-sub-title {
  font-weight: 600;
  font-size: 32px;
}
#menuPage .back-button-menu {
  width: 13%;
}
#menuPage .back-button-menu #ebook-prev-BTN {
  font-size: 7vw !important;
}
#menuPage .menu-panel {
  top: 8%;
  width: 96.5%;
  height: 90%;
  margin: auto;
}

#menuPage .panel {
  top: 3%;
  overflow: hidden;
  background: #FAFAF8 !important;
  border: 5px solid #E4DBCF;
  border-radius: 12px;
}

.menu-outer {
  height: 100%;
}

.option-menu-hold {
  position: relative;
  padding-bottom: 2%;
  height: 90%;
  width: 100%;
}

.menu-title-text {
  height: 100%;
  margin: 1% auto !important;
  font-size: 47px;
}

.menu-title-container {
  height: 10% !important;
  margin-bottom: 2%;
}

.menu-title-container {
  width: 100%;
  height: 10%;
  padding: 0 2% 0 2%;
  z-index: 105;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-weight: bold;
}

.option-menu-contain {
  width: 100%;
  height: 100%;
  column-fill: balance;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 2%;
  background: linear-gradient(180deg, #FFF7ED 0%, #F8EFE5 100%);
  border-top: 5px solid #E4DBCF;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-content: flex-start;
}

.mode-men-button {
  height: 100%;
  width: 40%;
  overflow: hidden;
  background: #FAFAF8 !important;
  border: 5px solid #E4DBCF;
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
}
.mode-men-button:hover {
  cursor: pointer;
  transform: scale(1.05);
}

.bottom-sound-cont {
  display: grid;
}

.play-sound {
  height: auto;
}

.top-cont {
  max-width: 95%;
  height: fit-content;
  max-height: 50%;
}

.question-title {
  margin: 0;
  margin-left: 2rem;
}

.item-button {
  border: 5px solid #E4DBCF;
  border-radius: 12px;
  display: flex;
  overflow: hidden;
}

.wrong-border {
  border: 5px solid #5F283B !important;
}

.correct-border {
  border: 5px solid #8DC73F !important;
}

.pulsate {
  animation-name: pulse;
  animation-iteration-count: 1;
  animation-duration: 3s;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.05);
  }
  20% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.05);
  }
  40% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  60% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(1);
  }
  90% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.message-and-button {
  font-weight: 600;
  position: relative;
  width: 100%;
  border: 5px solid #E4DBCF;
  align-items: center;
  padding: 1rem;
  font-size: larger;
  border-radius: 12px;
}

.next-question svg {
  transform: rotate(180deg);
}

.image-area {
  height: 60%;
  margin: 1rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.explore-mode-text, .challenge-mode-text {
  text-align: center;
  color: #5F283B;
}

#well-done {
  left: 19%;
}

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

.layer {
  background-size: cover;
}

/*# sourceMappingURL=sound-file.css.map */
