/*!***************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/pages/overlay/components/overlay.module.css ***!
  \***************************************************************************************************/
.s4hYQmA1TQGMqc_JTeBJ {
  left: -525px;
}
@media screen and (max-height: 600px) {
  .s4hYQmA1TQGMqc_JTeBJ {
    left: -425px;
  }
}
@media screen and (max-height: 500px) {
  .s4hYQmA1TQGMqc_JTeBJ {
    left: -385px;
  }
}

.WW6E9QdQnRRioe13Hz7h {
  left: 0;
}
.WW6E9QdQnRRioe13Hz7h .G1WthrpZ4B9rsoFyKKeh::after {
  transform: rotate(90deg) !important;
}

.oyMOHDsw0RhuCrqRYN95 {
  display: flex;
  align-items: center;
  position: absolute;
  transition: 0.2s ease-in-out;
  color: white;
  font-family: "Arial", sans-serif;
}
.oyMOHDsw0RhuCrqRYN95 main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  gap: 10px;
  background-color: #b67807;
  border: 2px solid black;
  border-radius: 0 5px 5px 0;
  box-shadow: 0 2px 4px black;
  padding: 15px 0;
  width: 520px;
}
@media screen and (max-height: 600px) {
  .oyMOHDsw0RhuCrqRYN95 main {
    width: 420px;
  }
}
@media screen and (max-height: 500px) {
  .oyMOHDsw0RhuCrqRYN95 main {
    width: 380px;
  }
}
.oyMOHDsw0RhuCrqRYN95 main title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.oyMOHDsw0RhuCrqRYN95 main title h1 {
  font-size: 1.8rem;
}
.oyMOHDsw0RhuCrqRYN95 main title .MEvwXus7kfM01Ik33Nhj {
  font-size: 1rem;
  background-color: #2c2c2c;
  border-radius: 50%;
  border: 1px solid black;
  text-align: center;
  height: 22px;
  width: 22px;
}
.oyMOHDsw0RhuCrqRYN95 main title .MEvwXus7kfM01Ik33Nhj:hover, .oyMOHDsw0RhuCrqRYN95 main title .MEvwXus7kfM01Ik33Nhj:focus {
  border-color: white;
  cursor: pointer;
}
.oyMOHDsw0RhuCrqRYN95 main .OfdVt1BlZUE7o5sRm7va {
  position: absolute;
  bottom: 5px;
  left: 5px;
  color: #ffffff;
  font-size: 0.65rem;
}
.oyMOHDsw0RhuCrqRYN95 .G1WthrpZ4B9rsoFyKKeh {
  border-radius: 0 5px 5px 0;
  background-color: #b67807;
  box-shadow: 0 2px 4px black;
  position: relative;
  transition: width 0.1s ease-in-out;
  height: 200px;
  width: 15px;
}
.oyMOHDsw0RhuCrqRYN95 .G1WthrpZ4B9rsoFyKKeh:hover {
  width: 25px;
}
.oyMOHDsw0RhuCrqRYN95 .G1WthrpZ4B9rsoFyKKeh::after {
  content: "";
  position: absolute;
  transform: rotate(-90deg);
  top: 50%;
  right: calc(50% - 14px);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 10px solid black;
}
.oyMOHDsw0RhuCrqRYN95 .tlYtlzQPcAPNIFVEbYne {
  width: 0;
  border: none;
}
.oyMOHDsw0RhuCrqRYN95 .tlYtlzQPcAPNIFVEbYne::after {
  border: none;
}

button {
  all: unset;
  border: 1px solid black;
}
button:hover, button:focus {
  cursor: pointer;
}

/*!*************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/global/board/board.module.css ***!
  \*************************************************************************************/
