.datatable-grid {
    height: 70vh;
    width: 100%;
    margin-top: 8px;
}

.ag-theme-material .ag-header-container {
    background: #f5f5f5;
}

.cell-generic-image {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.ag-header-cell-resize {
    content: '';
    border-left: 1px solid #9d9d9d;
    height: 40%;
    right: 4px;
    top: 16px;
    position: absolute;
}
.centerh {
    position: absolute;
    top: -3px;
}
