.loading-full-frame{--loader-color:#ccc;--loader-size:60px;--loader-border-size:3px;align-items:center;display:flex;height:100%;justify-content:center;width:100%}.loading-full-frame.with-message{margin-top:-20px}.loading-full-frame .inner{height:var(--loader-size);position:relative;width:var(--loader-size)}.loading-full-frame .inner *{position:absolute}.loading-full-frame .inner img{height:30px;left:0;margin:15px;opacity:.6;top:0;width:30px}.loading-full-frame .inner span{bottom:-20px;font-size:12px;left:calc(var(--loader-size)*-.5);text-align:center;width:calc(var(--loader-size)*2)}.loading-small{--loader-color:#fff;--loader-size:13px;--loader-border-size:2px}.lds-ring{display:inline-block;left:0;position:relative;top:0}.lds-ring,.lds-ring div{height:var(--loader-size);width:var(--loader-size)}.lds-ring div{animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border:var(--loader-border-size) solid var(--loader-color);border-color:var(--loader-color) #0000 #0000 #0000;border-radius:50%;box-sizing:border-box;display:block;position:absolute}.lds-ring div:first-child{animation-delay:-.45s}.lds-ring div:nth-child(2){animation-delay:-.3s}.lds-ring div:nth-child(3){animation-delay:-.15s}@keyframes lds-ring{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.menu-item-container{width:100%}.menu-item-container.selected .sub-menu-items{max-height:500px;overflow:hidden}.menu-item-container.selected .menu-item{color:var(--menu-hover)}.menu-item-container.selected .menu-item .expand-icon>svg{transform:rotate(90deg)}.menu-item-container .sub-menu-items{margin-left:38px;max-height:0;overflow:hidden;transition:max-height .25s cubic-bezier(.4,0,.2,1) .2s;width:190px}@media only screen and (max-width:1200px){.menu-item-container .sub-menu-items{max-height:0!important}}.menu-item-container .menu-item{align-items:center;box-sizing:border-box;cursor:pointer;display:flex;height:36px;justify-content:flex-start;padding:8px 0;transition:color .25s cubic-bezier(.4,0,.2,1) 0ms;width:230px}.menu-item-container .menu-item>.icon{align-items:center;display:flex;flex:0 0 24px;justify-content:center;margin:0;padding:0 6px 0 0}.menu-item-container .menu-item>.icon>svg{align-items:center;display:inline-flex;flex:0 0 20px;height:20px;justify-content:center;width:20px}.menu-item-container .menu-item>span{flex:1 1;font-weight:300;letter-spacing:.5px;margin-left:10px}.menu-item-container .menu-item:hover{color:var(--menu-hover)}.menu-item-container .menu-item .expand-icon{display:flex;flex:1 1;justify-content:flex-end}.menu-item-container .menu-item .expand-icon>svg{height:16px;transition:transform .25s cubic-bezier(.4,0,.2,1) 0ms;width:16px}.menu-item-container .menu-item .beta-tag{align-items:center;border:1px solid var(--sidebar-beta-color);border-radius:4px;color:var(--sidebar-beta-color);display:inline-flex;flex:0 0 30px;font-size:13px;justify-content:center;padding:3px}.basic-tag,.feature-tag,.premium-tag,.pro-tag{align-items:center;border-radius:4px;border-style:solid;border-width:1px;box-sizing:border-box;display:inline-flex;font-weight:400;justify-content:center;max-width:60px;padding:4px}.compact.basic-tag,.compact.premium-tag,.compact.pro-tag,.feature-tag.compact{flex:0 0 auto;font-size:12px;margin-left:8px;padding:2px 6px}.feature-tag.regular,.regular.basic-tag,.regular.premium-tag,.regular.pro-tag{flex:0 0 auto;font-size:13px;margin-right:5px;padding:3px 6px}.premium-tag{border-color:gold;color:gold}.premium-tag.regular{min-width:60px}.pro-tag{border-color:#4299e1;color:#4299e1}.pro-tag.regular{min-width:40px}.basic-tag{border-color:#38a169;color:#38a169}.basic-tag.regular{min-width:45px}.sub-menu-item{cursor:pointer;font-size:13px;padding:5px 0}.sub-menu-item.selected,.sub-menu-item:hover{color:#635dff}.no-dashboards{font-size:13px;padding:5px 0}.modal-container{align-items:center;background:#0009;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:fixed;top:0;transition:visibility .2s linear,opacity .2s linear;visibility:hidden;width:100%;z-index:100}.modal-container.visible{opacity:1;visibility:visible}.modal-container.no-padding .modal-inner{padding:0!important}.modal-container .modal-inner{background-color:var(--modal-bg-color);border-radius:10px;box-sizing:border-box;color:var(--font-color);display:flex;flex-direction:column;height:auto;margin:16px;max-height:90vh;max-width:80%;min-height:-webkit-min-content;min-height:min-content;min-width:800px;overflow:auto;padding:16px 32px;position:relative;width:auto;z-index:101}.modal-container .modal-inner.unpadded{padding:0}.modal-container .modal-inner h1{margin-top:10px}.modal-container .modal-inner .close-button{align-items:center;background-color:#e3e4e6;border-radius:12px;color:#1e212a;display:inline-flex;height:24px;justify-content:center;position:absolute;right:32px;top:32px;transition:background-color .2s linear;width:24px;z-index:9}.modal-container .modal-inner .close-button:hover{background-color:#c9cace;cursor:pointer}@media(max-width:800px){.modal-container .modal-inner{min-width:100%;padding:16px;width:100%}}.add-widget-modal{min-width:600px}@media only screen and (max-width:600px){.add-widget-modal{min-width:400px;width:100%}.modal-container .modal-inner{margin:8px;max-height:95vh;max-width:100%;overflow:auto;width:100%}}.form{height:auto;width:100%}.form label{align-items:center;display:flex;font-size:13px;font-weight:500;margin-bottom:8px}.form .code-area{display:flex;flex-direction:column;margin-bottom:16px}.form .code-area .w-tc-editor{background-color:var(--text-field-bg-color);color:var(--font-color)}.form .code-area [data-color-mode*=dark] body{--color-canvas-subtle:#161b22}.form .file-field,.form .image-field,.form .text-area,.form .text-field{display:flex;flex-direction:column;margin-bottom:16px}.form .file-field.disabled input,.form .image-field.disabled input,.form .text-area.disabled input,.form .text-field.disabled input{background-color:var(--text-field-bg-color);color:var(--font-color)}.form .file-field.disabled>div,.form .image-field.disabled>div,.form .text-area.disabled>div,.form .text-field.disabled>div{background-color:var(--text-field-bg-color)}.form .file-field>div,.form .image-field>div,.form .text-area>div,.form .text-field>div{border:1px solid #b5b7bd;border-radius:4px;box-sizing:border-box;padding:8px 16px;width:100%}.form .file-field input,.form .file-field select,.form .file-field textarea,.form .image-field input,.form .image-field select,.form .image-field textarea,.form .text-area input,.form .text-area select,.form .text-area textarea,.form .text-field input,.form .text-field select,.form .text-field textarea{background-color:#0000;border:0;box-sizing:border-box;color:var(--font-color);outline:0;width:100%}.form .file-field input option,.form .file-field select option,.form .file-field textarea option,.form .image-field input option,.form .image-field select option,.form .image-field textarea option,.form .text-area input option,.form .text-area select option,.form .text-area textarea option,.form .text-field input option,.form .text-field select option,.form .text-field textarea option{background-color:var(--text-field-bg-color);font-size:16px;padding:5px 10px}.form .file-field input:focus,.form .file-field select:focus,.form .file-field textarea:focus,.form .image-field input:focus,.form .image-field select:focus,.form .image-field textarea:focus,.form .text-area input:focus,.form .text-area select:focus,.form .text-area textarea:focus,.form .text-field input:focus,.form .text-field select:focus,.form .text-field textarea:focus{outline:none!important}.form .file-field.error label,.form .image-field.error label,.form .text-area.error label,.form .text-field.error label{color:#d03c38}.form .file-field.error div,.form .image-field.error div,.form .text-area.error div,.form .text-field.error div{border:1px solid #d03c38}.form .file-field .validation-errors,.form .image-field .validation-errors,.form .text-area .validation-errors,.form .text-field .validation-errors{color:#d03c38;display:inline-block;font-size:12px;margin-bottom:8px}.form .file-field .description,.form .image-field .description,.form .text-area .description,.form .text-field .description{display:inline-block;font-size:12px}.form .file-field.required label:after,.form .image-field.required label:after,.form .text-area.required label:after,.form .text-field.required label:after{color:#d03c38;content:"*";padding:0 3px}.form .radio>div,.form .radio>div>span{display:inline-flex;flex-direction:row}.form .radio>div>span{align-items:center;padding-right:36px}.form .radio>div>span input{margin:0 4px 0 0}.form .form-submit-button{align-items:center;background-color:#635dff;border:none;border-radius:4px;color:#fff;display:inline-flex;font-weight:500;justify-content:center;line-height:20px;margin-top:24px;min-width:64px;padding:8px 16px;transition:background-color .2s linear}.form .form-submit-button:hover{background-color:#564ed1;cursor:pointer}.form .form-submit-button.loading{background-color:#c2bfbf!important}.form-frame{border:1px solid #e3e4e6;display:flex;flex-direction:row;margin-bottom:24px;padding:32px}@media only screen and (max-width:600px){.form-frame{flex-direction:column}}.form-frame .form-header{box-sizing:border-box;flex:0 1 360px;padding-right:40px}@media only screen and (max-width:600px){.form-frame .form-header{flex:0 1}}.form-frame .form-header h3{font-weight:400;margin:0 0 10px;padding:0}.form-frame .form-header .description{font-size:13px;font-weight:300}.form-frame .form-content{flex:1 1;padding-right:32px}@media only screen and (max-width:600px){.form-frame .form-content{padding-right:0}}@media only screen and (max-width:900px){.form-frame .form-content .button{margin-top:15px}}button.danger{background-color:#d03c38!important}button.danger:hover{background-color:#aa2d31!important;cursor:pointer}.environment-select-item{border:1px solid #c9cace;border-radius:4px;box-sizing:border-box;display:flex;flex-direction:row;margin-bottom:5px;padding:16px;transition:box-shadow .15s cubic-bezier(.4,0,.2,1) 0ms,border .15s cubic-bezier(.4,0,.2,1) 0ms,padding .15s cubic-bezier(.4,0,.2,1) 0ms}.environment-select-item:hover{box-shadow:0 2px 4px #0000001f;cursor:pointer}.environment-select-item.selected{border-color:#635dff;border-width:2px!important;box-shadow:inset 0 0 0 1px #635dff;padding:15px!important}.environment-select-item>div:first-child{align-items:center;background-color:#e9e8ff;border-radius:4px;color:#635dff;display:flex;flex:0 0 40px;height:40px;justify-content:center;margin-right:16px}.environment-select-item>div:first-child svg{height:25px;width:25px}.environment-select-item>div{display:flex;flex-direction:column}.environment-select-item>div>div:first-child{color:inherit!important;font-size:16px;font-weight:500;padding-bottom:4px}.environment-select-item>div div{color:var(--cta-description);font-size:14px;font-weight:300}.permissions-selector>div{align-items:center;border-radius:4px;cursor:pointer;display:flex;flex-direction:row;margin-bottom:10px;transition:background-color .15s cubic-bezier(.4,0,.2,1) 0ms}.permissions-selector>div:hover{background-color:#eff0f280}.permissions-selector>div input{height:auto;margin:2px 0 auto}.permissions-selector>div>div{display:flex;flex-direction:column;font-size:13px;padding-left:10px}.permissions-selector>div>div .name{font-weight:400}.permissions-selector>div>div .description{font-weight:300}@media (prefers-color-scheme:dark){.w-tc-editor{--color-fg-default:#c9d1d9;--color-canvas-subtle:#161b22;--color-prettylights-syntax-comment:#8b949e;--color-prettylights-syntax-entity-tag:#7ee787;--color-prettylights-syntax-entity:#d2a8ff;--color-prettylights-syntax-sublimelinter-gutter-mark:#484f58;--color-prettylights-syntax-constant:#79c0ff;--color-prettylights-syntax-string:#a5d6ff;--color-prettylights-syntax-keyword:#ff7b72;--color-prettylights-syntax-markup-bold:#c9d1d9}}@media (prefers-color-scheme:light){.w-tc-editor{--color-fg-default:#24292f;--color-canvas-subtle:#f6f8fa;--color-prettylights-syntax-comment:#6e7781;--color-prettylights-syntax-entity-tag:#116329;--color-prettylights-syntax-entity:#8250df;--color-prettylights-syntax-sublimelinter-gutter-mark:#8c959f;--color-prettylights-syntax-constant:#0550ae;--color-prettylights-syntax-string:#0a3069;--color-prettylights-syntax-keyword:#cf222e;--color-prettylights-syntax-markup-bold:#24292f}}.w-tc-editor[data-color-mode*=dark],[data-color-mode*=dark] .w-tc-editor,[data-color-mode*=dark] .w-tc-editor-var,body[data-color-mode*=dark]{--color-fg-default:#c9d1d9;--color-canvas-subtle:#161b22;--color-prettylights-syntax-comment:#8b949e;--color-prettylights-syntax-entity-tag:#7ee787;--color-prettylights-syntax-entity:#d2a8ff;--color-prettylights-syntax-sublimelinter-gutter-mark:#484f58;--color-prettylights-syntax-constant:#79c0ff;--color-prettylights-syntax-string:#a5d6ff;--color-prettylights-syntax-keyword:#ff7b72;--color-prettylights-syntax-markup-bold:#c9d1d9}.w-tc-editor[data-color-mode*=light],[data-color-mode*=light] .w-tc-editor,[data-color-mode*=light] .w-tc-editor-var,body[data-color-mode*=light]{--color-fg-default:#24292f;--color-canvas-subtle:#f6f8fa;--color-prettylights-syntax-comment:#6e7781;--color-prettylights-syntax-entity-tag:#116329;--color-prettylights-syntax-entity:#8250df;--color-prettylights-syntax-sublimelinter-gutter-mark:#8c959f;--color-prettylights-syntax-constant:#0550ae;--color-prettylights-syntax-string:#0a3069;--color-prettylights-syntax-keyword:#cf222e;--color-prettylights-syntax-markup-bold:#24292f}.w-tc-editor{background-color:var(--color-canvas-subtle);color:var(--color-fg-default);font-family:inherit;font-size:12px}.w-tc-editor-preview,.w-tc-editor-text{min-height:16px}.w-tc-editor-preview pre{font-family:inherit;font-size:inherit;margin:0;padding:0;white-space:inherit}.w-tc-editor-preview pre code{font-family:inherit}.w-tc-editor code[class*=language-] .token.cdata,.w-tc-editor code[class*=language-] .token.comment,.w-tc-editor code[class*=language-] .token.doctype,.w-tc-editor code[class*=language-] .token.prolog,.w-tc-editor pre[class*=language-] .token.cdata,.w-tc-editor pre[class*=language-] .token.comment,.w-tc-editor pre[class*=language-] .token.doctype,.w-tc-editor pre[class*=language-] .token.prolog{color:var(--color-prettylights-syntax-comment)}.w-tc-editor code[class*=language-] .token.punctuation,.w-tc-editor pre[class*=language-] .token.punctuation{color:var(--color-prettylights-syntax-sublimelinter-gutter-mark)}.w-tc-editor code[class*=language-] .namespace,.w-tc-editor pre[class*=language-] .namespace{opacity:.7}.w-tc-editor code[class*=language-] .token.boolean,.w-tc-editor code[class*=language-] .token.constant,.w-tc-editor code[class*=language-] .token.deleted,.w-tc-editor code[class*=language-] .token.number,.w-tc-editor code[class*=language-] .token.symbol,.w-tc-editor pre[class*=language-] .token.boolean,.w-tc-editor pre[class*=language-] .token.constant,.w-tc-editor pre[class*=language-] .token.deleted,.w-tc-editor pre[class*=language-] .token.number,.w-tc-editor pre[class*=language-] .token.symbol{color:var(--color-prettylights-syntax-entity-tag)}.w-tc-editor code[class*=language-] .style .token.string,.w-tc-editor code[class*=language-] .token.builtin,.w-tc-editor code[class*=language-] .token.char,.w-tc-editor code[class*=language-] .token.entity,.w-tc-editor code[class*=language-] .token.inserted,.w-tc-editor code[class*=language-] .token.operator,.w-tc-editor code[class*=language-] .token.property,.w-tc-editor code[class*=language-] .token.selector,.w-tc-editor code[class*=language-] .token.string,.w-tc-editor code[class*=language-] .token.url,.w-tc-editor pre[class*=language-] .style .token.string,.w-tc-editor pre[class*=language-] .token.builtin,.w-tc-editor pre[class*=language-] .token.char,.w-tc-editor pre[class*=language-] .token.entity,.w-tc-editor pre[class*=language-] .token.inserted,.w-tc-editor pre[class*=language-] .token.operator,.w-tc-editor pre[class*=language-] .token.property,.w-tc-editor pre[class*=language-] .token.selector,.w-tc-editor pre[class*=language-] .token.string,.w-tc-editor pre[class*=language-] .token.url{color:var(--color-prettylights-syntax-constant)}.w-tc-editor code[class*=language-] .token.atrule,.w-tc-editor code[class*=language-] .token.keyword,.w-tc-editor code[class*=language-] .token.property-access .token.method,.w-tc-editor pre[class*=language-] .token.atrule,.w-tc-editor pre[class*=language-] .token.keyword,.w-tc-editor pre[class*=language-] .token.property-access .token.method{color:var(--color-prettylights-syntax-keyword)}.w-tc-editor code[class*=language-] .token.function,.w-tc-editor pre[class*=language-] .token.function{color:var(--color-prettylights-syntax-string)}.w-tc-editor code[class*=language-] .token.important,.w-tc-editor code[class*=language-] .token.regex,.w-tc-editor code[class*=language-] .token.variable,.w-tc-editor pre[class*=language-] .token.important,.w-tc-editor pre[class*=language-] .token.regex,.w-tc-editor pre[class*=language-] .token.variable{color:var(--color-prettylights-syntax-string-regexp)}.w-tc-editor code[class*=language-] .token.bold,.w-tc-editor code[class*=language-] .token.important,.w-tc-editor pre[class*=language-] .token.bold,.w-tc-editor pre[class*=language-] .token.important{color:var(--color-prettylights-syntax-markup-bold)}.w-tc-editor code[class*=language-] .token.tag,.w-tc-editor pre[class*=language-] .token.tag{color:var(--color-prettylights-syntax-entity-tag)}.w-tc-editor code[class*=language-] .token.attr-name,.w-tc-editor code[class*=language-] .token.attr-value,.w-tc-editor pre[class*=language-] .token.attr-name,.w-tc-editor pre[class*=language-] .token.attr-value{color:var(--color-prettylights-syntax-constant)}.w-tc-editor code[class*=language-] .token.class-name,.w-tc-editor code[class*=language-] .token.selector .class,.w-tc-editor pre[class*=language-] .token.class-name,.w-tc-editor pre[class*=language-] .token.selector .class{color:var(--color-prettylights-syntax-entity)}.code-area .w-tc-editor .w-tc-editor-text{-webkit-text-fill-color:var(--font-color)!important;background-color:var(--text-field-bg-color)!important;color:var(--font-color)!important}.image-field .image-select{cursor:pointer;text-align:center}.image-field .image-select:hover{background-color:#0000004d;transition:all .3s}.react-select-container_blue{color:var(--font-color)}.react-select-container_blue .react-select__control{background-color:var(--agr-bg-blue);border-color:var(--separator-color);color:var(--font-color);transition:none}.react-select-container_blue .react-select__control:hover{border-color:var(--menu-hover)}.react-select-container_blue .react-select__control .react-select__value-container .react-select__input-container{color:var(--font-color)}.react-select-container_blue .react-select__control .react-select__value-container .react-select__single-value{color:var(--white-color)}.react-select-container_blue .react-select__menu{background-color:var(--select-menu-bg-color);border:1px solid var(--separator-color)}.react-select-container_blue .react-select__menu .react-select__menu-list{max-height:240px}.react-select-container_blue .react-select__option{background-color:var(--select-option-bg-color);color:var(--font-color)}.react-select-container_blue .react-select__option:hover{background-color:var(--menu-hover)}.react-select-container_blue .react-select__indicator-separator{background-color:var(--separator-color)}.react-select-container_blue .react-select__placeholder,.react-select-container_blue .react-select__single-value{color:var(--font-color)}.react-select-container_blue .react-select__multi-value{background-color:var(--query-builder-pill-bg)}.react-select-container_blue .react-select__multi-value .react-select__multi-value__label{color:var(--font-color)}.react-select-container_blue .react-select__multi-value .react-select__multi-value__remove:hover{background-color:var(--li-active-hover-bg-color)}.react-select-container{color:var(--font-color)}.react-select-container .react-select__control{background-color:#0000;border-color:var(--separator-color);color:var(--font-color);transition:none}.react-select-container .react-select__control:hover{border-color:var(--menu-hover)}.react-select-container .react-select__control .react-select__input-container{color:var(--font-color)}.react-select-container .react-select__menu{background-color:var(--select-menu-bg-color);border:1px solid var(--separator-color)}.react-select-container .react-select__menu .react-select__menu-list{max-height:240px}.react-select-container .react-select__option{background-color:var(--select-option-bg-color);color:var(--font-color)}.react-select-container .react-select__option:hover{background-color:var(--menu-hover)}.react-select-container .react-select__indicator-separator{background-color:var(--separator-color)}.react-select-container .react-select__placeholder,.react-select-container .react-select__single-value{color:var(--font-color)}.react-select-container .react-select__multi-value{background-color:var(--query-builder-pill-bg)}.react-select-container .react-select__multi-value .react-select__multi-value__label{color:var(--font-color)}.react-select-container .react-select__multi-value .react-select__multi-value__remove:hover{background-color:var(--li-active-hover-bg-color)}.dark-select{color:var(--font-color)}.dark-select .react-select__control{background-color:#0000;border-color:var(--separator-color);color:var(--font-color);transition:none}.dark-select .react-select__control:hover{border-color:var(--menu-hover)}.dark-select .react-select__control .react-select__input-container{color:var(--font-color)}.dark-select .react-select__menu{background-color:var(--select-menu-bg-color);border:1px solid var(--separator-color)}.dark-select .react-select__menu .react-select__menu-list{max-height:240px}.dark-select .react-select__option{background-color:var(--select-option-bg-color);color:var(--font-color)}.dark-select .react-select__option:hover{background-color:var(--menu-hover)}.dark-select .react-select__indicator-separator{background-color:var(--separator-color)}.dark-select .react-select__placeholder,.dark-select .react-select__single-value{color:var(--font-color)}.dark-select .react-select__multi-value{background-color:var(--query-builder-pill-bg)}.dark-select .react-select__multi-value .react-select__multi-value__label{color:var(--font-color)}.dark-select .react-select__multi-value .react-select__multi-value__remove:hover{background-color:var(--li-active-hover-bg-color)}.button{align-items:center;background-color:var(--primary-btn-bg);border:1px solid var(--primary-btn-bg);border-radius:4px;box-sizing:border-box;color:var(--white-color);display:inline-flex;flex-direction:column;font-size:.875rem;font-weight:400;justify-content:center;padding:8px 16px;transition:background-color .25s cubic-bezier(.4,0,.2,1) 0ms;white-space:nowrap}.button.loading{cursor:inherit!important}.button.loading .button-content{height:1px;visibility:hidden}.button.disabled{background-color:var(--advance-option-bg-color);border:1px solid #c9cace!important;color:#c9cace!important;cursor:not-allowed!important}.button.disabled:hover{background-color:var(--project-dropdown-bg-color)}.button.outline{background-color:#0000;border:1px solid #c9cace;color:var(--font-color)}.button.outline:hover{background-color:#0000;border-color:var(--menu-hover);color:var(--menu-hover);cursor:pointer}.button.danger{background-color:#d03c38}.button.danger:hover{background-color:#aa2d31;cursor:pointer}.button.danger-outline{background-color:#0000;border:1px solid #d03c38!important;color:#d03c38}.button.danger-outline:hover{background-color:#eff0f280;border:1px solid #aa2d31!important;cursor:pointer}.button:hover{background-color:var(--primary-btn-hover-bg);color:var(--white-color);cursor:pointer}.button .button-content{align-items:center;display:inline-flex}.builder-container{border:1px solid var(--query-builder-border);display:flex;flex:0 0 800px;flex-direction:column}.builder-container .measurement-group,.builder-container .react-select__control,.builder-container .sort-option-group{display:flex;flex:1 1;width:100%}.builder-container .measurement-group,.builder-container .sort-option-group{flex-direction:row}.builder-container .react-select__placeholder{color:var(--font-placeholder-color)}.builder-container .aggregate-select,.builder-container .field-select{align-items:center;background-color:#2868bd;border:1px solid #2868bd;border-radius:10px 0 0 0;box-sizing:border-box;color:var(--query-builder-primary);display:flex;flex:0 0 105px;justify-content:space-between}.builder-container .aggregate-select .react-select__control,.builder-container .field-select .react-select__control{background-color:#2868bd;border:none;border-radius:10px 0 0 0;box-shadow:none;flex:1 1}.builder-container .aggregate-select .react-select__indicator,.builder-container .aggregate-select .react-select__single-value,.builder-container .aggregate-select .react-select__value-container,.builder-container .field-select .react-select__indicator,.builder-container .field-select .react-select__single-value,.builder-container .field-select .react-select__value-container{color:var(--query-builder-darker)!important;flex:1 1}.builder-container .aggregate-select .react-select__indicator-separator,.builder-container .field-select .react-select__indicator-separator{display:none}.builder-container .field-select,.builder-container .measurement-select{background-color:var(--query-builder-primary);border:1px solid var(--query-builder-darker);border-radius:0;box-sizing:border-box;color:var(--query-builder-color);display:flex;flex:1 1}.builder-container .field-select .react-select__multi-value,.builder-container .measurement-select .react-select__multi-value{background-color:var(--query-builder-pill-bg)}.builder-container .field-select .react-select__multi-value .react-select__multi-value__label,.builder-container .measurement-select .react-select__multi-value .react-select__multi-value__label{color:var(--font-color)}.builder-container .field-select .react-select__single-value,.builder-container .measurement-select .react-select__single-value{color:var(--query-builder-color)}.builder-container .field-select .react-select__control,.builder-container .measurement-select .react-select__control{background-color:var(--query-builder-primary);border:none;border-radius:0;box-shadow:none;color:var(--query-builder-color)}.builder-container .agr-select,.builder-container .scope-select{align-items:center;box-sizing:border-box;color:var(--query-builder-color);display:flex;flex:1 1;flex-direction:row}.builder-container .agr-select .react-select__control,.builder-container .scope-select .react-select__control{border-radius:0}.builder-container .agr-select .agr-title,.builder-container .agr-select .scope-title,.builder-container .scope-select .agr-title,.builder-container .scope-select .scope-title{padding:0 0 0 10px;text-align:left}.builder-container .agr-select .agr-title,.builder-container .scope-select .agr-title{flex:0 0 60px}.builder-container .agr-select .scope-title,.builder-container .scope-select .scope-title{flex:0 0 98px}.builder-container .agr-select .react-select-container,.builder-container .scope-select .react-select-container{flex:1 1}.builder-container .scope-select .scope-select-wrapper{width:100%}.builder-container .scope-select .react-select__menu{background-color:var(--select-menu-bg-color);border:1px solid var(--separator-color)}.builder-container .scope-select .react-select__menu .react-select__menu-list{max-height:240px}.builder-container .field-select{flex:1.27 1}.builder-container .dual-grid{display:flex;display:nowrap;flex-direction:row}.builder-container .dual-grid .aggregate{background-color:#2869bd;border:none;border-top-left-radius:15px;color:#fff;width:30%}.builder-container .aggregate .react-select__control{border:0}.builder-container .aggregate .react-select__control .react-select__value-container .react-select__single-value{color:#fff!important}.builder-container .react-select-container{width:100%}.builder-container .react-select-container .react-select__control--is-focused{box-shadow:none}.builder-container .react-select-container .react-select__control .react-select__value-container .react-select__single-value{color:var(--query-builder-color)}.builder-container .aggregate-select .react-select__option,.builder-container .field-select .react-select__option,.builder-container .scope-select .react-select__option{background-color:var(--select-menu-bg-color);color:var(--query-builder-color)}.builder-container .aggregate-select .react-select__option:hover,.builder-container .field-select .react-select__option:hover,.builder-container .scope-select .react-select__option:hover{background-color:var(--menu-hover);color:var(--query-builder-primary)}.builder-container .aggregate-select .react-select__option.option--is-focused,.builder-container .field-select .react-select__option.option--is-focused,.builder-container .scope-select .react-select__option.option--is-focused{background-color:var(--menu-hover)!important;color:var(--query-builder-primary)!important}.select-options-group{align-items:center;display:flex;justify-content:space-between}.select-options-group .group-badge{background-color:#ebecf0;border-radius:2em;color:#172b4d;display:inline-block;font-size:12;font-weight:400;line-height:1;min-width:1;padding:.17em .5em;text-align:center}.custom-select-options:hover{color:#fff!important;cursor:pointer}.custom-select-options:hover small{color:#dadada!important}.multi-query-select{margin-bottom:16px}.multi-query-select .query-container{border-radius:15px;display:flex;flex-direction:column;margin-bottom:16px;width:850px}.multi-query-select .query-input{border:1px solid #e5e5e5;border-radius:15px;display:flex;flex:1 1;flex-direction:row;margin-bottom:8px}.multi-query-select .query-input .actions{align-items:center;display:flex;flex:0 0 46px;justify-content:center;margin:3px}.multi-query-select .query-input .actions:hover{background-color:#f5f5f5;border-radius:10px;cursor:pointer}.multi-query-select .add-query .button-content span{margin-left:8px}.checkbox .check_field{align-items:center;display:flex;gap:5px;margin-bottom:10px}.checkbox .check_field label{margin-bottom:0}.multi-shadow-select .shadow-form{display:flex;flex-direction:row;width:900px}.multi-shadow-select .shadow-form .shadow-list{flex:0 0 250px;min-height:300px}.multi-shadow-select .shadow-form .shadow-list .shadow-list-item{align-items:center;cursor:pointer;display:flex;flex-direction:row;padding:5px 10px}.multi-shadow-select .shadow-form .shadow-list .shadow-list-item:hover{background-color:var(--shadow-list-item-hover)}.multi-shadow-select .shadow-form .shadow-list .shadow-list-item.selected{background-color:var(--shadow-list-item-selected)}.multi-shadow-select .shadow-form .shadow-list .shadow-list-item .shadow-list-item-icon{flex:0 0 20px;height:20px;margin-right:10px}.multi-shadow-select .shadow-form .shadow-list .shadow-list-item .shadow-list-item-text{flex:1 1}.multi-shadow-select .shadow-form .shadow-container{border-left:1px solid #e0e0e0;flex:1 1;margin-left:10px;padding:10px}.multi-shadow-select .shadow-form .shadow-container label{font-size:12px}.multi-shadow-select .shadow-form .shadow-container .text-field{margin-bottom:8px}.multi-shadow-select .shadow-form .shadow-container .shadow-input{margin-bottom:8px;margin-top:8px}.multi-shadow-select .add-shadow .button-content{color:#635dff!important}.multi-shadow-select .add-shadow .button.outline{border-color:#635dff!important}.multi-shadow-select .add-shadow svg{margin-right:5px}.key-expression-container{display:flex;flex-direction:row;padding:0!important}.key-expression-container input{margin:8px 16px}.key-expression-container .key-input{flex:0 0 100px}.key-expression-container .expression-input{flex:1 1}.key-expression-container .separator{align-items:center;background-color:#e0e0e0;display:flex;flex:0 0 20px;height:33px;justify-content:center;padding:0 8px}.colour-field{margin-bottom:16px}.colour-selector{border-radius:5%;height:30px;width:30px}.colour-selector .colour-preview{border-radius:8px;cursor:pointer;height:100%;transition:all .2s ease-in-out;width:100%}.colour-selector .colour-preview:hover{opacity:.8}.scope-field-container{display:flex;flex-direction:column}.scope-field-container .scope-field-header{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-bottom:6px}.scope-field-container .scope-field-header .scope-name-container,.scope-field-container .scope-field-header .scope-tag-container,.scope-field-container .scope-field-header .scope-value-container{border:none;border-radius:4px;flex:1 1;font-size:12px;padding-right:12px;width:100%}.scope-field-container .scope-field-header .scope-delete-container{flex:0 0 30px}.scope-field-container .scope-field{align-items:center;display:flex;flex-direction:row;justify-content:center;margin-bottom:6px}.scope-field-container .scope-field .scope-name-container,.scope-field-container .scope-field .scope-tag-container,.scope-field-container .scope-field .scope-value-container{border:1px solid #b5b7bd;border-radius:4px;box-sizing:border-box;flex:1 1;margin-right:6px;width:100%}.scope-field-container .scope-field .scope-name-container.disabled,.scope-field-container .scope-field .scope-name-container.disabled select,.scope-field-container .scope-field .scope-tag-container.disabled,.scope-field-container .scope-field .scope-tag-container.disabled select,.scope-field-container .scope-field .scope-value-container.disabled,.scope-field-container .scope-field .scope-value-container.disabled select{background-color:var(--field-disabled)}.scope-field-container .scope-field .scope-name-container input,.scope-field-container .scope-field .scope-name-container select,.scope-field-container .scope-field .scope-tag-container input,.scope-field-container .scope-field .scope-tag-container select,.scope-field-container .scope-field .scope-value-container input,.scope-field-container .scope-field .scope-value-container select{background-color:#0000;border:0;box-sizing:border-box;color:var(--font-color);margin:0;outline:0;padding:0;width:100%}.scope-field-container .scope-field .scope-name-container input:focus,.scope-field-container .scope-field .scope-name-container select:focus,.scope-field-container .scope-field .scope-tag-container input:focus,.scope-field-container .scope-field .scope-tag-container select:focus,.scope-field-container .scope-field .scope-value-container input:focus,.scope-field-container .scope-field .scope-value-container select:focus{outline:none!important}.scope-field-container .scope-field .scope-name-container select,.scope-field-container .scope-field .scope-tag-container select,.scope-field-container .scope-field .scope-value-container select{background-color:var(--modal-bg-color)}.scope-field-container .scope-field .scope-name-container select option,.scope-field-container .scope-field .scope-tag-container select option,.scope-field-container .scope-field .scope-value-container select option{background-color:var(--select-control-bg-color)}.scope-field-container .scope-field .scope-name-container,.scope-field-container .scope-field .scope-tag-container,.scope-field-container .scope-field .scope-value-container{padding:8px}.scope-field-container .scope-field .scope-delete-container{align-items:center;border:1px solid #fff;border-radius:5px;box-sizing:border-box;display:flex;flex:0 0 30px;height:30px;justify-content:center;width:30px}.scope-field-container .scope-field .scope-delete-container:hover{background-color:#fff5f5;border:1px solid #b5b7bd;cursor:pointer}@media (prefers-color-scheme:dark){.wmde-markdown,.wmde-markdown-var{--color-prettylights-syntax-comment:#8b949e;--color-prettylights-syntax-constant:#79c0ff;--color-prettylights-syntax-entity:#d2a8ff;--color-prettylights-syntax-storage-modifier-import:#c9d1d9;--color-prettylights-syntax-entity-tag:#7ee787;--color-prettylights-syntax-keyword:#ff7b72;--color-prettylights-syntax-string:#a5d6ff;--color-prettylights-syntax-variable:#ffa657;--color-prettylights-syntax-brackethighlighter-unmatched:#f85149;--color-prettylights-syntax-invalid-illegal-text:#f0f6fc;--color-prettylights-syntax-invalid-illegal-bg:#8e1519;--color-prettylights-syntax-carriage-return-text:#f0f6fc;--color-prettylights-syntax-carriage-return-bg:#b62324;--color-prettylights-syntax-string-regexp:#7ee787;--color-prettylights-syntax-markup-list:#f2cc60;--color-prettylights-syntax-markup-heading:#1f6feb;--color-prettylights-syntax-markup-italic:#c9d1d9;--color-prettylights-syntax-markup-bold:#c9d1d9;--color-prettylights-syntax-markup-deleted-text:#ffdcd7;--color-prettylights-syntax-markup-deleted-bg:#67060c;--color-prettylights-syntax-markup-inserted-text:#aff5b4;--color-prettylights-syntax-markup-inserted-bg:#033a16;--color-prettylights-syntax-markup-changed-text:#ffdfb6;--color-prettylights-syntax-markup-changed-bg:#5a1e02;--color-prettylights-syntax-markup-ignored-text:#c9d1d9;--color-prettylights-syntax-markup-ignored-bg:#1158c7;--color-prettylights-syntax-meta-diff-range:#d2a8ff;--color-prettylights-syntax-brackethighlighter-angle:#8b949e;--color-prettylights-syntax-sublimelinter-gutter-mark:#484f58;--color-prettylights-syntax-constant-other-reference-link:#a5d6ff;--color-fg-default:#c9d1d9;--color-fg-muted:#8b949e;--color-fg-subtle:#484f58;--color-canvas-default:#0d1117;--color-canvas-subtle:#161b22;--color-border-default:#30363d;--color-border-muted:#21262d;--color-neutral-muted:#6e768166;--color-accent-fg:#58a6ff;--color-accent-emphasis:#1f6feb;--color-attention-subtle:#bb800926;--color-danger-fg:#f85149;color-scheme:dark}}@media (prefers-color-scheme:light){.wmde-markdown,.wmde-markdown-var{--color-prettylights-syntax-comment:#6e7781;--color-prettylights-syntax-constant:#0550ae;--color-prettylights-syntax-entity:#8250df;--color-prettylights-syntax-storage-modifier-import:#24292f;--color-prettylights-syntax-entity-tag:#116329;--color-prettylights-syntax-keyword:#cf222e;--color-prettylights-syntax-string:#0a3069;--color-prettylights-syntax-variable:#953800;--color-prettylights-syntax-brackethighlighter-unmatched:#82071e;--color-prettylights-syntax-invalid-illegal-text:#f6f8fa;--color-prettylights-syntax-invalid-illegal-bg:#82071e;--color-prettylights-syntax-carriage-return-text:#f6f8fa;--color-prettylights-syntax-carriage-return-bg:#cf222e;--color-prettylights-syntax-string-regexp:#116329;--color-prettylights-syntax-markup-list:#3b2300;--color-prettylights-syntax-markup-heading:#0550ae;--color-prettylights-syntax-markup-italic:#24292f;--color-prettylights-syntax-markup-bold:#24292f;--color-prettylights-syntax-markup-deleted-text:#82071e;--color-prettylights-syntax-markup-deleted-bg:#ffebe9;--color-prettylights-syntax-markup-inserted-text:#116329;--color-prettylights-syntax-markup-inserted-bg:#dafbe1;--color-prettylights-syntax-markup-changed-text:#953800;--color-prettylights-syntax-markup-changed-bg:#ffd8b5;--color-prettylights-syntax-markup-ignored-text:#eaeef2;--color-prettylights-syntax-markup-ignored-bg:#0550ae;--color-prettylights-syntax-meta-diff-range:#8250df;--color-prettylights-syntax-brackethighlighter-angle:#57606a;--color-prettylights-syntax-sublimelinter-gutter-mark:#8c959f;--color-prettylights-syntax-constant-other-reference-link:#0a3069;--color-fg-default:#24292f;--color-fg-muted:#57606a;--color-fg-subtle:#6e7781;--color-canvas-default:#fff;--color-canvas-subtle:#f6f8fa;--color-border-default:#d0d7de;--color-border-muted:#d8dee4;--color-neutral-muted:#afb8c133;--color-accent-fg:#0969da;--color-accent-emphasis:#0969da;--color-attention-subtle:#fff8c5;--color-danger-fg:#cf222e;color-scheme:light}}.wmde-markdown-var[data-color-mode*=dark],.wmde-markdown[data-color-mode*=dark],[data-color-mode*=dark] .wmde-markdown,[data-color-mode*=dark] .wmde-markdown-var,body[data-color-mode*=dark]{--color-prettylights-syntax-comment:#8b949e;--color-prettylights-syntax-constant:#79c0ff;--color-prettylights-syntax-entity:#d2a8ff;--color-prettylights-syntax-storage-modifier-import:#c9d1d9;--color-prettylights-syntax-entity-tag:#7ee787;--color-prettylights-syntax-keyword:#ff7b72;--color-prettylights-syntax-string:#a5d6ff;--color-prettylights-syntax-variable:#ffa657;--color-prettylights-syntax-brackethighlighter-unmatched:#f85149;--color-prettylights-syntax-invalid-illegal-text:#f0f6fc;--color-prettylights-syntax-invalid-illegal-bg:#8e1519;--color-prettylights-syntax-carriage-return-text:#f0f6fc;--color-prettylights-syntax-carriage-return-bg:#b62324;--color-prettylights-syntax-string-regexp:#7ee787;--color-prettylights-syntax-markup-list:#f2cc60;--color-prettylights-syntax-markup-heading:#1f6feb;--color-prettylights-syntax-markup-italic:#c9d1d9;--color-prettylights-syntax-markup-bold:#c9d1d9;--color-prettylights-syntax-markup-deleted-text:#ffdcd7;--color-prettylights-syntax-markup-deleted-bg:#67060c;--color-prettylights-syntax-markup-inserted-text:#aff5b4;--color-prettylights-syntax-markup-inserted-bg:#033a16;--color-prettylights-syntax-markup-changed-text:#ffdfb6;--color-prettylights-syntax-markup-changed-bg:#5a1e02;--color-prettylights-syntax-markup-ignored-text:#c9d1d9;--color-prettylights-syntax-markup-ignored-bg:#1158c7;--color-prettylights-syntax-meta-diff-range:#d2a8ff;--color-prettylights-syntax-brackethighlighter-angle:#8b949e;--color-prettylights-syntax-sublimelinter-gutter-mark:#484f58;--color-prettylights-syntax-constant-other-reference-link:#a5d6ff;--color-fg-default:#c9d1d9;--color-fg-muted:#8b949e;--color-fg-subtle:#484f58;--color-canvas-default:#0d1117;--color-canvas-subtle:#161b22;--color-border-default:#30363d;--color-border-muted:#21262d;--color-neutral-muted:#6e768166;--color-accent-fg:#58a6ff;--color-accent-emphasis:#1f6feb;--color-attention-subtle:#bb800926;--color-danger-fg:#f85149;color-scheme:dark}.wmde-markdown-var[data-color-mode*=light],.wmde-markdown[data-color-mode*=light],[data-color-mode*=light] .wmde-markdown,[data-color-mode*=light] .wmde-markdown-var,body[data-color-mode*=light]{--color-prettylights-syntax-comment:#6e7781;--color-prettylights-syntax-constant:#0550ae;--color-prettylights-syntax-entity:#8250df;--color-prettylights-syntax-storage-modifier-import:#24292f;--color-prettylights-syntax-entity-tag:#116329;--color-prettylights-syntax-keyword:#cf222e;--color-prettylights-syntax-string:#0a3069;--color-prettylights-syntax-variable:#953800;--color-prettylights-syntax-brackethighlighter-unmatched:#82071e;--color-prettylights-syntax-invalid-illegal-text:#f6f8fa;--color-prettylights-syntax-invalid-illegal-bg:#82071e;--color-prettylights-syntax-carriage-return-text:#f6f8fa;--color-prettylights-syntax-carriage-return-bg:#cf222e;--color-prettylights-syntax-string-regexp:#116329;--color-prettylights-syntax-markup-list:#3b2300;--color-prettylights-syntax-markup-heading:#0550ae;--color-prettylights-syntax-markup-italic:#24292f;--color-prettylights-syntax-markup-bold:#24292f;--color-prettylights-syntax-markup-deleted-text:#82071e;--color-prettylights-syntax-markup-deleted-bg:#ffebe9;--color-prettylights-syntax-markup-inserted-text:#116329;--color-prettylights-syntax-markup-inserted-bg:#dafbe1;--color-prettylights-syntax-markup-changed-text:#953800;--color-prettylights-syntax-markup-changed-bg:#ffd8b5;--color-prettylights-syntax-markup-ignored-text:#eaeef2;--color-prettylights-syntax-markup-ignored-bg:#0550ae;--color-prettylights-syntax-meta-diff-range:#8250df;--color-prettylights-syntax-brackethighlighter-angle:#57606a;--color-prettylights-syntax-sublimelinter-gutter-mark:#8c959f;--color-prettylights-syntax-constant-other-reference-link:#0a3069;--color-fg-default:#24292f;--color-fg-muted:#57606a;--color-fg-subtle:#6e7781;--color-canvas-default:#fff;--color-canvas-subtle:#f6f8fa;--color-border-default:#d0d7de;--color-border-muted:#d8dee4;--color-neutral-muted:#afb8c133;--color-accent-fg:#0969da;--color-accent-emphasis:#0969da;--color-attention-subtle:#fff8c5;--color-danger-fg:#cf222e;color-scheme:light}.wmde-markdown{-webkit-text-size-adjust:100%;word-wrap:break-word;background-color:var(--color-canvas-default);color:var(--color-fg-default);font-family:-apple-system,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;font-size:16px;line-height:1.5}.wmde-markdown details,.wmde-markdown figcaption,.wmde-markdown figure{display:block}.wmde-markdown summary{display:list-item}.wmde-markdown [hidden]{display:none!important}.wmde-markdown a{background-color:initial;color:var(--color-accent-fg);text-decoration:none}.wmde-markdown a:active,.wmde-markdown a:hover{outline-width:0}.wmde-markdown abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.wmde-markdown b,.wmde-markdown strong{font-weight:600}.wmde-markdown dfn{font-style:italic}.wmde-markdown h1{border-bottom:1px solid var(--color-border-muted);font-size:2em;font-weight:600;margin:.67em 0;padding-bottom:.3em}.wmde-markdown mark{background-color:var(--color-attention-subtle);color:var(--color-text-primary)}.wmde-markdown small{font-size:90%}.wmde-markdown sub,.wmde-markdown sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}.wmde-markdown sub{bottom:-.25em}.wmde-markdown sup{top:-.5em}.wmde-markdown img{background-color:var(--color-canvas-default);border-style:none;box-sizing:initial;display:inline-block;max-width:100%}.wmde-markdown code,.wmde-markdown kbd,.wmde-markdown pre,.wmde-markdown samp{font-family:monospace,monospace;font-size:1em}.wmde-markdown figure{margin:1em 40px}.wmde-markdown hr{background:#0000;background-color:var(--color-border-default);border:0;border-bottom:1px solid var(--color-border-muted);box-sizing:initial;height:.25em;margin:24px 0;overflow:hidden;padding:0}.wmde-markdown input{font:inherit;font-family:inherit;font-size:inherit;line-height:inherit;margin:0;overflow:visible}.wmde-markdown [type=button],.wmde-markdown [type=reset],.wmde-markdown [type=submit]{-webkit-appearance:button}.wmde-markdown [type=button]::-moz-focus-inner,.wmde-markdown [type=reset]::-moz-focus-inner,.wmde-markdown [type=submit]::-moz-focus-inner{border-style:none;padding:0}.wmde-markdown [type=button]:-moz-focusring,.wmde-markdown [type=reset]:-moz-focusring,.wmde-markdown [type=submit]:-moz-focusring{outline:1px dotted ButtonText}.wmde-markdown [type=checkbox],.wmde-markdown [type=radio]{box-sizing:border-box;padding:0}.wmde-markdown [type=number]::-webkit-inner-spin-button,.wmde-markdown [type=number]::-webkit-outer-spin-button{height:auto}.wmde-markdown [type=search]{-webkit-appearance:textfield;outline-offset:-2px}.wmde-markdown [type=search]::-webkit-search-cancel-button,.wmde-markdown [type=search]::-webkit-search-decoration{-webkit-appearance:none}.wmde-markdown ::-webkit-input-placeholder{color:inherit;opacity:.54}.wmde-markdown ::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}.wmde-markdown a:hover{text-decoration:underline}.wmde-markdown hr:after,.wmde-markdown hr:before{content:"";display:table}.wmde-markdown hr:after{clear:both}.wmde-markdown table{border-collapse:collapse;border-spacing:0;display:block;max-width:100%;width:-webkit-max-content;width:max-content}.wmde-markdown td,.wmde-markdown th{padding:0}.wmde-markdown details summary{cursor:pointer}.wmde-markdown details:not([open])>:not(summary){display:none!important}.wmde-markdown kbd{background-color:var(--color-canvas-subtle);border-bottom-color:var(--color-neutral-muted);border:1px solid var(--color-neutral-muted);border-radius:6px;box-shadow:inset 0 -1px 0 var(--color-neutral-muted);color:var(--color-fg-default);display:inline-block;font:11px ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;line-height:10px;padding:3px 5px;vertical-align:middle}.wmde-markdown h1,.wmde-markdown h2,.wmde-markdown h3,.wmde-markdown h4,.wmde-markdown h5,.wmde-markdown h6{font-weight:600;line-height:1.25;margin-bottom:16px;margin-top:24px}.wmde-markdown h2{border-bottom:1px solid var(--color-border-muted);font-size:1.5em;font-weight:600;padding-bottom:.3em}.wmde-markdown h3{font-size:1.25em;font-weight:600}.wmde-markdown h4{font-size:1em;font-weight:600}.wmde-markdown h5{font-size:.875em;font-weight:600}.wmde-markdown h6{color:var(--color-fg-muted);font-size:.85em;font-weight:600}.wmde-markdown p{margin-bottom:10px;margin-top:0}.wmde-markdown blockquote{border-left:.25em solid var(--color-border-default);color:var(--color-fg-muted);margin:0;padding:0 1em}.wmde-markdown ol,.wmde-markdown ul{margin-bottom:0;margin-top:0;padding-left:2em}.wmde-markdown ol ol,.wmde-markdown ul ol{list-style-type:lower-roman}.wmde-markdown ol ol ol,.wmde-markdown ol ul ol,.wmde-markdown ul ol ol,.wmde-markdown ul ul ol{list-style-type:lower-alpha}.wmde-markdown dd{margin-left:0}.wmde-markdown code,.wmde-markdown pre,.wmde-markdown tt{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;font-size:12px}.wmde-markdown pre{word-wrap:normal;margin-bottom:0;margin-top:0}.wmde-markdown .octicon{fill:currentColor;display:inline-block;overflow:visible!important;vertical-align:text-bottom}.wmde-markdown ::placeholder{color:var(--color-fg-subtle);opacity:1}.wmde-markdown input::-webkit-inner-spin-button,.wmde-markdown input::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.wmde-markdown [data-catalyst]{display:block}.wmde-markdown:after,.wmde-markdown:before{content:"";display:table}.wmde-markdown:after{clear:both}.wmde-markdown>:first-child{margin-top:0!important}.wmde-markdown>:last-child{margin-bottom:0!important}.wmde-markdown a:not([href]){color:inherit;text-decoration:none}.wmde-markdown .absent{color:var(--color-danger-fg)}.wmde-markdown a.anchor{float:left;line-height:1;margin-left:-20px;padding-right:4px}.wmde-markdown .anchor:focus{outline:none}.wmde-markdown blockquote,.wmde-markdown details,.wmde-markdown dl,.wmde-markdown ol,.wmde-markdown p,.wmde-markdown pre,.wmde-markdown table,.wmde-markdown ul{margin-bottom:16px;margin-top:0}.wmde-markdown blockquote>:first-child{margin-top:0}.wmde-markdown blockquote>:last-child{margin-bottom:0}.wmde-markdown sup>a:before{content:"["}.wmde-markdown sup>a:after{content:"]"}.wmde-markdown h1 .octicon-link,.wmde-markdown h2 .octicon-link,.wmde-markdown h3 .octicon-link,.wmde-markdown h4 .octicon-link,.wmde-markdown h5 .octicon-link,.wmde-markdown h6 .octicon-link{color:var(--color-fg-default);vertical-align:middle;visibility:hidden}.wmde-markdown h1:hover .anchor,.wmde-markdown h2:hover .anchor,.wmde-markdown h3:hover .anchor,.wmde-markdown h4:hover .anchor,.wmde-markdown h5:hover .anchor,.wmde-markdown h6:hover .anchor{text-decoration:none}.wmde-markdown h1:hover .anchor .octicon-link,.wmde-markdown h2:hover .anchor .octicon-link,.wmde-markdown h3:hover .anchor .octicon-link,.wmde-markdown h4:hover .anchor .octicon-link,.wmde-markdown h5:hover .anchor .octicon-link,.wmde-markdown h6:hover .anchor .octicon-link{visibility:visible}.wmde-markdown h1 code,.wmde-markdown h1 tt,.wmde-markdown h2 code,.wmde-markdown h2 tt,.wmde-markdown h3 code,.wmde-markdown h3 tt,.wmde-markdown h4 code,.wmde-markdown h4 tt,.wmde-markdown h5 code,.wmde-markdown h5 tt,.wmde-markdown h6 code,.wmde-markdown h6 tt{font-size:inherit;padding:0 .2em}.wmde-markdown ol.no-list,.wmde-markdown ul.no-list{list-style-type:none;padding:0}.wmde-markdown ol[type="1"]{list-style-type:decimal}.wmde-markdown ol[type=a]{list-style-type:lower-alpha}.wmde-markdown ol[type=i]{list-style-type:lower-roman}.wmde-markdown div>ol:not([type]){list-style-type:decimal}.wmde-markdown ol ol,.wmde-markdown ol ul,.wmde-markdown ul ol,.wmde-markdown ul ul{margin-bottom:0;margin-top:0}.wmde-markdown li>p{margin-top:16px}.wmde-markdown li+li{margin-top:.25em}.wmde-markdown dl{padding:0}.wmde-markdown dl dt{font-size:1em;font-style:italic;font-weight:600;margin-top:16px;padding:0}.wmde-markdown dl dd{margin-bottom:16px;padding:0 16px}.wmde-markdown table th{font-weight:600}.wmde-markdown table td,.wmde-markdown table th{border:1px solid var(--color-border-default);padding:6px 13px}.wmde-markdown table tr{background-color:var(--color-canvas-default);border-top:1px solid var(--color-border-muted)}.wmde-markdown table tr:nth-child(2n){background-color:var(--color-canvas-subtle)}.wmde-markdown table img{background-color:initial}.wmde-markdown img[align=right]{padding-left:20px}.wmde-markdown img[align=left]{padding-right:20px}.wmde-markdown .emoji{background-color:initial;max-width:none;vertical-align:text-top}.wmde-markdown span.frame{display:block;overflow:hidden}.wmde-markdown span.frame>span{border:1px solid var(--color-border-default);display:block;float:left;margin:13px 0 0;overflow:hidden;padding:7px;width:auto}.wmde-markdown span.frame span img{display:block;float:left}.wmde-markdown span.frame span span{clear:both;color:var(--color-fg-default);display:block;padding:5px 0 0}.wmde-markdown span.align-center{clear:both;display:block;overflow:hidden}.wmde-markdown span.align-center>span{display:block;margin:13px auto 0;overflow:hidden;text-align:center}.wmde-markdown span.align-center span img{margin:0 auto;text-align:center}.wmde-markdown span.align-right{clear:both;display:block;overflow:hidden}.wmde-markdown span.align-right>span{display:block;margin:13px 0 0;overflow:hidden;text-align:right}.wmde-markdown span.align-right span img{margin:0;text-align:right}.wmde-markdown span.float-left{display:block;float:left;margin-right:13px;overflow:hidden}.wmde-markdown span.float-left span{margin:13px 0 0}.wmde-markdown span.float-right{display:block;float:right;margin-left:13px;overflow:hidden}.wmde-markdown span.float-right>span{display:block;margin:13px auto 0;overflow:hidden;text-align:right}.wmde-markdown code,.wmde-markdown tt{background-color:var(--color-neutral-muted);border-radius:6px;font-size:85%;margin:0;padding:.2em .4em}.wmde-markdown code br,.wmde-markdown tt br{display:none}.wmde-markdown del code{text-decoration:inherit}.wmde-markdown pre code{font-size:100%}.wmde-markdown pre>code{background:#0000;border:0;margin:0;padding:0;white-space:pre;word-break:normal}.wmde-markdown pre{background-color:var(--color-canvas-subtle);border-radius:6px;font-size:85%;line-height:1.45}.wmde-markdown pre code,.wmde-markdown pre tt{word-wrap:normal;background-color:initial;border:0;display:inline;line-height:inherit;margin:0;max-width:auto;overflow:visible;padding:0}.wmde-markdown pre>code{display:block;overflow:auto;padding:16px}.wmde-markdown .csv-data td,.wmde-markdown .csv-data th{font-size:12px;line-height:1;overflow:hidden;padding:5px;text-align:left;white-space:nowrap}.wmde-markdown .csv-data .blob-num{background:var(--color-canvas-default);border:0;padding:10px 8px 9px;text-align:right}.wmde-markdown .csv-data tr{border-top:0}.wmde-markdown .csv-data th{background:var(--color-canvas-subtle);border-top:0;font-weight:600}.wmde-markdown .footnotes{border-top:1px solid var(--color-border-default);color:var(--color-fg-muted);font-size:12px}.wmde-markdown .footnotes ol{padding-left:16px}.wmde-markdown .footnotes li{position:relative}.wmde-markdown .footnotes li:target:before{border:2px solid var(--color-accent-emphasis);border-radius:6px;bottom:-8px;content:"";left:-24px;pointer-events:none;position:absolute;right:-8px;top:-8px}.wmde-markdown .footnotes li:target{color:var(--color-fg-default)}.wmde-markdown .footnotes .data-footnote-backref g-emoji{font-family:monospace}.wmde-markdown .task-list-item{list-style-type:none}.wmde-markdown .task-list-item label{font-weight:400}.wmde-markdown .task-list-item.enabled label{cursor:pointer}.wmde-markdown .task-list-item+.wmde-markdown .task-list-item{margin-top:3px}.wmde-markdown .task-list-item .handle{display:none}.wmde-markdown .contains-task-list input[type=checkbox],.wmde-markdown .task-list-item-checkbox{margin:0 .2em .25em -1.6em;vertical-align:middle}.wmde-markdown .contains-task-list:dir(rtl) .task-list-item-checkbox,.wmde-markdown .contains-task-list:dir(rtl) input[type=checkbox]{margin:0 -1.6em .25em .2em}.wmde-markdown ::-webkit-calendar-picker-indicator{filter:invert(50%)}.wmde-markdown pre{position:relative}.wmde-markdown pre .copied{background:var(--color-border-default);border-radius:5px;color:var(--color-fg-defaul);cursor:pointer;display:flex;font-size:12px;padding:6px;position:absolute;right:6px;top:6px;transition:all .3s;visibility:hidden}.wmde-markdown pre .copied .octicon-copy{display:block}.wmde-markdown pre .copied .octicon-check{display:none}.wmde-markdown pre:hover .copied{visibility:visible}.wmde-markdown pre:hover .copied:hover{background:var(--color-prettylights-syntax-entity-tag);color:var(--color-canvas-default)}.wmde-markdown pre .copied.active,.wmde-markdown pre:hover .copied:active{background:#2e9b33;color:var(--color-canvas-default)}.wmde-markdown pre .active .octicon-copy{display:none}.wmde-markdown pre .active .octicon-check{display:block}.highlight-line{background-color:var(--color-neutral-muted)}.code-line.line-number:before{color:var(--color-fg-subtle);content:attr(line);display:inline-block;margin-right:16px;text-align:right;white-space:nowrap;width:1rem}.token.cdata,.token.comment,.token.doctype,.token.prolog{color:var(--color-prettylights-syntax-comment)}.token.namespace{opacity:.7}.token.constant,.token.deleted,.token.property,.token.selector,.token.symbol,.token.tag{color:var(--color-prettylights-syntax-entity-tag)}.token.maybe-class-name{color:var(--color-prettylights-syntax-variable)}.token.attr-name,.token.boolean,.token.builtin,.token.char,.token.number,.token.operator,.token.property-access,.token.selector .token.class,.token.string{color:var(--color-prettylights-syntax-constant)}.token.deleted{color:var(--color-prettylights-syntax-markup-deleted-text)}.code-line .token.deleted{background-color:var(--color-prettylights-syntax-markup-deleted-bg)}.token.inserted{color:var(--color-prettylights-syntax-markup-inserted-text)}.code-line .token.inserted{background-color:var(--color-prettylights-syntax-markup-inserted-bg)}.token.variable{color:var(--color-prettylights-syntax-constant)}.language-css .token.string,.style .token.string,.token.atrule,.token.attr-value,.token.class-name,.token.color,.token.entity,.token.function,.token.url{color:var(--color-prettylights-syntax-string)}.token.important,.token.keyword,.token.regex,.token.rule{color:var(--color-prettylights-syntax-keyword)}.token.coord{color:var(--color-prettylights-syntax-meta-diff-range)}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}.w-md-editor-area{border-radius:5px;overflow:auto}.w-md-editor-text{font-feature-settings:"liga","clig";box-sizing:border-box;font-size:14px!important;font-variant-ligatures:common-ligatures;line-height:18px!important;margin:0;min-height:100%;overflow-wrap:break-word;padding:10px;position:relative;text-align:left;white-space:pre-wrap;word-break:keep-all}.w-md-editor-text-input,.w-md-editor-text-pre,.w-md-editor-text>.w-md-editor-text-pre{font-feature-settings:inherit;background:none;border:0;box-sizing:inherit;display:inherit;font-family:inherit;font-family:var(--md-editor-font-family)!important;font-size:inherit;font-style:inherit;font-variant-ligatures:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;overflow-wrap:inherit;padding:0;tab-size:inherit;text-indent:inherit;text-rendering:inherit;text-transform:inherit;white-space:inherit;word-break:inherit;word-break:normal}.w-md-editor-text-pre{background-color:initial!important;margin:0!important;pointer-events:none;position:relative}.w-md-editor-text-pre>code{font-family:var(--md-editor-font-family)!important;font-size:14px!important;line-height:18px!important;padding:0!important}.w-md-editor-text-input{-webkit-font-smoothing:antialiased;-webkit-text-fill-color:#0000;color:inherit;height:100%;left:0;outline:0;overflow:hidden;padding:inherit;position:absolute;resize:none;top:0;width:100%}.w-md-editor-text-input:empty{-webkit-text-fill-color:inherit!important}.w-md-editor-text-input,.w-md-editor-text-pre{word-wrap:pre;white-space:pre-wrap;word-break:break-word}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.w-md-editor-text-input{color:#0000!important}.w-md-editor-text-input::selection{background-color:#accef7!important;color:#0000!important}}.w-md-editor-text-pre .punctuation{color:#8b949e!important;color:var(--color-prettylights-syntax-comment,#8b949e)!important}.w-md-editor-text-pre .token.content,.w-md-editor-text-pre .token.url{color:#0550ae!important;color:var(--color-prettylights-syntax-constant,#0550ae)!important}.w-md-editor-text-pre .token.title.important{color:#24292f;color:var(--color-prettylights-syntax-markup-bold,#24292f)}.w-md-editor-text-pre .token.code-block .function{color:#8250df;color:var(--color-prettylights-syntax-entity,#8250df)}.w-md-editor-text-pre .token.bold{font-weight:inherit!important}.w-md-editor-text-pre .token.title{font-size:inherit!important;font-weight:inherit!important;line-height:inherit!important}.w-md-editor-text-pre .token.code.keyword{color:#0550ae!important;color:var(--color-prettylights-syntax-constant,#0550ae)!important}.w-md-editor-text-pre .token.strike,.w-md-editor-text-pre .token.strike .content{color:#82071e!important;color:var(--color-prettylights-syntax-markup-deleted-text,#82071e)!important}.w-md-editor-toolbar-child{background-color:var(--md-editor-background-color);border-radius:3px;box-shadow:0 0 0 1px var(--md-editor-box-shadow-color),0 0 0 var(--md-editor-box-shadow-color),0 1px 1px var(--md-editor-box-shadow-color);display:none;position:absolute;z-index:1}.w-md-editor-toolbar-child.active{display:block}.w-md-editor-toolbar-child .w-md-editor-toolbar{border-bottom:0;border-radius:3px;padding:3px}.w-md-editor-toolbar-child .w-md-editor-toolbar ul>li{display:block}.w-md-editor-toolbar-child .w-md-editor-toolbar ul>li button{box-sizing:border-box;height:auto;margin:0;padding:3px 4px 2px;width:-webkit-fill-available}.w-md-editor-toolbar{align-items:center;background-color:var(--md-editor-background-color);border-bottom:1px solid var(--md-editor-box-shadow-color);border-radius:3px 3px 0 0;display:flex;flex-wrap:wrap;justify-content:space-between;padding:5px;-webkit-user-select:none;user-select:none}.w-md-editor-toolbar.bottom{border-bottom:0;border-radius:0 0 3px 3px;border-top:1px solid var(--md-editor-box-shadow-color)}.w-md-editor-toolbar li,.w-md-editor-toolbar ul{line-height:normal;list-style:none;margin:0;padding:0}.w-md-editor-toolbar li{display:inline-block;font-size:14px}.w-md-editor-toolbar li+li{margin:0}.w-md-editor-toolbar li>button{background:none;border:none;border-radius:2px;color:var(--color-fg-default);cursor:pointer;font-weight:400;height:20px;line-height:14px;margin:0 1px;outline:none;overflow:visible;padding:4px;text-transform:none;transition:all .3s;white-space:nowrap}.w-md-editor-toolbar li>button:focus,.w-md-editor-toolbar li>button:hover{background-color:var(--color-neutral-muted);color:var(--color-accent-fg)}.w-md-editor-toolbar li>button:active{background-color:var(--color-neutral-muted);color:var(--color-danger-fg)}.w-md-editor-toolbar li>button:disabled{color:var(--md-editor-box-shadow-color);cursor:not-allowed}.w-md-editor-toolbar li>button:disabled:hover{background-color:initial;color:var(--md-editor-box-shadow-color)}.w-md-editor-toolbar li.active>button{background-color:var(--color-neutral-muted);color:var(--color-accent-fg)}.w-md-editor-toolbar-divider{background-color:var(--md-editor-box-shadow-color);height:14px;margin:-3px 3px 0!important;vertical-align:middle;width:1px}.w-md-editor-bar{border-radius:0 0 3px 0;bottom:0;cursor:s-resize;height:10px;margin-right:0;margin-top:-11px;position:absolute;right:0;-webkit-user-select:none;user-select:none;width:14px;z-index:3}.w-md-editor-bar svg{display:block;margin:0 auto}.w-md-editor{--md-editor-font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;--md-editor-background-color:var(--color-canvas-default,#fff);--md-editor-box-shadow-color:var(--color-border-default,#d0d7de);background-color:var(--md-editor-background-color);border-radius:3px;box-shadow:0 0 0 1px var(--md-editor-box-shadow-color),0 0 0 var(--md-editor-box-shadow-color),0 1px 1px var(--md-editor-box-shadow-color);color:var(--color-fg-default);display:flex;flex-direction:column;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding-bottom:1px;position:relative;text-align:left}.w-md-editor.w-md-editor-rtl{direction:rtl!important;text-align:right!important}.w-md-editor.w-md-editor-rtl .w-md-editor-preview{box-shadow:inset -1px 0 0 0 var(--md-editor-box-shadow-color);left:0;right:auto!important;text-align:right!important}.w-md-editor.w-md-editor-rtl .w-md-editor-text{text-align:right!important}.w-md-editor-toolbar{height:-webkit-fit-content;height:fit-content}.w-md-editor-content{border-radius:0 0 3px 0;height:100%;overflow:auto;position:relative}.w-md-editor .copied{display:none!important}.w-md-editor-input{height:100%;width:50%}.w-md-editor-text-pre>code{white-space:pre-wrap!important;word-break:break-word!important}.w-md-editor-preview{border-radius:0 0 5px 0;bottom:0;box-shadow:inset 1px 0 0 0 var(--md-editor-box-shadow-color);box-sizing:border-box;display:flex;flex-direction:column;overflow:auto;padding:10px 20px;position:absolute;right:0;top:0;width:50%}.w-md-editor-preview .anchor{display:none}.w-md-editor-preview .contains-task-list li.task-list-item{list-style:none}.w-md-editor-show-preview .w-md-editor-input{background-color:var(--md-editor-background-color);overflow:hidden;width:0}.w-md-editor-show-preview .w-md-editor-preview{box-shadow:inset 0 0 0 0;width:100%}.w-md-editor-show-edit .w-md-editor-input{width:100%}.w-md-editor-show-edit .w-md-editor-preview{padding:0;width:0}.w-md-editor-fullscreen{bottom:0;height:100%!important;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:99999}.w-md-editor-fullscreen .w-md-editor-content{height:100%}.checkbox-select{color:var(--font-color)}.checkbox-select .checkbox-select__control{background-color:#0000;border-color:var(--separator-color);color:var(--font-color);transition:none}.checkbox-select .checkbox-select__control:hover{border-color:var(--menu-hover)}.checkbox-select .checkbox-select__control .checkbox-select__input-container{color:var(--font-color)}.checkbox-select .checkbox-select__menu{background-color:var(--select-menu-bg-color);border:1px solid var(--separator-color)}.checkbox-select .checkbox-select__menu .checkbox-select__menu-list{max-height:240px}.checkbox-select .checkbox-select__option{align-items:center;background-color:var(--select-option-bg-color);color:var(--font-color);display:flex}.checkbox-select .checkbox-select__option:hover{background-color:var(--menu-hover)}.checkbox-select .checkbox-select__option label{margin:0;padding:0 0 0 10px}.checkbox-select .checkbox-select__indicator-separator{background-color:var(--separator-color)}.checkbox-select .checkbox-select__placeholder,.checkbox-select .checkbox-select__single-value{color:var(--font-color)}.checkbox-select .checkbox-select__multi-value{background-color:var(--query-builder-pill-bg)}.checkbox-select .checkbox-select__multi-value .checkbox-select__multi-value__label{color:var(--font-color)}.checkbox-select .checkbox-select__multi-value .checkbox-select__multi-value__remove:hover{background-color:var(--li-active-hover-bg-color)}.toggle-checkbox{align-items:center;cursor:pointer;display:inline-flex;justify-content:center}.toggle-checkbox .toggle-btn__input{height:0;visibility:hidden;width:0}.toggle-checkbox .toggle-btn__input-label{border:none;border-radius:16px;cursor:pointer;display:block;height:16px;margin-top:2px;position:relative;text-indent:-9999px;width:30px}.toggle-checkbox .toggle-btn__input-label:after{background-color:#fff;border-radius:50%;box-shadow:0 5px 10px #9996;content:"?";height:10px;left:3px;position:absolute;top:3px;transition:.3s;width:10px}.toggle-checkbox .toggle-btn__input:checked~.toggle-btn__input-label:after,.toggle-checkbox .toggle-btn__input:checked~.toggle-btn__theme:after{background:#fff;left:calc(100% - 3px);transform:translateX(-100%)}.toggle-checkbox .toggle-btn__input:checked~.toggle-btn__input-label{background-color:#6c66ff}.react-js-cron{align-items:flex-start;display:flex;flex-wrap:wrap}.react-js-cron-field,.react-js-cron>div{align-items:center;display:flex}.react-js-cron-field{margin-bottom:10px}.react-js-cron-field>span,div.react-js-cron-select{margin-left:5px}.react-js-cron-select.react-js-cron-select-no-prefix{margin-left:0}div.react-js-cron-error .react-js-cron-select .ant-select-selector{background:#fff6f6;border-color:#ff4d4f}div.react-js-cron-custom-select{min-width:70px;z-index:1}div.react-js-cron-error div.react-js-cron-custom-select{background:#fff6f6}div.react-js-cron-select.react-js-cron-custom-select.ant-select div.ant-select-selector{padding-left:11px;padding-right:30px}.react-js-cron-read-only div.react-js-cron-select.react-js-cron-custom-select.ant-select div.ant-select-selector{padding-right:11px}div.react-js-cron-custom-select .ant-select-selection-search{margin:0!important;width:0!important}div.react-js-cron-custom-select .ant-select-selection-placeholder{color:inherit;left:auto;opacity:1;position:static;right:auto;top:50%;transform:none;transition:none}.react-js-cron-month-days-placeholder .react-js-cron-custom-select .ant-select-selection-placeholder,.react-js-cron-week-days-placeholder .react-js-cron-custom-select .ant-select-selection-placeholder{opacity:.4}.react-js-cron-custom-select-dropdown{min-width:0!important;width:174px!important}.react-js-cron-custom-select-dropdown .rc-virtual-list,.react-js-cron-custom-select-dropdown-grid .rc-virtual-list-holder{max-height:none!important}.react-js-cron-custom-select-dropdown-grid .rc-virtual-list-holder-inner{display:grid!important;grid-template-columns:repeat(4,1fr)}.react-js-cron-custom-select-dropdown-grid .rc-virtual-list-holder-inner .ant-select-item-option-content{text-align:center}.react-js-cron-custom-select-dropdown-hours-twelve-hour-clock{width:260px!important}.react-js-cron-custom-select-dropdown-minutes-large{width:300px!important}.react-js-cron-custom-select-dropdown-minutes-large .rc-virtual-list-holder-inner{grid-template-columns:repeat(6,1fr)}.react-js-cron-custom-select-dropdown-minutes-medium{width:220px!important}.react-js-cron-custom-select-dropdown-minutes-medium .rc-virtual-list-holder-inner{grid-template-columns:repeat(5,1fr)}.react-js-cron-period>span:first-child{margin-left:0!important}.react-js-cron-period .react-js-cron-select.ant-select-single.ant-select-open .ant-select-selection-item{opacity:1}.react-js-cron-select-dropdown-period{min-width:0!important;width:auto!important}.react-js-cron-clear-button{margin-bottom:10px;margin-left:10px}.react-js-cron-disabled .react-js-cron-select.ant-select-disabled{background:#f5f5f5}div.react-js-cron-select.react-js-cron-custom-select.ant-select div.ant-select-selector>.ant-select-selection-overflow{align-items:center;flex:initial}.schedule-field .react-js-cron{width:600px}.schedule-field .ant-select-selection-overflow{flex:0 1!important}.provisioning-code-field{margin-bottom:1rem}.provisioning-code-field__label{color:#212529;display:inline-block;font-size:1rem;font-weight:500;line-height:1.5;margin-bottom:.5rem}.provisioning-code-field__required{color:#dc3545;font-weight:700}.provisioning-code-field__input{-webkit-appearance:none;appearance:none;background-clip:padding-box;background-color:#fff;border:1px solid #ced4da;border-radius:.375rem;color:#212529;display:block;font-family:Courier New,Courier,monospace;font-size:1.5rem;font-weight:400;letter-spacing:.5rem;line-height:1.5;padding:.375rem .75rem;text-align:center;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}.provisioning-code-field__input::placeholder{color:#6c757d;opacity:1}.provisioning-code-field__input:focus{background-color:#fff;border-color:#80bdff;box-shadow:0 0 0 .2rem #007bff40;color:#212529;outline:0}.provisioning-code-field__input:disabled,.provisioning-code-field__input[readonly]{background-color:#e9ecef;cursor:not-allowed;opacity:1}.provisioning-code-field__errors{margin-top:.5rem}.provisioning-code-field__error{color:#dc3545;font-size:.875rem;line-height:1.25;margin-bottom:.25rem}.provisioning-code-field__error:last-child{margin-bottom:0}.provisioning-code-field__description{color:#6c757d;display:block;font-size:.875rem;line-height:1.25;margin-top:.25rem}@media(max-width:576px){.provisioning-code-field__input{font-size:1.25rem;letter-spacing:.25rem}}@media(prefers-color-scheme:dark){.provisioning-code-field__label{color:#f8f9fa}.provisioning-code-field__input{background-color:#212529;border-color:#495057;color:#f8f9fa}.provisioning-code-field__input::placeholder{color:#adb5bd}.provisioning-code-field__input:focus{background-color:#212529;border-color:#80bdff;color:#f8f9fa}.provisioning-code-field__input:disabled,.provisioning-code-field__input[readonly]{background-color:#343a40}.provisioning-code-field__description{color:#adb5bd}}.project-dropdown{align-items:center;border-radius:10px;display:flex;flex-direction:row;min-height:50px;min-width:232px;padding:2px 5px 5px 2px;transition:all .2s ease-in-out;width:100%}.project-dropdown.open,.project-dropdown:hover{background-color:var(--sidebar-project-hover);color:var(--sidebar-user-hover-text)}.project-dropdown:hover{cursor:pointer}.project-dropdown .project-dropdown-text{display:flex;flex-direction:row;width:100%}.project-dropdown .project-dropdown-text>div:first-child{align-items:center;display:flex;justify-content:center;padding:0 3px}.project-dropdown .project-dropdown-text>div:nth-child(2){display:flex;flex:1 1;flex-direction:column;margin-left:16px}.project-dropdown .project-icon{display:none}.project-dropdown .caretdown-icon{margin-left:15px}.project-dropdown>div:first-child span:first-child{font-size:22px;font-weight:500}.project-dropdown>div:first-child span{font-size:12px;font-weight:200}.project-dropdown>div:first-child span:nth-child(2){text-transform:capitalize}.project-dropdown .project-dropdown-slidein-container{background-color:#0000;height:auto;left:270px;overflow:hidden;padding:0 64px 90px 0;position:absolute;top:5px;width:290px;z-index:10}@media only screen and (max-width:600px){.project-dropdown .project-dropdown-slidein-container{left:100px;top:88px}}.project-dropdown .project-dropdown-inner{align-items:flex-start;animation-duration:.2s;animation-name:sidebarMenuSlideInFromLeft;background-color:var(--project-dropdown-bg-color);border:1px solid #e3e4e6;border-radius:5px;box-shadow:0 33px 80px #00000024,0 13.7866px 33.4221px #0000001a,0 7.37098px 17.869px #00000014,0 4.13211px 10.0172px #00000014,0 2.19453px 5.32008px #0000000f,0 .913195px 2.21381px #0000000a;color:var(--font-color);cursor:auto;display:flex;flex-direction:row;font-size:14px;overflow:hidden;visibility:visible}@media only screen and (max-width:480px){.project-dropdown .project-dropdown-inner{left:auto;right:-40vw}}.project-dropdown .project-dropdown-inner .dropdown-slider{display:flex;flex:0 0 290px;flex-direction:row;transform:translateX(calc((var(--selected-pane) - 1)*-290px));transition:transform .2s ease-in-out}.project-dropdown .project-dropdown-inner .first-pane{box-sizing:border-box;flex:0 0 290px;padding:12px}.project-dropdown .project-dropdown-inner .first-pane>div:first-child{align-items:center;display:flex;flex-direction:row;padding:6px 12px;width:100%}.project-dropdown .project-dropdown-inner .first-pane>div:first-child .icon{flex:0 0 30px}.project-dropdown .project-dropdown-inner .first-pane>div:first-child .name{display:flex;flex-direction:column;justify-content:flex-start;padding:0 0 0 10px}.project-dropdown .project-dropdown-inner .first-pane>div:first-child .name span:first-child{font-size:14px;font-weight:500}.project-dropdown .project-dropdown-inner .first-pane>div:first-child .name span{font-size:12px;font-weight:200}.project-dropdown .project-dropdown-inner .first-pane .separator{border-bottom:1px solid #e3e4e6;height:3px;margin:5px 0;width:95%}.project-dropdown .project-dropdown-inner .first-pane .dropdown-item{align-items:center;box-sizing:border-box;color:var(--cta-description);display:flex;flex-direction:row;font-weight:200;padding:6px 12px;transition:color .3s ease-in-out;width:100%}.project-dropdown .project-dropdown-inner .first-pane .dropdown-item:hover{color:var(--font-color);cursor:pointer;font-weight:300}.project-dropdown .project-dropdown-inner .first-pane .dropdown-item>span:first-child{align-items:center;display:flex;flex:0 0 30px;justify-content:center}.project-dropdown .project-dropdown-inner .first-pane .dropdown-item>span:nth-child(2){flex:1 1;padding:0 0 0 10px}.project-dropdown .project-dropdown-inner .first-pane .dropdown-item>span:nth-child(3){align-items:center;display:inline-flex;flex:0 0 20px;justify-content:flex-end}.project-dropdown .project-dropdown-inner .second-pane{box-sizing:border-box;display:flex;flex:0 0 290px;flex-direction:column;height:300px;padding:12px;transition:transform .2s ease-in-out}.project-dropdown .project-dropdown-inner .second-pane .search-bar-container{padding:.5rem}.project-dropdown .project-dropdown-inner .second-pane .search-bar-container input.search-bar{background-color:var(--project-list-select-bg-color);border:1px solid #ccc;border-radius:4px;color:var(--font-color);padding:.5rem;width:-webkit-fill-available}.project-dropdown .project-dropdown-inner .second-pane .project-header{display:flex;flex-direction:row;margin-bottom:5px}.project-dropdown .project-dropdown-inner .second-pane .project-header>div:first-child{align-items:center;border-radius:5px;display:flex;flex:0 0 20px;height:20px;justify-content:center;width:20px}.project-dropdown .project-dropdown-inner .second-pane .project-header>div:first-child:hover{background-color:var(--project-list-select-bg-color);cursor:pointer}.project-dropdown .project-dropdown-inner .second-pane .project-header span{align-items:center;display:flex;flex:1 1;justify-content:center;padding-right:30px;text-align:center}.project-dropdown .project-dropdown-inner .second-pane .project-list{display:flex;flex:1 1;flex-direction:column;overflow:auto;scrollbar-color:#0000004d #0000;scrollbar-width:thin}.project-dropdown .project-dropdown-inner .second-pane .project-list::-webkit-scrollbar{background-color:#0000;width:12px}.project-dropdown .project-dropdown-inner .second-pane .project-list::-webkit-scrollbar-thumb{background-color:#0000004d}.project-dropdown .project-dropdown-inner .second-pane .project-list::-webkit-scrollbar-track{background-color:#0000}.project-dropdown .project-dropdown-inner .second-pane .project-list>div{border-radius:5px;box-sizing:border-box;display:flex;flex-direction:row;padding:6px 12px;width:100%}.project-dropdown .project-dropdown-inner .second-pane .project-list>div:hover{background-color:var(--project-list-select-bg-color);cursor:pointer}.project-dropdown .project-dropdown-inner .second-pane .project-list>div.selected div:first-child span:first-child,.project-dropdown .project-dropdown-inner .second-pane .project-list>div.selected div:nth-child(2){color:#564ed1}.project-dropdown .project-dropdown-inner .second-pane .project-list>div div:first-child{display:flex;flex:1 1;flex-direction:column}.project-dropdown .project-dropdown-inner .second-pane .project-list>div div:first-child span:first-child{font-size:14px;font-weight:500}.project-dropdown .project-dropdown-inner .second-pane .project-list>div div:first-child span{font-size:12px;font-weight:200}.error-page-container,.project-dropdown .project-dropdown-inner .second-pane .project-list>div div:nth-child(2){align-items:center;display:flex;justify-content:center}.error-page-container{flex-direction:column;height:100%}.error-page-container>div{max-width:500px;padding:20px;text-align:center;width:100%}.error-page-container>div .error-page__icon{color:#e00000;font-size:100px}.error-page-container>div h1{font-size:32px}.error-page-container>div span{color:#5f5f5f}.notifications-menu-item{align-items:center;border-radius:10px;display:flex;flex:0 0 32px;justify-content:center;margin:0 auto;transition:all .2s ease-in-out;width:100%}.notifications-menu-item .icon{position:relative}.notifications-menu-item .icon.unread-notifications svg{animation:notification-shake 4s cubic-bezier(.36,.07,.19,.97) infinite both;animation-delay:3s}.notifications-menu-item .icon svg{height:20px;width:20px}.notifications-menu-item .icon .notification-count{align-items:center;background-color:var(--notification-bg-color);border-color:var(--notification-border-color);border-radius:5px;bottom:-3px;color:var(--white-color);display:inline-flex;font-size:9px;font-weight:700;height:11px;justify-content:center;margin:0;position:absolute;right:-3px;width:11px}.notifications-menu-item:hover{background-color:var(--menu-sidebar-user-hover);color:var(--menu-sidebar-user-hover-text);cursor:pointer}.notifications-menu-item .notifications-slidein-container{bottom:5px;box-sizing:border-box;height:auto;left:270px;overflow:hidden;position:absolute;width:100%;z-index:20}@media only screen and (max-width:600px){.notifications-menu-item .notifications-slidein-container{bottom:10px;left:0;padding:0 10px;width:100vw}}.notifications-menu-item .notification-dropdown{-webkit-overflow-scrolling:touch;align-items:center;animation-duration:.2s;animation-name:sidebarMenuSlideInFromLeft;background-color:var(--menu-sidebar-bg);border:1px solid var(--menu-sidebar-border);border-radius:5px;box-shadow:0 33px 80px #00000024,0 13.7866px 33.4221px #0000001a,0 7.37098px 17.869px #00000014,0 4.13211px 10.0172px #00000014,0 2.19453px 5.32008px #0000000f,0 .913195px 2.21381px #0000000a;color:var(--sidebar-text-color);cursor:auto;display:flex;flex-direction:column;max-height:70vh;overflow-y:auto;padding:12px 12px 8px;position:relative;z-index:10}.notifications-menu-item .notification-dropdown .mobile-close-button{align-items:center;background-color:var(--menu-sidebar-user-hover);border-radius:50%;color:var(--sidebar-text-color);cursor:pointer;display:none;height:24px;justify-content:center;position:absolute;right:10px;top:8px;transition:all .2s ease-in-out;width:24px;z-index:15}.notifications-menu-item .notification-dropdown .mobile-close-button svg{height:16px;width:16px}.notifications-menu-item .notification-dropdown .mobile-close-button:hover{background-color:var(--menu-sidebar-border);color:var(--menu-sidebar-user-hover-text)}@media only screen and (max-height:800px){.notifications-menu-item .notification-dropdown{max-height:60vh;overflow-y:auto}}@media only screen and (max-width:600px){.notifications-menu-item .notification-dropdown{max-height:30vh;padding:10px 8px 6px;width:calc(100% - 20px)}.notifications-menu-item .notification-dropdown .mobile-close-button{display:flex}}.notifications-menu-item .no-notifications{align-items:center;display:flex;flex-direction:column;padding:8px}.notifications-menu-item .no-notifications .icon{margin-bottom:8px}.notifications-menu-item .no-notifications .icon svg{height:30px;width:30px}.notifications-menu-item .no-notifications .text{font-size:13px}.notifications-menu-item .notification-list{display:flex;flex-direction:column;width:100%}@media only screen and (max-width:600px){.notifications-menu-item .notification-list{padding:0 2px}}.notifications-menu-item .notification-list .notification{border-bottom:1px solid var(--menu-sidebar-border);display:flex;flex-direction:row;padding:6px 0;transition:all .2s ease-in-out;width:100%}.notifications-menu-item .notification-list .notification:last-child{border-bottom:none}.notifications-menu-item .notification-list .notification:hover{background-color:var(--menu-sidebar-user-hover);color:var(--menu-sidebar-user-hover-text);cursor:pointer}@media only screen and (max-width:600px){.notifications-menu-item .notification-list .notification{margin-bottom:4px;padding:8px 4px}}.notifications-menu-item .notification-list .notification .icon{align-items:center;display:flex;flex:0 0 32px;justify-content:center}@media only screen and (max-width:600px){.notifications-menu-item .notification-list .notification .icon{flex:0 0 28px}}.notifications-menu-item .notification-list .notification .content{display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:8px}@media only screen and (max-width:600px){.notifications-menu-item .notification-list .notification .content{padding:6px}}.notifications-menu-item .notification-list .notification .content .title{font-size:14px;margin-bottom:3px}@media only screen and (max-width:600px){.notifications-menu-item .notification-list .notification .content .title{font-size:13px}}.notifications-menu-item .notification-list .notification .content .message{color:var(--sidebar-text-color);font-size:12px;font-weight:200;margin-bottom:3px}@media only screen and (max-width:600px){.notifications-menu-item .notification-list .notification .content .message{font-size:11px;line-height:1.3}}.notifications-menu-item .notification-list .notification .content .time-ago{color:var(--sidebar-text-color);display:flex;font-size:10px;justify-content:flex-end}@keyframes notification-shake{2%,22%{transform:translate3d(-1px,0,0) rotate(10deg)}20%,5%{transform:translate3d(2px,0,0) rotate(-10deg)}12%,17%,7%{transform:translate3d(-3px,0,0) rotate(10deg)}10%,15%{transform:translate3d(3px,0,0) rotate(-10deg)}25%{transform:translateZ(0) rotate(0deg)}}@media print{.header{display:none}}.node-logo{align-items:center;display:flex;flex-direction:column;justify-content:center}.node-logo .text{color:var(--logo-text-color);font-size:12px;font-weight:600;letter-spacing:1px;padding-top:6px;text-transform:uppercase}.large-node-logo{align-items:center;display:flex;flex-direction:column;justify-content:center}.large-node-logo .core-text{color:var(--logo-text-color);font-size:16px;font-weight:400;letter-spacing:1px;padding-top:3px;text-transform:uppercase}.large-node-logo .text{color:#fff;font-size:64px;font-weight:400;letter-spacing:1px;line-height:50px}.large-node-logo .track{fill:#fff;stroke:#fff;stroke-width:10;opacity:.2}.large-node-logo .random-time-series-line{fill:none;stroke:var(--logo-timeseries-line);stroke-width:.5;opacity:1}.large-node-logo .round{stroke-linejoin:round}.small-node-logo{display:flex;flex-direction:row}.small-node-logo .text-container{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;padding:3px 0 3px 8px}.small-node-logo .text-container .core-text{color:var(--logo-text-color);font-size:10px;font-weight:400;letter-spacing:1px;line-height:6px;padding-left:2px;text-transform:uppercase}.small-node-logo .text-container .text{color:var(--logo-text-color);font-size:33px;font-weight:400;letter-spacing:0;line-height:32px}.small-node-logo .track{fill:var(--logo-text-color);stroke:var(--logo-text-color);stroke-width:10;opacity:.1}.small-node-logo .random-time-series-line{fill:none;stroke:#b3a8a8;stroke-width:1;opacity:1}.small-node-logo .round{stroke-linejoin:round}.small-node-logo svg line{stroke:var(--logo-normal-line)}.language-slidein-container{bottom:5px;height:auto;left:566px;position:absolute;width:290px;z-index:15}@media only screen and (max-width:600px){.language-slidein-container{bottom:270px;left:5px}}.language-dropdown{align-items:center;animation-duration:.2s;animation-name:sidebarMenuSlideInFromLeft;background-color:var(--menu-sidebar-bg);border:1px solid var(--menu-sidebar-border);border-radius:5px;box-shadow:0 33px 80px #00000024,0 13.7866px 33.4221px #0000001a,0 7.37098px 17.869px #00000014,0 4.13211px 10.0172px #00000014,0 2.19453px 5.32008px #0000000f,0 .913195px 2.21381px #0000000a;color:var(--sidebar-text-color);cursor:auto;display:flex;flex-direction:column;max-height:300px;overflow-y:auto;padding:12px 12px 8px;z-index:15}.language-dropdown::-webkit-scrollbar{background-color:#0000;width:12px}.language-dropdown::-webkit-scrollbar-thumb{background-color:var(--menu-sidebar-user-hover-bg-color)}.language-dropdown::-webkit-scrollbar-track{background-color:#0000}.language-dropdown .separator,.language-dropdown .user-separator{border-bottom:1px solid var(--menu-sidebar-border);height:3px;margin:5px 0;width:95%}.language-dropdown .dropdown-item{align-items:center;box-sizing:border-box;color:var(--menu-sidebar-font-color);cursor:pointer;display:flex;flex-direction:row;font-weight:200;padding:6px 12px;transition:color .3s ease-in-out;-webkit-user-select:none;user-select:none;width:100%}.language-dropdown .dropdown-item:hover{font-weight:300}.language-dropdown .dropdown-item>div:first-child{align-items:center;display:inline-flex;flex:0 0 30px;justify-content:center}.language-dropdown .dropdown-item>div:first-child svg{height:16px;width:16px}.language-dropdown .dropdown-item>div:nth-child(2){flex:1 1;padding:0 0 0 10px}.language-dropdown .dropdown-item>div:nth-child(3){align-items:center;display:inline-flex;flex:0 0 20px;justify-content:center}.language-dropdown .user{align-items:center;border-radius:5px;display:flex;flex-direction:row;justify-content:flex-start;padding:8px 0;width:100%}.language-dropdown .user:hover{background-color:var(--menu-sidebar-user-hover-bg-color);cursor:pointer}.language-dropdown .user img{border-radius:32px;flex:0 0 32px;height:32px;margin:0 10px;width:32px}.language-dropdown .user>div{display:flex;flex-direction:column}.language-dropdown .user>div span:last-child{font-size:12px}.language-dropdown ul{list-style:none;margin:0;padding:0;width:100%}.language-dropdown li{background-color:var(--menu-sidebar-bg);border-bottom:1px solid var(--menu-sidebar-border);border-radius:5px;color:var(--menu-sidebar-font-color);cursor:pointer;padding:10px 15px;transition:background-color .3s,color .3s}.language-dropdown li:last-child{border-bottom:none}.language-dropdown li.active{background-color:var(--menu-sidebar-user-hover-bg-color)}.language-dropdown li:hover{background-color:var(--menu-sidebar-user-subtle-hover-bg-color);color:var(--menu-sidebar-user-hover-text)}.sidebar{color:var(--menu-sidebar-font-color);flex:0 0 265px;position:relative;-webkit-user-select:none;user-select:none}.sidebar,.sidebar .sidebar-inner{box-sizing:border-box;transition:all .2s ease}.sidebar .sidebar-inner{align-items:center;background-color:var(--menu-sidebar-bg);border-right:1px solid var(--menu-sidebar-border);display:flex;flex-direction:column;height:100%;overflow:hidden;padding:16px;width:265px;z-index:10}.sidebar .sidebar-inner .sidebar-separator{flex:1 1}@media only screen and (max-width:1200px){.sidebar{flex:0 0 56px}.sidebar .sidebar-inner{width:57px}}@media only screen and (max-width:1200px)and (min-width:601px){.sidebar .sidebar-inner:hover{width:265px}}@media only screen and (max-width:1200px){.sidebar .sidebar-inner:hover .menu-item-container.selected .sub-menu-items{max-height:500px!important}.sidebar .sidebar-inner:hover .user-email{display:block}}.sidebar .project-dropdown-wrapper{margin:0 0 0 -5px;min-height:110px;padding:0;width:100%}.sidebar .logo-wrapper{align-items:center;display:flex;justify-content:center;margin-bottom:16px;width:100%}@media only screen and (max-width:1200px){.sidebar .logo-wrapper .text-container{display:none}}.side-bar-scroll-bar{max-height:500px}.inline-notification-count{align-items:center;background-color:var(--notification-bg-color);border-color:var(--notification-border-color);border-radius:5px;color:var(--white-color);display:inline-flex;font-size:12px;font-weight:700;height:16px;justify-content:center;margin:0 6px;width:16px}.inline-notification-count.animate{animation:notification-shake 4s cubic-bezier(.36,.07,.19,.97) infinite both;animation-delay:10s}@media print{.sidebar{display:none}}@keyframes sidebarMenuSlideInFromLeft{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@media only screen and (max-width:1200px){.sidebar-inner:not(:hover) .header-user>svg{padding:0!important}}.header-user-container{align-items:center;display:flex;justify-content:center;margin:0 5px 0 25px;transition:all .2s ease-in-out;width:100%}.header-user-container.open .header-user{background-color:var(--menu-sidebar-user-hover);color:var(--sidebar-user-hover-text)}.header-user-container .header-user{align-items:center;border-radius:10px;display:flex;flex-grow:1;font-size:13px;height:32px;justify-content:center;padding:0 20px;transition:background-color .2s linear;-webkit-user-select:none;user-select:none;width:100%}.header-user-container .header-user>svg{height:20px;padding:0 5px;width:20px}.header-user-container .header-user:hover{background-color:var(--menu-sidebar-user-hover);color:var(--menu-sidebar-user-hover-text);cursor:pointer}.header-user-container .header-user .header-user-slidein-container{bottom:5px;height:auto;left:270px;overflow:hidden;position:absolute;width:290px;z-index:20}.header-user-container .header-user .header-user-dropdown{align-items:center;animation-duration:.2s;animation-name:sidebarMenuSlideInFromLeft;background-color:var(--menu-sidebar-bg);border:1px solid var(--menu-sidebar-border);border-radius:5px;box-shadow:0 33px 80px #00000024,0 13.7866px 33.4221px #0000001a,0 7.37098px 17.869px #00000014,0 4.13211px 10.0172px #00000014,0 2.19453px 5.32008px #0000000f,0 .913195px 2.21381px #0000000a;color:var(--sidebar-text-color);cursor:auto;display:flex;flex-direction:column;padding:12px 12px 8px;z-index:10}.header-user-container .header-user .header-user-dropdown .separator,.header-user-container .header-user .header-user-dropdown .user-separator{border-bottom:1px solid var(--menu-sidebar-border);height:3px;margin:5px 0;width:95%}.header-user-container .header-user .header-user-dropdown .dropdown-item{align-items:center;box-sizing:border-box;color:var(--menu-sidebar-font-color);cursor:pointer;display:flex;flex-direction:row;font-weight:200;padding:6px 12px;transition:color .3s ease-in-out;-webkit-user-select:none;user-select:none;width:100%}.header-user-container .header-user .header-user-dropdown .dropdown-item:hover{font-weight:300}.header-user-container .header-user .header-user-dropdown .dropdown-item>div:first-child{align-items:center;display:inline-flex;flex:0 0 30px;justify-content:center}.header-user-container .header-user .header-user-dropdown .dropdown-item>div:first-child svg{height:16px;width:16px}.header-user-container .header-user .header-user-dropdown .dropdown-item>div:nth-child(2){flex:1 1;padding:0 0 0 10px}.header-user-container .header-user .header-user-dropdown .dropdown-item>div:nth-child(3){align-items:center;display:inline-flex;flex:0 0 20px;justify-content:center}.header-user-container .header-user .header-user-dropdown .user{align-items:center;border-radius:5px;display:flex;flex-direction:row;justify-content:flex-start;padding:8px 0;width:100%}.header-user-container .header-user .header-user-dropdown .user:hover{background-color:var(--menu-sidebar-user-hover-bg-color);cursor:pointer}.header-user-container .header-user .header-user-dropdown .user img{border-radius:32px;flex:0 0 32px;height:32px;margin:0 10px;width:32px}.header-user-container .header-user .header-user-dropdown .user>div{display:flex;flex-direction:column}.header-user-container .header-user .header-user-dropdown .user>div span:last-child{font-size:12px}.toggle-btn-section{margin:auto 0 auto auto}.toggle-btn-section button{background-color:#666}.toggle-btn-section .toggle-checkbox{align-items:center;cursor:pointer;display:inline-flex;justify-content:center}.toggle-btn-section .toggle-checkbox .toggle-btn__input{height:0;visibility:hidden;width:0}.toggle-btn-section .toggle-checkbox .toggle-btn__input-label{border:none;border-radius:16px;cursor:pointer;display:block;height:16px;margin-top:2px;position:relative;text-indent:-9999px;width:30px}.toggle-btn-section .toggle-checkbox .toggle-btn__input-label:after{background-color:#fff;border-radius:50%;box-shadow:0 5px 10px #9996;content:"?";height:10px;left:3px;position:absolute;top:3px;transition:.3s;width:10px}.toggle-btn-section .toggle-checkbox .toggle-btn__input:checked~.toggle-btn__input-label:after,.toggle-btn-section .toggle-checkbox .toggle-btn__input:checked~.toggle-btn__theme:after{background:#fff;left:calc(100% - 3px);transform:translateX(-100%)}.toggle-btn-section .toggle-btn__input:checked~.toggle-btn__input-label{background-color:#6c66ff}.hamburger-menu{display:none}@media only screen and (max-width:600px){.sidebar-mobile{display:none}.header-user-slidein-container{left:5px!important}.sidebar{border-bottom:1px solid var(--top-bar-bg-color)}.sidebar .menu-item,.sidebar .menu-item-container,.sidebar .sidebar-inner{width:100%}.hamburger-menu{align-items:center;background-color:#12181f;border-bottom:1px solid var(--top-bar-bg-color);cursor:pointer;display:flex;justify-content:space-between;padding:0 10px;z-index:1001}.hamburger-menu svg{flex-shrink:0}.hamburger-menu .small-node-logo{margin-left:auto;margin-right:auto;padding-right:40px}.sidebar{background-color:#12181f;height:100%;left:0;padding-top:87px;position:fixed;top:0;z-index:1000}.sidebar,.sidebar .sidebar-inner{width:100%}}.user-notifications-container{display:flex;flex-direction:row;width:100%}@media only screen and (max-width:1200px){.user-notifications-container{display:flex;flex-direction:column;gap:10px;width:100%}.header-user-container{margin:0}.header-user-container .header-user .user-email{display:none}.sidebar-inner:hover .user-notifications-container{flex-direction:row}}@media only screen and (max-width:600px){.user-notifications-container{flex-direction:row;padding:0 20px}.notifications-menu-item{flex:content;padding:0 10px;width:auto}.header-user-container{justify-content:flex-start;margin:0;padding:10px}.header-user-container .header-user .user-email{display:block;margin-left:10px}.header-user{align-items:center;display:flex;flex-direction:row;font-size:14px;width:auto}}.environment-banner{align-items:center;box-shadow:0 1px 2px #0000000d;display:flex;font-size:.875rem;font-weight:600;justify-content:center;letter-spacing:.01em;padding:8px 0;position:relative;text-align:center;transition:all .3s ease;width:100%;z-index:10}.environment-banner.development{background-color:var(--env-dev-bg);border-bottom:1px solid var(--env-dev-border);color:var(--env-dev-text)}.environment-banner.development:hover{background-color:var(--env-dev-hover)}.environment-banner.staging{background-color:var(--env-staging-bg);border-bottom:1px solid var(--env-staging-border);color:var(--env-staging-text)}.environment-banner.staging:hover{background-color:var(--env-staging-hover)}.environment-banner span{align-items:center;display:inline-flex}.environment-banner span:before{border-radius:50%;content:"";display:inline-block;height:8px;margin-right:8px;width:8px}.environment-banner.development span:before{background-color:var(--env-dev-text)}.environment-banner.staging span:before{background-color:var(--env-staging-text)}.environment-banner .device-env-banner:before{display:none}.main-content{align-items:flex-start;box-sizing:border-box;display:flex;flex-direction:column;height:100%;justify-content:center;overflow-y:auto;width:100%;z-index:5}@media only screen and (max-width:600px){.main-content{padding:0 15px}}.main-content.fullWidth{max-width:calc(100% - 265px)!important}@media only screen and (max-width:1200px){.main-content.fullWidth{max-width:100%!important}}.main-content .content-inner{box-sizing:border-box;height:100%;padding:0 5%;width:100%}.main-content .width-1048px-scroll-bar{max-width:1048px}.content-container{background-color:var(--layer-color);color:var(--font-color);display:flex;flex-direction:row;height:100%;width:100%}@media only screen and (max-width:600px){.content-container{flex-direction:column}}@page{size:A4;margin:0}@media print{body,html{width:100%}.content-container{height:100%}}.style-light{--top-bar-text-color:#d5dbdb;--header-docs-link-color:#c9cace;--white-color:#fff;--black-color:#000;--font-color:#1e212a;--font-color-muted:#595a5c;--font-color-ai-breadcrumb:#595a5c;--font-color-on-blue:#fff;--font-placeholder-color:#999;--header-dropdown-item-color:#232325;--header-dropdown-last-color:#8c8c8c;--cta-description:#65676e;--field-disabled:#f5f5f5;--layer-color:#fff;--top-bar-bg-color:#1e2b3c;--separator-color:#ccc;--notification-bg-color:#e23434;--user-hover-bg-color:#f5f5f5;--header-hover-bg-color:#213f69;--li-active-hover-bg-color:#e8e8ff;--menu-hover:#635dff;--text-field-bg-color:#e6e6e6;--card-header-bg-color:#faebd7;--select-bg-color:#fff;--step0-btn-bg:#564ed1;--primary-btn-bg:#635dff;--primary-btn-hover-bg:#564ed1;--back-btn-bg:#1e212a;--modal-bg-color:#fff;--dropdown-menu-bg-color:#fff;--text-sub-header-bg-color:#eff0f2;--project-dropdown-bg-color:#fff;--project-list-select-bg-color:#e3e4e6;--advance-option-bg-color:#f7f7f7;--select-control-bg-color:#fff;--select-menu-bg-color:#fff;--select-option-bg-color:#fff;--action-btn-bg-color:#222224;--table-even-bg-color:#f1f1fd;--table-odd-bg-color:#fff;--agr-bg-blue:blue;--table-header-color:#fff;--table-selected-row-color:#f5f5f5;--header-border-color:#6867675d;--notification-border-color:#750000;--border:#e3e4e6;--table-border-color:#e3e4e6;--table-tr-hover:#eff0f280;--grid-item-bg:#fff6;--widget-border:#e6e3e3;--widget-bg:#fff;--permission-token-border-color:#2c2e33;--permission-token-background:#fff;--permission-token-read-color:#eeafaf;--permission-token-write-color:#b7e2a9;--sidebar-text-color:#ebebeb;--sidebar-bg:#1e2b3c;--sidebar-border:#293b52;--sidebar-widget-bg:#0bb0f0;--sidebar-widget-border:#0bb0f0;--sidebar-close-hover:#485c77;--sidebar-widget-hover-bg:#0000;--sidebar-widget-hover-border:#0bb0f0;--sidebar-widget-hover-color:#ebebeb;--sidebar-beta-color:#6b798b;--sidebar-user-hover:#635dff;--sidebar-project-hover:#635dff;--widget-sidebar-close-hover:#ccc;--widget-sidebar-text-color:#000;--widget-sidebar-hover-bg:#ccc;--widget-sidebar-hover-border:#ccc;--widget-sidebar-hover-color:#000;--widget-sidebar-bg:#fff;--widget-sidebar-icon-bg:#eee;--widget-sidebar-border:#fff;--menu-sidebar-bg:#12181f;--menu-sidebar-border:#293b52;--menu-sidebar-user-hover:#635dff;--menu-sidebar-user-hover-text:#fff;--menu-sidebar-font-color:#d1d7df;--menu-sidebar-user-hover-bg-color:#293b52;--menu-sidebar-user-subtle-hover-bg-color:#3e597c;--query-builder-primary:#fff;--query-builder-darker:#ccc;--query-builder-color:#222;--query-builder-pill-bg:#dcdcdc;--code-editor-selected-tab-bg:#fff;--code-editor-tab-bg:#ececec;--text-on-highlight-background:#fff;--numbered-section-gradient-1:#5953e5;--numbered-section-gradient-2:#4f4acc;--numbered-section-gradient-3:#4541b2;--numbered-section-gradient-4:#3b3799;--numbered-section-gradient-5:#312e7f;--numbered-section-gradient-6:#272565;--numbered-section-gradient-7:#1d1b4c;--logo-text-color:#ccc;--logo-timeseries-line:#b3a8a8;--logo-normal-line:#fff;--code-page-background:#f3f3f3;--debugger-background:#fff;--resizer-bar:#c7c7c7;--commands-text:#2a2a2a;--tab-hover:#d7d5f7;--file-browser-selected:#e4e6f1;--file-browser-hover:#e8e8e8;--code-dd-background:#28282840;--code-dd-border:#282828bf;--context-menu-background:#fff;--context-menu-color:#585858;--context-menu-hover-color:#fff;--context-menu-hover-bg:#0060c0;--lamp-colour-description:#adadad;--shadow-list-item-selected:#e0e0e0;--shadow-list-item-hover:#f5f5f5;--bar-gauge-bg:#e7e7e7;--show-more-bg-color-from:#0000000d;--show-more-bg-color-to:#fff0;--branch-picker-border:#e3e4e6;--branch-picker-layer-color:#fff;--branch-picker-select-bg-color:#fff;--branch-picker-user-hover-bg-color:#f5f5f5;--branch-picker-select-option-bg-color:#fff;--branch-picker-font-color-muted:#595a5c;--branch-picker-font-color:#1e212a;--branch-picker-dropdown-menu-bg-color:#fff;--branch-picker-select-menu-bg-color:#fff;--org-logo-border:#959595;--org-logo-border-hover:#635dff;--subscription-text-color:#4f4f4f;--subscription-bg-color:#f7f7f7;--subscription-heading-color:#000;--subscription-price-color:#4f4f4f;--subscription-extra-color:#868686;--tab-container-bg:#f5f5f5;--tab-indicator-bg:#fff;--tab-text-color:#1e212a;--tab-text-active:#635dff;--tab-text-hover:#564ed1;--tab-border-color:#e3e4e6;--tab-shadow:0 2px 4px #0000001a;--env-dev-bg:#ebf5ff;--env-dev-text:#2563eb;--env-dev-border:#bfdbfe;--env-dev-hover:#dbeafe;--env-staging-bg:#fffbeb;--env-staging-text:#d97706;--env-staging-border:#fde68a;--env-staging-hover:#fef3c7}.style-dark{--top-bar-text-color:#d1d7df;--header-docs-link-color:#a2abb8;--white-color:#fff;--black-color:#000;--font-color:#d1d7df;--font-color-muted:#595a5c;--font-color-ai-breadcrumb:#a1a4aa;--header-dropdown-item-color:#3a4d6b;--header-dropdown-last-color:#546a8a;--cta-description:#b2b3bd;--field-disabled:#565657;--layer-color:#12181f;--top-bar-bg-color:#1e2b3c;--separator-color:#293b52;--notification-bg-color:#e57373;--user-hover-bg-color:#293b52;--header-hover-bg-color:#635dff;--li-active-hover-bg-color:#1e2b3c;--menu-hover:#635dff;--text-field-bg-color:#1e212a;--card-header-bg-color:#e4e4e40a;--select-bg-color:#e4e4e40a;--step0-btn-bg:#564ed1;--primary-btn-bg:#635dff;--primary-btn-hover-bg:#564ed1;--back-btn-bg:#1e2b3c;--modal-bg-color:#1e2b3c;--dropdown-menu-bg-color:#293b52;--text-sub-header-bg-color:#1e2b3c;--project-dropdown-bg-color:#1e2b3c;--project-list-select-bg-color:#1e2b3c;--advance-option-bg-color:#1e2b3c;--select-control-bg-color:#293b52;--select-menu-bg-color:#293b52;--select-option-bg-color:#293b52;--action-btn-bg-color:#635dff;--table-even-bg-color:#1e2b3c;--table-odd-bg-color:#293b52;--table-header-color:#11171e;--table-selected-row-color:#102641;--header-border-color:#293b52;--notification-border-color:#e57373;--border:#293b52;--table-border-color:#293b52;--table-tr-hover:#202830;--grid-item-bg:#0006;--widget-border:#1e2b3c;--widget-bg:#1e2b3c;--permission-token-border-color:#293b52;--permission-token-background:#1e2b3c;--permission-token-read-color:#a85f5f;--permission-token-write-color:#7ab582;--sidebar-text-color:#ebebeb;--sidebar-bg:#1e2b3c;--sidebar-border:#293b52;--sidebar-widget-bg:#0bb0f0;--sidebar-widget-border:#0bb0f0;--sidebar-close-hover:#485c77;--sidebar-widget-hover-bg:#0000;--sidebar-widget-hover-border:#0bb0f0;--sidebar-widget-hover-color:#ebebeb;--sidebar-beta-color:#6b798b;--sidebar-user-hover:#635dff;--sidebar-project-hover:#635dff;--widget-sidebar-close-hover:#485c77;--widget-sidebar-text-color:#ebebeb;--widget-sidebar-hover-bg:#0000;--widget-sidebar-hover-border:#0bb0f0;--widget-sidebar-hover-color:#ebebeb;--widget-sidebar-bg:#1e2b3c;--widget-sidebar-icon-bg:#0bb0f0;--widget-sidebar-border:#293b52;--menu-sidebar-bg:#12181f;--menu-sidebar-border:#293b52;--menu-sidebar-user-hover:#635dff;--menu-sidebar-user-hover-text:#fff;--menu-sidebar-font-color:#d1d7df;--menu-sidebar-user-hover-bg-color:#293b52;--menu-sidebar-user-subtle-hover-bg-color:#3e597c;--query-builder-primary:#1e2b3c;--query-builder-darker:#ccc;--query-builder-color:#ccc;--query-builder-pill-bg:#2868bd;--code-editor-selected-tab-bg:#1e1e1e;--code-editor-tab-bg:#2d2d2d;--text-on-highlight-background:#fff;--numbered-section-gradient-1:#6c66ff;--numbered-section-gradient-2:#766fff;--numbered-section-gradient-3:#8078ff;--numbered-section-gradient-4:#8a82ff;--numbered-section-gradient-5:#948bff;--numbered-section-gradient-6:#9e94ff;--numbered-section-gradient-7:#a89eff;--logo-text-color:#ccc;--logo-timeseries-line:#b3a8a8;--logo-normal-line:#fff;--code-page-background:#252526;--debugger-background:#1e1e1e;--resizer-bar:#2a2a2a;--commands-text:#a2abb8;--tab-hover:#5a5a5a;--file-browser-selected:#37373d;--file-browser-hover:#2a2d2e;--code-dd-background:#ffffff40;--code-dd-border:#c4c4c4bf;--context-menu-background:#3c3c3c;--context-menu-color:#f0f0f0;--context-menu-hover-color:#f0f0f0;--context-menu-hover-bg:#04395e;--lamp-colour-description:#525e6d;--shadow-list-item-selected:#3b5679;--shadow-list-item-hover:#2c4059;--bar-gauge-bg:#2a2a2a;--show-more-bg-color-from:#ffffff0d;--show-more-bg-color-to:#0000;--branch-picker-border:#3c3c3c;--branch-picker-layer-color:#1e1e1e;--branch-picker-select-bg-color:#252526;--branch-picker-user-hover-bg-color:#37373d;--branch-picker-select-option-bg-color:#2d2d2d;--branch-picker-font-color-muted:#858585;--branch-picker-font-color:#d4d4d4;--branch-picker-dropdown-menu-bg-color:#1e1e1e;--branch-picker-select-menu-bg-color:#2d2d2d;--org-logo-border:#484848;--org-logo-border-hover:#635dff;--subscription-text-color:#d1d5db;--subscription-bg-color:#1e2b3c;--subscription-heading-color:#e2e8f0;--subscription-price-color:#e2e8f0;--subscription-extra-color:#adadad;--tab-container-bg:#1e2b3c;--tab-indicator-bg:#293b52;--tab-text-color:#d1d7df;--tab-text-active:#635dff;--tab-text-hover:#7670ff;--tab-border-color:#293b52;--tab-shadow:0 2px 4px #0003;--env-dev-bg:#273c5a;--env-dev-text:#8aaefc;--env-dev-border:#2f4759;--env-dev-hover:#2a3f5d;--env-staging-bg:#3d3a25;--env-staging-text:#e6ac6b;--env-staging-border:#4b452e;--env-staging-hover:#42422e}.popout-sidebar{background-color:var(--widget-sidebar-bg);bottom:0;box-shadow:0 0 1px rgba(0,0,0,.102),0 2px 8px #00000040;color:var(--widget-sidebar-text-color);display:flex;flex-direction:row;height:100%;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .3s ease-in-out;z-index:1000}@media only screen and (max-width:600px){.popout-sidebar{max-width:100%;top:66px}}.popout-sidebar.open{transform:translateX(0)}.popout-sidebar.open .app-sidebar-resizer:hover{border-left:3px solid #635dff}.popout-sidebar.with-breadcrumb{transform:translateX(calc(100% - 42px))!important}.popout-sidebar.with-breadcrumb.open{transform:translateX(0)!important}.popout-sidebar .app-sidebar-breadcrumb{cursor:pointer;height:calc(100% + 16px);margin-top:-16px;position:relative;width:32px}.popout-sidebar .app-sidebar-breadcrumb>*{transform:rotate(90deg);transform-origin:bottom left}.popout-sidebar .app-sidebar-resizer{border-left:3px solid var(--widget-sidebar-border);cursor:col-resize;flex-basis:6px;flex-grow:0;flex-shrink:0;justify-self:flex-end;resize:horizontal}.popout-sidebar .app-sidebar-content{display:flex;flex-basis:0;flex-direction:column;flex-grow:1;flex-shrink:1;height:calc(100% - 32px);overflow-y:auto;padding:16px}.popout-sidebar .app-sidebar-content h2{font-weight:400}.popout-sidebar .close-button{align-items:center;color:var(--widget-sidebar-text-color);cursor:pointer;display:flex;font-size:1.5rem;font-weight:600;justify-content:center;line-height:1;margin:32px;opacity:.5;padding:4px;position:absolute;right:0;text-shadow:0 1px 0 #fff;top:0;transition:opacity .15s ease-in-out}.popout-sidebar .close-button:hover{background-color:var(--widget-sidebar-close-hover);border-radius:30px;opacity:1}:root{--rt-color-white:#fff;--rt-color-dark:#222;--rt-color-success:#8dc572;--rt-color-error:#be6464;--rt-color-warning:#f0ad4e;--rt-color-info:#337ab7;--rt-opacity:0.9;--rt-transition-show-delay:0.15s;--rt-transition-closing-delay:0.15s}.core-styles-module_tooltip__3vRRp{left:0;opacity:0;pointer-events:none;position:absolute;top:0;will-change:opacity}.core-styles-module_fixed__pcSol{position:fixed}.core-styles-module_arrow__cvMwQ{background:inherit;position:absolute}.core-styles-module_noArrow__xock6{display:none}.core-styles-module_clickable__ZuTTB{pointer-events:auto}.core-styles-module_show__Nt9eE{opacity:.9;opacity:var(--rt-opacity);transition:opacity .15s ease-out;transition:opacity var(--rt-transition-show-delay) ease-out}.core-styles-module_closing__sGnxF{opacity:0;transition:opacity .15s ease-in;transition:opacity var(--rt-transition-closing-delay) ease-in}.styles-module_tooltip__mnnfp{border-radius:3px;font-size:90%;padding:8px 16px;width:-webkit-max-content;width:max-content}.styles-module_arrow__K0L3T{height:8px;width:8px}[class*=react-tooltip__place-top]>.styles-module_arrow__K0L3T{transform:rotate(45deg)}[class*=react-tooltip__place-right]>.styles-module_arrow__K0L3T{transform:rotate(135deg)}[class*=react-tooltip__place-bottom]>.styles-module_arrow__K0L3T{transform:rotate(225deg)}[class*=react-tooltip__place-left]>.styles-module_arrow__K0L3T{transform:rotate(315deg)}.styles-module_dark__xNqje{background:#222;background:var(--rt-color-dark);color:#fff;color:var(--rt-color-white)}.styles-module_light__Z6W-X{background-color:#fff;background-color:var(--rt-color-white);color:#222;color:var(--rt-color-dark)}.styles-module_success__A2AKt{background-color:#8dc572;background-color:var(--rt-color-success);color:#fff;color:var(--rt-color-white)}.styles-module_warning__SCK0X{background-color:#f0ad4e;background-color:var(--rt-color-warning);color:#fff;color:var(--rt-color-white)}.styles-module_error__JvumD{background-color:#be6464;background-color:var(--rt-color-error);color:#fff;color:var(--rt-color-white)}.styles-module_info__BWdHW{background-color:#337ab7;background-color:var(--rt-color-info);color:#fff;color:var(--rt-color-white)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body,html{color:#1e212a}h1{font-weight:300}#root{background-color:#12181f}.main-root{background-color:var(--layer-color)}.main-root,div.main-container{height:100%!important;overflow:hidden;width:100%}div.main-container{background-color:#fff}@page{size:21cm 29.7cm}@media not print{#root,body,html{height:100%;width:100%}}.ps{-ms-overflow-style:none;overflow:hidden!important;overflow-anchor:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{bottom:0;height:15px}.ps__rail-x,.ps__rail-y{display:none;opacity:0;position:absolute;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear}.ps__rail-y{right:0;width:15px}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{background-color:initial;display:block}.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y,.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y{opacity:.6}.ps .ps__rail-x.ps--clicking,.ps .ps__rail-x:focus,.ps .ps__rail-x:hover,.ps .ps__rail-y.ps--clicking,.ps .ps__rail-y:focus,.ps .ps__rail-y:hover{background-color:#eee;opacity:.9}.ps__thumb-x{bottom:2px;height:6px;transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out}.ps__thumb-x,.ps__thumb-y{background-color:#aaa;border-radius:6px;position:absolute}.ps__thumb-y{right:2px;transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px}.ps__rail-x.ps--clicking .ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x:hover>.ps__thumb-x{background-color:#999;height:11px}.ps__rail-y.ps--clicking .ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y:hover>.ps__thumb-y{background-color:#999;width:11px}@supports (-ms-overflow-style:none){.ps{overflow:auto!important}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.ps{overflow:auto!important}}.scrollbar-container{height:100%;position:relative}.rc-slider{border-radius:6px;height:14px;padding:5px 0;position:relative;touch-action:none;width:100%}.rc-slider,.rc-slider *{-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box}.rc-slider-rail{background-color:#e9e9e9;border-radius:6px;height:4px;position:absolute;width:100%}.rc-slider-track,.rc-slider-tracks{background-color:#abe2fb;border-radius:6px;height:4px;position:absolute}.rc-slider-track-draggable{background-clip:content-box;border-bottom:5px solid #0000;border-top:5px solid #0000;box-sizing:initial;transform:translateY(-5px);z-index:1}.rc-slider-handle{background-color:#fff;border:2px solid #96dbfa;border-radius:50%;cursor:pointer;cursor:grab;height:14px;margin-top:-5px;opacity:.8;position:absolute;touch-action:pan-x;width:14px;z-index:1}.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging{border-color:#57c5f7;box-shadow:0 0 0 5px #96dbfa}.rc-slider-handle:focus{box-shadow:none;outline:none}.rc-slider-handle:focus-visible{border-color:#2db7f5;box-shadow:0 0 0 3px #96dbfa}.rc-slider-handle-click-focused:focus{border-color:#96dbfa;box-shadow:none}.rc-slider-handle:hover{border-color:#57c5f7}.rc-slider-handle:active{border-color:#57c5f7;box-shadow:0 0 5px #57c5f7;cursor:grabbing}.rc-slider-mark{font-size:12px;left:0;position:absolute;top:18px;width:100%}.rc-slider-mark-text{color:#999;cursor:pointer;display:inline-block;position:absolute;text-align:center;vertical-align:middle}.rc-slider-mark-text-active{color:#666}.rc-slider-step{background:#0000;height:4px;position:absolute;width:100%}.rc-slider-dot{background-color:#fff;border:2px solid #e9e9e9;border-radius:50%;bottom:-2px;cursor:pointer;height:8px;position:absolute;vertical-align:middle;width:8px}.rc-slider-dot-active{border-color:#96dbfa}.rc-slider-dot-reverse{margin-right:-4px}.rc-slider-disabled{background-color:#e9e9e9}.rc-slider-disabled .rc-slider-track{background-color:#ccc}.rc-slider-disabled .rc-slider-dot,.rc-slider-disabled .rc-slider-handle{background-color:#fff;border-color:#ccc;box-shadow:none;cursor:not-allowed}.rc-slider-disabled .rc-slider-dot,.rc-slider-disabled .rc-slider-mark-text{cursor:not-allowed!important}.rc-slider-vertical{height:100%;padding:0 5px;width:14px}.rc-slider-vertical .rc-slider-rail{height:100%;width:4px}.rc-slider-vertical .rc-slider-track{bottom:0;left:5px;width:4px}.rc-slider-vertical .rc-slider-track-draggable{border-bottom:0;border-left:5px solid #0000;border-right:5px solid #0000;border-top:0;transform:translateX(-5px)}.rc-slider-vertical .rc-slider-handle{margin-left:-5px;margin-top:0;position:absolute;touch-action:pan-y;z-index:1}.rc-slider-vertical .rc-slider-mark{height:100%;left:18px;top:0}.rc-slider-vertical .rc-slider-step{height:100%;width:4px}.rc-slider-vertical .rc-slider-dot{margin-left:-2px}.rc-slider-tooltip-zoom-down-appear,.rc-slider-tooltip-zoom-down-enter,.rc-slider-tooltip-zoom-down-leave{animation-duration:.3s;animation-fill-mode:both;animation-play-state:paused;display:block!important}.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active,.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active{animation-name:rcSliderTooltipZoomDownIn;animation-play-state:running}.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active{animation-name:rcSliderTooltipZoomDownOut;animation-play-state:running}.rc-slider-tooltip-zoom-down-appear,.rc-slider-tooltip-zoom-down-enter{animation-timing-function:cubic-bezier(.23,1,.32,1);transform:scale(0)}.rc-slider-tooltip-zoom-down-leave{animation-timing-function:cubic-bezier(.755,.05,.855,.06)}@keyframes rcSliderTooltipZoomDownIn{0%{opacity:0;transform:scale(0);transform-origin:50% 100%}to{transform:scale(1);transform-origin:50% 100%}}@keyframes rcSliderTooltipZoomDownOut{0%{transform:scale(1);transform-origin:50% 100%}to{opacity:0;transform:scale(0);transform-origin:50% 100%}}.rc-slider-tooltip{left:-9999px;position:absolute;top:-9999px;visibility:visible}.rc-slider-tooltip,.rc-slider-tooltip *{-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box}.rc-slider-tooltip-hidden{display:none}.rc-slider-tooltip-placement-top{padding:4px 0 8px}.rc-slider-tooltip-inner{background-color:#6c6c6c;border-radius:6px;box-shadow:0 0 4px #d9d9d9;color:#fff;font-size:12px;height:24px;line-height:1;min-width:24px;padding:6px 2px;text-align:center;text-decoration:none}.rc-slider-tooltip-arrow{border-color:#0000;border-style:solid;height:0;position:absolute;width:0}.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow{border-top-color:#6c6c6c;border-width:4px 4px 0;bottom:4px;left:50%;margin-left:-4px}