﻿#popupLeaderboardJackpot {
    padding: 80px 0 !important;
    height: 850px !important;
    z-index: 1045;
}
#popupLeaderboardJackpot.lb-modal-top-win .lb-modal-dialog {
    max-width: unset;
    width: 1190px !important;
    height: 696px !important;
    margin-bottom: 0;
}

#popupLeaderboardJackpot .lb-modal-dialog {
    width: initial !important;
    
}



#popupLeaderboardJackpot.lb-modal-top-win .lb-modal-content {
    background: transparent;
    box-shadow: none;
    border: none;
}

#popupLeaderboardJackpot .popup-ldb-top-win {
    width: 1130px;
    height: 656px;
    position: relative;
    border: 1px solid #f58428 !important;
    background-color: #690422 !important;
    background-image: none !important;
    border-radius: 0.5rem;
}

    #popupLeaderboardJackpot .popup-ldb-top-win .left-frame {
        width: 24%;
        top: 77px;
        height: 571px;
        padding: 13px 0px 20px 15px;
        overflow: unset;
        position: absolute;
        text-align: left;
        z-index: 16;
    }

    #popupLeaderboardJackpot .popup-ldb-top-win .left-frame::before {
        content: '';
        position: absolute;
        border: .1rem solid #f58428 !important;
        background-color: #2b061e;
        width: calc(100% - 35px);
        height: calc(100% - 13px);
        top: 3px;
        left: 15px;
        z-index: -1;
        border-radius: 5px;
    }

    #popupLeaderboardJackpot .popup-ldb-top-win .right-frame {
        top: 8rem;
        width: calc(77% - 2rem);
        height: 55.8rem;
        position: absolute;
        right: 1.6rem;
        z-index: 15;
    }

#popupLeaderboardJackpot .top-win-jp-item {
    background: url(/Content/distv2/img/sprite-sheet/popup-jackpot/btn-no-active.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 21.3rem;
    height: 8.7rem;
    position: relative;
    z-index: 1;
    margin-bottom: 1rem;
    cursor: pointer;
}

    #popupLeaderboardJackpot .top-win-jp-item.active {
        background: url(/Content/distv2/img/sprite-sheet/popup-jackpot/btn-active.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 244px;
    }

#popupLeaderboardJackpot .game-tab-ldb {
    position: absolute;
    top: 0px;
    left: 10px;
    width: 185px;
}

#popupLeaderboardJackpot .top-win-ldb-detail {
    height: 100%;
    width: 100%;
    border-radius: 0;
    border: 1px solid #f58428 !important;
    -webkit-box-shadow: 0 0 6px 1px #532f96, 0 0 6px 1px inset rgba(0, 0, 0, 0.85);
    box-shadow: 0 0 6px 1px #532f96, 0 0 6px 1px inset rgba(0, 0, 0, 0.85);
    background: #2b061e;
    border-radius: 5px;
    box-shadow: none;
}

#popupLeaderboardJackpot .tw-jp-slot-detail .list-top-win-ldb {
    height: 70%;
}

#popupLeaderboardJackpot .list-top-win-ldb {
    height: 83%;
    width: 100%;
    overflow: auto;
    z-index: 2;
    position: absolute;
    padding: 10px;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
}

#popupLeaderboardJackpot .item-top-win-ldb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto auto 8px;
    width: 100%;
    height: 102px;
    background: url(/Content/distv2/img/sprite-sheet/popup-jackpot/bg-normal.png);
    background-position-x: 32%;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
    left: -1px;
}
#popupLeaderboardJackpot .item-top-win-ldb.rank-me {
    position: fixed;
    bottom: 20px;
    width: 73%;
    z-index: 9999;
    right: -248px;
    background: url(/Content/distv2/img/sprite-sheet/popup-jackpot/bg-me.png);
    background-position-x: 32%;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 90px;
}
#popupLeaderboardJackpot .item-top-win-ldb.rank-me .icon-rank .shadow-text,
#popupLeaderboardJackpot .item-top-win-ldb.rank-me .icon-rank .text{
    left: 43px;
}

