.dd-popup-menu{overflow:hidden;pointer-events:none;z-index:100}.dd-popup-menu.active .dd-interactive{pointer-events:auto}.dd-popup-menu:not(.active) .dd-interactive *{pointer-events:none!important}.dd-popup-menu-wrapper{display:flex;flex-direction:column;border-radius:var(--dd-window-radius) var(--dd-window-radius) 0 0}body .dd-bse-filtermenu .dd-popup-menu-wrapper{height:auto}.dd-popup-menu-header{text-align:left;padding:25px var(--dd-window-padding);box-sizing:border-box}.dd-popup-menu .dd-bse-content{background:#fff;background-color:var(--dd-color-background);color:var(--dd-color-text);height:fit-content;max-height:85vh;max-height:85svh;max-width:560px}.dd-popup-menu .dd-scroll-area{overscroll-behavior:contain}.dd-popup-menu .dd-popup-menu-closebutton{position:absolute;top:15px;right:15px}.dd-popup-menu-footer{padding:15px var(--dd-window-padding);box-sizing:border-box;display:flex;justify-content:space-between;align-items:center}.dd-popup-menu-content{padding:0;box-sizing:border-box;flex:1 1 auto;overflow-y:auto}.dd-popup-menu-section{padding:var(--dd-window-padding)}.dd-popup-menu-section,.dd-popup-menu-footer{border-top:1px solid lightgray}.dd-popup-menu-section h4.dd-font-large{margin-top:0;margin-bottom:0}.dd-popup-menu-section .dd-rangeslider,.dd-popup-menu-section .dd-choice-group{margin-top:1em}.dd-popup-menu-bg{background:#000;width:100%;height:100lvh;position:fixed;top:0;bottom:0;left:0;right:0;opacity:0;transition:opacity var(--dd-animation-time) var(--dd-animation-easing)}.dd-popup-menu:not(.active) .dd-popup-menu-bg.dd-interactive{pointer-events:none}.dd-popup-menu.active .dd-popup-menu-bg{opacity:.5}