.tableCss table>thead .slds-th__action{
	background-color: #F3F3F3;
  font-size: 0.875rem;
}

.tableCss table>thead .slds-th__action:focus, .tableCss table> .slds-th__action:hover, .tableCss table>.slds-is-resizable .slds-th__action:focus, .tableCss table> .slds-is-resizable .tableCss table>.slds-th__action:focus:hover{
	background-color: #F3F3F3;
  text-decoration: none;
  color: black;

}

.tableCss .slds-table thead th {
  color: var(--neutral-black);
}

.tableCss tr {
  cursor: pointer
}

.slds-resizable__divider {
  display: none;
}

.datatable-CellColor{
  color:#fff;
}

.datatable-CellColor:hover{
  color:#fff!important;
}

.tableCss .slds-icon-utility-up svg {
  fill: rgb(52,168,83);
}

.tableCss .slds-icon-utility-down svg {
  fill: rgb(239 65 70);
}

.slds-cell-fixed {
  min-height: 2.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

a, a:link:not(.slds-button,.slds-dropdown__item>a) {
  text-decoration: none;
}

.tableCss .slds-table [role=gridcell].slds-has-focus,
.tableCss .slds-table [role=rowheader].slds-has-focus, 
.tableCss .slds-table [role=columnheader].slds-has-focus,
.slds-has-focus, .slds__action, .slds-th__action, 
.slds-th__action:focus, .slds-has-focus .slds-is-sortable.slds-has-focus, 
.slds-has-focus .slds-th__action {
    --webkit-box-shadow: unset;
    box-shadow: unset;
    outline: none;
}
