@font-face {
	font-family: jetpackia;
	src: url(https://cdn.jsdelivr.net/gh/genizy/jride/css/font/Jetpackia.ttf)
}

* {
	touch-action: manipulation
}

html {
	height: 100%
}

body {
	background-color: #000;
	margin: 0
}

.fontLoader {
	position: absolute;
	left: -1000px;
	visibility: hidden
}

.bannerAds {
	height: 100px !important;
	display: block;
	text-align: center;
	margin: 0 auto
}

#phaser-canvas {
	margin: 0 auto;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0;
	margin: 0;
	overflow: auto
}

body,
#content {
	height: 100%;
	max-height: 100vh !important
}

html,
body {
	height: 100%;
	width: 100%;
	height: 100vh;
	width: 100vw;
	margin: 0;
	padding: 0;
	overflow: hidden
}

#divAds,
#tempads {
	display: none
}

.center {
	display: none;
	width: 100%;
	object-fit: scale-down;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute
}

.softkey {
	position: absolute;
	bottom: 0;
	width: 100%
}

.softkey>div {
	padding: 5px;
	font-size: 17px;
	font-weight: 600;
	display: inline-block;
	color: #000
}

#softkey-left {
	text-align: left;
	float: left
}

#softkey-right {
	text-align: right;
	float: right
}

.ads {
	position: absolute !important
}

#bannerAds_container {
	top: 0;
	height: 40px;
	background-color: #000;
	display: list-item
}

#ad-container {
	height: 40px;
	background-color: #000 !important
}

.bannerAds {
	height: 100px !important;
	display: block;
	text-align: center;
	margin: 0 auto
}

#divAds,
#tempads {
	display: none
}