.leaflet-control-coordinates {
    background-color: rgb(255, 255, 255); /* Adjust the alpha value (0.0 to 1.0) for transparency */
    cursor: pointer;
  }
  
  .leaflet-control-coordinates,
  .leaflet-control-coordinates .uiElement input {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  
  .leaflet-control-coordinates .uiElement {
    margin: 4px;
  }
  
  .leaflet-control-coordinates .uiElement .labelFirst {
    margin-right: 4px;
  }
  
  .leaflet-control-coordinates .uiHidden {
    display: none;
  }
  
  .leaflet-control-coordinates .uiElement.label {
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    padding: 0;
    display: inherit;
  }
  