@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 #161f29;
  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: #222f3e;
  border: 2px solid #161f29;
  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 {
  box-shadow: none;
  background-color: #222f3e;
  border-bottom: 1px solid #ffffff26;
  padding: 4px 0;
}

.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 #ffffff26;
}

.tox:not(.tox-tinymce-inline).tox-tinymce--toolbar-sticky-on .tox-editor-header {
  box-shadow: none;
  background-color: #222f3e;
  padding: 4px 0;
}

.tox:not(.tox-tinymce-inline).tox-tinymce--toolbar-sticky-on.tox-tinymce--toolbar-bottom .tox-editor-header {
  box-shadow: none;
}

.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: #fff;
  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: #eb9999;
}

.tox .tox-dialog__body-content .accessibility-issue--info .accessibility-issue__description {
  color: #fff;
  background-color: #1f354f;
}

.tox .tox-dialog__body-content .accessibility-issue--info .tox-form__group h2 {
  color: #99c4f5;
  font-size: 14px;
}

.tox .tox-dialog__body-content .accessibility-issue--info .tox-icon.accessibility-issue__icon svg {
  fill: #99c4f5;
}

.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: #fff;
  background-color: #383f38;
}

.tox .tox-dialog__body-content .accessibility-issue--warn .tox-form__group h2 {
  color: #ffeb99;
  font-size: 14px;
}

.tox .tox-dialog__body-content .accessibility-issue--warn .tox-icon.accessibility-issue__icon svg {
  fill: #ffeb99;
}

.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: #fff;
  background-color: #332a38;
}

.tox .tox-dialog__body-content .accessibility-issue--error .tox-form__group h2 {
  color: #eb9999;
  font-size: 14px;
}

.tox .tox-dialog__body-content .accessibility-issue--error .tox-icon.accessibility-issue__icon svg {
  fill: #eb9999;
}

.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: #fff;
  background-color: #78ab4680;
}

.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: #fff;
}

.tox .tox-dialog__body-content .accessibility-issue--success .tox-icon.accessibility-issue__icon svg {
  fill: #fff;
}

.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 #161f29;
  border-radius: 10px;
  margin: 0 10px;
}

.tox .tox-anchorbar, .tox .tox-bottom-anchorbar, .tox .tox-bar {
  flex: none;
  display: flex;
}

