.info-map-area{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 20px 30px 0 0;
}

.filter-container {
    display: flex;
    padding: 10px 20px;
    width: 100%; /* Garante que ocupe toda a largura */
}



.graph-container {
    flex: 1; /* Faz com que o gráfico ocupe o espaço disponível */
    width: 100%;
    height: 100%;
}