.lg-table.lg-table td,
.lg-table.lg-table th {
  padding: 12px 16px;
}
.lg-table.lg-table {
  overflow-x: unset;
}

.lg-table-row-expand-icon {
  font-family: iconfont;
  display: inline-block;
  vertical-align: baseline;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
}

.lg-table-row-expanded:before {
  content: "\f29c";
}
.lg-table-row-collapsed:before {
  content: "\f1b8";
}

.lg-table-row {
  background-color: rgba(0, 0, 0, 0.02);
}
.lg-table-row-level-0 {
  background-color: #fff;
}
.lg-table-content {
  table {
    width: 100%;
  }
}
.lg-table-cell-fix-left.lg-table-cell-fix-left,
.lg-table-cell-fix-right.lg-table-cell-fix-right {
  background-color: #fff;
  z-index: 2;
  overflow: visible;
}

.lg-table-cell-fix-left-first::after,
.lg-table-cell-fix-left-last::after {
  pointer-events: none;
  content: "";
  transition: box-shadow 0.3s;
  position: absolute;
  top: 0;
  bottom: -1px;
  width: 20px;
  right: -1px;
  transform: translateX(100%);
}

.lg-table-layout-fixed .lg-table-content {
  position: relative;
}

.lg-table-layout-fixed table {
  table-layout: fixed;
}

.lg-table-fixed-left table,
.lg-table-fixed-right table {
  width: auto;
  background: #fff;
  td {
    width: unset;
  }
}

.lg-table-row-cell-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.lg-table-row-cell-break-word {
  word-wrap: break-word;
  word-break: break-word;
}

.lg-table-layout-fixed.lg-table-layout-fixed {
  position: relative;
  overflow: hidden;
  border-bottom-width: 1px;
}
