@font-face {
  font-family: "kgchasingpavements";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/kimberly-geswein_kg-chasing-pavements/kgchasingpavements-webfont.woff")
      format("woff"),
    url("../fonts/kimberly-geswein_kg-chasing-pavements/kgchasingpavements-webfont.woff2")
      format("woff2");
}
.container,
.interactive {
  font-family: "kgchasingpavements";
}
.card__wrap .main .card__img {
  width: 87%;
}

.interactive {
  position: relative;
}
.for-send-more-money {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 7px;
  z-index: 5;
}

.text-confirm-answer {
  font-size: 17px;
  text-align: center;
  font-weight: 600;
  color: gray;
  position: absolute;
  top: 64%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: all 250ms;
}
@media screen and (min-width: 436px) {
  .text-confirm-answer {
    top: 60%;
  }
}
.text-confirm-answer.transparent {
  opacity: 0;
  transition: all 250ms;
}
.for-float-wrapper .card__text {
  text-align: start;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 18px;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 33%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  height: 215px;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: space-between;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (min-width: 436px) {
  .container {
    top: 27%;
    height: 141px;
  }
}
.drop-zone {
  font-size: 46px;
  font-weight: 800;
  color: white;
  text-transform: uppercase;
  width: 11.4vw;
  height: 18vw;
  margin-top: 0px;
  margin-bottom: 4px;
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-color: transparent;
  border: 1px dashed transparent;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
}
.drop-zone.in-zone {
  color: #3581f2;
}
@media screen and (min-width: 436px) {
  .drop-zone {
    width: 39px;
    height: 67px;
    margin-right: 4px;
  }
}

.drop-zone:nth-child(1) {
  margin-left: 20%;
}

.drop-zone:nth-child(6) {
  margin-left: 20%;
}

div#drop-zone-8 {
  margin-left: 12%;
}
div#drop-zone-12 {
  margin-left: 0;
}

#drop-zone-0,
#drop-zone-1,
#drop-zone-2,
#drop-zone-3 {
  margin-bottom: 0;
}

.sign {
  font-size: 49px;
  font-weight: 800;
  color: white;
  position: absolute;
  top: 52%;
  left: 21%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 436px) {
  .sign {
    top: 78%;
  }
}
.answer-container {
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.answer-container::before {
  content: "";
  width: 80%;
  height: 18px;
  background-image: url(../img/391/line.svg);
  background-position: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: contain;
}

.answer {
  font-size: 50px;
  font-weight: 800;
  color: white;
  text-transform: uppercase;
  width: 12vw;
  height: 18vw;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-color: transparent;
  border: 1px dashed transparent;
  border-radius: 8px;
  position: relative;
}
.answer-1 {
  margin-left: 12%;
}
.tiles {
  width: 100%;
  max-width: 100%;
  height: 30.4vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (min-width: 436px) {
  .tiles {
    width: auto;
    max-width: unset;
    height: 105px;
  }
}

.tile {
  width: 12vw;
  height: 12vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1vw;
  font-size: 8vw;
  font-weight: bold;
  color: var(--main-text-color);
  background-color: #fff;
  border: 1px solid var(--main-text-color);
  border-radius: 10px;
  margin: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  transform-origin: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 2;
}
@media screen and (min-width: 436px) {
  .tile {
    width: 43px;
    height: 43px;
    font-size: 28px;
    padding-top: 3px;
  }
}
.tile-0 {
  left: 5%;
}
.tile-1 {
  left: 24%;
}
.tile-2 {
  left: 43%;
}
.tile-3 {
  left: 62%;
}
.tile-4 {
  left: 81%;
}
.tile-5 {
  top: 52%;
  left: 5%;
}
.tile-6 {
  top: 52%;
  left: 24%;
}
.tile-7 {
  top: 52%;
  left: 43%;
}
.tile-8 {
  top: 52%;
  left: 62%;
}
.tile-9 {
  top: 52%;
  left: 81%;
}
.tile.plug {
  pointer-events: none;
  color: #ccc;
  border: 1px solid #ccc;
  z-index: 1;
}
.tile.active {
  color: #3581f2;
  color: #ffffff;
  background-color: #648dd4;
  z-index: 100;
  opacity: 1;
}
.tile.inactive {
  border: 1px solid silver;
  color: silver;
  cursor: default;
  pointer-events: none;
}

.main .card__img svg {
  top: 0;
}

.card__wrap .restart {
  display: flex;
  width: 34px;
  position: absolute;
  top: 8px;
  left: 86%;
  cursor: pointer;
  z-index: 41;
}
.drop-zone.drop-zone-12 {
  margin-left: 0;
}

.delimiter {
  color: transparent;
  font-size: 0;
  opacity: 0;
}
.card__wrap-blocked .restart {
  display: none;
}

.card__wrap-blocked .plug {
  display: none;
}
.card__wrap-blocked .delimiter {
  color: #00fb00;
  font-size: 50px;
  margin-left: -8px;
  margin-top: 4%;
  opacity: 1;
}
@media screen and (min-width: 436px) {
  .card__wrap-blocked .delimiter {
    margin-left: -7px;
    margin-top: 10px;
  }
}
.card__wrap-blocked .answer-container .drop-zone {
  color: #00fb00;
}
.card__wrap-blocked .delimiter-top,
.card__wrap-blocked .delimiter-bottom {
  color: #3581f2;
}
