.ag-chart {
    margin-bottom: 16px;
}

.chart-container {
    text-align: center;
}

.ag-legend {
    margin-top: 32px;
    text-align: center;
}

.ag-legend ul {
    list-style: none !important;
    display: inline-block;
}

.ag-legend ul li {
    margin-bottom: 8px;
}

.ag-legend ul li::before {
    content: none !important;
}

.ag-legend ul li span {
    vertical-align: middle;
    white-space: pre-wrap;
}

.ag-legend ul li span span {
    display: inline-block;
    margin-right: 5px;
}


.ag-legend__inline li {
    display: inline-block;
    margin-right: 8px;
    white-space: nowrap;
}

.ag-legend__block li {
    text-align: left;
}
