 
.no-group-header .k-grouping-header {
    display: none;
}

.k-grid th {
    white-space: normal;
    vertical-align: top !important;
}

    .k-grid th .k-column-title {
        white-space: normal;
    }

.k-grid .k-cell-inner {
    
    align-items: start;
    
}

div .k-grid td {
    vertical-align: text-top !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    font-size: 0.875rem;
}
 
 
.k-grid tr .k-table-td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

 .k-grid .text-end .k-link {
     justify-content: flex-end;
 }