<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --text-active-secondary: #3E4246;
  --text-inactive-secondary: #282C2E;
  --fill-neutral-primary: #EEF1F5;
  --fill-neutral-secondary: #FFFFFF;
  --border-active-primary: #EEF1F5;
  --border-active-secondary: #EEF1F5;
  --pg-gray-10: #EEF1F5;
  --pg-gray-20: #C1C9D2;
  --pg-gray-30: #A7B0B8;
  --pg-gray-60: #3E4246;
  --pg-gray-70: #282C2E;
  --pg-gray-80: #1C1F22;
  --pg-gray-100: #040506;
  --button:#E03C31;
  --sort:url("../image/sort-dark.png"); }

@media (prefers-color-scheme: dark) {
  :root {
    --text-active-secondary: #A7B0B8;
    --text-inactive-secondary: #C1C9D2;
    --fill-neutral-primary: #040506;
    --fill-neutral-secondary: #1C1F22;
    --border-active-primary: #282C2E;
    --border-active-secondary: #282C2E;
    --pg-gray-10: #1F2937;
    --pg-gray-20: #4B5563;
    --pg-gray-30: #6B7280;
    --pg-gray-60: #A7B0B8;
    --pg-gray-70: #282C2E;
    --pg-gray-80: #F3F4F6;
    --pg-gray-100: #F9FAFB;
    --button:#E03C31;
    --sort:url("../image/sort.png"); } }
.table-container {
  padding: 20px 24px !important;
  border-radius: 0px !important;
  overflow: hidden !important; }

#show-post-chat table.tablepress {
  max-width: fit-content;
  display: block; }
  #show-post-chat table.tablepress::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5; }
  #show-post-chat table.tablepress::-webkit-scrollbar {
    width: 3px;
    height: 5px;
    background-color: #F5F5F5;
    border-radius: 5px; }
  #show-post-chat table.tablepress::-webkit-scrollbar-thumb {
    background-color: #525151; }

