* {
  font-family: arial;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.offset {
  position: fixed;
  top: -99px;
}

#yeshuv {
  width: 100%;
  padding: 15px;
  border-radius: 30px;
}

#map {
  height: 100%;
}

@media (min-width: 768px) {
  #map {
    margin-right: 255px;
  }
}

@media (max-width: 768px) {
  .leaflet-control-search.search-exp {
    opacity: 0 !important;
  }
}

.toggle-nav {
  display: none;

  position: fixed;
  top: 26px;
  right: 0;
  z-index: 9999;
  font-size: 20px;
  background: rgb(255 255 255);
  border-radius: 2rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  color: #419b54;
  padding: 10px 15px;
  border: 0;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3);
}

.toggle-nav em {
  font-family: "FontAwesome";
  font-style: normal;
}

.toggle-nav em:before {
  content: "\f0c9";
}

.toggle-nav.opened em:before {
  content: "\f00d";
}

.side {
  position: fixed;
  top: 0;
  right: 0;
  width: 250px;
  background: #fff;
  height: 100%;
  overflow: auto;
  z-index: 999;
}

@media (max-width: 768px) {
  .toggle-nav {
    display: block;
  }

  .side {
    margin-right: -250px;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .side.opened {
    margin-right: 0;
  }
}

.search {
  position: relative;
  border-bottom: 1px solid #ddd;
}

.search input {
  width: 100%;
  padding: 15px;
  border: 0;
  font-size: 1em;
}

.search button {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 0 10px;
  background: none;
  border: 0;
}
ul .all {
  display: flex;
  align-items: center;
  height: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

ul .all.uncheck label {
  opacity: 0.5;
  font-weight: normal;
}

ul .all label {
  display: flex;
  opacity: 1;
  font-weight: bold;
}

ul .all label .name {
  margin-right: 1rem;
}
div#map {
  border-radius: 20px;
}

nav ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 96%;
}

nav ul > li {
  /* border-bottom: 0 solid #ddd; */
}

nav ul > li > label {
  display: block;
  position: relative;
  height: 58px;
  padding-right: 32px;
}

nav ul ul > li > label {
  height: 28px;
}

nav ul > li > input:checked + label {
  background: transparent;
  font-weight: bold;
  border-radius: 0;
  margin: 3px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

nav ul > li > label:hover {
  background: #f1f1f1;
  cursor: pointer;
}

nav ul > li > label .checkbox {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -5px;
}

nav ul > li > label .name {
  padding: 10px 0;
}

nav ul > li > label .icon {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  overflow: hidden;
  display: block;
  float: right;
  margin: 0 1rem 0 0.5rem;
}
nav ul ul > li > label .icon {
  display: none;
}

nav ul ul > li > label .name {
  padding-right: 10px;
}

nav ul > li > label .icon img {
  width: 100%;
}

nav ul ul {
  position: relative;
  margin-right: 10px;
}

nav ul ul li {
  position: relative;
  border: 0;
  display: flex;
  align-items: center;
}

nav ul ul::after {
  content: "";
  position: absolute;
  right: 10px;
  width: 1px;
  background-color: #6fc349;
  height: 100%;
  top: 0;
}

nav ul ul > li > input:checked + label {
  border: 0;
  font-weight: 400;
}

nav ul ul > li > input[type="checkbox"] {
  position: relative;
  margin-left: 5px;
}

nav ul ul > li > input[type="checkbox"]:checked::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 4px;
  width: 4px;
  height: 7px;
  border: solid white;
  border-width: 0 2px 2px 0;
  background-color: #6fc349;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
}

nav ul ul > li input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background-color: #6fc349;
  opacity: 1;
  z-index: 1;
  border-radius: 50px;
  right: -2px;
  top: -2px;
}

nav ul ul > li > input[type="checkbox"]::before {
}

nav ul ul > li input[type="checkbox"]::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #066a3e;
  background-color: #fff;
  opacity: 1;
  z-index: 1;
  border-radius: 50px;
  right: -3px;
  top: -2px;
}

nav ul ul li > label {
  padding-right: 0;
  display: flex;
  align-items: center;
}

.comment {
  font-size: 80%;
  padding: 15px;
  color: #333;
}

@media (max-width: 767px) {
  .side {
    padding-top: 80px;
    background: rgba(255, 255, 255, 0.95);
  }
}

.text-labels {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  text-shadow: 0px 0px 6px #fff;
  background: #65a6ff;
  display: inline-block !important;
  width: fit-content !important;
  height: 18px !important;
  border-radius: 5px !important;
}

ul ul {
  display: none;
  font-size: 12px;
}

ul ul li {
  border-top: 1px solid #ddd;
  border-bottom: 0;
}

ul ul li:last-child {
  border-bottom: 0;
}

ul ul li label .name {
  font-size: 1rem;
}

nav ul ul > li > input:checked + label {
}

nav ul ul > li > label .icon img {
  filter: none;
  width: 35px;
}

.toggle-sub-nav {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  font-size: 0;
  background: none;
  border: 0;
}

li:has(ul) .toggle-sub-nav {
}

li:has(ul) .toggle-sub-nav:before {
  content: "\f078";
  font-family: "FontAwesome";
  font-size: 16px;
}

li:has(ul) .toggle-sub-nav.opened:before {
  content: "\f077";
  font-family: "FontAwesome";
  font-size: 16px;
}

.leaflet-control-search .search-input {
  width: 220px;
  height: 40px !important;
  font-size: 20px;
}
img.leaflet-marker-icon.leaflet-interactive {
  height: auto !important;
}

.marker-circle {
  background-color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
