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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
  :root {
    --background: 210 20% 97%;
    --foreground: 220 20% 14%;
    --card: 0 0% 100%;
    --card-foreground: 220 20% 14%;
    --popover: 0 0% 100%;
    --popover-foreground: 220 20% 14%;
    --primary: 263 100% 41%;
    --primary-foreground: 0 0% 100%;
    --secondary: 210 16% 93%;
    --secondary-foreground: 220 20% 14%;
    --muted: 210 16% 93%;
    --muted-foreground: 220 10% 46%;
    --accent: 263 100% 41%;
    --accent-foreground: 0 0% 100%;
    --destructive: 0 84% 60%;
    --destructive-foreground: 0 0% 98%;
    --border: 214 20% 88%;
    --input: 214 20% 88%;
    --ring: 263 100% 41%;
    --chart-1: 263 100% 41%;
    --chart-2: 263 60% 60%;
    --chart-3: 197 37% 24%;
    --chart-4: 43 74% 66%;
    --chart-5: 27 87% 67%;
    --radius: 0.75rem;
    --sidebar-background: 0 0% 98%;
    --sidebar-foreground: 240 5.3% 26.1%;
    --sidebar-primary: 263 100% 41%;
    --sidebar-primary-foreground: 0 0% 100%;
    --sidebar-accent: 210 16% 93%;
    --sidebar-accent-foreground: 220 20% 14%;
    --sidebar-border: 214 20% 88%;
    --sidebar-ring: 263 100% 41%;
    --success: 152 60% 44%;
    --success-foreground: 0 0% 100%;
  }
  * {
  border-color: hsl(var(--border));
}
  body {
  background-color: hsl(var(--background));
  color: hsl(var(--foreground));
    font-family: "Inter", sans-serif;
}
.st-pointer-events-none {
  pointer-events: none;
}
.st-absolute {
  position: absolute;
}
.st-relative {
  position: relative;
}
.st-inset-0 {
  inset: 0px;
}
.st-left-2 {
  left: 0.5rem;
}
.st-z-50 {
  z-index: 50;
}
.st--mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.st-mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.st-mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.st-my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.st-my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.st-my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.\!st-mt-0 {
  margin-top: 0px !important;
}
.st-mb-2 {
  margin-bottom: 0.5rem;
}
.st-mb-3 {
  margin-bottom: 0.75rem;
}
.st-mb-4 {
  margin-bottom: 1rem;
}
.st-mb-5 {
  margin-bottom: 1.25rem;
}
.st-ml-2 {
  margin-left: 0.5rem;
}
.st-ml-auto {
  margin-left: auto;
}
.st-mr-2 {
  margin-right: 0.5rem;
}
.st-mt-0\.5 {
  margin-top: 0.125rem;
}
.st-mt-1 {
  margin-top: 0.25rem;
}
.st-mt-1\.5 {
  margin-top: 0.375rem;
}
.st-mt-2 {
  margin-top: 0.5rem;
}
.st-mt-3 {
  margin-top: 0.75rem;
}
.st-mt-4 {
  margin-top: 1rem;
}
.st-flex {
  display: flex;
}
.st-inline-flex {
  display: inline-flex;
}
.st-grid {
  display: grid;
}
.st-hidden {
  display: none;
}
.st-h-0\.5 {
  height: 0.125rem;
}
.st-h-1\.5 {
  height: 0.375rem;
}
.st-h-10 {
  height: 2.5rem;
}
.st-h-11 {
  height: 2.75rem;
}
.st-h-14 {
  height: 3.5rem;
}
.st-h-20 {
  height: 5rem;
}
.st-h-3 {
  height: 0.75rem;
}
.st-h-3\.5 {
  height: 0.875rem;
}
.st-h-32 {
  height: 8rem;
}
.st-h-4 {
  height: 1rem;
}
.st-h-5 {
  height: 1.25rem;
}
.st-h-6 {
  height: 1.5rem;
}
.st-h-7 {
  height: 1.75rem;
}
.st-h-8 {
  height: 2rem;
}
.st-h-9 {
  height: 2.25rem;
}
.st-h-\[1px\] {
  height: 1px;
}
.st-h-\[var\(--radix-select-trigger-height\)\] {
  height: var(--radix-select-trigger-height);
}
.st-h-full {
  height: 100%;
}
.st-h-px {
  height: 1px;
}
.st-max-h-96 {
  max-height: 24rem;
}
.st-max-h-\[300px\] {
  max-height: 300px;
}
.st-min-h-\[calc\(100vh-65px\)\] {
  min-height: calc(100vh - 65px);
}
.st-min-h-screen {
  min-height: 100vh;
}
.st-w-10 {
  width: 2.5rem;
}
.st-w-12 {
  width: 3rem;
}
.st-w-14 {
  width: 3.5rem;
}
.st-w-16 {
  width: 4rem;
}
.st-w-20 {
  width: 5rem;
}
.st-w-3 {
  width: 0.75rem;
}
.st-w-3\.5 {
  width: 0.875rem;
}
.st-w-4 {
  width: 1rem;
}
.st-w-5 {
  width: 1.25rem;
}
.st-w-6 {
  width: 1.5rem;
}
.st-w-64 {
  width: 16rem;
}
.st-w-7 {
  width: 1.75rem;
}
.st-w-72 {
  width: 18rem;
}
.st-w-8 {
  width: 2rem;
}
.st-w-9 {
  width: 2.25rem;
}
.st-w-\[1px\] {
  width: 1px;
}
.st-w-\[300px\] {
  width: 300px;
}
.st-w-auto {
  width: auto;
}
.st-w-full {
  width: 100%;
}
.st-min-w-\[8rem\] {
  min-width: 8rem;
}
.st-min-w-\[var\(--radix-select-trigger-width\)\] {
  min-width: var(--radix-select-trigger-width);
}
.st-max-w-5xl {
  max-width: 64rem;
}
.st-max-w-md {
  max-width: 28rem;
}
.st-max-w-sm {
  max-width: 24rem;
}
.st-flex-1 {
  flex: 1 1 0%;
}
.st-shrink-0 {
  flex-shrink: 0;
}
@keyframes st-loading-bar {

  0% {
    width: 0%;
    margin-left: 0%;
  }

  50% {
    width: 60%;
    margin-left: 20%;
  }

  100% {
    width: 0%;
    margin-left: 100%;
  }
}
.st-animate-loading-bar {
  animation: st-loading-bar 1.5s ease-in-out infinite;
}
@keyframes st-ping {

  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
.st-animate-ping {
  animation: st-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes st-spin {

  to {
    transform: rotate(360deg);
  }
}
.st-animate-spin {
  animation: st-spin 1s linear infinite;
}
.st-cursor-default {
  cursor: default;
}
.st-cursor-pointer {
  cursor: pointer;
}
.st-select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.st-flex-col {
  flex-direction: column;
}
.st-items-start {
  align-items: flex-start;
}
.st-items-end {
  align-items: flex-end;
}
.st-items-center {
  align-items: center;
}
.st-justify-center {
  justify-content: center;
}
.st-justify-between {
  justify-content: space-between;
}
.st-gap-0 {
  gap: 0px;
}
.st-gap-1 {
  gap: 0.25rem;
}
.st-gap-1\.5 {
  gap: 0.375rem;
}
.st-gap-2 {
  gap: 0.5rem;
}
.st-gap-2\.5 {
  gap: 0.625rem;
}
.st-gap-3 {
  gap: 0.75rem;
}
.st-gap-4 {
  gap: 1rem;
}
.st-gap-5 {
  gap: 1.25rem;
}
.st-gap-6 {
  gap: 1.5rem;
}
.st-gap-8 {
  gap: 2rem;
}
.st-space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.st-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));
}
.st-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.st-space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.st-overflow-hidden {
  overflow: hidden;
}
.st-overflow-y-auto {
  overflow-y: auto;
}
.st-overflow-x-hidden {
  overflow-x: hidden;
}
.st-whitespace-nowrap {
  white-space: nowrap;
}
.st-rounded-2xl {
  border-radius: 1rem;
}
.st-rounded-full {
  border-radius: 9999px;
}
.st-rounded-lg {
  border-radius: var(--radius);
}
.st-rounded-md {
  border-radius: calc(var(--radius) - 2px);
}
.st-rounded-sm {
  border-radius: calc(var(--radius) - 4px);
}
.st-rounded-xl {
  border-radius: 0.75rem;
}
.st-border {
  border-width: 1px;
}
.st-border-2 {
  border-width: 2px;
}
.st-border-b {
  border-bottom-width: 1px;
}
.st-border-dashed {
  border-style: dashed;
}
.st-border-border {
  border-color: hsl(var(--border));
}
.st-border-input {
  border-color: hsl(var(--input));
}
.st-border-primary {
  border-color: hsl(var(--primary));
}
.\!st-bg-background {
  background-color: hsl(var(--background)) !important;
}
.st-bg-accent {
  background-color: hsl(var(--accent));
}
.st-bg-background {
  background-color: hsl(var(--background));
}
.st-bg-border {
  background-color: hsl(var(--border));
}
.st-bg-card {
  background-color: hsl(var(--card));
}
.st-bg-destructive {
  background-color: hsl(var(--destructive));
}
.st-bg-destructive\/10 {
  background-color: hsl(var(--destructive) / 0.1);
}
.st-bg-muted {
  background-color: hsl(var(--muted));
}
.st-bg-muted\/50 {
  background-color: hsl(var(--muted) / 0.5);
}
.st-bg-popover {
  background-color: hsl(var(--popover));
}
.st-bg-primary {
  background-color: hsl(var(--primary));
}
.st-bg-primary\/10 {
  background-color: hsl(var(--primary) / 0.1);
}
.st-bg-primary\/20 {
  background-color: hsl(var(--primary) / 0.2);
}
.st-bg-primary\/5 {
  background-color: hsl(var(--primary) / 0.05);
}
.st-bg-secondary {
  background-color: hsl(var(--secondary));
}
.st-bg-success\/10 {
  background-color: hsl(var(--success) / 0.1);
}
.st-bg-transparent {
  background-color: transparent;
}
.st-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.st-object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.st-object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.\!st-p-2 {
  padding: 0.5rem !important;
}
.st-p-0 {
  padding: 0px;
}
.st-p-1 {
  padding: 0.25rem;
}
.st-p-2 {
  padding: 0.5rem;
}
.st-p-3 {
  padding: 0.75rem;
}
.st-p-4 {
  padding: 1rem;
}
.st-p-6 {
  padding: 1.5rem;
}
.st-p-8 {
  padding: 2rem;
}
.\!st-px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.st-px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.st-px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.st-px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.st-px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.st-px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.st-py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.st-py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.st-py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.st-py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.st-py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.st-py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.st-py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.st-pb-1 {
  padding-bottom: 0.25rem;
}
.st-pb-12 {
  padding-bottom: 3rem;
}
.st-pb-2 {
  padding-bottom: 0.5rem;
}
.st-pb-4 {
  padding-bottom: 1rem;
}
.st-pl-8 {
  padding-left: 2rem;
}
.st-pr-2 {
  padding-right: 0.5rem;
}
.st-pt-0 {
  padding-top: 0px;
}
.st-pt-1 {
  padding-top: 0.25rem;
}
.st-pt-2 {
  padding-top: 0.5rem;
}
.st-pt-4 {
  padding-top: 1rem;
}
.st-text-left {
  text-align: left;
}
.st-text-center {
  text-align: center;
}
.st-text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.st-text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.st-text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.st-text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.st-text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.st-text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.st-text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.st-font-bold {
  font-weight: 700;
}
.st-font-medium {
  font-weight: 500;
}
.st-font-normal {
  font-weight: 400;
}
.st-font-semibold {
  font-weight: 600;
}
.st-uppercase {
  text-transform: uppercase;
}
.st-leading-none {
  line-height: 1;
}
.st-leading-relaxed {
  line-height: 1.625;
}
.st-leading-tight {
  line-height: 1.25;
}
.st-tracking-tight {
  letter-spacing: -0.025em;
}
.st-tracking-wide {
  letter-spacing: 0.025em;
}
.st-tracking-widest {
  letter-spacing: 0.1em;
}
.st-text-card-foreground {
  color: hsl(var(--card-foreground));
}
.st-text-current {
  color: currentColor;
}
.st-text-destructive {
  color: hsl(var(--destructive));
}
.st-text-destructive-foreground {
  color: hsl(var(--destructive-foreground));
}
.st-text-foreground {
  color: hsl(var(--foreground));
}
.st-text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.st-text-muted-foreground {
  color: hsl(var(--muted-foreground));
}
.st-text-popover-foreground {
  color: hsl(var(--popover-foreground));
}
.st-text-primary {
  color: hsl(var(--primary));
}
.st-text-primary-foreground {
  color: hsl(var(--primary-foreground));
}
.st-text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.st-text-secondary-foreground {
  color: hsl(var(--secondary-foreground));
}
.st-text-success {
  color: hsl(var(--success));
}
.st-underline {
  text-decoration-line: underline;
}
.st-underline-offset-4 {
  text-underline-offset: 4px;
}
.st-opacity-0 {
  opacity: 0;
}
.st-opacity-100 {
  opacity: 1;
}
.st-opacity-50 {
  opacity: 0.5;
}
.st-opacity-60 {
  opacity: 0.6;
}
.st-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);
}
.st-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);
}
.st-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);
}
.st-shadow-primary\/20 {
  --tw-shadow-color: hsl(var(--primary) / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.st-shadow-primary\/30 {
  --tw-shadow-color: hsl(var(--primary) / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.st-outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.st-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);
}
.st-ring-primary {
  --tw-ring-color: hsl(var(--primary));
}
.st-ring-offset-background {
  --tw-ring-offset-color: hsl(var(--background));
}
.st-transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.st-transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@keyframes enter {

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

  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}
.file\:st-border-0::file-selector-button {
  border-width: 0px;
}
.file\:st-bg-transparent::file-selector-button {
  background-color: transparent;
}
.file\:st-text-sm::file-selector-button {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.file\:st-font-medium::file-selector-button {
  font-weight: 500;
}
.file\:st-text-foreground::file-selector-button {
  color: hsl(var(--foreground));
}
.placeholder\:st-text-muted-foreground::-moz-placeholder {
  color: hsl(var(--muted-foreground));
}
.placeholder\:st-text-muted-foreground::placeholder {
  color: hsl(var(--muted-foreground));
}
.hover\:st-border-primary\/50:hover {
  border-color: hsl(var(--primary) / 0.5);
}
.hover\:st-bg-accent:hover {
  background-color: hsl(var(--accent));
}
.hover\:st-bg-destructive\/90:hover {
  background-color: hsl(var(--destructive) / 0.9);
}
.hover\:st-bg-muted:hover {
  background-color: hsl(var(--muted));
}
.hover\:st-bg-primary\/90:hover {
  background-color: hsl(var(--primary) / 0.9);
}
.hover\:st-bg-secondary\/80:hover {
  background-color: hsl(var(--secondary) / 0.8);
}
.hover\:\!st-text-black:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}
.hover\:st-text-accent-foreground:hover {
  color: hsl(var(--accent-foreground));
}
.hover\:st-text-foreground:hover {
  color: hsl(var(--foreground));
}
.hover\:st-text-foreground\/70:hover {
  color: hsl(var(--foreground) / 0.7);
}
.hover\:st-underline:hover {
  text-decoration-line: underline;
}
.hover\:st-shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:st-bg-accent:focus {
  background-color: hsl(var(--accent));
}
.focus\:st-text-accent-foreground:focus {
  color: hsl(var(--accent-foreground));
}
.focus\:st-outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:st-ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:st-ring-ring:focus {
  --tw-ring-color: hsl(var(--ring));
}
.focus\:st-ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}
.focus-visible\:st-outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:st-ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-visible\:st-ring-ring:focus-visible {
  --tw-ring-color: hsl(var(--ring));
}
.focus-visible\:st-ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}
.disabled\:st-pointer-events-none:disabled {
  pointer-events: none;
}
.disabled\:st-cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:st-opacity-50:disabled {
  opacity: 0.5;
}
.st-peer:disabled ~ .peer-disabled\:st-cursor-not-allowed {
  cursor: not-allowed;
}
.st-peer:disabled ~ .peer-disabled\:st-opacity-70 {
  opacity: 0.7;
}
.data-\[disabled\=true\]\:st-pointer-events-none[data-disabled="true"] {
  pointer-events: none;
}
.data-\[disabled\]\:st-pointer-events-none[data-disabled] {
  pointer-events: none;
}
.data-\[side\=bottom\]\:st-translate-y-1[data-side="bottom"] {
  --tw-translate-y: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.data-\[side\=left\]\:st--translate-x-1[data-side="left"] {
  --tw-translate-x: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.data-\[side\=right\]\:st-translate-x-1[data-side="right"] {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.data-\[side\=top\]\:st--translate-y-1[data-side="top"] {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.data-\[selected\=\'true\'\]\:st-bg-accent[data-selected='true'] {
  background-color: hsl(var(--accent));
}
.data-\[state\=checked\]\:st-bg-primary[data-state="checked"] {
  background-color: hsl(var(--primary));
}
.data-\[selected\=true\]\:st-text-accent-foreground[data-selected="true"] {
  color: hsl(var(--accent-foreground));
}
.data-\[state\=checked\]\:st-text-primary-foreground[data-state="checked"] {
  color: hsl(var(--primary-foreground));
}
.data-\[disabled\=true\]\:st-opacity-50[data-disabled="true"] {
  opacity: 0.5;
}
.data-\[disabled\]\:st-opacity-50[data-disabled] {
  opacity: 0.5;
}
.data-\[state\=open\]\:st-animate-in[data-state="open"] {
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}
.data-\[state\=closed\]\:st-animate-out[data-state="closed"] {
  animation-name: exit;
  animation-duration: 150ms;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
}
.data-\[state\=closed\]\:st-fade-out-0[data-state="closed"] {
  --tw-exit-opacity: 0;
}
.data-\[state\=open\]\:st-fade-in-0[data-state="open"] {
  --tw-enter-opacity: 0;
}
.data-\[state\=closed\]\:st-zoom-out-95[data-state="closed"] {
  --tw-exit-scale: .95;
}
.data-\[state\=open\]\:st-zoom-in-95[data-state="open"] {
  --tw-enter-scale: .95;
}
.data-\[side\=bottom\]\:st-slide-in-from-top-2[data-side="bottom"] {
  --tw-enter-translate-y: -0.5rem;
}
.data-\[side\=left\]\:st-slide-in-from-right-2[data-side="left"] {
  --tw-enter-translate-x: 0.5rem;
}
.data-\[side\=right\]\:st-slide-in-from-left-2[data-side="right"] {
  --tw-enter-translate-x: -0.5rem;
}
.data-\[side\=top\]\:st-slide-in-from-bottom-2[data-side="top"] {
  --tw-enter-translate-y: 0.5rem;
}
.dark\:st-text-green-400:is(.st-dark *) {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {

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

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

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

  .md\:st-flex {
    display: flex;
  }

  .md\:st-w-20 {
    width: 5rem;
  }

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

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

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

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

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

  .md\:st-text-left {
    text-align: left;
  }

  .md\:st-text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:st-text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 1024px) {

  .lg\:st-w-80 {
    width: 20rem;
  }

  .lg\:st-shrink-0 {
    flex-shrink: 0;
  }

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

  .lg\:st-gap-20 {
    gap: 5rem;
  }

  .lg\:st-text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}
.\[\&\>span\]\:st-line-clamp-1>span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.\[\&_\[cmdk-group-heading\]\]\:st-px-2 [cmdk-group-heading] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.\[\&_\[cmdk-group-heading\]\]\:st-py-1\.5 [cmdk-group-heading] {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.\[\&_\[cmdk-group-heading\]\]\:st-text-xs [cmdk-group-heading] {
  font-size: 0.75rem;
  line-height: 1rem;
}
.\[\&_\[cmdk-group-heading\]\]\:st-font-medium [cmdk-group-heading] {
  font-weight: 500;
}
.\[\&_\[cmdk-group-heading\]\]\:st-text-muted-foreground [cmdk-group-heading] {
  color: hsl(var(--muted-foreground));
}
.\[\&_\[cmdk-group\]\:not\(\[hidden\]\)_\~\[cmdk-group\]\]\:st-pt-0 [cmdk-group]:not([hidden]) ~[cmdk-group] {
  padding-top: 0px;
}
.\[\&_\[cmdk-group\]\]\:st-px-2 [cmdk-group] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.\[\&_\[cmdk-input-wrapper\]_svg\]\:st-h-5 [cmdk-input-wrapper] svg {
  height: 1.25rem;
}
.\[\&_\[cmdk-input-wrapper\]_svg\]\:st-w-5 [cmdk-input-wrapper] svg {
  width: 1.25rem;
}
.\[\&_\[cmdk-input\]\]\:st-h-12 [cmdk-input] {
  height: 3rem;
}
.\[\&_\[cmdk-item\]\]\:st-px-2 [cmdk-item] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.\[\&_\[cmdk-item\]\]\:st-py-3 [cmdk-item] {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.\[\&_\[cmdk-item\]_svg\]\:st-h-5 [cmdk-item] svg {
  height: 1.25rem;
}
.\[\&_\[cmdk-item\]_svg\]\:st-w-5 [cmdk-item] svg {
  width: 1.25rem;
}
.\[\&_svg\]\:st-pointer-events-none svg {
  pointer-events: none;
}
.\[\&_svg\]\:st-size-4 svg {
  width: 1rem;
  height: 1rem;
}
.\[\&_svg\]\:st-shrink-0 svg {
  flex-shrink: 0;
}

