div#root{
    overscroll-behavior:none
}

needle-engine{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    -webkit-tap-highlight-color:transparent;
    user-select:none;
    touch-action:none
}

needle-engine canvas{
    position:absolute;
    user-select:none;
    touch-action:none
}

needle-engine .ar>*,needle-engine .vr>*,needle-engine .desktop>*{
    pointer-events:auto!important
}

needle-engine .loading{
    position:absolute;top:0;
    left:0;width:100%;
    height:100%;
    background-color:#000;z-index:2;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    pointer-events:none;
    color:#fff
}
    needle-engine .webxr-buttons{
        position:fixed;
        bottom:21px;
        left:50%;
        transform:translate(-50%);
        display:flex;
        flex-direction:row;justify-content:center;
        align-items:flex-start;
        gap:10px
}

needle-engine .webxr-button:disabled{
    transform:none;
    opacity:.5!important
}

needle-engine.presentation-mode .hide-in-presentation{
    display:none!important
}
