@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');@import url('https://fonts.googleapis.com/css2?family=Caveat+Brush&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.17 | 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;
}
:root{
  --inherit: inherit;
  --current: currentColor;
  --transparent: transparent;
  --black: #000;
  --white: #fff;
  --slate-50: #f8fafc;
  --slate-100: #f1f5f9;
  --slate-200: #e2e8f0;
  --slate-300: #cbd5e1;
  --slate-400: #94a3b8;
  --slate-500: #64748b;
  --slate-600: #475569;
  --slate-700: #334155;
  --slate-800: #1e293b;
  --slate-900: #0f172a;
  --slate-950: #020617;
  --gray-50: #f9fafb;
  --gray-100: #f3f4f6;
  --gray-200: #e5e7eb;
  --gray-300: #d1d5db;
  --gray-400: #9ca3af;
  --gray-500: #6b7280;
  --gray-600: #4b5563;
  --gray-700: #374151;
  --gray-800: #1f2937;
  --gray-900: #111827;
  --gray-950: #030712;
  --zinc-50: #fafafa;
  --zinc-100: #f4f4f5;
  --zinc-200: #e4e4e7;
  --zinc-300: #d4d4d8;
  --zinc-400: #a1a1aa;
  --zinc-500: #71717a;
  --zinc-600: #52525b;
  --zinc-700: #3f3f46;
  --zinc-800: #27272a;
  --zinc-900: #18181b;
  --zinc-950: #09090b;
  --neutral-50: #fafafa;
  --neutral-100: #f5f5f5;
  --neutral-200: #e5e5e5;
  --neutral-300: #d4d4d4;
  --neutral-400: #a3a3a3;
  --neutral-500: #737373;
  --neutral-600: #525252;
  --neutral-700: #404040;
  --neutral-800: #262626;
  --neutral-900: #171717;
  --neutral-950: #0a0a0a;
  --stone-50: #fafaf9;
  --stone-100: #f5f5f4;
  --stone-200: #e7e5e4;
  --stone-300: #d6d3d1;
  --stone-400: #a8a29e;
  --stone-500: #78716c;
  --stone-600: #57534e;
  --stone-700: #44403c;
  --stone-800: #292524;
  --stone-900: #1c1917;
  --stone-950: #0c0a09;
  --red-50: #fef2f2;
  --red-100: #fee2e2;
  --red-200: #fecaca;
  --red-300: #fca5a5;
  --red-400: #f87171;
  --red-500: #ef4444;
  --red-600: #dc2626;
  --red-700: #b91c1c;
  --red-800: #991b1b;
  --red-900: #7f1d1d;
  --red-950: #450a0a;
  --orange-50: #fff7ed;
  --orange-100: #ffedd5;
  --orange-200: #fed7aa;
  --orange-300: #fdba74;
  --orange-400: #fb923c;
  --orange-500: #f97316;
  --orange-600: #ea580c;
  --orange-700: #c2410c;
  --orange-800: #9a3412;
  --orange-900: #7c2d12;
  --orange-950: #431407;
  --amber-50: #fffbeb;
  --amber-100: #fef3c7;
  --amber-200: #fde68a;
  --amber-300: #fcd34d;
  --amber-400: #fbbf24;
  --amber-500: #f59e0b;
  --amber-600: #d97706;
  --amber-700: #b45309;
  --amber-800: #92400e;
  --amber-900: #78350f;
  --amber-950: #451a03;
  --yellow-50: #fefce8;
  --yellow-100: #fef9c3;
  --yellow-200: #fef08a;
  --yellow-300: #fde047;
  --yellow-400: #facc15;
  --yellow-500: #eab308;
  --yellow-600: #ca8a04;
  --yellow-700: #a16207;
  --yellow-800: #854d0e;
  --yellow-900: #713f12;
  --yellow-950: #422006;
  --lime-50: #f7fee7;
  --lime-100: #ecfccb;
  --lime-200: #d9f99d;
  --lime-300: #bef264;
  --lime-400: #a3e635;
  --lime-500: #84cc16;
  --lime-600: #65a30d;
  --lime-700: #4d7c0f;
  --lime-800: #3f6212;
  --lime-900: #365314;
  --lime-950: #1a2e05;
  --green-50: #f0fdf4;
  --green-100: #dcfce7;
  --green-200: #bbf7d0;
  --green-300: #86efac;
  --green-400: #4ade80;
  --green-500: #22c55e;
  --green-600: #16a34a;
  --green-700: #15803d;
  --green-800: #166534;
  --green-900: #14532d;
  --green-950: #052e16;
  --emerald-50: #ecfdf5;
  --emerald-100: #d1fae5;
  --emerald-200: #a7f3d0;
  --emerald-300: #6ee7b7;
  --emerald-400: #34d399;
  --emerald-500: #10b981;
  --emerald-600: #059669;
  --emerald-700: #047857;
  --emerald-800: #065f46;
  --emerald-900: #064e3b;
  --emerald-950: #022c22;
  --teal-50: #f0fdfa;
  --teal-100: #ccfbf1;
  --teal-200: #99f6e4;
  --teal-300: #5eead4;
  --teal-400: #2dd4bf;
  --teal-500: #14b8a6;
  --teal-600: #0d9488;
  --teal-700: #0f766e;
  --teal-800: #115e59;
  --teal-900: #134e4a;
  --teal-950: #042f2e;
  --cyan-50: #ecfeff;
  --cyan-100: #cffafe;
  --cyan-200: #a5f3fc;
  --cyan-300: #67e8f9;
  --cyan-400: #22d3ee;
  --cyan-500: #06b6d4;
  --cyan-600: #0891b2;
  --cyan-700: #0e7490;
  --cyan-800: #155e75;
  --cyan-900: #164e63;
  --cyan-950: #083344;
  --sky-50: #f0f9ff;
  --sky-100: #e0f2fe;
  --sky-200: #bae6fd;
  --sky-300: #7dd3fc;
  --sky-400: #38bdf8;
  --sky-500: #0ea5e9;
  --sky-600: #0284c7;
  --sky-700: #0369a1;
  --sky-800: #075985;
  --sky-900: #0c4a6e;
  --sky-950: #082f49;
  --blue-50: #eff6ff;
  --blue-100: #dbeafe;
  --blue-200: #bfdbfe;
  --blue-300: #93c5fd;
  --blue-400: #60a5fa;
  --blue-500: #3b82f6;
  --blue-600: #2563eb;
  --blue-700: #1d4ed8;
  --blue-800: #1e40af;
  --blue-900: #1e3a8a;
  --blue-950: #172554;
  --indigo-50: #eef2ff;
  --indigo-100: #e0e7ff;
  --indigo-200: #c7d2fe;
  --indigo-300: #a5b4fc;
  --indigo-400: #818cf8;
  --indigo-500: #6366f1;
  --indigo-600: #4f46e5;
  --indigo-700: #4338ca;
  --indigo-800: #3730a3;
  --indigo-900: #312e81;
  --indigo-950: #1e1b4b;
  --violet-50: #f5f3ff;
  --violet-100: #ede9fe;
  --violet-200: #ddd6fe;
  --violet-300: #c4b5fd;
  --violet-400: #a78bfa;
  --violet-500: #8b5cf6;
  --violet-600: #7c3aed;
  --violet-700: #6d28d9;
  --violet-800: #5b21b6;
  --violet-900: #4c1d95;
  --violet-950: #2e1065;
  --purple-50: #faf5ff;
  --purple-100: #f3e8ff;
  --purple-200: #e9d5ff;
  --purple-300: #d8b4fe;
  --purple-400: #c084fc;
  --purple-500: #a855f7;
  --purple-600: #9333ea;
  --purple-700: #7e22ce;
  --purple-800: #6b21a8;
  --purple-900: #581c87;
  --purple-950: #3b0764;
  --fuchsia-50: #fdf4ff;
  --fuchsia-100: #fae8ff;
  --fuchsia-200: #f5d0fe;
  --fuchsia-300: #f0abfc;
  --fuchsia-400: #e879f9;
  --fuchsia-500: #d946ef;
  --fuchsia-600: #c026d3;
  --fuchsia-700: #a21caf;
  --fuchsia-800: #86198f;
  --fuchsia-900: #701a75;
  --fuchsia-950: #4a044e;
  --pink-50: #fdf2f8;
  --pink-100: #fce7f3;
  --pink-200: #fbcfe8;
  --pink-300: #f9a8d4;
  --pink-400: #f472b6;
  --pink-500: #ec4899;
  --pink-600: #db2777;
  --pink-700: #be185d;
  --pink-800: #9d174d;
  --pink-900: #831843;
  --pink-950: #500724;
  --rose-50: #fff1f2;
  --rose-100: #ffe4e6;
  --rose-200: #fecdd3;
  --rose-300: #fda4af;
  --rose-400: #fb7185;
  --rose-500: #f43f5e;
  --rose-600: #e11d48;
  --rose-700: #be123c;
  --rose-800: #9f1239;
  --rose-900: #881337;
  --rose-950: #4c0519;
  --background: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --foreground-50: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --foreground-100: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --foreground-200: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --foreground-300: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --foreground-400: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --foreground-500: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --foreground-600: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --foreground-700: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --foreground-800: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --foreground-900: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --foreground: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --divider: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --focus: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --overlay: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --content1: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --content1-foreground: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --content2: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --content2-foreground: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --content3: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --content3-foreground: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --content4: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --content4-foreground: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --default-50: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --default-100: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --default-200: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --default-300: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --default-400: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --default-500: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --default-600: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --default-700: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --default-800: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --default-900: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --default-foreground: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --default: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --primary-50: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --primary-100: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --primary-200: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --primary-300: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --primary-400: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --primary-500: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --primary-600: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --primary-700: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --primary-800: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --primary-900: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --primary-foreground: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --primary: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --secondary-50: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --secondary-100: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --secondary-200: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --secondary-300: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --secondary-400: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --secondary-500: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --secondary-600: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --secondary-700: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --secondary-800: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --secondary-900: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --secondary-foreground: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --secondary: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --success-50: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --success-100: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --success-200: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --success-300: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --success-400: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --success-500: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --success-600: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --success-700: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --success-800: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --success-900: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --success-foreground: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --success: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --warning-50: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --warning-100: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --warning-200: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --warning-300: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --warning-400: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --warning-500: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --warning-600: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --warning-700: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --warning-800: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --warning-900: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --warning-foreground: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --warning: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --danger-50: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --danger-100: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --danger-200: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --danger-300: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --danger-400: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --danger-500: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --danger-600: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --danger-700: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --danger-800: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --danger-900: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --danger-foreground: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
  --danger: ({ opacityVariable, opacityValue }) => {
          if (!isNaN(+opacityValue)) {
            return `hsl(var(${herouiColorVariable}) / ${opacityValue})`;
          }
          if (opacityVariable) {
            return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, var(${opacityVariable})))`;
          }
          return `hsl(var(${herouiColorVariable}) / var(${herouiOpacityVariable}, 1))`;
        };
}
:root, [data-theme]{
  color: hsl(var(--heroui-foreground));
  background-color: hsl(var(--heroui-background));
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.inset-x-0{
  left: 0px;
  right: 0px;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.-bottom-px{
  bottom: -1px;
}
.-left-1\/2{
  left: -50%;
}
.-right-2{
  right: -0.5rem;
}
.-right-px{
  right: -1px;
}
.-top-1\/2{
  top: -50%;
}
.-top-10{
  top: -2.5rem;
}
.-top-16{
  top: -4rem;
}
.-top-2{
  top: -0.5rem;
}
.-top-5{
  top: -1.25rem;
}
.-top-px{
  top: -1px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-2{
  bottom: 0.5rem;
}
.bottom-\[10\%\]{
  bottom: 10%;
}
.bottom-\[20rem\]{
  bottom: 20rem;
}
.bottom-\[22rem\]{
  bottom: 22rem;
}
.bottom-\[30rem\]{
  bottom: 30rem;
}
.bottom-\[5\%\]{
  bottom: 5%;
}
.end-1{
  inset-inline-end: 0.25rem;
}
.end-1\.5{
  inset-inline-end: 0.375rem;
}
.end-3{
  inset-inline-end: 0.75rem;
}
.end-auto{
  inset-inline-end: auto;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-24{
  left: 6rem;
}
.left-3{
  left: 0.75rem;
}
.left-32{
  left: 8rem;
}
.left-4{
  left: 1rem;
}
.left-\[-2\%\]{
  left: -2%;
}
.left-\[-2\.7\%\]{
  left: -2.7%;
}
.left-\[10\%\]{
  left: 10%;
}
.left-\[5\%\]{
  left: 5%;
}
.left-\[8\%\]{
  left: 8%;
}
.left-\[calc\(37\.5\%\)\]{
  left: calc(37.5%);
}
.left-\[calc\(50\%-var\(--size\)\/2\)\]{
  left: calc(50% - var(--size) / 2);
}
.right-0{
  right: 0px;
}
.right-2{
  right: 0.5rem;
}
.right-24{
  right: 6rem;
}
.right-4{
  right: 1rem;
}
.right-\[-2\%\]{
  right: -2%;
}
.right-\[-5\%\]{
  right: -5%;
}
.right-\[-7rem\]{
  right: -7rem;
}
.right-\[10\%\]{
  right: 10%;
}
.right-\[10vw\]{
  right: 10vw;
}
.right-\[2vw\]{
  right: 2vw;
}
.right-\[5\%\]{
  right: 5%;
}
.right-\[5\.8vw\]{
  right: 5.8vw;
}
.right-\[6\%\]{
  right: 6%;
}
.right-\[8\%\]{
  right: 8%;
}
.start-0{
  inset-inline-start: 0px;
}
.start-1\.5{
  inset-inline-start: 0.375rem;
}
.start-2{
  inset-inline-start: 0.5rem;
}
.start-3{
  inset-inline-start: 0.75rem;
}
.start-auto{
  inset-inline-start: auto;
}
.top-0{
  top: 0px;
}
.top-1{
  top: 0.25rem;
}
.top-1\/2{
  top: 50%;
}
.top-10{
  top: 2.5rem;
}
.top-16{
  top: 4rem;
}
.top-2{
  top: 0.5rem;
}
.top-\[-2rem\]{
  top: -2rem;
}
.top-\[-3rem\]{
  top: -3rem;
}
.top-\[1\%\]{
  top: 1%;
}
.top-\[10\%\]{
  top: 10%;
}
.top-\[25rem\]{
  top: 25rem;
}
.top-\[30rem\]{
  top: 30rem;
}
.top-\[5\%\]{
  top: 5%;
}
.top-\[60\%\]{
  top: 60%;
}
.top-\[calc\(100\%_\+_2px\)\]{
  top: calc(100% + 2px);
}
.top-\[calc\(46\%\)\]{
  top: calc(46%);
}
.top-\[calc\(50\%-var\(--size\)\/2\)\]{
  top: calc(50% - var(--size) / 2);
}
.top-\[var\(--navbar-height\)\]{
  top: var(--navbar-height);
}
.-z-30{
  z-index: -30;
}
.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-\[100\]{
  z-index: 100;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[201\]{
  z-index: 201;
}
.z-\[202\]{
  z-index: 202;
}
.z-\[5000\]{
  z-index: 5000;
}
.z-\[60\]{
  z-index: 60;
}
.z-\[70\]{
  z-index: 70;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.order-3{
  order: 3;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.-m-2{
  margin: -0.5rem;
}
.-m-2\.5{
  margin: -0.625rem;
}
.m-0{
  margin: 0px;
}
.m-auto{
  margin: auto;
}
.-mx-1{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.-mx-2{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-\[calc\(\(theme\(spacing\.5\)-theme\(spacing\.1\)\)\/2\)\]{
  margin-left: calc((1.25rem - 0.25rem) / 2);
  margin-right: calc((1.25rem - 0.25rem) / 2);
}
.mx-\[calc\(\(theme\(spacing\.6\)-theme\(spacing\.3\)\)\/2\)\]{
  margin-left: calc((1.5rem - 0.75rem) / 2);
  margin-right: calc((1.5rem - 0.75rem) / 2);
}
.mx-\[calc\(\(theme\(spacing\.7\)-theme\(spacing\.5\)\)\/2\)\]{
  margin-left: calc((1.75rem - 1.25rem) / 2);
  margin-right: calc((1.75rem - 1.25rem) / 2);
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-14{
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.my-16{
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-\[calc\(\(theme\(spacing\.5\)-theme\(spacing\.1\)\)\/2\)\]{
  margin-top: calc((1.25rem - 0.25rem) / 2);
  margin-bottom: calc((1.25rem - 0.25rem) / 2);
}
.my-\[calc\(\(theme\(spacing\.6\)-theme\(spacing\.3\)\)\/2\)\]{
  margin-top: calc((1.5rem - 0.75rem) / 2);
  margin-bottom: calc((1.5rem - 0.75rem) / 2);
}
.my-\[calc\(\(theme\(spacing\.7\)-theme\(spacing\.5\)\)\/2\)\]{
  margin-top: calc((1.75rem - 1.25rem) / 2);
  margin-bottom: calc((1.75rem - 1.25rem) / 2);
}
.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}
.-mb-4{
  margin-bottom: -1rem;
}
.-ml-4{
  margin-left: -1rem;
}
.-ml-\[30\%\]{
  margin-left: -30%;
}
.-ml-\[80\%\]{
  margin-left: -80%;
}
.-mr-2{
  margin-right: -0.5rem;
}
.-ms-2{
  margin-inline-start: -0.5rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-1\.5{
  margin-bottom: 0.375rem;
}
.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-8{
  margin-bottom: 2rem;
}
.mb-\[-1\%\]{
  margin-bottom: -1%;
}
.mb-\[-4\%\]{
  margin-bottom: -4%;
}
.mb-px{
  margin-bottom: 1px;
}
.me-2{
  margin-inline-end: 0.5rem;
}
.me-4{
  margin-inline-end: 1rem;
}
.ml-0{
  margin-left: 0px;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-\[-1\.2\%\]{
  margin-left: -1.2%;
}
.ml-\[-1\.8\%\]{
  margin-left: -1.8%;
}
.ml-\[-2\%\]{
  margin-left: -2%;
}
.ml-\[-3\%\]{
  margin-left: -3%;
}
.ml-\[115\%\]{
  margin-left: 115%;
}
.ml-\[5\%\]{
  margin-left: 5%;
}
.ml-\[88\%\]{
  margin-left: 88%;
}
.ml-\[94\%\]{
  margin-left: 94%;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-\[10rem\]{
  margin-right: 10rem;
}
.ms-2{
  margin-inline-start: 0.5rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-9{
  margin-top: 2.25rem;
}
.mt-\[-15\%\]{
  margin-top: -15%;
}
.mt-\[-2rem\]{
  margin-top: -2rem;
}
.mt-\[-3\%\]{
  margin-top: -3%;
}
.mt-\[-3\.8\%\]{
  margin-top: -3.8%;
}
.mt-\[-5\%\]{
  margin-top: -5%;
}
.mt-\[-7\.4\%\]{
  margin-top: -7.4%;
}
.mt-\[-8\.4rem\]{
  margin-top: -8.4rem;
}
.mt-\[10\%\]{
  margin-top: 10%;
}
.mt-\[15\%\]{
  margin-top: 15%;
}
.mt-\[20\%\]{
  margin-top: 20%;
}
.mt-\[25\%\]{
  margin-top: 25%;
}
.mt-\[35\%\]{
  margin-top: 35%;
}
.mt-\[5\%\]{
  margin-top: 5%;
}
.box-border{
  box-sizing: border-box;
}
.box-content{
  box-sizing: content-box;
}
.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.inline-grid{
  display: inline-grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.aspect-\[2\/1\]{
  aspect-ratio: 2/1;
}
.size-1{
  width: 0.25rem;
  height: 0.25rem;
}
.size-1\.5{
  width: 0.375rem;
  height: 0.375rem;
}
.size-2{
  width: 0.5rem;
  height: 0.5rem;
}
.size-6{
  width: 1.5rem;
  height: 1.5rem;
}
.\!h-auto{
  height: auto !important;
}
.h-0\.5{
  height: 0.125rem;
}
.h-1{
  height: 0.25rem;
}
.h-1\.5{
  height: 0.375rem;
}
.h-1\/2{
  height: 50%;
}
.h-10{
  height: 2.5rem;
}
.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-3{
  height: 0.75rem;
}
.h-3\.5{
  height: 0.875rem;
}
.h-32{
  height: 8rem;
}
.h-4{
  height: 1rem;
}
.h-40{
  height: 10rem;
}
.h-48{
  height: 12rem;
}
.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-\[--visual-viewport-height\]{
  height: var(--visual-viewport-height);
}
.h-\[100dvh\]{
  height: 100dvh;
}
.h-\[10vw\]{
  height: 10vw;
}
.h-\[15vw\]{
  height: 15vw;
}
.h-\[16rem\]{
  height: 16rem;
}
.h-\[2\.6rem\]{
  height: 2.6rem;
}
.h-\[2px\]{
  height: 2px;
}
.h-\[2rem\]{
  height: 2rem;
}
.h-\[30rem\]{
  height: 30rem;
}
.h-\[4\.2rem\]{
  height: 4.2rem;
}
.h-\[40\%\]{
  height: 40%;
}
.h-\[40vh\]{
  height: 40vh;
}
.h-\[4rem\]{
  height: 4rem;
}
.h-\[4vw\]{
  height: 4vw;
}
.h-\[5\.5rem\]{
  height: 5.5rem;
}
.h-\[50\%\]{
  height: 50%;
}
.h-\[5vw\]{
  height: 5vw;
}
.h-\[6rem\]{
  height: 6rem;
}
.h-\[6vw\]{
  height: 6vw;
}
.h-\[7vw\]{
  height: 7vw;
}
.h-\[8\%\]{
  height: 8%;
}
.h-\[8rem\]{
  height: 8rem;
}
.h-\[8vh\]{
  height: 8vh;
}
.h-\[9rem\]{
  height: 9rem;
}
.h-\[9vw\]{
  height: 9vw;
}
.h-\[calc\(100dvh_-_var\(--navbar-height\)\)\]{
  height: calc(100dvh - var(--navbar-height));
}
.h-\[var\(--navbar-height\)\]{
  height: var(--navbar-height);
}
.h-\[var\(--picker-height\)\]{
  height: var(--picker-height);
}
.h-\[var\(--size\)\]{
  height: var(--size);
}
.h-auto{
  height: auto;
}
.h-divider{
  height: var(--heroui-divider-weight);
}
.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}
.h-full{
  height: 100%;
}
.h-px{
  height: 1px;
}
.h-screen{
  height: 100vh;
}
.max-h-\[20rem\]{
  max-height: 20rem;
}
.max-h-\[24rem\]{
  max-height: 24rem;
}
.max-h-\[28rem\]{
  max-height: 28rem;
}
.max-h-\[32rem\]{
  max-height: 32rem;
}
.max-h-\[36rem\]{
  max-height: 36rem;
}
.max-h-\[42rem\]{
  max-height: 42rem;
}
.max-h-\[48rem\]{
  max-height: 48rem;
}
.max-h-\[56rem\]{
  max-height: 56rem;
}
.max-h-\[60vh\]{
  max-height: 60vh;
}
.max-h-\[64rem\]{
  max-height: 64rem;
}
.max-h-\[70vh\]{
  max-height: 70vh;
}
.max-h-\[calc\(100\%_-_8rem\)\]{
  max-height: calc(100% - 8rem);
}
.max-h-\[none\]{
  max-height: none;
}
.max-h-full{
  max-height: 100%;
}
.min-h-10{
  min-height: 2.5rem;
}
.min-h-12{
  min-height: 3rem;
}
.min-h-14{
  min-height: 3.5rem;
}
.min-h-16{
  min-height: 4rem;
}
.min-h-3{
  min-height: 0.75rem;
}
.min-h-3\.5{
  min-height: 0.875rem;
}
.min-h-4{
  min-height: 1rem;
}
.min-h-5{
  min-height: 1.25rem;
}
.min-h-6{
  min-height: 1.5rem;
}
.min-h-7{
  min-height: 1.75rem;
}
.min-h-8{
  min-height: 2rem;
}
.min-h-\[100dvh\]{
  min-height: 100dvh;
}
.min-h-\[32px\]{
  min-height: 32px;
}
.min-h-\[400px\]{
  min-height: 400px;
}
.min-h-\[40vh\]{
  min-height: 40vh;
}
.min-h-\[44px\]{
  min-height: 44px;
}
.min-h-\[50vh\]{
  min-height: 50vh;
}
.min-h-screen{
  min-height: 100vh;
}
.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-20{
  width: 5rem;
}
.w-3{
  width: 0.75rem;
}
.w-3\.5{
  width: 0.875rem;
}
.w-3\/5{
  width: 60%;
}
.w-4{
  width: 1rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-64{
  width: 16rem;
}
.w-7{
  width: 1.75rem;
}
.w-8{
  width: 2rem;
}
.w-80{
  width: 20rem;
}
.w-9{
  width: 2.25rem;
}
.w-\[10rem\]{
  width: 10rem;
}
.w-\[10vw\]{
  width: 10vw;
}
.w-\[15vw\]{
  width: 15vw;
}
.w-\[2\.6rem\]{
  width: 2.6rem;
}
.w-\[25\%\]{
  width: 25%;
}
.w-\[3\.5vw\]{
  width: 3.5vw;
}
.w-\[300px\]{
  width: 300px;
}
.w-\[4\.2rem\]{
  width: 4.2rem;
}
.w-\[45rem\]{
  width: 45rem;
}
.w-\[4rem\]{
  width: 4rem;
}
.w-\[5\%\]{
  width: 5%;
}
.w-\[5\.5rem\]{
  width: 5.5rem;
}
.w-\[5vw\]{
  width: 5vw;
}
.w-\[6rem\]{
  width: 6rem;
}
.w-\[6vw\]{
  width: 6vw;
}
.w-\[70\%\]{
  width: 70%;
}
.w-\[7vw\]{
  width: 7vw;
}
.w-\[80\%\]{
  width: 80%;
}
.w-\[8rem\]{
  width: 8rem;
}
.w-\[9rem\]{
  width: 9rem;
}
.w-\[9vw\]{
  width: 9vw;
}
.w-\[calc\(100\%_-_16px\)\]{
  width: calc(100% - 16px);
}
.w-\[calc\(100\%_-_theme\(spacing\.6\)\)\]{
  width: calc(100% - 1.5rem);
}
.w-\[calc\(var\(--visible-months\)_\*_var\(--calendar-width\)\)\]{
  width: calc(var(--visible-months) * var(--calendar-width));
}
.w-\[var\(--size\)\]{
  width: var(--size);
}
.w-auto{
  width: auto;
}
.w-divider{
  width: var(--heroui-divider-weight);
}
.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-10{
  min-width: 2.5rem;
}
.min-w-12{
  min-width: 3rem;
}
.min-w-16{
  min-width: 4rem;
}
.min-w-20{
  min-width: 5rem;
}
.min-w-24{
  min-width: 6rem;
}
.min-w-3{
  min-width: 0.75rem;
}
.min-w-3\.5{
  min-width: 0.875rem;
}
.min-w-4{
  min-width: 1rem;
}
.min-w-40{
  min-width: 10rem;
}
.min-w-5{
  min-width: 1.25rem;
}
.min-w-6{
  min-width: 1.5rem;
}
.min-w-7{
  min-width: 1.75rem;
}
.min-w-8{
  min-width: 2rem;
}
.min-w-9{
  min-width: 2.25rem;
}
.min-w-\[200px\]{
  min-width: 200px;
}
.min-w-\[5rem\]{
  min-width: 5rem;
}
.min-w-full{
  min-width: 100%;
}
.min-w-max{
  min-width: -moz-max-content;
  min-width: max-content;
}
.min-w-min{
  min-width: -moz-min-content;
  min-width: min-content;
}
.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-7xl{
  max-width: 80rem;
}
.max-w-\[1024px\]{
  max-width: 1024px;
}
.max-w-\[1280px\]{
  max-width: 1280px;
}
.max-w-\[1300px\]{
  max-width: 1300px;
}
.max-w-\[1536px\]{
  max-width: 1536px;
}
.max-w-\[200px\]{
  max-width: 200px;
}
.max-w-\[270px\]{
  max-width: 270px;
}
.max-w-\[640px\]{
  max-width: 640px;
}
.max-w-\[768px\]{
  max-width: 768px;
}
.max-w-\[90vw\]{
  max-width: 90vw;
}
.max-w-\[95rem\]{
  max-width: 95rem;
}
.max-w-\[none\]{
  max-width: none;
}
.max-w-fit{
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.max-w-full{
  max-width: 100%;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-sm{
  max-width: 24rem;
}
.max-w-xl{
  max-width: 36rem;
}
.max-w-xs{
  max-width: 20rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-auto{
  flex: 1 1 auto;
}
.flex-initial{
  flex: 0 1 auto;
}
.flex-none{
  flex: none;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.basis-0{
  flex-basis: 0px;
}
.table-auto{
  table-layout: auto;
}
.table-fixed{
  table-layout: fixed;
}
.border-collapse{
  border-collapse: collapse;
}
.origin-center{
  transform-origin: center;
}
.origin-left{
  transform-origin: left;
}
.origin-right{
  transform-origin: right;
}
.origin-top{
  transform-origin: top;
}
.origin-top-left{
  transform-origin: top left;
}
.-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-2{
  --tw-translate-y: -0.5rem;
  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{
  --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));
}
.translate-x-1\/2{
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-1{
  --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-2{
  --tw-translate-y: 0.5rem;
  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-2\/4{
  --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-3\/4{
  --tw-translate-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));
}
.-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-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));
}
.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-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-50{
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  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));
}
.transform-gpu{
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) 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 appearance-in{
  0%{
    opacity: 0;
    transform: translateZ(0)  scale(0.95);
  }
  60%{
    opacity: 0.75;
    backface-visibility: hidden;
    webkit-font-smoothing: antialiased;
    transform: translateZ(0) scale(1.05);
  }
  100%{
    opacity: 1;
    transform: translateZ(0) scale(1);
  }
}
.animate-\[appearance-in_1s_infinite\]{
  animation: appearance-in 1s infinite;
}
@keyframes blink{
  0%{
    opacity: 0.2;
  }
  20%{
    opacity: 1;
  }
  100%{
    opacity: 0.2;
  }
}
.animate-blink{
  animation: blink 1.4s infinite both;
}
@keyframes drip-expand{
  0%{
    opacity: 0.2;
    transform: scale(0);
  }
  100%{
    opacity: 0;
    transform: scale(2);
  }
}
.animate-drip-expand{
  animation: drip-expand 420ms linear;
}
@keyframes fade-out{
  0%{
    opacity: 1;
  }
  100%{
    opacity: 0.15;
  }
}
.animate-fade-out{
  animation: fade-out 1.2s linear 0s infinite normal none running;
}
@keyframes moveInCircle{
  0%{
    transform: rotate(0deg);
  }
  50%{
    transform: rotate(180deg);
  }
  100%{
    transform: rotate(360deg);
  }
  fontFamily{
    poppins: Poppins;
    poppins: sans-serif;
    caveat-brush: "Caveat Brush";
    caveat-brush: cursive;
  }
}
.animate-fifth{
  animation: moveInCircle 20s ease infinite;
}
@keyframes moveVertical{
  0%{
    transform: translateY(-50%);
  }
  50%{
    transform: translateY(50%);
  }
  100%{
    transform: translateY(-50%);
  }
}
.animate-first{
  animation: moveVertical 30s ease infinite;
}
@keyframes moveHorizontal{
  0%{
    transform: translateX(-50%) translateY(-10%);
  }
  50%{
    transform: translateX(50%) translateY(10%);
  }
  100%{
    transform: translateX(-50%) translateY(-10%);
  }
}
.animate-fourth{
  animation: moveHorizontal 40s ease infinite;
}
@keyframes indeterminate-bar{
  0%{
    transform: translateX(-50%) scaleX(0.2);
  }
  100%{
    transform: translateX(100%) scaleX(1);
  }
}
.animate-indeterminate-bar{
  animation: indeterminate-bar 1.5s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite normal none running;
}
.animate-none{
  animation: none;
}
@keyframes moveInCircle{
  0%{
    transform: rotate(0deg);
  }
  50%{
    transform: rotate(180deg);
  }
  100%{
    transform: rotate(360deg);
  }
  fontFamily{
    poppins: Poppins;
    poppins: sans-serif;
    caveat-brush: "Caveat Brush";
    caveat-brush: cursive;
  }
}
.animate-second{
  animation: moveInCircle 20s reverse infinite;
}
@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  animation: spin 1s linear infinite;
}
@keyframes spinner-spin{
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}
.animate-spinner-ease-spin{
  animation: spinner-spin 0.8s ease infinite;
}
@keyframes spinner-spin{
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}
.animate-spinner-linear-spin{
  animation: spinner-spin 0.8s linear infinite;
}
@keyframes sway{
  0%{
    transform: translate(0px, 0px);
  }
  50%{
    transform: translate(0px, -150%);
  }
  100%{
    transform: translate(0px, 0px);
  }
}
.animate-sway{
  animation: sway 750ms ease infinite;
}
@keyframes moveInCircle{
  0%{
    transform: rotate(0deg);
  }
  50%{
    transform: rotate(180deg);
  }
  100%{
    transform: rotate(360deg);
  }
  fontFamily{
    poppins: Poppins;
    poppins: sans-serif;
    caveat-brush: "Caveat Brush";
    caveat-brush: cursive;
  }
}
.animate-third{
  animation: moveInCircle 40s linear infinite;
}
.cursor-default{
  cursor: default;
}
.cursor-grab{
  cursor: grab;
}
.cursor-not-allowed{
  cursor: not-allowed;
}
.cursor-pointer{
  cursor: pointer;
}
.cursor-text{
  cursor: text;
}
.touch-none{
  touch-action: none;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize-none{
  resize: none;
}
.snap-y{
  scroll-snap-type: y var(--tw-scroll-snap-strictness);
}
.snap-mandatory{
  --tw-scroll-snap-strictness: mandatory;
}
.snap-center{
  scroll-snap-align: center;
}
.scroll-py-6{
  scroll-padding-top: 1.5rem;
  scroll-padding-bottom: 1.5rem;
}
.list-none{
  list-style-type: none;
}
.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.place-content-center{
  place-content: center;
}
.place-items-center{
  place-items: center;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-around{
  justify-content: space-around;
}
.\!gap-0{
  gap: 0px !important;
}
.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-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-x-0{
  -moz-column-gap: 0px;
       column-gap: 0px;
}
.gap-x-0\.5{
  -moz-column-gap: 0.125rem;
       column-gap: 0.125rem;
}
.gap-x-1{
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-y-0{
  row-gap: 0px;
}
.gap-y-1\.5{
  row-gap: 0.375rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.space-x-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.125rem * var(--tw-space-x-reverse));
  margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
}
.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-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.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-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;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-clip{
  overflow: clip;
}
.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-x-scroll{
  overflow-x: scroll;
}
.overflow-y-scroll{
  overflow-y: scroll;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis{
  text-overflow: ellipsis;
}
.whitespace-normal{
  white-space: normal;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.break-words{
  overflow-wrap: break-word;
}
.\!rounded-none{
  border-radius: 0px !important;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-\[22px\]{
  border-radius: 22px;
}
.rounded-\[calc\(theme\(borderRadius\.large\)\/1\.5\)\]{
  border-radius: calc(var(--heroui-radius-large) / 1.5);
}
.rounded-\[calc\(theme\(borderRadius\.medium\)\*0\.5\)\]{
  border-radius: calc(var(--heroui-radius-medium) * 0.5);
}
.rounded-\[calc\(theme\(borderRadius\.medium\)\*0\.6\)\]{
  border-radius: calc(var(--heroui-radius-medium) * 0.6);
}
.rounded-\[calc\(theme\(borderRadius\.medium\)\*0\.7\)\]{
  border-radius: calc(var(--heroui-radius-medium) * 0.7);
}
.rounded-\[calc\(theme\(borderRadius\.medium\)\/2\)\]{
  border-radius: calc(var(--heroui-radius-medium) / 2);
}
.rounded-\[calc\(theme\(borderRadius\.small\)\/2\)\]{
  border-radius: calc(var(--heroui-radius-small) / 2);
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-large{
  border-radius: var(--heroui-radius-large);
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-medium{
  border-radius: var(--heroui-radius-medium);
}
.rounded-none{
  border-radius: 0px;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.rounded-small{
  border-radius: var(--heroui-radius-small);
}
.rounded-xl{
  border-radius: 0.75rem;
}
.\!rounded-e-none{
  border-start-end-radius: 0px !important;
  border-end-end-radius: 0px !important;
}
.\!rounded-s-none{
  border-start-start-radius: 0px !important;
  border-end-start-radius: 0px !important;
}
.rounded-b-large{
  border-bottom-right-radius: var(--heroui-radius-large);
  border-bottom-left-radius: var(--heroui-radius-large);
}
.rounded-b-medium{
  border-bottom-right-radius: var(--heroui-radius-medium);
  border-bottom-left-radius: var(--heroui-radius-medium);
}
.rounded-b-none{
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-b-small{
  border-bottom-right-radius: var(--heroui-radius-small);
  border-bottom-left-radius: var(--heroui-radius-small);
}
.rounded-l-none{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-r-none{
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.rounded-t-large{
  border-top-left-radius: var(--heroui-radius-large);
  border-top-right-radius: var(--heroui-radius-large);
}
.rounded-t-medium{
  border-top-left-radius: var(--heroui-radius-medium);
  border-top-right-radius: var(--heroui-radius-medium);
}
.rounded-t-none{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.rounded-t-small{
  border-top-left-radius: var(--heroui-radius-small);
  border-top-right-radius: var(--heroui-radius-small);
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-1{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-3{
  border-width: 3px;
}
.border-4{
  border-width: 4px;
}
.border-medium{
  border-width: var(--heroui-border-width-medium);
}
.border-small{
  border-width: var(--heroui-border-width-small);
}
.border-x-\[calc\(theme\(spacing\.5\)\/2\)\]{
  border-left-width: calc(1.25rem / 2);
  border-right-width: calc(1.25rem / 2);
}
.border-x-\[calc\(theme\(spacing\.6\)\/2\)\]{
  border-left-width: calc(1.5rem / 2);
  border-right-width: calc(1.5rem / 2);
}
.border-x-\[calc\(theme\(spacing\.7\)\/2\)\]{
  border-left-width: calc(1.75rem / 2);
  border-right-width: calc(1.75rem / 2);
}
.border-y-\[calc\(theme\(spacing\.5\)\/2\)\]{
  border-top-width: calc(1.25rem / 2);
  border-bottom-width: calc(1.25rem / 2);
}
.border-y-\[calc\(theme\(spacing\.6\)\/2\)\]{
  border-top-width: calc(1.5rem / 2);
  border-bottom-width: calc(1.5rem / 2);
}
.border-y-\[calc\(theme\(spacing\.7\)\/2\)\]{
  border-top-width: calc(1.75rem / 2);
  border-bottom-width: calc(1.75rem / 2);
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-medium{
  border-bottom-width: var(--heroui-border-width-medium);
}
.border-r{
  border-right-width: 1px;
}
.border-solid{
  border-style: solid;
}
.border-dotted{
  border-style: dotted;
}
.\!border-none{
  border-style: none !important;
}
.border-none{
  border-style: none;
}
.\!border-danger{
  --tw-border-opacity: 1 !important;
  border-color: hsl(var(--heroui-danger) / var(--heroui-danger-opacity, var(--tw-border-opacity))) !important;
}
.border-\[\#EA239C\]{
  --tw-border-opacity: 1;
  border-color: rgb(234 35 156 / var(--tw-border-opacity, 1));
}
.border-background{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-background) / var(--heroui-background-opacity, var(--tw-border-opacity)));
}
.border-blue-400{
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.border-danger{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-danger) / var(--heroui-danger-opacity, var(--tw-border-opacity)));
}
.border-danger-100{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-danger-100) / var(--heroui-danger-100-opacity, var(--tw-border-opacity)));
}
.border-danger-200{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-danger-200) / var(--heroui-danger-200-opacity, var(--tw-border-opacity)));
}
.border-danger-400{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-danger-400) / var(--heroui-danger-400-opacity, var(--tw-border-opacity)));
}
.border-default{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-default) / var(--heroui-default-opacity, var(--tw-border-opacity)));
}
.border-default-100{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-default-100) / var(--heroui-default-100-opacity, var(--tw-border-opacity)));
}
.border-default-200{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-default-200) / var(--heroui-default-200-opacity, var(--tw-border-opacity)));
}
.border-default-300{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-default-300) / var(--heroui-default-300-opacity, var(--tw-border-opacity)));
}
.border-default-400{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-default-400) / var(--heroui-default-400-opacity, var(--tw-border-opacity)));
}
.border-divider{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-divider) / var(--heroui-divider-opacity, var(--tw-border-opacity)));
}
.border-foreground{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-foreground) / var(--heroui-foreground-opacity, var(--tw-border-opacity)));
}
.border-foreground-400{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-foreground-400) / var(--heroui-foreground-400-opacity, var(--tw-border-opacity)));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-neutral-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
.border-pink-400{
  --tw-border-opacity: 1;
  border-color: rgb(244 114 182 / var(--tw-border-opacity, 1));
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-primary) / var(--heroui-primary-opacity, var(--tw-border-opacity)));
}
.border-primary-100{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-primary-100) / var(--heroui-primary-100-opacity, var(--tw-border-opacity)));
}
.border-primary-200{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-primary-200) / var(--heroui-primary-200-opacity, var(--tw-border-opacity)));
}
.border-primary-400{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-primary-400) / var(--heroui-primary-400-opacity, var(--tw-border-opacity)));
}
.border-secondary{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-secondary) / var(--heroui-secondary-opacity, var(--tw-border-opacity)));
}
.border-secondary-100{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-secondary-100) / var(--heroui-secondary-100-opacity, var(--tw-border-opacity)));
}
.border-secondary-200{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-secondary-200) / var(--heroui-secondary-200-opacity, var(--tw-border-opacity)));
}
.border-secondary-400{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-secondary-400) / var(--heroui-secondary-400-opacity, var(--tw-border-opacity)));
}
.border-success{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-success) / var(--heroui-success-opacity, var(--tw-border-opacity)));
}
.border-success-100{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-success-100) / var(--heroui-success-100-opacity, var(--tw-border-opacity)));
}
.border-success-200{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-success-200) / var(--heroui-success-200-opacity, var(--tw-border-opacity)));
}
.border-success-300{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-success-300) / var(--heroui-success-300-opacity, var(--tw-border-opacity)));
}
.border-success-400{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-success-400) / var(--heroui-success-400-opacity, var(--tw-border-opacity)));
}
.border-transparent{
  border-color: transparent;
}
.border-warning{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-warning) / var(--heroui-warning-opacity, var(--tw-border-opacity)));
}
.border-warning-100{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-warning-100) / var(--heroui-warning-100-opacity, var(--tw-border-opacity)));
}
.border-warning-200{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-warning-200) / var(--heroui-warning-200-opacity, var(--tw-border-opacity)));
}
.border-warning-300{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-warning-300) / var(--heroui-warning-300-opacity, var(--tw-border-opacity)));
}
.border-warning-400{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-warning-400) / var(--heroui-warning-400-opacity, var(--tw-border-opacity)));
}
.border-x-transparent{
  border-left-color: transparent;
  border-right-color: transparent;
}
.border-y-transparent{
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.border-b-current{
  border-bottom-color: currentColor;
}
.border-b-danger{
  --tw-border-opacity: 1;
  border-bottom-color: hsl(var(--heroui-danger) / var(--heroui-danger-opacity, var(--tw-border-opacity)));
}
.border-b-default{
  --tw-border-opacity: 1;
  border-bottom-color: hsl(var(--heroui-default) / var(--heroui-default-opacity, var(--tw-border-opacity)));
}
.border-b-primary{
  --tw-border-opacity: 1;
  border-bottom-color: hsl(var(--heroui-primary) / var(--heroui-primary-opacity, var(--tw-border-opacity)));
}
.border-b-secondary{
  --tw-border-opacity: 1;
  border-bottom-color: hsl(var(--heroui-secondary) / var(--heroui-secondary-opacity, var(--tw-border-opacity)));
}
.border-b-success{
  --tw-border-opacity: 1;
  border-bottom-color: hsl(var(--heroui-success) / var(--heroui-success-opacity, var(--tw-border-opacity)));
}
.border-b-warning{
  --tw-border-opacity: 1;
  border-bottom-color: hsl(var(--heroui-warning) / var(--heroui-warning-opacity, var(--tw-border-opacity)));
}
.border-b-white{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-l-transparent{
  border-left-color: transparent;
}
.border-r-transparent{
  border-right-color: transparent;
}
.border-t-transparent{
  border-top-color: transparent;
}
.\!bg-danger-50{
  --tw-bg-opacity: 1 !important;
  background-color: hsl(var(--heroui-danger-50) / var(--heroui-danger-50-opacity, var(--tw-bg-opacity))) !important;
}
.\!bg-transparent{
  background-color: transparent !important;
}
.bg-\[\#0772CEC4\]{
  background-color: #0772CEC4;
}
.bg-\[\#0772CE\]{
  --tw-bg-opacity: 1;
  background-color: rgb(7 114 206 / var(--tw-bg-opacity, 1));
}
.bg-\[\#A6C6E2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(166 198 226 / var(--tw-bg-opacity, 1));
}
.bg-\[\#C4F8FF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(196 248 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E6FCFF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(230 252 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EA239C7A\]{
  background-color: #EA239C7A;
}
.bg-\[\#EA239C\]{
  --tw-bg-opacity: 1;
  background-color: rgb(234 35 156 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F2F2F2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FD5A5A\]{
  --tw-bg-opacity: 1;
  background-color: rgb(253 90 90 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FFE06C\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 224 108 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ffff\]{
  background-color: #ffff;
}
.bg-\[rgb\(15_23_42\/0\.3\)\]{
  background-color: rgb(15 23 42/0.3);
}
.bg-background{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-background) / var(--heroui-background-opacity, var(--tw-bg-opacity)));
}
.bg-background\/10{
  background-color: hsl(var(--heroui-background) / 0.1);
}
.bg-background\/70{
  background-color: hsl(var(--heroui-background) / 0.7);
}
.bg-background\/80{
  background-color: hsl(var(--heroui-background) / 0.8);
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.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-content1{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-content1) / var(--heroui-content1-opacity, var(--tw-bg-opacity)));
}
.bg-content3{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-content3) / var(--heroui-content3-opacity, var(--tw-bg-opacity)));
}
.bg-current{
  background-color: currentColor;
}
.bg-danger{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-danger) / var(--heroui-danger-opacity, var(--tw-bg-opacity)));
}
.bg-danger-100{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-danger-100) / var(--heroui-danger-100-opacity, var(--tw-bg-opacity)));
}
.bg-danger-400{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-danger-400) / var(--heroui-danger-400-opacity, var(--tw-bg-opacity)));
}
.bg-danger-50{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-danger-50) / var(--heroui-danger-50-opacity, var(--tw-bg-opacity)));
}
.bg-danger\/20{
  background-color: hsl(var(--heroui-danger) / 0.2);
}
.bg-default{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-default) / var(--heroui-default-opacity, var(--tw-bg-opacity)));
}
.bg-default-100{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-default-100) / var(--heroui-default-100-opacity, var(--tw-bg-opacity)));
}
.bg-default-200{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-default-200) / var(--heroui-default-200-opacity, var(--tw-bg-opacity)));
}
.bg-default-300\/50{
  background-color: hsl(var(--heroui-default-300) / 0.5);
}
.bg-default-400{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-default-400) / var(--heroui-default-400-opacity, var(--tw-bg-opacity)));
}
.bg-default-50{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-default-50) / var(--heroui-default-50-opacity, var(--tw-bg-opacity)));
}
.bg-default-500{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-default-500) / var(--heroui-default-500-opacity, var(--tw-bg-opacity)));
}
.bg-default-800{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-default-800) / var(--heroui-default-800-opacity, var(--tw-bg-opacity)));
}
.bg-default\/40{
  background-color: hsl(var(--heroui-default) / 0.4);
}
.bg-divider{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-divider) / var(--heroui-divider-opacity, var(--tw-bg-opacity)));
}
.bg-foreground{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-foreground) / var(--heroui-foreground-opacity, var(--tw-bg-opacity)));
}
.bg-foreground-100{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-foreground-100) / var(--heroui-foreground-100-opacity, var(--tw-bg-opacity)));
}
.bg-foreground-400{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-foreground-400) / var(--heroui-foreground-400-opacity, var(--tw-bg-opacity)));
}
.bg-foreground\/10{
  background-color: hsl(var(--heroui-foreground) / 0.1);
}
.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-neutral-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}
.bg-overlay\/30{
  background-color: hsl(var(--heroui-overlay) / 0.3);
}
.bg-overlay\/50{
  background-color: hsl(var(--heroui-overlay) / 0.5);
}
.bg-pink-300{
  --tw-bg-opacity: 1;
  background-color: rgb(249 168 212 / var(--tw-bg-opacity, 1));
}
.bg-pink-400{
  --tw-bg-opacity: 1;
  background-color: rgb(244 114 182 / var(--tw-bg-opacity, 1));
}
.bg-pink-500{
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity, 1));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-primary) / var(--heroui-primary-opacity, var(--tw-bg-opacity)));
}
.bg-primary-100{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-primary-100) / var(--heroui-primary-100-opacity, var(--tw-bg-opacity)));
}
.bg-primary-400{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-primary-400) / var(--heroui-primary-400-opacity, var(--tw-bg-opacity)));
}
.bg-primary-50{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-primary-50) / var(--heroui-primary-50-opacity, var(--tw-bg-opacity)));
}
.bg-primary\/20{
  background-color: hsl(var(--heroui-primary) / 0.2);
}
.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-secondary) / var(--heroui-secondary-opacity, var(--tw-bg-opacity)));
}
.bg-secondary-100{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-secondary-100) / var(--heroui-secondary-100-opacity, var(--tw-bg-opacity)));
}
.bg-secondary-400{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-secondary-400) / var(--heroui-secondary-400-opacity, var(--tw-bg-opacity)));
}
.bg-secondary-50{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-secondary-50) / var(--heroui-secondary-50-opacity, var(--tw-bg-opacity)));
}
.bg-secondary\/20{
  background-color: hsl(var(--heroui-secondary) / 0.2);
}
.bg-success{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-success) / var(--heroui-success-opacity, var(--tw-bg-opacity)));
}
.bg-success-100{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-success-100) / var(--heroui-success-100-opacity, var(--tw-bg-opacity)));
}
.bg-success-400{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-success-400) / var(--heroui-success-400-opacity, var(--tw-bg-opacity)));
}
.bg-success-50{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-success-50) / var(--heroui-success-50-opacity, var(--tw-bg-opacity)));
}
.bg-success\/20{
  background-color: hsl(var(--heroui-success) / 0.2);
}
.bg-transparent{
  background-color: transparent;
}
.bg-warning{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-warning) / var(--heroui-warning-opacity, var(--tw-bg-opacity)));
}
.bg-warning-100{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-warning-100) / var(--heroui-warning-100-opacity, var(--tw-bg-opacity)));
}
.bg-warning-400{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-warning-400) / var(--heroui-warning-400-opacity, var(--tw-bg-opacity)));
}
.bg-warning-50{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-warning-50) / var(--heroui-warning-50-opacity, var(--tw-bg-opacity)));
}
.bg-warning\/20{
  background-color: hsl(var(--heroui-warning) / 0.2);
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-yellow-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}
.bg-opacity-0{
  --tw-bg-opacity: 0;
}
.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.bg-\[linear-gradient\(40deg\2c var\(--gradient-background-start\)\2c var\(--gradient-background-end\)\)\]{
  background-image: linear-gradient(40deg,var(--gradient-background-start),var(--gradient-background-end));
}
.bg-\[radial-gradient\(circle_farthest-side_at_0_100\%\2c \#00ccb1\2c transparent\)\2c radial-gradient\(circle_farthest-side_at_100\%_0\2c \#7b61ff\2c transparent\)\2c radial-gradient\(circle_farthest-side_at_100\%_100\%\2c \#ffc414\2c transparent\)\2c radial-gradient\(circle_farthest-side_at_0_0\2c \#1ca0fb\2c \#141316\)\]{
  background-image: radial-gradient(circle farthest-side at 0 100%,#00ccb1,transparent),radial-gradient(circle farthest-side at 100% 0,#7b61ff,transparent),radial-gradient(circle farthest-side at 100% 100%,#ffc414,transparent),radial-gradient(circle farthest-side at 0 0,#1ca0fb,#141316);
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-stripe-gradient-danger{
  background-image: linear-gradient(45deg,  hsl(var(--heroui-danger-200)) 25%,  hsl(var(--heroui-danger)) 25%,  hsl(var(--heroui-danger)) 50%,  hsl(var(--heroui-danger-200)) 50%,  hsl(var(--heroui-danger-200)) 75%,  hsl(var(--heroui-danger)) 75%,  hsl(var(--heroui-danger)));
}
.bg-stripe-gradient-default{
  background-image: linear-gradient(45deg,  hsl(var(--heroui-default-200)) 25%,  hsl(var(--heroui-default-400)) 25%,  hsl(var(--heroui-default-400)) 50%,  hsl(var(--heroui-default-200)) 50%,  hsl(var(--heroui-default-200)) 75%,  hsl(var(--heroui-default-400)) 75%,  hsl(var(--heroui-default-400)));
}
.bg-stripe-gradient-primary{
  background-image: linear-gradient(45deg,  hsl(var(--heroui-primary-200)) 25%,  hsl(var(--heroui-primary)) 25%,  hsl(var(--heroui-primary)) 50%,  hsl(var(--heroui-primary-200)) 50%,  hsl(var(--heroui-primary-200)) 75%,  hsl(var(--heroui-primary)) 75%,  hsl(var(--heroui-primary)));
}
.bg-stripe-gradient-secondary{
  background-image: linear-gradient(45deg,  hsl(var(--heroui-secondary-200)) 25%,  hsl(var(--heroui-secondary)) 25%,  hsl(var(--heroui-secondary)) 50%,  hsl(var(--heroui-secondary-200)) 50%,  hsl(var(--heroui-secondary-200)) 75%,  hsl(var(--heroui-secondary)) 75%,  hsl(var(--heroui-secondary)));
}
.bg-stripe-gradient-success{
  background-image: linear-gradient(45deg,  hsl(var(--heroui-success-200)) 25%,  hsl(var(--heroui-success)) 25%,  hsl(var(--heroui-success)) 50%,  hsl(var(--heroui-success-200)) 50%,  hsl(var(--heroui-success-200)) 75%,  hsl(var(--heroui-success)) 75%,  hsl(var(--heroui-success)));
}
.bg-stripe-gradient-warning{
  background-image: linear-gradient(45deg,  hsl(var(--heroui-warning-200)) 25%,  hsl(var(--heroui-warning)) 25%,  hsl(var(--heroui-warning)) 50%,  hsl(var(--heroui-warning-200)) 50%,  hsl(var(--heroui-warning-200)) 75%,  hsl(var(--heroui-warning)) 75%,  hsl(var(--heroui-warning)));
}
.from-transparent{
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/80{
  --tw-gradient-from: rgb(255 255 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-blue-500{
  --tw-gradient-to: rgb(59 130 246 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-transparent{
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-current{
  --tw-gradient-to: currentColor var(--tw-gradient-to-position);
}
.to-danger{
  --tw-gradient-to: hsl(var(--heroui-danger) / var(--heroui-danger-opacity, 1)) var(--tw-gradient-to-position);
}
.to-default{
  --tw-gradient-to: hsl(var(--heroui-default) / var(--heroui-default-opacity, 1)) var(--tw-gradient-to-position);
}
.to-primary{
  --tw-gradient-to: hsl(var(--heroui-primary) / var(--heroui-primary-opacity, 1)) var(--tw-gradient-to-position);
}
.to-secondary{
  --tw-gradient-to: hsl(var(--heroui-secondary) / var(--heroui-secondary-opacity, 1)) var(--tw-gradient-to-position);
}
.to-success{
  --tw-gradient-to: hsl(var(--heroui-success) / var(--heroui-success-opacity, 1)) var(--tw-gradient-to-position);
}
.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.to-warning{
  --tw-gradient-to: hsl(var(--heroui-warning) / var(--heroui-warning-opacity, 1)) var(--tw-gradient-to-position);
}
.to-white{
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}
.to-white\/20{
  --tw-gradient-to: rgb(255 255 255 / 0.2) var(--tw-gradient-to-position);
}
.bg-stripe-size{
  background-size: 1.25rem 1.25rem;
}
.bg-clip-text{
  -webkit-background-clip: text;
          background-clip: text;
}
.fill-background{
  fill: hsl(var(--heroui-background) / var(--heroui-background-opacity, 1));
}
.fill-current{
  fill: currentColor;
}
.fill-danger{
  fill: hsl(var(--heroui-danger) / var(--heroui-danger-opacity, 1));
}
.fill-default-400{
  fill: hsl(var(--heroui-default-400) / var(--heroui-default-400-opacity, 1));
}
.fill-default-900{
  fill: hsl(var(--heroui-default-900) / var(--heroui-default-900-opacity, 1));
}
.stroke-current{
  stroke: currentColor;
}
.stroke-default-300\/50{
  stroke: hsl(var(--heroui-default-300) / 0.5);
}
.stroke-default-400{
  stroke: hsl(var(--heroui-default-400) / var(--heroui-default-400-opacity, 1));
}
.stroke-divider{
  stroke: hsl(var(--heroui-divider) / var(--heroui-divider-opacity, 1));
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-top{
  -o-object-position: top;
     object-position: top;
}
.p-0{
  padding: 0px;
}
.p-0\.5{
  padding: 0.125rem;
}
.p-1{
  padding: 0.25rem;
}
.p-10{
  padding: 2.5rem;
}
.p-2{
  padding: 0.5rem;
}
.p-2\.5{
  padding: 0.625rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.p-\[4px\]{
  padding: 4px;
}
.\!px-1{
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.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-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-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;
}
.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-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-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-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.\!pb-0{
  padding-bottom: 0px !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-2{
  padding-bottom: 0.5rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pe-2{
  padding-inline-end: 0.5rem;
}
.pe-6{
  padding-inline-end: 1.5rem;
}
.pl-0\.5{
  padding-left: 0.125rem;
}
.pl-1{
  padding-left: 0.25rem;
}
.pl-12{
  padding-left: 3rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pl-8{
  padding-left: 2rem;
}
.pl-\[1px\]{
  padding-left: 1px;
}
.pr-0\.5{
  padding-right: 0.125rem;
}
.pr-1{
  padding-right: 0.25rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.ps-1{
  padding-inline-start: 0.25rem;
}
.ps-2{
  padding-inline-start: 0.5rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-start{
  text-align: start;
}
.text-end{
  text-align: end;
}
.align-middle{
  vertical-align: middle;
}
.font-mono{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.font-sans{
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[0\.55rem\]{
  font-size: 0.55rem;
}
.text-\[0\.5rem\]{
  font-size: 0.5rem;
}
.text-\[0\.6rem\]{
  font-size: 0.6rem;
}
.text-\[100\%\]{
  font-size: 100%;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[17px\]{
  font-size: 17px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-large{
  font-size: var(--heroui-font-size-large);
  line-height: var(--heroui-line-height-large);
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-medium{
  font-size: var(--heroui-font-size-medium);
  line-height: var(--heroui-line-height-medium);
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-small{
  font-size: var(--heroui-font-size-small);
  line-height: var(--heroui-line-height-small);
}
.text-tiny{
  font-size: var(--heroui-font-size-tiny);
  line-height: var(--heroui-line-height-tiny);
}
.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-extralight{
  font-weight: 200;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.capitalize{
  text-transform: capitalize;
}
.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-5{
  line-height: 1.25rem;
}
.leading-\[1\.15\]{
  line-height: 1.15;
}
.leading-\[32px\]{
  line-height: 32px;
}
.leading-relaxed{
  line-height: 1.625;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.\!text-danger{
  --tw-text-opacity: 1 !important;
  color: hsl(var(--heroui-danger) / var(--heroui-danger-opacity, var(--tw-text-opacity))) !important;
}
.text-\[\#0772CE\]{
  --tw-text-opacity: 1;
  color: rgb(7 114 206 / var(--tw-text-opacity, 1));
}
.text-\[\#5B5B5B\]{
  --tw-text-opacity: 1;
  color: rgb(91 91 91 / var(--tw-text-opacity, 1));
}
.text-\[\#606060\]{
  --tw-text-opacity: 1;
  color: rgb(96 96 96 / var(--tw-text-opacity, 1));
}
.text-\[\#EA239C\]{
  --tw-text-opacity: 1;
  color: rgb(234 35 156 / var(--tw-text-opacity, 1));
}
.text-background{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-background) / var(--heroui-background-opacity, var(--tw-text-opacity)));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / 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-current{
  color: currentColor;
}
.text-danger{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-danger) / var(--heroui-danger-opacity, var(--tw-text-opacity)));
}
.text-danger-300{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-danger-300) / var(--heroui-danger-300-opacity, var(--tw-text-opacity)));
}
.text-danger-400{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-danger-400) / var(--heroui-danger-400-opacity, var(--tw-text-opacity)));
}
.text-danger-500{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-danger-500) / var(--heroui-danger-500-opacity, var(--tw-text-opacity)));
}
.text-danger-600{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-danger-600) / var(--heroui-danger-600-opacity, var(--tw-text-opacity)));
}
.text-danger-foreground{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-danger-foreground) / var(--heroui-danger-foreground-opacity, var(--tw-text-opacity)));
}
.text-danger\/80{
  color: hsl(var(--heroui-danger) / 0.8);
}
.text-default{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-default) / var(--heroui-default-opacity, var(--tw-text-opacity)));
}
.text-default-400{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-default-400) / var(--heroui-default-400-opacity, var(--tw-text-opacity)));
}
.text-default-500{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-default-500) / var(--heroui-default-500-opacity, var(--tw-text-opacity)));
}
.text-default-600{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-default-600) / var(--heroui-default-600-opacity, var(--tw-text-opacity)));
}
.text-default-700{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-default-700) / var(--heroui-default-700-opacity, var(--tw-text-opacity)));
}
.text-default-900{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-default-900) / var(--heroui-default-900-opacity, var(--tw-text-opacity)));
}
.text-default-foreground{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-default-foreground) / var(--heroui-default-foreground-opacity, var(--tw-text-opacity)));
}
.text-foreground{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-foreground) / var(--heroui-foreground-opacity, var(--tw-text-opacity)));
}
.text-foreground-400{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-foreground-400) / var(--heroui-foreground-400-opacity, var(--tw-text-opacity)));
}
.text-foreground-500{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-foreground-500) / var(--heroui-foreground-500-opacity, var(--tw-text-opacity)));
}
.text-foreground-600{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-foreground-600) / var(--heroui-foreground-600-opacity, var(--tw-text-opacity)));
}
.text-foreground\/50{
  color: hsl(var(--heroui-foreground) / 0.5);
}
.text-gray-100{
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / 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-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.text-inherit{
  color: inherit;
}
.text-neutral-200{
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity, 1));
}
.text-neutral-600{
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}
.text-primary{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-primary) / var(--heroui-primary-opacity, var(--tw-text-opacity)));
}
.text-primary-300{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-primary-300) / var(--heroui-primary-300-opacity, var(--tw-text-opacity)));
}
.text-primary-400{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-primary-400) / var(--heroui-primary-400-opacity, var(--tw-text-opacity)));
}
.text-primary-500{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-primary-500) / var(--heroui-primary-500-opacity, var(--tw-text-opacity)));
}
.text-primary-600{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-primary-600) / var(--heroui-primary-600-opacity, var(--tw-text-opacity)));
}
.text-primary-foreground{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-primary-foreground) / var(--heroui-primary-foreground-opacity, var(--tw-text-opacity)));
}
.text-primary\/80{
  color: hsl(var(--heroui-primary) / 0.8);
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-secondary{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-secondary) / var(--heroui-secondary-opacity, var(--tw-text-opacity)));
}
.text-secondary-300{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-secondary-300) / var(--heroui-secondary-300-opacity, var(--tw-text-opacity)));
}
.text-secondary-400{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-secondary-400) / var(--heroui-secondary-400-opacity, var(--tw-text-opacity)));
}
.text-secondary-500{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-secondary-500) / var(--heroui-secondary-500-opacity, var(--tw-text-opacity)));
}
.text-secondary-600{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-secondary-600) / var(--heroui-secondary-600-opacity, var(--tw-text-opacity)));
}
.text-secondary-foreground{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-secondary-foreground) / var(--heroui-secondary-foreground-opacity, var(--tw-text-opacity)));
}
.text-secondary\/80{
  color: hsl(var(--heroui-secondary) / 0.8);
}
.text-success{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-success) / var(--heroui-success-opacity, var(--tw-text-opacity)));
}
.text-success-400{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-success-400) / var(--heroui-success-400-opacity, var(--tw-text-opacity)));
}
.text-success-500{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-success-500) / var(--heroui-success-500-opacity, var(--tw-text-opacity)));
}
.text-success-600{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-success-600) / var(--heroui-success-600-opacity, var(--tw-text-opacity)));
}
.text-success-700{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-success-700) / var(--heroui-success-700-opacity, var(--tw-text-opacity)));
}
.text-success-foreground{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-success-foreground) / var(--heroui-success-foreground-opacity, var(--tw-text-opacity)));
}
.text-success\/80{
  color: hsl(var(--heroui-success) / 0.8);
}
.text-transparent{
  color: transparent;
}
.text-warning{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-warning) / var(--heroui-warning-opacity, var(--tw-text-opacity)));
}
.text-warning-400{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-warning-400) / var(--heroui-warning-400-opacity, var(--tw-text-opacity)));
}
.text-warning-500{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-warning-500) / var(--heroui-warning-500-opacity, var(--tw-text-opacity)));
}
.text-warning-600{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-warning-600) / var(--heroui-warning-600-opacity, var(--tw-text-opacity)));
}
.text-warning-700{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-warning-700) / var(--heroui-warning-700-opacity, var(--tw-text-opacity)));
}
.text-warning-foreground{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-warning-foreground) / var(--heroui-warning-foreground-opacity, var(--tw-text-opacity)));
}
.text-warning\/80{
  color: hsl(var(--heroui-warning) / 0.8);
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-yellow-500{
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}
.text-zinc-400{
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}
.underline{
  text-decoration-line: underline;
}
.no-underline{
  text-decoration-line: none;
}
.underline-offset-4{
  text-underline-offset: 4px;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.subpixel-antialiased{
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-20{
  opacity: 0.2;
}
.opacity-25{
  opacity: 0.25;
}
.opacity-30{
  opacity: 0.3;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-60{
  opacity: 0.6;
}
.opacity-70{
  opacity: 0.7;
}
.opacity-75{
  opacity: 0.75;
}
.opacity-80{
  opacity: 0.8;
}
.opacity-\[0\.0001\]{
  opacity: 0.0001;
}
.opacity-\[value\]{
  opacity: value;
}
.opacity-disabled{
  opacity: var(--heroui-disabled-opacity);
}
.\!shadow-none{
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.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-\[0_1px_0px_0_rgba\(0\2c 0\2c 0\2c 0\.05\)\]{
  --tw-shadow: 0 1px 0px 0 rgba(0,0,0,0.05);
  --tw-shadow-colored: 0 1px 0px 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-\[0px_20px_20px_0px_rgb\(0_0_0\/0\.05\)\]{
  --tw-shadow: 0px 20px 20px 0px rgb(0 0 0/0.05);
  --tw-shadow-colored: 0px 20px 20px 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-\[0px_2px_3px_-1px_rgba\(0\2c 0\2c 0\2c 0\.1\)\2c 0px_1px_0px_0px_rgba\(25\2c 28\2c 33\2c 0\.02\)\2c 0px_0px_0px_1px_rgba\(25\2c 28\2c 33\2c 0\.08\)\]{
  --tw-shadow: 0px 2px 3px -1px rgba(0,0,0,0.1),0px 1px 0px 0px rgba(25,28,33,0.02),0px 0px 0px 1px rgba(25,28,33,0.08);
  --tw-shadow-colored: 0px 2px 3px -1px var(--tw-shadow-color), 0px 1px 0px 0px var(--tw-shadow-color), 0px 0px 0px 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-large{
  --tw-shadow: var(--heroui-box-shadow-large);
  --tw-shadow-colored: var(--heroui-box-shadow-large);
  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-medium{
  --tw-shadow: var(--heroui-box-shadow-medium);
  --tw-shadow-colored: var(--heroui-box-shadow-medium);
  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-small{
  --tw-shadow: var(--heroui-box-shadow-small);
  --tw-shadow-colored: var(--heroui-box-shadow-small);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-black\/5{
  --tw-shadow-color: rgb(0 0 0 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-danger\/40{
  --tw-shadow-color: hsl(var(--heroui-danger) / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-default\/50{
  --tw-shadow-color: hsl(var(--heroui-default) / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-foreground\/40{
  --tw-shadow-color: hsl(var(--heroui-foreground) / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-primary\/40{
  --tw-shadow-color: hsl(var(--heroui-primary) / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-secondary\/40{
  --tw-shadow-color: hsl(var(--heroui-secondary) / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-success\/40{
  --tw-shadow-color: hsl(var(--heroui-success) / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-warning\/40{
  --tw-shadow-color: hsl(var(--heroui-warning) / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.\!outline-none{
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ring{
  --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(3px + 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-background{
  --tw-ring-opacity: 1;
  --tw-ring-color: hsl(var(--heroui-background) / var(--heroui-background-opacity, var(--tw-ring-opacity)));
}
.ring-danger{
  --tw-ring-opacity: 1;
  --tw-ring-color: hsl(var(--heroui-danger) / var(--heroui-danger-opacity, var(--tw-ring-opacity)));
}
.ring-default{
  --tw-ring-opacity: 1;
  --tw-ring-color: hsl(var(--heroui-default) / var(--heroui-default-opacity, var(--tw-ring-opacity)));
}
.ring-focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: hsl(var(--heroui-focus) / var(--heroui-focus-opacity, var(--tw-ring-opacity)));
}
.ring-primary{
  --tw-ring-opacity: 1;
  --tw-ring-color: hsl(var(--heroui-primary) / var(--heroui-primary-opacity, var(--tw-ring-opacity)));
}
.ring-secondary{
  --tw-ring-opacity: 1;
  --tw-ring-color: hsl(var(--heroui-secondary) / var(--heroui-secondary-opacity, var(--tw-ring-opacity)));
}
.ring-success{
  --tw-ring-opacity: 1;
  --tw-ring-color: hsl(var(--heroui-success) / var(--heroui-success-opacity, var(--tw-ring-opacity)));
}
.ring-transparent{
  --tw-ring-color: transparent;
}
.ring-warning{
  --tw-ring-opacity: 1;
  --tw-ring-color: hsl(var(--heroui-warning) / var(--heroui-warning-opacity, var(--tw-ring-opacity)));
}
.ring-offset-2{
  --tw-ring-offset-width: 2px;
}
.ring-offset-background{
  --tw-ring-offset-color: hsl(var(--heroui-background) / var(--heroui-background-opacity, 1));
}
.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-2xl{
  --tw-blur: blur(40px);
  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-lg{
  --tw-blur: blur(16px);
  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-md{
  --tw-blur: blur(12px);
  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-none{
  --tw-blur:  ;
  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-xl{
  --tw-blur: blur(24px);
  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-2xl{
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  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);
}
.saturate-150{
  --tw-saturate: saturate(1.5);
  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{
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-lg{
  --tw-backdrop-blur: blur(16px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-md{
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-xl{
  --tw-backdrop-blur: blur(24px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-opacity-disabled{
  --tw-backdrop-opacity: opacity(var(--heroui-disabled-opacity));
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-saturate-150{
  --tw-backdrop-saturate: saturate(1.5);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.\!transition-none{
  transition-property: none !important;
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 250ms;
}
.transition-\[color\2c opacity\]{
  transition-property: color,opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 250ms;
}
.transition-\[opacity\2c transform\]{
  transition-property: opacity,transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 250ms;
}
.transition-\[transform\2c background-color\2c color\]{
  transition-property: transform,background-color,color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 250ms;
}
.transition-\[transform\2c color\2c left\2c opacity\]{
  transition-property: transform,color,left,opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 250ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 250ms;
}
.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: 250ms;
}
.transition-none{
  transition-property: none;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 250ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 250ms;
}
.\!duration-100{
  transition-duration: 100ms !important;
}
.\!duration-150{
  transition-duration: 150ms !important;
}
.\!duration-200{
  transition-duration: 200ms !important;
}
.\!duration-250{
  transition-duration: 250ms !important;
}
.\!duration-300{
  transition-duration: 300ms !important;
}
.\!duration-500{
  transition-duration: 500ms !important;
}
.duration-150{
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.\!ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}
.\!ease-soft-spring{
  transition-timing-function: cubic-bezier(0.155, 1.105, 0.295, 1.12) !important;
}
.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);
}
.will-change-auto{
  will-change: auto;
}
.will-change-transform{
  will-change: transform;
}
:root,.light,[data-theme="light"]{
  color-scheme: light;
  --heroui-background: 0 0% 100%;
  --heroui-foreground-50: 0 0% 98.04%;
  --heroui-foreground-100: 240 4.76% 95.88%;
  --heroui-foreground-200: 240 5.88% 90%;
  --heroui-foreground-300: 240 4.88% 83.92%;
  --heroui-foreground-400: 240 5.03% 64.9%;
  --heroui-foreground-500: 240 3.83% 46.08%;
  --heroui-foreground-600: 240 5.2% 33.92%;
  --heroui-foreground-700: 240 5.26% 26.08%;
  --heroui-foreground-800: 240 3.7% 15.88%;
  --heroui-foreground-900: 240 5.88% 10%;
  --heroui-foreground: 201.81999999999994 24.44% 8.82%;
  --heroui-divider: 0 0% 6.67%;
  --heroui-divider-opacity: 0.15;
  --heroui-focus: 212.01999999999998 100% 46.67%;
  --heroui-overlay: 0 0% 0%;
  --heroui-content1: 0 0% 100%;
  --heroui-content1-foreground: 201.81999999999994 24.44% 8.82%;
  --heroui-content2: 240 4.76% 95.88%;
  --heroui-content2-foreground: 240 3.7% 15.88%;
  --heroui-content3: 240 5.88% 90%;
  --heroui-content3-foreground: 240 5.26% 26.08%;
  --heroui-content4: 240 4.88% 83.92%;
  --heroui-content4-foreground: 240 5.2% 33.92%;
  --heroui-default-50: 0 0% 98.04%;
  --heroui-default-100: 240 4.76% 95.88%;
  --heroui-default-200: 240 5.88% 90%;
  --heroui-default-300: 240 4.88% 83.92%;
  --heroui-default-400: 240 5.03% 64.9%;
  --heroui-default-500: 240 3.83% 46.08%;
  --heroui-default-600: 240 5.2% 33.92%;
  --heroui-default-700: 240 5.26% 26.08%;
  --heroui-default-800: 240 3.7% 15.88%;
  --heroui-default-900: 240 5.88% 10%;
  --heroui-default-foreground: 0 0% 0%;
  --heroui-default: 240 4.88% 83.92%;
  --heroui-primary-50: 212.5 92.31% 94.9%;
  --heroui-primary-100: 211.84000000000003 92.45% 89.61%;
  --heroui-primary-200: 211.84000000000003 92.45% 79.22%;
  --heroui-primary-300: 212.24 92.45% 68.82%;
  --heroui-primary-400: 212.14 92.45% 58.43%;
  --heroui-primary-500: 212.01999999999998 100% 46.67%;
  --heroui-primary-600: 212.14 100% 38.43%;
  --heroui-primary-700: 212.24 100% 28.82%;
  --heroui-primary-800: 211.84000000000003 100% 19.22%;
  --heroui-primary-900: 211.84000000000003 100% 9.61%;
  --heroui-primary-foreground: 0 0% 100%;
  --heroui-primary: 212.01999999999998 100% 46.67%;
  --heroui-secondary-50: 270 61.54% 94.9%;
  --heroui-secondary-100: 270 59.26% 89.41%;
  --heroui-secondary-200: 270 59.26% 78.82%;
  --heroui-secondary-300: 270 59.26% 68.24%;
  --heroui-secondary-400: 270 59.26% 57.65%;
  --heroui-secondary-500: 270 66.67% 47.06%;
  --heroui-secondary-600: 270 66.67% 37.65%;
  --heroui-secondary-700: 270 66.67% 28.24%;
  --heroui-secondary-800: 270 66.67% 18.82%;
  --heroui-secondary-900: 270 66.67% 9.41%;
  --heroui-secondary-foreground: 0 0% 100%;
  --heroui-secondary: 270 66.67% 47.06%;
  --heroui-success-50: 146.66999999999996 64.29% 94.51%;
  --heroui-success-100: 145.71000000000004 61.4% 88.82%;
  --heroui-success-200: 146.2 61.74% 77.45%;
  --heroui-success-300: 145.78999999999996 62.57% 66.47%;
  --heroui-success-400: 146.01 62.45% 55.1%;
  --heroui-success-500: 145.96000000000004 79.46% 43.92%;
  --heroui-success-600: 146.01 79.89% 35.1%;
  --heroui-success-700: 145.78999999999996 79.26% 26.47%;
  --heroui-success-800: 146.2 79.78% 17.45%;
  --heroui-success-900: 145.71000000000004 77.78% 8.82%;
  --heroui-success-foreground: 0 0% 0%;
  --heroui-success: 145.96000000000004 79.46% 43.92%;
  --heroui-warning-50: 54.55000000000001 91.67% 95.29%;
  --heroui-warning-100: 37.139999999999986 91.3% 90.98%;
  --heroui-warning-200: 37.139999999999986 91.3% 81.96%;
  --heroui-warning-300: 36.95999999999998 91.24% 73.14%;
  --heroui-warning-400: 37.00999999999999 91.26% 64.12%;
  --heroui-warning-500: 37.02999999999997 91.27% 55.1%;
  --heroui-warning-600: 37.00999999999999 74.22% 44.12%;
  --heroui-warning-700: 36.95999999999998 73.96% 33.14%;
  --heroui-warning-800: 37.139999999999986 75% 21.96%;
  --heroui-warning-900: 37.139999999999986 75% 10.98%;
  --heroui-warning-foreground: 0 0% 0%;
  --heroui-warning: 37.02999999999997 91.27% 55.1%;
  --heroui-danger-50: 339.13 92% 95.1%;
  --heroui-danger-100: 340 91.84% 90.39%;
  --heroui-danger-200: 339.3299999999999 90% 80.39%;
  --heroui-danger-300: 339.11 90.6% 70.78%;
  --heroui-danger-400: 339 90% 60.78%;
  --heroui-danger-500: 339.20000000000005 90.36% 51.18%;
  --heroui-danger-600: 339 86.54% 40.78%;
  --heroui-danger-700: 339.11 85.99% 30.78%;
  --heroui-danger-800: 339.3299999999999 86.54% 20.39%;
  --heroui-danger-900: 340 84.91% 10.39%;
  --heroui-danger-foreground: 0 0% 100%;
  --heroui-danger: 339.20000000000005 90.36% 51.18%;
  --heroui-divider-weight: 1px;
  --heroui-disabled-opacity: .5;
  --heroui-font-size-tiny: 0.75rem;
  --heroui-font-size-small: 0.875rem;
  --heroui-font-size-medium: 1rem;
  --heroui-font-size-large: 1.125rem;
  --heroui-line-height-tiny: 1rem;
  --heroui-line-height-small: 1.25rem;
  --heroui-line-height-medium: 1.5rem;
  --heroui-line-height-large: 1.75rem;
  --heroui-radius-small: 8px;
  --heroui-radius-medium: 12px;
  --heroui-radius-large: 14px;
  --heroui-border-width-small: 1px;
  --heroui-border-width-medium: 2px;
  --heroui-border-width-large: 3px;
  --heroui-box-shadow-small: 0px 0px 5px 0px rgb(0 0 0 / 0.02), 0px 2px 10px 0px rgb(0 0 0 / 0.06), 0px 0px 1px 0px rgb(0 0 0 / 0.3);
  --heroui-box-shadow-medium: 0px 0px 15px 0px rgb(0 0 0 / 0.03), 0px 2px 30px 0px rgb(0 0 0 / 0.08), 0px 0px 1px 0px rgb(0 0 0 / 0.3);
  --heroui-box-shadow-large: 0px 0px 30px 0px rgb(0 0 0 / 0.04), 0px 30px 60px 0px rgb(0 0 0 / 0.12), 0px 0px 1px 0px rgb(0 0 0 / 0.3);
  --heroui-hover-opacity: .8;
}
.dark,[data-theme="dark"]{
  color-scheme: dark;
  --heroui-background: 0 0% 0%;
  --heroui-foreground-50: 240 5.88% 10%;
  --heroui-foreground-100: 240 3.7% 15.88%;
  --heroui-foreground-200: 240 5.26% 26.08%;
  --heroui-foreground-300: 240 5.2% 33.92%;
  --heroui-foreground-400: 240 3.83% 46.08%;
  --heroui-foreground-500: 240 5.03% 64.9%;
  --heroui-foreground-600: 240 4.88% 83.92%;
  --heroui-foreground-700: 240 5.88% 90%;
  --heroui-foreground-800: 240 4.76% 95.88%;
  --heroui-foreground-900: 0 0% 98.04%;
  --heroui-foreground: 210 5.56% 92.94%;
  --heroui-focus: 212.01999999999998 100% 46.67%;
  --heroui-overlay: 0 0% 0%;
  --heroui-divider: 0 0% 100%;
  --heroui-divider-opacity: 0.15;
  --heroui-content1: 240 5.88% 10%;
  --heroui-content1-foreground: 0 0% 98.04%;
  --heroui-content2: 240 3.7% 15.88%;
  --heroui-content2-foreground: 240 4.76% 95.88%;
  --heroui-content3: 240 5.26% 26.08%;
  --heroui-content3-foreground: 240 5.88% 90%;
  --heroui-content4: 240 5.2% 33.92%;
  --heroui-content4-foreground: 240 4.88% 83.92%;
  --heroui-default-50: 240 5.88% 10%;
  --heroui-default-100: 240 3.7% 15.88%;
  --heroui-default-200: 240 5.26% 26.08%;
  --heroui-default-300: 240 5.2% 33.92%;
  --heroui-default-400: 240 3.83% 46.08%;
  --heroui-default-500: 240 5.03% 64.9%;
  --heroui-default-600: 240 4.88% 83.92%;
  --heroui-default-700: 240 5.88% 90%;
  --heroui-default-800: 240 4.76% 95.88%;
  --heroui-default-900: 0 0% 98.04%;
  --heroui-default-foreground: 0 0% 100%;
  --heroui-default: 240 5.26% 26.08%;
  --heroui-primary-50: 211.84000000000003 100% 9.61%;
  --heroui-primary-100: 211.84000000000003 100% 19.22%;
  --heroui-primary-200: 212.24 100% 28.82%;
  --heroui-primary-300: 212.14 100% 38.43%;
  --heroui-primary-400: 212.01999999999998 100% 46.67%;
  --heroui-primary-500: 212.14 92.45% 58.43%;
  --heroui-primary-600: 212.24 92.45% 68.82%;
  --heroui-primary-700: 211.84000000000003 92.45% 79.22%;
  --heroui-primary-800: 211.84000000000003 92.45% 89.61%;
  --heroui-primary-900: 212.5 92.31% 94.9%;
  --heroui-primary-foreground: 0 0% 100%;
  --heroui-primary: 212.01999999999998 100% 46.67%;
  --heroui-secondary-50: 270 66.67% 9.41%;
  --heroui-secondary-100: 270 66.67% 18.82%;
  --heroui-secondary-200: 270 66.67% 28.24%;
  --heroui-secondary-300: 270 66.67% 37.65%;
  --heroui-secondary-400: 270 66.67% 47.06%;
  --heroui-secondary-500: 270 59.26% 57.65%;
  --heroui-secondary-600: 270 59.26% 68.24%;
  --heroui-secondary-700: 270 59.26% 78.82%;
  --heroui-secondary-800: 270 59.26% 89.41%;
  --heroui-secondary-900: 270 61.54% 94.9%;
  --heroui-secondary-foreground: 0 0% 100%;
  --heroui-secondary: 270 59.26% 57.65%;
  --heroui-success-50: 145.71000000000004 77.78% 8.82%;
  --heroui-success-100: 146.2 79.78% 17.45%;
  --heroui-success-200: 145.78999999999996 79.26% 26.47%;
  --heroui-success-300: 146.01 79.89% 35.1%;
  --heroui-success-400: 145.96000000000004 79.46% 43.92%;
  --heroui-success-500: 146.01 62.45% 55.1%;
  --heroui-success-600: 145.78999999999996 62.57% 66.47%;
  --heroui-success-700: 146.2 61.74% 77.45%;
  --heroui-success-800: 145.71000000000004 61.4% 88.82%;
  --heroui-success-900: 146.66999999999996 64.29% 94.51%;
  --heroui-success-foreground: 0 0% 0%;
  --heroui-success: 145.96000000000004 79.46% 43.92%;
  --heroui-warning-50: 37.139999999999986 75% 10.98%;
  --heroui-warning-100: 37.139999999999986 75% 21.96%;
  --heroui-warning-200: 36.95999999999998 73.96% 33.14%;
  --heroui-warning-300: 37.00999999999999 74.22% 44.12%;
  --heroui-warning-400: 37.02999999999997 91.27% 55.1%;
  --heroui-warning-500: 37.00999999999999 91.26% 64.12%;
  --heroui-warning-600: 36.95999999999998 91.24% 73.14%;
  --heroui-warning-700: 37.139999999999986 91.3% 81.96%;
  --heroui-warning-800: 37.139999999999986 91.3% 90.98%;
  --heroui-warning-900: 54.55000000000001 91.67% 95.29%;
  --heroui-warning-foreground: 0 0% 0%;
  --heroui-warning: 37.02999999999997 91.27% 55.1%;
  --heroui-danger-50: 340 84.91% 10.39%;
  --heroui-danger-100: 339.3299999999999 86.54% 20.39%;
  --heroui-danger-200: 339.11 85.99% 30.78%;
  --heroui-danger-300: 339 86.54% 40.78%;
  --heroui-danger-400: 339.20000000000005 90.36% 51.18%;
  --heroui-danger-500: 339 90% 60.78%;
  --heroui-danger-600: 339.11 90.6% 70.78%;
  --heroui-danger-700: 339.3299999999999 90% 80.39%;
  --heroui-danger-800: 340 91.84% 90.39%;
  --heroui-danger-900: 339.13 92% 95.1%;
  --heroui-danger-foreground: 0 0% 100%;
  --heroui-danger: 339.20000000000005 90.36% 51.18%;
  --heroui-divider-weight: 1px;
  --heroui-disabled-opacity: .5;
  --heroui-font-size-tiny: 0.75rem;
  --heroui-font-size-small: 0.875rem;
  --heroui-font-size-medium: 1rem;
  --heroui-font-size-large: 1.125rem;
  --heroui-line-height-tiny: 1rem;
  --heroui-line-height-small: 1.25rem;
  --heroui-line-height-medium: 1.5rem;
  --heroui-line-height-large: 1.75rem;
  --heroui-radius-small: 8px;
  --heroui-radius-medium: 12px;
  --heroui-radius-large: 14px;
  --heroui-border-width-small: 1px;
  --heroui-border-width-medium: 2px;
  --heroui-border-width-large: 3px;
  --heroui-box-shadow-small: 0px 0px 5px 0px rgb(0 0 0 / 0.05), 0px 2px 10px 0px rgb(0 0 0 / 0.2), inset 0px 0px 1px 0px rgb(255 255 255 / 0.15);
  --heroui-box-shadow-medium: 0px 0px 15px 0px rgb(0 0 0 / 0.06), 0px 2px 30px 0px rgb(0 0 0 / 0.22), inset 0px 0px 1px 0px rgb(255 255 255 / 0.15);
  --heroui-box-shadow-large: 0px 0px 30px 0px rgb(0 0 0 / 0.07), 0px 30px 60px 0px rgb(0 0 0 / 0.26), inset 0px 0px 1px 0px rgb(255 255 255 / 0.15);
  --heroui-hover-opacity: .9;
}
.leading-inherit{
  line-height: inherit;
}
.bg-img-inherit{
  background-image: inherit;
}
.bg-clip-inherit{
  background-clip: inherit;
}
.text-fill-inherit{
  -webkit-text-fill-color: inherit;
}
.tap-highlight-transparent{
  -webkit-tap-highlight-color: transparent;
}
.input-search-cancel-button-none::-webkit-search-cancel-button{
  -webkit-appearance: none;
}
.transition-background{
  transition-property: background;
  transition-timing-function: ease;
  transition-duration: 250ms;
}
.transition-colors-opacity{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity;
  transition-timing-function: ease;
  transition-duration: 250ms;
}
.transition-width{
  transition-property: width;
  transition-timing-function: ease;
  transition-duration: 250ms;
}
.transition-height{
  transition-property: height;
  transition-timing-function: ease;
  transition-duration: 250ms;
}
.transition-size{
  transition-property: width, height;
  transition-timing-function: ease;
  transition-duration: 250ms;
}
.transition-left{
  transition-property: left;
  transition-timing-function: ease;
  transition-duration: 250ms;
}
.transition-transform-opacity{
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 250ms;
}
.transition-transform-background{
  transition-property: transform, background;
  transition-timing-function: ease;
  transition-duration: 250ms;
}
.transition-transform-colors{
  transition-property: transform, color, background, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: ease;
  transition-duration: 250ms;
}
.transition-transform-colors-opacity{
  transition-property: transform, color, background, background-color, border-color, text-decoration-color, fill, stroke, opacity;
  transition-timing-function: ease;
  transition-duration: 250ms;
}
.scrollbar-hide{
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scrollbar-hide::-webkit-scrollbar{
  display: none;
}
.scrollbar-default{
  -ms-overflow-style: auto;
  scrollbar-width: auto;
}
.scrollbar-default::-webkit-scrollbar{
  display: block;
}
.spinner-bar-animation{
  animation-delay: calc(-1.2s + (0.1s * var(--bar-index)));
  transform: rotate(calc(30deg * var(--bar-index)))translate(140%);
}
.spinner-dot-animation{
  animation-delay: calc(250ms * var(--dot-index));
}
.spinner-dot-blink-animation{
  animation-delay: calc(200ms * var(--dot-index));
}
.\[--picker-height\:224px\]{
  --picker-height: 224px;
}
.\[--scale-enter\:100\%\]{
  --scale-enter: 100%;
}
.\[--scale-exit\:100\%\]{
  --scale-exit: 100%;
}
.\[--scroll-shadow-size\:100px\]{
  --scroll-shadow-size: 100px;
}
.\[--slide-enter\:0px\]{
  --slide-enter: 0px;
}
.\[--slide-exit\:80px\]{
  --slide-exit: 80px;
}
.\[-webkit-mask\:radial-gradient\(closest-side\2c rgba\(0\2c 0\2c 0\2c 0\.0\)calc\(100\%-3px\)\2c rgba\(0\2c 0\2c 0\2c 1\)calc\(100\%-3px\)\)\]{
  -webkit-mask: radial-gradient(closest-side,rgba(0,0,0,0.0)calc(100% - 3px),rgba(0,0,0,1)calc(100% - 3px));
}
.\[animation-duration\:1s\]{
  animation-duration: 1s;
}
.\[background\:radial-gradient\(circle_at_center\2c _rgba\(var\(--fifth-color\)\2c _0\.8\)_0\2c _rgba\(var\(--fifth-color\)\2c _0\)_50\%\)_no-repeat\]{
  background: radial-gradient(circle at center, rgba(var(--fifth-color), 0.8) 0, rgba(var(--fifth-color), 0) 50%) no-repeat;
}
.\[background\:radial-gradient\(circle_at_center\2c _rgba\(var\(--fourth-color\)\2c _0\.8\)_0\2c _rgba\(var\(--fourth-color\)\2c _0\)_50\%\)_no-repeat\]{
  background: radial-gradient(circle at center, rgba(var(--fourth-color), 0.8) 0, rgba(var(--fourth-color), 0) 50%) no-repeat;
}
.\[background\:radial-gradient\(circle_at_center\2c _rgba\(var\(--pointer-color\)\2c _0\.8\)_0\2c _rgba\(var\(--pointer-color\)\2c _0\)_50\%\)_no-repeat\]{
  background: radial-gradient(circle at center, rgba(var(--pointer-color), 0.8) 0, rgba(var(--pointer-color), 0) 50%) no-repeat;
}
.\[background\:radial-gradient\(circle_at_center\2c _rgba\(var\(--second-color\)\2c _0\.8\)_0\2c _rgba\(var\(--second-color\)\2c _0\)_50\%\)_no-repeat\]{
  background: radial-gradient(circle at center, rgba(var(--second-color), 0.8) 0, rgba(var(--second-color), 0) 50%) no-repeat;
}
.\[background\:radial-gradient\(circle_at_center\2c _rgba\(var\(--third-color\)\2c _0\.8\)_0\2c _rgba\(var\(--third-color\)\2c _0\)_50\%\)_no-repeat\]{
  background: radial-gradient(circle at center, rgba(var(--third-color), 0.8) 0, rgba(var(--third-color), 0) 50%) no-repeat;
}
.\[background\:radial-gradient\(circle_at_center\2c _var\(--first-color\)_0\2c _var\(--first-color\)_50\%\)_no-repeat\]{
  background: radial-gradient(circle at center, var(--first-color) 0, var(--first-color) 50%) no-repeat;
}
.\[display\:inherit\]{
  display: inherit;
}
.\[filter\:url\(\#blurMe\)_blur\(40px\)\]{
  filter: url(#blurMe) blur(40px);
}
.\[mask-image\:linear-gradient\(\#000\2c \#000\2c transparent_0\2c \#000_var\(--scroll-shadow-size\)\2c \#000_calc\(100\%_-_var\(--scroll-shadow-size\)\)\2c transparent\)\]{
  -webkit-mask-image: linear-gradient(#000,#000,transparent 0,#000 var(--scroll-shadow-size),#000 calc(100% - var(--scroll-shadow-size)),transparent);
          mask-image: linear-gradient(#000,#000,transparent 0,#000 var(--scroll-shadow-size),#000 calc(100% - var(--scroll-shadow-size)),transparent);
}
.\[mix-blend-mode\:var\(--blending-value\)\]{
  mix-blend-mode: var(--blending-value);
}
.\[transform-origin\:calc\(50\%\+400px\)\]{
  transform-origin: calc(50% + 400px);
}
.\[transform-origin\:calc\(50\%-200px\)\]{
  transform-origin: calc(50% - 200px);
}
.\[transform-origin\:calc\(50\%-400px\)\]{
  transform-origin: calc(50% - 400px);
}
.\[transform-origin\:calc\(50\%-800px\)_calc\(50\%\+800px\)\]{
  transform-origin: calc(50% - 800px) calc(50% + 800px);
}
.\[transform-origin\:center_center\]{
  transform-origin: center center;
}
input[type="file"] {
  margin-top: 12px;
}
* {
  font-family: 'Poppins', sans-serif;
}
.file\:cursor-pointer::file-selector-button{
  cursor: pointer;
}
.file\:border-0::file-selector-button{
  border-width: 0px;
}
.file\:bg-transparent::file-selector-button{
  background-color: transparent;
}
.placeholder\:text-danger::-moz-placeholder{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-danger) / var(--heroui-danger-opacity, var(--tw-text-opacity)));
}
.placeholder\:text-danger::placeholder{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-danger) / var(--heroui-danger-opacity, var(--tw-text-opacity)));
}
.placeholder\:text-foreground-500::-moz-placeholder{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-foreground-500) / var(--heroui-foreground-500-opacity, var(--tw-text-opacity)));
}
.placeholder\:text-foreground-500::placeholder{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-foreground-500) / var(--heroui-foreground-500-opacity, var(--tw-text-opacity)));
}
.placeholder\:text-primary::-moz-placeholder{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-primary) / var(--heroui-primary-opacity, var(--tw-text-opacity)));
}
.placeholder\:text-primary::placeholder{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-primary) / var(--heroui-primary-opacity, var(--tw-text-opacity)));
}
.placeholder\:text-secondary::-moz-placeholder{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-secondary) / var(--heroui-secondary-opacity, var(--tw-text-opacity)));
}
.placeholder\:text-secondary::placeholder{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-secondary) / var(--heroui-secondary-opacity, var(--tw-text-opacity)));
}
.placeholder\:text-success-600::-moz-placeholder{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-success-600) / var(--heroui-success-600-opacity, var(--tw-text-opacity)));
}
.placeholder\:text-success-600::placeholder{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-success-600) / var(--heroui-success-600-opacity, var(--tw-text-opacity)));
}
.placeholder\:text-warning-600::-moz-placeholder{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-warning-600) / var(--heroui-warning-600-opacity, var(--tw-text-opacity)));
}
.placeholder\:text-warning-600::placeholder{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-warning-600) / var(--heroui-warning-600-opacity, var(--tw-text-opacity)));
}
.before\:pointer-events-auto::before{
  content: var(--tw-content);
  pointer-events: auto;
}
.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}
.before\:inset-0::before{
  content: var(--tw-content);
  inset: 0px;
}
.before\:left-0::before{
  content: var(--tw-content);
  left: 0px;
}
.before\:right-0::before{
  content: var(--tw-content);
  right: 0px;
}
.before\:top-\[calc\(-1\*var\(--top-extension\2c 16px\)\)\]::before{
  content: var(--tw-content);
  top: calc(-1 * var(--top-extension,16px));
}
.before\:z-0::before{
  content: var(--tw-content);
  z-index: 0;
}
.before\:z-\[-1\]::before{
  content: var(--tw-content);
  z-index: -1;
}
.before\:box-border::before{
  content: var(--tw-content);
  box-sizing: border-box;
}
.before\:block::before{
  content: var(--tw-content);
  display: block;
}
.before\:hidden::before{
  content: var(--tw-content);
  display: none;
}
.before\:h-0\.5::before{
  content: var(--tw-content);
  height: 0.125rem;
}
.before\:h-11::before{
  content: var(--tw-content);
  height: 2.75rem;
}
.before\:h-2\.5::before{
  content: var(--tw-content);
  height: 0.625rem;
}
.before\:h-4::before{
  content: var(--tw-content);
  height: 1rem;
}
.before\:h-6::before{
  content: var(--tw-content);
  height: 1.5rem;
}
.before\:h-8::before{
  content: var(--tw-content);
  height: 2rem;
}
.before\:h-\[var\(--top-extension\2c 16px\)\]::before{
  content: var(--tw-content);
  height: var(--top-extension,16px);
}
.before\:h-px::before{
  content: var(--tw-content);
  height: 1px;
}
.before\:w-0::before{
  content: var(--tw-content);
  width: 0px;
}
.before\:w-11::before{
  content: var(--tw-content);
  width: 2.75rem;
}
.before\:w-2\.5::before{
  content: var(--tw-content);
  width: 0.625rem;
}
.before\:w-6::before{
  content: var(--tw-content);
  width: 1.5rem;
}
.before\:w-8::before{
  content: var(--tw-content);
  width: 2rem;
}
.before\:-translate-x-full::before{
  content: var(--tw-content);
  --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));
}
.before\:-translate-y-1::before{
  content: var(--tw-content);
  --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));
}
.before\:rotate-0::before{
  content: var(--tw-content);
  --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));
}
.before\:rotate-45::before{
  content: var(--tw-content);
  --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));
}
@keyframes shimmer{
  100%{
    content: var(--tw-content);
    transform: translateX(100%);
  }
}
.before\:animate-\[shimmer_2s_infinite\]::before{
  content: var(--tw-content);
  animation: shimmer 2s infinite;
}
.before\:animate-none::before{
  content: var(--tw-content);
  animation: none;
}
.before\:rounded-\[calc\(theme\(borderRadius\.medium\)\*0\.5\)\]::before{
  content: var(--tw-content);
  border-radius: calc(var(--heroui-radius-medium) * 0.5);
}
.before\:rounded-\[calc\(theme\(borderRadius\.medium\)\*0\.6\)\]::before{
  content: var(--tw-content);
  border-radius: calc(var(--heroui-radius-medium) * 0.6);
}
.before\:rounded-\[calc\(theme\(borderRadius\.medium\)\*0\.7\)\]::before{
  content: var(--tw-content);
  border-radius: calc(var(--heroui-radius-medium) * 0.7);
}
.before\:rounded-full::before{
  content: var(--tw-content);
  border-radius: 9999px;
}
.before\:rounded-none::before{
  content: var(--tw-content);
  border-radius: 0px;
}
.before\:rounded-sm::before{
  content: var(--tw-content);
  border-radius: 0.125rem;
}
.before\:border-2::before{
  content: var(--tw-content);
  border-width: 2px;
}
.before\:border-t::before{
  content: var(--tw-content);
  border-top-width: 1px;
}
.before\:border-solid::before{
  content: var(--tw-content);
  border-style: solid;
}
.before\:border-content4\/30::before{
  content: var(--tw-content);
  border-color: hsl(var(--heroui-content4) / 0.3);
}
.before\:border-danger::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-danger) / var(--heroui-danger-opacity, var(--tw-border-opacity)));
}
.before\:border-default::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-default) / var(--heroui-default-opacity, var(--tw-border-opacity)));
}
.before\:bg-content1::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-content1) / var(--heroui-content1-opacity, var(--tw-bg-opacity)));
}
.before\:bg-current::before{
  content: var(--tw-content);
  background-color: currentColor;
}
.before\:bg-danger::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-danger) / var(--heroui-danger-opacity, var(--tw-bg-opacity)));
}
.before\:bg-danger\/20::before{
  content: var(--tw-content);
  background-color: hsl(var(--heroui-danger) / 0.2);
}
.before\:bg-default\/60::before{
  content: var(--tw-content);
  background-color: hsl(var(--heroui-default) / 0.6);
}
.before\:bg-foreground::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-foreground) / var(--heroui-foreground-opacity, var(--tw-bg-opacity)));
}
.before\:bg-primary::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-primary) / var(--heroui-primary-opacity, var(--tw-bg-opacity)));
}
.before\:bg-primary\/20::before{
  content: var(--tw-content);
  background-color: hsl(var(--heroui-primary) / 0.2);
}
.before\:bg-secondary::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-secondary) / var(--heroui-secondary-opacity, var(--tw-bg-opacity)));
}
.before\:bg-secondary\/20::before{
  content: var(--tw-content);
  background-color: hsl(var(--heroui-secondary) / 0.2);
}
.before\:bg-success::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-success) / var(--heroui-success-opacity, var(--tw-bg-opacity)));
}
.before\:bg-success\/20::before{
  content: var(--tw-content);
  background-color: hsl(var(--heroui-success) / 0.2);
}
.before\:bg-transparent::before{
  content: var(--tw-content);
  background-color: transparent;
}
.before\:bg-warning::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-warning) / var(--heroui-warning-opacity, var(--tw-bg-opacity)));
}
.before\:bg-warning\/20::before{
  content: var(--tw-content);
  background-color: hsl(var(--heroui-warning) / 0.2);
}
.before\:bg-gradient-to-r::before{
  content: var(--tw-content);
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.before\:from-transparent::before{
  content: var(--tw-content);
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.before\:via-content4::before{
  content: var(--tw-content);
  --tw-gradient-to: hsl(var(--heroui-content4) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--heroui-content4) / var(--heroui-content4-opacity, 1)) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.before\:to-transparent::before{
  content: var(--tw-content);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.before\:opacity-0::before{
  content: var(--tw-content);
  opacity: 0;
}
.before\:opacity-100::before{
  content: var(--tw-content);
  opacity: 1;
}
.before\:shadow-small::before{
  content: var(--tw-content);
  --tw-shadow: var(--heroui-box-shadow-small);
  --tw-shadow-colored: var(--heroui-box-shadow-small);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.before\:transition-colors::before{
  content: var(--tw-content);
  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: 250ms;
}
.before\:transition-none::before{
  content: var(--tw-content);
  transition-property: none;
}
.before\:transition-transform::before{
  content: var(--tw-content);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 250ms;
}
.before\:duration-150::before{
  content: var(--tw-content);
  transition-duration: 150ms;
}
.before\:content-\[\'\'\]::before{
  --tw-content: '';
  content: var(--tw-content);
}
.before\:transition-width::before{
  content: var(--tw-content);
  transition-property: width;
  transition-timing-function: ease;
  transition-duration: 250ms;
}
.after\:pointer-events-auto::after{
  content: var(--tw-content);
  pointer-events: auto;
}
.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}
.after\:inset-0::after{
  content: var(--tw-content);
  inset: 0px;
}
.after\:-bottom-1::after{
  content: var(--tw-content);
  bottom: -0.25rem;
}
.after\:-bottom-\[2px\]::after{
  content: var(--tw-content);
  bottom: -2px;
}
.after\:bottom-0::after{
  content: var(--tw-content);
  bottom: 0px;
}
.after\:bottom-\[calc\(-1\*var\(--bottom-extension\2c 16px\)\)\]::after{
  content: var(--tw-content);
  bottom: calc(-1 * var(--bottom-extension,16px));
}
.after\:left-0::after{
  content: var(--tw-content);
  left: 0px;
}
.after\:left-1\/2::after{
  content: var(--tw-content);
  left: 50%;
}
.after\:right-0::after{
  content: var(--tw-content);
  right: 0px;
}
.after\:top-0::after{
  content: var(--tw-content);
  top: 0px;
}
.after\:-z-10::after{
  content: var(--tw-content);
  z-index: -10;
}
.after\:z-0::after{
  content: var(--tw-content);
  z-index: 0;
}
.after\:z-\[-1\]::after{
  content: var(--tw-content);
  z-index: -1;
}
.after\:ml-0\.5::after{
  content: var(--tw-content);
  margin-left: 0.125rem;
}
.after\:ms-0\.5::after{
  content: var(--tw-content);
  margin-inline-start: 0.125rem;
}
.after\:block::after{
  content: var(--tw-content);
  display: block;
}
.after\:h-0::after{
  content: var(--tw-content);
  height: 0px;
}
.after\:h-4::after{
  content: var(--tw-content);
  height: 1rem;
}
.after\:h-5::after{
  content: var(--tw-content);
  height: 1.25rem;
}
.after\:h-\[2px\]::after{
  content: var(--tw-content);
  height: 2px;
}
.after\:h-\[var\(--bottom-extension\2c 16px\)\]::after{
  content: var(--tw-content);
  height: var(--bottom-extension,16px);
}
.after\:h-divider::after{
  content: var(--tw-content);
  height: var(--heroui-divider-weight);
}
.after\:h-full::after{
  content: var(--tw-content);
  height: 100%;
}
.after\:h-px::after{
  content: var(--tw-content);
  height: 1px;
}
.after\:w-0::after{
  content: var(--tw-content);
  width: 0px;
}
.after\:w-4::after{
  content: var(--tw-content);
  width: 1rem;
}
.after\:w-5::after{
  content: var(--tw-content);
  width: 1.25rem;
}
.after\:w-6::after{
  content: var(--tw-content);
  width: 1.5rem;
}
.after\:w-\[80\%\]::after{
  content: var(--tw-content);
  width: 80%;
}
.after\:w-full::after{
  content: var(--tw-content);
  width: 100%;
}
.after\:origin-center::after{
  content: var(--tw-content);
  transform-origin: center;
}
.after\:-translate-x-1\/2::after{
  content: var(--tw-content);
  --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));
}
.after\:translate-y-1::after{
  content: var(--tw-content);
  --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));
}
.after\:rotate-0::after{
  content: var(--tw-content);
  --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));
}
.after\:scale-50::after{
  content: var(--tw-content);
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  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));
}
.after\:rounded-\[calc\(theme\(borderRadius\.large\)\/2\)\]::after{
  content: var(--tw-content);
  border-radius: calc(var(--heroui-radius-large) / 2);
}
.after\:rounded-\[calc\(theme\(borderRadius\.medium\)\*0\.5\)\]::after{
  content: var(--tw-content);
  border-radius: calc(var(--heroui-radius-medium) * 0.5);
}
.after\:rounded-\[calc\(theme\(borderRadius\.medium\)\*0\.6\)\]::after{
  content: var(--tw-content);
  border-radius: calc(var(--heroui-radius-medium) * 0.6);
}
.after\:rounded-\[calc\(theme\(borderRadius\.medium\)\*0\.7\)\]::after{
  content: var(--tw-content);
  border-radius: calc(var(--heroui-radius-medium) * 0.7);
}
.after\:rounded-\[calc\(theme\(borderRadius\.medium\)\/3\)\]::after{
  content: var(--tw-content);
  border-radius: calc(var(--heroui-radius-medium) / 3);
}
.after\:rounded-\[calc\(theme\(borderRadius\.small\)\/3\)\]::after{
  content: var(--tw-content);
  border-radius: calc(var(--heroui-radius-small) / 3);
}
.after\:rounded-full::after{
  content: var(--tw-content);
  border-radius: 9999px;
}
.after\:rounded-none::after{
  content: var(--tw-content);
  border-radius: 0px;
}
.after\:rounded-xl::after{
  content: var(--tw-content);
  border-radius: 0.75rem;
}
.after\:\!bg-danger::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1 !important;
  background-color: hsl(var(--heroui-danger) / var(--heroui-danger-opacity, var(--tw-bg-opacity))) !important;
}
.after\:bg-background::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-background) / var(--heroui-background-opacity, var(--tw-bg-opacity)));
}
.after\:bg-content1::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-content1) / var(--heroui-content1-opacity, var(--tw-bg-opacity)));
}
.after\:bg-content3::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-content3) / var(--heroui-content3-opacity, var(--tw-bg-opacity)));
}
.after\:bg-current::after{
  content: var(--tw-content);
  background-color: currentColor;
}
.after\:bg-danger::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-danger) / var(--heroui-danger-opacity, var(--tw-bg-opacity)));
}
.after\:bg-default::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-default) / var(--heroui-default-opacity, var(--tw-bg-opacity)));
}
.after\:bg-default-foreground::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-default-foreground) / var(--heroui-default-foreground-opacity, var(--tw-bg-opacity)));
}
.after\:bg-divider::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-divider) / var(--heroui-divider-opacity, var(--tw-bg-opacity)));
}
.after\:bg-foreground::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-foreground) / var(--heroui-foreground-opacity, var(--tw-bg-opacity)));
}
.after\:bg-primary::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-primary) / var(--heroui-primary-opacity, var(--tw-bg-opacity)));
}
.after\:bg-secondary::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-secondary) / var(--heroui-secondary-opacity, var(--tw-bg-opacity)));
}
.after\:bg-success::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-success) / var(--heroui-success-opacity, var(--tw-bg-opacity)));
}
.after\:bg-transparent::after{
  content: var(--tw-content);
  background-color: transparent;
}
.after\:bg-warning::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-warning) / var(--heroui-warning-opacity, var(--tw-bg-opacity)));
}
.after\:text-danger::after{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-danger) / var(--heroui-danger-opacity, var(--tw-text-opacity)));
}
.after\:text-danger-foreground::after{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-danger-foreground) / var(--heroui-danger-foreground-opacity, var(--tw-text-opacity)));
}
.after\:text-default-foreground::after{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-default-foreground) / var(--heroui-default-foreground-opacity, var(--tw-text-opacity)));
}
.after\:text-primary-foreground::after{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-primary-foreground) / var(--heroui-primary-foreground-opacity, var(--tw-text-opacity)));
}
.after\:text-secondary-foreground::after{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-secondary-foreground) / var(--heroui-secondary-foreground-opacity, var(--tw-text-opacity)));
}
.after\:text-success-foreground::after{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-success-foreground) / var(--heroui-success-foreground-opacity, var(--tw-text-opacity)));
}
.after\:text-warning-foreground::after{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-warning-foreground) / var(--heroui-warning-foreground-opacity, var(--tw-text-opacity)));
}
.after\:opacity-0::after{
  content: var(--tw-content);
  opacity: 0;
}
.after\:opacity-100::after{
  content: var(--tw-content);
  opacity: 1;
}
.after\:shadow-\[0_1px_0px_0_rgba\(0\2c 0\2c 0\2c 0\.05\)\]::after{
  content: var(--tw-content);
  --tw-shadow: 0 1px 0px 0 rgba(0,0,0,0.05);
  --tw-shadow-colored: 0 1px 0px 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);
}
.after\:shadow-small::after{
  content: var(--tw-content);
  --tw-shadow: var(--heroui-box-shadow-small);
  --tw-shadow-colored: var(--heroui-box-shadow-small);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.after\:transition-all::after{
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 250ms;
}
.after\:transition-none::after{
  content: var(--tw-content);
  transition-property: none;
}
.after\:transition-transform::after{
  content: var(--tw-content);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 250ms;
}
.after\:\!duration-200::after{
  content: var(--tw-content);
  transition-duration: 200ms !important;
}
.after\:duration-150::after{
  content: var(--tw-content);
  transition-duration: 150ms;
}
.after\:\!ease-linear::after{
  content: var(--tw-content);
  transition-timing-function: linear !important;
}
.after\:content-\[\'\'\]::after{
  --tw-content: '';
  content: var(--tw-content);
}
.after\:content-\[\'\*\'\]::after{
  --tw-content: '*';
  content: var(--tw-content);
}
.after\:transition-background::after{
  content: var(--tw-content);
  transition-property: background;
  transition-timing-function: ease;
  transition-duration: 250ms;
}
.after\:transition-width::after{
  content: var(--tw-content);
  transition-property: width;
  transition-timing-function: ease;
  transition-duration: 250ms;
}
.after\:transition-height::after{
  content: var(--tw-content);
  transition-property: height;
  transition-timing-function: ease;
  transition-duration: 250ms;
}
.after\:transition-transform-opacity::after{
  content: var(--tw-content);
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 250ms;
}
.first\:-ml-0\.5:first-child{
  margin-left: -0.125rem;
}
.first\:mt-2:first-child{
  margin-top: 0.5rem;
}
.first\:rounded-s-full:first-child{
  border-start-start-radius: 9999px;
  border-end-start-radius: 9999px;
}
.first\:rounded-s-large:first-child{
  border-start-start-radius: var(--heroui-radius-large);
  border-end-start-radius: var(--heroui-radius-large);
}
.first\:rounded-s-lg:first-child{
  border-start-start-radius: 0.5rem;
  border-end-start-radius: 0.5rem;
}
.first\:rounded-s-medium:first-child{
  border-start-start-radius: var(--heroui-radius-medium);
  border-end-start-radius: var(--heroui-radius-medium);
}
.first\:rounded-s-none:first-child{
  border-start-start-radius: 0px;
  border-end-start-radius: 0px;
}
.first\:rounded-s-small:first-child{
  border-start-start-radius: var(--heroui-radius-small);
  border-end-start-radius: var(--heroui-radius-small);
}
.first\:before\:rounded-s-lg:first-child::before{
  content: var(--tw-content);
  border-start-start-radius: 0.5rem;
  border-end-start-radius: 0.5rem;
}
.last\:rounded-e-full:last-child{
  border-start-end-radius: 9999px;
  border-end-end-radius: 9999px;
}
.last\:rounded-e-large:last-child{
  border-start-end-radius: var(--heroui-radius-large);
  border-end-end-radius: var(--heroui-radius-large);
}
.last\:rounded-e-lg:last-child{
  border-start-end-radius: 0.5rem;
  border-end-end-radius: 0.5rem;
}
.last\:rounded-e-medium:last-child{
  border-start-end-radius: var(--heroui-radius-medium);
  border-end-end-radius: var(--heroui-radius-medium);
}
.last\:rounded-e-none:last-child{
  border-start-end-radius: 0px;
  border-end-end-radius: 0px;
}
.last\:rounded-e-small:last-child{
  border-start-end-radius: var(--heroui-radius-small);
  border-end-end-radius: var(--heroui-radius-small);
}
.last\:before\:rounded-e-lg:last-child::before{
  content: var(--tw-content);
  border-start-end-radius: 0.5rem;
  border-end-end-radius: 0.5rem;
}
.first-of-type\:rounded-e-none:first-of-type{
  border-start-end-radius: 0px;
  border-end-end-radius: 0px;
}
.last-of-type\:rounded-s-none:last-of-type{
  border-start-start-radius: 0px;
  border-end-start-radius: 0px;
}
.autofill\:bg-transparent:-webkit-autofill{
  background-color: transparent;
}
.autofill\:bg-transparent:autofill{
  background-color: transparent;
}
.focus-within\:border-danger:focus-within{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-danger) / var(--heroui-danger-opacity, var(--tw-border-opacity)));
}
.focus-within\:border-default-400:focus-within{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-default-400) / var(--heroui-default-400-opacity, var(--tw-border-opacity)));
}
.focus-within\:border-default-foreground:focus-within{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-default-foreground) / var(--heroui-default-foreground-opacity, var(--tw-border-opacity)));
}
.focus-within\:border-primary:focus-within{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-primary) / var(--heroui-primary-opacity, var(--tw-border-opacity)));
}
.focus-within\:border-secondary:focus-within{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-secondary) / var(--heroui-secondary-opacity, var(--tw-border-opacity)));
}
.focus-within\:border-success:focus-within{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-success) / var(--heroui-success-opacity, var(--tw-border-opacity)));
}
.focus-within\:border-warning:focus-within{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-warning) / var(--heroui-warning-opacity, var(--tw-border-opacity)));
}
.focus-within\:bg-danger-50:focus-within{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-danger-50) / var(--heroui-danger-50-opacity, var(--tw-bg-opacity)));
}
.focus-within\:bg-primary-50:focus-within{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-primary-50) / var(--heroui-primary-50-opacity, var(--tw-bg-opacity)));
}
.focus-within\:bg-secondary-50:focus-within{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-secondary-50) / var(--heroui-secondary-50-opacity, var(--tw-bg-opacity)));
}
.focus-within\:bg-success-50:focus-within{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-success-50) / var(--heroui-success-50-opacity, var(--tw-bg-opacity)));
}
.focus-within\:bg-warning-50:focus-within{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-warning-50) / var(--heroui-warning-50-opacity, var(--tw-bg-opacity)));
}
.focus-within\:after\:w-full:focus-within::after{
  content: var(--tw-content);
  width: 100%;
}
.hover\:-translate-x-0:hover{
  --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));
}
.hover\:scale-125:hover{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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-danger:hover{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-danger) / var(--heroui-danger-opacity, var(--tw-border-opacity)));
}
.hover\:border-default:hover{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-default) / var(--heroui-default-opacity, var(--tw-border-opacity)));
}
.hover\:border-default-300:hover{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-default-300) / var(--heroui-default-300-opacity, var(--tw-border-opacity)));
}
.hover\:border-default-400:hover{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-default-400) / var(--heroui-default-400-opacity, var(--tw-border-opacity)));
}
.hover\:border-primary:hover{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-primary) / var(--heroui-primary-opacity, var(--tw-border-opacity)));
}
.hover\:border-secondary:hover{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-secondary) / var(--heroui-secondary-opacity, var(--tw-border-opacity)));
}
.hover\:border-success:hover{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-success) / var(--heroui-success-opacity, var(--tw-border-opacity)));
}
.hover\:border-warning:hover{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-warning) / var(--heroui-warning-opacity, var(--tw-border-opacity)));
}
.hover\:\!bg-foreground:hover{
  --tw-bg-opacity: 1 !important;
  background-color: hsl(var(--heroui-foreground) / var(--heroui-foreground-opacity, var(--tw-bg-opacity))) !important;
}
.hover\:bg-blue-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.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-blue-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}
.hover\:bg-danger:hover{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-danger) / var(--heroui-danger-opacity, var(--tw-bg-opacity)));
}
.hover\:bg-danger-50:hover{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-danger-50) / var(--heroui-danger-50-opacity, var(--tw-bg-opacity)));
}
.hover\:bg-default-100:hover{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-default-100) / var(--heroui-default-100-opacity, var(--tw-bg-opacity)));
}
.hover\:bg-default-200:hover{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-default-200) / var(--heroui-default-200-opacity, var(--tw-bg-opacity)));
}
.hover\:bg-primary-50:hover{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-primary-50) / var(--heroui-primary-50-opacity, var(--tw-bg-opacity)));
}
.hover\:bg-secondary-50:hover{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-secondary-50) / var(--heroui-secondary-50-opacity, var(--tw-bg-opacity)));
}
.hover\:bg-success-50:hover{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-success-50) / var(--heroui-success-50-opacity, var(--tw-bg-opacity)));
}
.hover\:bg-warning-50:hover{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-warning-50) / var(--heroui-warning-50-opacity, var(--tw-bg-opacity)));
}
.hover\:bg-opacity-50:hover{
  --tw-bg-opacity: 0.5;
}
.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-danger-600:hover{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-danger-600) / var(--heroui-danger-600-opacity, var(--tw-text-opacity)));
}
.hover\:text-default-600:hover{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-default-600) / var(--heroui-default-600-opacity, var(--tw-text-opacity)));
}
.hover\:text-default-900:hover{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-default-900) / var(--heroui-default-900-opacity, var(--tw-text-opacity)));
}
.hover\:text-foreground-600:hover{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-foreground-600) / var(--heroui-foreground-600-opacity, var(--tw-text-opacity)));
}
.hover\:text-gray-700:hover{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.hover\:text-neutral-500:hover{
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
.hover\:text-primary-600:hover{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-primary-600) / var(--heroui-primary-600-opacity, var(--tw-text-opacity)));
}
.hover\:text-secondary-600:hover{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-secondary-600) / var(--heroui-secondary-600-opacity, var(--tw-text-opacity)));
}
.hover\:text-success-600:hover{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-success-600) / var(--heroui-success-600-opacity, var(--tw-text-opacity)));
}
.hover\:text-warning-600:hover{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-warning-600) / var(--heroui-warning-600-opacity, var(--tw-text-opacity)));
}
.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\:\!opacity-100:hover{
  opacity: 1 !important;
}
.hover\:opacity-100:hover{
  opacity: 1;
}
.hover\:opacity-hover:hover{
  opacity: var(--heroui-hover-opacity);
}
.hover\:after\:bg-danger\/20:hover::after{
  content: var(--tw-content);
  background-color: hsl(var(--heroui-danger) / 0.2);
}
.hover\:after\:bg-foreground\/10:hover::after{
  content: var(--tw-content);
  background-color: hsl(var(--heroui-foreground) / 0.1);
}
.hover\:after\:bg-primary\/20:hover::after{
  content: var(--tw-content);
  background-color: hsl(var(--heroui-primary) / 0.2);
}
.hover\:after\:bg-secondary\/20:hover::after{
  content: var(--tw-content);
  background-color: hsl(var(--heroui-secondary) / 0.2);
}
.hover\:after\:bg-success\/20:hover::after{
  content: var(--tw-content);
  background-color: hsl(var(--heroui-success) / 0.2);
}
.hover\:after\:bg-warning\/20:hover::after{
  content: var(--tw-content);
  background-color: hsl(var(--heroui-warning) / 0.2);
}
.hover\:after\:opacity-100:hover::after{
  content: var(--tw-content);
  opacity: 1;
}
.focus-within\:hover\:border-danger:hover:focus-within{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-danger) / var(--heroui-danger-opacity, var(--tw-border-opacity)));
}
.focus-within\:hover\:border-default-foreground:hover:focus-within{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-default-foreground) / var(--heroui-default-foreground-opacity, var(--tw-border-opacity)));
}
.focus-within\:hover\:border-primary:hover:focus-within{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-primary) / var(--heroui-primary-opacity, var(--tw-border-opacity)));
}
.focus-within\:hover\:border-secondary:hover:focus-within{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-secondary) / var(--heroui-secondary-opacity, var(--tw-border-opacity)));
}
.focus-within\:hover\:border-success:hover:focus-within{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-success) / var(--heroui-success-opacity, var(--tw-border-opacity)));
}
.focus-within\:hover\:border-warning:hover:focus-within{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-warning) / var(--heroui-warning-opacity, var(--tw-border-opacity)));
}
.focus-within\:hover\:bg-default-100:hover:focus-within{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-default-100) / var(--heroui-default-100-opacity, var(--tw-bg-opacity)));
}
.focus\:bg-danger-400\/50:focus{
  background-color: hsl(var(--heroui-danger-400) / 0.5);
}
.focus\:bg-default-400\/50:focus{
  background-color: hsl(var(--heroui-default-400) / 0.5);
}
.focus\:bg-primary-400\/50:focus{
  background-color: hsl(var(--heroui-primary-400) / 0.5);
}
.focus\:bg-secondary-400\/50:focus{
  background-color: hsl(var(--heroui-secondary-400) / 0.5);
}
.focus\:bg-success-400\/50:focus{
  background-color: hsl(var(--heroui-success-400) / 0.5);
}
.focus\:bg-warning-400\/50:focus{
  background-color: hsl(var(--heroui-warning-400) / 0.5);
}
.focus\:underline:focus{
  text-decoration-line: underline;
}
.focus\:shadow-sm:focus{
  --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\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:z-10:focus-visible{
  z-index: 10;
}
.focus-visible\:outline-none:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:outline-2:focus-visible{
  outline-width: 2px;
}
.focus-visible\:outline-offset-2:focus-visible{
  outline-offset: 2px;
}
.focus-visible\:outline-focus:focus-visible{
  outline-color: hsl(var(--heroui-focus) / var(--heroui-focus-opacity, 1));
}
.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\:bg-default-200:active{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-default-200) / var(--heroui-default-200-opacity, var(--tw-bg-opacity)));
}
.active\:bg-default-300:active{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-default-300) / var(--heroui-default-300-opacity, var(--tw-bg-opacity)));
}
.active\:bg-none:active{
  background-image: none;
}
.active\:underline:active{
  text-decoration-line: underline;
}
.active\:\!opacity-70:active{
  opacity: 0.7 !important;
}
.active\:opacity-disabled:active{
  opacity: var(--heroui-disabled-opacity);
}
.disabled\:cursor-default:disabled{
  cursor: default;
}
.group:hover .group-hover\:pointer-events-auto{
  pointer-events: auto;
}
.group:hover .group-hover\:block{
  display: block;
}
.group:hover .group-hover\:hidden{
  display: none;
}
.group:hover .group-hover\:border-current{
  border-color: currentColor;
}
.group:hover .group-hover\:border-slate-700{
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}
.group:hover .group-hover\:bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.group:hover .group-hover\:text-current{
  color: currentColor;
}
.group:hover .group-hover\:opacity-100{
  opacity: 1;
}
.has-\[\:disabled\]\:opacity-60:has(:disabled){
  opacity: 0.6;
}
.aria-expanded\:scale-\[0\.97\][aria-expanded="true"]{
  --tw-scale-x: 0.97;
  --tw-scale-y: 0.97;
  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));
}
.aria-expanded\:opacity-70[aria-expanded="true"]{
  opacity: 0.7;
}
.data-\[disabled\=true\]\:pointer-events-none[data-disabled="true"]{
  pointer-events: none;
}
.data-\[loaded\=true\]\:pointer-events-auto[data-loaded="true"]{
  pointer-events: auto;
}
.data-\[visible\=true\]\:pointer-events-auto[data-visible="true"]{
  pointer-events: auto;
}
.data-\[placement\=bottom-center\]\:fixed[data-placement="bottom-center"]{
  position: fixed;
}
.data-\[placement\=bottom-left\]\:fixed[data-placement="bottom-left"]{
  position: fixed;
}
.data-\[placement\=bottom-right\]\:fixed[data-placement="bottom-right"]{
  position: fixed;
}
.data-\[placement\=top-center\]\:fixed[data-placement="top-center"]{
  position: fixed;
}
.data-\[placement\=top-left\]\:fixed[data-placement="top-left"]{
  position: fixed;
}
.data-\[placement\=top-right\]\:fixed[data-placement="top-right"]{
  position: fixed;
}
.data-\[placement\=bottom-center\]\:bottom-0[data-placement="bottom-center"]{
  bottom: 0px;
}
.data-\[placement\=bottom-center\]\:left-0[data-placement="bottom-center"]{
  left: 0px;
}
.data-\[placement\=bottom-center\]\:left-1\/2[data-placement="bottom-center"]{
  left: 50%;
}
.data-\[placement\=bottom-center\]\:right-0[data-placement="bottom-center"]{
  right: 0px;
}
.data-\[placement\=bottom-left\]\:bottom-0[data-placement="bottom-left"]{
  bottom: 0px;
}
.data-\[placement\=bottom-left\]\:left-0[data-placement="bottom-left"]{
  left: 0px;
}
.data-\[placement\=bottom-right\]\:bottom-0[data-placement="bottom-right"]{
  bottom: 0px;
}
.data-\[placement\=bottom-right\]\:right-0[data-placement="bottom-right"]{
  right: 0px;
}
.data-\[placement\=top-center\]\:left-0[data-placement="top-center"]{
  left: 0px;
}
.data-\[placement\=top-center\]\:left-1\/2[data-placement="top-center"]{
  left: 50%;
}
.data-\[placement\=top-center\]\:right-0[data-placement="top-center"]{
  right: 0px;
}
.data-\[placement\=top-center\]\:top-0[data-placement="top-center"]{
  top: 0px;
}
.data-\[placement\=top-left\]\:left-0[data-placement="top-left"]{
  left: 0px;
}
.data-\[placement\=top-left\]\:top-0[data-placement="top-left"]{
  top: 0px;
}
.data-\[placement\=top-right\]\:right-0[data-placement="top-right"]{
  right: 0px;
}
.data-\[placement\=top-right\]\:top-0[data-placement="top-right"]{
  top: 0px;
}
.data-\[focus-visible\=true\]\:z-10[data-focus-visible="true"]{
  z-index: 10;
}
.data-\[focused\=true\]\:z-10[data-focused="true"]{
  z-index: 10;
}
.data-\[placement\=bottom-left\]\:mx-auto[data-placement="bottom-left"]{
  margin-left: auto;
  margin-right: auto;
}
.data-\[placement\=bottom-right\]\:mx-auto[data-placement="bottom-right"]{
  margin-left: auto;
  margin-right: auto;
}
.data-\[placement\=top-left\]\:mx-auto[data-placement="top-left"]{
  margin-left: auto;
  margin-right: auto;
}
.data-\[placement\=top-right\]\:mx-auto[data-placement="top-right"]{
  margin-left: auto;
  margin-right: auto;
}
.data-\[has-label\=true\]\:mt-\[calc\(theme\(fontSize\.small\)_\+_10px\)\][data-has-label="true"]{
  margin-top: calc(var(--heroui-font-size-small) + 10px);
}
.data-\[has-label\=true\]\:mt-\[calc\(theme\(fontSize\.small\)_\+_12px\)\][data-has-label="true"]{
  margin-top: calc(var(--heroui-font-size-small) + 12px);
}
.data-\[has-label\=true\]\:mt-\[calc\(theme\(fontSize\.small\)_\+_8px\)\][data-has-label="true"]{
  margin-top: calc(var(--heroui-font-size-small) + 8px);
}
.data-\[open\=true\]\:block[data-open="true"]{
  display: block;
}
.data-\[open\=true\]\:flex[data-open="true"]{
  display: flex;
}
.data-\[placement\=bottom-center\]\:flex[data-placement="bottom-center"]{
  display: flex;
}
.data-\[placement\=bottom-left\]\:flex[data-placement="bottom-left"]{
  display: flex;
}
.data-\[placement\=bottom-right\]\:flex[data-placement="bottom-right"]{
  display: flex;
}
.data-\[placement\=top-center\]\:flex[data-placement="top-center"]{
  display: flex;
}
.data-\[placement\=top-left\]\:flex[data-placement="top-left"]{
  display: flex;
}
.data-\[placement\=top-right\]\:flex[data-placement="top-right"]{
  display: flex;
}
.data-\[hidden\=true\]\:hidden[data-hidden="true"]{
  display: none;
}
.data-\[inert\=true\]\:hidden[data-inert="true"]{
  display: none;
}
.data-\[justify\=end\]\:flex-grow[data-justify="end"]{
  flex-grow: 1;
}
.data-\[justify\=end\]\:flex-grow-0[data-justify="end"]{
  flex-grow: 0;
}
.data-\[justify\=start\]\:flex-grow[data-justify="start"]{
  flex-grow: 1;
}
.data-\[justify\=end\]\:basis-0[data-justify="end"]{
  flex-basis: 0px;
}
.data-\[justify\=start\]\:basis-0[data-justify="start"]{
  flex-basis: 0px;
}
.data-\[focus-visible\=true\]\:-translate-x-3[data-focus-visible="true"]{
  --tw-translate-x: -0.75rem;
  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-\[hover\=true\]\:-translate-x-3[data-hover="true"]{
  --tw-translate-x: -0.75rem;
  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-\[hover\=true\]\:translate-x-0[data-hover="true"]{
  --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-\[placement\=bottom-center\]\:-translate-x-1\/2[data-placement="bottom-center"]{
  --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));
}
.data-\[placement\=top-center\]\:-translate-x-1\/2[data-placement="top-center"]{
  --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));
}
.data-\[toast-exiting\=true\]\:data-\[placement\=bottom-center\]\:translate-y-full[data-placement="bottom-center"][data-toast-exiting="true"]{
  --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));
}
.data-\[toast-exiting\=true\]\:data-\[placement\=bottom-left\]\:-translate-x-full[data-placement="bottom-left"][data-toast-exiting="true"]{
  --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));
}
.data-\[toast-exiting\=true\]\:data-\[placement\=bottom-right\]\:translate-x-full[data-placement="bottom-right"][data-toast-exiting="true"]{
  --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));
}
.data-\[toast-exiting\=true\]\:data-\[placement\=top-center\]\:-translate-y-full[data-placement="top-center"][data-toast-exiting="true"]{
  --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));
}
.data-\[toast-exiting\=true\]\:data-\[placement\=top-left\]\:-translate-x-full[data-placement="top-left"][data-toast-exiting="true"]{
  --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));
}
.data-\[toast-exiting\=true\]\:data-\[placement\=top-right\]\:translate-x-full[data-placement="top-right"][data-toast-exiting="true"]{
  --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));
}
.data-\[before\=true\]\:rotate-180[data-before="true"]{
  --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));
}
.data-\[direction\=ascending\]\:rotate-180[data-direction="ascending"]{
  --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));
}
.data-\[open\=true\]\:-rotate-180[data-open="true"]{
  --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));
}
.data-\[open\=true\]\:-rotate-90[data-open="true"]{
  --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));
}
.data-\[open\=true\]\:rotate-180[data-open="true"]{
  --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));
}
.data-\[active\=true\]\:scale-100[data-active="true"]{
  --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));
}
.data-\[active\=true\]\:scale-110[data-active="true"]{
  --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));
}
.data-\[invisible\=true\]\:scale-0[data-invisible="true"]{
  --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));
}
.data-\[pressed\=true\]\:scale-100[data-pressed="true"]{
  --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));
}
.data-\[pressed\=true\]\:scale-\[0\.97\][data-pressed="true"]{
  --tw-scale-x: 0.97;
  --tw-scale-y: 0.97;
  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-\[toast-exiting\=true\]\:transform-gpu[data-toast-exiting="true"]{
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) 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-\[disabled\=true\]\:cursor-default[data-disabled="true"]{
  cursor: default;
}
.data-\[disabled\=true\]\:cursor-not-allowed[data-disabled="true"]{
  cursor: not-allowed;
}
.data-\[dragging\=true\]\:cursor-grabbing[data-dragging="true"]{
  cursor: grabbing;
}
.data-\[readonly\=true\]\:cursor-default[data-readonly="true"]{
  cursor: default;
}
.data-\[sortable\=true\]\:cursor-pointer[data-sortable="true"]{
  cursor: pointer;
}
.data-\[unavailable\=true\]\:cursor-default[data-unavailable="true"]{
  cursor: default;
}
.data-\[visible\=true\]\:cursor-pointer[data-visible="true"]{
  cursor: pointer;
}
.data-\[orientation\=horizontal\]\:flex-row[data-orientation="horizontal"]{
  flex-direction: row;
}
.data-\[placement\=bottom-center\]\:flex-col[data-placement="bottom-center"]{
  flex-direction: column;
}
.data-\[placement\=bottom-left\]\:flex-col[data-placement="bottom-left"]{
  flex-direction: column;
}
.data-\[placement\=bottom-right\]\:flex-col[data-placement="bottom-right"]{
  flex-direction: column;
}
.data-\[placement\=top-center\]\:flex-col[data-placement="top-center"]{
  flex-direction: column;
}
.data-\[placement\=top-left\]\:flex-col[data-placement="top-left"]{
  flex-direction: column;
}
.data-\[placement\=top-right\]\:flex-col[data-placement="top-right"]{
  flex-direction: column;
}
.data-\[has-helper\=true\]\:items-start[data-has-helper="true"]{
  align-items: flex-start;
}
.data-\[justify\=start\]\:justify-start[data-justify="start"]{
  justify-content: flex-start;
}
.data-\[justify\=end\]\:justify-end[data-justify="end"]{
  justify-content: flex-end;
}
.data-\[justify\=center\]\:justify-center[data-justify="center"]{
  justify-content: center;
}
.data-\[loaded\=true\]\:overflow-visible[data-loaded="true"]{
  overflow: visible;
}
.data-\[has-multiple-rows\=true\]\:rounded-large[data-has-multiple-rows="true"]{
  border-radius: var(--heroui-radius-large);
}
.data-\[selected\=true\]\:data-\[selection-end\=true\]\:data-\[range-selection\=true\]\:rounded-full[data-range-selection="true"][data-selection-end="true"][data-selected="true"]{
  border-radius: 9999px;
}
.data-\[selected\=true\]\:data-\[selection-start\=true\]\:data-\[range-selection\=true\]\:rounded-full[data-range-selection="true"][data-selection-start="true"][data-selected="true"]{
  border-radius: 9999px;
}
.data-\[type\=color\]\:rounded-none[data-type="color"]{
  border-radius: 0px;
}
.data-\[menu-open\=true\]\:border-none[data-menu-open="true"]{
  border-style: none;
}
.data-\[active\=true\]\:border-danger[data-active="true"]{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-danger) / var(--heroui-danger-opacity, var(--tw-border-opacity)));
}
.data-\[active\=true\]\:border-danger-400[data-active="true"]{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-danger-400) / var(--heroui-danger-400-opacity, var(--tw-border-opacity)));
}
.data-\[active\=true\]\:border-default-300[data-active="true"]{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-default-300) / var(--heroui-default-300-opacity, var(--tw-border-opacity)));
}
.data-\[active\=true\]\:border-default-400[data-active="true"]{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-default-400) / var(--heroui-default-400-opacity, var(--tw-border-opacity)));
}
.data-\[active\=true\]\:border-foreground[data-active="true"]{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-foreground) / var(--heroui-foreground-opacity, var(--tw-border-opacity)));
}
.data-\[active\=true\]\:border-primary[data-active="true"]{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-primary) / var(--heroui-primary-opacity, var(--tw-border-opacity)));
}
.data-\[active\=true\]\:border-secondary[data-active="true"]{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-secondary) / var(--heroui-secondary-opacity, var(--tw-border-opacity)));
}
.data-\[active\=true\]\:border-success[data-active="true"]{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-success) / var(--heroui-success-opacity, var(--tw-border-opacity)));
}
.data-\[active\=true\]\:border-warning[data-active="true"]{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-warning) / var(--heroui-warning-opacity, var(--tw-border-opacity)));
}
.data-\[focus\=true\]\:border-danger[data-focus="true"]{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-danger) / var(--heroui-danger-opacity, var(--tw-border-opacity)));
}
.data-\[focus\=true\]\:border-default-400[data-focus="true"]{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-default-400) / var(--heroui-default-400-opacity, var(--tw-border-opacity)));
}
.data-\[focus\=true\]\:border-default-foreground[data-focus="true"]{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-default-foreground) / var(--heroui-default-foreground-opacity, var(--tw-border-opacity)));
}
.data-\[focus\=true\]\:border-primary[data-focus="true"]{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-primary) / var(--heroui-primary-opacity, var(--tw-border-opacity)));
}
.data-\[focus\=true\]\:border-secondary[data-focus="true"]{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-secondary) / var(--heroui-secondary-opacity, var(--tw-border-opacity)));
}
.data-\[focus\=true\]\:border-success[data-focus="true"]{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-success) / var(--heroui-success-opacity, var(--tw-border-opacity)));
}
.data-\[focus\=true\]\:border-warning[data-focus="true"]{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-warning) / var(--heroui-warning-opacity, var(--tw-border-opacity)));
}
.data-\[hover\=true\]\:border-danger[data-hover="true"]{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-danger) / var(--heroui-danger-opacity, var(--tw-border-opacity)));
}
.data-\[hover\=true\]\:border-default[data-hover="true"]{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-default) / var(--heroui-default-opacity, var(--tw-border-opacity)));
}
.data-\[hover\=true\]\:border-default-400[data-hover="true"]{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-default-400) / var(--heroui-default-400-opacity, var(--tw-border-opacity)));
}
.data-\[hover\=true\]\:border-primary[data-hover="true"]{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-primary) / var(--heroui-primary-opacity, var(--tw-border-opacity)));
}
.data-\[hover\=true\]\:border-secondary[data-hover="true"]{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-secondary) / var(--heroui-secondary-opacity, var(--tw-border-opacity)));
}
.data-\[hover\=true\]\:border-success[data-hover="true"]{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-success) / var(--heroui-success-opacity, var(--tw-border-opacity)));
}
.data-\[hover\=true\]\:border-warning[data-hover="true"]{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-warning) / var(--heroui-warning-opacity, var(--tw-border-opacity)));
}
.data-\[open\=true\]\:border-danger[data-open="true"]{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-danger) / var(--heroui-danger-opacity, var(--tw-border-opacity)));
}
.data-\[open\=true\]\:border-default-400[data-open="true"]{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-default-400) / var(--heroui-default-400-opacity, var(--tw-border-opacity)));
}
.data-\[open\=true\]\:border-default-foreground[data-open="true"]{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-default-foreground) / var(--heroui-default-foreground-opacity, var(--tw-border-opacity)));
}
.data-\[open\=true\]\:border-primary[data-open="true"]{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-primary) / var(--heroui-primary-opacity, var(--tw-border-opacity)));
}
.data-\[open\=true\]\:border-secondary[data-open="true"]{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-secondary) / var(--heroui-secondary-opacity, var(--tw-border-opacity)));
}
.data-\[open\=true\]\:border-success[data-open="true"]{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-success) / var(--heroui-success-opacity, var(--tw-border-opacity)));
}
.data-\[open\=true\]\:border-warning[data-open="true"]{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-warning) / var(--heroui-warning-opacity, var(--tw-border-opacity)));
}
.data-\[fill-end\=true\]\:border-e-danger[data-fill-end="true"]{
  --tw-border-opacity: 1;
  border-inline-end-color: hsl(var(--heroui-danger) / var(--heroui-danger-opacity, var(--tw-border-opacity)));
}
.data-\[fill-end\=true\]\:border-e-foreground[data-fill-end="true"]{
  --tw-border-opacity: 1;
  border-inline-end-color: hsl(var(--heroui-foreground) / var(--heroui-foreground-opacity, var(--tw-border-opacity)));
}
.data-\[fill-end\=true\]\:border-e-primary[data-fill-end="true"]{
  --tw-border-opacity: 1;
  border-inline-end-color: hsl(var(--heroui-primary) / var(--heroui-primary-opacity, var(--tw-border-opacity)));
}
.data-\[fill-end\=true\]\:border-e-secondary[data-fill-end="true"]{
  --tw-border-opacity: 1;
  border-inline-end-color: hsl(var(--heroui-secondary) / var(--heroui-secondary-opacity, var(--tw-border-opacity)));
}
.data-\[fill-end\=true\]\:border-e-success[data-fill-end="true"]{
  --tw-border-opacity: 1;
  border-inline-end-color: hsl(var(--heroui-success) / var(--heroui-success-opacity, var(--tw-border-opacity)));
}
.data-\[fill-end\=true\]\:border-e-warning[data-fill-end="true"]{
  --tw-border-opacity: 1;
  border-inline-end-color: hsl(var(--heroui-warning) / var(--heroui-warning-opacity, var(--tw-border-opacity)));
}
.data-\[fill-end\=true\]\:border-t-danger[data-fill-end="true"]{
  --tw-border-opacity: 1;
  border-top-color: hsl(var(--heroui-danger) / var(--heroui-danger-opacity, var(--tw-border-opacity)));
}
.data-\[fill-end\=true\]\:border-t-foreground[data-fill-end="true"]{
  --tw-border-opacity: 1;
  border-top-color: hsl(var(--heroui-foreground) / var(--heroui-foreground-opacity, var(--tw-border-opacity)));
}
.data-\[fill-end\=true\]\:border-t-primary[data-fill-end="true"]{
  --tw-border-opacity: 1;
  border-top-color: hsl(var(--heroui-primary) / var(--heroui-primary-opacity, var(--tw-border-opacity)));
}
.data-\[fill-end\=true\]\:border-t-secondary[data-fill-end="true"]{
  --tw-border-opacity: 1;
  border-top-color: hsl(var(--heroui-secondary) / var(--heroui-secondary-opacity, var(--tw-border-opacity)));
}
.data-\[fill-end\=true\]\:border-t-success[data-fill-end="true"]{
  --tw-border-opacity: 1;
  border-top-color: hsl(var(--heroui-success) / var(--heroui-success-opacity, var(--tw-border-opacity)));
}
.data-\[fill-end\=true\]\:border-t-warning[data-fill-end="true"]{
  --tw-border-opacity: 1;
  border-top-color: hsl(var(--heroui-warning) / var(--heroui-warning-opacity, var(--tw-border-opacity)));
}
.data-\[fill-start\=true\]\:border-b-danger[data-fill-start="true"]{
  --tw-border-opacity: 1;
  border-bottom-color: hsl(var(--heroui-danger) / var(--heroui-danger-opacity, var(--tw-border-opacity)));
}
.data-\[fill-start\=true\]\:border-b-foreground[data-fill-start="true"]{
  --tw-border-opacity: 1;
  border-bottom-color: hsl(var(--heroui-foreground) / var(--heroui-foreground-opacity, var(--tw-border-opacity)));
}
.data-\[fill-start\=true\]\:border-b-primary[data-fill-start="true"]{
  --tw-border-opacity: 1;
  border-bottom-color: hsl(var(--heroui-primary) / var(--heroui-primary-opacity, var(--tw-border-opacity)));
}
.data-\[fill-start\=true\]\:border-b-secondary[data-fill-start="true"]{
  --tw-border-opacity: 1;
  border-bottom-color: hsl(var(--heroui-secondary) / var(--heroui-secondary-opacity, var(--tw-border-opacity)));
}
.data-\[fill-start\=true\]\:border-b-success[data-fill-start="true"]{
  --tw-border-opacity: 1;
  border-bottom-color: hsl(var(--heroui-success) / var(--heroui-success-opacity, var(--tw-border-opacity)));
}
.data-\[fill-start\=true\]\:border-b-warning[data-fill-start="true"]{
  --tw-border-opacity: 1;
  border-bottom-color: hsl(var(--heroui-warning) / var(--heroui-warning-opacity, var(--tw-border-opacity)));
}
.data-\[fill-start\=true\]\:border-s-danger[data-fill-start="true"]{
  --tw-border-opacity: 1;
  border-inline-start-color: hsl(var(--heroui-danger) / var(--heroui-danger-opacity, var(--tw-border-opacity)));
}
.data-\[fill-start\=true\]\:border-s-foreground[data-fill-start="true"]{
  --tw-border-opacity: 1;
  border-inline-start-color: hsl(var(--heroui-foreground) / var(--heroui-foreground-opacity, var(--tw-border-opacity)));
}
.data-\[fill-start\=true\]\:border-s-primary[data-fill-start="true"]{
  --tw-border-opacity: 1;
  border-inline-start-color: hsl(var(--heroui-primary) / var(--heroui-primary-opacity, var(--tw-border-opacity)));
}
.data-\[fill-start\=true\]\:border-s-secondary[data-fill-start="true"]{
  --tw-border-opacity: 1;
  border-inline-start-color: hsl(var(--heroui-secondary) / var(--heroui-secondary-opacity, var(--tw-border-opacity)));
}
.data-\[fill-start\=true\]\:border-s-success[data-fill-start="true"]{
  --tw-border-opacity: 1;
  border-inline-start-color: hsl(var(--heroui-success) / var(--heroui-success-opacity, var(--tw-border-opacity)));
}
.data-\[fill-start\=true\]\:border-s-warning[data-fill-start="true"]{
  --tw-border-opacity: 1;
  border-inline-start-color: hsl(var(--heroui-warning) / var(--heroui-warning-opacity, var(--tw-border-opacity)));
}
.data-\[active\=true\]\:bg-danger[data-active="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-danger) / var(--heroui-danger-opacity, var(--tw-bg-opacity)));
}
.data-\[active\=true\]\:bg-danger-100[data-active="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-danger-100) / var(--heroui-danger-100-opacity, var(--tw-bg-opacity)));
}
.data-\[active\=true\]\:bg-danger-200[data-active="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-danger-200) / var(--heroui-danger-200-opacity, var(--tw-bg-opacity)));
}
.data-\[active\=true\]\:bg-default-200[data-active="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-default-200) / var(--heroui-default-200-opacity, var(--tw-bg-opacity)));
}
.data-\[active\=true\]\:bg-default-400[data-active="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-default-400) / var(--heroui-default-400-opacity, var(--tw-bg-opacity)));
}
.data-\[active\=true\]\:bg-primary[data-active="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-primary) / var(--heroui-primary-opacity, var(--tw-bg-opacity)));
}
.data-\[active\=true\]\:bg-primary-200[data-active="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-primary-200) / var(--heroui-primary-200-opacity, var(--tw-bg-opacity)));
}
.data-\[active\=true\]\:bg-secondary[data-active="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-secondary) / var(--heroui-secondary-opacity, var(--tw-bg-opacity)));
}
.data-\[active\=true\]\:bg-secondary-200[data-active="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-secondary-200) / var(--heroui-secondary-200-opacity, var(--tw-bg-opacity)));
}
.data-\[active\=true\]\:bg-success[data-active="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-success) / var(--heroui-success-opacity, var(--tw-bg-opacity)));
}
.data-\[active\=true\]\:bg-success-200[data-active="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-success-200) / var(--heroui-success-200-opacity, var(--tw-bg-opacity)));
}
.data-\[active\=true\]\:bg-warning[data-active="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-warning) / var(--heroui-warning-opacity, var(--tw-bg-opacity)));
}
.data-\[active\=true\]\:bg-warning-200[data-active="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-warning-200) / var(--heroui-warning-200-opacity, var(--tw-bg-opacity)));
}
.data-\[hover\=true\]\:\!bg-danger[data-hover="true"]{
  --tw-bg-opacity: 1 !important;
  background-color: hsl(var(--heroui-danger) / var(--heroui-danger-opacity, var(--tw-bg-opacity))) !important;
}
.data-\[hover\=true\]\:\!bg-danger-100[data-hover="true"]{
  --tw-bg-opacity: 1 !important;
  background-color: hsl(var(--heroui-danger-100) / var(--heroui-danger-100-opacity, var(--tw-bg-opacity))) !important;
}
.data-\[hover\=true\]\:\!bg-default[data-hover="true"]{
  --tw-bg-opacity: 1 !important;
  background-color: hsl(var(--heroui-default) / var(--heroui-default-opacity, var(--tw-bg-opacity))) !important;
}
.data-\[hover\=true\]\:\!bg-primary[data-hover="true"]{
  --tw-bg-opacity: 1 !important;
  background-color: hsl(var(--heroui-primary) / var(--heroui-primary-opacity, var(--tw-bg-opacity))) !important;
}
.data-\[hover\=true\]\:\!bg-secondary[data-hover="true"]{
  --tw-bg-opacity: 1 !important;
  background-color: hsl(var(--heroui-secondary) / var(--heroui-secondary-opacity, var(--tw-bg-opacity))) !important;
}
.data-\[hover\=true\]\:\!bg-success[data-hover="true"]{
  --tw-bg-opacity: 1 !important;
  background-color: hsl(var(--heroui-success) / var(--heroui-success-opacity, var(--tw-bg-opacity))) !important;
}
.data-\[hover\=true\]\:\!bg-warning[data-hover="true"]{
  --tw-bg-opacity: 1 !important;
  background-color: hsl(var(--heroui-warning) / var(--heroui-warning-opacity, var(--tw-bg-opacity))) !important;
}
.data-\[hover\=true\]\:bg-content2[data-hover="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-content2) / var(--heroui-content2-opacity, var(--tw-bg-opacity)));
}
.data-\[hover\=true\]\:bg-danger[data-hover="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-danger) / var(--heroui-danger-opacity, var(--tw-bg-opacity)));
}
.data-\[hover\=true\]\:bg-danger-100[data-hover="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-danger-100) / var(--heroui-danger-100-opacity, var(--tw-bg-opacity)));
}
.data-\[hover\=true\]\:bg-danger-50[data-hover="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-danger-50) / var(--heroui-danger-50-opacity, var(--tw-bg-opacity)));
}
.data-\[hover\=true\]\:bg-danger\/20[data-hover="true"]{
  background-color: hsl(var(--heroui-danger) / 0.2);
}
.data-\[hover\=true\]\:bg-default[data-hover="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-default) / var(--heroui-default-opacity, var(--tw-bg-opacity)));
}
.data-\[hover\=true\]\:bg-default-100[data-hover="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-default-100) / var(--heroui-default-100-opacity, var(--tw-bg-opacity)));
}
.data-\[hover\=true\]\:bg-default-200[data-hover="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-default-200) / var(--heroui-default-200-opacity, var(--tw-bg-opacity)));
}
.data-\[hover\=true\]\:bg-default\/40[data-hover="true"]{
  background-color: hsl(var(--heroui-default) / 0.4);
}
.data-\[hover\=true\]\:bg-foreground-200[data-hover="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-foreground-200) / var(--heroui-foreground-200-opacity, var(--tw-bg-opacity)));
}
.data-\[hover\=true\]\:bg-primary[data-hover="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-primary) / var(--heroui-primary-opacity, var(--tw-bg-opacity)));
}
.data-\[hover\=true\]\:bg-primary-50[data-hover="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-primary-50) / var(--heroui-primary-50-opacity, var(--tw-bg-opacity)));
}
.data-\[hover\=true\]\:bg-primary\/20[data-hover="true"]{
  background-color: hsl(var(--heroui-primary) / 0.2);
}
.data-\[hover\=true\]\:bg-secondary[data-hover="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-secondary) / var(--heroui-secondary-opacity, var(--tw-bg-opacity)));
}
.data-\[hover\=true\]\:bg-secondary-50[data-hover="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-secondary-50) / var(--heroui-secondary-50-opacity, var(--tw-bg-opacity)));
}
.data-\[hover\=true\]\:bg-secondary\/20[data-hover="true"]{
  background-color: hsl(var(--heroui-secondary) / 0.2);
}
.data-\[hover\=true\]\:bg-success[data-hover="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-success) / var(--heroui-success-opacity, var(--tw-bg-opacity)));
}
.data-\[hover\=true\]\:bg-success-100[data-hover="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-success-100) / var(--heroui-success-100-opacity, var(--tw-bg-opacity)));
}
.data-\[hover\=true\]\:bg-success-50[data-hover="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-success-50) / var(--heroui-success-50-opacity, var(--tw-bg-opacity)));
}
.data-\[hover\=true\]\:bg-success\/20[data-hover="true"]{
  background-color: hsl(var(--heroui-success) / 0.2);
}
.data-\[hover\=true\]\:bg-transparent[data-hover="true"]{
  background-color: transparent;
}
.data-\[hover\=true\]\:bg-warning[data-hover="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-warning) / var(--heroui-warning-opacity, var(--tw-bg-opacity)));
}
.data-\[hover\=true\]\:bg-warning-100[data-hover="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-warning-100) / var(--heroui-warning-100-opacity, var(--tw-bg-opacity)));
}
.data-\[hover\=true\]\:bg-warning-50[data-hover="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-warning-50) / var(--heroui-warning-50-opacity, var(--tw-bg-opacity)));
}
.data-\[hover\=true\]\:bg-warning\/20[data-hover="true"]{
  background-color: hsl(var(--heroui-warning) / 0.2);
}
.data-\[hover\]\:bg-danger-200[data-hover]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-danger-200) / var(--heroui-danger-200-opacity, var(--tw-bg-opacity)));
}
.data-\[hover\]\:bg-danger-50[data-hover]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-danger-50) / var(--heroui-danger-50-opacity, var(--tw-bg-opacity)));
}
.data-\[hover\]\:bg-default-100[data-hover]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-default-100) / var(--heroui-default-100-opacity, var(--tw-bg-opacity)));
}
.data-\[hover\]\:bg-primary-200[data-hover]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-primary-200) / var(--heroui-primary-200-opacity, var(--tw-bg-opacity)));
}
.data-\[hover\]\:bg-primary-50[data-hover]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-primary-50) / var(--heroui-primary-50-opacity, var(--tw-bg-opacity)));
}
.data-\[hover\]\:bg-secondary-200[data-hover]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-secondary-200) / var(--heroui-secondary-200-opacity, var(--tw-bg-opacity)));
}
.data-\[hover\]\:bg-secondary-50[data-hover]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-secondary-50) / var(--heroui-secondary-50-opacity, var(--tw-bg-opacity)));
}
.data-\[hover\]\:bg-success-200[data-hover]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-success-200) / var(--heroui-success-200-opacity, var(--tw-bg-opacity)));
}
.data-\[hover\]\:bg-success-50[data-hover]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-success-50) / var(--heroui-success-50-opacity, var(--tw-bg-opacity)));
}
.data-\[hover\]\:bg-warning-100[data-hover]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-warning-100) / var(--heroui-warning-100-opacity, var(--tw-bg-opacity)));
}
.data-\[hover\]\:bg-warning-200[data-hover]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-warning-200) / var(--heroui-warning-200-opacity, var(--tw-bg-opacity)));
}
.data-\[in-range\=false\]\:bg-default-200[data-in-range="false"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-default-200) / var(--heroui-default-200-opacity, var(--tw-bg-opacity)));
}
.data-\[in-range\=true\]\:bg-background\/50[data-in-range="true"]{
  background-color: hsl(var(--heroui-background) / 0.5);
}
.data-\[in-range\=true\]\:bg-danger[data-in-range="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-danger) / var(--heroui-danger-opacity, var(--tw-bg-opacity)));
}
.data-\[in-range\=true\]\:bg-foreground[data-in-range="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-foreground) / var(--heroui-foreground-opacity, var(--tw-bg-opacity)));
}
.data-\[in-range\=true\]\:bg-primary[data-in-range="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-primary) / var(--heroui-primary-opacity, var(--tw-bg-opacity)));
}
.data-\[in-range\=true\]\:bg-secondary[data-in-range="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-secondary) / var(--heroui-secondary-opacity, var(--tw-bg-opacity)));
}
.data-\[in-range\=true\]\:bg-success[data-in-range="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-success) / var(--heroui-success-opacity, var(--tw-bg-opacity)));
}
.data-\[in-range\=true\]\:bg-warning[data-in-range="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-warning) / var(--heroui-warning-opacity, var(--tw-bg-opacity)));
}
.data-\[loaded\=true\]\:\!bg-transparent[data-loaded="true"]{
  background-color: transparent !important;
}
.data-\[selected\=true\]\:bg-danger[data-selected="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-danger) / var(--heroui-danger-opacity, var(--tw-bg-opacity)));
}
.data-\[selected\=true\]\:bg-default[data-selected="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-default) / var(--heroui-default-opacity, var(--tw-bg-opacity)));
}
.data-\[selected\=true\]\:bg-foreground[data-selected="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-foreground) / var(--heroui-foreground-opacity, var(--tw-bg-opacity)));
}
.data-\[selected\=true\]\:bg-primary[data-selected="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-primary) / var(--heroui-primary-opacity, var(--tw-bg-opacity)));
}
.data-\[selected\=true\]\:bg-secondary[data-selected="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-secondary) / var(--heroui-secondary-opacity, var(--tw-bg-opacity)));
}
.data-\[selected\=true\]\:bg-success[data-selected="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-success) / var(--heroui-success-opacity, var(--tw-bg-opacity)));
}
.data-\[selected\=true\]\:bg-warning[data-selected="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-warning) / var(--heroui-warning-opacity, var(--tw-bg-opacity)));
}
.data-\[selected\=true\]\:data-\[hover\=true\]\:bg-danger[data-hover="true"][data-selected="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-danger) / var(--heroui-danger-opacity, var(--tw-bg-opacity)));
}
.data-\[selected\=true\]\:data-\[hover\=true\]\:bg-foreground[data-hover="true"][data-selected="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-foreground) / var(--heroui-foreground-opacity, var(--tw-bg-opacity)));
}
.data-\[selected\=true\]\:data-\[hover\=true\]\:bg-primary[data-hover="true"][data-selected="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-primary) / var(--heroui-primary-opacity, var(--tw-bg-opacity)));
}
.data-\[selected\=true\]\:data-\[hover\=true\]\:bg-secondary[data-hover="true"][data-selected="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-secondary) / var(--heroui-secondary-opacity, var(--tw-bg-opacity)));
}
.data-\[selected\=true\]\:data-\[hover\=true\]\:bg-success[data-hover="true"][data-selected="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-success) / var(--heroui-success-opacity, var(--tw-bg-opacity)));
}
.data-\[selected\=true\]\:data-\[hover\=true\]\:bg-warning[data-hover="true"][data-selected="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-warning) / var(--heroui-warning-opacity, var(--tw-bg-opacity)));
}
.data-\[selected\=true\]\:data-\[range-selection\=true\]\:bg-transparent[data-range-selection="true"][data-selected="true"]{
  background-color: transparent;
}
.data-\[selected\=true\]\:data-\[range-selection\=true\]\:data-\[outside-month\=true\]\:bg-transparent[data-outside-month="true"][data-range-selection="true"][data-selected="true"]{
  background-color: transparent;
}
.data-\[selected\=true\]\:data-\[selection-end\=true\]\:data-\[range-selection\=true\]\:bg-danger[data-range-selection="true"][data-selection-end="true"][data-selected="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-danger) / var(--heroui-danger-opacity, var(--tw-bg-opacity)));
}
.data-\[selected\=true\]\:data-\[selection-end\=true\]\:data-\[range-selection\=true\]\:bg-foreground[data-range-selection="true"][data-selection-end="true"][data-selected="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-foreground) / var(--heroui-foreground-opacity, var(--tw-bg-opacity)));
}
.data-\[selected\=true\]\:data-\[selection-end\=true\]\:data-\[range-selection\=true\]\:bg-primary[data-range-selection="true"][data-selection-end="true"][data-selected="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-primary) / var(--heroui-primary-opacity, var(--tw-bg-opacity)));
}
.data-\[selected\=true\]\:data-\[selection-end\=true\]\:data-\[range-selection\=true\]\:bg-secondary[data-range-selection="true"][data-selection-end="true"][data-selected="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-secondary) / var(--heroui-secondary-opacity, var(--tw-bg-opacity)));
}
.data-\[selected\=true\]\:data-\[selection-end\=true\]\:data-\[range-selection\=true\]\:bg-success[data-range-selection="true"][data-selection-end="true"][data-selected="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-success) / var(--heroui-success-opacity, var(--tw-bg-opacity)));
}
.data-\[selected\=true\]\:data-\[selection-end\=true\]\:data-\[range-selection\=true\]\:bg-warning[data-range-selection="true"][data-selection-end="true"][data-selected="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-warning) / var(--heroui-warning-opacity, var(--tw-bg-opacity)));
}
.data-\[selected\=true\]\:data-\[selection-start\=true\]\:data-\[range-selection\=true\]\:bg-danger[data-range-selection="true"][data-selection-start="true"][data-selected="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-danger) / var(--heroui-danger-opacity, var(--tw-bg-opacity)));
}
.data-\[selected\=true\]\:data-\[selection-start\=true\]\:data-\[range-selection\=true\]\:bg-foreground[data-range-selection="true"][data-selection-start="true"][data-selected="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-foreground) / var(--heroui-foreground-opacity, var(--tw-bg-opacity)));
}
.data-\[selected\=true\]\:data-\[selection-start\=true\]\:data-\[range-selection\=true\]\:bg-primary[data-range-selection="true"][data-selection-start="true"][data-selected="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-primary) / var(--heroui-primary-opacity, var(--tw-bg-opacity)));
}
.data-\[selected\=true\]\:data-\[selection-start\=true\]\:data-\[range-selection\=true\]\:bg-secondary[data-range-selection="true"][data-selection-start="true"][data-selected="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-secondary) / var(--heroui-secondary-opacity, var(--tw-bg-opacity)));
}
.data-\[selected\=true\]\:data-\[selection-start\=true\]\:data-\[range-selection\=true\]\:bg-success[data-range-selection="true"][data-selection-start="true"][data-selected="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-success) / var(--heroui-success-opacity, var(--tw-bg-opacity)));
}
.data-\[selected\=true\]\:data-\[selection-start\=true\]\:data-\[range-selection\=true\]\:bg-warning[data-range-selection="true"][data-selection-start="true"][data-selected="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-warning) / var(--heroui-warning-opacity, var(--tw-bg-opacity)));
}
.data-\[has-end-content\=true\]\:pe-1\.5[data-has-end-content="true"]{
  padding-inline-end: 0.375rem;
}
.data-\[has-helper\=true\]\:pb-\[calc\(theme\(fontSize\.tiny\)_\+8px\)\][data-has-helper="true"]{
  padding-bottom: calc(var(--heroui-font-size-tiny) + 8px);
}
.data-\[has-helper\=true\]\:pb-\[calc\(theme\(fontSize\.tiny\)_\+_8px\)\][data-has-helper="true"]{
  padding-bottom: calc(var(--heroui-font-size-tiny) + 8px);
}
.data-\[has-start-content\=true\]\:ps-1\.5[data-has-start-content="true"]{
  padding-inline-start: 0.375rem;
}
.data-\[has-title\=true\]\:pt-1[data-has-title="true"]{
  padding-top: 0.25rem;
}
.data-\[active\=true\]\:font-semibold[data-active="true"]{
  font-weight: 600;
}
.data-\[active\=true\]\:text-danger-foreground[data-active="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-danger-foreground) / var(--heroui-danger-foreground-opacity, var(--tw-text-opacity)));
}
.data-\[active\=true\]\:text-default-foreground[data-active="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-default-foreground) / var(--heroui-default-foreground-opacity, var(--tw-text-opacity)));
}
.data-\[active\=true\]\:text-primary-foreground[data-active="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-primary-foreground) / var(--heroui-primary-foreground-opacity, var(--tw-text-opacity)));
}
.data-\[active\=true\]\:text-secondary-foreground[data-active="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-secondary-foreground) / var(--heroui-secondary-foreground-opacity, var(--tw-text-opacity)));
}
.data-\[active\=true\]\:text-success-foreground[data-active="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-success-foreground) / var(--heroui-success-foreground-opacity, var(--tw-text-opacity)));
}
.data-\[active\=true\]\:text-warning-foreground[data-active="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-warning-foreground) / var(--heroui-warning-foreground-opacity, var(--tw-text-opacity)));
}
.data-\[disabled\=true\]\:text-default-300[data-disabled="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-default-300) / var(--heroui-default-300-opacity, var(--tw-text-opacity)));
}
.data-\[editable\=true\]\:data-\[placeholder\=true\]\:text-danger-300[data-placeholder="true"][data-editable="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-danger-300) / var(--heroui-danger-300-opacity, var(--tw-text-opacity)));
}
.data-\[editable\=true\]\:data-\[placeholder\=true\]\:text-foreground-500[data-placeholder="true"][data-editable="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-foreground-500) / var(--heroui-foreground-500-opacity, var(--tw-text-opacity)));
}
.data-\[editable\=true\]\:data-\[placeholder\=true\]\:text-primary-300[data-placeholder="true"][data-editable="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-primary-300) / var(--heroui-primary-300-opacity, var(--tw-text-opacity)));
}
.data-\[editable\=true\]\:data-\[placeholder\=true\]\:text-secondary-300[data-placeholder="true"][data-editable="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-secondary-300) / var(--heroui-secondary-300-opacity, var(--tw-text-opacity)));
}
.data-\[editable\=true\]\:data-\[placeholder\=true\]\:text-success-400[data-placeholder="true"][data-editable="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-success-400) / var(--heroui-success-400-opacity, var(--tw-text-opacity)));
}
.data-\[editable\=true\]\:data-\[placeholder\=true\]\:text-warning-400[data-placeholder="true"][data-editable="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-warning-400) / var(--heroui-warning-400-opacity, var(--tw-text-opacity)));
}
.data-\[editable\=true\]\:text-danger[data-editable="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-danger) / var(--heroui-danger-opacity, var(--tw-text-opacity)));
}
.data-\[editable\=true\]\:text-foreground[data-editable="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-foreground) / var(--heroui-foreground-opacity, var(--tw-text-opacity)));
}
.data-\[editable\=true\]\:text-primary[data-editable="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-primary) / var(--heroui-primary-opacity, var(--tw-text-opacity)));
}
.data-\[editable\=true\]\:text-secondary[data-editable="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-secondary) / var(--heroui-secondary-opacity, var(--tw-text-opacity)));
}
.data-\[editable\=true\]\:text-success-600[data-editable="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-success-600) / var(--heroui-success-600-opacity, var(--tw-text-opacity)));
}
.data-\[editable\=true\]\:text-warning-600[data-editable="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-warning-600) / var(--heroui-warning-600-opacity, var(--tw-text-opacity)));
}
.data-\[has-value\=true\]\:text-default-foreground[data-has-value="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-default-foreground) / var(--heroui-default-foreground-opacity, var(--tw-text-opacity)));
}
.data-\[hover\=true\]\:\!text-danger-foreground[data-hover="true"]{
  --tw-text-opacity: 1 !important;
  color: hsl(var(--heroui-danger-foreground) / var(--heroui-danger-foreground-opacity, var(--tw-text-opacity))) !important;
}
.data-\[hover\=true\]\:\!text-primary-foreground[data-hover="true"]{
  --tw-text-opacity: 1 !important;
  color: hsl(var(--heroui-primary-foreground) / var(--heroui-primary-foreground-opacity, var(--tw-text-opacity))) !important;
}
.data-\[hover\=true\]\:\!text-secondary-foreground[data-hover="true"]{
  --tw-text-opacity: 1 !important;
  color: hsl(var(--heroui-secondary-foreground) / var(--heroui-secondary-foreground-opacity, var(--tw-text-opacity))) !important;
}
.data-\[hover\=true\]\:\!text-success-foreground[data-hover="true"]{
  --tw-text-opacity: 1 !important;
  color: hsl(var(--heroui-success-foreground) / var(--heroui-success-foreground-opacity, var(--tw-text-opacity))) !important;
}
.data-\[hover\=true\]\:\!text-warning-foreground[data-hover="true"]{
  --tw-text-opacity: 1 !important;
  color: hsl(var(--heroui-warning-foreground) / var(--heroui-warning-foreground-opacity, var(--tw-text-opacity))) !important;
}
.data-\[hover\=true\]\:text-danger[data-hover="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-danger) / var(--heroui-danger-opacity, var(--tw-text-opacity)));
}
.data-\[hover\=true\]\:text-danger-500[data-hover="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-danger-500) / var(--heroui-danger-500-opacity, var(--tw-text-opacity)));
}
.data-\[hover\=true\]\:text-danger-foreground[data-hover="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-danger-foreground) / var(--heroui-danger-foreground-opacity, var(--tw-text-opacity)));
}
.data-\[hover\=true\]\:text-default-500[data-hover="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-default-500) / var(--heroui-default-500-opacity, var(--tw-text-opacity)));
}
.data-\[hover\=true\]\:text-default-foreground[data-hover="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-default-foreground) / var(--heroui-default-foreground-opacity, var(--tw-text-opacity)));
}
.data-\[hover\=true\]\:text-foreground-400[data-hover="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-foreground-400) / var(--heroui-foreground-400-opacity, var(--tw-text-opacity)));
}
.data-\[hover\=true\]\:text-foreground-600[data-hover="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-foreground-600) / var(--heroui-foreground-600-opacity, var(--tw-text-opacity)));
}
.data-\[hover\=true\]\:text-primary[data-hover="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-primary) / var(--heroui-primary-opacity, var(--tw-text-opacity)));
}
.data-\[hover\=true\]\:text-primary-400[data-hover="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-primary-400) / var(--heroui-primary-400-opacity, var(--tw-text-opacity)));
}
.data-\[hover\=true\]\:text-primary-foreground[data-hover="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-primary-foreground) / var(--heroui-primary-foreground-opacity, var(--tw-text-opacity)));
}
.data-\[hover\=true\]\:text-secondary[data-hover="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-secondary) / var(--heroui-secondary-opacity, var(--tw-text-opacity)));
}
.data-\[hover\=true\]\:text-secondary-400[data-hover="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-secondary-400) / var(--heroui-secondary-400-opacity, var(--tw-text-opacity)));
}
.data-\[hover\=true\]\:text-secondary-foreground[data-hover="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-secondary-foreground) / var(--heroui-secondary-foreground-opacity, var(--tw-text-opacity)));
}
.data-\[hover\=true\]\:text-success[data-hover="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-success) / var(--heroui-success-opacity, var(--tw-text-opacity)));
}
.data-\[hover\=true\]\:text-success-600[data-hover="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-success-600) / var(--heroui-success-600-opacity, var(--tw-text-opacity)));
}
.data-\[hover\=true\]\:text-success-foreground[data-hover="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-success-foreground) / var(--heroui-success-foreground-opacity, var(--tw-text-opacity)));
}
.data-\[hover\=true\]\:text-warning[data-hover="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-warning) / var(--heroui-warning-opacity, var(--tw-text-opacity)));
}
.data-\[hover\=true\]\:text-warning-600[data-hover="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-warning-600) / var(--heroui-warning-600-opacity, var(--tw-text-opacity)));
}
.data-\[hover\=true\]\:text-warning-foreground[data-hover="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-warning-foreground) / var(--heroui-warning-foreground-opacity, var(--tw-text-opacity)));
}
.data-\[invalid\=true\]\:data-\[editable\=true\]\:text-danger[data-editable="true"][data-invalid="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-danger) / var(--heroui-danger-opacity, var(--tw-text-opacity)));
}
.data-\[invalid\=true\]\:text-danger-300[data-invalid="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-danger-300) / var(--heroui-danger-300-opacity, var(--tw-text-opacity)));
}
.data-\[selected\=true\]\:data-\[hover\=true\]\:text-background[data-hover="true"][data-selected="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-background) / var(--heroui-background-opacity, var(--tw-text-opacity)));
}
.data-\[selected\=true\]\:data-\[hover\=true\]\:text-danger-foreground[data-hover="true"][data-selected="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-danger-foreground) / var(--heroui-danger-foreground-opacity, var(--tw-text-opacity)));
}
.data-\[selected\=true\]\:data-\[hover\=true\]\:text-primary-foreground[data-hover="true"][data-selected="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-primary-foreground) / var(--heroui-primary-foreground-opacity, var(--tw-text-opacity)));
}
.data-\[selected\=true\]\:data-\[hover\=true\]\:text-secondary-foreground[data-hover="true"][data-selected="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-secondary-foreground) / var(--heroui-secondary-foreground-opacity, var(--tw-text-opacity)));
}
.data-\[selected\=true\]\:data-\[hover\=true\]\:text-success-foreground[data-hover="true"][data-selected="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-success-foreground) / var(--heroui-success-foreground-opacity, var(--tw-text-opacity)));
}
.data-\[selected\=true\]\:data-\[hover\=true\]\:text-warning-foreground[data-hover="true"][data-selected="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-warning-foreground) / var(--heroui-warning-foreground-opacity, var(--tw-text-opacity)));
}
.data-\[selected\=true\]\:data-\[range-selection\=true\]\:data-\[outside-month\=true\]\:text-default-300[data-outside-month="true"][data-range-selection="true"][data-selected="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-default-300) / var(--heroui-default-300-opacity, var(--tw-text-opacity)));
}
.data-\[selected\=true\]\:data-\[range-selection\=true\]\:text-danger-500[data-range-selection="true"][data-selected="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-danger-500) / var(--heroui-danger-500-opacity, var(--tw-text-opacity)));
}
.data-\[selected\=true\]\:data-\[range-selection\=true\]\:text-foreground[data-range-selection="true"][data-selected="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-foreground) / var(--heroui-foreground-opacity, var(--tw-text-opacity)));
}
.data-\[selected\=true\]\:data-\[range-selection\=true\]\:text-primary[data-range-selection="true"][data-selected="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-primary) / var(--heroui-primary-opacity, var(--tw-text-opacity)));
}
.data-\[selected\=true\]\:data-\[range-selection\=true\]\:text-secondary[data-range-selection="true"][data-selected="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-secondary) / var(--heroui-secondary-opacity, var(--tw-text-opacity)));
}
.data-\[selected\=true\]\:data-\[range-selection\=true\]\:text-success-600[data-range-selection="true"][data-selected="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-success-600) / var(--heroui-success-600-opacity, var(--tw-text-opacity)));
}
.data-\[selected\=true\]\:data-\[range-selection\=true\]\:text-warning-500[data-range-selection="true"][data-selected="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-warning-500) / var(--heroui-warning-500-opacity, var(--tw-text-opacity)));
}
.data-\[selected\=true\]\:data-\[selection-end\=true\]\:data-\[range-selection\=true\]\:text-background[data-range-selection="true"][data-selection-end="true"][data-selected="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-background) / var(--heroui-background-opacity, var(--tw-text-opacity)));
}
.data-\[selected\=true\]\:data-\[selection-end\=true\]\:data-\[range-selection\=true\]\:text-danger-foreground[data-range-selection="true"][data-selection-end="true"][data-selected="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-danger-foreground) / var(--heroui-danger-foreground-opacity, var(--tw-text-opacity)));
}
.data-\[selected\=true\]\:data-\[selection-end\=true\]\:data-\[range-selection\=true\]\:text-primary-foreground[data-range-selection="true"][data-selection-end="true"][data-selected="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-primary-foreground) / var(--heroui-primary-foreground-opacity, var(--tw-text-opacity)));
}
.data-\[selected\=true\]\:data-\[selection-end\=true\]\:data-\[range-selection\=true\]\:text-secondary-foreground[data-range-selection="true"][data-selection-end="true"][data-selected="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-secondary-foreground) / var(--heroui-secondary-foreground-opacity, var(--tw-text-opacity)));
}
.data-\[selected\=true\]\:data-\[selection-end\=true\]\:data-\[range-selection\=true\]\:text-success-foreground[data-range-selection="true"][data-selection-end="true"][data-selected="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-success-foreground) / var(--heroui-success-foreground-opacity, var(--tw-text-opacity)));
}
.data-\[selected\=true\]\:data-\[selection-end\=true\]\:data-\[range-selection\=true\]\:text-warning-foreground[data-range-selection="true"][data-selection-end="true"][data-selected="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-warning-foreground) / var(--heroui-warning-foreground-opacity, var(--tw-text-opacity)));
}
.data-\[selected\=true\]\:data-\[selection-start\=true\]\:data-\[range-selection\=true\]\:text-background[data-range-selection="true"][data-selection-start="true"][data-selected="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-background) / var(--heroui-background-opacity, var(--tw-text-opacity)));
}
.data-\[selected\=true\]\:data-\[selection-start\=true\]\:data-\[range-selection\=true\]\:text-danger-foreground[data-range-selection="true"][data-selection-start="true"][data-selected="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-danger-foreground) / var(--heroui-danger-foreground-opacity, var(--tw-text-opacity)));
}
.data-\[selected\=true\]\:data-\[selection-start\=true\]\:data-\[range-selection\=true\]\:text-primary-foreground[data-range-selection="true"][data-selection-start="true"][data-selected="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-primary-foreground) / var(--heroui-primary-foreground-opacity, var(--tw-text-opacity)));
}
.data-\[selected\=true\]\:data-\[selection-start\=true\]\:data-\[range-selection\=true\]\:text-secondary-foreground[data-range-selection="true"][data-selection-start="true"][data-selected="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-secondary-foreground) / var(--heroui-secondary-foreground-opacity, var(--tw-text-opacity)));
}
.data-\[selected\=true\]\:data-\[selection-start\=true\]\:data-\[range-selection\=true\]\:text-success-foreground[data-range-selection="true"][data-selection-start="true"][data-selected="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-success-foreground) / var(--heroui-success-foreground-opacity, var(--tw-text-opacity)));
}
.data-\[selected\=true\]\:data-\[selection-start\=true\]\:data-\[range-selection\=true\]\:text-warning-foreground[data-range-selection="true"][data-selection-start="true"][data-selected="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-warning-foreground) / var(--heroui-warning-foreground-opacity, var(--tw-text-opacity)));
}
.data-\[selected\=true\]\:text-background[data-selected="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-background) / var(--heroui-background-opacity, var(--tw-text-opacity)));
}
.data-\[selected\=true\]\:text-danger[data-selected="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-danger) / var(--heroui-danger-opacity, var(--tw-text-opacity)));
}
.data-\[selected\=true\]\:text-danger-foreground[data-selected="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-danger-foreground) / var(--heroui-danger-foreground-opacity, var(--tw-text-opacity)));
}
.data-\[selected\=true\]\:text-default-foreground[data-selected="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-default-foreground) / var(--heroui-default-foreground-opacity, var(--tw-text-opacity)));
}
.data-\[selected\=true\]\:text-primary[data-selected="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-primary) / var(--heroui-primary-opacity, var(--tw-text-opacity)));
}
.data-\[selected\=true\]\:text-primary-foreground[data-selected="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-primary-foreground) / var(--heroui-primary-foreground-opacity, var(--tw-text-opacity)));
}
.data-\[selected\=true\]\:text-secondary[data-selected="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-secondary) / var(--heroui-secondary-opacity, var(--tw-text-opacity)));
}
.data-\[selected\=true\]\:text-secondary-foreground[data-selected="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-secondary-foreground) / var(--heroui-secondary-foreground-opacity, var(--tw-text-opacity)));
}
.data-\[selected\=true\]\:text-success-600[data-selected="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-success-600) / var(--heroui-success-600-opacity, var(--tw-text-opacity)));
}
.data-\[selected\=true\]\:text-success-foreground[data-selected="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-success-foreground) / var(--heroui-success-foreground-opacity, var(--tw-text-opacity)));
}
.data-\[selected\=true\]\:text-warning-600[data-selected="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-warning-600) / var(--heroui-warning-600-opacity, var(--tw-text-opacity)));
}
.data-\[selected\=true\]\:text-warning-foreground[data-selected="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-warning-foreground) / var(--heroui-warning-foreground-opacity, var(--tw-text-opacity)));
}
.data-\[unavailable\=true\]\:text-default-300[data-unavailable="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-default-300) / var(--heroui-default-300-opacity, var(--tw-text-opacity)));
}
.data-\[unavailable\=true\]\:line-through[data-unavailable="true"]{
  text-decoration-line: line-through;
}
.data-\[animation\=exiting\]\:opacity-0[data-animation="exiting"]{
  opacity: 0;
}
.data-\[disabled\=true\]\:data-\[outside-month\=true\]\:opacity-0[data-outside-month="true"][data-disabled="true"]{
  opacity: 0;
}
.data-\[disabled\=true\]\:opacity-30[data-disabled="true"]{
  opacity: 0.3;
}
.data-\[hover-unselected\=true\]\:opacity-disabled[data-hover-unselected="true"]{
  opacity: var(--heroui-disabled-opacity);
}
.data-\[hover\=true\]\:opacity-70[data-hover="true"]{
  opacity: 0.7;
}
.data-\[hover\=true\]\:opacity-hover[data-hover="true"]{
  opacity: var(--heroui-hover-opacity);
}
.data-\[in-range\=true\]\:opacity-100[data-in-range="true"]{
  opacity: 1;
}
.data-\[invisible\=true\]\:opacity-0[data-invisible="true"]{
  opacity: 0;
}
.data-\[loaded\=true\]\:opacity-100[data-loaded="true"]{
  opacity: 1;
}
.data-\[moving\]\:opacity-100[data-moving]{
  opacity: 1;
}
.data-\[pressed\=true\]\:opacity-50[data-pressed="true"]{
  opacity: 0.5;
}
.data-\[pressed\=true\]\:opacity-70[data-pressed="true"]{
  opacity: 0.7;
}
.data-\[pressed\=true\]\:opacity-disabled[data-pressed="true"]{
  opacity: var(--heroui-disabled-opacity);
}
.data-\[toast-exiting\=true\]\:opacity-0[data-toast-exiting="true"]{
  opacity: 0;
}
.data-\[visible\=true\]\:opacity-100[data-visible="true"]{
  opacity: 1;
}
.data-\[active\=true\]\:shadow-md[data-active="true"]{
  --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);
}
.data-\[hover\=true\]\:shadow-lg[data-hover="true"]{
  --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);
}
.data-\[selected\=true\]\:data-\[selection-end\=true\]\:shadow-md[data-selection-end="true"][data-selected="true"]{
  --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);
}
.data-\[selected\=true\]\:data-\[selection-start\=true\]\:shadow-md[data-selection-start="true"][data-selected="true"]{
  --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);
}
.data-\[selected\=true\]\:shadow-md[data-selected="true"]{
  --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);
}
.data-\[selected\=true\]\:shadow-none[data-selected="true"]{
  --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-\[active\=true\]\:shadow-danger\/40[data-active="true"]{
  --tw-shadow-color: hsl(var(--heroui-danger) / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.data-\[active\=true\]\:shadow-default\/50[data-active="true"]{
  --tw-shadow-color: hsl(var(--heroui-default) / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.data-\[active\=true\]\:shadow-primary\/40[data-active="true"]{
  --tw-shadow-color: hsl(var(--heroui-primary) / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.data-\[active\=true\]\:shadow-secondary\/40[data-active="true"]{
  --tw-shadow-color: hsl(var(--heroui-secondary) / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.data-\[active\=true\]\:shadow-success\/40[data-active="true"]{
  --tw-shadow-color: hsl(var(--heroui-success) / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.data-\[active\=true\]\:shadow-warning\/40[data-active="true"]{
  --tw-shadow-color: hsl(var(--heroui-warning) / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.data-\[hover\=true\]\:shadow-danger\/30[data-hover="true"]{
  --tw-shadow-color: hsl(var(--heroui-danger) / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.data-\[hover\=true\]\:shadow-default\/50[data-hover="true"]{
  --tw-shadow-color: hsl(var(--heroui-default) / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.data-\[hover\=true\]\:shadow-primary\/30[data-hover="true"]{
  --tw-shadow-color: hsl(var(--heroui-primary) / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.data-\[hover\=true\]\:shadow-secondary\/30[data-hover="true"]{
  --tw-shadow-color: hsl(var(--heroui-secondary) / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.data-\[hover\=true\]\:shadow-success\/30[data-hover="true"]{
  --tw-shadow-color: hsl(var(--heroui-success) / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.data-\[hover\=true\]\:shadow-warning\/30[data-hover="true"]{
  --tw-shadow-color: hsl(var(--heroui-warning) / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.data-\[selected\=true\]\:shadow-danger\/40[data-selected="true"]{
  --tw-shadow-color: hsl(var(--heroui-danger) / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.data-\[selected\=true\]\:shadow-foreground\/40[data-selected="true"]{
  --tw-shadow-color: hsl(var(--heroui-foreground) / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.data-\[selected\=true\]\:shadow-primary\/40[data-selected="true"]{
  --tw-shadow-color: hsl(var(--heroui-primary) / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.data-\[selected\=true\]\:shadow-secondary\/40[data-selected="true"]{
  --tw-shadow-color: hsl(var(--heroui-secondary) / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.data-\[selected\=true\]\:shadow-success\/40[data-selected="true"]{
  --tw-shadow-color: hsl(var(--heroui-success) / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.data-\[selected\=true\]\:shadow-warning\/40[data-selected="true"]{
  --tw-shadow-color: hsl(var(--heroui-warning) / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.data-\[focus-visible\=true\]\:outline-2[data-focus-visible="true"]{
  outline-width: 2px;
}
.data-\[focus-visible\=true\]\:outline-offset-2[data-focus-visible="true"]{
  outline-offset: 2px;
}
.data-\[focus-visible\=true\]\:outline-focus[data-focus-visible="true"]{
  outline-color: hsl(var(--heroui-focus) / var(--heroui-focus-opacity, 1));
}
.data-\[focus-visible\]\:outline-danger-foreground[data-focus-visible]{
  outline-color: hsl(var(--heroui-danger-foreground) / var(--heroui-danger-foreground-opacity, 1));
}
.data-\[focus-visible\]\:outline-default-foreground[data-focus-visible]{
  outline-color: hsl(var(--heroui-default-foreground) / var(--heroui-default-foreground-opacity, 1));
}
.data-\[focus-visible\]\:outline-primary-foreground[data-focus-visible]{
  outline-color: hsl(var(--heroui-primary-foreground) / var(--heroui-primary-foreground-opacity, 1));
}
.data-\[focus-visible\]\:outline-secondary-foreground[data-focus-visible]{
  outline-color: hsl(var(--heroui-secondary-foreground) / var(--heroui-secondary-foreground-opacity, 1));
}
.data-\[focus-visible\]\:outline-success-foreground[data-focus-visible]{
  outline-color: hsl(var(--heroui-success-foreground) / var(--heroui-success-foreground-opacity, 1));
}
.data-\[focus-visible\]\:outline-warning-foreground[data-focus-visible]{
  outline-color: hsl(var(--heroui-warning-foreground) / var(--heroui-warning-foreground-opacity, 1));
}
.data-\[menu-open\=true\]\:backdrop-blur-xl[data-menu-open="true"]{
  --tw-backdrop-blur: blur(24px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.data-\[disabled\=true\]\:transition-none[data-disabled="true"]{
  transition-property: none;
}
.data-\[hover\=true\]\:transition-colors[data-hover="true"]{
  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: 250ms;
}
.data-\[moving\=true\]\:transition-transform[data-moving="true"]{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 250ms;
}
.data-\[toast-exiting\=true\]\:transition-all[data-toast-exiting="true"]{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 250ms;
}
.data-\[toast-exiting\=true\]\:duration-300[data-toast-exiting="true"]{
  transition-duration: 300ms;
}
.data-\[toast-exiting\=true\]\:ease-out[data-toast-exiting="true"]{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.data-\[toast-exiting\=true\]\:will-change-transform[data-toast-exiting="true"]{
  will-change: transform;
}
.data-\[hide-scroll\=true\]\:scrollbar-hide[data-hide-scroll="true"]{
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.data-\[hide-scroll\=true\]\:scrollbar-hide[data-hide-scroll="true"]::-webkit-scrollbar{
  display: none;
}
.data-\[top-bottom-scroll\=true\]\:\[mask-image\:linear-gradient\(\#000\2c \#000\2c transparent_0\2c \#000_var\(--scroll-shadow-size\)\2c \#000_calc\(100\%_-_var\(--scroll-shadow-size\)\)\2c transparent\)\][data-top-bottom-scroll="true"]{
  -webkit-mask-image: linear-gradient(#000,#000,transparent 0,#000 var(--scroll-shadow-size),#000 calc(100% - var(--scroll-shadow-size)),transparent);
          mask-image: linear-gradient(#000,#000,transparent 0,#000 var(--scroll-shadow-size),#000 calc(100% - var(--scroll-shadow-size)),transparent);
}
.data-\[top-scroll\=true\]\:\[mask-image\:linear-gradient\(0deg\2c \#000_calc\(100\%_-_var\(--scroll-shadow-size\)\)\2c transparent\)\][data-top-scroll="true"]{
  -webkit-mask-image: linear-gradient(0deg,#000 calc(100% - var(--scroll-shadow-size)),transparent);
          mask-image: linear-gradient(0deg,#000 calc(100% - var(--scroll-shadow-size)),transparent);
}
.data-\[bottom-scroll\=true\]\:\[mask-image\:linear-gradient\(180deg\2c \#000_calc\(100\%_-_var\(--scroll-shadow-size\)\)\2c transparent\)\][data-bottom-scroll="true"]{
  -webkit-mask-image: linear-gradient(180deg,#000 calc(100% - var(--scroll-shadow-size)),transparent);
          mask-image: linear-gradient(180deg,#000 calc(100% - var(--scroll-shadow-size)),transparent);
}
.data-\[left-scroll\=true\]\:\[mask-image\:linear-gradient\(270deg\2c \#000_calc\(100\%_-_var\(--scroll-shadow-size\)\)\2c transparent\)\][data-left-scroll="true"]{
  -webkit-mask-image: linear-gradient(270deg,#000 calc(100% - var(--scroll-shadow-size)),transparent);
          mask-image: linear-gradient(270deg,#000 calc(100% - var(--scroll-shadow-size)),transparent);
}
.data-\[right-scroll\=true\]\:\[mask-image\:linear-gradient\(90deg\2c \#000_calc\(100\%_-_var\(--scroll-shadow-size\)\)\2c transparent\)\][data-right-scroll="true"]{
  -webkit-mask-image: linear-gradient(90deg,#000 calc(100% - var(--scroll-shadow-size)),transparent);
          mask-image: linear-gradient(90deg,#000 calc(100% - var(--scroll-shadow-size)),transparent);
}
.data-\[left-right-scroll\=true\]\:\[mask-image\:linear-gradient\(to_right\2c \#000\2c \#000\2c transparent_0\2c \#000_var\(--scroll-shadow-size\)\2c \#000_calc\(100\%_-_var\(--scroll-shadow-size\)\)\2c transparent\)\][data-left-right-scroll="true"]{
  -webkit-mask-image: linear-gradient(to right,#000,#000,transparent 0,#000 var(--scroll-shadow-size),#000 calc(100% - var(--scroll-shadow-size)),transparent);
          mask-image: linear-gradient(to right,#000,#000,transparent 0,#000 var(--scroll-shadow-size),#000 calc(100% - var(--scroll-shadow-size)),transparent);
}
.data-\[placement\=bottom-end\]\:before\:-top-\[calc\(theme\(spacing\.5\)\/4_-_1\.5px\)\][data-placement="bottom-end"]::before{
  content: var(--tw-content);
  top: calc(calc(1.25rem / 4 - 1.5px) * -1);
}
.data-\[placement\=bottom-end\]\:before\:right-3[data-placement="bottom-end"]::before{
  content: var(--tw-content);
  right: 0.75rem;
}
.data-\[placement\=bottom-start\]\:before\:-top-\[calc\(theme\(spacing\.5\)\/4_-_1\.5px\)\][data-placement="bottom-start"]::before{
  content: var(--tw-content);
  top: calc(calc(1.25rem / 4 - 1.5px) * -1);
}
.data-\[placement\=bottom-start\]\:before\:left-3[data-placement="bottom-start"]::before{
  content: var(--tw-content);
  left: 0.75rem;
}
.data-\[placement\=bottom\]\:before\:-top-\[calc\(theme\(spacing\.5\)\/4_-_1\.5px\)\][data-placement="bottom"]::before{
  content: var(--tw-content);
  top: calc(calc(1.25rem / 4 - 1.5px) * -1);
}
.data-\[placement\=bottom\]\:before\:left-1\/2[data-placement="bottom"]::before{
  content: var(--tw-content);
  left: 50%;
}
.data-\[placement\=left-end\]\:before\:-right-\[calc\(theme\(spacing\.5\)\/4_-_3px\)\][data-placement="left-end"]::before{
  content: var(--tw-content);
  right: calc(calc(1.25rem / 4 - 3px) * -1);
}
.data-\[placement\=left-end\]\:before\:bottom-1\/4[data-placement="left-end"]::before{
  content: var(--tw-content);
  bottom: 25%;
}
.data-\[placement\=left-start\]\:before\:-right-\[calc\(theme\(spacing\.5\)\/4_-_3px\)\][data-placement="left-start"]::before{
  content: var(--tw-content);
  right: calc(calc(1.25rem / 4 - 3px) * -1);
}
.data-\[placement\=left-start\]\:before\:top-1\/4[data-placement="left-start"]::before{
  content: var(--tw-content);
  top: 25%;
}
.data-\[placement\=left\]\:before\:-right-\[calc\(theme\(spacing\.5\)\/4_-_2px\)\][data-placement="left"]::before{
  content: var(--tw-content);
  right: calc(calc(1.25rem / 4 - 2px) * -1);
}
.data-\[placement\=left\]\:before\:top-1\/2[data-placement="left"]::before{
  content: var(--tw-content);
  top: 50%;
}
.data-\[placement\=right-end\]\:before\:-left-\[calc\(theme\(spacing\.5\)\/4_-_3px\)\][data-placement="right-end"]::before{
  content: var(--tw-content);
  left: calc(calc(1.25rem / 4 - 3px) * -1);
}
.data-\[placement\=right-end\]\:before\:bottom-1\/4[data-placement="right-end"]::before{
  content: var(--tw-content);
  bottom: 25%;
}
.data-\[placement\=right-start\]\:before\:-left-\[calc\(theme\(spacing\.5\)\/4_-_3px\)\][data-placement="right-start"]::before{
  content: var(--tw-content);
  left: calc(calc(1.25rem / 4 - 3px) * -1);
}
.data-\[placement\=right-start\]\:before\:top-1\/4[data-placement="right-start"]::before{
  content: var(--tw-content);
  top: 25%;
}
.data-\[placement\=right\]\:before\:-left-\[calc\(theme\(spacing\.5\)\/4_-_2px\)\][data-placement="right"]::before{
  content: var(--tw-content);
  left: calc(calc(1.25rem / 4 - 2px) * -1);
}
.data-\[placement\=right\]\:before\:top-1\/2[data-placement="right"]::before{
  content: var(--tw-content);
  top: 50%;
}
.data-\[placement\=top-end\]\:before\:-bottom-\[calc\(theme\(spacing\.5\)\/4_-_1\.5px\)\][data-placement="top-end"]::before{
  content: var(--tw-content);
  bottom: calc(calc(1.25rem / 4 - 1.5px) * -1);
}
.data-\[placement\=top-end\]\:before\:right-3[data-placement="top-end"]::before{
  content: var(--tw-content);
  right: 0.75rem;
}
.data-\[placement\=top-start\]\:before\:-bottom-\[calc\(theme\(spacing\.5\)\/4_-_1\.5px\)\][data-placement="top-start"]::before{
  content: var(--tw-content);
  bottom: calc(calc(1.25rem / 4 - 1.5px) * -1);
}
.data-\[placement\=top-start\]\:before\:left-3[data-placement="top-start"]::before{
  content: var(--tw-content);
  left: 0.75rem;
}
.data-\[placement\=top\]\:before\:-bottom-\[calc\(theme\(spacing\.5\)\/4_-_1\.5px\)\][data-placement="top"]::before{
  content: var(--tw-content);
  bottom: calc(calc(1.25rem / 4 - 1.5px) * -1);
}
.data-\[placement\=top\]\:before\:left-1\/2[data-placement="top"]::before{
  content: var(--tw-content);
  left: 50%;
}
.data-\[loaded\=true\]\:before\:-z-10[data-loaded="true"]::before{
  content: var(--tw-content);
  z-index: -10;
}
.data-\[arrow\=true\]\:before\:block[data-arrow="true"]::before{
  content: var(--tw-content);
  display: block;
}
.data-\[outside-month\=true\]\:before\:hidden[data-outside-month="true"]::before{
  content: var(--tw-content);
  display: none;
}
.data-\[placement\=bottom\]\:before\:-translate-x-1\/2[data-placement="bottom"]::before{
  content: var(--tw-content);
  --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));
}
.data-\[placement\=left\]\:before\:-translate-y-1\/2[data-placement="left"]::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));
}
.data-\[placement\=right\]\:before\:-translate-y-1\/2[data-placement="right"]::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));
}
.data-\[placement\=top\]\:before\:-translate-x-1\/2[data-placement="top"]::before{
  content: var(--tw-content);
  --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));
}
.data-\[loaded\=true\]\:before\:animate-none[data-loaded="true"]::before{
  content: var(--tw-content);
  animation: none;
}
.data-\[range-end\=true\]\:before\:rounded-e-full[data-range-end="true"]::before{
  content: var(--tw-content);
  border-start-end-radius: 9999px;
  border-end-end-radius: 9999px;
}
.data-\[range-start\=true\]\:before\:rounded-s-full[data-range-start="true"]::before{
  content: var(--tw-content);
  border-start-start-radius: 9999px;
  border-end-start-radius: 9999px;
}
.data-\[selection-end\=true\]\:before\:rounded-e-full[data-selection-end="true"]::before{
  content: var(--tw-content);
  border-start-end-radius: 9999px;
  border-end-end-radius: 9999px;
}
.data-\[selection-start\=true\]\:before\:rounded-s-full[data-selection-start="true"]::before{
  content: var(--tw-content);
  border-start-start-radius: 9999px;
  border-end-start-radius: 9999px;
}
.data-\[selected\=true\]\:data-\[range-selection\=true\]\:before\:bg-danger-50[data-range-selection="true"][data-selected="true"]::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-danger-50) / var(--heroui-danger-50-opacity, var(--tw-bg-opacity)));
}
.data-\[selected\=true\]\:data-\[range-selection\=true\]\:before\:bg-foreground\/10[data-range-selection="true"][data-selected="true"]::before{
  content: var(--tw-content);
  background-color: hsl(var(--heroui-foreground) / 0.1);
}
.data-\[selected\=true\]\:data-\[range-selection\=true\]\:before\:bg-primary-50[data-range-selection="true"][data-selected="true"]::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-primary-50) / var(--heroui-primary-50-opacity, var(--tw-bg-opacity)));
}
.data-\[selected\=true\]\:data-\[range-selection\=true\]\:before\:bg-secondary-50[data-range-selection="true"][data-selected="true"]::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-secondary-50) / var(--heroui-secondary-50-opacity, var(--tw-bg-opacity)));
}
.data-\[selected\=true\]\:data-\[range-selection\=true\]\:before\:bg-success-100[data-range-selection="true"][data-selected="true"]::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-success-100) / var(--heroui-success-100-opacity, var(--tw-bg-opacity)));
}
.data-\[selected\=true\]\:data-\[range-selection\=true\]\:before\:bg-warning-100[data-range-selection="true"][data-selected="true"]::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-warning-100) / var(--heroui-warning-100-opacity, var(--tw-bg-opacity)));
}
.data-\[loaded\=true\]\:before\:opacity-0[data-loaded="true"]::before{
  content: var(--tw-content);
  opacity: 0;
}
.data-\[selected\=true\]\:before\:opacity-100[data-selected="true"]::before{
  content: var(--tw-content);
  opacity: 1;
}
.data-\[active\=true\]\:after\:w-full[data-active="true"]::after{
  content: var(--tw-content);
  width: 100%;
}
.data-\[focus\=true\]\:after\:w-full[data-focus="true"]::after{
  content: var(--tw-content);
  width: 100%;
}
.data-\[open\=true\]\:after\:w-full[data-open="true"]::after{
  content: var(--tw-content);
  width: 100%;
}
.data-\[dragging\=true\]\:after\:scale-100[data-dragging="true"]::after{
  content: var(--tw-content);
  --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));
}
.data-\[dragging\=true\]\:after\:scale-80[data-dragging="true"]::after{
  content: var(--tw-content);
  --tw-scale-x: 0.8;
  --tw-scale-y: 0.8;
  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-\[active\=true\]\:after\:bg-danger-400[data-active="true"]::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-danger-400) / var(--heroui-danger-400-opacity, var(--tw-bg-opacity)));
}
.data-\[selected\=true\]\:after\:bg-danger[data-selected="true"]::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-danger) / var(--heroui-danger-opacity, var(--tw-bg-opacity)));
}
.data-\[selected\=true\]\:after\:bg-foreground[data-selected="true"]::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-foreground) / var(--heroui-foreground-opacity, var(--tw-bg-opacity)));
}
.data-\[selected\=true\]\:after\:bg-primary[data-selected="true"]::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-primary) / var(--heroui-primary-opacity, var(--tw-bg-opacity)));
}
.data-\[selected\=true\]\:after\:bg-secondary[data-selected="true"]::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-secondary) / var(--heroui-secondary-opacity, var(--tw-bg-opacity)));
}
.data-\[selected\=true\]\:after\:bg-success[data-selected="true"]::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-success) / var(--heroui-success-opacity, var(--tw-bg-opacity)));
}
.data-\[selected\=true\]\:after\:bg-warning[data-selected="true"]::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-warning) / var(--heroui-warning-opacity, var(--tw-bg-opacity)));
}
.data-\[loaded\=true\]\:after\:opacity-0[data-loaded="true"]::after{
  content: var(--tw-content);
  opacity: 0;
}
.data-\[selected\=true\]\:after\:opacity-100[data-selected="true"]::after{
  content: var(--tw-content);
  opacity: 1;
}
.data-\[selectable\=true\]\:focus\:border-danger:focus[data-selectable="true"]{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-danger) / var(--heroui-danger-opacity, var(--tw-border-opacity)));
}
.data-\[selectable\=true\]\:focus\:border-default:focus[data-selectable="true"]{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-default) / var(--heroui-default-opacity, var(--tw-border-opacity)));
}
.data-\[selectable\=true\]\:focus\:border-primary:focus[data-selectable="true"]{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-primary) / var(--heroui-primary-opacity, var(--tw-border-opacity)));
}
.data-\[selectable\=true\]\:focus\:border-secondary:focus[data-selectable="true"]{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-secondary) / var(--heroui-secondary-opacity, var(--tw-border-opacity)));
}
.data-\[selectable\=true\]\:focus\:border-success:focus[data-selectable="true"]{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-success) / var(--heroui-success-opacity, var(--tw-border-opacity)));
}
.data-\[selectable\=true\]\:focus\:border-warning:focus[data-selectable="true"]{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-warning) / var(--heroui-warning-opacity, var(--tw-border-opacity)));
}
.data-\[invalid\=true\]\:focus\:bg-danger-400\/50:focus[data-invalid="true"]{
  background-color: hsl(var(--heroui-danger-400) / 0.5);
}
.data-\[selectable\=true\]\:focus\:bg-danger:focus[data-selectable="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-danger) / var(--heroui-danger-opacity, var(--tw-bg-opacity)));
}
.data-\[selectable\=true\]\:focus\:bg-danger\/20:focus[data-selectable="true"]{
  background-color: hsl(var(--heroui-danger) / 0.2);
}
.data-\[selectable\=true\]\:focus\:bg-default:focus[data-selectable="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-default) / var(--heroui-default-opacity, var(--tw-bg-opacity)));
}
.data-\[selectable\=true\]\:focus\:bg-default-100:focus[data-selectable="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-default-100) / var(--heroui-default-100-opacity, var(--tw-bg-opacity)));
}
.data-\[selectable\=true\]\:focus\:bg-default\/40:focus[data-selectable="true"]{
  background-color: hsl(var(--heroui-default) / 0.4);
}
.data-\[selectable\=true\]\:focus\:bg-primary:focus[data-selectable="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-primary) / var(--heroui-primary-opacity, var(--tw-bg-opacity)));
}
.data-\[selectable\=true\]\:focus\:bg-primary\/20:focus[data-selectable="true"]{
  background-color: hsl(var(--heroui-primary) / 0.2);
}
.data-\[selectable\=true\]\:focus\:bg-secondary:focus[data-selectable="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-secondary) / var(--heroui-secondary-opacity, var(--tw-bg-opacity)));
}
.data-\[selectable\=true\]\:focus\:bg-secondary\/20:focus[data-selectable="true"]{
  background-color: hsl(var(--heroui-secondary) / 0.2);
}
.data-\[selectable\=true\]\:focus\:bg-success:focus[data-selectable="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-success) / var(--heroui-success-opacity, var(--tw-bg-opacity)));
}
.data-\[selectable\=true\]\:focus\:bg-success\/20:focus[data-selectable="true"]{
  background-color: hsl(var(--heroui-success) / 0.2);
}
.data-\[selectable\=true\]\:focus\:bg-warning:focus[data-selectable="true"]{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-warning) / var(--heroui-warning-opacity, var(--tw-bg-opacity)));
}
.data-\[selectable\=true\]\:focus\:bg-warning\/20:focus[data-selectable="true"]{
  background-color: hsl(var(--heroui-warning) / 0.2);
}
.data-\[editable\=true\]\:focus\:text-danger:focus[data-editable="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-danger) / var(--heroui-danger-opacity, var(--tw-text-opacity)));
}
.data-\[editable\=true\]\:focus\:text-default-foreground:focus[data-editable="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-default-foreground) / var(--heroui-default-foreground-opacity, var(--tw-text-opacity)));
}
.data-\[editable\=true\]\:focus\:text-primary:focus[data-editable="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-primary) / var(--heroui-primary-opacity, var(--tw-text-opacity)));
}
.data-\[editable\=true\]\:focus\:text-secondary:focus[data-editable="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-secondary) / var(--heroui-secondary-opacity, var(--tw-text-opacity)));
}
.data-\[editable\=true\]\:focus\:text-success:focus[data-editable="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-success) / var(--heroui-success-opacity, var(--tw-text-opacity)));
}
.data-\[editable\=true\]\:focus\:text-success-600:focus[data-editable="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-success-600) / var(--heroui-success-600-opacity, var(--tw-text-opacity)));
}
.data-\[editable\=true\]\:focus\:text-warning:focus[data-editable="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-warning) / var(--heroui-warning-opacity, var(--tw-text-opacity)));
}
.data-\[editable\=true\]\:focus\:text-warning-600:focus[data-editable="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-warning-600) / var(--heroui-warning-600-opacity, var(--tw-text-opacity)));
}
.data-\[invalid\=true\]\:data-\[editable\=true\]\:focus\:text-danger:focus[data-editable="true"][data-invalid="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-danger) / var(--heroui-danger-opacity, var(--tw-text-opacity)));
}
.data-\[selectable\=true\]\:focus\:text-danger:focus[data-selectable="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-danger) / var(--heroui-danger-opacity, var(--tw-text-opacity)));
}
.data-\[selectable\=true\]\:focus\:text-danger-foreground:focus[data-selectable="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-danger-foreground) / var(--heroui-danger-foreground-opacity, var(--tw-text-opacity)));
}
.data-\[selectable\=true\]\:focus\:text-default-500:focus[data-selectable="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-default-500) / var(--heroui-default-500-opacity, var(--tw-text-opacity)));
}
.data-\[selectable\=true\]\:focus\:text-default-foreground:focus[data-selectable="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-default-foreground) / var(--heroui-default-foreground-opacity, var(--tw-text-opacity)));
}
.data-\[selectable\=true\]\:focus\:text-primary:focus[data-selectable="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-primary) / var(--heroui-primary-opacity, var(--tw-text-opacity)));
}
.data-\[selectable\=true\]\:focus\:text-primary-foreground:focus[data-selectable="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-primary-foreground) / var(--heroui-primary-foreground-opacity, var(--tw-text-opacity)));
}
.data-\[selectable\=true\]\:focus\:text-secondary:focus[data-selectable="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-secondary) / var(--heroui-secondary-opacity, var(--tw-text-opacity)));
}
.data-\[selectable\=true\]\:focus\:text-secondary-foreground:focus[data-selectable="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-secondary-foreground) / var(--heroui-secondary-foreground-opacity, var(--tw-text-opacity)));
}
.data-\[selectable\=true\]\:focus\:text-success:focus[data-selectable="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-success) / var(--heroui-success-opacity, var(--tw-text-opacity)));
}
.data-\[selectable\=true\]\:focus\:text-success-foreground:focus[data-selectable="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-success-foreground) / var(--heroui-success-foreground-opacity, var(--tw-text-opacity)));
}
.data-\[selectable\=true\]\:focus\:text-warning:focus[data-selectable="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-warning) / var(--heroui-warning-opacity, var(--tw-text-opacity)));
}
.data-\[selectable\=true\]\:focus\:text-warning-foreground:focus[data-selectable="true"]{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-warning-foreground) / var(--heroui-warning-foreground-opacity, var(--tw-text-opacity)));
}
.data-\[selectable\=true\]\:focus\:shadow-danger\/30:focus[data-selectable="true"]{
  --tw-shadow-color: hsl(var(--heroui-danger) / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.data-\[selectable\=true\]\:focus\:shadow-default\/50:focus[data-selectable="true"]{
  --tw-shadow-color: hsl(var(--heroui-default) / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.data-\[selectable\=true\]\:focus\:shadow-primary\/30:focus[data-selectable="true"]{
  --tw-shadow-color: hsl(var(--heroui-primary) / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.data-\[selectable\=true\]\:focus\:shadow-secondary\/30:focus[data-selectable="true"]{
  --tw-shadow-color: hsl(var(--heroui-secondary) / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.data-\[selectable\=true\]\:focus\:shadow-success\/30:focus[data-selectable="true"]{
  --tw-shadow-color: hsl(var(--heroui-success) / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.data-\[selectable\=true\]\:focus\:shadow-warning\/30:focus[data-selectable="true"]{
  --tw-shadow-color: hsl(var(--heroui-warning) / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.group[data-filled-within="true"] .group-data-\[filled-within\=true\]\:pointer-events-auto{
  pointer-events: auto;
}
.group[data-has-label-outside="true"] .group-data-\[has-label-outside\=true\]\:pointer-events-auto{
  pointer-events: auto;
}
.group[data-has-value="true"] .group-data-\[has-value\=true\]\:pointer-events-auto{
  pointer-events: auto;
}
.group[data-filled-within="true"] .group-data-\[filled-within\=true\]\:start-0{
  inset-inline-start: 0px;
}
.group[data-filled="true"] .group-data-\[filled\=true\]\:start-0{
  inset-inline-start: 0px;
}
.group[data-focus-visible="true"] .group-data-\[focus-visible\=true\]\:z-10{
  z-index: 10;
}
.group[data-selected="true"] .group-data-\[selected\=true\]\:ms-4{
  margin-inline-start: 1rem;
}
.group[data-selected="true"] .group-data-\[selected\=true\]\:ms-5{
  margin-inline-start: 1.25rem;
}
.group[data-selected="true"] .group-data-\[selected\=true\]\:ms-6{
  margin-inline-start: 1.5rem;
}
.group[data-selected][data-pressed] .group-data-\[selected\]\:group-data-\[pressed\]\:ml-3{
  margin-left: 0.75rem;
}
.group[data-selected][data-pressed] .group-data-\[selected\]\:group-data-\[pressed\]\:ml-4{
  margin-left: 1rem;
}
.group[data-selected][data-pressed] .group-data-\[selected\]\:group-data-\[pressed\]\:ml-5{
  margin-left: 1.25rem;
}
.group[data-focus-visible="true"] .group-data-\[focus-visible\=true\]\:block{
  display: block;
}
.group[data-has-value="true"] .group-data-\[has-value\=true\]\:block{
  display: block;
}
.group[data-has-helper="true"] .group-data-\[has-helper\=true\]\:flex{
  display: flex;
}
.group[data-focus-visible="true"] .group-data-\[focus-visible\=true\]\:hidden{
  display: none;
}
.group[data-pressed="true"] .group-data-\[pressed\=true\]\:w-5{
  width: 1.25rem;
}
.group[data-pressed="true"] .group-data-\[pressed\=true\]\:w-6{
  width: 1.5rem;
}
.group[data-pressed="true"] .group-data-\[pressed\=true\]\:w-7{
  width: 1.75rem;
}
.group[data-filled-within="true"] .group-data-\[filled-within\=true\]\:-translate-y-\[calc\(100\%_\+_theme\(fontSize\.small\)\/2_\+_20px\)\]{
  --tw-translate-y: calc(calc(100% + var(--heroui-font-size-small) / 2 + 20px) * -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[data-filled-within="true"] .group-data-\[filled-within\=true\]\:-translate-y-\[calc\(100\%_\+_theme\(fontSize\.small\)\/2_\+_24px\)\]{
  --tw-translate-y: calc(calc(100% + var(--heroui-font-size-small) / 2 + 24px) * -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[data-filled-within="true"] .group-data-\[filled-within\=true\]\:-translate-y-\[calc\(100\%_\+_theme\(fontSize\.tiny\)\/2_\+_16px\)\]{
  --tw-translate-y: calc(calc(100% + var(--heroui-font-size-tiny) / 2 + 16px) * -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[data-filled-within="true"] .group-data-\[filled-within\=true\]\:-translate-y-\[calc\(50\%_\+_theme\(fontSize\.small\)\/2_-_3\.5px\)\]{
  --tw-translate-y: calc(calc(50% + var(--heroui-font-size-small) / 2 - 3.5px) * -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[data-filled-within="true"] .group-data-\[filled-within\=true\]\:-translate-y-\[calc\(50\%_\+_theme\(fontSize\.small\)\/2_-_4px\)\]{
  --tw-translate-y: calc(calc(50% + var(--heroui-font-size-small) / 2 - 4px) * -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[data-filled-within="true"] .group-data-\[filled-within\=true\]\:-translate-y-\[calc\(50\%_\+_theme\(fontSize\.small\)\/2_-_6px\)\]{
  --tw-translate-y: calc(calc(50% + var(--heroui-font-size-small) / 2 - 6px) * -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[data-filled-within="true"] .group-data-\[filled-within\=true\]\:-translate-y-\[calc\(50\%_\+_theme\(fontSize\.small\)\/2_-_6px_-_theme\(borderWidth\.medium\)\)\]{
  --tw-translate-y: calc(calc(50% + var(--heroui-font-size-small) / 2 - 6px - var(--heroui-border-width-medium)) * -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[data-filled-within="true"] .group-data-\[filled-within\=true\]\:-translate-y-\[calc\(50\%_\+_theme\(fontSize\.small\)\/2_-_8px\)\]{
  --tw-translate-y: calc(calc(50% + var(--heroui-font-size-small) / 2 - 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));
}
.group[data-filled-within="true"] .group-data-\[filled-within\=true\]\:-translate-y-\[calc\(50\%_\+_theme\(fontSize\.small\)\/2_-_8px_-_theme\(borderWidth\.medium\)\)\]{
  --tw-translate-y: calc(calc(50% + var(--heroui-font-size-small) / 2 - 8px - var(--heroui-border-width-medium)) * -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[data-filled-within="true"] .group-data-\[filled-within\=true\]\:-translate-y-\[calc\(50\%_\+_theme\(fontSize\.tiny\)\/2_-_5px\)\]{
  --tw-translate-y: calc(calc(50% + var(--heroui-font-size-tiny) / 2 - 5px) * -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[data-filled-within="true"] .group-data-\[filled-within\=true\]\:-translate-y-\[calc\(50\%_\+_theme\(fontSize\.tiny\)\/2_-_8px\)\]{
  --tw-translate-y: calc(calc(50% + var(--heroui-font-size-tiny) / 2 - 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));
}
.group[data-filled-within="true"] .group-data-\[filled-within\=true\]\:-translate-y-\[calc\(50\%_\+_theme\(fontSize\.tiny\)\/2_-_8px_-_theme\(borderWidth\.medium\)\)\]{
  --tw-translate-y: calc(calc(50% + var(--heroui-font-size-tiny) / 2 - 8px - var(--heroui-border-width-medium)) * -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[data-filled="true"] .group-data-\[filled\=true\]\:-translate-y-\[calc\(100\%_\+_theme\(fontSize\.small\)\/2_\+_20px\)\]{
  --tw-translate-y: calc(calc(100% + var(--heroui-font-size-small) / 2 + 20px) * -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[data-filled="true"] .group-data-\[filled\=true\]\:-translate-y-\[calc\(100\%_\+_theme\(fontSize\.small\)\/2_\+_24px\)\]{
  --tw-translate-y: calc(calc(100% + var(--heroui-font-size-small) / 2 + 24px) * -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[data-filled="true"] .group-data-\[filled\=true\]\:-translate-y-\[calc\(100\%_\+_theme\(fontSize\.tiny\)\/2_\+_16px\)\]{
  --tw-translate-y: calc(calc(100% + var(--heroui-font-size-tiny) / 2 + 16px) * -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[data-filled="true"] .group-data-\[filled\=true\]\:-translate-y-\[calc\(50\%_\+_theme\(fontSize\.small\)\/2_-_3\.5px\)\]{
  --tw-translate-y: calc(calc(50% + var(--heroui-font-size-small) / 2 - 3.5px) * -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[data-filled="true"] .group-data-\[filled\=true\]\:-translate-y-\[calc\(50\%_\+_theme\(fontSize\.small\)\/2_-_4px\)\]{
  --tw-translate-y: calc(calc(50% + var(--heroui-font-size-small) / 2 - 4px) * -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[data-filled="true"] .group-data-\[filled\=true\]\:-translate-y-\[calc\(50\%_\+_theme\(fontSize\.small\)\/2_-_6px\)\]{
  --tw-translate-y: calc(calc(50% + var(--heroui-font-size-small) / 2 - 6px) * -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[data-filled="true"] .group-data-\[filled\=true\]\:-translate-y-\[calc\(50\%_\+_theme\(fontSize\.small\)\/2_-_6px_-_theme\(borderWidth\.medium\)\)\]{
  --tw-translate-y: calc(calc(50% + var(--heroui-font-size-small) / 2 - 6px - var(--heroui-border-width-medium)) * -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[data-filled="true"] .group-data-\[filled\=true\]\:-translate-y-\[calc\(50\%_\+_theme\(fontSize\.small\)\/2_-_8px\)\]{
  --tw-translate-y: calc(calc(50% + var(--heroui-font-size-small) / 2 - 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));
}
.group[data-filled="true"] .group-data-\[filled\=true\]\:-translate-y-\[calc\(50\%_\+_theme\(fontSize\.small\)\/2_-_8px_-_theme\(borderWidth\.medium\)\)\]{
  --tw-translate-y: calc(calc(50% + var(--heroui-font-size-small) / 2 - 8px - var(--heroui-border-width-medium)) * -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[data-filled="true"] .group-data-\[filled\=true\]\:-translate-y-\[calc\(50\%_\+_theme\(fontSize\.tiny\)\/2_-_5px\)\]{
  --tw-translate-y: calc(calc(50% + var(--heroui-font-size-tiny) / 2 - 5px) * -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[data-filled="true"] .group-data-\[filled\=true\]\:-translate-y-\[calc\(50\%_\+_theme\(fontSize\.tiny\)\/2_-_8px\)\]{
  --tw-translate-y: calc(calc(50% + var(--heroui-font-size-tiny) / 2 - 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));
}
.group[data-filled="true"] .group-data-\[filled\=true\]\:-translate-y-\[calc\(50\%_\+_theme\(fontSize\.tiny\)\/2_-_8px_-_theme\(borderWidth\.medium\)\)\]{
  --tw-translate-y: calc(calc(50% + var(--heroui-font-size-tiny) / 2 - 8px - var(--heroui-border-width-medium)) * -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[data-has-helper="true"] .group-data-\[has-helper\=true\]\:-translate-y-\[calc\(100\%_\+_theme\(fontSize\.small\)\/2_\+_26px\)\]{
  --tw-translate-y: calc(calc(100% + var(--heroui-font-size-small) / 2 + 26px) * -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[data-has-helper="true"] .group-data-\[has-helper\=true\]\:-translate-y-\[calc\(100\%_\+_theme\(fontSize\.small\)\/2_\+_30px\)\]{
  --tw-translate-y: calc(calc(100% + var(--heroui-font-size-small) / 2 + 30px) * -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[data-has-helper="true"] .group-data-\[has-helper\=true\]\:-translate-y-\[calc\(100\%_\+_theme\(fontSize\.small\)\/2_\+_34px\)\]{
  --tw-translate-y: calc(calc(100% + var(--heroui-font-size-small) / 2 + 34px) * -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[data-selected="true"] .group-data-\[selected\=true\]\:translate-x-3{
  --tw-translate-x: 0.75rem;
  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[data-copied="true"] .group-data-\[copied\=true\]\: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[data-copied="true"] .group-data-\[copied\=true\]\:scale-50{
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  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[data-filled-within="true"] .group-data-\[filled-within\=true\]\:scale-85{
  --tw-scale-x: 0.85;
  --tw-scale-y: 0.85;
  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[data-filled="true"] .group-data-\[filled\=true\]\:scale-85{
  --tw-scale-x: 0.85;
  --tw-scale-y: 0.85;
  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[data-has-value="true"] .group-data-\[has-value\=true\]\: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[data-pressed="true"] .group-data-\[pressed\=true\]\: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));
}
.group[data-selected="true"] .group-data-\[selected\=true\]\: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\/tr[data-disabled="true"] .group-data-\[disabled\=true\]\/tr\:cursor-not-allowed{
  cursor: not-allowed;
}
.group[data-has-multiple-months="true"] .group-data-\[has-multiple-months\=true\]\:flex-row{
  flex-direction: row;
}
.group[data-has-label="true"] .group-data-\[has-label\=true\]\:items-start{
  align-items: flex-start;
}
.group[data-has-label="true"] .group-data-\[has-label\=true\]\:items-end{
  align-items: flex-end;
}
.group[data-focus="true"] .group-data-\[focus\=true\]\:\!border-danger{
  --tw-border-opacity: 1 !important;
  border-color: hsl(var(--heroui-danger) / var(--heroui-danger-opacity, var(--tw-border-opacity))) !important;
}
.group[data-focus="true"] .group-data-\[focus\=true\]\:border-danger{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-danger) / var(--heroui-danger-opacity, var(--tw-border-opacity)));
}
.group[data-focus="true"] .group-data-\[focus\=true\]\:border-default-foreground{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-default-foreground) / var(--heroui-default-foreground-opacity, var(--tw-border-opacity)));
}
.group[data-focus="true"] .group-data-\[focus\=true\]\:border-primary{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-primary) / var(--heroui-primary-opacity, var(--tw-border-opacity)));
}
.group[data-focus="true"] .group-data-\[focus\=true\]\:border-secondary{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-secondary) / var(--heroui-secondary-opacity, var(--tw-border-opacity)));
}
.group[data-focus="true"] .group-data-\[focus\=true\]\:border-success{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-success) / var(--heroui-success-opacity, var(--tw-border-opacity)));
}
.group[data-focus="true"] .group-data-\[focus\=true\]\:border-warning{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-warning) / var(--heroui-warning-opacity, var(--tw-border-opacity)));
}
.group[data-invalid="true"] .group-data-\[invalid\=true\]\:border-danger{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-danger) / var(--heroui-danger-opacity, var(--tw-border-opacity)));
}
.group[data-selected="true"] .group-data-\[selected\=true\]\:border-danger{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-danger) / var(--heroui-danger-opacity, var(--tw-border-opacity)));
}
.group[data-selected="true"] .group-data-\[selected\=true\]\:border-default-500{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-default-500) / var(--heroui-default-500-opacity, var(--tw-border-opacity)));
}
.group[data-selected="true"] .group-data-\[selected\=true\]\:border-primary{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-primary) / var(--heroui-primary-opacity, var(--tw-border-opacity)));
}
.group[data-selected="true"] .group-data-\[selected\=true\]\:border-secondary{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-secondary) / var(--heroui-secondary-opacity, var(--tw-border-opacity)));
}
.group[data-selected="true"] .group-data-\[selected\=true\]\:border-success{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-success) / var(--heroui-success-opacity, var(--tw-border-opacity)));
}
.group[data-selected="true"] .group-data-\[selected\=true\]\:border-warning{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-warning) / var(--heroui-warning-opacity, var(--tw-border-opacity)));
}
.group[data-focus="true"] .group-data-\[focus\=true\]\:\!bg-danger-50{
  --tw-bg-opacity: 1 !important;
  background-color: hsl(var(--heroui-danger-50) / var(--heroui-danger-50-opacity, var(--tw-bg-opacity))) !important;
}
.group[data-focus="true"] .group-data-\[focus\=true\]\:bg-danger-50{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-danger-50) / var(--heroui-danger-50-opacity, var(--tw-bg-opacity)));
}
.group[data-focus="true"] .group-data-\[focus\=true\]\:bg-default-100{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-default-100) / var(--heroui-default-100-opacity, var(--tw-bg-opacity)));
}
.group[data-focus="true"] .group-data-\[focus\=true\]\:bg-default-200{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-default-200) / var(--heroui-default-200-opacity, var(--tw-bg-opacity)));
}
.group[data-focus="true"] .group-data-\[focus\=true\]\:bg-primary-50{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-primary-50) / var(--heroui-primary-50-opacity, var(--tw-bg-opacity)));
}
.group[data-focus="true"] .group-data-\[focus\=true\]\:bg-secondary-50{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-secondary-50) / var(--heroui-secondary-50-opacity, var(--tw-bg-opacity)));
}
.group[data-focus="true"] .group-data-\[focus\=true\]\:bg-success-50{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-success-50) / var(--heroui-success-50-opacity, var(--tw-bg-opacity)));
}
.group[data-focus="true"] .group-data-\[focus\=true\]\:bg-warning-50{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-warning-50) / var(--heroui-warning-50-opacity, var(--tw-bg-opacity)));
}
.group[data-hover-unselected="true"] .group-data-\[hover-unselected\=true\]\:bg-default-100{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-default-100) / var(--heroui-default-100-opacity, var(--tw-bg-opacity)));
}
.group[data-invalid="true"] .group-data-\[invalid\=true\]\:bg-danger-50{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-danger-50) / var(--heroui-danger-50-opacity, var(--tw-bg-opacity)));
}
.group[data-selected="true"] .group-data-\[selected\=true\]\:bg-danger{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-danger) / var(--heroui-danger-opacity, var(--tw-bg-opacity)));
}
.group[data-selected="true"] .group-data-\[selected\=true\]\:bg-default-400{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-default-400) / var(--heroui-default-400-opacity, var(--tw-bg-opacity)));
}
.group[data-selected="true"] .group-data-\[selected\=true\]\:bg-primary{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-primary) / var(--heroui-primary-opacity, var(--tw-bg-opacity)));
}
.group[data-selected="true"] .group-data-\[selected\=true\]\:bg-secondary{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-secondary) / var(--heroui-secondary-opacity, var(--tw-bg-opacity)));
}
.group[data-selected="true"] .group-data-\[selected\=true\]\:bg-success{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-success) / var(--heroui-success-opacity, var(--tw-bg-opacity)));
}
.group[data-selected="true"] .group-data-\[selected\=true\]\:bg-warning{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-warning) / var(--heroui-warning-opacity, var(--tw-bg-opacity)));
}
.group[data-has-helper="true"] .group-data-\[has-helper\=true\]\:pt-2{
  padding-top: 0.5rem;
}
.group[data-has-helper="true"] .group-data-\[has-helper\=true\]\:pt-3{
  padding-top: 0.75rem;
}
.group[data-has-helper="true"] .group-data-\[has-helper\=true\]\:pt-4{
  padding-top: 1rem;
}
.group[data-has-label="true"] .group-data-\[has-label\=true\]\:pt-4{
  padding-top: 1rem;
}
.group[data-has-label="true"] .group-data-\[has-label\=true\]\:pt-5{
  padding-top: 1.25rem;
}
.group\/tr[data-disabled="true"] .group-data-\[disabled\=true\]\/tr\:text-foreground-300{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-foreground-300) / var(--heroui-foreground-300-opacity, var(--tw-text-opacity)));
}
.group[data-filled-within="true"] .group-data-\[filled-within\=true\]\:text-default-600{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-default-600) / var(--heroui-default-600-opacity, var(--tw-text-opacity)));
}
.group[data-filled-within="true"] .group-data-\[filled-within\=true\]\:text-foreground{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-foreground) / var(--heroui-foreground-opacity, var(--tw-text-opacity)));
}
.group[data-filled="true"] .group-data-\[filled\=true\]\:text-default-600{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-default-600) / var(--heroui-default-600-opacity, var(--tw-text-opacity)));
}
.group[data-filled="true"] .group-data-\[filled\=true\]\:text-foreground{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-foreground) / var(--heroui-foreground-opacity, var(--tw-text-opacity)));
}
.group[data-has-value="true"] .group-data-\[has-value\=true\]\:text-default-foreground{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-default-foreground) / var(--heroui-default-foreground-opacity, var(--tw-text-opacity)));
}
.group[data-has-value="true"] .group-data-\[has-value\=true\]\:text-foreground{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-foreground) / var(--heroui-foreground-opacity, var(--tw-text-opacity)));
}
.group[data-invalid="true"] .group-data-\[invalid\=true\]\:text-danger{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-danger) / var(--heroui-danger-opacity, var(--tw-text-opacity)));
}
.group[data-selected="true"] .group-data-\[selected\=true\]\:text-danger{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-danger) / var(--heroui-danger-opacity, var(--tw-text-opacity)));
}
.group[data-selected="true"] .group-data-\[selected\=true\]\:text-danger-foreground{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-danger-foreground) / var(--heroui-danger-foreground-opacity, var(--tw-text-opacity)));
}
.group[data-selected="true"] .group-data-\[selected\=true\]\:text-default-foreground{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-default-foreground) / var(--heroui-default-foreground-opacity, var(--tw-text-opacity)));
}
.group[data-selected="true"] .group-data-\[selected\=true\]\:text-foreground{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-foreground) / var(--heroui-foreground-opacity, var(--tw-text-opacity)));
}
.group[data-selected="true"] .group-data-\[selected\=true\]\:text-primary{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-primary) / var(--heroui-primary-opacity, var(--tw-text-opacity)));
}
.group[data-selected="true"] .group-data-\[selected\=true\]\:text-primary-foreground{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-primary-foreground) / var(--heroui-primary-foreground-opacity, var(--tw-text-opacity)));
}
.group[data-selected="true"] .group-data-\[selected\=true\]\:text-secondary{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-secondary) / var(--heroui-secondary-opacity, var(--tw-text-opacity)));
}
.group[data-selected="true"] .group-data-\[selected\=true\]\:text-secondary-foreground{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-secondary-foreground) / var(--heroui-secondary-foreground-opacity, var(--tw-text-opacity)));
}
.group[data-selected="true"] .group-data-\[selected\=true\]\:text-success{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-success) / var(--heroui-success-opacity, var(--tw-text-opacity)));
}
.group[data-selected="true"] .group-data-\[selected\=true\]\:text-success-foreground{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-success-foreground) / var(--heroui-success-foreground-opacity, var(--tw-text-opacity)));
}
.group[data-selected="true"] .group-data-\[selected\=true\]\:text-warning{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-warning) / var(--heroui-warning-opacity, var(--tw-text-opacity)));
}
.group[data-selected="true"] .group-data-\[selected\=true\]\:text-warning-foreground{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-warning-foreground) / var(--heroui-warning-foreground-opacity, var(--tw-text-opacity)));
}
.group[data-copied="true"] .group-data-\[copied\=true\]\:opacity-0{
  opacity: 0;
}
.group[data-copied="true"] .group-data-\[copied\=true\]\:opacity-100{
  opacity: 1;
}
.group[data-has-value="true"] .group-data-\[has-value\=true\]\:opacity-70{
  opacity: 0.7;
}
.group\/th[data-hover="true"] .group-data-\[hover\=true\]\/th\:opacity-100{
  opacity: 1;
}
.group[data-loaded="true"] .group-data-\[loaded\=true\]\:opacity-100{
  opacity: 1;
}
.group[data-pressed="true"] .group-data-\[pressed\=true\]\:opacity-70{
  opacity: 0.7;
}
.group[data-selected="true"] .group-data-\[selected\=true\]\:opacity-0{
  opacity: 0;
}
.group[data-selected="true"] .group-data-\[selected\=true\]\:opacity-100{
  opacity: 1;
}
.group[data-selected="true"] .group-data-\[selected\=true\]\:opacity-60{
  opacity: 0.6;
}
.group[data-focus-visible="true"] .group-data-\[focus-visible\=true\]\: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);
}
.group[data-focus-visible="true"] .group-data-\[focus-visible\=true\]\:ring-focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: hsl(var(--heroui-focus) / var(--heroui-focus-opacity, var(--tw-ring-opacity)));
}
.group[data-focus-visible="true"] .group-data-\[focus-visible\=true\]\:ring-offset-2{
  --tw-ring-offset-width: 2px;
}
.group[data-focus-visible="true"] .group-data-\[focus-visible\=true\]\:ring-offset-background{
  --tw-ring-offset-color: hsl(var(--heroui-background) / var(--heroui-background-opacity, 1));
}
.group\/tr[data-odd="true"] .group-data-\[odd\=true\]\/tr\:before\:-z-10::before{
  content: var(--tw-content);
  z-index: -10;
}
.group[data-selected="true"] .group-data-\[selected\=true\]\:before\:w-full::before{
  content: var(--tw-content);
  width: 100%;
}
.group[data-open="true"] .group-data-\[open\=true\]\:before\:translate-y-px::before{
  content: var(--tw-content);
  --tw-translate-y: 1px;
  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[data-open="true"] .group-data-\[open\=true\]\:before\:rotate-45::before{
  content: var(--tw-content);
  --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));
}
.group\/tr[data-middle="true"] .group-data-\[middle\=true\]\/tr\:before\:rounded-none::before{
  content: var(--tw-content);
  border-radius: 0px;
}
.group[data-hover="true"] .group-data-\[hover\=true\]\:before\:bg-default-100::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-default-100) / var(--heroui-default-100-opacity, var(--tw-bg-opacity)));
}
.group\/tr[data-odd="true"] .group-data-\[odd\=true\]\/tr\:before\:bg-default-100::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-default-100) / var(--heroui-default-100-opacity, var(--tw-bg-opacity)));
}
.group\/tr[data-odd="true"] .group-data-\[odd\=true\]\/tr\:before\:opacity-100::before{
  content: var(--tw-content);
  opacity: 1;
}
.group[data-required="true"] .group-data-\[required\=true\]\:after\:ml-0\.5::after{
  content: var(--tw-content);
  margin-left: 0.125rem;
}
.group[data-focus="true"] .group-data-\[focus\=true\]\:after\:w-full::after{
  content: var(--tw-content);
  width: 100%;
}
.group[data-open="true"] .group-data-\[open\=true\]\:after\:translate-y-0::after{
  content: var(--tw-content);
  --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[data-open="true"] .group-data-\[open\=true\]\:after\:-rotate-45::after{
  content: var(--tw-content);
  --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));
}
.group[data-selected="true"] .group-data-\[selected\=true\]\:after\:scale-100::after{
  content: var(--tw-content);
  --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[data-invalid="true"] .group-data-\[invalid\=true\]\:after\:bg-danger::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-danger) / var(--heroui-danger-opacity, var(--tw-bg-opacity)));
}
.group[data-required="true"] .group-data-\[required\=true\]\:after\:text-danger::after{
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-danger) / var(--heroui-danger-opacity, var(--tw-text-opacity)));
}
.group[data-selected="true"] .group-data-\[selected\=true\]\:after\:opacity-100::after{
  content: var(--tw-content);
  opacity: 1;
}
.group[data-required="true"] .group-data-\[required\=true\]\:after\:content-\[\'\*\'\]::after{
  --tw-content: '*';
  content: var(--tw-content);
}
.group\/tr[data-first="true"] .group-data-\[first\=true\]\/tr\:first\:before\:rounded-ss-lg:first-child::before{
  content: var(--tw-content);
  border-start-start-radius: 0.5rem;
}
.group\/tr[data-last="true"] .group-data-\[last\=true\]\/tr\:first\:before\:rounded-es-lg:first-child::before{
  content: var(--tw-content);
  border-end-start-radius: 0.5rem;
}
.group\/tr[data-first="true"] .group-data-\[first\=true\]\/tr\:last\:before\:rounded-se-lg:last-child::before{
  content: var(--tw-content);
  border-start-end-radius: 0.5rem;
}
.group\/tr[data-last="true"] .group-data-\[last\=true\]\/tr\:last\:before\:rounded-ee-lg:last-child::before{
  content: var(--tw-content);
  border-end-end-radius: 0.5rem;
}
.group[data-invalid="true"] .group-data-\[invalid\=true\]\:hover\:border-danger:hover{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-danger) / var(--heroui-danger-opacity, var(--tw-border-opacity)));
}
.group[data-invalid="true"] .group-data-\[invalid\=true\]\:hover\:bg-danger-100:hover{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-danger-100) / var(--heroui-danger-100-opacity, var(--tw-bg-opacity)));
}
.group[data-invalid="true"] .group-data-\[invalid\=true\]\:focus-within\:hover\:border-danger:hover:focus-within{
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-danger) / var(--heroui-danger-opacity, var(--tw-border-opacity)));
}
.group[data-invalid="true"] .group-data-\[invalid\=true\]\:focus-within\:hover\:bg-danger-50:hover:focus-within{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-danger-50) / var(--heroui-danger-50-opacity, var(--tw-bg-opacity)));
}
.group\/tr[aria-selected="false"][data-hover="true"] .group-aria-\[selected\=false\]\/tr\:group-data-\[hover\=true\]\/tr\:before\:bg-default-100::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-default-100) / var(--heroui-default-100-opacity, var(--tw-bg-opacity)));
}
.group\/tr[aria-selected="false"][data-hover="true"] .group-aria-\[selected\=false\]\/tr\:group-data-\[hover\=true\]\/tr\:before\:opacity-70::before{
  content: var(--tw-content);
  opacity: 0.7;
}
.group\/tr[data-odd="true"] .group-data-\[odd\=true\]\/tr\:data-\[selected\=true\]\/tr\:before\:bg-danger\/20[data-selected="true"]::before{
  content: var(--tw-content);
  background-color: hsl(var(--heroui-danger) / 0.2);
}
.group\/tr[data-odd="true"] .group-data-\[odd\=true\]\/tr\:data-\[selected\=true\]\/tr\:before\:bg-default\/60[data-selected="true"]::before{
  content: var(--tw-content);
  background-color: hsl(var(--heroui-default) / 0.6);
}
.group\/tr[data-odd="true"] .group-data-\[odd\=true\]\/tr\:data-\[selected\=true\]\/tr\:before\:bg-primary\/20[data-selected="true"]::before{
  content: var(--tw-content);
  background-color: hsl(var(--heroui-primary) / 0.2);
}
.group\/tr[data-odd="true"] .group-data-\[odd\=true\]\/tr\:data-\[selected\=true\]\/tr\:before\:bg-secondary\/20[data-selected="true"]::before{
  content: var(--tw-content);
  background-color: hsl(var(--heroui-secondary) / 0.2);
}
.group\/tr[data-odd="true"] .group-data-\[odd\=true\]\/tr\:data-\[selected\=true\]\/tr\:before\:bg-success\/20[data-selected="true"]::before{
  content: var(--tw-content);
  background-color: hsl(var(--heroui-success) / 0.2);
}
.group\/tr[data-odd="true"] .group-data-\[odd\=true\]\/tr\:data-\[selected\=true\]\/tr\:before\:bg-warning\/20[data-selected="true"]::before{
  content: var(--tw-content);
  background-color: hsl(var(--heroui-warning) / 0.2);
}
.peer[data-filled="true"] ~ .peer-data-\[filled\=true\]\:pointer-events-auto{
  pointer-events: auto;
}
.peer[data-filled="true"] ~ .peer-data-\[filled\=true\]\:block{
  display: block;
}
.peer[data-filled="true"] ~ .peer-data-\[filled\=true\]\: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[data-filled="true"] ~ .peer-data-\[filled\=true\]\:opacity-70{
  opacity: 0.7;
}
@media (prefers-reduced-motion: reduce){
  .motion-reduce\: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));
  }
  .motion-reduce\:transition-none{
    transition-property: none;
  }
  .motion-reduce\:after\:transition-none::after{
    content: var(--tw-content);
    transition-property: none;
  }
}
.dark\:border-danger-100:is(.dark *){
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-danger-100) / var(--heroui-danger-100-opacity, var(--tw-border-opacity)));
}
.dark\:border-default-200:is(.dark *){
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-default-200) / var(--heroui-default-200-opacity, var(--tw-border-opacity)));
}
.dark\:border-primary-100:is(.dark *){
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-primary-100) / var(--heroui-primary-100-opacity, var(--tw-border-opacity)));
}
.dark\:border-success-100:is(.dark *){
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-success-100) / var(--heroui-success-100-opacity, var(--tw-border-opacity)));
}
.dark\:border-warning-100:is(.dark *){
  --tw-border-opacity: 1;
  border-color: hsl(var(--heroui-warning-100) / var(--heroui-warning-100-opacity, var(--tw-border-opacity)));
}
.dark\:border-white\/\[0\.2\]:is(.dark *){
  border-color: rgb(255 255 255 / 0.2);
}
.dark\:border-zinc-700:is(.dark *){
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
}
.dark\:bg-background:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-background) / var(--heroui-background-opacity, var(--tw-bg-opacity)));
}
.dark\:bg-background\/20:is(.dark *){
  background-color: hsl(var(--heroui-background) / 0.2);
}
.dark\:bg-black:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.dark\:bg-content2:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-content2) / var(--heroui-content2-opacity, var(--tw-bg-opacity)));
}
.dark\:bg-danger-100:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-danger-100) / var(--heroui-danger-100-opacity, var(--tw-bg-opacity)));
}
.dark\:bg-danger-50:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-danger-50) / var(--heroui-danger-50-opacity, var(--tw-bg-opacity)));
}
.dark\:bg-danger-50\/50:is(.dark *){
  background-color: hsl(var(--heroui-danger-50) / 0.5);
}
.dark\:bg-default:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-default) / var(--heroui-default-opacity, var(--tw-bg-opacity)));
}
.dark\:bg-default-100:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-default-100) / var(--heroui-default-100-opacity, var(--tw-bg-opacity)));
}
.dark\:bg-default-50\/50:is(.dark *){
  background-color: hsl(var(--heroui-default-50) / 0.5);
}
.dark\:bg-primary-100:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-primary-100) / var(--heroui-primary-100-opacity, var(--tw-bg-opacity)));
}
.dark\:bg-primary-50:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-primary-50) / var(--heroui-primary-50-opacity, var(--tw-bg-opacity)));
}
.dark\:bg-primary-50\/50:is(.dark *){
  background-color: hsl(var(--heroui-primary-50) / 0.5);
}
.dark\:bg-secondary-100:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-secondary-100) / var(--heroui-secondary-100-opacity, var(--tw-bg-opacity)));
}
.dark\:bg-secondary-50:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-secondary-50) / var(--heroui-secondary-50-opacity, var(--tw-bg-opacity)));
}
.dark\:bg-secondary-50\/50:is(.dark *){
  background-color: hsl(var(--heroui-secondary-50) / 0.5);
}
.dark\:bg-slate-800\/\[0\.8\]:is(.dark *){
  background-color: rgb(30 41 59 / 0.8);
}
.dark\:bg-success-100:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-success-100) / var(--heroui-success-100-opacity, var(--tw-bg-opacity)));
}
.dark\:bg-success-50:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-success-50) / var(--heroui-success-50-opacity, var(--tw-bg-opacity)));
}
.dark\:bg-success-50\/50:is(.dark *){
  background-color: hsl(var(--heroui-success-50) / 0.5);
}
.dark\:bg-transparent:is(.dark *){
  background-color: transparent;
}
.dark\:bg-warning-100:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-warning-100) / var(--heroui-warning-100-opacity, var(--tw-bg-opacity)));
}
.dark\:bg-warning-50:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-warning-50) / var(--heroui-warning-50-opacity, var(--tw-bg-opacity)));
}
.dark\:bg-warning-50\/50:is(.dark *){
  background-color: hsl(var(--heroui-warning-50) / 0.5);
}
.dark\:bg-zinc-800:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
}
.dark\:bg-zinc-900:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1));
}
.dark\:text-danger-500:is(.dark *){
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-danger-500) / var(--heroui-danger-500-opacity, var(--tw-text-opacity)));
}
.dark\:text-neutral-50:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}
.dark\:text-success:is(.dark *){
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-success) / var(--heroui-success-opacity, var(--tw-text-opacity)));
}
.dark\:text-warning:is(.dark *){
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-warning) / var(--heroui-warning-opacity, var(--tw-text-opacity)));
}
.dark\:text-white:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.dark\:placeholder\:text-danger-500:is(.dark *)::-moz-placeholder{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-danger-500) / var(--heroui-danger-500-opacity, var(--tw-text-opacity)));
}
.dark\:placeholder\:text-danger-500:is(.dark *)::placeholder{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-danger-500) / var(--heroui-danger-500-opacity, var(--tw-text-opacity)));
}
.dark\:placeholder\:text-success:is(.dark *)::-moz-placeholder{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-success) / var(--heroui-success-opacity, var(--tw-text-opacity)));
}
.dark\:placeholder\:text-success:is(.dark *)::placeholder{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-success) / var(--heroui-success-opacity, var(--tw-text-opacity)));
}
.dark\:placeholder\:text-warning:is(.dark *)::-moz-placeholder{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-warning) / var(--heroui-warning-opacity, var(--tw-text-opacity)));
}
.dark\:placeholder\:text-warning:is(.dark *)::placeholder{
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-warning) / var(--heroui-warning-opacity, var(--tw-text-opacity)));
}
.dark\:before\:via-default-700\/10:is(.dark *)::before{
  content: var(--tw-content);
  --tw-gradient-to: hsl(var(--heroui-default-700) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--heroui-default-700) / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.dark\:after\:bg-content2:is(.dark *)::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-content2) / var(--heroui-content2-opacity, var(--tw-bg-opacity)));
}
.dark\:hover\:text-neutral-300:hover:is(.dark *){
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity, 1));
}
.dark\:focus\:bg-danger-400\/20:focus:is(.dark *){
  background-color: hsl(var(--heroui-danger-400) / 0.2);
}
.dark\:focus\:bg-success-400\/20:focus:is(.dark *){
  background-color: hsl(var(--heroui-success-400) / 0.2);
}
.dark\:focus\:bg-warning-400\/20:focus:is(.dark *){
  background-color: hsl(var(--heroui-warning-400) / 0.2);
}
.dark\:data-\[hover\=true\]\:bg-content2[data-hover="true"]:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-content2) / var(--heroui-content2-opacity, var(--tw-bg-opacity)));
}
.dark\:data-\[hover\=true\]\:bg-danger-50[data-hover="true"]:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-danger-50) / var(--heroui-danger-50-opacity, var(--tw-bg-opacity)));
}
.dark\:data-\[hover\=true\]\:bg-success-50[data-hover="true"]:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-success-50) / var(--heroui-success-50-opacity, var(--tw-bg-opacity)));
}
.dark\:data-\[hover\=true\]\:bg-warning-50[data-hover="true"]:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-warning-50) / var(--heroui-warning-50-opacity, var(--tw-bg-opacity)));
}
.dark\:data-\[selected\=true\]\:data-\[hover\=true\]\:bg-danger[data-hover="true"][data-selected="true"]:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-danger) / var(--heroui-danger-opacity, var(--tw-bg-opacity)));
}
.dark\:data-\[selected\=true\]\:data-\[hover\=true\]\:bg-success[data-hover="true"][data-selected="true"]:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-success) / var(--heroui-success-opacity, var(--tw-bg-opacity)));
}
.dark\:data-\[selected\=true\]\:data-\[hover\=true\]\:bg-warning[data-hover="true"][data-selected="true"]:is(.dark *){
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-warning) / var(--heroui-warning-opacity, var(--tw-bg-opacity)));
}
.dark\:data-\[hover\=true\]\:text-danger-500[data-hover="true"]:is(.dark *){
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-danger-500) / var(--heroui-danger-500-opacity, var(--tw-text-opacity)));
}
.dark\:data-\[hover\=true\]\:text-success-500[data-hover="true"]:is(.dark *){
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-success-500) / var(--heroui-success-500-opacity, var(--tw-text-opacity)));
}
.dark\:data-\[hover\=true\]\:text-warning-500[data-hover="true"]:is(.dark *){
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-warning-500) / var(--heroui-warning-500-opacity, var(--tw-text-opacity)));
}
.dark\:data-\[selected\=true\]\:data-\[hover\=true\]\:text-danger-foreground[data-hover="true"][data-selected="true"]:is(.dark *){
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-danger-foreground) / var(--heroui-danger-foreground-opacity, var(--tw-text-opacity)));
}
.dark\:data-\[selected\=true\]\:data-\[hover\=true\]\:text-success-foreground[data-hover="true"][data-selected="true"]:is(.dark *){
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-success-foreground) / var(--heroui-success-foreground-opacity, var(--tw-text-opacity)));
}
.dark\:data-\[selected\=true\]\:data-\[hover\=true\]\:text-warning-foreground[data-hover="true"][data-selected="true"]:is(.dark *){
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-warning-foreground) / var(--heroui-warning-foreground-opacity, var(--tw-text-opacity)));
}
.dark\:data-\[selected\=true\]\:data-\[range-selection\=true\]\:text-success-500[data-range-selection="true"][data-selected="true"]:is(.dark *){
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-success-500) / var(--heroui-success-500-opacity, var(--tw-text-opacity)));
}
.dark\:data-\[selected\=true\]\:data-\[selection-end\=true\]\:data-\[range-selection\=true\]\:text-success-foreground[data-range-selection="true"][data-selection-end="true"][data-selected="true"]:is(.dark *){
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-success-foreground) / var(--heroui-success-foreground-opacity, var(--tw-text-opacity)));
}
.dark\:data-\[selected\=true\]\:data-\[selection-start\=true\]\:data-\[range-selection\=true\]\:text-success-foreground[data-range-selection="true"][data-selection-start="true"][data-selected="true"]:is(.dark *){
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-success-foreground) / var(--heroui-success-foreground-opacity, var(--tw-text-opacity)));
}
.dark\:data-\[selected\=true\]\:text-danger-500[data-selected="true"]:is(.dark *){
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-danger-500) / var(--heroui-danger-500-opacity, var(--tw-text-opacity)));
}
.dark\:data-\[selected\=true\]\:text-success[data-selected="true"]:is(.dark *){
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-success) / var(--heroui-success-opacity, var(--tw-text-opacity)));
}
.dark\:data-\[selected\=true\]\:text-warning[data-selected="true"]:is(.dark *){
  --tw-text-opacity: 1;
  color: hsl(var(--heroui-warning) / var(--heroui-warning-opacity, var(--tw-text-opacity)));
}
.dark\:data-\[selected\=true\]\:data-\[range-selection\=true\]\:before\:bg-success-50[data-range-selection="true"][data-selected="true"]:is(.dark *)::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-success-50) / var(--heroui-success-50-opacity, var(--tw-bg-opacity)));
}
.dark\:data-\[selected\=true\]\:data-\[range-selection\=true\]\:before\:bg-warning-50[data-range-selection="true"][data-selected="true"]:is(.dark *)::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-warning-50) / var(--heroui-warning-50-opacity, var(--tw-bg-opacity)));
}
.dark\:data-\[invalid\=true\]\:focus\:bg-danger-400\/20:focus[data-invalid="true"]:is(.dark *){
  background-color: hsl(var(--heroui-danger-400) / 0.2);
}
@media not all and (min-width: 768px){
  .max-md\:hidden{
    display: none;
  }
}
@media (min-width: 640px){
  .sm\:bottom-\[16rem\]{
    bottom: 16rem;
  }
  .sm\:bottom-\[18rem\]{
    bottom: 18rem;
  }
  .sm\:bottom-\[24rem\]{
    bottom: 24rem;
  }
  .sm\:left-10{
    left: 2.5rem;
  }
  .sm\:right-10{
    right: 2.5rem;
  }
  .sm\:top-\[-3rem\]{
    top: -3rem;
  }
  .sm\:m-0{
    margin: 0px;
  }
  .sm\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .sm\:mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
  .sm\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .sm\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .sm\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .sm\:-ml-\[100\%\]{
    margin-left: -100%;
  }
  .sm\:-ml-\[40\%\]{
    margin-left: -40%;
  }
  .sm\:mb-4{
    margin-bottom: 1rem;
  }
  .sm\:ml-\[-1\.2\%\]{
    margin-left: -1.2%;
  }
  .sm\:ml-\[-1\.8\%\]{
    margin-left: -1.8%;
  }
  .sm\:ml-\[91\%\]{
    margin-left: 91%;
  }
  .sm\:ml-\[97\%\]{
    margin-left: 97%;
  }
  .sm\:mr-2{
    margin-right: 0.5rem;
  }
  .sm\:mt-10{
    margin-top: 2.5rem;
  }
  .sm\:mt-6{
    margin-top: 1.5rem;
  }
  .sm\:mt-\[-3\%\]{
    margin-top: -3%;
  }
  .sm\:mt-\[-4rem\]{
    margin-top: -4rem;
  }
  .sm\:mt-\[-5\%\]{
    margin-top: -5%;
  }
  .sm\:mt-\[-8\%\]{
    margin-top: -8%;
  }
  .sm\:mt-\[12\%\]{
    margin-top: 12%;
  }
  .sm\:block{
    display: block;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:h-12{
    height: 3rem;
  }
  .sm\:h-16{
    height: 4rem;
  }
  .sm\:h-20{
    height: 5rem;
  }
  .sm\:h-24{
    height: 6rem;
  }
  .sm\:h-28{
    height: 7rem;
  }
  .sm\:h-\[10vh\]{
    height: 10vh;
  }
  .sm\:h-\[10vw\]{
    height: 10vw;
  }
  .sm\:h-\[20rem\]{
    height: 20rem;
  }
  .sm\:h-\[45\%\]{
    height: 45%;
  }
  .sm\:h-\[50vh\]{
    height: 50vh;
  }
  .sm\:h-\[6vw\]{
    height: 6vw;
  }
  .sm\:h-full{
    height: 100%;
  }
  .sm\:min-h-\[70vh\]{
    min-height: 70vh;
  }
  .sm\:w-1\/2{
    width: 50%;
  }
  .sm\:w-12{
    width: 3rem;
  }
  .sm\:w-20{
    width: 5rem;
  }
  .sm\:w-24{
    width: 6rem;
  }
  .sm\:w-\[10vw\]{
    width: 10vw;
  }
  .sm\:w-\[356px\]{
    width: 356px;
  }
  .sm\:w-\[6vw\]{
    width: 6vw;
  }
  .sm\:w-\[8rem\]{
    width: 8rem;
  }
  .sm\:w-auto{
    width: auto;
  }
  .sm\:min-w-\[12rem\]{
    min-width: 12rem;
  }
  .sm\:max-w-4xl{
    max-width: 56rem;
  }
  .sm\:max-w-\[400px\]{
    max-width: 400px;
  }
  .sm\:max-w-\[44\%\]{
    max-width: 44%;
  }
  .sm\:max-w-md{
    max-width: 28rem;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:items-start{
    align-items: flex-start;
  }
  .sm\:items-end{
    align-items: flex-end;
  }
  .sm\:items-center{
    align-items: center;
  }
  .sm\:gap-2{
    gap: 0.5rem;
  }
  .sm\:gap-6{
    gap: 1.5rem;
  }
  .sm\:gap-8{
    gap: 2rem;
  }
  .sm\:p-16{
    padding: 4rem;
  }
  .sm\:p-2{
    padding: 0.5rem;
  }
  .sm\:p-32{
    padding: 8rem;
  }
  .sm\:p-4{
    padding: 1rem;
  }
  .sm\:p-6{
    padding: 1.5rem;
  }
  .sm\:p-8{
    padding: 2rem;
  }
  .sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .sm\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  .sm\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .sm\:pt-16{
    padding-top: 4rem;
  }
  .sm\:pt-20{
    padding-top: 5rem;
  }
  .sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .sm\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .sm\:text-\[10px\]{
    font-size: 10px;
  }
  .sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .sm\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .sm\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .sm\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .sm\:\[--scale-enter\:100\%\]{
    --scale-enter: 100%;
  }
  .sm\:\[--scale-exit\:103\%\]{
    --scale-exit: 103%;
  }
  .sm\:\[--slide-enter\:0px\]{
    --slide-enter: 0px;
  }
  .sm\:\[--slide-exit\:0px\]{
    --slide-exit: 0px;
  }
  .sm\:data-\[visible\=true\]\:pointer-events-none[data-visible="true"]{
    pointer-events: none;
  }
  .sm\:data-\[placement\=bottom-center\]\:mx-auto[data-placement="bottom-center"]{
    margin-left: auto;
    margin-right: auto;
  }
  .sm\:data-\[placement\=top-center\]\:mx-auto[data-placement="top-center"]{
    margin-left: auto;
    margin-right: auto;
  }
  .sm\:data-\[placement\=bottom-left\]\:ml-2[data-placement="bottom-left"]{
    margin-left: 0.5rem;
  }
  .sm\:data-\[placement\=bottom-right\]\:mr-2[data-placement="bottom-right"]{
    margin-right: 0.5rem;
  }
  .sm\:data-\[placement\=top-left\]\:ml-2[data-placement="top-left"]{
    margin-left: 0.5rem;
  }
  .sm\:data-\[placement\=top-right\]\:mr-2[data-placement="top-right"]{
    margin-right: 0.5rem;
  }
  .sm\:data-\[placement\=bottom-center\]\:w-max[data-placement="bottom-center"]{
    width: -moz-max-content;
    width: max-content;
  }
  .sm\:data-\[placement\=bottom-left\]\:w-max[data-placement="bottom-left"]{
    width: -moz-max-content;
    width: max-content;
  }
  .sm\:data-\[placement\=bottom-right\]\:w-max[data-placement="bottom-right"]{
    width: -moz-max-content;
    width: max-content;
  }
  .sm\:data-\[placement\=top-center\]\:w-max[data-placement="top-center"]{
    width: -moz-max-content;
    width: max-content;
  }
  .sm\:data-\[placement\=top-left\]\:w-max[data-placement="top-left"]{
    width: -moz-max-content;
    width: max-content;
  }
  .sm\:data-\[placement\=top-right\]\:w-max[data-placement="top-right"]{
    width: -moz-max-content;
    width: max-content;
  }
  .sm\:data-\[visible\=true\]\:opacity-0[data-visible="true"]{
    opacity: 0;
  }
  .group[data-hover="true"] .sm\:group-data-\[hover\=true\]\:data-\[visible\=true\]\:pointer-events-auto[data-visible="true"]{
    pointer-events: auto;
  }
  .group[data-hover="true"] .sm\:group-data-\[hover\=true\]\:data-\[visible\=true\]\:opacity-100[data-visible="true"]{
    opacity: 1;
  }
}
@media (min-width: 768px){
  .md\:static{
    position: static;
  }
  .md\:bottom-\[25rem\]{
    bottom: 25rem;
  }
  .md\:bottom-\[38rem\]{
    bottom: 38rem;
  }
  .md\:z-auto{
    z-index: auto;
  }
  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .md\:-ml-\[100\%\]{
    margin-left: -100%;
  }
  .md\:-ml-\[48\%\]{
    margin-left: -48%;
  }
  .md\:ml-0{
    margin-left: 0px;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mt-\[-18\%\]{
    margin-top: -18%;
  }
  .md\:mt-\[-2\%\]{
    margin-top: -2%;
  }
  .md\:mt-\[-8\%\]{
    margin-top: -8%;
  }
  .md\:mt-\[15\%\]{
    margin-top: 15%;
  }
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-28{
    height: 7rem;
  }
  .md\:h-32{
    height: 8rem;
  }
  .md\:h-\[11rem\]{
    height: 11rem;
  }
  .md\:h-\[12vh\]{
    height: 12vh;
  }
  .md\:h-\[22rem\]{
    height: 22rem;
  }
  .md\:h-\[60\%\]{
    height: 60%;
  }
  .md\:h-\[60vh\]{
    height: 60vh;
  }
  .md\:h-screen{
    height: 100vh;
  }
  .md\:min-h-screen{
    min-height: 100vh;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-1\/3{
    width: 33.333333%;
  }
  .md\:w-28{
    width: 7rem;
  }
  .md\:w-\[11rem\]{
    width: 11rem;
  }
  .md\:w-\[60\%\]{
    width: 60%;
  }
  .md\:min-w-\[400px\]{
    min-width: 400px;
  }
  .md\:max-w-\[450px\]{
    max-width: 450px;
  }
  .md\:max-w-full{
    max-width: 100%;
  }
  .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\:flex-row{
    flex-direction: row;
  }
  .md\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:gap-10{
    gap: 2.5rem;
  }
  .md\:p-10{
    padding: 2.5rem;
  }
  .md\:p-12{
    padding: 3rem;
  }
  .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .md\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .md\:pb-0{
    padding-bottom: 0px;
  }
  .md\:pt-10{
    padding-top: 2.5rem;
  }
  .md\:pt-20{
    padding-top: 5rem;
  }
  .md\:pt-24{
    padding-top: 6rem;
  }
  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-\[20px\]{
    font-size: 20px;
  }
  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:opacity-100{
    opacity: 1;
  }
}
@media (min-width: 1024px){
  .lg\:ml-0{
    margin-left: 0px;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:mt-4{
    margin-top: 1rem;
  }
  .lg\:mt-\[-1\%\]{
    margin-top: -1%;
  }
  .lg\:mt-\[-9\%\]{
    margin-top: -9%;
  }
  .lg\:mt-\[19\%\]{
    margin-top: 19%;
  }
  .lg\:h-40{
    height: 10rem;
  }
  .lg\:h-\[120vh\]{
    height: 120vh;
  }
  .lg\:h-\[15vh\]{
    height: 15vh;
  }
  .lg\:h-\[24rem\]{
    height: 24rem;
  }
  .lg\:w-1\/12{
    width: 8.333333%;
  }
  .lg\:w-1\/4{
    width: 25%;
  }
  .lg\:w-11\/12{
    width: 91.666667%;
  }
  .lg\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:gap-12{
    gap: 3rem;
  }
  .lg\:p-10{
    padding: 2.5rem;
  }
  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg\:pt-24{
    padding-top: 6rem;
  }
  .lg\:pt-32{
    padding-top: 8rem;
  }
  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .lg\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }
  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.rtl\:left-2:where([dir="rtl"], [dir="rtl"] *){
  left: 0.5rem;
}
.rtl\:right-auto:where([dir="rtl"], [dir="rtl"] *){
  right: auto;
}
.rtl\:origin-top-right:where([dir="rtl"], [dir="rtl"] *){
  transform-origin: top right;
}
.rtl\:-rotate-180:where([dir="rtl"], [dir="rtl"] *){
  --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));
}
.rtl\:rotate-180:where([dir="rtl"], [dir="rtl"] *){
  --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));
}
.rtl\:flex-row-reverse:where([dir="rtl"], [dir="rtl"] *){
  flex-direction: row-reverse;
}
.rtl\:space-x-reverse:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 1;
}
.rtl\:data-\[focus-visible\=true\]\:translate-x-3[data-focus-visible="true"]:where([dir="rtl"], [dir="rtl"] *){
  --tw-translate-x: 0.75rem;
  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));
}
.rtl\:data-\[hover\=true\]\:translate-x-3[data-hover="true"]:where([dir="rtl"], [dir="rtl"] *){
  --tw-translate-x: 0.75rem;
  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));
}
.rtl\:data-\[open\=true\]\:-rotate-90[data-open="true"]:where([dir="rtl"], [dir="rtl"] *){
  --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));
}
.\[\&\+\.border-medium\.border-danger\]\:ms-\[calc\(theme\(borderWidth\.medium\)\*-1\)\]+.border-medium.border-danger{
  margin-inline-start: calc(var(--heroui-border-width-medium) * -1);
}
.\[\&\+\.border-medium\.border-default\]\:ms-\[calc\(theme\(borderWidth\.medium\)\*-1\)\]+.border-medium.border-default{
  margin-inline-start: calc(var(--heroui-border-width-medium) * -1);
}
.\[\&\+\.border-medium\.border-primary\]\:ms-\[calc\(theme\(borderWidth\.medium\)\*-1\)\]+.border-medium.border-primary{
  margin-inline-start: calc(var(--heroui-border-width-medium) * -1);
}
.\[\&\+\.border-medium\.border-secondary\]\:ms-\[calc\(theme\(borderWidth\.medium\)\*-1\)\]+.border-medium.border-secondary{
  margin-inline-start: calc(var(--heroui-border-width-medium) * -1);
}
.\[\&\+\.border-medium\.border-success\]\:ms-\[calc\(theme\(borderWidth\.medium\)\*-1\)\]+.border-medium.border-success{
  margin-inline-start: calc(var(--heroui-border-width-medium) * -1);
}
.\[\&\+\.border-medium\.border-warning\]\:ms-\[calc\(theme\(borderWidth\.medium\)\*-1\)\]+.border-medium.border-warning{
  margin-inline-start: calc(var(--heroui-border-width-medium) * -1);
}
.\[\&\:not\(\:first-child\)\:not\(\:last-child\)\]\:rounded-none:not(:first-child):not(:last-child){
  border-radius: 0px;
}
.\[\&\:not\(\:first-child\)\]\:-ml-1:not(:first-child){
  margin-left: -0.25rem;
}
.\[\&\:not\(\:first-of-type\)\:not\(\:last-of-type\)\]\:rounded-none:not(:first-of-type):not(:last-of-type){
  border-radius: 0px;
}
.\[\&\:not\(\:first-of-type\)\]\:ms-\[calc\(theme\(borderWidth\.2\)\*-1\)\]:not(:first-of-type){
  margin-inline-start: calc(2px * -1);
}
.\[\&\>\*\]\:relative>*{
  position: relative;
}
.\[\&\>svg\]\:max-w-\[theme\(spacing\.8\)\]>svg{
  max-width: 2rem;
}
.\[\&\>tr\]\:first\:rounded-lg:first-child>tr{
  border-radius: 0.5rem;
}
.\[\&\>tr\]\:first\:shadow-small:first-child>tr{
  --tw-shadow: var(--heroui-box-shadow-small);
  --tw-shadow-colored: var(--heroui-box-shadow-small);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.\[\&\[data-hover\=true\]\:not\(\[data-active\=true\]\)\]\:bg-default-100[data-hover=true]:not([data-active=true]){
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-default-100) / var(--heroui-default-100-opacity, var(--tw-bg-opacity)));
}
.\[\&\[data-hover\=true\]\:not\(\[data-active\=true\]\)\]\:bg-default-200[data-hover=true]:not([data-active=true]){
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-default-200) / var(--heroui-default-200-opacity, var(--tw-bg-opacity)));
}
.\[\&_\.chevron-icon\]\:flex-none .chevron-icon{
  flex: none;
}
.\[\&_\.chevron-icon\]\:rotate-180 .chevron-icon{
  --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));
}
.\[\&_\.chevron-icon\]\:transition-transform .chevron-icon{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 250ms;
}
.\[\&_div\]\:relative div{
  position: relative;
}
.\[\&_div\]\:h-px div{
  height: 1px;
}
.\[\&_div\]\:w-6 div{
  width: 1.5rem;
}
.\[\&_div\]\:origin-\[1px\] div{
  transform-origin: 1px;
}
.\[\&_div\]\:rounded-xl div{
  border-radius: 0.75rem;
}
.\[\&_div\]\:bg-default-900 div{
  --tw-bg-opacity: 1;
  background-color: hsl(var(--heroui-default-900) / var(--heroui-default-900-opacity, var(--tw-bg-opacity)));
}
.\[\&_div\]\:transition-all div{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 250ms;
}
.\[\&_svg_path\]\:fill-primary-500 svg path{
  fill: hsl(var(--heroui-primary-500) / var(--heroui-primary-500-opacity, 1));
}