.react-flow{direction:ltr;--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;background-color:var(--xy-background-color,var(--xy-background-color-default));--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}.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,var(--xy-background-color-props,var(--xy-background-color-default)));pointer-events:none;z-index:-1}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1}.react-flow__pane.draggable{cursor:-webkit-grab;cursor:grab}.react-flow__pane.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__pane.selection{cursor:pointer}.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__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;position:absolute;pointer-events:none}.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{z-index:1001;overflow:visible;position:absolute}.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:default}.react-flow__node.selectable{cursor:pointer}.react-flow__node.draggable{cursor:-webkit-grab;cursor:grab;pointer-events:all}.react-flow__node.draggable.dragging{cursor:-webkit-grabbing;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:-webkit-grab;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;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%}.react-flow__handle.connectingfrom{pointer-events:all}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:0;transform:translate(-50%,50%)}.react-flow__handle-top{top:0;left:50%;transform:translate(-50%,-50%)}.react-flow__handle-left{top:50%;left:0;transform:translate(-50%,-50%)}.react-flow__handle-right{top:50%;right:0;transform:translate(50%,-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:translateX(-50%)}.react-flow__attribution{font-size:10px;background:var(--xy-attribution-background-color,var(--xy-attribution-background-color-default));padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{pointer-events:none}.react-flow__edgelabel-renderer,.react-flow__viewport-portal{position:absolute;width:100%;height:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;left:0;top:0}.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{display:flex;flex-direction:column;box-shadow:var(--xy-controls-box-shadow,var(--xy-controls-box-shadow-default))}.react-flow__controls.horizontal{flex-direction:row}.react-flow__controls-button{display:flex;justify-content:center;align-items:center;height:26px;width:26px;padding:4px;border:none;background:var(--xy-controls-button-background-color,var(--xy-controls-button-background-color-default));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;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px;fill:currentColor}.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{padding:10px;border-radius:var(--xy-node-border-radius,var(--xy-node-border-radius-default));width:150px;font-size:12px;color:var(--xy-node-color,var(--xy-node-color-default));text-align:center;border:var(--xy-node-border,var(--xy-node-border-default));background-color:var(--xy-node-background-color,var(--xy-node-background-color-default))}.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__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: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:var(--xy-resize-background-color,var(--xy-resize-background-color-default));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.bottom.left,.react-flow__resize-control.handle.top.left{left:0}.react-flow__resize-control.handle.bottom.right,.react-flow__resize-control.handle.top.right{left:100%}.react-flow__resize-control.line{border-color:var(--xy-resize-background-color,var(--xy-resize-background-color-default));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.bottom,.react-flow__resize-control.line.top{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%}.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))}.TopSearchMenu_menuText__1i3eV{position:relative;line-height:160%;display:flex;flex-direction:row;align-items:center;box-sizing:border-box;color:#fff;font-family:Noto Sans;font-size:12px;font-style:normal;font-weight:400}.TopSearchMenu_contextMenuArrow__7ey63{width:18px;position:relative;height:18px;object-fit:contain}.TopSearchMenu_menuItem__WSDWR{font-size:12px;padding:2px 12px;height:23px}.TopMenuPopper_contextMenuTextParent__ljny8{border-radius:4px;background-color:#838282;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:0;box-sizing:border-box;text-align:left;font-size:12px;color:#fff;font-family:Noto Sans;box-shadow:0 2px 12px 0 rgba(20,20,43,.12)}.ValidationPromptDialog_saveAttribute1__ooXZx{position:relative}.ValidationPromptDialog_saveAttributeWrapper__qY_PJ{align-self:stretch;border-bottom:1px solid #f2f2f2;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;padding:0 0 10px;font-size:20px}.ValidationPromptDialog_conditionName__7BW2w{align-self:stretch;position:relative;line-height:14px;font-weight:500}.ValidationPromptDialog_inputText__ZVjfS{position:relative;line-height:160%;font-weight:500}.ValidationPromptDialog_textField__C_GeM{width:288px;border-radius:4px;background-color:#ecf1f9;border:1px solid #dadada;box-sizing:border-box;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;padding:8px 12px;font-size:16px;color:#3d3d3d;font-family:Inter}.ValidationPromptDialog_conditionNameParent__0efRv{align-self:stretch;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:8px 0;gap:8px;color:#a7a7a7}.ValidationPromptDialog_radioButton3Child__dnNBb{width:20px;position:relative;border-radius:50%;border:2px solid #aab2be;box-sizing:border-box;height:20px}.ValidationPromptDialog_label__p3pDx{position:relative;line-height:100%;font-weight:500}.ValidationPromptDialog_radioButton3__JAzUm{overflow:hidden;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px}.ValidationPromptDialog_radioButton__2pyer{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:16px;font-size:16px;color:#374151}.ValidationPromptDialog_buttonNew__koFnm{border-radius:6px;border:1px solid #63a6e7}.ValidationPromptDialog_buttonNew1__DfdtA,.ValidationPromptDialog_buttonNew__koFnm{flex:1 1;overflow:hidden;display:flex;flex-direction:row;align-items:center;justify-content:center;padding:12px 24px}.ValidationPromptDialog_buttonNew1__DfdtA{border-radius:6px;background-color:#63a6e7;color:#fff}.ValidationPromptDialog_button__NDYaj{align-self:stretch;display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;padding:8px 0 0;gap:16px;text-align:center;color:#63a6e7}.ValidationPromptDialog_saveAttribute__czhg_{position:relative;border-radius:8px;background-color:#fff;width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:16px;box-sizing:border-box;gap:16px;text-align:left;font-size:14px;color:#0f0f0f;font-family:Noto Sans}.DeleteConformDialog_iconParkOutlineattention__p_lC9{width:48px;position:relative;height:48px;overflow:hidden;flex-shrink:0;background-image:url(/_next/static/media/delete_conform_dialog.7b5aa6e0.svg)}.DeleteConformDialog_title1__ZXD7p{position:relative;line-height:160%;font-weight:600}.DeleteConformDialog_title__J4duQ{align-self:stretch;display:flex;flex-direction:row;align-items:flex-start;justify-content:center}.DeleteConformDialog_closeIconFrame__di2nm{width:1px;position:relative;height:1px}.DeleteConformDialog_header__S_hhe{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;font-size:16px}.DeleteConformDialog_text__zIWSU{position:relative;line-height:160%}.DeleteConformDialog_textParagraph__IeDSm{overflow:hidden}.DeleteConformDialog_slots__OS_Sl,.DeleteConformDialog_textParagraph__IeDSm{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.DeleteConformDialog_slots__OS_Sl{color:#374151}.DeleteConformDialog_text1__XJCnl{position:relative;line-height:160%;font-weight:500}.DeleteConformDialog_buttonNew__fIVpR{border-radius:6px;border:1px solid #63a6e7}.DeleteConformDialog_buttonNew1__TBwrx,.DeleteConformDialog_buttonNew__fIVpR{flex:1 1;overflow:hidden;display:flex;flex-direction:row;align-items:center;justify-content:center;padding:12px 24px}.DeleteConformDialog_buttonNew1__TBwrx{border-radius:6px;background-color:#f27170;color:#fff}.DeleteConformDialog_footer__fGj8G{align-self:stretch;display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;padding:20px 0 0;gap:16px;text-align:center;color:#63a6e7}.DeleteConformDialog_attentionDelete__UCG7O{position:relative;box-shadow:0 2px 12px rgba(20,20,43,.12);border-radius:6px;background-color:#fff;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;box-sizing:border-box;gap:12px;text-align:left;font-size:14px;color:#1f2937;font-family:Noto Sans}.PatternSaveAsDialog_saveAttribute1__T3sak{position:relative}.PatternSaveAsDialog_saveAttributeWrapper__R8EZk{align-self:stretch;border-bottom:1px solid #f2f2f2;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;padding:0 0 10px;font-size:20px}.PatternSaveAsDialog_conditionName__WT3aV{align-self:stretch;position:relative;line-height:14px;font-weight:500}.PatternSaveAsDialog_inputText__9V_ZK{position:relative;line-height:160%;font-weight:500}.PatternSaveAsDialog_textField__3wS6P{width:288px;border-radius:4px;background-color:#ecf1f9;border:1px solid #dadada;box-sizing:border-box;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;padding:8px 12px;font-size:16px;color:#3d3d3d;font-family:Inter}.PatternSaveAsDialog_conditionNameParent__s2fDq{align-self:stretch;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:8px 0;gap:8px;color:#a7a7a7}.PatternSaveAsDialog_radioButton3Child__jJ5Hq{width:20px;position:relative;border-radius:50%;border:2px solid #aab2be;box-sizing:border-box;height:20px}.PatternSaveAsDialog_label__eMME9{position:relative;line-height:100%;font-weight:500}.PatternSaveAsDialog_radioButton3___Te5o{overflow:hidden;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px}.PatternSaveAsDialog_radioButton__E6si3{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:16px;font-size:16px;color:#374151}.PatternSaveAsDialog_buttonNew__lgXSj{border-radius:6px;border:1px solid #63a6e7}.PatternSaveAsDialog_buttonNew1__ayZ6D,.PatternSaveAsDialog_buttonNew__lgXSj{flex:1 1;overflow:hidden;display:flex;flex-direction:row;align-items:center;justify-content:center;padding:12px 24px}.PatternSaveAsDialog_buttonNew1__ayZ6D{border-radius:6px;background-color:#63a6e7;color:#fff}.PatternSaveAsDialog_button__j4vY3{align-self:stretch;display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;padding:8px 0 0;gap:16px;text-align:center;color:#63a6e7}.PatternSaveAsDialog_saveAttribute__2xrd6{position:relative;border-radius:8px;background-color:#fff;width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:16px;box-sizing:border-box;gap:16px;text-align:left;font-size:14px;color:#0f0f0f;font-family:Noto Sans}.NodeParamEditDialog_editNodeParams1__rHqd4{position:relative}.NodeParamEditDialog_editNodeParamsWrapper___SkdH{align-self:stretch;border-bottom:1px solid #f2f2f2;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;padding:0 0 10px;font-size:20px;color:#0f0f0f}.NodeParamEditDialog_name__vszF1{align-self:stretch;position:relative;line-height:14px;font-weight:500}.NodeParamEditDialog_inputText__flXlu{position:relative;line-height:160%;font-weight:500}.NodeParamEditDialog_textField__XJmMq{align-self:stretch;border-radius:4px;border:1px solid #dadada;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;padding:8px 12px;font-size:16px}.NodeParamEditDialog_nameParent__P6cn7{align-self:stretch;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:8px 0;gap:8px}.NodeParamEditDialog_no__bYENp{width:63px;position:relative;line-height:160%;font-weight:500;display:flex;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;height:21px;flex-shrink:0}.NodeParamEditDialog_keyboardArrowDownIcon__J0sed{width:20px;position:relative;height:20px;overflow:hidden;flex-shrink:0}.NodeParamEditDialog_noParent__CEeRQ{align-self:stretch;border-radius:4px;border:1px solid #dadada;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:8px 8px 8px 12px;font-size:13px;color:#3d3d3d;font-family:Inter}.NodeParamEditDialog_exactMatchNumberOf__1Iif5{position:relative;line-height:14px;font-weight:500}.NodeParamEditDialog_buttonNew__CqR1T{border-radius:6px;border:1px solid #63a6e7}.NodeParamEditDialog_buttonNew1__YpynR,.NodeParamEditDialog_buttonNew__CqR1T{flex:1 1;overflow:hidden;display:flex;flex-direction:row;align-items:center;justify-content:center;padding:12px 24px}.NodeParamEditDialog_buttonNew1__YpynR{border-radius:6px;background-color:#63a6e7;color:#fff}.NodeParamEditDialog_button__49PIN{align-self:stretch;display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;padding:8px 0 0;gap:16px;text-align:center;color:#63a6e7}.NodeParamEditDialog_editNodeParams___Di9Q{position:relative;box-shadow:0 2px 12px rgba(20,20,43,.12);border-radius:8px;background-color:#fff;width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:16px;box-sizing:border-box;gap:8px;text-align:left;font-size:14px;color:#a7a7a7;font-family:Noto Sans}.PatternSearchGrid_addRowGrid__79Glx{width:30px;height:30px;background-image:url(/_next/static/media/addRow.e0b6674b.svg);background-repeat:no-repeat}.PatternSearchGrid_deleteRowGrid__IGhCO{width:26px;height:26px;background-image:url(/_next/static/media/deleteRow.b5599abb.svg);background-repeat:no-repeat}.PatternSearchGrid_addParent__brEYq{align-items:flex-end;gap:24px;z-index:2;position:relative;font-family:Noto Sans;height:10px}.PatternSearchGrid_addParent__brEYq,.PatternSearchGrid_zoomInBottonParent__fM_35{display:flex;flex-direction:row;justify-content:flex-start;font-size:13px;color:#3d3d3d}.PatternSearchGrid_zoomInBottonParent__fM_35{align-items:center;gap:4px;line-height:160%;font-weight:500;text-align:left}.PatternSearchGrid_text__tPxwq{position:relative;line-height:160%;font-weight:500}.PanalNavisSearchMenu_menuText__hf54c{position:relative;line-height:160%;display:flex;flex-direction:row;align-items:center;box-sizing:border-box;color:#fff;font-family:Noto Sans;font-size:12px;font-style:normal;font-weight:400}.PanalNavisSearchMenu_contextMenuArrow__SzZ9o{width:18px;position:relative;height:18px;object-fit:contain}.PanalNavisSearchMenu_menuItem__ZTXxg{font-size:12px;padding:2px 12px;height:23px}.PageHeadDrawing_topMenuIconContainerParent__aySpU{margin:0!important;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:16px;z-index:2}.PageHeadDrawing_topMenuIconContainerWithBackGround__0APL_,.PageHeadDrawing_topMenuIconContainerWithOutHover__KSw9O,.PageHeadDrawing_topMenuIconContainer__c5nx2{border-radius:4px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;padding:8px}.PageHeadDrawing_topMenuIconContainerWithBackGround__0APL_{background-color:#155652}.PageHeadDrawing_topMenuIconContainer__c5nx2:hover{border-radius:4px;background-color:#155652;display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.PageHeadDrawing_attributeSearchIcon__RzLFJ{width:26px;height:26px;background-image:url(/_next/static/media/attributeSearch.db721c29.svg);background-repeat:no-repeat}.PageHeadDrawing_customSearchIcon__sMXyD{width:26px;height:26px;background-image:url(/_next/static/media/custom_search.ba664fda.png);background-repeat:no-repeat}.PageHeadDrawing_patternSearchIcon__neT8J{width:26px;height:26px;background-image:url(/_next/static/media/patternSearch.f00401eb.svg);background-repeat:no-repeat}.PageHeadDrawing_searchSearchIcon__t49ga{width:26px;height:26px;background-image:url(/_next/static/media/searchSearch.5d8a7331.svg);background-repeat:no-repeat}.PageHeadDrawing_tablefilterselectChild__vCxHz{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0;border-radius:4px;background-color:#fff;border:1px solid #e5e7eb;box-sizing:border-box}.PageHeadDrawing_arrowDropDownIcon__K8Cuh{position:absolute;top:calc(50% - 12px);right:8px;width:24px;height:24px;overflow:hidden;opacity:.7}.PageHeadDrawing_devProject__q88DQ{position:absolute;top:calc(50% - 10px);left:16px;line-height:160%;display:inline-block;width:160px;height:20px}.PageHeadDrawing_tablefilterselect__opwur{position:absolute;height:100%;width:100%;top:0;right:0;bottom:0;left:0}.PageHeadDrawing_tablefilterselectWrapper__Ngt4O{width:220px;position:relative;height:32px}.PageHeadDrawing_tablefilterselect1__gX_Lz{position:absolute;height:100%;width:122.22%;top:0;right:-22.22%;bottom:0;left:0}.PageHeadDrawing_tablefilterselectContainer__QODMg{width:180px;position:relative;height:32px}.PageHeadDrawing_frameParent__xb70U{width:430px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:12px 8px 12px 20px;box-sizing:border-box;gap:16px;z-index:0}.PageHeadDrawing_drawingView__4V82t{position:relative;letter-spacing:-.25px;line-height:160%}.PageHeadDrawing_drawingViewWrapper__SEzBT{border-radius:16px;background-color:#5e8a90;color:#fff}.PageHeadDrawing_drawingViewWrapper__SEzBT,.PageHeadDrawing_stressMarkUpWrapper__xPlpI{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:4px 12px}.PageHeadDrawing_stressMarkUpWrapper__xPlpI{border-radius:4px}.PageHeadDrawing_instLoopWrapper__vesZu{border-radius:16px;display:flex;flex-direction:row;align-items:center;justify-content:center;padding:4px 12px}.PageHeadDrawing_modeSwich02__BEuZo{border-radius:28px;background-color:#fff;height:38px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;padding:4px 6px;box-sizing:border-box;z-index:1;color:#4b5563}.PageHeadDrawing_searchIcon__uXRy9{width:22px;position:relative;height:22px;overflow:hidden;flex-shrink:0}.PageHeadDrawing_search3DIcon__X70L4{width:26px;position:relative;height:26px;overflow:hidden;flex-shrink:0}.PageHeadDrawing_keyboardArrowDownIcon__EDRzp{width:10px;position:relative;height:10px;overflow:hidden;flex-shrink:0}.PageHeadDrawing_splitScreenChild__AZxDq{width:22px;position:relative;height:22px}.PageHeadDrawing_pageHeaddrawing__UZ_X5{width:100%;position:relative;overflow:hidden;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:0 24px 0 0;box-sizing:border-box;text-align:left;font-size:13px;font-family:Noto Sans}.PageHeadDrawing_commonIcon__dGdwr{color:#fff}.SearchWithExpand_frameParent__qgDNp{width:100%;position:relative;display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin:12px 0}.SearchWithExpand_filterCell__3nkxF{width:100%;position:relative;height:28px}.SearchWithExpand_groupParent__IubQ0{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px;border-radius:4px;background-color:#ecf1f9;border:1px solid #dbdcdd;box-sizing:border-box;width:100%}.SearchWithExpand_filterAltIcon__ol6mH{width:22px;position:relative;height:22px;overflow:hidden;flex-shrink:0}.SearchWithExpand_openInFullIcon__uRg9T{width:18px;position:relative;height:18px;overflow:hidden;flex-shrink:0}.CustomSearchDetail_attributeSearch__rZqW1{position:relative}.CustomSearchDetail_attributeSearchWrapper__hKcc8{align-self:stretch;border-bottom:1px solid #f2f2f2;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;padding:0 10px 10px;z-index:0;font-size:20px;color:#0f0f0f}.CustomSearchDetail_debugPapuadrainwithextention__xSrVv{position:relative;line-height:160%;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.CustomSearchDetail_keyboardArrowDownIcon__1L8Bj{width:20px;position:relative;height:20px;overflow:hidden;flex-shrink:0}.CustomSearchDetail_dropdownChooseCondintion__gnKxz{width:300px;border-radius:4px;border:1px solid #dadada;box-sizing:border-box;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:8px 8px 8px 12px;font-family:Noto Sans}.CustomSearchDetail_label__AwRim{position:relative;line-height:100%}.CustomSearchDetail_radioButton3__GXMSn{overflow:hidden;display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.CustomSearchDetail_radioButton02__LpyqK{width:70px;height:20px;overflow:hidden;flex-shrink:0;display:none}.CustomSearchDetail_radioButton__U_K_N{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:16px;color:#374151}.CustomSearchDetail_text__su9Oe{position:relative;line-height:160%;font-weight:500}.CustomSearchDetail_buttonNew__hm53K{border-radius:6px;border:1px solid #63a6e7;overflow:hidden;display:flex;flex-direction:row;align-items:center;justify-content:center;padding:8px 24px}.CustomSearchDetail_buttonNewParent__GB_ug{display:flex;flex-direction:row;align-items:flex-end;justify-content:flex-start;gap:12px;text-align:center;font-size:14px;color:#63a6e7}.CustomSearchDetail_dropdownChooseCondintionParent__WyboZ{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;padding:8px 0 0;gap:24px;z-index:1;font-size:16px}.CustomSearchDetail_joinCondition__xYoUJ{position:relative;line-height:160%}.CustomSearchDetail_frameChild__ubwBm{width:1px;position:relative;background-color:#d9d9d9;height:20px}.CustomSearchDetail_type__cfUKB{width:48px;height:21px}.CustomSearchDetail_property__f4G1c,.CustomSearchDetail_type__cfUKB{position:relative;line-height:160%;display:flex;align-items:flex-end;flex-shrink:0}.CustomSearchDetail_property__f4G1c{width:266px;height:18px}.CustomSearchDetail_joinConditionParent__ErzNs{align-self:stretch;border-bottom:1px solid #ededed;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;padding:0 0 12px 8px;gap:48px;font-family:Noto Sans}.CustomSearchDetail_text2__TycaK{position:relative;line-height:160%;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;z-index:1}.CustomSearchDetail_keyboardArrowDownIcon1__H6HBw{width:20px;position:relative;height:20px;overflow:hidden;flex-shrink:0;opacity:0;z-index:0}.CustomSearchDetail_dropdownJoinCondition__t4zls{width:92px;z-index:7}.CustomSearchDetail_dropdownComponent__D3ZHM,.CustomSearchDetail_dropdownJoinCondition__t4zls{border-radius:4px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:8px 8px 8px 0;box-sizing:border-box}.CustomSearchDetail_dropdownComponent__D3ZHM{width:76px;z-index:6}.CustomSearchDetail_dropdownType__wnESq{width:48px;border-radius:4px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:8px 8px 8px 0;box-sizing:border-box;z-index:5}.CustomSearchDetail_keyboardArrowDownIcon4__tRlJT{width:20px;position:relative;height:20px;overflow:hidden;flex-shrink:0;opacity:0}.CustomSearchDetail_dropdownCategory02__WJb8s{width:60px;border-radius:4px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:8px 8px 8px 0;box-sizing:border-box;z-index:4}.CustomSearchDetail_text6__UcnA_{width:198px;position:relative;line-height:160%;font-weight:500;display:flex;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;height:21px;flex-shrink:0}.CustomSearchDetail_dropdownProperty__aHX9y{width:266px;z-index:3}.CustomSearchDetail_dropdownCondition__FqoGd,.CustomSearchDetail_dropdownProperty__aHX9y{border-radius:4px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:8px 8px 8px 0;box-sizing:border-box}.CustomSearchDetail_dropdownCondition__FqoGd{width:64px;z-index:2}.CustomSearchDetail_textField__mdXHG{width:107px;border-radius:4px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;padding:8px 12px 8px 0;box-sizing:border-box;z-index:1;font-family:Noto Sans}.CustomSearchDetail_copyIcon__DRwqE{width:22px;position:relative;height:22px;overflow:hidden;flex-shrink:0}.CustomSearchDetail_copyParent__S2SUd{display:none;flex-direction:row;align-items:center;justify-content:flex-start;padding:0 0 0 8px;gap:8px;z-index:0}.CustomSearchDetail_dropdownJoinConditionParent___mMlJ{border-bottom:1px solid #ededed;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;padding:8px;gap:60px}.CustomSearchDetail_orParent__2JfFF{width:92px;justify-content:space-between}.CustomSearchDetail_instrumentParent__a9c_K,.CustomSearchDetail_orParent__2JfFF{border-radius:4px;display:flex;flex-direction:row;align-items:center;padding:8px 8px 8px 0;box-sizing:border-box}.CustomSearchDetail_instrumentParent__a9c_K{width:76px;justify-content:flex-start;gap:8px}.CustomSearchDetail_dropdownType1__HOoCd{width:48px}.CustomSearchDetail_dropdownCategory021___5mZz,.CustomSearchDetail_dropdownType1__HOoCd{border-radius:4px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:8px 8px 8px 0;box-sizing:border-box}.CustomSearchDetail_dropdownCategory021___5mZz{width:60px}.CustomSearchDetail_instrumentInfrastructureSpI___4B5u{width:266px;position:relative;line-height:160%;font-weight:500;display:flex;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;height:21px;flex-shrink:0}.CustomSearchDetail_instrumentInfrastructureSpIParent__Sa516{width:266px;justify-content:flex-start;gap:8px}.CustomSearchDetail_dropdownCondition1___vMhM,.CustomSearchDetail_instrumentInfrastructureSpIParent__Sa516{border-radius:4px;display:flex;flex-direction:row;align-items:center;padding:8px 8px 8px 0;box-sizing:border-box}.CustomSearchDetail_dropdownCondition1___vMhM{width:64px;justify-content:space-between}.CustomSearchDetail_textField1__LvQ_x{width:107px;border-radius:4px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;padding:8px 12px 8px 0;box-sizing:border-box;font-family:Noto Sans}.CustomSearchDetail_copyGroup___SLHe{display:none;flex-direction:row;align-items:center;justify-content:flex-start;padding:0 0 0 8px;gap:8px}.CustomSearchDetail_frameGroup__1ePNA{align-self:stretch;border-bottom:1px solid #ededed;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;padding:8px;gap:60px}.CustomSearchDetail_andParent__7EnBn{width:90px;justify-content:space-between}.CustomSearchDetail_andParent__7EnBn,.CustomSearchDetail_instrumentGroup__h4XsX{border-radius:4px;border:1px solid #dadada;box-sizing:border-box;display:flex;flex-direction:row;align-items:center;padding:8px 8px 8px 12px}.CustomSearchDetail_instrumentGroup__h4XsX{width:116px;justify-content:flex-start;gap:16px}.CustomSearchDetail_nozzleParent__5dwC3{justify-content:flex-start;gap:16px}.CustomSearchDetail_nozzleGroup__F_X9H,.CustomSearchDetail_nozzleParent__5dwC3{border-radius:4px;border:1px solid #dadada;display:flex;flex-direction:row;align-items:center;padding:8px 8px 8px 12px}.CustomSearchDetail_nozzleGroup__F_X9H{width:121px;box-sizing:border-box;justify-content:space-between}.CustomSearchDetail_instrument2__pc8Wm{width:195px;position:relative;line-height:160%;font-weight:500;display:flex;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex-shrink:0}.CustomSearchDetail_instrumentContainer__sDVwL{width:246px;justify-content:space-between}.CustomSearchDetail_instrumentContainer__sDVwL,.CustomSearchDetail_notEquaParent__m2BMA{border-radius:4px;border:1px solid #dadada;box-sizing:border-box;display:flex;flex-direction:row;align-items:center;padding:8px 8px 8px 12px}.CustomSearchDetail_notEquaParent__m2BMA{width:111px;justify-content:flex-start;gap:16px}.CustomSearchDetail_textField2__mcKeb{width:150px;border-radius:4px;border:1px solid #dadada;box-sizing:border-box;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;padding:8px 12px;color:#a7a7a7;font-family:Noto Sans}.CustomSearchDetail_copyContainer__lyAhv{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;padding:0 0 0 8px;gap:8px}.CustomSearchDetail_frameContainer__RZwLa{width:1177px;border-bottom:1px solid #ededed;box-sizing:border-box;display:none;flex-direction:row;align-items:center;justify-content:flex-start;padding:16px 8px;gap:24px;color:#fff}.CustomSearchDetail_frameParent__zprEl{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:8px 0 0;z-index:2;font-family:Inter}.CustomSearchDetail_addChild__M7Udc{width:20px;position:relative;height:20px}.CustomSearchDetail_add__cSLDa{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:4px}.CustomSearchDetail_addParent__un_oH{display:none;flex-direction:row;align-items:center;justify-content:flex-start;padding:0 0 0 8px;gap:24px;z-index:3}.CustomSearchDetail_buttonNew2__M_SyF{background-color:#f27170}.CustomSearchDetail_buttonNew2__M_SyF,.CustomSearchDetail_buttonNew3__PSuZ6{border-radius:6px;overflow:hidden;display:flex;flex-direction:row;align-items:center;justify-content:center;padding:12px 24px}.CustomSearchDetail_buttonNew3__PSuZ6{background-color:#63a6e7}.CustomSearchDetail_buttonNewContainer__sn_mK{gap:16px}.CustomSearchDetail_buttonNewContainer__sn_mK,.CustomSearchDetail_frameWrapper__H2Xr9{display:flex;flex-direction:row;align-items:center;justify-content:flex-end}.CustomSearchDetail_buttonNewGroup__E0NlT{align-self:stretch;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:8px 0 0;z-index:4;text-align:center;font-size:14px;color:#fff}.CustomSearchDetail_vectorIcon__FgEfS{width:13.2px;position:absolute;margin:0!important;top:17px;right:17.8px;height:13.2px;cursor:pointer;z-index:5}.CustomSearchDetail_attributeSearchTableDetai__Coigu{position:relative;box-shadow:0 2px 12px rgba(20,20,43,.12);border-radius:8px;background-color:#fff;width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:0 15px 15px;box-sizing:border-box;text-align:left;font-size:13px;color:#3d3d3d;font-family:Noto Sans;overflow:hidden}.CustomSearchDetail_radioButton3Child__jCL4y{width:20px;position:relative;border-radius:50%;border:2px solid #aab2be;box-sizing:border-box;height:20px}.CustomSearchDetail_inputText__OB6Tp{position:relative;line-height:160%;font-weight:500}.CustomSearchDetail_textFieldAddNew__lyILG{width:100%;position:relative;border-radius:4px;box-sizing:border-box;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;padding:8px 12px;text-align:left;font-size:16px;color:#a7a7a7;font-family:Noto Sans}.MainGraphViewControls_dwg150J001__G0YEs{position:relative;letter-spacing:.08em;line-height:160%}.MainGraphViewControls_toolbardrawingViewChild__W5kPx{width:1px;position:relative;border-radius:4px;background-color:#1b1f23;height:24px}.MainGraphViewControls_vectorIcon__WQkAk{width:20px;position:relative;height:20px}.MainGraphViewControls_zoomInBotton__qcEAN{border-radius:4px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;padding:6px}.MainGraphViewControls_zoomOutMapIcon__1M3bO{width:22px;position:relative;height:22px;overflow:hidden;flex-shrink:0}.MainGraphViewControls_expansionBotton__vcR7z{border-radius:4px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;padding:5px 6px}.MainGraphViewControls_editWrapper__34FP2{width:22px;height:22px;display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start}.MainGraphViewControls_icon__EPnX2{width:16.7px;position:relative;height:20px;overflow:hidden;flex-shrink:0}.MainGraphViewControls_addBotton__ccvJ9{border-radius:4px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;padding:6px 7px 6px 8px}.MainGraphViewControls_pictureAsPdfIcon__CdzX2{width:22px;position:relative;height:22px}.MainGraphViewControls_shareBotton__g3USH{border-radius:4px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;padding:5px}.MainGraphViewControls_zoomInBottonParent__pPdke{gap:4px}.MainGraphViewControls_toolbardrawingViewInner__o3A_7,.MainGraphViewControls_zoomInBottonParent__pPdke{display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.MainGraphViewControls_toolbardrawingView__jnFmT{border-radius:4px;background-color:#838282;height:40px;overflow:hidden;display:flex;flex-direction:row;align-items:center;justify-content:center;padding:10px 16px;box-sizing:border-box;gap:12px;text-align:left;font-size:12px;color:#fff;font-family:Noto Sans}.PanelResizeHandle_resizeHandleOuter__PPtfX{flex:0 0 1px;position:relative;outline:none;background-color:#dadada}.PanelResizeHandle_resizeHandleInner__EvM0e{position:absolute;top:.25em;bottom:.25em;left:.25em;right:.25em;border-radius:.25em;background-color:var(--background-color);transition:background-color .2s linear}.PanelResizeHandle_resizeIconH__c4465{width:2em;height:2em;position:absolute;left:calc(50% - 1rem);top:calc(50% - .8rem)}.PanelResizeHandle_resizeIconH__c4465:hover{background-image:url("data:image/svg+xml;utf8,<svg  xmlns='http://www.w3.org/2000/svg' width='50' height='50'><path fill='currentColor' d='M8,18H11V15H2V13H22V15H13V18H16L12,22L8,18M12,2L8,6H11V9H2V11H22V9H13V6H16L12,2Z' /></svg>")}.PanelResizeHandle_resizeIconY__txMhI{width:2em;height:2em;position:absolute;left:calc(50% - .8rem);top:calc(50% - 1rem)}.PanelResizeHandle_resizeIconY__txMhI:hover{background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50' height='50'><path d='M18,16V13H15V22H13V2H15V11H18V8L22,12L18,16M2,12L6,16V13H9V22H11V2H9V11H6V8L2,12Z' /></svg>")}.CustomSearchGrid_addRowGrid__es8Lu{width:30px;height:30px;background-image:url(/_next/static/media/addRow.e0b6674b.svg);background-repeat:no-repeat}.CustomSearchGrid_deleteRowGrid__BBEKp{width:26px;height:26px;background-image:url(/_next/static/media/deleteRow.b5599abb.svg);background-repeat:no-repeat}.CustomSearchGrid_addParent__oM_WV{gap:24px;z-index:2;position:relative;font-family:Noto Sans}.CustomSearchGrid_addParent__oM_WV,.CustomSearchGrid_zoomInBottonParent__sJjby{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;font-size:13px;color:#3d3d3d}.CustomSearchGrid_zoomInBottonParent__sJjby{gap:4px;line-height:160%;font-weight:500;text-align:left}.CustomSearchGrid_text__fGG6C{position:relative;line-height:160%;font-weight:500}.CustomSearchGrid_customSketchPicker__SuVkK{padding:10px 10px 30px!important}.CustomSearchGrid_disableCellStyle__H7NDJ{background-color:#e6e6e6;color:grey}.CustomSearchSaveAsDialog_saveAttribute1__CUA4l{position:relative}.CustomSearchSaveAsDialog_saveAttributeWrapper__iJvx6{align-self:stretch;border-bottom:1px solid #f2f2f2;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;padding:0 0 10px;font-size:20px}.CustomSearchSaveAsDialog_conditionName__KdFkC{align-self:stretch;position:relative;line-height:14px;font-weight:500}.CustomSearchSaveAsDialog_inputText__HInrZ{position:relative;line-height:160%;font-weight:500}.CustomSearchSaveAsDialog_textField__rbT8w{width:288px;border-radius:4px;background-color:#ecf1f9;border:1px solid #dadada;box-sizing:border-box;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;padding:8px 12px;font-size:16px;color:#3d3d3d;font-family:Inter}.CustomSearchSaveAsDialog_conditionNameParent__Hbl1f{align-self:stretch;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:8px 0;gap:8px;color:#a7a7a7}.CustomSearchSaveAsDialog_radioButton3Child__qf4R5{width:20px;position:relative;border-radius:50%;border:2px solid #aab2be;box-sizing:border-box;height:20px}.CustomSearchSaveAsDialog_label__dRIQk{position:relative;line-height:100%;font-weight:500}.CustomSearchSaveAsDialog_radioButton3__XlSDc{overflow:hidden;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px}.CustomSearchSaveAsDialog_radioButton__oTOvz{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:16px;font-size:16px;color:#374151}.CustomSearchSaveAsDialog_buttonNew__sbhzH{border-radius:6px;border:1px solid #63a6e7}.CustomSearchSaveAsDialog_buttonNew1___1btd,.CustomSearchSaveAsDialog_buttonNew__sbhzH{flex:1 1;overflow:hidden;display:flex;flex-direction:row;align-items:center;justify-content:center;padding:12px 24px}.CustomSearchSaveAsDialog_buttonNew1___1btd{border-radius:6px;background-color:#63a6e7;color:#fff}.CustomSearchSaveAsDialog_button__32ISo{align-self:stretch;display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;padding:8px 0 0;gap:16px;text-align:center;color:#63a6e7}.CustomSearchSaveAsDialog_saveAttribute__iALjH{position:relative;border-radius:8px;background-color:#fff;width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:16px;box-sizing:border-box;gap:16px;text-align:left;font-size:14px;color:#0f0f0f;font-family:Noto Sans}.CustomSearchSaveAsDialog_buttonNewContainer__hz6H6,.CustomSearchSaveAsDialog_frameWrapper__pEDHG{display:flex;flex-direction:row;align-items:center;justify-content:flex-end}.CustomSearchSaveAsDialog_buttonNewContainer__hz6H6{gap:16px}