
.jetx-wheel-promotion-parent{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #181b24e6;
    top: 0;
    left: 0;
    right: 0;
    display: none;
    /* display: block; */
}
.jetx-wheel-promotion-parent::after{
    content: '';
    width: 100%;
    height: 50px;
    position: absolute;
    background: black;
    top: 0;
    left: 0;
}
.wheel-daily-leaderboard{
    position: relative;
    width: 900px;
    height: 750px;
    top: 0;
    margin: 0 0 0 -450px;
    left: 50%;
    z-index: 1;
    transform-origin: center top;
}
.wheel-daily-leaderboard header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: 50px;
}
.wheel-daily-leaderboard main{
    position: relative;
    width: 100%;
    height: 100%;
    margin: 15px 0px;
}
.wheel-daily-leaderboard footer{
    position: relative;
    width: calc(100% - 2px);
    height: 100px;
    background-image: linear-gradient(to bottom, #191c3a, #151a32, #13182a, #111522, #0f121a);
    border-radius: 5px;
    border: 1px solid #3e4358;
}
.wheel-date-dropdown{
    position: absolute;
    left: 0;
    border-radius: 6px;
    background-color: #20232f;
    width: 120px;
    height: 32px;
    color: white;
    text-align: center;
    z-index: 11;
    padding: 0px 18px 0px 8px;
}
.wheel-date-dropdown-arrow{
    background-image: url(../../Images/Promotion/JetX-leaderboard/day-dropdown-arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 10px;
    height: 6px;
    position: absolute;
    right: 8px;
}
.wheel-date-dropdown-arrow.active{
    transform: rotate(180deg);
}
.wheel-active-day-parent{
    height: 100%;
}
.wheel-today-active{
    font-family: "IntroBookAlt";
    color: #9499b0;
    font-size: 8px;
}
.wheel-day-list{
    display: none;
    position: absolute;
    top: 40px;
    border-radius: 6px;
    background-color: #9499b063;
    box-shadow: 0px 0px 24px 6px #0c0f15;
    height: auto;
    width: 146px;
    left: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 327px;
}
.wheel-day-list::-webkit-scrollbar{
    width: 0;
    padding: 0;
}
.wheel-day-list .wheel-leaderboard-day{
    display: flex;
    justify-content: space-between;
    padding: 1px 18px 0px 8px;
    align-items: center;
    border-radius: 6px;
    background-color: #20232f;
    width: 116px;
    height: 32px;
    color: white;
    margin: 3px 0px 3px 2px;
    cursor: pointer;
}
.wheel-leaderboard-day,
.wheel-active-day{
    font-family: "IntroRegular";
    font-size: 11.9px;
}
.wheel-active-day{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}
.wheel-day-list .wheel-leaderboard-day:hover{
    background-color: #161824;
}
.wheel-day-list .wheel-leaderboard-day.active{
    background-color: #161824;
}
.wheel-day-list .dropdown-wheel-leaderboard-position{
    background-color: #0c0f1566;
    border-radius: 50px;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 11px;
    font-size: 15px;
    color: white;
}
.jetx-wheel-content{
    background: #0c0f15;
    width: calc(100% - 2px);
    height: calc(100% - 36px);
    border: 1px solid #3e4358;
    border-radius: 5px;
    z-index: 1;
    position: absolute;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top: none;
}
.wheel-tab-content{
    height: 100%;
    width: 100%;
}
.jetx-wheel-tabs{
    display: flex;
    justify-content: space-between;
    height: 35px;
}

.jetx-wheel-tabs a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 49%;
    height: calc(100% - 2px);
    border: 1px solid #3e4358;
    background: #161824;
    cursor: pointer;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.jetx-wheel-tabs a:hover{
    background: #212435;
}
.jetx-wheel-tabs a.active{
    background: #0c0f15;
    z-index: 2;
    border-bottom: 1px solid #0c0f15;
}
.jetx-wheel-tabs .wheel-tab.active{
    border-right: none;
}
.jetx-wheel-tabs .wheel-rules-tab.active{
    border-left: none;
}
.jetx-wheel-tabs a span{
    font-size: 13px;
    font-family: "IntroRegular";
    color: #ffffff;
    color: #505463;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;
}
.jetx-wheel-tabs .wheel-tab.active::after {
    content: '';
    width: 18px;
    height: 32px;
    position: absolute;
    left: 49%;
    border: 1px solid #3e4358;
    border-top: none;
    border-right: none;
    top: 2px;
    border-bottom-left-radius: 5px;
}
.wheel-tab span::before{
    content: '';
    display: inline-block;
    width: 28px;
    height: 24px;
    background-image: url(../../Images/Promotion/JetX-wheel/wheel-icon-disable.png);
    background-size: 56%;
    background-repeat: no-repeat;
    background-position: center;
}
.wheel-tab.active span::before{
    content: '';
    background-image: url(../../Images/Promotion/JetX-wheel/wheel-icon-active.png);
}
.wheel-rules-tab span::before{
    content: '';
    display: inline-block;
    width: 24px;
    height: 28px;
    background-image: url(../../Images/Promotion/JetX-leaderboard/rules-tab-icon.png);
    background-size: 56%;
    background-repeat: no-repeat;
    background-position: center;
}
.wheel-rules-tab.active span::before{
    content: '';
    background-image: url(../../Images/Promotion/JetX-leaderboard/rules-active-tab-icon.png);
}
.wheel-rules-content{
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    display: none;
}
.wheel-rules-how-to-play{
    font-family: "IntroRegular";
    color: rgb(233, 180, 40);
    font-size: 14px;
    padding: 40px 40px 0px 15px;
}
.jetx-wheel-tabs a.active span{
    color: #ffffff;
}
.jetx-wheel-tabs .wheel-rules-tab.active::after {
    content: '';
    width: 2%;
    height: 32px;
    position: absolute;
    left: 48.8%;
    border: 1px solid #3e4358;
    border-top: none;
    border-left: none;
    top: 2px;
    border-bottom-right-radius: 5px;
}

.jetx-wheel-promotion-parent[data-promotion-lang="ka"] .wheel-rules-description p,
.jetx-wheel-promotion-parent[data-promotion-lang="ka"] .wheel-rules-description span,
.jetx-wheel-promotion-parent[data-promotion-lang="ka"] .wheel-minimal-bet,
.jetx-wheel-promotion-parent[data-promotion-lang="ka"] .daily-leaderboard-how-to-play,
.jetx-wheel-promotion-parent[data-promotion-lang="ka"] .jetx-wheel-tabs a span,
.jetx-wheel-promotion-parent[data-promotion-lang="ka"] .wheel-leaderboard-time .hours p,
.jetx-wheel-promotion-parent[data-promotion-lang="ka"] .wheel-leaderboard-time .minutes p,
.jetx-wheel-promotion-parent[data-promotion-lang="ka"] .wheel-today-active,
.jetx-wheel-promotion-parent[data-promotion-lang="ka"] #inner-spin,
.jetx-wheel-promotion-parent[data-promotion-lang="ka"] div.section div,
.jetx-wheel-promotion-parent[data-promotion-lang="ka"] .wheel-free-spins-count,
.jetx-wheel-promotion-parent[data-promotion-lang="ka"] .wheel-scores div p{
    font-family: "CrystalUni";
}
.wheel-rules-description{
    display: block;
    line-height: 26px;
    padding: 15px 15px;
    color: #7a7baf;
    font-size: 11px;
}

.wheel-rules-description p {
    display: flex;
    align-items: center;
    font-size: 11px;
    font-family: "IntroBookAlt";
    color: #7a7baf;
}
.wheel-rules-description span {
    font-size: 11px;
    color: #ffffff;
    font-family: "IntroLight";
}
.wheel-leaderboard-time{
    position: absolute;
    left: 200px;
    width: 130px;
    height: 35px;
    margin-top: 4px;
    display: flex;
    justify-content: space-around;
}
.wheel-leaderboard-time .hours,
.wheel-leaderboard-time .minutes{
    display: flex;
    color: white;
    width: 35%;
    justify-content: space-around;
    height: 100%;
}

.wheel-leaderboard-time .hours span,
.wheel-leaderboard-time .minutes span{
    background-color: #404173;
    width: 19px;
    height: 18px;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    font-family: 'IntroBoldCaps';
    border-radius: 3px;
    padding-top: 1px;
}
.wheel-leaderboard-time .hours p,
.wheel-leaderboard-time .minutes p{
    position: absolute;
    font-size: 10px;
    top: 22px;
    font-family: 'IntroBookAlt';
    letter-spacing: 1px;
    color: #9499b0;
}
.close-wheel-daily-leaderboard{
    position: absolute;
    right: 0;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background-color: #20232f;
    background-image: url(../../Images/Promotion/JetX-leaderboard/close-popup.png);
    background-position: center center;
    background-size: 50%;
    background-repeat: no-repeat;
    border-radius: 5px;
}
.close-jetx-daily-leaderboard:hover{
    background-color: #323646;
}
.wheel-minimal-bet{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    margin-top: -3px;
    font-size: 12px;
    font-family: "IntroRegular";
    color: #ff6150;
    position: absolute;
    bottom: 0;
    text-shadow: 0px 0px 4px #ff6150;
}
.wheel-minimal-bet::before{
    content: '';
    width: 35px;
    height: 30px;
    background: url(../../Images/Promotion/JetX-leaderboard/minimal-bet-alert.png);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
    background-position: -5px center;
}
.wheel-progress-bar-container{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    height: 220px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 55%;
}
.wheel-progress-bar-background{
    width: 122px;
    height: 25px;
    background-color: rgb(39, 48, 82);
    border-radius: 20px;
    border-bottom: 1px solid #08090c;
    border-left: 1px solid #08090c;
    border-right: 1px solid #08090c;
    box-shadow: 0px 1px 4px 0px rgb(255 255 255 / 22%), inset 0px 1px 3px 1px rgb(0 0 0);
    position: relative;
    margin-right: 7px;
}
.wheel-progress-bar-background::after{
    content: attr(data-progress-bar-gift-spin);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: absolute;
    top: -59px;
    background-color: rgb(39, 48, 82);
    left: 109px;
    font-family: 'IntroBoldCaps';
    text-align: center;
    line-height: 35px;
    color: #5f739b;
    letter-spacing: 1px;
}
.wheel-progress-bar-background.active::after{
    content: '';
    background-image: url(../../Images/Promotion/JetX-wheel/checked.png);
    background-repeat: round;
}
.wheel-progress-bar{
    background: url(../../Images/Promotion/JetX-wheel/wheel-progress-bar-background.png);
    width: 114px;
    height: 17px;
    border-radius: 10px;
    position: absolute;
    top: 5px;
    left: 4px;
    background-repeat: round;
}
.wheel-progress-bar::after{
    content: '';
    width: 6px;
    height: 53px;
    background: url(../../Images/Promotion/JetX-wheel/progress-bar-section.png);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 120px;
    top: -18px;
}
.wheel-progress-bar::before{
    content: attr(data-freespins-count);
    position: absolute;
    left: 99.5px;
    color: #5f739b;
    width: 49px;
    text-align: center;
    top: 46px;
    font-family: 'Intro-Book-alt';
    letter-spacing: 1px;
}
.wheel-progress-bar.active::before{
    color: #00be8b;
}

.wheel-progress-bar-background:nth-child(4) .wheel-progress-bar::after{
    left: 112px;
}
.wheel-progress-bar-background:nth-child(4) .wheel-progress-bar::before{
    left: 93px;
}
.wheel-progress-bar-background:nth-child(4)::after {
    left: 101px;
}
.wheel-free-spins-count-container{
    display: flex;
    align-items: center;
    justify-content: center;
}
.wheel-free-spins-count{
    background-color: rgb(39, 48, 82);
    box-shadow: inset 0px 0px 6px 0px rgba(7, 12, 29, 0.004),inset 0px 0px 4px 0px rgba(1, 3, 7, 0.004);
    width: 165px;
    height: 45px;
    border-radius: 15px;
    border-bottom: 1px solid #08090c;
    border-left: 1px solid #08090c;
    border-right: 1px solid #08090c;
    box-shadow: 0px 1px 2px 0px #ffffff21, inset 0px 0px 4px 0px #0000008c;
    font-size: 17px;
    font-family: "IntroRegular";
    color: #5f739b;
    text-align: center;
    line-height: 47px;
}
/*WRAPPER*/
#wrapper{ 
    display: flex;
    margin: 0 auto 0;
    width: 400px;
    height: 400px;
    background-size: contain;
    align-items: center;
    justify-content: center;
    position: relative;
    background-image: url(../../Images/Promotion/JetX-wheel/Wheel-background.png);
}

#wheel{
    width: 287px;
    height: 287px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    transform: rotate(0deg);
}

