.listing-search-btn {
    border-radius: 50px;
    border: 1px solid #ddd;
    margin-top: 20px;
    padding: 5px 22px;
}

.checkin-date, .checkout-date{
    cursor: pointer;
}
.easepick-wrapper {
    z-index: 99999 !important;
}
#search-radius {
    -webkit-appearance: none;
    width: 100%;
    height: 4px;
    background: #e0e0e0;
    border-radius: 5px;
    outline: none;
    padding: 0;
    margin: 10px 0;
}


#search-radius::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #54775e;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
}


#search-radius::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #54775e;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
}


#search-radius::-moz-range-track {
    background: #e0e0e0;
    height: 8px;
    border-radius: 5px;
}


#search-radius:focus::-webkit-slider-thumb {
    box-shadow: 0 0 5px rgba(84, 119, 94, 0.5)
}

.loading-listing {
    position: relative;
    z-index: 1;
}

.loading-listing .loader-ajax-container {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
}

.loading-listing .fs-content:before {
    position: absolute;
    content: '';
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 999;
}

.listing-small-badge.pricing-badge i {
    display: none;
}

.listing-small-badge.pricing-badge {
    padding-left: 10px;
}