body { padding: 0; margin: 0; overflow:hidden; -webkit-touch-callout: none !important; -webkit-user-select: none !important; -khtml-user-select: none !important; -moz-user-select: none !important; -ms-user-select: none !important; user-select: none !important; }
#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: #323232 }
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
#unity-logo { background: url('game-logo.png') no-repeat center / contain; width: 540px; margin-left: 20px; margin-top: -150px; height: 200px; }
.unity-mobile #unity-logo { background: url('game-logo.png') no-repeat center / contain; width: 300px;margin-left: 0px;  margin-top: -150px; height: 111px; }
#unity-progress-bar-empty { width: 141px; height: 18px; margin-left: 220px; margin-top: 70px; background: url('progress-bar-empty-dark.png') no-repeat center / cover; float: center; }
#unity-progress-bar-full { width: 0%; height: 18px; margin-top: -48px; background: url('progress-bar-full-dark.png') no-repeat center / cover; float: center; }
.unity-mobile #unity-progress-bar-empty { width: 141px; height: 18px; margin-left: 85px; margin-top: 30px; background: url('progress-bar-empty-dark.png') no-repeat center / cover; float: center; }
.unity-mobile #unity-progress-bar-full { width: 0%; height: 18px; margin-top: 1px; background: url('progress-bar-full-dark.png') no-repeat center / cover; float: center; }
#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
.unselectable { -webkit-touch-callout: none !important; -webkit-user-select: none !important; -khtml-user-select: none !important; -moz-user-select: none !important; -ms-user-select: none !important; user-select: none !important; }