.sz-4{
    font-size: 40px !important;
}
.lf-2{
    left: 23px !important;
}
.w-9{
    width: 90px !important;
}
.tp-2{
    top: 20px !important;
}
#popupLeaderboardJackpot .item-top-win-ldb.rank-me .info{
    width: 385px;
}
#popupLeaderboardJackpot .item-top-win-ldb.rank-me .info .name{
    padding-left: 1.6rem;
}
#popupLeaderboardJackpot .item-top-win-ldb.rank-me .ic-game img{
    top: 8px;
}
#popupLeaderboardJackpot .bg-item-top1 {
    background: url(/Content/distv2/img/sprite-sheet/popup-jackpot/bg-top1.png);
    background-position-x: 32%;
    background-size: 100%;
    background-repeat: no-repeat;
}


#popupLeaderboardJackpot .bg-item-top2 {
    background: url(/Content/distv2/img/sprite-sheet/popup-jackpot/bg-top2.png);
    background-position-x: 32%;
    background-size: 100%;
    background-repeat: no-repeat;
}

#popupLeaderboardJackpot .bg-item-top3 {
    background: url(/Content/distv2/img/sprite-sheet/popup-jackpot/bg-top3.png);
    background-position-x: 32%;
    background-size: 100%;
    background-repeat: no-repeat;
}

#popupLeaderboardJackpot .item-top-win-ldb .icon-rank .ic-top {
    width: 83px;
    height: 70px;
    position: absolute;
    left: 20px;
    top: 17px;
}

#popupLeaderboardJackpot .item-top-win-ldb .icon-rank .ic-r-top-1 {
    background: url(/Content/distv2/img/sprite-sheet/popup-jackpot/ic-top1.png);
    background-repeat: no-repeat;
    background-size: contain;
}

#popupLeaderboardJackpot .item-top-win-ldb .icon-rank .ic-r-top-2 {
    background: url(/Content/distv2/img/sprite-sheet/popup-jackpot/ic-top2.png);
    background-repeat: no-repeat;
    background-size: contain;
}

#popupLeaderboardJackpot .item-top-win-ldb .icon-rank .ic-r-top-3 {
    background: url(/Content/distv2/img/sprite-sheet/popup-jackpot/ic-top3.png);
    background-repeat: no-repeat;
    background-size: contain;
}

#popupLeaderboardJackpot .item-top-win-ldb .icon-rank {
    width: 10.7rem;
    text-align: center;
    position: relative;
}

    #popupLeaderboardJackpot .item-top-win-ldb .icon-rank::before {
        top: -.4rem;
        left: 1.8rem;
        width: 7rem;
        /* background-image: url(/dist/img/sprite-sheet/popup/popup-vsc.webp); */
        background-position: -88.6rem -29.4rem;
    }

    #popupLeaderboardJackpot .item-top-win-ldb .icon-rank .text {
        position: absolute;
        top: 1.6rem;
        left: 3rem;
        width: 6rem;
        font-weight: 700;
        font-size: 5rem;
        background: linear-gradient(0deg, #ffffff 0%, #beced1 36%, #8bb9c1 44%, #ffffff 62%, #e4eef2 98%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        /*text-shadow: .1rem 0 #500900, -.1rem 0 #500900, 0 .1rem #500900, 0 -.1rem #500900;*/
        text-shadow: unset;
        z-index: 1;
    }
    #popupLeaderboardJackpot .item-top-win-ldb .icon-rank .shadow-text {
        position: absolute;
        top: 1.6rem;
        left: 3rem;
        width: 6rem;
        font-weight: 700;
        font-size: 5rem;
        text-shadow: .1rem 0 #500900, -.1rem 0 #500900, 0 .1rem #500900, 0 -.1rem #500900;
    }


