/* UNITY CSS*/
#unity-container {
    background-image: url("../img/webglbg.png");
    background-size: 10% auto;
      }
      #unity-loading-bar {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        backdrop-filter: blur(4px);
        background: #ffffff15;
        padding: 15px;
        border-radius: 8px;
        border: 1px solid rgba(255, 255, 255, 0.14);
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
    }
    
    #unity-logo { 
        width: 150px;
        height: 75px;
        background: url("../img/disneylogo.png") no-repeat center;
        background-size: contain; 
    }
    #unity-progress-bar-empty { 
        width: 141px; 
        height: 18px; 
        margin-top: 10px; 
        margin-left: 6.5px; 
        background: url("../img/progress-bar-empty-dark.png") no-repeat center 
    }
    #unity-progress-bar-full {
         width: 0%; 
         height: 18px; 
         margin-top: 10px; 
         background: url("../img/progress-bar-full-dark.png") no-repeat center 
    }
    #unity-fullscreen-button {
        cursor:pointer;
        width: 38px;
        height: 38px;
        bottom: 5px;
        background: url("../img/fullscreen-button.png") no-repeat center;
        position: absolute;
        right: 8px;
}
#unity-canvas {
    outline: none;
    width: 60% !important;  
    height: auto !important;  
    aspect-ratio: 16/9;     
    max-height: 90vh;      
}
#unity-boot-button {
    width: fit-content;
    height: fit-content;
    bottom: 5px;
    left: 8px;
    padding: 6px;
    line-height: 18px !important;
    transform: translateX(0%);
}
