.ag-transformer .circle {
  position: absolute;
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 50%;
  background: var(--themeColor);
  border: 2px solid var(--editorBgColor);
  box-sizing: border-box;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
}

.ag-transformer .top-left,
.ag-transformer .bottom-right {
  cursor: nwse-resize
}

.ag-transformer .top-right,
.ag-transformer .bottom-left {
  cursor: nesw-resize
}
