/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-table-thead > tr > th .react-resizable {
  position: relative;
  background-clip: padding-box;
}
.ant-table-thead > tr > th .react-resizable-handle {
  position: absolute;
  width: 10px;
  height: 100%;
  bottom: 0;
  right: -5px;
  cursor: col-resize;
  z-index: 1;
}
.ant-table-thead > tr > th .g3-table-title {
  display: flex;
  align-items: center;
}
.ant-table-thead > tr > th .g3-table-title.left {
  text-align: left;
  justify-content: flex-start;
}
.ant-table-thead > tr > th .g3-table-title.center {
  text-align: center;
  justify-content: center;
}
.ant-table-thead > tr > th .g3-table-title.right {
  text-align: right;
  justify-content: flex-end;
}
.ant-table-thead > tr > th .g3-table-title.required::before {
  display: inline-block;
  margin-right: 2px;
  content: '*';
  font-weight: 600;
  font-size: 14px;
  color: #ff4d4f;
}
.ant-table-thead > tr > th .g3-table-title > .ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
}
.ant-table-thead > tr > th .g3-table-title > .anticon.title-tip {
  margin-left: 4px;
}
.ant-table-tbody > tr > td .g3-table-body-cell {
  display: block;
}
.ant-table-tbody > tr > td .g3-table-body-cell.row-break {
  white-space: pre-wrap;
}
.ant-table-tbody > tr > td .g3-table-body-cell.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
}
.g3-table-wrapper {
  position: relative;
  height: 100%;
}
.g3-table-wrapper .g3-table-row-actions {
  position: absolute;
  align-items: center;
  justify-content: space-around;
  padding: 0 15px;
  background-color: #fafafa;
  box-shadow: 0 0 4px 4px #eee;
  z-index: 9;
}
.g3-table-wrapper .row-setting-icon {
  display: none;
  position: absolute;
  right: 0;
  top: -24px;
  padding: 5px;
  z-index: 99;
}
.g3-table-wrapper:hover .row-setting-icon {
  display: block;
}
.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
}
