.custom-edge-line {
  position: absolute;
  z-index: 1000;
  pointer-events: all;
}
.custom-edge-line .line-content {
  width: 60px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.custom-edge-line .line-icon-box {
  width: 16px;
  height: 16px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #296dff;
  visibility: visible;
}