.tox .tox-button {
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  letter-spacing: normal;
  text-align: center;
  text-transform: none;
  white-space: nowrap;
  background-color: #006ce7;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  border: 1px solid #006ce7;
  border-radius: 6px;
  outline: none;
  margin: 0;
  padding: 4px 16px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 24px;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.tox .tox-button:before {
  content: "";
  opacity: 0;
  pointer-events: none;
  border-radius: 6px;
  position: absolute;
  inset: -1px;
  box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #006ce7;
}

.tox .tox-button[disabled] {
  box-shadow: none;
  color: #ffffff80;
  cursor: not-allowed;
  background-color: #006ce7;
  background-image: none;
  border-color: #006ce7;
}

.tox .tox-button:focus:not(:disabled) {
  box-shadow: none;
  color: #fff;
  background-color: #0060ce;
  background-image: none;
  border-color: #0060ce;
}

.tox .tox-button:focus:not(:disabled):before {
  opacity: 1;
}

.tox .tox-button:hover:not(:disabled) {
  box-shadow: none;
  color: #fff;
  background-color: #0060ce;
  background-image: none;
  border-color: #0060ce;
}

.tox .tox-button:active:not(:disabled), .tox .tox-button.tox-button--enabled {
  box-shadow: none;
  color: #fff;
  background-color: #0054b4;
  background-image: none;
  border-color: #0054b4;
}

.tox .tox-button.tox-button--enabled[disabled] {
  box-shadow: none;
  color: #ffffff80;
  cursor: not-allowed;
  background-color: #0054b4;
  background-image: none;
  border-color: #0054b4;
}

.tox .tox-button.tox-button--enabled:focus:not(:disabled), .tox .tox-button.tox-button--enabled:hover:not(:disabled) {
  box-shadow: none;
  color: #fff;
  background-color: #00489b;
  background-image: none;
  border-color: #00489b;
}

.tox .tox-button.tox-button--enabled:active:not(:disabled) {
  box-shadow: none;
  color: #fff;
  background-color: #003c81;
  background-image: none;
  border-color: #003c81;
}

.tox .tox-button--icon-and-text, .tox .tox-button.tox-button--icon-and-text, .tox .tox-button.tox-button--secondary.tox-button--icon-and-text {
  justify-content: center;
  align-items: center;
  gap: 2px;
  padding: 5px 4px;
  display: flex;
}

.tox .tox-button--icon-and-text .tox-icon svg, .tox .tox-button.tox-button--icon-and-text .tox-icon svg, .tox .tox-button.tox-button--secondary.tox-button--icon-and-text .tox-icon svg {
  fill: currentColor;
  display: block;
}

.tox .tox-button--icon-and-text .tox-icon.tox-icon--success svg, .tox .tox-button.tox-button--icon-and-text .tox-icon.tox-icon--success svg, .tox .tox-button.tox-button--secondary.tox-button--icon-and-text .tox-icon.tox-icon--success svg {
  fill: #78ab46;
}

.tox .tox-button--icon-and-text .tox-icon.tox-icon--error svg, .tox .tox-button.tox-button--icon-and-text .tox-icon.tox-icon--error svg, .tox .tox-button.tox-button--secondary.tox-button--icon-and-text .tox-icon.tox-icon--error svg {
  fill: #c00;
}

.tox .tox-button--secondary {
  box-shadow: none;
  color: #fff;
  letter-spacing: normal;
  text-transform: none;
  background-color: #3d546f;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  border: 1px solid #3d546f;
  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] {
  box-shadow: none;
  color: #ffffff80;
  background-color: #3d546f;
  background-image: none;
  border-color: #3d546f;
}

.tox .tox-button--secondary:focus:not(:disabled), .tox .tox-button--secondary:hover:not(:disabled) {
  box-shadow: none;
  color: #fff;
  background-color: #34485f;
  background-image: none;
  border-color: #34485f;
}

.tox .tox-button--secondary:active:not(:disabled) {
  box-shadow: none;
  color: #fff;
  background-color: #2b3b4e;
  background-image: none;
  border-color: #2b3b4e;
}

.tox .tox-button--secondary.tox-button--enabled {
  box-shadow: none;
  color: #fff;
  background-color: #2b5c93;
  background-image: none;
  border-color: #2b5c93;
}

.tox .tox-button--secondary.tox-button--enabled[disabled] {
  box-shadow: none;
  color: #ffffff80;
  background-color: #2b5c93;
  background-image: none;
  border-color: #2b5c93;
}

.tox .tox-button--secondary.tox-button--enabled:focus:not(:disabled), .tox .tox-button--secondary.tox-button--enabled:hover:not(:disabled) {
  box-shadow: none;
  color: #fff;
  background-color: #254f80;
  background-image: none;
  border-color: #254f80;
}

.tox .tox-button--secondary.tox-button--enabled:active:not(:disabled) {
  box-shadow: none;
  color: #fff;
  background-color: #1f436c;
  background-image: none;
  border-color: #1f436c;
}

.tox .tox-button--icon, .tox .tox-button.tox-button--icon, .tox .tox-button.tox-button--secondary.tox-button--icon {
  padding: 4px;
}

.tox .tox-button--icon .tox-icon svg, .tox .tox-button.tox-button--icon .tox-icon svg, .tox .tox-button.tox-button--secondary.tox-button--icon .tox-icon svg {
  fill: currentColor;
  display: block;
}

.tox .tox-button--icon .tox-icon.tox-icon--success svg, .tox .tox-button.tox-button--icon .tox-icon.tox-icon--success svg, .tox .tox-button.tox-button--secondary.tox-button--icon .tox-icon.tox-icon--success svg {
  fill: #78ab46;
}

.tox .tox-button--icon .tox-icon.tox-icon--error svg, .tox .tox-button.tox-button--icon .tox-icon.tox-icon--error svg, .tox .tox-button.tox-button--secondary.tox-button--icon .tox-icon.tox-icon--error svg {
  fill: #c00;
}

.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-link {
  box-sizing: border-box;
  cursor: pointer;
  white-space: nowrap;
  background: 0;
  border: none;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  display: inline-block;
}

.tox .tox-button-link--sm {
  font-size: 14px;
}

.tox .tox-button--naked {
  box-shadow: unset;
  color: #fff;
  background-color: #0000;
  border-color: #0000;
}

.tox .tox-button--naked[disabled] {
  box-shadow: unset;
  color: #ffffff80;
  background-color: #fff3;
  border-color: #0000;
}

.tox .tox-button--naked:hover:not(:disabled), .tox .tox-button--naked:focus:not(:disabled) {
  box-shadow: unset;
  color: #fff;
  background-color: #fff3;
  border-color: #0000;
}

.tox .tox-button--naked:active:not(:disabled) {
  box-shadow: unset;
  color: #fff;
  background-color: #ffffff4d;
  border-color: #0000;
}

.tox .tox-button--naked .tox-icon svg {
  fill: currentColor;
}

.tox .tox-button--naked.tox-button--icon:hover:not(:disabled) {
  color: #fff;
}

.tox .tox-button--stretch {
  width: 100%;
}

.tox .tox-button--secondary--outline {
  border-color: var(--tox-private-button-secondary-outline-border-color, #3d546f);
  color: var(--tox-private-button-secondary-outline-text-color, #fff);
  background-color: #0000;
}

.tox .tox-button--secondary--outline:focus:not(:disabled) {
  background-color: var(--tox-private-button-secondary-outline-focus-background-color, #34485f);
  border-color: var(--tox-private-button-secondary-outline-focus-border-color, #34485f);
  color: var(--tox-private-button-secondary-outline-focus-text-color, #fff);
}

.tox .tox-button--secondary--outline:hover:not(:disabled) {
  background-color: var(--tox-private-button-secondary-outline-hover-background-color, #3d546f);
  border-color: var(--tox-private-button-secondary-outline-hover-border-color, #34485f);
  color: var(--tox-private-button-secondary-outline-hover-text-color, #fff);
}

.tox .tox-button--secondary--outline:active:not(:disabled) {
  background-color: var(--tox-private-button-secondary-outline-active-background-color, #34485f);
  border-color: var(--tox-private-button-secondary-outline-active-border-color, #34485f);
  color: var(--tox-private-button-secondary-outline-active-text-color, #fff);
}

.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, #3d546f);
  color: var(--tox-private-button-secondary-outline-disabled-text-color, #ffffff80);
}

.tox .tox-checkbox {
  cursor: pointer;
  border-radius: 6px;
  align-items: center;
  min-width: 36px;
  height: 36px;
  display: flex;
}

.tox .tox-checkbox__input {
  width: 1px;
  height: 1px;
  position: absolute;
  top: auto;
  overflow: hidden;
}

.tox .tox-checkbox__icons {
  box-sizing: content-box;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: 3px;
  display: flex;
  box-shadow: 0 0 0 2px #0000;
}

.tox .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
  fill: #fff3;
  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, .tox .tox-checkbox__icons .tox-checkbox-icon__checked svg {
  fill: #006ce7;
  display: none;
}

.tox .tox-checkbox--disabled {
  color: #ffffff80;
  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: #ffffff80;
}

.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 {
  border-radius: 6px;
  padding: 3px;
  box-shadow: inset 0 0 0 1px #006ce7;
}

.tox:not([dir="rtl"]) .tox-checkbox__label {
  margin-left: 4px;
}

.tox:not([dir="rtl"]) .tox-checkbox__input {
  left: -10000px;
}

.tox:not([dir="rtl"]) .tox-bar .tox-checkbox {
  margin-left: 4px;
}

.tox[dir="rtl"] .tox-checkbox__label {
  margin-right: 4px;
}

.tox[dir="rtl"] .tox-checkbox__input {
  right: -10000px;
}

.tox[dir="rtl"] .tox-bar .tox-checkbox {
  margin-right: 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 #ffffff26;
  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: #ffffff80;
  cursor: default;
  text-transform: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  background-color: #ffffff26;
  margin-top: -4px;
  margin-bottom: 4px;
  padding: 4px 8px;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
}

.tox .tox-collection__item {
  color: #fff;
  -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: #fff;
  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: #222f3e;
}

.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: #222f3e;
  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: #fff;
  background-color: #2b3b4e;
}

.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: #fff;
  background-color: #599fef;
}

.tox .tox-collection--grid .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
  color: #fff;
  z-index: 1;
  background-color: #2f4055;
  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 #fff;
}

@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: #fff;
  background-color: #599fef;
}

@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: #fff;
  background-color: #2b3b4e;
  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: #fff;
  background-color: #2f4055;
}

.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 #fff;
}

@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 #161f29;
  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: #ffffff80;
  cursor: not-allowed;
  background-color: #0000;
}

.tox .tox-collection__item--state-disabled .tox-collection__item-caret svg {
  fill: #ffffff80;
}

.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: #2b3b4e;
  border: 1px solid #ffffff26;
  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: #e68080;
  background-color: #442632;
  border: 1px solid #55212b;
  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: #fff;
  width: 24px;
  height: 24px;
}

.tox .tox-swatches__picker-btn:hover {
  background: #2f4055;
}

.tox div.tox-swatch:not(.tox-swatch--remove) svg {
  fill: #fff;
  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: #222f3e;
  border: 1px solid #222f3e;
  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: #1b3b60;
  border: 1px solid #006ce7;
  box-shadow: 0 4px 8px #222f3e1a;
}

.tox .tox-comment.tox-comment--selected:focus {
  border: 2px solid #fff;
  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 #fff;
  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: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tox .tox-comment__date {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}

.tox .tox-comment__body {
  color: #fff;
  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: #fff;
  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: #fff;
  text-align: center;
  background-color: #222f3e;
  box-shadow: 0 0 8px 8px #222f3e;
}

.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: #ffffff80;
  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: #222f3e;
  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(#222f3e00, #222f3e);
  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: #222f3e;
  flex-direction: column;
  flex-grow: 1;
  display: flex;
  position: absolute;
  inset: 0;
}

.tox .tox-comment__busy-spinner {
  z-index: 20;
  background-color: #222f3e;
  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: #ffffff80;
}

.tox .tox-user__avatar img {
  object-fit: cover;
  vertical-align: middle;
  border-radius: 50%;
  width: 36px;
  height: 36px;
}

.tox .tox-user__name {
  color: #fff;
  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: #222f3ebf;
  position: absolute;
  inset: 0;
}

.tox .tox-dialog-wrap__backdrop--opaque {
  background-color: #222f3e;
}

.tox .tox-dialog {
  z-index: 2;
  background-color: #2b3b4e;
  border: 0 solid #161f29;
  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: #fff;
  background-color: #2b3b4e;
  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: #fff;
  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: #ffffff80;
  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: #67aeff;
  border-bottom: 2px solid #67aeff;
}

@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: #67aeff;
  cursor: pointer;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.tox .tox-dialog__body-content a:hover, .tox .tox-dialog__body-content a:focus {
  color: #cde5ff;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.tox .tox-dialog__body-content a:focus-visible {
  outline-offset: 2px;
  border-radius: 1px;
  outline: 2px solid #67aeff;
}

.tox .tox-dialog__body-content a:active {
  color: #fff;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.tox .tox-dialog__body-content svg {
  fill: #fff;
}

.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: #fff;
  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: #fff;
  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: #2b3b4e;
  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: #222f3ebf;
  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 #000;
}

.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 #161f29;
  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 #161f29;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  padding: 10px;
  display: flex;
}

.tox .tox-dropzone p {
  color: #ffffff80;
  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 #fff;
  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 #161f29;
}

.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 #161f29;
  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, #ffffff40 25%, #0000 25%), linear-gradient(-45deg, #ffffff40 25%, #0000 25%), linear-gradient(45deg, #0000 75%, #ffffff40 75%), linear-gradient(-45deg, #0000 75%, #ffffff40 75%);
  background-position: 0 0, 0 6px, 6px -6px, -6px 0;
  background-size: 12px 12px;
  border: 1px solid #2b3b4e;
  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: #ffffff80;
  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: #fff;
  resize: none;
  background-color: #2b3b4e;
  border: 1px solid #161f29;
  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: #ffffffd9;
  cursor: not-allowed;
  background-color: #222f3e;
}

.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: #2b3b4e;
  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: #fff;
  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: #ffffffd9;
  cursor: not-allowed;
  background-color: #19232e;
}

.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: #fff;
}

