.event-container{align-items:center;cursor:pointer;display:flex;justify-content:center;position:relative}.delete-icon,.edit-icon{margin-left:5px;opacity:0;transition:opacity .3s;z-index:1}.event-container:hover .delete-icon,.event-container:hover .edit-icon{opacity:1}.flow-canvas-container{background-color:#0b0f1c;background-image:radial-gradient(#00f0ff22 1px,#0000 0);background-size:20px 20px;height:100%;width:100%}.edgebutton{align-items:center;align-self:center;background:#eee;border:1px solid #fff;border-radius:50%;cursor:pointer;display:flex;font-size:12px;height:20px;justify-content:center;line-height:1;width:20px}.edgebutton:hover{box-shadow:0 0 6px 2px #00000014}.edgebutton-foreignobject body{align-items:center;background:#0000;display:flex;height:40px;justify-content:center;min-height:40px;width:40px}.react-flow__edge-path{stroke-width:6px;stroke-dasharray:6;stroke-dashoffset:0;animation:dash 2s linear infinite}.react-flow__edge.selected .react-flow__edge-path{stroke:#00f}@keyframes dash{to{stroke-dashoffset:-16}}