<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
        /* required to support codemirror code editor replacement */ 
        .e-rte-code-mirror-enabled .rte-code-mirror {
            display: block !important;
            /* To show the custom source code view. */
          }
  
          .e-rte-code-mirror-enabled .e-rte-content {
            display: none !important;
            /* To hide the editor area when custom source code enabled. */
          }
  
          .editor-mention-item-template {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: row;
            align-items: center;
          }
  
          .em-content {
            display: flex;
            flex-direction: column;
            justify-content: center;
          }
  
          .em-avatar {
            width: 32px;
            height: 32px;
            text-align: center;
            border-radius: 50%;
            font-size: 12px;
            font-weight: 500;
            text-indent: 0px;
            line-height: 13px;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
          }
  
          .em-name {
            color: rgb(16, 24, 40);
            font-size: 14px;
            font-weight: 400;
            line-height: 14px;
            margin-bottom: 5px;
          }
  
          .em-email {
            color: gray;
            font-size: 12px;
            font-weight: 400;
            line-height: 14px;
          }
  
          #defaultRTE_rte-edit-view_options li {
            padding: 10px;
            height: 60px;
          }
  
          body[class*='-dark'] .em-name,
          body[class*='highcontrast'] .em-name {
            color: #fff !important;
          }
  
          /** custom source code styles **/
          body[class*='-dark'] .rte-code-mirror .cm-tag,
          body[class*='highcontrast'] .rte-code-mirror .cm-tag {
            color: #00ff00;
          }
  
          body[class*='-dark'] .rte-code-mirror .cm-string,
          body[class*='highcontrast'] .rte-code-mirror .cm-string {
            color: blue;
          }
  
          body[class*='-dark'] .rte-code-mirror .cm-attribute,
          body[class*='highcontrast'] .rte-code-mirror .cm-attribute {
            color: #f00;
          }
  
          body[class*='-dark'] .rte-code-mirror .CodeMirror-gutters,
          body[class*='-dark']
            .rte-code-mirror
            .CodeMirror
            body[class*='highcontrast']
            .rte-code-mirror
            .CodeMirror-gutters,
          body[class*='highcontrast'] .rte-code-mirror .CodeMirror {
            background-color: transparent;
            color: #fff;
          }
  
          .tailwind3-dark .CodeMirror-scroll {
            background-color: #111827;
            color: #fff;
          }
  
          .sb-header {
            z-index: 100;
          }
  
          .sb-content.e-view.hide-header {
            top: 0 !important;
          }
  
          .sb-header.e-view.hide-header {
            display: none;
          }</pre></body></html>