.yisklUpWOXH5MHx5IqsQ {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.yisklUpWOXH5MHx5IqsQ .y6vmCWldKUib8fxV4ESx {
  display: grid;
  grid-template-columns: repeat(5, 20%);
  position: relative;
  margin: 0 20px;
  background-color: white;
  border: 1px solid black;
  color: black;
}
.yisklUpWOXH5MHx5IqsQ .y6vmCWldKUib8fxV4ESx ._OL2_Evd4IhWEgrcMzwz {
  width: 80px;
  height: 80px;
  font-size: 0.5rem;
}
@media screen and (max-height: 600px), (max-width: 600px) {
  .yisklUpWOXH5MHx5IqsQ .y6vmCWldKUib8fxV4ESx ._OL2_Evd4IhWEgrcMzwz {
    width: 60px;
    height: 60px;
    font-size: 0.5rem;
  }
}
@media screen and (max-height: 500px), (max-width: 500px) {
  .yisklUpWOXH5MHx5IqsQ .y6vmCWldKUib8fxV4ESx ._OL2_Evd4IhWEgrcMzwz {
    width: 50px;
    height: 50px;
    font-size: 0.45rem;
  }
}
.yisklUpWOXH5MHx5IqsQ ._OL2_Evd4IhWEgrcMzwz {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  position: relative;
  text-align: center;
  border: 1px solid black;
  padding: 5px;
}
.yisklUpWOXH5MHx5IqsQ ._OL2_Evd4IhWEgrcMzwz img {
  max-height: 60%;
  width: 70%;
}
.yisklUpWOXH5MHx5IqsQ ._OL2_Evd4IhWEgrcMzwz p {
  font-weight: bold;
}
.yisklUpWOXH5MHx5IqsQ ._OL2_Evd4IhWEgrcMzwz:hover, .yisklUpWOXH5MHx5IqsQ ._OL2_Evd4IhWEgrcMzwz:focus {
  background-color: #ffd900;
  cursor: pointer;
}
.yisklUpWOXH5MHx5IqsQ .kTr5Xcw2xaQPkXzA1pUx::after {
  content: "BINGO!";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7333333333);
  border: 1px solid black;
  color: white;
  font-size: 5rem;
  font-weight: bold;
}
.yisklUpWOXH5MHx5IqsQ .AxU0prZZUbshiJ7K0HPw {
  padding: 5px;
  background-color: white;
  color: black;
  font-weight: bold;
}

/*!***********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/global/chip/chip.module.css ***!
  \***********************************************************************************/
.t18sWPA0uytvgj_K_1vZ {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #b67807;
  border-radius: 50%;
  box-shadow: 1px 3px 0 black;
  outline: 2px solid black;
  width: 60px;
  height: 60px;
}
.t18sWPA0uytvgj_K_1vZ img {
  border-radius: 10px;
  width: 50px;
  height: 50px;
}
@media screen and (max-height: 600px), (max-width: 600px) {
  .t18sWPA0uytvgj_K_1vZ {
    top: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
  }
  .t18sWPA0uytvgj_K_1vZ img {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-height: 500px), (max-width: 500px) {
  .t18sWPA0uytvgj_K_1vZ {
    top: 8px;
    left: 8px;
    width: 45px;
    height: 45px;
  }
  .t18sWPA0uytvgj_K_1vZ img {
    width: 35px;
    max-height: 35px;
  }
}

/*!***************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/global/instructions/instructions.module.css ***!
  \***************************************************************************************************/
.THpL4ZzWoV4nhKMZ4MW5 {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6705882353);
  z-index: 1;
}
.THpL4ZzWoV4nhKMZ4MW5 .ljZqNpsu0RLnJbHnCTjF {
  background-color: white;
  border-radius: 5px;
  color: black;
  padding: 20px;
  outline: 1px solid black;
  max-width: 300px;
  position: relative;
  animation: PUDz42_UU5qDxhp5RxAc 0.5s ease-in-out;
}
.THpL4ZzWoV4nhKMZ4MW5 .ljZqNpsu0RLnJbHnCTjF .hNdDoiYCNBuuCz22MGIG {
  color: black;
  position: absolute;
  top: 0;
  right: 10px;
  padding: 5px;
  font-size: x-large;
  cursor: pointer;
}
.THpL4ZzWoV4nhKMZ4MW5 .ljZqNpsu0RLnJbHnCTjF .hNdDoiYCNBuuCz22MGIG:hover {
  color: #ffd900;
}
.THpL4ZzWoV4nhKMZ4MW5 .ljZqNpsu0RLnJbHnCTjF p {
  margin-bottom: 10px;
}
.THpL4ZzWoV4nhKMZ4MW5 .ljZqNpsu0RLnJbHnCTjF hr {
  margin: 20px 0;
}

@keyframes PUDz42_UU5qDxhp5RxAc {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

/*!************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/pages/overlay/app.module.css ***!
  \************************************************************************************/
* {
  padding: 0;
  margin: 0;
}

.LuCrx0ri7eGynfprMnnj {
  display: flex;
  align-items: center;
  font-family: "Arial", sans-serif;
  height: 100vh;
  width: 100vw;
}


/*# sourceMappingURL=overlay.css.map*/