body { padding: 0; margin: 0 }
#unity-canvas { background: #FFFFFF width: 100%; height: 100% }
/*#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }*/
/*#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; margin-left: 6.5px; background: url('progress-bar-empty-light.png') no-repeat center }*/
/*#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full-light.png') no-repeat center }*/

#unity-container {
	background: #fff;
	border: 1px solid #ccc;
	position: absolute;
	display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; height: 100%;
}

#unity-loading-bar {
	position: absolute;
	left: 50%; top: 50%;
	transform: translate(-50%, -50%);
	display: none;
}

#unity-container.unity-desktop {
	left: 50%; top: 50%; transform: translate(-50%, -50%);
}

#unity-container #unity-canvas {
	width: 1280px; height: 720px;
	overflow: hidden;
}

#unity-container #unity-loading-bar {
	position: absolute;
	left: 50%; top: 50%; transform: translate(-50%, -50%);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	height: 100%;
	width: 100%;
}

#unity-container  #unity-loading-bar #mgh_loading_text {
	width: 83%;
	font-family: 'ProximaNova-Bold', Arial, sans-serif;
	font-size: 15px;
	line-height: 17px;
	color: #666;
}

#unity-container  #unity-loading-bar #unity-progress-bar-empty {
	height: 4px;
	width: 83%;
	background-color: #e5e5e5;
	border-radius: 0px;
	display: flex;
	flex-flow: column;
}

#unity-container  #unity-loading-bar #unity-progress-bar-empty #unity-progress-bar-full {
	height: 4px;
	width: 0%;
	background-color: #440B7F;
	border-radius: 0px;
	display: flex;
	flex-flow: column;
}