#popupLeaderboardJackpot .item-top-win-ldb .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 37.5rem;
    justify-content: flex-start;
    padding-left: 1.5rem;
}

    #popupLeaderboardJackpot .item-top-win-ldb .info .avatar {
        width: 8rem;
        height: 8.02rem;
        padding: .3rem .2rem;
        z-index: 2;
        position: relative;
    }


        #popupLeaderboardJackpot .item-top-win-ldb .info .avatar .avatar-bg {
            background-image: url(/Content/distv2/img/sprite-sheet/popup-ldb/avt-normal.png);
            background-size: 100%;
            background-repeat: no-repeat;
            z-index: 1;
            position: absolute;
            left: 7px;
            top: 2px;
            width: 75px;
            height: 75px;
        }

    #popupLeaderboardJackpot .avatar-bg-ldb-top1 {
        background-image: url(/Content/distv2/img/sprite-sheet/popup-ldb/avt-top1.png) !important;
        background-size: 100% !important;
        background-repeat: no-repeat !important;
        top: 2px !important;
        width: 65px;
        height: 65px;
    }

    #popupLeaderboardJackpot .avatar-bg-ldb-top2 {
        background-image: url(/Content/distv2/img/sprite-sheet/popup-ldb/avt-top2.png) !important;
        background-size: 100% !important;
        background-repeat: no-repeat !important;
        top: 2px !important;
        width: 65px;
        height: 65px;
    }

    #popupLeaderboardJackpot .avatar-bg-ldb-top3 {
        background-image: url(/Content/distv2/img/sprite-sheet/popup-ldb/avt-top3.png) !important;
        background-size: 100% !important;
        background-repeat: no-repeat !important;
        top: 2px !important;
        width: 65px;
        height: 65px;
    }

#popupLeaderboardJackpot .item-top-win-ldb .info .avatar-main {
    position: absolute;
    left: 13px;
    top: 7px;
    z-index: 1;
}
#popupLeaderboardJackpot .item-top-win-ldb .info .avatar-main.top1,
#popupLeaderboardJackpot .item-top-win-ldb .info .avatar-main.top2, 
#popupLeaderboardJackpot .item-top-win-ldb .info .avatar-main.top3 {
    z-index: 0;
}

#popupLeaderboardJackpot .item-top-win-ldb .info img {
    width: 65px;
    height: 65px;
}

#popupLeaderboardJackpot .item-top-win-ldb .info .name {
    color: #ffffff;
    font-weight: 700;
    padding-left: 12px;
    width: 275px;
}

    #popupLeaderboardJackpot .item-top-win-ldb .info .name .text {
        font-size: 22px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        text-align: left;
        white-space: nowrap;
        display: block;
        width: 255px;
        font-weight: 700;
    }

    #popupLeaderboardJackpot .item-top-win-ldb .info .name .text-top {
        font-size: 22px;
        overflow: hidden;
        padding-left: 3px;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        text-align: left;
        white-space: nowrap;
        display: block;
        max-width: 300px;
        font-weight: 700;
        text-shadow: #500700 .2rem 0 0, #500700 1.7551.7rem 0.95885.1rem 0, #500700 1.080.6rem 1.6829.4rem 0, #500700 0.14147.4rem 1.9949.9rem 0, #500700 -0.83229.4rem 1.8185.9rem 0, #500700 -1.6022.9rem 1.1969.4rem 0, #500700 -1.9799.8rem 0.2822.4rem 0, #500700 -1.8729.1rem -0.70156.6rem 0, #500700 -1.3072.9rem -1.513.6rem 0, #500700 -0.42159.2rem -1.9550.6rem 0, #500700 0.56732.4rem -1.9178.5rem 0, #500700 1.4173.4rem -1.4110.8rem 0, #500700 1.9203.4rem -0.55883.1rem 0;
    }

