.jetx-daily-leaderboard-parent{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #181b24e6;
    top: 0;
    left: 0;
    right: 0;
    display: none;
}
.jetx-daily-leaderboard-parent::after{
    content: '';
    width: 100%;
    height: 6%;
    position: absolute;
    background: black;
    top: 0;
    left: 0;
}
.jetx-daily-leaderboard{
    position: relative;
    /* width: 750px; */
    width: 50%;
    height: 100%;
    top: 0;
    /* margin: 0 0 0 -400px; */
    left: 25%;
    z-index: 1;
}
.jetx-daily-leaderboard header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: 6%;
}
.jetx-daily-leaderboard main{
    position: relative;
    width: 100%;
    /* height: 535px; */
    height: calc(80% - 45px);
    margin: 15px 0px;
}
.jetx-daily-leaderboard footer{
    position: relative;
    width: calc(100% - 2px);
    height: 14%;
    background-image: linear-gradient(to bottom, #191c3a, #151a32, #13182a, #111522, #0f121a);
    border-radius: 5px;
    border: 1px solid #3e4358;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.close-jetx-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;
}
.jetx-leaderboard-content{
    background: #0c0f15;
    width: calc(100% - 2px);
    height: calc(100% - 36px);

}

.jetx-leaderboard-content{
    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;
}
.leaderboard-list-content{
    width: 100%;
    height: 100%;
}
.leaderboard-list-thead{
    font-family: "IntroBookAlt";
    color: rgb(122, 123, 175);
    font-size: 11px;
    display: flex;
    height: 30px;
    align-items: center;
}
.jetx-daily-leaderboard-parent[data-promotion-lang="ka"] .leaderboard-list-thead{
    font-family: "CrystalUni";
}
.leaderboard-list-tbody{
    position: relative;
    overflow-y: scroll;
    height: calc(100% - 30px);
    width: calc(100% + 2px);
}
.leaderboard-list-tbody::-webkit-scrollbar{
    width: 3px !important;
}
.leaderboard-list-tbody::-webkit-scrollbar-thumb{
    background: #8f8bff !important;
}
.leaderboard-list-tbody::-webkit-scrollbar-track{
    background: transparent !important;
    border: none !important;
}
.liderboard-list-scrollup{
    position: absolute;
    bottom: 19px;
    right: 55px;
    width: 30px;
    height: 30px;
    background-image: url(../../Images/Promotion/JetX-leaderboard/scroll-up.png);
    background-size: 30%;
    border-radius: 50%;
    border: 1px solid white;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    background-color: rgb(28 30 45 / 46%);
    -webkit-box-shadow: 0px 0px 35px 15px #0c0f15a6;
            box-shadow: 0px 0px 35px 15px #0c0f15a6;
    cursor: pointer;
}
.liderboard-list-scrollup:hover{
    background-color: #a1a9e14d;
}
.list-thead-player{
    width: 37%;
    left: 0;
}
.list-thead-score{
    width: 29%;
    left: 37%;
}
.list-thead-freespins{
    width: 19%;
    letter-spacing: 1px;
    right: 0;
}

.list-thead-player,
.list-thead-score,
.list-thead-freespins{
    position: absolute;
    text-align: center;
}
.player-score,
.player-username{
    color: #9499b0;
}
.leaderboard-list-item{
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    font-family: "IntroRegular";
    /* justify-content: space-around; */
    font-size: 13px;
    position: relative;
}
.leaderboard-list-item.even{
    background-image: linear-gradient(to right, #1b1e2c, #181b28, #161823cc, #13151f87, #10121b5e);
}
.leaderboard-list-item.even .player-position-parent span{
    background-color: #0c0f15;
}
.player-position-parent{
    width: 8%;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 4%;
}
.player-username{
    position: absolute;
    left: 11%;
    width: 15%;
    text-align: center;
}
.player-score{
    position: absolute;
    left: 37%;
    width: 29%;
    text-align: center;
}
.player-freespins-count{
    position: absolute;
}
.player-freespins-count-parent{
    width: 19%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
}

.leaderboard-rules-content{
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    display: none;
}

.jetx-leaderboard-tabs{
    display: flex;
    justify-content: space-between;
    height: 35px;
}
.jetx-leaderboard-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-leaderboard-tabs a:hover{
    background: #212435;
}
.jetx-leaderboard-tabs a.active{
    background: #0c0f15;
    z-index: 2;
    border-bottom: 1px solid #0c0f15;
}
.jetx-leaderboard-tabs .leaderboard-list.active{
    border-right: none;
}
.jetx-leaderboard-tabs .leaderboard-list.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-leaderboard-tabs .leaderboard-rules.active{
    border-left: none;
}
.jetx-leaderboard-tabs .leaderboard-rules.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-leaderboard-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-daily-leaderboard-parent[data-promotion-lang="ka"] .jetx-leaderboard-tabs a span{
    font-family: "CrystalUni";
}
.jetx-leaderboard-tabs a.active span{
    color: #ffffff;
}
.leaderboard-rules 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;
}
.leaderboard-list span::before{
    content: '';
    display: inline-block;
    width: 28px;
    height: 24px;
    background-image: url(../../Images/Promotion/JetX-leaderboard/leaderboard-tab-icon.png);
    background-size: 56%;
    background-repeat: no-repeat;
    background-position: center;
}
.leaderboard-rules.active span::before{
    content: '';
    background-image: url(../../Images/Promotion/JetX-leaderboard/rules-active-tab-icon.png);
}
.leaderboard-list.active span::before{
    content: '';
    background-image: url(../../Images/Promotion/JetX-leaderboard/leaderboard-active-tab-icon.png);
}
.daily-leaderboard-how-to-play{
    font-family: "IntroRegular";
    color: rgb(233, 180, 40);
    font-size: 14px;
    padding: 40px 40px 0px 15px;
}
.jetx-daily-leaderboard-parent[data-promotion-lang="ka"] .daily-leaderboard-how-to-play{
    font-family: "CrystalUni";
}
.daily-leaderboard-rules-description{
    display: block;
    line-height: 26px;
    padding: 15px 15px;
    color: #7a7baf;
    font-size: 11px;
}

.daily-leaderboard-rules-description p {
    display: flex;
    align-items: center;
    font-size: 12.5px;
    font-family: "IntroBookAlt";
    color: #7a7baf;
    margin-bottom: 6px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.daily-leaderboard-rules-description span {
    font-size: 13px;
    color: #ffffff;
    font-family: "IntroLight";
    line-height: 21px;
    letter-spacing: 1px;
}
.jetx-daily-leaderboard-parent[data-promotion-lang="ka"] .daily-leaderboard-rules-description p,
.jetx-daily-leaderboard-parent[data-promotion-lang="ka"] .daily-leaderboard-rules-description span{
    font-family: "CrystalUni";
}
.footer-my-rank{
    font-size: 12px;
    font-family: "IntroBoldCaps";
    color: #8688c6;
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 7px;
}
.jetx-daily-leaderboard-parent[data-promotion-lang="ka"] .footer-my-rank{
    font-family: "CrystalUni";
}
.footer-player-info{
    width: 95%;
    height: 35px;
    background-image: linear-gradient(to right, #23253f, #21233c, #1f2139, #1d1f364d, #1b1d3300);
    margin: 8px 2.5%;
    border-radius: 25px;
    display: flex;
    align-items: center;
    font-family: "IntroRegular";
    justify-content: space-around;
    font-size: 13px;
    position: relative;
}
.jetx-daily-leaderboard-parent[data-promotion-lang="ka"] .footer-player-info{
    font-family: "CrystalUni";
}
.footer-player-position-parent{
    width: 10%;
    display: flex;
    position: absolute;
    left: 0.5%;
}

.footer-player-position-parent span,
.player-position-parent span{
    height: 28px;
    width: 28px;
    background-color: #17192c;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.footer-player-info.green .footer-player-position-parent span,
.leaderboard-list-item.green .player-position-parent span{
    color: #54e994; 
}
.footer-player-info.green .footer-player-freespins-count,
.leaderboard-list-item.green .player-freespins-count{
    box-shadow: inset 0px 0px 7px 4px hsl(157deg 93% 26%);
}
.leaderboard-list-item.green.active-player{
    background-image: linear-gradient(to right, #214c3a, #13433d, #11393d7d, #16303747, #1a262e00);
}
.leaderboard-list-item.yellow.active-player{
    background-image: linear-gradient(to right, #635c1d, #504b2a, #44412eb3, #3d3b2f75, #35342f00);
}
.leaderboard-list-item.red.active-player{
    background-image: linear-gradient(to right, hsl(359deg 36% 31%), #4c1f29, #3e222dde, #33212d63, #291f2a00);
}
.footer-player-info.yellow .footer-player-position-parent span,
.leaderboard-list-item.yellow .player-position-parent span{
    color: #ffe964  
}
.footer-player-info.yellow .footer-player-freespins-count,
.leaderboard-list-item.yellow .player-freespins-count{
    box-shadow: inset 0px 0px 7px 4px #6e683f;
}
.footer-player-info.red .footer-player-position-parent span,
.leaderboard-list-item.red .player-position-parent span{
    color: #ff6150;  
}
.footer-player-info.red .footer-player-freespins-count,
.leaderboard-list-item.red .player-freespins-count{
    box-shadow: inset 0px 0px 7px 4px #663236;
}
.footer-player-username{
    color: #ffffff;
    width: 15%;
    position: absolute;
    left: 10%;
}
.footer-player-score{
    color: #ffffff;
    width: 20%;
    position: absolute;
    left: 30%;
}
.footer-player-freespins-count,
.player-freespins-count{
    color: #ffffff;
    width: 75px;
    height: 27px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 6px;
}
.footer-player-freespins-count-parents{
    display: flex;
    height: 100%;
    align-items: center;
    width: 20%;
    justify-content: center;
    position: absolute;
    right: -2.5%;
}
.footer-player-freespins-count span,
.player-freespins-count span{
    width: 12px;
    height: 12px;
    background-size: contain;
    background-image: url(../../Images/Promotion/JetX-leaderboard/star-icon.png);
    background-repeat: no-repeat;
    background-position: center;
}
.footer-player-freespins-count span.hide-star-icon,
.player-freespins-count span.hide-star-icon{
    display: none;
}
.footer-player-freespins-count span.show-star-icon,
.player-freespins-count span.show-star-icon{
    display: block;
}
.footer-minimal-bet{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    width: 100%;
    text-align: center;
    margin-top: -3px;
    font-size: 12px;
    font-family: "IntroBookAlt";
    color: #ff6150;
    text-shadow: 0px 0px 4px #ff6150;
}
.jetx-daily-leaderboard-parent[data-promotion-lang="ka"] .footer-minimal-bet{
    font-family: "CrystalUni";
}
.footer-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: 3px -1px;
}
.leaderboard-time{
    position: absolute;
    left: 33%;
    width: 110px;
    height: 35px;
    margin-top: 4px;
    display: flex;
    justify-content: space-around;
}
.leaderboard-time .hours,
.leaderboard-time .minutes{
    display: flex;
    color: white;
    width: 41%;
    justify-content: space-around;
    height: 100%;
}

.leaderboard-time .hours span,
.leaderboard-time .minutes span{
    background-color: #404173;
    width: 19px;
    height: 18px;
    display: flex;
    text-align: center;
    font-size: 15px;
    font-family: 'IntroBoldCaps';
    border-radius: 3px;
    padding-top: 2px;
    justify-content: center;
    align-items: center;
}
.leaderboard-time .hours p,
.leaderboard-time .minutes p{
    position: absolute;
    font-size: 10px;
    top: 22px;
    font-family: 'IntroBookAlt';
    letter-spacing: 1px;
    color: #9499b0;
}
.jetx-daily-leaderboard-parent[data-promotion-lang="ka"] .leaderboard-time .hours p,
.jetx-daily-leaderboard-parent[data-promotion-lang="ka"] .leaderboard-time .minutes p{
    font-family: "CrystalUni";
}
.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;
}
.day-list::-webkit-scrollbar{
    width: 0;
    padding: 0;
}
.leaderboard-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;
}
.leaderboard-date-dropdown:hover{
    background-color: #323646;
}
.leaderboard-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;
}
.leaderboard-date-dropdown-arrow.active{
    transform: rotate(180deg);
}
.day-list .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;
}
.day-list .leaderboard-day:hover{
    background-color: #161824;
}
.day-list .leaderboard-day.active{
    background-color: #161824;
}
.day-list .dropdown-leaderboard-position{
    background-color: #0c0f1566;
    border-radius: 50px;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 11px;
}
.day-list .dropdown-leaderboard-position.green{
    color: #54e994; 
}
.day-list .dropdown-leaderboard-position.red{
    color: #ff6150; 
}
.day-list .dropdown-leaderboard-position.yellow{
    color: #ffe964
}
.leaderboard-day,
.active-day{
    font-family: "IntroRegular";
    font-size: 11.9px;
}
.jetx-daily-leaderboard-parent[data-promotion-lang="ka"] .leaderboard-day,
.jetx-daily-leaderboard-parent[data-promotion-lang="ka"] .active-day{
    font-family: "CrystalUni";
}
.active-day{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}
.active-day-parent{
    height: 100%;
}
.today-active{
    font-family: "IntroBookAlt";
    color: #9499b0;
    font-size: 8px;
}
.jetx-daily-leaderboard-parent[data-promotion-lang="ka"] .today-active{
    font-family: "CrystalUni";
}
.dropdown-position-parent{
    display: flex;
    width: 50px;
    justify-content: center;
    position: absolute;
    right: 9px;
}
.position-number-yellow{
    color: #ffe964
}
.position-number-green{
    color: #54e994; 
}
.position-number-red{
    color: #ff6150;  
}
.rank-circle{
    color: white;
}
@media only screen and (max-width:1000px) and (orientation:portrait){
    .jetx-leaderboard-tabs a span{
        font-size: 12px;
    }
    .jetx-daily-leaderboard {
        position: relative;
        width: 95%;
        height: 100%;
        top: 0;
        margin: 0 0 0 0px;
        left: 2.5%;
        z-index: 1;
    }
    .jetx-leaderboard-tabs .leaderboard-list.active::after{
        left: 48.9%;
    }
    .jetx-leaderboard-tabs .leaderboard-rules.active::after{
        /* left: 47.1%; */
    }
    .jetx-daily-leaderboard header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        width: 100%;
        height: 7%;
    }
    .jetx-daily-leaderboard main {
        height: 75%;
        margin: 2% 0px;
    }
    .jetx-daily-leaderboard footer {
        height: 14%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer-player-info {
        width: 95%;
        height: 35px;
        margin: 0;
    }
    .footer-my-rank{
        position: absolute;
        top: 4%;
        margin: 0;
        height: 23%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer-minimal-bet{
        position: absolute;
        bottom: 2%;
        height: 25%;
    }
    .leaderboard-list-tbody{
        overflow-x:hidden ;
    }
    .jetx-daily-leaderboard-parent::after {
        height: 7%;
    }
    .footer-player-info{
        position: initial;
    }
    .footer-player-position-parent {
        width: 13%;
        display: flex;
        position: absolute;
        left: 4%;
        justify-content: flex-start;
    }
    .footer-player-username {
        color: #ffffff;
        width: 25%;
        position: absolute;
        left: 16%;
        text-align: center;
    }
    .footer-player-score {
        color: #ffffff;
        position: absolute;
        left: 42%;
        width: 25%;
        text-align: center;
    }
    .footer-player-freespins-count-parents {
        display: flex;
        height: 100%;
        align-items: center;
        width: 25%;
        justify-content: center;
        position: absolute;
        right: 3%;
    }
    .jetx-daily-leaderboard[data-active-tab="leaderboard-rules-content"] footer{
        display: none;
    }
    .jetx-daily-leaderboard[data-active-tab="leaderboard-rules-content"] main {
        height: 90%;
    }
    .leaderboard-time{
        left: 51%;
    }
    .player-score,
    .player-username,
    .player-score,
    .player-freespins-count-parent{
        width: 25%;
    }
    .player-score {
        left: 42%;
    }
    .player-freespins-count-parent{
        right: 3%;
    }
    .list-thead-player {
        width: 25%;
        left: 16%;
    }
    .player-username {
        position: absolute;
        left: 16%;
        width: 25%;
        text-align: center;
    }
    .list-thead-score {
        width: 25%;
        left: 42%;
    }
    .list-thead-freespins {
        width: 25%;
        letter-spacing: 1px;
        right: 3%;
    }
    .day-list{
        max-height: 327px;
    }
}
@media only screen and (max-width:1000px) and (orientation:landscape){
    .jetx-leaderboard-tabs a span{
        font-size: 12px;
    }
    .jetx-daily-leaderboard {
        position: relative;
        width: 95%;
        height: 100%;
        top: 0;
        margin: 0 0 0 0px;
        left: 2.5%;
        z-index: 1;
    }
    .jetx-leaderboard-tabs .leaderboard-list.active::after{
        left: 49%;
    }
    .jetx-leaderboard-tabs .leaderboard-rules.active::after{
        left: 48.8%;
    }
    .jetx-daily-leaderboard header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        width: 100%;
        height: 13%;
    }
    .jetx-daily-leaderboard main {
        height: 63%;
        margin: 1% 0px;
    }
    .jetx-daily-leaderboard footer {
        height: 18%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer-player-info {
        width: 95%;
        height: 35px;
        margin: 0;
    }
    .footer-my-rank{
        display: none;
    }
    .footer-minimal-bet{
        position: fixed;
        top: 3%;
        left: 62%;
        width: auto;
    }
    .jetx-daily-leaderboard-parent::after {
        height: 13%;
    }
    .footer-player-info{
        position: initial;
    }
    .footer-player-position-parent {
        width: 8%;
        display: flex;
        position: absolute;
        left: 4%;
        justify-content: center;
    }
    .footer-player-username {
        color: #ffffff;
        width: 15%;
        position: absolute;
        left: 11%;
        text-align: center;
    }
    .footer-player-score {
        color: #ffffff;
        position: absolute;
        left: 37%;
        width: 29%;
        text-align: center;
    }
    .footer-player-freespins-count-parents {
        display: flex;
        height: 100%;
        align-items: center;
        width: 19%;
        justify-content: center;
        position: absolute;
        right: 0;
    }
    .jetx-daily-leaderboard[data-active-tab="leaderboard-rules-content"] footer{
        display: none;
    }
    .jetx-daily-leaderboard[data-active-tab="leaderboard-rules-content"] main {
        height: 83%;
    }
    .day-list{
        max-height: 291px;
    }
}