#inner-wheel{
	width:100%;
	height:100%;
    -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: flex;
    justify-content: center;
    align-items: center;
}

div.section{
    position: absolute;
    width: 0;
    height: 0;
    /* border-style: solid;
    border-width: 150px 49px 0;
    transform-origin: 49px 150px;
    left: 139px;
    top: 139px; */
    z-index: 1;
    border-color: transparent;
    text-align: center;
}
.wheel-scores div{ 
    position: absolute;
    color: #c3d4f7;
    font-family: 'IntroRegular';
    font-size: 14px;
    letter-spacing: 1px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 65px;
    justify-content: space-between;
    bottom: 50px;
}
.wheel-scores span{
    width: 91px;
    height: 44px;
    border-radius: 10px;
    line-height: 46px;
    text-align: center;
    background-size: cover;
    background-position: center;
}
.jetx-freespins-collected-text{
    left: 2%;
}
.jetx-freespins-used-text{
    right: 2%;
}
.jetx-freespins-used-text span{
    background-image: url(../../Images/Promotion/JetX-wheel/scores-used.png);
}

.jetx-freespins-collected-text span{
    background-image: url(../../Images/Promotion/JetX-wheel/scores-collected.png);
}
.section-bg{
    width: 100px;
    height: 147px;
    position: absolute;
    top: -145px;
    left: -45px;
}
div.section::after{
    width: 100px;
    height: 147px;
    z-index: 2;
    position: absolute;
    top: -145px;
    left: -45px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.7;
}
.spin-active div.section::after{
    opacity: 1;
}
div.section.win::after{
    content: '';
    background-image: url(../../Images/Promotion/JetX-wheel/Win.png) !important;
    top: -147px;
    transform: rotate(-1deg);
    left: -45px;
    opacity: 1;
}
div.section.win div{
    color: white;
}
div.section:nth-child(1){
	transform: rotate(0);
}
div.section:nth-child(1)::after{
    content: '';
    background-image: url(../../Images/Promotion/JetX-wheel/light-section-wheel.png);
}
div.section:nth-child(2){
	transform: rotate(-36deg);
}
div.section:nth-child(2)::after{
    content: '';
    background-image: url(../../Images/Promotion/JetX-wheel/green-section-wheel.png);
}
div.section:nth-child(3){
	transform: rotate(-72deg);
}
div.section:nth-child(3)::after{
    content: '';
    background-image: url(../../Images/Promotion/JetX-wheel/light-section-wheel.png);
}
div.section:nth-child(4){
	transform: rotate(-108deg);
}
div.section:nth-child(4)::after{
    content: '';
    background-image: url(../../Images/Promotion/JetX-wheel/dark-section-wheel.png);
}
div.section:nth-child(5){
	transform: rotate(-144deg);
}
div.section:nth-child(5)::after{
    content: '';
    background-image: url(../../Images/Promotion/JetX-wheel/light-section-wheel.png);
}
div.section:nth-child(6){
	transform: rotate(-180deg);
}
div.section:nth-child(6)::after{
    content: '';
    background-image: url(../../Images/Promotion/JetX-wheel/dark-section-wheel.png);
}
div.section:nth-child(7){
	transform: rotate(-216deg);
}
div.section:nth-child(7)::after{
    content: '';
    background-image: url(../../Images/Promotion/JetX-wheel/green-section-wheel.png);
}
div.section:nth-child(8){
	transform: rotate(-252deg);
}
div.section:nth-child(8)::after{
    content: '';
    background-image: url(../../Images/Promotion/JetX-wheel/dark-section-wheel.png);
}
div.section:nth-child(9){
	transform: rotate(-288deg);
}
div.section:nth-child(9)::after{
    content: '';
    background-image: url(../../Images/Promotion/JetX-wheel/light-section-wheel.png);
}
div.section:nth-child(10){
	transform: rotate(-324deg);
}
div.section:nth-child(10)::after{
    content: '';
    background-image: url(../../Images/Promotion/JetX-wheel/dark-section-wheel.png);
}
div.section div{
    position: absolute;
    top: -94px;
    left: -66px;
    font-size: 13px;
    color: #5d6a8c;
    transform: rotate(-90deg);
    z-index: 111;
    font-family: 'IntroRegular';
    width: 100px;
    height: 100%;
    letter-spacing: 1px;
}
.spin-active div.section div{
    color:#c2d3f6;
}

