.login-button-container{margin-top:10%}.login-container{height:100vh;width:98vw;margin-top:-3%;background-image:url(/assets/login-pYDULl9C.png);background-repeat:no-repeat;background-position:center;background-size:cover}.login-logo-container{width:60%;height:100vh;background-color:#00000080;background-image:url(/assets/whiteLogo-DdTc1ci-.png);background-repeat:no-repeat;background-position:center;float:right}.login-form-container{background-color:#00000080;width:40%;height:100vh;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-right:4px solid white}.textInput-container{background:radial-gradient(100% 700.42% at 98.37% 100%,#0003,#fff3 82.29%);width:70%;height:50px;margin-top:10%;border-radius:5px;display:flex;align-items:center}.textInput-container:hover{background:radial-gradient(120% 700.42% at 98.37% 100%,#0003,#fff3 50.29%)}input:-webkit-autofill,input:-webkit-autofill:active{transition:background-color 5000s ease-in-out 0s}input:-webkit-autofill{-webkit-text-fill-color:white!important}.scroll-parent{position:relative;height:100%;width:100%;overflow:hidden}.scroll-element{position:absolute;top:0;width:90%;animation-timing-function:linear;animation-iteration-count:infinite;animation-name:scroll;animation-duration:var( --animation-duration )}@keyframes scroll{0%{top:10%}to{top:var(--to-value)}}.usage-container{display:flex;flex-direction:column;margin-left:4vw;cursor:pointer;transition:background-color .3s ease;padding:20px;border-radius:10px;border-width:1px;border-color:#333;border-style:solid}.usage-container:hover{background-color:#333}.category-container{display:flex;flex-direction:column;margin-bottom:2vh;padding:2vh;border-radius:10px;border-width:2px;border-color:#ffffff1a;border-style:solid;width:90%;margin:2vh;overflow-wrap:break-word;word-break:break-word;max-width:100%;box-sizing:border-box}.category-container[data-type=usage]:hover,.category-container[data-type=user]:hover{border-color:#ffffff4d;cursor:pointer}.button{display:flex;align-items:center;justify-content:center;border-radius:1vh;padding:1vh;cursor:pointer;width:30%;transition:background-color .3s ease;position:relative}.button-delete{background-color:#f4354b}.button-delete:hover{background-color:#ef1b29}.button-edit{background-color:#ff681d}.button-edit:hover{background-color:#ff681d20}.button-disabled{background-color:#474747;cursor:not-allowed}.button-icon{height:20px;width:20px;margin-right:10px;min-width:20px;position:absolute;right:10px}.analysis-card{display:flex;flex-direction:row;align-items:center;justify-content:space-between;border-radius:10px;padding:1vh;cursor:pointer;margin-bottom:.5vh;border-width:1px;border-color:#333;border-style:solid}.analysis-card.selected{background-color:#78bd3266}.analysis-card:hover{background-color:#444}.delete-icon{display:flex;align-items:center;justify-content:center;background-color:transparent;border-radius:10px;padding:.5vh;cursor:pointer}.delete-icon:hover{background-color:#f4354b}.section-container{width:100%;height:100%;background-color:#141414;padding:2vh;border-radius:1vh;box-shadow:0 0 4px #4d4d4d;display:flex;flex-direction:column}.section-container-empty{background-color:transparent;box-shadow:none}.section-container-active{box-shadow:0 0 8px #75d576}.section-container-yearly{box-shadow:0 0 8px #174000}.section-container-monthly{box-shadow:0 0 8px #7ca37c}.section-container-inactive{box-shadow:0 0 8px #a80000}.section-container-trial{box-shadow:0 0 8px purple}.section-container-fixed{box-shadow:0 0 8px #4a90d9}.section-container-hover:hover{background-color:#1a1a1a}.section-title{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:2vh}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background-color:#444;border-radius:4px}::-webkit-scrollbar-thumb:hover{background-color:#666}.item-container{cursor:pointer;padding:10px;border-radius:4px;position:relative;color:#fff;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;max-width:100%}.item-container:hover{background-color:#80808033}.item-container .trash-icon,.item-container .plus-icon,.item-container .pen-icon{position:absolute;right:10px;top:50%;transform:translateY(-50%);opacity:0}.item-container:hover .trash-icon,.item-container:hover .plus-icon,.item-container:hover .pen-icon{opacity:1;display:flex;align-items:center;justify-content:center;background-color:transparent;border-radius:10px;padding:.5vh;cursor:pointer}.item-container:hover .pen-icon,.item-container:hover .plus-icon{right:40px}.item-container:hover .trash-icon:hover{background-color:#f4354b}.item-container:hover .pen-icon:hover{background-color:#ff681d}.item-container:hover .plus-icon:hover{background-color:#78bd32}.slider-arrow{width:50px;height:50px;transition:all .1s ease-in-out}.slider-arrow:hover{transform:scale(1.15) perspective(1px)}.side-panel-right-hide{background:#181818;bottom:0;position:fixed;right:0;transform:translate(100%);transition:transform 1s;width:90%;height:100%;display:flex;flex-direction:column}.side-panel-right-hide--open{background:linear-gradient(140deg,#181818,#212121);transform:translate(0)}.side-panel-content{overflow-y:auto;flex:1;height:100%}.promo-code-line{cursor:pointer;transition:color .3s ease;padding:4px;border-radius:4px;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.promo-code-line:hover{background-color:#91919199}.moreIcon{height:20px;width:20px;display:flex;justify-content:center;align-items:center}.moreIconContainer{cursor:pointer;position:relative;height:36px;width:36px;display:flex;align-items:center;justify-content:center;padding:8px;border-radius:6px;transition:background-color .2s ease}.moreIconContainer:hover{background-color:#ffffff1a}.dropdownContainer{display:flex;flex-direction:column;margin-top:1vh;gap:8px}.dropdownOption{padding:12px 16px;background-color:#ffffff0d;border-radius:8px;cursor:pointer;transition:all .2s ease-in-out;border:1px solid transparent}.dropdownOption:hover{background-color:#ffffff1a;transform:translateY(-1px);box-shadow:0 2px 8px #ffffff1a}.deleteOption{background-color:#ff00001a;border-color:#ff00004d}.deleteOption:hover{background-color:#f003;border-color:#ff000080}.dropdownWrapper{position:relative;margin-top:1vh}.dropdownButton{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background-color:#ffffff0d;border-radius:8px;cursor:pointer;border:1px solid transparent;width:100%;transition:all .2s ease-in-out}.dropdownButton:hover{background-color:#ffffff1a;border-color:#fff3}.dropdownArrow{margin-left:10px;font-size:12px;transition:transform .2s ease-in-out}.dropdownMenu{position:absolute;top:100%;left:0;width:100%;background-color:#000000e6;border-radius:8px;box-shadow:0 4px 12px #0000004d;z-index:10;margin-top:8px;border:1px solid rgba(255,255,255,.1);overflow:hidden;animation:dropdownSlide .2s ease-out}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdownContainer{position:absolute;background-color:#282828;border-radius:8px;padding:8px;min-width:20vh;max-height:60vh;display:flex;flex-direction:column;box-shadow:0 4px 12px #0000004d;border:1px solid #404040;z-index:1000;top:36px}.dropdownItem{display:flex;padding:8px;cursor:pointer;gap:8px}.dropdownItem:hover{border-radius:8px;background-color:#ffffff1a}.go-back-button{width:40px;height:40px;margin-right:20px}.go-back-button:hover{background:#8b8b8b;border-radius:50px}.countingCard{position:relative;display:flex;flex-direction:row;align-items:center;padding:8px 16px 8px 4px;background-color:#141414;border-radius:8px;border:1px solid #fafafa20;min-width:140px;flex:0 1 auto}.countingCard:hover{background-color:#282829;cursor:pointer}.infoBubble{width:16px;height:16px;background-color:transparent;border-radius:50%;border:2px solid white;z-index:1;display:flex;align-items:center;justify-content:center;cursor:pointer}.content{display:flex;flex-direction:column;margin-left:8px;min-width:0}@media(max-width:768px){.countingCard{min-width:120px;padding:6px 12px 6px 3px}.content{margin-left:6px}}@media(max-width:480px){.countingCard{min-width:100px;padding:4px 8px 4px 2px}.content{margin-left:4px}.infoBubble{width:14px;height:14px;top:4px;right:4px}}@media(max-width:320px){.countingCard{min-width:auto;flex:1}}.cardsContainer{display:flex;flex-wrap:wrap;gap:8px;max-width:fit-content;min-width:300px;margin-bottom:2vh;margin-left:2vw}.chartContainer{display:flex;flex-direction:column;height:35vh;min-height:350px;border-radius:10px}.chartContainer-loading{animation:blinkToYellow 1s ease-in-out infinite alternate;height:35vh;min-width:100%}@keyframes blinkToYellow{0%{background-color:transparent}to{background-color:#4343434d}}@media(max-width:768px){.cardsContainer{margin-left:1vw;min-width:250px;gap:6px}}@media(max-width:480px){.cardsContainer{margin-left:0;margin-bottom:1vh;min-width:200px;gap:4px;flex-direction:column;align-items:stretch}}@media(max-width:320px){.cardsContainer{min-width:100%}}.react-calendar{width:350px;max-width:100%;background:#fff;border:1px solid #a0a096;font-family:Arial,Helvetica,sans-serif;line-height:1.125em}.react-calendar--doubleView{width:700px}.react-calendar,.react-calendar *,.react-calendar *:before,.react-calendar *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.react-calendar__navigation button{min-width:44px;background:none}.react-calendar__navigation button:enabled:hover,.react-calendar__navigation button:enabled:focus{background-color:#e6e6e6}.react-calendar__month-view__weekdays{text-align:center;text-transform:uppercase;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{display:flex;align-items:center;justify-content:center;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__month-view__days__day--neighboringMonth,.react-calendar__decade-view__years__year--neighboringDecade,.react-calendar__century-view__decades__decade--neighboringCentury{color:#757575}.react-calendar__year-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__century-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{max-width:100%;padding:10px 6.6667px;background:none;text-align:center;font:inherit;font-size:.833em}.react-calendar__tile:disabled{background-color:#f0f0f0;color:#ababab}.react-calendar__month-view__days__day--neighboringMonth:disabled,.react-calendar__decade-view__years__year--neighboringDecade:disabled,.react-calendar__century-view__decades__decade--neighboringCentury:disabled{color:#cdcdcd}.react-calendar__tile:enabled:hover,.react-calendar__tile:enabled:focus{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:hover,.react-calendar__tile--now:enabled:focus{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:hover,.react-calendar__tile--hasActive:enabled:focus{background:#a9d4ff}.react-calendar__tile--active{background:#006edc;color:#fff}.react-calendar__tile--active:enabled:hover,.react-calendar__tile--active:enabled:focus{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}.react-calendar{width:350px;max-width:100%;background:#282828;font-family:Arial,Helvetica,sans-serif;line-height:1.125em}.react-calendar--doubleView{width:550px;border:none}.react-calendar--doubleView .react-calendar__viewContainer{display:flex;margin:-.5em}.react-calendar--doubleView .react-calendar__viewContainer>*{width:50%;margin:.5em}.react-calendar,.react-calendar *{box-sizing:border-box}.react-calendar button{margin:0;border:0;outline:none}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{display:flex;height:44px;margin-bottom:1em}.react-calendar__navigation button{min-width:44px;color:#fafafa}.react-calendar__navigation__arrow{font-size:2em}.react-calendar__navigation__label{font-size:1.2em;font-weight:700;color:#fff}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:hover,.react-calendar__navigation button:enabled:focus{background-color:#fafafa10}.react-calendar__month-view__weekdays__weekday{padding:.5em;color:#fafafa80;text-decoration:none}.react-calendar__month-view__weekdays__weekday abbr{text-decoration:none}.react-calendar__month-view__days__day,.react-calendar__month-view__days__day--weekend{color:#fff}.react-calendar__month-view__days__day--neighboringMonth{color:#fafafa50}.react-calendar__tile{max-width:100%;padding:10px 6.6667px;text-align:center;font:inherit;font-size:.833em}.react-calendar__tile:enabled:hover{background-color:#ff590070;border-radius:15%}.react-calendar__tile:enabled:focus{background:#ff5900}.react-calendar__tile--now{background:transparent;color:#78bd32}.react-calendar__tile--now:enabled:hover,.react-calendar__tile--now:enabled:focus{background:#ff5900}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#ff590030}.react-calendar__tile--range{background:#ff590070;color:#fff;border-radius:0}.react-calendar__tile--rangeStart{background:#ff5900;border-radius:15% 0 0 15%;color:#fff}.react-calendar__tile--rangeEnd,.react-calendar__tile--rangeBothEnds{background:#ff5900;border-radius:0 15% 15% 0;color:#fff}.period-item{display:flex;flex-grow:column;gap:10px;padding:12px;border-bottom:1px solid #fafafa20;cursor:pointer}.period-item:last-child{border-bottom:none}.period-item:hover{background-color:#fafafa20}.period-item-active{background-color:#ff590020}.creditsProgressBar{width:100%;height:4px;background-color:#ff681d26;border-radius:2px;overflow:hidden;position:relative}.creditsProgressFill{height:100%;background-color:#ff681d;border-radius:2px;transition:width .3s ease;position:absolute;left:0;top:0}.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: rgba(255, 255, 255, .5);--xy-minimap-background-color-default: #fff;--xy-minimap-mask-background-color-default: rgba(240, 240, 240, .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: rgba(240, 240, 240, .25);--xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(0, 0, 0, .08);--xy-node-boxshadow-selected-default: 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: #ffffff;--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: rgba(150, 150, 150, .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: rgba(240, 240, 240, .25);--xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(255, 255, 255, .08);--xy-node-boxshadow-selected-default: 0 0 0 .5px #999;--xy-handle-background-color-default: #bebebe;--xy-handle-border-color-default: #1e1e1e;--xy-selection-background-color-default: rgba(200, 200, 220, .08);--xy-selection-border-default: 1px dotted rgba(200, 200, 220, .8);--xy-controls-button-background-color-default: #2b2b2b;--xy-controls-button-background-color-hover-default: #3e3e3e;--xy-controls-button-color-default: #f8f8f8;--xy-controls-button-color-hover-default: #fff;--xy-controls-button-border-color-default: #5b5b5b;--xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, .08);--xy-edge-label-background-color-default: #141414;--xy-edge-label-color-default: #f8f8f8}.react-flow__background{background-color:var(--xy-background-color-props, var(--xy-background-color, var(--xy-background-color-default)));pointer-events:none;z-index:-1}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1}.react-flow__pane.draggable{cursor:grab}.react-flow__pane.dragging{cursor:grabbing}.react-flow__pane.selection{cursor:pointer}.react-flow__viewport{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.selected .react-flow__edge-path,.react-flow__edge.selectable:focus .react-flow__edge-path,.react-flow__edge.selectable:focus-visible .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__arrowhead polyline{stroke:var(--xy-edge-stroke, var(--xy-edge-stroke-default))}.react-flow__arrowhead polyline.arrowclosed{fill:var(--xy-edge-stroke, var(--xy-edge-stroke-default))}.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:grab;pointer-events:all}.react-flow__node.draggable.dragging{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: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__pane.selection .react-flow__panel{pointer-events:none}.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.top.center,.react-flow__panel.bottom.center{left:50%;transform:translate(-15px) translate(-50%)}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.left.center,.react-flow__panel.right.center{top:50%;transform:translateY(-15px) translateY(-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{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;left:0;top:0}.react-flow__viewport-portal{position:absolute;width:100%;height:100%;left:0;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.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-input,.react-flow__node-default,.react-flow__node-output,.react-flow__node-group{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-input.selectable:hover,.react-flow__node-default.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:var(--xy-node-boxshadow-hover, var(--xy-node-boxshadow-hover-default))}.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.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:var(--xy-node-boxshadow-selected, var(--xy-node-boxshadow-selected-default))}.react-flow__node-group{background-color:var(--xy-node-group-background-color, var(--xy-node-group-background-color-default))}.react-flow__nodesselection-rect,.react-flow__selection{background:var(--xy-selection-background-color, var(--xy-selection-background-color-default));border:var(--xy-selection-border, var(--xy-selection-border-default))}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls-button:hover{background:var( --xy-controls-button-background-color-hover-props, var(--xy-controls-button-background-color-hover, var(--xy-controls-button-background-color-hover-default)) );color:var( --xy-controls-button-color-hover-props, var(--xy-controls-button-color-hover, var(--xy-controls-button-color-hover-default)) )}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__controls-button:last-child{border-bottom:none}.react-flow__controls.horizontal .react-flow__controls-button{border-bottom:none;border-right:1px solid var( --xy-controls-button-border-color-props, var(--xy-controls-button-border-color, var(--xy-controls-button-border-color-default)) )}.react-flow__controls.horizontal .react-flow__controls-button:last-child{border-right:none}.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:5px;height:5px;border:1px solid #fff;border-radius:1px;background-color:var(--xy-resize-background-color, var(--xy-resize-background-color-default));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: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.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%}.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))}
