.leaflet-touch .leaflet-control-measure
.leaflet-control-measure-toggle
 {
    width: 30px !important;
    height: 30px !important;
    border-radius: 2px !important;
    background-color: #ffffff !important;
    color: #000000 !important;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    text-indent: 0%;
}

.leaflet-control-search .search-button {
    width: 30px !important;
    height: 30px !important;
    font-size: 13px !important;
    text-align: center !important;
    line-height: 30px !important;
}

.leaflet-control-search .search-button,
.leaflet-container .leaflet-control-search,
.leaflet-control-measure {
    box-shadow: none !important;
}

.leaflet-control-zoom-in, .leaflet-control-zoom-out,
.leaflet-control-locate a,
.leaflet-touch .leaflet-control-geocoder-icon,
.leaflet-control-search .search-button,
.leaflet-control-measure,
.leaflet-control-defaultextent-toggle {
    /* background-color: #ffffff !important; */
    border-radius: 2px !important;
    color: #000000 !important;
}

.leaflet-control-defaultextent-toggle {
    text-indent: -9999px;
    white-space: nowrap;
    background-image: url('../images/leaflet.defaultextent.svg');
    width: 26px;
    height: 26px;
    display: block;
}

.leaflet-touch .leaflet-control-measure
.leaflet-control-measure-toggle,
.leaflet-touch .leaflet-control-measure
.leaflet-control-measure-toggle:hover {
    width: 30px !important;
    height: 30px !important;
    border-radius: 2px !important;
    background-color: #f8f8f8 !important;
    color: #000000 !important;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    text-indent: 0%;
}