.leaflet-container.crosshair-cursor-enabled {
    cursor: crosshair;
}

.leaflet-numbered-marker {
    width: 24px !important;
    height: 24px !important;
    margin-left: -12px !important;
    margin-top: -12px !important;
    border-radius: 18px;
    border: 2px solid #3f51b5;
    text-align: center;
    color: #3f51b5;
    background-color: #fff;
    font-size: 16px;
}
