.leaflet-control-velocity {
  background: linear-gradient(90deg, rgba(61,85,124,0.5) 0%, rgba(230,247,255,0.5) 4%, rgba(230,247,255,0.5) 96%, rgba(61,85,124,0.5) 100%);
  backdrop-filter: blur(3px);
  padding: 1px 5px;
  margin: 0 !important;
  left: 140px;
  bottom: -32px;
  color: #000;
  font: 11px "Roboto", sans-serif;
}

.velocity-overlay {
  position: absolute;
  z-index: 1;
}
