
body {
  font-family: sans-serif;
  margin: 0;
  padding: 0 10px;
}
#map {
  height: 70vh;
  margin-top: 10px;
  border: 1px solid #ccc;
}
.legend {
  position: absolute;
  top: 100px;
  right: 10px;
  background: white;
  padding: 10px;
  border-radius: 8px;
  font-size: 14px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}
.legend div {
  margin: 4px 0;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
}
#loginBox {
  background: white;
  padding: 20px;
  border-radius: 8px;
  width: 300px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
input,
select,
button {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  font-size: 16px;
  box-sizing: border-box;
}
.panel {
  position: absolute;
  top: 100px;
  left: 10px;
  background: white;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}


#toggleCartografieBtn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1100;
  padding: 10px;
  font-size: 16px;
  border-radius: 8px;
  background: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.leaflet-control-layers.hidden {
  display: none;
}

/* AGGIUNTE da style.css nuovo */
.file-btn {
  padding: 10px; font-size: 16px; box-sizing: border-box;
}

#toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 8px 0;
}

/* FINE AGGIUNTE */
