@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap);
@charset "UTF-8";
:root {
  --wschat-bg-primary: #2489db;
  --wschat-text-primary: #fff;
  --wschat-bg-secondary: #f5f5f5;
  --wschat-text-secondary: #5e5e5e;
  --wschat-icon-color: #fff;
  --wschat-text-gray: gray;
  --wschat-font-family: "Roboto", sans-serif;
}
@font-face {
  font-family: Material Icons Outlined;
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v95/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2)
    format("woff2");
}
.material-icons,
.material-icons-outlined {
  word-wrap: normal;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  direction: ltr;
  display: inline-block;
  font-family: Material Icons Outlined;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
}
.elex_wschat_go_premium_color {
  color: green !important;
}
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0f78ce;
  --bs-secondary: #6c757d;
  --bs-success: #2ae930;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 15, 120, 206;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 42, 233, 48;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0.15),
    hsla(0, 0%, 100%, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}
.wschat-wrapper {
  --bs-light: #f5f5f5;
  --bs-light-rga: 225, 225, 225;
  background-color: #fff;
  font-family: var(--wschat-font-family);
  /*!
   * Bootstrap v5.1.3 (https://getbootstrap.com/)
   * Copyright 2011-2021 The Bootstrap Authors
   * Copyright 2011-2021 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
}
.wschat-wrapper .vh-95 {
  height: 95vh !important;
}
.wschat-wrapper :root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0f78ce;
  --bs-secondary: #6c757d;
  --bs-success: #2ae930;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 15, 120, 206;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 42, 233, 48;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0.15),
    hsla(0, 0%, 100%, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}
.wschat-wrapper *,
.wschat-wrapper :after,
.wschat-wrapper :before {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  .wschat-wrapper :root {
    scroll-behavior: smooth;
  }
}
.wschat-wrapper body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  margin: 0;
  text-align: var(--bs-body-text-align);
}
.wschat-wrapper hr {
  background-color: currentColor;
  border: 0;
  color: inherit;
  margin: 1rem 0;
  opacity: 0.25;
}
.wschat-wrapper hr:not([size]) {
  height: 1px;
}
.wschat-wrapper .h1,
.wschat-wrapper .h2,
.wschat-wrapper .h3,
.wschat-wrapper .h4,
.wschat-wrapper .h5,
.wschat-wrapper .h6,
.wschat-wrapper h1,
.wschat-wrapper h2,
.wschat-wrapper h3,
.wschat-wrapper h4,
.wschat-wrapper h5,
.wschat-wrapper h6 {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.wschat-wrapper .h1,
.wschat-wrapper h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  .wschat-wrapper .h1,
  .wschat-wrapper h1 {
    font-size: 2.5rem;
  }
}
.wschat-wrapper .h2,
.wschat-wrapper h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .wschat-wrapper .h2,
  .wschat-wrapper h2 {
    font-size: 2rem;
  }
}
.wschat-wrapper .h3,
.wschat-wrapper h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  .wschat-wrapper .h3,
  .wschat-wrapper h3 {
    font-size: 1.75rem;
  }
}
.wschat-wrapper .h4,
.wschat-wrapper h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .wschat-wrapper .h4,
  .wschat-wrapper h4 {
    font-size: 1.5rem;
  }
}
.wschat-wrapper .h5,
.wschat-wrapper h5 {
  font-size: 1.25rem;
}
.wschat-wrapper .h6,
.wschat-wrapper h6 {
  font-size: 1rem;
}
.wschat-wrapper p {
  margin-bottom: 1rem;
  margin-top: 0;
}
.wschat-wrapper abbr[data-bs-original-title],
.wschat-wrapper abbr[title] {
  cursor: help;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
.wschat-wrapper address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem;
}
.wschat-wrapper ol,
.wschat-wrapper ul {
  padding-left: 2rem;
}
.wschat-wrapper dl,
.wschat-wrapper ol,
.wschat-wrapper ul {
  margin-bottom: 1rem;
  margin-top: 0;
}
.wschat-wrapper ol ol,
.wschat-wrapper ol ul,
.wschat-wrapper ul ol,
.wschat-wrapper ul ul {
  margin-bottom: 0;
}
.wschat-wrapper dt {
  font-weight: 700;
}
.wschat-wrapper dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
.wschat-wrapper blockquote {
  margin: 0 0 1rem;
}
.wschat-wrapper b,
.wschat-wrapper strong {
  font-weight: bolder;
}
.wschat-wrapper .small,
.wschat-wrapper small {
  font-size: 0.875em;
}
.wschat-wrapper .mark,
.wschat-wrapper mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.wschat-wrapper sub,
.wschat-wrapper sup {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.wschat-wrapper sub {
  bottom: -0.25em;
}
.wschat-wrapper sup {
  top: -0.5em;
}
.wschat-wrapper a {
  color: #0f78ce;
  text-decoration: underline;
}
.wschat-wrapper a:hover {
  color: #0c60a5;
}
.wschat-wrapper a:not([href]):not([class]),
.wschat-wrapper a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
.wschat-wrapper code,
.wschat-wrapper kbd,
.wschat-wrapper pre,
.wschat-wrapper samp {
  direction: ltr;
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  unicode-bidi: bidi-override;
}
.wschat-wrapper pre {
  display: block;
  font-size: 0.875em;
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto;
}
.wschat-wrapper pre code {
  color: inherit;
  font-size: inherit;
  word-break: normal;
}
.wschat-wrapper code {
  word-wrap: break-word;
  color: #d63384;
  font-size: 0.875em;
}
a > .wschat-wrapper code {
  color: inherit;
}
.wschat-wrapper kbd {
  background-color: #212529;
  border-radius: 0.2rem;
  color: #fff;
  font-size: 0.875em;
  padding: 0.2rem 0.4rem;
}
.wschat-wrapper kbd kbd {
  font-size: 1em;
  font-weight: 700;
  padding: 0;
}
.wschat-wrapper figure {
  margin: 0 0 1rem;
}
.wschat-wrapper img,
.wschat-wrapper svg {
  vertical-align: middle;
}
.wschat-wrapper table {
  border-collapse: collapse;
  caption-side: bottom;
}
.wschat-wrapper caption {
  color: #6c757d;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  text-align: left;
}
.wschat-wrapper th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
.wschat-wrapper tbody,
.wschat-wrapper td,
.wschat-wrapper tfoot,
.wschat-wrapper th,
.wschat-wrapper thead,
.wschat-wrapper tr {
  border: 0 solid;
  border-color: inherit;
}
.wschat-wrapper label {
  display: inline-block;
}
.wschat-wrapper button {
  border-radius: 0;
}
.wschat-wrapper button:focus:not(:focus-visible) {
  outline: 0;
}
.wschat-wrapper button,
.wschat-wrapper input,
.wschat-wrapper optgroup,
.wschat-wrapper select,
.wschat-wrapper textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.wschat-wrapper button,
.wschat-wrapper select {
  text-transform: none;
}
.wschat-wrapper [role="button"] {
  cursor: pointer;
}
.wschat-wrapper select {
  word-wrap: normal;
}
.wschat-wrapper select:disabled {
  opacity: 1;
}
.wschat-wrapper [list]::-webkit-calendar-picker-indicator {
  display: none;
}
.wschat-wrapper [type="button"],
.wschat-wrapper [type="reset"],
.wschat-wrapper [type="submit"],
.wschat-wrapper button {
  -webkit-appearance: button;
}
.wschat-wrapper [type="button"]:not(:disabled),
.wschat-wrapper [type="reset"]:not(:disabled),
.wschat-wrapper [type="submit"]:not(:disabled),
.wschat-wrapper button:not(:disabled) {
  cursor: pointer;
}
.wschat-wrapper ::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.wschat-wrapper textarea {
  resize: vertical;
}
.wschat-wrapper fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}
.wschat-wrapper legend {
  float: left;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
  margin-bottom: 0.5rem;
  padding: 0;
  width: 100%;
}
@media (min-width: 1200px) {
  .wschat-wrapper legend {
    font-size: 1.5rem;
  }
}
.wschat-wrapper legend + * {
  clear: left;
}
.wschat-wrapper ::-webkit-datetime-edit-day-field,
.wschat-wrapper ::-webkit-datetime-edit-fields-wrapper,
.wschat-wrapper ::-webkit-datetime-edit-hour-field,
.wschat-wrapper ::-webkit-datetime-edit-minute,
.wschat-wrapper ::-webkit-datetime-edit-month-field,
.wschat-wrapper ::-webkit-datetime-edit-text,
.wschat-wrapper ::-webkit-datetime-edit-year-field {
  padding: 0;
}
.wschat-wrapper ::-webkit-inner-spin-button {
  height: auto;
}
.wschat-wrapper [type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
.wschat-wrapper ::-webkit-search-decoration {
  -webkit-appearance: none;
}
.wschat-wrapper ::-webkit-color-swatch-wrapper {
  padding: 0;
}
.wschat-wrapper ::file-selector-button {
  font: inherit;
}
.wschat-wrapper ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
.wschat-wrapper output {
  display: inline-block;
}
.wschat-wrapper iframe {
  border: 0;
}
.wschat-wrapper summary {
  cursor: pointer;
  display: list-item;
}
.wschat-wrapper progress {
  vertical-align: baseline;
}
.wschat-wrapper [hidden] {
  display: none !important;
}
.wschat-wrapper .lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.wschat-wrapper .display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .wschat-wrapper .display-1 {
    font-size: 5rem;
  }
}
.wschat-wrapper .display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .wschat-wrapper .display-2 {
    font-size: 4.5rem;
  }
}
.wschat-wrapper .display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .wschat-wrapper .display-3 {
    font-size: 4rem;
  }
}
.wschat-wrapper .display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .wschat-wrapper .display-4 {
    font-size: 3.5rem;
  }
}
.wschat-wrapper .display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .wschat-wrapper .display-5 {
    font-size: 3rem;
  }
}
.wschat-wrapper .display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .wschat-wrapper .display-6 {
    font-size: 2.5rem;
  }
}
.wschat-wrapper .list-inline,
.wschat-wrapper .list-unstyled {
  list-style: none;
  padding-left: 0;
}
.wschat-wrapper .list-inline-item {
  display: inline-block;
}
.wschat-wrapper .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.wschat-wrapper .initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.wschat-wrapper .blockquote {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.wschat-wrapper .blockquote > :last-child {
  margin-bottom: 0;
}
.wschat-wrapper .blockquote-footer {
  color: #6c757d;
  font-size: 0.875em;
  margin-bottom: 1rem;
  margin-top: -1rem;
}
.wschat-wrapper .blockquote-footer:before {
  content: "— ";
}
.wschat-wrapper .img-fluid {
  height: auto;
  max-width: 100%;
}
.wschat-wrapper .img-thumbnail {
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  height: auto;
  max-width: 100%;
  padding: 0.25rem;
}
.wschat-wrapper .figure {
  display: inline-block;
}
.wschat-wrapper .figure-img {
  line-height: 1;
  margin-bottom: 0.5rem;
}
.wschat-wrapper .figure-caption {
  color: #6c757d;
  font-size: 0.875em;
}
.wschat-wrapper .container,
.wschat-wrapper .container-fluid,
.wschat-wrapper .container-lg,
.wschat-wrapper .container-md,
.wschat-wrapper .container-sm,
.wschat-wrapper .container-xl,
.wschat-wrapper .container-xxl {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--bs-gutter-x, 0.75rem);
  padding-right: var(--bs-gutter-x, 0.75rem);
  width: 100%;
}
@media (min-width: 576px) {
  .wschat-wrapper .container,
  .wschat-wrapper .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .wschat-wrapper .container,
  .wschat-wrapper .container-md,
  .wschat-wrapper .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .wschat-wrapper .container,
  .wschat-wrapper .container-lg,
  .wschat-wrapper .container-md,
  .wschat-wrapper .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .wschat-wrapper .container,
  .wschat-wrapper .container-lg,
  .wschat-wrapper .container-md,
  .wschat-wrapper .container-sm,
  .wschat-wrapper .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .wschat-wrapper .container,
  .wschat-wrapper .container-lg,
  .wschat-wrapper .container-md,
  .wschat-wrapper .container-sm,
  .wschat-wrapper .container-xl,
  .wschat-wrapper .container-xxl {
    max-width: 1320px;
  }
}
.wschat-wrapper .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-top: calc(var(--bs-gutter-y) * -1);
}
.wschat-wrapper .row > * {
  flex-shrink: 0;
  margin-top: var(--bs-gutter-y);
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  width: 100%;
}
.wschat-wrapper .col {
  flex: 1 0 0%;
}
.wschat-wrapper .row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.wschat-wrapper .row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.wschat-wrapper .row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.wschat-wrapper .row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.wschat-wrapper .row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.wschat-wrapper .row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.wschat-wrapper .row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.wschat-wrapper .col-auto {
  flex: 0 0 auto;
  width: auto;
}
.wschat-wrapper .col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.wschat-wrapper .col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.wschat-wrapper .col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.wschat-wrapper .col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.wschat-wrapper .col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.wschat-wrapper .col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.wschat-wrapper .col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.wschat-wrapper .col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.wschat-wrapper .col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.wschat-wrapper .col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.wschat-wrapper .col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.wschat-wrapper .col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.wschat-wrapper .offset-1 {
  margin-left: 8.33333333%;
}
.wschat-wrapper .offset-2 {
  margin-left: 16.66666667%;
}
.wschat-wrapper .offset-3 {
  margin-left: 25%;
}
.wschat-wrapper .offset-4 {
  margin-left: 33.33333333%;
}
.wschat-wrapper .offset-5 {
  margin-left: 41.66666667%;
}
.wschat-wrapper .offset-6 {
  margin-left: 50%;
}
.wschat-wrapper .offset-7 {
  margin-left: 58.33333333%;
}
.wschat-wrapper .offset-8 {
  margin-left: 66.66666667%;
}
.wschat-wrapper .offset-9 {
  margin-left: 75%;
}
.wschat-wrapper .offset-10 {
  margin-left: 83.33333333%;
}
.wschat-wrapper .offset-11 {
  margin-left: 91.66666667%;
}
.wschat-wrapper .g-0,
.wschat-wrapper .gx-0 {
  --bs-gutter-x: 0;
}
.wschat-wrapper .g-0,
.wschat-wrapper .gy-0 {
  --bs-gutter-y: 0;
}
.wschat-wrapper .g-1,
.wschat-wrapper .gx-1 {
  --bs-gutter-x: 0.25rem;
}
.wschat-wrapper .g-1,
.wschat-wrapper .gy-1 {
  --bs-gutter-y: 0.25rem;
}
.wschat-wrapper .g-2,
.wschat-wrapper .gx-2 {
  --bs-gutter-x: 0.5rem;
}
.wschat-wrapper .g-2,
.wschat-wrapper .gy-2 {
  --bs-gutter-y: 0.5rem;
}
.wschat-wrapper .g-3,
.wschat-wrapper .gx-3 {
  --bs-gutter-x: 1rem;
}
.wschat-wrapper .g-3,
.wschat-wrapper .gy-3 {
  --bs-gutter-y: 1rem;
}
.wschat-wrapper .g-4,
.wschat-wrapper .gx-4 {
  --bs-gutter-x: 1.5rem;
}
.wschat-wrapper .g-4,
.wschat-wrapper .gy-4 {
  --bs-gutter-y: 1.5rem;
}
.wschat-wrapper .g-5,
.wschat-wrapper .gx-5 {
  --bs-gutter-x: 3rem;
}
.wschat-wrapper .g-5,
.wschat-wrapper .gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .wschat-wrapper .col-sm {
    flex: 1 0 0%;
  }
  .wschat-wrapper .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .wschat-wrapper .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .wschat-wrapper .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .wschat-wrapper .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .wschat-wrapper .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .wschat-wrapper .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .wschat-wrapper .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .wschat-wrapper .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .wschat-wrapper .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .wschat-wrapper .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .wschat-wrapper .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .wschat-wrapper .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .wschat-wrapper .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .wschat-wrapper .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .wschat-wrapper .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .wschat-wrapper .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .wschat-wrapper .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .wschat-wrapper .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .wschat-wrapper .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .wschat-wrapper .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .wschat-wrapper .offset-sm-0 {
    margin-left: 0;
  }
  .wschat-wrapper .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .wschat-wrapper .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .wschat-wrapper .offset-sm-3 {
    margin-left: 25%;
  }
  .wschat-wrapper .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .wschat-wrapper .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .wschat-wrapper .offset-sm-6 {
    margin-left: 50%;
  }
  .wschat-wrapper .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .wschat-wrapper .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .wschat-wrapper .offset-sm-9 {
    margin-left: 75%;
  }
  .wschat-wrapper .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .wschat-wrapper .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .wschat-wrapper .g-sm-0,
  .wschat-wrapper .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .wschat-wrapper .g-sm-0,
  .wschat-wrapper .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .wschat-wrapper .g-sm-1,
  .wschat-wrapper .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .wschat-wrapper .g-sm-1,
  .wschat-wrapper .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .wschat-wrapper .g-sm-2,
  .wschat-wrapper .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .wschat-wrapper .g-sm-2,
  .wschat-wrapper .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .wschat-wrapper .g-sm-3,
  .wschat-wrapper .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .wschat-wrapper .g-sm-3,
  .wschat-wrapper .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .wschat-wrapper .g-sm-4,
  .wschat-wrapper .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .wschat-wrapper .g-sm-4,
  .wschat-wrapper .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .wschat-wrapper .g-sm-5,
  .wschat-wrapper .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .wschat-wrapper .g-sm-5,
  .wschat-wrapper .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .wschat-wrapper .col-md {
    flex: 1 0 0%;
  }
  .wschat-wrapper .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .wschat-wrapper .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .wschat-wrapper .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .wschat-wrapper .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .wschat-wrapper .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .wschat-wrapper .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .wschat-wrapper .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .wschat-wrapper .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .wschat-wrapper .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .wschat-wrapper .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .wschat-wrapper .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .wschat-wrapper .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .wschat-wrapper .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .wschat-wrapper .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .wschat-wrapper .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .wschat-wrapper .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .wschat-wrapper .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .wschat-wrapper .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .wschat-wrapper .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .wschat-wrapper .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .wschat-wrapper .offset-md-0 {
    margin-left: 0;
  }
  .wschat-wrapper .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .wschat-wrapper .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .wschat-wrapper .offset-md-3 {
    margin-left: 25%;
  }
  .wschat-wrapper .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .wschat-wrapper .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .wschat-wrapper .offset-md-6 {
    margin-left: 50%;
  }
  .wschat-wrapper .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .wschat-wrapper .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .wschat-wrapper .offset-md-9 {
    margin-left: 75%;
  }
  .wschat-wrapper .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .wschat-wrapper .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .wschat-wrapper .g-md-0,
  .wschat-wrapper .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .wschat-wrapper .g-md-0,
  .wschat-wrapper .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .wschat-wrapper .g-md-1,
  .wschat-wrapper .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .wschat-wrapper .g-md-1,
  .wschat-wrapper .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .wschat-wrapper .g-md-2,
  .wschat-wrapper .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .wschat-wrapper .g-md-2,
  .wschat-wrapper .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .wschat-wrapper .g-md-3,
  .wschat-wrapper .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .wschat-wrapper .g-md-3,
  .wschat-wrapper .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .wschat-wrapper .g-md-4,
  .wschat-wrapper .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .wschat-wrapper .g-md-4,
  .wschat-wrapper .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .wschat-wrapper .g-md-5,
  .wschat-wrapper .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .wschat-wrapper .g-md-5,
  .wschat-wrapper .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .wschat-wrapper .col-lg {
    flex: 1 0 0%;
  }
  .wschat-wrapper .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .wschat-wrapper .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .wschat-wrapper .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .wschat-wrapper .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .wschat-wrapper .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .wschat-wrapper .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .wschat-wrapper .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .wschat-wrapper .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .wschat-wrapper .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .wschat-wrapper .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .wschat-wrapper .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .wschat-wrapper .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .wschat-wrapper .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .wschat-wrapper .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .wschat-wrapper .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .wschat-wrapper .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .wschat-wrapper .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .wschat-wrapper .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .wschat-wrapper .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .wschat-wrapper .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .wschat-wrapper .offset-lg-0 {
    margin-left: 0;
  }
  .wschat-wrapper .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .wschat-wrapper .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .wschat-wrapper .offset-lg-3 {
    margin-left: 25%;
  }
  .wschat-wrapper .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .wschat-wrapper .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .wschat-wrapper .offset-lg-6 {
    margin-left: 50%;
  }
  .wschat-wrapper .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .wschat-wrapper .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .wschat-wrapper .offset-lg-9 {
    margin-left: 75%;
  }
  .wschat-wrapper .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .wschat-wrapper .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .wschat-wrapper .g-lg-0,
  .wschat-wrapper .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .wschat-wrapper .g-lg-0,
  .wschat-wrapper .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .wschat-wrapper .g-lg-1,
  .wschat-wrapper .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .wschat-wrapper .g-lg-1,
  .wschat-wrapper .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .wschat-wrapper .g-lg-2,
  .wschat-wrapper .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .wschat-wrapper .g-lg-2,
  .wschat-wrapper .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .wschat-wrapper .g-lg-3,
  .wschat-wrapper .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .wschat-wrapper .g-lg-3,
  .wschat-wrapper .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .wschat-wrapper .g-lg-4,
  .wschat-wrapper .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .wschat-wrapper .g-lg-4,
  .wschat-wrapper .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .wschat-wrapper .g-lg-5,
  .wschat-wrapper .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .wschat-wrapper .g-lg-5,
  .wschat-wrapper .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .wschat-wrapper .col-xl {
    flex: 1 0 0%;
  }
  .wschat-wrapper .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .wschat-wrapper .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .wschat-wrapper .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .wschat-wrapper .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .wschat-wrapper .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .wschat-wrapper .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .wschat-wrapper .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .wschat-wrapper .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .wschat-wrapper .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .wschat-wrapper .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .wschat-wrapper .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .wschat-wrapper .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .wschat-wrapper .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .wschat-wrapper .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .wschat-wrapper .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .wschat-wrapper .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .wschat-wrapper .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .wschat-wrapper .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .wschat-wrapper .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .wschat-wrapper .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .wschat-wrapper .offset-xl-0 {
    margin-left: 0;
  }
  .wschat-wrapper .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .wschat-wrapper .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .wschat-wrapper .offset-xl-3 {
    margin-left: 25%;
  }
  .wschat-wrapper .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .wschat-wrapper .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .wschat-wrapper .offset-xl-6 {
    margin-left: 50%;
  }
  .wschat-wrapper .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .wschat-wrapper .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .wschat-wrapper .offset-xl-9 {
    margin-left: 75%;
  }
  .wschat-wrapper .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .wschat-wrapper .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .wschat-wrapper .g-xl-0,
  .wschat-wrapper .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .wschat-wrapper .g-xl-0,
  .wschat-wrapper .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .wschat-wrapper .g-xl-1,
  .wschat-wrapper .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .wschat-wrapper .g-xl-1,
  .wschat-wrapper .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .wschat-wrapper .g-xl-2,
  .wschat-wrapper .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .wschat-wrapper .g-xl-2,
  .wschat-wrapper .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .wschat-wrapper .g-xl-3,
  .wschat-wrapper .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .wschat-wrapper .g-xl-3,
  .wschat-wrapper .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .wschat-wrapper .g-xl-4,
  .wschat-wrapper .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .wschat-wrapper .g-xl-4,
  .wschat-wrapper .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .wschat-wrapper .g-xl-5,
  .wschat-wrapper .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .wschat-wrapper .g-xl-5,
  .wschat-wrapper .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .wschat-wrapper .col-xxl {
    flex: 1 0 0%;
  }
  .wschat-wrapper .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .wschat-wrapper .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .wschat-wrapper .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .wschat-wrapper .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .wschat-wrapper .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .wschat-wrapper .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .wschat-wrapper .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .wschat-wrapper .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .wschat-wrapper .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .wschat-wrapper .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .wschat-wrapper .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .wschat-wrapper .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .wschat-wrapper .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .wschat-wrapper .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .wschat-wrapper .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .wschat-wrapper .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .wschat-wrapper .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .wschat-wrapper .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .wschat-wrapper .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .wschat-wrapper .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .wschat-wrapper .offset-xxl-0 {
    margin-left: 0;
  }
  .wschat-wrapper .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .wschat-wrapper .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .wschat-wrapper .offset-xxl-3 {
    margin-left: 25%;
  }
  .wschat-wrapper .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .wschat-wrapper .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .wschat-wrapper .offset-xxl-6 {
    margin-left: 50%;
  }
  .wschat-wrapper .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .wschat-wrapper .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .wschat-wrapper .offset-xxl-9 {
    margin-left: 75%;
  }
  .wschat-wrapper .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .wschat-wrapper .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .wschat-wrapper .g-xxl-0,
  .wschat-wrapper .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .wschat-wrapper .g-xxl-0,
  .wschat-wrapper .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .wschat-wrapper .g-xxl-1,
  .wschat-wrapper .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .wschat-wrapper .g-xxl-1,
  .wschat-wrapper .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .wschat-wrapper .g-xxl-2,
  .wschat-wrapper .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .wschat-wrapper .g-xxl-2,
  .wschat-wrapper .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .wschat-wrapper .g-xxl-3,
  .wschat-wrapper .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .wschat-wrapper .g-xxl-3,
  .wschat-wrapper .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .wschat-wrapper .g-xxl-4,
  .wschat-wrapper .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .wschat-wrapper .g-xxl-4,
  .wschat-wrapper .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .wschat-wrapper .g-xxl-5,
  .wschat-wrapper .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .wschat-wrapper .g-xxl-5,
  .wschat-wrapper .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.wschat-wrapper .table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  border-color: #dee2e6;
  color: #212529;
  margin-bottom: 1rem;
  vertical-align: top;
  width: 100%;
}
.wschat-wrapper .table > :not(caption) > * > * {
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  padding: 0.5rem;
}
.wschat-wrapper .table > tbody {
  vertical-align: inherit;
}
.wschat-wrapper .table > thead {
  vertical-align: bottom;
}
.wschat-wrapper .table > :not(:first-child) {
  border-top: 2px solid;
}
.wschat-wrapper .caption-top {
  caption-side: top;
}
.wschat-wrapper .table-sm > :not(caption) > * > * {
  padding: 0.25rem;
}
.wschat-wrapper .table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.wschat-wrapper .table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
.wschat-wrapper .table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.wschat-wrapper .table-borderless > :not(:first-child) {
  border-top-width: 0;
}
.wschat-wrapper .table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.wschat-wrapper .table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
.wschat-wrapper .table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
.wschat-wrapper .table-primary {
  --bs-table-bg: #cfe4f5;
  --bs-table-striped-bg: #c5d9e9;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacddd;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd3e3;
  --bs-table-hover-color: #000;
  border-color: #bacddd;
  color: #000;
}
.wschat-wrapper .table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  border-color: #cbccce;
  color: #000;
}
.wschat-wrapper .table-success {
  --bs-table-bg: #d4fbd6;
  --bs-table-striped-bg: #c9eecb;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bfe2c1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c4e8c6;
  --bs-table-hover-color: #000;
  border-color: #bfe2c1;
  color: #000;
}
.wschat-wrapper .table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  border-color: #badce3;
  color: #000;
}
.wschat-wrapper .table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  border-color: #e6dbb9;
  color: #000;
}
.wschat-wrapper .table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  border-color: #dfc2c4;
  color: #000;
}
.wschat-wrapper .table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  border-color: #dfe0e1;
  color: #000;
}
.wschat-wrapper .table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  border-color: #373b3e;
  color: #fff;
}
.wschat-wrapper .table-responsive {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}
@media (max-width: 575.98px) {
  .wschat-wrapper .table-responsive-sm {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}
@media (max-width: 767.98px) {
  .wschat-wrapper .table-responsive-md {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}
@media (max-width: 991.98px) {
  .wschat-wrapper .table-responsive-lg {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}
@media (max-width: 1199.98px) {
  .wschat-wrapper .table-responsive-xl {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}
@media (max-width: 1399.98px) {
  .wschat-wrapper .table-responsive-xxl {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}
.wschat-wrapper .form-label {
  margin-bottom: 0.5rem;
}
.wschat-wrapper .col-form-label {
  font-size: inherit;
  line-height: 1.5;
  margin-bottom: 0;
  padding-bottom: calc(0.375rem + 1px);
  padding-top: calc(0.375rem + 1px);
}
.wschat-wrapper .col-form-label-lg {
  font-size: 1.25rem;
  padding-bottom: calc(0.5rem + 1px);
  padding-top: calc(0.5rem + 1px);
}
.wschat-wrapper .col-form-label-sm {
  font-size: 0.875rem;
  padding-bottom: calc(0.25rem + 1px);
  padding-top: calc(0.25rem + 1px);
}
.wschat-wrapper .form-text {
  color: #6c757d;
  font-size: 0.875em;
  margin-top: 0.25rem;
}
.wschat-wrapper .form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  color: #212529;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .wschat-wrapper .form-control {
    transition: none;
  }
}
.wschat-wrapper .form-control[type="file"] {
  overflow: hidden;
}
.wschat-wrapper .form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.wschat-wrapper .form-control:focus {
  background-color: #fff;
  border-color: #87bce7;
  box-shadow: 0 0 0 0.25rem rgba(15, 120, 206, 0.25);
  color: #212529;
  outline: 0;
}
.wschat-wrapper .form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.wschat-wrapper .form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.wschat-wrapper .form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.wschat-wrapper .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.wschat-wrapper .form-control:disabled,
.wschat-wrapper .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.wschat-wrapper .form-control::file-selector-button {
  -webkit-margin-end: 0.75rem;
  background-color: #e9ecef;
  border: 0 solid;
  border-color: inherit;
  border-inline-end-width: 1px;
  border-radius: 0;
  color: #212529;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  padding: 0.375rem 0.75rem;
  pointer-events: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .wschat-wrapper .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .wschat-wrapper .form-control::file-selector-button {
    transition: none;
  }
}
.wschat-wrapper
  .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.wschat-wrapper .form-control::-webkit-file-upload-button {
  -webkit-margin-end: 0.75rem;
  background-color: #e9ecef;
  border: 0 solid;
  border-color: inherit;
  border-inline-end-width: 1px;
  border-radius: 0;
  color: #212529;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  padding: 0.375rem 0.75rem;
  pointer-events: none;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .wschat-wrapper .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.wschat-wrapper
  .form-control:hover:not(:disabled):not(
    [readonly]
  )::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.wschat-wrapper .form-control-plaintext {
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
  color: #212529;
  display: block;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 0.375rem 0;
  width: 100%;
}
.wschat-wrapper .form-control-plaintext.form-control-lg,
.wschat-wrapper .form-control-plaintext.form-control-sm {
  padding-left: 0;
  padding-right: 0;
}
.wschat-wrapper .form-control-sm {
  border-radius: 1rem;
  font-size: 0.875rem;
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
}
.wschat-wrapper .form-control-sm::file-selector-button {
  -webkit-margin-end: 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
  padding: 0.25rem 0.5rem;
}
.wschat-wrapper .form-control-sm::-webkit-file-upload-button {
  -webkit-margin-end: 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
  padding: 0.25rem 0.5rem;
}
.wschat-wrapper .form-control-lg {
  border-radius: 0.3rem;
  font-size: 1.25rem;
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
}
.wschat-wrapper .form-control-lg::file-selector-button {
  -webkit-margin-end: 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
  padding: 0.5rem 1rem;
}
.wschat-wrapper .form-control-lg::-webkit-file-upload-button {
  -webkit-margin-end: 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
  padding: 0.5rem 1rem;
}
.wschat-wrapper textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
.wschat-wrapper textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
.wschat-wrapper textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}
.wschat-wrapper .form-control-color {
  height: auto;
  padding: 0.375rem;
  width: 3rem;
}
.wschat-wrapper .form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.wschat-wrapper .form-control-color::-moz-color-swatch {
  border-radius: 0.25rem;
  height: 1.5em;
}
.wschat-wrapper .form-control-color::-webkit-color-swatch {
  border-radius: 0.25rem;
  height: 1.5em;
}
.wschat-wrapper .form-select {
  -moz-padding-start: calc(0.75rem - 3px);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  color: #212529;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .wschat-wrapper .form-select {
    transition: none;
  }
}
.wschat-wrapper .form-select:focus {
  border-color: #87bce7;
  box-shadow: 0 0 0 0.25rem rgba(15, 120, 206, 0.25);
  outline: 0;
}
.wschat-wrapper .form-select[multiple],
.wschat-wrapper .form-select[size]:not([size="1"]) {
  background-image: none;
  padding-right: 0.75rem;
}
.wschat-wrapper .form-select:disabled {
  background-color: #e9ecef;
}
.wschat-wrapper .form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}
.wschat-wrapper .form-select-sm {
  border-radius: 0.2rem;
  font-size: 0.875rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-top: 0.25rem;
}
.wschat-wrapper .form-select-lg {
  border-radius: 0.3rem;
  font-size: 1.25rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-top: 0.5rem;
}
.wschat-wrapper .form-check {
  display: block;
  margin-bottom: 0.125rem;
  min-height: 1.5rem;
  padding-left: 1.5em;
}
.wschat-wrapper .form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.wschat-wrapper .form-check-input {
  color-adjust: exact;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  height: 1em;
  margin-top: 0.25em;
  -webkit-print-color-adjust: exact;
  vertical-align: top;
  width: 1em;
}
.wschat-wrapper .form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}
.wschat-wrapper .form-check-input[type="radio"] {
  border-radius: 50%;
}
.wschat-wrapper .form-check-input:active {
  filter: brightness(90%);
}
.wschat-wrapper .form-check-input:focus {
  border-color: #87bce7;
  box-shadow: 0 0 0 0.25rem rgba(15, 120, 206, 0.25);
  outline: 0;
}
.wschat-wrapper .form-check-input:checked {
  background-color: #0f78ce;
  border-color: #0f78ce;
}
.wschat-wrapper .form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E");
}
.wschat-wrapper .form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E");
}
.wschat-wrapper .form-check-input[type="checkbox"]:indeterminate {
  background-color: #0f78ce;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E");
  border-color: #0f78ce;
}
.wschat-wrapper .form-check-input:disabled {
  filter: none;
  opacity: 0.5;
  pointer-events: none;
}
.wschat-wrapper .form-check-input:disabled ~ .form-check-label,
.wschat-wrapper .form-check-input[disabled] ~ .form-check-label {
  opacity: 0.5;
}
.wschat-wrapper .form-switch {
  padding-left: 2.5em;
}
.wschat-wrapper .form-switch .form-check-input {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");
  background-position: 0;
  border-radius: 2em;
  margin-left: -2.5em;
  transition: background-position 0.15s ease-in-out;
  width: 2em;
}
@media (prefers-reduced-motion: reduce) {
  .wschat-wrapper .form-switch .form-check-input {
    transition: none;
  }
}
.wschat-wrapper .form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2387bce7'/%3E%3C/svg%3E");
}
.wschat-wrapper .form-switch .form-check-input:checked {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
  background-position: 100%;
}
.wschat-wrapper .form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.wschat-wrapper .btn-check {
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  position: absolute;
}
.wschat-wrapper .btn-check:disabled + .btn,
.wschat-wrapper .btn-check[disabled] + .btn {
  filter: none;
  opacity: 0.65;
  pointer-events: none;
}
.wschat-wrapper .form-range {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  height: 1.5rem;
  padding: 0;
  width: 100%;
}
.wschat-wrapper .form-range:focus {
  outline: 0;
}
.wschat-wrapper .form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(15, 120, 206, 0.25);
}
.wschat-wrapper .form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(15, 120, 206, 0.25);
}
.wschat-wrapper .form-range::-moz-focus-outer {
  border: 0;
}
.wschat-wrapper .form-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background-color: #0f78ce;
  border: 0;
  border-radius: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .wschat-wrapper .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.wschat-wrapper .form-range::-webkit-slider-thumb:active {
  background-color: #b7d7f0;
}
.wschat-wrapper .form-range::-webkit-slider-runnable-track {
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  color: transparent;
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}
.wschat-wrapper .form-range::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  background-color: #0f78ce;
  border: 0;
  border-radius: 1rem;
  height: 1rem;
  -moz-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .wschat-wrapper .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.wschat-wrapper .form-range::-moz-range-thumb:active {
  background-color: #b7d7f0;
}
.wschat-wrapper .form-range::-moz-range-track {
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  color: transparent;
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}
.wschat-wrapper .form-range:disabled {
  pointer-events: none;
}
.wschat-wrapper .form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.wschat-wrapper .form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.wschat-wrapper .form-floating {
  position: relative;
}
.wschat-wrapper .form-floating > .form-control,
.wschat-wrapper .form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.wschat-wrapper .form-floating > label {
  border: 1px solid transparent;
  height: 100%;
  left: 0;
  padding: 1rem 0.75rem;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .wschat-wrapper .form-floating > label {
    transition: none;
  }
}
.wschat-wrapper .form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.wschat-wrapper .form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.wschat-wrapper .form-floating > .form-control:-ms-input-placeholder {
  color: transparent;
}
.wschat-wrapper .form-floating > .form-control::placeholder {
  color: transparent;
}
.wschat-wrapper .form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-bottom: 0.625rem;
  padding-top: 1.625rem;
}
.wschat-wrapper .form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-bottom: 0.625rem;
  padding-top: 1.625rem;
}
.wschat-wrapper .form-floating > .form-control:focus,
.wschat-wrapper .form-floating > .form-control:not(:placeholder-shown) {
  padding-bottom: 0.625rem;
  padding-top: 1.625rem;
}
.wschat-wrapper .form-floating > .form-control:-webkit-autofill {
  padding-bottom: 0.625rem;
  padding-top: 1.625rem;
}
.wschat-wrapper .form-floating > .form-select {
  padding-bottom: 0.625rem;
  padding-top: 1.625rem;
}
.wschat-wrapper
  .form-floating
  > .form-control:not(:-moz-placeholder-shown)
  ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.wschat-wrapper
  .form-floating
  > .form-control:not(:-ms-input-placeholder)
  ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.wschat-wrapper .form-floating > .form-control:focus ~ label,
.wschat-wrapper .form-floating > .form-control:not(:placeholder-shown) ~ label,
.wschat-wrapper .form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.wschat-wrapper .form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.wschat-wrapper .input-group {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.wschat-wrapper .input-group > .form-control,
.wschat-wrapper .input-group > .form-select {
  flex: 1 1 auto;
  min-width: 0;
  position: relative;
  width: 1%;
}
.wschat-wrapper .input-group > .form-control:focus,
.wschat-wrapper .input-group > .form-select:focus {
  z-index: 3;
}
.wschat-wrapper .input-group .btn {
  position: relative;
  z-index: 2;
}
.wschat-wrapper .input-group .btn:focus {
  z-index: 3;
}
.wschat-wrapper .input-group-text {
  align-items: center;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  color: #212529;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  text-align: center;
  white-space: nowrap;
}
.wschat-wrapper .input-group-lg > .btn,
.wschat-wrapper .input-group-lg > .form-control,
.wschat-wrapper .input-group-lg > .form-select,
.wschat-wrapper .input-group-lg > .input-group-text {
  border-radius: 0.3rem;
  font-size: 1.25rem;
  padding: 0.5rem 1rem;
}
.wschat-wrapper .input-group-sm > .btn,
.wschat-wrapper .input-group-sm > .form-control,
.wschat-wrapper .input-group-sm > .form-select,
.wschat-wrapper .input-group-sm > .input-group-text {
  border-radius: 0.2rem;
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
}
.wschat-wrapper .input-group-lg > .form-select,
.wschat-wrapper .input-group-sm > .form-select {
  padding-right: 3rem;
}
.wschat-wrapper
  .input-group.has-validation
  > .dropdown-toggle:nth-last-child(n + 4),
.wschat-wrapper
  .input-group.has-validation
  > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.wschat-wrapper
  .input-group:not(.has-validation)
  > .dropdown-toggle:nth-last-child(n + 3),
.wschat-wrapper
  .input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wschat-wrapper
  .input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}
.wschat-wrapper .valid-feedback {
  color: #2ae930;
  display: none;
  font-size: 0.875em;
  margin-top: 0.25rem;
  width: 100%;
}
.wschat-wrapper .valid-tooltip {
  background-color: rgba(42, 233, 48, 0.9);
  border-radius: 0.25rem;
  color: #000;
  display: none;
  font-size: 0.875rem;
  margin-top: 0.1rem;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  position: absolute;
  top: 100%;
  z-index: 5;
}
.was-validated .wschat-wrapper:valid ~ .valid-feedback,
.was-validated .wschat-wrapper:valid ~ .valid-tooltip,
.wschat-wrapper.is-valid ~ .valid-feedback,
.wschat-wrapper.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .wschat-wrapper .form-control:valid,
.wschat-wrapper .form-control.is-valid {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232AE930' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-position: right calc(0.375em + 0.1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  border-color: #2ae930;
  padding-right: calc(1.5em + 0.75rem);
}
.was-validated .wschat-wrapper .form-control:valid:focus,
.wschat-wrapper .form-control.is-valid:focus {
  border-color: #2ae930;
  box-shadow: 0 0 0 0.25rem rgba(42, 233, 48, 0.25);
}
.was-validated .wschat-wrapper textarea.form-control:valid,
.wschat-wrapper textarea.form-control.is-valid {
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
  padding-right: calc(1.5em + 0.75rem);
}
.was-validated .wschat-wrapper .form-select:valid,
.wschat-wrapper .form-select.is-valid {
  border-color: #2ae930;
}
.was-validated .wschat-wrapper .form-select:valid:not([multiple]):not([size]),
.was-validated .wschat-wrapper .form-select:valid:not([multiple])[size="1"],
.wschat-wrapper .form-select.is-valid:not([multiple]):not([size]),
.wschat-wrapper .form-select.is-valid:not([multiple])[size="1"] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"),
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%232AE930' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  padding-right: 4.125rem;
}
.was-validated .wschat-wrapper .form-select:valid:focus,
.wschat-wrapper .form-select.is-valid:focus {
  border-color: #2ae930;
  box-shadow: 0 0 0 0.25rem rgba(42, 233, 48, 0.25);
}
.was-validated .wschat-wrapper .form-check-input:valid,
.wschat-wrapper .form-check-input.is-valid {
  border-color: #2ae930;
}
.was-validated .wschat-wrapper .form-check-input:valid:checked,
.wschat-wrapper .form-check-input.is-valid:checked {
  background-color: #2ae930;
}
.was-validated .wschat-wrapper .form-check-input:valid:focus,
.wschat-wrapper .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(42, 233, 48, 0.25);
}
.was-validated .wschat-wrapper .form-check-input:valid ~ .form-check-label,
.wschat-wrapper .form-check-input.is-valid ~ .form-check-label {
  color: #2ae930;
}
.wschat-wrapper .form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated .wschat-wrapper .input-group .form-control:valid,
.was-validated .wschat-wrapper .input-group .form-select:valid,
.wschat-wrapper .input-group .form-control.is-valid,
.wschat-wrapper .input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .wschat-wrapper .input-group .form-control:valid:focus,
.was-validated .wschat-wrapper .input-group .form-select:valid:focus,
.wschat-wrapper .input-group .form-control.is-valid:focus,
.wschat-wrapper .input-group .form-select.is-valid:focus {
  z-index: 3;
}
.wschat-wrapper .invalid-feedback {
  color: #dc3545;
  display: none;
  font-size: 0.875em;
  margin-top: 0.25rem;
  width: 100%;
}
.wschat-wrapper .invalid-tooltip {
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
  color: #fff;
  display: none;
  font-size: 0.875rem;
  margin-top: 0.1rem;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  position: absolute;
  top: 100%;
  z-index: 5;
}
.was-validated .wschat-wrapper:invalid ~ .invalid-feedback,
.was-validated .wschat-wrapper:invalid ~ .invalid-tooltip,
.wschat-wrapper.is-invalid ~ .invalid-feedback,
.wschat-wrapper.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .wschat-wrapper .form-control:invalid,
.wschat-wrapper .form-control.is-invalid {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
  background-position: right calc(0.375em + 0.1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
}
.was-validated .wschat-wrapper .form-control:invalid:focus,
.wschat-wrapper .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .wschat-wrapper textarea.form-control:invalid,
.wschat-wrapper textarea.form-control.is-invalid {
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
  padding-right: calc(1.5em + 0.75rem);
}
.was-validated .wschat-wrapper .form-select:invalid,
.wschat-wrapper .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .wschat-wrapper .form-select:invalid:not([multiple]):not([size]),
.was-validated .wschat-wrapper .form-select:invalid:not([multiple])[size="1"],
.wschat-wrapper .form-select.is-invalid:not([multiple]):not([size]),
.wschat-wrapper .form-select.is-invalid:not([multiple])[size="1"] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E"),
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  padding-right: 4.125rem;
}
.was-validated .wschat-wrapper .form-select:invalid:focus,
.wschat-wrapper .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .wschat-wrapper .form-check-input:invalid,
.wschat-wrapper .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .wschat-wrapper .form-check-input:invalid:checked,
.wschat-wrapper .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .wschat-wrapper .form-check-input:invalid:focus,
.wschat-wrapper .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .wschat-wrapper .form-check-input:invalid ~ .form-check-label,
.wschat-wrapper .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.wschat-wrapper .form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated .wschat-wrapper .input-group .form-control:invalid,
.was-validated .wschat-wrapper .input-group .form-select:invalid,
.wschat-wrapper .input-group .form-control.is-invalid,
.wschat-wrapper .input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .wschat-wrapper .input-group .form-control:invalid:focus,
.was-validated .wschat-wrapper .input-group .form-select:invalid:focus,
.wschat-wrapper .input-group .form-control.is-invalid:focus,
.wschat-wrapper .input-group .form-select.is-invalid:focus {
  z-index: 3;
}
.wschat-wrapper .btn {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #212529;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  text-align: center;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}
@media (prefers-reduced-motion: reduce) {
  .wschat-wrapper .btn {
    transition: none;
  }
}
.wschat-wrapper .btn:hover {
  color: #212529;
}
.btn-check:focus + .wschat-wrapper .btn,
.wschat-wrapper .btn:focus {
  box-shadow: 0 0 0 0.25rem rgb(var(--wschat-icon-color), 0.25);
  outline: 0;
}
.wschat-wrapper .btn.disabled,
.wschat-wrapper .btn:disabled,
fieldset:disabled .wschat-wrapper .btn {
  opacity: 0.65;
  pointer-events: none;
}
.wschat-wrapper .btn-primary {
  background-color: #0f78ce;
  border-color: #0f78ce;
  color: #fff;
}
.wschat-wrapper .btn-primary:hover {
  background-color: #0d66af;
  border-color: #0c60a5;
  color: #fff;
}
.btn-check:focus + .wschat-wrapper .btn-primary,
.wschat-wrapper .btn-primary:focus {
  background-color: #0d66af;
  border-color: #0c60a5;
  box-shadow: 0 0 0 0.25rem rgba(51, 140, 213, 0.5);
  color: #fff;
}
.btn-check:active + .wschat-wrapper .btn-primary,
.btn-check:checked + .wschat-wrapper .btn-primary,
.show > .wschat-wrapper .btn-primary.dropdown-toggle,
.wschat-wrapper .btn-primary.active,
.wschat-wrapper .btn-primary:active {
  background-color: #0c60a5;
  border-color: #0b5a9b;
  color: #fff;
}
.btn-check:active + .wschat-wrapper .btn-primary:focus,
.btn-check:checked + .wschat-wrapper .btn-primary:focus,
.show > .wschat-wrapper .btn-primary.dropdown-toggle:focus,
.wschat-wrapper .btn-primary.active:focus,
.wschat-wrapper .btn-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(51, 140, 213, 0.5);
}
.wschat-wrapper .btn-primary.disabled,
.wschat-wrapper .btn-primary:disabled {
  background-color: #0f78ce;
  border-color: #0f78ce;
  color: #fff;
}
.wschat-wrapper .btn-secondary {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.wschat-wrapper .btn-secondary:hover {
  background-color: #5c636a;
  border-color: #565e64;
  color: #fff;
}
.btn-check:focus + .wschat-wrapper .btn-secondary,
.wschat-wrapper .btn-secondary:focus {
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem hsla(208, 6%, 54%, 0.5);
  color: #fff;
}
.btn-check:active + .wschat-wrapper .btn-secondary,
.btn-check:checked + .wschat-wrapper .btn-secondary,
.show > .wschat-wrapper .btn-secondary.dropdown-toggle,
.wschat-wrapper .btn-secondary.active,
.wschat-wrapper .btn-secondary:active {
  background-color: #565e64;
  border-color: #51585e;
  color: #fff;
}
.btn-check:active + .wschat-wrapper .btn-secondary:focus,
.btn-check:checked + .wschat-wrapper .btn-secondary:focus,
.show > .wschat-wrapper .btn-secondary.dropdown-toggle:focus,
.wschat-wrapper .btn-secondary.active:focus,
.wschat-wrapper .btn-secondary:active:focus {
  box-shadow: 0 0 0 0.25rem hsla(208, 6%, 54%, 0.5);
}
.wschat-wrapper .btn-secondary.disabled,
.wschat-wrapper .btn-secondary:disabled {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.wschat-wrapper .btn-success {
  background-color: #2ae930;
  border-color: #2ae930;
  color: #000;
}
.wschat-wrapper .btn-success:hover {
  background-color: #4aec4f;
  border-color: #3feb45;
  color: #000;
}
.btn-check:focus + .wschat-wrapper .btn-success,
.wschat-wrapper .btn-success:focus {
  background-color: #4aec4f;
  border-color: #3feb45;
  box-shadow: 0 0 0 0.25rem rgba(36, 198, 41, 0.5);
  color: #000;
}
.btn-check:active + .wschat-wrapper .btn-success,
.btn-check:checked + .wschat-wrapper .btn-success,
.show > .wschat-wrapper .btn-success.dropdown-toggle,
.wschat-wrapper .btn-success.active,
.wschat-wrapper .btn-success:active {
  background-color: #55ed59;
  border-color: #3feb45;
  color: #000;
}
.btn-check:active + .wschat-wrapper .btn-success:focus,
.btn-check:checked + .wschat-wrapper .btn-success:focus,
.show > .wschat-wrapper .btn-success.dropdown-toggle:focus,
.wschat-wrapper .btn-success.active:focus,
.wschat-wrapper .btn-success:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(36, 198, 41, 0.5);
}
.wschat-wrapper .btn-success.disabled,
.wschat-wrapper .btn-success:disabled {
  background-color: #2ae930;
  border-color: #2ae930;
  color: #000;
}
.wschat-wrapper .btn-info {
  background-color: #0dcaf0;
  border-color: #0dcaf0;
  color: #000;
}
.wschat-wrapper .btn-info:hover {
  background-color: #31d2f2;
  border-color: #25cff2;
  color: #000;
}
.btn-check:focus + .wschat-wrapper .btn-info,
.wschat-wrapper .btn-info:focus {
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
  color: #000;
}
.btn-check:active + .wschat-wrapper .btn-info,
.btn-check:checked + .wschat-wrapper .btn-info,
.show > .wschat-wrapper .btn-info.dropdown-toggle,
.wschat-wrapper .btn-info.active,
.wschat-wrapper .btn-info:active {
  background-color: #3dd5f3;
  border-color: #25cff2;
  color: #000;
}
.btn-check:active + .wschat-wrapper .btn-info:focus,
.btn-check:checked + .wschat-wrapper .btn-info:focus,
.show > .wschat-wrapper .btn-info.dropdown-toggle:focus,
.wschat-wrapper .btn-info.active:focus,
.wschat-wrapper .btn-info:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.wschat-wrapper .btn-info.disabled,
.wschat-wrapper .btn-info:disabled {
  background-color: #0dcaf0;
  border-color: #0dcaf0;
  color: #000;
}
.wschat-wrapper .btn-warning {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #000;
}
.wschat-wrapper .btn-warning:hover {
  background-color: #ffca2c;
  border-color: #ffc720;
  color: #000;
}
.btn-check:focus + .wschat-wrapper .btn-warning,
.wschat-wrapper .btn-warning:focus {
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
  color: #000;
}
.btn-check:active + .wschat-wrapper .btn-warning,
.btn-check:checked + .wschat-wrapper .btn-warning,
.show > .wschat-wrapper .btn-warning.dropdown-toggle,
.wschat-wrapper .btn-warning.active,
.wschat-wrapper .btn-warning:active {
  background-color: #ffcd39;
  border-color: #ffc720;
  color: #000;
}
.btn-check:active + .wschat-wrapper .btn-warning:focus,
.btn-check:checked + .wschat-wrapper .btn-warning:focus,
.show > .wschat-wrapper .btn-warning.dropdown-toggle:focus,
.wschat-wrapper .btn-warning.active:focus,
.wschat-wrapper .btn-warning:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.wschat-wrapper .btn-warning.disabled,
.wschat-wrapper .btn-warning:disabled {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #000;
}
.wschat-wrapper .btn-danger {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.wschat-wrapper .btn-danger:hover {
  background-color: #bb2d3b;
  border-color: #b02a37;
  color: #fff;
}
.btn-check:focus + .wschat-wrapper .btn-danger,
.wschat-wrapper .btn-danger:focus {
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
  color: #fff;
}
.btn-check:active + .wschat-wrapper .btn-danger,
.btn-check:checked + .wschat-wrapper .btn-danger,
.show > .wschat-wrapper .btn-danger.dropdown-toggle,
.wschat-wrapper .btn-danger.active,
.wschat-wrapper .btn-danger:active {
  background-color: #b02a37;
  border-color: #a52834;
  color: #fff;
}
.btn-check:active + .wschat-wrapper .btn-danger:focus,
.btn-check:checked + .wschat-wrapper .btn-danger:focus,
.show > .wschat-wrapper .btn-danger.dropdown-toggle:focus,
.wschat-wrapper .btn-danger.active:focus,
.wschat-wrapper .btn-danger:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.wschat-wrapper .btn-danger.disabled,
.wschat-wrapper .btn-danger:disabled {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.wschat-wrapper .btn-light {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #000;
}
.wschat-wrapper .btn-light:hover {
  background-color: #f9fafb;
  border-color: #f9fafb;
  color: #000;
}
.btn-check:focus + .wschat-wrapper .btn-light,
.wschat-wrapper .btn-light:focus {
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem hsla(210, 2%, 83%, 0.5);
  color: #000;
}
.btn-check:active + .wschat-wrapper .btn-light,
.btn-check:checked + .wschat-wrapper .btn-light,
.show > .wschat-wrapper .btn-light.dropdown-toggle,
.wschat-wrapper .btn-light.active,
.wschat-wrapper .btn-light:active {
  background-color: #f9fafb;
  border-color: #f9fafb;
  color: #000;
}
.btn-check:active + .wschat-wrapper .btn-light:focus,
.btn-check:checked + .wschat-wrapper .btn-light:focus,
.show > .wschat-wrapper .btn-light.dropdown-toggle:focus,
.wschat-wrapper .btn-light.active:focus,
.wschat-wrapper .btn-light:active:focus {
  box-shadow: 0 0 0 0.25rem hsla(210, 2%, 83%, 0.5);
}
.wschat-wrapper .btn-light.disabled,
.wschat-wrapper .btn-light:disabled {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #000;
}
.wschat-wrapper .btn-dark {
  background-color: #212529;
  border-color: #212529;
  color: #fff;
}
.wschat-wrapper .btn-dark:hover {
  background-color: #1c1f23;
  border-color: #1a1e21;
  color: #fff;
}
.btn-check:focus + .wschat-wrapper .btn-dark,
.wschat-wrapper .btn-dark:focus {
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
  color: #fff;
}
.btn-check:active + .wschat-wrapper .btn-dark,
.btn-check:checked + .wschat-wrapper .btn-dark,
.show > .wschat-wrapper .btn-dark.dropdown-toggle,
.wschat-wrapper .btn-dark.active,
.wschat-wrapper .btn-dark:active {
  background-color: #1a1e21;
  border-color: #191c1f;
  color: #fff;
}
.btn-check:active + .wschat-wrapper .btn-dark:focus,
.btn-check:checked + .wschat-wrapper .btn-dark:focus,
.show > .wschat-wrapper .btn-dark.dropdown-toggle:focus,
.wschat-wrapper .btn-dark.active:focus,
.wschat-wrapper .btn-dark:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.wschat-wrapper .btn-dark.disabled,
.wschat-wrapper .btn-dark:disabled {
  background-color: #212529;
  border-color: #212529;
  color: #fff;
}
.wschat-wrapper .btn-outline-primary {
  border-color: #0f78ce;
  color: #0f78ce;
}
.wschat-wrapper .btn-outline-primary:hover {
  background-color: #0f78ce;
  border-color: #0f78ce;
  color: #fff;
}
.btn-check:focus + .wschat-wrapper .btn-outline-primary,
.wschat-wrapper .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(15, 120, 206, 0.5);
}
.btn-check:active + .wschat-wrapper .btn-outline-primary,
.btn-check:checked + .wschat-wrapper .btn-outline-primary,
.wschat-wrapper .btn-outline-primary.active,
.wschat-wrapper .btn-outline-primary.dropdown-toggle.show,
.wschat-wrapper .btn-outline-primary:active {
  background-color: #0f78ce;
  border-color: #0f78ce;
  color: #fff;
}
.btn-check:active + .wschat-wrapper .btn-outline-primary:focus,
.btn-check:checked + .wschat-wrapper .btn-outline-primary:focus,
.wschat-wrapper .btn-outline-primary.active:focus,
.wschat-wrapper .btn-outline-primary.dropdown-toggle.show:focus,
.wschat-wrapper .btn-outline-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(15, 120, 206, 0.5);
}
.wschat-wrapper .btn-outline-primary.disabled,
.wschat-wrapper .btn-outline-primary:disabled {
  background-color: transparent;
  color: #0f78ce;
}
.wschat-wrapper .btn-outline-secondary {
  border-color: #6c757d;
  color: #6c757d;
}
.wschat-wrapper .btn-outline-secondary:hover {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.btn-check:focus + .wschat-wrapper .btn-outline-secondary,
.wschat-wrapper .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem hsla(208, 7%, 46%, 0.5);
}
.btn-check:active + .wschat-wrapper .btn-outline-secondary,
.btn-check:checked + .wschat-wrapper .btn-outline-secondary,
.wschat-wrapper .btn-outline-secondary.active,
.wschat-wrapper .btn-outline-secondary.dropdown-toggle.show,
.wschat-wrapper .btn-outline-secondary:active {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.btn-check:active + .wschat-wrapper .btn-outline-secondary:focus,
.btn-check:checked + .wschat-wrapper .btn-outline-secondary:focus,
.wschat-wrapper .btn-outline-secondary.active:focus,
.wschat-wrapper .btn-outline-secondary.dropdown-toggle.show:focus,
.wschat-wrapper .btn-outline-secondary:active:focus {
  box-shadow: 0 0 0 0.25rem hsla(208, 7%, 46%, 0.5);
}
.wschat-wrapper .btn-outline-secondary.disabled,
.wschat-wrapper .btn-outline-secondary:disabled {
  background-color: transparent;
  color: #6c757d;
}
.wschat-wrapper .btn-outline-success {
  border-color: #2ae930;
  color: #2ae930;
}
.wschat-wrapper .btn-outline-success:hover {
  background-color: #2ae930;
  border-color: #2ae930;
  color: #000;
}
.btn-check:focus + .wschat-wrapper .btn-outline-success,
.wschat-wrapper .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(42, 233, 48, 0.5);
}
.btn-check:active + .wschat-wrapper .btn-outline-success,
.btn-check:checked + .wschat-wrapper .btn-outline-success,
.wschat-wrapper .btn-outline-success.active,
.wschat-wrapper .btn-outline-success.dropdown-toggle.show,
.wschat-wrapper .btn-outline-success:active {
  background-color: #2ae930;
  border-color: #2ae930;
  color: #000;
}
.btn-check:active + .wschat-wrapper .btn-outline-success:focus,
.btn-check:checked + .wschat-wrapper .btn-outline-success:focus,
.wschat-wrapper .btn-outline-success.active:focus,
.wschat-wrapper .btn-outline-success.dropdown-toggle.show:focus,
.wschat-wrapper .btn-outline-success:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(42, 233, 48, 0.5);
}
.wschat-wrapper .btn-outline-success.disabled,
.wschat-wrapper .btn-outline-success:disabled {
  background-color: transparent;
  color: #2ae930;
}
.wschat-wrapper .btn-outline-info {
  border-color: #0dcaf0;
  color: #0dcaf0;
}
.wschat-wrapper .btn-outline-info:hover {
  background-color: #0dcaf0;
  border-color: #0dcaf0;
  color: #000;
}
.btn-check:focus + .wschat-wrapper .btn-outline-info,
.wschat-wrapper .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:active + .wschat-wrapper .btn-outline-info,
.btn-check:checked + .wschat-wrapper .btn-outline-info,
.wschat-wrapper .btn-outline-info.active,
.wschat-wrapper .btn-outline-info.dropdown-toggle.show,
.wschat-wrapper .btn-outline-info:active {
  background-color: #0dcaf0;
  border-color: #0dcaf0;
  color: #000;
}
.btn-check:active + .wschat-wrapper .btn-outline-info:focus,
.btn-check:checked + .wschat-wrapper .btn-outline-info:focus,
.wschat-wrapper .btn-outline-info.active:focus,
.wschat-wrapper .btn-outline-info.dropdown-toggle.show:focus,
.wschat-wrapper .btn-outline-info:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.wschat-wrapper .btn-outline-info.disabled,
.wschat-wrapper .btn-outline-info:disabled {
  background-color: transparent;
  color: #0dcaf0;
}
.wschat-wrapper .btn-outline-warning {
  border-color: #ffc107;
  color: #ffc107;
}
.wschat-wrapper .btn-outline-warning:hover {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #000;
}
.btn-check:focus + .wschat-wrapper .btn-outline-warning,
.wschat-wrapper .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:active + .wschat-wrapper .btn-outline-warning,
.btn-check:checked + .wschat-wrapper .btn-outline-warning,
.wschat-wrapper .btn-outline-warning.active,
.wschat-wrapper .btn-outline-warning.dropdown-toggle.show,
.wschat-wrapper .btn-outline-warning:active {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #000;
}
.btn-check:active + .wschat-wrapper .btn-outline-warning:focus,
.btn-check:checked + .wschat-wrapper .btn-outline-warning:focus,
.wschat-wrapper .btn-outline-warning.active:focus,
.wschat-wrapper .btn-outline-warning.dropdown-toggle.show:focus,
.wschat-wrapper .btn-outline-warning:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.wschat-wrapper .btn-outline-warning.disabled,
.wschat-wrapper .btn-outline-warning:disabled {
  background-color: transparent;
  color: #ffc107;
}
.wschat-wrapper .btn-outline-danger {
  border-color: #dc3545;
  color: #dc3545;
}
.wschat-wrapper .btn-outline-danger:hover {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.btn-check:focus + .wschat-wrapper .btn-outline-danger,
.wschat-wrapper .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:active + .wschat-wrapper .btn-outline-danger,
.btn-check:checked + .wschat-wrapper .btn-outline-danger,
.wschat-wrapper .btn-outline-danger.active,
.wschat-wrapper .btn-outline-danger.dropdown-toggle.show,
.wschat-wrapper .btn-outline-danger:active {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.btn-check:active + .wschat-wrapper .btn-outline-danger:focus,
.btn-check:checked + .wschat-wrapper .btn-outline-danger:focus,
.wschat-wrapper .btn-outline-danger.active:focus,
.wschat-wrapper .btn-outline-danger.dropdown-toggle.show:focus,
.wschat-wrapper .btn-outline-danger:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.wschat-wrapper .btn-outline-danger.disabled,
.wschat-wrapper .btn-outline-danger:disabled {
  background-color: transparent;
  color: #dc3545;
}
.wschat-wrapper .btn-outline-light {
  border-color: #f8f9fa;
  color: #f8f9fa;
}
.wschat-wrapper .btn-outline-light:hover {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #000;
}
.btn-check:focus + .wschat-wrapper .btn-outline-light,
.wschat-wrapper .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:active + .wschat-wrapper .btn-outline-light,
.btn-check:checked + .wschat-wrapper .btn-outline-light,
.wschat-wrapper .btn-outline-light.active,
.wschat-wrapper .btn-outline-light.dropdown-toggle.show,
.wschat-wrapper .btn-outline-light:active {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #000;
}
.btn-check:active + .wschat-wrapper .btn-outline-light:focus,
.btn-check:checked + .wschat-wrapper .btn-outline-light:focus,
.wschat-wrapper .btn-outline-light.active:focus,
.wschat-wrapper .btn-outline-light.dropdown-toggle.show:focus,
.wschat-wrapper .btn-outline-light:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.wschat-wrapper .btn-outline-light.disabled,
.wschat-wrapper .btn-outline-light:disabled {
  background-color: transparent;
  color: #f8f9fa;
}
.wschat-wrapper .btn-outline-dark {
  border-color: #212529;
  color: #212529;
}
.wschat-wrapper .btn-outline-dark:hover {
  background-color: #212529;
  border-color: #212529;
  color: #fff;
}
.btn-check:focus + .wschat-wrapper .btn-outline-dark,
.wschat-wrapper .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:active + .wschat-wrapper .btn-outline-dark,
.btn-check:checked + .wschat-wrapper .btn-outline-dark,
.wschat-wrapper .btn-outline-dark.active,
.wschat-wrapper .btn-outline-dark.dropdown-toggle.show,
.wschat-wrapper .btn-outline-dark:active {
  background-color: #212529;
  border-color: #212529;
  color: #fff;
}
.btn-check:active + .wschat-wrapper .btn-outline-dark:focus,
.btn-check:checked + .wschat-wrapper .btn-outline-dark:focus,
.wschat-wrapper .btn-outline-dark.active:focus,
.wschat-wrapper .btn-outline-dark.dropdown-toggle.show:focus,
.wschat-wrapper .btn-outline-dark:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.wschat-wrapper .btn-outline-dark.disabled,
.wschat-wrapper .btn-outline-dark:disabled {
  background-color: transparent;
  color: #212529;
}
.wschat-wrapper .btn-link {
  color: #0f78ce;
  font-weight: 400;
  text-decoration: underline;
}
.wschat-wrapper .btn-link:hover {
  color: #0c60a5;
}
.wschat-wrapper .btn-link.disabled,
.wschat-wrapper .btn-link:disabled {
  color: #6c757d;
}
.wschat-wrapper .btn-group-lg > .btn,
.wschat-wrapper .btn-lg {
  border-radius: 0.3rem;
  font-size: 1.25rem;
  padding: 0.5rem 1rem;
}
.wschat-wrapper .btn-group-sm > .btn,
.wschat-wrapper .btn-sm {
  border-radius: 1rem;
  font-size: 0.875rem;
  padding: 0.3rem 0.5rem;
}
.wschat-wrapper .fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .wschat-wrapper .fade {
    transition: none;
  }
}
.wschat-wrapper .fade:not(.show) {
  opacity: 0;
}
.wschat-wrapper .collapse:not(.show) {
  display: none;
}
.wschat-wrapper .collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .wschat-wrapper .collapsing {
    transition: none;
  }
}
.wschat-wrapper .collapsing.collapse-horizontal {
  height: auto;
  transition: width 0.35s ease;
  width: 0;
}
@media (prefers-reduced-motion: reduce) {
  .wschat-wrapper .collapsing.collapse-horizontal {
    transition: none;
  }
}
.wschat-wrapper .dropdown,
.wschat-wrapper .dropend,
.wschat-wrapper .dropstart,
.wschat-wrapper .dropup {
  position: relative;
}
.wschat-wrapper .dropdown-toggle {
  white-space: nowrap;
}
.wschat-wrapper .dropdown-toggle:after {
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-top: 0.3em solid;
  content: "";
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}
.wschat-wrapper .dropdown-toggle:empty:after {
  margin-left: 0;
}
.wschat-wrapper .dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  color: #212529;
  display: none;
  font-size: 1rem;
  list-style: none;
  margin: 0;
  min-width: 10rem;
  padding: 0.5rem 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
}
.wschat-wrapper .dropdown-menu[data-bs-popper] {
  left: 0;
  margin-top: 0.125rem;
  top: 100%;
}
.wschat-wrapper .dropdown-menu-start {
  --bs-position: start;
}
.wschat-wrapper .dropdown-menu-start[data-bs-popper] {
  left: 0;
  right: auto;
}
.wschat-wrapper .dropdown-menu-end {
  --bs-position: end;
}
.wschat-wrapper .dropdown-menu-end[data-bs-popper] {
  left: auto;
  right: 0;
}
@media (min-width: 576px) {
  .wschat-wrapper .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .wschat-wrapper .dropdown-menu-sm-start[data-bs-popper] {
    left: 0;
    right: auto;
  }
  .wschat-wrapper .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .wschat-wrapper .dropdown-menu-sm-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}
@media (min-width: 768px) {
  .wschat-wrapper .dropdown-menu-md-start {
    --bs-position: start;
  }
  .wschat-wrapper .dropdown-menu-md-start[data-bs-popper] {
    left: 0;
    right: auto;
  }
  .wschat-wrapper .dropdown-menu-md-end {
    --bs-position: end;
  }
  .wschat-wrapper .dropdown-menu-md-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}
@media (min-width: 992px) {
  .wschat-wrapper .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .wschat-wrapper .dropdown-menu-lg-start[data-bs-popper] {
    left: 0;
    right: auto;
  }
  .wschat-wrapper .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .wschat-wrapper .dropdown-menu-lg-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .wschat-wrapper .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .wschat-wrapper .dropdown-menu-xl-start[data-bs-popper] {
    left: 0;
    right: auto;
  }
  .wschat-wrapper .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .wschat-wrapper .dropdown-menu-xl-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}
@media (min-width: 1400px) {
  .wschat-wrapper .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .wschat-wrapper .dropdown-menu-xxl-start[data-bs-popper] {
    left: 0;
    right: auto;
  }
  .wschat-wrapper .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .wschat-wrapper .dropdown-menu-xxl-end[data-bs-popper] {
    left: auto;
    right: 0;
  }
}
.wschat-wrapper .dropup .dropdown-menu[data-bs-popper] {
  bottom: 100%;
  margin-bottom: 0.125rem;
  margin-top: 0;
  top: auto;
}
.wschat-wrapper .dropup .dropdown-toggle:after {
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-top: 0;
  content: "";
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}
.wschat-wrapper .dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}
.wschat-wrapper .dropend .dropdown-menu[data-bs-popper] {
  left: 100%;
  margin-left: 0.125rem;
  margin-top: 0;
  right: auto;
  top: 0;
}
.wschat-wrapper .dropend .dropdown-toggle:after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-right: 0;
  border-top: 0.3em solid transparent;
  content: "";
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}
.wschat-wrapper .dropend .dropdown-toggle:empty:after {
  margin-left: 0;
}
.wschat-wrapper .dropend .dropdown-toggle:after {
  vertical-align: 0;
}
.wschat-wrapper .dropstart .dropdown-menu[data-bs-popper] {
  left: auto;
  margin-right: 0.125rem;
  margin-top: 0;
  right: 100%;
  top: 0;
}
.wschat-wrapper .dropstart .dropdown-toggle:after {
  content: "";
  display: inline-block;
  display: none;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}
.wschat-wrapper .dropstart .dropdown-toggle:before {
  border-bottom: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-top: 0.3em solid transparent;
  content: "";
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
}
.wschat-wrapper .dropstart .dropdown-toggle:empty:after {
  margin-left: 0;
}
.wschat-wrapper .dropstart .dropdown-toggle:before {
  vertical-align: 0;
}
.wschat-wrapper .dropdown-divider {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
}
.wschat-wrapper .dropdown-item {
  background-color: transparent;
  border: 0;
  clear: both;
  color: #212529;
  display: block;
  font-weight: 400;
  padding: 0.25rem 1rem;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
}
.wschat-wrapper .dropdown-item:focus,
.wschat-wrapper .dropdown-item:hover {
  background-color: #e9ecef;
  color: #1e2125;
}
.wschat-wrapper .dropdown-item.active,
.wschat-wrapper .dropdown-item:active {
  background-color: #0f78ce;
  color: #fff;
  text-decoration: none;
}
.wschat-wrapper .dropdown-item.disabled,
.wschat-wrapper .dropdown-item:disabled {
  background-color: transparent;
  color: #adb5bd;
  pointer-events: none;
}
.wschat-wrapper .dropdown-menu.show {
  display: block;
}
.wschat-wrapper .dropdown-header {
  color: #6c757d;
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0;
  padding: 0.5rem 1rem;
  white-space: nowrap;
}
.wschat-wrapper .dropdown-item-text {
  color: #212529;
  display: block;
  padding: 0.25rem 1rem;
}
.wschat-wrapper .dropdown-menu-dark {
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
  color: #dee2e6;
}
.wschat-wrapper .dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.wschat-wrapper .dropdown-menu-dark .dropdown-item:focus,
.wschat-wrapper .dropdown-menu-dark .dropdown-item:hover {
  background-color: hsla(0, 0%, 100%, 0.15);
  color: #fff;
}
.wschat-wrapper .dropdown-menu-dark .dropdown-item.active,
.wschat-wrapper .dropdown-menu-dark .dropdown-item:active {
  background-color: #0f78ce;
  color: #fff;
}
.wschat-wrapper .dropdown-menu-dark .dropdown-item.disabled,
.wschat-wrapper .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.wschat-wrapper .dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.wschat-wrapper .dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.wschat-wrapper .dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}
.wschat-wrapper .btn-group,
.wschat-wrapper .btn-group-vertical {
  display: inline-flex;
  position: relative;
  vertical-align: middle;
}
.wschat-wrapper .btn-group-vertical > .btn,
.wschat-wrapper .btn-group > .btn {
  flex: 1 1 auto;
  position: relative;
}
.wschat-wrapper .btn-group-vertical > .btn-check:checked + .btn,
.wschat-wrapper .btn-group-vertical > .btn-check:focus + .btn,
.wschat-wrapper .btn-group-vertical > .btn.active,
.wschat-wrapper .btn-group-vertical > .btn:active,
.wschat-wrapper .btn-group-vertical > .btn:focus,
.wschat-wrapper .btn-group-vertical > .btn:hover,
.wschat-wrapper .btn-group > .btn-check:checked + .btn,
.wschat-wrapper .btn-group > .btn-check:focus + .btn,
.wschat-wrapper .btn-group > .btn.active,
.wschat-wrapper .btn-group > .btn:active,
.wschat-wrapper .btn-group > .btn:focus,
.wschat-wrapper .btn-group > .btn:hover {
  z-index: 1;
}
.wschat-wrapper .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.wschat-wrapper .btn-toolbar .input-group {
  width: auto;
}
.wschat-wrapper .btn-group > .btn-group:not(:first-child),
.wschat-wrapper .btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}
.wschat-wrapper .btn-group > .btn-group:not(:last-child) > .btn,
.wschat-wrapper .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.wschat-wrapper .btn-group > .btn-group:not(:first-child) > .btn,
.wschat-wrapper .btn-group > .btn:nth-child(n + 3),
.wschat-wrapper .btn-group > :not(.btn-check) + .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.wschat-wrapper .dropdown-toggle-split {
  padding-left: 0.5625rem;
  padding-right: 0.5625rem;
}
.dropend .wschat-wrapper .dropdown-toggle-split:after,
.dropup .wschat-wrapper .dropdown-toggle-split:after,
.wschat-wrapper .dropdown-toggle-split:after {
  margin-left: 0;
}
.dropstart .wschat-wrapper .dropdown-toggle-split:before {
  margin-right: 0;
}
.wschat-wrapper .btn-group-sm > .btn + .dropdown-toggle-split,
.wschat-wrapper .btn-sm + .dropdown-toggle-split {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.wschat-wrapper .btn-group-lg > .btn + .dropdown-toggle-split,
.wschat-wrapper .btn-lg + .dropdown-toggle-split {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.wschat-wrapper .btn-group-vertical {
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.wschat-wrapper .btn-group-vertical > .btn,
.wschat-wrapper .btn-group-vertical > .btn-group {
  width: 100%;
}
.wschat-wrapper .btn-group-vertical > .btn-group:not(:first-child),
.wschat-wrapper .btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}
.wschat-wrapper .btn-group-vertical > .btn-group:not(:last-child) > .btn,
.wschat-wrapper
  .btn-group-vertical
  > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.wschat-wrapper .btn-group-vertical > .btn-group:not(:first-child) > .btn,
.wschat-wrapper .btn-group-vertical > .btn ~ .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.wschat-wrapper .nav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.wschat-wrapper .nav-link {
  color: #0f78ce;
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .wschat-wrapper .nav-link {
    transition: none;
  }
}
.wschat-wrapper .nav-link:focus,
.wschat-wrapper .nav-link:hover {
  color: #0c60a5;
}
.wschat-wrapper .nav-link.disabled {
  color: #6c757d;
  cursor: default;
  pointer-events: none;
}
.wschat-wrapper .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.wschat-wrapper .nav-tabs .nav-link {
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  margin-bottom: -1px;
}
.wschat-wrapper .nav-tabs .nav-link:focus,
.wschat-wrapper .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.wschat-wrapper .nav-tabs .nav-link.disabled {
  background-color: transparent;
  border-color: transparent;
  color: #6c757d;
}
.wschat-wrapper .nav-tabs .nav-item.show .nav-link,
.wschat-wrapper .nav-tabs .nav-link.active {
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  color: #495057;
}
.wschat-wrapper .nav-tabs .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -1px;
}
.wschat-wrapper .nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.wschat-wrapper .nav-pills .nav-link.active,
.wschat-wrapper .nav-pills .show > .nav-link {
  background-color: #0f78ce;
  color: #fff;
}
.wschat-wrapper .nav-fill .nav-item,
.wschat-wrapper .nav-fill > .nav-link {
  flex: 1 1 auto;
  text-align: center;
}
.wschat-wrapper .nav-justified .nav-item,
.wschat-wrapper .nav-justified > .nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.wschat-wrapper .nav-fill .nav-item .nav-link,
.wschat-wrapper .nav-justified .nav-item .nav-link {
  width: 100%;
}
.wschat-wrapper .tab-content > .tab-pane {
  display: none;
}
.wschat-wrapper .tab-content > .active {
  display: block;
}
.wschat-wrapper .navbar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  position: relative;
}
.wschat-wrapper .navbar > .container,
.wschat-wrapper .navbar > .container-fluid,
.wschat-wrapper .navbar > .container-lg,
.wschat-wrapper .navbar > .container-md,
.wschat-wrapper .navbar > .container-sm,
.wschat-wrapper .navbar > .container-xl,
.wschat-wrapper .navbar > .container-xxl {
  align-items: center;
  display: flex;
  flex-wrap: inherit;
  justify-content: space-between;
}
.wschat-wrapper .navbar-brand {
  font-size: 1.25rem;
  margin-right: 1rem;
  padding-bottom: 0.3125rem;
  padding-top: 0.3125rem;
  text-decoration: none;
  white-space: nowrap;
}
.wschat-wrapper .navbar-nav {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.wschat-wrapper .navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 0;
}
.wschat-wrapper .navbar-nav .dropdown-menu {
  position: static;
}
.wschat-wrapper .navbar-text {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.wschat-wrapper .navbar-collapse {
  align-items: center;
  flex-basis: 100%;
  flex-grow: 1;
}
.wschat-wrapper .navbar-toggler {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 1.25rem;
  line-height: 1;
  padding: 0.25rem 0.75rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .wschat-wrapper .navbar-toggler {
    transition: none;
  }
}
.wschat-wrapper .navbar-toggler:hover {
  text-decoration: none;
}
.wschat-wrapper .navbar-toggler:focus {
  box-shadow: 0 0 0 0.25rem;
  outline: 0;
  text-decoration: none;
}
.wschat-wrapper .navbar-toggler-icon {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  height: 1.5em;
  vertical-align: middle;
  width: 1.5em;
}
.wschat-wrapper .navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .wschat-wrapper .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .wschat-wrapper .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .wschat-wrapper .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .wschat-wrapper .navbar-expand-sm .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .wschat-wrapper .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .wschat-wrapper .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .wschat-wrapper .navbar-expand-sm .navbar-toggler,
  .wschat-wrapper .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .wschat-wrapper .navbar-expand-sm .offcanvas {
    background-color: transparent;
    border-left: 0;
    border-right: 0;
    bottom: 0;
    flex-grow: 1;
    position: inherit;
    transform: none;
    transition: none;
    visibility: visible !important;
    z-index: 1000;
  }
  .wschat-wrapper .navbar-expand-sm .offcanvas-bottom,
  .wschat-wrapper .navbar-expand-sm .offcanvas-top {
    border-bottom: 0;
    border-top: 0;
    height: auto;
  }
  .wschat-wrapper .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .wschat-wrapper .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .wschat-wrapper .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .wschat-wrapper .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .wschat-wrapper .navbar-expand-md .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .wschat-wrapper .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .wschat-wrapper .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .wschat-wrapper .navbar-expand-md .navbar-toggler,
  .wschat-wrapper .navbar-expand-md .offcanvas-header {
    display: none;
  }
  .wschat-wrapper .navbar-expand-md .offcanvas {
    background-color: transparent;
    border-left: 0;
    border-right: 0;
    bottom: 0;
    flex-grow: 1;
    position: inherit;
    transform: none;
    transition: none;
    visibility: visible !important;
    z-index: 1000;
  }
  .wschat-wrapper .navbar-expand-md .offcanvas-bottom,
  .wschat-wrapper .navbar-expand-md .offcanvas-top {
    border-bottom: 0;
    border-top: 0;
    height: auto;
  }
  .wschat-wrapper .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .wschat-wrapper .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .wschat-wrapper .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .wschat-wrapper .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .wschat-wrapper .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .wschat-wrapper .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .wschat-wrapper .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .wschat-wrapper .navbar-expand-lg .navbar-toggler,
  .wschat-wrapper .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .wschat-wrapper .navbar-expand-lg .offcanvas {
    background-color: transparent;
    border-left: 0;
    border-right: 0;
    bottom: 0;
    flex-grow: 1;
    position: inherit;
    transform: none;
    transition: none;
    visibility: visible !important;
    z-index: 1000;
  }
  .wschat-wrapper .navbar-expand-lg .offcanvas-bottom,
  .wschat-wrapper .navbar-expand-lg .offcanvas-top {
    border-bottom: 0;
    border-top: 0;
    height: auto;
  }
  .wschat-wrapper .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .wschat-wrapper .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .wschat-wrapper .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .wschat-wrapper .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .wschat-wrapper .navbar-expand-xl .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .wschat-wrapper .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .wschat-wrapper .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .wschat-wrapper .navbar-expand-xl .navbar-toggler,
  .wschat-wrapper .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  .wschat-wrapper .navbar-expand-xl .offcanvas {
    background-color: transparent;
    border-left: 0;
    border-right: 0;
    bottom: 0;
    flex-grow: 1;
    position: inherit;
    transform: none;
    transition: none;
    visibility: visible !important;
    z-index: 1000;
  }
  .wschat-wrapper .navbar-expand-xl .offcanvas-bottom,
  .wschat-wrapper .navbar-expand-xl .offcanvas-top {
    border-bottom: 0;
    border-top: 0;
    height: auto;
  }
  .wschat-wrapper .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0;
  }
}
@media (min-width: 1400px) {
  .wschat-wrapper .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .wschat-wrapper .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .wschat-wrapper .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .wschat-wrapper .navbar-expand-xxl .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .wschat-wrapper .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .wschat-wrapper .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .wschat-wrapper .navbar-expand-xxl .navbar-toggler,
  .wschat-wrapper .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  .wschat-wrapper .navbar-expand-xxl .offcanvas {
    background-color: transparent;
    border-left: 0;
    border-right: 0;
    bottom: 0;
    flex-grow: 1;
    position: inherit;
    transform: none;
    transition: none;
    visibility: visible !important;
    z-index: 1000;
  }
  .wschat-wrapper .navbar-expand-xxl .offcanvas-bottom,
  .wschat-wrapper .navbar-expand-xxl .offcanvas-top {
    border-bottom: 0;
    border-top: 0;
    height: auto;
  }
  .wschat-wrapper .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    overflow-y: visible;
    padding: 0;
  }
}
.wschat-wrapper .navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.wschat-wrapper .navbar-expand .navbar-nav {
  flex-direction: row;
}
.wschat-wrapper .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.wschat-wrapper .navbar-expand .navbar-nav .nav-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.wschat-wrapper .navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.wschat-wrapper .navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.wschat-wrapper .navbar-expand .navbar-toggler,
.wschat-wrapper .navbar-expand .offcanvas-header {
  display: none;
}
.wschat-wrapper .navbar-expand .offcanvas {
  background-color: transparent;
  border-left: 0;
  border-right: 0;
  bottom: 0;
  flex-grow: 1;
  position: inherit;
  transform: none;
  transition: none;
  visibility: visible !important;
  z-index: 1000;
}
.wschat-wrapper .navbar-expand .offcanvas-bottom,
.wschat-wrapper .navbar-expand .offcanvas-top {
  border-bottom: 0;
  border-top: 0;
  height: auto;
}
.wschat-wrapper .navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  overflow-y: visible;
  padding: 0;
}
.wschat-wrapper .navbar-light .navbar-brand,
.wschat-wrapper .navbar-light .navbar-brand:focus,
.wschat-wrapper .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
.wschat-wrapper .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.wschat-wrapper .navbar-light .navbar-nav .nav-link:focus,
.wschat-wrapper .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.wschat-wrapper .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.wschat-wrapper .navbar-light .navbar-nav .nav-link.active,
.wschat-wrapper .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
.wschat-wrapper .navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.55);
}
.wschat-wrapper .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.wschat-wrapper .navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.wschat-wrapper .navbar-light .navbar-text a,
.wschat-wrapper .navbar-light .navbar-text a:focus,
.wschat-wrapper .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.wschat-wrapper .navbar-dark .navbar-brand,
.wschat-wrapper .navbar-dark .navbar-brand:focus,
.wschat-wrapper .navbar-dark .navbar-brand:hover {
  color: #fff;
}
.wschat-wrapper .navbar-dark .navbar-nav .nav-link {
  color: hsla(0, 0%, 100%, 0.55);
}
.wschat-wrapper .navbar-dark .navbar-nav .nav-link:focus,
.wschat-wrapper .navbar-dark .navbar-nav .nav-link:hover {
  color: hsla(0, 0%, 100%, 0.75);
}
.wschat-wrapper .navbar-dark .navbar-nav .nav-link.disabled {
  color: hsla(0, 0%, 100%, 0.25);
}
.wschat-wrapper .navbar-dark .navbar-nav .nav-link.active,
.wschat-wrapper .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.wschat-wrapper .navbar-dark .navbar-toggler {
  border-color: hsla(0, 0%, 100%, 0.1);
  color: hsla(0, 0%, 100%, 0.55);
}
.wschat-wrapper .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.wschat-wrapper .navbar-dark .navbar-text {
  color: hsla(0, 0%, 100%, 0.55);
}
.wschat-wrapper .navbar-dark .navbar-text a,
.wschat-wrapper .navbar-dark .navbar-text a:focus,
.wschat-wrapper .navbar-dark .navbar-text a:hover {
  color: #fff;
}
.wschat-wrapper .card {
  word-wrap: break-word;
  background-clip: border-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
}
.wschat-wrapper .card > hr {
  margin-left: 0;
  margin-right: 0;
}
.wschat-wrapper .card > .list-group {
  border-bottom: inherit;
  border-top: inherit;
}
.wschat-wrapper .card > .list-group:first-child {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-width: 0;
}
.wschat-wrapper .card > .list-group:last-child {
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-width: 0;
}
.wschat-wrapper .card > .card-header + .list-group,
.wschat-wrapper .card > .list-group + .card-footer {
  border-top: 0;
}
.wschat-wrapper .card-body {
  flex: 1 1 auto;
  padding: 1rem;
}
.wschat-wrapper .card-title {
  margin-bottom: 0.5rem;
}
.wschat-wrapper .card-subtitle {
  margin-bottom: 0;
  margin-top: -0.25rem;
}
.wschat-wrapper .card-text:last-child {
  margin-bottom: 0;
}
.wschat-wrapper .card-link + .card-link {
  margin-left: 1rem;
}
.wschat-wrapper .card-header {
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 0;
  padding: 0.5rem 1rem;
}
.wschat-wrapper .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.wschat-wrapper .card-footer {
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.5rem 1rem;
}
.wschat-wrapper .card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.wschat-wrapper .card-header-tabs {
  border-bottom: 0;
  margin-bottom: -0.5rem;
}
.wschat-wrapper .card-header-pills,
.wschat-wrapper .card-header-tabs {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.wschat-wrapper .card-img-overlay {
  border-radius: calc(0.25rem - 1px);
  bottom: 0;
  left: 0;
  padding: 1rem;
  position: absolute;
  right: 0;
  top: 0;
}
.wschat-wrapper .card-img,
.wschat-wrapper .card-img-bottom,
.wschat-wrapper .card-img-top {
  width: 100%;
}
.wschat-wrapper .card-img,
.wschat-wrapper .card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.wschat-wrapper .card-img,
.wschat-wrapper .card-img-bottom {
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
}
.wschat-wrapper .card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .wschat-wrapper .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .wschat-wrapper .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .wschat-wrapper .card-group > .card + .card {
    border-left: 0;
    margin-left: 0;
  }
  .wschat-wrapper .card-group > .card:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .wschat-wrapper .card-group > .card:not(:last-child) .card-header,
  .wschat-wrapper .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .wschat-wrapper .card-group > .card:not(:last-child) .card-footer,
  .wschat-wrapper .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .wschat-wrapper .card-group > .card:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .wschat-wrapper .card-group > .card:not(:first-child) .card-header,
  .wschat-wrapper .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .wschat-wrapper .card-group > .card:not(:first-child) .card-footer,
  .wschat-wrapper .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.wschat-wrapper .accordion-button {
  align-items: center;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  color: #212529;
  display: flex;
  font-size: 1rem;
  overflow-anchor: none;
  padding: 1rem 1.25rem;
  position: relative;
  text-align: left;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .wschat-wrapper .accordion-button {
    transition: none;
  }
}
.wschat-wrapper .accordion-button:not(.collapsed) {
  background-color: #e7f2fa;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
  color: #0e6cb9;
}
.wschat-wrapper .accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230e6cb9'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  transform: rotate(-180deg);
}
.wschat-wrapper .accordion-button:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  content: "";
  flex-shrink: 0;
  height: 1.25rem;
  margin-left: auto;
  transition: transform 0.2s ease-in-out;
  width: 1.25rem;
}
@media (prefers-reduced-motion: reduce) {
  .wschat-wrapper .accordion-button:after {
    transition: none;
  }
}
.wschat-wrapper .accordion-button:hover {
  z-index: 2;
}
.wschat-wrapper .accordion-button:focus {
  border-color: #87bce7;
  box-shadow: 0 0 0 0.25rem rgb(var(--wschat-icon-color), 0.25);
  outline: 0;
  z-index: 3;
}
.wschat-wrapper .accordion-header {
  margin-bottom: 0;
}
.wschat-wrapper .accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.wschat-wrapper .accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.wschat-wrapper .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.wschat-wrapper .accordion-item:not(:first-of-type) {
  border-top: 0;
}
.wschat-wrapper .accordion-item:last-of-type {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.wschat-wrapper .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
}
.wschat-wrapper .accordion-item:last-of-type .accordion-collapse {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.wschat-wrapper .accordion-body {
  padding: 1rem 1.25rem;
}
.wschat-wrapper .accordion-flush .accordion-collapse {
  border-width: 0;
}
.wschat-wrapper .accordion-flush .accordion-item {
  border-left: 0;
  border-radius: 0;
  border-right: 0;
}
.wschat-wrapper .accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.wschat-wrapper .accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.wschat-wrapper .accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}
.wschat-wrapper .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 1rem;
  padding: 0;
}
.wschat-wrapper .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.wschat-wrapper .breadcrumb-item + .breadcrumb-item:before {
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/");
  float: left;
  padding-right: 0.5rem;
}
.wschat-wrapper .breadcrumb-item.active {
  color: #6c757d;
}
.wschat-wrapper .pagination {
  display: flex;
  list-style: none;
  padding-left: 0;
}
.wschat-wrapper .page-link {
  background-color: #fff;
  border: 1px solid #dee2e6;
  color: #0f78ce;
  display: block;
  position: relative;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .wschat-wrapper .page-link {
    transition: none;
  }
}
.wschat-wrapper .page-link:hover {
  background-color: #e9ecef;
  border-color: #dee2e6;
  color: #0c60a5;
  z-index: 2;
}
.wschat-wrapper .page-link:focus {
  background-color: #e9ecef;
  box-shadow: 0 0 0 0.25rem rgba(15, 120, 206, 0.25);
  color: #0c60a5;
  outline: 0;
  z-index: 3;
}
.wschat-wrapper .page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.wschat-wrapper .page-item.active .page-link {
  background-color: #0f78ce;
  border-color: #0f78ce;
  color: #fff;
  z-index: 3;
}
.wschat-wrapper .page-item.disabled .page-link {
  background-color: #fff;
  border-color: #dee2e6;
  color: #6c757d;
  pointer-events: none;
}
.wschat-wrapper .page-link {
  padding: 0.375rem 0.75rem;
}
.wschat-wrapper .page-item:first-child .page-link {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.wschat-wrapper .page-item:last-child .page-link {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.wschat-wrapper .pagination-lg .page-link {
  font-size: 1.25rem;
  padding: 0.75rem 1.5rem;
}
.wschat-wrapper .pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
}
.wschat-wrapper .pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.wschat-wrapper .pagination-sm .page-link {
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
}
.wschat-wrapper .pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}
.wschat-wrapper .pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}
.wschat-wrapper .badge {
  border-radius: 0.25rem;
  color: #fff;
  display: inline-block;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  padding: 0.35em 0.65em;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}
.wschat-wrapper .badge:empty {
  display: none;
}
.wschat-wrapper .btn .badge {
  position: relative;
  top: -1px;
}
.wschat-wrapper .alert {
  border: 1px solid transparent;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  padding: 1rem;
  position: relative;
}
.wschat-wrapper .alert-heading {
  color: inherit;
}
.wschat-wrapper .alert-link {
  font-weight: 700;
}
.wschat-wrapper .alert-dismissible {
  padding-right: 3rem;
}
.wschat-wrapper .alert-dismissible .btn-close {
  padding: 1.25rem 1rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.wschat-wrapper .alert-primary {
  background-color: #cfe4f5;
  border-color: #b7d7f0;
  color: #09487c;
}
.wschat-wrapper .alert-primary .alert-link {
  color: #073a63;
}
.wschat-wrapper .alert-secondary {
  background-color: #e2e3e5;
  border-color: #d3d6d8;
  color: #41464b;
}
.wschat-wrapper .alert-secondary .alert-link {
  color: #34383c;
}
.wschat-wrapper .alert-success {
  background-color: #d4fbd6;
  border-color: #bff8c1;
  color: #115d13;
}
.wschat-wrapper .alert-success .alert-link {
  color: #0e4a0f;
}
.wschat-wrapper .alert-info {
  background-color: #cff4fc;
  border-color: #b6effb;
  color: #055160;
}
.wschat-wrapper .alert-info .alert-link {
  color: #04414d;
}
.wschat-wrapper .alert-warning {
  background-color: #fff3cd;
  border-color: #ffecb5;
  color: #664d03;
}
.wschat-wrapper .alert-warning .alert-link {
  color: #523e02;
}
.wschat-wrapper .alert-danger {
  background-color: #f8d7da;
  border-color: #f5c2c7;
  color: #842029;
}
.wschat-wrapper .alert-danger .alert-link {
  color: #6a1a21;
}
.wschat-wrapper .alert-light {
  background-color: #fefefe;
  border-color: #fdfdfe;
  color: #636464;
}
.wschat-wrapper .alert-light .alert-link {
  color: #4f5050;
}
.wschat-wrapper .alert-dark {
  background-color: #d3d3d4;
  border-color: #bcbebf;
  color: #141619;
}
.wschat-wrapper .alert-dark .alert-link {
  color: #101214;
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.wschat-wrapper .progress {
  background-color: #e9ecef;
  border-radius: 0.25rem;
  display: flex;
  font-size: 0.75rem;
  height: 1rem;
  overflow: hidden;
}
.wschat-wrapper .progress-bar {
  background-color: #0f78ce;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  transition: width 0.6s ease;
  white-space: nowrap;
}
@media (prefers-reduced-motion: reduce) {
  .wschat-wrapper .progress-bar {
    transition: none;
  }
}
.wschat-wrapper .progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
  background-size: 1rem 1rem;
}
.wschat-wrapper .progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .wschat-wrapper .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.wschat-wrapper .list-group {
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
}
.wschat-wrapper .list-group-numbered {
  counter-reset: section;
  list-style-type: none;
}
.wschat-wrapper .list-group-numbered > li:before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.wschat-wrapper .list-group-item-action {
  color: #495057;
  text-align: inherit;
  width: 100%;
}
.wschat-wrapper .list-group-item-action:focus,
.wschat-wrapper .list-group-item-action:hover {
  background-color: #f8f9fa;
  color: #495057;
  text-decoration: none;
  z-index: 1;
}
.wschat-wrapper .list-group-item-action:active {
  background-color: #e9ecef;
  color: #212529;
}
.wschat-wrapper .list-group-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  color: #212529;
  display: block;
  padding: 0.5rem 1rem;
  position: relative;
  text-decoration: none;
}
.wschat-wrapper .list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.wschat-wrapper .list-group-item:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.wschat-wrapper .list-group-item.disabled,
.wschat-wrapper .list-group-item:disabled {
  background-color: #fff;
  color: #6c757d;
  pointer-events: none;
}
.wschat-wrapper .list-group-item.active {
  background-color: #0f78ce;
  border-color: #0f78ce;
  color: #fff;
  z-index: 2;
}
.wschat-wrapper .list-group-item + .wschat-wrapper .list-group-item {
  border-top-width: 0;
}
.wschat-wrapper .list-group-item + .wschat-wrapper .list-group-item.active {
  border-top-width: 1px;
  margin-top: -1px;
}
.wschat-wrapper .list-group-horizontal {
  flex-direction: row;
}
.wschat-wrapper .list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.wschat-wrapper .list-group-horizontal > .list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
}
.wschat-wrapper .list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.wschat-wrapper .list-group-horizontal > .list-group-item + .list-group-item {
  border-left-width: 0;
  border-top-width: 1px;
}
.wschat-wrapper
  .list-group-horizontal
  > .list-group-item
  + .list-group-item.active {
  border-left-width: 1px;
  margin-left: -1px;
}
@media (min-width: 576px) {
  .wschat-wrapper .list-group-horizontal-sm {
    flex-direction: row;
  }
  .wschat-wrapper .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .wschat-wrapper .list-group-horizontal-sm > .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
  }
  .wschat-wrapper .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .wschat-wrapper
    .list-group-horizontal-sm
    > .list-group-item
    + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px;
  }
  .wschat-wrapper
    .list-group-horizontal-sm
    > .list-group-item
    + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}
@media (min-width: 768px) {
  .wschat-wrapper .list-group-horizontal-md {
    flex-direction: row;
  }
  .wschat-wrapper .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .wschat-wrapper .list-group-horizontal-md > .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
  }
  .wschat-wrapper .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .wschat-wrapper
    .list-group-horizontal-md
    > .list-group-item
    + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px;
  }
  .wschat-wrapper
    .list-group-horizontal-md
    > .list-group-item
    + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}
@media (min-width: 992px) {
  .wschat-wrapper .list-group-horizontal-lg {
    flex-direction: row;
  }
  .wschat-wrapper .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .wschat-wrapper .list-group-horizontal-lg > .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
  }
  .wschat-wrapper .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .wschat-wrapper
    .list-group-horizontal-lg
    > .list-group-item
    + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px;
  }
  .wschat-wrapper
    .list-group-horizontal-lg
    > .list-group-item
    + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}
@media (min-width: 1200px) {
  .wschat-wrapper .list-group-horizontal-xl {
    flex-direction: row;
  }
  .wschat-wrapper .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .wschat-wrapper .list-group-horizontal-xl > .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
  }
  .wschat-wrapper .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .wschat-wrapper
    .list-group-horizontal-xl
    > .list-group-item
    + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px;
  }
  .wschat-wrapper
    .list-group-horizontal-xl
    > .list-group-item
    + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}
@media (min-width: 1400px) {
  .wschat-wrapper .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .wschat-wrapper .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .wschat-wrapper .list-group-horizontal-xxl > .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
  }
  .wschat-wrapper .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .wschat-wrapper
    .list-group-horizontal-xxl
    > .list-group-item
    + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px;
  }
  .wschat-wrapper
    .list-group-horizontal-xxl
    > .list-group-item
    + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}
.wschat-wrapper .list-group-flush {
  border-radius: 0;
}
.wschat-wrapper .list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.wschat-wrapper .list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.wschat-wrapper .list-group-item-primary {
  background-color: #cfe4f5;
  color: #09487c;
}
.wschat-wrapper .list-group-item-primary.list-group-item-action:focus,
.wschat-wrapper .list-group-item-primary.list-group-item-action:hover {
  background-color: #bacddd;
  color: #09487c;
}
.wschat-wrapper .list-group-item-primary.list-group-item-action.active {
  background-color: #09487c;
  border-color: #09487c;
  color: #fff;
}
.wschat-wrapper .list-group-item-secondary {
  background-color: #e2e3e5;
  color: #41464b;
}
.wschat-wrapper .list-group-item-secondary.list-group-item-action:focus,
.wschat-wrapper .list-group-item-secondary.list-group-item-action:hover {
  background-color: #cbccce;
  color: #41464b;
}
.wschat-wrapper .list-group-item-secondary.list-group-item-action.active {
  background-color: #41464b;
  border-color: #41464b;
  color: #fff;
}
.wschat-wrapper .list-group-item-success {
  background-color: #d4fbd6;
  color: #115d13;
}
.wschat-wrapper .list-group-item-success.list-group-item-action:focus,
.wschat-wrapper .list-group-item-success.list-group-item-action:hover {
  background-color: #bfe2c1;
  color: #115d13;
}
.wschat-wrapper .list-group-item-success.list-group-item-action.active {
  background-color: #115d13;
  border-color: #115d13;
  color: #fff;
}
.wschat-wrapper .list-group-item-info {
  background-color: #cff4fc;
  color: #055160;
}
.wschat-wrapper .list-group-item-info.list-group-item-action:focus,
.wschat-wrapper .list-group-item-info.list-group-item-action:hover {
  background-color: #badce3;
  color: #055160;
}
.wschat-wrapper .list-group-item-info.list-group-item-action.active {
  background-color: #055160;
  border-color: #055160;
  color: #fff;
}
.wschat-wrapper .list-group-item-warning {
  background-color: #fff3cd;
  color: #664d03;
}
.wschat-wrapper .list-group-item-warning.list-group-item-action:focus,
.wschat-wrapper .list-group-item-warning.list-group-item-action:hover {
  background-color: #e6dbb9;
  color: #664d03;
}
.wschat-wrapper .list-group-item-warning.list-group-item-action.active {
  background-color: #664d03;
  border-color: #664d03;
  color: #fff;
}
.wschat-wrapper .list-group-item-danger {
  background-color: #f8d7da;
  color: #842029;
}
.wschat-wrapper .list-group-item-danger.list-group-item-action:focus,
.wschat-wrapper .list-group-item-danger.list-group-item-action:hover {
  background-color: #dfc2c4;
  color: #842029;
}
.wschat-wrapper .list-group-item-danger.list-group-item-action.active {
  background-color: #842029;
  border-color: #842029;
  color: #fff;
}
.wschat-wrapper .list-group-item-light {
  background-color: #fefefe;
  color: #636464;
}
.wschat-wrapper .list-group-item-light.list-group-item-action:focus,
.wschat-wrapper .list-group-item-light.list-group-item-action:hover {
  background-color: #e5e5e5;
  color: #636464;
}
.wschat-wrapper .list-group-item-light.list-group-item-action.active {
  background-color: #636464;
  border-color: #636464;
  color: #fff;
}
.wschat-wrapper .list-group-item-dark {
  background-color: #d3d3d4;
  color: #141619;
}
.wschat-wrapper .list-group-item-dark.list-group-item-action:focus,
.wschat-wrapper .list-group-item-dark.list-group-item-action:hover {
  background-color: #bebebf;
  color: #141619;
}
.wschat-wrapper .list-group-item-dark.list-group-item-action.active {
  background-color: #141619;
  border-color: #141619;
  color: #fff;
}
.wschat-wrapper .btn-close {
  background: transparent
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E")
    50%/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  box-sizing: content-box;
  color: #000;
  height: 1em;
  opacity: 0.5;
  padding: 0.25em;
  width: 1em;
}
.wschat-wrapper .btn-close:hover {
  color: #000;
  opacity: 0.75;
  text-decoration: none;
}
.wschat-wrapper .btn-close:focus {
  box-shadow: 0 0 0 0.25rem rgba(15, 120, 206, 0.25);
  opacity: 1;
  outline: 0;
}
.wschat-wrapper .btn-close.disabled,
.wschat-wrapper .btn-close:disabled {
  opacity: 0.25;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wschat-wrapper .btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.wschat-wrapper .toast {
  background-clip: padding-box;
  background-color: hsla(0, 0%, 100%, 0.85);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(94, 94, 94, 0.15);
  font-size: 0.875rem;
  max-width: 100%;
  pointer-events: auto;
  width: 350px;
}
.wschat-wrapper .toast.showing {
  opacity: 0;
}
.wschat-wrapper .toast:not(.show) {
  display: none;
}
.wschat-wrapper .toast-container {
  max-width: 100%;
  pointer-events: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.wschat-wrapper .toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}
.wschat-wrapper .toast-header {
  align-items: center;
  background-clip: padding-box;
  background-color: hsla(0, 0%, 100%, 0.85);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  color: #6c757d;
  display: flex;
  padding: 0.5rem 0.75rem;
}
.wschat-wrapper .toast-header .btn-close {
  margin-left: 0.75rem;
  margin-right: -0.375rem;
}
.wschat-wrapper .toast-body {
  word-wrap: break-word;
  padding: 0.75rem;
}
.wschat-wrapper .modal {
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1055;
}
.wschat-wrapper .modal-dialog {
  margin: 0.5rem;
  pointer-events: none;
  position: relative;
  width: auto;
}
.modal.fade .wschat-wrapper .modal-dialog {
  transform: translateY(-50px);
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .wschat-wrapper .modal-dialog {
    transition: none;
  }
}
.modal.show .wschat-wrapper .modal-dialog {
  transform: none;
}
.modal.modal-static .wschat-wrapper .modal-dialog {
  transform: scale(1.02);
}
.wschat-wrapper .modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.wschat-wrapper .modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.wschat-wrapper .modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.wschat-wrapper .modal-dialog-centered {
  align-items: center;
  display: flex;
  min-height: calc(100% - 1rem);
}
.wschat-wrapper .modal-content {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  display: flex;
  flex-direction: column;
  outline: 0;
  pointer-events: auto;
  position: relative;
  width: 100%;
}
.wschat-wrapper .modal-backdrop {
  background-color: #000;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1050;
}
.wschat-wrapper .modal-backdrop.fade {
  opacity: 0;
}
.wschat-wrapper .modal-backdrop.show {
  opacity: 0.5;
}
.wschat-wrapper .modal-header {
  align-items: center;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  padding: 1rem;
}
.wschat-wrapper .modal-header .btn-close {
  margin: -0.5rem -0.5rem -0.5rem auto;
  padding: 0.5rem;
}
.wschat-wrapper .modal-title {
  line-height: 1.5;
  margin-bottom: 0;
}
.wschat-wrapper .modal-body {
  flex: 1 1 auto;
  padding: 1rem;
  position: relative;
}
.wschat-wrapper .modal-footer {
  align-items: center;
  border-bottom-left-radius: calc(0.3rem - 1px);
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-top: 1px solid #dee2e6;
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 0.75rem;
}
.wschat-wrapper .modal-footer > * {
  margin: 0.25rem;
}
@media (min-width: 576px) {
  .wschat-wrapper .modal-dialog {
    margin: 1.75rem auto;
    max-width: 500px;
  }
  .wschat-wrapper .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .wschat-wrapper .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .wschat-wrapper .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .wschat-wrapper .modal-lg,
  .wschat-wrapper .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .wschat-wrapper .modal-xl {
    max-width: 1140px;
  }
}
.wschat-wrapper .modal-fullscreen {
  height: 100%;
  margin: 0;
  max-width: none;
  width: 100vw;
}
.wschat-wrapper .modal-fullscreen .modal-content {
  border: 0;
  border-radius: 0;
  height: 100%;
}
.wschat-wrapper .modal-fullscreen .modal-header {
  border-radius: 0;
}
.wschat-wrapper .modal-fullscreen .modal-body {
  overflow-y: auto;
}
.wschat-wrapper .modal-fullscreen .modal-footer {
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .wschat-wrapper .modal-fullscreen-sm-down {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw;
  }
  .wschat-wrapper .modal-fullscreen-sm-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }
  .wschat-wrapper .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .wschat-wrapper .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .wschat-wrapper .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .wschat-wrapper .modal-fullscreen-md-down {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw;
  }
  .wschat-wrapper .modal-fullscreen-md-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }
  .wschat-wrapper .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .wschat-wrapper .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .wschat-wrapper .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .wschat-wrapper .modal-fullscreen-lg-down {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw;
  }
  .wschat-wrapper .modal-fullscreen-lg-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }
  .wschat-wrapper .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .wschat-wrapper .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .wschat-wrapper .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .wschat-wrapper .modal-fullscreen-xl-down {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw;
  }
  .wschat-wrapper .modal-fullscreen-xl-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }
  .wschat-wrapper .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .wschat-wrapper .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .wschat-wrapper .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .wschat-wrapper .modal-fullscreen-xxl-down {
    height: 100%;
    margin: 0;
    max-width: none;
    width: 100vw;
  }
  .wschat-wrapper .modal-fullscreen-xxl-down .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%;
  }
  .wschat-wrapper .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .wschat-wrapper .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .wschat-wrapper .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.wschat-wrapper .tooltip {
  word-wrap: break-word;
  display: block;
  font-family: var(--bs-font-sans-serif);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  margin: 0;
  opacity: 0;
  position: absolute;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  z-index: 1080;
}
.wschat-wrapper .tooltip.show {
  opacity: 0.9;
}
.wschat-wrapper .tooltip .tooltip-arrow {
  display: block;
  height: 0.4rem;
  position: absolute;
  width: 0.8rem;
}
.wschat-wrapper .tooltip .tooltip-arrow:before {
  border-color: transparent;
  border-style: solid;
  content: "";
  position: absolute;
}
.wschat-wrapper .bs-tooltip-auto[data-popper-placement^="top"],
.wschat-wrapper .bs-tooltip-top {
  padding: 0.4rem 0;
}
.wschat-wrapper .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow,
.wschat-wrapper .bs-tooltip-top .tooltip-arrow {
  bottom: 0;
}
.wschat-wrapper
  .bs-tooltip-auto[data-popper-placement^="top"]
  .tooltip-arrow:before,
.wschat-wrapper .bs-tooltip-top .tooltip-arrow:before {
  border-top-color: #000;
  border-width: 0.4rem 0.4rem 0;
  top: -1px;
}
.wschat-wrapper .bs-tooltip-auto[data-popper-placement^="right"],
.wschat-wrapper .bs-tooltip-end {
  padding: 0 0.4rem;
}
.wschat-wrapper .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow,
.wschat-wrapper .bs-tooltip-end .tooltip-arrow {
  height: 0.8rem;
  left: 0;
  width: 0.4rem;
}
.wschat-wrapper
  .bs-tooltip-auto[data-popper-placement^="right"]
  .tooltip-arrow:before,
.wschat-wrapper .bs-tooltip-end .tooltip-arrow:before {
  border-right-color: #000;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  right: -1px;
}
.wschat-wrapper .bs-tooltip-auto[data-popper-placement^="bottom"],
.wschat-wrapper .bs-tooltip-bottom {
  padding: 0.4rem 0;
}
.wschat-wrapper
  .bs-tooltip-auto[data-popper-placement^="bottom"]
  .tooltip-arrow,
.wschat-wrapper .bs-tooltip-bottom .tooltip-arrow {
  top: 0;
}
.wschat-wrapper
  .bs-tooltip-auto[data-popper-placement^="bottom"]
  .tooltip-arrow:before,
.wschat-wrapper .bs-tooltip-bottom .tooltip-arrow:before {
  border-bottom-color: #000;
  border-width: 0 0.4rem 0.4rem;
  bottom: -1px;
}
.wschat-wrapper .bs-tooltip-auto[data-popper-placement^="left"],
.wschat-wrapper .bs-tooltip-start {
  padding: 0 0.4rem;
}
.wschat-wrapper .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow,
.wschat-wrapper .bs-tooltip-start .tooltip-arrow {
  height: 0.8rem;
  right: 0;
  width: 0.4rem;
}
.wschat-wrapper
  .bs-tooltip-auto[data-popper-placement^="left"]
  .tooltip-arrow:before,
.wschat-wrapper .bs-tooltip-start .tooltip-arrow:before {
  border-left-color: #000;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  left: -1px;
}
.wschat-wrapper .tooltip-inner {
  background-color: #000;
  border-radius: 0.25rem;
  color: #fff;
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.wschat-wrapper .popover {
  word-wrap: break-word;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  display: block;
  font-family: var(--bs-font-sans-serif);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  left: 0;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  max-width: 276px;
  position: absolute;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  top: 0;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  z-index: 1070;
}
.wschat-wrapper .popover .popover-arrow {
  display: block;
  height: 0.5rem;
  position: absolute;
  width: 1rem;
}
.wschat-wrapper .popover .popover-arrow:after,
.wschat-wrapper .popover .popover-arrow:before {
  border-color: transparent;
  border-style: solid;
  content: "";
  display: block;
  position: absolute;
}
.wschat-wrapper .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow,
.wschat-wrapper .bs-popover-top > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.wschat-wrapper
  .bs-popover-auto[data-popper-placement^="top"]
  > .popover-arrow:before,
.wschat-wrapper .bs-popover-top > .popover-arrow:before {
  border-top-color: rgba(0, 0, 0, 0.25);
  border-width: 0.5rem 0.5rem 0;
  bottom: 0;
}
.wschat-wrapper
  .bs-popover-auto[data-popper-placement^="top"]
  > .popover-arrow:after,
.wschat-wrapper .bs-popover-top > .popover-arrow:after {
  border-top-color: #fff;
  border-width: 0.5rem 0.5rem 0;
  bottom: 1px;
}
.wschat-wrapper
  .bs-popover-auto[data-popper-placement^="right"]
  > .popover-arrow,
.wschat-wrapper .bs-popover-end > .popover-arrow {
  height: 1rem;
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
}
.wschat-wrapper
  .bs-popover-auto[data-popper-placement^="right"]
  > .popover-arrow:before,
.wschat-wrapper .bs-popover-end > .popover-arrow:before {
  border-right-color: rgba(0, 0, 0, 0.25);
  border-width: 0.5rem 0.5rem 0.5rem 0;
  left: 0;
}
.wschat-wrapper
  .bs-popover-auto[data-popper-placement^="right"]
  > .popover-arrow:after,
.wschat-wrapper .bs-popover-end > .popover-arrow:after {
  border-right-color: #fff;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  left: 1px;
}
.wschat-wrapper
  .bs-popover-auto[data-popper-placement^="bottom"]
  > .popover-arrow,
.wschat-wrapper .bs-popover-bottom > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.wschat-wrapper
  .bs-popover-auto[data-popper-placement^="bottom"]
  > .popover-arrow:before,
.wschat-wrapper .bs-popover-bottom > .popover-arrow:before {
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-width: 0 0.5rem 0.5rem;
  top: 0;
}
.wschat-wrapper
  .bs-popover-auto[data-popper-placement^="bottom"]
  > .popover-arrow:after,
.wschat-wrapper .bs-popover-bottom > .popover-arrow:after {
  border-bottom-color: #fff;
  border-width: 0 0.5rem 0.5rem;
  top: 1px;
}
.wschat-wrapper
  .bs-popover-auto[data-popper-placement^="bottom"]
  .popover-header:before,
.wschat-wrapper .bs-popover-bottom .popover-header:before {
  border-bottom: 1px solid #f0f0f0;
  content: "";
  display: block;
  left: 50%;
  margin-left: -0.5rem;
  position: absolute;
  top: 0;
  width: 1rem;
}
.wschat-wrapper
  .bs-popover-auto[data-popper-placement^="left"]
  > .popover-arrow,
.wschat-wrapper .bs-popover-start > .popover-arrow {
  height: 1rem;
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
}
.wschat-wrapper
  .bs-popover-auto[data-popper-placement^="left"]
  > .popover-arrow:before,
.wschat-wrapper .bs-popover-start > .popover-arrow:before {
  border-left-color: rgba(0, 0, 0, 0.25);
  border-width: 0.5rem 0 0.5rem 0.5rem;
  right: 0;
}
.wschat-wrapper
  .bs-popover-auto[data-popper-placement^="left"]
  > .popover-arrow:after,
.wschat-wrapper .bs-popover-start > .popover-arrow:after {
  border-left-color: #fff;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  right: 1px;
}
.wschat-wrapper .popover-header {
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  font-size: 1rem;
  margin-bottom: 0;
  padding: 0.5rem 1rem;
}
.wschat-wrapper .popover-header:empty {
  display: none;
}
.wschat-wrapper .popover-body {
  color: #212529;
  padding: 1rem;
}
.wschat-wrapper .carousel {
  position: relative;
}
.wschat-wrapper .carousel.pointer-event {
  touch-action: pan-y;
}
.wschat-wrapper .carousel-inner {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.wschat-wrapper .carousel-inner:after {
  clear: both;
  content: "";
  display: block;
}
.wschat-wrapper .carousel-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  float: left;
  margin-right: -100%;
  position: relative;
  transition: transform 0.6s ease-in-out;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .wschat-wrapper .carousel-item {
    transition: none;
  }
}
.wschat-wrapper .carousel-item-next,
.wschat-wrapper .carousel-item-prev,
.wschat-wrapper .carousel-item.active {
  display: block;
}
.wschat-wrapper .active.carousel-item-end,
.wschat-wrapper .carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}
.wschat-wrapper .active.carousel-item-start,
.wschat-wrapper .carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}
.wschat-wrapper .carousel-fade .carousel-item {
  opacity: 0;
  transform: none;
  transition-property: opacity;
}
.wschat-wrapper .carousel-fade .carousel-item-next.carousel-item-start,
.wschat-wrapper .carousel-fade .carousel-item-prev.carousel-item-end,
.wschat-wrapper .carousel-fade .carousel-item.active {
  opacity: 1;
  z-index: 1;
}
.wschat-wrapper .carousel-fade .active.carousel-item-end,
.wschat-wrapper .carousel-fade .active.carousel-item-start {
  opacity: 0;
  transition: opacity 0s 0.6s;
  z-index: 0;
}
@media (prefers-reduced-motion: reduce) {
  .wschat-wrapper .carousel-fade .active.carousel-item-end,
  .wschat-wrapper .carousel-fade .active.carousel-item-start {
    transition: none;
  }
}
.wschat-wrapper .carousel-control-next,
.wschat-wrapper .carousel-control-prev {
  align-items: center;
  background: none;
  border: 0;
  bottom: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  opacity: 0.5;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transition: opacity 0.15s ease;
  width: 15%;
  z-index: 1;
}
@media (prefers-reduced-motion: reduce) {
  .wschat-wrapper .carousel-control-next,
  .wschat-wrapper .carousel-control-prev {
    transition: none;
  }
}
.wschat-wrapper .carousel-control-next:focus,
.wschat-wrapper .carousel-control-next:hover,
.wschat-wrapper .carousel-control-prev:focus,
.wschat-wrapper .carousel-control-prev:hover {
  color: #fff;
  opacity: 0.9;
  outline: 0;
  text-decoration: none;
}
.wschat-wrapper .carousel-control-prev {
  left: 0;
}
.wschat-wrapper .carousel-control-next {
  right: 0;
}
.wschat-wrapper .carousel-control-next-icon,
.wschat-wrapper .carousel-control-prev-icon {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  height: 2rem;
  width: 2rem;
}
.wschat-wrapper .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
}
.wschat-wrapper .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.wschat-wrapper .carousel-indicators {
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  list-style: none;
  margin-bottom: 1rem;
  margin-left: 15%;
  margin-right: 15%;
  padding: 0;
  position: absolute;
  right: 0;
  z-index: 2;
}
.wschat-wrapper .carousel-indicators [data-bs-target] {
  background-clip: padding-box;
  background-color: #fff;
  border: 0;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  box-sizing: content-box;
  cursor: pointer;
  flex: 0 1 auto;
  height: 3px;
  margin-left: 3px;
  margin-right: 3px;
  opacity: 0.5;
  padding: 0;
  text-indent: -999px;
  transition: opacity 0.6s ease;
  width: 30px;
}
@media (prefers-reduced-motion: reduce) {
  .wschat-wrapper .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.wschat-wrapper .carousel-indicators .active {
  opacity: 1;
}
.wschat-wrapper .carousel-caption {
  bottom: 1.25rem;
  color: #fff;
  left: 15%;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  position: absolute;
  right: 15%;
  text-align: center;
}
.wschat-wrapper .carousel-dark .carousel-control-next-icon,
.wschat-wrapper .carousel-dark .carousel-control-prev-icon {
  filter: invert(1) grayscale(100);
}
.wschat-wrapper .carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.wschat-wrapper .carousel-dark .carousel-caption {
  color: #000;
}
@-webkit-keyframes spinner-border {
  to {
    transform: rotate(1turn);
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(1turn);
  }
}
.wschat-wrapper .spinner-border {
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
  border: 0.25em solid;
  border-radius: 50%;
  border-right: 0.25em solid transparent;
  display: inline-block;
  height: 2rem;
  vertical-align: -0.125em;
  width: 2rem;
}
.wschat-wrapper .spinner-border-sm {
  border-width: 0.2em;
  height: 1rem;
  width: 1rem;
}
@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.wschat-wrapper .spinner-grow {
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite;
  background-color: currentColor;
  border-radius: 50%;
  display: inline-block;
  height: 2rem;
  opacity: 0;
  vertical-align: -0.125em;
  width: 2rem;
}
.wschat-wrapper .spinner-grow-sm {
  height: 1rem;
  width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .wschat-wrapper .spinner-border,
  .wschat-wrapper .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
.wschat-wrapper .offcanvas {
  background-clip: padding-box;
  background-color: #fff;
  bottom: 0;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  outline: 0;
  position: fixed;
  transition: transform 0.3s ease-in-out;
  visibility: hidden;
  z-index: 1045;
}
@media (prefers-reduced-motion: reduce) {
  .wschat-wrapper .offcanvas {
    transition: none;
  }
}
.wschat-wrapper .offcanvas-backdrop {
  background-color: #000;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1040;
}
.wschat-wrapper .offcanvas-backdrop.fade {
  opacity: 0;
}
.wschat-wrapper .offcanvas-backdrop.show {
  opacity: 0.5;
}
.wschat-wrapper .offcanvas-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}
.wschat-wrapper .offcanvas-header .btn-close {
  margin-bottom: -0.5rem;
  margin-right: -0.5rem;
  margin-top: -0.5rem;
  padding: 0.5rem;
}
.wschat-wrapper .offcanvas-title {
  line-height: 1.5;
  margin-bottom: 0;
}
.wschat-wrapper .offcanvas-body {
  flex-grow: 1;
  overflow-y: auto;
  padding: 1rem;
}
.wschat-wrapper .offcanvas-start {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  left: 0;
  top: 0;
  transform: translateX(-100%);
  width: 400px;
}
.wschat-wrapper .offcanvas-end {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  right: 0;
  top: 0;
  transform: translateX(100%);
  width: 400px;
}
.wschat-wrapper .offcanvas-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  height: 30vh;
  left: 0;
  max-height: 100%;
  right: 0;
  top: 0;
  transform: translateY(-100%);
}
.wschat-wrapper .offcanvas-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  height: 30vh;
  left: 0;
  max-height: 100%;
  right: 0;
  transform: translateY(100%);
}
.wschat-wrapper .offcanvas.show {
  transform: none;
}
.wschat-wrapper .placeholder {
  background-color: currentColor;
  cursor: wait;
  display: inline-block;
  min-height: 1em;
  opacity: 0.5;
  vertical-align: middle;
}
.wschat-wrapper .placeholder.btn:before {
  content: "";
  display: inline-block;
}
.wschat-wrapper .placeholder-xs {
  min-height: 0.6em;
}
.wschat-wrapper .placeholder-sm {
  min-height: 0.8em;
}
.wschat-wrapper .placeholder-lg {
  min-height: 1.2em;
}
.wschat-wrapper .placeholder-glow .placeholder {
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
  animation: placeholder-glow 2s ease-in-out infinite;
}
@-webkit-keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.wschat-wrapper .placeholder-wave {
  -webkit-animation: placeholder-wave 2s linear infinite;
  animation: placeholder-wave 2s linear infinite;
  -webkit-mask-image: linear-gradient(
    130deg,
    #000 55%,
    rgba(0, 0, 0, 0.8) 75%,
    #000 95%
  );
  mask-image: linear-gradient(
    130deg,
    #000 55%,
    rgba(0, 0, 0, 0.8) 75%,
    #000 95%
  );
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
}
@-webkit-keyframes placeholder-wave {
  to {
    -webkit-mask-position: -200% 0;
    mask-position: -200% 0;
  }
}
@keyframes placeholder-wave {
  to {
    -webkit-mask-position: -200% 0;
    mask-position: -200% 0;
  }
}
.wschat-wrapper .clearfix:after {
  clear: both;
  content: "";
  display: block;
}
.wschat-wrapper .link-primary {
  color: #0f78ce;
}
.wschat-wrapper .link-primary:focus,
.wschat-wrapper .link-primary:hover {
  color: #0c60a5;
}
.wschat-wrapper .link-secondary {
  color: #6c757d;
}
.wschat-wrapper .link-secondary:focus,
.wschat-wrapper .link-secondary:hover {
  color: #565e64;
}
.wschat-wrapper .link-success {
  color: #2ae930;
}
.wschat-wrapper .link-success:focus,
.wschat-wrapper .link-success:hover {
  color: #55ed59;
}
.wschat-wrapper .link-info {
  color: #0dcaf0;
}
.wschat-wrapper .link-info:focus,
.wschat-wrapper .link-info:hover {
  color: #3dd5f3;
}
.wschat-wrapper .link-warning {
  color: #ffc107;
}
.wschat-wrapper .link-warning:focus,
.wschat-wrapper .link-warning:hover {
  color: #ffcd39;
}
.wschat-wrapper .link-danger {
  color: #dc3545;
}
.wschat-wrapper .link-danger:focus,
.wschat-wrapper .link-danger:hover {
  color: #b02a37;
}
.wschat-wrapper .link-light {
  color: #f8f9fa;
}
.wschat-wrapper .link-light:focus,
.wschat-wrapper .link-light:hover {
  color: #f9fafb;
}
.wschat-wrapper .link-dark {
  color: #212529;
}
.wschat-wrapper .link-dark:focus,
.wschat-wrapper .link-dark:hover {
  color: #1a1e21;
}
.wschat-wrapper .ratio {
  position: relative;
  width: 100%;
}
.wschat-wrapper .ratio:before {
  content: "";
  display: block;
  padding-top: var(--bs-aspect-ratio);
}
.wschat-wrapper .ratio > * {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.wschat-wrapper .ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.wschat-wrapper .ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
.wschat-wrapper .ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
.wschat-wrapper .ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}
.wschat-wrapper .fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1030;
}
.wschat-wrapper .fixed-bottom {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1030;
}
.wschat-wrapper .sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .wschat-wrapper .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .wschat-wrapper .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .wschat-wrapper .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .wschat-wrapper .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .wschat-wrapper .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.wschat-wrapper .hstack {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex-direction: row;
}
.wschat-wrapper .vstack {
  align-self: stretch;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}
.wschat-wrapper .visually-hidden,
.wschat-wrapper .visually-hidden-focusable:not(:focus):not(:focus-within) {
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
.wschat-wrapper .stretched-link:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.wschat-wrapper .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wschat-wrapper .vr {
  align-self: stretch;
  background-color: currentColor;
  display: inline-block;
  min-height: 1em;
  opacity: 0.25;
  width: 1px;
}
.wschat-wrapper .align-baseline {
  vertical-align: baseline !important;
}
.wschat-wrapper .align-top {
  vertical-align: top !important;
}
.wschat-wrapper .align-middle {
  vertical-align: middle !important;
}
.wschat-wrapper .align-bottom {
  vertical-align: bottom !important;
}
.wschat-wrapper .align-text-bottom {
  vertical-align: text-bottom !important;
}
.wschat-wrapper .align-text-top {
  vertical-align: text-top !important;
}
.wschat-wrapper .float-start {
  float: left !important;
}
.wschat-wrapper .float-end {
  float: right !important;
}
.wschat-wrapper .float-none {
  float: none !important;
}
.wschat-wrapper .opacity-0 {
  opacity: 0 !important;
}
.wschat-wrapper .opacity-25 {
  opacity: 0.25 !important;
}
.wschat-wrapper .opacity-50 {
  opacity: 0.5 !important;
}
.wschat-wrapper .opacity-75 {
  opacity: 0.75 !important;
}
.wschat-wrapper .opacity-100 {
  opacity: 1 !important;
}
.wschat-wrapper .overflow-auto {
  overflow: auto !important;
}
.wschat-wrapper .overflow-hidden {
  overflow: hidden !important;
}
.wschat-wrapper .overflow-visible {
  overflow: visible !important;
}
.wschat-wrapper .overflow-scroll {
  overflow: scroll !important;
}
.wschat-wrapper .d-inline {
  display: inline !important;
}
.wschat-wrapper .d-inline-block {
  display: inline-block !important;
}
.wschat-wrapper .d-block {
  display: block !important;
}
.wschat-wrapper .d-grid {
  display: grid !important;
}
.wschat-wrapper .d-table {
  display: table !important;
}
.wschat-wrapper .d-table-row {
  display: table-row !important;
}
.wschat-wrapper .d-table-cell {
  display: table-cell !important;
}
.wschat-wrapper .d-flex {
  display: flex !important;
}
.wschat-wrapper .d-inline-flex {
  display: inline-flex !important;
}
.wschat-wrapper .d-none {
  display: none !important;
}
.wschat-wrapper .shadow {
  box-shadow: 0 0.5rem 1rem rgba(94, 94, 94, 0.15) !important;
}
.wschat-wrapper .shadow-sm {
  box-shadow: 0 0 0.25rem rgba(94, 94, 94, 0.15) !important;
}
.wschat-wrapper .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(94, 94, 94, 0.175) !important;
}
.wschat-wrapper .shadow-none {
  box-shadow: none !important;
}
.wschat-wrapper .position-static {
  position: static !important;
}
.wschat-wrapper .position-relative {
  position: relative !important;
}
.wschat-wrapper .position-absolute {
  position: absolute !important;
}
.wschat-wrapper .position-fixed {
  position: fixed !important;
}
.wschat-wrapper .position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.wschat-wrapper .top-0 {
  top: 0 !important;
}
.wschat-wrapper .top-50 {
  top: 50% !important;
}
.wschat-wrapper .top-100 {
  top: 100% !important;
}
.wschat-wrapper .bottom-0 {
  bottom: 0 !important;
}
.wschat-wrapper .bottom-50 {
  bottom: 50% !important;
}
.wschat-wrapper .bottom-100 {
  bottom: 100% !important;
}
.wschat-wrapper .start-0 {
  left: 0 !important;
}
.wschat-wrapper .start-50 {
  left: 50% !important;
}
.wschat-wrapper .start-100 {
  left: 100% !important;
}
.wschat-wrapper .end-0 {
  right: 0 !important;
}
.wschat-wrapper .end-50 {
  right: 50% !important;
}
.wschat-wrapper .end-100 {
  right: 100% !important;
}
.wschat-wrapper .translate-middle {
  transform: translate(-50%, -50%) !important;
}
.wschat-wrapper .translate-middle-x {
  transform: translateX(-50%) !important;
}
.wschat-wrapper .translate-middle-y {
  transform: translateY(-50%) !important;
}
.wschat-wrapper .border {
  border: 1px solid #dee2e6 !important;
}
.wschat-wrapper .border-0 {
  border: 0 !important;
}
.wschat-wrapper .border-top {
  border-top: 1px solid #dee2e6 !important;
}
.wschat-wrapper .border-top-0 {
  border-top: 0 !important;
}
.wschat-wrapper .border-end,
.wschat-wrapper.wschat-pages
  .message-item-action-badges
  > div:not(:last-child) {
  border-right: 1px solid #dee2e6 !important;
}
.wschat-wrapper .border-end-0 {
  border-right: 0 !important;
}
.wschat-wrapper .border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.wschat-wrapper .border-bottom-0 {
  border-bottom: 0 !important;
}
.wschat-wrapper .border-start {
  border-left: 1px solid #dee2e6 !important;
}
.wschat-wrapper .border-start-0 {
  border-left: 0 !important;
}
.wschat-wrapper .border-primary {
  border-color: #0f78ce !important;
}
.wschat-wrapper .border-secondary {
  border-color: #6c757d !important;
}
.wschat-wrapper .border-success {
  border-color: #2ae930 !important;
}
.wschat-wrapper .border-info {
  border-color: #0dcaf0 !important;
}
.wschat-wrapper .border-warning {
  border-color: #ffc107 !important;
}
.wschat-wrapper .border-danger {
  border-color: #dc3545 !important;
}
.wschat-wrapper .border-light {
  border-color: #f8f9fa !important;
}
.wschat-wrapper .border-dark {
  border-color: #212529 !important;
}
.wschat-wrapper .border-white {
  border-color: #fff !important;
}
.wschat-wrapper .border-1 {
  border-width: 1px !important;
}
.wschat-wrapper .border-2 {
  border-width: 2px !important;
}
.wschat-wrapper .border-3 {
  border-width: 3px !important;
}
.wschat-wrapper .border-4 {
  border-width: 4px !important;
}
.wschat-wrapper .border-5 {
  border-width: 5px !important;
}
.wschat-wrapper .w-25 {
  width: 25% !important;
}
.wschat-wrapper .w-50 {
  width: 50% !important;
}
.wschat-wrapper .w-75 {
  width: 75% !important;
}
.wschat-wrapper .w-100 {
  width: 100% !important;
}
.wschat-wrapper .w-auto {
  width: auto !important;
}
.wschat-wrapper .mw-100 {
  max-width: 100% !important;
}
.wschat-wrapper .vw-100 {
  width: 100vw !important;
}
.wschat-wrapper .min-vw-100 {
  min-width: 100vw !important;
}
.wschat-wrapper .h-25 {
  height: 25% !important;
}
.wschat-wrapper .h-50 {
  height: 50% !important;
}
.wschat-wrapper .h-75 {
  height: 75% !important;
}
.wschat-wrapper .h-100 {
  height: 100% !important;
}
.wschat-wrapper .h-auto {
  height: auto !important;
}
.wschat-wrapper .mh-100 {
  max-height: 100% !important;
}
.wschat-wrapper .vh-100 {
  height: 100vh !important;
}
.wschat-wrapper .min-vh-100 {
  min-height: 100vh !important;
}
.wschat-wrapper .flex-fill {
  flex: 1 1 auto !important;
}
.wschat-wrapper .flex-row {
  flex-direction: row !important;
}
.wschat-wrapper .flex-column {
  flex-direction: column !important;
}
.wschat-wrapper .flex-row-reverse {
  flex-direction: row-reverse !important;
}
.wschat-wrapper .flex-column-reverse {
  flex-direction: column-reverse !important;
}
.wschat-wrapper .flex-grow-0 {
  flex-grow: 0 !important;
}
.wschat-wrapper .flex-grow-1 {
  flex-grow: 1 !important;
}
.wschat-wrapper .flex-shrink-0 {
  flex-shrink: 0 !important;
}
.wschat-wrapper .flex-shrink-1 {
  flex-shrink: 1 !important;
}
.wschat-wrapper .flex-wrap {
  flex-wrap: wrap !important;
}
.wschat-wrapper .flex-nowrap {
  flex-wrap: nowrap !important;
}
.wschat-wrapper .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.wschat-wrapper .gap-0 {
  gap: 0 !important;
}
.wschat-wrapper .gap-1 {
  gap: 0.25rem !important;
}
.wschat-wrapper .gap-2 {
  gap: 0.5rem !important;
}
.wschat-wrapper .gap-3 {
  gap: 1rem !important;
}
.wschat-wrapper .gap-4 {
  gap: 1.5rem !important;
}
.wschat-wrapper .gap-5 {
  gap: 3rem !important;
}
.wschat-wrapper .justify-content-start {
  justify-content: flex-start !important;
}
.wschat-wrapper .justify-content-end {
  justify-content: flex-end !important;
}
.wschat-wrapper .justify-content-center {
  justify-content: center !important;
}
.wschat-wrapper .justify-content-between {
  justify-content: space-between !important;
}
.wschat-wrapper .justify-content-around {
  justify-content: space-around !important;
}
.wschat-wrapper .justify-content-evenly {
  justify-content: space-evenly !important;
}
.wschat-wrapper .align-items-start {
  align-items: flex-start !important;
}
.wschat-wrapper .align-items-end {
  align-items: flex-end !important;
}
.wschat-wrapper .align-items-center {
  align-items: center !important;
}
.wschat-wrapper .align-items-baseline {
  align-items: baseline !important;
}
.wschat-wrapper .align-items-stretch {
  align-items: stretch !important;
}
.wschat-wrapper .align-content-start {
  align-content: flex-start !important;
}
.wschat-wrapper .align-content-end {
  align-content: flex-end !important;
}
.wschat-wrapper .align-content-center {
  align-content: center !important;
}
.wschat-wrapper .align-content-between {
  align-content: space-between !important;
}
.wschat-wrapper .align-content-around {
  align-content: space-around !important;
}
.wschat-wrapper .align-content-stretch {
  align-content: stretch !important;
}
.wschat-wrapper .align-self-auto {
  align-self: auto !important;
}
.wschat-wrapper .align-self-start {
  align-self: flex-start !important;
}
.wschat-wrapper .align-self-end {
  align-self: flex-end !important;
}
.wschat-wrapper .align-self-center {
  align-self: center !important;
}
.wschat-wrapper .align-self-baseline {
  align-self: baseline !important;
}
.wschat-wrapper .align-self-stretch {
  align-self: stretch !important;
}
.wschat-wrapper .order-first {
  order: -1 !important;
}
.wschat-wrapper .order-0 {
  order: 0 !important;
}
.wschat-wrapper .order-1 {
  order: 1 !important;
}
.wschat-wrapper .order-2 {
  order: 2 !important;
}
.wschat-wrapper .order-3 {
  order: 3 !important;
}
.wschat-wrapper .order-4 {
  order: 4 !important;
}
.wschat-wrapper .order-5 {
  order: 5 !important;
}
.wschat-wrapper .order-last {
  order: 6 !important;
}
.wschat-wrapper .m-0 {
  margin: 0 !important;
}
.wschat-wrapper .m-1 {
  margin: 0.25rem !important;
}
.wschat-wrapper .m-2 {
  margin: 0.5rem !important;
}
.wschat-wrapper .m-3 {
  margin: 1rem !important;
}
.wschat-wrapper .m-4 {
  margin: 1.5rem !important;
}
.wschat-wrapper .m-5 {
  margin: 3rem !important;
}
.wschat-wrapper .m-auto {
  margin: auto !important;
}
.wschat-wrapper .mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.wschat-wrapper .mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.wschat-wrapper .mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.wschat-wrapper .mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.wschat-wrapper .mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.wschat-wrapper .mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
.wschat-wrapper .mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.wschat-wrapper .my-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.wschat-wrapper .my-1 {
  margin-bottom: 0.25rem !important;
  margin-top: 0.25rem !important;
}
.wschat-wrapper .my-2 {
  margin-bottom: 0.5rem !important;
  margin-top: 0.5rem !important;
}
.wschat-wrapper .my-3 {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
}
.wschat-wrapper .my-4 {
  margin-bottom: 1.5rem !important;
  margin-top: 1.5rem !important;
}
.wschat-wrapper .my-5 {
  margin-bottom: 3rem !important;
  margin-top: 3rem !important;
}
.wschat-wrapper .my-auto {
  margin-bottom: auto !important;
  margin-top: auto !important;
}
.wschat-wrapper .mt-0 {
  margin-top: 0 !important;
}
.wschat-wrapper .mt-1 {
  margin-top: 0.25rem !important;
}
.wschat-wrapper .mt-2 {
  margin-top: 0.5rem !important;
}
.wschat-wrapper .mt-3 {
  margin-top: 1rem !important;
}
.wschat-wrapper .mt-4 {
  margin-top: 1.5rem !important;
}
.wschat-wrapper .mt-5 {
  margin-top: 3rem !important;
}
.wschat-wrapper .mt-auto {
  margin-top: auto !important;
}
.wschat-wrapper .me-0 {
  margin-right: 0 !important;
}
.wschat-wrapper .me-1 {
  margin-right: 0.25rem !important;
}
.wschat-wrapper .me-2 {
  margin-right: 0.5rem !important;
}
.wschat-wrapper .me-3 {
  margin-right: 1rem !important;
}
.wschat-wrapper .me-4 {
  margin-right: 1.5rem !important;
}
.wschat-wrapper .me-5 {
  margin-right: 3rem !important;
}
.wschat-wrapper .me-auto {
  margin-right: auto !important;
}
.wschat-wrapper .mb-0,
.wschat-wrapper.elex-ws-chat-wrap-widget
  .pre-chat-panel
  .pre-chat-form
  > div:last-child,
.wschat-wrapper.wschat-pages .pre-chat-panel .pre-chat-form > div:last-child {
  margin-bottom: 0 !important;
}
.wschat-wrapper .mb-1 {
  margin-bottom: 0.25rem !important;
}
.wschat-wrapper .mb-2 {
  margin-bottom: 0.5rem !important;
}
.wschat-wrapper .mb-3,
.wschat-wrapper.elex-ws-chat-wrap-widget .pre-chat-panel .pre-chat-form > div,
.wschat-wrapper.wschat-pages .pre-chat-panel .pre-chat-form > div {
  margin-bottom: 1rem !important;
}
.wschat-wrapper .mb-4 {
  margin-bottom: 1.5rem !important;
}
.wschat-wrapper .mb-5 {
  margin-bottom: 3rem !important;
}
.wschat-wrapper .mb-auto {
  margin-bottom: auto !important;
}
.wschat-wrapper .ms-0 {
  margin-left: 0 !important;
}
.wschat-wrapper .ms-1 {
  margin-left: 0.25rem !important;
}
.wschat-wrapper .ms-2 {
  margin-left: 0.5rem !important;
}
.wschat-wrapper .ms-3 {
  margin-left: 1rem !important;
}
.wschat-wrapper .ms-4 {
  margin-left: 1.5rem !important;
}
.wschat-wrapper .ms-5 {
  margin-left: 3rem !important;
}
.wschat-wrapper .ms-auto {
  margin-left: auto !important;
}
.wschat-wrapper .m-n1 {
  margin: -0.25rem !important;
}
.wschat-wrapper .m-n2 {
  margin: -0.5rem !important;
}
.wschat-wrapper .m-n3 {
  margin: -1rem !important;
}
.wschat-wrapper .m-n4 {
  margin: -1.5rem !important;
}
.wschat-wrapper .m-n5 {
  margin: -3rem !important;
}
.wschat-wrapper .mx-n1 {
  margin-left: -0.25rem !important;
  margin-right: -0.25rem !important;
}
.wschat-wrapper .mx-n2 {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}
.wschat-wrapper .mx-n3 {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}
.wschat-wrapper .mx-n4 {
  margin-left: -1.5rem !important;
  margin-right: -1.5rem !important;
}
.wschat-wrapper .mx-n5 {
  margin-left: -3rem !important;
  margin-right: -3rem !important;
}
.wschat-wrapper .my-n1 {
  margin-bottom: -0.25rem !important;
  margin-top: -0.25rem !important;
}
.wschat-wrapper .my-n2 {
  margin-bottom: -0.5rem !important;
  margin-top: -0.5rem !important;
}
.wschat-wrapper .my-n3 {
  margin-bottom: -1rem !important;
  margin-top: -1rem !important;
}
.wschat-wrapper .my-n4 {
  margin-bottom: -1.5rem !important;
  margin-top: -1.5rem !important;
}
.wschat-wrapper .my-n5 {
  margin-bottom: -3rem !important;
  margin-top: -3rem !important;
}
.wschat-wrapper .mt-n1 {
  margin-top: -0.25rem !important;
}
.wschat-wrapper .mt-n2 {
  margin-top: -0.5rem !important;
}
.wschat-wrapper .mt-n3 {
  margin-top: -1rem !important;
}
.wschat-wrapper .mt-n4 {
  margin-top: -1.5rem !important;
}
.wschat-wrapper .mt-n5 {
  margin-top: -3rem !important;
}
.wschat-wrapper .me-n1 {
  margin-right: -0.25rem !important;
}
.wschat-wrapper .me-n2 {
  margin-right: -0.5rem !important;
}
.wschat-wrapper .me-n3 {
  margin-right: -1rem !important;
}
.wschat-wrapper .me-n4 {
  margin-right: -1.5rem !important;
}
.wschat-wrapper .me-n5 {
  margin-right: -3rem !important;
}
.wschat-wrapper .mb-n1 {
  margin-bottom: -0.25rem !important;
}
.wschat-wrapper .mb-n2 {
  margin-bottom: -0.5rem !important;
}
.wschat-wrapper .mb-n3 {
  margin-bottom: -1rem !important;
}
.wschat-wrapper .mb-n4 {
  margin-bottom: -1.5rem !important;
}
.wschat-wrapper .mb-n5 {
  margin-bottom: -3rem !important;
}
.wschat-wrapper .ms-n1 {
  margin-left: -0.25rem !important;
}
.wschat-wrapper .ms-n2 {
  margin-left: -0.5rem !important;
}
.wschat-wrapper .ms-n3 {
  margin-left: -1rem !important;
}
.wschat-wrapper .ms-n4 {
  margin-left: -1.5rem !important;
}
.wschat-wrapper .ms-n5 {
  margin-left: -3rem !important;
}
.wschat-wrapper .p-0 {
  padding: 0 !important;
}
.wschat-wrapper .p-1 {
  padding: 0.25rem !important;
}
.wschat-wrapper .p-2 {
  padding: 0.5rem !important;
}
.wschat-wrapper .p-3 {
  padding: 1rem !important;
}
.wschat-wrapper .p-4 {
  padding: 1.5rem !important;
}
.wschat-wrapper .p-5 {
  padding: 3rem !important;
}
.wschat-wrapper .px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.wschat-wrapper .px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.wschat-wrapper .px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.wschat-wrapper .px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.wschat-wrapper .px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.wschat-wrapper .px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.wschat-wrapper .py-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.wschat-wrapper .py-1 {
  padding-bottom: 0.25rem !important;
  padding-top: 0.25rem !important;
}
.wschat-wrapper .py-2 {
  padding-bottom: 0.5rem !important;
  padding-top: 0.5rem !important;
}
.wschat-wrapper .py-3 {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}
.wschat-wrapper .py-4 {
  padding-bottom: 1.5rem !important;
  padding-top: 1.5rem !important;
}
.wschat-wrapper .py-5 {
  padding-bottom: 3rem !important;
  padding-top: 3rem !important;
}
.wschat-wrapper .pt-0 {
  padding-top: 0 !important;
}
.wschat-wrapper .pt-1 {
  padding-top: 0.25rem !important;
}
.wschat-wrapper .pt-2 {
  padding-top: 0.5rem !important;
}
.wschat-wrapper .pt-3 {
  padding-top: 1rem !important;
}
.wschat-wrapper .pt-4 {
  padding-top: 1.5rem !important;
}
.wschat-wrapper .pt-5 {
  padding-top: 3rem !important;
}
.wschat-wrapper .pe-0 {
  padding-right: 0 !important;
}
.wschat-wrapper .pe-1 {
  padding-right: 0.25rem !important;
}
.wschat-wrapper .pe-2 {
  padding-right: 0.5rem !important;
}
.wschat-wrapper .pe-3 {
  padding-right: 1rem !important;
}
.wschat-wrapper .pe-4 {
  padding-right: 1.5rem !important;
}
.wschat-wrapper .pe-5 {
  padding-right: 3rem !important;
}
.wschat-wrapper .pb-0 {
  padding-bottom: 0 !important;
}
.wschat-wrapper .pb-1 {
  padding-bottom: 0.25rem !important;
}
.wschat-wrapper .pb-2 {
  padding-bottom: 0.5rem !important;
}
.wschat-wrapper .pb-3 {
  padding-bottom: 1rem !important;
}
.wschat-wrapper .pb-4 {
  padding-bottom: 1.5rem !important;
}
.wschat-wrapper .pb-5 {
  padding-bottom: 3rem !important;
}
.wschat-wrapper .ps-0 {
  padding-left: 0 !important;
}
.wschat-wrapper .ps-1 {
  padding-left: 0.25rem !important;
}
.wschat-wrapper .ps-2 {
  padding-left: 0.5rem !important;
}
.wschat-wrapper .ps-3 {
  padding-left: 1rem !important;
}
.wschat-wrapper .ps-4 {
  padding-left: 1.5rem !important;
}
.wschat-wrapper .ps-5 {
  padding-left: 3rem !important;
}
.wschat-wrapper .font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.wschat-wrapper .fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.wschat-wrapper .fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.wschat-wrapper .fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.wschat-wrapper .fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.wschat-wrapper .fs-5 {
  font-size: 1.25rem !important;
}
.wschat-wrapper .fs-6 {
  font-size: 1rem !important;
}
.wschat-wrapper .fst-italic {
  font-style: italic !important;
}
.wschat-wrapper .fst-normal {
  font-style: normal !important;
}
.wschat-wrapper .fw-light {
  font-weight: 300 !important;
}
.wschat-wrapper .fw-lighter {
  font-weight: lighter !important;
}
.wschat-wrapper .fw-normal {
  font-weight: 400 !important;
}
.wschat-wrapper .fw-bold {
  font-weight: 700 !important;
}
.wschat-wrapper .fw-bolder {
  font-weight: bolder !important;
}
.wschat-wrapper .lh-1 {
  line-height: 1 !important;
}
.wschat-wrapper .lh-sm {
  line-height: 1.25 !important;
}
.wschat-wrapper .lh-base {
  line-height: 1.5 !important;
}
.wschat-wrapper .lh-lg {
  line-height: 2 !important;
}
.wschat-wrapper .text-start {
  text-align: left !important;
}
.wschat-wrapper .text-end {
  text-align: right !important;
}
.wschat-wrapper .text-center {
  text-align: center !important;
}
.wschat-wrapper .text-decoration-none {
  text-decoration: none !important;
}
.wschat-wrapper .text-decoration-underline {
  text-decoration: underline !important;
}
.wschat-wrapper .text-decoration-line-through {
  text-decoration: line-through !important;
}
.wschat-wrapper .text-lowercase {
  text-transform: lowercase !important;
}
.wschat-wrapper .text-uppercase {
  text-transform: uppercase !important;
}
.wschat-wrapper .text-capitalize {
  text-transform: capitalize !important;
}
.wschat-wrapper .text-wrap {
  white-space: normal !important;
}
.wschat-wrapper .text-nowrap {
  white-space: nowrap !important;
}
.wschat-wrapper .text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.wschat-wrapper .text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.wschat-wrapper .text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.wschat-wrapper .text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.wschat-wrapper .text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.wschat-wrapper .text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.wschat-wrapper .text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.wschat-wrapper .text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.wschat-wrapper .text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.wschat-wrapper .text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.wschat-wrapper .text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.wschat-wrapper .text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.wschat-wrapper .text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}
.wschat-wrapper .text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
.wschat-wrapper .text-white-50 {
  --bs-text-opacity: 1;
  color: hsla(0, 0%, 100%, 0.5) !important;
}
.wschat-wrapper .text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
.wschat-wrapper .text-opacity-25 {
  --bs-text-opacity: 0.25;
}
.wschat-wrapper .text-opacity-50 {
  --bs-text-opacity: 0.5;
}
.wschat-wrapper .text-opacity-75 {
  --bs-text-opacity: 0.75;
}
.wschat-wrapper .text-opacity-100 {
  --bs-text-opacity: 1;
}
.wschat-wrapper .bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-primary-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.wschat-wrapper .bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-secondary-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.wschat-wrapper .bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-success-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.wschat-wrapper .bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.wschat-wrapper .bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-warning-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.wschat-wrapper .bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.wschat-wrapper .bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.wschat-wrapper .bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.wschat-wrapper .bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.wschat-wrapper .bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.wschat-wrapper .bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-body-bg-rgb),
    var(--bs-bg-opacity)
  ) !important;
}
.wschat-wrapper .bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
.wschat-wrapper .bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.wschat-wrapper .bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
.wschat-wrapper .bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
.wschat-wrapper .bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
.wschat-wrapper .bg-opacity-100 {
  --bs-bg-opacity: 1;
}
.wschat-wrapper .bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.wschat-wrapper .user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}
.wschat-wrapper .user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}
.wschat-wrapper .user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.wschat-wrapper .pe-none {
  pointer-events: none !important;
}
.wschat-wrapper .pe-auto {
  pointer-events: auto !important;
}
.wschat-wrapper .rounded {
  border-radius: 0.25rem !important;
}
.wschat-wrapper .rounded-0 {
  border-radius: 0 !important;
}
.wschat-wrapper .rounded-1 {
  border-radius: 0.2rem !important;
}
.wschat-wrapper .rounded-2 {
  border-radius: 0.25rem !important;
}
.wschat-wrapper .rounded-3 {
  border-radius: 0.3rem !important;
}
.rounded-customize {
  border-radius: 2rem !important;
}
.wschat-wrapper .rounded-circle {
  border-radius: 50% !important;
}
.wschat-wrapper .rounded-pill {
  border-radius: 50rem !important;
}
.wschat-wrapper .rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.wschat-wrapper .rounded-end {
  border-bottom-right-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.wschat-wrapper .rounded-bottom {
  border-bottom-left-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.wschat-wrapper .rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}
.wschat-wrapper .visible {
  visibility: visible !important;
}
.wschat-wrapper .invisible {
  visibility: hidden !important;
}
@media (min-width: 576px) {
  .wschat-wrapper .float-sm-start {
    float: left !important;
  }
  .wschat-wrapper .float-sm-end {
    float: right !important;
  }
  .wschat-wrapper .float-sm-none {
    float: none !important;
  }
  .wschat-wrapper .d-sm-inline {
    display: inline !important;
  }
  .wschat-wrapper .d-sm-inline-block {
    display: inline-block !important;
  }
  .wschat-wrapper .d-sm-block {
    display: block !important;
  }
  .wschat-wrapper .d-sm-grid {
    display: grid !important;
  }
  .wschat-wrapper .d-sm-table {
    display: table !important;
  }
  .wschat-wrapper .d-sm-table-row {
    display: table-row !important;
  }
  .wschat-wrapper .d-sm-table-cell {
    display: table-cell !important;
  }
  .wschat-wrapper .d-sm-flex {
    display: flex !important;
  }
  .wschat-wrapper .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .wschat-wrapper .d-sm-none {
    display: none !important;
  }
  .wschat-wrapper .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .wschat-wrapper .flex-sm-row {
    flex-direction: row !important;
  }
  .wschat-wrapper .flex-sm-column {
    flex-direction: column !important;
  }
  .wschat-wrapper .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .wschat-wrapper .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .wschat-wrapper .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .wschat-wrapper .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .wschat-wrapper .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .wschat-wrapper .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .wschat-wrapper .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .wschat-wrapper .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .wschat-wrapper .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .wschat-wrapper .gap-sm-0 {
    gap: 0 !important;
  }
  .wschat-wrapper .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .wschat-wrapper .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .wschat-wrapper .gap-sm-3 {
    gap: 1rem !important;
  }
  .wschat-wrapper .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .wschat-wrapper .gap-sm-5 {
    gap: 3rem !important;
  }
  .wschat-wrapper .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .wschat-wrapper .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .wschat-wrapper .justify-content-sm-center {
    justify-content: center !important;
  }
  .wschat-wrapper .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .wschat-wrapper .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .wschat-wrapper .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .wschat-wrapper .align-items-sm-start {
    align-items: flex-start !important;
  }
  .wschat-wrapper .align-items-sm-end {
    align-items: flex-end !important;
  }
  .wschat-wrapper .align-items-sm-center {
    align-items: center !important;
  }
  .wschat-wrapper .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .wschat-wrapper .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .wschat-wrapper .align-content-sm-start {
    align-content: flex-start !important;
  }
  .wschat-wrapper .align-content-sm-end {
    align-content: flex-end !important;
  }
  .wschat-wrapper .align-content-sm-center {
    align-content: center !important;
  }
  .wschat-wrapper .align-content-sm-between {
    align-content: space-between !important;
  }
  .wschat-wrapper .align-content-sm-around {
    align-content: space-around !important;
  }
  .wschat-wrapper .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .wschat-wrapper .align-self-sm-auto {
    align-self: auto !important;
  }
  .wschat-wrapper .align-self-sm-start {
    align-self: flex-start !important;
  }
  .wschat-wrapper .align-self-sm-end {
    align-self: flex-end !important;
  }
  .wschat-wrapper .align-self-sm-center {
    align-self: center !important;
  }
  .wschat-wrapper .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .wschat-wrapper .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .wschat-wrapper .order-sm-first {
    order: -1 !important;
  }
  .wschat-wrapper .order-sm-0 {
    order: 0 !important;
  }
  .wschat-wrapper .order-sm-1 {
    order: 1 !important;
  }
  .wschat-wrapper .order-sm-2 {
    order: 2 !important;
  }
  .wschat-wrapper .order-sm-3 {
    order: 3 !important;
  }
  .wschat-wrapper .order-sm-4 {
    order: 4 !important;
  }
  .wschat-wrapper .order-sm-5 {
    order: 5 !important;
  }
  .wschat-wrapper .order-sm-last {
    order: 6 !important;
  }
  .wschat-wrapper .m-sm-0 {
    margin: 0 !important;
  }
  .wschat-wrapper .m-sm-1 {
    margin: 0.25rem !important;
  }
  .wschat-wrapper .m-sm-2 {
    margin: 0.5rem !important;
  }
  .wschat-wrapper .m-sm-3 {
    margin: 1rem !important;
  }
  .wschat-wrapper .m-sm-4 {
    margin: 1.5rem !important;
  }
  .wschat-wrapper .m-sm-5 {
    margin: 3rem !important;
  }
  .wschat-wrapper .m-sm-auto {
    margin: auto !important;
  }
  .wschat-wrapper .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .wschat-wrapper .mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .wschat-wrapper .mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .wschat-wrapper .mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .wschat-wrapper .mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .wschat-wrapper .mx-sm-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .wschat-wrapper .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .wschat-wrapper .my-sm-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .wschat-wrapper .my-sm-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .wschat-wrapper .my-sm-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .wschat-wrapper .my-sm-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .wschat-wrapper .my-sm-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .wschat-wrapper .my-sm-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .wschat-wrapper .my-sm-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .wschat-wrapper .mt-sm-0 {
    margin-top: 0 !important;
  }
  .wschat-wrapper .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .wschat-wrapper .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .wschat-wrapper .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .wschat-wrapper .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .wschat-wrapper .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .wschat-wrapper .mt-sm-auto {
    margin-top: auto !important;
  }
  .wschat-wrapper .me-sm-0 {
    margin-right: 0 !important;
  }
  .wschat-wrapper .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .wschat-wrapper .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .wschat-wrapper .me-sm-3 {
    margin-right: 1rem !important;
  }
  .wschat-wrapper .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .wschat-wrapper .me-sm-5 {
    margin-right: 3rem !important;
  }
  .wschat-wrapper .me-sm-auto {
    margin-right: auto !important;
  }
  .wschat-wrapper .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .wschat-wrapper .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .wschat-wrapper .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .wschat-wrapper .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .wschat-wrapper .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .wschat-wrapper .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .wschat-wrapper .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .wschat-wrapper .ms-sm-0 {
    margin-left: 0 !important;
  }
  .wschat-wrapper .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .wschat-wrapper .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .wschat-wrapper .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .wschat-wrapper .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .wschat-wrapper .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .wschat-wrapper .ms-sm-auto {
    margin-left: auto !important;
  }
  .wschat-wrapper .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .wschat-wrapper .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .wschat-wrapper .m-sm-n3 {
    margin: -1rem !important;
  }
  .wschat-wrapper .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .wschat-wrapper .m-sm-n5 {
    margin: -3rem !important;
  }
  .wschat-wrapper .mx-sm-n1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .wschat-wrapper .mx-sm-n2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .wschat-wrapper .mx-sm-n3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .wschat-wrapper .mx-sm-n4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .wschat-wrapper .mx-sm-n5 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .wschat-wrapper .my-sm-n1 {
    margin-bottom: -0.25rem !important;
    margin-top: -0.25rem !important;
  }
  .wschat-wrapper .my-sm-n2 {
    margin-bottom: -0.5rem !important;
    margin-top: -0.5rem !important;
  }
  .wschat-wrapper .my-sm-n3 {
    margin-bottom: -1rem !important;
    margin-top: -1rem !important;
  }
  .wschat-wrapper .my-sm-n4 {
    margin-bottom: -1.5rem !important;
    margin-top: -1.5rem !important;
  }
  .wschat-wrapper .my-sm-n5 {
    margin-bottom: -3rem !important;
    margin-top: -3rem !important;
  }
  .wschat-wrapper .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .wschat-wrapper .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .wschat-wrapper .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  .wschat-wrapper .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .wschat-wrapper .mt-sm-n5 {
    margin-top: -3rem !important;
  }
  .wschat-wrapper .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .wschat-wrapper .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .wschat-wrapper .me-sm-n3 {
    margin-right: -1rem !important;
  }
  .wschat-wrapper .me-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .wschat-wrapper .me-sm-n5 {
    margin-right: -3rem !important;
  }
  .wschat-wrapper .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .wschat-wrapper .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .wschat-wrapper .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .wschat-wrapper .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .wschat-wrapper .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .wschat-wrapper .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .wschat-wrapper .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .wschat-wrapper .ms-sm-n3 {
    margin-left: -1rem !important;
  }
  .wschat-wrapper .ms-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .wschat-wrapper .ms-sm-n5 {
    margin-left: -3rem !important;
  }
  .wschat-wrapper .p-sm-0 {
    padding: 0 !important;
  }
  .wschat-wrapper .p-sm-1 {
    padding: 0.25rem !important;
  }
  .wschat-wrapper .p-sm-2 {
    padding: 0.5rem !important;
  }
  .wschat-wrapper .p-sm-3 {
    padding: 1rem !important;
  }
  .wschat-wrapper .p-sm-4 {
    padding: 1.5rem !important;
  }
  .wschat-wrapper .p-sm-5 {
    padding: 3rem !important;
  }
  .wschat-wrapper .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .wschat-wrapper .px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .wschat-wrapper .px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .wschat-wrapper .px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .wschat-wrapper .px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .wschat-wrapper .px-sm-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .wschat-wrapper .py-sm-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .wschat-wrapper .py-sm-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .wschat-wrapper .py-sm-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .wschat-wrapper .py-sm-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .wschat-wrapper .py-sm-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .wschat-wrapper .py-sm-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .wschat-wrapper .pt-sm-0 {
    padding-top: 0 !important;
  }
  .wschat-wrapper .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .wschat-wrapper .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .wschat-wrapper .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .wschat-wrapper .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .wschat-wrapper .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .wschat-wrapper .pe-sm-0 {
    padding-right: 0 !important;
  }
  .wschat-wrapper .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .wschat-wrapper .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .wschat-wrapper .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .wschat-wrapper .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .wschat-wrapper .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .wschat-wrapper .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .wschat-wrapper .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .wschat-wrapper .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .wschat-wrapper .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .wschat-wrapper .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .wschat-wrapper .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .wschat-wrapper .ps-sm-0 {
    padding-left: 0 !important;
  }
  .wschat-wrapper .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .wschat-wrapper .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .wschat-wrapper .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .wschat-wrapper .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .wschat-wrapper .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .wschat-wrapper .text-sm-start {
    text-align: left !important;
  }
  .wschat-wrapper .text-sm-end {
    text-align: right !important;
  }
  .wschat-wrapper .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .wschat-wrapper .float-md-start {
    float: left !important;
  }
  .wschat-wrapper .float-md-end {
    float: right !important;
  }
  .wschat-wrapper .float-md-none {
    float: none !important;
  }
  .wschat-wrapper .d-md-inline {
    display: inline !important;
  }
  .wschat-wrapper .d-md-inline-block {
    display: inline-block !important;
  }
  .wschat-wrapper .d-md-block {
    display: block !important;
  }
  .wschat-wrapper .d-md-grid {
    display: grid !important;
  }
  .wschat-wrapper .d-md-table {
    display: table !important;
  }
  .wschat-wrapper .d-md-table-row {
    display: table-row !important;
  }
  .wschat-wrapper .d-md-table-cell {
    display: table-cell !important;
  }
  .wschat-wrapper .d-md-flex {
    display: flex !important;
  }
  .wschat-wrapper .d-md-inline-flex {
    display: inline-flex !important;
  }
  .wschat-wrapper .d-md-none {
    display: none !important;
  }
  .wschat-wrapper .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .wschat-wrapper .flex-md-row {
    flex-direction: row !important;
  }
  .wschat-wrapper .flex-md-column {
    flex-direction: column !important;
  }
  .wschat-wrapper .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .wschat-wrapper .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .wschat-wrapper .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .wschat-wrapper .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .wschat-wrapper .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .wschat-wrapper .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .wschat-wrapper .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .wschat-wrapper .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .wschat-wrapper .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .wschat-wrapper .gap-md-0 {
    gap: 0 !important;
  }
  .wschat-wrapper .gap-md-1 {
    gap: 0.25rem !important;
  }
  .wschat-wrapper .gap-md-2 {
    gap: 0.5rem !important;
  }
  .wschat-wrapper .gap-md-3 {
    gap: 1rem !important;
  }
  .wschat-wrapper .gap-md-4 {
    gap: 1.5rem !important;
  }
  .wschat-wrapper .gap-md-5 {
    gap: 3rem !important;
  }
  .wschat-wrapper .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .wschat-wrapper .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .wschat-wrapper .justify-content-md-center {
    justify-content: center !important;
  }
  .wschat-wrapper .justify-content-md-between {
    justify-content: space-between !important;
  }
  .wschat-wrapper .justify-content-md-around {
    justify-content: space-around !important;
  }
  .wschat-wrapper .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .wschat-wrapper .align-items-md-start {
    align-items: flex-start !important;
  }
  .wschat-wrapper .align-items-md-end {
    align-items: flex-end !important;
  }
  .wschat-wrapper .align-items-md-center {
    align-items: center !important;
  }
  .wschat-wrapper .align-items-md-baseline {
    align-items: baseline !important;
  }
  .wschat-wrapper .align-items-md-stretch {
    align-items: stretch !important;
  }
  .wschat-wrapper .align-content-md-start {
    align-content: flex-start !important;
  }
  .wschat-wrapper .align-content-md-end {
    align-content: flex-end !important;
  }
  .wschat-wrapper .align-content-md-center {
    align-content: center !important;
  }
  .wschat-wrapper .align-content-md-between {
    align-content: space-between !important;
  }
  .wschat-wrapper .align-content-md-around {
    align-content: space-around !important;
  }
  .wschat-wrapper .align-content-md-stretch {
    align-content: stretch !important;
  }
  .wschat-wrapper .align-self-md-auto {
    align-self: auto !important;
  }
  .wschat-wrapper .align-self-md-start {
    align-self: flex-start !important;
  }
  .wschat-wrapper .align-self-md-end {
    align-self: flex-end !important;
  }
  .wschat-wrapper .align-self-md-center {
    align-self: center !important;
  }
  .wschat-wrapper .align-self-md-baseline {
    align-self: baseline !important;
  }
  .wschat-wrapper .align-self-md-stretch {
    align-self: stretch !important;
  }
  .wschat-wrapper .order-md-first {
    order: -1 !important;
  }
  .wschat-wrapper .order-md-0 {
    order: 0 !important;
  }
  .wschat-wrapper .order-md-1 {
    order: 1 !important;
  }
  .wschat-wrapper .order-md-2 {
    order: 2 !important;
  }
  .wschat-wrapper .order-md-3 {
    order: 3 !important;
  }
  .wschat-wrapper .order-md-4 {
    order: 4 !important;
  }
  .wschat-wrapper .order-md-5 {
    order: 5 !important;
  }
  .wschat-wrapper .order-md-last {
    order: 6 !important;
  }
  .wschat-wrapper .m-md-0 {
    margin: 0 !important;
  }
  .wschat-wrapper .m-md-1 {
    margin: 0.25rem !important;
  }
  .wschat-wrapper .m-md-2 {
    margin: 0.5rem !important;
  }
  .wschat-wrapper .m-md-3 {
    margin: 1rem !important;
  }
  .wschat-wrapper .m-md-4 {
    margin: 1.5rem !important;
  }
  .wschat-wrapper .m-md-5 {
    margin: 3rem !important;
  }
  .wschat-wrapper .m-md-auto {
    margin: auto !important;
  }
  .wschat-wrapper .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .wschat-wrapper .mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .wschat-wrapper .mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .wschat-wrapper .mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .wschat-wrapper .mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .wschat-wrapper .mx-md-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .wschat-wrapper .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .wschat-wrapper .my-md-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .wschat-wrapper .my-md-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .wschat-wrapper .my-md-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .wschat-wrapper .my-md-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .wschat-wrapper .my-md-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .wschat-wrapper .my-md-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .wschat-wrapper .my-md-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .wschat-wrapper .mt-md-0 {
    margin-top: 0 !important;
  }
  .wschat-wrapper .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .wschat-wrapper .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .wschat-wrapper .mt-md-3 {
    margin-top: 1rem !important;
  }
  .wschat-wrapper .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .wschat-wrapper .mt-md-5 {
    margin-top: 3rem !important;
  }
  .wschat-wrapper .mt-md-auto {
    margin-top: auto !important;
  }
  .wschat-wrapper .me-md-0 {
    margin-right: 0 !important;
  }
  .wschat-wrapper .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .wschat-wrapper .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .wschat-wrapper .me-md-3 {
    margin-right: 1rem !important;
  }
  .wschat-wrapper .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .wschat-wrapper .me-md-5 {
    margin-right: 3rem !important;
  }
  .wschat-wrapper .me-md-auto {
    margin-right: auto !important;
  }
  .wschat-wrapper .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .wschat-wrapper .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .wschat-wrapper .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .wschat-wrapper .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .wschat-wrapper .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .wschat-wrapper .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .wschat-wrapper .mb-md-auto {
    margin-bottom: auto !important;
  }
  .wschat-wrapper .ms-md-0 {
    margin-left: 0 !important;
  }
  .wschat-wrapper .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .wschat-wrapper .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .wschat-wrapper .ms-md-3 {
    margin-left: 1rem !important;
  }
  .wschat-wrapper .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .wschat-wrapper .ms-md-5 {
    margin-left: 3rem !important;
  }
  .wschat-wrapper .ms-md-auto {
    margin-left: auto !important;
  }
  .wschat-wrapper .m-md-n1 {
    margin: -0.25rem !important;
  }
  .wschat-wrapper .m-md-n2 {
    margin: -0.5rem !important;
  }
  .wschat-wrapper .m-md-n3 {
    margin: -1rem !important;
  }
  .wschat-wrapper .m-md-n4 {
    margin: -1.5rem !important;
  }
  .wschat-wrapper .m-md-n5 {
    margin: -3rem !important;
  }
  .wschat-wrapper .mx-md-n1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .wschat-wrapper .mx-md-n2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .wschat-wrapper .mx-md-n3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .wschat-wrapper .mx-md-n4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .wschat-wrapper .mx-md-n5 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .wschat-wrapper .my-md-n1 {
    margin-bottom: -0.25rem !important;
    margin-top: -0.25rem !important;
  }
  .wschat-wrapper .my-md-n2 {
    margin-bottom: -0.5rem !important;
    margin-top: -0.5rem !important;
  }
  .wschat-wrapper .my-md-n3 {
    margin-bottom: -1rem !important;
    margin-top: -1rem !important;
  }
  .wschat-wrapper .my-md-n4 {
    margin-bottom: -1.5rem !important;
    margin-top: -1.5rem !important;
  }
  .wschat-wrapper .my-md-n5 {
    margin-bottom: -3rem !important;
    margin-top: -3rem !important;
  }
  .wschat-wrapper .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  .wschat-wrapper .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  .wschat-wrapper .mt-md-n3 {
    margin-top: -1rem !important;
  }
  .wschat-wrapper .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  .wschat-wrapper .mt-md-n5 {
    margin-top: -3rem !important;
  }
  .wschat-wrapper .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  .wschat-wrapper .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  .wschat-wrapper .me-md-n3 {
    margin-right: -1rem !important;
  }
  .wschat-wrapper .me-md-n4 {
    margin-right: -1.5rem !important;
  }
  .wschat-wrapper .me-md-n5 {
    margin-right: -3rem !important;
  }
  .wschat-wrapper .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .wschat-wrapper .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .wschat-wrapper .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  .wschat-wrapper .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .wschat-wrapper .mb-md-n5 {
    margin-bottom: -3rem !important;
  }
  .wschat-wrapper .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  .wschat-wrapper .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  .wschat-wrapper .ms-md-n3 {
    margin-left: -1rem !important;
  }
  .wschat-wrapper .ms-md-n4 {
    margin-left: -1.5rem !important;
  }
  .wschat-wrapper .ms-md-n5 {
    margin-left: -3rem !important;
  }
  .wschat-wrapper .p-md-0 {
    padding: 0 !important;
  }
  .wschat-wrapper .p-md-1 {
    padding: 0.25rem !important;
  }
  .wschat-wrapper .p-md-2 {
    padding: 0.5rem !important;
  }
  .wschat-wrapper .p-md-3 {
    padding: 1rem !important;
  }
  .wschat-wrapper .p-md-4 {
    padding: 1.5rem !important;
  }
  .wschat-wrapper .p-md-5 {
    padding: 3rem !important;
  }
  .wschat-wrapper .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .wschat-wrapper .px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .wschat-wrapper .px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .wschat-wrapper .px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .wschat-wrapper .px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .wschat-wrapper .px-md-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .wschat-wrapper .py-md-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .wschat-wrapper .py-md-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .wschat-wrapper .py-md-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .wschat-wrapper .py-md-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .wschat-wrapper .py-md-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .wschat-wrapper .py-md-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .wschat-wrapper .pt-md-0 {
    padding-top: 0 !important;
  }
  .wschat-wrapper .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .wschat-wrapper .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .wschat-wrapper .pt-md-3 {
    padding-top: 1rem !important;
  }
  .wschat-wrapper .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .wschat-wrapper .pt-md-5 {
    padding-top: 3rem !important;
  }
  .wschat-wrapper .pe-md-0 {
    padding-right: 0 !important;
  }
  .wschat-wrapper .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .wschat-wrapper .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .wschat-wrapper .pe-md-3 {
    padding-right: 1rem !important;
  }
  .wschat-wrapper .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .wschat-wrapper .pe-md-5 {
    padding-right: 3rem !important;
  }
  .wschat-wrapper .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .wschat-wrapper .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .wschat-wrapper .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .wschat-wrapper .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .wschat-wrapper .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .wschat-wrapper .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .wschat-wrapper .ps-md-0 {
    padding-left: 0 !important;
  }
  .wschat-wrapper .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .wschat-wrapper .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .wschat-wrapper .ps-md-3 {
    padding-left: 1rem !important;
  }
  .wschat-wrapper .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .wschat-wrapper .ps-md-5 {
    padding-left: 3rem !important;
  }
  .wschat-wrapper .text-md-start {
    text-align: left !important;
  }
  .wschat-wrapper .text-md-end {
    text-align: right !important;
  }
  .wschat-wrapper .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .wschat-wrapper .float-lg-start {
    float: left !important;
  }
  .wschat-wrapper .float-lg-end {
    float: right !important;
  }
  .wschat-wrapper .float-lg-none {
    float: none !important;
  }
  .wschat-wrapper .d-lg-inline {
    display: inline !important;
  }
  .wschat-wrapper .d-lg-inline-block {
    display: inline-block !important;
  }
  .wschat-wrapper .d-lg-block {
    display: block !important;
  }
  .wschat-wrapper .d-lg-grid {
    display: grid !important;
  }
  .wschat-wrapper .d-lg-table {
    display: table !important;
  }
  .wschat-wrapper .d-lg-table-row {
    display: table-row !important;
  }
  .wschat-wrapper .d-lg-table-cell {
    display: table-cell !important;
  }
  .wschat-wrapper .d-lg-flex {
    display: flex !important;
  }
  .wschat-wrapper .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .wschat-wrapper .d-lg-none {
    display: none !important;
  }
  .wschat-wrapper .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .wschat-wrapper .flex-lg-row {
    flex-direction: row !important;
  }
  .wschat-wrapper .flex-lg-column {
    flex-direction: column !important;
  }
  .wschat-wrapper .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .wschat-wrapper .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .wschat-wrapper .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .wschat-wrapper .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .wschat-wrapper .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .wschat-wrapper .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .wschat-wrapper .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .wschat-wrapper .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .wschat-wrapper .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .wschat-wrapper .gap-lg-0 {
    gap: 0 !important;
  }
  .wschat-wrapper .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .wschat-wrapper .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .wschat-wrapper .gap-lg-3 {
    gap: 1rem !important;
  }
  .wschat-wrapper .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .wschat-wrapper .gap-lg-5 {
    gap: 3rem !important;
  }
  .wschat-wrapper .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .wschat-wrapper .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .wschat-wrapper .justify-content-lg-center {
    justify-content: center !important;
  }
  .wschat-wrapper .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .wschat-wrapper .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .wschat-wrapper .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .wschat-wrapper .align-items-lg-start {
    align-items: flex-start !important;
  }
  .wschat-wrapper .align-items-lg-end {
    align-items: flex-end !important;
  }
  .wschat-wrapper .align-items-lg-center {
    align-items: center !important;
  }
  .wschat-wrapper .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .wschat-wrapper .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .wschat-wrapper .align-content-lg-start {
    align-content: flex-start !important;
  }
  .wschat-wrapper .align-content-lg-end {
    align-content: flex-end !important;
  }
  .wschat-wrapper .align-content-lg-center {
    align-content: center !important;
  }
  .wschat-wrapper .align-content-lg-between {
    align-content: space-between !important;
  }
  .wschat-wrapper .align-content-lg-around {
    align-content: space-around !important;
  }
  .wschat-wrapper .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .wschat-wrapper .align-self-lg-auto {
    align-self: auto !important;
  }
  .wschat-wrapper .align-self-lg-start {
    align-self: flex-start !important;
  }
  .wschat-wrapper .align-self-lg-end {
    align-self: flex-end !important;
  }
  .wschat-wrapper .align-self-lg-center {
    align-self: center !important;
  }
  .wschat-wrapper .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .wschat-wrapper .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .wschat-wrapper .order-lg-first {
    order: -1 !important;
  }
  .wschat-wrapper .order-lg-0 {
    order: 0 !important;
  }
  .wschat-wrapper .order-lg-1 {
    order: 1 !important;
  }
  .wschat-wrapper .order-lg-2 {
    order: 2 !important;
  }
  .wschat-wrapper .order-lg-3 {
    order: 3 !important;
  }
  .wschat-wrapper .order-lg-4 {
    order: 4 !important;
  }
  .wschat-wrapper .order-lg-5 {
    order: 5 !important;
  }
  .wschat-wrapper .order-lg-last {
    order: 6 !important;
  }
  .wschat-wrapper .m-lg-0 {
    margin: 0 !important;
  }
  .wschat-wrapper .m-lg-1 {
    margin: 0.25rem !important;
  }
  .wschat-wrapper .m-lg-2 {
    margin: 0.5rem !important;
  }
  .wschat-wrapper .m-lg-3 {
    margin: 1rem !important;
  }
  .wschat-wrapper .m-lg-4 {
    margin: 1.5rem !important;
  }
  .wschat-wrapper .m-lg-5 {
    margin: 3rem !important;
  }
  .wschat-wrapper .m-lg-auto {
    margin: auto !important;
  }
  .wschat-wrapper .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .wschat-wrapper .mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .wschat-wrapper .mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .wschat-wrapper .mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .wschat-wrapper .mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .wschat-wrapper .mx-lg-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .wschat-wrapper .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .wschat-wrapper .my-lg-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .wschat-wrapper .my-lg-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .wschat-wrapper .my-lg-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .wschat-wrapper .my-lg-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .wschat-wrapper .my-lg-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .wschat-wrapper .my-lg-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .wschat-wrapper .my-lg-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .wschat-wrapper .mt-lg-0 {
    margin-top: 0 !important;
  }
  .wschat-wrapper .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .wschat-wrapper .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .wschat-wrapper .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .wschat-wrapper .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .wschat-wrapper .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .wschat-wrapper .mt-lg-auto {
    margin-top: auto !important;
  }
  .wschat-wrapper .me-lg-0 {
    margin-right: 0 !important;
  }
  .wschat-wrapper .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .wschat-wrapper .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .wschat-wrapper .me-lg-3 {
    margin-right: 1rem !important;
  }
  .wschat-wrapper .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .wschat-wrapper .me-lg-5 {
    margin-right: 3rem !important;
  }
  .wschat-wrapper .me-lg-auto {
    margin-right: auto !important;
  }
  .wschat-wrapper .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .wschat-wrapper .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .wschat-wrapper .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .wschat-wrapper .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .wschat-wrapper .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .wschat-wrapper .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .wschat-wrapper .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .wschat-wrapper .ms-lg-0 {
    margin-left: 0 !important;
  }
  .wschat-wrapper .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .wschat-wrapper .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .wschat-wrapper .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .wschat-wrapper .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .wschat-wrapper .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .wschat-wrapper .ms-lg-auto {
    margin-left: auto !important;
  }
  .wschat-wrapper .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .wschat-wrapper .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .wschat-wrapper .m-lg-n3 {
    margin: -1rem !important;
  }
  .wschat-wrapper .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .wschat-wrapper .m-lg-n5 {
    margin: -3rem !important;
  }
  .wschat-wrapper .mx-lg-n1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .wschat-wrapper .mx-lg-n2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .wschat-wrapper .mx-lg-n3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .wschat-wrapper .mx-lg-n4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .wschat-wrapper .mx-lg-n5 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .wschat-wrapper .my-lg-n1 {
    margin-bottom: -0.25rem !important;
    margin-top: -0.25rem !important;
  }
  .wschat-wrapper .my-lg-n2 {
    margin-bottom: -0.5rem !important;
    margin-top: -0.5rem !important;
  }
  .wschat-wrapper .my-lg-n3 {
    margin-bottom: -1rem !important;
    margin-top: -1rem !important;
  }
  .wschat-wrapper .my-lg-n4 {
    margin-bottom: -1.5rem !important;
    margin-top: -1.5rem !important;
  }
  .wschat-wrapper .my-lg-n5 {
    margin-bottom: -3rem !important;
    margin-top: -3rem !important;
  }
  .wschat-wrapper .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .wschat-wrapper .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .wschat-wrapper .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  .wschat-wrapper .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .wschat-wrapper .mt-lg-n5 {
    margin-top: -3rem !important;
  }
  .wschat-wrapper .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .wschat-wrapper .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .wschat-wrapper .me-lg-n3 {
    margin-right: -1rem !important;
  }
  .wschat-wrapper .me-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .wschat-wrapper .me-lg-n5 {
    margin-right: -3rem !important;
  }
  .wschat-wrapper .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .wschat-wrapper .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .wschat-wrapper .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .wschat-wrapper .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .wschat-wrapper .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .wschat-wrapper .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .wschat-wrapper .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .wschat-wrapper .ms-lg-n3 {
    margin-left: -1rem !important;
  }
  .wschat-wrapper .ms-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .wschat-wrapper .ms-lg-n5 {
    margin-left: -3rem !important;
  }
  .wschat-wrapper .p-lg-0 {
    padding: 0 !important;
  }
  .wschat-wrapper .p-lg-1 {
    padding: 0.25rem !important;
  }
  .wschat-wrapper .p-lg-2 {
    padding: 0.5rem !important;
  }
  .wschat-wrapper .p-lg-3 {
    padding: 1rem !important;
  }
  .wschat-wrapper .p-lg-4 {
    padding: 1.5rem !important;
  }
  .wschat-wrapper .p-lg-5 {
    padding: 3rem !important;
  }
  .wschat-wrapper .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .wschat-wrapper .px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .wschat-wrapper .px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .wschat-wrapper .px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .wschat-wrapper .px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .wschat-wrapper .px-lg-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .wschat-wrapper .py-lg-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .wschat-wrapper .py-lg-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .wschat-wrapper .py-lg-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .wschat-wrapper .py-lg-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .wschat-wrapper .py-lg-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .wschat-wrapper .py-lg-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .wschat-wrapper .pt-lg-0 {
    padding-top: 0 !important;
  }
  .wschat-wrapper .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .wschat-wrapper .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .wschat-wrapper .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .wschat-wrapper .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .wschat-wrapper .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .wschat-wrapper .pe-lg-0 {
    padding-right: 0 !important;
  }
  .wschat-wrapper .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .wschat-wrapper .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .wschat-wrapper .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .wschat-wrapper .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .wschat-wrapper .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .wschat-wrapper .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .wschat-wrapper .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .wschat-wrapper .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .wschat-wrapper .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .wschat-wrapper .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .wschat-wrapper .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .wschat-wrapper .ps-lg-0 {
    padding-left: 0 !important;
  }
  .wschat-wrapper .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .wschat-wrapper .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .wschat-wrapper .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .wschat-wrapper .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .wschat-wrapper .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .wschat-wrapper .text-lg-start {
    text-align: left !important;
  }
  .wschat-wrapper .text-lg-end {
    text-align: right !important;
  }
  .wschat-wrapper .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .wschat-wrapper .float-xl-start {
    float: left !important;
  }
  .wschat-wrapper .float-xl-end {
    float: right !important;
  }
  .wschat-wrapper .float-xl-none {
    float: none !important;
  }
  .wschat-wrapper .d-xl-inline {
    display: inline !important;
  }
  .wschat-wrapper .d-xl-inline-block {
    display: inline-block !important;
  }
  .wschat-wrapper .d-xl-block {
    display: block !important;
  }
  .wschat-wrapper .d-xl-grid {
    display: grid !important;
  }
  .wschat-wrapper .d-xl-table {
    display: table !important;
  }
  .wschat-wrapper .d-xl-table-row {
    display: table-row !important;
  }
  .wschat-wrapper .d-xl-table-cell {
    display: table-cell !important;
  }
  .wschat-wrapper .d-xl-flex {
    display: flex !important;
  }
  .wschat-wrapper .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .wschat-wrapper .d-xl-none {
    display: none !important;
  }
  .wschat-wrapper .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .wschat-wrapper .flex-xl-row {
    flex-direction: row !important;
  }
  .wschat-wrapper .flex-xl-column {
    flex-direction: column !important;
  }
  .wschat-wrapper .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .wschat-wrapper .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .wschat-wrapper .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .wschat-wrapper .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .wschat-wrapper .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .wschat-wrapper .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .wschat-wrapper .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .wschat-wrapper .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .wschat-wrapper .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .wschat-wrapper .gap-xl-0 {
    gap: 0 !important;
  }
  .wschat-wrapper .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .wschat-wrapper .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .wschat-wrapper .gap-xl-3 {
    gap: 1rem !important;
  }
  .wschat-wrapper .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .wschat-wrapper .gap-xl-5 {
    gap: 3rem !important;
  }
  .wschat-wrapper .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .wschat-wrapper .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .wschat-wrapper .justify-content-xl-center {
    justify-content: center !important;
  }
  .wschat-wrapper .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .wschat-wrapper .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .wschat-wrapper .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .wschat-wrapper .align-items-xl-start {
    align-items: flex-start !important;
  }
  .wschat-wrapper .align-items-xl-end {
    align-items: flex-end !important;
  }
  .wschat-wrapper .align-items-xl-center {
    align-items: center !important;
  }
  .wschat-wrapper .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .wschat-wrapper .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .wschat-wrapper .align-content-xl-start {
    align-content: flex-start !important;
  }
  .wschat-wrapper .align-content-xl-end {
    align-content: flex-end !important;
  }
  .wschat-wrapper .align-content-xl-center {
    align-content: center !important;
  }
  .wschat-wrapper .align-content-xl-between {
    align-content: space-between !important;
  }
  .wschat-wrapper .align-content-xl-around {
    align-content: space-around !important;
  }
  .wschat-wrapper .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .wschat-wrapper .align-self-xl-auto {
    align-self: auto !important;
  }
  .wschat-wrapper .align-self-xl-start {
    align-self: flex-start !important;
  }
  .wschat-wrapper .align-self-xl-end {
    align-self: flex-end !important;
  }
  .wschat-wrapper .align-self-xl-center {
    align-self: center !important;
  }
  .wschat-wrapper .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .wschat-wrapper .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .wschat-wrapper .order-xl-first {
    order: -1 !important;
  }
  .wschat-wrapper .order-xl-0 {
    order: 0 !important;
  }
  .wschat-wrapper .order-xl-1 {
    order: 1 !important;
  }
  .wschat-wrapper .order-xl-2 {
    order: 2 !important;
  }
  .wschat-wrapper .order-xl-3 {
    order: 3 !important;
  }
  .wschat-wrapper .order-xl-4 {
    order: 4 !important;
  }
  .wschat-wrapper .order-xl-5 {
    order: 5 !important;
  }
  .wschat-wrapper .order-xl-last {
    order: 6 !important;
  }
  .wschat-wrapper .m-xl-0 {
    margin: 0 !important;
  }
  .wschat-wrapper .m-xl-1 {
    margin: 0.25rem !important;
  }
  .wschat-wrapper .m-xl-2 {
    margin: 0.5rem !important;
  }
  .wschat-wrapper .m-xl-3 {
    margin: 1rem !important;
  }
  .wschat-wrapper .m-xl-4 {
    margin: 1.5rem !important;
  }
  .wschat-wrapper .m-xl-5 {
    margin: 3rem !important;
  }
  .wschat-wrapper .m-xl-auto {
    margin: auto !important;
  }
  .wschat-wrapper .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .wschat-wrapper .mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .wschat-wrapper .mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .wschat-wrapper .mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .wschat-wrapper .mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .wschat-wrapper .mx-xl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .wschat-wrapper .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .wschat-wrapper .my-xl-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .wschat-wrapper .my-xl-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .wschat-wrapper .my-xl-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .wschat-wrapper .my-xl-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .wschat-wrapper .my-xl-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .wschat-wrapper .my-xl-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .wschat-wrapper .my-xl-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .wschat-wrapper .mt-xl-0 {
    margin-top: 0 !important;
  }
  .wschat-wrapper .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .wschat-wrapper .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .wschat-wrapper .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .wschat-wrapper .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .wschat-wrapper .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .wschat-wrapper .mt-xl-auto {
    margin-top: auto !important;
  }
  .wschat-wrapper .me-xl-0 {
    margin-right: 0 !important;
  }
  .wschat-wrapper .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .wschat-wrapper .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .wschat-wrapper .me-xl-3 {
    margin-right: 1rem !important;
  }
  .wschat-wrapper .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .wschat-wrapper .me-xl-5 {
    margin-right: 3rem !important;
  }
  .wschat-wrapper .me-xl-auto {
    margin-right: auto !important;
  }
  .wschat-wrapper .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .wschat-wrapper .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .wschat-wrapper .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .wschat-wrapper .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .wschat-wrapper .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .wschat-wrapper .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .wschat-wrapper .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .wschat-wrapper .ms-xl-0 {
    margin-left: 0 !important;
  }
  .wschat-wrapper .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .wschat-wrapper .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .wschat-wrapper .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .wschat-wrapper .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .wschat-wrapper .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .wschat-wrapper .ms-xl-auto {
    margin-left: auto !important;
  }
  .wschat-wrapper .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .wschat-wrapper .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .wschat-wrapper .m-xl-n3 {
    margin: -1rem !important;
  }
  .wschat-wrapper .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .wschat-wrapper .m-xl-n5 {
    margin: -3rem !important;
  }
  .wschat-wrapper .mx-xl-n1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .wschat-wrapper .mx-xl-n2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .wschat-wrapper .mx-xl-n3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .wschat-wrapper .mx-xl-n4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .wschat-wrapper .mx-xl-n5 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .wschat-wrapper .my-xl-n1 {
    margin-bottom: -0.25rem !important;
    margin-top: -0.25rem !important;
  }
  .wschat-wrapper .my-xl-n2 {
    margin-bottom: -0.5rem !important;
    margin-top: -0.5rem !important;
  }
  .wschat-wrapper .my-xl-n3 {
    margin-bottom: -1rem !important;
    margin-top: -1rem !important;
  }
  .wschat-wrapper .my-xl-n4 {
    margin-bottom: -1.5rem !important;
    margin-top: -1.5rem !important;
  }
  .wschat-wrapper .my-xl-n5 {
    margin-bottom: -3rem !important;
    margin-top: -3rem !important;
  }
  .wschat-wrapper .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .wschat-wrapper .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .wschat-wrapper .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  .wschat-wrapper .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .wschat-wrapper .mt-xl-n5 {
    margin-top: -3rem !important;
  }
  .wschat-wrapper .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .wschat-wrapper .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .wschat-wrapper .me-xl-n3 {
    margin-right: -1rem !important;
  }
  .wschat-wrapper .me-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .wschat-wrapper .me-xl-n5 {
    margin-right: -3rem !important;
  }
  .wschat-wrapper .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .wschat-wrapper .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .wschat-wrapper .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .wschat-wrapper .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .wschat-wrapper .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .wschat-wrapper .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .wschat-wrapper .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .wschat-wrapper .ms-xl-n3 {
    margin-left: -1rem !important;
  }
  .wschat-wrapper .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .wschat-wrapper .ms-xl-n5 {
    margin-left: -3rem !important;
  }
  .wschat-wrapper .p-xl-0 {
    padding: 0 !important;
  }
  .wschat-wrapper .p-xl-1 {
    padding: 0.25rem !important;
  }
  .wschat-wrapper .p-xl-2 {
    padding: 0.5rem !important;
  }
  .wschat-wrapper .p-xl-3 {
    padding: 1rem !important;
  }
  .wschat-wrapper .p-xl-4 {
    padding: 1.5rem !important;
  }
  .wschat-wrapper .p-xl-5 {
    padding: 3rem !important;
  }
  .wschat-wrapper .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .wschat-wrapper .px-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .wschat-wrapper .px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .wschat-wrapper .px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .wschat-wrapper .px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .wschat-wrapper .px-xl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .wschat-wrapper .py-xl-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .wschat-wrapper .py-xl-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .wschat-wrapper .py-xl-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .wschat-wrapper .py-xl-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .wschat-wrapper .py-xl-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .wschat-wrapper .py-xl-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .wschat-wrapper .pt-xl-0 {
    padding-top: 0 !important;
  }
  .wschat-wrapper .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .wschat-wrapper .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .wschat-wrapper .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .wschat-wrapper .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .wschat-wrapper .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .wschat-wrapper .pe-xl-0 {
    padding-right: 0 !important;
  }
  .wschat-wrapper .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .wschat-wrapper .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .wschat-wrapper .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .wschat-wrapper .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .wschat-wrapper .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .wschat-wrapper .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .wschat-wrapper .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .wschat-wrapper .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .wschat-wrapper .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .wschat-wrapper .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .wschat-wrapper .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .wschat-wrapper .ps-xl-0 {
    padding-left: 0 !important;
  }
  .wschat-wrapper .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .wschat-wrapper .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .wschat-wrapper .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .wschat-wrapper .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .wschat-wrapper .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .wschat-wrapper .text-xl-start {
    text-align: left !important;
  }
  .wschat-wrapper .text-xl-end {
    text-align: right !important;
  }
  .wschat-wrapper .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .wschat-wrapper .float-xxl-start {
    float: left !important;
  }
  .wschat-wrapper .float-xxl-end {
    float: right !important;
  }
  .wschat-wrapper .float-xxl-none {
    float: none !important;
  }
  .wschat-wrapper .d-xxl-inline {
    display: inline !important;
  }
  .wschat-wrapper .d-xxl-inline-block {
    display: inline-block !important;
  }
  .wschat-wrapper .d-xxl-block {
    display: block !important;
  }
  .wschat-wrapper .d-xxl-grid {
    display: grid !important;
  }
  .wschat-wrapper .d-xxl-table {
    display: table !important;
  }
  .wschat-wrapper .d-xxl-table-row {
    display: table-row !important;
  }
  .wschat-wrapper .d-xxl-table-cell {
    display: table-cell !important;
  }
  .wschat-wrapper .d-xxl-flex {
    display: flex !important;
  }
  .wschat-wrapper .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .wschat-wrapper .d-xxl-none {
    display: none !important;
  }
  .wschat-wrapper .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .wschat-wrapper .flex-xxl-row {
    flex-direction: row !important;
  }
  .wschat-wrapper .flex-xxl-column {
    flex-direction: column !important;
  }
  .wschat-wrapper .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .wschat-wrapper .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .wschat-wrapper .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .wschat-wrapper .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .wschat-wrapper .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .wschat-wrapper .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .wschat-wrapper .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .wschat-wrapper .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .wschat-wrapper .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .wschat-wrapper .gap-xxl-0 {
    gap: 0 !important;
  }
  .wschat-wrapper .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .wschat-wrapper .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .wschat-wrapper .gap-xxl-3 {
    gap: 1rem !important;
  }
  .wschat-wrapper .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .wschat-wrapper .gap-xxl-5 {
    gap: 3rem !important;
  }
  .wschat-wrapper .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .wschat-wrapper .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .wschat-wrapper .justify-content-xxl-center {
    justify-content: center !important;
  }
  .wschat-wrapper .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .wschat-wrapper .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .wschat-wrapper .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .wschat-wrapper .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .wschat-wrapper .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .wschat-wrapper .align-items-xxl-center {
    align-items: center !important;
  }
  .wschat-wrapper .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .wschat-wrapper .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .wschat-wrapper .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .wschat-wrapper .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .wschat-wrapper .align-content-xxl-center {
    align-content: center !important;
  }
  .wschat-wrapper .align-content-xxl-between {
    align-content: space-between !important;
  }
  .wschat-wrapper .align-content-xxl-around {
    align-content: space-around !important;
  }
  .wschat-wrapper .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .wschat-wrapper .align-self-xxl-auto {
    align-self: auto !important;
  }
  .wschat-wrapper .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .wschat-wrapper .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .wschat-wrapper .align-self-xxl-center {
    align-self: center !important;
  }
  .wschat-wrapper .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .wschat-wrapper .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .wschat-wrapper .order-xxl-first {
    order: -1 !important;
  }
  .wschat-wrapper .order-xxl-0 {
    order: 0 !important;
  }
  .wschat-wrapper .order-xxl-1 {
    order: 1 !important;
  }
  .wschat-wrapper .order-xxl-2 {
    order: 2 !important;
  }
  .wschat-wrapper .order-xxl-3 {
    order: 3 !important;
  }
  .wschat-wrapper .order-xxl-4 {
    order: 4 !important;
  }
  .wschat-wrapper .order-xxl-5 {
    order: 5 !important;
  }
  .wschat-wrapper .order-xxl-last {
    order: 6 !important;
  }
  .wschat-wrapper .m-xxl-0 {
    margin: 0 !important;
  }
  .wschat-wrapper .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .wschat-wrapper .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .wschat-wrapper .m-xxl-3 {
    margin: 1rem !important;
  }
  .wschat-wrapper .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .wschat-wrapper .m-xxl-5 {
    margin: 3rem !important;
  }
  .wschat-wrapper .m-xxl-auto {
    margin: auto !important;
  }
  .wschat-wrapper .mx-xxl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .wschat-wrapper .mx-xxl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .wschat-wrapper .mx-xxl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .wschat-wrapper .mx-xxl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .wschat-wrapper .mx-xxl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .wschat-wrapper .mx-xxl-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .wschat-wrapper .mx-xxl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .wschat-wrapper .my-xxl-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .wschat-wrapper .my-xxl-1 {
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
  }
  .wschat-wrapper .my-xxl-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
  }
  .wschat-wrapper .my-xxl-3 {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
  }
  .wschat-wrapper .my-xxl-4 {
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
  }
  .wschat-wrapper .my-xxl-5 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
  }
  .wschat-wrapper .my-xxl-auto {
    margin-bottom: auto !important;
    margin-top: auto !important;
  }
  .wschat-wrapper .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .wschat-wrapper .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .wschat-wrapper .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .wschat-wrapper .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .wschat-wrapper .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .wschat-wrapper .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .wschat-wrapper .mt-xxl-auto {
    margin-top: auto !important;
  }
  .wschat-wrapper .me-xxl-0 {
    margin-right: 0 !important;
  }
  .wschat-wrapper .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .wschat-wrapper .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .wschat-wrapper .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .wschat-wrapper .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .wschat-wrapper .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .wschat-wrapper .me-xxl-auto {
    margin-right: auto !important;
  }
  .wschat-wrapper .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .wschat-wrapper .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .wschat-wrapper .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .wschat-wrapper .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .wschat-wrapper .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .wschat-wrapper .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .wschat-wrapper .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .wschat-wrapper .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .wschat-wrapper .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .wschat-wrapper .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .wschat-wrapper .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .wschat-wrapper .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .wschat-wrapper .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .wschat-wrapper .ms-xxl-auto {
    margin-left: auto !important;
  }
  .wschat-wrapper .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .wschat-wrapper .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .wschat-wrapper .m-xxl-n3 {
    margin: -1rem !important;
  }
  .wschat-wrapper .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .wschat-wrapper .m-xxl-n5 {
    margin: -3rem !important;
  }
  .wschat-wrapper .mx-xxl-n1 {
    margin-left: -0.25rem !important;
    margin-right: -0.25rem !important;
  }
  .wschat-wrapper .mx-xxl-n2 {
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
  }
  .wschat-wrapper .mx-xxl-n3 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
  }
  .wschat-wrapper .mx-xxl-n4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
  .wschat-wrapper .mx-xxl-n5 {
    margin-left: -3rem !important;
    margin-right: -3rem !important;
  }
  .wschat-wrapper .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
    margin-top: -0.25rem !important;
  }
  .wschat-wrapper .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
    margin-top: -0.5rem !important;
  }
  .wschat-wrapper .my-xxl-n3 {
    margin-bottom: -1rem !important;
    margin-top: -1rem !important;
  }
  .wschat-wrapper .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
    margin-top: -1.5rem !important;
  }
  .wschat-wrapper .my-xxl-n5 {
    margin-bottom: -3rem !important;
    margin-top: -3rem !important;
  }
  .wschat-wrapper .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .wschat-wrapper .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .wschat-wrapper .mt-xxl-n3 {
    margin-top: -1rem !important;
  }
  .wschat-wrapper .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .wschat-wrapper .mt-xxl-n5 {
    margin-top: -3rem !important;
  }
  .wschat-wrapper .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .wschat-wrapper .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .wschat-wrapper .me-xxl-n3 {
    margin-right: -1rem !important;
  }
  .wschat-wrapper .me-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .wschat-wrapper .me-xxl-n5 {
    margin-right: -3rem !important;
  }
  .wschat-wrapper .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .wschat-wrapper .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .wschat-wrapper .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .wschat-wrapper .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .wschat-wrapper .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .wschat-wrapper .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .wschat-wrapper .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .wschat-wrapper .ms-xxl-n3 {
    margin-left: -1rem !important;
  }
  .wschat-wrapper .ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .wschat-wrapper .ms-xxl-n5 {
    margin-left: -3rem !important;
  }
  .wschat-wrapper .p-xxl-0 {
    padding: 0 !important;
  }
  .wschat-wrapper .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .wschat-wrapper .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .wschat-wrapper .p-xxl-3 {
    padding: 1rem !important;
  }
  .wschat-wrapper .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .wschat-wrapper .p-xxl-5 {
    padding: 3rem !important;
  }
  .wschat-wrapper .px-xxl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .wschat-wrapper .px-xxl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .wschat-wrapper .px-xxl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .wschat-wrapper .px-xxl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .wschat-wrapper .px-xxl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .wschat-wrapper .px-xxl-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .wschat-wrapper .py-xxl-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .wschat-wrapper .py-xxl-1 {
    padding-bottom: 0.25rem !important;
    padding-top: 0.25rem !important;
  }
  .wschat-wrapper .py-xxl-2 {
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  .wschat-wrapper .py-xxl-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
  }
  .wschat-wrapper .py-xxl-4 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important;
  }
  .wschat-wrapper .py-xxl-5 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
  }
  .wschat-wrapper .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .wschat-wrapper .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .wschat-wrapper .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .wschat-wrapper .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .wschat-wrapper .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .wschat-wrapper .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .wschat-wrapper .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .wschat-wrapper .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .wschat-wrapper .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .wschat-wrapper .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .wschat-wrapper .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .wschat-wrapper .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .wschat-wrapper .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .wschat-wrapper .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .wschat-wrapper .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .wschat-wrapper .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .wschat-wrapper .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .wschat-wrapper .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .wschat-wrapper .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .wschat-wrapper .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .wschat-wrapper .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .wschat-wrapper .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .wschat-wrapper .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .wschat-wrapper .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .wschat-wrapper .text-xxl-start {
    text-align: left !important;
  }
  .wschat-wrapper .text-xxl-end {
    text-align: right !important;
  }
  .wschat-wrapper .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .wschat-wrapper .fs-1 {
    font-size: 2.5rem !important;
  }
  .wschat-wrapper .fs-2 {
    font-size: 2rem !important;
  }
  .wschat-wrapper .fs-3 {
    font-size: 1.75rem !important;
  }
  .wschat-wrapper .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .wschat-wrapper .d-print-inline {
    display: inline !important;
  }
  .wschat-wrapper .d-print-inline-block {
    display: inline-block !important;
  }
  .wschat-wrapper .d-print-block {
    display: block !important;
  }
  .wschat-wrapper .d-print-grid {
    display: grid !important;
  }
  .wschat-wrapper .d-print-table {
    display: table !important;
  }
  .wschat-wrapper .d-print-table-row {
    display: table-row !important;
  }
  .wschat-wrapper .d-print-table-cell {
    display: table-cell !important;
  }
  .wschat-wrapper .d-print-flex {
    display: flex !important;
  }
  .wschat-wrapper .d-print-inline-flex {
    display: inline-flex !important;
  }
  .wschat-wrapper .d-print-none {
    display: none !important;
  }
}
.wschat-wrapper .tags-badge {
  height: 0.75rem !important;
  margin-right: 0.5rem;
  width: 0.75rem !important;
}
.wschat-wrapper .tag-list-group .list-group-item.active {
  background-color: #eef6fc;
  border-right: 0.25rem solid #2489db !important;
  color: #333;
}
.wschat-wrapper .tag-details-header {
  background-color: #eef6fc;
}
.wschat-wrapper .xs {
  font-size: 0.8rem;
}
.wschat-wrapper .elex-bg-primary-light {
  background-color: #e7f4ff;
}
.wschat-wrapper .elex-wschat-title {
  font-size: 25px !important;
  padding: 8px 0;
}
.wschat-wrapper .elex-wschat-link-title {
  font-size: 14px;
  margin: 0 auto 10px;
  max-width: 250px;
}
.wschat-wrapper .nav-link {
  color: #000;
}
.wschat-wrapper .primary-shadow {
  box-shadow: 0 0 6px #bdf;
}
.wschat-wrapper .rotate {
  -webkit-transform: rotate(45deg);
  transition: 0.4s ease;
}
.wschat-wrapper .table-fixed {
  table-layout: fixed;
}
.wschat-wrapper .wschat-bg-primary {
  background-color: var(--wschat-bg-primary) !important;
}
.wschat-wrapper .wschat-bg-secondary {
  background-color: var(--wschat-bg-secondary) !important;
}
.wschat-wrapper .wschat-text-primary {
  color: var(--wschat-text-primary) !important;
}
.wschat-wrapper .wschat-border-primary {
  border: 2px solid var(--wschat-bg-primary) !important;
}
.wschat-wrapper .wschat-text-secondary {
  color: var(wschat-text-secondary) !important;
}
.wschat-wrapper .wschat-text-gray {
  color: var(--wschat-text-gray) !important;
}
.wschat-wrapper .wschat-icon-color * {
  stroke: var(--wschat-icon-color) !important;
}
.wschat-wrapper .wschat-icon-fill * {
  fill: var(--wschat-icon-color) !important;
}
.wschat-wrapper .min-w-100 {
  min-width: 100%;
}
.wschat-wrapper ::-webkit-scrollbar {
  width: 6px;
}
.wschat-wrapper ::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 3px;
}
.wschat-wrapper ::-webkit-scrollbar-thumb {
  background: var(--wschat-bg-primary);
  border-radius: 3px;
}
.wschat-wrapper .elex-chatgpt-btn {
  background-color: transparent;
  border: none;
  margin-bottom: 5px;
  text-align: left;
  width: 100%;
}
.wschat-wrapper .elex-chatgpt-btn-container {
  box-shadow: 0 0 10px #2489db;
  box-sizing: border-box;
}
.wschat-wrapper .hover-button {
  background-color: transparent;
  border: none;
  transition: background-color 0.3s;
}
.wschat-wrapper .hover-button:hover {
  background-color: #2489db;
}
.wschat-wrapper .icon-btn {
  align-items: center;
  background: var(--wschat-bg-primary);
  border: none;
  border-radius: 50%;
  display: flex;
  font-size: 20px;
  height: 32px;
  justify-content: center;
  transition: 0.4s ease;
  width: 32px;
}
.wschat-wrapper .icon-btn svg {
  margin: 0 auto !important;
  width: 20px !important;
}
.wschat-wrapper
  #prechat_form_fields_container
  #prechat-form-fields
  li.elex-ws-chat-status-list
  .elex-ws-chat-status-label {
  display: none;
}
.wschat-wrapper
  #prechat_form_fields_container
  #prechat-form-fields
  li.elex-ws-chat-status-list:first-child
  .elex-ws-chat-status-label {
  display: inline-block;
}
.wschat-wrapper .elex-ws-chat-list-profile-pic {
  min-width: 50px;
  width: 50px;
}
.wschat-wrapper .elex-ws-chat-admin-img-shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.42);
}
.wschat-wrapper .elex-ws-chat-xs-profile-pic {
  min-width: 38px;
  width: 38px;
}
.wschat-wrapper .elex-ws-chat-xs-profile-pic .elex-ws-chat-profile-deassign {
  align-items: center;
  background: #e76e6e;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  height: 18px;
  justify-content: center;
  opacity: 0;
  padding: 4px;
  transition: 0.4s ease;
  visibility: hidden;
  width: 18px;
}
.wschat-wrapper
  .elex-ws-chat-xs-profile-pic:hover
  .elex-ws-chat-profile-deassign {
  opacity: 1;
  transition: 0.4s ease;
  visibility: visible;
}
.wschat-wrapper .tooltip-white.tooltip .tooltip-inner {
  background: #fff;
  border: 1px solid #0f78ce;
  color: #0f78ce;
  font-size: 0.7rem;
}
.wschat-wrapper .tooltip-white.tooltip .tooltip-arrow:before {
  display: none;
}
.wschat-wrapper .tooltip-primary.tooltip .tooltip-inner {
  background: var(--wschat-bg-primary);
  box-shadow: 0 0 3px var(--wschat-bg-primary);
  color: var(--wschat-text-primary);
  font-size: 0.7rem;
}
.wschat-wrapper .tooltip-primary.tooltip .tooltip-arrow:before {
  display: none;
}
.wschat-wrapper .tooltip-danger.tooltip .tooltip-inner {
  background: #dc3545;
  border: 1px solid #dc3545;
  color: #fff;
  font-size: 0.7rem;
}
.wschat-wrapper .tooltip-danger.tooltip .tooltip-arrow:before {
  display: none;
}
.wschat-wrapper .elex-ws-chat-xl-profile-pic {
  min-width: 90px;
  width: 90px;
}
.wschat-wrapper .elex-ws-chat-profile-img {
  min-width: 68px;
  width: 68px;
}
.wschat-wrapper .elex-ws-chat-side-panel {
  min-width: 310px;
  width: 350px;
}
.wschat-wrapper .elex-ws-chat-side-panel .elex-ws-chat-contact-list {
  height: calc(100% - 200px);
  overflow-y: auto;
}
.wschat-wrapper
  .elex-ws-chat-side-panel
  .elex-ws-chat-contact-list
  li
  .elex-ws-chat-contact-joined {
  transform: rotate(10deg);
  width: 16px;
}
.wschat-wrapper
  .elex-ws-chat-side-panel
  .elex-ws-chat-contact-list
  li
  .elex-ws-chat-contact-unread-message {
  background-color: #ffb8b8;
  border: 1px solid #dc3545;
  border-radius: 10px;
  color: #101010;
  min-height: 22px;
  min-width: 22px;
  text-align: center;
}
.wschat-wrapper .elex-ws-chat-side-panel .elex-ws-chat-contact-list li:hover {
  background: rgba(15, 120, 206, 0.349);
  cursor: pointer;
  transition: 0.4s ease;
}
.wschat-wrapper .elex-ws-chat-tag-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wschat-wrapper .elex-ws-chat-tag-list li {
  padding: 10px;
}
.wschat-wrapper .elex-ws-chat-tag-list li.active {
  background: rgba(36, 137, 219, 0.078);
  border-right: 4px solid #2489db;
}
.wschat-wrapper .elex-ws-chat-main-content .elex-ws-chat-convo-body {
  overflow-x: hidden;
  overflow-y: hidden;
}
.wschat-wrapper
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo {
  overflow-x: hidden;
  overflow-y: auto;
}
.wschat-wrapper
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box {
  max-width: 65%;
}
.wschat-wrapper
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box
  .chat-bubble {
  -webkit-animation: fadeIn 1s ease-in;
  animation: fadeIn 1s ease-in;
  background: var(--wschat-bg-secondary);
  border-radius: 9px;
  color: var(--wschat-text-secondary);
  padding: 14px 18px;
  position: relative;
}
.wschat-wrapper
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box
  .chat-bubble:after {
  border: 20px solid transparent;
  border-bottom: 0;
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
}
.wschat-wrapper
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box
  .chat-bubble--left {
  border-bottom-left-radius: 0;
}
.wschat-wrapper
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box
  .chat-bubble--right {
  border-bottom-right-radius: 0;
}
.wschat-wrapper
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box
  .elex-ws-chat-convo-pdf {
  max-width: 400px;
  min-width: 200px;
  width: 20vw;
}
.wschat-wrapper
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box
  .elex-ws-chat-convo-pdf
  .elex-ws-chat-convo-img-bg {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.wschat-wrapper
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box
  .elex-ws-chat-time {
  bottom: -15px;
  position: absolute;
  right: 0;
}
.wschat-wrapper
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box
  .chat-bubble.chat-bubble--right {
  background-color: var(--wschat-bg-primary);
  color: var(--wschat-text-primary);
}
.wschat-wrapper
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box
  .elex-ws-chat-untag-buttons {
  background-color: #fff;
  position: relative;
  top: -20px;
  z-index: 2;
}
.wschat-wrapper
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box.active
  .chat-bubble {
  border: 1px solid #0f78ce;
}
.wschat-wrapper .elex-ws-chat-main-content .elex-ws-chat-diff-inputs {
  bottom: -300px;
  height: auto;
  left: 0;
  overflow: hidden;
  position: absolute;
  transition: 0.4s ease;
  z-index: 9;
}
.wschat-wrapper .elex-ws-chat-main-content .elex-ws-chat-diff-inputs.active {
  bottom: 100%;
  transition: 0.4s ease;
}
.wschat-wrapper .elex-ws-chat-main-content .elex-ws-chat-email {
  background: #f8f9fa;
  bottom: 0;
  height: auto;
  right: -100%;
  transition: 0.4s ease;
  width: 100%;
  z-index: 99;
}
.wschat-wrapper .elex-ws-chat-main-content .elex-ws-chat-email.active {
  right: 0;
  transition: 0.4s ease;
  visibility: visible;
}
.wschat-wrapper
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-attach-file-loader,
.wschat-wrapper .elex-ws-chat-main-content .elex-ws-chat-convo-attached-file {
  display: none;
}
.wschat-wrapper
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-attach-file-loader.active,
.wschat-wrapper
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-attached-file.active {
  display: flex;
  justify-content: space-between;
}
.wschat-wrapper .elex-ws-chat-main-content .elex-ws-chat-convo-body-blur:after {
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  background: hsla(0, 0%, 100%, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4;
}
.wschat-wrapper .elex-ws-chat-widget-convo-box .chat-bubble {
  line-height: 1.2;
  padding: 8px 10px !important;
  word-break: break-all;
}
.wschat-wrapper .badge.online {
  background-color: #19fa3f;
}
.wschat-wrapper .badge.offline {
  background-color: #707070;
}
.wschat-wrapper .badge.busy {
  background-color: #e4d01a;
}
.wschat-wrapper .elex-ws-chat-send-btn {
  background: var(--wschat-bg-primary) !important;
  color: var(--wschat-icon-color) !important;
}
.wschat-wrapper .elex-ws-chat-send-btn svg * {
  stroke: var(--wschat-icon-color) !important;
}
.wschat-wrapper .elex-ws-chat-send-btn.disabled {
  background: transparent;
  border-radius: 10px !important;
  color: #5e5e5e;
}
.wschat-wrapper .elex-ws-chat-send-btn.disabled svg * {
  stroke: #5e5e5e !important;
}
.wschat-wrapper nav.conversation_types .nav-link.active {
  background: var(--wschat-bg-primary) !important;
}
.wschat-wrapper .conversation-list .elex-ws-chat-contact {
  margin-bottom: 0;
}
.wschat-wrapper
  .conversation-list
  .elex-ws-chat-contact
  .wschat-admin-convo-nav {
  color: #101010;
}
.wschat-wrapper
  .conversation-list
  .elex-ws-chat-contact
  .wschat-admin-convo-nav
  .xs {
  color: #707070;
}
.wschat-wrapper
  .conversation-list
  .elex-ws-chat-contact
  .wschat-admin-convo-nav:hover {
  background-color: var(--wschat-bg-primary) !important;
  background-color: var(--wschat-bg-hover-primary) !important;
}
.wschat-wrapper
  .conversation-list
  .elex-ws-chat-contact
  .wschat-admin-convo-nav.active {
  background-color: var(--wschat-bg-primary) !important;
}
.wschat-wrapper
  .conversation-list
  .elex-ws-chat-contact
  .wschat-admin-convo-nav.active,
.wschat-wrapper
  .conversation-list
  .elex-ws-chat-contact
  .wschat-admin-convo-nav:hover {
  color: var(--wschat-text-primary) !important;
  cursor: pointer;
  transition: 0.4s ease;
}
.wschat-wrapper
  .conversation-list
  .elex-ws-chat-contact
  .wschat-admin-convo-nav.active
  .elex-wschat-agent-name-root,
.wschat-wrapper
  .conversation-list
  .elex-ws-chat-contact
  .wschat-admin-convo-nav:hover
  .elex-wschat-agent-name-root {
  border-color: var(--wschat-icon-color) !important;
  color: var(--wschat-icon-color) !important;
}
.wschat-wrapper
  .conversation-list
  .elex-ws-chat-contact
  .wschat-admin-convo-nav.active
  .xs,
.wschat-wrapper
  .conversation-list
  .elex-ws-chat-contact
  .wschat-admin-convo-nav:hover
  .xs {
  color: var(--wschat-text-primary) !important;
}
.wschat-wrapper
  .conversation-list
  .elex-ws-chat-contact
  .wschat-admin-convo-nav.active
  .xs.unread-count,
.wschat-wrapper
  .conversation-list
  .elex-ws-chat-contact
  .wschat-admin-convo-nav:hover
  .xs.unread-count {
  color: #101010 !important;
}
.wschat-wrapper .elex-wschat-admin-setting-nav {
  background-color: #f0f7ff;
}
.wschat-wrapper .elex-wschat-admin-setting-nav .nav-item {
  margin-bottom: 0;
}
.wschat-wrapper .elex-wschat-admin-setting-nav .nav-item .nav-link {
  padding: 0.8rem !important;
}
.wschat-wrapper
  .elex-wschat-admin-setting-nav
  .nav-item
  .nav-link
  .elex_wschat_go_premium_color {
  color: green !important;
}
.wschat-wrapper .elex-wschat-admin-setting-nav .nav-item .nav-link.active {
  color: #2489db;
}
.wschat-wrapper .elex-wschat-admin-setting-nav .nav-item .nav-link.active span {
  position: relative;
}
.wschat-wrapper
  .elex-wschat-admin-setting-nav
  .nav-item
  .nav-link.active
  span:after {
  background-color: #2489db;
  border-radius: 3px;
  bottom: -0.9rem;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.wschat-wrapper .pre_chat_form_field_delete_space {
  min-width: 32px;
}
.wschat-wrapper .switch {
  height: 26px !important;
  min-height: 26px !important;
  min-width: 60px !important;
  width: 60px !important;
}
.wschat-wrapper .switch .slider {
  border: 2px solid #707070;
}
.wschat-wrapper .switch input:checked + .slider {
  background-color: hsla(0, 0%, 100%, 0) !important;
  border: 2px solid #2489db;
  box-shadow: 0 0 4px rgba(36, 137, 219, 0.588);
}
.wschat-wrapper .switch .slider:before {
  background-color: #fff !important;
  bottom: 3px !important;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.251);
  content: "";
  height: 16px !important;
  left: 5px !important;
  position: absolute;
  transition: 0.4s;
  width: 16px !important;
}
.wschat-wrapper .switch input:checked + .slider:before {
  background-color: #2489db !important;
  box-shadow: 0 0 4px rgba(36, 137, 219, 0.588);
  transform: translateX(31px) !important;
}
.wschat-wrapper .switch input + .slider:after {
  color: #707070;
  content: "Off";
  font-size: 16px;
  font-weight: 400;
  left: 27px;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
}
.wschat-wrapper .switch input:checked + .slider:after {
  color: #2489db;
  content: "On";
  left: 5px;
}
.wschat-wrapper .switch-label-off,
.wschat-wrapper .switch-label-on {
  display: none !important;
}
.wschat-wrapper .elex-ws-chat-popup {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  right: -100%;
  transition: 0.4s ease;
  width: 390px;
  z-index: 9;
}
.wschat-wrapper .elex-ws-chat-popup .elex-ws-chat-customer-info-content {
  width: 390px;
}
.wschat-wrapper
  .elex-ws-chat-popup
  .elex-ws-chat-customer-info-content
  .elex-ws-chat-order
  .elex-ws-chat-hover-order {
  background-color: #fff;
  display: none;
  left: 0;
  top: 0;
  z-index: 2;
}
.wschat-wrapper
  .elex-ws-chat-popup
  .elex-ws-chat-customer-info-content
  .elex-ws-chat-order:hover
  .elex-ws-chat-hover-order {
  display: block;
  left: calc(-100% - 15px);
  min-height: 65px;
  top: 100%;
}
.wschat-wrapper .elex-ws-chat-popup.active {
  height: 100%;
  position: absolute;
  right: 0;
  transition: 0.4s ease;
  width: 350px;
}
.wschat-wrapper .elex-ws-chat-tag-popup {
  right: -100%;
  width: calc(100% - 20px);
  z-index: 9;
}
.wschat-wrapper .elex-ws-chat-tag-popup.active {
  right: 0;
  width: calc(100% - 20px);
  z-index: 9;
}
.wschat-wrapper .emoji-picker__wrapper {
  bottom: 50px;
  left: 0;
  position: absolute;
  z-index: 3;
}
.wschat-wrapper .bottom-0 {
  bottom: 0;
}
.wschat-wrapper .wschat-popup.wschat-popup-right {
  right: -100%;
  transition: all 0.3s ease-out;
}
.wschat-wrapper .wschat-popup.wschat-popup-right.show {
  right: 0;
}
.wschat-wrapper .browser {
  height: 16px;
  width: 16px;
}
.wschat-wrapper .browser.chrome {
  background-image: url(https://icons.iconarchive.com/icons/dtafalonso/android-l/16/Chrome-icon.png);
}
.wschat-wrapper .browser.firefox {
  background-image: url(https://icons.iconarchive.com/icons/carlosjj/mozilla/16/Firefox-icon.png);
}
.wschat-wrapper .browser.safari {
  background-image: url(https://icons.iconarchive.com/icons/johanchalibert/mac-osx-yosemite/16/safari-icon.png);
}
.wschat-wrapper .browser.edge,
.wschat-wrapper .browser.microsoft.edge {
  background-image: url(https://cdn-icons-png.flaticon.com/16/5968/5968890.png);
}
.wschat-wrapper .browser.explorer,
.wschat-wrapper .browser.internet.explorer {
  background-image: url(https://cdn-icons-png.flaticon.com/16/220/220213.png);
}
.wschat-wrapper .os {
  height: 16px;
  width: 16px;
}
.wschat-wrapper .os.windows {
  background-image: url(https://icons.iconarchive.com/icons/dakirby309/windows-8-metro/16/Folders-OS-Windows-8-Metro-icon.png);
}
.wschat-wrapper .os.android {
  background-image: url(https://icons.iconarchive.com/icons/carlosjj/google-jfk/16/android-icon.png);
}
.wschat-wrapper .os.linux {
  background-image: url(https://icons.iconarchive.com/icons/tatice/operating-systems/16/Linux-icon.png);
}
.wschat-wrapper .os.iphone {
  background-image: url(https://icons.iconarchive.com/icons/musett/iphone-4/16/iPhone-White-Apple-icon.png);
}
.wschat-wrapper .os.ipad {
  background-image: url(https://icons.iconarchive.com/icons/adidadidu/ipad/16/iPad-Front-Apple-Logo-icon.png);
}
.wschat-wrapper .os.apple,
.wschat-wrapper .os.iOS,
.wschat-wrapper .os.macOs {
  background-image: url(https://icons.iconarchive.com/icons/tatice/cristal-intense/16/Apple-grey-icon.png);
}
.wschat-wrapper .table.table-seperated {
  border-collapse: separate;
}
.wschat-wrapper .table.table-border-v-space {
  border-spacing: 0 0.5rem;
}
.wschat-wrapper .table .bg-info {
  background-color: #f0f7ff !important;
}
.wschat-wrapper .table .bg-white {
  background-color: #fff !important;
}
.wschat-wrapper .elex-wschat-help-support-navbar ul {
  align-items: center;
  display: flex;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0 20px;
  text-decoration: none;
}
.wschat-wrapper .elex-wschat-help-support-navbar ul li {
  padding: 10px 0;
  position: relative;
}
.wschat-wrapper .elex-wschat-help-support-navbar ul li a {
  color: #000;
  font-weight: 500;
  text-decoration: none;
}
.wschat-wrapper .elex-wschat-help-support-navbar ul li.active a {
  color: #10518d;
}
.wschat-wrapper .elex-wschat-help-support-navbar ul li.active:after {
  background: #10518d;
  border-radius: 2px;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}
.wschat-wrapper.wschat-pages .wschat-popup {
  bottom: 0;
  position: fixed;
  right: 0;
  z-index: 99999;
}
.wschat-wrapper.wschat-pages .wschat-popup .wschat-chat-toggle i {
  font-size: 2em !important;
}
.wschat-wrapper.wschat-pages .wschat-popup .friend-drawer.p-0:after,
.wschat-wrapper.wschat-pages .wschat-popup .wschat-popup-content {
  display: none;
}
.wschat-wrapper.wschat-pages .wschat-popup .icon-chat {
  display: block;
}
.wschat-wrapper.wschat-pages .wschat-popup .icon-close {
  display: none;
}
.wschat-wrapper.wschat-pages .wschat-popup.show-on {
  margin: 0;
  width: 100%;
}
@media (min-width: 576px) {
  .wschat-wrapper.wschat-pages .wschat-popup.show-on {
    margin: 1rem;
    max-width: 350px;
  }
  .wschat-wrapper.wschat-pages .wschat-popup.show-on .chat-bubble--right {
    margin-left: 0;
  }
  .wschat-wrapper.wschat-pages .wschat-popup.show-on .chat-bubble--left {
    margin-right: 0;
  }
}
.wschat-wrapper.wschat-pages .wschat-popup.show-on .wschat-popup-content {
  display: block;
}
.wschat-wrapper.wschat-pages .wschat-popup.show-on .icon-chat {
  display: none;
}
.wschat-wrapper.wschat-pages .wschat-popup.show-on .icon-close {
  display: block;
}
.wschat-wrapper.wschat-pages .wschat-popup.show-on .wschat-fab {
  display: none;
}
.wschat-wrapper.wschat-pages .wschat-popup .chat-box-tray {
  margin: 0;
}
.wschat-wrapper.wschat-pages .wschat-popup .chat-panel {
  background-color: #fff;
  border: 1px solid var(--wschat-bg-secondary);
}
.wschat-wrapper.wschat-pages .wschat-popup .chat-panel,
.wschat-wrapper.wschat-pages .wschat-popup .conversation-list,
.wschat-wrapper.wschat-pages .wschat-popup .pre-chat-panel {
  max-height: 250px;
  min-height: 250px;
  overflow-y: auto;
}
.wschat-wrapper.wschat-pages .wschat-popup .wschat-fab {
  background-color: var(--wschat-bg-primary);
  color: var(--wschat-text-primary);
  line-height: 0;
  padding: 0.8rem;
  position: relative;
}
.wschat-wrapper.wschat-pages .wschat-popup .wschat-fab:focus {
  outline: none;
}
.wschat-wrapper.wschat-pages .wschat-popup .wschat-fab .badge {
  background-color: red;
  left: 0;
  position: absolute;
  top: 0;
}
.wschat-wrapper.wschat-pages .wschat-popup .attachment-list {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
.wschat-wrapper.wschat-pages
  .wschat-popup
  .attachment-list
  .attachment-list-item {
  background-color: var(--wschat-bg-primary);
  border-radius: 50%;
  color: var(--wschat-text-primary);
  height: 2rem;
  margin: 0.35rem 0 0.35rem 0.35rem !important;
  opacity: 0;
  padding: 0.15em !important;
  transform: translateY(5px);
  transition: all 0.15s cubic-bezier(0.55, 0.09, 0.68, 0.53);
  width: 2rem;
}
.wschat-wrapper.wschat-pages
  .wschat-popup
  .attachment-list
  .attachment-list-item
  i {
  font-size: 1.5rem;
}
.wschat-wrapper.wschat-pages
  .wschat-popup
  .attachment-list
  .attachment-list-item.show {
  opacity: 1;
  transform: none;
}
.wschat-wrapper.wschat-pages .switch {
  display: inline-block;
  height: 19px;
  position: relative;
  width: 34px;
}
.wschat-wrapper.wschat-pages .switch input {
  height: 0;
  opacity: 0;
  width: 0;
}
.wschat-wrapper.wschat-pages .switch .slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s;
}
.wschat-wrapper.wschat-pages .switch .slider:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 11px;
  left: 4px;
  position: absolute;
  transition: 0.4s;
  width: 11px;
}
.wschat-wrapper.wschat-pages .switch input:checked + .slider {
  background-color: #2196f3;
}
.wschat-wrapper.wschat-pages .switch input + .slider-text-on,
.wschat-wrapper.wschat-pages .switch input:checked + .slider-text-off {
  display: none;
}
.wschat-wrapper.wschat-pages .switch input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}
.wschat-wrapper.wschat-pages .switch input:checked + .slider:before {
  transform: translateX(15px);
}
.wschat-wrapper.wschat-pages .switch .slider.round {
  border-radius: 34px;
}
.wschat-wrapper.wschat-pages .switch .slider.round:before {
  border-radius: 50%;
}
.wschat-wrapper.wschat-pages input.form-check-input[type="radio"] {
  margin-top: 0;
}
.wschat-wrapper.wschat-pages
  input.form-check-input[type="radio"]:checked:before {
  display: none;
}
.wschat-wrapper.wschat-pages
  .pre-chat-panel
  .pre-chat-form
  .is-invalid
  ~ .invalid-feedback,
.wschat-wrapper.wschat-pages
  .pre-chat-panel
  .pre-chat-form
  .is-invalid
  ~ .invalid-tooltip,
.wschat-wrapper.wschat-pages
  .pre-chat-panel
  .pre-chat-form
  .was-validated
  :invalid
  ~ .invalid-feedback,
.wschat-wrapper.wschat-pages
  .pre-chat-panel
  .pre-chat-form
  .was-validated
  :invalid
  ~ .invalid-tooltip {
  display: block;
}
.wschat-wrapper.wschat-pages .profile-image {
  border-radius: 40px;
  height: 50px;
  width: 50px;
}
.wschat-wrapper.wschat-pages .elex-wschat-note {
  background: #f8e2d7;
  border: 1px solid #f8641c;
  border-left-width: 8px;
}
.wschat-wrapper.wschat-pages .search-box {
  background: #fafafa;
  padding: 10px 13px;
}
.wschat-wrapper.wschat-pages
  .search-box
  .status-control
  .btn.btn-outline-primary:hover,
.wschat-wrapper.wschat-pages
  .search-box
  .status-control
  input:checked
  + .btn.btn-outline-primary {
  background-color: var(--wschat-bg-primary);
  color: var(--wschat-text-primary);
}
.wschat-wrapper.wschat-pages
  .search-box
  .status-control
  .btn.btn-outline-primary {
  border-color: var(--wschat-bg-primary);
  color: var(--wschat-bg-primary);
}
.wschat-wrapper.wschat-pages .search-box .input-wrapper {
  background: #fff;
  border-radius: 40px;
}
.wschat-wrapper.wschat-pages .search-box .input-wrapper i {
  color: var(--wschat-icon-color);
  margin-left: 7px;
  vertical-align: middle;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.wschat-wrapper.wschat-pages .table.table-seperated {
  border-collapse: separate;
}
.wschat-wrapper.wschat-pages .table.table-border-v-space {
  border-spacing: 0 0.5rem;
}
.wschat-wrapper.wschat-pages .table .bg-info {
  background-color: #f0f7ff !important;
}
.wschat-wrapper.wschat-pages .table .bg-white {
  background-color: #fff !important;
}
.wschat-wrapper.wschat-pages .os {
  height: 16px;
  width: 16px;
}
.wschat-wrapper.wschat-pages .os.windows {
  background-image: url(https://icons.iconarchive.com/icons/dakirby309/windows-8-metro/16/Folders-OS-Windows-8-Metro-icon.png);
}
.wschat-wrapper.wschat-pages .os.android {
  background-image: url(https://icons.iconarchive.com/icons/carlosjj/google-jfk/16/android-icon.png);
}
.wschat-wrapper.wschat-pages .os.linux {
  background-image: url(https://icons.iconarchive.com/icons/tatice/operating-systems/16/Linux-icon.png);
}
.wschat-wrapper.wschat-pages .os.iphone {
  background-image: url(https://icons.iconarchive.com/icons/musett/iphone-4/16/iPhone-White-Apple-icon.png);
}
.wschat-wrapper.wschat-pages .os.ipad {
  background-image: url(https://icons.iconarchive.com/icons/adidadidu/ipad/16/iPad-Front-Apple-Logo-icon.png);
}
.wschat-wrapper.wschat-pages .os.apple,
.wschat-wrapper.wschat-pages .os.iOS,
.wschat-wrapper.wschat-pages .os.macOs {
  background-image: url(https://icons.iconarchive.com/icons/tatice/cristal-intense/16/Apple-grey-icon.png);
}
.wschat-wrapper.wschat-pages .browser {
  height: 16px;
  width: 16px;
}
.wschat-wrapper.wschat-pages .browser.chrome {
  background-image: url(https://icons.iconarchive.com/icons/dtafalonso/android-l/16/Chrome-icon.png);
}
.wschat-wrapper.wschat-pages .browser.firefox {
  background-image: url(https://icons.iconarchive.com/icons/carlosjj/mozilla/16/Firefox-icon.png);
}
.wschat-wrapper.wschat-pages .browser.safari {
  background-image: url(https://icons.iconarchive.com/icons/johanchalibert/mac-osx-yosemite/16/safari-icon.png);
}
.wschat-wrapper.wschat-pages .browser.edge,
.wschat-wrapper.wschat-pages .browser.microsoft.edge {
  background-image: url(https://cdn-icons-png.flaticon.com/16/5968/5968890.png);
}
.wschat-wrapper.wschat-pages .browser.explorer,
.wschat-wrapper.wschat-pages .browser.internet.explorer {
  background-image: url(https://cdn-icons-png.flaticon.com/16/220/220213.png);
}
.wschat-wrapper.wschat-pages .wschat-popup.wschat-popup-right {
  right: -100%;
  transition: all 0.3s ease-out;
}
.wschat-wrapper.wschat-pages .wschat-popup.wschat-popup-right.show {
  right: 0;
}
.wschat-wrapper.wschat-pages .btn-group-sm > .btn i.material-icons,
.wschat-wrapper.wschat-pages .btn.btn-sm i.material-icons {
  font-size: 1rem;
  vertical-align: middle;
}
.wschat-wrapper.wschat-pages .tags-badge {
  height: 0.75rem !important;
  margin-right: 0.5rem;
  width: 0.75rem !important;
}
.wschat-wrapper.wschat-pages .tag-list-group .list-group-item.active {
  background-color: #eef6fc;
  border-right: 0.25rem solid #2489db !important;
  color: #333;
}
.wschat-wrapper.wschat-pages .tag-details-header {
  background-color: #eef6fc;
}
.wschat-wrapper.wschat-pages .text-1rem {
  font-size: 1rem;
}
.wschat-wrapper.wschat-pages .rotate-90 {
  transform: rotate(90deg);
}
.wschat-wrapper.wschat-pages .tooltip-outline-primary.tooltip .tooltip-inner {
  background: var(--wschat-bg-primary);
  border: none;
  box-shadow: 0 0 3px var(--wschat-bg-primary);
  color: var(--wschat-text-primary);
  font-size: 0.7rem;
}
.wschat-wrapper.wschat-pages
  .tooltip-outline-primary.tooltip
  .tooltip-arrow:before {
  display: none;
}
.wschat-wrapper.elex-ws-chat-wrap .tags-badge {
  height: 0.75rem !important;
  margin-right: 0.5rem;
  width: 0.75rem !important;
}
.wschat-wrapper.elex-ws-chat-wrap .tag-list-group .list-group-item.active {
  background-color: #eef6fc;
  border-right: 0.25rem solid #2489db !important;
  color: #333;
}
.wschat-wrapper.elex-ws-chat-wrap .tag-details-header {
  background-color: #eef6fc;
}
.wschat-wrapper.elex-ws-chat-wrap .elex-ws-chat-side-panel {
  min-width: 310px;
  width: 350px;
}
.wschat-wrapper.elex-ws-chat-wrap
  .elex-ws-chat-side-panel
  .elex-ws-chat-contact-list {
  height: calc(100% - 200px);
  overflow-y: auto;
}
.wschat-wrapper.elex-ws-chat-wrap
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-body {
  overflow-x: hidden;
  overflow-y: hidden;
}
.wschat-wrapper.elex-ws-chat-wrap
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo {
  overflow-x: hidden;
  overflow-y: auto;
}
.wschat-wrapper.elex-ws-chat-wrap
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box {
  max-width: 65%;
}
.wschat-wrapper.elex-ws-chat-wrap
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box
  .chat-bubble {
  -webkit-animation: fadeIn 1s ease-in;
  animation: fadeIn 1s ease-in;
  background: var(--wschat-bg-secondary);
  border-radius: 9px;
  color: var(var(--wschat-text-secondary));
  padding: 12px;
  position: relative;
  word-break: break-all;
}
.wschat-wrapper.elex-ws-chat-wrap
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box
  .chat-bubble--left {
  border-bottom-left-radius: 0;
}
.wschat-wrapper.elex-ws-chat-wrap
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box
  .chat-bubble--right {
  border-bottom-right-radius: 0;
}
.wschat-wrapper.elex-ws-chat-wrap
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box
  .chat-bubble--right
  .message-item-action-badges {
  display: none !important;
}
.wschat-wrapper.elex-ws-chat-wrap
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box
  .chat-bubble
  .attachment-links {
  background-color: #e1e1e1;
}
.wschat-wrapper.elex-ws-chat-wrap
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box
  .chat-bubble
  .attachment-links
  .elex-wschat-video-attach-play-btn {
  z-index: 1;
}
.wschat-wrapper.elex-ws-chat-wrap
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box
  .chat-bubble
  .attachment-links
  .elex-wschat-video-attach-play-btn
  svg {
  height: 62px !important;
  width: 75px !important;
}
.wschat-wrapper.elex-ws-chat-wrap
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box
  .elex-ws-chat-convo-pdf {
  max-width: 400px;
  min-width: 200px;
  width: 20vw;
}
.wschat-wrapper.elex-ws-chat-wrap
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box
  .elex-ws-chat-convo-pdf
  .elex-ws-chat-convo-img-bg {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.wschat-wrapper.elex-ws-chat-wrap
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box
  .elex-ws-chat-time {
  bottom: -15px;
  position: absolute;
  right: 0;
}
.wschat-wrapper.elex-ws-chat-wrap
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box.active
  .chat-bubble {
  border: 1px solid #0f78ce;
}
.wschat-wrapper.elex-ws-chat-wrap
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .chat-bubble.chat-bubble--right {
  background-color: var(--wschat-bg-primary);
  color: var(--wschat-text-primary);
}
.wschat-wrapper.elex-ws-chat-wrap
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .elex-ws-chat-untag {
  bottom: 0;
  right: -5px;
  transform: translateX(100%);
  width: 180px;
  z-index: 9;
}
.wschat-wrapper.elex-ws-chat-wrap
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .elex-ws-chat-untag-buttons {
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.wschat-wrapper.elex-ws-chat-wrap
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .message-item-no-tag-found {
  min-height: 100px;
}
.wschat-wrapper.elex-ws-chat-wrap
  .elex-ws-chat-main-content
  #wschat_scroll_down_chat_panel {
  bottom: 5px;
  left: 50%;
  margin-left: -15px;
}
.wschat-wrapper.elex-ws-chat-wrap .elex-ws-chat-main-content .rotate-90 {
  transform: rotate(90deg);
}
.wschat-wrapper.elex-ws-chat-wrap
  .elex-ws-chat-main-content
  .elex-ws-chat-diff-inputs {
  bottom: 0;
  height: auto;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  transition: 0.15s ease-out;
  visibility: hidden;
}
.wschat-wrapper.elex-ws-chat-wrap
  .elex-ws-chat-main-content
  .elex-ws-chat-diff-inputs.active {
  bottom: 100%;
  opacity: 1;
  visibility: visible;
}
.wschat-wrapper.elex-ws-chat-wrap
  .elex-ws-chat-main-content
  .elex-ws-chat-send-btn {
  background: var(--wschat-bg-primary) !important;
  color: var(--wschat-icon-color) !important;
}
.wschat-wrapper.elex-ws-chat-wrap
  .elex-ws-chat-main-content
  .elex-ws-chat-send-btn
  svg
  * {
  stroke: var(--wschat-icon-color) !important;
}
.wschat-wrapper.elex-ws-chat-wrap
  .elex-ws-chat-main-content
  .elex-ws-chat-send-btn.disabled {
  background: transparent;
  border-radius: 10px !important;
  color: #5e5e5e;
}
.wschat-wrapper.elex-ws-chat-wrap
  .elex-ws-chat-main-content
  .elex-ws-chat-send-btn.disabled
  svg
  * {
  stroke: #5e5e5e !important;
}
.wschat-wrapper.elex-ws-chat-wrap
  .elex-ws-chat-main-content
  .elex-ws-chat-email {
  background: #f8f9fa;
  bottom: 0;
  height: auto;
  right: -100%;
  transition: 0.4s ease;
  width: 100%;
  z-index: 99;
}
.wschat-wrapper.elex-ws-chat-wrap
  .elex-ws-chat-main-content
  .elex-ws-chat-email.active {
  right: 0;
  transition: 0.4s ease;
  visibility: visible;
}
.wschat-wrapper.elex-ws-chat-wrap
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-attach-file-loader,
.wschat-wrapper.elex-ws-chat-wrap
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-attached-file {
  display: none;
}
.wschat-wrapper.elex-ws-chat-wrap
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-attach-file-loader.active,
.wschat-wrapper.elex-ws-chat-wrap
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-attached-file.active {
  display: flex;
  justify-content: space-between;
}
.wschat-wrapper.elex-ws-chat-wrap .elex-ws-chat-popup {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  right: -100%;
  transition: 0.4s ease;
  width: 390px;
  z-index: 9;
}
.wschat-wrapper.elex-ws-chat-wrap
  .elex-ws-chat-popup
  .elex-ws-chat-customer-info-content {
  min-height: 100%;
  width: 390px;
}
.wschat-wrapper.elex-ws-chat-wrap
  .elex-ws-chat-popup
  .elex-ws-chat-customer-info-content
  .elex-ws-chat-order
  .elex-ws-chat-hover-order {
  background-color: #fff;
  display: none;
  left: 0;
  top: 0;
  z-index: 2;
}
.wschat-wrapper.elex-ws-chat-wrap
  .elex-ws-chat-popup
  .elex-ws-chat-customer-info-content
  .elex-ws-chat-order:hover
  .elex-ws-chat-hover-order {
  display: block;
  left: calc(-100% - 15px);
  min-height: 65px;
  top: 100%;
}
.wschat-wrapper.elex-ws-chat-wrap .elex-ws-chat-popup.active {
  height: 100%;
  position: absolute;
  right: 0;
  transition: 0.4s ease;
  width: 350px;
}
.wschat-wrapper.elex-ws-chat-wrap .message-item-text a {
  color: #333;
}
.wschat-wrapper.elex-ws-chat-wrap .add-agent-container input {
  box-shadow: none !important;
}
.wschat-wrapper.elex-ws-chat-wrap #elex-ws-chat-end-toast-msg-btn,
.wschat-wrapper.elex-ws-chat-wrap .elex-wschat-back-btn {
  border-color: var(--wschat-icon-color) !important;
  color: var(--wschat-icon-color) !important;
}
.wschat-wrapper.elex-ws-chat-wrap #elex-ws-chat-end-toast-msg-btn svg *,
.wschat-wrapper.elex-ws-chat-wrap .elex-wschat-back-btn svg * {
  stroke: var(--wschat-icon-color) !important;
  fill: var(--wschat-icon-color) !important;
}
.wschat-wrapper.elex-ws-chat-wrap
  .tooltip-outline-primary.tooltip
  .tooltip-inner {
  background: var(--wschat-bg-primary);
  border: none;
  box-shadow: 0 0 3px var(--wschat-bg-primary);
  color: var(--wschat-text-primary);
  font-size: 0.7rem;
}
.wschat-wrapper.elex-ws-chat-wrap
  .tooltip-outline-primary.tooltip
  .tooltip-arrow:before {
  display: none;
}
.wschat-wrapper.elex-ws-chat-wrap .elex-wschat-tags-li:hover {
  background-color: #f8f9fa;
  cursor: pointer;
  transition: 0.4s ease;
}
.wschat-wrapper.elex-ws-chat-wrap .elex-wschat-tag-active svg * {
  stroke: #0f78ce;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .pre-chat-panel
  .pre-chat-form
  .is-invalid
  ~ .invalid-feedback,
.wschat-wrapper.elex-ws-chat-wrap-widget
  .pre-chat-panel
  .pre-chat-form
  .is-invalid
  ~ .invalid-tooltip,
.wschat-wrapper.elex-ws-chat-wrap-widget
  .pre-chat-panel
  .pre-chat-form
  .was-validated
  :invalid
  ~ .invalid-feedback,
.wschat-wrapper.elex-ws-chat-wrap-widget
  .pre-chat-panel
  .pre-chat-form
  .was-validated
  :invalid
  ~ .invalid-tooltip {
  display: block;
}
.wschat-wrapper.elex-ws-chat-wrap-widget ::-webkit-scrollbar {
  width: 4px;
}
.wschat-wrapper.elex-ws-chat-wrap-widget ::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 2px;
}
.wschat-wrapper.elex-ws-chat-wrap-widget ::-webkit-scrollbar-thumb {
  background: var(--wschat-bg-primary);
  border-radius: 2px;
}
.wschat-wrapper.elex-ws-chat-wrap-widget .xs {
  font-size: 0.8rem;
}
.wschat-wrapper.elex-ws-chat-wrap-widget .elex-ws-chat-widget-open-convo-box {
  bottom: 13.5%;
  padding: 12px;
  right: 2%;
  z-index: 99999;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-widget-open-convo-box
  .elex-wschat-unread-widget-badge {
  background-color: #ffb8b8;
  border: 1px solid #dc3545;
  border-radius: 10px;
  color: #101010;
  font-size: 12px;
  min-height: 20px;
  min-width: 20px;
  text-align: center;
}
.wschat-wrapper.elex-ws-chat-wrap-widget .elex-ws-chat-profile-pic {
  width: 56px;
}
.wschat-wrapper.elex-ws-chat-wrap-widget .rotate {
  -webkit-transform: rotate(45deg);
  transition: 0.4s ease;
}
.wschat-wrapper.elex-ws-chat-wrap-widget .shadow {
  box-shadow: 0 0 18px hsla(0, 0%, 6%, 0.549);
}
.wschat-wrapper.elex-ws-chat-wrap-widget .tooltip-white.tooltip .tooltip-inner {
  background: #fff;
  border: 1px solid #0f78ce;
  color: #0f78ce;
  font-size: 0.7rem;
  padding: 0.2rem 0.4rem;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .tooltip-white.tooltip
  .tooltip-arrow:before {
  display: none;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .tooltip-primary.tooltip
  .tooltip-inner {
  background: var(--wschat-bg-primary);
  box-shadow: 0 0 3px var(--wschat-bg-primary);
  color: var(--wschat-text-primary);
  font-size: 0.7rem;
  padding: 0.2rem 0.4rem;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .tooltip-primary.tooltip
  .tooltip-arrow:before {
  display: none;
}
.wschat-wrapper.elex-ws-chat-wrap-widget .elex-ws-chat-widget-convo-box {
  bottom: 80px;
  box-shadow: 0 0 18px hsla(0, 0%, 6%, 0.549);
  display: flex;
  flex-direction: column;
  height: 70vh;
  max-height: 566px;
  right: 58px;
  width: 384px;
  z-index: 10000;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-widget-convo-box
  .elex-ws-chat-convo-body {
  overflow-x: hidden;
  overflow-y: hidden;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-widget-convo-box
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo {
  overflow-x: hidden;
  overflow-y: auto;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-widget-convo-box
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box {
  max-width: 65%;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-widget-convo-box
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box
  .chat-bubble {
  -webkit-animation: fadeIn 1s ease-in;
  animation: fadeIn 1s ease-in;
  background: var(--wschat-bg-secondary);
  border-radius: 9px;
  color: var(var(--wschat-text-secondary));
  padding: 12px;
  position: relative;
  word-break: break-all;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-widget-convo-box
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box
  .chat-bubble--left {
  border-bottom-left-radius: 0;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-widget-convo-box
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box
  .chat-bubble--right {
  border-bottom-right-radius: 0;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-widget-convo-box
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box
  .chat-bubble--right
  .message-item-action-badges {
  display: none !important;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-widget-convo-box
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box
  .chat-bubble
  .attachment-links {
  background-color: #e1e1e1;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-widget-convo-box
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box
  .chat-bubble
  .attachment-links
  .elex-wschat-video-attach-play-btn {
  z-index: 1;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-widget-convo-box
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box
  .chat-bubble
  .attachment-links
  .elex-wschat-video-attach-play-btn
  svg {
  height: 62px !important;
  width: 75px !important;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-widget-convo-box
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box
  .elex-ws-chat-convo-pdf {
  max-width: 400px;
  min-width: 200px;
  width: 20vw;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-widget-convo-box
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box
  .elex-ws-chat-convo-pdf
  .elex-ws-chat-convo-img-bg {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-widget-convo-box
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box
  .elex-ws-chat-time {
  bottom: -15px;
  position: absolute;
  right: 0;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-widget-convo-box
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box.active
  .chat-bubble {
  border: 1px solid #0f78ce;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-widget-convo-box
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .chat-bubble.chat-bubble--right {
  background-color: var(--wschat-bg-primary);
  color: var(--wschat-text-primary);
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-widget-convo-box
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .elex-ws-chat-untag {
  bottom: 0;
  right: -5px;
  transform: translateX(100%);
  width: 180px;
  z-index: 9;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-widget-convo-box
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .elex-ws-chat-untag-buttons {
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-widget-convo-box
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .message-item-no-tag-found {
  min-height: 100px;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-widget-convo-box
  #wschat_scroll_down_chat_panel {
  bottom: 5px;
  left: 50%;
  margin-left: -15px;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-widget-convo-box
  .rotate-90 {
  transform: rotate(90deg);
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-widget-convo-box
  .elex-ws-chat-convo-content
  .elex-ws-chat-convo {
  overflow-x: hidden;
  overflow-y: auto;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-widget-convo-box
  .elex-ws-chat-convo-content
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box {
  max-width: 65%;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-widget-convo-box
  .elex-ws-chat-convo-content
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box
  .chat-bubble {
  -webkit-animation: fadeIn 1s ease-in;
  animation: fadeIn 1s ease-in;
  background-color: var(--wschat-bg-secondary);
  border-radius: 100px;
  color: var(--wschat-text-secondary);
  padding: 12px;
  position: relative;
  word-break: break-word;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-widget-convo-box
  .elex-ws-chat-convo-content
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box
  .chat-bubble--left {
  border-bottom-left-radius: 0;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-widget-convo-box
  .elex-ws-chat-convo-content
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box
  .chat-bubble--right {
  border-bottom-right-radius: 0;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-widget-convo-box
  .elex-ws-chat-convo-content
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box
  .chat-bubble
  .attachment-links {
  background-color: #e1e1e1;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-widget-convo-box
  .elex-ws-chat-convo-content
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box
  .chat-bubble
  .attachment-links
  .elex-wschat-video-attach-play-btn {
  z-index: 1;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-widget-convo-box
  .elex-ws-chat-convo-content
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box
  .chat-bubble
  .attachment-links
  .elex-wschat-video-attach-play-btn
  svg {
  height: 37px !important;
  width: 41px !important;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-widget-convo-box
  .elex-ws-chat-convo-content
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box
  .elex-ws-chat-convo-pdf {
  min-width: 150px;
  width: 174px;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-widget-convo-box
  .elex-ws-chat-convo-content
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box
  .elex-ws-chat-convo-pdf
  .elex-ws-chat-convo-img-bg {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-widget-convo-box
  .elex-ws-chat-convo-content
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box
  .elex-ws-chat-time {
  bottom: -15px;
  position: absolute;
  right: 0;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-widget-convo-box
  .elex-ws-chat-convo-content
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box
  .chat-bubble.chat-bubble--right {
  background-color: var(--wschat-bg-primary);
  color: var(--wschat-text-primary);
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-widget-convo-box
  .elex-ws-chat-convo-content
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box
  .elex-ws-chat-untag {
  bottom: 0;
  display: none;
  right: -5px;
  transform: translateX(100%);
  width: 180px;
  z-index: 2;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-widget-convo-box
  .elex-ws-chat-convo-content
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box
  .elex-ws-chat-untag.active {
  bottom: 0;
  display: block;
  width: 180px;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-widget-convo-box
  .elex-ws-chat-convo-content
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box
  .elex-ws-chat-untag-buttons {
  background-color: #fff;
  position: relative;
  top: -20px;
  z-index: 2;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-widget-convo-box
  .elex-ws-chat-convo-content
  .elex-ws-chat-convo.elex-ws-chat-convo-body-blur:after {
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  background: hsla(0, 0%, 100%, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-widget-convo-box
  .elex-ws-chat-diff-inputs {
  bottom: 0;
  height: auto;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  transition: 0.15s ease-out;
  visibility: hidden;
  z-index: 9;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-widget-convo-box
  .elex-ws-chat-diff-inputs.active {
  bottom: 100%;
  opacity: 1;
  visibility: visible;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-widget-convo-box
  .elex-ws-chat-email {
  background: #f8f9fa;
  bottom: 0;
  height: auto;
  right: -100%;
  transition: 0.4s ease;
  width: 100%;
  z-index: 99;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-widget-convo-box
  .elex-ws-chat-email.active {
  right: 0;
  transition: 0.4s ease;
  visibility: visible;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-widget-convo-box
  .elex-ws-chat-convo-attach-file-loader,
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-widget-convo-box
  .elex-ws-chat-convo-attached-file {
  display: none;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-widget-convo-box
  .elex-ws-chat-convo-attach-file {
  max-height: 300px;
  overflow-y: auto;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-widget-convo-box
  .elex-ws-chat-convo-attach-file-loader.active,
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-widget-convo-box
  .elex-ws-chat-convo-attached-file.active {
  display: flex;
  justify-content: space-between;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-widget-convo-box
  .elex-ws-chat-widget-email,
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-widget-convo-box
  .elex-ws-chat-widget-feedback {
  background: #f8f9fa;
  bottom: 0;
  height: auto;
  right: -100%;
  transition: 0.4s ease;
  width: 100%;
  z-index: 99;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-widget-convo-box
  .elex-ws-chat-widget-email.active,
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-widget-convo-box
  .elex-ws-chat-widget-feedback.active {
  bottom: 0;
  right: 0;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-widget-convo-box
  .elex-ws-chat-widget-convo-attach-file-loader,
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-widget-convo-box
  .elex-ws-chat-widget-convo-attached-file {
  display: none;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-widget-convo-box
  .elex-ws-chat-widget-convo-attach-file-loader.active,
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-widget-convo-box
  .elex-ws-chat-widget-convo-attached-file.active {
  display: flex;
  justify-content: space-between;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-body {
  overflow-x: hidden;
  overflow-y: hidden;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo {
  overflow-x: hidden;
  overflow-y: auto;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box {
  max-width: 65%;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box
  .chat-bubble {
  -webkit-animation: fadeIn 1s ease-in;
  animation: fadeIn 1s ease-in;
  background: var(--wschat-bg-secondary);
  border-radius: 9px;
  color: var(var(--wschat-text-secondary));
  padding: 12px;
  position: relative;
  word-break: break-all;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box
  .chat-bubble--left {
  border-bottom-left-radius: 0;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box
  .chat-bubble--right {
  border-bottom-right-radius: 0;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box
  .chat-bubble--right
  .message-item-action-badges {
  display: none !important;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box
  .chat-bubble
  .attachment-links {
  background-color: #e1e1e1;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box
  .chat-bubble
  .attachment-links
  .elex-wschat-video-attach-play-btn {
  z-index: 1;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box
  .chat-bubble
  .attachment-links
  .elex-wschat-video-attach-play-btn
  svg {
  height: 62px !important;
  width: 75px !important;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box
  .elex-ws-chat-convo-pdf {
  max-width: 400px;
  min-width: 200px;
  width: 20vw;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box
  .elex-ws-chat-convo-pdf
  .elex-ws-chat-convo-img-bg {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box
  .elex-ws-chat-time {
  bottom: -15px;
  position: absolute;
  right: 0;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .elex-ws-chat-convo-text-box.active
  .chat-bubble {
  border: 1px solid #0f78ce;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .chat-bubble.chat-bubble--right {
  background-color: var(--wschat-bg-primary);
  color: var(--wschat-text-primary);
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .elex-ws-chat-untag {
  bottom: 0;
  right: -5px;
  transform: translateX(100%);
  width: 180px;
  z-index: 9;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .elex-ws-chat-untag-buttons {
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-body
  .elex-ws-chat-convo
  .message-item-no-tag-found {
  min-height: 100px;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-main-content
  #wschat_scroll_down_chat_panel {
  bottom: 5px;
  left: 50%;
  margin-left: -15px;
}
.wschat-wrapper.elex-ws-chat-wrap-widget .elex-ws-chat-main-content .rotate-90 {
  transform: rotate(90deg);
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-main-content
  .elex-ws-chat-send-btn {
  background: var(--wschat-bg-primary) !important;
  color: var(--wschat-icon-color) !important;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-main-content
  .elex-ws-chat-send-btn
  svg
  * {
  stroke: var(--wschat-icon-color) !important;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-main-content
  .elex-ws-chat-send-btn.disabled {
  background: transparent;
  border-radius: 10px !important;
  color: #5e5e5e;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-main-content
  .elex-ws-chat-send-btn.disabled
  svg
  * {
  stroke: #5e5e5e !important;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-main-content
  .elex-ws-chat-diff-inputs {
  bottom: 0;
  height: auto;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  transition: 0.15s ease-out;
  visibility: hidden;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-main-content
  .elex-ws-chat-diff-inputs.active {
  bottom: 100%;
  opacity: 1;
  visibility: visible;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-main-content
  .elex-ws-chat-email {
  background: #f8f9fa;
  bottom: 0;
  height: auto;
  right: -100%;
  transition: 0.4s ease;
  width: 100%;
  z-index: 99;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-main-content
  .elex-ws-chat-email.active {
  right: 0;
  transition: 0.4s ease;
  visibility: visible;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-attach-file-loader,
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-attached-file {
  display: none;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-attach-file-loader.active,
.wschat-wrapper.elex-ws-chat-wrap-widget
  .elex-ws-chat-main-content
  .elex-ws-chat-convo-attached-file.active {
  display: flex;
  justify-content: space-between;
}
.wschat-wrapper.elex-ws-chat-wrap-widget .message-item-text a {
  color: #333;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .tooltip-outline-primary.tooltip
  .tooltip-inner {
  background: var(--wschat-bg-primary);
  border: none;
  box-shadow: 0 0 3px var(--wschat-bg-primary);
  color: var(--wschat-text-primary);
  font-size: 0.7rem;
}
.wschat-wrapper.elex-ws-chat-wrap-widget
  .tooltip-outline-primary.tooltip
  .tooltip-arrow:before {
  display: none;
}
.wschat-wrapper.elex-ws-chat-wrap-widget .camera-not-available-info:before {
  background: #d7d7d7;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}
.wschat-wrapper.elex-ws-chat-wrap-widget .camera-not-available-info:after {
  background: #fff;
  content: "";
  filter: blur(30px);
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.wschat-wrapper.elex-ws-chat-wrap-widget .camera-not-available-info {
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .wschat-wrapper.elex-ws-chat-wrap-widget .elex-ws-chat-widget-convo-box {
    bottom: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    max-height: 100%;
    min-width: 320px;
    right: 0;
    width: 100%;
    z-index: 99999;
  }
}
