/*!*************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/highlight.js/styles/github.css ***!
  \*************************************************************************************************************************************************************************************************************************************/
pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em
}
code.hljs {
  padding: 3px 5px
}
/*!
  Theme: GitHub
  Description: Light theme as seen on github.com
  Author: github.com
  Maintainer: @Hirse
  Updated: 2021-05-15

  Outdated base version: https://github.com/primer/github-syntax-light
  Current colors taken from GitHub's CSS
*/
.hljs {
  color: #24292e;
  background: #ffffff
}
.hljs-doctag,
.hljs-keyword,
.hljs-meta .hljs-keyword,
.hljs-template-tag,
.hljs-template-variable,
.hljs-type,
.hljs-variable.language_ {
  /* prettylights-syntax-keyword */
  color: #d73a49
}
.hljs-title,
.hljs-title.class_,
.hljs-title.class_.inherited__,
.hljs-title.function_ {
  /* prettylights-syntax-entity */
  color: #6f42c1
}
.hljs-attr,
.hljs-attribute,
.hljs-literal,
.hljs-meta,
.hljs-number,
.hljs-operator,
.hljs-variable,
.hljs-selector-attr,
.hljs-selector-class,
.hljs-selector-id {
  /* prettylights-syntax-constant */
  color: #005cc5
}
.hljs-regexp,
.hljs-string,
.hljs-meta .hljs-string {
  /* prettylights-syntax-string */
  color: #032f62
}
.hljs-built_in,
.hljs-symbol {
  /* prettylights-syntax-variable */
  color: #e36209
}
.hljs-comment,
.hljs-code,
.hljs-formula {
  /* prettylights-syntax-comment */
  color: #6a737d
}
.hljs-name,
.hljs-quote,
.hljs-selector-tag,
.hljs-selector-pseudo {
  /* prettylights-syntax-entity-tag */
  color: #22863a
}
.hljs-subst {
  /* prettylights-syntax-storage-modifier-import */
  color: #24292e
}
.hljs-section {
  /* prettylights-syntax-markup-heading */
  color: #005cc5;
  font-weight: bold
}
.hljs-bullet {
  /* prettylights-syntax-markup-list */
  color: #735c0f
}
.hljs-emphasis {
  /* prettylights-syntax-markup-italic */
  color: #24292e;
  font-style: italic
}
.hljs-strong {
  /* prettylights-syntax-markup-bold */
  color: #24292e;
  font-weight: bold
}
.hljs-addition {
  /* prettylights-syntax-markup-inserted */
  color: #22863a;
  background-color: #f0fff4
}
.hljs-deletion {
  /* prettylights-syntax-markup-deleted */
  color: #b31d28;
  background-color: #ffeef0
}
.hljs-char.escape_,
.hljs-link,
.hljs-params,
.hljs-property,
.hljs-punctuation,
.hljs-tag {
  /* purposely ignored */
  
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Reset & Global Styles */
body {
  margin: 0px;
}

* {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Message Content Styling */
.message-content {
  display: block;
  word-wrap: break-word;
  white-space: normal;
  position: relative;
  font-size: 16px;
  line-height: 1.8;
  color: #202123;
  max-width: 100%;
  padding: 0 10px;
  /* Table wrapper for mobile responsiveness */
  /* Remove the duplicate table wrapper since we've incorporated it into the main table styles */
}
.message-content h1, .message-content h2, .message-content h3 {
  font-weight: 600;
  margin: 24px 0 16px;
  color: #202123;
  line-height: 1.3;
}
.message-content h1 {
  font-size: 28px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 8px;
}
.message-content h2 {
  font-size: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 6px;
}
.message-content h3 {
  font-size: 20px;
  color: #2d2d30;
}
.message-content p {
  white-space: pre-line;
  margin: 16px 0;
  line-height: 1.8;
  color: #2d2d30;
  padding: 5px 0;
}
.message-content ul, .message-content ol {
  padding-left: 24px;
  margin: 16px 0;
}
.message-content ul li, .message-content ol li {
  margin-bottom: 8px;
  padding-left: 8px;
  color: #202123;
  line-height: 1.6;
}
.message-content ul {
  list-style-type: disc;
}
.message-content ul ul {
  list-style-type: circle;
}
.message-content ul ul ul {
  list-style-type: square;
}
.message-content ol {
  list-style-type: decimal;
}
.message-content ol ol {
  list-style-type: lower-alpha;
}
.message-content ol ol ol {
  list-style-type: lower-roman;
}
.message-content hr {
  display: block;
  height: 1px;
  background-color: #e5e5e5;
  margin: 32px 0;
  border: none;
}
.message-content a {
  color: #1e88e5;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  transition: all 0.2s ease-in-out;
}
.message-content a:hover {
  color: #1565c0;
  border-bottom-color: #1565c0;
}
.message-content blockquote {
  margin: 24px 0;
  padding: 0 16px;
  color: #666;
  border-left: 4px solid #e5e5e5;
  font-style: italic;
}
.message-content blockquote p {
  margin: 12px 0;
}
.message-content pre {
  position: relative;
  background-color: #f6f8fa;
  padding: 16px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.6;
  margin: 24px 0;
  border: 1px solid #e5e5e5;
  overflow-x: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.message-content pre code {
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
  background: none;
  padding: 0;
  color: #24292f;
  font-size: 85%;
  border-radius: 0;
  border: none;
}
.message-content code {
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
  background-color: rgba(175, 184, 193, 0.2);
  padding: 0.2em 0.4em;
  border-radius: 6px;
  font-size: 85%;
  color: #24292f;
}
.message-content pre code {
  background: none;
  padding: 0;
  color: inherit;
  font-size: inherit;
  border-radius: 0;
  border: none;
}
.message-content table {
  width: 100%;
  color: #202123;
  border-collapse: collapse;
  margin: 20px 0;
  background: white;
}
.message-content table thead {
  border-bottom: 1px solid #e5e5e5;
}
.message-content table th, .message-content table td {
  padding: 12px 16px;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  border: none;
}
.message-content table th {
  font-weight: 600;
}
.message-content table tr {
  border-bottom: 1px solid #e5e5e5;
  transition: background-color 0.15s ease;
}
.message-content table tr:last-child {
  border-bottom: none;
}
.message-content table td {
  color: #202123;
}
.message-content .table-wrapper {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 6px;
  margin: 20px 0;
}
.message-content .table-wrapper table {
  margin: 0;
  min-width: 100%;
}
.message-content .message-content table {
  margin: 24px 0;
}
.message-content input[type=checkbox] {
  margin-right: 8px;
}
.message-content img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  margin: 24px 0;
}
@media (max-width: 800px) {
  .message-content {
    font-size: 14px;
    padding: 0 5px;
  }
  .message-content h1 {
    font-size: 24px;
    margin: 20px 0 14px;
  }
  .message-content h2 {
    font-size: 20px;
    margin: 18px 0 12px;
  }
  .message-content h3 {
    font-size: 18px;
    margin: 16px 0 10px;
  }
  .message-content p {
    margin: 14px 0;
    line-height: 1.6;
  }
  .message-content ul, .message-content ol {
    padding-left: 20px;
    margin: 14px 0;
  }
  .message-content ul li, .message-content ol li {
    margin-bottom: 6px;
    padding-left: 6px;
  }
  .message-content pre {
    padding: 12px;
    font-size: 12px;
    margin: 20px 0;
  }
  .message-content code {
    font-size: 12px;
    padding: 1px 4px;
  }
  .message-content blockquote {
    margin: 20px 0;
    padding: 0 12px;
  }
  .message-content table {
    margin: 16px 0;
    border-radius: 6px;
  }
  .message-content table th, .message-content table td {
    padding: 8px 10px;
    font-size: 12px;
    white-space: nowrap;
  }
  .message-content .table-wrapper {
    margin: 16px 0;
  }
  .message-content .table-wrapper table {
    margin: 0;
  }
  .message-content .table-wrapper table th, .message-content .table-wrapper table td {
    padding: 8px 10px;
    font-size: 12px;
    white-space: nowrap;
  }
}

/* Custom Scrollbar Styles */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  border: 2px solid transparent;
  background-clip: padding-box;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-button {
  display: none; /* Hides the arrows */
}

/* For Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}

/*# sourceMappingURL=styles.css.map*/