.tui-grid-cell-header {
    font-family: Poppins-Bold;
    font-size: 13px;
    color: #555;
    text-transform: uppercase;
    line-height: 1.6;
    /* padding-top: 15px;
    padding-bottom: 15px; */
}

.tui-grid-table {
    font-family: Poppins-Regular;
    font-size: 13px;
    color: #555;
    line-height: 1.6;
    padding-top: 15px;
    padding-bottom: 15px;
}

.tui-grid-table > tbody > tr:hover td {
    background-color: #a5aef01c;
    cursor: pointer;
}