#popupLeaderboardJackpot .item-top-win-ldb .coin-ldb-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    margin-left: 15px;
    margin-right: 10px;
    position: relative;
    width: 255px;
}

    #popupLeaderboardJackpot .item-top-win-ldb .coin-ldb-bg .number {
        position: relative;
        width: 100%;
        height: 60px;
        border-style: solid;
        border-width: 2px;
        border-color: rgb(232, 124, 39);
        border-radius: 6px;
        background-color: #2b061e;
        top: -1px;
    }
    #popupLeaderboardJackpot .item-top-win-ldb .coin-ldb-bg .number.top1 {
        position: relative;
        width: 100%;
        height: 6rem;
        border-style: solid;
        border-width: 2px;
        border-color: rgb(252, 234, 169);
        border-radius: 6px;
        background-color: #3d2b09;
        top: -2px;
    }
    #popupLeaderboardJackpot .item-top-win-ldb .coin-ldb-bg .number.top2 {
        position: relative;
        width: 100%;
        height: 6rem;
        border-style: solid;
        border-width: 2px;
          border-color: rgb(244, 249, 252);
        border-radius: 6px;
        background-color: #252525;
        top: -2px;
    }
    #popupLeaderboardJackpot .item-top-win-ldb .coin-ldb-bg .number.top3 {
        position: relative;
        width: 100%;
        height: 6rem;
        border-style: solid;
        border-width: 2px;
        border-color: rgb(197, 142, 112);
        border-radius: 6px;
        background-color: #36190b;
        top: -2px;
    }

    #popupLeaderboardJackpot .item-top-win-ldb .coin-ldb-bg .icon {
        position: absolute;
        background: url(/Content/distv2/img/sprite-sheet/popup-tour/tour-coin.png);
        background-size: 80%;
        background-repeat: no-repeat;
        width: 40px;
        height: 40px;
        top: 9px;
        left: -28px;
    }

    #popupLeaderboardJackpot .item-top-win-ldb .coin-ldb-bg .number .text {
        top: 55%;
        left: 45%;
        position: absolute;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        background: linear-gradient(0deg, #f5e23d 0%, #fdf9a5 52%, #ffffff 94%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        z-index: 2;
        font-size: 24px;
        font-weight: 700;
        padding-bottom: 2px;
    }
    #popupLeaderboardJackpot .item-top-win-ldb .coin-ldb-bg .number .btn-play {
        width: 40px;
        position: absolute;
        right: 10px;
        top: 8px;
    }
    #popupLeaderboardJackpot .item-top-win-ldb .coin-ldb-bg .number .text-shadow {
        top: 55%;
        left: 45%;
        position: absolute;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        z-index: 1;
        font-size: 24px;
        text-shadow: #500700 2px 0 0, #500700 1.75517px 0.958851px 0, #500700 1.0806px 1.68294px 0, #500700 0.141474px 1.99499px 0, #500700 -0.832294px 1.81859px 0, #500700 -1.60229px 1.19694px 0, #500700 -1.97998px 0.28224px 0, #500700 -1.87291px -0.701566px 0, #500700 -1.30729px -1.5136px 0, #500700 -0.421592px -1.95506px 0, #500700 0.567324px -1.91785px 0, #500700 1.41734px -1.41108px 0, #500700 1.92034px -0.558831px 0;
    }

    #popupLeaderboardJackpot .item-top-win-ldb .coin-ldb-bg .number .ic-play {
        cursor: pointer;
        top: 4px;
        right: 5px;
        width: 50px;
        height: 50px;
        position: absolute;
        background-image: url(/Content/distv2/img/sprite-sheet/popup-ldb/ic-play-ldb.png);
        background-size: contain;
    }

#popupLeaderboardJackpot .ldb-top-win-title {
    height: 4rem;
    padding-top: 2.9rem;
}

    #popupLeaderboardJackpot .ldb-top-win-title .text {
        padding: .3rem;
        font-size: 3.8rem;
        font-style: italic;
        color: #f5c900;
        text-shadow: #251404 .2rem 0 0, #251404 1.7551.7rem 0.95885.1rem 0, #251404 1.080.6rem 1.6829.4rem 0, #251404 0.14147.4rem 1.9949.9rem 0, #251404 -0.83229.4rem 1.8185.9rem 0, #251404 -1.6022.9rem 1.1969.4rem 0, #251404 -1.9799.8rem 0.2822.4rem 0, #251404 -1.8729.1rem -0.70156.6rem 0, #251404 -1.3072.9rem -1.513.6rem 0, #251404 -0.42159.2rem -1.9550.6rem 0, #251404 0.56732.4rem -1.9178.5rem 0, #251404 1.4173.4rem -1.4110.8rem 0, #251404 1.9203.4rem -0.55883.1rem 0;
        font-weight: 700;
        text-transform: uppercase;
    }

