.lb-modal-top-win .lb-modal-content {
    background: transparent;
    box-shadow: none;
    border: none;
}

.popup-ldb-top-win{
    background: url(img/sprite-sheet/popup-ldb/bg-ldb.png);
    width: 100%;
    height: 720px;
    background-size: 100%;
    background-position-x: center;
    background-repeat: no-repeat;
}

.popup-ldb-top-win .left-frame{
    width: 30%;
    top: 101px;
    height: 577px;
    padding: 3px 10px 10px 42px;
    overflow: auto;
    position: absolute;
    text-align: left;
}

.popup-ldb-top-win .right-frame{
    top: 100px;
    width: 70%;
    height: 570px;
    position: absolute;
    right: 50px;
}

.top-win-ldb-item{
    background: url(img/sprite-sheet/popup-ldb/btn_no_active.png);
    background-repeat: no-repeat;
    width: 220px;
    height: 117px;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
    cursor: pointer;
}

.top-win-ldb-item.active{
    background: url(img/sprite-sheet/popup-ldb/btn_active.png);
    background-repeat: no-repeat;
    width: 259px;
}

.game-tab-ldb{
    position: absolute;
    top: 10px;
    left: 13px;
}

.top-win-ldb-detail {
    height: 100%;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #ce0024;
    -webkit-box-shadow: 0 0 6px 1px #ce0024, 0 0 10px 6px inset rgba(0,0,0,0.85);
    box-shadow: 0 0 6px 1px #ce0024, 0 0 10px 6px inset rgba(0,0,0,0.85);
    background-color: #500700;
}

.tw-ldb-slot-detail .list-top-win-ldb{
    height: 70%;
}

.list-top-win-ldb{
    height: 99%;
    width: 100%;
    overflow: auto;
    z-index: 2;
    position: absolute;
    padding: 10px;
}

