body {
	cursor: default;
	color: #333;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	height: 100%;
	width: 100%;
	position: absolute;
	padding: 0px;
	border: 0px;
	margin: 0px
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0
}

body,
canvas,
div {
	outline: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.box {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	font-size: 22px;
	overflow: hidden
}

#top-section {
	height: 10%;
	background-color: #1A1A1A;
	position: relative;
	min-height: 70px;
	max-height: 90px
}

#logo {
	position: absolute;
	top: 50%;
	left: 2%;
	transform: translate(0%, -50%);
	max-width: 200px;
	height: auto
}

#emailContact {
	position: absolute;
	top: 50%;
	right: 1%;
	display: inline-block;
	vertical-align: middle;
	transform: translate(0%, -50%)
}

.emailSvg {
	margin-top: -1px;
	width: 30px;
	height: 30px;
	vertical-align: middle
}

#emailContact .emailText {
	color: #fff;
	vertical-align: middle;
	font-size: 1rem
}

#content-section {
	display: flex;
	height: 90%
}

.leftContainer {
	width: 22%;
	background-color: #3c3c3c;
	color: #fff;
	min-width: 150px;
	max-width: 220px
}

.menu-content {
	margin: 20px 0px;
	padding: 10px 10px
}

.icon {
	display: block;
	width: 3rem;
	height: 3rem;
	margin: 0 auto
}

.menu {
	background-color: #3c3c3c;
	color: #fff
}

.content {
	flex: 1;
	background-color: #fff
}

ul {
	list-style: none;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column
}

.item {
	padding: 8px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #7b7d7f;
	width: 100%
}

.item:hover {
	color: #fff
}

.selected {
	color: #fff
}

.selected::before {
	content: '';
	position: absolute;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%
}

.rightContainer {
	position: relative;
	width: 100%;
	height: 100%
}

#content {
	background-color: #3c3c3c;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.85);
	width: 360px;
	height: 640px
}

#gameiframe {
	width: 100%;
	height: 100%;
	overflow: scroll;
	border: none;
	visibility: visible
}

.btnContainer {
	width: 100%;
	height: 100%
}

#iphoneImg {
	position: absolute;
	top: 50%;
	left: 50%;
	height: auto;
	transform: translate(-50%, -50%) scale(1);
	background-image: url(../image/phone1.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	pointer-events: none
}

#refresh {
	position: absolute;
	left: 10px;
	bottom: 10px
}

#fullscreen {
	position: absolute;
	right: 10px;
	top: 10px
}

#mute {
	position: absolute;
	right: 110px;
	top: 10px
}

.btnIcon {
	width: 3rem;
	height: 3rem;
	transition: transform 0.2s ease
}
.btnIcon:hover {
	opacity: 0.6
}

.btnIcon:active {
	transform: scale(0.95)
}

.QRCodeDiv {
	position: fixed;
	right: 0;
	bottom: 0
}

.previewLabel {
	display: block;
	width: 230px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	opacity: .3;
	font-size: 18px;
	background-color: #3c3c3c
}

.QRCodeDiv:hover .content-qrcode {
	display: block
}

.QRCodeDiv:hover .previewLabel {
	opacity: 1
}

.content-qrcode {
	display: none;
	background-color: #3c3c3c;
	padding: 5px 10px 10px 10px
}

#qrcode {
	width: 200px;
	height: 200px;
	padding: 5px;
	background-color: #fff
}

