.mouse_on_polygon .leaflet-pixi-overlay > canvas{
    cursor: pointer !important;
}

.mo_marker{
    cursor: pointer !important;
}

.aliasmarker_on{
    transition-duration: 0.15s;
    transition-timing-function: ease;
    cursor: pointer;
}

.aliasmarker_on:hover{
  transform: scale(1.3);
  cursor: pointer;
}

.customLdivIcon > img{
/*border-radius: 50%;
*/}

.customLdivIcon{
    border-radius: 50%;
    background: none;
    border: none;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.leaflet-container.crosshair-cursor-enabled {
    cursor:crosshair;
}