.filters-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.4);
    display: none;
    z-index: 1000;
}

.filters-modal[aria-hidden="false"] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.filters-modal-content {
    background: #fff;
    width: 100%;
    max-width: 520px;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 12px;
    padding: 28px;
}

.filters-header,
.filters-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.filters-footer {
    gap: 12px;
    margin-top: 16px;
}
.select2-container {
    width: 100%!important;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-bottom: 5px;
}