table.tablepress {
  width: 100% !important;
  border-collapse: separate !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  font-size: 16px !important;
  border-radius: 0px !important; }
  table.tablepress th {
    font-family: 'Poppins', sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    letter-spacing: -0.025em !important;
    background-color: var(--fill-neutral-primary) !important;
    border-width: 0 0 1px 1px !important;
    text-align: left !important;
    color: var(--text-active-secondary) !important;
    padding: 12px !important;
    padding-left: 20px !important; }
    table.tablepress th * {
      font-family: 'Poppins', sans-serif !important;
      font-size: 16px !important;
      font-weight: 600 !important;
      line-height: 1.4 !important;
      letter-spacing: -0.025em !important; }
    table.tablepress th .dt-column-order:before {
      color: #fff;
      content: '' !important;
      height: 21px;
      width: 21px;
      background-image: var(--sort);
      opacity: 1 !important;
      top: 0% !important;
      width: 12px;
      height: 10px;
      background-size: cover;
      left: 0; }
    table.tablepress th .dt-column-order:after {
      color: #fff;
      content: '' !important;
      height: 21px;
      width: 21px;
      background-image: var(--sort);
      opacity: 1 !important;
      display: none !important; }
  table.tablepress td {
    font-family: 'Inter', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
    letter-spacing: -0.025em !important;
    border: 1px solid var(--border-active-primary) !important;
    border-width: 0 0 1px 1px !important;
    text-align: left !important;
    color: var(--text-inactive-secondary) !important;
    padding: 16px 20px !important;
    position: relative; }
    table.tablepress td * {
      font-family: 'Inter', sans-serif !important;
      font-size: 16px !important;
      font-weight: 400 !important;
      line-height: 1.4 !important;
      letter-spacing: -0.025em !important; }
      table.tablepress td * b, table.tablepress td * strong {
        font-weight: bolder !important; }
    table.tablepress td b, table.tablepress td strong {
      font-weight: bolder !important; }
    table.tablepress td svg#Layer_1 {
      height: 15px;
      width: 15px; }
    table.tablepress td .cls-1 {
      fill: var(--button); }
    table.tablepress td .tablepress-toggle-1 {
      fill: var(--button); }
    table.tablepress td .tablepress-toggle-2 {
      fill: #FFFFFF;
      stroke: var(--button); }
    table.tablepress td .toggle-off .tablepress-toggle-1 {
      fill: #CCCCCC; }
    table.tablepress td .toggle-off .tablepress-toggle-2 {
      fill: #FFFFFF;
      stroke: #CCCCCC; }
    table.tablepress td .tablepress-label.tablepress-label-label, table.tablepress td .tablepress-custom-checkbox, table.tablepress td .tablepress-custom-radio, table.tablepress td .tablepress-custom-toggle {
      display: flex;
      justify-content: left;
      align-items: center;
      gap: 10px; }
      table.tablepress td .tablepress-label.tablepress-label-label .label-icon, table.tablepress td .tablepress-custom-checkbox .label-icon, table.tablepress td .tablepress-custom-radio .label-icon, table.tablepress td .tablepress-custom-toggle .label-icon {
        background-color: var(--button); }
    table.tablepress td .tablepress-custom-toggle svg#Layer_1 {
      height: 20px;
      width: 30px; }
    table.tablepress td .tablepress-custom-radio.radio-checked .radio-icon svg rect {
      stroke: var(--button); }
    table.tablepress td .tablepress-custom-radio.radio-checked .radio-icon svg circle {
      fill: var(--button); }
    table.tablepress td .tablepress-custom-radio .radio-text {
      white-space: nowrap; }
    table.tablepress td .radio-icon, table.tablepress td .toggle-track {
      display: flex;
      justify-content: center;
      align-items: center; }
    table.tablepress td .checkbox-icon {
      display: flex;
      justify-content: center;
      align-items: center; }
      table.tablepress td .checkbox-icon .cls-2 {
        fill: #FFFFFF; }
    table.tablepress td .checkbox-text {
      line-height: 23px; }
    table.tablepress td ol, table.tablepress td ul {
      margin: 0 !important;
      padding-left: 18px; 
      list-style: disc;
    }
    table.tablepress td p {
      margin: 0 !important;
      padding: 0 !important; }
    table.tablepress td:last-child {
      border-right: 1px solid var(--border-active-primary) !important; }
  table.tablepress tr:nth-child(even) {
    background-color: var(--fill-neutral-secondary) !important; }
  table.tablepress tr:nth-child(odd) {
    background-color: var(--fill-neutral-primary) !important; }
  table.tablepress tr td {
    background-color: var(--fill-neutral-secondary) !important; }
    table.tablepress tr td:first-child {
      padding-left: 24px !important; }
    table.tablepress tr td:last-child {
      padding-right: 24px !important; }
    table.tablepress tr td[rowspan] {
      vertical-align: middle; }
  table.tablepress tr:first-child th:first-child, table.tablepress tr:first-child td:first-child {
    padding-left: 24px !important; }
  table.tablepress tr:first-child th:last-child, table.tablepress tr:first-child td:last-child {
    padding-right: 24px !important; }
  table.tablepress tr:nth-child(2) {
    height: 10px !important; }
  table.tablepress tr:nth-child(3) {
    background-color: var(--pg-gray-10) !important; }
  table.tablepress tr:last-child {
    border-right: 1px solid var(--border-active-primary) !important; }
  table.tablepress .oa-label {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px; }
    table.tablepress .oa-label p {
      color: var(--text-inactive-secondary) !important;
      display: flex;
      justify-content: center;
      align-items: center; }
    table.tablepress .oa-label label {
      gap: 5px;
      border-width: 1px;
      padding-top: 5px;
      padding-right: 7px;
      padding-bottom: 5px;
      padding-left: 7px;
      border-radius: 5px;
      border-color: #CCCCCC;
      border-style: solid;
      font-size: 12px !important;
      min-width: max-content; }
      table.tablepress .oa-label label img {
        height: 12px !important;
        width: 12px !important;
        margin: 0 !important; }
      @media screen and (max-width: 767px) {
        table.tablepress .oa-label label {
          font-size: 10px !important; }
          table.tablepress .oa-label label img {
            height: 10px !important;
            width: 10px !important;
            margin: 0 !important; } }

.pg-font-label-m-normal {
  font-family: 'Poppins', sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  letter-spacing: -0.025em !important; }

.pg-font-body-s-normal {
  font-family: 'Inter', sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  letter-spacing: -0.025em !important; }

.highlight {
  background-color: var(--pg-gray-30) !important; }

.button-token {
  background-color: #00AA00 !important;
  color: white !important;
  font-weight: bold !important;
  padding: 5px !important;
  border-radius: 3px !important; }

.elementor-shortcode .dt-layout-cell.dt-layout-full {
  max-width: 100vw;
  overflow-y: scroll !important; }

.elementor-widget-tablepress-table:has(.tbody-has-connected-cells) {
  position: relative;
  overflow: auto;
  width: 100%; }

.dt-paging {
  background-color: var(--fill-neutral-primary) !important;
  color: var(--text-active-secondary) !important; }
  .dt-paging nav button.dt-paging-button {
    background: var(--fill-neutral-primary) !important;
    color: var(--text-active-secondary) !important;
    font-size: 16px !important; }

.dt-column-title {
  display: inline-block; }
  .dt-column-title * {
    margin-bottom: 0 !important; }

.dt-info {
  color: var(--fill-neutral-primary);
  color: #000;
  font-size: 16px;
  padding: 6px; }

.dt-length {
  color: var(--pg-gray-70) !important; }

.dt-search {
  color: var(--pg-gray-70) !important; }

.dt-input {
  color: var(--pg-gray-70) !important; }

.toggle-track {
  height: 19px; }

.tablepress thead .dt-orderable-asc .dt-column-order, .tablepress thead .dt-orderable-desc .dt-column-order {
  top: 44% !important;
  display: inline-block !important;
  right: 12px !important; }

@media screen and (max-width: 767px) {
  .dt-container .dt-layout-row:nth-last-child(2) {
    justify-content: center;
    align-items: center; }
    .dt-container .dt-layout-row:nth-last-child(2) &gt; .dt-layout-cell {
      margin: 0; } }

.light-mode {
  --text-active-secondary: #3E4246;
  --text-inactive-secondary: #282C2E;
  --fill-neutral-primary: #EEF1F5;
  --fill-neutral-secondary: #FFFFFF;
  --border-active-primary: #EEF1F5;
  --border-active-secondary: #EEF1F5;
  --pg-gray-10: #EEF1F5;
  --pg-gray-20: #C1C9D2;
  --pg-gray-30: #A7B0B8;
  --pg-gray-60: #3E4246;
  --pg-gray-70: #282C2E;
  --pg-gray-80: #1C1F22;
  --pg-gray-100: #040506;
  --button:#E03C31;
  --sort:url("../image/sort-dark.png"); }

.dark-mode {
  --text-active-secondary: #A7B0B8;
  --text-inactive-secondary: #C1C9D2;
  --fill-neutral-primary: #040506;
  --fill-neutral-secondary: #1C1F22;
  --border-active-primary: #282C2E;
  --border-active-secondary: #282C2E;
  --pg-gray-10: #1F2937;
  --pg-gray-20: #4B5563;
  --pg-gray-30: #6B7280;
  --pg-gray-60: #A7B0B8;
  --pg-gray-70: #040506;
  --pg-gray-80: #F3F4F6;
  --pg-gray-100: #F9FAFB;
  --button:#E03C31;
  --sort:url("../image/sort.png"); }

.primary-mode {
  --text-active-secondary: #FFFFFF;
  --text-inactive-secondary: #282C2E;
  --fill-neutral-primary: #E03C31;
  --fill-neutral-secondary: #FFFFFF;
  --border-active-primary: #FFC7C3;
  --border-active-secondary: #888888;
  --pg-gray-10: #000000;
  --pg-gray-20: #333333;
  --pg-gray-30: #666666;
  --pg-gray-60: #BBBBBB;
  --pg-gray-70: #E03C31;
  --pg-gray-80: #EEEEEE;
  --pg-gray-100: #FFFFFF;
  --button:#E03C31;
  --sort:url("../image/sort.png"); }
  @media (prefers-color-scheme: dark) {
    .primary-mode {
      --text-active-secondary: #FFECEB;
      --text-inactive-secondary: #C1C9D2;
      --fill-neutral-primary: #74150F;
      --fill-neutral-secondary: #1C1F22;
      --border-active-primary: #282C2E;
      --border-active-secondary: #282C2E;
      --pg-gray-10: #000000;
      --pg-gray-20: #333333;
      --pg-gray-30: #666666;
      --pg-gray-60: #BBBBBB;
      --pg-gray-70: #74150F;
      --pg-gray-80: #EEEEEE;
      --pg-gray-100: #FFFFFF;
      --button:#E03C31;
      --sort:url("../image/sort.png"); } }
  .primary-mode .button-token {
    background-color: #FFFFFF !important;
    color: #000000 !important;
    border: 2px solid #FFFFFF !important; }

.secondary1-mode {
  --text-active-secondary: #FFF8E7;
  --text-inactive-secondary: #282C2E;
  --fill-neutral-primary: #E3AA49;
  --fill-neutral-secondary: #FFF8E7;
  --border-active-primary: #FAD48D;
  --border-active-secondary: #FAD48D;
  --pg-gray-10: #F5EFE7;
  --pg-gray-20: #D3BFA8;
  --pg-gray-30: #B19E85;
  --pg-gray-60: #5F4B32;
  --pg-gray-70: #E3AA49;
  --pg-gray-80: #352A1C;
  --pg-gray-100: #201910;
  --button:#E3AA49;
  --sort:url("../image/sort.png"); }
  @media (prefers-color-scheme: dark) {
    .secondary1-mode {
      --text-active-secondary: #FFF8E7;
      --text-inactive-secondary: #FFF8E7;
      --fill-neutral-primary: #A6732B;
      --fill-neutral-secondary: #44311B;
      --border-active-primary: #E3AA49;
      --border-active-secondary: #E3AA49;
      --pg-gray-10: #F5EFE7;
      --pg-gray-20: #D3BFA8;
      --pg-gray-30: #B19E85;
      --pg-gray-60: #5F4B32;
      --pg-gray-70: #A6732B;
      --pg-gray-80: #352A1C;
      --pg-gray-100: #201910;
      --button:#E3AA49;
      --sort:url("../image/sort.png"); } }
  .secondary1-mode .button-token {
    background-color: #8B5A2B !important;
    color: #FEF9F0 !important; }
  .secondary1-mode .dt-paging nav {
    background: #E8DCCA; }

.secondary2-mode {
  --text-active-secondary: #E8FEFF;
  --text-inactive-secondary: #282C2E;
  --fill-neutral-primary: #00CCCC;
  --fill-neutral-secondary: #E8FEFF;
  --border-active-primary: #9EE5E8;
  --border-active-secondary: #9EE5E8;
  --pg-gray-10: #F5EFE7;
  --pg-gray-20: #D3BFA8;
  --pg-gray-30: #B19E85;
  --pg-gray-60: #5F4B32;
  --pg-gray-70: #00CCCC;
  --pg-gray-80: #352A1C;
  --pg-gray-100: #201910;
  --button:#007C80;
  --sort:url("../image/sort.png"); }
  @media (prefers-color-scheme: dark) {
    .secondary2-mode {
      --text-active-secondary: #E8FEFF;
      --text-inactive-secondary: #E8FEFF;
      --fill-neutral-primary: #007C80;
      --fill-neutral-secondary: #153947;
      --border-active-primary: #007C80;
      --border-active-secondary: #007C80;
      --pg-gray-10: #F5EFE7;
      --pg-gray-20: #D3BFA8;
      --pg-gray-30: #B19E85;
      --pg-gray-60: #5F4B32;
      --pg-gray-70: #007C80;
      --pg-gray-80: #352A1C;
      --pg-gray-100: #201910;
      --button:#007C80;
      --sort:url("../image/sort.png"); } }
  .secondary2-mode .button-token {
    background-color: #8B5A2B !important;
    color: #FEF9F0 !important; }
  .secondary2-mode .dt-paging nav {
    background: #E8DCCA; }

.secondary3-mode {
  --text-active-secondary: #E2F9FF;
  --text-inactive-secondary: #282C2E;
  --fill-neutral-primary: #2AB8E1;
  --fill-neutral-secondary: #E2F9FF;
  --border-active-primary: #9EEBFF;
  --border-active-secondary: #9EEBFF;
  --pg-gray-10: #2AB8E1;
  --pg-gray-20: #D3BFA8;
  --pg-gray-30: #B19E85;
  --pg-gray-60: #5F4B32;
  --pg-gray-70: #2AB8E1;
  --pg-gray-80: #352A1C;
  --pg-gray-100: #201910;
  --button:#00508F;
  --sort:url("../image/sort.png"); }
  @media (prefers-color-scheme: dark) {
    .secondary3-mode {
      --text-active-secondary: #E2F9FF;
      --text-inactive-secondary: #E2F9FF;
      --fill-neutral-primary: #062472;
      --fill-neutral-secondary: #2C2C2C;
      --border-active-primary: #00508F;
      --border-active-secondary: #00508F;
      --pg-gray-10: #F5EFE7;
      --pg-gray-20: #D3BFA8;
      --pg-gray-30: #B19E85;
      --pg-gray-60: #5F4B32;
      --pg-gray-70: #062472;
      --pg-gray-80: #352A1C;
      --pg-gray-100: #201910;
      --button:#00508F;
      --sort:url("../image/sort.png"); } }
  .secondary3-mode .button-token {
    background-color: #8B5A2B !important;
    color: #FEF9F0 !important; }
  .secondary3-mode .dt-paging nav {
    background: #E8DCCA; }

/*# sourceMappingURL=frontend-style.css.map */
</pre></body></html>