#data_map {
    z-index: 0;
    flex: 1;
    /* height: 650px; */
    height: 0px;
    width: 100%;
}

#statistics {
    border-bottom: 3px dotted #eee !important;
    padding-bottom: 30px;
}

.card-data:hover{
    transition: transform 0.5s;
    transform: scale(1.05);
}

a .fa.fa-eye:hover{
    cursor: pointer;
}