/* Here, the content of the common custom CSS defined into Home - Setup - Display - CSS*/
.stickrow{
 position: sticky;
            top: 0;
            background-color: #f1f1f1;
            z-index: 100;
} 
.stickycolumn tr>th:first-child,.stickycolumn tr>td:first-child{
  position: sticky;
  left: 0; 
  background-color:#cfcccc;  
  z-index:10;opacity: 1 !important;
}
.stickycolumn tr>th:nth-child(2),.stickycolumn tr>td:nth-child(2){
  position: sticky; 
  left: 54px; 
  background-color:#cfcccc;  opacity: 1 !important;
  z-index:10;
}
.stickycolumn tr>th:nth-child(3),.stickycolumn tr>td:nth-child(3){
  position: sticky; 
  left: 126px; 
  background-color:#cfcccc; opacity: 1 !important;
  z-index:10;
}
.stickycolumn{
  opacity: 1 !important;
}