Current Path :
/
home
/
develito
/
.trash
/
v6
/
media
/
vendor
/
tinymce
/
skins
/
ui
/
oxide
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//home/develito/.trash/v6/media/vendor/tinymce/skins/ui/oxide/skin.css
@charset "UTF-8"; .tox { box-shadow: none; box-sizing: content-box; cursor: auto; -webkit-tap-highlight-color: transparent; text-shadow: none; text-transform: none; vertical-align: initial; white-space: normal; font-style: normal; font-weight: normal; line-height: normal; -webkit-text-decoration: none; text-decoration: none; } .tox :not(svg):not(rect) { box-sizing: inherit; color: inherit; cursor: inherit; direction: inherit; font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; line-height: inherit; -webkit-tap-highlight-color: inherit; text-align: inherit; text-decoration: inherit; text-shadow: inherit; text-transform: inherit; vertical-align: inherit; white-space: inherit; box-shadow: none; float: none; background: none; border: 0; outline: 0; width: auto; max-width: none; height: auto; margin: 0; padding: 0; position: static; } .tox:not([dir="rtl"]) { text-align: left; direction: ltr; } .tox[dir="rtl"] { text-align: right; direction: rtl; } .tox-tinymce :focus, .tox-tinymce-aux :focus { outline: none; } button::-moz-focus-inner { border: 0; } @keyframes tox-rotation { 0% { transform: rotate(0); } 100% { transform: rotate(360deg); } } .tox { color: var(--tox-private-color-black, #222f3e); font-family: var(--tox-private-font-stack, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif); font-size: var(--tox-private-font-size-base, 16px); } .tox-tinymce { box-shadow: none; box-sizing: border-box; font-family: var(--tox-private-font-stack, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif); border: 2px solid #eee; border-radius: 10px; flex-direction: column; display: flex; position: relative; overflow: hidden; visibility: inherit !important; } .tox.tox-tinymce-inline { box-shadow: none; overflow: initial; border: none; } .tox.tox-tinymce-inline .tox-editor-container { overflow: initial; } .tox.tox-tinymce-inline .tox-editor-header { box-shadow: none; background-color: #fff; border: 2px solid #eee; border-radius: 10px; overflow: hidden; } .tox-tinymce-aux { font-family: var(--tox-private-font-stack, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif); z-index: var(--tox-private-z-index-sink, 1300); } .tox[dir="rtl"] .tox-icon--flip svg { transform: rotateY(180deg); } .tox .tox-editor-container { flex-direction: column; flex: auto; display: flex; overflow: hidden; } .tox .tox-editor-header { z-index: 2; grid-template-columns: 1fr min-content; display: grid; } .tox:not(.tox-tinymce-inline) .tox-editor-header { background-color: #fff; border-bottom: none; padding: 4px 0; box-shadow: 0 2px 2px -2px #222f3e1a, 0 8px 8px -4px #222f3e12; } .tox:not(.tox-tinymce-inline) .tox-editor-header:not(.tox-editor-dock-transition) { transition: box-shadow .5s; } .tox:not(.tox-tinymce-inline).tox-tinymce--toolbar-bottom .tox-editor-header { box-shadow: none; border-top: 1px solid #e3e3e3; } .tox:not(.tox-tinymce-inline).tox-tinymce--toolbar-sticky-on .tox-editor-header { background-color: #fff; padding: 4px 0; box-shadow: 0 2px 2px -2px #222f3e33, 0 8px 8px -4px #222f3e26; } .tox:not(.tox-tinymce-inline).tox-tinymce--toolbar-sticky-on.tox-tinymce--toolbar-bottom .tox-editor-header { box-shadow: 0 2px 2px -2px #222f3e33, 0 8px 8px -4px #222f3e26; } .tox.tox:not(.tox-tinymce-inline) .tox-editor-header.tox-editor-header--empty { box-shadow: none; background: none; border: none; padding: 0; } .tox-editor-dock-fadeout { opacity: 0; visibility: hidden; } .tox-editor-dock-fadein { opacity: 1; visibility: visible; } .tox-editor-dock-transition { transition: visibility 0s linear .25s, opacity .25s; } .tox-editor-dock-transition.tox-editor-dock-fadein { transition-delay: 0s; } .tox .accessibility-issue__header { align-items: center; margin-bottom: 4px; display: flex; } .tox #accessibility-issue__subheader { color: #222f3e; font-size: 16px; } .tox .accessbility-sr-only { clip: rect(1px, 1px, 1px, 1px); clip-path: inset(0 0 99.9% 99.9%); border: 0; width: 1px; height: 1px; padding: 0; position: absolute; overflow: hidden; } .tox .accessibility-issue__description { border-radius: 6px; justify-content: space-between; align-items: stretch; } .tox .accessibility-issue__description > div { padding-bottom: 4px; } .tox .accessibility-issue__description > div > div { align-items: center; margin-bottom: 4px; display: flex; } .tox .accessibility-issue__description > div > div .tox-icon svg { display: block; } .tox #accessibility-issue__contentID { margin-top: 8px; margin-bottom: 8px; } .tox #accessibility-issue__contentID span:first-child { font-weight: bold; } .tox #accessibility-issue__document { padding-bottom: 8px; } .tox .accessibility-issue__repair { margin-top: 8px; } .tox .accessibility-issue__repair .tox-form__group .tox-form__group--error { color: #c00; } .tox .tox-dialog__body-content .accessibility-issue--info .accessibility-issue__description { color: #222f3e; background-color: #e6f0fd; } .tox .tox-dialog__body-content .accessibility-issue--info .tox-form__group h2 { color: #006ce7; font-size: 14px; } .tox .tox-dialog__body-content .accessibility-issue--info .tox-icon.accessibility-issue__icon svg { fill: #006ce7; } .tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon { color: #fff; background-color: #006ce7; } .tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon:hover, .tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon:focus { background-color: #0060ce; } .tox .tox-dialog__body-content .accessibility-issue--info a.tox-button--naked.tox-button--icon:active { background-color: #0054b4; } .tox .tox-dialog__body-content .accessibility-issue--warn .accessibility-issue__description { color: #222f3e; background-color: #fffae6; } .tox .tox-dialog__body-content .accessibility-issue--warn .tox-form__group h2 { color: #7a6e25; font-size: 14px; } .tox .tox-dialog__body-content .accessibility-issue--warn .tox-icon.accessibility-issue__icon svg { fill: #7a6e25; } .tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon { color: #222f3e; background-color: #ffe89d; } .tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon:hover, .tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon:focus { color: #222f3e; background-color: #f2d574; } .tox .tox-dialog__body-content .accessibility-issue--warn a.tox-button--naked.tox-button--icon:active { color: #222f3e; background-color: #e8c657; } .tox .tox-dialog__body-content .accessibility-issue--error .accessibility-issue__description { color: #222f3e; background-color: #fae6e6; } .tox .tox-dialog__body-content .accessibility-issue--error .tox-form__group h2 { color: #c00; font-size: 14px; } .tox .tox-dialog__body-content .accessibility-issue--error .tox-icon.accessibility-issue__icon svg { fill: #c00; } .tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon { color: #222f3e; background-color: #f2bfbf; } .tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon:hover, .tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon:focus { color: #222f3e; background-color: #e9a4a4; } .tox .tox-dialog__body-content .accessibility-issue--error a.tox-button--naked.tox-button--icon:active { color: #222f3e; background-color: #ee9494; } .tox .tox-dialog__body-content .accessibility-issue--success .accessibility-issue__description { color: #222f3e; background-color: #78ab461a; } .tox .tox-dialog__body-content .accessibility-issue--success .accessibility-issue__description > :last-child { display: none; } .tox .tox-dialog__body-content .accessibility-issue--success .tox-form__group h2 { color: #527530; } .tox .tox-dialog__body-content .accessibility-issue--success .tox-icon.accessibility-issue__icon svg { fill: #527530; } .tox .tox-dialog__body-content .accessibility-issue__header .tox-form__group h1, .tox .tox-dialog__body-content .tox-form__group .accessibility-issue__description h2 { margin-top: 0; } .tox:not([dir="rtl"]) .tox-dialog__body-content .accessibility-issue__header .tox-button { margin-left: 4px; } .tox:not([dir="rtl"]) .tox-dialog__body-content .accessibility-issue__header > :nth-last-child(2) { margin-left: auto; } .tox:not([dir="rtl"]) .tox-dialog__body-content .accessibility-issue__description { padding: 8px; } .tox[dir="rtl"] .tox-dialog__body-content .accessibility-issue__header .tox-button { margin-right: 4px; } .tox[dir="rtl"] .tox-dialog__body-content .accessibility-issue__header > :nth-last-child(2) { margin-right: auto; } .tox[dir="rtl"] .tox-dialog__body-content .accessibility-issue__description { padding: 4px 8px 4px 4px; } .tox .mce-codemirror { z-index: 1; background: #fff; font-size: 13px; position: absolute; inset: 0; } .tox .mce-codemirror.tox-inline-codemirror { margin: 8px; position: absolute; } .tox .tox-advtemplate .tox-form__grid { flex: 1; } .tox .tox-advtemplate .tox-form__grid > div:first-child { flex-direction: column; width: 30%; display: flex; } .tox .tox-advtemplate .tox-form__grid > div:first-child > div:nth-child(2) { flex-grow: 1; flex-basis: 0; overflow: auto; } @media only screen and (width <= 767px) { body:not(.tox-force-desktop) .tox .tox-advtemplate .tox-form__grid > div:first-child { width: 100%; } } .tox .tox-advtemplate iframe { border: 1px solid #eee; border-radius: 10px; margin: 0 10px; } .tox .tox-anchorbar, .tox .tox-bottom-anchorbar, .tox .tox-bar { flex: none; display: flex; } .tox .tox-button { border-width: var(--tox-private-button-border-width, 1px); border-style: var(--tox-private-button-border-style, solid); border-radius: var(--tox-private-control-border-radius, 6px); font-family: var(--tox-private-font-stack, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif); font-size: var(--tox-private-button-font-size, 14px); font-style: var(--tox-private-button-font-style, normal); font-weight: var(--tox-private-button-font-weight, bold); line-height: var(--tox-private-control-line-height, 24px); padding: var(--tox-private-button-padding-y, 4px) var(--tox-private-button-padding-x, 16px); text-align: center; text-transform: none; letter-spacing: normal; box-shadow: none; box-sizing: border-box; cursor: pointer; white-space: nowrap; outline: none; justify-content: center; align-items: center; gap: 2px; -webkit-text-decoration: none; text-decoration: none; display: inline-flex; position: relative; } .tox .tox-button:before { border-radius: var(--tox-private-control-border-radius, 6px); bottom: calc(-1 * var(--tox-private-button-border-width, 1px)); box-shadow: var(--tox-private-button-focus-outline, inset 0 0 0 1px #fff, 0 0 0 2px #006ce7); content: ""; left: calc(-1 * var(--tox-private-button-border-width, 1px)); opacity: 0; pointer-events: none; right: calc(-1 * var(--tox-private-button-border-width, 1px)); top: calc(-1 * var(--tox-private-button-border-width, 1px)); position: absolute; } .tox .tox-button:focus:not(:disabled) { background-color: var(--tox-private-button-focus-background-color, #0060ce); border-color: var(--tox-private-button-focus-border-color, #0060ce); box-shadow: var(--tox-private-button-focus-box-shadow, none); color: var(--tox-private-button-focus-text-color, #fff); background-image: none; } .tox .tox-button:focus:not(:disabled):before { opacity: 1; } .tox .tox-button.tox-button--icon, .tox .tox-button:has(.tox-icon:only-child) { padding: 4px; } .tox .tox-button .tox-icon svg { fill: currentColor; display: block; } .tox .tox-button .tox-icon.tox-icon--success svg { fill: var(--tox-private-color-success, #78ab46); } .tox .tox-button .tox-icon.tox-icon--error svg { fill: var(--tox-private-color-error, #c00); } .tox .tox-button--stretch { width: 100%; } .tox-context-form__group .tox-button--icon, .tox-context-form__group .tox-button.tox-button--icon { margin: 6px 1px 5px 0; padding: 0; } .tox .tox-button { background-color: var(--tox-private-button-primary-background-color, #006ce7); color: var(--tox-private-button-primary-text-color, #fff); border-color: var(--tox-private-button-primary-border-color, #006ce7); background-image: none; background-position: 0 0; background-repeat: repeat; } .tox .tox-button[disabled] { background-color: var(--tox-private-button-primary-disabled-background-color, #006ce7); border-color: var(--tox-private-button-primary-disabled-border-color, #006ce7); color: var(--tox-private-button-primary-disabled-text-color, #ffffff80); cursor: not-allowed; background-image: none; } .tox .tox-button:focus:not(:disabled) { background-color: var(--tox-private-button-primary-focus-background-color, #0060ce); border-color: var(--tox-private-button-primary-focus-border-color, #0060ce); color: var(--tox-private-button-primary-focus-text-color, #fff); box-shadow: none; background-image: none; } .tox .tox-button:hover:not(:disabled) { background-color: var(--tox-private-button-primary-hover-background-color, #0060ce); border-color: var(--tox-private-button-primary-hover-border-color, #0060ce); color: var(--tox-private-button-primary-hover-text-color, #fff); box-shadow: none; background-image: none; } .tox .tox-button:active:not(:disabled) { background-color: var(--tox-private-button-primary-active-background-color, #0054b4); border-color: var(--tox-private-button-primary-active-border-color, #0054b4); color: var(--tox-private-button-primary-active-text-color, #fff); box-shadow: none; background-image: none; } .tox .tox-button.tox-button--enabled { background-color: var(--tox-private-button-primary-enabled-background-color, #0054b4); border-color: var(--tox-private-button-primary-enabled-border-color, #0054b4); color: var(--tox-private-button-primary-enabled-text-color, #fff); box-shadow: none; background-image: none; } .tox .tox-button.tox-button--enabled[disabled] { color: var(--tox-private-button-primary-disabled-text-color, #ffffff80); cursor: not-allowed; } .tox .tox-button.tox-button--enabled:focus:not(:disabled) { background-color: var(--tox-private-button-primary-enabled-focus-background-color, #00489b); border-color: var(--tox-private-button-primary-enabled-focus-border-color, #00489b); color: var(--tox-private-button-primary-enabled-focus-text-color, #fff); box-shadow: none; background-image: none; } .tox .tox-button.tox-button--enabled:hover:not(:disabled) { background-color: var(--tox-private-button-primary-enabled-hover-background-color, #00489b); border-color: var(--tox-private-button-primary-enabled-hover-border-color, #00489b); color: var(--tox-private-button-primary-enabled-hover-text-color, #fff); box-shadow: none; background-image: none; } .tox .tox-button.tox-button--enabled:active:not(:disabled) { background-color: var(--tox-private-button-primary-enabled-active-background-color, #003c81); border-color: var(--tox-private-button-primary-enabled-active-border-color, #003c81); color: var(--tox-private-button-primary-enabled-active-text-color, #fff); box-shadow: none; background-image: none; } .tox .tox-button--secondary { background-color: var(--tox-private-button-secondary-background-color, #f0f0f0); border-color: var(--tox-private-button-secondary-border-color, #f0f0f0); color: var(--tox-private-button-secondary-text-color, #222f3e); box-shadow: none; letter-spacing: normal; text-transform: none; background-image: none; background-position: 0 0; background-repeat: repeat; border-style: solid; border-width: 1px; border-radius: 6px; outline: none; padding: 4px 16px; font-size: 14px; font-style: normal; font-weight: bold; -webkit-text-decoration: none; text-decoration: none; } .tox .tox-button--secondary[disabled] { background-color: var(--tox-private-button-secondary-disabled-background-color, #f0f0f0); border-color: var(--tox-private-button-secondary-disabled-border-color, #f0f0f0); color: var(--tox-private-button-secondary-disabled-text-color, #222f3e80); cursor: not-allowed; background-image: none; } .tox .tox-button--secondary:focus:not(:disabled) { background-color: var(--tox-private-button-secondary-focus-background-color, #e3e3e3); border-color: var(--tox-private-button-secondary-focus-border-color, #e3e3e3); color: var(--tox-private-button-secondary-focus-text-color, #222f3e); box-shadow: none; background-image: none; } .tox .tox-button--secondary:hover:not(:disabled) { background-color: var(--tox-private-button-secondary-hover-background-color, #e3e3e3); border-color: var(--tox-private-button-secondary-hover-border-color, #e3e3e3); color: var(--tox-private-button-secondary-hover-text-color, #222f3e); box-shadow: none; background-image: none; } .tox .tox-button--secondary:active:not(:disabled) { background-color: var(--tox-private-button-secondary-active-background-color, #d6d6d6); border-color: var(--tox-private-button-secondary-active-border-color, #d6d6d6); color: var(--tox-private-button-secondary-active-text-color, #222f3e); box-shadow: none; background-image: none; } .tox .tox-button--secondary.tox-button--enabled { background-color: var(--tox-private-button-secondary-enabled-background-color, #a8c8ed); border-color: var(--tox-private-button-secondary-enabled-border-color, #a8c8ed); color: var(--tox-private-button-secondary-enabled-text-color, #222f3e); box-shadow: none; background-image: none; } .tox .tox-button--secondary.tox-button--enabled[disabled] { color: var(--tox-private-button-secondary-disabled-text-color, #222f3e80); cursor: not-allowed; } .tox .tox-button--secondary.tox-button--enabled:focus:not(:disabled) { background-color: var(--tox-private-button-secondary-enabled-focus-background-color, #93bbe9); border-color: var(--tox-private-button-secondary-enabled-focus-border-color, #93bbe9); color: var(--tox-private-button-secondary-enabled-focus-text-color, #222f3e); box-shadow: none; background-image: none; } .tox .tox-button--secondary.tox-button--enabled:hover:not(:disabled) { background-color: var(--tox-private-button-secondary-enabled-hover-background-color, #93bbe9); border-color: var(--tox-private-button-secondary-enabled-hover-border-color, #93bbe9); color: var(--tox-private-button-secondary-enabled-hover-text-color, #222f3e); box-shadow: none; background-image: none; } .tox .tox-button--secondary.tox-button--enabled:active:not(:disabled) { background-color: var(--tox-private-button-secondary-enabled-active-background-color, #7daee4); border-color: var(--tox-private-button-secondary-enabled-active-border-color, #7daee4); color: var(--tox-private-button-secondary-enabled-active-text-color, #222f3e); box-shadow: none; background-image: none; } .tox .tox-button--naked { box-shadow: unset; color: var(--tox-private-button-naked-text-color, #222f3e); background-color: #0000; border-color: #0000; } .tox .tox-button--naked[disabled] { color: var(--tox-private-button-naked-disabled-text-color, #222f3e80); cursor: not-allowed; background-color: #222f3e1f; border-color: #0000; } .tox .tox-button--naked:focus:not(:disabled) { background-color: var(--tox-private-button-naked-focus-background-color, #222f3e1f); border-color: var(--tox-private-button-naked-focus-border-color, transparent); color: var(--tox-private-button-naked-focus-text-color, #222f3e); box-shadow: unset; } .tox .tox-button--naked:hover:not(:disabled) { background-color: var(--tox-private-button-naked-hover-background-color, #222f3e1f); border-color: var(--tox-private-button-naked-hover-background-color, transparent); color: var(--tox-private-button-naked-hover-text-color, #222f3e); box-shadow: unset; } .tox .tox-button--naked:active:not(:disabled) { background-color: var(--tox-private-button-naked-active-background-color, #222f3e2e); border-color: var(--tox-private-button-naked-active-border-color, transparent); color: var(--tox-private-button-naked-active-text-color, #222f3e); box-shadow: unset; } .tox .tox-button--secondary--outline { border-color: var(--tox-private-button-secondary-outline-border-color, #f0f0f0); color: var(--tox-private-button-secondary-outline-text-color, #222f3e); background-color: #0000; } .tox .tox-button--secondary--outline:focus:not(:disabled) { background-color: var(--tox-private-button-secondary-outline-focus-background-color, #e3e3e3); border-color: var(--tox-private-button-secondary-outline-focus-border-color, #e3e3e3); color: var(--tox-private-button-secondary-outline-focus-text-color, #222f3e); } .tox .tox-button--secondary--outline:hover:not(:disabled) { background-color: var(--tox-private-button-secondary-outline-hover-background-color, #f0f0f0); border-color: var(--tox-private-button-secondary-outline-hover-border-color, #e3e3e3); color: var(--tox-private-button-secondary-outline-hover-text-color, #222f3e); } .tox .tox-button--secondary--outline:active:not(:disabled) { background-color: var(--tox-private-button-secondary-outline-active-background-color, #e3e3e3); border-color: var(--tox-private-button-secondary-outline-active-border-color, #e3e3e3); color: var(--tox-private-button-secondary-outline-active-text-color, #222f3e); } .tox .tox-button--secondary--outline[disabled] { background-color: var(--tox-private-button-secondary-outline-disabled-background-color, transparent); border-color: var(--tox-private-button-secondary-outline-disabled-border-color, #f0f0f0); color: var(--tox-private-button-secondary-outline-disabled-text-color, #222f3e80); } .tox .tox-checkbox { border-radius: var(--tox-private-checkbox-border-radius, 6px); cursor: pointer; height: var(--tox-private-control-height, 36px); min-width: var(--tox-private-control-height, 36px); align-items: center; display: flex; } .tox .tox-checkbox__input { width: 1px; height: 1px; position: absolute; top: auto; overflow: hidden; } .tox .tox-checkbox__icons { box-sizing: content-box; padding: var(--tox-private-pad-xs, calc(4px - 1px)); border-radius: var(--tox-private-checkbox-border-radius, 6px); height: var(--tox-private-control-line-height, 24px); aspect-ratio: 1; justify-content: center; align-items: center; display: flex; box-shadow: 0 0 0 2px #0000; } .tox .tox-checkbox__icons .tox-checkbox-icon__unchecked svg { fill: var(--tox-private-checkbox-unselected-color, #222f3e4d); display: block; } @media (forced-colors: active) { .tox .tox-checkbox__icons .tox-checkbox-icon__unchecked svg { fill: currentColor !important; } } .tox .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg { fill: var(--tox-private-checkbox-indeterminate-color, #006ce7); display: none; } .tox .tox-checkbox__icons .tox-checkbox-icon__checked svg { fill: var(--tox-private-checkbox-selected-color, #006ce7); display: none; } .tox .tox-checkbox--disabled { color: var(--tox-private-checkbox-disabled-text-color, #222f3e80); cursor: not-allowed; } .tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__checked svg, .tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__unchecked svg, .tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg { fill: var(--tox-private-checkbox-disabled-text-color, #222f3e80); } .tox input.tox-checkbox__input:checked + .tox-checkbox__icons .tox-checkbox-icon__unchecked svg { display: none; } .tox input.tox-checkbox__input:checked + .tox-checkbox__icons .tox-checkbox-icon__checked svg { display: block; } .tox input.tox-checkbox__input:indeterminate + .tox-checkbox__icons .tox-checkbox-icon__unchecked svg { display: none; } .tox input.tox-checkbox__input:indeterminate + .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg { display: block; } .tox input.tox-checkbox__input:focus + .tox-checkbox__icons { box-shadow: var(--tox-private-checkbox-focus-box-shadow, inset 0 0 0 1px #006ce7); } .tox:not([dir="rtl"]) .tox-checkbox__label { margin-left: var(--tox-private-pad-xs, 4px); } .tox:not([dir="rtl"]) .tox-checkbox__input { left: -10000px; } .tox:not([dir="rtl"]) .tox-bar .tox-checkbox { margin-left: var(--tox-private-pad-xs, 4px); } .tox[dir="rtl"] .tox-checkbox__label { margin-right: var(--tox-private-pad-xs, 4px); } .tox[dir="rtl"] .tox-checkbox__input { right: -10000px; } .tox[dir="rtl"] .tox-bar .tox-checkbox { margin-right: var(--tox-private-pad-xs, 4px); } .tox .tox-collection--toolbar .tox-collection__group { padding: 0; display: flex; } .tox .tox-collection--grid .tox-collection__group { flex-wrap: wrap; max-height: 208px; padding: 0; display: flex; overflow: hidden auto; } .tox .tox-collection--list .tox-collection__group { border: 0 solid #e3e3e3; border-top-width: 1px; padding: 4px 0; } .tox .tox-collection--list .tox-collection__group:first-child { border-top-width: 0; } .tox .tox-collection__group-heading { color: #222f3eb3; cursor: default; text-transform: none; -webkit-touch-callout: none; -webkit-user-select: none; user-select: none; background-color: #fcfcfc; margin-top: -4px; margin-bottom: 4px; padding: 4px 8px; font-size: 12px; font-style: normal; font-weight: normal; } .tox .tox-collection__item { color: #222f3e; -webkit-touch-callout: none; -webkit-user-select: none; user-select: none; border-radius: 3px; align-items: center; display: flex; } .tox .tox-image-selector-menu .tox-collection__item-image-selector, .tox .tox-image-selector-menu .tox-collection__item { flex-direction: column; } .tox .tox-image-selector-menu .tox-collection__item-image-selector .tox-collection__item-icon, .tox .tox-image-selector-menu .tox-collection__item .tox-collection__item-icon, .tox .tox-image-selector-menu .tox-collection__item-image-selector .tox-collection__item-image, .tox .tox-image-selector-menu .tox-collection__item .tox-collection__item-image, .tox .tox-image-selector-menu .tox-collection__item-image-selector .tox-collection__item-checkmark, .tox .tox-image-selector-menu .tox-collection__item .tox-collection__item-checkmark { flex-grow: 1; } .tox .tox-image-selector-menu .tox-collection__item-image-selector label, .tox .tox-image-selector-menu .tox-collection__item label { white-space: nowrap; color: #222f3e; text-align: center; align-self: flex-end; width: 48px; font-size: 12px; overflow: hidden; } .tox .tox-image-selector-menu .tox-collection__item-checkmark { width: 24px; height: 24px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .tox .tox-image-selector-menu .tox-collection__item-checkmark svg path { fill: #006ce7; stroke: #006ce7; } .tox .tox-image-selector-menu .tox-image-selector__row .tox-collection__item-image-selector.tox-collection__item--active:not(.tox-collection__item--state-disabled) { background-color: #fff; } .tox .tox-image-selector-menu .tox-image-selector__row .tox-collection__item-image-selector.tox-collection__item--enabled:not(.tox-collection__item--state-disabled) { z-index: 2; opacity: .8; background-color: #fff; background-clip: content-box; } .tox .tox-collection--list .tox-collection__item { padding: 4px 8px; } .tox .tox-collection--toolbar .tox-collection__item, .tox .tox-collection--grid .tox-collection__item { border-radius: 3px; padding: 4px; } .tox .tox-collection--list .tox-collection__item--enabled:not(.tox-collection__item--state-disabled) { color: #222f3e; background-color: #fff; } .tox .tox-collection--list .tox-collection__item--active:not(.tox-collection__item--state-disabled) { color: #fff; background-color: #006ce7; } @media (forced-colors: active) { .tox .tox-collection--list .tox-collection__item--active:not(.tox-collection__item--state-disabled) { border: 1px solid; } } .tox .tox-collection--grid .tox-collection__item--enabled:not(.tox-collection__item--state-disabled) { color: #222f3e; background-color: #a6ccf7; } .tox .tox-collection--grid .tox-collection__item--active:not(.tox-collection__item--state-disabled) { color: #222f3e; z-index: 1; background-color: #f0f0f0; position: relative; } .tox .tox-collection--grid .tox-collection__item--active:not(.tox-collection__item--state-disabled):focus:after { content: ""; border-radius: 3px; position: absolute; inset: 0; box-shadow: inset 0 0 0 2px #006ce7; } @media (forced-colors: active) { .tox .tox-collection--grid .tox-collection__item--active:not(.tox-collection__item--state-disabled):focus:after { border: 2px solid highlight; } } .tox .tox-collection--toolbar .tox-collection__item--enabled:not(.tox-collection__item--state-disabled) { color: #222f3e; background-color: #a6ccf7; } @media (forced-colors: active) { .tox .tox-collection--toolbar .tox-collection__item--enabled:not(.tox-collection__item--state-disabled) { border-radius: 3px; outline: 1px solid; } } .tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled) { color: #222f3e; background-color: #fff; position: relative; } .tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled):hover, .tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled):focus { color: #222f3e; background-color: #f0f0f0; } .tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled):focus:after { content: ""; border-radius: 3px; position: absolute; inset: 0; box-shadow: 0 0 0 2px #006ce7; } @media (forced-colors: active) { .tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled):focus:after { border: 2px solid highlight; } .tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled):hover { border-radius: 3px; outline: 1px solid; } } .tox .tox-collection__item-image { border: 1px solid #eee; border-radius: 6px; flex-direction: column; justify-content: center; margin-bottom: 4px; display: flex; position: relative; } .tox .tox-collection__item-icon, .tox .tox-collection__item-checkmark { justify-content: center; align-items: center; width: 24px; height: 24px; display: flex; } .tox .tox-collection__item-icon svg, .tox .tox-collection__item-checkmark svg { fill: currentColor; } .tox .tox-collection--toolbar-lg .tox-collection__item-icon { width: 48px; height: 48px; } .tox .tox-collection__item-label { color: currentColor; text-transform: none; word-break: break-all; flex: 1; max-width: 100%; font-size: 14px; font-style: normal; font-weight: normal; line-height: 24px; display: inline-block; } .tox .tox-collection__item-accessory { color: currentColor; text-transform: none; height: 24px; font-size: 14px; line-height: 24px; display: inline-block; } .tox .tox-collection__item-caret { align-items: center; min-height: 24px; display: flex; } .tox .tox-collection__item-caret:after { content: ""; min-height: inherit; font-size: 0; } .tox .tox-collection__item-caret svg { fill: currentColor; } .tox .tox-collection__item--state-disabled { color: #222f3e80; cursor: not-allowed; background-color: #0000; } .tox .tox-collection__item--state-disabled .tox-collection__item-caret svg { fill: #222f3e80; } .tox .tox-collection--list .tox-collection__item:not(.tox-collection__item--enabled) .tox-collection__item-checkmark svg, .tox .tox-collection--list .tox-collection__item:not(.tox-collection__item--enabled) .tox-collection__item-accessory + .tox-collection__item-checkmark { display: none; } .tox .tox-collection--horizontal { background-color: #fff; border: 1px solid #e3e3e3; border-radius: 6px; flex-wrap: nowrap; flex: none; margin-bottom: 0; padding: 0; display: flex; overflow-x: auto; box-shadow: 0 0 2px #222f3e33, 0 4px 8px #222f3e26; } .tox .tox-collection--horizontal .tox-collection__group { flex-wrap: nowrap; align-items: center; margin: 0; padding: 0 4px; display: flex; } .tox .tox-collection--horizontal .tox-collection__item { height: 28px; margin: 6px 1px 5px 0; padding: 0 4px; } .tox .tox-collection--horizontal .tox-collection__item-label { white-space: nowrap; } .tox .tox-collection--horizontal .tox-collection__item-caret { margin-left: 4px; } .tox .tox-collection__item-container { display: flex; } .tox .tox-collection__item-container--row { flex-direction: row; flex: auto; align-items: center; } .tox .tox-collection__item-container--row.tox-collection__item-container--align-left { margin-right: auto; } .tox .tox-collection__item-container--row.tox-collection__item-container--align-right { justify-content: flex-end; margin-left: auto; } .tox .tox-collection__item-container--row.tox-collection__item-container--valign-top { align-items: flex-start; margin-bottom: auto; } .tox .tox-collection__item-container--row.tox-collection__item-container--valign-middle { align-items: center; } .tox .tox-collection__item-container--row.tox-collection__item-container--valign-bottom { align-items: flex-end; margin-top: auto; } .tox .tox-collection__item-container--column { flex-direction: column; flex: auto; align-self: center; } .tox .tox-collection__item-container--column.tox-collection__item-container--align-left { align-items: flex-start; } .tox .tox-collection__item-container--column.tox-collection__item-container--align-right { align-items: flex-end; } .tox .tox-collection__item-container--column.tox-collection__item-container--valign-top { align-self: flex-start; } .tox .tox-collection__item-container--column.tox-collection__item-container--valign-middle { align-self: center; } .tox .tox-collection__item-container--column.tox-collection__item-container--valign-bottom { align-self: flex-end; } .tox:not([dir="rtl"]) .tox-collection--horizontal .tox-collection__group:not(:last-of-type) { border-right: 1px solid #0000; } .tox:not([dir="rtl"]) .tox-collection--list .tox-collection__item > :not(:first-child) { margin-left: 8px; } .tox:not([dir="rtl"]) .tox-collection--list .tox-collection__item > .tox-collection__item-label:first-child { margin-left: 4px; } .tox:not([dir="rtl"]) .tox-collection__item-accessory { text-align: right; margin-left: 16px; } .tox:not([dir="rtl"]) .tox-collection .tox-collection__item-caret { margin-left: 16px; } .tox[dir="rtl"] .tox-collection--horizontal .tox-collection__group:not(:last-of-type) { border-left: 1px solid #0000; } .tox[dir="rtl"] .tox-collection--list .tox-collection__item > :not(:first-child) { margin-right: 8px; } .tox[dir="rtl"] .tox-collection--list .tox-collection__item > .tox-collection__item-label:first-child { margin-right: 4px; } .tox[dir="rtl"] .tox-collection__item-accessory { text-align: left; margin-right: 16px; } .tox[dir="rtl"] .tox-collection .tox-collection__item-caret { margin-right: 16px; transform: rotateY(180deg); } .tox[dir="rtl"] .tox-collection--horizontal .tox-collection__item-caret { margin-right: 4px; } @media (forced-colors: active) { .tox .tox-hue-slider, .tox .tox-rgb-form .tox-rgba-preview { forced-color-adjust: none; background-color: currentColor !important; border: 1px solid highlight !important; } } .tox .tox-color-picker-container { flex-direction: row; height: 225px; margin: 0; display: flex; } .tox .tox-sv-palette { box-sizing: border-box; height: 100%; display: flex; } .tox .tox-sv-palette-spectrum { height: 100%; } .tox .tox-sv-palette, .tox .tox-sv-palette-spectrum { width: 225px; } .tox .tox-sv-palette-thumb { box-sizing: content-box; background: none; border: 1px solid #000; border-radius: 50%; width: 12px; height: 12px; position: absolute; } .tox .tox-sv-palette-inner-thumb { border: 1px solid #fff; border-radius: 50%; width: 10px; height: 10px; position: absolute; } .tox .tox-hue-slider { box-sizing: border-box; width: 25px; height: 100%; } .tox .tox-hue-slider-spectrum { background: linear-gradient(red, #ff0080, #f0f, #8000ff, #00f, #0080ff, #0ff, #00ff80, #0f0, #80ff00, #ff0, #ff8000, red); width: 100%; height: 100%; } .tox .tox-hue-slider, .tox .tox-hue-slider-spectrum { width: 20px; } .tox .tox-hue-slider-spectrum:focus, .tox .tox-sv-palette-spectrum:focus { outline: solid #08f; } .tox .tox-hue-slider-thumb { box-sizing: content-box; background: #fff; border: 1px solid #000; width: 100%; height: 4px; } .tox .tox-rgb-form { flex-direction: column; justify-content: space-between; display: flex; } .tox .tox-rgb-form div { width: inherit; justify-content: space-between; align-items: center; margin-bottom: 5px; display: flex; } .tox .tox-rgb-form input { min-width: 6em; } .tox .tox-rgb-form input.tox-invalid { box-shadow: 0 0 0 1px red; border: 1px solid red !important; } .tox .tox-rgb-container { position: relative; } .tox .tox-rgb-form .tox-invalid-icon { align-content: center; align-items: center; height: 100%; display: none; position: absolute; top: 0; right: 0; } .tox .tox-rgb-form .tox-invalid-icon .tox-control-wrap__status-icon-invalid { margin: 0; } .tox .tox-rgb-warning-note { color: #77181f; background-color: #f5cccc; border: 1px solid #f0b3b3; border-radius: 3px; padding: 3px; } .tox input.tox-invalid + .tox-invalid-icon { display: flex; } .tox .tox-rgb-form .tox-rgba-preview { border: 1px solid #000; flex-grow: 2; margin-bottom: 0; } .tox:not([dir="rtl"]) .tox-sv-palette, .tox:not([dir="rtl"]) .tox-hue-slider { margin-right: 15px; } .tox:not([dir="rtl"]) .tox-hue-slider-thumb { margin-left: -1px; } .tox:not([dir="rtl"]) .tox-rgb-form label { margin-right: .5em; } .tox[dir="rtl"] .tox-sv-palette, .tox[dir="rtl"] .tox-hue-slider { margin-left: 15px; } .tox[dir="rtl"] .tox-hue-slider-thumb { margin-right: -1px; } .tox[dir="rtl"] .tox-rgb-form label { margin-left: .5em; } .tox .tox-toolbar .tox-swatches, .tox .tox-toolbar__primary .tox-swatches, .tox .tox-toolbar__overflow .tox-swatches { margin: 5px 0 6px 11px; } .tox .tox-collection--list .tox-collection__group .tox-swatches-menu { border: 0; margin: -4px; } .tox .tox-swatches__row { display: flex; } @media (forced-colors: active) { .tox .tox-swatches__row { forced-color-adjust: none; } } .tox .tox-swatch { width: 30px; height: 30px; transition: transform .15s, box-shadow .15s; } .tox .tox-swatch:hover, .tox .tox-swatch:focus { transform: scale(.8); box-shadow: inset 0 0 0 1px #7f7f7f4d; } .tox .tox-swatch--remove { justify-content: center; align-items: center; display: flex; } .tox .tox-swatch--remove svg path { stroke: #e74c3c; } .tox .tox-swatches__picker-btn { cursor: pointer; background-color: #0000; border: 0; outline: none; justify-content: center; align-items: center; width: 30px; height: 30px; padding: 0; display: flex; } .tox .tox-swatches__picker-btn svg { fill: #222f3e; width: 24px; height: 24px; } .tox .tox-swatches__picker-btn:hover { background: #f0f0f0; } .tox div.tox-swatch:not(.tox-swatch--remove) svg { fill: #222f3e; width: 24px; height: 24px; margin: 3px; display: none; } .tox div.tox-swatch:not(.tox-swatch--remove) svg path { fill: #fff; paint-order: stroke; stroke: #222f3e; stroke-width: 2px; } .tox div.tox-swatch:not(.tox-swatch--remove).tox-collection__item--enabled svg { display: block; } .tox:not([dir="rtl"]) .tox-swatches__picker-btn { margin-left: auto; } .tox[dir="rtl"] .tox-swatches__picker-btn { margin-right: auto; } .tox .tox-comment { background: #fff; border: 1px solid #fff; border-radius: 6px; padding: 8px 8px 16px; position: relative; } .tox .tox-comment:hover { box-shadow: 0 4px 8px #222f3e1a; } .tox .tox-comment.tox-comment--selected { background-color: #fff2c9; border: 1px solid #ffcf30; box-shadow: 0 4px 8px #222f3e1a; } .tox .tox-comment.tox-comment--selected:focus { border: 2px solid #006ce7; margin: -1px; } .tox .tox-comment.tox-comment--selected:focus:not(:first-child) { margin-top: 7px; } .tox .tox-comment.tox-comment--selected .tox-comment__single { margin-bottom: 12px; } .tox .tox-comment.tox-comment--selected .tox-comment__single:focus { position: relative; } .tox .tox-comment.tox-comment--selected .tox-comment__single:focus:after { pointer-events: none; content: ""; border: 2px solid #006ce7; border-radius: 6px; display: block; position: absolute; inset: -9px; } .tox .tox-comment.tox-comment--selected .tox-comment__single:focus:last-of-type:has(textarea):after { bottom: -29px; } .tox .tox-comment__header { color: #222f3e; justify-content: space-between; align-items: center; display: flex; } .tox .tox-comment__date { color: #222f3e; font-size: 12px; line-height: 18px; } .tox .tox-comment__body { color: #222f3e; text-transform: initial; white-space: pre-wrap; margin-top: 8px; font-size: 16px; font-style: normal; font-weight: normal; line-height: 1.3; transition: max-height .5s cubic-bezier(0, 1, 0, 1); position: relative; } .tox .tox-comment__body.tox-comment__body--expanded { max-height: 100em; transition: max-height 1s ease-in-out; } .tox .tox-comment__body.tox-comment__body--pending { transition: max-height; } .tox .tox-comment__body p { margin: 0; } .tox .tox-comment__body textarea { resize: none; white-space: normal; width: 100%; font-size: 16px; } .tox .tox-comment__loading-text { color: #222f3e; flex-direction: column; align-items: center; display: flex; position: relative; } .tox .tox-comment__loading-text > div { padding-bottom: 16px; } .tox .tox-comment__overlaytext { z-index: 10; flex-direction: column; padding: 1em; font-size: 14px; position: absolute; inset: 0; } .tox .tox-comment__overlaytext p { color: #222f3e; text-align: center; background-color: #fff; box-shadow: 0 0 8px 8px #fff; } .tox .tox-comment__overlaytext div:nth-of-type(2) { font-size: .8em; } .tox .tox-comment__expander { padding-top: 8px; } .tox .tox-comment__expander p { color: #222f3eb3; font-size: 14px; font-style: normal; } .tox .tox-comment__expander p:focus { font-weight: bold; } .tox .tox-comment__buttonspacing { text-align: center; padding-top: 16px; } .tox .tox-tbtn.tox-comment__mention-btn { background-color: #0000; justify-content: center; align-items: center; width: 34px; height: 34px; margin: 0; padding: 5px; display: flex; } .tox .tox-comment-thread { background: none; border-radius: 6px; position: relative; } .tox .tox-comment-thread > :not(:first-child) { margin-top: 8px; } .tox .tox-comment-thread__overlay:after { content: ""; opacity: .9; z-index: 5; background: #fff; display: flex; position: absolute; inset: 0; } .tox .tox-comment__reply { flex-wrap: wrap; flex-shrink: 0; justify-content: flex-end; margin-top: 8px; display: flex; } .tox .tox-comment__reply > :first-child { width: 100%; margin-bottom: 8px; } .tox .tox-comment__edit { flex-wrap: wrap; justify-content: flex-end; margin-top: 8px; display: flex; } .tox .tox-comment__gradient:after { content: ""; background: linear-gradient(#fff0, #fff); width: 100%; height: 5em; margin-top: -40px; display: block; position: absolute; bottom: 0; } .tox .tox-comment__overlay { opacity: .9; text-align: center; z-index: 5; background: #fff; flex-direction: column; flex-grow: 1; display: flex; position: absolute; inset: 0; } .tox .tox-comment__busy-spinner { z-index: 20; background-color: #fff; justify-content: center; align-items: center; display: flex; position: absolute; inset: 0; } .tox .tox-comment__scroll { scroll-behavior: smooth; flex-direction: column; flex-shrink: 1; padding: 12px; display: flex; overflow: auto; } .tox .tox-comment__scroll:has(textarea:focus) { scroll-behavior: auto; } .tox .tox-comment--disappearing { transition: opacity .5s; } .tox .tox-comment[data-transitioning-destination="deleting"] { opacity: 0; } .tox .tox-ring-loader { box-sizing: border-box; border: 1px solid #fff; border-bottom-color: #0000; border-radius: 50%; width: 10px; height: 10px; animation: 1s linear infinite tox-rotation; display: inline-block; } .tox:not([dir="rtl"]) .tox-comment__edit, .tox:not([dir="rtl"]) .tox-comment__buttonspacing > :last-child, .tox:not([dir="rtl"]) .tox-comment__edit > :last-child, .tox:not([dir="rtl"]) .tox-comment__reply > :last-child { margin-left: 8px; } .tox[dir="rtl"] .tox-comment__edit, .tox[dir="rtl"] .tox-comment__buttonspacing > :last-child, .tox[dir="rtl"] .tox-comment__edit > :last-child, .tox[dir="rtl"] .tox-comment__reply > :last-child { margin-right: 8px; } .tox .tox-user { align-items: center; display: flex; } .tox .tox-user__avatar svg { fill: #222f3eb3; } .tox .tox-user__avatar img { object-fit: cover; vertical-align: middle; border-radius: 50%; width: 36px; height: 36px; } .tox .tox-user__name { color: #222f3e; text-transform: none; font-size: 14px; font-style: normal; font-weight: bold; line-height: 18px; } .tox:not([dir="rtl"]) .tox-user__avatar svg, .tox:not([dir="rtl"]) .tox-user__avatar img { margin-right: 8px; } .tox:not([dir="rtl"]) .tox-user__avatar + .tox-user__name, .tox[dir="rtl"] .tox-user__avatar svg, .tox[dir="rtl"] .tox-user__avatar img { margin-left: 8px; } .tox[dir="rtl"] .tox-user__avatar + .tox-user__name { margin-right: 8px; } .tox .tox-dialog-wrap { z-index: 1100; justify-content: center; align-items: center; display: flex; position: fixed; inset: 0; } .tox .tox-dialog-wrap__backdrop { z-index: 1; background-color: #ffffffbf; position: absolute; inset: 0; } .tox .tox-dialog-wrap__backdrop--opaque { background-color: #fff; } .tox .tox-dialog { z-index: 2; background-color: #fff; border: 0 solid #eee; border-radius: 10px; flex-direction: column; width: 95vw; max-width: 480px; max-height: 100%; display: flex; position: relative; overflow: hidden; box-shadow: 0 16px 16px -10px #222f3e26, 0 0 40px 1px #222f3e26; } @media only screen and (width <= 767px) { body:not(.tox-force-desktop) .tox .tox-dialog { align-self: flex-start; width: calc(100vw - 16px); max-height: calc(100vh - 16px); margin: 8px auto; } } .tox .tox-dialog-inline { z-index: 1100; } .tox .tox-dialog__header { color: #222f3e; background-color: #fff; border-bottom: none; justify-content: space-between; align-items: center; padding: 8px 16px 0; font-size: 16px; display: flex; position: relative; } .tox .tox-dialog__header .tox-button { z-index: 1; } .tox .tox-dialog__draghandle { cursor: grab; width: 100%; height: 100%; position: absolute; top: 0; left: 0; } .tox .tox-dialog__draghandle:active { cursor: grabbing; } .tox .tox-dialog__dismiss { margin-left: auto; } .tox .tox-dialog__title { text-transform: none; margin: 0; font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif; font-size: 20px; font-style: normal; font-weight: normal; line-height: 1.3; } .tox .tox-dialog__body { color: #222f3e; text-align: left; text-transform: none; flex: 1; min-width: 0; font-size: 16px; font-style: normal; font-weight: normal; line-height: 1.3; display: flex; } @media only screen and (width <= 767px) { body:not(.tox-force-desktop) .tox .tox-dialog__body { flex-direction: column; } } .tox .tox-dialog__body-nav { flex-direction: column; flex-shrink: 0; align-items: flex-start; padding: 16px; display: flex; } @media only screen and (width >= 768px) { .tox .tox-dialog__body-nav { max-width: 11em; } } @media only screen and (width <= 767px) { body:not(.tox-force-desktop) .tox .tox-dialog__body-nav { -webkit-overflow-scrolling: touch; flex-direction: row; padding-bottom: 0; overflow-x: auto; } } .tox .tox-dialog__body-nav-item { color: #222f3eb3; border-bottom: 2px solid #0000; flex-shrink: 0; max-width: 13em; margin-bottom: 8px; font-size: 14px; line-height: 1.3; -webkit-text-decoration: none; text-decoration: none; display: inline-block; } .tox .tox-dialog__body-nav-item:focus { background-color: #006ce71a; } .tox .tox-dialog__body-nav-item--active { color: #144782; border-bottom: 2px solid #144782; } @media (forced-colors: active) { .tox .tox-dialog__body-nav-item--active { color: highlight; border-bottom: 2px solid highlight; } } .tox .tox-dialog__body-content { box-sizing: border-box; -webkit-overflow-scrolling: touch; flex-direction: column; flex: 1; max-height: min(650px, 100vh - 110px); padding: 16px; display: flex; overflow: auto; } .tox .tox-dialog__body-content > * { margin-top: 16px; margin-bottom: 0; } .tox .tox-dialog__body-content > :first-child { margin-top: 0; } .tox .tox-dialog__body-content > :last-child { margin-bottom: 0; } .tox .tox-dialog__body-content > :only-child { margin-top: 0; margin-bottom: 0; } .tox .tox-dialog__body-content a { color: #144782; cursor: pointer; -webkit-text-decoration: underline; text-decoration: underline; } .tox .tox-dialog__body-content a:hover, .tox .tox-dialog__body-content a:focus { color: #071729; -webkit-text-decoration: underline; text-decoration: underline; } .tox .tox-dialog__body-content a:focus-visible { outline-offset: 2px; border-radius: 1px; outline: 2px solid #144782; } .tox .tox-dialog__body-content a:active { color: #000; -webkit-text-decoration: underline; text-decoration: underline; } .tox .tox-dialog__body-content svg { fill: #222f3e; } .tox .tox-dialog__body-content strong { font-weight: bold; } .tox .tox-dialog__body-content ul { list-style-type: disc; } .tox .tox-dialog__body-content ul, .tox .tox-dialog__body-content ol, .tox .tox-dialog__body-content dd { padding-inline-start: 2.5rem; } .tox .tox-dialog__body-content ul, .tox .tox-dialog__body-content ol, .tox .tox-dialog__body-content dl { margin-bottom: 16px; } .tox .tox-dialog__body-content ul, .tox .tox-dialog__body-content ol, .tox .tox-dialog__body-content dl, .tox .tox-dialog__body-content dd, .tox .tox-dialog__body-content dt { margin-inline: 0; display: block; } .tox .tox-dialog__body-content .tox-form__group h1 { color: #222f3e; letter-spacing: normal; text-transform: none; margin-top: 2rem; margin-bottom: 16px; font-size: 20px; font-style: normal; font-weight: bold; } .tox .tox-dialog__body-content .tox-form__group h2 { color: #222f3e; letter-spacing: normal; text-transform: none; margin-top: 2rem; margin-bottom: 16px; font-size: 16px; font-style: normal; font-weight: bold; } .tox .tox-dialog__body-content .tox-form__group p { margin-bottom: 16px; } .tox .tox-dialog__body-content .tox-form__group h1:first-child, .tox .tox-dialog__body-content .tox-form__group h2:first-child, .tox .tox-dialog__body-content .tox-form__group p:first-child { margin-top: 0; } .tox .tox-dialog__body-content .tox-form__group h1:last-child, .tox .tox-dialog__body-content .tox-form__group h2:last-child, .tox .tox-dialog__body-content .tox-form__group p:last-child { margin-bottom: 0; } .tox .tox-dialog__body-content .tox-form__group h1:only-child, .tox .tox-dialog__body-content .tox-form__group h2:only-child, .tox .tox-dialog__body-content .tox-form__group p:only-child { margin-top: 0; margin-bottom: 0; } .tox .tox-dialog__body-content .tox-form__group .tox-label.tox-label--center { text-align: center; } .tox .tox-dialog__body-content .tox-form__group .tox-label.tox-label--end { text-align: end; } .tox .tox-dialog--width-lg { max-width: 1200px; height: 650px; } .tox .tox-dialog--fullscreen { max-width: 100%; height: 100%; } .tox .tox-dialog--fullscreen .tox-dialog__body-content { max-height: 100%; } .tox .tox-dialog--width-md { max-width: 800px; } .tox .tox-dialog--width-md .tox-dialog__body-content { overflow: auto; } .tox .tox-dialog__body-content--centered { text-align: center; } .tox .tox-dialog__footer { background-color: #fff; border-top: none; justify-content: space-between; align-items: center; padding: 8px 16px; display: flex; } .tox .tox-dialog__footer-start, .tox .tox-dialog__footer-end { display: flex; } .tox .tox-dialog__busy-spinner { z-index: 3; background-color: #ffffffbf; justify-content: center; align-items: center; display: flex; position: absolute; inset: 0; } .tox .tox-dialog__table { border-collapse: collapse; width: 100%; } .tox .tox-dialog__table thead th { padding-bottom: 8px; font-weight: bold; } .tox .tox-dialog__table thead th:first-child { padding-right: 8px; } .tox .tox-dialog__table tbody tr { border-bottom: 1px solid #626262; } .tox .tox-dialog__table tbody tr:last-child { border-bottom: none; } .tox .tox-dialog__table td { padding-top: 8px; padding-bottom: 8px; } .tox .tox-dialog__table td:first-child { padding-right: 8px; } .tox .tox-dialog__iframe { min-height: 200px; } .tox .tox-dialog__iframe.tox-dialog__iframe--opaque { background: #fff; } .tox .tox-navobj-bordered { position: relative; } .tox .tox-navobj-bordered:before { content: ""; opacity: 1; pointer-events: none; z-index: 1; border: 1px solid #eee; border-radius: 6px; position: absolute; inset: 0; } .tox .tox-navobj-bordered iframe { border-radius: 6px; } .tox .tox-navobj-bordered-focus.tox-navobj-bordered:before { border-color: #006ce7; outline: none; box-shadow: 0 0 0 1px #006ce7; } .tox .tox-dialog__popups { z-index: 1100; width: 100%; position: absolute; } .tox .tox-dialog__body-iframe { flex-direction: column; flex: 1; display: flex; } .tox .tox-dialog__body-iframe .tox-navobj { flex: 1; display: flex; } .tox .tox-dialog__body-iframe .tox-navobj :nth-child(2) { flex: 1; height: 100%; } .tox .tox-dialog-dock-fadeout { opacity: 0; visibility: hidden; } .tox .tox-dialog-dock-fadein { opacity: 1; visibility: visible; } .tox .tox-dialog-dock-transition { transition: visibility 0s linear .3s, opacity .3s; } .tox .tox-dialog-dock-transition.tox-dialog-dock-fadein { transition-delay: 0s; } @media only screen and (width <= 767px) { body:not(.tox-force-desktop) .tox:not([dir="rtl"]) .tox-dialog__body-nav { margin-right: 0; } body:not(.tox-force-desktop) .tox:not([dir="rtl"]) .tox-dialog__body-nav-item:not(:first-child) { margin-left: 8px; } } .tox:not([dir="rtl"]) .tox-dialog__footer .tox-dialog__footer-start > *, .tox:not([dir="rtl"]) .tox-dialog__footer .tox-dialog__footer-end > * { margin-left: 8px; } .tox[dir="rtl"] .tox-dialog__body { text-align: right; } @media only screen and (width <= 767px) { body:not(.tox-force-desktop) .tox[dir="rtl"] .tox-dialog__body-nav { margin-left: 0; } body:not(.tox-force-desktop) .tox[dir="rtl"] .tox-dialog__body-nav-item:not(:first-child) { margin-right: 8px; } } .tox[dir="rtl"] .tox-dialog__footer .tox-dialog__footer-start > *, .tox[dir="rtl"] .tox-dialog__footer .tox-dialog__footer-end > * { margin-right: 8px; } body.tox-dialog__disable-scroll { overflow: hidden; } .tox .tox-dropzone-container { flex: 1; display: flex; } .tox .tox-dropzone { box-sizing: border-box; background: #fff; border: 2px dashed #eee; flex-direction: column; flex-grow: 1; justify-content: center; align-items: center; min-height: 100px; padding: 10px; display: flex; } .tox .tox-dropzone p { color: #222f3eb3; margin: 0 0 16px; } .tox .tox-edit-area { flex: 1; display: flex; position: relative; overflow: hidden; } .tox .tox-edit-area:before { content: ""; opacity: 0; pointer-events: none; z-index: 1; border: 2px solid #006ce7; border-radius: 4px; transition: opacity .15s; position: absolute; inset: 0; } @media (forced-colors: active) { .tox .tox-edit-area:before { border: 2px solid highlight; } } .tox .tox-edit-area__iframe { box-sizing: border-box; background-color: #fff; border: 0; flex: 1; width: 100%; height: 100%; position: absolute; } .tox.tox-edit-focus .tox-edit-area:before { opacity: 1; } .tox.tox-inline-edit-area { border: 1px dotted #eee; } .tox .tox-control-wrap { flex: 1; position: relative; } .tox .tox-control-wrap:not(.tox-control-wrap--status-invalid) .tox-control-wrap__status-icon-invalid, .tox .tox-control-wrap:not(.tox-control-wrap--status-unknown) .tox-control-wrap__status-icon-unknown, .tox .tox-control-wrap:not(.tox-control-wrap--status-valid) .tox-control-wrap__status-icon-valid { display: none; } .tox .tox-control-wrap svg { display: block; } .tox .tox-control-wrap__status-icon-wrap { position: absolute; top: 50%; transform: translateY(-50%); } .tox .tox-control-wrap__status-icon-invalid svg { fill: #c00; } .tox .tox-control-wrap__status-icon-unknown svg { fill: orange; } .tox .tox-control-wrap__status-icon-valid svg { fill: green; } .tox:not([dir="rtl"]) .tox-control-wrap--status-invalid .tox-textfield, .tox:not([dir="rtl"]) .tox-control-wrap--status-unknown .tox-textfield, .tox:not([dir="rtl"]) .tox-control-wrap--status-valid .tox-textfield { padding-right: 32px; } .tox:not([dir="rtl"]) .tox-control-wrap__status-icon-wrap { right: 4px; } .tox[dir="rtl"] .tox-control-wrap--status-invalid .tox-textfield, .tox[dir="rtl"] .tox-control-wrap--status-unknown .tox-textfield, .tox[dir="rtl"] .tox-control-wrap--status-valid .tox-textfield { padding-left: 32px; } .tox[dir="rtl"] .tox-control-wrap__status-icon-wrap { left: 4px; } .tox .tox-custom-preview { border: 1px solid #eee; border-radius: 6px; flex: 1; padding: 8px; } .tox .tox-autocompleter { max-width: 25em; } .tox .tox-autocompleter .tox-menu { box-sizing: border-box; max-width: 25em; } .tox .tox-autocompleter .tox-autocompleter-highlight { font-weight: bold; } .tox .tox-color-input { z-index: 1; display: flex; position: relative; } .tox .tox-color-input .tox-textfield { z-index: -1; } .tox .tox-color-input span { box-shadow: none; box-sizing: border-box; border: 1px solid #222f08; border-radius: 6px; width: 24px; height: 24px; position: absolute; top: 6px; } @media (forced-colors: active) { .tox .tox-color-input span { forced-color-adjust: none; border-color: currentColor; border-width: 2px !important; } } .tox .tox-color-input span:hover:not([aria-disabled="true"]), .tox .tox-color-input span:focus:not([aria-disabled="true"]) { cursor: pointer; border-color: #006ce7; } .tox .tox-color-input span:before { box-sizing: border-box; content: ""; z-index: -1; background-image: linear-gradient(45deg, #00000040 25%, #0000 25%), linear-gradient(-45deg, #00000040 25%, #0000 25%), linear-gradient(45deg, #0000 75%, #00000040 75%), linear-gradient(-45deg, #0000 75%, #00000040 75%); background-position: 0 0, 0 6px, 6px -6px, -6px 0; background-size: 12px 12px; border: 1px solid #fff; border-radius: 6px; width: 24px; height: 24px; position: absolute; top: -1px; left: -1px; } @media (forced-colors: active) { .tox .tox-color-input span:before { border: none; } } .tox .tox-color-input span[aria-disabled="true"] { cursor: not-allowed; } .tox:not([dir="rtl"]) .tox-color-input .tox-textfield { padding-left: 36px; } .tox:not([dir="rtl"]) .tox-color-input span { left: 6px; } .tox[dir="rtl"] .tox-color-input .tox-textfield { padding-right: 36px; } .tox[dir="rtl"] .tox-color-input span { right: 6px; } .tox .tox-label, .tox .tox-toolbar-label { color: #222f3eb3; text-transform: none; white-space: nowrap; padding: 0 8px 0 0; font-size: 14px; font-style: normal; font-weight: normal; line-height: 1.3; display: block; } .tox .tox-toolbar-label { padding: 0 8px; } .tox[dir="rtl"] .tox-label { padding: 0 0 0 8px; } .tox .tox-form { flex-direction: column; flex: 1; display: flex; } .tox .tox-form__group { box-sizing: border-box; margin-bottom: 4px; } .tox .tox-form-group--maximize { flex: 1; } .tox .tox-form__group--error { color: #c00; } .tox .tox-form__group--collection { display: flex; } .tox .tox-form__grid { flex-flow: wrap; justify-content: space-between; display: flex; } .tox .tox-form__grid--2col > .tox-form__group { width: calc(50% - 4px); } .tox .tox-form__grid--3col > .tox-form__group { width: calc(33.3333% - 4px); } .tox .tox-form__grid--4col > .tox-form__group { width: calc(25% - 4px); } .tox .tox-form__controls-h-stack, .tox .tox-form__group--inline { align-items: center; display: flex; } .tox .tox-form__group--stretched { flex-direction: column; flex: 1; display: flex; } .tox .tox-form__group--stretched .tox-textarea { flex: 1; } .tox .tox-form__group--stretched .tox-navobj { flex: 1; display: flex; } .tox .tox-form__group--stretched .tox-navobj :nth-child(2) { flex: 1; height: 100%; } .tox:not([dir="rtl"]) .tox-form__controls-h-stack > :not(:first-child) { margin-left: 4px; } .tox[dir="rtl"] .tox-form__controls-h-stack > :not(:first-child) { margin-right: 4px; } .tox .tox-lock.tox-locked .tox-lock-icon__unlock, .tox .tox-lock:not(.tox-locked) .tox-lock-icon__lock { display: none; } .tox .tox-context-form__group .tox-button--icon.tox-lock-context-form-size-input { margin-left: 8px; margin-right: 8px; } .tox .tox-textfield, .tox .tox-toolbar-textfield, .tox .tox-listboxfield .tox-listbox--select, .tox .tox-textarea, .tox .tox-textarea-wrap .tox-textarea:focus { appearance: none; box-shadow: none; box-sizing: border-box; color: #222f3e; resize: none; background-color: #fff; border: 1px solid #eee; border-radius: 6px; outline: none; width: 100%; min-height: 34px; margin: 0; padding: 5px 5.5px; font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif; font-size: 16px; line-height: 24px; } .tox .tox-textfield[disabled], .tox .tox-toolbar-textfield[disabled], .tox .tox-textarea[disabled] { color: #222f3ed9; cursor: not-allowed; background-color: #f2f2f2; } .tox .tox-textfield:focus, .tox .tox-toolbar-textfield:focus, .tox .tox-listboxfield .tox-listbox--select:focus, .tox .tox-textarea-wrap:focus-within, .tox .tox-textarea:focus, .tox .tox-focusable-wrapper:focus, .tox .tox-custom-editor:focus-within { background-color: #fff; border-color: #006ce7; outline: none; box-shadow: 0 0 0 1px #006ce7; } .tox .tox-toolbar-textfield { max-width: 250px; min-height: unset; height: 28px; margin: 5px 0 6px; } .tox .tox-naked-btn { box-shadow: unset; color: #006ce7; cursor: pointer; background-color: #0000; border: 0 #0000; margin: 0; padding: 0; display: block; } .tox .tox-naked-btn svg { fill: #222f3e; display: block; } .tox .tox-textfield-size { width: 80px; } .tox:not([dir="rtl"]) .tox-toolbar-textfield + * { margin-left: 4px; } .tox[dir="rtl"] .tox-toolbar-textfield + * { margin-right: 4px; } .tox .tox-listboxfield { cursor: pointer; position: relative; } .tox .tox-listboxfield .tox-listbox--select[disabled] { color: #222f3ed9; cursor: not-allowed; background-color: #f2f2f2; } .tox .tox-listbox__select-label { cursor: default; flex: 1; margin: 0 4px; } .tox .tox-listbox__select-chevron { justify-content: center; align-items: center; width: 16px; display: flex; } .tox .tox-listbox__select-chevron svg { fill: #222f3e; } @media (forced-colors: active) { .tox .tox-listbox__select-chevron svg { fill: currentColor !important; } } .tox .tox-listboxfield .tox-listbox--select { align-items: center; display: flex; } .tox:not([dir="rtl"]) .tox-listboxfield svg { right: 8px; } .tox[dir="rtl"] .tox-listboxfield svg { left: 8px; } .tox .tox-selectfield { cursor: pointer; position: relative; } .tox .tox-selectfield select { appearance: none; box-shadow: none; box-sizing: border-box; color: #222f3e; resize: none; background-color: #fff; border: 1px solid #eee; border-radius: 6px; outline: none; width: 100%; min-height: 34px; margin: 0; padding: 5px 5.5px; font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif; font-size: 16px; line-height: 24px; } .tox .tox-selectfield select[disabled] { color: #222f3ed9; cursor: not-allowed; background-color: #f2f2f2; } .tox .tox-selectfield select::-ms-expand { display: none; } .tox .tox-selectfield select:focus { background-color: #fff; border-color: #006ce7; outline: none; box-shadow: 0 0 0 1px #006ce7; } .tox .tox-selectfield svg { pointer-events: none; position: absolute; top: 50%; transform: translateY(-50%); } .tox .tox-selectfield select option:checked { background-color: revert; color: revert; } .tox:not([dir="rtl"]) .tox-selectfield select[size="0"], .tox:not([dir="rtl"]) .tox-selectfield select[size="1"] { padding-right: 24px; } .tox:not([dir="rtl"]) .tox-selectfield svg { right: 8px; } .tox[dir="rtl"] .tox-selectfield select[size="0"], .tox[dir="rtl"] .tox-selectfield select[size="1"] { padding-left: 24px; } .tox[dir="rtl"] .tox-selectfield svg { left: 8px; } .tox .tox-textarea-wrap { border: 1px solid #eee; border-radius: 6px; flex: 1; display: flex; overflow: hidden; } .tox .tox-textarea { appearance: textarea; white-space: pre-wrap; } .tox .tox-textarea-wrap .tox-textarea, .tox .tox-textarea-wrap .tox-textarea:focus { border: none; } .tox-fullscreen { overscroll-behavior: none; touch-action: pinch-zoom; border: 0; width: 100%; height: 100%; margin: 0; padding: 0; overflow: hidden; } .tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle { display: none; } .tox.tox-tinymce.tox-fullscreen, .tox-shadowhost.tox-fullscreen { z-index: 1200; position: fixed; top: 0; left: 0; } .tox.tox-tinymce.tox-fullscreen { background-color: #0000; } .tox-fullscreen .tox.tox-tinymce-aux, .tox-fullscreen ~ .tox.tox-tinymce-aux { z-index: 1201; } .tox .tox-help__more-link { margin-top: 1em; list-style: none; } .tox .tox-imagepreview { background-color: #666; width: 100%; height: 380px; position: relative; overflow: hidden; } .tox .tox-imagepreview.tox-imagepreview__loaded { overflow: auto; } .tox .tox-imagepreview__container { display: flex; position: absolute; top: 100vw; left: 100vw; } .tox .tox-imagepreview__image { background: url("data:image/gif;base64,R0lGODdhDAAMAIABAMzMzP///ywAAAAADAAMAAACFoQfqYeabNyDMkBQb81Uat85nxguUAEAOw=="); } .tox .tox-image-tools .tox-spacer { flex: 1; } .tox .tox-image-tools .tox-bar { justify-content: center; align-items: center; height: 60px; display: flex; } .tox .tox-image-tools .tox-imagepreview, .tox .tox-image-tools .tox-imagepreview + .tox-bar { margin-top: 8px; } .tox .tox-image-tools .tox-croprect-block { filter: alpha(opacity=50); opacity: .5; zoom: 1; background: #000; position: absolute; } .tox .tox-image-tools .tox-croprect-handle { border: 2px solid #fff; width: 20px; height: 20px; position: absolute; top: 0; left: 0; } .tox .tox-image-tools .tox-croprect-handle-move { cursor: move; border: 0; position: absolute; } .tox .tox-image-tools .tox-croprect-handle-nw { cursor: nw-resize; border-width: 2px 0 0 2px; margin: -2px 0 0 -2px; top: 100px; left: 100px; } .tox .tox-image-tools .tox-croprect-handle-ne { cursor: ne-resize; border-width: 2px 2px 0 0; margin: -2px 0 0 -20px; top: 100px; left: 200px; } .tox .tox-image-tools .tox-croprect-handle-sw { cursor: sw-resize; border-width: 0 0 2px 2px; margin: -20px 2px 0 -2px; top: 200px; left: 100px; } .tox .tox-image-tools .tox-croprect-handle-se { cursor: se-resize; border-width: 0 2px 2px 0; margin: -20px 0 0 -20px; top: 200px; left: 200px; } .tox .tox-image-selector-loading-spinner-wrapper { justify-content: center; align-items: center; display: flex; } .tox .tox-image-selector-loading-spinner { aspect-ratio: 1; border: 3px solid #006ce7; border-bottom-color: #0000; border-radius: 50%; width: min(24px, 30%); animation: 1s linear infinite tox-rotation; position: absolute; } .tox .tox-toolbar .tox-image-selector, .tox .tox-toolbar__primary .tox-image-selector, .tox .tox-toolbar__overflow .tox-image-selector { margin: 5px 0 6px 11px; } .tox .tox-image-selector-menu { border: 0; border-radius: 3px; margin: -4px; padding: 4px; } .tox .tox-image-selector-menu .tox-collection--list .tox-collection__group { border: 0; margin: -4px; padding: 0; } .tox .tox-image-selector-menu .tox-collection__item { max-width: 48px; } .tox .tox-image-selector-menu .tox-collection__item-icon { border: 1px solid #eee; border-radius: 3px; width: 100%; margin-bottom: 4px; } .tox .tox-image-selector-menu .tox-collection__item-icon svg path { stroke: #c00; } .tox .tox-image-selector__row { display: flex; } .tox .tox-image-selector--remove { justify-content: center; align-items: center; display: flex; } .tox .tox-image-selector--remove svg path { stroke: #c00; } .tox .tox-image-selector-image-wrapper { justify-content: center; align-items: center; width: 46px; height: 46px; display: flex; } .tox .tox-image-selector-image-img { max-width: 100%; max-height: 100%; } .tox .tox-image-selector__picker-btn { cursor: pointer; background-color: #0000; border: 0; outline: none; justify-content: center; align-items: center; width: 30px; height: 30px; padding: 0; display: flex; } .tox .tox-image-selector__picker-btn svg { fill: #222f3e; width: 24px; height: 24px; } .tox .tox-image-selector__picker-btn:hover { background: #f0f0f0; } .tox .tox-context-toolbar { position-try-fallbacks: flip-block, flip-inline, flip-block flip-inline; z-index: 1150; background-color: #fff; border: 1px solid #e0e0e0; border-radius: 9px; padding: 4px; position: absolute; box-shadow: 0 2px 8px #00000014; } .tox .tox-context-toolbar[popover] { margin: 0; inset: auto; } .tox .tox-context-toolbar .tox-toolbar { flex-wrap: nowrap; gap: 8px; display: flex; } .tox .tox-context-toolbar .tox-toolbar__group { flex-wrap: nowrap; flex-shrink: 0; align-items: center; gap: 4px; display: flex; } .tox .tox-insert-table-picker { background-color: #fff; flex-wrap: wrap; width: 170px; display: flex; } .tox .tox-insert-table-picker > div { box-sizing: border-box; border: 1px solid #eee; border-width: 0 1px 1px 0; width: 17px; height: 17px; } .tox .tox-collection--list .tox-collection__group .tox-insert-table-picker { margin: -4px; } .tox .tox-insert-table-picker .tox-insert-table-picker__selected { background-color: #006ce7; border-color: #eee; } @media (forced-colors: active) { .tox .tox-insert-table-picker .tox-insert-table-picker__selected { filter: contrast(50%); border-color: highlight; } } .tox .tox-insert-table-picker__label { color: #222f3eb3; text-align: center; width: 100%; padding: 4px; font-size: 14px; display: block; } .tox:not([dir="rtl"]) .tox-insert-table-picker > div:nth-child(10n), .tox[dir="rtl"] .tox-insert-table-picker > div:nth-child(10n+1) { border-right: 0; } .tox-mentions__card-common { z-index: 1200; } .tox.tox-mentions__card { background: #fff; border: 1px solid #eee; padding: 4px 8px; display: flex; } .tox.tox-mentions__card .tox-mentions__container { flex-direction: column; align-self: center; margin: 0 4px; display: flex; } .tox .tox-mentions__avatar { border-radius: 50%; width: 42px; height: 42px; margin-right: 4px; } .tox .tox-mentions__username { color: #222f3e; font-size: 14px; line-height: 21px; } .tox .tox-mentions__description { color: #222f3eb3; font-size: 12px; line-height: 21px; } .tox .tox-collection__item--active .tox-mentions__username, .tox .tox-collection__item--active .tox-mentions__description { color: inherit; } .tox .tox-menu { vertical-align: top; z-index: 1150; background-color: #fff; border: 1px solid #0000; border-radius: 6px; display: inline-block; overflow: hidden; box-shadow: 0 0 2px #222f3e33, 0 4px 8px #222f3e26; } .tox .tox-menu.tox-collection.tox-collection--list { padding: 0 4px; } .tox .tox-menu.tox-collection.tox-collection--toolbar, .tox .tox-menu.tox-collection.tox-collection--grid { padding: 8px; } @media only screen and (width >= 768px) { .tox .tox-menu .tox-collection__item-label { overflow-wrap: break-word; word-break: normal; } .tox .tox-dialog__popups .tox-menu .tox-collection__item-label { word-break: break-all; } } .tox .tox-menu__label h1, .tox .tox-menu__label h2, .tox .tox-menu__label h3, .tox .tox-menu__label h4, .tox .tox-menu__label h5, .tox .tox-menu__label h6, .tox .tox-menu__label p, .tox .tox-menu__label blockquote, .tox .tox-menu__label code { margin: 0; } .tox .tox-menubar { background: #fff repeating-linear-gradient(#0000 0 1px, #0000 1px 39px) 50% 39px / 100% calc(100% - 39px) no-repeat; flex-wrap: wrap; flex: none; grid-area: 1 / 1 / auto / -1; padding: 0 11px 0 12px; display: flex; } .tox .tox-promotion + .tox-menubar { grid-column: 1; } .tox .tox-promotion { padding-inline: 4px 8px; background: #fff repeating-linear-gradient(#0000 0 1px, #0000 1px 39px) 50% 39px / 100% calc(100% - 39px) no-repeat; grid-area: 1 / 2; padding-top: 5px; } .tox .tox-promotion-link { color: #086be6; cursor: pointer; white-space: nowrap; background-color: #e8f1f8; border-radius: 5px; align-items: unsafe center; height: 26.6px; padding: 4px 8px; font-size: 14px; display: flex; } .tox .tox-promotion-link:hover { background-color: #b4d7ff; } .tox .tox-promotion-link:focus { background-color: #d9edf7; } .tox .tox-mbtn { box-shadow: none; color: #222f3e; text-transform: none; background: #fff; border: 0; border-radius: 3px; outline: none; flex: none; justify-content: center; align-items: center; width: auto; height: 28px; margin: 5px 1px 6px 0; padding: 0 4px; font-size: 14px; font-style: normal; font-weight: normal; display: flex; } .tox .tox-mbtn[disabled] { box-shadow: none; color: #222f3e80; cursor: not-allowed; background-color: #fff; border: 0; } .tox .tox-mbtn:focus:not(:disabled) { box-shadow: none; color: #222f3e; z-index: 1; background: #fff; border: 0; position: relative; } .tox .tox-mbtn:focus:not(:disabled):after { pointer-events: none; content: ""; border-radius: 3px; position: absolute; inset: 0; box-shadow: 0 0 0 2px #006ce7; } @media (forced-colors: active) { .tox .tox-mbtn:focus:not(:disabled):after { border: 2px solid highlight; } } .tox .tox-mbtn--active, .tox .tox-mbtn:not(:disabled).tox-mbtn--active:focus { box-shadow: none; color: #222f3e; background: #a6ccf7; border: 0; } .tox .tox-mbtn:hover:not(:disabled):not(.tox-mbtn--active) { box-shadow: none; color: #222f3e; background: #f0f0f0; border: 0; } .tox .tox-mbtn__select-label { cursor: default; margin: 0 4px; font-weight: normal; } .tox .tox-mbtn[disabled] .tox-mbtn__select-label { cursor: not-allowed; } .tox .tox-mbtn__select-chevron { justify-content: center; align-items: center; width: 16px; display: none; } .tox .tox-notification { box-shadow: none; box-sizing: border-box; opacity: 0; border-style: solid; border-width: 1px; border-radius: 6px; grid-template-columns: minmax(40px, 1fr) auto minmax(40px, 1fr); width: max-content; margin-top: 4px; margin-left: auto; margin-right: auto; padding: 4px; font-size: 14px; font-weight: normal; transition: transform .1s ease-in, opacity .15s ease-in; display: grid; } .tox .tox-notification a { cursor: pointer; -webkit-text-decoration: underline; text-decoration: underline; } .tox .tox-notification p { font-size: 14px; font-weight: normal; } .tox .tox-notification:focus { border-color: #006ce7; box-shadow: 0 0 0 1px #006ce7; } .tox .tox-notification--in { opacity: 1; } .tox .tox-notification--success { color: #222f3e; background-color: #e4eeda; border-color: #d7e6c8; } .tox .tox-notification--success p { color: #222f3e; } .tox .tox-notification--success a { color: #517342; } .tox .tox-notification--success a:hover, .tox .tox-notification--success a:focus { color: #24321d; -webkit-text-decoration: underline; text-decoration: underline; } .tox .tox-notification--success a:focus-visible { outline-offset: 2px; border-radius: 1px; outline: 2px solid #517342; } .tox .tox-notification--success a:active { color: #0d120a; -webkit-text-decoration: underline; text-decoration: underline; } .tox .tox-notification--success svg { fill: #222f3e; } .tox .tox-notification--error { color: #222f3e; background-color: #f5cccc; border-color: #f0b3b3; } .tox .tox-notification--error p { color: #222f3e; } .tox .tox-notification--error a { color: #77181f; } .tox .tox-notification--error a:hover, .tox .tox-notification--error a:focus { color: #220709; -webkit-text-decoration: underline; text-decoration: underline; } .tox .tox-notification--error a:focus-visible { outline-offset: 2px; border-radius: 1px; outline: 2px solid #77181f; } .tox .tox-notification--error a:active { color: #000; -webkit-text-decoration: underline; text-decoration: underline; } .tox .tox-notification--error svg { fill: #222f3e; } .tox .tox-notification--warn, .tox .tox-notification--warning { color: #222f3e; background-color: #fff5cc; border-color: #fff0b3; } .tox .tox-notification--warn p, .tox .tox-notification--warning p { color: #222f3e; } .tox .tox-notification--warn a, .tox .tox-notification--warning a { color: #7a6e25; } .tox .tox-notification--warn a:hover, .tox .tox-notification--warning a:hover, .tox .tox-notification--warn a:focus, .tox .tox-notification--warning a:focus { color: #2c280d; -webkit-text-decoration: underline; text-decoration: underline; } .tox .tox-notification--warn a:focus-visible, .tox .tox-notification--warning a:focus-visible { outline-offset: 2px; border-radius: 1px; outline: 2px solid #7a6e25; } .tox .tox-notification--warn a:active, .tox .tox-notification--warning a:active { color: #050502; -webkit-text-decoration: underline; text-decoration: underline; } .tox .tox-notification--warn svg, .tox .tox-notification--warning svg { fill: #222f3e; } .tox .tox-notification--info { color: #222f3e; background-color: #d6e7fb; border-color: #c1dbf9; } .tox .tox-notification--info p { color: #222f3e; } .tox .tox-notification--info a { color: #2a64a6; } .tox .tox-notification--info a:hover, .tox .tox-notification--info a:focus { color: #163355; -webkit-text-decoration: underline; text-decoration: underline; } .tox .tox-notification--info a:focus-visible { outline-offset: 2px; border-radius: 1px; outline: 2px solid #2a64a6; } .tox .tox-notification--info a:active { color: #0b1a2c; -webkit-text-decoration: underline; text-decoration: underline; } .tox .tox-notification--info svg { fill: #222f3e; } .tox .tox-notification__body { color: #222f3e; text-align: center; white-space: normal; word-break: break-all; word-break: break-word; grid-area: 1 / 2 / 2 / 3; align-self: center; font-size: 14px; } .tox .tox-notification__body > * { margin: 0; } .tox .tox-notification__body > * + * { margin-top: 1rem; } .tox .tox-notification__icon { grid-area: 1 / 1 / 2 / 2; place-self: center end; } .tox .tox-notification__icon svg { display: block; } .tox .tox-notification__dismiss { grid-area: 1 / 3 / 2 / 4; place-self: start end; } .tox .tox-notification .tox-progress-bar { grid-area: 2 / 1 / 3 / 4; justify-self: center; } .tox .tox-notification-container-dock-fadeout { opacity: 0; visibility: hidden; } .tox .tox-notification-container-dock-fadein { opacity: 1; visibility: visible; } .tox .tox-notification-container-dock-transition { transition: visibility 0s linear .3s, opacity .3s; } .tox .tox-notification-container-dock-transition.tox-notification-container-dock-fadein { transition-delay: 0s; } .tox .tox-onboarding-overlay { z-index: 1302; background-color: #f0f0f0; justify-content: center; align-items: center; height: 100%; display: grid; position: absolute; top: 0; left: 0; right: 0; overflow: auto; } .tox .tox-onboarding-dialog { background-color: #fff; border-radius: 12px; flex-direction: column; max-width: 512px; margin: 8px; display: flex; box-shadow: 0 16px 16px -10px #222f3e26, 0 0 40px 1px #222f3e26; } .tox .tox-onboarding-dialog .tox-onboarding-header { color: #222f3e; justify-content: center; align-items: center; margin: 24px 0 8px; font-size: 20px; display: flex; } .tox .tox-onboarding-dialog .tox-onboarding-step { grid-template-columns: min-content 1fr min-content; align-items: center; margin: 0 24px; display: grid; } .tox .tox-onboarding-dialog .tox-onboarding-step:not(:last-child) { border-bottom: 1px solid #e3e3e3; } .tox .tox-onboarding-dialog .tox-onboarding-step--number { aspect-ratio: 1; color: #00ad0e; border: 1px solid #00ad0e; border-radius: 50%; justify-content: center; align-items: center; width: 24px; font-size: 12px; font-weight: bold; display: flex; } .tox .tox-onboarding-dialog .tox-onboarding-step--body { padding: 24px 0 24px 16px; } .tox .tox-onboarding-dialog .tox-onboarding-step--body-header { color: #222f3e; margin-bottom: 4px; font-size: 14px; font-weight: bold; } .tox .tox-onboarding-dialog .tox-onboarding-step--body-details { color: #222f3eb3; font-size: 14px; } .tox .tox-onboarding-dialog .tox-onboarding-step--action { padding-left: 24px; } .tox .tox-onboarding-dialog .tox-onboarding-footer { background-color: #f0f0f0; border-bottom-right-radius: 12px; border-bottom-left-radius: 12px; justify-content: space-between; align-items: center; padding: 16px 24px; display: flex; } .tox .tox-onboarding-dialog .tox-onboarding-footer p { color: #222f3eb3; justify-content: center; align-items: center; gap: 4px; font-size: 14px; display: flex; } .tox .tox-onboarding-dialog svg { fill: #222f3eb3; width: 24px; } .tox .tox-promotion-dialog .tox-promotion-dialog-plugin { border-bottom: 1px solid #e3e3e3; grid-template-columns: min-content 1fr min-content; align-items: center; margin: 0 16px; padding: 24px 0; display: grid; } .tox .tox-promotion-dialog .tox-promotion-dialog-plugin--body { margin: 0 16px; } .tox .tox-promotion-dialog .tox-promotion-dialog-plugin--body .tox-promotion-dialog-plugin-header { color: #222f3e; margin-bottom: 4px; font-size: 14px; font-weight: bold; } .tox .tox-promotion-dialog .tox-promotion-dialog-plugin--body .tox-promotion-dialog-plugin-details { color: #222f3eb3; font-size: 14px; } .tox .tox-promotion-dialog .tox-promotion-dialog-plugin--icon { color: #006ce7; background: linear-gradient(#fff 24%, #f0f0f0 100%); border-radius: 12px; place-content: center; width: 56px; height: 56px; font-size: 24px; line-height: 24px; display: grid; box-shadow: 0 1px 1px #222f3e12, 0 3px 6px #222f3e06; } .tox .tox-promotion-dialog--subtitle { color: #222f3eb3; margin: 16px; font-size: 14px; } .tox .tox-promotion-dialog--explore { text-align: center; color: #222f3eb3; margin: 16px; font-size: 14px; } .tox .tox-promotion-dialog--explore a { color: #006ce7; } .tox .tox-promotion-dialog--footer { color: #222f3eb3; text-align: center; background-color: #f0f0f0; padding: 16px; font-size: 12px; } .tox .tox-promotion-button { color: #851aff; cursor: pointer; white-space: nowrap; background-color: #f1ebf9; border-radius: 5px; align-items: center; height: 26.6px; padding: 8px 16px; font-size: 14px; font-weight: bold; line-height: 26.6px; display: flex; } .tox .tox-promotion-button:focus { outline: 1px solid #851aff; } .tox .tox-onboarding-dialog a, .tox .tox-promotion-dialog--footer a { color: #222f3eb3; cursor: pointer; -webkit-text-decoration: underline; text-decoration: underline; } .tox .tox-onboarding-dialog a:hover, .tox .tox-promotion-dialog--footer a:hover, .tox .tox-onboarding-dialog a:focus, .tox .tox-promotion-dialog--footer a:focus { color: #071729; -webkit-text-decoration: underline; text-decoration: underline; } .tox .tox-onboarding-dialog a:focus-visible, .tox .tox-promotion-dialog--footer a:focus-visible { outline-offset: 2px; border-radius: 1px; outline: 2px solid #144782; } .tox .tox-onboarding-dialog a:active, .tox .tox-promotion-dialog--footer a:active { color: #000; -webkit-text-decoration: underline; text-decoration: underline; } .tox .tox-pop { display: inline-block; position: relative; } .tox .tox-pop--resizing { transition: width .1s; } .tox .tox-pop--resizing .tox-toolbar, .tox .tox-pop--resizing .tox-toolbar__group { flex-wrap: nowrap; } .tox .tox-pop--transition { transition: left .15s, right .15s, top .15s, bottom .15s; } .tox .tox-pop--transition:before, .tox .tox-pop--transition:after { transition: all .15s, visibility, opacity 75ms 75ms; } .tox .tox-pop__dialog { background-color: #fff; border: 1px solid #eee; border-radius: 6px; min-width: 0; overflow: hidden; box-shadow: 0 0 2px #222f3e33, 0 4px 8px #222f3e26; } .tox .tox-pop__dialog > :not(.tox-toolbar) { margin: 4px 4px 4px 8px; } .tox .tox-pop__dialog .tox-toolbar { background-color: #0000; margin-bottom: -1px; } .tox .tox-pop:before, .tox .tox-pop:after { content: ""; opacity: 1; border-style: solid; width: 0; height: 0; display: block; position: absolute; } @media (forced-colors: active) { .tox .tox-pop:before, .tox .tox-pop:after { content: none; } } .tox .tox-pop.tox-pop--inset:before, .tox .tox-pop.tox-pop--inset:after { opacity: 0; transition: all 0s .15s, visibility, opacity 75ms; } .tox .tox-pop.tox-pop--bottom:before, .tox .tox-pop.tox-pop--bottom:after { top: 100%; left: 50%; } .tox .tox-pop.tox-pop--bottom:after { border-width: 8px; border-color: #fff #0000 #0000; margin-top: -1px; margin-left: -8px; } .tox .tox-pop.tox-pop--bottom:before { border-width: 9px; border-color: #eee #0000 #0000; margin-left: -9px; } .tox .tox-pop.tox-pop--top:before, .tox .tox-pop.tox-pop--top:after { top: 0; left: 50%; transform: translateY(-100%); } .tox .tox-pop.tox-pop--top:after { border-width: 8px; border-color: #0000 #0000 #fff; margin-top: 1px; margin-left: -8px; } .tox .tox-pop.tox-pop--top:before { border-width: 9px; border-color: #0000 #0000 #eee; margin-left: -9px; } .tox .tox-pop.tox-pop--left:before, .tox .tox-pop.tox-pop--left:after { top: calc(50% - 1px); left: 0; transform: translateY(-50%); } .tox .tox-pop.tox-pop--left:after { border-width: 8px; border-color: #0000 #fff #0000 #0000; margin-left: -15px; } .tox .tox-pop.tox-pop--left:before { border-width: 10px; border-color: #0000 #eee #0000 #0000; margin-left: -19px; } .tox .tox-pop.tox-pop--right:before, .tox .tox-pop.tox-pop--right:after { top: calc(50% + 1px); left: 100%; transform: translateY(-50%); } .tox .tox-pop.tox-pop--right:after { border-width: 8px; border-color: #0000 #0000 #0000 #fff; margin-left: -1px; } .tox .tox-pop.tox-pop--right:before { border-width: 10px; border-color: #0000 #0000 #0000 #eee; margin-left: -1px; } .tox .tox-pop.tox-pop--align-left:before, .tox .tox-pop.tox-pop--align-left:after { left: 20px; } .tox .tox-pop.tox-pop--align-right:before, .tox .tox-pop.tox-pop--align-right:after { left: calc(100% - 20px); } .tox .tox-sidebar-wrap { flex-direction: row; flex-grow: 1; min-height: 0; display: flex; } .tox .tox-sidebar { background-color: var(--tox-private-sidebar-background-color, #f0f0f0); flex-direction: row; justify-content: flex-end; display: flex; } .tox .tox-sidebar__slider { display: flex; overflow: hidden; } .tox .tox-sidebar__pane-container, .tox .tox-sidebar__pane { display: flex; } .tox .tox-sidebar--sliding-closed { opacity: 0; } .tox .tox-sidebar--sliding-open { opacity: 1; } .tox .tox-sidebar--sliding-growing, .tox .tox-sidebar--sliding-shrinking { transition: width .5s, opacity .5s; } .tox .tox-sidebar-content { border-left: 1px solid var(--tox-private-sidebar-border-color, #e3e3e3); flex-direction: column; width: 300px; min-width: 300px; max-width: 300px; height: 100%; display: flex; position: relative; } .tox .tox-sidebar-content__header { box-shadow: var(--tox-private-sidebar-header-box-shadow, 0 4px 8px 0 #222f3e1a); padding: var(--tox-private-pad-sm, 8px) 12px; background: var(--tox-private-background-color, #fff); z-index: 1; justify-content: space-between; align-items: center; display: flex; } .tox .tox-sidebar-content__header .tox-sidebar-content__header-close-button { margin-left: auto; } .tox .tox-sidebar-content__title { font-size: var(--tox-private-font-size-lg, 20px); font-weight: var(--tox-private-font-weight-normal, normal); padding: var(--tox-private-pad-sm, 8px) 0 var(--tox-private-pad-sm, 8px) 0; color: var(--tox-private-text-color, #222f3e); line-height: 28px; } .tox .tox-floating-sidebar { --tox-private-floating-sidebar-requested-height: 600px; --tox-private-floating-sidebar-width: min(380px, 90vw); --tox-private-floating-sidebar-height: min(var(--tox-private-floating-sidebar-requested-height), 80vh); box-shadow: var(--tox-private-floating-sidebar-box-shadow, 0 0 40px 1px #222f3e26, 0 16px 16px -10px #222f3e26); width: var(--tox-private-floating-sidebar-width); height: var(--tox-private-floating-sidebar-height); background-color: var(--tox-private-background-color, #fff); border-radius: 12px; overflow: hidden; } .tox .tox-floating-sidebar__content-wrapper { flex-direction: column; width: 100%; height: 100%; display: flex; } .tox .tox-floating-sidebar__header { position: relative; } .tox-ai .tox-ai__user-prompt { gap: inherit; flex-direction: column; margin-left: auto; display: flex; } .tox-ai .tox-ai__user-prompt__context { margin-left: auto; } .tox-ai .tox-ai__user-prompt__text { background-color: var(--tox-private-ai-user-prompt-background, #f0f0f0); padding: var(--tox-private-pad-sm, 8px) 12px; border-radius: var(--tox-private-control-border-radius, 6px); max-width: 80%; color: var(--tox-private-text-color, #222f3e); align-self: flex-end; } .tox-ai .tox-ai__scroll { background-color: var(--tox-private-background-color, #fff); flex-direction: column; flex: 1 0 0; align-self: stretch; align-items: flex-start; gap: 12px; padding: 12px; display: flex; overflow: auto; } .tox-ai .tox-ai__response-content { padding: var(--tox-private-pad-sm, 8px) 0; color: var(--tox-private-text-color, #222f3e); font-feature-settings: "liga" off, "clig" off; font-size: var(--tox-private-font-size-sm, 14px); font-style: normal; font-weight: var(--tox-private-font-weight-normal, normal); line-height: var(--tox-private-line-height, 18px); white-space: pre-wrap; } .tox-ai .tox-ai__response.tox-ai__response-streaming { background: linear-gradient(180deg, var(--tox-private-color-black, #222f3e) 0%, transparent 100%); -webkit-text-fill-color: transparent; -webkit-background-clip: text; background-clip: text; } .tox-ai .tox-ai__error-message { border-radius: var(--tox-private-panel-border-radius, 6px); border: 1px solid var(--tox-private-color-error, #c00); background: linear-gradient(0deg, color-mix(in srgb, var(--tox-private-color-white, #fff) 90%, transparent) 0%, color-mix(in srgb, var(--tox-private-color-white, #fff) 90%, transparent) 100%), var(--tox-private-color-error, #c00); padding: var(--tox-private-pad-sm, 8px); width: 100%; } .tox-ai .tox-ai__footer { border-top: 1px solid var(--tox-private-ai-footer-border-color, #e3e3e3); gap: var(--tox-private-pad-sm, 8px); background-color: var(--tox-private-background-color, #fff); flex-direction: column; padding: 12px; display: flex; } .tox-ai .tox-ai__context { gap: 8px; display: flex; } .tox-ai .tox-ai__footer-actions { gap: var(--tox-private-pad-sm, 8px); display: flex; } .tox .tox-selector { box-sizing: border-box; background-color: #4099ff; border: 1px solid #4099ff; width: 10px; height: 10px; display: inline-block; position: absolute; } .tox.tox-platform-touch .tox-selector { width: 12px; height: 12px; } .tox .tox-skeleton .tox-skeleton__line { background: linear-gradient(to right, #f0f0f080 8%, #f0f0f0b3 18%, #f0f0f080 33%); width: 100%; height: 16px; animation: 2s ease-out infinite wave; } .tox .tox-skeleton .tox-skeleton__circle { background: linear-gradient(to right, #f0f0f080 8%, #f0f0f0b3 18%, #f0f0f080 33%); border-radius: 100%; width: 36px; height: 36px; margin-right: 8px; animation: 2s ease-out infinite wave; } @keyframes wave { 0% { background-position: -268px 0; } 100% { background-position: 268px 0; } } .tox .tox-slider { flex: 1; justify-content: center; align-items: center; height: 24px; display: flex; position: relative; } .tox .tox-slider__rail { background-color: #0000; border: 1px solid #eee; border-radius: 6px; width: 100%; min-width: 120px; height: 10px; } .tox .tox-slider__handle { box-shadow: none; background-color: #006ce7; border: 2px solid #0054b4; border-radius: 6px; width: 14px; height: 24px; position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); } .tox .tox-form__controls-h-stack > .tox-slider:not(:first-of-type) { margin-inline-start: 8px; } .tox .tox-form__controls-h-stack > .tox-form__group + .tox-slider, .tox .tox-form__controls-h-stack > .tox-slider + .tox-form__group { margin-inline-start: 32px; } .tox .tox-toolbar-slider { align-items: center; height: 16px; display: inline-flex; } .tox .tox-toolbar-slider__input { appearance: none; background: #eee; border-radius: 16px; width: 130px; height: 2px; } .tox .tox-toolbar-slider__input::-webkit-slider-runnable-track { background-color: #0000; height: 16px; } .tox .tox-toolbar-slider__input::-moz-range-track { background-color: #0000; height: 16px; } .tox .tox-toolbar-slider__input::-webkit-slider-thumb { -webkit-appearance: none; background-color: #006ce7; border: none; border-radius: 16px; width: 16px; height: 16px; } .tox .tox-toolbar-slider__input::-moz-range-thumb { appearance: none; background-color: #006ce7; border: none; border-radius: 16px; width: 16px; height: 16px; } .tox .tox-toolbar-slider__input:focus-visible { outline: none; } .tox .tox-toolbar-slider__input:focus::-webkit-slider-thumb { background-color: #0060ce; box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #006ce7; } .tox .tox-toolbar-slider__input:focus::-moz-range-thumb { background-color: #0060ce; box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #006ce7; } .tox .tox-toolbar-slider__input:hover::-webkit-slider-thumb { background-color: #0060ce; } .tox .tox-toolbar-slider__input:hover::-moz-range-thumb { background-color: #0060ce; } .tox .tox-toolbar-slider__input:active::-webkit-slider-thumb { background-color: #0054b4; } .tox .tox-toolbar-slider__input:active::-moz-range-thumb { background-color: #0054b4; } .tox .tox-toolbar-slider__input[disabled]::-webkit-slider-thumb { background-color: #ffffff80; } .tox .tox-toolbar-slider__input[disabled]::-moz-range-thumb { background-color: #ffffff80; } .tox .tox-source-code { overflow: auto; } .tox .tox-spinner { display: flex; } .tox .tox-spinner > div { background-color: #222f3eb3; border-radius: 100%; width: 8px; height: 8px; animation: 1.5s ease-in-out infinite both tam-bouncing-dots; } .tox .tox-spinner > div:first-child { animation-delay: -.32s; } .tox .tox-spinner > div:nth-child(2) { animation-delay: -.16s; } @keyframes tam-bouncing-dots { 0%, 80%, 100% { transform: scale(0); } 40% { transform: scale(1); } } .tox:not([dir="rtl"]) .tox-spinner > div:not(:first-child) { margin-left: 4px; } .tox[dir="rtl"] .tox-spinner > div:not(:first-child) { margin-right: 4px; } .tox .tox-ai__spinner { width: 24px; height: 24px; } .tox .tox-statusbar { color: #222f3eb3; text-transform: none; background-color: #fff; border-top: 1px solid #e3e3e3; flex: none; align-items: center; height: 25px; padding: 0 8px; font-size: 14px; font-weight: normal; display: flex; position: relative; overflow: hidden; } .tox .tox-statusbar__path { text-overflow: ellipsis; white-space: nowrap; flex: auto; display: flex; } .tox .tox-statusbar__right-container { white-space: nowrap; justify-content: flex-end; display: flex; } .tox .tox-statusbar__help-text { text-align: center; } .tox .tox-statusbar__text-container { flex: auto; justify-content: space-between; align-items: flex-start; height: 16px; display: flex; } @media only screen and (width >= 768px) { .tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__help-text, .tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__right-container, .tox .tox-statusbar__text-container.tox-statusbar__text-container-3-cols > .tox-statusbar__path { flex: 0 0 33.3333%; } } .tox .tox-statusbar__text-container.tox-statusbar__text-container--flex-end { justify-content: flex-end; } .tox .tox-statusbar__text-container.tox-statusbar__text-container--flex-start { justify-content: flex-start; } .tox .tox-statusbar__text-container.tox-statusbar__text-container--space-around { justify-content: space-around; } .tox .tox-statusbar__path > * { white-space: nowrap; display: inline; } .tox .tox-statusbar__wordcount { flex: none; margin-left: 1ch; } @media only screen and (width <= 767px) { .tox .tox-statusbar__text-container .tox-statusbar__help-text { display: none; } .tox .tox-statusbar__text-container .tox-statusbar__help-text:only-child { display: block; } } .tox .tox-statusbar a, .tox .tox-statusbar__path-item, .tox .tox-statusbar__wordcount { color: #222f3eb3; -webkit-text-decoration: none; text-decoration: none; position: relative; } .tox .tox-statusbar a:hover:not(:disabled):not([aria-disabled="true"]), .tox .tox-statusbar__path-item:hover:not(:disabled):not([aria-disabled="true"]), .tox .tox-statusbar__wordcount:hover:not(:disabled):not([aria-disabled="true"]), .tox .tox-statusbar a:focus:not(:disabled):not([aria-disabled="true"]), .tox .tox-statusbar__path-item:focus:not(:disabled):not([aria-disabled="true"]), .tox .tox-statusbar__wordcount:focus:not(:disabled):not([aria-disabled="true"]) { color: #222f3e; cursor: pointer; } .tox .tox-statusbar a:focus-visible:after, .tox .tox-statusbar__path-item:focus-visible:after, .tox .tox-statusbar__wordcount:focus-visible:after { content: ""; border-radius: 3px; position: absolute; inset: 0; box-shadow: 0 0 0 2px #006ce7; } @media (forced-colors: active) { .tox .tox-statusbar a:focus-visible:after, .tox .tox-statusbar__path-item:focus-visible:after, .tox .tox-statusbar__wordcount:focus-visible:after { border: 2px solid highlight; } } .tox .tox-statusbar__branding svg { fill: #222f3ecc; width: auto; height: 1em; margin-left: .3em; } @media (forced-colors: active) { .tox .tox-statusbar__branding svg { fill: currentColor; } } .tox .tox-statusbar__branding a { align-items: center; display: inline-flex; } .tox .tox-statusbar__branding a:hover:not(:disabled):not([aria-disabled="true"]) svg, .tox .tox-statusbar__branding a:focus:not(:disabled):not([aria-disabled="true"]) svg { fill: #222f3e; } .tox .tox-statusbar__resize-cursor-default { cursor: ns-resize; } .tox .tox-statusbar__resize-cursor-both { cursor: nwse-resize; } .tox .tox-statusbar__resize-handle { flex: none; justify-content: flex-end; align-self: stretch; align-items: flex-end; margin: 3px -5px 3px 4px; padding-bottom: 0; padding-left: 0; padding-right: 0; display: flex; position: relative; } .tox .tox-statusbar__resize-handle svg { fill: #222f3e80; display: block; } .tox .tox-statusbar__resize-handle:hover svg, .tox .tox-statusbar__resize-handle:focus svg { fill: #222f3e; } .tox .tox-statusbar__resize-handle:focus-visible { background-color: #0000; border-radius: 1px 1px 5px; box-shadow: 0 0 0 2px #0000; } .tox .tox-statusbar__resize-handle:focus-visible:after { content: ""; border-radius: 3px; position: absolute; inset: 0; box-shadow: 0 0 0 2px #006ce7; } @media (forced-colors: active) { .tox .tox-statusbar__resize-handle:focus-visible:after { border: 2px solid highlight; } } .tox .tox-statusbar__resize-handle:only-child { margin-left: auto; } .tox:not([dir="rtl"]) .tox-statusbar__path > * { margin-right: 4px; } .tox:not([dir="rtl"]) .tox-statusbar__branding { margin-left: 2ch; } .tox[dir="rtl"] .tox-statusbar { flex-direction: row-reverse; } .tox[dir="rtl"] .tox-statusbar__path > * { margin-left: 4px; } .tox[dir="rtl"] .tox-statusbar__branding svg { margin-left: 0; margin-right: .3em; } .tox .tox-tag { background: linear-gradient(0deg, color-mix(in srgb, var(--tox-private-color-white, #fff) 90%, transparent) 0%, color-mix(in srgb, var(--tox-private-color-white, #fff) 90%, transparent) 100%), var(--tox-private-color-tint, #006ce7); width: fit-content; line-height: var(--tox-private-base-value, 16px); font-size: var(--tox-private-font-size-xs, 12px); border-radius: 3px; align-items: center; gap: 4px; padding: 4px 6px; display: flex; } .tox .tox-tag .tox-tag__icon, .tox .tox-tag .tox-tag__close { height: var(--tox-private-base-value, 16px); } .tox .tox-tag .tox-tag__close .tox-button.tox-button--icon { border: 0; padding: 0; } .tox .tox-tag .tox-tag__close .tox-button.tox-button--icon:before { box-shadow: none; } .tox .tox-throbber { z-index: 1299; } .tox .tox-throbber__busy-spinner { background-color: #fff9; justify-content: center; align-items: center; display: flex; position: absolute; inset: 0; } .tox .tox-toggle { align-items: center; gap: var(--tox-private-pad-xs, 4px); padding: var(--tox-private-pad-xs, 4px); font-weight: var(--tox-private-font-weight-normal, normal); line-height: var(--tox-private-control-line-height, 24px); white-space: nowrap; background-color: var(--tox-private-background-color, #fff); color: var(--tox-private-text-color, #222f3e); display: flex; } .tox .tox-toggle input { opacity: 0; width: 0; height: 0; position: absolute; } .tox .tox-toggle__slider { cursor: pointer; box-sizing: border-box; background-color: var(--tox-private-slider-background-color, #fff); border: 1px solid var(--tox-private-slider-border-color, #e3e3e3); border-radius: 34px; width: 28px; height: 16px; transition: all .4s; position: relative; } .tox .tox-toggle__slider:before { content: ""; background-color: var(--tox-private-slider-handle-background-color, #222f3e); border-radius: 50%; width: 12px; height: 12px; transition: all .4s; position: absolute; bottom: 1px; left: 1px; } .tox input:checked + .tox-toggle__slider { background-color: var(--tox-private-slider-checked-background-color, #006ce7); border: 1px solid var(--tox-private-slider-checked-border-color, #006ce7); } .tox input:focus + .tox-toggle__slider { box-shadow: 0 0 0 1px var(--tox-private-color-white, #fff), 0 0 0 2px var(--tox-private-color-tint, #006ce7); } .tox input:checked + .tox-toggle__slider:before { background-color: var(--tox-private-slider-checked-handle-background-color, #fff); transform: translateX(12px); } .tox input:disabled + .tox-toggle__slider:before { opacity: .5; } .tox .tox-tbtn { box-shadow: none; color: #222f3e; text-transform: none; background: #fff; border: 0; border-radius: 3px; outline: none; flex: none; justify-content: center; align-items: center; width: 34px; height: 28px; margin: 6px 1px 5px 0; padding: 0; font-size: 14px; font-style: normal; font-weight: normal; display: flex; } .tox .tox-tbtn .tox-tbtn__icon-wrap { pointer-events: none; } @media (forced-colors: active) { .tox .tox-tbtn:hover, .tox .tox-tbtn.tox-tbtn:hover { outline: 1px dashed; } .tox .tox-tbtn.tox-tbtn--active, .tox .tox-tbtn.tox-tbtn--enabled, .tox .tox-tbtn.tox-tbtn--enabled:hover, .tox .tox-tbtn.tox-tbtn--enabled:focus, .tox .tox-tbtn:focus:not(.tox-tbtn--disabled) { outline: 1px solid; position: relative; } } .tox .tox-tbtn svg { fill: #222f3e; display: block; } @media (forced-colors: active) { .tox .tox-tbtn svg, .tox .tox-tbtn svg.tox-tbtn--enabled, .tox .tox-tbtn svg:focus:not(.tox-tbtn--disabled) { fill: currentColor !important; } .tox .tox-tbtn svg.tox-tbtn--disabled, .tox .tox-tbtn svg.tox-tbtn--disabled:hover, .tox .tox-tbtn svg .tox-tbtn:disabled, .tox .tox-tbtn svg .tox-tbtn:disabled:hover { filter: contrast(0%); } } .tox .tox-tbtn.tox-tbtn-more { width: inherit; padding-left: 5px; padding-right: 5px; } .tox .tox-tbtn:focus { box-shadow: none; z-index: 1; background: #fff; border: 0; position: relative; } .tox .tox-tbtn:focus:after { content: ""; border-radius: 3px; position: absolute; inset: 0; box-shadow: 0 0 0 2px #006ce7; } @media (forced-colors: active) { .tox .tox-tbtn:focus:after { border: 2px solid highlight; } } .tox .tox-tbtn:hover { box-shadow: none; color: #222f3e; background: #f0f0f0; border: 0; } .tox .tox-tbtn:hover svg { fill: #222f3e; } .tox .tox-tbtn:active { box-shadow: none; color: #222f3e; background: #a6ccf7; border: 0; } .tox .tox-tbtn:active svg { fill: #222f3e; } .tox .tox-tbtn--disabled .tox-tbtn--enabled svg { fill: #222f3e80; } .tox .tox-tbtn--disabled, .tox .tox-tbtn--disabled:hover, .tox .tox-tbtn:disabled, .tox .tox-tbtn:disabled:hover { box-shadow: none; color: #222f3e80; cursor: not-allowed; background: #fff; border: 0; } .tox .tox-tbtn--disabled svg, .tox .tox-tbtn--disabled:hover svg, .tox .tox-tbtn:disabled svg, .tox .tox-tbtn:disabled:hover svg { fill: #222f3e80; } .tox .tox-tbtn--active, .tox .tox-tbtn--enabled, .tox .tox-tbtn--enabled:hover, .tox .tox-tbtn--enabled:focus { box-shadow: none; color: #222f3e; background: #a6ccf7; border: 0; position: relative; } .tox .tox-tbtn--active > *, .tox .tox-tbtn--enabled > *, .tox .tox-tbtn--enabled:hover > *, .tox .tox-tbtn--enabled:focus > * { transform: none; } .tox .tox-tbtn--active svg, .tox .tox-tbtn--enabled svg, .tox .tox-tbtn--enabled:hover svg, .tox .tox-tbtn--enabled:focus svg { fill: #222f3e; } .tox .tox-tbtn--active.tox-tbtn--disabled svg, .tox .tox-tbtn--enabled.tox-tbtn--disabled svg, .tox .tox-tbtn--enabled:hover.tox-tbtn--disabled svg, .tox .tox-tbtn--enabled:focus.tox-tbtn--disabled svg { fill: #222f3e80; } .tox .tox-tbtn--enabled:focus:after { content: ""; border-radius: 3px; position: absolute; inset: 0; box-shadow: 0 0 0 2px #006ce7; } @media (forced-colors: active) { .tox .tox-tbtn--enabled:focus:after { border: 2px solid highlight; } } .tox .tox-tbtn:focus:not(.tox-tbtn--disabled) { color: #222f3e; } .tox .tox-tbtn:focus:not(.tox-tbtn--disabled) svg { fill: #222f3e; } .tox .tox-tbtn:active > * { transform: none; } .tox .tox-tbtn--md { width: 51px; height: 42px; } .tox .tox-tbtn--lg { flex-direction: column; width: 68px; height: 56px; } .tox .tox-tbtn--return { height: unset; align-self: stretch; width: 16px; } .tox .tox-tbtn--labeled { width: unset; padding: 0 4px; } .tox .tox-tbtn__vlabel { letter-spacing: -.025em; white-space: nowrap; margin-bottom: 4px; font-size: 10px; font-weight: normal; display: block; } .tox .tox-label--context-toolbar { -webkit-touch-callout: none; -webkit-user-select: none; user-select: none; margin: 6px 1px 5px 0; } .tox .tox-number-input { background: #f7f7f7; border-radius: 3px; width: auto; margin: 6px 1px 5px 0; display: flex; position: relative; } .tox .tox-number-input:focus { background: #f7f7f7; } .tox .tox-number-input:focus:after { content: ""; border-radius: 3px; position: absolute; inset: 0; box-shadow: 0 0 0 2px #006ce7; } @media (forced-colors: active) { .tox .tox-number-input:focus:after { border: 2px solid highlight; } } .tox .tox-number-input .tox-input-wrapper { pointer-events: none; text-align: center; display: flex; position: relative; } .tox .tox-number-input .tox-input-wrapper:focus { z-index: 1; background-color: #f7f7f7; } .tox .tox-number-input .tox-input-wrapper:focus:after { content: ""; border-radius: 3px; position: absolute; inset: 0; box-shadow: 0 0 0 2px #006ce7; } @media (forced-colors: active) { .tox .tox-number-input .tox-input-wrapper:focus:after { border: 2px solid highlight; } } .tox .tox-number-input .tox-input-wrapper:has(input:focus):after { content: ""; border-radius: 3px; position: absolute; inset: 0; box-shadow: 0 0 0 2px #006ce7; } @media (forced-colors: active) { .tox .tox-number-input .tox-input-wrapper:has(input:focus):after { border: 2px solid highlight; } } .tox .tox-number-input input { color: #222f3e; pointer-events: all; border-radius: 3px; width: 60px; margin: 2px 0; font-size: 14px; position: relative; } .tox .tox-number-input input:hover { color: #222f3e; background: #f0f0f0; } .tox .tox-number-input input:focus { background-color: #f7f7f7; } .tox .tox-number-input input:disabled { box-shadow: none; color: #222f3e80; cursor: not-allowed; background: #fff; border: 0; } .tox .tox-number-input button { color: #222f3e; text-align: center; width: 24px; height: 28px; position: relative; } @media (forced-colors: active) { .tox .tox-number-input button:hover, .tox .tox-number-input button:focus, .tox .tox-number-input button:active { outline: 1px solid !important; } } .tox .tox-number-input button svg { fill: #222f3e; margin: 0 auto; display: block; transform: scale(.67); } @media (forced-colors: active) { .tox .tox-number-input button svg, .tox .tox-number-input button svg:active, .tox .tox-number-input button svg:hover { fill: currentColor !important; } .tox .tox-number-input button svg:disabled { filter: contrast(0); } } .tox .tox-number-input button:focus { z-index: 1; background: #f7f7f7; } .tox .tox-number-input button:focus:after { content: ""; border-radius: 3px; position: absolute; inset: 0; box-shadow: 0 0 0 2px #006ce7; } @media (forced-colors: active) { .tox .tox-number-input button:focus:after { border: 2px solid highlight; } } .tox .tox-number-input button:hover { box-shadow: none; color: #222f3e; background: #f0f0f0; border: 0; } .tox .tox-number-input button:hover svg { fill: #222f3e; } .tox .tox-number-input button:active { box-shadow: none; color: #222f3e; background: #a6ccf7; border: 0; } .tox .tox-number-input button:active svg { fill: #222f3e; } .tox .tox-number-input button:disabled { box-shadow: none; color: #222f3e80; cursor: not-allowed; background: #fff; border: 0; } .tox .tox-number-input button:disabled svg { fill: #222f3e80; } .tox .tox-number-input button.minus { border-radius: 3px 0 0 3px; } .tox .tox-number-input button.plus { border-radius: 0 3px 3px 0; } .tox .tox-number-input:focus:not(:active) > button, .tox .tox-number-input:focus:not(:active) > .tox-input-wrapper { background: #f7f7f7; } .tox .tox-tbtn--select { width: auto; margin: 6px 1px 5px 0; padding: 0 4px; } .tox .tox-tbtn--bordered, .tox .tox-tbtn--bordered:focus, .tox .tox-tbtn--bordered:hover { border: 1px solid #eee; } .tox .tox-tbtn__select-label { cursor: default; height: initial; text-overflow: ellipsis; white-space: nowrap; margin: 0 4px; font-weight: normal; overflow: hidden; } .tox .tox-tbtn__select-chevron { justify-content: center; align-items: center; width: 16px; display: flex; } .tox .tox-tbtn__select-chevron svg { fill: #222f3e80; } @media (forced-colors: active) { .tox .tox-tbtn__select-chevron svg { fill: currentColor; } } .tox .tox-tbtn--bespoke, .tox .tox-tbtn--bespoke:focus { background: #f7f7f7; } .tox .tox-tbtn--bespoke + .tox-tbtn--bespoke { margin-inline-start: 4px; } .tox .tox-tbtn--bespoke .tox-tbtn__select-label { text-overflow: ellipsis; white-space: nowrap; width: 7em; overflow: hidden; } .tox .tox-tbtn--disabled .tox-tbtn__select-label, .tox .tox-tbtn--select:disabled .tox-tbtn__select-label { cursor: not-allowed; } .tox .tox-split-button__main { border-radius: 3px 0 0 3px; margin-right: 0; } .tox .tox-split-button__main:focus { box-shadow: none; color: #222f3e; z-index: 1; background: #fff; border: 0; position: relative; } .tox .tox-split-button__main:focus:after { content: ""; border-radius: 3px 0 0 3px; position: absolute; inset: 0; box-shadow: 0 0 0 2px #006ce7; } @media (forced-colors: active) { .tox .tox-split-button__main:focus:after { border: 2px solid highlight; } } .tox .tox-split-button__chevron { border-radius: 0 3px 3px 0; width: 16px; margin-left: 0; } .tox .tox-split-button__chevron:focus { box-shadow: none; color: #222f3e; z-index: 1; background: #fff; border: 0; position: relative; } .tox .tox-split-button__chevron:focus:after { content: ""; border-radius: 0 3px 3px 0; position: absolute; inset: 0; box-shadow: 0 0 0 2px #006ce7; } @media (forced-colors: active) { .tox .tox-split-button__chevron:focus:after { border: 2px solid highlight; } } .tox .tox-split-button__chevron svg { fill: #222f3e80; } @media (forced-colors: active) { .tox .tox-split-button__chevron svg { fill: currentColor; } } .tox.tox-platform-touch .tox-split-button__main { width: 30px; } .tox.tox-platform-touch .tox-split-button__chevron { width: 20px; } .tox .tox-split-button__main.tox-tbtn--disabled, .tox .tox-split-button__chevron.tox-tbtn--disabled, .tox .tox-split-button__main.tox-tbtn--disabled:hover, .tox .tox-split-button__chevron.tox-tbtn--disabled:hover, .tox .tox-split-button__main.tox-tbtn--disabled:focus, .tox .tox-split-button__chevron.tox-tbtn--disabled:focus { box-shadow: none; color: #222f3e80; background: #fff; } .tox .tox-split-button__main.tox-tbtn--disabled svg .tox-icon-text-color__color, .tox .tox-split-button__main.tox-tbtn--disabled svg .tox-icon-highlight-bg-color__color { opacity: .3; } .tox .tox-toolbar-overlord { background-color: #fff; } .tox .tox-toolbar, .tox .tox-toolbar__primary, .tox .tox-toolbar__overflow { background-color: #fff; background-image: repeating-linear-gradient(#e3e3e3 0 1px, #0000 1px 39px); background-position: 50% 40px; background-repeat: no-repeat; background-size: calc(100% - 22px) calc(100% - 41px); background-attachment: local; flex-wrap: wrap; flex: none; padding: 0; display: flex; transform: perspective(1px); } .tox .tox-toolbar-overlord > .tox-toolbar, .tox .tox-toolbar-overlord > .tox-toolbar__primary, .tox .tox-toolbar-overlord > .tox-toolbar__overflow { background-position: 50% 0; background-size: calc(100% - 22px) 100%; } .tox .tox-toolbar__overflow.tox-toolbar__overflow--closed { opacity: 0; visibility: hidden; height: 0; padding-top: 0; padding-bottom: 0; } .tox .tox-toolbar__overflow--growing { transition: height .3s, opacity .2s linear .1s; } .tox .tox-toolbar__overflow--shrinking { transition: opacity .3s, height .2s linear .1s, visibility 0s linear .3s; } .tox .tox-toolbar-overlord, .tox .tox-anchorbar { grid-column: 1 / -1; } .tox .tox-menubar + .tox-toolbar, .tox .tox-menubar + .tox-toolbar-overlord { border-top: 1px solid #0000; margin-top: -1px; padding-top: 1px; padding-bottom: 1px; } @media (forced-colors: active) { .tox .tox-menubar + .tox-toolbar, .tox .tox-menubar + .tox-toolbar-overlord { outline: 1px solid; } } .tox .tox-toolbar--scrolling { flex-wrap: nowrap; overflow-x: auto; } .tox .tox-pop .tox-toolbar { border-width: 0; } .tox .tox-toolbar--no-divider { background-image: none; } .tox .tox-toolbar-overlord .tox-toolbar:not(.tox-toolbar--scrolling):first-child, .tox .tox-toolbar-overlord .tox-toolbar__primary { background-position: 50% 39px; } .tox .tox-editor-header > .tox-toolbar--scrolling, .tox .tox-toolbar-overlord .tox-toolbar--scrolling:first-child { background-image: none; } .tox .tox-focusable-wrapper { pointer-events: none; border: 1px solid #0000; margin-right: 2px; } .tox .tox-focusable-wrapper .tox-textfield-size { pointer-events: all; } .tox .tox-focusable-wrapper:focus { background-color: #f7f7f7; border-style: solid; border-width: 1px; border-radius: 6px; } .tox.tox-tinymce-aux .tox-toolbar__overflow { overscroll-behavior: none; background-color: #fff; background-position: 50% 43px; background-size: calc(100% - 16px) calc(100% - 51px); border: none; border-radius: 6px; padding: 4px 0; box-shadow: 0 0 2px #222f3e33, 0 4px 8px #222f3e26; } @media (forced-colors: active) { .tox.tox-tinymce-aux .tox-toolbar__overflow { border: solid; } } .tox-pop .tox-pop__dialog .tox-toolbar { background-position: 50% 43px; background-size: calc(100% - 22px) calc(100% - 51px); padding: 4px 0; } .tox-context-form__group { align-items: center; display: flex; } .tox .tox-toolbar__group { flex-wrap: wrap; align-items: center; margin: 0; padding: 0 11px 0 12px; display: flex; } .tox .tox-toolbar__group--pull-right { margin-left: auto; } .tox .tox-toolbar--scrolling .tox-toolbar__group { flex-wrap: nowrap; flex-shrink: 0; } .tox:not([dir="rtl"]) .tox-toolbar__group:not(:last-of-type) { border-right: 1px solid #0000; } .tox[dir="rtl"] .tox-toolbar__group:not(:last-of-type) { border-left: 1px solid #0000; } .tox .tox-tooltip { z-index: 1150; width: max-content; max-width: min(80%, 15em); padding: 8px 0 0; display: inline-block; position: relative; } .tox .tox-tooltip__body { box-shadow: none; color: #fff; overflow-wrap: break-word; text-transform: none; background-color: #222f3e; border-radius: 6px; padding: 4px 6px; font-size: 12px; font-style: normal; font-weight: 600; } @media (forced-colors: active) { .tox .tox-tooltip__body { outline: 1px outset; } } .tox .tox-tooltip__arrow { position: absolute; } .tox .tox-tooltip--down .tox-tooltip__arrow { border-top: 8px solid #222f3e; border-left: 8px solid #0000; border-right: 8px solid #0000; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); } .tox .tox-tooltip--up .tox-tooltip__arrow { border-bottom: 8px solid #222f3e; border-left: 8px solid #0000; border-right: 8px solid #0000; position: absolute; top: 0; left: 50%; transform: translateX(-50%); } .tox .tox-tooltip--right .tox-tooltip__arrow { border-top: 8px solid #0000; border-bottom: 8px solid #0000; border-left: 8px solid #222f3e; position: absolute; top: 50%; right: 0; transform: translateY(-50%); } .tox .tox-tooltip--left .tox-tooltip__arrow { border-top: 8px solid #0000; border-bottom: 8px solid #0000; border-right: 8px solid #222f3e; position: absolute; top: 50%; left: 0; transform: translateY(-50%); } .tox .tox-tree { flex-direction: column; display: flex; } .tox .tox-tree .tox-trbtn { box-shadow: none; color: #222f3e; text-transform: none; background: none; border: 0; border-radius: 4px; outline: none; flex: none; align-items: center; height: 28px; margin-top: 4px; margin-bottom: 4px; padding: 0 0 0 8px; font-size: 14px; font-style: normal; font-weight: normal; display: flex; overflow: hidden; } .tox .tox-tree .tox-trbtn .tox-tree__label { cursor: default; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .tox .tox-tree .tox-trbtn svg { fill: #222f3e; display: block; } .tox .tox-tree .tox-trbtn:focus { box-shadow: none; background: #f0f0f0; border: 0; } .tox .tox-tree .tox-trbtn:hover { box-shadow: none; color: #222f3e; background: #f0f0f0; border: 0; } .tox .tox-tree .tox-trbtn:hover svg { fill: #222f3e; } .tox .tox-tree .tox-trbtn:active { box-shadow: none; color: #222f3e; background: #a6ccf7; border: 0; } .tox .tox-tree .tox-trbtn:active svg { fill: #222f3e; } .tox .tox-tree .tox-trbtn--disabled, .tox .tox-tree .tox-trbtn--disabled:hover, .tox .tox-tree .tox-trbtn:disabled, .tox .tox-tree .tox-trbtn:disabled:hover { box-shadow: none; color: #222f3e80; cursor: not-allowed; background: none; border: 0; } .tox .tox-tree .tox-trbtn--disabled svg, .tox .tox-tree .tox-trbtn--disabled:hover svg, .tox .tox-tree .tox-trbtn:disabled svg, .tox .tox-tree .tox-trbtn:disabled:hover svg { fill: #222f3e80; } .tox .tox-tree .tox-trbtn--enabled, .tox .tox-tree .tox-trbtn--enabled:hover { box-shadow: none; color: #222f3e; background: #a6ccf7; border: 0; } .tox .tox-tree .tox-trbtn--enabled > *, .tox .tox-tree .tox-trbtn--enabled:hover > * { transform: none; } .tox .tox-tree .tox-trbtn--enabled svg, .tox .tox-tree .tox-trbtn--enabled:hover svg { fill: #222f3e; } .tox .tox-tree .tox-trbtn:focus:not(.tox-trbtn--disabled) { color: #222f3e; } .tox .tox-tree .tox-trbtn:focus:not(.tox-trbtn--disabled) svg { fill: #222f3e; } .tox .tox-tree .tox-trbtn:active > * { transform: none; } .tox .tox-tree .tox-trbtn--return { height: unset; align-self: stretch; width: 16px; } .tox .tox-tree .tox-trbtn--labeled { width: unset; padding: 0 4px; } .tox .tox-tree .tox-trbtn__vlabel { letter-spacing: -.025em; white-space: nowrap; margin-bottom: 4px; font-size: 10px; font-weight: normal; display: block; } .tox .tox-tree .tox-tree--directory { flex-direction: column; display: flex; } .tox .tox-tree .tox-tree--directory .tox-tree--directory__label { font-weight: bold; } .tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn { margin-left: auto; } .tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn svg { fill: #0000; } .tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn.tox-mbtn--active svg, .tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-mbtn:focus svg, .tox .tox-tree .tox-tree--directory .tox-tree--directory__label:hover .tox-mbtn svg, .tox .tox-tree .tox-tree--directory .tox-tree--directory__label:focus .tox-mbtn svg { fill: #222f3e; } .tox .tox-tree .tox-tree--directory .tox-tree--directory__label:hover:has(.tox-mbtn:hover) { color: #222f3e; background-color: #0000; } .tox .tox-tree .tox-tree--directory .tox-tree--directory__label:hover:has(.tox-mbtn:hover) .tox-chevron svg { fill: #222f3e; } .tox .tox-tree .tox-tree--directory .tox-tree--directory__label .tox-chevron { margin-right: 6px; } .tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has( + .tox-tree--directory__children--growing) .tox-chevron, .tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has( + .tox-tree--directory__children--shrinking) .tox-chevron { transition: transform .5s ease-in-out; } .tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has( + .tox-tree--directory__children--growing) .tox-chevron, .tox .tox-tree .tox-tree--directory .tox-tree--directory__label:has( + .tox-tree--directory__children--open) .tox-chevron { transform: rotate(90deg); } .tox .tox-tree .tox-tree--leaf__label { font-weight: normal; } .tox .tox-tree .tox-tree--leaf__label .tox-mbtn { margin-left: auto; } .tox .tox-tree .tox-tree--leaf__label .tox-mbtn svg { fill: #0000; } .tox .tox-tree .tox-tree--leaf__label .tox-mbtn.tox-mbtn--active svg, .tox .tox-tree .tox-tree--leaf__label .tox-mbtn:focus svg, .tox .tox-tree .tox-tree--leaf__label:hover .tox-mbtn svg { fill: #222f3e; } .tox .tox-tree .tox-tree--leaf__label:hover:has(.tox-mbtn:hover) { color: #222f3e; background-color: #0000; } .tox .tox-tree .tox-tree--leaf__label:hover:has(.tox-mbtn:hover) .tox-chevron svg { fill: #222f3e; } .tox .tox-tree .tox-icon-custom-state { flex-grow: 1; justify-content: flex-end; display: flex; } .tox .tox-tree .tox-tree--directory__children { padding-left: 16px; overflow: hidden; } .tox .tox-tree .tox-tree--directory__children.tox-tree--directory__children--growing, .tox .tox-tree .tox-tree--directory__children.tox-tree--directory__children--shrinking { transition: height .5s ease-in-out; } .tox .tox-tree .tox-trbtn.tox-tree--leaf__label { justify-content: space-between; display: flex; } [data-mce-name="uploadcare-enhance-filter"] .color-swatch-remove-color path { fill: #c00; stroke: #c00; } .tox .tox-view-wrap, .tox .tox-view-wrap__slot-container { background-color: #fff; flex-direction: column; flex: 1; height: 100%; display: flex; } .tox .tox-view { background-color: #fff; flex-direction: column; flex: auto; display: flex; overflow: hidden; } .tox .tox-view__header { justify-content: space-between; align-items: center; padding: 10px; font-size: 16px; display: flex; position: relative; } .tox .tox-view__label { color: #222f3e; text-align: center; white-space: nowrap; padding: 4px 16px; font-weight: bold; line-height: 24px; } .tox .tox-view__label--normal { font-size: 16px; } .tox .tox-view__label--large { font-size: 20px; } .tox .tox-view--mobile.tox-view__header, .tox .tox-view--mobile.tox-view__toolbar { padding: 8px; } .tox .tox-view--scrolling { flex-wrap: nowrap; overflow-x: auto; } .tox .tox-view__align-right { margin-left: auto; } .tox .tox-view__toolbar { flex-direction: row; justify-content: space-between; gap: 8px; padding: 10px; display: flex; overflow-x: auto; } .tox .tox-view__toolbar__group { flex-direction: row; gap: 12px; display: flex; } .tox .tox-view__header-start, .tox .tox-view__header-end { display: flex; } .tox .tox-view__pane { width: 100%; height: 100%; padding: 8px; position: relative; } .tox .tox-view__pane_panel { border: 1px solid #eee; border-radius: 6px; } .tox:not([dir="rtl"]) .tox-view__header .tox-view__header-start > *, .tox:not([dir="rtl"]) .tox-view__header .tox-view__header-end > * { margin-left: 8px; } .tox[dir="rtl"] .tox-view__header .tox-view__header-start > *, .tox[dir="rtl"] .tox-view__header .tox-view__header-end > * { margin-right: 8px; } .tox .tox-well { border: 1px solid #eee; border-radius: 6px; width: 100%; padding: 8px; } .tox .tox-well > :first-child { margin-top: 0; } .tox .tox-well > :last-child { margin-bottom: 0; } .tox .tox-well > :only-child { margin: 0; } .tox .tox-custom-editor { border: 1px solid #eee; border-radius: 6px; flex: 1; display: flex; position: relative; overflow: hidden; } .tox .tox-view .tox-revisionhistory__pane { padding: 0; } .tox .tox-revisionhistory__container { flex-direction: column; height: 100%; display: flex; } .tox .tox-revisionhistory { background-color: #fff; border-top: 1px solid #f0f0f0; flex: 1; width: 100%; height: 100%; display: flex; position: relative; overflow: auto hidden; } .tox .tox-revisionhistory__iframe { flex: 1; } .tox .tox-revisionhistory__sidebar { flex-direction: column; width: 316px; min-width: 248px; height: 100%; display: flex; } .tox .tox-revisionhistory__sidebar .tox-revisionhistory__sidebar-title { color: #222f3e; z-index: 1; background-color: #fff; padding: 12px; font-size: 20px; font-weight: 400; line-height: 28px; box-shadow: 0 4px 8px #222f3e1a; } .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions { background-color: #f0f0f0; flex-direction: column; flex: 1; gap: 12px; padding: 10px 12px; display: flex; overflow-y: auto; } .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions:focus { z-index: 1; height: 100%; position: relative; } .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions:focus:after { content: ""; border-radius: 6px; position: absolute; inset: 1px; box-shadow: 0 0 0 2px #006ce7; } @media (forced-colors: active) { .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions:focus:after { border: 2px solid highlight; } } .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card { color: #222f3e; cursor: pointer; background-color: #fff; border: 1px solid #f0f0f0; border-radius: 6px; flex-direction: column; width: 100%; padding: 12px; font-size: 14px; display: flex; } .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card:hover { box-shadow: 0 4px 8px #222f3e1a; } .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card:focus { z-index: 1; position: relative; } .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card:focus:after { box-shadow: 0 0 0 2px #006ce7 #006ce7; content: ""; border-radius: 6px; position: absolute; inset: 0; box-shadow: 0 0 0 2px #006ce7; box-shadow: 0 0 0 2px #006ce7 !important; } @media (forced-colors: active) { .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card:focus:after { border: 2px solid highlight; } } .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card.tox-revisionhistory__card--selected { background-color: #fff5cc; position: relative; box-shadow: 0 4px 8px #222f3e1a; } .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card.tox-revisionhistory__card--selected:after { box-shadow: 0 0 0 2px #006ce7 #e3b82a; content: ""; border-radius: 6px; position: absolute; inset: 0; box-shadow: 0 0 0 2px #e3b82a; } @media (forced-colors: active) { .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card.tox-revisionhistory__card--selected:after { border: 2px solid highlight; } } .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card-label { background: #d3d5d8; border-radius: 4px; width: min-content; margin-bottom: 8px; padding: 4px 8px; font-size: 12px; font-weight: bold; display: block; } .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card-content { flex-direction: row; align-items: center; gap: 8px; display: flex; } .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card-info { flex-direction: column; flex: 1; display: flex; } .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card-date-label { font-size: 14px; font-weight: bold; line-height: 18px; } .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card-author-name { text-overflow: ellipsis; white-space: nowrap; font-size: 12px; font-weight: normal; overflow: hidden; } .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__avatar { object-fit: cover; vertical-align: middle; border-radius: 50%; width: 36px; height: 36px; } .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__norevision { color: #222f3eb3; padding: 5px 5.5px; font-size: 16px; line-height: 24px; } .tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card-check-icon { color: #222f3e; height: 24px; } .tox [data-mce-name="suggestededits"] .tox-icon .tox-icon--badge { fill: #006ce7; } .tox .tox-view .tox-suggestededits__pane { padding: 0; } .tox .tox-suggestededits__sink { z-index: 1000; position: relative; } .tox .tox-suggestededits__sink .tox-tiered-menu .tox-collection--list { position: absolute; } .tox .tox-suggestededits__container { flex-direction: column; height: 100%; display: flex; } .tox .tox-suggestededits__container .tox-suggestededits { height: inherit; background-color: #fff; border-top: 1px solid #eee; flex: 1; display: flex; position: relative; overflow: auto hidden; } .tox .tox-suggestededits__container .tox-suggestededits .tox-suggestededits__content { flex: 1; } .tox .tox-suggestededits__container .tox-suggestededits .tox-suggestededits__model { height: 100%; position: relative; } .tox .tox-suggestededits__container .tox-suggestededits .tox-suggestededits__model .tox-suggestededits__iframe { background-color: #fff; width: 100%; height: 100%; overflow: scroll; } .tox .tox-suggestededits__container .tox-suggestededits .tox-suggestededits__sidebar { background-color: #f0f0f0; flex-direction: column; flex: 0 auto; width: 316px; min-width: 248px; display: flex; } .tox .tox-suggestededits__container .tox-suggestededits .tox-suggestededits__sidebar-header { padding: 4px 12px; } .tox .tox-suggestededits__container .tox-suggestededits .tox-suggestededits__sidebar-content { flex-direction: column; flex: 1; gap: 12px; padding: 6px 12px 12px; display: flex; position: relative; overflow: auto; } .tox .tox-suggestededits__container .tox-suggestededits .tox-suggestededits__sidebar-content .tox-suggestededits__card { background-color: #fff; border-radius: 6px; padding: 6px; } .tox .tox-suggestededits__container .tox-suggestededits .tox-suggestededits__sidebar-content .tox-suggestededits__card .tox-suggestededits__card--divider { background-color: #f0f0f0; width: 100%; height: 1px; } .tox .tox-suggestededits__container .tox-suggestededits .tox-suggestededits__sidebar-content .tox-suggestededits__card .tox-suggestededits__card--single, .tox .tox-suggestededits__container .tox-suggestededits .tox-suggestededits__sidebar-content .tox-suggestededits__card .tox-suggestededits__card--editor { flex-direction: column; align-self: stretch; align-items: flex-start; gap: 6px; padding: 6px; display: flex; } .tox .tox-suggestededits__container .tox-suggestededits .tox-suggestededits__sidebar-content .tox-suggestededits__card .tox-suggestededits__card--header { flex: auto; justify-content: space-between; align-items: center; gap: 8px; width: 100%; display: flex; } .tox .tox-suggestededits__container .tox-suggestededits .tox-suggestededits__sidebar-content .tox-suggestededits__card .tox-suggestededits__card--header .tox-suggestededits__card--user { flex: 1 0 0; align-items: center; gap: 8px; display: flex; } .tox .tox-suggestededits__container .tox-suggestededits .tox-suggestededits__sidebar-content .tox-suggestededits__card .tox-suggestededits__card--header .tox-suggestededits__card--user .tox-suggestededits__card--avatar, .tox .tox-suggestededits__container .tox-suggestededits .tox-suggestededits__sidebar-content .tox-suggestededits__card .tox-suggestededits__card--header .tox-suggestededits__card--user .tox-suggestededits__card--avatar .tox-skeleton__circle, .tox .tox-suggestededits__container .tox-suggestededits .tox-suggestededits__sidebar-content .tox-suggestededits__card .tox-suggestededits__card--header .tox-suggestededits__card--user .tox-suggestededits__card--avatar img { width: 24px; height: 24px; } .tox .tox-suggestededits__container .tox-suggestededits .tox-suggestededits__sidebar-content .tox-suggestededits__card .tox-suggestededits__card--header .tox-suggestededits__card--user .tox-suggestededits__card--details { flex-direction: column; justify-content: center; align-items: flex-start; display: flex; } .tox .tox-suggestededits__container .tox-suggestededits .tox-suggestededits__sidebar-content .tox-suggestededits__card .tox-suggestededits__card--header .tox-suggestededits__card--user .tox-suggestededits__card--details .tox-suggestededits__card--name { color: #222f3e; } .tox .tox-suggestededits__container .tox-suggestededits .tox-suggestededits__sidebar-content .tox-suggestededits__card .tox-suggestededits__card--header .tox-suggestededits__card--feedback-user { flex: 1 0 0; align-items: center; gap: 8px; display: flex; } .tox .tox-suggestededits__container .tox-suggestededits .tox-suggestededits__sidebar-content .tox-suggestededits__card .tox-suggestededits__card--header .tox-suggestededits__card--feedback-user .tox-suggestededits__card--avatar { width: 36px; height: 36px; } .tox .tox-suggestededits__container .tox-suggestededits .tox-suggestededits__sidebar-content .tox-suggestededits__card .tox-suggestededits__card--header .tox-suggestededits__card--feedback-user .tox-suggestededits__card--details { flex-direction: column; justify-content: center; align-items: flex-start; display: flex; } .tox .tox-suggestededits__container .tox-suggestededits .tox-suggestededits__sidebar-content .tox-suggestededits__card .tox-suggestededits__card--header .tox-suggestededits__card--feedback-user .tox-suggestededits__card--details .tox-suggestededits__card--name { color: #222f3e; font-size: 14px; font-weight: bold; } .tox .tox-suggestededits__container .tox-suggestededits .tox-suggestededits__sidebar-content .tox-suggestededits__card .tox-suggestededits__card--header .tox-suggestededits__card--feedback-user .tox-suggestededits__card--details .tox-suggestededits__card--timestamp { color: #222f3e; font-size: 12px; line-height: 18px; } .tox .tox-suggestededits__container .tox-suggestededits .tox-suggestededits__sidebar-content .tox-suggestededits__card .tox-suggestededits__card--header .tox-suggestededits__resolution { text-align: center; border: 0; border-radius: 20px; flex: none; justify-content: center; align-items: center; width: 20px; height: 20px; display: flex; } .tox .tox-suggestededits__container .tox-suggestededits .tox-suggestededits__sidebar-content .tox-suggestededits__card .tox-suggestededits__card--header .tox-suggestededits__resolution.tox-suggestededits__resolution--accepted .tox-icon svg { fill: #78ab46; } .tox .tox-suggestededits__container .tox-suggestededits .tox-suggestededits__sidebar-content .tox-suggestededits__card .tox-suggestededits__card--header .tox-suggestededits__resolution.tox-suggestededits__resolution--rejected .tox-icon svg { fill: #c00; } .tox .tox-suggestededits__container .tox-suggestededits .tox-suggestededits__sidebar-content .tox-suggestededits__card .tox-suggestededits__card--content { flex-direction: column; flex: auto; align-self: stretch; gap: 6px; width: 100%; display: flex; } .tox .tox-suggestededits__container .tox-suggestededits .tox-suggestededits__sidebar-content .tox-suggestededits__card .tox-suggestededits__card--content .tox-suggestededits__operations { gap: 8px; display: flex; } .tox .tox-suggestededits__container .tox-suggestededits .tox-suggestededits__sidebar-content .tox-suggestededits__card .tox-suggestededits__card--content .tox-suggestededits__operations .tox-suggestededits__operations-bar { border-radius: 6px; flex-direction: column; justify-content: space-between; align-items: center; width: 6px; font-size: 12px; display: flex; } .tox .tox-suggestededits__container .tox-suggestededits .tox-suggestededits__sidebar-content .tox-suggestededits__card .tox-suggestededits__card--content .tox-suggestededits__operations .tox-suggestededits__operations-bar--insert { background-color: #78ab46; width: 100%; } .tox .tox-suggestededits__container .tox-suggestededits .tox-suggestededits__sidebar-content .tox-suggestededits__card .tox-suggestededits__card--content .tox-suggestededits__operations .tox-suggestededits__operations-bar--modify { background-color: #006ce7; width: 100%; } .tox .tox-suggestededits__container .tox-suggestededits .tox-suggestededits__sidebar-content .tox-suggestededits__card .tox-suggestededits__card--content .tox-suggestededits__operations .tox-suggestededits__operations-bar--remove { background-color: #c00; width: 100%; } .tox .tox-suggestededits__container .tox-suggestededits .tox-suggestededits__sidebar-content .tox-suggestededits__card .tox-suggestededits__card--content .tox-suggestededits__operations .tox-suggestededits__operations-text { color: #222f3e; font-weight: bold; } .tox .tox-suggestededits__container .tox-suggestededits .tox-suggestededits__sidebar-content .tox-suggestededits__card .tox-suggestededits__card--content .tox-suggestededits__card--feedback { color: #222f3e; width: 100%; } .tox .tox-suggestededits__container .tox-suggestededits .tox-suggestededits__sidebar-content .tox-suggestededits__card .tox-suggestededits__card--content .tox-suggestededits__card--textarea { color: #222f3e; resize: none; border: 2px solid #eee; border-radius: 6px; gap: 8px; width: 100%; padding: 5px 6px; } .tox .tox-suggestededits__container .tox-suggestededits .tox-suggestededits__sidebar-content .tox-suggestededits__card .tox-suggestededits__card--content .tox-suggestededits__card--textarea:focus { border: 2px solid #006ce7; } .tox .tox-suggestededits__container .tox-suggestededits .tox-suggestededits__sidebar-content .tox-suggestededits__card .tox-suggestededits__card--footer { flex-direction: column; gap: 6px; width: 100%; display: flex; } .tox .tox-suggestededits__container .tox-suggestededits .tox-suggestededits__sidebar-content .tox-suggestededits__card .tox-suggestededits__card--footer .tox-suggestededits__card--timestamp { color: #222f3e; font-size: 12px; line-height: 18px; } .tox .tox-suggestededits__container .tox-suggestededits .tox-suggestededits__sidebar-content .tox-suggestededits__card .tox-suggestededits__card--footer .tox-suggestededits__card--timestamp .tox-icon svg { fill: #222f3e80; margin-top: -10px; transform: translate(0, 8px); } .tox .tox-suggestededits__container .tox-suggestededits .tox-suggestededits__sidebar-content .tox-suggestededits__card .tox-suggestededits__card--buttons { align-items: center; gap: 8px; width: 100%; display: flex; } .tox .tox-suggestededits__container .tox-suggestededits .tox-suggestededits__sidebar-content .tox-suggestededits__card .tox-suggestededits__card--buttons.tox-suggestededits__card--review-buttons { justify-content: space-between; padding: 6px; } .tox .tox-suggestededits__container .tox-suggestededits .tox-suggestededits__sidebar-content .tox-suggestededits__card .tox-suggestededits__card--buttons.tox-suggestededits__card--feedback-buttons { justify-content: flex-end; } .tox .tox-suggestededits__container .tox-suggestededits .tox-suggestededits__sidebar-content .tox-suggestededits__card.tox-suggestededits__card--hidden { opacity: .5; } .tox .tox-suggestededits__container .tox-suggestededits .tox-suggestededits__sidebar-content .tox-suggestededits__card.tox-suggestededits__card--resolved { background-color: #d3d5d8; } .tox .tox-suggestededits__container .tox-suggestededits .tox-suggestededits__sidebar-content .tox-suggestededits__card.tox-suggestededits__card--active:focus, .tox .tox-suggestededits__container .tox-suggestededits .tox-suggestededits__sidebar-content .tox-suggestededits__card.tox-suggestededits__card--active:focus-visible { outline: 2px solid #006ce7; } .tox .tox-suggestededits__container .tox-suggestededits .tox-suggestededits__sidebar-content .tox-suggestededits__card.tox-suggestededits__card--active .tox-suggestededits__card--single { border-radius: 6px; } .tox .tox-suggestededits__container .tox-suggestededits .tox-suggestededits__sidebar-content .tox-suggestededits__card.tox-suggestededits__card--active .tox-suggestededits__card--single:focus, .tox .tox-suggestededits__container .tox-suggestededits .tox-suggestededits__sidebar-content .tox-suggestededits__card.tox-suggestededits__card--active .tox-suggestededits__card--single:focus-visible { outline: 2px solid #006ce7; } .tox .tox-suggestededits__container .tox-suggestededits .tox-suggestededits__sidebar-content .tox-suggestededits__card:hover { box-shadow: 0 4px 8px #d3d5d8; } .tox .tox-dialog-loading:before { content: ""; z-index: 1000; background-color: #00000080; width: 100%; height: 100%; position: absolute; } .tox .tox-tab { cursor: pointer; } .tox .tox-dialog__content-js, .tox .tox-dialog__body-content .tox-collection { flex: 1; display: flex; }