@charset "UTF-8";.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select{font-size:1rem;border-radius:.375rem;min-height:42px}.input-group-lg>.input-group-text{font-size:1rem;border-radius:.375rem}.input-group .form-control{border-color:var(--border-neutral-subtle-color)}.input-group span.input-group-text.input-group-append,.input-group span.input-group-text.input-group-prepend{border-color:var(--border-neutral-subtle-color)!important;color:var(--text-neutral-default-color);background-color:var(--background-neutral-default-color)}.input-group span.input-group-text.input-group-prepend{border-top-left-radius:4px!important;border-bottom-left-radius:4px!important}.input-group span.input-group-text.input-group-append{border-top-right-radius:4px!important;border-bottom-right-radius:4px!important}.input-group .input-group-text{background-color:var(--background-neutral-default-color);border-top-left-radius:4px;border-bottom-left-radius:4px}.input-group.custom-input-group-prepend input{border-left:0;box-shadow:none;padding-left:0}.input-group.custom-input-group-prepend input:focus-within{border-left:0}.input-group .input-group-text{background:var(--background-neutral-default-color)!important}.input-group .input-group-prepend span.input-group-text{border-top-left-radius:4px;border-bottom-left-radius:4px}.input-group .input-group-append span.input-group-text{border-top-right-radius:4px;border-bottom-right-radius:4px}.input-group .input-group-append span.input-group-text,.input-group .input-group-prepend span.input-group-text{border:0;color:var(--text-neutral-default-color);background-color:var(--background-neutral-default-color)}.custom-checkbox{position:relative;padding-left:30px;cursor:pointer;user-select:none}.custom-checkbox.label-left{padding-left:0;padding-right:26px}.custom-checkbox.label-left .check-mark{left:auto;right:0}.custom-checkbox.disabled{cursor:default;pointer-events:none}.custom-checkbox>input{position:absolute;opacity:0;cursor:pointer}.custom-checkbox>input:indeterminate~.check-mark{background-color:#384ec1;border-color:transparent}.custom-checkbox>input:indeterminate~.check-mark:after{top:-3px;display:block;content:"";border:solid #fff;border-width:0 0 2px 0;transform:none}.custom-checkbox .check-mark{position:absolute;top:1px;left:0;height:18px;width:18px;border:2px solid;border-color:var(--icon-neutral-subtler-alt-color);border-radius:50%;transition:all .3s ease-in-out}.custom-checkbox .check-mark:after{position:absolute;top:0;left:4px;width:6px;height:11px}.custom-checkbox:focus-within>input~.check-mark,.custom-checkbox:focus>input~.check-mark,.custom-checkbox:hover>input~.check-mark{border-color:#384ec1}.custom-checkbox>input:checked~.check-mark{background-color:#384ec1;border-color:transparent}.custom-checkbox>input:checked~.check-mark:after{display:block;content:"";border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg) scale(1.1)}.custom-checkbox:after{content:"";position:absolute;display:none}.custom-checkbox .check-mark{border-radius:2px}.custom-checkbox .check-mark:focus{box-shadow:0 0 0 .15rem rgba(56,78,193,.25)}.ideascale-switch{position:relative}.ideascale-switch input[type=checkbox]{opacity:0;position:absolute;top:0;left:0}.ideascale-switch input[type=checkbox]:focus-visible+label{box-shadow:0 0 0 .15rem rgba(56,78,193,.25)}.ideascale-switch input[type=checkbox][disabled]~label{pointer-events:none}.ideascale-switch input[type=checkbox][disabled]~label .ideascale-switch-switch{opacity:.4}.ideascale-switch input[type=checkbox]:checked~label .ideascale-switch-switch:before{content:attr(data-unchecked-text);right:2px}.ideascale-switch input[type=checkbox]:checked~label .ideascale-switch-switch:after{content:attr(data-checked-text)}.ideascale-switch label{user-select:none;position:relative;display:flex;align-items:center;margin-bottom:0;text-decoration:none!important;border-radius:.375rem}.ideascale-switch label .ideascale-switch-label-text{flex:1}.ideascale-switch label .ideascale-switch-switch{position:relative;overflow:hidden;margin-left:.5rem;font-style:normal}.ideascale-switch label .ideascale-switch-switch:before{content:attr(data-checked-text);position:absolute;top:0;text-transform:uppercase;text-align:center}.ideascale-switch label .ideascale-switch-switch:after{content:attr(data-unchecked-text);position:absolute;z-index:4;text-transform:uppercase;text-align:center;transform:translate3d(15px,0,0)}.ideascale-switch input[type=checkbox][disabled]~label{color:var(--text-neutral-disable-color)}.ideascale-switch input[type=checkbox]:checked~label .ideascale-switch-switch{background-color:var(--icon-blue-color)}.ideascale-switch input[type=checkbox]:checked~label .ideascale-switch-switch:after{color:var(--text-neutral-white-color)}.ideascale-switch label .ideascale-switch-label-text{flex:1}.ideascale-switch label .ideascale-switch-switch{transition:background-color .3s cubic-bezier(0,1,.5,1);background:var(--background-neutral-subtle-color);cursor:pointer}.ideascale-switch label .ideascale-switch-switch:before{color:var(--text-neutral-white-color)}.ideascale-switch label .ideascale-switch-switch:after{-webkit-transition:-webkit-transform .3s cubic-bezier(0,1,.5,1);transition:transform .3s cubic-bezier(0,1,.5,1);color:var(--text-neutral-default-color);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.ideascale-switch input[type=checkbox]:focus~label .ideascale-switch-switch:after,.ideascale-switch input[type=checkbox]:hover~label .ideascale-switch-switch:after{box-shadow:none}.ideascale-switch input[type=checkbox]:checked~label .ideascale-switch-switch:after{transform:translate3d(-4px,0,0)}.ideascale-switch input[type=checkbox]:checked:focus~label .ideascale-switch-switch:after,.ideascale-switch input[type=checkbox]:checked:hover~label .ideascale-switch-switch:after{box-shadow:none}.ideascale-switch label .ideascale-switch-switch{height:24px;font-weight:700;flex:0 0 60px;border-radius:2rem}.ideascale-switch label .ideascale-switch-switch:before{font-size:0;line-height:20px;padding:0 10px;background-color:var(--icon-white-color);border-radius:50%;top:2px;right:63%;transition:all .3s ease}.ideascale-switch label .ideascale-switch-switch:after{top:2px;left:4px;border-radius:.25rem;width:40px;line-height:20px;font-size:12px}.ideascale-switch label .ideascale-switch-switch:hover:after{box-shadow:none}.switch-border-bottom-1>.ideascale-switch{padding-bottom:1rem;border-bottom:1px solid var(--border-brand-default-color)}.dark-mode-toggle .ideascale-switch{width:50px}.dark-mode-toggle .ideascale-switch .ideascale-switch-switch{background-color:var(--background-neutral-bold-color);flex:0 0 50px}.dark-mode-toggle .ideascale-switch .ideascale-switch-switch [data-unchecked-text]:after,.dark-mode-toggle .ideascale-switch .ideascale-switch-switch[data-checked-text]:after{display:none}.dark-mode-toggle .ideascale-switch .ideascale-switch-switch:before{right:55%;background-color:var(--background-neutral-bolder-color)}.dark-mode-toggle .ideascale-switch input[type=checkbox]:checked+label .ideascale-switch-switch{background-color:var(--background-neutral-subtlex-color)}.dark-mode-toggle .ideascale-switch input[type=checkbox]:checked+label .ideascale-switch-switch:before{background-color:var(--background-neutral-inverse-color)}.checkbox-btn-group .btn{text-align:left;margin-bottom:.8em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.checkbox-btn-group .btn>input[type=checkbox]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.checkbox-btn-group .btn.btn-tag{position:relative;font-size:14px;font-weight:400;border-radius:4px;color:var(--text-neutral-subtle-color);background-color:var(--background-neutral-subtler-color);border:none;box-shadow:none;padding:8px 20px;margin-right:10px;height:36px;max-width:320px}.checkbox-btn-group .btn.btn-tag.checkbox-btn-sm{height:32px;padding:6px 16px;margin-left:0}.checkbox-btn-group .btn.btn-tag .check-mark{background:var(--text-neutral-subtler-color);height:10px;position:relative;width:2px;display:inline-block;margin-left:3px;margin-right:10px}.checkbox-btn-group .btn.btn-tag .check-mark:after{background:var(--text-neutral-subtler-color);content:"";height:2px;left:-4px;position:absolute;top:4px;width:10px}.checkbox-btn-group .btn.btn-tag input[type=checkbox]:checked~.check-mark{background-color:transparent;border-color:transparent}.checkbox-btn-group .btn.btn-tag input[type=checkbox]:checked~.check-mark:after{display:block;content:"";top:-2px;left:-2px;width:6px;height:12px;border:solid var(--border-brand-default-color);border-width:0 2px 2px 0!important;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);background:0 0}.checkbox-btn-group .btn.btn-tag.active:not(.disabled),.checkbox-btn-group .btn.btn-tag:active:not(.disabled){color:var(--text-brand-default-color);border:none;background-color:var(--background-neutral-subtler-color)}.checkbox-btn-group .btn.btn-tag:focus-within{box-shadow:0 0 0 .15rem rgba(56,78,193,.25)}/*!
 * Quill Editor v2.0.2
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;line-height:1.42;height:100%;outline:0;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre{margin:0;padding:0}@supports (counter-set:none){.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor p{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor p{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li>.ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:"•"}.ql-editor li[data-list=checked]>.ql-ui:before{content:"☑"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"☐"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0,decimal) ". "}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:0}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank::before{color:rgba(0,0,0,.6);content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow .ql-toolbar:after,.ql-snow.ql-toolbar:after{clear:both;content:"";display:table}.ql-snow .ql-toolbar button,.ql-snow.ql-toolbar button{background:0 0;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow .ql-toolbar button svg,.ql-snow.ql-toolbar button svg{float:left;height:100%}.ql-snow .ql-toolbar button:active:hover,.ql-snow.ql-toolbar button:active:hover{outline:0}.ql-snow .ql-toolbar input.ql-image[type=file],.ql-snow.ql-toolbar input.ql-image[type=file]{display:none}.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar button.ql-active,.ql-snow .ql-toolbar button:focus,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover{color:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow .ql-toolbar button:hover:not(.ql-active),.ql-snow.ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow{box-sizing:border-box}.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor .ql-code-block-container,.ql-snow .ql-editor code{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor .ql-code-block-container{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label::before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""])::before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""])::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""])::before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""])::before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""])::before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""])::before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-item::before,.ql-snow .ql-picker.ql-header .ql-picker-label::before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-item::before,.ql-snow .ql-picker.ql-font .ql-picker-label::before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-item::before,.ql-snow .ql-picker.ql-size .ql-picker-label::before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{right:5px;top:5px}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:rgba(0,0,0,.2) 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label{border-color:#ccc}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip::before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action::after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove::before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action::after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]::before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]::before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]::before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.ql-mention-list-container{background-color:#fff;border:1px solid #f0f0f0;border-radius:4px;box-shadow:0 2px 12px 0 rgba(30,30,30,.08);overflow:auto;width:270px;z-index:9001}.ql-mention-loading{font-size:16px;line-height:44px;padding:0 20px;vertical-align:middle}.ql-mention-list{list-style:none;margin:0;overflow:hidden;padding:0}.ql-mention-list-item{cursor:pointer;font-size:16px;line-height:44px;padding:0 20px;vertical-align:middle}.ql-mention-list-item.disabled{cursor:auto}.ql-mention-list-item.selected{background-color:#d3e1eb;text-decoration:none}.mention{background-color:#d3e1eb;border-radius:6px;height:24px;margin-right:2px;padding:3px 0;user-select:all;width:65px}.mention>span{margin:0 3px}.emoji_completions{font-family:Inter,Helvetica,Arial,sans-serif;font-size:14px;width:300px;max-height:230px;overflow-y:auto;border-radius:4px;box-shadow:0 .5rem 1rem rgba(0,0,0,.15);padding:0;border:0;background-color:var(--background-neutral-default-color);z-index:9999}.emoji_completions>li{display:block;margin:0;border-radius:4px}.emoji_completions>li .ap{height:20px}.emoji_completions>li>button{box-sizing:border-box;width:100%;padding:6px 2px;margin:0;display:flex;align-items:center;text-align:left;border:none;border-radius:0;background:0 0;color:var(--text-neutral-subtle-color)}.emoji_completions>li>button>span{margin-right:5px}.emoji_completions>li>button>span.button-emoji{margin-left:5px}.emoji_completions>li>button.emoji-active,.emoji_completions>li>button:focus,.emoji_completions>li>button:hover{outline:0;background-color:var(--background-neutral-subtle-color)}@media (max-width:575.98px){.emoji_completions{left:0!important}}.ico{margin-right:5px;font-size:18px;line-height:0;vertical-align:middle}#emoji-palette{position:absolute;max-width:250px;z-index:999;box-shadow:0 5px 10px rgba(0,0,0,.12);border-radius:3px;border:1px solid rgba(0,0,0,.15)}#tab-filters{width:210px;margin:20px auto 0}.emoji-tab{display:inline-table;text-align:center;width:30px;height:100%;min-height:30px;cursor:pointer}#tab-toolbar{padding:4px 4px 0;background-color:var(--background-neutral-subtler-color);border-bottom:1px solid var(--border-neutral-subtle-color);border-top-left-radius:4px;border-top-right-radius:4px}#tab-toolbar .emoji-tab{margin:5px}#tab-toolbar .emoji-tab.active{border-bottom:3px solid var(--border-brand-default-color)}#tab-toolbar ul{margin:0;padding:0}#tab-toolbar .active{border-bottom:3px solid #2ab27b}#emoji-close-div{width:100%;height:100%;position:fixed;top:0;left:0}.textarea-emoji-control{top:-32px;right:10px;width:25px;height:25px}.textarea-emoji-control svg .ql-stroke{stroke:var(--border-neutral-bold-color)}.textarea-emoji-control svg .ql-fill{fill:var(--border-neutral-bold-color)}.textarea-emoji-control:hover{cursor:pointer}.textarea-emoji-control:hover svg circle,.textarea-emoji-control:hover svg path{stroke:var(--icon-neutral-default-color)}#textarea-emoji{position:absolute;right:0;top:35px;z-index:999;border-radius:4px;max-width:350px;box-shadow:0 .5rem 1rem rgba(0,0,0,.15);border:1px solid var(--border-brand-default-color)}#textarea-emoji #tab-panel{max-height:230px;padding:2px;display:flex;flex-wrap:wrap;justify-content:center;overflow-y:scroll;background-color:var(--background-neutral-default-color);border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}#textarea-emoji #tab-panel .bem{width:28px;margin:6px;font-size:16px;text-align:center;cursor:pointer}@media (max-width:575.98px){#textarea-emoji{left:0!important}}#textarea-emoji .i-activity{content:"";height:25px;width:25px;margin:auto;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25px" height="25px" viewBox="0 0 40 40"><g fill="none" fill-rule="evenodd"><g fill="%236F6D70"><g transform="translate(7.500000, 7.500000)"><path stroke="%236F6D70" d="M18.02 1.36c5.92 3.02 8.28 10.26 5.26 16.18-2.12 4.17-6.35 6.57-10.73 6.57-1.83 0-3.7-.4-5.45-1.3-5.9-3-8.27-10.22-5.25-16.2C3.97 2.5 8.2.1 12.57.1c1.84 0 3.7.42 5.45 1.3zm4.7 11.44c.1-1.3-.06-2.6-.47-3.87-.13-.38-.27-.75-.43-1.1l-3.42-1.6-1.57-3.4c-.62-.3-1.27-.5-1.92-.68-.7-.18-1.5-.27-2.3-.27-.4 0-.8.02-1.2.06L8.9 4.74l-3.74.43c-.63.68-1.16 1.45-1.6 2.28-.42.84-.72 1.72-.9 2.63l1.84 3.3-.74 3.68c.3.56.66 1.08 1.1 1.58.76.94 1.7 1.7 2.8 2.32l3.7-.74 3.26 1.84c1.13-.23 2.23-.65 3.24-1.26.6-.35 1.2-.77 1.7-1.24l.44-3.74 2.78-2.55.05-.47z" stroke-linecap="round" stroke-linejoin="round"/><polygon points="10.6158689 8.50666885 8.42649168 12.8046921 11.836847 16.2129328 16.1342124 14.0235556 15.3793892 9.26144504"/></g></g></g></svg>')}#textarea-emoji .i-flags{content:"";height:25px;width:25px;margin:auto;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25px" height="25px" viewBox="0 0 40 40"><g fill="none" fill-rule="evenodd"><g fill="%236F6D70" fill-rule="nonzero"><g transform="translate(9.500000, 8.000000)"><path d="M.5 3.13V23.5c0 .83.68 1.5 1.5 1.5.84 0 1.5-.67 1.5-1.5V3.14c0-.83-.66-1.5-1.5-1.5-.82 0-1.5.67-1.5 1.5z"/><path d="M3.5 11.54c.7-.16 1.44-.22 2.25-.17 1.38.07 2.48.3 5.23 1.04l.55.2c3.02.8 4.77 1 5.96.67v-7.9c-1.7.33-3.8-.07-7.1-1-3.9-1.1-5.7-1.3-6.9-.5v7.7zm7.68-10.1c4.1 1.15 5.7 1.3 6.98.44 1-.66 2.33.05 2.33 1.25v11c0 .5-.3 1-.7 1.26-2.2 1.4-4.6 1.2-9.1 0l-.56-.16c-4.54-1.2-6.15-1.3-7.05-.2-.9 1.06-2.65.42-2.65-.98v-11c0-.4.2-.8.5-1.1C3.4-.24 5.75-.1 11.2 1.4z"/></g></g></g></svg>')}#textarea-emoji .i-food{content:"";height:25px;width:25px;margin:auto;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25px" height="25px" viewBox="0 0 40 40"><g fill="none" fill-rule="evenodd"><g fill="%236F6D70"><path fill-rule="nonzero" d="M9.57 28.2c0 .28.22.5.5.5h19.2c.27 0 .5-.22.5-.5v-4.4H9.57v4.4zm23.2-3.06v3.07c0 1.95-1.57 3.5-3.5 3.5h-19.2c-1.93 0-3.5-1.55-3.5-3.5V25c.46.15.96.24 1.47.24h23.78c.33 0 .64-.04.94-.1z"/><path fill-rule="nonzero" d="M6.57 18.2v-3.45c0-3.56 2.9-6.45 6.45-6.45h13.3c3.55 0 6.44 2.9 6.44 6.45v3.45H6.56zm3-1.83h3.6l.4.86c.23.5.73.83 1.3.83.56 0 1.06-.33 1.3-.83l.4-.86h13.2v-1.62c0-1.9-1.56-3.45-3.45-3.45h-13.3c-1.9 0-3.45 1.55-3.45 3.45v1.62z"/><path fill-rule="nonzero" d="M13.23 16.37l.4.86c.24.5.74.83 1.3.83.57 0 1.07-.33 1.3-.83l.4-.86H31.9c2.44 0 4.43 1.98 4.43 4.43 0 2.45-1.98 4.44-4.44 4.44H8.1c-2.44 0-4.43-2-4.43-4.44 0-2.45 1.98-4.43 4.44-4.43h5.14zm-5.12 3c-.8 0-1.42.64-1.42 1.43 0 .8.64 1.44 1.44 1.44h23.8c.8 0 1.43-.64 1.43-1.44 0-.8-.64-1.43-1.44-1.43H18.4c-.83 1.04-2.1 1.7-3.5 1.7-1.37 0-2.65-.66-3.47-1.7H8.1z"/><circle cx="14.6682646" cy="13.75" r="1"/><circle cx="24.6682646" cy="13.75" r="1"/><circle cx="19.6682646" cy="13.75" r="1"/></g></g></svg>')}#textarea-emoji .i-nature{content:"";height:25px;width:25px;margin:auto;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25px" height="25px" viewBox="0 0 40 40"><g fill="none" fill-rule="evenodd"><g fill="%236F6D70" fill-rule="nonzero"><path d="M15.96 18.26L30.86 32c.5.46 1.3.43 1.77-.08.46-.5.43-1.3-.08-1.76l-14.9-13.74c-.5-.46-1.3-.43-1.76.08-.5.5-.5 1.3 0 1.76z"/><path d="M18.17 21.28c-.7-.06-1.3.45-1.35 1.14-.06.7.45 1.3 1.13 1.35l4.96.43c.9.07 1.5-.66 1.4-1.47l-1-5.6c-.1-.7-.74-1.14-1.42-1.02-.67.2-1.12.8-1 1.5l.7 4-3.32-.3z"/><path d="M28.48 28.95c-.38.17-1 .4-1.85.64-2.92.7-6 .9-8.95-.2-5.98-2.17-9.8-8.5-10.54-19.9l-.1-1.4 1.38-.2c14.45-2.08 23.4 7.4 21.33 19.85l-1.9-.3.63 1.43zM10.24 10.77C11.12 20.14 14.2 25 18.7 26.6c2.27.83 4.76.74 7.14.1.4-.12.76-.23 1.07-.35 1.2-9.6-5.4-16.57-16.6-15.58z"/></g></g></svg>')}#textarea-emoji .i-objects{content:"";height:25px;width:25px;margin:auto;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25px" height="25px" viewBox="0 0 40 40"><g fill="none" fill-rule="evenodd"><g fill="%236F6D70" fill-rule="nonzero"><path d="M11.04 16.7c0-4.85 4.02-8.76 8.96-8.76 4.94 0 8.96 3.9 8.96 8.76 0 2.54-1.12 4.9-3 6.54v1.87c0 1.28-1.02 2.27-2.26 2.27h-7.37c-1.23 0-2.25-1-2.25-2.22V23.3c-1.9-1.65-3.04-4-3.04-6.58zm11.9 5.82c0-.48.24-.93.63-1.22 1.5-1.08 2.4-2.77 2.4-4.6 0-3.17-2.67-5.76-5.97-5.76s-5.96 2.6-5.96 5.76c0 1.84.9 3.54 2.42 4.62.4.28.62.74.62 1.22v1.8h5.87V22.5z"/><path d="M21.76 28.78c-.22.05-.42.1-.62.13-.5.1-.9.2-1.1.2-.24 0-.62-.04-1.08-.12l-.74-.15-.08-.02v-2.93c0-.83-.68-1.5-1.5-1.5-.83 0-1.5.67-1.5 1.5v4.1c0 .68.44 1.27 1.1 1.45l.38.1.94.23c.3.1.6.15.87.2.62.1 1.16.17 1.6.17.47 0 1.03-.1 1.7-.2l.7-.17.95-.22c.18-.03.32-.1.4-.1.64-.2 1.08-.76 1.08-1.43v-4.1c0-.83-.67-1.5-1.5-1.5-.82 0-1.5.67-1.5 1.5v2.9c-.03 0-.07 0-.1.02z"/></g></g></svg>')}#textarea-emoji .i-people{content:"";height:25px;width:25px;margin:auto;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25px" height="25px" viewBox="0 0 40 40"><g fill="none" fill-rule="evenodd"><g fill="%236F6D70"><path fill-rule="nonzero" d="M20 34c-7.73 0-14-6.27-14-14S12.27 6 20 6s14 6.27 14 14-6.27 14-14 14zm0-3c6.08 0 11-4.92 11-11S26.08 9 20 9 9 13.92 9 20s4.92 11 11 11z"/><circle cx="15.3474348" cy="16.7705459" r="2.34743481"/><circle cx="24.4703784" cy="16.7705459" r="2.34743481"/><path d="M20 27.9c2.7 0 4.88-2.18 4.88-4.88 0-2.7-9.76-2.7-9.76 0S17.3 27.9 20 27.9z"/></g></g></svg>')}#textarea-emoji .i-symbols{content:"";height:25px;width:25px;margin:auto;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25px" height="25px" viewBox="0 0 40 40"><g fill="none" fill-rule="evenodd"><g fill="%236F6D70" fill-rule="nonzero"><path d="M15.37 7.95c-4.48 0-8.06 3.9-8.06 8.64 0 3.5 2.2 6.9 5.8 10.3 1.2 1.1 2.5 2.2 3.9 3.1.84.6 1.5 1 1.98 1.3l.27.15.8.5 1.1-.6c.5-.27 1.18-.7 2-1.25 1.34-.9 2.66-1.9 3.9-3 3.57-3.28 5.75-6.8 5.75-10.6 0-4.74-3.6-8.65-8.1-8.65v3.3c2.6 0 4.76 2.4 4.76 5.35 0 2.65-1.72 5.43-4.7 8.13-1.1 1-2.27 1.9-3.5 2.7-.43.3-.83.54-1.17.74-.35-.2-.76-.5-1.2-.83-1.24-.87-2.4-1.83-3.54-2.87-2.95-2.76-4.7-5.5-4.7-7.9 0-2.98 2.2-5.35 4.78-5.35 1.3 0 2.5.6 3.4 1.6L20 14.3l1.25-1.43c.9-1.03 2.1-1.6 3.38-1.6v-3.3c-1.68 0-3.3.56-4.63 1.57-1.34-1-2.95-1.57-4.63-1.57z"/></g></g></svg>')}#textarea-emoji .i-travel{content:"";height:25px;width:25px;margin:auto;background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="25px" height="25px" viewBox="0 0 40 40"><g fill="none" fill-rule="evenodd"><g fill="%236F6D70" fill-rule="nonzero"><path d="M25.46 11.2s-2.67 2.58-3.94 3.95l-10.6-2.13c-.12-.02-.25.04-.3.15l-.8 1.6c-.07.13 0 .3.12.37l7.75 3.88L13.4 24c-.5-.16-1.1-.33-1.66-.3-.3 0-.6.06-.85.25-.3.2-.4.5-.4.9s.1.74.3.98l3.2 3.23c.3.23.7.34 1 .34.4 0 .7-.13.9-.37.2-.23.24-.53.25-.84 0-.6-.15-1.2-.3-1.7l4.97-4.3 3.9 7.76c.06.13.23.2.36.12l1.6-.8c.13-.07.2-.2.17-.3l-2.12-10.6c1.4-1.28 3.95-3.95 3.96-3.96.86-.88 1.4-1.93 1.4-2.87 0-.5-.17-1-.5-1.33-.37-.36-.87-.5-1.38-.5-.95 0-2 .52-2.88 1.4zm2.87-4.4c1.28 0 2.54.44 3.5 1.4.93.93 1.38 2.2 1.38 3.47 0 1.8-.8 3.54-2.2 4.94-.4.5-1.7 1.8-2.8 2.9l1.8 9c.3 1.5-.4 2.9-1.7 3.6l-1.62.8c-1.62.8-3.6.1-4.36-1.4L20 27.1l-.7.6v.62c-.03.92-.28 1.8-.92 2.6-.8 1-1.98 1.5-3.22 1.5-1.03 0-2.12-.37-2.96-1.1l-.16-.14-3.22-3.22-.1-.12c-.75-.83-1.12-1.9-1.12-3 0-1.24.5-2.43 1.48-3.22.8-.6 1.68-.9 2.62-.9h.62l.6-.7-4.27-2.1c-1.65-.8-2.33-2.8-1.52-4.4l.8-1.64c.67-1.3 2.14-2.02 3.57-1.73l9 1.8 1.36-1.33 1.5-1.48c1.42-1.4 3.17-2.27 4.97-2.27z"/></g></g></svg>')}.ql-emojiblot{display:inline-block;vertical-align:text-top}.ap{display:inline-block;width:auto;box-sizing:border-box;font-size:inherit;line-height:inherit}.bem-speech{display:none}.editor-thumbnails .selected-thumbnail img{height:350px}.editor-thumbnails .thumbnail.selected img{border:3px solid #ff9800}.new-rich-text-editor{padding:0!important}.new-rich-text-editor.readonly .ql-toolbar{pointer-events:none}.new-rich-text-editor:focus-within{box-shadow:0 0 #fff,0 0 0 .25rem rgba(13,110,253,.25)}.new-rich-text-editor .ql-toolbar{background-color:var(--background-neutral-subtler-color);font-family:Inter,Helvetica,Arial,sans-serif;border-top-left-radius:4px;border-top-right-radius:4px}.new-rich-text-editor .ql-toolbar button{margin-right:.25rem;border-radius:.375rem}.new-rich-text-editor .ql-toolbar button:focus:not(:focus-visible){box-shadow:none!important}.new-rich-text-editor .ql-toolbar button.ql-active,.new-rich-text-editor .ql-toolbar button:hover{background-color:var(--background-neutral-subtle-hover-color)}.new-rich-text-editor .ql-toolbar button.ql-active .ql-stroke,.new-rich-text-editor .ql-toolbar button:hover .ql-stroke{stroke:var(--icon-neutral-active-color)!important}.new-rich-text-editor .ql-toolbar button.ql-active .ql-fill,.new-rich-text-editor .ql-toolbar button:hover .ql-fill{fill:var(--icon-neutral-active-color)!important}.new-rich-text-editor .ql-toolbar .ql-picker{color:var(--text-neutral-subtle-color)}.new-rich-text-editor .ql-toolbar .ql-picker.ql-expanded{color:var(--text-neutral-subtle-color);border-color:var(--border-neutral-subtle-color)}.new-rich-text-editor .ql-toolbar .ql-picker.ql-expanded .ql-picker-label{border:none;color:var(--text-neutral-subtle-color)}.new-rich-text-editor .ql-toolbar .ql-picker.ql-expanded .ql-picker-label .ql-picker-label:hover{border:none}.new-rich-text-editor .ql-toolbar .ql-picker.ql-expanded .ql-picker-label.ql-stroke:hover{stroke:var(--border-neutral-bold-color)}.new-rich-text-editor .ql-toolbar .ql-picker .ql-picker-item:hover{color:var(--text-neutral-default-color)}.new-rich-text-editor .ql-toolbar .ql-picker .ql-picker-label.ql-active,.new-rich-text-editor .ql-toolbar .ql-picker .ql-picker-label:hover{color:var(--text-neutral-default-color)}.new-rich-text-editor .ql-toolbar .ql-picker .ql-picker-label.ql-active .ql-stroke,.new-rich-text-editor .ql-toolbar .ql-picker .ql-picker-label:hover .ql-stroke{stroke:var(--border-neutral-bold-color)}.new-rich-text-editor .ql-toolbar .ql-picker .ql-picker-options{border-color:var(--border-neutral-subtle-color)!important;background-color:var(--background-neutral-default-color)}.new-rich-text-editor .ql-toolbar .ql-picker .ql-picker-options .ql-picker-item.ql-selected{color:var(--text-neutral-default-color)}.new-rich-text-editor .ql-toolbar .ql-stroke{stroke:var(--border-neutral-bold-color)}.new-rich-text-editor .ql-toolbar .ql-fill{fill:var(--border-neutral-bold-color)}.new-rich-text-editor .ql-editor{font-family:Inter,Helvetica,Arial,sans-serif;font-size:14px;height:auto;min-height:180px;max-height:600px;background-color:var(--background-neutral-default-color);resize:vertical;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.new-rich-text-editor .ql-editor.ql-blank::before{font-style:normal;color:var(--text-neutral-subtler-color)}.new-rich-text-editor.form-control-sm .ql-toolbar{border-top-left-radius:4px;border-top-right-radius:4px}.new-rich-text-editor.form-control-sm .ql-editor{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.new-rich-text-editor.form-control-md .ql-toolbar{border-top-left-radius:6px;border-top-right-radius:6px}.new-rich-text-editor.form-control-md .ql-editor{border-bottom-right-radius:6px;border-bottom-left-radius:6px}.new-rich-text-editor.form-control-lg .ql-toolbar{border-top-left-radius:8px;border-top-right-radius:8px}.new-rich-text-editor.form-control-lg .ql-editor{border-bottom-right-radius:8px;border-bottom-left-radius:8px}.new-rich-text-editor .ql-tooltip{padding:11px 20px;border-radius:4px;background-color:var(--background-neutral-subtle-alt-color);color:var(--text-neutral-default-color);border:1px solid var(--border-neutral-subtle-color);box-shadow:0 0 var(--text-neutral-white-color),0 0 0 .25rem rgba(13,110,253,.05)}.new-rich-text-editor .ql-tooltip input[type=text]{border-radius:4px;border:1px solid var(--border-neutral-subtle-color);background-color:var(--background-neutral-subtle-alt-color);color:var(--text-neutral-default-color)}.new-rich-text-editor .ql-tooltip input[type=text]:focus{border:none;outline:1px solid rgba(56,78,193,.5)!important}.new-rich-text-editor .ql-tooltip input[type=text]:focus-visible{outline:0}.new-rich-text-editor .ql-tooltip .ql-editor{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.new-rich-text-editor .ql-toolbar{border:none!important}.new-rich-text-editor .ql-container{height:auto;border:none!important;word-break:break-word}.new-rich-text-editor .ql-container #textarea-emoji{top:0}.new-rich-text-editor+.ql-counter{color:var(--text-neutral-disable-color);margin-top:5px;font-family:Inter,Helvetica,Arial,sans-serif;font-size:14px}.new-rich-text-editor+.ql-counter.characters-exceed{color:var(--text-danger-default-color)}.new-rich-text-editor .ql-mention-list-container{max-height:230px;width:300px;font-family:Inter,Helvetica,Arial,sans-serif;box-shadow:0 .5rem 1rem rgba(0,0,0,.15);border-radius:.375rem;background-color:var(--background-neutral-subtler-color);border:1px solid var(--border-neutral-subtle-color)}.new-rich-text-editor .ql-mention-list-container .ql-mention-list-item{line-height:18px;padding:0 10px;font-size:14px}.new-rich-text-editor .ql-mention-list-container .ql-mention-list-item.selected{background-color:var(--background-neutral-subtle-color)}.new-rich-text-editor .ql-mention-list-container .ql-mention-list-item .mention-name{max-width:225px}.mention{border-radius:2px;line-height:23px;padding:2px 0;background-color:transparent;color:var(--text-neutral-default-color)}.ql-editor.ql-render{overflow-y:hidden;overflow-x:auto!important;padding:0;height:auto}.ql-editor.ql-render img{max-width:100%;height:auto}.ql-editor.ql-render iframe{width:425px;height:280px;border-radius:.375rem}@media (max-width:767.98px){.ql-editor.ql-render iframe{width:280px}}.ql-editor.ql-render a{cursor:pointer}.ql-editor blockquote,.ql-snow .ql-editor blockquote{border-left:3px solid #c4c4c4;padding-left:14px;margin-top:0;margin-bottom:0}@media (max-width:767.98px){.ql-tooltip{display:flex;flex-direction:column;width:100%}.ql-tooltip input{width:100%!important}.ql-tooltip a.ql-action::after{margin-left:0!important}}.resize-overlay .ql-stroke{stroke:var(--border-neutral-bold-color)!important}.resize-overlay .ql-fill{fill:var(--icon-neutral-bold-color)!important}.resize-overlay .center-align,.resize-overlay .left-align,.resize-overlay .right-align{cursor:pointer}.resize-overlay .center-align:hover .ql-stroke,.resize-overlay .left-align:hover .ql-stroke,.resize-overlay .right-align:hover .ql-stroke{stroke:var(--border-neutral-bold-color)!important}.resize-overlay .center-align:hover .ql-fill,.resize-overlay .left-align:hover .ql-fill,.resize-overlay .right-align:hover .ql-fill{fill:var(--icon-neutral-bold-color)!important}.ql-embed-placeholder{display:inline-flex;flex-direction:column;justify-content:center;text-align:center;width:400px;height:225px;background-color:#f0f0f0;border:1px solid #ccc;cursor:default!important;margin-bottom:1em;padding:2em}.ql-embed-placeholder:hover{background-color:#e8e8e8}.ql-embed-placeholder::before{content:"<" attr(data-type) ">";font-size:1.5em;margin-bottom:.5em;text-transform:uppercase}.ql-embed-placeholder::after{content:attr(data-src);color:#666}.ql-embed-placeholder.active{border-color:#abc9e9;background-color:#d2e5f9}.ql-embed-placeholder.selected{color:#fff;border-color:#4185d2;background-color:#5f9de2}.ql-embed-placeholder.selected::after{color:#fff}.ql-image{vertical-align:bottom;display:inline-block}.ql-snow a{color:var(--text-brand-hover-color)}.auth2 .auth-registration-page .custom-field label .required,.auth2 .auth-registration-page .custom-field label>span[aria-hidden=false],.auth2 .auth-registration-page .custom-field label>span[aria-hidden=true],.auth2 .auth-registration-page .custom-field legend .required,.auth2 .auth-registration-page .custom-field legend>span[aria-hidden=false],.auth2 .auth-registration-page .custom-field legend>span[aria-hidden=true]{display:none}.auth2 .auth-registration-page .custom-field{margin-bottom:16px}.auth2 .auth-registration-page .custom-field>label,.auth2 .auth-registration-page .custom-field>legend.as-label{display:block;margin-bottom:8px;color:var(--auth-muted-label-color);font-size:14px;font-weight:600;line-height:140%}.auth2 .auth-registration-page .custom-field>label.is-invalid-label,.auth2 .auth-registration-page .custom-field>legend.as-label.is-invalid-label{color:var(--auth-error-color)}.auth2 .auth-registration-page .custom-field>legend.as-label{padding:0;border:0;float:none;width:auto}.auth2 .auth-registration-page .custom-field .label.label-field-moderator,.auth2 .auth-registration-page .custom-field .label.label-field-private,.auth2 .auth-registration-page .custom-field .label.label-field-team{display:inline-block;margin-left:4px;vertical-align:middle;padding:2px 8px;border-radius:2px;font-size:10px;font-weight:600;line-height:1.2}.auth2 .auth-registration-page .custom-field .label.label-field-private{background-color:var(--background-danger-default-color);color:var(--text-neutral-default-color)}.auth2 .auth-registration-page .custom-field .html-show-more{margin:-2px 0 8px;color:var(--auth-muted-color);font-size:12px;line-height:145%}.auth2 .auth-registration-page .custom-field .html-show-more .user-instruction-container{margin:0;padding:0}.auth2 .auth-registration-page .custom-field .html-show-more .user-instruction-container.ql-editor{min-height:0;padding:0;background-color:transparent;resize:none}.auth2 .auth-registration-page .custom-field .new-rich-text-editor{border:1px solid var(--border-neutral-subtle-color);border-radius:var(--auth-control-radius);background-color:var(--background-neutral-default-color)}.auth2 .auth-registration-page .custom-field .new-rich-text-editor:focus-within{border-color:var(--text-brand-default-color);box-shadow:0 0 0 3px var(--auth-focus-ring)}.auth2 .auth-registration-page .custom-field .new-rich-text-editor>.ql-toolbar.ql-snow{border-top-left-radius:calc(var(--auth-control-radius) - 1px);border-top-right-radius:calc(var(--auth-control-radius) - 1px)}.auth2 .auth-registration-page .custom-field .new-rich-text-editor>.new-rich-text-editor-input.ql-container,.auth2 .auth-registration-page .custom-field .new-rich-text-editor>.ql-container.ql-snow{border-bottom-left-radius:calc(var(--auth-control-radius) - 1px);border-bottom-right-radius:calc(var(--auth-control-radius) - 1px)}.auth2 .auth-registration-page .custom-field .new-rich-text-editor>.ql-container .ql-editor{border-bottom-left-radius:calc(var(--auth-control-radius) - 1px);border-bottom-right-radius:calc(var(--auth-control-radius) - 1px)}.auth2 .auth-registration-page .custom-field .new-rich-text-editor>.new-rich-text-editor-hidden-input{display:none}.auth2 .auth-registration-page .custom-field .checkbox-btn-group .btn{display:flex;align-items:center;width:100%;max-width:100%;font-size:inherit;font-weight:400;line-height:1;min-height:30px;padding:6px 14px 5px;overflow:hidden}.auth2 .auth-registration-page .custom-field .checkbox-btn-group .btn>.choice-state-icon{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;margin-right:6px;font-style:normal;font-size:14px;line-height:1;flex:0 0 auto;color:currentColor}.auth2 .auth-registration-page .custom-field .checkbox-btn-group .btn>.choice-state-icon-plus::before{content:"+";font-weight:600}.auth2 .auth-registration-page .custom-field .checkbox-btn-group .btn>.choice-state-icon-check::before{content:"✓"}.auth2 .auth-registration-page .custom-field .checkbox-btn-group .btn>.choice-state-icon-check{display:none}.auth2 .auth-registration-page .custom-field .checkbox-btn-group .btn>input[type=checkbox]:checked~.choice-state-icon-plus{display:none}.auth2 .auth-registration-page .custom-field .checkbox-btn-group .btn>input[type=checkbox]:checked~.choice-state-icon-check{display:inline-flex}.auth2 .auth-registration-page .custom-field .checkbox-btn-group .btn>.check-mark{display:none}.auth2 .auth-registration-page .custom-field .checkbox-btn-group .btn>.choice-label-text{min-width:0;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.auth2 .auth-registration-page .custom-field .checkbox-btn-group .btn.btn-tag.checkbox-btn-sm{height:auto}.auth2 .auth-registration-page .custom-field .checkbox-btn-group .btn.active,.auth2 .auth-registration-page .custom-field .checkbox-btn-group .btn:has(>input[type=checkbox]:checked){color:var(--text-brand-default-color);border-color:var(--text-brand-default-color)}.auth2 .auth-registration-page .custom-field .checkbox-btn-group .btn.active:focus-visible,.auth2 .auth-registration-page .custom-field .checkbox-btn-group .btn.active:has(>input[type=checkbox]:focus-visible),.auth2 .auth-registration-page .custom-field .checkbox-btn-group .btn:has(>input[type=checkbox]:focus-visible){outline:0;border-color:var(--text-brand-default-color);box-shadow:0 0 0 3px var(--login-focus-ring-color)}.auth2 .auth-registration-page .custom-field .form-text.character-counter,.auth2 .auth-registration-page .custom-field .form-text.text-muted{margin-top:6px;color:var(--auth-muted-color);font-size:12px;line-height:140%}.auth2 .auth-registration-page .custom-field .input-wrapper>.ql-counter{margin-top:6px;color:var(--auth-muted-color);font-size:12px;line-height:140%}.auth2 .auth-registration-page .custom-field .input-wrapper>.ql-counter.characters-exceed{color:var(--login-error-color)}.auth2 .auth-registration-page .custom-field .invalid-feedback{display:block}.auth2 .auth-registration-page .custom-field>.input-group.currency-field-input-group{align-items:stretch!important}.auth2 .auth-registration-page .custom-field>.input-group.currency-field-input-group>.form-control{flex:1 1 auto;border-top-right-radius:0;border-bottom-right-radius:0}.auth2 .auth-registration-page .custom-field>.input-group.currency-field-input-group>.input-group-append{display:flex;margin-left:0}.auth2 .auth-registration-page .custom-field>.input-group.currency-field-input-group>.input-group-append>.input-group-text{display:inline-flex;align-items:center;height:100%;padding:0 var(--auth-control-padding-x);border:1px solid var(--border-neutral-subtle-color);border-left:0;border-radius:0 var(--auth-control-radius) var(--auth-control-radius) 0;background-color:var(--background-neutral-default-color)!important;color:var(--text-neutral-default-color);font-size:var(--auth-control-font-size);white-space:nowrap}
/*# sourceMappingURL=auth-custom-fields.min.css.map */