:root{--bg:#000;--bg-secondary:#0d0d0d;--bg2:#18181b;--text:#f1f1f1;--text-primary:#f1f1f1;--text-secondary:#fffc;--placeholder:#868686;--text-hover:#ffffffb3;--text-500:#ffffff80;--text-300:#ffffff4d;--text-600:#fff9;--text-100:#ffffff1a;--input-border-primary:#fff9;--input-border-secondary:#fff3;--button-bg:#fff;--button-text:#000;--button-hover:#e1e1e1;--button-secondary:#27272a;--button-secondary-hover:#1f1f23;--button-disabled:#27272aaa;--button-disabled-text:#868686aa;--border:#ffffff1a;--sidebar-active:#27272a;--sidebar-width:4.5rem;--accent-blue:#1677ff;--success:#5cb85c;--danger:#d9534f;--warning:#f0ad4e;--lime-green:#9fef00;--light-green200:#9fef001a}body,html{scroll-behavior:smooth;background:var(--bg);color:var(--text);margin:0;padding:0}body::-webkit-scrollbar{width:12px}html::-webkit-scrollbar{width:12px}body::-webkit-scrollbar-track{background:#1e1e1e}html::-webkit-scrollbar-track{background:#1e1e1e}body::-webkit-scrollbar-thumb{background-color:#e3e3e3;border:3px solid #1e1e1e;border-radius:6px}html::-webkit-scrollbar-thumb{background-color:#e3e3e3;border:3px solid #1e1e1e;border-radius:6px}body::-webkit-scrollbar-thumb:hover{background-color:#e3e3e3}html::-webkit-scrollbar-thumb:hover{background-color:#e3e3e3}body *,html *{font-family:Inter,sans-serif}@font-face{font-family:Menlo for powerline;src:url(../media/MenloPowerline.0sdsd7dx56b5o.ttf)}.greenDot{background:#2ecc40;border-radius:50%;width:10px;height:10px;margin-right:6px;display:inline-block}.yellowDot{background:#ffc107;border-radius:50%;width:10px;height:10px;margin-right:6px;display:inline-block}.redDot{background:#ff4136;border-radius:50%;width:10px;height:10px;margin-right:6px;display:inline-block}.text-secondary{color:var(--text-secondary)}.noData{width:100%;height:100%;color:var(--text-secondary);justify-content:center;align-items:center;display:flex}.overlayLeft{z-index:4;max-height:calc(100vh - 5rem);position:relative}.overlayLeft .overlayRightDrawer{overflow:auto}.overlayLeft::-webkit-scrollbar{width:12px}.overlayLeft::-webkit-scrollbar-track{background:#1e1e1e}.overlayLeft::-webkit-scrollbar-thumb{background-color:#e3e3e3;border:3px solid #1e1e1e;border-radius:6px}.overlayLeft::-webkit-scrollbar-thumb:hover{background-color:#e3e3e3}.overlayRight{border-left:1px solid var(--border);background:var(--bg);flex-direction:column;min-width:0;height:100%;display:flex;overflow:auto}.overlayRight::-webkit-scrollbar{width:12px}.overlayRight::-webkit-scrollbar-track{background:#1e1e1e}.overlayRight::-webkit-scrollbar-thumb{background-color:#e3e3e3;border:3px solid #1e1e1e;border-radius:6px}.overlayRight::-webkit-scrollbar-thumb:hover{background-color:#e3e3e3}.overlayRight .overlayRightClose{z-index:5;background:#fffffff2;align-self:flex-end;margin:.75rem .75rem .35rem 0;position:sticky;top:.75rem}.btnCompleted{color:#fff;border:none;font-weight:700;background:#2ecc40!important}.btnCompleted:hover{background-color:#27ae60!important}.overlayRightContent{color:#fff;padding:1.5rem}.react-flow__node-custom{border-radius:2px;min-width:20rem}.react-flow__controls-button{color:#1e1e1e!important}.custom-html-style blockquote{margin-left:0}.custom-html-style table{border-collapse:collapse;width:100%;color:var(--text-secondary);border:1px solid #fff;margin:1em 0}.custom-html-style th,.custom-html-style td{border:1px solid var(--input-border-secondary);text-align:left;padding:10px}.custom-html-style td{min-width:8rem}.custom-html-style th{text-align:left;background-color:#111;font-weight:700}.custom-html-style tr:nth-child(2n){background-color:#0d0d0d}.custom-html-style tr:hover{background-color:#1a1a1a}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}
:root{--sigma-background-color:#fff;--sigma-controls-background-color:#fff;--sigma-controls-background-color-hover:#0003;--sigma-controls-border-color:#0003;--sigma-controls-color:#000;--sigma-controls-zindex:100;--sigma-controls-margin:5px;--sigma-controls-size:30px}div.react-sigma{background:var(--sigma-background-color);width:100%;height:100%;position:relative}div.sigma-container{width:100%;height:100%}.react-sigma-controls{z-index:var(--sigma-controls-zindex);border:2px solid var(--sigma-controls-border-color);color:var(--sigma-controls-color);background-color:var(--sigma-controls-background-color);border-radius:4px;position:absolute}.react-sigma-controls.bottom-right{bottom:var(--sigma-controls-margin);right:var(--sigma-controls-margin)}.react-sigma-controls.bottom-left{bottom:var(--sigma-controls-margin);left:var(--sigma-controls-margin)}.react-sigma-controls.top-right{top:var(--sigma-controls-margin);right:var(--sigma-controls-margin)}.react-sigma-controls.top-left{top:var(--sigma-controls-margin);left:var(--sigma-controls-margin)}.react-sigma-controls:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.react-sigma-controls:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.react-sigma-control{width:var(--sigma-controls-size);height:var(--sigma-controls-size);line-height:var(--sigma-controls-size);background-color:var(--sigma-controls-background-color);border-bottom:1px solid var(--sigma-controls-border-color)}.react-sigma-control:last-child{border-bottom:none}.react-sigma-control>*{box-sizing:border-box}.react-sigma-control>button{width:var(--sigma-controls-size);height:var(--sigma-controls-size);line-height:var(--sigma-controls-size);background-position:50%;background-repeat:no-repeat;background-size:50%;background-color:var(--sigma-controls-background-color);clip:rect(0,0,0,0);border:none;margin:0;padding:0;display:block}.react-sigma-control>button:hover{background-color:var(--sigma-controls-background-color-hover)}.react-sigma-search{background-color:var(--sigma-controls-background-color)}.react-sigma-search label{visibility:hidden}.react-sigma-search input{color:var(--sigma-controls-color);background-color:var(--sigma-controls-background-color);width:100%;padding:var(--sigma-controls-margin);box-sizing:border-box;border:none;margin:0;font-size:1em}
