:root{--dms-sidebar-width: 300px}.dms-filter-sidebar{position:fixed;top:0;left:calc(var(--dms-sidebar-width) * -1);bottom:0;width:var(--dms-sidebar-width);height:100%;background:#fff;box-shadow:2px 0 10px rgba(0,0,0,0.2);transition:left 0.3s ease-in-out;z-index:999999}.dms-filter-sidebar.is-open{left:0}.dms-filter-sidebar .dms-close-icon{position:absolute;right:7px;top:7px;cursor:pointer;z-index:999}.dms-filter-sidebar .dms-filter-sidebar-bottom-content{display:flex;position:absolute;bottom:0;left:0;right:0;z-index:999999;background-color:#F3F3F3;gap:10px;padding:10px}.dms-filter-sidebar .dms-button{border-radius:0;border:0;line-height:32px;font-size:16px;height:auto;flex:1;min-width:0}.dms-filter-sidebar .dms-button:hover{border:0}.dms-filter-sidebar .dms-filter-sidebar-inner{overflow-y:scroll;padding-bottom:100px;height:100%}.dms-filter-sidebar-overlay{display:none;position:fixed;top:0;bottom:0;right:0;left:0;background-color:rgba(0,0,0,0.7);z-index:99999}.dms-filter-sidebar-overlay.shown{display:block}

/*# sourceMappingURL=style.css.map */