#spin{
    display: flex;
    justify-content: center;
    width: 74px;
    height: 74px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -37px 0 0 -37px;
    border-radius: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}


.wheel-arrow{
    content: "";
    position: absolute;
    width: 53px;
    height: 53px;
    background-image: url(../../Images/Promotion/JetX-wheel/jetx-wheel-arrow.png);
    top: 24px;
    background-size: contain;
    z-index: 1;
}
.spin {
  font-size: 27.66px;
  font-family: "Intro";
  color: rgba(233, 171, 69, 0.302);
  text-transform: uppercase;
  line-height: 1.012;
  text-align: center;
  text-shadow: 0px 0px 4.2px rgba(0, 0, 0, 0.8);
  -moz-transform: matrix( 0.72187460085518,0,0,0.72307692307692,0,0);
  -webkit-transform: matrix( 0.72187460085518,0,0,0.72307692307692,0,0);
  -ms-transform: matrix( 0.72187460085518,0,0,0.72307692307692,0,0);
  position: absolute;
  left: 1159.713px;
  top: 708.504px;
  z-index: 246;
}

#inner-spin{
    width: 74px;
    height: 74px;
    position: absolute;
    border-radius: 50%;
    z-index: 999;
    text-shadow: 1px 1px 0px #3a3e6f;
    color: #3a3e6f;
    font-family: 'IntroRegular';
    letter-spacing: 1px;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    display: flex;
    background-size: cover;
    background-image: url(../../Images/Promotion/JetX-wheel/wheel-spin-icon-disabled.png);
}
#spin.active #inner-spin{
    cursor: pointer;
    background-image: url(../../Images/Promotion/JetX-wheel/wheel-spin-icon.png),url(../../Images/Promotion/JetX-wheel/wheel-spin-icon-hover.png);
    color: #b5baf9;
}
#spin.active #inner-spin:hover{
    cursor: pointer;
    background-image: url(../../Images/Promotion/JetX-wheel/wheel-spin-icon-hover.png);
}


