@import url(https://fonts.googleapis.com/css2?family=Viga&display=swap);@import url(https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@300;400;500&family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,400;1,500&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;overflow:hidden}body,html{height:100%}html{font-size:14px}html *{scrollbar-color:#666 #0000;scrollbar-width:thin}html ::-webkit-scrollbar{width:4px}html ::-webkit-scrollbar-track{background-color:#ebebeb;border-radius:3px}html ::-webkit-scrollbar-thumb{background:#888;border-radius:3px}html ::-webkit-scrollbar-thumb:window-inactive{background:#006db333}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{height:100%}H1.header{font-size:185%;opacity:80%}H1.header,H2.subHeader{font-weight:400;margin:0 0 15px;text-transform:none}H2.subHeader{font-size:130%;opacity:70%}.flexLine{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap}.boxRowUnderlines>DIV{border-bottom:1px solid #8080804d}.boxRowUnderlines>DIV:hover{background-color:#c8c8c833}.boxRowUnderlines>DIV:last-child{border-bottom:0}.highlightLine:hover{background-color:#c8c8c833}.tipBox{background-color:#e1f5fe;border:1px solid #81d4fa;border-radius:5px}.tipBox .tipBody{color:#222;padding:20px}.tipBox .tipHeader{background-color:#81d4fa;padding:10px}.keyButton{background-color:#000;border-radius:5px;color:#fff;font-size:11px;margin:0 5px;padding:2px 5px}.CenteredCircularProgress{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;padding:20px;position:relative;width:100%}SPAN.Button{-webkit-touch-callout:none;align-items:center;background-color:#fff;background-position:50%;border-radius:5px;cursor:pointer;display:flex;margin:2px;padding:6px 9px;text-transform:uppercase;transition:background .8s;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}SPAN.Button:hover{background:#006db3 radial-gradient(circle,#0000 1%,#47a7f5 0) 50%/15000%;border:2px solid #006db3;color:#fff}SPAN.Button:active{background-color:#006db3;background-size:100%;transition:background 0s}SPAN.EnabledButton{border:2px solid #fff;color:#006db3}SPAN.DisabledButton{border:2px solid #888;color:#888}SPAN.ConfirmedButton{background-color:#43a047;border:2px solid #43a047;color:#f5f5f5}SPAN.ErrorButton{background-color:#d81b60;border:2px solid #d81b60;color:#f5f5f5}SPAN.ButtonSelected{background-color:#006db3;color:#fff}SPAN.EnabledButton:hover{box-shadow:0 0 8px -1px #000000bf}.ErrorBox{align-items:center;animation-duration:.4s;animation-iteration-count:1;animation-name:fadeInOpacity;animation-timing-function:ease-out;background:#d81b60;color:#fff;display:flex;flex-direction:row;margin:10px;overflow-x:auto;padding:15px}.ErrorBox>.ErrorDetails{font-size:120%;margin-left:10px;margin-top:0}.ErrorBox>.ErrorDetails,.FlexColumns{display:flex;flex-direction:column}.FlexRows{display:flex;flex-direction:row;width:inherit}.Box10{margin:10px;padding:10px}.Relative{position:relative}.ScrollablePaper{background:#fff;border-radius:5px;height:100%;overflow:auto;padding:10px;width:inherit}.Pad10{padding:10px}.AlertTag{background-color:#ef6c00}.AlertTag,.OKTag{align-items:center;border-radius:5px;color:#fff;display:flex;font-size:14px;margin:2px;padding:5px 8px}.OKTag{background-color:#43a047}.NormalTag{align-items:center;background-color:#1565c0;border-radius:5px;color:#fff;display:flex;font-size:14px;margin:2px;padding:5px 8px}.Elevate{background-color:#fff;border-radius:15px;box-shadow:0 0 10px -1px #b0b0b0;margin:10px;padding:0 25px 25px 20px}.Bottom10{margin-bottom:10px}.Bottom20{margin-bottom:20px}.MoveUpOpacity{animation-duration:.3s;animation-iteration-count:1;animation-name:moveUpAndOpacity;animation-timing-function:ease-out}@keyframes fadeInOpacity{0%{opacity:.1}to{opacity:1}}@keyframes moveUpAndOpacity{0%{opacity:.3;transform:translateY(5%)}to{opacity:1;transform:translateY(0)}}@keyframes moveDownAndOpacity{0%{opacity:.3;transform:translateY(-10%)}to{opacity:1;transform:translateY(0)}}@keyframes moveLeftAndOpacity{0%{opacity:.1;transform:translateX(5%)}to{opacity:1;transform:translateX(0)}}FIELDSET{border:1px solid #80808080;border-radius:5px}FIELDSET LEGEND{color:grey;font-size:11px}.ace-tomorrow .ace_reference{background-color:#8095c480;border-radius:2px;color:#1565c0;font-weight:500}FORM.TuiForm>H1{font-size:150%;font-weight:400;margin:15px 10px;opacity:70%;text-transform:uppercase}FORM.TuiForm>.TuiFormGroup{border:1px solid #8080804d;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:grid;grid-template-rows:auto 1fr;margin-bottom:10px}FORM.TuiForm>.TuiFormGroup>.TuiFormGroupHeader{background-color:#8080801a;border-bottom:1px solid #8080804d;padding:15px 25px 0}FORM.TuiForm>.TuiFormGroup>.TuiFormGroupHeader>H2{font-size:185%;font-weight:400;margin:0 0 15px;opacity:70%;text-transform:none}FORM.TuiForm>.TuiFormGroup>SECTION.TuiFormGroupContent{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;padding:25px}FORM.TuiForm>.TuiFormGroup>SECTION.TuiFormGroupContent>H2{border-bottom:1px solid #ccc;font-size:1.4em;font-weight:400;margin:15px 0 10px}FORM.TuiForm>.TuiFormGroup>SECTION.TuiFormGroupContent P{opacity:60%}FORM.TuiForm H3{font-size:1.3em;font-weight:400;margin:15px 0 10px}FORM.TuiForm H3 SUP{font-size:70%}FORM.TuiForm>.TuiFormGroup>SECTION.TuiFormGroupContent>H3:first-child{margin-top:0}FORM.TuiForm DIV.TuiFormError{align-items:center;background-color:#d81b60;color:#fff;display:flex;padding:6px}.Tabs{border-radius:inherit;display:flex;flex-direction:column;height:inherit;width:inherit}.Tabs>.Navigation{border-top-left-radius:inherit;border-top-right-radius:inherit;box-shadow:0 8px 14px -13px #42445a;display:flex;height:45px;position:-webkit-sticky;position:sticky;top:0;z-index:10}.Tabs>.Navigation>.Tab{cursor:pointer;display:flex;flex:1 1;justify-content:center;padding:13px 10px 10px;text-transform:uppercase}.Tabs .TabContent{border-radius:inherit;flex:1 1;height:inherit;overflow-x:hidden;overflow-y:auto}.MdManual{border-radius:5px;border-radius:inherit;height:100%;overflow:auto;padding:10px;-webkit-user-select:text;user-select:text}.MdManual A{color:inherit;text-decoration:underline}.MdManual H1{font-size:20px}.MdManual H1,.MdManual H2{font-weight:400;margin:0;opacity:100%}.MdManual H2{font-size:18px}.MdManual H3{font-size:17px;font-weight:400;margin:0;opacity:100%}.MdManual CODE{background-color:#c8c8c833;border:2px solid #c8c8c84d;border-radius:5px;display:inline-flex;font-family:IBM Plex Mono;margin-left:10px;opacity:80%;overflow:auto;padding:15px;width:100%}.MainContent{display:flex;flex-direction:row;gap:10px;height:100%;padding:10px;width:100%}.MainContent>.MainPane{border-radius:15px;gap:10px;overflow:auto;width:inherit}.MainContent>.MainPane,.MainMenu{display:flex;flex-direction:column}.MainMenu{-webkit-touch-callout:none;justify-content:space-between;overflow-y:auto;padding:5px;-webkit-user-select:none;user-select:none}.FullMainMenu{border-radius:15px;min-width:200px;width:220px}.CollapsedMainMenu{border-radius:15px;width:63px}.MainMenu .Branding{height:80px;padding:5px}.CollapsedMainMenu>.BottomIcons,.CollapsedMainMenu>.TopIcons{align-items:center;display:flex;flex-direction:column;font-size:155%}.CollapsedMainMenu>.TopIcons>DIV{cursor:pointer;margin:6px}.CollapsedMainMenu>.BottomIcons>DIV,.MainMenu .Branding{cursor:pointer}.MainMenu .Branding>.T{align-items:center;background-color:#f5f5f5;border-radius:6px;color:#000;display:flex;font-family:Viga,IBM Plex Sans,serif;font-size:175%;font-weight:600;height:40px;justify-content:center}.MainMenu .Branding>.Tracardi{font-family:Viga,IBM Plex Sans,serif;font-size:120%;font-weight:400;margin-left:20px;margin-top:10px;text-transform:uppercase}.MainMenu .Branding>.Version{font-size:80%;font-weight:300;margin-left:20px}.MainMenu .Context{align-items:center;background-color:#fff;border-radius:10px;display:inline-flex;font-weight:400;padding:3px 10px}.MainMenu .MenuRow{align-items:center;border-radius:5px;color:#e1e1e1f2;cursor:pointer;display:flex;flex-direction:row;flex-wrap:nowrap;font-size:150%;height:30px;margin:3px 3px 3px 6px;padding:6px 7px}@keyframes fadeInMenu{0%{opacity:.8}to{opacity:1}}.MainMenu .MenuRow.active,.MainMenu .MenuRow:hover{animation-duration:.4s;animation-iteration-count:1;animation-name:fadeInMenu;animation-timing-function:ease-out;background-color:#ef6c00;color:#fff}.MainMenu .MenuRow>SPAN.Icon{align-items:center;display:flex;justify-content:center;width:30px}.MainMenu .MenuRow>SPAN.Label{align-items:center;display:flex;font-size:14px;margin-left:10px}.NeedHelpButton{padding:20px;width:350px}.NeedHelpButton>DIV:not(:first-child){margin-top:20px}.IconButton{align-content:center;border-radius:12px;cursor:pointer;display:inline-grid;height:40px;justify-content:center;margin:1px;padding:5px;width:40px}.IconButtonRegular{color:#1565c0}.IconButtonRegular:hover{background-color:#aaa;color:#fff}.IconButtonSelected{background-color:#1565c0;color:#fff}.Relative .Centered{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}.Relative .Abs{height:100%;position:absolute;width:100%}.TopBar{animation:moveDownAndOpacity;animation-duration:.3s;animation-iteration-count:1;animation-timing-function:ease-out;border-radius:15px;display:flex;justify-content:space-between;padding:2px 5px 2px 37px}.TopBar>.Title{font-size:220%;font-weight:400;margin:0;opacity:80%}.TopBar>.Info,.TopBar>.Title{align-items:center;display:flex}.TopBar>.Info{justify-content:center;white-space:nowrap}.CardBrowser{align-items:flex-start;display:grid;grid-template-rows:55px calc(100% - 55px);height:inherit;width:inherit}.CardBrowser>H3{align-content:center;display:flex;font-weight:600;justify-content:center;letter-spacing:1px;margin:0;text-transform:uppercase;width:100%}.CardBrowser>SECTION{display:flex;flex-direction:row;flex-wrap:wrap;height:inherit;justify-content:flex-start;width:100%}.CardBrowser .CardGroup,.CardBrowser .RowGroup{display:flex;flex-direction:column;margin:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.CardBrowser .RowGroup>HEADER{border-bottom:2px solid #444}.CardBrowser .CardGroup>HEADER,.CardBrowser .RowGroup>HEADER{font-size:120%;margin-bottom:10px;padding:5px 10px;text-transform:capitalize}.CardBrowser .CardGroup>HEADER{border-bottom:1px solid #ccc}.CardBrowser .CardGroup>DIV{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;height:inherit;overflow:auto}.CardBrowser .RowGroup>DIV>DIV:hover{background-color:#c8c8c833}.CardBrowser .RowGroup>DIV{align-items:flex-start;display:flex;flex-direction:column;flex-wrap:wrap;height:inherit;overflow:auto}.FilterAddForm{width:calc(100% - 40px)}.FilterAddForm>DIV{align-items:center;display:grid;grid-template-columns:auto 215px;width:inherit;width:100%}.FilterAddForm>DIV.FullGrid{display:flex!important;grid-template-columns:none;width:100%}DIV.Xover:hover{box-shadow:inset 0 0 54px -16px #42445a}DIV.Xover:hover>SPAN{background-color:#fffc;border-radius:50%;color:#000}.__json-pretty__{background:#272822;color:#66d9ef;line-height:1.3;overflow:auto}.__json-pretty__ .__json-key__{color:#f92672}.__json-pretty__ .__json-value__{color:#a6e22e}.__json-pretty__ .__json-string__{color:#fd971f}.__json-pretty__ .__json-boolean__{color:#ac81fe}.__json-pretty-error__{background:#272822;color:#66d9ef;line-height:1.3;overflow:auto}.JsonStringify SPAN.JsonItem{line-height:28px;margin-right:7px;padding:0 10px 0 1px}.JsonStringify SPAN.JsonItem:hover{background:#ffffffe6;border-radius:4px;color:#000000e6}.JsonStringify SPAN.JsonItem:hover SPAN.JsonValue{text-decoration:underline}.JsonStringify SPAN.JsonItem:hover SPAN.JsonKey{background-color:#00000080;color:#ffffffe6}.JsonStringify SPAN.JsonItem>SPAN.JsonValue{word-wrap:anywhere;border-radius:3px;padding:1px}.JsonStringify SPAN.JsonItem>SPAN.JsonKey{background-color:#c8c8c880;border-radius:4px;margin:0 2px 0 1px;padding:2px 4px}.ErrorsBox{background-color:#d81b60;border:2px solid #d81b60;color:#fff;display:flex;flex-direction:row;overflow-x:auto;padding:15px;width:100%}.NotFullErrorBox{border-radius:4px}.ErrorsBox>.ErrorDetails{display:flex;flex-direction:column;margin-left:10px}.ErrorsBox .ErrorDetails>.Header{font-size:120%;font-weight:400;margin-left:15px;text-decoration:underline}.FormRow{padding:10px}.FormFieldRow{padding:2px}.Rows{width:inherit}.Rows,DIV.PropertyRow{display:flex;flex-direction:row}DIV.PropertyRow{font-size:15px;font-weight:400;min-height:40px;overflow:hidden;overflow-wrap:anywhere;padding-bottom:5px;padding-top:5px;width:100%}DIV.PropertyRow:hover{background-color:#c8c8c833}DIV.PropertyRow DIV.FieldName{align-items:center;display:flex;font-size:16px;font-weight:500;max-width:330px;min-width:120px;padding-left:5px;width:250px}DIV.PropertyRow DIV.FieldValue{align-items:center;display:flex;justify-content:space-between;padding:0 10px;width:100%}DIV.PropertyRow DIV.FieldName SPAN{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}DIV.PropertyRow .FieldMore{border-radius:5px;cursor:pointer;height:24px;margin-left:10px;padding:2px;width:24px}DIV.PropertyRow .FieldMore:hover{background-color:#0088fe;color:#fff;cursor:pointer;margin-left:10px}.FetchError{background-color:#d81b60;border:2px solid #d81b60;color:#fff;display:flex;flex-direction:row;overflow-x:auto;padding:15px;width:100%}.NotFullErrorBox{border-radius:12px}.FetchError>.ErrorDetails{display:flex;flex-direction:column;margin-left:5px}.FetchError>.ErrorDetails>.ErrorList{margin:13px}.FetchError>.ErrorDetails>.ErrorList TD:first-child{font-weight:600;padding-right:10px}.FetchError .ErrorDetails>.Header{font-size:120%;font-weight:400;margin-left:15px;text-decoration:underline}.react-flow__handle{align-items:center;border:2px solid #0069c0;border-radius:100%!important;display:flex;height:17px!important;position:static!important;transform:none!important;width:17px!important}.react-flow__handle-bottom{bottom:-6px!important}.react-flow__handle-top{top:-6px!important}.react-flow__node-default.selected .NodePanel{background-color:#0069c0;box-shadow:0 0 0 0;color:#fff;cursor:grab}.react-flow__node .NodePanel{color:#333;position:relative;text-transform:none;z-index:10}.react-flow__node-condNode.selected .CondNode,.react-flow__node-flowNode.selected .NodePanel,.react-flow__node-flowNode.selected .NodePanelPassValue,.react-flow__node-flowNode.selected:hover .NodePanel,.react-flow__node-flowNodeWithEvents.selected .NodePanel,.react-flow__node-startNode.selected .StartNode{background-color:#0069c0;border:2px solid #0069c0;color:#fff;cursor:grab}DIV.NodePorts{display:flex;height:17px;justify-content:space-around;width:100%}DIV.CondNodePorts{display:flex;justify-content:space-between;width:100%}DIV.NodePorts DIV.NodePortContainer{align-items:center;display:flex;flex-direction:column;width:100%;z-index:11}DIV.NodePortContainer .PortHint{background-color:#8095c44d;border-radius:3px;color:#000c;font-size:80%;margin:4px;padding:3px 8px}DIV.NodePortContainer .InputPortHint{animation-duration:.2s;animation-iteration-count:1;animation-timing-function:ease-out;top:-7px}DIV.NodePortContainer .InputPortDesc,DIV.NodePortContainer .InputPortHint{animation-name:fadeInOpacity;position:absolute;transform:translateY(-100%)}DIV.NodePortContainer .InputPortDesc{animation-duration:.3s;animation-iteration-count:1;animation-timing-function:ease-out;top:-33px;width:160px}DIV.NodePortContainer .OutputPortHint{animation-duration:.2s;animation-iteration-count:1;animation-timing-function:ease-out;bottom:-7px;position:absolute;transform:translateY(100%)}DIV.NodePortContainer .OutputPortDesc{animation-duration:.3s;animation-iteration-count:1;animation-name:fadeInOpacity;animation-timing-function:ease-out;bottom:-31px;position:absolute;transform:translateY(100%);width:160px}DIV.NodePanel{border-radius:10px;border-style:solid;border-width:2px;display:flex;flex-direction:row;position:relative}DIV.NodePanelPassValue{border-style:solid;border-width:2px 6px}DIV.NodePanelPassValue,DIV.StartNode{background-color:#fff;color:#444;display:flex;flex-direction:row;position:relative}DIV.StartNode{border-radius:50%;border-style:solid;border-width:2px}DIV.CondContainer{align-items:center;display:flex;gap:10px;position:relative}DIV.CondContainer:hover DIV.CondTitle{align-items:center;display:flex!important}DIV.CondNode{background:#ffffffe6;border-radius:10px;border-style:solid;border-width:2px;color:#444;height:45px;position:relative;text-align:center;transform:rotate(-45deg);width:45px}DIV.LeftPlaceholder,DIV.RightPlaceholder{height:50px;position:relative;width:1px}DIV.CondTitle{align-items:center;background-color:#80808033;border-radius:6px;bottom:0;display:none;font-size:12px;margin:auto 0;max-width:200px;padding:0 5px;position:absolute;top:0;width:-webkit-max-content;width:max-content}DIV.NodePadding{padding:7px;width:inherit}DIV.NodePadding,DIV.NodePro{align-items:center;display:flex}DIV.NodePro{background-color:#00000080;border-radius:0 6px 6px 0;color:#fff;padding:1px 10px}DIV.DebugNode{background-color:#ad1457!important;border-color:#ad1457!important;color:#fff!important}DIV.NodeLabel{align-items:center;display:flex;flex-direction:row;font-size:14px;overflow:hidden}DIV.NodeLabel>P{margin:0}DIV.NodeLabel ASIDE{font-size:70%;margin-left:5px}DIV.NodeInboundEvents,DIV.NodeOutboundEvents{display:flex;flex-direction:column}DIV.NodeInboundEvents{align-items:flex-end;justify-items:flex-end;margin-right:5px;position:absolute;right:0}DIV.NodeInboundEvents SPAN.Event,DIV.NodeOutboundEvents SPAN.Event{background-color:#8095c480;border-radius:3px;color:#444;cursor:pointer;display:inline-flex;font-size:10px;margin:1px 0 1px 5px;padding:1px 10px 1px 5px;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}DIV.NodeInboundEvents SPAN.Event:hover,DIV.NodeOutboundEvents SPAN.Event:hover{background-color:#ddd}DIV.NodeSequence{border-radius:30%;font-size:10px;height:17px;padding-right:1px;right:4px;top:-10px;width:17px}DIV.NodeAlert,DIV.NodeSequence{align-items:center;color:#fff;display:flex;justify-content:center;position:absolute}DIV.NodeAlert{background-color:#fff;border-radius:50%;height:23px;right:-30px;top:13px;width:23px}DIV.Ok{background-color:#43a047!important}DIV.ErrorSequence{background-color:#d81b60!important}DIV.Error{color:#d81b60!important}DIV.Warning{color:orange!important}.ThresholdIcon{align-items:center;background-color:#8095c480;border-radius:4px;color:#444;display:flex;font-size:12px;justify-content:center;margin-bottom:5px;padding:5px;text-decoration:underline}.react-flow__container{height:100%;left:0;position:absolute;top:0;width:100%}.react-flow__pane{cursor:grab;z-index:1}.react-flow__pane.selection{cursor:pointer}.react-flow__pane.dragging{cursor:grabbing}.react-flow__viewport{pointer-events:none;transform-origin:0 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 .react-flow__edges{overflow:visible;pointer-events:none}.react-flow__connection-path,.react-flow__edge-path{stroke:#b1b1b7;stroke-width:1;fill:none}.react-flow__edge{cursor:pointer;pointer-events:visibleStroke}.react-flow__edge.animated path{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge:focus .react-flow__edge-path,.react-flow__edge:focus-visible .react-flow__edge-path{stroke:#555}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge-textbg{fill:#fff}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.react-flow__connectionline{z-index:1001}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{box-sizing:border-box;cursor:grab;pointer-events:all;position:absolute;transform-origin:0 0;-webkit-user-select:none;user-select:none}.react-flow__node.dragging{cursor:grabbing}.react-flow__nodesselection{pointer-events:none;transform-origin:left top;z-index:3}.react-flow__nodesselection-rect{cursor:grab;pointer-events:all;position:absolute}.react-flow__handle{background:#1a192b;border:1px solid #fff;border-radius:100%;height:6px;min-height:5px;min-width:5px;pointer-events:none;position:absolute;width:6px}.react-flow__handle.connectionindicator{cursor:crosshair;pointer-events:all}.react-flow__handle-bottom{bottom:-4px;left:50%;top:auto;transform:translate(-50%)}.react-flow__handle-top{left:50%;top:-4px;transform:translate(-50%)}.react-flow__handle-left{left:-4px;top:50%;transform:translateY(-50%)}.react-flow__handle-right{right:-4px;top:50%;transform:translateY(-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__panel{margin:15px;position:absolute;z-index:5}.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{background:#ffffff80;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{height:100%;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;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:#fff;border:1px solid #1a192b;border-radius:3px;color:#222;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:0 1px 4px 1px #00000014}.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-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:0 0 0 .5px #1a192b}.react-flow__node-group{background-color:#f0f0f040}.react-flow__nodesselection-rect,.react-flow__selection{background:#0059dc14;border:1px dotted #0059dccc}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls{box-shadow:0 0 2px 1px #00000014}.react-flow__controls-button{align-items:center;background:#fefefe;border:none;border-bottom:1px solid #eee;box-sizing:initial;cursor:pointer;display:flex;height:16px;justify-content:center;padding:5px;-webkit-user-select:none;user-select:none;width:16px}.react-flow__controls-button:hover{background:#f4f4f4}.react-flow__controls-button svg{max-height:12px;max-width:12px;width:100%}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__minimap{background-color:#fff}.react-flow__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{background-color:#3367d9;border:1px solid #fff;border-radius:1px;height:4px;transform:translate(-50%,-50%);width:4px}.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:0 solid #3367d9}.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-left-width:1px;left:0}.react-flow__resize-control.line.right{border-right-width:1px;left:100%}.react-flow__resize-control.line.bottom,.react-flow__resize-control.line.top{height:1px;left: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%}.RightTabScroller{flex:1 1;height:100%;overflow-x:hidden;overflow-y:scroll}.DetailActionButtons{display:flex;flex-direction:row;margin-top:15px;padding:10px}.RulePane{margin-left:50px;margin-top:20px}.RuleDescription{font-weight:300}.RuleChip{font-weight:500;line-height:2.5em;margin:0 10px}.RuleRawData H1{font-size:140%;font-weight:300;text-transform:uppercase}.RuleSwitch{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin:-1px 0;padding:0 5px;width:100%}.RuleSwitch DIV.RuleSwitchLabel{padding-left:10px}.RuleSwitch .RuleSwitchDescription{line-height:2em}.RuleSwitch .RuleSwitch{line-height:1em}.SmallTitle{font-size:12px}.SmallTitle PRE{margin:0}
/*# sourceMappingURL=main.614e93dd.css.map*/