.resetEmpty .editor-empty.editor-empty-normal .editor-empty-image svg > g > ellipse {
  fill: #e6e6e6;
}
.resetEmpty .editor-empty.editor-empty-normal .editor-empty-image svg > g > ellipse + g {
  stroke: #f2f2f2;
}
.resetEmpty .editor-empty.editor-empty-normal .editor-empty-image svg > g > ellipse + g path + path {
  fill: #bfbfbf;
}
.resetEmpty .editor-empty.editor-empty-normal .editor-empty-description {
  color: rgba(28, 36, 46, 0.45);
}
.scrollBar::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.scrollBar::-webkit-scrollbar-thumb {
  width: 10px;
  background: #f2f2f2;
  border-radius: 0;
}
.scrollBar::-webkit-scrollbar-track,
.scrollBar::-webkit-scrollbar,
.scrollBar::-webkit-scrollbar-corner {
  background: #bfbfbf;
  border-radius: 0;
}
.scrollBar::-webkit-scrollbar-track {
  border-color: #bfbfbf;
}
.whiteScrollBar::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.whiteScrollBar::-webkit-scrollbar-thumb {
  width: 10px;
  background: #c9c9c9;
  border-radius: 0;
}
.whiteScrollBar::-webkit-scrollbar-track,
.whiteScrollBar::-webkit-scrollbar,
.whiteScrollBar::-webkit-scrollbar-corner {
  background: transparent;
  border-radius: 0;
}
.whiteScrollBar::-webkit-scrollbar-track {
  border-color: transparent;
}
.hideScrollBar::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.hideScrollBar::-webkit-scrollbar-thumb {
  display: none;
}
.hideScrollBar::-webkit-scrollbar-track,
.hideScrollBar::-webkit-scrollbar,
.hideScrollBar::-webkit-scrollbar-corner {
  display: none;
}
.hideScrollBar::-webkit-scrollbar-track {
  display: none;
}
.textEllipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.editor-empty .editor-empty-normal .editor-empty-image svg > g > ellipse {
  fill: #e6e6e6;
}
.editor-empty .editor-empty-normal .editor-empty-image svg > g > ellipse + g {
  stroke: #f2f2f2;
}
.editor-empty .editor-empty-normal .editor-empty-image svg > g > ellipse + g path + path {
  fill: #bfbfbf;
}
.editor-empty .editor-empty-normal .editor-empty-description {
  color: rgba(28, 36, 46, 0.45);
}
.HeightOverflowY {
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
}