@-webkit-keyframes hh {
    0%, 100%{
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
    }
  
    50%{
      transform: rotate(-30deg);
      -webkit-transform: rotate(-30deg);
    }
  }
  
  @keyframes hh {
     0%, 100%{
      transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
    }
  
    50%{
      transform: rotate(-30deg);
      -webkit-transform: rotate(-30deg);
    }
  }
  .wheel-arrow.rotate-arrow {
    -webkit-animation: hh 0.1s; 
      animation: hh 0.1s;
  }
@media only screen and (max-width:1000px) and (orientation:portrait){ 
    .jetx-wheel-promotion-parent::after {
        height: 7%;
    }
    .wheel-daily-leaderboard {
        position: relative;
        width: 95%;
        height: 100%;
        top: 0;
        margin: 0 0 0 0px;
        left: 2.5%;
        z-index: 1;
    }
    .wheel-daily-leaderboard header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        width: 100%;
        height: 7%;
    }
    .wheel-daily-leaderboard main {
        height: 90%;
        margin: 2% 0px;
    }
    .wheel-daily-leaderboard footer {
        height: 14%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .jetx-daily-leaderboard-parent::after {
        height: 7%;
    }
    .jetx-wheel-tabs a span{
        font-size: 12px;
    }
    .jetx-wheel-tabs .wheel-rules-tab.active::after {
        content: '';
        width: 2%;
        height: 32px;
        position: absolute;
        left: 48.8%;
        border: 1px solid #3e4358;
        border-top: none;
        border-left: none;
        top: 2px;
        border-bottom-right-radius: 5px;
    }
    .jetx-wheel-tabs .wheel-tab.active::after {
        content: '';
        width: 18px;
        height: 32px;
        position: absolute;
        left: 48.9%;
        border: 1px solid #3e4358;
        border-top: none;
        border-right: none;
        top: 2px;
        border-bottom-left-radius: 5px;
    }
    .wheel-leaderboard-time{
        left: 47%;
    }
    .wheel-day-list{
        max-height: 327px;
    }
    .wheel-progress-bar-container {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        height: 19%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 55%;
        padding-top: 11px;
    }
    .wheel-progress-bar-background {
        width: 19%;
        height: 16px;
        background-color: rgb(39, 48, 82);
        border-radius: 20px;
        border-bottom: 1px solid #08090c;
        border-left: 1px solid #08090c;
        border-right: 1px solid #08090c;
        box-shadow: 0px 1px 4px 0px rgb(255 255 255 / 22%), inset 0px 1px 3px 1px rgb(0 0 0);
        position: relative;
        display: flex;
        justify-content: flex-start;
        margin-right: 5px;
    }
    .wheel-progress-bar {
        background: url(../../Images/Promotion/JetX-wheel/wheel-progress-bar-background.png);
        width: 96%;
        height: 11px;
        border-radius: 10px;
        position: static;
        top: 3px;
        left: 2%;
        background-repeat: round;
        display: flex;
        justify-content: center;
        margin-top: 3px;
        margin-left: 3%;
    }
    .wheel-progress-bar::before {
        content: attr(data-freespins-count);
        position: absolute;
        left: auto;
        right: -28px;
        color: #5f739b;
        width: 49px;
        text-align: center;
        top: 32px;
        font-family: 'Intro-Book-alt';
        letter-spacing: 1px;
        font-size: 11px;
    }
    .wheel-progress-bar::after {
        content: '';
        width: 6px;
        height: 40px;
        background: url(../../Images/Promotion/JetX-wheel/progress-bar-section.png);
        position: absolute;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        left: auto;
        right: -6px;
        top: -11px;
    }
    .wheel-progress-bar-background::after {
        content: attr(data-progress-bar-gift-spin);
        width: 25px;
        height: 25px;
        border-radius: 50%;
        position: absolute;
        top: -40px;
        background-color: rgb(39, 48, 82);
        left: 86%;
        font-family: 'IntroBoldCaps';
        text-align: center;
        line-height: 27px;
        color: #5f739b;
        letter-spacing: 1px;
    }
    .wheel-progress-bar-background:nth-child(4) .wheel-progress-bar::before {
        left: auto;
        right: -22px;
    }
    .wheel-progress-bar-background:nth-child(4) .wheel-progress-bar::after {
        right: 1px;
        left: auto;
    }
    .wheel-progress-bar-background:nth-child(4)::after {
        left: auto;
        right: -9px;
    }
    .wheel-free-spins-count {
        width: 34%;
        height: 31px;
        border-radius: 8px;
        font-size: 13px;
        text-align: center;
        line-height: 32px;
    }
    .wheel-free-spins-count-container {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 6%;
    }
    .wheel-tab-content{
        height: 100%;
    }
    .wrapper-container{
        width: 100%;
        height: 54%;
        justify-content: center;
        align-items: center;
        position: absolute;
        display: flex;
    }
    #wrapper {
        position: absolute;
        background-repeat: no-repeat;
    }
    .wheel-scores div {
        font-size: 9px;
        bottom: 7%;
        height: 50px;
    }
    .wheel-minimal-bet {
        position: absolute;
        bottom: 0px;
        height: auto;
    }
    .wheel-minimal-bet::after{
        content: '';
        position: absolute;
        top: 0;
        width: 100%;
        height: 2px;
        background: url(../../Images/Promotion/JetX-wheel/min-bet-border.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .wheel-scores span {
        width: 71px;
        height: 34px;
        border-radius: 10px;
        line-height: 37px;
        text-align: center;
        background-size: cover;
        background-position: center;
        font-size: 14px;
    }
    
}
@media only screen and (max-width:1000px) and (orientation:landscape){ 
    .jetx-wheel-promotion-parent::after {
        height: 13%;
    }
    .wheel-daily-leaderboard {
        position: relative;
        width: 95%;
        height: 100%;
        top: 0;
        margin: 0 0 0 0px;
        left: 2.5%;
        z-index: 1;
    }
    .wheel-daily-leaderboard header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        width: 100%;
        height: 13%;
    }
    .wheel-daily-leaderboard main {
        height: 80%;
        margin: 1% 0px;
    }
    .wheel-daily-leaderboard footer {
        height: 18%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .jetx-wheel-tabs a span{
        font-size: 12px;
    }
    .jetx-wheel-tabs .wheel-tab.active::after {
        content: '';
        width: 18px;
        height: 32px;
        position: absolute;
        left: 49%;
        border: 1px solid #3e4358;
        border-top: none;
        border-right: none;
        top: 2px;
        border-bottom-left-radius: 5px;
    }
    .jetx-wheel-tabs .wheel-rules-tab.active::after {
        content: '';
        width: 2%;
        height: 32px;
        position: absolute;
        left: 48.8%;
        border: 1px solid #3e4358;
        border-top: none;
        border-left: none;
        top: 2px;
        border-bottom-right-radius: 5px;
    }
    .wheel-day-list{
        max-height: 291px;
    }
    .wheel-minimal-bet{
        position: fixed;
        top: 4px;
        left: 61%;
        width: 30%;
        height: 13%;
    }

    /* new */
    .wheel-progress-bar-container {
        width: 60%;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
        height: 19%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 55%;
        padding-top: 11px;
        top: 10%;
        right: 0;
    }
    .wheel-progress-bar-background {
        width: 19%;
        height: 16px;
        background-color: rgb(39, 48, 82);
        border-radius: 20px;
        border-bottom: 1px solid #08090c;
        border-left: 1px solid #08090c;
        border-right: 1px solid #08090c;
        box-shadow: 0px 1px 4px 0px rgb(255 255 255 / 22%), inset 0px 1px 3px 1px rgb(0 0 0);
        position: relative;
        display: flex;
        justify-content: flex-start;
        margin-right: 5px;
    }
    .wheel-progress-bar {
        background: url(../../Images/Promotion/JetX-wheel/wheel-progress-bar-background.png);
        width: 96%;
        height: 11px;
        border-radius: 10px;
        position: static;
        top: 3px;
        left: 2%;
        background-repeat: round;
        display: flex;
        justify-content: center;
        margin-top: 3px;
        margin-left: 3%;
    }
    .wheel-progress-bar::before {
        content: attr(data-freespins-count);
        position: absolute;
        left: auto;
        right: -29px;
        color: #5f739b;
        width: 49px;
        text-align: center;
        top: 32px;
        font-family: 'Intro-Book-alt';
        letter-spacing: 1px;
        font-size: 11px;
    }
    .wheel-progress-bar::after {
        content: '';
        width: 6px;
        height: 40px;
        background: url(../../Images/Promotion/JetX-wheel/progress-bar-section.png);
        position: absolute;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        left: auto;
        right: -6px;
        top: -11px;
    }
    .wheel-progress-bar-background::after {
        content: attr(data-progress-bar-gift-spin);
        width: 25px;
        height: 25px;
        border-radius: 50%;
        position: absolute;
        top: -40px;
        background-color: rgb(39, 48, 82);
        left: auto;
        right: -15px;
        font-family: 'IntroBoldCaps';
        text-align: center;
        line-height: 27px;
        color: #5f739b;
        letter-spacing: 1px;
    }
    .wheel-progress-bar-background:nth-child(4) .wheel-progress-bar::before {
        left: auto;
        right: -19px;
    }
    .wheel-progress-bar-background:nth-child(4) .wheel-progress-bar::after {
        right: 4px;
        left: auto;
    }
    .wheel-progress-bar-background:nth-child(4)::after {
        right: -5px;
        left: auto;
    }
    .wheel-free-spins-count {
        width: 30%;
        height: 31px;
        border-radius: 8px;
        font-size: 13px;
        text-align: center;
        line-height: 32px;
    }
    .wheel-free-spins-count-container {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 6%;
        width: 60%;
        position: absolute;
        right: 0;
        top: 50%;
    }
    .wheel-tab-content{
        height: 100%;
    }
    .wrapper-container{
        width: 46%;
        height: 100%;
        justify-content: center;
        align-items: center;
        position: absolute;
        display: flex;
    }
    #wrapper {
        position: absolute;
        background-repeat: no-repeat;
    }
    .wheel-scores div {
        font-size: 10px;
        height: 60px;
        bottom: 3px;
    }
    .wheel-scores{
        display: flex;
        width: 60%;
        position: absolute;
        height: 25%;
        right: 0;
        bottom: 4%;
    }
    .wheel-scores span{
        font-size: 14px;
    }
}
























