.lobby-game.live-dealer-long {
    height: 380px !important;
    background-color: #000000;
    margin: 0px 11px 8px 0;
}

.hvrbox.live-casino-long {
    height: 210px !important;
}

.lobby-game.live-dealer-long img {
    height: 380px !important;
    object-fit: cover;
}

.lobby-game-btn.live-dealer-long {
    bottom: 0;
    font-size: 13px;
    width: 100%;
    position: absolute;
    left: 0;
}

.lobby-game.live-dealer-long:last-child {
    height: 380px !important;
    background-color: #000000;
    margin: 0px 0px 8px 0;
}

.lobby-game.live-dealer-long.baccarat-nc {
    height: 152px !important;
    background-color: #000000;
    width: 100%;
}

.lobby-game.live-dealer-long.baccarat-nc img {
    width: 100%;
    height: 100% !important;
}

.lobby-game.mg-live-long {
    height: 145px !important;
    background-color: #000000;
    margin: 0px 11px 8px 0;
}

.lobby-game.mg-live-long img {
    height: 380px !important;
    object-fit: cover;
}

.lobby-game.mg-live-long.baccarat-nc {
    height: 152px !important;
    background-color: #000000;
    width: 100%;
}

.lobby-game.mg-live-long.baccarat-nc img,
.lobby-game.ebet-long.ebet-lobby,
.lobby-game.evolution-long.evolution-lobby,
.lobby-game.pragmatic-live-casino-long.pp-lobby {
    width: 100%;
    /*height: 100% !important;*/
    object-fit: cover;
}

.lobby-game.mg-live-long .play-now,
.lobby-game.ebet-long.ebet-lobby .play-now,
.lobby-game.evolution-long.evolution-lobby .play-now,
.lobby-game.pragmatic-live-casino-long.pp-lobby .play-now {
    display: none;
}

.lobby-game.mg-live-long:last-child {
    background-color: #000000;
    margin: 0px 0px 8px 0;
}

.lobby-game.mg-live-long img,
.mg-live-lobby.mg-live-long {
    width: 100%;
    height: fit-content !important;
    max-height: 152px;
}

.hvrbox.mg-live-long {
    width: 100% !important;
    height: 102%;
}

.lobby-game.sportsbook-games-long {
    width: 48.5%;
}

.lobby-game.esports-games-long {
    width: 48.5%;
}

.lobby-game.evolution-long {
    margin: 0px 7px 8px 0
}

.lobby-game.ebet-long {
    margin: 0px 7px 8px 0;
}

/* Togel Timer */
.lobby-game.togel-games-long {
    height: 230px !important;
}

.togel-games .middle {
    top: 32.5%;
}

/*dupes on top*/
.timer-div,
.timer-div div {
    display: flex;
    margin-top: 2px;
}

.timer-closing {
    border: 1px solid #000;
    border-radius: 8px;
}

.timer-closing div {
    flex-direction: column;
    margin: 0 4px;
}

.timer-num span {
    background: #f1266b;
    margin-right: 2px;
    padding: 12px 9px;
    font-size: 14px;
    border-radius: 7px;
    font-weight: bold;
    color: white;
    min-width: 62px;
    text-align: center;
}

.timer-time {
    font-size: 15px;
    font-weight: bold;
}

/* Ribbon CSS */

.ribbon:after {
    content: "";
    width: 0.2em;
    bottom: 0px;
    position: absolute;
    display: block;
    border: 9px solid var(--ribbon-color);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
    right: -9px;
    border-left-width: 0;
    border-right-color: transparent;
}

.ribbon:before {
    content: "";
    width: 0.2em;
    bottom: -6px;
    position: absolute;
    display: block;
    border: 3px solid #000;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
    left: 0px;
    border-left-width: 3px;
    border-left-color: transparent;
    border-bottom-color: transparent;
}