
/* Prize page */

.list-prize-block {
  width:100%;
  background-image: radial-gradient(circle, #507bf1, #4c75e8, #496fe0, #456ad7, #4164cf);
  border-radius:15px;
  padding:8px 0;
  height:155px;
}

.lucky_chest_game {
  background: #140C17;
}

.lucky_chest_game .prize-list,.lucky_raffle_game .prize-list {
  width:100%;
  margin:0;
}

.mobile #prize-list-container {
  margin-top:-100px;
}

.default.lucky_chest_list #prize-list-container {
  margin-top:-450px;
}

.default.lucky_raffle_list #prize-list-container {
  margin-top:-80px;
}

.chest-banner {
  position: relative;
  width: calc(100% + 40px); 
  height: 300px;
  margin: -15px -20px 0px;
  background-image: url('/assets/games/luckychest/chest_bg.jpg');
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 20px;
}

.raffle-banner {
  position: relative;
  width: calc(100% + 40px); 
  height: 300px;
  margin: -15px -20px 0px;
  background-image: url('/assets/games/luckychest/raffle-banner.jpg');
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 20px;
}

.default .chest-banner, .default .raffle-banner {
  height:700px;
}

.prize-gp {
  transform: scale(0.3);
  position: relative;
  top:0;
  left:0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px;
	height: 180px;
	border-radius: 50%;
  box-shadow: 0px -2x 0px 2px #222;
}

.prize-thumb {
  max-width:90%;
  text-align: center;
  position:absolute;
  top:-28px;
  left:-10px;
}

.prize-thumb img {
  max-width: 135px;
}

.prize-detail-thumb {
  margin:0px auto 30px;
  text-align: center;
}

.prize-detail-thumb img {
  max-height: 210px;
  text-align: center;
}

.prize-title {
  text-align:right;
  font-size:22px;
  font-weight:bold;
  position: absolute;
  top: -40px;
  right: 0;
  text-shadow: 2px 3px 3px black;
  background: radial-gradient(#773324, #fffcfc00);
  width: max-content;
  padding: 0 15px;
}

.lucky_raffle_list .prize-title,.lucky_raffle_game .prize-title {
  font-size: 14px;
  line-height: 18px;
  width: 70%;
  max-height: 38px;
  overflow: hidden;
  background: none;
}
.lucky_raffle_game .info-container{
  position: relative;
  margin-top:20px;
}

.prize-title span {
  clear:both;
  display:block;
  font-size:18px;
  font-weight:lighter;
  margin-top:4px;
}

.prize-img {
  height:40%;
  width:10%;
  text-align:center;
  margin-top:-15px;
}

.prize-list img {
  width:auto;
  max-height:140px;
}

.prize-timer {
  font-size:10px;
  text-align:center;
  margin:20px;
}
.prize_description{
  margin: 20px 0 20px;
}

.prize-counter {
  text-align: initial;
  float:right;
  width:70%;
}
.mobile .prize-counter{
  width: 66%;
  min-width: 185px;
}

.luckyRaffletimer {
  font-size: 14px;
}

.event-info{
  position: relative;
  color:#ddd;
  line-height:16px;
  font-size:10px;
  margin-top:3px;
  float: right;
  width: 100%;
}

.event-info b {
  color:#fff;
}

.event-counter {
  display: none;
  color: #FBD15A;
    padding: 20px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.event-counter span {
    color: #fff;
    font-size: 12px;
    display: block;
    clear: both;
}

.pcounter {
  width:23%;
  display:inline-block;
  padding:2px 1%;
  font-weight:bold;
  color:#fff;
  border-left:1px solid #6983E1;
  text-align:center;
  margin-bottom:3px;
}

.pcounter:first-child {
  border:0;
  padding-left:0;
}

.pcounter .label {
  font-size:8px;
  padding-bottom:4px;
  color:#eee;
  line-height: 9px;
}

.pcounter .number-gp {
  font-size: clamp(12px, 18px, 4vw);
}

.box-gp {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: calc(100% - 47px);
	height: calc(100% - 47px);
	border-radius: 50%;
  border:0px solid #3d68cf;
  font-weight: bold;
}

.box-gp::before {
	position: absolute;
	content: '';
	width: calc(100% + 15px);
	height: calc(100% + 15px);
	border-radius: 50%;
	border:12px solid #3650AF;
}

.box-gp .number-gp {
  position:absolute;
  bottom:15px;
  color:#fff;
}

.list-number {
  font-size:26px;
}

.list-number span {
  float:left;
}

.dots {
	display: block;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	transition: 2s transform, 2s opacity ease;
}

.dots::after {
	position: absolute;
	content: '';
	width: 15px;
	height: 15px;
	top: 3px;
	left: 48%;
	border-radius: 50%;
	background-color: #fff;
	transform: translateX(-50%);
}

.svg {
	position: absolute;
	width: 100%;
	height: 100%;
	fill: none;
	transform: rotate(-90deg);
}

.circle {
	stroke: url(#gradientStyle);
	stroke-width: 12px;
	stroke-dasharray: 503;
	stroke-dashoffset: 503;
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
	transition: 2s stroke-dashoffset;
}

.glow {
  color: #fff;
  text-align: center;
   text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
}

.prize-button {
  height: auto;
  display: block;
  margin:0 10px;
  border: 0px;
  bottom:-10px;
  left:0%;
  box-shadow: 2px 2px 6px rgb(0 0 0 / 87%);
}
.prize-button-disable {
  pointer-events: none;
}

.prize-button span {
  color:yellow;
}

.purchase_ticket_balance{
    margin: 0px 5px 0px -20px;
    line-height: 34px;
    font-weight: bold;
}
/* market place css */
.market_place_container{
  position: relative;
}

.market_place_container .title {
  color:#ffbdbd;
  font-size:1em;
  line-height: 1.2em;
}
.market_place_container .cart_icon{
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 10px;
}
.market_place_container .card{
  border-radius: 10px;
  overflow: hidden; 
  margin-bottom: 30px;
  background: none;
}
.market_place_container .card-content{
  background: #232835; 
  color: #fff;
}
.market_place_container  .subtitle{
  color: #c68d5b;
  font-size: 0.8em;
}

#market_place_link:hover {
text-decoration: none;
}

/*END*/
/*how it works*/
.how_it_works_container{
  margin: 0 0 25px;
}
.how_it_works_container ul{
  padding: 0 0 10px 25px;
}
.how_it_works_container li{
  list-style: decimal;
}