html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  overscroll-behavior: contain;
  overscroll-behavior-y: contain;
}

#description {
  font-family: Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

#infowindow-content .title {
  font-weight: bold;
  font-size: 16px;
}

#infowindow-content {
  display: none;
  font-size: 14px;
}

#map #infowindow-content {
  display: inline;
  font-size: 14px;
}
.pac-item {
  font-size: 16px !important;
  padding: 10px !important;
}

.pac-item-query {
  font-size: 16px !important;
  font-weight: bold !important;
}

.pac-matched {
  font-size: 16px !important;
}

#pac-input {
  font-size: 18px !important;
  padding: 12px !important;
}

.exo-title {
  font-family: 'Exo', sans-serif;
  font-weight: 500; /* Félkövér */
  font-size: 2rem; /* Méret beállítás */
  color: black; /* Ha fekete színt akarsz */
  text-transform: uppercase; /* Nagybetűs */
}



/*--------------------------------PRICE TAG STYLE-----------------------------------------*/
/* HTML marker styles */
.price-tag {
  display: flex;
  align-items: center;
  /* Függőleges igazítás */
  justify-content: space-between;
  /* Közök a képek között */
  background-color: #ffc107;
  color: black;
  padding: 5px 5px;
  border-radius: 15px;
  font-size: 12px;
  text-align: center;
  gap: 3px;

}
.price-tag::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #ffc107;
}

.price-tag-rent {
  display: flex;
  align-items: center;
  /* Függőleges igazítás */
  justify-content: space-between;
  /* Közök a képek között */
  background-color: #ffe69c;
  color: black;
  padding: 5px 5px;
  border-radius: 15px;
  font-size: 12px;
  text-align: center;
  gap: 3px;

}

.price-tag-rent::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #ffe69c;
}


.checkmark {
  width: 16px;
  height: 16px;
}


[class$=api-load-alpha-banner] {
  display: none;
}


/*---------------------Content tag window------------------------*/
.content-tag {
  background-color: #ffc107;
  border-radius: 8px;
  color: #FFFFFF;
  font-size: 8px;
  padding: 10px 15px;
  position: relative;
}

.content-tag::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #ffc107;
}

[class$=api-load-alpha-banner] {
  display: none;
}



/*----------------------------------------------------------SWIPER.JS CARDS---------------------------------------------------------------------------------*/

.swiper-container {
  width: 18em;
  height: 14em;
  margin-bottom: 2em;
}

.swiper-slide {
  background-color: aliceblue;
  border-radius: 0.6em;
}

.slide-pictures {
  width: 6em;
  height: 14em;
  object-fit: cover;
  float: left;
}

.swiper-wrapper {
  display: flex;
  align-items: center;
}

.text-wrapper {
  flex-grow: 1;
}

.swiper-title {
  text-align: center;
  font-size: small;
}

.swiper-paragraph {
  text-align: right;
  padding-right: 5px;
  margin-bottom: 10px;
}

/*--------------------------------------------A térképen megjelínett sárga marker körök-----------------------------------------------------------------------------*/
.white-circle-icon {
  width: 0.75em;
  height: 0.75em;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.yellow-circle-icon {
  width: 1.5em;
  height: 1.5em;
  background-color: #FBC02D;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*--------------------------------------------A drawRuler button stilusa-----------------------------------------------------------------------------*/
.draw-ruler-buttons {
  background-color: #ffc107;
  border: 0px solid black;
  border-radius: 0.4em;
  color: black;
  cursor: pointer;
  font-family: Roboto, Arial, sans-serif;
  font-size: 1.4em;
  margin: 1em 0.7em 0.2em;
  padding: 0.5em 0.7em;
  text-align: center;
}

.marker-border {
  border: 20px solid #0745FF !important;
}