/* Game lobby styles */

/* Desktop CSS */
.game-box-glow-in-yellow {
	height: 96% !important;
}

.game-box-glow-in-red {
	height: 96% !important;
}

.game-box-glow-in-purple {
	height: 96% !important;
}

.lobby-game.sportsbook {
	width: 49%;
	margin-bottom: 15%;
}

.middle.sportsbook {
	height: 232px;
	top: 83%;
}

.lobby-game-btn.lobi-sportsbook-games-bigger {
	margin-top: 100px !important;
}

.lobby-game.esports {
	width: 49%;
	margin-bottom: 15%;
}

.middle.esports {
	height: 232px;
	top: 83%;
}

.lobby-game-btn.lobi-e-sports-bigger {
	margin-top: 100px !important;
}

/* Togel games timer styles */
/* Toggle Timer Component CSS */
.togel-timer .lobby-game {
	height: 175px;
}

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

.togel-timer .timer-div,
.togel-timer .timer-div div {
	display: flex;
}

.togel-timer .timer-closing {
	border: 1px solid #fff;
	border-radius: 8px;
	width: 100%;
}

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

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

.togel-timer .timer-time {
	font-size: 15px;
	font-weight: bold;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.lobby-noimage {
	width: 450px;
	height: 137px !important;
	background-color: #223154;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

/* If in Togel Games Page */
.togel-games .lobby-noimage {
	width: 450px;
	height: 120px !important;
	background-color: #223154;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
.togel-games{
	float: left;
	width: 169px;
	height: 175px !important;
	margin: 0px 3px 28px 3px;
}




