.li-apresentacao{
    display: 'flex';
    justify-content: 'space-between';
    align-items: 'center';
    padding: '5px 10px 5px';
    border-bottom: '1px solid #ccc';
}

.li-apresentacao:hover{
    background: #9dc0ff;
    font-weight: bold;
    cursor: pointer;
}

.card-item-option{
    display: flex;
    justify-content: space-between;
    flex: 0 0 45%;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
    background: #e1f5fe;
    box-shadow: 5px 5px 8px #a1a1d3;
    font-size: 11px;
    margin:3px;
}


.card-item-option-min{
    display: flex;
    justify-content: space-between;
    flex: 0 0 22%;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
    background: #e1f5fe;
    box-shadow: 5px 5px 8px #a1a1d3;
    font-size: 11px;
    margin:3px;
}

.card-item-option-min:hover{
    cursor: pointer;
}

.card-item-option:hover{
    cursor: pointer;
}

.textao{
overflow-y: scroll; /* Add the ability to scroll */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.textao::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE and Edge */
.textao {
    -ms-overflow-style: none;
}

div.leaflet-marker-icon {
    width: fit-content !important;
    background: transparent;
    border: unset;
    font-weight: bold;
    /* margin: 0 !important; */
    min-width: 270px !important;
    font-size: 8px;
}

div.marker-cluster{
    min-width: unset !important;
    z-index: 1400 !important;
}