.clr-picker { display: none; flex-wrap: wrap; position: absolute; width: 200px; z-index: 1000; border-radius: 10px; background-color: #fff; justify-content: flex-end; direction: ltr; box-shadow: 0 0 5px rgba(0, 0, 0, .05), 0 5px 20px rgba(0, 0, 0, .1); -moz-user-select: none; -webkit-user-select: none; user-select: none } .clr-picker.clr-open, .clr-picker[data-inline=true] { display: flex } .clr-gradient, .clr-picker[data-inline=true] { position: relative } .clr-gradient { width: 100%; height: 100px; margin-bottom: 15px; border-radius: 3px 3px 0 0; background-image: linear-gradient(transparent, #000), linear-gradient(90deg, #fff, currentColor); cursor: pointer } .clr-marker { position: absolute; width: 12px; height: 12px; margin: -6px 0 0 -6px; border: 1px solid #fff; border-radius: 50%; background-color: currentColor; cursor: pointer } .clr-picker input[type=range]::-webkit-slider-runnable-track { width: 100%; height: 16px } .clr-picker input[type=range]::-webkit-slider-thumb { width: 16px; height: 16px; -webkit-appearance: none } .clr-picker input[type=range]::-moz-range-track { width: 100%; height: 16px; border: 0 } .clr-picker input[type=range]::-moz-range-thumb { width: 16px; height: 16px; border: 0 } .clr-hue { background-image: linear-gradient(90deg, red 0, #ff0 16.66%, #0f0 33.33%, #0ff 50%, #00f 66.66%, #f0f 83.33%, red) } .clr-alpha, .clr-hue { position: relative; width: calc(100% - 40px); height: 8px; margin: 5px 20px; border-radius: 4px } .clr-alpha span { display: block; height: 100%; width: 100%; border-radius: inherit; background-image: linear-gradient(90deg, transparent, currentColor) } .clr-alpha input[type=range], .clr-hue input[type=range] { position: absolute; width: calc(100% + 32px); height: 16px; left: -16px; top: -4px; margin: 0; background-color: transparent; opacity: 0; cursor: pointer; -moz-appearance: none; appearance: none; -webkit-appearance: none } .clr-alpha div, .clr-hue div { width: 16px; height: 16px; top: 50%; margin-left: -8px; transform: translateY(-50%); border: 2px solid #fff; box-shadow: 0 0 1px #888; pointer-events: none } .clr-alpha div, .clr-alpha div:before, .clr-hue div { position: absolute; left: 0; border-radius: 50%; background-color: currentColor } .clr-alpha div:before { content: ""; height: 100%; width: 100%; top: 0 } .clr-format { display: none; order: 1; width: calc(100% - 40px); margin: 0 20px 20px } .clr-segmented { display: flex; position: relative; width: 100%; margin: 0; padding: 0; border: 1px solid #ddd; border-radius: 15px; box-sizing: border-box; color: #999; font-size: 12px } .clr-segmented input, .clr-segmented legend { position: absolute; width: 100%; height: 100%; margin: 0; padding: 0; border: 0; left: 0; top: 0; opacity: 0; pointer-events: none } .clr-segmented label { flex-grow: 1; margin: 0; padding: 4px 0; font-size: inherit; font-weight: 400; line-height: normal; text-align: center; cursor: pointer } .clr-segmented label:first-of-type { border-radius: 10px 0 0 10px } .clr-segmented label:last-of-type { border-radius: 0 10px 10px 0 } .clr-segmented input:checked+label { color: #fff; background-color: #666 } .clr-swatches { order: 2; width: calc(100% - 32px); margin: 0 16px } .clr-swatches div { display: flex; flex-wrap: wrap; padding-bottom: 12px; justify-content: center } .clr-swatches button { position: relative; width: 20px; height: 20px; margin: 0 4px 6px; padding: 0; border: 0; border-radius: 50%; color: inherit; text-indent: -1000px; white-space: nowrap; overflow: hidden; cursor: pointer } .clr-swatches button:after { content: ""; display: block; position: absolute; width: 100%; height: 100%; left: 0; top: 0; border-radius: inherit; background-color: currentColor; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1) } input.clr-color { order: 1; width: calc(100% - 80px); height: 32px; margin: 15px 20px 20px auto; padding: 0 10px; border: 1px solid #ddd; border-radius: 16px; color: #444; background-color: #fff; font-family: sans-serif; font-size: 14px; text-align: center; box-shadow: none } input.clr-color:focus { outline: none; border: 1px solid #1e90ff } .clr-clear, .clr-close { display: none; order: 2; height: 24px; margin: 0 20px 20px; padding: 0 20px; border: 0; border-radius: 12px; color: #fff; background-color: #666; font-family: inherit; font-size: 12px; font-weight: 400; cursor: pointer } .clr-close { display: block; margin: 0 20px 20px auto } .clr-preview { position: relative; width: 32px; height: 32px; margin: 15px 0 20px 20px; border-radius: 50%; overflow: hidden } .clr-preview:after, .clr-preview:before { content: ""; position: absolute; height: 100%; width: 100%; left: 0; top: 0; border: 1px solid #fff; border-radius: 50% } .clr-preview:after { border: 0; background-color: currentColor; box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1) } .clr-preview button { position: absolute; width: 100%; height: 100%; z-index: 1; margin: 0; padding: 0; border: 0; border-radius: 50%; outline-offset: -2px; background-color: transparent; text-indent: -9999px; cursor: pointer; overflow: hidden } .clr-alpha div, .clr-color, .clr-hue div, .clr-marker { box-sizing: border-box } .clr-field { display: inline-block; position: relative; color: transparent } .clr-field input { margin: 0; direction: ltr } .clr-field.clr-rtl input { text-align: right } .clr-field button { position: absolute; width: 30px; height: 100%; right: 0; top: 50%; transform: translateY(-50%); margin: 0; padding: 0; border: 0; color: inherit; text-indent: -1000px; white-space: nowrap; overflow: hidden; pointer-events: none } .clr-field.clr-rtl button { right: auto; left: 0 } .clr-field button:after { content: ""; display: block; position: absolute; width: 100%; height: 100%; left: 0; top: 0; border-radius: inherit; background-color: currentColor; box-shadow: inset 0 0 1px rgba(0, 0, 0, .5) } .clr-alpha, .clr-alpha div, .clr-field button, .clr-preview:before, .clr-swatches button { background-image: repeating-linear-gradient(45deg, #aaa 25%, transparent 0, transparent 75%, #aaa 0, #aaa), repeating-linear-gradient(45deg, #aaa 25%, #fff 0, #fff 75%, #aaa 0, #aaa); background-position: 0 0, 4px 4px; background-size: 8px 8px } .clr-marker:focus { outline: none } .clr-keyboard-nav .clr-alpha input:focus+div, .clr-keyboard-nav .clr-hue input:focus+div, .clr-keyboard-nav .clr-marker:focus, .clr-keyboard-nav .clr-segmented input:focus+label { outline: none; box-shadow: 0 0 0 2px #1e90ff, 0 0 2px 2px #fff } .clr-picker[data-alpha=false] .clr-alpha { display: none } .clr-picker[data-minimal=true] { padding-top: 16px } .clr-picker[data-minimal=true] .clr-alpha, .clr-picker[data-minimal=true] .clr-color, .clr-picker[data-minimal=true] .clr-gradient, .clr-picker[data-minimal=true] .clr-hue, .clr-picker[data-minimal=true] .clr-preview { display: none } .clr-dark { background-color: #444 } .clr-dark .clr-segmented { border-color: #777 } .clr-dark .clr-swatches button:after { box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, .3) } .clr-dark input.clr-color { color: #fff; border-color: #777; background-color: #555 } .clr-dark input.clr-color:focus { border-color: #1e90ff } .clr-dark .clr-preview:after { box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, .5) } .clr-dark .clr-alpha, .clr-dark .clr-alpha div, .clr-dark .clr-preview:before, .clr-dark .clr-swatches button { background-image: repeating-linear-gradient(45deg, #666 25%, transparent 0, transparent 75%, #888 0, #888), repeating-linear-gradient(45deg, #888 25%, #444 0, #444 75%, #888 0, #888) } .clr-picker.clr-polaroid { border-radius: 6px; box-shadow: 0 0 5px rgba(0, 0, 0, .1), 0 5px 30px rgba(0, 0, 0, .2) } .clr-picker.clr-polaroid:before { content: ""; display: block; position: absolute; width: 16px; height: 10px; left: 20px; top: -10px; border: solid transparent; border-bottom: solid; border-width: 0 8px 10px; box-sizing: border-box; color: #fff; filter: drop-shadow(0 -4px 3px rgba(0, 0, 0, .1)); pointer-events: none } .clr-picker.clr-polaroid.clr-dark:before { color: #444 } .clr-picker.clr-polaroid.clr-left:before { left: auto; right: 20px } .clr-picker.clr-polaroid.clr-top:before { top: auto; bottom: -10px; transform: rotate(180deg) } .clr-polaroid .clr-gradient { width: calc(100% - 20px); height: 120px; margin: 10px; border-radius: 3px } .clr-polaroid .clr-alpha, .clr-polaroid .clr-hue { width: calc(100% - 30px); height: 10px; margin: 6px 15px; border-radius: 5px } .clr-polaroid .clr-alpha div, .clr-polaroid .clr-hue div { box-shadow: 0 0 5px rgba(0, 0, 0, .2) } .clr-polaroid .clr-format { width: calc(100% - 20px); margin: 0 10px 15px } .clr-polaroid .clr-swatches { width: calc(100% - 12px); margin: 0 6px } .clr-polaroid .clr-swatches div { padding-bottom: 10px } .clr-polaroid .clr-swatches button { width: 22px; height: 22px } .clr-polaroid input.clr-color { width: calc(100% - 60px); margin: 10px 10px 15px auto } .clr-polaroid .clr-clear { margin: 0 10px 15px } .clr-polaroid .clr-close { margin: 0 10px 15px auto } .clr-polaroid .clr-preview { margin: 10px 0 15px 10px } .clr-picker.clr-large { width: 275px } .clr-large .clr-gradient { height: 150px } .clr-large .clr-swatches button { width: 22px; height: 22px } .clr-picker.clr-pill { width: 380px; padding-left: 180px; box-sizing: border-box } .clr-pill .clr-gradient { position: absolute; width: 180px; height: 100%; left: 0; top: 0; margin-bottom: 0; border-radius: 3px 0 0 3px } .clr-pill .clr-hue { margin-top: 20px } *, :after, :before { --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59, 130, 246, .5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: } ::backdrop { --tw-border-spacing-x: 0; --tw-border-spacing-y: 0; --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-pan-x: ; --tw-pan-y: ; --tw-pinch-zoom: ; --tw-scroll-snap-strictness: proximity; --tw-gradient-from-position: ; --tw-gradient-via-position: ; --tw-gradient-to-position: ; --tw-ordinal: ; --tw-slashed-zero: ; --tw-numeric-figure: ; --tw-numeric-spacing: ; --tw-numeric-fraction: ; --tw-ring-inset: ; --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59, 130, 246, .5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-shadow: 0 0 #0000; --tw-shadow-colored: 0 0 #0000; --tw-blur: ; --tw-brightness: ; --tw-contrast: ; --tw-grayscale: ; --tw-hue-rotate: ; --tw-invert: ; --tw-saturate: ; --tw-sepia: ; --tw-drop-shadow: ; --tw-backdrop-blur: ; --tw-backdrop-brightness: ; --tw-backdrop-contrast: ; --tw-backdrop-grayscale: ; --tw-backdrop-hue-rotate: ; --tw-backdrop-invert: ; --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; --tw-contain-size: ; --tw-contain-layout: ; --tw-contain-paint: ; --tw-contain-style: } /*! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com*/ *, :after, :before { box-sizing: border-box; border-width: 0; border-style: solid; border-color: rgba(var(--gray-200), 1) } :after, :before { --tw-content: "" } :host, html { line-height: 1.5; -webkit-text-size-adjust: 100%; -moz-tab-size: 4; -o-tab-size: 4; tab-size: 4; font-family: var(--font-family), ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-feature-settings: normal; font-variation-settings: normal; -webkit-tap-highlight-color: transparent } body { margin: 0; line-height: inherit } hr { height: 0; color: inherit; border-top-width: 1px } abbr:where([title]) { -webkit-text-decoration: underline dotted; text-decoration: underline dotted } h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit } a { color: inherit; text-decoration: inherit } b, strong { font-weight: bolder } code, kbd, pre, samp { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace; font-feature-settings: normal; font-variation-settings: normal; font-size: 1em } small { font-size: 80% } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline } sub { bottom: -.25em } sup { top: -.5em } table { text-indent: 0; border-color: inherit; border-collapse: collapse } button, input, optgroup, select, textarea { font-family: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-size: 100%; font-weight: inherit; line-height: inherit; letter-spacing: inherit; color: inherit; margin: 0; padding: 0 } button, select { text-transform: none } button, input:where([type=button]), input:where([type=reset]), input:where([type=submit]) { -webkit-appearance: button; background-color: transparent; background-image: none } :-moz-focusring { outline: auto } :-moz-ui-invalid { box-shadow: none } progress { vertical-align: baseline } ::-webkit-inner-spin-button, ::-webkit-outer-spin-button { height: auto } [type=search] { -webkit-appearance: textfield; outline-offset: -2px } ::-webkit-search-decoration { -webkit-appearance: none } ::-webkit-file-upload-button { -webkit-appearance: button; font: inherit } summary { display: list-item } blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre { margin: 0 } fieldset { margin: 0 } fieldset, legend { padding: 0 } menu, ol, ul { list-style: none; margin: 0; padding: 0 } dialog { padding: 0 } textarea { resize: vertical } input::-moz-placeholder, textarea::-moz-placeholder { opacity: 1; color: rgba(var(--gray-400), 1) } input::placeholder, textarea::placeholder { opacity: 1; color: rgba(var(--gray-400), 1) } [role=button], button { cursor: pointer } :disabled { cursor: default } audio, canvas, embed, iframe, img, object, svg, video { display: block; vertical-align: middle } img, video { max-width: 100%; height: auto } [hidden]:where(:not([hidden=until-found])) { display: none } [multiple], [type=date], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], input:where(:not([type])), select, textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; background-color: #fff; border-color: rgba(var(--gray-500), var(--tw-border-opacity, 1)); border-width: 1px; border-radius: 0; padding: .5rem .75rem; font-size: 1rem; line-height: 1.5rem; --tw-shadow: 0 0 #0000 } [multiple]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, input:where(:not([type])):focus, select:focus, textarea:focus { outline: 2px solid transparent; outline-offset: 2px; --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/ ); --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #2563eb; --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color); box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); border-color: #2563eb } input::-moz-placeholder, textarea::-moz-placeholder { color: rgba(var(--gray-500), var(--tw-text-opacity, 1)); opacity: 1 } input::placeholder, textarea::placeholder { color: rgba(var(--gray-500), var(--tw-text-opacity, 1)); opacity: 1 } ::-webkit-datetime-edit-fields-wrapper { padding: 0 } ::-webkit-date-and-time-value { min-height: 1.5em; text-align: inherit } ::-webkit-datetime-edit { display: inline-flex } ::-webkit-datetime-edit, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-meridiem-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-year-field { padding-top: 0; padding-bottom: 0 } select { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E"); background-position: right .5rem center; background-repeat: no-repeat; background-size: 1.5em 1.5em; padding-right: 2.5rem; -webkit-print-color-adjust: exact; print-color-adjust: exact } [multiple], [size]:where(select:not([size="1"])) { background-image: none; background-position: 0 0; background-repeat: unset; background-size: initial; padding-right: .75rem; -webkit-print-color-adjust: unset; print-color-adjust: unset } [type=checkbox], [type=radio] { -webkit-appearance: none; -moz-appearance: none; appearance: none; padding: 0; -webkit-print-color-adjust: exact; print-color-adjust: exact; display: inline-block; vertical-align: middle; background-origin: border-box; -webkit-user-select: none; -moz-user-select: none; user-select: none; flex-shrink: 0; height: 1rem; width: 1rem; color: #2563eb; background-color: #fff; border-color: rgba(var(--gray-500), var(--tw-border-opacity, 1)); border-width: 1px; --tw-shadow: 0 0 #0000 } [type=checkbox] { border-radius: 0 } [type=radio] { border-radius: 100% } [type=checkbox]:focus, [type=radio]:focus { outline: 2px solid transparent; outline-offset: 2px; --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/ ); --tw-ring-offset-width: 2px; --tw-ring-offset-color: #fff; --tw-ring-color: #2563eb; --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) } [type=checkbox]:checked, [type=radio]:checked { border-color: transparent; background-color: currentColor; background-size: 100% 100%; background-position: 50%; background-repeat: no-repeat } [type=checkbox]:checked { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0'/%3E%3C/svg%3E") } @media (forced-colors:active) { [type=checkbox]:checked { -webkit-appearance: auto; -moz-appearance: auto; appearance: auto } } [type=radio]:checked { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='3'/%3E%3C/svg%3E") } @media (forced-colors:active) { [type=radio]:checked { -webkit-appearance: auto; -moz-appearance: auto; appearance: auto } } [type=checkbox]:checked:focus, [type=checkbox]:checked:hover, [type=radio]:checked:focus, [type=radio]:checked:hover { border-color: transparent; background-color: currentColor } [type=checkbox]:indeterminate { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3E%3C/svg%3E"); border-color: transparent; background-color: currentColor; background-size: 100% 100%; background-position: 50%; background-repeat: no-repeat } @media (forced-colors:active) { [type=checkbox]:indeterminate { -webkit-appearance: auto; -moz-appearance: auto; appearance: auto } } [type=checkbox]:indeterminate:focus, [type=checkbox]:indeterminate:hover { border-color: transparent; background-color: currentColor } [type=file] { background: unset; border-color: inherit; border-width: 0; border-radius: 0; padding: 0; font-size: unset; line-height: inherit } [type=file]:focus { outline: 1px solid ButtonText; outline: 1px auto -webkit-focus-ring-color } .visible { visibility: visible } .relative { position: relative } .ms-2 { margin-inline-start: .5rem } .ms-auto { margin-inline-start: auto } .block { display: block } .flex { display: flex } .hidden { display: none } .h-1 { height: .25rem } .h-11 { height: 2.75rem } .w-1 { width: .25rem } .w-16 { width: 4rem } .w-52 { width: 13rem } .w-8 { width: 2rem } .w-96 { width: 24rem } .w-full { width: 100% } .flex-1 { flex: 1 1 0% } .flex-grow { flex-grow: 1 } .flex-wrap { flex-wrap: wrap } .gap-1 { gap: .25rem } .overflow-hidden { overflow: hidden } .text-ellipsis { text-overflow: ellipsis } .whitespace-nowrap { white-space: nowrap } .break-words { overflow-wrap: break-word } .rounded-md { border-radius: .375rem } .bg-white { --tw-bg-opacity: 1; background-color: rgb(255 255 255/var(--tw-bg-opacity, 1)) } .p-2 { padding: .5rem } .py-1 { padding-top: .25rem; padding-bottom: .25rem } .py-3 { padding-top: .75rem; padding-bottom: .75rem } .ps-3 { padding-inline-start: .75rem } .pt-2 { padding-top: .5rem } .align-middle { vertical-align: middle } .uppercase { text-transform: uppercase } .lowercase { text-transform: lowercase } .capitalize { text-transform: capitalize } .italic { font-style: italic } .text-blue-500 { --tw-text-opacity: 1; color: rgb(59 130 246/var(--tw-text-opacity, 1)) } .text-gray-950 { --tw-text-opacity: 1; color: rgba(var(--gray-950), var(--tw-text-opacity, 1)) } .underline { text-decoration-line: underline } .shadow-sm { --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05); --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) } .ring-1 { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color); box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) } .ring-danger-600 { --tw-ring-opacity: 1; --tw-ring-color: rgba(var(--danger-600), var(--tw-ring-opacity, 1)) } .ring-gray-950\/10 { --tw-ring-color: rgba(var(--gray-950), 0.1) } .editor header { max-width: 580px; margin: auto; position: relative; display: flex; justify-content: center } .editor header a { max-width: 220px; margin: 20px 0 0; display: block } .editor header img { display: block; height: 100%; width: 100% } .editor header h1 { text-align: left; color: #333; display: inline-block; margin: 20px 0 0 } .editor-shell { border: 1px solid #d3d3d3; border-radius: 5px; width: 100%; position: relative; line-height: 1.7; font-weight: 400 } .editor-shell .editor-container { position: relative; display: block; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px } .editor-shell .editor-container.tree-view { border-radius: 0 } .editor-shell .editor-container.plain-text { border-top-left-radius: 10px; border-top-right-radius: 10px } .editor-scroller { min-height: 300px; border: 0; display: flex; outline: 0; z-index: 0 } .editor, .editor-scroller { max-width: 100%; position: relative; resize: vertical } .editor { flex: auto; min-height: 100%; padding: 5px; z-index: -1 } .test-recorder-output { margin: 20px auto; width: 100% } .editor pre { line-height: 1.1; margin: 0; padding: 10px; overflow: auto; max-height: 400px } .editor pre, .tree-view-output { background: #222; color: #fff; font-size: 12px } .tree-view-output { display: block; padding: 0; margin: 1px auto 10px; position: relative; overflow: hidden; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px } .editor pre::-webkit-scrollbar { background: transparent; width: 10px } .editor pre::-webkit-scrollbar-thumb { background: #999 } .editor-dev-button { position: relative; display: block; width: 40px; height: 40px; font-size: 12px; border-radius: 20px; border: none; cursor: pointer; outline: none; box-shadow: 0 1px 10px #0000004d; background-color: #444 } .editor-dev-button:after { content: ""; position: absolute; top: 10px; right: 10px; bottom: 10px; left: 10px; display: block; background-size: contain; filter: invert(1) } .editor-dev-button:hover { background-color: #555 } .editor-dev-button.active { background-color: #e92323 } .test-recorder-toolbar { display: flex } .test-recorder-button { position: relative; display: block; width: 32px; height: 32px; font-size: 10px; padding: 6px; border-radius: 4px; border: none; cursor: pointer; outline: none; box-shadow: 1px 2px 2px #0006; background-color: #222; transition: box-shadow 50ms ease-out } .test-recorder-button:active { box-shadow: 1px 2px 4px #0006 } .test-recorder-button+.test-recorder-button { margin-left: 4px } .test-recorder-button:after { content: ""; position: absolute; top: 8px; right: 8px; bottom: 8px; left: 8px; display: block; background-size: contain; filter: invert(1) } #options-button { position: fixed; left: 20px; bottom: 20px } #test-recorder-button { position: fixed; left: 70px; bottom: 20px } #paste-log-button { position: fixed; left: 120px; bottom: 20px } #docs-button { position: fixed; left: 170px; bottom: 20px } #options-button:after { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-gear'%3E%3Cpath d='M8 4.754a3.246 3.246 0 1 0 0 6.492 3.246 3.246 0 0 0 0-6.492M5.754 8a2.246 2.246 0 1 1 4.492 0 2.246 2.246 0 0 1-4.492 0'/%3E%3Cpath d='M9.796 1.343c-.527-1.79-3.065-1.79-3.592 0l-.094.319a.873.873 0 0 1-1.255.52l-.292-.16c-1.64-.892-3.433.902-2.54 2.541l.159.292a.873.873 0 0 1-.52 1.255l-.319.094c-1.79.527-1.79 3.065 0 3.592l.319.094a.873.873 0 0 1 .52 1.255l-.16.292c-.892 1.64.901 3.434 2.541 2.54l.292-.159a.873.873 0 0 1 1.255.52l.094.319c.527 1.79 3.065 1.79 3.592 0l.094-.319a.873.873 0 0 1 1.255-.52l.292.16c1.64.893 3.434-.902 2.54-2.541l-.159-.292a.873.873 0 0 1 .52-1.255l.319-.094c1.79-.527 1.79-3.065 0-3.592l-.319-.094a.873.873 0 0 1-.52-1.255l.16-.292c.893-1.64-.902-3.433-2.541-2.54l-.292.159a.873.873 0 0 1-1.255-.52zm-2.633.283c.246-.835 1.428-.835 1.674 0l.094.319a1.873 1.873 0 0 0 2.693 1.115l.291-.16c.764-.415 1.6.42 1.184 1.185l-.159.292a1.873 1.873 0 0 0 1.116 2.692l.318.094c.835.246.835 1.428 0 1.674l-.319.094a1.873 1.873 0 0 0-1.115 2.693l.16.291c.415.764-.42 1.6-1.185 1.184l-.291-.159a1.873 1.873 0 0 0-2.693 1.116l-.094.318c-.246.835-1.428.835-1.674 0l-.094-.319a1.873 1.873 0 0 0-2.692-1.115l-.292.16c-.764.415-1.6-.42-1.184-1.185l.159-.291A1.873 1.873 0 0 0 1.945 8.93l-.319-.094c-.835-.246-.835-1.428 0-1.674l.319-.094A1.873 1.873 0 0 0 3.06 4.377l-.16-.292c-.415-.764.42-1.6 1.185-1.184l.292.159a1.873 1.873 0 0 0 2.692-1.115z'/%3E%3C/svg%3E") } #test-recorder-button:after { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-journal-code'%3E%3Cpath fill-rule='evenodd' d='M8.646 5.646a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L10.293 8 8.646 6.354a.5.5 0 0 1 0-.708m-1.292 0a.5.5 0 0 0-.708 0l-2 2a.5.5 0 0 0 0 .708l2 2a.5.5 0 0 0 .708-.708L5.707 8l1.647-1.646a.5.5 0 0 0 0-.708'/%3E%3Cpath d='M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-1h1v1a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v1H1V2a2 2 0 0 1 2-2'/%3E%3Cpath d='M1 5v-.5a.5.5 0 0 1 1 0V5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm0 3v-.5a.5.5 0 0 1 1 0V8h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm0 3v-.5a.5.5 0 0 1 1 0v.5h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1z'/%3E%3C/svg%3E") } #paste-log-button:after { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-clipboard'%3E%3Cpath d='M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1h1a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h1z'/%3E%3Cpath d='M9.5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5zm-3-1A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0z'/%3E%3C/svg%3E") } #docs-button:after { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-file-earmark-text'%3E%3Cpath d='M5.5 7a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1zM5 9.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m0 2a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5'/%3E%3Cpath d='M9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.5zm0 1v2A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z'/%3E%3C/svg%3E") } #test-recorder-button-snapshot { margin-right: auto } #test-recorder-button-snapshot:after { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-camera'%3E%3Cpath d='M15 12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h1.172a3 3 0 0 0 2.12-.879l.83-.828A1 1 0 0 1 6.827 3h2.344a1 1 0 0 1 .707.293l.828.828A3 3 0 0 0 12.828 5H14a1 1 0 0 1 1 1zM2 4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2h-1.172a2 2 0 0 1-1.414-.586l-.828-.828A2 2 0 0 0 9.172 2H6.828a2 2 0 0 0-1.414.586l-.828.828A2 2 0 0 1 3.172 4z'/%3E%3Cpath d='M8 11a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5m0 1a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7M3 6.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0'/%3E%3C/svg%3E") } #test-recorder-button-copy:after { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-clipboard'%3E%3Cpath d='M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1h1a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h1z'/%3E%3Cpath d='M9.5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5zm-3-1A1.5 1.5 0 0 0 5 1.5v1A1.5 1.5 0 0 0 6.5 4h3A1.5 1.5 0 0 0 11 2.5v-1A1.5 1.5 0 0 0 9.5 0z'/%3E%3C/svg%3E") } #test-recorder-button-download:after { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-download'%3E%3Cpath d='M.5 9.9a.5.5 0 0 1 .5.5v2.5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2.5a.5.5 0 0 1 1 0v2.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2.5a.5.5 0 0 1 .5-.5'/%3E%3Cpath d='M7.646 11.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V1.5a.5.5 0 0 0-1 0v8.793L5.354 8.146a.5.5 0 1 0-.708.708z'/%3E%3C/svg%3E") } .typeahead-popover { background: #fff; box-shadow: 0 5px 10px #0000004d; border-radius: 8px; position: fixed } .typeahead-popover ul { padding: 0; list-style: none; margin: 0; border-radius: 8px; max-height: 200px; overflow-y: scroll } .typeahead-popover ul::-webkit-scrollbar { display: none } .typeahead-popover ul { -ms-overflow-style: none; scrollbar-width: none } .typeahead-popover ul li { margin: 0; min-width: 180px; font-size: 14px; outline: none; cursor: pointer; border-radius: 8px } .typeahead-popover ul li.selected { background: #eee } .typeahead-popover li { margin: 0 8px; padding: 8px; color: #050505; cursor: pointer; line-height: 16px; font-size: 15px; display: flex; align-content: center; flex-direction: row; flex-shrink: 0; background-color: #fff; border-radius: 8px; border: 0 } .typeahead-popover li.active { display: flex; width: 20px; height: 20px; background-size: contain } .typeahead-popover li:first-child { border-radius: 8px 8px 0 0 } .typeahead-popover li:last-child { border-radius: 0 0 8px 8px } .typeahead-popover li:hover { background-color: #eee } .typeahead-popover li .text { display: flex; line-height: 20px; flex-grow: 1; min-width: 150px } .typeahead-popover li .icon { display: flex; width: 20px; height: 20px; -webkit-user-select: none; -moz-user-select: none; user-select: none; margin-right: 8px; line-height: 16px; background-size: contain; background-repeat: no-repeat; background-position: 50% } .component-picker-menu { width: 200px } .mentions-menu { width: 250px } .auto-embed-menu { width: 150px } .emoji-menu { width: 200px } i.palette { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-palette'%3E%3Cpath d='M8 5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3m4 3a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3M5.5 7a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0m.5 6a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3'/%3E%3Cpath d='M16 8c0 3.15-1.866 2.585-3.567 2.07C11.42 9.763 10.465 9.473 10 10c-.603.683-.475 1.819-.351 2.92C9.826 14.495 9.996 16 8 16a8 8 0 1 1 8-8m-8 7c.611 0 .654-.171.655-.176.078-.146.124-.464.07-1.119-.014-.168-.037-.37-.061-.591-.052-.464-.112-1.005-.118-1.462-.01-.707.083-1.61.704-2.314.369-.417.845-.578 1.272-.618.404-.038.812.026 1.16.104.343.077.702.186 1.025.284l.028.008c.346.105.658.199.953.266.653.148.904.083.991.024C14.717 9.38 15 9.161 15 8a7 7 0 1 0-7 7'/%3E%3C/svg%3E") } i.bucket { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-paint-bucket'%3E%3Cpath d='M6.192 2.78c-.458-.677-.927-1.248-1.35-1.643a3 3 0 0 0-.71-.515c-.217-.104-.56-.205-.882-.02-.367.213-.427.63-.43.896-.003.304.064.664.173 1.044.196.687.556 1.528 1.035 2.402L.752 8.22c-.277.277-.269.656-.218.918.055.283.187.593.36.903.348.627.92 1.361 1.626 2.068.707.707 1.441 1.278 2.068 1.626.31.173.62.305.903.36.262.05.64.059.918-.218l5.615-5.615c.118.257.092.512.05.939-.03.292-.068.665-.073 1.176v.123h.003a1 1 0 0 0 1.993 0H14v-.057a1 1 0 0 0-.004-.117c-.055-1.25-.7-2.738-1.86-3.494a4 4 0 0 0-.211-.434c-.349-.626-.92-1.36-1.627-2.067S8.857 3.052 8.23 2.704c-.31-.172-.62-.304-.903-.36-.262-.05-.64-.058-.918.219l-.217.216zM4.16 1.867c.381.356.844.922 1.311 1.632l-.704.705c-.382-.727-.66-1.402-.813-1.938a3.3 3.3 0 0 1-.131-.673q.137.09.337.274m.394 3.965c.54.852 1.107 1.567 1.607 2.033a.5.5 0 1 0 .682-.732c-.453-.422-1.017-1.136-1.564-2.027l1.088-1.088q.081.181.183.365c.349.627.92 1.361 1.627 2.068.706.707 1.44 1.278 2.068 1.626q.183.103.365.183l-4.861 4.862a1 1 0 0 1-.068-.01c-.137-.027-.342-.104-.608-.252-.524-.292-1.186-.8-1.846-1.46s-1.168-1.32-1.46-1.846c-.147-.265-.225-.47-.251-.607a1 1 0 0 1-.01-.068zm2.87-1.935a2.4 2.4 0 0 1-.241-.561c.135.033.324.11.562.241.524.292 1.186.8 1.846 1.46.45.45.83.901 1.118 1.31a3.5 3.5 0 0 0-1.066.091 11 11 0 0 1-.76-.694c-.66-.66-1.167-1.322-1.458-1.847z'/%3E%3C/svg%3E") } i.bold { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-type-bold'%3E%3Cpath d='M8.21 13c2.106 0 3.412-1.087 3.412-2.823 0-1.306-.984-2.283-2.324-2.386v-.055a2.176 2.176 0 0 0 1.852-2.14c0-1.51-1.162-2.46-3.014-2.46H3.843V13zM5.908 4.674h1.696c.963 0 1.517.451 1.517 1.244 0 .834-.629 1.32-1.73 1.32H5.908V4.673zm0 6.788V8.598h1.73c1.217 0 1.88.492 1.88 1.415 0 .943-.643 1.449-1.832 1.449H5.907z'/%3E%3C/svg%3E") } i.italic { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-type-italic'%3E%3Cpath d='M7.991 11.674 9.53 4.455c.123-.595.246-.71 1.347-.807l.11-.52H7.211l-.11.52c1.06.096 1.128.212 1.005.807L6.57 11.674c-.123.595-.246.71-1.346.806l-.11.52h3.774l.11-.52c-1.06-.095-1.129-.211-1.006-.806z'/%3E%3C/svg%3E") } i.clear { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath d='M290.7 57.4 57.4 290.7c-25 25-25 65.5 0 90.5l80 80c12 12 28.3 18.7 45.3 18.7l105.3.1h224c17.7 0 32-14.3 32-32s-14.3-32-32-32H387.9l130.7-130.7c25-25 25-65.5 0-90.5L381.3 57.4c-25-25-65.5-25-90.5 0zm6.7 358.6H182.6l-80-80 124.7-124.7 137.4 137.4z'/%3E%3C/svg%3E") } i.code { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-code'%3E%3Cpath d='M5.854 4.854a.5.5 0 1 0-.708-.708l-3.5 3.5a.5.5 0 0 0 0 .708l3.5 3.5a.5.5 0 0 0 .708-.708L2.707 8zm4.292 0a.5.5 0 0 1 .708-.708l3.5 3.5a.5.5 0 0 1 0 .708l-3.5 3.5a.5.5 0 0 1-.708-.708L13.293 8z'/%3E%3C/svg%3E") } i.underline { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-type-underline'%3E%3Cpath d='M5.313 3.136h-1.23V9.54c0 2.105 1.47 3.623 3.917 3.623s3.917-1.518 3.917-3.623V3.136h-1.23v6.323c0 1.49-.978 2.57-2.687 2.57s-2.687-1.08-2.687-2.57zM12.5 15h-9v-1h9z'/%3E%3C/svg%3E") } i.uppercase { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-alphabet-uppercase'%3E%3Cpath d='M1.226 10.88H0l2.056-6.26h1.42l2.047 6.26h-1.29l-.48-1.61H1.707l-.48 1.61ZM2.76 5.818h-.054l-.75 2.532H3.51zm3.217 5.062V4.62h2.56c1.09 0 1.808.582 1.808 1.54 0 .762-.444 1.22-1.05 1.372v.055c.736.074 1.365.587 1.365 1.528 0 1.119-.89 1.766-2.133 1.766zM7.18 5.55v1.675h.8c.812 0 1.171-.308 1.171-.853 0-.51-.328-.822-.898-.822zm0 2.537V9.95h.903c.951 0 1.342-.312 1.342-.909 0-.591-.382-.954-1.095-.954zm5.089-.711v.775c0 1.156.49 1.803 1.347 1.803.705 0 1.163-.454 1.212-1.096H16v.12C15.942 10.173 14.95 11 13.607 11c-1.648 0-2.573-1.073-2.573-2.849v-.78c0-1.775.934-2.871 2.573-2.871 1.347 0 2.34.849 2.393 2.087v.115h-1.172c-.05-.665-.516-1.156-1.212-1.156-.849 0-1.347.67-1.347 1.83'/%3E%3C/svg%3E") } i.lowercase { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-alphabet'%3E%3Cpath d='M2.204 11.078c.767 0 1.201-.356 1.406-.737h.059V11h1.216V7.519c0-1.314-.947-1.783-2.11-1.783C1.355 5.736.75 6.42.69 7.27h1.216c.064-.323.313-.552.84-.552s.864.249.864.771v.464H2.346C1.145 7.953.5 8.568.5 9.496c0 .977.693 1.582 1.704 1.582m.42-.947c-.44 0-.845-.235-.845-.718 0-.395.269-.684.84-.684h.991v.538c0 .503-.444.864-.986.864m5.593.937c1.216 0 1.948-.869 1.948-2.31v-.702c0-1.44-.727-2.305-1.929-2.305-.742 0-1.328.347-1.499.889h-.063V3.983h-1.29V11h1.27v-.791h.064c.21.532.776.86 1.499.86Zm-.43-1.025c-.66 0-1.113-.518-1.113-1.28V8.12c0-.825.42-1.343 1.098-1.343.684 0 1.075.518 1.075 1.416v.45c0 .888-.386 1.401-1.06 1.401Zm2.834-1.328c0 1.47.87 2.378 2.305 2.378 1.416 0 2.139-.777 2.158-1.763h-1.186c-.06.425-.313.732-.933.732-.66 0-1.05-.512-1.05-1.352v-.625c0-.81.371-1.328 1.045-1.328.635 0 .879.425.918.776h1.187c-.02-.986-.787-1.806-2.14-1.806-1.41 0-2.304.918-2.304 2.338z'/%3E%3C/svg%3E") } i.capitalize { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='M8.6 17.75V8.6h-3V7h7.7v1.6h-3v9.15zm8.6.25q-1.1 0-1.725-.638T14.85 15.6v-4.05H13.5V10.1h1.35V7.925h1.65V10.1h1.85v1.45H16.5v3.7q0 .575.263.9t.712.325q.225 0 .462-.088t.463-.237v1.625q-.25.125-.55.175t-.65.05'/%3E%3C/svg%3E") } i.strikethrough { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-type-strikethrough'%3E%3Cpath d='M6.333 5.686c0 .31.083.581.27.814H5.166a2.8 2.8 0 0 1-.099-.76c0-1.627 1.436-2.768 3.48-2.768 1.969 0 3.39 1.175 3.445 2.85h-1.23c-.11-1.08-.964-1.743-2.25-1.743-1.23 0-2.18.602-2.18 1.607zm2.194 7.478c-2.153 0-3.589-1.107-3.705-2.81h1.23c.144 1.06 1.129 1.703 2.544 1.703 1.34 0 2.31-.705 2.31-1.675 0-.827-.547-1.374-1.914-1.675L8.046 8.5H1v-1h14v1h-3.504c.468.437.675.994.675 1.697 0 1.826-1.436 2.967-3.644 2.967'/%3E%3C/svg%3E") } i.subscript { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='currentColor' d='M11.354 14.5v-.665l1.553-1.438q.198-.192.332-.345.136-.154.207-.3.07-.15.07-.322a.57.57 0 0 0-.326-.546.75.75 0 0 0-.343-.077.7.7 0 0 0-.35.082.56.56 0 0 0-.23.232.75.75 0 0 0-.08.36h-.876q0-.429.194-.744a1.3 1.3 0 0 1 .543-.488 1.8 1.8 0 0 1 .806-.172q.468 0 .816.166.35.164.543.456.195.292.194.669 0 .247-.098.488-.096.24-.343.535a8 8 0 0 1-.697.7l-.637.625v.03h1.832v.754zM5.04 4.273l1.92 3.196h.068l1.93-3.196h1.803L8.073 8.636 10.805 13H8.972L7.03 9.825h-.068L5.018 13H3.194l2.757-4.364-2.723-4.363z'/%3E%3C/svg%3E") } i.superscript { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='currentColor' d='M11.354 6v-.665l1.553-1.438q.198-.192.332-.345a1.3 1.3 0 0 0 .207-.3q.07-.15.07-.322a.57.57 0 0 0-.326-.545.75.75 0 0 0-.343-.077.7.7 0 0 0-.35.08.56.56 0 0 0-.23.233.75.75 0 0 0-.08.36h-.876q0-.429.194-.744a1.3 1.3 0 0 1 .543-.488 1.8 1.8 0 0 1 .806-.172q.468 0 .816.166.35.164.543.456.195.291.194.669 0 .247-.098.488-.096.24-.343.535a8 8 0 0 1-.697.7l-.637.625v.03h1.832V6zM5.04 4.273l1.92 3.196h.068l1.93-3.196h1.803L8.073 8.636 10.805 13H8.972L7.03 9.825h-.068L5.018 13H3.194l2.757-4.364-2.723-4.363z'/%3E%3C/svg%3E") } i.link { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-link'%3E%3Cpath d='M6.354 5.5H4a3 3 0 0 0 0 6h3a3 3 0 0 0 2.83-4H9q-.13 0-.25.031A2 2 0 0 1 7 10.5H4a2 2 0 1 1 0-4h1.535c.218-.376.495-.714.82-1z'/%3E%3Cpath d='M9 5.5a3 3 0 0 0-2.83 4h1.098A2 2 0 0 1 9 6.5h3a2 2 0 1 1 0 4h-1.535a4 4 0 0 1-.82 1H12a3 3 0 1 0 0-6z'/%3E%3C/svg%3E") } i.horizontal-rule { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-file-break'%3E%3Cpath d='M0 10.5a.5.5 0 0 1 .5-.5h15a.5.5 0 0 1 0 1H.5a.5.5 0 0 1-.5-.5M12 0H4a2 2 0 0 0-2 2v7h1V2a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v7h1V2a2 2 0 0 0-2-2m2 12h-1v2a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1v-2H2v2a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2z'/%3E%3C/svg%3E") } .icon.plus { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4'/%3E%3C/svg%3E") } .icon.caret-right { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-caret-right-fill'%3E%3Cpath d='m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z'/%3E%3C/svg%3E") } .icon.dropdown-more { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23000' d='M4.648 4.475 1.824 12.25H.67l3.252-8.531h.744zm2.368 7.775-2.83-7.775-.018-.756h.744l3.264 8.531zm-.147-3.158v.926H2.076v-.926H6.87Zm6.024 2.074V7.902q0-.375-.153-.65a1 1 0 0 0-.445-.434 1.6 1.6 0 0 0-.738-.152q-.41 0-.721.14a1.25 1.25 0 0 0-.48.37.8.8 0 0 0-.17.492H9.101q0-.34.175-.674a2 2 0 0 1 .504-.603q.335-.276.797-.434.469-.165 1.043-.164.691 0 1.219.234.533.235.832.71.305.468.305 1.177v2.953q0 .317.052.674.06.357.17.615v.094h-1.13a2 2 0 0 1-.13-.498 4 4 0 0 1-.046-.586Zm.187-2.76.012.762h-1.096q-.463 0-.826.076a1.9 1.9 0 0 0-.61.217.98.98 0 0 0-.504.879q0 .299.135.545a1 1 0 0 0 .405.392q.275.141.674.141.498 0 .878-.211a1.8 1.8 0 0 0 .604-.516q.228-.304.246-.591l.463.521a1.6 1.6 0 0 1-.223.545 2.6 2.6 0 0 1-1.2 1.025 2.3 2.3 0 0 1-.927.176 2.4 2.4 0 0 1-1.13-.252 1.93 1.93 0 0 1-.75-.674 1.8 1.8 0 0 1-.264-.955q0-.51.199-.896a1.73 1.73 0 0 1 .574-.65q.375-.265.903-.399a4.8 4.8 0 0 1 1.177-.135z'/%3E%3C/svg%3E") } .icon.font-color { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' data-name='Layer 1' viewBox='0 0 7.99 7.74'%3E%3Cpath d='M3.05 0 0 7.74h1.59l.66-1.67h3.5l.66 1.67H8L4.93 0zm-.22 4.59L4 1.64l1.17 2.95H2.84Z' style='fill:%23231f20'/%3E%3C/svg%3E"); padding: 2px; background-origin: content-box; background-repeat: no-repeat } .icon.bg-color { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' width='16' height='16' data-name='Layer 1' viewBox='0 0 14.67 13.83'%3E%3Cdefs%3E%3Cstyle%3E.cls-3{stroke:%23231f20;fill:none;stroke-width:1.33px;stroke-linecap:round;stroke-miterlimit:1.33}%3C/style%3E%3C/defs%3E%3Cpath d='m6.28.67 1.18 1.18' class='cls-3'/%3E%3Cpath d='M7.23 1.61 2.04 6.8l3.77 3.77L11 5.38z' style='stroke:%23231f20;stroke-linejoin:round;fill:none;stroke-width:1.33px'/%3E%3Cpath d='M11.67 11.17c.74 0 1.33-.6 1.33-1.33 0-.49-.44-1.16-1.33-2-.89.84-1.33 1.51-1.33 2 0 .74.6 1.33 1.33 1.33Z' style='fill:%23231f20;fill-rule:evenodd;stroke-miterlimit:10;stroke:%23231f20'/%3E%3Cpath d='m3.33 5.52 5.65 1.86M.67 13.17H14' class='cls-3'/%3E%3C/svg%3E") } .icon.table { background-color: #6c757d; mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-table'%3E%3Cpath d='M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm15 2h-4v3h4zm0 4h-4v3h4zm0 4h-4v3h3a1 1 0 0 0 1-1zm-5 3v-3H6v3zm-5 0v-3H1v2a1 1 0 0 0 1 1zm-4-4h4V8H1zm0-4h4V4H1zm5-3v3h4V4zm4 4H6v3h4z'/%3E%3C/svg%3E"); -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-table'%3E%3Cpath d='M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm15 2h-4v3h4zm0 4h-4v3h4zm0 4h-4v3h3a1 1 0 0 0 1-1zm-5 3v-3H6v3zm-5 0v-3H1v2a1 1 0 0 0 1 1zm-4-4h4V8H1zm0-4h4V4H1zm5-3v3h4V4zm4 4H6v3h4z'/%3E%3C/svg%3E"); mask-repeat: no-repeat; -webkit-mask-repeat: no-repeat; mask-size: contain; -webkit-mask-size: contain } i.image { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-file-image'%3E%3Cpath d='M8.002 5.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0'/%3E%3Cpath d='M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2M3 2a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v8l-2.083-2.083a.5.5 0 0 0-.76.063L8 11 5.835 9.7a.5.5 0 0 0-.611.076L3 12z'/%3E%3C/svg%3E") } i.edit { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' aria-hidden='true' class='h-5 w-5 text-primary-500' data-slot='icon' viewBox='0 0 20 20'%3E%3Cpath d='m5.433 13.917 1.262-3.155A4 4 0 0 1 7.58 9.42l6.92-6.918a2.121 2.121 0 0 1 3 3l-6.92 6.918c-.383.383-.84.685-1.343.886l-3.154 1.262a.5.5 0 0 1-.65-.65Z'/%3E%3Cpath d='M3.5 5.75c0-.69.56-1.25 1.25-1.25H10A.75.75 0 0 0 10 3H4.75A2.75 2.75 0 0 0 2 5.75v9.5A2.75 2.75 0 0 0 4.75 18h9.5A2.75 2.75 0 0 0 17 15.25V10a.75.75 0 0 0-1.5 0v5.25c0 .69-.56 1.25-1.25 1.25h-9.5c-.69 0-1.25-.56-1.25-1.25z'/%3E%3C/svg%3E"); background-repeat: no-repeat } .image-editor-button { display: none } .image-span:has(.focused)>.image-editor-button { display: inherit } i.table { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-table'%3E%3Cpath d='M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm15 2h-4v3h4zm0 4h-4v3h4zm0 4h-4v3h3a1 1 0 0 0 1-1zm-5 3v-3H6v3zm-5 0v-3H1v2a1 1 0 0 0 1 1zm-4-4h4V8H1zm0-4h4V4H1zm5-3v3h4V4zm4 4H6v3h4z'/%3E%3C/svg%3E") } i.close { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc.--%3E%3Cpath d='M0 256C0 114.6 114.6 0 256 0s256 114.6 256 256-114.6 256-256 256S0 397.4 0 256m175-47.9 47.1 47L175 303c-9.3 9.4-9.3 24.6 0 33.1 9.4 10.2 24.6 10.2 33.1 0l47-46.2 47.9 46.2c9.4 10.2 24.6 10.2 33.1 0 10.2-8.5 10.2-23.7 0-33.1l-46.2-47.9 46.2-47c10.2-8.5 10.2-23.7 0-33.1-8.5-9.3-23.7-9.3-33.1 0l-47.9 47.1-47-47.1c-8.5-9.3-23.7-9.3-33.1 0-9.3 9.4-9.3 24.6 0 33.1'/%3E%3C/svg%3E") } i.figma { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc.--%3E%3Cpath d='M14 95.792C14 42.888 56.888 0 109.793 0h164.368c52.905 0 95.793 42.888 95.793 95.792 0 33.5-17.196 62.984-43.243 80.105 26.047 17.122 43.243 46.605 43.243 80.105 0 52.905-42.888 95.793-95.793 95.793h-2.08c-24.802 0-47.403-9.426-64.415-24.891v88.263c0 53.61-44.009 96.833-97.357 96.833C57.536 512 14 469.243 14 416.207c0-33.498 17.195-62.98 43.24-80.102C31.193 318.983 14 289.5 14 256.002c0-33.5 17.196-62.983 43.242-80.105C31.197 158.776 14 129.292 14 95.792m162.288 95.795h-66.495c-35.576 0-64.415 28.84-64.415 64.415 0 35.438 28.617 64.192 64.003 64.414l.412-.001h66.495zm31.378 64.415c0 35.575 28.839 64.415 64.415 64.415h2.08c35.576 0 64.415-28.84 64.415-64.415s-28.839-64.415-64.415-64.415h-2.08c-35.576 0-64.415 28.84-64.415 64.415m-97.873 95.793-.412-.001c-35.386.221-64.003 28.975-64.003 64.413 0 35.445 29.225 64.415 64.931 64.415 36.282 0 65.979-29.436 65.979-65.455v-63.372zm0-320.417c-35.576 0-64.415 28.84-64.415 64.414 0 35.576 28.84 64.415 64.415 64.415h66.495V31.377zm97.873 128.829h66.495c35.576 0 64.415-28.839 64.415-64.415 0-35.575-28.839-64.414-64.415-64.414h-66.495z'/%3E%3C/svg%3E") } i.poll { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-card-checklist'%3E%3Cpath d='M14.5 3a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5zm-13-1A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2z'/%3E%3Cpath d='M7 5.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m-1.496-.854a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 1 1 .708-.708l.146.147 1.146-1.147a.5.5 0 0 1 .708 0M7 9.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m-1.496-.854a.5.5 0 0 1 0 .708l-1.5 1.5a.5.5 0 0 1-.708 0l-.5-.5a.5.5 0 0 1 .708-.708l.146.147 1.146-1.147a.5.5 0 0 1 .708 0'/%3E%3C/svg%3E") } i.columns { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-layout-three-columns'%3E%3Cpath d='M0 1.5A1.5 1.5 0 0 1 1.5 0h13A1.5 1.5 0 0 1 16 1.5v13a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 14.5zM1.5 1a.5.5 0 0 0-.5.5v13a.5.5 0 0 0 .5.5H5V1zM10 15V1H6v14zm1 0h3.5a.5.5 0 0 0 .5-.5v-13a.5.5 0 0 0-.5-.5H11z'/%3E%3C/svg%3E") } i.tweet { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-twitter'%3E%3Cpath d='M5.026 15c6.038 0 9.341-5.003 9.341-9.334q.002-.211-.006-.422A6.7 6.7 0 0 0 16 3.542a6.7 6.7 0 0 1-1.889.518 3.3 3.3 0 0 0 1.447-1.817 6.5 6.5 0 0 1-2.087.793A3.286 3.286 0 0 0 7.875 6.03a9.32 9.32 0 0 1-6.767-3.429 3.29 3.29 0 0 0 1.018 4.382A3.3 3.3 0 0 1 .64 6.575v.045a3.29 3.29 0 0 0 2.632 3.218 3.2 3.2 0 0 1-.865.115 3.2 3.2 0 0 1-.614-.057 3.28 3.28 0 0 0 3.067 2.277A6.6 6.6 0 0 1 .78 13.58a6 6 0 0 1-.78-.045A9.34 9.34 0 0 0 5.026 15'/%3E%3C/svg%3E") } i.youtube { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-youtube'%3E%3Cpath d='M8.051 1.999h.089c.822.003 4.987.033 6.11.335a2.01 2.01 0 0 1 1.415 1.42c.101.38.172.883.22 1.402l.01.104.022.26.008.104c.065.914.073 1.77.074 1.957v.075c-.001.194-.01 1.108-.082 2.06l-.008.105-.009.104c-.05.572-.124 1.14-.235 1.558a2.01 2.01 0 0 1-1.415 1.42c-1.16.312-5.569.334-6.18.335h-.142c-.309 0-1.587-.006-2.927-.052l-.17-.006-.087-.004-.171-.007-.171-.007c-1.11-.049-2.167-.128-2.654-.26a2.01 2.01 0 0 1-1.415-1.419c-.111-.417-.185-.986-.235-1.558L.09 9.82l-.008-.104A31 31 0 0 1 0 7.68v-.123c.002-.215.01-.958.064-1.778l.007-.103.003-.052.008-.104.022-.26.01-.104c.048-.519.119-1.023.22-1.402a2.01 2.01 0 0 1 1.415-1.42c.487-.13 1.544-.21 2.654-.26l.17-.007.172-.006.086-.003.171-.007A100 100 0 0 1 7.858 2zM6.4 5.209v4.818l4.157-2.408z'/%3E%3C/svg%3E") } .icon.left-align, i.left-align { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-text-left'%3E%3Cpath fill-rule='evenodd' d='M2 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5m0-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5'/%3E%3C/svg%3E") } .icon.center-align, i.center-align { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-text-center'%3E%3Cpath fill-rule='evenodd' d='M4 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m-2-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5m2-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m-2-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5'/%3E%3C/svg%3E") } .icon.right-align, i.right-align { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-text-right'%3E%3Cpath fill-rule='evenodd' d='M6 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m-4-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5m4-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m-4-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5'/%3E%3C/svg%3E") } .icon.justify-align, i.justify-align { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-justify'%3E%3Cpath fill-rule='evenodd' d='M2 12.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5m0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5m0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5m0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5'/%3E%3C/svg%3E") } i.indent { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-text-indent-left'%3E%3Cpath d='M2 3.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5m.646 2.146a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L4.293 8 2.646 6.354a.5.5 0 0 1 0-.708M7 6.5a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5m0 3a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5m-5 3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5'/%3E%3C/svg%3E") } i.markdown { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-markdown'%3E%3Cpath d='M14 3a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1zM2 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2z'/%3E%3Cpath fill-rule='evenodd' d='M9.146 8.146a.5.5 0 0 1 .708 0L11.5 9.793l1.646-1.647a.5.5 0 0 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 0 1 0-.708'/%3E%3Cpath fill-rule='evenodd' d='M11.5 5a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0v-4a.5.5 0 0 1 .5-.5'/%3E%3Cpath d='M3.56 11V7.01h.056l1.428 3.239h.774l1.42-3.24h.056V11h1.073V5.001h-1.2l-1.71 3.894h-.039l-1.71-3.894H2.5V11z'/%3E%3C/svg%3E") } i.outdent { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-text-indent-right'%3E%3Cpath d='M2 3.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5m10.646 2.146a.5.5 0 0 1 .708.708L11.707 8l1.647 1.646a.5.5 0 0 1-.708.708l-2-2a.5.5 0 0 1 0-.708zM2 6.5a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5m0 3a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5m0 3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5'/%3E%3C/svg%3E") } i.undo { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-arrow-counterclockwise'%3E%3Cpath fill-rule='evenodd' d='M8 3a5 5 0 1 1-4.546 2.914.5.5 0 0 0-.908-.417A6 6 0 1 0 8 2z'/%3E%3Cpath d='M8 4.466V.534a.25.25 0 0 0-.41-.192L5.23 2.308a.25.25 0 0 0 0 .384l2.36 1.966A.25.25 0 0 0 8 4.466'/%3E%3C/svg%3E") } i.redo { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-arrow-clockwise'%3E%3Cpath fill-rule='evenodd' d='M8 3a5 5 0 1 0 4.546 2.914.5.5 0 0 1 .908-.417A6 6 0 1 1 8 2z'/%3E%3Cpath d='M8 4.466V.534a.25.25 0 0 1 .41-.192l2.36 1.966c.12.1.12.284 0 .384L8.41 4.658A.25.25 0 0 1 8 4.466'/%3E%3C/svg%3E") } i.sticky { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-sticky'%3E%3Cpath d='M2.5 1A1.5 1.5 0 0 0 1 2.5v11A1.5 1.5 0 0 0 2.5 15h6.086a1.5 1.5 0 0 0 1.06-.44l4.915-4.914A1.5 1.5 0 0 0 15 8.586V2.5A1.5 1.5 0 0 0 13.5 1zM2 2.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 .5.5V8H9.5A1.5 1.5 0 0 0 8 9.5V14H2.5a.5.5 0 0 1-.5-.5zm7 11.293V9.5a.5.5 0 0 1 .5-.5h4.293z'/%3E%3C/svg%3E") } i.mic { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-mic'%3E%3Cpath d='M3.5 6.5A.5.5 0 0 1 4 7v1a4 4 0 0 0 8 0V7a.5.5 0 0 1 1 0v1a5 5 0 0 1-4.5 4.975V15h3a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1h3v-2.025A5 5 0 0 1 3 8V7a.5.5 0 0 1 .5-.5'/%3E%3Cpath d='M10 8a2 2 0 1 1-4 0V3a2 2 0 1 1 4 0zM8 0a3 3 0 0 0-3 3v5a3 3 0 0 0 6 0V3a3 3 0 0 0-3-3'/%3E%3C/svg%3E") } i.import { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-upload'%3E%3Cpath d='M.5 9.9a.5.5 0 0 1 .5.5v2.5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2.5a.5.5 0 0 1 1 0v2.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2.5a.5.5 0 0 1 .5-.5'/%3E%3Cpath d='M7.646 1.146a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 2.707V11.5a.5.5 0 0 1-1 0V2.707L5.354 4.854a.5.5 0 1 1-.708-.708z'/%3E%3C/svg%3E") } i.export { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-download'%3E%3Cpath d='M.5 9.9a.5.5 0 0 1 .5.5v2.5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2.5a.5.5 0 0 1 1 0v2.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2.5a.5.5 0 0 1 .5-.5'/%3E%3Cpath d='M7.646 11.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V1.5a.5.5 0 0 0-1 0v8.793L5.354 8.146a.5.5 0 1 0-.708.708z'/%3E%3C/svg%3E") } i.share { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-send'%3E%3Cpath d='M15.854.146a.5.5 0 0 1 .11.54l-5.819 14.547a.75.75 0 0 1-1.329.124l-3.178-4.995L.643 7.184a.75.75 0 0 1 .124-1.33L15.314.037a.5.5 0 0 1 .54.11ZM6.636 10.07l2.761 4.338L14.13 2.576zm6.787-8.201L1.591 6.602l4.339 2.76z'/%3E%3C/svg%3E") } i.diagram-2 { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-diagram-2'%3E%3Cpath fill-rule='evenodd' d='M6 3.5A1.5 1.5 0 0 1 7.5 2h1A1.5 1.5 0 0 1 10 3.5v1A1.5 1.5 0 0 1 8.5 6v1H11a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0V8h-5v.5a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 5 7h2.5V6A1.5 1.5 0 0 1 6 4.5zM8.5 5a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5zM3 11.5A1.5 1.5 0 0 1 4.5 10h1A1.5 1.5 0 0 1 7 11.5v1A1.5 1.5 0 0 1 5.5 14h-1A1.5 1.5 0 0 1 3 12.5zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm4.5.5a1.5 1.5 0 0 1 1.5-1.5h1a1.5 1.5 0 0 1 1.5 1.5v1a1.5 1.5 0 0 1-1.5 1.5h-1A1.5 1.5 0 0 1 9 12.5zm1.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z'/%3E%3C/svg%3E") } i.user { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc.--%3E%3Cpath d='M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256 256-114.6 256-256S397.4 0 256 0m0 128c39.77 0 72 32.24 72 72s-32.2 72-72 72c-39.76 0-72-32.24-72-72s32.2-72 72-72m0 320c-52.93 0-100.9-21.53-135.7-56.29C136.5 349.9 176.5 320 224 320h64c47.54 0 87.54 29.88 103.7 71.71C356.9 426.5 308.9 448 256 448'/%3E%3C/svg%3E") } i.equation { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus-slash-minus'%3E%3Cpath d='m1.854 14.854 13-13a.5.5 0 0 0-.708-.708l-13 13a.5.5 0 0 0 .708.708M4 1a.5.5 0 0 1 .5.5v2h2a.5.5 0 0 1 0 1h-2v2a.5.5 0 0 1-1 0v-2h-2a.5.5 0 0 1 0-1h2v-2A.5.5 0 0 1 4 1m5 11a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5A.5.5 0 0 1 9 12'/%3E%3C/svg%3E") } i.gif { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-filetype-gif'%3E%3Cpath fill-rule='evenodd' d='M14 4.5V14a2 2 0 0 1-2 2H9v-1h3a1 1 0 0 0 1-1V4.5h-2A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v9H2V2a2 2 0 0 1 2-2h5.5zM3.278 13.124a1.4 1.4 0 0 0-.14-.492 1.3 1.3 0 0 0-.314-.407 1.5 1.5 0 0 0-.48-.275 1.9 1.9 0 0 0-.636-.1q-.542 0-.926.229a1.5 1.5 0 0 0-.583.632 2.1 2.1 0 0 0-.199.95v.506q0 .408.105.745.105.336.32.58.213.243.533.377.323.132.753.132.402 0 .697-.111a1.29 1.29 0 0 0 .788-.77q.097-.261.097-.551v-.797H1.717v.589h.823v.255q0 .199-.09.363a.67.67 0 0 1-.273.264 1 1 0 0 1-.457.096.87.87 0 0 1-.519-.146.9.9 0 0 1-.305-.413 1.8 1.8 0 0 1-.096-.615v-.499q0-.547.234-.85.237-.3.665-.301a1 1 0 0 1 .3.044q.136.044.236.126a.7.7 0 0 1 .17.19.8.8 0 0 1 .097.25zm1.353 2.801v-3.999H3.84v4h.79Zm1.493-1.59v1.59h-.791v-3.999H7.88v.653H6.124v1.117h1.605v.638z'/%3E%3C/svg%3E") } i.copy { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 1000'%3E%3Cpath d='M710 10H360c-38.6 0-70 31.4-70 70v630c0 38.6 31.4 70 70 70h490c38.6 0 70-31.4 70-70V220zm0 99 111 111H710zm140 601H360V80h280v210h210z'/%3E%3Cpath d='M430 360h350v70H430zm0 140h350v70H430z'/%3E%3Cpath d='M640 920H150V290h70v-70h-70c-38.6 0-70 31.4-70 70v630c0 38.6 31.4 70 70 70h490c38.6 0 70-31.4 70-70v-70h-70z'/%3E%3C/svg%3E") } i.success { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Ccircle cx='25' cy='25' r='25' fill='%2325ae88'/%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2' d='M38 15 22 33l-10-8'/%3E%3C/svg%3E") } i.prettier { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8.571 23.429A.57.57 0 0 1 8 24H2.286a.571.571 0 0 1 0-1.143H8c.316 0 .571.256.571.572M8 20.57H6.857a.571.571 0 0 0 0 1.143H8a.571.571 0 0 0 0-1.143m-5.714 1.143H4.57a.571.571 0 0 0 0-1.143H2.286a.571.571 0 0 0 0 1.143M8 18.286H2.286a.571.571 0 0 0 0 1.143H8a.571.571 0 0 0 0-1.143M16 16H5.714a.571.571 0 0 0 0 1.143H16A.571.571 0 0 0 16 16M2.286 17.143h1.143a.571.571 0 0 0 0-1.143H2.286a.571.571 0 0 0 0 1.143m17.143-3.429H16a.571.571 0 0 0 0 1.143h3.429a.571.571 0 0 0 0-1.143M9.143 14.857h4.571a.571.571 0 0 0 0-1.143H9.143a.571.571 0 0 0 0 1.143m-6.857 0h4.571a.571.571 0 0 0 0-1.143H2.286a.571.571 0 0 0 0 1.143M20.57 11.43h-9.14a.571.571 0 0 0 0 1.142h9.142a.571.571 0 0 0 0-1.142zM9.714 12a.57.57 0 0 0-.571-.571H5.714a.571.571 0 0 0 0 1.142h3.429A.57.57 0 0 0 9.714 12m-7.428.571h1.143a.571.571 0 0 0 0-1.142H2.286a.571.571 0 0 0 0 1.142m19.428-3.428H16a.571.571 0 0 0 0 1.143h5.714a.571.571 0 0 0 0-1.143M2.286 10.286H8a.571.571 0 0 0 0-1.143H2.286a.571.571 0 0 0 0 1.143m13.143-2.857A.57.57 0 0 0 16 8h5.714a.571.571 0 0 0 0-1.143H16a.57.57 0 0 0-.571.572m-8.572-.572a.571.571 0 0 0 0 1.143H8a.571.571 0 0 0 0-1.143zM2.286 8H4.57a.571.571 0 0 0 0-1.143H2.286a.571.571 0 0 0 0 1.143m16.571-2.857c0 .315.256.571.572.571h1.142a.571.571 0 0 0 0-1.143H19.43a.57.57 0 0 0-.572.572zm-1.143 0a.57.57 0 0 0-.571-.572H12.57a.571.571 0 0 0 0 1.143h4.572a.57.57 0 0 0 .571-.571zm-15.428.571h8a.571.571 0 0 0 0-1.143h-8a.571.571 0 0 0 0 1.143m5.143-2.857c0 .316.255.572.571.572h11.429a.571.571 0 0 0 0-1.143H8a.57.57 0 0 0-.571.571m-5.143.572h3.428a.571.571 0 0 0 0-1.143H2.286a.571.571 0 0 0 0 1.143m0-2.286H16A.571.571 0 0 0 16 0H2.286a.571.571 0 0 0 0 1.143'/%3E%3C/svg%3E") } i.prettier-error { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='color:red' viewBox='0 0 24 24'%3E%3Cpath fill='red' d='M8.571 23.429A.57.57 0 0 1 8 24H2.286a.571.571 0 0 1 0-1.143H8c.316 0 .571.256.571.572M8 20.57H6.857a.571.571 0 0 0 0 1.143H8a.571.571 0 0 0 0-1.143m-5.714 1.143H4.57a.571.571 0 0 0 0-1.143H2.286a.571.571 0 0 0 0 1.143M8 18.286H2.286a.571.571 0 0 0 0 1.143H8a.571.571 0 0 0 0-1.143M16 16H5.714a.571.571 0 0 0 0 1.143H16A.571.571 0 0 0 16 16M2.286 17.143h1.143a.571.571 0 0 0 0-1.143H2.286a.571.571 0 0 0 0 1.143m17.143-3.429H16a.571.571 0 0 0 0 1.143h3.429a.571.571 0 0 0 0-1.143M9.143 14.857h4.571a.571.571 0 0 0 0-1.143H9.143a.571.571 0 0 0 0 1.143m-6.857 0h4.571a.571.571 0 0 0 0-1.143H2.286a.571.571 0 0 0 0 1.143M20.57 11.43h-9.14a.571.571 0 0 0 0 1.142h9.142a.571.571 0 0 0 0-1.142zM9.714 12a.57.57 0 0 0-.571-.571H5.714a.571.571 0 0 0 0 1.142h3.429A.57.57 0 0 0 9.714 12m-7.428.571h1.143a.571.571 0 0 0 0-1.142H2.286a.571.571 0 0 0 0 1.142m19.428-3.428H16a.571.571 0 0 0 0 1.143h5.714a.571.571 0 0 0 0-1.143M2.286 10.286H8a.571.571 0 0 0 0-1.143H2.286a.571.571 0 0 0 0 1.143m13.143-2.857A.57.57 0 0 0 16 8h5.714a.571.571 0 0 0 0-1.143H16a.57.57 0 0 0-.571.572m-8.572-.572a.571.571 0 0 0 0 1.143H8a.571.571 0 0 0 0-1.143zM2.286 8H4.57a.571.571 0 0 0 0-1.143H2.286a.571.571 0 0 0 0 1.143m16.571-2.857c0 .315.256.571.572.571h1.142a.571.571 0 0 0 0-1.143H19.43a.57.57 0 0 0-.572.572zm-1.143 0a.57.57 0 0 0-.571-.572H12.57a.571.571 0 0 0 0 1.143h4.572a.57.57 0 0 0 .571-.571zm-15.428.571h8a.571.571 0 0 0 0-1.143h-8a.571.571 0 0 0 0 1.143m5.143-2.857c0 .316.255.572.571.572h11.429a.571.571 0 0 0 0-1.143H8a.57.57 0 0 0-.571.571m-5.143.572h3.428a.571.571 0 0 0 0-1.143H2.286a.571.571 0 0 0 0 1.143m0-2.286H16A.571.571 0 0 0 16 0H2.286a.571.571 0 0 0 0 1.143'/%3E%3C/svg%3E") } .icon.page-break, i.page-break { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-scissors' transform='scale(1 -1)rotate(90)'%3E%3Cpath d='M3.5 3.5c-.614-.884-.074-1.962.858-2.5L8 7.226 11.642 1c.932.538 1.472 1.616.858 2.5L8.81 8.61l1.556 2.661a2.5 2.5 0 1 1-.794.637L8 9.73l-1.572 2.177a2.5 2.5 0 1 1-.794-.637L7.19 8.61zm2.5 10a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0m7 0a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0'/%3E%3C/svg%3E") } .link-editor .button.active, .toolbar .button.active { background-color: #b7ccfb } .link-input { width: calc(100% - 75px); box-sizing: border-box; margin: 12px; padding: 8px 12px; border-radius: 10px; background-color: #eee; border: 0 } .link-input, .link-view { display: block; font-size: 15px; color: #050505; outline: 0; position: relative; font-family: inherit } .link-view { width: calc(100% - 24px); padding: 16px 24px; border-radius: 15px; border: 0 } .link-view a { display: block; word-break: break-word; width: calc(100% - 33px) } .link-edit { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-pencil-fill'%3E%3Cpath d='M12.854.146a.5.5 0 0 0-.707 0L10.5 1.793 14.207 5.5l1.647-1.646a.5.5 0 0 0 0-.708zm.646 6.061L9.793 2.5 3.293 9H3.5a.5.5 0 0 1 .5.5v.5h.5a.5.5 0 0 1 .5.5v.5h.5a.5.5 0 0 1 .5.5v.5h.5a.5.5 0 0 1 .5.5v.207zm-7.468 7.468A.5.5 0 0 1 6 13.5V13h-.5a.5.5 0 0 1-.5-.5V12h-.5a.5.5 0 0 1-.5-.5V11h-.5a.5.5 0 0 1-.5-.5V10h-.5a.5.5 0 0 1-.175-.032l-.179.178a.5.5 0 0 0-.11.168l-2 5a.5.5 0 0 0 .65.65l5-2a.5.5 0 0 0 .168-.11z'/%3E%3C/svg%3E") } .link-edit, .link-trash { background-size: 16px; background-position: 50%; background-repeat: no-repeat; width: 35px; height: 35px; align-self: center; cursor: pointer } .link-trash { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-trash'%3E%3Cpath d='M5.5 5.5A.5.5 0 0 1 6 6v6a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5m2.5 0a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5m3 .5a.5.5 0 0 0-1 0v6a.5.5 0 0 0 1 0z'/%3E%3Cpath fill-rule='evenodd' d='M14.5 3a1 1 0 0 1-1 1H13v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V4h-.5a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1H6a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1h3.5a1 1 0 0 1 1 1zM4.118 4 4 4.059V13a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V4.059L11.882 4zM2.5 3V2h11v1z'/%3E%3C/svg%3E") } .link-cancel { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc.--%3E%3Cpath d='M0 256C0 114.6 114.6 0 256 0s256 114.6 256 256-114.6 256-256 256S0 397.4 0 256m175-47.9 47.1 47L175 303c-9.3 9.4-9.3 24.6 0 33.1 9.4 10.2 24.6 10.2 33.1 0l47-46.2 47.9 46.2c9.4 10.2 24.6 10.2 33.1 0 10.2-8.5 10.2-23.7 0-33.1l-46.2-47.9 46.2-47c10.2-8.5 10.2-23.7 0-33.1-8.5-9.3-23.7-9.3-33.1 0l-47.9 47.1-47-47.1c-8.5-9.3-23.7-9.3-33.1 0-9.3 9.4-9.3 24.6 0 33.1'/%3E%3C/svg%3E") } .link-cancel, .link-confirm { background-size: 16px; background-position: 50%; background-repeat: no-repeat; width: 35px; height: 35px; align-self: center; cursor: pointer } .link-confirm { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Ccircle cx='25' cy='25' r='25'/%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='4' d='M38 15 22 33l-10-8'/%3E%3C/svg%3E") } .link-view a { color: #216fdb; white-space: nowrap; overflow: hidden; margin-right: 30px; text-overflow: ellipsis } .editor ul ul { list-style-type: circle !important } .editor ul ul ul { list-style-type: square !important } .editor ul ul ul ul { list-style-type: disc !important } .editor ul ul ul ul ul { list-style-type: circle !important } .editor ul ul ul ul ul ul { list-style-type: square !important } .link-view a:hover { text-decoration: underline } .mention:focus { box-shadow: 0 0 0 2px #b4d5ff; outline: none } .characters-limit { color: #888; font-size: 12px; text-align: right; display: block; position: absolute; left: 12px; bottom: 5px } .characters-limit.characters-limit-exceeded { color: red } .dropdown { z-index: 100; box-shadow: 0 12px 28px #0003, 0 2px 4px #0000001a, inset 0 0 0 1px #ffffff80; border-radius: 8px; min-height: 40px; --tw-bg-opacity: 1; background-color: rgb(255 255 255/var(--tw-bg-opacity, 1)) } .dropdown:is(.dark *) { --tw-bg-opacity: 1; background-color: rgb(0 0 0/var(--tw-bg-opacity, 1)) } .clr-picker:is(.dark *) { --tw-bg-opacity: 1; background-color: rgb(0 0 0/var(--tw-bg-opacity, 1)) } input.clr-color:is(.dark *) { background-color: hsla(0, 0%, 100%, .05); --tw-text-opacity: 1; color: rgb(255 255 255/var(--tw-text-opacity, 1)) } .dropdown .item { margin: 0 8px; padding: 8px; color: #050505; cursor: pointer; line-height: 16px; font-size: 15px; display: flex; align-content: center; flex-direction: row; flex-shrink: 0; justify-content: space-between; background-color: #fff; border-radius: 8px; border: 0; max-width: 250px; min-width: 100px } .dropdown .item.wide { align-items: center; width: 248px } .dropdown .item.wide .icon-text-container { display: flex } .dropdown .item.wide .icon-text-container .text { min-width: 120px } .dropdown .item .shortcut { color: #939393; align-self: flex-end } .dropdown .item .active { display: flex; width: 20px; height: 20px; background-size: contain } .dropdown .item:first-child { margin-top: 8px } .dropdown .item:last-child { margin-bottom: 8px } .dropdown .item:hover { background-color: #eee } .dropdown .item .text { display: flex; line-height: 20px; flex-grow: 1; min-width: 150px } .dropdown .item .icon { display: flex; width: 20px; height: 20px; -webkit-user-select: none; -moz-user-select: none; user-select: none; margin-right: 12px; line-height: 16px; background-size: contain; background-position: 50%; background-repeat: no-repeat } .dropdown .divider { width: auto; background-color: #eee; margin: 4px 8px; height: 1px } @media screen and (max-width:1100px) { .dropdown-button-text { display: none !important } .code-language .dropdown-button-text, .dialog-dropdown>.dropdown-button-text, .font-size .dropdown-button-text { display: flex !important } } .icon.paragraph { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-text-paragraph'%3E%3Cpath fill-rule='evenodd' d='M2 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5m0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5m4-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5'/%3E%3C/svg%3E") } .icon.h1 { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-type-h1'%3E%3Cpath d='M8.637 13V3.669H7.379V7.62H2.758V3.67H1.5V13h1.258V8.728h4.62V13zm5.329 0V3.669h-1.244L10.5 5.316v1.265l2.16-1.565h.062V13z'/%3E%3C/svg%3E") } .icon.h2 { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-type-h2'%3E%3Cpath d='M7.638 13V3.669H6.38V7.62H1.759V3.67H.5V13h1.258V8.728h4.62V13zm3.022-6.733v-.048c0-.889.63-1.668 1.716-1.668.957 0 1.675.608 1.675 1.572 0 .855-.554 1.504-1.067 2.085l-3.513 3.999V13H15.5v-1.094h-4.245v-.075l2.481-2.844c.875-.998 1.586-1.784 1.586-2.953 0-1.463-1.155-2.556-2.919-2.556-1.941 0-2.966 1.326-2.966 2.74v.049z'/%3E%3C/svg%3E") } .icon.h3 { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-type-h3'%3E%3Cpath d='M7.637 13V3.669H6.379V7.62H1.758V3.67H.5V13h1.258V8.728h4.62V13zm3.625-4.272h1.018c1.142 0 1.935.67 1.949 1.674.013 1.005-.78 1.737-2.01 1.73-1.08-.007-1.853-.588-1.935-1.32H9.108c.069 1.327 1.224 2.386 3.083 2.386 1.935 0 3.343-1.155 3.309-2.789-.027-1.51-1.251-2.16-2.037-2.249v-.068c.704-.123 1.764-.91 1.723-2.229-.035-1.353-1.176-2.4-2.954-2.385-1.873.006-2.857 1.162-2.898 2.358h1.196c.062-.69.711-1.299 1.696-1.299.998 0 1.695.622 1.695 1.525.007.922-.718 1.592-1.695 1.592h-.964z'/%3E%3C/svg%3E") } .icon.h4 { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-type-h1'%3E%3Cpath d='M7.637 13V3.669H6.379V7.62H1.758V3.67H.5V13h1.258V8.728h4.62V13Zm5.337.2v-2.328H9.108V9.828l3.441-6.35h1.632v6.141H15.5v1.253h-1.319V13.2Zm-2.615-3.581h2.615V6.7L13 4.689l-.872 1.7z'/%3E%3C/svg%3E") } .icon.h5 { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-type-h1'%3E%3Cpath d='M7.637 13V3.669H6.379V7.62H1.758V3.67H.5V13h1.258V8.728h4.62V13Zm2.755-5.791a3.76 3.76 0 0 1 2.113-.517 2.973 2.973 0 0 1 2.995 3.1 3.45 3.45 0 0 1-.9 2.442 3.11 3.11 0 0 1-2.393.968 3.33 3.33 0 0 1-2.094-.671 2.76 2.76 0 0 1-1.007-2h1.284a1.39 1.39 0 0 0 .511 1.1 2.4 2.4 0 0 0 1.4.421 1.82 1.82 0 0 0 1.479-.638 2.04 2.04 0 0 0 .437-1.514 2.17 2.17 0 0 0-.567-1.584 1.96 1.96 0 0 0-1.468-.58 2.36 2.36 0 0 0-1.79.789H9.108V3.478h5.931v1.134h-4.647Z'/%3E%3C/svg%3E") } .icon.h6 { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-type-h1'%3E%3Cpath d='M7.637 13V3.669H6.379V7.62H1.758V3.67H.5V13h1.258V8.728h4.62V13Zm5.039-6.13a2.8 2.8 0 0 1 1.419.364 2.7 2.7 0 0 1 1.022 1.05 3.3 3.3 0 0 1 .383 1.642 3.6 3.6 0 0 1-.39 1.7 2.9 2.9 0 0 1-1.1 1.158 3.17 3.17 0 0 1-1.635.416 2.8 2.8 0 0 1-1.734-.545A3.5 3.5 0 0 1 9.51 11.1a6.5 6.5 0 0 1-.4-2.411A7.7 7.7 0 0 1 9.542 6a4.3 4.3 0 0 1 1.233-1.851 2.83 2.83 0 0 1 1.889-.673A2.7 2.7 0 0 1 13.8 3.7a2.5 2.5 0 0 1 .812.586 2.9 2.9 0 0 1 .514.8 2.8 2.8 0 0 1 .223.861H14a1.5 1.5 0 0 0-.453-.923 1.35 1.35 0 0 0-.935-.329 1.5 1.5 0 0 0-1.072.425 2.84 2.84 0 0 0-.71 1.18 6.8 6.8 0 0 0-.323 1.771 2.64 2.64 0 0 1 .918-.889 2.5 2.5 0 0 1 1.251-.312m-.285 5.117a1.6 1.6 0 0 0 .91-.256 1.75 1.75 0 0 0 .614-.713 2.3 2.3 0 0 0 .223-1.037 2.2 2.2 0 0 0-.217-1.01 1.6 1.6 0 0 0-.6-.666 1.67 1.67 0 0 0-.892-.236 1.83 1.83 0 0 0-1.164.377 2.4 2.4 0 0 0-.743 1.009 3.75 3.75 0 0 0 .6 1.845 1.5 1.5 0 0 0 1.269.687'/%3E%3C/svg%3E") } .icon.bullet, .icon.bullet-list { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-list-ul'%3E%3Cpath fill-rule='evenodd' d='M5 11.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m-3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2m0 4a1 1 0 1 0 0-2 1 1 0 0 0 0 2m0 4a1 1 0 1 0 0-2 1 1 0 0 0 0 2'/%3E%3C/svg%3E") } .icon.check, .icon.check-list { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-check-square'%3E%3Cpath d='M14 1a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z'/%3E%3Cpath d='M10.97 4.97a.75.75 0 0 1 1.071 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425z'/%3E%3C/svg%3E") } .icon.number, .icon.numbered-list { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-list-ol'%3E%3Cpath fill-rule='evenodd' d='M5 11.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5'/%3E%3Cpath d='M1.713 11.865v-.474H2c.217 0 .363-.137.363-.317 0-.185-.158-.31-.361-.31-.223 0-.367.152-.373.31h-.59c.016-.467.373-.787.986-.787.588-.002.954.291.957.703a.595.595 0 0 1-.492.594v.033a.615.615 0 0 1 .569.631c.003.533-.502.8-1.051.8-.656 0-1-.37-1.008-.794h.582c.008.178.186.306.422.309.254 0 .424-.145.422-.35-.002-.195-.155-.348-.414-.348h-.3zm-.004-4.699h-.604v-.035c0-.408.295-.844.958-.844.583 0 .96.326.96.756 0 .389-.257.617-.476.848l-.537.572v.03h1.054V9H1.143v-.395l.957-.99c.138-.142.293-.304.293-.508 0-.18-.147-.32-.342-.32a.33.33 0 0 0-.342.338zM2.564 5h-.635V2.924h-.031l-.598.42v-.567l.629-.443h.635z'/%3E%3C/svg%3E") } .icon.quote { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chat-square-quote'%3E%3Cpath d='M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1h-2.5a2 2 0 0 0-1.6.8L8 14.333 6.1 11.8a2 2 0 0 0-1.6-.8H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2.5a1 1 0 0 1 .8.4l1.9 2.533a1 1 0 0 0 1.6 0l1.9-2.533a1 1 0 0 1 .8-.4H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z'/%3E%3Cpath d='M7.066 4.76A1.665 1.665 0 0 0 4 5.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 1 0 .6.58c1.486-1.54 1.293-3.214.682-4.112zm4 0A1.665 1.665 0 0 0 8 5.668a1.667 1.667 0 0 0 2.561 1.406c-.131.389-.375.804-.777 1.22a.417.417 0 1 0 .6.58c1.486-1.54 1.293-3.214.682-4.112z'/%3E%3C/svg%3E") } .icon.code { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-code'%3E%3Cpath d='M5.854 4.854a.5.5 0 1 0-.708-.708l-3.5 3.5a.5.5 0 0 0 0 .708l3.5 3.5a.5.5 0 0 0 .708-.708L2.707 8zm4.292 0a.5.5 0 0 1 .708-.708l3.5 3.5a.5.5 0 0 1 0 .708l-3.5 3.5a.5.5 0 0 1-.708-.708L13.293 8z'/%3E%3C/svg%3E") } .switches { z-index: 6; position: fixed; left: 10px; bottom: 70px; animation: slide-in .4s ease } @keyframes slide-in { 0% { opacity: 0; transform: translate(-200px) } to { opacity: 1; transform: translate(0) } } .switch { display: block; color: #444; margin: 5px 0; background-color: #eeeeeeb3; padding: 5px 10px; border-radius: 10px } #rich-text-switch { right: 0 } #character-count-switch { right: 130px } .switch label { margin-right: 5px; line-height: 24px; width: 100px; font-size: 14px } .switch button, .switch label { display: inline-block; vertical-align: middle } .switch button { background-color: #ced0d4; height: 24px; box-sizing: border-box; border-radius: 12px; width: 44px; position: relative; outline: none; cursor: pointer; transition: background-color .1s; border: 2px solid transparent } .switch button:focus-visible { border-color: #00f } .switch button span { top: 0; left: 0; display: block; position: absolute; width: 20px; height: 20px; border-radius: 12px; background-color: #fff; transition: transform .2s } .switch button[aria-checked=true] { background-color: #1877f2 } .switch button[aria-checked=true] span { transform: translate(20px) } .editor-shell span.lexical__editor-image { cursor: default; display: inline-block; position: relative; -webkit-user-select: none; -moz-user-select: none; user-select: none } .editor-shell .lexical__editor-image img { max-width: 100%; cursor: default } .editor-shell .lexical__editor-image img.focused { outline: 2px solid #3c84f4; -webkit-user-select: none; -moz-user-select: none; user-select: none } .editor-shell .lexical__editor-image img.focused.draggable { cursor: grab } .editor-shell .lexical__editor-image img.focused.draggable:active { cursor: grabbing } .editor-shell .lexical__editor-image .image-caption-container .tree-view-output { margin: 0; border-radius: 0 } .editor-shell .lexical__editor-image .image-caption-container { display: block; position: absolute; bottom: 4px; left: 0; right: 0; padding: 0; margin: 0; border-top: 1px solid #fff; background-color: #ffffffe6; min-width: 100px; color: #000; overflow: hidden } .editor-shell .lexical__editor-image .image-caption-button { display: block; position: absolute; bottom: 20px; left: 0; right: 0; width: 30%; padding: 10px; margin: 0 auto; border: 1px solid hsla(0, 0%, 100%, .3); border-radius: 5px; background-color: #00000080; min-width: 100px; color: #fff; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; user-select: none } .editor-shell .lexical__editor-image .image-caption-button:hover { background-color: #3c84f480 } .editor-shell .lexical__editor-image .image-edit-button { border: 1px solid rgba(0, 0, 0, .3); border-radius: 5px; background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-pencil-fill'%3E%3Cpath d='M12.854.146a.5.5 0 0 0-.707 0L10.5 1.793 14.207 5.5l1.647-1.646a.5.5 0 0 0 0-.708zm.646 6.061L9.793 2.5 3.293 9H3.5a.5.5 0 0 1 .5.5v.5h.5a.5.5 0 0 1 .5.5v.5h.5a.5.5 0 0 1 .5.5v.5h.5a.5.5 0 0 1 .5.5v.207zm-7.468 7.468A.5.5 0 0 1 6 13.5V13h-.5a.5.5 0 0 1-.5-.5V12h-.5a.5.5 0 0 1-.5-.5V11h-.5a.5.5 0 0 1-.5-.5V10h-.5a.5.5 0 0 1-.175-.032l-.179.178a.5.5 0 0 0-.11.168l-2 5a.5.5 0 0 0 .65.65l5-2a.5.5 0 0 0 .168-.11z'/%3E%3C/svg%3E"); background-size: 16px; background-position: 50%; background-repeat: no-repeat; width: 35px; height: 35px; vertical-align: -.25em; position: absolute; right: 4px; top: 4px; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; user-select: none } .editor-shell .lexical__editor-image .image-edit-button:hover { background-color: #3c84f41a } .editor-shell .lexical__editor-image .image-resizer { display: block; width: 7px; height: 7px; position: absolute; background-color: #3c84f4; border: 1px solid #fff } .editor-shell .lexical__editor-image .image-resizer.image-resizer-n { top: -6px; left: 48%; cursor: n-resize } .editor-shell .lexical__editor-image .image-resizer.image-resizer-ne { top: -6px; right: -6px; cursor: ne-resize } .editor-shell .lexical__editor-image .image-resizer.image-resizer-e { bottom: 48%; right: -6px; cursor: e-resize } .editor-shell .lexical__editor-image .image-resizer.image-resizer-se { bottom: -2px; right: -6px; cursor: nwse-resize } .editor-shell .lexical__editor-image .image-resizer.image-resizer-s { bottom: -2px; left: 48%; cursor: s-resize } .editor-shell .lexical__editor-image .image-resizer.image-resizer-sw { bottom: -2px; left: -6px; cursor: sw-resize } .editor-shell .lexical__editor-image .image-resizer.image-resizer-w { bottom: 48%; left: -6px; cursor: w-resize } .editor-shell .lexical__editor-image .image-resizer.image-resizer-nw { top: -6px; left: -6px; cursor: nw-resize } .editor-shell span.lexical__inline-editor-image { cursor: default; display: inline-block; position: relative; z-index: 1 } .editor-shell .lexical__inline-editor-image img { max-width: 100%; cursor: default } .editor-shell .lexical__inline-editor-image img.focused { outline: 2px solid #3c84f4 } .editor-shell .lexical__inline-editor-image img.focused.draggable { cursor: grab } .editor-shell .lexical__inline-editor-image img.focused.draggable:active { cursor: grabbing } .editor-shell .lexical__inline-editor-image .image-caption-container .tree-view-output { margin: 0; border-radius: 0 } .editor-shell .lexical__inline-editor-image.position-full { margin: 1em 0 } .editor-shell .lexical__inline-editor-image.position-left { float: left; width: 50%; margin: 1em 1em 0 0 } .editor-shell .lexical__inline-editor-image.position-right { float: right; width: 50%; margin: 1em 0 0 1em } .editor-shell .lexical__inline-editor-image .image-edit-button { display: block; position: absolute; top: 12px; right: 12px; padding: 6px 8px; margin: 0 auto; border: 1px solid hsla(0, 0%, 100%, .3); border-radius: 5px; background-color: #00000080; min-width: 60px; color: #fff; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; user-select: none } .editor-shell .lexical__inline-editor-image .image-edit-button:hover { background-color: #3c84f480 } .editor-shell .lexical__inline-editor-image .image-caption-container { display: block; background-color: #f4f4f4; min-width: 100%; color: #000; overflow: hidden } .emoji { color: transparent; caret-color: #050505; background-size: 16px 16px; background-position: 50%; background-repeat: no-repeat; vertical-align: middle; margin: 0 -1px } .emoji-inner { padding: 0 .15em } .emoji-inner::-moz-selection { color: transparent; background-color: #96969666 } .emoji-inner::selection { color: transparent; background-color: #96969666 } .emoji-inner::moz-selection { color: transparent; background-color: #96969666 } .emoji.happysmile { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAMAAABiM0N1AAACE1BMVEVHcEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD86isAAAB2bRQBAQD25CoaGAT15CqFfBdIQwwZFwTSwyTTxCStoR4KCQKGfRfz4in04yoMCwJHQgxRSw5STA7r2ijj0yeDehammhylmRwjIAYiHwbv3ikYFgR1bBQbGQV3bhRlXhGXjBpOSA355yrq2SjVxiTn1yewox776SvMvSM/OwtzahQODQJcVRACAgALCgKonB1FQAxEPwynmxxTTQ5GQQzs2yjQwSPOvyPNviNUTg62qR8kIQZPSQ3PwCO5rCB+dRW6rSDu3Sm3qh9YUg8lIgaBeBaUihmqnh2rnx3p2SiQhhmvoh4HBgHo2CgIBwHk1CeRhxlQSg6xpB6CeRZJRAySiBlXUQ9WUA/w3ynt3ChaVA+Vixl180CkAAAAU3RSTlMABfwYE47z9P75uJBWWWtt8e746+zt2djatrUWjcvIxxVs9Y8bjHcZZ/IaUHPQJ83OJHVPYPvcVdtuF1gUycoSTczxz2TzI3YEJiVodCgGTmVTUqncTiEAAALWSURBVFjD7ZfVWxtBFMUhJNkI2lIoBYoVLVaou7vvyQQIwZPgVJC2uLtDsbp7+ycWHtjsJuzsJF/7tQ85T7N3d377jdw7Z/z8fPLJp3+vgCCjISJMrw+LMBiPHfWWcvxILCQ6kaD2ArMnKRGoshS1l1SbzdUlr4psVQCnyfAQ45/CgVgGKnmRKoctBNwlf0842VnA1DjvpjkHcO4KO+eOFiuL/Jaan8GFvayc/Qfg+MHLqGkZqmtsnDSQBZ6icoIQFs5dFfnFU7VGVAyj2xeKIl5Bq9DeUOLczMJPXlHfkKu0C1Kw8l0Z9LQBeQr7mcMiz6AlaFOpoCSM8EyyI4bGUSeScTbQBOFoGRyCzzyjbAimgGIxsPmh+X5xgcks7iqN1GE3pY7pqoR8N21UIJMYJI1U9OuiZUFBsAjdije63RODXCKDCJQFGUWbumCj2wMxyCVSC40syICP0oE8dBuaM1KKXbKgg3jsnFpTgetkSyMl2CkL2oFHPLOeYLssSA8zO6gQ2/4+6I8N7bBoshVFm2wD2tlBtOU3KldZnmlDBsHGDhrCIaakVVJFmS5ePv1PYlj4sqNwiyXvEJr1iKMWNmf69/Z0v5Niarp7eoWHUWphU3NkTshRgrf2urHNx+r6D69BhHI0SS+1fho4hH92OvrW072htdlkam5tXG/2jXQKL2eRTD1FMrSYF43lZVfZpl3r73pf43wzjfQA+sGWh5km8by0WZ+1lJe3PLe2SQ7IRmQqWbVcLCuv/RRy/BlMxKoSZwHabGU7kq8ia3TOF6husRik2y7HkJvRgu48s/Wzj8lav69QpbGayPxQNCxtzZluxNnT7Lb2ag5gn3DHTM4CZy56ZNiva0FsdRWSfK8fJUjPvOyh90/VcEDZYG2p9YW58I219NPQ+ibnkgO8uI2oE3brxHcaXVzwKW8vSNGBmqjIcL0+PDIqJjDed+30yaf/QL8BILNaoYqaEPoAAAAASUVORK5CYII=) } .emoji.veryhappysmile { background-image: url(data:image/png;base64,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) } .emoji.unhappysmile { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAMAAABiM0N1AAACOlBMVEVHcEwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD86isAAAD25Cp2bRQBAQAaGAQZFwSFfBdIQwzz4inTxCStoR5HQgz04yoMCwLv3in15CqDehYKCQJEPwxRSw7QwSNSTA5YUg9WUA82Mgl1bBQbGQV3bhQYFgTr2ijq2SjVxiTn1yewox7SwyRFQAyonB2lmRymmhynmxxGQQzOvyPo2CiGfRfNviM7NwpUTg7PwCMkIQa5rCC2qR9PSQ0lIga6rSC3qh/u3Sl+dRWBeBaUihkuKwgPDgPp2Sj76SuxpB6voh4LCgKCeRZJRAySiBkmIwYFBQEiHwZTTQ5XUQ/eziYhHwYiIAYjIAZaVA/s2yjw3ynt3CiVixlKRQ2NgxjUxSQEBAFOSA0HBgGpnR3IuSJmXxH45iohHgbWxyXRwiTy4SlAPAvm1ifZyiUGBgH55yrg0Caqnh1iWxHHuCIDAwFqoJzsAAAAUnRSTlMA/AUYjhPz9P75kLhZVmtt8vH47uzt69jZ2rUWtsvIxxWNbPWPGxl3jFAaZ3MkJ9DOdc1PYPvcVdtYFBduEsnKTczPZCYjdgTwdAYoJWhOZVNSPExHuwAAAtFJREFUWMPtl+VXG0EUxQkk2QhaaKHFpUCBonV317mbJQkQ3Cu0xaVokWJ1d3d3+d9aeg7sbtKdneS0p/2Q+23evPmdM/bmjo+PV1559e/l528yR4QajaERZtPylZ5SVqyKhkxrEnQeYOYnJQIldltjYQPPNxSetTlKAE6b5ibGN4WDYG8pJhIVt9sFcFt83eFkZgG91cRFfTXAhk3snH16DA2T32qgH8ELWDmLFqPmHlFQaS00u9k46RBGCUXHBQSxcPZrhPuEqnFBwzC7hSGwERWNQb9TjbMjC7eJquqQrXYKUjB0Vx108hZyVM4zh2HCoBHok6mgJFwlTKpCPI2jSxSq2UCdAke7wUG4QBjlQCAFFI2W6UT+gDXfwkuHyiNtiKHUMUPJzH23TFUgixQkjxScM0QqgvxhnxlmnRp2WApyijQjQBFkkhzq/KlhB6Ugp0g5tIogM87IJ3LIZWpipAjzFEFLcFRcWku+82LLI4WYqwiajSOEWccwRxFkBM8OKsOsvw/6Y1NbJllsVdEW24xGdhBt+03qVZYwHUh/OJzTP9sqrbh86cHDLueeSixlurS/9P7r92kH8fRFqayroMIQp3z916JdmvzNio+1X66f5h89e/IYr55L+1oRSy1sdknum0m8+zDdeF2PSWn17KAWNh0n9Im5E6j7JLZe1mFCbHXTS62PFjVick/9W9mq1PeIjUGkUl+RND0GWPb+BIL96A9bDvpLGR7IG8hQs2rZqFUH9SLXl8FEjKlxRqHPVLcjeRphnM65CM0eFoO01+kZcjFaMGxktn5VdxSt3zVo0llNZF4Ibo4o7PsVbFvHbmt35QJVna6Y7kFg/Wa3DPt2PQRHW4HsZLd2CAjO2Oqm90/WckBFc3lR0ym+rKup6Hxlxc8vRKqfB78RXUKMQfqnMcQGrvb0gxQZoI0KDzMaw8Kj4gPivN9Or7z6D/QDbi1VtzA+50wAAAAASUVORK5CYII=) } .emoji.heart { background-image: url(data:image/png;base64,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) } .keyword { color: #f1765e; font-weight: 700 } .actions { position: absolute; text-align: right; margin: 10px; bottom: 0; right: 0 } .actions.tree-view { border-bottom-left-radius: 0; border-bottom-right-radius: 0 } .actions i { background-size: contain; display: inline-block; height: 15px; width: 15px; vertical-align: -.25em } .actions i.indent { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-text-indent-left'%3E%3Cpath d='M2 3.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5m.646 2.146a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1 0 .708l-2 2a.5.5 0 0 1-.708-.708L4.293 8 2.646 6.354a.5.5 0 0 1 0-.708M7 6.5a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5m0 3a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5m-5 3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5'/%3E%3C/svg%3E") } .actions i.outdent { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-text-indent-right'%3E%3Cpath d='M2 3.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5m10.646 2.146a.5.5 0 0 1 .708.708L11.707 8l1.647 1.646a.5.5 0 0 1-.708.708l-2-2a.5.5 0 0 1 0-.708zM2 6.5a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5m0 3a.5.5 0 0 1 .5-.5h6a.5.5 0 0 1 0 1h-6a.5.5 0 0 1-.5-.5m0 3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5'/%3E%3C/svg%3E") } .actions i.lock { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-lock-fill'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2m3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2'/%3E%3C/svg%3E") } .actions i.image { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-file-image'%3E%3Cpath d='M8.002 5.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0'/%3E%3Cpath d='M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2M3 2a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1v8l-2.083-2.083a.5.5 0 0 0-.76.063L8 11 5.835 9.7a.5.5 0 0 0-.611.076L3 12z'/%3E%3C/svg%3E") } .actions i.table { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-table'%3E%3Cpath d='M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm15 2h-4v3h4zm0 4h-4v3h4zm0 4h-4v3h3a1 1 0 0 0 1-1zm-5 3v-3H6v3zm-5 0v-3H1v2a1 1 0 0 0 1 1zm-4-4h4V8H1zm0-4h4V4H1zm5-3v3h4V4zm4 4H6v3h4z'/%3E%3C/svg%3E") } .actions i.unlock { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-lock'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2m3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2M5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1'/%3E%3C/svg%3E") } .actions i.left-align { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-text-left'%3E%3Cpath fill-rule='evenodd' d='M2 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5m0-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5'/%3E%3C/svg%3E") } .actions i.center-align { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-text-center'%3E%3Cpath fill-rule='evenodd' d='M4 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m-2-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5m2-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m-2-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5'/%3E%3C/svg%3E") } .actions i.right-align { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-text-right'%3E%3Cpath fill-rule='evenodd' d='M6 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m-4-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5m4-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m-4-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5'/%3E%3C/svg%3E") } .actions i.justify-align { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-justify'%3E%3Cpath fill-rule='evenodd' d='M2 12.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5m0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5m0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5m0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5'/%3E%3C/svg%3E") } .actions i.disconnect { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plug'%3E%3Cpath d='M6 0a.5.5 0 0 1 .5.5V3h3V.5a.5.5 0 0 1 1 0V3h1a.5.5 0 0 1 .5.5v3A3.5 3.5 0 0 1 8.5 10c-.002.434-.01.845-.04 1.22-.041.514-.126 1.003-.317 1.424a2.08 2.08 0 0 1-.97 1.028C6.725 13.9 6.169 14 5.5 14c-.998 0-1.61.33-1.974.718A1.92 1.92 0 0 0 3 16H2c0-.616.232-1.367.797-1.968C3.374 13.42 4.261 13 5.5 13c.581 0 .962-.088 1.218-.219.241-.123.4-.3.514-.55.121-.266.193-.621.23-1.09.027-.34.035-.718.037-1.141A3.5 3.5 0 0 1 4 6.5v-3a.5.5 0 0 1 .5-.5h1V.5A.5.5 0 0 1 6 0M5 4v2.5A2.5 2.5 0 0 0 7.5 9h1A2.5 2.5 0 0 0 11 6.5V4z'/%3E%3C/svg%3E") } .actions i.connect { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plug-fill'%3E%3Cpath d='M6 0a.5.5 0 0 1 .5.5V3h3V.5a.5.5 0 0 1 1 0V3h1a.5.5 0 0 1 .5.5v3A3.5 3.5 0 0 1 8.5 10c-.002.434-.01.845-.04 1.22-.041.514-.126 1.003-.317 1.424a2.08 2.08 0 0 1-.97 1.028C6.725 13.9 6.169 14 5.5 14c-.998 0-1.61.33-1.974.718A1.92 1.92 0 0 0 3 16H2c0-.616.232-1.367.797-1.968C3.374 13.42 4.261 13 5.5 13c.581 0 .962-.088 1.218-.219.241-.123.4-.3.514-.55.121-.266.193-.621.23-1.09.027-.34.035-.718.037-1.141A3.5 3.5 0 0 1 4 6.5v-3a.5.5 0 0 1 .5-.5h1V.5A.5.5 0 0 1 6 0'/%3E%3C/svg%3E") } .table-cell-action-button-container { position: absolute; top: 0; left: 0; will-change: transform } .table-cell-action-button-container.table-cell-action-button-container--active { pointer-events: auto; opacity: 1 } .table-cell-action-button-container.table-cell-action-button-container--inactive { pointer-events: none; opacity: 0 } .table-cell-action-button { display: flex; justify-content: center; align-items: center; border: 0; position: absolute; top: 10px; right: 10px; border-radius: 15px; color: #222; display: inline-block; cursor: pointer } i.chevron-down { background-color: transparent; background-size: contain; display: inline-block; height: 8px; width: 8px; background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E") } .action-button { background-color: #eee; border: 0; padding: 8px 12px; position: relative; margin-left: 5px; border-radius: 15px; color: #222; display: inline-block; cursor: pointer } .action-button:hover { background-color: #ddd; color: #000 } .action-button-mic.active { animation: mic-pulsate-color 3s infinite } button.action-button:disabled { opacity: .6; background: #eee; cursor: not-allowed } @keyframes mic-pulsate-color { 0% { background-color: #ffdcdc } 50% { background-color: #ff8585 } to { background-color: #ffdcdc } } .debug-timetravel-panel { overflow: hidden; padding: 0 0 10px; margin: auto; display: flex } .debug-timetravel-panel-slider { padding: 0; flex: 8 } .debug-timetravel-panel-button { padding: 0; border: 0; background: none; flex: 1; color: #fff; font-size: 12px } .debug-timetravel-panel-button:hover { text-decoration: underline } .debug-timetravel-button { border: 0; padding: 0; font-size: 12px; top: 10px; right: 15px; position: absolute; background: none; color: #fff } .debug-timetravel-button:hover { text-decoration: underline } .debug-treetype-button { border: 0; padding: 0; font-size: 12px; top: 10px; right: 85px; position: absolute; background: none; color: #fff } .debug-treetype-button:hover { text-decoration: underline } .connecting { font-size: 15px; color: #999; overflow: hidden; position: absolute; text-overflow: ellipsis; top: 10px; left: 10px; -webkit-user-select: none; -moz-user-select: none; user-select: none; white-space: nowrap; display: inline-block; pointer-events: none } .ltr { text-align: left } .rtl { text-align: right } .toolbar { display: flex; margin-bottom: 1px; padding: 4px; border: 1px solid #d3d3d3; border-top-left-radius: 4px; border-top-right-radius: 4px; vertical-align: middle; position: sticky; top: 4rem; z-index: 2; --tw-bg-opacity: 1; background-color: rgb(255 255 255/var(--tw-bg-opacity, 1)) } .toolbar:is(.dark *) { --tw-bg-opacity: 1; background-color: rgba(var(--gray-800), var(--tw-bg-opacity, 1)) } button.toolbar-item { border: 0; display: flex; background: none; border-radius: 10px; padding: 8px; margin: 1px; cursor: pointer; vertical-align: middle; flex-shrink: 0; align-items: center; justify-content: space-between } button.toolbar-item:disabled { cursor: not-allowed } button.toolbar-item i.format { background-size: contain; display: inline-block; height: 18px; width: 18px; vertical-align: -.25em; display: flex } button.toolbar-item:disabled .chevron-down, button.toolbar-item:disabled .icon, button.toolbar-item:disabled .text, button.toolbar-item:disabled i.format { opacity: .2 } button.toolbar-item.active { --tw-bg-opacity: 1; background-color: rgb(147 197 253/var(--tw-bg-opacity, 1)) } button.toolbar-item.active i { opacity: 1 } .toolbar .code-language { width: 150px } .toolbar .toolbar-item .text { display: flex; line-height: 20px; vertical-align: middle; font-size: 14px; color: #777; text-overflow: ellipsis; overflow: hidden; height: 20px; text-align: left } .toolbar .toolbar-item .icon { display: flex; width: 20px; height: 20px; -webkit-user-select: none; -moz-user-select: none; user-select: none; line-height: 16px; background-size: contain } .toolbar i.chevron-down, .toolbar-item i.chevron-down { margin-top: 3px; width: 16px; height: 16px; display: flex; -webkit-user-select: none; -moz-user-select: none; user-select: none } .toolbar i.chevron-down.inside { width: 16px; height: 16px; display: flex; margin-left: -25px; margin-top: 11px; margin-right: 10px; pointer-events: none } .font-family { width: 200px; margin: 1px; border: 1px solid #eee; border-radius: 10px; background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' data-name='Layer 1' viewBox='0 0 13.01 14.81'%3E%3Cpath d='M12.89 0H.12L0 3.69h.72C1.11 1.37 1.86 1.02 4.76.92L5.4.9v11.74c0 .99-.22 1.23-1.95 1.38v.78h6.12v-.78c-1.74-.15-1.96-.39-1.96-1.38V.9l.65.02c2.9.09 3.65.45 4.04 2.77h.72L12.9 0Z' style='fill:%23231f20'/%3E%3C/svg%3E") .2rem no-repeat, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' data-name='Layer 1' viewBox='0 0 9.5 5.5'%3E%3Cpath d='m.75.75 4 4 4-4' style='fill:none;stroke:%23231f20;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px'/%3E%3C/svg%3E") right .2rem center no-repeat !important; padding: 0 .5em 0 1.5em; height: 100% } .font-family:is(.dark *) { background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' data-name='Layer 1' viewBox='0 0 13.01 14.81'%3E%3Cpath d='M12.89 0H.12L0 3.69h.72C1.11 1.37 1.86 1.02 4.76.92L5.4.9v11.74c0 .99-.22 1.23-1.95 1.38v.78h6.12v-.78c-1.74-.15-1.96-.39-1.96-1.38V.9l.65.02c2.9.09 3.65.45 4.04 2.77h.72L12.9 0Z' style='fill:%23fff'/%3E%3C/svg%3E") .2rem no-repeat, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' data-name='Layer 1' viewBox='0 0 15 8.68'%3E%3Cpath d='M1.18 1.18 7.5 7.5l6.32-6.32' style='fill:none;stroke:%23fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.37px'/%3E%3C/svg%3E") right .2rem center no-repeat !important; padding: 0 1em 0 1.5em } [dir=rtl] .font-family { background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' data-name='Layer 1' viewBox='0 0 13.01 14.81'%3E%3Cpath d='M12.89 0H.12L0 3.69h.72C1.11 1.37 1.86 1.02 4.76.92L5.4.9v11.74c0 .99-.22 1.23-1.95 1.38v.78h6.12v-.78c-1.74-.15-1.96-.39-1.96-1.38V.9l.65.02c2.9.09 3.65.45 4.04 2.77h.72L12.9 0Z' style='fill:%23231f20'/%3E%3C/svg%3E") right .2rem center no-repeat, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' data-name='Layer 1' viewBox='0 0 9.5 5.5'%3E%3Cpath d='m.75.75 4 4 4-4' style='fill:none;stroke:%23231f20;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px'/%3E%3C/svg%3E") .2rem no-repeat !important; padding: 0 2em 0 .5em } [dir=rtl] .font-family:is(.dark *) { background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' data-name='Layer 1' viewBox='0 0 13.01 14.81'%3E%3Cpath d='M12.89 0H.12L0 3.69h.72C1.11 1.37 1.86 1.02 4.76.92L5.4.9v11.74c0 .99-.22 1.23-1.95 1.38v.78h6.12v-.78c-1.74-.15-1.96-.39-1.96-1.38V.9l.65.02c2.9.09 3.65.45 4.04 2.77h.72L12.9 0Z' style='fill:%23fff'/%3E%3C/svg%3E") right .2rem center no-repeat, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' data-name='Layer 1' viewBox='0 0 15 8.68'%3E%3Cpath d='M1.18 1.18 7.5 7.5l6.32-6.32' style='fill:none;stroke:%23fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.37px'/%3E%3C/svg%3E") .2rem no-repeat !important; padding: 0 2em 0 1.5em } .font-family:focus { border-color: gray } .font-family>option { width: 150px; padding: 0 10px; margin: 1px; --tw-bg-opacity: 1; background-color: rgb(255 255 255/var(--tw-bg-opacity, 1)) } .font-family>option:is(.dark *) { --tw-bg-opacity: 1; background-color: rgb(0 0 0/var(--tw-bg-opacity, 1)) } .toolbar .divider { width: 1px; background-color: #eee; margin: 0 4px } .sticky-note-container { position: absolute; z-index: 9; width: 120px; display: inline-block } .sticky-note { line-height: 1; text-align: left; width: 120px; margin: 25px; padding: 20px 10px; position: relative; border: 1px solid #e8e8e8; font-family: Reenie Beanie; font-size: 24px; border-bottom-right-radius: 60px 5px; display: block; cursor: move } .sticky-note:after { content: ""; position: absolute; z-index: -1; right: 0; bottom: 20px; width: 120px; height: 25px; background: #0003; box-shadow: 2px 15px 5px #0006; transform: matrix(-1, -.1, 0, 1, 0, 0) } .sticky-note.yellow { border-top: 1px solid #fdfd86; background: linear-gradient(135deg, #ff8 81%, #ff8 82%, #ff8 0, #ffffc6) } .sticky-note.pink { border-top: 1px solid #e7d1e4; background: linear-gradient(135deg, #f7cbe8 81%, #f7cbe8 82%, #f7cbe8 0, #e7bfe1) } .sticky-note-container.dragging { transition: none !important } .sticky-note div { cursor: text } .sticky-note .delete { border: 0; background: none; position: absolute; top: 8px; right: 10px; font-size: 10px; cursor: pointer; opacity: .5 } .sticky-note .delete:hover { font-weight: 700; opacity: 1 } .sticky-note .color { border: 0; background: none; position: absolute; top: 8px; right: 25px; cursor: pointer; opacity: .5 } .sticky-note .color:hover { opacity: 1 } .sticky-note .color i { display: block; width: 12px; height: 12px; background-size: contain } .excalidraw-button { border: 0; padding: 0; margin: 0; background-color: transparent } .excalidraw-button.selected { outline: 2px solid #3c84f4; -webkit-user-select: none; -moz-user-select: none; user-select: none } .github-corner:hover .octo-arm { animation: octocat-wave .56s ease-in-out } @keyframes octocat-wave { 0%, to { transform: rotate(0) } 20%, 60% { transform: rotate(-25deg) } 40%, 80% { transform: rotate(10deg) } } @media (max-width:500px) { .github-corner:hover .octo-arm { animation: none } .github-corner .octo-arm { animation: octocat-wave .56s ease-in-out } } .spacer { letter-spacing: -2px } .editor-equation { cursor: default; -webkit-user-select: none; -moz-user-select: none; user-select: none } .editor-equation.focused { outline: 2px solid #3c84f4 } button.item i { opacity: .6 } button.item.dropdown-item-active { background-color: #dfe8fa4d } button.item.dropdown-item-active i { opacity: 1 } .TableNode__contentEditable { min-height: 20px; border: 0; resize: none; cursor: text; display: block; position: relative; outline: 0; padding: 0; -webkit-user-select: text; -moz-user-select: text; user-select: text; font-size: 15px; white-space: pre-wrap; word-break: break-word; z-index: 3 } .dialog-dropdown { background-color: #eee !important; margin-bottom: 10px; width: 100% } .FlashMessage__overlay { display: flex; justify-content: center; align-items: center; position: fixed; pointer-events: none; top: 0; bottom: 0; left: 0; right: 0 } .FlashMessage__alert { background-color: #000c; color: #fff; font-size: 1.5rem; border-radius: 1em; padding: .5em 1.5em } .Modal__overlay { justify-content: center; align-items: center; position: fixed; top: 0; bottom: 0; left: 0; right: 0; background-color: #28282899; flex-shrink: 1px; z-index: 100 } .Modal__modal, .Modal__overlay { display: flex; flex-direction: column; flex-grow: 0px } .Modal__modal { padding: 20px; min-height: 100px; min-width: 300px; background-color: #fff; position: relative; box-shadow: 0 0 20px #444; border-radius: 10px } .Modal__title { color: #444; margin: 0; padding-bottom: 10px; border-bottom: 1px solid #ccc } .Modal__closeButton { border: 0; position: absolute; right: 20px; border-radius: 20px; justify-content: center; align-items: center; display: flex; width: 30px; height: 30px; text-align: center; cursor: pointer; background-color: #eee } .Modal__closeButton:hover { background-color: #ddd } .Modal__content { padding-top: 20px } .Button__root { padding: 10px 15px; border: 0; border-radius: 5px; cursor: pointer; font-size: 14px } .Button__root:hover { background-color: #ddd } .Button__small { padding: 5px 10px; font-size: 13px } .Button__disabled { cursor: not-allowed } .Button__disabled:hover { background-color: #eee } .DialogActions { flex-direction: row } .DialogActions, .DialogButtonsList { display: flex; justify-content: right; margin-top: 20px } .DialogButtonsList { flex-direction: column } .DialogButtonsList button { margin-bottom: 20px } .code-action-menu-container { height: 35.8px; font-size: 10px; color: #00000080; position: absolute; display: flex; align-items: center; flex-direction: row; -webkit-user-select: none; -moz-user-select: none; user-select: none } .code-action-menu-container .code-highlight-language { margin-right: 4px } .code-action-menu-container button.menu-item { border: 1px solid transparent; border-radius: 4px; padding: 4px; background: none; cursor: pointer; flex-shrink: 0; display: flex; align-items: center; color: #00000080; text-transform: uppercase } .code-action-menu-container button.menu-item i.format { height: 16px; width: 16px; display: flex; color: #00000080; background-size: contain } .code-action-menu-container button.menu-item:hover { border: 1px solid rgba(0, 0, 0, .3); opacity: .9 } .code-action-menu-container button.menu-item:active { background-color: #dfe8fa; border: 1px solid rgba(0, 0, 0, .45) } .code-action-menu-container .prettier-wrapper { position: relative } .code-action-menu-container .prettier-wrapper .code-error-tips { padding: 5px; border-radius: 4px; color: #fff; background: #222; margin-top: 4px; position: absolute; top: 26px; right: 0 } .Collapsible__container { background: #fcfcfc; border: 1px solid #eee; border-radius: 10px; margin-bottom: 8px } .Collapsible__title { cursor: pointer; padding: 5px 5px 5px 20px; position: relative; font-weight: 700; list-style: none; outline: none } .Collapsible__title::-webkit-details-marker, .Collapsible__title::marker { display: none } .Collapsible__title:before { border-color: transparent transparent transparent #000; border-style: solid; border-width: 4px 6px; display: block; content: ""; position: absolute; left: 7px; top: 50%; transform: translateY(-50%) } .Collapsible__container[open]>.Collapsible__title:before { border-width: 6px 4px 0; border-color: #000 transparent transparent } .Collapsible__content { padding: 0 5px 5px 20px } .Collapsible__collapsed .Collapsible__content { display: none; -webkit-user-select: none; -moz-user-select: none; user-select: none } .CommentPlugin_AddCommentBox { display: block; position: fixed; border-radius: 20px; background-color: #fff; width: 40px; height: 60px; box-shadow: 0 0 3px #0003; z-index: 10 } .CommentPlugin_AddCommentBox_button { border-radius: 20px; border: 0; background: none; width: 40px; height: 60px; position: absolute; top: 0; left: 0; cursor: pointer } .CommentPlugin_AddCommentBox_button:hover { background-color: #f6f6f6 } i.add-comment { background-size: contain; display: inline-block; height: 20px; width: 20px; vertical-align: -10px; background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chat-left-text'%3E%3Cpath d='M14 1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H4.414A2 2 0 0 0 3 11.586l-2 2V2a1 1 0 0 1 1-1zM2 0a2 2 0 0 0-2 2v12.793a.5.5 0 0 0 .854.353l2.853-2.853A1 1 0 0 1 4.414 12H14a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2z'/%3E%3Cpath d='M3 3.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5M3 6a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9A.5.5 0 0 1 3 6m0 2.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5'/%3E%3C/svg%3E") } @media (max-width:600px) { .CommentPlugin_AddCommentBox { display: none } } .CommentPlugin_CommentInputBox { display: block; position: absolute; width: 250px; min-height: 80px; background-color: #fff; box-shadow: 0 0 5px #0000001a; border-radius: 5px; z-index: 24; animation: show-input-box .4s ease } .CommentPlugin_CommentInputBox:before { content: ""; position: absolute; width: 0; height: 0; margin-left: .5em; right: -1em; top: 0; left: calc(50% + .25em); box-sizing: border-box; border-color: transparent transparent #fff #fff; border-style: solid; border-width: .5em; transform-origin: 0 0; transform: rotate(135deg); box-shadow: -3px 3px 3px #0000000d } @keyframes show-input-box { 0% { opacity: 0; transform: translateY(50px) } to { opacity: 1; transform: translateY(0) } } .CommentPlugin_CommentInputBox_Buttons { display: flex; flex-direction: row; padding: 0 10px 10px; gap: 10px } .CommentPlugin_CommentInputBox_Button { flex: 1 } .CommentPlugin_CommentInputBox_Button.primary { background-color: #4287f5; font-weight: 700; color: #fff } .CommentPlugin_CommentInputBox_Button.primary:hover { background-color: #3572d3 } .CommentPlugin_CommentInputBox_Button[disabled] { background-color: #eee; opacity: .5; cursor: not-allowed; font-weight: 400; color: #444 } .CommentPlugin_CommentInputBox_Button[disabled]:hover { opacity: .5; background-color: #eee } .CommentPlugin_CommentInputBox_EditorContainer { position: relative; margin: 10px; border-radius: 5px } .CommentPlugin_CommentInputBox_Editor { position: relative; border: 1px solid #ccc; background-color: #fff; border-radius: 5px; font-size: 15px; caret-color: #050505; display: block; padding: 9px 10px 10px 9px; min-height: 80px } .CommentPlugin_CommentInputBox_Editor:focus { outline: 1px solid #4287f5 } .CommentPlugin_ShowCommentsButton { position: fixed; top: 10px; right: 10px; background-color: #ddd; border-radius: 10px } i.comments { background-size: contain; display: inline-block; height: 20px; width: 20px; vertical-align: -10px; background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23050505' fill-rule='evenodd' d='M13 5.885v1.166a3.95 3.95 0 0 1-3.949 3.95H6.917a.75.75 0 0 0-.45.15l-1.345 1.007a.752.752 0 0 0-.032 1.181A2.93 2.93 0 0 0 6.95 14h2.716l2.534 1.901a.51.51 0 0 0 .524.047A.5.5 0 0 0 13 15.5V14h.051a2.95 2.95 0 0 0 2.95-2.949v-3.05a3 3 0 0 0-2.002-2.83.756.756 0 0 0-.999.714' clip-rule='evenodd'/%3E%3Cpath fill='%23050505' fill-rule='evenodd' d='M9.05 1h-6.1A2.95 2.95 0 0 0 0 3.949v3.102A2.95 2.95 0 0 0 2.949 10H3v1.5a.502.502 0 0 0 .8.4L6.334 10H9.05A2.95 2.95 0 0 0 12 7.05v-3.1A2.95 2.95 0 0 0 9.05 1' clip-rule='evenodd'/%3E%3C/svg%3E"); opacity: .5; transition: opacity .2s linear } @media (max-width:600px) { .CommentPlugin_ShowCommentsButton { display: none } } .CommentPlugin_ShowCommentsButton:hover i.comments { opacity: 1 } .CommentPlugin_ShowCommentsButton.active { background-color: #ccc } .CommentPlugin_CommentsPanel { position: fixed; right: 0; width: 300px; height: calc(100% - 88px); top: 88px; background-color: #fff; border-top-left-radius: 10px; box-shadow: 0 0 10px #0000001a; animation: show-comments .2s ease; z-index: 25 } @keyframes show-comments { 0% { opacity: 0; transform: translate(300px) } to { opacity: 1; transform: translate(0) } } .CommentPlugin_CommentsPanel_Heading { padding-left: 15px; padding-top: 10px; margin: 0; height: 34px; border-bottom: 1px solid #eee; font-size: 20px; display: block; width: 100%; color: #444; overflow: hidden } .CommentPlugin_CommentsPanel_Editor { position: relative; border: 1px solid #ccc; background-color: #fff; border-radius: 5px; font-size: 15px; caret-color: #050505; display: block; padding: 9px 10px 10px 9px; min-height: 20px } .CommentPlugin_CommentsPanel_Editor:before { content: ""; width: 30px; height: 20px; float: right } .CommentPlugin_CommentsPanel_SendButton { position: absolute; right: 10px; top: 8px; background: none } .CommentPlugin_CommentsPanel_SendButton:hover { background: none } i.send { background-size: contain; display: inline-block; height: 20px; width: 20px; vertical-align: -10px; background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-send'%3E%3Cpath d='M15.854.146a.5.5 0 0 1 .11.54l-5.819 14.547a.75.75 0 0 1-1.329.124l-3.178-4.995L.643 7.184a.75.75 0 0 1 .124-1.33L15.314.037a.5.5 0 0 1 .54.11ZM6.636 10.07l2.761 4.338L14.13 2.576zm6.787-8.201L1.591 6.602l4.339 2.76z'/%3E%3C/svg%3E"); opacity: .5; transition: opacity .2s linear } .CommentPlugin_CommentsPanel_SendButton:hover i.send { opacity: 1; filter: invert(45%) sepia(98%) saturate(2299%) hue-rotate(201deg) brightness(100%) contrast(92%) } .CommentPlugin_CommentsPanel_SendButton[disabled] i.send { opacity: .3 } .CommentPlugin_CommentsPanel_SendButton:hover[disabled] i.send { opacity: .3; filter: none } .CommentPlugin_CommentsPanel_Empty { color: #777; font-size: 15px; text-align: center; position: absolute; top: calc(50% - 15px); margin: 0; padding: 0; width: 100% } .CommentPlugin_CommentsPanel_List { list-style-type: none; margin: 0; padding: 0; width: 100%; position: absolute; top: 45px; overflow-y: auto; height: calc(100% - 45px) } .CommentPlugin_CommentsPanel_List_Comment { padding: 15px 0 15px 15px; margin: 0; font-size: 14px; position: relative; transition: all .2s linear } .CommentPlugin_CommentsPanel_List_Thread.active .CommentPlugin_CommentsPanel_List_Comment:hover { background-color: inherit } .CommentPlugin_CommentsPanel_List_Comment p { margin: 0; color: #444 } .CommentPlugin_CommentsPanel_List_Details { color: #444; padding-bottom: 5px; vertical-align: top } .CommentPlugin_CommentsPanel_List_Comment_Author { font-weight: 700; padding-right: 5px } .CommentPlugin_CommentsPanel_List_Comment_Time { color: #999 } .CommentPlugin_CommentsPanel_List_Thread { padding: 0; margin: 0; border-top: 1px solid #eee; border-bottom: 1px solid #eee; position: relative; transition: all .2s linear; border-left: 0 solid #eee } .CommentPlugin_CommentsPanel_List_Thread+.CommentPlugin_CommentsPanel_List_Thread, .CommentPlugin_CommentsPanel_List_Thread:first-child { border-top: none } .CommentPlugin_CommentsPanel_List_Thread.interactive { cursor: pointer } .CommentPlugin_CommentsPanel_List_Thread.interactive:hover { background-color: #fafafa } .CommentPlugin_CommentsPanel_List_Thread.active { background-color: #fafafa; border-left: 15px solid #eee; cursor: inherit } .CommentPlugin_CommentsPanel_List_Thread_QuoteBox { padding-top: 10px; color: #ccc; display: block } .CommentPlugin_CommentsPanel_List_Thread_Quote { margin: 0 10px } .CommentPlugin_CommentsPanel_List_Thread_Quote span { color: #222; background-color: #ffd40066; padding: 1px; line-height: 1.4; display: inline; font-weight: 700 } .CommentPlugin_CommentsPanel_List_Thread_Comments { padding-left: 10px; list-style-type: none } .CommentPlugin_CommentsPanel_List_Thread_Comments .CommentPlugin_CommentsPanel_List_Comment:first-child { border: none; margin-left: 0; padding-left: 5px } .CommentPlugin_CommentsPanel_List_Thread_Comments .CommentPlugin_CommentsPanel_List_Comment:first-child.CommentPlugin_CommentsPanel_List_Comment:last-child { padding-bottom: 5px } .CommentPlugin_CommentsPanel_List_Thread_Comments .CommentPlugin_CommentsPanel_List_Comment { padding-left: 10px; border-left: 5px solid #eee; margin-left: 5px } .CommentPlugin_CommentsPanel_List_Thread_Editor { position: relative; padding-top: 1px } .CommentPlugin_CommentsPanel_List_DeleteButton { position: absolute; top: 10px; right: 10px; width: 30px; height: 30px; background-color: transparent; opacity: 0 } .CommentPlugin_CommentsPanel_DeletedComment, .CommentPlugin_CommentsPanel_List_Comment:hover .CommentPlugin_CommentsPanel_List_DeleteButton, .CommentPlugin_CommentsPanel_List_Thread_QuoteBox:hover .CommentPlugin_CommentsPanel_List_DeleteButton { opacity: .5 } .CommentPlugin_CommentsPanel_List_DeleteButton:hover { background-color: transparent; opacity: 1; filter: invert(45%) sepia(98%) saturate(2299%) hue-rotate(201deg) brightness(100%) contrast(92%) } .CommentPlugin_CommentsPanel_List_DeleteButton i.delete { background-size: contain; position: absolute; left: 5px; top: 5px; height: 15px; width: 15px; vertical-align: -10px; background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-trash3'%3E%3Cpath d='M6.5 1h3a.5.5 0 0 1 .5.5v1H6v-1a.5.5 0 0 1 .5-.5M11 2.5v-1A1.5 1.5 0 0 0 9.5 0h-3A1.5 1.5 0 0 0 5 1.5v1H1.5a.5.5 0 0 0 0 1h.538l.853 10.66A2 2 0 0 0 4.885 16h6.23a2 2 0 0 0 1.994-1.84l.853-10.66h.538a.5.5 0 0 0 0-1H11m1.958 1-.846 10.58a1 1 0 0 1-.997.92h-6.23a1 1 0 0 1-.997-.92L3.042 3.5zm-7.487 1a.5.5 0 0 1 .528.47l.5 8.5a.5.5 0 0 1-.998.06L5 5.03a.5.5 0 0 1 .47-.53Zm5.058 0a.5.5 0 0 1 .47.53l-.5 8.5a.5.5 0 1 1-.998-.06l.5-8.5a.5.5 0 0 1 .528-.47M8 4.5a.5.5 0 0 1 .5.5v8.5a.5.5 0 0 1-1 0V5a.5.5 0 0 1 .5-.5'/%3E%3C/svg%3E"); transition: opacity .2s linear } .CommentEditorTheme__paragraph { margin: 0; position: "relative" } .lexical__ltr { text-align: left } .lexical__rtl { text-align: right } .lexical__paragraph { font-size: 16px; margin: 0; position: relative } .lexical__quote { margin: 0 0 10px 20px; font-size: 15px; color: #65676b; border-left: 4px solid #ced0d4; padding-left: 16px } .lexical__h1 { font-size: 24px; font-weight: 400; margin: 0; line-height: 2.5 } .lexical__h2 { font-size: 32px; font-weight: 700 } .lexical__h2, .lexical__h3 { margin: 0; text-transform: uppercase; line-height: 2.5 } .lexical__h3 { font-size: 26px } .lexical__h4 { font-size: 24px; margin: 0; line-height: 2.5 } /* .lexical__h5 { font-style: italic } */ .lexical__h5, .lexical__h6 { font-size: 20px; margin: 0; line-height: 1.5 } .lexical__h6 { font-weight: 700 } .lexical__indent { --lexical-indent-base-value: 40px } .lexical__textBold { font-weight: 700 } .lexical__textItalic { font-style: italic } .lexical__textUnderline { text-decoration: underline } .lexical__textStrikethrough { text-decoration: line-through } .lexical__textUnderlineStrikethrough { text-decoration: underline line-through } .lexical__tabNode { position: relative; text-decoration: none } .lexical__tabNode.lexical__textUnderline:after { content: ""; position: absolute; left: 0; right: 0; bottom: .15em; border-bottom: .1em solid } .lexical__tabNode.lexical__textStrikethrough:before { content: ""; position: absolute; left: 0; right: 0; top: .69em; border-top: .1em solid } .lexical__tabNode.lexical__textUnderlineStrikethrough:after, .lexical__tabNode.lexical__textUnderlineStrikethrough:before { content: ""; position: absolute; left: 0; right: 0 } .lexical__tabNode.lexical__textUnderlineStrikethrough:before { top: .69em; border-top: .1em solid } .lexical__tabNode.lexical__textUnderlineStrikethrough:after { bottom: .05em; border-bottom: .1em solid } .lexical__textSubscript { font-size: .8em; vertical-align: sub !important } .lexical__textSuperscript { font-size: .8em; vertical-align: super } .lexical__textCode { background-color: #f0f2f5; padding: 1px .25rem; font-family: Menlo, Consolas, Monaco, monospace; font-size: 94% } .lexical__textCode:is(.dark *) { --tw-bg-opacity: 1; background-color: rgb(44 44 44/var(--tw-bg-opacity, 1)) } .lexical__textLowercase { text-transform: lowercase } .lexical__textUppercase { text-transform: uppercase } .lexical__textCapitalize { text-transform: capitalize } .lexical__hashtag { background-color: #5890ff26; border-bottom: 1px solid rgba(88, 144, 255, .3) } .lexical__link { color: #216fdb; text-decoration: none } .lexical__link:hover { text-decoration: underline; cursor: pointer } .lexical__blockCursor { display: block; pointer-events: none; position: absolute } .lexical__blockCursor:after { content: ""; display: block; position: absolute; top: -2px; width: 20px; border-top: 1px solid #000; animation: CursorBlink 1.1s steps(2, start) infinite } @keyframes CursorBlink { to { visibility: hidden } } .lexical__code { background-color: #f0f2f5 } .lexical__code:is(.dark *) { --tw-bg-opacity: 1; background-color: rgb(44 44 44/var(--tw-bg-opacity, 1)) } .lexical__code { font-family: Menlo, Consolas, Monaco, monospace; display: block; padding: 8px 8px 8px 52px; line-height: 1.53; font-size: 13px; margin: 8px 0; overflow-x: auto; position: relative; -moz-tab-size: 2; -o-tab-size: 2; tab-size: 2 } .lexical__code:before { content: attr(data-gutter); position: absolute; background-color: #eee; left: 0; top: 0; border-right: 1px solid #ccc; padding: 8px; color: #777; white-space: pre-wrap; text-align: right; min-width: 25px } .lexical__tableScrollableWrapper { overflow-x: auto; margin: 0 25px 30px 0 } .lexical__tableScrollableWrapper>.lexical__table { margin: 0 } .lexical__table { border-collapse: collapse; border-spacing: 0; overflow-y: scroll; overflow-x: scroll; table-layout: fixed; width: -moz-fit-content; width: fit-content; margin: 0 25px 30px 0 } .lexical__tableRowStriping tr:nth-child(2n) { background-color: #f2f5fb } .lexical__tableSelection ::-moz-selection { background-color: transparent } .lexical__tableSelection ::selection { background-color: transparent } .lexical__tableSelected { outline: 2px solid #3c84f4 } .lexical__tableCell { border: 1px solid #bbb; width: 75px; vertical-align: top; text-align: start; padding: 6px 8px; position: relative; outline: none; overflow: auto } .lexical__tableCell>* { overflow: inherit } .lexical__tableCellResizer { position: absolute; right: -4px; height: 100%; width: 8px; cursor: ew-resize; z-index: 10; top: 0 } .lexical__tableCellHeader { background-color: #f2f3f5; text-align: start } .lexical__tableCellSelected { caret-color: transparent } .lexical__tableCellSelected:after { position: absolute; left: 0; right: 0; bottom: 0; top: 0; background-color: highlight; mix-blend-mode: multiply; content: ""; pointer-events: none } .lexical__tableAddColumns { position: absolute; background-color: #eee; height: 100%; animation: table-controls .2s ease; border: 0; cursor: pointer } .lexical__tableAddColumns:after { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4'/%3E%3C/svg%3E"); background-size: contain; background-position: 50%; background-repeat: no-repeat; display: block; content: " "; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: .4 } .lexical__tableAddColumns:hover, .lexical__tableAddRows:hover { background-color: #c9dbf0 } .lexical__tableAddRows { position: absolute; width: calc(100% - 25px); background-color: #eee; animation: table-controls .2s ease; border: 0; cursor: pointer } .lexical__tableAddRows:after { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4'/%3E%3C/svg%3E"); background-size: contain; background-position: 50%; background-repeat: no-repeat; display: block; content: " "; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: .4 } @keyframes table-controls { 0% { opacity: 0 } to { opacity: 1 } } .lexical__tableCellResizeRuler { display: block; position: absolute; width: 1px; background-color: #3c84f4; height: 100%; top: 0 } .lexical__tableCellActionButtonContainer { display: block; right: 5px; top: 6px; position: absolute; z-index: 4; width: 20px; height: 20px } .lexical__tableCellActionButton { background-color: #eee; display: block; border: 0; border-radius: 20px; width: 20px; height: 20px; color: #222; cursor: pointer } .lexical__tableCellActionButton:hover { background-color: #ddd } .lexical__characterLimit { display: inline; background-color: #fbb !important } .lexical__ol1 { list-style-type: number } .lexical__ol1, .lexical__ol2 { padding: 0; margin: 0; list-style-position: outside } .lexical__ol2 { list-style-type: upper-alpha } .lexical__ol3 { list-style-type: lower-alpha } .lexical__ol3, .lexical__ol4 { padding: 0; margin: 0; list-style-position: outside } .lexical__ol4 { list-style-type: upper-roman } .lexical__ol5 { list-style-type: lower-roman } .lexical__ol5, .lexical__ul { padding: 0; margin: 0; list-style-position: outside } .lexical__ul { list-style-type: disc } .lexical__ul, .lexical__ol1, .lexical__ol2, .lexical__ol3, .lexical__ol4, .lexical__ol5 { font-size: 16px; } .lexical__listItem { margin: 0 32px } .lexical__listItemChecked, .lexical__listItemUnchecked { position: relative; margin-left: 8px; margin-right: 8px; padding-left: 24px; padding-right: 24px; list-style-type: none; outline: none } .lexical__listItemChecked { text-decoration: line-through } .lexical__listItemChecked:before, .lexical__listItemUnchecked:before { content: ""; width: 16px; height: 16px; top: 2px; left: 0; cursor: pointer; display: block; background-size: cover; position: absolute } .lexical__listItemChecked[dir=rtl]:before, .lexical__listItemUnchecked[dir=rtl]:before { left: auto; right: 0 } .lexical__listItemChecked:focus:before, .lexical__listItemUnchecked:focus:before { box-shadow: 0 0 0 2px #a6cdfe; border-radius: 2px } .lexical__listItemUnchecked:before { border: 1px solid #999; border-radius: 2px } .lexical__listItemChecked:before { border: 1px solid #3d87f5; border-radius: 2px; background-color: #3d87f5; background-repeat: no-repeat } .lexical__listItemChecked:after { content: ""; cursor: pointer; position: absolute; display: block; top: 6px; width: 3px; left: 7px; right: 7px; height: 6px; transform: rotate(45deg); border-color: #fff; border-style: solid; border-width: 0 2px 2px 0 } .lexical__nestedListItem { list-style-type: none } .lexical__nestedListItem:after, .lexical__nestedListItem:before { display: none } .lexical__tokenComment { color: #708090 } .lexical__tokenPunctuation { color: #999 } .lexical__tokenProperty { color: #905 } .lexical__tokenSelector { color: #690 } .lexical__tokenOperator { color: #9a6e3a } .lexical__tokenAttr { color: #07a } .lexical__tokenVariable { color: #e90 } .lexical__tokenFunction { color: #dd4a68 } .lexical__mark { background: #ffd40024; border-bottom: 2px solid rgba(255, 212, 0, .3); padding-bottom: 2px } .lexical__markOverlap { background: #ffd4004d; border-bottom: 2px solid rgba(255, 212, 0, .7) } .lexical__mark.selected { background: #ffd40080; border-bottom: 2px solid #ffd400 } .lexical__markOverlap.selected { background: #ffd400b3; border-bottom: 2px solid rgba(255, 212, 0, .7) } .lexical__embedBlock { -webkit-user-select: none; -moz-user-select: none; user-select: none } .lexical__embedBlockFocus { outline: 2px solid #3c84f4 } .lexical__layoutContainer { display: grid; gap: 10px; margin: 10px 0 } .lexical__layoutItem { border: 1px dashed #ddd; padding: 8px 16px } .lexical__autocomplete { color: #ccc } .lexical__hr { padding: 2px; border: none; margin: 1em 0; cursor: pointer } .lexical__hr:after { content: ""; display: block; height: 2px; background-color: #ccc; line-height: 2px } .lexical__hr.selected { outline: 2px solid #3c84f4; -webkit-user-select: none; -moz-user-select: none; user-select: none } .lexical__specialText { background-color: #ff0; font-weight: 700 } .ContentEditable__root { border: 0; font-size: 15px; display: block; position: relative; outline: 0; padding: 8px 28px 40px; min-height: 150px } @media (max-width:1025px) { .ContentEditable__root { padding-left: 8px; padding-right: 8px } } .ContentEditable__placeholder { font-size: 15px; color: #999; overflow: hidden; position: absolute; text-overflow: ellipsis; top: 8px; left: 28px; right: 28px; -webkit-user-select: none; -moz-user-select: none; user-select: none; white-space: nowrap; display: inline-block; pointer-events: none } @media (max-width:1025px) { .ContentEditable__placeholder { left: 8px; right: 8px } } @font-face { font-family: KaTeX_AMS; src: url(/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2) format("woff2"), url(/assets/KaTeX_AMS-Regular-DMm9YOAa.woff) format("woff"), url(/assets/KaTeX_AMS-Regular-DRggAlZN.ttf) format("truetype"); font-weight: 400; font-style: normal } @font-face { font-family: KaTeX_Caligraphic; src: url(/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2) format("woff2"), url(/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff) format("woff"), url(/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf) format("truetype"); font-weight: 700; font-style: normal } @font-face { font-family: KaTeX_Caligraphic; src: url(/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2) format("woff2"), url(/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff) format("woff"), url(/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf) format("truetype"); font-weight: 400; font-style: normal } @font-face { font-family: KaTeX_Fraktur; src: url(/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2) format("woff2"), url(/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff) format("woff"), url(/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf) format("truetype"); font-weight: 700; font-style: normal } @font-face { font-family: KaTeX_Fraktur; src: url(/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2) format("woff2"), url(/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff) format("woff"), url(/assets/KaTeX_Fraktur-Regular-CB_wures.ttf) format("truetype"); font-weight: 400; font-style: normal } @font-face { font-family: KaTeX_Main; src: url(/assets/KaTeX_Main-Bold-Cx986IdX.woff2) format("woff2"), url(/assets/KaTeX_Main-Bold-Jm3AIy58.woff) format("woff"), url(/assets/KaTeX_Main-Bold-waoOVXN0.ttf) format("truetype"); font-weight: 700; font-style: normal } @font-face { font-family: KaTeX_Main; src: url(/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2) format("woff2"), url(/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff) format("woff"), url(/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf) format("truetype"); font-weight: 700; font-style: italic } @font-face { font-family: KaTeX_Main; src: url(/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2) format("woff2"), url(/assets/KaTeX_Main-Italic-BMLOBm91.woff) format("woff"), url(/assets/KaTeX_Main-Italic-3WenGoN9.ttf) format("truetype"); font-weight: 400; font-style: italic } @font-face { font-family: KaTeX_Main; src: url(/assets/KaTeX_Main-Regular-B22Nviop.woff2) format("woff2"), url(/assets/KaTeX_Main-Regular-Dr94JaBh.woff) format("woff"), url(/assets/KaTeX_Main-Regular-ypZvNtVU.ttf) format("truetype"); font-weight: 400; font-style: normal } @font-face { font-family: KaTeX_Math; src: url(/assets/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2) format("woff2"), url(/assets/KaTeX_Math-BoldItalic-iY-2wyZ7.woff) format("woff"), url(/assets/KaTeX_Math-BoldItalic-B3XSjfu4.ttf) format("truetype"); font-weight: 700; font-style: italic } @font-face { font-family: KaTeX_Math; src: url(/assets/KaTeX_Math-Italic-t53AETM-.woff2) format("woff2"), url(/assets/KaTeX_Math-Italic-DA0__PXp.woff) format("woff"), url(/assets/KaTeX_Math-Italic-flOr_0UB.ttf) format("truetype"); font-weight: 400; font-style: italic } @font-face { font-family: KaTeX_SansSerif; src: url(/assets/KaTeX_SansSerif-Bold-D1sUS0GD.woff2) format("woff2"), url(/assets/KaTeX_SansSerif-Bold-DbIhKOiC.woff) format("woff"), url(/assets/KaTeX_SansSerif-Bold-CFMepnvq.ttf) format("truetype"); font-weight: 700; font-style: normal } @font-face { font-family: KaTeX_SansSerif; src: url(/assets/KaTeX_SansSerif-Italic-C3H0VqGB.woff2) format("woff2"), url(/assets/KaTeX_SansSerif-Italic-DN2j7dab.woff) format("woff"), url(/assets/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf) format("truetype"); font-weight: 400; font-style: italic } @font-face { font-family: KaTeX_SansSerif; src: url(/assets/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2) format("woff2"), url(/assets/KaTeX_SansSerif-Regular-CS6fqUqJ.woff) format("woff"), url(/assets/KaTeX_SansSerif-Regular-BNo7hRIc.ttf) format("truetype"); font-weight: 400; font-style: normal } @font-face { font-family: KaTeX_Script; src: url(/assets/KaTeX_Script-Regular-D3wIWfF6.woff2) format("woff2"), url(/assets/KaTeX_Script-Regular-D5yQViql.woff) format("woff"), url(/assets/KaTeX_Script-Regular-C5JkGWo-.ttf) format("truetype"); font-weight: 400; font-style: normal } @font-face { font-family: KaTeX_Size1; src: url(/assets/KaTeX_Size1-Regular-mCD8mA8B.woff2) format("woff2"), url(/assets/KaTeX_Size1-Regular-C195tn64.woff) format("woff"), url(/assets/KaTeX_Size1-Regular-Dbsnue_I.ttf) format("truetype"); font-weight: 400; font-style: normal } @font-face { font-family: KaTeX_Size2; src: url(/assets/KaTeX_Size2-Regular-Dy4dx90m.woff2) format("woff2"), url(/assets/KaTeX_Size2-Regular-oD1tc_U0.woff) format("woff"), url(/assets/KaTeX_Size2-Regular-B7gKUWhC.ttf) format("truetype"); font-weight: 400; font-style: normal } @font-face { font-family: KaTeX_Size3; src: url(data:font/woff2;base64,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) format("woff2"), url(/assets/KaTeX_Size3-Regular-CTq5MqoE.woff) format("woff"), url(/assets/KaTeX_Size3-Regular-DgpXs0kz.ttf) format("truetype"); font-weight: 400; font-style: normal } @font-face { font-family: KaTeX_Size4; src: url(/assets/KaTeX_Size4-Regular-Dl5lxZxV.woff2) format("woff2"), url(/assets/KaTeX_Size4-Regular-BF-4gkZK.woff) format("woff"), url(/assets/KaTeX_Size4-Regular-DWFBv043.ttf) format("truetype"); font-weight: 400; font-style: normal } @font-face { font-family: KaTeX_Typewriter; src: url(/assets/KaTeX_Typewriter-Regular-CO6r4hn1.woff2) format("woff2"), url(/assets/KaTeX_Typewriter-Regular-C0xS9mPB.woff) format("woff"), url(/assets/KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf) format("truetype"); font-weight: 400; font-style: normal } .katex { font: 1.21em KaTeX_Main, Times New Roman, serif; line-height: 1.2; text-indent: 0; text-rendering: auto } .katex * { -ms-high-contrast-adjust: none !important; border-color: currentColor } .katex .katex-version:after { content: "0.16.10" } .katex .katex-mathml { position: absolute; clip: rect(1px, 1px, 1px, 1px); padding: 0; border: 0; height: 1px; width: 1px; overflow: hidden } .katex .katex-html>.newline { display: block } .katex .base { position: relative; white-space: nowrap; width: -moz-min-content; width: min-content } .katex .base, .katex .strut { display: inline-block } .katex .textbf { font-weight: 700 } .katex .textit { font-style: italic } .katex .textrm { font-family: KaTeX_Main } .katex .textsf { font-family: KaTeX_SansSerif } .katex .texttt { font-family: KaTeX_Typewriter } .katex .mathnormal { font-family: KaTeX_Math; font-style: italic } .katex .mathit { font-family: KaTeX_Main; font-style: italic } .katex .mathrm { font-style: normal } .katex .mathbf { font-family: KaTeX_Main; font-weight: 700 } .katex .boldsymbol { font-family: KaTeX_Math; font-weight: 700; font-style: italic } .katex .amsrm, .katex .mathbb, .katex .textbb { font-family: KaTeX_AMS } .katex .mathcal { font-family: KaTeX_Caligraphic } .katex .mathfrak, .katex .textfrak { font-family: KaTeX_Fraktur } .katex .mathboldfrak, .katex .textboldfrak { font-family: KaTeX_Fraktur; font-weight: 700 } .katex .mathtt { font-family: KaTeX_Typewriter } .katex .mathscr, .katex .textscr { font-family: KaTeX_Script } .katex .mathsf, .katex .textsf { font-family: KaTeX_SansSerif } .katex .mathboldsf, .katex .textboldsf { font-family: KaTeX_SansSerif; font-weight: 700 } .katex .mathitsf, .katex .textitsf { font-family: KaTeX_SansSerif; font-style: italic } .katex .mainrm { font-family: KaTeX_Main; font-style: normal } .katex .vlist-t { display: inline-table; table-layout: fixed; border-collapse: collapse } .katex .vlist-r { display: table-row } .katex .vlist { display: table-cell; vertical-align: bottom; position: relative } .katex .vlist>span { display: block; height: 0; position: relative } .katex .vlist>span>span { display: inline-block } .katex .vlist>span>.pstrut { overflow: hidden; width: 0 } .katex .vlist-t2 { margin-right: -2px } .katex .vlist-s { display: table-cell; vertical-align: bottom; font-size: 1px; width: 2px; min-width: 2px } .katex .vbox { display: inline-flex; flex-direction: column; align-items: baseline } .katex .hbox { width: 100% } .katex .hbox, .katex .thinbox { display: inline-flex; flex-direction: row } .katex .thinbox { width: 0; max-width: 0 } .katex .msupsub { text-align: left } .katex .mfrac>span>span { text-align: center } .katex .mfrac .frac-line { display: inline-block; width: 100%; border-bottom-style: solid } .katex .hdashline, .katex .hline, .katex .mfrac .frac-line, .katex .overline .overline-line, .katex .rule, .katex .underline .underline-line { min-height: 1px } .katex .mspace { display: inline-block } .katex .clap, .katex .llap, .katex .rlap { width: 0; position: relative } .katex .clap>.inner, .katex .llap>.inner, .katex .rlap>.inner { position: absolute } .katex .clap>.fix, .katex .llap>.fix, .katex .rlap>.fix { display: inline-block } .katex .llap>.inner { right: 0 } .katex .clap>.inner, .katex .rlap>.inner { left: 0 } .katex .clap>.inner>span { margin-left: -50%; margin-right: 50% } .katex .rule { display: inline-block; border: 0 solid; position: relative } .katex .hline, .katex .overline .overline-line, .katex .underline .underline-line { display: inline-block; width: 100%; border-bottom-style: solid } .katex .hdashline { display: inline-block; width: 100%; border-bottom-style: dashed } .katex .sqrt>.root { margin-left: .27777778em; margin-right: -.55555556em } .katex .fontsize-ensurer.reset-size1.size1, .katex .sizing.reset-size1.size1 { font-size: 1em } .katex .fontsize-ensurer.reset-size1.size2, .katex .sizing.reset-size1.size2 { font-size: 1.2em } .katex .fontsize-ensurer.reset-size1.size3, .katex .sizing.reset-size1.size3 { font-size: 1.4em } .katex .fontsize-ensurer.reset-size1.size4, .katex .sizing.reset-size1.size4 { font-size: 1.6em } .katex .fontsize-ensurer.reset-size1.size5, .katex .sizing.reset-size1.size5 { font-size: 1.8em } .katex .fontsize-ensurer.reset-size1.size6, .katex .sizing.reset-size1.size6 { font-size: 2em } .katex .fontsize-ensurer.reset-size1.size7, .katex .sizing.reset-size1.size7 { font-size: 2.4em } .katex .fontsize-ensurer.reset-size1.size8, .katex .sizing.reset-size1.size8 { font-size: 2.88em } .katex .fontsize-ensurer.reset-size1.size9, .katex .sizing.reset-size1.size9 { font-size: 3.456em } .katex .fontsize-ensurer.reset-size1.size10, .katex .sizing.reset-size1.size10 { font-size: 4.148em } .katex .fontsize-ensurer.reset-size1.size11, .katex .sizing.reset-size1.size11 { font-size: 4.976em } .katex .fontsize-ensurer.reset-size2.size1, .katex .sizing.reset-size2.size1 { font-size: .83333333em } .katex .fontsize-ensurer.reset-size2.size2, .katex .sizing.reset-size2.size2 { font-size: 1em } .katex .fontsize-ensurer.reset-size2.size3, .katex .sizing.reset-size2.size3 { font-size: 1.16666667em } .katex .fontsize-ensurer.reset-size2.size4, .katex .sizing.reset-size2.size4 { font-size: 1.33333333em } .katex .fontsize-ensurer.reset-size2.size5, .katex .sizing.reset-size2.size5 { font-size: 1.5em } .katex .fontsize-ensurer.reset-size2.size6, .katex .sizing.reset-size2.size6 { font-size: 1.66666667em } .katex .fontsize-ensurer.reset-size2.size7, .katex .sizing.reset-size2.size7 { font-size: 2em } .katex .fontsize-ensurer.reset-size2.size8, .katex .sizing.reset-size2.size8 { font-size: 2.4em } .katex .fontsize-ensurer.reset-size2.size9, .katex .sizing.reset-size2.size9 { font-size: 2.88em } .katex .fontsize-ensurer.reset-size2.size10, .katex .sizing.reset-size2.size10 { font-size: 3.45666667em } .katex .fontsize-ensurer.reset-size2.size11, .katex .sizing.reset-size2.size11 { font-size: 4.14666667em } .katex .fontsize-ensurer.reset-size3.size1, .katex .sizing.reset-size3.size1 { font-size: .71428571em } .katex .fontsize-ensurer.reset-size3.size2, .katex .sizing.reset-size3.size2 { font-size: .85714286em } .katex .fontsize-ensurer.reset-size3.size3, .katex .sizing.reset-size3.size3 { font-size: 1em } .katex .fontsize-ensurer.reset-size3.size4, .katex .sizing.reset-size3.size4 { font-size: 1.14285714em } .katex .fontsize-ensurer.reset-size3.size5, .katex .sizing.reset-size3.size5 { font-size: 1.28571429em } .katex .fontsize-ensurer.reset-size3.size6, .katex .sizing.reset-size3.size6 { font-size: 1.42857143em } .katex .fontsize-ensurer.reset-size3.size7, .katex .sizing.reset-size3.size7 { font-size: 1.71428571em } .katex .fontsize-ensurer.reset-size3.size8, .katex .sizing.reset-size3.size8 { font-size: 2.05714286em } .katex .fontsize-ensurer.reset-size3.size9, .katex .sizing.reset-size3.size9 { font-size: 2.46857143em } .katex .fontsize-ensurer.reset-size3.size10, .katex .sizing.reset-size3.size10 { font-size: 2.96285714em } .katex .fontsize-ensurer.reset-size3.size11, .katex .sizing.reset-size3.size11 { font-size: 3.55428571em } .katex .fontsize-ensurer.reset-size4.size1, .katex .sizing.reset-size4.size1 { font-size: .625em } .katex .fontsize-ensurer.reset-size4.size2, .katex .sizing.reset-size4.size2 { font-size: .75em } .katex .fontsize-ensurer.reset-size4.size3, .katex .sizing.reset-size4.size3 { font-size: .875em } .katex .fontsize-ensurer.reset-size4.size4, .katex .sizing.reset-size4.size4 { font-size: 1em } .katex .fontsize-ensurer.reset-size4.size5, .katex .sizing.reset-size4.size5 { font-size: 1.125em } .katex .fontsize-ensurer.reset-size4.size6, .katex .sizing.reset-size4.size6 { font-size: 1.25em } .katex .fontsize-ensurer.reset-size4.size7, .katex .sizing.reset-size4.size7 { font-size: 1.5em } .katex .fontsize-ensurer.reset-size4.size8, .katex .sizing.reset-size4.size8 { font-size: 1.8em } .katex .fontsize-ensurer.reset-size4.size9, .katex .sizing.reset-size4.size9 { font-size: 2.16em } .katex .fontsize-ensurer.reset-size4.size10, .katex .sizing.reset-size4.size10 { font-size: 2.5925em } .katex .fontsize-ensurer.reset-size4.size11, .katex .sizing.reset-size4.size11 { font-size: 3.11em } .katex .fontsize-ensurer.reset-size5.size1, .katex .sizing.reset-size5.size1 { font-size: .55555556em } .katex .fontsize-ensurer.reset-size5.size2, .katex .sizing.reset-size5.size2 { font-size: .66666667em } .katex .fontsize-ensurer.reset-size5.size3, .katex .sizing.reset-size5.size3 { font-size: .77777778em } .katex .fontsize-ensurer.reset-size5.size4, .katex .sizing.reset-size5.size4 { font-size: .88888889em } .katex .fontsize-ensurer.reset-size5.size5, .katex .sizing.reset-size5.size5 { font-size: 1em } .katex .fontsize-ensurer.reset-size5.size6, .katex .sizing.reset-size5.size6 { font-size: 1.11111111em } .katex .fontsize-ensurer.reset-size5.size7, .katex .sizing.reset-size5.size7 { font-size: 1.33333333em } .katex .fontsize-ensurer.reset-size5.size8, .katex .sizing.reset-size5.size8 { font-size: 1.6em } .katex .fontsize-ensurer.reset-size5.size9, .katex .sizing.reset-size5.size9 { font-size: 1.92em } .katex .fontsize-ensurer.reset-size5.size10, .katex .sizing.reset-size5.size10 { font-size: 2.30444444em } .katex .fontsize-ensurer.reset-size5.size11, .katex .sizing.reset-size5.size11 { font-size: 2.76444444em } .katex .fontsize-ensurer.reset-size6.size1, .katex .sizing.reset-size6.size1 { font-size: .5em } .katex .fontsize-ensurer.reset-size6.size2, .katex .sizing.reset-size6.size2 { font-size: .6em } .katex .fontsize-ensurer.reset-size6.size3, .katex .sizing.reset-size6.size3 { font-size: .7em } .katex .fontsize-ensurer.reset-size6.size4, .katex .sizing.reset-size6.size4 { font-size: .8em } .katex .fontsize-ensurer.reset-size6.size5, .katex .sizing.reset-size6.size5 { font-size: .9em } .katex .fontsize-ensurer.reset-size6.size6, .katex .sizing.reset-size6.size6 { font-size: 1em } .katex .fontsize-ensurer.reset-size6.size7, .katex .sizing.reset-size6.size7 { font-size: 1.2em } .katex .fontsize-ensurer.reset-size6.size8, .katex .sizing.reset-size6.size8 { font-size: 1.44em } .katex .fontsize-ensurer.reset-size6.size9, .katex .sizing.reset-size6.size9 { font-size: 1.728em } .katex .fontsize-ensurer.reset-size6.size10, .katex .sizing.reset-size6.size10 { font-size: 2.074em } .katex .fontsize-ensurer.reset-size6.size11, .katex .sizing.reset-size6.size11 { font-size: 2.488em } .katex .fontsize-ensurer.reset-size7.size1, .katex .sizing.reset-size7.size1 { font-size: .41666667em } .katex .fontsize-ensurer.reset-size7.size2, .katex .sizing.reset-size7.size2 { font-size: .5em } .katex .fontsize-ensurer.reset-size7.size3, .katex .sizing.reset-size7.size3 { font-size: .58333333em } .katex .fontsize-ensurer.reset-size7.size4, .katex .sizing.reset-size7.size4 { font-size: .66666667em } .katex .fontsize-ensurer.reset-size7.size5, .katex .sizing.reset-size7.size5 { font-size: .75em } .katex .fontsize-ensurer.reset-size7.size6, .katex .sizing.reset-size7.size6 { font-size: .83333333em } .katex .fontsize-ensurer.reset-size7.size7, .katex .sizing.reset-size7.size7 { font-size: 1em } .katex .fontsize-ensurer.reset-size7.size8, .katex .sizing.reset-size7.size8 { font-size: 1.2em } .katex .fontsize-ensurer.reset-size7.size9, .katex .sizing.reset-size7.size9 { font-size: 1.44em } .katex .fontsize-ensurer.reset-size7.size10, .katex .sizing.reset-size7.size10 { font-size: 1.72833333em } .katex .fontsize-ensurer.reset-size7.size11, .katex .sizing.reset-size7.size11 { font-size: 2.07333333em } .katex .fontsize-ensurer.reset-size8.size1, .katex .sizing.reset-size8.size1 { font-size: .34722222em } .katex .fontsize-ensurer.reset-size8.size2, .katex .sizing.reset-size8.size2 { font-size: .41666667em } .katex .fontsize-ensurer.reset-size8.size3, .katex .sizing.reset-size8.size3 { font-size: .48611111em } .katex .fontsize-ensurer.reset-size8.size4, .katex .sizing.reset-size8.size4 { font-size: .55555556em } .katex .fontsize-ensurer.reset-size8.size5, .katex .sizing.reset-size8.size5 { font-size: .625em } .katex .fontsize-ensurer.reset-size8.size6, .katex .sizing.reset-size8.size6 { font-size: .69444444em } .katex .fontsize-ensurer.reset-size8.size7, .katex .sizing.reset-size8.size7 { font-size: .83333333em } .katex .fontsize-ensurer.reset-size8.size8, .katex .sizing.reset-size8.size8 { font-size: 1em } .katex .fontsize-ensurer.reset-size8.size9, .katex .sizing.reset-size8.size9 { font-size: 1.2em } .katex .fontsize-ensurer.reset-size8.size10, .katex .sizing.reset-size8.size10 { font-size: 1.44027778em } .katex .fontsize-ensurer.reset-size8.size11, .katex .sizing.reset-size8.size11 { font-size: 1.72777778em } .katex .fontsize-ensurer.reset-size9.size1, .katex .sizing.reset-size9.size1 { font-size: .28935185em } .katex .fontsize-ensurer.reset-size9.size2, .katex .sizing.reset-size9.size2 { font-size: .34722222em } .katex .fontsize-ensurer.reset-size9.size3, .katex .sizing.reset-size9.size3 { font-size: .40509259em } .katex .fontsize-ensurer.reset-size9.size4, .katex .sizing.reset-size9.size4 { font-size: .46296296em } .katex .fontsize-ensurer.reset-size9.size5, .katex .sizing.reset-size9.size5 { font-size: .52083333em } .katex .fontsize-ensurer.reset-size9.size6, .katex .sizing.reset-size9.size6 { font-size: .5787037em } .katex .fontsize-ensurer.reset-size9.size7, .katex .sizing.reset-size9.size7 { font-size: .69444444em } .katex .fontsize-ensurer.reset-size9.size8, .katex .sizing.reset-size9.size8 { font-size: .83333333em } .katex .fontsize-ensurer.reset-size9.size9, .katex .sizing.reset-size9.size9 { font-size: 1em } .katex .fontsize-ensurer.reset-size9.size10, .katex .sizing.reset-size9.size10 { font-size: 1.20023148em } .katex .fontsize-ensurer.reset-size9.size11, .katex .sizing.reset-size9.size11 { font-size: 1.43981481em } .katex .fontsize-ensurer.reset-size10.size1, .katex .sizing.reset-size10.size1 { font-size: .24108004em } .katex .fontsize-ensurer.reset-size10.size2, .katex .sizing.reset-size10.size2 { font-size: .28929605em } .katex .fontsize-ensurer.reset-size10.size3, .katex .sizing.reset-size10.size3 { font-size: .33751205em } .katex .fontsize-ensurer.reset-size10.size4, .katex .sizing.reset-size10.size4 { font-size: .38572806em } .katex .fontsize-ensurer.reset-size10.size5, .katex .sizing.reset-size10.size5 { font-size: .43394407em } .katex .fontsize-ensurer.reset-size10.size6, .katex .sizing.reset-size10.size6 { font-size: .48216008em } .katex .fontsize-ensurer.reset-size10.size7, .katex .sizing.reset-size10.size7 { font-size: .57859209em } .katex .fontsize-ensurer.reset-size10.size8, .katex .sizing.reset-size10.size8 { font-size: .69431051em } .katex .fontsize-ensurer.reset-size10.size9, .katex .sizing.reset-size10.size9 { font-size: .83317261em } .katex .fontsize-ensurer.reset-size10.size10, .katex .sizing.reset-size10.size10 { font-size: 1em } .katex .fontsize-ensurer.reset-size10.size11, .katex .sizing.reset-size10.size11 { font-size: 1.19961427em } .katex .fontsize-ensurer.reset-size11.size1, .katex .sizing.reset-size11.size1 { font-size: .20096463em } .katex .fontsize-ensurer.reset-size11.size2, .katex .sizing.reset-size11.size2 { font-size: .24115756em } .katex .fontsize-ensurer.reset-size11.size3, .katex .sizing.reset-size11.size3 { font-size: .28135048em } .katex .fontsize-ensurer.reset-size11.size4, .katex .sizing.reset-size11.size4 { font-size: .32154341em } .katex .fontsize-ensurer.reset-size11.size5, .katex .sizing.reset-size11.size5 { font-size: .36173633em } .katex .fontsize-ensurer.reset-size11.size6, .katex .sizing.reset-size11.size6 { font-size: .40192926em } .katex .fontsize-ensurer.reset-size11.size7, .katex .sizing.reset-size11.size7 { font-size: .48231511em } .katex .fontsize-ensurer.reset-size11.size8, .katex .sizing.reset-size11.size8 { font-size: .57877814em } .katex .fontsize-ensurer.reset-size11.size9, .katex .sizing.reset-size11.size9 { font-size: .69453376em } .katex .fontsize-ensurer.reset-size11.size10, .katex .sizing.reset-size11.size10 { font-size: .83360129em } .katex .fontsize-ensurer.reset-size11.size11, .katex .sizing.reset-size11.size11 { font-size: 1em } .katex .delimsizing.size1 { font-family: KaTeX_Size1 } .katex .delimsizing.size2 { font-family: KaTeX_Size2 } .katex .delimsizing.size3 { font-family: KaTeX_Size3 } .katex .delimsizing.size4 { font-family: KaTeX_Size4 } .katex .delimsizing.mult .delim-size1>span { font-family: KaTeX_Size1 } .katex .delimsizing.mult .delim-size4>span { font-family: KaTeX_Size4 } .katex .nulldelimiter { display: inline-block; width: .12em } .katex .delimcenter, .katex .op-symbol { position: relative } .katex .op-symbol.small-op { font-family: KaTeX_Size1 } .katex .op-symbol.large-op { font-family: KaTeX_Size2 } .katex .accent>.vlist-t, .katex .op-limits>.vlist-t { text-align: center } .katex .accent .accent-body { position: relative } .katex .accent .accent-body:not(.accent-full) { width: 0 } .katex .overlay { display: block } .katex .mtable .vertical-separator { display: inline-block; min-width: 1px } .katex .mtable .arraycolsep { display: inline-block } .katex .mtable .col-align-c>.vlist-t { text-align: center } .katex .mtable .col-align-l>.vlist-t { text-align: left } .katex .mtable .col-align-r>.vlist-t { text-align: right } .katex .svg-align { text-align: left } .katex svg { display: block; position: absolute; width: 100%; height: inherit; fill: currentColor; stroke: currentColor; fill-rule: nonzero; fill-opacity: 1; stroke-width: 1; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 4; stroke-dasharray: none; stroke-dashoffset: 0; stroke-opacity: 1 } .katex svg path { stroke: none } .katex img { border-style: none; min-width: 0; min-height: 0; max-width: none; max-height: none } .katex .stretchy { width: 100%; display: block; position: relative; overflow: hidden } .katex .stretchy:after, .katex .stretchy:before { content: "" } .katex .hide-tail { width: 100%; position: relative; overflow: hidden } .katex .halfarrow-left { position: absolute; left: 0; width: 50.2%; overflow: hidden } .katex .halfarrow-right { position: absolute; right: 0; width: 50.2%; overflow: hidden } .katex .brace-left { position: absolute; left: 0; width: 25.1%; overflow: hidden } .katex .brace-center { position: absolute; left: 25%; width: 50%; overflow: hidden } .katex .brace-right { position: absolute; right: 0; width: 25.1%; overflow: hidden } .katex .x-arrow-pad { padding: 0 .5em } .katex .cd-arrow-pad { padding: 0 .55556em 0 .27778em } .katex .mover, .katex .munder, .katex .x-arrow { text-align: center } .katex .boxpad { padding: 0 .3em } .katex .fbox, .katex .fcolorbox { box-sizing: border-box; border: .04em solid } .katex .cancel-pad { padding: 0 .2em } .katex .cancel-lap { margin-left: -.2em; margin-right: -.2em } .katex .sout { border-bottom-style: solid; border-bottom-width: .08em } .katex .angl { box-sizing: border-box; border-top: .049em solid; border-right: .049em solid; margin-right: .03889em } .katex .anglpad { padding: 0 .03889em } .katex .eqn-num:before { counter-increment: katexEqnNo; content: "("counter(katexEqnNo) ")" } .katex .mml-eqn-num:before { counter-increment: mmlEqnNo; content: "("counter(mmlEqnNo) ")" } .katex .mtr-glue { width: 50% } .katex .cd-vert-arrow { display: inline-block; position: relative } .katex .cd-label-left { display: inline-block; position: absolute; right: calc(50% + .3em); text-align: left } .katex .cd-label-right { display: inline-block; position: absolute; left: calc(50% + .3em); text-align: right } .katex-display { display: block; margin: 1em 0; text-align: center } .katex-display>.katex { display: block; text-align: center; white-space: nowrap } .katex-display>.katex>.katex-html { display: block; position: relative } .katex-display>.katex>.katex-html>.tag { position: absolute; right: 0 } .katex-display.leqno>.katex>.katex-html>.tag { left: 0; right: auto } .katex-display.fleqn>.katex { text-align: left; padding-left: 2em } body { counter-reset: katexEqnNo mmlEqnNo } .KatexEquationAlterer_defaultRow { display: flex; flex-direction: row; margin-top: 10px; margin-bottom: 10px; justify-content: space-between; overflow: hidden } .KatexEquationAlterer_dialogActions { display: flex; flex-direction: row; overflow: hidden; margin-top: 20px; margin-bottom: 0; justify-content: right } .KatexEquationAlterer_centerRow { display: flex; flex-direction: "row"; margin-top: 10px; margin-bottom: 10px; justify-content: center; overflow: hidden } .KatexEquationAlterer_textArea { width: 100%; resize: none; padding: 7px } .ExcalidrawModal__overlay { display: flex; align-items: center; position: fixed; flex-direction: column; top: 0; bottom: 0; left: 0; right: 0; flex-grow: 0px; flex-shrink: 1px; z-index: 100; background-color: #28282899 } .ExcalidrawModal__actions { text-align: end; position: absolute; right: 5px; top: 5px; z-index: 1 } .ExcalidrawModal__actions button { background-color: #fff; border-radius: 5px } .ExcalidrawModal__row { position: relative; padding: 40px 5px 5px; width: 70vw; height: 70vh; border-radius: 8px; box-shadow: 0 12px 28px #0003, 0 2px 4px #0000001a, inset 0 0 0 1px #ffffff80 } .ExcalidrawModal__row>div { border-radius: 5px } .ExcalidrawModal__modal { position: relative; z-index: 10; top: 50px; width: auto; left: 0; display: flex; justify-content: center; align-items: center; border-radius: 8px; background-color: #eee } .ExcalidrawModal__discardModal { margin-top: 60px; text-align: center } .Input__wrapper { display: flex; flex-direction: row; align-items: center; margin-bottom: 10px } .Input__label { display: flex; flex: 1; color: #666 } .Input__input { display: flex; flex: 2; border: 1px solid #999; padding: 7px 10px; font-size: 16px; border-radius: 5px; min-width: 0 } [type=page-break] { position: relative; display: block; width: calc(100% + var(--editor-input-padding, 28px)*2); overflow: unset; margin-left: calc(var(--editor-input-padding, 28px)*-1); margin-top: var(--editor-input-padding, 28px); margin-bottom: var(--editor-input-padding, 28px); border: none; border-top: 1px dashed var(--editor-color-secondary, #eee); border-bottom: 1px dashed var(--editor-color-secondary, #eee); background-color: var(--editor-color-secondary, #eee) } [type=page-break]:before { content: ""; position: absolute; top: 50%; left: calc(var(--editor-input-padding, 28px) + 12px); transform: translateY(-50%); opacity: .5; background-size: cover; background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-scissors' transform='scale(1 -1)rotate(90)'%3E%3Cpath d='M3.5 3.5c-.614-.884-.074-1.962.858-2.5L8 7.226 11.642 1c.932.538 1.472 1.616.858 2.5L8.81 8.61l1.556 2.661a2.5 2.5 0 1 1-.794.637L8 9.73l-1.572 2.177a2.5 2.5 0 1 1-.794-.637L7.19 8.61zm2.5 10a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0m7 0a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0'/%3E%3C/svg%3E"); width: 16px; height: 16px } [type=page-break]:after { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: block; padding: 2px 6px; border: 1px solid #ccc; background-color: #fff; content: "PAGE BREAK"; font-size: 12px; color: #000; font-weight: 600 } .selected[type=page-break] { border-color: var(--editor-color-primary, #4766cb) } .selected[type=page-break]:before { opacity: 1 } .draggable-block-menu { border-radius: 4px; padding: 2px 1px; cursor: grab; opacity: 0; position: absolute; left: 0; top: 0; will-change: transform } .draggable-block-menu .icon { width: 16px; height: 16px; opacity: .3; background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' data-name='Layer 1' viewBox='0 0 24 24'%3E%3Cpath stroke='currentColor' d='M8.5 10a2 2 0 1 0 2 2 2 2 0 0 0-2-2Zm0 7a2 2 0 1 0 2 2 2 2 0 0 0-2-2Zm7-10a2 2 0 1 0-2-2 2 2 0 0 0 2 2Zm-7-4a2 2 0 1 0 2 2 2 2 0 0 0-2-2Zm7 14a2 2 0 1 0 2 2 2 2 0 0 0-2-2Zm0-7a2 2 0 1 0 2 2 2 2 0 0 0-2-2Z'/%3E%3C/svg%3E") } .draggable-block-menu:active { cursor: grabbing } .draggable-block-menu:hover { background-color: #efefef } .draggable-block-target-line { pointer-events: none; background: #00bfff; height: 4px } .draggable-block-target-line, .link-editor { position: absolute; left: 0; top: 0; opacity: 0; will-change: transform } .link-editor { display: flex; z-index: 10; max-width: 400px; width: 100%; background-color: #fff; box-shadow: 0 5px 10px #0000004d; border-radius: 0 0 8px 8px; transition: opacity .5s } .link-editor .button { width: 20px; height: 20px; display: inline-block; padding: 6px; border-radius: 8px; cursor: pointer; margin: 0 2px } .link-editor .button.hovered { width: 20px; height: 20px; display: inline-block; background-color: #eee } .actions i, .link-editor .button i { background-size: contain; display: inline-block; height: 20px; width: 20px; vertical-align: -.25em } .floating-text-format-popup { display: flex; background: #fff; padding: 4px; vertical-align: middle; position: absolute; top: 0; left: 0; z-index: 10; opacity: 0; box-shadow: 0 5px 10px #0000004d; border-radius: 8px; transition: opacity .5s; height: 35px; will-change: transform } .floating-text-format-popup button.popup-item { border: 0; display: flex; background: none; border-radius: 10px; padding: 8px; cursor: pointer; vertical-align: middle } .floating-text-format-popup button.popup-item:disabled { cursor: not-allowed } .floating-text-format-popup button.popup-item.spaced { margin-right: 2px } .floating-text-format-popup button.popup-item i.format { background-size: contain; height: 18px; width: 18px; margin-top: 2px; vertical-align: -.25em; display: flex } .floating-text-format-popup button.popup-item:disabled i.format { opacity: .2 } .floating-text-format-popup button.popup-item.active { background-color: #dfe8fa4d } .floating-text-format-popup button.popup-item.active i { opacity: 1 } .floating-text-format-popup .popup-item:hover:not([disabled]) { background-color: #eee } .floating-text-format-popup select.popup-item { border: 0; display: flex; background: none; border-radius: 10px; padding: 8px; vertical-align: middle; -webkit-appearance: none; -moz-appearance: none; width: 70px; font-size: 14px; color: #777; text-overflow: ellipsis } .floating-text-format-popup select.code-language { text-transform: capitalize; width: 130px } .floating-text-format-popup .popup-item .text { display: flex; line-height: 20px; vertical-align: middle; font-size: 14px; color: #777; text-overflow: ellipsis; width: 70px; overflow: hidden; height: 20px; text-align: left } .floating-text-format-popup .popup-item .icon { display: flex; width: 20px; height: 20px; -webkit-user-select: none; -moz-user-select: none; user-select: none; margin-right: 8px; line-height: 16px; background-size: contain } .floating-text-format-popup i.chevron-down { margin-top: 3px; width: 16px; height: 16px; display: flex; -webkit-user-select: none; -moz-user-select: none; user-select: none } .floating-text-format-popup i.chevron-down.inside { width: 16px; height: 16px; display: flex; margin-left: -25px; margin-top: 11px; margin-right: 10px; pointer-events: none } .floating-text-format-popup .divider { width: 1px; background-color: #eee; margin: 0 4px } @media (max-width:1024px) { .floating-text-format-popup button.insert-comment { display: none } } .InlineImageNode__contentEditable { min-height: 20px; border: 0; resize: none; cursor: text; caret-color: #050505; display: block; position: relative; -moz-tab-size: 1; -o-tab-size: 1; tab-size: 1; outline: 0; padding: 10px; -webkit-user-select: text; -moz-user-select: text; user-select: text; font-size: 14px; line-height: 1.4em; width: calc(100% - 20px); white-space: pre-wrap; word-break: break-word } .InlineImageNode__placeholder { font-size: 12px; color: #888; overflow: hidden; position: absolute; text-overflow: ellipsis; bottom: 10px; left: 10px; -webkit-user-select: none; -moz-user-select: none; user-select: none; white-space: nowrap; display: inline-block; pointer-events: none } .InlineImageNode_Checkbox:checked, .InlineImageNode_Checkbox:not(:checked) { position: absolute; left: -9999px } .InlineImageNode_Checkbox:checked+label, .InlineImageNode_Checkbox:not(:checked)+label { position: absolute; padding-right: 55px; cursor: pointer; line-height: 20px; display: inline-block; color: #666 } .InlineImageNode_Checkbox:checked+label:before, .InlineImageNode_Checkbox:not(:checked)+label:before { content: ""; position: absolute; right: 0; top: 0; width: 18px; height: 18px; border: 1px solid #666; background: #fff } .InlineImageNode_Checkbox:checked+label:after, .InlineImageNode_Checkbox:not(:checked)+label:after { content: ""; width: 8px; height: 8px; background: #222; position: absolute; top: 6px; right: 6px; transition: all .2s ease } .InlineImageNode_Checkbox:not(:checked)+label:after { opacity: 0; transform: scale(0) } .InlineImageNode_Checkbox:checked+label:after { opacity: 1; transform: scale(1) } :root { --select-border: #393939; --select-focus: #101484; --select-arrow: var(--select-border) } .color-picker-wrapper { padding: 20px } .color-picker-basic-color { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0 } .color-picker-basic-color button { border: 1px solid #ccc; border-radius: 4px; height: 16px; width: 16px; cursor: pointer; list-style-type: none } .color-picker-basic-color button.active { box-shadow: 0 0 2px 2px #0000004d } .color-picker-saturation { width: 100%; position: relative; margin-top: 15px; height: 150px; background-image: linear-gradient(transparent, #000), linear-gradient(90deg, #fff, transparent); -webkit-user-select: none; -moz-user-select: none; user-select: none } .color-picker-saturation_cursor { position: absolute; width: 20px; height: 20px; border: 2px solid #fff; border-radius: 50%; box-shadow: 0 0 15px #00000026; box-sizing: border-box; transform: translate(-10px, -10px) } .color-picker-hue { width: 100%; position: relative; margin-top: 15px; height: 12px; background-image: linear-gradient(90deg, red, #ff0, #0f0, #0ff, #00f, #f0f, red); -webkit-user-select: none; -moz-user-select: none; user-select: none; border-radius: 12px } .color-picker-hue_cursor { position: absolute; width: 20px; height: 20px; border: 2px solid #fff; border-radius: 50%; box-shadow: 0 0 0 .5px #0003; box-sizing: border-box; transform: translate(-10px, -4px) } .color-picker-color { border: 1px solid #ccc; margin-top: 15px; width: 100%; height: 20px } .TableCellResizer__resizer { position: absolute } .table-of-contents .heading2 { margin-left: 10px } .table-of-contents .heading3 { margin-left: 20px } .selected-heading { color: #3578e5; position: relative } .selected-heading-wrapper:before { content: " "; position: absolute; display: inline-block; left: -30px; top: 4px; z-index: 10; height: 4px; width: 4px; background-color: #3578e5; border: 4px solid #fff; border-radius: 50% } .normal-heading { cursor: pointer; line-height: 20px; font-size: 16px } .table-of-contents { color: #65676b; position: fixed; top: 200px; right: -35px; padding: 10px; width: 250px; display: flex; flex-direction: row; justify-content: flex-start; z-index: 1; height: 300px } .first-heading { color: #000; font-weight: 700; cursor: pointer } .headings { list-style: none; margin-top: 0; margin-left: 10px; padding: 0; overflow: scroll; width: 200px; height: 220px; overflow-x: hidden; overflow-y: auto; -ms-overflow-style: none; scrollbar-width: none } .headings::-webkit-scrollbar { display: none } .headings:before { content: " "; position: absolute; height: 220px; width: 4px; right: 240px; margin-top: 5px; background-color: #ccd0d5; border-radius: 2px } .normal-heading-wrapper { margin-left: 32px; position: relative } .font-size-input { font-weight: 700; font-size: 14px; color: #777 } .font-size-input:is(.dark *) { background-color: hsla(0, 0%, 100%, .05); --tw-text-opacity: 1; color: rgb(255 255 255/var(--tw-text-opacity, 1)) } .font-size-input { border-radius: 5px; border-color: gray; height: 30px; padding: 2px 4px; text-align: center; width: 40px; align-self: center } .font-size-input:disabled { opacity: .2; cursor: not-allowed } input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0 } input[type=number] { -moz-appearance: textfield } .add-icon { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 10 17'%3E%3Cpath fill='0' d='M10 7H6V3H4v4H0v2h4v4h2V9h4z'/%3E%3C/svg%3E") } .add-icon, .minus-icon { background-repeat: no-repeat; background-position: 50% } .minus-icon { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' baseProfile='tiny' version='1.2' viewBox='0 0 8 17'%3E%3Cpath d='M0 7h8v2H0z'/%3E%3C/svg%3E") } button.font-decrement { padding: 0; margin-right: 3px } button.font-increment { padding: 0; margin-left: 3px } .hover\:text-blue-700:hover { --tw-text-opacity: 1; color: rgb(29 78 216/var(--tw-text-opacity, 1)) } .hover\:underline:hover { text-decoration-line: underline } .dark\:bg-white\/5:is(.dark *) { background-color: hsla(0, 0%, 100%, .05) } .dark\:text-white:is(.dark *) { --tw-text-opacity: 1; color: rgb(255 255 255/var(--tw-text-opacity, 1)) } .dark\:ring-danger-600:is(.dark *) { --tw-ring-opacity: 1; --tw-ring-color: rgba(var(--danger-600), var(--tw-ring-opacity, 1)) } .dark\:ring-white\/20:is(.dark *) { --tw-ring-color: hsla(0, 0%, 100%, .2) } .dark\:invert:is(.dark *) { --tw-invert: invert(100%); filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) }