/**********   MAPA   **********/
#suggestions div.highlighted {
  background-color: #ccc;
  cursor: pointer;
}

.disable {
  display: none;
}

.search-container {
  padding: 32px 10px;
  position: relative;
}

.suggestions {
  position: absolute;
  border-end-start-radius: 10px;
  border-end-end-radius: 10px;
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.36);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  font-size: 18px;
  font-weight: 600;
}

.suggestions .suggestion-item {
  margin: 7px 12px;
}

.suggestions1 .suggestion-item1 {
  margin: 7px 12px;
}

.inpucik {
  border-radius: 10px;
  background: #F7F7F7;
  width: fit-content;
  padding: 5px;
}

.suggestions:hover {
  cursor: pointer;
}

.input-to-city {
  height: 40px;
  border: none;
  background-color: transparent;
  outline: none;
}

.div-btn {
  padding: 0px 20px !important;
}

.btn-close {
  background-color: #ef8700 !important;
  padding: 15px 10px !important;
  color: white !important;
  border-radius: 12px !important;
  margin: 16px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;

}

.displaynone {
  display: none !important;
}

.btn-close:focus {
  box-shadow: none;
}

.offcanvas-header {
  position: relative;
  display: flex;
  justify-content: center;
}

.offcanvas-title {
  background-color: #F7F7F7;
  border-radius: 12px;
  padding: 5px 0px;
}

.offcanvas-header .suggestions1 {
  position: absolute;
  border-end-start-radius: 10px;
  border-end-end-radius: 10px;
  /* From https://css.glass */
  background: rgb(255, 255, 255);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  /*backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);*/
  font-size: 18px;
  font-weight: 600;
  z-index: 10;
}

.btnToSearch {
  border: none;
  background-color: transparent;
}

.map-container svg.icoLens,
.offcanvas-title svg.icoLens {
  padding: 0px;
  margin: 8px;
}

.btnToSearch:has(svg.icoSearch),
.offcanvas-title.btnToSearch:has(svg.icoSearch) {
  padding: 8px;
}

.iframe-map {
  width: 100%;
  height: 600px;
  margin: 3% 0;
}

#result,
#result1 {
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-height: 645px;
  overflow-y: scroll;
  scroll-behavior: smooth;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-top: 3%;
  padding-bottom: 3%;
}

#result::-webkit-scrollbar,
#result1::-webkit-scrollbar {
  display: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.refresh-btn,
.refresh-btn1 {
  border: none;
  background: #1877F2;
  border-radius: 12px;
  padding: 12px 10px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.10);
  color: white;
  transition: all 0.3s ease-in-out;
}

.refresh-btn:hover,
.refresh-btn:hover {
  transform: scale(102%);
}

.btn.btn-primary {
  border: none;
  background: #ef8700;
  border-radius: 12px;
  padding: 12px 10px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.10);
  color: white;
  transition: all 0.3s ease-in-out;
}

#result .item,
#result1 .item {
  border-radius: 10px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.10);
  height: 228px;
  background-color: white;
  margin: 0 2%;

}

.border-item {
  border: 2px solid #ef8700;
}

.item {
  border: 2px solid white;
  transition: all 0.3s ease-in-out;
}

.item:hover {
  border: 2px solid #ef8700;
}

.item-img img {
  width: auto;
}
#result p.p-title-country, #result1 p.p-title-country {
  font-size: 28px !important;
  margin: 0 !important;
  font-weight: 600 !important;
}
#result .item-content,
#result1 .item-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
  gap: 24px;
}

#result span.kontakt-map,
#result1 span.kontakt-map {
  font-weight: 600;
}

#result .fb-btn-map,
#result1 .fb-btn-map {
  text-align: center;
  border-radius: 12px;
  background: #1877F2;
  color: white;
  text-decoration: none;
  padding: 4px 36px;
  transition: all .3s ease-in-out;
}

#result .fb-btn-map:hover,
#result1 .fb-btn-map:hover {
  background-color: #348bfd;
  cursor: pointer;
}

#result .how-to-come,
#result1 .how-to-come {
  display: flex;
  justify-content: center;
  gap: 15px;
  align-items: center;
  border-radius: 12px;
  background: #F2F2F2;
  padding: 4px 36px;
  border: none;
  transition: all .3s ease-in-out;
}

#result .how-to-come:hover,
#result1 .how-to-come:hover {
  background: #c4c4c4;
}

.offcanvas-body:has(#result1) {
  display: flex;
  overflow: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.offcanvas-body:has(#result1)::-webkit-scrollbar {
  display: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#result .item:hover {
  cursor: pointer !important;
}

#offcanvasRight {
  top: 100px;
}


@media screen and (max-width: 768px) {
  .map-results, .map-results .container, .map-results .container .row, .map-results .container .row .col-xs-12
  {
      margin: 0 !important;
      padding: 0 !important;
  }
 
  .input-to-city {
      width: 75%;
  }

  .refresh-btn {
      display: none;
  }

  .refresh-btn1 {
      display: flex;
  }

  #result {
      display: none;
      padding-top: 5%;
      padding-bottom: 5%;
  }

  #result1 {
      width: 100%;
      max-height: none;
      padding-top: 5%;
      padding-bottom: 5%;
  }

  #result .item,
  #result1 .item {
      height: auto;
  }



  #result .item-content,
  #result1 .item-content {
      align-items: center;
  }

  .item-img {
      display: none;
  }

  #result h2,
  #result1 h2 {
      text-align: center;
      width: 80%;
  }
}

/**********   End   **********/