
#ContainerTablePI{
  max-height: 100%;

  &::-webkit-scrollbar-track {
    background-color: var(--background-scroll);
    margin-left: 940px;
    margin-right: 140px;
    border-radius: 30px;
  }

  table {
    thead {
        position: sticky;
    top: 0;

    z-index: 5;
    }
    .headPrincipal {
      th {
        &:nth-child(2) {
          width: 128px;
        }
        &:nth-child(3) {
          width: 663px;
        }
      }
    }
    .frozen-column {
      &:nth-child(3) {
          left: 278px;
      }
      &.columnCodigo{
        left: 150px;
      }
      &.columnPI{
        left: 278px;
      }
    }
    .frozenT {
      &.frozenTSeis {
        right: 70px;
      }
    }
    .TableFotter {
      & td {
        &.frozenTCuatro {
            right: 340px;
        }
      }
    }
  }

}
