/* CSS overwrite of the leaflet.draw editing vertice */
.leaflet-editing-icon {    
    margin-left: -3px!important;
    margin-top: -3px!important;
    height: 0.75rem!important;
    width: 0.75rem!important;
    background-color: #fff!important;
    border-radius: 50%!important;
    display: inline-block!important;
}