.table-wrapper {
  position:relative;
}

.table-scroll .fixed-table-body {
  height: 400px!important;
  overflow: scroll!important;  
}

.table-wrapper table {
  width:100%;
    
}

.table-wrapper table * {
  background:yellow;
  color:black;
}
.table-wrapper table thead th .text {
  position:absolute;   
  top:-20px;
  z-index:2;
/*  height:20px;*/
  width:35%;
  border:1px solid red;
}

.table tbody tr {
  cursor: pointer;
}
.table tbody tr:hover {
  background-color: #F0FFFF;
  corlo
}

.table thead tr th {
  background: linear-gradient(0deg, #e4eff8, #4578a2 5%, #e4eff8 150%);
    color: white;
    border: 1px solid white;
}
