/* ======== BlockEditor Styles ======== */
/* ======== Drag and Drop Styles ======== */
/* ======== Floating Icons Styles ======== */
/* ======== Inline toolbar Styles ======== */
/* ======== Block level syles ======== */
/* ======== Numbered And Bullet List ======== */
/* ======== Quote and Callout Block ======== */
/* ======== Toggle Block Styles ======== */
/* ======== Selection Overlay ======== */
/* ======== Image Placeholder Styles ======== */
/* ======== Image Uploader popup ======== */
/* ======== Divider Block ======== */
/* ======== Link syles ======== */
/* ======== Inline content syles ======== */
/* ======== Slash Command styles ======== */
/* ======== Context menu syles ======== */
/* ======== Check Box syles ======== */
/* ======== User and Label Mention Chip Syles ======== */
/* ======== User and Label Mention Syles ======== */
/* ======== Code Block Styles ======== */
/* ======== Table syles ======== */
/* ======== scrollbar syles ======== */
/* ======== Selection syles ======== */
.e-block-add-icon::before {
  content: "\e805";
}

.e-block-drag-icon::before {
  content: "\e726";
}

.e-checkmark-checked::after {
  content: "\e727";
}

.e-block-image-icon::before {
  content: "\e786";
}

.e-be-check::before {
  content: "\e8b1";
}

.e-be-close::before {
  content: "\e7e7";
}

/* ======== Inline Toolbar styles ======== */
.e-blockeditor-inline-toolbar-popup .e-inline-color-icon::before {
  content: "\e79f"; /* A-style icon */
}
.e-blockeditor-inline-toolbar-popup .e-inline-bgColor-icon::before {
  content: "\e783"; /* Paint bucket icon */
}
.e-blockeditor-inline-toolbar-popup .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn.e-be-fontcolor-dropdown::before {
  content: "\e79f";
}
.e-blockeditor-inline-toolbar-popup .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn.e-be-bgcolor-dropdown::before {
  content: "\e783";
}

/* ======== Slash Command styles ======== */
.e-blockeditor-command-menu.e-popup .e-be-paragraph::before,
.e-blockeditor-command-menu .e-be-paragraph::before {
  content: "\e82e";
}
.e-blockeditor-command-menu.e-popup .e-be-divider::before,
.e-blockeditor-command-menu .e-be-divider::before {
  content: "\e920";
}
.e-blockeditor-command-menu.e-popup .e-be-callout::before,
.e-blockeditor-command-menu .e-be-callout::before {
  content: "\e942";
}
.e-blockeditor-command-menu.e-popup .e-be-h1::before,
.e-blockeditor-command-menu .e-be-h1::before {
  content: "\e943";
}
.e-blockeditor-command-menu.e-popup .e-be-h2::before,
.e-blockeditor-command-menu .e-be-h2::before {
  content: "\e944";
}
.e-blockeditor-command-menu.e-popup .e-be-h3::before,
.e-blockeditor-command-menu .e-be-h3::before {
  content: "\e945";
}
.e-blockeditor-command-menu.e-popup .e-be-h4::before,
.e-blockeditor-command-menu .e-be-h4::before {
  content: "\e946";
}
.e-blockeditor-command-menu.e-popup .e-be-toggle-h1::before,
.e-blockeditor-command-menu .e-be-toggle-h1::before {
  content: "\e947";
}
.e-blockeditor-command-menu.e-popup .e-be-toggle-h2::before,
.e-blockeditor-command-menu .e-be-toggle-h2::before {
  content: "\e948";
}
.e-blockeditor-command-menu.e-popup .e-be-toggle-h3::before,
.e-blockeditor-command-menu .e-be-toggle-h3::before {
  content: "\e949";
}
.e-blockeditor-command-menu.e-popup .e-be-toggle-h4::before,
.e-blockeditor-command-menu .e-be-toggle-h4::before {
  content: "\e94a";
}
.e-blockeditor-command-menu.e-popup .e-be-toggle-paragraph::before,
.e-blockeditor-command-menu .e-be-toggle-paragraph::before {
  content: "\e844";
}
.e-blockeditor-command-menu.e-popup .e-be-table::before,
.e-blockeditor-command-menu .e-be-table::before {
  content: "\e83f";
}

