.react-flow{direction:ltr}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1;cursor:grab}.react-flow__pane.selection{cursor:pointer}.react-flow__pane.dragging{cursor:grabbing}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow .react-flow__edges{pointer-events:none;overflow:visible}.react-flow__edge-path,.react-flow__connection-path{stroke:#b1b1b7;stroke-width:1;fill:none}.react-flow__edge{pointer-events:visibleStroke;cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge:focus .react-flow__edge-path,.react-flow__edge:focus-visible .react-flow__edge-path{stroke:#555}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge-textbg{fill:#fff}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.react-flow__connectionline{z-index:1001}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:grab}.react-flow__node.dragging{cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.react-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background:#1a192b;border:1px solid white;border-radius:100%}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:-4px;transform:translate(-50%)}.react-flow__handle-top{left:50%;top:-4px;transform:translate(-50%)}.react-flow__handle-left{top:50%;left:-4px;transform:translateY(-50%)}.react-flow__handle-right{right:-4px;top:50%;transform:translateY(-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__panel{position:absolute;z-index:5;margin:15px}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.center{left:50%;transform:translate(-50%)}.react-flow__attribution{font-size:10px;background:#ffffff80;padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-default,.react-flow__node-input,.react-flow__node-output,.react-flow__node-group{padding:10px;border-radius:3px;width:150px;font-size:12px;color:#222;text-align:center;border-width:1px;border-style:solid;border-color:#1a192b;background-color:#fff}.react-flow__node-default.selectable:hover,.react-flow__node-input.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:0 1px 4px 1px #00000014}.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:0 0 0 .5px #1a192b}.react-flow__node-group{background-color:#f0f0f040}.react-flow__nodesselection-rect,.react-flow__selection{background:#0059dc14;border:1px dotted rgba(0,89,220,.8)}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls{box-shadow:0 0 2px 1px #00000014}.react-flow__controls-button{border:none;background:#fefefe;border-bottom:1px solid #eee;box-sizing:content-box;display:flex;justify-content:center;align-items:center;width:16px;height:16px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:5px}.react-flow__controls-button:hover{background:#f4f4f4}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__minimap{background-color:#fff}.react-flow__minimap svg{display:block}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{width:4px;height:4px;border:1px solid #fff;border-radius:1px;background-color:#3367d9;transform:translate(-50%,-50%)}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:#3367d9;border-width:0;border-style:solid}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.react-flow__resize-control.line.left{left:0;border-left-width:1px}.react-flow__resize-control.line.right{left:100%;border-right-width:1px}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{height:1px;transform:translateY(-50%);left:0;width:100%}.react-flow__resize-control.line.top{top:0;border-top-width:1px}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}._contextMenu_s0cam_1{z-index:9999}._contextMenuItem_s0cam_6{-moz-column-gap:5px;column-gap:5px;border:none;width:100%;background-color:transparent;border-radius:calc(var(--border-rad) - 5px);font-family:var(--font-family);color:var(--txt);text-align:left}.react-flow__handle.connecting{border-color:var(--accent-light)}.react-flow__connection-path,.temp>path:first-of-type{stroke:var(--accent-color);stroke-dasharray:15px;animation:_animate-stroke_z8h0q_1 3s linear infinite;stroke-linecap:round;stroke-width:5;fill:none;marker-end:url(#connection-marker)}._edge-path_z8h0q_17{stroke:var(--accent-color);stroke-width:4px;stroke-linecap:round;transition:stroke-width .2s;fill:none}._shadow-edge-path_z8h0q_25{fill:none;stroke-width:25px}._edge-dashed_z8h0q_30{stroke-dasharray:10;stroke-linecap:round;stroke-width:3px;opacity:.7}.edge .react-flow__edgeupdater:hover{fill:var(--accent-color);r:9;stroke-linecap:round;transition:fill .2s}.edge .edge-path:hover{stroke:var(--accent-color);stroke-width:6px;stroke-linecap:round;cursor:pointer}.edge.selected .edge-path{stroke-dasharray:7;stroke-linecap:round;fill:none}.edge.selected .edge-path{animation:animate-stroke 3s linear infinite}@keyframes _animate-stroke_z8h0q_1{0%{stroke-dashoffset:0}to{stroke-dashoffset:-150px}}._handleRight_1rvhr_1{right:-11px}._handleConditionRight_1rvhr_5{right:-30px}._handleLeft_1rvhr_9{left:-11px}._handleFlowConditionLeft_1rvhr_13{left:-11px;top:29px}._outputHandle_1rvhr_18{border:4px solid var(--accent-color);background:transparent;aspect-ratio:1 / 1;width:18px;height:18px;border-radius:50%;box-shadow:0 1px 3px #0003}._nodeTitle_1rvhr_28{text-transform:capitalize;position:absolute;bottom:calc(100% + 6px);display:flex;align-items:center}._handleBottom_1rvhr_36{bottom:-11px;z-index:2;height:14px;width:14px}._handleTop_1rvhr_43{top:-11px}._nodeContentWrapper_1fwa3_1{transition:transform .2s ease,filter .3s ease;filter:drop-shadow(0 3px 3px rgba(0,0,0,10%)) drop-shadow(0 4px 8px rgba(0,0,0,1%))}[color-scheme=dark] ._nodeContentWrapper_1fwa3_1{filter:drop-shadow(0 3px 3px rgba(0,0,0,100%)) drop-shadow(0 4px 6px rgba(0,0,0,1%))}._nodeContentWrapper_1fwa3_1:active{cursor:grabbing;filter:drop-shadow(0 3px 9px rgba(0,0,0,10%)) drop-shadow(0 4px 15px rgba(0,0,0,1%))}._toolNode_1fwa3_17,._subNode_1fwa3_18{box-shadow:0 0 0 1.5px var(--border-20) inset,0 4px 11px -8px #afafaf;color:var(--accent-color);height:75px;background:var(--bg);width:75px;border-radius:50%;border:none;display:grid;place-items:center;cursor:grab}._toolNode_1fwa3_17{clip-path:url(#tools-clip-path)}._inputToolNode_1fwa3_38{clip-path:url(#input-tools-clip-path)}._toolNode_1fwa3_17:active,._subNode_1fwa3_18:active{cursor:grabbing}.selected ._toolNode_1fwa3_17,.selected ._subNode_1fwa3_18,._toolNode_1fwa3_17:focus-within,._subNode_1fwa3_18:focus-within{box-shadow:0 0 0 3px var(--accent-color) inset,0 4px 11px -8px #afafaf,0 0 0 1px var(--accent-color)}.selected ._nodeWrapper_1fwa3_57 ._actions_1fwa3_57{display:flex}._handleRight_1yeg1_1{right:-11px}._handleConditionRight_1yeg1_5{right:-30px}._handleLeft_1yeg1_9{left:-11px}._handleFlowConditionLeft_1yeg1_13{left:-11px;top:29px}._node_1yeg1_18{width:240px;box-shadow:0 0 0 1.5px var(--border-20) inset,0 4px 11px -8px #afafaf;height:70px;background:var(--bg);border-radius:20px;cursor:grab;transition:transform .2s,box-shadow .2s;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:2;position:relative;clip-path:url(#node-clip-path)}._node_1yeg1_18:active{cursor:grabbing}._inputNode_1yeg1_41{clip-path:url(#triggerNode-clip-path)}.selected ._node_1yeg1_18,._node_1yeg1_18:focus-within{box-shadow:0 0 0 3px var(--accent-color) inset,0 4px 11px -8px #afafaf,0 0 0 1px var(--accent-color)}[color-scheme=dark] ._node_1yeg1_18{background:var(--bg)}[color-scheme=dark] ._node_1yeg1_18:active{box-shadow:0 7px 14px -8px #000;cursor:grabbing}._cardContentTitle_1yeg1_62,._cardContentSubTitle_1yeg1_63{display:inline-block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;background-color:red;max-width:100px}._outputHandle_1yeg1_72{border:4px solid var(--accent-color);background:transparent;aspect-ratio:1 / 1;width:18px;height:18px;border-radius:50%;box-shadow:0 1px 3px #0003;z-index:2}._card_12uwy_1{width:240px;border:1px solid var(--bg-10);transition:transform .2s ease,filter .3s ease,box-shadow .2s}[color-scheme=dark] ._card_12uwy_1{background:var(--bg)}.selected ._card_12uwy_1,._card_12uwy_1:focus-within{box-shadow:0 0 0 3px var(--accent-color) inset,0 4px 11px -8px #afafaf}._card_12uwy_1:active{cursor:grabbing}._leftHandle_12uwy_25{top:36px;box-shadow:0 0 0 3px var(--fbuilder-bg) inset}[color-scheme=dark] ._leftHandle_12uwy_25{box-shadow:0 0 0 3px var(--bg) inset}._rightHandle_1siwg_1{box-shadow:0 0 0 6px var(--fbuilder-bg) inset;right:-22px}[color-scheme=dark] ._rightHandle_1siwg_1{box-shadow:0 0 0 6px var(--bg) inset}._flowAppListItem_9i0w1_1{background:var(--bg-5);border-radius:var(--border-rad);box-shadow:0 0 8px 0 var(--bg-10) inset}._app_9i0w1_8{border-radius:var(--border-rad);padding:4px;color:var(--txt);background-color:var(--bg);box-shadow:0 0 0 2px var(--border-20);position:relative;z-index:5}._appShadowIcon_9i0w1_19{top:50%;left:10px;transform:translateY(-50%);width:34px;height:34px}._appShadowTitle_9i0w1_28{top:50%;left:47px;transform:translateY(-50%);height:12px;width:60%;border-radius:3px}._appInfo_9i0w1_38{position:absolute;bottom:5px;right:5px}._searchResultMenu_7lf2r_1{margin:0;border-bottom:1px solid var(--surface6)}._searchMenuTitle_7lf2r_11{color:var(--text2)}._searchMenuActive_7lf2r_16{color:var(--text1)!important}._uderLine_7lf2r_20{width:100%;height:4px;background-color:var(--surface4);border-radius:100px 100px 0 0}._appsTab_7lf2r_37{margin-block:.625rem;border-bottom:1px solid var(--border-20)}._searchedResultLabel_7lf2r_42{padding-bottom:8px;padding-inline:.625rem;font-size:16px;color:var(--txt);border-bottom:1px solid var(--border-20)}._notFound_7lf2r_54{color:var(--bg-30)}._flowDetails_125ai_1{grid-template-columns:200px 1fr}._appInfo_125ai_13{margin-bottom:2px}._appIcon_125ai_22{width:35px;height:35px}._appActionName_125ai_32{padding:2px 3px;font-size:11px;border-radius:6px}._appSelectBtn_125ai_38{width:100%}._dummyImg_125ai_43{width:30px;height:30px;background-color:var(--bg-20);border-radius:10px;margin-right:7px}._appSearchInput_125ai_52{width:200px}._inputLabel_125ai_65{font-size:14px;color:var(--txt)}._addWebhookInput_125ai_79{width:316px}
