/* [project]/src/components/molecules/forms/RichTextEditor/RichTextEditor.css [app-client] (css) */
.editor-shell {
  border-radius: 10px;
  color: #000;
  position: relative;
  font-weight: 400;
  -webkit-user-select: text;
  user-select: text;
}

.editor-shell pre {
  line-height: 1.1;
  background: #222;
  color: #fff;
  margin: 0;
  padding: 10px;
  font-size: 12px;
  overflow: auto;
  max-height: 400px;
}

.editor-shell p {
  margin: 0;
}

.editor-shell pre::-webkit-scrollbar {
  background: none;
  width: 10px;
}

.editor-shell pre::-webkit-scrollbar-thumb {
  background: #999;
}

.editor-shell .editor-container {
  background: #fff;
  position: relative;
  display: block;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.editor-shell .editor-container.tree-view {
  border-radius: 0;
}

.editor-shell .editor-container.plain-text {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.editor-scroller {
  border: 0;
  display: flex;
  position: relative;
  outline: 0;
  z-index: 0;
  overflow: visible;
  resize: vertical;
}

.editor {
  flex: auto;
  position: relative;
  resize: vertical;
  z-index: -1;
}

.tree-view-output {
  display: block;
  background: #222;
  color: #fff;
  padding: 0;
  font-size: 12px;
  margin: 1px auto 10px;
  position: relative;
  overflow: hidden;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.editor-dev-button {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 12px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  outline: none;
  box-shadow: 0 1px 10px #0000004d;
  background-color: #444;
}

.editor-dev-button:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  display: block;
  background-size: contain;
  filter: invert();
}

.editor-dev-button:hover {
  background-color: #555;
}

.editor-dev-button.active {
  background-color: #e92323;
}

#options-button {
  position: fixed;
  left: 20px;
  bottom: 20px;
}

#paste-log-button {
  position: fixed;
  left: 120px;
  bottom: 20px;
}

#docs-button {
  position: fixed;
  left: 170px;
  bottom: 20px;
}

#paste-log-button:after {
  background-image: url("../media/clipboard.c79706e8.svg");
}

#docs-button:after {
  background-image: url("../media/file-earmark-text.4ed6bc4a.svg");
}

.typeahead-popover {
  background: #fff;
  box-shadow: 0 5px 10px #0000004d;
  border-radius: 8px;
  z-index: 10001;
  position: relative;
}

.typeahead-popover ul {
  padding: 0;
  list-style: none;
  margin: 0;
  border-radius: 8px;
  max-height: 200px;
  overflow-y: scroll;
}

.typeahead-popover ul::-webkit-scrollbar {
  display: none;
}

