.editor-body {
  display: flex;
  flex-direction: row;
  height: calc(100% - 120px);
  position: relative;
  margin-top: 65px;
  background-color: #eeeeee;
}
.editor-panel {
  /* height: calc(100% - 24px); */
  width: 100%;
  padding: 12px;
  position: relative;
  overflow-y: auto;
}
.editor-grid {
  position: relative;
  width: 100%;
  padding: 12px;
  background-color: white;
}
.editor-grid-container {
  width: 100%;
  height: calc(100% - 24px);
  background-size: 4.166% 1%;
  background-image: linear-gradient(to right, #b1afaf8f 1px, transparent 1px),
    linear-gradient(to bottom, #b1afaf8f 1px, transparent 1px);
  /* border: 1px solid #b1afaf8f; */
}
.editor-property-manager {
  background: #fff;
  flex-shrink: 0;
  height: 100%;
  transition: 50ms;
  display: flex;
  flex-direction: column;
  column-gap: 12px;
  border-left: 1px solid #ebebeb;
  position: relative;
  width: 241px;
  z-index: 700;
  justify-content: space-between;
  overflow-y: auto;
}
.editor-property-group {
  display: flex;
  flex-direction: column;
}
.editor-property-header {
  height: 36px;
  border-bottom: 2px solid #ebebeb;
  display: flex;
  align-items: flex-end;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-transform: uppercase;
  color: #777;
}
.editor-property-component-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
}
.editor-component {
  background: #f9f9f9;
  border-radius: 4px;
  border: 1px solid #ebebeb;
  height: 52px;
  position: relative;
  width: 100%;
  transition: 0.15s ease-in-out;
  transition-property: transform;
  will-change: transform;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.editor-component-image {
  height: 52px;
  position: relative;
  transition: 0.15s ease-in-out;
  transition-property: transform;
  will-change: transform;
}
.editor-component-text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  text-align: center;
  color: #777;
  padding: 16px;
}
.widget-table {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  position: absolute;
  border: 2px solid transparent;
  z-index: 10;
  background: white;
}

.widget-table .resize-control {
  display: none;
}

.widget-table .control-button {
  display: none;
}

.widget-table.selected {
  border: 2px solid #82c0f4;
  background: #82c0f424;
}

.widget-table.selected .resize-control {
  display: flex;
}
.widget-table.selected .resize-control.top {
  cursor: ns-resize !important;
  top: -6px;
  left: 0px;
  height: 12px;
  width: 100%;
  position: absolute;
}
.widget-table.selected .resize-control.bottom {
  cursor: ns-resize !important;
  bottom: -6px;
  left: 0px;
  height: 12px;
  width: 100%;
  position: absolute;
}
.widget-table.selected .resize-control.left {
  cursor: ew-resize !important;
  top: 0;
  left: -6px;
  height: 100%;
  width: 12px;
  position: absolute;
}
.widget-table.selected .resize-control.right {
  cursor: ew-resize !important;
  top: 0;
  right: -6px;
  height: 100%;
  width: 12px;
  position: absolute;
}

.widget-table.selected .resize-control.top-left {
  position: absolute;
  left: -6px;
  top: -6px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  border: 1px solid #79bef7;
  background: white;
  cursor: nwse-resize !important;
}

.widget-table.selected .resize-control.top-right {
  position: absolute;
  right: -6px;
  top: -6px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  border: 1px solid #79bef7;
  background: white;
  cursor: nesw-resize !important;
}

.widget-table.selected .resize-control.bottom-left {
  position: absolute;
  left: -6px;
  bottom: -6px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  border: 1px solid #79bef7;
  background: white;
  cursor: nesw-resize !important;
}

.widget-table.selected .resize-control.bottom-right {
  position: absolute;
  right: -6px;
  bottom: -6px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  border: 1px solid #79bef7;
  background: white;
  cursor: nwse-resize !important;
}

.widget-table.selected .control-button {
  position: absolute;
  left: 8px;
  top: -18px;
  background-color: #2494f4;
  color: white;
  border-radius: 2px;
  font-size: 10px;
  display: flex;
  font-size: 10px;
  height: 16px;
  line-height: 15px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0px 4px;
  justify-content: center;
  align-items: center;
  cursor: move;
}

.widget-table.selected .control-button:focus,
.widget-table.selected .control-button:hover {
  background-color: #4aa8fa;
}
.widget-table.selected .control-button .button-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  user-select: none;
}
.widget-body {
  width: 100%;
  height: 100%;
  overflow: auto;
  background: white;
}

.editor-inspector {
  display: flex;
  flex-direction: column;
  padding: 12px;
}

.divider {
  min-width: 100%;
  background-color: #7777778c;
  height: 1px;
  margin: 16px 0;
}

.previewChartResult {
  display: none;
}

.collection-widget {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  position: absolute;
  border: 2px solid transparent;
}

.collection-widget .control-button {
  display: none;
}

.collection-widget .widget-table {
  position: relative;
}

.collection-widget.selected {
  border: 2px solid #82c0f4;
  background: #82c0f424;
}

.collection-widget.selected .control-button {
  position: absolute;
  left: 8px;
  top: -18px;
  background-color: #2494f4;
  color: white;
  border-radius: 2px;
  font-size: 10px;
  display: flex;
  font-weight: bold;
  height: 16px;
  line-height: 15px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0px 4px;
  justify-content: center;
  align-items: center;
  cursor: move;
}

.collection-widget-container {
  display: flex;
  position: relative;
}

.control-button {
  z-index: 20;
}

.crontime {
  border-radius: 0rem;
}

.html-editor {
  display: flex;
  flex-direction: row;
  position: relative;
  background-color: #eeeeee;
}

.left-panel {
  padding: 12px;
  position: relative;
}

.left-grid {
  position: relative;
  padding: 12px;
  background-color: white;
}

.left-view {
  width: 800px;
  height: calc(100% - 24px);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10'><circle cx='5' cy='5' r='0.5' fill='rgb(159, 159, 159)' /></svg>");
  background-size: 10px 10px;
  background-repeat: repeat;
  background-position: 9px 9px;
}

.right-panel {
  background: white;
  flex-shrink: 0;
  transition: 50ms;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #ebebeb;
  position: relative;
  width: 241px;
  gap: 4px;
}

.right-toolbox {
  display: flex;
  flex-direction: column;
}

.right-divider {
  border-bottom: 2px solid #ebebeb;
}

.editor-header {
  height: 36px;
  border-bottom: 2px solid #ebebeb;
  display: flex;
  align-items: flex-end;
  padding: 8px;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-transform: uppercase;
  color: #777;
}

.items-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
}

.editor-item {
  border-radius: 4px;
  border: 1px solid #ebebeb;
  height: 42px;
  position: relative;
  width: 100%;
  transition: 0.15s ease-in-out;
  transition-property: transform;
  will-change: transform;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.property-item {
  height: 42px;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 2px;
}

.border-lr-0 {
  border-left-width: 0px !important;
  border-right-width: 0px !important;
}

.clone-item {
  position: absolute;
}

.selected-item {
  border-bottom: 1px solid black;
}