/*
===================================================
NICHOLAS 02/10/2025

O propósito deste código CSS é reduzir a carga dos estilos bootstraps no index.html
===================================================
*/

#btnclearZoomOptions {
    margin: 2px 0px 0px 80px;
    display: none;
    border-radius: 4px;
}

#btnclearSelectLayer,
#btnclearCheckedLayer,
#btnclearInfoLayer,
#btnclearAllLayer {
    line-height: 0;
    width: 75px;
    height: 26px;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}
