body { padding: 0; margin: 0; background-color: #111111;}
#unity-container { position: absolute }
#unity-container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%) }
#unity-container.unity-mobile { width: 100%; height: 100% }
#unity-canvas { /*background: #231F20 */  background: url('Background_Unity.jpg') center; background-size: 100% 100%; }
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#unity-logo { width: 154px; height: 130px; background: url('unity-logo-dark.svg') no-repeat center }
#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; margin-left: 6.5px; background: url('progress-bar-empty-dark.png') no-repeat center }
#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full-dark.png') no-repeat center }
#unity-footer { position: relative }
.unity-mobile #unity-footer { display: none }
#unity-webgl-logo { float:left; width: 204px; height: 38px; background: url('webgl-logo.png') no-repeat center }
#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
#unity-fullscreen-button { float: right; width: 38px; height: 38px; background: url('fullscreen-button.png') no-repeat center }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }

#alreadyplay{
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background-color: #086AB2;
	background: url('Background_Unity.jpg') center;
	background-size: 100% 100%;
	/*text-align: center;
	vertical-align: center;*/
	align-items: center;
	position: absolute;
}
#alreadyplay span{
	/*height: 100px;*/
	color: #086AB2;
	font-weight: 700;
	text-align: center;
	vertical-align: center;
	align-items: center;
    border-radius: 10px;
    /*margin: 10% 30%;*/
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 10%;
    position: absolute;
    background-color: #EFEFEF;
    font-family: 'Montserrat';
    font-size: 22px;
}

#buttonOpenTab{
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background-color: #3032337a;
	background-size: 100% 100%;
	align-items: center;
	position: absolute;
	z-index: 10000;
}

#buttonOpenTab span{
	color: #EFEFEF;
	font-weight: 700;
	text-align: center;
	vertical-align: center;
	align-items: center;
    border-radius: 10px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    position: absolute;
    background-color: #086AB2;
    font-family: 'Montserrat';
    font-size: 22px;
}

#privacy-container {
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 10000;
	display: none;
	overflow: scroll;
}
#privacy-frame, #privacy-frame body, #privacy-frame embed {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	scrolling: yes;
	overflow: scroll;
}
#privacy-container .close-btn {
	top: 30px;
	right: 30px;
	width: 30px;
	height: 30px;
	position: absolute;
}
.close-btn{
	z-index: 10001;
	color: #086AB2;
}
.pdf-iframe {
    width: 100%;
    height: 500px;
    overflow: scroll;
}