.leaflet-popup-content {
  padding: 1px; /* Adjust the value as needed */
}

.leaflet-popup-tip {
  background: transparent;
  border: none;
}
.leaflet-popup .leaflet-popup-close-button {
  display: none;
}

.map-container {
  width: 100; /* Adjust width as needed */
  height: 500px; /* Adjust height as needed */
  margin: 10px;
  border:none;
}
.map-container:hover {
}
/* Style the map content */
.map-content {
  width: 100%; /* Make the map content fill the viewport */
  height: 100%; /* Make the map content fill the viewport */
  overflow: auto; /* Allow map content to be scrollable */
}

