.tableArea {
  margin-top: 20px;
  .tableStyle {
    :global {
      .ant-table-thead tr th {
        padding: 18px 0 !important;
        font-family: PingFangSC;
        font-size: 12px;
        color: rgba(23, 26, 29, 0.6) !important;
        letter-spacing: 0;
        line-height: 12px;
        font-weight: 400 !important;
      }
      .ant-table-thead .ant-table-cell::before {
        display: none !important;
      }
      .ant-table-thead .ant-table-cell:first-child {
        padding-left: 16px !important;
      }
      .ant-table-thead .ant-table-cell:last-child {
        padding: 0 16px !important;
      }
      .ant-table-tbody tr .ant-table-cell {
        height: 48px !important;
        padding: 0 !important;
        padding-right: 16px !important;
      }
      .ant-table-tbody tr .ant-table-cell:first-child,
      .ant-table-tbody tr .ant-table-cell:last-child {
        padding-left: 16px !important;
      }
      .ant-table-tbody tr .ant-table-cell:last-child {
        padding-left: 16px !important;
        padding-right: 4px !important;
      }
      // .ant-table-tbody tr .ant-table-cell:nth-child(3),
      // .ant-table-tbody tr .ant-table-cell:nth-child(6) {
      //   padding: 0 !important;
      // }
      .ant-table-placeholder {
        .ant-table-cell {
          padding: 0 !important;
          padding-top: 32px !important;
        }
      }
      .ant-spin-blur {
        opacity: 0 !important;
      }
    }
    .newCheckBoxStyle {
      font-family: PingFangSC;
      font-size: 14px;
      color: #171a1d;
      :global {
        .ant-checkbox {
          .ant-checkbox-inner {
            height: 14px;
            width: 14px;
            border: 1px solid #d9d9d9;
            border-radius: 4px;
            margin-right: 4px;
          }
        }
        .ant-checkbox-checked {
          height: 14px;
          width: 14px;
          border-radius: 4px;
          margin-right: 4px;
        }
      }
    }
    .statusArea {
      display: flex;
      align-items: center;
      justify-content: center;
      .statusDot {
        height: 8px;
        width: 8px;
        border-radius: 50%;
        background-color: rgba(23, 26, 29, 0.4);
        margin-right: 8px;
      }
      .statusDesc {
        font-family: PingFangSC;
        font-size: 14px;
        color: #171a1d;
      }
    }
  }
  .avatarArea {
    display: flex;
    align-items: center;
    .avatar {
      width: 32px;
      height: 32px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 16px;
      img {
        width: 100%;
        height: 100%;
        border-radius: 4px;
      }
    }
    .avatarName {
      font-family: PingFangSC;
      font-size: 14px;
      color: #1a1a1a;
      letter-spacing: 0.47px;
    }
  }
  .btnGroup {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 68px;
  }
  .applyBtn {
    padding: 0;
    width: 28px;
    height: 14px;
  }
  .tagBtn {
    padding: 0;
  }
}
.paginationContainer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
}

.modalStyle {
  :global {
    .ant-modal-content {
      border-radius: 8px;
      .ant-modal-header {
        border-radius: 8px 8px 0 0;
        height: 52px;
      }
      .ant-modal-body {
        padding: 16px;
        font-family: PingFangSC;
        font-size: 14px;
        color: rgba(23, 26, 29, 0.6);
        letter-spacing: 0;
        line-height: 21px;
        min-height: 68px;
      }
      .ant-modal-footer {
        height: 52px;
        .ant-btn {
          height: 32px;
          width: 60px;
          border: 1px solid rgba(126, 134, 142, 0.24);
          border-radius: 6px;
        }
      }
    }
  }
  .rejectModal {
    height: 86px;
    .rejectTitle {
      height: 14px;
      opacity: 0.6;
      font-family: PingFangSC;
      font-size: 14px;
      color: #171a1d;
      letter-spacing: 0.47px;
      line-height: 14px;
    }
    .rejectInput {
      margin-top: 8px;
      input {
        height: 64px;
        border: 1px solid rgba(126, 134, 142, 0.16);
        border-radius: 4px;
      }
    }
  }
}

.green {
  color: #117e61;
}

.defaultOpt {
  font-family: Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, Microsoft YaHei, PingFang SC;
}

.optBtn {
  display: flex;
  justify-content: space-between;
  padding: 0 !important;
  align-items: center;
  margin-right: 8px;
}

.actionText {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  letter-spacing: 0.4px;
  margin-right: 8px;
  cursor: pointer;
}
