:root{--copilot-kit-primary-color: rgb(28, 28, 28);--copilot-kit-contrast-color: rgb(255, 255, 255);--copilot-kit-background-color: rgb(255 255 255);--copilot-kit-input-background-color: #fbfbfb;--copilot-kit-secondary-color: rgb(255 255 255);--copilot-kit-secondary-contrast-color: rgb(28, 28, 28);--copilot-kit-separator-color: rgb(200 200 200);--copilot-kit-muted-color: rgb(200 200 200);--copilot-kit-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--copilot-kit-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--copilot-kit-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--copilot-kit-dev-console-bg: #f8f8fa;--copilot-kit-dev-console-text: black}.dark,html.dark,body.dark,[data-theme=dark],html[style*="color-scheme: dark"],body[style*="color-scheme: dark"] :root{--copilot-kit-primary-color: rgb(255, 255, 255);--copilot-kit-contrast-color: rgb(28, 28, 28);--copilot-kit-background-color: rgb(17, 17, 17);--copilot-kit-input-background-color: #2c2c2c;--copilot-kit-secondary-color: rgb(28, 28, 28);--copilot-kit-secondary-contrast-color: rgb(255, 255, 255);--copilot-kit-separator-color: rgb(45, 45, 45);--copilot-kit-muted-color: rgb(45, 45, 45);--copilot-kit-shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .3);--copilot-kit-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .4), 0 2px 4px -1px rgba(0, 0, 0, .3);--copilot-kit-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .4), 0 4px 6px -2px rgba(0, 0, 0, .3)}.copilotKitPopup{position:fixed;bottom:1rem;right:1rem;z-index:30;line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;touch-action:manipulation}.copilotKitPopup svg{display:inline-block;vertical-align:middle}.copilotKitSidebar{position:fixed;bottom:1rem;right:1rem;z-index:30;line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;touch-action:manipulation}.copilotKitSidebar svg{display:inline-block;vertical-align:middle}.copilotKitSidebarContentWrapper{overflow:visible;margin-right:0;transition:margin-right .3s ease}@media (min-width: 640px){.copilotKitSidebarContentWrapper.sidebarExpanded{margin-right:28rem}}.copilotKitButton{width:3.5rem;height:3.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid var(--copilot-kit-primary-color);outline:none;position:relative;transform:scale(1);transition:all .2s ease;background-color:var(--copilot-kit-primary-color);color:var(--copilot-kit-contrast-color);cursor:pointer;box-shadow:var(--copilot-kit-shadow-sm)}.copilotKitButton:hover{transform:scale(1.05);box-shadow:var(--copilot-kit-shadow-md)}.copilotKitButton:active{transform:scale(.95);box-shadow:var(--copilot-kit-shadow-sm)}.copilotKitButtonIcon{transition:opacity .1s,transform .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center}.copilotKitButtonIcon svg{width:1.5rem;height:1.5rem}.copilotKitButton.open .copilotKitButtonIconOpen{transform:translate(-50%,-50%) scale(0) rotate(90deg);opacity:0}.copilotKitButton.open .copilotKitButtonIconClose{transform:translate(-50%,-50%) scale(1) rotate(0);opacity:1}.copilotKitButton:not(.open) .copilotKitButtonIconOpen{transform:translate(-50%,-50%) scale(1) rotate(0);opacity:1}.copilotKitButton:not(.open) .copilotKitButtonIconClose{transform:translate(-50%,-50%) scale(0) rotate(-90deg);opacity:0}.copilotKitHeader{height:56px;font-weight:500;display:flex;align-items:center;position:relative;color:var(--copilot-kit-primary-color);border-top-left-radius:0;border-top-right-radius:0;border-bottom:1px solid var(--copilot-kit-separator-color);padding-left:1.5rem;background-color:var(--copilot-kit-contrast-color);justify-content:space-between;z-index:2}.copilotKitSidebar .copilotKitHeader{border-radius:0}.copilotKitHeaderControls{display:flex}.copilotKitHeaderCloseButton{background:none;border:none}@media (min-width: 640px){.copilotKitHeader{padding-left:1.5rem;padding-right:24px;border-top-left-radius:8px;border-top-right-radius:8px}}.copilotKitHeader>button{border:0;padding:8px;position:absolute;top:50%;right:16px;transform:translateY(-50%);outline:none;color:var(--copilot-kit-muted-color);background-color:transparent;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease;width:35px;height:35px}.copilotKitHeader>button:hover{color:color-mix(in srgb,var(--copilot-kit-muted-color) 80%,black)}.copilotKitHeader>button:focus{outline:none}.copilotKitInput{cursor:text;position:relative;background-color:var(--copilot-kit-input-background-color);border-radius:20px;border:1px solid var(--copilot-kit-separator-color);padding:12px 14px;min-height:75px;margin:0 auto;width:95%}.copilotKitInputContainer{width:100%;padding:0 0 15px;background:var(--copilot-kit-background-color);border-bottom-left-radius:.75rem;border-bottom-right-radius:.75rem}.copilotKitSidebar .copilotKitInputContainer{border-bottom-left-radius:0;border-bottom-right-radius:0}.copilotKitInputControlButton{padding:0;cursor:pointer;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;transform:scale(1);color:#00000040;-webkit-appearance:button;-moz-appearance:button;appearance:button;background-color:transparent;background-image:none;text-transform:none;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;border:0;margin:0;text-indent:0px;text-shadow:none;display:inline-block;text-align:center;width:24px;height:24px}.copilotKitInputControlButton:not([disabled]){color:var(--copilot-kit-primary-color)}.copilotKitInputControlButton:not([disabled]):hover{color:color-mix(in srgb,var(--copilot-kit-primary-color) 80%,black);transform:scale(1.05)}.copilotKitInputControlButton[disabled]{color:var(--copilot-kit-muted-color);cursor:default}.copilotKitInputControls{display:flex;gap:3px}.copilotKitInput>textarea{flex:1;outline:2px solid transparent;outline-offset:2px;resize:none;white-space:pre-wrap;overflow-wrap:break-word;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;cursor:text;font-size:.875rem;line-height:1.5rem;margin:0;padding:0;font-family:inherit;font-weight:inherit;color:var(--copilot-kit-secondary-contrast-color);border:0px;background-color:transparent;width:100%}.copilotKitInput>textarea::placeholder{color:gray;opacity:1}.copilotKitInputControlButton.copilotKitPushToTalkRecording{background-color:#ec0000;color:#fff;border-radius:50%;animation:copilotKitPulseAnimation 2s cubic-bezier(.4,0,.6,1) infinite}.copilotKitInput textarea::-webkit-scrollbar{width:9px}.copilotKitInput textarea::-webkit-scrollbar-track{background:transparent}.copilotKitInput textarea::-webkit-scrollbar-thumb{background-color:#c8c8c8;border-radius:10px;border:2px solid transparent;background-clip:content-box;cursor:pointer}.copilotKitInput textarea::-webkit-scrollbar-thumb:hover{background-color:color-mix(in srgb,rgb(200 200 200) 80%,black)}.poweredByContainer{padding:0}.poweredBy{background:var(--copilot-kit-background-color)!important;visibility:visible!important;display:block!important;position:static!important;text-align:center!important;font-size:12px!important;padding:3px 0!important;color:#d6d6d6!important;margin:0!important}.dark,html.dark,body.dark,[data-theme=dark],html[style*="color-scheme: dark"],body[style*="color-scheme: dark"] .poweredBy{color:#454545!important}.copilotKitMessages{overflow-y:scroll;flex:1;display:flex;flex-direction:column;background-color:var(--copilot-kit-background-color);justify-content:space-between;z-index:1}.copilotKitMessagesContainer{padding:1rem 24px;display:flex;flex-direction:column}.copilotKitMessagesFooter{display:flex;padding:0;margin:0 auto 8px;justify-content:flex-start;flex-direction:column;width:90%}.copilotKitMessages::-webkit-scrollbar{width:6px}.copilotKitMessages::-webkit-scrollbar-thumb{background-color:var(--copilot-kit-separator-color);border-radius:10rem;border:2px solid var(--copilot-kit-background-color)}.copilotKitMessages::-webkit-scrollbar-track-piece:start{background:transparent}.copilotKitMessages::-webkit-scrollbar-track-piece:end{background:transparent}.copilotKitMessage{border-radius:15px;padding:8px 12px;font-size:1rem;line-height:1.5;overflow-wrap:break-word;max-width:80%;margin-bottom:.5rem}.copilotKitMessage.copilotKitUserMessage{background:var(--copilot-kit-primary-color);color:var(--copilot-kit-contrast-color);margin-left:auto;white-space:pre-wrap;line-height:1.75;font-size:1rem}.copilotKitMessage.copilotKitAssistantMessage{background:transparent;margin-right:auto;padding-left:0;position:relative;max-width:100%;color:var(--copilot-kit-secondary-contrast-color)}.copilotKitMessage.copilotKitAssistantMessage .copilotKitMessageControls{position:absolute;left:0;display:flex;gap:1rem;opacity:0;transition:opacity .2s ease;padding:5px 0 0}.copilotKitMessageControls.currentMessage{opacity:1!important}.copilotKitMessage.copilotKitAssistantMessage:hover .copilotKitMessageControls{opacity:1}@media (max-width: 768px){.copilotKitMessage.copilotKitAssistantMessage .copilotKitMessageControls{opacity:1}}.copilotKitMessageControlButton{width:20px;height:20px;display:flex;align-items:center;border-radius:.5rem;justify-content:center;color:var(--copilot-kit-primary-color);cursor:pointer;transition:all .2s ease;padding:0;z-index:10;margin:0;background:transparent;border:none}.copilotKitMessageControlButton:hover,.copilotKitMessageControlButton:active{color:color-mix(in srgb,var(--copilot-kit-primary-color) 80%,black);transform:scale(1.05)}.copilotKitMessageControlButton svg{width:1rem;height:1rem;display:block;pointer-events:none}.copilotKitMessage.copilotKitAssistantMessage+.copilotKitMessage.copilotKitUserMessage{margin-top:1.5rem}.copilotKitCustomAssistantMessage{margin-top:1.5rem;margin-bottom:1.5rem}.copilotKitMessage .inProgressLabel{margin-left:10px;opacity:.7}@keyframes copilotKitSpinAnimation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.copilotKitSpinner{display:inline-block;width:16px;height:16px;border:2px solid var(--copilot-kit-contrast-color);border-radius:50%;border-top-color:var(--copilot-kit-primary-color);animation:copilotKitSpinAnimation 1s linear infinite;margin-left:8px}@keyframes copilotKitActivityDotAnimation{0%,80%,to{transform:scale(.5);opacity:.5}40%{transform:scale(1);opacity:1}}.copilotKitActivityDot{display:inline-block;width:6px;height:6px;border-radius:50%;background-color:var(--copilot-kit-primary-color);animation:copilotKitActivityDotAnimation 1.4s infinite ease-in-out both}.copilotKitWindow{position:fixed;top:0;right:0;bottom:0;left:0;transform-origin:bottom;border-color:#e5e7eb;background-color:var(--copilot-kit-background-color);border-radius:.75rem;box-shadow:#00000029 0 5px 40px;flex-direction:column;transition:opacity .1s ease-out,transform .2s ease-out;opacity:0;transform:scale(.95) translateY(20px);display:flex;pointer-events:none}.copilotKitSidebar .copilotKitWindow{border-radius:0;opacity:1;transform:translate(100%)}.copilotKitWindow.open{opacity:1;transform:scale(1) translateY(0);pointer-events:auto}.copilotKitSidebar .copilotKitWindow.open{transform:translate(0)}@media (min-width: 640px){.copilotKitWindow{transform-origin:bottom right;bottom:5rem;right:1rem;top:auto;left:auto;border-width:0px;margin-bottom:1rem;width:24rem;height:600px;min-height:200px;max-height:calc(100% - 6rem)}.copilotKitSidebar .copilotKitWindow{bottom:0;right:0;top:auto;left:auto;width:28rem;min-height:100%;margin-bottom:0;max-height:none}}.copilotKitActivityDot1{animation:copilotKitActivityDotsAnimation 1.05s infinite}.copilotKitActivityDot2{animation-delay:.1s}.copilotKitActivityDot3{animation-delay:.2s}@keyframes copilotKitActivityDotsAnimation{0%,57.14%{animation-timing-function:cubic-bezier(.33,.66,.66,1);transform:translate(0)}28.57%{animation-timing-function:cubic-bezier(.33,0,.66,.33);transform:translateY(-6px)}to{transform:translate(0)}}@keyframes copilotKitSpinAnimation{to{transform:rotate(360deg)}}@keyframes copilotKitPulseAnimation{50%{opacity:.5}}h1.copilotKitMarkdownElement,h2.copilotKitMarkdownElement,h3.copilotKitMarkdownElement,h4.copilotKitMarkdownElement,h5.copilotKitMarkdownElement,h6.copilotKitMarkdownElement{font-weight:700;line-height:1.2}h1.copilotKitMarkdownElement:not(:last-child),h2.copilotKitMarkdownElement:not(:last-child),h3.copilotKitMarkdownElement:not(:last-child),h4.copilotKitMarkdownElement:not(:last-child),h5.copilotKitMarkdownElement:not(:last-child),h6.copilotKitMarkdownElement:not(:last-child){margin-bottom:1rem}h1.copilotKitMarkdownElement{font-size:1.5em}h2.copilotKitMarkdownElement{font-size:1.25em;font-weight:600}h3.copilotKitMarkdownElement{font-size:1.1em}h4.copilotKitMarkdownElement{font-size:1em}h5.copilotKitMarkdownElement{font-size:.9em}h6.copilotKitMarkdownElement{font-size:.8em}a.copilotKitMarkdownElement{color:#00f;text-decoration:underline}p.copilotKitMarkdownElement{padding:0;margin:0;line-height:1.75;font-size:1rem}p.copilotKitMarkdownElement:not(:last-child),pre.copilotKitMarkdownElement:not(:last-child),ol.copilotKitMarkdownElement:not(:last-child),ul.copilotKitMarkdownElement:not(:last-child),blockquote.copilotKitMarkdownElement:not(:last-child){margin-bottom:1.25em}blockquote.copilotKitMarkdownElement{border-color:#8e8ea0;border-left-width:2px;border-left-style:solid;line-height:1.2;padding-left:10px}blockquote.copilotKitMarkdownElement p{padding:.7em 0}ul.copilotKitMarkdownElement{list-style-type:disc;padding-left:20px;overflow:visible}li.copilotKitMarkdownElement{list-style-type:inherit;list-style-position:outside;margin-left:0;padding-left:0;position:relative;overflow:visible}.copilotKitCodeBlock{position:relative;width:100%;background-color:#09090b;border-radius:.375rem}.copilotKitCodeBlockToolbar{display:flex;width:100%;align-items:center;justify-content:space-between;background-color:#27272a;padding-left:1rem;padding-top:.09rem;padding-bottom:.09rem;color:#e4e4e4;border-top-left-radius:.375rem;border-top-right-radius:.375rem;font-family:sans-serif}.copilotKitCodeBlockToolbarLanguage{font-size:.75rem;line-height:1rem;text-transform:lowercase}.copilotKitCodeBlockToolbarButtons{display:flex;align-items:center;margin-right:.25rem;margin-left:.25rem}.copilotKitCodeBlockToolbarButton{display:inline-flex;align-items:center;justify-content:center;border-radius:.375rem;font-size:.875rem;line-height:1.25rem;font-weight:500;height:2.5rem;padding:3px;margin:2px}.copilotKitCodeBlockToolbarButton:hover{background-color:#37373a}.copilotKitMessages footer .suggestions{display:flex;flex-wrap:wrap;gap:6px}.copilotKitMessages footer h6{font-weight:500;font-size:.7rem;margin-bottom:8px}.copilotKitMessages footer .suggestions .suggestion{padding:6px 10px;font-size:.7rem;border-radius:15px;border:1px solid var(--copilot-kit-muted-color);color:var(--copilot-kit-secondary-contrast-color);box-shadow:0 5px 5px #00000003,0 2px 3px #00000005}.copilotKitMessages footer .suggestions .suggestion.loading{padding:0;font-size:.7rem;border:none;color:var(--copilot-kit-secondary-contrast-color)}.copilotKitMessages footer .suggestions button{transition:transform .3s ease}.copilotKitMessages footer .suggestions button:not(:disabled):hover{transform:scale(1.03)}.copilotKitMessages footer .suggestions button:disabled{cursor:wait}.copilotKitMessages footer .suggestions button svg{margin-right:6px}.copilotKitChat{z-index:30;line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;background:var(--copilot-kit-background-color);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;touch-action:manipulation;display:flex;flex-direction:column}.copilotKitChat svg{display:inline-block;vertical-align:middle}.copilotKitChat .copilotKitMessages{flex-grow:1}.copilotKitDevConsole{display:flex;align-items:center;gap:5px;margin:0 15px}.copilotKitDevConsole.copilotKitDevConsoleWarnOutdated{background-color:var(--copilot-kit-dev-console-bg)}.copilotKitDevConsole .copilotKitVersionInfo{display:flex;position:absolute;bottom:-25px;padding:3px 5px;left:0;width:100%;justify-content:center;gap:10px;font-size:.8rem;align-items:center;background:#ebb305}.copilotKitDevConsole .copilotKitVersionInfo button{font-size:11px;font-weight:400;font-family:monospace;background-color:var(--copilot-kit-dev-console-bg);border:1px solid #979797;padding:1px 12px 1px 5px;border-radius:4px;display:inline-block;text-align:left;overflow:hidden;white-space:nowrap;width:260px;text-overflow:ellipsis}.copilotKitDevConsole .copilotKitVersionInfo aside{display:inline;font-weight:400;color:#7f7a7a;margin-left:5px}.copilotKitDevConsole .copilotKitVersionInfo svg{margin-left:3px;margin-top:-3px}.copilotKitDevConsole .copilotKitDebugMenuTriggerButton{font-size:11px;font-weight:700;display:flex;padding:0 10px;height:30px;background-color:transparent;border:1px solid var(--copilot-kit-muted-color);border-radius:20px;align-items:center;justify-content:center;outline:none}.copilotKitDebugMenuTriggerButton.compact{width:35px;color:var(--copilot-kit-dev-console-bg);justify-content:center;outline:none;font-size:8px}.copilotKitDevConsole .copilotKitDebugMenuTriggerButton:hover{background-color:color-mix(in srgb,var(--copilot-kit-dev-console-bg) 85%,black);color:var(--copilot-kit-dev-console-text)}.dark,html.dark,body.dark,[data-theme=dark],html[style*="color-scheme: dark"],body[style*="color-scheme: dark"] .copilotKitDevConsole .copilotKitDebugMenuTriggerButton{color:#fff}.dark,html.dark,body.dark,[data-theme=dark],html[style*="color-scheme: dark"],body[style*="color-scheme: dark"] .copilotKitDevConsole .copilotKitDebugMenuTriggerButton:hover{background-color:color-mix(in srgb,var(--copilot-kit-dev-console-bg) 20%,black)}.copilotKitDevConsole .copilotKitDebugMenuTriggerButton>svg{margin-left:10px}.copilotKitDebugMenu{--copilot-kit-dev-console-border: color-mix(in srgb, var(--copilot-kit-dev-console-bg) 80%, black);margin-top:2px;border-radius:6px;background-color:var(--copilot-kit-dev-console-bg);border:1px solid var(--copilot-kit-dev-console-border);padding:.25rem;outline:none;font-size:13px}.copilotKitDebugMenuItem{padding:3px 10px;display:block;width:100%;text-align:left;background:none;border:none;cursor:pointer;color:var(--copilot-kit-dev-console-text)}.copilotKitDebugMenuItem:hover{background-color:color-mix(in srgb,var(--copilot-kit-dev-console-bg) 95%,black);border-radius:4px}.copilotKitDebugMenu[data-closed]{transform:scale(.95);opacity:0}.copilotKitDebugMenu hr{height:1px;border:none;background-color:var(--copilot-kit-dev-console-border);margin:.25rem}.copilotKitHelpModal{background-color:var(--copilot-kit-dev-console-bg);color:var(--copilot-kit-dev-console-text)}.copilotKitHelpItemButton{display:block;text-align:center;width:100%;padding:4px 6px;border-radius:15px;font-size:.8rem;border:1px solid var(--copilot-kit-muted-color);color:var(--copilot-kit-dev-console-text);box-shadow:0 5px 5px #00000003,0 2px 3px #00000005;background-color:var(--copilot-kit-dev-console-bg)}.copilotKitHelpItemButton:hover{background-color:color-mix(in srgb,var(--copilot-kit-dev-console-bg) 95%,black)}.copilotkit-response{text-align:right}.copilotkit-response-content{margin-bottom:.5rem;font-size:.875rem;color:#4b5563;background-color:#f9fafb;padding:.5rem;border-radius:.25rem;text-align:left}.copilotkit-response-actions{display:inline-flex;flex-direction:column;align-items:flex-end}.copilotkit-response-label{font-size:.75rem;color:#6b7280;margin-bottom:.25rem;display:flex;align-items:center}.copilotkit-toggle-button{margin-right:.25rem;background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center}.copilotkit-icon{height:.75rem;width:.75rem;color:#6b7280}.copilotkit-response-buttons{display:flex;gap:.5rem}.copilotkit-response-button{padding:.25rem .5rem;font-size:.75rem;background-color:#f3f4f6;color:#4b5563;border-radius:.25rem;border:none;cursor:pointer;transition:background-color .2s}.copilotkit-response-button:hover{background-color:#e5e7eb}.copilotkit-response-button:focus{outline:none}.copilotkit-response-completed-feedback{background-color:#f9fafb;padding:.5rem;border-radius:.375rem;display:inline-flex;align-items:center}.copilotkit-response-completed-feedback span{color:#4b5563;font-size:.75rem;font-weight:500}.copilotkit-state{font-size:.875rem;margin-bottom:1rem}.copilotkit-state-header{display:flex;align-items:center;gap:.25rem;cursor:pointer;-webkit-user-select:none;user-select:none;margin-bottom:.25rem}.copilotkit-state-label{color:#4b5563;font-size:.875rem}.copilotkit-state-label-loading{display:inline-flex;align-items:center;animation:pulse 1.5s infinite}.copilotkit-state-content{padding-left:1rem;max-height:250px;overflow:auto;padding-top:.375rem;border-left:1px solid #e5e7eb;margin-left:.375rem}.copilotkit-state-item{padding:.25rem 0;margin-bottom:.25rem;transition:all .3s ease}.copilotkit-state-item-newest{animation:appear .5s ease-out}.copilotkit-state-item-header{font-size:.75rem;opacity:.7}.copilotkit-state-item-thought{margin-top:.125rem;font-size:.75rem;opacity:.8}.copilotkit-state-item-result{margin-top:.125rem;font-size:.75rem}.copilotkit-state-item-description{margin-top:.125rem;font-size:.75rem;opacity:.8}.copilotkit-state-empty{padding:.25rem 0;font-size:.75rem;opacity:.7}.copilotkit-skeleton{padding:.125rem 0;animation:pulse 1.5s infinite}.copilotkit-skeleton-header{display:flex;justify-content:space-between}.copilotkit-skeleton-title{height:.625rem;width:4rem;background-color:#e5e7eb;border-radius:.25rem}.copilotkit-skeleton-subtitle{height:.5rem;width:2rem;background-color:#e5e7eb;border-radius:.25rem}.copilotkit-skeleton-content{margin-top:.125rem;height:1.5rem;background-color:#e5e7eb;border-radius:.25rem}.copilotkit-loader,.copilotkit-spinner{animation:spin 1.5s linear infinite}@keyframes appear{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:.4}50%{opacity:1}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-color-scheme: dark){.copilotkit-response-content{color:#9ca3af;background-color:#1f2937}.copilotkit-response-label,.copilotkit-icon{color:#9ca3af}.copilotkit-response-button{background-color:#1f2937;color:#d1d5db}.copilotkit-response-button:hover{background-color:#374151}.copilotkit-response-completed-feedback{background-color:#1f2937}.copilotkit-response-completed-feedback span{color:#e5e7eb}.copilotkit-state-label{color:#d1d5db}.copilotkit-state-content{border-left-color:#374151}.copilotkit-skeleton-title,.copilotkit-skeleton-subtitle,.copilotkit-skeleton-content{background-color:#374151}}/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-duration:initial;--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-scale-x:1;--tw-scale-y:1;--tw-scale-z:1;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-space-x-reverse:0;--tw-border-style:solid;--tw-gradient-position:initial;--tw-gradient-from:#0000;--tw-gradient-via:#0000;--tw-gradient-to:#0000;--tw-gradient-stops:initial;--tw-gradient-via-stops:initial;--tw-gradient-from-position:0%;--tw-gradient-via-position:50%;--tw-gradient-to-position:100%;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-ordinal:initial;--tw-slashed-zero:initial;--tw-numeric-figure:initial;--tw-numeric-spacing:initial;--tw-numeric-fraction:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-ease:initial;--tw-content:"";--gradientColor1:#fff;--gradientColor2:#fff}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-serif:ui-serif,Georgia,Cambria,"Times New Roman",Times,serif;--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-red-50:oklch(97.1% .013 17.38);--color-red-100:oklch(93.6% .032 17.717);--color-red-200:oklch(88.5% .062 18.334);--color-red-300:oklch(80.8% .114 19.571);--color-red-400:oklch(70.4% .191 22.216);--color-red-500:oklch(63.7% .237 25.331);--color-red-600:oklch(57.7% .245 27.325);--color-orange-50:oklch(98% .016 73.684);--color-orange-100:oklch(95.4% .038 75.164);--color-orange-200:oklch(90.1% .076 70.697);--color-orange-500:oklch(70.5% .213 47.604);--color-orange-600:oklch(64.6% .222 41.116);--color-orange-700:oklch(55.3% .195 38.402);--color-amber-600:oklch(66.6% .179 58.318);--color-yellow-100:oklch(97.3% .071 103.193);--color-yellow-600:oklch(68.1% .162 75.834);--color-yellow-800:oklch(47.6% .114 61.907);--color-green-100:oklch(96.2% .044 156.743);--color-green-400:oklch(79.2% .209 151.711);--color-green-500:oklch(72.3% .219 149.579);--color-green-600:oklch(62.7% .194 149.214);--color-green-800:oklch(44.8% .119 151.328);--color-emerald-600:oklch(59.6% .145 163.225);--color-teal-600:oklch(60% .118 184.704);--color-cyan-500:oklch(71.5% .143 215.221);--color-cyan-600:oklch(60.9% .126 221.723);--color-sky-600:oklch(58.8% .158 241.966);--color-blue-50:oklch(97% .014 254.604);--color-blue-100:oklch(93.2% .032 255.585);--color-blue-500:oklch(62.3% .214 259.815);--color-blue-600:oklch(54.6% .245 262.881);--color-blue-700:oklch(48.8% .243 264.376);--color-indigo-600:oklch(51.1% .262 276.966);--color-violet-300:oklch(81.1% .111 293.571);--color-violet-600:oklch(54.1% .281 293.009);--color-purple-600:oklch(55.8% .288 302.321);--color-pink-50:oklch(97.1% .014 343.198);--color-pink-100:oklch(94.8% .028 342.258);--color-pink-200:oklch(89.9% .061 343.231);--color-pink-500:oklch(65.6% .241 354.308);--color-pink-600:oklch(59.2% .249 .584);--color-rose-600:oklch(58.6% .253 17.585);--color-slate-50:oklch(98.4% .003 247.858);--color-slate-100:oklch(96.8% .007 247.896);--color-slate-200:oklch(92.9% .013 255.508);--color-slate-500:oklch(55.4% .046 257.417);--color-slate-700:oklch(37.2% .044 257.287);--color-slate-800:oklch(27.9% .041 260.031);--color-slate-900:oklch(20.8% .042 265.755);--color-gray-50:oklch(98.5% .002 247.839);--color-gray-100:oklch(96.7% .003 264.542);--color-gray-200:oklch(92.8% .006 264.531);--color-gray-300:oklch(87.2% .01 258.338);--color-gray-500:oklch(55.1% .027 264.364);--color-gray-600:oklch(44.6% .03 256.802);--color-gray-700:oklch(37.3% .034 259.733);--color-gray-800:oklch(27.8% .033 256.848);--color-neutral-300:oklch(87% 0 0);--color-neutral-400:oklch(70.8% 0 0);--color-neutral-500:oklch(55.6% 0 0);--color-neutral-600:oklch(43.9% 0 0);--color-stone-200:oklch(92.3% .003 48.717);--color-black:#000;--color-white:#fff;--spacing:.25rem;--container-xs:20rem;--container-sm:24rem;--container-md:28rem;--container-xl:36rem;--container-2xl:42rem;--container-3xl:48rem;--container-4xl:56rem;--container-5xl:64rem;--container-6xl:72rem;--container-7xl:80rem;--text-xs:.75rem;--text-xs--line-height:calc(1/.75);--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-base:1rem;--text-base--line-height: 1.5 ;--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75/1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2/1.5);--text-3xl:1.875rem;--text-3xl--line-height: 1.2 ;--text-4xl:2.25rem;--text-4xl--line-height:calc(2.5/2.25);--text-5xl:3rem;--text-5xl--line-height:1;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--font-weight-extrabold:800;--tracking-tight:-.025em;--tracking-normal:0em;--tracking-wide:.025em;--tracking-wider:.05em;--tracking-widest:.1em;--leading-tight:1.25;--leading-normal:1.5;--leading-relaxed:1.625;--radius-xs:.125rem;--radius-2xl:1rem;--ease-in:cubic-bezier(.4,0,1,1);--ease-out:cubic-bezier(0,0,.2,1);--ease-in-out:cubic-bezier(.4,0,.2,1);--animate-spin:spin 1s linear infinite;--animate-ping:ping 1s cubic-bezier(0,0,.2,1)infinite;--animate-pulse:pulse 2s cubic-bezier(.4,0,.6,1)infinite;--animate-bounce:bounce 1s infinite;--blur-xs:4px;--blur-sm:8px;--blur-2xl:40px;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);--badge-beta-border-gradient:var(--badge-beta-border-gradient);--badge-beta-text-gradient:var(--badge-beta-text-gradient);--primary-gradient:var(--primary-gradient);--primary-gradient-foreground:var(--primary-gradient-foreground)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}*,:after,:before,::backdrop{border-color:var(--color-gray-200,currentcolor)}::file-selector-button{border-color:var(--color-gray-200,currentcolor)}@font-face{font-family:seasonmix;src:url(/assets/seasonmix.ClWKnbdq.ttf)}*{border-color:var(--border);outline-color:var(--ring)}@supports (color:color-mix(in lab,red,red)){*{outline-color:color-mix(in oklab,var(--ring)50%,transparent)}}body{background-color:var(--background);color:var(--foreground)}}@layer components{@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@layer components{.prose-xs{font-size:.75rem!important;line-height:1.5!important}.prose-xs h1{margin-top:.2rem!important;margin-bottom:.5rem!important;font-size:1.25rem!important;font-weight:600!important}.prose-xs h2{margin-top:.2rem!important;margin-bottom:.5rem!important;font-size:1.125rem!important;font-weight:600!important}.prose-xs h3{margin-top:.1rem!important;margin-bottom:.25rem!important;font-size:1rem!important;font-weight:600!important}.prose-xs p{margin-top:.1rem!important;margin-bottom:.1rem!important}.prose-xs ul,.prose-xs ol{margin-top:.1rem!important;margin-bottom:.1rem!important;padding-left:1rem!important}.prose-xs li{margin-top:.1rem!important;margin-bottom:.1rem!important}.prose-xs blockquote{border-left:4px solid #e5e7eb!important;margin:.75rem 0!important;padding-left:.75rem!important;font-style:italic!important}.prose-xs code{background-color:#f3f4f6!important;border-radius:.25rem!important;padding:.125rem .25rem!important;font-family:ui-monospace,SFMono-Regular,SF Mono,Consolas,Liberation Mono,Menlo,monospace!important;font-size:.6875rem!important}.prose-xs pre{background-color:#f9fafb!important;border-radius:.375rem!important;margin:.75rem 0!important;padding:.75rem!important;font-size:.6875rem!important;line-height:1.4!important;overflow-x:auto!important}.prose-xs pre code{background-color:#0000!important;border-radius:0!important;padding:0!important}.prose-xs table{margin:.75rem 0!important;font-size:.6875rem!important}.prose-xs th,.prose-xs td{border:1px solid #e5e7eb!important;padding:.25rem .5rem!important}.prose-xs th{background-color:#f9fafb!important;font-weight:600!important}.prose-xs a{color:inherit!important;text-decoration:none!important}}}@layer utilities{.pointer-events-auto{pointer-events:auto}.pointer-events-none{pointer-events:none}.invisible{visibility:hidden}.visible{visibility:visible}.auth-sidebar{background-color:#000;background-image:url(/assets/login_background.uaoWABc2.png);background-repeat:repeat;background-size:220px 220px;position:absolute;top:0;right:0;bottom:0;left:0}.auth-persona{background-image:url(/assets/login_persona.CI8YzU66.png);background-repeat:no-repeat;background-size:contain;width:32rem;height:32rem;position:absolute;bottom:-8rem;right:-4rem;transform:scaleX(-1)}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.home-container{width:100%;height:100vh;transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration));--tw-duration:.7s;background-color:#f8f8f9;flex:1;transition-duration:.7s;animation-duration:.7s;position:relative;overflow-x:scroll}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.sticky{position:sticky}.inset-0{inset:calc(var(--spacing)*0)}.inset-x-0{inset-inline:calc(var(--spacing)*0)}.inset-x-auto{inset-inline:auto}.inset-y-0{inset-block:calc(var(--spacing)*0)}.inset-y-auto{inset-block:auto}.-top-0\.5{top:calc(var(--spacing)*-.5)}.-top-1{top:calc(var(--spacing)*-1)}.-top-2{top:calc(var(--spacing)*-2)}.-top-4{top:calc(var(--spacing)*-4)}.-top-5{top:calc(var(--spacing)*-5)}.-top-10{top:calc(var(--spacing)*-10)}.-top-12{top:calc(var(--spacing)*-12)}.-top-\[1\.5px\]{top:-1.5px}.-top-\[1px\]{top:-1px}.-top-\[32px\]{top:-32px}.-top-px{top:-1px}.top-0{top:calc(var(--spacing)*0)}.top-0\.5{top:calc(var(--spacing)*.5)}.top-1{top:calc(var(--spacing)*1)}.top-1\.5{top:calc(var(--spacing)*1.5)}.top-1\/2{top:50%}.top-2{top:calc(var(--spacing)*2)}.top-2\.5{top:calc(var(--spacing)*2.5)}.top-3\.5{top:calc(var(--spacing)*3.5)}.top-4{top:calc(var(--spacing)*4)}.top-6{top:calc(var(--spacing)*6)}.top-9{top:calc(var(--spacing)*9)}.top-10{top:calc(var(--spacing)*10)}.top-\[50\%\]{top:50%}.top-\[56px\]{top:56px}.top-\[345px\]{top:345px}.top-\[calc\(50\%-1\.25rem\)\]{top:calc(50% - 1.25rem)}.-right-0\.5{right:calc(var(--spacing)*-.5)}.-right-1{right:calc(var(--spacing)*-1)}.-right-2{right:calc(var(--spacing)*-2)}.-right-3{right:calc(var(--spacing)*-3)}.-right-4{right:calc(var(--spacing)*-4)}.-right-8{right:calc(var(--spacing)*-8)}.-right-100{right:calc(var(--spacing)*-100)}.right-0{right:calc(var(--spacing)*0)}.right-0\.5{right:calc(var(--spacing)*.5)}.right-1{right:calc(var(--spacing)*1)}.right-2{right:calc(var(--spacing)*2)}.right-2\.5{right:calc(var(--spacing)*2.5)}.right-3{right:calc(var(--spacing)*3)}.right-4{right:calc(var(--spacing)*4)}.right-6{right:calc(var(--spacing)*6)}.right-12{right:calc(var(--spacing)*12)}.right-16{right:calc(var(--spacing)*16)}.right-\[-1\.5px\]{right:-1.5px}.right-\[140px\]{right:140px}.-bottom-1{bottom:calc(var(--spacing)*-1)}.-bottom-5{bottom:calc(var(--spacing)*-5)}.-bottom-12\.5{bottom:calc(var(--spacing)*-12.5)}.-bottom-px{bottom:-1px}.bottom-0{bottom:calc(var(--spacing)*0)}.bottom-0\.5{bottom:calc(var(--spacing)*.5)}.bottom-1{bottom:calc(var(--spacing)*1)}.bottom-1\.5{bottom:calc(var(--spacing)*1.5)}.bottom-2{bottom:calc(var(--spacing)*2)}.bottom-3{bottom:calc(var(--spacing)*3)}.bottom-4{bottom:calc(var(--spacing)*4)}.bottom-6{bottom:calc(var(--spacing)*6)}.bottom-10{bottom:calc(var(--spacing)*10)}.bottom-19{bottom:calc(var(--spacing)*19)}.bottom-\[100px\]{bottom:100px}.bottom-auto{bottom:auto}.bottom-full{bottom:100%}.-left-0\.5{left:calc(var(--spacing)*-.5)}.-left-1{left:calc(var(--spacing)*-1)}.-left-3{left:calc(var(--spacing)*-3)}.-left-4{left:calc(var(--spacing)*-4)}.-left-6{left:calc(var(--spacing)*-6)}.-left-\[1\.5px\]{left:-1.5px}.-left-\[1px\]{left:-1px}.left-0{left:calc(var(--spacing)*0)}.left-1\/2{left:50%}.left-2{left:calc(var(--spacing)*2)}.left-3{left:calc(var(--spacing)*3)}.left-4{left:calc(var(--spacing)*4)}.left-6{left:calc(var(--spacing)*6)}.left-15{left:calc(var(--spacing)*15)}.left-16{left:calc(var(--spacing)*16)}.left-\[-1\.5px\]{left:-1.5px}.left-\[50\%\]{left:50%}.left-\[310px\]{left:310px}.left-\[calc\(50\%-1\.25rem\)\]{left:calc(50% - 1.25rem)}.\!z-10{z-index:10!important}.-z-1{z-index:-1}.-z-50{z-index:-50}.z-0{z-index:0}.z-1{z-index:1}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-51{z-index:51}.z-100{z-index:100}.z-500{z-index:500}.z-\[90\]{z-index:90}.z-\[100\]{z-index:100}.z-\[9999\]{z-index:9999}.col-span-1{grid-column:span 1/span 1}.col-span-2{grid-column:span 2/span 2}.col-start-2{grid-column-start:2}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.-m-4{margin:calc(var(--spacing)*-4)}.m-0{margin:calc(var(--spacing)*0)}.m-1{margin:calc(var(--spacing)*1)}.m-2{margin:calc(var(--spacing)*2)}.m-auto{margin:auto}.\!mx-0{margin-inline:calc(var(--spacing)*0)!important}.-mx-1{margin-inline:calc(var(--spacing)*-1)}.-mx-2{margin-inline:calc(var(--spacing)*-2)}.mx-0{margin-inline:calc(var(--spacing)*0)}.mx-1{margin-inline:calc(var(--spacing)*1)}.mx-1\.5{margin-inline:calc(var(--spacing)*1.5)}.mx-2{margin-inline:calc(var(--spacing)*2)}.mx-3{margin-inline:calc(var(--spacing)*3)}.mx-3\.5{margin-inline:calc(var(--spacing)*3.5)}.mx-4{margin-inline:calc(var(--spacing)*4)}.mx-6{margin-inline:calc(var(--spacing)*6)}.mx-10{margin-inline:calc(var(--spacing)*10)}.mx-20{margin-inline:calc(var(--spacing)*20)}.mx-\[1px\]{margin-inline:1px}.mx-\[5px\]{margin-inline:5px}.mx-auto{margin-inline:auto}.\!my-\[0\.1rem\]{margin-block:.1rem!important}.my-0\.5{margin-block:calc(var(--spacing)*.5)}.my-1{margin-block:calc(var(--spacing)*1)}.my-1\.5{margin-block:calc(var(--spacing)*1.5)}.my-2{margin-block:calc(var(--spacing)*2)}.my-4{margin-block:calc(var(--spacing)*4)}.my-6{margin-block:calc(var(--spacing)*6)}.my-8{margin-block:calc(var(--spacing)*8)}.my-auto{margin-block:auto}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);margin-top:1.2em;margin-bottom:1.2em;font-size:1.25em;line-height:1.6}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);font-weight:500;text-decoration:underline}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:decimal}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;list-style-type:disc}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-counters);font-weight:400}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.25em;font-weight:600}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em;font-style:italic;font-weight:500}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:0;margin-bottom:.888889em;font-size:2.25em;font-weight:800;line-height:1.11111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:900}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:2em;margin-bottom:1em;font-size:1.5em;font-weight:700;line-height:1.33333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:800}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.6em;margin-bottom:.6em;font-size:1.25em;font-weight:600;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);margin-top:1.5em;margin-bottom:.5em;font-weight:600;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-weight:700}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em;display:block}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-kbd);box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows)/10%),0 3px rgb(var(--tw-prose-kbd-shadows)/10%);padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;border-radius:.3125rem;padding-inline-start:.375em;font-family:inherit;font-size:.875em;font-weight:500}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-size:.875em;font-weight:600}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before,.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);padding-top:.857143em;padding-inline-end:1.14286em;padding-bottom:.857143em;border-radius:.375rem;margin-top:1.71429em;margin-bottom:1.71429em;padding-inline-start:1.14286em;font-size:.875em;font-weight:400;line-height:1.71429;overflow-x:auto}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;background-color:#0000;border-width:0;border-radius:0;padding:0}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before,.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){table-layout:auto;width:100%;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.71429}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);vertical-align:bottom;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em;font-weight:600}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);margin-top:.857143em;font-size:.875em;line-height:1.42857}.prose{--tw-prose-body:oklch(37.3% .034 259.733);--tw-prose-headings:oklch(21% .034 264.665);--tw-prose-lead:oklch(44.6% .03 256.802);--tw-prose-links:oklch(21% .034 264.665);--tw-prose-bold:oklch(21% .034 264.665);--tw-prose-counters:oklch(55.1% .027 264.364);--tw-prose-bullets:oklch(87.2% .01 258.338);--tw-prose-hr:oklch(92.8% .006 264.531);--tw-prose-quotes:oklch(21% .034 264.665);--tw-prose-quote-borders:oklch(92.8% .006 264.531);--tw-prose-captions:oklch(55.1% .027 264.364);--tw-prose-kbd:oklch(21% .034 264.665);--tw-prose-kbd-shadows:NaN NaN NaN;--tw-prose-code:oklch(21% .034 264.665);--tw-prose-pre-code:oklch(92.8% .006 264.531);--tw-prose-pre-bg:oklch(27.8% .033 256.848);--tw-prose-th-borders:oklch(87.2% .01 258.338);--tw-prose-td-borders:oklch(92.8% .006 264.531);--tw-prose-invert-body:oklch(87.2% .01 258.338);--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:oklch(70.7% .022 261.325);--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:oklch(70.7% .022 261.325);--tw-prose-invert-bullets:oklch(44.6% .03 256.802);--tw-prose-invert-hr:oklch(37.3% .034 259.733);--tw-prose-invert-quotes:oklch(96.7% .003 264.542);--tw-prose-invert-quote-borders:oklch(37.3% .034 259.733);--tw-prose-invert-captions:oklch(70.7% .022 261.325);--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:255 255 255;--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:oklch(87.2% .01 258.338);--tw-prose-invert-pre-bg:#00000080;--tw-prose-invert-th-borders:oklch(44.6% .03 256.802);--tw-prose-invert-td-borders:oklch(37.3% .034 259.733);font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.571429em;padding-inline-end:.571429em;padding-bottom:.571429em;padding-inline-start:.571429em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-sm{font-size:.875rem;line-height:1.71429}.prose-sm :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em;margin-bottom:1.14286em}.prose-sm :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.888889em;margin-bottom:.888889em;font-size:1.28571em;line-height:1.55556}.prose-sm :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.33333em;margin-bottom:1.33333em;padding-inline-start:1.11111em}.prose-sm :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:.8em;font-size:2.14286em;line-height:1.2}.prose-sm :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.6em;margin-bottom:.8em;font-size:1.42857em;line-height:1.4}.prose-sm :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.55556em;margin-bottom:.444444em;font-size:1.28571em;line-height:1.55556}.prose-sm :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.42857em;margin-bottom:.571429em;line-height:1.42857}.prose-sm :where(img):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.71429em;margin-bottom:1.71429em}.prose-sm :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.71429em;margin-bottom:1.71429em}.prose-sm :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.142857em;padding-inline-end:.357143em;padding-bottom:.142857em;border-radius:.3125rem;padding-inline-start:.357143em;font-size:.857143em}.prose-sm :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.857143em}.prose-sm :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.prose-sm :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.888889em}.prose-sm :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.666667em;padding-inline-end:1em;padding-bottom:.666667em;border-radius:.25rem;margin-top:1.66667em;margin-bottom:1.66667em;padding-inline-start:1em;font-size:.857143em;line-height:1.66667}.prose-sm :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em;margin-bottom:1.14286em;padding-inline-start:1.57143em}.prose-sm :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.285714em;margin-bottom:.285714em}.prose-sm :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.428571em}.prose-sm :where(.prose-sm>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.571429em;margin-bottom:.571429em}.prose-sm :where(.prose-sm>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em}.prose-sm :where(.prose-sm>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.14286em}.prose-sm :where(.prose-sm>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em}.prose-sm :where(.prose-sm>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.14286em}.prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.571429em;margin-bottom:.571429em}.prose-sm :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em;margin-bottom:1.14286em}.prose-sm :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.14286em}.prose-sm :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.285714em;padding-inline-start:1.57143em}.prose-sm :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2.85714em;margin-bottom:2.85714em}.prose-sm :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)),.prose-sm :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.857143em;line-height:1.5}.prose-sm :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:1em;padding-bottom:.666667em;padding-inline-start:1em}.prose-sm :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.666667em;padding-inline-end:1em;padding-bottom:.666667em;padding-inline-start:1em}.prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.71429em;margin-bottom:1.71429em}.prose-sm :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.666667em;font-size:.857143em;line-height:1.33333}.prose-sm :where(.prose-sm>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(.prose-sm>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.-mt-4{margin-top:calc(var(--spacing)*-4)}.-mt-30{margin-top:calc(var(--spacing)*-30)}.mt-0{margin-top:calc(var(--spacing)*0)}.mt-0\.5{margin-top:calc(var(--spacing)*.5)}.mt-1{margin-top:calc(var(--spacing)*1)}.mt-1\.5{margin-top:calc(var(--spacing)*1.5)}.mt-2{margin-top:calc(var(--spacing)*2)}.mt-2\.5{margin-top:calc(var(--spacing)*2.5)}.mt-4{margin-top:calc(var(--spacing)*4)}.mt-6{margin-top:calc(var(--spacing)*6)}.mt-7\.5{margin-top:calc(var(--spacing)*7.5)}.mt-8{margin-top:calc(var(--spacing)*8)}.mt-10{margin-top:calc(var(--spacing)*10)}.mt-14{margin-top:calc(var(--spacing)*14)}.mt-16{margin-top:calc(var(--spacing)*16)}.mt-20{margin-top:calc(var(--spacing)*20)}.mt-\[0\.75em\]{margin-top:.75em}.mt-\[1\.4em\]{margin-top:1.4em}.mt-\[1\.6em\]{margin-top:1.6em}.mt-\[1em\]{margin-top:1em}.mt-\[5vh\]{margin-top:5vh}.mt-\[9vh\]{margin-top:9vh}.mt-auto{margin-top:auto}.-mr-2\.5{margin-right:calc(var(--spacing)*-2.5)}.-mr-3{margin-right:calc(var(--spacing)*-3)}.mr-0{margin-right:calc(var(--spacing)*0)}.mr-1{margin-right:calc(var(--spacing)*1)}.mr-1\.5{margin-right:calc(var(--spacing)*1.5)}.mr-2{margin-right:calc(var(--spacing)*2)}.mr-3{margin-right:calc(var(--spacing)*3)}.mr-4{margin-right:calc(var(--spacing)*4)}.mr-auto{margin-right:auto}.section-title{font-variant-ligatures:none;margin-bottom:calc(var(--spacing)*2);font-family:seasonmix,serif;font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.-mb-1\.5{margin-bottom:calc(var(--spacing)*-1.5)}.-mb-10{margin-bottom:calc(var(--spacing)*-10)}.mb-0{margin-bottom:calc(var(--spacing)*0)}.mb-1{margin-bottom:calc(var(--spacing)*1)}.mb-1\.5{margin-bottom:calc(var(--spacing)*1.5)}.mb-2{margin-bottom:calc(var(--spacing)*2)}.mb-3{margin-bottom:calc(var(--spacing)*3)}.mb-4{margin-bottom:calc(var(--spacing)*4)}.mb-6{margin-bottom:calc(var(--spacing)*6)}.mb-8{margin-bottom:calc(var(--spacing)*8)}.mb-10{margin-bottom:calc(var(--spacing)*10)}.mb-12{margin-bottom:calc(var(--spacing)*12)}.mb-20{margin-bottom:calc(var(--spacing)*20)}.mb-50{margin-bottom:calc(var(--spacing)*50)}.-ml-2{margin-left:calc(var(--spacing)*-2)}.-ml-3{margin-left:calc(var(--spacing)*-3)}.-ml-4{margin-left:calc(var(--spacing)*-4)}.ml-0\.5{margin-left:calc(var(--spacing)*.5)}.ml-1{margin-left:calc(var(--spacing)*1)}.ml-1\.5{margin-left:calc(var(--spacing)*1.5)}.ml-2{margin-left:calc(var(--spacing)*2)}.ml-4{margin-left:calc(var(--spacing)*4)}.ml-auto{margin-left:auto}.ml-px{margin-left:1px}.box-border{box-sizing:border-box}.layout{flex-direction:row;min-width:100vw;min-height:100vh;display:flex}.line-clamp-1{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.line-clamp-3{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar,.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.\!flex{display:flex!important}.\!hidden{display:none!important}.block{display:block}.contents{display:contents}.flex{display:flex}.flex\!{display:flex!important}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.table{display:table}.table-caption{display:table-caption}.table-cell{display:table-cell}.table-row{display:table-row}.aspect-\[2\/1\]{aspect-ratio:2}.aspect-square{aspect-ratio:1}.scrollbar-thin-hover{scrollbar-width:none}.scrollbar-thin-hover::-webkit-scrollbar{width:6px;height:6px}.scrollbar-thin-hover::-webkit-scrollbar-thumb{background-color:#0000;border-radius:3px}.group:hover .scrollbar-thin-hover,.group.selected .scrollbar-thin-hover{scrollbar-width:thin;scrollbar-color:var(--grey-30)transparent}:is(.group:hover .scrollbar-thin-hover,.group.selected .scrollbar-thin-hover)::-webkit-scrollbar-thumb{background-color:var(--grey-30)}:is(.group:hover .scrollbar-thin-hover,.group.selected .scrollbar-thin-hover):hover::-webkit-scrollbar-thumb{background-color:var(--grey-40)}.\!size-3{width:calc(var(--spacing)*3)!important;height:calc(var(--spacing)*3)!important}.\!size-3\.5{width:calc(var(--spacing)*3.5)!important;height:calc(var(--spacing)*3.5)!important}.\!size-4{width:calc(var(--spacing)*4)!important;height:calc(var(--spacing)*4)!important}.\!size-5{width:calc(var(--spacing)*5)!important;height:calc(var(--spacing)*5)!important}.\!size-6{width:calc(var(--spacing)*6)!important;height:calc(var(--spacing)*6)!important}.\!size-8{width:calc(var(--spacing)*8)!important;height:calc(var(--spacing)*8)!important}.\!size-\[24px\]{width:24px!important;height:24px!important}.size-0{width:calc(var(--spacing)*0);height:calc(var(--spacing)*0)}.size-2{width:calc(var(--spacing)*2);height:calc(var(--spacing)*2)}.size-2\.5{width:calc(var(--spacing)*2.5);height:calc(var(--spacing)*2.5)}.size-3{width:calc(var(--spacing)*3);height:calc(var(--spacing)*3)}.size-3\.5{width:calc(var(--spacing)*3.5);height:calc(var(--spacing)*3.5)}.size-4{width:calc(var(--spacing)*4);height:calc(var(--spacing)*4)}.size-4\.5{width:calc(var(--spacing)*4.5);height:calc(var(--spacing)*4.5)}.size-5{width:calc(var(--spacing)*5);height:calc(var(--spacing)*5)}.size-6{width:calc(var(--spacing)*6);height:calc(var(--spacing)*6)}.size-7{width:calc(var(--spacing)*7);height:calc(var(--spacing)*7)}.size-8{width:calc(var(--spacing)*8);height:calc(var(--spacing)*8)}.size-9{width:calc(var(--spacing)*9);height:calc(var(--spacing)*9)}.size-10{width:calc(var(--spacing)*10);height:calc(var(--spacing)*10)}.size-12{width:calc(var(--spacing)*12);height:calc(var(--spacing)*12)}.size-14{width:calc(var(--spacing)*14);height:calc(var(--spacing)*14)}.size-20{width:calc(var(--spacing)*20);height:calc(var(--spacing)*20)}.size-\[11px\]{width:11px;height:11px}.size-\[18px\]{width:18px;height:18px}.size-\[19px\]{width:19px;height:19px}.size-\[30px\]{width:30px;height:30px}.size-\[51px\]{width:51px;height:51px}.size-\[75px\]{width:75px;height:75px}.size-\[80px\]{width:80px;height:80px}.size-\[100px\]{width:100px;height:100px}.size-\[130px\]{width:130px;height:130px}.size-full{width:100%;height:100%}.\!h-7{height:calc(var(--spacing)*7)!important}.\!h-10{height:calc(var(--spacing)*10)!important}.\!h-11{height:calc(var(--spacing)*11)!important}.\!h-20{height:calc(var(--spacing)*20)!important}.\!h-50{height:calc(var(--spacing)*50)!important}.\!h-full{height:100%!important}.h-\(--radix-select-trigger-height\){height:var(--radix-select-trigger-height)}.h-0{height:calc(var(--spacing)*0)}.h-0\.5{height:calc(var(--spacing)*.5)}.h-1{height:calc(var(--spacing)*1)}.h-1\.5{height:calc(var(--spacing)*1.5)}.h-2{height:calc(var(--spacing)*2)}.h-2\.5{height:calc(var(--spacing)*2.5)}.h-3{height:calc(var(--spacing)*3)}.h-3\.5{height:calc(var(--spacing)*3.5)}.h-4{height:calc(var(--spacing)*4)}.h-4\.5{height:calc(var(--spacing)*4.5)}.h-5{height:calc(var(--spacing)*5)}.h-6{height:calc(var(--spacing)*6)}.h-7{height:calc(var(--spacing)*7)}.h-7\.5{height:calc(var(--spacing)*7.5)}.h-8{height:calc(var(--spacing)*8)}.h-9{height:calc(var(--spacing)*9)}.h-10{height:calc(var(--spacing)*10)}.h-11{height:calc(var(--spacing)*11)}.h-12{height:calc(var(--spacing)*12)}.h-14{height:calc(var(--spacing)*14)}.h-15{height:calc(var(--spacing)*15)}.h-16{height:calc(var(--spacing)*16)}.h-20{height:calc(var(--spacing)*20)}.h-24{height:calc(var(--spacing)*24)}.h-25{height:calc(var(--spacing)*25)}.h-32{height:calc(var(--spacing)*32)}.h-36{height:calc(var(--spacing)*36)}.h-40{height:calc(var(--spacing)*40)}.h-48{height:calc(var(--spacing)*48)}.h-50{height:calc(var(--spacing)*50)}.h-52{height:calc(var(--spacing)*52)}.h-64{height:calc(var(--spacing)*64)}.h-75{height:calc(var(--spacing)*75)}.h-80{height:calc(var(--spacing)*80)}.h-90{height:calc(var(--spacing)*90)}.h-\[1px\]{height:1px}.h-\[11px\]{height:11px}.h-\[14px\]{height:14px}.h-\[22px\]{height:22px}.h-\[26px\]{height:26px}.h-\[28px\]{height:28px}.h-\[30px\]{height:30px}.h-\[34px\]{height:34px}.h-\[35px\]{height:35px}.h-\[38px\]{height:38px}.h-\[39px\]{height:39px}.h-\[41px\]{height:41px}.h-\[43px\]{height:43px}.h-\[56px\]{height:56px}.h-\[60px\]{height:60px}.h-\[77vh\]{height:77vh}.h-\[80\%\]{height:80%}.h-\[80vh\]{height:80vh}.h-\[90px\]{height:90px}.h-\[95vh\]{height:95vh}.h-\[160px\]{height:160px}.h-\[183px\]{height:183px}.h-\[200px\]{height:200px}.h-\[225px\]{height:225px}.h-\[240px\]{height:240px}.h-\[258px\]{height:258px}.h-\[280px\]{height:280px}.h-\[300px\]{height:300px}.h-\[400px\]{height:400px}.h-\[550px\]{height:550px}.h-\[620px\]{height:620px}.h-\[650px\]{height:650px}.h-\[700px\]{height:700px}.h-\[800px\]{height:800px}.h-\[calc\(100\%\+2px\)\]{height:calc(100% + 2px)}.h-\[calc\(100\%\+3px\)\]{height:calc(100% + 3px)}.h-\[calc\(100\%-2\.5rem\)\]{height:calc(100% - 2.5rem)}.h-\[calc\(100\%_\+_8px\)\]{height:calc(100% + 8px)}.h-\[calc\(100vh-3\.5rem\)\]{height:calc(100vh - 3.5rem)}.h-\[calc\(100vh-9\.75rem\)\]{height:calc(100vh - 9.75rem)}.h-\[calc\(100vh-9rem\)\]{height:calc(100vh - 9rem)}.h-\[calc\(100vh-14rem\)\]{height:calc(100vh - 14rem)}.h-\[calc\(100vh-70px\)\]{height:calc(100vh - 70px)}.h-auto{height:auto}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.h-svh{height:100svh}.max-h-\(--radix-context-menu-content-available-height\){max-height:var(--radix-context-menu-content-available-height)}.max-h-0{max-height:calc(var(--spacing)*0)}.max-h-5{max-height:calc(var(--spacing)*5)}.max-h-6{max-height:calc(var(--spacing)*6)}.max-h-8{max-height:calc(var(--spacing)*8)}.max-h-20{max-height:calc(var(--spacing)*20)}.max-h-40{max-height:calc(var(--spacing)*40)}.max-h-60{max-height:calc(var(--spacing)*60)}.max-h-80{max-height:calc(var(--spacing)*80)}.max-h-90{max-height:calc(var(--spacing)*90)}.max-h-96{max-height:calc(var(--spacing)*96)}.max-h-120{max-height:calc(var(--spacing)*120)}.max-h-\[40vh\]{max-height:40vh}.max-h-\[45vh\]{max-height:45vh}.max-h-\[50\%\]{max-height:50%}.max-h-\[50vh\]{max-height:50vh}.max-h-\[80vh\]{max-height:80vh}.max-h-\[85vh\]{max-height:85vh}.max-h-\[95vh\]{max-height:95vh}.max-h-\[200px\]{max-height:200px}.max-h-\[210px\]{max-height:210px}.max-h-\[288px\]{max-height:288px}.max-h-\[300px\]{max-height:300px}.max-h-\[320px\]{max-height:320px}.max-h-\[400px\]{max-height:400px}.max-h-\[422px\]{max-height:422px}.max-h-\[460px\]{max-height:460px}.max-h-\[500px\]{max-height:500px}.max-h-\[600px\]{max-height:600px}.max-h-\[1000px\]{max-height:1000px}.max-h-\[calc\(var\(--radix-popover-content-available-height\)-40px\)\]{max-height:calc(var(--radix-popover-content-available-height) - 40px)}.max-h-\[min\(70vh\,320px\)\]{max-height:min(70vh,320px)}.max-h-\[min\(700px\,calc\(100vh-15rem\)\)\]{max-height:min(700px,100vh - 15rem)}.max-h-full{max-height:100%}.max-h-none{max-height:none}.max-h-screen{max-height:100vh}.min-h-0{min-height:calc(var(--spacing)*0)}.min-h-4{min-height:calc(var(--spacing)*4)}.min-h-5{min-height:calc(var(--spacing)*5)}.min-h-6{min-height:calc(var(--spacing)*6)}.min-h-7{min-height:calc(var(--spacing)*7)}.min-h-8{min-height:calc(var(--spacing)*8)}.min-h-9{min-height:calc(var(--spacing)*9)}.min-h-10{min-height:calc(var(--spacing)*10)}.min-h-12{min-height:calc(var(--spacing)*12)}.min-h-15{min-height:calc(var(--spacing)*15)}.min-h-20{min-height:calc(var(--spacing)*20)}.min-h-40{min-height:calc(var(--spacing)*40)}.min-h-50{min-height:calc(var(--spacing)*50)}.min-h-52{min-height:calc(var(--spacing)*52)}.min-h-60{min-height:calc(var(--spacing)*60)}.min-h-75{min-height:calc(var(--spacing)*75)}.min-h-90{min-height:calc(var(--spacing)*90)}.min-h-\[1lh\]{min-height:1lh}.min-h-\[38px\]{min-height:38px}.min-h-\[49px\]{min-height:49px}.min-h-\[60px\]{min-height:60px}.min-h-\[120px\]{min-height:120px}.min-h-\[150px\]{min-height:150px}.min-h-\[162px\]{min-height:162px}.min-h-\[180px\]{min-height:180px}.min-h-\[200px\]{min-height:200px}.min-h-\[240px\]{min-height:240px}.min-h-\[345px\]{min-height:345px}.min-h-\[360px\]{min-height:360px}.min-h-\[400px\]{min-height:400px}.min-h-\[450px\]{min-height:450px}.min-h-\[500px\]{min-height:500px}.min-h-\[calc\(100vh-14rem\)\]{min-height:calc(100vh - 14rem)}.min-h-\[calc\(100vh-152px\)\]{min-height:calc(100vh - 152px)}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.min-h-svh{min-height:100svh}.\!w-20{width:calc(var(--spacing)*20)!important}.\!w-full{width:100%!important}.w-\(--sidebar-width\){width:var(--sidebar-width)}.w-0{width:calc(var(--spacing)*0)}.w-0\.5{width:calc(var(--spacing)*.5)}.w-1{width:calc(var(--spacing)*1)}.w-1\/2{width:50%}.w-1\/3{width:33.3333%}.w-1\/4{width:25%}.w-2{width:calc(var(--spacing)*2)}.w-2\.5{width:calc(var(--spacing)*2.5)}.w-2\/3{width:66.6667%}.w-3{width:calc(var(--spacing)*3)}.w-3\.5{width:calc(var(--spacing)*3.5)}.w-3\/4{width:75%}.w-4{width:calc(var(--spacing)*4)}.w-4\.5{width:calc(var(--spacing)*4.5)}.w-5{width:calc(var(--spacing)*5)}.w-6{width:calc(var(--spacing)*6)}.w-6xl{width:var(--container-6xl)}.w-7{width:calc(var(--spacing)*7)}.w-8{width:calc(var(--spacing)*8)}.w-9{width:calc(var(--spacing)*9)}.w-10{width:calc(var(--spacing)*10)}.w-12{width:calc(var(--spacing)*12)}.w-15{width:calc(var(--spacing)*15)}.w-16{width:calc(var(--spacing)*16)}.w-20{width:calc(var(--spacing)*20)}.w-24{width:calc(var(--spacing)*24)}.w-32{width:calc(var(--spacing)*32)}.w-40{width:calc(var(--spacing)*40)}.w-48{width:calc(var(--spacing)*48)}.w-60{width:calc(var(--spacing)*60)}.w-64{width:calc(var(--spacing)*64)}.w-70{width:calc(var(--spacing)*70)}.w-72{width:calc(var(--spacing)*72)}.w-77{width:calc(var(--spacing)*77)}.w-80{width:calc(var(--spacing)*80)}.w-82{width:calc(var(--spacing)*82)}.w-85{width:calc(var(--spacing)*85)}.w-90{width:calc(var(--spacing)*90)}.w-120{width:calc(var(--spacing)*120)}.w-\[1px\]{width:1px}.w-\[3\.25rem\]{width:3.25rem}.w-\[14px\]{width:14px}.w-\[26px\]{width:26px}.w-\[30px\]{width:30px}.w-\[35px\]{width:35px}.w-\[36px\]{width:36px}.w-\[60\%\]{width:60%}.w-\[70vw\]{width:70vw}.w-\[80\%\]{width:80%}.w-\[80px\]{width:80px}.w-\[85vw\]{width:85vw}.w-\[90\%\]{width:90%}.w-\[120px\]{width:120px}.w-\[133px\]{width:133px}.w-\[146px\]{width:146px}.w-\[156px\]{width:156px}.w-\[167px\]{width:167px}.w-\[180px\]{width:180px}.w-\[206px\]{width:206px}.w-\[207px\]{width:207px}.w-\[240px\]{width:240px}.w-\[256px\]{width:256px}.w-\[271px\]{width:271px}.w-\[280px\]{width:280px}.w-\[288px\]{width:288px}.w-\[295px\]{width:295px}.w-\[300px\]{width:300px}.w-\[320px\]{width:320px}.w-\[350px\]{width:350px}.w-\[360px\]{width:360px}.w-\[380px\]{width:380px}.w-\[420px\]{width:420px}.w-\[500px\]{width:500px}.w-\[520px\]{width:520px}.w-\[560px\]{width:560px}.w-\[640px\]{width:640px}.w-\[700px\]{width:700px}.w-\[calc\(100\%\+2px\)\]{width:calc(100% + 2px)}.w-\[calc\(100\%\+3px\)\]{width:calc(100% + 3px)}.w-\[calc\(100\%-1rem\)\]{width:calc(100% - 1rem)}.w-\[calc\(100\%-60px\)\]{width:calc(100% - 60px)}.w-\[var\(--radix-popover-trigger-width\)\]{width:var(--radix-popover-trigger-width)}.w-auto{width:auto}.w-fit{width:fit-content}.w-full{width:100%}.w-max{width:max-content}.w-px{width:1px}.w-screen{width:100vw}.\!max-w-full{max-width:100%!important}.max-w-\(--skeleton-width\){max-width:var(--skeleton-width)}.max-w-1\/4{max-width:25%}.max-w-2xl{max-width:var(--container-2xl)}.max-w-3xl{max-width:var(--container-3xl)}.max-w-4xl{max-width:var(--container-4xl)}.max-w-5{max-width:calc(var(--spacing)*5)}.max-w-5xl{max-width:var(--container-5xl)}.max-w-6{max-width:calc(var(--spacing)*6)}.max-w-7xl{max-width:var(--container-7xl)}.max-w-8{max-width:calc(var(--spacing)*8)}.max-w-20{max-width:calc(var(--spacing)*20)}.max-w-60{max-width:calc(var(--spacing)*60)}.max-w-76{max-width:calc(var(--spacing)*76)}.max-w-90{max-width:calc(var(--spacing)*90)}.max-w-\[55\%\]{max-width:55%}.max-w-\[66vw\]{max-width:66vw}.max-w-\[68vw\]{max-width:68vw}.max-w-\[80vw\]{max-width:80vw}.max-w-\[95vw\]{max-width:95vw}.max-w-\[120px\]{max-width:120px}.max-w-\[150px\]{max-width:150px}.max-w-\[160px\]{max-width:160px}.max-w-\[200px\]{max-width:200px}.max-w-\[280px\]{max-width:280px}.max-w-\[282px\]{max-width:282px}.max-w-\[288px\]{max-width:288px}.max-w-\[306px\]{max-width:306px}.max-w-\[333px\]{max-width:333px}.max-w-\[700px\]{max-width:700px}.max-w-\[1000px\]{max-width:1000px}.max-w-\[1040px\]{max-width:1040px}.max-w-\[1200px\]{max-width:1200px}.max-w-\[1280px\]{max-width:1280px}.max-w-\[1440px\]{max-width:1440px}.max-w-\[calc\(50\%-0\.5rem\)\]{max-width:calc(50% - .5rem)}.max-w-\[calc\(50\%-1\.5rem\)\]{max-width:calc(50% - 1.5rem)}.max-w-\[calc\(100vw-47px\)\]{max-width:calc(100vw - 47px)}.max-w-\[calc\(100vw-var\(--sidebar-width\)\)\]{max-width:calc(100vw - var(--sidebar-width))}.max-w-\[min\(700px\,calc\(100vw-47rem\)\)\]{max-width:min(700px,100vw - 47rem)}.max-w-\[min\(1440px\,95vw\)\]{max-width:min(1440px,95vw)}.max-w-full{max-width:100%}.max-w-md{max-width:var(--container-md)}.max-w-none{max-width:none}.max-w-sm{max-width:var(--container-sm)}.max-w-xl{max-width:var(--container-xl)}.max-w-xs{max-width:var(--container-xs)}.min-w-\(--radix-select-trigger-width\){min-width:var(--radix-select-trigger-width)}.min-w-0{min-width:calc(var(--spacing)*0)}.min-w-1\/4{min-width:25%}.min-w-2\/3{min-width:66.6667%}.min-w-3\/5{min-width:60%}.min-w-5{min-width:calc(var(--spacing)*5)}.min-w-6{min-width:calc(var(--spacing)*6)}.min-w-8{min-width:calc(var(--spacing)*8)}.min-w-9{min-width:calc(var(--spacing)*9)}.min-w-10{min-width:calc(var(--spacing)*10)}.min-w-30{min-width:calc(var(--spacing)*30)}.min-w-32{min-width:calc(var(--spacing)*32)}.min-w-35{min-width:calc(var(--spacing)*35)}.min-w-40{min-width:calc(var(--spacing)*40)}.min-w-90{min-width:calc(var(--spacing)*90)}.min-w-\[8rem\]{min-width:8rem}.min-w-\[12rem\]{min-width:12rem}.min-w-\[40px\]{min-width:40px}.min-w-\[120px\]{min-width:120px}.min-w-\[140px\]{min-width:140px}.min-w-\[160px\]{min-width:160px}.min-w-\[180px\]{min-width:180px}.min-w-\[200px\]{min-width:200px}.min-w-\[220px\]{min-width:220px}.min-w-\[280px\]{min-width:280px}.min-w-\[300px\]{min-width:300px}.min-w-\[700px\]{min-width:700px}.min-w-\[calc\(50\%-0\.5rem\)\]{min-width:calc(50% - .5rem)}.min-w-\[calc\(50\%-1\.5rem\)\]{min-width:calc(50% - 1.5rem)}.min-w-fit{min-width:fit-content}.min-w-full{min-width:100%}.min-w-max{min-width:max-content}.min-w-screen{min-width:100vw}.flex-0{flex:0}.flex-1{flex:1}.flex-shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.grow-0{flex-grow:0}.basis-auto{flex-basis:auto}.basis-full{flex-basis:100%}.table-fixed{table-layout:fixed}.caption-bottom{caption-side:bottom}.border-collapse{border-collapse:collapse}.origin-\(--radix-context-menu-content-transform-origin\){transform-origin:var(--radix-context-menu-content-transform-origin)}.origin-\(--radix-hover-card-content-transform-origin\){transform-origin:var(--radix-hover-card-content-transform-origin)}.origin-\(--radix-menubar-content-transform-origin\){transform-origin:var(--radix-menubar-content-transform-origin)}.origin-\(--radix-tooltip-content-transform-origin\){transform-origin:var(--radix-tooltip-content-transform-origin)}.origin-left{transform-origin:0}.origin-top-left{transform-origin:0 0}.-translate-x-1\/2{--tw-translate-x: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.-translate-x-8{--tw-translate-x:calc(var(--spacing)*-8);translate:var(--tw-translate-x)var(--tw-translate-y)}.-translate-x-px{--tw-translate-x:-1px;translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-x-0{--tw-translate-x:calc(var(--spacing)*0);translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-x-1\/2{--tw-translate-x: 50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-x-2{--tw-translate-x:calc(var(--spacing)*2);translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-x-4{--tw-translate-x:calc(var(--spacing)*4);translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-x-8{--tw-translate-x:calc(var(--spacing)*8);translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-x-\[-50\%\]{--tw-translate-x:-50%;translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-x-px{--tw-translate-x:1px;translate:var(--tw-translate-x)var(--tw-translate-y)}.-translate-y-1\/2{--tw-translate-y: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-y-0{--tw-translate-y:calc(var(--spacing)*0);translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-y-1{--tw-translate-y:calc(var(--spacing)*1);translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-y-3{--tw-translate-y:calc(var(--spacing)*3);translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-y-4{--tw-translate-y:calc(var(--spacing)*4);translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-y-16{--tw-translate-y:calc(var(--spacing)*16);translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-y-60{--tw-translate-y:calc(var(--spacing)*60);translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-y-\[-50\%\]{--tw-translate-y:-50%;translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-y-\[calc\(-50\%_-_2px\)\]{--tw-translate-y: calc(-50% - 2px) ;translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-y-full{--tw-translate-y:100%;translate:var(--tw-translate-x)var(--tw-translate-y)}.scale-0{--tw-scale-x:0%;--tw-scale-y:0%;--tw-scale-z:0%;scale:var(--tw-scale-x)var(--tw-scale-y)}.scale-75{--tw-scale-x:75%;--tw-scale-y:75%;--tw-scale-z:75%;scale:var(--tw-scale-x)var(--tw-scale-y)}.scale-95{--tw-scale-x:95%;--tw-scale-y:95%;--tw-scale-z:95%;scale:var(--tw-scale-x)var(--tw-scale-y)}.scale-100{--tw-scale-x:100%;--tw-scale-y:100%;--tw-scale-z:100%;scale:var(--tw-scale-x)var(--tw-scale-y)}.scale-110{--tw-scale-x:110%;--tw-scale-y:110%;--tw-scale-z:110%;scale:var(--tw-scale-x)var(--tw-scale-y)}.scale-125{--tw-scale-x:125%;--tw-scale-y:125%;--tw-scale-z:125%;scale:var(--tw-scale-x)var(--tw-scale-y)}.scale-x-\[-1\]{--tw-scale-x:-1;scale:var(--tw-scale-x)var(--tw-scale-y)}.scale-\[1\.02\]{scale:1.02}.rotate-3{rotate:3deg}.rotate-45{rotate:45deg}.rotate-90{rotate:90deg}.rotate-180{rotate:180deg}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.fade-in{opacity:0;transition-property:opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration));--tw-duration:1s;transition-duration:1s;animation:1s forwards fadeIn}.hover-main-gradient{background:linear-gradient(90deg,var(--gradientColor1)0%,var(--gradientColor2)100%)#fff}.hover-main-gradient:hover{--gradientColor1:#fff0e64d;--gradientColor2:#eae5df80;animation:1s cubic-bezier(.25,.46,.45,.94) forwards gradientColor1Animation}.animate-bounce{animation:var(--animate-bounce)}.animate-gradient{animation:8s linear infinite gradient}.animate-ping{animation:var(--animate-ping)}.animate-pulse{animation:var(--animate-pulse)}.animate-ripple{animation:ripple var(--duration,2s)ease calc(var(--i,0)*.2s)infinite}.animate-shiny-text{animation:8s infinite shiny-text}.animate-spin{animation:var(--animate-spin)}.cursor-col-resize{cursor:col-resize}.cursor-crosshair{cursor:crosshair}.cursor-default{cursor:default}.cursor-grab{cursor:grab}.cursor-grabbing{cursor:grabbing}.cursor-help{cursor:help}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-row-resize{cursor:row-resize}.cursor-text{cursor:text}.touch-none{touch-action:none}.resize{resize:both}.resize-none{resize:none}.scroll-py-1{scroll-padding-block:calc(var(--spacing)*1)}.list-inside{list-style-position:inside}.list-decimal{list-style-type:decimal}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.\[appearance\:textfield\]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.columns-2{columns:2}.break-inside-avoid{break-inside:avoid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.grid-cols-\[0_1fr\]{grid-template-columns:0 1fr}.grid-cols-\[repeat\(10\,1fr\)\]{grid-template-columns:repeat(10,1fr)}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-nowrap{flex-wrap:nowrap}.flex-wrap{flex-wrap:wrap}.place-items-center{place-items:center}.items-baseline{align-items:baseline}.items-center{align-items:center}.items-end{align-items:flex-end}.items-start{align-items:flex-start}.items-stretch{align-items:stretch}.justify-around{justify-content:space-around}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-start{justify-content:flex-start}.justify-items-start{justify-items:start}.gap-0{gap:calc(var(--spacing)*0)}.gap-0\.5{gap:calc(var(--spacing)*.5)}.gap-1{gap:calc(var(--spacing)*1)}.gap-1\.5{gap:calc(var(--spacing)*1.5)}.gap-2{gap:calc(var(--spacing)*2)}.gap-2\.5{gap:calc(var(--spacing)*2.5)}.gap-3{gap:calc(var(--spacing)*3)}.gap-4{gap:calc(var(--spacing)*4)}.gap-5{gap:calc(var(--spacing)*5)}.gap-6{gap:calc(var(--spacing)*6)}.gap-7{gap:calc(var(--spacing)*7)}.gap-8{gap:calc(var(--spacing)*8)}.gap-10{gap:calc(var(--spacing)*10)}.gap-12{gap:calc(var(--spacing)*12)}.gap-15{gap:calc(var(--spacing)*15)}.gap-16{gap:calc(var(--spacing)*16)}.gap-20{gap:calc(var(--spacing)*20)}.gap-\[5vh\]{gap:5vh}.gap-\[7px\]{gap:7px}.gap-\[9px\]{gap:9px}:where(.space-y-0>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*0)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*0)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-0\.5>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*.5)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*.5)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-1>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*1)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*1)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-1\.5>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*1.5)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*1.5)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-2>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*2)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*2)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-3>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*3)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*3)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-4>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*4)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*4)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-5>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*5)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*5)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-6>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*6)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*6)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-8>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*8)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*8)*calc(1 - var(--tw-space-y-reverse)))}.gap-x-1{column-gap:calc(var(--spacing)*1)}.gap-x-4{column-gap:calc(var(--spacing)*4)}:where(.-space-x-2>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--spacing)*-2)*var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing)*-2)*calc(1 - var(--tw-space-x-reverse)))}:where(.-space-x-px>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(-1px*var(--tw-space-x-reverse));margin-inline-end:calc(-1px*calc(1 - var(--tw-space-x-reverse)))}:where(.space-x-2>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--spacing)*2)*var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing)*2)*calc(1 - var(--tw-space-x-reverse)))}:where(.space-x-4>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--spacing)*4)*var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing)*4)*calc(1 - var(--tw-space-x-reverse)))}.gap-y-0\.5{row-gap:calc(var(--spacing)*.5)}.gap-y-1{row-gap:calc(var(--spacing)*1)}.gap-y-3{row-gap:calc(var(--spacing)*3)}.self-center{align-self:center}.self-start{align-self:flex-start}.justify-self-end{justify-self:flex-end}.justify-self-start{justify-self:flex-start}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-auto{overflow-y:auto}.overflow-y-scroll{overflow-y:scroll}.\!rounded-lg{border-radius:var(--radius)!important}.\!rounded-xl{border-radius:calc(var(--radius) + 4px)!important}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-\[2px\]{border-radius:2px}.rounded-\[4px\]{border-radius:4px}.rounded-\[5px\]{border-radius:5px}.rounded-\[6px\]{border-radius:6px}.rounded-\[7px\]{border-radius:7px}.rounded-\[8px\]{border-radius:8px}.rounded-\[9px\]{border-radius:9px}.rounded-\[10px\]{border-radius:10px}.rounded-\[11px\]{border-radius:11px}.rounded-\[12px\]{border-radius:12px}.rounded-\[13px\]{border-radius:13px}.rounded-\[20px\]{border-radius:20px}.rounded-\[inherit\]{border-radius:inherit}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-none{border-radius:0}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.rounded-xl{border-radius:calc(var(--radius) + 4px)}.rounded-xs{border-radius:var(--radius-xs)}.rounded-s-\[5px\]{border-start-start-radius:5px;border-end-start-radius:5px}.rounded-e-\[5px\]{border-start-end-radius:5px;border-end-end-radius:5px}.rounded-t-\[9px\]{border-top-left-radius:9px;border-top-right-radius:9px}.rounded-t-\[18px\]{border-top-left-radius:18px;border-top-right-radius:18px}.rounded-t-xl{border-top-left-radius:calc(var(--radius) + 4px);border-top-right-radius:calc(var(--radius) + 4px)}.rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.rounded-r{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.rounded-r-md{border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.rounded-b-lg{border-bottom-right-radius:var(--radius);border-bottom-left-radius:var(--radius)}.rounded-b-md{border-bottom-right-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}.rounded-b-xl{border-bottom-right-radius:calc(var(--radius) + 4px);border-bottom-left-radius:calc(var(--radius) + 4px)}.\!border-0{border-style:var(--tw-border-style)!important;border-width:0!important}.border{border-style:var(--tw-border-style);border-width:1px}.border-0{border-style:var(--tw-border-style);border-width:0}.border-1{border-style:var(--tw-border-style);border-width:1px}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-6{border-style:var(--tw-border-style);border-width:6px}.border-\[1\.5px\]{border-style:var(--tw-border-style);border-width:1.5px}.border-\[1px\]{border-style:var(--tw-border-style);border-width:1px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px}.border-r-0{border-right-style:var(--tw-border-style);border-right-width:0}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-b-0{border-bottom-style:var(--tw-border-style);border-bottom-width:0}.border-l{border-left-style:var(--tw-border-style);border-left-width:1px}.border-l-0{border-left-style:var(--tw-border-style);border-left-width:0}.border-l-2{border-left-style:var(--tw-border-style);border-left-width:2px}.border-dashed{--tw-border-style:dashed;border-style:dashed}.border-none{--tw-border-style:none;border-style:none}.border-solid{--tw-border-style:solid;border-style:solid}.\!border-red-500{border-color:var(--color-red-500)!important}.border-\[\#0082FB\]\/20{border-color:#0082fb33}.border-\[\#E1C39A\]{border-color:#e1c39a}.border-background{border-color:var(--background)}.border-black{border-color:var(--color-black)}.border-black\/10{border-color:#0000001a}@supports (color:color-mix(in lab,red,red)){.border-black\/10{border-color:color-mix(in oklab,var(--color-black)10%,transparent)}}.border-blue{border-color:#7a6ff5}.border-blue-700\/40{border-color:#1447e666}@supports (color:color-mix(in lab,red,red)){.border-blue-700\/40{border-color:color-mix(in oklab,var(--color-blue-700)40%,transparent)}}.border-border{border-color:var(--border)}.border-border-lighter{border-color:var(--border-lighter)}.border-border\/50{border-color:var(--border)}@supports (color:color-mix(in lab,red,red)){.border-border\/50{border-color:color-mix(in oklab,var(--border)50%,transparent)}}.border-brand-3{border-color:var(--brand-3)}.border-current{border-color:currentColor}.border-destructive{border-color:var(--destructive)}.border-emerald-600{border-color:var(--color-emerald-600)}.border-empty-foreground{border-color:var(--empty-foreground)}.border-foreground\/1{border-color:var(--foreground)}@supports (color:color-mix(in lab,red,red)){.border-foreground\/1{border-color:color-mix(in oklab,var(--foreground)1%,transparent)}}.border-foreground\/10{border-color:var(--foreground)}@supports (color:color-mix(in lab,red,red)){.border-foreground\/10{border-color:color-mix(in oklab,var(--foreground)10%,transparent)}}.border-gray-300{border-color:var(--color-gray-300)}.border-grey-00{border-color:var(--grey-00)}.border-grey-05{border-color:var(--grey-05)}.border-grey-10{border-color:var(--grey-10)}.border-grey-15{border-color:var(--grey-15)}.border-grey-30{border-color:var(--grey-30)}.border-grey-40{border-color:var(--grey-40)}.border-grey-50{border-color:var(--grey-50)}.border-input{border-color:var(--input)}.border-muted{border-color:var(--muted)}.border-muted-foreground{border-color:var(--muted-foreground)}.border-muted-lighter{border-color:var(--muted-lighter)}.border-muted\/10{border-color:var(--muted)}@supports (color:color-mix(in lab,red,red)){.border-muted\/10{border-color:color-mix(in oklab,var(--muted)10%,transparent)}}.border-neutral-300{border-color:var(--color-neutral-300)}.border-orange-500{border-color:var(--color-orange-500)}.border-primary{border-color:var(--primary)}.border-primary-foreground{border-color:var(--primary-foreground)}.border-primary\/20{border-color:var(--primary)}@supports (color:color-mix(in lab,red,red)){.border-primary\/20{border-color:color-mix(in oklab,var(--primary)20%,transparent)}}.border-primary\/50{border-color:var(--primary)}@supports (color:color-mix(in lab,red,red)){.border-primary\/50{border-color:color-mix(in oklab,var(--primary)50%,transparent)}}.border-red-300{border-color:var(--color-red-300)}.border-red-400{border-color:var(--color-red-400)}.border-scale{border-color:var(--scale)}.border-sidebar-border{border-color:var(--sidebar-border)}.border-transparent{border-color:#0000}.border-white{border-color:var(--color-white)}.border-white\/50{border-color:#ffffff80}@supports (color:color-mix(in lab,red,red)){.border-white\/50{border-color:color-mix(in oklab,var(--color-white)50%,transparent)}}.border-t-transparent{border-top-color:#0000}.border-b-grey-05{border-bottom-color:var(--grey-05)}.border-l-transparent{border-left-color:#0000}.tour-card-background{background-color:#fff;background-image:url(/assets/tour_persona.BReBjqIC.png);background-position:0 -7px;background-repeat:no-repeat;background-size:120px 200px}.\!bg-transparent{background-color:#0000!important}.bg-\(--cellBackground\){background-color:var(--cellBackground)}.bg-\[\#0000004D\]{background-color:#0000004d}.bg-\[\#FCEEDB\]{background-color:#fceedb}.bg-\[rgba\(254\,253\,251\,0\.9\)\]{background-color:#fefdfbe6}.bg-accent\/50{background-color:var(--accent)}@supports (color:color-mix(in lab,red,red)){.bg-accent\/50{background-color:color-mix(in oklab,var(--accent)50%,transparent)}}.bg-amber-600{background-color:var(--color-amber-600)}.bg-background,.bg-background\/50{background-color:var(--background)}@supports (color:color-mix(in lab,red,red)){.bg-background\/50{background-color:color-mix(in oklab,var(--background)50%,transparent)}}.bg-background\/80{background-color:var(--background)}@supports (color:color-mix(in lab,red,red)){.bg-background\/80{background-color:color-mix(in oklab,var(--background)80%,transparent)}}.bg-background\/95{background-color:var(--background)}@supports (color:color-mix(in lab,red,red)){.bg-background\/95{background-color:color-mix(in oklab,var(--background)95%,transparent)}}.bg-black{background-color:var(--color-black)}.bg-black\/0{background-color:#0000}@supports (color:color-mix(in lab,red,red)){.bg-black\/0{background-color:color-mix(in oklab,var(--color-black)0%,transparent)}}.bg-black\/5{background-color:#0000000d}@supports (color:color-mix(in lab,red,red)){.bg-black\/5{background-color:color-mix(in oklab,var(--color-black)5%,transparent)}}.bg-black\/10{background-color:#0000001a}@supports (color:color-mix(in lab,red,red)){.bg-black\/10{background-color:color-mix(in oklab,var(--color-black)10%,transparent)}}.bg-black\/20{background-color:#0003}@supports (color:color-mix(in lab,red,red)){.bg-black\/20{background-color:color-mix(in oklab,var(--color-black)20%,transparent)}}.bg-black\/30{background-color:#0000004d}@supports (color:color-mix(in lab,red,red)){.bg-black\/30{background-color:color-mix(in oklab,var(--color-black)30%,transparent)}}.bg-black\/40{background-color:#0006}@supports (color:color-mix(in lab,red,red)){.bg-black\/40{background-color:color-mix(in oklab,var(--color-black)40%,transparent)}}.bg-black\/50{background-color:#00000080}@supports (color:color-mix(in lab,red,red)){.bg-black\/50{background-color:color-mix(in oklab,var(--color-black)50%,transparent)}}.bg-black\/80{background-color:#000c}@supports (color:color-mix(in lab,red,red)){.bg-black\/80{background-color:color-mix(in oklab,var(--color-black)80%,transparent)}}.bg-blue-50{background-color:var(--color-blue-50)}.bg-blue-100{background-color:var(--color-blue-100)}.bg-blue-700\/20{background-color:#1447e633}@supports (color:color-mix(in lab,red,red)){.bg-blue-700\/20{background-color:color-mix(in oklab,var(--color-blue-700)20%,transparent)}}.bg-blue\/40{background-color:#7a6ff566}.bg-border{background-color:var(--border)}.bg-brand-2{background-color:var(--brand-2)}.bg-brand-3\/15{background-color:var(--brand-3)}@supports (color:color-mix(in lab,red,red)){.bg-brand-3\/15{background-color:color-mix(in oklab,var(--brand-3)15%,transparent)}}.bg-brand-5{background-color:var(--brand-5)}.bg-brand\/50{background-color:var(--brand)}@supports (color:color-mix(in lab,red,red)){.bg-brand\/50{background-color:color-mix(in oklab,var(--brand)50%,transparent)}}.bg-brand\/\[\.13\]{background-color:var(--brand)}@supports (color:color-mix(in lab,red,red)){.bg-brand\/\[\.13\]{background-color:color-mix(in oklab,var(--brand)13%,transparent)}}.bg-card{background-color:var(--card)}.bg-chart-4{background-color:var(--chart-4)}.bg-chart-5\/10{background-color:var(--chart-5)}@supports (color:color-mix(in lab,red,red)){.bg-chart-5\/10{background-color:color-mix(in oklab,var(--chart-5)10%,transparent)}}.bg-comment{background-color:var(--comment)}.bg-current{background-color:currentColor}.bg-cyan-500{background-color:var(--color-cyan-500)}.bg-cyan-600{background-color:var(--color-cyan-600)}.bg-deprecated-10{background-color:#fa528133}.bg-destructive,.bg-destructive\/10{background-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.bg-destructive\/10{background-color:color-mix(in oklab,var(--destructive)10%,transparent)}}.bg-destructive\/90{background-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.bg-destructive\/90{background-color:color-mix(in oklab,var(--destructive)90%,transparent)}}.bg-draft\/10{background-color:#fa52811a}.bg-empty{background-color:var(--empty)}.bg-empty-foreground{background-color:var(--empty-foreground)}.bg-flow-panel{background-color:var(--flow-panel)}.bg-foreground,.bg-foreground\/80{background-color:var(--foreground)}@supports (color:color-mix(in lab,red,red)){.bg-foreground\/80{background-color:color-mix(in oklab,var(--foreground)80%,transparent)}}.bg-gray-100{background-color:var(--color-gray-100)}.bg-gray-800{background-color:var(--color-gray-800)}.bg-green-100\/80{background-color:#dcfce7cc}@supports (color:color-mix(in lab,red,red)){.bg-green-100\/80{background-color:color-mix(in oklab,var(--color-green-100)80%,transparent)}}.bg-green-500{background-color:var(--color-green-500)}.bg-grey-00{background-color:var(--grey-00)}.bg-grey-01{background-color:var(--grey-01)}.bg-grey-03{background-color:var(--grey-03)}.bg-grey-05{background-color:var(--grey-05)}.bg-grey-10{background-color:var(--grey-10)}.bg-grey-15{background-color:var(--grey-15)}.bg-grey-50\/50{background-color:var(--grey-50)}@supports (color:color-mix(in lab,red,red)){.bg-grey-50\/50{background-color:color-mix(in oklab,var(--grey-50)50%,transparent)}}.bg-grey-80{background-color:var(--grey-80)}.bg-highlight\/30{background-color:var(--highlight)}@supports (color:color-mix(in lab,red,red)){.bg-highlight\/30{background-color:color-mix(in oklab,var(--highlight)30%,transparent)}}.bg-indigo-600{background-color:var(--color-indigo-600)}.bg-inherit{background-color:inherit}.bg-muted{background-color:var(--muted)}.bg-muted-lighter\/30{background-color:var(--muted-lighter)}@supports (color:color-mix(in lab,red,red)){.bg-muted-lighter\/30{background-color:color-mix(in oklab,var(--muted-lighter)30%,transparent)}}.bg-muted\/10{background-color:var(--muted)}@supports (color:color-mix(in lab,red,red)){.bg-muted\/10{background-color:color-mix(in oklab,var(--muted)10%,transparent)}}.bg-muted\/15{background-color:var(--muted)}@supports (color:color-mix(in lab,red,red)){.bg-muted\/15{background-color:color-mix(in oklab,var(--muted)15%,transparent)}}.bg-muted\/20{background-color:var(--muted)}@supports (color:color-mix(in lab,red,red)){.bg-muted\/20{background-color:color-mix(in oklab,var(--muted)20%,transparent)}}.bg-muted\/50{background-color:var(--muted)}@supports (color:color-mix(in lab,red,red)){.bg-muted\/50{background-color:color-mix(in oklab,var(--muted)50%,transparent)}}.bg-orange-100{background-color:var(--color-orange-100)}.bg-orange-200\/30{background-color:#ffd7a84d}@supports (color:color-mix(in lab,red,red)){.bg-orange-200\/30{background-color:color-mix(in oklab,var(--color-orange-200)30%,transparent)}}.bg-orange-500{background-color:var(--color-orange-500)}.bg-pink-50{background-color:var(--color-pink-50)}.bg-pink-100{background-color:var(--color-pink-100)}.bg-popover{background-color:var(--popover)}.bg-primary{background-color:var(--primary)}.bg-primary-foreground{background-color:var(--primary-foreground)}.bg-primary-muted{background-color:var(--primary-muted)}.bg-primary-muted-foreground{background-color:var(--primary-muted-foreground)}.bg-primary\/10{background-color:var(--primary)}@supports (color:color-mix(in lab,red,red)){.bg-primary\/10{background-color:color-mix(in oklab,var(--primary)10%,transparent)}}.bg-primary\/20{background-color:var(--primary)}@supports (color:color-mix(in lab,red,red)){.bg-primary\/20{background-color:color-mix(in oklab,var(--primary)20%,transparent)}}.bg-primary\/80{background-color:var(--primary)}@supports (color:color-mix(in lab,red,red)){.bg-primary\/80{background-color:color-mix(in oklab,var(--primary)80%,transparent)}}.bg-published\/10{background-color:#7a6ff51a}.bg-red-100{background-color:var(--color-red-100)}.bg-red-200{background-color:var(--color-red-200)}.bg-red-500{background-color:var(--color-red-500)}.bg-ring{background-color:var(--ring)}.bg-rose-600{background-color:var(--color-rose-600)}.bg-scale-foreground{background-color:var(--scale-foreground)}.bg-secondary{background-color:var(--secondary)}.bg-sidebar{background-color:var(--sidebar)}.bg-sidebar-accent{background-color:var(--sidebar-accent)}.bg-sidebar-border{background-color:var(--sidebar-border)}.bg-sky-600{background-color:var(--color-sky-600)}.bg-slate-900{background-color:var(--color-slate-900)}.bg-success-10{background-color:#e1fbea}.bg-teal-600{background-color:var(--color-teal-600)}.bg-transparent{background-color:#0000}.bg-violet-300{background-color:var(--color-violet-300)}.bg-violet-600{background-color:var(--color-violet-600)}.bg-white{background-color:var(--color-white)}.bg-white\/80{background-color:#fffc}@supports (color:color-mix(in lab,red,red)){.bg-white\/80{background-color:color-mix(in oklab,var(--color-white)80%,transparent)}}.bg-white\/85{background-color:#ffffffd9}@supports (color:color-mix(in lab,red,red)){.bg-white\/85{background-color:color-mix(in oklab,var(--color-white)85%,transparent)}}.bg-yellow-100{background-color:var(--color-yellow-100)}.bg-yellow-100\/80{background-color:#fef9c2cc}@supports (color:color-mix(in lab,red,red)){.bg-yellow-100\/80{background-color:color-mix(in oklab,var(--color-yellow-100)80%,transparent)}}.scrollbar-track-transparent::-webkit-scrollbar-track{background-color:#0000}.bg-gradient-to-b{--tw-gradient-position:to bottom in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.bg-gradient-to-br{--tw-gradient-position:to bottom right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.bg-gradient-to-l{--tw-gradient-position:to left in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.bg-gradient-to-r{--tw-gradient-position:to right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.bg-gradient-to-t{--tw-gradient-position:to top in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.modal-contact{background-image:url(/assets/contact_persona.BtH6Z2XK.png);background-position:100%;background-repeat:no-repeat;background-size:40%}.tour-card-border-background{background-image:url(/assets/border_pattern.Cf-zdK_Z.svg);background-repeat:repeat;background-size:20px 20px}.bg-\[conic-gradient\(from_0deg_at_50\%_50\%\,_rgb\(252\,102\,12\)_0deg\,_rgba\(252\,102\,12\,0\)_180deg\)\]{background-image:conic-gradient(#fc660c,#fc660c00 180deg)}.bg-\[linear-gradient\(90deg\,\#FC660C_0\%\,\#FA5281_100\%\)\]{background-image:linear-gradient(90deg,#fc660c,#fa5281)}.bg-\[linear-gradient\(90deg\,\#FF0000\,\#FFFF00\,\#00FF00\,\#00FFFF\,\#0000FF\,\#FF00FF\,\#FF0000\)\]{background-image:linear-gradient(90deg,red,#ff0,#0f0,#0ff,#00f,#f0f,red)}.from-\[\#fc660c33\]{--tw-gradient-from:#fc660c33;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-\[\#fefdfb\]{--tw-gradient-from:#fefdfb;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-\[var\(--color-from\)\]{--tw-gradient-from:var(--color-from);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-background{--tw-gradient-from:var(--background);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-black\/25{--tw-gradient-from:#00000040}@supports (color:color-mix(in lab,red,red)){.from-black\/25{--tw-gradient-from:color-mix(in oklab,var(--color-black)25%,transparent)}}.from-black\/25{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-black\/40{--tw-gradient-from:#0006}@supports (color:color-mix(in lab,red,red)){.from-black\/40{--tw-gradient-from:color-mix(in oklab,var(--color-black)40%,transparent)}}.from-black\/40{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-black\/70{--tw-gradient-from:#000000b3}@supports (color:color-mix(in lab,red,red)){.from-black\/70{--tw-gradient-from:color-mix(in oklab,var(--color-black)70%,transparent)}}.from-black\/70{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-grey-01{--tw-gradient-from:var(--grey-01);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-grey-05{--tw-gradient-from:var(--grey-05);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-grey-10{--tw-gradient-from:var(--grey-10);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-orange-50\/30{--tw-gradient-from:#fff7ed4d}@supports (color:color-mix(in lab,red,red)){.from-orange-50\/30{--tw-gradient-from:color-mix(in oklab,var(--color-orange-50)30%,transparent)}}.from-orange-50\/30{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-orange-100{--tw-gradient-from:var(--color-orange-100);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-pink-200{--tw-gradient-from:var(--color-pink-200);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-purple-600{--tw-gradient-from:var(--color-purple-600);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-transparent{--tw-gradient-from:transparent;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.from-white{--tw-gradient-from:var(--color-white);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.via-\[var\(--color-to\)\]{--tw-gradient-via:var(--color-to);--tw-gradient-via-stops:var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-via)var(--tw-gradient-via-position),var(--tw-gradient-to)var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.via-black\/10{--tw-gradient-via:#0000001a}@supports (color:color-mix(in lab,red,red)){.via-black\/10{--tw-gradient-via:color-mix(in oklab,var(--color-black)10%,transparent)}}.via-black\/10{--tw-gradient-via-stops:var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-via)var(--tw-gradient-via-position),var(--tw-gradient-to)var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.via-black\/80{--tw-gradient-via:#000c}@supports (color:color-mix(in lab,red,red)){.via-black\/80{--tw-gradient-via:color-mix(in oklab,var(--color-black)80%,transparent)}}.via-black\/80{--tw-gradient-via-stops:var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-via)var(--tw-gradient-via-position),var(--tw-gradient-to)var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.via-50\%{--tw-gradient-via-position:50%}.to-\[\#fa528133\]{--tw-gradient-to:#fa528133;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-\[var\(--color-from\)\]{--tw-gradient-to:var(--color-from);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-black\/35{--tw-gradient-to:#00000059}@supports (color:color-mix(in lab,red,red)){.to-black\/35{--tw-gradient-to:color-mix(in oklab,var(--color-black)35%,transparent)}}.to-black\/35{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-black\/50{--tw-gradient-to:#00000080}@supports (color:color-mix(in lab,red,red)){.to-black\/50{--tw-gradient-to:color-mix(in oklab,var(--color-black)50%,transparent)}}.to-black\/50{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-pink-100{--tw-gradient-to:var(--color-pink-100);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-pink-600{--tw-gradient-to:var(--color-pink-600);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-primary\/30{--tw-gradient-to:var(--primary)}@supports (color:color-mix(in lab,red,red)){.to-primary\/30{--tw-gradient-to:color-mix(in oklab,var(--primary)30%,transparent)}}.to-primary\/30{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-stone-200\/50{--tw-gradient-to:#e7e5e480}@supports (color:color-mix(in lab,red,red)){.to-stone-200\/50{--tw-gradient-to:color-mix(in oklab,var(--color-stone-200)50%,transparent)}}.to-stone-200\/50{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-transparent{--tw-gradient-to:transparent;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.\[background-size\:var\(--shiny-width\)_100\%\]{background-size:var(--shiny-width)100%}.bg-\[length\:var\(--bg-size\)_100\%\]{background-size:var(--bg-size)100%}.bg-clip-content{background-clip:content-box}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.\[background-position\:0_0\]{background-position:0 0}.bg-no-repeat{background-repeat:no-repeat}.fill-black{fill:var(--color-black)}.fill-current{fill:currentColor}.fill-muted\/30{fill:var(--muted)}@supports (color:color-mix(in lab,red,red)){.fill-muted\/30{fill:color-mix(in oklab,var(--muted)30%,transparent)}}.fill-none{fill:none}.fill-primary{fill:var(--primary)}.fill-white{fill:var(--color-white)}.\!stroke-muted-foreground\/80{stroke:var(--muted-foreground)!important}@supports (color:color-mix(in lab,red,red)){.\!stroke-muted-foreground\/80{stroke:color-mix(in oklab,var(--muted-foreground)80%,transparent)!important}}.\!stroke-muted-lighter\/50{stroke:var(--muted-lighter)!important}@supports (color:color-mix(in lab,red,red)){.\!stroke-muted-lighter\/50{stroke:color-mix(in oklab,var(--muted-lighter)50%,transparent)!important}}.stroke-current{stroke:currentColor}.stroke-gray-500{stroke:var(--color-gray-500)}.stroke-grey-80{stroke:var(--grey-80)}.stroke-none{stroke:none}.stroke-orange-600{stroke:var(--color-orange-600)}.stroke-orange-700{stroke:var(--color-orange-700)}.stroke-primary{stroke:var(--primary)}.stroke-white{stroke:var(--color-white)}.stroke-1{stroke-width:1px}.stroke-2{stroke-width:2px}.stroke-\[1\.2px\]{stroke-width:1.2px}.stroke-\[1\.5\]{stroke-width:1.5px}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.\!p-0{padding:calc(var(--spacing)*0)!important}.p-0{padding:calc(var(--spacing)*0)}.p-0\.5{padding:calc(var(--spacing)*.5)}.p-0\.25{padding:calc(var(--spacing)*.25)}.p-1{padding:calc(var(--spacing)*1)}.p-1\.5{padding:calc(var(--spacing)*1.5)}.p-2{padding:calc(var(--spacing)*2)}.p-3{padding:calc(var(--spacing)*3)}.p-3\.5{padding:calc(var(--spacing)*3.5)}.p-4{padding:calc(var(--spacing)*4)}.p-5{padding:calc(var(--spacing)*5)}.p-6{padding:calc(var(--spacing)*6)}.p-7{padding:calc(var(--spacing)*7)}.p-8{padding:calc(var(--spacing)*8)}.p-10{padding:calc(var(--spacing)*10)}.p-\[1\.5px\]{padding:1.5px}.p-\[1px\],.p-px{padding:1px}.\!px-0{padding-inline:calc(var(--spacing)*0)!important}.px-0{padding-inline:calc(var(--spacing)*0)}.px-0\.5{padding-inline:calc(var(--spacing)*.5)}.px-1{padding-inline:calc(var(--spacing)*1)}.px-1\.5{padding-inline:calc(var(--spacing)*1.5)}.px-2{padding-inline:calc(var(--spacing)*2)}.px-2\.5{padding-inline:calc(var(--spacing)*2.5)}.px-3{padding-inline:calc(var(--spacing)*3)}.px-3\.5{padding-inline:calc(var(--spacing)*3.5)}.px-4{padding-inline:calc(var(--spacing)*4)}.px-5{padding-inline:calc(var(--spacing)*5)}.px-6{padding-inline:calc(var(--spacing)*6)}.px-7{padding-inline:calc(var(--spacing)*7)}.px-8{padding-inline:calc(var(--spacing)*8)}.px-10{padding-inline:calc(var(--spacing)*10)}.px-12{padding-inline:calc(var(--spacing)*12)}.px-14{padding-inline:calc(var(--spacing)*14)}.px-16{padding-inline:calc(var(--spacing)*16)}.px-20{padding-inline:calc(var(--spacing)*20)}.px-\[0\.3em\]{padding-inline:.3em}.px-\[10px\]{padding-inline:10px}.px-\[48px\]{padding-inline:48px}.\!py-0{padding-block:calc(var(--spacing)*0)!important}.\!py-0\.5{padding-block:calc(var(--spacing)*.5)!important}.py-0{padding-block:calc(var(--spacing)*0)}.py-0\.5{padding-block:calc(var(--spacing)*.5)}.py-0\.75{padding-block:calc(var(--spacing)*.75)}.py-1{padding-block:calc(var(--spacing)*1)}.py-1\.5{padding-block:calc(var(--spacing)*1.5)}.py-2{padding-block:calc(var(--spacing)*2)}.py-2\.5{padding-block:calc(var(--spacing)*2.5)}.py-3{padding-block:calc(var(--spacing)*3)}.py-4{padding-block:calc(var(--spacing)*4)}.py-5{padding-block:calc(var(--spacing)*5)}.py-6{padding-block:calc(var(--spacing)*6)}.py-8{padding-block:calc(var(--spacing)*8)}.py-10{padding-block:calc(var(--spacing)*10)}.py-12{padding-block:calc(var(--spacing)*12)}.py-16{padding-block:calc(var(--spacing)*16)}.py-20{padding-block:calc(var(--spacing)*20)}.py-\[0\.2em\]{padding-block:.2em}.py-\[3px\]{padding-block:3px}.py-\[15px\]{padding-block:15px}.py-\[32px\]{padding-block:32px}.py-px{padding-block:1px}.pt-0{padding-top:calc(var(--spacing)*0)}.pt-0\.5{padding-top:calc(var(--spacing)*.5)}.pt-2{padding-top:calc(var(--spacing)*2)}.pt-3{padding-top:calc(var(--spacing)*3)}.pt-4{padding-top:calc(var(--spacing)*4)}.pt-6{padding-top:calc(var(--spacing)*6)}.pt-7{padding-top:calc(var(--spacing)*7)}.pt-9{padding-top:calc(var(--spacing)*9)}.pt-10{padding-top:calc(var(--spacing)*10)}.pt-12{padding-top:calc(var(--spacing)*12)}.pt-16{padding-top:calc(var(--spacing)*16)}.pt-20{padding-top:calc(var(--spacing)*20)}.pt-\[2vh\]{padding-top:2vh}.pt-\[5vh\]{padding-top:5vh}.pr-1{padding-right:calc(var(--spacing)*1)}.pr-1\.5{padding-right:calc(var(--spacing)*1.5)}.pr-2{padding-right:calc(var(--spacing)*2)}.pr-3{padding-right:calc(var(--spacing)*3)}.pr-4{padding-right:calc(var(--spacing)*4)}.pr-5{padding-right:calc(var(--spacing)*5)}.pr-6{padding-right:calc(var(--spacing)*6)}.pr-8{padding-right:calc(var(--spacing)*8)}.pr-16{padding-right:calc(var(--spacing)*16)}.pb-0\.5{padding-bottom:calc(var(--spacing)*.5)}.pb-1{padding-bottom:calc(var(--spacing)*1)}.pb-2{padding-bottom:calc(var(--spacing)*2)}.pb-3{padding-bottom:calc(var(--spacing)*3)}.pb-4{padding-bottom:calc(var(--spacing)*4)}.pb-5{padding-bottom:calc(var(--spacing)*5)}.pb-6{padding-bottom:calc(var(--spacing)*6)}.pb-8{padding-bottom:calc(var(--spacing)*8)}.pb-35{padding-bottom:calc(var(--spacing)*35)}.pb-36{padding-bottom:calc(var(--spacing)*36)}.pb-72{padding-bottom:calc(var(--spacing)*72)}.pb-100{padding-bottom:calc(var(--spacing)*100)}.pb-\[2vh\]{padding-bottom:2vh}.pb-px{padding-bottom:1px}.pl-0{padding-left:calc(var(--spacing)*0)}.pl-1{padding-left:calc(var(--spacing)*1)}.pl-1\.5{padding-left:calc(var(--spacing)*1.5)}.pl-2{padding-left:calc(var(--spacing)*2)}.pl-3{padding-left:calc(var(--spacing)*3)}.pl-4{padding-left:calc(var(--spacing)*4)}.pl-6{padding-left:calc(var(--spacing)*6)}.pl-8{padding-left:calc(var(--spacing)*8)}.pl-30{padding-left:calc(var(--spacing)*30)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.align-baseline{vertical-align:baseline}.align-middle{vertical-align:middle}.font-mono{font-family:var(--font-mono)}.font-sans{font-family:var(--font-sans)}.font-serif{font-family:var(--font-serif)}.\!text-2xl{font-size:var(--text-2xl)!important;line-height:var(--tw-leading,var(--text-2xl--line-height))!important}.\!text-xl{font-size:var(--text-xl)!important;line-height:var(--tw-leading,var(--text-xl--line-height))!important}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}.text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.text-5xl{font-size:var(--text-5xl);line-height:var(--tw-leading,var(--text-5xl--line-height))}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.\!text-3xs{font-size:.625rem!important}.text-2xs{font-size:.6875rem}.text-3xs{font-size:.625rem}.text-\[0\.8rem\]{font-size:.8rem}.text-\[8px\]{font-size:8px}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[16px\]{font-size:16px}.text-\[28px\]{font-size:28px}.text-\[40px\]{font-size:40px}.leading-4{--tw-leading:calc(var(--spacing)*4);line-height:calc(var(--spacing)*4)}.leading-5{--tw-leading:calc(var(--spacing)*5);line-height:calc(var(--spacing)*5)}.leading-6{--tw-leading:calc(var(--spacing)*6);line-height:calc(var(--spacing)*6)}.leading-\[14px\]{--tw-leading:14px;line-height:14px}.leading-\[15px\]{--tw-leading:15px;line-height:15px}.leading-\[16px\]{--tw-leading:16px;line-height:16px}.leading-\[18px\]{--tw-leading:18px;line-height:18px}.leading-\[19\.9px\]{--tw-leading:19.9px;line-height:19.9px}.leading-\[20px\]{--tw-leading:20px;line-height:20px}.leading-\[24px\]{--tw-leading:24px;line-height:24px}.leading-\[30px\]{--tw-leading:30px;line-height:30px}.leading-none{--tw-leading:1;line-height:1}.leading-normal{--tw-leading:var(--leading-normal);line-height:var(--leading-normal)}.leading-relaxed{--tw-leading:var(--leading-relaxed);line-height:var(--leading-relaxed)}.leading-tight{--tw-leading:var(--leading-tight);line-height:var(--leading-tight)}.font-\[420\]{--tw-font-weight:420;font-weight:420}.font-\[580\]{--tw-font-weight:580;font-weight:580}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-extrabold{--tw-font-weight:var(--font-weight-extrabold);font-weight:var(--font-weight-extrabold)}.font-light{--tw-font-weight:var(--font-weight-light);font-weight:var(--font-weight-light)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-normal{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.\!tracking-wide{--tw-tracking:var(--tracking-wide)!important;letter-spacing:var(--tracking-wide)!important}.tracking-\[0\.5px\]{--tw-tracking:.5px;letter-spacing:.5px}.tracking-\[1px\]{--tw-tracking:1px;letter-spacing:1px}.tracking-normal{--tw-tracking:var(--tracking-normal);letter-spacing:var(--tracking-normal)}.tracking-tight{--tw-tracking:var(--tracking-tight);letter-spacing:var(--tracking-tight)}.tracking-wide{--tw-tracking:var(--tracking-wide);letter-spacing:var(--tracking-wide)}.tracking-wider{--tw-tracking:var(--tracking-wider);letter-spacing:var(--tracking-wider)}.tracking-widest{--tw-tracking:var(--tracking-widest);letter-spacing:var(--tracking-widest)}.text-balance{text-wrap:balance}.text-nowrap{text-wrap:nowrap}.text-pretty{text-wrap:pretty}.break-words{overflow-wrap:break-word}.text-ellipsis{text-overflow:ellipsis}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.whitespace-pre{white-space:pre}.whitespace-pre-line{white-space:pre-line}.whitespace-pre-wrap{white-space:pre-wrap}.\!text-grey-50{color:var(--grey-50)!important}.\!text-grey-80{color:var(--grey-80)!important}.text-\[\#0082FB\]{color:#0082fb}.text-\[\#FA5281\]{color:#fa5281}.text-background{color:var(--background)}.text-badge-new-text{color:var(--badge-new-text)}.text-black{color:var(--color-black)}.text-blue{color:#7a6ff5}.text-blue-500{color:var(--color-blue-500)}.text-blue-600{color:var(--color-blue-600)}.text-blue-700{color:var(--color-blue-700)}.text-brand{color:var(--brand)}.text-brand-3{color:var(--brand-3)}.text-card-foreground{color:var(--card-foreground)}.text-chart-5{color:var(--chart-5)}.text-current{color:currentColor}.text-deprecated-100{color:#f15957}.text-destructive{color:var(--destructive)}.text-destructive-foreground{color:var(--destructive-foreground)}.text-draft{color:#fa5281}.text-empty{color:var(--empty)}.text-foreground,.text-foreground\/50{color:var(--foreground)}@supports (color:color-mix(in lab,red,red)){.text-foreground\/50{color:color-mix(in oklab,var(--foreground)50%,transparent)}}.text-foreground\/60{color:var(--foreground)}@supports (color:color-mix(in lab,red,red)){.text-foreground\/60{color:color-mix(in oklab,var(--foreground)60%,transparent)}}.text-gray-300{color:var(--color-gray-300)}.text-gray-500{color:var(--color-gray-500)}.text-gray-600{color:var(--color-gray-600)}.text-gray-700{color:var(--color-gray-700)}.text-gray-800{color:var(--color-gray-800)}.text-green-500{color:var(--color-green-500)}.text-green-600{color:var(--color-green-600)}.text-green-800{color:var(--color-green-800)}.text-grey-05{color:var(--grey-05)}.text-grey-15{color:var(--grey-15)}.text-grey-30{color:var(--grey-30)}.text-grey-40{color:var(--grey-40)}.text-grey-50{color:var(--grey-50)}.text-grey-60{color:var(--grey-60)}.text-grey-80{color:var(--grey-80)}.text-grey-100,.text-grey-100\/40{color:var(--grey-100)}@supports (color:color-mix(in lab,red,red)){.text-grey-100\/40{color:color-mix(in oklab,var(--grey-100)40%,transparent)}}.text-indigo-600{color:var(--color-indigo-600)}.text-inherit{color:inherit}.text-input{color:var(--input)}.text-muted{color:var(--muted)}.text-muted-foreground{color:var(--muted-foreground)}.text-muted-lighter{color:var(--muted-lighter)}.text-muted\/30{color:var(--muted)}@supports (color:color-mix(in lab,red,red)){.text-muted\/30{color:color-mix(in oklab,var(--muted)30%,transparent)}}.text-muted\/80{color:var(--muted)}@supports (color:color-mix(in lab,red,red)){.text-muted\/80{color:color-mix(in oklab,var(--muted)80%,transparent)}}.text-neutral-500{color:var(--color-neutral-500)}.text-neutral-600\/70{color:#525252b3}@supports (color:color-mix(in lab,red,red)){.text-neutral-600\/70{color:color-mix(in oklab,var(--color-neutral-600)70%,transparent)}}.text-orange-500{color:var(--color-orange-500)}.text-orange-600{color:var(--color-orange-600)}.text-pink-500{color:var(--color-pink-500)}.text-pink-600{color:var(--color-pink-600)}.text-popover-foreground{color:var(--popover-foreground)}.text-primary{color:var(--primary)}.text-primary-foreground{color:var(--primary-foreground)}.text-primary-muted{color:var(--primary-muted)}.text-published{color:#7a6ff5}.text-red-500{color:var(--color-red-500)}.text-scale{color:var(--scale)}.text-secondary{color:var(--secondary)}.text-secondary-foreground{color:var(--secondary-foreground)}.text-sidebar-accent-foreground{color:var(--sidebar-accent-foreground)}.text-sidebar-foreground,.text-sidebar-foreground\/70{color:var(--sidebar-foreground)}@supports (color:color-mix(in lab,red,red)){.text-sidebar-foreground\/70{color:color-mix(in oklab,var(--sidebar-foreground)70%,transparent)}}.text-sidebar-foreground\/80{color:var(--sidebar-foreground)}@supports (color:color-mix(in lab,red,red)){.text-sidebar-foreground\/80{color:color-mix(in oklab,var(--sidebar-foreground)80%,transparent)}}.text-slate-700{color:var(--color-slate-700)}.text-success-100{color:#34c759}.text-transparent{color:#0000}.text-white{color:var(--color-white)}.text-yellow-600{color:var(--color-yellow-600)}.text-yellow-800{color:var(--color-yellow-800)}.capitalize{text-transform:capitalize}.lowercase{text-transform:lowercase}.uppercase{text-transform:uppercase}.italic{font-style:italic}.tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.line-through{text-decoration-line:line-through}.underline{text-decoration-line:underline}.decoration-\[\#faeee8\]{text-decoration-color:#faeee8}.decoration-primary\/20{-webkit-text-decoration-color:var(--primary);text-decoration-color:var(--primary)}@supports (color:color-mix(in lab,red,red)){.decoration-primary\/20{-webkit-text-decoration-color:color-mix(in oklab,var(--primary)20%,transparent);text-decoration-color:color-mix(in oklab,var(--primary)20%,transparent)}}.decoration-3{text-decoration-thickness:3px}.underline-offset-2{text-underline-offset:2px}.underline-offset-4{text-underline-offset:4px}.underline-offset-8{text-underline-offset:8px}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.caret-primary{caret-color:var(--primary)}.opacity-0{opacity:0}.opacity-30{opacity:.3}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-90{opacity:.9}.opacity-100{opacity:1}.automation-gradient{background-blend-mode:lighten,normal;background:linear-gradient(328deg,#7a6ff5 -3.32%,#6056c7e6 43.28%,#c695f5 78.64%)}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-2xl{--tw-shadow:0 25px 50px -12px var(--tw-shadow-color,#00000040);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_0_0_1px_hsl\(var\(--sidebar-border\)\)\]{--tw-shadow:0 0 0 1px var(--tw-shadow-color,hsl(var(--sidebar-border)));box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_0_50px_0_rgba\(0\,0\,0\,0\.10\)\]{--tw-shadow:0 0 50px 0 var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_2px_6px_0_rgba\(0\,0\,0\,0\.1\)\]{--tw-shadow:0 2px 6px 0 var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_2px_6px_rgba\(0\,0\,0\,0\.6\)\]{--tw-shadow:0 2px 6px var(--tw-shadow-color,#0009);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0px_0px_50px_0px_rgba\(0\,0\,0\,0\.10\)\]{--tw-shadow:0px 0px 50px 0px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0px_1px_5px_0px_rgba\(0\,0\,0\,0\.1\)\]{--tw-shadow:0px 1px 5px 0px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a),0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,#0000001a),0 2px 4px -2px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-none{--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-xl{--tw-shadow:0px 3px 4px 0px var(--tw-shadow-color,#00000026);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-xs{--tw-shadow:0 1px 2px 0 var(--tw-shadow-color,#0000000d);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.\!ring-0{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(0px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor)!important;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)!important}.ring-0{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(0px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-2{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-filter{box-shadow:0 2px 6px #0000001a}.shadow-\[rgba\(255\,_255\,_255\,_0\.1\)_0px_0\.5px_0px_0px_inset\,_rgb\(248\,_249\,_250\)_0px_1px_5px_0px_inset\,_rgb\(193\,_200\,_205\)_0px_0px_0px_0\.5px\,_rgb\(193\,_200\,_205\)_0px_2px_1px_-1px\,_rgb\(193\,_200\,_205\)_0px_1px_0px_0px\]{--tw-shadow-color:#ffffff1a}@supports (color:color-mix(in lab,red,red)){.shadow-\[rgba\(255\,_255\,_255\,_0\.1\)_0px_0\.5px_0px_0px_inset\,_rgb\(248\,_249\,_250\)_0px_1px_5px_0px_inset\,_rgb\(193\,_200\,_205\)_0px_0px_0px_0\.5px\,_rgb\(193\,_200\,_205\)_0px_2px_1px_-1px\,_rgb\(193\,_200\,_205\)_0px_1px_0px_0px\]{--tw-shadow-color:color-mix(in oklab,#ffffff1a 0px .5px 0px 0px inset,#f8f9fa 0px 1px 5px 0px inset,#c1c8cd 0px 0px 0px .5px,#c1c8cd 0px 2px 1px -1px,#c1c8cd 0px 1px 0px 0px var(--tw-shadow-alpha),transparent)}}.ring-primary{--tw-ring-color:var(--primary)}.ring-ring{--tw-ring-color:var(--ring)}.ring-sidebar-ring{--tw-ring-color:var(--sidebar-ring)}.ring-offset-2{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.ring-offset-background{--tw-ring-offset-color:var(--background)}.outline-hidden{--tw-outline-style:none;outline-style:none}@media (forced-colors:active){.outline-hidden{outline-offset:2px;outline:2px solid #0000}}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.outline-2{outline-style:var(--tw-outline-style);outline-width:2px}.outline-offset-2{outline-offset:2px}.outline-grey-15\/20{outline-color:var(--grey-15)}@supports (color:color-mix(in lab,red,red)){.outline-grey-15\/20{outline-color:color-mix(in oklab,var(--grey-15)20%,transparent)}}.outline-transparent{outline-color:#0000}.blur{--tw-blur:blur(8px);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.blur-2xl{--tw-blur:blur(var(--blur-2xl));filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.drop-shadow-\[0_1px_2px_rgba\(0\,0\,0\,0\.7\)\]{--tw-drop-shadow-size:drop-shadow(0 1px 2px var(--tw-drop-shadow-color,#000000b3));--tw-drop-shadow:var(--tw-drop-shadow-size);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.grayscale{--tw-grayscale:grayscale(100%);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.backdrop-blur{--tw-backdrop-blur:blur(8px);-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-blur-\[1px\]{--tw-backdrop-blur:blur(1px);-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-blur-\[3\.5px\]{--tw-backdrop-blur:blur(3.5px);-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-blur-sm{--tw-backdrop-blur:blur(var(--blur-sm));-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.backdrop-blur-xs{--tw-backdrop-blur:blur(var(--blur-xs));-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,visibility,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\[color\,box-shadow\]{transition-property:color,box-shadow;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\[left\,right\,width\]{transition-property:left,right,width;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\[margin\,opacity\]{transition-property:margin,opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\[rotate\]{transition-property:rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\[width\,height\,padding\]{transition-property:width,height,padding;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-\[width\]{transition-property:width;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-opacity{transition-property:opacity;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-shadow{transition-property:box-shadow;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-none{transition-property:none}.delay-150{transition-delay:.15s}.duration-50{--tw-duration:50ms;transition-duration:50ms}.duration-100{--tw-duration:.1s;transition-duration:.1s}.duration-150{--tw-duration:.15s;transition-duration:.15s}.duration-200{--tw-duration:.2s;transition-duration:.2s}.duration-300{--tw-duration:.3s;transition-duration:.3s}.duration-400{--tw-duration:.4s;transition-duration:.4s}.duration-500{--tw-duration:.5s;transition-duration:.5s}.duration-1000{--tw-duration:1s;transition-duration:1s}.ease-in{--tw-ease:var(--ease-in);transition-timing-function:var(--ease-in)}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}.ease-linear{--tw-ease:linear;transition-timing-function:linear}.ease-out{--tw-ease:var(--ease-out);transition-timing-function:var(--ease-out)}.animate-in{--tw-enter-opacity:initial;--tw-enter-scale:initial;--tw-enter-rotate:initial;--tw-enter-translate-x:initial;--tw-enter-translate-y:initial;animation-name:enter;animation-duration:.15s}.outline-none{--tw-outline-style:none;outline-style:none}.select-none{-webkit-user-select:none;user-select:none}.select-text{-webkit-user-select:text;user-select:text}.\[-ms-overflow-style\:none\]{-ms-overflow-style:none}.\[scrollbar-width\:none\]{scrollbar-width:none}.\[transition\:background-position_1s_cubic-bezier\(\.6\,\.6\,0\,1\)_infinite\]{transition:background-position 1s cubic-bezier(.6,.6,0,1)infinite}.\[view-transition-name\:main-content\]{view-transition-name:main-content}.banner-gradient{background:linear-gradient(134deg,#e9e0e066 11.68%,#d2d9e866 88.64%),#fff}.banner-gradient-2{background:linear-gradient(131deg,#ebd5d573 7.08%,#c6cee173 94.84%),#fff}.delay-150{animation-delay:.15s}.duration-50{animation-duration:50ms}.duration-100{animation-duration:.1s}.duration-150{animation-duration:.15s}.duration-200{animation-duration:.2s}.duration-300{animation-duration:.3s}.duration-400{animation-duration:.4s}.duration-500{animation-duration:.5s}.duration-1000{animation-duration:1s}.ease-in{animation-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{animation-timing-function:linear}.ease-out{animation-timing-function:cubic-bezier(0,0,.2,1)}.fade-in,.fade-in-0{--tw-enter-opacity:0}.fade-out{--tw-exit-opacity:0}.gradient-dark{background:linear-gradient(134deg,#e9e0e066 11.68%,#e8d2dd66 88.64%),#00000003}.integration-gradient{background:linear-gradient(222deg,#f1f1f3 -2.72%,#fdfdfde6 45.58%,#f1f1f3 82.23%)}.main-gradient{background:linear-gradient(90deg,#fff0e64d,#eae5df80),#fff}.main-gradient-2{background:linear-gradient(134deg,#e9e0e066 11.68%,#e8d2dd66 88.64%),#fff}.paused{animation-play-state:paused}.promptbar-gradient{background:linear-gradient(264deg,#f8f8f9 .06%,#f8f8f9 100.06%),#fff}.running{animation-play-state:running}.slide-in-from-bottom-4{--tw-enter-translate-y:1rem}.slide-in-from-left-4{--tw-enter-translate-x:-1rem}.toolbox-gradient{background:linear-gradient(223deg,#d2d9e88a,#b9673417 56.11%,#d2d9e85c 90.74%)}.zoom-in-95{--tw-enter-scale:.95}:is(.\*\:m-0>*){margin:calc(var(--spacing)*0)}:is(.\*\:size-5>*){width:calc(var(--spacing)*5);height:calc(var(--spacing)*5)}.not-last\:border-b:not(:last-child){border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.group-last\/toolbar-group\:hidden\!:is(:where(.group\/toolbar-group):last-child *){display:none!important}.group-focus-within\/menu-item\:opacity-100:is(:where(.group\/menu-item):focus-within *){opacity:1}@media (hover:hover){.group-hover\:block:is(:where(.group):hover *){display:block}.group-hover\:flex:is(:where(.group):hover *){display:flex}.group-hover\:-translate-x-0\.5:is(:where(.group):hover *){--tw-translate-x:calc(var(--spacing)*-.5);translate:var(--tw-translate-x)var(--tw-translate-y)}.group-hover\:-translate-x-1:is(:where(.group):hover *){--tw-translate-x:calc(var(--spacing)*-1);translate:var(--tw-translate-x)var(--tw-translate-y)}.group-hover\:-translate-x-8:is(:where(.group):hover *){--tw-translate-x:calc(var(--spacing)*-8);translate:var(--tw-translate-x)var(--tw-translate-y)}.group-hover\:translate-x-1:is(:where(.group):hover *){--tw-translate-x:calc(var(--spacing)*1);translate:var(--tw-translate-x)var(--tw-translate-y)}.group-hover\:translate-x-8:is(:where(.group):hover *){--tw-translate-x:calc(var(--spacing)*8);translate:var(--tw-translate-x)var(--tw-translate-y)}.group-hover\:translate-y-0:is(:where(.group):hover *){--tw-translate-y:calc(var(--spacing)*0);translate:var(--tw-translate-x)var(--tw-translate-y)}.group-hover\:scale-105:is(:where(.group):hover *){--tw-scale-x:105%;--tw-scale-y:105%;--tw-scale-z:105%;scale:var(--tw-scale-x)var(--tw-scale-y)}.group-hover\:scale-110:is(:where(.group):hover *){--tw-scale-x:110%;--tw-scale-y:110%;--tw-scale-z:110%;scale:var(--tw-scale-x)var(--tw-scale-y)}.group-hover\:scale-\[0\]:is(:where(.group):hover *){scale:0}.group-hover\:scale-\[1\.05\]:is(:where(.group):hover *){scale:1.05}.group-hover\:border-grey-05:is(:where(.group):hover *){border-color:var(--grey-05)}.group-hover\:bg-grey-10:is(:where(.group):hover *){background-color:var(--grey-10)}.group-hover\:bg-muted\/10:is(:where(.group):hover *){background-color:var(--muted)}@supports (color:color-mix(in lab,red,red)){.group-hover\:bg-muted\/10:is(:where(.group):hover *){background-color:color-mix(in oklab,var(--muted)10%,transparent)}}.group-hover\:bg-\[image\:var\(--primary-gradient-foreground\)\]:is(:where(.group):hover *){background-image:var(--primary-gradient-foreground)}.group-hover\:from-black\/50:is(:where(.group):hover *){--tw-gradient-from:#00000080}@supports (color:color-mix(in lab,red,red)){.group-hover\:from-black\/50:is(:where(.group):hover *){--tw-gradient-from:color-mix(in oklab,var(--color-black)50%,transparent)}}.group-hover\:from-black\/50:is(:where(.group):hover *){--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.group-hover\:via-black\/20:is(:where(.group):hover *){--tw-gradient-via:#0003}@supports (color:color-mix(in lab,red,red)){.group-hover\:via-black\/20:is(:where(.group):hover *){--tw-gradient-via:color-mix(in oklab,var(--color-black)20%,transparent)}}.group-hover\:via-black\/20:is(:where(.group):hover *){--tw-gradient-via-stops:var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-via)var(--tw-gradient-via-position),var(--tw-gradient-to)var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.group-hover\:to-transparent:is(:where(.group):hover *){--tw-gradient-to:transparent;--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.group-hover\:stroke-muted-foreground:is(:where(.group):hover *){stroke:var(--muted-foreground)}.group-hover\:text-foreground\/80:is(:where(.group):hover *){color:var(--foreground)}@supports (color:color-mix(in lab,red,red)){.group-hover\:text-foreground\/80:is(:where(.group):hover *){color:color-mix(in oklab,var(--foreground)80%,transparent)}}.group-hover\:text-grey-40\/70:is(:where(.group):hover *){color:var(--grey-40)}@supports (color:color-mix(in lab,red,red)){.group-hover\:text-grey-40\/70:is(:where(.group):hover *){color:color-mix(in oklab,var(--grey-40)70%,transparent)}}.group-hover\:text-primary:is(:where(.group):hover *){color:var(--primary)}.group-hover\:opacity-0:is(:where(.group):hover *){opacity:0}.group-hover\:opacity-50:is(:where(.group):hover *){opacity:.5}.group-hover\:opacity-90:is(:where(.group):hover *){opacity:.9}.group-hover\:opacity-100:is(:where(.group):hover *){opacity:1}.group-hover\:gradient-dark:is(:where(.group):hover *){background:linear-gradient(134deg,#e9e0e066 11.68%,#e8d2dd66 88.64%),#00000003}.group-hover\:primary-gradient:is(:where(.group):hover *){background:linear-gradient(90deg,#fc660c,#fa5281)}.group-hover\/menu-item\:opacity-100:is(:where(.group\/menu-item):hover *),.group-hover\/row\:opacity-100:is(:where(.group\/row):hover *){opacity:1}}.group-has-data-\[resizing\=\"true\"\]\/row\:opacity-0:is(:where(.group\/row):has([data-resizing=true]) *){opacity:0}.group-has-data-\[sidebar\=menu-action\]\/menu-item\:pr-8:is(:where(.group\/menu-item):has([data-sidebar=menu-action]) *){padding-right:calc(var(--spacing)*8)}.group-has-\[\[data-col\=\"0\"\]\:hover\]\/table\:block:is(:where(.group\/table):has([data-col="0"]:hover) *),.group-has-\[\[data-col\=\"0\"\]\[data-resizing\=\"true\"\]\]\/table\:block:is(:where(.group\/table):has([data-col="0"][data-resizing=true]) *),.group-has-\[\[data-col\=\"1\"\]\:hover\]\/table\:block:is(:where(.group\/table):has([data-col="1"]:hover) *),.group-has-\[\[data-col\=\"1\"\]\[data-resizing\=\"true\"\]\]\/table\:block:is(:where(.group\/table):has([data-col="1"][data-resizing=true]) *),.group-has-\[\[data-col\=\"10\"\]\:hover\]\/table\:block:is(:where(.group\/table):has([data-col="10"]:hover) *),.group-has-\[\[data-col\=\"10\"\]\[data-resizing\=\"true\"\]\]\/table\:block:is(:where(.group\/table):has([data-col="10"][data-resizing=true]) *),.group-has-\[\[data-col\=\"2\"\]\:hover\]\/table\:block:is(:where(.group\/table):has([data-col="2"]:hover) *),.group-has-\[\[data-col\=\"2\"\]\[data-resizing\=\"true\"\]\]\/table\:block:is(:where(.group\/table):has([data-col="2"][data-resizing=true]) *),.group-has-\[\[data-col\=\"3\"\]\:hover\]\/table\:block:is(:where(.group\/table):has([data-col="3"]:hover) *),.group-has-\[\[data-col\=\"3\"\]\[data-resizing\=\"true\"\]\]\/table\:block:is(:where(.group\/table):has([data-col="3"][data-resizing=true]) *),.group-has-\[\[data-col\=\"4\"\]\:hover\]\/table\:block:is(:where(.group\/table):has([data-col="4"]:hover) *),.group-has-\[\[data-col\=\"4\"\]\[data-resizing\=\"true\"\]\]\/table\:block:is(:where(.group\/table):has([data-col="4"][data-resizing=true]) *),.group-has-\[\[data-col\=\"5\"\]\:hover\]\/table\:block:is(:where(.group\/table):has([data-col="5"]:hover) *),.group-has-\[\[data-col\=\"5\"\]\[data-resizing\=\"true\"\]\]\/table\:block:is(:where(.group\/table):has([data-col="5"][data-resizing=true]) *),.group-has-\[\[data-col\=\"6\"\]\:hover\]\/table\:block:is(:where(.group\/table):has([data-col="6"]:hover) *),.group-has-\[\[data-col\=\"6\"\]\[data-resizing\=\"true\"\]\]\/table\:block:is(:where(.group\/table):has([data-col="6"][data-resizing=true]) *),.group-has-\[\[data-col\=\"7\"\]\:hover\]\/table\:block:is(:where(.group\/table):has([data-col="7"]:hover) *),.group-has-\[\[data-col\=\"7\"\]\[data-resizing\=\"true\"\]\]\/table\:block:is(:where(.group\/table):has([data-col="7"][data-resizing=true]) *),.group-has-\[\[data-col\=\"8\"\]\:hover\]\/table\:block:is(:where(.group\/table):has([data-col="8"]:hover) *),.group-has-\[\[data-col\=\"8\"\]\[data-resizing\=\"true\"\]\]\/table\:block:is(:where(.group\/table):has([data-col="8"][data-resizing=true]) *),.group-has-\[\[data-col\=\"9\"\]\:hover\]\/table\:block:is(:where(.group\/table):has([data-col="9"]:hover) *),.group-has-\[\[data-col\=\"9\"\]\[data-resizing\=\"true\"\]\]\/table\:block:is(:where(.group\/table):has([data-col="9"][data-resizing=true]) *),.group-has-\[\[data-resizer-left\]\:hover\]\/table\:block:is(:where(.group\/table):has([data-resizer-left]:hover) *),.group-has-\[\[data-resizer-left\]\[data-resizing\=\"true\"\]\]\/table\:block:is(:where(.group\/table):has([data-resizer-left][data-resizing=true]) *){display:block}.group-data-\[collapsible\=icon\]\:-mt-8:is(:where(.group)[data-collapsible=icon] *){margin-top:calc(var(--spacing)*-8)}.group-data-\[collapsible\=icon\]\:block:is(:where(.group)[data-collapsible=icon] *){display:block}.group-data-\[collapsible\=icon\]\:hidden:is(:where(.group)[data-collapsible=icon] *){display:none}.group-data-\[collapsible\=icon\]\:size-8\!:is(:where(.group)[data-collapsible=icon] *){width:calc(var(--spacing)*8)!important;height:calc(var(--spacing)*8)!important}.group-data-\[collapsible\=icon\]\:w-\(--sidebar-width-icon\):is(:where(.group)[data-collapsible=icon] *){width:var(--sidebar-width-icon)}.group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)\+\(--spacing\(4\)\)\)\]:is(:where(.group)[data-collapsible=icon] *){width:calc(var(--sidebar-width-icon) + (calc(var(--spacing)*4)))}.group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)\+\(--spacing\(4\)\)\+2px\)\]:is(:where(.group)[data-collapsible=icon] *){width:calc(var(--sidebar-width-icon) + (calc(var(--spacing)*4)) + 2px)}.group-data-\[collapsible\=icon\]\:gap-0:is(:where(.group)[data-collapsible=icon] *){gap:calc(var(--spacing)*0)}.group-data-\[collapsible\=icon\]\:overflow-hidden:is(:where(.group)[data-collapsible=icon] *){overflow:hidden}.group-data-\[collapsible\=icon\]\:p-0\!:is(:where(.group)[data-collapsible=icon] *){padding:calc(var(--spacing)*0)!important}.group-data-\[collapsible\=icon\]\:p-2\!:is(:where(.group)[data-collapsible=icon] *){padding:calc(var(--spacing)*2)!important}.group-data-\[collapsible\=icon\]\:opacity-0:is(:where(.group)[data-collapsible=icon] *){opacity:0}.group-data-\[collapsible\=offcanvas\]\:right-\[calc\(var\(--sidebar-width\)\*-1\)\]:is(:where(.group)[data-collapsible=offcanvas] *){right:calc(var(--sidebar-width)*-1)}.group-data-\[collapsible\=offcanvas\]\:left-\[calc\(var\(--sidebar-width\)\*-1\)\]:is(:where(.group)[data-collapsible=offcanvas] *){left:calc(var(--sidebar-width)*-1)}.group-data-\[collapsible\=offcanvas\]\:w-0:is(:where(.group)[data-collapsible=offcanvas] *){width:calc(var(--spacing)*0)}.group-data-\[collapsible\=offcanvas\]\:translate-x-0:is(:where(.group)[data-collapsible=offcanvas] *){--tw-translate-x:calc(var(--spacing)*0);translate:var(--tw-translate-x)var(--tw-translate-y)}.group-data-\[pressed\=true\]\:bg-accent:is(:where(.group)[data-pressed=true] *){background-color:var(--accent)}.group-data-\[pressed\=true\]\:text-accent-foreground:is(:where(.group)[data-pressed=true] *){color:var(--accent-foreground)}.group-data-\[side\=left\]\:-right-4:is(:where(.group)[data-side=left] *){right:calc(var(--spacing)*-4)}.group-data-\[side\=left\]\:border-r:is(:where(.group)[data-side=left] *){border-right-style:var(--tw-border-style);border-right-width:1px}.group-data-\[side\=right\]\:left-0:is(:where(.group)[data-side=right] *){left:calc(var(--spacing)*0)}.group-data-\[side\=right\]\:rotate-180:is(:where(.group)[data-side=right] *){rotate:180deg}.group-data-\[side\=right\]\:border-l:is(:where(.group)[data-side=right] *){border-left-style:var(--tw-border-style);border-left-width:1px}.group-data-\[variant\=floating\]\:rounded-lg:is(:where(.group)[data-variant=floating] *){border-radius:var(--radius)}.group-data-\[variant\=floating\]\:border:is(:where(.group)[data-variant=floating] *){border-style:var(--tw-border-style);border-width:1px}.group-data-\[variant\=floating\]\:border-sidebar-border:is(:where(.group)[data-variant=floating] *){border-color:var(--sidebar-border)}.group-data-\[variant\=floating\]\:shadow-sm:is(:where(.group)[data-variant=floating] *){--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.group-\[\.destructive\]\:border-muted\/40:is(:where(.group).destructive *){border-color:var(--muted)}@supports (color:color-mix(in lab,red,red)){.group-\[\.destructive\]\:border-muted\/40:is(:where(.group).destructive *){border-color:color-mix(in oklab,var(--muted)40%,transparent)}}.group-\[\.destructive\]\:text-red-300:is(:where(.group).destructive *){color:var(--color-red-300)}@media (hover:hover){.peer-hover\/menu-button\:text-sidebar-accent-foreground:is(:where(.peer\/menu-button):hover~*){color:var(--sidebar-accent-foreground)}}.peer-disabled\:cursor-not-allowed:is(:where(.peer):disabled~*){cursor:not-allowed}.peer-disabled\:opacity-70:is(:where(.peer):disabled~*){opacity:.7}.peer-has-\[\[role\=menuitem\]\]\/menu-group\:block:is(:where(.peer\/menu-group):has([role=menuitem])~*),.peer-has-\[\[role\=menuitemradio\]\]\/menu-group\:block:is(:where(.peer\/menu-group):has([role=menuitemradio])~*),.peer-has-\[\[role\=option\]\]\/menu-group\:block:is(:where(.peer\/menu-group):has([role=option])~*){display:block}.peer-data-\[active\=true\]\/menu-button\:text-sidebar-accent-foreground:is(:where(.peer\/menu-button)[data-active=true]~*){color:var(--sidebar-accent-foreground)}.peer-data-\[size\=default\]\/menu-button\:top-1\.5:is(:where(.peer\/menu-button)[data-size=default]~*){top:calc(var(--spacing)*1.5)}.peer-data-\[size\=lg\]\/menu-button\:top-2\.5:is(:where(.peer\/menu-button)[data-size=lg]~*){top:calc(var(--spacing)*2.5)}.peer-data-\[size\=sm\]\/menu-button\:top-1:is(:where(.peer\/menu-button)[data-size=sm]~*){top:calc(var(--spacing)*1)}.first-letter\:uppercase:first-letter{text-transform:uppercase}.selection\:bg-primary\/20 ::selection{background-color:var(--primary)}@supports (color:color-mix(in lab,red,red)){.selection\:bg-primary\/20 ::selection{background-color:color-mix(in oklab,var(--primary)20%,transparent)}}.selection\:bg-primary\/20::selection{background-color:var(--primary)}@supports (color:color-mix(in lab,red,red)){.selection\:bg-primary\/20::selection{background-color:color-mix(in oklab,var(--primary)20%,transparent)}}.selection\:bg-transparent ::selection{background-color:#0000}.selection\:bg-transparent::selection{background-color:#0000}.file\:border-0::file-selector-button{border-style:var(--tw-border-style);border-width:0}.file\:bg-transparent::file-selector-button{background-color:#0000}.file\:text-sm::file-selector-button{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.file\:font-medium::file-selector-button{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.file\:text-foreground::file-selector-button{color:var(--foreground)}.placeholder\:font-light::placeholder{--tw-font-weight:var(--font-weight-light);font-weight:var(--font-weight-light)}.placeholder\:font-semibold::placeholder{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.placeholder\:text-grey-30::placeholder{color:var(--grey-30)}.placeholder\:text-grey-40::placeholder{color:var(--grey-40)}.placeholder\:text-grey-50::placeholder{color:var(--grey-50)}.placeholder\:text-grey-100\/40::placeholder{color:var(--grey-100)}@supports (color:color-mix(in lab,red,red)){.placeholder\:text-grey-100\/40::placeholder{color:color-mix(in oklab,var(--grey-100)40%,transparent)}}.placeholder\:text-muted::placeholder{color:var(--muted)}.placeholder\:text-muted-foreground::placeholder,.placeholder\:text-muted-foreground\/80::placeholder{color:var(--muted-foreground)}@supports (color:color-mix(in lab,red,red)){.placeholder\:text-muted-foreground\/80::placeholder{color:color-mix(in oklab,var(--muted-foreground)80%,transparent)}}.placeholder\:text-muted-lighter::placeholder{color:var(--muted-lighter)}.placeholder\:italic::placeholder{font-style:italic}.before\:absolute:before{content:var(--tw-content);position:absolute}.before\:z-10:before{content:var(--tw-content);z-index:10}.before\:box-border:before{content:var(--tw-content);box-sizing:border-box}.before\:size-full:before{content:var(--tw-content);width:100%;height:100%}.before\:border-t:before{content:var(--tw-content);border-top-style:var(--tw-border-style);border-top-width:1px}.before\:border-r:before{content:var(--tw-content);border-right-style:var(--tw-border-style);border-right-width:1px}.before\:border-b:before{content:var(--tw-content);border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.before\:border-l:before{content:var(--tw-content);border-left-style:var(--tw-border-style);border-left-width:1px}.before\:border-t-border:before{content:var(--tw-content);border-top-color:var(--border)}.before\:border-r-border:before{content:var(--tw-content);border-right-color:var(--border)}.before\:border-b-border:before{content:var(--tw-content);border-bottom-color:var(--border)}.before\:border-l-border:before{content:var(--tw-content);border-left-color:var(--border)}.before\:bg-brand\/5:before{content:var(--tw-content);background-color:var(--brand)}@supports (color:color-mix(in lab,red,red)){.before\:bg-brand\/5:before{background-color:color-mix(in oklab,var(--brand)5%,transparent)}}.before\:content-\[\'\'\]:before{--tw-content:"";content:var(--tw-content)}.before\:select-none:before{content:var(--tw-content);-webkit-user-select:none;user-select:none}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:-inset-2:after{content:var(--tw-content);inset:calc(var(--spacing)*-2)}.after\:inset-y-0:after{content:var(--tw-content);inset-block:calc(var(--spacing)*0)}.after\:left-1\/2:after{content:var(--tw-content);left:50%}.after\:flex:after{content:var(--tw-content);display:flex}.after\:h-16:after{content:var(--tw-content);height:calc(var(--spacing)*16)}.after\:w-\[2px\]:after{content:var(--tw-content);width:2px}.after\:w-\[3px\]:after{content:var(--tw-content);width:3px}.after\:rounded-\[6px\]:after{content:var(--tw-content);border-radius:6px}.after\:bg-ring:after{content:var(--tw-content);background-color:var(--ring)}.after\:opacity-0:after{content:var(--tw-content);opacity:0}.after\:content-\[\'_\'\]:after{--tw-content:" ";content:var(--tw-content)}@media (hover:hover){.group-hover\:after\:opacity-100:is(:where(.group):hover *):after{content:var(--tw-content);opacity:1}}.group-data-\[collapsible\=offcanvas\]\:after\:left-full:is(:where(.group)[data-collapsible=offcanvas] *):after{content:var(--tw-content);left:100%}.last\:font-light:last-child{--tw-font-weight:var(--font-weight-light);font-weight:var(--font-weight-light)}.read-only\:border-0:read-only{border-style:var(--tw-border-style);border-width:0}.focus-within\:ring-1:focus-within{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-within\:ring-2:focus-within{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-within\:ring-ring:focus-within{--tw-ring-color:var(--ring)}.focus-within\:ring-offset-2:focus-within{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.focus-within\:outline-hidden:focus-within{--tw-outline-style:none;outline-style:none}@media (forced-colors:active){.focus-within\:outline-hidden:focus-within{outline-offset:2px;outline:2px solid #0000}}@media (hover:hover){.hover\:translate-x-1:hover{--tw-translate-x:calc(var(--spacing)*1);translate:var(--tw-translate-x)var(--tw-translate-y)}.hover\:-translate-y-1:hover{--tw-translate-y:calc(var(--spacing)*-1);translate:var(--tw-translate-x)var(--tw-translate-y)}.hover\:scale-101:hover{--tw-scale-x:101%;--tw-scale-y:101%;--tw-scale-z:101%;scale:var(--tw-scale-x)var(--tw-scale-y)}.hover\:scale-102:hover{--tw-scale-x:102%;--tw-scale-y:102%;--tw-scale-z:102%;scale:var(--tw-scale-x)var(--tw-scale-y)}.hover\:scale-105:hover{--tw-scale-x:105%;--tw-scale-y:105%;--tw-scale-z:105%;scale:var(--tw-scale-x)var(--tw-scale-y)}.hover\:scale-110:hover{--tw-scale-x:110%;--tw-scale-y:110%;--tw-scale-z:110%;scale:var(--tw-scale-x)var(--tw-scale-y)}.hover\:scale-125:hover{--tw-scale-x:125%;--tw-scale-y:125%;--tw-scale-z:125%;scale:var(--tw-scale-x)var(--tw-scale-y)}.hover\:scale-\[1\.02\]:hover{scale:1.02}.hover\:rotate-\[-0\.5deg\]:hover{rotate:-.5deg}.hover\:animate-pulse:hover{animation:var(--animate-pulse)}.hover\:cursor-pointer:hover{cursor:pointer}.hover\:border-empty-foreground:hover{border-color:var(--empty-foreground)}.hover\:border-grey-30:hover{border-color:var(--grey-30)}.hover\:border-muted-foreground:hover{border-color:var(--muted-foreground)}.hover\:border-primary:hover,.hover\:border-primary\/50:hover{border-color:var(--primary)}@supports (color:color-mix(in lab,red,red)){.hover\:border-primary\/50:hover{border-color:color-mix(in oklab,var(--primary)50%,transparent)}}.hover\:border-white:hover{border-color:var(--color-white)}.hover\:bg-accent:hover,.hover\:bg-accent\/50:hover{background-color:var(--accent)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-accent\/50:hover{background-color:color-mix(in oklab,var(--accent)50%,transparent)}}.hover\:bg-background:hover{background-color:var(--background)}.hover\:bg-black\/5:hover{background-color:#0000000d}@supports (color:color-mix(in lab,red,red)){.hover\:bg-black\/5:hover{background-color:color-mix(in oklab,var(--color-black)5%,transparent)}}.hover\:bg-black\/20:hover{background-color:#0003}@supports (color:color-mix(in lab,red,red)){.hover\:bg-black\/20:hover{background-color:color-mix(in oklab,var(--color-black)20%,transparent)}}.hover\:bg-black\/70:hover{background-color:#000000b3}@supports (color:color-mix(in lab,red,red)){.hover\:bg-black\/70:hover{background-color:color-mix(in oklab,var(--color-black)70%,transparent)}}.hover\:bg-black\/\[0\.03\]:hover{background-color:#00000008}@supports (color:color-mix(in lab,red,red)){.hover\:bg-black\/\[0\.03\]:hover{background-color:color-mix(in oklab,var(--color-black)3%,transparent)}}.hover\:bg-card\/80:hover{background-color:var(--card)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-card\/80:hover{background-color:color-mix(in oklab,var(--card)80%,transparent)}}.hover\:bg-destructive\/80:hover{background-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-destructive\/80:hover{background-color:color-mix(in oklab,var(--destructive)80%,transparent)}}.hover\:bg-empty:hover{background-color:var(--empty)}.hover\:bg-foreground\/80:hover{background-color:var(--foreground)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-foreground\/80:hover{background-color:color-mix(in oklab,var(--foreground)80%,transparent)}}.hover\:bg-gray-50:hover{background-color:var(--color-gray-50)}.hover\:bg-gray-100:hover{background-color:var(--color-gray-100)}.hover\:bg-gray-700:hover{background-color:var(--color-gray-700)}.hover\:bg-green-100\/90:hover{background-color:#dcfce7e6}@supports (color:color-mix(in lab,red,red)){.hover\:bg-green-100\/90:hover{background-color:color-mix(in oklab,var(--color-green-100)90%,transparent)}}.hover\:bg-grey-05:hover,.hover\:bg-grey-05\/50:hover{background-color:var(--grey-05)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-grey-05\/50:hover{background-color:color-mix(in oklab,var(--grey-05)50%,transparent)}}.hover\:bg-grey-10:hover{background-color:var(--grey-10)}.hover\:bg-grey-15:hover{background-color:var(--grey-15)}.hover\:bg-inherit:hover{background-color:inherit}.hover\:bg-muted:hover{background-color:var(--muted)}.hover\:bg-muted-lighter:hover{background-color:var(--muted-lighter)}.hover\:bg-muted\/15:hover{background-color:var(--muted)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-muted\/15:hover{background-color:color-mix(in oklab,var(--muted)15%,transparent)}}.hover\:bg-muted\/30:hover{background-color:var(--muted)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-muted\/30:hover{background-color:color-mix(in oklab,var(--muted)30%,transparent)}}.hover\:bg-muted\/50:hover{background-color:var(--muted)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-muted\/50:hover{background-color:color-mix(in oklab,var(--muted)50%,transparent)}}.hover\:bg-orange-600:hover{background-color:var(--color-orange-600)}.hover\:bg-primary:hover{background-color:var(--primary)}.hover\:bg-primary-foreground:hover,.hover\:bg-primary-foreground\/50:hover{background-color:var(--primary-foreground)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-primary-foreground\/50:hover{background-color:color-mix(in oklab,var(--primary-foreground)50%,transparent)}}.hover\:bg-primary-foreground\/70:hover{background-color:var(--primary-foreground)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-primary-foreground\/70:hover{background-color:color-mix(in oklab,var(--primary-foreground)70%,transparent)}}.hover\:bg-primary-muted:hover,.hover\:bg-primary-muted\/80:hover{background-color:var(--primary-muted)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-primary-muted\/80:hover{background-color:color-mix(in oklab,var(--primary-muted)80%,transparent)}}.hover\:bg-primary\/90:hover{background-color:var(--primary)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-primary\/90:hover{background-color:color-mix(in oklab,var(--primary)90%,transparent)}}.hover\:bg-secondary:hover,.hover\:bg-secondary\/80:hover{background-color:var(--secondary)}@supports (color:color-mix(in lab,red,red)){.hover\:bg-secondary\/80:hover{background-color:color-mix(in oklab,var(--secondary)80%,transparent)}}.hover\:bg-sidebar-accent:hover{background-color:var(--sidebar-accent)}.hover\:bg-slate-50:hover{background-color:var(--color-slate-50)}.hover\:bg-slate-800:hover{background-color:var(--color-slate-800)}.hover\:bg-transparent:hover{background-color:#0000}.hover\:bg-white:hover{background-color:var(--color-white)}.hover\:bg-yellow-100\/90:hover{background-color:#fef9c2e6}@supports (color:color-mix(in lab,red,red)){.hover\:bg-yellow-100\/90:hover{background-color:color-mix(in oklab,var(--color-yellow-100)90%,transparent)}}.hover\:text-accent-foreground:hover{color:var(--accent-foreground)}.hover\:text-background:hover{color:var(--background)}.hover\:text-blue\/80:hover{color:#7a6ff5cc}.hover\:text-brand-3\/80:hover{color:var(--brand-3)}@supports (color:color-mix(in lab,red,red)){.hover\:text-brand-3\/80:hover{color:color-mix(in oklab,var(--brand-3)80%,transparent)}}.hover\:text-destructive:hover{color:var(--destructive)}.hover\:text-foreground:hover{color:var(--foreground)}.hover\:text-gray-700:hover{color:var(--color-gray-700)}.hover\:text-grey-60:hover{color:var(--grey-60)}.hover\:text-grey-80:hover{color:var(--grey-80)}.hover\:text-muted-foreground:hover{color:var(--muted-foreground)}.hover\:text-primary:hover,.hover\:text-primary\/90:hover{color:var(--primary)}@supports (color:color-mix(in lab,red,red)){.hover\:text-primary\/90:hover{color:color-mix(in oklab,var(--primary)90%,transparent)}}.hover\:text-secondary-foreground:hover{color:var(--secondary-foreground)}.hover\:text-sidebar-accent-foreground:hover{color:var(--sidebar-accent-foreground)}.hover\:text-slate-900:hover{color:var(--color-slate-900)}.hover\:text-white:hover{color:var(--color-white)}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-80:hover{opacity:.8}.hover\:opacity-100:hover{opacity:1}.hover\:shadow:hover{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:shadow-\[0_0_0_1px_hsl\(var\(--sidebar-accent\)\)\]:hover{--tw-shadow:0 0 0 1px var(--tw-shadow-color,hsl(var(--sidebar-accent)));box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,#0000001a),0 2px 4px -2px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:shadow-sm:hover{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:ring-2:hover{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.hover\:ring-primary:hover{--tw-ring-color:var(--primary)}.hover\:brightness-90:hover{--tw-brightness:brightness(90%);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.hover\:gradient-dark:hover{background:linear-gradient(134deg,#e9e0e066 11.68%,#e8d2dd66 88.64%),#00000003}.hover\:group-data-\[collapsible\=offcanvas\]\:bg-sidebar:hover:is(:where(.group)[data-collapsible=offcanvas] *){background-color:var(--sidebar)}.hover\:group-\[\.destructive\]\:border-destructive\/30:hover:is(:where(.group).destructive *){border-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.hover\:group-\[\.destructive\]\:border-destructive\/30:hover:is(:where(.group).destructive *){border-color:color-mix(in oklab,var(--destructive)30%,transparent)}}.hover\:group-\[\.destructive\]\:bg-destructive:hover:is(:where(.group).destructive *){background-color:var(--destructive)}.hover\:group-\[\.destructive\]\:text-destructive-foreground:hover:is(:where(.group).destructive *){color:var(--destructive-foreground)}.hover\:group-\[\.destructive\]\:text-red-50:hover:is(:where(.group).destructive *){color:var(--color-red-50)}.hover\:after\:bg-sidebar-border:hover:after{content:var(--tw-content);background-color:var(--sidebar-border)}}.focus\:z-10:focus{z-index:10}.focus\:border-none:focus{--tw-border-style:none;border-style:none}.focus\:bg-accent:focus{background-color:var(--accent)}.focus\:bg-destructive\/10:focus{background-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.focus\:bg-destructive\/10:focus{background-color:color-mix(in oklab,var(--destructive)10%,transparent)}}.focus\:bg-transparent:focus{background-color:#0000}.focus\:text-accent-foreground:focus{color:var(--accent-foreground)}.focus\:text-destructive:focus{color:var(--destructive)}.focus\:opacity-100:focus{opacity:1}.focus\:ring-0:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(0px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:ring-1:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:ring-2:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:ring-ring:focus{--tw-ring-color:var(--ring)}.focus\:ring-offset-1:focus{--tw-ring-offset-width:1px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.focus\:outline-hidden:focus{--tw-outline-style:none;outline-style:none}@media (forced-colors:active){.focus\:outline-hidden:focus{outline-offset:2px;outline:2px solid #0000}}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}.focus\:group-\[\.destructive\]\:ring-destructive:focus:is(:where(.group).destructive *){--tw-ring-color:var(--destructive)}.focus\:group-\[\.destructive\]\:ring-red-400:focus:is(:where(.group).destructive *){--tw-ring-color:var(--color-red-400)}.focus\:group-\[\.destructive\]\:ring-offset-red-600:focus:is(:where(.group).destructive *){--tw-ring-offset-color:var(--color-red-600)}.focus-visible\:z-10:focus-visible{z-index:10}.focus-visible\:border-b:focus-visible{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.focus-visible\:\!border-none:focus-visible{--tw-border-style:none!important;border-style:none!important}.focus-visible\:border-none:focus-visible{--tw-border-style:none;border-style:none}.focus-visible\:border-ring:focus-visible{border-color:var(--ring)}.focus-visible\:bg-grey-15\/50:focus-visible{background-color:var(--grey-15)}@supports (color:color-mix(in lab,red,red)){.focus-visible\:bg-grey-15\/50:focus-visible{background-color:color-mix(in oklab,var(--grey-15)50%,transparent)}}.focus-visible\:ring-0:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(0px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\:ring-1:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\:ring-2:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\:ring-\[3px\]:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(3px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\:ring-destructive:focus-visible{--tw-ring-color:var(--destructive)}.focus-visible\:ring-ring:focus-visible,.focus-visible\:ring-ring\/50:focus-visible{--tw-ring-color:var(--ring)}@supports (color:color-mix(in lab,red,red)){.focus-visible\:ring-ring\/50:focus-visible{--tw-ring-color:color-mix(in oklab,var(--ring)50%,transparent)}}.focus-visible\:ring-slate-500:focus-visible{--tw-ring-color:var(--color-slate-500)}.focus-visible\:ring-offset-0:focus-visible{--tw-ring-offset-width:0px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.focus-visible\:ring-offset-background:focus-visible{--tw-ring-offset-color:var(--background)}.focus-visible\:outline-hidden:focus-visible{--tw-outline-style:none;outline-style:none}@media (forced-colors:active){.focus-visible\:outline-hidden:focus-visible{outline-offset:2px;outline:2px solid #0000}}.focus-visible\:outline-none:focus-visible{--tw-outline-style:none;outline-style:none}.active\:scale-95:active{--tw-scale-x:95%;--tw-scale-y:95%;--tw-scale-z:95%;scale:var(--tw-scale-x)var(--tw-scale-y)}.active\:cursor-grabbing:active{cursor:grabbing}.active\:bg-sidebar-accent:active{background-color:var(--sidebar-accent)}.active\:bg-transparent:active{background-color:#0000}.active\:text-sidebar-accent-foreground:active{color:var(--sidebar-accent-foreground)}.active\:brightness-95:active{--tw-brightness:brightness(95%);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-orange-500:disabled{background-color:var(--color-orange-500)}.disabled\:text-grey-15:disabled{color:var(--grey-15)}.disabled\:text-grey-30:disabled{color:var(--grey-30)}.disabled\:text-muted:disabled{color:var(--muted)}.disabled\:text-white\/40:disabled{color:#fff6}@supports (color:color-mix(in lab,red,red)){.disabled\:text-white\/40:disabled{color:color-mix(in oklab,var(--color-white)40%,transparent)}}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-60:disabled{opacity:.6}.disabled\:opacity-100:disabled{opacity:1}.disabled\:gradient-dark:disabled{background:linear-gradient(134deg,#e9e0e066 11.68%,#e8d2dd66 88.64%),#00000003}:where([data-side=left]) .in-data-\[side\=left\]\:cursor-w-resize{cursor:w-resize}:where([data-side=right]) .in-data-\[side\=right\]\:cursor-e-resize{cursor:e-resize}.has-aria-disabled\:border-input:has([aria-disabled=true]){border-color:var(--input)}.has-aria-disabled\:bg-muted:has([aria-disabled=true]){background-color:var(--muted)}.has-data-readonly\:w-fit:has([data-readonly]){width:fit-content}.has-data-readonly\:cursor-default:has([data-readonly]){cursor:default}.has-data-readonly\:border-transparent:has([data-readonly]){border-color:#0000}.has-data-readonly\:focus-within\:\[box-shadow\:none\]:has([data-readonly]):focus-within{box-shadow:none}.has-data-\[variant\=inset\]\:bg-sidebar:has([data-variant=inset]){background-color:var(--sidebar)}.has-\[\[data-slate-editor\]\:focus\]\:border-brand\/50:has([data-slate-editor]:focus){border-color:var(--brand)}@supports (color:color-mix(in lab,red,red)){.has-\[\[data-slate-editor\]\:focus\]\:border-brand\/50:has([data-slate-editor]:focus){border-color:color-mix(in oklab,var(--brand)50%,transparent)}}.has-\[\[data-slate-editor\]\:focus\]\:ring-2:has([data-slate-editor]:focus){--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.has-\[\[data-slate-editor\]\:focus\]\:ring-brand\/30:has([data-slate-editor]:focus){--tw-ring-color:var(--brand)}@supports (color:color-mix(in lab,red,red)){.has-\[\[data-slate-editor\]\:focus\]\:ring-brand\/30:has([data-slate-editor]:focus){--tw-ring-color:color-mix(in oklab,var(--brand)30%,transparent)}}.has-\[\[role\=menuitem\]\]\:block:has([role=menuitem]),.has-\[\[role\=menuitemradio\]\]\:block:has([role=menuitemradio]),.has-\[\[role\=option\]\]\:block:has([role=option]){display:block}.has-\[button\]\:flex:has(:is(button)){display:flex}.has-\[\>svg\]\:grid-cols-\[calc\(var\(--spacing\)\*4\)_1fr\]:has(>svg){grid-template-columns:calc(var(--spacing)*4)1fr}.has-\[\>svg\]\:gap-x-3:has(>svg){column-gap:calc(var(--spacing)*3)}.aria-checked\:bg-accent[aria-checked=true]{background-color:var(--accent)}.aria-checked\:text-accent-foreground[aria-checked=true]{color:var(--accent-foreground)}.aria-disabled\:pointer-events-none[aria-disabled=true]{pointer-events:none}.aria-disabled\:opacity-50[aria-disabled=true]{opacity:.5}.aria-invalid\:border-destructive[aria-invalid=true]{border-color:var(--destructive)}.aria-invalid\:ring-destructive\/20[aria-invalid=true]{--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.aria-invalid\:ring-destructive\/20[aria-invalid=true]{--tw-ring-color:color-mix(in oklab,var(--destructive)20%,transparent)}}.data-disabled\:pointer-events-none[data-disabled]{pointer-events:none}.data-disabled\:opacity-50[data-disabled]{opacity:.5}.data-readonly\:w-fit[data-readonly]{width:fit-content}:is(.\*\*\:data-slate-placeholder\:text-grey-30 *)[data-slate-placeholder]{color:var(--grey-30)}:is(.\*\*\:data-slate-placeholder\:text-muted-foreground\/80 *)[data-slate-placeholder]{color:var(--muted-foreground)}@supports (color:color-mix(in lab,red,red)){:is(.\*\*\:data-slate-placeholder\:text-muted-foreground\/80 *)[data-slate-placeholder]{color:color-mix(in oklab,var(--muted-foreground)80%,transparent)}}:is(.\*\*\:data-slate-placeholder\:opacity-100\! *)[data-slate-placeholder]{opacity:1!important}.data-\[active-item\=true\]\:bg-accent[data-active-item=true]{background-color:var(--accent)}.data-\[active-item\=true\]\:text-accent-foreground[data-active-item=true]{color:var(--accent-foreground)}.data-\[active\=true\]\:bg-sidebar-accent[data-active=true]{background-color:var(--sidebar-accent)}.data-\[active\=true\]\:font-medium[data-active=true]{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.data-\[active\=true\]\:text-sidebar-accent-foreground[data-active=true]{color:var(--sidebar-accent-foreground)}.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[disabled\=true\]\:pointer-events-none[data-disabled=true]{pointer-events:none}.data-\[disabled\=true\]\:opacity-50[data-disabled=true]{opacity:.5}.data-\[inset\]\:pl-8[data-inset]{padding-left:calc(var(--spacing)*8)}.data-\[selected\=true\]\:bg-accent[data-selected=true]{background-color:var(--accent)}.data-\[selected\=true\]\:text-accent-foreground[data-selected=true]{color:var(--accent-foreground)}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y:calc(var(--spacing)*1);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y:-.5rem}.data-\[side\=left\]\:-translate-x-1[data-side=left]{--tw-translate-x:calc(var(--spacing)*-1);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x:.5rem}.data-\[side\=right\]\:translate-x-1[data-side=right]{--tw-translate-x:calc(var(--spacing)*1);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x:-.5rem}.data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y:calc(var(--spacing)*-1);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y:.5rem}:is(.\*\:data-\[slot\=alert-description\]\:text-\[\#0082FB\]\/90>*)[data-slot=alert-description]{color:#0082fbe6}:is(.\*\:data-\[slot\=alert-description\]\:text-destructive\/90>*)[data-slot=alert-description]{color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){:is(.\*\:data-\[slot\=alert-description\]\:text-destructive\/90>*)[data-slot=alert-description]{color:color-mix(in oklab,var(--destructive)90%,transparent)}}:is(.\*\:data-\[slot\=block-selection\]\:left-2>*)[data-slot=block-selection]{left:calc(var(--spacing)*2)}:is(.\*\*\:data-\[slot\=command-input-wrapper\]\:h-12 *)[data-slot=command-input-wrapper]{height:calc(var(--spacing)*12)}.data-\[state\=active\]\:bg-background[data-state=active]{background-color:var(--background)}.data-\[state\=active\]\:bg-white[data-state=active]{background-color:var(--color-white)}.data-\[state\=active\]\:text-foreground[data-state=active]{color:var(--foreground)}.data-\[state\=active\]\:shadow-sm[data-state=active]{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.data-\[state\=checked\]\:translate-x-2[data-state=checked]{--tw-translate-x:calc(var(--spacing)*2);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[state\=checked\]\:translate-x-4[data-state=checked]{--tw-translate-x:calc(var(--spacing)*4);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[state\=checked\]\:border-primary[data-state=checked]{border-color:var(--primary)}.data-\[state\=checked\]\:bg-black[data-state=checked]{background-color:var(--color-black)}.data-\[state\=checked\]\:bg-primary[data-state=checked]{background-color:var(--primary)}.data-\[state\=checked\]\:text-primary-foreground[data-state=checked]{color:var(--primary-foreground)}.data-\[state\=closed\]\:duration-300[data-state=closed]{--tw-duration:.3s;transition-duration:.3s}.data-\[state\=closed\]\:animate-out[data-state=closed]{--tw-exit-opacity:initial;--tw-exit-scale:initial;--tw-exit-rotate:initial;--tw-exit-translate-x:initial;--tw-exit-translate-y:initial;animation-name:exit;animation-duration:.15s}.data-\[state\=closed\]\:duration-300[data-state=closed]{animation-duration:.3s}.data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity:0}.data-\[state\=closed\]\:fade-out-80[data-state=closed]{--tw-exit-opacity:.8}.data-\[state\=closed\]\:slide-out-to-bottom[data-state=closed]{--tw-exit-translate-y:100%}.data-\[state\=closed\]\:slide-out-to-left[data-state=closed],.data-\[state\=closed\]\:slide-out-to-left-full[data-state=closed]{--tw-exit-translate-x:-100%}.data-\[state\=closed\]\:slide-out-to-right[data-state=closed]{--tw-exit-translate-x:100%}.data-\[state\=closed\]\:slide-out-to-top[data-state=closed]{--tw-exit-translate-y:-100%}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale:.95}.data-\[state\=on\]\:border-primary[data-state=on]{border-color:var(--primary)}.data-\[state\=on\]\:bg-accent[data-state=on]{background-color:var(--accent)}.data-\[state\=on\]\:bg-transparent[data-state=on]{background-color:#0000}.data-\[state\=on\]\:text-accent-foreground[data-state=on]{color:var(--accent-foreground)}.data-\[state\=on\]\:text-primary[data-state=on]{color:var(--primary)}.data-\[state\=on\]\:gradient-dark[data-state=on]{background:linear-gradient(134deg,#e9e0e066 11.68%,#e8d2dd66 88.64%),#00000003}.data-\[state\=open\]\:bg-accent[data-state=open]{background-color:var(--accent)}.data-\[state\=open\]\:bg-secondary[data-state=open]{background-color:var(--secondary)}.data-\[state\=open\]\:text-accent-foreground[data-state=open]{color:var(--accent-foreground)}.data-\[state\=open\]\:opacity-100[data-state=open]{opacity:1}.data-\[state\=open\]\:duration-500[data-state=open]{--tw-duration:.5s;transition-duration:.5s}.data-\[state\=open\]\:animate-in[data-state=open]{--tw-enter-opacity:initial;--tw-enter-scale:initial;--tw-enter-rotate:initial;--tw-enter-translate-x:initial;--tw-enter-translate-y:initial;animation-name:enter;animation-duration:.15s}.data-\[state\=open\]\:duration-500[data-state=open]{animation-duration:.5s}.data-\[state\=open\]\:fade-in-0[data-state=open]{--tw-enter-opacity:0}.data-\[state\=open\]\:slide-in-from-bottom[data-state=open]{--tw-enter-translate-y:100%}.data-\[state\=open\]\:slide-in-from-left[data-state=open]{--tw-enter-translate-x:-100%}.data-\[state\=open\]\:slide-in-from-right[data-state=open]{--tw-enter-translate-x:100%}.data-\[state\=open\]\:slide-in-from-top[data-state=open],.data-\[state\=open\]\:slide-in-from-top-full[data-state=open]{--tw-enter-translate-y:-100%}.data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale:.95}@media (hover:hover){.data-\[state\=open\]\:hover\:bg-sidebar-accent[data-state=open]:hover{background-color:var(--sidebar-accent)}.data-\[state\=open\]\:hover\:text-sidebar-accent-foreground[data-state=open]:hover{color:var(--sidebar-accent-foreground)}}.data-\[state\=selected\]\:bg-muted[data-state=selected]{background-color:var(--muted)}.data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked]{--tw-translate-x:calc(var(--spacing)*0);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[state\=unchecked\]\:bg-input[data-state=unchecked]{background-color:var(--input)}.data-\[state\=unchecked\]\:bg-muted[data-state=unchecked]{background-color:var(--muted)}.data-\[swipe\=cancel\]\:translate-x-0[data-swipe=cancel]{--tw-translate-x:calc(var(--spacing)*0);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[swipe\=end\]\:translate-x-\(--radix-toast-swipe-end-x\)[data-swipe=end]{--tw-translate-x:var(--radix-toast-swipe-end-x);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[swipe\=end\]\:animate-out[data-swipe=end]{--tw-exit-opacity:initial;--tw-exit-scale:initial;--tw-exit-rotate:initial;--tw-exit-translate-x:initial;--tw-exit-translate-y:initial;animation-name:exit;animation-duration:.15s}.data-\[swipe\=move\]\:translate-x-\(--radix-toast-swipe-move-x\)[data-swipe=move]{--tw-translate-x:var(--radix-toast-swipe-move-x);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[swipe\=move\]\:transition-none[data-swipe=move]{transition-property:none}.data-\[variant\=destructive\]\:text-destructive[data-variant=destructive]{color:var(--destructive)}.data-\[variant\=destructive\]\:focus\:bg-destructive\/10[data-variant=destructive]:focus{background-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.data-\[variant\=destructive\]\:focus\:bg-destructive\/10[data-variant=destructive]:focus{background-color:color-mix(in oklab,var(--destructive)10%,transparent)}}.data-\[variant\=destructive\]\:focus\:text-destructive[data-variant=destructive]:focus{color:var(--destructive)}@media not all and (min-width:40rem){.max-sm\:hidden{display:none}.max-sm\:flex-col{flex-direction:column}}@media (min-width:40rem){.sm\:top-auto{top:auto}.sm\:bottom-0{bottom:calc(var(--spacing)*0)}.sm\:left-0{left:calc(var(--spacing)*0)}.sm\:flex{display:flex}.sm\:h-\[372px\]{height:372px}.sm\:h-auto{height:auto}.sm\:max-h-\[270px\]{max-height:270px}.sm\:w-\[75\%\]{width:75%}.sm\:w-\[500px\]{width:500px}.sm\:max-w-3xl{max-width:var(--container-3xl)}.sm\:max-w-\[30\%\]{max-width:30%}.sm\:max-w-\[425px\]{max-width:425px}.sm\:max-w-\[500px\]{max-width:500px}.sm\:max-w-\[600px\]{max-width:600px}.sm\:max-w-md{max-width:var(--container-md)}.sm\:max-w-sm{max-width:var(--container-sm)}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-col{flex-direction:column}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:justify-end{justify-content:flex-end}.sm\:gap-1\.5{gap:calc(var(--spacing)*1.5)}:where(.sm\:space-y-14>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*14)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*14)*calc(1 - var(--tw-space-y-reverse)))}:where(.sm\:space-x-2>:not(:last-child)){--tw-space-x-reverse:0;margin-inline-start:calc(calc(var(--spacing)*2)*var(--tw-space-x-reverse));margin-inline-end:calc(calc(var(--spacing)*2)*calc(1 - var(--tw-space-x-reverse)))}.sm\:rounded-lg{border-radius:var(--radius)}.sm\:p-4{padding:calc(var(--spacing)*4)}.sm\:px-0{padding-inline:calc(var(--spacing)*0)}.sm\:px-4{padding-inline:calc(var(--spacing)*4)}.sm\:px-24{padding-inline:calc(var(--spacing)*24)}.sm\:px-\[max\(64px\,calc\(50\%-350px\)\)\]{padding-inline:max(64px,50% - 350px)}.sm\:py-10{padding-block:calc(var(--spacing)*10)}.sm\:py-20{padding-block:calc(var(--spacing)*20)}.sm\:pb-6{padding-bottom:calc(var(--spacing)*6)}.sm\:text-left{text-align:left}.sm\:text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.sm\:underline{text-decoration-line:underline}.sm\:data-\[state\=open\]\:slide-in-from-bottom-full[data-state=open]{--tw-enter-translate-y:100%}}@media (min-width:48rem){.md\:col-span-3{grid-column:span 3/span 3}.md\:block{display:block}.md\:flex{display:flex}.md\:hidden{display:none}.md\:h-32{height:calc(var(--spacing)*32)}.md\:h-68{height:calc(var(--spacing)*68)}.md\:w-32{width:calc(var(--spacing)*32)}.md\:w-68{width:calc(var(--spacing)*68)}.md\:max-w-\[420px\]{max-width:420px}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:px-0{padding-inline:calc(var(--spacing)*0)}.md\:text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.md\:opacity-0{opacity:0}.md\:peer-data-\[variant\=inset\]\:m-2:is(:where(.peer)[data-variant=inset]~*){margin:calc(var(--spacing)*2)}.md\:peer-data-\[variant\=inset\]\:ml-0:is(:where(.peer)[data-variant=inset]~*){margin-left:calc(var(--spacing)*0)}.md\:peer-data-\[variant\=inset\]\:rounded-xl:is(:where(.peer)[data-variant=inset]~*){border-radius:calc(var(--radius) + 4px)}.md\:peer-data-\[variant\=inset\]\:shadow-sm:is(:where(.peer)[data-variant=inset]~*){--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a),0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.md\:peer-data-\[variant\=inset\]\:peer-data-\[state\=collapsed\]\:ml-2:is(:where(.peer)[data-variant=inset]~*):is(:where(.peer)[data-state=collapsed]~*){margin-left:calc(var(--spacing)*2)}.md\:after\:hidden:after{content:var(--tw-content);display:none}}@media (min-width:64rem){.lg\:w-\[550px\]{width:550px}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:80rem){.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:96rem){.\32xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.dark\:block:is(.dark *){display:block}.dark\:hidden:is(.dark *){display:none}.dark\:bg-input\/30:is(.dark *){background-color:var(--input)}@supports (color:color-mix(in lab,red,red)){.dark\:bg-input\/30:is(.dark *){background-color:color-mix(in oklab,var(--input)30%,transparent)}}.dark\:bg-slate-100:is(.dark *){background-color:var(--color-slate-100)}.dark\:bg-slate-900:is(.dark *){background-color:var(--color-slate-900)}.dark\:bg-slate-900\/90:is(.dark *){background-color:#0f172be6}@supports (color:color-mix(in lab,red,red)){.dark\:bg-slate-900\/90:is(.dark *){background-color:color-mix(in oklab,var(--color-slate-900)90%,transparent)}}.dark\:bg-transparent:is(.dark *){background-color:#0000}.dark\:via-white\/80:is(.dark *){--tw-gradient-via:#fffc}@supports (color:color-mix(in lab,red,red)){.dark\:via-white\/80:is(.dark *){--tw-gradient-via:color-mix(in oklab,var(--color-white)80%,transparent)}}.dark\:via-white\/80:is(.dark *){--tw-gradient-via-stops:var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-via)var(--tw-gradient-via-position),var(--tw-gradient-to)var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-via-stops)}.dark\:text-green-400:is(.dark *){color:var(--color-green-400)}.dark\:text-neutral-400\/70:is(.dark *){color:#a1a1a1b3}@supports (color:color-mix(in lab,red,red)){.dark\:text-neutral-400\/70:is(.dark *){color:color-mix(in oklab,var(--color-neutral-400)70%,transparent)}}.dark\:text-slate-100:is(.dark *){color:var(--color-slate-100)}.dark\:text-slate-900:is(.dark *){color:var(--color-slate-900)}.dark\:text-white:is(.dark *){color:var(--color-white)}.dark\:shadow-\[rgba\(255\,_255\,_255\,_0\.1\)_0px_0\.5px_0px_0px_inset\,_rgb\(26\,_29\,_30\)_0px_1px_5px_0px_inset\,_rgb\(76\,_81\,_85\)_0px_0px_0px_0\.5px\,_rgb\(76\,_81\,_85\)_0px_2px_1px_-1px\,_rgb\(76\,_81\,_85\)_0px_1px_0px_0px\]:is(.dark *){--tw-shadow-color:#ffffff1a}@supports (color:color-mix(in lab,red,red)){.dark\:shadow-\[rgba\(255\,_255\,_255\,_0\.1\)_0px_0\.5px_0px_0px_inset\,_rgb\(26\,_29\,_30\)_0px_1px_5px_0px_inset\,_rgb\(76\,_81\,_85\)_0px_0px_0px_0\.5px\,_rgb\(76\,_81\,_85\)_0px_2px_1px_-1px\,_rgb\(76\,_81\,_85\)_0px_1px_0px_0px\]:is(.dark *){--tw-shadow-color:color-mix(in oklab,#ffffff1a 0px .5px 0px 0px inset,#1a1d1e 0px 1px 5px 0px inset,#4c5155 0px 0px 0px .5px,#4c5155 0px 2px 1px -1px,#4c5155 0px 1px 0px 0px var(--tw-shadow-alpha),transparent)}}.dark\:invert:is(.dark *){--tw-invert:invert(100%);filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}@media (hover:hover){.dark\:hover\:bg-slate-200:is(.dark *):hover{background-color:var(--color-slate-200)}}.dark\:aria-invalid\:ring-destructive\/40:is(.dark *)[aria-invalid=true]{--tw-ring-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.dark\:aria-invalid\:ring-destructive\/40:is(.dark *)[aria-invalid=true]{--tw-ring-color:color-mix(in oklab,var(--destructive)40%,transparent)}}.dark\:data-\[state\=checked\]\:bg-primary:is(.dark *)[data-state=checked]{background-color:var(--primary)}.dark\:data-\[variant\=destructive\]\:focus\:bg-destructive\/20:is(.dark *)[data-variant=destructive]:focus{background-color:var(--destructive)}@supports (color:color-mix(in lab,red,red)){.dark\:data-\[variant\=destructive\]\:focus\:bg-destructive\/20:is(.dark *)[data-variant=destructive]:focus{background-color:color-mix(in oklab,var(--destructive)20%,transparent)}}@media print{.print\:hidden{display:none}}.prose-p\:my-0 :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-block:calc(var(--spacing)*0)}.prose-p\:leading-\[1\.5\] :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){--tw-leading:1.5;line-height:1.5}.prose-p\:leading-normal :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){--tw-leading:var(--leading-normal);line-height:var(--leading-normal)}.prose-p\:tracking-\[-0\.08px\] :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){--tw-tracking:-.08px;letter-spacing:-.08px}.prose-p\:tracking-tight :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){--tw-tracking:var(--tracking-tight);letter-spacing:var(--tracking-tight)}.prose-a\:text-blue-600 :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--color-blue-600)}.prose-a\:underline :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){text-decoration-line:underline}.prose-li\:ml-4\.5 :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-left:calc(var(--spacing)*4.5)}.prose-li\:marker\:text-grey-60 :where(li):not(:where([class~=not-prose],[class~=not-prose] *)) ::marker{color:var(--grey-60)}.prose-li\:marker\:text-grey-60 :where(li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--grey-60)}.prose-li\:marker\:text-grey-60 :where(li):not(:where([class~=not-prose],[class~=not-prose] *)) ::-webkit-details-marker{color:var(--grey-60)}.prose-li\:marker\:text-grey-60 :where(li):not(:where([class~=not-prose],[class~=not-prose] *))::-webkit-details-marker{color:var(--grey-60)}.\[\&_\.slate-selection-area\]\:z-50 .slate-selection-area{z-index:50}.\[\&_\.slate-selection-area\]\:border .slate-selection-area{border-style:var(--tw-border-style);border-width:1px}.\[\&_\.slate-selection-area\]\:border-brand\/25 .slate-selection-area{border-color:var(--brand)}@supports (color:color-mix(in lab,red,red)){.\[\&_\.slate-selection-area\]\:border-brand\/25 .slate-selection-area{border-color:color-mix(in oklab,var(--brand)25%,transparent)}}.\[\&_\.slate-selection-area\]\:bg-brand\/15 .slate-selection-area{background-color:var(--brand)}@supports (color:color-mix(in lab,red,red)){.\[\&_\.slate-selection-area\]\:bg-brand\/15 .slate-selection-area{background-color:color-mix(in oklab,var(--brand)15%,transparent)}}.\[\&_\[cmdk-group-heading\]\]\:px-2 [cmdk-group-heading]{padding-inline:calc(var(--spacing)*2)}.\[\&_\[cmdk-group-heading\]\]\:py-1\.5 [cmdk-group-heading]{padding-block:calc(var(--spacing)*1.5)}.\[\&_\[cmdk-group-heading\]\]\:text-xs [cmdk-group-heading]{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.\[\&_\[cmdk-group-heading\]\]\:font-medium [cmdk-group-heading]{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.\[\&_\[cmdk-group-heading\]\]\:text-muted-foreground [cmdk-group-heading]{color:var(--muted-foreground)}.\[\&_\[cmdk-group\]\]\:px-2 [cmdk-group]{padding-inline:calc(var(--spacing)*2)}.\[\&_\[cmdk-group\]\:not\(\[hidden\]\)_\~\[cmdk-group\]\]\:pt-0 [cmdk-group]:not([hidden])~[cmdk-group]{padding-top:calc(var(--spacing)*0)}.\[\&_\[cmdk-input-wrapper\]_svg\]\:h-5 [cmdk-input-wrapper] svg{height:calc(var(--spacing)*5)}.\[\&_\[cmdk-input-wrapper\]_svg\]\:w-5 [cmdk-input-wrapper] svg{width:calc(var(--spacing)*5)}.\[\&_\[cmdk-input\]\]\:h-12 [cmdk-input]{height:calc(var(--spacing)*12)}.\[\&_\[cmdk-item\]\]\:px-2 [cmdk-item]{padding-inline:calc(var(--spacing)*2)}.\[\&_\[cmdk-item\]\]\:py-3 [cmdk-item]{padding-block:calc(var(--spacing)*3)}.\[\&_\[cmdk-item\]_svg\]\:h-5 [cmdk-item] svg{height:calc(var(--spacing)*5)}.\[\&_\[cmdk-item\]_svg\]\:w-5 [cmdk-item] svg{width:calc(var(--spacing)*5)}.\[\&_\[role\=slider\]\]\:bg-background [role=slider]{background-color:var(--background)}.\[\&_\[role\=track\]\]\:bg-grey-15 [role=track]{background-color:var(--grey-15)}.\[\&_button\]\:\!h-8 button{height:calc(var(--spacing)*8)!important}.\[\&_p\]\:leading-relaxed p{--tw-leading:var(--leading-relaxed);line-height:var(--leading-relaxed)}.\[\&_strong\]\:font-bold strong{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.\[\&_svg\]\:pointer-events-auto svg{pointer-events:auto}.\[\&_svg\]\:pointer-events-none svg{pointer-events:none}.\[\&_svg\]\:invisible svg{visibility:hidden}.\[\&_svg\]\:size-3 svg{width:calc(var(--spacing)*3);height:calc(var(--spacing)*3)}.\[\&_svg\]\:size-4 svg{width:calc(var(--spacing)*4);height:calc(var(--spacing)*4)}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}.\[\&_svg\]\:text-primary svg{color:var(--primary)}.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 svg:not([class*=size-]){width:calc(var(--spacing)*4);height:calc(var(--spacing)*4)}.\[\&_svg\:not\(\[class\*\=\'text-\'\]\)\]\:text-muted-foreground svg:not([class*=text-]){color:var(--muted-foreground)}.\[\&_tr\]\:border-b tr{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.\[\&_tr\]\:border-b-0 tr{border-bottom-style:var(--tw-border-style);border-bottom-width:0}.\[\&_tr\:last-child\]\:border-0 tr:last-child{border-style:var(--tw-border-style);border-width:0}.\[\&\+div\]\:text-xs+div{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.\[\&\:\:-webkit-inner-spin-button\]\:appearance-none::-webkit-inner-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none}.\[\&\:\:-webkit-outer-spin-button\]\:appearance-none::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none}.\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar{display:none}.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){padding-right:calc(var(--spacing)*0)}.\[\&\:has\(\[role\=option\]\)\]\:block:has([role=option]){display:block}:is(.data-\[variant\=destructive\]\:\*\:\[svg\]\:\!text-destructive[data-variant=destructive]>*):is(svg){color:var(--destructive)!important}.\[\&\>\[role\=checkbox\]\]\:translate-y-\[2px\]>[role=checkbox]{--tw-translate-y:2px;translate:var(--tw-translate-x)var(--tw-translate-y)}.\[\&\>button\]\:mt-2>button{margin-top:calc(var(--spacing)*2)}.\[\&\>button\]\:hidden>button{display:none}.\[\&\>div\]\:bg-green-500>div{background-color:var(--color-green-500)}.\[\&\>span\]\:line-clamp-1>span{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.\[\&\>span\:last-child\]\:truncate>span:last-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.\[\&\>svg\]\:pointer-events-auto>svg{pointer-events:auto}.\[\&\>svg\]\:size-3>svg{width:calc(var(--spacing)*3);height:calc(var(--spacing)*3)}.\[\&\>svg\]\:size-4>svg{width:calc(var(--spacing)*4);height:calc(var(--spacing)*4)}.\[\&\>svg\]\:shrink-0>svg{flex-shrink:0}.\[\&\>svg\]\:translate-y-0\.5>svg{--tw-translate-y:calc(var(--spacing)*.5);translate:var(--tw-translate-x)var(--tw-translate-y)}.\[\&\>svg\]\:text-current>svg{color:currentColor}.\[\&\>svg\]\:text-sidebar-accent-foreground>svg{color:var(--sidebar-accent-foreground)}.\[\&\>tr\]\:last\:border-b-0>tr:last-child{border-bottom-style:var(--tw-border-style);border-bottom-width:0}@media (max-height:800px){.\[\@media\(max-height\:800px\)\]\:max-h-\[40vh\]{max-height:40vh}}[data-side=left][data-collapsible=offcanvas] .\[\[data-side\=left\]\[data-collapsible\=offcanvas\]_\&\]\:-right-2{right:calc(var(--spacing)*-2)}[data-side=left][data-state=collapsed] .\[\[data-side\=left\]\[data-state\=collapsed\]_\&\]\:cursor-e-resize{cursor:e-resize}[data-side=right][data-collapsible=offcanvas] .\[\[data-side\=right\]\[data-collapsible\=offcanvas\]_\&\]\:-left-2{left:calc(var(--spacing)*-2)}[data-side=right][data-state=collapsed] .\[\[data-side\=right\]\[data-state\=collapsed\]_\&\]\:cursor-w-resize{cursor:w-resize}.font-seasonmix{font-variant-ligatures:none;font-family:seasonmix,serif}.border-6{border-width:6px}body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-style:normal}h1{font-family:seasonmix,serif}.copilotKitMessage{margin-bottom:0!important;font-size:.9rem!important}.copilotKitMessage *{letter-spacing:.03em;color:#333!important;font-size:.9rem!important;line-height:190%!important}.copilotKitMessage.copilotKitAssistantMessage{padding-top:0!important;padding-bottom:0!important}.copilotKitMessage.copilotKitUserMessage{color:#262626!important;background:#e6e6e6!important;max-width:90%!important;margin-top:12px!important;margin-bottom:12px!important}.copilotKitMessageControls *{opacity:0!important}.suggestions{gap:6px 12px!important}.suggestions .suggestion{border-radius:8px!important}.border-after{position:relative}.border-after:after{content:"";background-color:var(--border);height:1px;position:absolute;bottom:0;left:10px;right:10px}.agent-builder-progress{border-style:var(--tw-border-style);border-width:1px;border-color:var(--border-lighter);width:520px;max-width:68vw;padding-inline:calc(var(--spacing)*3);padding-block:calc(var(--spacing)*2);font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height));transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration));--tw-duration:.5s;--tw-ease:var(--ease-in-out);transition-duration:.5s;transition-timing-function:var(--ease-in-out);--tw-enter-opacity:0;--tw-enter-scale:initial;--tw-enter-rotate:initial;--tw-enter-translate-x:initial;--tw-enter-translate-y:.5rem;background:var(--flow-panel);border-radius:6px;justify-content:flex-start;align-items:center;margin-inline:auto;animation-name:enter;animation-duration:.5s;animation-timing-function:cubic-bezier(.4,0,.2,1);display:flex}.agent-builder-request{border:4px solid #0000;border-radius:10px;border-color:#fbf5f2!important}.agent-builder-submit{color:var(--primary)}}@property --gradientColor1{syntax:"<color>";inherits:false;initial-value:#fff}@property --gradientColor2{syntax:"<color>";inherits:false;initial-value:#fff}:root{--background:#fff;--foreground:#262626;--empty:#f7f7f8;--empty-foreground:#e6e6e6;--card:#fff;--card-foreground:#0a0a0a;--popover:#fff;--popover-foreground:#5c5c5c;--primary:#fc660c;--primary-foreground:#fceedb;--primary-muted-foreground:#f4542c1a;--primary-muted:#f7e8d9;--secondary:#f5f5f5;--secondary-foreground:#171717;--muted:#878792;--muted-lighter:#bfbfbf;--muted-foreground:#5e636e;--accent:#f5f5f5;--accent-foreground:#171717;--destructive:#ef4444;--destructive-foreground:#fafafa;--border:#e3e3e8;--border-lighter:#f1f1f3;--input:#e5e5e5;--ring:#f2f2f2;--scale:#ef6798;--scale-foreground:#fde3e9;--chart-1:#e76e50;--chart-2:#2a9d90;--chart-3:#274754;--chart-4:#fceedb;--chart-5:#fc660c;--brand-2:#291305;--brand-3:#fa5281;--brand-5:#f1eae6;--grey-00:#fefdfb;--grey-01:#fefdfb;--grey-03:#f8f8f9;--grey-05:#f1f1f3;--grey-10:#eaeaee;--grey-15:#d2d2da;--grey-30:#b3b1ba;--grey-40:#858794;--grey-50:#798292;--grey-60:#5d626f;--grey-80:#3f3f42;--grey-100:#1b1b1c;--radius:.5rem;--sidebar:#fafafa;--sidebar-foreground:#3f3f46;--sidebar-primary:#18181b;--sidebar-primary-foreground:#fafafa;--sidebar-accent:#f4f4f5;--sidebar-accent-foreground:#18181b;--sidebar-border:#e5e7eb;--sidebar-ring:#3b82f6;--highlight:oklch(85.2% .199 91.936);--comment:#ffe07b;--badge-beta-border-gradient:linear-gradient(134deg,#e9e0e0 11.68%,#e8d2dd 88.64%);--badge-beta-text-gradient:linear-gradient(144deg,#d39898 11.68%,#cb77a1 88.64%);--badge-new-text:#fc660c;--main-gradient-start:#fff0e64d;--flow-panel:#fefdfb;--agent-builder-accent-gradient:linear-gradient(134deg,#fc660c33,#fa528133);--flow-background:#f5f5f5;--primary-gradient:linear-gradient(to right,#fc660c,#fa5281);--primary-gradient-foreground:linear-gradient(to right,#fc660c0d,#fa52810d)}.dark{--background:#181a1b;--foreground:#242424;--empty:#242424;--empty-foreground:#333;--card:hsl(0,0% 3.9%);--card-foreground:hsl(0,0% 98%);--popover:hsl(0,0% 3.9%);--popover-foreground:hsl(0,0% 98%);--primary:#fd6c12;--primary-foreground:#fcedd9;--primary-muted-foreground:#f4542c1a;--primary-muted:hsl(0,0% 98%);--secondary:hsl(0,0% 14.9%);--secondary-foreground:hsl(0,0% 98%);--muted:#f4f4f4;--muted-lighter:hsl(0,0% 20%);--muted-foreground:hsl(240,5% 58%);--accent:hsl(0,0% 14.9%);--accent-foreground:hsl(0,0% 98%);--destructive:hsl(0,62.8% 30.6%);--destructive-foreground:hsl(0,0% 98%);--border:hsl(0,0% 14.9%);--border-lighter:hsl(0,0% 20%);--input:hsl(0,0% 14.9%);--ring:hsl(0,0% 83.1%);--chart-1:hsl(220,70% 50%);--chart-2:hsl(160,60% 45%);--chart-3:hsl(30,80% 55%);--chart-4:#fceedb;--chart-5:#fc660c;--brand-2:#291305;--brand-5:#f1eae6;--grey-00:#fefdfb;--grey-01:#fefdfb;--grey-05:#f1f1f3;--grey-80:#3f3f42;--grey-10:#eaeaee;--grey-15:#d2d2da;--grey-30:#b3b1ba;--grey-40:#858794;--grey-50:#798292;--grey-60:#5d626f;--grey-100:#1b1b1c;--brand-3:#fa5281;--sidebar:#18181b;--sidebar-foreground:#f4f4f5;--sidebar-primary:#1d4ed8;--sidebar-primary-foreground:#fff;--sidebar-accent:#27272a;--sidebar-accent-foreground:#f4f4f5;--sidebar-border:#27272a;--sidebar-ring:#3b82f6;--highlight:oklch(85.2% .199 91.936);--flow-panel:#fefdfb;--agent-builder-accent-gradient:linear-gradient(134deg,#fc660c33,#fa528133);--primary-gradient:linear-gradient(to right,#fc660c,#fa5281);--primary-gradient-foreground:linear-gradient(to right,#fc660c0d,#fa52810d)}[data-registry=plate]{--background:#fff;--foreground:#0a0a0a;--card:#fff;--card-foreground:#0a0a0a;--popover:#fff;--popover-foreground:#0a0a0a;--primary:#171717;--primary-foreground:#fafafa;--secondary:#f5f5f5;--secondary-foreground:#171717;--muted:#f5f5f5;--muted-foreground:#737373;--accent:#f5f5f5;--accent-foreground:#171717;--destructive:#ef4444;--destructive-foreground:#fafafa;--border:#e5e5e5;--input:#e5e5e5;--ring:#0a0a0a;--chart-1:#e76e50;--chart-2:#2a9d90;--chart-3:#274754;--chart-4:#fceedb;--chart-5:#fc660c;--radius:.6rem;--brand:#3b82f6;--highlight:#facc15}[data-registry=plate].dark{--background:#0a0a0a;--foreground:#fafafa;--card:#0a0a0a;--card-foreground:#fafafa;--popover:#0a0a0a;--popover-foreground:#fafafa;--primary:#fafafa;--primary-foreground:#171717;--secondary:#262626;--secondary-foreground:#fafafa;--muted:#262626;--muted-foreground:#a3a3a3;--accent:#262626;--accent-foreground:#fafafa;--destructive:#7f1d1d;--destructive-foreground:#fafafa;--border:#262626;--input:#262626;--ring:#d4d4d4;--chart-1:#2662d9;--chart-2:#2eb88a;--chart-3:#e88c30;--chart-4:#af57db;--chart-5:#fc660c;--brand:#60a4fa;--highlight:#facc14}input[type=number].always-spin::-webkit-inner-spin-button{opacity:1!important}input[type=number].always-spin::-webkit-outer-spin-button{opacity:1!important}input[type=number].always-spin{-moz-appearance:number-input}.prose-sm table tr:nth-child(2n),.prose table tr:nth-child(2n){background-color:#f9fafb}table a{color:#007bff;font-weight:700;text-decoration:underline}.social-outer{justify-content:center;width:164.5px;height:232.5px;margin:0;display:flex;overflow:hidden}.social-outer.tiktok{height:382.5px}.social-inner{transform-origin:top;transform:scale(.5)}.social-inner iframe{border:none;width:328px;height:465px}.content-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}@media (min-width:768px){.content-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}}@media (min-width:1024px){.content-grid{grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}}@media (min-width:1280px){.content-grid{grid-template-columns:repeat(auto-fill,minmax(450px,1fr))}}.ad-card-media{aspect-ratio:9/16;min-height:120px}.ad-card-stats{flex-direction:column;justify-content:space-between;min-height:120px;display:flex}.social-card-media{background:#f8f9fa;border-radius:.5rem .5rem 0 0;justify-content:center;align-items:center;width:100%;min-height:200px;display:flex}.social-card-stats{flex-direction:column;flex:1;gap:.5rem;padding:1rem;display:flex}html:active-view-transition-type(slide-bottom)::view-transition-old(main-content){animation:.3s cubic-bezier(.4,0,.2,1) both slide-out-bottom}html:active-view-transition-type(slide-bottom)::view-transition-new(main-content){animation:.3s cubic-bezier(.4,0,.2,1) both slide-in-bottom}html:active-view-transition-type(slide-up)::view-transition-old(main-content){animation:.3s cubic-bezier(.4,0,.2,1) both slide-out-up}html:active-view-transition-type(slide-up)::view-transition-new(main-content){animation:.3s cubic-bezier(.4,0,.2,1) both slide-in-up}@keyframes slide-out-bottom{0%{transform:translateY(0)}to{transform:translateY(-100%)}}@keyframes slide-in-bottom{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slide-out-up{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes slide-in-up{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes gradientColor1Animation{0%{--gradientColor1:var(--background);--gradientColor2:var(--background)}30%{--gradientColor1:#fccee832;--gradientColor2:#fc680c32}to{--gradientColor1:#fff0e64d;--gradientColor2:#eae5df80}}@keyframes chatkitStatusIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes spinner{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}.spinner{aspect-ratio:1;transform-origin:50%;width:300%;animation:2s linear infinite spinner;position:absolute;top:50%;left:50%}@keyframes enter{0%{opacity:var(--tw-enter-opacity,1);transform:translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity,1);transform:translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0))}}@property --tw-duration{syntax:"*";inherits:false}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-scale-x{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-z{syntax:"*";inherits:false;initial-value:1}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-space-x-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-gradient-position{syntax:"*";inherits:false}@property --tw-gradient-from{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-via{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-to{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-stops{syntax:"*";inherits:false}@property --tw-gradient-via-stops{syntax:"*";inherits:false}@property --tw-gradient-from-position{syntax:"<length-percentage>";inherits:false;initial-value:0%}@property --tw-gradient-via-position{syntax:"<length-percentage>";inherits:false;initial-value:50%}@property --tw-gradient-to-position{syntax:"<length-percentage>";inherits:false;initial-value:100%}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-ordinal{syntax:"*";inherits:false}@property --tw-slashed-zero{syntax:"*";inherits:false}@property --tw-numeric-figure{syntax:"*";inherits:false}@property --tw-numeric-spacing{syntax:"*";inherits:false}@property --tw-numeric-fraction{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@property --tw-content{syntax:"*";inherits:false;initial-value:""}@keyframes spin{to{transform:rotate(360deg)}}@keyframes ping{75%,to{opacity:0;transform:scale(2)}}@keyframes pulse{50%{opacity:.5}}@keyframes bounce{0%,to{animation-timing-function:cubic-bezier(.8,0,1,1);transform:translateY(-25%)}50%{animation-timing-function:cubic-bezier(0,0,.2,1);transform:none}}@keyframes shiny-text{0%,90%,to{background-position:calc(-100% - var(--shiny-width))0}30%,60%{background-position:calc(100% + var(--shiny-width))0}}@keyframes gradient{to{background-position:var(--bg-size,300%)0}}@keyframes ripple{0%,to{transform:translate(-50%,-50%)scale(1)}50%{transform:translate(-50%,-50%)scale(.9)}}.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))}.polotno-composer-scope{@keyframes linear-progress-bar-stripes{0%{background-position:0 0}to{background-position:30px 0}}@keyframes skeleton-glow{0%{background:#d3d8de33;border-color:#d3d8de33}to{background:#5f6b7c33;border-color:#5f6b7c33}}@keyframes pt-spinner-animation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}}.polotno-composer-scope p{margin-bottom:10px;margin-top:0}.polotno-composer-scope small{font-size:12px}.polotno-composer-scope strong{font-weight:600}.polotno-composer-scope ::-moz-selection{background:#7dbcff99}.polotno-composer-scope ::selection{background:#7dbcff99}.polotno-composer-scope .bp5-text-muted{color:#5f6b7c}.polotno-composer-scope .bp5-text-disabled{color:#5f6b7c99}.polotno-composer-scope .bp5-running-text hr{border-color:#11141826}.polotno-composer-scope a,.polotno-composer-scope a:hover{color:#215db0}.polotno-composer-scope a .bp5-icon,.polotno-composer-scope a .bp5-icon-standard,.polotno-composer-scope a .bp5-icon-large,.polotno-composer-scope a code{color:inherit}.polotno-composer-scope .bp5-code,.polotno-composer-scope .bp5-running-text code{background:#ffffffb3;box-shadow:inset 0 0 0 1px #11141833;color:#5f6b7c}.polotno-composer-scope a>.bp5-code,.polotno-composer-scope a>.bp5-running-text code{color:#2d72d2}.polotno-composer-scope .bp5-code-block,.polotno-composer-scope .bp5-running-text pre{background:#ffffffb3;box-shadow:inset 0 0 0 1px #11141826;color:#1c2127}.polotno-composer-scope .bp5-code-block>code,.polotno-composer-scope .bp5-running-text pre>code{background:none;box-shadow:none;color:inherit}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-code-block,.polotno-composer-scope .bp5-running-text pre{border:1px solid buttonborder;box-shadow:none}}.polotno-composer-scope .bp5-key,.polotno-composer-scope .bp5-running-text kbd{background:#fff;box-shadow:0 0 0 1px #1114181a,0 1px 1px #11141833;color:#5f6b7c}.polotno-composer-scope .bp5-icon.bp5-intent-primary,.polotno-composer-scope .bp5-icon-standard.bp5-intent-primary,.polotno-composer-scope .bp5-icon-large.bp5-intent-primary{color:#215db0}.polotno-composer-scope .bp5-icon.bp5-intent-success,.polotno-composer-scope .bp5-icon-standard.bp5-intent-success,.polotno-composer-scope .bp5-icon-large.bp5-intent-success{color:#1c6e42}.polotno-composer-scope .bp5-icon.bp5-intent-warning,.polotno-composer-scope .bp5-icon-standard.bp5-intent-warning,.polotno-composer-scope .bp5-icon-large.bp5-intent-warning{color:#935610}.polotno-composer-scope .bp5-icon.bp5-intent-danger,.polotno-composer-scope .bp5-icon-standard.bp5-intent-danger,.polotno-composer-scope .bp5-icon-large.bp5-intent-danger{color:#ac2f33}.polotno-composer-scope .bp5-heading{color:#1c2127;font-weight:600;margin:0 0 10px;padding:0}.polotno-composer-scope .bp5-dark .bp5-heading{color:#f6f7f9}.polotno-composer-scope .bp5-heading.bp5-text-muted{color:#5f6b7c}.polotno-composer-scope .bp5-dark .bp5-heading.bp5-text-muted{color:#abb3bf}.polotno-composer-scope .bp5-running-text h1,.polotno-composer-scope h1.bp5-heading{font-size:36px;line-height:40px}.polotno-composer-scope .bp5-running-text h2,.polotno-composer-scope h2.bp5-heading{font-size:28px;line-height:32px}.polotno-composer-scope .bp5-running-text h3,.polotno-composer-scope h3.bp5-heading{font-size:22px;line-height:25px}.polotno-composer-scope .bp5-running-text h4,.polotno-composer-scope h4.bp5-heading{font-size:18px;line-height:21px}.polotno-composer-scope .bp5-running-text h5,.polotno-composer-scope h5.bp5-heading{font-size:16px;line-height:19px}.polotno-composer-scope .bp5-running-text h6,.polotno-composer-scope h6.bp5-heading{font-size:14px;line-height:16px}.polotno-composer-scope .bp5-ui-text{font-size:14px;font-weight:400;letter-spacing:0;line-height:1.28581;text-transform:none}.polotno-composer-scope .bp5-monospace-text{font-family:monospace;text-transform:none}.polotno-composer-scope .bp5-text-overflow-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal}.polotno-composer-scope .bp5-running-text{font-size:14px;line-height:1.5}.polotno-composer-scope .bp5-running-text h1{color:#1c2127;font-weight:600;margin-bottom:20px;margin-top:40px}.polotno-composer-scope .bp5-dark .bp5-running-text h1{color:#f6f7f9}.polotno-composer-scope .bp5-running-text h1.bp5-text-muted{color:#5f6b7c}.polotno-composer-scope .bp5-dark .bp5-running-text h1.bp5-text-muted{color:#abb3bf}.polotno-composer-scope .bp5-running-text h2{color:#1c2127;font-weight:600;margin-bottom:20px;margin-top:40px}.polotno-composer-scope .bp5-dark .bp5-running-text h2{color:#f6f7f9}.polotno-composer-scope .bp5-running-text h2.bp5-text-muted{color:#5f6b7c}.polotno-composer-scope .bp5-dark .bp5-running-text h2.bp5-text-muted{color:#abb3bf}.polotno-composer-scope .bp5-running-text h3{color:#1c2127;font-weight:600;margin-bottom:20px;margin-top:40px}.polotno-composer-scope .bp5-dark .bp5-running-text h3{color:#f6f7f9}.polotno-composer-scope .bp5-running-text h3.bp5-text-muted{color:#5f6b7c}.polotno-composer-scope .bp5-dark .bp5-running-text h3.bp5-text-muted{color:#abb3bf}.polotno-composer-scope .bp5-running-text h4{color:#1c2127;font-weight:600;margin-bottom:20px;margin-top:40px}.polotno-composer-scope .bp5-dark .bp5-running-text h4{color:#f6f7f9}.polotno-composer-scope .bp5-running-text h4.bp5-text-muted{color:#5f6b7c}.polotno-composer-scope .bp5-dark .bp5-running-text h4.bp5-text-muted{color:#abb3bf}.polotno-composer-scope .bp5-running-text h5{color:#1c2127;font-weight:600;margin-bottom:20px;margin-top:40px}.polotno-composer-scope .bp5-dark .bp5-running-text h5{color:#f6f7f9}.polotno-composer-scope .bp5-running-text h5.bp5-text-muted{color:#5f6b7c}.polotno-composer-scope .bp5-dark .bp5-running-text h5.bp5-text-muted{color:#abb3bf}.polotno-composer-scope .bp5-running-text h6{color:#1c2127;font-weight:600;margin-bottom:20px;margin-top:40px}.polotno-composer-scope .bp5-dark .bp5-running-text h6{color:#f6f7f9}.polotno-composer-scope .bp5-running-text h6.bp5-text-muted{color:#5f6b7c}.polotno-composer-scope .bp5-dark .bp5-running-text h6.bp5-text-muted{color:#abb3bf}.polotno-composer-scope .bp5-running-text hr{border:none;border-bottom:1px solid rgba(17,20,24,.15);margin:20px 0}.polotno-composer-scope .bp5-running-text p{margin:0 0 10px;padding:0}.polotno-composer-scope .bp5-text-large{font-size:16px}.polotno-composer-scope .bp5-text-small{font-size:12px}.polotno-composer-scope a{text-decoration:none}.polotno-composer-scope a:hover{cursor:pointer;text-decoration:underline}.polotno-composer-scope .bp5-code,.polotno-composer-scope .bp5-running-text code{font-family:monospace;text-transform:none;border-radius:2px;font-size:smaller;padding:2px 5px}.polotno-composer-scope .bp5-code-block,.polotno-composer-scope .bp5-running-text pre{font-family:monospace;text-transform:none;border-radius:2px;display:block;font-size:13px;line-height:1.4;margin:10px 0;padding:13px 15px 12px;word-break:break-all;word-wrap:break-word}.polotno-composer-scope .bp5-code-block>code,.polotno-composer-scope .bp5-running-text pre>code{font-size:inherit;padding:0}.polotno-composer-scope .bp5-key,.polotno-composer-scope .bp5-running-text kbd{align-items:center;border-radius:2px;display:inline-flex;font-family:inherit;font-size:12px;height:24px;justify-content:center;line-height:24px;min-width:24px;padding:2px 4px;vertical-align:middle}.polotno-composer-scope .bp5-key .bp5-icon,.polotno-composer-scope .bp5-running-text kbd .bp5-icon,.polotno-composer-scope .bp5-key .bp5-icon-standard,.polotno-composer-scope .bp5-running-text kbd .bp5-icon-standard,.polotno-composer-scope .bp5-key .bp5-icon-large,.polotno-composer-scope .bp5-running-text kbd .bp5-icon-large{margin-right:5px}.polotno-composer-scope .bp5-blockquote,.polotno-composer-scope .bp5-running-text blockquote{border-left:solid 4px rgba(171,179,191,.5);margin:0 0 10px;padding:0 20px}.polotno-composer-scope .bp5-dark .bp5-blockquote,.polotno-composer-scope .bp5-dark .bp5-running-text blockquote,.polotno-composer-scope .bp5-running-text .bp5-dark blockquote{border-color:#73809180}.polotno-composer-scope .bp5-list,.polotno-composer-scope .bp5-running-text ul,.polotno-composer-scope .bp5-running-text ol{margin:10px 0;padding-left:30px}.polotno-composer-scope .bp5-list li:not(:last-child),.polotno-composer-scope .bp5-running-text ul li:not(:last-child),.polotno-composer-scope .bp5-running-text ol li:not(:last-child){margin-bottom:5px}.polotno-composer-scope .bp5-list ol,.polotno-composer-scope .bp5-running-text ul ol,.polotno-composer-scope .bp5-running-text ol ol,.polotno-composer-scope .bp5-list ul,.polotno-composer-scope .bp5-running-text ul ul,.polotno-composer-scope .bp5-running-text ol ul{margin-top:5px}.polotno-composer-scope .bp5-list-unstyled{list-style:none;margin:0;padding:0}.polotno-composer-scope .bp5-list-unstyled li{padding:0}.polotno-composer-scope .bp5-rtl{text-align:right}.polotno-composer-scope .bp5-dark{color:#f6f7f9}.polotno-composer-scope .bp5-dark .bp5-text-muted{color:#abb3bf}.polotno-composer-scope .bp5-dark .bp5-text-disabled{color:#abb3bf99}.polotno-composer-scope .bp5-dark .bp5-running-text hr{border-color:#fff3}.polotno-composer-scope .bp5-dark a,.polotno-composer-scope .bp5-dark a:hover{color:#8abbff}.polotno-composer-scope .bp5-dark a .bp5-icon,.polotno-composer-scope .bp5-dark a .bp5-icon-standard,.polotno-composer-scope .bp5-dark a .bp5-icon-large,.polotno-composer-scope .bp5-dark a code{color:inherit}.polotno-composer-scope .bp5-dark .bp5-code,.polotno-composer-scope .bp5-dark .bp5-running-text code{background:#1114184d;box-shadow:inset 0 0 0 1px #fff3;color:#abb3bf}.polotno-composer-scope a>.bp5-dark .bp5-code,.polotno-composer-scope a>.bp5-dark .bp5-running-text code{color:inherit}.polotno-composer-scope .bp5-dark .bp5-code-block,.polotno-composer-scope .bp5-dark .bp5-running-text pre{background:#1114184d;box-shadow:inset 0 0 0 1px #fff3;color:#f6f7f9}.polotno-composer-scope .bp5-dark .bp5-code-block>code,.polotno-composer-scope .bp5-dark .bp5-running-text pre>code{background:none;box-shadow:none;color:inherit}.polotno-composer-scope .bp5-dark .bp5-key,.polotno-composer-scope .bp5-dark .bp5-running-text kbd{background:#2f343c;box-shadow:inset 0 0 0 1px #fff3,0 1px 1px #11141866;color:#abb3bf}.polotno-composer-scope .bp5-dark .bp5-icon.bp5-intent-primary,.polotno-composer-scope .bp5-dark .bp5-icon-standard.bp5-intent-primary,.polotno-composer-scope .bp5-dark .bp5-icon-large.bp5-intent-primary{color:#8abbff}.polotno-composer-scope .bp5-dark .bp5-icon.bp5-intent-success,.polotno-composer-scope .bp5-dark .bp5-icon-standard.bp5-intent-success,.polotno-composer-scope .bp5-dark .bp5-icon-large.bp5-intent-success{color:#72ca9b}.polotno-composer-scope .bp5-dark .bp5-icon.bp5-intent-warning,.polotno-composer-scope .bp5-dark .bp5-icon-standard.bp5-intent-warning,.polotno-composer-scope .bp5-dark .bp5-icon-large.bp5-intent-warning{color:#fbb360}.polotno-composer-scope .bp5-dark .bp5-icon.bp5-intent-danger,.polotno-composer-scope .bp5-dark .bp5-icon-standard.bp5-intent-danger,.polotno-composer-scope .bp5-dark .bp5-icon-large.bp5-intent-danger{color:#fa999c}.polotno-composer-scope .bp5-dark :focus{outline-color:#8abbffc0}.polotno-composer-scope .bp5-focus-disabled :focus:not(.bp5-focus-style-manager-ignore *){outline:none!important}.polotno-composer-scope .bp5-focus-disabled :focus:not(.bp5-focus-style-manager-ignore *)~.bp5-control-indicator{outline:none!important}.polotno-composer-scope .bp5-dark{color-scheme:dark}.polotno-composer-scope .bp5-alert{max-width:400px;padding:20px}.polotno-composer-scope .bp5-alert-body{display:flex}.polotno-composer-scope .bp5-alert-body .bp5-icon{font-size:40px;margin-right:20px;margin-top:0}.polotno-composer-scope .bp5-alert-contents{word-break:break-word}.polotno-composer-scope .bp5-alert-footer{display:flex;flex-direction:row-reverse;margin-top:10px}.polotno-composer-scope .bp5-alert-footer .bp5-button{margin-left:10px}.polotno-composer-scope .bp5-breadcrumbs{align-items:center;cursor:default;display:flex;flex-wrap:wrap;height:30px;list-style:none;margin:0;padding:0}.polotno-composer-scope .bp5-breadcrumbs>li{align-items:center;display:flex}.polotno-composer-scope .bp5-breadcrumbs>li:after{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.71 7.29l-4-4a1.003 1.003 0 00-1.42 1.42L8.59 8 5.3 11.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71l4-4c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71z' fill='%235f6b7c'/%3e%3c/svg%3e");content:"";display:block;height:16px;margin:0 5px;width:16px}.polotno-composer-scope .bp5-breadcrumbs>li:last-of-type:after{display:none}.polotno-composer-scope .bp5-breadcrumb,.polotno-composer-scope .bp5-breadcrumb-current,.polotno-composer-scope .bp5-breadcrumbs-collapsed{align-items:center;display:inline-flex;font-size:16px}.polotno-composer-scope .bp5-breadcrumb,.polotno-composer-scope .bp5-breadcrumbs-collapsed{color:#5f6b7c}.polotno-composer-scope .bp5-breadcrumb:hover{text-decoration:none}.polotno-composer-scope .bp5-breadcrumb.bp5-disabled{color:#5f6b7c99;cursor:not-allowed}.polotno-composer-scope .bp5-breadcrumb .bp5-icon{margin-right:5px}.polotno-composer-scope .bp5-breadcrumb-current{color:inherit;font-weight:600}.polotno-composer-scope .bp5-breadcrumb-current .bp5-input{font-size:inherit;font-weight:inherit;vertical-align:baseline}.polotno-composer-scope .bp5-breadcrumbs-collapsed{background:#8f99a826;border:none;border-radius:2px;cursor:pointer;margin-right:2px;padding:1px 5px;vertical-align:text-bottom}.polotno-composer-scope .bp5-breadcrumbs-collapsed:before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cg fill='%235f6b7c'%3e%3cpath d='M2 6.03a2 2 0 100 4 2 2 0 100-4zM14 6.03a2 2 0 100 4 2 2 0 100-4zM8 6.03a2 2 0 100 4 2 2 0 100-4z'/%3e%3c/g%3e%3c/svg%3e") center no-repeat;content:"";display:block;height:16px;width:16px}.polotno-composer-scope .bp5-breadcrumbs-collapsed:hover{background:#8f99a84d;color:#1c2127;text-decoration:none}.polotno-composer-scope .bp5-dark .bp5-breadcrumb,.polotno-composer-scope .bp5-dark .bp5-breadcrumbs-collapsed{color:#abb3bf}.polotno-composer-scope .bp5-dark .bp5-breadcrumbs>li:after{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.71 7.29l-4-4a1.003 1.003 0 00-1.42 1.42L8.59 8 5.3 11.29c-.19.18-.3.43-.3.71a1.003 1.003 0 001.71.71l4-4c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71z' fill='%23abb3bf'/%3e%3c/svg%3e");color:#abb3bf}.polotno-composer-scope .bp5-dark .bp5-breadcrumb.bp5-disabled{color:#abb3bf99}.polotno-composer-scope .bp5-dark .bp5-breadcrumb-current{color:#f6f7f9}.polotno-composer-scope .bp5-dark .bp5-breadcrumbs-collapsed{background:#8f99a833}.polotno-composer-scope .bp5-dark .bp5-breadcrumbs-collapsed:before{background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cg fill='%23abb3bf'%3e%3cpath d='M2 6.03a2 2 0 100 4 2 2 0 100-4zM14 6.03a2 2 0 100 4 2 2 0 100-4zM8 6.03a2 2 0 100 4 2 2 0 100-4z'/%3e%3c/g%3e%3c/svg%3e") center no-repeat}.polotno-composer-scope .bp5-dark .bp5-breadcrumbs-collapsed:hover{background:#8f99a84d;color:#f6f7f9}.polotno-composer-scope .bp5-button{display:inline-flex;flex-direction:row;align-items:center;border:none;border-radius:2px;cursor:pointer;font-size:14px;justify-content:center;padding:5px 10px;text-align:left;vertical-align:middle;min-height:30px;min-width:30px}.polotno-composer-scope .bp5-button>*{flex-grow:0;flex-shrink:0}.polotno-composer-scope .bp5-button>.bp5-fill{flex-grow:1;flex-shrink:1}.polotno-composer-scope .bp5-button:before,.polotno-composer-scope .bp5-button>*{margin-right:7px}.polotno-composer-scope .bp5-button:empty:before,.polotno-composer-scope .bp5-button>:last-child{margin-right:0}.polotno-composer-scope .bp5-button:empty{padding:0!important}.polotno-composer-scope .bp5-button:disabled,.polotno-composer-scope .bp5-button.bp5-disabled{cursor:not-allowed}.polotno-composer-scope .bp5-button.bp5-fill{display:flex;width:100%}.polotno-composer-scope .bp5-button.bp5-align-right,.polotno-composer-scope .bp5-align-right .bp5-button{text-align:right}.polotno-composer-scope .bp5-button.bp5-align-left,.polotno-composer-scope .bp5-align-left .bp5-button{text-align:left}.polotno-composer-scope .bp5-button:not([class*=bp5-intent-]){background-color:#f6f7f9;box-shadow:inset 0 0 0 1px #11141833,0 1px 2px #1114181a;color:#1c2127}.polotno-composer-scope .bp5-button:not([class*=bp5-intent-]):hover{background-clip:padding-box;background-color:#edeff2;box-shadow:inset 0 0 0 1px #11141833,0 1px 2px #11141833}.polotno-composer-scope .bp5-button:not([class*=bp5-intent-]):active,.polotno-composer-scope .bp5-button:not([class*=bp5-intent-]).bp5-active{background-color:#dce0e5;box-shadow:inset 0 0 0 1px #11141833,0 1px 2px #11141833}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-button:not([class*=bp5-intent-]):active,.polotno-composer-scope .bp5-button:not([class*=bp5-intent-]).bp5-active{background:highlight}}.polotno-composer-scope .bp5-button:not([class*=bp5-intent-]):disabled,.polotno-composer-scope .bp5-button:not([class*=bp5-intent-]).bp5-disabled{background-color:#d3d8de80;box-shadow:none;color:#5f6b7c99;cursor:not-allowed;outline:none}.polotno-composer-scope .bp5-button:not([class*=bp5-intent-]):disabled.bp5-active,.polotno-composer-scope .bp5-button:not([class*=bp5-intent-]):disabled.bp5-active:hover,.polotno-composer-scope .bp5-button:not([class*=bp5-intent-]).bp5-disabled.bp5-active,.polotno-composer-scope .bp5-button:not([class*=bp5-intent-]).bp5-disabled.bp5-active:hover{background:#d3d8deb3}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-button:not([class*=bp5-intent-]){border:1px solid buttonborder}}.polotno-composer-scope .bp5-button.bp5-intent-primary{background-color:#2d72d2;box-shadow:inset 0 0 0 1px #11141833,0 1px 2px #1114181a;color:#fff}.polotno-composer-scope .bp5-button.bp5-intent-primary:hover,.polotno-composer-scope .bp5-button.bp5-intent-primary:active,.polotno-composer-scope .bp5-button.bp5-intent-primary.bp5-active{color:#fff}.polotno-composer-scope .bp5-button.bp5-intent-primary:hover{background-color:#215db0;box-shadow:inset 0 0 0 1px #11141833,0 1px 2px #11141833}.polotno-composer-scope .bp5-button.bp5-intent-primary:active,.polotno-composer-scope .bp5-button.bp5-intent-primary.bp5-active{background-color:#184a90;box-shadow:inset 0 0 0 1px #11141833,0 1px 2px #11141833}.polotno-composer-scope .bp5-button.bp5-intent-primary:disabled,.polotno-composer-scope .bp5-button.bp5-intent-primary.bp5-disabled{background-color:#2d72d280;border-color:transparent;box-shadow:none;color:#fff9}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-button.bp5-intent-primary:disabled,.polotno-composer-scope .bp5-button.bp5-intent-primary.bp5-disabled{border-color:graytext;color:graytext}}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-button.bp5-intent-primary{border:1px solid buttonborder;box-shadow:none}}.polotno-composer-scope .bp5-button.bp5-intent-success{background-color:#238551;box-shadow:inset 0 0 0 1px #11141833,0 1px 2px #1114181a;color:#fff}.polotno-composer-scope .bp5-button.bp5-intent-success:hover,.polotno-composer-scope .bp5-button.bp5-intent-success:active,.polotno-composer-scope .bp5-button.bp5-intent-success.bp5-active{color:#fff}.polotno-composer-scope .bp5-button.bp5-intent-success:hover{background-color:#1c6e42;box-shadow:inset 0 0 0 1px #11141833,0 1px 2px #11141833}.polotno-composer-scope .bp5-button.bp5-intent-success:active,.polotno-composer-scope .bp5-button.bp5-intent-success.bp5-active{background-color:#165a36;box-shadow:inset 0 0 0 1px #11141833,0 1px 2px #11141833}.polotno-composer-scope .bp5-button.bp5-intent-success:disabled,.polotno-composer-scope .bp5-button.bp5-intent-success.bp5-disabled{background-color:#23855180;border-color:transparent;box-shadow:none;color:#fff9}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-button.bp5-intent-success:disabled,.polotno-composer-scope .bp5-button.bp5-intent-success.bp5-disabled{border-color:graytext;color:graytext}}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-button.bp5-intent-success{border:1px solid buttonborder;box-shadow:none}}.polotno-composer-scope .bp5-button.bp5-intent-warning{background-color:#c87619;box-shadow:inset 0 0 0 1px #11141833,0 1px 2px #1114181a;color:#fff}.polotno-composer-scope .bp5-button.bp5-intent-warning:hover,.polotno-composer-scope .bp5-button.bp5-intent-warning:active,.polotno-composer-scope .bp5-button.bp5-intent-warning.bp5-active{color:#fff}.polotno-composer-scope .bp5-button.bp5-intent-warning:hover{background-color:#935610;box-shadow:inset 0 0 0 1px #11141833,0 1px 2px #11141833}.polotno-composer-scope .bp5-button.bp5-intent-warning:active,.polotno-composer-scope .bp5-button.bp5-intent-warning.bp5-active{background-color:#77450d;box-shadow:inset 0 0 0 1px #11141833,0 1px 2px #11141833}.polotno-composer-scope .bp5-button.bp5-intent-warning:disabled,.polotno-composer-scope .bp5-button.bp5-intent-warning.bp5-disabled{background-color:#c8761980;border-color:transparent;box-shadow:none;color:#fff9}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-button.bp5-intent-warning:disabled,.polotno-composer-scope .bp5-button.bp5-intent-warning.bp5-disabled{border-color:graytext;color:graytext}}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-button.bp5-intent-warning{border:1px solid buttonborder;box-shadow:none}}.polotno-composer-scope .bp5-button.bp5-intent-danger{background-color:#cd4246;box-shadow:inset 0 0 0 1px #11141833,0 1px 2px #1114181a;color:#fff}.polotno-composer-scope .bp5-button.bp5-intent-danger:hover,.polotno-composer-scope .bp5-button.bp5-intent-danger:active,.polotno-composer-scope .bp5-button.bp5-intent-danger.bp5-active{color:#fff}.polotno-composer-scope .bp5-button.bp5-intent-danger:hover{background-color:#ac2f33;box-shadow:inset 0 0 0 1px #11141833,0 1px 2px #11141833}.polotno-composer-scope .bp5-button.bp5-intent-danger:active,.polotno-composer-scope .bp5-button.bp5-intent-danger.bp5-active{background-color:#8e292c;box-shadow:inset 0 0 0 1px #11141833,0 1px 2px #11141833}.polotno-composer-scope .bp5-button.bp5-intent-danger:disabled,.polotno-composer-scope .bp5-button.bp5-intent-danger.bp5-disabled{background-color:#cd424680;border-color:transparent;box-shadow:none;color:#fff9}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-button.bp5-intent-danger:disabled,.polotno-composer-scope .bp5-button.bp5-intent-danger.bp5-disabled{border-color:graytext;color:graytext}}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-button.bp5-intent-danger{border:1px solid buttonborder;box-shadow:none}}.polotno-composer-scope .bp5-button[class*=bp5-intent-] .bp5-button-spinner .bp5-spinner-head{stroke:#fff}.polotno-composer-scope .bp5-button.bp5-large,.polotno-composer-scope .bp5-large .bp5-button{min-height:40px;min-width:40px;font-size:16px;padding:5px 15px}.polotno-composer-scope .bp5-button.bp5-large:before,.polotno-composer-scope .bp5-button.bp5-large>*,.polotno-composer-scope .bp5-large .bp5-button:before,.polotno-composer-scope .bp5-large .bp5-button>*{margin-right:10px}.polotno-composer-scope .bp5-button.bp5-large:empty:before,.polotno-composer-scope .bp5-button.bp5-large>:last-child,.polotno-composer-scope .bp5-large .bp5-button:empty:before,.polotno-composer-scope .bp5-large .bp5-button>:last-child{margin-right:0}.polotno-composer-scope .bp5-button.bp5-small,.polotno-composer-scope .bp5-small .bp5-button{min-height:24px;min-width:24px;padding:0 7px}.polotno-composer-scope .bp5-button.bp5-loading{position:relative}.polotno-composer-scope .bp5-button.bp5-loading[class*=bp5-icon-]:before{visibility:hidden}.polotno-composer-scope .bp5-button.bp5-loading .bp5-button-spinner{margin:0;position:absolute}.polotno-composer-scope .bp5-button.bp5-loading>:not(.bp5-button-spinner){visibility:hidden}.polotno-composer-scope .bp5-button[class*=bp5-icon-]:before{font-family:blueprint-icons-16,sans-serif;font-size:16px;font-style:normal;font-variant:normal;font-weight:400;height:16px;line-height:1;width:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;color:#5f6b7c}.polotno-composer-scope .bp5-button .bp5-icon,.polotno-composer-scope .bp5-button .bp5-icon-standard,.polotno-composer-scope .bp5-button .bp5-icon-large{color:#5f6b7c}.polotno-composer-scope .bp5-button .bp5-icon.bp5-align-right,.polotno-composer-scope .bp5-button .bp5-icon-standard.bp5-align-right,.polotno-composer-scope .bp5-button .bp5-icon-large.bp5-align-right{margin-left:7px}.polotno-composer-scope .bp5-button .bp5-icon:first-child:last-child,.polotno-composer-scope .bp5-button .bp5-spinner+.bp5-icon:last-child{margin:0 -7px}.polotno-composer-scope .bp5-dark .bp5-button:not([class*=bp5-intent-]){background-color:#2f343c;box-shadow:inset 0 0 0 1px #ffffff1a,0 1px 2px #11141833;color:#f6f7f9}.polotno-composer-scope .bp5-dark .bp5-button:not([class*=bp5-intent-]):hover,.polotno-composer-scope .bp5-dark .bp5-button:not([class*=bp5-intent-]):active,.polotno-composer-scope .bp5-dark .bp5-button:not([class*=bp5-intent-]).bp5-active{color:#f6f7f9}.polotno-composer-scope .bp5-dark .bp5-button:not([class*=bp5-intent-]):hover{background-color:#252a31;box-shadow:inset 0 0 0 1px #ffffff1a,0 1px 2px #11141866}.polotno-composer-scope .bp5-dark .bp5-button:not([class*=bp5-intent-]):active,.polotno-composer-scope .bp5-dark .bp5-button:not([class*=bp5-intent-]).bp5-active{background-color:#1c2127;box-shadow:inset 0 0 0 1px #ffffff1a,0 1px 2px #11141866}.polotno-composer-scope .bp5-dark .bp5-button:not([class*=bp5-intent-]):disabled,.polotno-composer-scope .bp5-dark .bp5-button:not([class*=bp5-intent-]).bp5-disabled{background-color:#2f343c26;box-shadow:none;color:#abb3bf99}.polotno-composer-scope .bp5-dark .bp5-button:not([class*=bp5-intent-]):disabled.bp5-active,.polotno-composer-scope .bp5-dark .bp5-button:not([class*=bp5-intent-]).bp5-disabled.bp5-active{background:#2f343cb3}.polotno-composer-scope .bp5-dark .bp5-button:not([class*=bp5-intent-]) .bp5-button-spinner .bp5-spinner-head{background:#11141880;stroke:#8f99a8}.polotno-composer-scope .bp5-dark .bp5-button:not([class*=bp5-intent-])[class*=bp5-icon-]:before{color:#abb3bf}.polotno-composer-scope .bp5-dark .bp5-button:not([class*=bp5-intent-]) .bp5-icon:not([class*=bp5-intent-]),.polotno-composer-scope .bp5-dark .bp5-button:not([class*=bp5-intent-]) .bp5-icon-standard:not([class*=bp5-intent-]),.polotno-composer-scope .bp5-dark .bp5-button:not([class*=bp5-intent-]) .bp5-icon-large:not([class*=bp5-intent-]){color:#abb3bf}.polotno-composer-scope .bp5-dark .bp5-button[class*=bp5-intent-],.polotno-composer-scope .bp5-dark .bp5-button[class*=bp5-intent-]:hover{box-shadow:inset 0 0 0 1px #ffffff1a,0 1px 2px #11141833}.polotno-composer-scope .bp5-dark .bp5-button[class*=bp5-intent-]:active,.polotno-composer-scope .bp5-dark .bp5-button[class*=bp5-intent-].bp5-active{box-shadow:inset 0 0 0 1px #ffffff1a,0 1px 2px #11141866}.polotno-composer-scope .bp5-dark .bp5-button[class*=bp5-intent-]:disabled,.polotno-composer-scope .bp5-dark .bp5-button[class*=bp5-intent-].bp5-disabled{box-shadow:none;color:#ffffff4d}.polotno-composer-scope .bp5-dark .bp5-button[class*=bp5-intent-] .bp5-button-spinner .bp5-spinner-head{stroke:#8f99a8}.polotno-composer-scope .bp5-button:disabled:before,.polotno-composer-scope .bp5-button:disabled .bp5-icon,.polotno-composer-scope .bp5-button:disabled .bp5-icon-standard,.polotno-composer-scope .bp5-button:disabled .bp5-icon-large,.polotno-composer-scope .bp5-button.bp5-disabled:before,.polotno-composer-scope .bp5-button.bp5-disabled .bp5-icon,.polotno-composer-scope .bp5-button.bp5-disabled .bp5-icon-standard,.polotno-composer-scope .bp5-button.bp5-disabled .bp5-icon-large,.polotno-composer-scope .bp5-button[class*=bp5-intent-]:before,.polotno-composer-scope .bp5-button[class*=bp5-intent-] .bp5-icon,.polotno-composer-scope .bp5-button[class*=bp5-intent-] .bp5-icon-standard,.polotno-composer-scope .bp5-button[class*=bp5-intent-] .bp5-icon-large{color:inherit!important}.polotno-composer-scope .bp5-button.bp5-minimal{background:none;box-shadow:none}.polotno-composer-scope .bp5-button.bp5-minimal:hover{background:#8f99a826;box-shadow:none;color:#1c2127;text-decoration:none}.polotno-composer-scope .bp5-button.bp5-minimal:active,.polotno-composer-scope .bp5-button.bp5-minimal.bp5-active{background:#8f99a84d;box-shadow:none;color:#1c2127}.polotno-composer-scope .bp5-button.bp5-minimal:disabled,.polotno-composer-scope .bp5-button.bp5-minimal:disabled:hover,.polotno-composer-scope .bp5-button.bp5-minimal.bp5-disabled,.polotno-composer-scope .bp5-button.bp5-minimal.bp5-disabled:hover{background:none;color:#5f6b7c99;cursor:not-allowed}.polotno-composer-scope .bp5-button.bp5-minimal:disabled.bp5-active,.polotno-composer-scope .bp5-button.bp5-minimal:disabled:hover.bp5-active,.polotno-composer-scope .bp5-button.bp5-minimal.bp5-disabled.bp5-active,.polotno-composer-scope .bp5-button.bp5-minimal.bp5-disabled:hover.bp5-active{background:#8f99a84d}.polotno-composer-scope .bp5-dark .bp5-button.bp5-minimal,.polotno-composer-scope .bp5-dark .bp5-button.bp5-minimal:hover,.polotno-composer-scope .bp5-dark .bp5-button.bp5-minimal:active,.polotno-composer-scope .bp5-dark .bp5-button.bp5-minimal.bp5-active{background:none;box-shadow:none;color:#fff}.polotno-composer-scope .bp5-dark .bp5-button.bp5-minimal:hover{background:#8f99a826}.polotno-composer-scope .bp5-dark .bp5-button.bp5-minimal:active,.polotno-composer-scope .bp5-dark .bp5-button.bp5-minimal.bp5-active{background:#8f99a84d}.polotno-composer-scope .bp5-dark .bp5-button.bp5-minimal:disabled,.polotno-composer-scope .bp5-dark .bp5-button.bp5-minimal:disabled:hover,.polotno-composer-scope .bp5-dark .bp5-button.bp5-minimal.bp5-disabled,.polotno-composer-scope .bp5-dark .bp5-button.bp5-minimal.bp5-disabled:hover{background:none;color:#abb3bf99;cursor:not-allowed}.polotno-composer-scope .bp5-dark .bp5-button.bp5-minimal:disabled.bp5-active,.polotno-composer-scope .bp5-dark .bp5-button.bp5-minimal:disabled:hover.bp5-active,.polotno-composer-scope .bp5-dark .bp5-button.bp5-minimal.bp5-disabled.bp5-active,.polotno-composer-scope .bp5-dark .bp5-button.bp5-minimal.bp5-disabled:hover.bp5-active{background:#8f99a84d}.polotno-composer-scope .bp5-button.bp5-minimal.bp5-intent-primary{color:#215db0}.polotno-composer-scope .bp5-button.bp5-minimal.bp5-intent-primary:hover,.polotno-composer-scope .bp5-button.bp5-minimal.bp5-intent-primary:active,.polotno-composer-scope .bp5-button.bp5-minimal.bp5-intent-primary.bp5-active{background:none;box-shadow:none;color:#215db0}.polotno-composer-scope .bp5-button.bp5-minimal.bp5-intent-primary:hover{background:#2d72d226;color:#215db0}.polotno-composer-scope .bp5-button.bp5-minimal.bp5-intent-primary:active,.polotno-composer-scope .bp5-button.bp5-minimal.bp5-intent-primary.bp5-active{background:#2d72d24d;color:#184a90}.polotno-composer-scope .bp5-button.bp5-minimal.bp5-intent-primary:disabled,.polotno-composer-scope .bp5-button.bp5-minimal.bp5-intent-primary.bp5-disabled{background:none;color:#215db080}.polotno-composer-scope .bp5-button.bp5-minimal.bp5-intent-primary:disabled.bp5-active,.polotno-composer-scope .bp5-button.bp5-minimal.bp5-intent-primary.bp5-disabled.bp5-active{background:#2d72d24d}.polotno-composer-scope .bp5-button.bp5-minimal.bp5-intent-primary .bp5-button-spinner .bp5-spinner-head{stroke:#215db0}.polotno-composer-scope .bp5-dark .bp5-button.bp5-minimal.bp5-intent-primary{color:#8abbff}.polotno-composer-scope .bp5-dark .bp5-button.bp5-minimal.bp5-intent-primary:hover{background:#2d72d233;color:#8abbff}.polotno-composer-scope .bp5-dark .bp5-button.bp5-minimal.bp5-intent-primary:active,.polotno-composer-scope .bp5-dark .bp5-button.bp5-minimal.bp5-intent-primary.bp5-active{background:#2d72d24d;color:#99c4ff}.polotno-composer-scope .bp5-dark .bp5-button.bp5-minimal.bp5-intent-primary:disabled,.polotno-composer-scope .bp5-dark .bp5-button.bp5-minimal.bp5-intent-primary.bp5-disabled{background:none;color:#8abbff80}.polotno-composer-scope .bp5-dark .bp5-button.bp5-minimal.bp5-intent-primary:disabled.bp5-active,.polotno-composer-scope .bp5-dark .bp5-button.bp5-minimal.bp5-intent-primary.bp5-disabled.bp5-active{background:#2d72d24d}.polotno-composer-scope .bp5-button.bp5-minimal.bp5-intent-success{color:#1c6e42}.polotno-composer-scope .bp5-button.bp5-minimal.bp5-intent-success:hover,.polotno-composer-scope .bp5-button.bp5-minimal.bp5-intent-success:active,.polotno-composer-scope .bp5-button.bp5-minimal.bp5-intent-success.bp5-active{background:none;box-shadow:none;color:#1c6e42}.polotno-composer-scope .bp5-button.bp5-minimal.bp5-intent-success:hover{background:#23855126;color:#1c6e42}.polotno-composer-scope .bp5-button.bp5-minimal.bp5-intent-success:active,.polotno-composer-scope .bp5-button.bp5-minimal.bp5-intent-success.bp5-active{background:#2385514d;color:#165a36}.polotno-composer-scope .bp5-button.bp5-minimal.bp5-intent-success:disabled,.polotno-composer-scope .bp5-button.bp5-minimal.bp5-intent-success.bp5-disabled{background:none;color:#1c6e4280}.polotno-composer-scope .bp5-button.bp5-minimal.bp5-intent-success:disabled.bp5-active,.polotno-composer-scope .bp5-button.bp5-minimal.bp5-intent-success.bp5-disabled.bp5-active{background:#2385514d}.polotno-composer-scope .bp5-button.bp5-minimal.bp5-intent-success .bp5-button-spinner .bp5-spinner-head{stroke:#1c6e42}.polotno-composer-scope .bp5-dark .bp5-button.bp5-minimal.bp5-intent-success{color:#72ca9b}.polotno-composer-scope .bp5-dark .bp5-button.bp5-minimal.bp5-intent-success:hover{background:#23855133;color:#72ca9b}.polotno-composer-scope .bp5-dark .bp5-button.bp5-minimal.bp5-intent-success:active,.polotno-composer-scope .bp5-dark .bp5-button.bp5-minimal.bp5-intent-success.bp5-active{background:#2385514d;color:#7cd7a2}.polotno-composer-scope .bp5-dark .bp5-button.bp5-minimal.bp5-intent-success:disabled,.polotno-composer-scope .bp5-dark .bp5-button.bp5-minimal.bp5-intent-success.bp5-disabled{background:none;color:#72ca9b80}.polotno-composer-scope .bp5-dark .bp5-button.bp5-minimal.bp5-intent-success:disabled.bp5-active,.polotno-composer-scope .bp5-dark .bp5-button.bp5-minimal.bp5-intent-success.bp5-disabled.bp5-active{background:#2385514d}.polotno-composer-scope .bp5-button.bp5-minimal.bp5-intent-warning{color:#935610}.polotno-composer-scope .bp5-button.bp5-minimal.bp5-intent-warning:hover,.polotno-composer-scope .bp5-button.bp5-minimal.bp5-intent-warning:active,.polotno-composer-scope .bp5-button.bp5-minimal.bp5-intent-warning.bp5-active{background:none;box-shadow:none;color:#935610}.polotno-composer-scope .bp5-button.bp5-minimal.bp5-intent-warning:hover{background:#c8761926;color:#935610}.polotno-composer-scope .bp5-button.bp5-minimal.bp5-intent-warning:active,.polotno-composer-scope .bp5-button.bp5-minimal.bp5-intent-warning.bp5-active{background:#c876194d;color:#77450d}.polotno-composer-scope .bp5-button.bp5-minimal.bp5-intent-warning:disabled,.polotno-composer-scope .bp5-button.bp5-minimal.bp5-intent-warning.bp5-disabled{background:none;color:#93561080}.polotno-composer-scope .bp5-button.bp5-minimal.bp5-intent-warning:disabled.bp5-active,.polotno-composer-scope .bp5-button.bp5-minimal.bp5-intent-warning.bp5-disabled.bp5-active{background:#c876194d}.polotno-composer-scope .bp5-button.bp5-minimal.bp5-intent-warning .bp5-button-spinner .bp5-spinner-head{stroke:#935610}.polotno-composer-scope .bp5-dark .bp5-button.bp5-minimal.bp5-intent-warning{color:#fbb360}.polotno-composer-scope .bp5-dark .bp5-button.bp5-minimal.bp5-intent-warning:hover{background:#c8761933;color:#fbb360}.polotno-composer-scope .bp5-dark .bp5-button.bp5-minimal.bp5-intent-warning:active,.polotno-composer-scope .bp5-dark .bp5-button.bp5-minimal.bp5-intent-warning.bp5-active{background:#c876194d;color:#f5c186}.polotno-composer-scope .bp5-dark .bp5-button.bp5-minimal.bp5-intent-warning:disabled,.polotno-composer-scope .bp5-dark .bp5-button.bp5-minimal.bp5-intent-warning.bp5-disabled{background:none;color:#fbb36080}.polotno-composer-scope .bp5-dark .bp5-button.bp5-minimal.bp5-intent-warning:disabled.bp5-active,.polotno-composer-scope .bp5-dark .bp5-button.bp5-minimal.bp5-intent-warning.bp5-disabled.bp5-active{background:#c876194d}.polotno-composer-scope .bp5-button.bp5-minimal.bp5-intent-danger{color:#ac2f33}.polotno-composer-scope .bp5-button.bp5-minimal.bp5-intent-danger:hover,.polotno-composer-scope .bp5-button.bp5-minimal.bp5-intent-danger:active,.polotno-composer-scope .bp5-button.bp5-minimal.bp5-intent-danger.bp5-active{background:none;box-shadow:none;color:#ac2f33}.polotno-composer-scope .bp5-button.bp5-minimal.bp5-intent-danger:hover{background:#cd424626;color:#ac2f33}.polotno-composer-scope .bp5-button.bp5-minimal.bp5-intent-danger:active,.polotno-composer-scope .bp5-button.bp5-minimal.bp5-intent-danger.bp5-active{background:#cd42464d;color:#8e292c}.polotno-composer-scope .bp5-button.bp5-minimal.bp5-intent-danger:disabled,.polotno-composer-scope .bp5-button.bp5-minimal.bp5-intent-danger.bp5-disabled{background:none;color:#ac2f3380}.polotno-composer-scope .bp5-button.bp5-minimal.bp5-intent-danger:disabled.bp5-active,.polotno-composer-scope .bp5-button.bp5-minimal.bp5-intent-danger.bp5-disabled.bp5-active{background:#cd42464d}.polotno-composer-scope .bp5-button.bp5-minimal.bp5-intent-danger .bp5-button-spinner .bp5-spinner-head{stroke:#ac2f33}.polotno-composer-scope .bp5-dark .bp5-button.bp5-minimal.bp5-intent-danger{color:#fa999c}.polotno-composer-scope .bp5-dark .bp5-button.bp5-minimal.bp5-intent-danger:hover{background:#cd424633;color:#fa999c}.polotno-composer-scope .bp5-dark .bp5-button.bp5-minimal.bp5-intent-danger:active,.polotno-composer-scope .bp5-dark .bp5-button.bp5-minimal.bp5-intent-danger.bp5-active{background:#cd42464d;color:#ffa1a4}.polotno-composer-scope .bp5-dark .bp5-button.bp5-minimal.bp5-intent-danger:disabled,.polotno-composer-scope .bp5-dark .bp5-button.bp5-minimal.bp5-intent-danger.bp5-disabled{background:none;color:#fa999c80}.polotno-composer-scope .bp5-dark .bp5-button.bp5-minimal.bp5-intent-danger:disabled.bp5-active,.polotno-composer-scope .bp5-dark .bp5-button.bp5-minimal.bp5-intent-danger.bp5-disabled.bp5-active{background:#cd42464d}.polotno-composer-scope .bp5-button.bp5-outlined{background:none;box-shadow:none;border:1px solid rgba(28,33,39,.2);box-sizing:border-box}.polotno-composer-scope .bp5-button.bp5-outlined:hover{background:#8f99a826;box-shadow:none;color:#1c2127;text-decoration:none}.polotno-composer-scope .bp5-button.bp5-outlined:active,.polotno-composer-scope .bp5-button.bp5-outlined.bp5-active{background:#8f99a84d;box-shadow:none;color:#1c2127}.polotno-composer-scope .bp5-button.bp5-outlined:disabled,.polotno-composer-scope .bp5-button.bp5-outlined:disabled:hover,.polotno-composer-scope .bp5-button.bp5-outlined.bp5-disabled,.polotno-composer-scope .bp5-button.bp5-outlined.bp5-disabled:hover{background:none;color:#5f6b7c99;cursor:not-allowed}.polotno-composer-scope .bp5-button.bp5-outlined:disabled.bp5-active,.polotno-composer-scope .bp5-button.bp5-outlined:disabled:hover.bp5-active,.polotno-composer-scope .bp5-button.bp5-outlined.bp5-disabled.bp5-active,.polotno-composer-scope .bp5-button.bp5-outlined.bp5-disabled:hover.bp5-active{background:#8f99a84d}.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined,.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined:hover,.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined:active,.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined.bp5-active{background:none;box-shadow:none;color:#fff}.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined:hover{background:#8f99a826}.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined:active,.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined.bp5-active{background:#8f99a84d}.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined:disabled,.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined:disabled:hover,.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined.bp5-disabled,.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined.bp5-disabled:hover{background:none;color:#abb3bf99;cursor:not-allowed}.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined:disabled.bp5-active,.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined:disabled:hover.bp5-active,.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined.bp5-disabled.bp5-active,.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined.bp5-disabled:hover.bp5-active{background:#8f99a84d}.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-primary{color:#215db0}.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-primary:hover,.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-primary:active,.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-primary.bp5-active{background:none;box-shadow:none;color:#215db0}.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-primary:hover{background:#2d72d226;color:#215db0}.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-primary:active,.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-primary.bp5-active{background:#2d72d24d;color:#184a90}.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-primary:disabled,.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-primary.bp5-disabled{background:none;color:#215db080}.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-primary:disabled.bp5-active,.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-primary.bp5-disabled.bp5-active{background:#2d72d24d}.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-primary .bp5-button-spinner .bp5-spinner-head{stroke:#215db0}.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined.bp5-intent-primary{color:#8abbff}.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined.bp5-intent-primary:hover{background:#2d72d233;color:#8abbff}.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined.bp5-intent-primary:active,.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined.bp5-intent-primary.bp5-active{background:#2d72d24d;color:#99c4ff}.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined.bp5-intent-primary:disabled,.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined.bp5-intent-primary.bp5-disabled{background:none;color:#8abbff80}.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined.bp5-intent-primary:disabled.bp5-active,.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined.bp5-intent-primary.bp5-disabled.bp5-active{background:#2d72d24d}.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-success{color:#1c6e42}.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-success:hover,.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-success:active,.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-success.bp5-active{background:none;box-shadow:none;color:#1c6e42}.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-success:hover{background:#23855126;color:#1c6e42}.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-success:active,.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-success.bp5-active{background:#2385514d;color:#165a36}.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-success:disabled,.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-success.bp5-disabled{background:none;color:#1c6e4280}.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-success:disabled.bp5-active,.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-success.bp5-disabled.bp5-active{background:#2385514d}.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-success .bp5-button-spinner .bp5-spinner-head{stroke:#1c6e42}.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined.bp5-intent-success{color:#72ca9b}.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined.bp5-intent-success:hover{background:#23855133;color:#72ca9b}.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined.bp5-intent-success:active,.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined.bp5-intent-success.bp5-active{background:#2385514d;color:#7cd7a2}.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined.bp5-intent-success:disabled,.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined.bp5-intent-success.bp5-disabled{background:none;color:#72ca9b80}.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined.bp5-intent-success:disabled.bp5-active,.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined.bp5-intent-success.bp5-disabled.bp5-active{background:#2385514d}.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-warning{color:#935610}.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-warning:hover,.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-warning:active,.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-warning.bp5-active{background:none;box-shadow:none;color:#935610}.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-warning:hover{background:#c8761926;color:#935610}.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-warning:active,.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-warning.bp5-active{background:#c876194d;color:#77450d}.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-warning:disabled,.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-warning.bp5-disabled{background:none;color:#93561080}.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-warning:disabled.bp5-active,.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-warning.bp5-disabled.bp5-active{background:#c876194d}.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-warning .bp5-button-spinner .bp5-spinner-head{stroke:#935610}.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined.bp5-intent-warning{color:#fbb360}.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined.bp5-intent-warning:hover{background:#c8761933;color:#fbb360}.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined.bp5-intent-warning:active,.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined.bp5-intent-warning.bp5-active{background:#c876194d;color:#f5c186}.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined.bp5-intent-warning:disabled,.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined.bp5-intent-warning.bp5-disabled{background:none;color:#fbb36080}.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined.bp5-intent-warning:disabled.bp5-active,.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined.bp5-intent-warning.bp5-disabled.bp5-active{background:#c876194d}.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-danger{color:#ac2f33}.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-danger:hover,.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-danger:active,.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-danger.bp5-active{background:none;box-shadow:none;color:#ac2f33}.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-danger:hover{background:#cd424626;color:#ac2f33}.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-danger:active,.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-danger.bp5-active{background:#cd42464d;color:#8e292c}.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-danger:disabled,.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-danger.bp5-disabled{background:none;color:#ac2f3380}.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-danger:disabled.bp5-active,.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-danger.bp5-disabled.bp5-active{background:#cd42464d}.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-danger .bp5-button-spinner .bp5-spinner-head{stroke:#ac2f33}.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined.bp5-intent-danger{color:#fa999c}.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined.bp5-intent-danger:hover{background:#cd424633;color:#fa999c}.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined.bp5-intent-danger:active,.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined.bp5-intent-danger.bp5-active{background:#cd42464d;color:#ffa1a4}.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined.bp5-intent-danger:disabled,.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined.bp5-intent-danger.bp5-disabled{background:none;color:#fa999c80}.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined.bp5-intent-danger:disabled.bp5-active,.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined.bp5-intent-danger.bp5-disabled.bp5-active{background:#cd42464d}.polotno-composer-scope .bp5-button.bp5-outlined:disabled,.polotno-composer-scope .bp5-button.bp5-outlined.bp5-disabled,.polotno-composer-scope .bp5-button.bp5-outlined:disabled:hover,.polotno-composer-scope .bp5-button.bp5-outlined.bp5-disabled:hover{border-color:#5f6b7c1a}.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined{border-color:#fff6}.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined:disabled,.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined:disabled:hover,.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined.bp5-disabled,.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined.bp5-disabled:hover{border-color:#fff3}.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-primary{border-color:#215db099}.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-primary:disabled,.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-primary.bp5-disabled{border-color:#215db033}.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined.bp5-intent-primary{border-color:#8abbff99}.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined.bp5-intent-primary:disabled,.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined.bp5-intent-primary.bp5-disabled{border-color:#8abbff33}.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-success{border-color:#1c6e4299}.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-success:disabled,.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-success.bp5-disabled{border-color:#1c6e4233}.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined.bp5-intent-success{border-color:#72ca9b99}.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined.bp5-intent-success:disabled,.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined.bp5-intent-success.bp5-disabled{border-color:#72ca9b33}.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-warning{border-color:#93561099}.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-warning:disabled,.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-warning.bp5-disabled{border-color:#93561033}.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined.bp5-intent-warning{border-color:#fbb36099}.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined.bp5-intent-warning:disabled,.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined.bp5-intent-warning.bp5-disabled{border-color:#fbb36033}.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-danger{border-color:#ac2f3399}.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-danger:disabled,.polotno-composer-scope .bp5-button.bp5-outlined.bp5-intent-danger.bp5-disabled{border-color:#ac2f3333}.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined.bp5-intent-danger{border-color:#fa999c99}.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined.bp5-intent-danger:disabled,.polotno-composer-scope .bp5-dark .bp5-button.bp5-outlined.bp5-intent-danger.bp5-disabled{border-color:#fa999c33}.polotno-composer-scope .bp5-button.bp5-intent-warning{background:#fbb360;color:#1c2127}.polotno-composer-scope .bp5-button.bp5-intent-warning:not(.bp5-disabled).bp5-icon>svg{fill:#1c2127b3}.polotno-composer-scope .bp5-button.bp5-intent-warning:not(.bp5-disabled):not(.bp5-minimal):not(.bp5-outlined):hover{background:#ec9a3c;color:#1c2127}.polotno-composer-scope .bp5-button.bp5-intent-warning:not(.bp5-disabled):not(.bp5-minimal):not(.bp5-outlined):active,.polotno-composer-scope .bp5-button.bp5-intent-warning:not(.bp5-disabled):not(.bp5-minimal):not(.bp5-outlined).bp5-active{background:#c87619;color:#1c2127}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-button.bp5-intent-warning:not(.bp5-disabled):not(.bp5-minimal):not(.bp5-outlined):active,.polotno-composer-scope .bp5-button.bp5-intent-warning:not(.bp5-disabled):not(.bp5-minimal):not(.bp5-outlined).bp5-active{background:highlight}}.polotno-composer-scope .bp5-button.bp5-intent-warning:disabled,.polotno-composer-scope .bp5-button.bp5-intent-warning.bp5-disabled{background:#c8761980;color:#1c212759}.polotno-composer-scope .bp5-dark .bp5-button.bp5-intent-warning:disabled,.polotno-composer-scope .bp5-dark .bp5-button.bp5-intent-warning.bp5-disabled{color:#1c212799}.polotno-composer-scope .bp5-button.bp5-intent-warning.bp5-minimal,.polotno-composer-scope .bp5-button.bp5-intent-warning.bp5-outlined{background:none}.polotno-composer-scope .bp5-dark .bp5-button.bp5-intent-warning.bp5-minimal:not(.bp5-disabled).bp5-icon>svg,.polotno-composer-scope .bp5-dark .bp5-button.bp5-intent-warning.bp5-outlined:not(.bp5-disabled).bp5-icon>svg{fill:#fbb360}.polotno-composer-scope a.bp5-button{text-align:center;text-decoration:none;transition:none}.polotno-composer-scope a.bp5-button,.polotno-composer-scope a.bp5-button:hover,.polotno-composer-scope a.bp5-button:active{color:#1c2127}.polotno-composer-scope a.bp5-button.bp5-disabled{color:#5f6b7c99}.polotno-composer-scope .bp5-button-text{flex:0 1 auto}.polotno-composer-scope .bp5-button.bp5-align-left .bp5-button-text,.polotno-composer-scope .bp5-button.bp5-align-right .bp5-button-text,.polotno-composer-scope .bp5-button-group.bp5-align-left .bp5-button-text,.polotno-composer-scope .bp5-button-group.bp5-align-right .bp5-button-text{flex:1 1 auto}.polotno-composer-scope .bp5-button-group{display:inline-flex}.polotno-composer-scope .bp5-button-group .bp5-button{flex:0 0 auto;position:relative;z-index:4}.polotno-composer-scope .bp5-button-group .bp5-button:focus{z-index:5}.polotno-composer-scope .bp5-button-group .bp5-button:hover{z-index:6}.polotno-composer-scope .bp5-button-group .bp5-button:active,.polotno-composer-scope .bp5-button-group .bp5-button.bp5-active{z-index:7}.polotno-composer-scope .bp5-button-group .bp5-button:disabled,.polotno-composer-scope .bp5-button-group .bp5-button.bp5-disabled{z-index:3}.polotno-composer-scope .bp5-button-group .bp5-button[class*=bp5-intent-]{z-index:9}.polotno-composer-scope .bp5-button-group .bp5-button[class*=bp5-intent-]:focus{z-index:10}.polotno-composer-scope .bp5-button-group .bp5-button[class*=bp5-intent-]:hover{z-index:11}.polotno-composer-scope .bp5-button-group .bp5-button[class*=bp5-intent-]:active,.polotno-composer-scope .bp5-button-group .bp5-button[class*=bp5-intent-].bp5-active{z-index:12}.polotno-composer-scope .bp5-button-group .bp5-button[class*=bp5-intent-]:disabled,.polotno-composer-scope .bp5-button-group .bp5-button[class*=bp5-intent-].bp5-disabled{z-index:8}.polotno-composer-scope .bp5-button-group:not(.bp5-minimal)>.bp5-popover-wrapper:not(:first-child) .bp5-button,.polotno-composer-scope .bp5-button-group:not(.bp5-minimal)>.bp5-button:not(:first-child),.polotno-composer-scope .bp5-button-group.bp5-outlined>.bp5-popover-wrapper:not(:first-child) .bp5-button,.polotno-composer-scope .bp5-button-group.bp5-outlined>.bp5-button:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.polotno-composer-scope .bp5-button-group:not(.bp5-minimal)>.bp5-popover-wrapper:not(:last-child) .bp5-button,.polotno-composer-scope .bp5-button-group:not(.bp5-minimal)>.bp5-button:not(:last-child),.polotno-composer-scope .bp5-button-group.bp5-outlined>.bp5-popover-wrapper:not(:last-child) .bp5-button,.polotno-composer-scope .bp5-button-group.bp5-outlined>.bp5-button:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.polotno-composer-scope .bp5-button-group:not(.bp5-minimal):not(.bp5-outlined)>.bp5-popover-wrapper:not(:last-child) .bp5-button,.polotno-composer-scope .bp5-button-group:not(.bp5-minimal):not(.bp5-outlined)>.bp5-button:not(:last-child){margin-right:-1px}.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button{background:none;box-shadow:none}.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button:hover,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button:hover{background:#8f99a826;box-shadow:none;color:#1c2127;text-decoration:none}.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button:active,.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button.bp5-active,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button:active,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button.bp5-active{background:#8f99a84d;box-shadow:none;color:#1c2127}.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button:disabled,.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button:disabled:hover,.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button.bp5-disabled,.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button.bp5-disabled:hover,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button:disabled,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button:disabled:hover,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button.bp5-disabled,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button.bp5-disabled:hover{background:none;color:#5f6b7c99;cursor:not-allowed}.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button:disabled.bp5-active,.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button:disabled:hover.bp5-active,.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button.bp5-disabled.bp5-active,.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button.bp5-disabled:hover.bp5-active,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button:disabled.bp5-active,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button:disabled:hover.bp5-active,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button.bp5-disabled.bp5-active,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button.bp5-disabled:hover.bp5-active{background:#8f99a84d}.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-minimal .bp5-button,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined .bp5-button,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-minimal .bp5-button:hover,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-minimal .bp5-button:active,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-active,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined .bp5-button:hover,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined .bp5-button:active,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-active{background:none;box-shadow:none;color:#fff}.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-minimal .bp5-button:hover,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined .bp5-button:hover{background:#8f99a826}.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-minimal .bp5-button:active,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-active,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined .bp5-button:active,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-active{background:#8f99a84d}.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-minimal .bp5-button:disabled,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-minimal .bp5-button:disabled:hover,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-disabled,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-disabled:hover,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined .bp5-button:disabled,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined .bp5-button:disabled:hover,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-disabled,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-disabled:hover{background:none;color:#abb3bf99;cursor:not-allowed}.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-minimal .bp5-button:disabled.bp5-active,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-minimal .bp5-button:disabled:hover.bp5-active,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-disabled.bp5-active,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-disabled:hover.bp5-active,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined .bp5-button:disabled.bp5-active,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined .bp5-button:disabled:hover.bp5-active,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-disabled.bp5-active,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-disabled:hover.bp5-active{background:#8f99a84d}.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-primary{color:#215db0}.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary:hover,.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary:active,.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary.bp5-active,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-primary:hover,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-primary:active,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-primary.bp5-active{background:none;box-shadow:none;color:#215db0}.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary:hover,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-primary:hover{background:#2d72d226;color:#215db0}.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary:active,.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary.bp5-active,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-primary:active,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-primary.bp5-active{background:#2d72d24d;color:#184a90}.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary:disabled,.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary.bp5-disabled,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-primary:disabled,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-primary.bp5-disabled{background:none;color:#215db080}.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary:disabled.bp5-active,.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary.bp5-disabled.bp5-active,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-primary:disabled.bp5-active,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-primary.bp5-disabled.bp5-active{background:#2d72d24d}.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary .bp5-button-spinner .bp5-spinner-head,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-primary .bp5-button-spinner .bp5-spinner-head{stroke:#215db0}.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-primary{color:#8abbff}.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary:hover,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-primary:hover{background:#2d72d233;color:#8abbff}.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary:active,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary.bp5-active,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-primary:active,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-primary.bp5-active{background:#2d72d24d;color:#99c4ff}.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary:disabled,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary.bp5-disabled,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-primary:disabled,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-primary.bp5-disabled{background:none;color:#8abbff80}.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary:disabled.bp5-active,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-primary.bp5-disabled.bp5-active,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-primary:disabled.bp5-active,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-primary.bp5-disabled.bp5-active{background:#2d72d24d}.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-success{color:#1c6e42}.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success:hover,.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success:active,.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success.bp5-active,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-success:hover,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-success:active,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-success.bp5-active{background:none;box-shadow:none;color:#1c6e42}.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success:hover,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-success:hover{background:#23855126;color:#1c6e42}.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success:active,.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success.bp5-active,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-success:active,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-success.bp5-active{background:#2385514d;color:#165a36}.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success:disabled,.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success.bp5-disabled,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-success:disabled,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-success.bp5-disabled{background:none;color:#1c6e4280}.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success:disabled.bp5-active,.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success.bp5-disabled.bp5-active,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-success:disabled.bp5-active,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-success.bp5-disabled.bp5-active{background:#2385514d}.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success .bp5-button-spinner .bp5-spinner-head,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-success .bp5-button-spinner .bp5-spinner-head{stroke:#1c6e42}.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-success{color:#72ca9b}.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success:hover,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-success:hover{background:#23855133;color:#72ca9b}.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success:active,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success.bp5-active,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-success:active,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-success.bp5-active{background:#2385514d;color:#7cd7a2}.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success:disabled,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success.bp5-disabled,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-success:disabled,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-success.bp5-disabled{background:none;color:#72ca9b80}.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success:disabled.bp5-active,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-success.bp5-disabled.bp5-active,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-success:disabled.bp5-active,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-success.bp5-disabled.bp5-active{background:#2385514d}.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-warning{color:#935610}.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning:hover,.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning:active,.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning.bp5-active,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-warning:hover,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-warning:active,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-warning.bp5-active{background:none;box-shadow:none;color:#935610}.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning:hover,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-warning:hover{background:#c8761926;color:#935610}.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning:active,.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning.bp5-active,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-warning:active,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-warning.bp5-active{background:#c876194d;color:#77450d}.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning:disabled,.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning.bp5-disabled,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-warning:disabled,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-warning.bp5-disabled{background:none;color:#93561080}.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning:disabled.bp5-active,.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning.bp5-disabled.bp5-active,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-warning:disabled.bp5-active,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-warning.bp5-disabled.bp5-active{background:#c876194d}.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning .bp5-button-spinner .bp5-spinner-head,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-warning .bp5-button-spinner .bp5-spinner-head{stroke:#935610}.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-warning{color:#fbb360}.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning:hover,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-warning:hover{background:#c8761933;color:#fbb360}.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning:active,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning.bp5-active,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-warning:active,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-warning.bp5-active{background:#c876194d;color:#f5c186}.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning:disabled,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning.bp5-disabled,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-warning:disabled,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-warning.bp5-disabled{background:none;color:#fbb36080}.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning:disabled.bp5-active,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-warning.bp5-disabled.bp5-active,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-warning:disabled.bp5-active,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-warning.bp5-disabled.bp5-active{background:#c876194d}.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-danger{color:#ac2f33}.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger:hover,.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger:active,.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger.bp5-active,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-danger:hover,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-danger:active,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-danger.bp5-active{background:none;box-shadow:none;color:#ac2f33}.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger:hover,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-danger:hover{background:#cd424626;color:#ac2f33}.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger:active,.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger.bp5-active,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-danger:active,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-danger.bp5-active{background:#cd42464d;color:#8e292c}.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger:disabled,.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger.bp5-disabled,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-danger:disabled,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-danger.bp5-disabled{background:none;color:#ac2f3380}.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger:disabled.bp5-active,.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger.bp5-disabled.bp5-active,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-danger:disabled.bp5-active,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-danger.bp5-disabled.bp5-active{background:#cd42464d}.polotno-composer-scope .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger .bp5-button-spinner .bp5-spinner-head,.polotno-composer-scope .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-danger .bp5-button-spinner .bp5-spinner-head{stroke:#ac2f33}.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-danger{color:#fa999c}.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger:hover,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-danger:hover{background:#cd424633;color:#fa999c}.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger:active,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger.bp5-active,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-danger:active,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-danger.bp5-active{background:#cd42464d;color:#ffa1a4}.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger:disabled,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger.bp5-disabled,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-danger:disabled,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-danger.bp5-disabled{background:none;color:#fa999c80}.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger:disabled.bp5-active,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-minimal .bp5-button.bp5-intent-danger.bp5-disabled.bp5-active,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-danger:disabled.bp5-active,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined .bp5-button.bp5-intent-danger.bp5-disabled.bp5-active{background:#cd42464d}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-button-group.bp5-minimal:not(:first-child),.polotno-composer-scope .bp5-button-group.bp5-outlined:not(:first-child){border-bottom-left-radius:0;border-left:none;border-top-left-radius:0}.polotno-composer-scope .bp5-button-group.bp5-minimal:not(:last-child),.polotno-composer-scope .bp5-button-group.bp5-outlined:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}}.polotno-composer-scope .bp5-button-group.bp5-outlined>.bp5-button{border:1px solid rgba(28,33,39,.2);box-sizing:border-box}.polotno-composer-scope .bp5-button-group.bp5-outlined>.bp5-button:disabled,.polotno-composer-scope .bp5-button-group.bp5-outlined>.bp5-button.bp5-disabled,.polotno-composer-scope .bp5-button-group.bp5-outlined>.bp5-button:disabled:hover,.polotno-composer-scope .bp5-button-group.bp5-outlined>.bp5-button.bp5-disabled:hover{border-color:#5f6b7c1a}.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined>.bp5-button{border-color:#fff6}.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined>.bp5-button:disabled,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined>.bp5-button:disabled:hover,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined>.bp5-button.bp5-disabled,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined>.bp5-button.bp5-disabled:hover{border-color:#fff3}.polotno-composer-scope .bp5-button-group.bp5-outlined>.bp5-button.bp5-intent-primary{border-color:#215db099}.polotno-composer-scope .bp5-button-group.bp5-outlined>.bp5-button.bp5-intent-primary:disabled,.polotno-composer-scope .bp5-button-group.bp5-outlined>.bp5-button.bp5-intent-primary.bp5-disabled{border-color:#215db033}.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined>.bp5-button.bp5-intent-primary{border-color:#8abbff99}.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined>.bp5-button.bp5-intent-primary:disabled,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined>.bp5-button.bp5-intent-primary.bp5-disabled{border-color:#8abbff33}.polotno-composer-scope .bp5-button-group.bp5-outlined>.bp5-button.bp5-intent-success{border-color:#1c6e4299}.polotno-composer-scope .bp5-button-group.bp5-outlined>.bp5-button.bp5-intent-success:disabled,.polotno-composer-scope .bp5-button-group.bp5-outlined>.bp5-button.bp5-intent-success.bp5-disabled{border-color:#1c6e4233}.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined>.bp5-button.bp5-intent-success{border-color:#72ca9b99}.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined>.bp5-button.bp5-intent-success:disabled,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined>.bp5-button.bp5-intent-success.bp5-disabled{border-color:#72ca9b33}.polotno-composer-scope .bp5-button-group.bp5-outlined>.bp5-button.bp5-intent-warning{border-color:#93561099}.polotno-composer-scope .bp5-button-group.bp5-outlined>.bp5-button.bp5-intent-warning:disabled,.polotno-composer-scope .bp5-button-group.bp5-outlined>.bp5-button.bp5-intent-warning.bp5-disabled{border-color:#93561033}.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined>.bp5-button.bp5-intent-warning{border-color:#fbb36099}.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined>.bp5-button.bp5-intent-warning:disabled,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined>.bp5-button.bp5-intent-warning.bp5-disabled{border-color:#fbb36033}.polotno-composer-scope .bp5-button-group.bp5-outlined>.bp5-button.bp5-intent-danger{border-color:#ac2f3399}.polotno-composer-scope .bp5-button-group.bp5-outlined>.bp5-button.bp5-intent-danger:disabled,.polotno-composer-scope .bp5-button-group.bp5-outlined>.bp5-button.bp5-intent-danger.bp5-disabled{border-color:#ac2f3333}.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined>.bp5-button.bp5-intent-danger{border-color:#fa999c99}.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined>.bp5-button.bp5-intent-danger:disabled,.polotno-composer-scope .bp5-dark .bp5-button-group.bp5-outlined>.bp5-button.bp5-intent-danger.bp5-disabled{border-color:#fa999c33}.polotno-composer-scope .bp5-button-group.bp5-outlined:not(.bp5-vertical)>.bp5-button:not(:last-child){border-right:none}.polotno-composer-scope .bp5-button-group .bp5-popover-wrapper,.polotno-composer-scope .bp5-button-group .bp5-popover-target{display:flex;flex:1 1 auto}.polotno-composer-scope .bp5-button-group.bp5-fill{display:flex;width:100%}.polotno-composer-scope .bp5-button-group .bp5-button.bp5-fill,.polotno-composer-scope .bp5-button-group.bp5-fill .bp5-button:not(.bp5-fixed){flex:1 1 auto}.polotno-composer-scope .bp5-button-group.bp5-vertical{align-items:stretch;flex-direction:column;vertical-align:top}.polotno-composer-scope .bp5-button-group.bp5-vertical.bp5-fill{height:100%;width:unset}.polotno-composer-scope .bp5-button-group.bp5-vertical .bp5-button{margin-right:0!important;width:100%}.polotno-composer-scope .bp5-button-group.bp5-vertical:not(.bp5-minimal)>.bp5-popover-wrapper:first-child .bp5-button,.polotno-composer-scope .bp5-button-group.bp5-vertical:not(.bp5-minimal)>.bp5-button:first-child,.polotno-composer-scope .bp5-button-group.bp5-vertical.bp5-outlined>.bp5-popover-wrapper:first-child .bp5-button,.polotno-composer-scope .bp5-button-group.bp5-vertical.bp5-outlined>.bp5-button:first-child{border-radius:2px 2px 0 0}.polotno-composer-scope .bp5-button-group.bp5-vertical:not(.bp5-minimal)>.bp5-popover-wrapper:last-child .bp5-button,.polotno-composer-scope .bp5-button-group.bp5-vertical:not(.bp5-minimal)>.bp5-button:last-child,.polotno-composer-scope .bp5-button-group.bp5-vertical.bp5-outlined>.bp5-popover-wrapper:last-child .bp5-button,.polotno-composer-scope .bp5-button-group.bp5-vertical.bp5-outlined>.bp5-button:last-child{border-radius:0 0 2px 2px}.polotno-composer-scope .bp5-button-group.bp5-vertical:not(.bp5-minimal):not(.bp5-outlined)>.bp5-popover-wrapper:not(:last-child) .bp5-button,.polotno-composer-scope .bp5-button-group.bp5-vertical:not(.bp5-minimal):not(.bp5-outlined)>.bp5-button:not(:last-child){margin-bottom:-1px}.polotno-composer-scope .bp5-button-group.bp5-vertical.bp5-outlined>.bp5-button:not(:last-child){border-bottom:none}.polotno-composer-scope .bp5-button-group.bp5-align-left .bp5-button{text-align:left}.polotno-composer-scope .bp5-callout{font-size:14px;line-height:1.5;border-radius:2px;padding:15px;position:relative;width:100%}.polotno-composer-scope .bp5-callout:not(.bp5-minimal){background-color:#8f99a826}.polotno-composer-scope .bp5-callout[class*=bp5-icon-]{padding-left:38px}.polotno-composer-scope .bp5-callout[class*=bp5-icon-]:before{font-family:blueprint-icons-16,sans-serif;font-size:16px;font-style:normal;font-variant:normal;font-weight:400;height:16px;line-height:1;width:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;color:#5f6b7c;left:15px;position:absolute;top:17px}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-callout{border:1px solid buttonborder}}.polotno-composer-scope .bp5-callout.bp5-callout-icon{padding-left:38px}.polotno-composer-scope .bp5-callout.bp5-callout-icon>.bp5-icon:first-child{color:#5f6b7c;left:15px;position:absolute;top:17px}.polotno-composer-scope .bp5-callout .bp5-heading{line-height:16px;margin-bottom:0;margin-top:2px}.polotno-composer-scope .bp5-callout.bp5-callout-has-body-content .bp5-heading{margin-bottom:5px}.polotno-composer-scope .bp5-callout.bp5-compact{padding:10px}.polotno-composer-scope .bp5-callout.bp5-compact.bp5-callout-icon{padding-left:33px}.polotno-composer-scope .bp5-callout.bp5-compact.bp5-callout-icon>.bp5-icon:first-child{left:10px;top:12px}.polotno-composer-scope .bp5-dark .bp5-callout:not(.bp5-minimal){background-color:#8f99a833}.polotno-composer-scope .bp5-dark .bp5-callout[class*=bp5-icon-]:before,.polotno-composer-scope .bp5-dark .bp5-callout.bp5-callout-icon>.bp5-icon:first-child{color:#abb3bf}.polotno-composer-scope .bp5-callout.bp5-intent-primary{color:#215db0}.polotno-composer-scope .bp5-callout.bp5-intent-primary:not(.bp5-minimal){background-color:#2d72d21a}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-callout.bp5-intent-primary{border:1px solid buttonborder}}.polotno-composer-scope .bp5-callout.bp5-intent-primary[class*=bp5-icon-]:before,.polotno-composer-scope .bp5-callout.bp5-intent-primary>.bp5-icon:first-child,.polotno-composer-scope .bp5-callout.bp5-intent-primary .bp5-heading{color:#215db0}.polotno-composer-scope .bp5-dark .bp5-callout.bp5-intent-primary{color:#8abbff}.polotno-composer-scope .bp5-dark .bp5-callout.bp5-intent-primary:not(.bp5-minimal){background-color:#2d72d233}.polotno-composer-scope .bp5-dark .bp5-callout.bp5-intent-primary[class*=bp5-icon-]:before,.polotno-composer-scope .bp5-dark .bp5-callout.bp5-intent-primary>.bp5-icon:first-child,.polotno-composer-scope .bp5-dark .bp5-callout.bp5-intent-primary .bp5-heading{color:#8abbff}.polotno-composer-scope .bp5-callout.bp5-intent-success{color:#1c6e42}.polotno-composer-scope .bp5-callout.bp5-intent-success:not(.bp5-minimal){background-color:#2385511a}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-callout.bp5-intent-success{border:1px solid buttonborder}}.polotno-composer-scope .bp5-callout.bp5-intent-success[class*=bp5-icon-]:before,.polotno-composer-scope .bp5-callout.bp5-intent-success>.bp5-icon:first-child,.polotno-composer-scope .bp5-callout.bp5-intent-success .bp5-heading{color:#1c6e42}.polotno-composer-scope .bp5-dark .bp5-callout.bp5-intent-success{color:#72ca9b}.polotno-composer-scope .bp5-dark .bp5-callout.bp5-intent-success:not(.bp5-minimal){background-color:#23855133}.polotno-composer-scope .bp5-dark .bp5-callout.bp5-intent-success[class*=bp5-icon-]:before,.polotno-composer-scope .bp5-dark .bp5-callout.bp5-intent-success>.bp5-icon:first-child,.polotno-composer-scope .bp5-dark .bp5-callout.bp5-intent-success .bp5-heading{color:#72ca9b}.polotno-composer-scope .bp5-callout.bp5-intent-warning{color:#935610}.polotno-composer-scope .bp5-callout.bp5-intent-warning:not(.bp5-minimal){background-color:#c876191a}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-callout.bp5-intent-warning{border:1px solid buttonborder}}.polotno-composer-scope .bp5-callout.bp5-intent-warning[class*=bp5-icon-]:before,.polotno-composer-scope .bp5-callout.bp5-intent-warning>.bp5-icon:first-child,.polotno-composer-scope .bp5-callout.bp5-intent-warning .bp5-heading{color:#935610}.polotno-composer-scope .bp5-dark .bp5-callout.bp5-intent-warning{color:#fbb360}.polotno-composer-scope .bp5-dark .bp5-callout.bp5-intent-warning:not(.bp5-minimal){background-color:#c8761933}.polotno-composer-scope .bp5-dark .bp5-callout.bp5-intent-warning[class*=bp5-icon-]:before,.polotno-composer-scope .bp5-dark .bp5-callout.bp5-intent-warning>.bp5-icon:first-child,.polotno-composer-scope .bp5-dark .bp5-callout.bp5-intent-warning .bp5-heading{color:#fbb360}.polotno-composer-scope .bp5-callout.bp5-intent-danger{color:#ac2f33}.polotno-composer-scope .bp5-callout.bp5-intent-danger:not(.bp5-minimal){background-color:#cd42461a}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-callout.bp5-intent-danger{border:1px solid buttonborder}}.polotno-composer-scope .bp5-callout.bp5-intent-danger[class*=bp5-icon-]:before,.polotno-composer-scope .bp5-callout.bp5-intent-danger>.bp5-icon:first-child,.polotno-composer-scope .bp5-callout.bp5-intent-danger .bp5-heading{color:#ac2f33}.polotno-composer-scope .bp5-dark .bp5-callout.bp5-intent-danger{color:#fa999c}.polotno-composer-scope .bp5-dark .bp5-callout.bp5-intent-danger:not(.bp5-minimal){background-color:#cd424633}.polotno-composer-scope .bp5-dark .bp5-callout.bp5-intent-danger[class*=bp5-icon-]:before,.polotno-composer-scope .bp5-dark .bp5-callout.bp5-intent-danger>.bp5-icon:first-child,.polotno-composer-scope .bp5-dark .bp5-callout.bp5-intent-danger .bp5-heading{color:#fa999c}.polotno-composer-scope .bp5-callout.bp5-intent-primary a{text-decoration:underline}.polotno-composer-scope .bp5-callout.bp5-intent-primary a:hover{color:#184a90}.polotno-composer-scope .bp5-dark .bp5-callout.bp5-intent-primary a:hover{color:#99c4ff}.polotno-composer-scope .bp5-running-text .bp5-callout{margin:20px 0}.polotno-composer-scope .bp5-card{background-color:#fff;border-radius:2px;box-shadow:0 0 0 1px #11141826;padding:20px;transition:transform .2s cubic-bezier(.4,1,.75,.9),box-shadow .2s cubic-bezier(.4,1,.75,.9)}.polotno-composer-scope .bp5-card.bp5-dark,.polotno-composer-scope .bp5-dark .bp5-card{background-color:#252a31;box-shadow:inset 0 0 0 1px #fff3}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-card{border:1px solid buttonborder;box-shadow:none}}.polotno-composer-scope .bp5-elevation-0{box-shadow:0 0 0 1px #11141826}.polotno-composer-scope .bp5-elevation-0.bp5-dark,.polotno-composer-scope .bp5-dark .bp5-elevation-0{box-shadow:inset 0 0 0 1px #fff3}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-elevation-0{border:1px solid buttonborder}}.polotno-composer-scope .bp5-elevation-1{box-shadow:0 0 0 1px #1114181a,0 1px 1px #11141833}.polotno-composer-scope .bp5-elevation-1.bp5-dark,.polotno-composer-scope .bp5-dark .bp5-elevation-1{box-shadow:inset 0 0 0 1px #fff3,0 1px 1px #11141866}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-elevation-1{border:1px solid buttonborder}}.polotno-composer-scope .bp5-elevation-2{box-shadow:0 0 0 1px #1114181a,0 1px 1px #11141833,0 2px 6px #11141833}.polotno-composer-scope .bp5-elevation-2.bp5-dark,.polotno-composer-scope .bp5-dark .bp5-elevation-2{box-shadow:inset 0 0 0 1px #fff3,0 1px 1px #11141866,0 2px 6px #11141866}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-elevation-2{border:1px solid buttonborder}}.polotno-composer-scope .bp5-elevation-3{box-shadow:0 0 0 1px #1114181a,0 2px 4px #11141833,0 8px 24px #11141833}.polotno-composer-scope .bp5-elevation-3.bp5-dark,.polotno-composer-scope .bp5-dark .bp5-elevation-3{box-shadow:inset 0 0 0 1px #fff3,0 2px 4px #11141866,0 8px 24px #11141866}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-elevation-3{border:1px solid buttonborder}}.polotno-composer-scope .bp5-elevation-4{box-shadow:0 0 0 1px #1114181a,0 4px 8px #11141833,0 18px 46px 6px #11141833}.polotno-composer-scope .bp5-elevation-4.bp5-dark,.polotno-composer-scope .bp5-dark .bp5-elevation-4{box-shadow:inset 0 0 0 1px #fff3,0 4px 8px #11141866,0 18px 46px 6px #11141866}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-elevation-4{border:1px solid buttonborder}}.polotno-composer-scope .bp5-card.bp5-compact{padding:15px}.polotno-composer-scope .bp5-card.bp5-interactive:hover{box-shadow:0 0 0 1px #1114181a,0 2px 4px #11141833,0 8px 24px #11141833;cursor:pointer}.polotno-composer-scope .bp5-card.bp5-interactive:hover.bp5-dark,.polotno-composer-scope .bp5-dark .bp5-card.bp5-interactive:hover{box-shadow:inset 0 0 0 1px #fff3,0 2px 4px #11141866,0 8px 24px #11141866}.polotno-composer-scope .bp5-card.bp5-interactive.bp5-selected{box-shadow:0 0 0 3px #4c90f033,0 0 0 1px #4c90f0}.polotno-composer-scope .bp5-card.bp5-interactive.bp5-selected.bp5-dark,.polotno-composer-scope .bp5-dark .bp5-card.bp5-interactive.bp5-selected{box-shadow:0 0 0 3px #8abbff66,0 0 0 1px #8abbff}.polotno-composer-scope .bp5-card.bp5-interactive:active{box-shadow:0 0 0 1px #1114181a,0 1px 1px #11141833;transition-duration:0}.polotno-composer-scope .bp5-card.bp5-interactive:active.bp5-dark,.polotno-composer-scope .bp5-dark .bp5-card.bp5-interactive:active{box-shadow:inset 0 0 0 1px #fff3,0 1px 1px #11141866}.polotno-composer-scope .bp5-card-list{overflow:auto;padding:0;width:100%}.polotno-composer-scope .bp5-card-list>.bp5-card{align-items:center;border-radius:0;box-shadow:none;display:flex;min-height:51px;padding:10px 20px}.polotno-composer-scope .bp5-card-list>.bp5-card.bp5-interactive:hover,.polotno-composer-scope .bp5-card-list>.bp5-card.bp5-interactive:active{background-color:#f6f7f9;box-shadow:none}.polotno-composer-scope .bp5-dark .bp5-card-list>.bp5-card.bp5-interactive:hover,.polotno-composer-scope .bp5-dark .bp5-card-list>.bp5-card.bp5-interactive:active{background-color:#2f343c}.polotno-composer-scope .bp5-card-list>.bp5-card.bp5-selected{background-color:#edeff2;box-shadow:none}.polotno-composer-scope .bp5-dark .bp5-card-list>.bp5-card.bp5-selected{background-color:#383e47;box-shadow:none}.polotno-composer-scope .bp5-card-list>.bp5-card:not(:last-child){border-bottom:1px solid rgba(17,20,24,.1)}.polotno-composer-scope .bp5-dark .bp5-card-list>.bp5-card:not(:last-child){border-color:#ffffff1a}.polotno-composer-scope .bp5-card-list.bp5-compact{padding:0}.polotno-composer-scope .bp5-card-list.bp5-compact>.bp5-card{min-height:45px;padding:7px 15px}.polotno-composer-scope .bp5-dark .bp5-card-list{padding:1px}.polotno-composer-scope .bp5-card-list:not(.bp5-card-list-bordered){border-radius:0;box-shadow:none}.polotno-composer-scope .bp5-dark .bp5-card-list:not(.bp5-card-list-bordered){margin:1px;width:calc(100% - 2px)}.polotno-composer-scope .bp5-collapse{height:0;overflow-y:hidden;transition:height .2s cubic-bezier(.4,1,.75,.9)}.polotno-composer-scope .bp5-collapse .bp5-collapse-body{transition:transform .2s cubic-bezier(.4,1,.75,.9)}.polotno-composer-scope .bp5-collapse .bp5-collapse-body[aria-hidden=true]{display:none}.polotno-composer-scope .bp5-context-menu-virtual-target{position:fixed}.polotno-composer-scope .bp5-card.bp5-control-card,.polotno-composer-scope .bp5-card-list>.bp5-card.bp5-control-card{min-height:auto;padding:0}.polotno-composer-scope .bp5-control-card .bp5-control.bp5-control.bp5-control{align-items:flex-start;display:flex;gap:10px;margin:0;padding:20px;width:100%}.polotno-composer-scope .bp5-control-card .bp5-control.bp5-control.bp5-control.bp5-align-left{flex-direction:row;justify-content:flex-start}.polotno-composer-scope .bp5-control-card .bp5-control.bp5-control.bp5-control.bp5-align-right{flex-direction:row-reverse;justify-content:space-between}.polotno-composer-scope .bp5-card-list .bp5-control-card .bp5-control.bp5-control.bp5-control{padding:20px}.polotno-composer-scope .bp5-card-list.bp5-compact .bp5-control-card .bp5-control.bp5-control.bp5-control{padding:15px}.polotno-composer-scope .bp5-control-card .bp5-control.bp5-control.bp5-control .bp5-control-indicator{margin:0}.polotno-composer-scope .bp5-control-card.bp5-compact .bp5-control.bp5-control.bp5-control{padding:15px}.polotno-composer-scope .bp5-dialog-container{opacity:1;transform:scale(1);align-items:center;display:flex;justify-content:center;min-height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.polotno-composer-scope .bp5-dialog-container.bp5-overlay-enter>.bp5-dialog,.polotno-composer-scope .bp5-dialog-container.bp5-overlay-appear>.bp5-dialog{opacity:0;transform:scale(.5)}.polotno-composer-scope .bp5-dialog-container.bp5-overlay-enter-active>.bp5-dialog,.polotno-composer-scope .bp5-dialog-container.bp5-overlay-appear-active>.bp5-dialog{opacity:1;transform:scale(1);transition-delay:0;transition-duration:.3s;transition-property:opacity,transform;transition-timing-function:cubic-bezier(.54,1.12,.38,1.11)}.polotno-composer-scope .bp5-dialog-container.bp5-overlay-exit>.bp5-dialog{opacity:1;transform:scale(1)}.polotno-composer-scope .bp5-dialog-container.bp5-overlay-exit-active>.bp5-dialog{opacity:0;transform:scale(.5);transition-delay:0;transition-duration:.3s;transition-property:opacity,transform;transition-timing-function:cubic-bezier(.54,1.12,.38,1.11)}.polotno-composer-scope .bp5-dialog{background:#f6f7f9;border-radius:4px;box-shadow:0 0 0 1px #1114181a,0 2px 4px #11141833,0 8px 24px #11141833;display:flex;flex-direction:column;margin:30px 0;pointer-events:all;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;width:500px}.polotno-composer-scope .bp5-dialog:focus{outline:0}.polotno-composer-scope .bp5-dialog.bp5-dark,.polotno-composer-scope .bp5-dark .bp5-dialog{background:#1c2127;box-shadow:inset 0 0 0 1px #fff3,0 2px 4px #11141866,0 8px 24px #11141866;color:#f6f7f9}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-dialog{border:1px solid buttonborder}}.polotno-composer-scope .bp5-dialog-header{align-items:center;background:#fff;border-radius:4px 4px 0 0;box-shadow:0 1px #11141826;display:flex;flex:0 0 auto;min-height:40px;padding:5px 5px 5px 15px;z-index:0}.polotno-composer-scope .bp5-dialog-header .bp5-icon-large,.polotno-composer-scope .bp5-dialog-header .bp5-icon{flex:0 0 auto;margin-left:-3px;margin-right:7.5px}.polotno-composer-scope .bp5-dialog-header .bp5-icon-large:not([class*=bp5-intent]),.polotno-composer-scope .bp5-dialog-header .bp5-icon:not([class*=bp5-intent]){color:#5f6b7c}.polotno-composer-scope .bp5-dialog-header .bp5-heading{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;flex:1 1 auto;line-height:inherit;margin:0}.polotno-composer-scope .bp5-dialog-header .bp5-heading:last-child{margin-right:15px}.polotno-composer-scope .bp5-dark .bp5-dialog-header{background:#2f343c;box-shadow:inset 0 0 0 1px #fff3}.polotno-composer-scope .bp5-dark .bp5-dialog-header :not([class*=bp5-intent]).bp5-icon-large,.polotno-composer-scope .bp5-dark .bp5-dialog-header :not([class*=bp5-intent]).bp5-icon{color:#abb3bf}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-dialog-header{border-bottom:1px solid buttonborder}}.polotno-composer-scope .bp5-dialog-body{flex:1 1 auto;margin:15px}.polotno-composer-scope .bp5-dialog-body-scroll-container{margin:0;max-height:70vh;overflow:auto;padding:15px}.polotno-composer-scope .bp5-dialog-footer{flex:0 0 auto;margin:15px}.polotno-composer-scope .bp5-dialog-footer-fixed{align-items:center;background-color:#fff;border-radius:0 0 4px 4px;border-top:1px solid rgba(17,20,24,.15);display:flex;gap:15px;justify-content:space-between;margin:0;padding:10px 10px 10px 15px}.polotno-composer-scope .bp5-dark .bp5-dialog-footer-fixed{background:#383e47;border-top:1px solid rgba(255,255,255,.2)}.polotno-composer-scope .bp5-dialog-footer-main-section{flex:1 1 auto}.polotno-composer-scope .bp5-dialog-footer-actions{display:flex;justify-content:flex-end}.polotno-composer-scope .bp5-dialog-footer-actions .bp5-button{margin-left:10px}.polotno-composer-scope .bp5-multistep-dialog-panels{display:flex}.polotno-composer-scope .bp5-multistep-dialog-panels:first-child .bp5-dialog-step-container:first-child{border-radius:4px 0 0}.polotno-composer-scope .bp5-multistep-dialog-panels:first-child .bp5-multistep-dialog-right-panel{border-top-right-radius:4px}.polotno-composer-scope .bp5-multistep-dialog-nav-top .bp5-multistep-dialog-panels{flex-direction:column}.polotno-composer-scope .bp5-multistep-dialog-nav-top .bp5-multistep-dialog-panels:first-child .bp5-dialog-step-container:first-child{border-radius:4px 0 0}.polotno-composer-scope .bp5-multistep-dialog-nav-top .bp5-multistep-dialog-panels:first-child .bp5-dialog-step-container:last-child{border-radius:0 4px 0 0}.polotno-composer-scope .bp5-multistep-dialog-nav-top .bp5-multistep-dialog-panels .bp5-multistep-dialog-left-panel{flex-direction:row}.polotno-composer-scope .bp5-multistep-dialog-nav-top .bp5-multistep-dialog-panels .bp5-dialog-step-container{flex-grow:1}.polotno-composer-scope .bp5-multistep-dialog-nav-top .bp5-multistep-dialog-panels .bp5-dialog-step-container:not(:first-child){border-left:1px solid rgba(17,20,24,.15)}.polotno-composer-scope .bp5-dark .bp5-multistep-dialog-nav-top .bp5-multistep-dialog-panels .bp5-dialog-step-container{border-color:#11141866}.polotno-composer-scope .bp5-multistep-dialog-nav-top .bp5-multistep-dialog-panels .bp5-multistep-dialog-right-panel{border-left:none}.polotno-composer-scope .bp5-multistep-dialog-nav-top .bp5-multistep-dialog-panels .bp5-multistep-dialog-right-panel,.polotno-composer-scope .bp5-multistep-dialog-nav-top .bp5-multistep-dialog-panels .bp5-multistep-dialog-footer{border-radius:0 0 4px 4px}.polotno-composer-scope .bp5-multistep-dialog-nav-right .bp5-multistep-dialog-panels{flex-direction:row-reverse}.polotno-composer-scope .bp5-multistep-dialog-nav-right .bp5-multistep-dialog-panels:first-child .bp5-multistep-dialog-right-panel{border-radius:4px 0 0 4px}.polotno-composer-scope .bp5-multistep-dialog-nav-right .bp5-multistep-dialog-panels:first-child .bp5-dialog-step-container:first-child{border-radius:0 4px 0 0}.polotno-composer-scope .bp5-multistep-dialog-nav-right .bp5-multistep-dialog-panels .bp5-multistep-dialog-left-panel{border-radius:0 0 4px}.polotno-composer-scope .bp5-multistep-dialog-nav-right .bp5-multistep-dialog-panels .bp5-multistep-dialog-right-panel{border-left:none;border-radius:4px 0 0 4px;border-right:1px solid rgba(17,20,24,.15)}.polotno-composer-scope .bp5-dark .bp5-multistep-dialog-nav-right .bp5-multistep-dialog-panels .bp5-multistep-dialog-right-panel{border-color:#11141866}.polotno-composer-scope .bp5-multistep-dialog-nav-right .bp5-multistep-dialog-panels .bp5-dialog-footer{border-bottom-left-radius:0}.polotno-composer-scope .bp5-multistep-dialog-left-panel{display:flex;flex:1;flex-direction:column}.polotno-composer-scope .bp5-dark .bp5-multistep-dialog-left-panel{background:#252a31;border-bottom:1px solid rgba(255,255,255,.2);border-bottom-left-radius:4px;border-left:1px solid rgba(255,255,255,.2)}.polotno-composer-scope .bp5-multistep-dialog-right-panel{background-color:#f6f7f9;border-left:1px solid rgba(17,20,24,.15);border-radius:0 0 4px;flex:3;min-width:0}.polotno-composer-scope .bp5-dark .bp5-multistep-dialog-right-panel{background-color:#2f343c;border-bottom:1px solid rgba(255,255,255,.2);border-bottom-right-radius:4px;border-left:1px solid rgba(255,255,255,.2);border-right:1px solid rgba(255,255,255,.2)}.polotno-composer-scope .bp5-dialog-step-container{background-color:#f6f7f9;border-bottom:1px solid rgba(17,20,24,.15)}.polotno-composer-scope .bp5-dark .bp5-dialog-step-container{background:#2f343c;border-bottom:1px solid rgba(255,255,255,.2)}.polotno-composer-scope .bp5-dialog-step-container.bp5-dialog-step-viewed{background-color:#fff}.polotno-composer-scope .bp5-dark .bp5-dialog-step-container.bp5-dialog-step-viewed{background:#383e47}.polotno-composer-scope .bp5-dialog-step{align-items:center;border-radius:4px;cursor:not-allowed;display:flex;margin:4px;padding:6px 14px}.polotno-composer-scope .bp5-dark .bp5-dialog-step{background:#2f343c}.polotno-composer-scope .bp5-dialog-step-viewed .bp5-dialog-step{background-color:#fff;cursor:pointer}.polotno-composer-scope .bp5-dark .bp5-dialog-step-viewed .bp5-dialog-step{background:#383e47}.polotno-composer-scope .bp5-dialog-step:hover{background-color:#f6f7f9}.polotno-composer-scope .bp5-dark .bp5-dialog-step:hover{background:#2f343c}.polotno-composer-scope .bp5-dialog-step-icon{align-items:center;background-color:#5f6b7c99;border-radius:50%;color:#fff;display:flex;height:25px;justify-content:center;width:25px}.polotno-composer-scope .bp5-dark .bp5-dialog-step-icon{background-color:#abb3bf99}.polotno-composer-scope .bp5-active.bp5-dialog-step-viewed .bp5-dialog-step-icon{background-color:#2d72d2}.polotno-composer-scope .bp5-dialog-step-viewed .bp5-dialog-step-icon{background-color:#8f99a8}.polotno-composer-scope .bp5-dialog-step-title{color:#5f6b7c99;flex:1;padding-left:10px}.polotno-composer-scope .bp5-dark .bp5-dialog-step-title{color:#abb3bf99}.polotno-composer-scope .bp5-active.bp5-dialog-step-viewed .bp5-dialog-step-title{color:#2d72d2}.polotno-composer-scope .bp5-dialog-step-viewed:not(.bp5-active) .bp5-dialog-step-title{color:#1c2127}.polotno-composer-scope .bp5-dark .bp5-dialog-step-viewed:not(.bp5-active) .bp5-dialog-step-title{color:#f6f7f9}.polotno-composer-scope .bp5-drawer{background:#fff;box-shadow:0 0 0 1px #1114181a,0 4px 8px #11141833,0 18px 46px 6px #11141833;display:flex;flex-direction:column;margin:0;padding:0}.polotno-composer-scope .bp5-drawer:focus{outline:0}.polotno-composer-scope .bp5-drawer.bp5-position-top{height:50%;left:0;right:0;top:0}.polotno-composer-scope .bp5-drawer.bp5-position-top.bp5-overlay-enter,.polotno-composer-scope .bp5-drawer.bp5-position-top.bp5-overlay-appear{transform:translateY(-100%)}.polotno-composer-scope .bp5-drawer.bp5-position-top.bp5-overlay-enter-active,.polotno-composer-scope .bp5-drawer.bp5-position-top.bp5-overlay-appear-active{transform:translateY(0);transition-delay:0;transition-duration:.2s;transition-property:transform;transition-timing-function:cubic-bezier(.4,1,.75,.9)}.polotno-composer-scope .bp5-drawer.bp5-position-top.bp5-overlay-exit{transform:translateY(0)}.polotno-composer-scope .bp5-drawer.bp5-position-top.bp5-overlay-exit-active{transform:translateY(-100%);transition-delay:0;transition-duration:.1s;transition-property:transform;transition-timing-function:cubic-bezier(.4,1,.75,.9)}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-drawer.bp5-position-top{border-bottom:1px solid buttonborder}}.polotno-composer-scope .bp5-drawer.bp5-position-bottom{bottom:0;height:50%;left:0;right:0}.polotno-composer-scope .bp5-drawer.bp5-position-bottom.bp5-overlay-enter,.polotno-composer-scope .bp5-drawer.bp5-position-bottom.bp5-overlay-appear{transform:translateY(100%)}.polotno-composer-scope .bp5-drawer.bp5-position-bottom.bp5-overlay-enter-active,.polotno-composer-scope .bp5-drawer.bp5-position-bottom.bp5-overlay-appear-active{transform:translateY(0);transition-delay:0;transition-duration:.2s;transition-property:transform;transition-timing-function:cubic-bezier(.4,1,.75,.9)}.polotno-composer-scope .bp5-drawer.bp5-position-bottom.bp5-overlay-exit{transform:translateY(0)}.polotno-composer-scope .bp5-drawer.bp5-position-bottom.bp5-overlay-exit-active{transform:translateY(100%);transition-delay:0;transition-duration:.1s;transition-property:transform;transition-timing-function:cubic-bezier(.4,1,.75,.9)}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-drawer.bp5-position-bottom{border-top:1px solid buttonborder}}.polotno-composer-scope .bp5-drawer.bp5-position-left{bottom:0;left:0;top:0;width:50%}.polotno-composer-scope .bp5-drawer.bp5-position-left.bp5-overlay-enter,.polotno-composer-scope .bp5-drawer.bp5-position-left.bp5-overlay-appear{transform:translate(-100%)}.polotno-composer-scope .bp5-drawer.bp5-position-left.bp5-overlay-enter-active,.polotno-composer-scope .bp5-drawer.bp5-position-left.bp5-overlay-appear-active{transform:translate(0);transition-delay:0;transition-duration:.2s;transition-property:transform;transition-timing-function:cubic-bezier(.4,1,.75,.9)}.polotno-composer-scope .bp5-drawer.bp5-position-left.bp5-overlay-exit{transform:translate(0)}.polotno-composer-scope .bp5-drawer.bp5-position-left.bp5-overlay-exit-active{transform:translate(-100%);transition-delay:0;transition-duration:.1s;transition-property:transform;transition-timing-function:cubic-bezier(.4,1,.75,.9)}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-drawer.bp5-position-left{border-right:1px solid buttonborder}}.polotno-composer-scope .bp5-drawer.bp5-position-right{bottom:0;right:0;top:0;width:50%}.polotno-composer-scope .bp5-drawer.bp5-position-right.bp5-overlay-enter,.polotno-composer-scope .bp5-drawer.bp5-position-right.bp5-overlay-appear{transform:translate(100%)}.polotno-composer-scope .bp5-drawer.bp5-position-right.bp5-overlay-enter-active,.polotno-composer-scope .bp5-drawer.bp5-position-right.bp5-overlay-appear-active{transform:translate(0);transition-delay:0;transition-duration:.2s;transition-property:transform;transition-timing-function:cubic-bezier(.4,1,.75,.9)}.polotno-composer-scope .bp5-drawer.bp5-position-right.bp5-overlay-exit{transform:translate(0)}.polotno-composer-scope .bp5-drawer.bp5-position-right.bp5-overlay-exit-active{transform:translate(100%);transition-delay:0;transition-duration:.1s;transition-property:transform;transition-timing-function:cubic-bezier(.4,1,.75,.9)}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-drawer.bp5-position-right{border-left:1px solid buttonborder}}.polotno-composer-scope .bp5-drawer.bp5-dark,.polotno-composer-scope .bp5-dark .bp5-drawer{background:#2f343c;box-shadow:inset 0 0 0 1px #fff3,0 2px 4px #11141866,0 8px 24px #11141866;color:#f6f7f9}.polotno-composer-scope .bp5-drawer-header{align-items:center;border-radius:0;box-shadow:0 1px #11141826;display:flex;flex:0 0 auto;min-height:40px;padding:5px 5px 5px 20px;position:relative}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-drawer-header{border-bottom:1px solid buttonborder}}.polotno-composer-scope .bp5-drawer-header .bp5-icon-large,.polotno-composer-scope .bp5-drawer-header .bp5-icon{color:#5f6b7c;flex:0 0 auto;margin-right:10px}.polotno-composer-scope .bp5-drawer-header .bp5-heading{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;flex:1 1 auto;line-height:inherit;margin:0}.polotno-composer-scope .bp5-drawer-header .bp5-heading:last-child{margin-right:20px}.polotno-composer-scope .bp5-dark .bp5-drawer-header{box-shadow:0 1px #11141866}.polotno-composer-scope .bp5-dark .bp5-drawer-header .bp5-icon-large,.polotno-composer-scope .bp5-dark .bp5-drawer-header .bp5-icon{color:#abb3bf}.polotno-composer-scope .bp5-drawer-body{flex:1 1 auto;line-height:18px;overflow:auto}.polotno-composer-scope .bp5-drawer-footer{box-shadow:inset 0 1px #11141826;flex:0 0 auto;padding:10px 20px;position:relative}.polotno-composer-scope .bp5-dark .bp5-drawer-footer{box-shadow:inset 0 1px #11141866}.polotno-composer-scope .bp5-editable-text{cursor:text;display:inline-block;max-width:100%;position:relative;vertical-align:top;white-space:nowrap}.polotno-composer-scope .bp5-editable-text:before{top:-2px;right:-2px;bottom:-2px;left:-2px;position:absolute;border-radius:2px;content:"";transition:background-color .1s cubic-bezier(.4,1,.75,.9),box-shadow .1s cubic-bezier(.4,1,.75,.9)}.polotno-composer-scope .bp5-editable-text:hover:before{box-shadow:0 0 #215db000,0 0 #215db000,inset 0 0 0 1px #11141826}.polotno-composer-scope .bp5-editable-text.bp5-editable-text-editing:before{background-color:#fff;box-shadow:inset 0 0 0 1px #215db0c0,0 0 0 1px #215db0c0,inset 0 1px 1px #11141833}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-editable-text:not(.bp5-disabled):before{border:1px solid buttonborder}}.polotno-composer-scope .bp5-editable-text.bp5-intent-primary .bp5-editable-text-input::-moz-placeholder{color:#2d72d2}.polotno-composer-scope .bp5-editable-text.bp5-intent-primary .bp5-editable-text-input:-ms-input-placeholder{color:#2d72d2}.polotno-composer-scope .bp5-editable-text.bp5-intent-primary .bp5-editable-text-content,.polotno-composer-scope .bp5-editable-text.bp5-intent-primary .bp5-editable-text-input,.polotno-composer-scope .bp5-editable-text.bp5-intent-primary .bp5-editable-text-input::placeholder{color:#2d72d2}.polotno-composer-scope .bp5-editable-text.bp5-intent-primary:hover:before{box-shadow:0 0 #2d72d200,0 0 #2d72d200,inset 0 0 0 1px #2d72d266}.polotno-composer-scope .bp5-editable-text.bp5-intent-primary.bp5-editable-text-editing:before{box-shadow:inset 0 0 0 1px #2d72d2c0,0 0 0 1px #2d72d2c0,inset 0 1px 1px #11141833}.polotno-composer-scope .bp5-editable-text.bp5-intent-success .bp5-editable-text-input::-moz-placeholder{color:#238551}.polotno-composer-scope .bp5-editable-text.bp5-intent-success .bp5-editable-text-input:-ms-input-placeholder{color:#238551}.polotno-composer-scope .bp5-editable-text.bp5-intent-success .bp5-editable-text-content,.polotno-composer-scope .bp5-editable-text.bp5-intent-success .bp5-editable-text-input,.polotno-composer-scope .bp5-editable-text.bp5-intent-success .bp5-editable-text-input::placeholder{color:#238551}.polotno-composer-scope .bp5-editable-text.bp5-intent-success:hover:before{box-shadow:0 0 #23855100,0 0 #23855100,inset 0 0 0 1px #23855166}.polotno-composer-scope .bp5-editable-text.bp5-intent-success.bp5-editable-text-editing:before{box-shadow:inset 0 0 0 1px #238551c0,0 0 0 1px #238551c0,inset 0 1px 1px #11141833}.polotno-composer-scope .bp5-editable-text.bp5-intent-warning .bp5-editable-text-input::-moz-placeholder{color:#c87619}.polotno-composer-scope .bp5-editable-text.bp5-intent-warning .bp5-editable-text-input:-ms-input-placeholder{color:#c87619}.polotno-composer-scope .bp5-editable-text.bp5-intent-warning .bp5-editable-text-content,.polotno-composer-scope .bp5-editable-text.bp5-intent-warning .bp5-editable-text-input,.polotno-composer-scope .bp5-editable-text.bp5-intent-warning .bp5-editable-text-input::placeholder{color:#c87619}.polotno-composer-scope .bp5-editable-text.bp5-intent-warning:hover:before{box-shadow:0 0 #c8761900,0 0 #c8761900,inset 0 0 0 1px #c8761966}.polotno-composer-scope .bp5-editable-text.bp5-intent-warning.bp5-editable-text-editing:before{box-shadow:inset 0 0 0 1px #c87619c0,0 0 0 1px #c87619c0,inset 0 1px 1px #11141833}.polotno-composer-scope .bp5-editable-text.bp5-intent-danger .bp5-editable-text-input::-moz-placeholder{color:#cd4246}.polotno-composer-scope .bp5-editable-text.bp5-intent-danger .bp5-editable-text-input:-ms-input-placeholder{color:#cd4246}.polotno-composer-scope .bp5-editable-text.bp5-intent-danger .bp5-editable-text-content,.polotno-composer-scope .bp5-editable-text.bp5-intent-danger .bp5-editable-text-input,.polotno-composer-scope .bp5-editable-text.bp5-intent-danger .bp5-editable-text-input::placeholder{color:#cd4246}.polotno-composer-scope .bp5-editable-text.bp5-intent-danger:hover:before{box-shadow:0 0 #cd424600,0 0 #cd424600,inset 0 0 0 1px #cd424666}.polotno-composer-scope .bp5-editable-text.bp5-intent-danger.bp5-editable-text-editing:before{box-shadow:inset 0 0 0 1px #cd4246c0,0 0 0 1px #cd4246c0,inset 0 1px 1px #11141833}.polotno-composer-scope .bp5-dark .bp5-editable-text:hover:before{box-shadow:0 0 #8abbff00,0 0 #8abbff00,inset 0 0 0 1px #fff3}.polotno-composer-scope .bp5-dark .bp5-editable-text.bp5-editable-text-editing:before{background-color:#1114184d;box-shadow:inset 0 0 0 1px #8abbffc0,0 0 0 1px #8abbffc0,inset 0 0 0 1px #fff3,inset 0 -1px 1px #ffffff4d}.polotno-composer-scope .bp5-dark .bp5-editable-text.bp5-disabled:before{box-shadow:none}.polotno-composer-scope .bp5-dark .bp5-editable-text.bp5-intent-primary .bp5-editable-text-input::-moz-placeholder{color:#8abbff}.polotno-composer-scope .bp5-dark .bp5-editable-text.bp5-intent-primary .bp5-editable-text-input:-ms-input-placeholder{color:#8abbff}.polotno-composer-scope .bp5-dark .bp5-editable-text.bp5-intent-primary .bp5-editable-text-content,.polotno-composer-scope .bp5-dark .bp5-editable-text.bp5-intent-primary .bp5-editable-text-input,.polotno-composer-scope .bp5-dark .bp5-editable-text.bp5-intent-primary .bp5-editable-text-input::placeholder{color:#8abbff}.polotno-composer-scope .bp5-dark .bp5-editable-text.bp5-intent-primary:hover:before{box-shadow:0 0 #8abbff00,0 0 #8abbff00,inset 0 0 0 1px #8abbff66}.polotno-composer-scope .bp5-dark .bp5-editable-text.bp5-intent-primary.bp5-editable-text-editing:before{box-shadow:inset 0 0 0 1px #8abbffc0,0 0 0 1px #8abbffc0,inset 0 0 0 1px #fff3,inset 0 -1px 1px #ffffff4d}.polotno-composer-scope .bp5-dark .bp5-editable-text.bp5-intent-success .bp5-editable-text-input::-moz-placeholder{color:#72ca9b}.polotno-composer-scope .bp5-dark .bp5-editable-text.bp5-intent-success .bp5-editable-text-input:-ms-input-placeholder{color:#72ca9b}.polotno-composer-scope .bp5-dark .bp5-editable-text.bp5-intent-success .bp5-editable-text-content,.polotno-composer-scope .bp5-dark .bp5-editable-text.bp5-intent-success .bp5-editable-text-input,.polotno-composer-scope .bp5-dark .bp5-editable-text.bp5-intent-success .bp5-editable-text-input::placeholder{color:#72ca9b}.polotno-composer-scope .bp5-dark .bp5-editable-text.bp5-intent-success:hover:before{box-shadow:0 0 #72ca9b00,0 0 #72ca9b00,inset 0 0 0 1px #72ca9b66}.polotno-composer-scope .bp5-dark .bp5-editable-text.bp5-intent-success.bp5-editable-text-editing:before{box-shadow:inset 0 0 0 1px #72ca9bc0,0 0 0 1px #72ca9bc0,inset 0 0 0 1px #fff3,inset 0 -1px 1px #ffffff4d}.polotno-composer-scope .bp5-dark .bp5-editable-text.bp5-intent-warning .bp5-editable-text-input::-moz-placeholder{color:#fbb360}.polotno-composer-scope .bp5-dark .bp5-editable-text.bp5-intent-warning .bp5-editable-text-input:-ms-input-placeholder{color:#fbb360}.polotno-composer-scope .bp5-dark .bp5-editable-text.bp5-intent-warning .bp5-editable-text-content,.polotno-composer-scope .bp5-dark .bp5-editable-text.bp5-intent-warning .bp5-editable-text-input,.polotno-composer-scope .bp5-dark .bp5-editable-text.bp5-intent-warning .bp5-editable-text-input::placeholder{color:#fbb360}.polotno-composer-scope .bp5-dark .bp5-editable-text.bp5-intent-warning:hover:before{box-shadow:0 0 #fbb36000,0 0 #fbb36000,inset 0 0 0 1px #fbb36066}.polotno-composer-scope .bp5-dark .bp5-editable-text.bp5-intent-warning.bp5-editable-text-editing:before{box-shadow:inset 0 0 0 1px #fbb360c0,0 0 0 1px #fbb360c0,inset 0 0 0 1px #fff3,inset 0 -1px 1px #ffffff4d}.polotno-composer-scope .bp5-dark .bp5-editable-text.bp5-intent-danger .bp5-editable-text-input::-moz-placeholder{color:#fa999c}.polotno-composer-scope .bp5-dark .bp5-editable-text.bp5-intent-danger .bp5-editable-text-input:-ms-input-placeholder{color:#fa999c}.polotno-composer-scope .bp5-dark .bp5-editable-text.bp5-intent-danger .bp5-editable-text-content,.polotno-composer-scope .bp5-dark .bp5-editable-text.bp5-intent-danger .bp5-editable-text-input,.polotno-composer-scope .bp5-dark .bp5-editable-text.bp5-intent-danger .bp5-editable-text-input::placeholder{color:#fa999c}.polotno-composer-scope .bp5-dark .bp5-editable-text.bp5-intent-danger:hover:before{box-shadow:0 0 #fa999c00,0 0 #fa999c00,inset 0 0 0 1px #fa999c66}.polotno-composer-scope .bp5-dark .bp5-editable-text.bp5-intent-danger.bp5-editable-text-editing:before{box-shadow:inset 0 0 0 1px #fa999cc0,0 0 0 1px #fa999cc0,inset 0 0 0 1px #fff3,inset 0 -1px 1px #ffffff4d}.polotno-composer-scope .bp5-editable-text.bp5-disabled:before{box-shadow:none!important}.polotno-composer-scope .bp5-editable-text-input,.polotno-composer-scope .bp5-editable-text-content{color:inherit;display:inherit;font:inherit;letter-spacing:inherit;max-width:inherit;min-width:inherit;position:relative;resize:none;text-transform:inherit;vertical-align:top}.polotno-composer-scope .bp5-editable-text-input{background:none;border:none;box-shadow:none;padding:0;white-space:pre-wrap;width:100%}.polotno-composer-scope .bp5-editable-text-input::-moz-placeholder{color:#5f6b7c;opacity:1}.polotno-composer-scope .bp5-editable-text-input:-ms-input-placeholder{color:#5f6b7c;opacity:1}.polotno-composer-scope .bp5-editable-text-input::placeholder{color:#5f6b7c;opacity:1}.polotno-composer-scope .bp5-editable-text-input:focus{outline:none}.polotno-composer-scope .bp5-editable-text-input::-ms-clear{display:none}.polotno-composer-scope .bp5-editable-text-content{overflow:hidden;padding-right:2px;text-overflow:ellipsis;white-space:pre}.polotno-composer-scope .bp5-editable-text-editing>.bp5-editable-text-content{left:0;position:absolute;visibility:hidden}.polotno-composer-scope .bp5-editable-text-placeholder>.bp5-editable-text-content{color:#5f6b7c}.polotno-composer-scope .bp5-dark .bp5-editable-text-placeholder>.bp5-editable-text-content{color:#abb3bf}.polotno-composer-scope .bp5-editable-text.bp5-multiline{display:block}.polotno-composer-scope .bp5-editable-text.bp5-multiline .bp5-editable-text-content{overflow:auto;white-space:pre-wrap;word-wrap:break-word}.polotno-composer-scope .bp5-entity-title{align-items:center;display:flex;gap:7px;min-width:0}.polotno-composer-scope .bp5-entity-title.bp5-fill{width:100%}.polotno-composer-scope .bp5-entity-title-icon-container.bp5-entity-title-has-subtitle{align-self:flex-start}.polotno-composer-scope .bp5-entity-title-icon-container:not(.bp5-entity-title-has-subtitle){align-items:center;display:flex}.polotno-composer-scope .bp5-entity-title-text{display:flex;flex-direction:column}.polotno-composer-scope .bp5-fill .bp5-entity-title-text{flex-grow:1}.polotno-composer-scope .bp5-entity-title-title-and-tags{align-items:center;display:flex;flex-direction:row;gap:5px}.polotno-composer-scope .bp5-entity-title-tags-container{display:flex;gap:2px;margin-left:5px}.polotno-composer-scope .bp5-entity-title-title{margin-bottom:0;min-width:0;overflow-wrap:break-word}.polotno-composer-scope .bp5-fill .bp5-entity-title-title{flex-grow:1}.polotno-composer-scope .bp5-entity-title-subtitle{font-size:12px;margin-top:2px}.polotno-composer-scope .bp5-entity-title-ellipsize,.polotno-composer-scope .bp5-entity-title-ellipsize .bp5-entity-title-text{overflow:hidden}.polotno-composer-scope .bp5-entity-title-heading-h1 .bp5-icon-container{align-items:center;display:flex;height:40px}.polotno-composer-scope .bp5-entity-title-heading-h2 .bp5-icon-container{align-items:center;display:flex;height:32px}.polotno-composer-scope .bp5-entity-title-heading-h3 .bp5-icon-container{align-items:center;display:flex;height:25px}.polotno-composer-scope .bp5-entity-title-heading-h4 .bp5-icon-container{align-items:center;display:flex;height:21px}.polotno-composer-scope .bp5-entity-title-heading-h5 .bp5-icon-container{align-items:center;display:flex;height:19px}.polotno-composer-scope .bp5-entity-title-heading-h6 .bp5-icon-container{align-items:center;display:flex;height:16px}.polotno-composer-scope .bp5-entity-title-heading-h1,.polotno-composer-scope .bp5-entity-title-heading-h2,.polotno-composer-scope .bp5-entity-title-heading-h3{gap:15px}.polotno-composer-scope .bp5-entity-title-heading-h1 .bp5-entity-title-status-tag,.polotno-composer-scope .bp5-entity-title-heading-h2 .bp5-entity-title-status-tag,.polotno-composer-scope .bp5-entity-title-heading-h3 .bp5-entity-title-status-tag{margin-left:10px}.polotno-composer-scope .bp5-entity-title-heading-h1 .bp5-entity-title-subtitle,.polotno-composer-scope .bp5-entity-title-heading-h2 .bp5-entity-title-subtitle,.polotno-composer-scope .bp5-entity-title-heading-h3 .bp5-entity-title-subtitle{font-size:14px}.polotno-composer-scope .bp5-entity-title-heading-h4,.polotno-composer-scope .bp5-entity-title-heading-h5,.polotno-composer-scope .bp5-entity-title-heading-h6{gap:10px}.polotno-composer-scope .bp5-entity-title-heading-h4 .bp5-entity-title-subtitle,.polotno-composer-scope .bp5-entity-title-heading-h5 .bp5-entity-title-subtitle,.polotno-composer-scope .bp5-entity-title-heading-h6 .bp5-entity-title-subtitle{font-size:12px}.polotno-composer-scope .bp5-divider{border-bottom:1px solid rgba(17,20,24,.15);border-right:1px solid rgba(17,20,24,.15);margin:5px}.polotno-composer-scope .bp5-dark .bp5-divider{border-color:#fff3}.polotno-composer-scope .bp5-control-group{transform:translateZ(0);display:flex;flex-direction:row;align-items:stretch}.polotno-composer-scope .bp5-control-group>*{flex-grow:0;flex-shrink:0}.polotno-composer-scope .bp5-control-group>.bp5-fill{flex-grow:1;flex-shrink:1}.polotno-composer-scope .bp5-control-group .bp5-button,.polotno-composer-scope .bp5-control-group .bp5-html-select,.polotno-composer-scope .bp5-control-group .bp5-input,.polotno-composer-scope .bp5-control-group .bp5-select{position:relative}.polotno-composer-scope .bp5-control-group .bp5-input{z-index:2}.polotno-composer-scope .bp5-control-group .bp5-input:focus{z-index:14}.polotno-composer-scope .bp5-control-group .bp5-input[class*=bp5-intent]{z-index:13}.polotno-composer-scope .bp5-control-group .bp5-input[class*=bp5-intent]:focus{z-index:15}.polotno-composer-scope .bp5-control-group .bp5-input[readonly],.polotno-composer-scope .bp5-control-group .bp5-input:disabled,.polotno-composer-scope .bp5-control-group .bp5-input.bp5-disabled{z-index:1}.polotno-composer-scope .bp5-control-group .bp5-input-group[class*=bp5-intent] .bp5-input{z-index:13}.polotno-composer-scope .bp5-control-group .bp5-input-group[class*=bp5-intent] .bp5-input:focus{z-index:15}.polotno-composer-scope .bp5-control-group .bp5-button,.polotno-composer-scope .bp5-control-group .bp5-html-select select,.polotno-composer-scope .bp5-control-group .bp5-select select{transform:translateZ(0);z-index:4}.polotno-composer-scope .bp5-control-group .bp5-button:focus,.polotno-composer-scope .bp5-control-group .bp5-html-select select:focus,.polotno-composer-scope .bp5-control-group .bp5-select select:focus{z-index:5}.polotno-composer-scope .bp5-control-group .bp5-button:hover,.polotno-composer-scope .bp5-control-group .bp5-html-select select:hover,.polotno-composer-scope .bp5-control-group .bp5-select select:hover{z-index:6}.polotno-composer-scope .bp5-control-group .bp5-button:active,.polotno-composer-scope .bp5-control-group .bp5-html-select select:active,.polotno-composer-scope .bp5-control-group .bp5-select select:active{z-index:7}.polotno-composer-scope .bp5-control-group .bp5-button[readonly],.polotno-composer-scope .bp5-control-group .bp5-button:disabled,.polotno-composer-scope .bp5-control-group .bp5-button.bp5-disabled,.polotno-composer-scope .bp5-control-group .bp5-html-select select[readonly],.polotno-composer-scope .bp5-control-group .bp5-html-select select:disabled,.polotno-composer-scope .bp5-control-group .bp5-html-select select.bp5-disabled,.polotno-composer-scope .bp5-control-group .bp5-select select[readonly],.polotno-composer-scope .bp5-control-group .bp5-select select:disabled,.polotno-composer-scope .bp5-control-group .bp5-select select.bp5-disabled{z-index:3}.polotno-composer-scope .bp5-control-group .bp5-button[class*=bp5-intent],.polotno-composer-scope .bp5-control-group .bp5-html-select select[class*=bp5-intent],.polotno-composer-scope .bp5-control-group .bp5-select select[class*=bp5-intent]{z-index:9}.polotno-composer-scope .bp5-control-group .bp5-button[class*=bp5-intent]:focus,.polotno-composer-scope .bp5-control-group .bp5-html-select select[class*=bp5-intent]:focus,.polotno-composer-scope .bp5-control-group .bp5-select select[class*=bp5-intent]:focus{z-index:10}.polotno-composer-scope .bp5-control-group .bp5-button[class*=bp5-intent]:hover,.polotno-composer-scope .bp5-control-group .bp5-html-select select[class*=bp5-intent]:hover,.polotno-composer-scope .bp5-control-group .bp5-select select[class*=bp5-intent]:hover{z-index:11}.polotno-composer-scope .bp5-control-group .bp5-button[class*=bp5-intent]:active,.polotno-composer-scope .bp5-control-group .bp5-html-select select[class*=bp5-intent]:active,.polotno-composer-scope .bp5-control-group .bp5-select select[class*=bp5-intent]:active{z-index:12}.polotno-composer-scope .bp5-control-group .bp5-button[class*=bp5-intent][readonly],.polotno-composer-scope .bp5-control-group .bp5-button[class*=bp5-intent]:disabled,.polotno-composer-scope .bp5-control-group .bp5-button[class*=bp5-intent].bp5-disabled,.polotno-composer-scope .bp5-control-group .bp5-html-select select[class*=bp5-intent][readonly],.polotno-composer-scope .bp5-control-group .bp5-html-select select[class*=bp5-intent]:disabled,.polotno-composer-scope .bp5-control-group .bp5-html-select select[class*=bp5-intent].bp5-disabled,.polotno-composer-scope .bp5-control-group .bp5-select select[class*=bp5-intent][readonly],.polotno-composer-scope .bp5-control-group .bp5-select select[class*=bp5-intent]:disabled,.polotno-composer-scope .bp5-control-group .bp5-select select[class*=bp5-intent].bp5-disabled{z-index:8}.polotno-composer-scope .bp5-control-group .bp5-input-group>.bp5-icon,.polotno-composer-scope .bp5-control-group .bp5-input-group>.bp5-button,.polotno-composer-scope .bp5-control-group .bp5-input-group>.bp5-input-left-container,.polotno-composer-scope .bp5-control-group .bp5-input-group>.bp5-input-action{z-index:16}.polotno-composer-scope .bp5-control-group .bp5-select:after,.polotno-composer-scope .bp5-control-group .bp5-html-select:after,.polotno-composer-scope .bp5-control-group .bp5-select>.bp5-icon,.polotno-composer-scope .bp5-control-group .bp5-html-select>.bp5-icon{z-index:17}.polotno-composer-scope .bp5-control-group .bp5-html-select:focus-within,.polotno-composer-scope .bp5-control-group .bp5-select:focus-within{z-index:5}.polotno-composer-scope .bp5-control-group:not(.bp5-vertical)>:not(:last-child){margin-right:2px}.polotno-composer-scope .bp5-control-group .bp5-numeric-input:not(:first-child) .bp5-input-group{border-bottom-left-radius:0;border-top-left-radius:0}.polotno-composer-scope .bp5-control-group.bp5-fill{width:100%}.polotno-composer-scope .bp5-control-group>.bp5-fill{flex:1 1 auto}.polotno-composer-scope .bp5-control-group.bp5-fill>*:not(.bp5-fixed){flex:1 1 auto}.polotno-composer-scope .bp5-control-group.bp5-vertical{flex-direction:column}.polotno-composer-scope .bp5-control-group.bp5-vertical>:not(:last-child){margin-bottom:2px}.polotno-composer-scope .bp5-control{cursor:pointer;display:block;margin-bottom:10px;position:relative;text-transform:none}.polotno-composer-scope .bp5-control input:checked~.bp5-control-indicator{background-color:#2d72d2;box-shadow:inset 0 0 0 1px #11141833;color:#fff}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-control input:checked~.bp5-control-indicator{background-color:highlight;border:1px solid highlight}}.polotno-composer-scope .bp5-control:hover input:checked~.bp5-control-indicator{background-color:#215db0}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-control:hover input:checked~.bp5-control-indicator{background-color:highlight}}.polotno-composer-scope .bp5-control input:not(:disabled):active:checked~.bp5-control-indicator{background:#184a90}.polotno-composer-scope .bp5-control input:disabled:checked~.bp5-control-indicator{background:#2d72d280;box-shadow:none;color:#fff9}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-control input:disabled:checked~.bp5-control-indicator{background-color:graytext;border-color:graytext}}.polotno-composer-scope .bp5-dark .bp5-control input:checked~.bp5-control-indicator{box-shadow:inset 0 0 0 1px #ffffff1a}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-dark .bp5-control input:checked~.bp5-control-indicator{border:1px solid buttonborder}}.polotno-composer-scope .bp5-dark .bp5-control:hover input:checked~.bp5-control-indicator{background-color:#215db0;box-shadow:inset 0 0 0 1px #ffffff1a}.polotno-composer-scope .bp5-dark .bp5-control input:not(:disabled):active:checked~.bp5-control-indicator{background-color:#184a90;box-shadow:inset 0 0 0 1px #ffffff1a}.polotno-composer-scope .bp5-dark .bp5-control input:disabled:checked~.bp5-control-indicator{background:#2d72d280;box-shadow:none;color:#fff9}.polotno-composer-scope .bp5-control:not(.bp5-align-right){padding-inline-start:26px}.polotno-composer-scope .bp5-control:not(.bp5-align-right) .bp5-control-indicator{margin-inline-start:-26px}.polotno-composer-scope .bp5-control.bp5-align-right{padding-right:26px}.polotno-composer-scope .bp5-control.bp5-align-right .bp5-control-indicator{margin-right:-26px}.polotno-composer-scope [dir=rtl] .bp5-control.bp5-align-left{padding-inline-start:0;padding-left:26px}.polotno-composer-scope [dir=rtl] .bp5-control.bp5-align-left .bp5-control-indicator{margin-left:-26px}.polotno-composer-scope .bp5-control.bp5-disabled{color:#5f6b7c99;cursor:not-allowed}.polotno-composer-scope .bp5-control.bp5-inline{display:inline-block;margin-inline-end:20px}.polotno-composer-scope .bp5-control input{left:0;opacity:0;position:absolute;top:0;z-index:-1}.polotno-composer-scope .bp5-control .bp5-control-indicator{background-clip:padding-box;background-color:transparent;border:none;box-shadow:inset 0 0 0 1px #738091;cursor:pointer;display:inline-block;font-size:16px;height:1em;margin-inline-end:10px;margin-top:-3px;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;width:1em}.polotno-composer-scope .bp5-control .bp5-control-indicator:before{content:"";display:block;height:1em;width:1em}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-control .bp5-control-indicator{border:1px solid buttonborder}.polotno-composer-scope .bp5-control .bp5-control-indicator:before{margin-left:-1px;margin-top:-1px}}.polotno-composer-scope .bp5-control:hover .bp5-control-indicator{background-color:#8f99a826}.polotno-composer-scope .bp5-control input:not(:disabled):active~.bp5-control-indicator{background:#8f99a84d;box-shadow:inset 0 0 0 1px #738091}.polotno-composer-scope .bp5-control input:disabled~.bp5-control-indicator{background:#8f99a826;box-shadow:none;cursor:not-allowed}.polotno-composer-scope .bp5-control input:focus~.bp5-control-indicator{outline:rgba(33,93,176,.752) solid 2px;outline-offset:2px;-moz-outline-radius:6px}.polotno-composer-scope .bp5-dark .bp5-control input:focus~.bp5-control-indicator{outline-color:#8abbffc0}.polotno-composer-scope .bp5-control.bp5-align-right .bp5-control-indicator{float:right;margin-left:10px;margin-top:1px}.polotno-composer-scope [dir=rtl] .bp5-control.bp5-align-left .bp5-control-indicator{float:left;margin-top:1px}.polotno-composer-scope .bp5-control.bp5-large{font-size:16px}.polotno-composer-scope .bp5-control.bp5-large:not(.bp5-align-right){padding-inline-start:30px}.polotno-composer-scope .bp5-control.bp5-large:not(.bp5-align-right) .bp5-control-indicator{margin-inline-start:-30px}.polotno-composer-scope .bp5-control.bp5-large.bp5-align-right{padding-right:30px}.polotno-composer-scope .bp5-control.bp5-large.bp5-align-right .bp5-control-indicator{margin-right:-30px}.polotno-composer-scope [dir=rtl] .bp5-control.bp5-large.bp5-align-left{padding-inline-start:0;padding-left:30px}.polotno-composer-scope [dir=rtl] .bp5-control.bp5-large.bp5-align-left .bp5-control-indicator{margin-left:-30px}.polotno-composer-scope .bp5-control.bp5-large .bp5-control-indicator{font-size:20px}.polotno-composer-scope .bp5-control.bp5-large.bp5-align-right .bp5-control-indicator,.polotno-composer-scope [dir=rtl] .bp5-control.bp5-large.bp5-align-left .bp5-control-indicator{margin-top:0}.polotno-composer-scope .bp5-control.bp5-checkbox input:indeterminate~.bp5-control-indicator{background-color:#2d72d2;box-shadow:inset 0 0 0 1px #11141833;color:#fff}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-control.bp5-checkbox input:indeterminate~.bp5-control-indicator{background-color:highlight;border:1px solid highlight}}.polotno-composer-scope .bp5-control.bp5-checkbox:hover input:indeterminate~.bp5-control-indicator{background-color:#215db0}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-control.bp5-checkbox:hover input:indeterminate~.bp5-control-indicator{background-color:highlight}}.polotno-composer-scope .bp5-control.bp5-checkbox input:not(:disabled):active:indeterminate~.bp5-control-indicator{background:#184a90}.polotno-composer-scope .bp5-control.bp5-checkbox input:disabled:indeterminate~.bp5-control-indicator{background:#2d72d280;box-shadow:none;color:#fff9}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-control.bp5-checkbox input:disabled:indeterminate~.bp5-control-indicator{background-color:graytext;border-color:graytext}}.polotno-composer-scope .bp5-dark .bp5-control.bp5-checkbox input:indeterminate~.bp5-control-indicator{box-shadow:inset 0 0 0 1px #ffffff1a}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-dark .bp5-control.bp5-checkbox input:indeterminate~.bp5-control-indicator{border:1px solid buttonborder}}.polotno-composer-scope .bp5-dark .bp5-control.bp5-checkbox:hover input:indeterminate~.bp5-control-indicator{background-color:#215db0;box-shadow:inset 0 0 0 1px #ffffff1a}.polotno-composer-scope .bp5-dark .bp5-control.bp5-checkbox input:not(:disabled):active:indeterminate~.bp5-control-indicator{background-color:#184a90;box-shadow:inset 0 0 0 1px #ffffff1a}.polotno-composer-scope .bp5-dark .bp5-control.bp5-checkbox input:disabled:indeterminate~.bp5-control-indicator{background:#2d72d280;box-shadow:none;color:#fff9}.polotno-composer-scope .bp5-control.bp5-checkbox .bp5-control-indicator{border-radius:2px}.polotno-composer-scope .bp5-control.bp5-checkbox input:checked~.bp5-control-indicator:before{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 5c-.28 0-.53.11-.71.29L7 9.59l-2.29-2.3a1.003 1.003 0 00-1.42 1.42l3 3c.18.18.43.29.71.29s.53-.11.71-.29l5-5A1.003 1.003 0 0012 5z' fill='white'/%3e%3c/svg%3e")}.polotno-composer-scope .bp5-control.bp5-checkbox input:indeterminate~.bp5-control-indicator:before{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 7H5c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1z' fill='white'/%3e%3c/svg%3e")}.polotno-composer-scope .bp5-control.bp5-checkbox input:disabled~.bp5-control-indicator:before{opacity:.5}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-control.bp5-checkbox input:checked:not(:disabled)~.bp5-control-indicator:before{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 5c-.28 0-.53.11-.71.29L7 9.59l-2.29-2.3a1.003 1.003 0 00-1.42 1.42l3 3c.18.18.43.29.71.29s.53-.11.71-.29l5-5A1.003 1.003 0 0012 5z' fill='%23111418'/%3e%3c/svg%3e")}.polotno-composer-scope .bp5-control.bp5-checkbox input:indeterminate:not(:disabled)~.bp5-control-indicator:before{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 7H5c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1z' fill='%23111418'/%3e%3c/svg%3e")}.polotno-composer-scope .bp5-control.bp5-checkbox input:disabled~.bp5-control-indicator{border-color:graytext}}.polotno-composer-scope .bp5-control.bp5-radio .bp5-control-indicator{border-radius:50%}.polotno-composer-scope .bp5-control.bp5-radio input:checked~.bp5-control-indicator:before{background-image:radial-gradient(#ffffff,#ffffff 28%,transparent 32%)}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-control.bp5-radio input:checked~.bp5-control-indicator:before{background:highlight;height:12px;margin-left:1px;margin-top:1px;width:12px}}.polotno-composer-scope .bp5-control.bp5-radio input:checked:disabled~.bp5-control-indicator:before{opacity:.5}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-control.bp5-radio input:checked:disabled~.bp5-control-indicator:before{background:graytext}}.polotno-composer-scope .bp5-control.bp5-radio input:focus~.bp5-control-indicator{-moz-outline-radius:16px}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-control.bp5-radio input:disabled~.bp5-control-indicator{border-color:graytext}}.polotno-composer-scope .bp5-control.bp5-switch input~.bp5-control-indicator{background:#8f99a84d;color:#1c2127}.polotno-composer-scope .bp5-control.bp5-switch:hover input~.bp5-control-indicator{background:#8f99a866}.polotno-composer-scope .bp5-control.bp5-switch input:not(:disabled):active~.bp5-control-indicator{background:#8f99a880}.polotno-composer-scope .bp5-control.bp5-switch input:disabled~.bp5-control-indicator{background:#8f99a826;color:#5f6b7c99}.polotno-composer-scope .bp5-control.bp5-switch input:disabled~.bp5-control-indicator:before{background:#fffc;box-shadow:none}.polotno-composer-scope .bp5-control.bp5-switch input:checked~.bp5-control-indicator{background:#2d72d2;color:#fff}.polotno-composer-scope .bp5-control.bp5-switch:hover input:checked~.bp5-control-indicator{background:#215db0}.polotno-composer-scope .bp5-control.bp5-switch input:checked:not(:disabled):active~.bp5-control-indicator{background:#184a90}.polotno-composer-scope .bp5-control.bp5-switch input:checked:disabled~.bp5-control-indicator{background:#2d72d280;color:#fff9}.polotno-composer-scope .bp5-control.bp5-switch input:checked:disabled~.bp5-control-indicator:before{background:#ffffff80;box-shadow:none}.polotno-composer-scope .bp5-control.bp5-switch:not(.bp5-align-right){padding-inline-start:38px}.polotno-composer-scope .bp5-control.bp5-switch:not(.bp5-align-right) .bp5-control-indicator{margin-inline-start:-38px}.polotno-composer-scope .bp5-control.bp5-switch.bp5-align-right{padding-right:38px}.polotno-composer-scope .bp5-control.bp5-switch.bp5-align-right .bp5-control-indicator{margin-right:-38px}.polotno-composer-scope [dir=rtl] .bp5-control.bp5-switch.bp5-align-left{padding-inline-start:0;padding-left:38px}.polotno-composer-scope [dir=rtl] .bp5-control.bp5-switch.bp5-align-left .bp5-control-indicator{margin-left:-38px}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-control.bp5-switch input:checked~.bp5-control-indicator{background:highlight;border:1px solid buttonborder}.polotno-composer-scope .bp5-control.bp5-switch input:checked:disabled~.bp5-control-indicator{background-color:graytext}.polotno-composer-scope .bp5-control.bp5-switch input:not(:checked):disabled~.bp5-control-indicator{border-color:graytext}.polotno-composer-scope .bp5-control.bp5-switch input:not(:checked):disabled~.bp5-control-indicator:before{border-color:graytext}.polotno-composer-scope .bp5-control.bp5-switch:hover input:checked~.bp5-control-indicator{background:highlight}}.polotno-composer-scope .bp5-control.bp5-switch .bp5-control-indicator{border:none;border-radius:1.75em;box-shadow:none!important;min-width:1.75em;transition:background-color .1s cubic-bezier(.4,1,.75,.9);width:auto}.polotno-composer-scope .bp5-control.bp5-switch .bp5-control-indicator:before{background:#fff;border-radius:50%;box-shadow:0 0 0 1px #11141880;height:calc(1em - 4px);left:0;margin:2px;position:absolute;transition:left .1s cubic-bezier(.4,1,.75,.9);width:calc(1em - 4px)}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-control.bp5-switch .bp5-control-indicator:before{border:1px solid buttonborder;margin-top:1px}}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-control.bp5-switch .bp5-control-indicator{border:1px solid buttonborder}}.polotno-composer-scope .bp5-control.bp5-switch input:checked~.bp5-control-indicator:before{left:calc(100% - 1em)}.polotno-composer-scope .bp5-control.bp5-switch.bp5-large:not(.bp5-align-right){padding-inline-start:45px}.polotno-composer-scope .bp5-control.bp5-switch.bp5-large:not(.bp5-align-right) .bp5-control-indicator{margin-inline-start:-45px}.polotno-composer-scope .bp5-control.bp5-switch.bp5-large.bp5-align-right{padding-right:45px}.polotno-composer-scope .bp5-control.bp5-switch.bp5-large.bp5-align-right .bp5-control-indicator{margin-right:-45px}.polotno-composer-scope [dir=rtl] .bp5-control.bp5-switch.bp5-large.bp5-align-left{padding-inline-start:0;padding-left:45px}.polotno-composer-scope [dir=rtl] .bp5-control.bp5-switch.bp5-large.bp5-align-left .bp5-control-indicator{margin-left:-45px}.polotno-composer-scope .bp5-dark .bp5-control.bp5-switch input~.bp5-control-indicator{background:#11141880;color:#f6f7f9}.polotno-composer-scope .bp5-dark .bp5-control.bp5-switch:hover input~.bp5-control-indicator{background:#111418cc}.polotno-composer-scope .bp5-dark .bp5-control.bp5-switch input:not(:disabled):active~.bp5-control-indicator{background:#111418e6}.polotno-composer-scope .bp5-dark .bp5-control.bp5-switch input:disabled~.bp5-control-indicator{background:#8f99a826;color:#abb3bf99}.polotno-composer-scope .bp5-dark .bp5-control.bp5-switch input:disabled~.bp5-control-indicator:before{background:#abb3bf80;box-shadow:none}.polotno-composer-scope .bp5-dark .bp5-control.bp5-switch input:checked~.bp5-control-indicator{background:#2d72d2;color:#fff}.polotno-composer-scope .bp5-dark .bp5-control.bp5-switch:hover input:checked~.bp5-control-indicator{background:#215db0}.polotno-composer-scope .bp5-dark .bp5-control.bp5-switch input:checked:not(:disabled):active~.bp5-control-indicator{background:#184a90}.polotno-composer-scope .bp5-dark .bp5-control.bp5-switch input:checked:disabled~.bp5-control-indicator{background:#2d72d280;color:#abb3bf99}.polotno-composer-scope .bp5-dark .bp5-control.bp5-switch input:checked:disabled~.bp5-control-indicator:before{background:#ffffff4d;box-shadow:none}.polotno-composer-scope .bp5-dark .bp5-control.bp5-switch .bp5-control-indicator:before{background:#abb3bf}.polotno-composer-scope .bp5-dark .bp5-control.bp5-switch input:checked~.bp5-control-indicator:before{background:#fff}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-dark .bp5-control.bp5-switch input:checked~.bp5-control-indicator{background:highlight;border:1px solid buttonborder}.polotno-composer-scope .bp5-dark .bp5-control.bp5-switch input:checked:disabled~.bp5-control-indicator{background-color:graytext}.polotno-composer-scope .bp5-dark .bp5-control.bp5-switch input:not(:checked):disabled~.bp5-control-indicator{border-color:graytext}.polotno-composer-scope .bp5-dark .bp5-control.bp5-switch input:not(:checked):disabled~.bp5-control-indicator:before{border-color:graytext}.polotno-composer-scope .bp5-dark .bp5-control.bp5-switch:hover input:checked~.bp5-control-indicator{background:highlight}}.polotno-composer-scope .bp5-control.bp5-switch .bp5-switch-inner-text{font-size:.7em;text-align:center}.polotno-composer-scope .bp5-control.bp5-switch .bp5-control-indicator-child:first-child{line-height:0;margin-left:.5em;margin-right:1.2em;visibility:hidden}.polotno-composer-scope .bp5-control.bp5-switch .bp5-control-indicator-child:last-child{line-height:1em;margin-left:1.2em;margin-right:.5em;visibility:visible}.polotno-composer-scope .bp5-control.bp5-switch input:checked~.bp5-control-indicator .bp5-control-indicator-child:first-child{line-height:1em;visibility:visible}.polotno-composer-scope .bp5-control.bp5-switch input:checked~.bp5-control-indicator .bp5-control-indicator-child:last-child{line-height:0;visibility:hidden}.polotno-composer-scope .bp5-dark .bp5-control{color:#f6f7f9}.polotno-composer-scope .bp5-dark .bp5-control.bp5-disabled{color:#abb3bf99}.polotno-composer-scope .bp5-dark .bp5-control .bp5-control-indicator{background-color:transparent;box-shadow:inset 0 0 0 1px #8f99a8}.polotno-composer-scope .bp5-dark .bp5-control:hover .bp5-control-indicator{background-color:#8f99a826}.polotno-composer-scope .bp5-dark .bp5-control input:not(:disabled):active~.bp5-control-indicator{background:#8f99a84d;box-shadow:inset 0 0 0 1px #8f99a8}.polotno-composer-scope .bp5-dark .bp5-control input:disabled~.bp5-control-indicator{background:#8f99a826;box-shadow:none;cursor:not-allowed}.polotno-composer-scope .bp5-dark .bp5-control.bp5-checkbox input:disabled:checked~.bp5-control-indicator,.polotno-composer-scope .bp5-dark .bp5-control.bp5-checkbox input:disabled:indeterminate~.bp5-control-indicator{background:#2d72d280}.polotno-composer-scope .bp5-file-input{cursor:pointer;display:inline-block;height:30px;position:relative}.polotno-composer-scope .bp5-file-input input{margin:0;min-width:200px;opacity:0}.polotno-composer-scope .bp5-file-input input:disabled+.bp5-file-upload-input,.polotno-composer-scope .bp5-file-input input.bp5-disabled+.bp5-file-upload-input{background:#d3d8de80;box-shadow:none;color:#5f6b7c99;cursor:not-allowed;resize:none}.polotno-composer-scope .bp5-file-input input:disabled+.bp5-file-upload-input::-moz-placeholder,.polotno-composer-scope .bp5-file-input input.bp5-disabled+.bp5-file-upload-input::-moz-placeholder{color:#5f6b7c99}.polotno-composer-scope .bp5-file-input input:disabled+.bp5-file-upload-input:-ms-input-placeholder,.polotno-composer-scope .bp5-file-input input.bp5-disabled+.bp5-file-upload-input:-ms-input-placeholder{color:#5f6b7c99}.polotno-composer-scope .bp5-file-input input:disabled+.bp5-file-upload-input::placeholder,.polotno-composer-scope .bp5-file-input input.bp5-disabled+.bp5-file-upload-input::placeholder{color:#5f6b7c99}.polotno-composer-scope .bp5-file-input input:disabled+.bp5-file-upload-input:after,.polotno-composer-scope .bp5-file-input input.bp5-disabled+.bp5-file-upload-input:after{background-color:#d3d8de80;box-shadow:none;color:#5f6b7c99;cursor:not-allowed;outline:none}.polotno-composer-scope .bp5-dark .bp5-file-input input:disabled+.bp5-file-upload-input,.polotno-composer-scope .bp5-dark .bp5-file-input input.bp5-disabled+.bp5-file-upload-input{background:#40485480;box-shadow:none;color:#abb3bf99}.polotno-composer-scope .bp5-dark .bp5-file-input input:disabled+.bp5-file-upload-input:after,.polotno-composer-scope .bp5-dark .bp5-file-input input.bp5-disabled+.bp5-file-upload-input:after{background-color:#2f343c26;box-shadow:none;color:#abb3bf99}.polotno-composer-scope .bp5-file-input input:focus+.bp5-file-upload-input{box-shadow:inset 0 0 0 1px #215db0c0,0 0 0 1px #215db0c0,inset 0 1px 1px #11141833}.polotno-composer-scope .bp5-dark .bp5-file-input input:focus+.bp5-file-upload-input{box-shadow:inset 0 0 0 1px #8abbffc0,0 0 0 1px #8abbffc0,inset 0 0 0 1px #fff3,inset 0 -1px 1px #ffffff4d}.polotno-composer-scope .bp5-file-input.bp5-file-input-has-selection .bp5-file-upload-input{color:#1c2127}.polotno-composer-scope .bp5-dark .bp5-file-input.bp5-file-input-has-selection .bp5-file-upload-input{color:#f6f7f9}.polotno-composer-scope .bp5-file-input.bp5-fill{width:100%}.polotno-composer-scope .bp5-file-input.bp5-large,.polotno-composer-scope .bp5-large .bp5-file-input{height:40px}.polotno-composer-scope .bp5-file-input.bp5-small,.polotno-composer-scope .bp5-small .bp5-file-input{height:24px}.polotno-composer-scope .bp5-file-input .bp5-file-upload-input-custom-text:after{content:attr(bp5-button-text)}.polotno-composer-scope .bp5-file-upload-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:none;border-radius:2px;box-shadow:0 0 #215db000,0 0 #215db000,inset 0 0 0 1px #11141833,inset 0 1px 1px #1114184d;color:#1c2127;font-size:14px;font-weight:400;height:30px;line-height:30px;outline:none;padding:0 80px 0 10px;transition:box-shadow .1s cubic-bezier(.4,1,.75,.9);vertical-align:middle;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;color:#5f6b7c99;left:0;position:absolute;right:0;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.polotno-composer-scope .bp5-file-upload-input::-moz-placeholder{color:#5f6b7c;opacity:1}.polotno-composer-scope .bp5-file-upload-input:-ms-input-placeholder{color:#5f6b7c;opacity:1}.polotno-composer-scope .bp5-file-upload-input::placeholder{color:#5f6b7c;opacity:1}.polotno-composer-scope .bp5-file-upload-input:focus,.polotno-composer-scope .bp5-file-upload-input.bp5-active{box-shadow:inset 0 0 0 1px #215db0c0,0 0 0 1px #215db0c0,inset 0 1px 1px #11141833}.polotno-composer-scope .bp5-file-upload-input[type=search],.polotno-composer-scope .bp5-file-upload-input.bp5-round{border-radius:30px;box-sizing:border-box;padding-left:10px}.polotno-composer-scope .bp5-file-upload-input[readonly]{box-shadow:inset 0 0 0 1px #11141826}.polotno-composer-scope .bp5-file-upload-input:disabled,.polotno-composer-scope .bp5-file-upload-input.bp5-disabled{background:#d3d8de80;box-shadow:none;color:#5f6b7c99;cursor:not-allowed;resize:none}.polotno-composer-scope .bp5-file-upload-input:disabled::-moz-placeholder,.polotno-composer-scope .bp5-file-upload-input.bp5-disabled::-moz-placeholder{color:#5f6b7c99}.polotno-composer-scope .bp5-file-upload-input:disabled:-ms-input-placeholder,.polotno-composer-scope .bp5-file-upload-input.bp5-disabled:-ms-input-placeholder{color:#5f6b7c99}.polotno-composer-scope .bp5-file-upload-input:disabled::placeholder,.polotno-composer-scope .bp5-file-upload-input.bp5-disabled::placeholder{color:#5f6b7c99}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-file-upload-input{border:1px solid buttonborder}}.polotno-composer-scope .bp5-file-upload-input:after{background-color:#f6f7f9;box-shadow:inset 0 0 0 1px #11141833,0 1px 2px #1114181a;color:#1c2127;min-height:24px;min-width:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;border-radius:2px;content:"Browse";line-height:24px;margin:3px;position:absolute;right:0;text-align:center;top:0;width:70px}.polotno-composer-scope .bp5-file-upload-input:hover:after{background-clip:padding-box;background-color:#edeff2;box-shadow:inset 0 0 0 1px #11141833,0 1px 2px #11141833}.polotno-composer-scope .bp5-file-upload-input:active:after{background-color:#dce0e5;box-shadow:inset 0 0 0 1px #11141833,0 1px 2px #11141833}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-file-upload-input:active:after{background:highlight}}.polotno-composer-scope .bp5-large .bp5-file-upload-input{font-size:16px;height:40px;line-height:40px;padding-right:95px}.polotno-composer-scope .bp5-large .bp5-file-upload-input[type=search],.polotno-composer-scope .bp5-large .bp5-file-upload-input.bp5-round{padding:0 15px}.polotno-composer-scope .bp5-large .bp5-file-upload-input:after{min-height:30px;min-width:30px;line-height:30px;margin:5px;width:85px}.polotno-composer-scope .bp5-small .bp5-file-upload-input{font-size:12px;height:24px;line-height:24px;padding-left:8px;padding-right:65px}.polotno-composer-scope .bp5-small .bp5-file-upload-input[type=search],.polotno-composer-scope .bp5-small .bp5-file-upload-input.bp5-round{padding:0 12px}.polotno-composer-scope .bp5-small .bp5-file-upload-input:after{min-height:20px;min-width:20px;line-height:20px;margin:2px;width:55px}.polotno-composer-scope .bp5-dark .bp5-file-upload-input{background:#1114184d;box-shadow:0 0 #8abbff00,0 0 #8abbff00,inset 0 0 0 1px #fff3,inset 0 -1px 1px #ffffff4d;color:#f6f7f9;color:#abb3bf99}.polotno-composer-scope .bp5-dark .bp5-file-upload-input::-moz-placeholder{color:#abb3bf}.polotno-composer-scope .bp5-dark .bp5-file-upload-input:-ms-input-placeholder{color:#abb3bf}.polotno-composer-scope .bp5-dark .bp5-file-upload-input::placeholder{color:#abb3bf}.polotno-composer-scope .bp5-dark .bp5-file-upload-input:focus{box-shadow:inset 0 0 0 1px #8abbffc0,0 0 0 1px #8abbffc0}.polotno-composer-scope .bp5-dark .bp5-file-upload-input[readonly]{box-shadow:inset 0 0 0 1px #11141866}.polotno-composer-scope .bp5-dark .bp5-file-upload-input:disabled,.polotno-composer-scope .bp5-dark .bp5-file-upload-input.bp5-disabled{background:#40485480;box-shadow:none;color:#abb3bf99}.polotno-composer-scope .bp5-dark .bp5-file-upload-input:after{background-color:#2f343c;box-shadow:inset 0 0 0 1px #ffffff1a,0 1px 2px #11141833;color:#f6f7f9}.polotno-composer-scope .bp5-dark .bp5-file-upload-input:hover:after{background-color:#252a31;box-shadow:inset 0 0 0 1px #ffffff1a,0 1px 2px #11141866}.polotno-composer-scope .bp5-dark .bp5-file-upload-input:active:after{background-color:#1c2127;box-shadow:inset 0 0 0 1px #ffffff1a,0 1px 2px #11141866}.polotno-composer-scope .bp5-file-upload-input:after{box-shadow:inset 0 0 0 1px #11141833,0 1px 2px #1114181a}.polotno-composer-scope .bp5-form-group{display:flex;flex-direction:column;margin:0 0 15px}.polotno-composer-scope .bp5-form-group label.bp5-label{margin-bottom:5px}.polotno-composer-scope .bp5-form-group .bp5-control{margin-top:7px}.polotno-composer-scope .bp5-form-group .bp5-form-group-sub-label,.polotno-composer-scope .bp5-form-group .bp5-form-helper-text{color:#5f6b7c;font-size:12px}.polotno-composer-scope .bp5-form-group .bp5-form-group-sub-label{margin-bottom:5px}.polotno-composer-scope .bp5-form-group .bp5-form-helper-text{margin-top:5px}.polotno-composer-scope .bp5-form-group.bp5-intent-primary .bp5-form-helper-text{color:#215db0}.polotno-composer-scope .bp5-form-group.bp5-intent-success .bp5-form-helper-text{color:#1c6e42}.polotno-composer-scope .bp5-form-group.bp5-intent-warning .bp5-form-helper-text{color:#935610}.polotno-composer-scope .bp5-form-group.bp5-intent-danger .bp5-form-helper-text{color:#ac2f33}.polotno-composer-scope .bp5-form-group.bp5-fill{width:100%}.polotno-composer-scope .bp5-form-group.bp5-inline{align-items:flex-start;flex-direction:row}.polotno-composer-scope .bp5-form-group.bp5-inline.bp5-large label.bp5-label{line-height:40px;margin:0 10px 0 0}.polotno-composer-scope .bp5-form-group.bp5-inline label.bp5-label{line-height:30px;margin:0 10px 0 0}.polotno-composer-scope .bp5-form-group.bp5-disabled .bp5-label,.polotno-composer-scope .bp5-form-group.bp5-disabled .bp5-text-muted,.polotno-composer-scope .bp5-form-group.bp5-disabled .bp5-form-group-sub-label,.polotno-composer-scope .bp5-form-group.bp5-disabled .bp5-form-helper-text{color:#5f6b7c99!important}.polotno-composer-scope .bp5-dark .bp5-form-group.bp5-intent-primary .bp5-form-helper-text{color:#8abbff}.polotno-composer-scope .bp5-dark .bp5-form-group.bp5-intent-success .bp5-form-helper-text{color:#72ca9b}.polotno-composer-scope .bp5-dark .bp5-form-group.bp5-intent-warning .bp5-form-helper-text{color:#fbb360}.polotno-composer-scope .bp5-dark .bp5-form-group.bp5-intent-danger .bp5-form-helper-text{color:#fa999c}.polotno-composer-scope .bp5-dark .bp5-form-group .bp5-form-group-sub-label,.polotno-composer-scope .bp5-dark .bp5-form-group .bp5-form-helper-text{color:#abb3bf}.polotno-composer-scope .bp5-dark .bp5-form-group.bp5-disabled .bp5-label,.polotno-composer-scope .bp5-dark .bp5-form-group.bp5-disabled .bp5-text-muted,.polotno-composer-scope .bp5-dark .bp5-form-group.bp5-disabled .bp5-form-group-sub-label,.polotno-composer-scope .bp5-dark .bp5-form-group.bp5-disabled .bp5-form-helper-text{color:#abb3bf99!important}.polotno-composer-scope .bp5-input-group{display:block;position:relative}.polotno-composer-scope .bp5-input-group .bp5-input{position:relative;width:100%}.polotno-composer-scope .bp5-input-group .bp5-input:not(:first-child){padding-left:30px}.polotno-composer-scope .bp5-input-group .bp5-input:not(:last-child){padding-right:30px}.polotno-composer-scope .bp5-input-group .bp5-input-action,.polotno-composer-scope .bp5-input-group>.bp5-input-left-container,.polotno-composer-scope .bp5-input-group>.bp5-button,.polotno-composer-scope .bp5-input-group>.bp5-icon{position:absolute;top:0}.polotno-composer-scope .bp5-input-group .bp5-input-action:first-child,.polotno-composer-scope .bp5-input-group>.bp5-input-left-container:first-child,.polotno-composer-scope .bp5-input-group>.bp5-button:first-child,.polotno-composer-scope .bp5-input-group>.bp5-icon:first-child{left:0}.polotno-composer-scope .bp5-input-group .bp5-input-action:last-child,.polotno-composer-scope .bp5-input-group>.bp5-input-left-container:last-child,.polotno-composer-scope .bp5-input-group>.bp5-button:last-child,.polotno-composer-scope .bp5-input-group>.bp5-icon:last-child{right:0}.polotno-composer-scope .bp5-input-group .bp5-button{min-height:24px;min-width:24px;margin:3px;padding:0 7px}.polotno-composer-scope .bp5-input-group .bp5-button:empty{padding:0}.polotno-composer-scope .bp5-input-group>.bp5-input-left-container,.polotno-composer-scope .bp5-input-group>.bp5-icon{z-index:1}.polotno-composer-scope .bp5-input-group>.bp5-input-left-container>.bp5-icon,.polotno-composer-scope .bp5-input-group>.bp5-icon{color:#5f6b7c}.polotno-composer-scope .bp5-input-group>.bp5-input-left-container>.bp5-icon:empty,.polotno-composer-scope .bp5-input-group>.bp5-icon:empty{font-family:blueprint-icons-16,sans-serif;font-size:16px;font-style:normal;font-variant:normal;font-weight:400;height:16px;line-height:1;width:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.polotno-composer-scope .bp5-input-group>.bp5-input-left-container>.bp5-icon,.polotno-composer-scope .bp5-input-group>.bp5-icon,.polotno-composer-scope .bp5-input-group .bp5-input-action>.bp5-spinner{margin:7px}.polotno-composer-scope .bp5-input-group .bp5-tag{margin:5px}.polotno-composer-scope .bp5-input-group .bp5-input:not(:focus)+.bp5-button.bp5-minimal:not(:hover):not(:focus),.polotno-composer-scope .bp5-input-group .bp5-input:not(:focus)+.bp5-input-action .bp5-button.bp5-minimal:not(:hover):not(:focus){color:#5f6b7c}.polotno-composer-scope .bp5-dark .bp5-input-group .bp5-input:not(:focus)+.bp5-button.bp5-minimal:not(:hover):not(:focus),.polotno-composer-scope .bp5-dark .bp5-input-group .bp5-input:not(:focus)+.bp5-input-action .bp5-button.bp5-minimal:not(:hover):not(:focus){color:#abb3bf}.polotno-composer-scope .bp5-input-group .bp5-input:not(:focus)+.bp5-button.bp5-minimal:not(:hover):not(:focus) .bp5-icon,.polotno-composer-scope .bp5-input-group .bp5-input:not(:focus)+.bp5-button.bp5-minimal:not(:hover):not(:focus) .bp5-icon-standard,.polotno-composer-scope .bp5-input-group .bp5-input:not(:focus)+.bp5-button.bp5-minimal:not(:hover):not(:focus) .bp5-icon-large,.polotno-composer-scope .bp5-input-group .bp5-input:not(:focus)+.bp5-input-action .bp5-button.bp5-minimal:not(:hover):not(:focus) .bp5-icon,.polotno-composer-scope .bp5-input-group .bp5-input:not(:focus)+.bp5-input-action .bp5-button.bp5-minimal:not(:hover):not(:focus) .bp5-icon-standard,.polotno-composer-scope .bp5-input-group .bp5-input:not(:focus)+.bp5-input-action .bp5-button.bp5-minimal:not(:hover):not(:focus) .bp5-icon-large{color:#5f6b7c}.polotno-composer-scope .bp5-input-group .bp5-input:not(:focus)+.bp5-button.bp5-minimal:disabled,.polotno-composer-scope .bp5-input-group .bp5-input:not(:focus)+.bp5-input-action .bp5-button.bp5-minimal:disabled{color:#5f6b7c99!important}.polotno-composer-scope .bp5-input-group .bp5-input:not(:focus)+.bp5-button.bp5-minimal:disabled .bp5-icon,.polotno-composer-scope .bp5-input-group .bp5-input:not(:focus)+.bp5-button.bp5-minimal:disabled .bp5-icon-standard,.polotno-composer-scope .bp5-input-group .bp5-input:not(:focus)+.bp5-button.bp5-minimal:disabled .bp5-icon-large,.polotno-composer-scope .bp5-input-group .bp5-input:not(:focus)+.bp5-input-action .bp5-button.bp5-minimal:disabled .bp5-icon,.polotno-composer-scope .bp5-input-group .bp5-input:not(:focus)+.bp5-input-action .bp5-button.bp5-minimal:disabled .bp5-icon-standard,.polotno-composer-scope .bp5-input-group .bp5-input:not(:focus)+.bp5-input-action .bp5-button.bp5-minimal:disabled .bp5-icon-large{color:#5f6b7c99!important}.polotno-composer-scope .bp5-input-group.bp5-disabled{cursor:not-allowed}.polotno-composer-scope .bp5-input-group.bp5-disabled .bp5-icon{color:#5f6b7c99}.polotno-composer-scope .bp5-input-group.bp5-large .bp5-button{min-height:30px;min-width:30px;margin:5px}.polotno-composer-scope .bp5-input-group.bp5-large>.bp5-input-left-container>.bp5-icon,.polotno-composer-scope .bp5-input-group.bp5-large>.bp5-icon,.polotno-composer-scope .bp5-input-group.bp5-large .bp5-input-action>.bp5-spinner{margin:12px}.polotno-composer-scope .bp5-input-group.bp5-large .bp5-input{font-size:16px;height:40px;line-height:40px}.polotno-composer-scope .bp5-input-group.bp5-large .bp5-input[type=search],.polotno-composer-scope .bp5-input-group.bp5-large .bp5-input.bp5-round{padding:0 15px}.polotno-composer-scope .bp5-input-group.bp5-large .bp5-input:not(:first-child){padding-left:40px}.polotno-composer-scope .bp5-input-group.bp5-large .bp5-input:not(:last-child){padding-right:40px}.polotno-composer-scope .bp5-input-group.bp5-small .bp5-button,.polotno-composer-scope .bp5-input-group.bp5-small .bp5-tag{min-height:20px;min-width:20px;margin:2px}.polotno-composer-scope .bp5-input-group.bp5-small>.bp5-input-left-container>.bp5-icon,.polotno-composer-scope .bp5-input-group.bp5-small>.bp5-icon,.polotno-composer-scope .bp5-input-group.bp5-small .bp5-input-action>.bp5-spinner{margin:4px}.polotno-composer-scope .bp5-input-group.bp5-small .bp5-input{font-size:12px;height:24px;line-height:24px;padding-left:8px;padding-right:8px}.polotno-composer-scope .bp5-input-group.bp5-small .bp5-input[type=search],.polotno-composer-scope .bp5-input-group.bp5-small .bp5-input.bp5-round{padding:0 12px}.polotno-composer-scope .bp5-input-group.bp5-small .bp5-input:not(:first-child){padding-left:24px}.polotno-composer-scope .bp5-input-group.bp5-small .bp5-input:not(:last-child){padding-right:24px}.polotno-composer-scope .bp5-input-group.bp5-fill{flex:1 1 auto;width:100%}.polotno-composer-scope .bp5-input-group.bp5-round .bp5-button,.polotno-composer-scope .bp5-input-group.bp5-round .bp5-input,.polotno-composer-scope .bp5-input-group.bp5-round .bp5-tag{border-radius:30px}.polotno-composer-scope .bp5-dark .bp5-input-group .bp5-icon{color:#abb3bf}.polotno-composer-scope .bp5-dark .bp5-input-group.bp5-disabled .bp5-icon{color:#abb3bf99}.polotno-composer-scope .bp5-input-group.bp5-intent-primary .bp5-input{box-shadow:0 0 #2d72d200,0 0 #2d72d200,inset 0 0 0 1px #2d72d2,inset 0 0 0 1px #11141833,inset 0 1px 1px #1114184d}.polotno-composer-scope .bp5-input-group.bp5-intent-primary .bp5-input:focus{box-shadow:inset 0 0 0 1px #2d72d2c0,0 0 0 2px #2d72d2c0,inset 0 1px 1px #11141833}.polotno-composer-scope .bp5-input-group.bp5-intent-primary .bp5-input[readonly]{box-shadow:inset 0 0 0 1px #2d72d2}.polotno-composer-scope .bp5-input-group.bp5-intent-primary .bp5-input:disabled,.polotno-composer-scope .bp5-input-group.bp5-intent-primary .bp5-input.bp5-disabled{box-shadow:none}.polotno-composer-scope .bp5-dark .bp5-input-group.bp5-intent-primary .bp5-input{box-shadow:0 0 #4c90f000,0 0 #4c90f000,inset 0 0 0 1px #4c90f0,inset 0 0 0 1px #fff3,inset 0 -1px 1px #ffffff4d}.polotno-composer-scope .bp5-dark .bp5-input-group.bp5-intent-primary .bp5-input:focus{box-shadow:inset 0 0 0 1px #4c90f0c0,0 0 0 2px #4c90f0c0,inset 0 0 0 1px #fff3,inset 0 -1px 1px #ffffff4d}.polotno-composer-scope .bp5-dark .bp5-input-group.bp5-intent-primary .bp5-input[readonly]{box-shadow:inset 0 0 0 1px #4c90f0}.polotno-composer-scope .bp5-dark .bp5-input-group.bp5-intent-primary .bp5-input:disabled,.polotno-composer-scope .bp5-dark .bp5-input-group.bp5-intent-primary .bp5-input.bp5-disabled{box-shadow:none}.polotno-composer-scope .bp5-input-group.bp5-intent-primary>.bp5-icon{color:#215db0}.polotno-composer-scope .bp5-dark .bp5-input-group.bp5-intent-primary>.bp5-icon{color:#8abbff}.polotno-composer-scope .bp5-input-group.bp5-intent-success .bp5-input{box-shadow:0 0 #23855100,0 0 #23855100,inset 0 0 0 1px #238551,inset 0 0 0 1px #11141833,inset 0 1px 1px #1114184d}.polotno-composer-scope .bp5-input-group.bp5-intent-success .bp5-input:focus{box-shadow:inset 0 0 0 1px #238551c0,0 0 0 2px #238551c0,inset 0 1px 1px #11141833}.polotno-composer-scope .bp5-input-group.bp5-intent-success .bp5-input[readonly]{box-shadow:inset 0 0 0 1px #238551}.polotno-composer-scope .bp5-input-group.bp5-intent-success .bp5-input:disabled,.polotno-composer-scope .bp5-input-group.bp5-intent-success .bp5-input.bp5-disabled{box-shadow:none}.polotno-composer-scope .bp5-dark .bp5-input-group.bp5-intent-success .bp5-input{box-shadow:0 0 #32a46700,0 0 #32a46700,inset 0 0 0 1px #32a467,inset 0 0 0 1px #fff3,inset 0 -1px 1px #ffffff4d}.polotno-composer-scope .bp5-dark .bp5-input-group.bp5-intent-success .bp5-input:focus{box-shadow:inset 0 0 0 1px #32a467c0,0 0 0 2px #32a467c0,inset 0 0 0 1px #fff3,inset 0 -1px 1px #ffffff4d}.polotno-composer-scope .bp5-dark .bp5-input-group.bp5-intent-success .bp5-input[readonly]{box-shadow:inset 0 0 0 1px #32a467}.polotno-composer-scope .bp5-dark .bp5-input-group.bp5-intent-success .bp5-input:disabled,.polotno-composer-scope .bp5-dark .bp5-input-group.bp5-intent-success .bp5-input.bp5-disabled{box-shadow:none}.polotno-composer-scope .bp5-input-group.bp5-intent-success>.bp5-icon{color:#1c6e42}.polotno-composer-scope .bp5-dark .bp5-input-group.bp5-intent-success>.bp5-icon{color:#72ca9b}.polotno-composer-scope .bp5-input-group.bp5-intent-warning .bp5-input{box-shadow:0 0 #c8761900,0 0 #c8761900,inset 0 0 0 1px #c87619,inset 0 0 0 1px #11141833,inset 0 1px 1px #1114184d}.polotno-composer-scope .bp5-input-group.bp5-intent-warning .bp5-input:focus{box-shadow:inset 0 0 0 1px #c87619c0,0 0 0 2px #c87619c0,inset 0 1px 1px #11141833}.polotno-composer-scope .bp5-input-group.bp5-intent-warning .bp5-input[readonly]{box-shadow:inset 0 0 0 1px #c87619}.polotno-composer-scope .bp5-input-group.bp5-intent-warning .bp5-input:disabled,.polotno-composer-scope .bp5-input-group.bp5-intent-warning .bp5-input.bp5-disabled{box-shadow:none}.polotno-composer-scope .bp5-dark .bp5-input-group.bp5-intent-warning .bp5-input{box-shadow:0 0 #ec9a3c00,0 0 #ec9a3c00,inset 0 0 0 1px #ec9a3c,inset 0 0 0 1px #fff3,inset 0 -1px 1px #ffffff4d}.polotno-composer-scope .bp5-dark .bp5-input-group.bp5-intent-warning .bp5-input:focus{box-shadow:inset 0 0 0 1px #ec9a3cc0,0 0 0 2px #ec9a3cc0,inset 0 0 0 1px #fff3,inset 0 -1px 1px #ffffff4d}.polotno-composer-scope .bp5-dark .bp5-input-group.bp5-intent-warning .bp5-input[readonly]{box-shadow:inset 0 0 0 1px #ec9a3c}.polotno-composer-scope .bp5-dark .bp5-input-group.bp5-intent-warning .bp5-input:disabled,.polotno-composer-scope .bp5-dark .bp5-input-group.bp5-intent-warning .bp5-input.bp5-disabled{box-shadow:none}.polotno-composer-scope .bp5-input-group.bp5-intent-warning>.bp5-icon{color:#935610}.polotno-composer-scope .bp5-dark .bp5-input-group.bp5-intent-warning>.bp5-icon{color:#fbb360}.polotno-composer-scope .bp5-input-group.bp5-intent-danger .bp5-input{box-shadow:0 0 #cd424600,0 0 #cd424600,inset 0 0 0 1px #cd4246,inset 0 0 0 1px #11141833,inset 0 1px 1px #1114184d}.polotno-composer-scope .bp5-input-group.bp5-intent-danger .bp5-input:focus{box-shadow:inset 0 0 0 1px #cd4246c0,0 0 0 2px #cd4246c0,inset 0 1px 1px #11141833}.polotno-composer-scope .bp5-input-group.bp5-intent-danger .bp5-input[readonly]{box-shadow:inset 0 0 0 1px #cd4246}.polotno-composer-scope .bp5-input-group.bp5-intent-danger .bp5-input:disabled,.polotno-composer-scope .bp5-input-group.bp5-intent-danger .bp5-input.bp5-disabled{box-shadow:none}.polotno-composer-scope .bp5-dark .bp5-input-group.bp5-intent-danger .bp5-input{box-shadow:0 0 #e76a6e00,0 0 #e76a6e00,inset 0 0 0 1px #e76a6e,inset 0 0 0 1px #fff3,inset 0 -1px 1px #ffffff4d}.polotno-composer-scope .bp5-dark .bp5-input-group.bp5-intent-danger .bp5-input:focus{box-shadow:inset 0 0 0 1px #e76a6ec0,0 0 0 2px #e76a6ec0,inset 0 0 0 1px #fff3,inset 0 -1px 1px #ffffff4d}.polotno-composer-scope .bp5-dark .bp5-input-group.bp5-intent-danger .bp5-input[readonly]{box-shadow:inset 0 0 0 1px #e76a6e}.polotno-composer-scope .bp5-dark .bp5-input-group.bp5-intent-danger .bp5-input:disabled,.polotno-composer-scope .bp5-dark .bp5-input-group.bp5-intent-danger .bp5-input.bp5-disabled{box-shadow:none}.polotno-composer-scope .bp5-input-group.bp5-intent-danger>.bp5-icon{color:#ac2f33}.polotno-composer-scope .bp5-dark .bp5-input-group.bp5-intent-danger>.bp5-icon{color:#fa999c}.polotno-composer-scope .bp5-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:none;border-radius:2px;box-shadow:0 0 #215db000,0 0 #215db000,inset 0 0 0 1px #11141833,inset 0 1px 1px #1114184d;color:#1c2127;font-size:14px;font-weight:400;height:30px;line-height:30px;outline:none;padding:0 10px;transition:box-shadow .1s cubic-bezier(.4,1,.75,.9);vertical-align:middle}.polotno-composer-scope .bp5-input::-moz-placeholder{color:#5f6b7c;opacity:1}.polotno-composer-scope .bp5-input:-ms-input-placeholder{color:#5f6b7c;opacity:1}.polotno-composer-scope .bp5-input::placeholder{color:#5f6b7c;opacity:1}.polotno-composer-scope .bp5-input:focus,.polotno-composer-scope .bp5-input.bp5-active{box-shadow:inset 0 0 0 1px #215db0c0,0 0 0 1px #215db0c0,inset 0 1px 1px #11141833}.polotno-composer-scope .bp5-input[type=search],.polotno-composer-scope .bp5-input.bp5-round{border-radius:30px;box-sizing:border-box;padding-left:10px}.polotno-composer-scope .bp5-input[readonly]{box-shadow:inset 0 0 0 1px #11141826}.polotno-composer-scope .bp5-input:disabled,.polotno-composer-scope .bp5-input.bp5-disabled{background:#d3d8de80;box-shadow:none;color:#5f6b7c99;cursor:not-allowed;resize:none}.polotno-composer-scope .bp5-input:disabled::-moz-placeholder,.polotno-composer-scope .bp5-input.bp5-disabled::-moz-placeholder{color:#5f6b7c99}.polotno-composer-scope .bp5-input:disabled:-ms-input-placeholder,.polotno-composer-scope .bp5-input.bp5-disabled:-ms-input-placeholder{color:#5f6b7c99}.polotno-composer-scope .bp5-input:disabled::placeholder,.polotno-composer-scope .bp5-input.bp5-disabled::placeholder{color:#5f6b7c99}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-input{border:1px solid buttonborder}}.polotno-composer-scope .bp5-input.bp5-large{font-size:16px;height:40px;line-height:40px}.polotno-composer-scope .bp5-input.bp5-large[type=search],.polotno-composer-scope .bp5-input.bp5-large.bp5-round{padding:0 15px}.polotno-composer-scope .bp5-input.bp5-small{font-size:12px;height:24px;line-height:24px;padding-left:8px;padding-right:8px}.polotno-composer-scope .bp5-input.bp5-small[type=search],.polotno-composer-scope .bp5-input.bp5-small.bp5-round{padding:0 12px}.polotno-composer-scope .bp5-input.bp5-fill{flex:1 1 auto;width:100%}.polotno-composer-scope .bp5-dark .bp5-input{background:#1114184d;box-shadow:0 0 #8abbff00,0 0 #8abbff00,inset 0 0 0 1px #fff3,inset 0 -1px 1px #ffffff4d;color:#f6f7f9}.polotno-composer-scope .bp5-dark .bp5-input::-moz-placeholder{color:#abb3bf}.polotno-composer-scope .bp5-dark .bp5-input:-ms-input-placeholder{color:#abb3bf}.polotno-composer-scope .bp5-dark .bp5-input::placeholder{color:#abb3bf}.polotno-composer-scope .bp5-dark .bp5-input:focus{box-shadow:inset 0 0 0 1px #8abbffc0,0 0 0 1px #8abbffc0}.polotno-composer-scope .bp5-dark .bp5-input[readonly]{box-shadow:inset 0 0 0 1px #11141866}.polotno-composer-scope .bp5-dark .bp5-input:disabled,.polotno-composer-scope .bp5-dark .bp5-input.bp5-disabled{background:#40485480;box-shadow:none;color:#abb3bf99}.polotno-composer-scope .bp5-input.bp5-intent-primary{box-shadow:0 0 #2d72d200,0 0 #2d72d200,inset 0 0 0 1px #2d72d2,inset 0 0 0 1px #11141833,inset 0 1px 1px #1114184d}.polotno-composer-scope .bp5-input.bp5-intent-primary:focus{box-shadow:inset 0 0 0 1px #2d72d2c0,0 0 0 2px #2d72d2c0,inset 0 1px 1px #11141833}.polotno-composer-scope .bp5-input.bp5-intent-primary[readonly]{box-shadow:inset 0 0 0 1px #2d72d2}.polotno-composer-scope .bp5-input.bp5-intent-primary:disabled,.polotno-composer-scope .bp5-input.bp5-intent-primary.bp5-disabled{box-shadow:none}.polotno-composer-scope .bp5-dark .bp5-input.bp5-intent-primary{box-shadow:0 0 #4c90f000,0 0 #4c90f000,inset 0 0 0 1px #4c90f0,inset 0 0 0 1px #fff3,inset 0 -1px 1px #ffffff4d}.polotno-composer-scope .bp5-dark .bp5-input.bp5-intent-primary:focus{box-shadow:inset 0 0 0 1px #4c90f0c0,0 0 0 2px #4c90f0c0,inset 0 0 0 1px #fff3,inset 0 -1px 1px #ffffff4d}.polotno-composer-scope .bp5-dark .bp5-input.bp5-intent-primary[readonly]{box-shadow:inset 0 0 0 1px #4c90f0}.polotno-composer-scope .bp5-dark .bp5-input.bp5-intent-primary:disabled,.polotno-composer-scope .bp5-dark .bp5-input.bp5-intent-primary.bp5-disabled{box-shadow:none}.polotno-composer-scope .bp5-input.bp5-intent-success{box-shadow:0 0 #23855100,0 0 #23855100,inset 0 0 0 1px #238551,inset 0 0 0 1px #11141833,inset 0 1px 1px #1114184d}.polotno-composer-scope .bp5-input.bp5-intent-success:focus{box-shadow:inset 0 0 0 1px #238551c0,0 0 0 2px #238551c0,inset 0 1px 1px #11141833}.polotno-composer-scope .bp5-input.bp5-intent-success[readonly]{box-shadow:inset 0 0 0 1px #238551}.polotno-composer-scope .bp5-input.bp5-intent-success:disabled,.polotno-composer-scope .bp5-input.bp5-intent-success.bp5-disabled{box-shadow:none}.polotno-composer-scope .bp5-dark .bp5-input.bp5-intent-success{box-shadow:0 0 #32a46700,0 0 #32a46700,inset 0 0 0 1px #32a467,inset 0 0 0 1px #fff3,inset 0 -1px 1px #ffffff4d}.polotno-composer-scope .bp5-dark .bp5-input.bp5-intent-success:focus{box-shadow:inset 0 0 0 1px #32a467c0,0 0 0 2px #32a467c0,inset 0 0 0 1px #fff3,inset 0 -1px 1px #ffffff4d}.polotno-composer-scope .bp5-dark .bp5-input.bp5-intent-success[readonly]{box-shadow:inset 0 0 0 1px #32a467}.polotno-composer-scope .bp5-dark .bp5-input.bp5-intent-success:disabled,.polotno-composer-scope .bp5-dark .bp5-input.bp5-intent-success.bp5-disabled{box-shadow:none}.polotno-composer-scope .bp5-input.bp5-intent-warning{box-shadow:0 0 #c8761900,0 0 #c8761900,inset 0 0 0 1px #c87619,inset 0 0 0 1px #11141833,inset 0 1px 1px #1114184d}.polotno-composer-scope .bp5-input.bp5-intent-warning:focus{box-shadow:inset 0 0 0 1px #c87619c0,0 0 0 2px #c87619c0,inset 0 1px 1px #11141833}.polotno-composer-scope .bp5-input.bp5-intent-warning[readonly]{box-shadow:inset 0 0 0 1px #c87619}.polotno-composer-scope .bp5-input.bp5-intent-warning:disabled,.polotno-composer-scope .bp5-input.bp5-intent-warning.bp5-disabled{box-shadow:none}.polotno-composer-scope .bp5-dark .bp5-input.bp5-intent-warning{box-shadow:0 0 #ec9a3c00,0 0 #ec9a3c00,inset 0 0 0 1px #ec9a3c,inset 0 0 0 1px #fff3,inset 0 -1px 1px #ffffff4d}.polotno-composer-scope .bp5-dark .bp5-input.bp5-intent-warning:focus{box-shadow:inset 0 0 0 1px #ec9a3cc0,0 0 0 2px #ec9a3cc0,inset 0 0 0 1px #fff3,inset 0 -1px 1px #ffffff4d}.polotno-composer-scope .bp5-dark .bp5-input.bp5-intent-warning[readonly]{box-shadow:inset 0 0 0 1px #ec9a3c}.polotno-composer-scope .bp5-dark .bp5-input.bp5-intent-warning:disabled,.polotno-composer-scope .bp5-dark .bp5-input.bp5-intent-warning.bp5-disabled{box-shadow:none}.polotno-composer-scope .bp5-input.bp5-intent-danger{box-shadow:0 0 #cd424600,0 0 #cd424600,inset 0 0 0 1px #cd4246,inset 0 0 0 1px #11141833,inset 0 1px 1px #1114184d}.polotno-composer-scope .bp5-input.bp5-intent-danger:focus{box-shadow:inset 0 0 0 1px #cd4246c0,0 0 0 2px #cd4246c0,inset 0 1px 1px #11141833}.polotno-composer-scope .bp5-input.bp5-intent-danger[readonly]{box-shadow:inset 0 0 0 1px #cd4246}.polotno-composer-scope .bp5-input.bp5-intent-danger:disabled,.polotno-composer-scope .bp5-input.bp5-intent-danger.bp5-disabled{box-shadow:none}.polotno-composer-scope .bp5-dark .bp5-input.bp5-intent-danger{box-shadow:0 0 #e76a6e00,0 0 #e76a6e00,inset 0 0 0 1px #e76a6e,inset 0 0 0 1px #fff3,inset 0 -1px 1px #ffffff4d}.polotno-composer-scope .bp5-dark .bp5-input.bp5-intent-danger:focus{box-shadow:inset 0 0 0 1px #e76a6ec0,0 0 0 2px #e76a6ec0,inset 0 0 0 1px #fff3,inset 0 -1px 1px #ffffff4d}.polotno-composer-scope .bp5-dark .bp5-input.bp5-intent-danger[readonly]{box-shadow:inset 0 0 0 1px #e76a6e}.polotno-composer-scope .bp5-dark .bp5-input.bp5-intent-danger:disabled,.polotno-composer-scope .bp5-dark .bp5-input.bp5-intent-danger.bp5-disabled{box-shadow:none}.polotno-composer-scope .bp5-input::-ms-clear{display:none}@supports (-webkit-touch-callout: none){.polotno-composer-scope input.bp5-input:disabled,.polotno-composer-scope input.bp5-input.bp5-disabled{opacity:1;-webkit-text-fill-color:rgba(95,107,124,.6)}.polotno-composer-scope .bp5-dark input.bp5-input:disabled,.polotno-composer-scope .bp5-dark input.bp5-input.bp5-disabled{-webkit-text-fill-color:rgba(171,179,191,.6)}}.polotno-composer-scope textarea.bp5-input{max-width:100%;padding:10px}.polotno-composer-scope textarea.bp5-input,.polotno-composer-scope textarea.bp5-input.bp5-large,.polotno-composer-scope textarea.bp5-input.bp5-small{height:auto;line-height:inherit}.polotno-composer-scope textarea.bp5-input.bp5-small{padding:8px}.polotno-composer-scope .bp5-text-area.bp5-text-area-auto-resize{resize:horizontal}.polotno-composer-scope label.bp5-label{display:block;margin-bottom:15px;margin-top:0}.polotno-composer-scope label.bp5-label .bp5-html-select,.polotno-composer-scope label.bp5-label .bp5-input,.polotno-composer-scope label.bp5-label .bp5-select,.polotno-composer-scope label.bp5-label .bp5-slider,.polotno-composer-scope label.bp5-label .bp5-popover-wrapper{display:block;margin-top:5px;text-transform:none}.polotno-composer-scope label.bp5-label .bp5-button-group{margin-top:5px}.polotno-composer-scope label.bp5-label .bp5-select select,.polotno-composer-scope label.bp5-label .bp5-html-select select{font-weight:400;vertical-align:top;width:100%}.polotno-composer-scope label.bp5-label .bp5-control-group{margin-top:5px}.polotno-composer-scope label.bp5-label .bp5-control-group>.bp5-button-group,.polotno-composer-scope label.bp5-label .bp5-control-group>.bp5-html-select,.polotno-composer-scope label.bp5-label .bp5-control-group>.bp5-input,.polotno-composer-scope label.bp5-label .bp5-control-group>.bp5-select,.polotno-composer-scope label.bp5-label .bp5-control-group>.bp5-slider,.polotno-composer-scope label.bp5-label .bp5-control-group>.bp5-popover-wrapper{margin-top:0}.polotno-composer-scope label.bp5-label.bp5-disabled,.polotno-composer-scope label.bp5-label.bp5-disabled .bp5-text-muted{color:#5f6b7c99}.polotno-composer-scope label.bp5-label.bp5-inline{line-height:30px}.polotno-composer-scope label.bp5-label.bp5-inline .bp5-html-select,.polotno-composer-scope label.bp5-label.bp5-inline .bp5-input,.polotno-composer-scope label.bp5-label.bp5-inline .bp5-input-group,.polotno-composer-scope label.bp5-label.bp5-inline .bp5-select,.polotno-composer-scope label.bp5-label.bp5-inline .bp5-popover-wrapper{display:inline-block;margin:0 0 0 5px;vertical-align:top}.polotno-composer-scope label.bp5-label.bp5-inline .bp5-button-group{margin:0 0 0 5px}.polotno-composer-scope label.bp5-label.bp5-inline .bp5-input-group .bp5-input{margin-left:0}.polotno-composer-scope label.bp5-label.bp5-inline.bp5-large{line-height:40px}.polotno-composer-scope label.bp5-label.bp5-inline .bp5-control-group{margin:0 0 0 5px}.polotno-composer-scope label.bp5-label.bp5-inline .bp5-control-group>.bp5-button-group,.polotno-composer-scope label.bp5-label.bp5-inline .bp5-control-group>.bp5-html-select,.polotno-composer-scope label.bp5-label.bp5-inline .bp5-control-group>.bp5-input,.polotno-composer-scope label.bp5-label.bp5-inline .bp5-control-group>.bp5-select,.polotno-composer-scope label.bp5-label.bp5-inline .bp5-control-group>.bp5-slider,.polotno-composer-scope label.bp5-label.bp5-inline .bp5-control-group>.bp5-popover-wrapper{margin:0}.polotno-composer-scope label.bp5-label:not(.bp5-inline) .bp5-popover-target{display:block}.polotno-composer-scope .bp5-dark label.bp5-label{color:#f6f7f9}.polotno-composer-scope .bp5-dark label.bp5-label.bp5-disabled,.polotno-composer-scope .bp5-dark label.bp5-label.bp5-disabled .bp5-text-muted{color:#abb3bf99}.polotno-composer-scope .bp5-numeric-input .bp5-button-group.bp5-vertical>.bp5-button{flex:1 1 11px;min-height:0;padding:0;width:24px}.polotno-composer-scope .bp5-numeric-input.bp5-large .bp5-button-group.bp5-vertical>.bp5-button{width:40px}.polotno-composer-scope .bp5-numeric-input.bp5-small .bp5-button-group.bp5-vertical>.bp5-button{width:24px}.polotno-composer-scope form{display:block}.polotno-composer-scope .bp5-html-select select,.polotno-composer-scope .bp5-select select{display:inline-flex;flex-direction:row;align-items:center;border:none;cursor:pointer;font-size:14px;justify-content:center;text-align:left;vertical-align:middle;background-color:#f6f7f9;box-shadow:inset 0 0 0 1px #11141833,0 1px 2px #1114181a;color:#1c2127;-moz-appearance:none;-webkit-appearance:none;border-radius:2px;height:30px;padding:0 30px 0 10px;width:100%}.polotno-composer-scope .bp5-html-select select>*,.polotno-composer-scope .bp5-select select>*{flex-grow:0;flex-shrink:0}.polotno-composer-scope .bp5-html-select select>.bp5-fill,.polotno-composer-scope .bp5-select select>.bp5-fill{flex-grow:1;flex-shrink:1}.polotno-composer-scope .bp5-html-select select:before,.polotno-composer-scope .bp5-select select:before,.polotno-composer-scope .bp5-html-select select>*,.polotno-composer-scope .bp5-select select>*{margin-right:7px}.polotno-composer-scope .bp5-html-select select:empty:before,.polotno-composer-scope .bp5-select select:empty:before,.polotno-composer-scope .bp5-html-select select>:last-child,.polotno-composer-scope .bp5-select select>:last-child{margin-right:0}.polotno-composer-scope .bp5-html-select select:hover,.polotno-composer-scope .bp5-select select:hover{background-clip:padding-box;background-color:#edeff2;box-shadow:inset 0 0 0 1px #11141833,0 1px 2px #11141833}.polotno-composer-scope .bp5-html-select select:active,.polotno-composer-scope .bp5-select select:active,.polotno-composer-scope .bp5-html-select select.bp5-active,.polotno-composer-scope .bp5-select select.bp5-active{background-color:#dce0e5;box-shadow:inset 0 0 0 1px #11141833,0 1px 2px #11141833}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-html-select select:active,.polotno-composer-scope .bp5-select select:active,.polotno-composer-scope .bp5-html-select select.bp5-active,.polotno-composer-scope .bp5-select select.bp5-active{background:highlight}}.polotno-composer-scope .bp5-html-select select:disabled,.polotno-composer-scope .bp5-select select:disabled,.polotno-composer-scope .bp5-html-select select.bp5-disabled,.polotno-composer-scope .bp5-select select.bp5-disabled{background-color:#d3d8de80;box-shadow:none;color:#5f6b7c99;cursor:not-allowed;outline:none}.polotno-composer-scope .bp5-html-select select:disabled.bp5-active,.polotno-composer-scope .bp5-select select:disabled.bp5-active,.polotno-composer-scope .bp5-html-select select.bp5-disabled.bp5-active,.polotno-composer-scope .bp5-select select.bp5-disabled.bp5-active{background:#d3d8deb3}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-html-select select,.polotno-composer-scope .bp5-select select{border:1px solid buttonborder}}.polotno-composer-scope .bp5-html-select.bp5-minimal select,.polotno-composer-scope .bp5-select.bp5-minimal select{background:none;box-shadow:none}.polotno-composer-scope .bp5-html-select.bp5-minimal select:hover,.polotno-composer-scope .bp5-select.bp5-minimal select:hover{background:#8f99a826;box-shadow:none;color:#1c2127;text-decoration:none}.polotno-composer-scope .bp5-html-select.bp5-minimal select:active,.polotno-composer-scope .bp5-select.bp5-minimal select:active,.polotno-composer-scope .bp5-html-select.bp5-minimal select.bp5-active,.polotno-composer-scope .bp5-select.bp5-minimal select.bp5-active{background:#8f99a84d;box-shadow:none;color:#1c2127}.polotno-composer-scope .bp5-html-select.bp5-minimal select:disabled,.polotno-composer-scope .bp5-select.bp5-minimal select:disabled,.polotno-composer-scope .bp5-html-select.bp5-minimal select.bp5-disabled,.polotno-composer-scope .bp5-select.bp5-minimal select.bp5-disabled{background:none;color:#5f6b7c99;cursor:not-allowed}.polotno-composer-scope .bp5-html-select.bp5-minimal select:disabled.bp5-active,.polotno-composer-scope .bp5-select.bp5-minimal select:disabled.bp5-active,.polotno-composer-scope .bp5-html-select.bp5-minimal select.bp5-disabled.bp5-active,.polotno-composer-scope .bp5-select.bp5-minimal select.bp5-disabled.bp5-active{background:#8f99a84d}.polotno-composer-scope .bp5-dark .bp5-html-select.bp5-minimal select,.polotno-composer-scope .bp5-html-select.bp5-minimal .bp5-dark select,.polotno-composer-scope .bp5-dark .bp5-select.bp5-minimal select,.polotno-composer-scope .bp5-select.bp5-minimal .bp5-dark select,.polotno-composer-scope .bp5-dark .bp5-html-select.bp5-minimal select:hover,.polotno-composer-scope .bp5-html-select.bp5-minimal .bp5-dark select:hover,.polotno-composer-scope .bp5-dark .bp5-select.bp5-minimal select:hover,.polotno-composer-scope .bp5-select.bp5-minimal .bp5-dark select:hover,.polotno-composer-scope .bp5-dark .bp5-html-select.bp5-minimal select:active,.polotno-composer-scope .bp5-html-select.bp5-minimal .bp5-dark select:active,.polotno-composer-scope .bp5-dark .bp5-select.bp5-minimal select:active,.polotno-composer-scope .bp5-select.bp5-minimal .bp5-dark select:active,.polotno-composer-scope .bp5-dark .bp5-html-select.bp5-minimal select.bp5-active,.polotno-composer-scope .bp5-html-select.bp5-minimal .bp5-dark select.bp5-active,.polotno-composer-scope .bp5-dark .bp5-select.bp5-minimal select.bp5-active,.polotno-composer-scope .bp5-select.bp5-minimal .bp5-dark select.bp5-active{background:none;box-shadow:none;color:#fff}.polotno-composer-scope .bp5-dark .bp5-html-select.bp5-minimal select:hover,.polotno-composer-scope .bp5-html-select.bp5-minimal .bp5-dark select:hover,.polotno-composer-scope .bp5-dark .bp5-select.bp5-minimal select:hover,.polotno-composer-scope .bp5-select.bp5-minimal .bp5-dark select:hover{background:#8f99a826}.polotno-composer-scope .bp5-dark .bp5-html-select.bp5-minimal select:active,.polotno-composer-scope .bp5-html-select.bp5-minimal .bp5-dark select:active,.polotno-composer-scope .bp5-dark .bp5-select.bp5-minimal select:active,.polotno-composer-scope .bp5-select.bp5-minimal .bp5-dark select:active,.polotno-composer-scope .bp5-dark .bp5-html-select.bp5-minimal select.bp5-active,.polotno-composer-scope .bp5-html-select.bp5-minimal .bp5-dark select.bp5-active,.polotno-composer-scope .bp5-dark .bp5-select.bp5-minimal select.bp5-active,.polotno-composer-scope .bp5-select.bp5-minimal .bp5-dark select.bp5-active{background:#8f99a84d}.polotno-composer-scope .bp5-dark .bp5-html-select.bp5-minimal select:disabled,.polotno-composer-scope .bp5-html-select.bp5-minimal .bp5-dark select:disabled,.polotno-composer-scope .bp5-dark .bp5-select.bp5-minimal select:disabled,.polotno-composer-scope .bp5-select.bp5-minimal .bp5-dark select:disabled,.polotno-composer-scope .bp5-dark .bp5-html-select.bp5-minimal select.bp5-disabled,.polotno-composer-scope .bp5-html-select.bp5-minimal .bp5-dark select.bp5-disabled,.polotno-composer-scope .bp5-dark .bp5-select.bp5-minimal select.bp5-disabled,.polotno-composer-scope .bp5-select.bp5-minimal .bp5-dark select.bp5-disabled{background:none;color:#abb3bf99;cursor:not-allowed}.polotno-composer-scope .bp5-dark .bp5-html-select.bp5-minimal select:disabled.bp5-active,.polotno-composer-scope .bp5-html-select.bp5-minimal .bp5-dark select:disabled.bp5-active,.polotno-composer-scope .bp5-dark .bp5-select.bp5-minimal select:disabled.bp5-active,.polotno-composer-scope .bp5-select.bp5-minimal .bp5-dark select:disabled.bp5-active,.polotno-composer-scope .bp5-dark .bp5-html-select.bp5-minimal select.bp5-disabled.bp5-active,.polotno-composer-scope .bp5-html-select.bp5-minimal .bp5-dark select.bp5-disabled.bp5-active,.polotno-composer-scope .bp5-dark .bp5-select.bp5-minimal select.bp5-disabled.bp5-active,.polotno-composer-scope .bp5-select.bp5-minimal .bp5-dark select.bp5-disabled.bp5-active{background:#8f99a84d}.polotno-composer-scope .bp5-html-select.bp5-minimal select.bp5-intent-primary,.polotno-composer-scope .bp5-select.bp5-minimal select.bp5-intent-primary{color:#215db0}.polotno-composer-scope .bp5-html-select.bp5-minimal select.bp5-intent-primary:hover,.polotno-composer-scope .bp5-select.bp5-minimal select.bp5-intent-primary:hover,.polotno-composer-scope .bp5-html-select.bp5-minimal select.bp5-intent-primary:active,.polotno-composer-scope .bp5-select.bp5-minimal select.bp5-intent-primary:active,.polotno-composer-scope .bp5-html-select.bp5-minimal select.bp5-intent-primary.bp5-active,.polotno-composer-scope .bp5-select.bp5-minimal select.bp5-intent-primary.bp5-active{background:none;box-shadow:none;color:#215db0}.polotno-composer-scope .bp5-html-select.bp5-minimal select.bp5-intent-primary:hover,.polotno-composer-scope .bp5-select.bp5-minimal select.bp5-intent-primary:hover{background:#2d72d226;color:#215db0}.polotno-composer-scope .bp5-html-select.bp5-minimal select.bp5-intent-primary:active,.polotno-composer-scope .bp5-select.bp5-minimal select.bp5-intent-primary:active,.polotno-composer-scope .bp5-html-select.bp5-minimal select.bp5-intent-primary.bp5-active,.polotno-composer-scope .bp5-select.bp5-minimal select.bp5-intent-primary.bp5-active{background:#2d72d24d;color:#184a90}.polotno-composer-scope .bp5-html-select.bp5-minimal select.bp5-intent-primary:disabled,.polotno-composer-scope .bp5-select.bp5-minimal select.bp5-intent-primary:disabled,.polotno-composer-scope .bp5-html-select.bp5-minimal select.bp5-intent-primary.bp5-disabled,.polotno-composer-scope .bp5-select.bp5-minimal select.bp5-intent-primary.bp5-disabled{background:none;color:#215db080}.polotno-composer-scope .bp5-html-select.bp5-minimal select.bp5-intent-primary:disabled.bp5-active,.polotno-composer-scope .bp5-select.bp5-minimal select.bp5-intent-primary:disabled.bp5-active,.polotno-composer-scope .bp5-html-select.bp5-minimal select.bp5-intent-primary.bp5-disabled.bp5-active,.polotno-composer-scope .bp5-select.bp5-minimal select.bp5-intent-primary.bp5-disabled.bp5-active{background:#2d72d24d}.polotno-composer-scope .bp5-html-select.bp5-minimal select.bp5-intent-primary .bp5-button-spinner .bp5-spinner-head,.polotno-composer-scope .bp5-select.bp5-minimal select.bp5-intent-primary .bp5-button-spinner .bp5-spinner-head{stroke:#215db0}.polotno-composer-scope .bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-primary,.polotno-composer-scope .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-primary,.polotno-composer-scope .bp5-dark .bp5-select.bp5-minimal select.bp5-intent-primary,.polotno-composer-scope .bp5-select.bp5-minimal .bp5-dark select.bp5-intent-primary{color:#8abbff}.polotno-composer-scope .bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-primary:hover,.polotno-composer-scope .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-primary:hover,.polotno-composer-scope .bp5-dark .bp5-select.bp5-minimal select.bp5-intent-primary:hover,.polotno-composer-scope .bp5-select.bp5-minimal .bp5-dark select.bp5-intent-primary:hover{background:#2d72d233;color:#8abbff}.polotno-composer-scope .bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-primary:active,.polotno-composer-scope .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-primary:active,.polotno-composer-scope .bp5-dark .bp5-select.bp5-minimal select.bp5-intent-primary:active,.polotno-composer-scope .bp5-select.bp5-minimal .bp5-dark select.bp5-intent-primary:active,.polotno-composer-scope .bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-primary.bp5-active,.polotno-composer-scope .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-primary.bp5-active,.polotno-composer-scope .bp5-dark .bp5-select.bp5-minimal select.bp5-intent-primary.bp5-active,.polotno-composer-scope .bp5-select.bp5-minimal .bp5-dark select.bp5-intent-primary.bp5-active{background:#2d72d24d;color:#99c4ff}.polotno-composer-scope .bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-primary:disabled,.polotno-composer-scope .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-primary:disabled,.polotno-composer-scope .bp5-dark .bp5-select.bp5-minimal select.bp5-intent-primary:disabled,.polotno-composer-scope .bp5-select.bp5-minimal .bp5-dark select.bp5-intent-primary:disabled,.polotno-composer-scope .bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-primary.bp5-disabled,.polotno-composer-scope .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-primary.bp5-disabled,.polotno-composer-scope .bp5-dark .bp5-select.bp5-minimal select.bp5-intent-primary.bp5-disabled,.polotno-composer-scope .bp5-select.bp5-minimal .bp5-dark select.bp5-intent-primary.bp5-disabled{background:none;color:#8abbff80}.polotno-composer-scope .bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-primary:disabled.bp5-active,.polotno-composer-scope .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-primary:disabled.bp5-active,.polotno-composer-scope .bp5-dark .bp5-select.bp5-minimal select.bp5-intent-primary:disabled.bp5-active,.polotno-composer-scope .bp5-select.bp5-minimal .bp5-dark select.bp5-intent-primary:disabled.bp5-active,.polotno-composer-scope .bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-primary.bp5-disabled.bp5-active,.polotno-composer-scope .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-primary.bp5-disabled.bp5-active,.polotno-composer-scope .bp5-dark .bp5-select.bp5-minimal select.bp5-intent-primary.bp5-disabled.bp5-active,.polotno-composer-scope .bp5-select.bp5-minimal .bp5-dark select.bp5-intent-primary.bp5-disabled.bp5-active{background:#2d72d24d}.polotno-composer-scope .bp5-html-select.bp5-minimal select.bp5-intent-success,.polotno-composer-scope .bp5-select.bp5-minimal select.bp5-intent-success{color:#1c6e42}.polotno-composer-scope .bp5-html-select.bp5-minimal select.bp5-intent-success:hover,.polotno-composer-scope .bp5-select.bp5-minimal select.bp5-intent-success:hover,.polotno-composer-scope .bp5-html-select.bp5-minimal select.bp5-intent-success:active,.polotno-composer-scope .bp5-select.bp5-minimal select.bp5-intent-success:active,.polotno-composer-scope .bp5-html-select.bp5-minimal select.bp5-intent-success.bp5-active,.polotno-composer-scope .bp5-select.bp5-minimal select.bp5-intent-success.bp5-active{background:none;box-shadow:none;color:#1c6e42}.polotno-composer-scope .bp5-html-select.bp5-minimal select.bp5-intent-success:hover,.polotno-composer-scope .bp5-select.bp5-minimal select.bp5-intent-success:hover{background:#23855126;color:#1c6e42}.polotno-composer-scope .bp5-html-select.bp5-minimal select.bp5-intent-success:active,.polotno-composer-scope .bp5-select.bp5-minimal select.bp5-intent-success:active,.polotno-composer-scope .bp5-html-select.bp5-minimal select.bp5-intent-success.bp5-active,.polotno-composer-scope .bp5-select.bp5-minimal select.bp5-intent-success.bp5-active{background:#2385514d;color:#165a36}.polotno-composer-scope .bp5-html-select.bp5-minimal select.bp5-intent-success:disabled,.polotno-composer-scope .bp5-select.bp5-minimal select.bp5-intent-success:disabled,.polotno-composer-scope .bp5-html-select.bp5-minimal select.bp5-intent-success.bp5-disabled,.polotno-composer-scope .bp5-select.bp5-minimal select.bp5-intent-success.bp5-disabled{background:none;color:#1c6e4280}.polotno-composer-scope .bp5-html-select.bp5-minimal select.bp5-intent-success:disabled.bp5-active,.polotno-composer-scope .bp5-select.bp5-minimal select.bp5-intent-success:disabled.bp5-active,.polotno-composer-scope .bp5-html-select.bp5-minimal select.bp5-intent-success.bp5-disabled.bp5-active,.polotno-composer-scope .bp5-select.bp5-minimal select.bp5-intent-success.bp5-disabled.bp5-active{background:#2385514d}.polotno-composer-scope .bp5-html-select.bp5-minimal select.bp5-intent-success .bp5-button-spinner .bp5-spinner-head,.polotno-composer-scope .bp5-select.bp5-minimal select.bp5-intent-success .bp5-button-spinner .bp5-spinner-head{stroke:#1c6e42}.polotno-composer-scope .bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-success,.polotno-composer-scope .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-success,.polotno-composer-scope .bp5-dark .bp5-select.bp5-minimal select.bp5-intent-success,.polotno-composer-scope .bp5-select.bp5-minimal .bp5-dark select.bp5-intent-success{color:#72ca9b}.polotno-composer-scope .bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-success:hover,.polotno-composer-scope .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-success:hover,.polotno-composer-scope .bp5-dark .bp5-select.bp5-minimal select.bp5-intent-success:hover,.polotno-composer-scope .bp5-select.bp5-minimal .bp5-dark select.bp5-intent-success:hover{background:#23855133;color:#72ca9b}.polotno-composer-scope .bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-success:active,.polotno-composer-scope .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-success:active,.polotno-composer-scope .bp5-dark .bp5-select.bp5-minimal select.bp5-intent-success:active,.polotno-composer-scope .bp5-select.bp5-minimal .bp5-dark select.bp5-intent-success:active,.polotno-composer-scope .bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-success.bp5-active,.polotno-composer-scope .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-success.bp5-active,.polotno-composer-scope .bp5-dark .bp5-select.bp5-minimal select.bp5-intent-success.bp5-active,.polotno-composer-scope .bp5-select.bp5-minimal .bp5-dark select.bp5-intent-success.bp5-active{background:#2385514d;color:#7cd7a2}.polotno-composer-scope .bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-success:disabled,.polotno-composer-scope .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-success:disabled,.polotno-composer-scope .bp5-dark .bp5-select.bp5-minimal select.bp5-intent-success:disabled,.polotno-composer-scope .bp5-select.bp5-minimal .bp5-dark select.bp5-intent-success:disabled,.polotno-composer-scope .bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-success.bp5-disabled,.polotno-composer-scope .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-success.bp5-disabled,.polotno-composer-scope .bp5-dark .bp5-select.bp5-minimal select.bp5-intent-success.bp5-disabled,.polotno-composer-scope .bp5-select.bp5-minimal .bp5-dark select.bp5-intent-success.bp5-disabled{background:none;color:#72ca9b80}.polotno-composer-scope .bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-success:disabled.bp5-active,.polotno-composer-scope .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-success:disabled.bp5-active,.polotno-composer-scope .bp5-dark .bp5-select.bp5-minimal select.bp5-intent-success:disabled.bp5-active,.polotno-composer-scope .bp5-select.bp5-minimal .bp5-dark select.bp5-intent-success:disabled.bp5-active,.polotno-composer-scope .bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-success.bp5-disabled.bp5-active,.polotno-composer-scope .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-success.bp5-disabled.bp5-active,.polotno-composer-scope .bp5-dark .bp5-select.bp5-minimal select.bp5-intent-success.bp5-disabled.bp5-active,.polotno-composer-scope .bp5-select.bp5-minimal .bp5-dark select.bp5-intent-success.bp5-disabled.bp5-active{background:#2385514d}.polotno-composer-scope .bp5-html-select.bp5-minimal select.bp5-intent-warning,.polotno-composer-scope .bp5-select.bp5-minimal select.bp5-intent-warning{color:#935610}.polotno-composer-scope .bp5-html-select.bp5-minimal select.bp5-intent-warning:hover,.polotno-composer-scope .bp5-select.bp5-minimal select.bp5-intent-warning:hover,.polotno-composer-scope .bp5-html-select.bp5-minimal select.bp5-intent-warning:active,.polotno-composer-scope .bp5-select.bp5-minimal select.bp5-intent-warning:active,.polotno-composer-scope .bp5-html-select.bp5-minimal select.bp5-intent-warning.bp5-active,.polotno-composer-scope .bp5-select.bp5-minimal select.bp5-intent-warning.bp5-active{background:none;box-shadow:none;color:#935610}.polotno-composer-scope .bp5-html-select.bp5-minimal select.bp5-intent-warning:hover,.polotno-composer-scope .bp5-select.bp5-minimal select.bp5-intent-warning:hover{background:#c8761926;color:#935610}.polotno-composer-scope .bp5-html-select.bp5-minimal select.bp5-intent-warning:active,.polotno-composer-scope .bp5-select.bp5-minimal select.bp5-intent-warning:active,.polotno-composer-scope .bp5-html-select.bp5-minimal select.bp5-intent-warning.bp5-active,.polotno-composer-scope .bp5-select.bp5-minimal select.bp5-intent-warning.bp5-active{background:#c876194d;color:#77450d}.polotno-composer-scope .bp5-html-select.bp5-minimal select.bp5-intent-warning:disabled,.polotno-composer-scope .bp5-select.bp5-minimal select.bp5-intent-warning:disabled,.polotno-composer-scope .bp5-html-select.bp5-minimal select.bp5-intent-warning.bp5-disabled,.polotno-composer-scope .bp5-select.bp5-minimal select.bp5-intent-warning.bp5-disabled{background:none;color:#93561080}.polotno-composer-scope .bp5-html-select.bp5-minimal select.bp5-intent-warning:disabled.bp5-active,.polotno-composer-scope .bp5-select.bp5-minimal select.bp5-intent-warning:disabled.bp5-active,.polotno-composer-scope .bp5-html-select.bp5-minimal select.bp5-intent-warning.bp5-disabled.bp5-active,.polotno-composer-scope .bp5-select.bp5-minimal select.bp5-intent-warning.bp5-disabled.bp5-active{background:#c876194d}.polotno-composer-scope .bp5-html-select.bp5-minimal select.bp5-intent-warning .bp5-button-spinner .bp5-spinner-head,.polotno-composer-scope .bp5-select.bp5-minimal select.bp5-intent-warning .bp5-button-spinner .bp5-spinner-head{stroke:#935610}.polotno-composer-scope .bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-warning,.polotno-composer-scope .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-warning,.polotno-composer-scope .bp5-dark .bp5-select.bp5-minimal select.bp5-intent-warning,.polotno-composer-scope .bp5-select.bp5-minimal .bp5-dark select.bp5-intent-warning{color:#fbb360}.polotno-composer-scope .bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-warning:hover,.polotno-composer-scope .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-warning:hover,.polotno-composer-scope .bp5-dark .bp5-select.bp5-minimal select.bp5-intent-warning:hover,.polotno-composer-scope .bp5-select.bp5-minimal .bp5-dark select.bp5-intent-warning:hover{background:#c8761933;color:#fbb360}.polotno-composer-scope .bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-warning:active,.polotno-composer-scope .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-warning:active,.polotno-composer-scope .bp5-dark .bp5-select.bp5-minimal select.bp5-intent-warning:active,.polotno-composer-scope .bp5-select.bp5-minimal .bp5-dark select.bp5-intent-warning:active,.polotno-composer-scope .bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-warning.bp5-active,.polotno-composer-scope .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-warning.bp5-active,.polotno-composer-scope .bp5-dark .bp5-select.bp5-minimal select.bp5-intent-warning.bp5-active,.polotno-composer-scope .bp5-select.bp5-minimal .bp5-dark select.bp5-intent-warning.bp5-active{background:#c876194d;color:#f5c186}.polotno-composer-scope .bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-warning:disabled,.polotno-composer-scope .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-warning:disabled,.polotno-composer-scope .bp5-dark .bp5-select.bp5-minimal select.bp5-intent-warning:disabled,.polotno-composer-scope .bp5-select.bp5-minimal .bp5-dark select.bp5-intent-warning:disabled,.polotno-composer-scope .bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-warning.bp5-disabled,.polotno-composer-scope .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-warning.bp5-disabled,.polotno-composer-scope .bp5-dark .bp5-select.bp5-minimal select.bp5-intent-warning.bp5-disabled,.polotno-composer-scope .bp5-select.bp5-minimal .bp5-dark select.bp5-intent-warning.bp5-disabled{background:none;color:#fbb36080}.polotno-composer-scope .bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-warning:disabled.bp5-active,.polotno-composer-scope .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-warning:disabled.bp5-active,.polotno-composer-scope .bp5-dark .bp5-select.bp5-minimal select.bp5-intent-warning:disabled.bp5-active,.polotno-composer-scope .bp5-select.bp5-minimal .bp5-dark select.bp5-intent-warning:disabled.bp5-active,.polotno-composer-scope .bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-warning.bp5-disabled.bp5-active,.polotno-composer-scope .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-warning.bp5-disabled.bp5-active,.polotno-composer-scope .bp5-dark .bp5-select.bp5-minimal select.bp5-intent-warning.bp5-disabled.bp5-active,.polotno-composer-scope .bp5-select.bp5-minimal .bp5-dark select.bp5-intent-warning.bp5-disabled.bp5-active{background:#c876194d}.polotno-composer-scope .bp5-html-select.bp5-minimal select.bp5-intent-danger,.polotno-composer-scope .bp5-select.bp5-minimal select.bp5-intent-danger{color:#ac2f33}.polotno-composer-scope .bp5-html-select.bp5-minimal select.bp5-intent-danger:hover,.polotno-composer-scope .bp5-select.bp5-minimal select.bp5-intent-danger:hover,.polotno-composer-scope .bp5-html-select.bp5-minimal select.bp5-intent-danger:active,.polotno-composer-scope .bp5-select.bp5-minimal select.bp5-intent-danger:active,.polotno-composer-scope .bp5-html-select.bp5-minimal select.bp5-intent-danger.bp5-active,.polotno-composer-scope .bp5-select.bp5-minimal select.bp5-intent-danger.bp5-active{background:none;box-shadow:none;color:#ac2f33}.polotno-composer-scope .bp5-html-select.bp5-minimal select.bp5-intent-danger:hover,.polotno-composer-scope .bp5-select.bp5-minimal select.bp5-intent-danger:hover{background:#cd424626;color:#ac2f33}.polotno-composer-scope .bp5-html-select.bp5-minimal select.bp5-intent-danger:active,.polotno-composer-scope .bp5-select.bp5-minimal select.bp5-intent-danger:active,.polotno-composer-scope .bp5-html-select.bp5-minimal select.bp5-intent-danger.bp5-active,.polotno-composer-scope .bp5-select.bp5-minimal select.bp5-intent-danger.bp5-active{background:#cd42464d;color:#8e292c}.polotno-composer-scope .bp5-html-select.bp5-minimal select.bp5-intent-danger:disabled,.polotno-composer-scope .bp5-select.bp5-minimal select.bp5-intent-danger:disabled,.polotno-composer-scope .bp5-html-select.bp5-minimal select.bp5-intent-danger.bp5-disabled,.polotno-composer-scope .bp5-select.bp5-minimal select.bp5-intent-danger.bp5-disabled{background:none;color:#ac2f3380}.polotno-composer-scope .bp5-html-select.bp5-minimal select.bp5-intent-danger:disabled.bp5-active,.polotno-composer-scope .bp5-select.bp5-minimal select.bp5-intent-danger:disabled.bp5-active,.polotno-composer-scope .bp5-html-select.bp5-minimal select.bp5-intent-danger.bp5-disabled.bp5-active,.polotno-composer-scope .bp5-select.bp5-minimal select.bp5-intent-danger.bp5-disabled.bp5-active{background:#cd42464d}.polotno-composer-scope .bp5-html-select.bp5-minimal select.bp5-intent-danger .bp5-button-spinner .bp5-spinner-head,.polotno-composer-scope .bp5-select.bp5-minimal select.bp5-intent-danger .bp5-button-spinner .bp5-spinner-head{stroke:#ac2f33}.polotno-composer-scope .bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-danger,.polotno-composer-scope .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-danger,.polotno-composer-scope .bp5-dark .bp5-select.bp5-minimal select.bp5-intent-danger,.polotno-composer-scope .bp5-select.bp5-minimal .bp5-dark select.bp5-intent-danger{color:#fa999c}.polotno-composer-scope .bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-danger:hover,.polotno-composer-scope .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-danger:hover,.polotno-composer-scope .bp5-dark .bp5-select.bp5-minimal select.bp5-intent-danger:hover,.polotno-composer-scope .bp5-select.bp5-minimal .bp5-dark select.bp5-intent-danger:hover{background:#cd424633;color:#fa999c}.polotno-composer-scope .bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-danger:active,.polotno-composer-scope .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-danger:active,.polotno-composer-scope .bp5-dark .bp5-select.bp5-minimal select.bp5-intent-danger:active,.polotno-composer-scope .bp5-select.bp5-minimal .bp5-dark select.bp5-intent-danger:active,.polotno-composer-scope .bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-danger.bp5-active,.polotno-composer-scope .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-danger.bp5-active,.polotno-composer-scope .bp5-dark .bp5-select.bp5-minimal select.bp5-intent-danger.bp5-active,.polotno-composer-scope .bp5-select.bp5-minimal .bp5-dark select.bp5-intent-danger.bp5-active{background:#cd42464d;color:#ffa1a4}.polotno-composer-scope .bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-danger:disabled,.polotno-composer-scope .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-danger:disabled,.polotno-composer-scope .bp5-dark .bp5-select.bp5-minimal select.bp5-intent-danger:disabled,.polotno-composer-scope .bp5-select.bp5-minimal .bp5-dark select.bp5-intent-danger:disabled,.polotno-composer-scope .bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-danger.bp5-disabled,.polotno-composer-scope .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-danger.bp5-disabled,.polotno-composer-scope .bp5-dark .bp5-select.bp5-minimal select.bp5-intent-danger.bp5-disabled,.polotno-composer-scope .bp5-select.bp5-minimal .bp5-dark select.bp5-intent-danger.bp5-disabled{background:none;color:#fa999c80}.polotno-composer-scope .bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-danger:disabled.bp5-active,.polotno-composer-scope .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-danger:disabled.bp5-active,.polotno-composer-scope .bp5-dark .bp5-select.bp5-minimal select.bp5-intent-danger:disabled.bp5-active,.polotno-composer-scope .bp5-select.bp5-minimal .bp5-dark select.bp5-intent-danger:disabled.bp5-active,.polotno-composer-scope .bp5-dark .bp5-html-select.bp5-minimal select.bp5-intent-danger.bp5-disabled.bp5-active,.polotno-composer-scope .bp5-html-select.bp5-minimal .bp5-dark select.bp5-intent-danger.bp5-disabled.bp5-active,.polotno-composer-scope .bp5-dark .bp5-select.bp5-minimal select.bp5-intent-danger.bp5-disabled.bp5-active,.polotno-composer-scope .bp5-select.bp5-minimal .bp5-dark select.bp5-intent-danger.bp5-disabled.bp5-active{background:#cd42464d}.polotno-composer-scope .bp5-html-select.bp5-large select,.polotno-composer-scope .bp5-select.bp5-large select{font-size:16px;height:40px;padding-right:35px}.polotno-composer-scope .bp5-dark .bp5-html-select select,.polotno-composer-scope .bp5-dark .bp5-select select{background-color:#2f343c;box-shadow:inset 0 0 0 1px #ffffff1a,0 1px 2px #11141833;color:#f6f7f9}.polotno-composer-scope .bp5-dark .bp5-html-select select:hover,.polotno-composer-scope .bp5-dark .bp5-select select:hover,.polotno-composer-scope .bp5-dark .bp5-html-select select:active,.polotno-composer-scope .bp5-dark .bp5-select select:active,.polotno-composer-scope .bp5-dark .bp5-html-select select.bp5-active,.polotno-composer-scope .bp5-dark .bp5-select select.bp5-active{color:#f6f7f9}.polotno-composer-scope .bp5-dark .bp5-html-select select:hover,.polotno-composer-scope .bp5-dark .bp5-select select:hover{background-color:#252a31;box-shadow:inset 0 0 0 1px #ffffff1a,0 1px 2px #11141866}.polotno-composer-scope .bp5-dark .bp5-html-select select:active,.polotno-composer-scope .bp5-dark .bp5-select select:active,.polotno-composer-scope .bp5-dark .bp5-html-select select.bp5-active,.polotno-composer-scope .bp5-dark .bp5-select select.bp5-active{background-color:#1c2127;box-shadow:inset 0 0 0 1px #ffffff1a,0 1px 2px #11141866}.polotno-composer-scope .bp5-dark .bp5-html-select select:disabled,.polotno-composer-scope .bp5-dark .bp5-select select:disabled,.polotno-composer-scope .bp5-dark .bp5-html-select select.bp5-disabled,.polotno-composer-scope .bp5-dark .bp5-select select.bp5-disabled{background-color:#2f343c26;box-shadow:none;color:#abb3bf99}.polotno-composer-scope .bp5-dark .bp5-html-select select:disabled.bp5-active,.polotno-composer-scope .bp5-dark .bp5-select select:disabled.bp5-active,.polotno-composer-scope .bp5-dark .bp5-html-select select.bp5-disabled.bp5-active,.polotno-composer-scope .bp5-dark .bp5-select select.bp5-disabled.bp5-active{background:#2f343cb3}.polotno-composer-scope .bp5-dark .bp5-html-select select .bp5-button-spinner .bp5-spinner-head,.polotno-composer-scope .bp5-dark .bp5-select select .bp5-button-spinner .bp5-spinner-head{background:#11141880;stroke:#8f99a8}.polotno-composer-scope .bp5-html-select select:disabled,.polotno-composer-scope .bp5-select select:disabled{background-color:#d3d8de80;box-shadow:none;color:#5f6b7c99;cursor:not-allowed}.polotno-composer-scope .bp5-select:after,.polotno-composer-scope .bp5-html-select .bp5-icon,.polotno-composer-scope .bp5-select .bp5-icon{color:#5f6b7c;pointer-events:none;position:absolute;right:10px;top:7px}.polotno-composer-scope .bp5-disabled.bp5-select:after,.polotno-composer-scope .bp5-html-select .bp5-disabled.bp5-icon,.polotno-composer-scope .bp5-select .bp5-disabled.bp5-icon{color:#5f6b7c99}.polotno-composer-scope .bp5-html-select,.polotno-composer-scope .bp5-select{display:inline-block;letter-spacing:normal;position:relative;vertical-align:middle}.polotno-composer-scope .bp5-html-select .bp5-icon,.polotno-composer-scope .bp5-select .bp5-icon{color:#5f6b7c}.polotno-composer-scope .bp5-html-select .bp5-icon:hover,.polotno-composer-scope .bp5-select .bp5-icon:hover{color:#1c2127}.polotno-composer-scope .bp5-dark .bp5-html-select .bp5-icon,.polotno-composer-scope .bp5-dark .bp5-select .bp5-icon{color:#abb3bf}.polotno-composer-scope .bp5-dark .bp5-html-select .bp5-icon:hover,.polotno-composer-scope .bp5-dark .bp5-select .bp5-icon:hover{color:#f6f7f9}.polotno-composer-scope .bp5-html-select.bp5-large:after,.polotno-composer-scope .bp5-html-select.bp5-large .bp5-icon,.polotno-composer-scope .bp5-select.bp5-large:after,.polotno-composer-scope .bp5-select.bp5-large .bp5-icon{right:12px;top:12px}.polotno-composer-scope .bp5-html-select.bp5-fill,.polotno-composer-scope .bp5-html-select.bp5-fill select,.polotno-composer-scope .bp5-select.bp5-fill,.polotno-composer-scope .bp5-select.bp5-fill select{width:100%}.polotno-composer-scope .bp5-dark .bp5-html-select option,.polotno-composer-scope .bp5-dark .bp5-select option{background-color:#2f343c;color:#f6f7f9}.polotno-composer-scope .bp5-dark .bp5-html-select option:disabled,.polotno-composer-scope .bp5-dark .bp5-select option:disabled{color:#abb3bf99}.polotno-composer-scope .bp5-dark .bp5-html-select:after,.polotno-composer-scope .bp5-dark .bp5-select:after{color:#abb3bf}.polotno-composer-scope .bp5-select:after{font-family:blueprint-icons-16,sans-serif;font-size:16px;font-style:normal;font-variant:normal;font-weight:400;height:16px;line-height:1;width:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;content:""}.polotno-composer-scope table.bp5-html-table,.polotno-composer-scope .bp5-running-text table{border-spacing:0;font-size:14px}.polotno-composer-scope table.bp5-html-table th,.polotno-composer-scope .bp5-running-text table th,.polotno-composer-scope table.bp5-html-table td,.polotno-composer-scope .bp5-running-text table td{padding:11px;text-align:left;vertical-align:top}.polotno-composer-scope table.bp5-html-table th,.polotno-composer-scope .bp5-running-text table th{color:#1c2127;font-weight:600}.polotno-composer-scope table.bp5-html-table td,.polotno-composer-scope .bp5-running-text table td{color:#1c2127}.polotno-composer-scope table.bp5-html-table tbody tr:first-child th,.polotno-composer-scope .bp5-running-text table tbody tr:first-child th,.polotno-composer-scope table.bp5-html-table tbody tr:first-child td,.polotno-composer-scope .bp5-running-text table tbody tr:first-child td,.polotno-composer-scope table.bp5-html-table tfoot tr:first-child th,.polotno-composer-scope .bp5-running-text table tfoot tr:first-child th,.polotno-composer-scope table.bp5-html-table tfoot tr:first-child td,.polotno-composer-scope .bp5-running-text table tfoot tr:first-child td{box-shadow:inset 0 1px #11141826}.polotno-composer-scope .bp5-dark table.bp5-html-table th,.polotno-composer-scope .bp5-dark .bp5-running-text table th,.polotno-composer-scope .bp5-running-text .bp5-dark table th,.polotno-composer-scope .bp5-dark table.bp5-html-table td,.polotno-composer-scope .bp5-dark .bp5-running-text table td,.polotno-composer-scope .bp5-running-text .bp5-dark table td{color:#f6f7f9}.polotno-composer-scope .bp5-dark table.bp5-html-table tbody tr:first-child th,.polotno-composer-scope .bp5-dark .bp5-running-text table tbody tr:first-child th,.polotno-composer-scope .bp5-running-text .bp5-dark table tbody tr:first-child th,.polotno-composer-scope .bp5-dark table.bp5-html-table tbody tr:first-child td,.polotno-composer-scope .bp5-dark .bp5-running-text table tbody tr:first-child td,.polotno-composer-scope .bp5-running-text .bp5-dark table tbody tr:first-child td,.polotno-composer-scope .bp5-dark table.bp5-html-table tfoot tr:first-child th,.polotno-composer-scope .bp5-dark .bp5-running-text table tfoot tr:first-child th,.polotno-composer-scope .bp5-running-text .bp5-dark table tfoot tr:first-child th,.polotno-composer-scope .bp5-dark table.bp5-html-table tfoot tr:first-child td,.polotno-composer-scope .bp5-dark .bp5-running-text table tfoot tr:first-child td,.polotno-composer-scope .bp5-running-text .bp5-dark table tfoot tr:first-child td{box-shadow:inset 0 1px #fff3}.polotno-composer-scope table.bp5-html-table.bp5-compact th,.polotno-composer-scope table.bp5-html-table.bp5-compact td{padding-bottom:6px;padding-top:6px}.polotno-composer-scope table.bp5-html-table.bp5-html-table-striped tbody tr:nth-child(odd) td{background:#8f99a826}.polotno-composer-scope table.bp5-html-table.bp5-html-table-bordered th:not(:first-child){box-shadow:inset 1px 0 #11141826}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope table.bp5-html-table.bp5-html-table-bordered th:not(:first-child){border-left:1px solid buttonborder}}.polotno-composer-scope table.bp5-html-table.bp5-html-table-bordered tbody tr td,.polotno-composer-scope table.bp5-html-table.bp5-html-table-bordered tfoot tr td{box-shadow:inset 0 1px #11141826}.polotno-composer-scope table.bp5-html-table.bp5-html-table-bordered tbody tr td:not(:first-child),.polotno-composer-scope table.bp5-html-table.bp5-html-table-bordered tfoot tr td:not(:first-child){box-shadow:inset 1px 1px #11141826}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope table.bp5-html-table.bp5-html-table-bordered tbody tr td:not(:first-child),.polotno-composer-scope table.bp5-html-table.bp5-html-table-bordered tfoot tr td:not(:first-child){border-left:1px solid buttonborder;border-top:1px solid buttonborder}}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope table.bp5-html-table.bp5-html-table-bordered tbody tr td,.polotno-composer-scope table.bp5-html-table.bp5-html-table-bordered tfoot tr td{border-top:1px solid buttonborder}}.polotno-composer-scope table.bp5-html-table.bp5-html-table-bordered.bp5-html-table-striped tbody tr:not(:first-child) td{box-shadow:none}.polotno-composer-scope table.bp5-html-table.bp5-html-table-bordered.bp5-html-table-striped tbody tr:not(:first-child) td:not(:first-child){box-shadow:inset 1px 0 #11141826}.polotno-composer-scope table.bp5-html-table.bp5-interactive tbody tr:hover td{background-color:#8f99a84d;cursor:pointer}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope table.bp5-html-table.bp5-interactive tbody tr:hover td{background-color:highlight}}.polotno-composer-scope table.bp5-html-table.bp5-interactive tbody tr:active td{background-color:#8f99a859}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope table.bp5-html-table.bp5-interactive tbody tr:active td{background-color:highlight}}.polotno-composer-scope .bp5-dark table.bp5-html-table.bp5-html-table-striped tbody tr:nth-child(odd) td{background:#5f6b7c26}.polotno-composer-scope .bp5-dark table.bp5-html-table.bp5-html-table-bordered th:not(:first-child){box-shadow:inset 1px 0 #fff3}.polotno-composer-scope .bp5-dark table.bp5-html-table.bp5-html-table-bordered tbody tr td,.polotno-composer-scope .bp5-dark table.bp5-html-table.bp5-html-table-bordered tfoot tr td{box-shadow:inset 0 1px #fff3}.polotno-composer-scope .bp5-dark table.bp5-html-table.bp5-html-table-bordered tbody tr td:not(:first-child),.polotno-composer-scope .bp5-dark table.bp5-html-table.bp5-html-table-bordered tfoot tr td:not(:first-child){box-shadow:inset 1px 1px #fff3}.polotno-composer-scope .bp5-dark table.bp5-html-table.bp5-html-table-bordered.bp5-html-table-striped tbody tr:not(:first-child) td{box-shadow:inset 1px 0 #fff3}.polotno-composer-scope .bp5-dark table.bp5-html-table.bp5-html-table-bordered.bp5-html-table-striped tbody tr:not(:first-child) td:first-child{box-shadow:none}.polotno-composer-scope .bp5-dark table.bp5-html-table.bp5-interactive tbody tr:hover td{background-color:#5f6b7c4d;cursor:pointer}.polotno-composer-scope .bp5-dark table.bp5-html-table.bp5-interactive tbody tr:active td{background-color:#5f6b7c66}.polotno-composer-scope .bp5-key-combo{align-items:center}.polotno-composer-scope .bp5-key-combo:not(.bp5-minimal){display:flex;flex-direction:row}.polotno-composer-scope .bp5-key-combo:not(.bp5-minimal)>*{flex-grow:0;flex-shrink:0}.polotno-composer-scope .bp5-key-combo:not(.bp5-minimal)>.bp5-fill{flex-grow:1;flex-shrink:1}.polotno-composer-scope .bp5-key-combo:not(.bp5-minimal):before,.polotno-composer-scope .bp5-key-combo:not(.bp5-minimal)>*{margin-right:5px}.polotno-composer-scope .bp5-key-combo:not(.bp5-minimal):empty:before,.polotno-composer-scope .bp5-key-combo:not(.bp5-minimal)>:last-child{margin-right:0}.polotno-composer-scope .bp5-key-combo.bp5-minimal{display:flex;flex-direction:row}.polotno-composer-scope .bp5-key-combo.bp5-minimal>*{flex-grow:0;flex-shrink:0}.polotno-composer-scope .bp5-key-combo.bp5-minimal>.bp5-fill{flex-grow:1;flex-shrink:1}.polotno-composer-scope .bp5-hotkey-dialog{padding-bottom:0;top:40px}.polotno-composer-scope .bp5-hotkey-dialog .bp5-dialog-body{margin:0;padding:0}.polotno-composer-scope .bp5-hotkey-dialog .bp5-hotkey-label{flex-grow:1}.polotno-composer-scope .bp5-hotkey-column{margin:auto;padding:30px}.polotno-composer-scope .bp5-hotkey-column .bp5-heading{margin-bottom:20px}.polotno-composer-scope .bp5-hotkey-column .bp5-heading:not(:first-child){margin-top:40px}.polotno-composer-scope .bp5-hotkey{align-items:center;display:flex;justify-content:space-between;margin-left:0;margin-right:0}.polotno-composer-scope .bp5-hotkey:not(:last-child){margin-bottom:10px}.polotno-composer-scope .bp5-icon{display:inline-block;flex:0 0 auto;vertical-align:text-bottom}.polotno-composer-scope .bp5-icon:not(:empty):before{content:""!important;content:unset!important}.polotno-composer-scope .bp5-icon>svg{display:block}.polotno-composer-scope .bp5-icon>svg:not([fill]){fill:currentcolor}.polotno-composer-scope .bp5-icon.bp5-icon-muted svg{fill-opacity:.15;overflow:visible}.polotno-composer-scope .bp5-icon.bp5-icon-muted svg path{stroke:#8f99a8;stroke-opacity:.5;stroke-width:.5px}.polotno-composer-scope .bp5-dark .bp5-icon .bp5-icon-muted svg{fill-opacity:.2}.polotno-composer-scope span.bp5-icon-standard{font-family:blueprint-icons-16,sans-serif;font-size:16px;font-style:normal;font-variant:normal;font-weight:400;height:16px;line-height:1;width:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block}.polotno-composer-scope span.bp5-icon-large{font-family:blueprint-icons-20,sans-serif;font-size:20px;font-style:normal;font-variant:normal;font-weight:400;height:20px;line-height:1;width:20px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block}.polotno-composer-scope span.bp5-icon:empty{font-family:blueprint-icons-20;font-size:inherit;font-style:normal;font-weight:400;line-height:1}.polotno-composer-scope span.bp5-icon:empty:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}.polotno-composer-scope span.bp5-icon:empty.bp5-icon-standard{font-size:16px}.polotno-composer-scope span.bp5-icon:empty.bp5-icon-large{font-size:20px}.polotno-composer-scope .bp5-icon-add:before{content:""}.polotno-composer-scope .bp5-icon-add-child:before{content:""}.polotno-composer-scope .bp5-icon-add-clip:before{content:""}.polotno-composer-scope .bp5-icon-add-column-left:before{content:""}.polotno-composer-scope .bp5-icon-add-column-right:before{content:""}.polotno-composer-scope .bp5-icon-add-location:before{content:""}.polotno-composer-scope .bp5-icon-add-parent:before{content:""}.polotno-composer-scope .bp5-icon-add-row-bottom:before{content:""}.polotno-composer-scope .bp5-icon-add-row-top:before{content:""}.polotno-composer-scope .bp5-icon-add-to-artifact:before{content:""}.polotno-composer-scope .bp5-icon-add-to-folder:before{content:""}.polotno-composer-scope .bp5-icon-aimpoints-target:before{content:""}.polotno-composer-scope .bp5-icon-airplane:before{content:""}.polotno-composer-scope .bp5-icon-align-center:before{content:""}.polotno-composer-scope .bp5-icon-align-justify:before{content:""}.polotno-composer-scope .bp5-icon-align-left:before{content:""}.polotno-composer-scope .bp5-icon-align-right:before{content:""}.polotno-composer-scope .bp5-icon-alignment-bottom:before{content:""}.polotno-composer-scope .bp5-icon-alignment-horizontal-center:before{content:""}.polotno-composer-scope .bp5-icon-alignment-left:before{content:""}.polotno-composer-scope .bp5-icon-alignment-right:before{content:""}.polotno-composer-scope .bp5-icon-alignment-top:before{content:""}.polotno-composer-scope .bp5-icon-alignment-vertical-center:before{content:""}.polotno-composer-scope .bp5-icon-ammunition:before{content:""}.polotno-composer-scope .bp5-icon-anchor:before{content:""}.polotno-composer-scope .bp5-icon-annotation:before{content:""}.polotno-composer-scope .bp5-icon-announcement:before{content:""}.polotno-composer-scope .bp5-icon-antenna:before{content:""}.polotno-composer-scope .bp5-icon-app-header:before{content:""}.polotno-composer-scope .bp5-icon-application:before{content:""}.polotno-composer-scope .bp5-icon-applications:before{content:""}.polotno-composer-scope .bp5-icon-archive:before{content:""}.polotno-composer-scope .bp5-icon-area-of-interest:before{content:""}.polotno-composer-scope .bp5-icon-array:before{content:""}.polotno-composer-scope .bp5-icon-array-boolean:before{content:""}.polotno-composer-scope .bp5-icon-array-date:before{content:""}.polotno-composer-scope .bp5-icon-array-floating-point:before{content:""}.polotno-composer-scope .bp5-icon-array-numeric:before{content:""}.polotno-composer-scope .bp5-icon-array-object:before{content:""}.polotno-composer-scope .bp5-icon-array-string:before{content:""}.polotno-composer-scope .bp5-icon-array-timestamp:before{content:""}.polotno-composer-scope .bp5-icon-arrow-bottom-left:before{content:""}.polotno-composer-scope .bp5-icon-arrow-bottom-right:before{content:""}.polotno-composer-scope .bp5-icon-arrow-down:before{content:""}.polotno-composer-scope .bp5-icon-arrow-left:before{content:""}.polotno-composer-scope .bp5-icon-arrow-right:before{content:""}.polotno-composer-scope .bp5-icon-arrow-top-left:before{content:""}.polotno-composer-scope .bp5-icon-arrow-top-right:before{content:""}.polotno-composer-scope .bp5-icon-arrow-up:before{content:""}.polotno-composer-scope .bp5-icon-arrows-arc:before{content:""}.polotno-composer-scope .bp5-icon-arrows-horizontal:before{content:""}.polotno-composer-scope .bp5-icon-arrows-vertical:before{content:""}.polotno-composer-scope .bp5-icon-asterisk:before{content:""}.polotno-composer-scope .bp5-icon-at:before{content:""}.polotno-composer-scope .bp5-icon-automatic-updates:before{content:""}.polotno-composer-scope .bp5-icon-axle:before{content:""}.polotno-composer-scope .bp5-icon-backlink:before{content:""}.polotno-composer-scope .bp5-icon-backward-ten:before{content:""}.polotno-composer-scope .bp5-icon-badge:before{content:""}.polotno-composer-scope .bp5-icon-ban-circle:before{content:""}.polotno-composer-scope .bp5-icon-bank-account:before{content:""}.polotno-composer-scope .bp5-icon-barcode:before{content:""}.polotno-composer-scope .bp5-icon-binary-number:before{content:""}.polotno-composer-scope .bp5-icon-blank:before{content:""}.polotno-composer-scope .bp5-icon-block-promote:before{content:""}.polotno-composer-scope .bp5-icon-blocked-person:before{content:""}.polotno-composer-scope .bp5-icon-bold:before{content:""}.polotno-composer-scope .bp5-icon-book:before{content:""}.polotno-composer-scope .bp5-icon-bookmark:before{content:""}.polotno-composer-scope .bp5-icon-box:before{content:""}.polotno-composer-scope .bp5-icon-briefcase:before{content:""}.polotno-composer-scope .bp5-icon-bring-data:before{content:""}.polotno-composer-scope .bp5-icon-bring-forward:before{content:""}.polotno-composer-scope .bp5-icon-british-pound:before{content:""}.polotno-composer-scope .bp5-icon-bug:before{content:""}.polotno-composer-scope .bp5-icon-buggy:before{content:""}.polotno-composer-scope .bp5-icon-build:before{content:""}.polotno-composer-scope .bp5-icon-bullseye:before{content:""}.polotno-composer-scope .bp5-icon-calculator:before{content:""}.polotno-composer-scope .bp5-icon-calendar:before{content:""}.polotno-composer-scope .bp5-icon-camera:before{content:""}.polotno-composer-scope .bp5-icon-caret-down:before{content:""}.polotno-composer-scope .bp5-icon-caret-left:before{content:""}.polotno-composer-scope .bp5-icon-caret-right:before{content:""}.polotno-composer-scope .bp5-icon-caret-up:before{content:""}.polotno-composer-scope .bp5-icon-cargo-ship:before{content:""}.polotno-composer-scope .bp5-icon-cell-tower:before{content:""}.polotno-composer-scope .bp5-icon-changes:before{content:""}.polotno-composer-scope .bp5-icon-chart:before{content:""}.polotno-composer-scope .bp5-icon-chat:before{content:""}.polotno-composer-scope .bp5-icon-chevron-backward:before{content:""}.polotno-composer-scope .bp5-icon-chevron-down:before{content:""}.polotno-composer-scope .bp5-icon-chevron-forward:before{content:""}.polotno-composer-scope .bp5-icon-chevron-left:before{content:""}.polotno-composer-scope .bp5-icon-chevron-right:before{content:""}.polotno-composer-scope .bp5-icon-chevron-up:before{content:""}.polotno-composer-scope .bp5-icon-circle:before{content:""}.polotno-composer-scope .bp5-icon-circle-arrow-down:before{content:""}.polotno-composer-scope .bp5-icon-circle-arrow-left:before{content:""}.polotno-composer-scope .bp5-icon-circle-arrow-right:before{content:""}.polotno-composer-scope .bp5-icon-circle-arrow-up:before{content:""}.polotno-composer-scope .bp5-icon-citation:before{content:""}.polotno-composer-scope .bp5-icon-clean:before{content:""}.polotno-composer-scope .bp5-icon-clip:before{content:""}.polotno-composer-scope .bp5-icon-clipboard:before{content:""}.polotno-composer-scope .bp5-icon-clipboard-file:before{content:""}.polotno-composer-scope .bp5-icon-cloud:before{content:""}.polotno-composer-scope .bp5-icon-cloud-download:before{content:""}.polotno-composer-scope .bp5-icon-cloud-server:before{content:""}.polotno-composer-scope .bp5-icon-cloud-tick:before{content:""}.polotno-composer-scope .bp5-icon-cloud-upload:before{content:""}.polotno-composer-scope .bp5-icon-code:before{content:""}.polotno-composer-scope .bp5-icon-code-block:before{content:""}.polotno-composer-scope .bp5-icon-cog:before{content:""}.polotno-composer-scope .bp5-icon-collapse-all:before{content:""}.polotno-composer-scope .bp5-icon-color-fill:before{content:""}.polotno-composer-scope .bp5-icon-column-layout:before{content:""}.polotno-composer-scope .bp5-icon-comment:before{content:""}.polotno-composer-scope .bp5-icon-comparison:before{content:""}.polotno-composer-scope .bp5-icon-compass:before{content:""}.polotno-composer-scope .bp5-icon-compressed:before{content:""}.polotno-composer-scope .bp5-icon-confirm:before{content:""}.polotno-composer-scope .bp5-icon-console:before{content:""}.polotno-composer-scope .bp5-icon-construction:before{content:""}.polotno-composer-scope .bp5-icon-contrast:before{content:""}.polotno-composer-scope .bp5-icon-control:before{content:""}.polotno-composer-scope .bp5-icon-credit-card:before{content:""}.polotno-composer-scope .bp5-icon-crop:before{content:""}.polotno-composer-scope .bp5-icon-cross:before{content:""}.polotno-composer-scope .bp5-icon-cross-circle:before{content:""}.polotno-composer-scope .bp5-icon-crown:before{content:""}.polotno-composer-scope .bp5-icon-css-style:before{content:""}.polotno-composer-scope .bp5-icon-cube:before{content:""}.polotno-composer-scope .bp5-icon-cube-add:before{content:""}.polotno-composer-scope .bp5-icon-cube-edit:before{content:""}.polotno-composer-scope .bp5-icon-cube-remove:before{content:""}.polotno-composer-scope .bp5-icon-cubes:before{content:""}.polotno-composer-scope .bp5-icon-curly-braces:before{content:""}.polotno-composer-scope .bp5-icon-curved-range-chart:before{content:""}.polotno-composer-scope .bp5-icon-cut:before{content:""}.polotno-composer-scope .bp5-icon-cycle:before{content:""}.polotno-composer-scope .bp5-icon-dashboard:before{content:""}.polotno-composer-scope .bp5-icon-data-cloud:before{content:""}.polotno-composer-scope .bp5-icon-data-connection:before{content:""}.polotno-composer-scope .bp5-icon-data-lineage:before{content:""}.polotno-composer-scope .bp5-icon-data-search:before{content:""}.polotno-composer-scope .bp5-icon-data-sync:before{content:""}.polotno-composer-scope .bp5-icon-database:before{content:""}.polotno-composer-scope .bp5-icon-delete:before{content:""}.polotno-composer-scope .bp5-icon-delete-clip:before{content:""}.polotno-composer-scope .bp5-icon-delta:before{content:""}.polotno-composer-scope .bp5-icon-derive-column:before{content:""}.polotno-composer-scope .bp5-icon-desktop:before{content:""}.polotno-composer-scope .bp5-icon-detection:before{content:""}.polotno-composer-scope .bp5-icon-diagnosis:before{content:""}.polotno-composer-scope .bp5-icon-diagram-tree:before{content:""}.polotno-composer-scope .bp5-icon-direction-left:before{content:""}.polotno-composer-scope .bp5-icon-direction-right:before{content:""}.polotno-composer-scope .bp5-icon-disable:before{content:""}.polotno-composer-scope .bp5-icon-divide:before{content:""}.polotno-composer-scope .bp5-icon-document:before{content:""}.polotno-composer-scope .bp5-icon-document-code:before{content:""}.polotno-composer-scope .bp5-icon-document-locked:before{content:""}.polotno-composer-scope .bp5-icon-document-open:before{content:""}.polotno-composer-scope .bp5-icon-document-share:before{content:""}.polotno-composer-scope .bp5-icon-dollar:before{content:""}.polotno-composer-scope .bp5-icon-dot:before{content:""}.polotno-composer-scope .bp5-icon-double-caret-horizontal:before{content:""}.polotno-composer-scope .bp5-icon-double-caret-vertical:before{content:""}.polotno-composer-scope .bp5-icon-double-chevron-down:before{content:""}.polotno-composer-scope .bp5-icon-double-chevron-left:before{content:""}.polotno-composer-scope .bp5-icon-double-chevron-right:before{content:""}.polotno-composer-scope .bp5-icon-double-chevron-up:before{content:""}.polotno-composer-scope .bp5-icon-doughnut-chart:before{content:""}.polotno-composer-scope .bp5-icon-download:before{content:""}.polotno-composer-scope .bp5-icon-drag-handle-horizontal:before{content:""}.polotno-composer-scope .bp5-icon-drag-handle-vertical:before{content:""}.polotno-composer-scope .bp5-icon-draw:before{content:""}.polotno-composer-scope .bp5-icon-drawer-left:before{content:""}.polotno-composer-scope .bp5-icon-drawer-left-filled:before{content:""}.polotno-composer-scope .bp5-icon-drawer-right:before{content:""}.polotno-composer-scope .bp5-icon-drawer-right-filled:before{content:""}.polotno-composer-scope .bp5-icon-drive-time:before{content:""}.polotno-composer-scope .bp5-icon-duplicate:before{content:""}.polotno-composer-scope .bp5-icon-edit:before{content:""}.polotno-composer-scope .bp5-icon-eject:before{content:""}.polotno-composer-scope .bp5-icon-emoji:before{content:""}.polotno-composer-scope .bp5-icon-endnote:before{content:""}.polotno-composer-scope .bp5-icon-endorsed:before{content:""}.polotno-composer-scope .bp5-icon-envelope:before{content:""}.polotno-composer-scope .bp5-icon-equals:before{content:""}.polotno-composer-scope .bp5-icon-eraser:before{content:""}.polotno-composer-scope .bp5-icon-error:before{content:""}.polotno-composer-scope .bp5-icon-euro:before{content:""}.polotno-composer-scope .bp5-icon-excavator:before{content:""}.polotno-composer-scope .bp5-icon-exchange:before{content:""}.polotno-composer-scope .bp5-icon-exclude-row:before{content:""}.polotno-composer-scope .bp5-icon-expand-all:before{content:""}.polotno-composer-scope .bp5-icon-explain:before{content:""}.polotno-composer-scope .bp5-icon-export:before{content:""}.polotno-composer-scope .bp5-icon-eye-off:before{content:""}.polotno-composer-scope .bp5-icon-eye-on:before{content:""}.polotno-composer-scope .bp5-icon-eye-open:before{content:""}.polotno-composer-scope .bp5-icon-fast-backward:before{content:""}.polotno-composer-scope .bp5-icon-fast-forward:before{content:""}.polotno-composer-scope .bp5-icon-feed:before{content:""}.polotno-composer-scope .bp5-icon-feed-subscribed:before{content:""}.polotno-composer-scope .bp5-icon-fighter-jet:before{content:""}.polotno-composer-scope .bp5-icon-film:before{content:""}.polotno-composer-scope .bp5-icon-filter:before{content:""}.polotno-composer-scope .bp5-icon-filter-keep:before{content:""}.polotno-composer-scope .bp5-icon-filter-list:before{content:""}.polotno-composer-scope .bp5-icon-filter-open:before{content:""}.polotno-composer-scope .bp5-icon-filter-remove:before{content:""}.polotno-composer-scope .bp5-icon-filter-sort-asc:before{content:""}.polotno-composer-scope .bp5-icon-filter-sort-desc:before{content:""}.polotno-composer-scope .bp5-icon-flag:before{content:""}.polotno-composer-scope .bp5-icon-flame:before{content:""}.polotno-composer-scope .bp5-icon-flash:before{content:""}.polotno-composer-scope .bp5-icon-floating-point:before{content:""}.polotno-composer-scope .bp5-icon-floppy-disk:before{content:""}.polotno-composer-scope .bp5-icon-flow-branch:before{content:""}.polotno-composer-scope .bp5-icon-flow-end:before{content:""}.polotno-composer-scope .bp5-icon-flow-linear:before{content:""}.polotno-composer-scope .bp5-icon-flow-review:before{content:""}.polotno-composer-scope .bp5-icon-flow-review-branch:before{content:""}.polotno-composer-scope .bp5-icon-flows:before{content:""}.polotno-composer-scope .bp5-icon-folder-close:before{content:""}.polotno-composer-scope .bp5-icon-folder-new:before{content:""}.polotno-composer-scope .bp5-icon-folder-open:before{content:""}.polotno-composer-scope .bp5-icon-folder-shared:before{content:""}.polotno-composer-scope .bp5-icon-folder-shared-open:before{content:""}.polotno-composer-scope .bp5-icon-follower:before{content:""}.polotno-composer-scope .bp5-icon-following:before{content:""}.polotno-composer-scope .bp5-icon-font:before{content:""}.polotno-composer-scope .bp5-icon-fork:before{content:""}.polotno-composer-scope .bp5-icon-form:before{content:""}.polotno-composer-scope .bp5-icon-forward-ten:before{content:""}.polotno-composer-scope .bp5-icon-fuel:before{content:""}.polotno-composer-scope .bp5-icon-full-circle:before{content:""}.polotno-composer-scope .bp5-icon-full-stacked-chart:before{content:""}.polotno-composer-scope .bp5-icon-fullscreen:before{content:""}.polotno-composer-scope .bp5-icon-function:before{content:""}.polotno-composer-scope .bp5-icon-gantt-chart:before{content:""}.polotno-composer-scope .bp5-icon-generate:before{content:""}.polotno-composer-scope .bp5-icon-geofence:before{content:""}.polotno-composer-scope .bp5-icon-geolocation:before{content:""}.polotno-composer-scope .bp5-icon-geosearch:before{content:""}.polotno-composer-scope .bp5-icon-geotime:before{content:""}.polotno-composer-scope .bp5-icon-gift-box:before{content:""}.polotno-composer-scope .bp5-icon-git-branch:before{content:""}.polotno-composer-scope .bp5-icon-git-commit:before{content:""}.polotno-composer-scope .bp5-icon-git-merge:before{content:""}.polotno-composer-scope .bp5-icon-git-new-branch:before{content:""}.polotno-composer-scope .bp5-icon-git-pull:before{content:""}.polotno-composer-scope .bp5-icon-git-push:before{content:""}.polotno-composer-scope .bp5-icon-git-repo:before{content:""}.polotno-composer-scope .bp5-icon-glass:before{content:""}.polotno-composer-scope .bp5-icon-globe:before{content:""}.polotno-composer-scope .bp5-icon-globe-network:before{content:""}.polotno-composer-scope .bp5-icon-globe-network-add:before{content:""}.polotno-composer-scope .bp5-icon-graph:before{content:""}.polotno-composer-scope .bp5-icon-graph-remove:before{content:""}.polotno-composer-scope .bp5-icon-greater-than:before{content:""}.polotno-composer-scope .bp5-icon-greater-than-or-equal-to:before{content:""}.polotno-composer-scope .bp5-icon-grid:before{content:""}.polotno-composer-scope .bp5-icon-grid-view:before{content:""}.polotno-composer-scope .bp5-icon-group-item:before{content:""}.polotno-composer-scope .bp5-icon-group-objects:before{content:""}.polotno-composer-scope .bp5-icon-grouped-bar-chart:before{content:""}.polotno-composer-scope .bp5-icon-hand:before{content:""}.polotno-composer-scope .bp5-icon-hand-down:before{content:""}.polotno-composer-scope .bp5-icon-hand-left:before{content:""}.polotno-composer-scope .bp5-icon-hand-right:before{content:""}.polotno-composer-scope .bp5-icon-hand-up:before{content:""}.polotno-composer-scope .bp5-icon-hat:before{content:""}.polotno-composer-scope .bp5-icon-header:before{content:""}.polotno-composer-scope .bp5-icon-header-one:before{content:""}.polotno-composer-scope .bp5-icon-header-three:before{content:""}.polotno-composer-scope .bp5-icon-header-two:before{content:""}.polotno-composer-scope .bp5-icon-headset:before{content:""}.polotno-composer-scope .bp5-icon-heart:before{content:""}.polotno-composer-scope .bp5-icon-heart-broken:before{content:""}.polotno-composer-scope .bp5-icon-heat-grid:before{content:""}.polotno-composer-scope .bp5-icon-heatmap:before{content:""}.polotno-composer-scope .bp5-icon-helicopter:before{content:""}.polotno-composer-scope .bp5-icon-help:before{content:""}.polotno-composer-scope .bp5-icon-helper-management:before{content:""}.polotno-composer-scope .bp5-icon-hexagon:before{content:""}.polotno-composer-scope .bp5-icon-high-priority:before{content:""}.polotno-composer-scope .bp5-icon-high-voltage-pole:before{content:""}.polotno-composer-scope .bp5-icon-highlight:before{content:""}.polotno-composer-scope .bp5-icon-history:before{content:""}.polotno-composer-scope .bp5-icon-home:before{content:""}.polotno-composer-scope .bp5-icon-horizontal-bar-chart:before{content:""}.polotno-composer-scope .bp5-icon-horizontal-bar-chart-asc:before{content:""}.polotno-composer-scope .bp5-icon-horizontal-bar-chart-desc:before{content:""}.polotno-composer-scope .bp5-icon-horizontal-distribution:before{content:""}.polotno-composer-scope .bp5-icon-horizontal-inbetween:before{content:""}.polotno-composer-scope .bp5-icon-hurricane:before{content:""}.polotno-composer-scope .bp5-icon-id-number:before{content:""}.polotno-composer-scope .bp5-icon-image-rotate-left:before{content:""}.polotno-composer-scope .bp5-icon-image-rotate-right:before{content:""}.polotno-composer-scope .bp5-icon-import:before{content:""}.polotno-composer-scope .bp5-icon-inbox:before{content:""}.polotno-composer-scope .bp5-icon-inbox-filtered:before{content:""}.polotno-composer-scope .bp5-icon-inbox-geo:before{content:""}.polotno-composer-scope .bp5-icon-inbox-search:before{content:""}.polotno-composer-scope .bp5-icon-inbox-update:before{content:""}.polotno-composer-scope .bp5-icon-info-sign:before{content:""}.polotno-composer-scope .bp5-icon-inheritance:before{content:""}.polotno-composer-scope .bp5-icon-inherited-group:before{content:""}.polotno-composer-scope .bp5-icon-inner-join:before{content:""}.polotno-composer-scope .bp5-icon-input:before{content:""}.polotno-composer-scope .bp5-icon-insert:before{content:""}.polotno-composer-scope .bp5-icon-intelligence:before{content:""}.polotno-composer-scope .bp5-icon-intersection:before{content:""}.polotno-composer-scope .bp5-icon-ip-address:before{content:""}.polotno-composer-scope .bp5-icon-issue:before{content:""}.polotno-composer-scope .bp5-icon-issue-closed:before{content:""}.polotno-composer-scope .bp5-icon-issue-new:before{content:""}.polotno-composer-scope .bp5-icon-italic:before{content:""}.polotno-composer-scope .bp5-icon-join-table:before{content:""}.polotno-composer-scope .bp5-icon-key:before{content:""}.polotno-composer-scope .bp5-icon-key-backspace:before{content:""}.polotno-composer-scope .bp5-icon-key-command:before{content:""}.polotno-composer-scope .bp5-icon-key-control:before{content:""}.polotno-composer-scope .bp5-icon-key-delete:before{content:""}.polotno-composer-scope .bp5-icon-key-enter:before{content:""}.polotno-composer-scope .bp5-icon-key-escape:before{content:""}.polotno-composer-scope .bp5-icon-key-option:before{content:""}.polotno-composer-scope .bp5-icon-key-shift:before{content:""}.polotno-composer-scope .bp5-icon-key-tab:before{content:""}.polotno-composer-scope .bp5-icon-known-vehicle:before{content:""}.polotno-composer-scope .bp5-icon-lab-test:before{content:""}.polotno-composer-scope .bp5-icon-label:before{content:""}.polotno-composer-scope .bp5-icon-layer:before{content:""}.polotno-composer-scope .bp5-icon-layer-outline:before{content:""}.polotno-composer-scope .bp5-icon-layers:before{content:""}.polotno-composer-scope .bp5-icon-layout:before{content:""}.polotno-composer-scope .bp5-icon-layout-auto:before{content:""}.polotno-composer-scope .bp5-icon-layout-balloon:before{content:""}.polotno-composer-scope .bp5-icon-layout-bottom-row-three-tiles:before{content:""}.polotno-composer-scope .bp5-icon-layout-bottom-row-two-tiles:before{content:""}.polotno-composer-scope .bp5-icon-layout-circle:before{content:""}.polotno-composer-scope .bp5-icon-layout-grid:before{content:""}.polotno-composer-scope .bp5-icon-layout-group-by:before{content:""}.polotno-composer-scope .bp5-icon-layout-hierarchy:before{content:""}.polotno-composer-scope .bp5-icon-layout-left-column-three-tiles:before{content:""}.polotno-composer-scope .bp5-icon-layout-left-column-two-tiles:before{content:""}.polotno-composer-scope .bp5-icon-layout-linear:before{content:""}.polotno-composer-scope .bp5-icon-layout-right-column-three-tiles:before{content:""}.polotno-composer-scope .bp5-icon-layout-right-column-two-tiles:before{content:""}.polotno-composer-scope .bp5-icon-layout-skew-grid:before{content:""}.polotno-composer-scope .bp5-icon-layout-sorted-clusters:before{content:""}.polotno-composer-scope .bp5-icon-layout-three-columns:before{content:""}.polotno-composer-scope .bp5-icon-layout-three-rows:before{content:""}.polotno-composer-scope .bp5-icon-layout-top-row-three-tiles:before{content:""}.polotno-composer-scope .bp5-icon-layout-top-row-two-tiles:before{content:""}.polotno-composer-scope .bp5-icon-layout-two-columns:before{content:""}.polotno-composer-scope .bp5-icon-layout-two-rows:before{content:""}.polotno-composer-scope .bp5-icon-learning:before{content:""}.polotno-composer-scope .bp5-icon-left-join:before{content:""}.polotno-composer-scope .bp5-icon-lengthen-text:before{content:""}.polotno-composer-scope .bp5-icon-less-than:before{content:""}.polotno-composer-scope .bp5-icon-less-than-or-equal-to:before{content:""}.polotno-composer-scope .bp5-icon-lifesaver:before{content:""}.polotno-composer-scope .bp5-icon-lightbulb:before{content:""}.polotno-composer-scope .bp5-icon-lightning:before{content:""}.polotno-composer-scope .bp5-icon-link:before{content:""}.polotno-composer-scope .bp5-icon-linked-squares:before{content:""}.polotno-composer-scope .bp5-icon-list:before{content:""}.polotno-composer-scope .bp5-icon-list-columns:before{content:""}.polotno-composer-scope .bp5-icon-list-detail-view:before{content:""}.polotno-composer-scope .bp5-icon-locate:before{content:""}.polotno-composer-scope .bp5-icon-lock:before{content:""}.polotno-composer-scope .bp5-icon-locomotive:before{content:""}.polotno-composer-scope .bp5-icon-log-in:before{content:""}.polotno-composer-scope .bp5-icon-log-out:before{content:""}.polotno-composer-scope .bp5-icon-low-voltage-pole:before{content:""}.polotno-composer-scope .bp5-icon-manual:before{content:""}.polotno-composer-scope .bp5-icon-manually-entered-data:before{content:""}.polotno-composer-scope .bp5-icon-many-to-many:before{content:""}.polotno-composer-scope .bp5-icon-many-to-one:before{content:""}.polotno-composer-scope .bp5-icon-map:before{content:""}.polotno-composer-scope .bp5-icon-map-create:before{content:""}.polotno-composer-scope .bp5-icon-map-marker:before{content:""}.polotno-composer-scope .bp5-icon-maximize:before{content:""}.polotno-composer-scope .bp5-icon-media:before{content:""}.polotno-composer-scope .bp5-icon-menu:before{content:""}.polotno-composer-scope .bp5-icon-menu-closed:before{content:""}.polotno-composer-scope .bp5-icon-menu-open:before{content:""}.polotno-composer-scope .bp5-icon-merge-columns:before{content:""}.polotno-composer-scope .bp5-icon-merge-links:before{content:""}.polotno-composer-scope .bp5-icon-microphone:before{content:""}.polotno-composer-scope .bp5-icon-minimize:before{content:""}.polotno-composer-scope .bp5-icon-minus:before{content:""}.polotno-composer-scope .bp5-icon-mobile-phone:before{content:""}.polotno-composer-scope .bp5-icon-mobile-video:before{content:""}.polotno-composer-scope .bp5-icon-modal:before{content:""}.polotno-composer-scope .bp5-icon-modal-filled:before{content:""}.polotno-composer-scope .bp5-icon-model:before{content:""}.polotno-composer-scope .bp5-icon-moon:before{content:""}.polotno-composer-scope .bp5-icon-more:before{content:""}.polotno-composer-scope .bp5-icon-mountain:before{content:""}.polotno-composer-scope .bp5-icon-move:before{content:""}.polotno-composer-scope .bp5-icon-mugshot:before{content:""}.polotno-composer-scope .bp5-icon-multi-select:before{content:""}.polotno-composer-scope .bp5-icon-music:before{content:""}.polotno-composer-scope .bp5-icon-nest:before{content:""}.polotno-composer-scope .bp5-icon-new-drawing:before{content:""}.polotno-composer-scope .bp5-icon-new-grid-item:before{content:""}.polotno-composer-scope .bp5-icon-new-layer:before{content:""}.polotno-composer-scope .bp5-icon-new-layers:before{content:""}.polotno-composer-scope .bp5-icon-new-link:before{content:""}.polotno-composer-scope .bp5-icon-new-object:before{content:""}.polotno-composer-scope .bp5-icon-new-person:before{content:""}.polotno-composer-scope .bp5-icon-new-prescription:before{content:""}.polotno-composer-scope .bp5-icon-new-shield:before{content:""}.polotno-composer-scope .bp5-icon-new-text-box:before{content:""}.polotno-composer-scope .bp5-icon-ninja:before{content:""}.polotno-composer-scope .bp5-icon-not-equal-to:before{content:""}.polotno-composer-scope .bp5-icon-notifications:before{content:""}.polotno-composer-scope .bp5-icon-notifications-add:before{content:""}.polotno-composer-scope .bp5-icon-notifications-snooze:before{content:""}.polotno-composer-scope .bp5-icon-notifications-updated:before{content:""}.polotno-composer-scope .bp5-icon-numbered-list:before{content:""}.polotno-composer-scope .bp5-icon-numerical:before{content:""}.polotno-composer-scope .bp5-icon-object-view:before{content:""}.polotno-composer-scope .bp5-icon-office:before{content:""}.polotno-composer-scope .bp5-icon-offline:before{content:""}.polotno-composer-scope .bp5-icon-oil-field:before{content:""}.polotno-composer-scope .bp5-icon-one-column:before{content:""}.polotno-composer-scope .bp5-icon-one-to-many:before{content:""}.polotno-composer-scope .bp5-icon-one-to-one:before{content:""}.polotno-composer-scope .bp5-icon-open-application:before{content:""}.polotno-composer-scope .bp5-icon-outdated:before{content:""}.polotno-composer-scope .bp5-icon-output:before{content:""}.polotno-composer-scope .bp5-icon-package:before{content:""}.polotno-composer-scope .bp5-icon-page-break:before{content:""}.polotno-composer-scope .bp5-icon-page-layout:before{content:""}.polotno-composer-scope .bp5-icon-panel:before{content:""}.polotno-composer-scope .bp5-icon-panel-stats:before{content:""}.polotno-composer-scope .bp5-icon-panel-table:before{content:""}.polotno-composer-scope .bp5-icon-paperclip:before{content:""}.polotno-composer-scope .bp5-icon-paragraph:before{content:""}.polotno-composer-scope .bp5-icon-paste-variable:before{content:""}.polotno-composer-scope .bp5-icon-path:before{content:""}.polotno-composer-scope .bp5-icon-path-search:before{content:""}.polotno-composer-scope .bp5-icon-pause:before{content:""}.polotno-composer-scope .bp5-icon-people:before{content:""}.polotno-composer-scope .bp5-icon-percentage:before{content:""}.polotno-composer-scope .bp5-icon-person:before{content:""}.polotno-composer-scope .bp5-icon-phone:before{content:""}.polotno-composer-scope .bp5-icon-phone-call:before{content:""}.polotno-composer-scope .bp5-icon-phone-forward:before{content:""}.polotno-composer-scope .bp5-icon-phone-search:before{content:""}.polotno-composer-scope .bp5-icon-pie-chart:before{content:""}.polotno-composer-scope .bp5-icon-pill:before{content:""}.polotno-composer-scope .bp5-icon-pin:before{content:""}.polotno-composer-scope .bp5-icon-pistol:before{content:""}.polotno-composer-scope .bp5-icon-pivot:before{content:""}.polotno-composer-scope .bp5-icon-pivot-table:before{content:""}.polotno-composer-scope .bp5-icon-play:before{content:""}.polotno-composer-scope .bp5-icon-playbook:before{content:""}.polotno-composer-scope .bp5-icon-plus:before{content:""}.polotno-composer-scope .bp5-icon-polygon-filter:before{content:""}.polotno-composer-scope .bp5-icon-power:before{content:""}.polotno-composer-scope .bp5-icon-predictive-analysis:before{content:""}.polotno-composer-scope .bp5-icon-prescription:before{content:""}.polotno-composer-scope .bp5-icon-presentation:before{content:""}.polotno-composer-scope .bp5-icon-print:before{content:""}.polotno-composer-scope .bp5-icon-projects:before{content:""}.polotno-composer-scope .bp5-icon-properties:before{content:""}.polotno-composer-scope .bp5-icon-property:before{content:""}.polotno-composer-scope .bp5-icon-publish-function:before{content:""}.polotno-composer-scope .bp5-icon-pulse:before{content:""}.polotno-composer-scope .bp5-icon-rain:before{content:""}.polotno-composer-scope .bp5-icon-random:before{content:""}.polotno-composer-scope .bp5-icon-range-ring:before{content:""}.polotno-composer-scope .bp5-icon-record:before{content:""}.polotno-composer-scope .bp5-icon-rect-height:before{content:""}.polotno-composer-scope .bp5-icon-rect-width:before{content:""}.polotno-composer-scope .bp5-icon-rectangle:before{content:""}.polotno-composer-scope .bp5-icon-redo:before{content:""}.polotno-composer-scope .bp5-icon-refresh:before{content:""}.polotno-composer-scope .bp5-icon-regex:before{content:""}.polotno-composer-scope .bp5-icon-regression-chart:before{content:""}.polotno-composer-scope .bp5-icon-remove:before{content:""}.polotno-composer-scope .bp5-icon-remove-column:before{content:""}.polotno-composer-scope .bp5-icon-remove-column-left:before{content:""}.polotno-composer-scope .bp5-icon-remove-column-right:before{content:""}.polotno-composer-scope .bp5-icon-remove-row-bottom:before{content:""}.polotno-composer-scope .bp5-icon-remove-row-top:before{content:""}.polotno-composer-scope .bp5-icon-repeat:before{content:""}.polotno-composer-scope .bp5-icon-reset:before{content:""}.polotno-composer-scope .bp5-icon-resolve:before{content:""}.polotno-composer-scope .bp5-icon-rig:before{content:""}.polotno-composer-scope .bp5-icon-right-join:before{content:""}.polotno-composer-scope .bp5-icon-ring:before{content:""}.polotno-composer-scope .bp5-icon-rocket:before{content:""}.polotno-composer-scope .bp5-icon-rocket-slant:before{content:""}.polotno-composer-scope .bp5-icon-root-folder:before{content:""}.polotno-composer-scope .bp5-icon-rotate-ccw:before{content:""}.polotno-composer-scope .bp5-icon-rotate-cw:before{content:""}.polotno-composer-scope .bp5-icon-rotate-document:before{content:""}.polotno-composer-scope .bp5-icon-rotate-page:before{content:""}.polotno-composer-scope .bp5-icon-route:before{content:""}.polotno-composer-scope .bp5-icon-run-history:before{content:""}.polotno-composer-scope .bp5-icon-satellite:before{content:""}.polotno-composer-scope .bp5-icon-saved:before{content:""}.polotno-composer-scope .bp5-icon-scatter-plot:before{content:""}.polotno-composer-scope .bp5-icon-search:before{content:""}.polotno-composer-scope .bp5-icon-search-around:before{content:""}.polotno-composer-scope .bp5-icon-search-template:before{content:""}.polotno-composer-scope .bp5-icon-search-text:before{content:""}.polotno-composer-scope .bp5-icon-segmented-control:before{content:""}.polotno-composer-scope .bp5-icon-select:before{content:""}.polotno-composer-scope .bp5-icon-selection:before{content:""}.polotno-composer-scope .bp5-icon-selection-box:before{content:""}.polotno-composer-scope .bp5-icon-selection-box-add:before{content:""}.polotno-composer-scope .bp5-icon-selection-box-edit:before{content:""}.polotno-composer-scope .bp5-icon-send-backward:before{content:""}.polotno-composer-scope .bp5-icon-send-message:before{content:""}.polotno-composer-scope .bp5-icon-send-to:before{content:""}.polotno-composer-scope .bp5-icon-send-to-graph:before{content:""}.polotno-composer-scope .bp5-icon-send-to-map:before{content:""}.polotno-composer-scope .bp5-icon-sensor:before{content:""}.polotno-composer-scope .bp5-icon-series-add:before{content:""}.polotno-composer-scope .bp5-icon-series-configuration:before{content:""}.polotno-composer-scope .bp5-icon-series-derived:before{content:""}.polotno-composer-scope .bp5-icon-series-filtered:before{content:""}.polotno-composer-scope .bp5-icon-series-search:before{content:""}.polotno-composer-scope .bp5-icon-server:before{content:""}.polotno-composer-scope .bp5-icon-server-install:before{content:""}.polotno-composer-scope .bp5-icon-settings:before{content:""}.polotno-composer-scope .bp5-icon-shapes:before{content:""}.polotno-composer-scope .bp5-icon-share:before{content:""}.polotno-composer-scope .bp5-icon-shared-filter:before{content:""}.polotno-composer-scope .bp5-icon-shield:before{content:""}.polotno-composer-scope .bp5-icon-ship:before{content:""}.polotno-composer-scope .bp5-icon-shop:before{content:""}.polotno-composer-scope .bp5-icon-shopping-cart:before{content:""}.polotno-composer-scope .bp5-icon-shorten-text:before{content:""}.polotno-composer-scope .bp5-icon-signal-search:before{content:""}.polotno-composer-scope .bp5-icon-sim-card:before{content:""}.polotno-composer-scope .bp5-icon-slash:before{content:""}.polotno-composer-scope .bp5-icon-small-cross:before{content:""}.polotno-composer-scope .bp5-icon-small-info-sign:before{content:""}.polotno-composer-scope .bp5-icon-small-minus:before{content:""}.polotno-composer-scope .bp5-icon-small-plus:before{content:""}.polotno-composer-scope .bp5-icon-small-square:before{content:""}.polotno-composer-scope .bp5-icon-small-tick:before{content:""}.polotno-composer-scope .bp5-icon-snowflake:before{content:""}.polotno-composer-scope .bp5-icon-soccer-ball:before{content:""}.polotno-composer-scope .bp5-icon-social-media:before{content:""}.polotno-composer-scope .bp5-icon-sort:before{content:""}.polotno-composer-scope .bp5-icon-sort-alphabetical:before{content:""}.polotno-composer-scope .bp5-icon-sort-alphabetical-desc:before{content:""}.polotno-composer-scope .bp5-icon-sort-asc:before{content:""}.polotno-composer-scope .bp5-icon-sort-desc:before{content:""}.polotno-composer-scope .bp5-icon-sort-numerical:before{content:""}.polotno-composer-scope .bp5-icon-sort-numerical-desc:before{content:""}.polotno-composer-scope .bp5-icon-spell-check:before{content:""}.polotno-composer-scope .bp5-icon-split-columns:before{content:""}.polotno-composer-scope .bp5-icon-sports-stadium:before{content:""}.polotno-composer-scope .bp5-icon-square:before{content:""}.polotno-composer-scope .bp5-icon-stacked-chart:before{content:""}.polotno-composer-scope .bp5-icon-stadium-geometry:before{content:""}.polotno-composer-scope .bp5-icon-star:before{content:""}.polotno-composer-scope .bp5-icon-star-empty:before{content:""}.polotno-composer-scope .bp5-icon-step-backward:before{content:""}.polotno-composer-scope .bp5-icon-step-chart:before{content:""}.polotno-composer-scope .bp5-icon-step-forward:before{content:""}.polotno-composer-scope .bp5-icon-stop:before{content:""}.polotno-composer-scope .bp5-icon-stopwatch:before{content:""}.polotno-composer-scope .bp5-icon-strikethrough:before{content:""}.polotno-composer-scope .bp5-icon-style:before{content:""}.polotno-composer-scope .bp5-icon-subscript:before{content:""}.polotno-composer-scope .bp5-icon-subtract-right-join:before{content:""}.polotno-composer-scope .bp5-icon-superscript:before{content:""}.polotno-composer-scope .bp5-icon-swap-horizontal:before{content:""}.polotno-composer-scope .bp5-icon-swap-vertical:before{content:""}.polotno-composer-scope .bp5-icon-sweep:before{content:""}.polotno-composer-scope .bp5-icon-switch:before{content:""}.polotno-composer-scope .bp5-icon-symbol-circle:before{content:""}.polotno-composer-scope .bp5-icon-symbol-cross:before{content:""}.polotno-composer-scope .bp5-icon-symbol-diamond:before{content:""}.polotno-composer-scope .bp5-icon-symbol-rectangle:before{content:""}.polotno-composer-scope .bp5-icon-symbol-square:before{content:""}.polotno-composer-scope .bp5-icon-symbol-triangle-down:before{content:""}.polotno-composer-scope .bp5-icon-symbol-triangle-up:before{content:""}.polotno-composer-scope .bp5-icon-syringe:before{content:""}.polotno-composer-scope .bp5-icon-table-sync:before{content:""}.polotno-composer-scope .bp5-icon-tag:before{content:""}.polotno-composer-scope .bp5-icon-tag-add:before{content:""}.polotno-composer-scope .bp5-icon-tag-promote:before{content:""}.polotno-composer-scope .bp5-icon-tag-refresh:before{content:""}.polotno-composer-scope .bp5-icon-tag-undo:before{content:""}.polotno-composer-scope .bp5-icon-tags:before{content:""}.polotno-composer-scope .bp5-icon-take-action:before{content:""}.polotno-composer-scope .bp5-icon-tank:before{content:""}.polotno-composer-scope .bp5-icon-target:before{content:""}.polotno-composer-scope .bp5-icon-taxi:before{content:""}.polotno-composer-scope .bp5-icon-team:before{content:""}.polotno-composer-scope .bp5-icon-temperature:before{content:""}.polotno-composer-scope .bp5-icon-text-highlight:before{content:""}.polotno-composer-scope .bp5-icon-th:before{content:""}.polotno-composer-scope .bp5-icon-th-add:before{content:""}.polotno-composer-scope .bp5-icon-th-derived:before{content:""}.polotno-composer-scope .bp5-icon-th-disconnect:before{content:""}.polotno-composer-scope .bp5-icon-th-filtered:before{content:""}.polotno-composer-scope .bp5-icon-th-list:before{content:""}.polotno-composer-scope .bp5-icon-th-list-add:before{content:""}.polotno-composer-scope .bp5-icon-th-virtual:before{content:""}.polotno-composer-scope .bp5-icon-th-virtual-add:before{content:""}.polotno-composer-scope .bp5-icon-third-party:before{content:""}.polotno-composer-scope .bp5-icon-thumbs-down:before{content:""}.polotno-composer-scope .bp5-icon-thumbs-up:before{content:""}.polotno-composer-scope .bp5-icon-tick:before{content:""}.polotno-composer-scope .bp5-icon-tick-circle:before{content:""}.polotno-composer-scope .bp5-icon-time:before{content:""}.polotno-composer-scope .bp5-icon-timeline-area-chart:before{content:""}.polotno-composer-scope .bp5-icon-timeline-bar-chart:before{content:""}.polotno-composer-scope .bp5-icon-timeline-events:before{content:""}.polotno-composer-scope .bp5-icon-timeline-line-chart:before{content:""}.polotno-composer-scope .bp5-icon-tint:before{content:""}.polotno-composer-scope .bp5-icon-torch:before{content:""}.polotno-composer-scope .bp5-icon-tractor:before{content:""}.polotno-composer-scope .bp5-icon-train:before{content:""}.polotno-composer-scope .bp5-icon-translate:before{content:""}.polotno-composer-scope .bp5-icon-trash:before{content:""}.polotno-composer-scope .bp5-icon-tree:before{content:""}.polotno-composer-scope .bp5-icon-trending-down:before{content:""}.polotno-composer-scope .bp5-icon-trending-up:before{content:""}.polotno-composer-scope .bp5-icon-trophy:before{content:""}.polotno-composer-scope .bp5-icon-truck:before{content:""}.polotno-composer-scope .bp5-icon-two-columns:before{content:""}.polotno-composer-scope .bp5-icon-unarchive:before{content:""}.polotno-composer-scope .bp5-icon-underline:before{content:""}.polotno-composer-scope .bp5-icon-undo:before{content:""}.polotno-composer-scope .bp5-icon-ungroup-objects:before{content:""}.polotno-composer-scope .bp5-icon-unknown-vehicle:before{content:""}.polotno-composer-scope .bp5-icon-unlink:before{content:""}.polotno-composer-scope .bp5-icon-unlock:before{content:""}.polotno-composer-scope .bp5-icon-unpin:before{content:""}.polotno-composer-scope .bp5-icon-unresolve:before{content:""}.polotno-composer-scope .bp5-icon-updated:before{content:""}.polotno-composer-scope .bp5-icon-upload:before{content:""}.polotno-composer-scope .bp5-icon-user:before{content:""}.polotno-composer-scope .bp5-icon-variable:before{content:""}.polotno-composer-scope .bp5-icon-vector:before{content:""}.polotno-composer-scope .bp5-icon-vertical-bar-chart-asc:before{content:""}.polotno-composer-scope .bp5-icon-vertical-bar-chart-desc:before{content:""}.polotno-composer-scope .bp5-icon-vertical-distribution:before{content:""}.polotno-composer-scope .bp5-icon-vertical-inbetween:before{content:""}.polotno-composer-scope .bp5-icon-video:before{content:""}.polotno-composer-scope .bp5-icon-virus:before{content:""}.polotno-composer-scope .bp5-icon-volume-down:before{content:""}.polotno-composer-scope .bp5-icon-volume-off:before{content:""}.polotno-composer-scope .bp5-icon-volume-up:before{content:""}.polotno-composer-scope .bp5-icon-walk:before{content:""}.polotno-composer-scope .bp5-icon-warning-sign:before{content:""}.polotno-composer-scope .bp5-icon-waterfall-chart:before{content:""}.polotno-composer-scope .bp5-icon-waves:before{content:""}.polotno-composer-scope .bp5-icon-widget:before{content:""}.polotno-composer-scope .bp5-icon-widget-button:before{content:""}.polotno-composer-scope .bp5-icon-widget-footer:before{content:""}.polotno-composer-scope .bp5-icon-widget-header:before{content:""}.polotno-composer-scope .bp5-icon-wind:before{content:""}.polotno-composer-scope .bp5-icon-wrench:before{content:""}.polotno-composer-scope .bp5-icon-wrench-redo:before{content:""}.polotno-composer-scope .bp5-icon-wrench-snooze:before{content:""}.polotno-composer-scope .bp5-icon-wrench-time:before{content:""}.polotno-composer-scope .bp5-icon-zoom-in:before{content:""}.polotno-composer-scope .bp5-icon-zoom-out:before{content:""}.polotno-composer-scope .bp5-icon-zoom-to-fit:before{content:""}.polotno-composer-scope .bp5-submenu>.bp5-popover-wrapper{display:block}.polotno-composer-scope .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item:not([class*=bp5-intent-]){background-color:#8f99a826;color:inherit;cursor:pointer;text-decoration:none}.polotno-composer-scope .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item:not([class*=bp5-intent-]){color:inherit}.polotno-composer-scope .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item:not([class*=bp5-intent-]) .bp5-menu-item-icon,.polotno-composer-scope .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item:not([class*=bp5-intent-]) .bp5-submenu-icon{color:#abb3bf}.polotno-composer-scope .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-],.polotno-composer-scope .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover,.polotno-composer-scope .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active{background-color:#2d72d21a;color:#215db0}.polotno-composer-scope .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-] .bp5-menu-item-label,.polotno-composer-scope .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover .bp5-menu-item-label,.polotno-composer-scope .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active .bp5-menu-item-label{color:inherit}.polotno-composer-scope .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:before,.polotno-composer-scope .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-] .bp5-menu-item-icon,.polotno-composer-scope .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-] .bp5-menu-item-selected-icon,.polotno-composer-scope .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-] .bp5-submenu-icon,.polotno-composer-scope .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover:before,.polotno-composer-scope .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover .bp5-menu-item-icon,.polotno-composer-scope .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover .bp5-menu-item-selected-icon,.polotno-composer-scope .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover .bp5-submenu-icon,.polotno-composer-scope .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active:before,.polotno-composer-scope .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active .bp5-menu-item-icon,.polotno-composer-scope .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active .bp5-menu-item-selected-icon,.polotno-composer-scope .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active .bp5-submenu-icon{color:#215db0}.polotno-composer-scope .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-].bp5-intent-success,.polotno-composer-scope .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-success,.polotno-composer-scope .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-success{background-color:#2385511a;color:#1c6e42}.polotno-composer-scope .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-].bp5-intent-success:before,.polotno-composer-scope .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-].bp5-intent-success .bp5-menu-item-icon,.polotno-composer-scope .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-].bp5-intent-success .bp5-submenu-icon,.polotno-composer-scope .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-success:before,.polotno-composer-scope .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-success .bp5-menu-item-icon,.polotno-composer-scope .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-success .bp5-submenu-icon,.polotno-composer-scope .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-success:before,.polotno-composer-scope .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-success .bp5-menu-item-icon,.polotno-composer-scope .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-success .bp5-submenu-icon{color:inherit}.polotno-composer-scope .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-].bp5-intent-warning,.polotno-composer-scope .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-warning,.polotno-composer-scope .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-warning{background-color:#c876191a;color:#935610}.polotno-composer-scope .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-].bp5-intent-warning:before,.polotno-composer-scope .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-].bp5-intent-warning .bp5-menu-item-icon,.polotno-composer-scope .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-].bp5-intent-warning .bp5-submenu-icon,.polotno-composer-scope .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-warning:before,.polotno-composer-scope .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-warning .bp5-menu-item-icon,.polotno-composer-scope .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-warning .bp5-submenu-icon,.polotno-composer-scope .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-warning:before,.polotno-composer-scope .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-warning .bp5-menu-item-icon,.polotno-composer-scope .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-warning .bp5-submenu-icon{color:inherit}.polotno-composer-scope .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-].bp5-intent-danger,.polotno-composer-scope .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-danger,.polotno-composer-scope .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-danger{background-color:#cd42461a;color:#ac2f33}.polotno-composer-scope .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-].bp5-intent-danger:before,.polotno-composer-scope .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-].bp5-intent-danger .bp5-menu-item-icon,.polotno-composer-scope .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-].bp5-intent-danger .bp5-submenu-icon,.polotno-composer-scope .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-danger:before,.polotno-composer-scope .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-danger .bp5-menu-item-icon,.polotno-composer-scope .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-danger .bp5-submenu-icon,.polotno-composer-scope .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-danger:before,.polotno-composer-scope .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-danger .bp5-menu-item-icon,.polotno-composer-scope .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-danger .bp5-submenu-icon{color:inherit}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-],.polotno-composer-scope .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover,.polotno-composer-scope .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active{background-color:highlight}}.polotno-composer-scope .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-],.polotno-composer-scope .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover,.polotno-composer-scope .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active{background-color:#2d72d233;color:#8abbff}.polotno-composer-scope .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:before,.polotno-composer-scope .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-] .bp5-menu-item-icon,.polotno-composer-scope .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-] .bp5-menu-item-selected-icon,.polotno-composer-scope .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-] .bp5-submenu-icon,.polotno-composer-scope .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover:before,.polotno-composer-scope .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover .bp5-menu-item-icon,.polotno-composer-scope .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover .bp5-menu-item-selected-icon,.polotno-composer-scope .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover .bp5-submenu-icon,.polotno-composer-scope .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active:before,.polotno-composer-scope .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active .bp5-menu-item-icon,.polotno-composer-scope .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active .bp5-menu-item-selected-icon,.polotno-composer-scope .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active .bp5-submenu-icon{color:#8abbff}.polotno-composer-scope .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-].bp5-intent-success,.polotno-composer-scope .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-success,.polotno-composer-scope .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-success{background-color:#23855133;color:#72ca9b}.polotno-composer-scope .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-].bp5-intent-success:before,.polotno-composer-scope .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-].bp5-intent-success .bp5-menu-item-icon,.polotno-composer-scope .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-].bp5-intent-success .bp5-submenu-icon,.polotno-composer-scope .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-success:before,.polotno-composer-scope .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-success .bp5-menu-item-icon,.polotno-composer-scope .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-success .bp5-submenu-icon,.polotno-composer-scope .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-success:before,.polotno-composer-scope .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-success .bp5-menu-item-icon,.polotno-composer-scope .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-success .bp5-submenu-icon{color:inherit}.polotno-composer-scope .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-].bp5-intent-warning,.polotno-composer-scope .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-warning,.polotno-composer-scope .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-warning{background-color:#c8761933;color:#fbb360}.polotno-composer-scope .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-].bp5-intent-warning:before,.polotno-composer-scope .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-].bp5-intent-warning .bp5-menu-item-icon,.polotno-composer-scope .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-].bp5-intent-warning .bp5-submenu-icon,.polotno-composer-scope .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-warning:before,.polotno-composer-scope .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-warning .bp5-menu-item-icon,.polotno-composer-scope .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-warning .bp5-submenu-icon,.polotno-composer-scope .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-warning:before,.polotno-composer-scope .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-warning .bp5-menu-item-icon,.polotno-composer-scope .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-warning .bp5-submenu-icon{color:inherit}.polotno-composer-scope .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-].bp5-intent-danger,.polotno-composer-scope .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-danger,.polotno-composer-scope .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-danger{background-color:#cd424633;color:#fa999c}.polotno-composer-scope .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-].bp5-intent-danger:before,.polotno-composer-scope .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-].bp5-intent-danger .bp5-menu-item-icon,.polotno-composer-scope .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-].bp5-intent-danger .bp5-submenu-icon,.polotno-composer-scope .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-danger:before,.polotno-composer-scope .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-danger .bp5-menu-item-icon,.polotno-composer-scope .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover.bp5-intent-danger .bp5-submenu-icon,.polotno-composer-scope .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-danger:before,.polotno-composer-scope .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-danger .bp5-menu-item-icon,.polotno-composer-scope .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active.bp5-intent-danger .bp5-submenu-icon{color:inherit}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-],.polotno-composer-scope .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:hover,.polotno-composer-scope .bp5-dark .bp5-submenu .bp5-popover-target.bp5-popover-open>.bp5-menu-item[class*=bp5-intent-]:active{background-color:highlight}}.polotno-composer-scope .bp5-menu{background:#fff;border-radius:2px;color:#1c2127;list-style:none;margin:0;min-width:180px;padding:5px;text-align:left}.polotno-composer-scope .bp5-menu-divider{border-top:1px solid rgba(17,20,24,.15);display:block;margin:5px -5px}.polotno-composer-scope .bp5-dark .bp5-menu-divider{border-top-color:#fff3}.polotno-composer-scope .bp5-menu-item{display:flex;flex-direction:row;align-items:flex-start;border-radius:2px;color:inherit;line-height:20px;padding:5px 7px;text-decoration:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.polotno-composer-scope .bp5-menu-item>*{flex-grow:0;flex-shrink:0}.polotno-composer-scope .bp5-menu-item>.bp5-fill{flex-grow:1;flex-shrink:1}.polotno-composer-scope .bp5-menu-item:before,.polotno-composer-scope .bp5-menu-item>*{margin-right:7px}.polotno-composer-scope .bp5-menu-item:empty:before,.polotno-composer-scope .bp5-menu-item>:last-child{margin-right:0}.polotno-composer-scope .bp5-menu-item>.bp5-fill{word-break:break-word}.polotno-composer-scope .bp5-menu-item .bp5-menu-item-icon{display:flex;flex-direction:column;height:20px;justify-content:center}.polotno-composer-scope .bp5-menu-item .bp5-menu-item-label{color:#5f6b7c}.polotno-composer-scope .bp5-menu-item:before,.polotno-composer-scope .bp5-menu-item .bp5-menu-item-icon,.polotno-composer-scope .bp5-menu-item .bp5-menu-item-selected-icon,.polotno-composer-scope .bp5-menu-item .bp5-submenu-icon{color:#5f6b7c}.polotno-composer-scope .bp5-menu-item:before,.polotno-composer-scope .bp5-menu-item .bp5-submenu-icon{margin-top:2px}.polotno-composer-scope .bp5-menu-item:hover{background-color:#8f99a826;color:inherit;cursor:pointer;text-decoration:none}.polotno-composer-scope .bp5-menu-item:active{background-color:#8f99a84d}.polotno-composer-scope .bp5-menu-item:active .bp5-menu-item-label{color:#1c2127}.polotno-composer-scope .bp5-menu-item.bp5-active{background-color:#2d72d21a;color:#215db0}.polotno-composer-scope .bp5-menu-item.bp5-active .bp5-menu-item-label{color:inherit}.polotno-composer-scope .bp5-menu-item.bp5-active:before,.polotno-composer-scope .bp5-menu-item.bp5-active .bp5-menu-item-icon,.polotno-composer-scope .bp5-menu-item.bp5-active .bp5-menu-item-selected-icon,.polotno-composer-scope .bp5-menu-item.bp5-active .bp5-submenu-icon{color:#215db0}.polotno-composer-scope .bp5-menu-item.bp5-active.bp5-intent-success{background-color:#2385511a;color:#1c6e42}.polotno-composer-scope .bp5-menu-item.bp5-active.bp5-intent-success:before,.polotno-composer-scope .bp5-menu-item.bp5-active.bp5-intent-success .bp5-menu-item-icon,.polotno-composer-scope .bp5-menu-item.bp5-active.bp5-intent-success .bp5-submenu-icon{color:inherit}.polotno-composer-scope .bp5-menu-item.bp5-active.bp5-intent-warning{background-color:#c876191a;color:#935610}.polotno-composer-scope .bp5-menu-item.bp5-active.bp5-intent-warning:before,.polotno-composer-scope .bp5-menu-item.bp5-active.bp5-intent-warning .bp5-menu-item-icon,.polotno-composer-scope .bp5-menu-item.bp5-active.bp5-intent-warning .bp5-submenu-icon{color:inherit}.polotno-composer-scope .bp5-menu-item.bp5-active.bp5-intent-danger{background-color:#cd42461a;color:#ac2f33}.polotno-composer-scope .bp5-menu-item.bp5-active.bp5-intent-danger:before,.polotno-composer-scope .bp5-menu-item.bp5-active.bp5-intent-danger .bp5-menu-item-icon,.polotno-composer-scope .bp5-menu-item.bp5-active.bp5-intent-danger .bp5-submenu-icon{color:inherit}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-menu-item.bp5-active{background-color:highlight}}.polotno-composer-scope .bp5-menu-item.bp5-menu-item-is-selectable{padding-left:20px}.polotno-composer-scope .bp5-menu-item.bp5-menu-item-is-selectable.bp5-selected{padding-left:0}.polotno-composer-scope .bp5-menu-item.bp5-menu-item-is-selectable .bp5-menu-item-selected-icon{align-self:center;margin:0 2px}.polotno-composer-scope .bp5-menu-item.bp5-disabled{background-color:inherit!important;color:#5f6b7c99!important;cursor:not-allowed!important;outline:none!important}.polotno-composer-scope .bp5-menu-item.bp5-disabled:before,.polotno-composer-scope .bp5-menu-item.bp5-disabled .bp5-menu-item-icon,.polotno-composer-scope .bp5-menu-item.bp5-disabled .bp5-submenu-icon{color:#5f6b7c99!important}.polotno-composer-scope .bp5-menu-item.bp5-disabled .bp5-menu-item-label{color:#5f6b7c99!important}.polotno-composer-scope .bp5-menu-item.bp5-intent-primary{color:#215db0}.polotno-composer-scope .bp5-menu-item.bp5-intent-primary:before,.polotno-composer-scope .bp5-menu-item.bp5-intent-primary .bp5-menu-item-icon,.polotno-composer-scope .bp5-menu-item.bp5-intent-primary .bp5-menu-item-selected-icon,.polotno-composer-scope .bp5-menu-item.bp5-intent-primary .bp5-submenu-icon,.polotno-composer-scope .bp5-menu-item.bp5-intent-primary .bp5-menu-item-label{color:inherit}.polotno-composer-scope .bp5-menu-item.bp5-intent-primary:hover{background-color:#2d72d21a}.polotno-composer-scope .bp5-menu-item.bp5-intent-primary:active,.polotno-composer-scope .bp5-menu-item.bp5-intent-primary.bp5-active{background-color:#2d72d233;color:#184a90}.polotno-composer-scope .bp5-menu-item.bp5-intent-success{color:#1c6e42}.polotno-composer-scope .bp5-menu-item.bp5-intent-success:before,.polotno-composer-scope .bp5-menu-item.bp5-intent-success .bp5-menu-item-icon,.polotno-composer-scope .bp5-menu-item.bp5-intent-success .bp5-menu-item-selected-icon,.polotno-composer-scope .bp5-menu-item.bp5-intent-success .bp5-submenu-icon,.polotno-composer-scope .bp5-menu-item.bp5-intent-success .bp5-menu-item-label{color:inherit}.polotno-composer-scope .bp5-menu-item.bp5-intent-success:hover{background-color:#2385511a}.polotno-composer-scope .bp5-menu-item.bp5-intent-success:active,.polotno-composer-scope .bp5-menu-item.bp5-intent-success.bp5-active{background-color:#23855133;color:#165a36}.polotno-composer-scope .bp5-menu-item.bp5-intent-warning{color:#935610}.polotno-composer-scope .bp5-menu-item.bp5-intent-warning:before,.polotno-composer-scope .bp5-menu-item.bp5-intent-warning .bp5-menu-item-icon,.polotno-composer-scope .bp5-menu-item.bp5-intent-warning .bp5-menu-item-selected-icon,.polotno-composer-scope .bp5-menu-item.bp5-intent-warning .bp5-submenu-icon,.polotno-composer-scope .bp5-menu-item.bp5-intent-warning .bp5-menu-item-label{color:inherit}.polotno-composer-scope .bp5-menu-item.bp5-intent-warning:hover{background-color:#c876191a}.polotno-composer-scope .bp5-menu-item.bp5-intent-warning:active,.polotno-composer-scope .bp5-menu-item.bp5-intent-warning.bp5-active{background-color:#c8761933;color:#77450d}.polotno-composer-scope .bp5-menu-item.bp5-intent-danger{color:#ac2f33}.polotno-composer-scope .bp5-menu-item.bp5-intent-danger:before,.polotno-composer-scope .bp5-menu-item.bp5-intent-danger .bp5-menu-item-icon,.polotno-composer-scope .bp5-menu-item.bp5-intent-danger .bp5-menu-item-selected-icon,.polotno-composer-scope .bp5-menu-item.bp5-intent-danger .bp5-submenu-icon,.polotno-composer-scope .bp5-menu-item.bp5-intent-danger .bp5-menu-item-label{color:inherit}.polotno-composer-scope .bp5-menu-item.bp5-intent-danger:hover{background-color:#cd42461a}.polotno-composer-scope .bp5-menu-item.bp5-intent-danger:active,.polotno-composer-scope .bp5-menu-item.bp5-intent-danger.bp5-active{background-color:#cd424633;color:#8e292c}.polotno-composer-scope .bp5-menu-item:before{font-family:blueprint-icons-16,sans-serif;font-size:16px;font-style:normal;font-variant:normal;font-weight:400;height:16px;line-height:1;width:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;margin-right:7px}.polotno-composer-scope .bp5-large .bp5-menu-item{font-size:16px;line-height:22px;padding-bottom:9px;padding-top:9px}.polotno-composer-scope .bp5-large .bp5-menu-item .bp5-menu-item-icon{height:22px}.polotno-composer-scope .bp5-large .bp5-menu-item:before,.polotno-composer-scope .bp5-large .bp5-menu-item .bp5-submenu-icon{margin-top:3px}.polotno-composer-scope .bp5-large .bp5-menu-item:before{font-family:blueprint-icons-20,sans-serif;font-size:20px;font-style:normal;font-variant:normal;font-weight:400;height:20px;line-height:1;width:20px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;margin-right:10px}.polotno-composer-scope .bp5-small .bp5-menu-item{padding-bottom:2px;padding-top:2px}.polotno-composer-scope button.bp5-menu-item{background:none;border:none;text-align:left;width:100%}.polotno-composer-scope .bp5-menu-header{border-top:1px solid rgba(17,20,24,.15);display:block;margin:5px -5px;cursor:default;padding-left:2px}.polotno-composer-scope .bp5-dark .bp5-menu-header{border-top-color:#fff3}.polotno-composer-scope .bp5-menu-header:first-of-type{border-top:none}.polotno-composer-scope .bp5-menu-header>h6{color:#1c2127;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;line-height:17px;margin:0;padding:10px 7px 0 6px}.polotno-composer-scope .bp5-menu-header>h6.bp5-text-muted{color:#5f6b7c}.polotno-composer-scope .bp5-dark .bp5-menu-header>h6.bp5-text-muted{color:#abb3bf}.polotno-composer-scope .bp5-menu-header:first-of-type>h6{padding-top:0}.polotno-composer-scope .bp5-large .bp5-menu-header>h6{font-size:18px;padding-bottom:5px;padding-top:15px}.polotno-composer-scope .bp5-large .bp5-menu-header:first-of-type>h6{padding-top:0}.polotno-composer-scope .bp5-dark .bp5-menu{background:#2f343c;color:#f6f7f9}.polotno-composer-scope .bp5-dark .bp5-menu-item{color:inherit}.polotno-composer-scope .bp5-dark .bp5-menu-item .bp5-menu-item-label{color:#abb3bf}.polotno-composer-scope .bp5-dark .bp5-menu-item:before,.polotno-composer-scope .bp5-dark .bp5-menu-item .bp5-menu-item-icon,.polotno-composer-scope .bp5-dark .bp5-menu-item .bp5-menu-item-selected-icon,.polotno-composer-scope .bp5-dark .bp5-menu-item .bp5-submenu-icon{color:#abb3bf}.polotno-composer-scope .bp5-dark .bp5-menu-item:hover{color:inherit}.polotno-composer-scope .bp5-dark .bp5-menu-item:hover .bp5-menu-item-icon,.polotno-composer-scope .bp5-dark .bp5-menu-item:hover .bp5-submenu-icon{color:#abb3bf}.polotno-composer-scope .bp5-dark .bp5-menu-item:active{background-color:#8f99a84d}.polotno-composer-scope .bp5-dark .bp5-menu-item:active .bp5-menu-item-label{color:#f6f7f9}.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-active{background-color:#2d72d233;color:#8abbff}.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-active:before,.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-active .bp5-menu-item-icon,.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-active .bp5-menu-item-selected-icon,.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-active .bp5-submenu-icon{color:#8abbff}.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-active.bp5-intent-success{background-color:#23855133;color:#72ca9b}.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-active.bp5-intent-success:before,.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-active.bp5-intent-success .bp5-menu-item-icon,.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-active.bp5-intent-success .bp5-submenu-icon{color:inherit}.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-active.bp5-intent-warning{background-color:#c8761933;color:#fbb360}.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-active.bp5-intent-warning:before,.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-active.bp5-intent-warning .bp5-menu-item-icon,.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-active.bp5-intent-warning .bp5-submenu-icon{color:inherit}.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-active.bp5-intent-danger{background-color:#cd424633;color:#fa999c}.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-active.bp5-intent-danger:before,.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-active.bp5-intent-danger .bp5-menu-item-icon,.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-active.bp5-intent-danger .bp5-submenu-icon{color:inherit}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-active{background-color:highlight}}.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-disabled{color:#abb3bf99!important}.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-disabled:before,.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-disabled .bp5-menu-item-icon,.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-disabled .bp5-submenu-icon{color:#abb3bf99!important}.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-disabled .bp5-menu-item-label{color:#abb3bf99!important}.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-intent-primary{color:#8abbff}.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-intent-primary:before,.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-intent-primary .bp5-menu-item-icon,.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-intent-primary .bp5-menu-item-selected-icon,.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-intent-primary .bp5-submenu-icon,.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-intent-primary .bp5-menu-item-label{color:inherit}.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-intent-primary:hover{background-color:#2d72d233}.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-intent-primary:active,.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-intent-primary.bp5-active{background-color:#2d72d24d;color:#99c4ff}.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-intent-success{color:#72ca9b}.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-intent-success:before,.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-intent-success .bp5-menu-item-icon,.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-intent-success .bp5-menu-item-selected-icon,.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-intent-success .bp5-submenu-icon,.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-intent-success .bp5-menu-item-label{color:inherit}.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-intent-success:hover{background-color:#23855133}.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-intent-success:active,.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-intent-success.bp5-active{background-color:#2385514d;color:#7cd7a2}.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-intent-warning{color:#fbb360}.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-intent-warning:before,.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-intent-warning .bp5-menu-item-icon,.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-intent-warning .bp5-menu-item-selected-icon,.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-intent-warning .bp5-submenu-icon,.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-intent-warning .bp5-menu-item-label{color:inherit}.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-intent-warning:hover{background-color:#c8761933}.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-intent-warning:active,.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-intent-warning.bp5-active{background-color:#c876194d;color:#f5c186}.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-intent-danger{color:#fa999c}.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-intent-danger:before,.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-intent-danger .bp5-menu-item-icon,.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-intent-danger .bp5-menu-item-selected-icon,.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-intent-danger .bp5-submenu-icon,.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-intent-danger .bp5-menu-item-label{color:inherit}.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-intent-danger:hover{background-color:#cd424633}.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-intent-danger:active,.polotno-composer-scope .bp5-dark .bp5-menu-item.bp5-intent-danger.bp5-active{background-color:#cd42464d;color:#ffa1a4}.polotno-composer-scope .bp5-dark .bp5-menu-divider,.polotno-composer-scope .bp5-dark .bp5-menu-header{border-color:#fff3}.polotno-composer-scope .bp5-dark .bp5-menu-header>h6{color:#f6f7f9}.polotno-composer-scope .bp5-label .bp5-menu{margin-top:5px}.polotno-composer-scope .bp5-navbar{background-color:#fff;box-shadow:0 0 0 1px #1114181a,0 1px 1px #11141833;height:50px;padding:0 15px;position:relative;width:100%;z-index:10}.polotno-composer-scope .bp5-navbar.bp5-dark,.polotno-composer-scope .bp5-dark .bp5-navbar{background-color:#252a31}.polotno-composer-scope .bp5-navbar.bp5-dark{box-shadow:inset inset 0 0 0 1px #fff3,0 1px 1px #11141866}.polotno-composer-scope .bp5-dark .bp5-navbar{box-shadow:inset 0 0 0 1px #fff3,0 1px 1px #11141866}.polotno-composer-scope .bp5-navbar.bp5-fixed-top{left:0;position:fixed;right:0;top:0}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-navbar{border:1px solid buttonborder}}.polotno-composer-scope .bp5-navbar-heading{font-size:16px;margin-right:15px}.polotno-composer-scope .bp5-navbar-group{align-items:center;display:flex;height:50px}.polotno-composer-scope .bp5-navbar-group.bp5-align-left{float:left}.polotno-composer-scope .bp5-navbar-group.bp5-align-right{float:right}.polotno-composer-scope .bp5-navbar-divider{border-left:1px solid rgba(17,20,24,.15);height:20px;margin:0 10px}.polotno-composer-scope .bp5-dark .bp5-navbar-divider{border-left-color:#fff3}.polotno-composer-scope .bp5-non-ideal-state{display:flex;flex-direction:column;align-items:center;color:#5f6b7c;height:100%;justify-content:center;text-align:center;width:100%}.polotno-composer-scope .bp5-non-ideal-state>*{flex-grow:0;flex-shrink:0}.polotno-composer-scope .bp5-non-ideal-state>.bp5-fill{flex-grow:1;flex-shrink:1}.polotno-composer-scope .bp5-non-ideal-state:before,.polotno-composer-scope .bp5-non-ideal-state>*{margin-bottom:20px}.polotno-composer-scope .bp5-non-ideal-state:empty:before,.polotno-composer-scope .bp5-non-ideal-state>:last-child{margin-bottom:0}.polotno-composer-scope .bp5-non-ideal-state>*{max-width:400px}.polotno-composer-scope .bp5-non-ideal-state .bp5-heading{color:#5f6b7c;line-height:20px;margin-bottom:10px}.polotno-composer-scope .bp5-non-ideal-state .bp5-heading:only-child{margin-bottom:0}.polotno-composer-scope .bp5-non-ideal-state.bp5-non-ideal-state-horizontal{display:flex;flex-direction:row;text-align:left}.polotno-composer-scope .bp5-non-ideal-state.bp5-non-ideal-state-horizontal>*{flex-grow:0;flex-shrink:0}.polotno-composer-scope .bp5-non-ideal-state.bp5-non-ideal-state-horizontal>.bp5-fill{flex-grow:1;flex-shrink:1}.polotno-composer-scope .bp5-non-ideal-state.bp5-non-ideal-state-horizontal:before,.polotno-composer-scope .bp5-non-ideal-state.bp5-non-ideal-state-horizontal>*{margin-right:20px}.polotno-composer-scope .bp5-non-ideal-state.bp5-non-ideal-state-horizontal:empty:before,.polotno-composer-scope .bp5-non-ideal-state.bp5-non-ideal-state-horizontal>:last-child{margin-right:0}.polotno-composer-scope .bp5-non-ideal-state.bp5-non-ideal-state-horizontal>*{margin-bottom:0}.polotno-composer-scope .bp5-dark .bp5-non-ideal-state,.polotno-composer-scope .bp5-dark .bp5-non-ideal-state .bp5-heading{color:#abb3bf}.polotno-composer-scope .bp5-non-ideal-state-visual{color:#8f99a8}.polotno-composer-scope .bp5-overflow-list{display:flex;flex-wrap:nowrap;min-width:0}.polotno-composer-scope .bp5-overflow-list-spacer{flex-shrink:1;width:1px}.polotno-composer-scope body.bp5-overlay-open{overflow:hidden}.polotno-composer-scope .bp5-overlay{top:0;right:0;bottom:0;left:0;position:static;z-index:20}.polotno-composer-scope .bp5-overlay:not(.bp5-overlay-open){pointer-events:none}.polotno-composer-scope .bp5-overlay.bp5-overlay-container{overflow:hidden;position:fixed}.polotno-composer-scope .bp5-overlay.bp5-overlay-container.bp5-overlay-inline{position:absolute}.polotno-composer-scope .bp5-overlay.bp5-overlay-scroll-container{overflow:auto;position:fixed}.polotno-composer-scope .bp5-overlay.bp5-overlay-scroll-container.bp5-overlay-inline{position:absolute}.polotno-composer-scope .bp5-overlay.bp5-overlay-inline{display:inline;overflow:visible}.polotno-composer-scope .bp5-overlay-content{position:fixed;z-index:20}.polotno-composer-scope .bp5-overlay-inline .bp5-overlay-content,.polotno-composer-scope .bp5-overlay-scroll-container .bp5-overlay-content{position:absolute}.polotno-composer-scope .bp5-overlay-backdrop{top:0;right:0;bottom:0;left:0;position:fixed;opacity:1;background-color:#111418b3;overflow:auto;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:20}.polotno-composer-scope .bp5-overlay-backdrop.bp5-overlay-enter,.polotno-composer-scope .bp5-overlay-backdrop.bp5-overlay-appear{opacity:0}.polotno-composer-scope .bp5-overlay-backdrop.bp5-overlay-enter-active,.polotno-composer-scope .bp5-overlay-backdrop.bp5-overlay-appear-active{opacity:1;transition-delay:0;transition-duration:.2s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,1,.75,.9)}.polotno-composer-scope .bp5-overlay-backdrop.bp5-overlay-exit{opacity:1}.polotno-composer-scope .bp5-overlay-backdrop.bp5-overlay-exit-active{opacity:0;transition-delay:0;transition-duration:.2s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,1,.75,.9)}.polotno-composer-scope .bp5-overlay-backdrop:focus{outline:none}.polotno-composer-scope .bp5-overlay-inline .bp5-overlay-backdrop{position:absolute}.polotno-composer-scope .bp5-panel-stack{overflow:hidden;position:relative}.polotno-composer-scope .bp5-panel-stack-header{align-items:center;box-shadow:0 1px #11141826;display:flex;flex-shrink:0;height:30px;z-index:1}.polotno-composer-scope .bp5-dark .bp5-panel-stack-header{box-shadow:0 1px #fff3}.polotno-composer-scope .bp5-panel-stack-header>span{align-items:stretch;display:flex;flex:1}.polotno-composer-scope .bp5-panel-stack-header .bp5-heading{margin:0 5px}.polotno-composer-scope .bp5-button.bp5-panel-stack-header-back{margin-left:5px;padding-left:0;white-space:nowrap}.polotno-composer-scope .bp5-button.bp5-panel-stack-header-back .bp5-icon{margin:0 2px}.polotno-composer-scope .bp5-panel-stack-view{top:0;right:0;bottom:0;left:0;position:absolute;background-color:#fff;border-right:1px solid rgba(17,20,24,.15);display:flex;flex-direction:column;margin-right:-1px;overflow-y:auto;z-index:1}.polotno-composer-scope .bp5-dark .bp5-panel-stack-view{background-color:#252a31}.polotno-composer-scope .bp5-panel-stack-view:nth-last-child(n+4){display:none}.polotno-composer-scope .bp5-panel-stack-push .bp5-panel-stack-enter,.polotno-composer-scope .bp5-panel-stack-push .bp5-panel-stack-appear{transform:translate(100%);opacity:0}.polotno-composer-scope .bp5-panel-stack-push .bp5-panel-stack-enter-active,.polotno-composer-scope .bp5-panel-stack-push .bp5-panel-stack-appear-active{transform:translate(0);opacity:1;transition-delay:0;transition-duration:.4s;transition-property:transform,opacity;transition-timing-function:ease}.polotno-composer-scope .bp5-panel-stack-push .bp5-panel-stack-exit{transform:translate(0);opacity:1}.polotno-composer-scope .bp5-panel-stack-push .bp5-panel-stack-exit-active{transform:translate(-50%);opacity:0;transition-delay:0;transition-duration:.4s;transition-property:transform,opacity;transition-timing-function:ease}.polotno-composer-scope .bp5-panel-stack-pop .bp5-panel-stack-enter,.polotno-composer-scope .bp5-panel-stack-pop .bp5-panel-stack-appear{transform:translate(-50%);opacity:0}.polotno-composer-scope .bp5-panel-stack-pop .bp5-panel-stack-enter-active,.polotno-composer-scope .bp5-panel-stack-pop .bp5-panel-stack-appear-active{transform:translate(0);opacity:1;transition-delay:0;transition-duration:.4s;transition-property:transform,opacity;transition-timing-function:ease}.polotno-composer-scope .bp5-panel-stack-pop .bp5-panel-stack-exit{transform:translate(0);opacity:1}.polotno-composer-scope .bp5-panel-stack-pop .bp5-panel-stack-exit-active{transform:translate(100%);opacity:0;transition-delay:0;transition-duration:.4s;transition-property:transform,opacity;transition-timing-function:ease}.polotno-composer-scope .bp5-panel-stack2{overflow:hidden;position:relative}.polotno-composer-scope .bp5-panel-stack2-header{align-items:center;box-shadow:0 1px #11141826;display:flex;flex-shrink:0;height:30px;z-index:1}.polotno-composer-scope .bp5-dark .bp5-panel-stack2-header{box-shadow:0 1px #fff3}.polotno-composer-scope .bp5-panel-stack2-header>span{align-items:stretch;display:flex;flex:1}.polotno-composer-scope .bp5-panel-stack2-header .bp5-heading{margin:0 5px}.polotno-composer-scope .bp5-button.bp5-panel-stack2-header-back{margin-left:5px;padding-left:0;white-space:nowrap}.polotno-composer-scope .bp5-button.bp5-panel-stack2-header-back .bp5-icon{margin:0 2px}.polotno-composer-scope .bp5-panel-stack2-view{top:0;right:0;bottom:0;left:0;position:absolute;background-color:#fff;border-right:1px solid rgba(17,20,24,.15);display:flex;flex-direction:column;margin-right:-1px;overflow-y:auto;z-index:1}.polotno-composer-scope .bp5-dark .bp5-panel-stack2-view{background-color:#252a31}.polotno-composer-scope .bp5-panel-stack2-view:nth-last-child(n+4){display:none}.polotno-composer-scope .bp5-panel-stack2-push .bp5-panel-stack2-enter,.polotno-composer-scope .bp5-panel-stack2-push .bp5-panel-stack2-appear{transform:translate(100%);opacity:0}.polotno-composer-scope .bp5-panel-stack2-push .bp5-panel-stack2-enter-active,.polotno-composer-scope .bp5-panel-stack2-push .bp5-panel-stack2-appear-active{transform:translate(0);opacity:1;transition-delay:0;transition-duration:.4s;transition-property:transform,opacity;transition-timing-function:ease}.polotno-composer-scope .bp5-panel-stack2-push .bp5-panel-stack2-exit{transform:translate(0);opacity:1}.polotno-composer-scope .bp5-panel-stack2-push .bp5-panel-stack2-exit-active{transform:translate(-50%);opacity:0;transition-delay:0;transition-duration:.4s;transition-property:transform,opacity;transition-timing-function:ease}.polotno-composer-scope .bp5-panel-stack2-pop .bp5-panel-stack2-enter,.polotno-composer-scope .bp5-panel-stack2-pop .bp5-panel-stack2-appear{transform:translate(-50%);opacity:0}.polotno-composer-scope .bp5-panel-stack2-pop .bp5-panel-stack2-enter-active,.polotno-composer-scope .bp5-panel-stack2-pop .bp5-panel-stack2-appear-active{transform:translate(0);opacity:1;transition-delay:0;transition-duration:.4s;transition-property:transform,opacity;transition-timing-function:ease}.polotno-composer-scope .bp5-panel-stack2-pop .bp5-panel-stack2-exit{transform:translate(0);opacity:1}.polotno-composer-scope .bp5-panel-stack2-pop .bp5-panel-stack2-exit-active{transform:translate(100%);opacity:0;transition-delay:0;transition-duration:.4s;transition-property:transform,opacity;transition-timing-function:ease}.polotno-composer-scope .bp5-button-group:not(.bp5-minimal)>.bp5-popover-target:not(:first-child) .bp5-button{border-bottom-left-radius:0;border-top-left-radius:0}.polotno-composer-scope .bp5-button-group:not(.bp5-minimal)>.bp5-popover-target:not(:last-child) .bp5-button{border-bottom-right-radius:0;border-top-right-radius:0;margin-right:-1px}.polotno-composer-scope .bp5-button-group .bp5-popover-target{display:flex;flex:1 1 auto}.polotno-composer-scope .bp5-button-group.bp5-vertical:not(.bp5-minimal)>.bp5-popover-target:first-child .bp5-button{border-radius:2px 2px 0 0}.polotno-composer-scope .bp5-button-group.bp5-vertical:not(.bp5-minimal)>.bp5-popover-target:last-child .bp5-button{border-radius:0 0 2px 2px}.polotno-composer-scope .bp5-button-group.bp5-vertical:not(.bp5-minimal)>.bp5-popover-target:not(:last-child) .bp5-button{margin-bottom:-1px}.polotno-composer-scope .bp5-control-group .bp5-popover-target{border-radius:inherit}.polotno-composer-scope label.bp5-label .bp5-popover-target{display:block;margin-top:5px;text-transform:none}.polotno-composer-scope .bp5-submenu .bp5-popover-target{display:block}.polotno-composer-scope .bp5-submenu.bp5-popover{box-shadow:none;padding:0 5px}.polotno-composer-scope .bp5-submenu.bp5-popover>.bp5-popover-content{box-shadow:0 0 0 1px #1114181a,0 2px 4px #11141833,0 8px 24px #11141833}.polotno-composer-scope .bp5-dark .bp5-submenu.bp5-popover,.polotno-composer-scope .bp5-submenu.bp5-popover.bp5-dark{box-shadow:none}.polotno-composer-scope .bp5-dark .bp5-submenu.bp5-popover>.bp5-popover-content,.polotno-composer-scope .bp5-submenu.bp5-popover.bp5-dark>.bp5-popover-content{box-shadow:0 0 0 1px #5e6064,inset 0 0 0 1px #fff3,0 2px 4px #11141866,0 8px 24px #11141866}.polotno-composer-scope .bp5-tree-node-secondary-label .bp5-popover-target{align-items:center;display:flex}.polotno-composer-scope .bp5-popover{box-shadow:0 0 0 1px #1114181a,0 2px 4px #11141833,0 8px 24px #11141833;transform:scale(1);border-radius:2px;display:inline-block;z-index:20}.polotno-composer-scope .bp5-popover .bp5-popover-arrow{height:30px;position:absolute;width:30px}.polotno-composer-scope .bp5-popover .bp5-popover-arrow:before{height:20px;margin:5px;width:20px}.polotno-composer-scope .bp5-popover .bp5-popover-content{background:#fff}.polotno-composer-scope .bp5-popover .bp5-popover-content,.polotno-composer-scope .bp5-popover .bp5-heading{color:inherit}.polotno-composer-scope .bp5-popover .bp5-popover-arrow:before{box-shadow:1px 1px 6px #11141833}.polotno-composer-scope .bp5-popover .bp5-popover-arrow-border{fill:#111418;fill-opacity:.1}.polotno-composer-scope .bp5-popover .bp5-popover-arrow-fill{fill:#fff}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-popover .bp5-popover-arrow-fill{fill:buttonborder}}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-popover{border:1px solid buttonborder}}.polotno-composer-scope .bp5-popover-enter>.bp5-popover,.polotno-composer-scope .bp5-popover-appear>.bp5-popover{transform:scale(.3)}.polotno-composer-scope .bp5-popover-enter-active>.bp5-popover,.polotno-composer-scope .bp5-popover-appear-active>.bp5-popover{transform:scale(1);transition-delay:0;transition-duration:.3s;transition-property:transform;transition-timing-function:cubic-bezier(.54,1.12,.38,1.11)}.polotno-composer-scope .bp5-popover-exit>.bp5-popover{transform:scale(1)}.polotno-composer-scope .bp5-popover-exit-active>.bp5-popover{transform:scale(.3);transition-delay:0;transition-duration:.3s;transition-property:transform;transition-timing-function:cubic-bezier(.54,1.12,.38,1.11)}.polotno-composer-scope .bp5-popover .bp5-popover-content{border-radius:2px;position:relative}.polotno-composer-scope .bp5-popover.bp5-popover-content-sizing .bp5-popover-content{max-width:350px;padding:20px}.polotno-composer-scope .bp5-popover-target+.bp5-overlay .bp5-popover.bp5-popover-content-sizing{width:350px}.polotno-composer-scope .bp5-popover.bp5-minimal{margin:0!important}.polotno-composer-scope .bp5-popover.bp5-minimal .bp5-popover-arrow{display:none}.polotno-composer-scope .bp5-popover.bp5-minimal.bp5-popover{transform:scale(1)}.polotno-composer-scope .bp5-popover-enter>.bp5-popover.bp5-minimal.bp5-popover,.polotno-composer-scope .bp5-popover-appear>.bp5-popover.bp5-minimal.bp5-popover{transform:scale(1)}.polotno-composer-scope .bp5-popover-enter-active>.bp5-popover.bp5-minimal.bp5-popover,.polotno-composer-scope .bp5-popover-appear-active>.bp5-popover.bp5-minimal.bp5-popover{transform:scale(1);transition-delay:0;transition-duration:.1s;transition-property:transform;transition-timing-function:cubic-bezier(.4,1,.75,.9)}.polotno-composer-scope .bp5-popover-exit>.bp5-popover.bp5-minimal.bp5-popover{transform:scale(1)}.polotno-composer-scope .bp5-popover-exit-active>.bp5-popover.bp5-minimal.bp5-popover{transform:scale(1);transition-delay:0;transition-duration:.1s;transition-property:transform;transition-timing-function:cubic-bezier(.4,1,.75,.9)}.polotno-composer-scope .bp5-popover.bp5-popover-match-target-width{width:100%}.polotno-composer-scope .bp5-popover.bp5-dark,.polotno-composer-scope .bp5-dark .bp5-popover{box-shadow:0 0 0 1px #5e6064,inset 0 0 0 1px #fff3,0 2px 4px #11141866,0 8px 24px #11141866}.polotno-composer-scope .bp5-popover.bp5-dark .bp5-popover-content,.polotno-composer-scope .bp5-dark .bp5-popover .bp5-popover-content{background:#2f343c}.polotno-composer-scope .bp5-popover.bp5-dark .bp5-popover-content,.polotno-composer-scope .bp5-popover.bp5-dark .bp5-heading,.polotno-composer-scope .bp5-dark .bp5-popover .bp5-popover-content,.polotno-composer-scope .bp5-dark .bp5-popover .bp5-heading{color:inherit}.polotno-composer-scope .bp5-popover.bp5-dark .bp5-popover-arrow:before,.polotno-composer-scope .bp5-dark .bp5-popover .bp5-popover-arrow:before{box-shadow:0 0 0 1px #777a7e,1px 1px 6px #11141866}.polotno-composer-scope .bp5-popover.bp5-dark .bp5-popover-arrow-border,.polotno-composer-scope .bp5-dark .bp5-popover .bp5-popover-arrow-border{fill:#111418;fill-opacity:.2}.polotno-composer-scope .bp5-popover.bp5-dark .bp5-popover-arrow-fill,.polotno-composer-scope .bp5-dark .bp5-popover .bp5-popover-arrow-fill{fill:#2f343c}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-popover.bp5-dark .bp5-popover-arrow-fill,.polotno-composer-scope .bp5-dark .bp5-popover .bp5-popover-arrow-fill{fill:buttonborder}}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-popover.bp5-dark,.polotno-composer-scope .bp5-dark .bp5-popover{border:1px solid buttonborder}}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-popover{border:1px solid buttonborder;box-shadow:none}}.polotno-composer-scope .bp5-popover-arrow:before{border-radius:1px;content:"";display:block;position:absolute;transform:rotate(45deg)}.polotno-composer-scope .bp5-overlay-backdrop.bp5-popover-backdrop{background:#fff0}.polotno-composer-scope .bp5-popover-transition-container{opacity:1;display:flex;z-index:20}.polotno-composer-scope .bp5-popover-transition-container.bp5-popover-enter,.polotno-composer-scope .bp5-popover-transition-container.bp5-popover-appear{opacity:0}.polotno-composer-scope .bp5-popover-transition-container.bp5-popover-enter-active,.polotno-composer-scope .bp5-popover-transition-container.bp5-popover-appear-active{opacity:1;transition-delay:0;transition-duration:.1s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,1,.75,.9)}.polotno-composer-scope .bp5-popover-transition-container.bp5-popover-exit{opacity:1}.polotno-composer-scope .bp5-popover-transition-container.bp5-popover-exit-active{opacity:0;transition-delay:0;transition-duration:.1s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,1,.75,.9)}.polotno-composer-scope .bp5-popover-transition-container:focus{outline:none}.polotno-composer-scope .bp5-popover-transition-container.bp5-popover-leave .bp5-popover-content{pointer-events:none}.polotno-composer-scope span.bp5-popover-target{display:inline-block}.polotno-composer-scope .bp5-popover-target.bp5-fill{width:100%}.polotno-composer-scope .bp5-portal{left:0;position:absolute;right:0;top:0}.polotno-composer-scope .bp5-progress-bar{background:#5f6b7c33;border-radius:40px;display:block;height:8px;overflow:hidden;position:relative;width:100%}.polotno-composer-scope .bp5-progress-bar .bp5-progress-meter{background:linear-gradient(-45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%);background-color:#5f6b7ccc;background-size:30px 30px;border-radius:40px;height:100%;position:absolute;transition:width .2s cubic-bezier(.4,1,.75,.9);width:100%}.polotno-composer-scope .bp5-progress-bar:not(.bp5-no-animation):not(.bp5-no-stripes) .bp5-progress-meter{animation:linear-progress-bar-stripes .3s linear infinite reverse}.polotno-composer-scope .bp5-progress-bar.bp5-no-stripes .bp5-progress-meter{background-image:none}.polotno-composer-scope .bp5-dark .bp5-progress-bar{background:#11141880}.polotno-composer-scope .bp5-dark .bp5-progress-bar .bp5-progress-meter{background-color:#8f99a8}.polotno-composer-scope .bp5-progress-bar.bp5-intent-primary .bp5-progress-meter{background-color:#2d72d2}.polotno-composer-scope .bp5-progress-bar.bp5-intent-success .bp5-progress-meter{background-color:#238551}.polotno-composer-scope .bp5-progress-bar.bp5-intent-warning .bp5-progress-meter{background-color:#c87619}.polotno-composer-scope .bp5-progress-bar.bp5-intent-danger .bp5-progress-meter{background-color:#cd4246}.polotno-composer-scope .bp5-section{overflow:hidden;width:100%}.polotno-composer-scope .bp5-section,.polotno-composer-scope .bp5-section.bp5-compact{padding:0}.polotno-composer-scope .bp5-section-header{align-items:center;border-bottom:1px solid rgba(17,20,24,.15);display:flex;gap:20px;justify-content:space-between;min-height:50px;padding:0 20px;position:relative;width:100%}.polotno-composer-scope .bp5-section-header.bp5-dark,.polotno-composer-scope .bp5-dark .bp5-section-header{border-color:#fff3}.polotno-composer-scope .bp5-section-header-left{align-items:center;display:flex;gap:10px;padding:10px 0}.polotno-composer-scope .bp5-section-header-title{margin-bottom:0}.polotno-composer-scope .bp5-section-header-sub-title{margin-top:2px}.polotno-composer-scope .bp5-section-header-right{align-items:center;display:flex;gap:10px;margin-left:auto}.polotno-composer-scope .bp5-section-header-collapse-caret{display:inline-flex;justify-content:center;vertical-align:middle}.polotno-composer-scope .bp5-section-header-divider{align-self:stretch;margin:15px 0}.polotno-composer-scope .bp5-section-header.bp5-interactive{cursor:pointer}.polotno-composer-scope .bp5-section-header.bp5-interactive:hover,.polotno-composer-scope .bp5-section-header.bp5-interactive:active{background:#f6f7f9}.polotno-composer-scope .bp5-section-header.bp5-interactive:hover.bp5-dark,.polotno-composer-scope .bp5-dark .bp5-section-header.bp5-interactive:hover,.polotno-composer-scope .bp5-section-header.bp5-interactive:active.bp5-dark,.polotno-composer-scope .bp5-dark .bp5-section-header.bp5-interactive:active{background:#383e47}.polotno-composer-scope .bp5-section-card.bp5-padded{padding:20px}.polotno-composer-scope .bp5-section-card:not(:last-child){border-bottom:1px solid rgba(17,20,24,.15)}.polotno-composer-scope .bp5-section-card:not(:last-child).bp5-dark,.polotno-composer-scope .bp5-dark .bp5-section-card:not(:last-child){border-color:#fff3}.polotno-composer-scope .bp5-section.bp5-section-collapsed .bp5-section-header{border:none}.polotno-composer-scope .bp5-section.bp5-compact .bp5-section-header{min-height:40px;padding:0 15px}.polotno-composer-scope .bp5-section.bp5-compact .bp5-section-header-left{padding:7px 0}.polotno-composer-scope .bp5-section.bp5-compact .bp5-section-card.bp5-padded{padding:15px}.polotno-composer-scope .bp5-segmented-control{background-color:#f6f7f9;border-radius:2px;display:flex;gap:3px;padding:3px}.polotno-composer-scope .bp5-segmented-control.bp5-inline{display:inline-flex}.polotno-composer-scope .bp5-segmented-control.bp5-fill{width:100%}.polotno-composer-scope .bp5-segmented-control.bp5-fill>.bp5-button{flex-grow:1}.polotno-composer-scope .bp5-segmented-control>.bp5-button:not(.bp5-minimal):not(.bp5-intent-primary){background-color:#fff}.polotno-composer-scope .bp5-dark .bp5-segmented-control>.bp5-button:not(.bp5-minimal):not(.bp5-intent-primary){background-color:#404854}.polotno-composer-scope .bp5-segmented-control>.bp5-button.bp5-minimal{color:#5f6b7c}.polotno-composer-scope .bp5-dark .bp5-segmented-control>.bp5-button.bp5-minimal{color:#abb3bf}.polotno-composer-scope .bp5-segmented-control>.bp5-button.bp5-minimal:disabled{color:#5f6b7c99}.polotno-composer-scope .bp5-dark .bp5-segmented-control>.bp5-button.bp5-minimal:disabled{color:#abb3bf99}.polotno-composer-scope .bp5-dark .bp5-segmented-control{background-color:#252a31}.polotno-composer-scope .bp5-skeleton{animation:1s linear infinite alternate skeleton-glow;background:#d3d8de33;background-clip:padding-box!important;border-color:#d3d8de33!important;border-radius:2px;box-shadow:none!important;color:transparent!important;cursor:default;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.polotno-composer-scope .bp5-skeleton:before,.polotno-composer-scope .bp5-skeleton:after,.polotno-composer-scope .bp5-skeleton *{visibility:hidden!important}.polotno-composer-scope .bp5-slider{height:40px;min-width:150px;width:100%;cursor:default;outline:none;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.polotno-composer-scope .bp5-slider:hover{cursor:pointer}.polotno-composer-scope .bp5-slider:active{cursor:grabbing}.polotno-composer-scope .bp5-slider.bp5-disabled{cursor:not-allowed;opacity:.5}.polotno-composer-scope .bp5-slider.bp5-slider-unlabeled{height:16px}.polotno-composer-scope .bp5-slider-track,.polotno-composer-scope .bp5-slider-progress{height:6px;left:0;right:0;top:5px;position:absolute}.polotno-composer-scope .bp5-slider-track{border-radius:2px;overflow:hidden}.polotno-composer-scope .bp5-slider-progress{background:#5f6b7c33}.polotno-composer-scope .bp5-dark .bp5-slider-progress{background:#11141880}.polotno-composer-scope .bp5-slider-progress.bp5-intent-primary{background-color:#2d72d2}.polotno-composer-scope .bp5-slider-progress.bp5-intent-success{background-color:#238551}.polotno-composer-scope .bp5-slider-progress.bp5-intent-warning{background-color:#c87619}.polotno-composer-scope .bp5-slider-progress.bp5-intent-danger{background-color:#cd4246}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-slider-progress{background:ButtonText}}.polotno-composer-scope .bp5-slider-handle{background-color:#f6f7f9;box-shadow:inset 0 0 0 1px #11141833,0 1px 2px #1114181a;color:#1c2127;border-radius:2px;box-shadow:0 0 0 1px #11141880,0 1px 1px #11141880;cursor:pointer;height:16px;left:0;position:absolute;top:0;width:16px}.polotno-composer-scope .bp5-slider-handle:hover{background-clip:padding-box;background-color:#edeff2;box-shadow:inset 0 0 0 1px #11141833,0 1px 2px #11141833}.polotno-composer-scope .bp5-slider-handle:active,.polotno-composer-scope .bp5-slider-handle.bp5-active{background-color:#dce0e5;box-shadow:inset 0 0 0 1px #11141833,0 1px 2px #11141833}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-slider-handle:active,.polotno-composer-scope .bp5-slider-handle.bp5-active{background:highlight}}.polotno-composer-scope .bp5-slider-handle:disabled,.polotno-composer-scope .bp5-slider-handle.bp5-disabled{background-color:#d3d8de80;box-shadow:none;color:#5f6b7c99;cursor:not-allowed;outline:none}.polotno-composer-scope .bp5-slider-handle:disabled.bp5-active,.polotno-composer-scope .bp5-slider-handle:disabled.bp5-active:hover,.polotno-composer-scope .bp5-slider-handle.bp5-disabled.bp5-active,.polotno-composer-scope .bp5-slider-handle.bp5-disabled.bp5-active:hover{background:#d3d8deb3}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-slider-handle{border:1px solid buttonborder}}.polotno-composer-scope .bp5-slider-handle:focus{z-index:1}.polotno-composer-scope .bp5-slider-handle:hover{background-clip:padding-box;background-color:#edeff2;box-shadow:inset 0 0 0 1px #11141833,0 1px 2px #11141833;box-shadow:0 0 0 1px #11141880,0 1px 2px #11141899;cursor:grab;z-index:2}.polotno-composer-scope .bp5-slider-handle.bp5-active{background-color:#dce0e5;box-shadow:inset 0 0 0 1px #11141833,0 1px 2px #11141833;box-shadow:inset 0 1px 1px #1114181a,0 0 0 1px #11141880,0 1px 2px #11141833;cursor:grabbing}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-slider-handle.bp5-active{background:highlight}}.polotno-composer-scope .bp5-disabled .bp5-slider-handle{background:#c5cbd3;box-shadow:none;pointer-events:none}.polotno-composer-scope .bp5-dark .bp5-slider-handle{background-color:#abb3bf;box-shadow:inset 0 0 0 1px #ffffff1a,0 1px 2px #11141833}.polotno-composer-scope .bp5-dark .bp5-slider-handle:hover{background-color:#8f99a8;box-shadow:inset 0 0 0 1px #ffffff1a,0 1px 2px #11141866}.polotno-composer-scope .bp5-dark .bp5-slider-handle.bp5-active{background-color:#738091;box-shadow:inset 0 1px 1px #1114181a,inset 0 0 0 1px #ffffff1a,0 1px 2px #11141866}.polotno-composer-scope .bp5-dark .bp5-disabled .bp5-slider-handle{background:#5f6b7c;border-color:#5f6b7c;box-shadow:none}.polotno-composer-scope .bp5-slider-handle .bp5-slider-label{background:#404854;border-radius:2px;box-shadow:0 0 0 1px #1114181a,0 2px 4px #11141833,0 8px 24px #11141833;color:#f6f7f9;margin-left:8px}.polotno-composer-scope .bp5-dark .bp5-slider-handle .bp5-slider-label{background:#e5e8eb;box-shadow:0 2px 4px #11141866,0 8px 24px #11141866;color:#404854}.polotno-composer-scope .bp5-disabled .bp5-slider-handle .bp5-slider-label{box-shadow:none}.polotno-composer-scope .bp5-slider-handle.bp5-start,.polotno-composer-scope .bp5-slider-handle.bp5-end{width:8px}.polotno-composer-scope .bp5-slider-handle.bp5-start{border-bottom-right-radius:0;border-top-right-radius:0}.polotno-composer-scope .bp5-slider-handle.bp5-end{border-bottom-left-radius:0;border-top-left-radius:0;margin-left:8px}.polotno-composer-scope .bp5-slider-handle.bp5-end .bp5-slider-label{margin-left:0}.polotno-composer-scope .bp5-slider-label{transform:translate(-50%,20px);display:inline-block;font-size:12px;line-height:1;padding:2px 5px;position:absolute;vertical-align:top}.polotno-composer-scope .bp5-slider.bp5-vertical{height:150px;min-width:40px;width:40px}.polotno-composer-scope .bp5-slider.bp5-vertical .bp5-slider-track,.polotno-composer-scope .bp5-slider.bp5-vertical .bp5-slider-progress{bottom:0;height:auto;left:5px;top:0;width:6px}.polotno-composer-scope .bp5-slider.bp5-vertical .bp5-slider-progress{top:auto}.polotno-composer-scope .bp5-slider.bp5-vertical .bp5-slider-label{transform:translate(20px,50%)}.polotno-composer-scope .bp5-slider.bp5-vertical .bp5-slider-handle{top:auto}.polotno-composer-scope .bp5-slider.bp5-vertical .bp5-slider-handle .bp5-slider-label{margin-left:0;margin-top:-8px}.polotno-composer-scope .bp5-slider.bp5-vertical .bp5-slider-handle.bp5-end,.polotno-composer-scope .bp5-slider.bp5-vertical .bp5-slider-handle.bp5-start{height:8px;margin-left:0;width:16px}.polotno-composer-scope .bp5-slider.bp5-vertical .bp5-slider-handle.bp5-start{border-bottom-right-radius:2px;border-top-left-radius:0}.polotno-composer-scope .bp5-slider.bp5-vertical .bp5-slider-handle.bp5-start .bp5-slider-label{transform:translate(20px)}.polotno-composer-scope .bp5-slider.bp5-vertical .bp5-slider-handle.bp5-end{border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:2px;margin-bottom:8px}.polotno-composer-scope .bp5-spinner{align-items:center;display:flex;justify-content:center;overflow:visible;vertical-align:middle}.polotno-composer-scope .bp5-spinner svg{display:block}.polotno-composer-scope .bp5-spinner path{fill-opacity:0}.polotno-composer-scope .bp5-spinner .bp5-spinner-head{stroke:#5f6b7ccc;stroke-linecap:round;transform-origin:center;transition:stroke-dashoffset .2s cubic-bezier(.4,1,.75,.9)}.polotno-composer-scope .bp5-spinner .bp5-spinner-track{stroke:#5f6b7c33}.polotno-composer-scope .bp5-spinner-animation{animation:pt-spinner-animation .5s linear infinite}.polotno-composer-scope .bp5-no-spin>.bp5-spinner-animation{animation:none}.polotno-composer-scope .bp5-dark .bp5-spinner .bp5-spinner-head{stroke:#8f99a8}.polotno-composer-scope .bp5-dark .bp5-spinner .bp5-spinner-track{stroke:#11141880}.polotno-composer-scope .bp5-spinner.bp5-intent-primary .bp5-spinner-head{stroke:#2d72d2}.polotno-composer-scope .bp5-spinner.bp5-intent-success .bp5-spinner-head{stroke:#238551}.polotno-composer-scope .bp5-spinner.bp5-intent-warning .bp5-spinner-head{stroke:#c87619}.polotno-composer-scope .bp5-spinner.bp5-intent-danger .bp5-spinner-head{stroke:#cd4246}.polotno-composer-scope .bp5-tabs:not(.bp5-vertical).bp5-fill{height:100%}.polotno-composer-scope .bp5-tabs:not(.bp5-vertical).bp5-fill .bp5-tab-list{height:100%}.polotno-composer-scope .bp5-tabs.bp5-vertical{display:flex}.polotno-composer-scope .bp5-tabs.bp5-vertical>.bp5-tab-list{align-items:flex-start;flex-direction:column}.polotno-composer-scope .bp5-tabs.bp5-vertical>.bp5-tab-list .bp5-tab{align-items:center;border-radius:2px;display:flex;padding:0 10px;width:100%}.polotno-composer-scope .bp5-tabs.bp5-vertical>.bp5-tab-list .bp5-tab[aria-selected=true]{background-color:#2d72d233;box-shadow:none}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-tabs.bp5-vertical>.bp5-tab-list .bp5-tab[aria-selected=true]{background-color:highlight;color:#111418}}.polotno-composer-scope .bp5-tabs.bp5-vertical>.bp5-tab-list .bp5-tab-indicator-wrapper .bp5-tab-indicator{background-color:#2d72d233;border-radius:2px;height:auto;top:0;right:0;bottom:0;left:0}.polotno-composer-scope .bp5-tabs.bp5-vertical>.bp5-tab-panel{margin-top:0;padding-left:20px}.polotno-composer-scope .bp5-tab-list{align-items:flex-end;border:none;-moz-column-gap:20px;column-gap:20px;display:flex;flex:0 0 auto;list-style:none;margin:0;padding:0;position:relative}.polotno-composer-scope .bp5-tab-list .bp5-tabs:not(.bp5-vertical)>.bp5-flex-expander{margin-right:-20px}.polotno-composer-scope .bp5-tab{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;align-items:center;align-self:stretch;color:#1c2127;cursor:pointer;display:flex;flex:0 0 auto;font-size:14px;line-height:30px;max-width:100%;position:relative;vertical-align:top}.polotno-composer-scope .bp5-tab a{color:inherit;display:block;text-decoration:none}.polotno-composer-scope .bp5-tab-indicator-wrapper~.bp5-tab{background-color:transparent!important;box-shadow:none!important}.polotno-composer-scope .bp5-tab[aria-disabled=true]{color:#5f6b7c99;cursor:not-allowed}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-tab[aria-disabled=true]{color:graytext}}.polotno-composer-scope .bp5-tab[aria-selected=true]{border-radius:0;box-shadow:inset 0 -3px #215db0}.polotno-composer-scope .bp5-tab[aria-selected=true],.polotno-composer-scope .bp5-tab:not([aria-disabled=true]):hover{color:#215db0}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-tab[aria-selected=true],.polotno-composer-scope .bp5-tab:not([aria-disabled=true]):hover{color:highlight}}.polotno-composer-scope .bp5-tab:focus{-moz-outline-radius:0}.polotno-composer-scope .bp5-large>.bp5-tab{font-size:16px;line-height:40px}.polotno-composer-scope .bp5-tab-panel{margin-top:20px}.polotno-composer-scope .bp5-tab-panel[aria-hidden=true]{display:none}.polotno-composer-scope .bp5-tab-icon{margin-right:7px}.polotno-composer-scope .bp5-tab-tag{margin-left:7px}.polotno-composer-scope .bp5-tab-indicator-wrapper{left:0;pointer-events:none;position:absolute;top:0;transform:translate(0),translateY(0);transition:height,transform,width;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,1,.75,.9)}.polotno-composer-scope .bp5-tab-indicator-wrapper .bp5-tab-indicator{background-color:#215db0;bottom:0;height:3px;left:0;position:absolute;right:0}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-tab-indicator-wrapper .bp5-tab-indicator{background-color:highlight}}.polotno-composer-scope .bp5-tab-indicator-wrapper.bp5-no-animation{transition:none}.polotno-composer-scope .bp5-tabs:not(.bp5-vertical) .bp5-tab-indicator-wrapper{height:100%}.polotno-composer-scope .bp5-dark .bp5-tab{color:#f6f7f9}.polotno-composer-scope .bp5-dark .bp5-tab[aria-disabled=true]{color:#abb3bf99}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-dark .bp5-tab[aria-disabled=true]{color:graytext}}.polotno-composer-scope .bp5-dark .bp5-tab[aria-selected=true]{box-shadow:inset 0 -3px #8abbff}.polotno-composer-scope .bp5-dark .bp5-tab[aria-selected=true],.polotno-composer-scope .bp5-dark .bp5-tab:not([aria-disabled=true]):hover{color:#8abbff}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-dark .bp5-tab[aria-selected=true],.polotno-composer-scope .bp5-dark .bp5-tab:not([aria-disabled=true]):hover{color:highlight}}.polotno-composer-scope .bp5-dark .bp5-tab-indicator{background-color:#8abbff}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-dark .bp5-tab-indicator{background-color:highlight}}.polotno-composer-scope .bp5-flex-expander{flex:1 1}.polotno-composer-scope .bp5-tag{display:inline-flex;flex-direction:row;align-items:center;background-color:#5f6b7c;border:none;border-radius:2px;box-shadow:none;color:#fff;font-size:12px;line-height:16px;max-width:100%;min-height:20px;min-width:20px;padding:2px 6px;position:relative}.polotno-composer-scope .bp5-tag>*{flex-grow:0;flex-shrink:0}.polotno-composer-scope .bp5-tag>.bp5-fill{flex-grow:1;flex-shrink:1}.polotno-composer-scope .bp5-tag:before,.polotno-composer-scope .bp5-tag>*{margin-right:4px}.polotno-composer-scope .bp5-tag:empty:before,.polotno-composer-scope .bp5-tag>:last-child{margin-right:0}.polotno-composer-scope .bp5-tag:focus{outline:rgba(33,93,176,.752) solid 2px;outline-offset:0;-moz-outline-radius:6px}.polotno-composer-scope .bp5-dark .bp5-tag:focus{outline-color:#8abbffc0}.polotno-composer-scope .bp5-tag.bp5-interactive{cursor:pointer}.polotno-composer-scope .bp5-tag.bp5-interactive:hover{background:#404854}.polotno-composer-scope .bp5-tag.bp5-interactive:active,.polotno-composer-scope .bp5-tag.bp5-interactive.bp5-active{background:#383e47}.polotno-composer-scope .bp5-tag.bp5-round{border-radius:30px;padding-left:8px;padding-right:8px}.polotno-composer-scope .bp5-tag>.bp5-icon,.polotno-composer-scope .bp5-tag .bp5-icon-standard,.polotno-composer-scope .bp5-tag .bp5-icon-large{fill:#fff}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-tag{border:1px solid buttonborder}}.polotno-composer-scope .bp5-tag.bp5-large,.polotno-composer-scope .bp5-large .bp5-tag{font-size:14px;line-height:20px;min-height:30px;min-width:30px;padding:5px 10px}.polotno-composer-scope .bp5-tag.bp5-large:before,.polotno-composer-scope .bp5-tag.bp5-large>*,.polotno-composer-scope .bp5-large .bp5-tag:before,.polotno-composer-scope .bp5-large .bp5-tag>*{margin-right:7px}.polotno-composer-scope .bp5-tag.bp5-large:empty:before,.polotno-composer-scope .bp5-tag.bp5-large>:last-child,.polotno-composer-scope .bp5-large .bp5-tag:empty:before,.polotno-composer-scope .bp5-large .bp5-tag>:last-child{margin-right:0}.polotno-composer-scope .bp5-tag.bp5-large.bp5-round,.polotno-composer-scope .bp5-large .bp5-tag.bp5-round{padding-left:12px;padding-right:12px}.polotno-composer-scope .bp5-tag.bp5-intent-primary{background:#2d72d2;color:#fff}.polotno-composer-scope .bp5-tag.bp5-intent-primary.bp5-interactive:hover{background-color:#215db0}.polotno-composer-scope .bp5-tag.bp5-intent-primary.bp5-interactive:active,.polotno-composer-scope .bp5-tag.bp5-intent-primary.bp5-interactive.bp5-active{background-color:#184a90}.polotno-composer-scope .bp5-tag.bp5-intent-primary .bp5-tag-remove{color:#ffffffb3}.polotno-composer-scope .bp5-tag.bp5-intent-primary .bp5-tag-remove:hover,.polotno-composer-scope .bp5-tag.bp5-intent-primary .bp5-tag-remove:active{color:#fff}.polotno-composer-scope .bp5-tag.bp5-intent-success{background:#238551;color:#fff}.polotno-composer-scope .bp5-tag.bp5-intent-success.bp5-interactive:hover{background-color:#1c6e42}.polotno-composer-scope .bp5-tag.bp5-intent-success.bp5-interactive:active,.polotno-composer-scope .bp5-tag.bp5-intent-success.bp5-interactive.bp5-active{background-color:#165a36}.polotno-composer-scope .bp5-tag.bp5-intent-success .bp5-tag-remove{color:#ffffffb3}.polotno-composer-scope .bp5-tag.bp5-intent-success .bp5-tag-remove:hover,.polotno-composer-scope .bp5-tag.bp5-intent-success .bp5-tag-remove:active{color:#fff}.polotno-composer-scope .bp5-tag.bp5-intent-warning{background:#fbb360;color:#1c2127}.polotno-composer-scope .bp5-tag.bp5-intent-warning.bp5-interactive:hover{background-color:#ec9a3c}.polotno-composer-scope .bp5-tag.bp5-intent-warning.bp5-interactive:active,.polotno-composer-scope .bp5-tag.bp5-intent-warning.bp5-interactive.bp5-active{background-color:#c87619}.polotno-composer-scope .bp5-tag.bp5-intent-warning .bp5-tag-remove{color:#1c2127b3}.polotno-composer-scope .bp5-tag.bp5-intent-warning .bp5-tag-remove:hover,.polotno-composer-scope .bp5-tag.bp5-intent-warning .bp5-tag-remove:active{color:#1c2127}.polotno-composer-scope .bp5-tag.bp5-intent-danger{background:#cd4246;color:#fff}.polotno-composer-scope .bp5-tag.bp5-intent-danger.bp5-interactive:hover{background-color:#ac2f33}.polotno-composer-scope .bp5-tag.bp5-intent-danger.bp5-interactive:active,.polotno-composer-scope .bp5-tag.bp5-intent-danger.bp5-interactive.bp5-active{background-color:#8e292c}.polotno-composer-scope .bp5-tag.bp5-intent-danger .bp5-tag-remove{color:#ffffffb3}.polotno-composer-scope .bp5-tag.bp5-intent-danger .bp5-tag-remove:hover,.polotno-composer-scope .bp5-tag.bp5-intent-danger .bp5-tag-remove:active{color:#fff}.polotno-composer-scope .bp5-tag.bp5-fill{display:flex;width:100%}.polotno-composer-scope .bp5-tag.bp5-minimal>.bp5-icon,.polotno-composer-scope .bp5-tag.bp5-minimal .bp5-icon-standard,.polotno-composer-scope .bp5-tag.bp5-minimal .bp5-icon-large{fill:#5f6b7c}.polotno-composer-scope .bp5-tag.bp5-minimal:not([class*=bp5-intent-]){background-color:#8f99a826;color:#1c2127}.polotno-composer-scope .bp5-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive{cursor:pointer}.polotno-composer-scope .bp5-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive:hover{background-color:#8f99a84d;color:#111418}.polotno-composer-scope .bp5-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive.bp5-active,.polotno-composer-scope .bp5-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive:active{background-color:#8f99a859;color:#111418}.polotno-composer-scope .bp5-tag.bp5-minimal:not([class*=bp5-intent-]) .bp5-tag-remove{color:#5f6b7c}.polotno-composer-scope .bp5-tag.bp5-minimal:not([class*=bp5-intent-]) .bp5-tag-remove:hover,.polotno-composer-scope .bp5-tag.bp5-minimal:not([class*=bp5-intent-]) .bp5-tag-remove:active{color:#404854}.polotno-composer-scope .bp5-dark .bp5-tag.bp5-minimal:not([class*=bp5-intent-]){background-color:#8f99a826;color:#f6f7f9}.polotno-composer-scope .bp5-dark .bp5-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive{cursor:pointer}.polotno-composer-scope .bp5-dark .bp5-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive:hover{background-color:#8f99a84d;color:#fff}.polotno-composer-scope .bp5-dark .bp5-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive.bp5-active,.polotno-composer-scope .bp5-dark .bp5-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive:active{background-color:#8f99a859;color:#fff}.polotno-composer-scope .bp5-dark .bp5-tag.bp5-minimal:not([class*=bp5-intent-]) .bp5-tag-remove{color:#abb3bf}.polotno-composer-scope .bp5-dark .bp5-tag.bp5-minimal:not([class*=bp5-intent-]) .bp5-tag-remove:hover,.polotno-composer-scope .bp5-dark .bp5-tag.bp5-minimal:not([class*=bp5-intent-]) .bp5-tag-remove:active{color:#d3d8de}.polotno-composer-scope .bp5-tag.bp5-minimal.bp5-intent-primary{background-color:#2d72d21a;color:#215db0}.polotno-composer-scope .bp5-tag.bp5-minimal.bp5-intent-primary>.bp5-icon,.polotno-composer-scope .bp5-tag.bp5-minimal.bp5-intent-primary .bp5-icon-standard,.polotno-composer-scope .bp5-tag.bp5-minimal.bp5-intent-primary .bp5-icon-large{fill:#215db0}.polotno-composer-scope .bp5-tag.bp5-minimal.bp5-intent-primary.bp5-interactive:hover{background-color:#2d72d233;color:#184a90}.polotno-composer-scope .bp5-tag.bp5-minimal.bp5-intent-primary.bp5-interactive:active,.polotno-composer-scope .bp5-tag.bp5-minimal.bp5-intent-primary.bp5-interactive.bp5-active{background-color:#2d72d24d;color:#184a90}.polotno-composer-scope .bp5-tag.bp5-minimal.bp5-intent-primary .bp5-tag-remove{color:#215db0}.polotno-composer-scope .bp5-tag.bp5-minimal.bp5-intent-primary .bp5-tag-remove:hover,.polotno-composer-scope .bp5-tag.bp5-minimal.bp5-intent-primary .bp5-tag-remove:active{color:#184a90}.polotno-composer-scope .bp5-tag.bp5-minimal.bp5-intent-success{background-color:#2385511a;color:#1c6e42}.polotno-composer-scope .bp5-tag.bp5-minimal.bp5-intent-success>.bp5-icon,.polotno-composer-scope .bp5-tag.bp5-minimal.bp5-intent-success .bp5-icon-standard,.polotno-composer-scope .bp5-tag.bp5-minimal.bp5-intent-success .bp5-icon-large{fill:#1c6e42}.polotno-composer-scope .bp5-tag.bp5-minimal.bp5-intent-success.bp5-interactive:hover{background-color:#23855133;color:#165a36}.polotno-composer-scope .bp5-tag.bp5-minimal.bp5-intent-success.bp5-interactive:active,.polotno-composer-scope .bp5-tag.bp5-minimal.bp5-intent-success.bp5-interactive.bp5-active{background-color:#2385514d;color:#165a36}.polotno-composer-scope .bp5-tag.bp5-minimal.bp5-intent-success .bp5-tag-remove{color:#1c6e42}.polotno-composer-scope .bp5-tag.bp5-minimal.bp5-intent-success .bp5-tag-remove:hover,.polotno-composer-scope .bp5-tag.bp5-minimal.bp5-intent-success .bp5-tag-remove:active{color:#165a36}.polotno-composer-scope .bp5-tag.bp5-minimal.bp5-intent-warning{background-color:#c876191a;color:#935610}.polotno-composer-scope .bp5-tag.bp5-minimal.bp5-intent-warning>.bp5-icon,.polotno-composer-scope .bp5-tag.bp5-minimal.bp5-intent-warning .bp5-icon-standard,.polotno-composer-scope .bp5-tag.bp5-minimal.bp5-intent-warning .bp5-icon-large{fill:#935610}.polotno-composer-scope .bp5-tag.bp5-minimal.bp5-intent-warning.bp5-interactive:hover{background-color:#c8761933;color:#77450d}.polotno-composer-scope .bp5-tag.bp5-minimal.bp5-intent-warning.bp5-interactive:active,.polotno-composer-scope .bp5-tag.bp5-minimal.bp5-intent-warning.bp5-interactive.bp5-active{background-color:#c876194d;color:#77450d}.polotno-composer-scope .bp5-tag.bp5-minimal.bp5-intent-warning .bp5-tag-remove{color:#935610}.polotno-composer-scope .bp5-tag.bp5-minimal.bp5-intent-warning .bp5-tag-remove:hover,.polotno-composer-scope .bp5-tag.bp5-minimal.bp5-intent-warning .bp5-tag-remove:active{color:#77450d}.polotno-composer-scope .bp5-tag.bp5-minimal.bp5-intent-danger{background-color:#cd42461a;color:#ac2f33}.polotno-composer-scope .bp5-tag.bp5-minimal.bp5-intent-danger>.bp5-icon,.polotno-composer-scope .bp5-tag.bp5-minimal.bp5-intent-danger .bp5-icon-standard,.polotno-composer-scope .bp5-tag.bp5-minimal.bp5-intent-danger .bp5-icon-large{fill:#ac2f33}.polotno-composer-scope .bp5-tag.bp5-minimal.bp5-intent-danger.bp5-interactive:hover{background-color:#cd424633;color:#8e292c}.polotno-composer-scope .bp5-tag.bp5-minimal.bp5-intent-danger.bp5-interactive:active,.polotno-composer-scope .bp5-tag.bp5-minimal.bp5-intent-danger.bp5-interactive.bp5-active{background-color:#cd42464d;color:#8e292c}.polotno-composer-scope .bp5-tag.bp5-minimal.bp5-intent-danger .bp5-tag-remove{color:#ac2f33}.polotno-composer-scope .bp5-tag.bp5-minimal.bp5-intent-danger .bp5-tag-remove:hover,.polotno-composer-scope .bp5-tag.bp5-minimal.bp5-intent-danger .bp5-tag-remove:active{color:#8e292c}.polotno-composer-scope .bp5-dark .bp5-tag.bp5-minimal.bp5-intent-primary{background-color:#2d72d233;color:#8abbff}.polotno-composer-scope .bp5-dark .bp5-tag.bp5-minimal.bp5-intent-primary.bp5-interactive:hover{background-color:#2d72d24d;color:#99c4ff}.polotno-composer-scope .bp5-dark .bp5-tag.bp5-minimal.bp5-intent-primary.bp5-interactive:active,.polotno-composer-scope .bp5-dark .bp5-tag.bp5-minimal.bp5-intent-primary.bp5-interactive.bp5-active{background-color:#2d72d259;color:#99c4ff}.polotno-composer-scope .bp5-dark .bp5-tag.bp5-minimal.bp5-intent-primary .bp5-tag-remove{color:#8abbff}.polotno-composer-scope .bp5-dark .bp5-tag.bp5-minimal.bp5-intent-primary .bp5-tag-remove:hover,.polotno-composer-scope .bp5-dark .bp5-tag.bp5-minimal.bp5-intent-primary .bp5-tag-remove:active{color:#99c4ff}.polotno-composer-scope .bp5-dark .bp5-tag.bp5-minimal.bp5-intent-success{background-color:#23855133;color:#72ca9b}.polotno-composer-scope .bp5-dark .bp5-tag.bp5-minimal.bp5-intent-success.bp5-interactive:hover{background-color:#2385514d;color:#7cd7a2}.polotno-composer-scope .bp5-dark .bp5-tag.bp5-minimal.bp5-intent-success.bp5-interactive:active,.polotno-composer-scope .bp5-dark .bp5-tag.bp5-minimal.bp5-intent-success.bp5-interactive.bp5-active{background-color:#23855159;color:#7cd7a2}.polotno-composer-scope .bp5-dark .bp5-tag.bp5-minimal.bp5-intent-success .bp5-tag-remove{color:#72ca9b}.polotno-composer-scope .bp5-dark .bp5-tag.bp5-minimal.bp5-intent-success .bp5-tag-remove:hover,.polotno-composer-scope .bp5-dark .bp5-tag.bp5-minimal.bp5-intent-success .bp5-tag-remove:active{color:#7cd7a2}.polotno-composer-scope .bp5-dark .bp5-tag.bp5-minimal.bp5-intent-warning{background-color:#c8761933;color:#fbb360}.polotno-composer-scope .bp5-dark .bp5-tag.bp5-minimal.bp5-intent-warning.bp5-interactive:hover{background-color:#c876194d;color:#f5c186}.polotno-composer-scope .bp5-dark .bp5-tag.bp5-minimal.bp5-intent-warning.bp5-interactive:active,.polotno-composer-scope .bp5-dark .bp5-tag.bp5-minimal.bp5-intent-warning.bp5-interactive.bp5-active{background-color:#c8761959;color:#f5c186}.polotno-composer-scope .bp5-dark .bp5-tag.bp5-minimal.bp5-intent-warning .bp5-tag-remove{color:#fbb360}.polotno-composer-scope .bp5-dark .bp5-tag.bp5-minimal.bp5-intent-warning .bp5-tag-remove:hover,.polotno-composer-scope .bp5-dark .bp5-tag.bp5-minimal.bp5-intent-warning .bp5-tag-remove:active{color:#f5c186}.polotno-composer-scope .bp5-dark .bp5-tag.bp5-minimal.bp5-intent-danger{background-color:#cd424633;color:#fa999c}.polotno-composer-scope .bp5-dark .bp5-tag.bp5-minimal.bp5-intent-danger.bp5-interactive:hover{background-color:#cd42464d;color:#ffa1a4}.polotno-composer-scope .bp5-dark .bp5-tag.bp5-minimal.bp5-intent-danger.bp5-interactive:active,.polotno-composer-scope .bp5-dark .bp5-tag.bp5-minimal.bp5-intent-danger.bp5-interactive.bp5-active{background-color:#cd424659;color:#ffa1a4}.polotno-composer-scope .bp5-dark .bp5-tag.bp5-minimal.bp5-intent-danger .bp5-tag-remove{color:#fa999c}.polotno-composer-scope .bp5-dark .bp5-tag.bp5-minimal.bp5-intent-danger .bp5-tag-remove:hover,.polotno-composer-scope .bp5-dark .bp5-tag.bp5-minimal.bp5-intent-danger .bp5-tag-remove:active{color:#ffa1a4}.polotno-composer-scope .bp5-tag-remove{background:none;border:none;color:#ffffffb3;cursor:pointer;display:flex;margin-bottom:-2px;margin-right:-6px!important;margin-top:-2px;padding:2px 2px 2px 0}.polotno-composer-scope .bp5-tag-remove:hover{background:none;color:inherit;text-decoration:none}.polotno-composer-scope .bp5-tag-remove .bp5-icon:first-child{color:inherit}.polotno-composer-scope .bp5-tag-remove:hover,.polotno-composer-scope .bp5-tag-remove:active{color:#fff}.polotno-composer-scope .bp5-tag-remove:empty:before{font-family:blueprint-icons-16,sans-serif;font-size:16px;font-style:normal;font-variant:normal;font-weight:400;height:16px;line-height:1;width:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;content:""}.polotno-composer-scope .bp5-large .bp5-tag-remove{margin-right:-10px!important;padding:0 5px 0 0}.polotno-composer-scope .bp5-large .bp5-tag-remove:empty:before{font-family:blueprint-icons-20,sans-serif;font-size:20px;font-style:normal;font-variant:normal;font-weight:400;height:20px;line-height:1;width:20px}.polotno-composer-scope .bp5-compound-tag{background:none;padding:0}.polotno-composer-scope .bp5-compound-tag .bp5-compound-tag-left{background-color:#404854}.polotno-composer-scope .bp5-compound-tag .bp5-compound-tag-right{background-color:#5f6b7c}.polotno-composer-scope .bp5-compound-tag.bp5-interactive:hover .bp5-compound-tag-left{background-color:#383e47}.polotno-composer-scope .bp5-compound-tag.bp5-interactive:hover .bp5-compound-tag-right{background-color:#404854}.polotno-composer-scope .bp5-compound-tag.bp5-interactive:active .bp5-compound-tag-left,.polotno-composer-scope .bp5-compound-tag.bp5-interactive.bp5-active .bp5-compound-tag-left{background-color:#2f343c}.polotno-composer-scope .bp5-compound-tag.bp5-interactive:active .bp5-compound-tag-right,.polotno-composer-scope .bp5-compound-tag.bp5-interactive.bp5-active .bp5-compound-tag-right{background-color:#383e47}.polotno-composer-scope .bp5-compound-tag .bp5-compound-tag-left,.polotno-composer-scope .bp5-compound-tag .bp5-compound-tag-right{align-items:center;display:inline-flex;padding:2px 4px}.polotno-composer-scope .bp5-compound-tag .bp5-compound-tag-left{border-bottom-left-radius:2px;border-top-left-radius:2px;margin-right:0}.polotno-composer-scope .bp5-compound-tag .bp5-compound-tag-left>.bp5-icon,.polotno-composer-scope .bp5-compound-tag .bp5-compound-tag-left .bp5-icon-standard,.polotno-composer-scope .bp5-compound-tag .bp5-compound-tag-left .bp5-icon-large{margin-right:4px}.polotno-composer-scope .bp5-compound-tag .bp5-compound-tag-right{border-bottom-right-radius:2px;border-top-right-radius:2px;flex-grow:1;padding:2px 4px}.polotno-composer-scope .bp5-compound-tag .bp5-compound-tag-right>.bp5-icon,.polotno-composer-scope .bp5-compound-tag .bp5-compound-tag-right .bp5-icon-standard,.polotno-composer-scope .bp5-compound-tag .bp5-compound-tag-right .bp5-icon-large{margin-left:4px}.polotno-composer-scope .bp5-compound-tag .bp5-compound-tag-right .bp5-compound-tag-right-content{flex-grow:1}.polotno-composer-scope .bp5-compound-tag .bp5-compound-tag-right .bp5-tag-remove{margin-left:2px;margin-right:-4px!important}.polotno-composer-scope .bp5-compound-tag.bp5-round{padding:0}.polotno-composer-scope .bp5-compound-tag.bp5-round .bp5-compound-tag-left{border-bottom-left-radius:20px;border-top-left-radius:20px;padding-left:8px}.polotno-composer-scope .bp5-compound-tag.bp5-round .bp5-compound-tag-right{border-bottom-right-radius:20px;border-top-right-radius:20px;padding-right:8px}.polotno-composer-scope .bp5-compound-tag.bp5-large{padding:0}.polotno-composer-scope .bp5-compound-tag.bp5-large .bp5-compound-tag-left,.polotno-composer-scope .bp5-compound-tag.bp5-large .bp5-compound-tag-right{padding:5px 8px}.polotno-composer-scope .bp5-compound-tag.bp5-large .bp5-compound-tag-left>.bp5-icon,.polotno-composer-scope .bp5-compound-tag.bp5-large .bp5-compound-tag-left .bp5-icon-standard,.polotno-composer-scope .bp5-compound-tag.bp5-large .bp5-compound-tag-left .bp5-icon-large{margin-right:7px}.polotno-composer-scope .bp5-compound-tag.bp5-large .bp5-compound-tag-right>.bp5-icon,.polotno-composer-scope .bp5-compound-tag.bp5-large .bp5-compound-tag-right .bp5-icon-standard,.polotno-composer-scope .bp5-compound-tag.bp5-large .bp5-compound-tag-right .bp5-icon-large{margin-left:7px}.polotno-composer-scope .bp5-compound-tag.bp5-large .bp5-tag-remove{margin-left:7px;margin-right:-10px!important}.polotno-composer-scope .bp5-compound-tag.bp5-large.bp5-round{padding:0}.polotno-composer-scope .bp5-compound-tag.bp5-large.bp5-round .bp5-compound-tag-left{border-bottom-left-radius:30px;border-top-left-radius:30px;padding-left:12px}.polotno-composer-scope .bp5-compound-tag.bp5-large.bp5-round .bp5-compound-tag-right{border-bottom-right-radius:30px;border-top-right-radius:30px;padding-right:12px}.polotno-composer-scope .bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]){background:none}.polotno-composer-scope .bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]) .bp5-compound-tag-left{background-color:#5f6b7c33}.polotno-composer-scope .bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]) .bp5-compound-tag-right{background-color:#5f6b7c1a}.polotno-composer-scope .bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive:hover .bp5-compound-tag-left{background-color:#5f6b7c4d}.polotno-composer-scope .bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive:hover .bp5-compound-tag-right{background-color:#5f6b7c33}.polotno-composer-scope .bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive:active .bp5-compound-tag-left,.polotno-composer-scope .bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive.bp5-active .bp5-compound-tag-left{background-color:#5f6b7c66}.polotno-composer-scope .bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive:active .bp5-compound-tag-right,.polotno-composer-scope .bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive.bp5-active .bp5-compound-tag-right{background-color:#5f6b7c4d}.polotno-composer-scope .bp5-compound-tag.bp5-minimal.bp5-intent-primary{background:none}.polotno-composer-scope .bp5-compound-tag.bp5-minimal.bp5-intent-primary .bp5-compound-tag-left{background-color:#2d72d233}.polotno-composer-scope .bp5-compound-tag.bp5-minimal.bp5-intent-primary .bp5-compound-tag-right{background-color:#2d72d21a}.polotno-composer-scope .bp5-compound-tag.bp5-minimal.bp5-intent-primary.bp5-interactive:hover .bp5-compound-tag-left{background-color:#2d72d24d}.polotno-composer-scope .bp5-compound-tag.bp5-minimal.bp5-intent-primary.bp5-interactive:hover .bp5-compound-tag-right{background-color:#2d72d233}.polotno-composer-scope .bp5-compound-tag.bp5-minimal.bp5-intent-primary.bp5-interactive:active .bp5-compound-tag-left,.polotno-composer-scope .bp5-compound-tag.bp5-minimal.bp5-intent-primary.bp5-interactive.bp5-active .bp5-compound-tag-left{background-color:#2d72d266}.polotno-composer-scope .bp5-compound-tag.bp5-minimal.bp5-intent-primary.bp5-interactive:active .bp5-compound-tag-right,.polotno-composer-scope .bp5-compound-tag.bp5-minimal.bp5-intent-primary.bp5-interactive.bp5-active .bp5-compound-tag-right{background-color:#2d72d24d}.polotno-composer-scope .bp5-compound-tag.bp5-minimal.bp5-intent-success{background:none}.polotno-composer-scope .bp5-compound-tag.bp5-minimal.bp5-intent-success .bp5-compound-tag-left{background-color:#23855133}.polotno-composer-scope .bp5-compound-tag.bp5-minimal.bp5-intent-success .bp5-compound-tag-right{background-color:#2385511a}.polotno-composer-scope .bp5-compound-tag.bp5-minimal.bp5-intent-success.bp5-interactive:hover .bp5-compound-tag-left{background-color:#2385514d}.polotno-composer-scope .bp5-compound-tag.bp5-minimal.bp5-intent-success.bp5-interactive:hover .bp5-compound-tag-right{background-color:#23855133}.polotno-composer-scope .bp5-compound-tag.bp5-minimal.bp5-intent-success.bp5-interactive:active .bp5-compound-tag-left,.polotno-composer-scope .bp5-compound-tag.bp5-minimal.bp5-intent-success.bp5-interactive.bp5-active .bp5-compound-tag-left{background-color:#23855166}.polotno-composer-scope .bp5-compound-tag.bp5-minimal.bp5-intent-success.bp5-interactive:active .bp5-compound-tag-right,.polotno-composer-scope .bp5-compound-tag.bp5-minimal.bp5-intent-success.bp5-interactive.bp5-active .bp5-compound-tag-right{background-color:#2385514d}.polotno-composer-scope .bp5-compound-tag.bp5-minimal.bp5-intent-warning{background:none}.polotno-composer-scope .bp5-compound-tag.bp5-minimal.bp5-intent-warning .bp5-compound-tag-left{background-color:#c8761933}.polotno-composer-scope .bp5-compound-tag.bp5-minimal.bp5-intent-warning .bp5-compound-tag-right{background-color:#c876191a}.polotno-composer-scope .bp5-compound-tag.bp5-minimal.bp5-intent-warning.bp5-interactive:hover .bp5-compound-tag-left{background-color:#c876194d}.polotno-composer-scope .bp5-compound-tag.bp5-minimal.bp5-intent-warning.bp5-interactive:hover .bp5-compound-tag-right{background-color:#c8761933}.polotno-composer-scope .bp5-compound-tag.bp5-minimal.bp5-intent-warning.bp5-interactive:active .bp5-compound-tag-left,.polotno-composer-scope .bp5-compound-tag.bp5-minimal.bp5-intent-warning.bp5-interactive.bp5-active .bp5-compound-tag-left{background-color:#c8761966}.polotno-composer-scope .bp5-compound-tag.bp5-minimal.bp5-intent-warning.bp5-interactive:active .bp5-compound-tag-right,.polotno-composer-scope .bp5-compound-tag.bp5-minimal.bp5-intent-warning.bp5-interactive.bp5-active .bp5-compound-tag-right{background-color:#c876194d}.polotno-composer-scope .bp5-compound-tag.bp5-minimal.bp5-intent-danger{background:none}.polotno-composer-scope .bp5-compound-tag.bp5-minimal.bp5-intent-danger .bp5-compound-tag-left{background-color:#cd424633}.polotno-composer-scope .bp5-compound-tag.bp5-minimal.bp5-intent-danger .bp5-compound-tag-right{background-color:#cd42461a}.polotno-composer-scope .bp5-compound-tag.bp5-minimal.bp5-intent-danger.bp5-interactive:hover .bp5-compound-tag-left{background-color:#cd42464d}.polotno-composer-scope .bp5-compound-tag.bp5-minimal.bp5-intent-danger.bp5-interactive:hover .bp5-compound-tag-right{background-color:#cd424633}.polotno-composer-scope .bp5-compound-tag.bp5-minimal.bp5-intent-danger.bp5-interactive:active .bp5-compound-tag-left,.polotno-composer-scope .bp5-compound-tag.bp5-minimal.bp5-intent-danger.bp5-interactive.bp5-active .bp5-compound-tag-left{background-color:#cd424666}.polotno-composer-scope .bp5-compound-tag.bp5-minimal.bp5-intent-danger.bp5-interactive:active .bp5-compound-tag-right,.polotno-composer-scope .bp5-compound-tag.bp5-minimal.bp5-intent-danger.bp5-interactive.bp5-active .bp5-compound-tag-right{background-color:#cd42464d}.polotno-composer-scope .bp5-dark .bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]){background:none}.polotno-composer-scope .bp5-dark .bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]) .bp5-compound-tag-left{background-color:#5f6b7c66}.polotno-composer-scope .bp5-dark .bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]) .bp5-compound-tag-right{background-color:#5f6b7c33}.polotno-composer-scope .bp5-dark .bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive:hover .bp5-compound-tag-left{background-color:#5f6b7c80}.polotno-composer-scope .bp5-dark .bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive:hover .bp5-compound-tag-right{background-color:#5f6b7c4d}.polotno-composer-scope .bp5-dark .bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive:active .bp5-compound-tag-left,.polotno-composer-scope .bp5-dark .bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive.bp5-active .bp5-compound-tag-left{background-color:#5f6b7c8c}.polotno-composer-scope .bp5-dark .bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive:active .bp5-compound-tag-right,.polotno-composer-scope .bp5-dark .bp5-compound-tag.bp5-minimal:not([class*=bp5-intent-]).bp5-interactive.bp5-active .bp5-compound-tag-right{background-color:#5f6b7c59}.polotno-composer-scope .bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-primary{background:none}.polotno-composer-scope .bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-primary .bp5-compound-tag-left{background-color:#2d72d266}.polotno-composer-scope .bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-primary .bp5-compound-tag-right{background-color:#2d72d233}.polotno-composer-scope .bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-primary.bp5-interactive:hover .bp5-compound-tag-left{background-color:#2d72d280}.polotno-composer-scope .bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-primary.bp5-interactive:hover .bp5-compound-tag-right{background-color:#2d72d24d}.polotno-composer-scope .bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-primary.bp5-interactive:active .bp5-compound-tag-left,.polotno-composer-scope .bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-primary.bp5-interactive.bp5-active .bp5-compound-tag-left{background-color:#2d72d28c}.polotno-composer-scope .bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-primary.bp5-interactive:active .bp5-compound-tag-right,.polotno-composer-scope .bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-primary.bp5-interactive.bp5-active .bp5-compound-tag-right{background-color:#2d72d259}.polotno-composer-scope .bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-success{background:none}.polotno-composer-scope .bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-success .bp5-compound-tag-left{background-color:#23855166}.polotno-composer-scope .bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-success .bp5-compound-tag-right{background-color:#23855133}.polotno-composer-scope .bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-success.bp5-interactive:hover .bp5-compound-tag-left{background-color:#23855180}.polotno-composer-scope .bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-success.bp5-interactive:hover .bp5-compound-tag-right{background-color:#2385514d}.polotno-composer-scope .bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-success.bp5-interactive:active .bp5-compound-tag-left,.polotno-composer-scope .bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-success.bp5-interactive.bp5-active .bp5-compound-tag-left{background-color:#2385518c}.polotno-composer-scope .bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-success.bp5-interactive:active .bp5-compound-tag-right,.polotno-composer-scope .bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-success.bp5-interactive.bp5-active .bp5-compound-tag-right{background-color:#23855159}.polotno-composer-scope .bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-warning{background:none}.polotno-composer-scope .bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-warning .bp5-compound-tag-left{background-color:#c8761966}.polotno-composer-scope .bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-warning .bp5-compound-tag-right{background-color:#c8761933}.polotno-composer-scope .bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-warning.bp5-interactive:hover .bp5-compound-tag-left{background-color:#c8761980}.polotno-composer-scope .bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-warning.bp5-interactive:hover .bp5-compound-tag-right{background-color:#c876194d}.polotno-composer-scope .bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-warning.bp5-interactive:active .bp5-compound-tag-left,.polotno-composer-scope .bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-warning.bp5-interactive.bp5-active .bp5-compound-tag-left{background-color:#c876198c}.polotno-composer-scope .bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-warning.bp5-interactive:active .bp5-compound-tag-right,.polotno-composer-scope .bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-warning.bp5-interactive.bp5-active .bp5-compound-tag-right{background-color:#c8761959}.polotno-composer-scope .bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-danger{background:none}.polotno-composer-scope .bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-danger .bp5-compound-tag-left{background-color:#cd424666}.polotno-composer-scope .bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-danger .bp5-compound-tag-right{background-color:#cd424633}.polotno-composer-scope .bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-danger.bp5-interactive:hover .bp5-compound-tag-left{background-color:#cd424680}.polotno-composer-scope .bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-danger.bp5-interactive:hover .bp5-compound-tag-right{background-color:#cd42464d}.polotno-composer-scope .bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-danger.bp5-interactive:active .bp5-compound-tag-left,.polotno-composer-scope .bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-danger.bp5-interactive.bp5-active .bp5-compound-tag-left{background-color:#cd42468c}.polotno-composer-scope .bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-danger.bp5-interactive:active .bp5-compound-tag-right,.polotno-composer-scope .bp5-dark .bp5-compound-tag.bp5-minimal.bp5-intent-danger.bp5-interactive.bp5-active .bp5-compound-tag-right{background-color:#cd424659}.polotno-composer-scope .bp5-compound-tag.bp5-intent-primary{background:none}.polotno-composer-scope .bp5-compound-tag.bp5-intent-primary .bp5-compound-tag-left{background-color:#215db0}.polotno-composer-scope .bp5-compound-tag.bp5-intent-primary .bp5-compound-tag-right{background-color:#2d72d2}.polotno-composer-scope .bp5-compound-tag.bp5-intent-primary.bp5-interactive:hover .bp5-compound-tag-left{background-color:#184a90}.polotno-composer-scope .bp5-compound-tag.bp5-intent-primary.bp5-interactive:hover .bp5-compound-tag-right{background-color:#215db0}.polotno-composer-scope .bp5-compound-tag.bp5-intent-primary.bp5-interactive:active .bp5-compound-tag-left,.polotno-composer-scope .bp5-compound-tag.bp5-intent-primary.bp5-interactive.bp5-active .bp5-compound-tag-left{background-color:#11376b}.polotno-composer-scope .bp5-compound-tag.bp5-intent-primary.bp5-interactive:active .bp5-compound-tag-right,.polotno-composer-scope .bp5-compound-tag.bp5-intent-primary.bp5-interactive.bp5-active .bp5-compound-tag-right{background-color:#184a90}.polotno-composer-scope .bp5-compound-tag.bp5-intent-success{background:none}.polotno-composer-scope .bp5-compound-tag.bp5-intent-success .bp5-compound-tag-left{background-color:#1c6e42}.polotno-composer-scope .bp5-compound-tag.bp5-intent-success .bp5-compound-tag-right{background-color:#238551}.polotno-composer-scope .bp5-compound-tag.bp5-intent-success.bp5-interactive:hover .bp5-compound-tag-left{background-color:#165a36}.polotno-composer-scope .bp5-compound-tag.bp5-intent-success.bp5-interactive:hover .bp5-compound-tag-right{background-color:#1c6e42}.polotno-composer-scope .bp5-compound-tag.bp5-intent-success.bp5-interactive:active .bp5-compound-tag-left,.polotno-composer-scope .bp5-compound-tag.bp5-intent-success.bp5-interactive.bp5-active .bp5-compound-tag-left{background-color:#0f3e25}.polotno-composer-scope .bp5-compound-tag.bp5-intent-success.bp5-interactive:active .bp5-compound-tag-right,.polotno-composer-scope .bp5-compound-tag.bp5-intent-success.bp5-interactive.bp5-active .bp5-compound-tag-right{background-color:#165a36}.polotno-composer-scope .bp5-compound-tag.bp5-intent-warning{background:none}.polotno-composer-scope .bp5-compound-tag.bp5-intent-warning .bp5-compound-tag-left{background-color:#ec9a3c}.polotno-composer-scope .bp5-compound-tag.bp5-intent-warning .bp5-compound-tag-right{background-color:#fbb360}.polotno-composer-scope .bp5-compound-tag.bp5-intent-warning.bp5-interactive:hover .bp5-compound-tag-left{background-color:#c87619}.polotno-composer-scope .bp5-compound-tag.bp5-intent-warning.bp5-interactive:hover .bp5-compound-tag-right{background-color:#ec9a3c}.polotno-composer-scope .bp5-compound-tag.bp5-intent-warning.bp5-interactive:active .bp5-compound-tag-left,.polotno-composer-scope .bp5-compound-tag.bp5-intent-warning.bp5-interactive.bp5-active .bp5-compound-tag-left{background-color:#935610}.polotno-composer-scope .bp5-compound-tag.bp5-intent-warning.bp5-interactive:active .bp5-compound-tag-right,.polotno-composer-scope .bp5-compound-tag.bp5-intent-warning.bp5-interactive.bp5-active .bp5-compound-tag-right{background-color:#c87619}.polotno-composer-scope .bp5-compound-tag.bp5-intent-danger{background:none}.polotno-composer-scope .bp5-compound-tag.bp5-intent-danger .bp5-compound-tag-left{background-color:#ac2f33}.polotno-composer-scope .bp5-compound-tag.bp5-intent-danger .bp5-compound-tag-right{background-color:#cd4246}.polotno-composer-scope .bp5-compound-tag.bp5-intent-danger.bp5-interactive:hover .bp5-compound-tag-left{background-color:#8e292c}.polotno-composer-scope .bp5-compound-tag.bp5-intent-danger.bp5-interactive:hover .bp5-compound-tag-right{background-color:#ac2f33}.polotno-composer-scope .bp5-compound-tag.bp5-intent-danger.bp5-interactive:active .bp5-compound-tag-left,.polotno-composer-scope .bp5-compound-tag.bp5-intent-danger.bp5-interactive.bp5-active .bp5-compound-tag-left{background-color:#782326}.polotno-composer-scope .bp5-compound-tag.bp5-intent-danger.bp5-interactive:active .bp5-compound-tag-right,.polotno-composer-scope .bp5-compound-tag.bp5-intent-danger.bp5-interactive.bp5-active .bp5-compound-tag-right{background-color:#8e292c}.polotno-composer-scope .bp5-tag-input{display:flex;flex-direction:row;align-items:flex-start;cursor:text;height:auto;line-height:inherit;min-height:30px;padding-left:5px;padding-right:0}.polotno-composer-scope .bp5-tag-input>*{flex-grow:0;flex-shrink:0}.polotno-composer-scope .bp5-tag-input>.bp5-tag-input-values{flex-grow:1;flex-shrink:1}.polotno-composer-scope .bp5-tag-input .bp5-tag-input-icon{color:#5f6b7c;margin-left:2px;margin-right:7px;margin-top:7px}.polotno-composer-scope .bp5-tag-input .bp5-tag-input-values{display:flex;flex-direction:row;align-items:center;align-self:stretch;flex-wrap:wrap;margin-right:7px;margin-top:5px;min-width:0;position:relative}.polotno-composer-scope .bp5-tag-input .bp5-tag-input-values>*{flex-grow:0;flex-shrink:0}.polotno-composer-scope .bp5-tag-input .bp5-tag-input-values>.bp5-fill{flex-grow:1;flex-shrink:1}.polotno-composer-scope .bp5-tag-input .bp5-tag-input-values:before,.polotno-composer-scope .bp5-tag-input .bp5-tag-input-values>*{margin-right:5px}.polotno-composer-scope .bp5-tag-input .bp5-tag-input-values:empty:before,.polotno-composer-scope .bp5-tag-input .bp5-tag-input-values>:last-child{margin-right:0}.polotno-composer-scope .bp5-tag-input .bp5-tag-input-values:first-child .bp5-tag~.bp5-input-ghost{padding-left:0}.polotno-composer-scope .bp5-tag-input .bp5-tag-input-values:first-child .bp5-input-ghost{padding-left:5px}.polotno-composer-scope .bp5-tag-input .bp5-tag-input-values>*{margin-bottom:5px}.polotno-composer-scope .bp5-tag-input .bp5-tag{overflow-wrap:break-word}.polotno-composer-scope .bp5-tag-input .bp5-tag.bp5-active{outline:rgba(33,93,176,.752) solid 2px;outline-offset:0;-moz-outline-radius:6px}.polotno-composer-scope .bp5-dark .bp5-tag-input .bp5-tag.bp5-active{outline-color:#8abbffc0}.polotno-composer-scope .bp5-tag-input .bp5-input-ghost{flex:1 1 auto;line-height:20px;width:80px}.polotno-composer-scope .bp5-tag-input .bp5-input-ghost:disabled,.polotno-composer-scope .bp5-tag-input .bp5-input-ghost.bp5-disabled{cursor:not-allowed}.polotno-composer-scope .bp5-tag-input .bp5-button,.polotno-composer-scope .bp5-tag-input .bp5-spinner{margin:3px 3px 3px 0}.polotno-composer-scope .bp5-tag-input .bp5-button{min-height:24px;min-width:24px;padding:0 7px}.polotno-composer-scope .bp5-tag-input.bp5-large{height:auto;min-height:40px}.polotno-composer-scope .bp5-tag-input.bp5-large:before,.polotno-composer-scope .bp5-tag-input.bp5-large>*{margin-right:10px}.polotno-composer-scope .bp5-tag-input.bp5-large:empty:before,.polotno-composer-scope .bp5-tag-input.bp5-large>:last-child{margin-right:0}.polotno-composer-scope .bp5-tag-input.bp5-large .bp5-tag-input-icon{margin-left:5px;margin-top:10px}.polotno-composer-scope .bp5-tag-input.bp5-large .bp5-input-ghost{line-height:30px}.polotno-composer-scope .bp5-tag-input.bp5-large .bp5-button{min-height:30px;min-width:30px;padding:5px 10px;margin:5px 5px 5px 0}.polotno-composer-scope .bp5-tag-input.bp5-large .bp5-spinner{margin:8px 8px 8px 0}.polotno-composer-scope .bp5-tag-input.bp5-active{background-color:#fff;box-shadow:inset 0 0 0 1px #215db0c0,0 0 0 1px #215db0c0,inset 0 1px 1px #11141833}.polotno-composer-scope .bp5-tag-input.bp5-active.bp5-intent-primary{box-shadow:inset 0 0 0 1px #2d72d2c0,0 0 0 1px #2d72d2c0,inset 0 1px 1px #11141833}.polotno-composer-scope .bp5-tag-input.bp5-active.bp5-intent-success{box-shadow:inset 0 0 0 1px #238551c0,0 0 0 1px #238551c0,inset 0 1px 1px #11141833}.polotno-composer-scope .bp5-tag-input.bp5-active.bp5-intent-warning{box-shadow:inset 0 0 0 1px #c87619c0,0 0 0 1px #c87619c0,inset 0 1px 1px #11141833}.polotno-composer-scope .bp5-tag-input.bp5-active.bp5-intent-danger{box-shadow:inset 0 0 0 1px #cd4246c0,0 0 0 1px #cd4246c0,inset 0 1px 1px #11141833}.polotno-composer-scope .bp5-dark .bp5-tag-input .bp5-tag-input-icon,.polotno-composer-scope .bp5-tag-input.bp5-dark .bp5-tag-input-icon{color:#abb3bf}.polotno-composer-scope .bp5-dark .bp5-tag-input .bp5-input-ghost,.polotno-composer-scope .bp5-tag-input.bp5-dark .bp5-input-ghost{color:#f6f7f9}.polotno-composer-scope .bp5-dark .bp5-tag-input .bp5-input-ghost::-moz-placeholder,.polotno-composer-scope .bp5-tag-input.bp5-dark .bp5-input-ghost::-moz-placeholder{color:#abb3bf}.polotno-composer-scope .bp5-dark .bp5-tag-input .bp5-input-ghost:-ms-input-placeholder,.polotno-composer-scope .bp5-tag-input.bp5-dark .bp5-input-ghost:-ms-input-placeholder{color:#abb3bf}.polotno-composer-scope .bp5-dark .bp5-tag-input .bp5-input-ghost::placeholder,.polotno-composer-scope .bp5-tag-input.bp5-dark .bp5-input-ghost::placeholder{color:#abb3bf}.polotno-composer-scope .bp5-dark .bp5-tag-input.bp5-active,.polotno-composer-scope .bp5-tag-input.bp5-dark.bp5-active{background-color:#1114184d;box-shadow:inset 0 0 0 1px #8abbffc0,0 0 0 1px #8abbffc0,inset 0 0 0 1px #fff3,inset 0 -1px 1px #ffffff4d}.polotno-composer-scope .bp5-dark .bp5-tag-input.bp5-active.bp5-intent-primary,.polotno-composer-scope .bp5-tag-input.bp5-dark.bp5-active.bp5-intent-primary{box-shadow:inset 0 0 0 1px #4c90f0c0,0 0 0 1px #4c90f0c0,inset 0 0 0 1px #fff3,inset 0 -1px 1px #ffffff4d}.polotno-composer-scope .bp5-dark .bp5-tag-input.bp5-active.bp5-intent-success,.polotno-composer-scope .bp5-tag-input.bp5-dark.bp5-active.bp5-intent-success{box-shadow:inset 0 0 0 1px #32a467c0,0 0 0 1px #32a467c0,inset 0 0 0 1px #fff3,inset 0 -1px 1px #ffffff4d}.polotno-composer-scope .bp5-dark .bp5-tag-input.bp5-active.bp5-intent-warning,.polotno-composer-scope .bp5-tag-input.bp5-dark.bp5-active.bp5-intent-warning{box-shadow:inset 0 0 0 1px #ec9a3cc0,0 0 0 1px #ec9a3cc0,inset 0 0 0 1px #fff3,inset 0 -1px 1px #ffffff4d}.polotno-composer-scope .bp5-dark .bp5-tag-input.bp5-active.bp5-intent-danger,.polotno-composer-scope .bp5-tag-input.bp5-dark.bp5-active.bp5-intent-danger{box-shadow:inset 0 0 0 1px #e76a6ec0,0 0 0 1px #e76a6ec0,inset 0 0 0 1px #fff3,inset 0 -1px 1px #ffffff4d}.polotno-composer-scope .bp5-input-ghost{background:none;border:none;box-shadow:none;padding:0}.polotno-composer-scope .bp5-input-ghost::-moz-placeholder{color:#5f6b7c;opacity:1}.polotno-composer-scope .bp5-input-ghost:-ms-input-placeholder{color:#5f6b7c;opacity:1}.polotno-composer-scope .bp5-input-ghost::placeholder{color:#5f6b7c;opacity:1}.polotno-composer-scope .bp5-input-ghost:focus{outline:none!important}.polotno-composer-scope .bp5-resizable-input-span{max-height:0;max-width:100%;min-width:80px;opacity:0;overflow:hidden;position:absolute;white-space:nowrap;z-index:-1}.polotno-composer-scope .bp5-toast{align-items:flex-start;background-color:#fff;border-radius:2px;box-shadow:inset 0 0 0 1px #11141833,0 2px 4px #11141833,0 8px 24px #11141833;display:flex;margin:20px 0 0;max-width:min(500px,100%);min-width:min(300px,100%);pointer-events:all;position:relative!important}.polotno-composer-scope .bp5-toast.bp5-toast-enter,.polotno-composer-scope .bp5-toast.bp5-toast-appear{transform:translateY(-40px)}.polotno-composer-scope .bp5-toast.bp5-toast-enter-active,.polotno-composer-scope .bp5-toast.bp5-toast-appear-active{transform:translateY(0);transition-delay:0;transition-duration:.3s;transition-property:transform;transition-timing-function:cubic-bezier(.54,1.12,.38,1.11)}.polotno-composer-scope .bp5-toast.bp5-toast-enter~.bp5-toast,.polotno-composer-scope .bp5-toast.bp5-toast-appear~.bp5-toast{transform:translateY(-40px)}.polotno-composer-scope .bp5-toast.bp5-toast-enter-active~.bp5-toast,.polotno-composer-scope .bp5-toast.bp5-toast-appear-active~.bp5-toast{transform:translateY(0);transition-delay:0;transition-duration:.3s;transition-property:transform;transition-timing-function:cubic-bezier(.54,1.12,.38,1.11)}.polotno-composer-scope .bp5-toast.bp5-toast-exit{opacity:1;filter:blur(0)}.polotno-composer-scope .bp5-toast.bp5-toast-exit-active{opacity:0;filter:blur(10px);transition-delay:0;transition-duration:.3s;transition-property:opacity,filter;transition-timing-function:cubic-bezier(.4,1,.75,.9)}.polotno-composer-scope .bp5-toast.bp5-toast-exit~.bp5-toast{transform:translateY(0)}.polotno-composer-scope .bp5-toast.bp5-toast-exit-active~.bp5-toast{transform:translateY(-40px);transition-delay:50ms;transition-duration:.1s;transition-property:transform;transition-timing-function:cubic-bezier(.4,1,.75,.9)}.polotno-composer-scope .bp5-toast .bp5-button-group{flex:0 0 auto;padding:5px 5px 5px 0}.polotno-composer-scope .bp5-toast>.bp5-icon{color:#5f6b7c;margin:12px 0 12px 12px}.polotno-composer-scope .bp5-toast.bp5-dark,.polotno-composer-scope .bp5-dark .bp5-toast{background-color:#383e47;box-shadow:inset 0 0 0 1px #fff3,0 2px 4px #11141866,0 8px 24px #11141866}.polotno-composer-scope .bp5-toast.bp5-dark>.bp5-icon,.polotno-composer-scope .bp5-dark .bp5-toast>.bp5-icon{color:#abb3bf}.polotno-composer-scope .bp5-toast.bp5-dark .bp5-button .bp5-icon,.polotno-composer-scope .bp5-dark .bp5-toast .bp5-button .bp5-icon,.polotno-composer-scope .bp5-toast[class*=bp5-intent-] a{color:#ffffffb3}.polotno-composer-scope .bp5-toast[class*=bp5-intent-] a:hover{color:#fff}.polotno-composer-scope .bp5-toast[class*=bp5-intent-]>.bp5-icon{color:#fff}.polotno-composer-scope .bp5-toast.bp5-intent-primary{background-color:#2d72d2;color:#fff}.polotno-composer-scope .bp5-toast.bp5-intent-primary .bp5-icon:first-child{color:#ffffffb3}.polotno-composer-scope .bp5-toast.bp5-intent-primary .bp5-button{background-color:#2d72d2!important;color:#fff!important}.polotno-composer-scope .bp5-toast.bp5-intent-primary .bp5-button:hover{background-color:#215db0!important;color:#fff!important}.polotno-composer-scope .bp5-toast.bp5-intent-primary .bp5-button:active{background-color:#184a90!important;color:#fff!important}.polotno-composer-scope .bp5-toast.bp5-intent-primary .bp5-button:focus{outline-color:#ffffffbf}.polotno-composer-scope .bp5-toast.bp5-intent-primary .bp5-button:last-child>.bp5-icon-cross{color:#ffffffb3!important}.polotno-composer-scope .bp5-toast.bp5-intent-success{background-color:#238551;color:#fff}.polotno-composer-scope .bp5-toast.bp5-intent-success .bp5-icon:first-child{color:#ffffffb3}.polotno-composer-scope .bp5-toast.bp5-intent-success .bp5-button{background-color:#238551!important;color:#fff!important}.polotno-composer-scope .bp5-toast.bp5-intent-success .bp5-button:hover{background-color:#1c6e42!important;color:#fff!important}.polotno-composer-scope .bp5-toast.bp5-intent-success .bp5-button:active{background-color:#165a36!important;color:#fff!important}.polotno-composer-scope .bp5-toast.bp5-intent-success .bp5-button:focus{outline-color:#ffffffbf}.polotno-composer-scope .bp5-toast.bp5-intent-success .bp5-button:last-child>.bp5-icon-cross{color:#ffffffb3!important}.polotno-composer-scope .bp5-toast.bp5-intent-warning{background-color:#fbb360;color:#1c2127}.polotno-composer-scope .bp5-toast.bp5-intent-warning .bp5-icon:first-child{color:#1c2127b3}.polotno-composer-scope .bp5-toast.bp5-intent-warning .bp5-button{background-color:#fbb360!important;color:#1c2127!important}.polotno-composer-scope .bp5-toast.bp5-intent-warning .bp5-button:hover{background-color:#ec9a3c!important;color:#1c2127!important}.polotno-composer-scope .bp5-toast.bp5-intent-warning .bp5-button:active{background-color:#c87619!important;color:#1c2127!important}.polotno-composer-scope .bp5-toast.bp5-intent-warning .bp5-button:focus{outline-color:#1c2127bf}.polotno-composer-scope .bp5-toast.bp5-intent-warning .bp5-button:last-child>.bp5-icon-cross{color:#1c2127b3!important}.polotno-composer-scope .bp5-toast.bp5-intent-danger{background-color:#cd4246;color:#fff}.polotno-composer-scope .bp5-toast.bp5-intent-danger .bp5-icon:first-child{color:#ffffffb3}.polotno-composer-scope .bp5-toast.bp5-intent-danger .bp5-button{background-color:#cd4246!important;color:#fff!important}.polotno-composer-scope .bp5-toast.bp5-intent-danger .bp5-button:hover{background-color:#ac2f33!important;color:#fff!important}.polotno-composer-scope .bp5-toast.bp5-intent-danger .bp5-button:active{background-color:#8e292c!important;color:#fff!important}.polotno-composer-scope .bp5-toast.bp5-intent-danger .bp5-button:focus{outline-color:#ffffffbf}.polotno-composer-scope .bp5-toast.bp5-intent-danger .bp5-button:last-child>.bp5-icon-cross{color:#ffffffb3!important}.polotno-composer-scope .bp5-toast-message{flex:1 1 auto;padding:11px;word-break:break-word}.polotno-composer-scope .bp5-toast-container{align-items:center;display:flex!important;flex-direction:column;left:0;overflow:hidden;padding:0 20px 20px;pointer-events:none;right:0;z-index:40}.polotno-composer-scope .bp5-toast-container.bp5-toast-container-in-portal{position:fixed}.polotno-composer-scope .bp5-toast-container.bp5-toast-container-inline{position:absolute}.polotno-composer-scope .bp5-toast-container.bp5-toast-container-top{top:0}.polotno-composer-scope .bp5-toast-container.bp5-toast-container-bottom{bottom:0;flex-direction:column-reverse;top:auto}.polotno-composer-scope .bp5-toast-container.bp5-toast-container-left{align-items:flex-start}.polotno-composer-scope .bp5-toast-container.bp5-toast-container-right{align-items:flex-end}.polotno-composer-scope .bp5-toast-container-bottom .bp5-toast.bp5-toast-enter:not(.bp5-toast-enter-active),.polotno-composer-scope .bp5-toast-container-bottom .bp5-toast.bp5-toast-enter:not(.bp5-toast-enter-active)~.bp5-toast,.polotno-composer-scope .bp5-toast-container-bottom .bp5-toast.bp5-toast-appear:not(.bp5-toast-appear-active),.polotno-composer-scope .bp5-toast-container-bottom .bp5-toast.bp5-toast-appear:not(.bp5-toast-appear-active)~.bp5-toast,.polotno-composer-scope .bp5-toast-container-bottom .bp5-toast.bp5-toast-exit-active~.bp5-toast,.polotno-composer-scope .bp5-toast-container-bottom .bp5-toast.bp5-toast-leave-active~.bp5-toast{transform:translateY(60px)}.polotno-composer-scope .bp5-tooltip{box-shadow:0 0 0 1px #1114181a,0 2px 4px #11141833,0 8px 24px #11141833;transform:scale(1);color:#f6f7f9}.polotno-composer-scope .bp5-tooltip .bp5-popover-arrow{height:22px;position:absolute;width:22px}.polotno-composer-scope .bp5-tooltip .bp5-popover-arrow:before{height:14px;margin:4px;width:14px}.polotno-composer-scope .bp5-tooltip .bp5-popover-content{background:#404854}.polotno-composer-scope .bp5-tooltip .bp5-popover-content,.polotno-composer-scope .bp5-tooltip .bp5-heading{color:#f6f7f9}.polotno-composer-scope .bp5-tooltip .bp5-popover-arrow:before{box-shadow:1px 1px 6px #11141833}.polotno-composer-scope .bp5-tooltip .bp5-popover-arrow-border{fill:#111418;fill-opacity:.1}.polotno-composer-scope .bp5-tooltip .bp5-popover-arrow-fill{fill:#404854}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-tooltip .bp5-popover-arrow-fill{fill:buttonborder}}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-tooltip{border:1px solid buttonborder}}.polotno-composer-scope .bp5-popover-enter>.bp5-tooltip,.polotno-composer-scope .bp5-popover-appear>.bp5-tooltip{transform:scale(.8)}.polotno-composer-scope .bp5-popover-enter-active>.bp5-tooltip,.polotno-composer-scope .bp5-popover-appear-active>.bp5-tooltip{transform:scale(1);transition-delay:0;transition-duration:.1s;transition-property:transform;transition-timing-function:cubic-bezier(.4,1,.75,.9)}.polotno-composer-scope .bp5-popover-exit>.bp5-tooltip{transform:scale(1)}.polotno-composer-scope .bp5-popover-exit-active>.bp5-tooltip{transform:scale(.8);transition-delay:0;transition-duration:.1s;transition-property:transform;transition-timing-function:cubic-bezier(.4,1,.75,.9)}.polotno-composer-scope .bp5-tooltip .bp5-text-muted{color:#abb3bf}.polotno-composer-scope .bp5-tooltip .bp5-text-disabled{color:#abb3bf99}.polotno-composer-scope .bp5-tooltip .bp5-running-text hr{border-color:#fff3}.polotno-composer-scope .bp5-tooltip a,.polotno-composer-scope .bp5-tooltip a:hover{color:#8abbff}.polotno-composer-scope .bp5-tooltip a .bp5-icon,.polotno-composer-scope .bp5-tooltip a .bp5-icon-standard,.polotno-composer-scope .bp5-tooltip a .bp5-icon-large,.polotno-composer-scope .bp5-tooltip a code{color:inherit}.polotno-composer-scope .bp5-tooltip .bp5-code,.polotno-composer-scope .bp5-tooltip .bp5-running-text code{background:#1114184d;box-shadow:inset 0 0 0 1px #fff3;color:#abb3bf}.polotno-composer-scope a>.bp5-tooltip .bp5-code,.polotno-composer-scope a>.bp5-tooltip .bp5-running-text code{color:inherit}.polotno-composer-scope .bp5-tooltip .bp5-code-block,.polotno-composer-scope .bp5-tooltip .bp5-running-text pre{background:#1114184d;box-shadow:inset 0 0 0 1px #fff3;color:#f6f7f9}.polotno-composer-scope .bp5-tooltip .bp5-code-block>code,.polotno-composer-scope .bp5-tooltip .bp5-running-text pre>code{background:none;box-shadow:none;color:inherit}.polotno-composer-scope .bp5-tooltip .bp5-key,.polotno-composer-scope .bp5-tooltip .bp5-running-text kbd{background:#2f343c;box-shadow:inset 0 0 0 1px #fff3,0 1px 1px #11141866;color:#abb3bf}.polotno-composer-scope .bp5-tooltip .bp5-icon.bp5-intent-primary,.polotno-composer-scope .bp5-tooltip .bp5-icon-standard.bp5-intent-primary,.polotno-composer-scope .bp5-tooltip .bp5-icon-large.bp5-intent-primary{color:#8abbff}.polotno-composer-scope .bp5-tooltip .bp5-icon.bp5-intent-success,.polotno-composer-scope .bp5-tooltip .bp5-icon-standard.bp5-intent-success,.polotno-composer-scope .bp5-tooltip .bp5-icon-large.bp5-intent-success{color:#72ca9b}.polotno-composer-scope .bp5-tooltip .bp5-icon.bp5-intent-warning,.polotno-composer-scope .bp5-tooltip .bp5-icon-standard.bp5-intent-warning,.polotno-composer-scope .bp5-tooltip .bp5-icon-large.bp5-intent-warning{color:#fbb360}.polotno-composer-scope .bp5-tooltip .bp5-icon.bp5-intent-danger,.polotno-composer-scope .bp5-tooltip .bp5-icon-standard.bp5-intent-danger,.polotno-composer-scope .bp5-tooltip .bp5-icon-large.bp5-intent-danger{color:#fa999c}.polotno-composer-scope .bp5-tooltip .bp5-popover-content{padding:10px 12px}.polotno-composer-scope .bp5-tooltip.bp5-compact .bp5-popover-content{line-height:1rem;padding:5px 7px}.polotno-composer-scope .bp5-tooltip.bp5-compact .bp5-code{vertical-align:text-bottom}.polotno-composer-scope .bp5-tooltip.bp5-popover-placement-top .bp5-popover-arrow{transform:translateY(-3px)}.polotno-composer-scope .bp5-tooltip.bp5-popover-placement-left .bp5-popover-arrow{transform:translate(-3px)}.polotno-composer-scope .bp5-tooltip.bp5-popover-placement-bottom .bp5-popover-arrow{transform:translateY(3px)}.polotno-composer-scope .bp5-tooltip.bp5-popover-placement-right .bp5-popover-arrow{transform:translate(3px)}.polotno-composer-scope .bp5-tooltip.bp5-dark,.polotno-composer-scope .bp5-dark .bp5-tooltip{box-shadow:0 2px 4px #11141866,0 8px 24px #11141866}.polotno-composer-scope .bp5-tooltip.bp5-dark .bp5-popover-content,.polotno-composer-scope .bp5-dark .bp5-tooltip .bp5-popover-content{background:#e5e8eb}.polotno-composer-scope .bp5-tooltip.bp5-dark .bp5-popover-content,.polotno-composer-scope .bp5-tooltip.bp5-dark .bp5-heading,.polotno-composer-scope .bp5-dark .bp5-tooltip .bp5-popover-content,.polotno-composer-scope .bp5-dark .bp5-tooltip .bp5-heading{color:#404854}.polotno-composer-scope .bp5-tooltip.bp5-dark .bp5-popover-arrow:before,.polotno-composer-scope .bp5-dark .bp5-tooltip .bp5-popover-arrow:before{box-shadow:1px 1px 6px #11141866}.polotno-composer-scope .bp5-tooltip.bp5-dark .bp5-popover-arrow-border,.polotno-composer-scope .bp5-dark .bp5-tooltip .bp5-popover-arrow-border{fill:#111418;fill-opacity:.2}.polotno-composer-scope .bp5-tooltip.bp5-dark .bp5-popover-arrow-fill,.polotno-composer-scope .bp5-dark .bp5-tooltip .bp5-popover-arrow-fill{fill:#e5e8eb}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-tooltip.bp5-dark .bp5-popover-arrow-fill,.polotno-composer-scope .bp5-dark .bp5-tooltip .bp5-popover-arrow-fill{fill:buttonborder}}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-tooltip.bp5-dark,.polotno-composer-scope .bp5-dark .bp5-tooltip{border:1px solid buttonborder}}.polotno-composer-scope .bp5-tooltip.bp5-dark .bp5-text-muted,.polotno-composer-scope .bp5-dark .bp5-tooltip .bp5-text-muted{color:#5f6b7c}.polotno-composer-scope .bp5-tooltip.bp5-dark .bp5-text-disabled,.polotno-composer-scope .bp5-dark .bp5-tooltip .bp5-text-disabled{color:#5f6b7c99}.polotno-composer-scope .bp5-tooltip.bp5-dark .bp5-running-text hr,.polotno-composer-scope .bp5-dark .bp5-tooltip .bp5-running-text hr{border-color:#11141826}.polotno-composer-scope .bp5-tooltip.bp5-dark a,.polotno-composer-scope .bp5-dark .bp5-tooltip a,.polotno-composer-scope .bp5-tooltip.bp5-dark a:hover,.polotno-composer-scope .bp5-dark .bp5-tooltip a:hover{color:#215db0}.polotno-composer-scope .bp5-tooltip.bp5-dark a .bp5-icon,.polotno-composer-scope .bp5-tooltip.bp5-dark a .bp5-icon-standard,.polotno-composer-scope .bp5-tooltip.bp5-dark a .bp5-icon-large,.polotno-composer-scope .bp5-dark .bp5-tooltip a .bp5-icon,.polotno-composer-scope .bp5-dark .bp5-tooltip a .bp5-icon-standard,.polotno-composer-scope .bp5-dark .bp5-tooltip a .bp5-icon-large,.polotno-composer-scope .bp5-tooltip.bp5-dark a code,.polotno-composer-scope .bp5-dark .bp5-tooltip a code{color:inherit}.polotno-composer-scope .bp5-tooltip.bp5-dark .bp5-code,.polotno-composer-scope .bp5-tooltip.bp5-dark .bp5-running-text code,.polotno-composer-scope .bp5-dark .bp5-tooltip .bp5-code,.polotno-composer-scope .bp5-dark .bp5-tooltip .bp5-running-text code{background:#ffffffb3;box-shadow:inset 0 0 0 1px #11141833;color:#5f6b7c}.polotno-composer-scope a>.bp5-tooltip.bp5-dark .bp5-code,.polotno-composer-scope a>.bp5-tooltip.bp5-dark .bp5-running-text code,.polotno-composer-scope a>.bp5-dark .bp5-tooltip .bp5-code,.polotno-composer-scope a>.bp5-dark .bp5-tooltip .bp5-running-text code{color:#2d72d2}.polotno-composer-scope .bp5-tooltip.bp5-dark .bp5-code-block,.polotno-composer-scope .bp5-tooltip.bp5-dark .bp5-running-text pre,.polotno-composer-scope .bp5-dark .bp5-tooltip .bp5-code-block,.polotno-composer-scope .bp5-dark .bp5-tooltip .bp5-running-text pre{background:#ffffffb3;box-shadow:inset 0 0 0 1px #11141826;color:#1c2127}.polotno-composer-scope .bp5-tooltip.bp5-dark .bp5-code-block>code,.polotno-composer-scope .bp5-tooltip.bp5-dark .bp5-running-text pre>code,.polotno-composer-scope .bp5-dark .bp5-tooltip .bp5-code-block>code,.polotno-composer-scope .bp5-dark .bp5-tooltip .bp5-running-text pre>code{background:none;box-shadow:none;color:inherit}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-tooltip.bp5-dark .bp5-code-block,.polotno-composer-scope .bp5-tooltip.bp5-dark .bp5-running-text pre,.polotno-composer-scope .bp5-dark .bp5-tooltip .bp5-code-block,.polotno-composer-scope .bp5-dark .bp5-tooltip .bp5-running-text pre{border:1px solid buttonborder;box-shadow:none}}.polotno-composer-scope .bp5-tooltip.bp5-dark .bp5-key,.polotno-composer-scope .bp5-tooltip.bp5-dark .bp5-running-text kbd,.polotno-composer-scope .bp5-dark .bp5-tooltip .bp5-key,.polotno-composer-scope .bp5-dark .bp5-tooltip .bp5-running-text kbd{background:#fff;box-shadow:0 0 0 1px #1114181a,0 1px 1px #11141833;color:#5f6b7c}.polotno-composer-scope .bp5-tooltip.bp5-dark .bp5-icon.bp5-intent-primary,.polotno-composer-scope .bp5-tooltip.bp5-dark .bp5-icon-standard.bp5-intent-primary,.polotno-composer-scope .bp5-tooltip.bp5-dark .bp5-icon-large.bp5-intent-primary,.polotno-composer-scope .bp5-dark .bp5-tooltip .bp5-icon.bp5-intent-primary,.polotno-composer-scope .bp5-dark .bp5-tooltip .bp5-icon-standard.bp5-intent-primary,.polotno-composer-scope .bp5-dark .bp5-tooltip .bp5-icon-large.bp5-intent-primary{color:#215db0}.polotno-composer-scope .bp5-tooltip.bp5-dark .bp5-icon.bp5-intent-success,.polotno-composer-scope .bp5-tooltip.bp5-dark .bp5-icon-standard.bp5-intent-success,.polotno-composer-scope .bp5-tooltip.bp5-dark .bp5-icon-large.bp5-intent-success,.polotno-composer-scope .bp5-dark .bp5-tooltip .bp5-icon.bp5-intent-success,.polotno-composer-scope .bp5-dark .bp5-tooltip .bp5-icon-standard.bp5-intent-success,.polotno-composer-scope .bp5-dark .bp5-tooltip .bp5-icon-large.bp5-intent-success{color:#1c6e42}.polotno-composer-scope .bp5-tooltip.bp5-dark .bp5-icon.bp5-intent-warning,.polotno-composer-scope .bp5-tooltip.bp5-dark .bp5-icon-standard.bp5-intent-warning,.polotno-composer-scope .bp5-tooltip.bp5-dark .bp5-icon-large.bp5-intent-warning,.polotno-composer-scope .bp5-dark .bp5-tooltip .bp5-icon.bp5-intent-warning,.polotno-composer-scope .bp5-dark .bp5-tooltip .bp5-icon-standard.bp5-intent-warning,.polotno-composer-scope .bp5-dark .bp5-tooltip .bp5-icon-large.bp5-intent-warning{color:#935610}.polotno-composer-scope .bp5-tooltip.bp5-dark .bp5-icon.bp5-intent-danger,.polotno-composer-scope .bp5-tooltip.bp5-dark .bp5-icon-standard.bp5-intent-danger,.polotno-composer-scope .bp5-tooltip.bp5-dark .bp5-icon-large.bp5-intent-danger,.polotno-composer-scope .bp5-dark .bp5-tooltip .bp5-icon.bp5-intent-danger,.polotno-composer-scope .bp5-dark .bp5-tooltip .bp5-icon-standard.bp5-intent-danger,.polotno-composer-scope .bp5-dark .bp5-tooltip .bp5-icon-large.bp5-intent-danger{color:#ac2f33}.polotno-composer-scope .bp5-tooltip.bp5-intent-primary .bp5-popover-content{background:#2d72d2;color:#fff}.polotno-composer-scope .bp5-tooltip.bp5-intent-primary .bp5-popover-arrow-fill{fill:#2d72d2}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-tooltip.bp5-intent-primary .bp5-popover-arrow-fill{fill:buttonborder}}.polotno-composer-scope .bp5-tooltip.bp5-intent-success .bp5-popover-content{background:#238551;color:#fff}.polotno-composer-scope .bp5-tooltip.bp5-intent-success .bp5-popover-arrow-fill{fill:#238551}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-tooltip.bp5-intent-success .bp5-popover-arrow-fill{fill:buttonborder}}.polotno-composer-scope .bp5-tooltip.bp5-intent-warning .bp5-popover-content{background:#c87619;color:#fff}.polotno-composer-scope .bp5-tooltip.bp5-intent-warning .bp5-popover-arrow-fill{fill:#c87619}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-tooltip.bp5-intent-warning .bp5-popover-arrow-fill{fill:buttonborder}}.polotno-composer-scope .bp5-tooltip.bp5-intent-danger .bp5-popover-content{background:#cd4246;color:#fff}.polotno-composer-scope .bp5-tooltip.bp5-intent-danger .bp5-popover-arrow-fill{fill:#cd4246}@media (forced-colors: active) and (prefers-color-scheme: dark){.polotno-composer-scope .bp5-tooltip.bp5-intent-danger .bp5-popover-arrow-fill{fill:buttonborder}}.polotno-composer-scope .bp5-tooltip-indicator{border-bottom:dotted 1px;cursor:help}.polotno-composer-scope .bp5-tree .bp5-icon,.polotno-composer-scope .bp5-tree .bp5-icon-standard,.polotno-composer-scope .bp5-tree .bp5-icon-large{color:#5f6b7c}.polotno-composer-scope .bp5-tree .bp5-icon.bp5-intent-primary,.polotno-composer-scope .bp5-tree .bp5-icon-standard.bp5-intent-primary,.polotno-composer-scope .bp5-tree .bp5-icon-large.bp5-intent-primary{color:#2d72d2}.polotno-composer-scope .bp5-tree .bp5-icon.bp5-intent-success,.polotno-composer-scope .bp5-tree .bp5-icon-standard.bp5-intent-success,.polotno-composer-scope .bp5-tree .bp5-icon-large.bp5-intent-success{color:#238551}.polotno-composer-scope .bp5-tree .bp5-icon.bp5-intent-warning,.polotno-composer-scope .bp5-tree .bp5-icon-standard.bp5-intent-warning,.polotno-composer-scope .bp5-tree .bp5-icon-large.bp5-intent-warning{color:#c87619}.polotno-composer-scope .bp5-tree .bp5-icon.bp5-intent-danger,.polotno-composer-scope .bp5-tree .bp5-icon-standard.bp5-intent-danger,.polotno-composer-scope .bp5-tree .bp5-icon-large.bp5-intent-danger{color:#cd4246}.polotno-composer-scope .bp5-tree-node-list{list-style:none;margin:0;padding-left:0}.polotno-composer-scope .bp5-tree-root{background-color:transparent;cursor:default;padding-left:0;position:relative}.polotno-composer-scope .bp5-tree-node-content-0{padding-left:0}.polotno-composer-scope .bp5-tree-node-content-1{padding-left:23px}.polotno-composer-scope .bp5-tree-node-content-2{padding-left:46px}.polotno-composer-scope .bp5-tree-node-content-3{padding-left:69px}.polotno-composer-scope .bp5-tree-node-content-4{padding-left:92px}.polotno-composer-scope .bp5-tree-node-content-5{padding-left:115px}.polotno-composer-scope .bp5-tree-node-content-6{padding-left:138px}.polotno-composer-scope .bp5-tree-node-content-7{padding-left:161px}.polotno-composer-scope .bp5-tree-node-content-8{padding-left:184px}.polotno-composer-scope .bp5-tree-node-content-9{padding-left:207px}.polotno-composer-scope .bp5-tree-node-content-10{padding-left:230px}.polotno-composer-scope .bp5-tree-node-content-11{padding-left:253px}.polotno-composer-scope .bp5-tree-node-content-12{padding-left:276px}.polotno-composer-scope .bp5-tree-node-content-13{padding-left:299px}.polotno-composer-scope .bp5-tree-node-content-14{padding-left:322px}.polotno-composer-scope .bp5-tree-node-content-15{padding-left:345px}.polotno-composer-scope .bp5-tree-node-content-16{padding-left:368px}.polotno-composer-scope .bp5-tree-node-content-17{padding-left:391px}.polotno-composer-scope .bp5-tree-node-content-18{padding-left:414px}.polotno-composer-scope .bp5-tree-node-content-19{padding-left:437px}.polotno-composer-scope .bp5-tree-node-content-20{padding-left:460px}.polotno-composer-scope .bp5-tree-node-content{align-items:center;background:none;display:flex;height:30px;padding-right:5px;width:100%}.polotno-composer-scope .bp5-tree-node-content:hover{background-color:#8f99a826}.polotno-composer-scope .bp5-tree-node-content:active{background-color:#8f99a84d}.polotno-composer-scope .bp5-tree-node-caret,.polotno-composer-scope .bp5-tree-node-caret-none{min-width:30px}.polotno-composer-scope .bp5-tree-node-caret{color:#5f6b7c;cursor:pointer;padding:7px;transform:rotate(0);transition:transform .2s cubic-bezier(.4,1,.75,.9)}.polotno-composer-scope .bp5-dark .bp5-tree-node-caret{color:#abb3bf}.polotno-composer-scope .bp5-dark .bp5-tree-node-caret:hover{color:#f6f7f9}.polotno-composer-scope .bp5-tree-node-caret:hover{color:#1c2127}.polotno-composer-scope .bp5-tree-node-caret.bp5-tree-node-caret-open{transform:rotate(90deg)}.polotno-composer-scope .bp5-tree-node-caret.bp5-icon-standard:before{content:""}.polotno-composer-scope .bp5-tree-node-icon{margin-right:7px;position:relative}.polotno-composer-scope .bp5-tree-node-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;flex:1 1 auto;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.polotno-composer-scope .bp5-tree-node-label span{display:inline}.polotno-composer-scope .bp5-tree-node-secondary-label{padding:0 5px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.polotno-composer-scope .bp5-tree-node-secondary-label .bp5-popover-wrapper,.polotno-composer-scope .bp5-tree-node-secondary-label .bp5-popover-target{align-items:center;display:flex}.polotno-composer-scope .bp5-tree-node.bp5-disabled .bp5-tree-node-content{background-color:inherit;color:#5f6b7c99;cursor:not-allowed}.polotno-composer-scope .bp5-tree-node.bp5-disabled .bp5-tree-node-caret,.polotno-composer-scope .bp5-tree-node.bp5-disabled .bp5-tree-node-icon{color:#5f6b7c99;cursor:not-allowed}.polotno-composer-scope .bp5-tree-node.bp5-tree-node-selected>.bp5-tree-node-content{background-color:#2d72d2}.polotno-composer-scope .bp5-tree-node.bp5-tree-node-selected>.bp5-tree-node-content,.polotno-composer-scope .bp5-tree-node.bp5-tree-node-selected>.bp5-tree-node-content .bp5-icon,.polotno-composer-scope .bp5-tree-node.bp5-tree-node-selected>.bp5-tree-node-content .bp5-icon-standard,.polotno-composer-scope .bp5-tree-node.bp5-tree-node-selected>.bp5-tree-node-content .bp5-icon-large{color:#fff}.polotno-composer-scope .bp5-tree-node.bp5-tree-node-selected>.bp5-tree-node-content .bp5-tree-node-caret:before{color:#ffffffb3}.polotno-composer-scope .bp5-tree-node.bp5-tree-node-selected>.bp5-tree-node-content .bp5-tree-node-caret:hover:before{color:#fff}.polotno-composer-scope .bp5-tree.bp5-compact .bp5-tree-node-content{height:24px}.polotno-composer-scope .bp5-tree.bp5-compact .bp5-tree-node-caret{margin-right:3px;min-width:24px;padding:4px}.polotno-composer-scope .bp5-dark .bp5-tree-node-content:hover{background-color:#5f6b7c4d}.polotno-composer-scope .bp5-dark .bp5-tree .bp5-icon,.polotno-composer-scope .bp5-dark .bp5-tree .bp5-icon-standard,.polotno-composer-scope .bp5-dark .bp5-tree .bp5-icon-large{color:#abb3bf}.polotno-composer-scope .bp5-dark .bp5-tree .bp5-icon.bp5-intent-primary,.polotno-composer-scope .bp5-dark .bp5-tree .bp5-icon-standard.bp5-intent-primary,.polotno-composer-scope .bp5-dark .bp5-tree .bp5-icon-large.bp5-intent-primary{color:#8abbff}.polotno-composer-scope .bp5-dark .bp5-tree .bp5-icon.bp5-intent-success,.polotno-composer-scope .bp5-dark .bp5-tree .bp5-icon-standard.bp5-intent-success,.polotno-composer-scope .bp5-dark .bp5-tree .bp5-icon-large.bp5-intent-success{color:#72ca9b}.polotno-composer-scope .bp5-dark .bp5-tree .bp5-icon.bp5-intent-warning,.polotno-composer-scope .bp5-dark .bp5-tree .bp5-icon-standard.bp5-intent-warning,.polotno-composer-scope .bp5-dark .bp5-tree .bp5-icon-large.bp5-intent-warning{color:#fbb360}.polotno-composer-scope .bp5-dark .bp5-tree .bp5-icon.bp5-intent-danger,.polotno-composer-scope .bp5-dark .bp5-tree .bp5-icon-standard.bp5-intent-danger,.polotno-composer-scope .bp5-dark .bp5-tree .bp5-icon-large.bp5-intent-danger{color:#fa999c}.polotno-composer-scope .bp5-dark .bp5-tree-node:not(.bp5-disabled) .bp5-tree-node-caret:hover{color:#f6f7f9}.polotno-composer-scope .bp5-dark .bp5-tree-node.bp5-tree-node-selected>.bp5-tree-node-content{background-color:#2d72d2}.polotno-composer-scope .bp5-dark .bp5-tree-node.bp5-tree-node-selected>.bp5-tree-node-content .bp5-icon,.polotno-composer-scope .bp5-dark .bp5-tree-node.bp5-tree-node-selected>.bp5-tree-node-content .bp5-icon-standard,.polotno-composer-scope .bp5-dark .bp5-tree-node.bp5-tree-node-selected>.bp5-tree-node-content .bp5-icon-large{color:#fff}
