.container-statistic {
    margin-left: 1rem;
    .container-table-statistic {
        display: none;
        position: relative;
        overflow: scroll;
        margin: auto;
        width: auto;
        display: flex;
        /* justify-content: center; */
        flex-direction: row;
        column-gap: 1rem;
        .content-table {
            display: flex;
            flex-direction: column;
            align-items: center;
            .title {
                font-size: 2rem;
                justify-content: center;
            }
            .table{
                tr th {
                    text-align: center;
                }
            }
        }
    }
    .container-table-statistic::-webkit-scrollbar {
        display: none;
    }
}