#popupLeaderboardJackpot .tw-jp-slot-detail {
    height: 71%;
}

#popupLeaderboardJackpot .top-win-lg-slot {
    height: 27%;
    width: 100%;
    display: flex;
    overflow: hidden;
    margin-bottom: 1rem;
    border-radius: .8rem;
    border: .1rem solid #ce0024;
    -webkit-box-shadow: 0 0 .6rem .1rem #ce0024, 0 0 1rem .6rem inset rgba(0,0,0,0.85);
    box-shadow: 0 0 .6rem .1rem #ce0024, 0 0 1rem .6rem inset rgba(0,0,0,0.85);
    background-color: #500700;
}

#popupLeaderboardJackpot .tw-game {
    height: 100%;
    padding: 1rem 0 1rem 1rem;
    width: 14.2rem;
    z-index: 2;
}

    #popupLeaderboardJackpot .tw-game .item, .tw-game .item img {
        height: 100%;
    }

#popupLeaderboardJackpot .top-win-lg-slot .slide-left {
    top: 4.4rem;
    cursor: pointer;
}

#popupLeaderboardJackpot .top-win-lg-slot .slide-right {
    top: 4.4rem;
    cursor: pointer;
}

#popupLeaderboardJackpot .lb-modal-close{
    right: -15px;
    top: -15px;
}

#popupLeaderboardJackpot .top-win-body {
    position: unset;
    padding: unset;
}

#popupLeaderboardJackpot .ldb-ev-date {
    position: absolute;
    left: 5.6rem;
    bottom: .8rem;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.7rem;
}

    #popupLeaderboardJackpot .lst-tab-ev {
        width: 100%;
        height: 100%;
        overflow: scroll;
        border-radius: 0;
        /* border: .1rem solid #f58428 !important; */
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
        /* background-color: #2b061e; */
        padding-left: 1rem;
        padding-top: 0rem;
        position: relative;
    }

    #popupLeaderboardJackpot .lst-tab-ev::-webkit-scrollbar {
        display: none;
    }

    #popupLeaderboardJackpot .lst-tab-ev::before,
    #popupLeaderboardJackpot .lst-tab-ev::after {
        content: "";
        position: absolute;
        width: 60%;
        height: 25%;
        /* background-image: url(/Content/distv2/img/sprite-sheet/popup-ldb/ovl.png); */
        background: none;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 2;
        pointer-events: none;
        -webkit-transform: scaleX(1.2);
        -ms-transform: scaleX(1.2);
        transform: scaleX(1.2);
        right: 8rem;
    }

    #popupLeaderboardJackpot .lst-tab-ev::before {
        border-radius: .8rem;
        top: 0;
    }

    #popupLeaderboardJackpot .lst-tab-ev::after {
        bottom: .9rem;
        border-radius: 0;
        -webkit-transform: scale(1.2, -1);
        -ms-transform: scale(1.2, -1);
        transform: scale(1.2, -1);
    }

#popupLeaderboardJackpot .popup-ldb-top-win .left-frame .arrow-top {
    position: absolute;
    background-image: url(/Content/distv2/img/sprite-sheet/popup-ldb/arrow-ldb.png);
    background-image: none;
    background-size: contain;
    width: 7.1rem;
    height: 6.1rem;
    z-index: 3;
    left: 11.5rem;
    top: -.7rem;
    cursor: pointer;
    display: none;
}

#popupLeaderboardJackpot .popup-ldb-top-win .left-frame .arrow-bottom {
    position: absolute;
    background-image: none;
    background-image: url(/Content/distv2/img/sprite-sheet/popup-ldb/arrow-ldb.png);
    background-size: contain;
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
    width: 7.1rem;
    height: 6.1rem;
    z-index: 3;
    left: 11.5rem;
    bottom: 0;
    cursor: pointer;
    display: none;
}

