/**
 * EPL Developer CSS
 *
 * @package     EPL-ADVANCED-DEVELOPMENT
 * @since       2.0.0
 * @subpackage  css
 * @copyright   Copyright (c) 2024, Prince Singh
 * @license     http://opensource.org/licenses/gpl-2.0.php GNU Public License
 */
 .epl-distance-details {
        display: flex;
        background: #eee;
        padding: 5px;
}
.epl-distance-details svg {
        margin: 0 10px;
        color: #1d71b8;
}
.epl-search-builder-distance-from {
        
        font-size: 1em;
        padding-bottom: 0px;
}
.epl-search-form .in-field.property_address{
        background-image: unset!important;
}
.epl-property_address .field {
        display: flex !important;
        justify-content: center;
        align-items: center;
        position: relative;
}
.epl-property_address .field svg {
        left: 0.5em;
        position: absolute;
}
span.epl-search-builder__no-suggestion {
        display: flex;
        font-size: 0.8em;
        position: absolute;
        bottom: 6px;
        color: #aaa;
        right: 1em;
}
.epl-search-section-inner-wrapper--more-options {
        max-height: 60vh;
        overflow: scroll;
}
.epl-search-builder--overlay {
        z-index: 99;
}
.epl-search-builder__row--other .epl-search-builder__row__items .epl-search-row {
        font-size: 1.2em;
}

.epl-search-section-inner-wrapper--more-options .epl-search-builder__row--other {
        border-bottom: 1px solid #ddd!important;
}

.epl-search-section-inner-wrapper--more-options .epl-search-builder__row--bath {
        border-bottom: none;
}
.epl-search-builder__row--other .epl-search-builder__row__items {
        flex-direction: column;
        align-items: flex-start;
}
.epl-search-builder__section--hidden, .epl-search-row--hidden{
        display: none!important;
}
.epl-search-form select.in-field {
        padding: 10px!important;
}