#mapid { 
    height: 600px; 
}

    /* Style for the measurement icon */
    .fas.fa-ruler {
        color: #007bff; /* Change the color of the ruler icon */
        font-size: 20px; /* Adjust the size of the ruler icon */
    }


    /* Style for the measure toolbox container */
    #measureControl {
        background-color: #fff;
        border: 2px solid #ccc;
        border-radius: 4px;
        padding: 6px 12px;
    }

    /* Style for the measure toolbox toggle button */
    .leaflet-control-measure-toggle {
        color: #333; /* Icon color */
        text-decoration: none;
        cursor: pointer;
    }

    /* Style for the measure toolbox toggle button hover effect */
    .leaflet-control-measure-toggle:hover {
        color: #555; /* Icon color on hover */
    }

