/*стиль заголовка grid*/
.center-aligned-bold-header .ag-header-cell-label {
    justify-content: center;
    font-weight: bold;
}


/* стиль ячейки grid */
.center-aligned-cell {
    text-align: center;
}


/* Автоматическая высота для новых версий Dash AG Grid */
.ag-layout-auto-height .ag-center-cols-viewport {
    min-height: unset !important;
}

