.filters-modal-header {
    display: flex;
    padding: 10px 12px;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #DDD;
}

.filters-modal-title {
    margin: 0;
}

#close-modal-button {
    border: none;
    background: none;
}

.filters-modal-footer {
    display: flex;
    justify-content: center;
    padding: 10px 12px;
}

.filters-close-modal-button, .filters-filter-modal-button {
    width: 120px;
    height: 40px;
    border-radius: 5px;
    margin: 0 5px;
    background: none;
}

.filters-close-modal-button {
    border: 2px solid #DDD;
}

.filters-filter-modal-button {
    border: 2px solid #D9D7FF;
    background-color: #EEEEFF;
}