.typeahead-popover ul {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.typeahead-popover ul li {
  margin: 0;
  min-width: 180px;
  font-size: 14px;
  outline: none;
  cursor: pointer;
  border-radius: 8px;
}

.typeahead-popover ul li.selected {
  background: #eee;
}

.typeahead-popover li {
  margin: 0 8px;
  padding: 8px;
  color: #050505;
  cursor: pointer;
  line-height: 16px;
  font-size: 15px;
  display: flex;
  align-content: center;
  flex-direction: row;
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 8px;
  border: 0;
}

.typeahead-popover li.active {
  display: flex;
  width: 20px;
  height: 20px;
  background-size: contain;
}

.typeahead-popover li:first-child {
  border-radius: 8px 8px 0 0;
}

.typeahead-popover li:last-child {
  border-radius: 0 0 8px 8px;
}

.typeahead-popover li:hover {
  background-color: #eee;
}

.typeahead-popover li .text {
  display: flex;
  line-height: 20px;
  flex-grow: 1;
  min-width: 150px;
}

.typeahead-popover li .icon {
  display: flex;
  width: 20px;
  height: 20px;
  user-select: none;
  margin-right: 8px;
  line-height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.component-picker-menu {
  width: 200px;
}

.mentions-menu {
  width: 250px;
}

.auto-embed-menu {
  width: 150px;
}

i.bold {
  background-image: url("../media/type-bold.f6f01d48.svg");
}

i.italic {
  background-image: url("../media/type-italic.41d3c2be.svg");
}

i.underline {
  background-image: url("../media/type-underline.a8951db9.svg");
}

i.strikethrough {
  background-image: url("../media/type-strikethrough.6598ca49.svg");
}

i.subscript {
  background-image: url("../media/type-subscript.5a76715d.svg");
}

i.superscript {
  background-image: url("../media/type-superscript.3fcb1686.svg");
}

.icon.caret-right {
  background-image: url("../media/caret-right-fill.c2e886f7.svg");
}

.icon.dropdown-more {
  background-image: url("../media/dropdown-more.a9d2368e.svg");
}

.icon.font-family {
  background-image: url("../media/font-family.6eb939d2.svg");
}

i.close {
  background-image: url("../media/close.1ef076e6.svg");
}

i.undo {
  background-image: url("../media/arrow-counterclockwise.bc9bdfbf.svg");
}

i.redo {
  background-image: url("../media/arrow-clockwise.72af2e3e.svg");
}

i.copy {
  background-image: url("../media/copy.84ac6364.svg");
}

i.success {
  background-image: url("../media/success.6a45f181.svg");
}

.mention:focus {
  box-shadow: 0 0 0 2px #b4d5ff;
  outline: none;
}

.characters-limit {
  color: #888;
  font-size: 12px;
  text-align: right;
  display: block;
  position: absolute;
  left: 12px;
  bottom: 5px;
}

.characters-limit.characters-limit-exceeded {
  color: red;
}

.dropdown {
  z-index: 10000;
  display: block;
  box-shadow: 0 12px 28px #0003, 0 2px 4px #0000001a, inset 0 0 0 1px #ffffff80;
  border-radius: 8px;
  min-height: 40px;
  background-color: #fff;
  max-height: 380px;
  overflow-y: auto;
}

.dropdown .item {
  margin: 0 8px;
  padding: 8px;
  color: #050505;
  cursor: pointer;
  line-height: 16px;
  font-size: 15px;
  display: flex;
  align-content: center;
  flex-direction: row;
  flex-shrink: 0;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 8px;
  border: 0;
  max-width: 250px;
  min-width: 100px;
}

.dropdown .item.fontsize-item, .dropdown .item.fontsize-item .text {
  min-width: unset;
}

.dropdown .item .active {
  display: flex;
  width: 20px;
  height: 20px;
  background-size: contain;
}

.dropdown .item:first-child {
  margin-top: 8px;
}

.dropdown .item:last-child {
  margin-bottom: 8px;
}

.dropdown .item:hover {
  background-color: #eee;
}

.dropdown .item .text {
  display: flex;
  line-height: 20px;
  flex-grow: 1;
  min-width: 150px;
}

.dropdown .item .icon {
  display: flex;
  width: 20px;
  height: 20px;
  user-select: none;
  margin-right: 12px;
  line-height: 16px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.dropdown .divider {
  width: auto;
  background-color: #3a35411f;
  margin: 4px 8px;
  height: 1px;
}

@media screen and (width <= 1100px) {
  .dropdown-button-text {
    display: none !important;
  }

  .font-size .dropdown-button-text {
    display: flex !important;
  }

  .code-language .dropdown-button-text {
    display: flex !important;
  }
}

.icon.paragraph {
  background-image: url("../media/text-paragraph.b89634bf.svg");
}

.icon.h1 {
  background-image: url("../media/type-h1.65776077.svg");
}

.icon.h2 {
  background-image: url("../media/type-h2.cd3b5699.svg");
}

.icon.h3 {
  background-image: url("../media/type-h3.99c65422.svg");
}

.icon.h4 {
  background-image: url("../media/type-h4.be47f7d7.svg");
}

.icon.h5 {
  background-image: url("../media/type-h5.5f9bcebe.svg");
}

.icon.h6 {
  background-image: url("../media/type-h6.b51a1a84.svg");
}

.icon.bullet-list, .icon.bullet {
  background-image: url("../media/list-ul.f0f2dee6.svg");
}

.icon.check-list, .icon.check {
  background-image: url("../media/square-check.723395f4.svg");
}

.icon.numbered-list, .icon.number {
  background-image: url("../media/list-ol.22e62d05.svg");
}

.icon.quote {
  background-image: url("../media/chat-square-quote.7cf74a4f.svg");
}

.switches {
  z-index: 6;
  position: fixed;
  left: 10px;
  bottom: 70px;
  animation: .4s slide-in;
}

@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.switch {
  display: block;
  color: #444;
  margin: 5px 0;
  background-color: #eeeeeeb3;
  padding: 5px 10px;
  border-radius: 10px;
}

#rich-text-switch {
  right: 0;
}

#character-count-switch {
  right: 130px;
}

.switch label {
  margin-right: 5px;
  line-height: 24px;
  width: 100px;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}

.switch button {
  background-color: #ced0d4;
  height: 24px;
  box-sizing: border-box;
  border-radius: 12px;
  width: 44px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  outline: none;
  cursor: pointer;
  transition: background-color .1s;
  border: 2px solid #0000;
}

.switch button:focus-visible {
  border-color: #00f;
}

.switch button span {
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 12px;
  background-color: #fff;
  transition: transform .2s;
}

.switch button[aria-checked="true"] {
  background-color: #1877f2;
}

.switch button[aria-checked="true"] span {
  transform: translateX(20px);
}

.editor-shell span.editor-image {
  cursor: default;
  display: inline-block;
  position: relative;
  user-select: none;
}

.editor-shell .editor-image img {
  max-width: 100%;
  cursor: default;
}

.editor-shell .editor-image img.focused {
  outline: 2px solid #3c84f4;
  user-select: none;
}

.editor-shell .editor-image img.focused.draggable {
  cursor: grab;
}

.editor-shell .editor-image img.focused.draggable:active {
  cursor: grabbing;
}

.editor-shell .editor-image .image-caption-container .tree-view-output {
  margin: 0;
  border-radius: 0;
}

.editor-shell .editor-image .image-caption-container {
  display: block;
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  border-top: 1px solid #fff;
  background-color: #ffffffe6;
  min-width: 100px;
  color: #000;
  overflow: hidden;
}

.editor-shell .editor-image .image-caption-button {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 30%;
  padding: 10px;
  margin: 0 auto;
  border: 1px solid #ffffff4d;
  border-radius: 5px;
  background-color: #00000080;
  min-width: 100px;
  color: #fff;
  cursor: pointer;
  user-select: none;
}

.editor-shell .editor-image .image-caption-button:hover {
  background-color: #3c84f480;
}

.editor-shell .editor-image .image-edit-button:hover {
  background-color: #3c84f41a;
}

.editor-shell .editor-image .image-resizer {
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  background-color: #3c84f4;
  border: 1px solid #fff;
}

.editor-shell .editor-image .image-resizer.image-resizer-n {
  top: -6px;
  left: 48%;
  cursor: n-resize;
}

.editor-shell .editor-image .image-resizer.image-resizer-ne {
  top: -6px;
  right: -6px;
  cursor: ne-resize;
}

.editor-shell .editor-image .image-resizer.image-resizer-e {
  bottom: 48%;
  right: -6px;
  cursor: e-resize;
}

.editor-shell .editor-image .image-resizer.image-resizer-se {
  bottom: -2px;
  right: -6px;
  cursor: nwse-resize;
}

.editor-shell .editor-image .image-resizer.image-resizer-s {
  bottom: -2px;
  left: 48%;
  cursor: s-resize;
}

.editor-shell .editor-image .image-resizer.image-resizer-sw {
  bottom: -2px;
  left: -6px;
  cursor: sw-resize;
}

.editor-shell .editor-image .image-resizer.image-resizer-w {
  bottom: 48%;
  left: -6px;
  cursor: w-resize;
}

.editor-shell .editor-image .image-resizer.image-resizer-nw {
  top: -6px;
  left: -6px;
  cursor: nw-resize;
}

.editor-shell span.inline-editor-image {
  cursor: default;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.editor-shell .inline-editor-image img {
  max-width: 100%;
  cursor: default;
}

.editor-shell .inline-editor-image img.focused {
  outline: 2px solid #3c84f4;
}

.editor-shell .inline-editor-image img.focused.draggable {
  cursor: grab;
}

.editor-shell .inline-editor-image img.focused.draggable:active {
  cursor: grabbing;
}

.editor-shell .inline-editor-image .image-caption-container .tree-view-output {
  margin: 0;
  border-radius: 0;
}

.editor-shell .inline-editor-image.position-full {
  margin: 1em 0;
}

.editor-shell .inline-editor-image.position-left {
  float: left;
  width: 50%;
  margin: 1em 1em 0 0;
}

.editor-shell .inline-editor-image.position-right {
  float: right;
  width: 50%;
  margin: 1em 0 0 1em;
}

.editor-shell .inline-editor-image .image-edit-button {
  display: block;
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 6px 8px;
  margin: 0 auto;
  border: 1px solid #ffffff4d;
  border-radius: 5px;
  background-color: #00000080;
  min-width: 60px;
  color: #fff;
  cursor: pointer;
  user-select: none;
}

.editor-shell .inline-editor-image .image-edit-button:hover {
  background-color: #3c84f480;
}

.editor-shell .inline-editor-image .image-caption-container {
  display: block;
  background-color: #f4f4f4;
  min-width: 100%;
  color: #000;
  overflow: hidden;
}

.keyword {
  color: #f1765e;
  font-weight: bold;
}

.actions {
  position: absolute;
  text-align: right;
  margin: 10px;
  bottom: 0;
  right: 0;
}

.actions.tree-view {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.actions i {
  background-size: contain;
  display: inline-block;
  height: 15px;
  width: 15px;
  vertical-align: -.25em;
}

.table-cell-action-button {
  background-color: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  position: relative;
  border-radius: 15px;
  color: #222;
  display: inline-block;
  cursor: pointer;
}

i.chevron-down {
  background-color: #0000;
  background-size: contain;
  display: inline-block;
  height: 8px;
  width: 8px;
  background-image: url("../media/chevron-down.7f72361f.svg");
}

.action-button {
  background-color: #eee;
  border: 0;
  padding: 8px 12px;
  position: relative;
  margin-left: 5px;
  border-radius: 15px;
  color: #222;
  display: inline-block;
  cursor: pointer;
}

.action-button:hover {
  background-color: #ddd;
  color: #000;
}

.action-button-mic.active {
  animation: 3s infinite mic-pulsate-color;
}

button.action-button:disabled {
  opacity: .6;
  background: #eee;
  cursor: not-allowed;
}

.connecting {
  font-size: 15px;
  color: #999;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  top: 10px;
  left: 10px;
  user-select: none;
  white-space: nowrap;
  display: inline-block;
  pointer-events: none;
}

.ltr {
  text-align: left;
}

.rtl {
  text-align: right;
}

.toolbar {
  display: flex;
  border-bottom: 1px solid #3a35411f;
  background: #fff;
  padding: 4px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  vertical-align: middle;
  overflow: auto hidden;
  height: 36px;
  position: sticky;
  top: 0;
  z-index: 2;
}

button.toolbar-item {
  border: 0;
  display: flex;
  background: none;
  border-radius: 10px;
  padding: 8px 4px;
  cursor: pointer;
  vertical-align: middle;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
}

@media screen and (width <= 500px) {
  button.toolbar-item {
    justify-content: center;
    flex-grow: 1;
    padding: 8px 0;
  }
}

button.toolbar-item:disabled {
  cursor: not-allowed;
}

button.toolbar-item.spaced {
  margin-right: 2px;
}

button.toolbar-item i.format, button.toolbar-item svg.format {
  background-size: contain;
  display: inline-block;
  height: 18px;
  width: 18px;
  vertical-align: -.25em;
  display: flex;
  opacity: .6;
}

button.toolbar-item:disabled .icon, button.toolbar-item:disabled .text, button.toolbar-item:disabled i.format, button.toolbar-item:disabled svg.format, button.toolbar-item:disabled .chevron-down {
  opacity: .2;
}

button.toolbar-item.active {
  background-color: #dfe8fa4d;
}

button.toolbar-item.active i {
  opacity: 1;
}

.toolbar-item:hover:not([disabled]) {
  background-color: #eee;
}

.toolbar-item.font-family .text {
  display: block;
  max-width: 40px;
}

.toolbar .toolbar-item .text {
  display: flex;
  line-height: 20px;
  vertical-align: middle;
  font-size: 14px;
  color: #777;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 20px;
  text-align: left;
  padding-right: 2px;
}

.toolbar .toolbar-item .icon {
  display: flex;
  width: 20px;
  height: 20px;
  user-select: none;
  line-height: 16px;
  background-size: contain;
}

.toolbar i.chevron-down, .toolbar-item i.chevron-down {
  margin-top: 3px;
  width: 16px;
  height: 16px;
  display: flex;
  user-select: none;
}

.toolbar i.chevron-down.inside {
  width: 16px;
  height: 16px;
  display: flex;
  margin-left: -25px;
  margin-top: 11px;
  margin-right: 10px;
  pointer-events: none;
}

.toolbar .divider {
  width: 1px;
  background-color: #3a35411f;
  margin: 0 4px;
}

@media screen and (width <= 340px) {
  .toolbar .divider {
    display: none;
  }
}

.spacer {
  letter-spacing: -2px;
}

button.item i {
  opacity: .6;
}

button.item.dropdown-item-active {
  background-color: #dfe8fa4d;
}

button.item.dropdown-item-active i {
  opacity: 1;
}

.editor-shell hr {
  padding: 2px;
  border: none;
  margin: 1em 0;
  cursor: pointer;
}

.editor-shell hr:after {
  content: "";
  display: block;
  height: 2px;
  background-color: #ccc;
  line-height: 2px;
}

hr.selected {
  outline: 2px solid #3c84f4;
  user-select: none;
}

.TableNode__contentEditable {
  min-height: 20px;
  border: 0;
  resize: none;
  cursor: text;
  display: block;
  position: relative;
  outline: 0;
  padding: 0;
  user-select: text;
  font-size: 16px;
  white-space: pre-wrap;
  word-break: break-word;
  z-index: 3;
}

.PlaygroundEditorTheme__blockCursor {
  display: block;
  pointer-events: none;
  position: absolute;
}

.PlaygroundEditorTheme__blockCursor:after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  width: 20px;
  border-top: 1px solid #000;
  animation: 1.1s steps(2, start) infinite CursorBlink;
}

@keyframes CursorBlink {
  to {
    visibility: hidden;
  }
}

.dialog-dropdown {
  margin-bottom: 10px;
  width: 100%;
  background-color: #eee !important;
}

.ContentEditable__root {
  border: 0;
  font-size: 16px;
  display: block;
  position: relative;
  outline: 0;
  padding: 8px 28px 40px;
}

@media (width <= 1025px) {
  .ContentEditable__root {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.Placeholder__root {
  font-size: 16px;
  color: #999;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  top: 8px;
  left: 28px;
  right: 28px;
  user-select: none;
  white-space: nowrap;
  display: inline-block;
  pointer-events: none;
}

@media (width <= 1025px) {
  .Placeholder__root {
    left: 8px;
  }
}

.PlaygroundEditorTheme__ltr {
  text-align: left;
}

.PlaygroundEditorTheme__rtl {
  text-align: right;
}

.PlaygroundEditorTheme__paragraph {
  margin: 0;
  position: relative;
  overflow: hidden;
}

.line-clamp .PlaygroundEditorTheme__paragraph {
  overflow: visible;
}

.PlaygroundEditorTheme__quote {
  margin: 0;
  margin-left: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #65676b;
  border-left-color: #ced0d4;
  border-left-width: 4px;
  border-left-style: solid;
  padding-left: 16px;
}

.PlaygroundEditorTheme__quote__link {
  cursor: pointer;
}

.PlaygroundEditorTheme__h1 {
  font-size: 24px;
  margin: 0;
}

.PlaygroundEditorTheme__h2 {
  font-size: 20px;
  margin: 0;
}

.PlaygroundEditorTheme__h3 {
  font-size: 18px;
  margin: 0;
}

.PlaygroundEditorTheme__indent {
  --lexical-indent-base-value: 40px;
}

.PlaygroundEditorTheme__textBold {
  font-weight: bold;
}

.PlaygroundEditorTheme__textItalic {
  font-style: italic;
}

.PlaygroundEditorTheme__textUnderline {
  text-decoration: underline;
}

.PlaygroundEditorTheme__textStrikethrough {
  text-decoration: line-through;
}

.PlaygroundEditorTheme__textUnderlineStrikethrough {
  text-decoration: underline line-through;
}

.PlaygroundEditorTheme__textSubscript {
  font-size: .8em;
  vertical-align: sub !important;
}

.PlaygroundEditorTheme__textSuperscript {
  font-size: .8em;
  vertical-align: super;
}

.PlaygroundEditorTheme__textCode {
  background-color: #f0f2f5;
  padding: 1px .25rem;
  font-family: Menlo, Consolas, Monaco, monospace;
  font-size: 94%;
}

.PlaygroundEditorTheme__hashtag {
  background-color: #5890ff26;
  border-bottom: 1px solid #5890ff4d;
}

.PlaygroundEditorTheme__characterLimit {
  display: inline;
  background-color: #fbb !important;
}

.PlaygroundEditorTheme__ol1 {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}

.PlaygroundEditorTheme__ol2 {
  padding: 0;
  margin: 0;
  list-style-type: upper-alpha;
  list-style-position: inside;
}

.PlaygroundEditorTheme__ol3 {
  padding: 0;
  margin: 0;
  list-style-type: lower-alpha;
  list-style-position: inside;
}

.PlaygroundEditorTheme__ol4 {
  padding: 0;
  margin: 0;
  list-style-type: upper-roman;
  list-style-position: inside;
}

.PlaygroundEditorTheme__ol5 {
  padding: 0;
  margin: 0;
  list-style-type: lower-roman;
  list-style-position: inside;
}

.PlaygroundEditorTheme__ul {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}

.PlaygroundEditorTheme__listItem {
  margin: 0 0 0 32px;
}

.PlaygroundEditorTheme__listItemChecked, .PlaygroundEditorTheme__listItemUnchecked {
  position: relative;
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 24px;
  padding-right: 24px;
  list-style-type: none;
  outline: none;
}

.PlaygroundEditorTheme__listItemChecked {
  text-decoration: line-through;
}

.PlaygroundEditorTheme__listItemUnchecked:before, .PlaygroundEditorTheme__listItemChecked:before {
  content: "";
  width: 16px;
  height: 16px;
  top: 2px;
  left: 0;
  cursor: pointer;
  display: block;
  background-size: cover;
  position: absolute;
}

.PlaygroundEditorTheme__listItemUnchecked[dir="rtl"]:before, .PlaygroundEditorTheme__listItemChecked[dir="rtl"]:before {
  left: auto;
  right: 0;
}

.PlaygroundEditorTheme__listItemUnchecked:focus:before, .PlaygroundEditorTheme__listItemChecked:focus:before {
  box-shadow: 0 0 0 2px #a6cdfe;
  border-radius: 2px;
}

.PlaygroundEditorTheme__listItemUnchecked:before {
  border: 1px solid #999;
  border-radius: 2px;
}

.PlaygroundEditorTheme__listItemChecked:before {
  border: 1px solid #3d87f5;
  border-radius: 2px;
  background-color: #3d87f5;
  background-repeat: no-repeat;
}

.PlaygroundEditorTheme__listItemChecked:after {
  content: "";
  cursor: pointer;
  border-color: #fff;
  border-style: solid;
  position: absolute;
  display: block;
  top: 6px;
  width: 3px;
  left: 7px;
  right: 7px;
  height: 6px;
  transform: rotate(45deg);
  border-width: 0 2px 2px 0;
}

.PlaygroundEditorTheme__nestedListItem {
  list-style-type: none;
}

.PlaygroundEditorTheme__nestedListItem:before, .PlaygroundEditorTheme__nestedListItem:after {
  display: none;
}

.PlaygroundEditorTheme__tokenComment {
  color: #708090;
}

.PlaygroundEditorTheme__tokenPunctuation {
  color: #999;
}

.PlaygroundEditorTheme__tokenProperty {
  color: #905;
}

.PlaygroundEditorTheme__tokenSelector {
  color: #690;
}

.PlaygroundEditorTheme__tokenOperator {
  color: #9a6e3a;
}

.PlaygroundEditorTheme__tokenAttr {
  color: #07a;
}

.PlaygroundEditorTheme__tokenVariable {
  color: #e90;
}

.PlaygroundEditorTheme__tokenFunction {
  color: #dd4a68;
}

.PlaygroundEditorTheme__mark {
  background: #ffd40024;
  border-bottom: 2px solid #ffd4004d;
  padding-bottom: 2px;
}

.PlaygroundEditorTheme__markOverlap {
  background: #ffd4004d;
  border-bottom: 2px solid #ffd400b3;
}

.PlaygroundEditorTheme__mark.selected {
  background: #ffd40080;
  border-bottom: 2px solid #ffd400;
}

.PlaygroundEditorTheme__markOverlap.selected {
  background: #ffd400b3;
  border-bottom: 2px solid #ffd400b3;
}

.PlaygroundEditorTheme__embedBlock {
  user-select: none;
}

.PlaygroundEditorTheme__embedBlockFocus {
  outline: 2px solid #3c84f4;
}

.PlaygroundEditorTheme__layoutItem {
  border: 1px dashed #ddd;
  padding: 8px 16px;
}

.color-picker-wrapper {
  padding: 20px;
  box-sizing: content-box;
}

.color-picker-basic-color {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.color-picker-basic-color button {
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 16px;
  width: 16px;
  cursor: pointer;
  list-style-type: none;
}

.color-picker-basic-color button.active {
  box-shadow: 0 0 2px 2px #0000004d;
}

.color-picker-saturation {
  width: 100%;
  position: relative;
  margin-top: 15px;
  height: 150px;
  background-image: linear-gradient(#0000, #000), linear-gradient(to right, #fff, #0000);
  user-select: none;
}

.color-picker-saturation_cursor {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 15px #00000026;
  box-sizing: border-box;
  transform: translate(-10px, -10px);
}

.color-picker-hue {
  width: 100%;
  position: relative;
  margin-top: 15px;
  height: 12px;
  background-image: linear-gradient(to right, red, #ff0, #0f0, #0ff, #00f, #f0f, red);
  user-select: none;
  border-radius: 12px;
}

.color-picker-hue_cursor {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 .5px #0003;
  box-sizing: border-box;
  transform: translate(-10px, -4px);
}

.color-picker-color {
  border: 1px solid #ccc;
  margin-top: 15px;
  width: 100%;
  height: 20px;
}

.Modal__overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  flex-direction: column;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #28282899;
  flex-grow: 0px;
  flex-shrink: 1px;
  z-index: 100;
}

.Modal__modal {
  padding: 20px;
  min-height: 100px;
  min-width: 300px;
  display: flex;
  flex-grow: 0px;
  background-color: #fff;
  flex-direction: column;
  position: relative;
  box-shadow: 0 0 20px #444;
  border-radius: 10px;
}

.Modal__title {
  color: #444;
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.Modal__closeButton {
  border: 0;
  position: absolute;
  right: 20px;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-color: #eee;
}

.Modal__closeButton:hover {
  background-color: #ddd;
}

.Modal__content {
  padding-top: 20px;
}

.Input__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}

.Input__label {
  display: flex;
  flex: 1;
  color: #666;
}

.Input__input {
  display: flex;
  flex: 2;
  border: 1px solid #999;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  border-radius: 5px;
  min-width: 0;
}

.Button__root {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  border: 0;
  background-color: #eee;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
}

.Button__root:hover {
  background-color: #ddd;
}

.Button__small {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
}

.Button__disabled {
  cursor: not-allowed;
}

.Button__disabled:hover {
  background-color: #eee;
}

.DialogActions {
  display: flex;
  flex-direction: row;
  justify-content: right;
  margin-top: 20px;
}

.DialogButtonsList {
  display: flex;
  flex-direction: column;
  justify-content: right;
  margin-top: 20px;
}

.DialogButtonsList button {
  margin-bottom: 20px;
}

.ExcalidrawModal__overlay {
  display: flex;
  align-items: center;
  position: fixed;
  flex-direction: column;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  flex-grow: 0px;
  flex-shrink: 1px;
  z-index: 100;
  background-color: #28282899;
}

.ExcalidrawModal__actions {
  text-align: end;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 1;
}

.ExcalidrawModal__actions button {
  background-color: #fff;
  border-radius: 5px;
}

.ExcalidrawModal__row {
  position: relative;
  padding: 40px 5px 5px;
  width: 70vw;
  height: 70vh;
  border-radius: 8px;
  box-shadow: 0 12px 28px #0003, 0 2px 4px #0000001a, inset 0 0 0 1px #ffffff80;
}

.ExcalidrawModal__row > div {
  border-radius: 5px;
}

.ExcalidrawModal__modal {
  position: relative;
  z-index: 10;
  top: 50px;
  width: auto;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: #eee;
}

.ExcalidrawModal__discardModal {
  margin-top: 60px;
  text-align: center;
}

.link-editor {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  max-width: 400px;
  width: 100%;
  opacity: 0;
  background-color: #fff;
  box-shadow: 0 5px 10px #0000004d;
  border-radius: 0 0 8px 8px;
  transition: opacity .5s;
  will-change: transform;
}

.link-editor .button {
  width: 20px;
  height: 20px;
  display: inline-block;
  padding: 6px;
  border-radius: 8px;
  cursor: pointer;
  margin: 0 2px;
}

.link-editor .button.hovered {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: #eee;
}

.link-editor .button i, .actions i {
  background-size: contain;
  display: inline-block;
  height: 20px;
  width: 20px;
  vertical-align: -.25em;
}

i.link {
  background-image: url("../media/link.520d903e.svg");
}

.icon.font-color {
  background-image: url("../media/font-color.4973d01a.svg");
}

.icon.bg-color {
  background-image: url("../media/bg-color.bb0260ff.svg");
}

.icon.left-align, i.left-align {
  background-image: url("../media/text-left.1f8fc47f.svg");
}

.icon.center-align, i.center-align {
  background-image: url("../media/text-center.e3a6697d.svg");
}

.icon.right-align, i.right-align {
  background-image: url("../media/text-right.8277273b.svg");
}

.icon.justify-align, i.justify-align {
  background-image: url("../media/justify.2c67d37b.svg");
}

i.indent {
  background-image: url("../media/indent.99a5462b.svg");
}

i.outdent {
  background-image: url("../media/outdent.968c1e08.svg");
}

.link-editor .button.active, .toolbar .button.active {
  background-color: #dfe8fa;
}

.link-editor .link-input {
  display: block;
  width: calc(100% - 75px);
  box-sizing: border-box;
  margin: 12px;
  padding: 8px 12px;
  border-radius: 15px;
  background-color: #eee;
  font-size: 16px;
  color: #050505;
  border: 0;
  outline: 0;
  position: relative;
  font-family: inherit;
}

.link-editor .link-view {
  display: block;
  width: calc(100% - 24px);
  margin: 8px 12px;
  padding: 8px 12px;
  border-radius: 15px;
  font-size: 16px;
  color: #050505;
  border: 0;
  outline: 0;
  position: relative;
  font-family: inherit;
}

.link-editor .link-view a {
  display: block;
  word-break: break-word;
  width: calc(100% - 33px);
}

.link-editor div.link-edit {
  background-image: url("../media/pencil-fill.66b180c2.svg");
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  width: 35px;
  vertical-align: -.25em;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

.link-editor div.link-trash {
  background-image: url("../media/trash.9afb33fc.svg");
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  width: 35px;
  vertical-align: -.25em;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

.link-editor div.link-cancel {
  background-image: url("../media/close.1ef076e6.svg");
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  width: 35px;
  vertical-align: -.25em;
  margin-right: 28px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

.link-editor div.link-confirm {
  background-image: url("../media/success-alt.994d95b0.svg");
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  width: 35px;
  vertical-align: -.25em;
  margin-right: 2px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

.link-editor .link-input a {
  color: #216fdb;
  text-decoration: underline;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 30px;
  text-overflow: ellipsis;
}

.link-editor .link-input a:hover {
  text-decoration: underline;
}

.link-editor .font-size-wrapper, .link-editor .font-family-wrapper {
  display: flex;
  margin: 0 4px;
}

.link-editor select {
  padding: 6px;
  border: none;
  background-color: #00000013;
  border-radius: 4px;
}

.PlaygroundEditorTheme__link {
  color: #216fdb;
  text-decoration: none;
}

.PlaygroundEditorTheme__link:hover {
  text-decoration: underline;
  cursor: pointer;
}

@media screen and (width >= 900px) {
  .block-type {
    margin-right: 6px;
  }
}

.mentions-menu {
  width: 250px;
}

.mention:focus {
  box-shadow: 0 0 0 2px #b4d5ff;
  outline: none;
}

#typeahead-menu {
  transform: translateY(-22px);
}

.calculation {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.editor:after {
  content: var(--after-content, "");
}

.line-clamp.ContentEditable__root {
  display: -webkit-box;
  -webkit-line-clamp: var(--line-clamp, 2);
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: var(--max-height);
}


/* [project]/src/components/atoms/viewerjs.css [app-client] (css) */
.viewer-rotate-left:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeSmall' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='Rotate90DegreesCcwIcon' aria-label='fontSize small'%3E%3Cpath fill='white' d='M7.34 6.41.86 12.9l6.49 6.48 6.49-6.48zM3.69 12.9l3.66-3.66L11 12.9l-3.66 3.66zm15.67-6.26C17.61 4.88 15.3 4 13 4V.76L8.76 5 13 9.24V6c1.79 0 3.58.68 4.95 2.05 2.73 2.73 2.73 7.17 0 9.9C16.58 19.32 14.79 20 13 20c-.97 0-1.94-.21-2.84-.61l-1.49 1.49C10.02 21.62 11.51 22 13 22c2.3 0 4.61-.88 6.36-2.64 3.52-3.51 3.52-9.21 0-12.72'%3E%3C/path%3E%3C/svg%3E") !important;
  background-size: 20px 20px !important;
  background-position: center !important;
}

.viewer-reset:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeSmall css-f5io2' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='FitScreenIcon' aria-label='fontSize small'%3E%3Cpath fill='white' d='M17 4h3c1.1 0 2 .9 2 2v2h-2V6h-3zM4 8V6h3V4H4c-1.1 0-2 .9-2 2v2zm16 8v2h-3v2h3c1.1 0 2-.9 2-2v-2zM7 18H4v-2H2v2c0 1.1.9 2 2 2h3zM18 8H6v8h12z'%3E%3C/path%3E%3C/svg%3E") !important;
  background-size: 20px 20px !important;
  background-position: center !important;
}

.viewer-zoom-out:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-dhaba5' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='RemoveIcon'%3E%3Cpath fill='white' d='M19 13H5v-2h14z'%3E%3C/path%3E%3C/svg%3E") !important;
  background-size: 20px 20px !important;
  background-position: center !important;
}

.viewer-zoom-in:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-dhaba5' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='AddIcon'%3E%3Cpath fill='white' d='M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6z'%3E%3C/path%3E%3C/svg%3E") !important;
  background-size: 20px 20px !important;
  background-position: center !important;
}

.viewer-prev:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-dhaba5' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='ArrowBackIosNewIcon'%3E%3Cpath fill='white' d='M17.77 3.77 16 2 6 12l10 10 1.77-1.77L9.54 12z'%3E%3C/path%3E%3C/svg%3E") !important;
  background-size: 20px 20px !important;
  background-position: center !important;
}

.viewer-next:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-dhaba5' focusable='false' aria-hidden='true' viewBox='0 0 24 24' data-testid='ArrowForwardIosIcon'%3E%3Cpath fill='white' d='M6.23 20.23 8 22l10-10L8 2 6.23 3.77 14.46 12z'%3E%3C/path%3E%3C/svg%3E") !important;
  background-size: 20px 20px !important;
  background-position: center !important;
}


/*# sourceMappingURL=src_components_8f5915._.css.map*/
