.overview-content {
    color: black;
}

.single-place-wrap {
    transition: none;
}

@media only screen and (max-width: 767px) {
    .site-navbar-wrap.v1 .user-btn li, .site-navbar-wrap.v2 .user-btn li {
        margin-right: 15px;
    }
}

/* map fix */
@media only screen and (min-width: 1200px) {
    .filter-wrapper.style1.half-map {
        margin-top: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .explore__map-side {
        top: 75px;
    }
}
.map-sidebar-content {
    min-height: 620px;
}

.hero-gallery-first-image {
    height: 450px;
    object-fit: cover;
    cursor: pointer;
}

.hero-gallery-thumbnail {
    cursor: pointer;
    object-fit: cover;
    max-height: 150px;
    overflow: hidden;
}

.hero-gallery-item {
    display: block;
    position: relative;
    text-decoration: none !important;
    overflow: hidden;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/*.hero-gallery-item::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: opacity .3s ease-in-out;
    background-color: rgba(31,27,45,.5);
    opacity: 0;
    z-index: 1;
}

.hero-gallery-item::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2.875rem;
    height: 2.875rem;
    margin-top: -1.4375rem;
    margin-left: -1.4375rem;
    transform: scale(0.3);
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f002";
    font-size: 22px;
    text-align: center;
    line-height: 2.875rem;
    z-index: 5;
    opacity: 0;
}*/

.hero-gallery-item:hover::before, .hero-gallery-item:hover::after {
    transform: none;
    opacity: 1;
}

.hero-gallery-item-more {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(31,27,45,.5);;
    color: white;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
}

.lg-outer { z-index: 10100 !important; ; }
.lg-backdrop { z-index: 10090 !important; ; }

/* Select2 */
.select2-container--bootstrap4 .select2-selection {
    border-color: #ddd;
    min-height: 45px !important;
}
.select2-container--bootstrap4 .select2-search--inline {
    font-size: 14px;
    padding-left: 2px;
}

.select2-container--bootstrap4 .select2-search--inline .select2-search__field,
.select2-search__field::placeholder {
    color: #888;
    padding-top: 2px;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
    border-color: #ddd;
    color: #888;
    font-size: 14px;
    margin-top: 0.4em;
}

.select2-results__option {
    color: #888;
    padding-left: 15px;
    font-size: 14px;
}

.select2-container--bootstrap4 .select2-dropdown.select2-dropdown--below {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--bootstrap4.select2-container--above.select2-container--open .select2-selection {
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}


.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder,
.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    color: #888;
    font-weight: 400;
    padding-left: 10px;
}

.select2-container--bootstrap4.select2-container--below.select2-container--open .select2-selection {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--bootstrap4 .select2-search--dropdown .select2-search__field {
    color: #888;
}
/* END: Select2 */

.hero-gallery-item .property-author-wrap {
    background: rgb(0, 0, 0, 60%);
    opacity: 1 !important;
    visibility: visible !important;
    color: white;
    left: 20px;
    bottom: 20px;
    right: 20px;
    padding: 20px;
    width: auto;
}

.hero-gallery-item .property-author-wrap h2,
.hero-gallery-item .property-author-wrap .single-listing-title span,
.hero-gallery-item .property-author-wrap .trend-open p span,
.hero-gallery-item .property-author-wrap .trend-open p span::after,
.hero-gallery-item .property-author-wrap .trend-open p {
    color: white;
}

.hero-gallery-item .property-author-wrap .list-details-title.v3 {
    padding: 15px 0;
    margin: 0;
}

.bootstrap-select .dropdown-menu {
    z-index: 50000 !important;
}

.custom-select.hero__form-input.custom-select .dropdown-header span {
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
}

.hero__form.v2.filter.listing-filter input[type="text"],
.hero__form.v2.filter.listing-filter .input-group-text,
.full-filter.filter-block input[type="text"],
.full-filter.filter-block .input-group-text {
    font-size: 14px;
    background-color: #fff;
    color: #888;
}

/* PRELOADER */
.text-preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 300px;
    background: #fff;
    z-index: 9999;
    overflow-x: hidden;
    display: none;
    align-items: center;
    justify-content: center;
}
.text-preloader div {
    font-size: 18px;
    font-weight: 100;
    margin-top: 20px;
    /*modif
    text-transform: capitalize;
    */
}

.alert {
    line-height: 22px;
}

.form-control::placeholder {
    color: #888;
}

/*clickable image*/
.entry-img a {
    position: absolute;
    width: 100%;
}

/* bookmark on image ,popup*/
.featured_btn.bookmark {
    left: 80%; 
    background: none; 
    top: 3%;
}

/* Marker popup clickable image */
.marker-info > a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.marker-info > a:before {
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0) 0%, rgba(0, 0, 0, 0.83) 5%, rgba(22, 22, 23, 0) 40%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    left: 0;
    bottom: 0;
    height: 100%;
    content: '';
    z-index: 9;
}

/* Edit Logo & Profile photo */
.edit-profile-photo {
    margin-bottom: 50px !important;
}
.edit-profile-photo .change-photo-img {
    background-color: #f2f2f2; 
    padding: 10px; 
    display: flex; 
    height: 374px; 
    justify-content: center; 
    align-items: center;
}
.edit-profile-photo .change-photo-img > img {
    max-height: 374px; 
    object-fit: contain;
}

/* Agency logo, listing, detail , ad detail */
.single-team-member.agent-item.v1 > img {
    height: 260px;
    padding: 40px;
}
.single-team-member.agent-item > img {
    height: 260px;
    padding: 20px;
}
.agency-logo {
    object-fit: contain;
    border: 1px solid #eee;
    padding: 15px;
}

/* Progress dialog */
.custom-progress-dialog {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.custom-progress-dialog .ui-dialog-titlebar-close {
    display: none !important;
}

.custom-progress-dialog .ui-widget-header {
    border: 1px solid #ddd;
    background-color: #ddd;
}

.custom-progress-dialog .ui-widget-content {
    color: #888;
}

.custom-progress-dialog .progressbar {
    border: 1px solid #f9d523 !important;
}

.custom-progress-dialog .ui-progressbar-value {
    border: 1px solid #f9d523 !important;;
    background-color: #f9d523 !important;;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder,
.select2-search__field::placeholder,
#search-filter::placeholder,
#location-filter::placeholder {
    font-style: italic;
}

input[type="text"],
.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered,
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: black !important;
}

.property-item .narks,
.most-viewed-item .narks {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 100;
    width: 50px;
    height: auto;
    border: none !important;
}

.entry-img img.narks {
    position: absolute;
    top: 4px !important;
    left: 3px !important;
    z-index: 100;
    width: 30px;
    height: auto;
}

.map_container .featured_container img.narks {
    width: 40px;
    height: auto;
    margin-right: 10px;
    display: inline-block;
}

.map_container .featured_container {
    position: absolute;
    top: 5px;
    left: 4%;
    z-index: 999;
}

.map_container .featured_container .featured_btn {
    display: inline-block !important;
    position: static !important;
}

.hero-gallery-item .narks {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 100;
    width: 170px;
    height: auto;
}

.property-title-wrapper a {
    overflow: hidden;
    display: block;
    max-height: 40px;
    height: 40px;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}

.property-title-wrapper h4 {
    overflow: hidden;
    display: block;
    max-height: 40px;
    height: 40px;
    margin-bottom: 15px !important;
}

.property-title-wrapper {
    margin-bottom: 5px;
}

.featured-property-info .property-title-box a {
    overflow: hidden;
    display: block;
    max-height: 60px;
    height: 60px;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}

.featured-property-info .property-title-box h4 {
    overflow: hidden;
    display: block;
    max-height: 60px;
    height: 60px;
}

.property-img img {
    height: 230px !important;
}

/* BEGIN: custom switch */
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #6449e7;
    background-color: #6449e7;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(100, 73, 231, 0.25);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(100, 73, 231, 0.5);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #6449e7;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #6449e7;
    border-color: #6449e7;
}
/* END: custom switch */