/* ======== BlockEditor Styles ======== */
/* ======== Drag and Drop Styles ======== */
/* ======== Floating Icons Styles ======== */
/* ======== Inline toolbar Styles ======== */
/* ======== Block level syles ======== */
/* ======== Numbered And Bullet List ======== */
/* ======== Quote and Callout Block ======== */
/* ======== Toggle Block Styles ======== */
/* ======== Selection Overlay ======== */
/* ======== Image Placeholder Styles ======== */
/* ======== Image Uploader popup ======== */
/* ======== Divider Block ======== */
/* ======== Link syles ======== */
/* ======== Inline content syles ======== */
/* ======== Slash Command styles ======== */
/* ======== Context menu syles ======== */
/* ======== Check Box syles ======== */
/* ======== User and Label Mention Chip Syles ======== */
/* ======== User and Label Mention Syles ======== */
/* ======== Code Block Styles ======== */
/* ======== Table syles ======== */
/* ======== scrollbar syles ======== */
/* ======== Selection syles ======== */
/* ======== Main Editor ======== */
.e-blockeditor {
  overflow: auto;
  overflow-x: hidden;
  position: relative;
  display: block;
  /* Remove default styles */
  /* ======== Block Container ======== */
  /* ======== Horizontal Scrollable Block styles ======== */
  /* ======== Divider Blocks Level styles ======== */
  /* ======== Blocks Level styles ======== */
  /* ======== Drag and Drop Styles ======== */
  /* ======== Code Block Styles ======== */
  /* ======== Table Block Styles ======== */
  /* ======== Image Block Styles ======== */
  /* ======== Image placeholder Styles ======== */
  /* ======== Selection Overlay ======== */
  /* ======== RTL Styles ======== */
}
.e-blockeditor:has([data-resizing=true]) {
  cursor: col-resize;
}
.e-blockeditor .e-block-container {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.e-blockeditor .e-block-container .em-content {
  font-family: "Inter";
  font-size: 14px;
  line-height: 20px;
}
.e-blockeditor h1,
.e-blockeditor h2,
.e-blockeditor h3,
.e-blockeditor h4,
.e-blockeditor h5,
.e-blockeditor h6,
.e-blockeditor p {
  margin: 0;
  padding: 0;
}
.e-blockeditor h1 {
  font-size: 2.857em;
  font-weight: 600;
  line-height: 1.2;
}
.e-blockeditor h2 {
  font-size: 2.285em;
  font-weight: 600;
  line-height: 1.2;
}
.e-blockeditor h3 {
  font-size: 2em;
  font-weight: 600;
  line-height: 1.2;
}
.e-blockeditor h4 {
  font-size: 1.714em;
  font-weight: 600;
  line-height: 1.2;
}
.e-blockeditor h5 {
  font-size: 1.428em;
  font-weight: 600;
  line-height: 1.2;
}
.e-blockeditor h6 {
  font-size: 1.142em;
  line-height: 600;
  line-height: 1.5;
}
.e-blockeditor ul,
.e-blockeditor ol {
  margin-block: initial;
  margin-inline: initial;
  padding-block: initial;
  padding-inline: initial;
}
.e-blockeditor ol {
  list-style: none;
}
.e-blockeditor a {
  text-decoration: none;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
  cursor: pointer;
}
.e-blockeditor a:hover {
  text-decoration: underline;
}
.e-blockeditor .e-block-container.e-mention.e-editable-element {
  width: 100%;
  padding: 20px;
  border: unset;
}
.e-blockeditor .e-scrollable-block {
  overflow-x: auto;
  scroll-behavior: smooth;
  position: relative;
}
.e-blockeditor .e-divider-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.e-blockeditor .e-divider-block .e-be-hr-wrapper {
  width: 100%;
  height: 100%;
}
.e-blockeditor .e-divider-block .e-be-hr {
  margin: 6px 0;
}
.e-blockeditor .e-block {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 30px;
  padding: 4px 8px;
  border: 1px solid transparent;
  border-radius: 4px;
  padding-left: calc(50px + var(--block-indent) * 1px); /* padding for the floating icons position */
  /* List Block Styles */
  /* Quote Block */
  /* Callout Block */
  /* Toggle Block */
  /* User and label mention Chip styles */
}
.e-blockeditor .e-block [contenteditable=true]:empty::before {
  content: attr(placeholder);
}
.e-blockeditor .e-block[data-block-type=Table] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 16px 8px 4px;
  padding-left: calc(50px + var(--block-indent) * 1px);
}
.e-blockeditor .e-block.e-list-block {
  margin-left: 15px;
  /* Checklist Block */
}
.e-blockeditor .e-block.e-list-block ol li {
  padding-left: 4px;
  position: relative;
  left: 4px;
}
.e-blockeditor .e-block.e-list-block li::marker {
  font-size: 14px;
}
.e-blockeditor .e-block.e-list-block[data-block-type=Checklist] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
}
.e-blockeditor .e-block.e-list-block[data-block-type=Checklist] ul {
  word-break: break-word;
  list-style: none;
}
.e-blockeditor .e-block.e-list-block[data-block-type=Checklist] ul li {
  padding-left: 8px;
}
.e-blockeditor .e-block.e-list-block[data-block-type=Checklist] .e-checkmark-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: text-bottom;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  height: 16px;
  width: 16px;
}
.e-blockeditor .e-block.e-list-block[data-block-type=Checklist] .e-checkmark-container svg {
  height: inherit;
  width: inherit;
}
.e-blockeditor .e-block.e-list-block[data-block-type=Checklist]:has(.e-checked) li.e-checked:not(:empty) {
  text-decoration: line-through;
}
.e-blockeditor .e-block.e-list-block[data-block-type=BulletList] {
  margin-left: 20px;
}
.e-blockeditor .e-block.e-quote-block blockquote {
  border-left-width: 3px;
  border-left-style: solid;
  padding: unset;
  font-size: unset;
  padding-left: 8px;
  margin: 0;
}
.e-blockeditor .e-block.e-quote-block blockquote.e-quote-content .e-block {
  padding-left: 0;
}
.e-blockeditor .e-block.e-callout-block .e-block {
  padding-left: calc(45px + var(--block-indent) * 1px);
}
.e-blockeditor .e-block.e-callout-block .e-callout-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 12px;
  border-radius: 4px;
}
.e-blockeditor .e-block.e-callout-block .e-callout-icon {
  position: absolute;
  height: 16px;
  width: 16px;
  margin-top: 8px;
  margin-left: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 1;
  pointer-events: none;
}
.e-blockeditor .e-block.e-callout-block .e-callout-icon svg {
  height: inherit;
  width: inherit;
}
.e-blockeditor .e-block.e-callout-block .e-callout-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.e-blockeditor .e-block.e-toggle-block .e-block {
  padding-left: calc(21px + var(--block-indent) * 1px);
}
.e-blockeditor .e-block.e-toggle-block .e-toggle-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
.e-blockeditor .e-block.e-toggle-block .e-toggle-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  height: 12px;
  width: 12px;
  margin-right: 8px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.e-blockeditor .e-block.e-toggle-block .e-toggle-icon svg {
  height: inherit;
  width: inherit;
}
.e-blockeditor .e-block.e-toggle-block[data-collapsed=false] .e-toggle-icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.e-blockeditor .e-block .e-user-chip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: default;
  gap: 4px;
  height: 24px;
  padding: 2px;
  border-radius: 2px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.e-blockeditor .e-block .e-user-chip .em-avatar {
  height: 20px;
  width: 20px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 50%;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  pointer-events: none;
}
.e-blockeditor .e-block .e-user-chip .em-avatar .em-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.e-blockeditor .e-block .e-user-chip .em-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.e-blockeditor .e-block .e-label-chip {
  height: 26px;
  padding: 2px 4px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 4px;
  display: inline-block;
}
.e-blockeditor .e-block .e-block-content {
  white-space: break-spaces;
  /* Inline code */
}
.e-blockeditor .e-block .e-block-content .e-be-inline-code {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  padding: 2px 4px;
  border-radius: 2px;
  white-space: pre-wrap;
}
.e-blockeditor .e-block .e-block-content .e-mention-chip {
  white-space: nowrap;
}
.e-blockeditor .e-be-drop-indicator {
  position: absolute;
  width: calc(100% - 58px); /* calc of padding of e-block */
  height: 2px;
  margin: 4px 0;
  left: 46px; /* calc of padding left of e-block with indicator width */
}
.e-blockeditor .e-be-drop-indicator::before {
  position: absolute;
  border-radius: 50%;
  content: "";
  height: 8px;
  width: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.e-blockeditor .e-divider-block .e-be-drop-indicator {
  margin-top: 30px;
}
.e-blockeditor .e-be-dragging-clone {
  border-radius: 0;
}
.e-blockeditor .e-be-dragging-clone .e-block {
  padding: 4px 8px;
  padding-left: calc(4px + var(--block-indent) * 1px);
}
.e-blockeditor .e-be-dragging-clone .e-block.e-callout-block .e-block {
  padding-left: calc(45px + var(--block-indent) * 1px);
}
.e-blockeditor .e-be-dragging-clone .e-block.e-toggle-block .e-block {
  padding-left: calc(21px + var(--block-indent) * 1px);
}
.e-blockeditor:has(.e-be-dragging-clone) .e-floating-icons {
  display: none;
}
.e-blockeditor .e-block-container .e-block:first-child .e-be-drop-indicator:first-child {
  top: -5px;
  margin-top: 4px;
}
.e-blockeditor .e-code-block-container {
  border-radius: 6px;
  overflow: hidden;
  /* Blazor specific styles for ddb */
}
.e-blockeditor .e-code-block-container .e-ddl {
  height: auto;
  width: auto !important; /* stylelint-disable-line declaration-no-important */
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.e-blockeditor .e-code-block-container .e-ddl,
.e-blockeditor .e-code-block-container .e-code-block-dropdown-btn {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.e-blockeditor .e-code-block-container .e-code-block-dropdown-btn {
  min-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.e-blockeditor .e-code-block-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  min-height: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* Blazor specific styles for dropdown button */
}
.e-blockeditor .e-code-block-toolbar .e-code-block-dropdown-btn {
  font-weight: 400;
}
.e-blockeditor .e-code-block-languages {
  margin-left: auto;
  padding: 4px 8px;
  border-radius: 4px;
  outline: none;
  width: 248px;
  height: 30px;
}
.e-blockeditor .e-code-block-copy-button {
  border: none;
  cursor: pointer;
  padding: 8px;
  margin-left: 8px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
}
.e-blockeditor .e-code-block-copy-button .e-icons {
  font-size: 14px;
}
.e-blockeditor .e-code-block {
  min-height: 100px;
  max-height: 200px;
  margin: 0;
  padding: 10px 24px;
  border: 0;
  border-radius: 0;
  overflow-x: auto;
  font-size: 14px;
  line-height: 20px;
  white-space: break-spaces;
  word-break: inherit;
  word-wrap: break-word;
}
.e-blockeditor .e-table-block .e-table-container {
  padding-bottom: 10px;
}
.e-blockeditor .e-table-block table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.e-blockeditor .e-table-block th,
.e-blockeditor .e-table-block td {
  min-width: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.e-blockeditor .e-table-block th {
  height: 32px;
  padding: 8px;
  font-weight: 500;
  font-size: 10px;
  line-height: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.e-blockeditor .e-table-block th:focus, .e-blockeditor .e-table-block th:focus-within, .e-blockeditor .e-table-block th.e-cell-focus {
  text-overflow: clip;
}
.e-blockeditor .e-table-block td {
  height: 34px;
  padding: 6px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.e-blockeditor .e-table-block td:has(.e-block) {
  padding-top: 0;
  padding-bottom: 0;
}
.e-blockeditor .e-table-block .e-cell-focus {
  outline-offset: -2px;
}
.e-blockeditor .e-table-block.e-readonly {
  pointer-events: none;
}
.e-blockeditor .e-table-block .e-block {
  padding-left: calc(0px + var(--block-indent) * 1px);
}
.e-blockeditor .e-table-block .e-block .e-block-content {
  overflow-wrap: anywhere;
}
.e-blockeditor .e-block .e-row-dot,
.e-blockeditor .e-block .e-col-dot {
  position: absolute;
  width: 6.4px;
  height: 6.4px;
  border-radius: 50%;
  z-index: 7;
  cursor: pointer;
}
.e-blockeditor .e-block .e-row-hover-line,
.e-blockeditor .e-block .e-col-hover-line {
  position: absolute;
  z-index: 4;
}
.e-blockeditor .e-block .e-row-insert-handle,
.e-blockeditor .e-block .e-col-insert-handle {
  position: absolute;
  z-index: 9;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  font-size: 10px;
  line-height: 11px;
  text-align: center;
  cursor: pointer;
}
.e-blockeditor .e-block .e-row-action-handle,
.e-blockeditor .e-block .e-col-action-handle {
  position: absolute;
  z-index: 6;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top-left-radius: 4px;
  cursor: pointer;
}
.e-blockeditor .e-block .e-row-action-handle {
  border-bottom-left-radius: 4px;
  width: 28px;
  left: 22px;
}
.e-blockeditor .e-block .e-col-action-handle {
  border-top-right-radius: 4px;
  height: 20px;
  top: -4px;
}
.e-blockeditor .e-block .e-row-dot-hit,
.e-blockeditor .e-block .e-col-dot-hit {
  position: absolute;
  z-index: 7;
}
.e-blockeditor .e-block .e-col-resize-handle {
  position: absolute;
  width: 5px;
  cursor: col-resize;
  z-index: 20;
  display: none;
}
.e-blockeditor .e-block .e-row-dot-hit {
  width: 22px;
  height: 26px;
}
.e-blockeditor .e-block .e-col-dot-hit {
  width: 26px;
  height: 22px;
}
.e-blockeditor .e-table-element {
  width: inherit;
}
.e-blockeditor .e-table-element .e-row-number {
  text-align: center;
}
.e-blockeditor .e-table-element thead th.e-row-number {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.e-blockeditor .e-row-hover-line {
  height: 2px;
}
.e-blockeditor .e-col-hover-line {
  width: 2px;
}
.e-blockeditor .e-image-container {
  margin: 6px 2px;
  max-width: 100%;
}
.e-blockeditor .e-image-container .e-image-rsz-handle.e-resize-nw {
  top: -4px;
  left: -4px;
  cursor: nwse-resize;
}
.e-blockeditor .e-image-container .e-image-rsz-handle.e-resize-ne {
  top: -4px;
  right: -4px;
  cursor: nesw-resize;
}
.e-blockeditor .e-image-container .e-image-rsz-handle.e-resize-se {
  bottom: -4px;
  right: -4px;
  cursor: nwse-resize;
}
.e-blockeditor .e-image-container .e-image-rsz-handle.e-resize-sw {
  bottom: -4px;
  left: -4px;
  cursor: nesw-resize;
}
.e-blockeditor .e-image-container .e-image-block {
  display: block;
  height: auto;
  max-width: 100%;
}
.e-blockeditor .e-image-container.e-readonly {
  pointer-events: none;
}
.e-blockeditor .e-image-container.e-readonly .e-image-rsz-handle {
  display: none;
}
.e-blockeditor .e-image-container .e-badge {
  position: absolute;
  top: 8px;
  right: 8px;
}
.e-blockeditor .e-image-placeholder {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  border-radius: 12px;
  padding: 14px 12px;
  gap: 8px;
}
.e-blockeditor .e-image-placeholder .e-placeholder-icon-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.e-blockeditor .e-image-placeholder .e-placeholder-icon-container .e-icons {
  font-weight: 400;
  font-size: 16px;
}
.e-blockeditor .e-image-placeholder .e-placeholder-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.e-blockeditor .e-be-selection-overlay {
  position: absolute;
  pointer-events: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0.5;
  z-index: 1000;
  border-radius: 4px;
}
.e-blockeditor.e-rtl {
  /* Block Styles */
}
.e-blockeditor.e-rtl .e-block {
  /* Callout Block Styles */
  /* Toggle Block */
  /* List Block Styles */
}
.e-blockeditor.e-rtl .e-block.e-callout-block .e-block {
  padding-right: calc(45px + var(--block-indent) * 1px);
  padding-left: 0;
}
.e-blockeditor.e-rtl .e-block.e-toggle-block .e-block {
  padding-right: calc(21px + var(--block-indent) * 1px);
  padding-left: 0;
}
.e-blockeditor.e-rtl .e-block.e-list-block {
  margin-right: 23px;
  margin-left: 0;
  /* Checklist Block */
  /* Padding adjustment for Bullet and Numbered list Block */
}
.e-blockeditor.e-rtl .e-block.e-list-block ul li {
  padding-right: 8px;
  padding-left: 0;
}
.e-blockeditor.e-rtl .e-block.e-list-block ol li {
  padding-right: 4px;
  padding-left: 0;
  right: 4px;
  left: 0;
}
.e-blockeditor.e-rtl .e-block.e-list-block[data-block-type=Checklist] {
  margin-right: 8px;
  margin-left: unset;
}
.e-blockeditor.e-rtl .e-block.e-list-block[data-block-type=BulletList], .e-blockeditor.e-rtl .e-block.e-list-block[data-block-type=NumberedList], .e-blockeditor.e-rtl .e-block.e-list-block[data-block-type=Checklist] {
  padding-left: calc(50px - var(--block-indent) * 1px);
  padding-right: calc(var(--block-indent) * 1px);
}

.e-table-gripper-action-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px;
  border-radius: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.e-table-gripper-action-popup .e-icons {
  cursor: pointer;
  font-size: 18px;
  line-height: 100%;
  padding: 6px;
  border-radius: 4px;
}

/* floating icons tooltip styles */
.e-be-floating-icon-tooltip .e-tip-content {
  text-align: center;
}

/* ======== Floating Icons styles ======== */
.e-floating-icon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  border-radius: 4px;
  cursor: pointer;
}

.e-floating-icons {
  gap: 4px;
}

/* Blazor specific styles for label */
.e-blockeditor-mention-menu.e-popup-open .e-dropdownbase.e-dd-group .e-list-item {
  padding-left: 0;
}

.e-blockeditor-mention-menu.e-popup-open .e-dropdownbase.e-dd-group .em-content .e-settings {
  border-left: 0;
  padding: 0;
  -webkit-box-sizing: unset;
          box-sizing: unset;
}

/* Common for all mention menu */
.e-blockeditor-mention-menu.e-popup {
  /* To override the textindent style of e-list-item */
}
.e-blockeditor-mention-menu.e-popup .e-dropdownbase {
  padding: 4px;
}
.e-blockeditor-mention-menu.e-popup ul.e-list-parent.e-ul * {
  text-indent: 0;
}
.e-blockeditor-mention-menu.e-popup.e-rtl .e-dropdownbase .e-list-item {
  padding-right: 15px;
  padding-left: 0;
}

/* ======== common styles for mention and popup menu ======== */
.e-blockeditor-mention-menu.e-popup,
.e-blockeditor-blockaction-popup,
.e-blockeditor-contextmenu ul {
  border-radius: 4px;
}

/* Table gripper action popup styles */
.e-blockeditor .e-be-gripper-action-popup-hide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
}

/* ======== Block Action styles ======== */
.e-blockeditor-blockaction-popup {
  /* ======== Blazor specific BlockAction menu popup styles ======== */
}
.e-blockeditor-blockaction-popup.e-be-action-popup-hide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
}
.e-blockeditor-blockaction-popup .e-menu-wrapper,
.e-blockeditor-blockaction-popup .e-menu-container {
  width: 100%;
  padding: 4px;
}
.e-blockeditor-blockaction-popup .e-menu-wrapper ul .e-menu-item,
.e-blockeditor-blockaction-popup .e-menu-container ul .e-menu-item {
  height: 32px;
  line-height: 32px;
  padding: 0;
}
.e-blockeditor-blockaction-popup .e-menu-wrapper ul .e-menu-item .e-blockaction-item-template,
.e-blockeditor-blockaction-popup .e-menu-container ul .e-menu-item .e-blockaction-item-template {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding-left: 8px;
  padding-right: 4px;
}
.e-blockeditor-blockaction-popup .e-menu-wrapper ul .e-menu-item .e-blockaction-item-template .e-action-icon-info,
.e-blockeditor-blockaction-popup .e-menu-container ul .e-menu-item .e-blockaction-item-template .e-action-icon-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.e-blockeditor-blockaction-popup .e-menu-wrapper ul .e-menu-item .e-blockaction-item-template .e-action-item-info,
.e-blockeditor-blockaction-popup .e-menu-container ul .e-menu-item .e-blockaction-item-template .e-action-item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.e-blockeditor-blockaction-popup .e-menu-wrapper ul .e-menu-item .e-blockaction-item-template .e-action-icon,
.e-blockeditor-blockaction-popup .e-menu-container ul .e-menu-item .e-blockaction-item-template .e-action-icon {
  font-size: 14px;
  line-height: 14px;
}
.e-blockeditor-blockaction-popup .e-menu-wrapper ul .e-menu-item .e-blockaction-item-template .e-action-item-label,
.e-blockeditor-blockaction-popup .e-menu-container ul .e-menu-item .e-blockaction-item-template .e-action-item-label {
  font-size: 14px;
  line-height: 20px;
}
.e-blockeditor-blockaction-popup .e-menu-wrapper ul .e-menu-item .e-blockaction-item-template .e-action-item-shortcut,
.e-blockeditor-blockaction-popup .e-menu-container ul .e-menu-item .e-blockaction-item-template .e-action-item-shortcut {
  font-size: 12px;
  line-height: 16px;
}
.e-blockeditor-blockaction-popup .e-menu-container ul {
  width: 100%;
}

/* ======== Slash Command styles ======== */
.e-blockeditor-command-menu.e-popup {
  /* ======== Blazor specific command menu popup styles ======== */
  /* ======== Inline toolbar Transform item popup styles ======== */
}
.e-blockeditor-command-menu.e-popup.e-mention {
  margin-top: 5px;
}
.e-blockeditor-command-menu.e-popup .e-command-mention-item-template {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding-left: 8px;
}
.e-blockeditor-command-menu.e-popup .e-command-mention-item-template .e-command-icon-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.e-blockeditor-command-menu.e-popup .e-command-mention-item-template .e-command-icon {
  font-size: 14px;
  line-height: 14px;
}
.e-blockeditor-command-menu.e-popup .e-command-mention-item-template .e-command-title {
  font-size: 14px;
  line-height: 20px;
}
.e-blockeditor-command-menu.e-popup .e-command-mention-item-template .e-command-shortcut {
  font-size: 12px;
  line-height: 16px;
}
.e-blockeditor-command-menu.e-popup .e-command-item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.e-blockeditor-command-menu.e-popup .e-dropdownbase .e-list-group-item,
.e-blockeditor-command-menu.e-popup .e-fixed-head {
  padding-left: 8px;
}
.e-blockeditor-command-menu.e-popup.e-rtl .e-dropdownbase .e-list-group-item,
.e-blockeditor-command-menu.e-popup.e-rtl .e-fixed-head {
  padding-right: 8px;
  padding-left: 0;
}
.e-blockeditor-command-menu.e-popup .e-dropdownbase.e-dd-group .e-list-item {
  padding-left: unset;
}
.e-blockeditor-command-menu.e-popup .e-transform-item-template {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.e-blockeditor-command-menu.e-popup .e-transform-item-template .e-transform-icon-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.e-blockeditor-command-menu.e-popup .e-transform-item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* Context menu styles */
.e-blockeditor-contextmenu ul {
  width: 200px;
}
.e-blockeditor-contextmenu ul.e-contextmenu {
  padding: 4px;
}
.e-blockeditor-contextmenu ul .e-ctmenu-item-template {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.e-blockeditor-contextmenu ul .e-ctmenu-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.e-blockeditor-contextmenu ul .e-ctmenu-icon {
  font-size: 14px;
  line-height: 14px;
}
.e-blockeditor-contextmenu ul .e-ctmenu-text {
  font-size: 14px;
  line-height: 20px;
}
.e-blockeditor-contextmenu ul .e-ctmenu-shortcut {
  font-size: 12px;
  line-height: 16px;
}

/* ======== Inline Toolbar styles ======== */
.e-blockeditor-inline-toolbar-popup {
  max-width: 75%;
  border-radius: 8px;
  /* ======== Blazor specific Toolbar styles ======== */
}
.e-blockeditor-inline-toolbar-popup.e-be-inline-tlbr-hide {
  display: block;
  visibility: hidden;
  width: auto;
}
.e-blockeditor-inline-toolbar-popup .e-toolbar-item {
  /* ======== Blazor specific Toolbar styles ======== */
}
.e-blockeditor-inline-toolbar-popup .e-toolbar-item .e-inline-color-icon,
.e-blockeditor-inline-toolbar-popup .e-toolbar-item .e-inline-bgColor-icon {
  font-family: "e-icons";
  font-size: 14px;
}
.e-blockeditor-inline-toolbar-popup .e-toolbar-item .e-toolbar-color-dropdown .e-icons.e-btn-icon,
.e-blockeditor-inline-toolbar-popup .e-toolbar-item .e-toolbar-bgcolor-dropdown .e-icons.e-btn-icon {
  font-size: 12px;
}
.e-blockeditor-inline-toolbar-popup .e-toolbar-item .e-toolbar-color-dropdown.e-btn.e-icon-btn .e-btn-icon,
.e-blockeditor-inline-toolbar-popup .e-toolbar-item .e-toolbar-bgcolor-dropdown.e-btn.e-icon-btn .e-btn-icon {
  line-height: unset;
}
.e-blockeditor-inline-toolbar-popup .e-toolbar-item .e-toolbar-color-dropdown.e-btn .e-btn-icon.e-icon-left,
.e-blockeditor-inline-toolbar-popup .e-toolbar-item .e-toolbar-bgcolor-dropdown.e-btn .e-btn-icon.e-icon-left {
  margin-left: unset;
  margin-right: unset;
  width: unset;
}
.e-blockeditor-inline-toolbar-popup .e-toolbar .e-item-first-child {
  margin-left: 8px;
}
.e-blockeditor-inline-toolbar-popup .e-toolbar.e-rtl .e-item-first-child {
  margin-left: 0;
  margin-right: 8px;
}
.e-blockeditor-inline-toolbar-popup .e-blockeditor-inline-toolbar.e-toolbar {
  min-height: auto;
}
.e-blockeditor-inline-toolbar-popup .e-blockeditor-inline-toolbar.e-toolbar .e-toolbar-items {
  min-width: auto;
  margin: 3px 7px;
}
.e-blockeditor-inline-toolbar-popup .e-blockeditor-inline-toolbar.e-toolbar .e-toolbar-items .e-toolbar-item {
  margin: 0;
  min-height: auto;
  padding: 0 4px;
}
.e-blockeditor-inline-toolbar-popup .e-blockeditor-inline-toolbar.e-toolbar .e-toolbar-transform-dropdown {
  gap: 4px;
}
.e-blockeditor-inline-toolbar-popup .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker .e-selected-color {
  background: none;
  display: block;
  margin-top: 3px;
  width: 100%;
  height: auto;
}
.e-blockeditor-inline-toolbar-popup .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker .e-selected-color .e-split-preview {
  height: 3px;
  bottom: 0;
  top: unset;
}
.e-blockeditor-inline-toolbar-popup .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker::before {
  font-family: "e-icons";
}

/* Link Popup styles */
.e-blockeditor-link-dialog .e-be-link-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.e-blockeditor-link-dialog .e-footer-content .e-be-link-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.e-blockeditor-link-dialog .e-footer-content .e-be-link-footer .e-btn {
  margin-left: 0;
  margin-right: 0;
}

/* User and label mention styles */
.e-blockeditor-mention-menu.e-popup .e-user-mention-item-template,
.e-blockeditor-mention-menu.e-popup .e-label-mention-item-template {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.e-blockeditor-mention-menu.e-popup .e-user-mention-item-template {
  padding: 6px 4px;
}
.e-blockeditor-mention-menu.e-popup .e-label-mention-item-template {
  padding: 5px 8px;
}
.e-blockeditor-mention-menu.e-popup .em-avatar {
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.e-blockeditor-mention-menu.e-popup .em-avatar .em-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.e-blockeditor-mention-menu.e-popup.e-blockeditor-label-menu .em-avatar {
  width: 20px;
  height: 20px;
}
.e-blockeditor-mention-menu.e-popup .em-initial {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.e-blockeditor-mention-menu.e-popup .em-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.e-blockeditor-mention-menu.e-popup .em-content .em-text {
  font-size: 14px;
  line-height: 20px;
}
.e-blockeditor-mention-menu.e-popup .em-content .em-icon {
  font-size: 14px;
  line-height: 14px;
}

/* Image upload popup styles */
.e-image-upload-popup {
  border-radius: 8px;
}
.e-image-upload-popup.e-image-popup-hide {
  display: block;
  visibility: hidden;
}
.e-image-upload-popup .e-tab .e-content {
  padding: 10px 10px 16px 10px;
}
.e-image-upload-popup .e-embed-actions {
  padding-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* shortcut direction */
.e-ctmenu-shortcut,
.e-action-item-shortcut,
.e-command-shortcut {
  direction: ltr;
}

/* ======== Color Picker Popup Styles ======== */
.e-dropdown-popup:has(.e-be-color-picker) {
  margin-top: 3px;
}

/* Blazor specific styles for ddb popup */
.e-blockeditor-codeblock-dropdown.e-dropdown-popup ul {
  max-height: 300px;
  overflow: auto;
}

/* ======== BlockEditor Styles ======== */
/* ======== Drag and Drop Styles ======== */
/* ======== Floating Icons Styles ======== */
/* ======== Inline toolbar Styles ======== */
/* ======== Block level syles ======== */
/* ======== Numbered And Bullet List ======== */
/* ======== Quote and Callout Block ======== */
/* ======== Toggle Block Styles ======== */
/* ======== Selection Overlay ======== */
/* ======== Image Placeholder Styles ======== */
/* ======== Image Uploader popup ======== */
/* ======== Divider Block ======== */
/* ======== Link syles ======== */
/* ======== Inline content syles ======== */
/* ======== Slash Command styles ======== */
/* ======== Context menu syles ======== */
/* ======== Check Box syles ======== */
/* ======== User and Label Mention Chip Syles ======== */
/* ======== User and Label Mention Syles ======== */
/* ======== Code Block Styles ======== */
/* ======== Table syles ======== */
/* ======== scrollbar syles ======== */
/* ======== Selection syles ======== */
/* ======== Main Editor ======== */
.e-blockeditor {
  background: #1f2937;
  color: #fff;
  /* ======== Drag and Drop Styles ======== */
  /* DividerBlock */
  /* ======== Blocks Level styles ======== */
  /* ======== Blocks Content Level styles ======== */
  /* ======== Code Block Styles ======== */
  /* ======== Table Block Styles ======== */
  /* ======== Image Block Styles ======== */
  /* ======== Image placeholder Styles ======== */
  /* ======== Audio Block Styles ======== */
  /* ======== Video Block Styles ======== */
  /* ======== Selection Overlay ======== */
}
.e-blockeditor a {
  color: #22d3ee;
}
.e-blockeditor .e-be-drop-indicator {
  background: #22d3ee;
}
.e-blockeditor .e-be-drop-indicator::before {
  background: #22d3ee;
}
.e-blockeditor .e-be-dragging-clone {
  background: #155e75;
}
.e-blockeditor .e-divider-block.e-divider-selected .e-be-hr-wrapper {
  background: #155e75;
}
.e-blockeditor .e-divider-block .e-be-hr {
  border: 2px solid #6b7280;
}
.e-blockeditor .e-block {
  /* List Block Styles */
  /* Quote Block */
  /* Callout Block */
}
.e-blockeditor .e-block [contenteditable=true]:empty::before {
  color: #6b7280;
}
.e-blockeditor .e-block.e-list-block {
  /* Checklist Block */
}
.e-blockeditor .e-block.e-list-block[data-block-type=Checklist] .e-checkmark-border {
  stroke: #6b7280;
}
.e-blockeditor .e-block.e-list-block[data-block-type=Checklist] .e-checkmark-bg {
  fill: #22d3ee;
  stroke: #22d3ee;
}
.e-blockeditor .e-block.e-list-block[data-block-type=Checklist] .e-checkmark-color {
  fill: #000;
}
.e-blockeditor .e-block.e-list-block[data-block-type=Checklist]:has(.e-checked) .e-checkmark-border {
  stroke: #22d3ee;
}
.e-blockeditor .e-block.e-list-block[data-block-type=Checklist]:has(.e-checked) li.e-checked:not(:empty) {
  color: #fff;
}
.e-blockeditor .e-block.e-quote-block blockquote {
  border-left-color: #6b7280;
}
.e-blockeditor .e-block.e-callout-block .e-callout-wrapper {
  background: #374151;
}
.e-blockeditor .e-block-content {
  /* Inline code */
}
.e-blockeditor .e-block-content::-moz-selection {
  background: #155e75;
}
.e-blockeditor .e-block-content::selection {
  background: #155e75;
}
.e-blockeditor .e-block-content .e-be-inline-code {
  background: rgba(157, 157, 157, 0.15);
  color: rgb(237, 72, 76);
}
.e-blockeditor .e-code-block-container {
  background: rgb(27.323255814, 36.1372093023, 48.476744186);
  border: 1px solid #6b7280;
}
.e-blockeditor .e-code-block {
  background-color: rgb(27.323255814, 36.1372093023, 48.476744186);
  color: #fff;
}
.e-blockeditor .e-code-block .e-block-content {
  background: transparent;
}
.e-blockeditor .e-code-block-toolbar {
  background: rgb(27.323255814, 36.1372093023, 48.476744186);
}
.e-blockeditor .e-code-block-languages {
  border: 1px solid #6b7280;
  background: rgb(27.323255814, 36.1372093023, 48.476744186);
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.e-blockeditor .e-code-block-copy-button {
  background: rgb(27.323255814, 36.1372093023, 48.476744186);
}
.e-blockeditor .e-code-block-copy-button .e-icons {
  color: #d1d5db;
}
.e-blockeditor .e-code-block-copy-button:hover,
.e-blockeditor .e-code-block-copy-button:active {
  background: #4b5563;
}
.e-blockeditor .e-code-block-copy-button:hover .e-icons,
.e-blockeditor .e-code-block-copy-button:active .e-icons {
  color: #fff;
}
.e-blockeditor .e-table-block th,
.e-blockeditor .e-table-block td {
  border: 1px solid #4b5563;
}
.e-blockeditor .e-table-block thead tr {
  background: rgb(27.323255814, 36.1372093023, 48.476744186);
  color: #fff;
}
.e-blockeditor .e-table-block tbody tr {
  background: #1f2937;
  color: #fff;
}
.e-blockeditor .e-table-block :not(:has([data-resizing=true])) tr:hover {
  background: #4b5563;
  color: #fff;
}
.e-blockeditor .e-table-block tr:has(.e-cell-focus) {
  color: #fff;
}
.e-blockeditor .e-table-block .e-cell-focus {
  border: 1px double #22d3ee;
}
.e-blockeditor .e-table-block .e-col-action-handle:not(.e-action-bar-active):hover,
.e-blockeditor .e-table-block .e-row-action-handle:not(.e-action-bar-active):hover {
  background-color: rgb(235, 243, 252);
  color: rgb(15, 108, 189);
}
.e-blockeditor .e-table-block .e-action-bar-active {
  background-color: rgb(235, 243, 252);
  color: rgb(15, 108, 189);
  border: 1px double rgb(15, 108, 189);
}
.e-blockeditor .e-table-block .e-col-selected {
  background-color: rgb(235, 243, 252);
}
.e-blockeditor .e-table-block .e-row-selected {
  background-color: rgb(235, 243, 252);
}
.e-blockeditor .e-table-block tr.e-row-selected td,
.e-blockeditor .e-table-block .e-col-selected {
  border: 1px double rgb(15, 108, 189);
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.e-blockeditor .e-row-add-indicator,
.e-blockeditor .e-col-add-indicator {
  background: #22d3ee;
  color: #000;
}
.e-blockeditor .e-row-hover-line,
.e-blockeditor .e-col-hover-line {
  background: #22d3ee;
}
.e-blockeditor .e-table-hover-icon {
  background-color: rgb(224, 224, 224);
}
.e-blockeditor .e-block .e-row-dot,
.e-blockeditor .e-block .e-col-dot {
  border: 1px solid rgb(235, 243, 252);
  background: #1f2937;
}
.e-blockeditor .e-block .e-row-insert-handle,
.e-blockeditor .e-block .e-col-insert-handle {
  color: rgb(15, 108, 189);
  border: 1px solid rgb(15, 108, 189);
  background-color: #1f2937;
}
.e-blockeditor .e-block .e-row-hover-line,
.e-blockeditor .e-block .e-col-hover-line {
  background: rgb(15, 108, 189);
}
.e-blockeditor .e-image-block.e-image-focus, .e-blockeditor .e-image-block:hover {
  outline: 2px solid #22d3ee;
}
.e-blockeditor .e-image-placeholder {
  border: 1px solid #4b5563;
  background-color: #1f2937;
}
.e-blockeditor .e-image-placeholder .e-placeholder-icon-container .e-icons {
  color: #fff;
}
.e-blockeditor .e-image-placeholder .e-placeholder-text {
  color: #fff;
}
.e-blockeditor .e-audio-block:hover {
  outline: 2px solid #22d3ee;
}
.e-blockeditor .e-video-block.e-video-focus, .e-blockeditor .e-video-block:hover {
  outline: 2px solid #22d3ee;
}
.e-blockeditor .e-be-selection-overlay {
  border: 1px solid #155e75;
  background: #155e75;
}

.e-table-gripper-action-popup {
  background: #374151;
  border: 1px solid #1f2937;
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.e-table-gripper-action-popup .e-icons {
  color: #d1d5db;
}
.e-table-gripper-action-popup .e-icons:hover {
  background: rgb(245, 245, 245);
  border-color: rgb(245, 245, 245);
  color: rgb(36, 36, 36);
}
.e-table-gripper-action-popup .e-icons:active {
  background: rgb(224, 224, 224);
  border-color: rgb(224, 224, 224);
  color: rgb(36, 36, 36);
}

/* ======== Floating Icons Styles ======== */
.e-floating-icon {
  border: 1px solid transparent;
  color: #d1d5db;
  background: transparent;
}
.e-floating-icon:hover {
  background: #4b5563;
  color: #d1d5db;
}
.e-floating-icon.e-drag-icon-selected {
  background: #4b5563;
  color: #d1d5db;
}

/* ======== Inline Toolbar styles ======== */
.e-blockeditor-inline-toolbar-popup {
  border: 1px solid #1f2937;
  background: #374151;
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.e-blockeditor-inline-toolbar-popup .e-toolbar-item.e-active .e-btn {
  background: #4b5563;
}
.e-blockeditor-inline-toolbar-popup .e-toolbar-item.e-active .e-tbar-btn .e-icons,
.e-blockeditor-inline-toolbar-popup .e-toolbar-item.e-active .e-tbar-btn:focus .e-icons {
  color: #d1d5db;
}
.e-blockeditor-inline-toolbar-popup .e-blockeditor-inline-toolbar .e-toolbar-items .e-toolbar-item .e-split-btn-wrapper .e-dropdown:hover {
  background: #4b5563;
  color: var(--color-sf-toolbar-icon-color);
}
.e-blockeditor-inline-toolbar-popup .e-blockeditor-inline-toolbar .e-toolbar-items .e-toolbar-item .e-split-btn-wrapper .e-dropdown:focus {
  background: #4b5563;
  color: var(--color-sf-toolbar-icon-color);
}
.e-blockeditor-inline-toolbar-popup .e-blockeditor-inline-toolbar .e-toolbar-items .e-toolbar-item .e-split-btn-wrapper .e-dropdown:active {
  background: #4b5563;
  color: var(--color-sf-toolbar-icon-color);
}
.e-blockeditor-inline-toolbar-popup .e-blockeditor-inline-toolbar .e-toolbar-items .e-toolbar-item .e-split-btn-wrapper {
  border-radius: 4px;
}
.e-blockeditor-inline-toolbar-popup .e-blockeditor-inline-toolbar .e-toolbar-items .e-toolbar-item .e-split-btn-wrapper .e-dropdown {
  background: #374151;
  border: 1px solid transparent;
}
.e-blockeditor-inline-toolbar-popup .e-blockeditor-inline-toolbar .e-toolbar-items .e-toolbar-item .e-split-btn-wrapper:hover {
  background: rgb(27.323255814, 36.1372093023, 48.476744186);
}
.e-blockeditor-inline-toolbar-popup .e-blockeditor-inline-toolbar .e-toolbar-items .e-toolbar-item .e-split-btn-wrapper:hover .e-dropdown {
  border: 1px solid #6b7280;
}
.e-blockeditor-inline-toolbar-popup .e-blockeditor-inline-toolbar .e-toolbar-items .e-toolbar-item .e-split-btn-wrapper:hover .e-split-btn:hover,
.e-blockeditor-inline-toolbar-popup .e-blockeditor-inline-toolbar .e-toolbar-items .e-toolbar-item .e-split-btn-wrapper:hover .e-dropdown-btn:hover {
  background: #4b5563;
}
.e-blockeditor-inline-toolbar-popup .e-blockeditor-inline-toolbar .e-toolbar-items .e-toolbar-item .e-split-btn-wrapper:hover .e-split-btn:not(:hover),
.e-blockeditor-inline-toolbar-popup .e-blockeditor-inline-toolbar .e-toolbar-items .e-toolbar-item .e-split-btn-wrapper:hover .e-dropdown-btn:not(:hover) {
  background: transparent;
}
.e-blockeditor-inline-toolbar-popup .e-blockeditor-inline-toolbar .e-toolbar-items .e-toolbar-item .e-split-btn-wrapper:hover .e-icons {
  color: #d1d5db;
}
.e-blockeditor-inline-toolbar-popup .e-blockeditor-inline-toolbar .e-toolbar-items .e-toolbar-item .e-split-btn-wrapper:active .e-dropdown {
  border: 1px solid #6b7280;
}
.e-blockeditor-inline-toolbar-popup .e-blockeditor-inline-toolbar .e-toolbar-items .e-toolbar-item .e-split-btn-wrapper:active .e-icons {
  color: #d1d5db;
}
.e-blockeditor-inline-toolbar-popup .e-blockeditor-inline-toolbar .e-toolbar-items .e-toolbar-item .e-split-btn-wrapper:focus {
  background: #4b5563;
}
.e-blockeditor-inline-toolbar-popup .e-blockeditor-inline-toolbar .e-toolbar-items .e-toolbar-item .e-split-btn-wrapper:focus .e-dropdown {
  border: 1px solid #6b7280;
}
.e-blockeditor-inline-toolbar-popup .e-blockeditor-inline-toolbar .e-toolbar-items .e-toolbar-item .e-split-btn-wrapper:focus .e-split-btn:focus,
.e-blockeditor-inline-toolbar-popup .e-blockeditor-inline-toolbar .e-toolbar-items .e-toolbar-item .e-split-btn-wrapper:focus .e-dropdown-btn:focus {
  background: #4b5563;
}
.e-blockeditor-inline-toolbar-popup .e-blockeditor-inline-toolbar .e-toolbar-items .e-toolbar-item .e-split-btn-wrapper:focus .e-split-btn:not(:focus),
.e-blockeditor-inline-toolbar-popup .e-blockeditor-inline-toolbar .e-toolbar-items .e-toolbar-item .e-split-btn-wrapper:focus .e-dropdown-btn:not(:focus) {
  background: transparent;
}
.e-blockeditor-inline-toolbar-popup .e-blockeditor-inline-toolbar .e-toolbar-items .e-toolbar-item .e-split-btn-wrapper:focus .e-icons {
  color: #d1d5db;
}
.e-blockeditor-inline-toolbar-popup .e-blockeditor-inline-toolbar .e-toolbar-items .e-toolbar-item .e-split-btn-wrapper:has(.e-dropdown-btn.e-active) .e-split-btn,
.e-blockeditor-inline-toolbar-popup .e-blockeditor-inline-toolbar .e-toolbar-items .e-toolbar-item .e-split-btn-wrapper:has(.e-dropdown-btn.e-active) .e-dropdown-btn {
  border: 1px solid #6b7280;
  color: #d1d5db;
}
.e-blockeditor-inline-toolbar-popup .e-blockeditor-inline-toolbar .e-toolbar-items .e-toolbar-item .e-split-btn-wrapper .e-split-btn + .e-dropdown-btn.e-active {
  background: #4b5563;
}
.e-blockeditor-inline-toolbar-popup .e-blockeditor-inline-toolbar .e-toolbar-items .e-toolbar-item .e-split-btn-wrapper:has(.e-dropdown-btn.e-active) .e-split-btn {
  background: rgb(27.323255814, 36.1372093023, 48.476744186);
}
.e-blockeditor-inline-toolbar-popup .e-blockeditor-inline-toolbar .e-toolbar-items .e-toolbar-item .e-colorpicker-wrapper:focus-visible,
.e-blockeditor-inline-toolbar-popup .e-blockeditor-inline-toolbar .e-toolbar-items .e-toolbar-item .e-split-btn-wrapper:focus-visible {
  border: 1px solid #6b7280;
  background: rgb(27.323255814, 36.1372093023, 48.476744186);
  -webkit-box-shadow: 0 0 0 1px #22d3ee;
          box-shadow: 0 0 0 1px #22d3ee;
}
.e-blockeditor-inline-toolbar-popup .e-blockeditor-inline-toolbar .e-toolbar-items .e-toolbar-item .e-colorpicker-wrapper:focus-visible .e-split-btn:not(:focus-visible),
.e-blockeditor-inline-toolbar-popup .e-blockeditor-inline-toolbar .e-toolbar-items .e-toolbar-item .e-colorpicker-wrapper:focus-visible .e-dropdown-btn:not(:focus-visible),
.e-blockeditor-inline-toolbar-popup .e-blockeditor-inline-toolbar .e-toolbar-items .e-toolbar-item .e-split-btn-wrapper:focus-visible .e-split-btn:not(:focus-visible),
.e-blockeditor-inline-toolbar-popup .e-blockeditor-inline-toolbar .e-toolbar-items .e-toolbar-item .e-split-btn-wrapper:focus-visible .e-dropdown-btn:not(:focus-visible) {
  background: transparent;
  color: #d1d5db;
}
.e-blockeditor-inline-toolbar-popup .e-blockeditor-inline-toolbar .e-toolbar-items .e-toolbar-item .e-split-btn-wrapper:not(:focus-visible):has(.e-dropdown-btn:focus-visible),
.e-blockeditor-inline-toolbar-popup .e-blockeditor-inline-toolbar .e-toolbar-items .e-toolbar-item .e-split-btn-wrapper:not(:focus-visible):has(.e-split-btn:focus-visible) {
  border: 1px solid #6b7280;
  background: rgb(27.323255814, 36.1372093023, 48.476744186);
  -webkit-box-shadow: 0 0 0 1px #22d3ee;
          box-shadow: 0 0 0 1px #22d3ee;
}
.e-blockeditor-inline-toolbar-popup .e-blockeditor-inline-toolbar .e-toolbar-items .e-toolbar-item .e-split-btn-wrapper:not(:focus-visible):has(.e-dropdown-btn:focus-visible) .e-split-btn,
.e-blockeditor-inline-toolbar-popup .e-blockeditor-inline-toolbar .e-toolbar-items .e-toolbar-item .e-split-btn-wrapper:not(:focus-visible):has(.e-dropdown-btn:focus-visible) .e-dropdown-btn,
.e-blockeditor-inline-toolbar-popup .e-blockeditor-inline-toolbar .e-toolbar-items .e-toolbar-item .e-split-btn-wrapper:not(:focus-visible):has(.e-split-btn:focus-visible) .e-split-btn,
.e-blockeditor-inline-toolbar-popup .e-blockeditor-inline-toolbar .e-toolbar-items .e-toolbar-item .e-split-btn-wrapper:not(:focus-visible):has(.e-split-btn:focus-visible) .e-dropdown-btn {
  background: transparent;
  color: #d1d5db;
}
.e-blockeditor-inline-toolbar-popup .e-blockeditor-inline-toolbar .e-toolbar-items .e-toolbar-item .e-split-btn-wrapper .e-split-btn,
.e-blockeditor-inline-toolbar-popup .e-blockeditor-inline-toolbar .e-toolbar-items .e-toolbar-item .e-split-btn-wrapper .e-dropdown-btn {
  background: transparent;
  color: #d1d5db;
}

/* User and label mention styles */
.e-mention.e-blockeditor-mention-menu.e-popup .e-list-item:not(.e-active) .em-avatar {
  color: #000;
}
.e-mention.e-blockeditor-mention-menu.e-popup .e-list-item:not(.e-active) .em-content .em-text {
  color: #fff;
}
.e-mention.e-blockeditor-mention-menu.e-popup .e-list-item:not(.e-active) .em-content .e-icons {
  color: #d1d5db;
}

/* ======== Block Action styles ======== */
.e-blockeditor-blockaction-popup .e-menu-item:not(.e-disabled) .e-blockaction-item-template .e-action-icon {
  color: #d1d5db;
}
.e-blockeditor-blockaction-popup .e-menu-item:not(.e-disabled) .e-blockaction-item-template .e-action-item-label {
  color: #fff;
}
.e-blockeditor-blockaction-popup .e-menu-item:not(.e-disabled) .e-blockaction-item-template .e-action-item-shortcut {
  color: #fff;
}

/* ======== Slash Command styles ======== */
.e-blockeditor-command-menu.e-popup .e-list-item:not(.e-disabled):not(.e-active):not(.e-hover) .e-command-mention-item-template .e-command-icon {
  color: #d1d5db;
}
.e-blockeditor-command-menu.e-popup .e-list-item:not(.e-disabled):not(.e-active):not(.e-hover) .e-command-mention-item-template .e-command-title {
  color: #fff;
}
.e-blockeditor-command-menu.e-popup .e-list-item:not(.e-disabled):not(.e-active):not(.e-hover) .e-command-mention-item-template .e-command-shortcut {
  color: #fff;
}

/* Context menu styles */
.e-blockeditor-contextmenu ul .e-menu-item:not(.e-disabled) .e-ctmenu-icon {
  color: #d1d5db;
}
.e-blockeditor-contextmenu ul .e-menu-item:not(.e-disabled) .e-ctmenu-text {
  color: #fff;
}
.e-blockeditor-contextmenu ul .e-menu-item:not(.e-disabled) .e-ctmenu-shortcut {
  color: #fff;
}

/* ======== common styles for mention and popup menu ======== */
.e-blockeditor-mention-menu.e-popup,
.e-blockeditor-blockaction-popup,
.e-blockeditor-contextmenu ul {
  border: 1px solid #4b5563;
  background: #374151;
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

/* Image upload popup styles */
.e-image-upload-popup {
  border: 1px solid #4b5563;
  background-color: #374151;
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.e-image-upload-popup .e-tab .e-content {
  border-top: 1px solid #4b5563;
}
.e-image-upload-popup .e-uploader-container.e-upload-drag-hover .e-upload {
  border-color: #22d3ee;
  background-color: #155e75;
}