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 { position: fixed; width: 100%; height: 100% }
#unity-canvas { background: #FFFFFF }
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }

/* #unity-progress-bar-empty { width: 750px; height: 105px; margin-top: 30px; margin-left: 0px; background: url('loader-background.png') no-repeat center } */
/* #unity-progress-bar-full { width: 0%; height: 23px; position: relative; top: 78px; background: url('loader-image.png') no-repeat center } */
#unity-footer { position: relative }
.unity-mobile #unity-footer { display: none }
#unity-webgl-logo { float:left; width: 204px; height: 38px;}
#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
#unity-fullscreen-button { cursor:pointer; float: right; width: 1px; height: 1px; }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
.my_unity_logo{
  margin:0 auto;
  display:block;
}
#unity-progress-bar-empty{
    width:300px;
  position:relative;
  margin:0 auto;
  display:block;
}
#unity-progress-bar-empty .my_unity_progress{
  width:300px;
  height:50px;
  margin-top: -29.1px;
}
.app_loadingbarimg{
border-radius: 25px;
    display: block;
    height: 15px;
    left: 2px;
    object-fit: cover;
    opacity: .9;
    position: absolute;
    top: 2px;
}