@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: #fff;
  resize: none;
  background-color: #2b3b4e;
  border: 1px solid #161f29;
  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: #ffffffd9;
  cursor: not-allowed;
  background-color: #19232e;
}

.tox .tox-selectfield select::-ms-expand {
  display: none;
}

.tox .tox-selectfield select:focus {
  background-color: #2b3b4e;
  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 #161f29;
  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 #161f29;
  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: #fff;
  width: 24px;
  height: 24px;
}

.tox .tox-image-selector__picker-btn:hover {
  background: #2f4055;
}

.tox .tox-insert-table-picker {
  background-color: #222f3e;
  flex-wrap: wrap;
  width: 170px;
  display: flex;
}

.tox .tox-insert-table-picker > div {
  box-sizing: border-box;
  border: 1px solid #ffffff26;
  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: #ffffff26;
}

@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: #fff;
  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: #222f3e;
  border: 1px solid #161f29;
  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: #fff;
  font-size: 14px;
  line-height: 21px;
}

.tox .tox-mentions__description {
  color: #ffffff80;
  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 {
  box-shadow: none;
  vertical-align: top;
  z-index: 1150;
  background-color: #2b3b4e;
  border: 1px solid #ffffff26;
  border-radius: 6px;
  display: inline-block;
  overflow: hidden;
}

.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: #222f3e 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: #222f3e 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: #fff;
  text-transform: none;
  background: #222f3e;
  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: #ffffff80;
  cursor: not-allowed;
  background-color: #222f3e;
  border: 0;
}

