.content-wrapper[data-v-20607a1f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}
.left[data-v-20607a1f] {
  background-color: #fff;
  color: #333;
  padding: 8px 12px;
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100vh - 80px);
  border-radius: 8px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 270px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.right[data-v-20607a1f] {
  color: #333;
  height: calc(100vh - 80px);
  padding: 0px;
  border-radius: 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.left-collapsed[data-v-20607a1f] {
  width: 0vw;
  padding: 0px;
}
.right-expand[data-v-20607a1f] {
  border-radius: 6px;
}
.right-collapsed[data-v-20607a1f] {
  width: 100vw;
}
.collapse-left-btn[data-v-20607a1f] {
  position: absolute;
  right: 1px;
  top: 50%;
  margin-top: -12px;
  cursor: pointer;
}
.icon-left[data-v-20607a1f] {
  width: 8px;
  height: 46px;
  background: var(--primary-color-with-alpha-06);
  border-radius: 4px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
}
.icon-right[data-v-20607a1f] {
  width: 8px;
  height: 46px;
  background: var(--primary-color-with-alpha-06);
  border-radius: 4px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
}
.icon-right i[data-v-20607a1f] {
  margin-left: 3px;
}
.expand-btn[data-v-20607a1f] {
  background-color: #f4f6f8;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -12px;
  z-index: 2;
  border-left: 0px;
  cursor: pointer;
}
.column[data-v-8b3d2f62] {
  position: relative;
}
.column .column_box[data-v-8b3d2f62] {
  border-radius: 0;
}
.level[data-v-8b3d2f62] {
  background: rgba(255, 255, 255, 0.16);
  border-radius: 2px;
  gap: 5px;
}
.level .level-list[data-v-8b3d2f62] {
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.separator[data-v-8b3d2f62] {
  position: absolute;
  left: 0px;
  top: 110px;
  width: 100%;
  border-top: 1px solid #fff;
}
.heading-title[data-v-8b3d2f62] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.heading[data-v-8b3d2f62] {
  margin-bottom: 5px;
  white-space: nowrap;
}
.title-name[data-v-8b3d2f62] {
  font-size: 18px;
  font-weight: 600;
  color: #363636;
}

.custom-data-analysis[data-v-3f9d739b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
}
.config-panel[data-v-3f9d739b] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.config-item[data-v-3f9d739b] {
  padding: 7px 10px;
  margin: 10px 0;
  background-color: #f6f6f6;
  cursor: move;
  font-size: 14px;
  border-radius: 4px;
}
.config-item[data-v-3f9d739b]:first-child{
  margin-top: 0;
}
.chart-area[data-v-3f9d739b] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border-radius: 8px;
  padding-top: 12px;
}
.chart-area[data-v-3f9d739b]:last-child {
  border-bottom: none;
}
.dropped-item[data-v-3f9d739b] {
  white-space: normal;
  word-break: break-word;
  display: inline-block;
  max-width: 100%;
}
.right-cnt[data-v-3f9d739b] {
  padding: 0 0px 0px 12px;
}
.right-cnt-bg[data-v-3f9d739b] {
  height: 100%;
  /* padding: 0 12px 6px 12px; */
  overflow: auto;
  height: calc(100vh - 61px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.grid-row[data-v-3f9d739b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin:0 12px 12px 0;
}
.grid-column[data-v-3f9d739b] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  width: 30%;
}
.level-item[data-v-3f9d739b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 12px;
  background: none;
  padding: 0;
  border-radius: 0px;
}
.btn-group[data-v-3f9d739b] {
  /* padding: 12px 0 0 0; */
  /* text-align: right; */
}
.modal-title[data-v-3f9d739b] {
  font-size: 14px;
  font-weight: 500;
}
.chart-item-list[data-v-3f9d739b] {
  margin: 0 12px 12px 12px;
}
.empty-area[data-v-3f9d739b] {
  font-size: 12px;
  margin-left: 12px;
}
.el-tag--medium[data-v-3f9d739b] {
  height: auto;
}
.modal-title-h3[data-v-3f9d739b] {
  font-weight: bold;
  margin: 2px;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 12px;
}
.page-header[data-v-3f9d739b] {
  padding: 12px;
  background: #fff;
  margin-bottom: 12px;
}
.chart-area-title[data-v-3f9d739b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px;
}
[data-v-3f9d739b] .left{
  height: calc(100vh - 62px);
}
[data-v-3f9d739b] .right{
  height: calc(100vh - 62px);
}
.card-group[data-v-3f9d739b]{
  background-color: #fff;width: 100%;
  margin-bottom: 12px;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.el-zoom-in-top-enter-active[data-v-3f9d739b] {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.el-zoom-in-top-leave-active[data-v-3f9d739b] {
  -webkit-transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.el-zoom-in-top-enter-from[data-v-3f9d739b], .el-zoom-in-top-leave-to[data-v-3f9d739b] {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  opacity: 0;
}
.tips[data-v-3f9d739b]{
  color: red;
  font-size: 12px;
  margin: auto 0 12px 12px;
}
.chart-area-flex[data-v-3f9d739b]{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.selected[data-v-3f9d739b] {
  /* background-color: var(--primary-color);  */
  color: var(--primary-color);
}
.option-close-btn[data-v-3f9d739b] {
  color: #909399;
  margin-left: 10px;
}
.option-close-btn[data-v-3f9d739b]:hover {
  color: #f56c6c;
}
[data-v-3f9d739b] .el-option__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.el-select-dropdown-item[data-v-3f9d739b]{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

