.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper:hover {
    background-color: #880016 !important;
    color: white !important;
    border: 1px solid #880016 !important;
}

.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper:not(:focus),#propertyType option:not(:focus) {
    background-color: #fcfcfc;
    color: rgb(3, 0, 0);
    border: 1px solid white !important;
}

/* Basic styling for the custom dropdown */
.select-wrap {
    position: relative;
    display: inline-block;
}

.select-wrap select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    padding: 8px 24px 8px 8px; /* Adjust padding to make room for the icon */
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: white; /* Add a background color to cover the default arrow */
}

.select-wrap::after {
    content: "\25BC"; /* Unicode character for down arrow */
    font-size: 14px;
    color: #333; /* Adjust color as needed */
    position: absolute;
    top: 50%;
    /*right: 8px;*/
    transform: translateY(-50%);
    pointer-events: none;
}

select.priceRange option {
    color: black;
}
#PriceResetButton{
    margin-left: 15px;
    display: none;
}