
/**
* @license
* Copyright 2019 Google LLC. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/
:root {
--building-color: #FF9800;
--house-color: #0288D1;
--shop-color: #7B1FA2;
--warehouse-color: #558B2F;
}



/*
* Property styles in unhighlighted state.
*/
#map-filter{
    height: 100vh;
}
.marker {
    align-items: center;
    background-color: #233dff;
    border-radius: 7px;
    color: #263238;
    display: flex;
    font-size: 14px;
    gap: 15px;
    height: auto;
    justify-content: center;
    padding: 5px 10px;
    position: relative;
    color: #fff;
    position: relative;
    transition: all 0.3s ease-out;
    width: auto;
    outline: none !important;
}

.marker::after {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #233dff;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: 95%;
    transform: translate(-50%, 0);
    transition: all 0.3s ease-out;
    width: 0;
    z-index: 1;
}
.property.similar .marker {
    background-color: #ffff00;
    color: #000000;
    font-weight: 700;
}
.property.sold .marker {
    background-color: red;
    color: #ffffff;
    font-weight: 700;
}
.property.similar .marker::after{
    border-top: 9px solid #ffff00;
}
.property.sold .marker::after{
    border-top: 9px solid red;
}

.marker:focus,
.marker:focus-visible{
    outline: none;
}

.property .icon {
align-items: center;
display: flex;
justify-content: center;
color: #FFFFFF;
}

.property .icon svg {
height: 20px;
width: auto;
}

.property .details {
display: none;
flex-direction: column;
flex: 1;
}

.property .address {
color: #9E9E9E;
font-size: 10px;
margin-bottom: 10px;
margin-top: 5px;
}

.property .features {
align-items: flex-end;
display: flex;
flex-direction: row;
gap: 10px;
}

.property .features > div {
align-items: center;
background: #F5F5F5;
border-radius: 5px;
border: 1px solid #ccc;
display: flex;
font-size: 10px;
gap: 5px;
padding: 5px;
}

/*
* Property styles in highlighted state.
*/
.property.highlight::after {
border-top: 9px solid #FFFFFF;
}

.property.highlight .details {
display: flex;
}

.property.highlight .icon svg {
width: 50px;
height: 50px;
}

.property .bed {
color: #FFA000;
}

.property .bath {
color: #03A9F4;
}

.property .size {
color: #388E3C;
}

/*
* House icon colors.
*/
.property.highlight:has(.fa-house) .icon {
color: var(--house-color);
}

.property:not(.highlight):has(.fa-house) {
background-color: var(--house-color);
}

.property:not(.highlight):has(.fa-house)::after {
border-top: 9px solid var(--house-color);
}

/*
* Building icon colors.
*/
.property.highlight:has(.fa-building) .icon {
color: var(--building-color);
}

.property:not(.highlight):has(.fa-building) {
background-color: var(--building-color);
}

.property:not(.highlight):has(.fa-building)::after {
border-top: 9px solid var(--building-color);
}

/*
* Warehouse icon colors.
*/
.property.highlight:has(.fa-warehouse) .icon {
color: var(--warehouse-color);
}

.property:not(.highlight):has(.fa-warehouse) {
background-color: var(--warehouse-color);
}

.property:not(.highlight):has(.fa-warehouse)::after {
border-top: 9px solid var(--warehouse-color);
}

/*
* Shop icon colors.
*/
.property.highlight:has(.fa-shop) .icon {
color: var(--shop-color);
}

.property:not(.highlight):has(.fa-shop) {
background-color: var(--shop-color);
}

.property:not(.highlight):has(.fa-shop)::after {
border-top: 9px solid var(--shop-color);
}

 .property > .m-data {
    display: none;
}
.property.highlight {
    max-width: 370px;
    width: 100%;
}
.property.highlight > .m-data {
    display: block;
    position: fixed;
    min-width: 320px;
    width: 100%;
    left: 39%;
    top: 38px;
    z-index: 9999999999 !important;
    transform: translateX(-50%);
    padding: 0.3rem;
    height: 300px;
    max-height: 300px;
    overflow-y: auto;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 3px 4px 13px rgba(13, 54, 107, 0.14);
    touch-action: pan-right pinch-zoom;
}

.property.highlight > .m-data> a {
    margin-bottom: .5rem;
    display: block;
}
::-webkit-overflow-scrolling: touch;
.property.highlight > .m-data> a:last-child {
    margin-bottom:2px;
}

.join-or-sign {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border-radius: 5px;
    cursor: pointer;
}

.join-or-sign .content-in {
    text-align: center;
    background: rgba(255, 255, 255, 0.41);
    border-radius: 5px;
    padding: 10px;
}

.yNHHyP-marker-view .join-or-sign {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: initial;
    -webkit-backdrop-filter: initial;
}
/* 02/10/2023  */

.gm-style .gm-style-iw-t .gm-style-iw.gm-style-iw-c {
    max-width: 350px !important;
    padding: 5px;
    outline: none !important;
    height: fit-content !important;
    max-height: fit-content !important;
}

.gm-style .gm-style-iw-t .gm-style-iw.gm-style-iw-c  .img-slider-map{
    height: 200px;
}

.map_listing_scroll .gm-style .gm-style-iw-t .gm-style-iw.gm-style-iw-c {
    height: fit-content !important;
    max-height: 596px !important;
}

/* .map_listing_scroll .gm-style .gm-style-iw-t .gm-style-iw.gm-style-iw-c  .img-slider-map{
    height: auto;
} */

.gm-style .gm-style-iw-t .gm-style-iw.gm-style-iw-c .gm-ui-hover-effect {
    display: none !important;
}

.gm-style .gm-style-iw-t .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto !important;
    padding-right: 0;
    padding-bottom: 0;
    /* max-height: 300px !important; */
    max-height: fit-content !important;
}

.map_listing_scroll .gm-style .gm-style-iw-t .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
    max-height: 340px !important;
}

.gm-style .gm-style-iw-t .gm-style-iw.gm-style-iw-c .gm-style-iw-d .swiper-slide img{
    height: 200px;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev{
    z-index: 999999 !important;
}

.gm-style .gm-style-iw-t .swiper-wrapper{
    z-index: -1;
}

.gm-style .gm-style-iw-t .gm-style-iw.gm-style-iw-c .gm-style-iw-d .m-data a {
    padding-bottom: 10px;
    display: block;
}

.gm-style .gm-style-iw-t .gm-style-iw.gm-style-iw-c .gm-style-iw-d .m-data a:last-child{
    padding-bottom: 0;
}

@media (max-width:400px){
    .gm-style .gm-style-iw-t .gm-style-iw.gm-style-iw-c .gm-style-iw-d{
		max-height: 220px !important;
	}
}

/* css by chetan for bounce marker */
.bounce {
    animation: slideup 2s infinite;
  }
  
  @keyframes slideup {
    0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-15px);
    }
    60% {
      transform: translateY(-15px);
    }
  }

  .property-hover{
    z-index: 999 !important;
  }

  .property-hover .marker {
    background: #152740;
    border-color: #152740;
    color: #ffffff;
}

.property-hover .marker::after {
    border-top: 9px solid #152740;
}