#popupLeaderboardJackpot .ldb-tw-modal-close {
    background: transparent url(../images/popup/web/popup-btn-close.png?v=1) no-repeat 50% 50%;
    background-size: contain;
    width: 6.4rem;
    height: 6.4rem;
    right: 0;
    top: -2.5rem;
    z-index: 6;
    outline: none;
    position: absolute;
    border: none;
}


/* 
.lb-lobby-games .container-game .group.list-game .slide-game .game.first .inner .list{
    width: 21.2rem;
    margin: 0;
    position: relative;
    top: -4.8rem;
    left: 7.4rem;
} */



/* Event Iron */


#popupLeaderboardJackpot .top-win-lg-iron {
    height: 27%;
    width: 100%;
    display: flex;
    overflow: hidden;
    margin-bottom: 1rem;
    border-radius: .8rem;
    border: .1rem solid #ce0024;
    -webkit-box-shadow: 0 0 .6rem .1rem #ce0024, 0 0 1rem .6rem inset rgba(0,0,0,0.85);
    box-shadow: 0 0 .6rem .1rem #ce0024, 0 0 1rem .6rem inset rgba(0,0,0,0.85);
    background-color: #500700;
}

#popupLeaderboardJackpot .tw-ldb-iron-detail {
    height: 71%;
    width: 100%;
    border-radius: .8rem;
    border: .1rem solid #ce0024;
    -webkit-box-shadow: 0 0 .6rem .1rem #ce0024, 0 0 1rem .6rem inset rgba(0,0,0,0.85);
    box-shadow: 0 0 .6rem .1rem #ce0024, 0 0 1rem .6rem inset rgba(0,0,0,0.85);
    background-color: #500700;
}


    #popupLeaderboardJackpot .tw-ldb-iron-detail .list-top-win-ldb {
        height: 71% !important;
    }

#popupLeaderboardJackpot .item-top-win-ldb .coin-ldb-iron-bg {
    /* display: -webkit-box; */
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    margin-left: -7rem;
    margin-right: 1rem;
    position: relative;
    width: 40rem;
}

    #popupLeaderboardJackpot .item-top-win-ldb .coin-ldb-iron-bg .number {
        position: relative;
        width: 100%;
        height: 6rem;
        background: #500700;
        border: solid .1rem #f4e481;
        border-radius: 4.5rem;
    }

