﻿.wrapper-play-game {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 600;
  display: flex;
  align-items: center;
  transition: transform 0.25s ease-in-out 0ms;
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  background-size: cover;
}
.wrapper-play-game.open {
  -ms-transform: translateY(0);
  transform: translateY(0);
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: Prompt, sans-serif;
  letter-spacing: 0.06em;
  line-height: 20px;
  font: 13px/1.4285714 !important;
  background: #030203;
  margin: 0;
}

/*
NEW: Game error
*/
.game-error {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-image: linear-gradient(to bottom, #313131, #0b0b0b);
  margin: 0 auto;
  text-align: center;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.game-error .image-error {
  background-image: url("/Content/error/images/game-error.png?v=1");
  background-size: cover;
  width: 228px;
  height: 233px;
  margin: 0 180px 31px 175px;
  object-fit: contain;
  margin: 0 auto;
}
.game-error .message {
  font-size: 23px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #bbb;
}
.game-error .message span {
  display: block;
}
.game-error .message span + span {
  margin-top: 10px;
}
@media (max-width: 999px) {
  .game-error {
    height: 100%;
    width: 100%;
    border-radius: 0;
  }
  .game-error .image-error {
    width: 178px;
    height: 182px;
  }
  .game-error .message {
    font-size: 20px;
  }
  .game-error .message span + span {
    margin-top: 8px;
  }
}
@media (max-width: 639px) {
  .game-error {
    padding-left: 60px;
    padding-right: 60px;
  }
  .game-error .message {
    font-size: 16px;
  }
  .game-error .message span + span {
    margin-top: 3px;
  }
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///D:/dotNet/wss-fns/Fns/wwwroot/Content/error/scss/main.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;EACA;;;AAIR;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAkDJ;AAAA;AAAA;AAKA;EACI;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACI;;AACA;EACI;;AAjDR;EAYR;IA2CQ;IACA;IACA;;EAEA;IACI;IACA;;EAEJ;IACI;;EACA;IACI;;;AAlER;EAYR;IA4DQ;IACA;;EACA;IACI;;EACA;IACI%22%7D */