body { padding: 0; margin: 0; min-height: 100vh; background: url('UI-bgnd.png') no-repeat center / cover black; }
#unity-container { position: absolute }
#unity-container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%) }
#unity-container.unity-mobile { position: fixed; width: 100%; height: 100% }
#unity-canvas { background: transparent; }
.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:460px; height:72px; background: url('logo-netskope.png') no-repeat center }
#unity-loading-text { position: absolute; left: 50%; top: 80%; transform: translate(-50%, -50%); color: white; font-family: arial; font-size: 18px; text-align: center; display: block }
#unity-loading-progress { position: absolute; left: 50%; top: 85%; transform: translate(-50%, -50%); }
#unity-progress-bar-empty { width: 25em; height: 0.5em; margin-top: 10px; margin-left: 6.5px; background-color: #00A1FF; }
#unity-progress-bar-full { width: 0%; height: 0.5em; margin-top: 10px; background-color: white; }
#unity-progress-bar-numbers { color: white; text-align: right; }
#unity-footer { position: absolute; bottom: -58px; right: 0; text-align: right; }
.unity-mobile #unity-footer { display: none }
#unity-logo-title-footer { display: none; }
#unity-build-title { display: inline-block; line-height: 38px; font-family: arial; font-size: 18px; color: white; }
#unity-fullscreen-button { cursor:pointer; display: inline-block; width: 38px; height: 38px; background: url('fullscreen-button.png') no-repeat center; vertical-align: middle; }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