#popupLeaderboardJackpot .text-iron {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-image: linear-gradient(#fefe8e 37%,#fecf13 79%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    z-index: 2;
    font-size: 3.4rem;
    font-weight: 700;
}

    #popupLeaderboardJackpot .ohyea__popup-event_header .header-left-jackpot {
        position: absolute;
        z-index: 10;
        top: -80px;
        left: -20px;
    }
    #popupLeaderboardJackpot .ohyea__popup-event_header .header-left-jackpot span {
        position: absolute;
        font-size: 28px;
        color: #f9ed6b;
        text-transform: uppercase;
        font-weight: bold;
        font-family: Roboto;
        top: 90px;
        left: 35px !important;
        background: linear-gradient(0deg, #f5e23d 0%, #fdf9a5 52%, #ffffff 94%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        z-index: 1;
        width: 225px;
    }
        #popupLeaderboardJackpot .ohyea__popup-event_header .header-left-jackpot .shadow-text {
            position: absolute;
            font-size: 28px;
            color: #f9ed6b;
            text-transform: uppercase;
            font-weight: bold;
            font-family: Roboto;
            top: 90px;
            left: 35px !important;
            text-shadow: 0.1rem 0.1rem 0.1rem #481800, -0.1rem 0rem 0.1rem #481800, 0.1rem 0.3rem 0.1rem #481800;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            z-index: 0;
            width: 225px;
        }
    #popupLeaderboardJackpot .ohyea__popup-event_header .header-left-jackpot img{
        width: 300px;
        height: 175px;
    }
    #popupLeaderboardJackpot .ohyea__popup-event_header .header-center-jackpot {
        position: absolute;
        z-index: 10;
        top: 20px;
        left: 335px;
    }
    #popupLeaderboardJackpot .ohyea__popup-event_header .header-center-jackpot span{
        font-size: 32px;
        color: rgb(255, 255, 255);
        text-transform: uppercase;
        font-weight: bold;
        font-family: Roboto;
    }
    #popupLeaderboardJackpot .ohyea__popup-event_header .header-right-jackpot {
        position: absolute;
        z-index: 1;
        right: 75px;
        top: -40px;
    }
        #popupLeaderboardJackpot .ohyea__popup-event_header .header-right-jackpot .bg-header-right {
            width: 350px;
        }
    #popupLeaderboardJackpot .ohyea__popup-event_header .header-right-jackpot img:first-child{
        width: 40px;
        margin-top: 15px;
        cursor: pointer;
    }
    #popupLeaderboardJackpot .list-top-win-ldb::-webkit-scrollbar {
        display: none;
    }
    #popupLeaderboardJackpot .ohyea__popup-event_header .header-right-jackpot .coin {
        position: absolute;
        font-size: 27px;
        color: #f9ed6b;
        text-transform: uppercase;
        font-weight: bold;
        font-family: Roboto;
        top: 67px;
        /*text-shadow: #500700 2px 0 0, #500700 1.75517px 0.958851px 0, #500700 1.0806px 1.68294px 0, #500700 0.141474px 1.99499px 0, #500700 -0.832294px 1.81859px 0, #500700 -1.60229px 1.19694px 0, #500700 -1.97998px 0.28224px 0, #500700 -1.87291px -0.701566px 0, #500700 -1.30729px -1.5136px 0, #500700 -0.421592px -1.95506px 0, #500700 0.567324px -1.91785px 0, #500700 1.41734px -1.41108px 0, #500700 1.92034px -0.558831px 0;*/
        right: 0;
        background: linear-gradient(0deg, #f5e23d 0%, #fdf9a5 52%, #ffffff 94%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        width: 21rem;
        text-align: center;
        z-index: 1;
    }
    #popupLeaderboardJackpot .ohyea__popup-event_header .header-right-jackpot .coin.shadow-text {
        position: absolute;
        font-size: 27px;
        color: #f9ed6b;
        text-transform: uppercase;
        font-weight: bold;
        font-family: Roboto;
        top: 67px;
        right: 0;
        -webkit-background-clip: text;
        width: 21rem;
        text-align: center;
        z-index: 0;
        text-shadow: 0.1rem 0.1rem 0.1rem #481800, -0.1rem 0rem 0.1rem #481800, 0.1rem 0.3rem 0.1rem #481800;
    }

    #popupLeaderboardJackpot .ohyea__popup-event_header .header-right-jackpot .text {
        position: absolute;
        font-size: 26px;
        color: #f9ed6b;
        text-transform: uppercase;
        font-weight: bold;
        font-family: Roboto;
        top: 32px;
        right: 60px;
        background: linear-gradient(0deg, #f5e23d 0%, #fdf9a5 52%, #ffffff 94%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        z-index: 1;
    }
        #popupLeaderboardJackpot .ohyea__popup-event_header .header-right-jackpot .text.shadow-text {
            position: absolute;
            font-size: 26px;
            color: #f9ed6b;
            text-transform: uppercase;
            font-weight: bold;
            font-family: Roboto;
            top: 32px;
            right: 60px;
            text-shadow: 0.1rem 0.1rem 0.1rem #481800, 
                -0.1rem 0rem 0.1rem #481800, 
                0.1rem 0.2rem 0.1rem #481800, 
                0rem -0.2rem 0.1rem #481800;
            -webkit-background-clip: text;
            z-index: 0;
        }

    #popupLeaderboardJackpot .item-top-win-ldb .ic-game{
        width: 8rem;
    }
    #popupLeaderboardJackpot .item-top-win-ldb .ic-game .img-game{
        width: 75px;
        position: absolute;
        top: 12px;
        left: 484px;
    }

    @supports (-webkit-touch-callout: none) {
        #popupLeaderboardJackpot .list-top-win-ldb {
            height: 100% !important;
        }

        #popupLeaderboardJackpot .list-top-win-ldb > div {
            padding-bottom: 10rem !important;
        }

        #popupLeaderboardJackpot .item-top-win-ldb.rank-me {
            bottom: 10px !important;
        }
        
    }