.leaflet-control-measure {
    background: #FFFFFF;
    background-clip: padding-box;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.4);
}
.leaflet-control-measure-toggle {
    background-image: url('../img/rulers.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 44px;
    height: 44px;
    display: block;
}
.leaflet-measure-contents {
    padding: 10px;
    display: none;
}
.leaflet-control-measure h6 {
    margin: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    font-size: .925rem
}
.leaflet-measure-actions {
    margin: 0;
    padding: 5px 0 0;
    text-align: right;
    list-style: none;
    list-style-image: none;
}
.leaflet-control-measure a.start {
    display: block;
    width: auto;
    padding: 0 5px 0 25px;
    border: 0;
    text-align: left;
    font-weight: normal;
    background-image: url('../img/start.png');
    background-repeat: no-repeat;
    background-position: 5px 50%;
    background-size: 14px 14px;
    background-color: transparent;
    text-decoration: none;
}
.leaflet-control-measure a.start:hover {
    opacity: .5;
    background-color: transparent;
}
.leaflet-measure-expanded .leaflet-measure-contents {
  display: block;
}
.leaflet-measure-map {
  cursor: crosshair !important;
}
.leaflet-measure-label {
    padding: 1px 7px;
    background-color: rgba(0, 38, 51, 0.9) !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
    border-radius: 4px;
    white-space: nowrap;
    display: inline-block;
    position: absolute;
}
.leaflet-measure-label .content {
    width: auto;
    display: inline-block;
    color: #00efff
}

.leaflet-measure-label .close {
    width: 15px;
    height: 15px;
    max-width: fit-content;
    position: relative;
    top: 2px;
    left: 5px;
    cursor: pointer;
}
