.dynamic-input-field{
    border: 1px solid rgba(229, 229, 229, 1);
    border-radius: 0;
    height: 40px;
    padding-left: 10px;
    transition: all 0.3s ease 0s;
    width: 100%;
    background-color: #fff;
    box-shadow: none;
    margin-bottom: 0;
}
#responsive-realtor-login {
    display: none ;
  }
.selected-filter {
    display: inline-block;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    padding: 4px 8px;
    margin-right: 8px;
    margin-bottom: 8px;
    border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
color: black;;
}
.select2-container{
    width:-webkit-fill-available !important;
}

.select2-container .select2-selection--single {
    height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 37px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    height: 36px !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background-color: var(--color) !important;
}
.select2-container--default .select2-selection--single{
    border: 1px solid rgba(229, 229, 229, 1) !important;
}
input[type='range']{ accent-color: var(--color) !important;
 }

input[type="range"]::-webkit-slider-runnable-track {
    background: var(--footer-color);
    height: 0.5rem;
    border-radius: 100px;
    margin: 5px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    margin-top: -5px; /* Centers thumb on the track */
    background-color: #5cd5eb;
    height: 2rem;
    width: 1rem;    
 }

 .tagify__input:focus {
    box-shadow: none !important;
}
 .tagify__input:hover {
    box-shadow: none !important;
}