.editor-CustomDragLayer-cursor-move {
  cursor: move !important;
}
.editor-CustomDragLayer-cursor-add {
  cursor: copy !important;
}
.editor-CustomDragLayer-customer-container {
  position: relative;
}
.editor-CustomDragLayer-customer-layer {
  position: absolute;
  top: 10px;
  left: 10px;
  display: inline-block;
  padding: 2px 12px;
  color: #fff;
  font-size: 12px;
  background-color: #47e;
  border-radius: 2px;
}
.editor-CustomDragLayer-plus-btn {
  position: absolute;
  top: 5px;
  left: 5px;
}
.editor-CustomDragLayer-plus-btn .editor-CustomDragLayer-plus-icon {
  color: #2cb82c;
  font-size: 14px;
  background-color: #fff;
  border-radius: 50%;
}
.editor-CustomDragLayer-del-active {
  background-color: #f52230;
}
.editor-CustomDragLayer-del-button {
  position: fixed;
  bottom: 40px;
  left: calc(50% - 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ccc;
}
.editor-CustomDragLayer-btn-active {
  color: #f52230 !important;
  border-color: #f52230;
}
