@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

*, ::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(59 130 246 / 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(59 130 246 / 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:  ;
}

/*
! tailwindcss v3.4.19 | 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: #e5e7eb; /* 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: var(--font-sans); /* 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]:where(:not([hidden="until-found"])) {
  display: none;
}
  :root {
    --background: 210 20% 98%;
    --foreground: 222.2 84% 4.9%;
    --card: 0 0% 100%;
    --card-foreground: 222.2 84% 4.9%;
    --popover: 0 0% 100%;
    --popover-foreground: 222.2 84% 4.9%;

    /* Theme Primary Color Variables */
    --primary-hsl: 153 100% 33%;
    --primary: var(--primary-hsl);
    --primary-foreground: 0 0% 100%;

    /* Brand Colors (Kiot Herogame style) */
    --brand-magenta: 332 67% 56%;
    --brand-green: 147 100% 35%;

    /* Current Theme Color (Synced with Theme Switcher) */
    --brand-current: var(--primary-hsl);
    --brand-current-foreground: 0 0% 100%;

    --secondary: var(--primary-hsl) / 0.05;
    --secondary-foreground: var(--primary-hsl);

    --muted: 210 40% 96.1%;
    --muted-foreground: 215.4 16.3% 46.9%;
    --accent: var(--primary-hsl) / 0.05;
    --accent-foreground: var(--primary-hsl);
    --destructive: 0 84.2% 60.2%;
    --destructive-foreground: 210 40% 98%;
    --border: 214.3 31.8% 91.4%;
    --input: 214.3 31.8% 91.4%;
    --ring: var(--primary-hsl);
    --radius: 0.25rem;

    --header-height: 88px;
    --sidebar-width: 260px;

    /* Font variables */
    --font-sans: Inter, Roboto, Helvetica, Arial, ui-sans-serif, system-ui, sans-serif;
    --font-display: Inter, Roboto, Helvetica, Arial, ui-sans-serif, system-ui, sans-serif;
  }

  /* Mobile overrides */
  @media (max-width: 767px) {
    :root {
      --header-height: 44px;
      /* Only top bar on mobile (no nav bar) */
    }
  }
  *{
  border-color: hsl(var(--border));
}

  body{
  background-color: hsl(var(--background));
  color: hsl(var(--foreground));
    font-family: var(--font-sans);
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    font-synthesis-weight: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scrollbar-gutter: stable;
}

  button,
  input,
  select,
  textarea {
    font-family: var(--font-sans);
    letter-spacing: 0;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: var(--font-sans);
    letter-spacing: 0;
    font-weight: 600;
  }
.\!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 !important;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.\!fixed{
  position: fixed !important;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.inset-1{
  inset: 0.25rem;
}
.inset-x-0{
  left: 0px;
  right: 0px;
}
.inset-x-4{
  left: 1rem;
  right: 1rem;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.\!bottom-0{
  bottom: 0px !important;
}
.\!left-auto{
  left: auto !important;
}
.\!right-0{
  right: 0px !important;
}
.\!top-0{
  top: 0px !important;
}
.-bottom-2{
  bottom: -0.5rem;
}
.-left-1{
  left: -0.25rem;
}
.-left-5{
  left: -1.25rem;
}
.-left-7{
  left: -1.75rem;
}
.-left-\[7px\]{
  left: -7px;
}
.-right-1{
  right: -0.25rem;
}
.-right-1\.5{
  right: -0.375rem;
}
.-right-2{
  right: -0.5rem;
}
.-right-7{
  right: -1.75rem;
}
.-top-1{
  top: -0.25rem;
}
.-top-2{
  top: -0.5rem;
}
.-top-2\.5{
  top: -0.625rem;
}
.-top-\[46px\]{
  top: -46px;
}
.-top-\[50px\]{
  top: -50px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-1{
  bottom: 0.25rem;
}
.bottom-2{
  bottom: 0.5rem;
}
.bottom-4{
  bottom: 1rem;
}
.bottom-5{
  bottom: 1.25rem;
}
.bottom-6{
  bottom: 1.5rem;
}
.bottom-7{
  bottom: 1.75rem;
}
.bottom-8{
  bottom: 2rem;
}
.bottom-9{
  bottom: 2.25rem;
}
.bottom-\[-13px\]{
  bottom: -13px;
}
.bottom-\[-1px\]{
  bottom: -1px;
}
.bottom-\[-20px\]{
  bottom: -20px;
}
.bottom-\[-24px\]{
  bottom: -24px;
}
.bottom-\[-4px\]{
  bottom: -4px;
}
.bottom-\[64px\]{
  bottom: 64px;
}
.bottom-\[6px\]{
  bottom: 6px;
}
.bottom-\[76px\]{
  bottom: 76px;
}
.left-0{
  left: 0px;
}
.left-0\.5{
  left: 0.125rem;
}
.left-1{
  left: 0.25rem;
}
.left-1\/2{
  left: 50%;
}
.left-10{
  left: 2.5rem;
}
.left-2{
  left: 0.5rem;
}
.left-2\.5{
  left: 0.625rem;
}
.left-3{
  left: 0.75rem;
}
.left-3\.5{
  left: 0.875rem;
}
.left-4{
  left: 1rem;
}
.left-8{
  left: 2rem;
}
.left-9{
  left: 2.25rem;
}
.left-\[-35px\]{
  left: -35px;
}
.left-\[-40px\]{
  left: -40px;
}
.left-\[15px\]{
  left: 15px;
}
.left-\[40px\]{
  left: 40px;
}
.left-\[50\%\]{
  left: 50%;
}
.right-0{
  right: 0px;
}
.right-0\.5{
  right: 0.125rem;
}
.right-1{
  right: 0.25rem;
}
.right-10{
  right: 2.5rem;
}
.right-2{
  right: 0.5rem;
}
.right-2\.5{
  right: 0.625rem;
}
.right-24{
  right: 6rem;
}
.right-3{
  right: 0.75rem;
}
.right-4{
  right: 1rem;
}
.right-5{
  right: 1.25rem;
}
.right-7{
  right: 1.75rem;
}
.right-8{
  right: 2rem;
}
.right-9{
  right: 2.25rem;
}
.right-\[40px\]{
  right: 40px;
}
.top-0{
  top: 0px;
}
.top-0\.5{
  top: 0.125rem;
}
.top-1{
  top: 0.25rem;
}
.top-1\.5{
  top: 0.375rem;
}
.top-1\/2{
  top: 50%;
}
.top-10{
  top: 2.5rem;
}
.top-2{
  top: 0.5rem;
}
.top-2\.5{
  top: 0.625rem;
}
.top-3{
  top: 0.75rem;
}
.top-4{
  top: 1rem;
}
.top-5{
  top: 1.25rem;
}
.top-6{
  top: 1.5rem;
}
.top-7{
  top: 1.75rem;
}
.top-8{
  top: 2rem;
}
.top-\[-1px\]{
  top: -1px;
}
.top-\[-3px\]{
  top: -3px;
}
.top-\[100\%\]{
  top: 100%;
}
.top-\[21px\]{
  top: 21px;
}
.top-\[248px\]{
  top: 248px;
}
.top-\[34px\]{
  top: 34px;
}
.top-\[354px\]{
  top: 354px;
}
.top-\[38px\]{
  top: 38px;
}
.top-\[42px\]{
  top: 42px;
}
.top-\[44px\]{
  top: 44px;
}
.top-\[45px\]{
  top: 45px;
}
.top-\[46px\]{
  top: 46px;
}
.top-\[48px\]{
  top: 48px;
}
.top-\[50\%\]{
  top: 50%;
}
.top-\[50dvh\]{
  top: 50dvh;
}
.top-\[54px\]{
  top: 54px;
}
.top-\[58px\]{
  top: 58px;
}
.top-\[5vh\]{
  top: 5vh;
}
.top-\[9px\]{
  top: 9px;
}
.top-\[calc\(100\%\+4px\)\]{
  top: calc(100% + 4px);
}
.top-\[calc\(100\%\+6px\)\]{
  top: calc(100% + 6px);
}
.top-\[calc\(50\%\+10px\)\]{
  top: calc(50% + 10px);
}
.top-full{
  top: 100%;
}
.\!z-\[1500\]{
  z-index: 1500 !important;
}
.\!z-\[150\]{
  z-index: 150 !important;
}
.\!z-\[160\]{
  z-index: 160 !important;
}
.\!z-\[1750\]{
  z-index: 1750 !important;
}
.\!z-\[180\]{
  z-index: 180 !important;
}
.\!z-\[190\]{
  z-index: 190 !important;
}
.\!z-\[1950\]{
  z-index: 1950 !important;
}
.\!z-\[250\]{
  z-index: 250 !important;
}
.\!z-\[300\]{
  z-index: 300 !important;
}
.\!z-\[350\]{
  z-index: 350 !important;
}
.\!z-\[450\]{
  z-index: 450 !important;
}
.\!z-\[550\]{
  z-index: 550 !important;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.z-\[10000\]{
  z-index: 10000;
}
.z-\[1000\]{
  z-index: 1000;
}
.z-\[100\]{
  z-index: 100;
}
.z-\[101\]{
  z-index: 101;
}
.z-\[1100\]{
  z-index: 1100;
}
.z-\[110\]{
  z-index: 110;
}
.z-\[1200\]{
  z-index: 1200;
}
.z-\[120\]{
  z-index: 120;
}
.z-\[1300\]{
  z-index: 1300;
}
.z-\[130\]{
  z-index: 130;
}
.z-\[150\]{
  z-index: 150;
}
.z-\[1600\]{
  z-index: 1600;
}
.z-\[160\]{
  z-index: 160;
}
.z-\[1700\]{
  z-index: 1700;
}
.z-\[170\]{
  z-index: 170;
}
.z-\[1800\]{
  z-index: 1800;
}
.z-\[1801\]{
  z-index: 1801;
}
.z-\[1802\]{
  z-index: 1802;
}
.z-\[180\]{
  z-index: 180;
}
.z-\[1850\]{
  z-index: 1850;
}
.z-\[1900\]{
  z-index: 1900;
}
.z-\[1901\]{
  z-index: 1901;
}
.z-\[190\]{
  z-index: 190;
}
.z-\[1950\]{
  z-index: 1950;
}
.z-\[2000\]{
  z-index: 2000;
}
.z-\[200\]{
  z-index: 200;
}
.z-\[2010\]{
  z-index: 2010;
}
.z-\[2100\]{
  z-index: 2100;
}
.z-\[210\]{
  z-index: 210;
}
.z-\[220\]{
  z-index: 220;
}
.z-\[230\]{
  z-index: 230;
}
.z-\[240\]{
  z-index: 240;
}
.z-\[250\]{
  z-index: 250;
}
.z-\[251\]{
  z-index: 251;
}
.z-\[260\]{
  z-index: 260;
}
.z-\[299\]{
  z-index: 299;
}
.z-\[3000\]{
  z-index: 3000;
}
.z-\[300\]{
  z-index: 300;
}
.z-\[30\]{
  z-index: 30;
}
.z-\[310\]{
  z-index: 310;
}
.z-\[349\]{
  z-index: 349;
}
.z-\[350\]{
  z-index: 350;
}
.z-\[35\]{
  z-index: 35;
}
.z-\[360\]{
  z-index: 360;
}
.z-\[390\]{
  z-index: 390;
}
.z-\[400\]{
  z-index: 400;
}
.z-\[40\]{
  z-index: 40;
}
.z-\[450\]{
  z-index: 450;
}
.z-\[500\]{
  z-index: 500;
}
.z-\[510\]{
  z-index: 510;
}
.z-\[520\]{
  z-index: 520;
}
.z-\[550\]{
  z-index: 550;
}
.z-\[600\]{
  z-index: 600;
}
.z-\[60\]{
  z-index: 60;
}
.z-\[650\]{
  z-index: 650;
}
.z-\[700\]{
  z-index: 700;
}
.z-\[70\]{
  z-index: 70;
}
.z-\[720\]{
  z-index: 720;
}
.z-\[740\]{
  z-index: 740;
}
.z-\[790\]{
  z-index: 790;
}
.z-\[800\]{
  z-index: 800;
}
.z-\[80\]{
  z-index: 80;
}
.z-\[9999\]{
  z-index: 9999;
}
.z-\[999\]{
  z-index: 999;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.order-first{
  order: -9999;
}
.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-span-5{
  grid-column: span 5 / span 5;
}
.col-start-2{
  grid-column-start: 2;
}
.row-span-2{
  grid-row: span 2 / span 2;
}
.m-0{
  margin: 0px;
}
.-mx-1{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.-mx-2{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.-mx-6{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.mx-0\.5{
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-1\.5{
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.-mb-2{
  margin-bottom: -0.5rem;
}
.-mb-\[1px\]{
  margin-bottom: -1px;
}
.-mb-\[2px\]{
  margin-bottom: -2px;
}
.-mb-px{
  margin-bottom: -1px;
}
.-ml-1{
  margin-left: -0.25rem;
}
.-ml-2{
  margin-left: -0.5rem;
}
.-mr-2{
  margin-right: -0.5rem;
}
.-mt-0\.5{
  margin-top: -0.125rem;
}
.-mt-1{
  margin-top: -0.25rem;
}
.-mt-4{
  margin-top: -1rem;
}
.mb-0\.5{
  margin-bottom: 0.125rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-1\.5{
  margin-bottom: 0.375rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-9{
  margin-bottom: 2.25rem;
}
.mb-\[-2px\]{
  margin-bottom: -2px;
}
.ml-0\.5{
  margin-left: 0.125rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-10{
  margin-left: 2.5rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-5{
  margin-left: 1.25rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.ml-8{
  margin-left: 2rem;
}
.ml-\[32px\]{
  margin-left: 32px;
}
.ml-auto{
  margin-left: auto;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-1\.5{
  margin-right: 0.375rem;
}
.mr-12{
  margin-right: 3rem;
}
.mr-16{
  margin-right: 4rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-5{
  margin-right: 1.25rem;
}
.mr-8{
  margin-right: 2rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-1\.5{
  margin-top: 0.375rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-14{
  margin-top: 3.5rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-2\.5{
  margin-top: 0.625rem;
}
.mt-20{
  margin-top: 5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-7{
  margin-top: 1.75rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-9{
  margin-top: 2.25rem;
}
.mt-\[-2px\]{
  margin-top: -2px;
}
.mt-\[-4px\]{
  margin-top: -4px;
}
.mt-\[18px\]{
  margin-top: 18px;
}
.mt-\[840px\]{
  margin-top: 840px;
}
.mt-auto{
  margin-top: auto;
}
.box-border{
  box-sizing: border-box;
}
.line-clamp-1{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.\!table{
  display: table !important;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.aspect-\[4\/3\]{
  aspect-ratio: 4/3;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.h-0{
  height: 0px;
}
.h-0\.5{
  height: 0.125rem;
}
.h-1{
  height: 0.25rem;
}
.h-1\.5{
  height: 0.375rem;
}
.h-10{
  height: 2.5rem;
}
.h-11{
  height: 2.75rem;
}
.h-12{
  height: 3rem;
}
.h-14{
  height: 3.5rem;
}
.h-16{
  height: 4rem;
}
.h-2{
  height: 0.5rem;
}
.h-2\.5{
  height: 0.625rem;
}
.h-20{
  height: 5rem;
}
.h-24{
  height: 6rem;
}
.h-28{
  height: 7rem;
}
.h-3{
  height: 0.75rem;
}
.h-3\.5{
  height: 0.875rem;
}
.h-32{
  height: 8rem;
}
.h-4{
  height: 1rem;
}
.h-40{
  height: 10rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-64{
  height: 16rem;
}
.h-7{
  height: 1.75rem;
}
.h-8{
  height: 2rem;
}
.h-9{
  height: 2.25rem;
}
.h-\[100dvh\]{
  height: 100dvh;
}
.h-\[100px\]{
  height: 100px;
}
.h-\[102px\]{
  height: 102px;
}
.h-\[104px\]{
  height: 104px;
}
.h-\[108px\]{
  height: 108px;
}
.h-\[110px\]{
  height: 110px;
}
.h-\[112px\]{
  height: 112px;
}
.h-\[116px\]{
  height: 116px;
}
.h-\[120px\]{
  height: 120px;
}
.h-\[130px\]{
  height: 130px;
}
.h-\[136px\]{
  height: 136px;
}
.h-\[14px\]{
  height: 14px;
}
.h-\[15px\]{
  height: 15px;
}
.h-\[174px\]{
  height: 174px;
}
.h-\[180px\]{
  height: 180px;
}
.h-\[18px\]{
  height: 18px;
}
.h-\[190px\]{
  height: 190px;
}
.h-\[1px\]{
  height: 1px;
}
.h-\[200px\]{
  height: 200px;
}
.h-\[20px\]{
  height: 20px;
}
.h-\[21px\]{
  height: 21px;
}
.h-\[22px\]{
  height: 22px;
}
.h-\[230px\]{
  height: 230px;
}
.h-\[240px\]{
  height: 240px;
}
.h-\[245px\]{
  height: 245px;
}
.h-\[250px\]{
  height: 250px;
}
.h-\[256px\]{
  height: 256px;
}
.h-\[260px\]{
  height: 260px;
}
.h-\[270px\]{
  height: 270px;
}
.h-\[280px\]{
  height: 280px;
}
.h-\[284px\]{
  height: 284px;
}
.h-\[285px\]{
  height: 285px;
}
.h-\[28px\]{
  height: 28px;
}
.h-\[29px\]{
  height: 29px;
}
.h-\[2px\]{
  height: 2px;
}
.h-\[300px\]{
  height: 300px;
}
.h-\[30px\]{
  height: 30px;
}
.h-\[310px\]{
  height: 310px;
}
.h-\[315px\]{
  height: 315px;
}
.h-\[320px\]{
  height: 320px;
}
.h-\[325px\]{
  height: 325px;
}
.h-\[32px\]{
  height: 32px;
}
.h-\[330px\]{
  height: 330px;
}
.h-\[34px\]{
  height: 34px;
}
.h-\[350px\]{
  height: 350px;
}
.h-\[360px\]{
  height: 360px;
}
.h-\[36px\]{
  height: 36px;
}
.h-\[380px\]{
  height: 380px;
}
.h-\[38px\]{
  height: 38px;
}
.h-\[400px\]{
  height: 400px;
}
.h-\[40px\]{
  height: 40px;
}
.h-\[410px\]{
  height: 410px;
}
.h-\[42px\]{
  height: 42px;
}
.h-\[43px\]{
  height: 43px;
}
.h-\[44px\]{
  height: 44px;
}
.h-\[450px\]{
  height: 450px;
}
.h-\[45px\]{
  height: 45px;
}
.h-\[46px\]{
  height: 46px;
}
.h-\[47px\]{
  height: 47px;
}
.h-\[480px\]{
  height: 480px;
}
.h-\[486px\]{
  height: 486px;
}
.h-\[48px\]{
  height: 48px;
}
.h-\[500px\]{
  height: 500px;
}
.h-\[50px\]{
  height: 50px;
}
.h-\[520px\]{
  height: 520px;
}
.h-\[52px\]{
  height: 52px;
}
.h-\[54px\]{
  height: 54px;
}
.h-\[55px\]{
  height: 55px;
}
.h-\[56px\]{
  height: 56px;
}
.h-\[58px\]{
  height: 58px;
}
.h-\[5px\]{
  height: 5px;
}
.h-\[60px\]{
  height: 60px;
}
.h-\[620px\]{
  height: 620px;
}
.h-\[62px\]{
  height: 62px;
}
.h-\[64px\]{
  height: 64px;
}
.h-\[66px\]{
  height: 66px;
}
.h-\[68px\]{
  height: 68px;
}
.h-\[70px\]{
  height: 70px;
}
.h-\[720px\]{
  height: 720px;
}
.h-\[72px\]{
  height: 72px;
}
.h-\[74px\]{
  height: 74px;
}
.h-\[76px\]{
  height: 76px;
}
.h-\[78px\]{
  height: 78px;
}
.h-\[82px\]{
  height: 82px;
}
.h-\[84px\]{
  height: 84px;
}
.h-\[88px\]{
  height: 88px;
}
.h-\[96px\]{
  height: 96px;
}
.h-\[calc\(100dvh-125px\)\]{
  height: calc(100dvh - 125px);
}
.h-\[calc\(100dvh-154px\)\]{
  height: calc(100dvh - 154px);
}
.h-\[calc\(100dvh-230px\)\]{
  height: calc(100dvh - 230px);
}
.h-\[calc\(100dvh-32px\)\]{
  height: calc(100dvh - 32px);
}
.h-\[calc\(100dvh-48px\)\]{
  height: calc(100dvh - 48px);
}
.h-\[calc\(100dvh-80px\)\]{
  height: calc(100dvh - 80px);
}
.h-\[calc\(100vh-24px\)\]{
  height: calc(100vh - 24px);
}
.h-\[calc\(100vh-32px\)\]{
  height: calc(100vh - 32px);
}
.h-\[calc\(100vh-58px\)\]{
  height: calc(100vh - 58px);
}
.h-\[calc\(100vh-92px\)\]{
  height: calc(100vh - 92px);
}
.h-\[calc\(76px\+env\(safe-area-inset-bottom\)\)\]{
  height: calc(76px + env(safe-area-inset-bottom));
}
.h-\[var\(--radix-select-content-available-height\)\]{
  height: var(--radix-select-content-available-height);
}
.h-auto{
  height: auto;
}
.h-dvh{
  height: 100dvh;
}
.h-full{
  height: 100%;
}
.h-px{
  height: 1px;
}
.h-screen{
  height: 100vh;
}
.max-h-48{
  max-height: 12rem;
}
.max-h-56{
  max-height: 14rem;
}
.max-h-64{
  max-height: 16rem;
}
.max-h-72{
  max-height: 18rem;
}
.max-h-9{
  max-height: 2.25rem;
}
.max-h-96{
  max-height: 24rem;
}
.max-h-\[1000px\]{
  max-height: 1000px;
}
.max-h-\[180px\]{
  max-height: 180px;
}
.max-h-\[190px\]{
  max-height: 190px;
}
.max-h-\[196px\]{
  max-height: 196px;
}
.max-h-\[200px\]{
  max-height: 200px;
}
.max-h-\[210px\]{
  max-height: 210px;
}
.max-h-\[220px\]{
  max-height: 220px;
}
.max-h-\[240px\]{
  max-height: 240px;
}
.max-h-\[250px\]{
  max-height: 250px;
}
.max-h-\[260px\]{
  max-height: 260px;
}
.max-h-\[280px\]{
  max-height: 280px;
}
.max-h-\[300px\]{
  max-height: 300px;
}
.max-h-\[320px\]{
  max-height: 320px;
}
.max-h-\[340px\]{
  max-height: 340px;
}
.max-h-\[350px\]{
  max-height: 350px;
}
.max-h-\[355px\]{
  max-height: 355px;
}
.max-h-\[360px\]{
  max-height: 360px;
}
.max-h-\[380px\]{
  max-height: 380px;
}
.max-h-\[384px\]{
  max-height: 384px;
}
.max-h-\[400px\]{
  max-height: 400px;
}
.max-h-\[405px\]{
  max-height: 405px;
}
.max-h-\[420px\]{
  max-height: 420px;
}
.max-h-\[450px\]{
  max-height: 450px;
}
.max-h-\[510px\]{
  max-height: 510px;
}
.max-h-\[520px\]{
  max-height: 520px;
}
.max-h-\[525px\]{
  max-height: 525px;
}
.max-h-\[570px\]{
  max-height: 570px;
}
.max-h-\[620px\]{
  max-height: 620px;
}
.max-h-\[70vh\]{
  max-height: 70vh;
}
.max-h-\[740px\]{
  max-height: 740px;
}
.max-h-\[75vh\]{
  max-height: 75vh;
}
.max-h-\[85vh\]{
  max-height: 85vh;
}
.max-h-\[86vh\]{
  max-height: 86vh;
}
.max-h-\[90vh\]{
  max-height: 90vh;
}
.max-h-\[95vh\]{
  max-height: 95vh;
}
.max-h-\[calc\(100dvh-48px\)\]{
  max-height: calc(100dvh - 48px);
}
.max-h-\[calc\(100dvh-88px\)\]{
  max-height: calc(100dvh - 88px);
}
.max-h-\[calc\(100dvh-96px\)\]{
  max-height: calc(100dvh - 96px);
}
.max-h-\[calc\(100vh-114px\)\]{
  max-height: calc(100vh - 114px);
}
.max-h-\[calc\(100vh-120px\)\]{
  max-height: calc(100vh - 120px);
}
.max-h-\[calc\(100vh-160px\)\]{
  max-height: calc(100vh - 160px);
}
.max-h-\[calc\(100vh-20px\)\]{
  max-height: calc(100vh - 20px);
}
.max-h-\[calc\(100vh-240px\)\]{
  max-height: calc(100vh - 240px);
}
.max-h-\[calc\(100vh-24px\)\]{
  max-height: calc(100vh - 24px);
}
.max-h-\[calc\(100vh-260px\)\]{
  max-height: calc(100vh - 260px);
}
.max-h-\[calc\(100vh-32px\)\]{
  max-height: calc(100vh - 32px);
}
.max-h-\[calc\(100vh-40px\)\]{
  max-height: calc(100vh - 40px);
}
.max-h-\[calc\(100vh-48px\)\]{
  max-height: calc(100vh - 48px);
}
.max-h-\[calc\(100vh-58px\)\]{
  max-height: calc(100vh - 58px);
}
.max-h-\[calc\(100vh-88px\)\]{
  max-height: calc(100vh - 88px);
}
.max-h-\[calc\(100vh-96px\)\]{
  max-height: calc(100vh - 96px);
}
.max-h-\[calc\(90vh-140px\)\]{
  max-height: calc(90vh - 140px);
}
.max-h-\[calc\(90vh-180px\)\]{
  max-height: calc(90vh - 180px);
}
.max-h-\[min\(280px\2c var\(--radix-popover-content-available-height\)\)\]{
  max-height: min(280px, var(--radix-popover-content-available-height));
}
.max-h-full{
  max-height: 100%;
}
.max-h-none{
  max-height: none;
}
.min-h-0{
  min-height: 0px;
}
.min-h-10{
  min-height: 2.5rem;
}
.min-h-11{
  min-height: 2.75rem;
}
.min-h-12{
  min-height: 3rem;
}
.min-h-14{
  min-height: 3.5rem;
}
.min-h-36{
  min-height: 9rem;
}
.min-h-4{
  min-height: 1rem;
}
.min-h-6{
  min-height: 1.5rem;
}
.min-h-7{
  min-height: 1.75rem;
}
.min-h-8{
  min-height: 2rem;
}
.min-h-9{
  min-height: 2.25rem;
}
.min-h-\[100dvh\]{
  min-height: 100dvh;
}
.min-h-\[100px\]{
  min-height: 100px;
}
.min-h-\[120px\]{
  min-height: 120px;
}
.min-h-\[126px\]{
  min-height: 126px;
}
.min-h-\[130px\]{
  min-height: 130px;
}
.min-h-\[132px\]{
  min-height: 132px;
}
.min-h-\[134px\]{
  min-height: 134px;
}
.min-h-\[140px\]{
  min-height: 140px;
}
.min-h-\[150px\]{
  min-height: 150px;
}
.min-h-\[152px\]{
  min-height: 152px;
}
.min-h-\[154px\]{
  min-height: 154px;
}
.min-h-\[160px\]{
  min-height: 160px;
}
.min-h-\[170px\]{
  min-height: 170px;
}
.min-h-\[174px\]{
  min-height: 174px;
}
.min-h-\[180px\]{
  min-height: 180px;
}
.min-h-\[190px\]{
  min-height: 190px;
}
.min-h-\[200px\]{
  min-height: 200px;
}
.min-h-\[20px\]{
  min-height: 20px;
}
.min-h-\[210px\]{
  min-height: 210px;
}
.min-h-\[220px\]{
  min-height: 220px;
}
.min-h-\[235px\]{
  min-height: 235px;
}
.min-h-\[264px\]{
  min-height: 264px;
}
.min-h-\[270px\]{
  min-height: 270px;
}
.min-h-\[280px\]{
  min-height: 280px;
}
.min-h-\[284px\]{
  min-height: 284px;
}
.min-h-\[28px\]{
  min-height: 28px;
}
.min-h-\[29px\]{
  min-height: 29px;
}
.min-h-\[300px\]{
  min-height: 300px;
}
.min-h-\[305px\]{
  min-height: 305px;
}
.min-h-\[320px\]{
  min-height: 320px;
}
.min-h-\[340px\]{
  min-height: 340px;
}
.min-h-\[345px\]{
  min-height: 345px;
}
.min-h-\[34px\]{
  min-height: 34px;
}
.min-h-\[350px\]{
  min-height: 350px;
}
.min-h-\[360px\]{
  min-height: 360px;
}
.min-h-\[36px\]{
  min-height: 36px;
}
.min-h-\[380px\]{
  min-height: 380px;
}
.min-h-\[390px\]{
  min-height: 390px;
}
.min-h-\[400px\]{
  min-height: 400px;
}
.min-h-\[405px\]{
  min-height: 405px;
}
.min-h-\[40px\]{
  min-height: 40px;
}
.min-h-\[410px\]{
  min-height: 410px;
}
.min-h-\[41px\]{
  min-height: 41px;
}
.min-h-\[420px\]{
  min-height: 420px;
}
.min-h-\[42px\]{
  min-height: 42px;
}
.min-h-\[430px\]{
  min-height: 430px;
}
.min-h-\[440px\]{
  min-height: 440px;
}
.min-h-\[44px\]{
  min-height: 44px;
}
.min-h-\[450px\]{
  min-height: 450px;
}
.min-h-\[46px\]{
  min-height: 46px;
}
.min-h-\[48px\]{
  min-height: 48px;
}
.min-h-\[500px\]{
  min-height: 500px;
}
.min-h-\[50px\]{
  min-height: 50px;
}
.min-h-\[520px\]{
  min-height: 520px;
}
.min-h-\[52px\]{
  min-height: 52px;
}
.min-h-\[53px\]{
  min-height: 53px;
}
.min-h-\[54px\]{
  min-height: 54px;
}
.min-h-\[560px\]{
  min-height: 560px;
}
.min-h-\[56px\]{
  min-height: 56px;
}
.min-h-\[58px\]{
  min-height: 58px;
}
.min-h-\[60px\]{
  min-height: 60px;
}
.min-h-\[640px\]{
  min-height: 640px;
}
.min-h-\[64px\]{
  min-height: 64px;
}
.min-h-\[66px\]{
  min-height: 66px;
}
.min-h-\[68px\]{
  min-height: 68px;
}
.min-h-\[70px\]{
  min-height: 70px;
}
.min-h-\[720px\]{
  min-height: 720px;
}
.min-h-\[72px\]{
  min-height: 72px;
}
.min-h-\[73px\]{
  min-height: 73px;
}
.min-h-\[760px\]{
  min-height: 760px;
}
.min-h-\[76px\]{
  min-height: 76px;
}
.min-h-\[78px\]{
  min-height: 78px;
}
.min-h-\[80px\]{
  min-height: 80px;
}
.min-h-\[82px\]{
  min-height: 82px;
}
.min-h-\[84px\]{
  min-height: 84px;
}
.min-h-\[88px\]{
  min-height: 88px;
}
.min-h-\[92px\]{
  min-height: 92px;
}
.min-h-\[98px\]{
  min-height: 98px;
}
.min-h-\[calc\(92px\+env\(safe-area-inset-bottom\)\)\]{
  min-height: calc(92px + env(safe-area-inset-bottom));
}
.min-h-full{
  min-height: 100%;
}
.min-h-screen{
  min-height: 100vh;
}
.\!w-\[560px\]{
  width: 560px !important;
}
.w-0{
  width: 0px;
}
.w-1{
  width: 0.25rem;
}
.w-1\.5{
  width: 0.375rem;
}
.w-1\/2{
  width: 50%;
}
.w-10{
  width: 2.5rem;
}
.w-11{
  width: 2.75rem;
}
.w-12{
  width: 3rem;
}
.w-14{
  width: 3.5rem;
}
.w-16{
  width: 4rem;
}
.w-2{
  width: 0.5rem;
}
.w-2\.5{
  width: 0.625rem;
}
.w-2\/3{
  width: 66.666667%;
}
.w-20{
  width: 5rem;
}
.w-24{
  width: 6rem;
}
.w-28{
  width: 7rem;
}
.w-3{
  width: 0.75rem;
}
.w-3\.5{
  width: 0.875rem;
}
.w-3\/4{
  width: 75%;
}
.w-32{
  width: 8rem;
}
.w-36{
  width: 9rem;
}
.w-4{
  width: 1rem;
}
.w-40{
  width: 10rem;
}
.w-44{
  width: 11rem;
}
.w-48{
  width: 12rem;
}
.w-5{
  width: 1.25rem;
}
.w-56{
  width: 14rem;
}
.w-6{
  width: 1.5rem;
}
.w-64{
  width: 16rem;
}
.w-7{
  width: 1.75rem;
}
.w-72{
  width: 18rem;
}
.w-8{
  width: 2rem;
}
.w-80{
  width: 20rem;
}
.w-9{
  width: 2.25rem;
}
.w-\[--radix-popover-trigger-width\]{
  width: var(--radix-popover-trigger-width);
}
.w-\[--radix-select-trigger-width\]{
  width: var(--radix-select-trigger-width);
}
.w-\[1\.5px\]{
  width: 1.5px;
}
.w-\[100px\]{
  width: 100px;
}
.w-\[102px\]{
  width: 102px;
}
.w-\[108px\]{
  width: 108px;
}
.w-\[110px\]{
  width: 110px;
}
.w-\[112px\]{
  width: 112px;
}
.w-\[116px\]{
  width: 116px;
}
.w-\[118px\]{
  width: 118px;
}
.w-\[1190px\]{
  width: 1190px;
}
.w-\[12\%\]{
  width: 12%;
}
.w-\[1200px\]{
  width: 1200px;
}
.w-\[120px\]{
  width: 120px;
}
.w-\[1250px\]{
  width: 1250px;
}
.w-\[125px\]{
  width: 125px;
}
.w-\[126px\]{
  width: 126px;
}
.w-\[1280px\]{
  width: 1280px;
}
.w-\[128px\]{
  width: 128px;
}
.w-\[13\%\]{
  width: 13%;
}
.w-\[130px\]{
  width: 130px;
}
.w-\[1320px\]{
  width: 1320px;
}
.w-\[132px\]{
  width: 132px;
}
.w-\[135px\]{
  width: 135px;
}
.w-\[136px\]{
  width: 136px;
}
.w-\[1375px\]{
  width: 1375px;
}
.w-\[14\%\]{
  width: 14%;
}
.w-\[140px\]{
  width: 140px;
}
.w-\[142px\]{
  width: 142px;
}
.w-\[14px\]{
  width: 14px;
}
.w-\[15\%\]{
  width: 15%;
}
.w-\[150\%\]{
  width: 150%;
}
.w-\[150px\]{
  width: 150px;
}
.w-\[154px\]{
  width: 154px;
}
.w-\[155px\]{
  width: 155px;
}
.w-\[16\%\]{
  width: 16%;
}
.w-\[16\.5\%\]{
  width: 16.5%;
}
.w-\[160px\]{
  width: 160px;
}
.w-\[162px\]{
  width: 162px;
}
.w-\[170px\]{
  width: 170px;
}
.w-\[174px\]{
  width: 174px;
}
.w-\[176px\]{
  width: 176px;
}
.w-\[178px\]{
  width: 178px;
}
.w-\[18\%\]{
  width: 18%;
}
.w-\[180px\]{
  width: 180px;
}
.w-\[18px\]{
  width: 18px;
}
.w-\[190px\]{
  width: 190px;
}
.w-\[196px\]{
  width: 196px;
}
.w-\[198px\]{
  width: 198px;
}
.w-\[19px\]{
  width: 19px;
}
.w-\[1px\]{
  width: 1px;
}
.w-\[2\.5px\]{
  width: 2.5px;
}
.w-\[20\%\]{
  width: 20%;
}
.w-\[200px\]{
  width: 200px;
}
.w-\[20px\]{
  width: 20px;
}
.w-\[21\%\]{
  width: 21%;
}
.w-\[210px\]{
  width: 210px;
}
.w-\[214px\]{
  width: 214px;
}
.w-\[218px\]{
  width: 218px;
}
.w-\[22\%\]{
  width: 22%;
}
.w-\[220px\]{
  width: 220px;
}
.w-\[226px\]{
  width: 226px;
}
.w-\[228px\]{
  width: 228px;
}
.w-\[22px\]{
  width: 22px;
}
.w-\[230px\]{
  width: 230px;
}
.w-\[232px\]{
  width: 232px;
}
.w-\[240px\]{
  width: 240px;
}
.w-\[25\%\]{
  width: 25%;
}
.w-\[250px\]{
  width: 250px;
}
.w-\[252px\]{
  width: 252px;
}
.w-\[254px\]{
  width: 254px;
}
.w-\[260px\]{
  width: 260px;
}
.w-\[262px\]{
  width: 262px;
}
.w-\[264px\]{
  width: 264px;
}
.w-\[268px\]{
  width: 268px;
}
.w-\[270px\]{
  width: 270px;
}
.w-\[273px\]{
  width: 273px;
}
.w-\[275px\]{
  width: 275px;
}
.w-\[28\%\]{
  width: 28%;
}
.w-\[280px\]{
  width: 280px;
}
.w-\[28px\]{
  width: 28px;
}
.w-\[292px\]{
  width: 292px;
}
.w-\[294px\]{
  width: 294px;
}
.w-\[295px\]{
  width: 295px;
}
.w-\[2px\]{
  width: 2px;
}
.w-\[30\%\]{
  width: 30%;
}
.w-\[300px\]{
  width: 300px;
}
.w-\[302px\]{
  width: 302px;
}
.w-\[30px\]{
  width: 30px;
}
.w-\[310px\]{
  width: 310px;
}
.w-\[312px\]{
  width: 312px;
}
.w-\[314px\]{
  width: 314px;
}
.w-\[320px\]{
  width: 320px;
}
.w-\[330px\]{
  width: 330px;
}
.w-\[34\%\]{
  width: 34%;
}
.w-\[340px\]{
  width: 340px;
}
.w-\[35\%\]{
  width: 35%;
}
.w-\[350px\]{
  width: 350px;
}
.w-\[360px\]{
  width: 360px;
}
.w-\[365px\]{
  width: 365px;
}
.w-\[370px\]{
  width: 370px;
}
.w-\[380px\]{
  width: 380px;
}
.w-\[38px\]{
  width: 38px;
}
.w-\[398px\]{
  width: 398px;
}
.w-\[3px\]{
  width: 3px;
}
.w-\[40\%\]{
  width: 40%;
}
.w-\[40px\]{
  width: 40px;
}
.w-\[414px\]{
  width: 414px;
}
.w-\[42\%\]{
  width: 42%;
}
.w-\[420px\]{
  width: 420px;
}
.w-\[430px\]{
  width: 430px;
}
.w-\[440px\]{
  width: 440px;
}
.w-\[450px\]{
  width: 450px;
}
.w-\[452px\]{
  width: 452px;
}
.w-\[45px\]{
  width: 45px;
}
.w-\[460px\]{
  width: 460px;
}
.w-\[472px\]{
  width: 472px;
}
.w-\[480px\]{
  width: 480px;
}
.w-\[4px\]{
  width: 4px;
}
.w-\[500px\]{
  width: 500px;
}
.w-\[504px\]{
  width: 504px;
}
.w-\[50px\]{
  width: 50px;
}
.w-\[512px\]{
  width: 512px;
}
.w-\[520px\]{
  width: 520px;
}
.w-\[526px\]{
  width: 526px;
}
.w-\[528px\]{
  width: 528px;
}
.w-\[52px\]{
  width: 52px;
}
.w-\[535px\]{
  width: 535px;
}
.w-\[540px\]{
  width: 540px;
}
.w-\[545px\]{
  width: 545px;
}
.w-\[54px\]{
  width: 54px;
}
.w-\[550px\]{
  width: 550px;
}
.w-\[560px\]{
  width: 560px;
}
.w-\[58\%\]{
  width: 58%;
}
.w-\[580px\]{
  width: 580px;
}
.w-\[58px\]{
  width: 58px;
}
.w-\[60px\]{
  width: 60px;
}
.w-\[610px\]{
  width: 610px;
}
.w-\[620px\]{
  width: 620px;
}
.w-\[626px\]{
  width: 626px;
}
.w-\[628px\]{
  width: 628px;
}
.w-\[640px\]{
  width: 640px;
}
.w-\[648px\]{
  width: 648px;
}
.w-\[64px\]{
  width: 64px;
}
.w-\[650px\]{
  width: 650px;
}
.w-\[65px\]{
  width: 65px;
}
.w-\[660px\]{
  width: 660px;
}
.w-\[66px\]{
  width: 66px;
}
.w-\[68px\]{
  width: 68px;
}
.w-\[700px\]{
  width: 700px;
}
.w-\[70px\]{
  width: 70px;
}
.w-\[720px\]{
  width: 720px;
}
.w-\[760px\]{
  width: 760px;
}
.w-\[76px\]{
  width: 76px;
}
.w-\[78px\]{
  width: 78px;
}
.w-\[8\%\]{
  width: 8%;
}
.w-\[80px\]{
  width: 80px;
}
.w-\[820px\]{
  width: 820px;
}
.w-\[82px\]{
  width: 82px;
}
.w-\[842px\]{
  width: 842px;
}
.w-\[84px\]{
  width: 84px;
}
.w-\[84vw\]{
  width: 84vw;
}
.w-\[86px\]{
  width: 86px;
}
.w-\[88vw\]{
  width: 88vw;
}
.w-\[90px\]{
  width: 90px;
}
.w-\[90vw\]{
  width: 90vw;
}
.w-\[92px\]{
  width: 92px;
}
.w-\[940px\]{
  width: 940px;
}
.w-\[950px\]{
  width: 950px;
}
.w-\[95vw\]{
  width: 95vw;
}
.w-\[960px\]{
  width: 960px;
}
.w-\[96px\]{
  width: 96px;
}
.w-\[98px\]{
  width: 98px;
}
.w-\[calc\(100vw-20px\)\]{
  width: calc(100vw - 20px);
}
.w-\[calc\(100vw-24px\)\]{
  width: calc(100vw - 24px);
}
.w-\[calc\(100vw-30px\)\]{
  width: calc(100vw - 30px);
}
.w-\[calc\(100vw-32px\)\]{
  width: calc(100vw - 32px);
}
.w-\[calc\(100vw-40px\)\]{
  width: calc(100vw - 40px);
}
.w-\[calc\(100vw-52px\)\]{
  width: calc(100vw - 52px);
}
.w-\[calc\(100vw-68px\)\]{
  width: calc(100vw - 68px);
}
.w-\[min\(560px\2c calc\(100vw-24px\)\)\]{
  width: min(560px, calc(100vw - 24px));
}
.w-\[min\(780px\2c calc\(100vw-48px\)\)\]{
  width: min(780px, calc(100vw - 48px));
}
.w-\[min\(920px\2c calc\(100vw-32px\)\)\]{
  width: min(920px, calc(100vw - 32px));
}
.w-\[min\(var\(--radix-popover-trigger-width\)\2c 430px\)\]{
  width: min(var(--radix-popover-trigger-width), 430px);
}
.w-\[var\(--radix-popover-trigger-width\)\]{
  width: var(--radix-popover-trigger-width);
}
.w-\[var\(--radix-select-trigger-width\)\]{
  width: var(--radix-select-trigger-width);
}
.w-auto{
  width: auto;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-max{
  width: -moz-max-content;
  width: max-content;
}
.w-px{
  width: 1px;
}
.w-screen{
  width: 100vw;
}
.min-w-0{
  min-width: 0px;
}
.min-w-10{
  min-width: 2.5rem;
}
.min-w-11{
  min-width: 2.75rem;
}
.min-w-24{
  min-width: 6rem;
}
.min-w-4{
  min-width: 1rem;
}
.min-w-5{
  min-width: 1.25rem;
}
.min-w-7{
  min-width: 1.75rem;
}
.min-w-8{
  min-width: 2rem;
}
.min-w-\[100px\]{
  min-width: 100px;
}
.min-w-\[1020px\]{
  min-width: 1020px;
}
.min-w-\[1030px\]{
  min-width: 1030px;
}
.min-w-\[1040px\]{
  min-width: 1040px;
}
.min-w-\[104px\]{
  min-width: 104px;
}
.min-w-\[1060px\]{
  min-width: 1060px;
}
.min-w-\[1080px\]{
  min-width: 1080px;
}
.min-w-\[1100px\]{
  min-width: 1100px;
}
.min-w-\[110px\]{
  min-width: 110px;
}
.min-w-\[1120px\]{
  min-width: 1120px;
}
.min-w-\[112px\]{
  min-width: 112px;
}
.min-w-\[1160px\]{
  min-width: 1160px;
}
.min-w-\[116px\]{
  min-width: 116px;
}
.min-w-\[1180px\]{
  min-width: 1180px;
}
.min-w-\[118px\]{
  min-width: 118px;
}
.min-w-\[1200px\]{
  min-width: 1200px;
}
.min-w-\[120px\]{
  min-width: 120px;
}
.min-w-\[1220px\]{
  min-width: 1220px;
}
.min-w-\[122px\]{
  min-width: 122px;
}
.min-w-\[123px\]{
  min-width: 123px;
}
.min-w-\[124px\]{
  min-width: 124px;
}
.min-w-\[126px\]{
  min-width: 126px;
}
.min-w-\[1280px\]{
  min-width: 1280px;
}
.min-w-\[130px\]{
  min-width: 130px;
}
.min-w-\[1320px\]{
  min-width: 1320px;
}
.min-w-\[132px\]{
  min-width: 132px;
}
.min-w-\[136px\]{
  min-width: 136px;
}
.min-w-\[1375px\]{
  min-width: 1375px;
}
.min-w-\[1380px\]{
  min-width: 1380px;
}
.min-w-\[140px\]{
  min-width: 140px;
}
.min-w-\[1480px\]{
  min-width: 1480px;
}
.min-w-\[150px\]{
  min-width: 150px;
}
.min-w-\[156px\]{
  min-width: 156px;
}
.min-w-\[160px\]{
  min-width: 160px;
}
.min-w-\[162px\]{
  min-width: 162px;
}
.min-w-\[1640px\]{
  min-width: 1640px;
}
.min-w-\[170px\]{
  min-width: 170px;
}
.min-w-\[180px\]{
  min-width: 180px;
}
.min-w-\[190px\]{
  min-width: 190px;
}
.min-w-\[196px\]{
  min-width: 196px;
}
.min-w-\[200px\]{
  min-width: 200px;
}
.min-w-\[210px\]{
  min-width: 210px;
}
.min-w-\[214px\]{
  min-width: 214px;
}
.min-w-\[21px\]{
  min-width: 21px;
}
.min-w-\[220px\]{
  min-width: 220px;
}
.min-w-\[228px\]{
  min-width: 228px;
}
.min-w-\[230px\]{
  min-width: 230px;
}
.min-w-\[246px\]{
  min-width: 246px;
}
.min-w-\[250px\]{
  min-width: 250px;
}
.min-w-\[260px\]{
  min-width: 260px;
}
.min-w-\[280px\]{
  min-width: 280px;
}
.min-w-\[2px\]{
  min-width: 2px;
}
.min-w-\[300px\]{
  min-width: 300px;
}
.min-w-\[320px\]{
  min-width: 320px;
}
.min-w-\[342px\]{
  min-width: 342px;
}
.min-w-\[360px\]{
  min-width: 360px;
}
.min-w-\[40px\]{
  min-width: 40px;
}
.min-w-\[42px\]{
  min-width: 42px;
}
.min-w-\[430px\]{
  min-width: 430px;
}
.min-w-\[440px\]{
  min-width: 440px;
}
.min-w-\[44px\]{
  min-width: 44px;
}
.min-w-\[45px\]{
  min-width: 45px;
}
.min-w-\[46px\]{
  min-width: 46px;
}
.min-w-\[4px\]{
  min-width: 4px;
}
.min-w-\[50px\]{
  min-width: 50px;
}
.min-w-\[520px\]{
  min-width: 520px;
}
.min-w-\[54px\]{
  min-width: 54px;
}
.min-w-\[580px\]{
  min-width: 580px;
}
.min-w-\[58px\]{
  min-width: 58px;
}
.min-w-\[5px\]{
  min-width: 5px;
}
.min-w-\[600px\]{
  min-width: 600px;
}
.min-w-\[60px\]{
  min-width: 60px;
}
.min-w-\[620px\]{
  min-width: 620px;
}
.min-w-\[62px\]{
  min-width: 62px;
}
.min-w-\[640px\]{
  min-width: 640px;
}
.min-w-\[64px\]{
  min-width: 64px;
}
.min-w-\[650px\]{
  min-width: 650px;
}
.min-w-\[680px\]{
  min-width: 680px;
}
.min-w-\[700px\]{
  min-width: 700px;
}
.min-w-\[70px\]{
  min-width: 70px;
}
.min-w-\[720px\]{
  min-width: 720px;
}
.min-w-\[72px\]{
  min-width: 72px;
}
.min-w-\[730px\]{
  min-width: 730px;
}
.min-w-\[74px\]{
  min-width: 74px;
}
.min-w-\[760px\]{
  min-width: 760px;
}
.min-w-\[76px\]{
  min-width: 76px;
}
.min-w-\[780px\]{
  min-width: 780px;
}
.min-w-\[78px\]{
  min-width: 78px;
}
.min-w-\[800px\]{
  min-width: 800px;
}
.min-w-\[80px\]{
  min-width: 80px;
}
.min-w-\[820px\]{
  min-width: 820px;
}
.min-w-\[82px\]{
  min-width: 82px;
}
.min-w-\[84px\]{
  min-width: 84px;
}
.min-w-\[850px\]{
  min-width: 850px;
}
.min-w-\[860px\]{
  min-width: 860px;
}
.min-w-\[86px\]{
  min-width: 86px;
}
.min-w-\[880px\]{
  min-width: 880px;
}
.min-w-\[88px\]{
  min-width: 88px;
}
.min-w-\[8rem\]{
  min-width: 8rem;
}
.min-w-\[900px\]{
  min-width: 900px;
}
.min-w-\[90px\]{
  min-width: 90px;
}
.min-w-\[92px\]{
  min-width: 92px;
}
.min-w-\[95px\]{
  min-width: 95px;
}
.min-w-\[96px\]{
  min-width: 96px;
}
.min-w-\[980px\]{
  min-width: 980px;
}
.min-w-\[98px\]{
  min-width: 98px;
}
.min-w-\[var\(--radix-select-trigger-width\)\]{
  min-width: var(--radix-select-trigger-width);
}
.min-w-full{
  min-width: 100%;
}
.\!max-w-\[calc\(100vw-32px\)\]{
  max-width: calc(100vw - 32px) !important;
}
.max-w-0{
  max-width: 0px;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-5xl{
  max-width: 64rem;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-\[1000px\]{
  max-width: 1000px;
}
.max-w-\[100px\]{
  max-width: 100px;
}
.max-w-\[1024px\]{
  max-width: 1024px;
}
.max-w-\[1044px\]{
  max-width: 1044px;
}
.max-w-\[1120px\]{
  max-width: 1120px;
}
.max-w-\[1164px\]{
  max-width: 1164px;
}
.max-w-\[1200px\]{
  max-width: 1200px;
}
.max-w-\[120px\]{
  max-width: 120px;
}
.max-w-\[1280px\]{
  max-width: 1280px;
}
.max-w-\[1286px\]{
  max-width: 1286px;
}
.max-w-\[132px\]{
  max-width: 132px;
}
.max-w-\[140px\]{
  max-width: 140px;
}
.max-w-\[1440px\]{
  max-width: 1440px;
}
.max-w-\[145px\]{
  max-width: 145px;
}
.max-w-\[150px\]{
  max-width: 150px;
}
.max-w-\[1520px\]{
  max-width: 1520px;
}
.max-w-\[1600px\]{
  max-width: 1600px;
}
.max-w-\[1708px\]{
  max-width: 1708px;
}
.max-w-\[180px\]{
  max-width: 180px;
}
.max-w-\[188px\]{
  max-width: 188px;
}
.max-w-\[190px\]{
  max-width: 190px;
}
.max-w-\[200px\]{
  max-width: 200px;
}
.max-w-\[220px\]{
  max-width: 220px;
}
.max-w-\[230px\]{
  max-width: 230px;
}
.max-w-\[240px\]{
  max-width: 240px;
}
.max-w-\[250px\]{
  max-width: 250px;
}
.max-w-\[260px\]{
  max-width: 260px;
}
.max-w-\[280px\]{
  max-width: 280px;
}
.max-w-\[300px\]{
  max-width: 300px;
}
.max-w-\[310px\]{
  max-width: 310px;
}
.max-w-\[320px\]{
  max-width: 320px;
}
.max-w-\[345px\]{
  max-width: 345px;
}
.max-w-\[360px\]{
  max-width: 360px;
}
.max-w-\[390px\]{
  max-width: 390px;
}
.max-w-\[396px\]{
  max-width: 396px;
}
.max-w-\[398px\]{
  max-width: 398px;
}
.max-w-\[400px\]{
  max-width: 400px;
}
.max-w-\[414px\]{
  max-width: 414px;
}
.max-w-\[420px\]{
  max-width: 420px;
}
.max-w-\[440px\]{
  max-width: 440px;
}
.max-w-\[450px\]{
  max-width: 450px;
}
.max-w-\[460px\]{
  max-width: 460px;
}
.max-w-\[462px\]{
  max-width: 462px;
}
.max-w-\[466px\]{
  max-width: 466px;
}
.max-w-\[470px\]{
  max-width: 470px;
}
.max-w-\[480px\]{
  max-width: 480px;
}
.max-w-\[500px\]{
  max-width: 500px;
}
.max-w-\[510px\]{
  max-width: 510px;
}
.max-w-\[520px\]{
  max-width: 520px;
}
.max-w-\[54vw\]{
  max-width: 54vw;
}
.max-w-\[550px\]{
  max-width: 550px;
}
.max-w-\[560px\]{
  max-width: 560px;
}
.max-w-\[580px\]{
  max-width: 580px;
}
.max-w-\[600px\]{
  max-width: 600px;
}
.max-w-\[614px\]{
  max-width: 614px;
}
.max-w-\[620px\]{
  max-width: 620px;
}
.max-w-\[65\%\]{
  max-width: 65%;
}
.max-w-\[66vw\]{
  max-width: 66vw;
}
.max-w-\[700px\]{
  max-width: 700px;
}
.max-w-\[716px\]{
  max-width: 716px;
}
.max-w-\[720px\]{
  max-width: 720px;
}
.max-w-\[724px\]{
  max-width: 724px;
}
.max-w-\[750px\]{
  max-width: 750px;
}
.max-w-\[760px\]{
  max-width: 760px;
}
.max-w-\[80\%\]{
  max-width: 80%;
}
.max-w-\[800px\]{
  max-width: 800px;
}
.max-w-\[80px\]{
  max-width: 80px;
}
.max-w-\[850px\]{
  max-width: 850px;
}
.max-w-\[860px\]{
  max-width: 860px;
}
.max-w-\[865px\]{
  max-width: 865px;
}
.max-w-\[896px\]{
  max-width: 896px;
}
.max-w-\[930px\]{
  max-width: 930px;
}
.max-w-\[960px\]{
  max-width: 960px;
}
.max-w-\[980px\]{
  max-width: 980px;
}
.max-w-\[985px\]{
  max-width: 985px;
}
.max-w-\[calc\(100\%-4px\)\]{
  max-width: calc(100% - 4px);
}
.max-w-\[calc\(100vw-16px\)\]{
  max-width: calc(100vw - 16px);
}
.max-w-\[calc\(100vw-20px\)\]{
  max-width: calc(100vw - 20px);
}
.max-w-\[calc\(100vw-24px\)\]{
  max-width: calc(100vw - 24px);
}
.max-w-\[calc\(100vw-32px\)\]{
  max-width: calc(100vw - 32px);
}
.max-w-\[calc\(100vw-36px\)\]{
  max-width: calc(100vw - 36px);
}
.max-w-\[calc\(100vw-48px\)\]{
  max-width: calc(100vw - 48px);
}
.max-w-\[calc\(100vw-64px\)\]{
  max-width: calc(100vw - 64px);
}
.max-w-\[calc\(100vw-80px\)\]{
  max-width: calc(100vw - 80px);
}
.max-w-full{
  max-width: 100%;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-none{
  max-width: none;
}
.max-w-sm{
  max-width: 24rem;
}
.max-w-xs{
  max-width: 20rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-\[2\]{
  flex: 2;
}
.flex-\[4\]{
  flex: 4;
}
.flex-none{
  flex: none;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.table-fixed{
  table-layout: fixed;
}
.caption-bottom{
  caption-side: bottom;
}
.border-collapse{
  border-collapse: collapse;
}
.border-separate{
  border-collapse: separate;
}
.border-spacing-0{
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.origin-bottom-left{
  transform-origin: bottom left;
}
.origin-bottom-right{
  transform-origin: bottom right;
}
.origin-top{
  transform-origin: top;
}
.\!translate-x-0{
  --tw-translate-x: 0px !important;
  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)) !important;
}
.\!translate-y-0{
  --tw-translate-y: 0px !important;
  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)) !important;
}
.-translate-x-0\.5{
  --tw-translate-x: -0.125rem;
  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-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-x-full{
  --tw-translate-x: -100%;
  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{
  --tw-translate-y: -0.25rem;
  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));
}
.-translate-y-\[calc\(100\%\+8px\)\]{
  --tw-translate-y: calc(calc(100% + 8px) * -1);
  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-x-0{
  --tw-translate-x: 0px;
  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-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-x-\[-50\%\]{
  --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-x-full{
  --tw-translate-x: 100%;
  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-0{
  --tw-translate-y: 0px;
  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{
  --tw-translate-y: 0.25rem;
  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-4{
  --tw-translate-y: 1rem;
  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-\[-50\%\]{
  --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));
}
.translate-y-\[2px\]{
  --tw-translate-y: 2px;
  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));
}
.rotate-0{
  --tw-rotate: 0deg;
  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));
}
.rotate-180{
  --tw-rotate: 180deg;
  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));
}
.rotate-45{
  --tw-rotate: 45deg;
  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));
}
.rotate-90{
  --tw-rotate: 90deg;
  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));
}
.rotate-\[-45deg\]{
  --tw-rotate: -45deg;
  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));
}
.scale-0{
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  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));
}
.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}
.scale-75{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  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));
}
.scale-90{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
}
.\!animate-none{
  animation: none !important;
}
.animate-none{
  animation: none;
}
@keyframes pulse{

  50%{
    opacity: .5;
  }
}
.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin{

  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  animation: spin 1s linear infinite;
}
.cursor-default{
  cursor: default;
}
.cursor-grab{
  cursor: grab;
}
.cursor-help{
  cursor: help;
}
.cursor-not-allowed{
  cursor: not-allowed;
}
.cursor-pointer{
  cursor: pointer;
}
.cursor-text{
  cursor: text;
}
.cursor-zoom-in{
  cursor: zoom-in;
}
.cursor-zoom-out{
  cursor: zoom-out;
}
.touch-none{
  touch-action: none;
}
.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-all{
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}
.resize-none{
  resize: none;
}
.resize-y{
  resize: vertical;
}
.resize{
  resize: both;
}
.scroll-mt-4{
  scroll-margin-top: 1rem;
}
.list-inside{
  list-style-position: inside;
}
.list-decimal{
  list-style-type: decimal;
}
.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.break-inside-avoid{
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-\[1\.15fr_1\.2fr_1fr_1fr_1fr_1fr\]{
  grid-template-columns: 1.15fr 1.2fr 1fr 1fr 1fr 1fr;
}
.grid-cols-\[1\.25fr_0\.9fr_0\.8fr\]{
  grid-template-columns: 1.25fr 0.9fr 0.8fr;
}
.grid-cols-\[1\.2fr_1\.2fr_1fr_1fr_1\.1fr\]{
  grid-template-columns: 1.2fr 1.2fr 1fr 1fr 1.1fr;
}
.grid-cols-\[1\.2fr_1\.2fr_1fr_1fr_1fr_1fr\]{
  grid-template-columns: 1.2fr 1.2fr 1fr 1fr 1fr 1fr;
}
.grid-cols-\[1\.3fr_1\.3fr_1\.3fr_1\.5fr_1fr_1fr\]{
  grid-template-columns: 1.3fr 1.3fr 1.3fr 1.5fr 1fr 1fr;
}
.grid-cols-\[1\.5fr_1\.2fr_1\.2fr_2fr_1\.2fr_1fr\]{
  grid-template-columns: 1.5fr 1.2fr 1.2fr 2fr 1.2fr 1fr;
}
.grid-cols-\[1\.5fr_1\.2fr_1\.2fr_40px\]{
  grid-template-columns: 1.5fr 1.2fr 1.2fr 40px;
}
.grid-cols-\[1\.5fr_1\.5fr_1\.5fr_1fr_0\.8fr_0\.8fr\]{
  grid-template-columns: 1.5fr 1.5fr 1.5fr 1fr 0.8fr 0.8fr;
}
.grid-cols-\[1\.5fr_1\.5fr_1\.5fr_1fr_1fr\]{
  grid-template-columns: 1.5fr 1.5fr 1.5fr 1fr 1fr;
}
.grid-cols-\[1\.5fr_3fr_1fr_1fr_1fr_1fr\]{
  grid-template-columns: 1.5fr 3fr 1fr 1fr 1fr 1fr;
}
.grid-cols-\[100px_1fr\]{
  grid-template-columns: 100px 1fr;
}
.grid-cols-\[110px_1fr\]{
  grid-template-columns: 110px 1fr;
}
.grid-cols-\[112px_1fr\]{
  grid-template-columns: 112px 1fr;
}
.grid-cols-\[115px_1fr\]{
  grid-template-columns: 115px 1fr;
}
.grid-cols-\[116px_1fr\]{
  grid-template-columns: 116px 1fr;
}
.grid-cols-\[118px_1fr\]{
  grid-template-columns: 118px 1fr;
}
.grid-cols-\[120px_1fr\]{
  grid-template-columns: 120px 1fr;
}
.grid-cols-\[125px_minmax\(0\2c 1fr\)\]{
  grid-template-columns: 125px minmax(0,1fr);
}
.grid-cols-\[126px_1fr\]{
  grid-template-columns: 126px 1fr;
}
.grid-cols-\[126px_1fr_1fr\]{
  grid-template-columns: 126px 1fr 1fr;
}
.grid-cols-\[128px_1fr\]{
  grid-template-columns: 128px 1fr;
}
.grid-cols-\[130px_1fr\]{
  grid-template-columns: 130px 1fr;
}
.grid-cols-\[140px_1fr\]{
  grid-template-columns: 140px 1fr;
}
.grid-cols-\[140px_minmax\(0\2c 1fr\)\]{
  grid-template-columns: 140px minmax(0,1fr);
}
.grid-cols-\[150px_1fr\]{
  grid-template-columns: 150px 1fr;
}
.grid-cols-\[160px_1fr\]{
  grid-template-columns: 160px 1fr;
}
.grid-cols-\[160px_1fr_140px\]{
  grid-template-columns: 160px 1fr 140px;
}
.grid-cols-\[160px_minmax\(0\2c 1fr\)\]{
  grid-template-columns: 160px minmax(0,1fr);
}
.grid-cols-\[170px_1fr\]{
  grid-template-columns: 170px 1fr;
}
.grid-cols-\[180px_1fr\]{
  grid-template-columns: 180px 1fr;
}
.grid-cols-\[180px_220px_1fr_220px_180px_160px\]{
  grid-template-columns: 180px 220px 1fr 220px 180px 160px;
}
.grid-cols-\[180px_2fr_120px_150px_150px_150px_160px\]{
  grid-template-columns: 180px 2fr 120px 150px 150px 150px 160px;
}
.grid-cols-\[1fr_1\.1fr_1fr_1fr_1fr\]{
  grid-template-columns: 1fr 1.1fr 1fr 1fr 1fr;
}
.grid-cols-\[1fr_1\.2fr_2fr_1fr_1fr_1fr\]{
  grid-template-columns: 1fr 1.2fr 2fr 1fr 1fr 1fr;
}
.grid-cols-\[1fr_120px_120px_150px\]{
  grid-template-columns: 1fr 120px 120px 150px;
}
.grid-cols-\[1fr_120px_120px_150px_150px\]{
  grid-template-columns: 1fr 120px 120px 150px 150px;
}
.grid-cols-\[1fr_130px_130px_130px_120px\]{
  grid-template-columns: 1fr 130px 130px 130px 120px;
}
.grid-cols-\[1fr_150px\]{
  grid-template-columns: 1fr 150px;
}
.grid-cols-\[1fr_1fr_1fr\]{
  grid-template-columns: 1fr 1fr 1fr;
}
.grid-cols-\[1fr_260px_28px\]{
  grid-template-columns: 1fr 260px 28px;
}
.grid-cols-\[1fr_2fr_0\.8fr_1fr_1fr_1fr_1\.2fr\]{
  grid-template-columns: 1fr 2fr 0.8fr 1fr 1fr 1fr 1.2fr;
}
.grid-cols-\[1fr_2fr_1fr_1fr_1fr_1fr_1\.2fr\]{
  grid-template-columns: 1fr 2fr 1fr 1fr 1fr 1fr 1.2fr;
}
.grid-cols-\[1fr_2fr_4\.2fr\]{
  grid-template-columns: 1fr 2fr 4.2fr;
}
.grid-cols-\[1fr_300px\]{
  grid-template-columns: 1fr 300px;
}
.grid-cols-\[1fr_320px\]{
  grid-template-columns: 1fr 320px;
}
.grid-cols-\[1fr_360px\]{
  grid-template-columns: 1fr 360px;
}
.grid-cols-\[1fr_52px_64px\]{
  grid-template-columns: 1fr 52px 64px;
}
.grid-cols-\[1fr_54px_96px\]{
  grid-template-columns: 1fr 54px 96px;
}
.grid-cols-\[1fr_70px_80px\]{
  grid-template-columns: 1fr 70px 80px;
}
.grid-cols-\[1fr_auto\]{
  grid-template-columns: 1fr auto;
}
.grid-cols-\[200px_minmax\(0\2c 1fr\)\]{
  grid-template-columns: 200px minmax(0,1fr);
}
.grid-cols-\[20px_1fr_64px\]{
  grid-template-columns: 20px 1fr 64px;
}
.grid-cols-\[224px_minmax\(0\2c 1fr\)_210px\]{
  grid-template-columns: 224px minmax(0,1fr) 210px;
}
.grid-cols-\[235px_1fr\]{
  grid-template-columns: 235px 1fr;
}
.grid-cols-\[235px_minmax\(0\2c 1fr\)\]{
  grid-template-columns: 235px minmax(0,1fr);
}
.grid-cols-\[28px_140px_42px_1fr\]{
  grid-template-columns: 28px 140px 42px 1fr;
}
.grid-cols-\[28px_28px_110px_minmax\(180px\2c 1fr\)_74px_140px_95px_28px\]{
  grid-template-columns: 28px 28px 110px minmax(180px,1fr) 74px 140px 95px 28px;
}
.grid-cols-\[2fr_0\.8fr_0\.9fr_0\.9fr_92px\]{
  grid-template-columns: 2fr 0.8fr 0.9fr 0.9fr 92px;
}
.grid-cols-\[300px_1fr\]{
  grid-template-columns: 300px 1fr;
}
.grid-cols-\[30px_140px_minmax\(0\2c 1fr\)_44px_130px\]{
  grid-template-columns: 30px 140px minmax(0,1fr) 44px 130px;
}
.grid-cols-\[32px_140px_minmax\(0\2c 1fr\)_120px\]{
  grid-template-columns: 32px 140px minmax(0,1fr) 120px;
}
.grid-cols-\[3fr_1\.2fr_1\.2fr_1\.5fr_1fr\]{
  grid-template-columns: 3fr 1.2fr 1.2fr 1.5fr 1fr;
}
.grid-cols-\[48px_1fr_1\.4fr_0\.8fr_0\.9fr\]{
  grid-template-columns: 48px 1fr 1.4fr 0.8fr 0.9fr;
}
.grid-cols-\[48px_1fr_1\.4fr_1fr_0\.9fr\]{
  grid-template-columns: 48px 1fr 1.4fr 1fr 0.9fr;
}
.grid-cols-\[52px_1fr\]{
  grid-template-columns: 52px 1fr;
}
.grid-cols-\[54px_1\.2fr_1\.5fr_1fr_1\.25fr\]{
  grid-template-columns: 54px 1.2fr 1.5fr 1fr 1.25fr;
}
.grid-cols-\[70px_1fr\]{
  grid-template-columns: 70px 1fr;
}
.grid-cols-\[72px_1fr\]{
  grid-template-columns: 72px 1fr;
}
.grid-cols-\[74px_1fr\]{
  grid-template-columns: 74px 1fr;
}
.grid-cols-\[80px_1fr\]{
  grid-template-columns: 80px 1fr;
}
.grid-cols-\[86px_1fr\]{
  grid-template-columns: 86px 1fr;
}
.grid-cols-\[90px_1fr\]{
  grid-template-columns: 90px 1fr;
}
.grid-cols-\[92px_1fr\]{
  grid-template-columns: 92px 1fr;
}
.grid-cols-\[96px_1fr\]{
  grid-template-columns: 96px 1fr;
}
.grid-cols-\[minmax\(0\2c 1\.08fr\)_minmax\(420px\2c 0\.92fr\)\]{
  grid-template-columns: minmax(0,1.08fr) minmax(420px,0.92fr);
}
.grid-cols-\[minmax\(0\2c 1fr\)_226px_32px\]{
  grid-template-columns: minmax(0,1fr) 226px 32px;
}
.grid-cols-\[minmax\(0\2c 1fr\)_minmax\(110px\2c 0\.9fr\)\]{
  grid-template-columns: minmax(0,1fr) minmax(110px,0.9fr);
}
.grid-cols-\[minmax\(0\2c 528px\)_minmax\(0\2c 1fr\)\]{
  grid-template-columns: minmax(0,528px) minmax(0,1fr);
}
.grid-cols-\[minmax\(220px\2c 0\.9fr\)_minmax\(240px\2c 1fr\)\]{
  grid-template-columns: minmax(220px,0.9fr) minmax(240px,1fr);
}
.grid-cols-\[minmax\(260px\2c 0\.42fr\)_minmax\(220px\2c 0\.58fr\)\]{
  grid-template-columns: minmax(260px,0.42fr) minmax(220px,0.58fr);
}
.grid-cols-\[repeat\(5\2c max-content\)\]{
  grid-template-columns: repeat(5,max-content);
}
.grid-rows-\[0fr\]{
  grid-template-rows: 0fr;
}
.grid-rows-\[1\.35fr_0\.85fr_0\.45fr\]{
  grid-template-rows: 1.35fr 0.85fr 0.45fr;
}
.grid-rows-\[1fr\]{
  grid-template-rows: 1fr;
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.place-items-center{
  place-items: center;
}
.content-center{
  align-content: center;
}
.content-start{
  align-content: flex-start;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.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;
}
.gap-0{
  gap: 0px;
}
.gap-0\.5{
  gap: 0.125rem;
}
.gap-1{
  gap: 0.25rem;
}
.gap-1\.5{
  gap: 0.375rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-12{
  gap: 3rem;
}
.gap-14{
  gap: 3.5rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-2\.5{
  gap: 0.625rem;
}
.gap-20{
  gap: 5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-3\.5{
  gap: 0.875rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-7{
  gap: 1.75rem;
}
.gap-8{
  gap: 2rem;
}
.gap-9{
  gap: 2.25rem;
}
.gap-\[1\.5px\]{
  gap: 1.5px;
}
.gap-\[2px\]{
  gap: 2px;
}
.gap-x-0{
  -moz-column-gap: 0px;
       column-gap: 0px;
}
.gap-x-10{
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-12{
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.gap-x-14{
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}
.gap-x-16{
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-2\.5{
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}
.gap-x-20{
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-x-7{
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}
.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-x-9{
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}
.gap-y-0{
  row-gap: 0px;
}
.gap-y-0\.5{
  row-gap: 0.125rem;
}
.gap-y-1{
  row-gap: 0.25rem;
}
.gap-y-1\.5{
  row-gap: 0.375rem;
}
.gap-y-10{
  row-gap: 2.5rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.gap-y-3{
  row-gap: 0.75rem;
}
.gap-y-3\.5{
  row-gap: 0.875rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.gap-y-5{
  row-gap: 1.25rem;
}
.gap-y-6{
  row-gap: 1.5rem;
}
.gap-y-7{
  row-gap: 1.75rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-3\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.space-y-9 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
}
.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-slate-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-divide-opacity, 1));
}
.divide-slate-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-divide-opacity, 1));
}
.divide-slate-50 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(248 250 252 / var(--tw-divide-opacity, 1));
}
.self-start{
  align-self: flex-start;
}
.self-end{
  align-self: flex-end;
}
.self-center{
  align-self: center;
}
.justify-self-start{
  justify-self: start;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.\!overflow-visible{
  overflow: visible !important;
}
.overflow-visible{
  overflow: visible;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.overflow-y-hidden{
  overflow-y: hidden;
}
.overflow-y-visible{
  overflow-y: visible;
}
.overflow-x-scroll{
  overflow-x: scroll;
}
.overscroll-contain{
  overscroll-behavior: contain;
}
.scroll-smooth{
  scroll-behavior: smooth;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.\!whitespace-normal{
  white-space: normal !important;
}
.whitespace-normal{
  white-space: normal;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.whitespace-pre-line{
  white-space: pre-line;
}
.whitespace-pre-wrap{
  white-space: pre-wrap;
}
.break-words{
  overflow-wrap: break-word;
}
.break-all{
  word-break: break-all;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-\[10px\]{
  border-radius: 10px;
}
.rounded-\[12px\]{
  border-radius: 12px;
}
.rounded-\[14px\]{
  border-radius: 14px;
}
.rounded-\[18px\]{
  border-radius: 18px;
}
.rounded-\[20px\]{
  border-radius: 20px;
}
.rounded-\[2px\]{
  border-radius: 2px;
}
.rounded-\[3px\]{
  border-radius: 3px;
}
.rounded-\[4px\]{
  border-radius: 4px;
}
.rounded-\[8px\]{
  border-radius: 8px;
}
.rounded-\[999px_999px_2px_999px\]{
  border-radius: 999px 999px 2px 999px;
}
.rounded-\[999px_999px_999px_2px\]{
  border-radius: 999px 999px 999px 2px;
}
.rounded-\[inherit\]{
  border-radius: inherit;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: var(--radius);
}
.rounded-md{
  border-radius: calc(var(--radius) - 2px);
}
.rounded-none{
  border-radius: 0px;
}
.rounded-sm{
  border-radius: calc(var(--radius) - 4px);
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-b-2xl{
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.rounded-b-\[20px\]{
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.rounded-b-lg{
  border-bottom-right-radius: var(--radius);
  border-bottom-left-radius: var(--radius);
}
.rounded-b-md{
  border-bottom-right-radius: calc(var(--radius) - 2px);
  border-bottom-left-radius: calc(var(--radius) - 2px);
}
.rounded-b-sm{
  border-bottom-right-radius: calc(var(--radius) - 4px);
  border-bottom-left-radius: calc(var(--radius) - 4px);
}
.rounded-b-xl{
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-l-\[18px\]{
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
}
.rounded-l-md{
  border-top-left-radius: calc(var(--radius) - 2px);
  border-bottom-left-radius: calc(var(--radius) - 2px);
}
.rounded-l-none{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-l-xl{
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-r{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.rounded-r-md{
  border-top-right-radius: calc(var(--radius) - 2px);
  border-bottom-right-radius: calc(var(--radius) - 2px);
}
.rounded-r-none{
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.rounded-r-sm{
  border-top-right-radius: calc(var(--radius) - 4px);
  border-bottom-right-radius: calc(var(--radius) - 4px);
}
.rounded-r-xl{
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.rounded-t{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.rounded-t-\[18px\]{
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}
.rounded-t-lg{
  border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius);
}
.rounded-t-sm{
  border-top-left-radius: calc(var(--radius) - 4px);
  border-top-right-radius: calc(var(--radius) - 4px);
}
.rounded-bl-lg{
  border-bottom-left-radius: var(--radius);
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-2{
  border-width: 2px;
}
.border-4{
  border-width: 4px;
}
.border-8{
  border-width: 8px;
}
.border-\[3px\]{
  border-width: 3px;
}
.border-x{
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-x-2{
  border-left-width: 2px;
  border-right-width: 2px;
}
.border-x-\[4px\]{
  border-left-width: 4px;
  border-right-width: 4px;
}
.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-y-2{
  border-top-width: 2px;
  border-bottom-width: 2px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-0{
  border-bottom-width: 0px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-b-\[3px\]{
  border-bottom-width: 3px;
}
.border-b-\[5px\]{
  border-bottom-width: 5px;
}
.border-l{
  border-left-width: 1px;
}
.border-l-0{
  border-left-width: 0px;
}
.border-l-2{
  border-left-width: 2px;
}
.border-l-4{
  border-left-width: 4px;
}
.border-r{
  border-right-width: 1px;
}
.border-r-0{
  border-right-width: 0px;
}
.border-r-2{
  border-right-width: 2px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-0{
  border-top-width: 0px;
}
.border-t-2{
  border-top-width: 2px;
}
.border-t-\[5px\]{
  border-top-width: 5px;
}
.border-solid{
  border-style: solid;
}
.border-dashed{
  border-style: dashed;
}
.border-none{
  border-style: none;
}
.\!border-\[\#22c55e\]{
  --tw-border-opacity: 1 !important;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1)) !important;
}
.\!border-\[\#ef4444\]{
  --tw-border-opacity: 1 !important;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
}
.\!border-primary{
  border-color: hsl(var(--primary)) !important;
}
.border-\[\#0060df\]{
  --tw-border-opacity: 1;
  border-color: rgb(0 96 223 / var(--tw-border-opacity, 1));
}
.border-\[\#0070f3\]{
  --tw-border-opacity: 1;
  border-color: rgb(0 112 243 / var(--tw-border-opacity, 1));
}
.border-\[\#009A44\]{
  --tw-border-opacity: 1;
  border-color: rgb(0 154 68 / var(--tw-border-opacity, 1));
}
.border-\[\#0879ec\]{
  --tw-border-opacity: 1;
  border-color: rgb(8 121 236 / var(--tw-border-opacity, 1));
}
.border-\[\#0d6efd\]{
  --tw-border-opacity: 1;
  border-color: rgb(13 110 253 / var(--tw-border-opacity, 1));
}
.border-\[\#3b82f6\]{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-\[\#90CDF4\]{
  --tw-border-opacity: 1;
  border-color: rgb(144 205 244 / var(--tw-border-opacity, 1));
}
.border-\[\#B3D1FF\]{
  --tw-border-opacity: 1;
  border-color: rgb(179 209 255 / var(--tw-border-opacity, 1));
}
.border-\[\#B3F0D3\]{
  --tw-border-opacity: 1;
  border-color: rgb(179 240 211 / var(--tw-border-opacity, 1));
}
.border-\[\#D0D5DD\]{
  --tw-border-opacity: 1;
  border-color: rgb(208 213 221 / var(--tw-border-opacity, 1));
}
.border-\[\#F0F2F5\]{
  --tw-border-opacity: 1;
  border-color: rgb(240 242 245 / var(--tw-border-opacity, 1));
}
.border-\[\#FDE68A\]{
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}
.border-\[\#bfc7d1\]{
  --tw-border-opacity: 1;
  border-color: rgb(191 199 209 / var(--tw-border-opacity, 1));
}
.border-\[\#c1ebd4\]{
  --tw-border-opacity: 1;
  border-color: rgb(193 235 212 / var(--tw-border-opacity, 1));
}
.border-\[\#c6cbd3\]{
  --tw-border-opacity: 1;
  border-color: rgb(198 203 211 / var(--tw-border-opacity, 1));
}
.border-\[\#c9d1dc\]{
  --tw-border-opacity: 1;
  border-color: rgb(201 209 220 / var(--tw-border-opacity, 1));
}
.border-\[\#c9edd7\]{
  --tw-border-opacity: 1;
  border-color: rgb(201 237 215 / var(--tw-border-opacity, 1));
}
.border-\[\#cbd5e1\]{
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}
.border-\[\#cce3ff\]{
  --tw-border-opacity: 1;
  border-color: rgb(204 227 255 / var(--tw-border-opacity, 1));
}
.border-\[\#d9dee6\]{
  --tw-border-opacity: 1;
  border-color: rgb(217 222 230 / var(--tw-border-opacity, 1));
}
.border-\[\#d9ecff\]{
  --tw-border-opacity: 1;
  border-color: rgb(217 236 255 / var(--tw-border-opacity, 1));
}
.border-\[\#dbe0e6\]{
  --tw-border-opacity: 1;
  border-color: rgb(219 224 230 / var(--tw-border-opacity, 1));
}
.border-\[\#dcecfd\]{
  --tw-border-opacity: 1;
  border-color: rgb(220 236 253 / var(--tw-border-opacity, 1));
}
.border-\[\#e0e4ea\]{
  --tw-border-opacity: 1;
  border-color: rgb(224 228 234 / var(--tw-border-opacity, 1));
}
.border-\[\#e2e8f0\]{
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-\[\#ffecd1\]{
  --tw-border-opacity: 1;
  border-color: rgb(255 236 209 / var(--tw-border-opacity, 1));
}
.border-amber-200{
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-blue-100{
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}
.border-blue-100\/50{
  border-color: rgb(219 234 254 / 0.5);
}
.border-blue-200{
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.border-blue-50{
  --tw-border-opacity: 1;
  border-color: rgb(239 246 255 / var(--tw-border-opacity, 1));
}
.border-blue-500{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-brand{
  border-color: hsl(var(--brand-current));
}
.border-brand\/20{
  border-color: hsl(var(--brand-current) / 0.2);
}
.border-destructive{
  border-color: hsl(var(--destructive));
}
.border-emerald-100\/50{
  border-color: rgb(209 250 229 / 0.5);
}
.border-emerald-200{
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}
.border-green-100{
  --tw-border-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
}
.border-green-200{
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}
.border-green-500{
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}
.border-input{
  border-color: hsl(var(--input));
}
.border-orange-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
}
.border-primary{
  border-color: hsl(var(--primary));
}
.border-primary\/10{
  border-color: hsl(var(--primary) / 0.1);
}
.border-primary\/20{
  border-color: hsl(var(--primary) / 0.2);
}
.border-primary\/25{
  border-color: hsl(var(--primary) / 0.25);
}
.border-primary\/30{
  border-color: hsl(var(--primary) / 0.3);
}
.border-primary\/40{
  border-color: hsl(var(--primary) / 0.4);
}
.border-purple-200{
  --tw-border-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
}
.border-red-100{
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}
.border-red-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-rose-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
}
.border-sky-200{
  --tw-border-opacity: 1;
  border-color: rgb(186 230 253 / var(--tw-border-opacity, 1));
}
.border-slate-100{
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}
.border-slate-200{
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-slate-200\/50{
  border-color: rgb(226 232 240 / 0.5);
}
.border-slate-200\/60{
  border-color: rgb(226 232 240 / 0.6);
}
.border-slate-300{
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}
.border-slate-400{
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}
.border-slate-50{
  --tw-border-opacity: 1;
  border-color: rgb(248 250 252 / var(--tw-border-opacity, 1));
}
.border-slate-600{
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}
.border-slate-700{
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}
.border-slate-800{
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
}
.border-teal-200{
  --tw-border-opacity: 1;
  border-color: rgb(153 246 228 / var(--tw-border-opacity, 1));
}
.border-transparent{
  border-color: transparent;
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-white\/10{
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/20{
  border-color: rgb(255 255 255 / 0.2);
}
.border-white\/30{
  border-color: rgb(255 255 255 / 0.3);
}
.border-white\/70{
  border-color: rgb(255 255 255 / 0.7);
}
.border-x-transparent{
  border-left-color: transparent;
  border-right-color: transparent;
}
.border-b-primary{
  border-bottom-color: hsl(var(--primary));
}
.border-b-slate-100{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}
.border-b-slate-200{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-b-slate-400{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}
.border-b-slate-950{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(2 6 23 / var(--tw-border-opacity, 1));
}
.border-b-transparent{
  border-bottom-color: transparent;
}
.border-l-transparent{
  border-left-color: transparent;
}
.border-r-transparent{
  border-right-color: transparent;
}
.border-t-\[\#0b83ff\]{
  --tw-border-opacity: 1;
  border-top-color: rgb(11 131 255 / var(--tw-border-opacity, 1));
}
.border-t-primary{
  border-top-color: hsl(var(--primary));
}
.border-t-sky-500{
  --tw-border-opacity: 1;
  border-top-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
}
.border-t-slate-400{
  --tw-border-opacity: 1;
  border-top-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}
.border-t-slate-950{
  --tw-border-opacity: 1;
  border-top-color: rgb(2 6 23 / var(--tw-border-opacity, 1));
}
.border-t-transparent{
  border-top-color: transparent;
}
.border-t-white{
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-opacity-50{
  --tw-border-opacity: 0.5;
}
.\!bg-\[\#0070D2\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 112 210 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-\[\#f0fdf4\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-\[\#fef2f2\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-black\/45{
  background-color: rgb(0 0 0 / 0.45) !important;
}
.\!bg-black\/50{
  background-color: rgb(0 0 0 / 0.5) !important;
}
.\!bg-primary{
  background-color: hsl(var(--primary)) !important;
}
.bg-\[\#002b5c\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 43 92 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0060df\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 96 223 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0066FF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 102 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0066f2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 102 242 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0066ff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 102 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#006DFF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 109 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0070f3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 112 243 / var(--tw-bg-opacity, 1));
}
.bg-\[\#009A44\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 154 68 / var(--tw-bg-opacity, 1));
}
.bg-\[\#00B156\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 177 86 / var(--tw-bg-opacity, 1));
}
.bg-\[\#00a252\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 162 82 / var(--tw-bg-opacity, 1));
}
.bg-\[\#00a651\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 166 81 / var(--tw-bg-opacity, 1));
}
.bg-\[\#00b14f\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 177 79 / var(--tw-bg-opacity, 1));
}
.bg-\[\#06284f\]{
  --tw-bg-opacity: 1;
  background-color: rgb(6 40 79 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0879ec\]{
  --tw-bg-opacity: 1;
  background-color: rgb(8 121 236 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0b83ff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(11 131 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0f7bff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(15 123 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1677f2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(22 119 242 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1890ff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(24 144 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#27ae60\]{
  --tw-bg-opacity: 1;
  background-color: rgb(39 174 96 / var(--tw-bg-opacity, 1));
}
.bg-\[\#28a745\]{
  --tw-bg-opacity: 1;
  background-color: rgb(40 167 69 / var(--tw-bg-opacity, 1));
}
.bg-\[\#2ecc71\]{
  --tw-bg-opacity: 1;
  background-color: rgb(46 204 113 / var(--tw-bg-opacity, 1));
}
.bg-\[\#2f6df6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(47 109 246 / var(--tw-bg-opacity, 1));
}
.bg-\[\#2f76e8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(47 118 232 / var(--tw-bg-opacity, 1));
}
.bg-\[\#3366FF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(51 102 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#35c76d\]{
  --tw-bg-opacity: 1;
  background-color: rgb(53 199 109 / var(--tw-bg-opacity, 1));
}
.bg-\[\#39c95b\]{
  --tw-bg-opacity: 1;
  background-color: rgb(57 201 91 / var(--tw-bg-opacity, 1));
}
.bg-\[\#3b82f6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-\[\#4bac4d\]\/10{
  background-color: rgb(75 172 77 / 0.1);
}
.bg-\[\#69aaf0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(105 170 240 / var(--tw-bg-opacity, 1));
}
.bg-\[\#6F9B93\]{
  --tw-bg-opacity: 1;
  background-color: rgb(111 155 147 / var(--tw-bg-opacity, 1));
}
.bg-\[\#718096\]{
  --tw-bg-opacity: 1;
  background-color: rgb(113 128 150 / var(--tw-bg-opacity, 1));
}
.bg-\[\#BEE3F8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(190 227 248 / var(--tw-bg-opacity, 1));
}
.bg-\[\#BEE3F8\]\/30{
  background-color: rgb(190 227 248 / 0.3);
}
.bg-\[\#D9F2D0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(217 242 208 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E6F9F1\]{
  --tw-bg-opacity: 1;
  background-color: rgb(230 249 241 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E8F1FF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(232 241 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EBF8FF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F0F2F5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(240 242 245 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F0FDF4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F1F5F9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F2F4F7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F8FAFC\]{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FEF9C3\]\/50{
  background-color: rgb(254 249 195 / 0.5);
}
.bg-\[\#FEF9C3\]\/70{
  background-color: rgb(254 249 195 / 0.7);
}
.bg-\[\#FFF0D8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 240 216 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFF1C7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 199 / var(--tw-bg-opacity, 1));
}
.bg-\[\#a50064\]{
  --tw-bg-opacity: 1;
  background-color: rgb(165 0 100 / var(--tw-bg-opacity, 1));
}
.bg-\[\#aee3f5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(174 227 245 / var(--tw-bg-opacity, 1));
}
.bg-\[\#d22d36\]{
  --tw-bg-opacity: 1;
  background-color: rgb(210 45 54 / var(--tw-bg-opacity, 1));
}
.bg-\[\#dceeff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(220 238 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#e044c7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(224 68 199 / var(--tw-bg-opacity, 1));
}
.bg-\[\#e8f3ff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(232 243 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#e8f7ff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(232 247 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ee1c25\]{
  --tw-bg-opacity: 1;
  background-color: rgb(238 28 37 / var(--tw-bg-opacity, 1));
}
.bg-\[\#eef0f2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(238 240 242 / var(--tw-bg-opacity, 1));
}
.bg-\[\#eef0f3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(238 240 243 / var(--tw-bg-opacity, 1));
}
.bg-\[\#eef3f9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(238 243 249 / var(--tw-bg-opacity, 1));
}
.bg-\[\#eef4ff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(238 244 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#eef6ff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(238 246 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#eef7ff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(238 247 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#eef9f3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(238 249 243 / var(--tw-bg-opacity, 1));
}
.bg-\[\#eefbff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(238 251 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#effaf3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(239 250 243 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f05a28\]{
  --tw-bg-opacity: 1;
  background-color: rgb(240 90 40 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f0f1f3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(240 241 243 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f0f2f4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(240 242 244 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f0f2f5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(240 242 245 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f1f3f5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f1f3f7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 247 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f1f4f7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(241 244 247 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f1f5f9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f1fcf5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(241 252 245 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f2f3f5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(242 243 245 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f3f4f6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f4f7fb\]{
  --tw-bg-opacity: 1;
  background-color: rgb(244 247 251 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f4fbf8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(244 251 248 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f5efd5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 239 213 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f5f6f8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 246 248 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f5f7f9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 247 249 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f5faff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 250 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f8f9fa\]{
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 250 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f8fafc\]{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fff4e5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 244 229 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fff8ed\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 237 / var(--tw-bg-opacity, 1));
}
.bg-\[color-mix\(in_srgb\2c hsl\(var\(--primary\)\)_10\%\2c white\)\]{
  background-color: color-mix(in srgb,hsl(var(--primary)) 10%,white);
}
.bg-\[color-mix\(in_srgb\2c hsl\(var\(--primary\)\)_6\%\2c white\)\]{
  background-color: color-mix(in srgb,hsl(var(--primary)) 6%,white);
}
.bg-amber-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}
.bg-background{
  background-color: hsl(var(--background));
}
.bg-background\/95{
  background-color: hsl(var(--background) / 0.95);
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/10{
  background-color: rgb(0 0 0 / 0.1);
}
.bg-black\/30{
  background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/35{
  background-color: rgb(0 0 0 / 0.35);
}
.bg-black\/40{
  background-color: rgb(0 0 0 / 0.4);
}
.bg-black\/45{
  background-color: rgb(0 0 0 / 0.45);
}
.bg-black\/50{
  background-color: rgb(0 0 0 / 0.5);
}
.bg-black\/55{
  background-color: rgb(0 0 0 / 0.55);
}
.bg-black\/60{
  background-color: rgb(0 0 0 / 0.6);
}
.bg-black\/95{
  background-color: rgb(0 0 0 / 0.95);
}
.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-100\/70{
  background-color: rgb(219 234 254 / 0.7);
}
.bg-blue-200{
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-300{
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
}
.bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-blue-50\/20{
  background-color: rgb(239 246 255 / 0.2);
}
.bg-blue-50\/50{
  background-color: rgb(239 246 255 / 0.5);
}
.bg-blue-50\/60{
  background-color: rgb(239 246 255 / 0.6);
}
.bg-blue-50\/70{
  background-color: rgb(239 246 255 / 0.7);
}
.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-brand{
  background-color: hsl(var(--brand-current));
}
.bg-brand\/5{
  background-color: hsl(var(--brand-current) / 0.05);
}
.bg-card{
  background-color: hsl(var(--card));
}
.bg-destructive{
  background-color: hsl(var(--destructive));
}
.bg-emerald-100{
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}
.bg-emerald-400{
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
}
.bg-emerald-50{
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}
.bg-emerald-50\/70{
  background-color: rgb(236 253 245 / 0.7);
}
.bg-emerald-500{
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.bg-emerald-600{
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}
.bg-emerald-600\/90{
  background-color: rgb(5 150 105 / 0.9);
}
.bg-fuchsia-500{
  --tw-bg-opacity: 1;
  background-color: rgb(217 70 239 / var(--tw-bg-opacity, 1));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-green-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.bg-green-50\/50{
  background-color: rgb(240 253 244 / 0.5);
}
.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.bg-green-600{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.bg-indigo-100{
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}
.bg-inherit{
  background-color: inherit;
}
.bg-muted{
  background-color: hsl(var(--muted));
}
.bg-muted\/50{
  background-color: hsl(var(--muted) / 0.5);
}
.bg-orange-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}
.bg-orange-400{
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity, 1));
}
.bg-orange-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}
.bg-orange-50\/50{
  background-color: rgb(255 247 237 / 0.5);
}
.bg-pink-300{
  --tw-bg-opacity: 1;
  background-color: rgb(249 168 212 / var(--tw-bg-opacity, 1));
}
.bg-popover{
  background-color: hsl(var(--popover));
}
.bg-primary{
  background-color: hsl(var(--primary));
}
.bg-primary\/10{
  background-color: hsl(var(--primary) / 0.1);
}
.bg-primary\/15{
  background-color: hsl(var(--primary) / 0.15);
}
.bg-primary\/5{
  background-color: hsl(var(--primary) / 0.05);
}
.bg-primary\/60{
  background-color: hsl(var(--primary) / 0.6);
}
.bg-primary\/\[0\.04\]{
  background-color: hsl(var(--primary) / 0.04);
}
.bg-primary\/\[0\.06\]{
  background-color: hsl(var(--primary) / 0.06);
}
.bg-purple-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}
.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-red-50\/40{
  background-color: rgb(254 242 242 / 0.4);
}
.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-red-600\/90{
  background-color: rgb(220 38 38 / 0.9);
}
.bg-rose-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
}
.bg-rose-600{
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity, 1));
}
.bg-secondary{
  background-color: hsl(var(--secondary));
}
.bg-sky-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
}
.bg-sky-500{
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
}
.bg-slate-100{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.bg-slate-100\/50{
  background-color: rgb(241 245 249 / 0.5);
}
.bg-slate-100\/80{
  background-color: rgb(241 245 249 / 0.8);
}
.bg-slate-200{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}
.bg-slate-200\/50{
  background-color: rgb(226 232 240 / 0.5);
}
.bg-slate-200\/80{
  background-color: rgb(226 232 240 / 0.8);
}
.bg-slate-300{
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}
.bg-slate-400{
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1));
}
.bg-slate-400\/40{
  background-color: rgb(148 163 184 / 0.4);
}
.bg-slate-50{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.bg-slate-50\/30{
  background-color: rgb(248 250 252 / 0.3);
}
.bg-slate-50\/40{
  background-color: rgb(248 250 252 / 0.4);
}
.bg-slate-50\/50{
  background-color: rgb(248 250 252 / 0.5);
}
.bg-slate-50\/60{
  background-color: rgb(248 250 252 / 0.6);
}
.bg-slate-50\/70{
  background-color: rgb(248 250 252 / 0.7);
}
.bg-slate-50\/80{
  background-color: rgb(248 250 252 / 0.8);
}
.bg-slate-500{
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
}
.bg-slate-600{
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
}
.bg-slate-700{
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}
.bg-slate-800{
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}
.bg-slate-900{
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
.bg-slate-900\/50{
  background-color: rgb(15 23 42 / 0.5);
}
.bg-teal-100{
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity, 1));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/10{
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/20{
  background-color: rgb(255 255 255 / 0.2);
}
.bg-white\/35{
  background-color: rgb(255 255 255 / 0.35);
}
.bg-white\/40{
  background-color: rgb(255 255 255 / 0.4);
}
.bg-white\/50{
  background-color: rgb(255 255 255 / 0.5);
}
.bg-white\/55{
  background-color: rgb(255 255 255 / 0.55);
}
.bg-white\/60{
  background-color: rgb(255 255 255 / 0.6);
}
.bg-white\/65{
  background-color: rgb(255 255 255 / 0.65);
}
.bg-white\/70{
  background-color: rgb(255 255 255 / 0.7);
}
.bg-white\/75{
  background-color: rgb(255 255 255 / 0.75);
}
.bg-white\/85{
  background-color: rgb(255 255 255 / 0.85);
}
.bg-white\/90{
  background-color: rgb(255 255 255 / 0.9);
}
.bg-white\/95{
  background-color: rgb(255 255 255 / 0.95);
}
.bg-yellow-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}
.bg-yellow-300{
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity, 1));
}
.bg-yellow-50\/30{
  background-color: rgb(254 252 232 / 0.3);
}
.bg-\[radial-gradient\(circle\2c \#e4f0fe_0_50\%\2c \#f3f8ff_51\%_68\%\2c transparent_69\%\)\]{
  background-image: radial-gradient(circle,#e4f0fe 0 50%,#f3f8ff 51% 68%,transparent 69%);
}
.fill-\[\#7a4b16\]{
  fill: #7a4b16;
}
.fill-brand{
  fill: hsl(var(--brand-current));
}
.fill-current{
  fill: currentColor;
}
.fill-primary{
  fill: hsl(var(--primary));
}
.fill-slate-500{
  fill: #64748b;
}
.fill-slate-600{
  fill: #475569;
}
.fill-white{
  fill: #fff;
}
.stroke-\[1\.8\]{
  stroke-width: 1.8;
}
.stroke-\[2\.2\]{
  stroke-width: 2.2;
}
.stroke-\[2\.4\]{
  stroke-width: 2.4;
}
.stroke-\[2\.5\]{
  stroke-width: 2.5;
}
.stroke-\[3\]{
  stroke-width: 3;
}
.stroke-\[3px\]{
  stroke-width: 3px;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0{
  padding: 0px;
}
.p-0\.5{
  padding: 0.125rem;
}
.p-1{
  padding: 0.25rem;
}
.p-1\.5{
  padding: 0.375rem;
}
.p-10{
  padding: 2.5rem;
}
.p-12{
  padding: 3rem;
}
.p-2{
  padding: 0.5rem;
}
.p-2\.5{
  padding: 0.625rem;
}
.p-3{
  padding: 0.75rem;
}
.p-3\.5{
  padding: 0.875rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-7{
  padding: 1.75rem;
}
.p-8{
  padding: 2rem;
}
.p-\[1px\]{
  padding: 1px;
}
.p-\[3px\]{
  padding: 3px;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-0\.5{
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-11{
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-28{
  padding-left: 7rem;
  padding-right: 7rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.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-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.px-\[10px\]{
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[30px\]{
  padding-left: 30px;
  padding-right: 30px;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-28{
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-40{
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[18px\]{
  padding-top: 18px;
  padding-bottom: 18px;
}
.\!pt-4{
  padding-top: 1rem !important;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-0\.5{
  padding-bottom: 0.125rem;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-1\.5{
  padding-bottom: 0.375rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-2\.5{
  padding-bottom: 0.625rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-32{
  padding-bottom: 8rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-7{
  padding-bottom: 1.75rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pb-9{
  padding-bottom: 2.25rem;
}
.pb-\[112px\]{
  padding-bottom: 112px;
}
.pb-\[37px\]{
  padding-bottom: 37px;
}
.pb-\[5px\]{
  padding-bottom: 5px;
}
.pb-\[calc\(28px\+env\(safe-area-inset-bottom\)\)\]{
  padding-bottom: calc(28px + env(safe-area-inset-bottom));
}
.pb-\[calc\(76px\+env\(safe-area-inset-bottom\)\)\]{
  padding-bottom: calc(76px + env(safe-area-inset-bottom));
}
.pb-\[env\(safe-area-inset-bottom\)\]{
  padding-bottom: env(safe-area-inset-bottom);
}
.pl-0{
  padding-left: 0px;
}
.pl-1{
  padding-left: 0.25rem;
}
.pl-1\.5{
  padding-left: 0.375rem;
}
.pl-10{
  padding-left: 2.5rem;
}
.pl-12{
  padding-left: 3rem;
}
.pl-16{
  padding-left: 4rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pl-7{
  padding-left: 1.75rem;
}
.pl-8{
  padding-left: 2rem;
}
.pl-9{
  padding-left: 2.25rem;
}
.pr-0{
  padding-right: 0px;
}
.pr-1{
  padding-right: 0.25rem;
}
.pr-1\.5{
  padding-right: 0.375rem;
}
.pr-10{
  padding-right: 2.5rem;
}
.pr-12{
  padding-right: 3rem;
}
.pr-14{
  padding-right: 3.5rem;
}
.pr-16{
  padding-right: 4rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-20{
  padding-right: 5rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pr-4{
  padding-right: 1rem;
}
.pr-5{
  padding-right: 1.25rem;
}
.pr-6{
  padding-right: 1.5rem;
}
.pr-7{
  padding-right: 1.75rem;
}
.pr-8{
  padding-right: 2rem;
}
.pr-9{
  padding-right: 2.25rem;
}
.pr-\[105px\]{
  padding-right: 105px;
}
.pr-\[164px\]{
  padding-right: 164px;
}
.pr-\[234px\]{
  padding-right: 234px;
}
.pr-\[238px\]{
  padding-right: 238px;
}
.pr-\[90px\]{
  padding-right: 90px;
}
.pr-\[92px\]{
  padding-right: 92px;
}
.pr-\[96px\]{
  padding-right: 96px;
}
.pt-0{
  padding-top: 0px;
}
.pt-0\.5{
  padding-top: 0.125rem;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-1\.5{
  padding-top: 0.375rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-11{
  padding-top: 2.75rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-2\.5{
  padding-top: 0.625rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-7{
  padding-top: 1.75rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-\[13px\]{
  padding-top: 13px;
}
.pt-\[300px\]{
  padding-top: 300px;
}
.pt-\[58px\]{
  padding-top: 58px;
}
.pt-\[90px\]{
  padding-top: 90px;
}
.pt-\[env\(safe-area-inset-top\)\]{
  padding-top: env(safe-area-inset-top);
}
.pt-\[max\(22px\2c env\(safe-area-inset-top\)\)\]{
  padding-top: max(22px, env(safe-area-inset-top));
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.align-top{
  vertical-align: top;
}
.align-middle{
  vertical-align: middle;
}
.align-\[-0\.125em\]{
  vertical-align: -0.125em;
}
.align-\[-2px\]{
  vertical-align: -2px;
}
.font-mono{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.font-sans{
  font-family: var(--font-sans);
}
.font-serif{
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
.\!text-\[13px\]{
  font-size: 13px !important;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[0\.75rem\]{
  font-size: 0.75rem;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[11\.5px\]{
  font-size: 11.5px;
}
.text-\[11px\]{
  font-size: 11px;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[13\.5px\]{
  font-size: 13.5px;
}
.text-\[13px\]{
  font-size: 13px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[17px\]{
  font-size: 17px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[19px\]{
  font-size: 19px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[21px\]{
  font-size: 21px;
}
.text-\[22px\]{
  font-size: 22px;
}
.text-\[23px\]{
  font-size: 23px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-\[25px\]{
  font-size: 25px;
}
.text-\[26px\]{
  font-size: 26px;
}
.text-\[27px\]{
  font-size: 27px;
}
.text-\[28px\]{
  font-size: 28px;
}
.text-\[31px\]{
  font-size: 31px;
}
.text-\[32px\]{
  font-size: 32px;
}
.text-\[7px\]{
  font-size: 7px;
}
.text-\[8px\]{
  font-size: 8px;
}
.text-\[9px\]{
  font-size: 9px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.\!font-normal{
  font-weight: 400 !important;
}
.font-black{
  font-weight: 900;
}
.font-bold{
  font-weight: 700;
}
.font-extrabold{
  font-weight: 800;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.capitalize{
  text-transform: capitalize;
}
.normal-case{
  text-transform: none;
}
.italic{
  font-style: italic;
}
.not-italic{
  font-style: normal;
}
.tabular-nums{
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-4{
  line-height: 1rem;
}
.leading-5{
  line-height: 1.25rem;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-7{
  line-height: 1.75rem;
}
.leading-8{
  line-height: 2rem;
}
.leading-9{
  line-height: 2.25rem;
}
.leading-\[14px\]{
  line-height: 14px;
}
.leading-\[18px\]{
  line-height: 18px;
}
.leading-\[19px\]{
  line-height: 19px;
}
.leading-\[20px\]{
  line-height: 20px;
}
.leading-\[22px\]{
  line-height: 22px;
}
.leading-\[8px\]{
  line-height: 8px;
}
.leading-none{
  line-height: 1;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-snug{
  line-height: 1.375;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-\[-0\.5px\]{
  letter-spacing: -0.5px;
}
.tracking-\[-1px\]{
  letter-spacing: -1px;
}
.tracking-normal{
  letter-spacing: 0em;
}
.tracking-tight{
  letter-spacing: -0.025em;
}
.tracking-tighter{
  letter-spacing: -0.05em;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.\!text-\[\#166534\]{
  --tw-text-opacity: 1 !important;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1)) !important;
}
.\!text-\[\#991b1b\]{
  --tw-text-opacity: 1 !important;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1)) !important;
}
.\!text-slate-400{
  --tw-text-opacity: 1 !important;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1)) !important;
}
.\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.text-\[\#001A33\]{
  --tw-text-opacity: 1;
  color: rgb(0 26 51 / var(--tw-text-opacity, 1));
}
.text-\[\#003d5b\]{
  --tw-text-opacity: 1;
  color: rgb(0 61 91 / var(--tw-text-opacity, 1));
}
.text-\[\#0060df\]{
  --tw-text-opacity: 1;
  color: rgb(0 96 223 / var(--tw-text-opacity, 1));
}
.text-\[\#0066CC\]{
  --tw-text-opacity: 1;
  color: rgb(0 102 204 / var(--tw-text-opacity, 1));
}
.text-\[\#006eff\]{
  --tw-text-opacity: 1;
  color: rgb(0 110 255 / var(--tw-text-opacity, 1));
}
.text-\[\#0070f3\]{
  --tw-text-opacity: 1;
  color: rgb(0 112 243 / var(--tw-text-opacity, 1));
}
.text-\[\#007bff\]{
  --tw-text-opacity: 1;
  color: rgb(0 123 255 / var(--tw-text-opacity, 1));
}
.text-\[\#0084FF\]{
  --tw-text-opacity: 1;
  color: rgb(0 132 255 / var(--tw-text-opacity, 1));
}
.text-\[\#009A44\]{
  --tw-text-opacity: 1;
  color: rgb(0 154 68 / var(--tw-text-opacity, 1));
}
.text-\[\#00A551\]{
  --tw-text-opacity: 1;
  color: rgb(0 165 81 / var(--tw-text-opacity, 1));
}
.text-\[\#063d71\]{
  --tw-text-opacity: 1;
  color: rgb(6 61 113 / var(--tw-text-opacity, 1));
}
.text-\[\#0877e8\]{
  --tw-text-opacity: 1;
  color: rgb(8 119 232 / var(--tw-text-opacity, 1));
}
.text-\[\#098be9\]{
  --tw-text-opacity: 1;
  color: rgb(9 139 233 / var(--tw-text-opacity, 1));
}
.text-\[\#0b86d1\]{
  --tw-text-opacity: 1;
  color: rgb(11 134 209 / var(--tw-text-opacity, 1));
}
.text-\[\#0f7bff\]{
  --tw-text-opacity: 1;
  color: rgb(15 123 255 / var(--tw-text-opacity, 1));
}
.text-\[\#111827\]{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-\[\#1488ff\]{
  --tw-text-opacity: 1;
  color: rgb(20 136 255 / var(--tw-text-opacity, 1));
}
.text-\[\#16a34a\]{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-\[\#17202a\]{
  --tw-text-opacity: 1;
  color: rgb(23 32 42 / var(--tw-text-opacity, 1));
}
.text-\[\#1f2937\]{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-\[\#27ae60\]{
  --tw-text-opacity: 1;
  color: rgb(39 174 96 / var(--tw-text-opacity, 1));
}
.text-\[\#2F65CB\]{
  --tw-text-opacity: 1;
  color: rgb(47 101 203 / var(--tw-text-opacity, 1));
}
.text-\[\#2cc56d\]{
  --tw-text-opacity: 1;
  color: rgb(44 197 109 / var(--tw-text-opacity, 1));
}
.text-\[\#2f76e8\]{
  --tw-text-opacity: 1;
  color: rgb(47 118 232 / var(--tw-text-opacity, 1));
}
.text-\[\#303d48\]{
  --tw-text-opacity: 1;
  color: rgb(48 61 72 / var(--tw-text-opacity, 1));
}
.text-\[\#3182CE\]{
  --tw-text-opacity: 1;
  color: rgb(49 130 206 / var(--tw-text-opacity, 1));
}
.text-\[\#3182ce\]{
  --tw-text-opacity: 1;
  color: rgb(49 130 206 / var(--tw-text-opacity, 1));
}
.text-\[\#333333\]{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.text-\[\#333\]{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.text-\[\#374151\]{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-\[\#3b82f6\]{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-\[\#4b5563\]{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-\[\#4bac4d\]{
  --tw-text-opacity: 1;
  color: rgb(75 172 77 / var(--tw-text-opacity, 1));
}
.text-\[\#596575\]{
  --tw-text-opacity: 1;
  color: rgb(89 101 117 / var(--tw-text-opacity, 1));
}
.text-\[\#5b6b80\]{
  --tw-text-opacity: 1;
  color: rgb(91 107 128 / var(--tw-text-opacity, 1));
}
.text-\[\#5f6f82\]{
  --tw-text-opacity: 1;
  color: rgb(95 111 130 / var(--tw-text-opacity, 1));
}
.text-\[\#667085\]{
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity, 1));
}
.text-\[\#6D9A8D\]{
  --tw-text-opacity: 1;
  color: rgb(109 154 141 / var(--tw-text-opacity, 1));
}
.text-\[\#6F9B93\]{
  --tw-text-opacity: 1;
  color: rgb(111 155 147 / var(--tw-text-opacity, 1));
}
.text-\[\#7a4b16\]{
  --tw-text-opacity: 1;
  color: rgb(122 75 22 / var(--tw-text-opacity, 1));
}
.text-\[\#8a92a6\]{
  --tw-text-opacity: 1;
  color: rgb(138 146 166 / var(--tw-text-opacity, 1));
}
.text-\[\#8b99aa\]{
  --tw-text-opacity: 1;
  color: rgb(139 153 170 / var(--tw-text-opacity, 1));
}
.text-\[\#92400e\]{
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}
.text-\[\#FF7A00\]{
  --tw-text-opacity: 1;
  color: rgb(255 122 0 / var(--tw-text-opacity, 1));
}
.text-\[\#a7adb5\]{
  --tw-text-opacity: 1;
  color: rgb(167 173 181 / var(--tw-text-opacity, 1));
}
.text-\[\#d22d36\]{
  --tw-text-opacity: 1;
  color: rgb(210 45 54 / var(--tw-text-opacity, 1));
}
.text-amber-600{
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}
.text-amber-700{
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue-400{
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-blue-700{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-blue-900{
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}
.text-brand{
  color: hsl(var(--brand-current));
}
.text-card-foreground{
  color: hsl(var(--card-foreground));
}
.text-current{
  color: currentColor;
}
.text-destructive{
  color: hsl(var(--destructive));
}
.text-destructive-foreground{
  color: hsl(var(--destructive-foreground));
}
.text-emerald-500{
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}
.text-emerald-600{
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}
.text-emerald-700{
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.text-emerald-800{
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}
.text-foreground{
  color: hsl(var(--foreground));
}
.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-green-700{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.text-indigo-600{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.text-inherit{
  color: inherit;
}
.text-muted-foreground{
  color: hsl(var(--muted-foreground));
}
.text-orange-400{
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}
.text-orange-500{
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}
.text-orange-600{
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}
.text-orange-700{
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity, 1));
}
.text-pink-600{
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity, 1));
}
.text-popover-foreground{
  color: hsl(var(--popover-foreground));
}
.text-primary{
  color: hsl(var(--primary));
}
.text-primary-foreground{
  color: hsl(var(--primary-foreground));
}
.text-primary\/40{
  color: hsl(var(--primary) / 0.4);
}
.text-primary\/70{
  color: hsl(var(--primary) / 0.7);
}
.text-purple-700{
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}
.text-red-400{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-rose-500{
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity, 1));
}
.text-rose-600{
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity, 1));
}
.text-rose-700{
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}
.text-secondary-foreground{
  color: hsl(var(--secondary-foreground));
}
.text-sky-500{
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity, 1));
}
.text-slate-100{
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}
.text-slate-200{
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}
.text-slate-300{
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.text-slate-400{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.text-slate-500{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.text-slate-500\/70{
  color: rgb(100 116 139 / 0.7);
}
.text-slate-600{
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.text-slate-700{
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.text-slate-800{
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}
.text-slate-900{
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.text-slate-950{
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity, 1));
}
.text-teal-700{
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
}
.text-transparent{
  color: transparent;
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/70{
  color: rgb(255 255 255 / 0.7);
}
.text-white\/80{
  color: rgb(255 255 255 / 0.8);
}
.text-white\/90{
  color: rgb(255 255 255 / 0.9);
}
.text-yellow-600{
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}
.text-yellow-700{
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}
.underline{
  text-decoration-line: underline;
}
.no-underline{
  text-decoration-line: none;
}
.decoration-2{
  text-decoration-thickness: 2px;
}
.underline-offset-2{
  text-underline-offset: 2px;
}
.underline-offset-4{
  text-underline-offset: 4px;
}
.underline-offset-\[4px\]{
  text-underline-offset: 4px;
}
.underline-offset-\[6px\]{
  text-underline-offset: 6px;
}
.accent-\[\#009A44\]{
  accent-color: #009A44;
}
.accent-\[\#0F766E\]{
  accent-color: #0F766E;
}
.accent-primary{
  accent-color: hsl(var(--primary));
}
.\!opacity-60{
  opacity: 0.6 !important;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-20{
  opacity: 0.2;
}
.opacity-30{
  opacity: 0.3;
}
.opacity-40{
  opacity: 0.4;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-60{
  opacity: 0.6;
}
.opacity-70{
  opacity: 0.7;
}
.opacity-80{
  opacity: 0.8;
}
.opacity-85{
  opacity: 0.85;
}
.opacity-90{
  opacity: 0.9;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px 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-\[-12px_0_28px_rgba\(15\2c 23\2c 42\2c 0\.22\)\]{
  --tw-shadow: -12px 0 28px rgba(15,23,42,0.22);
  --tw-shadow-colored: -12px 0 28px 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-\[-2px_0_5px_-2px_rgba\(0\2c 0\2c 0\2c 0\.06\)\]{
  --tw-shadow: -2px 0 5px -2px rgba(0,0,0,0.06);
  --tw-shadow-colored: -2px 0 5px -2px 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-\[-8px_0_26px_rgba\(15\2c 23\2c 42\2c 0\.22\)\]{
  --tw-shadow: -8px 0 26px rgba(15,23,42,0.22);
  --tw-shadow-colored: -8px 0 26px 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-\[0_-15px_40px_rgba\(0\2c 0\2c 0\2c 0\.06\)\]{
  --tw-shadow: 0 -15px 40px rgba(0,0,0,0.06);
  --tw-shadow-colored: 0 -15px 40px 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-\[0_-2px_10px_rgba\(0\2c 0\2c 0\2c 0\.02\)\]{
  --tw-shadow: 0 -2px 10px rgba(0,0,0,0.02);
  --tw-shadow-colored: 0 -2px 10px 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-\[0_-2px_10px_rgba\(0\2c 0\2c 0\2c 0\.03\)\]{
  --tw-shadow: 0 -2px 10px rgba(0,0,0,0.03);
  --tw-shadow-colored: 0 -2px 10px 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-\[0_-4px_10px_rgba\(0\2c 0\2c 0\2c 0\.03\)\]{
  --tw-shadow: 0 -4px 10px rgba(0,0,0,0.03);
  --tw-shadow-colored: 0 -4px 10px 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-\[0_-4px_15px_-3px_rgba\(0\2c 0\2c 0\2c 0\.05\)\]{
  --tw-shadow: 0 -4px 15px -3px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0 -4px 15px -3px 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-\[0_-4px_16px_rgba\(40\2c 52\2c 64\2c 0\.07\)\]{
  --tw-shadow: 0 -4px 16px rgba(40,52,64,0.07);
  --tw-shadow-colored: 0 -4px 16px 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-\[0_-4px_6px_-1px_rgba\(0\2c 0\2c 0\2c 0\.05\)\]{
  --tw-shadow: 0 -4px 6px -1px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0 -4px 6px -1px 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-\[0_-8px_20px_rgba\(15\2c 23\2c 42\2c 0\.08\)\]{
  --tw-shadow: 0 -8px 20px rgba(15,23,42,0.08);
  --tw-shadow-colored: 0 -8px 20px 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-\[0_10px_28px_rgba\(15\2c 23\2c 42\2c 0\.14\)\]{
  --tw-shadow: 0 10px 28px rgba(15,23,42,0.14);
  --tw-shadow-colored: 0 10px 28px 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-\[0_10px_28px_rgba\(15\2c 23\2c 42\2c 0\.18\)\]{
  --tw-shadow: 0 10px 28px rgba(15,23,42,0.18);
  --tw-shadow-colored: 0 10px 28px 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-\[0_10px_28px_rgba\(15\2c 23\2c 42\2c 0\.22\)\]{
  --tw-shadow: 0 10px 28px rgba(15,23,42,0.22);
  --tw-shadow-colored: 0 10px 28px 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-\[0_10px_28px_rgba\(15\2c 23\2c 42\2c 0\.24\)\]{
  --tw-shadow: 0 10px 28px rgba(15,23,42,0.24);
  --tw-shadow-colored: 0 10px 28px 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-\[0_10px_30px_rgba\(0\2c 0\2c 0\2c 0\.15\)\]{
  --tw-shadow: 0 10px 30px rgba(0,0,0,0.15);
  --tw-shadow-colored: 0 10px 30px 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-\[0_12px_30px_rgba\(15\2c 23\2c 42\2c 0\.16\)\]{
  --tw-shadow: 0 12px 30px rgba(15,23,42,0.16);
  --tw-shadow-colored: 0 12px 30px 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-\[0_12px_32px_rgba\(15\2c 23\2c 42\2c 0\.16\)\]{
  --tw-shadow: 0 12px 32px rgba(15,23,42,0.16);
  --tw-shadow-colored: 0 12px 32px 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-\[0_14px_34px_rgba\(15\2c 23\2c 42\2c 0\.24\)\]{
  --tw-shadow: 0 14px 34px rgba(15,23,42,0.24);
  --tw-shadow-colored: 0 14px 34px 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-\[0_18px_45px_rgba\(15\2c 23\2c 42\2c 0\.14\)\]{
  --tw-shadow: 0 18px 45px rgba(15,23,42,0.14);
  --tw-shadow-colored: 0 18px 45px 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-\[0_1px_2px_rgba\(0\2c 0\2c 0\2c 0\.05\)\]{
  --tw-shadow: 0 1px 2px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0 1px 2px 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-\[0_2px_10px_rgba\(15\2c 23\2c 42\2c 0\.12\)\]{
  --tw-shadow: 0 2px 10px rgba(15,23,42,0.12);
  --tw-shadow-colored: 0 2px 10px 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-\[0_2px_12px_rgba\(30\2c 64\2c 175\2c 0\.22\)\]{
  --tw-shadow: 0 2px 12px rgba(30,64,175,0.22);
  --tw-shadow-colored: 0 2px 12px 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-\[0_4px_12px_rgba\(0\2c 0\2c 0\2c 0\.15\)\]{
  --tw-shadow: 0 4px 12px rgba(0,0,0,0.15);
  --tw-shadow-colored: 0 4px 12px 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-\[0_4px_18px_rgba\(15\2c 23\2c 42\2c 0\.14\)\]{
  --tw-shadow: 0 4px 18px rgba(15,23,42,0.14);
  --tw-shadow-colored: 0 4px 18px 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-\[0_4px_24px_rgba\(0\2c 0\2c 0\2c 0\.15\)\]{
  --tw-shadow: 0 4px 24px rgba(0,0,0,0.15);
  --tw-shadow-colored: 0 4px 24px 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-\[0_6px_22px_rgba\(15\2c 23\2c 42\2c 0\.14\)\]{
  --tw-shadow: 0 6px 22px rgba(15,23,42,0.14);
  --tw-shadow-colored: 0 6px 22px 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-\[0_7px_16px_rgba\(31\2c 44\2c 57\2c 0\.11\)\]{
  --tw-shadow: 0 7px 16px rgba(31,44,57,0.11);
  --tw-shadow-colored: 0 7px 16px 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-\[0_8px_20px_rgba\(15\2c 23\2c 42\2c 0\.2\)\]{
  --tw-shadow: 0 8px 20px rgba(15,23,42,0.2);
  --tw-shadow-colored: 0 8px 20px 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-\[0_8px_24px_rgba\(15\2c 23\2c 42\2c 0\.04\)\]{
  --tw-shadow: 0 8px 24px rgba(15,23,42,0.04);
  --tw-shadow-colored: 0 8px 24px 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-\[0_8px_24px_rgba\(15\2c 23\2c 42\2c 0\.08\)\]{
  --tw-shadow: 0 8px 24px rgba(15,23,42,0.08);
  --tw-shadow-colored: 0 8px 24px 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-\[0_8px_24px_rgba\(15\2c 23\2c 42\2c 0\.18\)\]{
  --tw-shadow: 0 8px 24px rgba(15,23,42,0.18);
  --tw-shadow-colored: 0 8px 24px 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-\[0_8px_24px_rgba\(15\2c 23\2c 42\2c 0\.22\)\]{
  --tw-shadow: 0 8px 24px rgba(15,23,42,0.22);
  --tw-shadow-colored: 0 8px 24px 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-\[0_8px_30px_rgb\(0\2c 0\2c 0\2c 0\.08\)\]{
  --tw-shadow: 0 8px 30px rgb(0,0,0,0.08);
  --tw-shadow-colored: 0 8px 30px 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-\[3px_3px_6px_rgba\(15\2c 23\2c 42\2c 0\.08\)\]{
  --tw-shadow: 3px 3px 6px rgba(15,23,42,0.08);
  --tw-shadow-colored: 3px 3px 6px 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-\[6px_6px_14px_rgba\(15\2c 23\2c 42\2c 0\.08\)\]{
  --tw-shadow: 6px 6px 14px rgba(15,23,42,0.08);
  --tw-shadow-colored: 6px 6px 14px 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-\[inset_0_0_0_1px_rgba\(15\2c 23\2c 42\2c 0\.08\)\]{
  --tw-shadow: inset 0 0 0 1px rgba(15,23,42,0.08);
  --tw-shadow-colored: inset 0 0 0 1px 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-\[inset_0_0_0_1px_rgba\(15\2c 23\2c 42\2c 0\.12\)\]{
  --tw-shadow: inset 0 0 0 1px rgba(15,23,42,0.12);
  --tw-shadow-colored: inset 0 0 0 1px 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-inner{
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 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-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px 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-none{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 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-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px 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-blue-100{
  --tw-shadow-color: #dbeafe;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary\/10{
  --tw-shadow-color: hsl(var(--primary) / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary\/20{
  --tw-shadow-color: hsl(var(--primary) / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary\/30{
  --tw-shadow-color: hsl(var(--primary) / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-200{
  --tw-shadow-color: #fecaca;
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline{
  outline-style: solid;
}
.ring-0{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-2{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-4{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-inset{
  --tw-ring-inset: inset;
}
.ring-\[\#0070D2\]\/15{
  --tw-ring-color: rgb(0 112 210 / 0.15);
}
.ring-\[\#b9e8ff\]{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 232 255 / var(--tw-ring-opacity, 1));
}
.ring-blue-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(219 234 254 / var(--tw-ring-opacity, 1));
}
.ring-brand{
  --tw-ring-color: hsl(var(--brand-current));
}
.ring-green-600\/20{
  --tw-ring-color: rgb(22 163 74 / 0.2);
}
.ring-primary{
  --tw-ring-color: hsl(var(--primary));
}
.ring-primary\/10{
  --tw-ring-color: hsl(var(--primary) / 0.1);
}
.ring-primary\/20{
  --tw-ring-color: hsl(var(--primary) / 0.2);
}
.ring-primary\/40{
  --tw-ring-color: hsl(var(--primary) / 0.4);
}
.ring-red-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 226 226 / var(--tw-ring-opacity, 1));
}
.ring-slate-100{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(241 245 249 / var(--tw-ring-opacity, 1));
}
.ring-slate-200{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(226 232 240 / var(--tw-ring-opacity, 1));
}
.ring-slate-200\/70{
  --tw-ring-color: rgb(226 232 240 / 0.7);
}
.ring-slate-200\/80{
  --tw-ring-color: rgb(226 232 240 / 0.8);
}
.ring-white{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}
.ring-white\/25{
  --tw-ring-color: rgb(255 255 255 / 0.25);
}
.ring-offset-background{
  --tw-ring-offset-color: hsl(var(--background));
}
.ring-offset-white{
  --tw-ring-offset-color: #fff;
}
.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);
}
.brightness-110{
  --tw-brightness: brightness(1.1);
  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);
}
.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}
.\!backdrop-blur-none{
  --tw-backdrop-blur:   !important;
  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) !important;
}
.backdrop-blur{
  --tw-backdrop-blur: blur(8px);
  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-blur-0{
  --tw-backdrop-blur: blur(0);
  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-blur-\[1px\]{
  --tw-backdrop-blur: blur(1px);
  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-blur-none{
  --tw-backdrop-blur:  ;
  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-blur-sm{
  --tw-backdrop-blur: blur(4px);
  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);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[border-color\2c box-shadow\2c background-color\]{
  transition-property: border-color,box-shadow,background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[grid-template-rows\2c opacity\2c transform\]{
  transition-property: grid-template-rows,opacity,transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[margin\]{
  transition-property: margin;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[max-height\]{
  transition-property: max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[opacity\2c transform\]{
  transition-property: opacity,transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-none{
  transition-property: none;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.\!duration-0{
  transition-duration: 0s !important;
}
.duration-100{
  transition-duration: 100ms;
}
.duration-150{
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@keyframes enter{

  from{
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}
@keyframes exit{

  to{
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}
.animate-in{
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}
.fade-in{
  --tw-enter-opacity: 0;
}
.fade-in-0{
  --tw-enter-opacity: 0;
}
.zoom-in{
  --tw-enter-scale: 0;
}
.zoom-in-75{
  --tw-enter-scale: .75;
}
.zoom-in-95{
  --tw-enter-scale: .95;
}
.slide-in-from-bottom-2{
  --tw-enter-translate-y: 0.5rem;
}
.slide-in-from-bottom-4{
  --tw-enter-translate-y: 1rem;
}
.slide-in-from-bottom-5{
  --tw-enter-translate-y: 1.25rem;
}
.slide-in-from-left-1{
  --tw-enter-translate-x: -0.25rem;
}
.slide-in-from-left-2{
  --tw-enter-translate-x: -0.5rem;
}
.slide-in-from-right{
  --tw-enter-translate-x: 100%;
}
.slide-in-from-right-2{
  --tw-enter-translate-x: 0.5rem;
}
.slide-in-from-right-4{
  --tw-enter-translate-x: 1rem;
}
.slide-in-from-top-1{
  --tw-enter-translate-y: -0.25rem;
}
.slide-in-from-top-2{
  --tw-enter-translate-y: -0.5rem;
}
.\!duration-0{
  animation-duration: 0s !important;
}
.duration-100{
  animation-duration: 100ms;
}
.duration-150{
  animation-duration: 150ms;
}
.duration-200{
  animation-duration: 200ms;
}
.duration-300{
  animation-duration: 300ms;
}
.duration-500{
  animation-duration: 500ms;
}
.ease-in-out{
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.running{
  animation-play-state: running;
}
.\[appearance\:textfield\]{
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.\[grid-area\:1\/1\]{
  grid-area: 1/1;
}
.\[overflow-wrap\:anywhere\]{
  overflow-wrap: anywhere;
}
.\[scrollbar-width\:thin\]{
  scrollbar-width: thin;
}
.\[transition-duration\:420ms\]{
  transition-duration: 420ms;
}
.\!\[white-space\:normal\]{
  white-space: normal !important;
}
.\[word-break\:break-word\]{
  word-break: break-word;
}

.font-display {
  font-family: var(--font-sans);
}

/* Sonner Toast Custom Styles */
[data-sonner-toast] {
  font-family: var(--font-sans) !important;
  font-size: 16px !important;
  border-radius: 8px !important;
}

[data-sonner-toast][data-type='success'] {
  background-color: #f0fdf4 !important;
  color: #166534 !important;
  border-color: #22c55e !important;
}

[data-sonner-toast][data-type='success'] [data-icon] {
  color: #22c55e !important;
}

[data-sonner-toast][data-type='error'] {
  background-color: #fef2f2 !important;
  color: #991b1b !important;
  border-color: #ef4444 !important;
}

[data-sonner-toast][data-type='error'] [data-icon] {
  color: #ef4444 !important;
}

/* Global Scrollbar Style */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

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

::-webkit-scrollbar-thumb {
  background: #e2e8f0;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #cbd5e1;
}

/* For Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #e2e8f0 transparent;
}

/* Sidebar Custom Scrollbar (Hidden by default, shows on hover) */
.sidebar-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
  scrollbar-gutter: stable;
}

.sidebar-scrollbar::-webkit-scrollbar {
  width: 5px;
}

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

.sidebar-scrollbar::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 10px;
}

.sidebar-scrollbar:hover {
  scrollbar-color: #cbd5e1 transparent;
}

.sidebar-scrollbar:hover::-webkit-scrollbar-thumb {
  background: #cbd5e1;
}

.sidebar-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

/* Role permission dialog layout */
.create-role-permission-modal #perm-section-products ~ [id^='perm-section-'] {
  margin-top: 16px;
}

.create-role-permission-modal [id^='perm-section-'] > h3 {
  margin-bottom: 8px;
  color: #020617;
  font-size: 16px !important;
  font-weight: 700;
  line-height: 24px;
}

.create-role-permission-modal .role-permission-content-scroll > [data-orientation='vertical'] {
  right: 0 !important;
  z-index: 30;
  width: 8px;
  background: transparent;
}

.create-role-permission-modal .role-permission-content-scroll > [data-orientation='vertical'] > div {
  background: #94a3b8 !important;
}

.create-role-permission-modal .role-permission-content-scroll > [data-orientation='vertical'] > div:hover {
  background: #64748b !important;
}

.create-role-permission-modal #perm-section-products ~ [id^='perm-section-'] > .space-y-1 {
  margin-top: 0 !important;
  padding: 28px 32px;
  border-bottom: 1px solid #e2e8f0;
  border-radius: 12px 12px 0 0;
  background: #fff;
}

.create-role-permission-modal #perm-section-products ~ [id^='perm-section-'] > .space-y-1 + .space-y-2,
.create-role-permission-modal #perm-section-products ~ [id^='perm-section-'] > .space-y-1 + .flex {
  margin-top: 0 !important;
  padding: 20px 32px;
  border-radius: 0 0 12px 12px;
  background: #fff;
  box-shadow: 0 12px 28px rgb(15 23 42 / 0.06);
}

.create-role-permission-modal #perm-section-products ~ [id^='perm-section-'] > .space-y-3 {
  margin-top: 16px !important;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 28px rgb(15 23 42 / 0.06);
}

.create-role-permission-modal #perm-section-products ~ [id^='perm-section-'] > .space-y-3 > .space-y-1 {
  padding: 28px 32px;
  border-bottom: 1px solid #e2e8f0;
}

.create-role-permission-modal #perm-section-products ~ [id^='perm-section-'] > .space-y-3 > .space-y-2,
.create-role-permission-modal #perm-section-products ~ [id^='perm-section-'] > .space-y-3 > .flex {
  padding: 20px 32px;
}

.create-role-permission-modal #perm-section-products ~ [id^='perm-section-'] h4 {
  color: #020617 !important;
  font-size: 16px !important;
  font-weight: 700;
  line-height: 24px;
}

.create-role-permission-modal #perm-section-products ~ [id^='perm-section-'] p {
  color: #475569 !important;
  font-size: 14px !important;
  line-height: 20px;
}

.create-role-permission-modal #perm-section-products ~ [id^='perm-section-'] .rounded-md.overflow-hidden {
  overflow: hidden;
  border: 1px solid #e2e8f0 !important;
  border-radius: 8px !important;
  background: #fff;
}

.create-role-permission-modal #perm-section-products ~ [id^='perm-section-'] .rounded-md.overflow-hidden > div:first-child,
.create-role-permission-modal #perm-section-products ~ [id^='perm-section-'] .space-y-2 > .flex.items-center.justify-between,
.create-role-permission-modal #perm-section-products ~ [id^='perm-section-'] .space-y-3 > .flex.items-center.justify-between {
  min-height: 56px;
  padding: 12px 16px !important;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #f8fafc !important;
}

.create-role-permission-modal #perm-section-products ~ [id^='perm-section-'] .rounded-md.overflow-hidden > div:first-child {
  border: 0;
  border-radius: 0;
}

.create-role-permission-modal #perm-section-products ~ [id^='perm-section-'] .rounded-md.overflow-hidden > .p-4.bg-white {
  padding: 16px !important;
  background: #fff !important;
}

.create-role-permission-modal #perm-section-products ~ [id^='perm-section-'] .grid.grid-cols-4.gap-4 {
  -moz-column-gap: 48px;
       column-gap: 48px;
  row-gap: 20px;
}

.create-role-permission-modal #perm-section-products ~ [id^='perm-section-'] .grid.grid-cols-2.gap-4,
.create-role-permission-modal #perm-section-products ~ [id^='perm-section-'] .grid.grid-cols-2.gap-y-3 {
  -moz-column-gap: 48px;
       column-gap: 48px;
  row-gap: 12px;
}

.create-role-permission-modal #perm-section-products ~ [id^='perm-section-'] span,
.create-role-permission-modal #perm-section-products ~ [id^='perm-section-'] label {
  font-size: 14px !important;
  line-height: 20px !important;
  letter-spacing: 0 !important;
}

.create-role-permission-modal #perm-section-products ~ [id^='perm-section-'] span.text-\[11px\] {
  display: block;
  color: #020617 !important;
  font-weight: 700;
  text-transform: none !important;
}

.create-role-permission-modal #perm-section-products ~ [id^='perm-section-'] label,
.create-role-permission-modal #perm-section-products ~ [id^='perm-section-'] span.text-sm {
  color: #020617 !important;
}

.create-role-permission-modal #perm-section-products ~ [id^='perm-section-'] .gap-2 {
  gap: 12px;
}

.create-role-permission-modal #perm-section-products ~ [id^='perm-section-'] svg.text-slate-400 {
  color: #020617;
}

/* Custom Scrollbar Utility */
.custom-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: #cbd5e1 transparent;
  -webkit-overflow-scrolling: touch;
}

.custom-scrollbar::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

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

.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 10px;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

.user-management-table-scroll::-webkit-scrollbar {
  height: 9px;
}

.user-management-table-scroll::-webkit-scrollbar-thumb {
  background: #b8c0cc;
  border-radius: 999px;
}

.user-management-table-scroll::-webkit-scrollbar-track {
  background: transparent;
}

.branch-management-table-scroll::-webkit-scrollbar {
  height: 9px;
}

.branch-management-table-scroll::-webkit-scrollbar-thumb {
  background: #b8c0cc;
  border-radius: 999px;
}

.branch-management-table-scroll::-webkit-scrollbar-track {
  background: transparent;
}

.table-scrollbar {
  scrollbar-gutter: stable;
  scrollbar-color: #cbd5e1 transparent;
}

.table-scrollbar::-webkit-scrollbar {
  width: 4px;
  height: 6px;
  background: transparent;
}

.table-scrollbar::-webkit-scrollbar-track,
.table-scrollbar::-webkit-scrollbar-track-piece,
.table-scrollbar::-webkit-scrollbar-corner {
  background: transparent;
}

.table-scrollbar::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 999px;
  border: 0;
}

.mobile-table-horizontal-scroll {
  max-width: 100%;
  overflow-x: auto !important;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  touch-action: pan-x pan-y;
}

.contained-table-scroll-surface {
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  touch-action: pan-x pan-y;
}

.contained-table-scroll-surface::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

@media (max-width: 1024px) {
  .mobile-table-horizontal-scroll {
    max-width: 100vw;
    scrollbar-width: none;
  }

  .mobile-table-horizontal-scroll::-webkit-scrollbar {
    display: none;
  }
}

/* Hide scrollbar utility */
.no-scrollbar {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

/* ── TipTap Editor Content Styles ──────────────────────────────────────────── */
.tiptap-content .ProseMirror {
  outline: none;
  min-height: 200px;
  padding: 0.75rem;
  font-size: 14px;
  line-height: 1.6;
  color: #334155;
}

.tiptap-content .ProseMirror p {
  margin: 0 0 0.4em;
}

.tiptap-content .ProseMirror h1 {
  font-size: 1.4em;
  font-weight: 700;
  margin: 0.6em 0 0.3em;
}

.tiptap-content .ProseMirror h2 {
  font-size: 1.2em;
  font-weight: 700;
  margin: 0.5em 0 0.25em;
}

.tiptap-content .ProseMirror h3 {
  font-size: 1.05em;
  font-weight: 600;
  margin: 0.4em 0 0.2em;
}

.tiptap-content .ProseMirror ul,
.tiptap-content .ProseMirror ol {
  padding-left: 1.4em;
  margin: 0.3em 0;
}

.tiptap-content .ProseMirror li {
  margin: 0.15em 0;
}

.tiptap-content .ProseMirror blockquote {
  border-left: 3px solid #cbd5e1;
  padding-left: 0.75em;
  color: #64748b;
  margin: 0.5em 0;
}

.tiptap-content .ProseMirror code {
  background: #f1f5f9;
  border-radius: 3px;
  padding: 1px 4px;
  font-size: 0.85em;
  font-family: 'Fira Code', monospace;
}

.tiptap-content .ProseMirror hr {
  border: none;
  border-top: 1px solid #e2e8f0;
  margin: 0.75em 0;
}

/* Placeholder */
.tiptap-content .ProseMirror p.is-editor-empty:first-child::before {
  content: attr(data-placeholder);
  color: #94a3b8;
  pointer-events: none;
  float: left;
  height: 0;
}


/* Print preview content (mirrors tiptap styles) */
.tiptap-preview p,
.print-preview-content p {
  margin: 0 0 0.4em;
}

.tiptap-preview table,
.print-preview-content table,
.printBox table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #000;
}

.tiptap-preview td,
.tiptap-preview th,
.print-preview-content td,
.print-preview-content th,
.printBox td,
.printBox th {
  padding: 3px 6px;
  border: 1px solid #000;
}

.tiptap-preview th,
.print-preview-content th,
.printBox th {
  font-weight: bold;
  text-align: center;
}

/* KiotViet printBox compatibility */
.printBox {
  font-family: Arial, sans-serif;
}

.printBox table {
  page-break-inside: auto;
}

.printBox table td {
  word-wrap: break-word;
  word-break: break-all;
}

.printBox tr {
  page-break-inside: avoid;
  page-break-after: auto;
}

.printBox img {
  max-width: 100%;
  height: auto;
}

/* TipTap editor content styles */
.tiptap-content .ProseMirror table {
  width: 100%;
  border-collapse: collapse;
}

.tiptap-content .ProseMirror td,
.tiptap-content .ProseMirror th {
  border: 1px solid #ccc;
  padding: 4px 8px;
  min-width: 40px;
}

.tiptap-content .ProseMirror th {
  background-color: #f1f5f9;
  font-weight: 600;
}

/* ── Mobile Responsive Utilities ───────────────────────────────────────────── */
@media (max-width: 767px) {

  /* Prevent horizontal overflow on the app root */
  body,
  #root {
    overflow-x: hidden;
    max-width: 100vw;
  }

  /* Page sub-headers: allow wrapping on very small screens */
  .page-toolbar {
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  /* Search inputs expand to fill available space on mobile */
  .mobile-search-expand {
    flex: 1;
    max-width: 100% !important;
  }

  /* Modals / dialogs should not overflow viewport on mobile */
  [role="dialog"] {
    max-width: calc(100vw - 16px) !important;
    max-height: calc(100dvh - 32px) !important;
    overflow-y: auto;
  }

  /* Dropdown menus shouldn't be wider than screen on mobile */
  [data-radix-popper-content-wrapper] {
    max-width: calc(100vw - 16px) !important;
  }

  /* Make pagination footer scrollable on small screens */
  .datatable-footer {
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  /* Ensure cards don't overflow */
  .card,
  [class*="rounded"] {
    max-width: 100%;
  }
}

/* Final text-color guard: gray text in the app should render as black. */
[class*="text-slate-"],
[class*="text-gray-"],
[class*="text-zinc-"],
[class*="text-neutral-"],
[class*="text-stone-"],
[class*="text-[#333]"],
[class*="text-[#555]"],
[class*="text-[#666]"],
[class*="text-[#667085]"],
[class*="text-[#5b6b80]"],
[class*="text-[#718096]"],
[class*="text-[#888]"],
[class*="text-[#94a3b8]"],
[class*="text-[#64748b]"] {
  color: #000 !important;
}

[class*="placeholder:text-slate-"]::-moz-placeholder, [class*="placeholder:text-gray-"]::-moz-placeholder, [class*="placeholder:text-zinc-"]::-moz-placeholder, [class*="placeholder:text-neutral-"]::-moz-placeholder, [class*="placeholder:text-stone-"]::-moz-placeholder {
  color: #000 !important;
  opacity: 1;
}

[class*="placeholder:text-slate-"]::placeholder,
[class*="placeholder:text-gray-"]::placeholder,
[class*="placeholder:text-zinc-"]::placeholder,
[class*="placeholder:text-neutral-"]::placeholder,
[class*="placeholder:text-stone-"]::placeholder {
  color: #000 !important;
  opacity: 1;
}

.placeholder-gray-200::-moz-placeholder {
  color: #d1d5db !important;
  opacity: 1 !important;
}

.placeholder-gray-200::placeholder {
  color: #d1d5db !important;
  opacity: 1 !important;
}

.placeholder-gray-200[data-placeholder],
.placeholder-gray-200[data-placeholder] > span,
button.placeholder-gray-200,
.placeholder-gray-200-text {
  color: #d1d5db !important;
}

.create-role-permission-modal input::-moz-placeholder {
  color: #94a3b8 !important;
  opacity: 0.55 !important;
}

.create-role-permission-modal input::placeholder {
  color: #94a3b8 !important;
  opacity: 0.55 !important;
}

.create-user-dialog input::-moz-placeholder, .create-user-dialog textarea::-moz-placeholder {
  color: #cbd5e1 !important;
  font-family: var(--font-sans) !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  opacity: 1 !important;
}

.create-user-dialog input::placeholder,
.create-user-dialog textarea::placeholder {
  color: #cbd5e1 !important;
  font-family: var(--font-sans) !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 20px !important;
  opacity: 1 !important;
}

.create-user-dialog .create-user-placeholder-text,
.create-user-dialog .create-user-placeholder-text * {
  color: #cbd5e1 !important;
  font-family: var(--font-sans) !important;
  font-style: normal !important;
  font-weight: 400 !important;
}

.create-user-dialog .create-user-disabled-branch,
.create-user-dialog .create-user-disabled-branch *,
.create-user-dialog .create-user-disabled-permission-option,
.create-user-dialog .create-user-disabled-permission-option * {
  color: #cbd5e1 !important;
  font-weight: 400 !important;
  opacity: 1 !important;
}

/* KiotViet settings screen keeps the lighter text scale from the retail app. */
.kiot-settings-page {
  color: #1f2937;
}

.kiot-settings-page .text-slate-900,
.kiot-settings-page .text-slate-800 {
  color: #1f2937 !important;
}

.kiot-settings-page .text-slate-700,
.kiot-settings-page .text-slate-600 {
  color: #5f6f82 !important;
}

.kiot-settings-page .text-slate-500,
.kiot-settings-page .text-slate-400 {
  color: #8b99aa !important;
}

.kiot-settings-page .kiot-setting-page-title {
  color: #111827 !important;
  font-weight: 600;
}

.kiot-settings-page .kiot-setting-section-title {
  color: #111827 !important;
  font-weight: 600;
}

.kiot-settings-page .kiot-setting-row-title,
.kiot-settings-page .kiot-setting-row-value {
  color: #111827 !important;
  font-weight: 500;
}

.kiot-settings-page .kiot-setting-row-desc {
  color: #5f6f82 !important;
  font-weight: 400;
}

.kiot-settings-page .kiot-settings-sidebar {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.kiot-settings-page .kiot-settings-sidebar button {
  font-weight: 400 !important;
}

.kiot-settings-page .kiot-settings-sidebar button:not(.text-primary) {
  color: #526175 !important;
}

.kiot-settings-page .kiot-settings-sidebar button:hover:not(.text-primary) {
  color: #263241 !important;
}

.kiot-settings-page .kiot-settings-sidebar .text-slate-400 {
  color: #8795a8 !important;
}

/* Sale POS: keep the busy checkout screen readable and theme-aware. */
.sale-pos-page {
  --sale-primary: hsl(var(--primary));
  --sale-primary-soft: color-mix(in srgb, var(--sale-primary) 10%, white);
  --sale-text-strong: #0f172a;
  --sale-text: #1f2937;
  --sale-text-muted: #64748b;
  --sale-border: #cbd5e1;
  color: var(--sale-text-strong);
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.sale-pos-page button,
.sale-pos-page input,
.sale-pos-page select,
.sale-pos-page textarea {
  font-family: var(--font-sans) !important;
  letter-spacing: 0 !important;
}

.sale-pos-page input::-moz-placeholder, .sale-pos-page textarea::-moz-placeholder {
  color: #8b99aa !important;
  font-weight: 500 !important;
  opacity: 1 !important;
}

.sale-pos-page input::placeholder,
.sale-pos-page textarea::placeholder {
  color: #8b99aa !important;
  font-weight: 500 !important;
  opacity: 1 !important;
}

.sale-pos-page .bg-primary {
  background-color: var(--sale-primary) !important;
}

.sale-pos-page .text-primary {
  color: var(--sale-primary) !important;
}

.sale-pos-page .border-primary {
  border-color: var(--sale-primary) !important;
}

.sale-pos-page [class*="focus-visible:border-primary"]:focus-visible,
.sale-pos-page [class*="focus:border-primary"]:focus,
.sale-pos-page [class*="group-focus-within:border-primary"]:focus-within {
  border-color: var(--sale-primary) !important;
}

.sale-pos-page [class*="focus-visible:ring-primary"]:focus-visible,
.sale-pos-page [class*="focus:ring-primary"]:focus {
  --tw-ring-color: color-mix(in srgb, var(--sale-primary) 24%, transparent) !important;
}

.sale-pos-page [class*="text-[11px]"] {
  font-size: 12px !important;
  line-height: 16px !important;
}

.sale-pos-page [class*="text-[12px]"] {
  font-size: 13px !important;
  line-height: 18px !important;
}

.sale-pos-page [class*="text-[13px]"] {
  font-size: 14px !important;
  line-height: 20px !important;
}

.sale-pos-page [class*="text-[14px]"] {
  font-size: 15px !important;
  line-height: 22px !important;
}

.sale-pos-page [class*="text-[15px]"] {
  font-size: 16px !important;
  line-height: 23px !important;
}

.sale-pos-page .text-black,
.sale-pos-page .text-slate-950,
.sale-pos-page .text-slate-900,
.sale-pos-page .text-slate-800 {
  color: var(--sale-text-strong) !important;
}

.sale-pos-page .text-slate-700,
.sale-pos-page .text-slate-600 {
  color: var(--sale-text) !important;
}

.sale-pos-page .text-slate-500,
.sale-pos-page .text-slate-400 {
  color: var(--sale-text-muted) !important;
}

.sale-pos-page .border-slate-300,
.sale-pos-page .border-slate-200,
.sale-pos-page .border-\[\#c9d1dc\],
.sale-pos-page .border-\[\#c6cbd3\],
.sale-pos-page .border-\[\#dbe0e6\] {
  border-color: var(--sale-border) !important;
}

.sale-pos-page [class*="bg-[#eef0f3]"],
.sale-pos-page [class*="bg-[#eef3f9]"] {
  background-color: #eef2f6 !important;
}

.sale-pos-page [class*="bg-primary/5"],
.sale-pos-page [class*="bg-primary/10"],
.sale-pos-page [class*="bg-primary/[0.06]"] {
  background-color: var(--sale-primary-soft) !important;
}

.sale-pos-page [class*="text-orange-"],
.sale-pos-page [class*="text-[#FF7A00]"] {
  color: var(--sale-primary) !important;
}

.sale-pos-page [class*="bg-[#FFF0D8]"] {
  background-color: var(--sale-primary-soft) !important;
}

.sale-pos-page [class*="shadow-[0_2px_10px"] {
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.14) !important;
}

/* Mobile POS workspace ---------------------------------------------------- */
.sale-mobile-pane-switch {
  display: none;
}

.sale-receipt-mobile-content,
.sale-receipt-mobile-back {
  display: none;
}

@media (max-width: 767px) {
  .sale-pos-page {
    min-height: 100dvh;
    height: 100dvh;
    overflow: hidden;
  }

  .sale-pos-header {
    min-height: 104px;
    height: auto !important;
    padding: max(8px, env(safe-area-inset-top)) 8px 6px !important;
    gap: 6px !important;
    flex-wrap: wrap;
  }

  .sale-pos-header > :first-child {
    order: -2;
    flex: 1 1 calc(100% - 52px);
    min-width: 0 !important;
    max-width: none !important;
  }

  .sale-pos-header > :nth-child(2) {
    order: -1;
  }

  .sale-pos-header > :nth-child(3) {
    flex-basis: 100%;
    height: 42px !important;
    margin-left: 0 !important;
  }

  .sale-pos-header > :nth-child(3) > div {
    min-width: 132px !important;
    height: 40px !important;
    padding-inline: 10px !important;
  }

  .sale-pos-workspace {
    min-height: 0;
    width: 100%;
    overflow: hidden !important;
  }

  .sale-pos-cart-pane,
  .sale-pos-payment-pane {
    width: 100% !important;
    min-width: 0 !important;
    flex: 1 1 auto !important;
  }

  .sale-pos-cart-list {
    padding: 8px !important;
  }

  .sale-pos-cart-list > div > div {
    padding: 12px !important;
    border-radius: 10px !important;
  }

  .sale-pos-cart-list .group {
    position: relative;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 116px !important;
    gap: 10px !important;
  }

  .sale-pos-cart-list .group > :first-child {
    min-width: 0 !important;
    gap: 8px !important;
  }

  .sale-pos-cart-list .group > :nth-last-child(2) {
    grid-column: 1 / -1;
  }

  .sale-pos-cart-list .group > div:last-of-type {
    gap: 12px !important;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .sale-pos-cart-list [class*="max-w-[520px]"] {
    max-width: 52vw !important;
  }

  .sale-pos-payment-panel {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 100% !important;
    margin: 0 !important;
    border-radius: 0 !important;
  }

  .sale-pos-payment-panel > div {
    width: 100% !important;
    min-width: 0 !important;
  }

  .sale-pos-payment-panel [class*="grid-cols-4"] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
  }

  .sale-pos-payment-panel [class*="w-[480px]"] {
    width: 100% !important;
  }

  .sale-mobile-pane-switch {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    flex: 0 0 54px;
    z-index: 45;
    border-top: 1px solid #dbe3ec;
    background: #fff;
  }

  .sale-mobile-pane-switch button {
    display: flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-top: 2px solid transparent;
    color: #64748b;
    font-size: 14px;
    font-weight: 700;
  }

  .sale-mobile-pane-switch button.is-active {
    border-color: var(--sale-primary);
    color: var(--sale-primary);
    background: var(--sale-primary-soft);
  }

  .sale-mobile-pane-switch svg {
    width: 19px;
    height: 19px;
  }

  .sale-pos-footer {
    min-height: calc(58px + env(safe-area-inset-bottom));
    height: auto !important;
    padding: 0 8px env(safe-area-inset-bottom) !important;
  }

  .sale-pos-footer > :first-child {
    width: 100%;
    justify-content: space-around;
    gap: 2px !important;
  }

  .sale-pos-footer > :first-child button {
    min-width: 0;
    flex: 1;
    justify-content: center;
    gap: 4px !important;
  }

  .sale-pos-footer > :first-child button > span:first-child {
    width: 32px !important;
    height: 32px !important;
  }

  .sale-pos-footer > :first-child button > span:last-child {
    font-size: 12px !important;
    white-space: nowrap;
  }

  .sale-pos-footer > :last-child {
    display: none !important;
  }

  .sale-process-order-dialog,
  .sale-receipt-dialog,
  .sale-receipt-payment-dialog,
  .sale-multi-payment-dialog {
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    max-width: none !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    transform: none !important;
    border-radius: 0 !important;
    overflow-x: hidden !important;
    padding-bottom: env(safe-area-inset-bottom) !important;
  }

  .sale-process-order-dialog {
    overflow: hidden !important;
  }

  .sale-process-order-dialog > div:last-child {
    min-height: 0;
    overflow: auto;
  }

  .sale-process-order-dialog [class*="w-[230px]"] {
    width: 100% !important;
    flex: 0 0 auto !important;
  }

  .sale-process-order-dialog table {
    min-width: 760px;
  }

  .sale-receipt-dialog { display: flex !important; flex-direction: column; background: #f3f4f6 !important; }
  .sale-receipt-dialog > button { display: none !important; }
  .sale-receipt-dialog > .sale-receipt-desktop-content { display: none !important; }
  .sale-receipt-dialog .sale-receipt-mobile-content { display: flex; min-height: 0; flex: 1; flex-direction: column; overflow-y: auto; padding-bottom: 104px; }
  .sale-receipt-dialog > header { position: relative; display: flex; height: 74px; min-height: 74px; justify-content: flex-start !important; padding: max(10px, env(safe-area-inset-top)) 20px 0 !important; text-align: left !important; }
  .sale-receipt-dialog > header h2 { width: auto !important; flex: 0 1 auto; margin: 0 !important; text-align: left !important; font-size: 22px !important; }
  .sale-receipt-dialog .sale-receipt-mobile-header { justify-content: flex-start !important; padding-right: 12px !important; padding-left: 12px !important; text-align: left !important; }
  .sale-receipt-dialog .sale-receipt-mobile-header h2 { width: auto !important; flex: 0 1 auto !important; margin: 0 !important; text-align: left !important; }
  .sale-receipt-mobile-back { display: grid; width: 36px; height: 42px; margin-right: 2px; place-items: center; color: #64748b; }
  .sale-receipt-mobile-back svg { width: 28px; height: 28px; }
  .sale-receipt-mobile-card { margin-top: 16px; border-radius: 16px; background: #fff; }
  .sale-receipt-mobile-form { padding: 22px 18px 18px; }
  .sale-receipt-mobile-row { display: flex; width: 100%; min-height: 64px; align-items: center; gap: 8px; text-align: left; font-size: 16px; }
  .sale-receipt-mobile-row > strong,
  .sale-receipt-mobile-row > span { min-width: 0; flex: 1; font-weight: 500; }
  .sale-receipt-mobile-row > strong { font-weight: 700; }
  .sale-receipt-mobile-row > b { font-weight: 600; white-space: nowrap; }
  .sale-receipt-mobile-row > svg { width: 21px; flex: 0 0 21px; color: #74808c; }
  .sale-receipt-mobile-customer-value { min-width: 0; flex: 1; overflow: hidden; color: #64748b; text-align: right; text-overflow: ellipsis; white-space: nowrap; font-size: 16px; }
  .sale-receipt-mobile-row.collect-row > strong { flex: 0 0 48%; }
  .sale-receipt-mobile-row.collect-row > input { width: 52%; height: 44px; border: 1px solid #cfd4da; border-radius: 9px; padding: 0 12px; text-align: right; outline: none; font-size: 16px; }
  .sale-receipt-mobile-row.payment-method-row > span { flex: 0 0 auto; line-height: 20px; white-space: nowrap; }
  .sale-receipt-mobile-row.payment-method-row > b { display: flex; min-width: 0; flex: 1; flex-direction: column; overflow: hidden; text-align: right; white-space: nowrap; }
  .sale-receipt-mobile-row.payment-method-row > b em,
  .sale-receipt-mobile-row.payment-method-row > b small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .sale-receipt-mobile-row.payment-method-row > b em { color: #111827; font-size: 16px; font-style: normal; font-weight: 600; }
  .sale-receipt-mobile-row.payment-method-row > b small { margin-top: 3px; color: #64748b; font-size: 13px; font-weight: 600; }
  .sale-receipt-mobile-form > textarea { min-height: 76px; margin-top: 8px; resize: none; border: 1px solid #cfd4da; border-radius: 9px; padding: 14px 16px; font-size: 16px; box-shadow: none; }
  .sale-receipt-mobile-customer-results { position: absolute; z-index: 110; top: 38px; right: -28px; width: min(330px, calc(100vw - 36px)); max-height: 260px; overflow-y: auto; border: 1px solid #e2e8f0; border-radius: 10px; background: #fff; box-shadow: 0 12px 30px rgba(15,23,42,.15); }
  .sale-receipt-mobile-customer-results > button { display: flex; width: 100%; flex-direction: column; padding: 11px 14px; border-bottom: 1px solid #edf0f3; text-align: left; }
  .sale-receipt-mobile-customer-results small { margin-top: 3px; color: #64748b; }
  .sale-receipt-mobile-summary { padding: 10px 18px; }
  .sale-receipt-mobile-summary > div { display: flex; min-height: 54px; align-items: center; justify-content: space-between; border-bottom: 1px solid #edf0f3; font-size: 16px; }
  .sale-receipt-mobile-summary > div:last-child { border-bottom: 0; }
  .sale-receipt-mobile-summary b { font-weight: 500; }
  .sale-receipt-mobile-summary strong { font-weight: 700; }
  .sale-receipt-mobile-footer { position: fixed; z-index: 120; right: 0; bottom: 0; left: 0; display: flex; gap: 12px; padding: 16px 18px calc(16px + env(safe-area-inset-bottom)); background: #fff; }
  .sale-receipt-dialog.has-payment-dialog .sale-receipt-mobile-footer { display: none; }
  .sale-receipt-mobile-footer button { min-width: 0; height: 52px; flex: 1; border-color: #087df1; border-radius: 10px; color: #087df1; font-size: 16px; }
  .sale-receipt-mobile-footer button:last-child { background: #087df1; color: #fff; }
  .sale-receipt-mobile-footer button:disabled { border-color: #9bc7f5; background: #9bc7f5; color: #fff; opacity: 1; }
  .sale-receipt-mobile-customer-panel { position: fixed; z-index: 150; inset: 0; overflow-y: auto; background: #fff; }
  .sale-receipt-mobile-searchbar { display: flex; align-items: center; gap: 10px; padding: max(12px, env(safe-area-inset-top)) 18px 8px; }
  .sale-receipt-mobile-searchbar input { min-width: 0; height: 48px; flex: 1; border: 1.5px solid #087df1; border-radius: 10px; padding: 0 42px 0 16px; font-size: 16px; outline: none; }
  .sale-receipt-mobile-searchbar > svg { width: 18px; margin-left: -46px; margin-right: 12px; color: #64748b; }
  .sale-receipt-mobile-searchbar button { color: #087df1; font-size: 16px; font-weight: 650; }
  .sale-receipt-mobile-search-tabs { display: flex; gap: 8px; overflow-x: auto; padding: 10px 18px 14px; border-bottom: 1px solid #edf0f3; }
  .sale-receipt-mobile-search-tabs button { height: 38px; padding: 0 14px; border: 1px solid #cfd4da; border-radius: 20px; font-size: 14px; white-space: nowrap; }
  .sale-receipt-mobile-search-tabs button.active { border-color: #087df1; background: #087df1; color: #fff; }
  .sale-receipt-mobile-search-results > p { padding: 28px; color: #64748b; text-align: center; }
  .sale-receipt-mobile-search-results > button { display: flex; width: 100%; align-items: center; gap: 12px; padding: 14px 18px; border-bottom: 1px solid #edf0f3; text-align: left; }
  .sale-receipt-mobile-search-results > button > svg:first-child { color: #64748b; }
  .sale-receipt-mobile-search-results > button span { min-width: 0; flex: 1; }
  .sale-receipt-mobile-search-results b,
  .sale-receipt-mobile-search-results small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .sale-receipt-mobile-search-results small { margin-top: 3px; color: #64748b; font-size: 13px; }
  .sale-receipt-mobile-sheet-layer { position: fixed; z-index: 160; inset: 0; display: flex; align-items: flex-end; background: rgba(0,0,0,.55); }
  .sale-receipt-mobile-date-sheet,
  .sale-receipt-mobile-payment-sheet { width: 100%; max-height: 88dvh; overflow-y: auto; border-radius: 22px 22px 0 0; background: #fff; padding: 8px 18px calc(18px + env(safe-area-inset-bottom)); }
  .sale-receipt-mobile-sheet-handle { width: 50px; height: 5px; margin: 0 auto 15px; border-radius: 3px; background: #cbd2da; }
  .sale-receipt-mobile-date-sheet h2,
  .sale-receipt-mobile-payment-sheet h2 { margin-bottom: 18px; text-align: left; font-size: 22px; font-weight: 750; }
  .sale-receipt-mobile-date-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .sale-receipt-mobile-date-fields > div,
  .sale-receipt-mobile-date-fields > label { display: flex; min-height: 74px; flex-direction: column; justify-content: center; border: 1px solid #cfd4da; border-radius: 10px; padding: 10px 16px; }
  .sale-receipt-mobile-date-fields .active { border-color: #087df1; background: #eaf4ff; }
  .sale-receipt-mobile-date-fields span { color: #475569; font-size: 14px; }
  .sale-receipt-mobile-date-fields b { color: #087df1; font-size: 18px; }
  .sale-receipt-mobile-date-fields input { border: 0; padding: 0; background: transparent; font-size: 18px; outline: none; }
  .sale-receipt-mobile-date-sheet [role="grid"] { width: 100%; }
  .sale-receipt-mobile-date-sheet > button:last-child { width: 100%; height: 54px; margin-top: 12px; background: #087df1; color: #fff; font-size: 17px; }
  .sale-receipt-mobile-payment-sheet > button:not(.sale-receipt-mobile-multi-payment) { display: flex; width: 100%; min-height: 56px; align-items: center; justify-content: space-between; border-bottom: 1px solid #edf0f3; text-align: left; font-size: 16px; }
  .sale-receipt-mobile-payment-sheet i { display: grid; width: 25px; height: 25px; place-items: center; border: 1.5px solid #71808b; border-radius: 50%; color: #fff; }
  .sale-receipt-mobile-payment-sheet i.selected { border-color: #087df1; background: #087df1; }
  .sale-receipt-mobile-payment-sheet i svg { width: 16px; }
  .sale-receipt-mobile-multi-payment { width: 100%; min-height: 50px; margin-top: 14px; border: 1px solid #087df1; border-radius: 9px; color: #087df1; font-weight: 650; }
  .sale-receipt-mobile-payment-panel,
  .sale-receipt-mobile-bank-panel { position: fixed; z-index: 170; inset: 0; overflow-y: auto; background: #f3f4f6; }
  .sale-receipt-mobile-payment-panel > header,
  .sale-receipt-mobile-bank-panel > header { display: flex; min-height: 76px; align-items: center; gap: 8px; padding: max(10px, env(safe-area-inset-top)) 18px 0; }
  .sale-receipt-mobile-payment-panel > header button,
  .sale-receipt-mobile-bank-panel > header button { display: grid; width: 42px; height: 42px; place-items: center; color: #64748b; }
  .sale-receipt-mobile-payment-panel > header svg,
  .sale-receipt-mobile-bank-panel > header svg { width: 27px; height: 27px; }
  .sale-receipt-mobile-payment-panel > header h2,
  .sale-receipt-mobile-bank-panel > header h2 { text-align: left; font-size: 22px; font-weight: 750; }
  .sale-receipt-mobile-payment-cash { display: flex; width: 100%; min-height: 72px; align-items: center; gap: 14px; padding: 0 20px; border-radius: 16px; background: #fff; text-align: left; font-size: 18px; font-weight: 650; }
  .sale-receipt-mobile-payment-cash > svg:first-child { width: 26px; color: #374151; }
  .sale-receipt-mobile-payment-cash span { flex: 1; }
  .sale-receipt-mobile-payment-cash > svg:last-child { color: #087df1; }
  .sale-receipt-mobile-payment-group { margin-top: 16px; overflow: hidden; border-radius: 16px; background: #fff; }
  .sale-receipt-mobile-payment-group-title { display: flex; width: 100%; min-height: 76px; align-items: center; gap: 14px; padding: 0 20px; text-align: left; }
  .sale-receipt-mobile-payment-group-title > svg:first-child { width: 27px; color: #374151; }
  .sale-receipt-mobile-payment-group-title > span { min-width: 0; flex: 1; }
  .sale-receipt-mobile-payment-group-title b,
  .sale-receipt-mobile-payment-group-title small { display: block; }
  .sale-receipt-mobile-payment-group-title b { font-size: 18px; }
  .sale-receipt-mobile-payment-group-title small { margin-top: 3px; color: #64748b; font-size: 14px; }
  .sale-receipt-mobile-payment-group-title > svg:last-child { color: #7b8791; }
  .sale-receipt-mobile-payment-accounts { padding-left: 52px; }
  .sale-receipt-mobile-payment-accounts > button { display: flex; width: 100%; min-height: 70px; align-items: center; padding: 9px 20px 9px 0; border-bottom: 1px solid #edf0f3; text-align: left; }
  .sale-receipt-mobile-payment-accounts > button span { min-width: 0; flex: 1; }
  .sale-receipt-mobile-payment-accounts b,
  .sale-receipt-mobile-payment-accounts small { display: block; }
  .sale-receipt-mobile-payment-accounts b { font-size: 16px; }
  .sale-receipt-mobile-payment-accounts small { margin-top: 5px; color: #64748b; font-size: 14px; }
  .sale-receipt-mobile-payment-accounts > button > svg { color: #087df1; }
  .sale-receipt-mobile-payment-accounts > button.add-account { gap: 12px; border-bottom: 0; }
  .sale-receipt-mobile-payment-accounts > button.add-account svg { width: 28px; height: 28px; padding: 5px; border-radius: 50%; background: #e5e7eb; color: #64748b; }
  .sale-receipt-mobile-bank-form { display: grid; gap: 10px; border-radius: 16px; background: #fff; padding: 18px; }
  .sale-receipt-mobile-bank-form > label,
  .sale-receipt-mobile-bank-form > div,
  .sale-receipt-mobile-bank-form > button { display: flex; min-height: 64px; align-items: center; border: 1px solid #cfd4da; border-radius: 9px; padding: 0 16px; text-align: left; }
  .sale-receipt-mobile-bank-form input { min-width: 0; flex: 1; border: 0; font-size: 16px; outline: none; }
  .sale-receipt-mobile-bank-form svg { color: #64748b; }
  .sale-receipt-mobile-bank-form > button > span { min-width: 0; flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 16px; }
  .sale-receipt-mobile-bank-form > button > span.placeholder { color: #94a3b8; }
  .sale-receipt-mobile-bank-form > button.branch-picker-trigger > span { display: flex; flex-direction: column; white-space: normal; }
  .sale-receipt-mobile-bank-form > button.branch-picker-trigger small,
  .sale-receipt-mobile-bank-form > button.branch-picker-trigger b { display: block; }
  .sale-receipt-mobile-bank-form > button.branch-picker-trigger small { color: #111827; font-size: 13px; }
  .sale-receipt-mobile-bank-form > button.branch-picker-trigger b { font-size: 17px; }
  .sale-receipt-mobile-bank-form > div { position: relative; flex-direction: column; align-items: flex-start; justify-content: center; }
  .sale-receipt-mobile-bank-form > div small { font-size: 13px; }
  .sale-receipt-mobile-bank-form > div b { font-size: 17px; }
  .sale-receipt-mobile-bank-form > div svg { position: absolute; right: 16px; }
  .sale-receipt-mobile-bank-note { margin-top: 16px; border-radius: 16px; background: #fff; padding: 14px 18px; }
  .sale-receipt-mobile-bank-note textarea { min-height: 78px; resize: none; border-color: #087df1; font-size: 15px; box-shadow: none; }
  .sale-receipt-mobile-bank-panel > footer { position: fixed; right: 0; bottom: 0; left: 0; display: flex; gap: 12px; padding: 16px 18px calc(16px + env(safe-area-inset-bottom)); background: #fff; }
  .sale-receipt-mobile-bank-panel > footer button { height: 52px; flex: 1; border: 1px solid #087df1; border-radius: 10px; color: #087df1; font-size: 16px; font-weight: 650; }
  .sale-receipt-mobile-bank-panel > footer button:last-child { background: #087df1; color: #fff; }
  .sale-receipt-mobile-bank-panel > footer button:disabled { border-color: #9bc7f5; background: #9bc7f5; }
  .sale-receipt-mobile-picker-panel { position: fixed; z-index: 180; inset: 0; display: flex; flex-direction: column; overflow: hidden; background: #f3f4f6; }
  .sale-receipt-mobile-picker-panel > header { display: flex; min-height: 76px; align-items: center; gap: 8px; padding: max(10px, env(safe-area-inset-top)) 18px 0; }
  .sale-receipt-mobile-picker-panel > header button { display: grid; width: 42px; height: 42px; place-items: center; color: #64748b; }
  .sale-receipt-mobile-picker-panel > header h2 { text-align: left; font-size: 22px; font-weight: 750; }
  .sale-receipt-mobile-picker-search { position: relative; padding: 0 18px 14px; }
  .sale-receipt-mobile-picker-search svg { position: absolute; left: 34px; top: 16px; width: 19px; color: #64748b; }
  .sale-receipt-mobile-picker-search input { width: 100%; height: 50px; border: 0; border-radius: 10px; background: #fff; padding: 0 16px 0 46px; font-size: 15px; outline: none; }
  .sale-receipt-mobile-picker-list { min-height: 0; flex: 1; overflow-y: auto; background: #fff; }
  .sale-receipt-mobile-picker-list > button { display: flex; width: 100%; min-height: 60px; align-items: center; gap: 12px; padding: 10px 20px; border-bottom: 1px solid #edf0f3; text-align: left; }
  .sale-receipt-mobile-picker-list > button span { min-width: 0; flex: 1; }
  .sale-receipt-mobile-picker-list b,
  .sale-receipt-mobile-picker-list small { display: block; }
  .sale-receipt-mobile-picker-list b { font-size: 15px; }
  .sale-receipt-mobile-picker-list small { margin-top: 3px; color: #64748b; font-size: 13px; }
  .sale-receipt-mobile-picker-list > button > svg { color: #087df1; }
  .sale-receipt-mobile-picker-panel > footer { padding: 14px 18px calc(14px + env(safe-area-inset-bottom)); background: #fff; }
  .sale-receipt-mobile-picker-panel > footer button { width: 100%; height: 52px; border-radius: 10px; background: #087df1; color: #fff; font-size: 16px; font-weight: 650; }

  .sale-receipt-payment-dialog > div,
  .sale-multi-payment-dialog > div {
    height: 100%;
    overflow-y: auto;
    padding: 20px 16px !important;
  }

  .sale-receipt-payment-dialog [class*="grid-cols-4"],
  .sale-multi-payment-dialog [class*="grid-cols-4"] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  [data-radix-popper-content-wrapper] [class*="min-w-[360px]"] {
    min-width: min(360px, calc(100vw - 24px)) !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .sale-pos-payment-panel {
    width: min(520px, 52vw) !important;
    min-width: 390px !important;
    max-width: 52vw !important;
  }

  .sale-pos-footer {
    padding-inline: 16px !important;
  }
}

/* Dedicated mobile POS. It intentionally does not inherit the desktop shell. */
.mobile-sale-page {
  --mobile-pos-blue: hsl(var(--primary-hsl));
  position: relative;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  background: #f4f6f9;
  color: #1f2937;
}

.mobile-sale-header {
  position: relative;
  z-index: 40;
  padding: max(10px, env(safe-area-inset-top)) 10px 8px;
  background: #fff;
  border-bottom: 1px solid #e5e9ef;
}

.mobile-checkout-header {
  --mobile-pos-blue: #087df1;
  position: relative;
  z-index: 50;
  display: grid;
  min-height: calc(68px + env(safe-area-inset-top));
  grid-template-columns: 30px 1fr 40px;
  align-items: end;
  gap: 8px;
  padding: env(safe-area-inset-top) 20px 0;
  border-bottom: 0;
  background: #fff;
}
.mobile-checkout-header button,
.mobile-checkout-header span { display: grid; height: 68px; place-items: center; }
.mobile-checkout-header button { color: #66717f; }
.mobile-checkout-header button:last-child { justify-self: end; }
.mobile-checkout-header button svg { width: 23px; height: 23px; }
.mobile-checkout-header strong { align-self: center; color: #111318; text-align: left; font-size: 22px; }

.mobile-sale-search-row,
.mobile-sale-context-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mobile-sale-context-row { margin-top: 8px; }
.mobile-sale-search { position: relative; flex: 1; }
.mobile-sale-search > svg { position: absolute; left: 11px; top: 50%; width: 17px; transform: translateY(-50%); color: #7b8797; }
.mobile-sale-search input { width: 100%; height: 42px; padding: 0 38px; border: 1px solid #dce2ea; border-radius: 8px; background: #f8fafc; font-size: 15px; outline: none; }
.mobile-sale-search input:focus { border-color: var(--mobile-pos-blue); background: #fff; }
.mobile-sale-search button { position: absolute; right: 5px; top: 4px; display: grid; width: 34px; height: 34px; place-items: center; color: #64748b; }
.mobile-sale-search button svg { width: 16px; }
.mobile-icon-button { display: grid; width: 42px; height: 42px; flex: 0 0 42px; place-items: center; border-radius: 8px; background: var(--mobile-pos-blue); color: #fff; }
.mobile-icon-button.subtle { background: #f0f3f7; color: #475569; }
.mobile-icon-button svg { width: 20px; }

.mobile-customer-slot { min-width: 0; flex: 1; }
.mobile-customer-search { width: 100% !important; padding: 0 !important; }
.mobile-customer-search > div { width: 100% !important; }
.mobile-customer-search input { height: 38px !important; font-size: 14px !important; }
.mobile-customer-trigger { display: inline-flex; max-width: 100%; height: 38px; align-items: center; gap: 5px; color: #172033; font-size: 14px; font-weight: 650; }
.mobile-customer-trigger svg { width: 15px; height: 15px; flex: 0 0 15px; color: #6b7280; }
.mobile-customer-trigger span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mobile-price-book { display: flex; min-width: 118px; max-width: 145px; height: 38px; align-items: center; justify-content: space-between; gap: 4px; color: #475569; font-size: 13px; }
.mobile-price-book span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mobile-price-book svg { width: 15px; flex: 0 0 15px; }

.mobile-sale-content { position: absolute; inset: 100px 0 176px; overflow-y: auto; overscroll-behavior: contain; }
.mobile-sale-content.is-checkout { inset: calc(68px + env(safe-area-inset-top)) 0 0; overflow: hidden; background: #f3f4f6; }
.mobile-product-list { background: #fff; }
.mobile-product-row { position: relative; display: flex; min-height: 92px; align-items: center; border-bottom: 1px solid #edf0f4; padding: 10px 12px; }
.mobile-product-main { display: flex; min-width: 0; flex: 1; align-items: center; gap: 11px; text-align: left; }
.mobile-product-image { display: grid; width: 54px; height: 64px; flex: 0 0 54px; place-items: center; overflow: hidden; border-radius: 5px; background: #f3f5f8; color: #b7c0cc; }
.mobile-product-image img { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; }
.mobile-product-image svg { width: 22px; }
.mobile-product-copy { min-width: 0; flex: 1; }
.mobile-product-copy strong { display: block; overflow: hidden; color: #172033; font-size: 14px; font-weight: 650; line-height: 19px; text-overflow: ellipsis; white-space: nowrap; }
.mobile-product-copy small { display: block; margin-top: 5px; color: #7c8798; font-size: 11px; }
.mobile-product-copy b { display: block; margin-top: 5px; color: var(--mobile-pos-blue); font-size: 14px; }
.mobile-add-product { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; border: 1px solid #dce3ec; border-radius: 8px; color: var(--mobile-pos-blue); }
.mobile-add-product svg { width: 18px; }
.mobile-quantity-control { display: flex; height: 34px; align-items: center; overflow: hidden; border: 1px solid #dce3ec; border-radius: 7px; background: #fff; }
.mobile-quantity-control button { display: grid; width: 34px; height: 34px; place-items: center; color: #526075; }
.mobile-quantity-control button:last-child { color: var(--mobile-pos-blue); }
.mobile-quantity-control svg { width: 15px; }
.mobile-quantity-control span { min-width: 28px; text-align: center; font-size: 13px; font-weight: 700; }
.mobile-sale-state { display: flex; min-height: 55vh; flex-direction: column; align-items: center; justify-content: center; gap: 10px; color: #8490a0; font-size: 14px; }
.mobile-sale-state button { height: 40px; padding: 0 18px; border-radius: 8px; background: var(--mobile-pos-blue); color: #fff; }

.mobile-order-summary { position: absolute; z-index: 35; right: 0; bottom: calc(64px + env(safe-area-inset-bottom)); left: 0; padding: 8px 12px 10px; border-top: 1px solid #e3e8ef; background: #fff; }
.mobile-order-summary > div:first-child { display: flex; height: 28px; align-items: center; justify-content: space-between; font-size: 13px; }
.mobile-order-summary strong { color: #172033; font-size: 16px; }
.mobile-order-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.mobile-order-actions button { min-height: 44px; border: 1px solid var(--mobile-pos-blue); border-radius: 7px; color: var(--mobile-pos-blue); font-size: 14px; font-weight: 700; }
.mobile-order-actions button:last-child { background: var(--mobile-pos-blue); color: #fff; }
.mobile-order-actions button:disabled { border-color: #cbd3dd; background: #eef1f5; color: #9aa5b3; }

.mobile-bottom-nav { position: absolute; z-index: 40; right: 0; bottom: 0; left: 0; display: grid; height: calc(64px + env(safe-area-inset-bottom)); grid-template-columns: repeat(5, 1fr); padding-bottom: env(safe-area-inset-bottom); border-top: 1px solid #e1e6ed; background: #fff; }
.mobile-bottom-nav button { position: relative; display: flex; min-width: 0; align-items: center; justify-content: center; flex-direction: column; gap: 3px; color: #738095; font-size: 10px; }
.mobile-bottom-nav button.active { color: var(--mobile-pos-blue); font-weight: 700; }
.mobile-bottom-nav svg { width: 20px; height: 20px; }
.mobile-bottom-nav b { position: absolute; top: 5px; left: calc(50% + 5px); display: grid; min-width: 17px; height: 17px; place-items: center; border-radius: 99px; background: var(--mobile-pos-blue); color: #fff; font-size: 9px; }

.mobile-sheet-layer { position:fixed !important; z-index:1500; top:0 !important; bottom:0 !important; left:50% !important; right:auto !important; display:flex; width:100vw !important; height:100dvh !important; max-width:none !important; align-items:flex-end; overflow:hidden; transform:translateX(-50vw); background:rgba(15,23,42,.52); }
.mobile-bottom-sheet { position:absolute; right:auto; bottom:0; left:50%; box-sizing:border-box; width:100vw !important; max-width:100vw !important; max-height:72dvh; margin:0; overflow-x:hidden; overflow-y:auto; transform:translateX(-50vw); padding:8px 16px calc(18px + env(safe-area-inset-bottom)); border-radius:18px 18px 0 0; background:#fff; box-shadow:0 -12px 40px rgba(15,23,42,.2); scrollbar-width:none; -ms-overflow-style:none; }
.mobile-bottom-sheet::-webkit-scrollbar { display: none; width: 0; height: 0; }
.mobile-bottom-sheet::before { content: ''; display: block; width: 42px; height: 4px; margin: 0 auto 12px; border-radius: 99px; background: #d4dae3; }
.mobile-sheet-title { display: flex; min-height: 44px; align-items: center; justify-content: space-between; }
.mobile-sheet-title button { display: grid; width: 40px; height: 40px; place-items: center; }
.mobile-sheet-title svg { width: 19px; }
.mobile-sheet-option { width: 100%; min-height: 48px; border-bottom: 1px solid #edf0f4; text-align: left; font-size: 14px; }
.mobile-sheet-option.selected { color: var(--mobile-pos-blue); font-weight: 700; }
.mobile-quick-menu { display: grid; box-sizing: border-box; width: 100vw !important; max-width: 100vw !important; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; padding: 24px 16px calc(24px + env(safe-area-inset-bottom)); border-radius: 18px 18px 0 0; background: #fff; }
.mobile-quick-menu button { display: flex; min-height: 92px; align-items: center; justify-content: center; flex-direction: column; gap: 10px; border-radius: 12px; background: #f7f9fc; color: #344157; font-size: 12px; }
.mobile-quick-menu svg { width: 24px; color: var(--mobile-pos-blue); }

.mobile-product-preview-layer { position: fixed !important; z-index: 1550; inset: 0 !important; display: flex; width: 100vw !important; height: 100dvh !important; align-items: flex-end; overflow: hidden; background: rgba(0, 0, 0, .52); }
.mobile-product-preview-sheet { box-sizing: border-box; width: 100vw; max-height: 82dvh; overflow-y: auto; border-radius: 24px 24px 0 0; background: #fff; padding: 10px 18px calc(28px + env(safe-area-inset-bottom)); }
.mobile-product-preview-handle { width: 48px; height: 5px; margin: 0 auto 8px; border-radius: 99px; background: #d4dae1; }
.mobile-product-preview-sheet > header { position: relative; display: flex; min-height: 56px; align-items: center; justify-content: center; }
.mobile-product-preview-sheet > header strong { color: #111318; font-size: 20px; font-weight: 750; }
.mobile-product-preview-sheet > header button { position: absolute; right: 0; display: grid; width: 44px; height: 44px; place-items: center; color: #6b7581; }
.mobile-product-preview-sheet > header svg { width: 26px; height: 26px; }
.mobile-product-preview-image { display: grid; width: 100%; height: min(52dvh, 470px); place-items: center; overflow: hidden; }
.mobile-product-preview-image img { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; }
.mobile-product-preview-thumbnails { display: flex; justify-content: center; gap: 8px; overflow-x: auto; padding: 10px 0 4px; }
.mobile-product-preview-thumbnails button { width: 48px; height: 48px; flex: 0 0 48px; overflow: hidden; border: 2px solid transparent; border-radius: 7px; }
.mobile-product-preview-thumbnails button.active { border-color: #087df1; }
.mobile-product-preview-thumbnails img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }
.mobile-product-preview-sheet > h2 { margin-top: 18px; color: #111318; font-size: 20px; font-weight: 750; line-height: 1.35; }

.mobile-product-detail-header { display: flex; height: calc(64px + env(safe-area-inset-top)); align-items: flex-end; padding: env(safe-area-inset-top) 16px 0; background: #fff; }
.mobile-product-detail-header button { display: grid; width: 44px; height: 64px; place-items: center; color: #64748b; }
.mobile-product-detail-header svg { width: 27px; height: 27px; }
.mobile-sale-content.is-product-detail { inset: calc(64px + env(safe-area-inset-top)) 0 calc(82px + env(safe-area-inset-bottom)); background: #fff; }
.mobile-product-detail-page { min-height: 100%; padding: 14px 18px 30px; background: #fff; }
.mobile-product-detail-summary { display: grid; grid-template-columns: 82px minmax(0, 1fr); gap: 16px; padding-bottom: 24px; border-bottom: 1px solid #edf0f3; }
.mobile-product-detail-image { display: grid; width: 82px; height: 112px; place-items: center; overflow: hidden; color: #a3adba; }
.mobile-product-detail-image img { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; }
.mobile-product-detail-summary h1 { color: #111318; font-size: 20px; font-weight: 750; line-height: 1.35; }
.mobile-product-detail-summary p { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin-top: 12px; }
.mobile-product-detail-summary p b { font-size: 14px; }
.mobile-product-detail-summary p em,.mobile-product-detail-summary p i { padding: 4px 7px; border-radius: 4px; background: #f1f3f6; color: #637083; font-size: 13px; font-style: normal; }
.mobile-product-detail-summary p em.empty { background: #fff0f1; color: #dc2626; }
.mobile-product-detail-summary > div > strong { display: block; margin-top: 13px; color: #087df1; font-size: 20px; }
.mobile-product-detail-form { padding-top: 18px; }
.mobile-product-detail-form > label,.mobile-product-detail-form > .total,.mobile-product-detail-form > .quantity { display: flex; min-height: 66px; align-items: center; justify-content: space-between; gap: 16px; }
.mobile-product-detail-form label > strong,.mobile-product-detail-form .total > strong,.mobile-product-detail-form .quantity > label { font-size: 16px; font-weight: 700; }
.mobile-product-detail-form input { width: 120px; height: 44px; border: 0; border-bottom: 1px solid #cfd5dc; background: transparent; text-align: right; font-size: 16px; outline: none; }
.mobile-product-detail-form .total > b { font-size: 17px; }
.mobile-product-detail-form .quantity > span { display: grid; width: 148px; height: 44px; grid-template-columns: 44px 1fr 44px; align-items: center; overflow: hidden; border: 1px solid #cfd5dc; border-radius: 9px; }
.mobile-product-detail-form .quantity button { height: 44px; color: #657383; font-size: 24px; }
.mobile-product-detail-form .quantity b { text-align: center; font-size: 17px; }
.mobile-product-detail-form textarea { width: 100%; min-height: 112px; margin-top: 24px; resize: none; border: 0; border-radius: 10px; background: #f6f7f8; padding: 16px; color: #111318; font-size: 15px; outline: none; }
.mobile-product-detail-form textarea::-moz-placeholder { color: #8a95a2; }
.mobile-product-detail-form textarea::placeholder { color: #8a95a2; }
.mobile-product-detail-footer { position: absolute; z-index: 55; right: 0; bottom: 0; left: 0; padding: 12px 18px calc(12px + env(safe-area-inset-bottom)); border-top: 1px solid #edf0f3; background: #fff; }
.mobile-product-detail-footer button { width: 100%; height: 54px; border-radius: 10px; background: #087df1; color: #fff; font-size: 18px; font-weight: 750; }

.mobile-cart-close-layer { position: fixed !important; z-index: 1700; inset: 0 !important; display: grid; width: 100vw !important; height: 100dvh !important; place-items: center; padding: 24px; background: rgba(0, 0, 0, .55); }
.mobile-cart-close-dialog { width: min(310px, calc(100vw - 48px)); overflow: hidden; border-radius: 16px; background: #fff; box-shadow: 0 16px 48px rgba(0, 0, 0, .2); }
.mobile-cart-close-dialog > div { padding: 28px 26px 24px; text-align: center; }
.mobile-cart-close-dialog h2 { color: #111318; font-size: 19px; font-weight: 750; }
.mobile-cart-close-dialog p { margin-top: 15px; color: #17191d; font-size: 16px; line-height: 1.45; }
.mobile-cart-close-dialog footer { display: grid; height: 54px; grid-template-columns: 1fr 1fr; border-top: 1px solid #d5d8dc; }
.mobile-cart-close-dialog footer button { font-size: 17px; font-weight: 700; }
.mobile-cart-close-dialog footer button + button { border-left: 1px solid #d5d8dc; }
.mobile-cart-close-dialog footer .discard { color: #ef2b2d; }
.mobile-cart-close-dialog footer .save { color: #087df1; }
.mobile-cart-close-dialog footer .cancel { color: #66717f; }
.mobile-guest-order-dialog p { max-width: 250px; margin-right: auto; margin-left: auto; }
.mobile-payment-success-dialog { width: min(310px, calc(100% - 48px)); border-radius: 16px; background: #fff; padding: 28px 24px 22px; text-align: center; box-shadow: 0 16px 48px rgba(0, 0, 0, .2); }
.mobile-payment-success-dialog .icon { display: grid; width: 54px; height: 54px; margin: 0 auto 16px; place-items: center; border-radius: 50%; background: #e8f8ef; color: #18a957; }
.mobile-payment-success-dialog .icon svg { width: 30px; height: 30px; stroke-width: 2.6; }
.mobile-payment-success-dialog h2 { color: #111318; font-size: 20px; font-weight: 750; }
.mobile-payment-success-dialog p { margin-top: 9px; color: #687586; font-size: 15px; }
.mobile-payment-success-dialog > button { width: 100%; height: 48px; margin-top: 22px; border-radius: 9px; background: #087df1; color: #fff; font-size: 16px; font-weight: 700; }

.mobile-product-search-header { display: grid; height: calc(72px + env(safe-area-inset-top)); grid-template-columns: 42px minmax(0, 1fr) 46px 46px 46px; align-items: end; gap: 8px; padding: env(safe-area-inset-top) 10px 10px; background: #fff; }
.mobile-product-search-header > .back { display: grid; height: 52px; place-items: center; color: #64748b; }
.mobile-product-search-header > .back svg { width: 27px; height: 27px; }
.mobile-product-search-header > div { position: relative; align-self: center; }
.mobile-product-search-header > div > svg { position: absolute; left: 12px; top: 50%; width: 18px; transform: translateY(-50%); color: #7b8797; }
.mobile-product-search-header input { width: 100%; height: 48px; border: 0; border-radius: 12px; background: #f3f5f7; padding: 0 38px; font-size: 15px; outline: none; }
.mobile-product-search-header > div > button { position: absolute; right: 4px; top: 4px; display: grid; width: 40px; height: 40px; place-items: center; color: #64748b; }
.mobile-product-search-header > div > button svg { width: 17px; }
.mobile-product-search-header > .action { display: grid; width: 46px; height: 48px; align-self: center; place-items: center; border-radius: 10px; background: #f3f5f7; color: #172033; }
.mobile-product-search-header > .action svg { width: 22px; }
.mobile-product-search-header > .action.active { color: #087df1; background: #eaf4ff; }
.mobile-sale-content.is-product-search { inset: calc(72px + env(safe-area-inset-top)) 0 0; background: #fff; }
.mobile-product-row.is-search-product { min-height: 126px; border: 0; padding: 14px 18px; }
.mobile-product-row.is-search-product.is-in-cart { background: #f1f8ff; }
.mobile-product-row.is-search-product .mobile-product-main { align-items: flex-start; gap: 14px; padding-bottom: 38px; }
.mobile-product-row.is-search-product .mobile-product-image { width: 56px; height: 70px; flex-basis: 56px; margin-top: 2px; background: #fff; }
.mobile-product-row.is-search-product .mobile-product-copy strong { color: #111; font-size: 16px; font-weight: 700; line-height: 22px; white-space: normal; }
.mobile-product-row.is-search-product .mobile-product-copy > small:not(.mobile-product-meta) { display: none; }
.mobile-product-row.is-search-product .mobile-product-copy b { margin-top: 16px; color: #0785e5; font-size: 17px; font-weight: 500; }
.mobile-product-row.is-search-product .mobile-add-product { position: absolute; right: 18px; bottom: 18px; }
.mobile-product-row.is-search-product .mobile-quantity-control { position: absolute; right: 18px; bottom: 18px; width: 148px; height: 40px; justify-content: space-between; border-radius: 9px; }
.mobile-product-row.is-search-product .mobile-quantity-control button { width: 42px; height: 40px; }

.mobile-sale-content.is-checkout { inset: 0; }
.mobile-payment-screen { position: relative; width: 100%; height: 100dvh; overflow: hidden; background: #f3f4f6; color: #111318; }
.mobile-payment-screen > header { display: flex; height: calc(72px + env(safe-area-inset-top)); align-items: flex-end; gap: 4px; padding: env(safe-area-inset-top) 16px 0; background: #fff; }
.mobile-payment-screen > header button { display: grid; width: 44px; height: 72px; place-items: center; color: #64748b; }
.mobile-payment-screen > header svg { width: 28px; height: 28px; }
.mobile-payment-screen > header h1 { display: flex; height: 72px; align-items: center; font-size: 24px; font-weight: 750; }
.mobile-payment-screen > main { height: calc(100dvh - 72px - 82px - env(safe-area-inset-top) - env(safe-area-inset-bottom)); overflow-y: auto; padding-bottom: 20px; }
.mobile-payment-customer { display: flex; min-height: 112px; align-items: center; gap: 14px; padding: 18px 20px; border-radius: 0 0 14px 14px; background: #fff; }
.mobile-payment-customer > svg { width: 25px; color: #657383; }
.mobile-payment-customer strong,.mobile-payment-customer small { display: block; }
.mobile-payment-customer strong { font-size: 18px; }
.mobile-payment-customer small { width: -moz-fit-content; width: fit-content; margin-top: 7px; border-radius: 4px; background: #f1f3f6; padding: 3px 6px; color: #657383; font-size: 14px; }
.mobile-payment-view-items { display: flex; width: 100%; min-height: 66px; align-items: center; justify-content: space-between; margin-top: 16px; border-radius: 14px; background: #fff; padding: 0 18px; font-size: 17px; font-weight: 700; }
.mobile-payment-view-items svg { width: 24px; color: #687586; }
.mobile-payment-summary-card { margin-top: 16px; border-radius: 14px; background: #fff; padding: 18px; }
.mobile-payment-summary-card > div:not(.mobile-payment-account),.mobile-payment-summary-card > label { display: flex; min-height: 68px; align-items: center; justify-content: space-between; gap: 16px; }
.mobile-payment-summary-card strong { font-size: 16px; }
.mobile-payment-summary-card strong em { display: inline-grid; min-width: 24px; height: 24px; margin-left: 5px; place-items: center; border: 1px solid #728092; border-radius: 50%; font-size: 12px; font-style: normal; font-weight: 500; }
.mobile-payment-summary-card b { font-size: 18px; }
.mobile-payment-summary-card b.primary { color: #087df1; font-size: 20px; }
.mobile-payment-summary-card label input { width: 120px; height: 43px; border: 0; border-bottom: 1px solid #cfd5dc; background: transparent; text-align: right; font-size: 17px; outline: none; }
.mobile-payment-summary-card > nav { position: relative; display: grid; height: 48px; grid-template-columns: repeat(4, 1fr); margin-top: 8px; border-radius: 12px; background: #f0f1f3; padding: 4px; }
.mobile-payment-summary-card > nav button { position: relative; border-radius: 10px; color: #687586; font-size: 15px; }
.mobile-payment-summary-card > nav button.active { background: #fff; color: #087df1; font-weight: 700; box-shadow: 0 4px 12px rgba(15, 23, 42, .12); }
.mobile-payment-summary-card > nav button.active::after { content: ''; position: absolute; right: 42%; bottom: -16px; left: 42%; height: 4px; border-radius: 99px; background: #087df1; }
.mobile-payment-account { display: grid; min-height: 98px; margin-top: 18px; place-items: center; border-radius: 10px; background: #f8f8fc; }
.mobile-payment-account-trigger { min-height: 48px !important; border: 0 !important; background: transparent !important; color: #087df1 !important; font-size: 16px !important; font-weight: 700 !important; box-shadow: none !important; }
.mobile-payment-debt { min-height: 72px !important; margin-top: 18px; border-radius: 10px; background: #f8f8fc; padding: 0 16px; font-size: 17px; }
.mobile-payment-delivery-toggle,.mobile-payment-delivery-time { display: flex; width: 100%; min-height: 66px; align-items: center; justify-content: space-between; margin-top: 16px; border-radius: 14px; background: #fff; padding: 0 18px; font-size: 17px; }
.mobile-payment-delivery-toggle [role="switch"] { flex: 0 0 auto; }
.mobile-payment-delivery-time svg { width: 24px; color: #687586; }
.mobile-payment-delivery-card { margin-top: 16px; border-radius: 14px; background: #fff; padding: 0 18px; }
.mobile-payment-delivery-heading { display: flex; min-height: 72px; align-items: center; justify-content: space-between; }
.mobile-payment-delivery-heading > strong { font-size: 18px; }
.mobile-payment-delivery-heading [role="switch"] { flex: 0 0 auto; }
.mobile-payment-delivery-details { padding-bottom: 4px; }
.mobile-payment-delivery-details > button { width: 100%; text-align: left; }
.mobile-payment-delivery-details .cod { display: flex; min-height: 78px; align-items: center; gap: 14px; }
.mobile-payment-delivery-details .checkbox { display: grid; width: 25px; height: 25px; flex: 0 0 25px; place-items: center; border: 1.5px solid #9aa5b2; border-radius: 6px; color: #fff; }
.mobile-payment-delivery-details .checkbox.checked { border-color: #087df1; background: #087df1; }
.mobile-payment-delivery-details .checkbox svg { width: 18px; }
.mobile-payment-delivery-details .cod strong,.mobile-payment-delivery-details .cod small { display: block; }
.mobile-payment-delivery-details .cod strong { font-size: 16px; }
.mobile-payment-delivery-details .cod small { margin-top: 5px; color: #687586; font-size: 14px; }
.mobile-payment-delivery-details .delivery-row { display: grid; min-height: 72px; grid-template-columns: 34px minmax(0, 1fr) 28px; align-items: center; gap: 10px; border-bottom: 1px solid #edf0f3; }
.mobile-payment-delivery-details .delivery-row > svg:first-child { width: 25px; color: #4f6070; }
.mobile-payment-delivery-details .delivery-row.address > svg:first-child { color: #10a33b; fill: #10a33b; }
.mobile-payment-delivery-details .delivery-row > svg:last-child { width: 23px; justify-self: end; color: #64748b; }
.mobile-payment-delivery-details .delivery-row strong,.mobile-payment-delivery-details .delivery-row small { display: block; }
.mobile-payment-delivery-details .delivery-row strong { color: #111318; font-size: 15px; line-height: 1.4; }
.mobile-payment-delivery-details .delivery-row small { margin-top: 4px; color: #687586; font-size: 14px; line-height: 1.4; }
.mobile-payment-delivery-details .delivery-row.address strong,.mobile-payment-delivery-details .delivery-row.service strong { color: #7d8793; font-weight: 600; }
.mobile-payment-delivery-details .delivery-row.package { grid-template-columns: 34px minmax(0, 1fr) 28px; }
.mobile-payment-delivery-details .delivery-row.service { border-bottom: 0; }
.mobile-payment-screen > footer { position: absolute; right: 0; bottom: 0; left: 0; padding: 12px 18px calc(12px + env(safe-area-inset-bottom)); background: #fff; }
.mobile-payment-screen > footer button { width: 100%; height: 56px; border-radius: 10px; background: #087df1; color: #fff; font-size: 18px; font-weight: 700; }
.mobile-payment-screen > footer button:disabled { opacity: .6; }
.mobile-payment-items-layer { position: fixed !important; z-index: 1800; inset: 0 !important; display: flex; width: auto !important; max-width: none !important; height: 100dvh !important; align-items: flex-end; background: rgba(0, 0, 0, .52); }
.mobile-payment-items-sheet { box-sizing: border-box; width: 100% !important; max-width: none !important; min-height: 48dvh; max-height: 76dvh; overflow: hidden; border-radius: 22px 22px 0 0; background: #fff; padding-bottom: env(safe-area-inset-bottom); }
.mobile-payment-items-handle { width: 48px; height: 5px; margin: 8px auto 4px; border-radius: 99px; background: #d3d9e0; }
.mobile-payment-items-sheet > header { display: flex; min-height: 68px; align-items: center; justify-content: space-between; padding: 0 18px; border-bottom: 1px solid #e4e7eb; }
.mobile-payment-items-sheet > header h2 { color: #111318; font-size: 22px; font-weight: 750; }
.mobile-payment-items-sheet > header button { display: grid; width: 44px; height: 44px; place-items: center; color: #64748b; }
.mobile-payment-items-sheet > header svg { width: 28px; height: 28px; }
.mobile-payment-items-list { max-height: calc(76dvh - 85px); overflow-y: auto; padding: 0 26px; }
.mobile-payment-items-list article { display: grid; min-height: 92px; grid-template-columns: 64px minmax(0, 1fr); align-items: center; gap: 14px; border-bottom: 1px solid #edf0f3; }
.mobile-payment-items-list article:last-child { border-bottom: 0; }
.mobile-payment-items-list article > span { display: grid; width: 64px; height: 70px; place-items: center; overflow: hidden; color: #a3adba; }
.mobile-payment-items-list article img { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; }
.mobile-payment-items-list article strong,.mobile-payment-items-list article small { display: block; }
.mobile-payment-items-list article strong { color: #111318; font-size: 16px; font-weight: 700; line-height: 1.35; }
.mobile-payment-items-list article small { margin-top: 7px; color: #6f7b89; font-size: 15px; }
.mobile-payment-address-page,.mobile-payment-address-form-page { position: relative; width: 100%; height: 100dvh; overflow: hidden; background: #f3f4f6; color: #111318; }
.mobile-payment-address-page > header,.mobile-payment-address-form-page > header { display: grid; height: calc(76px + env(safe-area-inset-top)); grid-template-columns: 48px minmax(0, 1fr) 48px; align-items: end; padding: env(safe-area-inset-top) 16px 0; }
.mobile-payment-address-page > header button,.mobile-payment-address-form-page > header button { display: grid; height: 76px; place-items: center; color: #64748b; }
.mobile-payment-address-page > header svg,.mobile-payment-address-form-page > header svg { width: 28px; height: 28px; }
.mobile-payment-address-page > header h1,.mobile-payment-address-form-page > header h1 { display: flex; height: 76px; align-items: center; font-size: 22px; font-weight: 750; }
.mobile-payment-address-search { position: relative; padding: 0 18px 12px; }
.mobile-payment-address-search svg { position: absolute; left: 32px; top: 14px; width: 19px; color: #64748b; }
.mobile-payment-address-search input { width: 100%; height: 46px; border: 0; border-radius: 10px; background: #fff; padding: 0 16px 0 44px; font-size: 15px; outline: none; }
.mobile-payment-address-page > main { overflow: hidden; border-radius: 14px 14px 0 0; background: #fff; }
.mobile-payment-address-page > main > button { display: flex; width: 100%; min-height: 72px; align-items: center; justify-content: space-between; gap: 14px; padding: 13px 18px; border-bottom: 1px solid #e5e8ec; text-align: left; }
.mobile-payment-address-page > main span { min-width: 0; flex: 1; }
.mobile-payment-address-page > main strong,.mobile-payment-address-page > main small { display: block; }
.mobile-payment-address-page > main strong { font-size: 16px; }
.mobile-payment-address-page > main small { margin-top: 6px; color: #687586; font-size: 14px; line-height: 1.35; }
.mobile-payment-address-page > main em { border-radius: 5px; background: #eef7ff; padding: 5px 8px; color: #087df1; font-size: 14px; font-style: normal; }
.mobile-payment-address-page > main b { letter-spacing: 2px; }
.mobile-payment-address-add { position: absolute; right: 24px; bottom: calc(32px + env(safe-area-inset-bottom)); display: grid; width: 64px; height: 64px; place-items: center; border-radius: 50%; background: #087df1; color: #fff; box-shadow: 0 8px 20px rgba(8, 125, 241, .28); }
.mobile-payment-address-add svg { width: 33px; height: 33px; }
.mobile-payment-address-form-page > header { grid-template-columns: 48px minmax(0, 1fr); }
.mobile-payment-address-form-page > main { display: grid; gap: 14px; padding: 14px 18px; }
.mobile-payment-address-form-page > main > label { position: relative; display: flex; min-height: 64px; flex-direction: column; justify-content: center; border: 1px solid #cbd1d8; border-radius: 10px; background: #fff; padding: 10px 16px; }
.mobile-payment-address-form-page label:focus-within { border-color: #087df1; box-shadow: 0 0 0 1px #087df1; }
.mobile-payment-address-form-page label span { color: #737e8b; font-size: 13px; }
.mobile-payment-address-form-page label em { color: #e32636; font-style: normal; }
.mobile-payment-address-form-page input,.mobile-payment-address-form-page textarea,.mobile-payment-address-form-page select { width: 100%; border: 0; background: transparent; color: #111318; font-size: 16px; outline: none; }
.mobile-payment-address-form-page textarea { min-height: 64px; resize: none; padding-top: 8px; }
.mobile-payment-address-form-page label.select { min-height: 64px; padding: 0 44px 0 16px; }
.mobile-payment-address-form-page label.select svg { position: absolute; right: 15px; width: 21px; color: #64748b; pointer-events: none; }
.mobile-payment-address-form-page select { height: 62px; -webkit-appearance: none; -moz-appearance: none; appearance: none; color: #6f7b89; }
.mobile-payment-address-form-page > footer { position: absolute; right: 0; bottom: 0; left: 0; padding: 12px 18px calc(12px + env(safe-area-inset-bottom)); background: #fff; }
.mobile-payment-address-form-page > footer button { width: 100%; height: 56px; border-radius: 10px; background: #087df1; color: #fff; font-size: 18px; font-weight: 700; }
.mobile-payment-address-form-page > footer button:disabled { opacity: .6; }

.mobile-sale-settings { width: 100%; height: 100dvh; overflow: hidden; background: #f3f3f3; color: #17191d; }
.mobile-sale-settings > header { display: flex; height: calc(72px + env(safe-area-inset-top)); align-items: flex-end; gap: 4px; padding: env(safe-area-inset-top) 16px 0; background: #f3f3f3; }
.mobile-sale-settings > header button { display: grid; width: 42px; height: 72px; place-items: center; color: #64748b; }
.mobile-sale-settings > header svg { width: 29px; height: 29px; }
.mobile-sale-settings > header h1 { display: flex; height: 72px; align-items: center; font-size: 24px; font-weight: 750; }
.mobile-sale-settings > main { height: calc(100dvh - 72px - env(safe-area-inset-top)); overflow-y: auto; padding: 12px 12px calc(28px + env(safe-area-inset-bottom)); }
.mobile-sale-settings section { margin-bottom: 16px; overflow: hidden; border-radius: 14px; background: #fff; padding: 0 18px; }
.mobile-sale-settings section h2 { padding: 20px 0 8px; color: #747d87; font-size: 17px; font-weight: 600; }
.mobile-sale-setting-row { display: flex; width: 100%; min-height: 72px; align-items: center; justify-content: space-between; gap: 18px; border-bottom: 1px solid #eceff2; text-align: left; }
.mobile-sale-setting-row:last-child { border-bottom: 0; }
.mobile-sale-setting-row > span { min-width: 0; flex: 1; padding: 13px 0; }
.mobile-sale-setting-row strong { display: block; color: #17191d; font-size: 17px; font-weight: 450; line-height: 1.45; }
.mobile-sale-setting-row small { display: block; margin-top: 5px; color: #737b85; font-size: 15px; line-height: 1.45; }
.mobile-sale-setting-row.has-arrow > svg { width: 24px; flex: 0 0 24px; color: #737d87; }
.mobile-sale-setting-switch { position: relative; width: 39px; height: 23px; flex: 0 0 39px; border-radius: 99px; background: #e5e7eb; transition: background .18s ease; }
.mobile-sale-setting-switch em { position: absolute; top: 2px; left: 2px; width: 19px; height: 19px; border-radius: 50%; background: #fff; box-shadow: 0 1px 4px rgba(15, 23, 42, .25); transition: transform .18s ease; }
.mobile-sale-setting-switch.active { background: #087df1; }
.mobile-sale-setting-switch.active em { transform: translateX(16px); }
.mobile-sale-setting-sheet-layer { position: fixed; z-index: 1600; inset: 0; display: flex; align-items: flex-end; background: rgba(0, 0, 0, .52); }
.mobile-sale-setting-sheet { width: 100%; max-height: 72dvh; overflow-y: auto; border-radius: 22px 22px 0 0; background: #fff; padding: 18px 18px calc(30px + env(safe-area-inset-bottom)); box-shadow: 0 -10px 32px rgba(15, 23, 42, .18); }
.mobile-sale-setting-sheet::before { content: ''; display: block; width: 48px; height: 5px; margin: -7px auto 18px; border-radius: 99px; background: #d6dbe1; }
.mobile-sale-setting-sheet h2 { padding: 0 0 18px; color: #111318; font-size: 22px; font-weight: 750; line-height: 1.3; }
.mobile-sale-setting-sheet button { display: flex; width: 100%; min-height: 64px; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid #eceff2; color: #17191d; text-align: left; font-size: 18px; font-weight: 550; }
.mobile-sale-setting-sheet button:last-child { border-bottom: 0; }
.mobile-sale-setting-sheet button svg { width: 27px; height: 27px; flex: 0 0 27px; color: #087df1; stroke-width: 2.5; }

.mobile-checkout-wrap { width: 100%; height: 100%; overflow: hidden; background: #f3f4f6; }
.mobile-checkout-wrap .sale-pos-payment-panel { width: 100% !important; min-width: 0 !important; max-width: none !important; height: 100% !important; margin: 0 !important; border-radius: 0 !important; }
.mobile-checkout-wrap .sale-pos-payment-panel > div { width: 100% !important; min-width: 0 !important; }
.mobile-checkout-wrap .sale-pos-payment-panel * { min-width: 0 !important; max-width: 100%; }
.mobile-checkout-wrap .sale-pos-payment-panel > div > div:first-child { min-height: 46px; height: auto !important; padding: 6px 12px !important; flex-wrap: wrap; gap: 6px !important; }
.mobile-checkout-wrap .sale-pos-payment-panel [class*="grid-cols-[1fr_54px_96px]"] { grid-template-columns: minmax(0, 1fr) 42px 88px !important; gap: 8px !important; }
.mobile-checkout-wrap .sale-pos-payment-panel [class*="grid-cols-[1fr_150px]"] { grid-template-columns: minmax(0, 1fr) minmax(96px, 42%) !important; }
.mobile-checkout-wrap .sale-pos-payment-panel [class*="w-[480px]"] { width: 100% !important; }
.mobile-checkout-wrap .sale-pos-payment-panel [class*="px-6"] { padding-left: 14px !important; padding-right: 14px !important; }
.mobile-checkout-wrap .sale-pos-payment-panel [class*="text-[18px]"] { font-size: 15px !important; line-height: 21px !important; }
.mobile-checkout-wrap .sale-pos-payment-panel [class*="text-[20px]"] { font-size: 16px !important; line-height: 22px !important; }
.mobile-checkout-wrap .sale-pos-payment-panel button { min-height: 40px; }

/* Strip desktop-only chrome from the payment component in its mobile variant. */
.mobile-native-payment-panel > div:first-of-type > div:first-child {
  display: none !important;
}
.mobile-native-payment-panel > div:first-of-type {
  width: 100% !important;
  min-width: 0 !important;
  border-right: 0 !important;
}
.mobile-native-payment-panel {
  --primary-hsl: 211 94% 51%;
  --primary: var(--primary-hsl);
  background: #f3f4f6 !important;
}
.mobile-native-payment-panel > div:nth-of-type(2) {
  display: none !important;
}
.mobile-native-payment-panel > div:first-of-type > div:nth-child(2) {
  min-height: 60px;
  margin-bottom: 10px;
  padding: 8px 20px !important;
  border-bottom: 0;
  background: #fff;
}
.mobile-native-payment-panel > div:first-of-type > div:nth-child(2) > :first-child {
  min-width: 0 !important;
  flex: 1 1 auto !important;
}
.mobile-native-payment-panel > div:first-of-type > div:nth-child(2) [role="combobox"] {
  width: 128px !important;
  height: 40px !important;
  font-size: 13px !important;
}
.mobile-native-payment-panel > div:first-of-type > div:nth-child(3) {
  background: #f3f4f6;
}
.mobile-native-payment-panel > div:first-of-type > div:nth-child(3) > div {
  margin: 0 12px 12px;
  padding: 18px 16px 16px !important;
  border-radius: 14px;
  background: #fff;
  font-size: 15px !important;
}
.mobile-native-payment-panel > div:first-of-type > div:last-child {
  padding: 12px 20px calc(12px + env(safe-area-inset-bottom)) !important;
  border-top: 0 !important;
  border-radius: 16px 16px 0 0;
  background: #fff !important;
  box-shadow: 0 -8px 24px rgba(15, 23, 42, .05);
}
.mobile-native-payment-panel > div:first-of-type > div:last-child > button,
.mobile-native-payment-panel > div:first-of-type > div:last-child > div > button:first-child {
  width: 100% !important;
  height: 54px !important;
  border-radius: 8px !important;
  font-size: 17px !important;
}
.mobile-native-payment-panel [class*="min-h-[98px]"] {
  min-height: 64px !important;
}
.mobile-native-payment-panel [class*="w-[150px]"] {
  width: min(150px, 42vw) !important;
}
.mobile-native-payment-panel [class*="max-w-[230px]"] {
  max-width: 58vw !important;
}

.mobile-process-orders { height: 100%; overflow: hidden; background: #fff; }
.mobile-process-header { display: grid; height: calc(76px + env(safe-area-inset-top)); grid-template-columns: 34px minmax(0, 1fr) auto; align-items: center; gap: 8px; padding: env(safe-area-inset-top) 14px 0; border-bottom: 0; background: #fff; }
.mobile-process-header > strong { display: flex; min-width: 0; align-items: center; color: #111; font-size: 22px; font-weight: 750; line-height: 28px; }
.mobile-process-header > div { display: flex; height: 52px; align-items: center; gap: 4px; }
.mobile-process-header button { display: grid; width: 36px; height: 36px; place-items: center; color: #525d6f; }
.mobile-process-header .mobile-process-close { align-self: center; width: 34px; height: 34px; }
.mobile-process-header svg { width: 23px; height: 23px; stroke-width: 2; }
.mobile-process-search { position: relative; padding: 8px 12px; background: #fff; }
.mobile-process-search svg { position: absolute; top: 50%; left: 24px; width: 17px; transform: translateY(-50%); color: #8490a0; }
.mobile-process-search input { width: 100%; height: 40px; padding: 0 12px 0 38px; border-radius: 8px; background: #f2f4f7; font-size: 14px; outline: none; }
.mobile-process-time-filter { display: inline-flex; width: -moz-fit-content; width: fit-content; height: 40px; align-items: center; gap: 5px; margin: 18px 0 18px 40px; padding: 0 12px; border: 0; border-radius: 14px; background: #f3f4f6; color: #111; font-size: 14px; font-weight: 700; }
.mobile-process-time-filter svg { width: 13px; height: 13px; }
.mobile-process-list { height: calc(100% - 152px - env(safe-area-inset-top)); overflow-y: auto; padding-bottom: 12px; background: #fff; }
.mobile-process-search ~ .mobile-process-list { height: calc(100% - 200px - env(safe-area-inset-top)); }
.mobile-process-time-layer { position: absolute; inset: 0; z-index: 80; display: flex; width: 100%; height: 100%; align-items: flex-end; background: rgba(0,0,0,.55); }
.mobile-process-time-sheet { position: relative; width: 100%; max-height: calc(100dvh - 72px); overflow: hidden; border-radius: 22px 22px 0 0; background: #fff; padding: 28px 36px calc(28px + env(safe-area-inset-bottom)); color: #111; }
.mobile-process-time-handle { position: absolute; top: -24px; left: 50%; width: 102px; height: 8px; transform: translateX(-50%); border-radius: 999px; background: #d4e2f2; }
.mobile-process-time-sheet h2 { margin: 0 0 18px; font-size: 22px; font-weight: 750; line-height: 28px; }
.mobile-process-time-sheet button { display: flex; width: 100%; min-height: 56px; align-items: center; justify-content: space-between; border-bottom: 1px solid #edf0f3; color: #111; text-align: left; font-size: 17px; font-weight: 700; line-height: 22px; }
.mobile-process-time-sheet button:last-child { border-bottom: 0; }
.mobile-process-time-sheet button svg { width: 20px; height: 20px; color: #0b7ff3; stroke-width: 2.3; }
.mobile-process-time-sheet.is-custom-range { padding: 24px 36px calc(22px + env(safe-area-inset-bottom)); }
.mobile-process-time-sheet.is-custom-range h2 { margin-bottom: 20px; }
.mobile-process-custom-range { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 22px; }
.mobile-process-custom-range button { display: flex; min-height: 76px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 7px; border: 1px solid #d8dce2; border-radius: 10px; padding: 12px 16px; background: #fff; color: #111; text-align: left; }
.mobile-process-custom-range button.active { border-color: #0b7ff3; background: #eaf3ff; box-shadow: 0 0 0 1px #0b7ff3 inset; }
.mobile-process-custom-range span { color: #4b5563; font-size: 14px; font-weight: 600; line-height: 18px; }
.mobile-process-custom-range strong { color: #111; font-size: 17px; font-weight: 800; line-height: 22px; }
.mobile-process-custom-range button.active strong { color: #0b7ff3; }
.mobile-process-custom-calendar { margin-bottom: 22px; }
.mobile-process-calendar-nav { display: grid; grid-template-columns: 38px 1fr 38px; align-items: center; margin-bottom: 18px; }
.mobile-process-calendar-nav button { display: grid; width: 38px; height: 38px; min-height: 38px; place-items: center; border: 0; color: #6b7280; }
.mobile-process-calendar-nav button svg { width: 21px; height: 21px; color: currentColor; }
.mobile-process-calendar-nav strong { text-align: center; color: #111; font-size: 17px; font-weight: 800; }
.mobile-process-calendar-weekdays,
.mobile-process-calendar-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); align-items: center; }
.mobile-process-calendar-weekdays { margin-bottom: 8px; color: #8b96a5; font-size: 13px; font-weight: 800; text-align: center; }
.mobile-process-calendar-grid { row-gap: 6px; }
.mobile-process-calendar-grid span,
.mobile-process-calendar-grid button { display: grid; width: 36px; height: 36px; min-height: 36px; justify-self: center; place-items: center; justify-content: center; align-content: center; padding: 0; border: 0; color: #111; text-align: center; font-size: 15px; font-weight: 500; line-height: 1; }
.mobile-process-calendar-grid button.selected { border-radius: 50%; background: #0b7ff3; color: #fff; font-weight: 800; }
.mobile-process-custom-done { width: 100% !important; min-height: 50px !important; justify-content: center !important; border: 0 !important; border-radius: 10px !important; background: #0b7ff3 !important; color: #fff !important; font-size: 18px !important; font-weight: 800 !important; }
.mobile-process-group { margin-top: 8px; overflow: hidden; border-radius: 10px; background: #fff; }
.mobile-process-group h3 { height: 32px; padding: 10px 12px 0; color: #8490a0; font-size: 11px; font-weight: 700; }
.mobile-process-card { display: flex; width: 100%; min-height: 88px; flex-direction: column; gap: 5px; padding: 11px 12px; border-top: 1px solid #eff2f5; text-align: left; }
.mobile-process-card:active { background: #f7f9fc; }
.mobile-process-card-top,.mobile-process-card-meta { display: flex; min-width: 0; align-items: center; justify-content: space-between; gap: 8px; }
.mobile-process-card-top strong { overflow: hidden; color: #263142; font-size: 15px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.mobile-process-card-top b { flex: 0 0 auto; color: #263142; font-size: 15px; font-weight: 700; }
.mobile-process-card-meta small { overflow: hidden; color: #8490a0; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.mobile-process-card-meta em { flex: 0 0 auto; padding: 4px 7px; border-radius: 4px; background: #fff1cd; color: #b36a00; font-size: 10px; font-style: normal; font-weight: 600; }
.mobile-process-card-meta em[data-status="shipping"] { background: #e4f2ff; color: #1671bf; }
.mobile-process-card-meta em[data-status="completed"],.mobile-process-card-meta em[data-status="finished"] { background: #e6f7ed; color: #16834a; }
.mobile-process-card-note { overflow: hidden; color: #647084; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.mobile-process-state { display: flex; min-height: 65vh; align-items: center; justify-content: center; color: #8490a0; font-size: 13px; }
.mobile-process-state.error { color: #dc2626; }
.mobile-process-pagination { position: absolute; right: 0; bottom: 0; left: 0; display: flex; height: 44px; align-items: center; justify-content: center; gap: 18px; border-top: 1px solid #e7ebf0; background: #fff; }
.mobile-process-pagination button { width: 40px; height: 36px; color: var(--sale-primary); font-size: 24px; }
.mobile-process-pagination button:disabled { color: #c6ced8; }
.mobile-process-pagination span { font-size: 12px; }

@media (max-width: 767px) {
  .sale-process-order-dialog > button {
    display: none !important;
  }

  .sale-process-order-dialog .mobile-process-time-layer {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100dvh !important;
  }

  .sale-process-order-dialog .mobile-process-time-sheet {
    width: 100vw !important;
    max-width: 100vw !important;
    box-sizing: border-box;
  }
}

@media (max-width: 374px) {
  .mobile-sale-content { top: 100px; }
  .mobile-price-book { max-width: 112px; }
  .mobile-product-image { width: 46px; flex-basis: 46px; }
}

/* Mobile order flow, matched to the supplied phone references. */
.mobile-sale-header.is-reference-catalog { padding: max(14px, env(safe-area-inset-top)) 16px 12px; border: 0; box-shadow: 0 7px 18px rgba(15,23,42,.07); }
.mobile-reference-title { display: flex; height: 50px; align-items: flex-start; justify-content: space-between; }
.mobile-reference-title h1 { color: #111; font-size: 28px; font-weight: 750; line-height: 38px; }
.mobile-reference-title button { display: grid; width: 42px; height: 42px; place-items: center; color: #667586; }
.mobile-reference-title svg { width: 25px; height: 25px; }
.mobile-draft-trigger { position: relative; }
.mobile-draft-trigger span {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  min-width: 20px;
  height: 20px;
  place-items: center;
  padding: 0 5px;
  border: 2px solid #fff;
  border-radius: 99px;
  background: #ef1d2f;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}
.mobile-draft-header {
  position: relative;
  z-index: 50;
  display: grid;
  min-height: calc(76px + env(safe-area-inset-top));
  grid-template-columns: 44px 1fr;
  align-items: end;
  padding: env(safe-area-inset-top) 20px 0;
  background: #fff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .08);
}
.mobile-draft-header button {
  display: grid;
  width: 44px;
  height: 76px;
  place-items: center;
  color: #687586;
}
.mobile-draft-header svg { width: 23px; height: 23px; }
.mobile-draft-header strong {
  display: flex;
  height: 76px;
  align-items: center;
  color: #111318;
  font-size: 18px;
  font-weight: 700;
}
.mobile-sale-content.is-drafts {
  inset: calc(76px + env(safe-area-inset-top)) 0 0;
  background: #f1f2f4;
}
.mobile-draft-page { min-height: 100%; padding: 20px 0 32px; background: #f1f2f4; }
.mobile-draft-list { display: grid; gap: 16px; }
.mobile-draft-group h2 {
  margin: 0 18px 14px;
  color: #6f7c8d;
  font-size: 12px;
  font-weight: 700;
}
.mobile-draft-group > div {
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
}
.mobile-draft-row {
  display: grid;
  width: 100%;
  min-height: 98px;
  grid-template-columns: 46px minmax(0, 1fr) 44px;
  gap: 10px;
  align-items: start;
  padding: 17px 18px 14px;
  text-align: left;
}
.mobile-draft-row + .mobile-draft-row { border-top: 1px solid #f0f2f5; }
.mobile-draft-row > svg {
  width: 25px;
  height: 25px;
  margin-top: 2px;
  color: #6c7887;
  stroke-width: 1.8;
}
.mobile-draft-copy { display: grid; min-width: 0; gap: 6px; }
.mobile-draft-copy strong {
  color: #111318;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}
.mobile-draft-copy b {
  overflow: hidden;
  color: #111318;
  font-size: 14px;
  font-weight: 750;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mobile-draft-copy small {
  overflow: hidden;
  color: #7a8491;
  font-size: 14px;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mobile-draft-row time {
  justify-self: end;
  color: #66717f;
  font-size: 13px;
  line-height: 20px;
}
.mobile-sale-info-header,
.mobile-customer-select-header {
  position: relative;
  z-index: 50;
  display: grid;
  min-height: calc(76px + env(safe-area-inset-top));
  align-items: end;
  padding: env(safe-area-inset-top) 20px 0;
  background: #fff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .08);
}
.mobile-sale-info-header {
  grid-template-columns: 44px 1fr auto;
}
.mobile-sale-info-header button:first-child,
.mobile-customer-select-header > button {
  display: grid;
  height: 76px;
  place-items: center;
  color: #687586;
}
.mobile-sale-info-header button:first-child,
.mobile-customer-select-header > button:first-child {
  width: 44px;
}
.mobile-sale-info-header svg,
.mobile-customer-select-header svg { width: 28px; height: 28px; }
.mobile-sale-info-header strong {
  display: flex;
  height: 76px;
  align-items: center;
  color: #111318;
  font-size: 22px;
  font-weight: 700;
}
.mobile-sale-info-header button:last-child {
  height: 76px;
  padding-left: 16px;
  color: #087df1;
  font-size: 18px;
  font-weight: 700;
}
.mobile-customer-select-header {
  grid-template-columns: 44px minmax(0, 1fr) 54px 64px;
  gap: 12px;
  box-shadow: none;
}
.mobile-customer-select-search {
  display: flex;
  height: 54px;
  align-items: center;
  align-self: center;
  overflow: hidden;
  border: 1.5px solid #087df1;
  border-radius: 12px;
  background: #fff;
}
.mobile-customer-select-search input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: inherit;
  background: transparent;
  padding: 0 14px;
  color: #111318;
  font-size: 18px;
  outline: none;
  box-shadow: none;
}
.mobile-customer-select-search input:focus { outline: none; box-shadow: none; }
.mobile-customer-select-search input::-moz-placeholder { color: #9aa4b2; }
.mobile-customer-select-search input::placeholder { color: #9aa4b2; }
.mobile-customer-select-header > button:nth-last-child(-n+2) {
  width: 64px;
  height: 54px;
  align-self: center;
  border-radius: 13px;
  background: #f3f4f6;
  color: #111827;
}
.mobile-customer-select-header > button:nth-last-child(2) { width: 54px; }

.mobile-add-customer-section {
  margin-top: 16px;
  border-radius: 18px;
  background: #fff;
  padding: 20px 16px 22px;
}
.mobile-add-customer-section h3 {
  margin-bottom: 18px;
  color: #65717f;
  font-size: 17px;
  font-weight: 700;
}
.mobile-add-customer-fields { display: grid; gap: 14px; }
.mobile-add-customer-fields label {
  position: relative;
  display: flex;
  min-height: 64px;
  align-items: center;
  overflow: hidden;
  border: 1px solid #d3d6da;
  border-radius: 11px;
  background: #fff;
}
.mobile-add-customer-fields input,
.mobile-add-customer-fields select {
  width: 100%;
  height: 62px;
  border: 0;
  background: transparent;
  padding: 0 18px;
  color: #1b1e23;
  font-size: 17px;
  font-weight: 600;
  outline: none;
}
.mobile-add-customer-fields input::-moz-placeholder { color: #89939f; opacity: 1; }
.mobile-add-customer-fields input::placeholder { color: #89939f; opacity: 1; }
.mobile-add-customer-fields select { -webkit-appearance: none; -moz-appearance: none; appearance: none; color: #667381; }
.mobile-add-customer-fields label.select::after {
  position: absolute;
  right: 20px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #667381;
  border-bottom: 2px solid #667381;
  content: '';
  pointer-events: none;
  transform: translateY(-3px) rotate(45deg);
}

.mobile-product-scanner #qr-shaded-region {
  border-color: rgba(0, 0, 0, .52) !important;
}
.mobile-product-scanner {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  max-width: none !important;
  height: 100dvh !important;
  min-height: 100dvh !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
}
.mobile-sale-content.is-sale-info {
  inset: calc(76px + env(safe-area-inset-top)) 0 0;
  background: #f1f2f4;
}
.mobile-sale-content.is-customer-select {
  inset: calc(76px + env(safe-area-inset-top)) 0 0;
  background: #fff;
}
.mobile-sale-info-page { min-height: 100%; padding-top: 34px; background: #f1f2f4; }
.mobile-sale-info-card,
.mobile-sale-note-card {
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
}
.mobile-sale-info-card button,
.mobile-sale-info-card div {
  display: grid;
  min-height: 78px;
  grid-template-columns: 112px minmax(0, 1fr) 24px;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 0 18px;
  border-bottom: 1px solid #eef1f4;
  text-align: left;
}
.mobile-sale-info-card div { border-bottom: 0; }
.mobile-sale-info-card strong,
.mobile-sale-info-card span {
  min-width: 0;
  color: #111318;
  font-size: 17px;
  font-weight: 700;
}
.mobile-sale-info-card span { justify-self: start; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.mobile-sale-info-card div span { grid-column: 2 / 4; justify-self: end; }
.mobile-sale-info-card svg { justify-self: end; color: #687586; }
.mobile-sale-note-card {
  position: relative;
  min-height: 210px;
  margin-top: 18px;
  padding: 18px 18px 42px;
}
.mobile-sale-note-card textarea {
  width: 100%;
  min-height: 140px;
  resize: none;
  color: #111318;
  font-size: 17px;
  line-height: 24px;
  outline: none;
}
.mobile-sale-note-card textarea::-moz-placeholder { color: #7a8491; }
.mobile-sale-note-card textarea::placeholder { color: #7a8491; }
.mobile-sale-note-card span {
  position: absolute;
  right: 18px;
  bottom: 18px;
  color: #111318;
  font-size: 15px;
}
.mobile-customer-select-page { min-height: 100%; padding: 22px 18px 32px; background: #fff; }
.mobile-customer-select-list { display: grid; gap: 24px; }
.mobile-customer-option {
  display: grid;
  width: 100%;
  grid-template-columns: 70px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  text-align: left;
}
.mobile-customer-avatar {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  background: #eaf6ff;
  color: #0f88ef;
}
.mobile-customer-avatar svg { width: 32px; height: 32px; stroke-width: 1.6; }
.mobile-customer-option-copy { display: grid; min-width: 0; gap: 7px; }
.mobile-customer-option-copy strong {
  color: #111318;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.mobile-customer-option-copy small {
  display: -webkit-box;
  overflow: hidden;
  color: #747f8e;
  font-size: 15px;
  line-height: 21px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.mobile-customer-option-copy span,
.mobile-cart-customer-copy small,
.mobile-customer-confirm-body span {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  gap: 8px;
}
.mobile-customer-option-copy em,
.mobile-cart-customer-copy em,
.mobile-customer-confirm-body em {
  padding: 3px 7px;
  border-radius: 4px;
  background: #f0f1f3;
  color: #5b6674;
  font-size: 13px;
  font-style: normal;
  font-weight: 650;
}
.mobile-cart-customer-copy {
  display: grid;
  min-width: 0;
  flex: 1;
  gap: 6px;
}
.mobile-cart-customer-copy strong {
  overflow: hidden;
  color: #16191f;
  font-size: 17px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mobile-cart-customer-copy small { font-size: 13px; }
.mobile-customer-confirm-layer {
  position: fixed;
  z-index: 1700;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 44px;
  background: rgba(0, 0, 0, .52);
}
.mobile-customer-confirm {
  position: relative;
  width: min(100%, 342px);
  border-radius: 22px;
  background: #fff;
  padding: 30px 18px 18px;
}
.mobile-customer-confirm-close {
  position: absolute;
  top: -31px;
  right: -18px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
}
.mobile-customer-confirm-close svg { width: 18px; height: 18px; }
.mobile-customer-confirm-body {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 22px;
  gap: 12px;
  align-items: center;
}
.mobile-customer-confirm-body strong {
  display: block;
  overflow: hidden;
  color: #111318;
  font-size: 18px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mobile-customer-confirm-body p {
  margin-top: 6px;
  color: #66717f;
  font-size: 16px;
}
.mobile-customer-confirm-body span { margin-top: 7px; font-size: 13px; }
.mobile-customer-confirm-body > svg { color: #687586; }
.mobile-customer-confirm-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 26px;
}
.mobile-customer-confirm-actions button {
  min-height: 54px;
  border-radius: 9px;
  font-size: 17px;
  font-weight: 700;
}
.mobile-customer-confirm-actions button:first-child {
  border: 1px solid #aeb6c2;
  color: #66717f;
}
.mobile-customer-confirm-actions button:last-child {
  background: #e9f3ff;
  color: #087df1;
}
.mobile-cart-title { display: grid; height: 38px; grid-template-columns: 38px 1fr 38px; align-items: center; margin: -4px 0 6px; }
.mobile-cart-title button { display: grid; width: 38px; height: 38px; place-items: center; }
.mobile-cart-title svg { width: 20px; }
.mobile-cart-title strong { text-align: center; font-size: 17px; }
.mobile-sale-header.is-cart {
  --mobile-pos-blue: #087df1;
  padding: max(14px, env(safe-area-inset-top)) 20px 0;
  border-bottom: 0;
}
.mobile-sale-header.is-cart .mobile-cart-title {
  height: 44px;
  grid-template-columns: 30px 1fr 40px;
  margin: 0 0 10px;
}
.mobile-sale-header.is-cart .mobile-cart-title button { width: 30px; height: 40px; color: #66717f; }
.mobile-sale-header.is-cart .mobile-cart-title button:last-child { width: 40px; justify-self: end; }
.mobile-sale-header.is-cart .mobile-cart-title strong { padding-left: 8px; text-align: left; font-size: 22px; }
.mobile-sale-header.is-cart .mobile-cart-title svg { width: 23px; height: 23px; }
.mobile-sale-header.is-cart .mobile-sale-search-row { gap: 10px; }
.mobile-sale-header.is-cart .mobile-sale-search input {
  height: 50px;
  border: 0;
  border-radius: 14px;
  background: #f3f4f6;
  padding-left: 48px;
  font-size: 16px;
}
.mobile-sale-header.is-cart .mobile-sale-search > svg { left: 17px; width: 21px; }
.mobile-sale-header.is-cart .mobile-icon-button { width: 50px; height: 50px; flex-basis: 50px; border-radius: 10px; background: #f3f4f6; color: #111827; }
.mobile-cart-context { margin: 10px -20px 0; background: #fff; }
.mobile-cart-customer-row,
.mobile-cart-price-row { display: flex; width: 100%; height: 64px; align-items: center; gap: 13px; padding: 0 20px; border-bottom: 1px solid #edf0f3; text-align: left; }
.mobile-cart-customer-row > svg:first-child,
.mobile-cart-price-row > svg:first-child { width: 17px; height: 17px; flex: 0 0 17px; color: #66717f; }
.mobile-cart-customer-row > svg:last-child,
.mobile-cart-price-row > svg:last-child { width: 21px; height: 21px; flex: 0 0 21px; color: #697586; }
.mobile-cart-price-row span { min-width: 0; flex: 1; color: #16191f; font-size: 17px; font-weight: 600; }
.mobile-cart-customer-row .mobile-customer-search { min-width: 0; flex: 1; }
.mobile-cart-customer-row .mobile-customer-search .group .relative > svg,
.mobile-cart-customer-row .mobile-customer-search .group .relative > button:last-child { display: none; }
.mobile-cart-customer-row .mobile-customer-search input,
.mobile-cart-customer-row .mobile-customer-search .group .relative > button:first-of-type {
  height: 62px !important;
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  color: #16191f !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  box-shadow: none !important;
}
.mobile-cart-customer-row .mobile-customer-search input::-moz-placeholder { color: #16191f; opacity: 1; }
.mobile-cart-customer-row .mobile-customer-search input::placeholder { color: #16191f; opacity: 1; }
.mobile-sale-header.is-cart + .mobile-sale-content {
  inset: calc(246px + env(safe-area-inset-top)) 0 calc(138px + env(safe-area-inset-bottom));
  padding-top: 18px;
  background: #f3f4f6;
}
.mobile-product-row.is-cart-product {
  min-height: 118px;
  margin-bottom: 10px;
  padding: 16px 20px;
  border: 0;
  border-radius: 14px;
  background: #fff; cursor: pointer;
}
.mobile-product-row.is-cart-product .mobile-product-main { align-self: stretch; align-items: flex-start; gap: 18px; padding-bottom: 42px; }
.mobile-product-row.is-cart-product .mobile-product-image { width: 54px; height: 54px; flex-basis: 54px; margin-top: 1px; background: #f7f7f8; }
.mobile-product-row.is-cart-product .mobile-product-copy strong { color: #111318; font-size: 16px; line-height: 22px; white-space: normal; }
.mobile-product-row.is-cart-product .mobile-product-copy b { margin-top: 25px; color: #087df1; font-size: 17px; font-weight: 600; }
.mobile-product-row.is-cart-product .mobile-quantity-control { position: absolute; right: 20px; bottom: 16px; width: 166px; height: 40px; justify-content: space-between; border-radius: 9px; }
.mobile-product-row.is-cart-product .mobile-quantity-control button { width: 42px; height: 40px; color: #697586; }
.mobile-product-row.is-cart-product .mobile-quantity-control span { font-size: 17px; font-weight: 500; }
.mobile-sale-page > .mobile-order-summary {
  --mobile-pos-blue: #087df1;
  bottom: 0;
  padding: 17px 20px calc(12px + env(safe-area-inset-bottom));
  border-top: 0;
  border-radius: 16px 16px 0 0;
  box-shadow: 0 -8px 24px rgba(15, 23, 42, .05);
}
.mobile-sale-page > .mobile-order-summary > div:first-child { height: 38px; font-size: 17px; font-weight: 650; }
.mobile-sale-page > .mobile-order-summary > div:first-child span { display: flex; align-items: center; gap: 8px; }
.mobile-sale-page > .mobile-order-summary > div:first-child em { display: grid; width: 36px; height: 36px; place-items: center; border: 1.5px solid #087df1; border-radius: 50%; color: #087df1; font-style: normal; font-weight: 500; }
.mobile-sale-page > .mobile-order-summary strong { font-size: 19px; }
.mobile-sale-page > .mobile-order-summary .mobile-order-actions { gap: 10px; margin-top: 10px; }
.mobile-sale-page > .mobile-order-summary .mobile-order-actions button { min-height: 54px; border-color: #087df1; border-radius: 9px; color: #087df1; font-size: 17px; }
.mobile-sale-page > .mobile-order-summary .mobile-order-actions button:last-child { background: #087df1; color: #fff; }
.mobile-sale-header.is-reference-catalog .mobile-sale-search input { height: 44px; border: 0; border-radius: 12px; background: #f3f4f6; font-size: 15px; }
.mobile-sale-header.is-reference-catalog .mobile-icon-button { width: 44px; height: 44px; flex-basis: 44px; border-radius: 10px; background: #f3f4f6; color: #111827; }
.mobile-sale-header.is-reference-catalog .mobile-sale-context-row { height: 42px; margin-top: 9px; gap: 14px; }
.mobile-sale-header.is-reference-catalog .mobile-customer-slot { flex: 1 1 0; }
.mobile-sale-header.is-reference-catalog .mobile-customer-search input { border: 0 !important; background: transparent !important; font-weight: 650; }
.mobile-sale-header.is-reference-catalog .mobile-customer-trigger { width: 100%; max-width: none; padding: 0; }
.mobile-sale-header.is-reference-catalog .mobile-customer-trigger span { overflow: visible; text-overflow: clip; white-space: normal; line-height: 17px; }
.mobile-sale-header.is-reference-catalog .mobile-price-book { min-width: 0; max-width: none; flex: 0 0 auto; color: #172033; font-size: 14px; font-weight: 650; }
.mobile-sale-header.is-reference-catalog .mobile-sale-context-row .mobile-icon-button { margin-left: auto; background: transparent; }
.mobile-sale-header.is-reference-catalog .mobile-sale-context-row .mobile-icon-button.has-active-filter { color: #087df1; background: #eaf4ff; }
.mobile-sale-header.is-reference-catalog + .mobile-sale-content { inset: calc(171px + env(safe-area-inset-top)) 0 calc(116px + env(safe-area-inset-bottom)); background: #fff; }

/* Full-screen product filters used by the mobile sale catalog. */
.mobile-product-filter { position: fixed; z-index: 100; inset: 0; display: flex; flex-direction: column; overflow: hidden; background: #f4f4f5; color: #111318; }
.mobile-filter-header { display: grid; min-height: 82px; grid-template-columns: 48px minmax(0, 1fr) auto; align-items: center; padding: max(12px, env(safe-area-inset-top)) 20px 0; background: #f4f4f5; }
.mobile-filter-header > button:first-child { display: grid; width: 44px; height: 44px; place-items: center; color: #64748b; }
.mobile-filter-header svg { width: 28px; height: 28px; }
.mobile-filter-header h1 { font-size: 22px; font-weight: 750; }
.mobile-filter-select-all { padding: 0 8px; color: #087df1; font-size: 14px; font-weight: 650; white-space: nowrap; }
.mobile-filter-search { position: relative; margin: 12px 20px 18px; }
.mobile-filter-search svg { position: absolute; left: 17px; top: 50%; width: 24px; height: 24px; transform: translateY(-50%); color: #64748b; }
.mobile-filter-search input { width: 100%; height: 50px; padding: 0 18px 0 55px; border: 0; border-radius: 14px; background: #ededf2; font-size: 15px; outline: none; }
.mobile-filter-body { min-height: 0; flex: 1; overflow-y: auto; padding: 20px; }
.mobile-filter-main-options { display: grid; gap: 20px; }
.mobile-filter-main-options > button { display: flex; min-height: 68px; align-items: center; gap: 10px; padding: 0 22px; border-radius: 18px; background: #fff; text-align: left; font-size: 17px; font-weight: 700; }
.mobile-filter-main-options > button span { flex: 1; }
.mobile-filter-main-options > button small { display: grid; min-width: 25px; height: 25px; place-items: center; border-radius: 13px; background: #eaf4ff; color: #087df1; font-size: 13px; }
.mobile-filter-main-options > button svg { width: 25px; }
.mobile-filter-list { overflow: hidden; border-radius: 18px; background: #fff; }
.mobile-filter-option { display: flex; width: 100%; min-height: 58px; align-items: center; gap: 12px; padding: 0 18px; border-bottom: 1px solid #e8eaed; text-align: left; }
.mobile-filter-expand { display: grid; width: 28px; height: 40px; flex: 0 0 28px; place-items: center; color: #7b8791; }
.mobile-filter-expand svg { width: 22px; }
.mobile-filter-option-name { min-width: 0; flex: 1; color: #15171a; text-align: left; font-size: 14px; font-weight: 600; }
.mobile-filter-checkbox { display: grid; width: 27px; height: 27px; flex: 0 0 27px; place-items: center; border: 1.5px solid #71808b; border-radius: 7px; color: #fff; }
.mobile-filter-checkbox.checked { border-color: #087df1; background: #087df1; }
.mobile-filter-checkbox svg { width: 18px; height: 18px; }
.mobile-attribute-list section h2 { padding: 16px 20px 10px; color: #64748b; font-size: 14px; font-weight: 700; text-transform: uppercase; }
.mobile-filter-empty { display: grid; min-height: 45vh; place-items: center; color: #718096; text-align: center; font-size: 15px; }
.mobile-filter-footer { display: flex; gap: 10px; padding: 18px 20px calc(18px + env(safe-area-inset-bottom)); background: #fff; }
.mobile-filter-footer button { min-height: 54px; flex: 1; border: 1.5px solid #087df1; border-radius: 11px; color: #087df1; font-size: 16px; font-weight: 650; }
.mobile-filter-footer button.primary { background: #087df1; color: #fff; }
.mobile-filter-footer button.full { width: 100%; flex-basis: 100%; }
.mobile-product-row.is-reference-product { min-height: 122px; border: 0; padding: 14px 18px; }
.mobile-product-row.is-reference-product .mobile-product-main { align-items: flex-start; gap: 14px; }
.mobile-product-row.is-reference-product .mobile-product-image { width: 56px; height: 70px; flex-basis: 56px; margin-top: 2px; background: #fff; }
.mobile-product-row.is-reference-product .mobile-product-image.empty { border-radius: 12px; background: #e7f3ff; color: #58a9f7; }
.mobile-product-row.is-reference-product .mobile-product-image.empty svg { width: 34px; height: 34px; stroke-width: 1.7; }
.mobile-product-row.is-reference-product .mobile-product-copy strong { color: #111; font-size: 16px; font-weight: 700; line-height: 22px; white-space: normal; }
.mobile-product-row.is-reference-product .mobile-product-colored-name .attribute { color: #ef8500; }
.mobile-product-row.is-reference-product .mobile-product-colored-name .unit { color: #626d7b; font-weight: 600; }
.mobile-product-row.is-reference-product .mobile-product-copy > small:not(.mobile-product-meta) { display: none; }
.mobile-product-row.is-reference-product .mobile-product-copy b { margin-top: 16px; color: #0785e5; font-size: 17px; font-weight: 500; }
.mobile-product-row.is-reference-product .mobile-add-product,
.mobile-product-row.is-reference-product .mobile-quantity-control { display: none; }
.mobile-product-meta { display: flex !important; align-items: center; gap: 7px; margin-top: 7px !important; color: #111 !important; font-size: 14px !important; }
.mobile-product-meta span { font-weight: 600; }
.mobile-product-meta em,.mobile-product-meta i { padding: 3px 7px; border-radius: 4px; background: #f1f2f4; color: #596573; font-style: normal; }
.mobile-product-meta em { font-weight: 650; }
.mobile-product-meta em.empty { background: #fff0f1; color: #e1192d; }
.mobile-sale-mode-tabs { position: absolute; z-index: 45; right: 17%; bottom: calc(78px + env(safe-area-inset-bottom)); left: 17%; display: grid; height: 50px; grid-template-columns: 1.15fr 1fr 52px; align-items: center; padding: 4px; border-radius: 26px; background: #fff; box-shadow: 0 2px 18px rgba(15,23,42,.16); }
.mobile-sale-mode-tabs button { height: 42px; border-radius: 23px; color: #66717f; font-size: 15px; font-weight: 650; }
.mobile-sale-mode-tabs button.active { background: var(--mobile-pos-blue); color: #fff; }
.mobile-sale-mode-tabs button:last-child { color: #111; letter-spacing: 2px; }
.mobile-bottom-nav { height: calc(72px + env(safe-area-inset-bottom)); box-shadow: 0 -3px 12px rgba(15,23,42,.05); }
.mobile-bottom-nav button { gap: 4px; color: #596879; font-size: 12px; }
.mobile-bottom-nav svg { width: 26px; height: 26px; stroke-width: 1.8; }
.mobile-order-summary { bottom: calc(72px + env(safe-area-inset-bottom)); }

/* Shared mobile Sale typography: order processing, receipts, cart, payment and drafts. */
.mobile-sale-page,.mobile-process-orders,.sale-receipt-mobile-content,.mobile-native-payment-panel { color:#1f2937; font-size:16px; line-height:1.4; }
.mobile-process-header>strong,.mobile-checkout-header strong,.mobile-sale-header.is-cart .mobile-cart-title strong,.mobile-draft-header strong,.sale-receipt-dialog>header h2,.sale-receipt-mobile-payment-panel>header h2,.sale-receipt-mobile-bank-panel>header h2,.sale-receipt-mobile-picker-panel>header h2 { color:#111318; font-size:22px !important; line-height:28px; font-weight:750; }
.mobile-process-search input,.mobile-sale-search input,.sale-receipt-mobile-picker-search input { font-size:15px; }
.mobile-process-time-filter,.mobile-process-custom-range span,.sale-receipt-mobile-date-fields span,.sale-receipt-mobile-search-tabs button { font-size:14px; font-weight:600; }
.mobile-process-time-sheet h2,.sale-receipt-mobile-date-sheet h2,.sale-receipt-mobile-payment-sheet h2 { font-size:22px; line-height:28px; font-weight:750; }
.mobile-process-time-sheet button,.sale-receipt-mobile-payment-sheet>button:not(.sale-receipt-mobile-multi-payment) { font-size:16px; line-height:22px; font-weight:600; }
.mobile-process-custom-range strong,.mobile-process-calendar-nav strong { font-size:17px; font-weight:700; }
.mobile-process-custom-done { font-size:17px !important; font-weight:700 !important; }
.mobile-process-group h3 { font-size:14px; font-weight:700; }
.mobile-process-card-top strong { font-size:16px; line-height:22px; font-weight:700; }
.mobile-process-card-top b { font-size:17px; line-height:22px; font-weight:600; }
.mobile-process-card-meta small,.mobile-process-card-note { font-size:14px; line-height:19px; }
.mobile-process-card-meta em { font-size:12px; font-weight:600; }
.mobile-process-state,.mobile-process-pagination span { font-size:14px; }
.mobile-draft-header strong { font-size:22px; }
.mobile-draft-group h2 { font-size:14px; font-weight:700; }
.mobile-draft-copy strong { font-size:17px; line-height:22px; font-weight:600; }
.mobile-draft-copy b { font-size:16px; line-height:22px; font-weight:700; }
.mobile-draft-copy small,.mobile-draft-row time { font-size:14px; line-height:19px; }
.sale-receipt-mobile-row,.sale-receipt-mobile-customer-value,.sale-receipt-mobile-row.collect-row>input,.sale-receipt-mobile-row.payment-method-row>b em,.sale-receipt-mobile-form>textarea,.sale-receipt-mobile-summary>div,.sale-receipt-mobile-searchbar input,.sale-receipt-mobile-searchbar button,.sale-receipt-mobile-payment-accounts b,.sale-receipt-mobile-bank-form input,.sale-receipt-mobile-bank-form>button>span { font-size:16px; }
.sale-receipt-mobile-row.payment-method-row>b small,.sale-receipt-mobile-search-results small,.sale-receipt-mobile-bank-form>button.branch-picker-trigger small,.sale-receipt-mobile-bank-form>div small,.sale-receipt-mobile-picker-list small { font-size:14px; }
.sale-receipt-mobile-footer button,.sale-receipt-mobile-date-sheet>button:last-child,.sale-receipt-mobile-bank-panel>footer button,.sale-receipt-mobile-picker-panel>footer button { font-size:17px; font-weight:650; }
.sale-receipt-mobile-date-fields b,.sale-receipt-mobile-date-fields input,.sale-receipt-mobile-payment-cash,.sale-receipt-mobile-payment-group-title b { font-size:17px; font-weight:600; }
.sale-receipt-mobile-payment-group-title small,.sale-receipt-mobile-payment-accounts small { font-size:14px; }
.mobile-checkout-wrap .sale-pos-payment-panel [class*="text-[18px]"] { font-size:16px !important; line-height:22px !important; }
.mobile-checkout-wrap .sale-pos-payment-panel [class*="text-[20px]"] { font-size:17px !important; line-height:23px !important; }
.mobile-native-payment-panel>div:first-of-type>div:nth-child(2) [role="combobox"] { font-size:14px !important; }
.mobile-native-payment-panel>div:first-of-type>div:nth-child(3)>div { font-size:16px !important; line-height:22px; }
.mobile-native-payment-panel>div:first-of-type>div:last-child>button,.mobile-native-payment-panel>div:first-of-type>div:last-child>div>button:first-child { font-size:17px !important; font-weight:650; }
.first-letter\:uppercase::first-letter{
  text-transform: uppercase;
}
.file\:border-0::file-selector-button{
  border-width: 0px;
}
.file\:bg-transparent::file-selector-button{
  background-color: transparent;
}
.file\:text-sm::file-selector-button{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.file\:font-medium::file-selector-button{
  font-weight: 500;
}
.placeholder\:font-normal::-moz-placeholder{
  font-weight: 400;
}
.placeholder\:font-normal::placeholder{
  font-weight: 400;
}
.placeholder\:italic::-moz-placeholder{
  font-style: italic;
}
.placeholder\:italic::placeholder{
  font-style: italic;
}
.placeholder\:text-\[\#8a92a6\]::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(138 146 166 / var(--tw-text-opacity, 1));
}
.placeholder\:text-\[\#8a92a6\]::placeholder{
  --tw-text-opacity: 1;
  color: rgb(138 146 166 / var(--tw-text-opacity, 1));
}
.placeholder\:text-\[\#8b99aa\]::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(139 153 170 / var(--tw-text-opacity, 1));
}
.placeholder\:text-\[\#8b99aa\]::placeholder{
  --tw-text-opacity: 1;
  color: rgb(139 153 170 / var(--tw-text-opacity, 1));
}
.placeholder\:text-muted-foreground::-moz-placeholder{
  color: hsl(var(--muted-foreground));
}
.placeholder\:text-muted-foreground::placeholder{
  color: hsl(var(--muted-foreground));
}
.placeholder\:text-slate-300::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.placeholder\:text-slate-300::placeholder{
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.placeholder\:text-slate-300\/20::-moz-placeholder{
  color: rgb(203 213 225 / 0.2);
}
.placeholder\:text-slate-300\/20::placeholder{
  color: rgb(203 213 225 / 0.2);
}
.placeholder\:text-slate-400::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.placeholder\:text-slate-400::placeholder{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.placeholder\:text-slate-500::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.placeholder\:text-slate-500::placeholder{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.placeholder\:text-slate-500\/70::-moz-placeholder{
  color: rgb(100 116 139 / 0.7);
}
.placeholder\:text-slate-500\/70::placeholder{
  color: rgb(100 116 139 / 0.7);
}
.placeholder\:text-slate-600::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.placeholder\:text-slate-600::placeholder{
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}
.before\:left-full::before{
  content: var(--tw-content);
  left: 100%;
}
.before\:right-full::before{
  content: var(--tw-content);
  right: 100%;
}
.before\:top-1\/2::before{
  content: var(--tw-content);
  top: 50%;
}
.before\:h-0::before{
  content: var(--tw-content);
  height: 0px;
}
.before\:w-0::before{
  content: var(--tw-content);
  width: 0px;
}
.before\:-translate-y-1\/2::before{
  content: var(--tw-content);
  --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));
}
.before\:border-y-\[5px\]::before{
  content: var(--tw-content);
  border-top-width: 5px;
  border-bottom-width: 5px;
}
.before\:border-l-\[5px\]::before{
  content: var(--tw-content);
  border-left-width: 5px;
}
.before\:border-r-\[5px\]::before{
  content: var(--tw-content);
  border-right-width: 5px;
}
.before\:border-y-transparent::before{
  content: var(--tw-content);
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.before\:border-l-slate-900::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-left-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
}
.before\:border-r-slate-900::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-right-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
}
.first\:rounded-l-lg:first-child{
  border-top-left-radius: var(--radius);
  border-bottom-left-radius: var(--radius);
}
.first\:rounded-l-md:first-child{
  border-top-left-radius: calc(var(--radius) - 2px);
  border-bottom-left-radius: calc(var(--radius) - 2px);
}
.first\:rounded-l-xl:first-child{
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.first\:bg-emerald-50\/70:first-child{
  background-color: rgb(236 253 245 / 0.7);
}
.last\:mb-0:last-child{
  margin-bottom: 0px;
}
.last\:rounded-r-lg:last-child{
  border-top-right-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
}
.last\:rounded-r-md:last-child{
  border-top-right-radius: calc(var(--radius) - 2px);
  border-bottom-right-radius: calc(var(--radius) - 2px);
}
.last\:rounded-r-xl:last-child{
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.last\:border-0:last-child{
  border-width: 0px;
}
.last\:border-b-0:last-child{
  border-bottom-width: 0px;
}
.last\:border-r-0:last-child{
  border-right-width: 0px;
}
.last\:border-none:last-child{
  border-style: none;
}
.last\:pb-0:last-child{
  padding-bottom: 0px;
}
.odd\:bg-\[\#FEF9C3\]\/40:nth-child(odd){
  background-color: rgb(254 249 195 / 0.4);
}
.even\:bg-slate-50\/40:nth-child(even){
  background-color: rgb(248 250 252 / 0.4);
}
.checked\:border-primary:checked{
  border-color: hsl(var(--primary));
}
.checked\:bg-primary:checked{
  background-color: hsl(var(--primary));
}
.focus-within\:z-20:focus-within{
  z-index: 20;
}
.focus-within\:border-brand:focus-within{
  border-color: hsl(var(--brand-current));
}
.focus-within\:border-primary:focus-within{
  border-color: hsl(var(--primary));
}
.focus-within\:ring-1:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-within\:ring-2:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-within\:ring-brand:focus-within{
  --tw-ring-color: hsl(var(--brand-current));
}
.focus-within\:ring-primary:focus-within{
  --tw-ring-color: hsl(var(--primary));
}
.focus-within\:ring-primary\/15:focus-within{
  --tw-ring-color: hsl(var(--primary) / 0.15);
}
.focus-within\:ring-primary\/20:focus-within{
  --tw-ring-color: hsl(var(--primary) / 0.2);
}
.hover\:z-20:hover{
  z-index: 20;
}
.hover\:-translate-y-0\.5:hover{
  --tw-translate-y: -0.125rem;
  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));
}
.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}
.hover\:border-blue-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.hover\:border-blue-400:hover{
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.hover\:border-primary:hover{
  border-color: hsl(var(--primary));
}
.hover\:border-primary\/20:hover{
  border-color: hsl(var(--primary) / 0.2);
}
.hover\:border-primary\/30:hover{
  border-color: hsl(var(--primary) / 0.3);
}
.hover\:border-primary\/50:hover{
  border-color: hsl(var(--primary) / 0.5);
}
.hover\:border-primary\/60:hover{
  border-color: hsl(var(--primary) / 0.6);
}
.hover\:border-red-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}
.hover\:border-slate-100:hover{
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}
.hover\:border-slate-200:hover{
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.hover\:border-slate-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}
.hover\:border-slate-400:hover{
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}
.hover\:border-transparent:hover{
  border-color: transparent;
}
.hover\:bg-\[\#0050c0\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 80 192 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#0052c2\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 82 194 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#0052cc\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 82 204 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#0065d8\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 101 216 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#006DFF\]\/90:hover{
  background-color: rgb(0 109 255 / 0.9);
}
.hover\:bg-\[\#0070f3\]\/5:hover{
  background-color: rgb(0 112 243 / 0.05);
}
.hover\:bg-\[\#009045\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 144 69 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#009249\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 146 73 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#009A44\]\/90:hover{
  background-color: rgb(0 154 68 / 0.9);
}
.hover\:bg-\[\#009a44\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 154 68 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#00B156\]\/90:hover{
  background-color: rgb(0 177 86 / 0.9);
}
.hover\:bg-\[\#0f6ee8\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(15 110 232 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#218838\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(33 136 56 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#219150\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(33 145 80 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#229954\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(34 153 84 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#254EDB\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(37 78 219 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#255fe0\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(37 95 224 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#27ae60\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(39 174 96 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#6F9B93\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(111 155 147 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#b8242c\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(184 36 44 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#d1e8ff\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(209 232 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#e6e9ee\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(230 233 238 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#e6f4eb\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(230 244 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#eef0f2\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(238 240 242 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#eef6ff\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(238 246 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#eef9f3\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(238 249 243 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#f5faff\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(245 250 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#f7fbff\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(247 251 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-accent:hover{
  background-color: hsl(var(--accent));
}
.hover\:bg-black\/15:hover{
  background-color: rgb(0 0 0 / 0.15);
}
.hover\:bg-blue-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-50\/20:hover{
  background-color: rgb(239 246 255 / 0.2);
}
.hover\:bg-blue-50\/30:hover{
  background-color: rgb(239 246 255 / 0.3);
}
.hover\:bg-blue-50\/60:hover{
  background-color: rgb(239 246 255 / 0.6);
}
.hover\:bg-blue-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-blue-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.hover\:bg-brand\/5:hover{
  background-color: hsl(var(--brand-current) / 0.05);
}
.hover\:bg-brand\/90:hover{
  background-color: hsl(var(--brand-current) / 0.9);
}
.hover\:bg-destructive:hover{
  background-color: hsl(var(--destructive));
}
.hover\:bg-destructive\/10:hover{
  background-color: hsl(var(--destructive) / 0.1);
}
.hover\:bg-destructive\/5:hover{
  background-color: hsl(var(--destructive) / 0.05);
}
.hover\:bg-destructive\/80:hover{
  background-color: hsl(var(--destructive) / 0.8);
}
.hover\:bg-destructive\/90:hover{
  background-color: hsl(var(--destructive) / 0.9);
}
.hover\:bg-emerald-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}
.hover\:bg-emerald-50\/30:hover{
  background-color: rgb(236 253 245 / 0.3);
}
.hover\:bg-emerald-50\/70:hover{
  background-color: rgb(236 253 245 / 0.7);
}
.hover\:bg-emerald-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}
.hover\:bg-green-100\/80:hover{
  background-color: rgb(220 252 231 / 0.8);
}
.hover\:bg-green-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}
.hover\:bg-muted\/50:hover{
  background-color: hsl(var(--muted) / 0.5);
}
.hover\:bg-primary:hover{
  background-color: hsl(var(--primary));
}
.hover\:bg-primary\/10:hover{
  background-color: hsl(var(--primary) / 0.1);
}
.hover\:bg-primary\/20:hover{
  background-color: hsl(var(--primary) / 0.2);
}
.hover\:bg-primary\/5:hover{
  background-color: hsl(var(--primary) / 0.05);
}
.hover\:bg-primary\/80:hover{
  background-color: hsl(var(--primary) / 0.8);
}
.hover\:bg-primary\/90:hover{
  background-color: hsl(var(--primary) / 0.9);
}
.hover\:bg-primary\/95:hover{
  background-color: hsl(var(--primary) / 0.95);
}
.hover\:bg-primary\/\[0\.04\]:hover{
  background-color: hsl(var(--primary) / 0.04);
}
.hover\:bg-red-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
.hover\:bg-rose-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(190 18 60 / var(--tw-bg-opacity, 1));
}
.hover\:bg-secondary\/80:hover{
  background-color: hsl(var(--secondary) / 0.8);
}
.hover\:bg-slate-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-100\/50:hover{
  background-color: rgb(241 245 249 / 0.5);
}
.hover\:bg-slate-100\/80:hover{
  background-color: rgb(241 245 249 / 0.8);
}
.hover\:bg-slate-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-200\/50:hover{
  background-color: rgb(226 232 240 / 0.5);
}
.hover\:bg-slate-200\/60:hover{
  background-color: rgb(226 232 240 / 0.6);
}
.hover\:bg-slate-200\/70:hover{
  background-color: rgb(226 232 240 / 0.7);
}
.hover\:bg-slate-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-300\/50:hover{
  background-color: rgb(203 213 225 / 0.5);
}
.hover\:bg-slate-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-50\/30:hover{
  background-color: rgb(248 250 252 / 0.3);
}
.hover\:bg-slate-50\/40:hover{
  background-color: rgb(248 250 252 / 0.4);
}
.hover\:bg-slate-50\/50:hover{
  background-color: rgb(248 250 252 / 0.5);
}
.hover\:bg-slate-50\/70:hover{
  background-color: rgb(248 250 252 / 0.7);
}
.hover\:bg-slate-50\/80:hover{
  background-color: rgb(248 250 252 / 0.8);
}
.hover\:bg-slate-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}
.hover\:bg-transparent:hover{
  background-color: transparent;
}
.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white\/10:hover{
  background-color: rgb(255 255 255 / 0.1);
}
.hover\:bg-white\/15:hover{
  background-color: rgb(255 255 255 / 0.15);
}
.hover\:bg-white\/20:hover{
  background-color: rgb(255 255 255 / 0.2);
}
.hover\:bg-white\/50:hover{
  background-color: rgb(255 255 255 / 0.5);
}
.hover\:bg-yellow-100\/80:hover{
  background-color: rgb(254 249 195 / 0.8);
}
.hover\:font-semibold:hover{
  font-weight: 600;
}
.hover\:text-\[\#0060df\]:hover{
  --tw-text-opacity: 1;
  color: rgb(0 96 223 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#4bac4d\]:hover{
  --tw-text-opacity: 1;
  color: rgb(75 172 77 / var(--tw-text-opacity, 1));
}
.hover\:text-accent-foreground:hover{
  color: hsl(var(--accent-foreground));
}
.hover\:text-blue-500:hover{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-600:hover{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-700:hover{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.hover\:text-brand:hover{
  color: hsl(var(--brand-current));
}
.hover\:text-destructive:hover{
  color: hsl(var(--destructive));
}
.hover\:text-emerald-700:hover{
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.hover\:text-primary:hover{
  color: hsl(var(--primary));
}
.hover\:text-primary\/80:hover{
  color: hsl(var(--primary) / 0.8);
}
.hover\:text-red-500:hover{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.hover\:text-red-600:hover{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.hover\:text-red-700:hover{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.hover\:text-slate-200:hover{
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}
.hover\:text-slate-500:hover{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.hover\:text-slate-600:hover{
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.hover\:text-slate-700:hover{
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.hover\:text-slate-800:hover{
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}
.hover\:text-slate-900:hover{
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.hover\:text-slate-950:hover{
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.hover\:no-underline:hover{
  text-decoration-line: none;
}
.hover\:opacity-100:hover{
  opacity: 1;
}
.hover\:opacity-80:hover{
  opacity: 0.8;
}
.hover\:opacity-85:hover{
  opacity: 0.85;
}
.hover\:opacity-90:hover{
  opacity: 0.9;
}
.hover\:shadow-md:hover{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-sm:hover{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:border-\[\#0070f3\]:focus{
  --tw-border-opacity: 1;
  border-color: rgb(0 112 243 / var(--tw-border-opacity, 1));
}
.focus\:border-\[\#00b14f\]:focus{
  --tw-border-opacity: 1;
  border-color: rgb(0 177 79 / var(--tw-border-opacity, 1));
}
.focus\:border-\[\#3b82f6\]:focus{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.focus\:border-\[\#4bac4d\]:focus{
  --tw-border-opacity: 1;
  border-color: rgb(75 172 77 / var(--tw-border-opacity, 1));
}
.focus\:border-\[\#d8438a\]:focus{
  --tw-border-opacity: 1;
  border-color: rgb(216 67 138 / var(--tw-border-opacity, 1));
}
.focus\:border-\[hsl\(var\(--brand-current\)\)\]:focus{
  border-color: hsl(var(--brand-current));
}
.focus\:border-blue-400:focus{
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.focus\:border-blue-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.focus\:border-brand:focus{
  border-color: hsl(var(--brand-current));
}
.focus\:border-destructive:focus{
  border-color: hsl(var(--destructive));
}
.focus\:border-emerald-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}
.focus\:border-primary:focus{
  border-color: hsl(var(--primary));
}
.focus\:border-primary\/40:focus{
  border-color: hsl(var(--primary) / 0.4);
}
.focus\:border-red-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.focus\:border-slate-400:focus{
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}
.focus\:bg-\[\#eef6ff\]:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(238 246 255 / var(--tw-bg-opacity, 1));
}
.focus\:bg-accent:focus{
  background-color: hsl(var(--accent));
}
.focus\:bg-blue-50:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.focus\:bg-primary\/5:focus{
  background-color: hsl(var(--primary) / 0.05);
}
.focus\:bg-red-50:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.focus\:bg-slate-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.focus\:bg-slate-50:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.focus\:bg-transparent:focus{
  background-color: transparent;
}
.focus\:bg-white:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.focus\:font-semibold:focus{
  font-weight: 600;
}
.focus\:text-\[\#0070f3\]:focus{
  --tw-text-opacity: 1;
  color: rgb(0 112 243 / var(--tw-text-opacity, 1));
}
.focus\:text-\[hsl\(var\(--brand-current\)\)\]:focus{
  color: hsl(var(--brand-current));
}
.focus\:text-accent-foreground:focus{
  color: hsl(var(--accent-foreground));
}
.focus\:text-black:focus{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.focus\:text-blue-600:focus{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.focus\:text-destructive:focus{
  color: hsl(var(--destructive));
}
.focus\:text-primary:focus{
  color: hsl(var(--primary));
}
.focus\:text-red-600:focus{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.focus\:text-slate-700:focus{
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-0:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-1:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-\[\#0070f3\]:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 112 243 / var(--tw-ring-opacity, 1));
}
.focus\:ring-\[\#0F766E\]:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(15 118 110 / var(--tw-ring-opacity, 1));
}
.focus\:ring-\[hsl\(var\(--brand-current\)\)\]\/20:focus{
  --tw-ring-color: hsl(var(--brand-current) / 0.2);
}
.focus\:ring-blue-100:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(219 234 254 / var(--tw-ring-opacity, 1));
}
.focus\:ring-blue-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}
.focus\:ring-blue-500\/20:focus{
  --tw-ring-color: rgb(59 130 246 / 0.2);
}
.focus\:ring-brand:focus{
  --tw-ring-color: hsl(var(--brand-current));
}
.focus\:ring-brand\/20:focus{
  --tw-ring-color: hsl(var(--brand-current) / 0.2);
}
.focus\:ring-emerald-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity, 1));
}
.focus\:ring-primary:focus{
  --tw-ring-color: hsl(var(--primary));
}
.focus\:ring-primary\/10:focus{
  --tw-ring-color: hsl(var(--primary) / 0.1);
}
.focus\:ring-primary\/15:focus{
  --tw-ring-color: hsl(var(--primary) / 0.15);
}
.focus\:ring-primary\/20:focus{
  --tw-ring-color: hsl(var(--primary) / 0.2);
}
.focus\:ring-primary\/25:focus{
  --tw-ring-color: hsl(var(--primary) / 0.25);
}
.focus\:ring-primary\/30:focus{
  --tw-ring-color: hsl(var(--primary) / 0.3);
}
.focus\:ring-ring:focus{
  --tw-ring-color: hsl(var(--ring));
}
.focus\:ring-offset-0:focus{
  --tw-ring-offset-width: 0px;
}
.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}
.focus-visible\:rounded-sm:focus-visible{
  border-radius: calc(var(--radius) - 4px);
}
.focus-visible\:border-\[\#0d6efd\]:focus-visible{
  --tw-border-opacity: 1;
  border-color: rgb(13 110 253 / var(--tw-border-opacity, 1));
}
.focus-visible\:border-\[\#4bac4d\]:focus-visible{
  --tw-border-opacity: 1;
  border-color: rgb(75 172 77 / var(--tw-border-opacity, 1));
}
.focus-visible\:border-\[hsl\(var\(--brand-current\)\)\]:focus-visible{
  border-color: hsl(var(--brand-current));
}
.focus-visible\:border-blue-500:focus-visible{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.focus-visible\:border-brand:focus-visible{
  border-color: hsl(var(--brand-current));
}
.focus-visible\:border-primary:focus-visible{
  border-color: hsl(var(--primary));
}
.focus-visible\:border-slate-200:focus-visible{
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.focus-visible\:border-slate-400:focus-visible{
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}
.focus-visible\:outline-none:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:outline:focus-visible{
  outline-style: solid;
}
.focus-visible\:outline-2:focus-visible{
  outline-width: 2px;
}
.focus-visible\:outline-offset-2:focus-visible{
  outline-offset: 2px;
}
.focus-visible\:ring-0:focus-visible{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-visible\:ring-1:focus-visible{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-visible\:ring-2:focus-visible{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-visible\:ring-\[hsl\(var\(--brand-current\)\)\]\/20:focus-visible{
  --tw-ring-color: hsl(var(--brand-current) / 0.2);
}
.focus-visible\:ring-blue-100:focus-visible{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(219 234 254 / var(--tw-ring-opacity, 1));
}
.focus-visible\:ring-blue-500\/20:focus-visible{
  --tw-ring-color: rgb(59 130 246 / 0.2);
}
.focus-visible\:ring-brand:focus-visible{
  --tw-ring-color: hsl(var(--brand-current));
}
.focus-visible\:ring-brand\/20:focus-visible{
  --tw-ring-color: hsl(var(--brand-current) / 0.2);
}
.focus-visible\:ring-primary:focus-visible{
  --tw-ring-color: hsl(var(--primary));
}
.focus-visible\:ring-primary\/20:focus-visible{
  --tw-ring-color: hsl(var(--primary) / 0.2);
}
.focus-visible\:ring-primary\/30:focus-visible{
  --tw-ring-color: hsl(var(--primary) / 0.3);
}
.focus-visible\:ring-primary\/40:focus-visible{
  --tw-ring-color: hsl(var(--primary) / 0.4);
}
.focus-visible\:ring-red-200:focus-visible{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 202 202 / var(--tw-ring-opacity, 1));
}
.focus-visible\:ring-red-500:focus-visible{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}
.focus-visible\:ring-ring:focus-visible{
  --tw-ring-color: hsl(var(--ring));
}
.focus-visible\:ring-slate-950:focus-visible{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(2 6 23 / var(--tw-ring-opacity, 1));
}
.focus-visible\:ring-white\/40:focus-visible{
  --tw-ring-color: rgb(255 255 255 / 0.4);
}
.focus-visible\:ring-offset-0:focus-visible{
  --tw-ring-offset-width: 0px;
}
.focus-visible\:ring-offset-2:focus-visible{
  --tw-ring-offset-width: 2px;
}
.focus-visible\:ring-offset-white:focus-visible{
  --tw-ring-offset-color: #fff;
}
.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\:scale-\[0\.98\]:active{
  --tw-scale-x: 0.98;
  --tw-scale-y: 0.98;
  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\:scale-\[0\.99\]:active{
  --tw-scale-x: 0.99;
  --tw-scale-y: 0.99;
  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\:cursor-grabbing:active{
  cursor: grabbing;
}
.active\:bg-slate-100:active{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.active\:bg-slate-300\/80:active{
  background-color: rgb(203 213 225 / 0.8);
}
.disabled\:pointer-events-none:disabled{
  pointer-events: none;
}
.disabled\:cursor-default:disabled{
  cursor: default;
}
.disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}
.disabled\:cursor-wait:disabled{
  cursor: wait;
}
.disabled\:border-slate-200:disabled{
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.disabled\:bg-primary\/40:disabled{
  background-color: hsl(var(--primary) / 0.4);
}
.disabled\:bg-slate-100:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.disabled\:bg-slate-300:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}
.disabled\:bg-slate-50:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.disabled\:bg-white:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.disabled\:text-slate-300:disabled{
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.disabled\:text-slate-400:disabled{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.disabled\:text-slate-500:disabled{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.disabled\:text-slate-700:disabled{
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.disabled\:no-underline:disabled{
  text-decoration-line: none;
}
.disabled\:opacity-0:disabled{
  opacity: 0;
}
.disabled\:opacity-100:disabled{
  opacity: 1;
}
.disabled\:opacity-30:disabled{
  opacity: 0.3;
}
.disabled\:opacity-40:disabled{
  opacity: 0.4;
}
.disabled\:opacity-45:disabled{
  opacity: 0.45;
}
.disabled\:opacity-50:disabled{
  opacity: 0.5;
}
.disabled\:opacity-60:disabled{
  opacity: 0.6;
}
.disabled\:opacity-70:disabled{
  opacity: 0.7;
}
.disabled\:opacity-80:disabled{
  opacity: 0.8;
}
.disabled\:hover\:bg-slate-100:hover:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.disabled\:hover\:bg-transparent:hover:disabled{
  background-color: transparent;
}
.disabled\:hover\:bg-white:hover:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.disabled\:hover\:text-slate-400:hover:disabled{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.group:focus-within .group-focus-within\:visible{
  visibility: visible;
}
.group:focus-within .group-focus-within\:translate-y-0{
  --tw-translate-y: 0px;
  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));
}
.group:focus-within .group-focus-within\:bg-primary{
  background-color: hsl(var(--primary));
}
.group:focus-within .group-focus-within\:text-primary{
  color: hsl(var(--primary));
}
.group:focus-within .group-focus-within\:text-slate-500{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.group\/exchange-qty:focus-within .group-focus-within\/exchange-qty\:opacity-100{
  opacity: 1;
}
.group\/return-qty:focus-within .group-focus-within\/return-qty\:opacity-100{
  opacity: 1;
}
.group\/sidebar-toggle:focus-within .group-focus-within\/sidebar-toggle\:opacity-100{
  opacity: 1;
}
.group:focus-within .group-focus-within\:opacity-100{
  opacity: 1;
}
.group\/sidebar-filter:hover .group-hover\/sidebar-filter\:pointer-events-auto{
  pointer-events: auto;
}
.group:hover .group-hover\:visible{
  visibility: visible;
}
.group:hover .group-hover\:block{
  display: block;
}
.group:hover .group-hover\:translate-x-0\.5{
  --tw-translate-x: 0.125rem;
  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));
}
.group:hover .group-hover\:translate-x-1{
  --tw-translate-x: 0.25rem;
  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));
}
.group:hover .group-hover\:translate-y-0{
  --tw-translate-y: 0px;
  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));
}
.group:hover .group-hover\:rotate-180{
  --tw-rotate: 180deg;
  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));
}
.group\/sidebar-filter:hover .group-hover\/sidebar-filter\:scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}
.group:hover .group-hover\:scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}
.group:hover .group-hover\:scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}
.group:hover .group-hover\:border-\[\#0F766E\]{
  --tw-border-opacity: 1;
  border-color: rgb(15 118 110 / var(--tw-border-opacity, 1));
}
.group:hover .group-hover\:border-blue-400{
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.group:hover .group-hover\:border-brand{
  border-color: hsl(var(--brand-current));
}
.group:hover .group-hover\:border-primary{
  border-color: hsl(var(--primary));
}
.group:hover .group-hover\:border-slate-300{
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}
.group\/price:hover .group-hover\/price\:bg-primary{
  background-color: hsl(var(--primary));
}
.group:hover .group-hover\:bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:bg-slate-100{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.group\/item:hover .group-hover\/item\:text-primary{
  color: hsl(var(--primary));
}
.group:hover .group-hover\:text-\[\#0F766E\]{
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-brand{
  color: hsl(var(--brand-current));
}
.group:hover .group-hover\:text-primary{
  color: hsl(var(--primary));
}
.group:hover .group-hover\:text-slate-600{
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-slate-900{
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.group\/exchange-row:hover .group-hover\/exchange-row\:opacity-100{
  opacity: 1;
}
.group\/item:hover .group-hover\/item\:opacity-100{
  opacity: 1;
}
.group\/note:hover .group-hover\/note\:opacity-100{
  opacity: 1;
}
.group\/opt:hover .group-hover\/opt\:opacity-100{
  opacity: 1;
}
.group\/return-row:hover .group-hover\/return-row\:opacity-100{
  opacity: 1;
}
.group\/sidebar-filter:hover .group-hover\/sidebar-filter\:opacity-100{
  opacity: 1;
}
.group\/sidebar-toggle:hover .group-hover\/sidebar-toggle\:opacity-100{
  opacity: 1;
}
.group:hover .group-hover\:opacity-100{
  opacity: 1;
}
.group.toast .group-\[\.toast\]\:bg-muted{
  background-color: hsl(var(--muted));
}
.group.toast .group-\[\.toast\]\:bg-primary{
  background-color: hsl(var(--primary));
}
.group.toast .group-\[\.toast\]\:text-muted-foreground{
  color: hsl(var(--muted-foreground));
}
.group.toast .group-\[\.toast\]\:text-primary-foreground{
  color: hsl(var(--primary-foreground));
}
.group.toaster .group-\[\.toaster\]\:shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.peer:checked ~ .peer-checked\:scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}
.peer:disabled ~ .peer-disabled\:cursor-not-allowed{
  cursor: not-allowed;
}
.peer:disabled ~ .peer-disabled\:opacity-70{
  opacity: 0.7;
}
.aria-selected\:\!bg-\[\#0070D2\][aria-selected="true"]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 112 210 / var(--tw-bg-opacity, 1)) !important;
}
.aria-selected\:\!text-white[aria-selected="true"]{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.aria-selected\:opacity-100[aria-selected="true"]{
  opacity: 1;
}
.data-\[disabled\]\:pointer-events-none[data-disabled]{
  pointer-events: none;
}
.data-\[state\=active\]\:flex[data-state="active"]{
  display: flex;
}
.data-\[state\=active\]\:flex-1[data-state="active"]{
  flex: 1 1 0%;
}
.data-\[side\=bottom\]\:translate-y-1[data-side="bottom"]{
  --tw-translate-y: 0.25rem;
  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));
}
.data-\[side\=left\]\:-translate-x-1[data-side="left"]{
  --tw-translate-x: -0.25rem;
  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));
}
.data-\[side\=right\]\:translate-x-1[data-side="right"]{
  --tw-translate-x: 0.25rem;
  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));
}
.data-\[side\=top\]\:-translate-y-1[data-side="top"]{
  --tw-translate-y: -0.25rem;
  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));
}
.data-\[state\=checked\]\:translate-x-5[data-state="checked"]{
  --tw-translate-x: 1.25rem;
  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));
}
.data-\[state\=unchecked\]\:translate-x-0[data-state="unchecked"]{
  --tw-translate-x: 0px;
  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));
}
.data-\[state\=closed\]\:animate-none[data-state="closed"]{
  animation: none;
}
.data-\[state\=open\]\:animate-none[data-state="open"]{
  animation: none;
}
.data-\[state\=active\]\:flex-col[data-state="active"]{
  flex-direction: column;
}
.data-\[state\=active\]\:border-b-2[data-state="active"]{
  border-bottom-width: 2px;
}
.data-\[state\=active\]\:border-\[hsl\(var\(--brand-current\)\)\][data-state="active"]{
  border-color: hsl(var(--brand-current));
}
.data-\[state\=active\]\:border-primary[data-state="active"]{
  border-color: hsl(var(--primary));
}
.data-\[state\=active\]\:border-transparent[data-state="active"]{
  border-color: transparent;
}
.data-\[state\=checked\]\:border-\[\#009A44\][data-state="checked"]{
  --tw-border-opacity: 1;
  border-color: rgb(0 154 68 / var(--tw-border-opacity, 1));
}
.data-\[state\=checked\]\:border-\[\#00b14f\][data-state="checked"]{
  --tw-border-opacity: 1;
  border-color: rgb(0 177 79 / var(--tw-border-opacity, 1));
}
.data-\[state\=checked\]\:border-\[\#27ae60\][data-state="checked"]{
  --tw-border-opacity: 1;
  border-color: rgb(39 174 96 / var(--tw-border-opacity, 1));
}
.data-\[state\=checked\]\:border-\[\#3b82f6\][data-state="checked"]{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.data-\[state\=checked\]\:border-blue-500[data-state="checked"]{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.data-\[state\=checked\]\:border-brand[data-state="checked"]{
  border-color: hsl(var(--brand-current));
}
.data-\[state\=checked\]\:border-primary[data-state="checked"]{
  border-color: hsl(var(--primary));
}
.data-\[state\=indeterminate\]\:border-primary[data-state="indeterminate"]{
  border-color: hsl(var(--primary));
}
.data-\[state\=open\]\:border-\[\#0070f3\][data-state="open"]{
  --tw-border-opacity: 1;
  border-color: rgb(0 112 243 / var(--tw-border-opacity, 1));
}
.data-\[state\=open\]\:border-primary[data-state="open"]{
  border-color: hsl(var(--primary));
}
.data-\[state\=active\]\:bg-transparent[data-state="active"]{
  background-color: transparent;
}
.data-\[state\=checked\]\:bg-\[\#009A44\][data-state="checked"]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 154 68 / var(--tw-bg-opacity, 1));
}
.data-\[state\=checked\]\:bg-\[\#00b14f\][data-state="checked"]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 177 79 / var(--tw-bg-opacity, 1));
}
.data-\[state\=checked\]\:bg-\[\#27ae60\][data-state="checked"]{
  --tw-bg-opacity: 1;
  background-color: rgb(39 174 96 / var(--tw-bg-opacity, 1));
}
.data-\[state\=checked\]\:bg-\[\#3b82f6\][data-state="checked"]{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.data-\[state\=checked\]\:bg-blue-500[data-state="checked"]{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.data-\[state\=checked\]\:bg-brand[data-state="checked"]{
  background-color: hsl(var(--brand-current));
}
.data-\[state\=checked\]\:bg-primary[data-state="checked"]{
  background-color: hsl(var(--primary));
}
.data-\[state\=indeterminate\]\:bg-primary[data-state="indeterminate"]{
  background-color: hsl(var(--primary));
}
.data-\[state\=open\]\:bg-accent[data-state="open"]{
  background-color: hsl(var(--accent));
}
.data-\[state\=open\]\:bg-black\/15[data-state="open"]{
  background-color: rgb(0 0 0 / 0.15);
}
.data-\[state\=selected\]\:bg-muted[data-state="selected"]{
  background-color: hsl(var(--muted));
}
.data-\[state\=unchecked\]\:bg-slate-200[data-state="unchecked"]{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}
.data-\[state\=checked\]\:bg-\[radial-gradient\(circle_at_center\2c currentColor_0\2c currentColor_4px\2c transparent_4\.5px\)\][data-state="checked"]{
  background-image: radial-gradient(circle at center,currentColor 0,currentColor 4px,transparent 4.5px);
}
.data-\[state\=active\]\:font-medium[data-state="active"]{
  font-weight: 500;
}
.data-\[placeholder\]\:text-slate-300[data-placeholder]{
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.data-\[placeholder\]\:text-slate-500[data-placeholder]{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.data-\[placeholder\]\:text-slate-500\/70[data-placeholder]{
  color: rgb(100 116 139 / 0.7);
}
.data-\[state\=active\]\:text-\[hsl\(var\(--brand-current\)\)\][data-state="active"]{
  color: hsl(var(--brand-current));
}
.data-\[state\=active\]\:text-primary[data-state="active"]{
  color: hsl(var(--primary));
}
.data-\[state\=checked\]\:text-\[\#27ae60\][data-state="checked"]{
  --tw-text-opacity: 1;
  color: rgb(39 174 96 / var(--tw-text-opacity, 1));
}
.data-\[state\=checked\]\:text-primary-foreground[data-state="checked"]{
  color: hsl(var(--primary-foreground));
}
.data-\[state\=indeterminate\]\:text-primary-foreground[data-state="indeterminate"]{
  color: hsl(var(--primary-foreground));
}
.data-\[state\=open\]\:text-muted-foreground[data-state="open"]{
  color: hsl(var(--muted-foreground));
}
.data-\[disabled\]\:opacity-50[data-disabled]{
  opacity: 0.5;
}
.data-\[state\=active\]\:shadow-none[data-state="active"]{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.data-\[state\=open\]\:ring-1[data-state="open"]{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.data-\[state\=open\]\:ring-\[\#0070f3\][data-state="open"]{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 112 243 / var(--tw-ring-opacity, 1));
}
.data-\[state\=open\]\:ring-primary[data-state="open"]{
  --tw-ring-color: hsl(var(--primary));
}
.data-\[state\=open\]\:animate-in[data-state="open"]{
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}
.data-\[state\=closed\]\:animate-out[data-state="closed"]{
  animation-name: exit;
  animation-duration: 150ms;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
}
.data-\[state\=closed\]\:fade-out-0[data-state="closed"]{
  --tw-exit-opacity: 0;
}
.data-\[state\=open\]\:fade-in-0[data-state="open"]{
  --tw-enter-opacity: 0;
}
.data-\[state\=closed\]\:zoom-out-95[data-state="closed"]{
  --tw-exit-scale: .95;
}
.data-\[state\=open\]\:zoom-in-95[data-state="open"]{
  --tw-enter-scale: .95;
}
.data-\[side\=bottom\]\:slide-in-from-top-2[data-side="bottom"]{
  --tw-enter-translate-y: -0.5rem;
}
.data-\[side\=left\]\:slide-in-from-right-2[data-side="left"]{
  --tw-enter-translate-x: 0.5rem;
}
.data-\[side\=right\]\:slide-in-from-left-2[data-side="right"]{
  --tw-enter-translate-x: -0.5rem;
}
.data-\[side\=top\]\:slide-in-from-bottom-2[data-side="top"]{
  --tw-enter-translate-y: 0.5rem;
}
.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state="closed"]{
  --tw-exit-translate-x: -50%;
}
.data-\[state\=closed\]\:slide-out-to-right[data-state="closed"]{
  --tw-exit-translate-x: 100%;
}
.data-\[state\=closed\]\:slide-out-to-top-0[data-state="closed"]{
  --tw-exit-translate-y: -0px;
}
.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state="closed"]{
  --tw-exit-translate-y: -48%;
}
.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state="open"]{
  --tw-enter-translate-x: -50%;
}
.data-\[state\=open\]\:slide-in-from-right[data-state="open"]{
  --tw-enter-translate-x: 100%;
}
.data-\[state\=open\]\:slide-in-from-top-0[data-state="open"]{
  --tw-enter-translate-y: -0px;
}
.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state="open"]{
  --tw-enter-translate-y: -48%;
}
.data-\[state\=open\]\:slide-in-from-top-\[48px\][data-state="open"]{
  --tw-enter-translate-y: -48px;
}
@media (prefers-reduced-motion: reduce){

  @keyframes spin{

    to{
      transform: rotate(360deg);
    }
  }

  .motion-reduce\:animate-\[spin_1\.5s_linear_infinite\]{
    animation: spin 1.5s linear infinite;
  }
}
@media (max-width: 1366px){

  .max-\[1366px\]\:px-\[18px\]{
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (max-width: 1280px){

  .max-\[1280px\]\:px-\[15px\]{
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1100px){

  .max-\[1100px\]\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 1024px){

  .max-\[1024px\]\:px-\[7px\]{
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 900px){

  .max-\[900px\]\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media not all and (min-width: 768px){

  .max-md\:hidden{
    display: none;
  }
}
@media (max-width: 560px){

  .max-\[560px\]\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .max-\[560px\]\:gap-1{
    gap: 0.25rem;
  }
}
@media (min-width: 640px){

  .sm\:bottom-\[-24px\]{
    bottom: -24px;
  }

  .sm\:left-\[-40px\]{
    left: -40px;
  }

  .sm\:top-10{
    top: 2.5rem;
  }

  .sm\:order-last{
    order: 9999;
  }

  .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .sm\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:ml-8{
    margin-left: 2rem;
  }

  .sm\:mt-10{
    margin-top: 2.5rem;
  }

  .sm\:block{
    display: block;
  }

  .sm\:inline{
    display: inline;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:h-9{
    height: 2.25rem;
  }

  .sm\:h-\[300px\]{
    height: 300px;
  }

  .sm\:w-\[140px\]{
    width: 140px;
  }

  .sm\:w-\[260px\]{
    width: 260px;
  }

  .sm\:max-w-\[1080px\]{
    max-width: 1080px;
  }

  .sm\:max-w-\[400px\]{
    max-width: 400px;
  }

  .sm\:max-w-\[420px\]{
    max-width: 420px;
  }

  .sm\:max-w-\[425px\]{
    max-width: 425px;
  }

  .sm\:max-w-\[450px\]{
    max-width: 450px;
  }

  .sm\:max-w-\[480px\]{
    max-width: 480px;
  }

  .sm\:max-w-\[500px\]{
    max-width: 500px;
  }

  .sm\:max-w-\[520px\]{
    max-width: 520px;
  }

  .sm\:max-w-\[550px\]{
    max-width: 550px;
  }

  .sm\:max-w-\[580px\]{
    max-width: 580px;
  }

  .sm\:max-w-\[600px\]{
    max-width: 600px;
  }

  .sm\:max-w-\[660px\]{
    max-width: 660px;
  }

  .sm\:max-w-\[700px\]{
    max-width: 700px;
  }

  .sm\:max-w-\[760px\]{
    max-width: 760px;
  }

  .sm\:max-w-\[800px\]{
    max-width: 800px;
  }

  .sm\:max-w-\[960px\]{
    max-width: 960px;
  }

  .sm\:max-w-none{
    max-width: none;
  }

  .sm\:flex-none{
    flex: none;
  }

  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-\[minmax\(0\2c 1fr\)_auto_minmax\(0\2c 1fr\)\]{
    grid-template-columns: minmax(0,1fr) auto minmax(0,1fr);
  }

  .sm\:grid-cols-\[minmax\(200px\2c 1fr\)_160px\]{
    grid-template-columns: minmax(200px,1fr) 160px;
  }

  .sm\:flex-row{
    flex-direction: row;
  }

  .sm\:items-center{
    align-items: center;
  }

  .sm\:justify-end{
    justify-content: flex-end;
  }

  .sm\:justify-between{
    justify-content: space-between;
  }

  .sm\:gap-0{
    gap: 0px;
  }

  .sm\:gap-2{
    gap: 0.5rem;
  }

  .sm\:gap-4{
    gap: 1rem;
  }

  .sm\:gap-8{
    gap: 2rem;
  }

  .sm\:space-x-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:rounded-l-2xl{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm\:p-4{
    padding: 1rem;
  }

  .sm\:p-6{
    padding: 1.5rem;
  }

  .sm\:p-8{
    padding: 2rem;
  }

  .sm\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:text-left{
    text-align: left;
  }

  .sm\:text-\[12px\]{
    font-size: 12px;
  }

  .sm\:text-\[13px\]{
    font-size: 13px;
  }
}
@media (min-width: 768px){

  .md\:relative{
    position: relative;
  }

  .md\:top-\[40px\]{
    top: 40px;
  }

  .md\:top-\[48px\]{
    top: 48px;
  }

  .md\:top-\[60px\]{
    top: 60px;
  }

  .md\:z-0{
    z-index: 0;
  }

  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .md\:mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:my-12{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:mb-10{
    margin-bottom: 2.5rem;
  }

  .md\:mb-12{
    margin-bottom: 3rem;
  }

  .md\:mb-6{
    margin-bottom: 1.5rem;
  }

  .md\:mb-8{
    margin-bottom: 2rem;
  }

  .md\:ml-0{
    margin-left: 0px;
  }

  .md\:mr-4{
    margin-right: 1rem;
  }

  .md\:block{
    display: block;
  }

  .md\:inline-block{
    display: inline-block;
  }

  .md\:inline{
    display: inline;
  }

  .md\:flex{
    display: flex;
  }

  .md\:table-cell{
    display: table-cell;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-10{
    height: 2.5rem;
  }

  .md\:h-4{
    height: 1rem;
  }

  .md\:h-6{
    height: 1.5rem;
  }

  .md\:h-8{
    height: 2rem;
  }

  .md\:h-\[360px\]{
    height: 360px;
  }

  .md\:h-auto{
    height: auto;
  }

  .md\:max-h-\[95vh\]{
    max-height: 95vh;
  }

  .md\:max-h-\[calc\(100vh-70px\)\]{
    max-height: calc(100vh - 70px);
  }

  .md\:max-h-\[calc\(100vh-90px\)\]{
    max-height: calc(100vh - 90px);
  }

  .md\:min-h-\[1100px\]{
    min-height: 1100px;
  }

  .md\:min-h-\[500px\]{
    min-height: 500px;
  }

  .md\:min-h-\[760px\]{
    min-height: 760px;
  }

  .md\:w-4{
    width: 1rem;
  }

  .md\:w-8{
    width: 2rem;
  }

  .md\:w-\[1160px\]{
    width: 1160px;
  }

  .md\:w-\[160px\]{
    width: 160px;
  }

  .md\:w-\[300px\]{
    width: 300px;
  }

  .md\:w-\[340px\]{
    width: 340px;
  }

  .md\:w-\[360px\]{
    width: 360px;
  }

  .md\:w-\[450px\]{
    width: 450px;
  }

  .md\:w-\[500px\]{
    width: 500px;
  }

  .md\:w-\[850px\]{
    width: 850px;
  }

  .md\:w-\[95vw\]{
    width: 95vw;
  }

  .md\:w-auto{
    width: auto;
  }

  .md\:w-full{
    width: 100%;
  }

  .md\:w-px{
    width: 1px;
  }

  .md\:min-w-\[1000px\]{
    min-width: 1000px;
  }

  .md\:min-w-\[120px\]{
    min-width: 120px;
  }

  .md\:min-w-\[800px\]{
    min-width: 800px;
  }

  .md\:max-w-2xl{
    max-width: 42rem;
  }

  .md\:max-w-\[1200px\]{
    max-width: 1200px;
  }

  .md\:max-w-\[320px\]{
    max-width: 320px;
  }

  .md\:max-w-\[450px\]{
    max-width: 450px;
  }

  .md\:max-w-\[500px\]{
    max-width: 500px;
  }

  .md\:max-w-\[560px\]{
    max-width: 560px;
  }

  .md\:max-w-\[600px\]{
    max-width: 600px;
  }

  .md\:max-w-\[620px\]{
    max-width: 620px;
  }

  .md\:max-w-\[650px\]{
    max-width: 650px;
  }

  .md\:max-w-\[820px\]{
    max-width: 820px;
  }

  .md\:max-w-none{
    max-width: none;
  }

  .md\:flex-1{
    flex: 1 1 0%;
  }

  .md\:flex-none{
    flex: none;
  }

  .md\:translate-x-0{
    --tw-translate-x: 0px;
    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));
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-cols-\[140px_minmax\(0\2c 1fr\)\]{
    grid-template-columns: 140px minmax(0,1fr);
  }

  .md\:grid-cols-\[1fr_1px_1fr\]{
    grid-template-columns: 1fr 1px 1fr;
  }

  .md\:grid-cols-\[1fr_280px\]{
    grid-template-columns: 1fr 280px;
  }

  .md\:grid-cols-\[1fr_300px\]{
    grid-template-columns: 1fr 300px;
  }

  .md\:grid-cols-\[1fr_310px\]{
    grid-template-columns: 1fr 310px;
  }

  .md\:grid-cols-\[1fr_330px\]{
    grid-template-columns: 1fr 330px;
  }

  .md\:grid-cols-\[minmax\(320px\2c 1fr\)_210px\]{
    grid-template-columns: minmax(320px,1fr) 210px;
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:flex-col{
    flex-direction: column;
  }

  .md\:flex-wrap{
    flex-wrap: wrap;
  }

  .md\:items-start{
    align-items: flex-start;
  }

  .md\:items-center{
    align-items: center;
  }

  .md\:justify-between{
    justify-content: space-between;
  }

  .md\:gap-1{
    gap: 0.25rem;
  }

  .md\:gap-1\.5{
    gap: 0.375rem;
  }

  .md\:gap-12{
    gap: 3rem;
  }

  .md\:gap-2{
    gap: 0.5rem;
  }

  .md\:gap-4{
    gap: 1rem;
  }

  .md\:gap-8{
    gap: 2rem;
  }

  .md\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .md\:overflow-hidden{
    overflow: hidden;
  }

  .md\:overflow-x-auto{
    overflow-x: auto;
  }

  .md\:overflow-y-auto{
    overflow-y: auto;
  }

  .md\:rounded-lg{
    border-radius: var(--radius);
  }

  .md\:rounded-md{
    border-radius: calc(var(--radius) - 2px);
  }

  .md\:border{
    border-width: 1px;
  }

  .md\:border-0{
    border-width: 0px;
  }

  .md\:border-r{
    border-right-width: 1px;
  }

  .md\:border-slate-200{
    --tw-border-opacity: 1;
    border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  }

  .md\:bg-transparent{
    background-color: transparent;
  }

  .md\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }

  .md\:p-12{
    padding: 3rem;
  }

  .md\:p-4{
    padding: 1rem;
  }

  .md\:p-6{
    padding: 1.5rem;
  }

  .md\:p-8{
    padding: 2rem;
  }

  .md\:p-\[48px\]{
    padding: 48px;
  }

  .md\:p-\[60px\]{
    padding: 60px;
  }

  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-\[30px\]{
    padding-left: 30px;
    padding-right: 30px;
  }

  .md\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:pl-0{
    padding-left: 0px;
  }

  .md\:pl-5{
    padding-left: 1.25rem;
  }

  .md\:pr-24{
    padding-right: 6rem;
  }

  .md\:pr-4{
    padding-right: 1rem;
  }

  .md\:pt-12{
    padding-top: 3rem;
  }

  .md\:text-right{
    text-align: right;
  }

  .md\:text-\[11px\]{
    font-size: 11px;
  }

  .md\:text-\[13px\]{
    font-size: 13px;
  }

  .md\:text-\[14px\]{
    font-size: 14px;
  }

  .md\:text-\[18px\]{
    font-size: 18px;
  }

  .md\:text-\[20px\]{
    font-size: 20px;
  }

  .md\:text-\[24px\]{
    font-size: 24px;
  }

  .md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-\[-4px_0_15px_-3px_rgba\(0\2c 0\2c 0\2c 0\.05\)\]{
    --tw-shadow: -4px 0 15px -3px rgba(0,0,0,0.05);
    --tw-shadow-colored: -4px 0 15px -3px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:transition-none{
    transition-property: none;
  }
}
@media (min-width: 1024px){

  .lg\:ml-\[108px\]{
    margin-left: 108px;
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:h-16{
    height: 4rem;
  }

  .lg\:w-\[125px\]{
    width: 125px;
  }

  .lg\:w-\[400px\]{
    width: 400px;
  }

  .lg\:w-\[480px\]{
    width: 480px;
  }

  .lg\:min-w-\[1000px\]{
    min-width: 1000px;
  }

  .lg\:min-w-\[880px\]{
    min-width: 880px;
  }

  .lg\:max-w-\[75\%\]{
    max-width: 75%;
  }

  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[1fr_1fr\]{
    grid-template-columns: 1fr 1fr;
  }

  .lg\:grid-cols-\[1fr_1fr_0\.95fr\]{
    grid-template-columns: 1fr 1fr 0.95fr;
  }

  .lg\:grid-cols-\[268px_minmax\(0\2c 1fr\)\]{
    grid-template-columns: 268px minmax(0,1fr);
  }

  .lg\:grid-cols-\[96px_minmax\(0\2c 1fr\)\]{
    grid-template-columns: 96px minmax(0,1fr);
  }

  .lg\:grid-cols-\[auto_minmax\(220px\2c 1fr\)_auto_minmax\(180px\2c 0\.85fr\)\]{
    grid-template-columns: auto minmax(220px,1fr) auto minmax(180px,0.85fr);
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:items-start{
    align-items: flex-start;
  }

  .lg\:items-center{
    align-items: center;
  }

  .lg\:gap-16{
    gap: 4rem;
  }

  .lg\:gap-y-8{
    row-gap: 2rem;
  }

  .lg\:self-center{
    align-self: center;
  }

  .lg\:p-10{
    padding: 2.5rem;
  }

  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1280px){

  .xl\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .xl\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .xl\:mr-3{
    margin-right: 0.75rem;
  }

  .xl\:block{
    display: block;
  }

  .xl\:w-\[280px\]{
    width: 280px;
  }

  .xl\:w-\[520px\]{
    width: 520px;
  }

  .xl\:w-\[620px\]{
    width: 620px;
  }

  .xl\:w-auto{
    width: auto;
  }

  .xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:grid-cols-\[1fr_1\.6fr\]{
    grid-template-columns: 1fr 1.6fr;
  }

  .xl\:grid-cols-\[20px_132px_64px_150px_1fr\]{
    grid-template-columns: 20px 132px 64px 150px 1fr;
  }

  .xl\:grid-cols-\[268px_minmax\(0\2c 1fr\)_214px\]{
    grid-template-columns: 268px minmax(0,1fr) 214px;
  }

  .xl\:grid-cols-\[268px_minmax\(0\2c 1fr\)_250px\]{
    grid-template-columns: 268px minmax(0,1fr) 250px;
  }

  .xl\:grid-cols-\[300px_1fr\]{
    grid-template-columns: 300px 1fr;
  }

  .xl\:grid-cols-\[minmax\(0\2c 1fr\)_214px\]{
    grid-template-columns: minmax(0,1fr) 214px;
  }

  .xl\:grid-cols-\[minmax\(0\2c 1fr\)_250px\]{
    grid-template-columns: minmax(0,1fr) 250px;
  }

  .xl\:grid-cols-\[minmax\(320px\2c 460px\)_1fr\]{
    grid-template-columns: minmax(320px,460px) 1fr;
  }

  .xl\:flex-row{
    flex-direction: row;
  }

  .xl\:overflow-hidden{
    overflow: hidden;
  }
}
@media (min-width: 1536px){

  .\32xl\:w-\[560px\]{
    width: 560px;
  }

  .\32xl\:grid-cols-\[minmax\(300px\2c 1fr\)_minmax\(300px\2c 1fr\)_minmax\(280px\2c 0\.9fr\)\]{
    grid-template-columns: minmax(300px,1fr) minmax(300px,1fr) minmax(280px,0.9fr);
  }

  .\32xl\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .\32xl\:gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }
}
.\[\&\:\:-webkit-inner-spin-button\]\:appearance-none::-webkit-inner-spin-button{
  -webkit-appearance: none;
          appearance: none;
}
.\[\&\:\:-webkit-outer-spin-button\]\:appearance-none::-webkit-outer-spin-button{
  -webkit-appearance: none;
          appearance: none;
}
.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]){
  padding-right: 0px;
}
.\[\&\>\*\:not\(\[data-radix-select-viewport\]\)\]\:hidden>*:not([data-radix-select-viewport]){
  display: none;
}
.\[\&\>\[data-orientation\=vertical\]\]\:z-50>[data-orientation=vertical]{
  z-index: 50;
}
.\[\&\>\[data-radix-select-viewport\]\:\:-webkit-scrollbar-thumb\]\:rounded>[data-radix-select-viewport]::-webkit-scrollbar-thumb{
  border-radius: 0.25rem;
}
.\[\&\>\[data-radix-select-viewport\]\:\:-webkit-scrollbar-thumb\]\:bg-slate-300>[data-radix-select-viewport]::-webkit-scrollbar-thumb{
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}
.\[\&\>\[data-radix-select-viewport\]\:\:-webkit-scrollbar\]\:w-1\.5>[data-radix-select-viewport]::-webkit-scrollbar{
  width: 0.375rem;
}
.\[\&\>\[data-radix-select-viewport\]\]\:max-h-60>[data-radix-select-viewport]{
  max-height: 15rem;
}
.\[\&\>\[data-radix-select-viewport\]\]\:overflow-y-auto>[data-radix-select-viewport]{
  overflow-y: auto;
}
.\[\&\>\[data-radix-select-viewport\]\]\:\[scrollbar-width\:thin\]>[data-radix-select-viewport]{
  scrollbar-width: thin;
}
.\[\&\>\[role\=checkbox\]\]\:translate-y-\[2px\]>[role=checkbox]{
  --tw-translate-y: 2px;
  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));
}
.\[\&\>button\]\:right-10>button{
  right: 2.5rem;
}
.\[\&\>button\]\:right-5>button{
  right: 1.25rem;
}
.\[\&\>button\]\:right-6>button{
  right: 1.5rem;
}
.\[\&\>button\]\:right-7>button{
  right: 1.75rem;
}
.\[\&\>button\]\:right-8>button{
  right: 2rem;
}
.\[\&\>button\]\:top-5>button{
  top: 1.25rem;
}
.\[\&\>button\]\:top-6>button{
  top: 1.5rem;
}
.\[\&\>button\]\:top-7>button{
  top: 1.75rem;
}
.\[\&\>button\]\:top-8>button{
  top: 2rem;
}
.\[\&\>button\]\:z-10>button{
  z-index: 10;
}
.\[\&\>button\]\:hidden>button{
  display: none;
}
.\[\&\>button\]\:rounded-none>button{
  border-radius: 0px;
}
.\[\&\>button\]\:rounded-l-lg>button{
  border-top-left-radius: var(--radius);
  border-bottom-left-radius: var(--radius);
}
.\[\&\>button\]\:rounded-l-none>button{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.\[\&\>button\]\:rounded-r-lg>button{
  border-top-right-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
}
.\[\&\>button\]\:rounded-r-none>button{
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.\[\&\>button\]\:border-y>button{
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.\[\&\>button\]\:border-primary>button{
  border-color: hsl(var(--primary));
}
.\[\&\>button\]\:bg-primary>button{
  background-color: hsl(var(--primary));
}
.\[\&\>button\]\:bg-primary\/10>button{
  background-color: hsl(var(--primary) / 0.1);
}
.\[\&\>button\]\:bg-white>button{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.\[\&\>button\]\:font-semibold>button{
  font-weight: 600;
}
.\[\&\>button\]\:\!text-white>button{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.\[\&\>button\]\:text-slate-400>button{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.\[\&\>button\]\:text-slate-500>button{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.\[\&\>button\]\:text-slate-900>button{
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.\[\&\>button\]\:text-white>button{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.\[\&\>button\]\:shadow-sm>button{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.\[\&\>button\]\:ring-1>button{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.\[\&\>button\]\:ring-inset>button{
  --tw-ring-inset: inset;
}
.\[\&\>button\]\:ring-primary\/50>button{
  --tw-ring-color: hsl(var(--primary) / 0.5);
}
.\[\&\>button\]\:after\:absolute>button::after{
  content: var(--tw-content);
  position: absolute;
}
.\[\&\>button\]\:after\:bottom-0\.5>button::after{
  content: var(--tw-content);
  bottom: 0.125rem;
}
.\[\&\>button\]\:after\:h-0\.5>button::after{
  content: var(--tw-content);
  height: 0.125rem;
}
.\[\&\>button\]\:after\:w-5>button::after{
  content: var(--tw-content);
  width: 1.25rem;
}
.\[\&\>button\]\:after\:rounded-full>button::after{
  content: var(--tw-content);
  border-radius: 9999px;
}
.\[\&\>button\]\:after\:bg-primary\/50>button::after{
  content: var(--tw-content);
  background-color: hsl(var(--primary) / 0.5);
}
.\[\&\>button\]\:hover\:bg-primary:hover>button{
  background-color: hsl(var(--primary));
}
.\[\&\>button\]\:hover\:bg-primary\/10:hover>button{
  background-color: hsl(var(--primary) / 0.1);
}
.\[\&\>button\]\:hover\:bg-white:hover>button{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.\[\&\>button_svg\]\:h-5>button svg{
  height: 1.25rem;
}
.\[\&\>button_svg\]\:h-7>button svg{
  height: 1.75rem;
}
.\[\&\>button_svg\]\:w-5>button svg{
  width: 1.25rem;
}
.\[\&\>button_svg\]\:w-7>button svg{
  width: 1.75rem;
}
.\[\&\>span\]\:left-auto>span{
  left: auto;
}
.\[\&\>span\]\:right-2>span{
  right: 0.5rem;
}
.\[\&\>span\]\:right-3>span{
  right: 0.75rem;
}
.\[\&\>span\]\:line-clamp-1>span{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.\[\&\>span\]\:h-4>span{
  height: 1rem;
}
.\[\&\>span\]\:w-4>span{
  width: 1rem;
}
.\[\&\>span\]\:data-\[state\=checked\]\:translate-x-4[data-state="checked"]>span{
  --tw-translate-x: 1rem;
  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));
}
.\[\&\>span\]\:data-\[state\=checked\]\:translate-x-5[data-state="checked"]>span{
  --tw-translate-x: 1.25rem;
  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));
}
.\[\&\>svg\]\:h-4>svg{
  height: 1rem;
}
.\[\&\>svg\]\:w-4>svg{
  width: 1rem;
}
.\[\&\>td\:first-child\]\:border-l-2>td:first-child{
  border-left-width: 2px;
}
.\[\&\>td\:first-child\]\:border-l-primary>td:first-child{
  border-left-color: hsl(var(--primary));
}
.\[\&\>td\:last-child\]\:border-r-2>td:last-child{
  border-right-width: 2px;
}
.\[\&\>td\:last-child\]\:border-r-primary>td:last-child{
  border-right-color: hsl(var(--primary));
}
.\[\&\>td\]\:border>td{
  border-width: 1px;
}
.\[\&\>td\]\:border-b>td{
  border-bottom-width: 1px;
}
.\[\&\>td\]\:border-b-0>td{
  border-bottom-width: 0px;
}
.\[\&\>td\]\:border-t-2>td{
  border-top-width: 2px;
}
.\[\&\>td\]\:border-primary>td{
  border-color: hsl(var(--primary));
}
.\[\&\>td\]\:border-slate-100>td{
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}
.\[\&\>td\]\:border-slate-200>td{
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.\[\&\>td\]\:border-t-primary>td{
  border-top-color: hsl(var(--primary));
}
.\[\&\>td\]\:px-3>td{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.\[\&\>td\]\:py-2>td{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.\[\&\>td\]\:py-3>td{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.\[\&\>th\]\:h-12>th{
  height: 3rem;
}
.\[\&\>th\]\:border-b>th{
  border-bottom-width: 1px;
}
.\[\&\>th\]\:border-primary\/25>th{
  border-color: hsl(var(--primary) / 0.25);
}
.\[\&\>th\]\:border-slate-200>th{
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.\[\&\>th\]\:bg-\[color-mix\(in_srgb\2c hsl\(var\(--primary\)\)_10\%\2c white\)\]>th{
  background-color: color-mix(in srgb,hsl(var(--primary)) 10%,white);
}
.\[\&\>th\]\:bg-slate-100>th{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.\[\&\>th\]\:px-3>th{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.\[\&\>th\]\:px-4>th{
  padding-left: 1rem;
  padding-right: 1rem;
}
.\[\&\>th\]\:py-2>th{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.\[\&\>th\]\:py-2\.5>th{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.\[\&\>th\]\:py-3>th{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.\[\&\>th\]\:text-left>th{
  text-align: left;
}
.\[\&\>th\]\:text-\[12px\]>th{
  font-size: 12px;
}
.\[\&\>th\]\:font-bold>th{
  font-weight: 700;
}
.\[\&\>th\]\:text-slate-700>th{
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.\[\&\>th\]\:text-slate-950>th{
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity, 1));
}
.\[\&\>tr\>td\]\:px-4>tr>td{
  padding-left: 1rem;
  padding-right: 1rem;
}
.\[\&\>tr\>td\]\:py-3>tr>td{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.\[\&\>tr\>td\]\:align-middle>tr>td{
  vertical-align: middle;
}
.\[\&\>tr\]\:last\:border-b-0:last-child>tr{
  border-bottom-width: 0px;
}
.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg{
  --tw-rotate: 180deg;
  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));
}
.\[\&_\.recharts-surface\]\:overflow-visible .recharts-surface{
  overflow: visible;
}
.\[\&_\.recharts-wrapper\]\:overflow-visible .recharts-wrapper{
  overflow: visible;
}
.\[\&_\.scanner-container\]\:h-full .scanner-container{
  height: 100%;
}
.\[\&_\.scanner-viewport\]\:\!h-full .scanner-viewport{
  height: 100% !important;
}
.\[\&_\.scanner-viewport\]\:\!min-h-0 .scanner-viewport{
  min-height: 0px !important;
}
.\[\&_\.scanner-zoom-control\]\:z-20 .scanner-zoom-control{
  z-index: 20;
}
.\[\&_\.tox-edit-area\]\:border-t .tox-edit-area{
  border-top-width: 1px;
}
.\[\&_\.tox-edit-area\]\:border-slate-200 .tox-edit-area{
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.\[\&_\.tox-edit-area__iframe\]\:bg-white .tox-edit-area iframe{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.\[\&_\.tox-editor-container\]\:h-full .tox-editor-container{
  height: 100%;
}
.\[\&_\.tox-listboxfield\]\:rounded-md .tox-listboxfield{
  border-radius: calc(var(--radius) - 2px);
}
.\[\&_\.tox-listboxfield\]\:border-slate-200 .tox-listboxfield{
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.\[\&_\.tox-split-button\:hover\]\:shadow-none .tox-split-button:hover{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.\[\&_\.tox-tbtn\:hover\]\:bg-slate-100 .tox-tbtn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.\[\&_\.tox-tbtn\]\:rounded-md .tox-tbtn{
  border-radius: calc(var(--radius) - 2px);
}
.\[\&_\.tox-tbtn\]\:text-slate-700 .tox-tbtn{
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.\[\&_\.tox-toolbar-overlord\]\:border-b .tox-toolbar-overlord{
  border-bottom-width: 1px;
}
.\[\&_\.tox-toolbar-overlord\]\:border-slate-200 .tox-toolbar-overlord{
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.\[\&_\.tox-toolbar-overlord\]\:bg-white .tox-toolbar-overlord{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.\[\&_\.tox-toolbar__primary\]\:bg-white .tox-toolbar primary{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.\[\&_\.tox\]\:h-full .tox{
  height: 100%;
}
.\[\&_\.tox\]\:border-0 .tox{
  border-width: 0px;
}
.\[\&_\.tox\]\:font-sans .tox{
  font-family: var(--font-sans);
}
.\[\&_\[data-icon\]\]\:\!text-white [data-icon]{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.\[\&_h2_span\]\:\!text-\[22px\] h2 span{
  font-size: 22px !important;
}
.\[\&_h2_span\]\:\!leading-7 h2 span{
  line-height: 1.75rem !important;
}
.\[\&_h3\]\:text-\[16px\] h3{
  font-size: 16px;
}
.\[\&_h3\]\:font-bold h3{
  font-weight: 700;
}
.\[\&_h3\]\:leading-6 h3{
  line-height: 1.5rem;
}
.\[\&_h3\]\:text-slate-950 h3{
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity, 1));
}
.\[\&_h4\]\:text-\[16px\] h4{
  font-size: 16px;
}
.\[\&_h4\]\:font-bold h4{
  font-weight: 700;
}
.\[\&_h4\]\:leading-6 h4{
  line-height: 1.5rem;
}
.\[\&_h4\]\:text-slate-950 h4{
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity, 1));
}
.\[\&_input\]\:h-10 input{
  height: 2.5rem;
}
.\[\&_input\]\:h-8 input{
  height: 2rem;
}
.\[\&_input\]\:h-\[34px\] input{
  height: 34px;
}
.\[\&_input\]\:rounded-\[4px\] input{
  border-radius: 4px;
}
.\[\&_input\]\:rounded-none input{
  border-radius: 0px;
}
.\[\&_input\]\:border-0 input{
  border-width: 0px;
}
.\[\&_input\]\:border-b input{
  border-bottom-width: 1px;
}
.\[\&_input\]\:border-slate-200 input{
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.\[\&_input\]\:bg-transparent input{
  background-color: transparent;
}
.\[\&_input\]\:px-0 input{
  padding-left: 0px;
  padding-right: 0px;
}
.\[\&_input\]\:pr-16 input{
  padding-right: 4rem;
}
.\[\&_input\]\:text-\[14px\] input{
  font-size: 14px;
}
.\[\&_input\]\:font-medium input{
  font-weight: 500;
}
.\[\&_input\]\:focus-visible\:border-primary:focus-visible input{
  border-color: hsl(var(--primary));
}
.\[\&_label\]\:text-\[14px\] label{
  font-size: 14px;
}
.\[\&_label\]\:leading-5 label{
  line-height: 1.25rem;
}
.\[\&_p\]\:text-\[14px\] p{
  font-size: 14px;
}
.\[\&_p\]\:leading-5 p{
  line-height: 1.25rem;
}
.\[\&_svg\]\:h-4 svg{
  height: 1rem;
}
.\[\&_svg\]\:w-4 svg{
  width: 1rem;
}
.\[\&_svg\]\:text-\[\#0070f3\] svg{
  --tw-text-opacity: 1;
  color: rgb(0 112 243 / var(--tw-text-opacity, 1));
}
.\[\&_td\]\:whitespace-nowrap td{
  white-space: nowrap;
}
.\[\&_th\]\:h-12 th{
  height: 3rem;
}
.\[\&_th\]\:whitespace-nowrap th{
  white-space: nowrap;
}
.\[\&_th\]\:border-b th{
  border-bottom-width: 1px;
}
.\[\&_th\]\:border-primary\/25 th{
  border-color: hsl(var(--primary) / 0.25);
}
.\[\&_th\]\:bg-\[color-mix\(in_srgb\2c hsl\(var\(--primary\)\)_10\%\2c white\)\] th{
  background-color: color-mix(in srgb,hsl(var(--primary)) 10%,white);
}
.\[\&_th\]\:text-\[13px\] th{
  font-size: 13px;
}
.\[\&_th\]\:font-bold th{
  font-weight: 700;
}
.\[\&_th\]\:normal-case th{
  text-transform: none;
}
.\[\&_th\]\:tracking-normal th{
  letter-spacing: 0em;
}
.\[\&_th\]\:text-slate-950 th{
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity, 1));
}
.\[\&_tr\:last-child\]\:border-0 tr:last-child{
  border-width: 0px;
}
.\[\&_tr\]\:border-b tr{
  border-bottom-width: 1px;
}
