.slot-header {
    display: inline-block;
    width: 49.3%;
}
.slot-header img {
    display: inline-block;
    padding-right: 4px;
    margin-top: -4px;
    padding-left: 4px;
}
.slot-header span {
    font-weight: 700;
    color: #fff;
    font-size: 18px;
}
.slot-header-right {
    text-align: right;
    position: relative;
    top: 3px;
}
.slot-header-right button {
    padding: 4px 10px;
    border-radius: 5px;
    color: #fff;
    background: #2e9697;
}
.slot-content {
    background: #0E131C;
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
}
.slot-content a {
    display: inline-block;
}
.slot-games {
    background: url(/assets/img/wlb2c/sprite/slot_sprite.png);
    background-size: 188vw;
    height: 21.5vw;
    width: 100%;
    border-radius: 5px;
}
.slot-idn {
    background-position: 0 0;
}
.slot-pragmatic {
    background-position: -47vw 0vw;
}
.slot-habanero {
    background-position: -94vw 0vw;
}
.slot-isoftbet {
    background-position: -141vw 0vw;
}
.slot-gioco {
    background-position: 0vw -22vw;
}
.slot-alwaysspin {
    background-position: -47vw -22vw;
}
.slot-gameplay {
    background-position: -94vw -22vw;
}
.slot-jdb {
    background-position: -141vw -22vw;
}
.slot-bg {
    background-position: 0vw -44vw;
}
.slot-playngo {
    background-position: -47vw -44vw;
}
.slot-lottery {
    background-position: -94vw -44vw;
}
.slot-top {
    background-position: -141vw -44vw;
}
.slot-ho {
    background-position: 85.6% 0%;
}
.slot-redrake {
    background-position: 92.8% 0%;
}
.slot-joker {
    background-position: 0vw -66vw;
}
.slot-pgsoft {
    background-position: -47vw -66vw;
}
.slot-microgaming {
    background-position: -94vw -66vw;
}
.slot-playson {
    background-position: -141vw -66vw;
}
.slot-booming {
    background-position: 0vw -87vw;
}
.slot-gameart {
    background-position: -47vw -87vw;
}
.slot-games img {
    width: 100%;
    border-radius: 5px;
    height: 80px;
}
.title-game {
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 5px;
}
.title-game h3{
    color: #2b2b2b;
}
.title-game-child {
    display: flex;
    padding: 3px;
    justify-content: start;
    align-items: center;
    /* background: #1e9fbe; */
    border-radius: 5px;
}
.title-game-child h3{
    color: #fff;
    font-size: 14px;
}
.game-wrapper :first-child {
    grid-column: 1 / -1;
}

.game-wrapper .title-game-child:nth-child(2) {
    grid-column: 1 / -1 ;
}

.bg-esports {
    background: url(/assets/img/wlb2c/sprite/esports-sprite.png);
    background-size: 185px;
    height: 21.7vw;
    width: 100%;
    border-radius: 5px;
}
.bg-esports.bg-cs-go {
    background-position: -10px -3px;
}
.bg-esports.bg-dota-2 {
    background-position: -10px -92px;
}
.bg-esports.bg-fifa {
    background-position: -10px -180px;
}
.bg-esports.bg-league-of-legends {
    background-position: -10px -268px;
}
.bg-esports.bg-mobile-legends {
    background-position: -10px -356px;
}
.bg-esports.bg-overwatch {
    background-position: -10px -445px;
}
.bg-esports.bg-pubg {
    background-position: -10px -533px;
}
.bg-esports.bg-valorant {
    background-position: -10px -621px;
}


