/*
	Typography mixin
 */
/* CSS Document */
#gg_container {
  background-color: #afdff9;
  font-family: twinkl, Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  user-select: none;
}

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

.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 {
  width: auto;
  font-size: 3vw;
  height: 12%;
  padding: 0.6%;
  justify-self: anchor-center;
  left: unset;
}

.fit-me-button {
  white-space: no-wrap;
  height: 100%;
  margin: 0 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.title-text {
  font-size: 14vw;
  width: 50%;
  left: 25%;
  height: 40%;
  margin-top: 5%;
  top: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  user-select: none;
}

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

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

.jodal .jodal-title {
  font-size: 5vw;
  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;
}

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

.panel {
  width: 93.5%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.jig-board {
  height: 100%;
  width: 55%;
  background-color: gainsboro;
  width: 600px;
  height: 600px;
  display: inline-flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
  border: 2px solid black;
  box-sizing: unset;
  margin: auto;
}

.pieces {
  width: 30%;
  display: inline-block;
  height: 90%;
  margin: auto;
  border-radius: 12px;
}

.svgMask {
  position: absolute;
  z-index: 150;
}
.svgMask :hover {
  cursor: pointer;
}

.mask-test {
  position: absolute;
  width: 260px;
  height: 260px;
  padding: 0 !important;
}

.droppable {
  width: 200px;
  height: 200px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.grid3 .tile1, .grid .droppable .tile1 {
  background-position: left top;
}
.grid3 .tile2, .grid .droppable .tile2 {
  background-position: center top;
}
.grid3 .tile3, .grid .droppable .tile3 {
  background-position: right top;
}
.grid3 .tile4, .grid .droppable .tile4 {
  background-position: left center;
}
.grid3 .tile5, .grid .droppable .tile5 {
  background-position: center center;
}
.grid3 .tile6, .grid .droppable .tile6 {
  background-position: right center;
}
.grid3 .tile7, .grid .droppable .tile7 {
  background-position: left bottom;
}
.grid3 .tile8, .grid .droppable .tile8 {
  background-position: center bottom;
}
.grid3 .tile9, .grid .droppable .tile9 {
  background-position: right bottom;
}

.grid4 .tile1 {
  background-position: left top;
}
.grid4 .tile2 {
  background-position: 33.3333333333% top;
}
.grid4 .tile3 {
  background-position: 66.6666666667% top;
}
.grid4 .tile4 {
  background-position: 100% top;
}
.grid4 .tile5 {
  background-position: left 33.3333333333%;
}
.grid4 .tile6 {
  background-position: 33.3333333333% 33.3333333333%;
}
.grid4 .tile7 {
  background-position: 66.6666666667% 33.3333333333%;
}
.grid4 .tile8 {
  background-position: 100% 33.3333333333%;
}
.grid4 .tile9 {
  background-position: left 66.6666666667%;
}
.grid4 .tile10 {
  background-position: 33.3333333333% 66.6666666667%;
}
.grid4 .tile11 {
  background-position: 66.6666666667% 66.6666666667%;
}
.grid4 .tile12 {
  background-position: 100% 66.6666666667%;
}
.grid4 .tile13 {
  background-position: left 100%;
}
.grid4 .tile14 {
  background-position: 33.3333333333% 100%;
}
.grid4 .tile15 {
  background-position: 66.6666666667% 100%;
}

.grid5 .tile1, .grid5 .droppable .tile1 {
  background-position: left top;
}
.grid5 .tile2, .grid5 .droppable .tile2 {
  background-position: 25% top;
}
.grid5 .tile3, .grid5 .droppable .tile3 {
  background-position: 50% top;
}
.grid5 .tile4, .grid5 .droppable .tile4 {
  background-position: 75% top;
}
.grid5 .tile5, .grid5 .droppable .tile5 {
  background-position: 100% top;
}
.grid5 .tile6, .grid5 .droppable .tile6 {
  background-position: left 25%;
}
.grid5 .tile7, .grid5 .droppable .tile7 {
  background-position: 25% 25%;
}
.grid5 .tile8, .grid5 .droppable .tile8 {
  background-position: 50% 25%;
}
.grid5 .tile9, .grid5 .droppable .tile9 {
  background-position: 75% 25%;
}
.grid5 .tile10, .grid5 .droppable .tile10 {
  background-position: 100% 25%;
}
.grid5 .tile11, .grid5 .droppable .tile11 {
  background-position: left 50%;
}
.grid5 .tile12, .grid5 .droppable .tile12 {
  background-position: 25% 50%;
}
.grid5 .tile13, .grid5 .droppable .tile13 {
  background-position: 50% 50%;
}
.grid5 .tile14, .grid5 .droppable .tile14 {
  background-position: 75% 50%;
}
.grid5 .tile15, .grid5 .droppable .tile15 {
  background-position: 100% 50%;
}
.grid5 .tile16, .grid5 .droppable .tile16 {
  background-position: left 75%;
}
.grid5 .tile17, .grid5 .droppable .tile17 {
  background-position: 25% 75%;
}
.grid5 .tile18, .grid5 .droppable .tile18 {
  background-position: 50% 75%;
}
.grid5 .tile19, .grid5 .droppable .tile19 {
  background-position: 75% 75%;
}
.grid5 .tile20, .grid5 .droppable .tile20 {
  background-position: 100% 75%;
}
.grid5 .tile21, .grid5 .droppable .tile21 {
  background-position: left 100%;
}
.grid5 .tile22, .grid5 .droppable .tile22 {
  background-position: 25% 100%;
}
.grid5 .tile23, .grid5 .droppable .tile23 {
  background-position: 50% 100%;
}
.grid5 .tile24, .grid5 .droppable .tile24 {
  background-position: 75% 100%;
}
.grid5 .tile25, .grid5 .droppable .tile25 {
  background-position: 100% 100%;
}

.button-cont {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.button-cont .text-button {
  margin: 5%;
}

.pulsate {
  animation-name: pulsate;
  animation-duration: 0.5s !important;
}

@keyframes pulsate {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.back-button {
  width: 20%;
  margin: 0 auto;
  padding: 1%;
  height: 12%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  position: absolute;
  bottom: 2%;
  left: 2%;
  z-index: 1000;
}
.back-button .inner-text {
  width: 60%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.left-arrow {
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.menu-button {
  max-width: 30%;
  height: auto;
  background-color: darkgrey;
  margin: 1.5%;
  border-radius: 12px;
  display: block;
  position: relative;
}
.menu-button:hover {
  transform: scale(1.05);
  cursor: pointer;
}

.picture-picker-menu-cont {
  width: 90%;
  height: 70%;
  z-index: 1000;
  margin: 0 auto;
  /* display: -webkit-inline-box; */
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  overflow-y: scroll;
  align-content: flex-start;
  flex-wrap: wrap;
}

#menuPanel {
  height: 88%;
  left: 10%;
  width: 80%;
}

/*# sourceMappingURL=mask-test.css.map */