/* BEGIN: dashboard , add property, */
.db-add-listing .add-listing__input-file-box {
    margin-bottom: 0px;
}
.act-title {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.act-title h5 {
    padding-bottom: 5px;
}
.db-add-listing .custom-control-label {
   padding-left: 4px;
   font-weight: normal !important;
   padding-bottom: 5px;
}

.db-add-listing .custom-control-label-after {
    font-weight: normal !important;
    margin-left: 5px; 
    margin-bottom: 0px;    
}

.db-add-listing .value-container .form-control {
    margin-top: -5px; 
    display: inline; 
    width: auto; 
    font-size: 14px; 
    height: auto; 
    border-color: #ddd; 
    border-radius: 3px;
}

.db-add-listing legend {
    font-size: 16px;
    color: #333;
    font-weight: 500;
}
/*disable valid mark for counter field*/
.was-validated .form-control.counter:valid, 
.form-control.counter.is-valid {
  padding-right: inherit !important;
  background-image: none;
}

.db-add-listing .border {
    border-color: #ddd !important;
    border-radius: 3px;
}

.db-add-listing .form-group {
    margin-bottom: 1rem !important;
}

.db-add-listing fieldset.form-group {
    background-color: #f7f6fd;
}
.add-listing-navbar {
    background: white; 
    padding: 10px; 
    left: 275px; 
    border-top: 1px;
    border-color: #6449e7;
    border-top-style: solid;
}
.add-listing-navbar .btn.anchor {
    font-size: 12px !important;
    padding: 0.375rem 0.5rem !important;
}
/* END: dashboard , add property, */

.pointer-events-none {
    pointer-events: none;
}

.pointer-events-all {
    pointer-events: all;
}
/* Video player */
.mfp-bg {
    z-index: 2042;
}
.mfp-wrap {
    z-index: 2043;
}
