:root{--uiActiveColor:#4cb2e6;--uiDesktopBackColor:#ededed;--uiComponentBorder:solid 1px #e0e0e0;--uiComponentBorderRadius:4px;--uiInputBorder:solid 1px #dbdbdb;--uiInputBackground:#fafafa;--uiSystemFont:Roboto, Arial, Helvetica, sans-serif;--uiIconSize:16px;--uiSVGHoverColor:#788fa5;--uiScrollBarColor:#f0f0f0;--uiItemListHover:#dcf0fb;--uiItemBorderHover:#4cb2e6;--mainActionColor:#4cb2e6;--mainActionHoverColor:#54c5ff;--mainActionActiveColor:#1897d6;--auxiliaryActionColor:#6fb83b;--auxiliaryActionHoverColor:#7ed143;--auxiliaryActionActiveColor:#5b9c2c;--criticalActionColor:#e36060;--criticalActionHoverColor:#fc6b6b;--criticalActionActiveColor:#a63535;--selectDefaultFontSize:13px;--selectLargeFontSize:15px;--selectMinPadding:4px;--selectMidPadding:8px;--selectArrowSize:16px;--selectSmallHeight:24px;--selectDefaultHeight:32px;--selectLargeHeight:40px;--selectPlaceholderDefaultColor:#c2c2c2;--selectArrowDefaultColor:#607990;--colorWhite:#fff}::-webkit-scrollbar{background:var(--uiScrollBarColor);width:8px;height:8px}::-webkit-scrollbar-button{display:none}::-webkit-scrollbar-thumb{background:#dbdbdb;border-radius:4px;width:8px;height:8px}::-webkit-scrollbar-track{background:var(--uiScrollBarColor);width:8px;height:8px}::-webkit-scrollbar-corner{background:#dbdbdb}@supports ((-moz-appearance:none)){*{scrollbar-width:thin;scrollbar-color:#dbdbdb var(--uiScrollBarColor)}* input[type=number]{-moz-appearance:textfield}}*{-webkit-font-smoothing:subpixel-antialiased}:focus-visible{outline:none}html,body{background:var(--uiDesktopBackColor);border:0;width:100%;max-width:100%;height:100%;max-height:100%;margin:0;padding:0}#app{font-family:var(--uiSystemFont);flex-direction:column;font-size:13px;display:flex}.help-text{color:#5e4e04;background-color:#fef8dc;border-left:4px solid #edd262;margin:16px 0;padding:6px 8px;font-style:italic;display:block}.link-button{cursor:pointer;color:var(--uiActiveColor);font:inherit;background:0 0;border:none;padding:0;text-decoration:underline}.additional-toolbar-icon{margin:3px 0 0 3px;display:block}.additional-toolbar-icon:hover{filter:brightness(.25)}.additional-icon-wrapper{cursor:pointer;z-index:100;background-color:#bdbdbd;width:18px;height:18px;transition-duration:.25s;display:block;position:absolute;right:35px}.tooltip-content-wrapper{flex-direction:column;width:100%;height:100%;display:flex}.circle-button-wrapper{border-radius:50%;width:20px;height:20px;margin:auto;transition:all .3s;display:flex}.container-code-editor .circle-button-wrapper{position:absolute;top:8px;right:0}.circle-button-wrapper svg{cursor:pointer;border-radius:50%;width:20px}.circle-button-wrapper:active,.circle-button-wrapper:hover:active{background-color:#4d6378}.circle-button-wrapper:hover{background-color:var(--uiSVGHoverColor)}.circle-button-wrapper svg:hover .st1,.circle-button-wrapper svg:active .st1,.circle-button-wrapper svg:hover:active .st1{fill:var(--colorWhite)}.circle-button-wrapper svg:active .st-circle,.circle-button-wrapper svg:hover:active .st-circle{fill:#4d6378}.circle-button-wrapper svg:hover .st-circle{fill:var(--uiSVGHoverColor)}div[id^=DndLiveRegion-]{position:absolute!important}.ant-dropdown-menu{border-radius:4px;box-shadow:0 4px 16px rgba(22,29,38,.16)}.react-tooltip.custom-tooltip{--rt-opacity:1;--rt-color-dark:#404040;color:#fafafa;word-break:break-word;z-index:9999;border-radius:4px;flex-direction:column;gap:4px;max-width:420px;padding:6px 16px;font-family:Roboto,sans-serif;font-size:13px;font-weight:400;display:flex}.react-tooltip.custom-tooltip .react-tooltip-arrow{clip-path:polygon(50% 0%,0% 100%,100% 100%);width:12px}.react-tooltip.custom-tooltip[class*=react-tooltip__place-top]>.react-tooltip-arrow{transform:rotate(180deg)translateY(-3px)}.react-tooltip.custom-tooltip[class*=react-tooltip__place-right]>.react-tooltip-arrow{transform:rotate(270deg)translateY(-5px)}.react-tooltip.custom-tooltip[class*=react-tooltip__place-bottom]>.react-tooltip-arrow{transform:rotate(0)translateY(-3px)}.react-tooltip.custom-tooltip[class*=react-tooltip__place-left]>.react-tooltip-arrow{transform:rotate(90deg)translateY(-5px)}