@charset "UTF-8";
/**
 * @description 全局主题变量配置
 */
/* stylelint-disable */
[data-v-3f83ce9d]:export {
  menu-color: #25293c;
  menu-color-active: rgba(255, 255, 255, 0.95);
  menu-background: white;
}
.mg-pagination-table .mg-table-topbar[data-v-3f83ce9d] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.mg-pagination-table .mg-table-topbar .topbar-left[data-v-3f83ce9d],
.mg-pagination-table .mg-table-topbar .topbar-right[data-v-3f83ce9d] {
  display: flex;
  align-items: center;
}
.mg-pagination-table .mg-table--header .mg-customer-table-header-cell-label[data-v-3f83ce9d] {
  border-bottom: 1px solid #ebeef5;
}
.mg-pagination-table .mg-customer-table-header-cell-label[data-v-3f83ce9d] {
  height: 28px;
  line-height: 28px;
  box-sizing: border-box;
  font-family: PingFang SC, -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, Hiragino Sans GB, Microsoft Yahei, STHeiti, SimSun, sans-serifsans-serif;
  font-weight: 500;
}
.mg-pagination-table .mg-customer-table-header-cell-body[data-v-3f83ce9d] {
  padding: 0 5px;
}
.mg-pagination-table .mg-customer-table-container[data-v-3f83ce9d] .el-table__header .oddHeaderCellColspan:nth-child(odd) {
  background: #d2efc8;
}
.mg-pagination-table .mg-customer-table-container[data-v-3f83ce9d] .el-table__header .oddHeaderCellColspan:nth-child(even) {
  background: #ffe3a6;
}
.mg-pagination-table .mg-customer-table-container[data-v-3f83ce9d] .eventHeaderCellColspan:nth-child(odd) {
  background: #bcd4ff;
}
.mg-pagination-table .mg-customer-table-container[data-v-3f83ce9d] .eventHeaderCellColspan:nth-child(even) {
  background: #ffc3c3;
}
.mg-pagination-table .mg-customer-table-headerAlign[data-v-3f83ce9d] .el-table__cell {
  vertical-align: middle !important;
}
.mg-pagination-table .mg-pagination-paging[data-v-3f83ce9d] {
  margin-top: 20px;
}
[data-v-3f83ce9d] .el-table__column-filter-trigger {
  display: none !important;
}
[data-v-3f83ce9d] .el-table th.el-table__cell > .cell.highlight {
  color: #000000;
}
[data-v-3f83ce9d] * {
  transition: none;
}
