/* PWPLADUR 1678 - correcao final dos offsets sticky horizontais */
.pw1677-sticky-left,
.autos-table [data-sticky-col],
.autos-table [data-sticky-group-start]{
  left:var(--pw1678-sticky-left,0px)!important;
}

.autos-table [data-sticky-col],
.autos-table [data-sticky-group-start],
#users-perms-matrix thead th:first-child,
#users-perms-matrix tbody td:first-child,
.pw1677-def-sticky-table thead th:first-child,
.pw1677-def-sticky-table tbody td:first-child{
  transform:translateZ(0);
  background-clip:padding-box!important;
}

.pw1678-sticky-offset-ready .pw1677-sticky-left{
  will-change:left,top;
}
