﻿#divPoGame img{display:block;margin:0 auto;max-width:300px}.ic-close{position:absolute;right:0;top:15px;font-size:18px;font-style:normal;width:28px;height:28px;background-color:#fdf09e;display:flex;justify-content:center;align-items:center;font-weight:bold;border-radius:50%;color:#88471a;cursor:pointer}.ic-close::after{content:'X'}#modalPoGame .ic-close{width:40px;height:40px;font-size:24px;top:-5px;right:-5px;box-shadow:0 0 10px #feefa2,0 0 10px #feefa2,0 0 10px #feefa2}#divPoGame{text-align:center;cursor:pointer}.pogame-wrapper{display:inline-block;position:relative}#modalPoGame{margin:0 auto;display:flex;justify-content:center;align-items:center;min-height:100vh;z-index:99999;display:none}#modalPoGame .modal-content{background:0;border:0}#modalPoGame .divPrize{width:100%;height:130px;display:flex;justify-content:center;align-items:center;text-align:center;position:absolute;top:42px;font-size:50px;left:0;font-weight:bold;letter-spacing:-2px;color:#fff;text-shadow:0 0 8px #ff4200,0 0 8px #ff4200,0 0 8px #ff4200,0 0 8px #ff4200,0 0 8px #ff4200,0 0 8px #ff4200,0 0 8px #ff4200,0 0 8px #ff4200;animation-iteration-count:infinite;animation-name:prizeani;animation-direction:normal;animation-duration:1.3s;transition:unset}.lefttoright{bottom:15%;position:absolute;-webkit-animation:linear infinite;-webkit-animation-name:runltr;-webkit-animation-duration:15s}@-webkit-keyframes runltr{0{left:5%}50%{left:90%}100%{left:5%}}@keyframes prizeani{0{transform:scale(1);filter:brightness(100%)}50%{transform:scale(1.05);filter:brightness(140%)}100%{transform:scale(1);filter:brightness(100%)}}.uptodown{position:absolute;-webkit-animation:linear infinite;-webkit-animation-name:runutd;-webkit-animation-duration:17s}@-webkit-keyframes runutd{0{top:10%}50%{top:80%}100%{top:10%}}