.game-container.scratchcard .scratch-container,
.game-container.scratchcard .scratch-result {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.game-container.scratchcard .scratch-canvas {
  position: absolute;
  z-index: 2;
}

.game-container.scratchcard .scratch-result,
.game-container.scratchcard .scratch-canvas {
  width: 250px;
  height: 200px;
}

.game-container.scratchcard .scratch-result {
  padding: 5px;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, from(#faf39a), color-stop(2%, #efe089), color-stop(5%, #dcc16c), color-stop(8%, #cca654), color-stop(12%, #c09242), color-stop(16%, #b88435), color-stop(22%, #b37c2d), color-stop(30%, #b1792b), color-stop(39%, #b88535), color-stop(54%, #caa351), color-stop(73%, #e8d57e), color-stop(84%, #faf39a), color-stop(98%, #fff), to(#fff));
  background: linear-gradient(90deg, #faf39a 0%, #efe089 2%, #dcc16c 5%, #cca654 8%, #c09242 12%, #b88435 16%, #b37c2d 22%, #b1792b 30%, #b88535 39%, #caa351 54%, #e8d57e 73%, #faf39a 84%, #fff 98%, #fff 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.game-container.scratchcard .scratch-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.game-container.scratchcard .scratch-result-text {
  text-align: center;
  border-radius: 5px;
  z-index: 1;
  padding: 10px;
  color: #0008;
  width: 100%;
}

.game-container.scratchcard .scratch-result-text h5 {
  margin: 0 auto;
}

.game-container.scratchcard .scratch-result-text input {
  background: transparent;
  margin: 0;
  color: #fff;
  text-align: center;
  display: inline;
  font-size: 1.7em;
  padding: 0;
  margin: 0;
  border: 0;
  width: 200px;
  font-weight: 700;
  text-shadow: 2px 2px 2px #00000080;
}

.game-container.scratchcard .scratch-result div {
  height: 60%;
  margin-bottom: auto;
  margin-top: auto;
  width: 100%;
  top: 0;
  left: 0;
}

.game-container.scratchcard .scratch-result .full {
  height: 100%;
}

.game-container.scratchcard .scratch-result .bg {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
/*# sourceMappingURL=scratch-card.css.map */
