/*!**********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/css/ricerca-annuncio.css ***!
  \**********************************************************************************************************************************************************************************/
.app-spinner {
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.homeprime-spinner__icon img {
  width: 150px;
}
.custom-marker {
  opacity: 0;
  transform: translateY(-50px);
  transition:
    opacity 0.5s ease-out,
    transform 0.5s ease-out;
}
.drop-animation {
  opacity: 1;
  transform: translateY(0);
}
.legenda-wrap {
  left: 10px;
  bottom: 10px;
  z-index: 1;
}
.legenda {
  background-color: white;
  width: 12em;
  padding: 1em;
}
.legenda li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 600;
  font-size: 14px;
}
.legenda li::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 14px;
  height: 14px;
}
.single_marker {
  position: relative;
}
.single_marker.hover {
  z-index: 1000 !important;
  transform: translateY(-10px);
  transition: transform 0.3s ease-in-out;
}
gmp-advanced-marker {
  overflow: visible !important;
}
.marker_pill::after {
  position: absolute;
  height: 0;
  width: 0;
  left: calc(50% - 4px);
  top: 85%;
  border: 4px solid transparent;
  content: "";
  transform: rotate(45deg);
}
.marker_pill.vendita::after {
  background-color: #bb005f;
}
.marker_pill.affitto::after {
  background-color: #88a650;
}
.marker_pill.privati::after {
  background-color: #274e9d;
}

.legenda li.vendita::before {
  background-color: #bb005f;
}
.legenda li.affitto::before {
  background-color: #88a650;
}
.legenda li.privati::before {
  background-color: #274e9d;
}
.listing-react-wrapper::-webkit-scrollbar {
  width: 9px;
}
.listing-react-wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  height: 600px;
}
.listing-react-wrapper::-webkit-scrollbar-thumb {
  background: var(--color-primary);
  height: 5px;
  border-radius: 84px;
  max-height: 30px;
}
.listing-react-wrapper::-moz-placeholder {
  font-size: 12px;
}
.listing-react-wrapper::placeholder {
  font-size: 12px;
}

/* .listing-react-wrapper {
  max-height: 600px;
  overflow-y: scroll;
  overflow-x: hidden;
} */

.search-map-wrap {
  position: sticky;
  top: 150px;
}
.listing-list-wrap {
  overflow: auto;
  height: auto;
}
.listing-results-bar {
  position: sticky;
  top: 0;
  margin: 0px 5px 10px 5px;
  background: white;
  z-index: 10;
}

.gm-style-iw.gm-style-iw-c {
  padding: 0 !important;
  height: 330px !important;
}

.gm-style-iw-tc {
  display: none;
}

.gm-style-iw-chr {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}

.gm-style-iw-d {
  overflow: hidden !important;
  height: 100%;
}
.infobox-card .uk-card-body {
  padding: 8px 10px;
}
.mobile_handlers-sticky {
  position: fixed;
  bottom: 20px !important;
  left: 50%;
  transform: translate(-50%, -10%) !important;
}

.mobile-handlers-inner {
  padding: 0 !important;
  overflow: hidden !important;
}
.handler-active {
  background-color: #bb005f;
}

.handler-active *,
.handler-active button {
  color: white !important;
}
.sticky-bar {
  padding-block: 10px;
  background: white;

  padding-inline: 8px;
}
.sticky-bar-fixed {
  position: fixed;
  width: 100%;
  height: 40px;
  top: 100px;
  left: 0;
  right: 0;
  z-index: 999;
  box-shadow: -6px 3px 4px 0px rgba(0, 0, 0, 0.2);
}
.flex-1-0 {
  flex: 0 0 auto;
}


/*# sourceMappingURL=appsearch.css.map*/