html{
	background-color: #f8f8fe;
}
body {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  height: 100vh;
	
}

html.async-hide {
    opacity: 1 !important;
}

.sidebar {
  width: 320px;
  height: 100vh;
  overflow-y: auto;
  border-right: 1px solid #ddd;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
  background-color: #f8f8fe;
}
#map {
  flex-grow: 1;
  height: calc(100vh + 30px);
  min-width: 300px;
}
.marker-overlay {
  background-color: #f8f8fe;
}
.marker-overlay h3 a {
  color: #373c74;
  font-weight: bold;
  line-height: 1.1;
}
.marker-overlay div {
  font-size: 14px;
  margin-top: -16px;
}
.uk-search-default {
  width: 335px !important;
}
.dropdown-checkbox {
  margin-top: -1px;
  display: none;
  background-color: #fff;
  border: 1px solid #272a6e;
  padding: 8px;
  width: 220px;
  position: absolute;
  left: 105px;
  z-index: 999;
  /* margin-right: 16px; */
}
.dropdown-checkbox label {
  display: flex;
}
.filter-wrapper {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  margin-top: 16px;
}
.btn-storage-types {
  border-color: #272a6e;
  color: #272a6e;
}
.checkbox-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  color: #272a6e;
}
.checkbox-label input {
  margin-left: 10px;
}
.nav-locations {
  border-bottom: 1px solid #e6e6e6;
  margin-top: 8px;
  padding: 16px 0px;
}
.nav-locations a {
  font-size: 1.4em;
  color: #272a6e !important;
}

.wpml-ls-statics-footer.wpml-ls.wpml-ls-legacy-list-horizontal {
  display: none;
}

@media (max-width: 768px) {
  .sidebar {
/*     width: 100%; */
    height: auto;
    border-right: none;
    box-shadow: none;
  }
  #map {
    width: 420px;
    height: calc(100vh - 250px); /* Adjust the height for mobile view */
  }
  .filter-wrapper {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    margin-top: 16px;
  }
}
