#map {
  min-height: calc(100vh - 100px);
  width: 100%;
}

.leaflet-control-fullscreen a {
  background: #fff;
  color: #000;
}

.controls .city-fields {
  position: absolute;
  top: 150px;
  right: 50px;
  background: white;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  min-width: 200px;
}

.controls .city-fields .one-line,
.controls .district-fields .one-line {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.controls .district-fields {
  position: absolute;
  top: 270px;
  right: 50px;
  background: white;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  min-width: 200px;
}

.controls label {
  display: block;
  font-weight: bold;
}

.controls select {
  width: 100%;
  margin-bottom: 10px;
}

.leaflet-left {
  right: 50px !important;
  left: auto !important;
}

.leaflet-top {
  bottom: 100px !important;
  top: auto !important;
}

.menu-section {
  position: absolute;
  top: 150px;
  left: 50px;
  background: white;
  padding: 5px 10px;
  border-radius: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  min-width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
}

.menu-section .dots-container {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-section .dots-container img {
  object-fit: contain;
  max-width: 100%;
  height: auto;
}

.menu-section span {
  color: #6a6a6a;
  font-weight: 700;
  font-size: 1rem;
}
