@import"https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap";body{margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%;overflow:hidden;font-family:Inter,sans-serif;font-optical-sizing:auto;font-style:normal;font-variation-settings:"slnt" 0}html{height:100%;font-size:14px}html *{scrollbar-width:thin;scrollbar-color:#666 transparent}html *::-webkit-scrollbar{width:4px}html *::-webkit-scrollbar-track{background-color:#ebebeb;border-radius:3px}html *::-webkit-scrollbar-thumb{border-radius:3px;background:#888}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%;margin:0 0 15px;font-weight:400;opacity:80%;text-transform:none}H2.subHeader{font-size:130%;margin:0 0 15px;font-weight:400;opacity:70%;text-transform:none}.flexLine{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap}.boxRowUnderlines>DIV{border-bottom:solid #ccc 1px}.boxRowUnderlines>DIV:hover{background-color:#c8c8c833}.boxRowUnderlines>DIV:last-child{border-bottom:0}.highlightLine:hover{background-color:#e1f5fe}.tipBox{background-color:#e1f5fe;border-radius:5px;border:solid #81D4FA 1px}.tipBox .tipBody{padding:20px;color:#222}.tipBox .tipHeader{background-color:#81d4fa;padding:10px}.keyButton{font-size:11px;padding:2px 5px;border-radius:5px;background-color:#000;color:#fff;margin:0 5px}.CenteredCircularProgress{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;position:relative}SPAN.Button{display:flex;align-items:center;padding:6px 9px;margin:2px;cursor:pointer;border-radius:5px;text-transform:uppercase;user-select:none;background-color:#fff;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;background-position:center;transition:background .8s}SPAN.Button:hover{color:#fff;border:solid 2px #006db3;background:#006db3 radial-gradient(circle,transparent 1%,#47a7f5 1%) center/15000%}SPAN.Button:active{background-color:#006db3;background-size:100%;transition:background 0s}SPAN.EnabledButton{border:solid 2px white;color:#006db3}SPAN.DisabledButton{border:solid 2px #888;color:#888}SPAN.ConfirmedButton{border:solid 2px #43a047;background-color:#43a047;color:#f5f5f5}SPAN.ErrorButton{border:solid 2px #d81b60;background-color:#d81b60;color:#f5f5f5}SPAN.ButtonSelected{background-color:#006db3;color:#fff}SPAN.EnabledButton:hover{-webkit-box-shadow:0 0 8px -1px rgba(0,0,0,.75);-moz-box-shadow:0 0 8px -1px rgba(0,0,0,.75);box-shadow:0 0 8px -1px #000000bf}.DataAnalytics{display:flex;flex-direction:column}.DataAnalytics>.Data{margin:0 4px;display:flex;flex-direction:column}.ObjectFiltering{padding:5px 15px 0;display:flex;flex-direction:row;justify-content:center}.ObjectFiltering>.Input{flex:1}.ObjectFiltering>.Date{width:245px}.ObjectFiltering>.Action{display:flex}.Tabs{width:inherit;height:inherit;display:flex;flex-direction:column;border-radius:inherit}.Tabs>.Navigation{-webkit-box-shadow:0px 8px 14px -13px rgba(66,68,90,1);-moz-box-shadow:0px 8px 14px -13px rgba(66,68,90,1);box-shadow:0 8px 14px -13px #42445a;display:flex;height:45px;z-index:10;position:sticky;top:0;border-top-left-radius:inherit;border-top-right-radius:inherit;padding-left:20px}.Tabs>.Navigation>.Tab{padding:13px 10px 10px;flex:1;cursor:pointer;display:flex;justify-content:center;text-transform:uppercase}.Tabs .TabContent{height:inherit;flex:1;overflow-y:auto;overflow-x:hidden;border-radius:inherit}.DateTimePicker{margin:10px;z-index:10;right:5px;width:520px;overflow:hidden}.DateTimePicker .PeriodPicker{width:100%;display:flex;flex-direction:column}.DateTimePicker .PeriodPicker>.PeriodForm{display:flex;align-items:center;justify-content:center;margin:5px}.DateTimePicker .PeriodPicker>.PeriodHeader{display:flex;font-size:100%;justify-content:center;margin-top:20px}.DateTimePicker .PeriodPicker>.PeriodsList{display:flex;flex-direction:row;justify-items:center;margin:10px 0 20px;font-size:110%}.DateTimePicker .PeriodPicker .PeriodsList>DIV{flex:1;margin-left:60px;display:flex;flex-direction:column}.DateTimePicker .PeriodPicker .PeriodsList>DIV SPAN{cursor:pointer}.DateTimePicker .PeriodPicker .PeriodsList>DIV SPAN:hover{text-decoration:underline}.DateTimePicker .DateNow{display:flex;margin:10px;align-items:center}.DateTimePicker .DateNow>DIV{opacity:80%}.DateTimePicker .picky-date-time{box-sizing:content-box;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;padding:5px}.DateTimePicker .picky-date-time__close{display:none}.DateTimePicker .picky-date-time-calendar__table-cel.active:not(.today){background:#0069c0}.DateTimePicker .picky-date-time__calendar,.picky-date-time__clock{margin-bottom:40px}.DateTimePicker .picky-date-time-calendar{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.DateTimePicker .picky-date-time__col{cursor:pointer}.DataBrowsingList{display:flex;flex-direction:column}.DataBrowsingList>.Chart{height:200px}.ObjectList{display:grid;width:100%;padding:10px;border-bottom:2px transparent solid}.ObjectList>.Header{display:flex;flex-direction:row;text-transform:uppercase;font-weight:600;height:30px;align-items:center}.ObjectList .Header>.Timestamp{width:230px;padding:2px 5px 5px 15px}.ObjectList .Header>.Data{padding:2px 5px 5px 15px}.ObjectList>.DataContent{height:100%;overflow-y:scroll}.ObjectListStatus{height:21px;border-top:1px solid #ccc}.EventRow{font-weight:400;display:flex;flex-direction:column;padding:20px;border-top:1px solid #aaa;animation-name:moveUpAndOpacity;animation-iteration-count:1;animation-timing-function:ease-out;animation-duration:.3s}.EventRow:hover{background-color:#c8c8c833;box-shadow:0 8px 14px -13px #42445a}.EventRow .Header{display:flex;flex-direction:row}.EventRow .Header>DIV{padding:3px;line-height:1.7em}.EventRow .Header DIV.Toggle{padding-top:5px;cursor:pointer;width:30px}.EventRow .Header>DIV.Timestamp{display:flex;flex-direction:column;padding-top:6px;min-width:220px;max-width:220px;border-right:solid 1px #cecece;justify-content:space-between;align-items:flex-end}.EventRow .Header>DIV.Timestamp DIV{overflow:hidden;text-overflow:ellipsis}.EventRow .Header>DIV.Data{padding-right:10px;width:100%}.JsonStringify SPAN.JsonItem{margin-right:7px;padding-left:2px;line-height:25px}.JsonStringify SPAN.JsonItem:hover{background:#f0f8ff;border-radius:3px}.JsonStringify SPAN.JsonItem:hover SPAN.JsonValue{text-decoration:underline}.JsonStringify SPAN.JsonItem:hover SPAN.JsonKey{background-color:#666;color:#fff}.JsonStringify SPAN.JsonItem>SPAN.JsonValue{color:#555;padding:1px;border-radius:3px;word-wrap:anywhere;color:#0069c0}.JsonStringify SPAN.JsonItem>SPAN.JsonKey{background-color:#f0f0f0;color:#333;padding:2px 4px;border-radius:3px;margin:0 2px 0 0}.MainContent{display:flex;flex-direction:row;width:100%;height:100%;gap:10px;padding:10px}.MainContent>.MainPane{width:inherit;overflow:auto;display:flex;flex-direction:column;gap:10px;border-radius:15px}.MainMenu{display:flex;flex-direction:column;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:5px;justify-content:space-between;overflow-y:auto}.FullMainMenu{min-width:200px;width:220px;border-radius:15px}.CollapsedMainMenu{width:63px;border-radius:15px}.MainMenu .Branding{height:80px;padding:5px}.CollapsedMainMenu>.BottomIcons,.CollapsedMainMenu>.TopIcons{display:flex;flex-direction:column;font-size:155%;align-items:center}.CollapsedMainMenu>.TopIcons>DIV{cursor:pointer;margin:6px}.CollapsedMainMenu>.BottomIcons>DIV{cursor:pointer}.MainMenu .Branding{cursor:pointer}.MainMenu .Branding>.T{display:flex;align-items:center;height:40px;font-size:175%;background-color:#f5f5f5;color:#000;font-weight:600;justify-content:center;border-radius:6px;font-family:Inter,serif}.MainMenu .Branding>.Tracardi{margin-top:10px;margin-left:20px;font-size:120%;text-transform:uppercase;font-weight:400;font-family:Inter,serif}.MainMenu .Branding>.Version{margin-left:20px;font-size:80%;font-weight:300}.MainMenu .Context{padding:3px 10px;background-color:#fff;border-radius:10px;font-weight:400;display:inline-flex;align-items:center}.MainMenu .MenuRow{display:flex;flex-wrap:nowrap;color:#e1e1e1f2;align-items:center;flex-direction:row;padding:6px 7px;margin:3px 3px 3px 6px;cursor:pointer;font-size:150%;height:30px;border-radius:5px}@keyframes fadeInMenu{0%{opacity:.8}to{opacity:1}}.MainMenu .MenuRow.active,.MainMenu .MenuRow:hover{color:#fff;animation-name:fadeInMenu;animation-iteration-count:1;animation-timing-function:ease-out;animation-duration:.4s;background-color:#ef6c00}.MainMenu .MenuRow>SPAN.Icon{width:30px;display:flex;align-items:center;justify-content:center}.MainMenu .MenuRow>SPAN.Label{display:flex;margin-left:10px;align-items:center;font-size:14px}.Rows{width:inherit;height:inherit;display:flex;flex-direction:row}FORM.TuiForm>H1{font-size:150%;font-weight:400;margin:15px 10px;text-transform:uppercase;opacity:70%}FORM.TuiForm>.TuiFormGroup{border-radius:10px;border:1px solid rgba(200,200,200,.8);margin-bottom:10px;display:grid;grid-template-rows:auto 1fr}FORM.TuiForm>.TuiFormGroup>.TuiFormGroupHeader{padding:15px 25px 0;border-bottom:#ccc 1px solid;background-color:#c8c8c833;border-radius:10px 10px 0 0}FORM.TuiForm>.TuiFormGroup>.TuiFormGroupHeader>H2{font-size:185%;margin:0 0 15px;font-weight:400;opacity:70%;text-transform:none}FORM.TuiForm>.TuiFormGroup>SECTION.TuiFormGroupContent{padding:25px;border-radius:inherit}FORM.TuiForm>.TuiFormGroup>SECTION.TuiFormGroupContent>H2{font-size:1.4em;margin:15px 0 10px;font-weight:400;border-bottom:solid 1px #ccc}FORM.TuiForm>.TuiFormGroup>SECTION.TuiFormGroupContent P{opacity:60%}FORM.TuiForm H3{font-size:1.3em;margin:15px 0 10px;font-weight:400}FORM.TuiForm H3 SUP{font-size:70%}FORM.TuiForm>.TuiFormGroup>SECTION.TuiFormGroupContent>H3:first-child{margin-top:0}FORM.TuiForm DIV.TuiFormError{background-color:#d81b60;color:#fff;padding:6px;display:flex;align-items:center}.ErrorsBox{border:solid 2px #d81b60;padding:15px;overflow-x:auto;display:flex;flex-direction:row;color:#fff;background-color:#d81b60;width:100%}.NotFullErrorBox{border-radius:4px}.ErrorsBox>.ErrorDetails{display:flex;flex-direction:column;margin-left:10px}.ErrorsBox .ErrorDetails>.Header{font-size:120%;text-decoration:underline;font-weight:400;margin-left:15px}.ace-tomorrow .ace_reference{background-color:#f0f8ff;font-weight:500;color:#1565c0;border-radius:2px}.__json-pretty__{line-height:1.3;color:#66d9ef;background:#272822;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__{line-height:1.3;color:#66d9ef;background:#272822;overflow:auto}DIV.PropertyRow{overflow-wrap:anywhere;overflow:hidden;padding-top:5px;padding-bottom:5px;display:flex;flex-direction:row;font-size:15px;font-weight:400;width:100%;min-height:40px}DIV.PropertyRow:hover{background-color:#c8c8c833}DIV.PropertyRow DIV.FieldName{font-size:16px;font-weight:500;max-width:330px;min-width:120px;display:flex;align-items:center;padding-left:5px;width:250px}DIV.PropertyRow DIV.FieldValue{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0 10px}DIV.PropertyRow DIV.FieldName SPAN{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}DIV.PropertyRow .FieldMore{cursor:pointer;margin-left:10px;padding:2px;width:24px;height:24px;border-radius:5px}DIV.PropertyRow .FieldMore:hover{cursor:pointer;margin-left:10px;background-color:#0088fe;color:#fff}.DetailKeyValue{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;padding:5px;margin:-1px 0;min-height:15px}.DetailKeyValue .DetailValue{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%;padding-left:10px;border-bottom:solid 1px #ddd}.DetailKeyValue .DetailKey{flex:.5;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-left:10px;border-bottom:solid 1px #ddd}.FetchError{border:solid 2px #d81b60;padding:15px;overflow-x:auto;display:flex;flex-direction:row;color:#fff;background-color:#d81b60;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{padding-right:10px;font-weight:600}.FetchError .ErrorDetails>.Header{font-size:120%;text-decoration:underline;font-weight:400;margin-left:15px}.react-flow__handle{width:17px!important;height:17px!important;background-color:#fff!important;border-radius:100%!important;position:unset!important;border:2px solid #1565c0;transform:none!important;display:flex;align-items:center}.react-flow__handle-bottom{bottom:-6px!important}.react-flow__handle-top{top:-6px!important}.react-flow__node-default.selected .NodePanel{box-shadow:0 0;cursor:grab;background-color:#0069c0;color:#fff}.react-flow__node .NodePanel{color:#333;text-transform:none;z-index:10;position:relative}.react-flow__node-flowNodeWithEvents.selected .NodePanel,.react-flow__node-startNode.selected .StartNode,.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{cursor:grab;background-color:#0069c0;color:#fff;border:solid 2px rgb(0,105,192)}DIV.NodePorts{width:100%;height:17px;display:flex;justify-content:space-around}DIV.CondNodePorts{width:100%;display:flex;justify-content:space-between}DIV.NodePorts DIV.NodePortContainer{display:flex;flex-direction:column;align-items:center;width:100%;z-index:11}DIV.NodePortContainer .PortHint{background-color:#f0f8ff;color:#444;border-radius:3px;padding:3px 8px;font-size:80%;margin:4px}DIV.NodePortContainer .InputPortHint{top:-7px;transform:translateY(-100%);position:absolute;animation-name:fadeInOpacity;animation-iteration-count:1;animation-timing-function:ease-out;animation-duration:.2s}DIV.NodePortContainer .InputPortDesc{top:-33px;position:absolute;animation-name:fadeInOpacity;animation-iteration-count:1;animation-timing-function:ease-out;animation-duration:.3s;transform:translateY(-100%);width:160px}DIV.NodePortContainer .OutputPortHint{bottom:-7px;position:absolute;animation-iteration-count:1;animation-timing-function:ease-out;animation-duration:.2s;transform:translateY(100%)}DIV.NodePortContainer .OutputPortDesc{bottom:-31px;position:absolute;width:160px;animation-name:fadeInOpacity;animation-iteration-count:1;animation-timing-function:ease-out;animation-duration:.3s;transform:translateY(100%)}DIV.NodePanel{display:flex;flex-direction:row;border-style:solid;border-radius:10px;border-width:2px;background-color:#fff;position:relative;color:#444}DIV.NodePanelPassValue{display:flex;flex-direction:row;border-style:solid;border-width:2px 6px 2px 6px;background-color:#fff;position:relative;color:#444}DIV.StartNode{display:flex;flex-direction:row;border-style:solid;border-radius:50%;border-width:2px;background-color:#fff;position:relative;color:#444}DIV.CondContainer{position:relative;display:flex;align-items:center;gap:10px}DIV.CondContainer:hover DIV.CondTitle{display:flex!important;align-items:center}DIV.CondNode{background:#fff;height:40px;text-align:center;transform:rotate(-45deg);width:40px;border-style:solid;border-width:2px;position:relative;color:#444;border-radius:10px}DIV.LeftPlaceholder,DIV.RightPlaceholder{width:1px;height:50px;position:relative}DIV.CondTitle{background-color:#f5f5f5;padding:0 5px;border-radius:6px;width:max-content;font-size:12px;max-width:200px;position:absolute;bottom:0;top:0;display:none;margin:auto 0;align-items:center}DIV.NodePadding{padding:5px;width:inherit;display:flex;align-items:center}DIV.NodePro{display:flex;color:#fff;align-items:center;background-color:#333;padding:1px 10px;border-radius:0 6px 6px 0}DIV.DebugNode{background-color:#ad1457!important;border-color:#ad1457!important;color:#fff!important}DIV.NodeLabel{display:flex;align-items:center;overflow:hidden;flex-direction:row;font-size:14px}DIV.NodeLabel>P{margin:0}DIV.NodeLabel ASIDE{font-size:70%;margin-left:5px}DIV.NodeOutboundEvents{display:flex;flex-direction:column}DIV.NodeInboundEvents{display:flex;flex-direction:column;justify-items:flex-end;align-items:flex-end;margin-right:5px;position:absolute;right:0}DIV.NodeInboundEvents SPAN.Event,DIV.NodeOutboundEvents SPAN.Event{display:inline-flex;font-size:10px;border-radius:3px;color:#444;margin:1px 0 1px 5px;padding:1px 10px 1px 5px;background-color:#f0f8ff;width:fit-content;cursor:pointer;white-space:nowrap}DIV.NodeInboundEvents SPAN.Event:hover,DIV.NodeOutboundEvents SPAN.Event:hover{background-color:#ddd}DIV.NodeSequence{border-radius:30%;color:#fff;padding-right:1px;position:absolute;top:-10px;right:4px;font-size:10px;display:flex;width:17px;height:17px;align-items:center;justify-content:center}DIV.NodeAlert{border-radius:50%;color:#fff;position:absolute;top:13px;right:-30px;display:flex;width:30px;height:30px;align-items:center;justify-content:center;background-color:#fff}DIV.Ok{background-color:#43a047!important}DIV.ErrorSequence{background-color:#d81b60!important}DIV.Error{color:#d81b60!important}DIV.Warning{color:orange!important}.ThresholdIcon{border-radius:4px;padding:5px;font-size:12px;display:flex;align-items:center;justify-content:center;background-color:#f0f8ff;margin-bottom:5px;color:#444;text-decoration:underline}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1;cursor:-webkit-grab;cursor:grab}.react-flow__pane.selection{cursor:pointer}.react-flow__pane.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow .react-flow__edges{pointer-events:none;overflow:visible}.react-flow__edge-path,.react-flow__connection-path{stroke:#b1b1b7;stroke-width:1;fill:none}.react-flow__edge{pointer-events:visibleStroke;cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;-webkit-animation:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge:focus .react-flow__edge-path,.react-flow__edge:focus-visible .react-flow__edge-path{stroke:#555}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge-textbg{fill:#fff}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__connectionline{z-index:1001}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:-webkit-grab;cursor:grab}.react-flow__node.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:#1a192b;border:1px solid white;border-radius:100%}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:-4px;transform:translate(-50%)}.react-flow__handle-top{left:50%;top:-4px;transform:translate(-50%)}.react-flow__handle-left{top:50%;left:-4px;transform:translateY(-50%)}.react-flow__handle-right{right:-4px;top:50%;transform:translateY(-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__panel{position:absolute;z-index:5;margin:15px}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.center{left:50%;transform:translate(-50%)}.react-flow__attribution{font-size:10px;background:#ffffff80;padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@-webkit-keyframes dashdraw{0%{stroke-dashoffset:10}}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-default,.react-flow__node-input,.react-flow__node-output,.react-flow__node-group{padding:10px;border-radius:3px;width:150px;font-size:12px;color:#222;text-align:center;border-width:1px;border-style:solid;border-color:#1a192b;background-color:#fff}.react-flow__node-default.selectable:hover,.react-flow__node-input.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:0 1px 4px 1px #00000014}.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:0 0 0 .5px #1a192b}.react-flow__node-group{background-color:#f0f0f040}.react-flow__nodesselection-rect,.react-flow__selection{background:#0059dc14;border:1px dotted rgba(0,89,220,.8)}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls{box-shadow:0 0 2px 1px #00000014}.react-flow__controls-button{border:none;background:#fefefe;border-bottom:1px solid #eee;box-sizing:content-box;display:flex;justify-content:center;align-items:center;width:16px;height:16px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:5px}.react-flow__controls-button:hover{background:#f4f4f4}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__minimap{background-color:#fff}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{width:4px;height:4px;border:1px solid #fff;border-radius:1px;background-color:#3367d9;transform:translate(-50%,-50%)}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:#3367d9;border-width:0;border-style:solid}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.react-flow__resize-control.line.left{left:0;border-left-width:1px}.react-flow__resize-control.line.right{left:100%;border-right-width:1px}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{height:1px;transform:translateY(-50%);left:0;width:100%}.react-flow__resize-control.line.top{top:0;border-top-width:1px}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.RightTabScroller{height:100%;overflow-y:scroll;overflow-x:hidden;flex:1 1}.DetailActionButtons{padding:10px;display:flex;flex-direction:row;margin-top:15px}.RulePane{margin-top:20px;margin-left:50px}.RuleDescription{font-weight:300}.RuleChip{line-height:2.5em;margin:0 10px;font-weight:500}.RuleRawData H1{font-size:140%;font-weight:300;text-transform:uppercase}.RuleSwitch{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;padding:0 5px;margin:-1px 0}.RuleSwitch DIV.RuleSwitchLabel{padding-left:10px}.RuleSwitch .RuleSwitchDescription{line-height:2em}.RuleSwitch .RuleSwitch{line-height:1em}.SmallTitle{font-size:12px}.SmallTitle PRE{margin:0}.NeedHelpButton{padding:20px;width:350px}.NeedHelpButton>DIV:not(:first-child){margin-top:20px}.TopBar{display:flex;justify-content:space-between;padding:2px 37px;border-radius:15px;animation:moveDownAndOpacity;animation-iteration-count:1;animation-timing-function:ease-out;animation-duration:.3s}.TopBar>.Title{font-weight:400;font-size:220%;margin:0;opacity:80%;display:flex;align-items:center}.TopBar>.Info{display:flex;white-space:nowrap;justify-content:center;align-items:flex-end}.ChartToolTip{background-color:#888;color:#eee;padding:8px;border-radius:5px;opacity:.8}.ChartToolTip>P{margin:0}.ErrorBox{background:#d81b60;color:#fff;padding:15px;overflow-x:auto;margin:10px;display:flex;flex-direction:row;animation-name:fadeInOpacity;animation-iteration-count:1;animation-timing-function:ease-out;animation-duration:.4s;align-items:center}.ErrorBox>.ErrorDetails{display:flex;flex-direction:column;margin-left:10px;font-size:120%;margin-top:0}.FlexColumns{display:flex;flex-direction:column}.FlexRows{display:flex;flex-direction:row;width:inherit}.Box10{margin:10px;padding:10px}.Relative{position:relative}.ScrollablePaper{width:inherit;height:100%;overflow:auto;background:#fff;padding:10px;border-radius:5px}.Pad10{padding:10px}.AlertTag{padding:5px 8px;background-color:#ef6c00;color:#fff;display:flex;align-items:center;border-radius:5px;margin:2px;font-size:14px}.OKTag{padding:5px 8px;background-color:#43a047;color:#fff;display:flex;align-items:center;border-radius:5px;margin:2px;font-size:14px}.NormalTag{padding:5px 8px;background-color:#1565c0;color:#fff;display:flex;align-items:center;border-radius:5px;margin:2px;font-size:14px}.Elevate{border-radius:15px;-webkit-box-shadow:0 0 10px -1px rgba(176,176,176,1);-moz-box-shadow:0 0 10px -1px rgba(176,176,176,1);box-shadow:0 0 10px -1px #b0b0b0;padding:0 25px 25px 20px;background-color:#fff;margin:10px}.Bottom10{margin-bottom:10px}.Bottom20{margin-bottom:20px}.MoveUpOpacity{animation-name:moveUpAndOpacity;animation-iteration-count:1;animation-timing-function:ease-out;animation-duration:.3s}@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:translate(5%)}to{opacity:1;transform:translate(0)}}FIELDSET{border-radius:5px;border-style:solid;border-color:#ccc;border-width:1px}FIELDSET LEGEND{color:#999;font-size:11px}.MdManual{height:100%;overflow:auto;padding:10px;border-radius:5px;-webkit-user-select:text;user-select:text;border-radius:inherit}.MdManual A{text-decoration:underline;color:inherit}.MdManual H1{margin:0;font-size:20px;font-weight:400;opacity:100%}.MdManual H2{margin:0;font-size:18px;font-weight:400;opacity:100%}.MdManual H3{margin:0;font-size:17px;font-weight:400;opacity:100%}.MdManual CODE{opacity:80%;display:inline-flex;padding:15px;margin-left:10px;border-radius:5px;border:solid 2px rgba(200,200,200,.3);background-color:#c8c8c833;font-family:Inter;width:100%;overflow:auto}
