.list-wrapper[name="table-widget-sanatci"] .list-column {
  &:nth-child(1) {
    width: 26px;
  }
  &:nth-child(2) {
    width: calc((100% - 127px) * 100 / 100);
  }
  &:nth-child(3) {
    width: 80px;
  }
}

.list-wrapper[name="table-widget-sarki"] .list-column {
  &:nth-child(1) {
    width: 26px;
  }
  &:nth-child(2) {
    width: calc((100% - 136px) * 60 / 100);
  }
  &:nth-child(3) {
    width: calc((100% - 136px) * 40 / 100);
  }
  &:nth-child(4) {
    width: 80px;
  }
}

.list-wrapper[name="last-visited-sanatcis"] .list-column {
  &:nth-child(1) {
    width: 23px;
  }
  &:nth-child(2) {
    width: 26px;
  }
  &:nth-child(3) {
    width: calc((100% - 159px) * 100 / 100);
  }
  &:nth-child(4) {
    width: 80px;
  }
}

.list-wrapper[name="last-visited-sarkis"] .list-column {
  &:nth-child(1) {
    width: 23px;
  }
  &:nth-child(2) {
    width: 26px;
  }
  &:nth-child(3) {
    width: calc((100% - 168px) * 60 / 100);
  }
  &:nth-child(4) {
    width: calc((100% - 168px) * 40 / 100);
  }
  &:nth-child(5) {
    width: 80px;
  }
}