.tox .tox-mbtn:focus:not(:disabled) {
  box-shadow: none;
  color: #fff;
  z-index: 1;
  background: #222f3e;
  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 #fff;
}

@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: #fff;
  background: #599fef;
  border: 0;
}

.tox .tox-mbtn:hover:not(:disabled):not(.tox-mbtn--active) {
  box-shadow: none;
  color: #fff;
  background: #2f4055;
  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: #fff;
  background-color: #334840;
  border-color: #3c5440;
}

.tox .tox-notification--success p {
  color: #fff;
}

.tox .tox-notification--success a {
  color: #b5d199;
}

.tox .tox-notification--success a:hover, .tox .tox-notification--success a:focus {
  color: #82b153;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.tox .tox-notification--success a:focus-visible {
  outline-offset: 2px;
  border-radius: 1px;
  outline: 2px solid #b5d199;
}

.tox .tox-notification--success a:active {
  color: #689041;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.tox .tox-notification--success svg {
  fill: #fff;
}

.tox .tox-notification--error {
  color: #fff;
  background-color: #442632;
  border-color: #55212b;
}

.tox .tox-notification--error p {
  color: #fff;
}

.tox .tox-notification--error a {
  color: #e68080;
}

.tox .tox-notification--error a:hover, .tox .tox-notification--error a:focus {
  color: #d42b2b;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.tox .tox-notification--error a:focus-visible {
  outline-offset: 2px;
  border-radius: 1px;
  outline: 2px solid #e68080;
}

