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: #033154 }
.unity-mobile #unity-canvas { width: 100%; height: 100% }

#unity-loading-logo { 
    position: absolute; 
    left: 50%; top: 50%; 
    transform: translate(-50%, -50%); 
}

#unity-loading-bar { 
    position: absolute; 
    left: 50%; top: 100%; 
    transform: translate(-50%, -50%); 
    
}

#unity-logo { 
    width: 2545px;
    height: 147px;
    background: url('Logo.svg') no-repeat center;
}

#unity-progress-bar-empty { 
    width: 1400px; 
    height: 8px;
    margin-bottom: 133px; 
    border-radius: 10px;
    background-color: #EBEDF2;
    padding: 3px;
}

#unity-progress-bar-full { 
    width: 0%; 
    height: 100%;
    background-color: #FFB600;
    border-radius: 10px;
}

#unity-footer { position: relative }
.unity-mobile #unity-footer { display: none }
#unity-webgl-logo { float:left; width: 204px; height: 38px; background: url('webgl-logo.png') no-repeat center }
#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
#unity-fullscreen-button { float: right; width: 38px; height: 38px; background: url('fullscreen-button.png') no-repeat center }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }



@media screen and (max-width: 1440px){
    #unity-logo { 
        width: 190px;
        height: 110px;
    }

    #unity-progress-bar-empty { 
        width: 1050px; 
        height: 6px;
        padding: 3px;
    }
    
}

@media screen and (max-width: 1200px) {
    #unity-logo { 
        width: 127px;
        height: 110px;
    }

    #unity-progress-bar-empty { 
        width: 700px; 
        height: 6px;
        padding: 3px;
    }
    
}

@media screen and (max-width: 780px) {
    #unity-logo { 
        width: 127px;
        height: 110px;
    }

    #unity-progress-bar-empty { 
        width: 550px; 
        height: 5px;
        padding: 2px;
    }
    
}

@media screen and (max-width: 576px) {
    #unity-logo { 
        width: 76px;
        height: 1000px;
    }

    #unity-progress-bar-empty { 
        width: 420px; 
        height: 3px;
        padding: 2px;
    }
    
}


@media  screen and (min-width: 2560px){
    #unity-logo { 
        width: 340px;
        height: 1000px;
    }

    #unity-progress-bar-empty { 
        width: 1870px; 
        height: 10px;
        padding: 5px;
    }
}


@media screen and (min-width: 3840px){
    #unity-logo { 
        width: 506px;
        height: 1000px;
    }

    #unity-progress-bar-empty { 
        width: 2800px; 
        height: 12px;
        padding: 6px;
    }
}