.item-top-win-ldb{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto auto 5px;
    width: 100%;
    height: 90px;
    background: url(img/sprite-sheet/popup-ldb/bg-normal.png);
    background-position-x: 32%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.bg-item-top1{
    background: url(img/sprite-sheet/popup-ldb/bg-top1.png);
    background-position-x: 32%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.bg-item-top2{
    background: url(img/sprite-sheet/popup-ldb/bg-top2.png);
    background-position-x: 32%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.bg-item-top3{
    background: url(img/sprite-sheet/popup-ldb/bg-top3.png);
    background-position-x: 32%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.item-top-win-ldb .icon-rank .ic-top {
    width: 73px;
    height: 79px;
    position: absolute;
    left: 17px;
    top: 7px;
}
.item-top-win-ldb .icon-rank .ic-r-top-1 {
    background: url(img/sprite-sheet/popup-ldb/ic-top1.png);
    background-repeat: no-repeat;
}

.item-top-win-ldb .icon-rank .ic-r-top-2 {
    background: url(img/sprite-sheet/popup-ldb/ic-top2.png);
    background-repeat: no-repeat;
}

.item-top-win-ldb .icon-rank .ic-r-top-3 {
    background: url(img/sprite-sheet/popup-ldb/ic-top3.png);
    background-repeat: no-repeat;
}

.item-top-win-ldb .icon-rank{
    width: 102px;
    text-align: center;
    position: relative;
}

.item-top-win-ldb .icon-rank::before{
    top: -4px;
    left: 18px;
    width: 70px;
    /* background-image: url(/dist/img/sprite-sheet/popup/popup-vsc.webp); */
    background-position: -886px -294px;
}

.item-top-win-ldb .icon-rank .text{
    position: absolute;
    top: 16px;
    left: 27px;
    width: 40px;
    color: #fee140;
    font-weight: 700;
    font-size: 42px;
    text-shadow: 1px 0 #500900, -1px 0 #500900, 0 1px #500900, 0 -1px #500900;
}


.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: 420px;
    justify-content: flex-start;
    padding-left: 15px;
}

.item-top-win-ldb .info .avatar{
    width: 80px;
    height: 80px;
    padding: 3px 2px;
    z-index: 2;
    position: relative;
}


.item-top-win-ldb .info .avatar .avatar-bg{
    background-image: url(img/sprite-sheet/popup-ldb/avt-normal.png);
    z-index: 1;
    position: absolute;
    left: -2px;
    top: 0px;
    width: 80px;
    height: 80px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.avatar-bg-ldb-top1{
    background-image: url(img/sprite-sheet/popup-ldb/avt-top1.png) !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.avatar-bg-ldb-top2{
    background-image: url(img/sprite-sheet/popup-ldb/avt-top2.png) !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.avatar-bg-ldb-top3{
    background-image: url(img/sprite-sheet/popup-ldb/avt-top3.png) !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.item-top-win-ldb .info .avatar-main{
    position: absolute;
    left: 0px;
    top: 3px;
    z-index: 0;
    border-radius: 8px;
}

.item-top-win-ldb .info img{
    width: 75px;
    height: 75px
}

.item-top-win-ldb .info .name{
    color: #ffffff;
    font-weight: 700;
    padding-left: 12px;
    padding-top: 5px;
    width: 300px;
}

.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;
    max-width: 300px;
    font-weight: 700;
}

.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 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;
}

.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;
}

.item-top-win-ldb .coin-ldb-bg .number{
    position: relative;
    width: 100%;
    height: 60px;
    background: #500700;
    border: solid 1px #f4e481;
    border-radius: 45px;
}

.item-top-win-ldb .coin-ldb-bg .icon{
    position: absolute;
    background: url(img/sprite-sheet/poup-tour/tour-coin.png);
    width: 40px;
    height: 40px;
    background-size: 80%;
    top: 9px;
    left: -28px;
    background-repeat: no-repeat;
}

.item-top-win-ldb .coin-ldb-bg .number .text{
    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: 24px;
    font-weight: 700;
}

.item-top-win-ldb .coin-ldb-bg .number .text-shadow{
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 1;
    font-size: 24px;
    text-shadow: 1px 1px 2px #000000;
}

.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(img/sprite-sheet/popup-ldb/ic-play-ldb.png);
    display: none;
}

.ldb-top-win-title {
    height: 40px;
    padding-top: 29px;
}

.ldb-top-win-title .text {
    padding: 3px;
    font-size: 38px;
    font-style: italic;
    color: #f5c900;
    text-shadow: #251404 2px 0 0, #251404 1.75517px 0.958851px 0, #251404 1.0806px 1.68294px 0, #251404 0.141474px 1.99499px 0, #251404 -0.832294px 1.81859px 0, #251404 -1.60229px 1.19694px 0, #251404 -1.97998px 0.28224px 0, #251404 -1.87291px -0.701566px 0, #251404 -1.30729px -1.5136px 0, #251404 -0.421592px -1.95506px 0, #251404 0.567324px -1.91785px 0, #251404 1.41734px -1.41108px 0, #251404 1.92034px -0.558831px 0;
    font-weight: 700;
    text-transform: uppercase;
  
}

.tw-ldb-slot-detail{
    height: 71%;
}

.top-win-lg-slot{
    height: 27%;
    width: 100%;
    display: flex;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 8px;
    border: 1px solid #ce0024;
    -webkit-box-shadow: 0 0 6px 1px #ce0024, 0 0 10px 6px inset rgba(0,0,0,0.85);
    box-shadow: 0 0 6px 1px #ce0024, 0 0 10px 6px inset rgba(0,0,0,0.85);
    background-color: #500700;
}

.tw-game{
    height: 100%;
    padding: 10px 0px 10px 10px;
    width: 142px;
    z-index: 2;
}

.tw-game .item, .tw-game .item img{
    height: 100%;
}

.top-win-lg-slot .slide-left{
    top: 44px;
    cursor: pointer;
}

.top-win-lg-slot .slide-right{
    top: 44px;
    cursor: pointer;
}

.top-win-body{
    position: relative;
    padding: 0px 15px;
}

.ldb-ev-date{
    position: absolute;
    left: 56px;
    bottom: 8px;
    color: #ffffff;
    font-weight: 600;
    font-size: 17px;
}

.lst-tab-ev{
    width: 100%;
    height: 100%;
    overflow: auto;
    border-radius: 10px 10px 0px 0px;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.lst-tab-ev::-webkit-scrollbar{
    display: none;
}

.lst-tab-ev::before,
.lst-tab-ev::after {
    content: "";
    position: absolute;
    width: 60%;
    height: 25%;
    background-image: url(img/sprite-sheet/popup-ldb/ovl.png);
    background-repeat: no-repeat;
    z-index: 2;
    pointer-events: none;
    -webkit-transform: scaleX(1.2);
    -ms-transform: scaleX(1.2);
    transform: scaleX(1.2);
    right: 80px;
}

.lst-tab-ev::before {
    border-radius: 8px 0px;
    top: 0;
}

.lst-tab-ev::after {
    bottom: 9px;
    border-radius: 0px;
    -webkit-transform: scale(1.2, -1);
    -ms-transform: scale(1.2, -1);
    transform: scale(1.2, -1);
}

.popup-ldb-top-win .left-frame .arrow-top{
    position: absolute;
    background-image: url(img/sprite-sheet/popup-ldb/arrow-ldb.png);
    width: 71px;
    height: 61px;
    z-index: 3;
    left: 115px;
    top: -7px;
    cursor: pointer;
}
.popup-ldb-top-win .left-frame .arrow-bottom{
    position: absolute;
    background-image: url(img/sprite-sheet/popup-ldb/arrow-ldb.png);
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
    width: 71px;
    height: 61px;
    z-index: 3;
    left: 115px;
    bottom: 0px;
    cursor: pointer;
}

.ldb-tw-modal-close{
    background: url(img/sprite-sheet/popup-ldb/x.png) no-repeat scroll transparent;
    width: 64px;
    height: 64px;
    right: 0px;
    top: 45px;
    z-index: 6;
    outline: none;
    position: absolute;
    border: none;
}


/* 
.lb-lobby-games .container-game .group.list-game .slide-game .game.first .inner .list{
    width: 212px;
    margin: 0;
    position: relative;
    top: -48px;
    left: 74px;
} */



/* Event Iron */


.top-win-lg-iron {
    height: 27%;
    width: 100%;
    display: flex;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 8px;
    border: 1px solid #ce0024;
    -webkit-box-shadow: 0 0 6px 1px #ce0024, 0 0 10px 6px inset rgba(0,0,0,0.85);
    box-shadow: 0 0 6px 1px #ce0024, 0 0 10px 6px inset rgba(0,0,0,0.85);
    background-color: #500700;
}

.tw-ldb-iron-detail {
    height: 71%;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #ce0024;
    -webkit-box-shadow: 0 0 6px 1px #ce0024, 0 0 10px 6px inset rgba(0,0,0,0.85);
    box-shadow: 0 0 6px 1px #ce0024, 0 0 10px 6px inset rgba(0,0,0,0.85);
    background-color: #500700;
}


.tw-ldb-iron-detail .list-top-win-ldb {
    height: 71% !important;
}

.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: -70px;
    margin-right: 10px;
    position: relative;
    width: 400px;
}

.item-top-win-ldb .coin-ldb-iron-bg .number {
    position: relative;
    width: 100%;
    height: 60px;
    background: #500700;
    border: solid 1px #f4e481;
    border-radius: 45px;
}

.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: 34px;
    font-weight: 700;
}