.tox .tox-notification--error a:active {
  color: #a22;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.tox .tox-notification--error svg {
  fill: #fff;
}

.tox .tox-notification--warn, .tox .tox-notification--warning {
  color: #fff0b3;
  background-color: #222f3e;
  border-color: #ffffff26;
}

.tox .tox-notification--warn p, .tox .tox-notification--warning p {
  color: #fff0b3;
}

.tox .tox-notification--warn a, .tox .tox-notification--warning a {
  color: #fc0;
}

.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: #997a00;
  -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 #fc0;
}

.tox .tox-notification--warn a:active, .tox .tox-notification--warning a:active {
  color: #665200;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.tox .tox-notification--warn svg, .tox .tox-notification--warning svg {
  fill: #fff0b3;
}

.tox .tox-notification--info {
  color: #fff;
  background-color: #254161;
  border-color: #264972;
}

.tox .tox-notification--info p {
  color: #fff;
}

.tox .tox-notification--info a {
  color: #83b7f3;
}

.tox .tox-notification--info a:hover, .tox .tox-notification--info a:focus {
  color: #2681ea;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.tox .tox-notification--info a:focus-visible {
  outline-offset: 2px;
  border-radius: 1px;
  outline: 2px solid #83b7f3;
}

.tox .tox-notification--info a:active {
  color: #1368c9;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.tox .tox-notification--info svg {
  fill: #fff;
}

.tox .tox-notification__body {
  color: #fff;
  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: #17202a;
  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: #222f3e;
  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: #fff;
  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 #ffffff26;
}

.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: #fff;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: bold;
}

.tox .tox-onboarding-dialog .tox-onboarding-step--body-details {
  color: #ffffff80;
  font-size: 14px;
}

.tox .tox-onboarding-dialog .tox-onboarding-step--action {
  padding-left: 24px;
}

.tox .tox-onboarding-dialog .tox-onboarding-footer {
  background-color: #2b3b4e;
  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: #ffffff80;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  display: flex;
}

.tox .tox-onboarding-dialog svg {
  fill: #ffffff80;
  width: 24px;
}

.tox .tox-promotion-dialog .tox-promotion-dialog-plugin {
  border-bottom: 1px solid #ffffff26;
  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: #fff;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: bold;
}

.tox .tox-promotion-dialog .tox-promotion-dialog-plugin--body .tox-promotion-dialog-plugin-details {
  color: #ffffff80;
  font-size: 14px;
}

