html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  overscroll-behavior: contain;
  overscroll-behavior-y: contain;
}

#description {
  font-family: Roboto;
  font-size: 0.8em;
  font-weight: 300;
}

#infowindow-content .title {
  font-weight: bold;
  font: 100 1em Roboto, Arial, sans-serif;
}

#infowindow-content {
  display: none;
  font: 100 1em Roboto, Arial, sans-serif;
}

#map #infowindow-content {
  display: inline;
  font: 100 1em Roboto, Arial, sans-serif;
}

.pac-card {
  background-color: #fff;
  border: 0;
  border-radius: 0.3em;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  padding: 0.2em;
  font: 100 2em Roboto, Arial, sans-serif;
  overflow: hidden;
  font-family: Roboto;
}

#pac-container {
  padding-bottom: 12px;
  font: 100 2em Roboto, Arial, sans-serif;
}

.pac-controls {
  display: inline-block;
  padding: 5px 11px;
  font: 100 Roboto, Arial, sans-serif;
  font-size: 0.8em;
}

.pac-controls label {
  font-family: Roboto;
  font-size: 0.8em;
  font-weight: 100;
}


#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 0.8em;
  font-weight: 100;
  padding: 0.7em;
  text-overflow: ellipsis;
  width: 50%;
  margin: 0.7em;
  border-radius: 0.3em;
}

#pac-input:focus {
  border-color: #4d90fe;
}

#title {
  color: #fff;
  background-color: #4d90fe;
  font-size: 0.8em;
  padding: 6px 12px;
}

#target {
  width: 1em;
  font: 100 0.8em Roboto, Arial, sans-serif;
}

.pac-item {
  font-size: 0.8em;
  padding: 0.3em;
}

.pac-item-query {
  font-size: 0.5em;
  padding: 0.3em;
}

/*--------------------------------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;
}

/* Index_Mobile_map_copy.css végén */
#map {
  touch-action: none;
  overscroll-behavior: contain;
}
