/* ========================================
   STILE BOTTONE GPS
   ======================================== */

.leaflet-top.leaflet-right .leaflet-bar.leaflet-control {
  position: absolute !important;
  top: 50px !important;
  right: 550px !important;
  z-index: 3000 !important;
}

.leaflet-control-gps {
  width: 30px !important;
  height: 30px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #666 !important;
  background: white !important;
  cursor: pointer !important;
  text-decoration: none !important;
  border: 2px solid rgba(0,0,0,0.2) !important;
  border-radius: 4px !important;
}

.leaflet-control-gps:hover {
  background: #f4f4f4 !important;
}

.leaflet-control-gps svg {
  pointer-events: none;
}