.btn-float {
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 1000;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-float-remove {
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 1000;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-group-remove {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    display: flex;
    border: 1px solid #d3d3d3;
    border-radius: 8px;
    overflow: hidden;
    background-color: white;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.btn-group-custom {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    display: flex;
    border: 1px solid #d3d3d3;
    border-radius: 8px;
    overflow: hidden;
    background-color: white;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.btbtn {
    padding: 10px 15px;
    margin: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.btbtn.active {
    background-color: #0d6efd;
    color: white;
}

.btbtn:hover {
    background-color: #0d6dfda1;
    color: white;
}

.btbtn i {
    font-size: 18px;
    /* Tamanho dos ícones */
    display: block;
}

ul.ol-legend li {
    font-size: 7pt;
}


.btn-green {
    background-color: green !important;
    border-color: green !important;
}

.check-overlay::before {
    content: "\f00c";
    font-family: "FontAwesome";
    color: #fbfbfb;
    font-size: 0.8em;
    position: absolute;
    top: -5px;
    right: 31px;

    background-color: green;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    border: 1px solid #ddd;
}