.tox .tox-promotion-dialog .tox-promotion-dialog-plugin--icon {
  color: #006ce7;
  background: linear-gradient(#2b3b4e 24%, #202d3b 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: #ffffff80;
  margin: 16px;
  font-size: 14px;
}

.tox .tox-promotion-dialog--explore {
  text-align: center;
  color: #ffffff80;
  margin: 16px;
  font-size: 14px;
}

.tox .tox-promotion-dialog--explore a {
  color: #006ce7;
}

.tox .tox-promotion-dialog--footer {
  color: #ffffff80;
  text-align: center;
  background-color: #17202a;
  padding: 16px;
  font-size: 12px;
}

.tox .tox-promotion-button {
  color: #c290fb;
  cursor: pointer;
  white-space: nowrap;
  background-color: #55367a;
  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 #c290fb;
}

.tox .tox-onboarding-dialog a, .tox .tox-promotion-dialog--footer a {
  color: #ffffff80;
  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: #cde5ff;
  -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 #67aeff;
}

.tox .tox-onboarding-dialog a:active, .tox .tox-promotion-dialog--footer a:active {
  color: #fff;
  -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: #222f3e;
  border: 1px solid #161f29;
  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: #222f3e #0000 #0000;
  margin-top: -1px;
  margin-left: -8px;
}

.tox .tox-pop.tox-pop--bottom:before {
  border-width: 9px;
  border-color: #161f29 #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 #222f3e;
  margin-top: 1px;
  margin-left: -8px;
}

.tox .tox-pop.tox-pop--top:before {
  border-width: 9px;
  border-color: #0000 #0000 #161f29;
  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 #222f3e #0000 #0000;
  margin-left: -15px;
}

.tox .tox-pop.tox-pop--left:before {
  border-width: 10px;
  border-color: #0000 #161f29 #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 #222f3e;
  margin-left: -1px;
}

.tox .tox-pop.tox-pop--right:before {
  border-width: 10px;
  border-color: #0000 #0000 #0000 #161f29;
  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, #34485f);
  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, #0e141a);
  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, #222f3e);
  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, #fff);
  line-height: 28px;
}

.tox-ai .tox-ai__user-prompt {
  background-color: var(--tox-private-ai-user-prompt-background, #17202a);
  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, #fff);
  align-self: flex-end;
}

.tox-ai .tox-ai__scroll {
  background-color: var(--tox-private-background-color, #222f3e);
  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, #fff);
  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);
}

.tox-ai .tox-ai__footer {
  border-top: 1px solid var(--tox-private-ai-footer-border-color, #0e141a);
  gap: var(--tox-private-pad-sm, 8px);
  background-color: var(--tox-private-background-color, #222f3e);
  flex-direction: column;
  padding: 12px;
  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 #161f29;
  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: #161f29;
  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: #ffffff80;
  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-statusbar {
  color: #ffffffbf;
  text-transform: none;
  background-color: #222f3e;
  border-top: 1px solid #ffffff26;
  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: #ffffffbf;
  -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: #fff;
  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 #fff;
}

@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: #fffc;
  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: #fff;
}

.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: #ffffff80;
  display: block;
}

.tox .tox-statusbar__resize-handle:hover svg, .tox .tox-statusbar__resize-handle:focus svg {
  fill: #fff;
}

.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 #fff;
}

@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-throbber {
  z-index: 1299;
}

.tox .tox-throbber__busy-spinner {
  background-color: #222f3e99;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.tox .tox-toggle {
  --tox-private-slider-background-color: #222f3e;
  --tox-private-slider-border-color: #ffffff26;
  --tox-private-slider-handle-background-color: #fff;
  white-space: nowrap;
  color: #fff;
  background-color: #222f3e;
  align-items: center;
  gap: 4px;
  padding: 4px;
  font-weight: normal;
  line-height: 24px;
  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);
  border: 1px solid var(--tox-private-slider-border-color);
  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);
  border-radius: 50%;
  width: 12px;
  height: 12px;
  transition: all .4s;
  position: absolute;
  bottom: 1px;
  left: 1px;
}

.tox input:checked + .tox-toggle__slider {
  --tox-private-slider-background-color: #006ce7;
  --tox-private-slider-border-color: #006ce7;
}

.tox input:focus + .tox-toggle__slider {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px #006ce7;
}

.tox input:checked + .tox-toggle__slider:before {
  --tox-private-slider-handle-background-color: #fff;
  transform: translateX(12px);
}

.tox input:disabled + .tox-toggle__slider:before {
  opacity: .5;
}

.tox .tox-tbtn {
  box-shadow: none;
  color: #fff;
  text-transform: none;
  background: #222f3e;
  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;
}

@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: #fff;
  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: #222f3e;
  border: 0;
  position: relative;
}

.tox .tox-tbtn:focus:after {
  content: "";
  border-radius: 3px;
  position: absolute;
  inset: 0;
  box-shadow: 0 0 0 2px #fff;
}

@media (forced-colors: active) {
  .tox .tox-tbtn:focus:after {
    border: 2px solid highlight;
  }
}

.tox .tox-tbtn:hover {
  box-shadow: none;
  color: #fff;
  background: #2f4055;
  border: 0;
}

.tox .tox-tbtn:hover svg {
  fill: #fff;
}

