/******** borderSize *******/
/******** borderStyle *******/
/******** radius *******/
/******** shadow distance *******/
/******** size *******/
/******** spacing *******/
/******** shadow *******/
/******** opacity *******/
/******** fontSize *******/
/******** fontWeight ********/
/******** Primary *******/
/******** success *******/
/******** warning *******/
/******** danger *******/
/******** link *******/
/******** radius *******/
:root {
  --el-color-white: #fff;
  --el-color-black: #000;
  --el-color-primary-rgb: 64, 158, 255;
  --el-color-success-rgb: 103, 194, 58;
  --el-color-warning-rgb: 230, 162, 60;
  --el-color-danger-rgb: 245, 108, 108;
  --el-color-error-rgb: 245, 108, 108;
  --el-color-info-rgb: 144, 147, 153;
  --el-font-size-extra-large: 20px;
  --el-font-size-large: 18px;
  --el-font-size-medium: 16px;
  --el-font-size-base: 14px;
  --el-font-size-small: 13px;
  --el-font-size-extra-small: 12px;
  --el-font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei',微软雅黑,Arial,sans-serif;
  --el-font-weight-primary: 500;
  --el-font-line-height-primary: 24px;
  --el-index-normal: 1;
  --el-index-top: 1000;
  --el-index-popper: 2000;
  --el-border-radius-base: 4px;
  --el-border-radius-small: 2px;
  --el-border-radius-round: 20px;
  --el-border-radius-circle: 100%;
  --el-transition-duration: 0.3s;
  --el-transition-duration-fast: 0.2s;
  --el-transition-function-ease-in-out-bezier: cubic-bezier(0.645, 0.045, 0.355, 1);
  --el-transition-function-fast-bezier: cubic-bezier(0.23, 1, 0.32, 1);
  --el-transition-all: all var(--el-transition-duration) var(--el-transition-function-ease-in-out-bezier);
  --el-transition-fade: opacity var(--el-transition-duration) var(--el-transition-function-fast-bezier);
  --el-transition-md-fade: transform var(--el-transition-duration) var(--el-transition-function-fast-bezier), opacity var(--el-transition-duration) var(--el-transition-function-fast-bezier);
  --el-transition-fade-linear: opacity var(--el-transition-duration-fast) linear;
  --el-transition-border: border-color var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);
  --el-transition-box-shadow: box-shadow var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);
  --el-transition-color: color var(--el-transition-duration-fast) var(--el-transition-function-ease-in-out-bezier);
  --el-component-size-large: 40px;
  --el-component-size: 32px;
  --el-component-size-small: 24px;
}
:root {
  color-scheme: light;
  --el-color-white: #ffffff;
  --el-color-black: #000000;
  --el-color-primary: #409eff;
  --el-color-primary-light-3: #79bbff;
  --el-color-primary-light-5: #a0cfff;
  --el-color-primary-light-7: #c6e2ff;
  --el-color-primary-light-8: #d9ecff;
  --el-color-primary-light-9: #ecf5ff;
  --el-color-primary-dark-2: #337ecc;
  --el-color-success: #67c23a;
  --el-color-success-light-3: #95d475;
  --el-color-success-light-5: #b3e19d;
  --el-color-success-light-7: #d1edc4;
  --el-color-success-light-8: #e1f3d8;
  --el-color-success-light-9: #f0f9eb;
  --el-color-success-dark-2: #529b2e;
  --el-color-warning: #e6a23c;
  --el-color-warning-light-3: #eebe77;
  --el-color-warning-light-5: #f3d19e;
  --el-color-warning-light-7: #f8e3c5;
  --el-color-warning-light-8: #faecd8;
  --el-color-warning-light-9: #fdf6ec;
  --el-color-warning-dark-2: #b88230;
  --el-color-danger: #f56c6c;
  --el-color-danger-light-3: #f89898;
  --el-color-danger-light-5: #fab6b6;
  --el-color-danger-light-7: #fcd3d3;
  --el-color-danger-light-8: #fde2e2;
  --el-color-danger-light-9: #fef0f0;
  --el-color-danger-dark-2: #c45656;
  --el-color-error: #f56c6c;
  --el-color-error-light-3: #f89898;
  --el-color-error-light-5: #fab6b6;
  --el-color-error-light-7: #fcd3d3;
  --el-color-error-light-8: #fde2e2;
  --el-color-error-light-9: #fef0f0;
  --el-color-error-dark-2: #c45656;
  --el-color-info: #909399;
  --el-color-info-light-3: #b1b3b8;
  --el-color-info-light-5: #c8c9cc;
  --el-color-info-light-7: #dedfe0;
  --el-color-info-light-8: #e9e9eb;
  --el-color-info-light-9: #f4f4f5;
  --el-color-info-dark-2: #73767a;
  --el-bg-color: #ffffff;
  --el-bg-color-page: #f2f3f5;
  --el-bg-color-overlay: #ffffff;
  --el-text-color-primary: #303133;
  --el-text-color-regular: #606266;
  --el-text-color-secondary: #909399;
  --el-text-color-placeholder: #a8abb2;
  --el-text-color-disabled: #c0c4cc;
  --el-border-color: #dcdfe6;
  --el-border-color-light: #e4e7ed;
  --el-border-color-lighter: #ebeef5;
  --el-border-color-extra-light: #f2f6fc;
  --el-border-color-dark: #d4d7de;
  --el-border-color-darker: #cdd0d6;
  --el-fill-color: #f0f2f5;
  --el-fill-color-light: #f5f7fa;
  --el-fill-color-lighter: #fafafa;
  --el-fill-color-extra-light: #fafcff;
  --el-fill-color-dark: #ebedf0;
  --el-fill-color-darker: #e6e8eb;
  --el-fill-color-blank: #ffffff;
  --el-box-shadow: 0px 12px 32px 4px rgba(0, 0, 0, 0.04), 0px 8px 20px rgba(0, 0, 0, 0.08);
  --el-box-shadow-light: 0px 0px 12px rgba(0, 0, 0, 0.12);
  --el-box-shadow-lighter: 0px 0px 6px rgba(0, 0, 0, 0.12);
  --el-box-shadow-dark: 0px 16px 48px 16px rgba(0, 0, 0, 0.08), 0px 12px 32px rgba(0, 0, 0, 0.12), 0px 8px 16px -8px rgba(0, 0, 0, 0.16);
  --el-disabled-bg-color: var(--el-fill-color-light);
  --el-disabled-text-color: var(--el-text-color-placeholder);
  --el-disabled-border-color: var(--el-border-color-light);
  --el-overlay-color: rgba(0, 0, 0, 0.8);
  --el-overlay-color-light: rgba(0, 0, 0, 0.7);
  --el-overlay-color-lighter: rgba(0, 0, 0, 0.5);
  --el-mask-color: rgba(255, 255, 255, 0.9);
  --el-mask-color-extra-light: rgba(255, 255, 255, 0.3);
  --el-border-width: 1px;
  --el-border-style: solid;
  --el-border-color-hover: var(--el-text-color-disabled);
  --el-border: var(--el-border-width) var(--el-border-style) var(--el-border-color);
  --el-svg-monochrome-grey: var(--el-border-color);
}
/********* icon hover *********/
.mo-table-filters-content {
  box-sizing: border-box;
  min-width: 100px;
  background: var(--color-bg-5);
  border: 1px solid var(--color-neutral-3);
  border-radius: var(--border-radius-medium);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.mo-table-filters-list {
  max-height: 200px;
  padding: 4px 0;
  overflow-y: auto;
}
.mo-table-filters-item {
  height: 32px;
  padding: 0 12px;
  font-size: 14px;
  line-height: 32px;
}
.mo-table-filters-text {
  width: 100%;
  max-width: 160px;
  height: 34px;
  margin-right: 0;
  padding-left: 10px;
  overflow: hidden;
  line-height: 32px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.mo-table-filters-bottom {
  box-sizing: border-box;
  height: 38px;
  padding: 0 12px;
  overflow: hidden;
  line-height: 38px;
  border-top: 1px solid var(--color-neutral-3);
}
.mo-table-filters-bottom > *:not(*:last-child) {
  margin-right: 8px;
}
.mo-table {
  position: relative;
  /* ---- Table sorter, filter, checkbox, radio (End) ---- */
}
.mo-table-column-handle {
  position: absolute;
  top: 0;
  right: -4px;
  z-index: 1;
  width: 8px;
  height: 100%;
  cursor: col-resize;
}
.mo-table .mo-spin {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.mo-table > .mo-spin > .mo-spin-children::after {
  z-index: 2;
}
.mo-table-footer {
  border-radius: 0 0 var(--border-radius-medium) var(--border-radius-medium);
}
.mo-table-scroll-position-right .mo-table-col-fixed-left-last::after,
.mo-table-scroll-position-middle .mo-table-col-fixed-left-last::after {
  box-shadow: inset 6px 0 8px -3px rgba(0, 0, 0, 0.15);
}
.mo-table-scroll-position-left .mo-table-col-fixed-right-first::after,
.mo-table-scroll-position-middle .mo-table-col-fixed-right-first::after {
  box-shadow: inset -6px 0 8px -3px rgba(0, 0, 0, 0.15);
}
.mo-table-layout-fixed .mo-table-element {
  table-layout: fixed;
}
.mo-table .mo-table-element {
  width: 100%;
  min-width: 100%;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
}
.mo-table-th {
  position: relative;
  box-sizing: border-box;
  color: rgb(var(--gray-10));
  font-weight: 500;
  line-height: 1.5715;
  text-align: left;
  background-color: var(--color-neutral-2);
}
.mo-table-th[colspan] {
  text-align: center;
}
.mo-table-th-align-right {
  text-align: right;
}
.mo-table-th-align-right .mo-table-cell-with-sorter {
  justify-content: flex-end;
}
.mo-table-th-align-center {
  text-align: center;
}
.mo-table-th-align-center .mo-table-cell-with-sorter {
  justify-content: center;
}
.mo-table-td {
  box-sizing: border-box;
  color: rgb(var(--gray-10));
  line-height: 1.5715;
  text-align: left;
  word-break: break-all;
  background-color: var(--color-bg-2);
  border-bottom: 1px solid var(--color-neutral-3);
}
.mo-table-td-align-right {
  text-align: right;
}
.mo-table-td-align-center {
  text-align: center;
}
.mo-table-td.mo-table-drag-handle {
  cursor: move;
}
.mo-table-cell {
  display: flex;
  align-items: center;
}
.mo-table-cell-align-right {
  justify-content: flex-end;
  text-align: right;
}
.mo-table-cell-align-center {
  justify-content: center;
  text-align: center;
}
.mo-table-text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mo-table-td-content {
  display: block;
  width: 100%;
}
.mo-table-th.mo-table-col-sorted {
  background-color: var(--color-neutral-3);
}
.mo-table-td.mo-table-col-sorted {
  background-color: var(--color-fill-1);
}
.mo-table-col-fixed-left,
.mo-table-col-fixed-right {
  position: sticky;
  z-index: 10;
}
.mo-table-col-fixed-left-last::after,
.mo-table-col-fixed-right-first::after {
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 0;
  width: 10px;
  box-shadow: none;
  transform: translateX(-100%);
  transition: box-shadow 0.1s cubic-bezier(0, 0, 1, 1);
  content: '';
  pointer-events: none;
}
.mo-table-col-fixed-left-last::after {
  right: 0;
  left: unset;
  transform: translateX(100%);
}
.mo-table-cell-text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mo-table-editable-row .mo-table-cell-wrap-value {
  border: 1px solid var(--color-white);
  border-radius: var(--border-radius-medium);
  cursor: pointer;
  transition: all 0.1s cubic-bezier(0, 0, 1, 1);
}
.mo-table-editable-row:hover .mo-table-cell-wrap-value {
  border: 1px solid var(--color-neutral-3);
}
.mo-table .mo-table-expand-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  padding: 0;
  color: var(--color-text-2);
  font-size: 12px;
  line-height: 14px;
  background-color: var(--color-neutral-3);
  border: 1px solid transparent;
  border-radius: 2px;
  outline: none;
  cursor: pointer;
  transition: background-color 0.1s cubic-bezier(0, 0, 1, 1);
}
.mo-table .mo-table-expand-btn:hover {
  color: var(--color-text-1);
  background-color: var(--color-neutral-4);
  border-color: transparent;
}
.mo-table-cell-expand-icon {
  display: flex;
  align-items: center;
}
.mo-table-cell-expand-icon .mo-table-cell-inline-icon {
  display: inline-flex;
  margin-right: 4px;
}
.mo-table-cell-expand-icon .mo-table-cell-inline-icon .mo-icon-loading {
  color: rgb(var(--primary-6));
}
.mo-table-cell-expand-icon-hidden {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 4px;
}
.mo-table-tr-expand .mo-table-td {
  background-color: var(--color-fill-1);
}
.mo-table-cell-fixed-expand {
  position: sticky;
  left: 0;
  box-sizing: border-box;
}
.mo-table-tr-expand .mo-table-td .mo-table .mo-table-container {
  border: none;
}
.mo-table-tr-expand .mo-table-td .mo-table .mo-table-th {
  border-bottom: 1px solid var(--color-neutral-3);
}
.mo-table-tr-expand .mo-table-td .mo-table .mo-table-th,
.mo-table-tr-expand .mo-table-td .mo-table .mo-table-td {
  background-color: transparent;
}
.mo-table-tr-expand .mo-table-td .mo-table .mo-table-pagination {
  margin-bottom: 12px;
}
.mo-table-th.mo-table-operation,
.mo-table-td.mo-table-operation {
  text-align: center;
}
.mo-table-th.mo-table-operation .mo-table-cell,
.mo-table-td.mo-table-operation .mo-table-cell {
  display: flex;
  justify-content: center;
  padding: 0;
}
.mo-table-radio,
.mo-table-checkbox {
  justify-content: center;
}
.mo-table-checkbox .mo-checkbox,
.mo-table-radio .mo-radio {
  padding-left: 0;
}
.mo-table-selection-checkbox-col,
.mo-table-selection-radio-col {
  width: 48px;
  min-width: 48px;
  max-width: 48px;
}
.mo-table-expand-col {
  width: 48px;
  min-width: 48px;
  max-width: 48px;
}
.mo-table-drag-handle-col {
  width: 48px;
  min-width: 48px;
  max-width: 48px;
}
.mo-table-th {
  transition: background-color 0.1s cubic-bezier(0, 0, 1, 1);
}
.mo-table-cell-with-sorter {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.mo-table-cell-with-sorter:hover {
  background-color: rgba(var(--gray-4), 0.5);
}
.mo-table-cell-with-filter {
  display: flex;
  align-items: center;
}
.mo-table-cell-next-ascend .mo-table-sorter-icon .mo-icon-caret-up {
  color: var(--color-neutral-6);
}
.mo-table-cell-next-descend .mo-table-sorter-icon .mo-icon-caret-down {
  color: var(--color-neutral-6);
}
.mo-table-sorter {
  display: inline-block;
  margin-left: 8px;
  vertical-align: -3px;
}
.mo-table-sorter.mo-table-sorter-direction-one {
  vertical-align: 0;
}
.mo-table-sorter-icon {
  position: relative;
  width: 14px;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
}
.mo-table-sorter-icon .mo-icon-caret-up,
.mo-table-sorter-icon .mo-icon-caret-down {
  position: absolute;
  top: 50%;
  color: var(--color-neutral-5);
  font-size: 12px;
  transition: all 0.1s cubic-bezier(0, 0, 1, 1);
}
.mo-table-sorter-icon .mo-icon-caret-up {
  top: -2px;
  left: 1px;
}
.mo-table-sorter-icon .mo-icon-caret-down {
  top: -3px;
  left: 1px;
}
.mo-table-sorter-icon.mo-table-sorter-icon-active svg {
  color: rgb(var(--primary-6));
}
.mo-table-filters {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 100%;
  line-height: 1;
  vertical-align: 0;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.1s cubic-bezier(0, 0, 1, 1);
}
.mo-table-filters:hover,
.mo-table-filters-open {
  background-color: var(--color-neutral-4);
}
.mo-table-filters svg {
  color: var(--color-text-2);
  font-size: 16px;
  transition: all 0.1s cubic-bezier(0, 0, 1, 1);
}
.mo-table-filters-active svg {
  color: rgb(var(--primary-6));
}
.mo-table-filters-align-left {
  position: relative;
  width: auto;
  margin-left: 8px;
}
.mo-table-filters-align-left svg {
  font-size: 12px;
}
.mo-table-filters-align-left:hover,
.mo-table-filters-align-left-open {
  background: none;
}
.mo-table-filters-align-left:hover::before,
.mo-table-filters-align-left.mo-table-filters-open::before {
  background: var(--color-fill-4);
}
.mo-table-container {
  position: relative;
  border-radius: var(--border-radius-medium) var(--border-radius-medium) 0 0;
}
.mo-table-header {
  flex-shrink: 0;
  border-radius: var(--border-radius-medium) var(--border-radius-medium) 0 0;
}
.mo-table-container {
  box-sizing: border-box;
  width: 100%;
  min-height: 0;
}
.mo-table-container .mo-table-content {
  display: flex;
  flex-direction: column;
  width: auto;
  height: 100%;
}
.mo-table-container .mo-table-content-scroll-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.mo-table-container::before,
.mo-table-container::after {
  position: absolute;
  z-index: 1;
  width: 10px;
  height: 100%;
  box-shadow: none;
  transition: box-shadow 0.1s cubic-bezier(0, 0, 1, 1);
  content: '';
  pointer-events: none;
}
.mo-table-container::before {
  top: 0;
  left: 0;
  border-top-left-radius: var(--border-radius-medium);
}
.mo-table-container::after {
  top: 0;
  right: 0;
  border-top-right-radius: var(--border-radius-medium);
}
.mo-table-container:not(.mo-table-has-fixed-col-left).mo-table-scroll-position-right::before,
.mo-table-container:not(.mo-table-has-fixed-col-left).mo-table-scroll-position-middle::before {
  box-shadow: inset 6px 0 8px -3px rgba(0, 0, 0, 0.15);
}
.mo-table-container:not(.mo-table-has-fixed-col-right).mo-table-scroll-position-left::after,
.mo-table-container:not(.mo-table-has-fixed-col-right).mo-table-scroll-position-middle::after {
  box-shadow: inset -6px 0 8px -3px rgba(0, 0, 0, 0.15);
}
.mo-table-header {
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: var(--color-neutral-2);
  scrollbar-color: transparent transparent;
}
.mo-table-header-sticky {
  position: sticky;
  top: 0;
  z-index: 100;
}
.mo-table:not(.mo-table-empty) .mo-table-header::-webkit-scrollbar {
  height: 0;
  background-color: transparent;
}
.mo-table.mo-table-empty .mo-table-header {
  overflow-x: auto;
}
.mo-table-body {
  position: relative;
  min-height: 48px;
  overflow: auto;
  background-color: var(--color-bg-2);
}
.mo-table-border .mo-table-container {
  border-top: 1px solid var(--color-neutral-3);
  border-left: 1px solid var(--color-neutral-3);
}
.mo-table-border .mo-table-scroll-y {
  border-bottom: 1px solid var(--color-neutral-3);
}
.mo-table-border .mo-table-scroll-y .mo-table-body .mo-table-tr:last-of-type .mo-table-td,
.mo-table-border .mo-table-scroll-y tfoot .mo-table-tr:last-of-type .mo-table-td {
  border-bottom: none;
}
.mo-table-border .mo-table-scroll-y .mo-table-body .mo-table-tr:last-of-type .mo-table-td.mo-table-col-fixed-left-last::after,
.mo-table-border .mo-table-scroll-y tfoot .mo-table-tr:last-of-type .mo-table-td.mo-table-col-fixed-left-last::after,
.mo-table-border .mo-table-scroll-y .mo-table-body .mo-table-tr:last-of-type .mo-table-td.mo-table-col-fixed-right-first::after,
.mo-table-border .mo-table-scroll-y tfoot .mo-table-tr:last-of-type .mo-table-td.mo-table-col-fixed-right-first::after {
  bottom: 0;
}
.mo-table-border .mo-table-tr .mo-table-th {
  border-bottom: 1px solid var(--color-neutral-3);
}
.mo-table-border .mo-table-footer {
  border: 1px solid var(--color-neutral-3);
  border-top: 0;
}
.mo-table-border:not(.mo-table-border-cell) .mo-table-container {
  border-right: 1px solid var(--color-neutral-3);
}
.mo-table-border-cell .mo-table-th,
.mo-table-border-cell .mo-table-td:not(.mo-table-tr-expand) {
  border-right: 1px solid var(--color-neutral-3);
}
.mo-table-border-cell .mo-table-th-resizing,
.mo-table-border-cell .mo-table-td-resizing:not(.mo-table-tr-expand) {
  border-right-color: rgb(var(--primary-6));
}
.mo-table-border-header-cell .mo-table-th {
  border-right: 1px solid var(--color-neutral-3);
  border-bottom: 1px solid var(--color-neutral-3);
}
.mo-table-border.mo-table-border-header-cell thead .mo-table-tr:first-child .mo-table-th:last-child {
  border-right: 0;
}
.mo-table-border-body-cell .mo-table-td:not(:last-child):not(.mo-table-tr-expand) {
  border-right: 1px solid var(--color-neutral-3);
}
.mo-table-stripe:not(.mo-table-dragging) .mo-table-tr:not(.mo-table-tr-empty):not(.mo-table-tr-summary):nth-child(even) .mo-table-td:not(.mo-table-col-fixed-left):not(.mo-table-col-fixed-right),
.mo-table-stripe .mo-table-tr-drag .mo-table-td:not(.mo-table-col-fixed-left):not(.mo-table-col-fixed-right) {
  background-color: var(--color-fill-1);
}
.mo-table-stripe:not(.mo-table-dragging) .mo-table-tr:not(.mo-table-tr-empty):not(.mo-table-tr-summary):nth-child(even) .mo-table-td.mo-table-col-fixed-left::before,
.mo-table-stripe .mo-table-tr-drag .mo-table-td.mo-table-col-fixed-left::before,
.mo-table-stripe:not(.mo-table-dragging) .mo-table-tr:not(.mo-table-tr-empty):not(.mo-table-tr-summary):nth-child(even) .mo-table-td.mo-table-col-fixed-right::before,
.mo-table-stripe .mo-table-tr-drag .mo-table-td.mo-table-col-fixed-right::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: var(--color-fill-1);
  content: '';
}
.mo-table .mo-table-tr-draggable {
  cursor: move;
}
.mo-table-hover:not(.mo-table-dragging) .mo-table-tr:not(.mo-table-tr-empty):not(.mo-table-tr-summary):hover .mo-table-td:not(.mo-table-col-fixed-left):not(.mo-table-col-fixed-right),
.mo-table-hover .mo-table-tr-drag .mo-table-td:not(.mo-table-col-fixed-left):not(.mo-table-col-fixed-right) {
  background-color: var(--color-fill-1);
}
.mo-table-hover:not(.mo-table-dragging) .mo-table-tr:not(.mo-table-tr-empty):not(.mo-table-tr-summary):hover .mo-table-td.mo-table-col-fixed-left::before,
.mo-table-hover .mo-table-tr-drag .mo-table-td.mo-table-col-fixed-left::before,
.mo-table-hover:not(.mo-table-dragging) .mo-table-tr:not(.mo-table-tr-empty):not(.mo-table-tr-summary):hover .mo-table-td.mo-table-col-fixed-right::before,
.mo-table-hover .mo-table-tr-drag .mo-table-td.mo-table-col-fixed-right::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: var(--color-fill-1);
  content: '';
}
.mo-table-hover .mo-table-tr-expand:not(.mo-table-tr-empty):hover .mo-table-td:not(.mo-table-col-fixed-left):not(.mo-table-col-fixed-right) {
  background-color: var(--color-fill-1);
}
.mo-table-tr-expand .mo-table-td .mo-table-hover .mo-table-tr:not(.mo-table-tr-empty) .mo-table-td:not(.mo-table-col-fixed-left):not(.mo-table-col-fixed-right) {
  background-color: transparent;
}
.mo-table-tr-expand .mo-table-td .mo-table-hover .mo-table-tr:not(.mo-table-tr-empty) .mo-table-td.mo-table-col-fixed-left::before,
.mo-table-tr-expand .mo-table-td .mo-table-hover .mo-table-tr:not(.mo-table-tr-empty) .mo-table-td.mo-table-col-fixed-right::before {
  background-color: transparent;
}
.mo-table-tfoot {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 100%;
  overflow-x: auto;
  background-color: var(--color-neutral-2);
  box-shadow: 0 -1px 0 var(--color-neutral-3);
  scrollbar-color: transparent transparent;
}
.mo-table-tfoot::-webkit-scrollbar {
  height: 0;
  background-color: transparent;
}
.mo-table tfoot .mo-table-td {
  background-color: var(--color-neutral-2);
}
.mo-table-tr-checked .mo-table-td {
  background-color: var(--color-fill-1);
}
.mo-table .mo-table-cell {
  padding: 9px 16px;
}
.mo-table .mo-table-th {
  font-size: 14px;
}
.mo-table .mo-table-td {
  font-size: 14px;
}
.mo-table .mo-table-footer {
  padding: 9px 16px;
}
.mo-table .mo-table-tr-expand .mo-table-td .mo-table {
  margin: -9px -16px calc(-9px - 1px) -16px;
}
.mo-table .mo-table-editable-row .mo-table-cell-wrap-value {
  padding: 9px 16px;
}
.mo-table-size-medium .mo-table-cell {
  padding: 7px 16px;
}
.mo-table-size-medium .mo-table-th {
  font-size: 14px;
}
.mo-table-size-medium .mo-table-td {
  font-size: 14px;
}
.mo-table-size-medium .mo-table-footer {
  padding: 7px 16px;
}
.mo-table-size-medium .mo-table-tr-expand .mo-table-td .mo-table {
  margin: -7px -16px calc(-7px - 1px) -16px;
}
.mo-table-size-medium .mo-table-editable-row .mo-table-cell-wrap-value {
  padding: 7px 16px;
}
.mo-table-size-small .mo-table-cell {
  padding: 5px 16px;
}
.mo-table-size-small .mo-table-th {
  font-size: 14px;
}
.mo-table-size-small .mo-table-td {
  font-size: 14px;
}
.mo-table-size-small .mo-table-footer {
  padding: 5px 16px;
}
.mo-table-size-small .mo-table-tr-expand .mo-table-td .mo-table {
  margin: -5px -16px calc(-5px - 1px) -16px;
}
.mo-table-size-small .mo-table-editable-row .mo-table-cell-wrap-value {
  padding: 5px 16px;
}
.mo-table-size-mini .mo-table-cell {
  padding: 2px 16px;
}
.mo-table-size-mini .mo-table-th {
  font-size: 12px;
}
.mo-table-size-mini .mo-table-td {
  font-size: 12px;
}
.mo-table-size-mini .mo-table-footer {
  padding: 2px 16px;
}
.mo-table-size-mini .mo-table-tr-expand .mo-table-td .mo-table {
  margin: -2px -16px calc(-2px - 1px) -16px;
}
.mo-table-size-mini .mo-table-editable-row .mo-table-cell-wrap-value {
  padding: 2px 16px;
}
.mo-table-virtualized .mo-table-element {
  table-layout: fixed;
}
.mo-table-virtualized div.mo-table-body div.mo-table-tr {
  display: flex;
}
.mo-table-virtualized div.mo-table-body div.mo-table-td {
  display: flex;
  flex: 1;
  align-items: center;
}
.mo-table-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 12px;
}
.mo-table-pagination-left {
  justify-content: flex-start;
}
.mo-table-pagination-center {
  justify-content: center;
}
.mo-table-pagination-top {
  margin-top: 0;
  margin-bottom: 12px;
}
