.leaflet-control-gridview-toggle {
    white-space: nowrap;
    width: 26px;
    height: 26px;
    display: block;
}

.leaflet-control-gridview-toggle:after {
    content: "\f00a";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 22px;
    color: rgb(31, 35, 36);
}

.leaflet-control-pdf-toggle {
    white-space: nowrap;
    width: 26px;
    height: 26px;
    display: block;
}

.leaflet-control-pdf-toggle:after {
    content: "\f1c1";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 22px;
    color: rgb(31, 35, 36);
}

.leaflet-control-imagebnt-toggle {
    white-space: nowrap;
    width: 26px;
    height: 26px;
    display: block;
}

.leaflet-control-imagebnt-toggle:before {
    content: "\f1c5";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 22px;
    color: rgb(31, 35, 36);
}