:root {
    filter: none !important;
    color-scheme: light;
    forced-color-adjust: none;
}
body { padding: 0; margin: 0; overflow: hidden; }
#unity-container { position: fixed; width: 100%; height: 100%; }
/* #unity-canvas { width: 100%; height: 100%; background: #FFFFFF } */
#unity-canvas { width: 100%; height: 100%; background: white }
#unity-loading-bar { position: fixed; width: 100%; height: 100%; }
#unity-logo {
    width: 100%;
    height: 100%;
    background: url('unity-logo-light.png') no-repeat center;
    background-size: 100% 100%;
    background-color: #3287cc;
}
#unity-progress-bar-empty { 
    position: absolute; 
    left: 50%; top: 50%; 
    transform: translate(-50%, calc(-50% + 140px)); 
    /* width: 287px;  */
    /* height: 18px;  */
    width: 0px;
    height: 0px;
    background: url('progress-bar-empty-light.png') no-repeat center 
}
#unity-progress-bar-full { 
    width: 100%; 
    height: 100%; 
    background: url('progress-bar-full-light.png') no-repeat center 
}
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
