/*
! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: PingFang SC, Noto Sans CJK SC, Microsoft YaHei, system-ui; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
  html {
  font-family: PingFang SC, Noto Sans CJK SC, Microsoft YaHei, system-ui;
    -webkit-tap-highlight-color: transparent;
    zoom: reset;
}
  :root {
    --vh: 1vh;
  }
  html,
  body,
  #app,
  #dialog-container {
    height: calc(var(--vh, 1svh) * 100);
    width: 100svw;
    overflow: hidden;
  }
  /* For Webkit-based browsers (Chrome, Safari and Opera) */
  .scrollbar-hide::-webkit-scrollbar {
    display: none;
  }
  /* For IE, Edge and Firefox */
  .scrollbar-hide {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .swiper-pagination {
    display: flex;
    justify-content: center;
  }

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(71 135 240 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(71 135 240 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.\!container {
  width: 100% !important;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .\!container {
    max-width: 640px !important;
  }

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .\!container {
    max-width: 768px !important;
  }

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .\!container {
    max-width: 1024px !important;
  }

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .\!container {
    max-width: 1280px !important;
  }

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.-bottom-5 {
  bottom: -1.25rem;
}
.-left-8 {
  left: -2rem;
}
.-right-1 {
  right: -0.25rem;
}
.-right-2 {
  right: -0.5rem;
}
.-top-4 {
  top: -1rem;
}
.-top-5x {
  top: -0.3125rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-1 {
  bottom: 0.25rem;
}
.bottom-3 {
  bottom: 0.75rem;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-5 {
  bottom: 1.25rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-2 {
  left: 0.5rem;
}
.left-\[-1\.6875rem\] {
  left: -1.6875rem;
}
.left-\[-27px\] {
  left: -27px;
}
.left-\[116px\] {
  left: 116px;
}
.left-\[7\.25rem\] {
  left: 7.25rem;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-16x {
  right: 1rem;
}
.right-1x {
  right: 0.0625rem;
}
.right-2 {
  right: 0.5rem;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-19\.2x {
  top: 1.2rem;
}
.top-2 {
  top: 0.5rem;
}
.top-24 {
  top: 6rem;
}
.top-\[-114\.45px\] {
  top: -114.45px;
}
.top-\[-4\.659375rem\] {
  top: -4.659375rem;
}
.top-\[-7\.153125rem\] {
  top: -7.153125rem;
}
.top-\[-74\.55px\] {
  top: -74.55px;
}
.-z-0 {
  z-index: 0;
}
.-z-10 {
  z-index: -10;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-start-1 {
  grid-column-start: 1;
}
.col-start-2 {
  grid-column-start: 2;
}
.col-start-3 {
  grid-column-start: 3;
}
.row-span-2 {
  grid-row: span 2 / span 2;
}
.row-start-1 {
  grid-row-start: 1;
}
.row-start-2 {
  grid-row-start: 2;
}
.row-start-3 {
  grid-row-start: 3;
}
.m-3 {
  margin: 0.75rem;
}
.m-auto {
  margin: auto;
}
.mx-10x {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.mx-12x {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-14x {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-48x {
  margin-left: 3rem;
  margin-right: 3rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-10x {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.-ml-1x {
  margin-left: -0.0625rem;
}
.-mt-1x {
  margin-top: -0.0625rem;
}
.-mt-20 {
  margin-top: -5rem;
}
.-mt-20\.8x {
  margin-top: -1.3rem;
}
.-mt-4x {
  margin-top: -0.25rem;
}
.-mt-5x {
  margin-top: -0.3125rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-19x {
  margin-bottom: 1.1875rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-1x {
  margin-left: 0.0625rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-2\.5 {
  margin-right: 0.625rem;
}
.mr-2x {
  margin-right: 0.125rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10x {
  margin-top: 0.625rem;
}
.mt-1x {
  margin-top: 0.0625rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-3x {
  margin-top: 0.1875rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.block {
  display: block;
}
.\!inline {
  display: inline !important;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-0 {
  height: 0px;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-1 {
  height: 0.25rem;
}
.h-14x {
  height: 0.875rem;
}
.h-18x {
  height: 1.125rem;
}
.h-190x {
  height: 11.875rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-202x {
  height: 12.625rem;
}
.h-21x {
  height: 1.3125rem;
}
.h-22x {
  height: 1.375rem;
}
.h-24x {
  height: 1.5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-38x {
  height: 2.375rem;
}
.h-4 {
  height: 1rem;
}
.h-40 {
  height: 10rem;
}
.h-42x {
  height: 2.625rem;
}
.h-5 {
  height: 1.25rem;
}
.h-50x {
  height: 3.125rem;
}
.h-56x {
  height: 3.5rem;
}
.h-6 {
  height: 1.5rem;
}
.h-74svh {
  height: 74.14svh;
}
.h-9 {
  height: 2.25rem;
}
.h-90x {
  height: 5.625rem;
}
.h-98\.5x {
  height: 6.156rem;
}
.h-\[10\.16125rem\] {
  height: 10.16125rem;
}
.h-\[107\.1px\] {
  height: 107.1px;
}
.h-\[162\.58px\] {
  height: 162.58px;
}
.h-\[6\.69375rem\] {
  height: 6.69375rem;
}
.h-avatar {
  height: 2.25rem;
}
.h-avatar-favorite {
  height: 0.73125rem;
}
.h-avatar-favourite-star {
  height: 0.45rem;
}
.h-buffer {
  height: 1.875rem;
}
.h-force-scroll {
  height: calc(100% + 1px);
}
.h-full {
  height: 100%;
}
.h-keyboard-icon {
  height: 1.565625rem;
}
.h-svh {
  height: 100svh;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-48 {
  max-height: 12rem;
}
.max-h-full {
  max-height: 100%;
}
.max-h-max {
  max-height: -moz-max-content;
  max-height: max-content;
}
.max-h-svh {
  max-height: 100svh;
}
.min-h-10 {
  min-height: 2.5rem;
}
.min-h-full {
  min-height: 100%;
}
.w-0 {
  width: 0px;
}
.w-0\.5 {
  width: 0.125rem;
}
.w-1 {
  width: 0.25rem;
}
.w-11x {
  width: 0.6875rem;
}
.w-120x {
  width: 7.5rem;
}
.w-148x {
  width: 9.25rem;
}
.w-14x {
  width: 0.875rem;
}
.w-16 {
  width: 4rem;
}
.w-18x {
  width: 1.125rem;
}
.w-190x {
  width: 11.875rem;
}
.w-195x {
  width: 12.188rem;
}
.w-1x {
  width: 0.0625rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-20x {
  width: 1.25rem;
}
.w-21x {
  width: 1.3125rem;
}
.w-22x {
  width: 1.375rem;
}
.w-248x {
  width: 15.5rem;
}
.w-24x {
  width: 1.5rem;
}
.w-26x {
  width: 1.625rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-343x {
  width: 21.438rem;
}
.w-38x {
  width: 2.375rem;
}
.w-4 {
  width: 1rem;
}
.w-40 {
  width: 10rem;
}
.w-42x {
  width: 2.625rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-50x {
  width: 3.125rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[133\.5px\] {
  width: 133.5px;
}
.w-\[18\.375rem\] {
  width: 18.375rem;
}
.w-\[294px\] {
  width: 294px;
}
.w-\[8\.34375rem\] {
  width: 8.34375rem;
}
.w-avatar {
  width: 2.25rem;
}
.w-avatar-favorite {
  width: 0.73125rem;
}
.w-avatar-favourite-star {
  width: 0.45rem;
}
.w-full {
  width: 100%;
}
.w-keyboard-icon {
  width: 1.565625rem;
}
.w-screen {
  width: 100vw;
}
.w-svw {
  width: 100svw;
}
.min-w-16 {
  min-width: 4rem;
}
.min-w-248x {
  min-width: 15.5rem;
}
.min-w-50x {
  min-width: 3.125rem;
}
.max-w-168x {
  max-width: 10.5rem;
}
.max-w-248x {
  max-width: 15.5rem;
}
.max-w-9 {
  max-width: 2.25rem;
}
.max-w-\[360px\] {
  max-width: 360px;
}
.max-w-\[90\%\] {
  max-width: 90%;
}
.max-w-full {
  max-width: 100%;
}
.max-w-sm {
  max-width: 24rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes evaluation-slide-down {

  from {
    max-height: 0;
  }

  to {
    max-height: 9.125rem;
  }
}
.animate-evaluation-panel-enter {
  animation: evaluation-slide-down 300ms ease-in-out forwards;
}
@keyframes slide-keyboard-up {

  from {
    max-height: 0;
  }

  to {
    max-height: 18.3125rem;
  }
}
.animate-keyboard-panel-enter {
  animation: slide-keyboard-up 300ms ease-in-out;
}
@keyframes slide-keyboard-down {

  from {
    max-height: 18.3125rem;
  }

  to {
    max-height: 0;
  }
}
.animate-keyboard-panel-leave {
  animation: slide-keyboard-down 200ms ease-in-out;
}
@keyframes modal-backdrop {

  0% {
    background: rgba(0, 0, 0, 0);
  }

  100% {
    background: rgba(0, 0, 0, 0.7);
  }
}
.animate-modal-backdrop {
  animation: modal-backdrop 0.3s ease-in-out;
}
@keyframes modal-backdrop-close {

  0% {
    background: rgba(0, 0, 0, 0.7);
  }

  100% {
    background: rgba(0, 0, 0, 0);
  }
}
.animate-modal-backdrop-close {
  animation: modal-backdrop-close 0.3s ease-in-out;
}
@keyframes modal-slide-down {

  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(100%);
  }
}
.animate-modal-slide-down {
  animation: modal-slide-down 0.2s ease-in-out forwards;
}
@keyframes modal-slide-left {

  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0);
  }
}
.animate-modal-slide-left {
  animation: modal-slide-left 0.5s ease-in-out forwards;
}
@keyframes modal-slide-right {

  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(100%);
  }
}
.animate-modal-slide-right {
  animation: modal-slide-right 0.5s ease-in-out forwards;
}
@keyframes modal-slide-up {

  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0);
  }
}
.animate-modal-slide-up {
  animation: modal-slide-up 0.2s ease-in-out forwards;
}
@keyframes slide-up {

  from {
    max-height: 0;
  }

  to {
    max-height: 31.25rem;
  }
}
.animate-new-message {
  animation: slide-up 1000ms ease;
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}
.select-auto {
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}
.resize {
  resize: both;
}
.list-none {
  list-style-type: none;
}
.auto-cols-auto {
  grid-auto-columns: auto;
}
.grid-flow-row {
  grid-auto-flow: row;
}
.grid-flow-dense {
  grid-auto-flow: dense;
}
.auto-rows-auto {
  grid-auto-rows: auto;
}
.auto-rows-evaluate-grid {
  grid-auto-rows: 1.5rem;
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-actions {
  grid-template-columns: 1fr 1fr 1fr;
}
.grid-cols-chat-bubble {
  grid-template-columns: 2.25rem minmax(0, 16.0625rem) 1fr;
}
.grid-cols-chat-bubble-right {
  grid-template-columns: 1fr minmax(0, 16rem) 2.25rem;
}
.grid-cols-emoji {
  grid-template-columns: repeat(8, 1.875rem);
}
.grid-cols-evaluate-grid {
  grid-template-columns: repeat(3, 5.75rem);
}
.grid-cols-evaluate-item {
  grid-template-columns: 1.5rem 1fr;
}
.grid-cols-keyboard-input {
  grid-template-columns: 1fr auto;
}
.grid-cols-order-item {
  grid-template-columns: 4.375rem 1fr;
}
.grid-cols-order-status {
  grid-template-columns: 1fr 1fr 1fr;
}
.grid-cols-session-item {
  grid-template-columns: 2.625rem 1fr 3.5rem;
}
.grid-cols-tabs-header {
  grid-template-columns: repeat(auto-fit, minmax(2rem, 1fr));
}
.grid-rows-action-button {
  grid-template-rows: 3.125rem auto;
}
.grid-rows-emoji {
  grid-template-rows: repeat(5, 1.875rem);
}
.grid-rows-emoji-small {
  grid-template-rows: repeat(3, 1.875rem);
}
.grid-rows-header {
  grid-template-rows: 1fr auto;
}
.grid-rows-keyboard {
  grid-template-rows: auto auto auto;
}
.grid-rows-layout {
  grid-template-rows: 5.25rem 1fr auto;
}
.grid-rows-modal {
  grid-template-rows: 3.5rem 1fr auto;
}
.grid-rows-safe-layout {
  grid-template-rows: 2.75rem 1fr auto;
}
.grid-rows-tabs {
  grid-template-rows: 2.25rem 1fr;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-content-center {
  place-content: center;
}
.place-items-center {
  place-items: center;
}
.content-center {
  align-content: center;
}
.content-end {
  align-content: flex-end;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-evenly {
  justify-content: space-evenly;
}
.justify-items-center {
  justify-items: center;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-10\.6x {
  gap: 0.6625rem;
}
.gap-11x {
  gap: 0.6875rem;
}
.gap-15x {
  gap: 0.9375rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-24x {
  gap: 1.5rem;
}
.gap-26x {
  gap: 1.625rem;
}
.gap-28x {
  gap: 1.75rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-30\.4x {
  gap: 1.9rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-5x {
  gap: 0.3125rem;
}
.gap-6x {
  gap: 0.375rem;
}
.gap-7x {
  gap: 0.4375rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-9x {
  gap: 0.5625rem;
}
.gap-xsss {
  gap: 0.125rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-9 {
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}
.gap-y-1\.5 {
  row-gap: 0.375rem;
}
.gap-y-12x {
  row-gap: 0.75rem;
}
.gap-y-14x {
  row-gap: 0.875rem;
}
.gap-y-15\.36x {
  row-gap: 0.96rem;
}
.gap-y-15x {
  row-gap: 0.9375rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-xsss {
  row-gap: 0.125rem;
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-neutral-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(242 242 242 / var(--tw-divide-opacity));
}
.self-center {
  align-self: center;
}
.justify-self-start {
  justify-self: start;
}
.justify-self-end {
  justify-self: end;
}
.justify-self-center {
  justify-self: center;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.whitespace-break-spaces {
  white-space: break-spaces;
}
.text-wrap {
  text-wrap: wrap;
}
.text-nowrap {
  text-wrap: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.break-keep {
  word-break: keep-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-10 {
  border-radius: 0.625rem;
}
.rounded-20 {
  border-radius: 1.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-30 {
  border-radius: 1.875rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-6x {
  border-bottom-width: 0.375rem;
}
.border-b-tab-border {
  border-bottom-width: 0.113125rem;
}
.border-t {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-none {
  border-style: none;
}
.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 211 251 / var(--tw-border-opacity));
}
.border-error-3 {
  --tw-border-opacity: 1;
  border-color: rgb(248 185 190 / var(--tw-border-opacity));
}
.border-neutral-100 {
  --tw-border-opacity: 1;
  border-color: rgb(246 246 246 / var(--tw-border-opacity));
}
.border-neutral-200 {
  --tw-border-opacity: 1;
  border-color: rgb(242 242 242 / var(--tw-border-opacity));
}
.border-neutral-300 {
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
}
.border-neutral-450 {
  --tw-border-opacity: 1;
  border-color: rgb(177 177 177 / var(--tw-border-opacity));
}
.border-neutral-900 {
  --tw-border-opacity: 1;
  border-color: rgb(34 34 34 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-b-neutral-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(246 246 246 / var(--tw-border-opacity));
}
.border-t-neutral-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(242 242 242 / var(--tw-border-opacity));
}
.bg-alipay {
  --tw-bg-opacity: 1;
  background-color: rgb(0 153 229 / var(--tw-bg-opacity));
}
.bg-avatar-notification-container {
  --tw-bg-opacity: 1;
  background-color: rgb(255 49 86 / var(--tw-bg-opacity));
}
.bg-bank {
  --tw-bg-opacity: 1;
  background-color: rgb(243 185 35 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 242 254 / var(--tw-bg-opacity));
}
.bg-error-7 {
  --tw-bg-opacity: 1;
  background-color: rgb(201 53 63 / var(--tw-bg-opacity));
}
.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(52 199 89 / var(--tw-bg-opacity));
}
.bg-huabei {
  --tw-bg-opacity: 1;
  background-color: rgb(89 179 249 / var(--tw-bg-opacity));
}
.bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}
.bg-neutral-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}
.bg-neutral-350 {
  --tw-bg-opacity: 1;
  background-color: rgb(216 216 216 / var(--tw-bg-opacity));
}
.bg-neutral-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(197 197 197 / var(--tw-bg-opacity));
}
.bg-neutral-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.bg-neutral-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
}
.bg-session-delete {
  --tw-bg-opacity: 1;
  background-color: rgb(255 49 86 / var(--tw-bg-opacity));
}
.bg-title-elipse-left {
  background-color: rgba(255, 123, 234, 0.4);
}
.bg-title-elipse-right {
  background-color: rgba(128, 194, 255, 0.45);
}
.bg-transparent {
  background-color: transparent;
}
.bg-wechat {
  --tw-bg-opacity: 1;
  background-color: rgb(69 212 92 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}
.bg-avatar-favorite {
  background-image: linear-gradient(0deg, #0083FE 0%, #00FFF0 100%);
}
.bg-card-header {
  background-image: linear-gradient(0deg, #F6F6F6, #F6F6F6), linear-gradient(0deg, #FAFAFA, #FAFAFA);
}
.bg-evaluate-checkbox {
  background-image: linear-gradient(0deg, #E0E0E0, #E0E0E0), linear-gradient(0deg, #B1B1B1, #B1B1B1);
}
.bg-gradient {
  background-image: linear-gradient(97.31deg, #5181FB 15.27%, #3398FF 97.67%);
}
.bg-gradient-payment {
  background-image: linear-gradient(106deg, #699EF5 44.72%, #75F094 119.96%);
}
.bg-visa-payment {
  background-image: linear-gradient(180deg, #0052d9 0%, #2e7dff 100%);
}
.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}
.fill-evaluate-green {
  fill: #34C759;
}
.fill-evaluate-orange {
  fill: #FFBA6A;
}
.fill-evaluate-red {
  fill: #E34D59;
}
.fill-neutral-500 {
  fill: #9E9E9E;
}
.fill-transparent {
  fill: transparent;
}
.fill-white {
  fill: #FFFFFF;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-20x {
  padding: 1.25rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-keyboard-icon {
  padding: 0.2825rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10x {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-14x {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-24x {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-62x {
  padding-left: 3.875rem;
  padding-right: 3.875rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-9x {
  padding-left: 0.5625rem;
  padding-right: 0.5625rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10x {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-11x {
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
}
.py-1x {
  padding-top: 0.0625rem;
  padding-bottom: 0.0625rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-6x {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-8x {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-0\.5 {
  padding-bottom: 0.125rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-10x {
  padding-bottom: 0.625rem;
}
.pb-11x {
  padding-bottom: 0.6875rem;
}
.pb-12x {
  padding-bottom: 0.75rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-2\.5 {
  padding-bottom: 0.625rem;
}
.pb-24x {
  padding-bottom: 1.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-3\.5 {
  padding-bottom: 0.875rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-4x {
  padding-bottom: 0.25rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-5x {
  padding-bottom: 0.3125rem;
}
.pb-buffer {
  padding-bottom: 1.875rem;
}
.pl-0 {
  padding-left: 0px;
}
.pl-0\.5 {
  padding-left: 0.125rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-1\.6x {
  padding-left: 0.1rem;
}
.pl-15x {
  padding-left: 0.9375rem;
}
.pl-17\.6x {
  padding-left: 1.1rem;
}
.pl-1x {
  padding-left: 0.0625rem;
}
.pl-24x {
  padding-left: 1.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-3\.2x {
  padding-left: 0.2rem;
}
.pl-3x {
  padding-left: 0.1875rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-4\.8x {
  padding-left: 0.3rem;
}
.pl-8x {
  padding-left: 0.5rem;
}
.pl-9x {
  padding-left: 0.5625rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-1\.6x {
  padding-top: 0.1rem;
}
.pt-10x {
  padding-top: 0.625rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-12\.8x {
  padding-top: 0.8rem;
}
.pt-15x {
  padding-top: 0.9375rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-2\.5 {
  padding-top: 0.625rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-20\.8x {
  padding-top: 1.3rem;
}
.pt-25x {
  padding-top: 1.5625rem;
}
.pt-2x {
  padding-top: 0.125rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-6x {
  padding-top: 0.375rem;
}
.pt-7x {
  padding-top: 0.4375rem;
}
.pt-9x {
  padding-top: 0.5625rem;
}
.pt-px {
  padding-top: 1px;
}
.pt-xsss {
  padding-top: 0.125rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.font-SFProDisplay {
  font-family: SF Pro Display, -apple-system, Roboto, Helvetica Neue, Arial, sans-serif;
}
.text-16x {
  font-size: 1rem;
  line-height: 1rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-action {
  font-size: 0.75rem;
  line-height: 0.8125rem;
}
.text-avatar-notification {
  font-size: 0.4375rem;
  line-height: 0.4375rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.375rem;
}
.text-chat-grey {
  font-size: 0.8125rem;
  line-height: 0.9375rem;
}
.text-confirmation-dialog-content {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-dialog {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-dialog-title {
  font-size: 1.125rem;
  line-height: 1.625rem;
}
.text-emoji-panel {
  font-size: 0.679rem;
  line-height: 0.963rem;
}
.text-evaluate {
  font-size: 0.8125rem;
  line-height: 1.35875rem;
}
.text-evaluate-text {
  font-size: 1rem;
  line-height: 1.35875rem;
}
.text-evaluate-title {
  font-size: 1.0625rem;
  line-height: 1.35875rem;
}
.text-feedback-count {
  font-size: 0.75rem;
  line-height: 1.05rem;
}
.text-highlight {
  font-size: 0.8125rem;
  line-height: 1.25rem;
}
.text-keyboard {
  font-size: 1rem;
  line-height: 1.25rem;
}
.text-order {
  font-size: 0.875rem;
  line-height: 1rem;
}
.text-order-detail-timestamp {
  font-size: 0.5625rem;
  line-height: 0.625rem;
}
.text-order-price {
  font-size: 1rem;
  line-height: 1.193125rem;
}
.text-payment-md {
  font-size: 0.875rem;
  line-height: 1.225rem;
}
.text-payment-screenshot {
  font-size: 1rem;
  line-height: 1.4rem;
}
.text-payment-sm {
  font-size: 0.625rem;
  line-height: 1.125rem;
}
.text-payment-title {
  font-size: 1.125rem;
  line-height: 1.575rem;
}
.text-pill {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.text-quick-reply {
  font-size: 0.875rem;
  line-height: 0.9375rem;
}
.text-session {
  font-size: 0.875rem;
  line-height: 1.375rem;
}
.text-sm {
  font-size: 0.8125rem;
  line-height: 1.125rem;
}
.text-submit {
  font-size: 1rem;
  line-height: 1.25rem;
}
.text-title {
  font-size: 1.0625rem;
  line-height: 1.4875rem;
}
.text-workorder {
  font-size: 1rem;
  line-height: 1.875rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.leading-text-agent {
  line-height: 1.375rem;
}
.leading-text-user {
  line-height: 1.25rem;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(71 135 240 / var(--tw-text-opacity));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(38 111 232 / var(--tw-text-opacity));
}
.text-error-5 {
  --tw-text-opacity: 1;
  color: rgb(243 109 120 / var(--tw-text-opacity));
}
.text-gray {
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity));
}
.text-green {
  --tw-text-opacity: 1;
  color: rgb(52 199 89 / var(--tw-text-opacity));
}
.text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(197 197 197 / var(--tw-text-opacity));
}
.text-neutral-450 {
  --tw-text-opacity: 1;
  color: rgb(177 177 177 / var(--tw-text-opacity));
}
.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity));
}
.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity));
}
.text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.text-neutral-800 {
  --tw-text-opacity: 1;
  color: rgb(74 74 74 / var(--tw-text-opacity));
}
.text-neutral-900 {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.text-payment-red {
  --tw-text-opacity: 1;
  color: rgb(255 49 86 / var(--tw-text-opacity));
}
.text-transparent {
  color: transparent;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.placeholder-neutral-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(197 197 197 / var(--tw-placeholder-opacity));
}
.placeholder-neutral-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(197 197 197 / var(--tw-placeholder-opacity));
}
.caret-cursor {
  caret-color: #4269EF;
}
.opacity-70 {
  opacity: 0.7;
}
.shadow-card {
  --tw-shadow: 0px 0.25rem 0.25rem 0px #0000000D;
  --tw-shadow-colored: 0px 0.25rem 0.25rem 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-header {
  --tw-shadow: 0px 0.4528985619544983px 0px 0px #EAEAEA;
  --tw-shadow-colored: 0px 0.4528985619544983px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-\[50px\] {
  --tw-blur: blur(50px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-height {
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-1000 {
  transition-duration: 1000ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.will-change-scroll {
  will-change: scroll-position;
}
.will-change-transform {
  will-change: transform;
}
/* CSCW-526 on Android 9 aka Chrome 81 */
button {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
input:focus,
button:focus {
  outline-color: transparent;
}
/* Variables for class selectors */
/* Mixin for gap fixes */
/* Apply gap fixes to browsers that do not support 'inset' and to specific Safari versions */
@supports not (inset: 0) {
  .gap-1, .gap-2.flex-row, .gap-4, .gap-8, .gap-15x, .gap-x-9, .gap-y-15\.36x {
    gap: unset !important;
  }
  .gap-1:first-child, .gap-2:first-child, .gap-4:first-child, .gap-8:first-child, .gap-15x:first-child {
    margin-left: 0 !important;
  }
  .gap-1:last-child, .gap-2:last-child, .gap-4:last-child, .gap-8:last-child, .gap-15x:last-child {
    margin-right: 0 !important;
  }
  .gap-4.flex-col > *, .gap-4.flex-col-reverse > *, .gap-4.flex-col > .contents > *, .gap-4.flex-col-reverse > .contents > * {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    transform: translateZ(0);
  }
  .gap-2.flex-row > * {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
  }
  .gap-2.flex-col > * {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
  .gap-1.flex-row > * {
    margin-right: 0.125rem;
    margin-left: 0.125rem;
  }
  .gap-15x.flex-row > * {
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
  .gap-x-9.flex-row > * {
    margin-right: 1.125rem;
    margin-left: 1.125rem;
  }
  .gap-y-15\.36x.flex-col > * {
    margin-top: 0.48rem;
    margin-bottom: 0.48rem;
  }
  .gap-8.flex-col > * {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .feedback-bubble .bubble-chat {
    padding: 0 !important;
  }
  .feedback-bubble .bubble-chat > div {
    padding: 2px 0;
  }
  /* CSCW-525 */
  .mx-auto.gap-4:first-child {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.safari-15 {
  /* CSCW-525 */
}
.safari-15 .gap-1, .safari-15 .gap-2.flex-row, .safari-15 .gap-4, .safari-15 .gap-8, .safari-15 .gap-15x, .safari-15 .gap-x-9, .safari-15 .gap-y-15\.36x {
  gap: unset !important;
}
.safari-15 .gap-1:first-child, .safari-15 .gap-2:first-child, .safari-15 .gap-4:first-child, .safari-15 .gap-8:first-child, .safari-15 .gap-15x:first-child {
  margin-left: 0 !important;
}
.safari-15 .gap-1:last-child, .safari-15 .gap-2:last-child, .safari-15 .gap-4:last-child, .safari-15 .gap-8:last-child, .safari-15 .gap-15x:last-child {
  margin-right: 0 !important;
}
.safari-15 .gap-4.flex-col > *, .safari-15 .gap-4.flex-col-reverse > *, .safari-15 .gap-4.flex-col > .contents > *, .safari-15 .gap-4.flex-col-reverse > .contents > * {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  transform: translateZ(0);
}
.safari-15 .gap-2.flex-row > * {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}
.safari-15 .gap-2.flex-col > * {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.safari-15 .gap-1.flex-row > * {
  margin-right: 0.125rem;
  margin-left: 0.125rem;
}
.safari-15 .gap-15x.flex-row > * {
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}
.safari-15 .gap-x-9.flex-row > * {
  margin-right: 1.125rem;
  margin-left: 1.125rem;
}
.safari-15 .gap-y-15\.36x.flex-col > * {
  margin-top: 0.48rem;
  margin-bottom: 0.48rem;
}
.safari-15 .gap-8.flex-col > * {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.safari-15 .feedback-bubble .bubble-chat {
  padding: 0 !important;
}
.safari-15 .feedback-bubble .bubble-chat > div {
  padding: 2px 0;
}
.safari-15 .mx-auto.gap-4:first-child {
  margin-left: auto !important;
  margin-right: auto !important;
}
.safari-14 {
  /* CSCW-525 */
}
.safari-14 .gap-1, .safari-14 .gap-2.flex-row, .safari-14 .gap-4, .safari-14 .gap-8, .safari-14 .gap-15x, .safari-14 .gap-x-9, .safari-14 .gap-y-15\.36x {
  gap: unset !important;
}
.safari-14 .gap-1:first-child, .safari-14 .gap-2:first-child, .safari-14 .gap-4:first-child, .safari-14 .gap-8:first-child, .safari-14 .gap-15x:first-child {
  margin-left: 0 !important;
}
.safari-14 .gap-1:last-child, .safari-14 .gap-2:last-child, .safari-14 .gap-4:last-child, .safari-14 .gap-8:last-child, .safari-14 .gap-15x:last-child {
  margin-right: 0 !important;
}
.safari-14 .gap-4.flex-col > *, .safari-14 .gap-4.flex-col-reverse > *, .safari-14 .gap-4.flex-col > .contents > *, .safari-14 .gap-4.flex-col-reverse > .contents > * {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  transform: translateZ(0);
}
.safari-14 .gap-2.flex-row > * {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}
.safari-14 .gap-2.flex-col > * {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.safari-14 .gap-1.flex-row > * {
  margin-right: 0.125rem;
  margin-left: 0.125rem;
}
.safari-14 .gap-15x.flex-row > * {
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}
.safari-14 .gap-x-9.flex-row > * {
  margin-right: 1.125rem;
  margin-left: 1.125rem;
}
.safari-14 .gap-y-15\.36x.flex-col > * {
  margin-top: 0.48rem;
  margin-bottom: 0.48rem;
}
.safari-14 .gap-8.flex-col > * {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.safari-14 .feedback-bubble .bubble-chat {
  padding: 0 !important;
}
.safari-14 .feedback-bubble .bubble-chat > div {
  padding: 2px 0;
}
.safari-14 .mx-auto.gap-4:first-child {
  margin-left: auto !important;
  margin-right: auto !important;
}
.safari-13 {
  /* CSCW-525 */
}
.safari-13 .gap-1, .safari-13 .gap-2.flex-row, .safari-13 .gap-4, .safari-13 .gap-8, .safari-13 .gap-15x, .safari-13 .gap-x-9, .safari-13 .gap-y-15\.36x {
  gap: unset !important;
}
.safari-13 .gap-1:first-child, .safari-13 .gap-2:first-child, .safari-13 .gap-4:first-child, .safari-13 .gap-8:first-child, .safari-13 .gap-15x:first-child {
  margin-left: 0 !important;
}
.safari-13 .gap-1:last-child, .safari-13 .gap-2:last-child, .safari-13 .gap-4:last-child, .safari-13 .gap-8:last-child, .safari-13 .gap-15x:last-child {
  margin-right: 0 !important;
}
.safari-13 .gap-4.flex-col > *, .safari-13 .gap-4.flex-col-reverse > *, .safari-13 .gap-4.flex-col > .contents > *, .safari-13 .gap-4.flex-col-reverse > .contents > * {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  transform: translateZ(0);
}
.safari-13 .gap-2.flex-row > * {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}
.safari-13 .gap-2.flex-col > * {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.safari-13 .gap-1.flex-row > * {
  margin-right: 0.125rem;
  margin-left: 0.125rem;
}
.safari-13 .gap-15x.flex-row > * {
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}
.safari-13 .gap-x-9.flex-row > * {
  margin-right: 1.125rem;
  margin-left: 1.125rem;
}
.safari-13 .gap-y-15\.36x.flex-col > * {
  margin-top: 0.48rem;
  margin-bottom: 0.48rem;
}
.safari-13 .gap-8.flex-col > * {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.safari-13 .feedback-bubble .bubble-chat {
  padding: 0 !important;
}
.safari-13 .feedback-bubble .bubble-chat > div {
  padding: 2px 0;
}
.safari-13 .mx-auto.gap-4:first-child {
  margin-left: auto !important;
  margin-right: auto !important;
}
/* Safari 13 specific fixes */
.safari-13 .all-work-order-list-card {
  align-items: stretch;
}
.safari-13 .grid-rows-tabs {
  display: flex;
  flex-direction: column;
}
.safari-13 .grid-rows-tabs .grid-cols-tabs-header {
  max-width: 100vw;
}
/* Prevent Safari from overflowing the chat message */
.safari ul.will-change-scroll > li {
  transform: translateZ(0);
}
/* Fallback for browsers that don't support 'svh' unit */
@supports not (height: 100svh) {
  .h-74svh {
    height: 74vh;
  }
  .h-svh {
    height: 100vh;
  }
}
/* Global touch and highlight settings */
* {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  touch-action: manipulation;
}
html {
  touch-action: pan-y;
  -webkit-text-size-adjust: none;
}
.fullscreen-element {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  height: 100svh;
  width: 100svw;
  transition: height 0.3s ease;
}
.placeholder\:text-payment-md::-moz-placeholder {
  font-size: 0.875rem;
  line-height: 1.225rem;
}
.placeholder\:text-payment-md::placeholder {
  font-size: 0.875rem;
  line-height: 1.225rem;
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:-left-\[30\%\]::before {
  content: var(--tw-content);
  left: -30%;
}
.before\:top-9::before {
  content: var(--tw-content);
  top: 2.25rem;
}
.before\:top-9\.6x::before {
  content: var(--tw-content);
  top: 0.6rem;
}
.before\:h-1x::before {
  content: var(--tw-content);
  height: 0.0625rem;
}
.before\:w-\[70\%\]::before {
  content: var(--tw-content);
  width: 70%;
}
.before\:bg-blue-500::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(71 135 240 / var(--tw-bg-opacity));
}
.before\:bg-order-detail-line::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(233 233 233 / var(--tw-bg-opacity));
}
.last\:border-none:last-child {
  border-style: none;
}
.hover\:bg-neutral-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}
.active\:scale-95:active {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.active\:bg-neutral-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}
.active\:bg-neutral-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
}
.active\:fill-neutral-300:active {
  fill: #E0E0E0;
}
.active\:backdrop-brightness-75:active {
  --tw-backdrop-brightness: brightness(.75);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
@media (prefers-color-scheme: dark) {

  .dark\:bg-neutral-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(158 158 158 / var(--tw-bg-opacity));
  }

  .dark\:bg-neutral-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(74 74 74 / var(--tw-bg-opacity));
  }
}