.tox .tox-tbtn:active {
  box-shadow: none;
  color: #fff;
  background: #599fef;
  border: 0;
}

.tox .tox-tbtn:active svg {
  fill: #fff;
}

.tox .tox-tbtn--disabled .tox-tbtn--enabled svg {
  fill: #ffffff80;
}

.tox .tox-tbtn--disabled, .tox .tox-tbtn--disabled:hover, .tox .tox-tbtn:disabled, .tox .tox-tbtn:disabled:hover {
  box-shadow: none;
  color: #ffffff80;
  cursor: not-allowed;
  background: #222f3e;
  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: #ffffff80;
}

.tox .tox-tbtn--active, .tox .tox-tbtn--enabled, .tox .tox-tbtn--enabled:hover, .tox .tox-tbtn--enabled:focus {
  box-shadow: none;
  color: #fff;
  background: #599fef;
  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: #fff;
}

.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: #ffffff80;
}

.tox .tox-tbtn--enabled:focus:after {
  content: "";
  border-radius: 3px;
  position: absolute;
  inset: 0;
  box-shadow: 0 0 0 2px #fff;
}

@media (forced-colors: active) {
  .tox .tox-tbtn--enabled:focus:after {
    border: 2px solid highlight;
  }
}

.tox .tox-tbtn:focus:not(.tox-tbtn--disabled) {
  color: #fff;
}

.tox .tox-tbtn:focus:not(.tox-tbtn--disabled) svg {
  fill: #fff;
}

.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: #2f4055;
  border-radius: 3px;
  width: auto;
  margin: 6px 1px 5px 0;
  display: flex;
  position: relative;
}

.tox .tox-number-input:focus {
  background: #2f4055;
}

.tox .tox-number-input:focus:after {
  content: "";
  border-radius: 3px;
  position: absolute;
  inset: 0;
  box-shadow: 0 0 0 2px #fff;
}

@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: #2f4055;
}

.tox .tox-number-input .tox-input-wrapper:focus:after {
  content: "";
  border-radius: 3px;
  position: absolute;
  inset: 0;
  box-shadow: 0 0 0 2px #fff;
}

@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 #fff;
}

@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: #fff;
  pointer-events: all;
  border-radius: 3px;
  width: 60px;
  margin: 2px 0;
  font-size: 14px;
  position: relative;
}

.tox .tox-number-input input:hover {
  color: #fff;
  background: #2f4055;
}

.tox .tox-number-input input:focus {
  background-color: #2f4055;
}

.tox .tox-number-input input:disabled {
  box-shadow: none;
  color: #ffffff80;
  cursor: not-allowed;
  background: #222f3e;
  border: 0;
}

.tox .tox-number-input button {
  color: #fff;
  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: #fff;
  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: #2f4055;
}

.tox .tox-number-input button:focus:after {
  content: "";
  border-radius: 3px;
  position: absolute;
  inset: 0;
  box-shadow: 0 0 0 2px #fff;
}

@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: #fff;
  background: #2f4055;
  border: 0;
}

.tox .tox-number-input button:hover svg {
  fill: #fff;
}

.tox .tox-number-input button:active {
  box-shadow: none;
  color: #fff;
  background: #599fef;
  border: 0;
}

.tox .tox-number-input button:active svg {
  fill: #fff;
}

.tox .tox-number-input button:disabled {
  box-shadow: none;
  color: #ffffff80;
  cursor: not-allowed;
  background: #222f3e;
  border: 0;
}

.tox .tox-number-input button:disabled svg {
  fill: #ffffff80;
}

.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: #2f4055;
}

.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 #161f29;
}

.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: #ffffff80;
}

@media (forced-colors: active) {
  .tox .tox-tbtn__select-chevron svg {
    fill: currentColor;
  }
}

.tox .tox-tbtn--bespoke, .tox .tox-tbtn--bespoke:focus {
  background: #2f4055;
}

.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;
  width: 34px;
  margin-right: 0;
}

.tox .tox-split-button__main:focus {
  box-shadow: none;
  color: #fff;
  z-index: 1;
  background: #222f3e;
  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 #fff;
}

@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: #fff;
  z-index: 1;
  background: #222f3e;
  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 #fff;
}

@media (forced-colors: active) {
  .tox .tox-split-button__chevron:focus:after {
    border: 2px solid highlight;
  }
}

.tox .tox-split-button__chevron svg {
  fill: #ffffff80;
}

@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: #ffffff80;
  background: #222f3e;
}

.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: #222f3e;
}

