body.game {
  background-image: url(/images/main_background.png?e6dd8ddf8e8050aa5ca9543b3c6c5236);
  background-size: contain;
}
body.game .p2_title {
  text-shadow: unset !important;
  margin-top: 100px;
}
body.game .p2_title .welcome-text {
  margin-top: 12px !important;
  width: 300px !important;
  height: auto;
  margin-bottom: 120px;
}
body.game .game_top img {
  display: block;
  margin: 0 auto;
}
body.game .marquee.box {
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(59, 115, 180) 50%, rgba(0, 0, 0, 0) 100%);
}
body.game .countdown.box {
  background: radial-gradient(circle, #3c7df0 0%, #09367c 100%);
  box-shadow: unset;
  border-color: white;
}
body.game .countdown.box li {
  text-shadow: unset !important;
}
body.game .countdown.box li:nth-of-type(1), body.game .countdown.box li:nth-of-type(2) {
  border-right: 2px solid #002fbb !important;
}
body.game .lottery li.active.first {
  left: 230px;
  top: 0;
}
body.game .lottery li.active.last {
  left: -10px;
  top: 89px;
}
body.game .drawNow li {
  color: #5f6164 !important;
}
body.game .drawNow #claimBtn {
  all: unset;
}
body.game .drawNow #claimBtn img {
  width: 200px;
  height: auto;
  display: block;
  margin: 0 auto;
  padding-top: 40px;
}
body.game .drawNow .nextBtn:hover {
  background: none !important;
}
body.game .light-img {
  position: absolute;
  z-index: -1;
  top: -15px;
  left: 0;
  animation: rotate360 4s linear infinite;
}
@keyframes rotate360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
