body, html {
  height: 100%;
  margin: 0;
  font-family: 'Poppins', sans-serif;
}

#map {
  height: 100%;
  width: 100%;
}

#toggle-admin {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1001;
  background-color: #1f6feb;
  color: white;
  border: none;
  padding: 10px 16px;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
}

#admin-sidebar {
  position: absolute;
  top: 70px;
  right: 20px;
  width: 250px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 8px;
  padding: 15px;
  z-index: 1000;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
}

#admin-sidebar.hidden {
  display: none;
}

#admin-sidebar input,
#admin-sidebar button {
  width: 100%;
  margin-top: 10px;
  padding: 8px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

#admin-sidebar button {
  background-color: #1f6feb;
  color: white;
  font-weight: bold;
  border: none;
  cursor: pointer;
}

#instructions {
  margin-top: 10px;
  font-size: 14px;
  max-height: 200px;
  overflow-y: auto;
}

.leaflet-bottom.leaflet-left {
  bottom: 10px;
  left: 10px;
}
