
.locate-active {
    fill: red;
}

.locate-button {
    position: absolute;
    top: 80px;
    left: 10px;
    width: 26px;
    height: 26px;
    z-index: 999;
    cursor: pointer;
    display: none;
    padding: 5px;
    background: #fff;
    border: none;
    border-radius: 4px;
    box-shadow: 0 1px 5px rgb(0 0 0 / 65%);
}

.leaflet-touch .locate-button {
    width: 34px;
    height: 34px;
}