body { padding: 0; margin: 0 }
#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: #0a3885; width: 100vw; aspect-ratio: 16/9; max-width: 1920px }
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#biga-logo { width: 563px; height: 287px; background: url('biga-logo.png') center no-repeat; background-size: 50%;}
#progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; margin: auto; background: url('progress-bar-empty.png') no-repeat center }
#progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full.png') no-repeat center }
#fullscreen-button { position: fixed; right: 0px; bottom: -38px; width: 38px; height: 38px; background: url('fullscreen-button.png') no-repeat center }
#report-button { position: fixed; right: 42px; bottom: -38px; width: 38px; height: 38px; background: url('report-button.png') no-repeat center }
#warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
#logo { position: fixed; left: 0px; bottom: -38px; }
.alpha, #logo {
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
        -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
        }
#logo:hover { cursor: pointer }
.alpha { position: fixed; left: 100px; bottom: -45px; font-size: 32px; color: white}
