body { padding: 0; margin: 0; background-color:#35cdd0;  }
#unity-container {  }
#unity-container { width: 100%; max-width:48vh; height: 100vh; min-height:100vh; margin: auto; }
#unity-canvas { background: #ffffff }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#unity-logo { width: 80%; height: 40vw; background: url('logo.jpg') no-repeat; background-size: 100% auto; margin-left:10%; }
#unity-progress-bar-empty { 
width: 196px;
height: 2vh; 
margin-top: 10vh;
background: #70dcdd;
border-radius: 50px;
    display:none;
}

#unity-progress-bar-full { 
margin-top: 10vh;
height: 2vh; 
display:none;
background: #FFFFFF;
border-radius: 50px;
    
}
#unity-footer { position: fixed; width: 100%; bottom: 0; margin-top: 5px; line-height: 38px; }
#unity-webgl-logo { float:left; width: 204px; height: 38px;  background-image: url("logo.jpg"); }
#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-webxr-link { float: left; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
#entervr:enabled { float: right; width: 38px; height: 38px; background-color: #1eaed3; display: inline-block; border: 0; }
#enterar:enabled { float: right; width: 38px; height: 38px; background-color: #1eaed3; display: inline-block; border: 0; }
#entervr:disabled { float: right; width: 38px; height: 38px; background-color: #dddddd; display: inline-block; border: 0; }
#enterar:disabled { float: right; width: 38px; height: 38px; background-color: #dddddd; display: inline-block; border: 0; }


#preloading_{
  align-content: left;
 z-index: 1003;
}
#kosong_{
  position: absolute;  width: 80%; height: 1vh; margin-top: 10vh;background: #70dcdd;border-radius: 50px; left: 10%; top: 50vh;   z-index: 1003;
}
#progress_{
  position: fixed;  width: 0%;height: 1vh; margin-top: 10vh;background: #ffffff;border-radius: 50px; left: 10%; top: 50vh; transition: all 0s linear;  z-index: 1003;
}
#logo_pre{
  position: absolute;  width: 40%; margin-top: 10vh; left: 30%; top: 30vh;  z-index: 1003;
}
#BG_pre{
    z-index: 1003;
}

#loading_blu{
  top: 0%;
  left:0%;
}

#logo_blu{
    width: 25%; max-width:80vh;  
  position: absolute;
  top: 38%;
   left: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
   -ms-transform: translateX(-50%);
  transform: translateX(-50%); 
}