.wrapper-play-game{position:fixed;top:0;left:0;right:0;bottom:0;border-radius:10px;background-image:linear-gradient(to bottom,#313131,#0b0b0b);z-index:600;display:flex;justify-content:center;align-items:flex-start;transition:transform .25s ease-in-out 0ms;-ms-transform:translateY(100%);transform:translateY(100%);background-size:cover;overflow:auto}.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:Inconsolata,sans-serif;letter-spacing:.06em;line-height:20px;font:13px/1.4285714!important;background:#030203;margin:0}.game-error{margin:auto;padding:15px}.game-error .image-error{background-image:url("/Content/error/images/game-error.png?v=l8lRaWaozjGeY_LltQLoNg0CGsw&v=1");background-size:cover;width:228px;height:233px;margin:0 180px 31px 175px;object-fit:contain;margin:0 auto}.game-error .message{font-weight:normal;font-stretch:normal;font-style:normal;line-height:normal;letter-spacing:normal;max-width:660px}.game-error .message-title{font-size:24px;font-weight:700;text-align:center;display:block;margin-bottom:12px;color:#c6c6c6}.game-error .list{list-style:none;margin:0;padding:0;font-size:16px;font-style:normal;font-weight:400;line-height:24px;color:#afafaf}.game-error .list>li{display:flex;align-items:flex-start;position:relative;padding-left:8px}.game-error .list>li:before{content:"";position:absolute;display:inline-block;left:0;top:10px;width:3px;height:3px;border-radius:50%;background-color:#bbb}.game-error .list>li .label+.text{margin-left:3px;word-break:break-all}@media(max-width:999px){.game-error .image-error{width:178px;height:182px}.game-error .message-title{font-size:20px}.game-error .list{font-size:14px}}@media(max-width:639px){.game-error .message-title{font-size:16px}.game-error .list{font-size:13px}}