.react-add-node .react-flow .react-flow__handle {
  width: 30px;
  height: 14px;
  border-radius: 3px;
  background-color: #784be8;
}

.react-add-node .react-flow .react-flow__handle-top {
  top: -10px;
}

.react-add-node .react-flow .react-flow__handle-bottom {
  bottom: -10px;
}

.react-add-node .react-flow .react-flow__node {
  height: 40px;
  width: 150px;
  justify-content: center;
  align-items: center;
  display: flex;
  border-width: 2px;
  font-weight: 700;
}

.react-add-node .react-flow .react-flow__edge path,
.react-add-node .react-flow__connectionline path {
  stroke-width: 2;
}

.react-add-node .wrapper {
  flex-grow: 1;
  height: 100%;
}