.flow-container {
  width: 100%;
  height: calc(100vh - 71px);
}

.react-flow__controls {
  top: 50px !important;
  right: -5px !important;
  left: auto !important;
  bottom: auto !important;
}

.react-flow__panel.right {
  right: -5px !important;
}

.react-flow__attribution {
  display: none !important;
}

.node.selected {
  border: 2px dashed #f35958 !important;
  transform: scale(1.02);
}

.custom-handle {
  width: 17px !important;
  height: 17px !important;
  background: white !important;
  border: 2px solid #f35958 !important;
}
