/***BEGIN CommentViewer.css***/
.comment-viewer {
  margin: 4px;
  border:  1px solid;
  border-color: rgba( 234, 234, 234 ,  1 );
  border-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
  border-radius: 5px;
  padding: 8px 12px 0; }

.comment-viewer,
.comment-preview {
  overflow-x: hidden;
  white-space: normal;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: element;
  user-select: text; }
  .comment-viewer .comment-content,
  .comment-preview .comment-content {
    color: rgba(0, 0, 0, .9);
    color: var(--text-primary-color,rgba(0, 0, 0, .9));
    word-wrap: break-word;
    font-size: 0.9375rem;
    line-height: 24px;
    word-wrap: break-word;
    margin-bottom: 20px; }
    .comment-viewer .comment-content > *:first-child,
    .comment-preview .comment-content > *:first-child {
      margin-top: 0px; }
    .comment-viewer .comment-content > *:last-child,
    .comment-preview .comment-content > *:last-child {
      margin-bottom: 0px; }
    .comment-viewer .comment-content a,
    .comment-preview .comment-content a {
      color: rgba(0, 90, 158, 1);
      color: var(--communication-foreground,rgba(0, 90, 158, 1));
      text-decoration: none;
      outline: transparent; }
      .comment-viewer .comment-content a:hover,
      .comment-preview .comment-content a:hover {
        color: rgba( 0, 69, 120 ,  1 );
        color: rgba( var(--palette-primary-shade-30,0, 69, 120) ,  1 ); }
    .comment-viewer .comment-content p,
    .comment-viewer .comment-content blockquote,
    .comment-viewer .comment-content ul,
    .comment-viewer .comment-content ol,
    .comment-viewer .comment-content table,
    .comment-viewer .comment-content pre,
    .comment-preview .comment-content p,
    .comment-preview .comment-content blockquote,
    .comment-preview .comment-content ul,
    .comment-preview .comment-content ol,
    .comment-preview .comment-content table,
    .comment-preview .comment-content pre {
      margin: 0 0 16px 0; }
    .comment-viewer .comment-content table,
    .comment-preview .comment-content table {
      margin-top: 10px;
      margin-bottom: 10px; }
      .comment-viewer .comment-content table.metadata-yaml-table,
      .comment-preview .comment-content table.metadata-yaml-table {
        font-size: 0.75rem;
        line-height: 1; }
      .comment-viewer .comment-content table:not(.bolt-table),
      .comment-preview .comment-content table:not(.bolt-table) {
        border-collapse: collapse;
        border-spacing: 0;
        color: rgba(0, 0, 0, .9);
        color: var(--text-primary-color,rgba(0, 0, 0, .9));
        cursor: default; }
        .comment-viewer .comment-content table:not(.bolt-table) table,
        .comment-preview .comment-content table:not(.bolt-table) table {
          margin-bottom: 0px; }
        .comment-viewer .comment-content table:not(.bolt-table) th,
        .comment-preview .comment-content table:not(.bolt-table) th {
          color: rgba(0, 0, 0, .55);
          color: var(--text-secondary-color,rgba(0, 0, 0, .55));
          font-size: 0.9375rem;
          font-weight: 600;
          text-align: left;
          border: 1px solid rgba(234, 234, 234, 1);
          border: 1px solid var(--component-grid-cell-bottom-border-color,rgba(234, 234, 234, 1));
          padding: 13px 11px; }
        .comment-viewer .comment-content table:not(.bolt-table) td,
        .comment-preview .comment-content table:not(.bolt-table) td {
          border: 1px solid rgba(234, 234, 234, 1);
          border: 1px solid var(--component-grid-cell-bottom-border-color,rgba(234, 234, 234, 1));
          text-align: left;
          padding: 10px 13px;
          min-width: 50px;
          max-width: 1000px; }
    .comment-viewer .comment-content code,
    .comment-preview .comment-content code {
      font-family: Menlo, Consolas, Courier New, monospace;
      font-size: 0.75rem;
      background-color: rgba( 234, 234, 234 ,  1 );
      background-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
      padding: 2px 4px; }
    .comment-viewer .comment-content pre,
    .comment-preview .comment-content pre {
      white-space: pre;
      word-wrap: normal;
      background-color: rgba( 234, 234, 234 ,  1 );
      background-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 );
      padding: 15px;
      overflow-x: auto; }
      .comment-viewer .comment-content pre code,
      .comment-preview .comment-content pre code {
        padding: 0px; }
    .comment-viewer .comment-content td,
    .comment-viewer .comment-content th,
    .comment-preview .comment-content td,
    .comment-preview .comment-content th {
      border-style: solid;
      border-width: thin;
      border-color: rgba( 166, 166, 166 ,  1 );
      border-color: rgba( var(--palette-neutral-30,166, 166, 166) ,  1 );
      padding: 8px 10px; }
    .comment-viewer .comment-content blockquote,
    .comment-preview .comment-content blockquote {
      color: rgba(0, 0, 0, .55);
      color: var(--text-secondary-color,rgba(0, 0, 0, .55));
      border-left:  solid;
      border-left-color: rgba( 166, 166, 166 ,  1 ) 3px;
      border-left-color: rgba( var(--palette-neutral-30,166, 166, 166) ,  1 ) 3px;
      padding-left: 15px;
      margin-left: 0px;
      margin-top: 12px;
      margin-bottom: 12px;
      padding-bottom: 1px;
      padding-top: 1px; }
      .comment-viewer .comment-content blockquote > p,
      .comment-viewer .comment-content blockquote ol,
      .comment-viewer .comment-content blockquote ul,
      .comment-preview .comment-content blockquote > p,
      .comment-preview .comment-content blockquote ol,
      .comment-preview .comment-content blockquote ul {
        margin: 4px 0; }
    .comment-viewer .comment-content img,
    .comment-preview .comment-content img {
      max-width: 100%; }
    .comment-viewer .comment-content ul,
    .comment-viewer .comment-content ol,
    .comment-preview .comment-content ul,
    .comment-preview .comment-content ol {
      padding-left: 32px; }
      .comment-viewer .comment-content ul ul,
      .comment-viewer .comment-content ul ol,
      .comment-viewer .comment-content ol ul,
      .comment-viewer .comment-content ol ol,
      .comment-preview .comment-content ul ul,
      .comment-preview .comment-content ul ol,
      .comment-preview .comment-content ol ul,
      .comment-preview .comment-content ol ol {
        margin-top: 0;
        margin-bottom: 0; }
    .comment-viewer .comment-content li,
    .comment-preview .comment-content li {
      list-style: inherit; }
      .comment-viewer .comment-content li.task-list-item,
      .comment-preview .comment-content li.task-list-item {
        min-height: 18px; }
      .comment-viewer .comment-content li + li,
      .comment-preview .comment-content li + li {
        margin-top: 4px; }
    .comment-viewer .comment-content ul li.task-list-item,
    .comment-preview .comment-content ul li.task-list-item {
      list-style-type: none;
      margin-left: -32px; }
    .comment-viewer .comment-content .task-list input[type='checkbox'], .comment-viewer .comment-content .contains-task-list input[type='checkbox'],
    .comment-preview .comment-content .task-list input[type='checkbox'],
    .comment-preview .comment-content .contains-task-list input[type='checkbox'] {
      vertical-align: middle;
      margin: 4px;
      float: none; }
    .comment-viewer .comment-content h1,
    .comment-preview .comment-content h1 {
      font-family: "Segoe UI", "-apple-system", BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Ubuntu, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      font-size: 21px;
      font-weight: 600;
      line-height: 32px;
      border: none;
      color: rgba(0, 0, 0, .9);
      color: var(--text-primary-color,rgba(0, 0, 0, .9));
      margin: 24px 0 8px 0;
      letter-spacing: -0.04em;
      line-height: 1.2;
      margin-top: 1.75rem; }
      .comment-viewer .comment-content h1 .bowtie-icon,
      .comment-preview .comment-content h1 .bowtie-icon {
        font-size: unset; }
      .comment-viewer .comment-content h1:first-child,
      .comment-preview .comment-content h1:first-child {
        margin-top: 0; }
    .comment-viewer .comment-content h2,
    .comment-preview .comment-content h2 {
      font-family: "Segoe UI", "-apple-system", BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Ubuntu, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      font-size: 17px;
      font-weight: 600;
      line-height: 24px;
      border: none;
      color: rgba(0, 0, 0, .9);
      color: var(--text-primary-color,rgba(0, 0, 0, .9));
      margin: 24px 0 8px 0;
      line-height: 1.2;
      margin-top: 1.75rem; }
      .comment-viewer .comment-content h2 .bowtie-icon,
      .comment-preview .comment-content h2 .bowtie-icon {
        font-size: unset; }
    .comment-viewer .comment-content h3,
    .comment-preview .comment-content h3 {
      font-family: "Segoe UI", "-apple-system", BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Ubuntu, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      font-size: 0.9375rem;
      font-weight: 600;
      line-height: 20px;
      border: none;
      color: rgba(0, 0, 0, .9);
      color: var(--text-primary-color,rgba(0, 0, 0, .9));
      margin: 24px 0 8px 0;
      line-height: 1.2;
      margin-top: 1.75rem; }
      .comment-viewer .comment-content h3 .bowtie-icon,
      .comment-preview .comment-content h3 .bowtie-icon {
        font-size: unset; }
    .comment-viewer .comment-content h4,
    .comment-preview .comment-content h4 {
      font-family: "Segoe UI", "-apple-system", BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Ubuntu, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      font-size: 0.875rem;
      font-weight: 600;
      line-height: 20px;
      border: none;
      color: rgba(0, 0, 0, .9);
      color: var(--text-primary-color,rgba(0, 0, 0, .9));
      margin: 24px 0 8px 0;
      line-height: 1.2;
      margin-top: 1.75rem; }
      .comment-viewer .comment-content h4 .bowtie-icon,
      .comment-preview .comment-content h4 .bowtie-icon {
        font-size: unset; }
    .comment-viewer .comment-content h5,
    .comment-preview .comment-content h5 {
      font-family: "Segoe UI", "-apple-system", BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Ubuntu, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      font-size: 0.75rem;
      font-weight: 600;
      line-height: 16px;
      border: none;
      color: rgba(0, 0, 0, .9);
      color: var(--text-primary-color,rgba(0, 0, 0, .9));
      margin: 24px 0 8px 0; }
      .comment-viewer .comment-content h5 .bowtie-icon,
      .comment-preview .comment-content h5 .bowtie-icon {
        font-size: unset; }
    .comment-viewer .comment-content h6,
    .comment-preview .comment-content h6 {
      font-family: "Segoe UI", "-apple-system", BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Ubuntu, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      font-size: 0.75rem;
      font-weight: 600;
      line-height: 16px;
      border: none;
      color: rgba(0, 0, 0, .55);
      color: var(--text-secondary-color,rgba(0, 0, 0, .55));
      margin: 24px 0 8px 0; }
      .comment-viewer .comment-content h6 .bowtie-icon,
      .comment-preview .comment-content h6 .bowtie-icon {
        font-size: unset; }
    .comment-viewer .comment-content a,
    .comment-preview .comment-content a {
      outline: transparent; }
      .comment-viewer .comment-content a:focus,
      .comment-preview .comment-content a:focus {
        outline: rgba(0, 0, 0, 0.60) solid 1px;
        outline: var(--palette-black-alpha-60,rgba(0, 0, 0, 0.60)) solid 1px; }
  .comment-viewer .comment-content:not(.rendered-mark-down) > *,
  .comment-preview .comment-content:not(.rendered-mark-down) > * {
    margin: 0; }
  .comment-viewer .comment-content table,
  .comment-preview .comment-content table {
    table-layout: fixed; }
  .comment-viewer .comment-content pre table,
  .comment-preview .comment-content pre table {
    width: auto !important;
    table-layout: auto; }
    .comment-viewer .comment-content pre table:not(.bolt-table) td,
    .comment-preview .comment-content pre table:not(.bolt-table) td {
      max-width: none; }
  .comment-viewer .comment-viewer-toolbar,
  .comment-preview .comment-viewer-toolbar {
    opacity: 0; }
  .comment-viewer:hover .comment-viewer-toolbar,
  .comment-viewer .menu-expanded,
  .comment-viewer .toolbar-focused,
  .comment-preview:hover .comment-viewer-toolbar,
  .comment-preview .menu-expanded,
  .comment-preview .toolbar-focused {
    opacity: 1; }
  .comment-viewer .comment-header-main,
  .comment-preview .comment-header-main {
    color: rgba(0, 0, 0, .55);
    color: var(--text-secondary-color,rgba(0, 0, 0, .55));
    display: flex;
    justify-content: flex-start;
    max-width: 85%;
    margin-top: 4px; }
    .comment-viewer .comment-header-main .user-display-name,
    .comment-preview .comment-header-main .user-display-name {
      margin-right: 6px;
      font-weight: bold;
      flex: 1 1 auto;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .comment-viewer .comment-header-main .comment-timestamp,
    .comment-preview .comment-header-main .comment-timestamp {
      display: inline-block;
      font-size: 0.75rem;
      line-height: 21px;
      white-space: nowrap; }
  .comment-viewer .comment-header,
  .comment-preview .comment-header {
    overflow: auto;
    overflow-y: hidden;
    position: relative;
    height: 34px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
    font-size: 0.875rem; }
  .comment-viewer .reaction-statusbar-placeholder,
  .comment-preview .reaction-statusbar-placeholder {
    height: 42px; }

.comment-viewer.highlighted {
  box-shadow: 0 0 5px rgba(0, 120, 212, 1);
  box-shadow: 0 0 5px var(--communication-background,rgba(0, 120, 212, 1)); }

.comment-content-dark-theme-override *[style]:not(a):not(pre):not(.mention-widget-workitem *) {
  background-color: rgba(255, 255, 255, 1) !important;
  background-color: var(--background-color,rgba(255, 255, 255, 1)) !important;
  color: rgba(0, 0, 0, .9) !important;
  color: var(--text-primary-color,rgba(0, 0, 0, .9)) !important; }
/***END CommentViewer.css***/

