/*
	Typography mixin
 */
/* CSS Document */
/*Rer*/
#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: 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;
}

#mainPage {
  width: 100%;
  height: 100%;
  background-color: red;
  display: flex;
  flex-direction: column;
}

.panel {
  width: 93.5%;
  height: 100%;
}

.sequence-top {
  margin-top: 2%;
  height: 45%;
  width: 100%;
  display: flex;
  flex-direction: row;
  position: relative;
  min-width: 100%;
  width: auto;
  z-index: 1;
  justify-content: center;
}

/*
.sequence-bottom{
  margin-top:2%;
  height:45%;
  width:100%;
  //background-color: rgba(255,255,255,0.7);
  display: flex;
  flex-direction: row;
  position: relative;
  min-width: 100%;
  width:auto!important;
  //width:100%;

  //justify-content: center;
  z-index: 1;
}
*/
.sequence-bottom {
  margin-top: 2%;
  height: 45%;
  width: 100%;
  display: flex;
  flex-direction: row;
  position: relative;
  min-width: 100%;
  width: auto;
  z-index: 1;
  justify-content: center;
}
.sequence-bottom .sequence-item {
  flex-shrink: 0;
}

.sequence-item {
  height: 100%;
  width: 10%;
  background-color: white;
  margin: auto 3px;
  border-radius: 12px;
  border: 2px solid black;
  padding: 1%;
  position: relative;
  white-space: nowrap;
}

.drop-area {
  text-align: center;
  font-size: 2rem;
}

.sequence-wrapper {
  height: 95%;
  width: 10%;
  margin: auto 3px;
  border-radius: 12px;
  position: relative;
  display: inline-flex;
  white-space: nowrap;
  flex-direction: column;
  justify-content: center;
}

.drop-area {
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.5);
}
.drop-area .sequence-item {
  width: 100% !important;
  height: 100% !important;
  left: 0;
  top: 0;
  margin: 0;
  position: absolute;
}

.sequence-top {
  width: 100%;
}

.sequence-text, .item-text {
  width: 100%;
  max-height: 100%;
  min-height: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 25%;
  white-space: normal;
}

.timeline-mode {
  overflow-x: auto;
}

.top-clue-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 4%;
}

.item-text {
  min-height: 30%;
  max-height: 100%;
  height: 100%;
}

.item-image {
  min-height: 70%;
  max-height: 100%;
  height: 100%;
  margin-bottom: 0.5rem !important;
}

.timeline-scrollable {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  display: inline-flex;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 1%;
  width: 100% !important;
  justify-content: start;
}
.timeline-scrollable .sequence-wrapper {
  flex-shrink: 0;
  border: 2px dotted darkgrey;
}

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

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

.top-clue-cont {
  height: 50%;
  background-color: white;
  border-radius: 12px 12px 0 0;
  border: 2px solid black;
}

.bigger-top-for {
  height: 58%;
}
.bigger-top-for .sequence-item {
  height: 50% !important;
  margin: 0 !important;
  border-radius: 0 0 12px 12px;
}
.bigger-top-for .sequence-item .sequence-item {
  height: 100% !important;
  border-top: none;
}

.bigger-bottom-for {
  height: 33%;
}

.ghost {
  opacity: 0.2;
}

.no-info .sequence-wrapper {
  align-items: center;
}

.full-page-jodal-overlay {
  position: absolute;
  z-index: 101;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}

.round-result-screen {
  transition: background-color 2s;
}

.card-wrapper {
  width: 24%;
  height: 100%;
}

.stars-container {
  z-index: 100;
  height: 25%;
  width: 40%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.star-outer {
  color: #fcaf17;
  width: 30%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#next-question-button {
  margin: auto;
}

.image-only .item-image {
  height: 100%;
}

.text-only .sequence-text {
  height: 100%;
}

#play-again {
  margin: auto;
}

.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);
  }
}
.question-box {
  width: 98%;
  margin: 1%;
  height: 10%;
  background-color: white;
  border-radius: 12px;
  border: 2px solid black;
  padding: 1%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.question-box div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
}

.smaller-cont .sequence-top, .smaller-cont .sequence-bottom {
  height: 38% !important;
}

::-webkit-scrollbar {
  height: 1rem !important;
}

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