.tox .tox-toolbar, .tox .tox-toolbar__primary, .tox .tox-toolbar__overflow {
  background-color: #222f3e;
  background-image: repeating-linear-gradient(#ffffff26 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: #2f4055;
  border-style: solid;
  border-width: 1px;
  border-radius: 6px;
}

.tox.tox-tinymce-aux .tox-toolbar__overflow {
  overscroll-behavior: none;
  background-color: #222f3e;
  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: #324053;
  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 #324053;
  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 #324053;
  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 #324053;
  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 #324053;
  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: #fff;
  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: #fff;
  display: block;
}

.tox .tox-tree .tox-trbtn:focus {
  box-shadow: none;
  background: #2f4055;
  border: 0;
}

.tox .tox-tree .tox-trbtn:hover {
  box-shadow: none;
  color: #fff;
  background: #2f4055;
  border: 0;
}

.tox .tox-tree .tox-trbtn:hover svg {
  fill: #fff;
}

.tox .tox-tree .tox-trbtn:active {
  box-shadow: none;
  color: #fff;
  background: #599fef;
  border: 0;
}

.tox .tox-tree .tox-trbtn:active svg {
  fill: #fff;
}

.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: #ffffff80;
  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: #ffffff80;
}

.tox .tox-tree .tox-trbtn--enabled, .tox .tox-tree .tox-trbtn--enabled:hover {
  box-shadow: none;
  color: #fff;
  background: #599fef;
  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: #fff;
}

.tox .tox-tree .tox-trbtn:focus:not(.tox-trbtn--disabled) {
  color: #fff;
}

.tox .tox-tree .tox-trbtn:focus:not(.tox-trbtn--disabled) svg {
  fill: #fff;
}

.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: #fff;
}

.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:hover:has(.tox-mbtn:hover) {
  color: #fff;
  background-color: #0000;
}

.tox .tox-tree .tox-tree--directory .tox-tree--directory__label:hover:has(.tox-mbtn:hover) .tox-chevron svg {
  fill: #fff;
}

.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: #fff;
}

.tox .tox-tree .tox-tree--leaf__label:hover:has(.tox-mbtn:hover) {
  color: #fff;
  background-color: #0000;
}

.tox .tox-tree .tox-tree--leaf__label:hover:has(.tox-mbtn:hover) .tox-chevron svg {
  fill: #fff;
}

.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: #222f3e;
  flex-direction: column;
  flex: 1;
  height: 100%;
  display: flex;
}

.tox .tox-view {
  z-index: 1301;
  background-color: #222f3e;
  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: #fff;
  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 #161f29;
  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 #161f29;
  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 #161f29;
  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: #222f3e;
  border-top: 1px solid #ffffff26;
  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: #fff;
  z-index: 1;
  background-color: #222f3e;
  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: #2b3b4e;
  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 #fff;
}

@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: #fff;
  cursor: pointer;
  background-color: #222f3e;
  border: 1px solid #ffffff26;
  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 #fff #285ec7;
  content: "";
  border-radius: 6px;
  position: absolute;
  inset: 0;
  box-shadow: 0 0 0 2px #285ec7;
  box-shadow: 0 0 0 2px #285ec7 !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: #1b3b60;
  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 #fff #cea215;
  content: "";
  border-radius: 6px;
  position: absolute;
  inset: 0;
  box-shadow: 0 0 0 2px #cea215;
}

@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: #4e5965;
  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: #ffffff80;
  padding: 5px 5.5px;
  font-size: 16px;
  line-height: 24px;
}

.tox .tox-revisionhistory__sidebar .tox-revisionhistory__revisions .tox-revisionhistory__card-check-icon {
  color: #fff;
  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: #222f3e;
  border-top: 1px solid #161f29;
  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: #34485f;
  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: #222f3e;
  border-radius: 6px;
  padding: 6px;
}

.tox .tox-suggestededits__container .tox-suggestededits .tox-suggestededits__sidebar-content .tox-suggestededits__card .tox-suggestededits__card--divider {
  background-color: #34485f;
  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: #fff;
}

.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: #fff;
  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: #fff;
  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: #fff;
  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: #fff;
  width: 100%;
}

.tox .tox-suggestededits__container .tox-suggestededits .tox-suggestededits__sidebar-content .tox-suggestededits__card .tox-suggestededits__card--content .tox-suggestededits__card--textarea {
  color: #fff;
  resize: none;
  border: 2px solid #161f29;
  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: #fff;
  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: #ffffff80;
  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: #222f3e;
}

.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 #222f3e;
}

.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;
}

.tox.tox-tinymce-aux .tox-toolbar__overflow {
  box-shadow: 0 0 0 1px #ffffff26;
}
