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

.loding-image-gif {
    width: 100px;
    margin-top: 10px;
    margin-left: 70px;
}

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

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


/* Togel Timer */
.lobby-game {
    height: 202px;
}

.middle {
    top: 37.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: #32846e;
    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;
}


.lobby-game.togel-games{
    height: 202px;
}

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