#page-wrapper {
    background-color: #1d1d1d;
}

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

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


/* Togel Timer */
.lobby-game.togel-games {
    height: 205px;
}
.lobby-game .lobby-noimage {
    height: 150px;
}

.togel-games .middle {
    top: 36.5% !important;
}

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

.timer-closing {
    border: 1px solid #fff;
    border-radius: 8px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.timer-num span {
    background: #a1332a;
    margin-right: 2px;
    padding: 11px 2px;
    font-size: 14px;
    border-radius: 7px;
    font-weight: bold;
    min-width: 48px;
    text-align: center;
}

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