/* stylelint-disable selector-type-no-unknown */

bixi-table.bixi-table {
  .ant-select-single.ant-select-show-arrow .ant-select-selection-item,
  .ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
    line-height: 20px;
  }
  td .bixi-table-col-checkbox {
    margin-left: 0;
  }
  th i.anticon {
    position: relative;
    top: 1px;
  }
  .ant-table-filter-trigger.ant-dropdown-trigger {
    padding-top: 2px;
  }
  .bixi-col-operation-disabled {
    color: #adaeb3;
    cursor: not-allowed;

    &:hover {
      color: #adaeb3;
    }
  }
  a {
    &.bixi-col-operation {
      margin-right: 6px;
      &.bixi-col-operation-disabled {
        color: @table-col-operation-disable-color;
        cursor: not-allowed;
      }
    }
  }
  .bixi-col-status {
    display: inline-block;
    height: 22px;
    padding: 0 7px;
    color: #363b45;
    line-height: 22px;
    white-space: nowrap;
    text-align: center;
    border-radius: 4px;
  }

  nz-progress .ant-progress-circle .ant-progress-text {
    color: @table-col-progress-color;
    font-weight: 400;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
  }

  .bixi-col-success-status:extend(.bixi-col-status) {
    background-color: @table-col-success-bg;
  }

  .bixi-col-processing-status:extend(.bixi-col-status) {
    background-color: @table-col-processing-bg;
  }

  .bixi-col-error-status:extend(.bixi-col-status) {
    background-color: @table-col-error-bg;
  }

  .bixi-col-default-status:extend(.bixi-col-status) {
    background-color: @table-col-default-bg;
  }

  .bixi-col-stop-status:extend(.bixi-col-status) {
    background-color: @table-col-stop-bg;
  }

  .bixi-table-col-checkbox {
    display: block;
    text-align: center;
  }
  nz-table-title-footer.ant-table-footer {
    position: absolute;
    bottom: -50px;
  }
}
