.uiVirtualDataTable thead tr th:first-child,
.uiVirtualDataTable thead tr th:last-child,
.uiVirtualDataTable tbody tr td:first-child,
.uiVirtualDataTable tbody tr td:last-child{
    display: none;
}
.uiVirtualDataTable thead tr th div.slds-cell-fixed{
    background: var(--Green-Tint, #E3F8F1);
}
.uiVirtualDataTable thead tr th div.slds-cell-fixed a.slds-th__action span.slds-truncate{
    font-weight: 600;
    font-size: 13px;
    line-height: 140%;
}
.uiVirtualDataTable tbody tr:nth-child(even){
    background: var(--Ligh-BG, #EFEFEF);
}
.uiVirtualDataTable tbody tr span.slds-grid a.outputLookupLink{
    color: var(--Primary-Green, #30BA78);
    font-weight: 600;
    font-size: 13px;
    line-height: 140%;
}
.uiVirtualDataTable tbody tr span.slds-grid a.textUnderline{
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
    text-decoration: none;
    color: black;
    border-bottom: none;
}

.slds-table .slds-cell-edit.slds-has-focus:hover,
.slds-table .slds-cell-edit.slds-has-focus,
.slds-table_edit.slds-table tbody tr:hover>.slds-cell-edit:hover, 
.slds-table--edit.slds-table tbody tr:hover>.slds-cell-edit:hover{
    box-shadow: none !important;
    background-color: none !important;
}
tbody tr:hover{
    background: none !important;
}