.table-wrapper[data-v-4ed1cbc2] {
  width: 100%;
  position: relative;
}
.s-table-tool[data-v-4ed1cbc2] {
  display: flex;
  margin-bottom: 16px;
  flex-shrink: 0;
}
.s-table-tool .s-table-tool-left[data-v-4ed1cbc2] {
  flex: 1;
}
.s-table-tool .s-table-tool-right .s-tool-item[data-v-4ed1cbc2] {
  font-size: 16px;
  margin-left: 1rem;
  cursor: pointer;
}
.s-table-alert[data-v-4ed1cbc2] {
  background-color: var(--primary-1) !important;
  border-color: var(--primary-color) !important;
}
.s-table-alert[data-v-4ed1cbc2] .ant-alert-icon,
.s-table-alert a[data-v-4ed1cbc2] {
  color: var(--primary-color) !important;
}
.zebra-stripe-icon[data-v-4ed1cbc2] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.zebra-stripe-icon[data-v-4ed1cbc2]:hover {
  opacity: 0.8;
}
[data-v-4ed1cbc2] .ant-table .ant-table-thead > tr > th {
  padding: 2px 4px !important;
  line-height: 15px !important;
  height: 15px !important;
}
[data-v-4ed1cbc2] .ant-table:not(.ant-table-middle):not(.ant-table-small) .ant-table-tbody > tr > td {
  padding: 2px 4px !important;
  line-height: 15px !important;
  height: 15px !important;
}
[data-v-4ed1cbc2] .ant-table.ant-table-middle .ant-table-tbody > tr > td {
  padding: 4px 8px !important;
  line-height: 20px !important;
}
[data-v-4ed1cbc2] .ant-table.ant-table-small .ant-table-tbody > tr > td {
  padding: 1px 4px !important;
  line-height: 15px !important;
  height: 15px !important;
}
.table-draggable[data-v-4ed1cbc2] .ant-table-thead .ant-table-cell {
  cursor: move;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.table-draggable[data-v-4ed1cbc2] .ant-table-thead .ant-table-cell.system-fixed-column {
  cursor: default;
}
[data-v-4ed1cbc2] .dragging-header {
  opacity: 0.5;
  background-color: #f0f0f0 !important;
}
[data-v-4ed1cbc2] .table-header-with-pin {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
[data-v-4ed1cbc2] .table-header-with-pin .table-header-title {
  flex: 1;
}
[data-v-4ed1cbc2] .table-header-with-pin .table-header-pin-icon {
  font-size: 14px;
  cursor: pointer;
  color: #d9d9d9;
  transition: all 0.3s ease;
  opacity: 0.5;
}
[data-v-4ed1cbc2] .table-header-with-pin .table-header-pin-icon:hover {
  color: #1890ff;
  opacity: 1;
}
[data-v-4ed1cbc2] .table-header-with-pin .table-header-pin-icon.active {
  color: #1890ff;
  opacity: 1;
}
[data-v-4ed1cbc2] .ant-table .ant-table-thead .ant-table-selection-column {
  z-index: 3 !important;
}
[data-v-4ed1cbc2] .ant-table .ant-table-tbody .ant-table-selection-column {
  z-index: 3 !important;
}
[data-v-4ed1cbc2] .ant-table .ant-table-thead .ant-table-cell-fix-left {
  background: #fafafa;
}
[data-v-4ed1cbc2] .ant-table .ant-table-tbody .ant-table-cell-fix-left {
  background: #fff;
}
[data-v-4ed1cbc2] .ant-table .ant-table-tbody tr.odd .ant-table-cell-fix-left {
  background: #fafafa;
}
[data-v-4ed1cbc2] .ant-table .ant-table-tbody tr.ant-table-row-selected:not(.odd) .ant-table-cell-fix-left {
  background: #f7f0ff !important;
}
[data-v-4ed1cbc2] .ant-table .ant-table-tbody tr.ant-table-row-selected.odd .ant-table-cell-fix-left {
  background: #fafafa !important;
}
[data-v-4ed1cbc2] .ant-table .ant-table-tbody tr.ant-table-row-selected:hover > td {
  background: #eddfff !important;
}
[data-v-4ed1cbc2] .ant-table .ant-table-tbody tr.ant-table-row-selected:hover .ant-table-cell-fix-left {
  background: #eddfff !important;
}
