/*
	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;
}

: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: 20%;
  font-size: 3vw;
  height: 12%;
  padding: 0.6%;
}

.fit-me-button {
  height: 100%;
  width: 80%;
  margin: auto;
  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;
}

.draggable-letters-cont {
  padding: 1%;
  height: 20%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  background-color: gainsboro;
  position: relative;
}

.image-clue {
  position: relative;
  height: 45%;
  width: 100%;
  padding: 1% 6%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.image-clue .image-inner {
  border-radius: 12px;
  background-color: white;
  border: 3px solid black;
  padding: 1%;
  width: 100%;
  height: 100%;
  margin: 0 1%;
}
.image-clue .image-inner .image-inner-pad {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.pop-up-answer {
  position: absolute;
  width: 93.5%;
  height: 100%;
  z-index: 110;
  top: 0;
  background-color: rgba(0, 0, 0, 0.95);
}

.theWordWas {
  z-index: inherit;
  font-size: 2vw !important;
  margin: 0 !important;
}

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

.theWordAnswer {
  font-weight: bold;
  margin: 0 !important;
  font-size: 3vw !important;
  z-index: inherit;
}

.check-button {
  width: 35% !important;
  background-color: #009640 !important;
  height: 100%;
  padding: 1%;
}
.check-button:hover {
  transform: scale(1.1);
}
.check-button .check-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.skip-button {
  width: 35% !important;
  padding: 1%;
  background-color: #dc2c3d !important;
  height: 100%;
}
.skip-button .check-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.skip-button:hover {
  transform: scale(1.1);
}

.button-nav-cont {
  right: 1%;
  width: 50% !important;
  height: 13%;
  padding: 1%;
  margin: 1% auto;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.droppable-letter .draggable-letter {
  width: 100% !important;
  height: 100%;
  padding: 0 !important;
  overflow: visible;
}
.complete-word-cont {
  padding: 1%;
  height: 20%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  background-color: gainsboro;
  position: relative;
}

.panel {
  height: 97%;
  width: 91.5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 1%;
  background-color: rgb(255, 255, 255) !important;
  border-radius: 12px;
}

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

#play-again {
  margin: 0 auto !important;
}

.draggable-letter {
  position: relative;
  width: 10%;
  height: 0;
  padding-bottom: 10%;
  margin: auto 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.draggable-letter .inner {
  width: 100%;
  height: 100%;
  background-color: white;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  border-radius: 12px;
  border: 3px solid black;
}
.draggable-letter .inner .inner-text {
  width: 60%;
  height: 60%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.text-clue-cont {
  width: 100%;
  height: 100%;
  max-height: 100%;
  background-color: white;
  margin: 0 1%;
  border-radius: 12px;
  border: 3px solid black;
  padding: 1%;
}
.text-clue-cont .text-clue-cont-inner {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.droppable-letter {
  border: 12px;
}
.droppable-letter .inner {
  padding: 0;
  margin: 0;
}
.droppable-letter .inner .draggable-letter {
  padding: 0;
  margin: 0;
  border: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-content: center;
  align-items: center;
}
.droppable-letter .inner .draggable-letter .inner {
  box-sizing: content-box;
  border-collapse: collapse;
  align-self: center;
  width: 100%;
  height: 100%;
  top: auto;
  left: auto;
}

/*# sourceMappingURL=anagram-game.css.map */
