.v-dialog__content{
	align-items: flex-start !important;
	top: 60% !important;
}

/*** LAYERS ***/
#topBarGame{
	width: 100%;
	min-width: 100%;
	top: 50% !important;
	display: flex;
	position: absolute;
}
.lobbyLayer{
	top: 50%;
	left: 0px;
	width: 100%;
	height: 50%;
	overflow: hidden;
	position: absolute;
	z-index: 99;
}
.layerCommunityJackpots{
	top: 53% !important;
	width: 90%;
	height: 45%;
	margin: auto;
	overflow: auto;
	position: absolute;
	z-index: 999;
}
.layerBackGame{
	height: 12% !important;
}
/*** END LAYERS ***/
/*** TOP BAR ***/
.baseBtn{
	background-image: url('../assets/images/landbased/topBar/back_btn.png');
	background-size: 100% 100%;
	object-fit: contain;
	background-color: transparent;
	background-repeat: no-repeat;
	font-size: 1vw;
	text-align: center;
	z-index: 99;
}
.baseBtnVertical{
	height: 50% !important;
	background-image: url('../assets/images/landbased/topBar/back_btn_vertical.png');
	background-size: 100% 100%;
	background-color: transparent;
	background-repeat: no-repeat;
	font-size: 1vw;
	text-align: center;
	z-index: 99;
}
.containerBtnVertical{
	padding: 55% 2% 2% 2%;
}
#progressCircular{
	margin: 19% 0%;
}
.btnBalance{
	margin-left: 0.3%;
	background-image: url('../assets/images/kiosk/topBar/back_btn_balance.png');
	background-size: 100% 100%;
	object-fit: contain;
	transition: all 2s ease !important;
}
.btnAutoPlay{
	background-image: url('../assets/images/kiosk/topBar/back_btn_autoPlay.png');
	background-size: 100% 100%;
	object-fit: contain;
	background-repeat: no-repeat;
	padding: 0 10px !important;
	transition: all 2s ease !important;
}
.megaCashImage{
	width: 100%;
	height: 70%;
	top: 0% !important;
	left: 0% !important;
	background-image: url('../assets/images/communityJackpots/mega_cash_logo_small.png');
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
}
.iconBase{
	background-size: contain;
	background-repeat: no-repeat;
	object-fit: contain;
	margin-top: -5px;
}
.iconClose{
	background-image: url('../assets/images/kiosk/topBar/icon_close.png');
}
/*** END TOP BAR ***/