*, ::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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 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;
}
.\!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;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.-bottom-2 {
  bottom: -0.5rem;
}
.-right-2 {
  right: -0.5rem;
}
.-top-2 {
  top: -0.5rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-\[10px\] {
  bottom: 10px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-12 {
  left: 3rem;
}
.left-2 {
  left: 0.5rem;
}
.left-3 {
  left: 0.75rem;
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.right-3 {
  right: 0.75rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-2 {
  top: 0.5rem;
}
.top-3 {
  top: 0.75rem;
}
.top-full {
  top: 100%;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.z-\[100\] {
  z-index: 100;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.m-0 {
  margin: 0px;
}
.m-1 {
  margin: 0.25rem;
}
.m-auto {
  margin: auto;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.-ml-px {
  margin-left: -1px;
}
.-mr-2 {
  margin-right: -0.5rem;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.me-3 {
  margin-inline-end: 0.75rem;
}
.me-auto {
  margin-inline-end: auto;
}
.ml-0 {
  margin-left: 0px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-\[1\.1rem\] {
  margin-left: 1.1rem;
}
.mr-0 {
  margin-right: 0px;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.ms-2 {
  margin-inline-start: 0.5rem;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[5px\] {
  margin-top: 5px;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-0 {
  height: 0px;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-20 {
  height: 5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-\[1\.5px\] {
  height: 1.5px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[38px\] {
  height: 38px;
}
.h-\[42px\] {
  height: 42px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[64\.9px\] {
  height: 64.9px;
}
.h-\[8\.4px\] {
  height: 8.4px;
}
.h-\[84px\] {
  height: 84px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.h-screen {
  height: 100vh;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-\[100px\] {
  max-height: 100px;
}
.max-h-\[700px\] {
  max-height: 700px;
}
.max-h-screen {
  max-height: 100vh;
}
.min-h-8 {
  min-height: 2rem;
}
.min-h-\[120px\] {
  min-height: 120px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-0 {
  width: 0px;
}
.w-1 {
  width: 0.25rem;
}
.w-1\.5 {
  width: 0.375rem;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-1\/4 {
  width: 25%;
}
.w-10 {
  width: 2.5rem;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-28 {
  width: 7rem;
}
.w-3 {
  width: 0.75rem;
}
.w-32 {
  width: 8rem;
}
.w-4 {
  width: 1rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-60 {
  width: 15rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-\[145px\] {
  width: 145px;
}
.w-\[217px\] {
  width: 217px;
}
.w-\[256px\] {
  width: 256px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[38px\] {
  width: 38px;
}
.w-\[400px\] {
  width: 400px;
}
.w-\[42px\] {
  width: 42px;
}
.w-\[53px\] {
  width: 53px;
}
.w-\[64\.9px\] {
  width: 64.9px;
}
.w-\[8\.4px\] {
  width: 8.4px;
}
.w-\[84px\] {
  width: 84px;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[100px\] {
  min-width: 100px;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[70px\] {
  min-width: 70px;
}
.min-w-\[90px\] {
  min-width: 90px;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-\[100px\] {
  max-width: 100px;
}
.max-w-\[1280px\] {
  max-width: 1280px;
}
.max-w-\[140px\] {
  max-width: 140px;
}
.max-w-\[552px\] {
  max-width: 552px;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-\[85px\] {
  max-width: 85px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-none {
  max-width: none;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.-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\/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-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-\[-20px\] {
  --tw-translate-x: -20px;
  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-\[20px\] {
  --tw-translate-x: 20px;
  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-\[20px\] {
  --tw-translate-y: 20px;
  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-full {
  --tw-translate-y: 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));
}
.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));
}
.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-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));
}
.scale-95 {
  --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));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.resize-none {
  resize: none;
}
.list-inside {
  list-style-position: inside;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.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));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.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-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[12px\] {
  gap: 12px;
}
.gap-\[15px\] {
  gap: 15px;
}
.gap-\[5px\] {
  gap: 5px;
}
.gap-\[6px\] {
  gap: 6px;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.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-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-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-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-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));
}
.self-center {
  align-self: center;
}
.self-stretch {
  align-self: stretch;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-\[6px\] {
  border-radius: 6px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}
.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.border-dotted {
  border-style: dotted;
}
.border-\[\#635bff\] {
  --tw-border-opacity: 1;
  border-color: rgb(99 91 255 / var(--tw-border-opacity, 1));
}
.border-\[\#EC2028\] {
  --tw-border-opacity: 1;
  border-color: rgb(236 32 40 / var(--tw-border-opacity, 1));
}
.border-\[\#e4e4e7\] {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
}
.border-\[\#ec2028\] {
  --tw-border-opacity: 1;
  border-color: rgb(236 32 40 / var(--tw-border-opacity, 1));
}
.border-\[\#fecaca\] {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / 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-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-t-transparent {
  border-top-color: transparent;
}
.bg-\[\#10b981\] {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.bg-\[\#635bff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(99 91 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E3F2FD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(227 242 253 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E8F5E8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(232 245 232 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EC20281A\] {
  background-color: #EC20281A;
}
.bg-\[\#EC2028\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 32 40 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F3EFFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 239 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFB800\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 184 0 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFEAEA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 234 234 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFEBEE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 235 238 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFF3E0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 243 224 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFF4E0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 244 224 / var(--tw-bg-opacity, 1));
}
.bg-\[\#e4e4e7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ec2028\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 32 40 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f4f4f5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fef2f2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fff5ed\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 245 237 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.bg-neutral-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / 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-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / 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-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / 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\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}
.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-left {
  -o-object-position: left;
     object-position: left;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-12 {
  padding: 3rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}
.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}
.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-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-\[5px\] {
  padding-bottom: 5px;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-2\.5 {
  padding-left: 0.625rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-9 {
  padding-left: 2.25rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-2\.5 {
  padding-right: 0.625rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-3\.5 {
  padding-top: 0.875rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-\[\'Inter\'\] {
  font-family: 'Inter';
}
.font-\[\'Manrope\'\] {
  font-family: 'Manrope';
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-base {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
}
.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-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-3 {
  line-height: .75rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-\[18px\] {
  line-height: 18px;
}
.leading-\[1px\] {
  line-height: 1px;
}
.leading-\[20px\] {
  line-height: 20px;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[26px\] {
  line-height: 26px;
}
.leading-\[30px\] {
  line-height: 30px;
}
.leading-\[32px\] {
  line-height: 32px;
}
.leading-\[38px\] {
  line-height: 38px;
}
.leading-\[normal\] {
  line-height: normal;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.text-\[\#15803d\] {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.text-\[\#18181b\] {
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity, 1));
}
.text-\[\#2196F3\] {
  --tw-text-opacity: 1;
  color: rgb(33 150 243 / var(--tw-text-opacity, 1));
}
.text-\[\#28A745\] {
  --tw-text-opacity: 1;
  color: rgb(40 167 69 / var(--tw-text-opacity, 1));
}
.text-\[\#3f3f46\] {
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity, 1));
}
.text-\[\#4B5563\] {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-\[\#4f4f4f\] {
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity, 1));
}
.text-\[\#635bff\] {
  --tw-text-opacity: 1;
  color: rgb(99 91 255 / var(--tw-text-opacity, 1));
}
.text-\[\#6b6b74\] {
  --tw-text-opacity: 1;
  color: rgb(107 107 116 / var(--tw-text-opacity, 1));
}
.text-\[\#9ca3af\] {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-\[\#A259FF\] {
  --tw-text-opacity: 1;
  color: rgb(162 89 255 / var(--tw-text-opacity, 1));
}
.text-\[\#EC2028\] {
  --tw-text-opacity: 1;
  color: rgb(236 32 40 / var(--tw-text-opacity, 1));
}
.text-\[\#F44336\] {
  --tw-text-opacity: 1;
  color: rgb(244 67 54 / var(--tw-text-opacity, 1));
}
.text-\[\#FF9800\] {
  --tw-text-opacity: 1;
  color: rgb(255 152 0 / var(--tw-text-opacity, 1));
}
.text-\[\#FFB800\] {
  --tw-text-opacity: 1;
  color: rgb(255 184 0 / var(--tw-text-opacity, 1));
}
.text-\[\#a1a1aa\] {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}
.text-\[\#cccccc\] {
  --tw-text-opacity: 1;
  color: rgb(204 204 204 / var(--tw-text-opacity, 1));
}
.text-\[\#dc2626\] {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-\[\#ec2028\] {
  --tw-text-opacity: 1;
  color: rgb(236 32 40 / var(--tw-text-opacity, 1));
}
.text-\[\#fe7439\] {
  --tw-text-opacity: 1;
  color: rgb(254 116 57 / var(--tw-text-opacity, 1));
}
.text-\[\#ff6a0c\] {
  --tw-text-opacity: 1;
  color: rgb(255 106 12 / var(--tw-text-opacity, 1));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / 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-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.text-red-900 {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}
.text-red-950 {
  --tw-text-opacity: 1;
  color: rgb(69 10 10 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.no-underline {
  text-decoration-line: none;
}
.decoration-solid {
  text-decoration-style: solid;
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.accent-\[\#ec2028\] {
  accent-color: #ec2028;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.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-\[0px_1px_3px_0px_rgba\(0\2c 0\2c 0\2c 0\.07\)\] {
  --tw-shadow: 0px 1px 3px 0px rgba(0,0,0,0.07);
  --tw-shadow-colored: 0px 1px 3px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-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-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);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-sm {
  --tw-blur: blur(4px);
  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-\[2px\] {
  --tw-backdrop-blur: blur(2px);
  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-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-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;
}
.delay-100 {
  transition-delay: 100ms;
}
.delay-200 {
  transition-delay: 200ms;
}
.delay-300 {
  transition-delay: 300ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.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);
}

#app {
    min-width: 100vw;
}

/* ============================================================
   ARACAR 3.0 — DESIGN TOKENS (CSS Custom Properties)
   Exact Figma variable values (node 378:20204)

   Variable     Light      Dark       Usage
   --c-nav-bg   #ffffff    #18181b    navbar, inputs, lang-btn, checkboxes
   --c-card-bg  #ffffff    #1d1d21    cards, sidebar container (bg-dialog)
   --c-washed   #f4f4f5    #1d1d21    page bg, tags, sort-group (bg-washed)
   --c-active   #f4f4f5    #27272a    active nav btn, active sort tab
   --c-hover    #fafafa    #27272a    expand/collapse button (bg-white-hover)
   --c-text     #18181b    #ffffff    headings, large prices (txt-black-900)
   --c-body     #3f3f46    #d4d4d8    body text, labels (txt-black-700)
   --c-muted    #6b6b74    #a1a1aa    secondary text (txt-black-500)
   --c-border   #e4e4e7    #27272a    default borders (otl-gray-200)
   --c-border2  #d4d4d8    #3f3f46    medium borders (otl-gray-300)
   rgba(244, 244, 245, 0.4)
   ============================================================ */

:root {
    --c-nav-bg: #ffffff;
    --c-card-bg: #ffffff;
    --c-washed: #f4f4f5;
    --c-active: #f4f4f5;
    --c-hover: #fafafa;
    --c-text: #18181b;
    --c-body: #3f3f46;
    --c-muted: #6b6b74;
    --c-border: #e4e4e7;
    --c-border2: #d4d4d8;
    --c-text-success: #15803d;
    --c-muted-light: rgba(244, 244, 245, 0.4);
}

html.dark {
    --c-nav-bg: #18181b;
    --c-card-bg: #1d1d21;
    --c-washed: #1d1d21;
    --c-active: #27272a;
    --c-hover: #27272a;
    --c-text: #ffffff;
    --c-body: #d4d4d8;
    --c-muted: #a1a1aa;
    --c-border: #27272a;
    --c-border2: #3f3f46;
    --c-text-success: #4ade80;
}

/* ============================================================
   DARK MODE OVERRIDES
   These cover Tailwind utility classes and any remaining
   inline styles not yet converted to CSS variables.
   ============================================================ */

/* Scheme hint for browser chrome (scrollbars, inputs) */
html.dark {
    color-scheme: dark;
}

/* ── Body & page wrappers ─────────────────────────────────── */
html.dark body {
    background-color: #1d1d21 !important;
    color: var(--c-body) !important;
}

html.dark .bg-gray-100 {
    background-color: #1d1d21 !important;
}
html.dark .bg-\[\#FFF\] {
    background-color: #1d1d21 !important;
}
html.dark .bg-\[\#fff\] {
    background-color: #1d1d21 !important;
}
html.dark .bg-gray-50 {
    background-color: #27272a !important;
}

/* Hover states */
html.dark .hover\:bg-gray-100:hover {
    background-color: #27272a !important;
}
html.dark .hover\:bg-gray-50:hover {
    background-color: #27272a !important;
}

/* ── Inline-style background overrides ───────────────────── */
/* Page/card containers that use plain white */
html.dark [style*="background-color: white"] {
    background-color: #1d1d21 !important;
}
html.dark [style*="background-color:#fff"] {
    background-color: #1d1d21 !important;
}
html.dark [style*="background-color: #fff"] {
    background-color: #1d1d21 !important;
}
html.dark [style*="background-color: #FFF"] {
    background-color: #1d1d21 !important;
}
/* Washed backgrounds (tags, sort group, row bg) */
html.dark [style*="background-color: #f4f4f5"] {
    background-color: #1d1d21 !important;
}
html.dark [style*="background-color: rgba(244,244,245"] {
    background-color: #1d1d21 !important;
}
/* Hover/expand button */
html.dark [style*="background-color: #fafafa"] {
    background-color: #27272a !important;
}

/* ── Text colour overrides (inline styles) ───────────────── */
html.dark [style*="color: #3f3f46"] {
    color: #d4d4d8 !important;
}
html.dark [style*="color: #3F3F46"] {
    color: #d4d4d8 !important;
}
html.dark [style*="color: #18181b"] {
    color: #ffffff !important;
}
html.dark [style*="color: #18181B"] {
    color: #ffffff !important;
}
html.dark [style*="color: #6b6b74"] {
    color: #a1a1aa !important;
}
html.dark [style*="color: #6B6B74"] {
    color: #a1a1aa !important;
}
html.dark [style*="color: #15803d"] {
    color: #4ade80 !important;
}

/* ── Headings & labels ───────────────────────────────────── */
html.dark h1,
html.dark h2,
html.dark h3,
html.dark h4,
html.dark h5,
html.dark h6 {
    color: #ffffff !important;
}
html.dark label {
    color: #d4d4d8 !important;
}
html.dark p {
    color: #d4d4d8;
}

/* ── Border overrides ────────────────────────────────────── */
html.dark [style*="border-color: #e4e4e7"] {
    border-color: #27272a !important;
}
html.dark [style*="border-color: #d4d4d8"] {
    border-color: #3f3f46 !important;
}
html.dark .border-r {
    border-color: #27272a !important;
}
html.dark .border-t {
    border-color: #27272a !important;
}
html.dark [style*="background-color: #e4e4e7"] {
    background-color: #27272a !important;
}

/* ── Navbar ──────────────────────────────────────────────── */
html.dark nav.bg-white,
html.dark nav.relative {
    background-color: #18181b !important;
    border-bottom-color: #27272a !important;
}
html.dark nav a {
    color: #d4d4d8 !important;
}
html.dark nav .bg-gray-100 {
    background-color: #27272a !important;
}

/* Language / nav dropdown button */
html.dark nav [style*="background-color: white"],
html.dark nav [style*="background-color:#fff"],
html.dark nav [style*="background-color: #fff"] {
    background-color: #27272a !important;
    border-color: #3f3f46 !important;
    color: #d4d4d8 !important;
}

/* Language dropdown panel */
html.dark .absolute.bg-white.rounded-lg.border.shadow-lg {
    background-color: #18181b !important;
    border-color: #27272a !important;
}

/* Dark mode moon/sun icon colour */
html.dark .dark-mode-toggle svg path {
    stroke: #d4d4d8 !important;
}

/* ── bg-white Tailwind class — context-aware ──────────────── */
/* Navbar surface (darkest) */
html.dark nav.bg-white {
    background-color: #18181b !important;
}
/* Car cards & sidebar surface (card bg) */
html.dark .overflow-hidden.relative.bg-white.rounded-lg {
    background-color: #1d1d21 !important;
}
/* All other bg-white elements */
html.dark .bg-white {
    background-color: #18181b !important;
}

/* ── Form inputs & selects ───────────────────────────────── */
html.dark input:not([type="range"]):not([type="checkbox"]):not([type="hidden"]),
html.dark select {
    background-color: #27272a !important;
    border-color: #3f3f46 !important;
    color: #d4d4d8 !important;
}
html.dark input::-moz-placeholder {
    color: #71717a !important;
}
html.dark input::placeholder {
    color: #71717a !important;
}
html.dark select option {
    background-color: #27272a;
    color: #d4d4d8;
}

/* ── Sidebar filter ──────────────────────────────────────── */
html.dark #sidebar-filter-form {
    background-color: #1d1d21 !important;
}

/* ── Car cards ───────────────────────────────────────────── */
html.dark .overflow-hidden.relative.rounded-lg {
    background-color: #1d1d21 !important;
}

/* Request Availability button */
html.dark [style*="border: 1px solid #FFC6C8"] {
    background-color: #27272a !important;
    border-color: rgba(236, 32, 40, 0.35) !important;
}

/* SVG icon fills/strokes */
html.dark [fill="#6B6B74"] {
    fill: #a1a1aa !important;
}
html.dark [stroke="#6B6B74"] {
    stroke: #a1a1aa !important;
}
html.dark [fill="#18181B"] {
    fill: #ffffff !important;
}

/* ── Booking sidebar & stepper ───────────────────────────── */
html.dark .rounded-lg.bg-white,
html.dark [class*="bg-white"].rounded-lg {
    background-color: #1d1d21 !important;
}

/* ── Modals (Bootstrap) ──────────────────────────────────── */
html.dark .modal-content {
    background-color: #18181b !important;
    color: #d4d4d8 !important;
    border-color: #27272a !important;
}

html.dark .modal-header,
html.dark .modal-footer {
    border-color: #27272a !important;
}

html.dark .modal-body {
    color: #d4d4d8 !important;
}

html.dark .btn-close {
    filter: invert(1);
}

/* Bootstrap inputs inside modals */
html.dark .modal .form-control,
html.dark .modal .form-select {
    background-color: #27272a !important;
    border-color: #3f3f46 !important;
    color: #d4d4d8 !important;
}

/* ── Flatpickr calendar ──────────────────────────────────── */
html.dark .flatpickr-calendar {
    background-color: #18181b !important;
    border-color: #27272a !important;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.55) !important;
    color: #d4d4d8 !important;
}

html.dark .flatpickr-months .flatpickr-month,
html.dark .flatpickr-weekdays {
    background-color: #18181b !important;
    color: #ffffff !important;
}

html.dark span.flatpickr-weekday {
    background-color: #18181b !important;
    color: #a1a1aa !important;
}

html.dark .flatpickr-current-month,
html.dark .flatpickr-current-month input.cur-year {
    color: #ffffff !important;
}

html.dark .flatpickr-current-month .flatpickr-monthDropdown-months {
    background-color: #18181b !important;
    color: #ffffff !important;
}

html.dark .flatpickr-day {
    color: #d4d4d8 !important;
}

html.dark
    .flatpickr-day:hover:not(.prevMonthDay):not(.nextMonthDay):not(.disabled) {
    background-color: #27272a !important;
    border-color: #27272a !important;
}

html.dark .flatpickr-day.selected,
html.dark .flatpickr-day.selected:hover {
    background-color: #ec2028 !important;
    border-color: #ec2028 !important;
    color: #ffffff !important;
}

html.dark .flatpickr-day.today:not(.selected) {
    border-color: #ec2028 !important;
}

html.dark .flatpickr-day.disabled,
html.dark .flatpickr-day.prevMonthDay,
html.dark .flatpickr-day.nextMonthDay {
    color: #52525b !important;
}

html.dark .flatpickr-innerContainer,
html.dark .flatpickr-rContainer {
    background-color: #18181b !important;
}

html.dark .numInputWrapper:hover {
    background-color: #27272a !important;
}
html.dark .numInputWrapper span {
    border-color: #3f3f46 !important;
}

html.dark .flatpickr-time {
    background-color: #18181b !important;
    border-top-color: #27272a !important;
}

html.dark .flatpickr-time input {
    color: #d4d4d8 !important;
}

/* ── Bootstrap Datepicker ────────────────────────────────── */
html.dark .datepicker-dropdown,
html.dark .datepicker-inline table {
    background-color: #18181b !important;
}

html.dark .datepicker table tr td,
html.dark .datepicker table tr th {
    color: #d4d4d8 !important;
}

html.dark .datepicker table tr td.active,
html.dark .datepicker table tr td.active:hover {
    background-color: #ec2028 !important;
    color: #fff !important;
}

html.dark .datepicker table tr td:hover {
    background-color: #27272a !important;
}

/* ── Dark-mode moon/sun icon visibility ──────────────────── */
.dark-mode-toggle .sun-icon {
    display: none;
}
.dark-mode-toggle .moon-icon {
    display: block;
}

html.dark .dark-mode-toggle .sun-icon {
    display: block;
}
html.dark .dark-mode-toggle .moon-icon {
    display: none;
}

/* ============================================================
   MOBILE RESPONSIVE LAYOUT
   Desktop (>= 768px) vs Mobile (< 768px)
   ============================================================ */

/* ── Default: MOBILE — hide desktop-only elements ── */
.desktop-search-layout {
    display: none;
}
.desktop-nav-links {
    display: none;
}
.desktop-login-btn {
    display: none !important;
}
.desktop-search-form {
    display: none;
}

.mobile-search-layout {
    display: block;
}
.mobile-hamburger-btn {
    display: flex;
}
.mobile-nav-drawer {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 20;
}
.mobile-search-form {
    display: block;
    padding: 12px 18px;
}

/* Filter chips strip */
.mobile-filter-chips {
    display: flex;
    gap: 8px;
    padding: 12px 18px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.mobile-filter-chips::-webkit-scrollbar {
    display: none;
}

.mobile-chip {
    display: flex;
    align-items: center;
    gap: 6px;
    height: 32px;
    padding: 6px 10px;
    border-radius: 8px;
    flex-shrink: 0;
    font-size: 13px;
    white-space: nowrap;
    cursor: pointer;
}
.chip-chevron {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

/* Bottom sheet */
.mobile-filter-sheet {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
    max-height: 85vh;
    overflow-y: auto;
    border-radius: 16px 16px 0 0;
}

/* Sidebar filter inside bottom sheet — remove outer shadow */
.mobile-search-layout #sidebar-filter-form {
    box-shadow: none !important;
    padding: 12px 0 !important;
}

/* Mobile card layout tweaks */
.mobile-card-layout {
    display: flex;
}
.desktop-card-layout {
    display: none;
}

/* ── DESKTOP (>= 768px) — flip visibility ── */
@media (min-width: 768px) {
    .desktop-search-layout {
        display: block;
        width: 1280px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .desktop-nav-links {
        display: flex;
        align-items: center;
    }
    .desktop-login-btn {
        display: inline-flex !important;
    }
    .desktop-search-form {
        display: block;
    }

    .mobile-search-layout {
        display: none !important;
    }
    .mobile-hamburger-btn {
        display: none !important;
    }
    .mobile-nav-drawer {
        display: none !important;
    }
    .mobile-search-form {
        display: none !important;
    }

    .mobile-card-layout {
        display: none !important;
    }
    .desktop-card-layout {
        display: flex;
    }

    /* Car model row: side-by-side on desktop */
    .car-model-row-inner {
        flex-direction: row;
    }
    .car-model-row-left {
        width: 240px;
    }
    .car-model-row-divider {
        display: block;
    }
    .car-model-row-hdivider {
        display: none;
    }
    .car-model-row-name {
        text-align: left;
    }
    .car-model-row-img {
        margin: 0;
    }
    .car-model-row-variants {
        width: 240px;
    }
}

/* Car model row: stacked on mobile */
@media (max-width: 767px) {
    .car-model-row-inner {
        flex-direction: column;
    }
    .car-model-row-left {
        width: 100%;
    }
    .car-model-row-divider {
        display: none;
    }
    .car-model-row-hdivider {
        display: block;
        height: 1px;
        margin: 8px 0;
    }
    .car-model-row-name {
        text-align: center;
    }
    .car-model-row-img {
        margin-left: auto;
        margin-right: auto;
    }
    .car-model-row-variants {
        width: 100%;
    }

    /* Right section: row layout on mobile – price left, button right */
    .car-model-row-right {
        flex-direction: row !important;
        align-items: flex-end;
        justify-content: space-between;
        width: 100%;
        gap: 8px;
    }
    .car-model-row-price-section {
        width: auto !important;
        flex: 1;
        height: auto !important;
        align-items: flex-start !important;
    }
    .car-model-row-select-btn {
        flex-shrink: 0;
        white-space: nowrap;
    }
}

/* ===================== Stepper ===================== */
.stepper-icon-box {
    width: 32px;
    height: 32px;
    padding: 6px;
}
.stepper-label {
    font-size: 10px;
    line-height: 14px;
}
@media (min-width: 768px) {
    .stepper-icon-box {
        width: 44px;
        height: 44px;
        padding: 10px;
    }
    .stepper-label {
        font-size: 16px;
        line-height: 24px;
    }
}

/* ===================== Addon Page Layout ===================== */

/* Mobile defaults */
.addon-stepper-area {
    padding: 16px 18px 0;
}
.addon-page-content {
    display: flex;
    flex-direction: column;
    padding: 18px;
    padding-bottom: 170px;
    gap: 12px;
}
.addon-sidebar-col {
    order: 2;
    width: 100% !important;
}
.addon-sidebar-col > * {
    width: 100% !important;
}
.addon-form-col {
    flex: 1;
    width: 100%;
    order: 1;
}
.addon-location-card {
    padding: 16px;
}
.addon-location-title {
    margin-bottom: 0;
}
.addon-location-body {
    flex-direction: column;
    gap: 20px;
    margin-top: 16px;
}
.addon-location-body-wrapper {
    margin-top: 12px;
}
.addon-location-start-preview {
    /* full width on mobile */
}
.addon-start-radio2 {
    /* controlled by x-show on mobile */
}
.addon-timeline-indicator {
    display: none;
}
.addon-timeline-vertical {
    display: flex;
    justify-content: center;
    margin: 8px 0;
}
.addon-location-expandable {
    /* controlled by x-show on mobile */
}
.addon-expand-btn {
    display: flex;
    margin-top: 12px;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    background: transparent;
}

/* Mobile footer */
.addon-footer {
    padding: 0;
}
.addon-footer-inner {
    display: flex;
    flex-direction: column;
    padding: 12px;
    gap: 10px;
}
.addon-footer-info-row {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}
.addon-footer-car-img {
    width: 54px;
    height: 34px;
}
.addon-footer-spacer {
    display: none;
}
.addon-footer-btn {
    width: 100%;
    height: 32px;
}
.addon-footer-price {
    font-size: 16px;
    line-height: 24px;
    min-width: auto;
}

/* Desktop overrides */
@media (min-width: 768px) {
    .addon-stepper-area {
        max-width: 1280px;
        margin-left: auto;
        margin-right: auto;
        padding: 48px 0 0;
    }
    .addon-page-content {
        flex-direction: row;
        max-width: 1280px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 48px;
        padding-bottom: 148px;
        padding-left: 0;
        padding-right: 0;
        gap: 12px;
    }
    .addon-sidebar-col {
        order: 0;
        width: 300px !important;
    }
    .addon-sidebar-col > * {
        width: 300px !important;
    }
    .addon-form-col {
        order: 0;
        flex: 1;
        width: 968px;
    }
    .addon-location-card {
        padding: 24px;
    }
    .addon-location-title {
        margin-bottom: 24px;
    }
    .addon-location-body {
        flex-direction: row;
        gap: 24px;
        margin-top: 0;
    }
    .addon-location-body-wrapper {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap: 24px;
        margin-top: 0;
    }
    .addon-location-start-preview {
        flex: 1;
    }
    .addon-start-radio2 {
        display: block !important;
    }
    .addon-timeline-indicator {
        display: flex;
        align-self: center;
    }
    .addon-timeline-vertical {
        display: none !important;
    }
    .addon-location-expandable {
        flex: 1;
        display: flex !important;
        flex-direction: column;
    }
    .addon-expand-btn {
        display: none !important;
    }
    .addon-footer {
        padding-left: 150px;
        padding-right: 150px;
    }
    .addon-footer-inner {
        flex-direction: row;
        align-items: center;
        height: 100px;
        padding: 0;
        gap: 12px;
    }
    .addon-footer-info-row {
        display: contents;
    }
    .addon-footer-car-img {
        width: 128px;
        height: 80px;
    }
    .addon-footer-spacer {
        display: block;
        flex: 1;
    }
    .addon-footer-btn {
        width: auto;
        height: 32px;
        white-space: nowrap;
    }
    .addon-footer-price {
        font-size: 20px;
        line-height: 30px;
        min-width: 101px;
    }
}

/* ===================== Customer Info Page Layout ===================== */

/* Mobile defaults */
.cinfo-page-content {
    display: flex;
    flex-direction: column;
    padding: 18px;
    padding-bottom: 170px;
    gap: 10px;
}
.cinfo-sidebar-col {
    order: 2;
    width: 100% !important;
}
.cinfo-sidebar-col > * {
    width: 100% !important;
}
.cinfo-main-col {
    flex: 1;
    width: 100%;
}
.cinfo-two-col-row {
    flex-direction: column;
}
.cinfo-three-col-row {
    flex-direction: column;
}

/* Desktop overrides */
@media (min-width: 768px) {
    .cinfo-page-content {
        flex-direction: row;
        max-width: 1280px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 48px;
        padding-bottom: 148px;
        padding-left: 0;
        padding-right: 0;
        gap: 10px;
    }
    .cinfo-sidebar-col {
        order: 0;
        width: 300px !important;
    }
    .cinfo-sidebar-col > * {
        width: 300px !important;
    }
    .cinfo-main-col {
        order: 0;
        flex: 1;
        width: 968px;
    }
    .cinfo-two-col-row {
        flex-direction: row;
    }
    .cinfo-three-col-row {
        flex-direction: row;
    }
}

/* ===================== Booking & Payment Page Layout ===================== */

/* Mobile defaults */
.booking-page-content {
    display: flex;
    flex-direction: column;
    padding: 18px;
    gap: 24px;
}
.booking-sidebar-col {
    order: 2;
    width: 100% !important;
}
.booking-sidebar-col > * {
    width: 100% !important;
}
.booking-payment-col {
    order: 1;
    width: 100%;
}
.booking-payment-card {
    padding: 12px;
    min-height: auto;
}
.booking-payment-buttons {
    flex-direction: column;
}
.booking-payment-btn-wrapper {
    width: 100%;
}
.booking-payment-btn {
    height: 32px;
    text-decoration: none;
    color: inherit;
}
.booking-payment-btn:hover,
.booking-payment-btn:focus,
.booking-payment-btn:focus-visible,
.booking-payment-btn:active,
.booking-payment-btn:visited {
    text-decoration: none;
}
.booking-payment-btn-label {
    font-size: 14px;
    line-height: 20px;
}

/* Desktop overrides */
@media (min-width: 768px) {
    .booking-page-content {
        flex-direction: row;
        max-width: 1280px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 48px;
        padding-bottom: 148px;
        padding-left: 0;
        padding-right: 0;
        gap: 10px;
    }
    .booking-sidebar-col {
        order: 0;
        width: 300px !important;
        flex-shrink: 0;
    }
    .booking-sidebar-col > * {
        width: 300px !important;
    }
    .booking-payment-col {
        order: 0;
        flex: 1;
        width: auto;
    }
    .booking-payment-card {
        padding: 24px;
        min-height: 766px;
    }
    .booking-payment-buttons {
        flex-direction: row;
    }
    .booking-payment-btn-wrapper {
        width: auto;
    }
    .booking-payment-btn {
        height: 44px;
    }
    .booking-payment-btn-label {
        font-size: 18px;
        line-height: 26px;
    }
}

/* ===================== Payment Success/Fail Page Layout ===================== */

/* Mobile defaults */
.success-page-content {
    display: flex;
    flex-direction: column;
    padding: 18px;
    gap: 18px;
}
.success-sidebar-col {
    order: 2;
    width: 100% !important;
}
.success-sidebar-col > * {
    width: 100% !important;
}
.success-main-col {
    order: 1;
    width: 100%;
}

/* Desktop overrides — mirror booking.index layout exactly */
@media (min-width: 768px) {
    .success-page-content {
        flex-direction: row;
        align-items: flex-start;
        max-width: 1280px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 48px;
        padding-bottom: 148px;
        padding-left: 0;
        padding-right: 0;
        gap: 12px;
    }
    .success-sidebar-col {
        order: 0;
        width: 300px !important;
        flex-shrink: 0;
    }
    .success-sidebar-col > * {
        width: 300px !important;
    }
    .success-main-col {
        order: 0;
        flex: 1;
        width: auto;
    }
}

/* ===================== Payment Result Component ===================== */

/* Mobile defaults */
.payment-result-details-row {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.payment-result-email-btn {
    width: 100%;
    justify-content: center;
}
.payment-result-info-row {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.payment-result-company-col {
    align-items: flex-start;
    text-align: left;
}
.payment-result-company-logo {
    -o-object-position: left;
       object-position: left;
}

/* Desktop overrides */
@media (min-width: 768px) {
    .payment-result-details-row {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .payment-result-email-btn {
        width: auto;
    }
    .payment-result-info-row {
        flex-direction: row;
        justify-content: space-between;
        gap: 12px;
    }
    .payment-result-company-col {
        align-items: flex-end;
        text-align: right;
    }
    .payment-result-company-logo {
        -o-object-position: right;
           object-position: right;
    }
}
.placeholder\:overflow-hidden::-moz-placeholder {
  overflow: hidden;
}
.placeholder\:overflow-hidden::placeholder {
  overflow: hidden;
}
.placeholder\:text-ellipsis::-moz-placeholder {
  text-overflow: ellipsis;
}
.placeholder\:text-ellipsis::placeholder {
  text-overflow: ellipsis;
}
.placeholder\:text-base::-moz-placeholder {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
}
.placeholder\:text-base::placeholder {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
}
.placeholder\:font-light::-moz-placeholder {
  font-weight: 300;
}
.placeholder\:font-light::placeholder {
  font-weight: 300;
}
.placeholder\:leading-6::-moz-placeholder {
  line-height: 1.5rem;
}
.placeholder\:leading-6::placeholder {
  line-height: 1.5rem;
}
.placeholder\:text-\[\#6B6B74\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(107 107 116 / var(--tw-text-opacity, 1));
}
.placeholder\:text-\[\#6B6B74\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(107 107 116 / var(--tw-text-opacity, 1));
}
.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}
.visited\:text-\[\#3f3f46\]:visited {
  color: rgb(63 63 70 );
}
.checked\:bg-\[\#ec2028\]:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(236 32 40 / var(--tw-bg-opacity, 1));
}
.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-\[\#ec2028\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(236 32 40 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.hover\:border-gray-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.hover\:bg-\[\#5a52e0\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(90 82 224 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#EC2028\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(236 32 40 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#d51c24\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(213 28 36 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#d91b23\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(217 27 35 / var(--tw-bg-opacity, 1));
}
.hover\:bg-\[\#f4f4f5\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.hover\:bg-orange-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}
.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\:text-\[\#18181b\]:hover {
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#EC2028\]:hover {
  --tw-text-opacity: 1;
  color: rgb(236 32 40 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#d11d24\]:hover {
  --tw-text-opacity: 1;
  color: rgb(209 29 36 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.hover\:no-underline:hover {
  text-decoration-line: none;
}
.hover\:opacity-75:hover {
  opacity: 0.75;
}
.hover\:opacity-90:hover {
  opacity: 0.9;
}
.hover\:shadow-lg:hover {
  --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);
}
.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);
}
.focus\:border-\[\#ec2028\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(236 32 40 / var(--tw-border-opacity, 1));
}
.focus\:border-transparent:focus {
  border-color: transparent;
}
.focus\:no-underline:focus {
  text-decoration-line: none;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.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-\[\#EC2028\]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(236 32 40 / var(--tw-ring-opacity, 1));
}
.focus\:ring-\[\#ec2028\]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(236 32 40 / var(--tw-ring-opacity, 1));
}
.focus\:ring-red-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}
.focus\:ring-offset-0:focus {
  --tw-ring-offset-width: 0px;
}
.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}
.active\:no-underline:active {
  text-decoration-line: none;
}
.group:hover .group-hover\:opacity-75 {
  opacity: 0.75;
}
@media (min-width: 640px) {

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

  .sm\:flex-row {
    flex-direction: row;
  }
}
@media (min-width: 768px) {

  .md\:relative {
    position: relative;
  }

  .md\:inset-0 {
    inset: 0px;
  }

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

  .md\:m-5 {
    margin: 1.25rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:h-screen {
    height: 100vh;
  }

  .md\:w-60 {
    width: 15rem;
  }

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

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

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

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

  .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-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

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

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

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

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

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

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

  .md\:rounded-lg {
    border-radius: 0.5rem;
  }

  .md\:stroke-black {
    stroke: #000;
  }

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

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

  .md\:text-base {
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:leading-6 {
    line-height: 1.5rem;
  }
}
@media (min-width: 1024px) {

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

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

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

  .lg\:items-start {
    align-items: flex-start;
  }
}
@media (min-width: 1280px) {

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.\[\&\>option\[value\=\'\'\]\]\:text-\[\#6B6B74\]>option[value=''] {
  --tw-text-opacity: 1;
  color: rgb(107 107 116 / var(--tw-text-opacity, 1));
}

