body{margin:0;padding:0}.react-flow{--xy-edge-stroke-default:#b1b1b7;--xy-edge-stroke-width-default:1;--xy-edge-stroke-selected-default:#555;--xy-connectionline-stroke-default:#b1b1b7;--xy-connectionline-stroke-width-default:1;--xy-attribution-background-color-default:hsla(0,0%,100%,.5);--xy-minimap-background-color-default:#fff;--xy-minimap-mask-background-color-default:hsla(0,0%,94%,.6);--xy-minimap-mask-stroke-color-default:transparent;--xy-minimap-mask-stroke-width-default:1;--xy-minimap-node-background-color-default:#e2e2e2;--xy-minimap-node-stroke-color-default:transparent;--xy-minimap-node-stroke-width-default:2;--xy-background-color-default:transparent;--xy-background-pattern-dots-color-default:#91919a;--xy-background-pattern-lines-color-default:#eee;--xy-background-pattern-cross-color-default:#e2e2e2;--xy-node-color-default:inherit;--xy-node-border-default:1px solid #1a192b;--xy-node-background-color-default:#fff;--xy-node-group-background-color-default:hsla(0,0%,94%,.25);--xy-node-boxshadow-hover-default:0 1px 4px 1px rgba(0,0,0,.08);--xy-node-boxshadow-selected-default:0 0 0 0.5px #1a192b;--xy-node-border-radius-default:3px;--xy-handle-background-color-default:#1a192b;--xy-handle-border-color-default:#fff;--xy-selection-background-color-default:rgba(0,89,220,.08);--xy-selection-border-default:1px dotted rgba(0,89,220,.8);--xy-controls-button-background-color-default:#fefefe;--xy-controls-button-background-color-hover-default:#f4f4f4;--xy-controls-button-color-default:inherit;--xy-controls-button-color-hover-default:inherit;--xy-controls-button-border-color-default:#eee;--xy-controls-box-shadow-default:0 0 2px 1px rgba(0,0,0,.08);--xy-edge-label-background-color-default:#fff;--xy-edge-label-color-default:inherit;--xy-resize-background-color-default:#3367d9;background-color:var(--xy-background-color,var(--xy-background-color-default));direction:rtl}.react-flow.dark{--xy-edge-stroke-default:#3e3e3e;--xy-edge-stroke-width-default:1;--xy-edge-stroke-selected-default:#727272;--xy-connectionline-stroke-default:#b1b1b7;--xy-connectionline-stroke-width-default:1;--xy-attribution-background-color-default:hsla(0,0%,59%,.25);--xy-minimap-background-color-default:#141414;--xy-minimap-mask-background-color-default:rgba(60,60,60,.6);--xy-minimap-mask-stroke-color-default:transparent;--xy-minimap-mask-stroke-width-default:1;--xy-minimap-node-background-color-default:#2b2b2b;--xy-minimap-node-stroke-color-default:transparent;--xy-minimap-node-stroke-width-default:2;--xy-background-color-default:#141414;--xy-background-pattern-dots-color-default:#777;--xy-background-pattern-lines-color-default:#777;--xy-background-pattern-cross-color-default:#777;--xy-node-color-default:#f8f8f8;--xy-node-border-default:1px solid #3c3c3c;--xy-node-background-color-default:#1e1e1e;--xy-node-group-background-color-default:hsla(0,0%,94%,.25);--xy-node-boxshadow-hover-default:0 1px 4px 1px hsla(0,0%,100%,.08);--xy-node-boxshadow-selected-default:0 0 0 0.5px #999;--xy-handle-background-color-default:#bebebe;--xy-handle-border-color-default:#1e1e1e;--xy-selection-background-color-default:rgba(200,200,220,.08);--xy-selection-border-default:1px dotted rgba(200,200,220,.8);--xy-controls-button-background-color-default:#2b2b2b;--xy-controls-button-background-color-hover-default:#3e3e3e;--xy-controls-button-color-default:#f8f8f8;--xy-controls-button-color-hover-default:#fff;--xy-controls-button-border-color-default:#5b5b5b;--xy-controls-box-shadow-default:0 0 2px 1px rgba(0,0,0,.08);--xy-edge-label-background-color-default:#141414;--xy-edge-label-color-default:#f8f8f8}.react-flow__background{background-color:var(--xy-background-color-props,var(--xy-background-color,var(--xy-background-color-default)));pointer-events:none;z-index:-1}.react-flow__container{height:100%;position:absolute;right:0;top:0;width:100%}.react-flow__pane{z-index:1}.react-flow__pane.draggable{cursor:grab}.react-flow__pane.dragging{cursor:grabbing}.react-flow__pane.selection{cursor:pointer}.react-flow__viewport{pointer-events:none;transform-origin:100% 0;z-index:2}.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__edge-path{stroke:var(--xy-edge-stroke,var(--xy-edge-stroke-default));stroke-width:var(--xy-edge-stroke-width,var(--xy-edge-stroke-width-default));fill:none}.react-flow__connection-path{stroke:var(--xy-connectionline-stroke,var(--xy-connectionline-stroke-default));stroke-width:var(--xy-connectionline-stroke-width,var(--xy-connectionline-stroke-width-default));fill:none}.react-flow .react-flow__edges{position:absolute}.react-flow .react-flow__edges svg{overflow:visible;pointer-events:none;position:absolute}.react-flow__edge{pointer-events:visibleStroke}.react-flow__edge.selectable{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.selectable:focus .react-flow__edge-path,.react-flow__edge.selectable:focus-visible .react-flow__edge-path,.react-flow__edge.selected .react-flow__edge-path{stroke:var(--xy-edge-stroke-selected,var(--xy-edge-stroke-selected-default))}.react-flow__edge-textwrapper{pointer-events:all}.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}svg.react-flow__connectionline{overflow:visible;position:absolute;z-index:1001}.react-flow__nodes{pointer-events:none;transform-origin:100% 0}.react-flow__node{box-sizing:border-box;cursor:default;pointer-events:all;position:absolute;transform-origin:100% 0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__node.selectable{cursor:pointer}.react-flow__node.draggable{cursor:grab;pointer-events:all}.react-flow__node.draggable.dragging{cursor:grabbing}.react-flow__nodesselection{pointer-events:none;transform-origin:right top;z-index:3}.react-flow__nodesselection-rect{cursor:grab;pointer-events:all;position:absolute}.react-flow__handle{background-color:var(--xy-handle-background-color,var(--xy-handle-background-color-default));border:1px solid var(--xy-handle-border-color,var(--xy-handle-border-color-default));border-radius:100%;height:6px;min-height:5px;min-width:5px;pointer-events:none;position:absolute;width:6px}.react-flow__handle.connectingfrom{pointer-events:all}.react-flow__handle.connectionindicator{cursor:crosshair;pointer-events:all}.react-flow__handle-bottom{bottom:0;right:50%;top:auto;transform:translate(50%,50%)}.react-flow__handle-top{right:50%;top:0;transform:translate(50%,-50%)}.react-flow__handle-left{right:0;top:50%;transform:translate(50%,-50%)}.react-flow__handle-right{left:0;top:50%;transform:translate(-50%,-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__panel{margin:15px;position:absolute;z-index:5}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.bottom.center,.react-flow__panel.top.center{right:50%;transform:translateX(15px) translateX(50%)}.react-flow__panel.left{right:0}.react-flow__panel.right{left:0}.react-flow__panel.left.center,.react-flow__panel.right.center{top:50%;transform:translateY(-15px) translateY(-50%)}.react-flow__attribution{background:var(--xy-attribution-background-color,var(--xy-attribution-background-color-default));font-size:10px;margin:0;padding:2px 3px}.react-flow__attribution a{color:#999;text-decoration:none}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{pointer-events:none}.react-flow__edgelabel-renderer,.react-flow__viewport-portal{height:100%;position:absolute;right:0;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.react-flow__minimap{background:var(
    --xy-minimap-background-color-props,var(--xy-minimap-background-color,var(--xy-minimap-background-color-default))
  )}.react-flow__minimap-svg{display:block}.react-flow__minimap-mask{fill:var(
      --xy-minimap-mask-background-color-props,var(--xy-minimap-mask-background-color,var(--xy-minimap-mask-background-color-default))
    );stroke:var(
      --xy-minimap-mask-stroke-color-props,var(--xy-minimap-mask-stroke-color,var(--xy-minimap-mask-stroke-color-default))
    );stroke-width:var(
      --xy-minimap-mask-stroke-width-props,var(--xy-minimap-mask-stroke-width,var(--xy-minimap-mask-stroke-width-default))
    )}.react-flow__minimap-node{fill:var(
      --xy-minimap-node-background-color-props,var(--xy-minimap-node-background-color,var(--xy-minimap-node-background-color-default))
    );stroke:var(
      --xy-minimap-node-stroke-color-props,var(--xy-minimap-node-stroke-color,var(--xy-minimap-node-stroke-color-default))
    );stroke-width:var(
      --xy-minimap-node-stroke-width-props,var(--xy-minimap-node-stroke-width,var(--xy-minimap-node-stroke-width-default))
    )}.react-flow__background-pattern.dots{fill:var(
      --xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-dots-color-default))
    )}.react-flow__background-pattern.lines{stroke:var(
      --xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-lines-color-default))
    )}.react-flow__background-pattern.cross{stroke:var(
      --xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-cross-color-default))
    )}.react-flow__controls{box-shadow:var(--xy-controls-box-shadow,var(--xy-controls-box-shadow-default));display:flex;flex-direction:column}.react-flow__controls.horizontal{flex-direction:row}.react-flow__controls-button{align-items:center;background:var(--xy-controls-button-background-color,var(--xy-controls-button-background-color-default));border:none;border-bottom:1px solid var(
        --xy-controls-button-border-color-props,var(--xy-controls-button-border-color,var(--xy-controls-button-border-color-default))
      );color:var(
      --xy-controls-button-color-props,var(--xy-controls-button-color,var(--xy-controls-button-color-default))
    );cursor:pointer;display:flex;height:26px;justify-content:center;padding:4px;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:26px}.react-flow__controls-button svg{fill:currentColor;max-height:12px;max-width:12px;width:100%}.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-group,.react-flow__node-input,.react-flow__node-output{background-color:var(--xy-node-background-color,var(--xy-node-background-color-default));border:var(--xy-node-border,var(--xy-node-border-default));border-radius:var(--xy-node-border-radius,var(--xy-node-border-radius-default));color:var(--xy-node-color,var(--xy-node-color-default));font-size:12px;padding:10px;text-align:center;width:150px}.react-flow__node-default.selectable:hover,.react-flow__node-group.selectable:hover,.react-flow__node-input.selectable:hover,.react-flow__node-output.selectable:hover{box-shadow:var(--xy-node-boxshadow-hover,var(--xy-node-boxshadow-hover-default))}.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.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{box-shadow:var(--xy-node-boxshadow-selected,var(--xy-node-boxshadow-selected-default))}.react-flow__node-group{background-color:var(--xy-node-group-background-color,var(--xy-node-group-background-color-default))}.react-flow__nodesselection-rect,.react-flow__selection{background:var(--xy-selection-background-color,var(--xy-selection-background-color-default));border:var(--xy-selection-border,var(--xy-selection-border-default))}.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-button:hover{background:var(
        --xy-controls-button-background-color-hover-props,var(--xy-controls-button-background-color-hover,var(--xy-controls-button-background-color-hover-default))
      );color:var(
        --xy-controls-button-color-hover-props,var(--xy-controls-button-color-hover,var(--xy-controls-button-color-hover-default))
      )}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__controls-button:last-child{border-bottom:none}.react-flow__controls.horizontal .react-flow__controls-button{border-bottom:none;border-left:1px solid var(
        --xy-controls-button-border-color-props,var(--xy-controls-button-border-color,var(--xy-controls-button-border-color-default))
      )}.react-flow__controls.horizontal .react-flow__controls-button:last-child{border-left:none}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.bottom,.react-flow__resize-control.top{cursor:ns-resize}.react-flow__resize-control.bottom.right,.react-flow__resize-control.top.left{cursor:nesw-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nwse-resize}.react-flow__resize-control.handle{background-color:var(--xy-resize-background-color,var(--xy-resize-background-color-default));border:1px solid #fff;border-radius:1px;height:4px;transform:translate(50%,-50%);width:4px}.react-flow__resize-control.handle.left{right:0;top:50%}.react-flow__resize-control.handle.right{right:100%;top:50%}.react-flow__resize-control.handle.top{right:50%;top:0}.react-flow__resize-control.handle.bottom{right:50%;top:100%}.react-flow__resize-control.handle.bottom.left,.react-flow__resize-control.handle.top.left{right:0}.react-flow__resize-control.handle.bottom.right,.react-flow__resize-control.handle.top.right{right:100%}.react-flow__resize-control.line{border-color:var(--xy-resize-background-color,var(--xy-resize-background-color-default));border-style:solid;border-width:0}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{height:100%;top:0;transform:translate(50%);width:1px}.react-flow__resize-control.line.left{border-right-width:1px;right:0}.react-flow__resize-control.line.right{border-left-width:1px;right:100%}.react-flow__resize-control.line.bottom,.react-flow__resize-control.line.top{height:1px;right:0;transform:translateY(-50%);width:100%}.react-flow__resize-control.line.top{border-top-width:1px;top:0}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.react-flow__edge-textbg{fill:var(--xy-edge-label-background-color,var(--xy-edge-label-background-color-default))}.react-flow__edge-text{fill:var(--xy-edge-label-color,var(--xy-edge-label-color-default))}.builder-page{display:flex;flex-direction:column;height:100vh}.builder-page__body{display:flex;flex:1;overflow:hidden}.builder-page__canvas{background-color:#f8fcfe;flex:1;height:100%;position:relative}.builder-page__canvas .react-flow__attribution{display:none}.top-navbar{background-color:#fff;border-bottom:1px solid #f0f0f0;flex-wrap:wrap;gap:12px;justify-content:space-between;padding:12px 24px;position:sticky;top:0;z-index:10}.top-navbar,.top-navbar__left{align-items:center;display:flex}.top-navbar__left{gap:10px}.top-navbar__left .flow-name-section{padding:0 16px}.top-navbar__left .flow-name-section .flow-name-display{align-items:center;display:flex;gap:8px}.top-navbar__left .flow-name-section .flow-name-display .flow-name{color:#1f2937;font-size:20px;line-height:28px;margin-left:4px}.top-navbar__left .flow-name-section .flow-name-edit-mode{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.top-navbar__left .flow-name-section .flow-name-edit-mode .flow-name-actions{display:flex;gap:8px}.top-navbar__left .flow-name-section .flow-name-edit-mode .flow-name-input{height:36px;width:300px}.top-navbar__left .flow-name-section .flow-name-edit-mode .flow-name-input.ant-input{border-color:#d1d5db;border-radius:6px;font-size:16px;padding:4px 11px}.top-navbar__left .flow-name-section .flow-name-edit-mode .flow-name-input.ant-input:focus,.top-navbar__left .flow-name-section .flow-name-edit-mode .flow-name-input.ant-input:hover{box-shadow:0 0 0 2px rgba(24,144,255,.1)}.top-navbar__left .flow-name-section .flow-name-edit-mode .ant-btn{border-radius:6px;font-weight:500;height:36px;padding:4px 16px}.top-navbar__right{align-items:center;display:flex}.top-navbar__right .ant-btn{font-weight:500;height:40px;padding:12px 24px}.top-navbar__right .ant-btn .ant-btn-icon{align-items:center;display:flex}.top-navbar__right .ant-btn-variant-outlined{align-items:center;border-color:#f0f0f0;box-shadow:0 2px 5px rgba(0,0,0,.034);display:flex;gap:2px;justify-content:center;padding:12px!important}.react-flow{font-family:var(--ant-font-family),"Segoe UI","Roboto","Helvetica Neue","Arial"!important}.react-flow .flow-node{background:#fff;border-radius:8px;border-style:solid;border-width:1px;box-shadow:0 2px 4px rgba(0,0,0,.1);min-width:200px;padding:12px;position:relative;transition:all .2s ease}.react-flow .flow-node:hover{box-shadow:0 4px 8px rgba(0,0,0,.15);transform:translateY(-2px)}.react-flow .flow-node__content{align-items:flex-start;display:flex;gap:12px;max-width:220px;width:100%}.react-flow .flow-node__icon{align-items:center;background:#f5f5f5;border-radius:8px;display:flex;font-size:24px;height:36px;justify-content:center;min-width:36px;width:36px}.react-flow .flow-node__details{flex:1;overflow:hidden;width:100%}.react-flow .flow-node__title{color:#262626;font-size:16px;font-weight:600}.react-flow .flow-node__subtitle,.react-flow .flow-node__title{font-family:Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.react-flow .flow-node__subtitle{color:#666;font-size:14px;margin-top:4px}.react-flow .flow-node .node-delete-button{align-items:center;background-color:#f56565;border:none;border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,.2);color:#fff;cursor:pointer;display:flex;font-size:12px;height:20px;justify-content:center;left:-10px;padding:0;position:absolute;top:-10px;transition:all .2s ease;width:20px;z-index:10}.react-flow .flow-node .node-delete-button:hover{background-color:#e53e3e!important;transform:scale(1.1)}.react-flow .flow-node .node-delete-button:active{transform:scale(.95)}.react-flow .flow-node--trigger{border-color:#1890ff}.react-flow .flow-node--trigger .flow-node__icon{background-color:rgba(24,144,255,.1);color:#1890ff}.react-flow .flow-node--action{border-color:#52c41a}.react-flow .flow-node--action .flow-node__icon{background-color:rgba(82,196,26,.1);color:#52c41a}.react-flow .flow-node--condition{border-color:#faad14}.react-flow .flow-node--condition .flow-node__icon{background-color:rgba(250,173,20,.1);color:#faad14}.react-flow .flow-node--end{border-color:#00bcd4}.react-flow .flow-node--end .flow-node__icon{background-color:rgba(0,188,212,.1);color:#00bcd4}.notif-flow-edge-plus-button{align-items:center;background:"#FAFFFD";border:2px solid #22b855;border-radius:50%;box-shadow:"0 2px 4px rgba(0,0,0,0.2)";color:#22b855;cursor:pointer;display:flex;font-size:12px;height:26px;justify-content:center;width:26px}.delay-unit-select{width:100%}.notification-flow-email-body{display:flex;flex-direction:column;gap:16px}.notification-flow-email-body .notif-flow-rich-text-form-item{margin-bottom:0}.notification-flow-email-body .notif-flow-rich-text-form-item .ant-form-item-label{padding-bottom:8px}.notification-flow-email-body .notif-flow-rich-text-form-item .ant-form-item-label label{color:#666;font-size:14px;font-weight:500;height:auto}.notification-flow-email-body .notif-flow-rich-text-form-item .quill .ql-toolbar{border-top-left-radius:4px;border-top-right-radius:4px}.notification-flow-email-body .notif-flow-rich-text-form-item .quill .ql-container{border-bottom-left-radius:4px;border-bottom-right-radius:4px;min-height:320px}.notification-flow-email-body .email-variable-section{background-color:#f9f6f6;border-radius:4px;margin-top:58%;padding:12px}.notification-flow-email-body .email-variable-section .email-variable-header{margin-bottom:12px}.notification-flow-email-body .email-variable-section .email-variable-header p{border-bottom:1px solid #d9d9d9;color:#666;font-size:14px;font-weight:500;margin:0;padding-bottom:4px}.notification-flow-email-body .email-variable-section .dynamic-variables-container{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}.notification-flow-email-body .email-variable-section .dynamic-variable-chip{background-color:#fff;border:1px solid #d9d9d9;border-radius:16px;color:#595959;font-size:12px;height:auto;line-height:1.5;margin-bottom:8px;padding:4px 12px;transition:all .3s}.notification-flow-email-body .email-variable-section .dynamic-variable-chip:hover{color:#1890ff}.notification-flow-customization-form-field .ant-form-item{margin-bottom:8px}.notification-flow-customization-form-field .ant-form-item .ant-form-item-label{padding-bottom:8px}.notification-flow-customization-form-field .ant-form-item .ant-form-item-label label{color:#666;font-size:14px;font-weight:500;height:auto}.notification-flow-customization-form-field .ant-form-item .ant-input,.notification-flow-customization-form-field .ant-form-item .ant-input-number,.notification-flow-customization-form-field .ant-form-item .ant-select{height:40px;width:100%}.notification-flow-customization-form-field .ant-form-item .ant-input .ant-select-selector,.notification-flow-customization-form-field .ant-form-item .ant-input-number .ant-select-selector,.notification-flow-customization-form-field .ant-form-item .ant-select .ant-select-selector{border-radius:4px;padding:4px 12px}.notification-flow-customization-form-field .ant-form-item .ant-input .ant-select-selector .ant-select-selection-item,.notification-flow-customization-form-field .ant-form-item .ant-input-number .ant-select-selector .ant-select-selection-item,.notification-flow-customization-form-field .ant-form-item .ant-select .ant-select-selector .ant-select-selection-item{line-height:32px}.delay-action-form .delay-form-row{display:grid;gap:16px;grid-template-columns:repeat(2,1fr)}@media (max-width:768px){.delay-action-form .delay-form-row{grid-template-columns:1fr}}.delay-action-form .delay-form-row .ant-form-item{margin-bottom:8px}.delay-action-form .delay-form-row .ant-form-item .ant-form-item-label{padding-bottom:8px}.delay-action-form .delay-form-row .ant-form-item .ant-form-item-label label{color:#666;font-size:14px;font-weight:500;height:auto}.delay-action-form .delay-form-row .ant-form-item .ant-input-number,.delay-action-form .delay-form-row .ant-form-item .ant-select{width:100%}.delay-action-form .delay-form-row .ant-form-item .ant-input-number .ant-select-selector,.delay-action-form .delay-form-row .ant-form-item .ant-select .ant-select-selector{border-radius:4px;height:40px;padding:4px 12px}.delay-action-form .delay-form-row .ant-form-item .ant-input-number .ant-select-selector .ant-select-selection-item,.delay-action-form .delay-form-row .ant-form-item .ant-select .ant-select-selector .ant-select-selection-item{line-height:32px}.delay-action-form .delay-form-row .ant-form-item .ant-input-number{border-radius:4px;height:40px}.delay-action-form .delay-form-row .ant-form-item .ant-input-number .ant-input-number-handler-wrap{background:#fafafa;border-radius:4px 0 0 4px;opacity:1}.delay-action-form .delay-form-row .ant-form-item .ant-input-number .ant-input-number-input-wrap{height:38px}.delay-action-form .delay-form-row .ant-form-item .ant-input-number .ant-input-number-input-wrap input{height:100%;padding:4px 12px}.condition-form .condition-form-header{margin-bottom:24px}.condition-form .condition-form-header h3{font-size:18px;font-weight:500;margin:0}.condition-form .condition-form-row{display:flex;gap:16px;margin-bottom:16px}.condition-form .condition-form-row .ant-form-item{flex:1;margin-bottom:8px}.condition-form .condition-form-row .ant-form-item .ant-form-item-label{padding-bottom:8px}.condition-form .condition-form-row .ant-form-item .ant-form-item-label label{color:#666;font-size:14px;font-weight:500;height:auto}.condition-form .condition-end-date .ant-input,.condition-form .condition-end-date .ant-picker,.condition-form .condition-end-date .ant-select,.condition-form .condition-operator .ant-input,.condition-form .condition-operator .ant-picker,.condition-form .condition-operator .ant-select,.condition-form .condition-options .ant-input,.condition-form .condition-options .ant-picker,.condition-form .condition-options .ant-select,.condition-form .condition-start-date .ant-input,.condition-form .condition-start-date .ant-picker,.condition-form .condition-start-date .ant-select,.condition-form .condition-value .ant-input,.condition-form .condition-value .ant-picker,.condition-form .condition-value .ant-select{width:100%}.condition-form .condition-end-date .ant-input .ant-select-selector,.condition-form .condition-end-date .ant-picker .ant-select-selector,.condition-form .condition-end-date .ant-select .ant-select-selector,.condition-form .condition-operator .ant-input .ant-select-selector,.condition-form .condition-operator .ant-picker .ant-select-selector,.condition-form .condition-operator .ant-select .ant-select-selector,.condition-form .condition-options .ant-input .ant-select-selector,.condition-form .condition-options .ant-picker .ant-select-selector,.condition-form .condition-options .ant-select .ant-select-selector,.condition-form .condition-start-date .ant-input .ant-select-selector,.condition-form .condition-start-date .ant-picker .ant-select-selector,.condition-form .condition-start-date .ant-select .ant-select-selector,.condition-form .condition-value .ant-input .ant-select-selector,.condition-form .condition-value .ant-picker .ant-select-selector,.condition-form .condition-value .ant-select .ant-select-selector{border-radius:4px;height:40px;padding:4px 12px}.condition-form .condition-end-date .ant-input .ant-select-selector .ant-select-selection-item,.condition-form .condition-end-date .ant-picker .ant-select-selector .ant-select-selection-item,.condition-form .condition-end-date .ant-select .ant-select-selector .ant-select-selection-item,.condition-form .condition-operator .ant-input .ant-select-selector .ant-select-selection-item,.condition-form .condition-operator .ant-picker .ant-select-selector .ant-select-selection-item,.condition-form .condition-operator .ant-select .ant-select-selector .ant-select-selection-item,.condition-form .condition-options .ant-input .ant-select-selector .ant-select-selection-item,.condition-form .condition-options .ant-picker .ant-select-selector .ant-select-selection-item,.condition-form .condition-options .ant-select .ant-select-selector .ant-select-selection-item,.condition-form .condition-start-date .ant-input .ant-select-selector .ant-select-selection-item,.condition-form .condition-start-date .ant-picker .ant-select-selector .ant-select-selection-item,.condition-form .condition-start-date .ant-select .ant-select-selector .ant-select-selection-item,.condition-form .condition-value .ant-input .ant-select-selector .ant-select-selection-item,.condition-form .condition-value .ant-picker .ant-select-selector .ant-select-selection-item,.condition-form .condition-value .ant-select .ant-select-selector .ant-select-selection-item{line-height:32px}.condition-form .condition-end-date .ant-input,.condition-form .condition-operator .ant-input,.condition-form .condition-options .ant-input,.condition-form .condition-start-date .ant-input,.condition-form .condition-value .ant-input{border-radius:4px;height:40px;padding:4px 12px}.condition-form .condition-end-date .ant-picker,.condition-form .condition-operator .ant-picker,.condition-form .condition-options .ant-picker,.condition-form .condition-start-date .ant-picker,.condition-form .condition-value .ant-picker{border-radius:4px;height:40px;width:100%}.condition-form .condition-end-date .ant-picker .ant-picker-input input,.condition-form .condition-operator .ant-picker .ant-picker-input input,.condition-form .condition-options .ant-picker .ant-picker-input input,.condition-form .condition-start-date .ant-picker .ant-picker-input input,.condition-form .condition-value .ant-picker .ant-picker-input input{height:38px}.node-sidebar .ant-drawer-body{max-height:calc(100vh - 108px);overflow-y:auto;padding:16px}.node-sidebar .node-sidebar__footer{display:flex;gap:8px;justify-content:flex-end}.node-sidebar.insert-mode .ant-drawer-body{padding-top:8px}.node-sidebar.insert-mode .ant-drawer-body .node-insertion-content{padding:0}.node-sidebar.insert-mode .ant-drawer-body .node-insertion-content .node-type-header{margin-bottom:12px}.node-sidebar.insert-mode .ant-drawer-body .node-insertion-content .node-type-header h4{color:#262626;font-size:14px;font-weight:500}.node-sidebar.insert-mode .ant-drawer-body .node-insertion-content .node-type-tabs{display:flex;margin-bottom:24px;width:100%}.node-sidebar.insert-mode .ant-drawer-body .node-insertion-content .node-type-tabs .ant-radio-group{width:100%}.node-sidebar.insert-mode .ant-drawer-body .node-insertion-content .node-type-tabs .tab-button{align-items:center;border:1px solid #e5e7eb;display:flex;font-size:14px;height:40px;justify-content:center;padding:8px 16px;position:relative;width:50%}.node-sidebar.insert-mode .ant-drawer-body .node-insertion-content .node-type-tabs .tab-button:first-child{border-radius:0 6px 6px 0}.node-sidebar.insert-mode .ant-drawer-body .node-insertion-content .node-type-tabs .tab-button:last-child{border-radius:6px 0 0 6px}.node-sidebar.insert-mode .ant-drawer-body .node-insertion-content .node-type-tabs .tab-button.ant-radio-button-wrapper-checked{background:#fff;border-color:#23c55e;color:#000;z-index:1}.node-sidebar.insert-mode .ant-drawer-body .node-insertion-content .node-type-tabs .tab-button.ant-radio-button-wrapper-checked:before{display:none}.node-sidebar.insert-mode .ant-drawer-body .node-insertion-content .node-type-tabs .tab-button.ant-radio-button-wrapper-checked .check-icon{color:#23c55e;font-size:16px;margin-left:8px}.node-sidebar.insert-mode .ant-drawer-body .node-insertion-content .node-type-tabs .tab-button .ant-radio-button{display:none}.node-sidebar.insert-mode .ant-drawer-body .node-insertion-content .node-options-grid{display:grid;gap:16px;grid-template-columns:repeat(2,1fr)}@media (max-width:768px){.node-sidebar.insert-mode .ant-drawer-body .node-insertion-content .node-options-grid{grid-template-columns:1fr}}.node-sidebar.insert-mode .ant-drawer-body .node-insertion-content .node-options-grid .node-option{background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#374151;cursor:pointer;font-size:14px;padding:12px 16px;transition:all .2s}.node-sidebar.insert-mode .ant-drawer-body .node-insertion-content .node-options-grid .node-option:hover{background:#f9fdf7;border-color:#23c55e;transform:translateY(-1px)}@media (max-width:576px){.condition-form .condition-form-row{flex-direction:column;gap:0}.node-sidebar .ant-drawer-content-wrapper{width:100%!important}}.switch-icon--on .switch-background{fill:#1890ff}.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{height:1px;overflow-y:hidden;position:absolute;right:-100000px;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{word-wrap:break-word;box-sizing:border-box;height:100%;line-height:1.42;outline:none;overflow-y:auto;padding:12px 15px;-o-tab-size:4;tab-size:4;-moz-tab-size:4;text-align:right;white-space:pre-wrap}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;margin:0;padding:0}.ql-editor ol,.ql-editor ul{padding-right:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"\2022"}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"\2611"}.ql-editor ul[data-checked=false]>li:before{content:"\2610"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor li.ql-direction-rtl:before{margin-left:-1.5em;margin-right:.3em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-right:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-left:1.5em}.ql-editor ol li{counter-increment:list-0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-right:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-right:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-left:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-left:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-right:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-right:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-left:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-left:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-right:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-right:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-left:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-left:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-right:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-right:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-left:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-left:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-right:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-right:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-left:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-left:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-right:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-right:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-left:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-left:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-right:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-right:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-left:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-left:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-right:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-right:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-left:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-left:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-right:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-right:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-left:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-left:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 auto 0 0}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:ltr;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:left}.ql-editor.ql-blank:before{color:rgba(0,0,0,.6);content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow .ql-toolbar:after,.ql-snow.ql-toolbar:after{clear:both;content:"";display:table}.ql-snow .ql-toolbar button,.ql-snow.ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:right;height:24px;padding:3px 5px;width:28px}.ql-snow .ql-toolbar button svg,.ql-snow.ql-toolbar button svg{float:right;height:100%}.ql-snow .ql-toolbar button:active:hover,.ql-snow.ql-toolbar button:active:hover{outline:none}.ql-snow .ql-toolbar input.ql-image[type=file],.ql-snow.ql-toolbar input.ql-image[type=file]{display:none}.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar button.ql-active,.ql-snow .ql-toolbar button:focus,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover{color:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow .ql-toolbar button:hover:not(.ql-active),.ql-snow.ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-right:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-right:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{margin-bottom:5px;margin-top:5px;padding:5px 10px;white-space:pre-wrap}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:right;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:2px;padding-right:8px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{left:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;padding:2px 4px;width:24px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:right;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{left:0;margin-top:-9px;position:absolute;top:50%;width:18px}.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-item:before,.ql-snow .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-left:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:0 2px 8px rgba(0,0,0,.2)}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-left:8px}.ql-snow .ql-tooltip input[type=text]{border:1px solid #ccc;display:none;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-left:1px solid #ccc;content:"Edit";margin-right:16px;padding-left:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-right:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-left:0;content:"Save";padding-left:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.automation-list{padding:20px}.automation-list__header{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin-bottom:16px}.automation-list__header .ant-btn-primary{font-weight:500;height:34px;padding:8px 14px}.automation-list__header .filter-search-group{align-items:center;display:flex;gap:12px}.automation-list__header .filter-search-group .status-filter-select{min-width:140px}.automation-list__header .filter-search-group .status-filter-select .ant-select-selector{align-items:center;display:flex;height:34px}.automation-list__header .filter-search-group .status-filter-select .ant-select-selector .ant-select-selection-item{line-height:32px}.automation-list__header .filter-search-group .status-filter-select .ant-select-arrow{height:34px;line-height:34px;margin-top:-17px}.automation-list__header .filter-search-group .status-filter-select .ant-select-arrow .ri-arrow-down-s-line{color:#6b7280;font-size:20px}.automation-list__header .filter-search-group .automation-search{width:320px}.automation-list__header .filter-search-group .automation-search .ant-input-wrapper .ant-input-outlined{height:34px}.automation-list__header .filter-search-group .automation-search .ant-input-wrapper .ant-input-outlined::-moz-placeholder{color:#9ca3af}.automation-list__header .filter-search-group .automation-search .ant-input-wrapper .ant-input-outlined::placeholder{color:#9ca3af}.automation-list__header .filter-search-group .automation-search .ant-input-wrapper .ant-input-search-button{border:1px solid #e5e7eb;border-radius:6px 0 0 6px;border-right:none;box-shadow:0 1px 2px rgba(0,0,0,.05);height:34px;width:34px}.automation-list__header .filter-search-group .automation-search .ant-input-wrapper .ant-input-search-button .anticon{color:#6b7280}.automation-list__table .ant-table-thead>tr>th{background:#f9fafb;color:#6b7280;font-size:14px;font-weight:500}.automation-list__table .ant-table-tbody>tr>td{color:#111827;font-size:14px;padding:14px 16px}.automation-list__table .ant-table-tbody>tr>td .status--published{background-color:#ecfdf5;border-radius:16px;color:#10b981;display:inline-block;font-size:12px;font-weight:500;padding:4px 12px}.automation-list__table .ant-table-tbody>tr>td .status--draft{background-color:#f3f4f6;border-radius:16px;color:#6b7280;display:inline-block;font-size:12px;font-weight:500;padding:4px 12px}.automation-list__table .ant-table-tbody>tr>td .actions-cell{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.automation-list .bulk-actions-bar{align-items:center;background-color:#f9f9f9;border:1px solid #eee;border-radius:4px;display:flex;margin-bottom:16px;padding:8px 16px}.automation-list .bulk-actions-bar .bulk-delete-btn{margin-left:16px}.automation-list .bulk-actions-bar .selected-count{color:#666;font-size:14px}@media (max-width:768px){.automation-list__header{align-items:flex-start;flex-direction:column}.automation-list__header .filter-search-group{align-items:stretch;width:100%}.automation-list__header .filter-search-group .automation-search{width:100%}.automation-list__table .ant-table{font-size:13px}}.automation-list__table .ant-table-tbody>tr>td.ant-table-selection-column,.automation-list__table .ant-table-thead>tr>th.ant-table-selection-column{padding-right:16px}.automation-list__table .ant-checkbox-wrapper .ant-checkbox-inner{height:18px;width:18px}.create-flow-modal .ant-modal-content{padding:24px}.create-flow-modal .ant-form-item-label{font-weight:600}.create-flow-modal .ant-select-selector,.create-flow-modal input{height:38px!important}.create-flow-modal .form-actions{margin-top:24px;text-align:left}.create-flow-modal .form-actions__buttons{display:flex;justify-content:space-between;width:100%}.toplevel_page_booktics #adminmenumain{display:none}.toplevel_page_booktics #wpcontent{margin-right:0}