.custom-selected-layer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  box-sizing: border-box;
  background-color: transparent;
  border: 2px solid #47e;
  pointer-events: none;
}
.custom-selected-layer .custom-operate-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  padding: 1px;
}
