/*!**********************************************************************************************************************************************************************************!*\
  !*** 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 ***!
  \**********************************************************************************************************************************************************************************/
.page-id-33799 {
  & footer {
    display: none;
  }

  & .tm-header .uk-navbar-container {
    padding-block: 0 !important;
    position: fixed;
    width: 100%;
    top: 0;
  }
}

.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;
}

.render-app-wrapper:not(.mobile) {
  position: relative;
  padding-top: 50px;
}

.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;
}

.render-app-wrapper:not(.mobile) .search-map-wrap {
  position: fixed;
  top: 150px;
  width: 50%;
}

.search-map {
  height: calc(100dvh - 150px) !important;
}

.listing-list-wrap {
  /*overflow: auto;*/
  height: auto;
  /*padding-top: 50px !important;*/
  position: relative;
  width: 100%;
  --bar_height: 20px;
}

.listing-results-bar {
  position: fixed;
  top: 20%;
  padding: 15px 10px;
  width: 50%;
  overflow: hidden;
  height: var(--bar_height);
  /* margin: 0px 5px 10px 5px; */
  background: #f8f8f8;
  z-index: 10;
}

.listing-react-wrapper {
  padding-top: 10px;
}

.image-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.listing-results-bar .uk-h4 {
  margin: 0 !important;
}

.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;
  position: sticky;
  top: 80px;
  z-index: 99;
  box-shadow: -6px 3px 4px 0px rgba(0, 0, 0, 0.2);
}

.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;
}

.label-btn {
  position: absolute;
  top: -10px;
  left: 0;
}

.sticky-bar .uk-button-default {
  border: 1px solid #a01d5d;
}

.active-select {
  background: #a01d5d21 !important;
}

.filter-types {
  max-height: 400px;
  overflow: auto;
}

.filter-types li {
  cursor: pointer;
  padding: 5px;
  transition: all ease-in 0.2s;
}

.filter-types li:hover,
.filter-types li.active {
  color: white;
  background-color: #a01d5d;
}

.select-delete-btn {
  top: -10px !important;
  background: #a01d5d;
  border-radius: 100%;
  color: white;
  cursor: pointer;
}

.info-box-wrap {
  position: absolute;
  bottom: 10px;
  z-index: 2;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.info-box-inner-wrap {
  max-width: 600px;
  margin: 0 auto;
}

.info-box-wrap .loop-single-card-icon {
  margin-block: 10px !important;
  font-size: 13px !important;
}

.info-window-title,
.info-window-address {
  white-space: nowrap;
  max-width: 350px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.infobox-prezzo {
  padding: 5px;
  background: #9f005d;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-radius: 10px;
  margin-bottom: 10px;
  & * {
    margin: 0;
    color: white !important;
  }
}

.inner-header-bar {
  display: flex;
  gap: 15px;
  & .searchWrap {
    flex: 1;
    max-width: 50%;
  }
}

.suggestions-wrap {
  max-height: 300px;
  overflow-y: auto;
}

.loop-single-listing-card-price {
  padding: 2px 5px;
  & span {
    color: white !important;
  }
}

.listings-list .uk-card-footer {
  border: none !important;
  background: #ffffff;
  margin-top: 10px;
}

.listings-list .card-inner-info {
  min-height: auto !important;
}

.card-sub-icons {
  padding-inline: 15px;
  border-top: 1px solid #0000000f;
}

.card-sub-icons .loop-single-card-icon {
  font-size: 25px;
  margin-right: 10px;
  color: #9f005d;
  font-weight: bold;
}

.sad-dog img {
  width: 250px;
}

.modal-single-filter .uk-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.close-button {
  padding: 1px 2px;
  margin: 10px;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: flex;
  border: none;
  align-items: center;
  justify-content: center;
}

.nofound-map-overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5a3;
}

/**
 * Mobile
 */

.mobile .top-header-bar {
  padding-block: 10px;
  padding-inline: 5vw;
  background: white;
}

@media only screen and (max-width: 950px) {
  .modal-single-filter .uk-button {
    font-size: 13px;
    padding-inline: 5px;
  }
  .selected-item span {
    display: block;
    white-space: nowrap;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .close-button {
    margin: 2px !important;
  }
  .info-box-wrap {
    bottom: 60px !important;
    padding-inline: 10px;
    width: auto;
    overflow: visible !important;
    & .card-sub-icons {
      padding-inline: 0px !important;
      & .loop-single-card-icon {
        margin-right: 6px !important;
        display: flex;
        & i {
          margin-right: 5px !important;
        }
      }
    }
  }
}


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