:root {
    --p-form-field-border-color: #e0e0e0 !important;
    --p-form-field-border-radius: 10px !important;
    --p-form-field-padding-y: 8px !important;
    --p-autocomplete-padding-y: 7px !important;
}

#filters-placeholder-root {
    padding: 12px 20px;
}


.p-placeholder,
.p-autocomplete-input,
.p-select-label,
.p-inputtext,
.p-inputnumber-input {
    font-family: Raleway;
    font-size: 12px !important;
    font-weight: 500 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.42 !important;
}

.p-autocomplete-input-multiple input {
    font-size: 12px;
    border-radius: 10px !important;
    border: solid 1px #e0e0e0 !important;
}

.p-datepicker-dropdown {
    border-width: 0.5px;
    border-radius: 10px !important;
    border: solid 1px #e0e0e0 !important;
}

.p-multiselect-option,
.p-select-option-label,
.p-autocomplete-option,
.p-tieredmenu-item-label {
    font-family: Raleway;
    font-size: 12px !important;
    font-weight: 500 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.42 !important;
    /* border-radius: 10px !important;
    border: solid 1px #e0e0e0 !important; */
}

.p-select .p-icon,
.p-multiselect-dropdown .p-icon {
    width: 12px !important;
}

/* .p-autocomplete-input-multiple:has(.p-autocomplete-chip) {
    padding-inline-end: 28px !important;
} */
.p-chip {
    padding: 2px 12px !important;
}

/* .p-multiselect-label{
    padding-top: 4px;
    padding-bottom: 4px;
} */

.p-inputtext,
.p-checkbox {
    border-width: 0.5px !important;
}

.p-multiselect .p-multiselect-dropdown {
    align-items: start;
    padding-top: 8px;
}

.p-chip {
    border-radius: 16px !important;
    background-color: var(--hoa-rust) !important;
    color: white !important;
}

.p-chip-label {
    font-size: 12px;
    font-weight: 300;
}

.p-chip-remove-icon {
    background: white;
    color: black;
    width: 14px !important;
    height: 14px !important;
}

.p-checkbox {
    width: 15px !important;
    height: 15px !important;
}

.p-checkbox-box {
    width: 15px !important;
    height: 15px !important;
    border: 1px solid black !important;
    border-radius: 0px !important;
}

.p-multiselect-label {
    flex-wrap: wrap;
}

.v2-filter-btn {
    border-radius: 10px;
    display: flex;
    height: 36px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-style: none;
    padding: 0px 12px;
    font-weight: 500;
    border: solid 1px #e0e0e0;
    background-color: #fff;
    color: var(--hoa-rust);
}


.clear-all-filters {
    display: flex;
    min-height: fit-content;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-style: none;
    color: var(--hoa-rust);
}

.disabled-link {
    pointer-events: none;
    color: gray;
    text-decoration: none;
    cursor: default;
}

[data-input-id="header-smart-search"] a:not(.smart-search-link-wrapper) {
    color: var(--hoa-rust);
}