.xz-sheet-ui-moveable_zindex {
  z-index: 99 !important;
}
.xz-sheet-ui-charts-main {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  padding: 20px;
  width: 440px;
  height: 540px;
}
.xz-sheet-ui-charts-main .xz-sheet-ui-charts {
  width: 400px;
  height: 500px;
}
.xz-sheet-ui-charts-main .xz-sheet-ui-chart-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  box-sizing: border-box;
  padding: 40px 0;
  height: 100%;
}
.xz-sheet-ui-charts-main .xz-sheet-ui-chart-empty span {
  font-size: 14px;
  color: #5e6d82;
  line-height: 1.5em;
}
.xz-sheet-ui-selector-main {
  position: relative;
  width: 100%;
  height: 35px;
}
.xz-sheet-ui-selector-main .xz-sheet-ui-selector-content {
  display: flex;
  width: 100%;
  height: 100%;
}
.xz-sheet-ui-selector-main .xz-sheet-ui-selector-event {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.xz-sheet-ui-filter_drop-main {
  position: absolute;
  top: -305px;
  left: 0;
  background: #fff;
  width: 200px;
  height: 300px;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  padding: 10px;
}
.xz-sheet-ui-filter_drop-main .columns_main {
  height: 220px;
  overflow-y: auto;
  padding: 10px;
  border: 1px solid #DCDFE6;
}
.xz-sheet-ui-filter_drop-main .columns_main .check-list-main {
  display: flex;
  flex-direction: column;
}
.xz-sheet-ui-filter_drop-main .footer {
  display: flex;
  position: absolute;
  bottom: 10px;
  justify-content: flex-end;
  flex-direction: row;
  width: calc(100% - 20px);
}

