/* _content/Bch.Components.Zoom/BchZoom.razor.rz.scp.css */
.bch-navigation-cnt[b-y164kzn7xg] {
    width: 100%;
    height: 100%;
    position: relative;
    touch-action: none;
}

.bch-navigation-cnt.bch-all-constrained[b-y164kzn7xg] {
    touch-action: auto;
}

    .bch-navigation-cnt > .bch-scroll-cnt[b-y164kzn7xg] {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
    }
    
        .bch-navigation-cnt > .bch-scroll-cnt > .bch-scroller[b-y164kzn7xg] {
            width: fit-content !important;
            height: fit-content !important;
            position: absolute;
            transform-origin: 0 0;
            transition: transform .3s;
            /*will-change: transform;*/
        }
