.prize-drop-leaderboard-parent{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #08090cbd;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: none;
}
.prize-drop-leaderboard-parent,
#prize-drop-wheel-parent,
.prize-drop-promotion-icon{
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.prize-drop-leaderboard{
    position: relative;
    width: 1200px;
    height: 1000px;
    top: 0;
    margin: 0 0 0 -600px;
    left: 50%;
    z-index: 1;
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    display: none;
}
.prize-drop-leaderboard header{
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 7.7%;
    z-index: 1;
    background-color: #081124;
    /* padding-left: 15px; */
    border-radius: 7px;
    margin-top: 15px;
}
.prize-drop-leaderboard main{
    position: relative;
    width: 100%;
    height: 100%;
    margin: 15px 0px;
    border-radius: 15px;
}
.close-prize-drop-leaderboard{
    position: absolute;
    right: 15px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    background-image: url(../../Images/Promotion/Prize-drop/close-promotion-popup.png), url(../../Images/Promotion/Prize-drop/close-promotion-popup-hover.png);
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 5px;
}
.close-prize-drop-leaderboard:hover{
    background-image: url(../../Images/Promotion/Prize-drop/close-promotion-popup-hover.png);;
}
.prize-drop-content{
    background-image: linear-gradient(to bottom, #081124, #071630, #07193c, #081c48, #0d1f54);
    width: calc(100% - 2px);
    height: calc(100% - 60px);
}

.prize-drop-content{
    border-radius: 5px;
    z-index: 1;
    position: absolute;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top: none;
    top: 51px;
    overflow: hidden;
}
.prize-drop-list-content{
    width: 100%;
    height: 100%;
}
.prize-drop-leaderboard-list-thead{
    font-family: "IntroMedium";
    color: #ffb74c;
    text-transform: uppercase;
    font-size: 16px;
    height: 36px;
    display: flex;
    justify-content: space-around;
    letter-spacing: 1px;
    align-items: center;
}
.prize-drop-leaderboard-parent[data-promotion-lang="ka"] .prize-drop-leaderboard-list-thead{
    font-family: "CrystalUni";
}
.prize-drop-list-tbody{
    position: relative;
    overflow-y: scroll;
    height: calc(100% - 37px);
    width: calc(100%);
    scrollbar-width: thin;
    scrollbar-color: #ffb74c transparent !important;
    background-color: #081124;
}
.prize-drop-list-tbody::-webkit-scrollbar {
    width: 5px;
}
.prize-drop-list-tbody::-webkit-scrollbar-thumb{
    background: #ffb74c!important;
}
.prize-drop-list-tbody::-webkit-scrollbar-track{
    background: transparent !important;
    border: none !important;
}

.prize-drop-rules-content::-webkit-scrollbar{
    width: 3px !important;
}
.prize-drop-rules-content::-webkit-scrollbar-thumb{
    background: #ffb74c!important;
}
.prize-drop-rules-content::-webkit-scrollbar-track{
    background: transparent !important;
    border: none !important;
}
.prize-drop-list-scrollup{
    position: absolute;
    bottom: 10px;
    right: 30px;
    width: 92px;
    height: 92px;
    background-image: url(../../Images/Promotion/Prize-drop/prize-drop-scroll-up.png);
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0px 0px 35px 10px #0c0f15f2;
    cursor: pointer;
    border-radius: 50%;
}
.prize-drop-list-item{
    width: 100%;
    height: 73px;
    display: flex;
    align-items: center;
    font-family: "IntroMedium";
    font-size: 13px;
    position: relative;
    margin: 8px 0;
    text-transform: uppercase;
}
.prize-drop-list-item.true::before{
    content: '';
    width: 67px;
    height: 67px;
    position: absolute;
    left: 0;
    top: -16px;
    background-image: url(../../Images/Promotion/Prize-drop/history-active-icon.png);
    background-size: contain;
}
.prize-drop-list-item.true .prize-drop-list-time{

padding-left: 55px;

width: calc(25% - 55px);
}
.prize-drop-list-item.true .prize-drop-list-time,
.prize-drop-list-item.true .prize-drop-list-player,
.prize-drop-list-item.true .player-freespins-count-win::after{
    color: #ffffff;
}
.prize-drop-list-item.odd{
    background-image: linear-gradient(to right, #101e4f, #0d1c47, #0c193f, rgb(10 23 55), #0a142f);
}
.prize-drop-list-item.even{
    background-image: linear-gradient(to right, #1a213c, #171f39, #151c35, #121a32, rgb(16 24 48));
}
.prize-drop-list-item div,
.prize-drop-leaderboard-list-thead p {
    width: 25%;
    text-align: center;
}
.prize-drop-thead-list-player{
    width: 50% !important;
}
.prize-drop-list-item.false .prize-drop-list-time{
    padding-left: 55px !important;
    width: calc(25% - 55px) !important;
}
.prize-drop-list-time {
    color: #9499b0;
    font-size: 16px;
    text-align: left !important;
}
.prize-drop-list-player{
    font-size: 20px;
    color: #9499b0;
    width: 50% !important;
    letter-spacing: 1px;
}
.prize-drop-list-gamename{
    font-size: 10px;
    color: #9499b0;
    letter-spacing: 1px;
}
.player-freespins-count-win{
    font-size: 22px;
    color: #00ffcc;
}
.player-freespins-count-win::after{
    content: attr(data-currency);
    font-size: 12px;
    color: #9499b0;
    padding-left: 7px;
    letter-spacing: 1px;
}
.prize-drop-list-content,
.prize-drop-rules-content{
    width: 100%;
    height: 100%;
    /* overflow-y: scroll;
    overflow-x: hidden; */
    display: none;
    scrollbar-width: thin;
    scrollbar-color: #ffb74c transparent !important;
}
.prize-drop-rules-content{
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-color: #ffb74c transparent !important;
}
.prize-drop-tabs{
    display: flex;
    justify-content: space-between;
    height: 60px;
    width: calc(100% - 2px);
}
.prize-drop-tabs a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33%;
    height: 100%;
    background: #040915;
    cursor: pointer;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-top: -6px;
}
.prize-drop-tabs a:hover{
    background: #121a31;
}
.prize-drop-tabs a.active{
    background: #081124;
    z-index: 2;
}
.prize-drop-tabs .prize-drop-leaderboard-list.active{
    border-right: none;
}
.prize-drop-tabs .prize-drop-leaderboard-rules.active{
    border-left: none;
}
.prize-drop-tabs a span{
    font-size: 13px;
    font-family: "IntroMedium";
    color: #9499b0;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;
}
.prize-drop-leaderboard-parent[data-promotion-lang="ka"] .prize-drop-tabs a span{
    font-family: "CrystalUni";
}
.prize-drop-tabs a.active span{
    color: #ffffff;
}
.prize-drop-leaderboard-rules span::before{
    content: '';
    display: inline-block;
    width: 27px;
    height: 31px;
    background-image: url(../../Images/Promotion/Prize-drop/drop-rules-icon.png);
    background-repeat: no-repeat;
    margin-top: 0;
}
.prize-drop-leaderboard-list span::before{
    content: '';
    display: inline-block;
    width: 28px;
    height: 27px;
    background-image: url(../../Images/Promotion/Prize-drop/drop-history-icon.png);
    background-repeat: no-repeat;
}
.prize-drop-leaderboard-prizes span::before{
    content: '';
    display: inline-block;
    width: 28px;
    height: 27px;
    background-image: url(../../Images/Promotion/Prize-drop/drop-prizes-icon.png);
    background-repeat: no-repeat;
}
.prize-drop-leaderboard-prizes span::before,
.prize-drop-leaderboard-list span::before,
.prize-drop-leaderboard-rules span::before{
    height: 66px;
    width: 63px;
    margin-top: 14px;
    margin-left: -17px;
    margin-right: -15px;
    background-position: center 12px;
}
.prize-drop-leaderboard-prizes.active span::before{
    content: '';
    background-image: url(../../Images/Promotion/Prize-drop/drop-prizes-icon-active.png);
    background-position: -1px 1px;
}
.prize-drop-leaderboard-rules.active span::before{
    content: '';
    background-image: url(../../Images/Promotion/Prize-drop/drop-rules-icon-active.png);
    background-position: -1px 3px;
}
.prize-drop-leaderboard-list.active span::before{
    content: '';
    background-image: url(../../Images/Promotion/Prize-drop/drop-history-icon-active.png);
    background-position: center;
}
.prize-drop-rules-how-to-play{
    color: #ffb74c;
    font-size: 22px;
    padding: 25px 0 15px 27px;
    text-transform: uppercase;
    font-family: "IntroMedium";
}
.prize-drop-leaderboard-parent[data-promotion-lang="ka"] .prize-drop-rules-how-to-play{
    font-family: "CrystalUni";
}
.prize-drop-rules-description{
    display: block;
    line-height: 26px;
    padding: 10px 30px;
    color: #ffffff;
    font-size: 11px;
}

.prize-drop-rules-description p {
    display: flex;
    align-items: center;
    font-size: 19px;
    text-transform: uppercase;
    font-family: "IntroBookAlt";
    color: #ffffff;
    background-image: linear-gradient(to right, #112054, #0e1d4b, #0c1b43, #0b183a, #0a1532);
    position: relative;
    left: -30px;
    padding: 2px 0;
    width: calc(100% + 60px);
    letter-spacing: 1px;
    padding-left: 30px;
    height: 37px;
}
.prize-drop-rules-description p::after{
    content: attr(data-rules-number);
    position: absolute;
    right: 60px;
    color: #9499b0;
    font-size: 20px;
    letter-spacing: 1px;
    top: 9px;
    padding-top: 0%;
    /* line-height: 36px; */
}
.prize-drop-rules-description span {
    font-size: 19px;
    color: #e3e3e3;
    font-family: "IntroLight";
    letter-spacing: 1px;
}
.prize-drop-leaderboard-parent[data-promotion-lang="ka"] .prize-drop-rules-description p,
.prize-drop-leaderboard-parent[data-promotion-lang="ka"] .prize-drop-rules-description span{
    font-family: "CrystalUni";
}
.progressbar-money-left{
    color: #ffffff;
    font-size: 19px;
    font-family: 'IntroRegular';
    margin-left: 8px;
    margin-top: -1px;
    letter-spacing: 3px;
}
.progressbar-money-left::after{
    content: attr(data-money-left);
    font-size: 15px;
    color: #ffffff;
    font-family: 'IntroLight';
    padding-left: 3px;
}
.prize-drop-leaderboard-parent[data-promotion-lang="ka"] .progressbar-money-left::after{
    font-family: "CrystalUni";
}
.progressbar-prize-fund{
    color: #e1a347;
    font-size: 18px;
    font-family: 'IntroMedium';
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-left: 8px;
}
.prize-drop-leaderboard-parent[data-promotion-lang="ka"] .progressbar-prize-fund{
    font-family: "CrystalUni";
}
.prize-drop-progressbar-header{
    display: flex;
    width: 644px;
    height: 24px;
    background: url(../../Images/Promotion/Prize-drop/prize-drop-progress-bar-header.png) center no-repeat;
    align-items: center;
    position: absolute;
    top: 44px;
    left: 0;
    /* transform: scale(0.7); */
}
.prize-drop-progressbar-header-bg{
    background: url(../../Images/Promotion/Prize-drop/prize-drop-progress-bar-header-full.png) left no-repeat;
    height: 100%;
    position: absolute;
    display: block;
    top: 0px;
    left: 6px;
}
.prize-drop-progressbar-second{
    width: 27.7%;
    margin-right: 12px;
}
.prize-drop-progressbar-second-bg{
    background-image: url(../../Images/Promotion/Prize-drop/prize-drop-progbar-second.png);
    width: 100%;
    height: 100%;
}
.prize-drop-progressbar-third{
    width: 18.3%;
}
.prize-drop-progressbar-third-bg{
    background-image: url(../../Images/Promotion/Prize-drop/prize-drop-progbar-third.png);
    width: 100%;
    height: 100%;
}
.prize-drop-leaderboard-time{
    position: relative;
    display: flex;
    height: 37px;
    width: 46%;
    justify-content: center;
    top: 14px;
    right: 110px;
}
.prize-drop-leaderboard-time div{
    display: flex;
    color: #ffffff;
    width: auto;
    height: 100%;
    flex-direction: row;
    align-items: center;
    margin-right: 11px;
}

.prize-drop-leaderboard-time div span{
    width: 27px;
    height: 18px;
    display: inline-block;
    text-align: center;
    font-size: 17px;
    border-radius: 3px;
    padding-top: 1px;
    font-family: 'CrystalNU4-Regular';
    letter-spacing: 2px;
    flex-shrink: 0;
    flex-grow: 0;
    margin-top: -3px;
}
.prize-drop-leaderboard-time div p{
    font-size: 16px;
    font-family: 'IntroMedium';
    letter-spacing: 1px;
    color: #9499b0;
    text-transform: uppercase;
    margin-top: 3px;
}
.prize-drop-leaderboard-parent[data-promotion-lang="ka"] .prize-drop-leaderboard-time div p{
    font-family: "CrystalUni";
}
.prize-drop-info-on-start{
    position: relative;
    width: 960px;
    height: 560px;
    background-color: #081124;
    border-radius: 10px;
    border: 2px solid #3e4358;
    left: 50%;
    top: 50%;
    margin: -280px 0 0 -480px;
    display: none !important;
}
.prize-drop-info-on-start-head{
    display: flex;
    color: #ffffff;
    font-family: 'IntroRegular';
    font-size: 16px;
    letter-spacing: 1px;
    justify-content: space-between;
    padding-left: 30px;
    height: 45px;
    align-items: center;
}
.prize-drop-leaderboard-parent[data-promotion-lang="ka"] .prize-drop-info-on-start-head{
    font-family: "CrystalUni";
}
.close-prize-drop-info-on-start{
    position: absolute;
    right: 0;
    width: 35px;
    height: 40px;
    cursor: pointer;
    background-image: url(../../Images/Promotion/Prize-drop/close-promotion-popup.png), url(../../Images/Promotion/Prize-drop/close-promotion-popup-hover.png);
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 5px;
    margin-right: 7px;
}
.close-prize-drop-info-on-start:hover{
    background-image: url(../../Images/Promotion/Prize-drop/close-promotion-popup-hover.png);;
}
.prize-drop-info-on-start-main{
    display: flex;
    width: 100%;
    height: 50%;
    justify-content: space-between;
}
.prize-drop-info-on-start-first-bg,
.prize-drop-info-on-start-second-bg,
.prize-drop-info-on-start-third-bg{
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    box-sizing: border-box;
}
.prize-drop-info-on-start-first-bg{ 
    background-image: url(../../Images/Promotion/Prize-drop/info-on-start-first-bg.png);
    height: 27%;
    width: calc(100% - 43px);
    background-size: cover;
    left: 30px;
    bottom: 65px;
}
.prize-drop-info-on-start-second-bg{
    background-image: url(../../Images/Promotion/Prize-drop/info-on-start-second-bg.png);
    width: 100%;
    height: 62%;
    bottom: 5px;
}
.prize-drop-info-on-start-third-bg{
    background-image: url(../../Images/Promotion/Prize-drop/info-on-start-third-bg.png);
    background-size: cover;
    width: calc(100% - 43px);
    left: 30px;
    bottom: 62px;
    height: 42%;
}
.prize-drop-info-on-start-item{
    width: 49%;
    height: 100%;
    position: relative;
}
.prize-drop-info-on-start-item p {
    color: white;
    font-family: 'IntroLight';
    font-size: 13px;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 13px;
    line-height: 16px;
}
.prize-drop-leaderboard-parent[data-promotion-lang="ka"] .prize-drop-info-on-start-item p{
    font-family: "CrystalUni";
}
.prize-drop-info-on-start-footer .prize-drop-info-on-start-item p{
    padding-top: 13px;
}
.prize-drop-info-on-start-footer{
    height: calc(50% - 45px);
    width: 100%;
}
.prize-drop-info-on-start-footer .prize-drop-info-on-start-item{
    width: 100%;
    height: 100%;
}
.prize-drop-info-on-start-footer .prize-drop-buttons{
    display: flex;
    position: absolute;
    width: calc(100% - 40px);
    height: 17%;
    bottom: 0;
    align-items: center;
    justify-content: space-between;
    color: white;
    left: 30px;
}
.prize-drop-buttons input{
    background-color: #8598ec;
}
.prize-drop-info-start-button{
    width: 100px;
    height: 30px;
    background-color: #182145;
    border-radius: 5px;
    border: 2px solid #8598ec;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'IntroRegular';
    cursor: pointer;
}
.prize-drop-leaderboard-parent[data-promotion-lang="ka"] .prize-drop-info-start-button{
    font-family: "CrystalUni";
}
.prize-drop-info-start-button:hover{
    background-color: #263260;
}
.prize-drop-buttons label {
    display: block;
    position: relative;
    padding-left: 19px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 10px;
    letter-spacing: 1px;
    color: #9499b0;
    font-family: 'IntroRegular';
}
.prize-drop-leaderboard-parent[data-promotion-lang="ka"] .prize-drop-buttons label{
    font-family: "CrystalUni";
}
.prize-drop-buttons label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.prize-drop-input-checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 13px;
    width: 13px;
    background-color: #1a213c;
    border-radius: 3px;
}
.prize-drop-buttons label input:checked ~ .prize-drop-input-checkmark {
    background-color: #8598ec;
}
  
.prize-drop-input-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.prize-drop-buttons label input:checked ~ .prize-drop-input-checkmark:after {
    display: block;
}
.prize-drop-input-checkmark:after {
    left: 4px;
    top: 2px;
    width: 3px;
    height: 7px;
    border: solid #2a365a;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.prize-drop-info-on-start-item-title{
    display: flex;
    position: relative;
    background-image: linear-gradient(to right, #065957, #004b56, #003d50, #052e46, #132038);
    width: calc(100% - 30px);
    padding-left: 30px;
    align-items: center;
    color: #ffffff;
    font-family: 'IntroBookAlt';
    font-size: 11px;
    height: 21px;
    letter-spacing: 1px;
}
.prize-drop-leaderboard-parent[data-promotion-lang="ka"] .prize-drop-info-on-start-item-title{
    font-family: "CrystalUni";
}
.prize-drop-info-on-start-item-title::after{
    content: attr(data-title-number);
    position: absolute;
    right: 13px;
    color: #9499b0;
    font-size: 14px;
    letter-spacing: 1px;
}
#prize-drop-wheel-parent{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #000000b3;
    display: none;
    z-index: 1;
    overflow: hidden;
}
.prize-drop-wheel-bg-parent{
    width: 545px;
    height: 732px;
    position: absolute;
    display: none;
}
.prize-drop-wheel-bg{
    background-image: url(../../Images/Promotion/Prize-drop/WheelNew.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    margin-top: 54px;
    margin-left: 0px;
    transform: rotate(28.5deg);
    -webkit-transition: all 6s cubic-bezier(0,.99,.44,.99);
	-moz-transition:    all 6s cubic-bezier(0,.99,.44,.99);
	-o-transition:      all 6s cubic-bezier(0,.99,.44,.99);
	-ms-transition:     all 6s cubic-bezier(0,.99,.44,.99);
    transition:         all 6s cubic-bezier(0,.99,.44,.99);
    /* display: none; */
}
.prize-drop-section {
    position: absolute;
    top: 144px;
    left: 179px;
    font-size: 30px;
    color: #ffffff;
    z-index: 111;
    font-family: 'IntroBlackCaps';
    width: 182px;
    height: 444px;
    letter-spacing: 1px;
    text-align: center;
}
.prize-drop-section0,
.prize-drop-section2,
.prize-drop-section1{
    color: #69d3ff;
}
.prize-drop-section-value::after{
    content: attr( data-currency );
    position: absolute;
    text-align: center;
    font-size: 22px;
    left: 52px;
    top: 32px;
    width: 80px;
}
.prize-drop-spin-button{
    position: absolute;
    width: 122px;
    height: 122px;
    border-radius: 50%;
    z-index: 11;
    top: 358px;
    left: 9px;
    display: none;

}
.prize-drop-spin-button.active{
    cursor: pointer;
}
.prize-drop-spin-button.active:hover{
    background-color: #a8c2ff33;
}
.prize-drop-wheel-bg-container{
    width: 100%;
    height: 100%;
}
.close-prize-drop-wheel-parent{ 
    position: absolute;
    z-index: 2;
    /* display: none; */
}
.prize-drop-win-popup-text{
    position: absolute;
    width: 467px;
    height: 283px;
    font-family: 'IntroBlackCaps';
    z-index: 2;
    text-align: center;
    margin-top: -53px;
    margin-left: -6px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: none;
}
#prize-drop-wheel-parent[data-promotion-lang="ka"] .prize-drop-win-popup-text{
    font-family: "CrystalUni";
}
.prize-drop-win-popup-text p {
    font-size: 37px;
    color: #00eaff;
}
.prize-drop-win-popup-text span {
    font-size: 57px;
    color: #a8c2ff;
}
.prize-drop-win-popup-text span::after{
    content: attr(data-win-currency);
    font-size: 40px;
    display: block;
}
.prize-drop-promotion-icon{
    position: absolute;
    left: 20px;
    top: 160px;
    width: 348px;
    height: 110px;
    display: none;
    background-position: 8px 15px;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    /* overflow: hidden; */
    transition: 0.5s;
    transform: scale(1.2);
    position: relative;
}
.prize-drop-win-wheel-icon{
    position: absolute;
    width: 100%;
    height: 100%;
    right: 40px;
    top: 0px;
    /* transform: scale(1.2); */
    left: 0;
    transform-origin: left center;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    pointer-events: none;
    display: none;
}
.prize-drop-win-wheel-icon.has-spin{
    display: block;
}
.prize-drop-win-wheel-icon.has-spin span{
    display: none;
}
.prize-drop-win-wheel-icon.has-spin:not(.active) span:nth-child(1){
    position: absolute;
    width: 18px;
    height: 18px;
    right: -8px;
    top: -4px;
    border-radius: 50%;
    background: #8c6b41;
    border: 2px solid #cb9557;
    color: #ffffff;
    font-family: "IntroRegular";
    font-size: 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.prize-drop-win-wheel-icon.has-spin.active span:nth-child(2){
    position: absolute;
    width: auto;
    height: 20px;
    left: calc(50% + 8px);
    border-radius: 25px;
    border: 2px solid #cb9557;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-family: "IntroRegular";
    font-size: 15px;
    font-weight: bold;
    transform: translate(-50%, 0);
    top: 47px;
    text-transform: uppercase;
    padding: 0 7px;
    box-shadow: inset 0 0 13px 4px #b9843b;
    letter-spacing: 1px;
}

.prize-drop-promotion-icon.Slots{
    top: 53px;
    transform: scale(1.3);
}
.prize-drop-promotion-icon.XGames{
    top: 35px;
    left: 260px;
}
.prize-drop-promotion-icon.XGames[data-game="CRICKETERX"] {
    top: -55px;
    left: 260px;
}
.prize-drop-promotion-icon.XGames[data-game="CRICKETX"] {
    top: 44px;
    left: 239px;
}
.prize-drop-promotion-icon.XGames[data-game="JOKERBUYBONUS"]{
    top: 122px;
    left: 164px;
}
.prize-drop-promotion-icon.XGames[data-game="SLICERX"]{
    top: 4px;
    left: 266px;
}
.prize-drop-promotion-icon.XGames[data-game="JETX3"]{
    left: 33px;
    transform: scale(1.4);
}
.prize-drop-promotion-icon.XGames[data-game="TUGOFWAR"]{
    top: 146px;
    left: 79px;
}
.prize-drop-promotion-icon[data-game="BALLOON"]{
    left: 56px;
    top: 176px;
    transform: scale(1.5);
}
.prize-drop-promotion-icon[data-game="CAPPADOCIA"]{
    left: 896px;
    top: 20px;
}
.prize-drop-promotion-icon[data-game="PLINKOX"]{
    left: 178px;
    top: 188px;
}
.prize-drop-promotion-icon-container[data-mobile="true"] .prize-drop-promotion-icon[data-game="CRICKETX"]{
    top: 43px !important;
    left: 150px !important;
}
.prize-drop-promotion-icon-container[data-mobile="true"] .prize-drop-promotion-icon[data-game="CRICKETERX"]{
    top: 25px;
    left: -15px;
}
.prize-drop-promotion-icon-container[data-game="PLINKOX"]{
    position: fixed;
}
.prize-drop-promotion-icon.XGames[data-game="TUGOFWAR"]{
    top: 200px  ;
    left: 79px;
}
.prize-drop-promotion-icon.JetX{
    left: -2px;
    top: -8px;
    -webkit-transform-origin:left center;
    -ms-transform-origin:left center;
    transform-origin:left center;
}
.promotion-icon-outer{
    cursor: pointer;
    width: 93px;
    height: 46px;
    background: transparent;
    position: absolute;
    left: 4px;
    top: 0px;
}
.promotion-icon-outer{
    left: 0;
    top: 0;
}
 /* @-webkit-keyframes playPrize { 
    0% {
        background-position-y: 0px;
      }
    100% {
        background-position-y: -508px;
    }
} 
@-webkit-keyframes playhPrize {
    0% {
      background-position-x: 0;
    }
    100% {
    background-position-x: -2086px;
    }
} */
.prize-drop-progressbar-second {
    width: 27.7%;
    margin-right: 3%;
}
.prize-drop-progressbar-second-bg{
    margin-left: 0;
}
.prize-drop-progressbar-third{
    margin-left: 0;
}
.prize-drop-progressbar-third-bg{
    margin-left: 0;
}
.prize-drop-tabs a span{
    font-size: 18px;
    text-transform: uppercase;
}
.prize-drop-icon-progressbars{
    position: absolute;
    width: 73%;
    height: 10%;
    right: 0;
    bottom: 22%;
    display: flex;
    justify-content: space-around;
}
.prize-drop-icon-progressbars div{
    height: 8px;
    background: #060d2399;
    border-radius: 10px;
    position: relative;
}
.prize-drop-icon-progressbar-section{
    height: 70%;
    position: absolute;
    border-radius: 10px;
    left: 1%;
    top: 15%;
}
.prize-drop-icon-progressbar-first{
    width: 48%;
}
.prize-drop-icon-progressbar-first-bg {
    background-color: #0dd5c0;
}
.prize-drop-icon-progressbar-second{
    width: 28%;
}
.prize-drop-icon-progressbar-second-bg {
    background-color: #f0be51;
}
.prize-drop-icon-progressbar-third{
    width: 18%;
}
.prize-drop-icon-progressbar-third-bg {
    background-color: #e24a59;
}
.prize-drop-icon-amount,
.prize-drop-minbet-value{
    display: flex;
    position: absolute;
    width: 73%;
    height: 30%;
    right: 0%;
    bottom: 37%;
    justify-content: space-between;
    color: #00ffcc;
    font-family: "IntroBoldCaps";
    top: 17px;
}
/* .prize-drop-icon-amount p{
    background-color: #060e2099;
    padding: 4px 7px;
    border-radius: 4px;
    display: flex;
    align-items: center;
}
.prize-drop-icon-amount p.dot{
    padding: 4px 3px;
} */
.prize-drop-minimal-bet{
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 233px;
    top: 40%;
    width: 410px;
    height: 100px;
    background: #081124;
    z-index: 1;
    border: 2px solid #d50536;
    border-radius: 10px;
    box-shadow: 0px 0px 24px 6px #081124;
    display: none;
}
.prize-drop-minimal-bet-text{
    width: 94%;
    color: #b2b5bb;
    font-family: "IntroLight";
    font-size: 11px;
    text-align: center;
    letter-spacing: 2px;
    line-height: 19px;
}
.prize-drop-minimal-bet-button{
    width: 105px;
    height: 30px;
    background: #d50536;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: white;
    font-family: 'IntroRegular';
    letter-spacing: 1px;
    cursor: pointer;
}
.prize-drop-autospin {
    width: 244px;
    height: 720px;
    background-image: url(../../Images/Promotion/Prize-drop/autospin.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 1;
    display: none;
    background-position: center;
    -webkit-transform-origin:top center;
    -ms-transform-origin:top center;
    transform-origin:top center;
    margin-top: 720px;
    margin-left: -9px;
}
.prize-drop-autospin-text{
    font-size: 23px;
    font-family: "IntroBlackCaps";
    top: 3px;
    z-index: 1;
    display: flex;
    width: 100%;
    justify-content: center;
    letter-spacing: 1px;
    position: absolute;
    display: flex;
    align-items: center;
    height: 100%;
}
#prize-drop-wheel-parent[data-promotion-lang="ka"] .prize-drop-autospin-text{
    font-family: "CrystalUni";
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}
.prize-drop-autospin-text p{
    font-family: "IntroBlackCaps" !important;
    color: #d50536;
    font-size: 32px;
    padding-left: 6px;
    padding-bottom: 2px;
}
.prize-drop-autospin-text span{
    width: 180px;
    padding-top: 2px;
    text-align: center;
}
.close-prize-drop-wheel-icon{
    position: absolute;
    top: -54px;
    right: -70px;
    width: 90px;
    height: 110px;
    background-image: url(../../Images/Promotion/Prize-drop/close-wheel.png);
    background-size: cover;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
}
.close-prize-drop-wheel-icon:hover{
    background-image: url(../../Images/Promotion/Prize-drop/close-wheel-hover.png);
    width: 90px;
    height: 110px;
}
.prize-drop-promotion-icon-container{
    position: fixed;
    margin: 0 auto;
    max-width: 1920px;
    top: 26px;
    left: 0;
    right: auto;
}
.prize-drop-promotion-icon.active,
.prize-drop-promotion-icon:not(.minBet){
    cursor: pointer;
}
.prize-drop-promotion-icon:not(.minBet){
    background-image: url(../../Images/Promotion/Prize-drop/IconBg.png);
    background-repeat: no-repeat;
    height: 50px;
    background-position: -1px center;
    width: 137px;
    background-position: left center;
}
.prize-drop-promotion-icon.minBet{
    background-image: url(../../Images/Promotion/Prize-drop/iconminbet.png);
    background-repeat: no-repeat;
    height: 50px;
    background-position: -1px center;
    width: 307px;
    background-position: left center;
}
.prize-drop-promotion-icon.active{
    width: 307px;
    height: 50px;
    background-image: url(../../Images/Promotion/Prize-drop/activeIconBg.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.prize-drop-promotion-icon.minBet .promotion-icon-outer{
    opacity: 0.5;
}
.prize-drop-promotion-icon.active .prize-drop-total-fund-txt,
.prize-drop-promotion-icon.minBet .prize-drop-minbet-txt{
    font-family: 'IntroRegular';
    font-size: 13px;
    color: #c29043;
    text-transform: uppercase;
    font-weight: 600;
}
.prize-drop-promotion-icon.active .prize-drop-icon-amount,
.prize-drop-promotion-icon.minBet .prize-drop-minbet-value{
    font-family: "IntroBoldCaps";
    font-size: 17px;
    color: #ffffff;
}
.prize-drop-total-fund-txt,
.prize-drop-icon-amount,
.prize-drop-minbet-txt,
.prize-drop-minbet-value{
    display: none;
}
.prize-drop-promotion-icon:not(.active) .prize-drop-total-fund-txt,
.prize-drop-promotion-icon:not(.active) .prize-drop-icon-amount{
    display: none !important;
}
.prize-drop-promotion-icon.active .prize-drop-total-fund-txt,
.prize-drop-promotion-icon.active .prize-drop-icon-amount,
.prize-drop-promotion-icon.minBet .prize-drop-minbet-txt,
.prize-drop-promotion-icon.minBet .prize-drop-minbet-value{
    position: absolute;
    right: 4px;
    text-align: left;
    width: 205px;
    margin-top: 7px;
}
/* .prize-drop-promotion-icon.minBet .prize-drop-minbet-txt,
.prize-drop-promotion-icon.minBet .prize-drop-minbet-value{
    display: block;
    position: absolute;
    right: 0;
    text-align: left;
    width: 205px;
    margin-top: 7px;
} */
.prize-drop-promotion-icon-container[data-game="SLICERX"]{
    top: 26px;
}
.prize-drop-promotion-icon[data-game="FOOTBALLX"]{
    left: 6px;
    top: 89px;
    transform: scale(1.5);
}
.prize-drop-promotion-icon[data-game="SMASHX"]{
    left: 6px;
    top: 165px;
}
.prize-drop-promotion-icon[data-game="ROLLX"]{
    left: 6px;
    top: 40px;
}
.prize-drop-promotion-icon[data-game="MINEISLAND"]{
    left: 0px;
    top: 50px;
}
.prize-drop-promotion-icon[data-game="HUNTERX"]{
    left: 247px;
    top: 34px;
}
.prize-drop-promotion-icon[data-game="HELICOPTERX"]{
    left: 403px;
    top: 11px;
}
.prize-drop-promotion-icon[data-game="TOWERX"]{
    left: 15px;
    top: 154px;
}
.prize-drop-promotion-icon[data-game="CRAZYHUNTX"]{
    left: 44px;
    top: 85px;
}
.prize-drop-promotion-icon{
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.prize-drop-promotion-icon-parent{
    position: absolute;
    width: auto;
    height: auto;
    top: 0px;
    left: 0px;
    transform-origin: left top;
}
.prize-drop-spin-button-container{
    position: absolute;
    /* transform: scale(0.418605, 0.418605); */
    width: 136px;
    height: 730px;
    z-index: 13;
}
[data-tablet='true'] .prize-drop-promotion-icon.JetX {
    left: 4px;
    top: 34px;
    transform: scale(0.5) !important;
}
.promotion-end-txt{
    position: absolute;
    top: -18px;
    font-size: 16px;
    font-family: "IntroMedium";
    color: #ffb74c;
    text-transform: uppercase;
    text-align: right;
}
.prize-fund-txt-parent{
    display: flex;
    justify-content: left;
    width: 40%;
    margin-top: 5px;
    margin-left: 117px;
    flex-direction: column;
}
.prize-fund-txt-parent::before{
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 112px;
    height: 72px;
    background-image: url(../../Images/Promotion/Prize-drop/prize-drop-icon.png);
}
.prize-drop-prize-bg{
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 45%;
    background-image: url(../../Images/Promotion/Prize-drop/prize-drop-prizes-bg.png);
    width: 744px;
    height: 647px;
    background-repeat: no-repeat;
    background-position: center;
}
.prize-drop-leaderboard-parent[data-skin="4rabet"] .prize-drop-prize-bg{
    background-image: url(../../Images/Promotion/Prize-drop/prize-drop-prizes-bg-4rabet.png);
}
.prize-drop-available-prizes{
    font-size: 26px;
    font-family: "IntroBoldCaps";
    color: #ffffff;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 230px;
    letter-spacing: 1px;
}
.prize-drop-progressbar-main{
    display: flex;
    width: 1172px;
    height: 35px;
    background: url(../../Images/Promotion/Prize-drop/prize-drop-progress-bar-main.png) center no-repeat;
    align-items: center;
    position: absolute;
    transform: translate(-50%,0) scale(0.95);
    top: 58px;
    left: 50%;
}
.prize-drop-progressbar-main-bg{
    background: url(../../Images/Promotion/Prize-drop/prize-drop-progress-bar-main-full.png) left no-repeat;
    height: 100%;
    position: absolute;
    display: block;
    top: 0px;
    left: 5px;
    width: 60%;
}
.progressbar-percent-left{
    color: #ffb74c;
    font-family: 'IntroBoldCaps';
    font-size: 25px;
    position: absolute;
    left: 46px;
    top: 14px;
    letter-spacing: 1px;
    display: flex;
    align-items: baseline;
}
.progressbar-percent-left span{
    color: #ffffff;
    font-size: 28px;
    margin: 0 6px;
    letter-spacing: 3px;
}
.progressbar-percent-left.active{
    transform: translate(-50%,0);
    left: 50%;
    top: 32px;
}
.progressbar-percent-left.active span{
    position: absolute;
    width: 600px;
    text-align: center;
    top: 39px;
    font-size: 40px;
    transform: translate(-50%,0);
    left: 50%;
} 
.availabe-prize-container{
    display: flex;
    position: absolute;
    bottom: 78px;
    width: 773px;
    height: 127px;
    flex-wrap: wrap;
    justify-content: center;
    transform: translate(-50%,0);
    left: 50%;
    align-items: center;
}
.availabe-prize-bg{
    width: 232px;
    height: 74px;
    background: url(../../Images/Promotion/Prize-drop/availabe-prize-bg.png);
    font-size: 24px;
    font-family: "IntroMedium";
    color: #ffffff;
    text-transform: uppercase;
    flex-grow: 0;
    flex-shrink: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.availabe-prize-bg.active{
    background: url(../../Images/Promotion/Prize-drop/availabe-prize-bg-active.png);
    color: #834e0a;
    background-size: contain;
    background-repeat: no-repeat;
}
.prize-drop-leaderboard-parent[data-skin="4rabet"] .availabe-prize-bg{
    background: url(../../Images/Promotion/Prize-drop/availabe-prize-bg-4rabet.png);
    color: #ffffff;
}
.prize-drop-leaderboard-parent[data-skin="4rabet"] .availabe-prize-bg.active{
    background: url(../../Images/Promotion/Prize-drop/availabe-prize-bg-active-4rabet.png);
    color: #484848;
}
.availabe-prize-bg::after{
    content: attr(data-currency);
    font-size: 14px;
}
.prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-list-item.true .prize-drop-list-time{
    padding-left: 35px;
    width: calc(25% - 35px);
    text-align: left;
}
.close-prize-drop-wheel{
    position: absolute;
    width: 25px;
    height: 25px;
    right: -459px;
    top: -258px;
    border-radius: 50%;
    cursor: pointer;
    display: none;
}
.close-prize-drop-wheel.show{
    display: flex;
}
.close-prize-drop-wheel.finished{
    width: 94px;
    height: 94px;
    background-image: url(../../Images/Promotion/Prize-drop/close-prize-wheel.png),url(../../Images/Promotion/Prize-drop/close-prize-wheel-hover.png);
}
.close-prize-drop-wheel.finished:hover{
    background-image: url(../../Images/Promotion/Prize-drop/close-prize-wheel-hover.png);
}
.close-prize-drop-wheel.active{
    width: 94px;
    height: 94px;
    background-image: url(../../Images/Promotion/Prize-drop/minimize-prize-wheel.png),url(../../Images/Promotion/Prize-drop/minimize-prize-wheel-hover.png);
    background-repeat: no-repeat;
}
.close-prize-drop-wheel.active:hover{
    background-image: url(../../Images/Promotion/Prize-drop/minimize-prize-wheel-hover.png);
}
.prize-drop-wheel-mask {
    width: 545px;
    height: 732px;
    position: absolute;
    z-index: 12;
}
@media only screen and (max-width:1000px) and (orientation:portrait){
    .prize-drop-promotion-icon-container[data-mobile="true"][data-game="FOOTBALLX"] .prize-drop-win-wheel-icon.has-spin.active span:nth-child(2){
        left: 239px;
    } 
    #prize-drop-wheel-parent[data-mobile="true"] .close-prize-drop-wheel{
        right: -354px;
        top: -242px;
    }
    #prize-drop-wheel-parent[data-mobile="true"]  .close-prize-drop-wheel.finished:hover{
        background-image: url(../../Images/Promotion/Prize-drop/close-prize-wheel.png);
    }
    #prize-drop-wheel-parent[data-mobile="true"]  .close-prize-drop-wheel.active:hover{
        background-image: url(../../Images/Promotion/Prize-drop/close-prize-wheel.png);
    }
    #prize-drop-wheel-parent[data-mobile="true"] .prize-drop-autospin{
        margin-left: -4px;
    }
    #prize-drop-wheel-parent[data-mobile="true"] .prize-drop-win-popup-text {
        margin-top: 0;
        padding-bottom: 20px;
        margin-left: 1px;
    }
    #prize-drop-wheel-parent[data-mobile="true"] .close-prize-drop-wheel-icon {
        top: -69px;
        right: -65px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-rules-how-to-play {
        color: #ffb74c;
        font-size: 23px;
        padding: 37px 0 28px 27px;
        text-transform: uppercase;
        font-family: "IntroMedium";
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-rules-description p{
        height: 48px;
        font-size: 20px;
        margin-bottom: 12px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-rules-description p::after{
        font-size: 25px;
        top: 13px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-rules-description span{
        font-size: 23px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-tabs a{
        width: 32.5%;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-tabs {
        display: flex;
        justify-content: space-between;
        height: 79px;
        width: 100%;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-content {
        top: 70px;
        height: calc(100% - 17px);
        border-radius: 15px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-leaderboard-prizes span::before,
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-leaderboard-list span::before,
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-leaderboard-rules span::before{
        transform: scale(1.1);
        margin-right: -12px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .progressbar-percent-left.active {
        font-size: 32px;
        left: 50%;
        top: 73px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .progressbar-percent-left.active span{
        font-size: 55px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .progressbar-percent-left {
        font-size: 22px;
        left: 36px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .availabe-prize-container {
        display: flex;
        position: absolute;
        bottom: 322px;
        width: 773px;
        height: 127px;
        flex-wrap: wrap;
        justify-content: center;
        transform: translate(-50%,0) scale(1.15);
        left: 50%;
        align-items: center;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-prize-bg {
        position: absolute;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 40%;
        background-image: url(../../Images/Promotion/Prize-drop/prize-drop-prizes-bg.png);
        background-repeat: no-repeat;
        background-position: center;
        width: 744px;
        height: 843px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"][data-skin="4rabet"] .prize-drop-prize-bg{
        background-image: url(../../Images/Promotion/Prize-drop/prize-drop-prizes-bg-4rabet.png);
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-progressbar-main{
        display: flex;
        width: 690px;
        height: 44px;
        background: url(../../Images/Promotion/Prize-drop/prize-drop-progress-bar-main-mob.png) center no-repeat;
        align-items: center;
        position: absolute;
        transform: translate(-50%,0) scale(1.15);
        top: 61px;
        left: 50%;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-available-prizes {
        font-size: 29px;
        bottom: 475px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-progressbar-main-bg {
        background: url(../../Images/Promotion/Prize-drop/prize-drop-progress-bar-main-full-mob.png) left no-repeat;
        height: 100%;
        position: absolute;
        display: block;
        top: 0px;
        left: 4px;
        width: 60%;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .close-prize-drop-wheel-icon{
        top: -69px;
        right: -65px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-autospin-text span{
        width: 180px;
        padding-top: 10px;
        text-align: center;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-autospin-text{
        font-size: 23px;
        font-family: IntroRegular;
        top: 3px;
        z-index: 1;
        display: flex;
        width: 100%;
        justify-content: center;
        letter-spacing: 1px;
        position: absolute;
        display: flex;
        align-items: center;
        height: 100%;
        background-image: url(../../Images/Promotion/Prize-drop/autospin.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        top: 363px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-autospin {
        width: 244px;
        height: 732px;
        position: absolute;
        z-index: 1;
        display: none;
        background-position: center;
        margin-top: 0;
        margin-left: 5px;
        background-image: none;
        transform-origin: unset;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-autospin-text p{
        padding-top: 5px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-win-popup-text{
        margin-top: 0;
        padding-bottom: 20px;
        margin-left: 1px;
    }
    .prize-drop-promotion-icon{
        left: 0;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-progressbar-second {
        width: 27.7%;
        margin-right: 3%;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-progressbar-second-bg{
        margin-left: 0;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-progressbar-third{
        margin-left: 0;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-progressbar-third-bg{
        margin-left: 0;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"]  .prize-drop-tabs a span{
        font-size: 20px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-leaderboard {
        position: relative;
        top: 50%;
        margin: -842px 0 0 -420px;
        left: 50%;
        z-index: 1;
        width: 840px;
        height: 1644px;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-tabs .prize-drop-leaderboard-list.active::after{
        left: 48.9%;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-tabs .prize-drop-leaderboard-rules.active::after{
        left: 47.1%;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-leaderboard header {
        height: 90px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-leaderboard main {
        height: 84%;
        margin: 2% 0px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-list-tbody{
        height: calc(100% - 58px);
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-leaderboard-parent::after {
        height: 7%;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"]  .prize-drop-leaderboard-time{
        position: absolute;
        display: flex;
        height: 80px;
        width: 100%;
        justify-content: center;
        left: 0;
        top: 1554px;
        background-color: #081124;
        border-radius: 15px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"]  .prize-drop-leaderboard-time div span{
        font-size: 21px;
        margin-right: 9px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"]  .prize-drop-leaderboard-time div p{
        font-size: 21px;
        margin-top: 11px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"]  .prize-drop-leaderboard-time div{
        margin-right: 43px;
        margin-top: 16px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"]  .promotion-end-txt{
        top: 9px;
        font-size: 22px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-progressbar-header {
        display: flex;
        width: 87%;
        height: 16px;
        background-size: contain;
        align-items: center;
        background-size: 100% 16px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-list-item{
        height: 78px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-list-time{
        font-size: 19px;
        text-align: left;
        padding-left: 60px !important;
        width: calc(25% - 60px) !important;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-list-player{
        font-size: 21px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .player-freespins-count-win{
        font-size: 24px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .player-freespins-count-win::after{
        font-size: 15px;
        margin-left: 1px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-list-item.true .prize-drop-list-time{
        padding-left: 60px;
        width: calc(25% - 60px);
        text-align: left;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-info-on-start {
        position: relative;
        width: 560px;
        height: 960px;
        background-color: #081124;
        border-radius: 10px;
        border: 2px  solid #3e4358;
        left: 50%;
        top: 50%;
        margin: 0;
        display: none;
        margin: -480px 0 0 -280px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-info-on-start-main {
        display: flex;
        width: 100%;
        height: 60%;
        justify-content: space-between;
        flex-direction: column;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-info-on-start-item {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-info-on-start-item p{
        padding-top: 7px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-info-on-start-first-bg {
        background-image: url(../../Images/Promotion/Prize-drop/info-on-start-first-bg.png);
        height: 47%;
        width: calc(100% - 43px);
        background-size: contain;
        left: 7%;
        bottom: 9%;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-info-on-start-item.first{
        height: 64%;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-info-on-start-second-bg {
        background-image: url(../../Images/Promotion/Prize-drop/info-on-start-second-bg.png);
        width: 48%;
        height: 70%;
        bottom: 2%;
        background-size: contain;
        left: 26%;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-info-on-start-footer .prize-drop-info-on-start-item p {
        padding-top: 7px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-info-on-start-footer {
        height: calc(39% - 45px);
        width: 100%;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-info-on-start-third-bg {
        background-image: url(../../Images/Promotion/Prize-drop/info-on-start-third-bg-vertical.png);
        background-size: 100% 100%;
        width: calc(100% - 43px);
        left: 30px;
        bottom: 22%;
        height: 45%;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-info-on-start-head{
        font-size: 16px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .close-prize-drop-info-on-start{
        width: 37px;
        height: 37px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-leaderboard::after{
        height: 7%;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .close-prize-drop-leaderboard{
        width: 34px;
        height: 34px;
        right: 23px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .progressbar-prize-fund{
        top: 7%;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .progressbar-money-left {
        font-size: 22px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .progressbar-money-left::after{
        content: attr(data-money-left);
        font-size: 16px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-leaderboard-list-thead {
        font-size: 23px;
        height: 60px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-progressbar-header {
        background: url(../../Images/Promotion/Prize-drop/prize-drop-progress-bar-header-mob.png) center no-repeat;
        width: 644px;
        top: 52px;
        left: 45px;
        height: 40px;
        transform: scale(1.1);
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-progressbar-header-bg{
        background: url(../../Images/Promotion/Prize-drop/prize-drop-progress-bar-header-full-mob.png) left no-repeat;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-spin-button.active:hover {
        background-color: transparent;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-minimal-bet {
        left: 5%;
        width: 90%;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-fund-txt-parent{
        margin-top: 13px;
        margin-left: 135px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-fund-txt-parent::before {
        content: '';
        position: absolute;
        left: 15px;
        top: 12px;
        width: 112px;
        height: 72px;
        background-image: url(../../Images/Promotion/Prize-drop/prize-drop-icon.png);
        transform: scale(1.2);
    }
    .prize-drop-promotion-icon.Slots {
        top: 18px;
    }
    .prize-drop-promotion-icon{
        top: 18px;
    }
    .prize-drop-promotion-icon{
        top:36px;
    }
    .prize-drop-promotion-icon.JetX{
        left: 0;
        top: 57px;
        transform: scale(0.45) !important;
    }
    .jetx-main [data-tablet='true'] .prize-drop-promotion-icon.JetX {
        left: 4px;
        top: 83px;
        transform: scale(0.5) !important;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-info-on-start-item-title{
        font-size: 14px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-info-on-start-item p{
        font-size: 16px;
        line-height: 18px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-info-on-start-item-title::after{
        font-size: 17px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-info-on-start-head{
        height: 65px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-info-on-start-footer .prize-drop-buttons{
        bottom: 11px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-info-start-button{
        width: 119px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-buttons label{
        font-size: 14px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-input-checkmark{
        top: 3px;
        width: 15px;
        height: 15px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .progressbar-prize-fund{
        font-size: 20px;
    }
    .prize-drop-promotion-icon.XGames {
        top: 88px;
        left: 0px;
    }
    .prize-drop-promotion-icon-container[data-mobile="true"] .prize-drop-promotion-icon.XGames[data-game="JOKERBUYBONUS"] {
        top: 107px;
        left: 23px;
        transform: scale(1) !important;
    }
    .prize-drop-promotion-icon-container[data-mobile="true"] .prize-drop-promotion-icon.XGames[data-game="CRICKETX"] {
        top: -3px;
        left: 188px;
        transform: scale(1.1) !important;
    }
    .prize-drop-promotion-icon-container[data-mobile="true"] .prize-drop-promotion-icon.XGames[data-game="CRICKETERX"] {
        top: 25px;
        left: -15px;
        transform: scale(1.8);
    }
    .prize-drop-promotion-icon-container[data-mobile="true"] .prize-drop-promotion-icon.XGames[data-game="SLICERX"] {
        top: 14px;
        left: 285px;
        transform: scale(1) !important;
    }
    .prize-drop-promotion-icon-container[data-mobile="true"] .prize-drop-promotion-icon.XGames[data-game="JETX3"] {
        left: 13px;
        transform: scale(1.2) !important;
        top: 17px;
    }
    .prize-drop-promotion-icon-container[data-mobile="true"] .prize-drop-promotion-icon[data-game="BALLOON"] {
        left: 0;
        top: 281px;
        transform: scale(1.2);
        margin-left: 226px;
    }
    .prize-drop-promotion-icon-container[data-mobile="true"] .prize-drop-promotion-icon[data-game="CAPPADOCIA"] {
        left: 3px;
        top: 203px;
        transform: scale(0.7) !important;
    }
    .prize-drop-promotion-icon-container[data-mobile="true"] .prize-drop-promotion-icon.XGames[data-game="TUGOFWAR"] {
        top: 33px;
        left: 0px;
    }
    .prize-drop-promotion-icon[data-game="PLINKOX"] {
        transform: scale(0.6);
    }
    .prize-drop-promotion-icon-container[data-mobile="true"] .prize-drop-promotion-icon[data-game="PLINKOX"]{
        left: 0px;
        top: 199px;
    }
    .prize-drop-promotion-icon-container[data-mobile="true"] .prize-drop-promotion-icon[data-game="SMASHX"]{
        left: 0px;
        top: 208px;
    }
    .prize-drop-promotion-icon-container[data-mobile="true"] .prize-drop-promotion-icon[data-game="ROLLX"]{
        left: 10px;
        top: 13px;
    }
    .prize-drop-promotion-icon-container[data-mobile="true"] .prize-drop-promotion-icon[data-game="FOOTBALLX"] {
        top: 3px;
        transform: scale(0.65);
        left: 2px;
        right: 6px;
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
    }
    .prize-drop-promotion-icon-container[data-mobile="true"][data-game="FOOTBALLX"] {
        left: 0;
        right: 0;
    }
    
    .prize-drop-promotion-icon-container[data-mobile="true"] .prize-drop-promotion-icon[data-game="MINEISLAND"]{
        left: 0;
        top: 42px;
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
    }
    .prize-drop-promotion-icon-container[data-mobile="true"] .prize-drop-promotion-icon[data-game="HUNTERX"]{
        left: 3px;
        top: 15px;
    }
    .prize-drop-promotion-icon-container[data-mobile="true"] .prize-drop-promotion-icon[data-game="HELICOPTERX"]{
        left: 332px;
        top: 17px;
        transform: scale(0.9);
    }
    .prize-drop-promotion-icon-container[data-mobile="true"] .prize-drop-promotion-icon.XGames[data-game="TUGOFWAR"] {
        top: 33px;
        left: 0px;
    }
    .prize-drop-promotion-icon-container[data-mobile="true"] .prize-drop-promotion-icon[data-game="TOWERX"]{
        top: 239px;
        left: 13px;
    }
    .prize-drop-promotion-icon-container[data-mobile="true"] .prize-drop-promotion-icon[data-game="CRAZYHUNTX"]{
        top: 2px;
        left: 213px;
    }
}
@media only screen and (max-width:1000px) and (orientation:landscape){
    #prize-drop-wheel-parent[data-mobile="true"]  .close-prize-drop-wheel.finished:hover{
        background-image: url(../../Images/Promotion/Prize-drop/close-prize-wheel.png);
    }
    #prize-drop-wheel-parent[data-mobile="true"]  .close-prize-drop-wheel.active:hover{
        background-image: url(../../Images/Promotion/Prize-drop/close-prize-wheel.png);
    }
    #prize-drop-wheel-parent[data-mobile="true"] .close-prize-drop-wheel{
        right: -383px;
        top: -248px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .progressbar-percent-left.active {
        font-size: 32px;
        top: 73px;
        left: auto;
        right: 136px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .progressbar-percent-left.active span{
        font-size: 55px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-fund-txt-parent::before {
        content: '';
        position: absolute;
        left: 15px;
        top: 7px;
        width: 112px;
        height: 72px;
        background-image: url(../../Images/Promotion/Prize-drop/prize-drop-icon.png);
        transform: scale(1.2);
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-list-item.true::before {
        content: '';
        width: 80px;
        height: 80px;
        position: absolute;
        left: 0;
        top: -16px;
        background-image: url(../../Images/Promotion/Prize-drop/history-active-icon.png);
        background-size: contain;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"]  .availabe-prize-container span:nth-child(1){
        order: 6;
    } 
    .prize-drop-leaderboard-parent[data-mobile="true"]  .availabe-prize-container span:nth-child(2){
        order: 3;
    } 
    .prize-drop-leaderboard-parent[data-mobile="true"]  .availabe-prize-container span:nth-child(3){
        order: 4;
    } 
    .prize-drop-leaderboard-parent[data-mobile="true"]  .availabe-prize-container span:nth-child(4){
        order: 6;
    } 
    .prize-drop-leaderboard-parent[data-mobile="true"]  .availabe-prize-container span:nth-child(5){
        order: 1;
    } 
    .prize-drop-leaderboard-parent[data-mobile="true"]  .availabe-prize-container span:nth-child(6){
        order: 2;
    } 
    .prize-drop-promotion-icon-container[data-mobile="true"] .prize-drop-promotion-icon[data-game="PLINKOX"],
    .prize-drop-promotion-icon-container[data-mobile="true"] .prize-drop-promotion-icon[data-game="FOOTBALLX"],
    .prize-drop-promotion-icon-container[data-mobile="true"] .prize-drop-promotion-icon[data-game="MINEISLAND"],
    .prize-drop-promotion-icon-container[data-mobile="true"] .prize-drop-promotion-icon[data-game="HUNTERX"],
    .prize-drop-promotion-icon-container[data-mobile="true"] .prize-drop-promotion-icon[data-game="HELICOPTERX"],
    .prize-drop-promotion-icon-container[data-mobile="true"] .prize-drop-promotion-icon[data-game="SMASHX"],
    .prize-drop-promotion-icon-container[data-mobile="true"] .prize-drop-promotion-icon[data-game="TOWERX"] ,
    .prize-drop-promotion-icon-container[data-mobile="true"] .prize-drop-promotion-icon[data-game="CRAZYHUNTX"],
    .prize-drop-promotion-icon-container[data-mobile="true"] .prize-drop-promotion-icon[data-game="ROLLX"] {
        display: none !important;
    }
    .close-prize-drop-wheel-icon{
        top: -69px;
        right: -65px;
    }
    .prize-drop-autospin-text span{
        width: 180px;
        padding-top: 10px;
        text-align: center;
    }
    .prize-drop-autospin {
        width: 244px;
        height: 732px;
        position: absolute;
        z-index: 1;
        display: none;
        background-position: center;
        margin-top: 0;
        margin-left: -4px;
        background-image: none;
        transform-origin: unset;
    }
    .prize-drop-autospin-text{
        font-size: 23px;
        font-family: IntroRegular;
        top: 3px;
        z-index: 1;
        display: flex;
        width: 100%;
        justify-content: center;
        letter-spacing: 1px;
        position: absolute;
        display: flex;
        align-items: center;
        height: 100%;
        background-image: url(../../Images/Promotion/Prize-drop/autospin.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        top: 363px;
    }
    .prize-drop-autospin-text p{
        padding-top: 5px;
    }
    .prize-drop-win-popup-text{
        margin-top: 0;
        padding-bottom: 20px;
        margin-left: 1px;
    }
    .prize-drop-promotion-icon{
        left: 0;
    }
    .prize-drop-promotion-icon-container[data-mobile="true"] .prize-drop-promotion-icon.JetX{
        left: 6px;
        top: 31px;
        transform-origin: left center;
        transform: scale(0.45) !important;
    }
    .progressbar-prize-fund{
        font-size: 2.7vh;
    }
    .prize-drop-input-checkmark{
        top: 3px;
        width: 15px;
        height: 15px;
    }
    .prize-drop-buttons label{
        font-size: 14px;
    }
    .prize-drop-info-start-button{
        width: 119px;
    }
    .prize-drop-info-on-start-third-bg{
        bottom: 70px;
    }
    .prize-drop-info-on-start-footer .prize-drop-buttons{
        bottom: 11px;
    }
    .close-prize-drop-info-on-start{
        width: 39px;
        height: 40px;
    }
    .prize-drop-info-on-start-item-title::after{
        font-size: 17px;
    }
    .prize-drop-info-on-start-item-title{
        font-size: 14px;
    }
    .prize-drop-info-on-start-item p{
        font-size: 16px;
        line-height: 18px;
    }
    .prize-drop-icon-progressbars{
        width: 76%;
    }
    .prize-drop-progressbar-second {
        width: 27.7%;
        margin-right: 3%;
    }
    .prize-drop-progressbar-second-bg{
        margin-left: 0;
    }
    .prize-drop-progressbar-third{
        margin-left: 0;
    }
    .prize-drop-progressbar-third-bg{
        margin-left: 0;
    }
    .prize-drop-tabs a span{
        font-size: 12px;
    }
    .prize-drop-leaderboard {
        position: relative;
        width: 95%;
        height: 100%;
        top: 0;
        margin: 0 0 0 0px;
        left: 2.5%;
        z-index: 1;
    }
    .prize-drop-tabs .prize-drop-leaderboard-list.active::after{
        left: 49%;
    }
    .prize-drop-leaderboard header {
        display: flex;
        align-items: center;
        position: relative;
        width: 100%;
        height: 13%;
    }
    .prize-drop-leaderboard main {
        height: 82%;
        margin: 1% 0px;
    }
    .prize-drop-leaderboard-parent::after {
        height: 13%;
    }
    .prize-drop-list-time::before {
        left: auto;
        margin-left: -29px;
    }
    .prize-drop-leaderboard-time{
        width: 45%;
    }
    .progressbar-money-left{
        bottom: 0;
    }
    .prize-drop-info-on-start-first-bg {
        bottom: 37px;
    }
    .prize-drop-info-on-start-second-bg {
        background-size: contain;
    }
    .prize-drop-info-on-start-item p {
        padding-top: 7px;
    }
    .prize-drop-info-on-start-second-bg {
        height: 62%;
    }
    .prize-drop-info-on-start {
        position: relative;
        width: 960px;
        height: 560px;
        background-color: #081124;
        border-radius: 10px;
        border: 2px   solid #3e4358;
        left: 50%;
        top: 50%;
        margin: -280px 0 0 -480px;
    }
    .prize-drop-info-on-start-main{
        height: 45%;
    }
    .prize-drop-info-on-start-footer .prize-drop-buttons {
        height: 25%;
    }
    .prize-drop-info-on-start-footer {
        height: calc(55% - 45px);
        width: 100%;
    }
    .prize-drop-info-on-start-footer .prize-drop-info-on-start-item p {
        padding-top: 4px;
    }
    .prize-drop-leaderboard::after{
        height: 13%;
    }
    .progressbar-prize-fund{
        top: 7%;
    }
    .prize-drop-progressbar-header {
        height: 25%;
        background-size: 100% 100%;
    }
    .prize-drop-promotion-icon.Slots {
        top: 18px;
    }
    .prize-drop-promotion-icon{
        width: 393px;
        top: 0vh;
    }
    .prize-drop-spin-button.active:hover {
        background-color: transparent;
    }
    .prize-drop-minimal-bet {
        left: 24%;
        width: 52%;
    }
    .prize-drop-promotion-icon-container[data-mobile="true"]:not(.prize-drop-promotion-icon-container[data-game="CRICKETERX"])  .prize-drop-promotion-icon.XGames{
        display: none !important;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-info-on-start-item-title{
        font-size: 14px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-info-on-start-item p{
        font-size: 16px;
        line-height: 18px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-info-on-start-item-title::after{
        font-size: 17px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-info-on-start-head{
        height: 65px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-info-on-start-footer .prize-drop-buttons{
        bottom: 11px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-info-start-button{
        width: 119px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-buttons label{
        font-size: 14px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-input-checkmark{
        top: 3px;
        width: 15px;
        height: 15px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .progressbar-prize-fund{
        font-size: 18px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-rules-how-to-play {
        color: #ffb74c;
        font-size: 23px;
        padding: 37px 0 28px 27px;
        text-transform: uppercase;
        font-family: "IntroMedium";
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-rules-description p{
        height: 48px;
        font-size: 20px;
        margin-bottom: 12px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-rules-description p::after{
        font-size: 25px;
        top: 13px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-rules-description span{
        font-size: 23px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-tabs a{
        width: 32.5%;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-tabs {
        display: flex;
        justify-content: space-between;
        height: 79px;
        width: 100%;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-content {
        top: 70px;
        height: calc(100% - 17px);
        border-radius: 15px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-leaderboard-prizes span::before,
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-leaderboard-list span::before,
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-leaderboard-rules span::before{
        transform: scale(1.1);
        margin-right: -12px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .progressbar-percent-left {
        font-size: 22px;
        left: 40px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .availabe-prize-container {
        display: flex;
        position: absolute;
        bottom: 196px;
        width: 680px;
        height: 127px;
        flex-wrap: wrap;
        justify-content: center;
        transform: translate(0,0) scale(1.15);
        align-items: center;
        left: auto;
        right: 80px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-prize-bg {
        position: absolute;
        transform: translate(0, 0) scale(1.1);
        left: 37px;
        top: 147px;
        background-image: url(../../Images/Promotion/Prize-drop/prize-drop-prizes-bg.png);
        background-repeat: no-repeat;
        background-position: center;
        width: 744px;
        height: 477px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"][data-skin="4rabet"] .prize-drop-prize-bg{
        background-image: url(../../Images/Promotion/Prize-drop/prize-drop-prizes-bg-4rabet.png);
        height: 573px;
        top: 143px;
        transform: scale(1); 
    }
    .prize-drop-leaderboard-parent[data-mobile="true"][data-skin="4rabet"] .prize-drop-prize-bg.notprogress{
        top: 105px;
        transform: scale(1.1);
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-progressbar-main{
        display: flex;
        width: 1558px;
        height: 53px;
        background: url(../../Images/Promotion/Prize-drop/prize-drop-progress-bar-main.png) center round;
        align-items: center;
        position: absolute;
        transform: translate(-50%,0) scale(1);
        top: 61px;
        left: 50%;
        background-size: cover;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-available-prizes {
        font-size: 28px;
        bottom: 364px;
        right: 168px;
        width: 500px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-progressbar-main-bg {
        background: url(../../Images/Promotion/Prize-drop/prize-drop-progress-bar-main-full.png) left no-repeat;
        height: calc(100% - 8px);
        position: absolute;
        display: block;
        top: 0px;
        left: 9px;
        background-size: cover;
        max-width: 1541px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .close-prize-drop-wheel-icon{
        top: -69px;
        right: -65px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-autospin-text span{
        width: 180px;
        padding-top: 10px;
        text-align: center;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-autospin-text{
        font-size: 23px;
        font-family: IntroRegular;
        top: 3px;
        z-index: 1;
        display: flex;
        width: 100%;
        justify-content: center;
        letter-spacing: 1px;
        position: absolute;
        display: flex;
        align-items: center;
        height: 100%;
        background-image: url(../../Images/Promotion/Prize-drop/autospin.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        top: 363px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-autospin {
        width: 244px;
        height: 732px;
        position: absolute;
        z-index: 1;
        display: none;
        background-position: center;
        margin-top: 0;
        margin-left: 5px;
        background-image: none;
        transform-origin: unset;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-autospin-text p{
        padding-top: 5px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-win-popup-text{
        margin-top: 0;
        padding-bottom: 20px;
        margin-left: 1px;
    }
    .prize-drop-promotion-icon{
        left: 0;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-progressbar-second {
        width: 27.7%;
        margin-right: 3%;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-progressbar-second-bg{
        margin-left: 0;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-progressbar-third{
        margin-left: 0;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-progressbar-third-bg{
        margin-left: 0;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"]  .prize-drop-tabs a span{
        font-size: 20px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-leaderboard {
        position: relative;
        top: 50%;
        margin: -399px 0 0 -810px;
        left: 50%;
        z-index: 1;
        width: 1620px;
        height: 750px;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-tabs .prize-drop-leaderboard-list.active::after{
        left: 48.9%;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-tabs .prize-drop-leaderboard-rules.active::after{
        left: 47.1%;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-leaderboard header {
        height: 90px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-leaderboard main {
        height: 84%;
        margin: 2% 0px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-list-tbody{
        height: calc(100% - 58px);
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-leaderboard-parent::after {
        height: 7%;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"]  .prize-drop-leaderboard-time{
        position: absolute;
        display: flex;
        height: 80px;
        width: 400px;
        justify-content: center;
        left: auto;
        background-color: #081124;
        border-radius: 15px;
        top: auto;
        right: 195px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"]  .prize-drop-leaderboard-time div span{
        font-size: 21px;
        margin-right: 9px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"]  .prize-drop-leaderboard-time div p{
        font-size: 21px;
        margin-top: 11px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"]  .prize-drop-leaderboard-time div{
        margin-right: 33px;
        margin-top: 16px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"]  .promotion-end-txt{
        top: 9px;
        font-size: 22px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-progressbar-header {
        display: flex;
        width: 87%;
        height: 16px;
        background-size: contain;
        align-items: center;
        background-size: 100% 16px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-list-item{
        height: 78px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-list-time{
        font-size: 19px;
        text-align: left;
        padding-left: 82px !important;
        width: calc(25% - 82px) !important;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-list-player{
        font-size: 21px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .player-freespins-count-win{
        font-size: 24px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .player-freespins-count-win::after{
        font-size: 15px;
        margin-left: 4px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-list-item.true .prize-drop-list-time{
        padding-left: 82px;
        width: calc(25% - 60px);
        text-align: left;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-info-on-start {
        position: relative;
        width: 560px;
        height: 960px;
        background-color: #081124;
        border-radius: 10px;
        border: 2px  solid #3e4358;
        left: 50%;
        top: 50%;
        margin: 0;
        display: none;
        margin: -480px 0 0 -280px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-info-on-start-main {
        display: flex;
        width: 100%;
        height: 60%;
        justify-content: space-between;
        flex-direction: column;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-info-on-start-item {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-info-on-start-item p{
        padding-top: 7px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-info-on-start-first-bg {
        background-image: url(../../Images/Promotion/Prize-drop/info-on-start-first-bg.png);
        height: 47%;
        width: calc(100% - 43px);
        background-size: contain;
        left: 7%;
        bottom: 9%;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-info-on-start-item.first{
        height: 64%;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-info-on-start-second-bg {
        background-image: url(../../Images/Promotion/Prize-drop/info-on-start-second-bg.png);
        width: 48%;
        height: 70%;
        bottom: 2%;
        background-size: contain;
        left: 26%;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-info-on-start-footer .prize-drop-info-on-start-item p {
        padding-top: 7px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-info-on-start-footer {
        height: calc(39% - 45px);
        width: 100%;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-info-on-start-third-bg {
        background-image: url(../../Images/Promotion/Prize-drop/info-on-start-third-bg-vertical.png);
        background-size: 100% 100%;
        width: calc(100% - 43px);
        left: 30px;
        bottom: 22%;
        height: 45%;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-info-on-start-head{
        font-size: 16px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .close-prize-drop-info-on-start{
        width: 37px;
        height: 37px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-leaderboard::after{
        height: 7%;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .close-prize-drop-leaderboard{
        width: 34px;
        height: 34px;
        right: 23px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .progressbar-prize-fund{
        top: 7%;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .progressbar-money-left {
        font-size: 20px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .progressbar-money-left::after{
        content: attr(data-money-left);
        font-size: 16px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-leaderboard-list-thead {
        font-size: 23px;
        height: 60px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-progressbar-header {
        background: url(../../Images/Promotion/Prize-drop/prize-drop-progress-bar-header.png) center no-repeat;
        width: 805px;
        top: 54px;
        left: 19px;
        height: 35px;
        transform: scale(1);
        background-size: cover;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-progressbar-header-bg{
        background: url(../../Images/Promotion/Prize-drop/prize-drop-progress-bar-header-full.png) left no-repeat;
        background-size: cover;
        height: calc(100% - 15px);
        left: 8px;
        top: 6px;
        max-width: 789px;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-spin-button.active:hover {
        background-color: transparent;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-drop-minimal-bet {
        left: 5%;
        width: 90%;
    }
    .prize-drop-leaderboard-parent[data-mobile="true"] .prize-fund-txt-parent{
        margin-top: 11px;
        margin-left: 153px;
    }
}
.prize-drop-promotion-icon-container[data-mobile="true"]:not(.prize-drop-promotion-icon-container[data-game="CRICKETX"]):not(.prize-drop-promotion-icon-container[data-game="BALLOON"]) 
.prize-drop-promotion-icon-parent {
    position: absolute;
    width: auto;
    height: auto;
    top: 0px ;
    left: 0px ;
    transform-origin: left top;
}

.prize-drop-promotion-icon-container[data-game="BALLOON"] .prize-drop-promotion-icon-parent {
    position: absolute;
    width: auto;
    height: auto;
    transform-origin: left top;
}
.prize-drop-promotion-icon-container[data-game="CRICKETX"] .prize-drop-promotion-icon-parent {
    position: absolute;
    width: auto;
    height: auto;
    transform-origin: left top;
}
.jetx-main .prize-drop-promotion-icon-container[data-mobile="true"] .prize-drop-promotion-icon-parent {
    position: absolute;
    width: auto;
    height: auto;
    top: 0px !important;
    left: 0px !important;
    transform-origin: left top;
    transform: scale(1) !important;
}
@media only screen and (min-width: 1920px) {
    .prize-drop-promotion-icon.JetX {
        left: 2px;
        top: -8px;
    }
}

.prize-drop-promotion-icon-container[data-game="PLINKOJOKER"] .prize-drop-promotion-icon-parent {
    top: -12px !important;
}

.prize-drop-promotion-icon-container[data-game="PLINKOJOKER"] .prize-drop-win-wheel-icon.has-spin.active span:nth-child(2) {
    left: calc(50% + 70px) !important;
}