/**
 *  Manrope Webfont
 */
@font-face {
    font-family: "Manrope";
    src: url("/fonts/manrope/Manrope-ExtraLight.woff2") format("woff2");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Manrope";
    src: url("/fonts/manrope/Manrope-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Manrope";
    src: url("/fonts/manrope/Manrope-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Manrope";
    src: url("/fonts/manrope/Manrope-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Manrope";
    src: url("/fonts/manrope/Manrope-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Manrope";
    src: url("/fonts/manrope/Manrope-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Manrope";
    src: url("/fonts/manrope/Manrope-ExtraBold.woff2") format("woff2");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Space Grotesk";
    src: url("/fonts/spaceGrotesk/SpaceGrotesk-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Space Grotesk";
    src: url("/fonts/spaceGrotesk/SpaceGrotesk-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Space Grotesk";
    src: url("/fonts/spaceGrotesk/SpaceGrotesk-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Space Grotesk";
    src: url("/fonts/spaceGrotesk/SpaceGrotesk-SemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Space Grotesk";
    src: url("/fonts/spaceGrotesk/SpaceGrotesk-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
}



/*
! tailwindcss v3.3.5 | 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.
*/

html {
  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: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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 */
}

/*
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. Correct the odd `em` font sizing in all browsers.
*/

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

/*
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 */
  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,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::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:  ;
}

::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:  ;
}
.avatar-xxs {
  width: 24px;
  position: relative;
  height: 100%;
  max-width: 100%;
}
.avatar-xxs-typography {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 12px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: -0.025em;
  fill: rgb(64, 64, 64);
  color: rgb(64, 64, 64);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.avatar-xs {
  width: 32px;
  position: relative;
  height: 100%;
  max-width: 100%;
}
.avatar-xs-typography {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 16px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: -0.025em;
  fill: rgb(64, 64, 64);
  color: rgb(64, 64, 64);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.avatar-sm {
  width: 40px;
  position: relative;
  height: 100%;
  max-width: 100%;
}
.avatar-sm-typography {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 20px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: -0.025em;
  fill: rgb(64, 64, 64);
  color: rgb(64, 64, 64);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.avatar-md {
  width: 48px;
  position: relative;
  height: 100%;
  max-width: 100%;
}
.avatar-md-typography {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 24px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: -0.025em;
  fill: rgb(64, 64, 64);
  color: rgb(64, 64, 64);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.avatar-lg {
  width: 64px;
  position: relative;
  height: 100%;
  max-width: 100%;
}
.avatar-lg-typography {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 24px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: -0.025em;
  fill: rgb(64, 64, 64);
  color: rgb(64, 64, 64);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.avatar-xl {
  width: 128px;
  position: relative;
  height: 100%;
  max-width: 100%;
}
.avatar-xl-typography {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 60px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: -0.025em;
  fill: rgb(64, 64, 64);
  color: rgb(64, 64, 64);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.avatar-xxl {
  width: 256px;
  position: relative;
  height: 100%;
  max-width: 100%;
}
.avatar-xxl-typography {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 128px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: -0.025em;
  fill: rgb(64, 64, 64);
  color: rgb(64, 64, 64);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.avatar-xxxl {
  width: 512px;
  position: relative;
  height: 100%;
  max-width: 100%;
}
.avatar-xxxl-typography {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 122px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: -0.025em;
  fill: rgb(64, 64, 64);
  color: rgb(64, 64, 64);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.avatar-root {
  border-radius: 100%;
  overflow: hidden;
  position: relative;
}
.avatar-bg {
  fill: rgb(205, 141, 239);
}
.backdrop-root {
  position: fixed;
  inset: 0px;
  z-index: 50;
  background-color: rgba(17, 24, 39, 0.6);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.badge-solid-accent-xs {
  align-items: center;
  border-style: solid;
  border-radius: 8px;
  border-width: 1px;
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 9px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 2px 4px;
  gap: 4px;
}
.badge-solid-accent-xs svg {
  width: 14px;
}
.badge-solid-accent-xs {
  background: rgb(205, 141, 239);
  border-color: rgb(205, 141, 239);
  color: rgb(64, 64, 64);
}
.badge-solid-alternate-xs {
  align-items: center;
  border-style: solid;
  border-radius: 8px;
  border-width: 1px;
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 9px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 2px 4px;
  gap: 4px;
}
.badge-solid-alternate-xs svg {
  width: 14px;
}
.badge-solid-alternate-xs {
  background: rgb(6, 182, 212);
  border-color: rgb(6, 182, 212);
  color: rgb(64, 64, 64);
}
.badge-solid-custom-xs {
  align-items: center;
  border-style: solid;
  border-radius: 8px;
  border-width: 1px;
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 9px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 2px 4px;
  gap: 4px;
}
.badge-solid-custom-xs svg {
  width: 14px;
}
.badge-solid-custom-xs {
  background: var(--badge-custom-background-color);
  border-color: var(--badge-custom-background-color);
  color: var(--badge-custom-color);
}
.badge-outline-accent-xs {
  align-items: center;
  border-style: solid;
  border-radius: 8px;
  border-width: 1px;
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 9px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 2px 4px;
  gap: 4px;
}
.badge-outline-accent-xs svg {
  width: 14px;
}
.badge-outline-accent-xs {
  background: transparent;
  border-color: rgb(205, 141, 239);
  color: rgb(205, 141, 239);
}
.badge-outline-alternate-xs {
  align-items: center;
  border-style: solid;
  border-radius: 8px;
  border-width: 1px;
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 9px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 2px 4px;
  gap: 4px;
}
.badge-outline-alternate-xs svg {
  width: 14px;
}
.badge-outline-alternate-xs {
  background: transparent;
  border-color: rgb(6, 182, 212);
  color: rgb(6, 182, 212);
}
.badge-outline-custom-xs {
  align-items: center;
  border-style: solid;
  border-radius: 8px;
  border-width: 1px;
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 9px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 2px 4px;
  gap: 4px;
}
.badge-outline-custom-xs svg {
  width: 14px;
}
.badge-outline-custom-xs {
  background: transparent;
  border-color: var(--badge-custom-background-color);
  color: var(--badge-custom-color);
}
.badge-solid-accent-sm {
  align-items: center;
  border-style: solid;
  border-radius: 8px;
  border-width: 1px;
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 12px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 2px 6px;
  gap: 4px;
}
.badge-solid-accent-sm svg {
  width: 16px;
}
.badge-solid-accent-sm {
  background: rgb(205, 141, 239);
  border-color: rgb(205, 141, 239);
  color: rgb(64, 64, 64);
}
.badge-solid-alternate-sm {
  align-items: center;
  border-style: solid;
  border-radius: 8px;
  border-width: 1px;
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 12px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 2px 6px;
  gap: 4px;
}
.badge-solid-alternate-sm svg {
  width: 16px;
}
.badge-solid-alternate-sm {
  background: rgb(6, 182, 212);
  border-color: rgb(6, 182, 212);
  color: rgb(64, 64, 64);
}
.badge-solid-custom-sm {
  align-items: center;
  border-style: solid;
  border-radius: 8px;
  border-width: 1px;
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 12px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 2px 6px;
  gap: 4px;
}
.badge-solid-custom-sm svg {
  width: 16px;
}
.badge-solid-custom-sm {
  background: var(--badge-custom-background-color);
  border-color: var(--badge-custom-background-color);
  color: var(--badge-custom-color);
}
.badge-outline-accent-sm {
  align-items: center;
  border-style: solid;
  border-radius: 8px;
  border-width: 1px;
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 12px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 2px 6px;
  gap: 4px;
}
.badge-outline-accent-sm svg {
  width: 16px;
}
.badge-outline-accent-sm {
  background: transparent;
  border-color: rgb(205, 141, 239);
  color: rgb(205, 141, 239);
}
.badge-outline-alternate-sm {
  align-items: center;
  border-style: solid;
  border-radius: 8px;
  border-width: 1px;
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 12px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 2px 6px;
  gap: 4px;
}
.badge-outline-alternate-sm svg {
  width: 16px;
}
.badge-outline-alternate-sm {
  background: transparent;
  border-color: rgb(6, 182, 212);
  color: rgb(6, 182, 212);
}
.badge-outline-custom-sm {
  align-items: center;
  border-style: solid;
  border-radius: 8px;
  border-width: 1px;
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 12px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 2px 6px;
  gap: 4px;
}
.badge-outline-custom-sm svg {
  width: 16px;
}
.badge-outline-custom-sm {
  background: transparent;
  border-color: var(--badge-custom-background-color);
  color: var(--badge-custom-color);
}
.badge-solid-accent-md {
  align-items: center;
  border-style: solid;
  border-radius: 8px;
  border-width: 1px;
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 14px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 4px 10px;
  gap: 6px;
}
.badge-solid-accent-md svg {
  width: 16px;
}
.badge-solid-accent-md {
  background: rgb(205, 141, 239);
  border-color: rgb(205, 141, 239);
  color: rgb(64, 64, 64);
}
.badge-solid-alternate-md {
  align-items: center;
  border-style: solid;
  border-radius: 8px;
  border-width: 1px;
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 14px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 4px 10px;
  gap: 6px;
}
.badge-solid-alternate-md svg {
  width: 16px;
}
.badge-solid-alternate-md {
  background: rgb(6, 182, 212);
  border-color: rgb(6, 182, 212);
  color: rgb(64, 64, 64);
}
.badge-solid-custom-md {
  align-items: center;
  border-style: solid;
  border-radius: 8px;
  border-width: 1px;
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 14px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 4px 10px;
  gap: 6px;
}
.badge-solid-custom-md svg {
  width: 16px;
}
.badge-solid-custom-md {
  background: var(--badge-custom-background-color);
  border-color: var(--badge-custom-background-color);
  color: var(--badge-custom-color);
}
.badge-outline-accent-md {
  align-items: center;
  border-style: solid;
  border-radius: 8px;
  border-width: 1px;
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 14px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 4px 10px;
  gap: 6px;
}
.badge-outline-accent-md svg {
  width: 16px;
}
.badge-outline-accent-md {
  background: transparent;
  border-color: rgb(205, 141, 239);
  color: rgb(205, 141, 239);
}
.badge-outline-alternate-md {
  align-items: center;
  border-style: solid;
  border-radius: 8px;
  border-width: 1px;
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 14px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 4px 10px;
  gap: 6px;
}
.badge-outline-alternate-md svg {
  width: 16px;
}
.badge-outline-alternate-md {
  background: transparent;
  border-color: rgb(6, 182, 212);
  color: rgb(6, 182, 212);
}
.badge-outline-custom-md {
  align-items: center;
  border-style: solid;
  border-radius: 8px;
  border-width: 1px;
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 14px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 4px 10px;
  gap: 6px;
}
.badge-outline-custom-md svg {
  width: 16px;
}
.badge-outline-custom-md {
  background: transparent;
  border-color: var(--badge-custom-background-color);
  color: var(--badge-custom-color);
}
.badge-solid-accent-lg {
  align-items: center;
  border-style: solid;
  border-radius: 8px;
  border-width: 1px;
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 6px 12px;
  gap: 8px;
}
.badge-solid-accent-lg svg {
  width: 20px;
}
.badge-solid-accent-lg {
  background: rgb(205, 141, 239);
  border-color: rgb(205, 141, 239);
  color: rgb(64, 64, 64);
}
.badge-solid-alternate-lg {
  align-items: center;
  border-style: solid;
  border-radius: 8px;
  border-width: 1px;
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 6px 12px;
  gap: 8px;
}
.badge-solid-alternate-lg svg {
  width: 20px;
}
.badge-solid-alternate-lg {
  background: rgb(6, 182, 212);
  border-color: rgb(6, 182, 212);
  color: rgb(64, 64, 64);
}
.badge-solid-custom-lg {
  align-items: center;
  border-style: solid;
  border-radius: 8px;
  border-width: 1px;
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 6px 12px;
  gap: 8px;
}
.badge-solid-custom-lg svg {
  width: 20px;
}
.badge-solid-custom-lg {
  background: var(--badge-custom-background-color);
  border-color: var(--badge-custom-background-color);
  color: var(--badge-custom-color);
}
.badge-outline-accent-lg {
  align-items: center;
  border-style: solid;
  border-radius: 8px;
  border-width: 1px;
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 6px 12px;
  gap: 8px;
}
.badge-outline-accent-lg svg {
  width: 20px;
}
.badge-outline-accent-lg {
  background: transparent;
  border-color: rgb(205, 141, 239);
  color: rgb(205, 141, 239);
}
.badge-outline-alternate-lg {
  align-items: center;
  border-style: solid;
  border-radius: 8px;
  border-width: 1px;
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 6px 12px;
  gap: 8px;
}
.badge-outline-alternate-lg svg {
  width: 20px;
}
.badge-outline-alternate-lg {
  background: transparent;
  border-color: rgb(6, 182, 212);
  color: rgb(6, 182, 212);
}
.badge-outline-custom-lg {
  align-items: center;
  border-style: solid;
  border-radius: 8px;
  border-width: 1px;
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 6px 12px;
  gap: 8px;
}
.badge-outline-custom-lg svg {
  width: 20px;
}
.badge-outline-custom-lg {
  background: transparent;
  border-color: var(--badge-custom-background-color);
  color: var(--badge-custom-color);
}
.badge-dot-accent {
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  background: rgb(205, 141, 239);
}
.badge-dot-alternate {
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  background: rgb(6, 182, 212);
}
.bar-root {
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 2px;
  background-image: linear-gradient(0deg, #101010 0%, #1d1d1d 100%);
  box-shadow: 0px 25px 50px -12px #0003;
}
.bar-secondary {
  border-radius: 2px;
}
.btn-solid-accent-xs {
  font-family: Space Grotesk;
  text-transform: capitalize;
  font-size: 9px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 0px 12px;
  height: 24px;
  gap: 8px;
}
.btn-solid-accent-xs svg {
  height: 12px;
  fill: current-color;
}
.btn-solid-accent-xs {
  display: inline-flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 2px solid transparent;
  border-radius: 2px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background: rgb(205, 141, 239);
  border-color: rgba(64, 64, 64, 0.3);
  color: rgb(64, 64, 64);
}
.btn-solid-accent-xs:not([disabled]):hover, .btn-solid-accent-xs:not([disabled]):focus {
  background: rgb(215, 164, 242);
  border-color: rgba(64, 64, 64, 0.3);
  color: rgb(64, 64, 64);
}
.btn-solid-accent-xs:not([disabled]):active {
  background: rgb(190, 108, 234);
  border-color: rgba(64, 64, 64, 0.3);
  color: rgb(64, 64, 64);
}
.btn-solid-accent-xs:disabled {
  opacity: 0.5;
}
.btn-outline-accent-xs {
  font-family: Space Grotesk;
  text-transform: capitalize;
  font-size: 9px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 0px 12px;
  height: 24px;
  gap: 8px;
}
.btn-outline-accent-xs svg {
  height: 12px;
  fill: current-color;
}
.btn-outline-accent-xs {
  display: inline-flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 2px solid transparent;
  border-radius: 2px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background: rgba(205, 141, 239, 0.05);
  border-color: rgb(205, 141, 239);
  color: rgb(205, 141, 239);
}
.btn-outline-accent-xs:not([disabled]):hover, .btn-outline-accent-xs:not([disabled]):focus {
  background: rgba(205, 141, 239, 0.1);
  border-color: rgb(215, 164, 242);
  color: rgb(215, 164, 242);
}
.btn-outline-accent-xs:not([disabled]):active {
  background: rgba(205, 141, 239, 0.05);
  border-color: rgb(190, 108, 234);
  color: rgb(190, 108, 234);
}
.btn-outline-accent-xs:disabled {
  opacity: 0.5;
}
.btn-text-accent-xs {
  font-family: Space Grotesk;
  text-transform: capitalize;
  font-size: 9px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 0px 12px;
  height: 24px;
  gap: 8px;
}
.btn-text-accent-xs svg {
  height: 12px;
  fill: current-color;
}
.btn-text-accent-xs {
  display: inline-flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 2px solid transparent;
  border-radius: 2px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  color: rgb(205, 141, 239);
}
.btn-text-accent-xs:not([disabled]):hover, .btn-text-accent-xs:not([disabled]):focus {
  color: rgb(230, 198, 247);
}
.btn-text-accent-xs:not([disabled]):active {
  color: rgb(190, 108, 234);
}
.btn-text-accent-xs:disabled {
  opacity: 0.5;
}
.btn-edgeFit-accent-xs {
  font-family: Space Grotesk;
  text-transform: capitalize;
  font-size: 9px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 0px 12px;
  height: 24px;
  gap: 8px;
}
.btn-edgeFit-accent-xs svg {
  height: 12px;
  fill: current-color;
}
.btn-edgeFit-accent-xs {
  padding-left: 0;
  padding-right: 0;
  display: inline-flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  color: rgb(205, 141, 239);
}
.btn-edgeFit-accent-xs:not([disabled]):hover, .btn-edgeFit-accent-xs:not([disabled]):focus {
  color: rgb(230, 198, 247);
}
.btn-edgeFit-accent-xs:not([disabled]):active {
  color: rgb(190, 108, 234);
}
.btn-edgeFit-accent-xs:disabled {
  opacity: 0.5;
}
.btn-solid-accent-sm {
  font-family: Space Grotesk;
  font-size: 12px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 0px 16px;
  height: 32px;
  gap: 12px;
}
.btn-solid-accent-sm svg {
  height: 0.875rem;
  fill: current-color;
}
.btn-solid-accent-sm {
  display: inline-flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 2px solid transparent;
  border-radius: 2px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background: rgb(205, 141, 239);
  border-color: rgba(64, 64, 64, 0.3);
  color: rgb(64, 64, 64);
}
.btn-solid-accent-sm:not([disabled]):hover, .btn-solid-accent-sm:not([disabled]):focus {
  background: rgb(215, 164, 242);
  border-color: rgba(64, 64, 64, 0.3);
  color: rgb(64, 64, 64);
}
.btn-solid-accent-sm:not([disabled]):active {
  background: rgb(190, 108, 234);
  border-color: rgba(64, 64, 64, 0.3);
  color: rgb(64, 64, 64);
}
.btn-solid-accent-sm:disabled {
  opacity: 0.5;
}
.btn-outline-accent-sm {
  font-family: Space Grotesk;
  font-size: 12px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 0px 16px;
  height: 32px;
  gap: 12px;
}
.btn-outline-accent-sm svg {
  height: 0.875rem;
  fill: current-color;
}
.btn-outline-accent-sm {
  display: inline-flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 2px solid transparent;
  border-radius: 2px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background: rgba(205, 141, 239, 0.05);
  border-color: rgb(205, 141, 239);
  color: rgb(205, 141, 239);
}
.btn-outline-accent-sm:not([disabled]):hover, .btn-outline-accent-sm:not([disabled]):focus {
  background: rgba(205, 141, 239, 0.1);
  border-color: rgb(215, 164, 242);
  color: rgb(215, 164, 242);
}
.btn-outline-accent-sm:not([disabled]):active {
  background: rgba(205, 141, 239, 0.05);
  border-color: rgb(190, 108, 234);
  color: rgb(190, 108, 234);
}
.btn-outline-accent-sm:disabled {
  opacity: 0.5;
}
.btn-text-accent-sm {
  font-family: Space Grotesk;
  font-size: 12px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 0px 16px;
  height: 32px;
  gap: 12px;
}
.btn-text-accent-sm svg {
  height: 0.875rem;
  fill: current-color;
}
.btn-text-accent-sm {
  display: inline-flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 2px solid transparent;
  border-radius: 2px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  color: rgb(205, 141, 239);
}
.btn-text-accent-sm:not([disabled]):hover, .btn-text-accent-sm:not([disabled]):focus {
  color: rgb(230, 198, 247);
}
.btn-text-accent-sm:not([disabled]):active {
  color: rgb(190, 108, 234);
}
.btn-text-accent-sm:disabled {
  opacity: 0.5;
}
.btn-edgeFit-accent-sm {
  font-family: Space Grotesk;
  font-size: 12px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 0px 16px;
  height: 32px;
  gap: 12px;
}
.btn-edgeFit-accent-sm svg {
  height: 0.875rem;
  fill: current-color;
}
.btn-edgeFit-accent-sm {
  padding-left: 0;
  padding-right: 0;
  display: inline-flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  color: rgb(205, 141, 239);
}
.btn-edgeFit-accent-sm:not([disabled]):hover, .btn-edgeFit-accent-sm:not([disabled]):focus {
  color: rgb(230, 198, 247);
}
.btn-edgeFit-accent-sm:not([disabled]):active {
  color: rgb(190, 108, 234);
}
.btn-edgeFit-accent-sm:disabled {
  opacity: 0.5;
}
.btn-solid-accent-md {
  font-family: Space Grotesk;
  font-size: 16px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 0px 24px;
  height: 44px;
  gap: 16px;
}
.btn-solid-accent-md svg {
  height: 16px;
  fill: current-color;
}
.btn-solid-accent-md {
  display: inline-flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 2px solid transparent;
  border-radius: 2px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background: rgb(205, 141, 239);
  border-color: rgba(64, 64, 64, 0.3);
  color: rgb(64, 64, 64);
}
.btn-solid-accent-md:not([disabled]):hover, .btn-solid-accent-md:not([disabled]):focus {
  background: rgb(215, 164, 242);
  border-color: rgba(64, 64, 64, 0.3);
  color: rgb(64, 64, 64);
}
.btn-solid-accent-md:not([disabled]):active {
  background: rgb(190, 108, 234);
  border-color: rgba(64, 64, 64, 0.3);
  color: rgb(64, 64, 64);
}
.btn-solid-accent-md:disabled {
  opacity: 0.5;
}
.btn-outline-accent-md {
  font-family: Space Grotesk;
  font-size: 16px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 0px 24px;
  height: 44px;
  gap: 16px;
}
.btn-outline-accent-md svg {
  height: 16px;
  fill: current-color;
}
.btn-outline-accent-md {
  display: inline-flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 2px solid transparent;
  border-radius: 2px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background: rgba(205, 141, 239, 0.05);
  border-color: rgb(205, 141, 239);
  color: rgb(205, 141, 239);
}
.btn-outline-accent-md:not([disabled]):hover, .btn-outline-accent-md:not([disabled]):focus {
  background: rgba(205, 141, 239, 0.1);
  border-color: rgb(215, 164, 242);
  color: rgb(215, 164, 242);
}
.btn-outline-accent-md:not([disabled]):active {
  background: rgba(205, 141, 239, 0.05);
  border-color: rgb(190, 108, 234);
  color: rgb(190, 108, 234);
}
.btn-outline-accent-md:disabled {
  opacity: 0.5;
}
.btn-text-accent-md {
  font-family: Space Grotesk;
  font-size: 16px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 0px 24px;
  height: 44px;
  gap: 16px;
}
.btn-text-accent-md svg {
  height: 16px;
  fill: current-color;
}
.btn-text-accent-md {
  display: inline-flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 2px solid transparent;
  border-radius: 2px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  color: rgb(205, 141, 239);
}
.btn-text-accent-md:not([disabled]):hover, .btn-text-accent-md:not([disabled]):focus {
  color: rgb(230, 198, 247);
}
.btn-text-accent-md:not([disabled]):active {
  color: rgb(190, 108, 234);
}
.btn-text-accent-md:disabled {
  opacity: 0.5;
}
.btn-edgeFit-accent-md {
  font-family: Space Grotesk;
  font-size: 16px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 0px 24px;
  height: 44px;
  gap: 16px;
}
.btn-edgeFit-accent-md svg {
  height: 16px;
  fill: current-color;
}
.btn-edgeFit-accent-md {
  padding-left: 0;
  padding-right: 0;
  display: inline-flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  color: rgb(205, 141, 239);
}
.btn-edgeFit-accent-md:not([disabled]):hover, .btn-edgeFit-accent-md:not([disabled]):focus {
  color: rgb(230, 198, 247);
}
.btn-edgeFit-accent-md:not([disabled]):active {
  color: rgb(190, 108, 234);
}
.btn-edgeFit-accent-md:disabled {
  opacity: 0.5;
}
.btn-solid-accent-lg {
  font-family: Space Grotesk;
  font-size: 18px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 0px 32px;
  height: 56px;
  gap: 24px;
}
.btn-solid-accent-lg svg {
  height: 19px;
  fill: current-color;
}
.btn-solid-accent-lg {
  display: inline-flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 2px solid transparent;
  border-radius: 2px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background: rgb(205, 141, 239);
  border-color: rgba(64, 64, 64, 0.3);
  color: rgb(64, 64, 64);
}
.btn-solid-accent-lg:not([disabled]):hover, .btn-solid-accent-lg:not([disabled]):focus {
  background: rgb(215, 164, 242);
  border-color: rgba(64, 64, 64, 0.3);
  color: rgb(64, 64, 64);
}
.btn-solid-accent-lg:not([disabled]):active {
  background: rgb(190, 108, 234);
  border-color: rgba(64, 64, 64, 0.3);
  color: rgb(64, 64, 64);
}
.btn-solid-accent-lg:disabled {
  opacity: 0.5;
}
.btn-outline-accent-lg {
  font-family: Space Grotesk;
  font-size: 18px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 0px 32px;
  height: 56px;
  gap: 24px;
}
.btn-outline-accent-lg svg {
  height: 19px;
  fill: current-color;
}
.btn-outline-accent-lg {
  display: inline-flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 2px solid transparent;
  border-radius: 2px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background: rgba(205, 141, 239, 0.05);
  border-color: rgb(205, 141, 239);
  color: rgb(205, 141, 239);
}
.btn-outline-accent-lg:not([disabled]):hover, .btn-outline-accent-lg:not([disabled]):focus {
  background: rgba(205, 141, 239, 0.1);
  border-color: rgb(215, 164, 242);
  color: rgb(215, 164, 242);
}
.btn-outline-accent-lg:not([disabled]):active {
  background: rgba(205, 141, 239, 0.05);
  border-color: rgb(190, 108, 234);
  color: rgb(190, 108, 234);
}
.btn-outline-accent-lg:disabled {
  opacity: 0.5;
}
.btn-text-accent-lg {
  font-family: Space Grotesk;
  font-size: 18px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 0px 32px;
  height: 56px;
  gap: 24px;
}
.btn-text-accent-lg svg {
  height: 19px;
  fill: current-color;
}
.btn-text-accent-lg {
  display: inline-flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 2px solid transparent;
  border-radius: 2px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  color: rgb(205, 141, 239);
}
.btn-text-accent-lg:not([disabled]):hover, .btn-text-accent-lg:not([disabled]):focus {
  color: rgb(230, 198, 247);
}
.btn-text-accent-lg:not([disabled]):active {
  color: rgb(190, 108, 234);
}
.btn-text-accent-lg:disabled {
  opacity: 0.5;
}
.btn-edgeFit-accent-lg {
  font-family: Space Grotesk;
  font-size: 18px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 0px 32px;
  height: 56px;
  gap: 24px;
}
.btn-edgeFit-accent-lg svg {
  height: 19px;
  fill: current-color;
}
.btn-edgeFit-accent-lg {
  padding-left: 0;
  padding-right: 0;
  display: inline-flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  color: rgb(205, 141, 239);
}
.btn-edgeFit-accent-lg:not([disabled]):hover, .btn-edgeFit-accent-lg:not([disabled]):focus {
  color: rgb(230, 198, 247);
}
.btn-edgeFit-accent-lg:not([disabled]):active {
  color: rgb(190, 108, 234);
}
.btn-edgeFit-accent-lg:disabled {
  opacity: 0.5;
}
.btn-fit {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
}
.btn-icon-accent-sm {
  height: 32px;
  width: 32px;
}
.btn-icon-accent-sm svg {
  height: 16px;
  fill: current-color;
}
.btn-icon-accent-sm {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 1px solid transparent;
  border-color: transparent;
  color: rgb(205, 141, 239);
}
.btn-icon-accent-sm:not([disabled]):hover, .btn-icon-accent-sm:not([disabled]):focus {
  color: rgb(230, 198, 247);
}
.btn-icon-accent-sm:not([disabled]):active {
  color: rgb(190, 108, 234);
}
.btn-icon-accent-sm:disabled {
  opacity: 0.5;
}
.btn-iconSolid-accent-sm {
  height: 32px;
  width: 32px;
}
.btn-iconSolid-accent-sm svg {
  height: 16px;
  fill: current-color;
}
.btn-iconSolid-accent-sm {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 1px solid transparent;
  border-color: transparent;
  background: rgb(205, 141, 239);
  color: rgb(64, 64, 64);
}
.btn-iconSolid-accent-sm:not([disabled]):hover, .btn-iconSolid-accent-sm:not([disabled]):focus {
  border-color: rgb(215, 164, 242);
  background: rgb(215, 164, 242);
  color: rgb(64, 64, 64);
}
.btn-iconSolid-accent-sm:not([disabled]):active {
  border-color: rgb(190, 108, 234);
  background: rgb(190, 108, 234);
  color: rgb(64, 64, 64);
}
.btn-iconSolid-accent-sm:disabled {
  opacity: 0.5;
}
.btn-iconOutline-accent-sm {
  height: 32px;
  width: 32px;
}
.btn-iconOutline-accent-sm svg {
  height: 16px;
  fill: current-color;
}
.btn-iconOutline-accent-sm {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 1px solid transparent;
  background: rgba(205, 141, 239, 0.05);
  color: rgb(205, 141, 239);
  border-color: rgb(205, 141, 239);
}
.btn-iconOutline-accent-sm:not([disabled]):hover, .btn-iconOutline-accent-sm:not([disabled]):focus {
  background: rgba(205, 141, 239, 0.1);
  border-color: rgb(215, 164, 242);
  color: rgb(215, 164, 242);
}
.btn-iconOutline-accent-sm:not([disabled]):active {
  background: rgba(205, 141, 239, 0.05);
  border-color: rgb(190, 108, 234);
  color: rgb(190, 108, 234);
}
.btn-iconOutline-accent-sm:disabled {
  opacity: 0.5;
}
.btn-icon-accent-md {
  height: 48px;
  width: 48px;
}
.btn-icon-accent-md svg {
  height: 24px;
  fill: current-color;
}
.btn-icon-accent-md {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 1px solid transparent;
  border-color: transparent;
  color: rgb(205, 141, 239);
}
.btn-icon-accent-md:not([disabled]):hover, .btn-icon-accent-md:not([disabled]):focus {
  color: rgb(230, 198, 247);
}
.btn-icon-accent-md:not([disabled]):active {
  color: rgb(190, 108, 234);
}
.btn-icon-accent-md:disabled {
  opacity: 0.5;
}
.btn-iconSolid-accent-md {
  height: 48px;
  width: 48px;
}
.btn-iconSolid-accent-md svg {
  height: 24px;
  fill: current-color;
}
.btn-iconSolid-accent-md {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 1px solid transparent;
  border-color: transparent;
  background: rgb(205, 141, 239);
  color: rgb(64, 64, 64);
}
.btn-iconSolid-accent-md:not([disabled]):hover, .btn-iconSolid-accent-md:not([disabled]):focus {
  border-color: rgb(215, 164, 242);
  background: rgb(215, 164, 242);
  color: rgb(64, 64, 64);
}
.btn-iconSolid-accent-md:not([disabled]):active {
  border-color: rgb(190, 108, 234);
  background: rgb(190, 108, 234);
  color: rgb(64, 64, 64);
}
.btn-iconSolid-accent-md:disabled {
  opacity: 0.5;
}
.btn-iconOutline-accent-md {
  height: 48px;
  width: 48px;
}
.btn-iconOutline-accent-md svg {
  height: 24px;
  fill: current-color;
}
.btn-iconOutline-accent-md {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 1px solid transparent;
  background: rgba(205, 141, 239, 0.05);
  color: rgb(205, 141, 239);
  border-color: rgb(205, 141, 239);
}
.btn-iconOutline-accent-md:not([disabled]):hover, .btn-iconOutline-accent-md:not([disabled]):focus {
  background: rgba(205, 141, 239, 0.1);
  border-color: rgb(215, 164, 242);
  color: rgb(215, 164, 242);
}
.btn-iconOutline-accent-md:not([disabled]):active {
  background: rgba(205, 141, 239, 0.05);
  border-color: rgb(190, 108, 234);
  color: rgb(190, 108, 234);
}
.btn-iconOutline-accent-md:disabled {
  opacity: 0.5;
}
.btn-icon-accent-lg {
  height: 64px;
  width: 64px;
}
.btn-icon-accent-lg svg {
  height: 32px;
  fill: current-color;
}
.btn-icon-accent-lg {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 1px solid transparent;
  border-color: transparent;
  color: rgb(205, 141, 239);
}
.btn-icon-accent-lg:not([disabled]):hover, .btn-icon-accent-lg:not([disabled]):focus {
  color: rgb(230, 198, 247);
}
.btn-icon-accent-lg:not([disabled]):active {
  color: rgb(190, 108, 234);
}
.btn-icon-accent-lg:disabled {
  opacity: 0.5;
}
.btn-iconSolid-accent-lg {
  height: 64px;
  width: 64px;
}
.btn-iconSolid-accent-lg svg {
  height: 32px;
  fill: current-color;
}
.btn-iconSolid-accent-lg {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 1px solid transparent;
  border-color: transparent;
  background: rgb(205, 141, 239);
  color: rgb(64, 64, 64);
}
.btn-iconSolid-accent-lg:not([disabled]):hover, .btn-iconSolid-accent-lg:not([disabled]):focus {
  border-color: rgb(215, 164, 242);
  background: rgb(215, 164, 242);
  color: rgb(64, 64, 64);
}
.btn-iconSolid-accent-lg:not([disabled]):active {
  border-color: rgb(190, 108, 234);
  background: rgb(190, 108, 234);
  color: rgb(64, 64, 64);
}
.btn-iconSolid-accent-lg:disabled {
  opacity: 0.5;
}
.btn-iconOutline-accent-lg {
  height: 64px;
  width: 64px;
}
.btn-iconOutline-accent-lg svg {
  height: 32px;
  fill: current-color;
}
.btn-iconOutline-accent-lg {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 1px solid transparent;
  background: rgba(205, 141, 239, 0.05);
  color: rgb(205, 141, 239);
  border-color: rgb(205, 141, 239);
}
.btn-iconOutline-accent-lg:not([disabled]):hover, .btn-iconOutline-accent-lg:not([disabled]):focus {
  background: rgba(205, 141, 239, 0.1);
  border-color: rgb(215, 164, 242);
  color: rgb(215, 164, 242);
}
.btn-iconOutline-accent-lg:not([disabled]):active {
  background: rgba(205, 141, 239, 0.05);
  border-color: rgb(190, 108, 234);
  color: rgb(190, 108, 234);
}
.btn-iconOutline-accent-lg:disabled {
  opacity: 0.5;
}
.btn-solid-mono-xs {
  font-family: Space Grotesk;
  text-transform: capitalize;
  font-size: 9px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 0px 12px;
  height: 24px;
  gap: 8px;
}
.btn-solid-mono-xs svg {
  height: 12px;
  fill: current-color;
}
.btn-solid-mono-xs {
  display: inline-flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 2px solid transparent;
  border-radius: 2px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background: rgb(255, 255, 255);
  border-color: rgba(64, 64, 64, 0.3);
  color: rgb(55, 65, 81);
}
.btn-solid-mono-xs:not([disabled]):hover, .btn-solid-mono-xs:not([disabled]):focus {
  background: rgb(255, 255, 255);
  border-color: rgba(64, 64, 64, 0.3);
  color: rgb(55, 65, 81);
}
.btn-solid-mono-xs:not([disabled]):active {
  background: rgb(204, 204, 204);
  border-color: rgba(64, 64, 64, 0.3);
  color: rgb(55, 65, 81);
}
.btn-solid-mono-xs:disabled {
  opacity: 0.5;
}
.btn-outline-mono-xs {
  font-family: Space Grotesk;
  text-transform: capitalize;
  font-size: 9px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 0px 12px;
  height: 24px;
  gap: 8px;
}
.btn-outline-mono-xs svg {
  height: 12px;
  fill: current-color;
}
.btn-outline-mono-xs {
  display: inline-flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 2px solid transparent;
  border-radius: 2px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.05);
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.btn-outline-mono-xs:not([disabled]):hover, .btn-outline-mono-xs:not([disabled]):focus {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.btn-outline-mono-xs:not([disabled]):active {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgb(204, 204, 204);
  color: rgb(204, 204, 204);
}
.btn-outline-mono-xs:disabled {
  opacity: 0.5;
}
.btn-text-mono-xs {
  font-family: Space Grotesk;
  text-transform: capitalize;
  font-size: 9px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 0px 12px;
  height: 24px;
  gap: 8px;
}
.btn-text-mono-xs svg {
  height: 12px;
  fill: current-color;
}
.btn-text-mono-xs {
  display: inline-flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 2px solid transparent;
  border-radius: 2px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  color: rgb(255, 255, 255);
}
.btn-text-mono-xs:not([disabled]):hover, .btn-text-mono-xs:not([disabled]):focus {
  color: rgb(255, 255, 255);
}
.btn-text-mono-xs:not([disabled]):active {
  color: rgb(128, 128, 128);
}
.btn-text-mono-xs:disabled {
  opacity: 0.5;
}
.btn-edgeFit-mono-xs {
  font-family: Space Grotesk;
  text-transform: capitalize;
  font-size: 9px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 0px 12px;
  height: 24px;
  gap: 8px;
}
.btn-edgeFit-mono-xs svg {
  height: 12px;
  fill: current-color;
}
.btn-edgeFit-mono-xs {
  padding-left: 0;
  padding-right: 0;
  display: inline-flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  color: rgb(205, 141, 239);
}
.btn-edgeFit-mono-xs:not([disabled]):hover, .btn-edgeFit-mono-xs:not([disabled]):focus {
  color: rgb(230, 198, 247);
}
.btn-edgeFit-mono-xs:not([disabled]):active {
  color: rgb(190, 108, 234);
}
.btn-edgeFit-mono-xs:disabled {
  opacity: 0.5;
}
.btn-solid-mono-sm {
  font-family: Space Grotesk;
  font-size: 12px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 0px 16px;
  height: 32px;
  gap: 12px;
}
.btn-solid-mono-sm svg {
  height: 0.875rem;
  fill: current-color;
}
.btn-solid-mono-sm {
  display: inline-flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 2px solid transparent;
  border-radius: 2px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background: rgb(255, 255, 255);
  border-color: rgba(64, 64, 64, 0.3);
  color: rgb(55, 65, 81);
}
.btn-solid-mono-sm:not([disabled]):hover, .btn-solid-mono-sm:not([disabled]):focus {
  background: rgb(255, 255, 255);
  border-color: rgba(64, 64, 64, 0.3);
  color: rgb(55, 65, 81);
}
.btn-solid-mono-sm:not([disabled]):active {
  background: rgb(204, 204, 204);
  border-color: rgba(64, 64, 64, 0.3);
  color: rgb(55, 65, 81);
}
.btn-solid-mono-sm:disabled {
  opacity: 0.5;
}
.btn-outline-mono-sm {
  font-family: Space Grotesk;
  font-size: 12px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 0px 16px;
  height: 32px;
  gap: 12px;
}
.btn-outline-mono-sm svg {
  height: 0.875rem;
  fill: current-color;
}
.btn-outline-mono-sm {
  display: inline-flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 2px solid transparent;
  border-radius: 2px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.05);
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.btn-outline-mono-sm:not([disabled]):hover, .btn-outline-mono-sm:not([disabled]):focus {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.btn-outline-mono-sm:not([disabled]):active {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgb(204, 204, 204);
  color: rgb(204, 204, 204);
}
.btn-outline-mono-sm:disabled {
  opacity: 0.5;
}
.btn-text-mono-sm {
  font-family: Space Grotesk;
  font-size: 12px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 0px 16px;
  height: 32px;
  gap: 12px;
}
.btn-text-mono-sm svg {
  height: 0.875rem;
  fill: current-color;
}
.btn-text-mono-sm {
  display: inline-flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 2px solid transparent;
  border-radius: 2px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  color: rgb(255, 255, 255);
}
.btn-text-mono-sm:not([disabled]):hover, .btn-text-mono-sm:not([disabled]):focus {
  color: rgb(255, 255, 255);
}
.btn-text-mono-sm:not([disabled]):active {
  color: rgb(128, 128, 128);
}
.btn-text-mono-sm:disabled {
  opacity: 0.5;
}
.btn-edgeFit-mono-sm {
  font-family: Space Grotesk;
  font-size: 12px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 0px 16px;
  height: 32px;
  gap: 12px;
}
.btn-edgeFit-mono-sm svg {
  height: 0.875rem;
  fill: current-color;
}
.btn-edgeFit-mono-sm {
  padding-left: 0;
  padding-right: 0;
  display: inline-flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  color: rgb(205, 141, 239);
}
.btn-edgeFit-mono-sm:not([disabled]):hover, .btn-edgeFit-mono-sm:not([disabled]):focus {
  color: rgb(230, 198, 247);
}
.btn-edgeFit-mono-sm:not([disabled]):active {
  color: rgb(190, 108, 234);
}
.btn-edgeFit-mono-sm:disabled {
  opacity: 0.5;
}
.btn-solid-mono-md {
  font-family: Space Grotesk;
  font-size: 16px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 0px 24px;
  height: 44px;
  gap: 16px;
}
.btn-solid-mono-md svg {
  height: 16px;
  fill: current-color;
}
.btn-solid-mono-md {
  display: inline-flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 2px solid transparent;
  border-radius: 2px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background: rgb(255, 255, 255);
  border-color: rgba(64, 64, 64, 0.3);
  color: rgb(55, 65, 81);
}
.btn-solid-mono-md:not([disabled]):hover, .btn-solid-mono-md:not([disabled]):focus {
  background: rgb(255, 255, 255);
  border-color: rgba(64, 64, 64, 0.3);
  color: rgb(55, 65, 81);
}
.btn-solid-mono-md:not([disabled]):active {
  background: rgb(204, 204, 204);
  border-color: rgba(64, 64, 64, 0.3);
  color: rgb(55, 65, 81);
}
.btn-solid-mono-md:disabled {
  opacity: 0.5;
}
.btn-outline-mono-md {
  font-family: Space Grotesk;
  font-size: 16px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 0px 24px;
  height: 44px;
  gap: 16px;
}
.btn-outline-mono-md svg {
  height: 16px;
  fill: current-color;
}
.btn-outline-mono-md {
  display: inline-flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 2px solid transparent;
  border-radius: 2px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.05);
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.btn-outline-mono-md:not([disabled]):hover, .btn-outline-mono-md:not([disabled]):focus {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.btn-outline-mono-md:not([disabled]):active {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgb(204, 204, 204);
  color: rgb(204, 204, 204);
}
.btn-outline-mono-md:disabled {
  opacity: 0.5;
}
.btn-text-mono-md {
  font-family: Space Grotesk;
  font-size: 16px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 0px 24px;
  height: 44px;
  gap: 16px;
}
.btn-text-mono-md svg {
  height: 16px;
  fill: current-color;
}
.btn-text-mono-md {
  display: inline-flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 2px solid transparent;
  border-radius: 2px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  color: rgb(255, 255, 255);
}
.btn-text-mono-md:not([disabled]):hover, .btn-text-mono-md:not([disabled]):focus {
  color: rgb(255, 255, 255);
}
.btn-text-mono-md:not([disabled]):active {
  color: rgb(128, 128, 128);
}
.btn-text-mono-md:disabled {
  opacity: 0.5;
}
.btn-edgeFit-mono-md {
  font-family: Space Grotesk;
  font-size: 16px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 0px 24px;
  height: 44px;
  gap: 16px;
}
.btn-edgeFit-mono-md svg {
  height: 16px;
  fill: current-color;
}
.btn-edgeFit-mono-md {
  padding-left: 0;
  padding-right: 0;
  display: inline-flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  color: rgb(205, 141, 239);
}
.btn-edgeFit-mono-md:not([disabled]):hover, .btn-edgeFit-mono-md:not([disabled]):focus {
  color: rgb(230, 198, 247);
}
.btn-edgeFit-mono-md:not([disabled]):active {
  color: rgb(190, 108, 234);
}
.btn-edgeFit-mono-md:disabled {
  opacity: 0.5;
}
.btn-solid-mono-lg {
  font-family: Space Grotesk;
  font-size: 18px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 0px 32px;
  height: 56px;
  gap: 24px;
}
.btn-solid-mono-lg svg {
  height: 19px;
  fill: current-color;
}
.btn-solid-mono-lg {
  display: inline-flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 2px solid transparent;
  border-radius: 2px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background: rgb(255, 255, 255);
  border-color: rgba(64, 64, 64, 0.3);
  color: rgb(55, 65, 81);
}
.btn-solid-mono-lg:not([disabled]):hover, .btn-solid-mono-lg:not([disabled]):focus {
  background: rgb(255, 255, 255);
  border-color: rgba(64, 64, 64, 0.3);
  color: rgb(55, 65, 81);
}
.btn-solid-mono-lg:not([disabled]):active {
  background: rgb(204, 204, 204);
  border-color: rgba(64, 64, 64, 0.3);
  color: rgb(55, 65, 81);
}
.btn-solid-mono-lg:disabled {
  opacity: 0.5;
}
.btn-outline-mono-lg {
  font-family: Space Grotesk;
  font-size: 18px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 0px 32px;
  height: 56px;
  gap: 24px;
}
.btn-outline-mono-lg svg {
  height: 19px;
  fill: current-color;
}
.btn-outline-mono-lg {
  display: inline-flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 2px solid transparent;
  border-radius: 2px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.05);
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.btn-outline-mono-lg:not([disabled]):hover, .btn-outline-mono-lg:not([disabled]):focus {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.btn-outline-mono-lg:not([disabled]):active {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgb(204, 204, 204);
  color: rgb(204, 204, 204);
}
.btn-outline-mono-lg:disabled {
  opacity: 0.5;
}
.btn-text-mono-lg {
  font-family: Space Grotesk;
  font-size: 18px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 0px 32px;
  height: 56px;
  gap: 24px;
}
.btn-text-mono-lg svg {
  height: 19px;
  fill: current-color;
}
.btn-text-mono-lg {
  display: inline-flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 2px solid transparent;
  border-radius: 2px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  color: rgb(255, 255, 255);
}
.btn-text-mono-lg:not([disabled]):hover, .btn-text-mono-lg:not([disabled]):focus {
  color: rgb(255, 255, 255);
}
.btn-text-mono-lg:not([disabled]):active {
  color: rgb(128, 128, 128);
}
.btn-text-mono-lg:disabled {
  opacity: 0.5;
}
.btn-edgeFit-mono-lg {
  font-family: Space Grotesk;
  font-size: 18px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 0px 32px;
  height: 56px;
  gap: 24px;
}
.btn-edgeFit-mono-lg svg {
  height: 19px;
  fill: current-color;
}
.btn-edgeFit-mono-lg {
  padding-left: 0;
  padding-right: 0;
  display: inline-flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  color: rgb(205, 141, 239);
}
.btn-edgeFit-mono-lg:not([disabled]):hover, .btn-edgeFit-mono-lg:not([disabled]):focus {
  color: rgb(230, 198, 247);
}
.btn-edgeFit-mono-lg:not([disabled]):active {
  color: rgb(190, 108, 234);
}
.btn-edgeFit-mono-lg:disabled {
  opacity: 0.5;
}
.btn-fit {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
}
.btn-icon-mono-sm {
  height: 32px;
  width: 32px;
}
.btn-icon-mono-sm svg {
  height: 16px;
  fill: current-color;
}
.btn-icon-mono-sm {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 1px solid transparent;
  border-color: transparent;
  color: rgb(255, 255, 255);
}
.btn-icon-mono-sm:not([disabled]):hover, .btn-icon-mono-sm:not([disabled]):focus {
  color: rgb(255, 255, 255);
}
.btn-icon-mono-sm:not([disabled]):active {
  color: rgb(128, 128, 128);
}
.btn-icon-mono-sm:disabled {
  opacity: 0.5;
}
.btn-iconSolid-mono-sm {
  height: 32px;
  width: 32px;
}
.btn-iconSolid-mono-sm svg {
  height: 16px;
  fill: current-color;
}
.btn-iconSolid-mono-sm {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 1px solid transparent;
  border-color: transparent;
  background: rgb(255, 255, 255);
  color: rgb(55, 65, 81);
}
.btn-iconSolid-mono-sm:not([disabled]):hover, .btn-iconSolid-mono-sm:not([disabled]):focus {
  border-color: rgb(255, 255, 255);
  background: rgb(255, 255, 255);
  color: rgb(55, 65, 81);
}
.btn-iconSolid-mono-sm:not([disabled]):active {
  border-color: rgb(204, 204, 204);
  background: rgb(204, 204, 204);
  color: rgb(55, 65, 81);
}
.btn-iconSolid-mono-sm:disabled {
  opacity: 0.5;
}
.btn-iconOutline-mono-sm {
  height: 32px;
  width: 32px;
}
.btn-iconOutline-mono-sm svg {
  height: 16px;
  fill: current-color;
}
.btn-iconOutline-mono-sm {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.05);
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}
.btn-iconOutline-mono-sm:not([disabled]):hover, .btn-iconOutline-mono-sm:not([disabled]):focus {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.btn-iconOutline-mono-sm:not([disabled]):active {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgb(204, 204, 204);
  color: rgb(204, 204, 204);
}
.btn-iconOutline-mono-sm:disabled {
  opacity: 0.5;
}
.btn-icon-mono-md {
  height: 48px;
  width: 48px;
}
.btn-icon-mono-md svg {
  height: 24px;
  fill: current-color;
}
.btn-icon-mono-md {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 1px solid transparent;
  border-color: transparent;
  color: rgb(255, 255, 255);
}
.btn-icon-mono-md:not([disabled]):hover, .btn-icon-mono-md:not([disabled]):focus {
  color: rgb(255, 255, 255);
}
.btn-icon-mono-md:not([disabled]):active {
  color: rgb(128, 128, 128);
}
.btn-icon-mono-md:disabled {
  opacity: 0.5;
}
.btn-iconSolid-mono-md {
  height: 48px;
  width: 48px;
}
.btn-iconSolid-mono-md svg {
  height: 24px;
  fill: current-color;
}
.btn-iconSolid-mono-md {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 1px solid transparent;
  border-color: transparent;
  background: rgb(255, 255, 255);
  color: rgb(55, 65, 81);
}
.btn-iconSolid-mono-md:not([disabled]):hover, .btn-iconSolid-mono-md:not([disabled]):focus {
  border-color: rgb(255, 255, 255);
  background: rgb(255, 255, 255);
  color: rgb(55, 65, 81);
}
.btn-iconSolid-mono-md:not([disabled]):active {
  border-color: rgb(204, 204, 204);
  background: rgb(204, 204, 204);
  color: rgb(55, 65, 81);
}
.btn-iconSolid-mono-md:disabled {
  opacity: 0.5;
}
.btn-iconOutline-mono-md {
  height: 48px;
  width: 48px;
}
.btn-iconOutline-mono-md svg {
  height: 24px;
  fill: current-color;
}
.btn-iconOutline-mono-md {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.05);
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}
.btn-iconOutline-mono-md:not([disabled]):hover, .btn-iconOutline-mono-md:not([disabled]):focus {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.btn-iconOutline-mono-md:not([disabled]):active {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgb(204, 204, 204);
  color: rgb(204, 204, 204);
}
.btn-iconOutline-mono-md:disabled {
  opacity: 0.5;
}
.btn-icon-mono-lg {
  height: 64px;
  width: 64px;
}
.btn-icon-mono-lg svg {
  height: 32px;
  fill: current-color;
}
.btn-icon-mono-lg {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 1px solid transparent;
  border-color: transparent;
  color: rgb(255, 255, 255);
}
.btn-icon-mono-lg:not([disabled]):hover, .btn-icon-mono-lg:not([disabled]):focus {
  color: rgb(255, 255, 255);
}
.btn-icon-mono-lg:not([disabled]):active {
  color: rgb(128, 128, 128);
}
.btn-icon-mono-lg:disabled {
  opacity: 0.5;
}
.btn-iconSolid-mono-lg {
  height: 64px;
  width: 64px;
}
.btn-iconSolid-mono-lg svg {
  height: 32px;
  fill: current-color;
}
.btn-iconSolid-mono-lg {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 1px solid transparent;
  border-color: transparent;
  background: rgb(255, 255, 255);
  color: rgb(55, 65, 81);
}
.btn-iconSolid-mono-lg:not([disabled]):hover, .btn-iconSolid-mono-lg:not([disabled]):focus {
  border-color: rgb(255, 255, 255);
  background: rgb(255, 255, 255);
  color: rgb(55, 65, 81);
}
.btn-iconSolid-mono-lg:not([disabled]):active {
  border-color: rgb(204, 204, 204);
  background: rgb(204, 204, 204);
  color: rgb(55, 65, 81);
}
.btn-iconSolid-mono-lg:disabled {
  opacity: 0.5;
}
.btn-iconOutline-mono-lg {
  height: 64px;
  width: 64px;
}
.btn-iconOutline-mono-lg svg {
  height: 32px;
  fill: current-color;
}
.btn-iconOutline-mono-lg {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.05);
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}
.btn-iconOutline-mono-lg:not([disabled]):hover, .btn-iconOutline-mono-lg:not([disabled]):focus {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.btn-iconOutline-mono-lg:not([disabled]):active {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgb(204, 204, 204);
  color: rgb(204, 204, 204);
}
.btn-iconOutline-mono-lg:disabled {
  opacity: 0.5;
}
.btn-solid-error-xs {
  font-family: Space Grotesk;
  text-transform: capitalize;
  font-size: 9px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 0px 12px;
  height: 24px;
  gap: 8px;
}
.btn-solid-error-xs svg {
  height: 12px;
  fill: current-color;
}
.btn-solid-error-xs {
  display: inline-flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 2px solid transparent;
  border-radius: 2px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background: rgb(248, 113, 113);
  border-color: rgba(248, 113, 113, 0.3);
  color: rgb(55, 65, 81);
}
.btn-solid-error-xs:not([disabled]):hover, .btn-solid-error-xs:not([disabled]):focus {
  background: rgb(252, 184, 184);
  border-color: rgba(248, 113, 113, 0.3);
  color: rgb(55, 65, 81);
}
.btn-solid-error-xs:not([disabled]):active {
  background: rgb(246, 79, 79);
  border-color: rgba(248, 113, 113, 0.3);
  color: rgb(55, 65, 81);
}
.btn-solid-error-xs:disabled {
  opacity: 0.5;
}
.btn-outline-error-xs {
  font-family: Space Grotesk;
  text-transform: capitalize;
  font-size: 9px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 0px 12px;
  height: 24px;
  gap: 8px;
}
.btn-outline-error-xs svg {
  height: 12px;
  fill: current-color;
}
.btn-outline-error-xs {
  display: inline-flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 2px solid transparent;
  border-radius: 2px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background: rgba(248, 113, 113, 0.05);
  border-color: rgb(248, 113, 113);
  color: rgb(248, 113, 113);
}
.btn-outline-error-xs:not([disabled]):hover, .btn-outline-error-xs:not([disabled]):focus {
  background: rgba(248, 113, 113, 0.1);
  border-color: rgb(252, 184, 184);
  color: rgb(252, 184, 184);
}
.btn-outline-error-xs:not([disabled]):active {
  background: rgba(248, 113, 113, 0.05);
  border-color: rgb(246, 79, 79);
  color: rgb(246, 79, 79);
}
.btn-outline-error-xs:disabled {
  opacity: 0.5;
}
.btn-text-error-xs {
  font-family: Space Grotesk;
  text-transform: capitalize;
  font-size: 9px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 0px 12px;
  height: 24px;
  gap: 8px;
}
.btn-text-error-xs svg {
  height: 12px;
  fill: current-color;
}
.btn-text-error-xs {
  display: inline-flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 2px solid transparent;
  border-radius: 2px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  color: rgb(248, 113, 113);
}
.btn-text-error-xs:not([disabled]):hover, .btn-text-error-xs:not([disabled]):focus {
  color: rgb(252, 184, 184);
}
.btn-text-error-xs:not([disabled]):active {
  color: rgb(246, 79, 79);
}
.btn-text-error-xs:disabled {
  opacity: 0.5;
}
.btn-edgeFit-error-xs {
  font-family: Space Grotesk;
  text-transform: capitalize;
  font-size: 9px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 0px 12px;
  height: 24px;
  gap: 8px;
}
.btn-edgeFit-error-xs svg {
  height: 12px;
  fill: current-color;
}
.btn-edgeFit-error-xs {
  padding-left: 0;
  padding-right: 0;
  display: inline-flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  color: rgb(248, 113, 113);
}
.btn-edgeFit-error-xs:not([disabled]):hover, .btn-edgeFit-error-xs:not([disabled]):focus {
  color: rgb(252, 184, 184);
}
.btn-edgeFit-error-xs:not([disabled]):active {
  color: rgb(246, 79, 79);
}
.btn-edgeFit-error-xs:disabled {
  opacity: 0.5;
}
.btn-solid-error-sm {
  font-family: Space Grotesk;
  font-size: 12px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 0px 16px;
  height: 32px;
  gap: 12px;
}
.btn-solid-error-sm svg {
  height: 0.875rem;
  fill: current-color;
}
.btn-solid-error-sm {
  display: inline-flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 2px solid transparent;
  border-radius: 2px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background: rgb(248, 113, 113);
  border-color: rgba(248, 113, 113, 0.3);
  color: rgb(55, 65, 81);
}
.btn-solid-error-sm:not([disabled]):hover, .btn-solid-error-sm:not([disabled]):focus {
  background: rgb(252, 184, 184);
  border-color: rgba(248, 113, 113, 0.3);
  color: rgb(55, 65, 81);
}
.btn-solid-error-sm:not([disabled]):active {
  background: rgb(246, 79, 79);
  border-color: rgba(248, 113, 113, 0.3);
  color: rgb(55, 65, 81);
}
.btn-solid-error-sm:disabled {
  opacity: 0.5;
}
.btn-outline-error-sm {
  font-family: Space Grotesk;
  font-size: 12px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 0px 16px;
  height: 32px;
  gap: 12px;
}
.btn-outline-error-sm svg {
  height: 0.875rem;
  fill: current-color;
}
.btn-outline-error-sm {
  display: inline-flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 2px solid transparent;
  border-radius: 2px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background: rgba(248, 113, 113, 0.05);
  border-color: rgb(248, 113, 113);
  color: rgb(248, 113, 113);
}
.btn-outline-error-sm:not([disabled]):hover, .btn-outline-error-sm:not([disabled]):focus {
  background: rgba(248, 113, 113, 0.1);
  border-color: rgb(252, 184, 184);
  color: rgb(252, 184, 184);
}
.btn-outline-error-sm:not([disabled]):active {
  background: rgba(248, 113, 113, 0.05);
  border-color: rgb(246, 79, 79);
  color: rgb(246, 79, 79);
}
.btn-outline-error-sm:disabled {
  opacity: 0.5;
}
.btn-text-error-sm {
  font-family: Space Grotesk;
  font-size: 12px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 0px 16px;
  height: 32px;
  gap: 12px;
}
.btn-text-error-sm svg {
  height: 0.875rem;
  fill: current-color;
}
.btn-text-error-sm {
  display: inline-flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 2px solid transparent;
  border-radius: 2px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  color: rgb(248, 113, 113);
}
.btn-text-error-sm:not([disabled]):hover, .btn-text-error-sm:not([disabled]):focus {
  color: rgb(252, 184, 184);
}
.btn-text-error-sm:not([disabled]):active {
  color: rgb(246, 79, 79);
}
.btn-text-error-sm:disabled {
  opacity: 0.5;
}
.btn-edgeFit-error-sm {
  font-family: Space Grotesk;
  font-size: 12px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 0px 16px;
  height: 32px;
  gap: 12px;
}
.btn-edgeFit-error-sm svg {
  height: 0.875rem;
  fill: current-color;
}
.btn-edgeFit-error-sm {
  padding-left: 0;
  padding-right: 0;
  display: inline-flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  color: rgb(248, 113, 113);
}
.btn-edgeFit-error-sm:not([disabled]):hover, .btn-edgeFit-error-sm:not([disabled]):focus {
  color: rgb(252, 184, 184);
}
.btn-edgeFit-error-sm:not([disabled]):active {
  color: rgb(246, 79, 79);
}
.btn-edgeFit-error-sm:disabled {
  opacity: 0.5;
}
.btn-solid-error-md {
  font-family: Space Grotesk;
  font-size: 16px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 0px 24px;
  height: 44px;
  gap: 16px;
}
.btn-solid-error-md svg {
  height: 16px;
  fill: current-color;
}
.btn-solid-error-md {
  display: inline-flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 2px solid transparent;
  border-radius: 2px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background: rgb(248, 113, 113);
  border-color: rgba(248, 113, 113, 0.3);
  color: rgb(55, 65, 81);
}
.btn-solid-error-md:not([disabled]):hover, .btn-solid-error-md:not([disabled]):focus {
  background: rgb(252, 184, 184);
  border-color: rgba(248, 113, 113, 0.3);
  color: rgb(55, 65, 81);
}
.btn-solid-error-md:not([disabled]):active {
  background: rgb(246, 79, 79);
  border-color: rgba(248, 113, 113, 0.3);
  color: rgb(55, 65, 81);
}
.btn-solid-error-md:disabled {
  opacity: 0.5;
}
.btn-outline-error-md {
  font-family: Space Grotesk;
  font-size: 16px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 0px 24px;
  height: 44px;
  gap: 16px;
}
.btn-outline-error-md svg {
  height: 16px;
  fill: current-color;
}
.btn-outline-error-md {
  display: inline-flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 2px solid transparent;
  border-radius: 2px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background: rgba(248, 113, 113, 0.05);
  border-color: rgb(248, 113, 113);
  color: rgb(248, 113, 113);
}
.btn-outline-error-md:not([disabled]):hover, .btn-outline-error-md:not([disabled]):focus {
  background: rgba(248, 113, 113, 0.1);
  border-color: rgb(252, 184, 184);
  color: rgb(252, 184, 184);
}
.btn-outline-error-md:not([disabled]):active {
  background: rgba(248, 113, 113, 0.05);
  border-color: rgb(246, 79, 79);
  color: rgb(246, 79, 79);
}
.btn-outline-error-md:disabled {
  opacity: 0.5;
}
.btn-text-error-md {
  font-family: Space Grotesk;
  font-size: 16px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 0px 24px;
  height: 44px;
  gap: 16px;
}
.btn-text-error-md svg {
  height: 16px;
  fill: current-color;
}
.btn-text-error-md {
  display: inline-flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 2px solid transparent;
  border-radius: 2px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  color: rgb(248, 113, 113);
}
.btn-text-error-md:not([disabled]):hover, .btn-text-error-md:not([disabled]):focus {
  color: rgb(252, 184, 184);
}
.btn-text-error-md:not([disabled]):active {
  color: rgb(246, 79, 79);
}
.btn-text-error-md:disabled {
  opacity: 0.5;
}
.btn-edgeFit-error-md {
  font-family: Space Grotesk;
  font-size: 16px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 0px 24px;
  height: 44px;
  gap: 16px;
}
.btn-edgeFit-error-md svg {
  height: 16px;
  fill: current-color;
}
.btn-edgeFit-error-md {
  padding-left: 0;
  padding-right: 0;
  display: inline-flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  color: rgb(248, 113, 113);
}
.btn-edgeFit-error-md:not([disabled]):hover, .btn-edgeFit-error-md:not([disabled]):focus {
  color: rgb(252, 184, 184);
}
.btn-edgeFit-error-md:not([disabled]):active {
  color: rgb(246, 79, 79);
}
.btn-edgeFit-error-md:disabled {
  opacity: 0.5;
}
.btn-solid-error-lg {
  font-family: Space Grotesk;
  font-size: 18px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 0px 32px;
  height: 56px;
  gap: 24px;
}
.btn-solid-error-lg svg {
  height: 19px;
  fill: current-color;
}
.btn-solid-error-lg {
  display: inline-flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 2px solid transparent;
  border-radius: 2px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background: rgb(248, 113, 113);
  border-color: rgba(248, 113, 113, 0.3);
  color: rgb(55, 65, 81);
}
.btn-solid-error-lg:not([disabled]):hover, .btn-solid-error-lg:not([disabled]):focus {
  background: rgb(252, 184, 184);
  border-color: rgba(248, 113, 113, 0.3);
  color: rgb(55, 65, 81);
}
.btn-solid-error-lg:not([disabled]):active {
  background: rgb(246, 79, 79);
  border-color: rgba(248, 113, 113, 0.3);
  color: rgb(55, 65, 81);
}
.btn-solid-error-lg:disabled {
  opacity: 0.5;
}
.btn-outline-error-lg {
  font-family: Space Grotesk;
  font-size: 18px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 0px 32px;
  height: 56px;
  gap: 24px;
}
.btn-outline-error-lg svg {
  height: 19px;
  fill: current-color;
}
.btn-outline-error-lg {
  display: inline-flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 2px solid transparent;
  border-radius: 2px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background: rgba(248, 113, 113, 0.05);
  border-color: rgb(248, 113, 113);
  color: rgb(248, 113, 113);
}
.btn-outline-error-lg:not([disabled]):hover, .btn-outline-error-lg:not([disabled]):focus {
  background: rgba(248, 113, 113, 0.1);
  border-color: rgb(252, 184, 184);
  color: rgb(252, 184, 184);
}
.btn-outline-error-lg:not([disabled]):active {
  background: rgba(248, 113, 113, 0.05);
  border-color: rgb(246, 79, 79);
  color: rgb(246, 79, 79);
}
.btn-outline-error-lg:disabled {
  opacity: 0.5;
}
.btn-text-error-lg {
  font-family: Space Grotesk;
  font-size: 18px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 0px 32px;
  height: 56px;
  gap: 24px;
}
.btn-text-error-lg svg {
  height: 19px;
  fill: current-color;
}
.btn-text-error-lg {
  display: inline-flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 2px solid transparent;
  border-radius: 2px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  color: rgb(248, 113, 113);
}
.btn-text-error-lg:not([disabled]):hover, .btn-text-error-lg:not([disabled]):focus {
  color: rgb(252, 184, 184);
}
.btn-text-error-lg:not([disabled]):active {
  color: rgb(246, 79, 79);
}
.btn-text-error-lg:disabled {
  opacity: 0.5;
}
.btn-edgeFit-error-lg {
  font-family: Space Grotesk;
  font-size: 18px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 0px 32px;
  height: 56px;
  gap: 24px;
}
.btn-edgeFit-error-lg svg {
  height: 19px;
  fill: current-color;
}
.btn-edgeFit-error-lg {
  padding-left: 0;
  padding-right: 0;
  display: inline-flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  color: rgb(248, 113, 113);
}
.btn-edgeFit-error-lg:not([disabled]):hover, .btn-edgeFit-error-lg:not([disabled]):focus {
  color: rgb(252, 184, 184);
}
.btn-edgeFit-error-lg:not([disabled]):active {
  color: rgb(246, 79, 79);
}
.btn-edgeFit-error-lg:disabled {
  opacity: 0.5;
}
.btn-fit {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
}
.btn-icon-error-sm {
  height: 32px;
  width: 32px;
}
.btn-icon-error-sm svg {
  height: 16px;
  fill: current-color;
}
.btn-icon-error-sm {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 1px solid transparent;
  border-color: transparent;
  color: rgb(248, 113, 113);
}
.btn-icon-error-sm:not([disabled]):hover, .btn-icon-error-sm:not([disabled]):focus {
  color: rgb(252, 184, 184);
}
.btn-icon-error-sm:not([disabled]):active {
  color: rgb(246, 79, 79);
}
.btn-icon-error-sm:disabled {
  opacity: 0.5;
}
.btn-iconSolid-error-sm {
  height: 32px;
  width: 32px;
}
.btn-iconSolid-error-sm svg {
  height: 16px;
  fill: current-color;
}
.btn-iconSolid-error-sm {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 1px solid transparent;
  border-color: transparent;
  background: rgb(248, 113, 113);
  color: rgb(55, 65, 81);
}
.btn-iconSolid-error-sm:not([disabled]):hover, .btn-iconSolid-error-sm:not([disabled]):focus {
  border-color: rgb(252, 184, 184);
  background: rgb(252, 184, 184);
  color: rgb(55, 65, 81);
}
.btn-iconSolid-error-sm:not([disabled]):active {
  border-color: rgb(246, 79, 79);
  background: rgb(246, 79, 79);
  color: rgb(55, 65, 81);
}
.btn-iconSolid-error-sm:disabled {
  opacity: 0.5;
}
.btn-iconOutline-error-sm {
  height: 32px;
  width: 32px;
}
.btn-iconOutline-error-sm svg {
  height: 16px;
  fill: current-color;
}
.btn-iconOutline-error-sm {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 1px solid transparent;
  background: rgba(248, 113, 113, 0.05);
  color: rgb(248, 113, 113);
  border-color: rgb(248, 113, 113);
}
.btn-iconOutline-error-sm:not([disabled]):hover, .btn-iconOutline-error-sm:not([disabled]):focus {
  background: rgba(248, 113, 113, 0.1);
  border-color: rgb(252, 184, 184);
  color: rgb(252, 184, 184);
}
.btn-iconOutline-error-sm:not([disabled]):active {
  background: rgba(248, 113, 113, 0.05);
  border-color: rgb(246, 79, 79);
  color: rgb(246, 79, 79);
}
.btn-iconOutline-error-sm:disabled {
  opacity: 0.5;
}
.btn-icon-error-md {
  height: 48px;
  width: 48px;
}
.btn-icon-error-md svg {
  height: 24px;
  fill: current-color;
}
.btn-icon-error-md {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 1px solid transparent;
  border-color: transparent;
  color: rgb(248, 113, 113);
}
.btn-icon-error-md:not([disabled]):hover, .btn-icon-error-md:not([disabled]):focus {
  color: rgb(252, 184, 184);
}
.btn-icon-error-md:not([disabled]):active {
  color: rgb(246, 79, 79);
}
.btn-icon-error-md:disabled {
  opacity: 0.5;
}
.btn-iconSolid-error-md {
  height: 48px;
  width: 48px;
}
.btn-iconSolid-error-md svg {
  height: 24px;
  fill: current-color;
}
.btn-iconSolid-error-md {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 1px solid transparent;
  border-color: transparent;
  background: rgb(248, 113, 113);
  color: rgb(55, 65, 81);
}
.btn-iconSolid-error-md:not([disabled]):hover, .btn-iconSolid-error-md:not([disabled]):focus {
  border-color: rgb(252, 184, 184);
  background: rgb(252, 184, 184);
  color: rgb(55, 65, 81);
}
.btn-iconSolid-error-md:not([disabled]):active {
  border-color: rgb(246, 79, 79);
  background: rgb(246, 79, 79);
  color: rgb(55, 65, 81);
}
.btn-iconSolid-error-md:disabled {
  opacity: 0.5;
}
.btn-iconOutline-error-md {
  height: 48px;
  width: 48px;
}
.btn-iconOutline-error-md svg {
  height: 24px;
  fill: current-color;
}
.btn-iconOutline-error-md {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 1px solid transparent;
  background: rgba(248, 113, 113, 0.05);
  color: rgb(248, 113, 113);
  border-color: rgb(248, 113, 113);
}
.btn-iconOutline-error-md:not([disabled]):hover, .btn-iconOutline-error-md:not([disabled]):focus {
  background: rgba(248, 113, 113, 0.1);
  border-color: rgb(252, 184, 184);
  color: rgb(252, 184, 184);
}
.btn-iconOutline-error-md:not([disabled]):active {
  background: rgba(248, 113, 113, 0.05);
  border-color: rgb(246, 79, 79);
  color: rgb(246, 79, 79);
}
.btn-iconOutline-error-md:disabled {
  opacity: 0.5;
}
.btn-icon-error-lg {
  height: 64px;
  width: 64px;
}
.btn-icon-error-lg svg {
  height: 32px;
  fill: current-color;
}
.btn-icon-error-lg {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 1px solid transparent;
  border-color: transparent;
  color: rgb(248, 113, 113);
}
.btn-icon-error-lg:not([disabled]):hover, .btn-icon-error-lg:not([disabled]):focus {
  color: rgb(252, 184, 184);
}
.btn-icon-error-lg:not([disabled]):active {
  color: rgb(246, 79, 79);
}
.btn-icon-error-lg:disabled {
  opacity: 0.5;
}
.btn-iconSolid-error-lg {
  height: 64px;
  width: 64px;
}
.btn-iconSolid-error-lg svg {
  height: 32px;
  fill: current-color;
}
.btn-iconSolid-error-lg {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 1px solid transparent;
  border-color: transparent;
  background: rgb(248, 113, 113);
  color: rgb(55, 65, 81);
}
.btn-iconSolid-error-lg:not([disabled]):hover, .btn-iconSolid-error-lg:not([disabled]):focus {
  border-color: rgb(252, 184, 184);
  background: rgb(252, 184, 184);
  color: rgb(55, 65, 81);
}
.btn-iconSolid-error-lg:not([disabled]):active {
  border-color: rgb(246, 79, 79);
  background: rgb(246, 79, 79);
  color: rgb(55, 65, 81);
}
.btn-iconSolid-error-lg:disabled {
  opacity: 0.5;
}
.btn-iconOutline-error-lg {
  height: 64px;
  width: 64px;
}
.btn-iconOutline-error-lg svg {
  height: 32px;
  fill: current-color;
}
.btn-iconOutline-error-lg {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  border: 1px solid transparent;
  background: rgba(248, 113, 113, 0.05);
  color: rgb(248, 113, 113);
  border-color: rgb(248, 113, 113);
}
.btn-iconOutline-error-lg:not([disabled]):hover, .btn-iconOutline-error-lg:not([disabled]):focus {
  background: rgba(248, 113, 113, 0.1);
  border-color: rgb(252, 184, 184);
  color: rgb(252, 184, 184);
}
.btn-iconOutline-error-lg:not([disabled]):active {
  background: rgba(248, 113, 113, 0.05);
  border-color: rgb(246, 79, 79);
  color: rgb(246, 79, 79);
}
.btn-iconOutline-error-lg:disabled {
  opacity: 0.5;
}
.input-icon-sm {
  fill: currentColor;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  cursor: text;
  font-size: 16px;
  line-height: 16px;
}
.input-icon-start-wrapper-sm {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: rgb(255, 255, 255);
  left: 16px;
  width: 16px;
  height: 16px;
}
.input-icon-end-wrapper-sm {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: rgb(255, 255, 255);
  right: 16px;
  width: 16px;
  height: 16px;
}
.input-icon-end-wrapper-sm.input-text-area-icon-end-wrapper {
  margin: 0;
  top: 16px;
}
.input-sm {
  padding: 0 16px;
  height: 32px;
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0em;
}
.input-sm.input-text-area {
  padding: 16px;
  height: auto;
}
.input-sm.input-icon-start {
  padding-right: 16px;
  padding-left: 40px;
}
.input-sm.input-icon-end {
  padding-left: 16px;
  padding-right: 40px;
}
.input-sm.input-icon-end.input-icon-start {
  padding: 0 40px;
}
.input-label-sm {
  color: rgb(255, 255, 255);
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0em;
}
.input-icon-md {
  fill: currentColor;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  cursor: text;
  font-size: 16px;
  line-height: 16px;
}
.input-icon-start-wrapper-md {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: rgb(255, 255, 255);
  left: 24px;
  width: 16px;
  height: 16px;
}
.input-icon-end-wrapper-md {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: rgb(255, 255, 255);
  right: 24px;
  width: 16px;
  height: 16px;
}
.input-icon-end-wrapper-md.input-text-area-icon-end-wrapper {
  margin: 0;
  top: 24px;
}
.input-md {
  padding: 0 24px;
  height: 44px;
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0em;
}
.input-md.input-text-area {
  padding: 24px;
  height: auto;
}
.input-md.input-icon-start {
  padding-right: 24px;
  padding-left: 56px;
}
.input-md.input-icon-end {
  padding-left: 24px;
  padding-right: 56px;
}
.input-md.input-icon-end.input-icon-start {
  padding: 0 56px;
}
.input-label-md {
  color: rgb(255, 255, 255);
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0em;
}
.input-icon-lg {
  fill: currentColor;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  cursor: text;
  font-size: 20px;
  line-height: 20px;
}
.input-icon-start-wrapper-lg {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: rgb(255, 255, 255);
  left: 24px;
  width: 20px;
  height: 20px;
}
.input-icon-end-wrapper-lg {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: rgb(255, 255, 255);
  right: 24px;
  width: 20px;
  height: 20px;
}
.input-icon-end-wrapper-lg.input-text-area-icon-end-wrapper {
  margin: 0;
  top: 24px;
}
.input-lg {
  padding: 0 24px;
  height: 56px;
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0em;
}
.input-lg.input-text-area {
  padding: 24px;
  height: auto;
}
.input-lg.input-icon-start {
  padding-right: 24px;
  padding-left: 60px;
}
.input-lg.input-icon-end {
  padding-left: 24px;
  padding-right: 60px;
}
.input-lg.input-icon-end.input-icon-start {
  padding: 0 60px;
}
.input-label-lg {
  color: rgb(255, 255, 255);
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0em;
}
.input-root {
  width: 100%;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  color: rgb(255, 255, 255);
  background-color: rgb(17, 17, 17);
  border: 1px solid rgb(64, 64, 64);
  border-radius: 2px;
  outline: none;
}
.input-root::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.input-root::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.input-root:enabled:active, .input-root:enabled:focus {
  background-color: rgb(17, 17, 17);
  border-color: rgb(98, 98, 98);
  color: rgb(255, 255, 255);
}
.input-root:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.input-root.input-text-area {
  border-radius: 8px;
}
.input-hint {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0em;
  color: rgb(156, 163, 175);
  margin-top: 8px;
}
.input-label {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: rgb(255, 255, 255);
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0em;
}
.input-label--right {
  margin-left: 16px;
}
.input-label--left {
  margin-right: 16px;
}
.input-label-required {
  margin-right: 0;
  margin-left: auto;
  color: rgb(255, 255, 255);
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0em;
}
.input-label-wrapper {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  color: rgb(255, 255, 255);
}
.input-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.input-checkbox {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
  border: 2px solid rgb(205, 141, 239);
  color: rgb(64, 64, 64);
}
.input-checkbox:checked {
  background-color: rgb(205, 141, 239);
}
.input-checkbox.input-checked {
  background-color: rgb(205, 141, 239);
}
.input-checkbox-label {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: rgb(255, 255, 255);
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0em;
  margin-left: 16px;
}
.input-radio {
  display: inline-block;
  position: relative;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  transition: all 0.3s;
  border: 2px solid rgb(205, 141, 239);
  background-color: 2px solid rgb(17, 17, 17);
}
.input-radio::before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  transition: all 0.3s;
  background-color: rgb(255, 255, 255);
  opacity: 0;
}
.input-radio.input-checked {
  background-color: 2px solid rgb(17, 17, 17);
}
.input-radio.input-checked::before {
  opacity: 100;
}
.input-switch {
  display: inline-block;
  position: relative;
  flex-shrink: 0;
  width: 40px;
  height: 24px;
  border-radius: 19px;
  transition: all 0.3s;
  background-color: rgb(156, 163, 175);
}
.input-switch::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  border-radius: 100%;
  transition: all 0.3s;
  background-color: rgb(64, 64, 64);
}
.input-switch.input-checked {
  background-color: rgb(205, 141, 239);
}
.input-switch.input-checked::before {
  transform: translate(16px, -50%);
}
.video-background-carousel-pagination-bullet {
  background-color: transparent;
  border-color: rgb(205, 141, 239);
  border-radius: 50%;
  border-width: 1px;
  display: inline-block;
  width: 0.5rem !important;
  height: 0.5rem !important;
  margin: 0 0.25rem;
}
.video-background-carousel-pagination-bullet-active {
  background-color: rgb(205, 141, 239);
}
.file-input-root {
  border-radius: 2px;
  position: relative;
  display: flex;
  height: 168px;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  border: 2px dashed rgb(64, 64, 64);
  padding: 16px;
  transition: all 0.3s;
}
.file-input-root:hover {
  border-color: rgb(205, 141, 239);
}
.file-input-root:hover .file-input-icon {
  color: rgb(205, 141, 239);
}
.file-input-root:focus {
  border-color: rgb(205, 141, 239);
  outline: none;
}
.file-input-icon {
  transition: color 0.3s;
}
:root {
  --chart-dataPoint1: rgb(205, 141, 239);
  --chart-dataPoint2: rgb(157, 216, 102);
  --chart-dataPoint3: rgb(246, 200, 95);
  --chart-dataPoint4: rgb(202, 71, 47);
  --chart-dataPoint5: rgb(141, 221, 208);
  --chart-dataPoint6: rgb(152, 86, 177);
  --chart-dataPoint7: rgb(11, 132, 165);
  --chart-dataPoint8: rgb(255, 160, 86);
  --chart-axisLabels: rgb(255, 255, 255);
  --chart-axisMarkers: rgb(255, 255, 255);
  --chart-gridlines: rgba(255, 255, 255, 0.25);
  --ck-color-base-text: rgb(255, 255, 255) !important;
  --ck-color-base-background: rgb(17, 17, 17) !important;
  --ck-color-base-border: rgb(64, 64, 64) !important;
  --ck-border-radius: 8px !important;
  --ck-color-focus-border: rgb(98, 98, 98) !important;
  --ck-color-text: rgb(55, 65, 81) !important;
  --ck-color-input-border: rgb(64, 64, 64) !important;
  --ck-color-input-background: rgb(17, 17, 17) !important;
  --ck-color-button-default-background: rgb(255, 255, 255) !important;
  --ck-color-button-default-hover-background: rgb(215, 164, 242) !important;
  --ck-color-button-default-active-background: rgb(190, 108, 234) !important;
  --ck-color-button-on-background: rgb(205, 141, 239) !important;
   --ck-color-button-on-color: rgb(64, 64, 64) !important;
  --ck-color-button-on-hover-background: rgb(205, 141, 239) !important;
  --ck-color-list-button-on-background: rgb(205, 141, 239) !important;
  --ck-color-list-button-on-background-focus: rgb(205, 141, 239) !important;
  --ck-color-list-button-on-text: rgb(64, 64, 64) !important;
  --ck-color-engine-placeholder-text: rgba(255, 255, 255, 0.4) !important;
}
.markdown-editor-root {
  color: rgb(255, 255, 255);
}
.markdown-editor-root h1 {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 24px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: -0.025em;
}
.markdown-editor-root h2 {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 20px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: -0.025em;
}
.markdown-editor-root h3 {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 18px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: -0.025em;
}
.markdown-editor-root h4 {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 16px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: -0.025em;
}
.markdown-editor-root h5 {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 14px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: -0.025em;
}
.markdown-editor-root h6 {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 12px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: -0.025em;
}
.markdown-editor-root ul {
  list-style-type: disc;
  list-style-position: inside;
}
.markdown-editor-root ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.markdown-editor-root .ck.ck-button {
  cursor: pointer;
}
.ck.ck-input.ck-input-text {
  color: rgb(255, 255, 255) !important;
}
.ck.ck-label {
  color: rgb(255, 255, 255) !important;
}
.markdown-editor-error .ck.ck-editor__editable_inline {
  border-color: rgb(248, 113, 113) !important;
}
.ck.ck-editor__editable_inline {
  min-height: 150px;
  max-height: 400px;
}
.markdown-editor-error .ck.ck-toolbar {
  border-color: rgb(248, 113, 113) !important;
}
.ck-powered-by-balloon {
  display: none !important;
}
.markdown-editor-hint {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0em;
  color: rgb(156, 163, 175);
  margin-top: 8px;
}
.markdown-editor-label {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: rgb(255, 255, 255);
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0em;
}
.markdown-editor-label--right {
  margin-left: 16px;
}
.markdown-editor-label--left {
  margin-right: 16px;
}
.markdown-editor-label-required {
  margin-right: 0;
  margin-left: auto;
  color: rgb(255, 255, 255);
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0em;
}
.markdown-editor-label-wrapper {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  color: rgb(255, 255, 255);
}
.markdown-editor-error-text {
  color: rgb(248, 113, 113);
}
.markdown-editor-sm p {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0em;
}
.markdown-editor-sm li {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0em;
}
.markdown-editor-sm .ck.ck-editor__editable_inline {
  padding: 0 16px !important;
}
.input-label-sm {
  color: rgb(255, 255, 255);
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0em;
}
.markdown-editor-md p {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0em;
}
.markdown-editor-md li {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0em;
}
.markdown-editor-md .ck.ck-editor__editable_inline {
  padding: 0 24px !important;
}
.input-label-md {
  color: rgb(255, 255, 255);
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0em;
}
.markdown-editor-lg p {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0em;
}
.markdown-editor-lg li {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0em;
}
.markdown-editor-lg .ck.ck-editor__editable_inline {
  padding: 0 24px !important;
}
.input-label-lg {
  color: rgb(255, 255, 255);
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0em;
}
.data-table-root {
  width: 100%;
  border-collapse: separate;
  border-radius: 8px;
  border: 1px solid rgb(64, 64, 64);
  border-spacing: 0px;
}
.data-table-root tr:first-child th:first-child {
  border-top-left-radius: 8px;
}
.data-table-root tr:first-child th:last-child {
  border-top-right-radius: 8px;
}
.data-table-root tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
.data-table-root tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}
.data-table-border tr:first-child th {
  border-top: 0;
}
.data-table-border tr:last-child td {
  border-bottom: 0;
}
.data-table-border tr th:first-child {
  border-left: 0;
}
.data-table-border tr td:first-child {
  border-left: 0;
}
.data-table-border tr td:last-child {
  border-right: 0;
}
.data-table-border tr th:last-child {
  border-right: 0;
}
.data-table-border--vertical {
  border-bottom: 1px solid rgb(64, 64, 64);
}
.data-table-border--horizontal {
  border-right: 1px solid rgb(64, 64, 64);
}
.data-table-border--all {
  border-right: 1px solid rgb(64, 64, 64);
  border-bottom: 1px solid rgb(64, 64, 64);
}
.data-table-header {
  text-align: left;
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0em;
  color: rgb(255, 255, 255);
}
.data-table-body {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0em;
  color: rgb(255, 255, 255);
}
.data-table-cell--header {
  background-color: rgb(0, 0, 0);
}
.data-table-cell--default {
  height: 48px;
  padding: 0 16px;
}
.data-table-cell--big {
  height: 60px;
  padding: 0 16px;
}
.data-table-row--fill {
  background-color: rgb(29, 29, 29);
}
.data-table-row--alternate {
  background-color: rgb(16, 16, 16);
}
.data-table-row--even:nth-child(odd) {
  background-color: rgb(16, 16, 16);
}
.data-table-row--even:nth-child(odd):has(th) {
  background-color: rgb(29, 29, 29);
}
.data-table-row--even:nth-child(even) {
  background-color: rgb(29, 29, 29);
}
.data-table-row--odd:nth-child(odd) {
  background-color: rgb(29, 29, 29);
}
.data-table-row--odd:nth-child(odd):has(th) {
  background-color: rgb(16, 16, 16);
}
.data-table-row--odd:nth-child(even) {
  background-color: rgb(16, 16, 16);
}
.description-list-root {
  display: grid;
}
.description-list-item-horizontal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.description-list-item-label {
  font-family: Space Grotesk;
  text-transform: capitalize;
  font-size: 12px;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: 0.025em;
  color: rgb(229, 231, 235);
}
.description-list-item-body {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 14px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0em;
  color: rgb(255, 255, 255);
}
.description-list-gap-0_5 {
  gap: 2px;
}
.description-list-gap-1 {
  gap: 4px;
}
.description-list-gap-1_5 {
  gap: 6px;
}
.description-list-gap-2 {
  gap: 8px;
}
.description-list-gap-2_5 {
  gap: 10px;
}
.description-list-gap-3 {
  gap: 12px;
}
.description-list-gap-3_5 {
  gap: 14px;
}
.description-list-gap-4 {
  gap: 16px;
}
.description-list-gap-5 {
  gap: 20px;
}
.description-list-gap-6 {
  gap: 24px;
}
.description-list-gap-7 {
  gap: 28px;
}
.description-list-gap-8 {
  gap: 32px;
}
.description-list-gap-9 {
  gap: 36px;
}
.description-list-gap-10 {
  gap: 40px;
}
.description-list-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.description-list-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.description-list-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.description-list-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.description-list-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.description-list-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.description-list-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.description-list-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.description-list-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
.description-list-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.modal-root {
  z-index: 51;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 25px 50px -12px #0003;
  border-radius: 2px;
}
.dropdown-list {
  position: absolute;
  z-index: 100;
  border: 1px solid rgb(64, 64, 64);
  background-color: rgb(17, 17, 17);
  border-radius: 4px;
  width: -moz-max-content;
  width: max-content;
  max-width: 288px;
  overflow-y: auto;
  max-height: 365px;
}
@media (min-width: 640px) {

  .dropdown-list {
    max-width: 384px;
  }
}
.dropdown-list-top-start {
  bottom: 100%;
  left: 0;
}
.dropdown-list-top {
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.dropdown-list-top-end {
  bottom: 100%;
  right: 0;
}
.dropdown-list-bottom-start {
  top: 100%;
  left: 0;
}
.dropdown-list-bottom {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.dropdown-list-bottom-end {
  top: 100%;
  right: 0;
}
.dropdown-list-right-start {
  left: 100%;
  top: 0;
}
.dropdown-list-right {
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.dropdown-list-right-end {
  left: 100%;
  bottom: 0;
}
.dropdown-list-left-start {
  right: 100%;
  top: 0;
}
.dropdown-list-left {
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.dropdown-list-left-end {
  right: 100%;
  bottom: 0;
}
.dropdown-list-hidden {
  height: 0;
  width: 0;
  overflow: hidden;
}
.dropdown-list-item {
  cursor: pointer;
  padding: 6px 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-left: 2px solid transparent;
}
.dropdown-list-item:hover:not(:disabled):not(.dropdown-list-item-disabled) {
  border-color: rgb(205, 141, 239);
}
.dropdown-list-item:hover:not(:disabled):not(.dropdown-list-item-disabled) .input-checkbox {
  border-color: rgb(205, 141, 239);
}
.dropdown-list-item:hover:not(:disabled):not(.dropdown-list-item-disabled) .input-checkbox:checked {
  background-color: rgb(64, 64, 64);
}
.dropdown-list-item:focus {
  outline: none;
  color: rgb(205, 141, 239);
}
.dropdown-list-item:active {
  color: rgb(205, 141, 239);
}
.dropdown-list-item-typography {
  color: rgb(255, 255, 255);
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0em;
}
.dropdown-list-item-selected {
  color: rgb(205, 141, 239);
}
.dropdown-list-item-highlighted .input-checkbox {
  border-color: rgb(205, 141, 239);
}
.dropdown-list-item-highlighted .input-checkbox:checked {
  background-color: rgb(64, 64, 64);
}
.dropdown-list-item-highlighted .dropdown-list-item {
  border-color: rgb(205, 141, 239);
}
.dropdown-list-item-icon {
  fill: currentColor;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  width: 16px;
  height: 16px;
}
.dropdown-list-item-icon-start-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 16px;
}
.dropdown-list-item-icon-end-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 16px;
}
.dropdown-list-item-label-end-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 16px;
}
.dropdown-list-item-label-end {
  font-family: Space Grotesk;
  text-transform: capitalize;
  font-size: 9px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: 0.025em;
}
.dropdown-list-item-disabled {
  color: rgb(156, 163, 175);
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.dropdown-list-item-disabled:active {
  color: rgb(156, 163, 175);
}
.divider-xs {
  margin: 4px 0;
  border-top: 1px solid rgb(55, 65, 81);
  width: 100%;
}
.divider-sm {
  margin: 8px 0;
  border-top: 1px solid rgb(55, 65, 81);
  width: 100%;
}
.divider-md {
  margin: 16px 0;
  border-top: 1px solid rgb(55, 65, 81);
  width: 100%;
}
.divider-lg {
  margin: 24px 0;
  border-top: 1px solid rgb(55, 65, 81);
  width: 100%;
}
.divider-xl {
  margin: 48px 0;
  border-top: 1px solid rgb(55, 65, 81);
  width: 100%;
}
.info-box-root {
  padding: 12px;
  border-radius: 2px;
  background-image: linear-gradient(0deg, #101010 0%, #1d1d1d 100%);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  box-shadow: 0px 25px 50px -12px #0003;
  overflow: hidden;
}
.info-box-info {
  border-color: rgb(96, 165, 250);
}
.info-box-success {
  border-color: rgb(74, 222, 128);
}
.info-box-warning {
  border-color: rgb(251, 146, 60);
}
.info-box-error {
  border-color: rgb(248, 113, 113);
}
.info-box-closable {
  display: flex;
  justify-content: space-between;
}
.info-box-content {
  padding-left: 16px;
  border-left-width: 2px;
  border-left-style: solid;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.info-box-content > * + * {
  margin-top: 16px;
}
.info-box-close {
  flex-shrink: 0;
}
.panel-unset {
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0px 25px 50px -12px #0003;
  background-image: linear-gradient(0deg, #101010 0%, #1d1d1d 100%);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.panel-2xs {
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0px 25px 50px -12px #0003;
  background-image: linear-gradient(0deg, #101010 0%, #1d1d1d 100%);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  padding: 4px;
}
.panel-gap-2xs > * + * {
  margin-top: 4px;
}
.panel-xs {
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0px 25px 50px -12px #0003;
  background-image: linear-gradient(0deg, #101010 0%, #1d1d1d 100%);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  padding: 8px;
}
.panel-gap-xs > * + * {
  margin-top: 8px;
}
.panel-sm {
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0px 25px 50px -12px #0003;
  background-image: linear-gradient(0deg, #101010 0%, #1d1d1d 100%);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  padding: 12px;
}
.panel-gap-sm > * + * {
  margin-top: 12px;
}
.panel-md {
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0px 25px 50px -12px #0003;
  background-image: linear-gradient(0deg, #101010 0%, #1d1d1d 100%);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  padding: 16px;
}
.panel-gap-md > * + * {
  margin-top: 16px;
}
.panel-lg {
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0px 25px 50px -12px #0003;
  background-image: linear-gradient(0deg, #101010 0%, #1d1d1d 100%);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  padding: 24px;
}
.panel-gap-lg > * + * {
  margin-top: 24px;
}
.panel-xl {
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0px 25px 50px -12px #0003;
  background-image: linear-gradient(0deg, #101010 0%, #1d1d1d 100%);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  padding: 32px;
}
.panel-gap-xl > * + * {
  margin-top: 32px;
}
.tabs-tab-underline > * + * {
  margin-left: 12px;
}
.tabs-tab-underline {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 0px 32px;
  color: rgba(205, 141, 239, 0.6);
  border-bottom: 2px solid rgba(205, 141, 239, 0.6);
  background-color: rgba(205, 141, 239, 0);
}
.tabs-tab-underline--active {
  color: rgb(255, 255, 255);
  border-bottom: 2px solid rgb(205, 141, 239);
  background-color: rgba(205, 141, 239, 0);
}
.tabs-tab-underline--compact > * + * {
  margin-left: 8px;
}
.tabs-tab-underline--compact {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 12px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 0px 24px;
}
.tabs-underline--default {
  min-height: 44px;
}
.tabs-underline--compact {
  min-height: 32px;
}
.tabs-solid > *:first-child > *:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.tabs-solid > *:last-child > *:first-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.tabs-solid--default {
  min-height: 44px;
}
.tabs-solid--compact {
  min-height: 32px;
}
.tabs-tab-solid > * + * {
  margin-left: 12px;
}
.tabs-tab-solid {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0em;
  color: rgb(205, 141, 239);
  border: 1px solid rgb(205, 141, 239);
  background-color: rgba(205, 141, 239, 0.05);
  padding: 0px 32px;
}
.tabs-tab-solid--active {
  color: rgb(64, 64, 64);
  border: 1px solid rgb(205, 141, 239);
  background-color: rgb(205, 141, 239);
}
.tabs-tab-solid--compact > * + * {
  margin-left: 8px;
}
.tabs-tab-solid--compact {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 12px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0em;
  padding: 0px 24px;
}
.tabs-tab-vertical > * + * {
  margin-left: 12px;
}
.tabs-tab-vertical {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0em;
  color: rgba(205, 141, 239, 0.6);
}
.tabs-tab-vertical--active {
  color: rgb(255, 255, 255);
}
.typography-paragraph-strong-10xl {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 122px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0em;
  display: block;
}
.typography-paragraph-strong-9xl {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 128px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0em;
  display: block;
}
.typography-paragraph-strong-8xl {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 96px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0em;
  display: block;
}
.typography-paragraph-strong-7xl {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 72px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0em;
  display: block;
}
.typography-paragraph-strong-6xl {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 60px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0em;
  display: block;
}
.typography-paragraph-strong-5xl {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 48px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0em;
  display: block;
}
.typography-paragraph-strong-4xl {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 36px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0em;
  display: block;
}
.typography-paragraph-strong-3xl {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 30px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0em;
  display: block;
}
.typography-paragraph-strong-2xl {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 24px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0em;
  display: block;
}
.typography-paragraph-strong-xl {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 20px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0em;
  display: block;
}
.typography-paragraph-strong-lg {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 18px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0em;
  display: block;
}
.typography-paragraph-strong-base {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0em;
  display: block;
}
.typography-paragraph-strong-sm {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 14px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0em;
  display: block;
}
.typography-paragraph-strong-xs {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 12px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0em;
  display: block;
}
.typography-paragraph-strong-2xs {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 9px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0em;
  display: block;
}
.typography-paragraph-regular-10xl {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 122px;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0em;
  display: block;
}
.typography-paragraph-regular-9xl {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 128px;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0em;
  display: block;
}
.typography-paragraph-regular-8xl {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 96px;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0em;
  display: block;
}
.typography-paragraph-regular-7xl {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 72px;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0em;
  display: block;
}
.typography-paragraph-regular-6xl {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 60px;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0em;
  display: block;
}
.typography-paragraph-regular-5xl {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 48px;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0em;
  display: block;
}
.typography-paragraph-regular-4xl {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 36px;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0em;
  display: block;
}
.typography-paragraph-regular-3xl {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 30px;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0em;
  display: block;
}
.typography-paragraph-regular-2xl {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 24px;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0em;
  display: block;
}
.typography-paragraph-regular-xl {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 20px;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0em;
  display: block;
}
.typography-paragraph-regular-lg {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0em;
  display: block;
}
.typography-paragraph-regular-base {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0em;
  display: block;
}
.typography-paragraph-regular-sm {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0em;
  display: block;
}
.typography-paragraph-regular-xs {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0em;
  display: block;
}
.typography-paragraph-regular-2xs {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 9px;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0em;
  display: block;
}
.typography-heading-strong-10xl {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 122px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: -0.025em;
  display: block;
}
.typography-heading-strong-9xl {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 128px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: -0.025em;
  display: block;
}
.typography-heading-strong-8xl {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 96px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: -0.025em;
  display: block;
}
.typography-heading-strong-7xl {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 72px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: -0.025em;
  display: block;
}
.typography-heading-strong-6xl {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 60px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: -0.025em;
  display: block;
}
.typography-heading-strong-5xl {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 48px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: -0.025em;
  display: block;
}
.typography-heading-strong-4xl {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 36px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: -0.025em;
  display: block;
}
.typography-heading-strong-3xl {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 30px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: -0.025em;
  display: block;
}
.typography-heading-strong-2xl {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 24px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: -0.025em;
  display: block;
}
.typography-heading-strong-xl {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 20px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: -0.025em;
  display: block;
}
.typography-heading-strong-lg {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 18px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: -0.025em;
  display: block;
}
.typography-heading-strong-base {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 16px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: -0.025em;
  display: block;
}
.typography-heading-strong-sm {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 14px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: -0.025em;
  display: block;
}
.typography-heading-strong-xs {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 12px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: -0.025em;
  display: block;
}
.typography-heading-strong-2xs {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 9px;
  line-height: 100%;
  font-weight: 700;
  letter-spacing: -0.025em;
  display: block;
}
.typography-heading-regular-10xl {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 122px;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: -0.025em;
  display: block;
}
.typography-heading-regular-9xl {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 128px;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: -0.025em;
  display: block;
}
.typography-heading-regular-8xl {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 96px;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: -0.025em;
  display: block;
}
.typography-heading-regular-7xl {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 72px;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: -0.025em;
  display: block;
}
.typography-heading-regular-6xl {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 60px;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: -0.025em;
  display: block;
}
.typography-heading-regular-5xl {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 48px;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: -0.025em;
  display: block;
}
.typography-heading-regular-4xl {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 36px;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: -0.025em;
  display: block;
}
.typography-heading-regular-3xl {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 30px;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: -0.025em;
  display: block;
}
.typography-heading-regular-2xl {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 24px;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: -0.025em;
  display: block;
}
.typography-heading-regular-xl {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 20px;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: -0.025em;
  display: block;
}
.typography-heading-regular-lg {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 18px;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: -0.025em;
  display: block;
}
.typography-heading-regular-base {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: -0.025em;
  display: block;
}
.typography-heading-regular-sm {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: -0.025em;
  display: block;
}
.typography-heading-regular-xs {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 12px;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: -0.025em;
  display: block;
}
.typography-heading-regular-2xs {
  font-family: Space Grotesk;
  text-transform: none;
  font-size: 9px;
  line-height: 100%;
  font-weight: 400;
  letter-spacing: -0.025em;
  display: block;
}
.typography-default {
  color: rgb(255, 255, 255);
}
.typography-muted {
  color: rgb(156, 163, 175);
}
.typography-subtle {
  color: rgb(229, 231, 235);
}
.typography-accent {
  color: rgb(205, 141, 239);
}
.typography-on-accent {
  color: rgb(64, 64, 64);
}
.typography-warning {
  color: rgb(251, 146, 60);
}
.typography-error {
  color: rgb(248, 113, 113);
}
.typography-success {
  color: rgb(74, 222, 128);
}
.typography-info {
  color: rgb(96, 165, 250);
}
.progress-bar-root {
  border-radius: 100px;
  position: relative;
  height: 8px;
  width: 100%;
  background-color: rgba(205, 141, 239, 0.25);
  border: 1px solid rgb(64, 64, 64);
}
.progress-bar-line {
  border-radius: 100px;
  position: absolute;
  height: 8px;
  background-color: rgb(205, 141, 239);
}
.loader-xs {
  width: 12px;
  height: 12px;
  max-width: 100%;
  max-height: 100%;
  fill: currentColor;
  color: rgb(205, 141, 239);
}
.loader-sm {
  width: 16px;
  height: 16px;
  max-width: 100%;
  max-height: 100%;
  fill: currentColor;
  color: rgb(205, 141, 239);
}
.loader-md {
  width: 24px;
  height: 24px;
  max-width: 100%;
  max-height: 100%;
  fill: currentColor;
  color: rgb(205, 141, 239);
}
.loader-lg {
  width: 32px;
  height: 32px;
  max-width: 100%;
  max-height: 100%;
  fill: currentColor;
  color: rgb(205, 141, 239);
}
.loader-xl {
  width: 48px;
  height: 48px;
  max-width: 100%;
  max-height: 100%;
  fill: currentColor;
  color: rgb(205, 141, 239);
}
.loader-2xl {
  width: 64px;
  height: 64px;
  max-width: 100%;
  max-height: 100%;
  fill: currentColor;
  color: rgb(205, 141, 239);
}
.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;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.-inset-input-gap-lg {
  inset: -16px;
}
.-inset-input-gap-md {
  inset: -16px;
}
.-inset-input-gap-sm {
  inset: -8px;
}
.-inset-input-padding-lg {
  inset: -24px;
}
.-inset-input-padding-md {
  inset: -24px;
}
.-inset-input-padding-sm {
  inset: -16px;
}
.-inset-input-padding-xs {
  inset: -8px;
}
.-inset-panel-gap-2xs {
  inset: -4px;
}
.-inset-panel-gap-lg {
  inset: -24px;
}
.-inset-panel-gap-md {
  inset: -16px;
}
.-inset-panel-gap-sm {
  inset: -12px;
}
.-inset-panel-gap-xl {
  inset: -32px;
}
.-inset-panel-gap-xs {
  inset: -8px;
}
.-inset-panel-padding-2xs {
  inset: -4px;
}
.-inset-panel-padding-lg {
  inset: -24px;
}
.-inset-panel-padding-md {
  inset: -16px;
}
.-inset-panel-padding-sm {
  inset: -12px;
}
.-inset-panel-padding-xl {
  inset: -32px;
}
.-inset-panel-padding-xs {
  inset: -8px;
}
.inset-0 {
  inset: 0px;
}
.inset-4 {
  inset: 16px;
}
.inset-input-gap-lg {
  inset: 16px;
}
.inset-input-gap-md {
  inset: 16px;
}
.inset-input-gap-sm {
  inset: 8px;
}
.inset-input-padding-lg {
  inset: 24px;
}
.inset-input-padding-md {
  inset: 24px;
}
.inset-input-padding-sm {
  inset: 16px;
}
.inset-input-padding-xs {
  inset: 8px;
}
.inset-panel-gap-2xs {
  inset: 4px;
}
.inset-panel-gap-lg {
  inset: 24px;
}
.inset-panel-gap-md {
  inset: 16px;
}
.inset-panel-gap-sm {
  inset: 12px;
}
.inset-panel-gap-xl {
  inset: 32px;
}
.inset-panel-gap-xs {
  inset: 8px;
}
.inset-panel-padding-2xs {
  inset: 4px;
}
.inset-panel-padding-lg {
  inset: 24px;
}
.inset-panel-padding-md {
  inset: 16px;
}
.inset-panel-padding-sm {
  inset: 12px;
}
.inset-panel-padding-xl {
  inset: 32px;
}
.inset-panel-padding-xs {
  inset: 8px;
}
.-inset-x-input-gap-lg {
  left: -16px;
  right: -16px;
}
.-inset-x-input-gap-md {
  left: -16px;
  right: -16px;
}
.-inset-x-input-gap-sm {
  left: -8px;
  right: -8px;
}
.-inset-x-input-padding-lg {
  left: -24px;
  right: -24px;
}
.-inset-x-input-padding-md {
  left: -24px;
  right: -24px;
}
.-inset-x-input-padding-sm {
  left: -16px;
  right: -16px;
}
.-inset-x-input-padding-xs {
  left: -8px;
  right: -8px;
}
.-inset-x-panel-gap-2xs {
  left: -4px;
  right: -4px;
}
.-inset-x-panel-gap-lg {
  left: -24px;
  right: -24px;
}
.-inset-x-panel-gap-md {
  left: -16px;
  right: -16px;
}
.-inset-x-panel-gap-sm {
  left: -12px;
  right: -12px;
}
.-inset-x-panel-gap-xl {
  left: -32px;
  right: -32px;
}
.-inset-x-panel-gap-xs {
  left: -8px;
  right: -8px;
}
.-inset-x-panel-padding-2xs {
  left: -4px;
  right: -4px;
}
.-inset-x-panel-padding-lg {
  left: -24px;
  right: -24px;
}
.-inset-x-panel-padding-md {
  left: -16px;
  right: -16px;
}
.-inset-x-panel-padding-sm {
  left: -12px;
  right: -12px;
}
.-inset-x-panel-padding-xl {
  left: -32px;
  right: -32px;
}
.-inset-x-panel-padding-xs {
  left: -8px;
  right: -8px;
}
.-inset-y-input-gap-lg {
  top: -16px;
  bottom: -16px;
}
.-inset-y-input-gap-md {
  top: -16px;
  bottom: -16px;
}
.-inset-y-input-gap-sm {
  top: -8px;
  bottom: -8px;
}
.-inset-y-input-padding-lg {
  top: -24px;
  bottom: -24px;
}
.-inset-y-input-padding-md {
  top: -24px;
  bottom: -24px;
}
.-inset-y-input-padding-sm {
  top: -16px;
  bottom: -16px;
}
.-inset-y-input-padding-xs {
  top: -8px;
  bottom: -8px;
}
.-inset-y-panel-gap-2xs {
  top: -4px;
  bottom: -4px;
}
.-inset-y-panel-gap-lg {
  top: -24px;
  bottom: -24px;
}
.-inset-y-panel-gap-md {
  top: -16px;
  bottom: -16px;
}
.-inset-y-panel-gap-sm {
  top: -12px;
  bottom: -12px;
}
.-inset-y-panel-gap-xl {
  top: -32px;
  bottom: -32px;
}
.-inset-y-panel-gap-xs {
  top: -8px;
  bottom: -8px;
}
.-inset-y-panel-padding-2xs {
  top: -4px;
  bottom: -4px;
}
.-inset-y-panel-padding-lg {
  top: -24px;
  bottom: -24px;
}
.-inset-y-panel-padding-md {
  top: -16px;
  bottom: -16px;
}
.-inset-y-panel-padding-sm {
  top: -12px;
  bottom: -12px;
}
.-inset-y-panel-padding-xl {
  top: -32px;
  bottom: -32px;
}
.-inset-y-panel-padding-xs {
  top: -8px;
  bottom: -8px;
}
.inset-x-input-gap-lg {
  left: 16px;
  right: 16px;
}
.inset-x-input-gap-md {
  left: 16px;
  right: 16px;
}
.inset-x-input-gap-sm {
  left: 8px;
  right: 8px;
}
.inset-x-input-padding-lg {
  left: 24px;
  right: 24px;
}
.inset-x-input-padding-md {
  left: 24px;
  right: 24px;
}
.inset-x-input-padding-sm {
  left: 16px;
  right: 16px;
}
.inset-x-input-padding-xs {
  left: 8px;
  right: 8px;
}
.inset-x-panel-gap-2xs {
  left: 4px;
  right: 4px;
}
.inset-x-panel-gap-lg {
  left: 24px;
  right: 24px;
}
.inset-x-panel-gap-md {
  left: 16px;
  right: 16px;
}
.inset-x-panel-gap-sm {
  left: 12px;
  right: 12px;
}
.inset-x-panel-gap-xl {
  left: 32px;
  right: 32px;
}
.inset-x-panel-gap-xs {
  left: 8px;
  right: 8px;
}
.inset-x-panel-padding-2xs {
  left: 4px;
  right: 4px;
}
.inset-x-panel-padding-lg {
  left: 24px;
  right: 24px;
}
.inset-x-panel-padding-md {
  left: 16px;
  right: 16px;
}
.inset-x-panel-padding-sm {
  left: 12px;
  right: 12px;
}
.inset-x-panel-padding-xl {
  left: 32px;
  right: 32px;
}
.inset-x-panel-padding-xs {
  left: 8px;
  right: 8px;
}
.inset-y-input-gap-lg {
  top: 16px;
  bottom: 16px;
}
.inset-y-input-gap-md {
  top: 16px;
  bottom: 16px;
}
.inset-y-input-gap-sm {
  top: 8px;
  bottom: 8px;
}
.inset-y-input-padding-lg {
  top: 24px;
  bottom: 24px;
}
.inset-y-input-padding-md {
  top: 24px;
  bottom: 24px;
}
.inset-y-input-padding-sm {
  top: 16px;
  bottom: 16px;
}
.inset-y-input-padding-xs {
  top: 8px;
  bottom: 8px;
}
.inset-y-panel-gap-2xs {
  top: 4px;
  bottom: 4px;
}
.inset-y-panel-gap-lg {
  top: 24px;
  bottom: 24px;
}
.inset-y-panel-gap-md {
  top: 16px;
  bottom: 16px;
}
.inset-y-panel-gap-sm {
  top: 12px;
  bottom: 12px;
}
.inset-y-panel-gap-xl {
  top: 32px;
  bottom: 32px;
}
.inset-y-panel-gap-xs {
  top: 8px;
  bottom: 8px;
}
.inset-y-panel-padding-2xs {
  top: 4px;
  bottom: 4px;
}
.inset-y-panel-padding-lg {
  top: 24px;
  bottom: 24px;
}
.inset-y-panel-padding-md {
  top: 16px;
  bottom: 16px;
}
.inset-y-panel-padding-sm {
  top: 12px;
  bottom: 12px;
}
.inset-y-panel-padding-xl {
  top: 32px;
  bottom: 32px;
}
.inset-y-panel-padding-xs {
  top: 8px;
  bottom: 8px;
}
.-bottom-input-gap-lg {
  bottom: -16px;
}
.-bottom-input-gap-md {
  bottom: -16px;
}
.-bottom-input-gap-sm {
  bottom: -8px;
}
.-bottom-input-padding-lg {
  bottom: -24px;
}
.-bottom-input-padding-md {
  bottom: -24px;
}
.-bottom-input-padding-sm {
  bottom: -16px;
}
.-bottom-input-padding-xs {
  bottom: -8px;
}
.-bottom-panel-gap-2xs {
  bottom: -4px;
}
.-bottom-panel-gap-lg {
  bottom: -24px;
}
.-bottom-panel-gap-md {
  bottom: -16px;
}
.-bottom-panel-gap-sm {
  bottom: -12px;
}
.-bottom-panel-gap-xl {
  bottom: -32px;
}
.-bottom-panel-gap-xs {
  bottom: -8px;
}
.-bottom-panel-padding-2xs {
  bottom: -4px;
}
.-bottom-panel-padding-lg {
  bottom: -24px;
}
.-bottom-panel-padding-md {
  bottom: -16px;
}
.-bottom-panel-padding-sm {
  bottom: -12px;
}
.-bottom-panel-padding-xl {
  bottom: -32px;
}
.-bottom-panel-padding-xs {
  bottom: -8px;
}
.-end-input-gap-lg {
  inset-inline-end: -16px;
}
.-end-input-gap-md {
  inset-inline-end: -16px;
}
.-end-input-gap-sm {
  inset-inline-end: -8px;
}
.-end-input-padding-lg {
  inset-inline-end: -24px;
}
.-end-input-padding-md {
  inset-inline-end: -24px;
}
.-end-input-padding-sm {
  inset-inline-end: -16px;
}
.-end-input-padding-xs {
  inset-inline-end: -8px;
}
.-end-panel-gap-2xs {
  inset-inline-end: -4px;
}
.-end-panel-gap-lg {
  inset-inline-end: -24px;
}
.-end-panel-gap-md {
  inset-inline-end: -16px;
}
.-end-panel-gap-sm {
  inset-inline-end: -12px;
}
.-end-panel-gap-xl {
  inset-inline-end: -32px;
}
.-end-panel-gap-xs {
  inset-inline-end: -8px;
}
.-end-panel-padding-2xs {
  inset-inline-end: -4px;
}
.-end-panel-padding-lg {
  inset-inline-end: -24px;
}
.-end-panel-padding-md {
  inset-inline-end: -16px;
}
.-end-panel-padding-sm {
  inset-inline-end: -12px;
}
.-end-panel-padding-xl {
  inset-inline-end: -32px;
}
.-end-panel-padding-xs {
  inset-inline-end: -8px;
}
.-left-3 {
  left: -12px;
}
.-left-input-gap-lg {
  left: -16px;
}
.-left-input-gap-md {
  left: -16px;
}
.-left-input-gap-sm {
  left: -8px;
}
.-left-input-padding-lg {
  left: -24px;
}
.-left-input-padding-md {
  left: -24px;
}
.-left-input-padding-sm {
  left: -16px;
}
.-left-input-padding-xs {
  left: -8px;
}
.-left-panel-gap-2xs {
  left: -4px;
}
.-left-panel-gap-lg {
  left: -24px;
}
.-left-panel-gap-md {
  left: -16px;
}
.-left-panel-gap-sm {
  left: -12px;
}
.-left-panel-gap-xl {
  left: -32px;
}
.-left-panel-gap-xs {
  left: -8px;
}
.-left-panel-padding-2xs {
  left: -4px;
}
.-left-panel-padding-lg {
  left: -24px;
}
.-left-panel-padding-md {
  left: -16px;
}
.-left-panel-padding-sm {
  left: -12px;
}
.-left-panel-padding-xl {
  left: -32px;
}
.-left-panel-padding-xs {
  left: -8px;
}
.-right-2 {
  right: -8px;
}
.-right-2\.5 {
  right: -0.625rem;
}
.-right-input-gap-lg {
  right: -16px;
}
.-right-input-gap-md {
  right: -16px;
}
.-right-input-gap-sm {
  right: -8px;
}
.-right-input-padding-lg {
  right: -24px;
}
.-right-input-padding-md {
  right: -24px;
}
.-right-input-padding-sm {
  right: -16px;
}
.-right-input-padding-xs {
  right: -8px;
}
.-right-panel-gap-2xs {
  right: -4px;
}
.-right-panel-gap-lg {
  right: -24px;
}
.-right-panel-gap-md {
  right: -16px;
}
.-right-panel-gap-sm {
  right: -12px;
}
.-right-panel-gap-xl {
  right: -32px;
}
.-right-panel-gap-xs {
  right: -8px;
}
.-right-panel-padding-2xs {
  right: -4px;
}
.-right-panel-padding-lg {
  right: -24px;
}
.-right-panel-padding-md {
  right: -16px;
}
.-right-panel-padding-sm {
  right: -12px;
}
.-right-panel-padding-xl {
  right: -32px;
}
.-right-panel-padding-xs {
  right: -8px;
}
.-start-input-gap-lg {
  inset-inline-start: -16px;
}
.-start-input-gap-md {
  inset-inline-start: -16px;
}
.-start-input-gap-sm {
  inset-inline-start: -8px;
}
.-start-input-padding-lg {
  inset-inline-start: -24px;
}
.-start-input-padding-md {
  inset-inline-start: -24px;
}
.-start-input-padding-sm {
  inset-inline-start: -16px;
}
.-start-input-padding-xs {
  inset-inline-start: -8px;
}
.-start-panel-gap-2xs {
  inset-inline-start: -4px;
}
.-start-panel-gap-lg {
  inset-inline-start: -24px;
}
.-start-panel-gap-md {
  inset-inline-start: -16px;
}
.-start-panel-gap-sm {
  inset-inline-start: -12px;
}
.-start-panel-gap-xl {
  inset-inline-start: -32px;
}
.-start-panel-gap-xs {
  inset-inline-start: -8px;
}
.-start-panel-padding-2xs {
  inset-inline-start: -4px;
}
.-start-panel-padding-lg {
  inset-inline-start: -24px;
}
.-start-panel-padding-md {
  inset-inline-start: -16px;
}
.-start-panel-padding-sm {
  inset-inline-start: -12px;
}
.-start-panel-padding-xl {
  inset-inline-start: -32px;
}
.-start-panel-padding-xs {
  inset-inline-start: -8px;
}
.-top-input-gap-lg {
  top: -16px;
}
.-top-input-gap-md {
  top: -16px;
}
.-top-input-gap-sm {
  top: -8px;
}
.-top-input-padding-lg {
  top: -24px;
}
.-top-input-padding-md {
  top: -24px;
}
.-top-input-padding-sm {
  top: -16px;
}
.-top-input-padding-xs {
  top: -8px;
}
.-top-panel-gap-2xs {
  top: -4px;
}
.-top-panel-gap-lg {
  top: -24px;
}
.-top-panel-gap-md {
  top: -16px;
}
.-top-panel-gap-sm {
  top: -12px;
}
.-top-panel-gap-xl {
  top: -32px;
}
.-top-panel-gap-xs {
  top: -8px;
}
.-top-panel-padding-2xs {
  top: -4px;
}
.-top-panel-padding-lg {
  top: -24px;
}
.-top-panel-padding-md {
  top: -16px;
}
.-top-panel-padding-sm {
  top: -12px;
}
.-top-panel-padding-xl {
  top: -32px;
}
.-top-panel-padding-xs {
  top: -8px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-3 {
  bottom: 12px;
}
.bottom-6 {
  bottom: 24px;
}
.bottom-8 {
  bottom: 32px;
}
.bottom-9 {
  bottom: 36px;
}
.bottom-\[calc\(100\%\+16px\)\] {
  bottom: calc(100% + 16px);
}
.bottom-full {
  bottom: 100%;
}
.bottom-input-gap-lg {
  bottom: 16px;
}
.bottom-input-gap-md {
  bottom: 16px;
}
.bottom-input-gap-sm {
  bottom: 8px;
}
.bottom-input-padding-lg {
  bottom: 24px;
}
.bottom-input-padding-md {
  bottom: 24px;
}
.bottom-input-padding-sm {
  bottom: 16px;
}
.bottom-input-padding-xs {
  bottom: 8px;
}
.bottom-panel-gap-2xs {
  bottom: 4px;
}
.bottom-panel-gap-lg {
  bottom: 24px;
}
.bottom-panel-gap-md {
  bottom: 16px;
}
.bottom-panel-gap-sm {
  bottom: 12px;
}
.bottom-panel-gap-xl {
  bottom: 32px;
}
.bottom-panel-gap-xs {
  bottom: 8px;
}
.bottom-panel-padding-2xs {
  bottom: 4px;
}
.bottom-panel-padding-lg {
  bottom: 24px;
}
.bottom-panel-padding-md {
  bottom: 16px;
}
.bottom-panel-padding-sm {
  bottom: 12px;
}
.bottom-panel-padding-xl {
  bottom: 32px;
}
.bottom-panel-padding-xs {
  bottom: 8px;
}
.end-input-gap-lg {
  inset-inline-end: 16px;
}
.end-input-gap-md {
  inset-inline-end: 16px;
}
.end-input-gap-sm {
  inset-inline-end: 8px;
}
.end-input-padding-lg {
  inset-inline-end: 24px;
}
.end-input-padding-md {
  inset-inline-end: 24px;
}
.end-input-padding-sm {
  inset-inline-end: 16px;
}
.end-input-padding-xs {
  inset-inline-end: 8px;
}
.end-panel-gap-2xs {
  inset-inline-end: 4px;
}
.end-panel-gap-lg {
  inset-inline-end: 24px;
}
.end-panel-gap-md {
  inset-inline-end: 16px;
}
.end-panel-gap-sm {
  inset-inline-end: 12px;
}
.end-panel-gap-xl {
  inset-inline-end: 32px;
}
.end-panel-gap-xs {
  inset-inline-end: 8px;
}
.end-panel-padding-2xs {
  inset-inline-end: 4px;
}
.end-panel-padding-lg {
  inset-inline-end: 24px;
}
.end-panel-padding-md {
  inset-inline-end: 16px;
}
.end-panel-padding-sm {
  inset-inline-end: 12px;
}
.end-panel-padding-xl {
  inset-inline-end: 32px;
}
.end-panel-padding-xs {
  inset-inline-end: 8px;
}
.left-0 {
  left: 0px;
}
.left-1 {
  left: 4px;
}
.left-1\/2 {
  left: 50%;
}
.left-auto {
  left: auto;
}
.left-input-gap-lg {
  left: 16px;
}
.left-input-gap-md {
  left: 16px;
}
.left-input-gap-sm {
  left: 8px;
}
.left-input-padding-lg {
  left: 24px;
}
.left-input-padding-md {
  left: 24px;
}
.left-input-padding-sm {
  left: 16px;
}
.left-input-padding-xs {
  left: 8px;
}
.left-panel-gap-2xs {
  left: 4px;
}
.left-panel-gap-lg {
  left: 24px;
}
.left-panel-gap-md {
  left: 16px;
}
.left-panel-gap-sm {
  left: 12px;
}
.left-panel-gap-xl {
  left: 32px;
}
.left-panel-gap-xs {
  left: 8px;
}
.left-panel-padding-2xs {
  left: 4px;
}
.left-panel-padding-lg {
  left: 24px;
}
.left-panel-padding-md {
  left: 16px;
}
.left-panel-padding-sm {
  left: 12px;
}
.left-panel-padding-xl {
  left: 32px;
}
.left-panel-padding-xs {
  left: 8px;
}
.right-0 {
  right: 0px;
}
.right-1\/2 {
  right: 50%;
}
.right-6 {
  right: 24px;
}
.right-\[-0\.5rem\] {
  right: -0.5rem;
}
.right-auto {
  right: auto;
}
.right-input-gap-lg {
  right: 16px;
}
.right-input-gap-md {
  right: 16px;
}
.right-input-gap-sm {
  right: 8px;
}
.right-input-padding-lg {
  right: 24px;
}
.right-input-padding-md {
  right: 24px;
}
.right-input-padding-sm {
  right: 16px;
}
.right-input-padding-xs {
  right: 8px;
}
.right-panel-gap-2xs {
  right: 4px;
}
.right-panel-gap-lg {
  right: 24px;
}
.right-panel-gap-md {
  right: 16px;
}
.right-panel-gap-sm {
  right: 12px;
}
.right-panel-gap-xl {
  right: 32px;
}
.right-panel-gap-xs {
  right: 8px;
}
.right-panel-padding-2xs {
  right: 4px;
}
.right-panel-padding-lg {
  right: 24px;
}
.right-panel-padding-md {
  right: 16px;
}
.right-panel-padding-sm {
  right: 12px;
}
.right-panel-padding-xl {
  right: 32px;
}
.right-panel-padding-xs {
  right: 8px;
}
.start-input-gap-lg {
  inset-inline-start: 16px;
}
.start-input-gap-md {
  inset-inline-start: 16px;
}
.start-input-gap-sm {
  inset-inline-start: 8px;
}
.start-input-padding-lg {
  inset-inline-start: 24px;
}
.start-input-padding-md {
  inset-inline-start: 24px;
}
.start-input-padding-sm {
  inset-inline-start: 16px;
}
.start-input-padding-xs {
  inset-inline-start: 8px;
}
.start-panel-gap-2xs {
  inset-inline-start: 4px;
}
.start-panel-gap-lg {
  inset-inline-start: 24px;
}
.start-panel-gap-md {
  inset-inline-start: 16px;
}
.start-panel-gap-sm {
  inset-inline-start: 12px;
}
.start-panel-gap-xl {
  inset-inline-start: 32px;
}
.start-panel-gap-xs {
  inset-inline-start: 8px;
}
.start-panel-padding-2xs {
  inset-inline-start: 4px;
}
.start-panel-padding-lg {
  inset-inline-start: 24px;
}
.start-panel-padding-md {
  inset-inline-start: 16px;
}
.start-panel-padding-sm {
  inset-inline-start: 12px;
}
.start-panel-padding-xl {
  inset-inline-start: 32px;
}
.start-panel-padding-xs {
  inset-inline-start: 8px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-6 {
  top: 24px;
}
.top-\[-0\.5rem\] {
  top: -0.5rem;
}
.top-\[60px\] {
  top: 60px;
}
.top-\[calc\(100\%-0\.7rem\)\] {
  top: calc(100% - 0.7rem);
}
.top-full {
  top: 100%;
}
.top-input-gap-lg {
  top: 16px;
}
.top-input-gap-md {
  top: 16px;
}
.top-input-gap-sm {
  top: 8px;
}
.top-input-padding-lg {
  top: 24px;
}
.top-input-padding-md {
  top: 24px;
}
.top-input-padding-sm {
  top: 16px;
}
.top-input-padding-xs {
  top: 8px;
}
.top-panel-gap-2xs {
  top: 4px;
}
.top-panel-gap-lg {
  top: 24px;
}
.top-panel-gap-md {
  top: 16px;
}
.top-panel-gap-sm {
  top: 12px;
}
.top-panel-gap-xl {
  top: 32px;
}
.top-panel-gap-xs {
  top: 8px;
}
.top-panel-padding-2xs {
  top: 4px;
}
.top-panel-padding-lg {
  top: 24px;
}
.top-panel-padding-md {
  top: 16px;
}
.top-panel-padding-sm {
  top: 12px;
}
.top-panel-padding-xl {
  top: 32px;
}
.top-panel-padding-xs {
  top: 8px;
}
.isolate {
  isolation: isolate;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.z-\[-100\] {
  z-index: -100;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[51\] {
  z-index: 51;
}
.z-\[9999\] {
  z-index: 9999;
}
.order-2 {
  order: 2;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-start-2 {
  grid-column-start: 2;
}
.float-right {
  float: right;
}
.-m-input-gap-lg {
  margin: -16px;
}
.-m-input-gap-md {
  margin: -16px;
}
.-m-input-gap-sm {
  margin: -8px;
}
.-m-input-padding-lg {
  margin: -24px;
}
.-m-input-padding-md {
  margin: -24px;
}
.-m-input-padding-sm {
  margin: -16px;
}
.-m-input-padding-xs {
  margin: -8px;
}
.-m-panel-gap-2xs {
  margin: -4px;
}
.-m-panel-gap-lg {
  margin: -24px;
}
.-m-panel-gap-md {
  margin: -16px;
}
.-m-panel-gap-sm {
  margin: -12px;
}
.-m-panel-gap-xl {
  margin: -32px;
}
.-m-panel-gap-xs {
  margin: -8px;
}
.-m-panel-padding-2xs {
  margin: -4px;
}
.-m-panel-padding-lg {
  margin: -24px;
}
.-m-panel-padding-md {
  margin: -16px;
}
.-m-panel-padding-sm {
  margin: -12px;
}
.-m-panel-padding-xl {
  margin: -32px;
}
.-m-panel-padding-xs {
  margin: -8px;
}
.m-auto {
  margin: auto;
}
.m-input-gap-lg {
  margin: 16px;
}
.m-input-gap-md {
  margin: 16px;
}
.m-input-gap-sm {
  margin: 8px;
}
.m-input-padding-lg {
  margin: 24px;
}
.m-input-padding-md {
  margin: 24px;
}
.m-input-padding-sm {
  margin: 16px;
}
.m-input-padding-xs {
  margin: 8px;
}
.m-panel-gap-2xs {
  margin: 4px;
}
.m-panel-gap-lg {
  margin: 24px;
}
.m-panel-gap-md {
  margin: 16px;
}
.m-panel-gap-sm {
  margin: 12px;
}
.m-panel-gap-xl {
  margin: 32px;
}
.m-panel-gap-xs {
  margin: 8px;
}
.m-panel-padding-2xs {
  margin: 4px;
}
.m-panel-padding-lg {
  margin: 24px;
}
.m-panel-padding-md {
  margin: 16px;
}
.m-panel-padding-sm {
  margin: 12px;
}
.m-panel-padding-xl {
  margin: 32px;
}
.m-panel-padding-xs {
  margin: 8px;
}
.-mx-4 {
  margin-left: -16px;
  margin-right: -16px;
}
.-mx-6 {
  margin-left: -24px;
  margin-right: -24px;
}
.-mx-input-gap-lg {
  margin-left: -16px;
  margin-right: -16px;
}
.-mx-input-gap-md {
  margin-left: -16px;
  margin-right: -16px;
}
.-mx-input-gap-sm {
  margin-left: -8px;
  margin-right: -8px;
}
.-mx-input-padding-lg {
  margin-left: -24px;
  margin-right: -24px;
}
.-mx-input-padding-md {
  margin-left: -24px;
  margin-right: -24px;
}
.-mx-input-padding-sm {
  margin-left: -16px;
  margin-right: -16px;
}
.-mx-input-padding-xs {
  margin-left: -8px;
  margin-right: -8px;
}
.-mx-panel-gap-2xs {
  margin-left: -4px;
  margin-right: -4px;
}
.-mx-panel-gap-lg {
  margin-left: -24px;
  margin-right: -24px;
}
.-mx-panel-gap-md {
  margin-left: -16px;
  margin-right: -16px;
}
.-mx-panel-gap-sm {
  margin-left: -12px;
  margin-right: -12px;
}
.-mx-panel-gap-xl {
  margin-left: -32px;
  margin-right: -32px;
}
.-mx-panel-gap-xs {
  margin-left: -8px;
  margin-right: -8px;
}
.-mx-panel-padding-2xs {
  margin-left: -4px;
  margin-right: -4px;
}
.-mx-panel-padding-lg {
  margin-left: -24px;
  margin-right: -24px;
}
.-mx-panel-padding-md {
  margin-left: -16px;
  margin-right: -16px;
}
.-mx-panel-padding-sm {
  margin-left: -12px;
  margin-right: -12px;
}
.-mx-panel-padding-xl {
  margin-left: -32px;
  margin-right: -32px;
}
.-mx-panel-padding-xs {
  margin-left: -8px;
  margin-right: -8px;
}
.-my-input-gap-lg {
  margin-top: -16px;
  margin-bottom: -16px;
}
.-my-input-gap-md {
  margin-top: -16px;
  margin-bottom: -16px;
}
.-my-input-gap-sm {
  margin-top: -8px;
  margin-bottom: -8px;
}
.-my-input-padding-lg {
  margin-top: -24px;
  margin-bottom: -24px;
}
.-my-input-padding-md {
  margin-top: -24px;
  margin-bottom: -24px;
}
.-my-input-padding-sm {
  margin-top: -16px;
  margin-bottom: -16px;
}
.-my-input-padding-xs {
  margin-top: -8px;
  margin-bottom: -8px;
}
.-my-panel-gap-2xs {
  margin-top: -4px;
  margin-bottom: -4px;
}
.-my-panel-gap-lg {
  margin-top: -24px;
  margin-bottom: -24px;
}
.-my-panel-gap-md {
  margin-top: -16px;
  margin-bottom: -16px;
}
.-my-panel-gap-sm {
  margin-top: -12px;
  margin-bottom: -12px;
}
.-my-panel-gap-xl {
  margin-top: -32px;
  margin-bottom: -32px;
}
.-my-panel-gap-xs {
  margin-top: -8px;
  margin-bottom: -8px;
}
.-my-panel-padding-2xs {
  margin-top: -4px;
  margin-bottom: -4px;
}
.-my-panel-padding-lg {
  margin-top: -24px;
  margin-bottom: -24px;
}
.-my-panel-padding-md {
  margin-top: -16px;
  margin-bottom: -16px;
}
.-my-panel-padding-sm {
  margin-top: -12px;
  margin-bottom: -12px;
}
.-my-panel-padding-xl {
  margin-top: -32px;
  margin-bottom: -32px;
}
.-my-panel-padding-xs {
  margin-top: -8px;
  margin-bottom: -8px;
}
.mx-4 {
  margin-left: 16px;
  margin-right: 16px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-input-gap-lg {
  margin-left: 16px;
  margin-right: 16px;
}
.mx-input-gap-md {
  margin-left: 16px;
  margin-right: 16px;
}
.mx-input-gap-sm {
  margin-left: 8px;
  margin-right: 8px;
}
.mx-input-padding-lg {
  margin-left: 24px;
  margin-right: 24px;
}
.mx-input-padding-md {
  margin-left: 24px;
  margin-right: 24px;
}
.mx-input-padding-sm {
  margin-left: 16px;
  margin-right: 16px;
}
.mx-input-padding-xs {
  margin-left: 8px;
  margin-right: 8px;
}
.mx-panel-gap-2xs {
  margin-left: 4px;
  margin-right: 4px;
}
.mx-panel-gap-lg {
  margin-left: 24px;
  margin-right: 24px;
}
.mx-panel-gap-md {
  margin-left: 16px;
  margin-right: 16px;
}
.mx-panel-gap-sm {
  margin-left: 12px;
  margin-right: 12px;
}
.mx-panel-gap-xl {
  margin-left: 32px;
  margin-right: 32px;
}
.mx-panel-gap-xs {
  margin-left: 8px;
  margin-right: 8px;
}
.mx-panel-padding-2xs {
  margin-left: 4px;
  margin-right: 4px;
}
.mx-panel-padding-lg {
  margin-left: 24px;
  margin-right: 24px;
}
.mx-panel-padding-md {
  margin-left: 16px;
  margin-right: 16px;
}
.mx-panel-padding-sm {
  margin-left: 12px;
  margin-right: 12px;
}
.mx-panel-padding-xl {
  margin-left: 32px;
  margin-right: 32px;
}
.mx-panel-padding-xs {
  margin-left: 8px;
  margin-right: 8px;
}
.my-2 {
  margin-top: 8px;
  margin-bottom: 8px;
}
.my-3 {
  margin-top: 12px;
  margin-bottom: 12px;
}
.my-4 {
  margin-top: 16px;
  margin-bottom: 16px;
}
.my-5 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-6 {
  margin-top: 24px;
  margin-bottom: 24px;
}
.my-8 {
  margin-top: 32px;
  margin-bottom: 32px;
}
.my-input-gap-lg {
  margin-top: 16px;
  margin-bottom: 16px;
}
.my-input-gap-md {
  margin-top: 16px;
  margin-bottom: 16px;
}
.my-input-gap-sm {
  margin-top: 8px;
  margin-bottom: 8px;
}
.my-input-padding-lg {
  margin-top: 24px;
  margin-bottom: 24px;
}
.my-input-padding-md {
  margin-top: 24px;
  margin-bottom: 24px;
}
.my-input-padding-sm {
  margin-top: 16px;
  margin-bottom: 16px;
}
.my-input-padding-xs {
  margin-top: 8px;
  margin-bottom: 8px;
}
.my-panel-gap-2xs {
  margin-top: 4px;
  margin-bottom: 4px;
}
.my-panel-gap-lg {
  margin-top: 24px;
  margin-bottom: 24px;
}
.my-panel-gap-md {
  margin-top: 16px;
  margin-bottom: 16px;
}
.my-panel-gap-sm {
  margin-top: 12px;
  margin-bottom: 12px;
}
.my-panel-gap-xl {
  margin-top: 32px;
  margin-bottom: 32px;
}
.my-panel-gap-xs {
  margin-top: 8px;
  margin-bottom: 8px;
}
.my-panel-padding-2xs {
  margin-top: 4px;
  margin-bottom: 4px;
}
.my-panel-padding-lg {
  margin-top: 24px;
  margin-bottom: 24px;
}
.my-panel-padding-md {
  margin-top: 16px;
  margin-bottom: 16px;
}
.my-panel-padding-sm {
  margin-top: 12px;
  margin-bottom: 12px;
}
.my-panel-padding-xl {
  margin-top: 32px;
  margin-bottom: 32px;
}
.my-panel-padding-xs {
  margin-top: 8px;
  margin-bottom: 8px;
}
.my-px {
  margin-top: 1px;
  margin-bottom: 1px;
}
.-mb-input-gap-lg {
  margin-bottom: -16px;
}
.-mb-input-gap-md {
  margin-bottom: -16px;
}
.-mb-input-gap-sm {
  margin-bottom: -8px;
}
.-mb-input-padding-lg {
  margin-bottom: -24px;
}
.-mb-input-padding-md {
  margin-bottom: -24px;
}
.-mb-input-padding-sm {
  margin-bottom: -16px;
}
.-mb-input-padding-xs {
  margin-bottom: -8px;
}
.-mb-panel-gap-2xs {
  margin-bottom: -4px;
}
.-mb-panel-gap-lg {
  margin-bottom: -24px;
}
.-mb-panel-gap-md {
  margin-bottom: -16px;
}
.-mb-panel-gap-sm {
  margin-bottom: -12px;
}
.-mb-panel-gap-xl {
  margin-bottom: -32px;
}
.-mb-panel-gap-xs {
  margin-bottom: -8px;
}
.-mb-panel-padding-2xs {
  margin-bottom: -4px;
}
.-mb-panel-padding-lg {
  margin-bottom: -24px;
}
.-mb-panel-padding-md {
  margin-bottom: -16px;
}
.-mb-panel-padding-sm {
  margin-bottom: -12px;
}
.-mb-panel-padding-xl {
  margin-bottom: -32px;
}
.-mb-panel-padding-xs {
  margin-bottom: -8px;
}
.-me-input-gap-lg {
  margin-inline-end: -16px;
}
.-me-input-gap-md {
  margin-inline-end: -16px;
}
.-me-input-gap-sm {
  margin-inline-end: -8px;
}
.-me-input-padding-lg {
  margin-inline-end: -24px;
}
.-me-input-padding-md {
  margin-inline-end: -24px;
}
.-me-input-padding-sm {
  margin-inline-end: -16px;
}
.-me-input-padding-xs {
  margin-inline-end: -8px;
}
.-me-panel-gap-2xs {
  margin-inline-end: -4px;
}
.-me-panel-gap-lg {
  margin-inline-end: -24px;
}
.-me-panel-gap-md {
  margin-inline-end: -16px;
}
.-me-panel-gap-sm {
  margin-inline-end: -12px;
}
.-me-panel-gap-xl {
  margin-inline-end: -32px;
}
.-me-panel-gap-xs {
  margin-inline-end: -8px;
}
.-me-panel-padding-2xs {
  margin-inline-end: -4px;
}
.-me-panel-padding-lg {
  margin-inline-end: -24px;
}
.-me-panel-padding-md {
  margin-inline-end: -16px;
}
.-me-panel-padding-sm {
  margin-inline-end: -12px;
}
.-me-panel-padding-xl {
  margin-inline-end: -32px;
}
.-me-panel-padding-xs {
  margin-inline-end: -8px;
}
.-ml-input-gap-lg {
  margin-left: -16px;
}
.-ml-input-gap-md {
  margin-left: -16px;
}
.-ml-input-gap-sm {
  margin-left: -8px;
}
.-ml-input-padding-lg {
  margin-left: -24px;
}
.-ml-input-padding-md {
  margin-left: -24px;
}
.-ml-input-padding-sm {
  margin-left: -16px;
}
.-ml-input-padding-xs {
  margin-left: -8px;
}
.-ml-panel-gap-2xs {
  margin-left: -4px;
}
.-ml-panel-gap-lg {
  margin-left: -24px;
}
.-ml-panel-gap-md {
  margin-left: -16px;
}
.-ml-panel-gap-sm {
  margin-left: -12px;
}
.-ml-panel-gap-xl {
  margin-left: -32px;
}
.-ml-panel-gap-xs {
  margin-left: -8px;
}
.-ml-panel-padding-2xs {
  margin-left: -4px;
}
.-ml-panel-padding-lg {
  margin-left: -24px;
}
.-ml-panel-padding-md {
  margin-left: -16px;
}
.-ml-panel-padding-sm {
  margin-left: -12px;
}
.-ml-panel-padding-xl {
  margin-left: -32px;
}
.-ml-panel-padding-xs {
  margin-left: -8px;
}
.-mr-input-gap-lg {
  margin-right: -16px;
}
.-mr-input-gap-md {
  margin-right: -16px;
}
.-mr-input-gap-sm {
  margin-right: -8px;
}
.-mr-input-padding-lg {
  margin-right: -24px;
}
.-mr-input-padding-md {
  margin-right: -24px;
}
.-mr-input-padding-sm {
  margin-right: -16px;
}
.-mr-input-padding-xs {
  margin-right: -8px;
}
.-mr-panel-gap-2xs {
  margin-right: -4px;
}
.-mr-panel-gap-lg {
  margin-right: -24px;
}
.-mr-panel-gap-md {
  margin-right: -16px;
}
.-mr-panel-gap-sm {
  margin-right: -12px;
}
.-mr-panel-gap-xl {
  margin-right: -32px;
}
.-mr-panel-gap-xs {
  margin-right: -8px;
}
.-mr-panel-padding-2xs {
  margin-right: -4px;
}
.-mr-panel-padding-lg {
  margin-right: -24px;
}
.-mr-panel-padding-md {
  margin-right: -16px;
}
.-mr-panel-padding-sm {
  margin-right: -12px;
}
.-mr-panel-padding-xl {
  margin-right: -32px;
}
.-mr-panel-padding-xs {
  margin-right: -8px;
}
.-ms-input-gap-lg {
  margin-inline-start: -16px;
}
.-ms-input-gap-md {
  margin-inline-start: -16px;
}
.-ms-input-gap-sm {
  margin-inline-start: -8px;
}
.-ms-input-padding-lg {
  margin-inline-start: -24px;
}
.-ms-input-padding-md {
  margin-inline-start: -24px;
}
.-ms-input-padding-sm {
  margin-inline-start: -16px;
}
.-ms-input-padding-xs {
  margin-inline-start: -8px;
}
.-ms-panel-gap-2xs {
  margin-inline-start: -4px;
}
.-ms-panel-gap-lg {
  margin-inline-start: -24px;
}
.-ms-panel-gap-md {
  margin-inline-start: -16px;
}
.-ms-panel-gap-sm {
  margin-inline-start: -12px;
}
.-ms-panel-gap-xl {
  margin-inline-start: -32px;
}
.-ms-panel-gap-xs {
  margin-inline-start: -8px;
}
.-ms-panel-padding-2xs {
  margin-inline-start: -4px;
}
.-ms-panel-padding-lg {
  margin-inline-start: -24px;
}
.-ms-panel-padding-md {
  margin-inline-start: -16px;
}
.-ms-panel-padding-sm {
  margin-inline-start: -12px;
}
.-ms-panel-padding-xl {
  margin-inline-start: -32px;
}
.-ms-panel-padding-xs {
  margin-inline-start: -8px;
}
.-mt-\[1\.5em\] {
  margin-top: -1.5em;
}
.-mt-input-gap-lg {
  margin-top: -16px;
}
.-mt-input-gap-md {
  margin-top: -16px;
}
.-mt-input-gap-sm {
  margin-top: -8px;
}
.-mt-input-padding-lg {
  margin-top: -24px;
}
.-mt-input-padding-md {
  margin-top: -24px;
}
.-mt-input-padding-sm {
  margin-top: -16px;
}
.-mt-input-padding-xs {
  margin-top: -8px;
}
.-mt-panel-gap-2xs {
  margin-top: -4px;
}
.-mt-panel-gap-lg {
  margin-top: -24px;
}
.-mt-panel-gap-md {
  margin-top: -16px;
}
.-mt-panel-gap-sm {
  margin-top: -12px;
}
.-mt-panel-gap-xl {
  margin-top: -32px;
}
.-mt-panel-gap-xs {
  margin-top: -8px;
}
.-mt-panel-padding-2xs {
  margin-top: -4px;
}
.-mt-panel-padding-lg {
  margin-top: -24px;
}
.-mt-panel-padding-md {
  margin-top: -16px;
}
.-mt-panel-padding-sm {
  margin-top: -12px;
}
.-mt-panel-padding-xl {
  margin-top: -32px;
}
.-mt-panel-padding-xs {
  margin-top: -8px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-12 {
  margin-bottom: 48px;
}
.mb-2 {
  margin-bottom: 8px;
}
.mb-24 {
  margin-bottom: 96px;
}
.mb-4 {
  margin-bottom: 16px;
}
.mb-5 {
  margin-bottom: 20px;
}
.mb-6 {
  margin-bottom: 24px;
}
.mb-8 {
  margin-bottom: 32px;
}
.mb-\[50px\] {
  margin-bottom: 50px;
}
.mb-input-gap-lg {
  margin-bottom: 16px;
}
.mb-input-gap-md {
  margin-bottom: 16px;
}
.mb-input-gap-sm {
  margin-bottom: 8px;
}
.mb-input-padding-lg {
  margin-bottom: 24px;
}
.mb-input-padding-md {
  margin-bottom: 24px;
}
.mb-input-padding-sm {
  margin-bottom: 16px;
}
.mb-input-padding-xs {
  margin-bottom: 8px;
}
.mb-panel-gap-2xs {
  margin-bottom: 4px;
}
.mb-panel-gap-lg {
  margin-bottom: 24px;
}
.mb-panel-gap-md {
  margin-bottom: 16px;
}
.mb-panel-gap-sm {
  margin-bottom: 12px;
}
.mb-panel-gap-xl {
  margin-bottom: 32px;
}
.mb-panel-gap-xs {
  margin-bottom: 8px;
}
.mb-panel-padding-2xs {
  margin-bottom: 4px;
}
.mb-panel-padding-lg {
  margin-bottom: 24px;
}
.mb-panel-padding-md {
  margin-bottom: 16px;
}
.mb-panel-padding-sm {
  margin-bottom: 12px;
}
.mb-panel-padding-xl {
  margin-bottom: 32px;
}
.mb-panel-padding-xs {
  margin-bottom: 8px;
}
.mb-px {
  margin-bottom: 1px;
}
.me-input-gap-lg {
  margin-inline-end: 16px;
}
.me-input-gap-md {
  margin-inline-end: 16px;
}
.me-input-gap-sm {
  margin-inline-end: 8px;
}
.me-input-padding-lg {
  margin-inline-end: 24px;
}
.me-input-padding-md {
  margin-inline-end: 24px;
}
.me-input-padding-sm {
  margin-inline-end: 16px;
}
.me-input-padding-xs {
  margin-inline-end: 8px;
}
.me-panel-gap-2xs {
  margin-inline-end: 4px;
}
.me-panel-gap-lg {
  margin-inline-end: 24px;
}
.me-panel-gap-md {
  margin-inline-end: 16px;
}
.me-panel-gap-sm {
  margin-inline-end: 12px;
}
.me-panel-gap-xl {
  margin-inline-end: 32px;
}
.me-panel-gap-xs {
  margin-inline-end: 8px;
}
.me-panel-padding-2xs {
  margin-inline-end: 4px;
}
.me-panel-padding-lg {
  margin-inline-end: 24px;
}
.me-panel-padding-md {
  margin-inline-end: 16px;
}
.me-panel-padding-sm {
  margin-inline-end: 12px;
}
.me-panel-padding-xl {
  margin-inline-end: 32px;
}
.me-panel-padding-xs {
  margin-inline-end: 8px;
}
.ml-0 {
  margin-left: 0px;
}
.ml-1 {
  margin-left: 4px;
}
.ml-2 {
  margin-left: 8px;
}
.ml-4 {
  margin-left: 16px;
}
.ml-8 {
  margin-left: 32px;
}
.ml-\[3px\] {
  margin-left: 3px;
}
.ml-auto {
  margin-left: auto;
}
.ml-input-gap-lg {
  margin-left: 16px;
}
.ml-input-gap-md {
  margin-left: 16px;
}
.ml-input-gap-sm {
  margin-left: 8px;
}
.ml-input-padding-lg {
  margin-left: 24px;
}
.ml-input-padding-md {
  margin-left: 24px;
}
.ml-input-padding-sm {
  margin-left: 16px;
}
.ml-input-padding-xs {
  margin-left: 8px;
}
.ml-panel-gap-2xs {
  margin-left: 4px;
}
.ml-panel-gap-lg {
  margin-left: 24px;
}
.ml-panel-gap-md {
  margin-left: 16px;
}
.ml-panel-gap-sm {
  margin-left: 12px;
}
.ml-panel-gap-xl {
  margin-left: 32px;
}
.ml-panel-gap-xs {
  margin-left: 8px;
}
.ml-panel-padding-2xs {
  margin-left: 4px;
}
.ml-panel-padding-lg {
  margin-left: 24px;
}
.ml-panel-padding-md {
  margin-left: 16px;
}
.ml-panel-padding-sm {
  margin-left: 12px;
}
.ml-panel-padding-xl {
  margin-left: 32px;
}
.ml-panel-padding-xs {
  margin-left: 8px;
}
.mr-12 {
  margin-right: 48px;
}
.mr-2 {
  margin-right: 8px;
}
.mr-4 {
  margin-right: 16px;
}
.mr-5 {
  margin-right: 20px;
}
.mr-6 {
  margin-right: 24px;
}
.mr-input-gap-lg {
  margin-right: 16px;
}
.mr-input-gap-md {
  margin-right: 16px;
}
.mr-input-gap-sm {
  margin-right: 8px;
}
.mr-input-padding-lg {
  margin-right: 24px;
}
.mr-input-padding-md {
  margin-right: 24px;
}
.mr-input-padding-sm {
  margin-right: 16px;
}
.mr-input-padding-xs {
  margin-right: 8px;
}
.mr-panel-gap-2xs {
  margin-right: 4px;
}
.mr-panel-gap-lg {
  margin-right: 24px;
}
.mr-panel-gap-md {
  margin-right: 16px;
}
.mr-panel-gap-sm {
  margin-right: 12px;
}
.mr-panel-gap-xl {
  margin-right: 32px;
}
.mr-panel-gap-xs {
  margin-right: 8px;
}
.mr-panel-padding-2xs {
  margin-right: 4px;
}
.mr-panel-padding-lg {
  margin-right: 24px;
}
.mr-panel-padding-md {
  margin-right: 16px;
}
.mr-panel-padding-sm {
  margin-right: 12px;
}
.mr-panel-padding-xl {
  margin-right: 32px;
}
.mr-panel-padding-xs {
  margin-right: 8px;
}
.ms-input-gap-lg {
  margin-inline-start: 16px;
}
.ms-input-gap-md {
  margin-inline-start: 16px;
}
.ms-input-gap-sm {
  margin-inline-start: 8px;
}
.ms-input-padding-lg {
  margin-inline-start: 24px;
}
.ms-input-padding-md {
  margin-inline-start: 24px;
}
.ms-input-padding-sm {
  margin-inline-start: 16px;
}
.ms-input-padding-xs {
  margin-inline-start: 8px;
}
.ms-panel-gap-2xs {
  margin-inline-start: 4px;
}
.ms-panel-gap-lg {
  margin-inline-start: 24px;
}
.ms-panel-gap-md {
  margin-inline-start: 16px;
}
.ms-panel-gap-sm {
  margin-inline-start: 12px;
}
.ms-panel-gap-xl {
  margin-inline-start: 32px;
}
.ms-panel-gap-xs {
  margin-inline-start: 8px;
}
.ms-panel-padding-2xs {
  margin-inline-start: 4px;
}
.ms-panel-padding-lg {
  margin-inline-start: 24px;
}
.ms-panel-padding-md {
  margin-inline-start: 16px;
}
.ms-panel-padding-sm {
  margin-inline-start: 12px;
}
.ms-panel-padding-xl {
  margin-inline-start: 32px;
}
.ms-panel-padding-xs {
  margin-inline-start: 8px;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 4px;
}
.mt-10 {
  margin-top: 40px;
}
.mt-2 {
  margin-top: 8px;
}
.mt-20 {
  margin-top: 80px;
}
.mt-3 {
  margin-top: 12px;
}
.mt-32 {
  margin-top: 128px;
}
.mt-4 {
  margin-top: 16px;
}
.mt-6 {
  margin-top: 24px;
}
.mt-8 {
  margin-top: 32px;
}
.mt-\[-70px\] {
  margin-top: -70px;
}
.mt-\[2px\] {
  margin-top: 2px;
}
.mt-auto {
  margin-top: auto;
}
.mt-input-gap-lg {
  margin-top: 16px;
}
.mt-input-gap-md {
  margin-top: 16px;
}
.mt-input-gap-sm {
  margin-top: 8px;
}
.mt-input-padding-lg {
  margin-top: 24px;
}
.mt-input-padding-md {
  margin-top: 24px;
}
.mt-input-padding-sm {
  margin-top: 16px;
}
.mt-input-padding-xs {
  margin-top: 8px;
}
.mt-panel-gap-2xs {
  margin-top: 4px;
}
.mt-panel-gap-lg {
  margin-top: 24px;
}
.mt-panel-gap-md {
  margin-top: 16px;
}
.mt-panel-gap-sm {
  margin-top: 12px;
}
.mt-panel-gap-xl {
  margin-top: 32px;
}
.mt-panel-gap-xs {
  margin-top: 8px;
}
.mt-panel-padding-2xs {
  margin-top: 4px;
}
.mt-panel-padding-lg {
  margin-top: 24px;
}
.mt-panel-padding-md {
  margin-top: 16px;
}
.mt-panel-padding-sm {
  margin-top: 12px;
}
.mt-panel-padding-xl {
  margin-top: 32px;
}
.mt-panel-padding-xs {
  margin-top: 8px;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.\!table {
  display: table !important;
}
.table {
  display: table;
}
.\!grid {
  display: grid !important;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.list-item {
  display: list-item;
}
.hidden {
  display: none;
}
.\!h-auto {
  height: auto !important;
}
.h-0 {
  height: 0px;
}
.h-1 {
  height: 4px;
}
.h-12 {
  height: 48px;
}
.h-3 {
  height: 12px;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-4 {
  height: 16px;
}
.h-5 {
  height: 20px;
}
.h-6 {
  height: 24px;
}
.h-8 {
  height: 32px;
}
.h-9 {
  height: 36px;
}
.h-\[100\%\] {
  height: 100%;
}
.h-\[207px\] {
  height: 207px;
}
.h-\[435px\] {
  height: 435px;
}
.h-\[45px\] {
  height: 45px;
}
.h-\[500px\] {
  height: 500px;
}
.h-\[54px\] {
  height: 54px;
}
.h-\[56px\] {
  height: 56px;
}
.h-\[650px\] {
  height: 650px;
}
.h-\[calc\(100\%_-_3rem\)\] {
  height: calc(100% - 3rem);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-input-gap-lg {
  height: 16px;
}
.h-input-gap-md {
  height: 16px;
}
.h-input-gap-sm {
  height: 8px;
}
.h-input-padding-lg {
  height: 24px;
}
.h-input-padding-md {
  height: 24px;
}
.h-input-padding-sm {
  height: 16px;
}
.h-input-padding-xs {
  height: 8px;
}
.h-panel-gap-2xs {
  height: 4px;
}
.h-panel-gap-lg {
  height: 24px;
}
.h-panel-gap-md {
  height: 16px;
}
.h-panel-gap-sm {
  height: 12px;
}
.h-panel-gap-xl {
  height: 32px;
}
.h-panel-gap-xs {
  height: 8px;
}
.h-panel-padding-2xs {
  height: 4px;
}
.h-panel-padding-lg {
  height: 24px;
}
.h-panel-padding-md {
  height: 16px;
}
.h-panel-padding-sm {
  height: 12px;
}
.h-panel-padding-xl {
  height: 32px;
}
.h-panel-padding-xs {
  height: 8px;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-\[calc\(100vh-48px\)\] {
  max-height: calc(100vh - 48px);
}
.max-h-\[calc\(100vh_-_2rem\)\] {
  max-height: calc(100vh - 2rem);
}
.max-h-full {
  max-height: 100%;
}
.max-h-input-gap-lg {
  max-height: 16px;
}
.max-h-input-gap-md {
  max-height: 16px;
}
.max-h-input-gap-sm {
  max-height: 8px;
}
.max-h-input-padding-lg {
  max-height: 24px;
}
.max-h-input-padding-md {
  max-height: 24px;
}
.max-h-input-padding-sm {
  max-height: 16px;
}
.max-h-input-padding-xs {
  max-height: 8px;
}
.max-h-panel-gap-2xs {
  max-height: 4px;
}
.max-h-panel-gap-lg {
  max-height: 24px;
}
.max-h-panel-gap-md {
  max-height: 16px;
}
.max-h-panel-gap-sm {
  max-height: 12px;
}
.max-h-panel-gap-xl {
  max-height: 32px;
}
.max-h-panel-gap-xs {
  max-height: 8px;
}
.max-h-panel-padding-2xs {
  max-height: 4px;
}
.max-h-panel-padding-lg {
  max-height: 24px;
}
.max-h-panel-padding-md {
  max-height: 16px;
}
.max-h-panel-padding-sm {
  max-height: 12px;
}
.max-h-panel-padding-xl {
  max-height: 32px;
}
.max-h-panel-padding-xs {
  max-height: 8px;
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-\[44px\] {
  width: 44px !important;
}
.w-1\/2 {
  width: 50%;
}
.w-10 {
  width: 40px;
}
.w-12 {
  width: 48px;
}
.w-2 {
  width: 8px;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-2\/12 {
  width: 16.666667%;
}
.w-24 {
  width: 96px;
}
.w-3 {
  width: 12px;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-3\/4 {
  width: 75%;
}
.w-4 {
  width: 16px;
}
.w-40 {
  width: 160px;
}
.w-5 {
  width: 20px;
}
.w-5\/12 {
  width: 41.666667%;
}
.w-6 {
  width: 24px;
}
.w-64 {
  width: 256px;
}
.w-7 {
  width: 28px;
}
.w-8 {
  width: 32px;
}
.w-9 {
  width: 36px;
}
.w-\[168px\] {
  width: 168px;
}
.w-\[170px\] {
  width: 170px;
}
.w-\[271px\] {
  width: 271px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[316px\] {
  width: 316px;
}
.w-\[407px\] {
  width: 407px;
}
.w-\[45px\] {
  width: 45px;
}
.w-\[48px\] {
  width: 48px;
}
.w-\[52px\] {
  width: 52px;
}
.w-\[550px\] {
  width: 550px;
}
.w-\[55px\] {
  width: 55px;
}
.w-\[56px\] {
  width: 56px;
}
.w-\[68px\] {
  width: 68px;
}
.w-\[69px\] {
  width: 69px;
}
.w-\[80vw\] {
  width: 80vw;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[92px\] {
  width: 92px;
}
.w-\[97px\] {
  width: 97px;
}
.w-\[calc\(100\%-144px\)\] {
  width: calc(100% - 144px);
}
.w-\[calc\(100\%-48px\)\] {
  width: calc(100% - 48px);
}
.w-\[calc\(100\%-56px\)\] {
  width: calc(100% - 56px);
}
.w-\[calc\(100vw_-_2rem\)\] {
  width: calc(100vw - 2rem);
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-input-gap-lg {
  width: 16px;
}
.w-input-gap-md {
  width: 16px;
}
.w-input-gap-sm {
  width: 8px;
}
.w-input-padding-lg {
  width: 24px;
}
.w-input-padding-md {
  width: 24px;
}
.w-input-padding-sm {
  width: 16px;
}
.w-input-padding-xs {
  width: 8px;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.w-panel-gap-2xs {
  width: 4px;
}
.w-panel-gap-lg {
  width: 24px;
}
.w-panel-gap-md {
  width: 16px;
}
.w-panel-gap-sm {
  width: 12px;
}
.w-panel-gap-xl {
  width: 32px;
}
.w-panel-gap-xs {
  width: 8px;
}
.w-panel-padding-2xs {
  width: 4px;
}
.w-panel-padding-lg {
  width: 24px;
}
.w-panel-padding-md {
  width: 16px;
}
.w-panel-padding-sm {
  width: 12px;
}
.w-panel-padding-xl {
  width: 32px;
}
.w-panel-padding-xs {
  width: 8px;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[300px\] {
  min-width: 300px;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-\[1136px\] {
  max-width: 1136px;
}
.max-w-\[1472px\] {
  max-width: 1472px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[30rem\] {
  max-width: 30rem;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[460px\] {
  max-width: 460px;
}
.max-w-\[480px\] {
  max-width: 480px;
}
.max-w-\[540px\] {
  max-width: 540px;
}
.max-w-\[660px\] {
  max-width: 660px;
}
.max-w-\[700px\] {
  max-width: 700px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-screen-2xl {
  max-width: 1536px;
}
.max-w-screen-lg {
  max-width: 1024px;
}
.max-w-screen-md {
  max-width: 768px;
}
.max-w-screen-sm {
  max-width: 640px;
}
.max-w-screen-xl {
  max-width: 1280px;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-stretch {
  flex: 1 1 0;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.basis-input-gap-lg {
  flex-basis: 16px;
}
.basis-input-gap-md {
  flex-basis: 16px;
}
.basis-input-gap-sm {
  flex-basis: 8px;
}
.basis-input-padding-lg {
  flex-basis: 24px;
}
.basis-input-padding-md {
  flex-basis: 24px;
}
.basis-input-padding-sm {
  flex-basis: 16px;
}
.basis-input-padding-xs {
  flex-basis: 8px;
}
.basis-panel-gap-2xs {
  flex-basis: 4px;
}
.basis-panel-gap-lg {
  flex-basis: 24px;
}
.basis-panel-gap-md {
  flex-basis: 16px;
}
.basis-panel-gap-sm {
  flex-basis: 12px;
}
.basis-panel-gap-xl {
  flex-basis: 32px;
}
.basis-panel-gap-xs {
  flex-basis: 8px;
}
.basis-panel-padding-2xs {
  flex-basis: 4px;
}
.basis-panel-padding-lg {
  flex-basis: 24px;
}
.basis-panel-padding-md {
  flex-basis: 16px;
}
.basis-panel-padding-sm {
  flex-basis: 12px;
}
.basis-panel-padding-xl {
  flex-basis: 32px;
}
.basis-panel-padding-xs {
  flex-basis: 8px;
}
.table-fixed {
  table-layout: fixed;
}
.border-spacing-input-gap-lg {
  --tw-border-spacing-x: 16px;
  --tw-border-spacing-y: 16px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-input-gap-md {
  --tw-border-spacing-x: 16px;
  --tw-border-spacing-y: 16px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-input-gap-sm {
  --tw-border-spacing-x: 8px;
  --tw-border-spacing-y: 8px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-input-padding-lg {
  --tw-border-spacing-x: 24px;
  --tw-border-spacing-y: 24px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-input-padding-md {
  --tw-border-spacing-x: 24px;
  --tw-border-spacing-y: 24px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-input-padding-sm {
  --tw-border-spacing-x: 16px;
  --tw-border-spacing-y: 16px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-input-padding-xs {
  --tw-border-spacing-x: 8px;
  --tw-border-spacing-y: 8px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-panel-gap-2xs {
  --tw-border-spacing-x: 4px;
  --tw-border-spacing-y: 4px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-panel-gap-lg {
  --tw-border-spacing-x: 24px;
  --tw-border-spacing-y: 24px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-panel-gap-md {
  --tw-border-spacing-x: 16px;
  --tw-border-spacing-y: 16px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-panel-gap-sm {
  --tw-border-spacing-x: 12px;
  --tw-border-spacing-y: 12px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-panel-gap-xl {
  --tw-border-spacing-x: 32px;
  --tw-border-spacing-y: 32px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-panel-gap-xs {
  --tw-border-spacing-x: 8px;
  --tw-border-spacing-y: 8px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-panel-padding-2xs {
  --tw-border-spacing-x: 4px;
  --tw-border-spacing-y: 4px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-panel-padding-lg {
  --tw-border-spacing-x: 24px;
  --tw-border-spacing-y: 24px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-panel-padding-md {
  --tw-border-spacing-x: 16px;
  --tw-border-spacing-y: 16px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-panel-padding-sm {
  --tw-border-spacing-x: 12px;
  --tw-border-spacing-y: 12px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-panel-padding-xl {
  --tw-border-spacing-x: 32px;
  --tw-border-spacing-y: 32px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-panel-padding-xs {
  --tw-border-spacing-x: 8px;
  --tw-border-spacing-y: 8px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-input-gap-lg {
  --tw-border-spacing-x: 16px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-input-gap-md {
  --tw-border-spacing-x: 16px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-input-gap-sm {
  --tw-border-spacing-x: 8px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-input-padding-lg {
  --tw-border-spacing-x: 24px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-input-padding-md {
  --tw-border-spacing-x: 24px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-input-padding-sm {
  --tw-border-spacing-x: 16px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-input-padding-xs {
  --tw-border-spacing-x: 8px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-panel-gap-2xs {
  --tw-border-spacing-x: 4px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-panel-gap-lg {
  --tw-border-spacing-x: 24px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-panel-gap-md {
  --tw-border-spacing-x: 16px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-panel-gap-sm {
  --tw-border-spacing-x: 12px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-panel-gap-xl {
  --tw-border-spacing-x: 32px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-panel-gap-xs {
  --tw-border-spacing-x: 8px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-panel-padding-2xs {
  --tw-border-spacing-x: 4px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-panel-padding-lg {
  --tw-border-spacing-x: 24px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-panel-padding-md {
  --tw-border-spacing-x: 16px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-panel-padding-sm {
  --tw-border-spacing-x: 12px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-panel-padding-xl {
  --tw-border-spacing-x: 32px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-x-panel-padding-xs {
  --tw-border-spacing-x: 8px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-input-gap-lg {
  --tw-border-spacing-y: 16px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-input-gap-md {
  --tw-border-spacing-y: 16px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-input-gap-sm {
  --tw-border-spacing-y: 8px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-input-padding-lg {
  --tw-border-spacing-y: 24px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-input-padding-md {
  --tw-border-spacing-y: 24px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-input-padding-sm {
  --tw-border-spacing-y: 16px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-input-padding-xs {
  --tw-border-spacing-y: 8px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-panel-gap-2xs {
  --tw-border-spacing-y: 4px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-panel-gap-lg {
  --tw-border-spacing-y: 24px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-panel-gap-md {
  --tw-border-spacing-y: 16px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-panel-gap-sm {
  --tw-border-spacing-y: 12px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-panel-gap-xl {
  --tw-border-spacing-y: 32px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-panel-gap-xs {
  --tw-border-spacing-y: 8px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-panel-padding-2xs {
  --tw-border-spacing-y: 4px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-panel-padding-lg {
  --tw-border-spacing-y: 24px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-panel-padding-md {
  --tw-border-spacing-y: 16px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-panel-padding-sm {
  --tw-border-spacing-y: 12px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-panel-padding-xl {
  --tw-border-spacing-y: 32px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-panel-padding-xs {
  --tw-border-spacing-y: 8px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-input-gap-lg {
  --tw-translate-x: -16px;
  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-input-gap-md {
  --tw-translate-x: -16px;
  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-input-gap-sm {
  --tw-translate-x: -8px;
  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-input-padding-lg {
  --tw-translate-x: -24px;
  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-input-padding-md {
  --tw-translate-x: -24px;
  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-input-padding-sm {
  --tw-translate-x: -16px;
  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-input-padding-xs {
  --tw-translate-x: -8px;
  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-panel-gap-2xs {
  --tw-translate-x: -4px;
  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-panel-gap-lg {
  --tw-translate-x: -24px;
  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-panel-gap-md {
  --tw-translate-x: -16px;
  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-panel-gap-sm {
  --tw-translate-x: -12px;
  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-panel-gap-xl {
  --tw-translate-x: -32px;
  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-panel-gap-xs {
  --tw-translate-x: -8px;
  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-panel-padding-2xs {
  --tw-translate-x: -4px;
  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-panel-padding-lg {
  --tw-translate-x: -24px;
  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-panel-padding-md {
  --tw-translate-x: -16px;
  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-panel-padding-sm {
  --tw-translate-x: -12px;
  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-panel-padding-xl {
  --tw-translate-x: -32px;
  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-panel-padding-xs {
  --tw-translate-x: -8px;
  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-input-gap-lg {
  --tw-translate-y: -16px;
  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-input-gap-md {
  --tw-translate-y: -16px;
  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-input-gap-sm {
  --tw-translate-y: -8px;
  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-input-padding-lg {
  --tw-translate-y: -24px;
  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-input-padding-md {
  --tw-translate-y: -24px;
  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-input-padding-sm {
  --tw-translate-y: -16px;
  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-input-padding-xs {
  --tw-translate-y: -8px;
  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-panel-gap-2xs {
  --tw-translate-y: -4px;
  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-panel-gap-lg {
  --tw-translate-y: -24px;
  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-panel-gap-md {
  --tw-translate-y: -16px;
  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-panel-gap-sm {
  --tw-translate-y: -12px;
  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-panel-gap-xl {
  --tw-translate-y: -32px;
  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-panel-gap-xs {
  --tw-translate-y: -8px;
  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-panel-padding-2xs {
  --tw-translate-y: -4px;
  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-panel-padding-lg {
  --tw-translate-y: -24px;
  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-panel-padding-md {
  --tw-translate-y: -16px;
  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-panel-padding-sm {
  --tw-translate-y: -12px;
  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-panel-padding-xl {
  --tw-translate-y: -32px;
  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-panel-padding-xs {
  --tw-translate-y: -8px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-1\/2 {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-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-x-input-gap-lg {
  --tw-translate-x: 16px;
  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-input-gap-md {
  --tw-translate-x: 16px;
  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-input-gap-sm {
  --tw-translate-x: 8px;
  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-input-padding-lg {
  --tw-translate-x: 24px;
  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-input-padding-md {
  --tw-translate-x: 24px;
  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-input-padding-sm {
  --tw-translate-x: 16px;
  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-input-padding-xs {
  --tw-translate-x: 8px;
  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-panel-gap-2xs {
  --tw-translate-x: 4px;
  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-panel-gap-lg {
  --tw-translate-x: 24px;
  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-panel-gap-md {
  --tw-translate-x: 16px;
  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-panel-gap-sm {
  --tw-translate-x: 12px;
  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-panel-gap-xl {
  --tw-translate-x: 32px;
  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-panel-gap-xs {
  --tw-translate-x: 8px;
  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-panel-padding-2xs {
  --tw-translate-x: 4px;
  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-panel-padding-lg {
  --tw-translate-x: 24px;
  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-panel-padding-md {
  --tw-translate-x: 16px;
  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-panel-padding-sm {
  --tw-translate-x: 12px;
  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-panel-padding-xl {
  --tw-translate-x: 32px;
  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-panel-padding-xs {
  --tw-translate-x: 8px;
  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-input-gap-lg {
  --tw-translate-y: 16px;
  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-input-gap-md {
  --tw-translate-y: 16px;
  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-input-gap-sm {
  --tw-translate-y: 8px;
  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-input-padding-lg {
  --tw-translate-y: 24px;
  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-input-padding-md {
  --tw-translate-y: 24px;
  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-input-padding-sm {
  --tw-translate-y: 16px;
  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-input-padding-xs {
  --tw-translate-y: 8px;
  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-panel-gap-2xs {
  --tw-translate-y: 4px;
  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-panel-gap-lg {
  --tw-translate-y: 24px;
  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-panel-gap-md {
  --tw-translate-y: 16px;
  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-panel-gap-sm {
  --tw-translate-y: 12px;
  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-panel-gap-xl {
  --tw-translate-y: 32px;
  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-panel-gap-xs {
  --tw-translate-y: 8px;
  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-panel-padding-2xs {
  --tw-translate-y: 4px;
  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-panel-padding-lg {
  --tw-translate-y: 24px;
  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-panel-padding-md {
  --tw-translate-y: 16px;
  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-panel-padding-sm {
  --tw-translate-y: 12px;
  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-panel-padding-xl {
  --tw-translate-y: 32px;
  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-panel-padding-xs {
  --tw-translate-y: 8px;
  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));
}
.cursor-default {
  cursor: default;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize-none {
  resize: none;
}
.\!resize {
  resize: both !important;
}
.resize {
  resize: both;
}
.-scroll-m-input-gap-lg {
  scroll-margin: -16px;
}
.-scroll-m-input-gap-md {
  scroll-margin: -16px;
}
.-scroll-m-input-gap-sm {
  scroll-margin: -8px;
}
.-scroll-m-input-padding-lg {
  scroll-margin: -24px;
}
.-scroll-m-input-padding-md {
  scroll-margin: -24px;
}
.-scroll-m-input-padding-sm {
  scroll-margin: -16px;
}
.-scroll-m-input-padding-xs {
  scroll-margin: -8px;
}
.-scroll-m-panel-gap-2xs {
  scroll-margin: -4px;
}
.-scroll-m-panel-gap-lg {
  scroll-margin: -24px;
}
.-scroll-m-panel-gap-md {
  scroll-margin: -16px;
}
.-scroll-m-panel-gap-sm {
  scroll-margin: -12px;
}
.-scroll-m-panel-gap-xl {
  scroll-margin: -32px;
}
.-scroll-m-panel-gap-xs {
  scroll-margin: -8px;
}
.-scroll-m-panel-padding-2xs {
  scroll-margin: -4px;
}
.-scroll-m-panel-padding-lg {
  scroll-margin: -24px;
}
.-scroll-m-panel-padding-md {
  scroll-margin: -16px;
}
.-scroll-m-panel-padding-sm {
  scroll-margin: -12px;
}
.-scroll-m-panel-padding-xl {
  scroll-margin: -32px;
}
.-scroll-m-panel-padding-xs {
  scroll-margin: -8px;
}
.scroll-m-input-gap-lg {
  scroll-margin: 16px;
}
.scroll-m-input-gap-md {
  scroll-margin: 16px;
}
.scroll-m-input-gap-sm {
  scroll-margin: 8px;
}
.scroll-m-input-padding-lg {
  scroll-margin: 24px;
}
.scroll-m-input-padding-md {
  scroll-margin: 24px;
}
.scroll-m-input-padding-sm {
  scroll-margin: 16px;
}
.scroll-m-input-padding-xs {
  scroll-margin: 8px;
}
.scroll-m-panel-gap-2xs {
  scroll-margin: 4px;
}
.scroll-m-panel-gap-lg {
  scroll-margin: 24px;
}
.scroll-m-panel-gap-md {
  scroll-margin: 16px;
}
.scroll-m-panel-gap-sm {
  scroll-margin: 12px;
}
.scroll-m-panel-gap-xl {
  scroll-margin: 32px;
}
.scroll-m-panel-gap-xs {
  scroll-margin: 8px;
}
.scroll-m-panel-padding-2xs {
  scroll-margin: 4px;
}
.scroll-m-panel-padding-lg {
  scroll-margin: 24px;
}
.scroll-m-panel-padding-md {
  scroll-margin: 16px;
}
.scroll-m-panel-padding-sm {
  scroll-margin: 12px;
}
.scroll-m-panel-padding-xl {
  scroll-margin: 32px;
}
.scroll-m-panel-padding-xs {
  scroll-margin: 8px;
}
.-scroll-mx-input-gap-lg {
  scroll-margin-left: -16px;
  scroll-margin-right: -16px;
}
.-scroll-mx-input-gap-md {
  scroll-margin-left: -16px;
  scroll-margin-right: -16px;
}
.-scroll-mx-input-gap-sm {
  scroll-margin-left: -8px;
  scroll-margin-right: -8px;
}
.-scroll-mx-input-padding-lg {
  scroll-margin-left: -24px;
  scroll-margin-right: -24px;
}
.-scroll-mx-input-padding-md {
  scroll-margin-left: -24px;
  scroll-margin-right: -24px;
}
.-scroll-mx-input-padding-sm {
  scroll-margin-left: -16px;
  scroll-margin-right: -16px;
}
.-scroll-mx-input-padding-xs {
  scroll-margin-left: -8px;
  scroll-margin-right: -8px;
}
.-scroll-mx-panel-gap-2xs {
  scroll-margin-left: -4px;
  scroll-margin-right: -4px;
}
.-scroll-mx-panel-gap-lg {
  scroll-margin-left: -24px;
  scroll-margin-right: -24px;
}
.-scroll-mx-panel-gap-md {
  scroll-margin-left: -16px;
  scroll-margin-right: -16px;
}
.-scroll-mx-panel-gap-sm {
  scroll-margin-left: -12px;
  scroll-margin-right: -12px;
}
.-scroll-mx-panel-gap-xl {
  scroll-margin-left: -32px;
  scroll-margin-right: -32px;
}
.-scroll-mx-panel-gap-xs {
  scroll-margin-left: -8px;
  scroll-margin-right: -8px;
}
.-scroll-mx-panel-padding-2xs {
  scroll-margin-left: -4px;
  scroll-margin-right: -4px;
}
.-scroll-mx-panel-padding-lg {
  scroll-margin-left: -24px;
  scroll-margin-right: -24px;
}
.-scroll-mx-panel-padding-md {
  scroll-margin-left: -16px;
  scroll-margin-right: -16px;
}
.-scroll-mx-panel-padding-sm {
  scroll-margin-left: -12px;
  scroll-margin-right: -12px;
}
.-scroll-mx-panel-padding-xl {
  scroll-margin-left: -32px;
  scroll-margin-right: -32px;
}
.-scroll-mx-panel-padding-xs {
  scroll-margin-left: -8px;
  scroll-margin-right: -8px;
}
.-scroll-my-input-gap-lg {
  scroll-margin-top: -16px;
  scroll-margin-bottom: -16px;
}
.-scroll-my-input-gap-md {
  scroll-margin-top: -16px;
  scroll-margin-bottom: -16px;
}
.-scroll-my-input-gap-sm {
  scroll-margin-top: -8px;
  scroll-margin-bottom: -8px;
}
.-scroll-my-input-padding-lg {
  scroll-margin-top: -24px;
  scroll-margin-bottom: -24px;
}
.-scroll-my-input-padding-md {
  scroll-margin-top: -24px;
  scroll-margin-bottom: -24px;
}
.-scroll-my-input-padding-sm {
  scroll-margin-top: -16px;
  scroll-margin-bottom: -16px;
}
.-scroll-my-input-padding-xs {
  scroll-margin-top: -8px;
  scroll-margin-bottom: -8px;
}
.-scroll-my-panel-gap-2xs {
  scroll-margin-top: -4px;
  scroll-margin-bottom: -4px;
}
.-scroll-my-panel-gap-lg {
  scroll-margin-top: -24px;
  scroll-margin-bottom: -24px;
}
.-scroll-my-panel-gap-md {
  scroll-margin-top: -16px;
  scroll-margin-bottom: -16px;
}
.-scroll-my-panel-gap-sm {
  scroll-margin-top: -12px;
  scroll-margin-bottom: -12px;
}
.-scroll-my-panel-gap-xl {
  scroll-margin-top: -32px;
  scroll-margin-bottom: -32px;
}
.-scroll-my-panel-gap-xs {
  scroll-margin-top: -8px;
  scroll-margin-bottom: -8px;
}
.-scroll-my-panel-padding-2xs {
  scroll-margin-top: -4px;
  scroll-margin-bottom: -4px;
}
.-scroll-my-panel-padding-lg {
  scroll-margin-top: -24px;
  scroll-margin-bottom: -24px;
}
.-scroll-my-panel-padding-md {
  scroll-margin-top: -16px;
  scroll-margin-bottom: -16px;
}
.-scroll-my-panel-padding-sm {
  scroll-margin-top: -12px;
  scroll-margin-bottom: -12px;
}
.-scroll-my-panel-padding-xl {
  scroll-margin-top: -32px;
  scroll-margin-bottom: -32px;
}
.-scroll-my-panel-padding-xs {
  scroll-margin-top: -8px;
  scroll-margin-bottom: -8px;
}
.scroll-mx-input-gap-lg {
  scroll-margin-left: 16px;
  scroll-margin-right: 16px;
}
.scroll-mx-input-gap-md {
  scroll-margin-left: 16px;
  scroll-margin-right: 16px;
}
.scroll-mx-input-gap-sm {
  scroll-margin-left: 8px;
  scroll-margin-right: 8px;
}
.scroll-mx-input-padding-lg {
  scroll-margin-left: 24px;
  scroll-margin-right: 24px;
}
.scroll-mx-input-padding-md {
  scroll-margin-left: 24px;
  scroll-margin-right: 24px;
}
.scroll-mx-input-padding-sm {
  scroll-margin-left: 16px;
  scroll-margin-right: 16px;
}
.scroll-mx-input-padding-xs {
  scroll-margin-left: 8px;
  scroll-margin-right: 8px;
}
.scroll-mx-panel-gap-2xs {
  scroll-margin-left: 4px;
  scroll-margin-right: 4px;
}
.scroll-mx-panel-gap-lg {
  scroll-margin-left: 24px;
  scroll-margin-right: 24px;
}
.scroll-mx-panel-gap-md {
  scroll-margin-left: 16px;
  scroll-margin-right: 16px;
}
.scroll-mx-panel-gap-sm {
  scroll-margin-left: 12px;
  scroll-margin-right: 12px;
}
.scroll-mx-panel-gap-xl {
  scroll-margin-left: 32px;
  scroll-margin-right: 32px;
}
.scroll-mx-panel-gap-xs {
  scroll-margin-left: 8px;
  scroll-margin-right: 8px;
}
.scroll-mx-panel-padding-2xs {
  scroll-margin-left: 4px;
  scroll-margin-right: 4px;
}
.scroll-mx-panel-padding-lg {
  scroll-margin-left: 24px;
  scroll-margin-right: 24px;
}
.scroll-mx-panel-padding-md {
  scroll-margin-left: 16px;
  scroll-margin-right: 16px;
}
.scroll-mx-panel-padding-sm {
  scroll-margin-left: 12px;
  scroll-margin-right: 12px;
}
.scroll-mx-panel-padding-xl {
  scroll-margin-left: 32px;
  scroll-margin-right: 32px;
}
.scroll-mx-panel-padding-xs {
  scroll-margin-left: 8px;
  scroll-margin-right: 8px;
}
.scroll-my-input-gap-lg {
  scroll-margin-top: 16px;
  scroll-margin-bottom: 16px;
}
.scroll-my-input-gap-md {
  scroll-margin-top: 16px;
  scroll-margin-bottom: 16px;
}
.scroll-my-input-gap-sm {
  scroll-margin-top: 8px;
  scroll-margin-bottom: 8px;
}
.scroll-my-input-padding-lg {
  scroll-margin-top: 24px;
  scroll-margin-bottom: 24px;
}
.scroll-my-input-padding-md {
  scroll-margin-top: 24px;
  scroll-margin-bottom: 24px;
}
.scroll-my-input-padding-sm {
  scroll-margin-top: 16px;
  scroll-margin-bottom: 16px;
}
.scroll-my-input-padding-xs {
  scroll-margin-top: 8px;
  scroll-margin-bottom: 8px;
}
.scroll-my-panel-gap-2xs {
  scroll-margin-top: 4px;
  scroll-margin-bottom: 4px;
}
.scroll-my-panel-gap-lg {
  scroll-margin-top: 24px;
  scroll-margin-bottom: 24px;
}
.scroll-my-panel-gap-md {
  scroll-margin-top: 16px;
  scroll-margin-bottom: 16px;
}
.scroll-my-panel-gap-sm {
  scroll-margin-top: 12px;
  scroll-margin-bottom: 12px;
}
.scroll-my-panel-gap-xl {
  scroll-margin-top: 32px;
  scroll-margin-bottom: 32px;
}
.scroll-my-panel-gap-xs {
  scroll-margin-top: 8px;
  scroll-margin-bottom: 8px;
}
.scroll-my-panel-padding-2xs {
  scroll-margin-top: 4px;
  scroll-margin-bottom: 4px;
}
.scroll-my-panel-padding-lg {
  scroll-margin-top: 24px;
  scroll-margin-bottom: 24px;
}
.scroll-my-panel-padding-md {
  scroll-margin-top: 16px;
  scroll-margin-bottom: 16px;
}
.scroll-my-panel-padding-sm {
  scroll-margin-top: 12px;
  scroll-margin-bottom: 12px;
}
.scroll-my-panel-padding-xl {
  scroll-margin-top: 32px;
  scroll-margin-bottom: 32px;
}
.scroll-my-panel-padding-xs {
  scroll-margin-top: 8px;
  scroll-margin-bottom: 8px;
}
.-scroll-mb-input-gap-lg {
  scroll-margin-bottom: -16px;
}
.-scroll-mb-input-gap-md {
  scroll-margin-bottom: -16px;
}
.-scroll-mb-input-gap-sm {
  scroll-margin-bottom: -8px;
}
.-scroll-mb-input-padding-lg {
  scroll-margin-bottom: -24px;
}
.-scroll-mb-input-padding-md {
  scroll-margin-bottom: -24px;
}
.-scroll-mb-input-padding-sm {
  scroll-margin-bottom: -16px;
}
.-scroll-mb-input-padding-xs {
  scroll-margin-bottom: -8px;
}
.-scroll-mb-panel-gap-2xs {
  scroll-margin-bottom: -4px;
}
.-scroll-mb-panel-gap-lg {
  scroll-margin-bottom: -24px;
}
.-scroll-mb-panel-gap-md {
  scroll-margin-bottom: -16px;
}
.-scroll-mb-panel-gap-sm {
  scroll-margin-bottom: -12px;
}
.-scroll-mb-panel-gap-xl {
  scroll-margin-bottom: -32px;
}
.-scroll-mb-panel-gap-xs {
  scroll-margin-bottom: -8px;
}
.-scroll-mb-panel-padding-2xs {
  scroll-margin-bottom: -4px;
}
.-scroll-mb-panel-padding-lg {
  scroll-margin-bottom: -24px;
}
.-scroll-mb-panel-padding-md {
  scroll-margin-bottom: -16px;
}
.-scroll-mb-panel-padding-sm {
  scroll-margin-bottom: -12px;
}
.-scroll-mb-panel-padding-xl {
  scroll-margin-bottom: -32px;
}
.-scroll-mb-panel-padding-xs {
  scroll-margin-bottom: -8px;
}
.-scroll-me-input-gap-lg {
  scroll-margin-inline-end: -16px;
}
.-scroll-me-input-gap-md {
  scroll-margin-inline-end: -16px;
}
.-scroll-me-input-gap-sm {
  scroll-margin-inline-end: -8px;
}
.-scroll-me-input-padding-lg {
  scroll-margin-inline-end: -24px;
}
.-scroll-me-input-padding-md {
  scroll-margin-inline-end: -24px;
}
.-scroll-me-input-padding-sm {
  scroll-margin-inline-end: -16px;
}
.-scroll-me-input-padding-xs {
  scroll-margin-inline-end: -8px;
}
.-scroll-me-panel-gap-2xs {
  scroll-margin-inline-end: -4px;
}
.-scroll-me-panel-gap-lg {
  scroll-margin-inline-end: -24px;
}
.-scroll-me-panel-gap-md {
  scroll-margin-inline-end: -16px;
}
.-scroll-me-panel-gap-sm {
  scroll-margin-inline-end: -12px;
}
.-scroll-me-panel-gap-xl {
  scroll-margin-inline-end: -32px;
}
.-scroll-me-panel-gap-xs {
  scroll-margin-inline-end: -8px;
}
.-scroll-me-panel-padding-2xs {
  scroll-margin-inline-end: -4px;
}
.-scroll-me-panel-padding-lg {
  scroll-margin-inline-end: -24px;
}
.-scroll-me-panel-padding-md {
  scroll-margin-inline-end: -16px;
}
.-scroll-me-panel-padding-sm {
  scroll-margin-inline-end: -12px;
}
.-scroll-me-panel-padding-xl {
  scroll-margin-inline-end: -32px;
}
.-scroll-me-panel-padding-xs {
  scroll-margin-inline-end: -8px;
}
.-scroll-ml-input-gap-lg {
  scroll-margin-left: -16px;
}
.-scroll-ml-input-gap-md {
  scroll-margin-left: -16px;
}
.-scroll-ml-input-gap-sm {
  scroll-margin-left: -8px;
}
.-scroll-ml-input-padding-lg {
  scroll-margin-left: -24px;
}
.-scroll-ml-input-padding-md {
  scroll-margin-left: -24px;
}
.-scroll-ml-input-padding-sm {
  scroll-margin-left: -16px;
}
.-scroll-ml-input-padding-xs {
  scroll-margin-left: -8px;
}
.-scroll-ml-panel-gap-2xs {
  scroll-margin-left: -4px;
}
.-scroll-ml-panel-gap-lg {
  scroll-margin-left: -24px;
}
.-scroll-ml-panel-gap-md {
  scroll-margin-left: -16px;
}
.-scroll-ml-panel-gap-sm {
  scroll-margin-left: -12px;
}
.-scroll-ml-panel-gap-xl {
  scroll-margin-left: -32px;
}
.-scroll-ml-panel-gap-xs {
  scroll-margin-left: -8px;
}
.-scroll-ml-panel-padding-2xs {
  scroll-margin-left: -4px;
}
.-scroll-ml-panel-padding-lg {
  scroll-margin-left: -24px;
}
.-scroll-ml-panel-padding-md {
  scroll-margin-left: -16px;
}
.-scroll-ml-panel-padding-sm {
  scroll-margin-left: -12px;
}
.-scroll-ml-panel-padding-xl {
  scroll-margin-left: -32px;
}
.-scroll-ml-panel-padding-xs {
  scroll-margin-left: -8px;
}
.-scroll-mr-input-gap-lg {
  scroll-margin-right: -16px;
}
.-scroll-mr-input-gap-md {
  scroll-margin-right: -16px;
}
.-scroll-mr-input-gap-sm {
  scroll-margin-right: -8px;
}
.-scroll-mr-input-padding-lg {
  scroll-margin-right: -24px;
}
.-scroll-mr-input-padding-md {
  scroll-margin-right: -24px;
}
.-scroll-mr-input-padding-sm {
  scroll-margin-right: -16px;
}
.-scroll-mr-input-padding-xs {
  scroll-margin-right: -8px;
}
.-scroll-mr-panel-gap-2xs {
  scroll-margin-right: -4px;
}
.-scroll-mr-panel-gap-lg {
  scroll-margin-right: -24px;
}
.-scroll-mr-panel-gap-md {
  scroll-margin-right: -16px;
}
.-scroll-mr-panel-gap-sm {
  scroll-margin-right: -12px;
}
.-scroll-mr-panel-gap-xl {
  scroll-margin-right: -32px;
}
.-scroll-mr-panel-gap-xs {
  scroll-margin-right: -8px;
}
.-scroll-mr-panel-padding-2xs {
  scroll-margin-right: -4px;
}
.-scroll-mr-panel-padding-lg {
  scroll-margin-right: -24px;
}
.-scroll-mr-panel-padding-md {
  scroll-margin-right: -16px;
}
.-scroll-mr-panel-padding-sm {
  scroll-margin-right: -12px;
}
.-scroll-mr-panel-padding-xl {
  scroll-margin-right: -32px;
}
.-scroll-mr-panel-padding-xs {
  scroll-margin-right: -8px;
}
.-scroll-ms-input-gap-lg {
  scroll-margin-inline-start: -16px;
}
.-scroll-ms-input-gap-md {
  scroll-margin-inline-start: -16px;
}
.-scroll-ms-input-gap-sm {
  scroll-margin-inline-start: -8px;
}
.-scroll-ms-input-padding-lg {
  scroll-margin-inline-start: -24px;
}
.-scroll-ms-input-padding-md {
  scroll-margin-inline-start: -24px;
}
.-scroll-ms-input-padding-sm {
  scroll-margin-inline-start: -16px;
}
.-scroll-ms-input-padding-xs {
  scroll-margin-inline-start: -8px;
}
.-scroll-ms-panel-gap-2xs {
  scroll-margin-inline-start: -4px;
}
.-scroll-ms-panel-gap-lg {
  scroll-margin-inline-start: -24px;
}
.-scroll-ms-panel-gap-md {
  scroll-margin-inline-start: -16px;
}
.-scroll-ms-panel-gap-sm {
  scroll-margin-inline-start: -12px;
}
.-scroll-ms-panel-gap-xl {
  scroll-margin-inline-start: -32px;
}
.-scroll-ms-panel-gap-xs {
  scroll-margin-inline-start: -8px;
}
.-scroll-ms-panel-padding-2xs {
  scroll-margin-inline-start: -4px;
}
.-scroll-ms-panel-padding-lg {
  scroll-margin-inline-start: -24px;
}
.-scroll-ms-panel-padding-md {
  scroll-margin-inline-start: -16px;
}
.-scroll-ms-panel-padding-sm {
  scroll-margin-inline-start: -12px;
}
.-scroll-ms-panel-padding-xl {
  scroll-margin-inline-start: -32px;
}
.-scroll-ms-panel-padding-xs {
  scroll-margin-inline-start: -8px;
}
.-scroll-mt-input-gap-lg {
  scroll-margin-top: -16px;
}
.-scroll-mt-input-gap-md {
  scroll-margin-top: -16px;
}
.-scroll-mt-input-gap-sm {
  scroll-margin-top: -8px;
}
.-scroll-mt-input-padding-lg {
  scroll-margin-top: -24px;
}
.-scroll-mt-input-padding-md {
  scroll-margin-top: -24px;
}
.-scroll-mt-input-padding-sm {
  scroll-margin-top: -16px;
}
.-scroll-mt-input-padding-xs {
  scroll-margin-top: -8px;
}
.-scroll-mt-panel-gap-2xs {
  scroll-margin-top: -4px;
}
.-scroll-mt-panel-gap-lg {
  scroll-margin-top: -24px;
}
.-scroll-mt-panel-gap-md {
  scroll-margin-top: -16px;
}
.-scroll-mt-panel-gap-sm {
  scroll-margin-top: -12px;
}
.-scroll-mt-panel-gap-xl {
  scroll-margin-top: -32px;
}
.-scroll-mt-panel-gap-xs {
  scroll-margin-top: -8px;
}
.-scroll-mt-panel-padding-2xs {
  scroll-margin-top: -4px;
}
.-scroll-mt-panel-padding-lg {
  scroll-margin-top: -24px;
}
.-scroll-mt-panel-padding-md {
  scroll-margin-top: -16px;
}
.-scroll-mt-panel-padding-sm {
  scroll-margin-top: -12px;
}
.-scroll-mt-panel-padding-xl {
  scroll-margin-top: -32px;
}
.-scroll-mt-panel-padding-xs {
  scroll-margin-top: -8px;
}
.scroll-mb-input-gap-lg {
  scroll-margin-bottom: 16px;
}
.scroll-mb-input-gap-md {
  scroll-margin-bottom: 16px;
}
.scroll-mb-input-gap-sm {
  scroll-margin-bottom: 8px;
}
.scroll-mb-input-padding-lg {
  scroll-margin-bottom: 24px;
}
.scroll-mb-input-padding-md {
  scroll-margin-bottom: 24px;
}
.scroll-mb-input-padding-sm {
  scroll-margin-bottom: 16px;
}
.scroll-mb-input-padding-xs {
  scroll-margin-bottom: 8px;
}
.scroll-mb-panel-gap-2xs {
  scroll-margin-bottom: 4px;
}
.scroll-mb-panel-gap-lg {
  scroll-margin-bottom: 24px;
}
.scroll-mb-panel-gap-md {
  scroll-margin-bottom: 16px;
}
.scroll-mb-panel-gap-sm {
  scroll-margin-bottom: 12px;
}
.scroll-mb-panel-gap-xl {
  scroll-margin-bottom: 32px;
}
.scroll-mb-panel-gap-xs {
  scroll-margin-bottom: 8px;
}
.scroll-mb-panel-padding-2xs {
  scroll-margin-bottom: 4px;
}
.scroll-mb-panel-padding-lg {
  scroll-margin-bottom: 24px;
}
.scroll-mb-panel-padding-md {
  scroll-margin-bottom: 16px;
}
.scroll-mb-panel-padding-sm {
  scroll-margin-bottom: 12px;
}
.scroll-mb-panel-padding-xl {
  scroll-margin-bottom: 32px;
}
.scroll-mb-panel-padding-xs {
  scroll-margin-bottom: 8px;
}
.scroll-me-input-gap-lg {
  scroll-margin-inline-end: 16px;
}
.scroll-me-input-gap-md {
  scroll-margin-inline-end: 16px;
}
.scroll-me-input-gap-sm {
  scroll-margin-inline-end: 8px;
}
.scroll-me-input-padding-lg {
  scroll-margin-inline-end: 24px;
}
.scroll-me-input-padding-md {
  scroll-margin-inline-end: 24px;
}
.scroll-me-input-padding-sm {
  scroll-margin-inline-end: 16px;
}
.scroll-me-input-padding-xs {
  scroll-margin-inline-end: 8px;
}
.scroll-me-panel-gap-2xs {
  scroll-margin-inline-end: 4px;
}
.scroll-me-panel-gap-lg {
  scroll-margin-inline-end: 24px;
}
.scroll-me-panel-gap-md {
  scroll-margin-inline-end: 16px;
}
.scroll-me-panel-gap-sm {
  scroll-margin-inline-end: 12px;
}
.scroll-me-panel-gap-xl {
  scroll-margin-inline-end: 32px;
}
.scroll-me-panel-gap-xs {
  scroll-margin-inline-end: 8px;
}
.scroll-me-panel-padding-2xs {
  scroll-margin-inline-end: 4px;
}
.scroll-me-panel-padding-lg {
  scroll-margin-inline-end: 24px;
}
.scroll-me-panel-padding-md {
  scroll-margin-inline-end: 16px;
}
.scroll-me-panel-padding-sm {
  scroll-margin-inline-end: 12px;
}
.scroll-me-panel-padding-xl {
  scroll-margin-inline-end: 32px;
}
.scroll-me-panel-padding-xs {
  scroll-margin-inline-end: 8px;
}
.scroll-ml-input-gap-lg {
  scroll-margin-left: 16px;
}
.scroll-ml-input-gap-md {
  scroll-margin-left: 16px;
}
.scroll-ml-input-gap-sm {
  scroll-margin-left: 8px;
}
.scroll-ml-input-padding-lg {
  scroll-margin-left: 24px;
}
.scroll-ml-input-padding-md {
  scroll-margin-left: 24px;
}
.scroll-ml-input-padding-sm {
  scroll-margin-left: 16px;
}
.scroll-ml-input-padding-xs {
  scroll-margin-left: 8px;
}
.scroll-ml-panel-gap-2xs {
  scroll-margin-left: 4px;
}
.scroll-ml-panel-gap-lg {
  scroll-margin-left: 24px;
}
.scroll-ml-panel-gap-md {
  scroll-margin-left: 16px;
}
.scroll-ml-panel-gap-sm {
  scroll-margin-left: 12px;
}
.scroll-ml-panel-gap-xl {
  scroll-margin-left: 32px;
}
.scroll-ml-panel-gap-xs {
  scroll-margin-left: 8px;
}
.scroll-ml-panel-padding-2xs {
  scroll-margin-left: 4px;
}
.scroll-ml-panel-padding-lg {
  scroll-margin-left: 24px;
}
.scroll-ml-panel-padding-md {
  scroll-margin-left: 16px;
}
.scroll-ml-panel-padding-sm {
  scroll-margin-left: 12px;
}
.scroll-ml-panel-padding-xl {
  scroll-margin-left: 32px;
}
.scroll-ml-panel-padding-xs {
  scroll-margin-left: 8px;
}
.scroll-mr-input-gap-lg {
  scroll-margin-right: 16px;
}
.scroll-mr-input-gap-md {
  scroll-margin-right: 16px;
}
.scroll-mr-input-gap-sm {
  scroll-margin-right: 8px;
}
.scroll-mr-input-padding-lg {
  scroll-margin-right: 24px;
}
.scroll-mr-input-padding-md {
  scroll-margin-right: 24px;
}
.scroll-mr-input-padding-sm {
  scroll-margin-right: 16px;
}
.scroll-mr-input-padding-xs {
  scroll-margin-right: 8px;
}
.scroll-mr-panel-gap-2xs {
  scroll-margin-right: 4px;
}
.scroll-mr-panel-gap-lg {
  scroll-margin-right: 24px;
}
.scroll-mr-panel-gap-md {
  scroll-margin-right: 16px;
}
.scroll-mr-panel-gap-sm {
  scroll-margin-right: 12px;
}
.scroll-mr-panel-gap-xl {
  scroll-margin-right: 32px;
}
.scroll-mr-panel-gap-xs {
  scroll-margin-right: 8px;
}
.scroll-mr-panel-padding-2xs {
  scroll-margin-right: 4px;
}
.scroll-mr-panel-padding-lg {
  scroll-margin-right: 24px;
}
.scroll-mr-panel-padding-md {
  scroll-margin-right: 16px;
}
.scroll-mr-panel-padding-sm {
  scroll-margin-right: 12px;
}
.scroll-mr-panel-padding-xl {
  scroll-margin-right: 32px;
}
.scroll-mr-panel-padding-xs {
  scroll-margin-right: 8px;
}
.scroll-ms-input-gap-lg {
  scroll-margin-inline-start: 16px;
}
.scroll-ms-input-gap-md {
  scroll-margin-inline-start: 16px;
}
.scroll-ms-input-gap-sm {
  scroll-margin-inline-start: 8px;
}
.scroll-ms-input-padding-lg {
  scroll-margin-inline-start: 24px;
}
.scroll-ms-input-padding-md {
  scroll-margin-inline-start: 24px;
}
.scroll-ms-input-padding-sm {
  scroll-margin-inline-start: 16px;
}
.scroll-ms-input-padding-xs {
  scroll-margin-inline-start: 8px;
}
.scroll-ms-panel-gap-2xs {
  scroll-margin-inline-start: 4px;
}
.scroll-ms-panel-gap-lg {
  scroll-margin-inline-start: 24px;
}
.scroll-ms-panel-gap-md {
  scroll-margin-inline-start: 16px;
}
.scroll-ms-panel-gap-sm {
  scroll-margin-inline-start: 12px;
}
.scroll-ms-panel-gap-xl {
  scroll-margin-inline-start: 32px;
}
.scroll-ms-panel-gap-xs {
  scroll-margin-inline-start: 8px;
}
.scroll-ms-panel-padding-2xs {
  scroll-margin-inline-start: 4px;
}
.scroll-ms-panel-padding-lg {
  scroll-margin-inline-start: 24px;
}
.scroll-ms-panel-padding-md {
  scroll-margin-inline-start: 16px;
}
.scroll-ms-panel-padding-sm {
  scroll-margin-inline-start: 12px;
}
.scroll-ms-panel-padding-xl {
  scroll-margin-inline-start: 32px;
}
.scroll-ms-panel-padding-xs {
  scroll-margin-inline-start: 8px;
}
.scroll-mt-input-gap-lg {
  scroll-margin-top: 16px;
}
.scroll-mt-input-gap-md {
  scroll-margin-top: 16px;
}
.scroll-mt-input-gap-sm {
  scroll-margin-top: 8px;
}
.scroll-mt-input-padding-lg {
  scroll-margin-top: 24px;
}
.scroll-mt-input-padding-md {
  scroll-margin-top: 24px;
}
.scroll-mt-input-padding-sm {
  scroll-margin-top: 16px;
}
.scroll-mt-input-padding-xs {
  scroll-margin-top: 8px;
}
.scroll-mt-panel-gap-2xs {
  scroll-margin-top: 4px;
}
.scroll-mt-panel-gap-lg {
  scroll-margin-top: 24px;
}
.scroll-mt-panel-gap-md {
  scroll-margin-top: 16px;
}
.scroll-mt-panel-gap-sm {
  scroll-margin-top: 12px;
}
.scroll-mt-panel-gap-xl {
  scroll-margin-top: 32px;
}
.scroll-mt-panel-gap-xs {
  scroll-margin-top: 8px;
}
.scroll-mt-panel-padding-2xs {
  scroll-margin-top: 4px;
}
.scroll-mt-panel-padding-lg {
  scroll-margin-top: 24px;
}
.scroll-mt-panel-padding-md {
  scroll-margin-top: 16px;
}
.scroll-mt-panel-padding-sm {
  scroll-margin-top: 12px;
}
.scroll-mt-panel-padding-xl {
  scroll-margin-top: 32px;
}
.scroll-mt-panel-padding-xs {
  scroll-margin-top: 8px;
}
.scroll-p-input-gap-lg {
  scroll-padding: 16px;
}
.scroll-p-input-gap-md {
  scroll-padding: 16px;
}
.scroll-p-input-gap-sm {
  scroll-padding: 8px;
}
.scroll-p-input-padding-lg {
  scroll-padding: 24px;
}
.scroll-p-input-padding-md {
  scroll-padding: 24px;
}
.scroll-p-input-padding-sm {
  scroll-padding: 16px;
}
.scroll-p-input-padding-xs {
  scroll-padding: 8px;
}
.scroll-p-panel-gap-2xs {
  scroll-padding: 4px;
}
.scroll-p-panel-gap-lg {
  scroll-padding: 24px;
}
.scroll-p-panel-gap-md {
  scroll-padding: 16px;
}
.scroll-p-panel-gap-sm {
  scroll-padding: 12px;
}
.scroll-p-panel-gap-xl {
  scroll-padding: 32px;
}
.scroll-p-panel-gap-xs {
  scroll-padding: 8px;
}
.scroll-p-panel-padding-2xs {
  scroll-padding: 4px;
}
.scroll-p-panel-padding-lg {
  scroll-padding: 24px;
}
.scroll-p-panel-padding-md {
  scroll-padding: 16px;
}
.scroll-p-panel-padding-sm {
  scroll-padding: 12px;
}
.scroll-p-panel-padding-xl {
  scroll-padding: 32px;
}
.scroll-p-panel-padding-xs {
  scroll-padding: 8px;
}
.scroll-px-input-gap-lg {
  scroll-padding-left: 16px;
  scroll-padding-right: 16px;
}
.scroll-px-input-gap-md {
  scroll-padding-left: 16px;
  scroll-padding-right: 16px;
}
.scroll-px-input-gap-sm {
  scroll-padding-left: 8px;
  scroll-padding-right: 8px;
}
.scroll-px-input-padding-lg {
  scroll-padding-left: 24px;
  scroll-padding-right: 24px;
}
.scroll-px-input-padding-md {
  scroll-padding-left: 24px;
  scroll-padding-right: 24px;
}
.scroll-px-input-padding-sm {
  scroll-padding-left: 16px;
  scroll-padding-right: 16px;
}
.scroll-px-input-padding-xs {
  scroll-padding-left: 8px;
  scroll-padding-right: 8px;
}
.scroll-px-panel-gap-2xs {
  scroll-padding-left: 4px;
  scroll-padding-right: 4px;
}
.scroll-px-panel-gap-lg {
  scroll-padding-left: 24px;
  scroll-padding-right: 24px;
}
.scroll-px-panel-gap-md {
  scroll-padding-left: 16px;
  scroll-padding-right: 16px;
}
.scroll-px-panel-gap-sm {
  scroll-padding-left: 12px;
  scroll-padding-right: 12px;
}
.scroll-px-panel-gap-xl {
  scroll-padding-left: 32px;
  scroll-padding-right: 32px;
}
.scroll-px-panel-gap-xs {
  scroll-padding-left: 8px;
  scroll-padding-right: 8px;
}
.scroll-px-panel-padding-2xs {
  scroll-padding-left: 4px;
  scroll-padding-right: 4px;
}
.scroll-px-panel-padding-lg {
  scroll-padding-left: 24px;
  scroll-padding-right: 24px;
}
.scroll-px-panel-padding-md {
  scroll-padding-left: 16px;
  scroll-padding-right: 16px;
}
.scroll-px-panel-padding-sm {
  scroll-padding-left: 12px;
  scroll-padding-right: 12px;
}
.scroll-px-panel-padding-xl {
  scroll-padding-left: 32px;
  scroll-padding-right: 32px;
}
.scroll-px-panel-padding-xs {
  scroll-padding-left: 8px;
  scroll-padding-right: 8px;
}
.scroll-py-input-gap-lg {
  scroll-padding-top: 16px;
  scroll-padding-bottom: 16px;
}
.scroll-py-input-gap-md {
  scroll-padding-top: 16px;
  scroll-padding-bottom: 16px;
}
.scroll-py-input-gap-sm {
  scroll-padding-top: 8px;
  scroll-padding-bottom: 8px;
}
.scroll-py-input-padding-lg {
  scroll-padding-top: 24px;
  scroll-padding-bottom: 24px;
}
.scroll-py-input-padding-md {
  scroll-padding-top: 24px;
  scroll-padding-bottom: 24px;
}
.scroll-py-input-padding-sm {
  scroll-padding-top: 16px;
  scroll-padding-bottom: 16px;
}
.scroll-py-input-padding-xs {
  scroll-padding-top: 8px;
  scroll-padding-bottom: 8px;
}
.scroll-py-panel-gap-2xs {
  scroll-padding-top: 4px;
  scroll-padding-bottom: 4px;
}
.scroll-py-panel-gap-lg {
  scroll-padding-top: 24px;
  scroll-padding-bottom: 24px;
}
.scroll-py-panel-gap-md {
  scroll-padding-top: 16px;
  scroll-padding-bottom: 16px;
}
.scroll-py-panel-gap-sm {
  scroll-padding-top: 12px;
  scroll-padding-bottom: 12px;
}
.scroll-py-panel-gap-xl {
  scroll-padding-top: 32px;
  scroll-padding-bottom: 32px;
}
.scroll-py-panel-gap-xs {
  scroll-padding-top: 8px;
  scroll-padding-bottom: 8px;
}
.scroll-py-panel-padding-2xs {
  scroll-padding-top: 4px;
  scroll-padding-bottom: 4px;
}
.scroll-py-panel-padding-lg {
  scroll-padding-top: 24px;
  scroll-padding-bottom: 24px;
}
.scroll-py-panel-padding-md {
  scroll-padding-top: 16px;
  scroll-padding-bottom: 16px;
}
.scroll-py-panel-padding-sm {
  scroll-padding-top: 12px;
  scroll-padding-bottom: 12px;
}
.scroll-py-panel-padding-xl {
  scroll-padding-top: 32px;
  scroll-padding-bottom: 32px;
}
.scroll-py-panel-padding-xs {
  scroll-padding-top: 8px;
  scroll-padding-bottom: 8px;
}
.scroll-pb-input-gap-lg {
  scroll-padding-bottom: 16px;
}
.scroll-pb-input-gap-md {
  scroll-padding-bottom: 16px;
}
.scroll-pb-input-gap-sm {
  scroll-padding-bottom: 8px;
}
.scroll-pb-input-padding-lg {
  scroll-padding-bottom: 24px;
}
.scroll-pb-input-padding-md {
  scroll-padding-bottom: 24px;
}
.scroll-pb-input-padding-sm {
  scroll-padding-bottom: 16px;
}
.scroll-pb-input-padding-xs {
  scroll-padding-bottom: 8px;
}
.scroll-pb-panel-gap-2xs {
  scroll-padding-bottom: 4px;
}
.scroll-pb-panel-gap-lg {
  scroll-padding-bottom: 24px;
}
.scroll-pb-panel-gap-md {
  scroll-padding-bottom: 16px;
}
.scroll-pb-panel-gap-sm {
  scroll-padding-bottom: 12px;
}
.scroll-pb-panel-gap-xl {
  scroll-padding-bottom: 32px;
}
.scroll-pb-panel-gap-xs {
  scroll-padding-bottom: 8px;
}
.scroll-pb-panel-padding-2xs {
  scroll-padding-bottom: 4px;
}
.scroll-pb-panel-padding-lg {
  scroll-padding-bottom: 24px;
}
.scroll-pb-panel-padding-md {
  scroll-padding-bottom: 16px;
}
.scroll-pb-panel-padding-sm {
  scroll-padding-bottom: 12px;
}
.scroll-pb-panel-padding-xl {
  scroll-padding-bottom: 32px;
}
.scroll-pb-panel-padding-xs {
  scroll-padding-bottom: 8px;
}
.scroll-pe-input-gap-lg {
  scroll-padding-inline-end: 16px;
}
.scroll-pe-input-gap-md {
  scroll-padding-inline-end: 16px;
}
.scroll-pe-input-gap-sm {
  scroll-padding-inline-end: 8px;
}
.scroll-pe-input-padding-lg {
  scroll-padding-inline-end: 24px;
}
.scroll-pe-input-padding-md {
  scroll-padding-inline-end: 24px;
}
.scroll-pe-input-padding-sm {
  scroll-padding-inline-end: 16px;
}
.scroll-pe-input-padding-xs {
  scroll-padding-inline-end: 8px;
}
.scroll-pe-panel-gap-2xs {
  scroll-padding-inline-end: 4px;
}
.scroll-pe-panel-gap-lg {
  scroll-padding-inline-end: 24px;
}
.scroll-pe-panel-gap-md {
  scroll-padding-inline-end: 16px;
}
.scroll-pe-panel-gap-sm {
  scroll-padding-inline-end: 12px;
}
.scroll-pe-panel-gap-xl {
  scroll-padding-inline-end: 32px;
}
.scroll-pe-panel-gap-xs {
  scroll-padding-inline-end: 8px;
}
.scroll-pe-panel-padding-2xs {
  scroll-padding-inline-end: 4px;
}
.scroll-pe-panel-padding-lg {
  scroll-padding-inline-end: 24px;
}
.scroll-pe-panel-padding-md {
  scroll-padding-inline-end: 16px;
}
.scroll-pe-panel-padding-sm {
  scroll-padding-inline-end: 12px;
}
.scroll-pe-panel-padding-xl {
  scroll-padding-inline-end: 32px;
}
.scroll-pe-panel-padding-xs {
  scroll-padding-inline-end: 8px;
}
.scroll-pl-input-gap-lg {
  scroll-padding-left: 16px;
}
.scroll-pl-input-gap-md {
  scroll-padding-left: 16px;
}
.scroll-pl-input-gap-sm {
  scroll-padding-left: 8px;
}
.scroll-pl-input-padding-lg {
  scroll-padding-left: 24px;
}
.scroll-pl-input-padding-md {
  scroll-padding-left: 24px;
}
.scroll-pl-input-padding-sm {
  scroll-padding-left: 16px;
}
.scroll-pl-input-padding-xs {
  scroll-padding-left: 8px;
}
.scroll-pl-panel-gap-2xs {
  scroll-padding-left: 4px;
}
.scroll-pl-panel-gap-lg {
  scroll-padding-left: 24px;
}
.scroll-pl-panel-gap-md {
  scroll-padding-left: 16px;
}
.scroll-pl-panel-gap-sm {
  scroll-padding-left: 12px;
}
.scroll-pl-panel-gap-xl {
  scroll-padding-left: 32px;
}
.scroll-pl-panel-gap-xs {
  scroll-padding-left: 8px;
}
.scroll-pl-panel-padding-2xs {
  scroll-padding-left: 4px;
}
.scroll-pl-panel-padding-lg {
  scroll-padding-left: 24px;
}
.scroll-pl-panel-padding-md {
  scroll-padding-left: 16px;
}
.scroll-pl-panel-padding-sm {
  scroll-padding-left: 12px;
}
.scroll-pl-panel-padding-xl {
  scroll-padding-left: 32px;
}
.scroll-pl-panel-padding-xs {
  scroll-padding-left: 8px;
}
.scroll-pr-input-gap-lg {
  scroll-padding-right: 16px;
}
.scroll-pr-input-gap-md {
  scroll-padding-right: 16px;
}
.scroll-pr-input-gap-sm {
  scroll-padding-right: 8px;
}
.scroll-pr-input-padding-lg {
  scroll-padding-right: 24px;
}
.scroll-pr-input-padding-md {
  scroll-padding-right: 24px;
}
.scroll-pr-input-padding-sm {
  scroll-padding-right: 16px;
}
.scroll-pr-input-padding-xs {
  scroll-padding-right: 8px;
}
.scroll-pr-panel-gap-2xs {
  scroll-padding-right: 4px;
}
.scroll-pr-panel-gap-lg {
  scroll-padding-right: 24px;
}
.scroll-pr-panel-gap-md {
  scroll-padding-right: 16px;
}
.scroll-pr-panel-gap-sm {
  scroll-padding-right: 12px;
}
.scroll-pr-panel-gap-xl {
  scroll-padding-right: 32px;
}
.scroll-pr-panel-gap-xs {
  scroll-padding-right: 8px;
}
.scroll-pr-panel-padding-2xs {
  scroll-padding-right: 4px;
}
.scroll-pr-panel-padding-lg {
  scroll-padding-right: 24px;
}
.scroll-pr-panel-padding-md {
  scroll-padding-right: 16px;
}
.scroll-pr-panel-padding-sm {
  scroll-padding-right: 12px;
}
.scroll-pr-panel-padding-xl {
  scroll-padding-right: 32px;
}
.scroll-pr-panel-padding-xs {
  scroll-padding-right: 8px;
}
.scroll-ps-input-gap-lg {
  scroll-padding-inline-start: 16px;
}
.scroll-ps-input-gap-md {
  scroll-padding-inline-start: 16px;
}
.scroll-ps-input-gap-sm {
  scroll-padding-inline-start: 8px;
}
.scroll-ps-input-padding-lg {
  scroll-padding-inline-start: 24px;
}
.scroll-ps-input-padding-md {
  scroll-padding-inline-start: 24px;
}
.scroll-ps-input-padding-sm {
  scroll-padding-inline-start: 16px;
}
.scroll-ps-input-padding-xs {
  scroll-padding-inline-start: 8px;
}
.scroll-ps-panel-gap-2xs {
  scroll-padding-inline-start: 4px;
}
.scroll-ps-panel-gap-lg {
  scroll-padding-inline-start: 24px;
}
.scroll-ps-panel-gap-md {
  scroll-padding-inline-start: 16px;
}
.scroll-ps-panel-gap-sm {
  scroll-padding-inline-start: 12px;
}
.scroll-ps-panel-gap-xl {
  scroll-padding-inline-start: 32px;
}
.scroll-ps-panel-gap-xs {
  scroll-padding-inline-start: 8px;
}
.scroll-ps-panel-padding-2xs {
  scroll-padding-inline-start: 4px;
}
.scroll-ps-panel-padding-lg {
  scroll-padding-inline-start: 24px;
}
.scroll-ps-panel-padding-md {
  scroll-padding-inline-start: 16px;
}
.scroll-ps-panel-padding-sm {
  scroll-padding-inline-start: 12px;
}
.scroll-ps-panel-padding-xl {
  scroll-padding-inline-start: 32px;
}
.scroll-ps-panel-padding-xs {
  scroll-padding-inline-start: 8px;
}
.scroll-pt-input-gap-lg {
  scroll-padding-top: 16px;
}
.scroll-pt-input-gap-md {
  scroll-padding-top: 16px;
}
.scroll-pt-input-gap-sm {
  scroll-padding-top: 8px;
}
.scroll-pt-input-padding-lg {
  scroll-padding-top: 24px;
}
.scroll-pt-input-padding-md {
  scroll-padding-top: 24px;
}
.scroll-pt-input-padding-sm {
  scroll-padding-top: 16px;
}
.scroll-pt-input-padding-xs {
  scroll-padding-top: 8px;
}
.scroll-pt-panel-gap-2xs {
  scroll-padding-top: 4px;
}
.scroll-pt-panel-gap-lg {
  scroll-padding-top: 24px;
}
.scroll-pt-panel-gap-md {
  scroll-padding-top: 16px;
}
.scroll-pt-panel-gap-sm {
  scroll-padding-top: 12px;
}
.scroll-pt-panel-gap-xl {
  scroll-padding-top: 32px;
}
.scroll-pt-panel-gap-xs {
  scroll-padding-top: 8px;
}
.scroll-pt-panel-padding-2xs {
  scroll-padding-top: 4px;
}
.scroll-pt-panel-padding-lg {
  scroll-padding-top: 24px;
}
.scroll-pt-panel-padding-md {
  scroll-padding-top: 16px;
}
.scroll-pt-panel-padding-sm {
  scroll-padding-top: 12px;
}
.scroll-pt-panel-padding-xl {
  scroll-padding-top: 32px;
}
.scroll-pt-panel-padding-xs {
  scroll-padding-top: 8px;
}
.list-inside {
  list-style-position: inside;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.content-start {
  align-content: flex-start;
}
.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;
}
.gap-0 {
  gap: 0px;
}
.gap-1 {
  gap: 4px;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 40px;
}
.gap-12 {
  gap: 48px;
}
.gap-14 {
  gap: 56px;
}
.gap-16 {
  gap: 64px;
}
.gap-2 {
  gap: 8px;
}
.gap-3 {
  gap: 12px;
}
.gap-3\.5 {
  gap: 0.875rem;
}
.gap-4 {
  gap: 16px;
}
.gap-5 {
  gap: 20px;
}
.gap-6 {
  gap: 24px;
}
.gap-8 {
  gap: 32px;
}
.gap-input-gap-lg {
  gap: 16px;
}
.gap-input-gap-md {
  gap: 16px;
}
.gap-input-gap-sm {
  gap: 8px;
}
.gap-input-padding-lg {
  gap: 24px;
}
.gap-input-padding-md {
  gap: 24px;
}
.gap-input-padding-sm {
  gap: 16px;
}
.gap-input-padding-xs {
  gap: 8px;
}
.gap-panel-gap-2xs {
  gap: 4px;
}
.gap-panel-gap-lg {
  gap: 24px;
}
.gap-panel-gap-md {
  gap: 16px;
}
.gap-panel-gap-sm {
  gap: 12px;
}
.gap-panel-gap-xl {
  gap: 32px;
}
.gap-panel-gap-xs {
  gap: 8px;
}
.gap-panel-padding-2xs {
  gap: 4px;
}
.gap-panel-padding-lg {
  gap: 24px;
}
.gap-panel-padding-md {
  gap: 16px;
}
.gap-panel-padding-sm {
  gap: 12px;
}
.gap-panel-padding-xl {
  gap: 32px;
}
.gap-panel-padding-xs {
  gap: 8px;
}
.gap-x-14 {
  -moz-column-gap: 56px;
       column-gap: 56px;
}
.gap-x-2 {
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.gap-x-4 {
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.gap-x-6 {
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.gap-x-input-gap-lg {
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.gap-x-input-gap-md {
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.gap-x-input-gap-sm {
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.gap-x-input-padding-lg {
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.gap-x-input-padding-md {
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.gap-x-input-padding-sm {
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.gap-x-input-padding-xs {
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.gap-x-panel-gap-2xs {
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.gap-x-panel-gap-lg {
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.gap-x-panel-gap-md {
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.gap-x-panel-gap-sm {
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.gap-x-panel-gap-xl {
  -moz-column-gap: 32px;
       column-gap: 32px;
}
.gap-x-panel-gap-xs {
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.gap-x-panel-padding-2xs {
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.gap-x-panel-padding-lg {
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.gap-x-panel-padding-md {
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.gap-x-panel-padding-sm {
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.gap-x-panel-padding-xl {
  -moz-column-gap: 32px;
       column-gap: 32px;
}
.gap-x-panel-padding-xs {
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.gap-y-1 {
  row-gap: 4px;
}
.gap-y-2 {
  row-gap: 8px;
}
.gap-y-3 {
  row-gap: 12px;
}
.gap-y-4 {
  row-gap: 16px;
}
.gap-y-8 {
  row-gap: 32px;
}
.gap-y-input-gap-lg {
  row-gap: 16px;
}
.gap-y-input-gap-md {
  row-gap: 16px;
}
.gap-y-input-gap-sm {
  row-gap: 8px;
}
.gap-y-input-padding-lg {
  row-gap: 24px;
}
.gap-y-input-padding-md {
  row-gap: 24px;
}
.gap-y-input-padding-sm {
  row-gap: 16px;
}
.gap-y-input-padding-xs {
  row-gap: 8px;
}
.gap-y-panel-gap-2xs {
  row-gap: 4px;
}
.gap-y-panel-gap-lg {
  row-gap: 24px;
}
.gap-y-panel-gap-md {
  row-gap: 16px;
}
.gap-y-panel-gap-sm {
  row-gap: 12px;
}
.gap-y-panel-gap-xl {
  row-gap: 32px;
}
.gap-y-panel-gap-xs {
  row-gap: 8px;
}
.gap-y-panel-padding-2xs {
  row-gap: 4px;
}
.gap-y-panel-padding-lg {
  row-gap: 24px;
}
.gap-y-panel-padding-md {
  row-gap: 16px;
}
.gap-y-panel-padding-sm {
  row-gap: 12px;
}
.gap-y-panel-padding-xl {
  row-gap: 32px;
}
.gap-y-panel-padding-xs {
  row-gap: 8px;
}
.-space-x-input-gap-lg > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-16px * var(--tw-space-x-reverse));
  margin-left: calc(-16px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-x-input-gap-md > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-16px * var(--tw-space-x-reverse));
  margin-left: calc(-16px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-x-input-gap-sm > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-8px * var(--tw-space-x-reverse));
  margin-left: calc(-8px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-x-input-padding-lg > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-24px * var(--tw-space-x-reverse));
  margin-left: calc(-24px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-x-input-padding-md > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-24px * var(--tw-space-x-reverse));
  margin-left: calc(-24px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-x-input-padding-sm > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-16px * var(--tw-space-x-reverse));
  margin-left: calc(-16px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-x-input-padding-xs > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-8px * var(--tw-space-x-reverse));
  margin-left: calc(-8px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-x-panel-gap-2xs > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-4px * var(--tw-space-x-reverse));
  margin-left: calc(-4px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-x-panel-gap-lg > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-24px * var(--tw-space-x-reverse));
  margin-left: calc(-24px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-x-panel-gap-md > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-16px * var(--tw-space-x-reverse));
  margin-left: calc(-16px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-x-panel-gap-sm > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-12px * var(--tw-space-x-reverse));
  margin-left: calc(-12px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-x-panel-gap-xl > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-32px * var(--tw-space-x-reverse));
  margin-left: calc(-32px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-x-panel-gap-xs > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-8px * var(--tw-space-x-reverse));
  margin-left: calc(-8px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-x-panel-padding-2xs > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-4px * var(--tw-space-x-reverse));
  margin-left: calc(-4px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-x-panel-padding-lg > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-24px * var(--tw-space-x-reverse));
  margin-left: calc(-24px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-x-panel-padding-md > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-16px * var(--tw-space-x-reverse));
  margin-left: calc(-16px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-x-panel-padding-sm > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-12px * var(--tw-space-x-reverse));
  margin-left: calc(-12px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-x-panel-padding-xl > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-32px * var(--tw-space-x-reverse));
  margin-left: calc(-32px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-x-panel-padding-xs > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-8px * var(--tw-space-x-reverse));
  margin-left: calc(-8px * calc(1 - var(--tw-space-x-reverse)));
}
.-space-y-input-gap-lg > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-16px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-16px * var(--tw-space-y-reverse));
}
.-space-y-input-gap-md > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-16px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-16px * var(--tw-space-y-reverse));
}
.-space-y-input-gap-sm > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-8px * var(--tw-space-y-reverse));
}
.-space-y-input-padding-lg > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-24px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-24px * var(--tw-space-y-reverse));
}
.-space-y-input-padding-md > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-24px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-24px * var(--tw-space-y-reverse));
}
.-space-y-input-padding-sm > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-16px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-16px * var(--tw-space-y-reverse));
}
.-space-y-input-padding-xs > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-8px * var(--tw-space-y-reverse));
}
.-space-y-panel-gap-2xs > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-4px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-4px * var(--tw-space-y-reverse));
}
.-space-y-panel-gap-lg > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-24px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-24px * var(--tw-space-y-reverse));
}
.-space-y-panel-gap-md > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-16px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-16px * var(--tw-space-y-reverse));
}
.-space-y-panel-gap-sm > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-12px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-12px * var(--tw-space-y-reverse));
}
.-space-y-panel-gap-xl > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-32px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-32px * var(--tw-space-y-reverse));
}
.-space-y-panel-gap-xs > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-8px * var(--tw-space-y-reverse));
}
.-space-y-panel-padding-2xs > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-4px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-4px * var(--tw-space-y-reverse));
}
.-space-y-panel-padding-lg > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-24px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-24px * var(--tw-space-y-reverse));
}
.-space-y-panel-padding-md > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-16px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-16px * var(--tw-space-y-reverse));
}
.-space-y-panel-padding-sm > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-12px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-12px * var(--tw-space-y-reverse));
}
.-space-y-panel-padding-xl > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-32px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-32px * var(--tw-space-y-reverse));
}
.-space-y-panel-padding-xs > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(-8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(-8px * var(--tw-space-y-reverse));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(8px * var(--tw-space-x-reverse));
  margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(12px * var(--tw-space-x-reverse));
  margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(16px * var(--tw-space-x-reverse));
  margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(32px * var(--tw-space-x-reverse));
  margin-left: calc(32px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-input-gap-lg > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(16px * var(--tw-space-x-reverse));
  margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-input-gap-md > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(16px * var(--tw-space-x-reverse));
  margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-input-gap-sm > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(8px * var(--tw-space-x-reverse));
  margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-input-padding-lg > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(24px * var(--tw-space-x-reverse));
  margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-input-padding-md > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(24px * var(--tw-space-x-reverse));
  margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-input-padding-sm > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(16px * var(--tw-space-x-reverse));
  margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-input-padding-xs > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(8px * var(--tw-space-x-reverse));
  margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-panel-gap-2xs > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(4px * var(--tw-space-x-reverse));
  margin-left: calc(4px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-panel-gap-lg > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(24px * var(--tw-space-x-reverse));
  margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-panel-gap-md > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(16px * var(--tw-space-x-reverse));
  margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-panel-gap-sm > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(12px * var(--tw-space-x-reverse));
  margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-panel-gap-xl > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(32px * var(--tw-space-x-reverse));
  margin-left: calc(32px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-panel-gap-xs > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(8px * var(--tw-space-x-reverse));
  margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-panel-padding-2xs > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(4px * var(--tw-space-x-reverse));
  margin-left: calc(4px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-panel-padding-lg > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(24px * var(--tw-space-x-reverse));
  margin-left: calc(24px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-panel-padding-md > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(16px * var(--tw-space-x-reverse));
  margin-left: calc(16px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-panel-padding-sm > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(12px * var(--tw-space-x-reverse));
  margin-left: calc(12px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-panel-padding-xl > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(32px * var(--tw-space-x-reverse));
  margin-left: calc(32px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-panel-padding-xs > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(8px * var(--tw-space-x-reverse));
  margin-left: calc(8px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4px * var(--tw-space-y-reverse));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(40px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(40px * var(--tw-space-y-reverse));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(48px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(48px * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8px * var(--tw-space-y-reverse));
}
.space-y-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(96px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(96px * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(12px * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16px * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(24px * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(32px * var(--tw-space-y-reverse));
}
.space-y-input-gap-lg > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16px * var(--tw-space-y-reverse));
}
.space-y-input-gap-md > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16px * var(--tw-space-y-reverse));
}
.space-y-input-gap-sm > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8px * var(--tw-space-y-reverse));
}
.space-y-input-padding-lg > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(24px * var(--tw-space-y-reverse));
}
.space-y-input-padding-md > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(24px * var(--tw-space-y-reverse));
}
.space-y-input-padding-sm > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16px * var(--tw-space-y-reverse));
}
.space-y-input-padding-xs > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8px * var(--tw-space-y-reverse));
}
.space-y-panel-gap-2xs > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4px * var(--tw-space-y-reverse));
}
.space-y-panel-gap-lg > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(24px * var(--tw-space-y-reverse));
}
.space-y-panel-gap-md > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16px * var(--tw-space-y-reverse));
}
.space-y-panel-gap-sm > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(12px * var(--tw-space-y-reverse));
}
.space-y-panel-gap-xl > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(32px * var(--tw-space-y-reverse));
}
.space-y-panel-gap-xs > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8px * var(--tw-space-y-reverse));
}
.space-y-panel-padding-2xs > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4px * var(--tw-space-y-reverse));
}
.space-y-panel-padding-lg > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(24px * var(--tw-space-y-reverse));
}
.space-y-panel-padding-md > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(16px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16px * var(--tw-space-y-reverse));
}
.space-y-panel-padding-sm > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(12px * var(--tw-space-y-reverse));
}
.space-y-panel-padding-xl > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(32px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(32px * var(--tw-space-y-reverse));
}
.space-y-panel-padding-xs > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8px * var(--tw-space-y-reverse));
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-avatar-background > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(205 141 239 / var(--tw-divide-opacity));
}
.divide-avatar-background\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0);
}
.divide-avatar-background\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.1);
}
.divide-avatar-background\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 1);
}
.divide-avatar-background\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.2);
}
.divide-avatar-background\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.25);
}
.divide-avatar-background\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.3);
}
.divide-avatar-background\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.4);
}
.divide-avatar-background\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.05);
}
.divide-avatar-background\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.5);
}
.divide-avatar-background\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.6);
}
.divide-avatar-background\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.7);
}
.divide-avatar-background\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.75);
}
.divide-avatar-background\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.8);
}
.divide-avatar-background\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.9);
}
.divide-avatar-background\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.95);
}
.divide-avatar-background\/state-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.5);
}
.divide-avatar-background\/state-enabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 1);
}
.divide-badge-outline-alternate > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(6 182 212 / var(--tw-divide-opacity));
}
.divide-badge-outline-alternate\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 182 212 / 0);
}
.divide-badge-outline-alternate\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 182 212 / 0.1);
}
.divide-badge-outline-alternate\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 182 212 / 1);
}
.divide-badge-outline-alternate\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 182 212 / 0.2);
}
.divide-badge-outline-alternate\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 182 212 / 0.25);
}
.divide-badge-outline-alternate\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 182 212 / 0.3);
}
.divide-badge-outline-alternate\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 182 212 / 0.4);
}
.divide-badge-outline-alternate\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 182 212 / 0.05);
}
.divide-badge-outline-alternate\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 182 212 / 0.5);
}
.divide-badge-outline-alternate\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 182 212 / 0.6);
}
.divide-badge-outline-alternate\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 182 212 / 0.7);
}
.divide-badge-outline-alternate\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 182 212 / 0.75);
}
.divide-badge-outline-alternate\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 182 212 / 0.8);
}
.divide-badge-outline-alternate\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 182 212 / 0.9);
}
.divide-badge-outline-alternate\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 182 212 / 0.95);
}
.divide-badge-outline-alternate\/state-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 182 212 / 0.5);
}
.divide-badge-outline-alternate\/state-enabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 182 212 / 1);
}
.divide-badge-outline-default > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(205 141 239 / var(--tw-divide-opacity));
}
.divide-badge-outline-default\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0);
}
.divide-badge-outline-default\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.1);
}
.divide-badge-outline-default\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 1);
}
.divide-badge-outline-default\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.2);
}
.divide-badge-outline-default\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.25);
}
.divide-badge-outline-default\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.3);
}
.divide-badge-outline-default\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.4);
}
.divide-badge-outline-default\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.05);
}
.divide-badge-outline-default\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.5);
}
.divide-badge-outline-default\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.6);
}
.divide-badge-outline-default\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.7);
}
.divide-badge-outline-default\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.75);
}
.divide-badge-outline-default\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.8);
}
.divide-badge-outline-default\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.9);
}
.divide-badge-outline-default\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.95);
}
.divide-badge-outline-default\/state-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.5);
}
.divide-badge-outline-default\/state-enabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 1);
}
.divide-badge-outline-textColor > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(205 141 239 / var(--tw-divide-opacity));
}
.divide-badge-outline-textColor\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0);
}
.divide-badge-outline-textColor\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.1);
}
.divide-badge-outline-textColor\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 1);
}
.divide-badge-outline-textColor\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.2);
}
.divide-badge-outline-textColor\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.25);
}
.divide-badge-outline-textColor\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.3);
}
.divide-badge-outline-textColor\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.4);
}
.divide-badge-outline-textColor\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.05);
}
.divide-badge-outline-textColor\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.5);
}
.divide-badge-outline-textColor\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.6);
}
.divide-badge-outline-textColor\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.7);
}
.divide-badge-outline-textColor\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.75);
}
.divide-badge-outline-textColor\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.8);
}
.divide-badge-outline-textColor\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.9);
}
.divide-badge-outline-textColor\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.95);
}
.divide-badge-outline-textColor\/state-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.5);
}
.divide-badge-outline-textColor\/state-enabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 1);
}
.divide-badge-solid-alternate > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(6 182 212 / var(--tw-divide-opacity));
}
.divide-badge-solid-alternate\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 182 212 / 0);
}
.divide-badge-solid-alternate\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 182 212 / 0.1);
}
.divide-badge-solid-alternate\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 182 212 / 1);
}
.divide-badge-solid-alternate\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 182 212 / 0.2);
}
.divide-badge-solid-alternate\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 182 212 / 0.25);
}
.divide-badge-solid-alternate\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 182 212 / 0.3);
}
.divide-badge-solid-alternate\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 182 212 / 0.4);
}
.divide-badge-solid-alternate\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 182 212 / 0.05);
}
.divide-badge-solid-alternate\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 182 212 / 0.5);
}
.divide-badge-solid-alternate\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 182 212 / 0.6);
}
.divide-badge-solid-alternate\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 182 212 / 0.7);
}
.divide-badge-solid-alternate\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 182 212 / 0.75);
}
.divide-badge-solid-alternate\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 182 212 / 0.8);
}
.divide-badge-solid-alternate\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 182 212 / 0.9);
}
.divide-badge-solid-alternate\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 182 212 / 0.95);
}
.divide-badge-solid-alternate\/state-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 182 212 / 0.5);
}
.divide-badge-solid-alternate\/state-enabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 182 212 / 1);
}
.divide-badge-solid-default > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(205 141 239 / var(--tw-divide-opacity));
}
.divide-badge-solid-default\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0);
}
.divide-badge-solid-default\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.1);
}
.divide-badge-solid-default\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 1);
}
.divide-badge-solid-default\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.2);
}
.divide-badge-solid-default\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.25);
}
.divide-badge-solid-default\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.3);
}
.divide-badge-solid-default\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.4);
}
.divide-badge-solid-default\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.05);
}
.divide-badge-solid-default\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.5);
}
.divide-badge-solid-default\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.6);
}
.divide-badge-solid-default\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.7);
}
.divide-badge-solid-default\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.75);
}
.divide-badge-solid-default\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.8);
}
.divide-badge-solid-default\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.9);
}
.divide-badge-solid-default\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.95);
}
.divide-badge-solid-default\/state-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.5);
}
.divide-badge-solid-default\/state-enabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 1);
}
.divide-badge-solid-textColor > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-divide-opacity));
}
.divide-badge-solid-textColor\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0);
}
.divide-badge-solid-textColor\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.1);
}
.divide-badge-solid-textColor\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 1);
}
.divide-badge-solid-textColor\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.2);
}
.divide-badge-solid-textColor\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.25);
}
.divide-badge-solid-textColor\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.3);
}
.divide-badge-solid-textColor\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.4);
}
.divide-badge-solid-textColor\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.05);
}
.divide-badge-solid-textColor\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.5);
}
.divide-badge-solid-textColor\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.6);
}
.divide-badge-solid-textColor\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.7);
}
.divide-badge-solid-textColor\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.75);
}
.divide-badge-solid-textColor\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.8);
}
.divide-badge-solid-textColor\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.9);
}
.divide-badge-solid-textColor\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.95);
}
.divide-badge-solid-textColor\/state-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.5);
}
.divide-badge-solid-textColor\/state-enabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 1);
}
.divide-divider-default > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-divide-opacity));
}
.divide-divider-default\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 65 81 / 0);
}
.divide-divider-default\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 65 81 / 0.1);
}
.divide-divider-default\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 65 81 / 1);
}
.divide-divider-default\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 65 81 / 0.2);
}
.divide-divider-default\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 65 81 / 0.25);
}
.divide-divider-default\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 65 81 / 0.3);
}
.divide-divider-default\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 65 81 / 0.4);
}
.divide-divider-default\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 65 81 / 0.05);
}
.divide-divider-default\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 65 81 / 0.5);
}
.divide-divider-default\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 65 81 / 0.6);
}
.divide-divider-default\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 65 81 / 0.7);
}
.divide-divider-default\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 65 81 / 0.75);
}
.divide-divider-default\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 65 81 / 0.8);
}
.divide-divider-default\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 65 81 / 0.9);
}
.divide-divider-default\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 65 81 / 0.95);
}
.divide-divider-default\/state-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 65 81 / 0.5);
}
.divide-divider-default\/state-enabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 65 81 / 1);
}
.divide-input-background > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(23 23 23 / var(--tw-divide-opacity));
}
.divide-input-background\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(23 23 23 / 0);
}
.divide-input-background\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(23 23 23 / 0.1);
}
.divide-input-background\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(23 23 23 / 1);
}
.divide-input-background\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(23 23 23 / 0.2);
}
.divide-input-background\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(23 23 23 / 0.25);
}
.divide-input-background\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(23 23 23 / 0.3);
}
.divide-input-background\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(23 23 23 / 0.4);
}
.divide-input-background\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(23 23 23 / 0.05);
}
.divide-input-background\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(23 23 23 / 0.5);
}
.divide-input-background\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(23 23 23 / 0.6);
}
.divide-input-background\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(23 23 23 / 0.7);
}
.divide-input-background\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(23 23 23 / 0.75);
}
.divide-input-background\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(23 23 23 / 0.8);
}
.divide-input-background\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(23 23 23 / 0.9);
}
.divide-input-background\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(23 23 23 / 0.95);
}
.divide-input-background\/state-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(23 23 23 / 0.5);
}
.divide-input-background\/state-enabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(23 23 23 / 1);
}
.divide-input-checkbox-background > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(205 141 239 / var(--tw-divide-opacity));
}
.divide-input-checkbox-background\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0);
}
.divide-input-checkbox-background\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.1);
}
.divide-input-checkbox-background\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 1);
}
.divide-input-checkbox-background\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.2);
}
.divide-input-checkbox-background\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.25);
}
.divide-input-checkbox-background\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.3);
}
.divide-input-checkbox-background\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.4);
}
.divide-input-checkbox-background\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.05);
}
.divide-input-checkbox-background\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.5);
}
.divide-input-checkbox-background\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.6);
}
.divide-input-checkbox-background\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.7);
}
.divide-input-checkbox-background\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.75);
}
.divide-input-checkbox-background\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.8);
}
.divide-input-checkbox-background\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.9);
}
.divide-input-checkbox-background\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.95);
}
.divide-input-checkbox-background\/state-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.5);
}
.divide-input-checkbox-background\/state-enabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 1);
}
.divide-input-checkbox-border > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(205 141 239 / var(--tw-divide-opacity));
}
.divide-input-checkbox-border\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0);
}
.divide-input-checkbox-border\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.1);
}
.divide-input-checkbox-border\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 1);
}
.divide-input-checkbox-border\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.2);
}
.divide-input-checkbox-border\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.25);
}
.divide-input-checkbox-border\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.3);
}
.divide-input-checkbox-border\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.4);
}
.divide-input-checkbox-border\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.05);
}
.divide-input-checkbox-border\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.5);
}
.divide-input-checkbox-border\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.6);
}
.divide-input-checkbox-border\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.7);
}
.divide-input-checkbox-border\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.75);
}
.divide-input-checkbox-border\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.8);
}
.divide-input-checkbox-border\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.9);
}
.divide-input-checkbox-border\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.95);
}
.divide-input-checkbox-border\/state-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.5);
}
.divide-input-checkbox-border\/state-enabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 1);
}
.divide-input-checkbox-contrast > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-divide-opacity));
}
.divide-input-checkbox-contrast\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0);
}
.divide-input-checkbox-contrast\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.1);
}
.divide-input-checkbox-contrast\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 1);
}
.divide-input-checkbox-contrast\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.2);
}
.divide-input-checkbox-contrast\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.25);
}
.divide-input-checkbox-contrast\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.3);
}
.divide-input-checkbox-contrast\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.4);
}
.divide-input-checkbox-contrast\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.05);
}
.divide-input-checkbox-contrast\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.5);
}
.divide-input-checkbox-contrast\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.6);
}
.divide-input-checkbox-contrast\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.7);
}
.divide-input-checkbox-contrast\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.75);
}
.divide-input-checkbox-contrast\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.8);
}
.divide-input-checkbox-contrast\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.9);
}
.divide-input-checkbox-contrast\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.95);
}
.divide-input-checkbox-contrast\/state-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.5);
}
.divide-input-checkbox-contrast\/state-enabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 1);
}
.divide-input-default-bg > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-divide-opacity));
}
.divide-input-default-bg\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0);
}
.divide-input-default-bg\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.1);
}
.divide-input-default-bg\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 1);
}
.divide-input-default-bg\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.2);
}
.divide-input-default-bg\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.25);
}
.divide-input-default-bg\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.3);
}
.divide-input-default-bg\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.4);
}
.divide-input-default-bg\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.05);
}
.divide-input-default-bg\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.5);
}
.divide-input-default-bg\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.6);
}
.divide-input-default-bg\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.7);
}
.divide-input-default-bg\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.75);
}
.divide-input-default-bg\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.8);
}
.divide-input-default-bg\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.9);
}
.divide-input-default-bg\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.95);
}
.divide-input-default-bg\/state-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.5);
}
.divide-input-default-bg\/state-enabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 1);
}
.divide-input-default-border > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-divide-opacity));
}
.divide-input-default-border\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0);
}
.divide-input-default-border\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.1);
}
.divide-input-default-border\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 1);
}
.divide-input-default-border\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.2);
}
.divide-input-default-border\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.25);
}
.divide-input-default-border\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.3);
}
.divide-input-default-border\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.4);
}
.divide-input-default-border\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.05);
}
.divide-input-default-border\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.5);
}
.divide-input-default-border\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.6);
}
.divide-input-default-border\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.7);
}
.divide-input-default-border\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.75);
}
.divide-input-default-border\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.8);
}
.divide-input-default-border\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.9);
}
.divide-input-default-border\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.95);
}
.divide-input-default-border\/state-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.5);
}
.divide-input-default-border\/state-enabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 1);
}
.divide-input-default-placeholder > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.4);
}
.divide-input-default-placeholder\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0);
}
.divide-input-default-placeholder\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.1);
}
.divide-input-default-placeholder\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 1);
}
.divide-input-default-placeholder\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.2);
}
.divide-input-default-placeholder\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.25);
}
.divide-input-default-placeholder\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.3);
}
.divide-input-default-placeholder\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.4);
}
.divide-input-default-placeholder\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.05);
}
.divide-input-default-placeholder\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.5);
}
.divide-input-default-placeholder\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.6);
}
.divide-input-default-placeholder\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.7);
}
.divide-input-default-placeholder\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.75);
}
.divide-input-default-placeholder\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.8);
}
.divide-input-default-placeholder\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.9);
}
.divide-input-default-placeholder\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.95);
}
.divide-input-default-placeholder\/state-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.5);
}
.divide-input-default-placeholder\/state-enabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 1);
}
.divide-input-default-text > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-divide-opacity));
}
.divide-input-default-text\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0);
}
.divide-input-default-text\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.1);
}
.divide-input-default-text\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 1);
}
.divide-input-default-text\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.2);
}
.divide-input-default-text\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.25);
}
.divide-input-default-text\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.3);
}
.divide-input-default-text\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.4);
}
.divide-input-default-text\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.05);
}
.divide-input-default-text\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.5);
}
.divide-input-default-text\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.6);
}
.divide-input-default-text\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.7);
}
.divide-input-default-text\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.75);
}
.divide-input-default-text\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.8);
}
.divide-input-default-text\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.9);
}
.divide-input-default-text\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.95);
}
.divide-input-default-text\/state-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.5);
}
.divide-input-default-text\/state-enabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 1);
}
.divide-input-dropdown-background > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-divide-opacity));
}
.divide-input-dropdown-background\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0);
}
.divide-input-dropdown-background\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.1);
}
.divide-input-dropdown-background\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 1);
}
.divide-input-dropdown-background\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.2);
}
.divide-input-dropdown-background\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.25);
}
.divide-input-dropdown-background\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.3);
}
.divide-input-dropdown-background\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.4);
}
.divide-input-dropdown-background\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.05);
}
.divide-input-dropdown-background\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.5);
}
.divide-input-dropdown-background\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.6);
}
.divide-input-dropdown-background\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.7);
}
.divide-input-dropdown-background\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.75);
}
.divide-input-dropdown-background\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.8);
}
.divide-input-dropdown-background\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.9);
}
.divide-input-dropdown-background\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.95);
}
.divide-input-dropdown-background\/state-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.5);
}
.divide-input-dropdown-background\/state-enabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 1);
}
.divide-input-error-bg > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-divide-opacity));
}
.divide-input-error-bg\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0);
}
.divide-input-error-bg\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.1);
}
.divide-input-error-bg\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 1);
}
.divide-input-error-bg\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.2);
}
.divide-input-error-bg\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.25);
}
.divide-input-error-bg\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.3);
}
.divide-input-error-bg\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.4);
}
.divide-input-error-bg\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.05);
}
.divide-input-error-bg\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.5);
}
.divide-input-error-bg\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.6);
}
.divide-input-error-bg\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.7);
}
.divide-input-error-bg\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.75);
}
.divide-input-error-bg\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.8);
}
.divide-input-error-bg\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.9);
}
.divide-input-error-bg\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.95);
}
.divide-input-error-bg\/state-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.5);
}
.divide-input-error-bg\/state-enabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 1);
}
.divide-input-error-border > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-divide-opacity));
}
.divide-input-error-border\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0);
}
.divide-input-error-border\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.1);
}
.divide-input-error-border\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 1);
}
.divide-input-error-border\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.2);
}
.divide-input-error-border\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.25);
}
.divide-input-error-border\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.3);
}
.divide-input-error-border\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.4);
}
.divide-input-error-border\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.05);
}
.divide-input-error-border\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.5);
}
.divide-input-error-border\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.6);
}
.divide-input-error-border\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.7);
}
.divide-input-error-border\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.75);
}
.divide-input-error-border\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.8);
}
.divide-input-error-border\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.9);
}
.divide-input-error-border\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.95);
}
.divide-input-error-border\/state-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.5);
}
.divide-input-error-border\/state-enabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 1);
}
.divide-input-error-placeholder > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.4);
}
.divide-input-error-placeholder\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0);
}
.divide-input-error-placeholder\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.1);
}
.divide-input-error-placeholder\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 1);
}
.divide-input-error-placeholder\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.2);
}
.divide-input-error-placeholder\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.25);
}
.divide-input-error-placeholder\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.3);
}
.divide-input-error-placeholder\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.4);
}
.divide-input-error-placeholder\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.05);
}
.divide-input-error-placeholder\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.5);
}
.divide-input-error-placeholder\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.6);
}
.divide-input-error-placeholder\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.7);
}
.divide-input-error-placeholder\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.75);
}
.divide-input-error-placeholder\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.8);
}
.divide-input-error-placeholder\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.9);
}
.divide-input-error-placeholder\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.95);
}
.divide-input-error-placeholder\/state-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.5);
}
.divide-input-error-placeholder\/state-enabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 1);
}
.divide-input-error-text > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-divide-opacity));
}
.divide-input-error-text\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0);
}
.divide-input-error-text\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.1);
}
.divide-input-error-text\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 1);
}
.divide-input-error-text\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.2);
}
.divide-input-error-text\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.25);
}
.divide-input-error-text\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.3);
}
.divide-input-error-text\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.4);
}
.divide-input-error-text\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.05);
}
.divide-input-error-text\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.5);
}
.divide-input-error-text\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.6);
}
.divide-input-error-text\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.7);
}
.divide-input-error-text\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.75);
}
.divide-input-error-text\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.8);
}
.divide-input-error-text\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.9);
}
.divide-input-error-text\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.95);
}
.divide-input-error-text\/state-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.5);
}
.divide-input-error-text\/state-enabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 1);
}
.divide-input-focused-bg > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-divide-opacity));
}
.divide-input-focused-bg\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0);
}
.divide-input-focused-bg\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.1);
}
.divide-input-focused-bg\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 1);
}
.divide-input-focused-bg\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.2);
}
.divide-input-focused-bg\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.25);
}
.divide-input-focused-bg\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.3);
}
.divide-input-focused-bg\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.4);
}
.divide-input-focused-bg\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.05);
}
.divide-input-focused-bg\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.5);
}
.divide-input-focused-bg\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.6);
}
.divide-input-focused-bg\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.7);
}
.divide-input-focused-bg\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.75);
}
.divide-input-focused-bg\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.8);
}
.divide-input-focused-bg\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.9);
}
.divide-input-focused-bg\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.95);
}
.divide-input-focused-bg\/state-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.5);
}
.divide-input-focused-bg\/state-enabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 1);
}
.divide-input-focused-border > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(98 98 98 / var(--tw-divide-opacity));
}
.divide-input-focused-border\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(98 98 98 / 0);
}
.divide-input-focused-border\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(98 98 98 / 0.1);
}
.divide-input-focused-border\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(98 98 98 / 1);
}
.divide-input-focused-border\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(98 98 98 / 0.2);
}
.divide-input-focused-border\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(98 98 98 / 0.25);
}
.divide-input-focused-border\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(98 98 98 / 0.3);
}
.divide-input-focused-border\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(98 98 98 / 0.4);
}
.divide-input-focused-border\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(98 98 98 / 0.05);
}
.divide-input-focused-border\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(98 98 98 / 0.5);
}
.divide-input-focused-border\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(98 98 98 / 0.6);
}
.divide-input-focused-border\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(98 98 98 / 0.7);
}
.divide-input-focused-border\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(98 98 98 / 0.75);
}
.divide-input-focused-border\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(98 98 98 / 0.8);
}
.divide-input-focused-border\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(98 98 98 / 0.9);
}
.divide-input-focused-border\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(98 98 98 / 0.95);
}
.divide-input-focused-border\/state-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(98 98 98 / 0.5);
}
.divide-input-focused-border\/state-enabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(98 98 98 / 1);
}
.divide-input-focused-placeholder > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.4);
}
.divide-input-focused-placeholder\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0);
}
.divide-input-focused-placeholder\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.1);
}
.divide-input-focused-placeholder\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 1);
}
.divide-input-focused-placeholder\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.2);
}
.divide-input-focused-placeholder\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.25);
}
.divide-input-focused-placeholder\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.3);
}
.divide-input-focused-placeholder\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.4);
}
.divide-input-focused-placeholder\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.05);
}
.divide-input-focused-placeholder\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.5);
}
.divide-input-focused-placeholder\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.6);
}
.divide-input-focused-placeholder\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.7);
}
.divide-input-focused-placeholder\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.75);
}
.divide-input-focused-placeholder\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.8);
}
.divide-input-focused-placeholder\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.9);
}
.divide-input-focused-placeholder\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.95);
}
.divide-input-focused-placeholder\/state-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.5);
}
.divide-input-focused-placeholder\/state-enabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 1);
}
.divide-input-focused-text > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-divide-opacity));
}
.divide-input-focused-text\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0);
}
.divide-input-focused-text\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.1);
}
.divide-input-focused-text\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 1);
}
.divide-input-focused-text\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.2);
}
.divide-input-focused-text\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.25);
}
.divide-input-focused-text\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.3);
}
.divide-input-focused-text\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.4);
}
.divide-input-focused-text\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.05);
}
.divide-input-focused-text\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.5);
}
.divide-input-focused-text\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.6);
}
.divide-input-focused-text\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.7);
}
.divide-input-focused-text\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.75);
}
.divide-input-focused-text\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.8);
}
.divide-input-focused-text\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.9);
}
.divide-input-focused-text\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.95);
}
.divide-input-focused-text\/state-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.5);
}
.divide-input-focused-text\/state-enabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 1);
}
.divide-input-placeholder > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(97 97 97 / var(--tw-divide-opacity));
}
.divide-input-placeholder\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(97 97 97 / 0);
}
.divide-input-placeholder\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(97 97 97 / 0.1);
}
.divide-input-placeholder\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(97 97 97 / 1);
}
.divide-input-placeholder\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(97 97 97 / 0.2);
}
.divide-input-placeholder\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(97 97 97 / 0.25);
}
.divide-input-placeholder\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(97 97 97 / 0.3);
}
.divide-input-placeholder\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(97 97 97 / 0.4);
}
.divide-input-placeholder\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(97 97 97 / 0.05);
}
.divide-input-placeholder\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(97 97 97 / 0.5);
}
.divide-input-placeholder\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(97 97 97 / 0.6);
}
.divide-input-placeholder\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(97 97 97 / 0.7);
}
.divide-input-placeholder\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(97 97 97 / 0.75);
}
.divide-input-placeholder\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(97 97 97 / 0.8);
}
.divide-input-placeholder\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(97 97 97 / 0.9);
}
.divide-input-placeholder\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(97 97 97 / 0.95);
}
.divide-input-placeholder\/state-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(97 97 97 / 0.5);
}
.divide-input-placeholder\/state-enabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(97 97 97 / 1);
}
.divide-input-radio-background > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-divide-opacity));
}
.divide-input-radio-background\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0);
}
.divide-input-radio-background\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.1);
}
.divide-input-radio-background\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 1);
}
.divide-input-radio-background\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.2);
}
.divide-input-radio-background\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.25);
}
.divide-input-radio-background\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.3);
}
.divide-input-radio-background\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.4);
}
.divide-input-radio-background\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.05);
}
.divide-input-radio-background\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.5);
}
.divide-input-radio-background\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.6);
}
.divide-input-radio-background\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.7);
}
.divide-input-radio-background\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.75);
}
.divide-input-radio-background\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.8);
}
.divide-input-radio-background\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.9);
}
.divide-input-radio-background\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.95);
}
.divide-input-radio-background\/state-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 0.5);
}
.divide-input-radio-background\/state-enabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(17 17 17 / 1);
}
.divide-input-radio-border > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(205 141 239 / var(--tw-divide-opacity));
}
.divide-input-radio-border\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0);
}
.divide-input-radio-border\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.1);
}
.divide-input-radio-border\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 1);
}
.divide-input-radio-border\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.2);
}
.divide-input-radio-border\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.25);
}
.divide-input-radio-border\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.3);
}
.divide-input-radio-border\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.4);
}
.divide-input-radio-border\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.05);
}
.divide-input-radio-border\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.5);
}
.divide-input-radio-border\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.6);
}
.divide-input-radio-border\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.7);
}
.divide-input-radio-border\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.75);
}
.divide-input-radio-border\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.8);
}
.divide-input-radio-border\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.9);
}
.divide-input-radio-border\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.95);
}
.divide-input-radio-border\/state-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.5);
}
.divide-input-radio-border\/state-enabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 1);
}
.divide-input-radio-contrast > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-divide-opacity));
}
.divide-input-radio-contrast\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0);
}
.divide-input-radio-contrast\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.1);
}
.divide-input-radio-contrast\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 1);
}
.divide-input-radio-contrast\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.2);
}
.divide-input-radio-contrast\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.25);
}
.divide-input-radio-contrast\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.3);
}
.divide-input-radio-contrast\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.4);
}
.divide-input-radio-contrast\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.05);
}
.divide-input-radio-contrast\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.5);
}
.divide-input-radio-contrast\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.6);
}
.divide-input-radio-contrast\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.7);
}
.divide-input-radio-contrast\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.75);
}
.divide-input-radio-contrast\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.8);
}
.divide-input-radio-contrast\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.9);
}
.divide-input-radio-contrast\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.95);
}
.divide-input-radio-contrast\/state-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.5);
}
.divide-input-radio-contrast\/state-enabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 1);
}
.divide-input-switch-backgroundOff > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-divide-opacity));
}
.divide-input-switch-backgroundOff\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(156 163 175 / 0);
}
.divide-input-switch-backgroundOff\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(156 163 175 / 0.1);
}
.divide-input-switch-backgroundOff\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(156 163 175 / 1);
}
.divide-input-switch-backgroundOff\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(156 163 175 / 0.2);
}
.divide-input-switch-backgroundOff\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(156 163 175 / 0.25);
}
.divide-input-switch-backgroundOff\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(156 163 175 / 0.3);
}
.divide-input-switch-backgroundOff\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(156 163 175 / 0.4);
}
.divide-input-switch-backgroundOff\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(156 163 175 / 0.05);
}
.divide-input-switch-backgroundOff\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(156 163 175 / 0.5);
}
.divide-input-switch-backgroundOff\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(156 163 175 / 0.6);
}
.divide-input-switch-backgroundOff\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(156 163 175 / 0.7);
}
.divide-input-switch-backgroundOff\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(156 163 175 / 0.75);
}
.divide-input-switch-backgroundOff\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(156 163 175 / 0.8);
}
.divide-input-switch-backgroundOff\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(156 163 175 / 0.9);
}
.divide-input-switch-backgroundOff\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(156 163 175 / 0.95);
}
.divide-input-switch-backgroundOff\/state-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(156 163 175 / 0.5);
}
.divide-input-switch-backgroundOff\/state-enabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(156 163 175 / 1);
}
.divide-input-switch-backgroundOn > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(205 141 239 / var(--tw-divide-opacity));
}
.divide-input-switch-backgroundOn\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0);
}
.divide-input-switch-backgroundOn\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.1);
}
.divide-input-switch-backgroundOn\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 1);
}
.divide-input-switch-backgroundOn\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.2);
}
.divide-input-switch-backgroundOn\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.25);
}
.divide-input-switch-backgroundOn\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.3);
}
.divide-input-switch-backgroundOn\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.4);
}
.divide-input-switch-backgroundOn\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.05);
}
.divide-input-switch-backgroundOn\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.5);
}
.divide-input-switch-backgroundOn\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.6);
}
.divide-input-switch-backgroundOn\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.7);
}
.divide-input-switch-backgroundOn\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.75);
}
.divide-input-switch-backgroundOn\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.8);
}
.divide-input-switch-backgroundOn\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.9);
}
.divide-input-switch-backgroundOn\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.95);
}
.divide-input-switch-backgroundOn\/state-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.5);
}
.divide-input-switch-backgroundOn\/state-enabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 1);
}
.divide-input-switch-contrast > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-divide-opacity));
}
.divide-input-switch-contrast\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0);
}
.divide-input-switch-contrast\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.1);
}
.divide-input-switch-contrast\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 1);
}
.divide-input-switch-contrast\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.2);
}
.divide-input-switch-contrast\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.25);
}
.divide-input-switch-contrast\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.3);
}
.divide-input-switch-contrast\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.4);
}
.divide-input-switch-contrast\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.05);
}
.divide-input-switch-contrast\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.5);
}
.divide-input-switch-contrast\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.6);
}
.divide-input-switch-contrast\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.7);
}
.divide-input-switch-contrast\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.75);
}
.divide-input-switch-contrast\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.8);
}
.divide-input-switch-contrast\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.9);
}
.divide-input-switch-contrast\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.95);
}
.divide-input-switch-contrast\/state-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.5);
}
.divide-input-switch-contrast\/state-enabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 1);
}
.divide-input-text > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-divide-opacity));
}
.divide-input-text\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0);
}
.divide-input-text\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.1);
}
.divide-input-text\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 1);
}
.divide-input-text\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.2);
}
.divide-input-text\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.25);
}
.divide-input-text\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.3);
}
.divide-input-text\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.4);
}
.divide-input-text\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.05);
}
.divide-input-text\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.5);
}
.divide-input-text\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.6);
}
.divide-input-text\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.7);
}
.divide-input-text\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.75);
}
.divide-input-text\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.8);
}
.divide-input-text\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.9);
}
.divide-input-text\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.95);
}
.divide-input-text\/state-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.5);
}
.divide-input-text\/state-enabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 1);
}
.divide-loader-default > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(205 141 239 / var(--tw-divide-opacity));
}
.divide-loader-default\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0);
}
.divide-loader-default\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.1);
}
.divide-loader-default\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 1);
}
.divide-loader-default\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.2);
}
.divide-loader-default\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.25);
}
.divide-loader-default\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.3);
}
.divide-loader-default\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.4);
}
.divide-loader-default\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.05);
}
.divide-loader-default\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.5);
}
.divide-loader-default\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.6);
}
.divide-loader-default\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.7);
}
.divide-loader-default\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.75);
}
.divide-loader-default\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.8);
}
.divide-loader-default\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.9);
}
.divide-loader-default\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.95);
}
.divide-loader-default\/state-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.5);
}
.divide-loader-default\/state-enabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 1);
}
.divide-panel-alternate > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(29 29 29 / var(--tw-divide-opacity));
}
.divide-panel-alternate\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(29 29 29 / 0);
}
.divide-panel-alternate\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(29 29 29 / 0.1);
}
.divide-panel-alternate\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(29 29 29 / 1);
}
.divide-panel-alternate\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(29 29 29 / 0.2);
}
.divide-panel-alternate\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(29 29 29 / 0.25);
}
.divide-panel-alternate\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(29 29 29 / 0.3);
}
.divide-panel-alternate\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(29 29 29 / 0.4);
}
.divide-panel-alternate\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(29 29 29 / 0.05);
}
.divide-panel-alternate\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(29 29 29 / 0.5);
}
.divide-panel-alternate\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(29 29 29 / 0.6);
}
.divide-panel-alternate\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(29 29 29 / 0.7);
}
.divide-panel-alternate\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(29 29 29 / 0.75);
}
.divide-panel-alternate\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(29 29 29 / 0.8);
}
.divide-panel-alternate\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(29 29 29 / 0.9);
}
.divide-panel-alternate\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(29 29 29 / 0.95);
}
.divide-panel-alternate\/state-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(29 29 29 / 0.5);
}
.divide-panel-alternate\/state-enabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(29 29 29 / 1);
}
.divide-panel-base > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(16 16 16 / var(--tw-divide-opacity));
}
.divide-panel-base\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 16 16 / 0);
}
.divide-panel-base\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 16 16 / 0.1);
}
.divide-panel-base\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 16 16 / 1);
}
.divide-panel-base\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 16 16 / 0.2);
}
.divide-panel-base\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 16 16 / 0.25);
}
.divide-panel-base\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 16 16 / 0.3);
}
.divide-panel-base\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 16 16 / 0.4);
}
.divide-panel-base\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 16 16 / 0.05);
}
.divide-panel-base\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 16 16 / 0.5);
}
.divide-panel-base\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 16 16 / 0.6);
}
.divide-panel-base\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 16 16 / 0.7);
}
.divide-panel-base\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 16 16 / 0.75);
}
.divide-panel-base\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 16 16 / 0.8);
}
.divide-panel-base\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 16 16 / 0.9);
}
.divide-panel-base\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 16 16 / 0.95);
}
.divide-panel-base\/state-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 16 16 / 0.5);
}
.divide-panel-base\/state-enabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(16 16 16 / 1);
}
.divide-panel-border > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.05);
}
.divide-panel-border\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0);
}
.divide-panel-border\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.1);
}
.divide-panel-border\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 1);
}
.divide-panel-border\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.2);
}
.divide-panel-border\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.25);
}
.divide-panel-border\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.3);
}
.divide-panel-border\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.4);
}
.divide-panel-border\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.05);
}
.divide-panel-border\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.5);
}
.divide-panel-border\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.6);
}
.divide-panel-border\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.7);
}
.divide-panel-border\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.75);
}
.divide-panel-border\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.8);
}
.divide-panel-border\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.9);
}
.divide-panel-border\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.95);
}
.divide-panel-border\/state-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.5);
}
.divide-panel-border\/state-enabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 1);
}
.divide-panel-default > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0);
}
.divide-panel-default\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0);
}
.divide-panel-default\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.1);
}
.divide-panel-default\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 1);
}
.divide-panel-default\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.2);
}
.divide-panel-default\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.25);
}
.divide-panel-default\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.3);
}
.divide-panel-default\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.4);
}
.divide-panel-default\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.05);
}
.divide-panel-default\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.5);
}
.divide-panel-default\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.6);
}
.divide-panel-default\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.7);
}
.divide-panel-default\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.75);
}
.divide-panel-default\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.8);
}
.divide-panel-default\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.9);
}
.divide-panel-default\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.95);
}
.divide-panel-default\/state-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 0.5);
}
.divide-panel-default\/state-enabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(255, 255, 255, 1);
}
.divide-panel-shadow > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(0, 0, 0, 0.2);
}
.divide-panel-shadow\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(0, 0, 0, 0);
}
.divide-panel-shadow\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(0, 0, 0, 0.1);
}
.divide-panel-shadow\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(0, 0, 0, 1);
}
.divide-panel-shadow\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(0, 0, 0, 0.2);
}
.divide-panel-shadow\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(0, 0, 0, 0.25);
}
.divide-panel-shadow\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(0, 0, 0, 0.3);
}
.divide-panel-shadow\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(0, 0, 0, 0.4);
}
.divide-panel-shadow\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(0, 0, 0, 0.05);
}
.divide-panel-shadow\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(0, 0, 0, 0.5);
}
.divide-panel-shadow\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(0, 0, 0, 0.6);
}
.divide-panel-shadow\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(0, 0, 0, 0.7);
}
.divide-panel-shadow\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(0, 0, 0, 0.75);
}
.divide-panel-shadow\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(0, 0, 0, 0.8);
}
.divide-panel-shadow\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(0, 0, 0, 0.9);
}
.divide-panel-shadow\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(0, 0, 0, 0.95);
}
.divide-panel-shadow\/state-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(0, 0, 0, 0.5);
}
.divide-panel-shadow\/state-enabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgba(0, 0, 0, 1);
}
.divide-typography-accent > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(205 141 239 / var(--tw-divide-opacity));
}
.divide-typography-accent\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0);
}
.divide-typography-accent\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.1);
}
.divide-typography-accent\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 1);
}
.divide-typography-accent\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.2);
}
.divide-typography-accent\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.25);
}
.divide-typography-accent\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.3);
}
.divide-typography-accent\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.4);
}
.divide-typography-accent\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.05);
}
.divide-typography-accent\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.5);
}
.divide-typography-accent\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.6);
}
.divide-typography-accent\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.7);
}
.divide-typography-accent\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.75);
}
.divide-typography-accent\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.8);
}
.divide-typography-accent\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.9);
}
.divide-typography-accent\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.95);
}
.divide-typography-accent\/state-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.5);
}
.divide-typography-accent\/state-enabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 1);
}
.divide-typography-alternate > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(6 182 212 / var(--tw-divide-opacity));
}
.divide-typography-alternate\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 182 212 / 0);
}
.divide-typography-alternate\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 182 212 / 0.1);
}
.divide-typography-alternate\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 182 212 / 1);
}
.divide-typography-alternate\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 182 212 / 0.2);
}
.divide-typography-alternate\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 182 212 / 0.25);
}
.divide-typography-alternate\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 182 212 / 0.3);
}
.divide-typography-alternate\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 182 212 / 0.4);
}
.divide-typography-alternate\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 182 212 / 0.05);
}
.divide-typography-alternate\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 182 212 / 0.5);
}
.divide-typography-alternate\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 182 212 / 0.6);
}
.divide-typography-alternate\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 182 212 / 0.7);
}
.divide-typography-alternate\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 182 212 / 0.75);
}
.divide-typography-alternate\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 182 212 / 0.8);
}
.divide-typography-alternate\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 182 212 / 0.9);
}
.divide-typography-alternate\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 182 212 / 0.95);
}
.divide-typography-alternate\/state-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 182 212 / 0.5);
}
.divide-typography-alternate\/state-enabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(6 182 212 / 1);
}
.divide-typography-default > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-divide-opacity));
}
.divide-typography-default\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0);
}
.divide-typography-default\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.1);
}
.divide-typography-default\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 1);
}
.divide-typography-default\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.2);
}
.divide-typography-default\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.25);
}
.divide-typography-default\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.3);
}
.divide-typography-default\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.4);
}
.divide-typography-default\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.05);
}
.divide-typography-default\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.5);
}
.divide-typography-default\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.6);
}
.divide-typography-default\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.7);
}
.divide-typography-default\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.75);
}
.divide-typography-default\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.8);
}
.divide-typography-default\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.9);
}
.divide-typography-default\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.95);
}
.divide-typography-default\/state-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.5);
}
.divide-typography-default\/state-enabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 1);
}
.divide-typography-error > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-divide-opacity));
}
.divide-typography-error\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0);
}
.divide-typography-error\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.1);
}
.divide-typography-error\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 1);
}
.divide-typography-error\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.2);
}
.divide-typography-error\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.25);
}
.divide-typography-error\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.3);
}
.divide-typography-error\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.4);
}
.divide-typography-error\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.05);
}
.divide-typography-error\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.5);
}
.divide-typography-error\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.6);
}
.divide-typography-error\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.7);
}
.divide-typography-error\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.75);
}
.divide-typography-error\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.8);
}
.divide-typography-error\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.9);
}
.divide-typography-error\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.95);
}
.divide-typography-error\/state-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 0.5);
}
.divide-typography-error\/state-enabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(248 113 113 / 1);
}
.divide-typography-info > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-divide-opacity));
}
.divide-typography-info\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(96 165 250 / 0);
}
.divide-typography-info\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(96 165 250 / 0.1);
}
.divide-typography-info\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(96 165 250 / 1);
}
.divide-typography-info\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(96 165 250 / 0.2);
}
.divide-typography-info\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(96 165 250 / 0.25);
}
.divide-typography-info\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(96 165 250 / 0.3);
}
.divide-typography-info\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(96 165 250 / 0.4);
}
.divide-typography-info\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(96 165 250 / 0.05);
}
.divide-typography-info\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(96 165 250 / 0.5);
}
.divide-typography-info\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(96 165 250 / 0.6);
}
.divide-typography-info\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(96 165 250 / 0.7);
}
.divide-typography-info\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(96 165 250 / 0.75);
}
.divide-typography-info\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(96 165 250 / 0.8);
}
.divide-typography-info\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(96 165 250 / 0.9);
}
.divide-typography-info\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(96 165 250 / 0.95);
}
.divide-typography-info\/state-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(96 165 250 / 0.5);
}
.divide-typography-info\/state-enabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(96 165 250 / 1);
}
.divide-typography-link-default > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(205 141 239 / var(--tw-divide-opacity));
}
.divide-typography-link-default\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0);
}
.divide-typography-link-default\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.1);
}
.divide-typography-link-default\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 1);
}
.divide-typography-link-default\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.2);
}
.divide-typography-link-default\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.25);
}
.divide-typography-link-default\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.3);
}
.divide-typography-link-default\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.4);
}
.divide-typography-link-default\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.05);
}
.divide-typography-link-default\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.5);
}
.divide-typography-link-default\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.6);
}
.divide-typography-link-default\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.7);
}
.divide-typography-link-default\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.75);
}
.divide-typography-link-default\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.8);
}
.divide-typography-link-default\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.9);
}
.divide-typography-link-default\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.95);
}
.divide-typography-link-default\/state-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 0.5);
}
.divide-typography-link-default\/state-enabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(205 141 239 / 1);
}
.divide-typography-link-hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(215 164 242 / var(--tw-divide-opacity));
}
.divide-typography-link-hover\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(215 164 242 / 0);
}
.divide-typography-link-hover\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(215 164 242 / 0.1);
}
.divide-typography-link-hover\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(215 164 242 / 1);
}
.divide-typography-link-hover\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(215 164 242 / 0.2);
}
.divide-typography-link-hover\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(215 164 242 / 0.25);
}
.divide-typography-link-hover\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(215 164 242 / 0.3);
}
.divide-typography-link-hover\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(215 164 242 / 0.4);
}
.divide-typography-link-hover\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(215 164 242 / 0.05);
}
.divide-typography-link-hover\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(215 164 242 / 0.5);
}
.divide-typography-link-hover\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(215 164 242 / 0.6);
}
.divide-typography-link-hover\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(215 164 242 / 0.7);
}
.divide-typography-link-hover\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(215 164 242 / 0.75);
}
.divide-typography-link-hover\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(215 164 242 / 0.8);
}
.divide-typography-link-hover\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(215 164 242 / 0.9);
}
.divide-typography-link-hover\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(215 164 242 / 0.95);
}
.divide-typography-link-hover\/state-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(215 164 242 / 0.5);
}
.divide-typography-link-hover\/state-enabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(215 164 242 / 1);
}
.divide-typography-muted > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-divide-opacity));
}
.divide-typography-muted\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(156 163 175 / 0);
}
.divide-typography-muted\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(156 163 175 / 0.1);
}
.divide-typography-muted\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(156 163 175 / 1);
}
.divide-typography-muted\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(156 163 175 / 0.2);
}
.divide-typography-muted\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(156 163 175 / 0.25);
}
.divide-typography-muted\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(156 163 175 / 0.3);
}
.divide-typography-muted\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(156 163 175 / 0.4);
}
.divide-typography-muted\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(156 163 175 / 0.05);
}
.divide-typography-muted\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(156 163 175 / 0.5);
}
.divide-typography-muted\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(156 163 175 / 0.6);
}
.divide-typography-muted\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(156 163 175 / 0.7);
}
.divide-typography-muted\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(156 163 175 / 0.75);
}
.divide-typography-muted\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(156 163 175 / 0.8);
}
.divide-typography-muted\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(156 163 175 / 0.9);
}
.divide-typography-muted\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(156 163 175 / 0.95);
}
.divide-typography-muted\/state-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(156 163 175 / 0.5);
}
.divide-typography-muted\/state-enabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(156 163 175 / 1);
}
.divide-typography-on-accent > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-divide-opacity));
}
.divide-typography-on-accent\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0);
}
.divide-typography-on-accent\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.1);
}
.divide-typography-on-accent\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 1);
}
.divide-typography-on-accent\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.2);
}
.divide-typography-on-accent\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.25);
}
.divide-typography-on-accent\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.3);
}
.divide-typography-on-accent\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.4);
}
.divide-typography-on-accent\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.05);
}
.divide-typography-on-accent\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.5);
}
.divide-typography-on-accent\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.6);
}
.divide-typography-on-accent\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.7);
}
.divide-typography-on-accent\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.75);
}
.divide-typography-on-accent\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.8);
}
.divide-typography-on-accent\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.9);
}
.divide-typography-on-accent\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.95);
}
.divide-typography-on-accent\/state-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 0.5);
}
.divide-typography-on-accent\/state-enabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(64 64 64 / 1);
}
.divide-typography-subtle > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}
.divide-typography-subtle\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(229 231 235 / 0);
}
.divide-typography-subtle\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(229 231 235 / 0.1);
}
.divide-typography-subtle\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(229 231 235 / 1);
}
.divide-typography-subtle\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(229 231 235 / 0.2);
}
.divide-typography-subtle\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(229 231 235 / 0.25);
}
.divide-typography-subtle\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(229 231 235 / 0.3);
}
.divide-typography-subtle\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(229 231 235 / 0.4);
}
.divide-typography-subtle\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(229 231 235 / 0.05);
}
.divide-typography-subtle\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(229 231 235 / 0.5);
}
.divide-typography-subtle\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(229 231 235 / 0.6);
}
.divide-typography-subtle\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(229 231 235 / 0.7);
}
.divide-typography-subtle\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(229 231 235 / 0.75);
}
.divide-typography-subtle\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(229 231 235 / 0.8);
}
.divide-typography-subtle\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(229 231 235 / 0.9);
}
.divide-typography-subtle\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(229 231 235 / 0.95);
}
.divide-typography-subtle\/state-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(229 231 235 / 0.5);
}
.divide-typography-subtle\/state-enabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(229 231 235 / 1);
}
.divide-typography-success > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-divide-opacity));
}
.divide-typography-success\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 222 128 / 0);
}
.divide-typography-success\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 222 128 / 0.1);
}
.divide-typography-success\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 222 128 / 1);
}
.divide-typography-success\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 222 128 / 0.2);
}
.divide-typography-success\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 222 128 / 0.25);
}
.divide-typography-success\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 222 128 / 0.3);
}
.divide-typography-success\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 222 128 / 0.4);
}
.divide-typography-success\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 222 128 / 0.05);
}
.divide-typography-success\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 222 128 / 0.5);
}
.divide-typography-success\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 222 128 / 0.6);
}
.divide-typography-success\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 222 128 / 0.7);
}
.divide-typography-success\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 222 128 / 0.75);
}
.divide-typography-success\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 222 128 / 0.8);
}
.divide-typography-success\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 222 128 / 0.9);
}
.divide-typography-success\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 222 128 / 0.95);
}
.divide-typography-success\/state-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 222 128 / 0.5);
}
.divide-typography-success\/state-enabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(74 222 128 / 1);
}
.divide-typography-warning > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(251 146 60 / var(--tw-divide-opacity));
}
.divide-typography-warning\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(251 146 60 / 0);
}
.divide-typography-warning\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(251 146 60 / 0.1);
}
.divide-typography-warning\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(251 146 60 / 1);
}
.divide-typography-warning\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(251 146 60 / 0.2);
}
.divide-typography-warning\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(251 146 60 / 0.25);
}
.divide-typography-warning\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(251 146 60 / 0.3);
}
.divide-typography-warning\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(251 146 60 / 0.4);
}
.divide-typography-warning\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(251 146 60 / 0.05);
}
.divide-typography-warning\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(251 146 60 / 0.5);
}
.divide-typography-warning\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(251 146 60 / 0.6);
}
.divide-typography-warning\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(251 146 60 / 0.7);
}
.divide-typography-warning\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(251 146 60 / 0.75);
}
.divide-typography-warning\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(251 146 60 / 0.8);
}
.divide-typography-warning\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(251 146 60 / 0.9);
}
.divide-typography-warning\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(251 146 60 / 0.95);
}
.divide-typography-warning\/state-disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(251 146 60 / 0.5);
}
.divide-typography-warning\/state-enabled > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(251 146 60 / 1);
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.self-stretch {
  align-self: stretch;
}
.justify-self-end {
  justify-self: end;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.\!overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-y-visible {
  overflow-y: visible;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-ellipsis {
  text-overflow: ellipsis;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2\.5xl {
  border-radius: 1.25rem;
}
.rounded-2lg {
  border-radius: 0.625rem;
}
.rounded-2md {
  border-radius: 0.4375rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[1000px\] {
  border-radius: 1000px;
}
.rounded-\[100px\] {
  border-radius: 100px;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[24px\] {
  border-radius: 24px;
}
.rounded-\[7px\] {
  border-radius: 7px;
}
.rounded-badge-default {
  border-radius: 8px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-input-default {
  border-radius: 2px;
}
.rounded-input-text-area {
  border-radius: 8px;
}
.rounded-input-textarea {
  border-radius: 2px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-panel-button-wrapper {
  border-radius: 2px;
}
.rounded-panel-default {
  border-radius: 2px;
}
.rounded-panel-dropdown {
  border-radius: 4px;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-badge-default {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.rounded-b-input-default {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.rounded-b-input-text-area {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.rounded-b-input-textarea {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.rounded-b-panel-button-wrapper {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.rounded-b-panel-default {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.rounded-b-panel-dropdown {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rounded-e-badge-default {
  border-start-end-radius: 8px;
  border-end-end-radius: 8px;
}
.rounded-e-input-default {
  border-start-end-radius: 2px;
  border-end-end-radius: 2px;
}
.rounded-e-input-text-area {
  border-start-end-radius: 8px;
  border-end-end-radius: 8px;
}
.rounded-e-input-textarea {
  border-start-end-radius: 2px;
  border-end-end-radius: 2px;
}
.rounded-e-panel-button-wrapper {
  border-start-end-radius: 2px;
  border-end-end-radius: 2px;
}
.rounded-e-panel-default {
  border-start-end-radius: 2px;
  border-end-end-radius: 2px;
}
.rounded-e-panel-dropdown {
  border-start-end-radius: 4px;
  border-end-end-radius: 4px;
}
.rounded-l-badge-default {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.rounded-l-input-default {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.rounded-l-input-text-area {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.rounded-l-input-textarea {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.rounded-l-panel-button-wrapper {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.rounded-l-panel-default {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.rounded-l-panel-dropdown {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.rounded-r-badge-default {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.rounded-r-input-default {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.rounded-r-input-text-area {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.rounded-r-input-textarea {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.rounded-r-panel-button-wrapper {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.rounded-r-panel-default {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.rounded-r-panel-dropdown {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.rounded-s-badge-default {
  border-start-start-radius: 8px;
  border-end-start-radius: 8px;
}
.rounded-s-input-default {
  border-start-start-radius: 2px;
  border-end-start-radius: 2px;
}
.rounded-s-input-text-area {
  border-start-start-radius: 8px;
  border-end-start-radius: 8px;
}
.rounded-s-input-textarea {
  border-start-start-radius: 2px;
  border-end-start-radius: 2px;
}
.rounded-s-panel-button-wrapper {
  border-start-start-radius: 2px;
  border-end-start-radius: 2px;
}
.rounded-s-panel-default {
  border-start-start-radius: 2px;
  border-end-start-radius: 2px;
}
.rounded-s-panel-dropdown {
  border-start-start-radius: 4px;
  border-end-start-radius: 4px;
}
.rounded-t-badge-default {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.rounded-t-input-default {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.rounded-t-input-text-area {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.rounded-t-input-textarea {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.rounded-t-panel-button-wrapper {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.rounded-t-panel-default {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.rounded-t-panel-dropdown {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.rounded-bl-badge-default {
  border-bottom-left-radius: 8px;
}
.rounded-bl-input-default {
  border-bottom-left-radius: 2px;
}
.rounded-bl-input-text-area {
  border-bottom-left-radius: 8px;
}
.rounded-bl-input-textarea {
  border-bottom-left-radius: 2px;
}
.rounded-bl-panel-button-wrapper {
  border-bottom-left-radius: 2px;
}
.rounded-bl-panel-default {
  border-bottom-left-radius: 2px;
}
.rounded-bl-panel-dropdown {
  border-bottom-left-radius: 4px;
}
.rounded-br-badge-default {
  border-bottom-right-radius: 8px;
}
.rounded-br-input-default {
  border-bottom-right-radius: 2px;
}
.rounded-br-input-text-area {
  border-bottom-right-radius: 8px;
}
.rounded-br-input-textarea {
  border-bottom-right-radius: 2px;
}
.rounded-br-panel-button-wrapper {
  border-bottom-right-radius: 2px;
}
.rounded-br-panel-default {
  border-bottom-right-radius: 2px;
}
.rounded-br-panel-dropdown {
  border-bottom-right-radius: 4px;
}
.rounded-ee-badge-default {
  border-end-end-radius: 8px;
}
.rounded-ee-input-default {
  border-end-end-radius: 2px;
}
.rounded-ee-input-text-area {
  border-end-end-radius: 8px;
}
.rounded-ee-input-textarea {
  border-end-end-radius: 2px;
}
.rounded-ee-panel-button-wrapper {
  border-end-end-radius: 2px;
}
.rounded-ee-panel-default {
  border-end-end-radius: 2px;
}
.rounded-ee-panel-dropdown {
  border-end-end-radius: 4px;
}
.rounded-es-badge-default {
  border-end-start-radius: 8px;
}
.rounded-es-input-default {
  border-end-start-radius: 2px;
}
.rounded-es-input-text-area {
  border-end-start-radius: 8px;
}
.rounded-es-input-textarea {
  border-end-start-radius: 2px;
}
.rounded-es-panel-button-wrapper {
  border-end-start-radius: 2px;
}
.rounded-es-panel-default {
  border-end-start-radius: 2px;
}
.rounded-es-panel-dropdown {
  border-end-start-radius: 4px;
}
.rounded-se-badge-default {
  border-start-end-radius: 8px;
}
.rounded-se-input-default {
  border-start-end-radius: 2px;
}
.rounded-se-input-text-area {
  border-start-end-radius: 8px;
}
.rounded-se-input-textarea {
  border-start-end-radius: 2px;
}
.rounded-se-panel-button-wrapper {
  border-start-end-radius: 2px;
}
.rounded-se-panel-default {
  border-start-end-radius: 2px;
}
.rounded-se-panel-dropdown {
  border-start-end-radius: 4px;
}
.rounded-ss-badge-default {
  border-start-start-radius: 8px;
}
.rounded-ss-input-default {
  border-start-start-radius: 2px;
}
.rounded-ss-input-text-area {
  border-start-start-radius: 8px;
}
.rounded-ss-input-textarea {
  border-start-start-radius: 2px;
}
.rounded-ss-panel-button-wrapper {
  border-start-start-radius: 2px;
}
.rounded-ss-panel-default {
  border-start-start-radius: 2px;
}
.rounded-ss-panel-dropdown {
  border-start-start-radius: 4px;
}
.rounded-tl-badge-default {
  border-top-left-radius: 8px;
}
.rounded-tl-input-default {
  border-top-left-radius: 2px;
}
.rounded-tl-input-text-area {
  border-top-left-radius: 8px;
}
.rounded-tl-input-textarea {
  border-top-left-radius: 2px;
}
.rounded-tl-panel-button-wrapper {
  border-top-left-radius: 2px;
}
.rounded-tl-panel-default {
  border-top-left-radius: 2px;
}
.rounded-tl-panel-dropdown {
  border-top-left-radius: 4px;
}
.rounded-tr-badge-default {
  border-top-right-radius: 8px;
}
.rounded-tr-input-default {
  border-top-right-radius: 2px;
}
.rounded-tr-input-text-area {
  border-top-right-radius: 8px;
}
.rounded-tr-input-textarea {
  border-top-right-radius: 2px;
}
.rounded-tr-panel-button-wrapper {
  border-top-right-radius: 2px;
}
.rounded-tr-panel-default {
  border-top-right-radius: 2px;
}
.rounded-tr-panel-dropdown {
  border-top-right-radius: 4px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-none {
  border-style: none;
}
.border-2 {
  border-color: D;
}
.border-\[\#009CDE\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 156 222 / var(--tw-border-opacity));
}
.border-\[\#1DA1F2\] {
  --tw-border-opacity: 1;
  border-color: rgb(29 161 242 / var(--tw-border-opacity));
}
.border-\[\#1f1f1f\] {
  --tw-border-opacity: 1;
  border-color: rgb(31 31 31 / var(--tw-border-opacity));
}
.border-\[\#E7D69A\] {
  --tw-border-opacity: 1;
  border-color: rgb(231 214 154 / var(--tw-border-opacity));
}
.border-\[\#ccc\] {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}
.border-accent {
  --tw-border-opacity: 1;
  border-color: rgb(122 255 231 / var(--tw-border-opacity));
}
.border-avatar-background {
  --tw-border-opacity: 1;
  border-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-avatar-background\/0 {
  border-color: rgb(205 141 239 / 0);
}
.border-avatar-background\/10 {
  border-color: rgb(205 141 239 / 0.1);
}
.border-avatar-background\/100 {
  border-color: rgb(205 141 239 / 1);
}
.border-avatar-background\/20 {
  border-color: rgb(205 141 239 / 0.2);
}
.border-avatar-background\/25 {
  border-color: rgb(205 141 239 / 0.25);
}
.border-avatar-background\/30 {
  border-color: rgb(205 141 239 / 0.3);
}
.border-avatar-background\/40 {
  border-color: rgb(205 141 239 / 0.4);
}
.border-avatar-background\/5 {
  border-color: rgb(205 141 239 / 0.05);
}
.border-avatar-background\/50 {
  border-color: rgb(205 141 239 / 0.5);
}
.border-avatar-background\/60 {
  border-color: rgb(205 141 239 / 0.6);
}
.border-avatar-background\/70 {
  border-color: rgb(205 141 239 / 0.7);
}
.border-avatar-background\/75 {
  border-color: rgb(205 141 239 / 0.75);
}
.border-avatar-background\/80 {
  border-color: rgb(205 141 239 / 0.8);
}
.border-avatar-background\/90 {
  border-color: rgb(205 141 239 / 0.9);
}
.border-avatar-background\/95 {
  border-color: rgb(205 141 239 / 0.95);
}
.border-avatar-background\/state-disabled {
  border-color: rgb(205 141 239 / 0.5);
}
.border-avatar-background\/state-enabled {
  border-color: rgb(205 141 239 / 1);
}
.border-badge-outline-alternate {
  --tw-border-opacity: 1;
  border-color: rgb(6 182 212 / var(--tw-border-opacity));
}
.border-badge-outline-alternate\/0 {
  border-color: rgb(6 182 212 / 0);
}
.border-badge-outline-alternate\/10 {
  border-color: rgb(6 182 212 / 0.1);
}
.border-badge-outline-alternate\/100 {
  border-color: rgb(6 182 212 / 1);
}
.border-badge-outline-alternate\/20 {
  border-color: rgb(6 182 212 / 0.2);
}
.border-badge-outline-alternate\/25 {
  border-color: rgb(6 182 212 / 0.25);
}
.border-badge-outline-alternate\/30 {
  border-color: rgb(6 182 212 / 0.3);
}
.border-badge-outline-alternate\/40 {
  border-color: rgb(6 182 212 / 0.4);
}
.border-badge-outline-alternate\/5 {
  border-color: rgb(6 182 212 / 0.05);
}
.border-badge-outline-alternate\/50 {
  border-color: rgb(6 182 212 / 0.5);
}
.border-badge-outline-alternate\/60 {
  border-color: rgb(6 182 212 / 0.6);
}
.border-badge-outline-alternate\/70 {
  border-color: rgb(6 182 212 / 0.7);
}
.border-badge-outline-alternate\/75 {
  border-color: rgb(6 182 212 / 0.75);
}
.border-badge-outline-alternate\/80 {
  border-color: rgb(6 182 212 / 0.8);
}
.border-badge-outline-alternate\/90 {
  border-color: rgb(6 182 212 / 0.9);
}
.border-badge-outline-alternate\/95 {
  border-color: rgb(6 182 212 / 0.95);
}
.border-badge-outline-alternate\/state-disabled {
  border-color: rgb(6 182 212 / 0.5);
}
.border-badge-outline-alternate\/state-enabled {
  border-color: rgb(6 182 212 / 1);
}
.border-badge-outline-default {
  --tw-border-opacity: 1;
  border-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-badge-outline-default\/0 {
  border-color: rgb(205 141 239 / 0);
}
.border-badge-outline-default\/10 {
  border-color: rgb(205 141 239 / 0.1);
}
.border-badge-outline-default\/100 {
  border-color: rgb(205 141 239 / 1);
}
.border-badge-outline-default\/20 {
  border-color: rgb(205 141 239 / 0.2);
}
.border-badge-outline-default\/25 {
  border-color: rgb(205 141 239 / 0.25);
}
.border-badge-outline-default\/30 {
  border-color: rgb(205 141 239 / 0.3);
}
.border-badge-outline-default\/40 {
  border-color: rgb(205 141 239 / 0.4);
}
.border-badge-outline-default\/5 {
  border-color: rgb(205 141 239 / 0.05);
}
.border-badge-outline-default\/50 {
  border-color: rgb(205 141 239 / 0.5);
}
.border-badge-outline-default\/60 {
  border-color: rgb(205 141 239 / 0.6);
}
.border-badge-outline-default\/70 {
  border-color: rgb(205 141 239 / 0.7);
}
.border-badge-outline-default\/75 {
  border-color: rgb(205 141 239 / 0.75);
}
.border-badge-outline-default\/80 {
  border-color: rgb(205 141 239 / 0.8);
}
.border-badge-outline-default\/90 {
  border-color: rgb(205 141 239 / 0.9);
}
.border-badge-outline-default\/95 {
  border-color: rgb(205 141 239 / 0.95);
}
.border-badge-outline-default\/state-disabled {
  border-color: rgb(205 141 239 / 0.5);
}
.border-badge-outline-default\/state-enabled {
  border-color: rgb(205 141 239 / 1);
}
.border-badge-outline-textColor {
  --tw-border-opacity: 1;
  border-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-badge-outline-textColor\/0 {
  border-color: rgb(205 141 239 / 0);
}
.border-badge-outline-textColor\/10 {
  border-color: rgb(205 141 239 / 0.1);
}
.border-badge-outline-textColor\/100 {
  border-color: rgb(205 141 239 / 1);
}
.border-badge-outline-textColor\/20 {
  border-color: rgb(205 141 239 / 0.2);
}
.border-badge-outline-textColor\/25 {
  border-color: rgb(205 141 239 / 0.25);
}
.border-badge-outline-textColor\/30 {
  border-color: rgb(205 141 239 / 0.3);
}
.border-badge-outline-textColor\/40 {
  border-color: rgb(205 141 239 / 0.4);
}
.border-badge-outline-textColor\/5 {
  border-color: rgb(205 141 239 / 0.05);
}
.border-badge-outline-textColor\/50 {
  border-color: rgb(205 141 239 / 0.5);
}
.border-badge-outline-textColor\/60 {
  border-color: rgb(205 141 239 / 0.6);
}
.border-badge-outline-textColor\/70 {
  border-color: rgb(205 141 239 / 0.7);
}
.border-badge-outline-textColor\/75 {
  border-color: rgb(205 141 239 / 0.75);
}
.border-badge-outline-textColor\/80 {
  border-color: rgb(205 141 239 / 0.8);
}
.border-badge-outline-textColor\/90 {
  border-color: rgb(205 141 239 / 0.9);
}
.border-badge-outline-textColor\/95 {
  border-color: rgb(205 141 239 / 0.95);
}
.border-badge-outline-textColor\/state-disabled {
  border-color: rgb(205 141 239 / 0.5);
}
.border-badge-outline-textColor\/state-enabled {
  border-color: rgb(205 141 239 / 1);
}
.border-badge-solid-alternate {
  --tw-border-opacity: 1;
  border-color: rgb(6 182 212 / var(--tw-border-opacity));
}
.border-badge-solid-alternate\/0 {
  border-color: rgb(6 182 212 / 0);
}
.border-badge-solid-alternate\/10 {
  border-color: rgb(6 182 212 / 0.1);
}
.border-badge-solid-alternate\/100 {
  border-color: rgb(6 182 212 / 1);
}
.border-badge-solid-alternate\/20 {
  border-color: rgb(6 182 212 / 0.2);
}
.border-badge-solid-alternate\/25 {
  border-color: rgb(6 182 212 / 0.25);
}
.border-badge-solid-alternate\/30 {
  border-color: rgb(6 182 212 / 0.3);
}
.border-badge-solid-alternate\/40 {
  border-color: rgb(6 182 212 / 0.4);
}
.border-badge-solid-alternate\/5 {
  border-color: rgb(6 182 212 / 0.05);
}
.border-badge-solid-alternate\/50 {
  border-color: rgb(6 182 212 / 0.5);
}
.border-badge-solid-alternate\/60 {
  border-color: rgb(6 182 212 / 0.6);
}
.border-badge-solid-alternate\/70 {
  border-color: rgb(6 182 212 / 0.7);
}
.border-badge-solid-alternate\/75 {
  border-color: rgb(6 182 212 / 0.75);
}
.border-badge-solid-alternate\/80 {
  border-color: rgb(6 182 212 / 0.8);
}
.border-badge-solid-alternate\/90 {
  border-color: rgb(6 182 212 / 0.9);
}
.border-badge-solid-alternate\/95 {
  border-color: rgb(6 182 212 / 0.95);
}
.border-badge-solid-alternate\/state-disabled {
  border-color: rgb(6 182 212 / 0.5);
}
.border-badge-solid-alternate\/state-enabled {
  border-color: rgb(6 182 212 / 1);
}
.border-badge-solid-default {
  --tw-border-opacity: 1;
  border-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-badge-solid-default\/0 {
  border-color: rgb(205 141 239 / 0);
}
.border-badge-solid-default\/10 {
  border-color: rgb(205 141 239 / 0.1);
}
.border-badge-solid-default\/100 {
  border-color: rgb(205 141 239 / 1);
}
.border-badge-solid-default\/20 {
  border-color: rgb(205 141 239 / 0.2);
}
.border-badge-solid-default\/25 {
  border-color: rgb(205 141 239 / 0.25);
}
.border-badge-solid-default\/30 {
  border-color: rgb(205 141 239 / 0.3);
}
.border-badge-solid-default\/40 {
  border-color: rgb(205 141 239 / 0.4);
}
.border-badge-solid-default\/5 {
  border-color: rgb(205 141 239 / 0.05);
}
.border-badge-solid-default\/50 {
  border-color: rgb(205 141 239 / 0.5);
}
.border-badge-solid-default\/60 {
  border-color: rgb(205 141 239 / 0.6);
}
.border-badge-solid-default\/70 {
  border-color: rgb(205 141 239 / 0.7);
}
.border-badge-solid-default\/75 {
  border-color: rgb(205 141 239 / 0.75);
}
.border-badge-solid-default\/80 {
  border-color: rgb(205 141 239 / 0.8);
}
.border-badge-solid-default\/90 {
  border-color: rgb(205 141 239 / 0.9);
}
.border-badge-solid-default\/95 {
  border-color: rgb(205 141 239 / 0.95);
}
.border-badge-solid-default\/state-disabled {
  border-color: rgb(205 141 239 / 0.5);
}
.border-badge-solid-default\/state-enabled {
  border-color: rgb(205 141 239 / 1);
}
.border-badge-solid-textColor {
  --tw-border-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.border-badge-solid-textColor\/0 {
  border-color: rgb(64 64 64 / 0);
}
.border-badge-solid-textColor\/10 {
  border-color: rgb(64 64 64 / 0.1);
}
.border-badge-solid-textColor\/100 {
  border-color: rgb(64 64 64 / 1);
}
.border-badge-solid-textColor\/20 {
  border-color: rgb(64 64 64 / 0.2);
}
.border-badge-solid-textColor\/25 {
  border-color: rgb(64 64 64 / 0.25);
}
.border-badge-solid-textColor\/30 {
  border-color: rgb(64 64 64 / 0.3);
}
.border-badge-solid-textColor\/40 {
  border-color: rgb(64 64 64 / 0.4);
}
.border-badge-solid-textColor\/5 {
  border-color: rgb(64 64 64 / 0.05);
}
.border-badge-solid-textColor\/50 {
  border-color: rgb(64 64 64 / 0.5);
}
.border-badge-solid-textColor\/60 {
  border-color: rgb(64 64 64 / 0.6);
}
.border-badge-solid-textColor\/70 {
  border-color: rgb(64 64 64 / 0.7);
}
.border-badge-solid-textColor\/75 {
  border-color: rgb(64 64 64 / 0.75);
}
.border-badge-solid-textColor\/80 {
  border-color: rgb(64 64 64 / 0.8);
}
.border-badge-solid-textColor\/90 {
  border-color: rgb(64 64 64 / 0.9);
}
.border-badge-solid-textColor\/95 {
  border-color: rgb(64 64 64 / 0.95);
}
.border-badge-solid-textColor\/state-disabled {
  border-color: rgb(64 64 64 / 0.5);
}
.border-badge-solid-textColor\/state-enabled {
  border-color: rgb(64 64 64 / 1);
}
.border-bg-border {
  --tw-border-opacity: 1;
  border-color: rgb(66 66 66 / var(--tw-border-opacity));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(13 13 13 / var(--tw-border-opacity));
}
.border-blue-dark-1 {
  --tw-border-opacity: 1;
  border-color: rgb(152 150 242 / var(--tw-border-opacity));
}
.border-divider-default {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}
.border-divider-default\/0 {
  border-color: rgb(55 65 81 / 0);
}
.border-divider-default\/10 {
  border-color: rgb(55 65 81 / 0.1);
}
.border-divider-default\/100 {
  border-color: rgb(55 65 81 / 1);
}
.border-divider-default\/20 {
  border-color: rgb(55 65 81 / 0.2);
}
.border-divider-default\/25 {
  border-color: rgb(55 65 81 / 0.25);
}
.border-divider-default\/30 {
  border-color: rgb(55 65 81 / 0.3);
}
.border-divider-default\/40 {
  border-color: rgb(55 65 81 / 0.4);
}
.border-divider-default\/5 {
  border-color: rgb(55 65 81 / 0.05);
}
.border-divider-default\/50 {
  border-color: rgb(55 65 81 / 0.5);
}
.border-divider-default\/60 {
  border-color: rgb(55 65 81 / 0.6);
}
.border-divider-default\/70 {
  border-color: rgb(55 65 81 / 0.7);
}
.border-divider-default\/75 {
  border-color: rgb(55 65 81 / 0.75);
}
.border-divider-default\/80 {
  border-color: rgb(55 65 81 / 0.8);
}
.border-divider-default\/90 {
  border-color: rgb(55 65 81 / 0.9);
}
.border-divider-default\/95 {
  border-color: rgb(55 65 81 / 0.95);
}
.border-divider-default\/state-disabled {
  border-color: rgb(55 65 81 / 0.5);
}
.border-divider-default\/state-enabled {
  border-color: rgb(55 65 81 / 1);
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.border-input-background {
  --tw-border-opacity: 1;
  border-color: rgb(23 23 23 / var(--tw-border-opacity));
}
.border-input-background\/0 {
  border-color: rgb(23 23 23 / 0);
}
.border-input-background\/10 {
  border-color: rgb(23 23 23 / 0.1);
}
.border-input-background\/100 {
  border-color: rgb(23 23 23 / 1);
}
.border-input-background\/20 {
  border-color: rgb(23 23 23 / 0.2);
}
.border-input-background\/25 {
  border-color: rgb(23 23 23 / 0.25);
}
.border-input-background\/30 {
  border-color: rgb(23 23 23 / 0.3);
}
.border-input-background\/40 {
  border-color: rgb(23 23 23 / 0.4);
}
.border-input-background\/5 {
  border-color: rgb(23 23 23 / 0.05);
}
.border-input-background\/50 {
  border-color: rgb(23 23 23 / 0.5);
}
.border-input-background\/60 {
  border-color: rgb(23 23 23 / 0.6);
}
.border-input-background\/70 {
  border-color: rgb(23 23 23 / 0.7);
}
.border-input-background\/75 {
  border-color: rgb(23 23 23 / 0.75);
}
.border-input-background\/80 {
  border-color: rgb(23 23 23 / 0.8);
}
.border-input-background\/90 {
  border-color: rgb(23 23 23 / 0.9);
}
.border-input-background\/95 {
  border-color: rgb(23 23 23 / 0.95);
}
.border-input-background\/state-disabled {
  border-color: rgb(23 23 23 / 0.5);
}
.border-input-background\/state-enabled {
  border-color: rgb(23 23 23 / 1);
}
.border-input-checkbox-background {
  --tw-border-opacity: 1;
  border-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-input-checkbox-background\/0 {
  border-color: rgb(205 141 239 / 0);
}
.border-input-checkbox-background\/10 {
  border-color: rgb(205 141 239 / 0.1);
}
.border-input-checkbox-background\/100 {
  border-color: rgb(205 141 239 / 1);
}
.border-input-checkbox-background\/20 {
  border-color: rgb(205 141 239 / 0.2);
}
.border-input-checkbox-background\/25 {
  border-color: rgb(205 141 239 / 0.25);
}
.border-input-checkbox-background\/30 {
  border-color: rgb(205 141 239 / 0.3);
}
.border-input-checkbox-background\/40 {
  border-color: rgb(205 141 239 / 0.4);
}
.border-input-checkbox-background\/5 {
  border-color: rgb(205 141 239 / 0.05);
}
.border-input-checkbox-background\/50 {
  border-color: rgb(205 141 239 / 0.5);
}
.border-input-checkbox-background\/60 {
  border-color: rgb(205 141 239 / 0.6);
}
.border-input-checkbox-background\/70 {
  border-color: rgb(205 141 239 / 0.7);
}
.border-input-checkbox-background\/75 {
  border-color: rgb(205 141 239 / 0.75);
}
.border-input-checkbox-background\/80 {
  border-color: rgb(205 141 239 / 0.8);
}
.border-input-checkbox-background\/90 {
  border-color: rgb(205 141 239 / 0.9);
}
.border-input-checkbox-background\/95 {
  border-color: rgb(205 141 239 / 0.95);
}
.border-input-checkbox-background\/state-disabled {
  border-color: rgb(205 141 239 / 0.5);
}
.border-input-checkbox-background\/state-enabled {
  border-color: rgb(205 141 239 / 1);
}
.border-input-checkbox-border {
  --tw-border-opacity: 1;
  border-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-input-checkbox-border\/0 {
  border-color: rgb(205 141 239 / 0);
}
.border-input-checkbox-border\/10 {
  border-color: rgb(205 141 239 / 0.1);
}
.border-input-checkbox-border\/100 {
  border-color: rgb(205 141 239 / 1);
}
.border-input-checkbox-border\/20 {
  border-color: rgb(205 141 239 / 0.2);
}
.border-input-checkbox-border\/25 {
  border-color: rgb(205 141 239 / 0.25);
}
.border-input-checkbox-border\/30 {
  border-color: rgb(205 141 239 / 0.3);
}
.border-input-checkbox-border\/40 {
  border-color: rgb(205 141 239 / 0.4);
}
.border-input-checkbox-border\/5 {
  border-color: rgb(205 141 239 / 0.05);
}
.border-input-checkbox-border\/50 {
  border-color: rgb(205 141 239 / 0.5);
}
.border-input-checkbox-border\/60 {
  border-color: rgb(205 141 239 / 0.6);
}
.border-input-checkbox-border\/70 {
  border-color: rgb(205 141 239 / 0.7);
}
.border-input-checkbox-border\/75 {
  border-color: rgb(205 141 239 / 0.75);
}
.border-input-checkbox-border\/80 {
  border-color: rgb(205 141 239 / 0.8);
}
.border-input-checkbox-border\/90 {
  border-color: rgb(205 141 239 / 0.9);
}
.border-input-checkbox-border\/95 {
  border-color: rgb(205 141 239 / 0.95);
}
.border-input-checkbox-border\/state-disabled {
  border-color: rgb(205 141 239 / 0.5);
}
.border-input-checkbox-border\/state-enabled {
  border-color: rgb(205 141 239 / 1);
}
.border-input-checkbox-contrast {
  --tw-border-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.border-input-checkbox-contrast\/0 {
  border-color: rgb(64 64 64 / 0);
}
.border-input-checkbox-contrast\/10 {
  border-color: rgb(64 64 64 / 0.1);
}
.border-input-checkbox-contrast\/100 {
  border-color: rgb(64 64 64 / 1);
}
.border-input-checkbox-contrast\/20 {
  border-color: rgb(64 64 64 / 0.2);
}
.border-input-checkbox-contrast\/25 {
  border-color: rgb(64 64 64 / 0.25);
}
.border-input-checkbox-contrast\/30 {
  border-color: rgb(64 64 64 / 0.3);
}
.border-input-checkbox-contrast\/40 {
  border-color: rgb(64 64 64 / 0.4);
}
.border-input-checkbox-contrast\/5 {
  border-color: rgb(64 64 64 / 0.05);
}
.border-input-checkbox-contrast\/50 {
  border-color: rgb(64 64 64 / 0.5);
}
.border-input-checkbox-contrast\/60 {
  border-color: rgb(64 64 64 / 0.6);
}
.border-input-checkbox-contrast\/70 {
  border-color: rgb(64 64 64 / 0.7);
}
.border-input-checkbox-contrast\/75 {
  border-color: rgb(64 64 64 / 0.75);
}
.border-input-checkbox-contrast\/80 {
  border-color: rgb(64 64 64 / 0.8);
}
.border-input-checkbox-contrast\/90 {
  border-color: rgb(64 64 64 / 0.9);
}
.border-input-checkbox-contrast\/95 {
  border-color: rgb(64 64 64 / 0.95);
}
.border-input-checkbox-contrast\/state-disabled {
  border-color: rgb(64 64 64 / 0.5);
}
.border-input-checkbox-contrast\/state-enabled {
  border-color: rgb(64 64 64 / 1);
}
.border-input-default-bg {
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity));
}
.border-input-default-bg\/0 {
  border-color: rgb(17 17 17 / 0);
}
.border-input-default-bg\/10 {
  border-color: rgb(17 17 17 / 0.1);
}
.border-input-default-bg\/100 {
  border-color: rgb(17 17 17 / 1);
}
.border-input-default-bg\/20 {
  border-color: rgb(17 17 17 / 0.2);
}
.border-input-default-bg\/25 {
  border-color: rgb(17 17 17 / 0.25);
}
.border-input-default-bg\/30 {
  border-color: rgb(17 17 17 / 0.3);
}
.border-input-default-bg\/40 {
  border-color: rgb(17 17 17 / 0.4);
}
.border-input-default-bg\/5 {
  border-color: rgb(17 17 17 / 0.05);
}
.border-input-default-bg\/50 {
  border-color: rgb(17 17 17 / 0.5);
}
.border-input-default-bg\/60 {
  border-color: rgb(17 17 17 / 0.6);
}
.border-input-default-bg\/70 {
  border-color: rgb(17 17 17 / 0.7);
}
.border-input-default-bg\/75 {
  border-color: rgb(17 17 17 / 0.75);
}
.border-input-default-bg\/80 {
  border-color: rgb(17 17 17 / 0.8);
}
.border-input-default-bg\/90 {
  border-color: rgb(17 17 17 / 0.9);
}
.border-input-default-bg\/95 {
  border-color: rgb(17 17 17 / 0.95);
}
.border-input-default-bg\/state-disabled {
  border-color: rgb(17 17 17 / 0.5);
}
.border-input-default-bg\/state-enabled {
  border-color: rgb(17 17 17 / 1);
}
.border-input-default-border {
  --tw-border-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.border-input-default-border\/0 {
  border-color: rgb(64 64 64 / 0);
}
.border-input-default-border\/10 {
  border-color: rgb(64 64 64 / 0.1);
}
.border-input-default-border\/100 {
  border-color: rgb(64 64 64 / 1);
}
.border-input-default-border\/20 {
  border-color: rgb(64 64 64 / 0.2);
}
.border-input-default-border\/25 {
  border-color: rgb(64 64 64 / 0.25);
}
.border-input-default-border\/30 {
  border-color: rgb(64 64 64 / 0.3);
}
.border-input-default-border\/40 {
  border-color: rgb(64 64 64 / 0.4);
}
.border-input-default-border\/5 {
  border-color: rgb(64 64 64 / 0.05);
}
.border-input-default-border\/50 {
  border-color: rgb(64 64 64 / 0.5);
}
.border-input-default-border\/60 {
  border-color: rgb(64 64 64 / 0.6);
}
.border-input-default-border\/70 {
  border-color: rgb(64 64 64 / 0.7);
}
.border-input-default-border\/75 {
  border-color: rgb(64 64 64 / 0.75);
}
.border-input-default-border\/80 {
  border-color: rgb(64 64 64 / 0.8);
}
.border-input-default-border\/90 {
  border-color: rgb(64 64 64 / 0.9);
}
.border-input-default-border\/95 {
  border-color: rgb(64 64 64 / 0.95);
}
.border-input-default-border\/state-disabled {
  border-color: rgb(64 64 64 / 0.5);
}
.border-input-default-border\/state-enabled {
  border-color: rgb(64 64 64 / 1);
}
.border-input-default-placeholder {
  border-color: rgba(255, 255, 255, 0.4);
}
.border-input-default-placeholder\/0 {
  border-color: rgba(255, 255, 255, 0);
}
.border-input-default-placeholder\/10 {
  border-color: rgba(255, 255, 255, 0.1);
}
.border-input-default-placeholder\/100 {
  border-color: rgba(255, 255, 255, 1);
}
.border-input-default-placeholder\/20 {
  border-color: rgba(255, 255, 255, 0.2);
}
.border-input-default-placeholder\/25 {
  border-color: rgba(255, 255, 255, 0.25);
}
.border-input-default-placeholder\/30 {
  border-color: rgba(255, 255, 255, 0.3);
}
.border-input-default-placeholder\/40 {
  border-color: rgba(255, 255, 255, 0.4);
}
.border-input-default-placeholder\/5 {
  border-color: rgba(255, 255, 255, 0.05);
}
.border-input-default-placeholder\/50 {
  border-color: rgba(255, 255, 255, 0.5);
}
.border-input-default-placeholder\/60 {
  border-color: rgba(255, 255, 255, 0.6);
}
.border-input-default-placeholder\/70 {
  border-color: rgba(255, 255, 255, 0.7);
}
.border-input-default-placeholder\/75 {
  border-color: rgba(255, 255, 255, 0.75);
}
.border-input-default-placeholder\/80 {
  border-color: rgba(255, 255, 255, 0.8);
}
.border-input-default-placeholder\/90 {
  border-color: rgba(255, 255, 255, 0.9);
}
.border-input-default-placeholder\/95 {
  border-color: rgba(255, 255, 255, 0.95);
}
.border-input-default-placeholder\/state-disabled {
  border-color: rgba(255, 255, 255, 0.5);
}
.border-input-default-placeholder\/state-enabled {
  border-color: rgba(255, 255, 255, 1);
}
.border-input-default-text {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-input-default-text\/0 {
  border-color: rgb(255 255 255 / 0);
}
.border-input-default-text\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.border-input-default-text\/100 {
  border-color: rgb(255 255 255 / 1);
}
.border-input-default-text\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.border-input-default-text\/25 {
  border-color: rgb(255 255 255 / 0.25);
}
.border-input-default-text\/30 {
  border-color: rgb(255 255 255 / 0.3);
}
.border-input-default-text\/40 {
  border-color: rgb(255 255 255 / 0.4);
}
.border-input-default-text\/5 {
  border-color: rgb(255 255 255 / 0.05);
}
.border-input-default-text\/50 {
  border-color: rgb(255 255 255 / 0.5);
}
.border-input-default-text\/60 {
  border-color: rgb(255 255 255 / 0.6);
}
.border-input-default-text\/70 {
  border-color: rgb(255 255 255 / 0.7);
}
.border-input-default-text\/75 {
  border-color: rgb(255 255 255 / 0.75);
}
.border-input-default-text\/80 {
  border-color: rgb(255 255 255 / 0.8);
}
.border-input-default-text\/90 {
  border-color: rgb(255 255 255 / 0.9);
}
.border-input-default-text\/95 {
  border-color: rgb(255 255 255 / 0.95);
}
.border-input-default-text\/state-disabled {
  border-color: rgb(255 255 255 / 0.5);
}
.border-input-default-text\/state-enabled {
  border-color: rgb(255 255 255 / 1);
}
.border-input-dropdown-background {
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity));
}
.border-input-dropdown-background\/0 {
  border-color: rgb(17 17 17 / 0);
}
.border-input-dropdown-background\/10 {
  border-color: rgb(17 17 17 / 0.1);
}
.border-input-dropdown-background\/100 {
  border-color: rgb(17 17 17 / 1);
}
.border-input-dropdown-background\/20 {
  border-color: rgb(17 17 17 / 0.2);
}
.border-input-dropdown-background\/25 {
  border-color: rgb(17 17 17 / 0.25);
}
.border-input-dropdown-background\/30 {
  border-color: rgb(17 17 17 / 0.3);
}
.border-input-dropdown-background\/40 {
  border-color: rgb(17 17 17 / 0.4);
}
.border-input-dropdown-background\/5 {
  border-color: rgb(17 17 17 / 0.05);
}
.border-input-dropdown-background\/50 {
  border-color: rgb(17 17 17 / 0.5);
}
.border-input-dropdown-background\/60 {
  border-color: rgb(17 17 17 / 0.6);
}
.border-input-dropdown-background\/70 {
  border-color: rgb(17 17 17 / 0.7);
}
.border-input-dropdown-background\/75 {
  border-color: rgb(17 17 17 / 0.75);
}
.border-input-dropdown-background\/80 {
  border-color: rgb(17 17 17 / 0.8);
}
.border-input-dropdown-background\/90 {
  border-color: rgb(17 17 17 / 0.9);
}
.border-input-dropdown-background\/95 {
  border-color: rgb(17 17 17 / 0.95);
}
.border-input-dropdown-background\/state-disabled {
  border-color: rgb(17 17 17 / 0.5);
}
.border-input-dropdown-background\/state-enabled {
  border-color: rgb(17 17 17 / 1);
}
.border-input-error-bg {
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity));
}
.border-input-error-bg\/0 {
  border-color: rgb(17 17 17 / 0);
}
.border-input-error-bg\/10 {
  border-color: rgb(17 17 17 / 0.1);
}
.border-input-error-bg\/100 {
  border-color: rgb(17 17 17 / 1);
}
.border-input-error-bg\/20 {
  border-color: rgb(17 17 17 / 0.2);
}
.border-input-error-bg\/25 {
  border-color: rgb(17 17 17 / 0.25);
}
.border-input-error-bg\/30 {
  border-color: rgb(17 17 17 / 0.3);
}
.border-input-error-bg\/40 {
  border-color: rgb(17 17 17 / 0.4);
}
.border-input-error-bg\/5 {
  border-color: rgb(17 17 17 / 0.05);
}
.border-input-error-bg\/50 {
  border-color: rgb(17 17 17 / 0.5);
}
.border-input-error-bg\/60 {
  border-color: rgb(17 17 17 / 0.6);
}
.border-input-error-bg\/70 {
  border-color: rgb(17 17 17 / 0.7);
}
.border-input-error-bg\/75 {
  border-color: rgb(17 17 17 / 0.75);
}
.border-input-error-bg\/80 {
  border-color: rgb(17 17 17 / 0.8);
}
.border-input-error-bg\/90 {
  border-color: rgb(17 17 17 / 0.9);
}
.border-input-error-bg\/95 {
  border-color: rgb(17 17 17 / 0.95);
}
.border-input-error-bg\/state-disabled {
  border-color: rgb(17 17 17 / 0.5);
}
.border-input-error-bg\/state-enabled {
  border-color: rgb(17 17 17 / 1);
}
.border-input-error-border {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity));
}
.border-input-error-border\/0 {
  border-color: rgb(248 113 113 / 0);
}
.border-input-error-border\/10 {
  border-color: rgb(248 113 113 / 0.1);
}
.border-input-error-border\/100 {
  border-color: rgb(248 113 113 / 1);
}
.border-input-error-border\/20 {
  border-color: rgb(248 113 113 / 0.2);
}
.border-input-error-border\/25 {
  border-color: rgb(248 113 113 / 0.25);
}
.border-input-error-border\/30 {
  border-color: rgb(248 113 113 / 0.3);
}
.border-input-error-border\/40 {
  border-color: rgb(248 113 113 / 0.4);
}
.border-input-error-border\/5 {
  border-color: rgb(248 113 113 / 0.05);
}
.border-input-error-border\/50 {
  border-color: rgb(248 113 113 / 0.5);
}
.border-input-error-border\/60 {
  border-color: rgb(248 113 113 / 0.6);
}
.border-input-error-border\/70 {
  border-color: rgb(248 113 113 / 0.7);
}
.border-input-error-border\/75 {
  border-color: rgb(248 113 113 / 0.75);
}
.border-input-error-border\/80 {
  border-color: rgb(248 113 113 / 0.8);
}
.border-input-error-border\/90 {
  border-color: rgb(248 113 113 / 0.9);
}
.border-input-error-border\/95 {
  border-color: rgb(248 113 113 / 0.95);
}
.border-input-error-border\/state-disabled {
  border-color: rgb(248 113 113 / 0.5);
}
.border-input-error-border\/state-enabled {
  border-color: rgb(248 113 113 / 1);
}
.border-input-error-placeholder {
  border-color: rgba(255, 255, 255, 0.4);
}
.border-input-error-placeholder\/0 {
  border-color: rgba(255, 255, 255, 0);
}
.border-input-error-placeholder\/10 {
  border-color: rgba(255, 255, 255, 0.1);
}
.border-input-error-placeholder\/100 {
  border-color: rgba(255, 255, 255, 1);
}
.border-input-error-placeholder\/20 {
  border-color: rgba(255, 255, 255, 0.2);
}
.border-input-error-placeholder\/25 {
  border-color: rgba(255, 255, 255, 0.25);
}
.border-input-error-placeholder\/30 {
  border-color: rgba(255, 255, 255, 0.3);
}
.border-input-error-placeholder\/40 {
  border-color: rgba(255, 255, 255, 0.4);
}
.border-input-error-placeholder\/5 {
  border-color: rgba(255, 255, 255, 0.05);
}
.border-input-error-placeholder\/50 {
  border-color: rgba(255, 255, 255, 0.5);
}
.border-input-error-placeholder\/60 {
  border-color: rgba(255, 255, 255, 0.6);
}
.border-input-error-placeholder\/70 {
  border-color: rgba(255, 255, 255, 0.7);
}
.border-input-error-placeholder\/75 {
  border-color: rgba(255, 255, 255, 0.75);
}
.border-input-error-placeholder\/80 {
  border-color: rgba(255, 255, 255, 0.8);
}
.border-input-error-placeholder\/90 {
  border-color: rgba(255, 255, 255, 0.9);
}
.border-input-error-placeholder\/95 {
  border-color: rgba(255, 255, 255, 0.95);
}
.border-input-error-placeholder\/state-disabled {
  border-color: rgba(255, 255, 255, 0.5);
}
.border-input-error-placeholder\/state-enabled {
  border-color: rgba(255, 255, 255, 1);
}
.border-input-error-text {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity));
}
.border-input-error-text\/0 {
  border-color: rgb(248 113 113 / 0);
}
.border-input-error-text\/10 {
  border-color: rgb(248 113 113 / 0.1);
}
.border-input-error-text\/100 {
  border-color: rgb(248 113 113 / 1);
}
.border-input-error-text\/20 {
  border-color: rgb(248 113 113 / 0.2);
}
.border-input-error-text\/25 {
  border-color: rgb(248 113 113 / 0.25);
}
.border-input-error-text\/30 {
  border-color: rgb(248 113 113 / 0.3);
}
.border-input-error-text\/40 {
  border-color: rgb(248 113 113 / 0.4);
}
.border-input-error-text\/5 {
  border-color: rgb(248 113 113 / 0.05);
}
.border-input-error-text\/50 {
  border-color: rgb(248 113 113 / 0.5);
}
.border-input-error-text\/60 {
  border-color: rgb(248 113 113 / 0.6);
}
.border-input-error-text\/70 {
  border-color: rgb(248 113 113 / 0.7);
}
.border-input-error-text\/75 {
  border-color: rgb(248 113 113 / 0.75);
}
.border-input-error-text\/80 {
  border-color: rgb(248 113 113 / 0.8);
}
.border-input-error-text\/90 {
  border-color: rgb(248 113 113 / 0.9);
}
.border-input-error-text\/95 {
  border-color: rgb(248 113 113 / 0.95);
}
.border-input-error-text\/state-disabled {
  border-color: rgb(248 113 113 / 0.5);
}
.border-input-error-text\/state-enabled {
  border-color: rgb(248 113 113 / 1);
}
.border-input-focused-bg {
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity));
}
.border-input-focused-bg\/0 {
  border-color: rgb(17 17 17 / 0);
}
.border-input-focused-bg\/10 {
  border-color: rgb(17 17 17 / 0.1);
}
.border-input-focused-bg\/100 {
  border-color: rgb(17 17 17 / 1);
}
.border-input-focused-bg\/20 {
  border-color: rgb(17 17 17 / 0.2);
}
.border-input-focused-bg\/25 {
  border-color: rgb(17 17 17 / 0.25);
}
.border-input-focused-bg\/30 {
  border-color: rgb(17 17 17 / 0.3);
}
.border-input-focused-bg\/40 {
  border-color: rgb(17 17 17 / 0.4);
}
.border-input-focused-bg\/5 {
  border-color: rgb(17 17 17 / 0.05);
}
.border-input-focused-bg\/50 {
  border-color: rgb(17 17 17 / 0.5);
}
.border-input-focused-bg\/60 {
  border-color: rgb(17 17 17 / 0.6);
}
.border-input-focused-bg\/70 {
  border-color: rgb(17 17 17 / 0.7);
}
.border-input-focused-bg\/75 {
  border-color: rgb(17 17 17 / 0.75);
}
.border-input-focused-bg\/80 {
  border-color: rgb(17 17 17 / 0.8);
}
.border-input-focused-bg\/90 {
  border-color: rgb(17 17 17 / 0.9);
}
.border-input-focused-bg\/95 {
  border-color: rgb(17 17 17 / 0.95);
}
.border-input-focused-bg\/state-disabled {
  border-color: rgb(17 17 17 / 0.5);
}
.border-input-focused-bg\/state-enabled {
  border-color: rgb(17 17 17 / 1);
}
.border-input-focused-border {
  --tw-border-opacity: 1;
  border-color: rgb(98 98 98 / var(--tw-border-opacity));
}
.border-input-focused-border\/0 {
  border-color: rgb(98 98 98 / 0);
}
.border-input-focused-border\/10 {
  border-color: rgb(98 98 98 / 0.1);
}
.border-input-focused-border\/100 {
  border-color: rgb(98 98 98 / 1);
}
.border-input-focused-border\/20 {
  border-color: rgb(98 98 98 / 0.2);
}
.border-input-focused-border\/25 {
  border-color: rgb(98 98 98 / 0.25);
}
.border-input-focused-border\/30 {
  border-color: rgb(98 98 98 / 0.3);
}
.border-input-focused-border\/40 {
  border-color: rgb(98 98 98 / 0.4);
}
.border-input-focused-border\/5 {
  border-color: rgb(98 98 98 / 0.05);
}
.border-input-focused-border\/50 {
  border-color: rgb(98 98 98 / 0.5);
}
.border-input-focused-border\/60 {
  border-color: rgb(98 98 98 / 0.6);
}
.border-input-focused-border\/70 {
  border-color: rgb(98 98 98 / 0.7);
}
.border-input-focused-border\/75 {
  border-color: rgb(98 98 98 / 0.75);
}
.border-input-focused-border\/80 {
  border-color: rgb(98 98 98 / 0.8);
}
.border-input-focused-border\/90 {
  border-color: rgb(98 98 98 / 0.9);
}
.border-input-focused-border\/95 {
  border-color: rgb(98 98 98 / 0.95);
}
.border-input-focused-border\/state-disabled {
  border-color: rgb(98 98 98 / 0.5);
}
.border-input-focused-border\/state-enabled {
  border-color: rgb(98 98 98 / 1);
}
.border-input-focused-placeholder {
  border-color: rgba(255, 255, 255, 0.4);
}
.border-input-focused-placeholder\/0 {
  border-color: rgba(255, 255, 255, 0);
}
.border-input-focused-placeholder\/10 {
  border-color: rgba(255, 255, 255, 0.1);
}
.border-input-focused-placeholder\/100 {
  border-color: rgba(255, 255, 255, 1);
}
.border-input-focused-placeholder\/20 {
  border-color: rgba(255, 255, 255, 0.2);
}
.border-input-focused-placeholder\/25 {
  border-color: rgba(255, 255, 255, 0.25);
}
.border-input-focused-placeholder\/30 {
  border-color: rgba(255, 255, 255, 0.3);
}
.border-input-focused-placeholder\/40 {
  border-color: rgba(255, 255, 255, 0.4);
}
.border-input-focused-placeholder\/5 {
  border-color: rgba(255, 255, 255, 0.05);
}
.border-input-focused-placeholder\/50 {
  border-color: rgba(255, 255, 255, 0.5);
}
.border-input-focused-placeholder\/60 {
  border-color: rgba(255, 255, 255, 0.6);
}
.border-input-focused-placeholder\/70 {
  border-color: rgba(255, 255, 255, 0.7);
}
.border-input-focused-placeholder\/75 {
  border-color: rgba(255, 255, 255, 0.75);
}
.border-input-focused-placeholder\/80 {
  border-color: rgba(255, 255, 255, 0.8);
}
.border-input-focused-placeholder\/90 {
  border-color: rgba(255, 255, 255, 0.9);
}
.border-input-focused-placeholder\/95 {
  border-color: rgba(255, 255, 255, 0.95);
}
.border-input-focused-placeholder\/state-disabled {
  border-color: rgba(255, 255, 255, 0.5);
}
.border-input-focused-placeholder\/state-enabled {
  border-color: rgba(255, 255, 255, 1);
}
.border-input-focused-text {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-input-focused-text\/0 {
  border-color: rgb(255 255 255 / 0);
}
.border-input-focused-text\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.border-input-focused-text\/100 {
  border-color: rgb(255 255 255 / 1);
}
.border-input-focused-text\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.border-input-focused-text\/25 {
  border-color: rgb(255 255 255 / 0.25);
}
.border-input-focused-text\/30 {
  border-color: rgb(255 255 255 / 0.3);
}
.border-input-focused-text\/40 {
  border-color: rgb(255 255 255 / 0.4);
}
.border-input-focused-text\/5 {
  border-color: rgb(255 255 255 / 0.05);
}
.border-input-focused-text\/50 {
  border-color: rgb(255 255 255 / 0.5);
}
.border-input-focused-text\/60 {
  border-color: rgb(255 255 255 / 0.6);
}
.border-input-focused-text\/70 {
  border-color: rgb(255 255 255 / 0.7);
}
.border-input-focused-text\/75 {
  border-color: rgb(255 255 255 / 0.75);
}
.border-input-focused-text\/80 {
  border-color: rgb(255 255 255 / 0.8);
}
.border-input-focused-text\/90 {
  border-color: rgb(255 255 255 / 0.9);
}
.border-input-focused-text\/95 {
  border-color: rgb(255 255 255 / 0.95);
}
.border-input-focused-text\/state-disabled {
  border-color: rgb(255 255 255 / 0.5);
}
.border-input-focused-text\/state-enabled {
  border-color: rgb(255 255 255 / 1);
}
.border-input-placeholder {
  --tw-border-opacity: 1;
  border-color: rgb(97 97 97 / var(--tw-border-opacity));
}
.border-input-placeholder\/0 {
  border-color: rgb(97 97 97 / 0);
}
.border-input-placeholder\/10 {
  border-color: rgb(97 97 97 / 0.1);
}
.border-input-placeholder\/100 {
  border-color: rgb(97 97 97 / 1);
}
.border-input-placeholder\/20 {
  border-color: rgb(97 97 97 / 0.2);
}
.border-input-placeholder\/25 {
  border-color: rgb(97 97 97 / 0.25);
}
.border-input-placeholder\/30 {
  border-color: rgb(97 97 97 / 0.3);
}
.border-input-placeholder\/40 {
  border-color: rgb(97 97 97 / 0.4);
}
.border-input-placeholder\/5 {
  border-color: rgb(97 97 97 / 0.05);
}
.border-input-placeholder\/50 {
  border-color: rgb(97 97 97 / 0.5);
}
.border-input-placeholder\/60 {
  border-color: rgb(97 97 97 / 0.6);
}
.border-input-placeholder\/70 {
  border-color: rgb(97 97 97 / 0.7);
}
.border-input-placeholder\/75 {
  border-color: rgb(97 97 97 / 0.75);
}
.border-input-placeholder\/80 {
  border-color: rgb(97 97 97 / 0.8);
}
.border-input-placeholder\/90 {
  border-color: rgb(97 97 97 / 0.9);
}
.border-input-placeholder\/95 {
  border-color: rgb(97 97 97 / 0.95);
}
.border-input-placeholder\/state-disabled {
  border-color: rgb(97 97 97 / 0.5);
}
.border-input-placeholder\/state-enabled {
  border-color: rgb(97 97 97 / 1);
}
.border-input-radio-background {
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity));
}
.border-input-radio-background\/0 {
  border-color: rgb(17 17 17 / 0);
}
.border-input-radio-background\/10 {
  border-color: rgb(17 17 17 / 0.1);
}
.border-input-radio-background\/100 {
  border-color: rgb(17 17 17 / 1);
}
.border-input-radio-background\/20 {
  border-color: rgb(17 17 17 / 0.2);
}
.border-input-radio-background\/25 {
  border-color: rgb(17 17 17 / 0.25);
}
.border-input-radio-background\/30 {
  border-color: rgb(17 17 17 / 0.3);
}
.border-input-radio-background\/40 {
  border-color: rgb(17 17 17 / 0.4);
}
.border-input-radio-background\/5 {
  border-color: rgb(17 17 17 / 0.05);
}
.border-input-radio-background\/50 {
  border-color: rgb(17 17 17 / 0.5);
}
.border-input-radio-background\/60 {
  border-color: rgb(17 17 17 / 0.6);
}
.border-input-radio-background\/70 {
  border-color: rgb(17 17 17 / 0.7);
}
.border-input-radio-background\/75 {
  border-color: rgb(17 17 17 / 0.75);
}
.border-input-radio-background\/80 {
  border-color: rgb(17 17 17 / 0.8);
}
.border-input-radio-background\/90 {
  border-color: rgb(17 17 17 / 0.9);
}
.border-input-radio-background\/95 {
  border-color: rgb(17 17 17 / 0.95);
}
.border-input-radio-background\/state-disabled {
  border-color: rgb(17 17 17 / 0.5);
}
.border-input-radio-background\/state-enabled {
  border-color: rgb(17 17 17 / 1);
}
.border-input-radio-border {
  --tw-border-opacity: 1;
  border-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-input-radio-border\/0 {
  border-color: rgb(205 141 239 / 0);
}
.border-input-radio-border\/10 {
  border-color: rgb(205 141 239 / 0.1);
}
.border-input-radio-border\/100 {
  border-color: rgb(205 141 239 / 1);
}
.border-input-radio-border\/20 {
  border-color: rgb(205 141 239 / 0.2);
}
.border-input-radio-border\/25 {
  border-color: rgb(205 141 239 / 0.25);
}
.border-input-radio-border\/30 {
  border-color: rgb(205 141 239 / 0.3);
}
.border-input-radio-border\/40 {
  border-color: rgb(205 141 239 / 0.4);
}
.border-input-radio-border\/5 {
  border-color: rgb(205 141 239 / 0.05);
}
.border-input-radio-border\/50 {
  border-color: rgb(205 141 239 / 0.5);
}
.border-input-radio-border\/60 {
  border-color: rgb(205 141 239 / 0.6);
}
.border-input-radio-border\/70 {
  border-color: rgb(205 141 239 / 0.7);
}
.border-input-radio-border\/75 {
  border-color: rgb(205 141 239 / 0.75);
}
.border-input-radio-border\/80 {
  border-color: rgb(205 141 239 / 0.8);
}
.border-input-radio-border\/90 {
  border-color: rgb(205 141 239 / 0.9);
}
.border-input-radio-border\/95 {
  border-color: rgb(205 141 239 / 0.95);
}
.border-input-radio-border\/state-disabled {
  border-color: rgb(205 141 239 / 0.5);
}
.border-input-radio-border\/state-enabled {
  border-color: rgb(205 141 239 / 1);
}
.border-input-radio-contrast {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-input-radio-contrast\/0 {
  border-color: rgb(255 255 255 / 0);
}
.border-input-radio-contrast\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.border-input-radio-contrast\/100 {
  border-color: rgb(255 255 255 / 1);
}
.border-input-radio-contrast\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.border-input-radio-contrast\/25 {
  border-color: rgb(255 255 255 / 0.25);
}
.border-input-radio-contrast\/30 {
  border-color: rgb(255 255 255 / 0.3);
}
.border-input-radio-contrast\/40 {
  border-color: rgb(255 255 255 / 0.4);
}
.border-input-radio-contrast\/5 {
  border-color: rgb(255 255 255 / 0.05);
}
.border-input-radio-contrast\/50 {
  border-color: rgb(255 255 255 / 0.5);
}
.border-input-radio-contrast\/60 {
  border-color: rgb(255 255 255 / 0.6);
}
.border-input-radio-contrast\/70 {
  border-color: rgb(255 255 255 / 0.7);
}
.border-input-radio-contrast\/75 {
  border-color: rgb(255 255 255 / 0.75);
}
.border-input-radio-contrast\/80 {
  border-color: rgb(255 255 255 / 0.8);
}
.border-input-radio-contrast\/90 {
  border-color: rgb(255 255 255 / 0.9);
}
.border-input-radio-contrast\/95 {
  border-color: rgb(255 255 255 / 0.95);
}
.border-input-radio-contrast\/state-disabled {
  border-color: rgb(255 255 255 / 0.5);
}
.border-input-radio-contrast\/state-enabled {
  border-color: rgb(255 255 255 / 1);
}
.border-input-switch-backgroundOff {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-input-switch-backgroundOff\/0 {
  border-color: rgb(156 163 175 / 0);
}
.border-input-switch-backgroundOff\/10 {
  border-color: rgb(156 163 175 / 0.1);
}
.border-input-switch-backgroundOff\/100 {
  border-color: rgb(156 163 175 / 1);
}
.border-input-switch-backgroundOff\/20 {
  border-color: rgb(156 163 175 / 0.2);
}
.border-input-switch-backgroundOff\/25 {
  border-color: rgb(156 163 175 / 0.25);
}
.border-input-switch-backgroundOff\/30 {
  border-color: rgb(156 163 175 / 0.3);
}
.border-input-switch-backgroundOff\/40 {
  border-color: rgb(156 163 175 / 0.4);
}
.border-input-switch-backgroundOff\/5 {
  border-color: rgb(156 163 175 / 0.05);
}
.border-input-switch-backgroundOff\/50 {
  border-color: rgb(156 163 175 / 0.5);
}
.border-input-switch-backgroundOff\/60 {
  border-color: rgb(156 163 175 / 0.6);
}
.border-input-switch-backgroundOff\/70 {
  border-color: rgb(156 163 175 / 0.7);
}
.border-input-switch-backgroundOff\/75 {
  border-color: rgb(156 163 175 / 0.75);
}
.border-input-switch-backgroundOff\/80 {
  border-color: rgb(156 163 175 / 0.8);
}
.border-input-switch-backgroundOff\/90 {
  border-color: rgb(156 163 175 / 0.9);
}
.border-input-switch-backgroundOff\/95 {
  border-color: rgb(156 163 175 / 0.95);
}
.border-input-switch-backgroundOff\/state-disabled {
  border-color: rgb(156 163 175 / 0.5);
}
.border-input-switch-backgroundOff\/state-enabled {
  border-color: rgb(156 163 175 / 1);
}
.border-input-switch-backgroundOn {
  --tw-border-opacity: 1;
  border-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-input-switch-backgroundOn\/0 {
  border-color: rgb(205 141 239 / 0);
}
.border-input-switch-backgroundOn\/10 {
  border-color: rgb(205 141 239 / 0.1);
}
.border-input-switch-backgroundOn\/100 {
  border-color: rgb(205 141 239 / 1);
}
.border-input-switch-backgroundOn\/20 {
  border-color: rgb(205 141 239 / 0.2);
}
.border-input-switch-backgroundOn\/25 {
  border-color: rgb(205 141 239 / 0.25);
}
.border-input-switch-backgroundOn\/30 {
  border-color: rgb(205 141 239 / 0.3);
}
.border-input-switch-backgroundOn\/40 {
  border-color: rgb(205 141 239 / 0.4);
}
.border-input-switch-backgroundOn\/5 {
  border-color: rgb(205 141 239 / 0.05);
}
.border-input-switch-backgroundOn\/50 {
  border-color: rgb(205 141 239 / 0.5);
}
.border-input-switch-backgroundOn\/60 {
  border-color: rgb(205 141 239 / 0.6);
}
.border-input-switch-backgroundOn\/70 {
  border-color: rgb(205 141 239 / 0.7);
}
.border-input-switch-backgroundOn\/75 {
  border-color: rgb(205 141 239 / 0.75);
}
.border-input-switch-backgroundOn\/80 {
  border-color: rgb(205 141 239 / 0.8);
}
.border-input-switch-backgroundOn\/90 {
  border-color: rgb(205 141 239 / 0.9);
}
.border-input-switch-backgroundOn\/95 {
  border-color: rgb(205 141 239 / 0.95);
}
.border-input-switch-backgroundOn\/state-disabled {
  border-color: rgb(205 141 239 / 0.5);
}
.border-input-switch-backgroundOn\/state-enabled {
  border-color: rgb(205 141 239 / 1);
}
.border-input-switch-contrast {
  --tw-border-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.border-input-switch-contrast\/0 {
  border-color: rgb(64 64 64 / 0);
}
.border-input-switch-contrast\/10 {
  border-color: rgb(64 64 64 / 0.1);
}
.border-input-switch-contrast\/100 {
  border-color: rgb(64 64 64 / 1);
}
.border-input-switch-contrast\/20 {
  border-color: rgb(64 64 64 / 0.2);
}
.border-input-switch-contrast\/25 {
  border-color: rgb(64 64 64 / 0.25);
}
.border-input-switch-contrast\/30 {
  border-color: rgb(64 64 64 / 0.3);
}
.border-input-switch-contrast\/40 {
  border-color: rgb(64 64 64 / 0.4);
}
.border-input-switch-contrast\/5 {
  border-color: rgb(64 64 64 / 0.05);
}
.border-input-switch-contrast\/50 {
  border-color: rgb(64 64 64 / 0.5);
}
.border-input-switch-contrast\/60 {
  border-color: rgb(64 64 64 / 0.6);
}
.border-input-switch-contrast\/70 {
  border-color: rgb(64 64 64 / 0.7);
}
.border-input-switch-contrast\/75 {
  border-color: rgb(64 64 64 / 0.75);
}
.border-input-switch-contrast\/80 {
  border-color: rgb(64 64 64 / 0.8);
}
.border-input-switch-contrast\/90 {
  border-color: rgb(64 64 64 / 0.9);
}
.border-input-switch-contrast\/95 {
  border-color: rgb(64 64 64 / 0.95);
}
.border-input-switch-contrast\/state-disabled {
  border-color: rgb(64 64 64 / 0.5);
}
.border-input-switch-contrast\/state-enabled {
  border-color: rgb(64 64 64 / 1);
}
.border-input-text {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-input-text\/0 {
  border-color: rgb(255 255 255 / 0);
}
.border-input-text\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.border-input-text\/100 {
  border-color: rgb(255 255 255 / 1);
}
.border-input-text\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.border-input-text\/25 {
  border-color: rgb(255 255 255 / 0.25);
}
.border-input-text\/30 {
  border-color: rgb(255 255 255 / 0.3);
}
.border-input-text\/40 {
  border-color: rgb(255 255 255 / 0.4);
}
.border-input-text\/5 {
  border-color: rgb(255 255 255 / 0.05);
}
.border-input-text\/50 {
  border-color: rgb(255 255 255 / 0.5);
}
.border-input-text\/60 {
  border-color: rgb(255 255 255 / 0.6);
}
.border-input-text\/70 {
  border-color: rgb(255 255 255 / 0.7);
}
.border-input-text\/75 {
  border-color: rgb(255 255 255 / 0.75);
}
.border-input-text\/80 {
  border-color: rgb(255 255 255 / 0.8);
}
.border-input-text\/90 {
  border-color: rgb(255 255 255 / 0.9);
}
.border-input-text\/95 {
  border-color: rgb(255 255 255 / 0.95);
}
.border-input-text\/state-disabled {
  border-color: rgb(255 255 255 / 0.5);
}
.border-input-text\/state-enabled {
  border-color: rgb(255 255 255 / 1);
}
.border-loader-default {
  --tw-border-opacity: 1;
  border-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-loader-default\/0 {
  border-color: rgb(205 141 239 / 0);
}
.border-loader-default\/10 {
  border-color: rgb(205 141 239 / 0.1);
}
.border-loader-default\/100 {
  border-color: rgb(205 141 239 / 1);
}
.border-loader-default\/20 {
  border-color: rgb(205 141 239 / 0.2);
}
.border-loader-default\/25 {
  border-color: rgb(205 141 239 / 0.25);
}
.border-loader-default\/30 {
  border-color: rgb(205 141 239 / 0.3);
}
.border-loader-default\/40 {
  border-color: rgb(205 141 239 / 0.4);
}
.border-loader-default\/5 {
  border-color: rgb(205 141 239 / 0.05);
}
.border-loader-default\/50 {
  border-color: rgb(205 141 239 / 0.5);
}
.border-loader-default\/60 {
  border-color: rgb(205 141 239 / 0.6);
}
.border-loader-default\/70 {
  border-color: rgb(205 141 239 / 0.7);
}
.border-loader-default\/75 {
  border-color: rgb(205 141 239 / 0.75);
}
.border-loader-default\/80 {
  border-color: rgb(205 141 239 / 0.8);
}
.border-loader-default\/90 {
  border-color: rgb(205 141 239 / 0.9);
}
.border-loader-default\/95 {
  border-color: rgb(205 141 239 / 0.95);
}
.border-loader-default\/state-disabled {
  border-color: rgb(205 141 239 / 0.5);
}
.border-loader-default\/state-enabled {
  border-color: rgb(205 141 239 / 1);
}
.border-mono-0 {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-mono-0\/\[\.1\] {
  border-color: rgb(255 255 255 / .1);
}
.border-mono-0\/\[\.5\] {
  border-color: rgb(255 255 255 / .5);
}
.border-mono-8 {
  --tw-border-opacity: 1;
  border-color: rgb(56 56 56 / var(--tw-border-opacity));
}
.border-panel-alternate {
  --tw-border-opacity: 1;
  border-color: rgb(29 29 29 / var(--tw-border-opacity));
}
.border-panel-alternate\/0 {
  border-color: rgb(29 29 29 / 0);
}
.border-panel-alternate\/10 {
  border-color: rgb(29 29 29 / 0.1);
}
.border-panel-alternate\/100 {
  border-color: rgb(29 29 29 / 1);
}
.border-panel-alternate\/20 {
  border-color: rgb(29 29 29 / 0.2);
}
.border-panel-alternate\/25 {
  border-color: rgb(29 29 29 / 0.25);
}
.border-panel-alternate\/30 {
  border-color: rgb(29 29 29 / 0.3);
}
.border-panel-alternate\/40 {
  border-color: rgb(29 29 29 / 0.4);
}
.border-panel-alternate\/5 {
  border-color: rgb(29 29 29 / 0.05);
}
.border-panel-alternate\/50 {
  border-color: rgb(29 29 29 / 0.5);
}
.border-panel-alternate\/60 {
  border-color: rgb(29 29 29 / 0.6);
}
.border-panel-alternate\/70 {
  border-color: rgb(29 29 29 / 0.7);
}
.border-panel-alternate\/75 {
  border-color: rgb(29 29 29 / 0.75);
}
.border-panel-alternate\/80 {
  border-color: rgb(29 29 29 / 0.8);
}
.border-panel-alternate\/90 {
  border-color: rgb(29 29 29 / 0.9);
}
.border-panel-alternate\/95 {
  border-color: rgb(29 29 29 / 0.95);
}
.border-panel-alternate\/state-disabled {
  border-color: rgb(29 29 29 / 0.5);
}
.border-panel-alternate\/state-enabled {
  border-color: rgb(29 29 29 / 1);
}
.border-panel-base {
  --tw-border-opacity: 1;
  border-color: rgb(16 16 16 / var(--tw-border-opacity));
}
.border-panel-base\/0 {
  border-color: rgb(16 16 16 / 0);
}
.border-panel-base\/10 {
  border-color: rgb(16 16 16 / 0.1);
}
.border-panel-base\/100 {
  border-color: rgb(16 16 16 / 1);
}
.border-panel-base\/20 {
  border-color: rgb(16 16 16 / 0.2);
}
.border-panel-base\/25 {
  border-color: rgb(16 16 16 / 0.25);
}
.border-panel-base\/30 {
  border-color: rgb(16 16 16 / 0.3);
}
.border-panel-base\/40 {
  border-color: rgb(16 16 16 / 0.4);
}
.border-panel-base\/5 {
  border-color: rgb(16 16 16 / 0.05);
}
.border-panel-base\/50 {
  border-color: rgb(16 16 16 / 0.5);
}
.border-panel-base\/60 {
  border-color: rgb(16 16 16 / 0.6);
}
.border-panel-base\/70 {
  border-color: rgb(16 16 16 / 0.7);
}
.border-panel-base\/75 {
  border-color: rgb(16 16 16 / 0.75);
}
.border-panel-base\/80 {
  border-color: rgb(16 16 16 / 0.8);
}
.border-panel-base\/90 {
  border-color: rgb(16 16 16 / 0.9);
}
.border-panel-base\/95 {
  border-color: rgb(16 16 16 / 0.95);
}
.border-panel-base\/state-disabled {
  border-color: rgb(16 16 16 / 0.5);
}
.border-panel-base\/state-enabled {
  border-color: rgb(16 16 16 / 1);
}
.border-panel-border {
  border-color: rgba(255, 255, 255, 0.05);
}
.border-panel-border\/0 {
  border-color: rgba(255, 255, 255, 0);
}
.border-panel-border\/10 {
  border-color: rgba(255, 255, 255, 0.1);
}
.border-panel-border\/100 {
  border-color: rgba(255, 255, 255, 1);
}
.border-panel-border\/20 {
  border-color: rgba(255, 255, 255, 0.2);
}
.border-panel-border\/25 {
  border-color: rgba(255, 255, 255, 0.25);
}
.border-panel-border\/30 {
  border-color: rgba(255, 255, 255, 0.3);
}
.border-panel-border\/40 {
  border-color: rgba(255, 255, 255, 0.4);
}
.border-panel-border\/5 {
  border-color: rgba(255, 255, 255, 0.05);
}
.border-panel-border\/50 {
  border-color: rgba(255, 255, 255, 0.5);
}
.border-panel-border\/60 {
  border-color: rgba(255, 255, 255, 0.6);
}
.border-panel-border\/70 {
  border-color: rgba(255, 255, 255, 0.7);
}
.border-panel-border\/75 {
  border-color: rgba(255, 255, 255, 0.75);
}
.border-panel-border\/80 {
  border-color: rgba(255, 255, 255, 0.8);
}
.border-panel-border\/90 {
  border-color: rgba(255, 255, 255, 0.9);
}
.border-panel-border\/95 {
  border-color: rgba(255, 255, 255, 0.95);
}
.border-panel-border\/state-disabled {
  border-color: rgba(255, 255, 255, 0.5);
}
.border-panel-border\/state-enabled {
  border-color: rgba(255, 255, 255, 1);
}
.border-panel-default {
  border-color: rgba(255, 255, 255, 0);
}
.border-panel-default\/0 {
  border-color: rgba(255, 255, 255, 0);
}
.border-panel-default\/10 {
  border-color: rgba(255, 255, 255, 0.1);
}
.border-panel-default\/100 {
  border-color: rgba(255, 255, 255, 1);
}
.border-panel-default\/20 {
  border-color: rgba(255, 255, 255, 0.2);
}
.border-panel-default\/25 {
  border-color: rgba(255, 255, 255, 0.25);
}
.border-panel-default\/30 {
  border-color: rgba(255, 255, 255, 0.3);
}
.border-panel-default\/40 {
  border-color: rgba(255, 255, 255, 0.4);
}
.border-panel-default\/5 {
  border-color: rgba(255, 255, 255, 0.05);
}
.border-panel-default\/50 {
  border-color: rgba(255, 255, 255, 0.5);
}
.border-panel-default\/60 {
  border-color: rgba(255, 255, 255, 0.6);
}
.border-panel-default\/70 {
  border-color: rgba(255, 255, 255, 0.7);
}
.border-panel-default\/75 {
  border-color: rgba(255, 255, 255, 0.75);
}
.border-panel-default\/80 {
  border-color: rgba(255, 255, 255, 0.8);
}
.border-panel-default\/90 {
  border-color: rgba(255, 255, 255, 0.9);
}
.border-panel-default\/95 {
  border-color: rgba(255, 255, 255, 0.95);
}
.border-panel-default\/state-disabled {
  border-color: rgba(255, 255, 255, 0.5);
}
.border-panel-default\/state-enabled {
  border-color: rgba(255, 255, 255, 1);
}
.border-panel-shadow {
  border-color: rgba(0, 0, 0, 0.2);
}
.border-panel-shadow\/0 {
  border-color: rgba(0, 0, 0, 0);
}
.border-panel-shadow\/10 {
  border-color: rgba(0, 0, 0, 0.1);
}
.border-panel-shadow\/100 {
  border-color: rgba(0, 0, 0, 1);
}
.border-panel-shadow\/20 {
  border-color: rgba(0, 0, 0, 0.2);
}
.border-panel-shadow\/25 {
  border-color: rgba(0, 0, 0, 0.25);
}
.border-panel-shadow\/30 {
  border-color: rgba(0, 0, 0, 0.3);
}
.border-panel-shadow\/40 {
  border-color: rgba(0, 0, 0, 0.4);
}
.border-panel-shadow\/5 {
  border-color: rgba(0, 0, 0, 0.05);
}
.border-panel-shadow\/50 {
  border-color: rgba(0, 0, 0, 0.5);
}
.border-panel-shadow\/60 {
  border-color: rgba(0, 0, 0, 0.6);
}
.border-panel-shadow\/70 {
  border-color: rgba(0, 0, 0, 0.7);
}
.border-panel-shadow\/75 {
  border-color: rgba(0, 0, 0, 0.75);
}
.border-panel-shadow\/80 {
  border-color: rgba(0, 0, 0, 0.8);
}
.border-panel-shadow\/90 {
  border-color: rgba(0, 0, 0, 0.9);
}
.border-panel-shadow\/95 {
  border-color: rgba(0, 0, 0, 0.95);
}
.border-panel-shadow\/state-disabled {
  border-color: rgba(0, 0, 0, 0.5);
}
.border-panel-shadow\/state-enabled {
  border-color: rgba(0, 0, 0, 1);
}
.border-transparent {
  border-color: transparent;
}
.border-typography-accent {
  --tw-border-opacity: 1;
  border-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-typography-accent\/0 {
  border-color: rgb(205 141 239 / 0);
}
.border-typography-accent\/10 {
  border-color: rgb(205 141 239 / 0.1);
}
.border-typography-accent\/100 {
  border-color: rgb(205 141 239 / 1);
}
.border-typography-accent\/20 {
  border-color: rgb(205 141 239 / 0.2);
}
.border-typography-accent\/25 {
  border-color: rgb(205 141 239 / 0.25);
}
.border-typography-accent\/30 {
  border-color: rgb(205 141 239 / 0.3);
}
.border-typography-accent\/40 {
  border-color: rgb(205 141 239 / 0.4);
}
.border-typography-accent\/5 {
  border-color: rgb(205 141 239 / 0.05);
}
.border-typography-accent\/50 {
  border-color: rgb(205 141 239 / 0.5);
}
.border-typography-accent\/60 {
  border-color: rgb(205 141 239 / 0.6);
}
.border-typography-accent\/70 {
  border-color: rgb(205 141 239 / 0.7);
}
.border-typography-accent\/75 {
  border-color: rgb(205 141 239 / 0.75);
}
.border-typography-accent\/80 {
  border-color: rgb(205 141 239 / 0.8);
}
.border-typography-accent\/90 {
  border-color: rgb(205 141 239 / 0.9);
}
.border-typography-accent\/95 {
  border-color: rgb(205 141 239 / 0.95);
}
.border-typography-accent\/state-disabled {
  border-color: rgb(205 141 239 / 0.5);
}
.border-typography-accent\/state-enabled {
  border-color: rgb(205 141 239 / 1);
}
.border-typography-alternate {
  --tw-border-opacity: 1;
  border-color: rgb(6 182 212 / var(--tw-border-opacity));
}
.border-typography-alternate\/0 {
  border-color: rgb(6 182 212 / 0);
}
.border-typography-alternate\/10 {
  border-color: rgb(6 182 212 / 0.1);
}
.border-typography-alternate\/100 {
  border-color: rgb(6 182 212 / 1);
}
.border-typography-alternate\/20 {
  border-color: rgb(6 182 212 / 0.2);
}
.border-typography-alternate\/25 {
  border-color: rgb(6 182 212 / 0.25);
}
.border-typography-alternate\/30 {
  border-color: rgb(6 182 212 / 0.3);
}
.border-typography-alternate\/40 {
  border-color: rgb(6 182 212 / 0.4);
}
.border-typography-alternate\/5 {
  border-color: rgb(6 182 212 / 0.05);
}
.border-typography-alternate\/50 {
  border-color: rgb(6 182 212 / 0.5);
}
.border-typography-alternate\/60 {
  border-color: rgb(6 182 212 / 0.6);
}
.border-typography-alternate\/70 {
  border-color: rgb(6 182 212 / 0.7);
}
.border-typography-alternate\/75 {
  border-color: rgb(6 182 212 / 0.75);
}
.border-typography-alternate\/80 {
  border-color: rgb(6 182 212 / 0.8);
}
.border-typography-alternate\/90 {
  border-color: rgb(6 182 212 / 0.9);
}
.border-typography-alternate\/95 {
  border-color: rgb(6 182 212 / 0.95);
}
.border-typography-alternate\/state-disabled {
  border-color: rgb(6 182 212 / 0.5);
}
.border-typography-alternate\/state-enabled {
  border-color: rgb(6 182 212 / 1);
}
.border-typography-default {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-typography-default\/0 {
  border-color: rgb(255 255 255 / 0);
}
.border-typography-default\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.border-typography-default\/100 {
  border-color: rgb(255 255 255 / 1);
}
.border-typography-default\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.border-typography-default\/25 {
  border-color: rgb(255 255 255 / 0.25);
}
.border-typography-default\/30 {
  border-color: rgb(255 255 255 / 0.3);
}
.border-typography-default\/40 {
  border-color: rgb(255 255 255 / 0.4);
}
.border-typography-default\/5 {
  border-color: rgb(255 255 255 / 0.05);
}
.border-typography-default\/50 {
  border-color: rgb(255 255 255 / 0.5);
}
.border-typography-default\/60 {
  border-color: rgb(255 255 255 / 0.6);
}
.border-typography-default\/70 {
  border-color: rgb(255 255 255 / 0.7);
}
.border-typography-default\/75 {
  border-color: rgb(255 255 255 / 0.75);
}
.border-typography-default\/80 {
  border-color: rgb(255 255 255 / 0.8);
}
.border-typography-default\/90 {
  border-color: rgb(255 255 255 / 0.9);
}
.border-typography-default\/95 {
  border-color: rgb(255 255 255 / 0.95);
}
.border-typography-default\/state-disabled {
  border-color: rgb(255 255 255 / 0.5);
}
.border-typography-default\/state-enabled {
  border-color: rgb(255 255 255 / 1);
}
.border-typography-error {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity));
}
.border-typography-error\/0 {
  border-color: rgb(248 113 113 / 0);
}
.border-typography-error\/10 {
  border-color: rgb(248 113 113 / 0.1);
}
.border-typography-error\/100 {
  border-color: rgb(248 113 113 / 1);
}
.border-typography-error\/20 {
  border-color: rgb(248 113 113 / 0.2);
}
.border-typography-error\/25 {
  border-color: rgb(248 113 113 / 0.25);
}
.border-typography-error\/30 {
  border-color: rgb(248 113 113 / 0.3);
}
.border-typography-error\/40 {
  border-color: rgb(248 113 113 / 0.4);
}
.border-typography-error\/5 {
  border-color: rgb(248 113 113 / 0.05);
}
.border-typography-error\/50 {
  border-color: rgb(248 113 113 / 0.5);
}
.border-typography-error\/60 {
  border-color: rgb(248 113 113 / 0.6);
}
.border-typography-error\/70 {
  border-color: rgb(248 113 113 / 0.7);
}
.border-typography-error\/75 {
  border-color: rgb(248 113 113 / 0.75);
}
.border-typography-error\/80 {
  border-color: rgb(248 113 113 / 0.8);
}
.border-typography-error\/90 {
  border-color: rgb(248 113 113 / 0.9);
}
.border-typography-error\/95 {
  border-color: rgb(248 113 113 / 0.95);
}
.border-typography-error\/state-disabled {
  border-color: rgb(248 113 113 / 0.5);
}
.border-typography-error\/state-enabled {
  border-color: rgb(248 113 113 / 1);
}
.border-typography-info {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity));
}
.border-typography-info\/0 {
  border-color: rgb(96 165 250 / 0);
}
.border-typography-info\/10 {
  border-color: rgb(96 165 250 / 0.1);
}
.border-typography-info\/100 {
  border-color: rgb(96 165 250 / 1);
}
.border-typography-info\/20 {
  border-color: rgb(96 165 250 / 0.2);
}
.border-typography-info\/25 {
  border-color: rgb(96 165 250 / 0.25);
}
.border-typography-info\/30 {
  border-color: rgb(96 165 250 / 0.3);
}
.border-typography-info\/40 {
  border-color: rgb(96 165 250 / 0.4);
}
.border-typography-info\/5 {
  border-color: rgb(96 165 250 / 0.05);
}
.border-typography-info\/50 {
  border-color: rgb(96 165 250 / 0.5);
}
.border-typography-info\/60 {
  border-color: rgb(96 165 250 / 0.6);
}
.border-typography-info\/70 {
  border-color: rgb(96 165 250 / 0.7);
}
.border-typography-info\/75 {
  border-color: rgb(96 165 250 / 0.75);
}
.border-typography-info\/80 {
  border-color: rgb(96 165 250 / 0.8);
}
.border-typography-info\/90 {
  border-color: rgb(96 165 250 / 0.9);
}
.border-typography-info\/95 {
  border-color: rgb(96 165 250 / 0.95);
}
.border-typography-info\/state-disabled {
  border-color: rgb(96 165 250 / 0.5);
}
.border-typography-info\/state-enabled {
  border-color: rgb(96 165 250 / 1);
}
.border-typography-link-default {
  --tw-border-opacity: 1;
  border-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-typography-link-default\/0 {
  border-color: rgb(205 141 239 / 0);
}
.border-typography-link-default\/10 {
  border-color: rgb(205 141 239 / 0.1);
}
.border-typography-link-default\/100 {
  border-color: rgb(205 141 239 / 1);
}
.border-typography-link-default\/20 {
  border-color: rgb(205 141 239 / 0.2);
}
.border-typography-link-default\/25 {
  border-color: rgb(205 141 239 / 0.25);
}
.border-typography-link-default\/30 {
  border-color: rgb(205 141 239 / 0.3);
}
.border-typography-link-default\/40 {
  border-color: rgb(205 141 239 / 0.4);
}
.border-typography-link-default\/5 {
  border-color: rgb(205 141 239 / 0.05);
}
.border-typography-link-default\/50 {
  border-color: rgb(205 141 239 / 0.5);
}
.border-typography-link-default\/60 {
  border-color: rgb(205 141 239 / 0.6);
}
.border-typography-link-default\/70 {
  border-color: rgb(205 141 239 / 0.7);
}
.border-typography-link-default\/75 {
  border-color: rgb(205 141 239 / 0.75);
}
.border-typography-link-default\/80 {
  border-color: rgb(205 141 239 / 0.8);
}
.border-typography-link-default\/90 {
  border-color: rgb(205 141 239 / 0.9);
}
.border-typography-link-default\/95 {
  border-color: rgb(205 141 239 / 0.95);
}
.border-typography-link-default\/state-disabled {
  border-color: rgb(205 141 239 / 0.5);
}
.border-typography-link-default\/state-enabled {
  border-color: rgb(205 141 239 / 1);
}
.border-typography-link-hover {
  --tw-border-opacity: 1;
  border-color: rgb(215 164 242 / var(--tw-border-opacity));
}
.border-typography-link-hover\/0 {
  border-color: rgb(215 164 242 / 0);
}
.border-typography-link-hover\/10 {
  border-color: rgb(215 164 242 / 0.1);
}
.border-typography-link-hover\/100 {
  border-color: rgb(215 164 242 / 1);
}
.border-typography-link-hover\/20 {
  border-color: rgb(215 164 242 / 0.2);
}
.border-typography-link-hover\/25 {
  border-color: rgb(215 164 242 / 0.25);
}
.border-typography-link-hover\/30 {
  border-color: rgb(215 164 242 / 0.3);
}
.border-typography-link-hover\/40 {
  border-color: rgb(215 164 242 / 0.4);
}
.border-typography-link-hover\/5 {
  border-color: rgb(215 164 242 / 0.05);
}
.border-typography-link-hover\/50 {
  border-color: rgb(215 164 242 / 0.5);
}
.border-typography-link-hover\/60 {
  border-color: rgb(215 164 242 / 0.6);
}
.border-typography-link-hover\/70 {
  border-color: rgb(215 164 242 / 0.7);
}
.border-typography-link-hover\/75 {
  border-color: rgb(215 164 242 / 0.75);
}
.border-typography-link-hover\/80 {
  border-color: rgb(215 164 242 / 0.8);
}
.border-typography-link-hover\/90 {
  border-color: rgb(215 164 242 / 0.9);
}
.border-typography-link-hover\/95 {
  border-color: rgb(215 164 242 / 0.95);
}
.border-typography-link-hover\/state-disabled {
  border-color: rgb(215 164 242 / 0.5);
}
.border-typography-link-hover\/state-enabled {
  border-color: rgb(215 164 242 / 1);
}
.border-typography-muted {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-typography-muted\/0 {
  border-color: rgb(156 163 175 / 0);
}
.border-typography-muted\/10 {
  border-color: rgb(156 163 175 / 0.1);
}
.border-typography-muted\/100 {
  border-color: rgb(156 163 175 / 1);
}
.border-typography-muted\/20 {
  border-color: rgb(156 163 175 / 0.2);
}
.border-typography-muted\/25 {
  border-color: rgb(156 163 175 / 0.25);
}
.border-typography-muted\/30 {
  border-color: rgb(156 163 175 / 0.3);
}
.border-typography-muted\/40 {
  border-color: rgb(156 163 175 / 0.4);
}
.border-typography-muted\/5 {
  border-color: rgb(156 163 175 / 0.05);
}
.border-typography-muted\/50 {
  border-color: rgb(156 163 175 / 0.5);
}
.border-typography-muted\/60 {
  border-color: rgb(156 163 175 / 0.6);
}
.border-typography-muted\/70 {
  border-color: rgb(156 163 175 / 0.7);
}
.border-typography-muted\/75 {
  border-color: rgb(156 163 175 / 0.75);
}
.border-typography-muted\/80 {
  border-color: rgb(156 163 175 / 0.8);
}
.border-typography-muted\/90 {
  border-color: rgb(156 163 175 / 0.9);
}
.border-typography-muted\/95 {
  border-color: rgb(156 163 175 / 0.95);
}
.border-typography-muted\/state-disabled {
  border-color: rgb(156 163 175 / 0.5);
}
.border-typography-muted\/state-enabled {
  border-color: rgb(156 163 175 / 1);
}
.border-typography-on-accent {
  --tw-border-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.border-typography-on-accent\/0 {
  border-color: rgb(64 64 64 / 0);
}
.border-typography-on-accent\/10 {
  border-color: rgb(64 64 64 / 0.1);
}
.border-typography-on-accent\/100 {
  border-color: rgb(64 64 64 / 1);
}
.border-typography-on-accent\/20 {
  border-color: rgb(64 64 64 / 0.2);
}
.border-typography-on-accent\/25 {
  border-color: rgb(64 64 64 / 0.25);
}
.border-typography-on-accent\/30 {
  border-color: rgb(64 64 64 / 0.3);
}
.border-typography-on-accent\/40 {
  border-color: rgb(64 64 64 / 0.4);
}
.border-typography-on-accent\/5 {
  border-color: rgb(64 64 64 / 0.05);
}
.border-typography-on-accent\/50 {
  border-color: rgb(64 64 64 / 0.5);
}
.border-typography-on-accent\/60 {
  border-color: rgb(64 64 64 / 0.6);
}
.border-typography-on-accent\/70 {
  border-color: rgb(64 64 64 / 0.7);
}
.border-typography-on-accent\/75 {
  border-color: rgb(64 64 64 / 0.75);
}
.border-typography-on-accent\/80 {
  border-color: rgb(64 64 64 / 0.8);
}
.border-typography-on-accent\/90 {
  border-color: rgb(64 64 64 / 0.9);
}
.border-typography-on-accent\/95 {
  border-color: rgb(64 64 64 / 0.95);
}
.border-typography-on-accent\/state-disabled {
  border-color: rgb(64 64 64 / 0.5);
}
.border-typography-on-accent\/state-enabled {
  border-color: rgb(64 64 64 / 1);
}
.border-typography-subtle {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-typography-subtle\/0 {
  border-color: rgb(229 231 235 / 0);
}
.border-typography-subtle\/10 {
  border-color: rgb(229 231 235 / 0.1);
}
.border-typography-subtle\/100 {
  border-color: rgb(229 231 235 / 1);
}
.border-typography-subtle\/20 {
  border-color: rgb(229 231 235 / 0.2);
}
.border-typography-subtle\/25 {
  border-color: rgb(229 231 235 / 0.25);
}
.border-typography-subtle\/30 {
  border-color: rgb(229 231 235 / 0.3);
}
.border-typography-subtle\/40 {
  border-color: rgb(229 231 235 / 0.4);
}
.border-typography-subtle\/5 {
  border-color: rgb(229 231 235 / 0.05);
}
.border-typography-subtle\/50 {
  border-color: rgb(229 231 235 / 0.5);
}
.border-typography-subtle\/60 {
  border-color: rgb(229 231 235 / 0.6);
}
.border-typography-subtle\/70 {
  border-color: rgb(229 231 235 / 0.7);
}
.border-typography-subtle\/75 {
  border-color: rgb(229 231 235 / 0.75);
}
.border-typography-subtle\/80 {
  border-color: rgb(229 231 235 / 0.8);
}
.border-typography-subtle\/90 {
  border-color: rgb(229 231 235 / 0.9);
}
.border-typography-subtle\/95 {
  border-color: rgb(229 231 235 / 0.95);
}
.border-typography-subtle\/state-disabled {
  border-color: rgb(229 231 235 / 0.5);
}
.border-typography-subtle\/state-enabled {
  border-color: rgb(229 231 235 / 1);
}
.border-typography-success {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity));
}
.border-typography-success\/0 {
  border-color: rgb(74 222 128 / 0);
}
.border-typography-success\/10 {
  border-color: rgb(74 222 128 / 0.1);
}
.border-typography-success\/100 {
  border-color: rgb(74 222 128 / 1);
}
.border-typography-success\/20 {
  border-color: rgb(74 222 128 / 0.2);
}
.border-typography-success\/25 {
  border-color: rgb(74 222 128 / 0.25);
}
.border-typography-success\/30 {
  border-color: rgb(74 222 128 / 0.3);
}
.border-typography-success\/40 {
  border-color: rgb(74 222 128 / 0.4);
}
.border-typography-success\/5 {
  border-color: rgb(74 222 128 / 0.05);
}
.border-typography-success\/50 {
  border-color: rgb(74 222 128 / 0.5);
}
.border-typography-success\/60 {
  border-color: rgb(74 222 128 / 0.6);
}
.border-typography-success\/70 {
  border-color: rgb(74 222 128 / 0.7);
}
.border-typography-success\/75 {
  border-color: rgb(74 222 128 / 0.75);
}
.border-typography-success\/80 {
  border-color: rgb(74 222 128 / 0.8);
}
.border-typography-success\/90 {
  border-color: rgb(74 222 128 / 0.9);
}
.border-typography-success\/95 {
  border-color: rgb(74 222 128 / 0.95);
}
.border-typography-success\/state-disabled {
  border-color: rgb(74 222 128 / 0.5);
}
.border-typography-success\/state-enabled {
  border-color: rgb(74 222 128 / 1);
}
.border-typography-warning {
  --tw-border-opacity: 1;
  border-color: rgb(251 146 60 / var(--tw-border-opacity));
}
.border-typography-warning\/0 {
  border-color: rgb(251 146 60 / 0);
}
.border-typography-warning\/10 {
  border-color: rgb(251 146 60 / 0.1);
}
.border-typography-warning\/100 {
  border-color: rgb(251 146 60 / 1);
}
.border-typography-warning\/20 {
  border-color: rgb(251 146 60 / 0.2);
}
.border-typography-warning\/25 {
  border-color: rgb(251 146 60 / 0.25);
}
.border-typography-warning\/30 {
  border-color: rgb(251 146 60 / 0.3);
}
.border-typography-warning\/40 {
  border-color: rgb(251 146 60 / 0.4);
}
.border-typography-warning\/5 {
  border-color: rgb(251 146 60 / 0.05);
}
.border-typography-warning\/50 {
  border-color: rgb(251 146 60 / 0.5);
}
.border-typography-warning\/60 {
  border-color: rgb(251 146 60 / 0.6);
}
.border-typography-warning\/70 {
  border-color: rgb(251 146 60 / 0.7);
}
.border-typography-warning\/75 {
  border-color: rgb(251 146 60 / 0.75);
}
.border-typography-warning\/80 {
  border-color: rgb(251 146 60 / 0.8);
}
.border-typography-warning\/90 {
  border-color: rgb(251 146 60 / 0.9);
}
.border-typography-warning\/95 {
  border-color: rgb(251 146 60 / 0.95);
}
.border-typography-warning\/state-disabled {
  border-color: rgb(251 146 60 / 0.5);
}
.border-typography-warning\/state-enabled {
  border-color: rgb(251 146 60 / 1);
}
.border-white\/50 {
  border-color: rgb(255 255 255 / 0.5);
}
.border-white\/\[\.25\] {
  border-color: rgb(255 255 255 / .25);
}
.border-x-avatar-background {
  --tw-border-opacity: 1;
  border-left-color: rgb(205 141 239 / var(--tw-border-opacity));
  border-right-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-x-avatar-background\/0 {
  border-left-color: rgb(205 141 239 / 0);
  border-right-color: rgb(205 141 239 / 0);
}
.border-x-avatar-background\/10 {
  border-left-color: rgb(205 141 239 / 0.1);
  border-right-color: rgb(205 141 239 / 0.1);
}
.border-x-avatar-background\/100 {
  border-left-color: rgb(205 141 239 / 1);
  border-right-color: rgb(205 141 239 / 1);
}
.border-x-avatar-background\/20 {
  border-left-color: rgb(205 141 239 / 0.2);
  border-right-color: rgb(205 141 239 / 0.2);
}
.border-x-avatar-background\/25 {
  border-left-color: rgb(205 141 239 / 0.25);
  border-right-color: rgb(205 141 239 / 0.25);
}
.border-x-avatar-background\/30 {
  border-left-color: rgb(205 141 239 / 0.3);
  border-right-color: rgb(205 141 239 / 0.3);
}
.border-x-avatar-background\/40 {
  border-left-color: rgb(205 141 239 / 0.4);
  border-right-color: rgb(205 141 239 / 0.4);
}
.border-x-avatar-background\/5 {
  border-left-color: rgb(205 141 239 / 0.05);
  border-right-color: rgb(205 141 239 / 0.05);
}
.border-x-avatar-background\/50 {
  border-left-color: rgb(205 141 239 / 0.5);
  border-right-color: rgb(205 141 239 / 0.5);
}
.border-x-avatar-background\/60 {
  border-left-color: rgb(205 141 239 / 0.6);
  border-right-color: rgb(205 141 239 / 0.6);
}
.border-x-avatar-background\/70 {
  border-left-color: rgb(205 141 239 / 0.7);
  border-right-color: rgb(205 141 239 / 0.7);
}
.border-x-avatar-background\/75 {
  border-left-color: rgb(205 141 239 / 0.75);
  border-right-color: rgb(205 141 239 / 0.75);
}
.border-x-avatar-background\/80 {
  border-left-color: rgb(205 141 239 / 0.8);
  border-right-color: rgb(205 141 239 / 0.8);
}
.border-x-avatar-background\/90 {
  border-left-color: rgb(205 141 239 / 0.9);
  border-right-color: rgb(205 141 239 / 0.9);
}
.border-x-avatar-background\/95 {
  border-left-color: rgb(205 141 239 / 0.95);
  border-right-color: rgb(205 141 239 / 0.95);
}
.border-x-avatar-background\/state-disabled {
  border-left-color: rgb(205 141 239 / 0.5);
  border-right-color: rgb(205 141 239 / 0.5);
}
.border-x-avatar-background\/state-enabled {
  border-left-color: rgb(205 141 239 / 1);
  border-right-color: rgb(205 141 239 / 1);
}
.border-x-badge-outline-alternate {
  --tw-border-opacity: 1;
  border-left-color: rgb(6 182 212 / var(--tw-border-opacity));
  border-right-color: rgb(6 182 212 / var(--tw-border-opacity));
}
.border-x-badge-outline-alternate\/0 {
  border-left-color: rgb(6 182 212 / 0);
  border-right-color: rgb(6 182 212 / 0);
}
.border-x-badge-outline-alternate\/10 {
  border-left-color: rgb(6 182 212 / 0.1);
  border-right-color: rgb(6 182 212 / 0.1);
}
.border-x-badge-outline-alternate\/100 {
  border-left-color: rgb(6 182 212 / 1);
  border-right-color: rgb(6 182 212 / 1);
}
.border-x-badge-outline-alternate\/20 {
  border-left-color: rgb(6 182 212 / 0.2);
  border-right-color: rgb(6 182 212 / 0.2);
}
.border-x-badge-outline-alternate\/25 {
  border-left-color: rgb(6 182 212 / 0.25);
  border-right-color: rgb(6 182 212 / 0.25);
}
.border-x-badge-outline-alternate\/30 {
  border-left-color: rgb(6 182 212 / 0.3);
  border-right-color: rgb(6 182 212 / 0.3);
}
.border-x-badge-outline-alternate\/40 {
  border-left-color: rgb(6 182 212 / 0.4);
  border-right-color: rgb(6 182 212 / 0.4);
}
.border-x-badge-outline-alternate\/5 {
  border-left-color: rgb(6 182 212 / 0.05);
  border-right-color: rgb(6 182 212 / 0.05);
}
.border-x-badge-outline-alternate\/50 {
  border-left-color: rgb(6 182 212 / 0.5);
  border-right-color: rgb(6 182 212 / 0.5);
}
.border-x-badge-outline-alternate\/60 {
  border-left-color: rgb(6 182 212 / 0.6);
  border-right-color: rgb(6 182 212 / 0.6);
}
.border-x-badge-outline-alternate\/70 {
  border-left-color: rgb(6 182 212 / 0.7);
  border-right-color: rgb(6 182 212 / 0.7);
}
.border-x-badge-outline-alternate\/75 {
  border-left-color: rgb(6 182 212 / 0.75);
  border-right-color: rgb(6 182 212 / 0.75);
}
.border-x-badge-outline-alternate\/80 {
  border-left-color: rgb(6 182 212 / 0.8);
  border-right-color: rgb(6 182 212 / 0.8);
}
.border-x-badge-outline-alternate\/90 {
  border-left-color: rgb(6 182 212 / 0.9);
  border-right-color: rgb(6 182 212 / 0.9);
}
.border-x-badge-outline-alternate\/95 {
  border-left-color: rgb(6 182 212 / 0.95);
  border-right-color: rgb(6 182 212 / 0.95);
}
.border-x-badge-outline-alternate\/state-disabled {
  border-left-color: rgb(6 182 212 / 0.5);
  border-right-color: rgb(6 182 212 / 0.5);
}
.border-x-badge-outline-alternate\/state-enabled {
  border-left-color: rgb(6 182 212 / 1);
  border-right-color: rgb(6 182 212 / 1);
}
.border-x-badge-outline-default {
  --tw-border-opacity: 1;
  border-left-color: rgb(205 141 239 / var(--tw-border-opacity));
  border-right-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-x-badge-outline-default\/0 {
  border-left-color: rgb(205 141 239 / 0);
  border-right-color: rgb(205 141 239 / 0);
}
.border-x-badge-outline-default\/10 {
  border-left-color: rgb(205 141 239 / 0.1);
  border-right-color: rgb(205 141 239 / 0.1);
}
.border-x-badge-outline-default\/100 {
  border-left-color: rgb(205 141 239 / 1);
  border-right-color: rgb(205 141 239 / 1);
}
.border-x-badge-outline-default\/20 {
  border-left-color: rgb(205 141 239 / 0.2);
  border-right-color: rgb(205 141 239 / 0.2);
}
.border-x-badge-outline-default\/25 {
  border-left-color: rgb(205 141 239 / 0.25);
  border-right-color: rgb(205 141 239 / 0.25);
}
.border-x-badge-outline-default\/30 {
  border-left-color: rgb(205 141 239 / 0.3);
  border-right-color: rgb(205 141 239 / 0.3);
}
.border-x-badge-outline-default\/40 {
  border-left-color: rgb(205 141 239 / 0.4);
  border-right-color: rgb(205 141 239 / 0.4);
}
.border-x-badge-outline-default\/5 {
  border-left-color: rgb(205 141 239 / 0.05);
  border-right-color: rgb(205 141 239 / 0.05);
}
.border-x-badge-outline-default\/50 {
  border-left-color: rgb(205 141 239 / 0.5);
  border-right-color: rgb(205 141 239 / 0.5);
}
.border-x-badge-outline-default\/60 {
  border-left-color: rgb(205 141 239 / 0.6);
  border-right-color: rgb(205 141 239 / 0.6);
}
.border-x-badge-outline-default\/70 {
  border-left-color: rgb(205 141 239 / 0.7);
  border-right-color: rgb(205 141 239 / 0.7);
}
.border-x-badge-outline-default\/75 {
  border-left-color: rgb(205 141 239 / 0.75);
  border-right-color: rgb(205 141 239 / 0.75);
}
.border-x-badge-outline-default\/80 {
  border-left-color: rgb(205 141 239 / 0.8);
  border-right-color: rgb(205 141 239 / 0.8);
}
.border-x-badge-outline-default\/90 {
  border-left-color: rgb(205 141 239 / 0.9);
  border-right-color: rgb(205 141 239 / 0.9);
}
.border-x-badge-outline-default\/95 {
  border-left-color: rgb(205 141 239 / 0.95);
  border-right-color: rgb(205 141 239 / 0.95);
}
.border-x-badge-outline-default\/state-disabled {
  border-left-color: rgb(205 141 239 / 0.5);
  border-right-color: rgb(205 141 239 / 0.5);
}
.border-x-badge-outline-default\/state-enabled {
  border-left-color: rgb(205 141 239 / 1);
  border-right-color: rgb(205 141 239 / 1);
}
.border-x-badge-outline-textColor {
  --tw-border-opacity: 1;
  border-left-color: rgb(205 141 239 / var(--tw-border-opacity));
  border-right-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-x-badge-outline-textColor\/0 {
  border-left-color: rgb(205 141 239 / 0);
  border-right-color: rgb(205 141 239 / 0);
}
.border-x-badge-outline-textColor\/10 {
  border-left-color: rgb(205 141 239 / 0.1);
  border-right-color: rgb(205 141 239 / 0.1);
}
.border-x-badge-outline-textColor\/100 {
  border-left-color: rgb(205 141 239 / 1);
  border-right-color: rgb(205 141 239 / 1);
}
.border-x-badge-outline-textColor\/20 {
  border-left-color: rgb(205 141 239 / 0.2);
  border-right-color: rgb(205 141 239 / 0.2);
}
.border-x-badge-outline-textColor\/25 {
  border-left-color: rgb(205 141 239 / 0.25);
  border-right-color: rgb(205 141 239 / 0.25);
}
.border-x-badge-outline-textColor\/30 {
  border-left-color: rgb(205 141 239 / 0.3);
  border-right-color: rgb(205 141 239 / 0.3);
}
.border-x-badge-outline-textColor\/40 {
  border-left-color: rgb(205 141 239 / 0.4);
  border-right-color: rgb(205 141 239 / 0.4);
}
.border-x-badge-outline-textColor\/5 {
  border-left-color: rgb(205 141 239 / 0.05);
  border-right-color: rgb(205 141 239 / 0.05);
}
.border-x-badge-outline-textColor\/50 {
  border-left-color: rgb(205 141 239 / 0.5);
  border-right-color: rgb(205 141 239 / 0.5);
}
.border-x-badge-outline-textColor\/60 {
  border-left-color: rgb(205 141 239 / 0.6);
  border-right-color: rgb(205 141 239 / 0.6);
}
.border-x-badge-outline-textColor\/70 {
  border-left-color: rgb(205 141 239 / 0.7);
  border-right-color: rgb(205 141 239 / 0.7);
}
.border-x-badge-outline-textColor\/75 {
  border-left-color: rgb(205 141 239 / 0.75);
  border-right-color: rgb(205 141 239 / 0.75);
}
.border-x-badge-outline-textColor\/80 {
  border-left-color: rgb(205 141 239 / 0.8);
  border-right-color: rgb(205 141 239 / 0.8);
}
.border-x-badge-outline-textColor\/90 {
  border-left-color: rgb(205 141 239 / 0.9);
  border-right-color: rgb(205 141 239 / 0.9);
}
.border-x-badge-outline-textColor\/95 {
  border-left-color: rgb(205 141 239 / 0.95);
  border-right-color: rgb(205 141 239 / 0.95);
}
.border-x-badge-outline-textColor\/state-disabled {
  border-left-color: rgb(205 141 239 / 0.5);
  border-right-color: rgb(205 141 239 / 0.5);
}
.border-x-badge-outline-textColor\/state-enabled {
  border-left-color: rgb(205 141 239 / 1);
  border-right-color: rgb(205 141 239 / 1);
}
.border-x-badge-solid-alternate {
  --tw-border-opacity: 1;
  border-left-color: rgb(6 182 212 / var(--tw-border-opacity));
  border-right-color: rgb(6 182 212 / var(--tw-border-opacity));
}
.border-x-badge-solid-alternate\/0 {
  border-left-color: rgb(6 182 212 / 0);
  border-right-color: rgb(6 182 212 / 0);
}
.border-x-badge-solid-alternate\/10 {
  border-left-color: rgb(6 182 212 / 0.1);
  border-right-color: rgb(6 182 212 / 0.1);
}
.border-x-badge-solid-alternate\/100 {
  border-left-color: rgb(6 182 212 / 1);
  border-right-color: rgb(6 182 212 / 1);
}
.border-x-badge-solid-alternate\/20 {
  border-left-color: rgb(6 182 212 / 0.2);
  border-right-color: rgb(6 182 212 / 0.2);
}
.border-x-badge-solid-alternate\/25 {
  border-left-color: rgb(6 182 212 / 0.25);
  border-right-color: rgb(6 182 212 / 0.25);
}
.border-x-badge-solid-alternate\/30 {
  border-left-color: rgb(6 182 212 / 0.3);
  border-right-color: rgb(6 182 212 / 0.3);
}
.border-x-badge-solid-alternate\/40 {
  border-left-color: rgb(6 182 212 / 0.4);
  border-right-color: rgb(6 182 212 / 0.4);
}
.border-x-badge-solid-alternate\/5 {
  border-left-color: rgb(6 182 212 / 0.05);
  border-right-color: rgb(6 182 212 / 0.05);
}
.border-x-badge-solid-alternate\/50 {
  border-left-color: rgb(6 182 212 / 0.5);
  border-right-color: rgb(6 182 212 / 0.5);
}
.border-x-badge-solid-alternate\/60 {
  border-left-color: rgb(6 182 212 / 0.6);
  border-right-color: rgb(6 182 212 / 0.6);
}
.border-x-badge-solid-alternate\/70 {
  border-left-color: rgb(6 182 212 / 0.7);
  border-right-color: rgb(6 182 212 / 0.7);
}
.border-x-badge-solid-alternate\/75 {
  border-left-color: rgb(6 182 212 / 0.75);
  border-right-color: rgb(6 182 212 / 0.75);
}
.border-x-badge-solid-alternate\/80 {
  border-left-color: rgb(6 182 212 / 0.8);
  border-right-color: rgb(6 182 212 / 0.8);
}
.border-x-badge-solid-alternate\/90 {
  border-left-color: rgb(6 182 212 / 0.9);
  border-right-color: rgb(6 182 212 / 0.9);
}
.border-x-badge-solid-alternate\/95 {
  border-left-color: rgb(6 182 212 / 0.95);
  border-right-color: rgb(6 182 212 / 0.95);
}
.border-x-badge-solid-alternate\/state-disabled {
  border-left-color: rgb(6 182 212 / 0.5);
  border-right-color: rgb(6 182 212 / 0.5);
}
.border-x-badge-solid-alternate\/state-enabled {
  border-left-color: rgb(6 182 212 / 1);
  border-right-color: rgb(6 182 212 / 1);
}
.border-x-badge-solid-default {
  --tw-border-opacity: 1;
  border-left-color: rgb(205 141 239 / var(--tw-border-opacity));
  border-right-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-x-badge-solid-default\/0 {
  border-left-color: rgb(205 141 239 / 0);
  border-right-color: rgb(205 141 239 / 0);
}
.border-x-badge-solid-default\/10 {
  border-left-color: rgb(205 141 239 / 0.1);
  border-right-color: rgb(205 141 239 / 0.1);
}
.border-x-badge-solid-default\/100 {
  border-left-color: rgb(205 141 239 / 1);
  border-right-color: rgb(205 141 239 / 1);
}
.border-x-badge-solid-default\/20 {
  border-left-color: rgb(205 141 239 / 0.2);
  border-right-color: rgb(205 141 239 / 0.2);
}
.border-x-badge-solid-default\/25 {
  border-left-color: rgb(205 141 239 / 0.25);
  border-right-color: rgb(205 141 239 / 0.25);
}
.border-x-badge-solid-default\/30 {
  border-left-color: rgb(205 141 239 / 0.3);
  border-right-color: rgb(205 141 239 / 0.3);
}
.border-x-badge-solid-default\/40 {
  border-left-color: rgb(205 141 239 / 0.4);
  border-right-color: rgb(205 141 239 / 0.4);
}
.border-x-badge-solid-default\/5 {
  border-left-color: rgb(205 141 239 / 0.05);
  border-right-color: rgb(205 141 239 / 0.05);
}
.border-x-badge-solid-default\/50 {
  border-left-color: rgb(205 141 239 / 0.5);
  border-right-color: rgb(205 141 239 / 0.5);
}
.border-x-badge-solid-default\/60 {
  border-left-color: rgb(205 141 239 / 0.6);
  border-right-color: rgb(205 141 239 / 0.6);
}
.border-x-badge-solid-default\/70 {
  border-left-color: rgb(205 141 239 / 0.7);
  border-right-color: rgb(205 141 239 / 0.7);
}
.border-x-badge-solid-default\/75 {
  border-left-color: rgb(205 141 239 / 0.75);
  border-right-color: rgb(205 141 239 / 0.75);
}
.border-x-badge-solid-default\/80 {
  border-left-color: rgb(205 141 239 / 0.8);
  border-right-color: rgb(205 141 239 / 0.8);
}
.border-x-badge-solid-default\/90 {
  border-left-color: rgb(205 141 239 / 0.9);
  border-right-color: rgb(205 141 239 / 0.9);
}
.border-x-badge-solid-default\/95 {
  border-left-color: rgb(205 141 239 / 0.95);
  border-right-color: rgb(205 141 239 / 0.95);
}
.border-x-badge-solid-default\/state-disabled {
  border-left-color: rgb(205 141 239 / 0.5);
  border-right-color: rgb(205 141 239 / 0.5);
}
.border-x-badge-solid-default\/state-enabled {
  border-left-color: rgb(205 141 239 / 1);
  border-right-color: rgb(205 141 239 / 1);
}
.border-x-badge-solid-textColor {
  --tw-border-opacity: 1;
  border-left-color: rgb(64 64 64 / var(--tw-border-opacity));
  border-right-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.border-x-badge-solid-textColor\/0 {
  border-left-color: rgb(64 64 64 / 0);
  border-right-color: rgb(64 64 64 / 0);
}
.border-x-badge-solid-textColor\/10 {
  border-left-color: rgb(64 64 64 / 0.1);
  border-right-color: rgb(64 64 64 / 0.1);
}
.border-x-badge-solid-textColor\/100 {
  border-left-color: rgb(64 64 64 / 1);
  border-right-color: rgb(64 64 64 / 1);
}
.border-x-badge-solid-textColor\/20 {
  border-left-color: rgb(64 64 64 / 0.2);
  border-right-color: rgb(64 64 64 / 0.2);
}
.border-x-badge-solid-textColor\/25 {
  border-left-color: rgb(64 64 64 / 0.25);
  border-right-color: rgb(64 64 64 / 0.25);
}
.border-x-badge-solid-textColor\/30 {
  border-left-color: rgb(64 64 64 / 0.3);
  border-right-color: rgb(64 64 64 / 0.3);
}
.border-x-badge-solid-textColor\/40 {
  border-left-color: rgb(64 64 64 / 0.4);
  border-right-color: rgb(64 64 64 / 0.4);
}
.border-x-badge-solid-textColor\/5 {
  border-left-color: rgb(64 64 64 / 0.05);
  border-right-color: rgb(64 64 64 / 0.05);
}
.border-x-badge-solid-textColor\/50 {
  border-left-color: rgb(64 64 64 / 0.5);
  border-right-color: rgb(64 64 64 / 0.5);
}
.border-x-badge-solid-textColor\/60 {
  border-left-color: rgb(64 64 64 / 0.6);
  border-right-color: rgb(64 64 64 / 0.6);
}
.border-x-badge-solid-textColor\/70 {
  border-left-color: rgb(64 64 64 / 0.7);
  border-right-color: rgb(64 64 64 / 0.7);
}
.border-x-badge-solid-textColor\/75 {
  border-left-color: rgb(64 64 64 / 0.75);
  border-right-color: rgb(64 64 64 / 0.75);
}
.border-x-badge-solid-textColor\/80 {
  border-left-color: rgb(64 64 64 / 0.8);
  border-right-color: rgb(64 64 64 / 0.8);
}
.border-x-badge-solid-textColor\/90 {
  border-left-color: rgb(64 64 64 / 0.9);
  border-right-color: rgb(64 64 64 / 0.9);
}
.border-x-badge-solid-textColor\/95 {
  border-left-color: rgb(64 64 64 / 0.95);
  border-right-color: rgb(64 64 64 / 0.95);
}
.border-x-badge-solid-textColor\/state-disabled {
  border-left-color: rgb(64 64 64 / 0.5);
  border-right-color: rgb(64 64 64 / 0.5);
}
.border-x-badge-solid-textColor\/state-enabled {
  border-left-color: rgb(64 64 64 / 1);
  border-right-color: rgb(64 64 64 / 1);
}
.border-x-divider-default {
  --tw-border-opacity: 1;
  border-left-color: rgb(55 65 81 / var(--tw-border-opacity));
  border-right-color: rgb(55 65 81 / var(--tw-border-opacity));
}
.border-x-divider-default\/0 {
  border-left-color: rgb(55 65 81 / 0);
  border-right-color: rgb(55 65 81 / 0);
}
.border-x-divider-default\/10 {
  border-left-color: rgb(55 65 81 / 0.1);
  border-right-color: rgb(55 65 81 / 0.1);
}
.border-x-divider-default\/100 {
  border-left-color: rgb(55 65 81 / 1);
  border-right-color: rgb(55 65 81 / 1);
}
.border-x-divider-default\/20 {
  border-left-color: rgb(55 65 81 / 0.2);
  border-right-color: rgb(55 65 81 / 0.2);
}
.border-x-divider-default\/25 {
  border-left-color: rgb(55 65 81 / 0.25);
  border-right-color: rgb(55 65 81 / 0.25);
}
.border-x-divider-default\/30 {
  border-left-color: rgb(55 65 81 / 0.3);
  border-right-color: rgb(55 65 81 / 0.3);
}
.border-x-divider-default\/40 {
  border-left-color: rgb(55 65 81 / 0.4);
  border-right-color: rgb(55 65 81 / 0.4);
}
.border-x-divider-default\/5 {
  border-left-color: rgb(55 65 81 / 0.05);
  border-right-color: rgb(55 65 81 / 0.05);
}
.border-x-divider-default\/50 {
  border-left-color: rgb(55 65 81 / 0.5);
  border-right-color: rgb(55 65 81 / 0.5);
}
.border-x-divider-default\/60 {
  border-left-color: rgb(55 65 81 / 0.6);
  border-right-color: rgb(55 65 81 / 0.6);
}
.border-x-divider-default\/70 {
  border-left-color: rgb(55 65 81 / 0.7);
  border-right-color: rgb(55 65 81 / 0.7);
}
.border-x-divider-default\/75 {
  border-left-color: rgb(55 65 81 / 0.75);
  border-right-color: rgb(55 65 81 / 0.75);
}
.border-x-divider-default\/80 {
  border-left-color: rgb(55 65 81 / 0.8);
  border-right-color: rgb(55 65 81 / 0.8);
}
.border-x-divider-default\/90 {
  border-left-color: rgb(55 65 81 / 0.9);
  border-right-color: rgb(55 65 81 / 0.9);
}
.border-x-divider-default\/95 {
  border-left-color: rgb(55 65 81 / 0.95);
  border-right-color: rgb(55 65 81 / 0.95);
}
.border-x-divider-default\/state-disabled {
  border-left-color: rgb(55 65 81 / 0.5);
  border-right-color: rgb(55 65 81 / 0.5);
}
.border-x-divider-default\/state-enabled {
  border-left-color: rgb(55 65 81 / 1);
  border-right-color: rgb(55 65 81 / 1);
}
.border-x-input-background {
  --tw-border-opacity: 1;
  border-left-color: rgb(23 23 23 / var(--tw-border-opacity));
  border-right-color: rgb(23 23 23 / var(--tw-border-opacity));
}
.border-x-input-background\/0 {
  border-left-color: rgb(23 23 23 / 0);
  border-right-color: rgb(23 23 23 / 0);
}
.border-x-input-background\/10 {
  border-left-color: rgb(23 23 23 / 0.1);
  border-right-color: rgb(23 23 23 / 0.1);
}
.border-x-input-background\/100 {
  border-left-color: rgb(23 23 23 / 1);
  border-right-color: rgb(23 23 23 / 1);
}
.border-x-input-background\/20 {
  border-left-color: rgb(23 23 23 / 0.2);
  border-right-color: rgb(23 23 23 / 0.2);
}
.border-x-input-background\/25 {
  border-left-color: rgb(23 23 23 / 0.25);
  border-right-color: rgb(23 23 23 / 0.25);
}
.border-x-input-background\/30 {
  border-left-color: rgb(23 23 23 / 0.3);
  border-right-color: rgb(23 23 23 / 0.3);
}
.border-x-input-background\/40 {
  border-left-color: rgb(23 23 23 / 0.4);
  border-right-color: rgb(23 23 23 / 0.4);
}
.border-x-input-background\/5 {
  border-left-color: rgb(23 23 23 / 0.05);
  border-right-color: rgb(23 23 23 / 0.05);
}
.border-x-input-background\/50 {
  border-left-color: rgb(23 23 23 / 0.5);
  border-right-color: rgb(23 23 23 / 0.5);
}
.border-x-input-background\/60 {
  border-left-color: rgb(23 23 23 / 0.6);
  border-right-color: rgb(23 23 23 / 0.6);
}
.border-x-input-background\/70 {
  border-left-color: rgb(23 23 23 / 0.7);
  border-right-color: rgb(23 23 23 / 0.7);
}
.border-x-input-background\/75 {
  border-left-color: rgb(23 23 23 / 0.75);
  border-right-color: rgb(23 23 23 / 0.75);
}
.border-x-input-background\/80 {
  border-left-color: rgb(23 23 23 / 0.8);
  border-right-color: rgb(23 23 23 / 0.8);
}
.border-x-input-background\/90 {
  border-left-color: rgb(23 23 23 / 0.9);
  border-right-color: rgb(23 23 23 / 0.9);
}
.border-x-input-background\/95 {
  border-left-color: rgb(23 23 23 / 0.95);
  border-right-color: rgb(23 23 23 / 0.95);
}
.border-x-input-background\/state-disabled {
  border-left-color: rgb(23 23 23 / 0.5);
  border-right-color: rgb(23 23 23 / 0.5);
}
.border-x-input-background\/state-enabled {
  border-left-color: rgb(23 23 23 / 1);
  border-right-color: rgb(23 23 23 / 1);
}
.border-x-input-checkbox-background {
  --tw-border-opacity: 1;
  border-left-color: rgb(205 141 239 / var(--tw-border-opacity));
  border-right-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-x-input-checkbox-background\/0 {
  border-left-color: rgb(205 141 239 / 0);
  border-right-color: rgb(205 141 239 / 0);
}
.border-x-input-checkbox-background\/10 {
  border-left-color: rgb(205 141 239 / 0.1);
  border-right-color: rgb(205 141 239 / 0.1);
}
.border-x-input-checkbox-background\/100 {
  border-left-color: rgb(205 141 239 / 1);
  border-right-color: rgb(205 141 239 / 1);
}
.border-x-input-checkbox-background\/20 {
  border-left-color: rgb(205 141 239 / 0.2);
  border-right-color: rgb(205 141 239 / 0.2);
}
.border-x-input-checkbox-background\/25 {
  border-left-color: rgb(205 141 239 / 0.25);
  border-right-color: rgb(205 141 239 / 0.25);
}
.border-x-input-checkbox-background\/30 {
  border-left-color: rgb(205 141 239 / 0.3);
  border-right-color: rgb(205 141 239 / 0.3);
}
.border-x-input-checkbox-background\/40 {
  border-left-color: rgb(205 141 239 / 0.4);
  border-right-color: rgb(205 141 239 / 0.4);
}
.border-x-input-checkbox-background\/5 {
  border-left-color: rgb(205 141 239 / 0.05);
  border-right-color: rgb(205 141 239 / 0.05);
}
.border-x-input-checkbox-background\/50 {
  border-left-color: rgb(205 141 239 / 0.5);
  border-right-color: rgb(205 141 239 / 0.5);
}
.border-x-input-checkbox-background\/60 {
  border-left-color: rgb(205 141 239 / 0.6);
  border-right-color: rgb(205 141 239 / 0.6);
}
.border-x-input-checkbox-background\/70 {
  border-left-color: rgb(205 141 239 / 0.7);
  border-right-color: rgb(205 141 239 / 0.7);
}
.border-x-input-checkbox-background\/75 {
  border-left-color: rgb(205 141 239 / 0.75);
  border-right-color: rgb(205 141 239 / 0.75);
}
.border-x-input-checkbox-background\/80 {
  border-left-color: rgb(205 141 239 / 0.8);
  border-right-color: rgb(205 141 239 / 0.8);
}
.border-x-input-checkbox-background\/90 {
  border-left-color: rgb(205 141 239 / 0.9);
  border-right-color: rgb(205 141 239 / 0.9);
}
.border-x-input-checkbox-background\/95 {
  border-left-color: rgb(205 141 239 / 0.95);
  border-right-color: rgb(205 141 239 / 0.95);
}
.border-x-input-checkbox-background\/state-disabled {
  border-left-color: rgb(205 141 239 / 0.5);
  border-right-color: rgb(205 141 239 / 0.5);
}
.border-x-input-checkbox-background\/state-enabled {
  border-left-color: rgb(205 141 239 / 1);
  border-right-color: rgb(205 141 239 / 1);
}
.border-x-input-checkbox-border {
  --tw-border-opacity: 1;
  border-left-color: rgb(205 141 239 / var(--tw-border-opacity));
  border-right-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-x-input-checkbox-border\/0 {
  border-left-color: rgb(205 141 239 / 0);
  border-right-color: rgb(205 141 239 / 0);
}
.border-x-input-checkbox-border\/10 {
  border-left-color: rgb(205 141 239 / 0.1);
  border-right-color: rgb(205 141 239 / 0.1);
}
.border-x-input-checkbox-border\/100 {
  border-left-color: rgb(205 141 239 / 1);
  border-right-color: rgb(205 141 239 / 1);
}
.border-x-input-checkbox-border\/20 {
  border-left-color: rgb(205 141 239 / 0.2);
  border-right-color: rgb(205 141 239 / 0.2);
}
.border-x-input-checkbox-border\/25 {
  border-left-color: rgb(205 141 239 / 0.25);
  border-right-color: rgb(205 141 239 / 0.25);
}
.border-x-input-checkbox-border\/30 {
  border-left-color: rgb(205 141 239 / 0.3);
  border-right-color: rgb(205 141 239 / 0.3);
}
.border-x-input-checkbox-border\/40 {
  border-left-color: rgb(205 141 239 / 0.4);
  border-right-color: rgb(205 141 239 / 0.4);
}
.border-x-input-checkbox-border\/5 {
  border-left-color: rgb(205 141 239 / 0.05);
  border-right-color: rgb(205 141 239 / 0.05);
}
.border-x-input-checkbox-border\/50 {
  border-left-color: rgb(205 141 239 / 0.5);
  border-right-color: rgb(205 141 239 / 0.5);
}
.border-x-input-checkbox-border\/60 {
  border-left-color: rgb(205 141 239 / 0.6);
  border-right-color: rgb(205 141 239 / 0.6);
}
.border-x-input-checkbox-border\/70 {
  border-left-color: rgb(205 141 239 / 0.7);
  border-right-color: rgb(205 141 239 / 0.7);
}
.border-x-input-checkbox-border\/75 {
  border-left-color: rgb(205 141 239 / 0.75);
  border-right-color: rgb(205 141 239 / 0.75);
}
.border-x-input-checkbox-border\/80 {
  border-left-color: rgb(205 141 239 / 0.8);
  border-right-color: rgb(205 141 239 / 0.8);
}
.border-x-input-checkbox-border\/90 {
  border-left-color: rgb(205 141 239 / 0.9);
  border-right-color: rgb(205 141 239 / 0.9);
}
.border-x-input-checkbox-border\/95 {
  border-left-color: rgb(205 141 239 / 0.95);
  border-right-color: rgb(205 141 239 / 0.95);
}
.border-x-input-checkbox-border\/state-disabled {
  border-left-color: rgb(205 141 239 / 0.5);
  border-right-color: rgb(205 141 239 / 0.5);
}
.border-x-input-checkbox-border\/state-enabled {
  border-left-color: rgb(205 141 239 / 1);
  border-right-color: rgb(205 141 239 / 1);
}
.border-x-input-checkbox-contrast {
  --tw-border-opacity: 1;
  border-left-color: rgb(64 64 64 / var(--tw-border-opacity));
  border-right-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.border-x-input-checkbox-contrast\/0 {
  border-left-color: rgb(64 64 64 / 0);
  border-right-color: rgb(64 64 64 / 0);
}
.border-x-input-checkbox-contrast\/10 {
  border-left-color: rgb(64 64 64 / 0.1);
  border-right-color: rgb(64 64 64 / 0.1);
}
.border-x-input-checkbox-contrast\/100 {
  border-left-color: rgb(64 64 64 / 1);
  border-right-color: rgb(64 64 64 / 1);
}
.border-x-input-checkbox-contrast\/20 {
  border-left-color: rgb(64 64 64 / 0.2);
  border-right-color: rgb(64 64 64 / 0.2);
}
.border-x-input-checkbox-contrast\/25 {
  border-left-color: rgb(64 64 64 / 0.25);
  border-right-color: rgb(64 64 64 / 0.25);
}
.border-x-input-checkbox-contrast\/30 {
  border-left-color: rgb(64 64 64 / 0.3);
  border-right-color: rgb(64 64 64 / 0.3);
}
.border-x-input-checkbox-contrast\/40 {
  border-left-color: rgb(64 64 64 / 0.4);
  border-right-color: rgb(64 64 64 / 0.4);
}
.border-x-input-checkbox-contrast\/5 {
  border-left-color: rgb(64 64 64 / 0.05);
  border-right-color: rgb(64 64 64 / 0.05);
}
.border-x-input-checkbox-contrast\/50 {
  border-left-color: rgb(64 64 64 / 0.5);
  border-right-color: rgb(64 64 64 / 0.5);
}
.border-x-input-checkbox-contrast\/60 {
  border-left-color: rgb(64 64 64 / 0.6);
  border-right-color: rgb(64 64 64 / 0.6);
}
.border-x-input-checkbox-contrast\/70 {
  border-left-color: rgb(64 64 64 / 0.7);
  border-right-color: rgb(64 64 64 / 0.7);
}
.border-x-input-checkbox-contrast\/75 {
  border-left-color: rgb(64 64 64 / 0.75);
  border-right-color: rgb(64 64 64 / 0.75);
}
.border-x-input-checkbox-contrast\/80 {
  border-left-color: rgb(64 64 64 / 0.8);
  border-right-color: rgb(64 64 64 / 0.8);
}
.border-x-input-checkbox-contrast\/90 {
  border-left-color: rgb(64 64 64 / 0.9);
  border-right-color: rgb(64 64 64 / 0.9);
}
.border-x-input-checkbox-contrast\/95 {
  border-left-color: rgb(64 64 64 / 0.95);
  border-right-color: rgb(64 64 64 / 0.95);
}
.border-x-input-checkbox-contrast\/state-disabled {
  border-left-color: rgb(64 64 64 / 0.5);
  border-right-color: rgb(64 64 64 / 0.5);
}
.border-x-input-checkbox-contrast\/state-enabled {
  border-left-color: rgb(64 64 64 / 1);
  border-right-color: rgb(64 64 64 / 1);
}
.border-x-input-default-bg {
  --tw-border-opacity: 1;
  border-left-color: rgb(17 17 17 / var(--tw-border-opacity));
  border-right-color: rgb(17 17 17 / var(--tw-border-opacity));
}
.border-x-input-default-bg\/0 {
  border-left-color: rgb(17 17 17 / 0);
  border-right-color: rgb(17 17 17 / 0);
}
.border-x-input-default-bg\/10 {
  border-left-color: rgb(17 17 17 / 0.1);
  border-right-color: rgb(17 17 17 / 0.1);
}
.border-x-input-default-bg\/100 {
  border-left-color: rgb(17 17 17 / 1);
  border-right-color: rgb(17 17 17 / 1);
}
.border-x-input-default-bg\/20 {
  border-left-color: rgb(17 17 17 / 0.2);
  border-right-color: rgb(17 17 17 / 0.2);
}
.border-x-input-default-bg\/25 {
  border-left-color: rgb(17 17 17 / 0.25);
  border-right-color: rgb(17 17 17 / 0.25);
}
.border-x-input-default-bg\/30 {
  border-left-color: rgb(17 17 17 / 0.3);
  border-right-color: rgb(17 17 17 / 0.3);
}
.border-x-input-default-bg\/40 {
  border-left-color: rgb(17 17 17 / 0.4);
  border-right-color: rgb(17 17 17 / 0.4);
}
.border-x-input-default-bg\/5 {
  border-left-color: rgb(17 17 17 / 0.05);
  border-right-color: rgb(17 17 17 / 0.05);
}
.border-x-input-default-bg\/50 {
  border-left-color: rgb(17 17 17 / 0.5);
  border-right-color: rgb(17 17 17 / 0.5);
}
.border-x-input-default-bg\/60 {
  border-left-color: rgb(17 17 17 / 0.6);
  border-right-color: rgb(17 17 17 / 0.6);
}
.border-x-input-default-bg\/70 {
  border-left-color: rgb(17 17 17 / 0.7);
  border-right-color: rgb(17 17 17 / 0.7);
}
.border-x-input-default-bg\/75 {
  border-left-color: rgb(17 17 17 / 0.75);
  border-right-color: rgb(17 17 17 / 0.75);
}
.border-x-input-default-bg\/80 {
  border-left-color: rgb(17 17 17 / 0.8);
  border-right-color: rgb(17 17 17 / 0.8);
}
.border-x-input-default-bg\/90 {
  border-left-color: rgb(17 17 17 / 0.9);
  border-right-color: rgb(17 17 17 / 0.9);
}
.border-x-input-default-bg\/95 {
  border-left-color: rgb(17 17 17 / 0.95);
  border-right-color: rgb(17 17 17 / 0.95);
}
.border-x-input-default-bg\/state-disabled {
  border-left-color: rgb(17 17 17 / 0.5);
  border-right-color: rgb(17 17 17 / 0.5);
}
.border-x-input-default-bg\/state-enabled {
  border-left-color: rgb(17 17 17 / 1);
  border-right-color: rgb(17 17 17 / 1);
}
.border-x-input-default-border {
  --tw-border-opacity: 1;
  border-left-color: rgb(64 64 64 / var(--tw-border-opacity));
  border-right-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.border-x-input-default-border\/0 {
  border-left-color: rgb(64 64 64 / 0);
  border-right-color: rgb(64 64 64 / 0);
}
.border-x-input-default-border\/10 {
  border-left-color: rgb(64 64 64 / 0.1);
  border-right-color: rgb(64 64 64 / 0.1);
}
.border-x-input-default-border\/100 {
  border-left-color: rgb(64 64 64 / 1);
  border-right-color: rgb(64 64 64 / 1);
}
.border-x-input-default-border\/20 {
  border-left-color: rgb(64 64 64 / 0.2);
  border-right-color: rgb(64 64 64 / 0.2);
}
.border-x-input-default-border\/25 {
  border-left-color: rgb(64 64 64 / 0.25);
  border-right-color: rgb(64 64 64 / 0.25);
}
.border-x-input-default-border\/30 {
  border-left-color: rgb(64 64 64 / 0.3);
  border-right-color: rgb(64 64 64 / 0.3);
}
.border-x-input-default-border\/40 {
  border-left-color: rgb(64 64 64 / 0.4);
  border-right-color: rgb(64 64 64 / 0.4);
}
.border-x-input-default-border\/5 {
  border-left-color: rgb(64 64 64 / 0.05);
  border-right-color: rgb(64 64 64 / 0.05);
}
.border-x-input-default-border\/50 {
  border-left-color: rgb(64 64 64 / 0.5);
  border-right-color: rgb(64 64 64 / 0.5);
}
.border-x-input-default-border\/60 {
  border-left-color: rgb(64 64 64 / 0.6);
  border-right-color: rgb(64 64 64 / 0.6);
}
.border-x-input-default-border\/70 {
  border-left-color: rgb(64 64 64 / 0.7);
  border-right-color: rgb(64 64 64 / 0.7);
}
.border-x-input-default-border\/75 {
  border-left-color: rgb(64 64 64 / 0.75);
  border-right-color: rgb(64 64 64 / 0.75);
}
.border-x-input-default-border\/80 {
  border-left-color: rgb(64 64 64 / 0.8);
  border-right-color: rgb(64 64 64 / 0.8);
}
.border-x-input-default-border\/90 {
  border-left-color: rgb(64 64 64 / 0.9);
  border-right-color: rgb(64 64 64 / 0.9);
}
.border-x-input-default-border\/95 {
  border-left-color: rgb(64 64 64 / 0.95);
  border-right-color: rgb(64 64 64 / 0.95);
}
.border-x-input-default-border\/state-disabled {
  border-left-color: rgb(64 64 64 / 0.5);
  border-right-color: rgb(64 64 64 / 0.5);
}
.border-x-input-default-border\/state-enabled {
  border-left-color: rgb(64 64 64 / 1);
  border-right-color: rgb(64 64 64 / 1);
}
.border-x-input-default-placeholder {
  border-left-color: rgba(255, 255, 255, 0.4);
  border-right-color: rgba(255, 255, 255, 0.4);
}
.border-x-input-default-placeholder\/0 {
  border-left-color: rgba(255, 255, 255, 0);
  border-right-color: rgba(255, 255, 255, 0);
}
.border-x-input-default-placeholder\/10 {
  border-left-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
}
.border-x-input-default-placeholder\/100 {
  border-left-color: rgba(255, 255, 255, 1);
  border-right-color: rgba(255, 255, 255, 1);
}
.border-x-input-default-placeholder\/20 {
  border-left-color: rgba(255, 255, 255, 0.2);
  border-right-color: rgba(255, 255, 255, 0.2);
}
.border-x-input-default-placeholder\/25 {
  border-left-color: rgba(255, 255, 255, 0.25);
  border-right-color: rgba(255, 255, 255, 0.25);
}
.border-x-input-default-placeholder\/30 {
  border-left-color: rgba(255, 255, 255, 0.3);
  border-right-color: rgba(255, 255, 255, 0.3);
}
.border-x-input-default-placeholder\/40 {
  border-left-color: rgba(255, 255, 255, 0.4);
  border-right-color: rgba(255, 255, 255, 0.4);
}
.border-x-input-default-placeholder\/5 {
  border-left-color: rgba(255, 255, 255, 0.05);
  border-right-color: rgba(255, 255, 255, 0.05);
}
.border-x-input-default-placeholder\/50 {
  border-left-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
}
.border-x-input-default-placeholder\/60 {
  border-left-color: rgba(255, 255, 255, 0.6);
  border-right-color: rgba(255, 255, 255, 0.6);
}
.border-x-input-default-placeholder\/70 {
  border-left-color: rgba(255, 255, 255, 0.7);
  border-right-color: rgba(255, 255, 255, 0.7);
}
.border-x-input-default-placeholder\/75 {
  border-left-color: rgba(255, 255, 255, 0.75);
  border-right-color: rgba(255, 255, 255, 0.75);
}
.border-x-input-default-placeholder\/80 {
  border-left-color: rgba(255, 255, 255, 0.8);
  border-right-color: rgba(255, 255, 255, 0.8);
}
.border-x-input-default-placeholder\/90 {
  border-left-color: rgba(255, 255, 255, 0.9);
  border-right-color: rgba(255, 255, 255, 0.9);
}
.border-x-input-default-placeholder\/95 {
  border-left-color: rgba(255, 255, 255, 0.95);
  border-right-color: rgba(255, 255, 255, 0.95);
}
.border-x-input-default-placeholder\/state-disabled {
  border-left-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
}
.border-x-input-default-placeholder\/state-enabled {
  border-left-color: rgba(255, 255, 255, 1);
  border-right-color: rgba(255, 255, 255, 1);
}
.border-x-input-default-text {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-x-input-default-text\/0 {
  border-left-color: rgb(255 255 255 / 0);
  border-right-color: rgb(255 255 255 / 0);
}
.border-x-input-default-text\/10 {
  border-left-color: rgb(255 255 255 / 0.1);
  border-right-color: rgb(255 255 255 / 0.1);
}
.border-x-input-default-text\/100 {
  border-left-color: rgb(255 255 255 / 1);
  border-right-color: rgb(255 255 255 / 1);
}
.border-x-input-default-text\/20 {
  border-left-color: rgb(255 255 255 / 0.2);
  border-right-color: rgb(255 255 255 / 0.2);
}
.border-x-input-default-text\/25 {
  border-left-color: rgb(255 255 255 / 0.25);
  border-right-color: rgb(255 255 255 / 0.25);
}
.border-x-input-default-text\/30 {
  border-left-color: rgb(255 255 255 / 0.3);
  border-right-color: rgb(255 255 255 / 0.3);
}
.border-x-input-default-text\/40 {
  border-left-color: rgb(255 255 255 / 0.4);
  border-right-color: rgb(255 255 255 / 0.4);
}
.border-x-input-default-text\/5 {
  border-left-color: rgb(255 255 255 / 0.05);
  border-right-color: rgb(255 255 255 / 0.05);
}
.border-x-input-default-text\/50 {
  border-left-color: rgb(255 255 255 / 0.5);
  border-right-color: rgb(255 255 255 / 0.5);
}
.border-x-input-default-text\/60 {
  border-left-color: rgb(255 255 255 / 0.6);
  border-right-color: rgb(255 255 255 / 0.6);
}
.border-x-input-default-text\/70 {
  border-left-color: rgb(255 255 255 / 0.7);
  border-right-color: rgb(255 255 255 / 0.7);
}
.border-x-input-default-text\/75 {
  border-left-color: rgb(255 255 255 / 0.75);
  border-right-color: rgb(255 255 255 / 0.75);
}
.border-x-input-default-text\/80 {
  border-left-color: rgb(255 255 255 / 0.8);
  border-right-color: rgb(255 255 255 / 0.8);
}
.border-x-input-default-text\/90 {
  border-left-color: rgb(255 255 255 / 0.9);
  border-right-color: rgb(255 255 255 / 0.9);
}
.border-x-input-default-text\/95 {
  border-left-color: rgb(255 255 255 / 0.95);
  border-right-color: rgb(255 255 255 / 0.95);
}
.border-x-input-default-text\/state-disabled {
  border-left-color: rgb(255 255 255 / 0.5);
  border-right-color: rgb(255 255 255 / 0.5);
}
.border-x-input-default-text\/state-enabled {
  border-left-color: rgb(255 255 255 / 1);
  border-right-color: rgb(255 255 255 / 1);
}
.border-x-input-dropdown-background {
  --tw-border-opacity: 1;
  border-left-color: rgb(17 17 17 / var(--tw-border-opacity));
  border-right-color: rgb(17 17 17 / var(--tw-border-opacity));
}
.border-x-input-dropdown-background\/0 {
  border-left-color: rgb(17 17 17 / 0);
  border-right-color: rgb(17 17 17 / 0);
}
.border-x-input-dropdown-background\/10 {
  border-left-color: rgb(17 17 17 / 0.1);
  border-right-color: rgb(17 17 17 / 0.1);
}
.border-x-input-dropdown-background\/100 {
  border-left-color: rgb(17 17 17 / 1);
  border-right-color: rgb(17 17 17 / 1);
}
.border-x-input-dropdown-background\/20 {
  border-left-color: rgb(17 17 17 / 0.2);
  border-right-color: rgb(17 17 17 / 0.2);
}
.border-x-input-dropdown-background\/25 {
  border-left-color: rgb(17 17 17 / 0.25);
  border-right-color: rgb(17 17 17 / 0.25);
}
.border-x-input-dropdown-background\/30 {
  border-left-color: rgb(17 17 17 / 0.3);
  border-right-color: rgb(17 17 17 / 0.3);
}
.border-x-input-dropdown-background\/40 {
  border-left-color: rgb(17 17 17 / 0.4);
  border-right-color: rgb(17 17 17 / 0.4);
}
.border-x-input-dropdown-background\/5 {
  border-left-color: rgb(17 17 17 / 0.05);
  border-right-color: rgb(17 17 17 / 0.05);
}
.border-x-input-dropdown-background\/50 {
  border-left-color: rgb(17 17 17 / 0.5);
  border-right-color: rgb(17 17 17 / 0.5);
}
.border-x-input-dropdown-background\/60 {
  border-left-color: rgb(17 17 17 / 0.6);
  border-right-color: rgb(17 17 17 / 0.6);
}
.border-x-input-dropdown-background\/70 {
  border-left-color: rgb(17 17 17 / 0.7);
  border-right-color: rgb(17 17 17 / 0.7);
}
.border-x-input-dropdown-background\/75 {
  border-left-color: rgb(17 17 17 / 0.75);
  border-right-color: rgb(17 17 17 / 0.75);
}
.border-x-input-dropdown-background\/80 {
  border-left-color: rgb(17 17 17 / 0.8);
  border-right-color: rgb(17 17 17 / 0.8);
}
.border-x-input-dropdown-background\/90 {
  border-left-color: rgb(17 17 17 / 0.9);
  border-right-color: rgb(17 17 17 / 0.9);
}
.border-x-input-dropdown-background\/95 {
  border-left-color: rgb(17 17 17 / 0.95);
  border-right-color: rgb(17 17 17 / 0.95);
}
.border-x-input-dropdown-background\/state-disabled {
  border-left-color: rgb(17 17 17 / 0.5);
  border-right-color: rgb(17 17 17 / 0.5);
}
.border-x-input-dropdown-background\/state-enabled {
  border-left-color: rgb(17 17 17 / 1);
  border-right-color: rgb(17 17 17 / 1);
}
.border-x-input-error-bg {
  --tw-border-opacity: 1;
  border-left-color: rgb(17 17 17 / var(--tw-border-opacity));
  border-right-color: rgb(17 17 17 / var(--tw-border-opacity));
}
.border-x-input-error-bg\/0 {
  border-left-color: rgb(17 17 17 / 0);
  border-right-color: rgb(17 17 17 / 0);
}
.border-x-input-error-bg\/10 {
  border-left-color: rgb(17 17 17 / 0.1);
  border-right-color: rgb(17 17 17 / 0.1);
}
.border-x-input-error-bg\/100 {
  border-left-color: rgb(17 17 17 / 1);
  border-right-color: rgb(17 17 17 / 1);
}
.border-x-input-error-bg\/20 {
  border-left-color: rgb(17 17 17 / 0.2);
  border-right-color: rgb(17 17 17 / 0.2);
}
.border-x-input-error-bg\/25 {
  border-left-color: rgb(17 17 17 / 0.25);
  border-right-color: rgb(17 17 17 / 0.25);
}
.border-x-input-error-bg\/30 {
  border-left-color: rgb(17 17 17 / 0.3);
  border-right-color: rgb(17 17 17 / 0.3);
}
.border-x-input-error-bg\/40 {
  border-left-color: rgb(17 17 17 / 0.4);
  border-right-color: rgb(17 17 17 / 0.4);
}
.border-x-input-error-bg\/5 {
  border-left-color: rgb(17 17 17 / 0.05);
  border-right-color: rgb(17 17 17 / 0.05);
}
.border-x-input-error-bg\/50 {
  border-left-color: rgb(17 17 17 / 0.5);
  border-right-color: rgb(17 17 17 / 0.5);
}
.border-x-input-error-bg\/60 {
  border-left-color: rgb(17 17 17 / 0.6);
  border-right-color: rgb(17 17 17 / 0.6);
}
.border-x-input-error-bg\/70 {
  border-left-color: rgb(17 17 17 / 0.7);
  border-right-color: rgb(17 17 17 / 0.7);
}
.border-x-input-error-bg\/75 {
  border-left-color: rgb(17 17 17 / 0.75);
  border-right-color: rgb(17 17 17 / 0.75);
}
.border-x-input-error-bg\/80 {
  border-left-color: rgb(17 17 17 / 0.8);
  border-right-color: rgb(17 17 17 / 0.8);
}
.border-x-input-error-bg\/90 {
  border-left-color: rgb(17 17 17 / 0.9);
  border-right-color: rgb(17 17 17 / 0.9);
}
.border-x-input-error-bg\/95 {
  border-left-color: rgb(17 17 17 / 0.95);
  border-right-color: rgb(17 17 17 / 0.95);
}
.border-x-input-error-bg\/state-disabled {
  border-left-color: rgb(17 17 17 / 0.5);
  border-right-color: rgb(17 17 17 / 0.5);
}
.border-x-input-error-bg\/state-enabled {
  border-left-color: rgb(17 17 17 / 1);
  border-right-color: rgb(17 17 17 / 1);
}
.border-x-input-error-border {
  --tw-border-opacity: 1;
  border-left-color: rgb(248 113 113 / var(--tw-border-opacity));
  border-right-color: rgb(248 113 113 / var(--tw-border-opacity));
}
.border-x-input-error-border\/0 {
  border-left-color: rgb(248 113 113 / 0);
  border-right-color: rgb(248 113 113 / 0);
}
.border-x-input-error-border\/10 {
  border-left-color: rgb(248 113 113 / 0.1);
  border-right-color: rgb(248 113 113 / 0.1);
}
.border-x-input-error-border\/100 {
  border-left-color: rgb(248 113 113 / 1);
  border-right-color: rgb(248 113 113 / 1);
}
.border-x-input-error-border\/20 {
  border-left-color: rgb(248 113 113 / 0.2);
  border-right-color: rgb(248 113 113 / 0.2);
}
.border-x-input-error-border\/25 {
  border-left-color: rgb(248 113 113 / 0.25);
  border-right-color: rgb(248 113 113 / 0.25);
}
.border-x-input-error-border\/30 {
  border-left-color: rgb(248 113 113 / 0.3);
  border-right-color: rgb(248 113 113 / 0.3);
}
.border-x-input-error-border\/40 {
  border-left-color: rgb(248 113 113 / 0.4);
  border-right-color: rgb(248 113 113 / 0.4);
}
.border-x-input-error-border\/5 {
  border-left-color: rgb(248 113 113 / 0.05);
  border-right-color: rgb(248 113 113 / 0.05);
}
.border-x-input-error-border\/50 {
  border-left-color: rgb(248 113 113 / 0.5);
  border-right-color: rgb(248 113 113 / 0.5);
}
.border-x-input-error-border\/60 {
  border-left-color: rgb(248 113 113 / 0.6);
  border-right-color: rgb(248 113 113 / 0.6);
}
.border-x-input-error-border\/70 {
  border-left-color: rgb(248 113 113 / 0.7);
  border-right-color: rgb(248 113 113 / 0.7);
}
.border-x-input-error-border\/75 {
  border-left-color: rgb(248 113 113 / 0.75);
  border-right-color: rgb(248 113 113 / 0.75);
}
.border-x-input-error-border\/80 {
  border-left-color: rgb(248 113 113 / 0.8);
  border-right-color: rgb(248 113 113 / 0.8);
}
.border-x-input-error-border\/90 {
  border-left-color: rgb(248 113 113 / 0.9);
  border-right-color: rgb(248 113 113 / 0.9);
}
.border-x-input-error-border\/95 {
  border-left-color: rgb(248 113 113 / 0.95);
  border-right-color: rgb(248 113 113 / 0.95);
}
.border-x-input-error-border\/state-disabled {
  border-left-color: rgb(248 113 113 / 0.5);
  border-right-color: rgb(248 113 113 / 0.5);
}
.border-x-input-error-border\/state-enabled {
  border-left-color: rgb(248 113 113 / 1);
  border-right-color: rgb(248 113 113 / 1);
}
.border-x-input-error-placeholder {
  border-left-color: rgba(255, 255, 255, 0.4);
  border-right-color: rgba(255, 255, 255, 0.4);
}
.border-x-input-error-placeholder\/0 {
  border-left-color: rgba(255, 255, 255, 0);
  border-right-color: rgba(255, 255, 255, 0);
}
.border-x-input-error-placeholder\/10 {
  border-left-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
}
.border-x-input-error-placeholder\/100 {
  border-left-color: rgba(255, 255, 255, 1);
  border-right-color: rgba(255, 255, 255, 1);
}
.border-x-input-error-placeholder\/20 {
  border-left-color: rgba(255, 255, 255, 0.2);
  border-right-color: rgba(255, 255, 255, 0.2);
}
.border-x-input-error-placeholder\/25 {
  border-left-color: rgba(255, 255, 255, 0.25);
  border-right-color: rgba(255, 255, 255, 0.25);
}
.border-x-input-error-placeholder\/30 {
  border-left-color: rgba(255, 255, 255, 0.3);
  border-right-color: rgba(255, 255, 255, 0.3);
}
.border-x-input-error-placeholder\/40 {
  border-left-color: rgba(255, 255, 255, 0.4);
  border-right-color: rgba(255, 255, 255, 0.4);
}
.border-x-input-error-placeholder\/5 {
  border-left-color: rgba(255, 255, 255, 0.05);
  border-right-color: rgba(255, 255, 255, 0.05);
}
.border-x-input-error-placeholder\/50 {
  border-left-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
}
.border-x-input-error-placeholder\/60 {
  border-left-color: rgba(255, 255, 255, 0.6);
  border-right-color: rgba(255, 255, 255, 0.6);
}
.border-x-input-error-placeholder\/70 {
  border-left-color: rgba(255, 255, 255, 0.7);
  border-right-color: rgba(255, 255, 255, 0.7);
}
.border-x-input-error-placeholder\/75 {
  border-left-color: rgba(255, 255, 255, 0.75);
  border-right-color: rgba(255, 255, 255, 0.75);
}
.border-x-input-error-placeholder\/80 {
  border-left-color: rgba(255, 255, 255, 0.8);
  border-right-color: rgba(255, 255, 255, 0.8);
}
.border-x-input-error-placeholder\/90 {
  border-left-color: rgba(255, 255, 255, 0.9);
  border-right-color: rgba(255, 255, 255, 0.9);
}
.border-x-input-error-placeholder\/95 {
  border-left-color: rgba(255, 255, 255, 0.95);
  border-right-color: rgba(255, 255, 255, 0.95);
}
.border-x-input-error-placeholder\/state-disabled {
  border-left-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
}
.border-x-input-error-placeholder\/state-enabled {
  border-left-color: rgba(255, 255, 255, 1);
  border-right-color: rgba(255, 255, 255, 1);
}
.border-x-input-error-text {
  --tw-border-opacity: 1;
  border-left-color: rgb(248 113 113 / var(--tw-border-opacity));
  border-right-color: rgb(248 113 113 / var(--tw-border-opacity));
}
.border-x-input-error-text\/0 {
  border-left-color: rgb(248 113 113 / 0);
  border-right-color: rgb(248 113 113 / 0);
}
.border-x-input-error-text\/10 {
  border-left-color: rgb(248 113 113 / 0.1);
  border-right-color: rgb(248 113 113 / 0.1);
}
.border-x-input-error-text\/100 {
  border-left-color: rgb(248 113 113 / 1);
  border-right-color: rgb(248 113 113 / 1);
}
.border-x-input-error-text\/20 {
  border-left-color: rgb(248 113 113 / 0.2);
  border-right-color: rgb(248 113 113 / 0.2);
}
.border-x-input-error-text\/25 {
  border-left-color: rgb(248 113 113 / 0.25);
  border-right-color: rgb(248 113 113 / 0.25);
}
.border-x-input-error-text\/30 {
  border-left-color: rgb(248 113 113 / 0.3);
  border-right-color: rgb(248 113 113 / 0.3);
}
.border-x-input-error-text\/40 {
  border-left-color: rgb(248 113 113 / 0.4);
  border-right-color: rgb(248 113 113 / 0.4);
}
.border-x-input-error-text\/5 {
  border-left-color: rgb(248 113 113 / 0.05);
  border-right-color: rgb(248 113 113 / 0.05);
}
.border-x-input-error-text\/50 {
  border-left-color: rgb(248 113 113 / 0.5);
  border-right-color: rgb(248 113 113 / 0.5);
}
.border-x-input-error-text\/60 {
  border-left-color: rgb(248 113 113 / 0.6);
  border-right-color: rgb(248 113 113 / 0.6);
}
.border-x-input-error-text\/70 {
  border-left-color: rgb(248 113 113 / 0.7);
  border-right-color: rgb(248 113 113 / 0.7);
}
.border-x-input-error-text\/75 {
  border-left-color: rgb(248 113 113 / 0.75);
  border-right-color: rgb(248 113 113 / 0.75);
}
.border-x-input-error-text\/80 {
  border-left-color: rgb(248 113 113 / 0.8);
  border-right-color: rgb(248 113 113 / 0.8);
}
.border-x-input-error-text\/90 {
  border-left-color: rgb(248 113 113 / 0.9);
  border-right-color: rgb(248 113 113 / 0.9);
}
.border-x-input-error-text\/95 {
  border-left-color: rgb(248 113 113 / 0.95);
  border-right-color: rgb(248 113 113 / 0.95);
}
.border-x-input-error-text\/state-disabled {
  border-left-color: rgb(248 113 113 / 0.5);
  border-right-color: rgb(248 113 113 / 0.5);
}
.border-x-input-error-text\/state-enabled {
  border-left-color: rgb(248 113 113 / 1);
  border-right-color: rgb(248 113 113 / 1);
}
.border-x-input-focused-bg {
  --tw-border-opacity: 1;
  border-left-color: rgb(17 17 17 / var(--tw-border-opacity));
  border-right-color: rgb(17 17 17 / var(--tw-border-opacity));
}
.border-x-input-focused-bg\/0 {
  border-left-color: rgb(17 17 17 / 0);
  border-right-color: rgb(17 17 17 / 0);
}
.border-x-input-focused-bg\/10 {
  border-left-color: rgb(17 17 17 / 0.1);
  border-right-color: rgb(17 17 17 / 0.1);
}
.border-x-input-focused-bg\/100 {
  border-left-color: rgb(17 17 17 / 1);
  border-right-color: rgb(17 17 17 / 1);
}
.border-x-input-focused-bg\/20 {
  border-left-color: rgb(17 17 17 / 0.2);
  border-right-color: rgb(17 17 17 / 0.2);
}
.border-x-input-focused-bg\/25 {
  border-left-color: rgb(17 17 17 / 0.25);
  border-right-color: rgb(17 17 17 / 0.25);
}
.border-x-input-focused-bg\/30 {
  border-left-color: rgb(17 17 17 / 0.3);
  border-right-color: rgb(17 17 17 / 0.3);
}
.border-x-input-focused-bg\/40 {
  border-left-color: rgb(17 17 17 / 0.4);
  border-right-color: rgb(17 17 17 / 0.4);
}
.border-x-input-focused-bg\/5 {
  border-left-color: rgb(17 17 17 / 0.05);
  border-right-color: rgb(17 17 17 / 0.05);
}
.border-x-input-focused-bg\/50 {
  border-left-color: rgb(17 17 17 / 0.5);
  border-right-color: rgb(17 17 17 / 0.5);
}
.border-x-input-focused-bg\/60 {
  border-left-color: rgb(17 17 17 / 0.6);
  border-right-color: rgb(17 17 17 / 0.6);
}
.border-x-input-focused-bg\/70 {
  border-left-color: rgb(17 17 17 / 0.7);
  border-right-color: rgb(17 17 17 / 0.7);
}
.border-x-input-focused-bg\/75 {
  border-left-color: rgb(17 17 17 / 0.75);
  border-right-color: rgb(17 17 17 / 0.75);
}
.border-x-input-focused-bg\/80 {
  border-left-color: rgb(17 17 17 / 0.8);
  border-right-color: rgb(17 17 17 / 0.8);
}
.border-x-input-focused-bg\/90 {
  border-left-color: rgb(17 17 17 / 0.9);
  border-right-color: rgb(17 17 17 / 0.9);
}
.border-x-input-focused-bg\/95 {
  border-left-color: rgb(17 17 17 / 0.95);
  border-right-color: rgb(17 17 17 / 0.95);
}
.border-x-input-focused-bg\/state-disabled {
  border-left-color: rgb(17 17 17 / 0.5);
  border-right-color: rgb(17 17 17 / 0.5);
}
.border-x-input-focused-bg\/state-enabled {
  border-left-color: rgb(17 17 17 / 1);
  border-right-color: rgb(17 17 17 / 1);
}
.border-x-input-focused-border {
  --tw-border-opacity: 1;
  border-left-color: rgb(98 98 98 / var(--tw-border-opacity));
  border-right-color: rgb(98 98 98 / var(--tw-border-opacity));
}
.border-x-input-focused-border\/0 {
  border-left-color: rgb(98 98 98 / 0);
  border-right-color: rgb(98 98 98 / 0);
}
.border-x-input-focused-border\/10 {
  border-left-color: rgb(98 98 98 / 0.1);
  border-right-color: rgb(98 98 98 / 0.1);
}
.border-x-input-focused-border\/100 {
  border-left-color: rgb(98 98 98 / 1);
  border-right-color: rgb(98 98 98 / 1);
}
.border-x-input-focused-border\/20 {
  border-left-color: rgb(98 98 98 / 0.2);
  border-right-color: rgb(98 98 98 / 0.2);
}
.border-x-input-focused-border\/25 {
  border-left-color: rgb(98 98 98 / 0.25);
  border-right-color: rgb(98 98 98 / 0.25);
}
.border-x-input-focused-border\/30 {
  border-left-color: rgb(98 98 98 / 0.3);
  border-right-color: rgb(98 98 98 / 0.3);
}
.border-x-input-focused-border\/40 {
  border-left-color: rgb(98 98 98 / 0.4);
  border-right-color: rgb(98 98 98 / 0.4);
}
.border-x-input-focused-border\/5 {
  border-left-color: rgb(98 98 98 / 0.05);
  border-right-color: rgb(98 98 98 / 0.05);
}
.border-x-input-focused-border\/50 {
  border-left-color: rgb(98 98 98 / 0.5);
  border-right-color: rgb(98 98 98 / 0.5);
}
.border-x-input-focused-border\/60 {
  border-left-color: rgb(98 98 98 / 0.6);
  border-right-color: rgb(98 98 98 / 0.6);
}
.border-x-input-focused-border\/70 {
  border-left-color: rgb(98 98 98 / 0.7);
  border-right-color: rgb(98 98 98 / 0.7);
}
.border-x-input-focused-border\/75 {
  border-left-color: rgb(98 98 98 / 0.75);
  border-right-color: rgb(98 98 98 / 0.75);
}
.border-x-input-focused-border\/80 {
  border-left-color: rgb(98 98 98 / 0.8);
  border-right-color: rgb(98 98 98 / 0.8);
}
.border-x-input-focused-border\/90 {
  border-left-color: rgb(98 98 98 / 0.9);
  border-right-color: rgb(98 98 98 / 0.9);
}
.border-x-input-focused-border\/95 {
  border-left-color: rgb(98 98 98 / 0.95);
  border-right-color: rgb(98 98 98 / 0.95);
}
.border-x-input-focused-border\/state-disabled {
  border-left-color: rgb(98 98 98 / 0.5);
  border-right-color: rgb(98 98 98 / 0.5);
}
.border-x-input-focused-border\/state-enabled {
  border-left-color: rgb(98 98 98 / 1);
  border-right-color: rgb(98 98 98 / 1);
}
.border-x-input-focused-placeholder {
  border-left-color: rgba(255, 255, 255, 0.4);
  border-right-color: rgba(255, 255, 255, 0.4);
}
.border-x-input-focused-placeholder\/0 {
  border-left-color: rgba(255, 255, 255, 0);
  border-right-color: rgba(255, 255, 255, 0);
}
.border-x-input-focused-placeholder\/10 {
  border-left-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
}
.border-x-input-focused-placeholder\/100 {
  border-left-color: rgba(255, 255, 255, 1);
  border-right-color: rgba(255, 255, 255, 1);
}
.border-x-input-focused-placeholder\/20 {
  border-left-color: rgba(255, 255, 255, 0.2);
  border-right-color: rgba(255, 255, 255, 0.2);
}
.border-x-input-focused-placeholder\/25 {
  border-left-color: rgba(255, 255, 255, 0.25);
  border-right-color: rgba(255, 255, 255, 0.25);
}
.border-x-input-focused-placeholder\/30 {
  border-left-color: rgba(255, 255, 255, 0.3);
  border-right-color: rgba(255, 255, 255, 0.3);
}
.border-x-input-focused-placeholder\/40 {
  border-left-color: rgba(255, 255, 255, 0.4);
  border-right-color: rgba(255, 255, 255, 0.4);
}
.border-x-input-focused-placeholder\/5 {
  border-left-color: rgba(255, 255, 255, 0.05);
  border-right-color: rgba(255, 255, 255, 0.05);
}
.border-x-input-focused-placeholder\/50 {
  border-left-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
}
.border-x-input-focused-placeholder\/60 {
  border-left-color: rgba(255, 255, 255, 0.6);
  border-right-color: rgba(255, 255, 255, 0.6);
}
.border-x-input-focused-placeholder\/70 {
  border-left-color: rgba(255, 255, 255, 0.7);
  border-right-color: rgba(255, 255, 255, 0.7);
}
.border-x-input-focused-placeholder\/75 {
  border-left-color: rgba(255, 255, 255, 0.75);
  border-right-color: rgba(255, 255, 255, 0.75);
}
.border-x-input-focused-placeholder\/80 {
  border-left-color: rgba(255, 255, 255, 0.8);
  border-right-color: rgba(255, 255, 255, 0.8);
}
.border-x-input-focused-placeholder\/90 {
  border-left-color: rgba(255, 255, 255, 0.9);
  border-right-color: rgba(255, 255, 255, 0.9);
}
.border-x-input-focused-placeholder\/95 {
  border-left-color: rgba(255, 255, 255, 0.95);
  border-right-color: rgba(255, 255, 255, 0.95);
}
.border-x-input-focused-placeholder\/state-disabled {
  border-left-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
}
.border-x-input-focused-placeholder\/state-enabled {
  border-left-color: rgba(255, 255, 255, 1);
  border-right-color: rgba(255, 255, 255, 1);
}
.border-x-input-focused-text {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-x-input-focused-text\/0 {
  border-left-color: rgb(255 255 255 / 0);
  border-right-color: rgb(255 255 255 / 0);
}
.border-x-input-focused-text\/10 {
  border-left-color: rgb(255 255 255 / 0.1);
  border-right-color: rgb(255 255 255 / 0.1);
}
.border-x-input-focused-text\/100 {
  border-left-color: rgb(255 255 255 / 1);
  border-right-color: rgb(255 255 255 / 1);
}
.border-x-input-focused-text\/20 {
  border-left-color: rgb(255 255 255 / 0.2);
  border-right-color: rgb(255 255 255 / 0.2);
}
.border-x-input-focused-text\/25 {
  border-left-color: rgb(255 255 255 / 0.25);
  border-right-color: rgb(255 255 255 / 0.25);
}
.border-x-input-focused-text\/30 {
  border-left-color: rgb(255 255 255 / 0.3);
  border-right-color: rgb(255 255 255 / 0.3);
}
.border-x-input-focused-text\/40 {
  border-left-color: rgb(255 255 255 / 0.4);
  border-right-color: rgb(255 255 255 / 0.4);
}
.border-x-input-focused-text\/5 {
  border-left-color: rgb(255 255 255 / 0.05);
  border-right-color: rgb(255 255 255 / 0.05);
}
.border-x-input-focused-text\/50 {
  border-left-color: rgb(255 255 255 / 0.5);
  border-right-color: rgb(255 255 255 / 0.5);
}
.border-x-input-focused-text\/60 {
  border-left-color: rgb(255 255 255 / 0.6);
  border-right-color: rgb(255 255 255 / 0.6);
}
.border-x-input-focused-text\/70 {
  border-left-color: rgb(255 255 255 / 0.7);
  border-right-color: rgb(255 255 255 / 0.7);
}
.border-x-input-focused-text\/75 {
  border-left-color: rgb(255 255 255 / 0.75);
  border-right-color: rgb(255 255 255 / 0.75);
}
.border-x-input-focused-text\/80 {
  border-left-color: rgb(255 255 255 / 0.8);
  border-right-color: rgb(255 255 255 / 0.8);
}
.border-x-input-focused-text\/90 {
  border-left-color: rgb(255 255 255 / 0.9);
  border-right-color: rgb(255 255 255 / 0.9);
}
.border-x-input-focused-text\/95 {
  border-left-color: rgb(255 255 255 / 0.95);
  border-right-color: rgb(255 255 255 / 0.95);
}
.border-x-input-focused-text\/state-disabled {
  border-left-color: rgb(255 255 255 / 0.5);
  border-right-color: rgb(255 255 255 / 0.5);
}
.border-x-input-focused-text\/state-enabled {
  border-left-color: rgb(255 255 255 / 1);
  border-right-color: rgb(255 255 255 / 1);
}
.border-x-input-placeholder {
  --tw-border-opacity: 1;
  border-left-color: rgb(97 97 97 / var(--tw-border-opacity));
  border-right-color: rgb(97 97 97 / var(--tw-border-opacity));
}
.border-x-input-placeholder\/0 {
  border-left-color: rgb(97 97 97 / 0);
  border-right-color: rgb(97 97 97 / 0);
}
.border-x-input-placeholder\/10 {
  border-left-color: rgb(97 97 97 / 0.1);
  border-right-color: rgb(97 97 97 / 0.1);
}
.border-x-input-placeholder\/100 {
  border-left-color: rgb(97 97 97 / 1);
  border-right-color: rgb(97 97 97 / 1);
}
.border-x-input-placeholder\/20 {
  border-left-color: rgb(97 97 97 / 0.2);
  border-right-color: rgb(97 97 97 / 0.2);
}
.border-x-input-placeholder\/25 {
  border-left-color: rgb(97 97 97 / 0.25);
  border-right-color: rgb(97 97 97 / 0.25);
}
.border-x-input-placeholder\/30 {
  border-left-color: rgb(97 97 97 / 0.3);
  border-right-color: rgb(97 97 97 / 0.3);
}
.border-x-input-placeholder\/40 {
  border-left-color: rgb(97 97 97 / 0.4);
  border-right-color: rgb(97 97 97 / 0.4);
}
.border-x-input-placeholder\/5 {
  border-left-color: rgb(97 97 97 / 0.05);
  border-right-color: rgb(97 97 97 / 0.05);
}
.border-x-input-placeholder\/50 {
  border-left-color: rgb(97 97 97 / 0.5);
  border-right-color: rgb(97 97 97 / 0.5);
}
.border-x-input-placeholder\/60 {
  border-left-color: rgb(97 97 97 / 0.6);
  border-right-color: rgb(97 97 97 / 0.6);
}
.border-x-input-placeholder\/70 {
  border-left-color: rgb(97 97 97 / 0.7);
  border-right-color: rgb(97 97 97 / 0.7);
}
.border-x-input-placeholder\/75 {
  border-left-color: rgb(97 97 97 / 0.75);
  border-right-color: rgb(97 97 97 / 0.75);
}
.border-x-input-placeholder\/80 {
  border-left-color: rgb(97 97 97 / 0.8);
  border-right-color: rgb(97 97 97 / 0.8);
}
.border-x-input-placeholder\/90 {
  border-left-color: rgb(97 97 97 / 0.9);
  border-right-color: rgb(97 97 97 / 0.9);
}
.border-x-input-placeholder\/95 {
  border-left-color: rgb(97 97 97 / 0.95);
  border-right-color: rgb(97 97 97 / 0.95);
}
.border-x-input-placeholder\/state-disabled {
  border-left-color: rgb(97 97 97 / 0.5);
  border-right-color: rgb(97 97 97 / 0.5);
}
.border-x-input-placeholder\/state-enabled {
  border-left-color: rgb(97 97 97 / 1);
  border-right-color: rgb(97 97 97 / 1);
}
.border-x-input-radio-background {
  --tw-border-opacity: 1;
  border-left-color: rgb(17 17 17 / var(--tw-border-opacity));
  border-right-color: rgb(17 17 17 / var(--tw-border-opacity));
}
.border-x-input-radio-background\/0 {
  border-left-color: rgb(17 17 17 / 0);
  border-right-color: rgb(17 17 17 / 0);
}
.border-x-input-radio-background\/10 {
  border-left-color: rgb(17 17 17 / 0.1);
  border-right-color: rgb(17 17 17 / 0.1);
}
.border-x-input-radio-background\/100 {
  border-left-color: rgb(17 17 17 / 1);
  border-right-color: rgb(17 17 17 / 1);
}
.border-x-input-radio-background\/20 {
  border-left-color: rgb(17 17 17 / 0.2);
  border-right-color: rgb(17 17 17 / 0.2);
}
.border-x-input-radio-background\/25 {
  border-left-color: rgb(17 17 17 / 0.25);
  border-right-color: rgb(17 17 17 / 0.25);
}
.border-x-input-radio-background\/30 {
  border-left-color: rgb(17 17 17 / 0.3);
  border-right-color: rgb(17 17 17 / 0.3);
}
.border-x-input-radio-background\/40 {
  border-left-color: rgb(17 17 17 / 0.4);
  border-right-color: rgb(17 17 17 / 0.4);
}
.border-x-input-radio-background\/5 {
  border-left-color: rgb(17 17 17 / 0.05);
  border-right-color: rgb(17 17 17 / 0.05);
}
.border-x-input-radio-background\/50 {
  border-left-color: rgb(17 17 17 / 0.5);
  border-right-color: rgb(17 17 17 / 0.5);
}
.border-x-input-radio-background\/60 {
  border-left-color: rgb(17 17 17 / 0.6);
  border-right-color: rgb(17 17 17 / 0.6);
}
.border-x-input-radio-background\/70 {
  border-left-color: rgb(17 17 17 / 0.7);
  border-right-color: rgb(17 17 17 / 0.7);
}
.border-x-input-radio-background\/75 {
  border-left-color: rgb(17 17 17 / 0.75);
  border-right-color: rgb(17 17 17 / 0.75);
}
.border-x-input-radio-background\/80 {
  border-left-color: rgb(17 17 17 / 0.8);
  border-right-color: rgb(17 17 17 / 0.8);
}
.border-x-input-radio-background\/90 {
  border-left-color: rgb(17 17 17 / 0.9);
  border-right-color: rgb(17 17 17 / 0.9);
}
.border-x-input-radio-background\/95 {
  border-left-color: rgb(17 17 17 / 0.95);
  border-right-color: rgb(17 17 17 / 0.95);
}
.border-x-input-radio-background\/state-disabled {
  border-left-color: rgb(17 17 17 / 0.5);
  border-right-color: rgb(17 17 17 / 0.5);
}
.border-x-input-radio-background\/state-enabled {
  border-left-color: rgb(17 17 17 / 1);
  border-right-color: rgb(17 17 17 / 1);
}
.border-x-input-radio-border {
  --tw-border-opacity: 1;
  border-left-color: rgb(205 141 239 / var(--tw-border-opacity));
  border-right-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-x-input-radio-border\/0 {
  border-left-color: rgb(205 141 239 / 0);
  border-right-color: rgb(205 141 239 / 0);
}
.border-x-input-radio-border\/10 {
  border-left-color: rgb(205 141 239 / 0.1);
  border-right-color: rgb(205 141 239 / 0.1);
}
.border-x-input-radio-border\/100 {
  border-left-color: rgb(205 141 239 / 1);
  border-right-color: rgb(205 141 239 / 1);
}
.border-x-input-radio-border\/20 {
  border-left-color: rgb(205 141 239 / 0.2);
  border-right-color: rgb(205 141 239 / 0.2);
}
.border-x-input-radio-border\/25 {
  border-left-color: rgb(205 141 239 / 0.25);
  border-right-color: rgb(205 141 239 / 0.25);
}
.border-x-input-radio-border\/30 {
  border-left-color: rgb(205 141 239 / 0.3);
  border-right-color: rgb(205 141 239 / 0.3);
}
.border-x-input-radio-border\/40 {
  border-left-color: rgb(205 141 239 / 0.4);
  border-right-color: rgb(205 141 239 / 0.4);
}
.border-x-input-radio-border\/5 {
  border-left-color: rgb(205 141 239 / 0.05);
  border-right-color: rgb(205 141 239 / 0.05);
}
.border-x-input-radio-border\/50 {
  border-left-color: rgb(205 141 239 / 0.5);
  border-right-color: rgb(205 141 239 / 0.5);
}
.border-x-input-radio-border\/60 {
  border-left-color: rgb(205 141 239 / 0.6);
  border-right-color: rgb(205 141 239 / 0.6);
}
.border-x-input-radio-border\/70 {
  border-left-color: rgb(205 141 239 / 0.7);
  border-right-color: rgb(205 141 239 / 0.7);
}
.border-x-input-radio-border\/75 {
  border-left-color: rgb(205 141 239 / 0.75);
  border-right-color: rgb(205 141 239 / 0.75);
}
.border-x-input-radio-border\/80 {
  border-left-color: rgb(205 141 239 / 0.8);
  border-right-color: rgb(205 141 239 / 0.8);
}
.border-x-input-radio-border\/90 {
  border-left-color: rgb(205 141 239 / 0.9);
  border-right-color: rgb(205 141 239 / 0.9);
}
.border-x-input-radio-border\/95 {
  border-left-color: rgb(205 141 239 / 0.95);
  border-right-color: rgb(205 141 239 / 0.95);
}
.border-x-input-radio-border\/state-disabled {
  border-left-color: rgb(205 141 239 / 0.5);
  border-right-color: rgb(205 141 239 / 0.5);
}
.border-x-input-radio-border\/state-enabled {
  border-left-color: rgb(205 141 239 / 1);
  border-right-color: rgb(205 141 239 / 1);
}
.border-x-input-radio-contrast {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-x-input-radio-contrast\/0 {
  border-left-color: rgb(255 255 255 / 0);
  border-right-color: rgb(255 255 255 / 0);
}
.border-x-input-radio-contrast\/10 {
  border-left-color: rgb(255 255 255 / 0.1);
  border-right-color: rgb(255 255 255 / 0.1);
}
.border-x-input-radio-contrast\/100 {
  border-left-color: rgb(255 255 255 / 1);
  border-right-color: rgb(255 255 255 / 1);
}
.border-x-input-radio-contrast\/20 {
  border-left-color: rgb(255 255 255 / 0.2);
  border-right-color: rgb(255 255 255 / 0.2);
}
.border-x-input-radio-contrast\/25 {
  border-left-color: rgb(255 255 255 / 0.25);
  border-right-color: rgb(255 255 255 / 0.25);
}
.border-x-input-radio-contrast\/30 {
  border-left-color: rgb(255 255 255 / 0.3);
  border-right-color: rgb(255 255 255 / 0.3);
}
.border-x-input-radio-contrast\/40 {
  border-left-color: rgb(255 255 255 / 0.4);
  border-right-color: rgb(255 255 255 / 0.4);
}
.border-x-input-radio-contrast\/5 {
  border-left-color: rgb(255 255 255 / 0.05);
  border-right-color: rgb(255 255 255 / 0.05);
}
.border-x-input-radio-contrast\/50 {
  border-left-color: rgb(255 255 255 / 0.5);
  border-right-color: rgb(255 255 255 / 0.5);
}
.border-x-input-radio-contrast\/60 {
  border-left-color: rgb(255 255 255 / 0.6);
  border-right-color: rgb(255 255 255 / 0.6);
}
.border-x-input-radio-contrast\/70 {
  border-left-color: rgb(255 255 255 / 0.7);
  border-right-color: rgb(255 255 255 / 0.7);
}
.border-x-input-radio-contrast\/75 {
  border-left-color: rgb(255 255 255 / 0.75);
  border-right-color: rgb(255 255 255 / 0.75);
}
.border-x-input-radio-contrast\/80 {
  border-left-color: rgb(255 255 255 / 0.8);
  border-right-color: rgb(255 255 255 / 0.8);
}
.border-x-input-radio-contrast\/90 {
  border-left-color: rgb(255 255 255 / 0.9);
  border-right-color: rgb(255 255 255 / 0.9);
}
.border-x-input-radio-contrast\/95 {
  border-left-color: rgb(255 255 255 / 0.95);
  border-right-color: rgb(255 255 255 / 0.95);
}
.border-x-input-radio-contrast\/state-disabled {
  border-left-color: rgb(255 255 255 / 0.5);
  border-right-color: rgb(255 255 255 / 0.5);
}
.border-x-input-radio-contrast\/state-enabled {
  border-left-color: rgb(255 255 255 / 1);
  border-right-color: rgb(255 255 255 / 1);
}
.border-x-input-switch-backgroundOff {
  --tw-border-opacity: 1;
  border-left-color: rgb(156 163 175 / var(--tw-border-opacity));
  border-right-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-x-input-switch-backgroundOff\/0 {
  border-left-color: rgb(156 163 175 / 0);
  border-right-color: rgb(156 163 175 / 0);
}
.border-x-input-switch-backgroundOff\/10 {
  border-left-color: rgb(156 163 175 / 0.1);
  border-right-color: rgb(156 163 175 / 0.1);
}
.border-x-input-switch-backgroundOff\/100 {
  border-left-color: rgb(156 163 175 / 1);
  border-right-color: rgb(156 163 175 / 1);
}
.border-x-input-switch-backgroundOff\/20 {
  border-left-color: rgb(156 163 175 / 0.2);
  border-right-color: rgb(156 163 175 / 0.2);
}
.border-x-input-switch-backgroundOff\/25 {
  border-left-color: rgb(156 163 175 / 0.25);
  border-right-color: rgb(156 163 175 / 0.25);
}
.border-x-input-switch-backgroundOff\/30 {
  border-left-color: rgb(156 163 175 / 0.3);
  border-right-color: rgb(156 163 175 / 0.3);
}
.border-x-input-switch-backgroundOff\/40 {
  border-left-color: rgb(156 163 175 / 0.4);
  border-right-color: rgb(156 163 175 / 0.4);
}
.border-x-input-switch-backgroundOff\/5 {
  border-left-color: rgb(156 163 175 / 0.05);
  border-right-color: rgb(156 163 175 / 0.05);
}
.border-x-input-switch-backgroundOff\/50 {
  border-left-color: rgb(156 163 175 / 0.5);
  border-right-color: rgb(156 163 175 / 0.5);
}
.border-x-input-switch-backgroundOff\/60 {
  border-left-color: rgb(156 163 175 / 0.6);
  border-right-color: rgb(156 163 175 / 0.6);
}
.border-x-input-switch-backgroundOff\/70 {
  border-left-color: rgb(156 163 175 / 0.7);
  border-right-color: rgb(156 163 175 / 0.7);
}
.border-x-input-switch-backgroundOff\/75 {
  border-left-color: rgb(156 163 175 / 0.75);
  border-right-color: rgb(156 163 175 / 0.75);
}
.border-x-input-switch-backgroundOff\/80 {
  border-left-color: rgb(156 163 175 / 0.8);
  border-right-color: rgb(156 163 175 / 0.8);
}
.border-x-input-switch-backgroundOff\/90 {
  border-left-color: rgb(156 163 175 / 0.9);
  border-right-color: rgb(156 163 175 / 0.9);
}
.border-x-input-switch-backgroundOff\/95 {
  border-left-color: rgb(156 163 175 / 0.95);
  border-right-color: rgb(156 163 175 / 0.95);
}
.border-x-input-switch-backgroundOff\/state-disabled {
  border-left-color: rgb(156 163 175 / 0.5);
  border-right-color: rgb(156 163 175 / 0.5);
}
.border-x-input-switch-backgroundOff\/state-enabled {
  border-left-color: rgb(156 163 175 / 1);
  border-right-color: rgb(156 163 175 / 1);
}
.border-x-input-switch-backgroundOn {
  --tw-border-opacity: 1;
  border-left-color: rgb(205 141 239 / var(--tw-border-opacity));
  border-right-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-x-input-switch-backgroundOn\/0 {
  border-left-color: rgb(205 141 239 / 0);
  border-right-color: rgb(205 141 239 / 0);
}
.border-x-input-switch-backgroundOn\/10 {
  border-left-color: rgb(205 141 239 / 0.1);
  border-right-color: rgb(205 141 239 / 0.1);
}
.border-x-input-switch-backgroundOn\/100 {
  border-left-color: rgb(205 141 239 / 1);
  border-right-color: rgb(205 141 239 / 1);
}
.border-x-input-switch-backgroundOn\/20 {
  border-left-color: rgb(205 141 239 / 0.2);
  border-right-color: rgb(205 141 239 / 0.2);
}
.border-x-input-switch-backgroundOn\/25 {
  border-left-color: rgb(205 141 239 / 0.25);
  border-right-color: rgb(205 141 239 / 0.25);
}
.border-x-input-switch-backgroundOn\/30 {
  border-left-color: rgb(205 141 239 / 0.3);
  border-right-color: rgb(205 141 239 / 0.3);
}
.border-x-input-switch-backgroundOn\/40 {
  border-left-color: rgb(205 141 239 / 0.4);
  border-right-color: rgb(205 141 239 / 0.4);
}
.border-x-input-switch-backgroundOn\/5 {
  border-left-color: rgb(205 141 239 / 0.05);
  border-right-color: rgb(205 141 239 / 0.05);
}
.border-x-input-switch-backgroundOn\/50 {
  border-left-color: rgb(205 141 239 / 0.5);
  border-right-color: rgb(205 141 239 / 0.5);
}
.border-x-input-switch-backgroundOn\/60 {
  border-left-color: rgb(205 141 239 / 0.6);
  border-right-color: rgb(205 141 239 / 0.6);
}
.border-x-input-switch-backgroundOn\/70 {
  border-left-color: rgb(205 141 239 / 0.7);
  border-right-color: rgb(205 141 239 / 0.7);
}
.border-x-input-switch-backgroundOn\/75 {
  border-left-color: rgb(205 141 239 / 0.75);
  border-right-color: rgb(205 141 239 / 0.75);
}
.border-x-input-switch-backgroundOn\/80 {
  border-left-color: rgb(205 141 239 / 0.8);
  border-right-color: rgb(205 141 239 / 0.8);
}
.border-x-input-switch-backgroundOn\/90 {
  border-left-color: rgb(205 141 239 / 0.9);
  border-right-color: rgb(205 141 239 / 0.9);
}
.border-x-input-switch-backgroundOn\/95 {
  border-left-color: rgb(205 141 239 / 0.95);
  border-right-color: rgb(205 141 239 / 0.95);
}
.border-x-input-switch-backgroundOn\/state-disabled {
  border-left-color: rgb(205 141 239 / 0.5);
  border-right-color: rgb(205 141 239 / 0.5);
}
.border-x-input-switch-backgroundOn\/state-enabled {
  border-left-color: rgb(205 141 239 / 1);
  border-right-color: rgb(205 141 239 / 1);
}
.border-x-input-switch-contrast {
  --tw-border-opacity: 1;
  border-left-color: rgb(64 64 64 / var(--tw-border-opacity));
  border-right-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.border-x-input-switch-contrast\/0 {
  border-left-color: rgb(64 64 64 / 0);
  border-right-color: rgb(64 64 64 / 0);
}
.border-x-input-switch-contrast\/10 {
  border-left-color: rgb(64 64 64 / 0.1);
  border-right-color: rgb(64 64 64 / 0.1);
}
.border-x-input-switch-contrast\/100 {
  border-left-color: rgb(64 64 64 / 1);
  border-right-color: rgb(64 64 64 / 1);
}
.border-x-input-switch-contrast\/20 {
  border-left-color: rgb(64 64 64 / 0.2);
  border-right-color: rgb(64 64 64 / 0.2);
}
.border-x-input-switch-contrast\/25 {
  border-left-color: rgb(64 64 64 / 0.25);
  border-right-color: rgb(64 64 64 / 0.25);
}
.border-x-input-switch-contrast\/30 {
  border-left-color: rgb(64 64 64 / 0.3);
  border-right-color: rgb(64 64 64 / 0.3);
}
.border-x-input-switch-contrast\/40 {
  border-left-color: rgb(64 64 64 / 0.4);
  border-right-color: rgb(64 64 64 / 0.4);
}
.border-x-input-switch-contrast\/5 {
  border-left-color: rgb(64 64 64 / 0.05);
  border-right-color: rgb(64 64 64 / 0.05);
}
.border-x-input-switch-contrast\/50 {
  border-left-color: rgb(64 64 64 / 0.5);
  border-right-color: rgb(64 64 64 / 0.5);
}
.border-x-input-switch-contrast\/60 {
  border-left-color: rgb(64 64 64 / 0.6);
  border-right-color: rgb(64 64 64 / 0.6);
}
.border-x-input-switch-contrast\/70 {
  border-left-color: rgb(64 64 64 / 0.7);
  border-right-color: rgb(64 64 64 / 0.7);
}
.border-x-input-switch-contrast\/75 {
  border-left-color: rgb(64 64 64 / 0.75);
  border-right-color: rgb(64 64 64 / 0.75);
}
.border-x-input-switch-contrast\/80 {
  border-left-color: rgb(64 64 64 / 0.8);
  border-right-color: rgb(64 64 64 / 0.8);
}
.border-x-input-switch-contrast\/90 {
  border-left-color: rgb(64 64 64 / 0.9);
  border-right-color: rgb(64 64 64 / 0.9);
}
.border-x-input-switch-contrast\/95 {
  border-left-color: rgb(64 64 64 / 0.95);
  border-right-color: rgb(64 64 64 / 0.95);
}
.border-x-input-switch-contrast\/state-disabled {
  border-left-color: rgb(64 64 64 / 0.5);
  border-right-color: rgb(64 64 64 / 0.5);
}
.border-x-input-switch-contrast\/state-enabled {
  border-left-color: rgb(64 64 64 / 1);
  border-right-color: rgb(64 64 64 / 1);
}
.border-x-input-text {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-x-input-text\/0 {
  border-left-color: rgb(255 255 255 / 0);
  border-right-color: rgb(255 255 255 / 0);
}
.border-x-input-text\/10 {
  border-left-color: rgb(255 255 255 / 0.1);
  border-right-color: rgb(255 255 255 / 0.1);
}
.border-x-input-text\/100 {
  border-left-color: rgb(255 255 255 / 1);
  border-right-color: rgb(255 255 255 / 1);
}
.border-x-input-text\/20 {
  border-left-color: rgb(255 255 255 / 0.2);
  border-right-color: rgb(255 255 255 / 0.2);
}
.border-x-input-text\/25 {
  border-left-color: rgb(255 255 255 / 0.25);
  border-right-color: rgb(255 255 255 / 0.25);
}
.border-x-input-text\/30 {
  border-left-color: rgb(255 255 255 / 0.3);
  border-right-color: rgb(255 255 255 / 0.3);
}
.border-x-input-text\/40 {
  border-left-color: rgb(255 255 255 / 0.4);
  border-right-color: rgb(255 255 255 / 0.4);
}
.border-x-input-text\/5 {
  border-left-color: rgb(255 255 255 / 0.05);
  border-right-color: rgb(255 255 255 / 0.05);
}
.border-x-input-text\/50 {
  border-left-color: rgb(255 255 255 / 0.5);
  border-right-color: rgb(255 255 255 / 0.5);
}
.border-x-input-text\/60 {
  border-left-color: rgb(255 255 255 / 0.6);
  border-right-color: rgb(255 255 255 / 0.6);
}
.border-x-input-text\/70 {
  border-left-color: rgb(255 255 255 / 0.7);
  border-right-color: rgb(255 255 255 / 0.7);
}
.border-x-input-text\/75 {
  border-left-color: rgb(255 255 255 / 0.75);
  border-right-color: rgb(255 255 255 / 0.75);
}
.border-x-input-text\/80 {
  border-left-color: rgb(255 255 255 / 0.8);
  border-right-color: rgb(255 255 255 / 0.8);
}
.border-x-input-text\/90 {
  border-left-color: rgb(255 255 255 / 0.9);
  border-right-color: rgb(255 255 255 / 0.9);
}
.border-x-input-text\/95 {
  border-left-color: rgb(255 255 255 / 0.95);
  border-right-color: rgb(255 255 255 / 0.95);
}
.border-x-input-text\/state-disabled {
  border-left-color: rgb(255 255 255 / 0.5);
  border-right-color: rgb(255 255 255 / 0.5);
}
.border-x-input-text\/state-enabled {
  border-left-color: rgb(255 255 255 / 1);
  border-right-color: rgb(255 255 255 / 1);
}
.border-x-loader-default {
  --tw-border-opacity: 1;
  border-left-color: rgb(205 141 239 / var(--tw-border-opacity));
  border-right-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-x-loader-default\/0 {
  border-left-color: rgb(205 141 239 / 0);
  border-right-color: rgb(205 141 239 / 0);
}
.border-x-loader-default\/10 {
  border-left-color: rgb(205 141 239 / 0.1);
  border-right-color: rgb(205 141 239 / 0.1);
}
.border-x-loader-default\/100 {
  border-left-color: rgb(205 141 239 / 1);
  border-right-color: rgb(205 141 239 / 1);
}
.border-x-loader-default\/20 {
  border-left-color: rgb(205 141 239 / 0.2);
  border-right-color: rgb(205 141 239 / 0.2);
}
.border-x-loader-default\/25 {
  border-left-color: rgb(205 141 239 / 0.25);
  border-right-color: rgb(205 141 239 / 0.25);
}
.border-x-loader-default\/30 {
  border-left-color: rgb(205 141 239 / 0.3);
  border-right-color: rgb(205 141 239 / 0.3);
}
.border-x-loader-default\/40 {
  border-left-color: rgb(205 141 239 / 0.4);
  border-right-color: rgb(205 141 239 / 0.4);
}
.border-x-loader-default\/5 {
  border-left-color: rgb(205 141 239 / 0.05);
  border-right-color: rgb(205 141 239 / 0.05);
}
.border-x-loader-default\/50 {
  border-left-color: rgb(205 141 239 / 0.5);
  border-right-color: rgb(205 141 239 / 0.5);
}
.border-x-loader-default\/60 {
  border-left-color: rgb(205 141 239 / 0.6);
  border-right-color: rgb(205 141 239 / 0.6);
}
.border-x-loader-default\/70 {
  border-left-color: rgb(205 141 239 / 0.7);
  border-right-color: rgb(205 141 239 / 0.7);
}
.border-x-loader-default\/75 {
  border-left-color: rgb(205 141 239 / 0.75);
  border-right-color: rgb(205 141 239 / 0.75);
}
.border-x-loader-default\/80 {
  border-left-color: rgb(205 141 239 / 0.8);
  border-right-color: rgb(205 141 239 / 0.8);
}
.border-x-loader-default\/90 {
  border-left-color: rgb(205 141 239 / 0.9);
  border-right-color: rgb(205 141 239 / 0.9);
}
.border-x-loader-default\/95 {
  border-left-color: rgb(205 141 239 / 0.95);
  border-right-color: rgb(205 141 239 / 0.95);
}
.border-x-loader-default\/state-disabled {
  border-left-color: rgb(205 141 239 / 0.5);
  border-right-color: rgb(205 141 239 / 0.5);
}
.border-x-loader-default\/state-enabled {
  border-left-color: rgb(205 141 239 / 1);
  border-right-color: rgb(205 141 239 / 1);
}
.border-x-panel-alternate {
  --tw-border-opacity: 1;
  border-left-color: rgb(29 29 29 / var(--tw-border-opacity));
  border-right-color: rgb(29 29 29 / var(--tw-border-opacity));
}
.border-x-panel-alternate\/0 {
  border-left-color: rgb(29 29 29 / 0);
  border-right-color: rgb(29 29 29 / 0);
}
.border-x-panel-alternate\/10 {
  border-left-color: rgb(29 29 29 / 0.1);
  border-right-color: rgb(29 29 29 / 0.1);
}
.border-x-panel-alternate\/100 {
  border-left-color: rgb(29 29 29 / 1);
  border-right-color: rgb(29 29 29 / 1);
}
.border-x-panel-alternate\/20 {
  border-left-color: rgb(29 29 29 / 0.2);
  border-right-color: rgb(29 29 29 / 0.2);
}
.border-x-panel-alternate\/25 {
  border-left-color: rgb(29 29 29 / 0.25);
  border-right-color: rgb(29 29 29 / 0.25);
}
.border-x-panel-alternate\/30 {
  border-left-color: rgb(29 29 29 / 0.3);
  border-right-color: rgb(29 29 29 / 0.3);
}
.border-x-panel-alternate\/40 {
  border-left-color: rgb(29 29 29 / 0.4);
  border-right-color: rgb(29 29 29 / 0.4);
}
.border-x-panel-alternate\/5 {
  border-left-color: rgb(29 29 29 / 0.05);
  border-right-color: rgb(29 29 29 / 0.05);
}
.border-x-panel-alternate\/50 {
  border-left-color: rgb(29 29 29 / 0.5);
  border-right-color: rgb(29 29 29 / 0.5);
}
.border-x-panel-alternate\/60 {
  border-left-color: rgb(29 29 29 / 0.6);
  border-right-color: rgb(29 29 29 / 0.6);
}
.border-x-panel-alternate\/70 {
  border-left-color: rgb(29 29 29 / 0.7);
  border-right-color: rgb(29 29 29 / 0.7);
}
.border-x-panel-alternate\/75 {
  border-left-color: rgb(29 29 29 / 0.75);
  border-right-color: rgb(29 29 29 / 0.75);
}
.border-x-panel-alternate\/80 {
  border-left-color: rgb(29 29 29 / 0.8);
  border-right-color: rgb(29 29 29 / 0.8);
}
.border-x-panel-alternate\/90 {
  border-left-color: rgb(29 29 29 / 0.9);
  border-right-color: rgb(29 29 29 / 0.9);
}
.border-x-panel-alternate\/95 {
  border-left-color: rgb(29 29 29 / 0.95);
  border-right-color: rgb(29 29 29 / 0.95);
}
.border-x-panel-alternate\/state-disabled {
  border-left-color: rgb(29 29 29 / 0.5);
  border-right-color: rgb(29 29 29 / 0.5);
}
.border-x-panel-alternate\/state-enabled {
  border-left-color: rgb(29 29 29 / 1);
  border-right-color: rgb(29 29 29 / 1);
}
.border-x-panel-base {
  --tw-border-opacity: 1;
  border-left-color: rgb(16 16 16 / var(--tw-border-opacity));
  border-right-color: rgb(16 16 16 / var(--tw-border-opacity));
}
.border-x-panel-base\/0 {
  border-left-color: rgb(16 16 16 / 0);
  border-right-color: rgb(16 16 16 / 0);
}
.border-x-panel-base\/10 {
  border-left-color: rgb(16 16 16 / 0.1);
  border-right-color: rgb(16 16 16 / 0.1);
}
.border-x-panel-base\/100 {
  border-left-color: rgb(16 16 16 / 1);
  border-right-color: rgb(16 16 16 / 1);
}
.border-x-panel-base\/20 {
  border-left-color: rgb(16 16 16 / 0.2);
  border-right-color: rgb(16 16 16 / 0.2);
}
.border-x-panel-base\/25 {
  border-left-color: rgb(16 16 16 / 0.25);
  border-right-color: rgb(16 16 16 / 0.25);
}
.border-x-panel-base\/30 {
  border-left-color: rgb(16 16 16 / 0.3);
  border-right-color: rgb(16 16 16 / 0.3);
}
.border-x-panel-base\/40 {
  border-left-color: rgb(16 16 16 / 0.4);
  border-right-color: rgb(16 16 16 / 0.4);
}
.border-x-panel-base\/5 {
  border-left-color: rgb(16 16 16 / 0.05);
  border-right-color: rgb(16 16 16 / 0.05);
}
.border-x-panel-base\/50 {
  border-left-color: rgb(16 16 16 / 0.5);
  border-right-color: rgb(16 16 16 / 0.5);
}
.border-x-panel-base\/60 {
  border-left-color: rgb(16 16 16 / 0.6);
  border-right-color: rgb(16 16 16 / 0.6);
}
.border-x-panel-base\/70 {
  border-left-color: rgb(16 16 16 / 0.7);
  border-right-color: rgb(16 16 16 / 0.7);
}
.border-x-panel-base\/75 {
  border-left-color: rgb(16 16 16 / 0.75);
  border-right-color: rgb(16 16 16 / 0.75);
}
.border-x-panel-base\/80 {
  border-left-color: rgb(16 16 16 / 0.8);
  border-right-color: rgb(16 16 16 / 0.8);
}
.border-x-panel-base\/90 {
  border-left-color: rgb(16 16 16 / 0.9);
  border-right-color: rgb(16 16 16 / 0.9);
}
.border-x-panel-base\/95 {
  border-left-color: rgb(16 16 16 / 0.95);
  border-right-color: rgb(16 16 16 / 0.95);
}
.border-x-panel-base\/state-disabled {
  border-left-color: rgb(16 16 16 / 0.5);
  border-right-color: rgb(16 16 16 / 0.5);
}
.border-x-panel-base\/state-enabled {
  border-left-color: rgb(16 16 16 / 1);
  border-right-color: rgb(16 16 16 / 1);
}
.border-x-panel-border {
  border-left-color: rgba(255, 255, 255, 0.05);
  border-right-color: rgba(255, 255, 255, 0.05);
}
.border-x-panel-border\/0 {
  border-left-color: rgba(255, 255, 255, 0);
  border-right-color: rgba(255, 255, 255, 0);
}
.border-x-panel-border\/10 {
  border-left-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
}
.border-x-panel-border\/100 {
  border-left-color: rgba(255, 255, 255, 1);
  border-right-color: rgba(255, 255, 255, 1);
}
.border-x-panel-border\/20 {
  border-left-color: rgba(255, 255, 255, 0.2);
  border-right-color: rgba(255, 255, 255, 0.2);
}
.border-x-panel-border\/25 {
  border-left-color: rgba(255, 255, 255, 0.25);
  border-right-color: rgba(255, 255, 255, 0.25);
}
.border-x-panel-border\/30 {
  border-left-color: rgba(255, 255, 255, 0.3);
  border-right-color: rgba(255, 255, 255, 0.3);
}
.border-x-panel-border\/40 {
  border-left-color: rgba(255, 255, 255, 0.4);
  border-right-color: rgba(255, 255, 255, 0.4);
}
.border-x-panel-border\/5 {
  border-left-color: rgba(255, 255, 255, 0.05);
  border-right-color: rgba(255, 255, 255, 0.05);
}
.border-x-panel-border\/50 {
  border-left-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
}
.border-x-panel-border\/60 {
  border-left-color: rgba(255, 255, 255, 0.6);
  border-right-color: rgba(255, 255, 255, 0.6);
}
.border-x-panel-border\/70 {
  border-left-color: rgba(255, 255, 255, 0.7);
  border-right-color: rgba(255, 255, 255, 0.7);
}
.border-x-panel-border\/75 {
  border-left-color: rgba(255, 255, 255, 0.75);
  border-right-color: rgba(255, 255, 255, 0.75);
}
.border-x-panel-border\/80 {
  border-left-color: rgba(255, 255, 255, 0.8);
  border-right-color: rgba(255, 255, 255, 0.8);
}
.border-x-panel-border\/90 {
  border-left-color: rgba(255, 255, 255, 0.9);
  border-right-color: rgba(255, 255, 255, 0.9);
}
.border-x-panel-border\/95 {
  border-left-color: rgba(255, 255, 255, 0.95);
  border-right-color: rgba(255, 255, 255, 0.95);
}
.border-x-panel-border\/state-disabled {
  border-left-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
}
.border-x-panel-border\/state-enabled {
  border-left-color: rgba(255, 255, 255, 1);
  border-right-color: rgba(255, 255, 255, 1);
}
.border-x-panel-default {
  border-left-color: rgba(255, 255, 255, 0);
  border-right-color: rgba(255, 255, 255, 0);
}
.border-x-panel-default\/0 {
  border-left-color: rgba(255, 255, 255, 0);
  border-right-color: rgba(255, 255, 255, 0);
}
.border-x-panel-default\/10 {
  border-left-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.1);
}
.border-x-panel-default\/100 {
  border-left-color: rgba(255, 255, 255, 1);
  border-right-color: rgba(255, 255, 255, 1);
}
.border-x-panel-default\/20 {
  border-left-color: rgba(255, 255, 255, 0.2);
  border-right-color: rgba(255, 255, 255, 0.2);
}
.border-x-panel-default\/25 {
  border-left-color: rgba(255, 255, 255, 0.25);
  border-right-color: rgba(255, 255, 255, 0.25);
}
.border-x-panel-default\/30 {
  border-left-color: rgba(255, 255, 255, 0.3);
  border-right-color: rgba(255, 255, 255, 0.3);
}
.border-x-panel-default\/40 {
  border-left-color: rgba(255, 255, 255, 0.4);
  border-right-color: rgba(255, 255, 255, 0.4);
}
.border-x-panel-default\/5 {
  border-left-color: rgba(255, 255, 255, 0.05);
  border-right-color: rgba(255, 255, 255, 0.05);
}
.border-x-panel-default\/50 {
  border-left-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
}
.border-x-panel-default\/60 {
  border-left-color: rgba(255, 255, 255, 0.6);
  border-right-color: rgba(255, 255, 255, 0.6);
}
.border-x-panel-default\/70 {
  border-left-color: rgba(255, 255, 255, 0.7);
  border-right-color: rgba(255, 255, 255, 0.7);
}
.border-x-panel-default\/75 {
  border-left-color: rgba(255, 255, 255, 0.75);
  border-right-color: rgba(255, 255, 255, 0.75);
}
.border-x-panel-default\/80 {
  border-left-color: rgba(255, 255, 255, 0.8);
  border-right-color: rgba(255, 255, 255, 0.8);
}
.border-x-panel-default\/90 {
  border-left-color: rgba(255, 255, 255, 0.9);
  border-right-color: rgba(255, 255, 255, 0.9);
}
.border-x-panel-default\/95 {
  border-left-color: rgba(255, 255, 255, 0.95);
  border-right-color: rgba(255, 255, 255, 0.95);
}
.border-x-panel-default\/state-disabled {
  border-left-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
}
.border-x-panel-default\/state-enabled {
  border-left-color: rgba(255, 255, 255, 1);
  border-right-color: rgba(255, 255, 255, 1);
}
.border-x-panel-shadow {
  border-left-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(0, 0, 0, 0.2);
}
.border-x-panel-shadow\/0 {
  border-left-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
}
.border-x-panel-shadow\/10 {
  border-left-color: rgba(0, 0, 0, 0.1);
  border-right-color: rgba(0, 0, 0, 0.1);
}
.border-x-panel-shadow\/100 {
  border-left-color: rgba(0, 0, 0, 1);
  border-right-color: rgba(0, 0, 0, 1);
}
.border-x-panel-shadow\/20 {
  border-left-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(0, 0, 0, 0.2);
}
.border-x-panel-shadow\/25 {
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-color: rgba(0, 0, 0, 0.25);
}
.border-x-panel-shadow\/30 {
  border-left-color: rgba(0, 0, 0, 0.3);
  border-right-color: rgba(0, 0, 0, 0.3);
}
.border-x-panel-shadow\/40 {
  border-left-color: rgba(0, 0, 0, 0.4);
  border-right-color: rgba(0, 0, 0, 0.4);
}
.border-x-panel-shadow\/5 {
  border-left-color: rgba(0, 0, 0, 0.05);
  border-right-color: rgba(0, 0, 0, 0.05);
}
.border-x-panel-shadow\/50 {
  border-left-color: rgba(0, 0, 0, 0.5);
  border-right-color: rgba(0, 0, 0, 0.5);
}
.border-x-panel-shadow\/60 {
  border-left-color: rgba(0, 0, 0, 0.6);
  border-right-color: rgba(0, 0, 0, 0.6);
}
.border-x-panel-shadow\/70 {
  border-left-color: rgba(0, 0, 0, 0.7);
  border-right-color: rgba(0, 0, 0, 0.7);
}
.border-x-panel-shadow\/75 {
  border-left-color: rgba(0, 0, 0, 0.75);
  border-right-color: rgba(0, 0, 0, 0.75);
}
.border-x-panel-shadow\/80 {
  border-left-color: rgba(0, 0, 0, 0.8);
  border-right-color: rgba(0, 0, 0, 0.8);
}
.border-x-panel-shadow\/90 {
  border-left-color: rgba(0, 0, 0, 0.9);
  border-right-color: rgba(0, 0, 0, 0.9);
}
.border-x-panel-shadow\/95 {
  border-left-color: rgba(0, 0, 0, 0.95);
  border-right-color: rgba(0, 0, 0, 0.95);
}
.border-x-panel-shadow\/state-disabled {
  border-left-color: rgba(0, 0, 0, 0.5);
  border-right-color: rgba(0, 0, 0, 0.5);
}
.border-x-panel-shadow\/state-enabled {
  border-left-color: rgba(0, 0, 0, 1);
  border-right-color: rgba(0, 0, 0, 1);
}
.border-x-typography-accent {
  --tw-border-opacity: 1;
  border-left-color: rgb(205 141 239 / var(--tw-border-opacity));
  border-right-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-x-typography-accent\/0 {
  border-left-color: rgb(205 141 239 / 0);
  border-right-color: rgb(205 141 239 / 0);
}
.border-x-typography-accent\/10 {
  border-left-color: rgb(205 141 239 / 0.1);
  border-right-color: rgb(205 141 239 / 0.1);
}
.border-x-typography-accent\/100 {
  border-left-color: rgb(205 141 239 / 1);
  border-right-color: rgb(205 141 239 / 1);
}
.border-x-typography-accent\/20 {
  border-left-color: rgb(205 141 239 / 0.2);
  border-right-color: rgb(205 141 239 / 0.2);
}
.border-x-typography-accent\/25 {
  border-left-color: rgb(205 141 239 / 0.25);
  border-right-color: rgb(205 141 239 / 0.25);
}
.border-x-typography-accent\/30 {
  border-left-color: rgb(205 141 239 / 0.3);
  border-right-color: rgb(205 141 239 / 0.3);
}
.border-x-typography-accent\/40 {
  border-left-color: rgb(205 141 239 / 0.4);
  border-right-color: rgb(205 141 239 / 0.4);
}
.border-x-typography-accent\/5 {
  border-left-color: rgb(205 141 239 / 0.05);
  border-right-color: rgb(205 141 239 / 0.05);
}
.border-x-typography-accent\/50 {
  border-left-color: rgb(205 141 239 / 0.5);
  border-right-color: rgb(205 141 239 / 0.5);
}
.border-x-typography-accent\/60 {
  border-left-color: rgb(205 141 239 / 0.6);
  border-right-color: rgb(205 141 239 / 0.6);
}
.border-x-typography-accent\/70 {
  border-left-color: rgb(205 141 239 / 0.7);
  border-right-color: rgb(205 141 239 / 0.7);
}
.border-x-typography-accent\/75 {
  border-left-color: rgb(205 141 239 / 0.75);
  border-right-color: rgb(205 141 239 / 0.75);
}
.border-x-typography-accent\/80 {
  border-left-color: rgb(205 141 239 / 0.8);
  border-right-color: rgb(205 141 239 / 0.8);
}
.border-x-typography-accent\/90 {
  border-left-color: rgb(205 141 239 / 0.9);
  border-right-color: rgb(205 141 239 / 0.9);
}
.border-x-typography-accent\/95 {
  border-left-color: rgb(205 141 239 / 0.95);
  border-right-color: rgb(205 141 239 / 0.95);
}
.border-x-typography-accent\/state-disabled {
  border-left-color: rgb(205 141 239 / 0.5);
  border-right-color: rgb(205 141 239 / 0.5);
}
.border-x-typography-accent\/state-enabled {
  border-left-color: rgb(205 141 239 / 1);
  border-right-color: rgb(205 141 239 / 1);
}
.border-x-typography-alternate {
  --tw-border-opacity: 1;
  border-left-color: rgb(6 182 212 / var(--tw-border-opacity));
  border-right-color: rgb(6 182 212 / var(--tw-border-opacity));
}
.border-x-typography-alternate\/0 {
  border-left-color: rgb(6 182 212 / 0);
  border-right-color: rgb(6 182 212 / 0);
}
.border-x-typography-alternate\/10 {
  border-left-color: rgb(6 182 212 / 0.1);
  border-right-color: rgb(6 182 212 / 0.1);
}
.border-x-typography-alternate\/100 {
  border-left-color: rgb(6 182 212 / 1);
  border-right-color: rgb(6 182 212 / 1);
}
.border-x-typography-alternate\/20 {
  border-left-color: rgb(6 182 212 / 0.2);
  border-right-color: rgb(6 182 212 / 0.2);
}
.border-x-typography-alternate\/25 {
  border-left-color: rgb(6 182 212 / 0.25);
  border-right-color: rgb(6 182 212 / 0.25);
}
.border-x-typography-alternate\/30 {
  border-left-color: rgb(6 182 212 / 0.3);
  border-right-color: rgb(6 182 212 / 0.3);
}
.border-x-typography-alternate\/40 {
  border-left-color: rgb(6 182 212 / 0.4);
  border-right-color: rgb(6 182 212 / 0.4);
}
.border-x-typography-alternate\/5 {
  border-left-color: rgb(6 182 212 / 0.05);
  border-right-color: rgb(6 182 212 / 0.05);
}
.border-x-typography-alternate\/50 {
  border-left-color: rgb(6 182 212 / 0.5);
  border-right-color: rgb(6 182 212 / 0.5);
}
.border-x-typography-alternate\/60 {
  border-left-color: rgb(6 182 212 / 0.6);
  border-right-color: rgb(6 182 212 / 0.6);
}
.border-x-typography-alternate\/70 {
  border-left-color: rgb(6 182 212 / 0.7);
  border-right-color: rgb(6 182 212 / 0.7);
}
.border-x-typography-alternate\/75 {
  border-left-color: rgb(6 182 212 / 0.75);
  border-right-color: rgb(6 182 212 / 0.75);
}
.border-x-typography-alternate\/80 {
  border-left-color: rgb(6 182 212 / 0.8);
  border-right-color: rgb(6 182 212 / 0.8);
}
.border-x-typography-alternate\/90 {
  border-left-color: rgb(6 182 212 / 0.9);
  border-right-color: rgb(6 182 212 / 0.9);
}
.border-x-typography-alternate\/95 {
  border-left-color: rgb(6 182 212 / 0.95);
  border-right-color: rgb(6 182 212 / 0.95);
}
.border-x-typography-alternate\/state-disabled {
  border-left-color: rgb(6 182 212 / 0.5);
  border-right-color: rgb(6 182 212 / 0.5);
}
.border-x-typography-alternate\/state-enabled {
  border-left-color: rgb(6 182 212 / 1);
  border-right-color: rgb(6 182 212 / 1);
}
.border-x-typography-default {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-x-typography-default\/0 {
  border-left-color: rgb(255 255 255 / 0);
  border-right-color: rgb(255 255 255 / 0);
}
.border-x-typography-default\/10 {
  border-left-color: rgb(255 255 255 / 0.1);
  border-right-color: rgb(255 255 255 / 0.1);
}
.border-x-typography-default\/100 {
  border-left-color: rgb(255 255 255 / 1);
  border-right-color: rgb(255 255 255 / 1);
}
.border-x-typography-default\/20 {
  border-left-color: rgb(255 255 255 / 0.2);
  border-right-color: rgb(255 255 255 / 0.2);
}
.border-x-typography-default\/25 {
  border-left-color: rgb(255 255 255 / 0.25);
  border-right-color: rgb(255 255 255 / 0.25);
}
.border-x-typography-default\/30 {
  border-left-color: rgb(255 255 255 / 0.3);
  border-right-color: rgb(255 255 255 / 0.3);
}
.border-x-typography-default\/40 {
  border-left-color: rgb(255 255 255 / 0.4);
  border-right-color: rgb(255 255 255 / 0.4);
}
.border-x-typography-default\/5 {
  border-left-color: rgb(255 255 255 / 0.05);
  border-right-color: rgb(255 255 255 / 0.05);
}
.border-x-typography-default\/50 {
  border-left-color: rgb(255 255 255 / 0.5);
  border-right-color: rgb(255 255 255 / 0.5);
}
.border-x-typography-default\/60 {
  border-left-color: rgb(255 255 255 / 0.6);
  border-right-color: rgb(255 255 255 / 0.6);
}
.border-x-typography-default\/70 {
  border-left-color: rgb(255 255 255 / 0.7);
  border-right-color: rgb(255 255 255 / 0.7);
}
.border-x-typography-default\/75 {
  border-left-color: rgb(255 255 255 / 0.75);
  border-right-color: rgb(255 255 255 / 0.75);
}
.border-x-typography-default\/80 {
  border-left-color: rgb(255 255 255 / 0.8);
  border-right-color: rgb(255 255 255 / 0.8);
}
.border-x-typography-default\/90 {
  border-left-color: rgb(255 255 255 / 0.9);
  border-right-color: rgb(255 255 255 / 0.9);
}
.border-x-typography-default\/95 {
  border-left-color: rgb(255 255 255 / 0.95);
  border-right-color: rgb(255 255 255 / 0.95);
}
.border-x-typography-default\/state-disabled {
  border-left-color: rgb(255 255 255 / 0.5);
  border-right-color: rgb(255 255 255 / 0.5);
}
.border-x-typography-default\/state-enabled {
  border-left-color: rgb(255 255 255 / 1);
  border-right-color: rgb(255 255 255 / 1);
}
.border-x-typography-error {
  --tw-border-opacity: 1;
  border-left-color: rgb(248 113 113 / var(--tw-border-opacity));
  border-right-color: rgb(248 113 113 / var(--tw-border-opacity));
}
.border-x-typography-error\/0 {
  border-left-color: rgb(248 113 113 / 0);
  border-right-color: rgb(248 113 113 / 0);
}
.border-x-typography-error\/10 {
  border-left-color: rgb(248 113 113 / 0.1);
  border-right-color: rgb(248 113 113 / 0.1);
}
.border-x-typography-error\/100 {
  border-left-color: rgb(248 113 113 / 1);
  border-right-color: rgb(248 113 113 / 1);
}
.border-x-typography-error\/20 {
  border-left-color: rgb(248 113 113 / 0.2);
  border-right-color: rgb(248 113 113 / 0.2);
}
.border-x-typography-error\/25 {
  border-left-color: rgb(248 113 113 / 0.25);
  border-right-color: rgb(248 113 113 / 0.25);
}
.border-x-typography-error\/30 {
  border-left-color: rgb(248 113 113 / 0.3);
  border-right-color: rgb(248 113 113 / 0.3);
}
.border-x-typography-error\/40 {
  border-left-color: rgb(248 113 113 / 0.4);
  border-right-color: rgb(248 113 113 / 0.4);
}
.border-x-typography-error\/5 {
  border-left-color: rgb(248 113 113 / 0.05);
  border-right-color: rgb(248 113 113 / 0.05);
}
.border-x-typography-error\/50 {
  border-left-color: rgb(248 113 113 / 0.5);
  border-right-color: rgb(248 113 113 / 0.5);
}
.border-x-typography-error\/60 {
  border-left-color: rgb(248 113 113 / 0.6);
  border-right-color: rgb(248 113 113 / 0.6);
}
.border-x-typography-error\/70 {
  border-left-color: rgb(248 113 113 / 0.7);
  border-right-color: rgb(248 113 113 / 0.7);
}
.border-x-typography-error\/75 {
  border-left-color: rgb(248 113 113 / 0.75);
  border-right-color: rgb(248 113 113 / 0.75);
}
.border-x-typography-error\/80 {
  border-left-color: rgb(248 113 113 / 0.8);
  border-right-color: rgb(248 113 113 / 0.8);
}
.border-x-typography-error\/90 {
  border-left-color: rgb(248 113 113 / 0.9);
  border-right-color: rgb(248 113 113 / 0.9);
}
.border-x-typography-error\/95 {
  border-left-color: rgb(248 113 113 / 0.95);
  border-right-color: rgb(248 113 113 / 0.95);
}
.border-x-typography-error\/state-disabled {
  border-left-color: rgb(248 113 113 / 0.5);
  border-right-color: rgb(248 113 113 / 0.5);
}
.border-x-typography-error\/state-enabled {
  border-left-color: rgb(248 113 113 / 1);
  border-right-color: rgb(248 113 113 / 1);
}
.border-x-typography-info {
  --tw-border-opacity: 1;
  border-left-color: rgb(96 165 250 / var(--tw-border-opacity));
  border-right-color: rgb(96 165 250 / var(--tw-border-opacity));
}
.border-x-typography-info\/0 {
  border-left-color: rgb(96 165 250 / 0);
  border-right-color: rgb(96 165 250 / 0);
}
.border-x-typography-info\/10 {
  border-left-color: rgb(96 165 250 / 0.1);
  border-right-color: rgb(96 165 250 / 0.1);
}
.border-x-typography-info\/100 {
  border-left-color: rgb(96 165 250 / 1);
  border-right-color: rgb(96 165 250 / 1);
}
.border-x-typography-info\/20 {
  border-left-color: rgb(96 165 250 / 0.2);
  border-right-color: rgb(96 165 250 / 0.2);
}
.border-x-typography-info\/25 {
  border-left-color: rgb(96 165 250 / 0.25);
  border-right-color: rgb(96 165 250 / 0.25);
}
.border-x-typography-info\/30 {
  border-left-color: rgb(96 165 250 / 0.3);
  border-right-color: rgb(96 165 250 / 0.3);
}
.border-x-typography-info\/40 {
  border-left-color: rgb(96 165 250 / 0.4);
  border-right-color: rgb(96 165 250 / 0.4);
}
.border-x-typography-info\/5 {
  border-left-color: rgb(96 165 250 / 0.05);
  border-right-color: rgb(96 165 250 / 0.05);
}
.border-x-typography-info\/50 {
  border-left-color: rgb(96 165 250 / 0.5);
  border-right-color: rgb(96 165 250 / 0.5);
}
.border-x-typography-info\/60 {
  border-left-color: rgb(96 165 250 / 0.6);
  border-right-color: rgb(96 165 250 / 0.6);
}
.border-x-typography-info\/70 {
  border-left-color: rgb(96 165 250 / 0.7);
  border-right-color: rgb(96 165 250 / 0.7);
}
.border-x-typography-info\/75 {
  border-left-color: rgb(96 165 250 / 0.75);
  border-right-color: rgb(96 165 250 / 0.75);
}
.border-x-typography-info\/80 {
  border-left-color: rgb(96 165 250 / 0.8);
  border-right-color: rgb(96 165 250 / 0.8);
}
.border-x-typography-info\/90 {
  border-left-color: rgb(96 165 250 / 0.9);
  border-right-color: rgb(96 165 250 / 0.9);
}
.border-x-typography-info\/95 {
  border-left-color: rgb(96 165 250 / 0.95);
  border-right-color: rgb(96 165 250 / 0.95);
}
.border-x-typography-info\/state-disabled {
  border-left-color: rgb(96 165 250 / 0.5);
  border-right-color: rgb(96 165 250 / 0.5);
}
.border-x-typography-info\/state-enabled {
  border-left-color: rgb(96 165 250 / 1);
  border-right-color: rgb(96 165 250 / 1);
}
.border-x-typography-link-default {
  --tw-border-opacity: 1;
  border-left-color: rgb(205 141 239 / var(--tw-border-opacity));
  border-right-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-x-typography-link-default\/0 {
  border-left-color: rgb(205 141 239 / 0);
  border-right-color: rgb(205 141 239 / 0);
}
.border-x-typography-link-default\/10 {
  border-left-color: rgb(205 141 239 / 0.1);
  border-right-color: rgb(205 141 239 / 0.1);
}
.border-x-typography-link-default\/100 {
  border-left-color: rgb(205 141 239 / 1);
  border-right-color: rgb(205 141 239 / 1);
}
.border-x-typography-link-default\/20 {
  border-left-color: rgb(205 141 239 / 0.2);
  border-right-color: rgb(205 141 239 / 0.2);
}
.border-x-typography-link-default\/25 {
  border-left-color: rgb(205 141 239 / 0.25);
  border-right-color: rgb(205 141 239 / 0.25);
}
.border-x-typography-link-default\/30 {
  border-left-color: rgb(205 141 239 / 0.3);
  border-right-color: rgb(205 141 239 / 0.3);
}
.border-x-typography-link-default\/40 {
  border-left-color: rgb(205 141 239 / 0.4);
  border-right-color: rgb(205 141 239 / 0.4);
}
.border-x-typography-link-default\/5 {
  border-left-color: rgb(205 141 239 / 0.05);
  border-right-color: rgb(205 141 239 / 0.05);
}
.border-x-typography-link-default\/50 {
  border-left-color: rgb(205 141 239 / 0.5);
  border-right-color: rgb(205 141 239 / 0.5);
}
.border-x-typography-link-default\/60 {
  border-left-color: rgb(205 141 239 / 0.6);
  border-right-color: rgb(205 141 239 / 0.6);
}
.border-x-typography-link-default\/70 {
  border-left-color: rgb(205 141 239 / 0.7);
  border-right-color: rgb(205 141 239 / 0.7);
}
.border-x-typography-link-default\/75 {
  border-left-color: rgb(205 141 239 / 0.75);
  border-right-color: rgb(205 141 239 / 0.75);
}
.border-x-typography-link-default\/80 {
  border-left-color: rgb(205 141 239 / 0.8);
  border-right-color: rgb(205 141 239 / 0.8);
}
.border-x-typography-link-default\/90 {
  border-left-color: rgb(205 141 239 / 0.9);
  border-right-color: rgb(205 141 239 / 0.9);
}
.border-x-typography-link-default\/95 {
  border-left-color: rgb(205 141 239 / 0.95);
  border-right-color: rgb(205 141 239 / 0.95);
}
.border-x-typography-link-default\/state-disabled {
  border-left-color: rgb(205 141 239 / 0.5);
  border-right-color: rgb(205 141 239 / 0.5);
}
.border-x-typography-link-default\/state-enabled {
  border-left-color: rgb(205 141 239 / 1);
  border-right-color: rgb(205 141 239 / 1);
}
.border-x-typography-link-hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(215 164 242 / var(--tw-border-opacity));
  border-right-color: rgb(215 164 242 / var(--tw-border-opacity));
}
.border-x-typography-link-hover\/0 {
  border-left-color: rgb(215 164 242 / 0);
  border-right-color: rgb(215 164 242 / 0);
}
.border-x-typography-link-hover\/10 {
  border-left-color: rgb(215 164 242 / 0.1);
  border-right-color: rgb(215 164 242 / 0.1);
}
.border-x-typography-link-hover\/100 {
  border-left-color: rgb(215 164 242 / 1);
  border-right-color: rgb(215 164 242 / 1);
}
.border-x-typography-link-hover\/20 {
  border-left-color: rgb(215 164 242 / 0.2);
  border-right-color: rgb(215 164 242 / 0.2);
}
.border-x-typography-link-hover\/25 {
  border-left-color: rgb(215 164 242 / 0.25);
  border-right-color: rgb(215 164 242 / 0.25);
}
.border-x-typography-link-hover\/30 {
  border-left-color: rgb(215 164 242 / 0.3);
  border-right-color: rgb(215 164 242 / 0.3);
}
.border-x-typography-link-hover\/40 {
  border-left-color: rgb(215 164 242 / 0.4);
  border-right-color: rgb(215 164 242 / 0.4);
}
.border-x-typography-link-hover\/5 {
  border-left-color: rgb(215 164 242 / 0.05);
  border-right-color: rgb(215 164 242 / 0.05);
}
.border-x-typography-link-hover\/50 {
  border-left-color: rgb(215 164 242 / 0.5);
  border-right-color: rgb(215 164 242 / 0.5);
}
.border-x-typography-link-hover\/60 {
  border-left-color: rgb(215 164 242 / 0.6);
  border-right-color: rgb(215 164 242 / 0.6);
}
.border-x-typography-link-hover\/70 {
  border-left-color: rgb(215 164 242 / 0.7);
  border-right-color: rgb(215 164 242 / 0.7);
}
.border-x-typography-link-hover\/75 {
  border-left-color: rgb(215 164 242 / 0.75);
  border-right-color: rgb(215 164 242 / 0.75);
}
.border-x-typography-link-hover\/80 {
  border-left-color: rgb(215 164 242 / 0.8);
  border-right-color: rgb(215 164 242 / 0.8);
}
.border-x-typography-link-hover\/90 {
  border-left-color: rgb(215 164 242 / 0.9);
  border-right-color: rgb(215 164 242 / 0.9);
}
.border-x-typography-link-hover\/95 {
  border-left-color: rgb(215 164 242 / 0.95);
  border-right-color: rgb(215 164 242 / 0.95);
}
.border-x-typography-link-hover\/state-disabled {
  border-left-color: rgb(215 164 242 / 0.5);
  border-right-color: rgb(215 164 242 / 0.5);
}
.border-x-typography-link-hover\/state-enabled {
  border-left-color: rgb(215 164 242 / 1);
  border-right-color: rgb(215 164 242 / 1);
}
.border-x-typography-muted {
  --tw-border-opacity: 1;
  border-left-color: rgb(156 163 175 / var(--tw-border-opacity));
  border-right-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-x-typography-muted\/0 {
  border-left-color: rgb(156 163 175 / 0);
  border-right-color: rgb(156 163 175 / 0);
}
.border-x-typography-muted\/10 {
  border-left-color: rgb(156 163 175 / 0.1);
  border-right-color: rgb(156 163 175 / 0.1);
}
.border-x-typography-muted\/100 {
  border-left-color: rgb(156 163 175 / 1);
  border-right-color: rgb(156 163 175 / 1);
}
.border-x-typography-muted\/20 {
  border-left-color: rgb(156 163 175 / 0.2);
  border-right-color: rgb(156 163 175 / 0.2);
}
.border-x-typography-muted\/25 {
  border-left-color: rgb(156 163 175 / 0.25);
  border-right-color: rgb(156 163 175 / 0.25);
}
.border-x-typography-muted\/30 {
  border-left-color: rgb(156 163 175 / 0.3);
  border-right-color: rgb(156 163 175 / 0.3);
}
.border-x-typography-muted\/40 {
  border-left-color: rgb(156 163 175 / 0.4);
  border-right-color: rgb(156 163 175 / 0.4);
}
.border-x-typography-muted\/5 {
  border-left-color: rgb(156 163 175 / 0.05);
  border-right-color: rgb(156 163 175 / 0.05);
}
.border-x-typography-muted\/50 {
  border-left-color: rgb(156 163 175 / 0.5);
  border-right-color: rgb(156 163 175 / 0.5);
}
.border-x-typography-muted\/60 {
  border-left-color: rgb(156 163 175 / 0.6);
  border-right-color: rgb(156 163 175 / 0.6);
}
.border-x-typography-muted\/70 {
  border-left-color: rgb(156 163 175 / 0.7);
  border-right-color: rgb(156 163 175 / 0.7);
}
.border-x-typography-muted\/75 {
  border-left-color: rgb(156 163 175 / 0.75);
  border-right-color: rgb(156 163 175 / 0.75);
}
.border-x-typography-muted\/80 {
  border-left-color: rgb(156 163 175 / 0.8);
  border-right-color: rgb(156 163 175 / 0.8);
}
.border-x-typography-muted\/90 {
  border-left-color: rgb(156 163 175 / 0.9);
  border-right-color: rgb(156 163 175 / 0.9);
}
.border-x-typography-muted\/95 {
  border-left-color: rgb(156 163 175 / 0.95);
  border-right-color: rgb(156 163 175 / 0.95);
}
.border-x-typography-muted\/state-disabled {
  border-left-color: rgb(156 163 175 / 0.5);
  border-right-color: rgb(156 163 175 / 0.5);
}
.border-x-typography-muted\/state-enabled {
  border-left-color: rgb(156 163 175 / 1);
  border-right-color: rgb(156 163 175 / 1);
}
.border-x-typography-on-accent {
  --tw-border-opacity: 1;
  border-left-color: rgb(64 64 64 / var(--tw-border-opacity));
  border-right-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.border-x-typography-on-accent\/0 {
  border-left-color: rgb(64 64 64 / 0);
  border-right-color: rgb(64 64 64 / 0);
}
.border-x-typography-on-accent\/10 {
  border-left-color: rgb(64 64 64 / 0.1);
  border-right-color: rgb(64 64 64 / 0.1);
}
.border-x-typography-on-accent\/100 {
  border-left-color: rgb(64 64 64 / 1);
  border-right-color: rgb(64 64 64 / 1);
}
.border-x-typography-on-accent\/20 {
  border-left-color: rgb(64 64 64 / 0.2);
  border-right-color: rgb(64 64 64 / 0.2);
}
.border-x-typography-on-accent\/25 {
  border-left-color: rgb(64 64 64 / 0.25);
  border-right-color: rgb(64 64 64 / 0.25);
}
.border-x-typography-on-accent\/30 {
  border-left-color: rgb(64 64 64 / 0.3);
  border-right-color: rgb(64 64 64 / 0.3);
}
.border-x-typography-on-accent\/40 {
  border-left-color: rgb(64 64 64 / 0.4);
  border-right-color: rgb(64 64 64 / 0.4);
}
.border-x-typography-on-accent\/5 {
  border-left-color: rgb(64 64 64 / 0.05);
  border-right-color: rgb(64 64 64 / 0.05);
}
.border-x-typography-on-accent\/50 {
  border-left-color: rgb(64 64 64 / 0.5);
  border-right-color: rgb(64 64 64 / 0.5);
}
.border-x-typography-on-accent\/60 {
  border-left-color: rgb(64 64 64 / 0.6);
  border-right-color: rgb(64 64 64 / 0.6);
}
.border-x-typography-on-accent\/70 {
  border-left-color: rgb(64 64 64 / 0.7);
  border-right-color: rgb(64 64 64 / 0.7);
}
.border-x-typography-on-accent\/75 {
  border-left-color: rgb(64 64 64 / 0.75);
  border-right-color: rgb(64 64 64 / 0.75);
}
.border-x-typography-on-accent\/80 {
  border-left-color: rgb(64 64 64 / 0.8);
  border-right-color: rgb(64 64 64 / 0.8);
}
.border-x-typography-on-accent\/90 {
  border-left-color: rgb(64 64 64 / 0.9);
  border-right-color: rgb(64 64 64 / 0.9);
}
.border-x-typography-on-accent\/95 {
  border-left-color: rgb(64 64 64 / 0.95);
  border-right-color: rgb(64 64 64 / 0.95);
}
.border-x-typography-on-accent\/state-disabled {
  border-left-color: rgb(64 64 64 / 0.5);
  border-right-color: rgb(64 64 64 / 0.5);
}
.border-x-typography-on-accent\/state-enabled {
  border-left-color: rgb(64 64 64 / 1);
  border-right-color: rgb(64 64 64 / 1);
}
.border-x-typography-subtle {
  --tw-border-opacity: 1;
  border-left-color: rgb(229 231 235 / var(--tw-border-opacity));
  border-right-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-x-typography-subtle\/0 {
  border-left-color: rgb(229 231 235 / 0);
  border-right-color: rgb(229 231 235 / 0);
}
.border-x-typography-subtle\/10 {
  border-left-color: rgb(229 231 235 / 0.1);
  border-right-color: rgb(229 231 235 / 0.1);
}
.border-x-typography-subtle\/100 {
  border-left-color: rgb(229 231 235 / 1);
  border-right-color: rgb(229 231 235 / 1);
}
.border-x-typography-subtle\/20 {
  border-left-color: rgb(229 231 235 / 0.2);
  border-right-color: rgb(229 231 235 / 0.2);
}
.border-x-typography-subtle\/25 {
  border-left-color: rgb(229 231 235 / 0.25);
  border-right-color: rgb(229 231 235 / 0.25);
}
.border-x-typography-subtle\/30 {
  border-left-color: rgb(229 231 235 / 0.3);
  border-right-color: rgb(229 231 235 / 0.3);
}
.border-x-typography-subtle\/40 {
  border-left-color: rgb(229 231 235 / 0.4);
  border-right-color: rgb(229 231 235 / 0.4);
}
.border-x-typography-subtle\/5 {
  border-left-color: rgb(229 231 235 / 0.05);
  border-right-color: rgb(229 231 235 / 0.05);
}
.border-x-typography-subtle\/50 {
  border-left-color: rgb(229 231 235 / 0.5);
  border-right-color: rgb(229 231 235 / 0.5);
}
.border-x-typography-subtle\/60 {
  border-left-color: rgb(229 231 235 / 0.6);
  border-right-color: rgb(229 231 235 / 0.6);
}
.border-x-typography-subtle\/70 {
  border-left-color: rgb(229 231 235 / 0.7);
  border-right-color: rgb(229 231 235 / 0.7);
}
.border-x-typography-subtle\/75 {
  border-left-color: rgb(229 231 235 / 0.75);
  border-right-color: rgb(229 231 235 / 0.75);
}
.border-x-typography-subtle\/80 {
  border-left-color: rgb(229 231 235 / 0.8);
  border-right-color: rgb(229 231 235 / 0.8);
}
.border-x-typography-subtle\/90 {
  border-left-color: rgb(229 231 235 / 0.9);
  border-right-color: rgb(229 231 235 / 0.9);
}
.border-x-typography-subtle\/95 {
  border-left-color: rgb(229 231 235 / 0.95);
  border-right-color: rgb(229 231 235 / 0.95);
}
.border-x-typography-subtle\/state-disabled {
  border-left-color: rgb(229 231 235 / 0.5);
  border-right-color: rgb(229 231 235 / 0.5);
}
.border-x-typography-subtle\/state-enabled {
  border-left-color: rgb(229 231 235 / 1);
  border-right-color: rgb(229 231 235 / 1);
}
.border-x-typography-success {
  --tw-border-opacity: 1;
  border-left-color: rgb(74 222 128 / var(--tw-border-opacity));
  border-right-color: rgb(74 222 128 / var(--tw-border-opacity));
}
.border-x-typography-success\/0 {
  border-left-color: rgb(74 222 128 / 0);
  border-right-color: rgb(74 222 128 / 0);
}
.border-x-typography-success\/10 {
  border-left-color: rgb(74 222 128 / 0.1);
  border-right-color: rgb(74 222 128 / 0.1);
}
.border-x-typography-success\/100 {
  border-left-color: rgb(74 222 128 / 1);
  border-right-color: rgb(74 222 128 / 1);
}
.border-x-typography-success\/20 {
  border-left-color: rgb(74 222 128 / 0.2);
  border-right-color: rgb(74 222 128 / 0.2);
}
.border-x-typography-success\/25 {
  border-left-color: rgb(74 222 128 / 0.25);
  border-right-color: rgb(74 222 128 / 0.25);
}
.border-x-typography-success\/30 {
  border-left-color: rgb(74 222 128 / 0.3);
  border-right-color: rgb(74 222 128 / 0.3);
}
.border-x-typography-success\/40 {
  border-left-color: rgb(74 222 128 / 0.4);
  border-right-color: rgb(74 222 128 / 0.4);
}
.border-x-typography-success\/5 {
  border-left-color: rgb(74 222 128 / 0.05);
  border-right-color: rgb(74 222 128 / 0.05);
}
.border-x-typography-success\/50 {
  border-left-color: rgb(74 222 128 / 0.5);
  border-right-color: rgb(74 222 128 / 0.5);
}
.border-x-typography-success\/60 {
  border-left-color: rgb(74 222 128 / 0.6);
  border-right-color: rgb(74 222 128 / 0.6);
}
.border-x-typography-success\/70 {
  border-left-color: rgb(74 222 128 / 0.7);
  border-right-color: rgb(74 222 128 / 0.7);
}
.border-x-typography-success\/75 {
  border-left-color: rgb(74 222 128 / 0.75);
  border-right-color: rgb(74 222 128 / 0.75);
}
.border-x-typography-success\/80 {
  border-left-color: rgb(74 222 128 / 0.8);
  border-right-color: rgb(74 222 128 / 0.8);
}
.border-x-typography-success\/90 {
  border-left-color: rgb(74 222 128 / 0.9);
  border-right-color: rgb(74 222 128 / 0.9);
}
.border-x-typography-success\/95 {
  border-left-color: rgb(74 222 128 / 0.95);
  border-right-color: rgb(74 222 128 / 0.95);
}
.border-x-typography-success\/state-disabled {
  border-left-color: rgb(74 222 128 / 0.5);
  border-right-color: rgb(74 222 128 / 0.5);
}
.border-x-typography-success\/state-enabled {
  border-left-color: rgb(74 222 128 / 1);
  border-right-color: rgb(74 222 128 / 1);
}
.border-x-typography-warning {
  --tw-border-opacity: 1;
  border-left-color: rgb(251 146 60 / var(--tw-border-opacity));
  border-right-color: rgb(251 146 60 / var(--tw-border-opacity));
}
.border-x-typography-warning\/0 {
  border-left-color: rgb(251 146 60 / 0);
  border-right-color: rgb(251 146 60 / 0);
}
.border-x-typography-warning\/10 {
  border-left-color: rgb(251 146 60 / 0.1);
  border-right-color: rgb(251 146 60 / 0.1);
}
.border-x-typography-warning\/100 {
  border-left-color: rgb(251 146 60 / 1);
  border-right-color: rgb(251 146 60 / 1);
}
.border-x-typography-warning\/20 {
  border-left-color: rgb(251 146 60 / 0.2);
  border-right-color: rgb(251 146 60 / 0.2);
}
.border-x-typography-warning\/25 {
  border-left-color: rgb(251 146 60 / 0.25);
  border-right-color: rgb(251 146 60 / 0.25);
}
.border-x-typography-warning\/30 {
  border-left-color: rgb(251 146 60 / 0.3);
  border-right-color: rgb(251 146 60 / 0.3);
}
.border-x-typography-warning\/40 {
  border-left-color: rgb(251 146 60 / 0.4);
  border-right-color: rgb(251 146 60 / 0.4);
}
.border-x-typography-warning\/5 {
  border-left-color: rgb(251 146 60 / 0.05);
  border-right-color: rgb(251 146 60 / 0.05);
}
.border-x-typography-warning\/50 {
  border-left-color: rgb(251 146 60 / 0.5);
  border-right-color: rgb(251 146 60 / 0.5);
}
.border-x-typography-warning\/60 {
  border-left-color: rgb(251 146 60 / 0.6);
  border-right-color: rgb(251 146 60 / 0.6);
}
.border-x-typography-warning\/70 {
  border-left-color: rgb(251 146 60 / 0.7);
  border-right-color: rgb(251 146 60 / 0.7);
}
.border-x-typography-warning\/75 {
  border-left-color: rgb(251 146 60 / 0.75);
  border-right-color: rgb(251 146 60 / 0.75);
}
.border-x-typography-warning\/80 {
  border-left-color: rgb(251 146 60 / 0.8);
  border-right-color: rgb(251 146 60 / 0.8);
}
.border-x-typography-warning\/90 {
  border-left-color: rgb(251 146 60 / 0.9);
  border-right-color: rgb(251 146 60 / 0.9);
}
.border-x-typography-warning\/95 {
  border-left-color: rgb(251 146 60 / 0.95);
  border-right-color: rgb(251 146 60 / 0.95);
}
.border-x-typography-warning\/state-disabled {
  border-left-color: rgb(251 146 60 / 0.5);
  border-right-color: rgb(251 146 60 / 0.5);
}
.border-x-typography-warning\/state-enabled {
  border-left-color: rgb(251 146 60 / 1);
  border-right-color: rgb(251 146 60 / 1);
}
.border-y-avatar-background {
  --tw-border-opacity: 1;
  border-top-color: rgb(205 141 239 / var(--tw-border-opacity));
  border-bottom-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-y-avatar-background\/0 {
  border-top-color: rgb(205 141 239 / 0);
  border-bottom-color: rgb(205 141 239 / 0);
}
.border-y-avatar-background\/10 {
  border-top-color: rgb(205 141 239 / 0.1);
  border-bottom-color: rgb(205 141 239 / 0.1);
}
.border-y-avatar-background\/100 {
  border-top-color: rgb(205 141 239 / 1);
  border-bottom-color: rgb(205 141 239 / 1);
}
.border-y-avatar-background\/20 {
  border-top-color: rgb(205 141 239 / 0.2);
  border-bottom-color: rgb(205 141 239 / 0.2);
}
.border-y-avatar-background\/25 {
  border-top-color: rgb(205 141 239 / 0.25);
  border-bottom-color: rgb(205 141 239 / 0.25);
}
.border-y-avatar-background\/30 {
  border-top-color: rgb(205 141 239 / 0.3);
  border-bottom-color: rgb(205 141 239 / 0.3);
}
.border-y-avatar-background\/40 {
  border-top-color: rgb(205 141 239 / 0.4);
  border-bottom-color: rgb(205 141 239 / 0.4);
}
.border-y-avatar-background\/5 {
  border-top-color: rgb(205 141 239 / 0.05);
  border-bottom-color: rgb(205 141 239 / 0.05);
}
.border-y-avatar-background\/50 {
  border-top-color: rgb(205 141 239 / 0.5);
  border-bottom-color: rgb(205 141 239 / 0.5);
}
.border-y-avatar-background\/60 {
  border-top-color: rgb(205 141 239 / 0.6);
  border-bottom-color: rgb(205 141 239 / 0.6);
}
.border-y-avatar-background\/70 {
  border-top-color: rgb(205 141 239 / 0.7);
  border-bottom-color: rgb(205 141 239 / 0.7);
}
.border-y-avatar-background\/75 {
  border-top-color: rgb(205 141 239 / 0.75);
  border-bottom-color: rgb(205 141 239 / 0.75);
}
.border-y-avatar-background\/80 {
  border-top-color: rgb(205 141 239 / 0.8);
  border-bottom-color: rgb(205 141 239 / 0.8);
}
.border-y-avatar-background\/90 {
  border-top-color: rgb(205 141 239 / 0.9);
  border-bottom-color: rgb(205 141 239 / 0.9);
}
.border-y-avatar-background\/95 {
  border-top-color: rgb(205 141 239 / 0.95);
  border-bottom-color: rgb(205 141 239 / 0.95);
}
.border-y-avatar-background\/state-disabled {
  border-top-color: rgb(205 141 239 / 0.5);
  border-bottom-color: rgb(205 141 239 / 0.5);
}
.border-y-avatar-background\/state-enabled {
  border-top-color: rgb(205 141 239 / 1);
  border-bottom-color: rgb(205 141 239 / 1);
}
.border-y-badge-outline-alternate {
  --tw-border-opacity: 1;
  border-top-color: rgb(6 182 212 / var(--tw-border-opacity));
  border-bottom-color: rgb(6 182 212 / var(--tw-border-opacity));
}
.border-y-badge-outline-alternate\/0 {
  border-top-color: rgb(6 182 212 / 0);
  border-bottom-color: rgb(6 182 212 / 0);
}
.border-y-badge-outline-alternate\/10 {
  border-top-color: rgb(6 182 212 / 0.1);
  border-bottom-color: rgb(6 182 212 / 0.1);
}
.border-y-badge-outline-alternate\/100 {
  border-top-color: rgb(6 182 212 / 1);
  border-bottom-color: rgb(6 182 212 / 1);
}
.border-y-badge-outline-alternate\/20 {
  border-top-color: rgb(6 182 212 / 0.2);
  border-bottom-color: rgb(6 182 212 / 0.2);
}
.border-y-badge-outline-alternate\/25 {
  border-top-color: rgb(6 182 212 / 0.25);
  border-bottom-color: rgb(6 182 212 / 0.25);
}
.border-y-badge-outline-alternate\/30 {
  border-top-color: rgb(6 182 212 / 0.3);
  border-bottom-color: rgb(6 182 212 / 0.3);
}
.border-y-badge-outline-alternate\/40 {
  border-top-color: rgb(6 182 212 / 0.4);
  border-bottom-color: rgb(6 182 212 / 0.4);
}
.border-y-badge-outline-alternate\/5 {
  border-top-color: rgb(6 182 212 / 0.05);
  border-bottom-color: rgb(6 182 212 / 0.05);
}
.border-y-badge-outline-alternate\/50 {
  border-top-color: rgb(6 182 212 / 0.5);
  border-bottom-color: rgb(6 182 212 / 0.5);
}
.border-y-badge-outline-alternate\/60 {
  border-top-color: rgb(6 182 212 / 0.6);
  border-bottom-color: rgb(6 182 212 / 0.6);
}
.border-y-badge-outline-alternate\/70 {
  border-top-color: rgb(6 182 212 / 0.7);
  border-bottom-color: rgb(6 182 212 / 0.7);
}
.border-y-badge-outline-alternate\/75 {
  border-top-color: rgb(6 182 212 / 0.75);
  border-bottom-color: rgb(6 182 212 / 0.75);
}
.border-y-badge-outline-alternate\/80 {
  border-top-color: rgb(6 182 212 / 0.8);
  border-bottom-color: rgb(6 182 212 / 0.8);
}
.border-y-badge-outline-alternate\/90 {
  border-top-color: rgb(6 182 212 / 0.9);
  border-bottom-color: rgb(6 182 212 / 0.9);
}
.border-y-badge-outline-alternate\/95 {
  border-top-color: rgb(6 182 212 / 0.95);
  border-bottom-color: rgb(6 182 212 / 0.95);
}
.border-y-badge-outline-alternate\/state-disabled {
  border-top-color: rgb(6 182 212 / 0.5);
  border-bottom-color: rgb(6 182 212 / 0.5);
}
.border-y-badge-outline-alternate\/state-enabled {
  border-top-color: rgb(6 182 212 / 1);
  border-bottom-color: rgb(6 182 212 / 1);
}
.border-y-badge-outline-default {
  --tw-border-opacity: 1;
  border-top-color: rgb(205 141 239 / var(--tw-border-opacity));
  border-bottom-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-y-badge-outline-default\/0 {
  border-top-color: rgb(205 141 239 / 0);
  border-bottom-color: rgb(205 141 239 / 0);
}
.border-y-badge-outline-default\/10 {
  border-top-color: rgb(205 141 239 / 0.1);
  border-bottom-color: rgb(205 141 239 / 0.1);
}
.border-y-badge-outline-default\/100 {
  border-top-color: rgb(205 141 239 / 1);
  border-bottom-color: rgb(205 141 239 / 1);
}
.border-y-badge-outline-default\/20 {
  border-top-color: rgb(205 141 239 / 0.2);
  border-bottom-color: rgb(205 141 239 / 0.2);
}
.border-y-badge-outline-default\/25 {
  border-top-color: rgb(205 141 239 / 0.25);
  border-bottom-color: rgb(205 141 239 / 0.25);
}
.border-y-badge-outline-default\/30 {
  border-top-color: rgb(205 141 239 / 0.3);
  border-bottom-color: rgb(205 141 239 / 0.3);
}
.border-y-badge-outline-default\/40 {
  border-top-color: rgb(205 141 239 / 0.4);
  border-bottom-color: rgb(205 141 239 / 0.4);
}
.border-y-badge-outline-default\/5 {
  border-top-color: rgb(205 141 239 / 0.05);
  border-bottom-color: rgb(205 141 239 / 0.05);
}
.border-y-badge-outline-default\/50 {
  border-top-color: rgb(205 141 239 / 0.5);
  border-bottom-color: rgb(205 141 239 / 0.5);
}
.border-y-badge-outline-default\/60 {
  border-top-color: rgb(205 141 239 / 0.6);
  border-bottom-color: rgb(205 141 239 / 0.6);
}
.border-y-badge-outline-default\/70 {
  border-top-color: rgb(205 141 239 / 0.7);
  border-bottom-color: rgb(205 141 239 / 0.7);
}
.border-y-badge-outline-default\/75 {
  border-top-color: rgb(205 141 239 / 0.75);
  border-bottom-color: rgb(205 141 239 / 0.75);
}
.border-y-badge-outline-default\/80 {
  border-top-color: rgb(205 141 239 / 0.8);
  border-bottom-color: rgb(205 141 239 / 0.8);
}
.border-y-badge-outline-default\/90 {
  border-top-color: rgb(205 141 239 / 0.9);
  border-bottom-color: rgb(205 141 239 / 0.9);
}
.border-y-badge-outline-default\/95 {
  border-top-color: rgb(205 141 239 / 0.95);
  border-bottom-color: rgb(205 141 239 / 0.95);
}
.border-y-badge-outline-default\/state-disabled {
  border-top-color: rgb(205 141 239 / 0.5);
  border-bottom-color: rgb(205 141 239 / 0.5);
}
.border-y-badge-outline-default\/state-enabled {
  border-top-color: rgb(205 141 239 / 1);
  border-bottom-color: rgb(205 141 239 / 1);
}
.border-y-badge-outline-textColor {
  --tw-border-opacity: 1;
  border-top-color: rgb(205 141 239 / var(--tw-border-opacity));
  border-bottom-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-y-badge-outline-textColor\/0 {
  border-top-color: rgb(205 141 239 / 0);
  border-bottom-color: rgb(205 141 239 / 0);
}
.border-y-badge-outline-textColor\/10 {
  border-top-color: rgb(205 141 239 / 0.1);
  border-bottom-color: rgb(205 141 239 / 0.1);
}
.border-y-badge-outline-textColor\/100 {
  border-top-color: rgb(205 141 239 / 1);
  border-bottom-color: rgb(205 141 239 / 1);
}
.border-y-badge-outline-textColor\/20 {
  border-top-color: rgb(205 141 239 / 0.2);
  border-bottom-color: rgb(205 141 239 / 0.2);
}
.border-y-badge-outline-textColor\/25 {
  border-top-color: rgb(205 141 239 / 0.25);
  border-bottom-color: rgb(205 141 239 / 0.25);
}
.border-y-badge-outline-textColor\/30 {
  border-top-color: rgb(205 141 239 / 0.3);
  border-bottom-color: rgb(205 141 239 / 0.3);
}
.border-y-badge-outline-textColor\/40 {
  border-top-color: rgb(205 141 239 / 0.4);
  border-bottom-color: rgb(205 141 239 / 0.4);
}
.border-y-badge-outline-textColor\/5 {
  border-top-color: rgb(205 141 239 / 0.05);
  border-bottom-color: rgb(205 141 239 / 0.05);
}
.border-y-badge-outline-textColor\/50 {
  border-top-color: rgb(205 141 239 / 0.5);
  border-bottom-color: rgb(205 141 239 / 0.5);
}
.border-y-badge-outline-textColor\/60 {
  border-top-color: rgb(205 141 239 / 0.6);
  border-bottom-color: rgb(205 141 239 / 0.6);
}
.border-y-badge-outline-textColor\/70 {
  border-top-color: rgb(205 141 239 / 0.7);
  border-bottom-color: rgb(205 141 239 / 0.7);
}
.border-y-badge-outline-textColor\/75 {
  border-top-color: rgb(205 141 239 / 0.75);
  border-bottom-color: rgb(205 141 239 / 0.75);
}
.border-y-badge-outline-textColor\/80 {
  border-top-color: rgb(205 141 239 / 0.8);
  border-bottom-color: rgb(205 141 239 / 0.8);
}
.border-y-badge-outline-textColor\/90 {
  border-top-color: rgb(205 141 239 / 0.9);
  border-bottom-color: rgb(205 141 239 / 0.9);
}
.border-y-badge-outline-textColor\/95 {
  border-top-color: rgb(205 141 239 / 0.95);
  border-bottom-color: rgb(205 141 239 / 0.95);
}
.border-y-badge-outline-textColor\/state-disabled {
  border-top-color: rgb(205 141 239 / 0.5);
  border-bottom-color: rgb(205 141 239 / 0.5);
}
.border-y-badge-outline-textColor\/state-enabled {
  border-top-color: rgb(205 141 239 / 1);
  border-bottom-color: rgb(205 141 239 / 1);
}
.border-y-badge-solid-alternate {
  --tw-border-opacity: 1;
  border-top-color: rgb(6 182 212 / var(--tw-border-opacity));
  border-bottom-color: rgb(6 182 212 / var(--tw-border-opacity));
}
.border-y-badge-solid-alternate\/0 {
  border-top-color: rgb(6 182 212 / 0);
  border-bottom-color: rgb(6 182 212 / 0);
}
.border-y-badge-solid-alternate\/10 {
  border-top-color: rgb(6 182 212 / 0.1);
  border-bottom-color: rgb(6 182 212 / 0.1);
}
.border-y-badge-solid-alternate\/100 {
  border-top-color: rgb(6 182 212 / 1);
  border-bottom-color: rgb(6 182 212 / 1);
}
.border-y-badge-solid-alternate\/20 {
  border-top-color: rgb(6 182 212 / 0.2);
  border-bottom-color: rgb(6 182 212 / 0.2);
}
.border-y-badge-solid-alternate\/25 {
  border-top-color: rgb(6 182 212 / 0.25);
  border-bottom-color: rgb(6 182 212 / 0.25);
}
.border-y-badge-solid-alternate\/30 {
  border-top-color: rgb(6 182 212 / 0.3);
  border-bottom-color: rgb(6 182 212 / 0.3);
}
.border-y-badge-solid-alternate\/40 {
  border-top-color: rgb(6 182 212 / 0.4);
  border-bottom-color: rgb(6 182 212 / 0.4);
}
.border-y-badge-solid-alternate\/5 {
  border-top-color: rgb(6 182 212 / 0.05);
  border-bottom-color: rgb(6 182 212 / 0.05);
}
.border-y-badge-solid-alternate\/50 {
  border-top-color: rgb(6 182 212 / 0.5);
  border-bottom-color: rgb(6 182 212 / 0.5);
}
.border-y-badge-solid-alternate\/60 {
  border-top-color: rgb(6 182 212 / 0.6);
  border-bottom-color: rgb(6 182 212 / 0.6);
}
.border-y-badge-solid-alternate\/70 {
  border-top-color: rgb(6 182 212 / 0.7);
  border-bottom-color: rgb(6 182 212 / 0.7);
}
.border-y-badge-solid-alternate\/75 {
  border-top-color: rgb(6 182 212 / 0.75);
  border-bottom-color: rgb(6 182 212 / 0.75);
}
.border-y-badge-solid-alternate\/80 {
  border-top-color: rgb(6 182 212 / 0.8);
  border-bottom-color: rgb(6 182 212 / 0.8);
}
.border-y-badge-solid-alternate\/90 {
  border-top-color: rgb(6 182 212 / 0.9);
  border-bottom-color: rgb(6 182 212 / 0.9);
}
.border-y-badge-solid-alternate\/95 {
  border-top-color: rgb(6 182 212 / 0.95);
  border-bottom-color: rgb(6 182 212 / 0.95);
}
.border-y-badge-solid-alternate\/state-disabled {
  border-top-color: rgb(6 182 212 / 0.5);
  border-bottom-color: rgb(6 182 212 / 0.5);
}
.border-y-badge-solid-alternate\/state-enabled {
  border-top-color: rgb(6 182 212 / 1);
  border-bottom-color: rgb(6 182 212 / 1);
}
.border-y-badge-solid-default {
  --tw-border-opacity: 1;
  border-top-color: rgb(205 141 239 / var(--tw-border-opacity));
  border-bottom-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-y-badge-solid-default\/0 {
  border-top-color: rgb(205 141 239 / 0);
  border-bottom-color: rgb(205 141 239 / 0);
}
.border-y-badge-solid-default\/10 {
  border-top-color: rgb(205 141 239 / 0.1);
  border-bottom-color: rgb(205 141 239 / 0.1);
}
.border-y-badge-solid-default\/100 {
  border-top-color: rgb(205 141 239 / 1);
  border-bottom-color: rgb(205 141 239 / 1);
}
.border-y-badge-solid-default\/20 {
  border-top-color: rgb(205 141 239 / 0.2);
  border-bottom-color: rgb(205 141 239 / 0.2);
}
.border-y-badge-solid-default\/25 {
  border-top-color: rgb(205 141 239 / 0.25);
  border-bottom-color: rgb(205 141 239 / 0.25);
}
.border-y-badge-solid-default\/30 {
  border-top-color: rgb(205 141 239 / 0.3);
  border-bottom-color: rgb(205 141 239 / 0.3);
}
.border-y-badge-solid-default\/40 {
  border-top-color: rgb(205 141 239 / 0.4);
  border-bottom-color: rgb(205 141 239 / 0.4);
}
.border-y-badge-solid-default\/5 {
  border-top-color: rgb(205 141 239 / 0.05);
  border-bottom-color: rgb(205 141 239 / 0.05);
}
.border-y-badge-solid-default\/50 {
  border-top-color: rgb(205 141 239 / 0.5);
  border-bottom-color: rgb(205 141 239 / 0.5);
}
.border-y-badge-solid-default\/60 {
  border-top-color: rgb(205 141 239 / 0.6);
  border-bottom-color: rgb(205 141 239 / 0.6);
}
.border-y-badge-solid-default\/70 {
  border-top-color: rgb(205 141 239 / 0.7);
  border-bottom-color: rgb(205 141 239 / 0.7);
}
.border-y-badge-solid-default\/75 {
  border-top-color: rgb(205 141 239 / 0.75);
  border-bottom-color: rgb(205 141 239 / 0.75);
}
.border-y-badge-solid-default\/80 {
  border-top-color: rgb(205 141 239 / 0.8);
  border-bottom-color: rgb(205 141 239 / 0.8);
}
.border-y-badge-solid-default\/90 {
  border-top-color: rgb(205 141 239 / 0.9);
  border-bottom-color: rgb(205 141 239 / 0.9);
}
.border-y-badge-solid-default\/95 {
  border-top-color: rgb(205 141 239 / 0.95);
  border-bottom-color: rgb(205 141 239 / 0.95);
}
.border-y-badge-solid-default\/state-disabled {
  border-top-color: rgb(205 141 239 / 0.5);
  border-bottom-color: rgb(205 141 239 / 0.5);
}
.border-y-badge-solid-default\/state-enabled {
  border-top-color: rgb(205 141 239 / 1);
  border-bottom-color: rgb(205 141 239 / 1);
}
.border-y-badge-solid-textColor {
  --tw-border-opacity: 1;
  border-top-color: rgb(64 64 64 / var(--tw-border-opacity));
  border-bottom-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.border-y-badge-solid-textColor\/0 {
  border-top-color: rgb(64 64 64 / 0);
  border-bottom-color: rgb(64 64 64 / 0);
}
.border-y-badge-solid-textColor\/10 {
  border-top-color: rgb(64 64 64 / 0.1);
  border-bottom-color: rgb(64 64 64 / 0.1);
}
.border-y-badge-solid-textColor\/100 {
  border-top-color: rgb(64 64 64 / 1);
  border-bottom-color: rgb(64 64 64 / 1);
}
.border-y-badge-solid-textColor\/20 {
  border-top-color: rgb(64 64 64 / 0.2);
  border-bottom-color: rgb(64 64 64 / 0.2);
}
.border-y-badge-solid-textColor\/25 {
  border-top-color: rgb(64 64 64 / 0.25);
  border-bottom-color: rgb(64 64 64 / 0.25);
}
.border-y-badge-solid-textColor\/30 {
  border-top-color: rgb(64 64 64 / 0.3);
  border-bottom-color: rgb(64 64 64 / 0.3);
}
.border-y-badge-solid-textColor\/40 {
  border-top-color: rgb(64 64 64 / 0.4);
  border-bottom-color: rgb(64 64 64 / 0.4);
}
.border-y-badge-solid-textColor\/5 {
  border-top-color: rgb(64 64 64 / 0.05);
  border-bottom-color: rgb(64 64 64 / 0.05);
}
.border-y-badge-solid-textColor\/50 {
  border-top-color: rgb(64 64 64 / 0.5);
  border-bottom-color: rgb(64 64 64 / 0.5);
}
.border-y-badge-solid-textColor\/60 {
  border-top-color: rgb(64 64 64 / 0.6);
  border-bottom-color: rgb(64 64 64 / 0.6);
}
.border-y-badge-solid-textColor\/70 {
  border-top-color: rgb(64 64 64 / 0.7);
  border-bottom-color: rgb(64 64 64 / 0.7);
}
.border-y-badge-solid-textColor\/75 {
  border-top-color: rgb(64 64 64 / 0.75);
  border-bottom-color: rgb(64 64 64 / 0.75);
}
.border-y-badge-solid-textColor\/80 {
  border-top-color: rgb(64 64 64 / 0.8);
  border-bottom-color: rgb(64 64 64 / 0.8);
}
.border-y-badge-solid-textColor\/90 {
  border-top-color: rgb(64 64 64 / 0.9);
  border-bottom-color: rgb(64 64 64 / 0.9);
}
.border-y-badge-solid-textColor\/95 {
  border-top-color: rgb(64 64 64 / 0.95);
  border-bottom-color: rgb(64 64 64 / 0.95);
}
.border-y-badge-solid-textColor\/state-disabled {
  border-top-color: rgb(64 64 64 / 0.5);
  border-bottom-color: rgb(64 64 64 / 0.5);
}
.border-y-badge-solid-textColor\/state-enabled {
  border-top-color: rgb(64 64 64 / 1);
  border-bottom-color: rgb(64 64 64 / 1);
}
.border-y-divider-default {
  --tw-border-opacity: 1;
  border-top-color: rgb(55 65 81 / var(--tw-border-opacity));
  border-bottom-color: rgb(55 65 81 / var(--tw-border-opacity));
}
.border-y-divider-default\/0 {
  border-top-color: rgb(55 65 81 / 0);
  border-bottom-color: rgb(55 65 81 / 0);
}
.border-y-divider-default\/10 {
  border-top-color: rgb(55 65 81 / 0.1);
  border-bottom-color: rgb(55 65 81 / 0.1);
}
.border-y-divider-default\/100 {
  border-top-color: rgb(55 65 81 / 1);
  border-bottom-color: rgb(55 65 81 / 1);
}
.border-y-divider-default\/20 {
  border-top-color: rgb(55 65 81 / 0.2);
  border-bottom-color: rgb(55 65 81 / 0.2);
}
.border-y-divider-default\/25 {
  border-top-color: rgb(55 65 81 / 0.25);
  border-bottom-color: rgb(55 65 81 / 0.25);
}
.border-y-divider-default\/30 {
  border-top-color: rgb(55 65 81 / 0.3);
  border-bottom-color: rgb(55 65 81 / 0.3);
}
.border-y-divider-default\/40 {
  border-top-color: rgb(55 65 81 / 0.4);
  border-bottom-color: rgb(55 65 81 / 0.4);
}
.border-y-divider-default\/5 {
  border-top-color: rgb(55 65 81 / 0.05);
  border-bottom-color: rgb(55 65 81 / 0.05);
}
.border-y-divider-default\/50 {
  border-top-color: rgb(55 65 81 / 0.5);
  border-bottom-color: rgb(55 65 81 / 0.5);
}
.border-y-divider-default\/60 {
  border-top-color: rgb(55 65 81 / 0.6);
  border-bottom-color: rgb(55 65 81 / 0.6);
}
.border-y-divider-default\/70 {
  border-top-color: rgb(55 65 81 / 0.7);
  border-bottom-color: rgb(55 65 81 / 0.7);
}
.border-y-divider-default\/75 {
  border-top-color: rgb(55 65 81 / 0.75);
  border-bottom-color: rgb(55 65 81 / 0.75);
}
.border-y-divider-default\/80 {
  border-top-color: rgb(55 65 81 / 0.8);
  border-bottom-color: rgb(55 65 81 / 0.8);
}
.border-y-divider-default\/90 {
  border-top-color: rgb(55 65 81 / 0.9);
  border-bottom-color: rgb(55 65 81 / 0.9);
}
.border-y-divider-default\/95 {
  border-top-color: rgb(55 65 81 / 0.95);
  border-bottom-color: rgb(55 65 81 / 0.95);
}
.border-y-divider-default\/state-disabled {
  border-top-color: rgb(55 65 81 / 0.5);
  border-bottom-color: rgb(55 65 81 / 0.5);
}
.border-y-divider-default\/state-enabled {
  border-top-color: rgb(55 65 81 / 1);
  border-bottom-color: rgb(55 65 81 / 1);
}
.border-y-input-background {
  --tw-border-opacity: 1;
  border-top-color: rgb(23 23 23 / var(--tw-border-opacity));
  border-bottom-color: rgb(23 23 23 / var(--tw-border-opacity));
}
.border-y-input-background\/0 {
  border-top-color: rgb(23 23 23 / 0);
  border-bottom-color: rgb(23 23 23 / 0);
}
.border-y-input-background\/10 {
  border-top-color: rgb(23 23 23 / 0.1);
  border-bottom-color: rgb(23 23 23 / 0.1);
}
.border-y-input-background\/100 {
  border-top-color: rgb(23 23 23 / 1);
  border-bottom-color: rgb(23 23 23 / 1);
}
.border-y-input-background\/20 {
  border-top-color: rgb(23 23 23 / 0.2);
  border-bottom-color: rgb(23 23 23 / 0.2);
}
.border-y-input-background\/25 {
  border-top-color: rgb(23 23 23 / 0.25);
  border-bottom-color: rgb(23 23 23 / 0.25);
}
.border-y-input-background\/30 {
  border-top-color: rgb(23 23 23 / 0.3);
  border-bottom-color: rgb(23 23 23 / 0.3);
}
.border-y-input-background\/40 {
  border-top-color: rgb(23 23 23 / 0.4);
  border-bottom-color: rgb(23 23 23 / 0.4);
}
.border-y-input-background\/5 {
  border-top-color: rgb(23 23 23 / 0.05);
  border-bottom-color: rgb(23 23 23 / 0.05);
}
.border-y-input-background\/50 {
  border-top-color: rgb(23 23 23 / 0.5);
  border-bottom-color: rgb(23 23 23 / 0.5);
}
.border-y-input-background\/60 {
  border-top-color: rgb(23 23 23 / 0.6);
  border-bottom-color: rgb(23 23 23 / 0.6);
}
.border-y-input-background\/70 {
  border-top-color: rgb(23 23 23 / 0.7);
  border-bottom-color: rgb(23 23 23 / 0.7);
}
.border-y-input-background\/75 {
  border-top-color: rgb(23 23 23 / 0.75);
  border-bottom-color: rgb(23 23 23 / 0.75);
}
.border-y-input-background\/80 {
  border-top-color: rgb(23 23 23 / 0.8);
  border-bottom-color: rgb(23 23 23 / 0.8);
}
.border-y-input-background\/90 {
  border-top-color: rgb(23 23 23 / 0.9);
  border-bottom-color: rgb(23 23 23 / 0.9);
}
.border-y-input-background\/95 {
  border-top-color: rgb(23 23 23 / 0.95);
  border-bottom-color: rgb(23 23 23 / 0.95);
}
.border-y-input-background\/state-disabled {
  border-top-color: rgb(23 23 23 / 0.5);
  border-bottom-color: rgb(23 23 23 / 0.5);
}
.border-y-input-background\/state-enabled {
  border-top-color: rgb(23 23 23 / 1);
  border-bottom-color: rgb(23 23 23 / 1);
}
.border-y-input-checkbox-background {
  --tw-border-opacity: 1;
  border-top-color: rgb(205 141 239 / var(--tw-border-opacity));
  border-bottom-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-y-input-checkbox-background\/0 {
  border-top-color: rgb(205 141 239 / 0);
  border-bottom-color: rgb(205 141 239 / 0);
}
.border-y-input-checkbox-background\/10 {
  border-top-color: rgb(205 141 239 / 0.1);
  border-bottom-color: rgb(205 141 239 / 0.1);
}
.border-y-input-checkbox-background\/100 {
  border-top-color: rgb(205 141 239 / 1);
  border-bottom-color: rgb(205 141 239 / 1);
}
.border-y-input-checkbox-background\/20 {
  border-top-color: rgb(205 141 239 / 0.2);
  border-bottom-color: rgb(205 141 239 / 0.2);
}
.border-y-input-checkbox-background\/25 {
  border-top-color: rgb(205 141 239 / 0.25);
  border-bottom-color: rgb(205 141 239 / 0.25);
}
.border-y-input-checkbox-background\/30 {
  border-top-color: rgb(205 141 239 / 0.3);
  border-bottom-color: rgb(205 141 239 / 0.3);
}
.border-y-input-checkbox-background\/40 {
  border-top-color: rgb(205 141 239 / 0.4);
  border-bottom-color: rgb(205 141 239 / 0.4);
}
.border-y-input-checkbox-background\/5 {
  border-top-color: rgb(205 141 239 / 0.05);
  border-bottom-color: rgb(205 141 239 / 0.05);
}
.border-y-input-checkbox-background\/50 {
  border-top-color: rgb(205 141 239 / 0.5);
  border-bottom-color: rgb(205 141 239 / 0.5);
}
.border-y-input-checkbox-background\/60 {
  border-top-color: rgb(205 141 239 / 0.6);
  border-bottom-color: rgb(205 141 239 / 0.6);
}
.border-y-input-checkbox-background\/70 {
  border-top-color: rgb(205 141 239 / 0.7);
  border-bottom-color: rgb(205 141 239 / 0.7);
}
.border-y-input-checkbox-background\/75 {
  border-top-color: rgb(205 141 239 / 0.75);
  border-bottom-color: rgb(205 141 239 / 0.75);
}
.border-y-input-checkbox-background\/80 {
  border-top-color: rgb(205 141 239 / 0.8);
  border-bottom-color: rgb(205 141 239 / 0.8);
}
.border-y-input-checkbox-background\/90 {
  border-top-color: rgb(205 141 239 / 0.9);
  border-bottom-color: rgb(205 141 239 / 0.9);
}
.border-y-input-checkbox-background\/95 {
  border-top-color: rgb(205 141 239 / 0.95);
  border-bottom-color: rgb(205 141 239 / 0.95);
}
.border-y-input-checkbox-background\/state-disabled {
  border-top-color: rgb(205 141 239 / 0.5);
  border-bottom-color: rgb(205 141 239 / 0.5);
}
.border-y-input-checkbox-background\/state-enabled {
  border-top-color: rgb(205 141 239 / 1);
  border-bottom-color: rgb(205 141 239 / 1);
}
.border-y-input-checkbox-border {
  --tw-border-opacity: 1;
  border-top-color: rgb(205 141 239 / var(--tw-border-opacity));
  border-bottom-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-y-input-checkbox-border\/0 {
  border-top-color: rgb(205 141 239 / 0);
  border-bottom-color: rgb(205 141 239 / 0);
}
.border-y-input-checkbox-border\/10 {
  border-top-color: rgb(205 141 239 / 0.1);
  border-bottom-color: rgb(205 141 239 / 0.1);
}
.border-y-input-checkbox-border\/100 {
  border-top-color: rgb(205 141 239 / 1);
  border-bottom-color: rgb(205 141 239 / 1);
}
.border-y-input-checkbox-border\/20 {
  border-top-color: rgb(205 141 239 / 0.2);
  border-bottom-color: rgb(205 141 239 / 0.2);
}
.border-y-input-checkbox-border\/25 {
  border-top-color: rgb(205 141 239 / 0.25);
  border-bottom-color: rgb(205 141 239 / 0.25);
}
.border-y-input-checkbox-border\/30 {
  border-top-color: rgb(205 141 239 / 0.3);
  border-bottom-color: rgb(205 141 239 / 0.3);
}
.border-y-input-checkbox-border\/40 {
  border-top-color: rgb(205 141 239 / 0.4);
  border-bottom-color: rgb(205 141 239 / 0.4);
}
.border-y-input-checkbox-border\/5 {
  border-top-color: rgb(205 141 239 / 0.05);
  border-bottom-color: rgb(205 141 239 / 0.05);
}
.border-y-input-checkbox-border\/50 {
  border-top-color: rgb(205 141 239 / 0.5);
  border-bottom-color: rgb(205 141 239 / 0.5);
}
.border-y-input-checkbox-border\/60 {
  border-top-color: rgb(205 141 239 / 0.6);
  border-bottom-color: rgb(205 141 239 / 0.6);
}
.border-y-input-checkbox-border\/70 {
  border-top-color: rgb(205 141 239 / 0.7);
  border-bottom-color: rgb(205 141 239 / 0.7);
}
.border-y-input-checkbox-border\/75 {
  border-top-color: rgb(205 141 239 / 0.75);
  border-bottom-color: rgb(205 141 239 / 0.75);
}
.border-y-input-checkbox-border\/80 {
  border-top-color: rgb(205 141 239 / 0.8);
  border-bottom-color: rgb(205 141 239 / 0.8);
}
.border-y-input-checkbox-border\/90 {
  border-top-color: rgb(205 141 239 / 0.9);
  border-bottom-color: rgb(205 141 239 / 0.9);
}
.border-y-input-checkbox-border\/95 {
  border-top-color: rgb(205 141 239 / 0.95);
  border-bottom-color: rgb(205 141 239 / 0.95);
}
.border-y-input-checkbox-border\/state-disabled {
  border-top-color: rgb(205 141 239 / 0.5);
  border-bottom-color: rgb(205 141 239 / 0.5);
}
.border-y-input-checkbox-border\/state-enabled {
  border-top-color: rgb(205 141 239 / 1);
  border-bottom-color: rgb(205 141 239 / 1);
}
.border-y-input-checkbox-contrast {
  --tw-border-opacity: 1;
  border-top-color: rgb(64 64 64 / var(--tw-border-opacity));
  border-bottom-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.border-y-input-checkbox-contrast\/0 {
  border-top-color: rgb(64 64 64 / 0);
  border-bottom-color: rgb(64 64 64 / 0);
}
.border-y-input-checkbox-contrast\/10 {
  border-top-color: rgb(64 64 64 / 0.1);
  border-bottom-color: rgb(64 64 64 / 0.1);
}
.border-y-input-checkbox-contrast\/100 {
  border-top-color: rgb(64 64 64 / 1);
  border-bottom-color: rgb(64 64 64 / 1);
}
.border-y-input-checkbox-contrast\/20 {
  border-top-color: rgb(64 64 64 / 0.2);
  border-bottom-color: rgb(64 64 64 / 0.2);
}
.border-y-input-checkbox-contrast\/25 {
  border-top-color: rgb(64 64 64 / 0.25);
  border-bottom-color: rgb(64 64 64 / 0.25);
}
.border-y-input-checkbox-contrast\/30 {
  border-top-color: rgb(64 64 64 / 0.3);
  border-bottom-color: rgb(64 64 64 / 0.3);
}
.border-y-input-checkbox-contrast\/40 {
  border-top-color: rgb(64 64 64 / 0.4);
  border-bottom-color: rgb(64 64 64 / 0.4);
}
.border-y-input-checkbox-contrast\/5 {
  border-top-color: rgb(64 64 64 / 0.05);
  border-bottom-color: rgb(64 64 64 / 0.05);
}
.border-y-input-checkbox-contrast\/50 {
  border-top-color: rgb(64 64 64 / 0.5);
  border-bottom-color: rgb(64 64 64 / 0.5);
}
.border-y-input-checkbox-contrast\/60 {
  border-top-color: rgb(64 64 64 / 0.6);
  border-bottom-color: rgb(64 64 64 / 0.6);
}
.border-y-input-checkbox-contrast\/70 {
  border-top-color: rgb(64 64 64 / 0.7);
  border-bottom-color: rgb(64 64 64 / 0.7);
}
.border-y-input-checkbox-contrast\/75 {
  border-top-color: rgb(64 64 64 / 0.75);
  border-bottom-color: rgb(64 64 64 / 0.75);
}
.border-y-input-checkbox-contrast\/80 {
  border-top-color: rgb(64 64 64 / 0.8);
  border-bottom-color: rgb(64 64 64 / 0.8);
}
.border-y-input-checkbox-contrast\/90 {
  border-top-color: rgb(64 64 64 / 0.9);
  border-bottom-color: rgb(64 64 64 / 0.9);
}
.border-y-input-checkbox-contrast\/95 {
  border-top-color: rgb(64 64 64 / 0.95);
  border-bottom-color: rgb(64 64 64 / 0.95);
}
.border-y-input-checkbox-contrast\/state-disabled {
  border-top-color: rgb(64 64 64 / 0.5);
  border-bottom-color: rgb(64 64 64 / 0.5);
}
.border-y-input-checkbox-contrast\/state-enabled {
  border-top-color: rgb(64 64 64 / 1);
  border-bottom-color: rgb(64 64 64 / 1);
}
.border-y-input-default-bg {
  --tw-border-opacity: 1;
  border-top-color: rgb(17 17 17 / var(--tw-border-opacity));
  border-bottom-color: rgb(17 17 17 / var(--tw-border-opacity));
}
.border-y-input-default-bg\/0 {
  border-top-color: rgb(17 17 17 / 0);
  border-bottom-color: rgb(17 17 17 / 0);
}
.border-y-input-default-bg\/10 {
  border-top-color: rgb(17 17 17 / 0.1);
  border-bottom-color: rgb(17 17 17 / 0.1);
}
.border-y-input-default-bg\/100 {
  border-top-color: rgb(17 17 17 / 1);
  border-bottom-color: rgb(17 17 17 / 1);
}
.border-y-input-default-bg\/20 {
  border-top-color: rgb(17 17 17 / 0.2);
  border-bottom-color: rgb(17 17 17 / 0.2);
}
.border-y-input-default-bg\/25 {
  border-top-color: rgb(17 17 17 / 0.25);
  border-bottom-color: rgb(17 17 17 / 0.25);
}
.border-y-input-default-bg\/30 {
  border-top-color: rgb(17 17 17 / 0.3);
  border-bottom-color: rgb(17 17 17 / 0.3);
}
.border-y-input-default-bg\/40 {
  border-top-color: rgb(17 17 17 / 0.4);
  border-bottom-color: rgb(17 17 17 / 0.4);
}
.border-y-input-default-bg\/5 {
  border-top-color: rgb(17 17 17 / 0.05);
  border-bottom-color: rgb(17 17 17 / 0.05);
}
.border-y-input-default-bg\/50 {
  border-top-color: rgb(17 17 17 / 0.5);
  border-bottom-color: rgb(17 17 17 / 0.5);
}
.border-y-input-default-bg\/60 {
  border-top-color: rgb(17 17 17 / 0.6);
  border-bottom-color: rgb(17 17 17 / 0.6);
}
.border-y-input-default-bg\/70 {
  border-top-color: rgb(17 17 17 / 0.7);
  border-bottom-color: rgb(17 17 17 / 0.7);
}
.border-y-input-default-bg\/75 {
  border-top-color: rgb(17 17 17 / 0.75);
  border-bottom-color: rgb(17 17 17 / 0.75);
}
.border-y-input-default-bg\/80 {
  border-top-color: rgb(17 17 17 / 0.8);
  border-bottom-color: rgb(17 17 17 / 0.8);
}
.border-y-input-default-bg\/90 {
  border-top-color: rgb(17 17 17 / 0.9);
  border-bottom-color: rgb(17 17 17 / 0.9);
}
.border-y-input-default-bg\/95 {
  border-top-color: rgb(17 17 17 / 0.95);
  border-bottom-color: rgb(17 17 17 / 0.95);
}
.border-y-input-default-bg\/state-disabled {
  border-top-color: rgb(17 17 17 / 0.5);
  border-bottom-color: rgb(17 17 17 / 0.5);
}
.border-y-input-default-bg\/state-enabled {
  border-top-color: rgb(17 17 17 / 1);
  border-bottom-color: rgb(17 17 17 / 1);
}
.border-y-input-default-border {
  --tw-border-opacity: 1;
  border-top-color: rgb(64 64 64 / var(--tw-border-opacity));
  border-bottom-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.border-y-input-default-border\/0 {
  border-top-color: rgb(64 64 64 / 0);
  border-bottom-color: rgb(64 64 64 / 0);
}
.border-y-input-default-border\/10 {
  border-top-color: rgb(64 64 64 / 0.1);
  border-bottom-color: rgb(64 64 64 / 0.1);
}
.border-y-input-default-border\/100 {
  border-top-color: rgb(64 64 64 / 1);
  border-bottom-color: rgb(64 64 64 / 1);
}
.border-y-input-default-border\/20 {
  border-top-color: rgb(64 64 64 / 0.2);
  border-bottom-color: rgb(64 64 64 / 0.2);
}
.border-y-input-default-border\/25 {
  border-top-color: rgb(64 64 64 / 0.25);
  border-bottom-color: rgb(64 64 64 / 0.25);
}
.border-y-input-default-border\/30 {
  border-top-color: rgb(64 64 64 / 0.3);
  border-bottom-color: rgb(64 64 64 / 0.3);
}
.border-y-input-default-border\/40 {
  border-top-color: rgb(64 64 64 / 0.4);
  border-bottom-color: rgb(64 64 64 / 0.4);
}
.border-y-input-default-border\/5 {
  border-top-color: rgb(64 64 64 / 0.05);
  border-bottom-color: rgb(64 64 64 / 0.05);
}
.border-y-input-default-border\/50 {
  border-top-color: rgb(64 64 64 / 0.5);
  border-bottom-color: rgb(64 64 64 / 0.5);
}
.border-y-input-default-border\/60 {
  border-top-color: rgb(64 64 64 / 0.6);
  border-bottom-color: rgb(64 64 64 / 0.6);
}
.border-y-input-default-border\/70 {
  border-top-color: rgb(64 64 64 / 0.7);
  border-bottom-color: rgb(64 64 64 / 0.7);
}
.border-y-input-default-border\/75 {
  border-top-color: rgb(64 64 64 / 0.75);
  border-bottom-color: rgb(64 64 64 / 0.75);
}
.border-y-input-default-border\/80 {
  border-top-color: rgb(64 64 64 / 0.8);
  border-bottom-color: rgb(64 64 64 / 0.8);
}
.border-y-input-default-border\/90 {
  border-top-color: rgb(64 64 64 / 0.9);
  border-bottom-color: rgb(64 64 64 / 0.9);
}
.border-y-input-default-border\/95 {
  border-top-color: rgb(64 64 64 / 0.95);
  border-bottom-color: rgb(64 64 64 / 0.95);
}
.border-y-input-default-border\/state-disabled {
  border-top-color: rgb(64 64 64 / 0.5);
  border-bottom-color: rgb(64 64 64 / 0.5);
}
.border-y-input-default-border\/state-enabled {
  border-top-color: rgb(64 64 64 / 1);
  border-bottom-color: rgb(64 64 64 / 1);
}
.border-y-input-default-placeholder {
  border-top-color: rgba(255, 255, 255, 0.4);
  border-bottom-color: rgba(255, 255, 255, 0.4);
}
.border-y-input-default-placeholder\/0 {
  border-top-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(255, 255, 255, 0);
}
.border-y-input-default-placeholder\/10 {
  border-top-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.border-y-input-default-placeholder\/100 {
  border-top-color: rgba(255, 255, 255, 1);
  border-bottom-color: rgba(255, 255, 255, 1);
}
.border-y-input-default-placeholder\/20 {
  border-top-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.border-y-input-default-placeholder\/25 {
  border-top-color: rgba(255, 255, 255, 0.25);
  border-bottom-color: rgba(255, 255, 255, 0.25);
}
.border-y-input-default-placeholder\/30 {
  border-top-color: rgba(255, 255, 255, 0.3);
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.border-y-input-default-placeholder\/40 {
  border-top-color: rgba(255, 255, 255, 0.4);
  border-bottom-color: rgba(255, 255, 255, 0.4);
}
.border-y-input-default-placeholder\/5 {
  border-top-color: rgba(255, 255, 255, 0.05);
  border-bottom-color: rgba(255, 255, 255, 0.05);
}
.border-y-input-default-placeholder\/50 {
  border-top-color: rgba(255, 255, 255, 0.5);
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.border-y-input-default-placeholder\/60 {
  border-top-color: rgba(255, 255, 255, 0.6);
  border-bottom-color: rgba(255, 255, 255, 0.6);
}
.border-y-input-default-placeholder\/70 {
  border-top-color: rgba(255, 255, 255, 0.7);
  border-bottom-color: rgba(255, 255, 255, 0.7);
}
.border-y-input-default-placeholder\/75 {
  border-top-color: rgba(255, 255, 255, 0.75);
  border-bottom-color: rgba(255, 255, 255, 0.75);
}
.border-y-input-default-placeholder\/80 {
  border-top-color: rgba(255, 255, 255, 0.8);
  border-bottom-color: rgba(255, 255, 255, 0.8);
}
.border-y-input-default-placeholder\/90 {
  border-top-color: rgba(255, 255, 255, 0.9);
  border-bottom-color: rgba(255, 255, 255, 0.9);
}
.border-y-input-default-placeholder\/95 {
  border-top-color: rgba(255, 255, 255, 0.95);
  border-bottom-color: rgba(255, 255, 255, 0.95);
}
.border-y-input-default-placeholder\/state-disabled {
  border-top-color: rgba(255, 255, 255, 0.5);
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.border-y-input-default-placeholder\/state-enabled {
  border-top-color: rgba(255, 255, 255, 1);
  border-bottom-color: rgba(255, 255, 255, 1);
}
.border-y-input-default-text {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-y-input-default-text\/0 {
  border-top-color: rgb(255 255 255 / 0);
  border-bottom-color: rgb(255 255 255 / 0);
}
.border-y-input-default-text\/10 {
  border-top-color: rgb(255 255 255 / 0.1);
  border-bottom-color: rgb(255 255 255 / 0.1);
}
.border-y-input-default-text\/100 {
  border-top-color: rgb(255 255 255 / 1);
  border-bottom-color: rgb(255 255 255 / 1);
}
.border-y-input-default-text\/20 {
  border-top-color: rgb(255 255 255 / 0.2);
  border-bottom-color: rgb(255 255 255 / 0.2);
}
.border-y-input-default-text\/25 {
  border-top-color: rgb(255 255 255 / 0.25);
  border-bottom-color: rgb(255 255 255 / 0.25);
}
.border-y-input-default-text\/30 {
  border-top-color: rgb(255 255 255 / 0.3);
  border-bottom-color: rgb(255 255 255 / 0.3);
}
.border-y-input-default-text\/40 {
  border-top-color: rgb(255 255 255 / 0.4);
  border-bottom-color: rgb(255 255 255 / 0.4);
}
.border-y-input-default-text\/5 {
  border-top-color: rgb(255 255 255 / 0.05);
  border-bottom-color: rgb(255 255 255 / 0.05);
}
.border-y-input-default-text\/50 {
  border-top-color: rgb(255 255 255 / 0.5);
  border-bottom-color: rgb(255 255 255 / 0.5);
}
.border-y-input-default-text\/60 {
  border-top-color: rgb(255 255 255 / 0.6);
  border-bottom-color: rgb(255 255 255 / 0.6);
}
.border-y-input-default-text\/70 {
  border-top-color: rgb(255 255 255 / 0.7);
  border-bottom-color: rgb(255 255 255 / 0.7);
}
.border-y-input-default-text\/75 {
  border-top-color: rgb(255 255 255 / 0.75);
  border-bottom-color: rgb(255 255 255 / 0.75);
}
.border-y-input-default-text\/80 {
  border-top-color: rgb(255 255 255 / 0.8);
  border-bottom-color: rgb(255 255 255 / 0.8);
}
.border-y-input-default-text\/90 {
  border-top-color: rgb(255 255 255 / 0.9);
  border-bottom-color: rgb(255 255 255 / 0.9);
}
.border-y-input-default-text\/95 {
  border-top-color: rgb(255 255 255 / 0.95);
  border-bottom-color: rgb(255 255 255 / 0.95);
}
.border-y-input-default-text\/state-disabled {
  border-top-color: rgb(255 255 255 / 0.5);
  border-bottom-color: rgb(255 255 255 / 0.5);
}
.border-y-input-default-text\/state-enabled {
  border-top-color: rgb(255 255 255 / 1);
  border-bottom-color: rgb(255 255 255 / 1);
}
.border-y-input-dropdown-background {
  --tw-border-opacity: 1;
  border-top-color: rgb(17 17 17 / var(--tw-border-opacity));
  border-bottom-color: rgb(17 17 17 / var(--tw-border-opacity));
}
.border-y-input-dropdown-background\/0 {
  border-top-color: rgb(17 17 17 / 0);
  border-bottom-color: rgb(17 17 17 / 0);
}
.border-y-input-dropdown-background\/10 {
  border-top-color: rgb(17 17 17 / 0.1);
  border-bottom-color: rgb(17 17 17 / 0.1);
}
.border-y-input-dropdown-background\/100 {
  border-top-color: rgb(17 17 17 / 1);
  border-bottom-color: rgb(17 17 17 / 1);
}
.border-y-input-dropdown-background\/20 {
  border-top-color: rgb(17 17 17 / 0.2);
  border-bottom-color: rgb(17 17 17 / 0.2);
}
.border-y-input-dropdown-background\/25 {
  border-top-color: rgb(17 17 17 / 0.25);
  border-bottom-color: rgb(17 17 17 / 0.25);
}
.border-y-input-dropdown-background\/30 {
  border-top-color: rgb(17 17 17 / 0.3);
  border-bottom-color: rgb(17 17 17 / 0.3);
}
.border-y-input-dropdown-background\/40 {
  border-top-color: rgb(17 17 17 / 0.4);
  border-bottom-color: rgb(17 17 17 / 0.4);
}
.border-y-input-dropdown-background\/5 {
  border-top-color: rgb(17 17 17 / 0.05);
  border-bottom-color: rgb(17 17 17 / 0.05);
}
.border-y-input-dropdown-background\/50 {
  border-top-color: rgb(17 17 17 / 0.5);
  border-bottom-color: rgb(17 17 17 / 0.5);
}
.border-y-input-dropdown-background\/60 {
  border-top-color: rgb(17 17 17 / 0.6);
  border-bottom-color: rgb(17 17 17 / 0.6);
}
.border-y-input-dropdown-background\/70 {
  border-top-color: rgb(17 17 17 / 0.7);
  border-bottom-color: rgb(17 17 17 / 0.7);
}
.border-y-input-dropdown-background\/75 {
  border-top-color: rgb(17 17 17 / 0.75);
  border-bottom-color: rgb(17 17 17 / 0.75);
}
.border-y-input-dropdown-background\/80 {
  border-top-color: rgb(17 17 17 / 0.8);
  border-bottom-color: rgb(17 17 17 / 0.8);
}
.border-y-input-dropdown-background\/90 {
  border-top-color: rgb(17 17 17 / 0.9);
  border-bottom-color: rgb(17 17 17 / 0.9);
}
.border-y-input-dropdown-background\/95 {
  border-top-color: rgb(17 17 17 / 0.95);
  border-bottom-color: rgb(17 17 17 / 0.95);
}
.border-y-input-dropdown-background\/state-disabled {
  border-top-color: rgb(17 17 17 / 0.5);
  border-bottom-color: rgb(17 17 17 / 0.5);
}
.border-y-input-dropdown-background\/state-enabled {
  border-top-color: rgb(17 17 17 / 1);
  border-bottom-color: rgb(17 17 17 / 1);
}
.border-y-input-error-bg {
  --tw-border-opacity: 1;
  border-top-color: rgb(17 17 17 / var(--tw-border-opacity));
  border-bottom-color: rgb(17 17 17 / var(--tw-border-opacity));
}
.border-y-input-error-bg\/0 {
  border-top-color: rgb(17 17 17 / 0);
  border-bottom-color: rgb(17 17 17 / 0);
}
.border-y-input-error-bg\/10 {
  border-top-color: rgb(17 17 17 / 0.1);
  border-bottom-color: rgb(17 17 17 / 0.1);
}
.border-y-input-error-bg\/100 {
  border-top-color: rgb(17 17 17 / 1);
  border-bottom-color: rgb(17 17 17 / 1);
}
.border-y-input-error-bg\/20 {
  border-top-color: rgb(17 17 17 / 0.2);
  border-bottom-color: rgb(17 17 17 / 0.2);
}
.border-y-input-error-bg\/25 {
  border-top-color: rgb(17 17 17 / 0.25);
  border-bottom-color: rgb(17 17 17 / 0.25);
}
.border-y-input-error-bg\/30 {
  border-top-color: rgb(17 17 17 / 0.3);
  border-bottom-color: rgb(17 17 17 / 0.3);
}
.border-y-input-error-bg\/40 {
  border-top-color: rgb(17 17 17 / 0.4);
  border-bottom-color: rgb(17 17 17 / 0.4);
}
.border-y-input-error-bg\/5 {
  border-top-color: rgb(17 17 17 / 0.05);
  border-bottom-color: rgb(17 17 17 / 0.05);
}
.border-y-input-error-bg\/50 {
  border-top-color: rgb(17 17 17 / 0.5);
  border-bottom-color: rgb(17 17 17 / 0.5);
}
.border-y-input-error-bg\/60 {
  border-top-color: rgb(17 17 17 / 0.6);
  border-bottom-color: rgb(17 17 17 / 0.6);
}
.border-y-input-error-bg\/70 {
  border-top-color: rgb(17 17 17 / 0.7);
  border-bottom-color: rgb(17 17 17 / 0.7);
}
.border-y-input-error-bg\/75 {
  border-top-color: rgb(17 17 17 / 0.75);
  border-bottom-color: rgb(17 17 17 / 0.75);
}
.border-y-input-error-bg\/80 {
  border-top-color: rgb(17 17 17 / 0.8);
  border-bottom-color: rgb(17 17 17 / 0.8);
}
.border-y-input-error-bg\/90 {
  border-top-color: rgb(17 17 17 / 0.9);
  border-bottom-color: rgb(17 17 17 / 0.9);
}
.border-y-input-error-bg\/95 {
  border-top-color: rgb(17 17 17 / 0.95);
  border-bottom-color: rgb(17 17 17 / 0.95);
}
.border-y-input-error-bg\/state-disabled {
  border-top-color: rgb(17 17 17 / 0.5);
  border-bottom-color: rgb(17 17 17 / 0.5);
}
.border-y-input-error-bg\/state-enabled {
  border-top-color: rgb(17 17 17 / 1);
  border-bottom-color: rgb(17 17 17 / 1);
}
.border-y-input-error-border {
  --tw-border-opacity: 1;
  border-top-color: rgb(248 113 113 / var(--tw-border-opacity));
  border-bottom-color: rgb(248 113 113 / var(--tw-border-opacity));
}
.border-y-input-error-border\/0 {
  border-top-color: rgb(248 113 113 / 0);
  border-bottom-color: rgb(248 113 113 / 0);
}
.border-y-input-error-border\/10 {
  border-top-color: rgb(248 113 113 / 0.1);
  border-bottom-color: rgb(248 113 113 / 0.1);
}
.border-y-input-error-border\/100 {
  border-top-color: rgb(248 113 113 / 1);
  border-bottom-color: rgb(248 113 113 / 1);
}
.border-y-input-error-border\/20 {
  border-top-color: rgb(248 113 113 / 0.2);
  border-bottom-color: rgb(248 113 113 / 0.2);
}
.border-y-input-error-border\/25 {
  border-top-color: rgb(248 113 113 / 0.25);
  border-bottom-color: rgb(248 113 113 / 0.25);
}
.border-y-input-error-border\/30 {
  border-top-color: rgb(248 113 113 / 0.3);
  border-bottom-color: rgb(248 113 113 / 0.3);
}
.border-y-input-error-border\/40 {
  border-top-color: rgb(248 113 113 / 0.4);
  border-bottom-color: rgb(248 113 113 / 0.4);
}
.border-y-input-error-border\/5 {
  border-top-color: rgb(248 113 113 / 0.05);
  border-bottom-color: rgb(248 113 113 / 0.05);
}
.border-y-input-error-border\/50 {
  border-top-color: rgb(248 113 113 / 0.5);
  border-bottom-color: rgb(248 113 113 / 0.5);
}
.border-y-input-error-border\/60 {
  border-top-color: rgb(248 113 113 / 0.6);
  border-bottom-color: rgb(248 113 113 / 0.6);
}
.border-y-input-error-border\/70 {
  border-top-color: rgb(248 113 113 / 0.7);
  border-bottom-color: rgb(248 113 113 / 0.7);
}
.border-y-input-error-border\/75 {
  border-top-color: rgb(248 113 113 / 0.75);
  border-bottom-color: rgb(248 113 113 / 0.75);
}
.border-y-input-error-border\/80 {
  border-top-color: rgb(248 113 113 / 0.8);
  border-bottom-color: rgb(248 113 113 / 0.8);
}
.border-y-input-error-border\/90 {
  border-top-color: rgb(248 113 113 / 0.9);
  border-bottom-color: rgb(248 113 113 / 0.9);
}
.border-y-input-error-border\/95 {
  border-top-color: rgb(248 113 113 / 0.95);
  border-bottom-color: rgb(248 113 113 / 0.95);
}
.border-y-input-error-border\/state-disabled {
  border-top-color: rgb(248 113 113 / 0.5);
  border-bottom-color: rgb(248 113 113 / 0.5);
}
.border-y-input-error-border\/state-enabled {
  border-top-color: rgb(248 113 113 / 1);
  border-bottom-color: rgb(248 113 113 / 1);
}
.border-y-input-error-placeholder {
  border-top-color: rgba(255, 255, 255, 0.4);
  border-bottom-color: rgba(255, 255, 255, 0.4);
}
.border-y-input-error-placeholder\/0 {
  border-top-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(255, 255, 255, 0);
}
.border-y-input-error-placeholder\/10 {
  border-top-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.border-y-input-error-placeholder\/100 {
  border-top-color: rgba(255, 255, 255, 1);
  border-bottom-color: rgba(255, 255, 255, 1);
}
.border-y-input-error-placeholder\/20 {
  border-top-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.border-y-input-error-placeholder\/25 {
  border-top-color: rgba(255, 255, 255, 0.25);
  border-bottom-color: rgba(255, 255, 255, 0.25);
}
.border-y-input-error-placeholder\/30 {
  border-top-color: rgba(255, 255, 255, 0.3);
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.border-y-input-error-placeholder\/40 {
  border-top-color: rgba(255, 255, 255, 0.4);
  border-bottom-color: rgba(255, 255, 255, 0.4);
}
.border-y-input-error-placeholder\/5 {
  border-top-color: rgba(255, 255, 255, 0.05);
  border-bottom-color: rgba(255, 255, 255, 0.05);
}
.border-y-input-error-placeholder\/50 {
  border-top-color: rgba(255, 255, 255, 0.5);
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.border-y-input-error-placeholder\/60 {
  border-top-color: rgba(255, 255, 255, 0.6);
  border-bottom-color: rgba(255, 255, 255, 0.6);
}
.border-y-input-error-placeholder\/70 {
  border-top-color: rgba(255, 255, 255, 0.7);
  border-bottom-color: rgba(255, 255, 255, 0.7);
}
.border-y-input-error-placeholder\/75 {
  border-top-color: rgba(255, 255, 255, 0.75);
  border-bottom-color: rgba(255, 255, 255, 0.75);
}
.border-y-input-error-placeholder\/80 {
  border-top-color: rgba(255, 255, 255, 0.8);
  border-bottom-color: rgba(255, 255, 255, 0.8);
}
.border-y-input-error-placeholder\/90 {
  border-top-color: rgba(255, 255, 255, 0.9);
  border-bottom-color: rgba(255, 255, 255, 0.9);
}
.border-y-input-error-placeholder\/95 {
  border-top-color: rgba(255, 255, 255, 0.95);
  border-bottom-color: rgba(255, 255, 255, 0.95);
}
.border-y-input-error-placeholder\/state-disabled {
  border-top-color: rgba(255, 255, 255, 0.5);
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.border-y-input-error-placeholder\/state-enabled {
  border-top-color: rgba(255, 255, 255, 1);
  border-bottom-color: rgba(255, 255, 255, 1);
}
.border-y-input-error-text {
  --tw-border-opacity: 1;
  border-top-color: rgb(248 113 113 / var(--tw-border-opacity));
  border-bottom-color: rgb(248 113 113 / var(--tw-border-opacity));
}
.border-y-input-error-text\/0 {
  border-top-color: rgb(248 113 113 / 0);
  border-bottom-color: rgb(248 113 113 / 0);
}
.border-y-input-error-text\/10 {
  border-top-color: rgb(248 113 113 / 0.1);
  border-bottom-color: rgb(248 113 113 / 0.1);
}
.border-y-input-error-text\/100 {
  border-top-color: rgb(248 113 113 / 1);
  border-bottom-color: rgb(248 113 113 / 1);
}
.border-y-input-error-text\/20 {
  border-top-color: rgb(248 113 113 / 0.2);
  border-bottom-color: rgb(248 113 113 / 0.2);
}
.border-y-input-error-text\/25 {
  border-top-color: rgb(248 113 113 / 0.25);
  border-bottom-color: rgb(248 113 113 / 0.25);
}
.border-y-input-error-text\/30 {
  border-top-color: rgb(248 113 113 / 0.3);
  border-bottom-color: rgb(248 113 113 / 0.3);
}
.border-y-input-error-text\/40 {
  border-top-color: rgb(248 113 113 / 0.4);
  border-bottom-color: rgb(248 113 113 / 0.4);
}
.border-y-input-error-text\/5 {
  border-top-color: rgb(248 113 113 / 0.05);
  border-bottom-color: rgb(248 113 113 / 0.05);
}
.border-y-input-error-text\/50 {
  border-top-color: rgb(248 113 113 / 0.5);
  border-bottom-color: rgb(248 113 113 / 0.5);
}
.border-y-input-error-text\/60 {
  border-top-color: rgb(248 113 113 / 0.6);
  border-bottom-color: rgb(248 113 113 / 0.6);
}
.border-y-input-error-text\/70 {
  border-top-color: rgb(248 113 113 / 0.7);
  border-bottom-color: rgb(248 113 113 / 0.7);
}
.border-y-input-error-text\/75 {
  border-top-color: rgb(248 113 113 / 0.75);
  border-bottom-color: rgb(248 113 113 / 0.75);
}
.border-y-input-error-text\/80 {
  border-top-color: rgb(248 113 113 / 0.8);
  border-bottom-color: rgb(248 113 113 / 0.8);
}
.border-y-input-error-text\/90 {
  border-top-color: rgb(248 113 113 / 0.9);
  border-bottom-color: rgb(248 113 113 / 0.9);
}
.border-y-input-error-text\/95 {
  border-top-color: rgb(248 113 113 / 0.95);
  border-bottom-color: rgb(248 113 113 / 0.95);
}
.border-y-input-error-text\/state-disabled {
  border-top-color: rgb(248 113 113 / 0.5);
  border-bottom-color: rgb(248 113 113 / 0.5);
}
.border-y-input-error-text\/state-enabled {
  border-top-color: rgb(248 113 113 / 1);
  border-bottom-color: rgb(248 113 113 / 1);
}
.border-y-input-focused-bg {
  --tw-border-opacity: 1;
  border-top-color: rgb(17 17 17 / var(--tw-border-opacity));
  border-bottom-color: rgb(17 17 17 / var(--tw-border-opacity));
}
.border-y-input-focused-bg\/0 {
  border-top-color: rgb(17 17 17 / 0);
  border-bottom-color: rgb(17 17 17 / 0);
}
.border-y-input-focused-bg\/10 {
  border-top-color: rgb(17 17 17 / 0.1);
  border-bottom-color: rgb(17 17 17 / 0.1);
}
.border-y-input-focused-bg\/100 {
  border-top-color: rgb(17 17 17 / 1);
  border-bottom-color: rgb(17 17 17 / 1);
}
.border-y-input-focused-bg\/20 {
  border-top-color: rgb(17 17 17 / 0.2);
  border-bottom-color: rgb(17 17 17 / 0.2);
}
.border-y-input-focused-bg\/25 {
  border-top-color: rgb(17 17 17 / 0.25);
  border-bottom-color: rgb(17 17 17 / 0.25);
}
.border-y-input-focused-bg\/30 {
  border-top-color: rgb(17 17 17 / 0.3);
  border-bottom-color: rgb(17 17 17 / 0.3);
}
.border-y-input-focused-bg\/40 {
  border-top-color: rgb(17 17 17 / 0.4);
  border-bottom-color: rgb(17 17 17 / 0.4);
}
.border-y-input-focused-bg\/5 {
  border-top-color: rgb(17 17 17 / 0.05);
  border-bottom-color: rgb(17 17 17 / 0.05);
}
.border-y-input-focused-bg\/50 {
  border-top-color: rgb(17 17 17 / 0.5);
  border-bottom-color: rgb(17 17 17 / 0.5);
}
.border-y-input-focused-bg\/60 {
  border-top-color: rgb(17 17 17 / 0.6);
  border-bottom-color: rgb(17 17 17 / 0.6);
}
.border-y-input-focused-bg\/70 {
  border-top-color: rgb(17 17 17 / 0.7);
  border-bottom-color: rgb(17 17 17 / 0.7);
}
.border-y-input-focused-bg\/75 {
  border-top-color: rgb(17 17 17 / 0.75);
  border-bottom-color: rgb(17 17 17 / 0.75);
}
.border-y-input-focused-bg\/80 {
  border-top-color: rgb(17 17 17 / 0.8);
  border-bottom-color: rgb(17 17 17 / 0.8);
}
.border-y-input-focused-bg\/90 {
  border-top-color: rgb(17 17 17 / 0.9);
  border-bottom-color: rgb(17 17 17 / 0.9);
}
.border-y-input-focused-bg\/95 {
  border-top-color: rgb(17 17 17 / 0.95);
  border-bottom-color: rgb(17 17 17 / 0.95);
}
.border-y-input-focused-bg\/state-disabled {
  border-top-color: rgb(17 17 17 / 0.5);
  border-bottom-color: rgb(17 17 17 / 0.5);
}
.border-y-input-focused-bg\/state-enabled {
  border-top-color: rgb(17 17 17 / 1);
  border-bottom-color: rgb(17 17 17 / 1);
}
.border-y-input-focused-border {
  --tw-border-opacity: 1;
  border-top-color: rgb(98 98 98 / var(--tw-border-opacity));
  border-bottom-color: rgb(98 98 98 / var(--tw-border-opacity));
}
.border-y-input-focused-border\/0 {
  border-top-color: rgb(98 98 98 / 0);
  border-bottom-color: rgb(98 98 98 / 0);
}
.border-y-input-focused-border\/10 {
  border-top-color: rgb(98 98 98 / 0.1);
  border-bottom-color: rgb(98 98 98 / 0.1);
}
.border-y-input-focused-border\/100 {
  border-top-color: rgb(98 98 98 / 1);
  border-bottom-color: rgb(98 98 98 / 1);
}
.border-y-input-focused-border\/20 {
  border-top-color: rgb(98 98 98 / 0.2);
  border-bottom-color: rgb(98 98 98 / 0.2);
}
.border-y-input-focused-border\/25 {
  border-top-color: rgb(98 98 98 / 0.25);
  border-bottom-color: rgb(98 98 98 / 0.25);
}
.border-y-input-focused-border\/30 {
  border-top-color: rgb(98 98 98 / 0.3);
  border-bottom-color: rgb(98 98 98 / 0.3);
}
.border-y-input-focused-border\/40 {
  border-top-color: rgb(98 98 98 / 0.4);
  border-bottom-color: rgb(98 98 98 / 0.4);
}
.border-y-input-focused-border\/5 {
  border-top-color: rgb(98 98 98 / 0.05);
  border-bottom-color: rgb(98 98 98 / 0.05);
}
.border-y-input-focused-border\/50 {
  border-top-color: rgb(98 98 98 / 0.5);
  border-bottom-color: rgb(98 98 98 / 0.5);
}
.border-y-input-focused-border\/60 {
  border-top-color: rgb(98 98 98 / 0.6);
  border-bottom-color: rgb(98 98 98 / 0.6);
}
.border-y-input-focused-border\/70 {
  border-top-color: rgb(98 98 98 / 0.7);
  border-bottom-color: rgb(98 98 98 / 0.7);
}
.border-y-input-focused-border\/75 {
  border-top-color: rgb(98 98 98 / 0.75);
  border-bottom-color: rgb(98 98 98 / 0.75);
}
.border-y-input-focused-border\/80 {
  border-top-color: rgb(98 98 98 / 0.8);
  border-bottom-color: rgb(98 98 98 / 0.8);
}
.border-y-input-focused-border\/90 {
  border-top-color: rgb(98 98 98 / 0.9);
  border-bottom-color: rgb(98 98 98 / 0.9);
}
.border-y-input-focused-border\/95 {
  border-top-color: rgb(98 98 98 / 0.95);
  border-bottom-color: rgb(98 98 98 / 0.95);
}
.border-y-input-focused-border\/state-disabled {
  border-top-color: rgb(98 98 98 / 0.5);
  border-bottom-color: rgb(98 98 98 / 0.5);
}
.border-y-input-focused-border\/state-enabled {
  border-top-color: rgb(98 98 98 / 1);
  border-bottom-color: rgb(98 98 98 / 1);
}
.border-y-input-focused-placeholder {
  border-top-color: rgba(255, 255, 255, 0.4);
  border-bottom-color: rgba(255, 255, 255, 0.4);
}
.border-y-input-focused-placeholder\/0 {
  border-top-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(255, 255, 255, 0);
}
.border-y-input-focused-placeholder\/10 {
  border-top-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.border-y-input-focused-placeholder\/100 {
  border-top-color: rgba(255, 255, 255, 1);
  border-bottom-color: rgba(255, 255, 255, 1);
}
.border-y-input-focused-placeholder\/20 {
  border-top-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.border-y-input-focused-placeholder\/25 {
  border-top-color: rgba(255, 255, 255, 0.25);
  border-bottom-color: rgba(255, 255, 255, 0.25);
}
.border-y-input-focused-placeholder\/30 {
  border-top-color: rgba(255, 255, 255, 0.3);
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.border-y-input-focused-placeholder\/40 {
  border-top-color: rgba(255, 255, 255, 0.4);
  border-bottom-color: rgba(255, 255, 255, 0.4);
}
.border-y-input-focused-placeholder\/5 {
  border-top-color: rgba(255, 255, 255, 0.05);
  border-bottom-color: rgba(255, 255, 255, 0.05);
}
.border-y-input-focused-placeholder\/50 {
  border-top-color: rgba(255, 255, 255, 0.5);
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.border-y-input-focused-placeholder\/60 {
  border-top-color: rgba(255, 255, 255, 0.6);
  border-bottom-color: rgba(255, 255, 255, 0.6);
}
.border-y-input-focused-placeholder\/70 {
  border-top-color: rgba(255, 255, 255, 0.7);
  border-bottom-color: rgba(255, 255, 255, 0.7);
}
.border-y-input-focused-placeholder\/75 {
  border-top-color: rgba(255, 255, 255, 0.75);
  border-bottom-color: rgba(255, 255, 255, 0.75);
}
.border-y-input-focused-placeholder\/80 {
  border-top-color: rgba(255, 255, 255, 0.8);
  border-bottom-color: rgba(255, 255, 255, 0.8);
}
.border-y-input-focused-placeholder\/90 {
  border-top-color: rgba(255, 255, 255, 0.9);
  border-bottom-color: rgba(255, 255, 255, 0.9);
}
.border-y-input-focused-placeholder\/95 {
  border-top-color: rgba(255, 255, 255, 0.95);
  border-bottom-color: rgba(255, 255, 255, 0.95);
}
.border-y-input-focused-placeholder\/state-disabled {
  border-top-color: rgba(255, 255, 255, 0.5);
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.border-y-input-focused-placeholder\/state-enabled {
  border-top-color: rgba(255, 255, 255, 1);
  border-bottom-color: rgba(255, 255, 255, 1);
}
.border-y-input-focused-text {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-y-input-focused-text\/0 {
  border-top-color: rgb(255 255 255 / 0);
  border-bottom-color: rgb(255 255 255 / 0);
}
.border-y-input-focused-text\/10 {
  border-top-color: rgb(255 255 255 / 0.1);
  border-bottom-color: rgb(255 255 255 / 0.1);
}
.border-y-input-focused-text\/100 {
  border-top-color: rgb(255 255 255 / 1);
  border-bottom-color: rgb(255 255 255 / 1);
}
.border-y-input-focused-text\/20 {
  border-top-color: rgb(255 255 255 / 0.2);
  border-bottom-color: rgb(255 255 255 / 0.2);
}
.border-y-input-focused-text\/25 {
  border-top-color: rgb(255 255 255 / 0.25);
  border-bottom-color: rgb(255 255 255 / 0.25);
}
.border-y-input-focused-text\/30 {
  border-top-color: rgb(255 255 255 / 0.3);
  border-bottom-color: rgb(255 255 255 / 0.3);
}
.border-y-input-focused-text\/40 {
  border-top-color: rgb(255 255 255 / 0.4);
  border-bottom-color: rgb(255 255 255 / 0.4);
}
.border-y-input-focused-text\/5 {
  border-top-color: rgb(255 255 255 / 0.05);
  border-bottom-color: rgb(255 255 255 / 0.05);
}
.border-y-input-focused-text\/50 {
  border-top-color: rgb(255 255 255 / 0.5);
  border-bottom-color: rgb(255 255 255 / 0.5);
}
.border-y-input-focused-text\/60 {
  border-top-color: rgb(255 255 255 / 0.6);
  border-bottom-color: rgb(255 255 255 / 0.6);
}
.border-y-input-focused-text\/70 {
  border-top-color: rgb(255 255 255 / 0.7);
  border-bottom-color: rgb(255 255 255 / 0.7);
}
.border-y-input-focused-text\/75 {
  border-top-color: rgb(255 255 255 / 0.75);
  border-bottom-color: rgb(255 255 255 / 0.75);
}
.border-y-input-focused-text\/80 {
  border-top-color: rgb(255 255 255 / 0.8);
  border-bottom-color: rgb(255 255 255 / 0.8);
}
.border-y-input-focused-text\/90 {
  border-top-color: rgb(255 255 255 / 0.9);
  border-bottom-color: rgb(255 255 255 / 0.9);
}
.border-y-input-focused-text\/95 {
  border-top-color: rgb(255 255 255 / 0.95);
  border-bottom-color: rgb(255 255 255 / 0.95);
}
.border-y-input-focused-text\/state-disabled {
  border-top-color: rgb(255 255 255 / 0.5);
  border-bottom-color: rgb(255 255 255 / 0.5);
}
.border-y-input-focused-text\/state-enabled {
  border-top-color: rgb(255 255 255 / 1);
  border-bottom-color: rgb(255 255 255 / 1);
}
.border-y-input-placeholder {
  --tw-border-opacity: 1;
  border-top-color: rgb(97 97 97 / var(--tw-border-opacity));
  border-bottom-color: rgb(97 97 97 / var(--tw-border-opacity));
}
.border-y-input-placeholder\/0 {
  border-top-color: rgb(97 97 97 / 0);
  border-bottom-color: rgb(97 97 97 / 0);
}
.border-y-input-placeholder\/10 {
  border-top-color: rgb(97 97 97 / 0.1);
  border-bottom-color: rgb(97 97 97 / 0.1);
}
.border-y-input-placeholder\/100 {
  border-top-color: rgb(97 97 97 / 1);
  border-bottom-color: rgb(97 97 97 / 1);
}
.border-y-input-placeholder\/20 {
  border-top-color: rgb(97 97 97 / 0.2);
  border-bottom-color: rgb(97 97 97 / 0.2);
}
.border-y-input-placeholder\/25 {
  border-top-color: rgb(97 97 97 / 0.25);
  border-bottom-color: rgb(97 97 97 / 0.25);
}
.border-y-input-placeholder\/30 {
  border-top-color: rgb(97 97 97 / 0.3);
  border-bottom-color: rgb(97 97 97 / 0.3);
}
.border-y-input-placeholder\/40 {
  border-top-color: rgb(97 97 97 / 0.4);
  border-bottom-color: rgb(97 97 97 / 0.4);
}
.border-y-input-placeholder\/5 {
  border-top-color: rgb(97 97 97 / 0.05);
  border-bottom-color: rgb(97 97 97 / 0.05);
}
.border-y-input-placeholder\/50 {
  border-top-color: rgb(97 97 97 / 0.5);
  border-bottom-color: rgb(97 97 97 / 0.5);
}
.border-y-input-placeholder\/60 {
  border-top-color: rgb(97 97 97 / 0.6);
  border-bottom-color: rgb(97 97 97 / 0.6);
}
.border-y-input-placeholder\/70 {
  border-top-color: rgb(97 97 97 / 0.7);
  border-bottom-color: rgb(97 97 97 / 0.7);
}
.border-y-input-placeholder\/75 {
  border-top-color: rgb(97 97 97 / 0.75);
  border-bottom-color: rgb(97 97 97 / 0.75);
}
.border-y-input-placeholder\/80 {
  border-top-color: rgb(97 97 97 / 0.8);
  border-bottom-color: rgb(97 97 97 / 0.8);
}
.border-y-input-placeholder\/90 {
  border-top-color: rgb(97 97 97 / 0.9);
  border-bottom-color: rgb(97 97 97 / 0.9);
}
.border-y-input-placeholder\/95 {
  border-top-color: rgb(97 97 97 / 0.95);
  border-bottom-color: rgb(97 97 97 / 0.95);
}
.border-y-input-placeholder\/state-disabled {
  border-top-color: rgb(97 97 97 / 0.5);
  border-bottom-color: rgb(97 97 97 / 0.5);
}
.border-y-input-placeholder\/state-enabled {
  border-top-color: rgb(97 97 97 / 1);
  border-bottom-color: rgb(97 97 97 / 1);
}
.border-y-input-radio-background {
  --tw-border-opacity: 1;
  border-top-color: rgb(17 17 17 / var(--tw-border-opacity));
  border-bottom-color: rgb(17 17 17 / var(--tw-border-opacity));
}
.border-y-input-radio-background\/0 {
  border-top-color: rgb(17 17 17 / 0);
  border-bottom-color: rgb(17 17 17 / 0);
}
.border-y-input-radio-background\/10 {
  border-top-color: rgb(17 17 17 / 0.1);
  border-bottom-color: rgb(17 17 17 / 0.1);
}
.border-y-input-radio-background\/100 {
  border-top-color: rgb(17 17 17 / 1);
  border-bottom-color: rgb(17 17 17 / 1);
}
.border-y-input-radio-background\/20 {
  border-top-color: rgb(17 17 17 / 0.2);
  border-bottom-color: rgb(17 17 17 / 0.2);
}
.border-y-input-radio-background\/25 {
  border-top-color: rgb(17 17 17 / 0.25);
  border-bottom-color: rgb(17 17 17 / 0.25);
}
.border-y-input-radio-background\/30 {
  border-top-color: rgb(17 17 17 / 0.3);
  border-bottom-color: rgb(17 17 17 / 0.3);
}
.border-y-input-radio-background\/40 {
  border-top-color: rgb(17 17 17 / 0.4);
  border-bottom-color: rgb(17 17 17 / 0.4);
}
.border-y-input-radio-background\/5 {
  border-top-color: rgb(17 17 17 / 0.05);
  border-bottom-color: rgb(17 17 17 / 0.05);
}
.border-y-input-radio-background\/50 {
  border-top-color: rgb(17 17 17 / 0.5);
  border-bottom-color: rgb(17 17 17 / 0.5);
}
.border-y-input-radio-background\/60 {
  border-top-color: rgb(17 17 17 / 0.6);
  border-bottom-color: rgb(17 17 17 / 0.6);
}
.border-y-input-radio-background\/70 {
  border-top-color: rgb(17 17 17 / 0.7);
  border-bottom-color: rgb(17 17 17 / 0.7);
}
.border-y-input-radio-background\/75 {
  border-top-color: rgb(17 17 17 / 0.75);
  border-bottom-color: rgb(17 17 17 / 0.75);
}
.border-y-input-radio-background\/80 {
  border-top-color: rgb(17 17 17 / 0.8);
  border-bottom-color: rgb(17 17 17 / 0.8);
}
.border-y-input-radio-background\/90 {
  border-top-color: rgb(17 17 17 / 0.9);
  border-bottom-color: rgb(17 17 17 / 0.9);
}
.border-y-input-radio-background\/95 {
  border-top-color: rgb(17 17 17 / 0.95);
  border-bottom-color: rgb(17 17 17 / 0.95);
}
.border-y-input-radio-background\/state-disabled {
  border-top-color: rgb(17 17 17 / 0.5);
  border-bottom-color: rgb(17 17 17 / 0.5);
}
.border-y-input-radio-background\/state-enabled {
  border-top-color: rgb(17 17 17 / 1);
  border-bottom-color: rgb(17 17 17 / 1);
}
.border-y-input-radio-border {
  --tw-border-opacity: 1;
  border-top-color: rgb(205 141 239 / var(--tw-border-opacity));
  border-bottom-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-y-input-radio-border\/0 {
  border-top-color: rgb(205 141 239 / 0);
  border-bottom-color: rgb(205 141 239 / 0);
}
.border-y-input-radio-border\/10 {
  border-top-color: rgb(205 141 239 / 0.1);
  border-bottom-color: rgb(205 141 239 / 0.1);
}
.border-y-input-radio-border\/100 {
  border-top-color: rgb(205 141 239 / 1);
  border-bottom-color: rgb(205 141 239 / 1);
}
.border-y-input-radio-border\/20 {
  border-top-color: rgb(205 141 239 / 0.2);
  border-bottom-color: rgb(205 141 239 / 0.2);
}
.border-y-input-radio-border\/25 {
  border-top-color: rgb(205 141 239 / 0.25);
  border-bottom-color: rgb(205 141 239 / 0.25);
}
.border-y-input-radio-border\/30 {
  border-top-color: rgb(205 141 239 / 0.3);
  border-bottom-color: rgb(205 141 239 / 0.3);
}
.border-y-input-radio-border\/40 {
  border-top-color: rgb(205 141 239 / 0.4);
  border-bottom-color: rgb(205 141 239 / 0.4);
}
.border-y-input-radio-border\/5 {
  border-top-color: rgb(205 141 239 / 0.05);
  border-bottom-color: rgb(205 141 239 / 0.05);
}
.border-y-input-radio-border\/50 {
  border-top-color: rgb(205 141 239 / 0.5);
  border-bottom-color: rgb(205 141 239 / 0.5);
}
.border-y-input-radio-border\/60 {
  border-top-color: rgb(205 141 239 / 0.6);
  border-bottom-color: rgb(205 141 239 / 0.6);
}
.border-y-input-radio-border\/70 {
  border-top-color: rgb(205 141 239 / 0.7);
  border-bottom-color: rgb(205 141 239 / 0.7);
}
.border-y-input-radio-border\/75 {
  border-top-color: rgb(205 141 239 / 0.75);
  border-bottom-color: rgb(205 141 239 / 0.75);
}
.border-y-input-radio-border\/80 {
  border-top-color: rgb(205 141 239 / 0.8);
  border-bottom-color: rgb(205 141 239 / 0.8);
}
.border-y-input-radio-border\/90 {
  border-top-color: rgb(205 141 239 / 0.9);
  border-bottom-color: rgb(205 141 239 / 0.9);
}
.border-y-input-radio-border\/95 {
  border-top-color: rgb(205 141 239 / 0.95);
  border-bottom-color: rgb(205 141 239 / 0.95);
}
.border-y-input-radio-border\/state-disabled {
  border-top-color: rgb(205 141 239 / 0.5);
  border-bottom-color: rgb(205 141 239 / 0.5);
}
.border-y-input-radio-border\/state-enabled {
  border-top-color: rgb(205 141 239 / 1);
  border-bottom-color: rgb(205 141 239 / 1);
}
.border-y-input-radio-contrast {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-y-input-radio-contrast\/0 {
  border-top-color: rgb(255 255 255 / 0);
  border-bottom-color: rgb(255 255 255 / 0);
}
.border-y-input-radio-contrast\/10 {
  border-top-color: rgb(255 255 255 / 0.1);
  border-bottom-color: rgb(255 255 255 / 0.1);
}
.border-y-input-radio-contrast\/100 {
  border-top-color: rgb(255 255 255 / 1);
  border-bottom-color: rgb(255 255 255 / 1);
}
.border-y-input-radio-contrast\/20 {
  border-top-color: rgb(255 255 255 / 0.2);
  border-bottom-color: rgb(255 255 255 / 0.2);
}
.border-y-input-radio-contrast\/25 {
  border-top-color: rgb(255 255 255 / 0.25);
  border-bottom-color: rgb(255 255 255 / 0.25);
}
.border-y-input-radio-contrast\/30 {
  border-top-color: rgb(255 255 255 / 0.3);
  border-bottom-color: rgb(255 255 255 / 0.3);
}
.border-y-input-radio-contrast\/40 {
  border-top-color: rgb(255 255 255 / 0.4);
  border-bottom-color: rgb(255 255 255 / 0.4);
}
.border-y-input-radio-contrast\/5 {
  border-top-color: rgb(255 255 255 / 0.05);
  border-bottom-color: rgb(255 255 255 / 0.05);
}
.border-y-input-radio-contrast\/50 {
  border-top-color: rgb(255 255 255 / 0.5);
  border-bottom-color: rgb(255 255 255 / 0.5);
}
.border-y-input-radio-contrast\/60 {
  border-top-color: rgb(255 255 255 / 0.6);
  border-bottom-color: rgb(255 255 255 / 0.6);
}
.border-y-input-radio-contrast\/70 {
  border-top-color: rgb(255 255 255 / 0.7);
  border-bottom-color: rgb(255 255 255 / 0.7);
}
.border-y-input-radio-contrast\/75 {
  border-top-color: rgb(255 255 255 / 0.75);
  border-bottom-color: rgb(255 255 255 / 0.75);
}
.border-y-input-radio-contrast\/80 {
  border-top-color: rgb(255 255 255 / 0.8);
  border-bottom-color: rgb(255 255 255 / 0.8);
}
.border-y-input-radio-contrast\/90 {
  border-top-color: rgb(255 255 255 / 0.9);
  border-bottom-color: rgb(255 255 255 / 0.9);
}
.border-y-input-radio-contrast\/95 {
  border-top-color: rgb(255 255 255 / 0.95);
  border-bottom-color: rgb(255 255 255 / 0.95);
}
.border-y-input-radio-contrast\/state-disabled {
  border-top-color: rgb(255 255 255 / 0.5);
  border-bottom-color: rgb(255 255 255 / 0.5);
}
.border-y-input-radio-contrast\/state-enabled {
  border-top-color: rgb(255 255 255 / 1);
  border-bottom-color: rgb(255 255 255 / 1);
}
.border-y-input-switch-backgroundOff {
  --tw-border-opacity: 1;
  border-top-color: rgb(156 163 175 / var(--tw-border-opacity));
  border-bottom-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-y-input-switch-backgroundOff\/0 {
  border-top-color: rgb(156 163 175 / 0);
  border-bottom-color: rgb(156 163 175 / 0);
}
.border-y-input-switch-backgroundOff\/10 {
  border-top-color: rgb(156 163 175 / 0.1);
  border-bottom-color: rgb(156 163 175 / 0.1);
}
.border-y-input-switch-backgroundOff\/100 {
  border-top-color: rgb(156 163 175 / 1);
  border-bottom-color: rgb(156 163 175 / 1);
}
.border-y-input-switch-backgroundOff\/20 {
  border-top-color: rgb(156 163 175 / 0.2);
  border-bottom-color: rgb(156 163 175 / 0.2);
}
.border-y-input-switch-backgroundOff\/25 {
  border-top-color: rgb(156 163 175 / 0.25);
  border-bottom-color: rgb(156 163 175 / 0.25);
}
.border-y-input-switch-backgroundOff\/30 {
  border-top-color: rgb(156 163 175 / 0.3);
  border-bottom-color: rgb(156 163 175 / 0.3);
}
.border-y-input-switch-backgroundOff\/40 {
  border-top-color: rgb(156 163 175 / 0.4);
  border-bottom-color: rgb(156 163 175 / 0.4);
}
.border-y-input-switch-backgroundOff\/5 {
  border-top-color: rgb(156 163 175 / 0.05);
  border-bottom-color: rgb(156 163 175 / 0.05);
}
.border-y-input-switch-backgroundOff\/50 {
  border-top-color: rgb(156 163 175 / 0.5);
  border-bottom-color: rgb(156 163 175 / 0.5);
}
.border-y-input-switch-backgroundOff\/60 {
  border-top-color: rgb(156 163 175 / 0.6);
  border-bottom-color: rgb(156 163 175 / 0.6);
}
.border-y-input-switch-backgroundOff\/70 {
  border-top-color: rgb(156 163 175 / 0.7);
  border-bottom-color: rgb(156 163 175 / 0.7);
}
.border-y-input-switch-backgroundOff\/75 {
  border-top-color: rgb(156 163 175 / 0.75);
  border-bottom-color: rgb(156 163 175 / 0.75);
}
.border-y-input-switch-backgroundOff\/80 {
  border-top-color: rgb(156 163 175 / 0.8);
  border-bottom-color: rgb(156 163 175 / 0.8);
}
.border-y-input-switch-backgroundOff\/90 {
  border-top-color: rgb(156 163 175 / 0.9);
  border-bottom-color: rgb(156 163 175 / 0.9);
}
.border-y-input-switch-backgroundOff\/95 {
  border-top-color: rgb(156 163 175 / 0.95);
  border-bottom-color: rgb(156 163 175 / 0.95);
}
.border-y-input-switch-backgroundOff\/state-disabled {
  border-top-color: rgb(156 163 175 / 0.5);
  border-bottom-color: rgb(156 163 175 / 0.5);
}
.border-y-input-switch-backgroundOff\/state-enabled {
  border-top-color: rgb(156 163 175 / 1);
  border-bottom-color: rgb(156 163 175 / 1);
}
.border-y-input-switch-backgroundOn {
  --tw-border-opacity: 1;
  border-top-color: rgb(205 141 239 / var(--tw-border-opacity));
  border-bottom-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-y-input-switch-backgroundOn\/0 {
  border-top-color: rgb(205 141 239 / 0);
  border-bottom-color: rgb(205 141 239 / 0);
}
.border-y-input-switch-backgroundOn\/10 {
  border-top-color: rgb(205 141 239 / 0.1);
  border-bottom-color: rgb(205 141 239 / 0.1);
}
.border-y-input-switch-backgroundOn\/100 {
  border-top-color: rgb(205 141 239 / 1);
  border-bottom-color: rgb(205 141 239 / 1);
}
.border-y-input-switch-backgroundOn\/20 {
  border-top-color: rgb(205 141 239 / 0.2);
  border-bottom-color: rgb(205 141 239 / 0.2);
}
.border-y-input-switch-backgroundOn\/25 {
  border-top-color: rgb(205 141 239 / 0.25);
  border-bottom-color: rgb(205 141 239 / 0.25);
}
.border-y-input-switch-backgroundOn\/30 {
  border-top-color: rgb(205 141 239 / 0.3);
  border-bottom-color: rgb(205 141 239 / 0.3);
}
.border-y-input-switch-backgroundOn\/40 {
  border-top-color: rgb(205 141 239 / 0.4);
  border-bottom-color: rgb(205 141 239 / 0.4);
}
.border-y-input-switch-backgroundOn\/5 {
  border-top-color: rgb(205 141 239 / 0.05);
  border-bottom-color: rgb(205 141 239 / 0.05);
}
.border-y-input-switch-backgroundOn\/50 {
  border-top-color: rgb(205 141 239 / 0.5);
  border-bottom-color: rgb(205 141 239 / 0.5);
}
.border-y-input-switch-backgroundOn\/60 {
  border-top-color: rgb(205 141 239 / 0.6);
  border-bottom-color: rgb(205 141 239 / 0.6);
}
.border-y-input-switch-backgroundOn\/70 {
  border-top-color: rgb(205 141 239 / 0.7);
  border-bottom-color: rgb(205 141 239 / 0.7);
}
.border-y-input-switch-backgroundOn\/75 {
  border-top-color: rgb(205 141 239 / 0.75);
  border-bottom-color: rgb(205 141 239 / 0.75);
}
.border-y-input-switch-backgroundOn\/80 {
  border-top-color: rgb(205 141 239 / 0.8);
  border-bottom-color: rgb(205 141 239 / 0.8);
}
.border-y-input-switch-backgroundOn\/90 {
  border-top-color: rgb(205 141 239 / 0.9);
  border-bottom-color: rgb(205 141 239 / 0.9);
}
.border-y-input-switch-backgroundOn\/95 {
  border-top-color: rgb(205 141 239 / 0.95);
  border-bottom-color: rgb(205 141 239 / 0.95);
}
.border-y-input-switch-backgroundOn\/state-disabled {
  border-top-color: rgb(205 141 239 / 0.5);
  border-bottom-color: rgb(205 141 239 / 0.5);
}
.border-y-input-switch-backgroundOn\/state-enabled {
  border-top-color: rgb(205 141 239 / 1);
  border-bottom-color: rgb(205 141 239 / 1);
}
.border-y-input-switch-contrast {
  --tw-border-opacity: 1;
  border-top-color: rgb(64 64 64 / var(--tw-border-opacity));
  border-bottom-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.border-y-input-switch-contrast\/0 {
  border-top-color: rgb(64 64 64 / 0);
  border-bottom-color: rgb(64 64 64 / 0);
}
.border-y-input-switch-contrast\/10 {
  border-top-color: rgb(64 64 64 / 0.1);
  border-bottom-color: rgb(64 64 64 / 0.1);
}
.border-y-input-switch-contrast\/100 {
  border-top-color: rgb(64 64 64 / 1);
  border-bottom-color: rgb(64 64 64 / 1);
}
.border-y-input-switch-contrast\/20 {
  border-top-color: rgb(64 64 64 / 0.2);
  border-bottom-color: rgb(64 64 64 / 0.2);
}
.border-y-input-switch-contrast\/25 {
  border-top-color: rgb(64 64 64 / 0.25);
  border-bottom-color: rgb(64 64 64 / 0.25);
}
.border-y-input-switch-contrast\/30 {
  border-top-color: rgb(64 64 64 / 0.3);
  border-bottom-color: rgb(64 64 64 / 0.3);
}
.border-y-input-switch-contrast\/40 {
  border-top-color: rgb(64 64 64 / 0.4);
  border-bottom-color: rgb(64 64 64 / 0.4);
}
.border-y-input-switch-contrast\/5 {
  border-top-color: rgb(64 64 64 / 0.05);
  border-bottom-color: rgb(64 64 64 / 0.05);
}
.border-y-input-switch-contrast\/50 {
  border-top-color: rgb(64 64 64 / 0.5);
  border-bottom-color: rgb(64 64 64 / 0.5);
}
.border-y-input-switch-contrast\/60 {
  border-top-color: rgb(64 64 64 / 0.6);
  border-bottom-color: rgb(64 64 64 / 0.6);
}
.border-y-input-switch-contrast\/70 {
  border-top-color: rgb(64 64 64 / 0.7);
  border-bottom-color: rgb(64 64 64 / 0.7);
}
.border-y-input-switch-contrast\/75 {
  border-top-color: rgb(64 64 64 / 0.75);
  border-bottom-color: rgb(64 64 64 / 0.75);
}
.border-y-input-switch-contrast\/80 {
  border-top-color: rgb(64 64 64 / 0.8);
  border-bottom-color: rgb(64 64 64 / 0.8);
}
.border-y-input-switch-contrast\/90 {
  border-top-color: rgb(64 64 64 / 0.9);
  border-bottom-color: rgb(64 64 64 / 0.9);
}
.border-y-input-switch-contrast\/95 {
  border-top-color: rgb(64 64 64 / 0.95);
  border-bottom-color: rgb(64 64 64 / 0.95);
}
.border-y-input-switch-contrast\/state-disabled {
  border-top-color: rgb(64 64 64 / 0.5);
  border-bottom-color: rgb(64 64 64 / 0.5);
}
.border-y-input-switch-contrast\/state-enabled {
  border-top-color: rgb(64 64 64 / 1);
  border-bottom-color: rgb(64 64 64 / 1);
}
.border-y-input-text {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-y-input-text\/0 {
  border-top-color: rgb(255 255 255 / 0);
  border-bottom-color: rgb(255 255 255 / 0);
}
.border-y-input-text\/10 {
  border-top-color: rgb(255 255 255 / 0.1);
  border-bottom-color: rgb(255 255 255 / 0.1);
}
.border-y-input-text\/100 {
  border-top-color: rgb(255 255 255 / 1);
  border-bottom-color: rgb(255 255 255 / 1);
}
.border-y-input-text\/20 {
  border-top-color: rgb(255 255 255 / 0.2);
  border-bottom-color: rgb(255 255 255 / 0.2);
}
.border-y-input-text\/25 {
  border-top-color: rgb(255 255 255 / 0.25);
  border-bottom-color: rgb(255 255 255 / 0.25);
}
.border-y-input-text\/30 {
  border-top-color: rgb(255 255 255 / 0.3);
  border-bottom-color: rgb(255 255 255 / 0.3);
}
.border-y-input-text\/40 {
  border-top-color: rgb(255 255 255 / 0.4);
  border-bottom-color: rgb(255 255 255 / 0.4);
}
.border-y-input-text\/5 {
  border-top-color: rgb(255 255 255 / 0.05);
  border-bottom-color: rgb(255 255 255 / 0.05);
}
.border-y-input-text\/50 {
  border-top-color: rgb(255 255 255 / 0.5);
  border-bottom-color: rgb(255 255 255 / 0.5);
}
.border-y-input-text\/60 {
  border-top-color: rgb(255 255 255 / 0.6);
  border-bottom-color: rgb(255 255 255 / 0.6);
}
.border-y-input-text\/70 {
  border-top-color: rgb(255 255 255 / 0.7);
  border-bottom-color: rgb(255 255 255 / 0.7);
}
.border-y-input-text\/75 {
  border-top-color: rgb(255 255 255 / 0.75);
  border-bottom-color: rgb(255 255 255 / 0.75);
}
.border-y-input-text\/80 {
  border-top-color: rgb(255 255 255 / 0.8);
  border-bottom-color: rgb(255 255 255 / 0.8);
}
.border-y-input-text\/90 {
  border-top-color: rgb(255 255 255 / 0.9);
  border-bottom-color: rgb(255 255 255 / 0.9);
}
.border-y-input-text\/95 {
  border-top-color: rgb(255 255 255 / 0.95);
  border-bottom-color: rgb(255 255 255 / 0.95);
}
.border-y-input-text\/state-disabled {
  border-top-color: rgb(255 255 255 / 0.5);
  border-bottom-color: rgb(255 255 255 / 0.5);
}
.border-y-input-text\/state-enabled {
  border-top-color: rgb(255 255 255 / 1);
  border-bottom-color: rgb(255 255 255 / 1);
}
.border-y-loader-default {
  --tw-border-opacity: 1;
  border-top-color: rgb(205 141 239 / var(--tw-border-opacity));
  border-bottom-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-y-loader-default\/0 {
  border-top-color: rgb(205 141 239 / 0);
  border-bottom-color: rgb(205 141 239 / 0);
}
.border-y-loader-default\/10 {
  border-top-color: rgb(205 141 239 / 0.1);
  border-bottom-color: rgb(205 141 239 / 0.1);
}
.border-y-loader-default\/100 {
  border-top-color: rgb(205 141 239 / 1);
  border-bottom-color: rgb(205 141 239 / 1);
}
.border-y-loader-default\/20 {
  border-top-color: rgb(205 141 239 / 0.2);
  border-bottom-color: rgb(205 141 239 / 0.2);
}
.border-y-loader-default\/25 {
  border-top-color: rgb(205 141 239 / 0.25);
  border-bottom-color: rgb(205 141 239 / 0.25);
}
.border-y-loader-default\/30 {
  border-top-color: rgb(205 141 239 / 0.3);
  border-bottom-color: rgb(205 141 239 / 0.3);
}
.border-y-loader-default\/40 {
  border-top-color: rgb(205 141 239 / 0.4);
  border-bottom-color: rgb(205 141 239 / 0.4);
}
.border-y-loader-default\/5 {
  border-top-color: rgb(205 141 239 / 0.05);
  border-bottom-color: rgb(205 141 239 / 0.05);
}
.border-y-loader-default\/50 {
  border-top-color: rgb(205 141 239 / 0.5);
  border-bottom-color: rgb(205 141 239 / 0.5);
}
.border-y-loader-default\/60 {
  border-top-color: rgb(205 141 239 / 0.6);
  border-bottom-color: rgb(205 141 239 / 0.6);
}
.border-y-loader-default\/70 {
  border-top-color: rgb(205 141 239 / 0.7);
  border-bottom-color: rgb(205 141 239 / 0.7);
}
.border-y-loader-default\/75 {
  border-top-color: rgb(205 141 239 / 0.75);
  border-bottom-color: rgb(205 141 239 / 0.75);
}
.border-y-loader-default\/80 {
  border-top-color: rgb(205 141 239 / 0.8);
  border-bottom-color: rgb(205 141 239 / 0.8);
}
.border-y-loader-default\/90 {
  border-top-color: rgb(205 141 239 / 0.9);
  border-bottom-color: rgb(205 141 239 / 0.9);
}
.border-y-loader-default\/95 {
  border-top-color: rgb(205 141 239 / 0.95);
  border-bottom-color: rgb(205 141 239 / 0.95);
}
.border-y-loader-default\/state-disabled {
  border-top-color: rgb(205 141 239 / 0.5);
  border-bottom-color: rgb(205 141 239 / 0.5);
}
.border-y-loader-default\/state-enabled {
  border-top-color: rgb(205 141 239 / 1);
  border-bottom-color: rgb(205 141 239 / 1);
}
.border-y-panel-alternate {
  --tw-border-opacity: 1;
  border-top-color: rgb(29 29 29 / var(--tw-border-opacity));
  border-bottom-color: rgb(29 29 29 / var(--tw-border-opacity));
}
.border-y-panel-alternate\/0 {
  border-top-color: rgb(29 29 29 / 0);
  border-bottom-color: rgb(29 29 29 / 0);
}
.border-y-panel-alternate\/10 {
  border-top-color: rgb(29 29 29 / 0.1);
  border-bottom-color: rgb(29 29 29 / 0.1);
}
.border-y-panel-alternate\/100 {
  border-top-color: rgb(29 29 29 / 1);
  border-bottom-color: rgb(29 29 29 / 1);
}
.border-y-panel-alternate\/20 {
  border-top-color: rgb(29 29 29 / 0.2);
  border-bottom-color: rgb(29 29 29 / 0.2);
}
.border-y-panel-alternate\/25 {
  border-top-color: rgb(29 29 29 / 0.25);
  border-bottom-color: rgb(29 29 29 / 0.25);
}
.border-y-panel-alternate\/30 {
  border-top-color: rgb(29 29 29 / 0.3);
  border-bottom-color: rgb(29 29 29 / 0.3);
}
.border-y-panel-alternate\/40 {
  border-top-color: rgb(29 29 29 / 0.4);
  border-bottom-color: rgb(29 29 29 / 0.4);
}
.border-y-panel-alternate\/5 {
  border-top-color: rgb(29 29 29 / 0.05);
  border-bottom-color: rgb(29 29 29 / 0.05);
}
.border-y-panel-alternate\/50 {
  border-top-color: rgb(29 29 29 / 0.5);
  border-bottom-color: rgb(29 29 29 / 0.5);
}
.border-y-panel-alternate\/60 {
  border-top-color: rgb(29 29 29 / 0.6);
  border-bottom-color: rgb(29 29 29 / 0.6);
}
.border-y-panel-alternate\/70 {
  border-top-color: rgb(29 29 29 / 0.7);
  border-bottom-color: rgb(29 29 29 / 0.7);
}
.border-y-panel-alternate\/75 {
  border-top-color: rgb(29 29 29 / 0.75);
  border-bottom-color: rgb(29 29 29 / 0.75);
}
.border-y-panel-alternate\/80 {
  border-top-color: rgb(29 29 29 / 0.8);
  border-bottom-color: rgb(29 29 29 / 0.8);
}
.border-y-panel-alternate\/90 {
  border-top-color: rgb(29 29 29 / 0.9);
  border-bottom-color: rgb(29 29 29 / 0.9);
}
.border-y-panel-alternate\/95 {
  border-top-color: rgb(29 29 29 / 0.95);
  border-bottom-color: rgb(29 29 29 / 0.95);
}
.border-y-panel-alternate\/state-disabled {
  border-top-color: rgb(29 29 29 / 0.5);
  border-bottom-color: rgb(29 29 29 / 0.5);
}
.border-y-panel-alternate\/state-enabled {
  border-top-color: rgb(29 29 29 / 1);
  border-bottom-color: rgb(29 29 29 / 1);
}
.border-y-panel-base {
  --tw-border-opacity: 1;
  border-top-color: rgb(16 16 16 / var(--tw-border-opacity));
  border-bottom-color: rgb(16 16 16 / var(--tw-border-opacity));
}
.border-y-panel-base\/0 {
  border-top-color: rgb(16 16 16 / 0);
  border-bottom-color: rgb(16 16 16 / 0);
}
.border-y-panel-base\/10 {
  border-top-color: rgb(16 16 16 / 0.1);
  border-bottom-color: rgb(16 16 16 / 0.1);
}
.border-y-panel-base\/100 {
  border-top-color: rgb(16 16 16 / 1);
  border-bottom-color: rgb(16 16 16 / 1);
}
.border-y-panel-base\/20 {
  border-top-color: rgb(16 16 16 / 0.2);
  border-bottom-color: rgb(16 16 16 / 0.2);
}
.border-y-panel-base\/25 {
  border-top-color: rgb(16 16 16 / 0.25);
  border-bottom-color: rgb(16 16 16 / 0.25);
}
.border-y-panel-base\/30 {
  border-top-color: rgb(16 16 16 / 0.3);
  border-bottom-color: rgb(16 16 16 / 0.3);
}
.border-y-panel-base\/40 {
  border-top-color: rgb(16 16 16 / 0.4);
  border-bottom-color: rgb(16 16 16 / 0.4);
}
.border-y-panel-base\/5 {
  border-top-color: rgb(16 16 16 / 0.05);
  border-bottom-color: rgb(16 16 16 / 0.05);
}
.border-y-panel-base\/50 {
  border-top-color: rgb(16 16 16 / 0.5);
  border-bottom-color: rgb(16 16 16 / 0.5);
}
.border-y-panel-base\/60 {
  border-top-color: rgb(16 16 16 / 0.6);
  border-bottom-color: rgb(16 16 16 / 0.6);
}
.border-y-panel-base\/70 {
  border-top-color: rgb(16 16 16 / 0.7);
  border-bottom-color: rgb(16 16 16 / 0.7);
}
.border-y-panel-base\/75 {
  border-top-color: rgb(16 16 16 / 0.75);
  border-bottom-color: rgb(16 16 16 / 0.75);
}
.border-y-panel-base\/80 {
  border-top-color: rgb(16 16 16 / 0.8);
  border-bottom-color: rgb(16 16 16 / 0.8);
}
.border-y-panel-base\/90 {
  border-top-color: rgb(16 16 16 / 0.9);
  border-bottom-color: rgb(16 16 16 / 0.9);
}
.border-y-panel-base\/95 {
  border-top-color: rgb(16 16 16 / 0.95);
  border-bottom-color: rgb(16 16 16 / 0.95);
}
.border-y-panel-base\/state-disabled {
  border-top-color: rgb(16 16 16 / 0.5);
  border-bottom-color: rgb(16 16 16 / 0.5);
}
.border-y-panel-base\/state-enabled {
  border-top-color: rgb(16 16 16 / 1);
  border-bottom-color: rgb(16 16 16 / 1);
}
.border-y-panel-border {
  border-top-color: rgba(255, 255, 255, 0.05);
  border-bottom-color: rgba(255, 255, 255, 0.05);
}
.border-y-panel-border\/0 {
  border-top-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(255, 255, 255, 0);
}
.border-y-panel-border\/10 {
  border-top-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.border-y-panel-border\/100 {
  border-top-color: rgba(255, 255, 255, 1);
  border-bottom-color: rgba(255, 255, 255, 1);
}
.border-y-panel-border\/20 {
  border-top-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.border-y-panel-border\/25 {
  border-top-color: rgba(255, 255, 255, 0.25);
  border-bottom-color: rgba(255, 255, 255, 0.25);
}
.border-y-panel-border\/30 {
  border-top-color: rgba(255, 255, 255, 0.3);
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.border-y-panel-border\/40 {
  border-top-color: rgba(255, 255, 255, 0.4);
  border-bottom-color: rgba(255, 255, 255, 0.4);
}
.border-y-panel-border\/5 {
  border-top-color: rgba(255, 255, 255, 0.05);
  border-bottom-color: rgba(255, 255, 255, 0.05);
}
.border-y-panel-border\/50 {
  border-top-color: rgba(255, 255, 255, 0.5);
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.border-y-panel-border\/60 {
  border-top-color: rgba(255, 255, 255, 0.6);
  border-bottom-color: rgba(255, 255, 255, 0.6);
}
.border-y-panel-border\/70 {
  border-top-color: rgba(255, 255, 255, 0.7);
  border-bottom-color: rgba(255, 255, 255, 0.7);
}
.border-y-panel-border\/75 {
  border-top-color: rgba(255, 255, 255, 0.75);
  border-bottom-color: rgba(255, 255, 255, 0.75);
}
.border-y-panel-border\/80 {
  border-top-color: rgba(255, 255, 255, 0.8);
  border-bottom-color: rgba(255, 255, 255, 0.8);
}
.border-y-panel-border\/90 {
  border-top-color: rgba(255, 255, 255, 0.9);
  border-bottom-color: rgba(255, 255, 255, 0.9);
}
.border-y-panel-border\/95 {
  border-top-color: rgba(255, 255, 255, 0.95);
  border-bottom-color: rgba(255, 255, 255, 0.95);
}
.border-y-panel-border\/state-disabled {
  border-top-color: rgba(255, 255, 255, 0.5);
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.border-y-panel-border\/state-enabled {
  border-top-color: rgba(255, 255, 255, 1);
  border-bottom-color: rgba(255, 255, 255, 1);
}
.border-y-panel-default {
  border-top-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(255, 255, 255, 0);
}
.border-y-panel-default\/0 {
  border-top-color: rgba(255, 255, 255, 0);
  border-bottom-color: rgba(255, 255, 255, 0);
}
.border-y-panel-default\/10 {
  border-top-color: rgba(255, 255, 255, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.border-y-panel-default\/100 {
  border-top-color: rgba(255, 255, 255, 1);
  border-bottom-color: rgba(255, 255, 255, 1);
}
.border-y-panel-default\/20 {
  border-top-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.border-y-panel-default\/25 {
  border-top-color: rgba(255, 255, 255, 0.25);
  border-bottom-color: rgba(255, 255, 255, 0.25);
}
.border-y-panel-default\/30 {
  border-top-color: rgba(255, 255, 255, 0.3);
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.border-y-panel-default\/40 {
  border-top-color: rgba(255, 255, 255, 0.4);
  border-bottom-color: rgba(255, 255, 255, 0.4);
}
.border-y-panel-default\/5 {
  border-top-color: rgba(255, 255, 255, 0.05);
  border-bottom-color: rgba(255, 255, 255, 0.05);
}
.border-y-panel-default\/50 {
  border-top-color: rgba(255, 255, 255, 0.5);
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.border-y-panel-default\/60 {
  border-top-color: rgba(255, 255, 255, 0.6);
  border-bottom-color: rgba(255, 255, 255, 0.6);
}
.border-y-panel-default\/70 {
  border-top-color: rgba(255, 255, 255, 0.7);
  border-bottom-color: rgba(255, 255, 255, 0.7);
}
.border-y-panel-default\/75 {
  border-top-color: rgba(255, 255, 255, 0.75);
  border-bottom-color: rgba(255, 255, 255, 0.75);
}
.border-y-panel-default\/80 {
  border-top-color: rgba(255, 255, 255, 0.8);
  border-bottom-color: rgba(255, 255, 255, 0.8);
}
.border-y-panel-default\/90 {
  border-top-color: rgba(255, 255, 255, 0.9);
  border-bottom-color: rgba(255, 255, 255, 0.9);
}
.border-y-panel-default\/95 {
  border-top-color: rgba(255, 255, 255, 0.95);
  border-bottom-color: rgba(255, 255, 255, 0.95);
}
.border-y-panel-default\/state-disabled {
  border-top-color: rgba(255, 255, 255, 0.5);
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.border-y-panel-default\/state-enabled {
  border-top-color: rgba(255, 255, 255, 1);
  border-bottom-color: rgba(255, 255, 255, 1);
}
.border-y-panel-shadow {
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
.border-y-panel-shadow\/0 {
  border-top-color: rgba(0, 0, 0, 0);
  border-bottom-color: rgba(0, 0, 0, 0);
}
.border-y-panel-shadow\/10 {
  border-top-color: rgba(0, 0, 0, 0.1);
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
.border-y-panel-shadow\/100 {
  border-top-color: rgba(0, 0, 0, 1);
  border-bottom-color: rgba(0, 0, 0, 1);
}
.border-y-panel-shadow\/20 {
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
.border-y-panel-shadow\/25 {
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.border-y-panel-shadow\/30 {
  border-top-color: rgba(0, 0, 0, 0.3);
  border-bottom-color: rgba(0, 0, 0, 0.3);
}
.border-y-panel-shadow\/40 {
  border-top-color: rgba(0, 0, 0, 0.4);
  border-bottom-color: rgba(0, 0, 0, 0.4);
}
.border-y-panel-shadow\/5 {
  border-top-color: rgba(0, 0, 0, 0.05);
  border-bottom-color: rgba(0, 0, 0, 0.05);
}
.border-y-panel-shadow\/50 {
  border-top-color: rgba(0, 0, 0, 0.5);
  border-bottom-color: rgba(0, 0, 0, 0.5);
}
.border-y-panel-shadow\/60 {
  border-top-color: rgba(0, 0, 0, 0.6);
  border-bottom-color: rgba(0, 0, 0, 0.6);
}
.border-y-panel-shadow\/70 {
  border-top-color: rgba(0, 0, 0, 0.7);
  border-bottom-color: rgba(0, 0, 0, 0.7);
}
.border-y-panel-shadow\/75 {
  border-top-color: rgba(0, 0, 0, 0.75);
  border-bottom-color: rgba(0, 0, 0, 0.75);
}
.border-y-panel-shadow\/80 {
  border-top-color: rgba(0, 0, 0, 0.8);
  border-bottom-color: rgba(0, 0, 0, 0.8);
}
.border-y-panel-shadow\/90 {
  border-top-color: rgba(0, 0, 0, 0.9);
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.border-y-panel-shadow\/95 {
  border-top-color: rgba(0, 0, 0, 0.95);
  border-bottom-color: rgba(0, 0, 0, 0.95);
}
.border-y-panel-shadow\/state-disabled {
  border-top-color: rgba(0, 0, 0, 0.5);
  border-bottom-color: rgba(0, 0, 0, 0.5);
}
.border-y-panel-shadow\/state-enabled {
  border-top-color: rgba(0, 0, 0, 1);
  border-bottom-color: rgba(0, 0, 0, 1);
}
.border-y-typography-accent {
  --tw-border-opacity: 1;
  border-top-color: rgb(205 141 239 / var(--tw-border-opacity));
  border-bottom-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-y-typography-accent\/0 {
  border-top-color: rgb(205 141 239 / 0);
  border-bottom-color: rgb(205 141 239 / 0);
}
.border-y-typography-accent\/10 {
  border-top-color: rgb(205 141 239 / 0.1);
  border-bottom-color: rgb(205 141 239 / 0.1);
}
.border-y-typography-accent\/100 {
  border-top-color: rgb(205 141 239 / 1);
  border-bottom-color: rgb(205 141 239 / 1);
}
.border-y-typography-accent\/20 {
  border-top-color: rgb(205 141 239 / 0.2);
  border-bottom-color: rgb(205 141 239 / 0.2);
}
.border-y-typography-accent\/25 {
  border-top-color: rgb(205 141 239 / 0.25);
  border-bottom-color: rgb(205 141 239 / 0.25);
}
.border-y-typography-accent\/30 {
  border-top-color: rgb(205 141 239 / 0.3);
  border-bottom-color: rgb(205 141 239 / 0.3);
}
.border-y-typography-accent\/40 {
  border-top-color: rgb(205 141 239 / 0.4);
  border-bottom-color: rgb(205 141 239 / 0.4);
}
.border-y-typography-accent\/5 {
  border-top-color: rgb(205 141 239 / 0.05);
  border-bottom-color: rgb(205 141 239 / 0.05);
}
.border-y-typography-accent\/50 {
  border-top-color: rgb(205 141 239 / 0.5);
  border-bottom-color: rgb(205 141 239 / 0.5);
}
.border-y-typography-accent\/60 {
  border-top-color: rgb(205 141 239 / 0.6);
  border-bottom-color: rgb(205 141 239 / 0.6);
}
.border-y-typography-accent\/70 {
  border-top-color: rgb(205 141 239 / 0.7);
  border-bottom-color: rgb(205 141 239 / 0.7);
}
.border-y-typography-accent\/75 {
  border-top-color: rgb(205 141 239 / 0.75);
  border-bottom-color: rgb(205 141 239 / 0.75);
}
.border-y-typography-accent\/80 {
  border-top-color: rgb(205 141 239 / 0.8);
  border-bottom-color: rgb(205 141 239 / 0.8);
}
.border-y-typography-accent\/90 {
  border-top-color: rgb(205 141 239 / 0.9);
  border-bottom-color: rgb(205 141 239 / 0.9);
}
.border-y-typography-accent\/95 {
  border-top-color: rgb(205 141 239 / 0.95);
  border-bottom-color: rgb(205 141 239 / 0.95);
}
.border-y-typography-accent\/state-disabled {
  border-top-color: rgb(205 141 239 / 0.5);
  border-bottom-color: rgb(205 141 239 / 0.5);
}
.border-y-typography-accent\/state-enabled {
  border-top-color: rgb(205 141 239 / 1);
  border-bottom-color: rgb(205 141 239 / 1);
}
.border-y-typography-alternate {
  --tw-border-opacity: 1;
  border-top-color: rgb(6 182 212 / var(--tw-border-opacity));
  border-bottom-color: rgb(6 182 212 / var(--tw-border-opacity));
}
.border-y-typography-alternate\/0 {
  border-top-color: rgb(6 182 212 / 0);
  border-bottom-color: rgb(6 182 212 / 0);
}
.border-y-typography-alternate\/10 {
  border-top-color: rgb(6 182 212 / 0.1);
  border-bottom-color: rgb(6 182 212 / 0.1);
}
.border-y-typography-alternate\/100 {
  border-top-color: rgb(6 182 212 / 1);
  border-bottom-color: rgb(6 182 212 / 1);
}
.border-y-typography-alternate\/20 {
  border-top-color: rgb(6 182 212 / 0.2);
  border-bottom-color: rgb(6 182 212 / 0.2);
}
.border-y-typography-alternate\/25 {
  border-top-color: rgb(6 182 212 / 0.25);
  border-bottom-color: rgb(6 182 212 / 0.25);
}
.border-y-typography-alternate\/30 {
  border-top-color: rgb(6 182 212 / 0.3);
  border-bottom-color: rgb(6 182 212 / 0.3);
}
.border-y-typography-alternate\/40 {
  border-top-color: rgb(6 182 212 / 0.4);
  border-bottom-color: rgb(6 182 212 / 0.4);
}
.border-y-typography-alternate\/5 {
  border-top-color: rgb(6 182 212 / 0.05);
  border-bottom-color: rgb(6 182 212 / 0.05);
}
.border-y-typography-alternate\/50 {
  border-top-color: rgb(6 182 212 / 0.5);
  border-bottom-color: rgb(6 182 212 / 0.5);
}
.border-y-typography-alternate\/60 {
  border-top-color: rgb(6 182 212 / 0.6);
  border-bottom-color: rgb(6 182 212 / 0.6);
}
.border-y-typography-alternate\/70 {
  border-top-color: rgb(6 182 212 / 0.7);
  border-bottom-color: rgb(6 182 212 / 0.7);
}
.border-y-typography-alternate\/75 {
  border-top-color: rgb(6 182 212 / 0.75);
  border-bottom-color: rgb(6 182 212 / 0.75);
}
.border-y-typography-alternate\/80 {
  border-top-color: rgb(6 182 212 / 0.8);
  border-bottom-color: rgb(6 182 212 / 0.8);
}
.border-y-typography-alternate\/90 {
  border-top-color: rgb(6 182 212 / 0.9);
  border-bottom-color: rgb(6 182 212 / 0.9);
}
.border-y-typography-alternate\/95 {
  border-top-color: rgb(6 182 212 / 0.95);
  border-bottom-color: rgb(6 182 212 / 0.95);
}
.border-y-typography-alternate\/state-disabled {
  border-top-color: rgb(6 182 212 / 0.5);
  border-bottom-color: rgb(6 182 212 / 0.5);
}
.border-y-typography-alternate\/state-enabled {
  border-top-color: rgb(6 182 212 / 1);
  border-bottom-color: rgb(6 182 212 / 1);
}
.border-y-typography-default {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-y-typography-default\/0 {
  border-top-color: rgb(255 255 255 / 0);
  border-bottom-color: rgb(255 255 255 / 0);
}
.border-y-typography-default\/10 {
  border-top-color: rgb(255 255 255 / 0.1);
  border-bottom-color: rgb(255 255 255 / 0.1);
}
.border-y-typography-default\/100 {
  border-top-color: rgb(255 255 255 / 1);
  border-bottom-color: rgb(255 255 255 / 1);
}
.border-y-typography-default\/20 {
  border-top-color: rgb(255 255 255 / 0.2);
  border-bottom-color: rgb(255 255 255 / 0.2);
}
.border-y-typography-default\/25 {
  border-top-color: rgb(255 255 255 / 0.25);
  border-bottom-color: rgb(255 255 255 / 0.25);
}
.border-y-typography-default\/30 {
  border-top-color: rgb(255 255 255 / 0.3);
  border-bottom-color: rgb(255 255 255 / 0.3);
}
.border-y-typography-default\/40 {
  border-top-color: rgb(255 255 255 / 0.4);
  border-bottom-color: rgb(255 255 255 / 0.4);
}
.border-y-typography-default\/5 {
  border-top-color: rgb(255 255 255 / 0.05);
  border-bottom-color: rgb(255 255 255 / 0.05);
}
.border-y-typography-default\/50 {
  border-top-color: rgb(255 255 255 / 0.5);
  border-bottom-color: rgb(255 255 255 / 0.5);
}
.border-y-typography-default\/60 {
  border-top-color: rgb(255 255 255 / 0.6);
  border-bottom-color: rgb(255 255 255 / 0.6);
}
.border-y-typography-default\/70 {
  border-top-color: rgb(255 255 255 / 0.7);
  border-bottom-color: rgb(255 255 255 / 0.7);
}
.border-y-typography-default\/75 {
  border-top-color: rgb(255 255 255 / 0.75);
  border-bottom-color: rgb(255 255 255 / 0.75);
}
.border-y-typography-default\/80 {
  border-top-color: rgb(255 255 255 / 0.8);
  border-bottom-color: rgb(255 255 255 / 0.8);
}
.border-y-typography-default\/90 {
  border-top-color: rgb(255 255 255 / 0.9);
  border-bottom-color: rgb(255 255 255 / 0.9);
}
.border-y-typography-default\/95 {
  border-top-color: rgb(255 255 255 / 0.95);
  border-bottom-color: rgb(255 255 255 / 0.95);
}
.border-y-typography-default\/state-disabled {
  border-top-color: rgb(255 255 255 / 0.5);
  border-bottom-color: rgb(255 255 255 / 0.5);
}
.border-y-typography-default\/state-enabled {
  border-top-color: rgb(255 255 255 / 1);
  border-bottom-color: rgb(255 255 255 / 1);
}
.border-y-typography-error {
  --tw-border-opacity: 1;
  border-top-color: rgb(248 113 113 / var(--tw-border-opacity));
  border-bottom-color: rgb(248 113 113 / var(--tw-border-opacity));
}
.border-y-typography-error\/0 {
  border-top-color: rgb(248 113 113 / 0);
  border-bottom-color: rgb(248 113 113 / 0);
}
.border-y-typography-error\/10 {
  border-top-color: rgb(248 113 113 / 0.1);
  border-bottom-color: rgb(248 113 113 / 0.1);
}
.border-y-typography-error\/100 {
  border-top-color: rgb(248 113 113 / 1);
  border-bottom-color: rgb(248 113 113 / 1);
}
.border-y-typography-error\/20 {
  border-top-color: rgb(248 113 113 / 0.2);
  border-bottom-color: rgb(248 113 113 / 0.2);
}
.border-y-typography-error\/25 {
  border-top-color: rgb(248 113 113 / 0.25);
  border-bottom-color: rgb(248 113 113 / 0.25);
}
.border-y-typography-error\/30 {
  border-top-color: rgb(248 113 113 / 0.3);
  border-bottom-color: rgb(248 113 113 / 0.3);
}
.border-y-typography-error\/40 {
  border-top-color: rgb(248 113 113 / 0.4);
  border-bottom-color: rgb(248 113 113 / 0.4);
}
.border-y-typography-error\/5 {
  border-top-color: rgb(248 113 113 / 0.05);
  border-bottom-color: rgb(248 113 113 / 0.05);
}
.border-y-typography-error\/50 {
  border-top-color: rgb(248 113 113 / 0.5);
  border-bottom-color: rgb(248 113 113 / 0.5);
}
.border-y-typography-error\/60 {
  border-top-color: rgb(248 113 113 / 0.6);
  border-bottom-color: rgb(248 113 113 / 0.6);
}
.border-y-typography-error\/70 {
  border-top-color: rgb(248 113 113 / 0.7);
  border-bottom-color: rgb(248 113 113 / 0.7);
}
.border-y-typography-error\/75 {
  border-top-color: rgb(248 113 113 / 0.75);
  border-bottom-color: rgb(248 113 113 / 0.75);
}
.border-y-typography-error\/80 {
  border-top-color: rgb(248 113 113 / 0.8);
  border-bottom-color: rgb(248 113 113 / 0.8);
}
.border-y-typography-error\/90 {
  border-top-color: rgb(248 113 113 / 0.9);
  border-bottom-color: rgb(248 113 113 / 0.9);
}
.border-y-typography-error\/95 {
  border-top-color: rgb(248 113 113 / 0.95);
  border-bottom-color: rgb(248 113 113 / 0.95);
}
.border-y-typography-error\/state-disabled {
  border-top-color: rgb(248 113 113 / 0.5);
  border-bottom-color: rgb(248 113 113 / 0.5);
}
.border-y-typography-error\/state-enabled {
  border-top-color: rgb(248 113 113 / 1);
  border-bottom-color: rgb(248 113 113 / 1);
}
.border-y-typography-info {
  --tw-border-opacity: 1;
  border-top-color: rgb(96 165 250 / var(--tw-border-opacity));
  border-bottom-color: rgb(96 165 250 / var(--tw-border-opacity));
}
.border-y-typography-info\/0 {
  border-top-color: rgb(96 165 250 / 0);
  border-bottom-color: rgb(96 165 250 / 0);
}
.border-y-typography-info\/10 {
  border-top-color: rgb(96 165 250 / 0.1);
  border-bottom-color: rgb(96 165 250 / 0.1);
}
.border-y-typography-info\/100 {
  border-top-color: rgb(96 165 250 / 1);
  border-bottom-color: rgb(96 165 250 / 1);
}
.border-y-typography-info\/20 {
  border-top-color: rgb(96 165 250 / 0.2);
  border-bottom-color: rgb(96 165 250 / 0.2);
}
.border-y-typography-info\/25 {
  border-top-color: rgb(96 165 250 / 0.25);
  border-bottom-color: rgb(96 165 250 / 0.25);
}
.border-y-typography-info\/30 {
  border-top-color: rgb(96 165 250 / 0.3);
  border-bottom-color: rgb(96 165 250 / 0.3);
}
.border-y-typography-info\/40 {
  border-top-color: rgb(96 165 250 / 0.4);
  border-bottom-color: rgb(96 165 250 / 0.4);
}
.border-y-typography-info\/5 {
  border-top-color: rgb(96 165 250 / 0.05);
  border-bottom-color: rgb(96 165 250 / 0.05);
}
.border-y-typography-info\/50 {
  border-top-color: rgb(96 165 250 / 0.5);
  border-bottom-color: rgb(96 165 250 / 0.5);
}
.border-y-typography-info\/60 {
  border-top-color: rgb(96 165 250 / 0.6);
  border-bottom-color: rgb(96 165 250 / 0.6);
}
.border-y-typography-info\/70 {
  border-top-color: rgb(96 165 250 / 0.7);
  border-bottom-color: rgb(96 165 250 / 0.7);
}
.border-y-typography-info\/75 {
  border-top-color: rgb(96 165 250 / 0.75);
  border-bottom-color: rgb(96 165 250 / 0.75);
}
.border-y-typography-info\/80 {
  border-top-color: rgb(96 165 250 / 0.8);
  border-bottom-color: rgb(96 165 250 / 0.8);
}
.border-y-typography-info\/90 {
  border-top-color: rgb(96 165 250 / 0.9);
  border-bottom-color: rgb(96 165 250 / 0.9);
}
.border-y-typography-info\/95 {
  border-top-color: rgb(96 165 250 / 0.95);
  border-bottom-color: rgb(96 165 250 / 0.95);
}
.border-y-typography-info\/state-disabled {
  border-top-color: rgb(96 165 250 / 0.5);
  border-bottom-color: rgb(96 165 250 / 0.5);
}
.border-y-typography-info\/state-enabled {
  border-top-color: rgb(96 165 250 / 1);
  border-bottom-color: rgb(96 165 250 / 1);
}
.border-y-typography-link-default {
  --tw-border-opacity: 1;
  border-top-color: rgb(205 141 239 / var(--tw-border-opacity));
  border-bottom-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-y-typography-link-default\/0 {
  border-top-color: rgb(205 141 239 / 0);
  border-bottom-color: rgb(205 141 239 / 0);
}
.border-y-typography-link-default\/10 {
  border-top-color: rgb(205 141 239 / 0.1);
  border-bottom-color: rgb(205 141 239 / 0.1);
}
.border-y-typography-link-default\/100 {
  border-top-color: rgb(205 141 239 / 1);
  border-bottom-color: rgb(205 141 239 / 1);
}
.border-y-typography-link-default\/20 {
  border-top-color: rgb(205 141 239 / 0.2);
  border-bottom-color: rgb(205 141 239 / 0.2);
}
.border-y-typography-link-default\/25 {
  border-top-color: rgb(205 141 239 / 0.25);
  border-bottom-color: rgb(205 141 239 / 0.25);
}
.border-y-typography-link-default\/30 {
  border-top-color: rgb(205 141 239 / 0.3);
  border-bottom-color: rgb(205 141 239 / 0.3);
}
.border-y-typography-link-default\/40 {
  border-top-color: rgb(205 141 239 / 0.4);
  border-bottom-color: rgb(205 141 239 / 0.4);
}
.border-y-typography-link-default\/5 {
  border-top-color: rgb(205 141 239 / 0.05);
  border-bottom-color: rgb(205 141 239 / 0.05);
}
.border-y-typography-link-default\/50 {
  border-top-color: rgb(205 141 239 / 0.5);
  border-bottom-color: rgb(205 141 239 / 0.5);
}
.border-y-typography-link-default\/60 {
  border-top-color: rgb(205 141 239 / 0.6);
  border-bottom-color: rgb(205 141 239 / 0.6);
}
.border-y-typography-link-default\/70 {
  border-top-color: rgb(205 141 239 / 0.7);
  border-bottom-color: rgb(205 141 239 / 0.7);
}
.border-y-typography-link-default\/75 {
  border-top-color: rgb(205 141 239 / 0.75);
  border-bottom-color: rgb(205 141 239 / 0.75);
}
.border-y-typography-link-default\/80 {
  border-top-color: rgb(205 141 239 / 0.8);
  border-bottom-color: rgb(205 141 239 / 0.8);
}
.border-y-typography-link-default\/90 {
  border-top-color: rgb(205 141 239 / 0.9);
  border-bottom-color: rgb(205 141 239 / 0.9);
}
.border-y-typography-link-default\/95 {
  border-top-color: rgb(205 141 239 / 0.95);
  border-bottom-color: rgb(205 141 239 / 0.95);
}
.border-y-typography-link-default\/state-disabled {
  border-top-color: rgb(205 141 239 / 0.5);
  border-bottom-color: rgb(205 141 239 / 0.5);
}
.border-y-typography-link-default\/state-enabled {
  border-top-color: rgb(205 141 239 / 1);
  border-bottom-color: rgb(205 141 239 / 1);
}
.border-y-typography-link-hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(215 164 242 / var(--tw-border-opacity));
  border-bottom-color: rgb(215 164 242 / var(--tw-border-opacity));
}
.border-y-typography-link-hover\/0 {
  border-top-color: rgb(215 164 242 / 0);
  border-bottom-color: rgb(215 164 242 / 0);
}
.border-y-typography-link-hover\/10 {
  border-top-color: rgb(215 164 242 / 0.1);
  border-bottom-color: rgb(215 164 242 / 0.1);
}
.border-y-typography-link-hover\/100 {
  border-top-color: rgb(215 164 242 / 1);
  border-bottom-color: rgb(215 164 242 / 1);
}
.border-y-typography-link-hover\/20 {
  border-top-color: rgb(215 164 242 / 0.2);
  border-bottom-color: rgb(215 164 242 / 0.2);
}
.border-y-typography-link-hover\/25 {
  border-top-color: rgb(215 164 242 / 0.25);
  border-bottom-color: rgb(215 164 242 / 0.25);
}
.border-y-typography-link-hover\/30 {
  border-top-color: rgb(215 164 242 / 0.3);
  border-bottom-color: rgb(215 164 242 / 0.3);
}
.border-y-typography-link-hover\/40 {
  border-top-color: rgb(215 164 242 / 0.4);
  border-bottom-color: rgb(215 164 242 / 0.4);
}
.border-y-typography-link-hover\/5 {
  border-top-color: rgb(215 164 242 / 0.05);
  border-bottom-color: rgb(215 164 242 / 0.05);
}
.border-y-typography-link-hover\/50 {
  border-top-color: rgb(215 164 242 / 0.5);
  border-bottom-color: rgb(215 164 242 / 0.5);
}
.border-y-typography-link-hover\/60 {
  border-top-color: rgb(215 164 242 / 0.6);
  border-bottom-color: rgb(215 164 242 / 0.6);
}
.border-y-typography-link-hover\/70 {
  border-top-color: rgb(215 164 242 / 0.7);
  border-bottom-color: rgb(215 164 242 / 0.7);
}
.border-y-typography-link-hover\/75 {
  border-top-color: rgb(215 164 242 / 0.75);
  border-bottom-color: rgb(215 164 242 / 0.75);
}
.border-y-typography-link-hover\/80 {
  border-top-color: rgb(215 164 242 / 0.8);
  border-bottom-color: rgb(215 164 242 / 0.8);
}
.border-y-typography-link-hover\/90 {
  border-top-color: rgb(215 164 242 / 0.9);
  border-bottom-color: rgb(215 164 242 / 0.9);
}
.border-y-typography-link-hover\/95 {
  border-top-color: rgb(215 164 242 / 0.95);
  border-bottom-color: rgb(215 164 242 / 0.95);
}
.border-y-typography-link-hover\/state-disabled {
  border-top-color: rgb(215 164 242 / 0.5);
  border-bottom-color: rgb(215 164 242 / 0.5);
}
.border-y-typography-link-hover\/state-enabled {
  border-top-color: rgb(215 164 242 / 1);
  border-bottom-color: rgb(215 164 242 / 1);
}
.border-y-typography-muted {
  --tw-border-opacity: 1;
  border-top-color: rgb(156 163 175 / var(--tw-border-opacity));
  border-bottom-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-y-typography-muted\/0 {
  border-top-color: rgb(156 163 175 / 0);
  border-bottom-color: rgb(156 163 175 / 0);
}
.border-y-typography-muted\/10 {
  border-top-color: rgb(156 163 175 / 0.1);
  border-bottom-color: rgb(156 163 175 / 0.1);
}
.border-y-typography-muted\/100 {
  border-top-color: rgb(156 163 175 / 1);
  border-bottom-color: rgb(156 163 175 / 1);
}
.border-y-typography-muted\/20 {
  border-top-color: rgb(156 163 175 / 0.2);
  border-bottom-color: rgb(156 163 175 / 0.2);
}
.border-y-typography-muted\/25 {
  border-top-color: rgb(156 163 175 / 0.25);
  border-bottom-color: rgb(156 163 175 / 0.25);
}
.border-y-typography-muted\/30 {
  border-top-color: rgb(156 163 175 / 0.3);
  border-bottom-color: rgb(156 163 175 / 0.3);
}
.border-y-typography-muted\/40 {
  border-top-color: rgb(156 163 175 / 0.4);
  border-bottom-color: rgb(156 163 175 / 0.4);
}
.border-y-typography-muted\/5 {
  border-top-color: rgb(156 163 175 / 0.05);
  border-bottom-color: rgb(156 163 175 / 0.05);
}
.border-y-typography-muted\/50 {
  border-top-color: rgb(156 163 175 / 0.5);
  border-bottom-color: rgb(156 163 175 / 0.5);
}
.border-y-typography-muted\/60 {
  border-top-color: rgb(156 163 175 / 0.6);
  border-bottom-color: rgb(156 163 175 / 0.6);
}
.border-y-typography-muted\/70 {
  border-top-color: rgb(156 163 175 / 0.7);
  border-bottom-color: rgb(156 163 175 / 0.7);
}
.border-y-typography-muted\/75 {
  border-top-color: rgb(156 163 175 / 0.75);
  border-bottom-color: rgb(156 163 175 / 0.75);
}
.border-y-typography-muted\/80 {
  border-top-color: rgb(156 163 175 / 0.8);
  border-bottom-color: rgb(156 163 175 / 0.8);
}
.border-y-typography-muted\/90 {
  border-top-color: rgb(156 163 175 / 0.9);
  border-bottom-color: rgb(156 163 175 / 0.9);
}
.border-y-typography-muted\/95 {
  border-top-color: rgb(156 163 175 / 0.95);
  border-bottom-color: rgb(156 163 175 / 0.95);
}
.border-y-typography-muted\/state-disabled {
  border-top-color: rgb(156 163 175 / 0.5);
  border-bottom-color: rgb(156 163 175 / 0.5);
}
.border-y-typography-muted\/state-enabled {
  border-top-color: rgb(156 163 175 / 1);
  border-bottom-color: rgb(156 163 175 / 1);
}
.border-y-typography-on-accent {
  --tw-border-opacity: 1;
  border-top-color: rgb(64 64 64 / var(--tw-border-opacity));
  border-bottom-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.border-y-typography-on-accent\/0 {
  border-top-color: rgb(64 64 64 / 0);
  border-bottom-color: rgb(64 64 64 / 0);
}
.border-y-typography-on-accent\/10 {
  border-top-color: rgb(64 64 64 / 0.1);
  border-bottom-color: rgb(64 64 64 / 0.1);
}
.border-y-typography-on-accent\/100 {
  border-top-color: rgb(64 64 64 / 1);
  border-bottom-color: rgb(64 64 64 / 1);
}
.border-y-typography-on-accent\/20 {
  border-top-color: rgb(64 64 64 / 0.2);
  border-bottom-color: rgb(64 64 64 / 0.2);
}
.border-y-typography-on-accent\/25 {
  border-top-color: rgb(64 64 64 / 0.25);
  border-bottom-color: rgb(64 64 64 / 0.25);
}
.border-y-typography-on-accent\/30 {
  border-top-color: rgb(64 64 64 / 0.3);
  border-bottom-color: rgb(64 64 64 / 0.3);
}
.border-y-typography-on-accent\/40 {
  border-top-color: rgb(64 64 64 / 0.4);
  border-bottom-color: rgb(64 64 64 / 0.4);
}
.border-y-typography-on-accent\/5 {
  border-top-color: rgb(64 64 64 / 0.05);
  border-bottom-color: rgb(64 64 64 / 0.05);
}
.border-y-typography-on-accent\/50 {
  border-top-color: rgb(64 64 64 / 0.5);
  border-bottom-color: rgb(64 64 64 / 0.5);
}
.border-y-typography-on-accent\/60 {
  border-top-color: rgb(64 64 64 / 0.6);
  border-bottom-color: rgb(64 64 64 / 0.6);
}
.border-y-typography-on-accent\/70 {
  border-top-color: rgb(64 64 64 / 0.7);
  border-bottom-color: rgb(64 64 64 / 0.7);
}
.border-y-typography-on-accent\/75 {
  border-top-color: rgb(64 64 64 / 0.75);
  border-bottom-color: rgb(64 64 64 / 0.75);
}
.border-y-typography-on-accent\/80 {
  border-top-color: rgb(64 64 64 / 0.8);
  border-bottom-color: rgb(64 64 64 / 0.8);
}
.border-y-typography-on-accent\/90 {
  border-top-color: rgb(64 64 64 / 0.9);
  border-bottom-color: rgb(64 64 64 / 0.9);
}
.border-y-typography-on-accent\/95 {
  border-top-color: rgb(64 64 64 / 0.95);
  border-bottom-color: rgb(64 64 64 / 0.95);
}
.border-y-typography-on-accent\/state-disabled {
  border-top-color: rgb(64 64 64 / 0.5);
  border-bottom-color: rgb(64 64 64 / 0.5);
}
.border-y-typography-on-accent\/state-enabled {
  border-top-color: rgb(64 64 64 / 1);
  border-bottom-color: rgb(64 64 64 / 1);
}
.border-y-typography-subtle {
  --tw-border-opacity: 1;
  border-top-color: rgb(229 231 235 / var(--tw-border-opacity));
  border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-y-typography-subtle\/0 {
  border-top-color: rgb(229 231 235 / 0);
  border-bottom-color: rgb(229 231 235 / 0);
}
.border-y-typography-subtle\/10 {
  border-top-color: rgb(229 231 235 / 0.1);
  border-bottom-color: rgb(229 231 235 / 0.1);
}
.border-y-typography-subtle\/100 {
  border-top-color: rgb(229 231 235 / 1);
  border-bottom-color: rgb(229 231 235 / 1);
}
.border-y-typography-subtle\/20 {
  border-top-color: rgb(229 231 235 / 0.2);
  border-bottom-color: rgb(229 231 235 / 0.2);
}
.border-y-typography-subtle\/25 {
  border-top-color: rgb(229 231 235 / 0.25);
  border-bottom-color: rgb(229 231 235 / 0.25);
}
.border-y-typography-subtle\/30 {
  border-top-color: rgb(229 231 235 / 0.3);
  border-bottom-color: rgb(229 231 235 / 0.3);
}
.border-y-typography-subtle\/40 {
  border-top-color: rgb(229 231 235 / 0.4);
  border-bottom-color: rgb(229 231 235 / 0.4);
}
.border-y-typography-subtle\/5 {
  border-top-color: rgb(229 231 235 / 0.05);
  border-bottom-color: rgb(229 231 235 / 0.05);
}
.border-y-typography-subtle\/50 {
  border-top-color: rgb(229 231 235 / 0.5);
  border-bottom-color: rgb(229 231 235 / 0.5);
}
.border-y-typography-subtle\/60 {
  border-top-color: rgb(229 231 235 / 0.6);
  border-bottom-color: rgb(229 231 235 / 0.6);
}
.border-y-typography-subtle\/70 {
  border-top-color: rgb(229 231 235 / 0.7);
  border-bottom-color: rgb(229 231 235 / 0.7);
}
.border-y-typography-subtle\/75 {
  border-top-color: rgb(229 231 235 / 0.75);
  border-bottom-color: rgb(229 231 235 / 0.75);
}
.border-y-typography-subtle\/80 {
  border-top-color: rgb(229 231 235 / 0.8);
  border-bottom-color: rgb(229 231 235 / 0.8);
}
.border-y-typography-subtle\/90 {
  border-top-color: rgb(229 231 235 / 0.9);
  border-bottom-color: rgb(229 231 235 / 0.9);
}
.border-y-typography-subtle\/95 {
  border-top-color: rgb(229 231 235 / 0.95);
  border-bottom-color: rgb(229 231 235 / 0.95);
}
.border-y-typography-subtle\/state-disabled {
  border-top-color: rgb(229 231 235 / 0.5);
  border-bottom-color: rgb(229 231 235 / 0.5);
}
.border-y-typography-subtle\/state-enabled {
  border-top-color: rgb(229 231 235 / 1);
  border-bottom-color: rgb(229 231 235 / 1);
}
.border-y-typography-success {
  --tw-border-opacity: 1;
  border-top-color: rgb(74 222 128 / var(--tw-border-opacity));
  border-bottom-color: rgb(74 222 128 / var(--tw-border-opacity));
}
.border-y-typography-success\/0 {
  border-top-color: rgb(74 222 128 / 0);
  border-bottom-color: rgb(74 222 128 / 0);
}
.border-y-typography-success\/10 {
  border-top-color: rgb(74 222 128 / 0.1);
  border-bottom-color: rgb(74 222 128 / 0.1);
}
.border-y-typography-success\/100 {
  border-top-color: rgb(74 222 128 / 1);
  border-bottom-color: rgb(74 222 128 / 1);
}
.border-y-typography-success\/20 {
  border-top-color: rgb(74 222 128 / 0.2);
  border-bottom-color: rgb(74 222 128 / 0.2);
}
.border-y-typography-success\/25 {
  border-top-color: rgb(74 222 128 / 0.25);
  border-bottom-color: rgb(74 222 128 / 0.25);
}
.border-y-typography-success\/30 {
  border-top-color: rgb(74 222 128 / 0.3);
  border-bottom-color: rgb(74 222 128 / 0.3);
}
.border-y-typography-success\/40 {
  border-top-color: rgb(74 222 128 / 0.4);
  border-bottom-color: rgb(74 222 128 / 0.4);
}
.border-y-typography-success\/5 {
  border-top-color: rgb(74 222 128 / 0.05);
  border-bottom-color: rgb(74 222 128 / 0.05);
}
.border-y-typography-success\/50 {
  border-top-color: rgb(74 222 128 / 0.5);
  border-bottom-color: rgb(74 222 128 / 0.5);
}
.border-y-typography-success\/60 {
  border-top-color: rgb(74 222 128 / 0.6);
  border-bottom-color: rgb(74 222 128 / 0.6);
}
.border-y-typography-success\/70 {
  border-top-color: rgb(74 222 128 / 0.7);
  border-bottom-color: rgb(74 222 128 / 0.7);
}
.border-y-typography-success\/75 {
  border-top-color: rgb(74 222 128 / 0.75);
  border-bottom-color: rgb(74 222 128 / 0.75);
}
.border-y-typography-success\/80 {
  border-top-color: rgb(74 222 128 / 0.8);
  border-bottom-color: rgb(74 222 128 / 0.8);
}
.border-y-typography-success\/90 {
  border-top-color: rgb(74 222 128 / 0.9);
  border-bottom-color: rgb(74 222 128 / 0.9);
}
.border-y-typography-success\/95 {
  border-top-color: rgb(74 222 128 / 0.95);
  border-bottom-color: rgb(74 222 128 / 0.95);
}
.border-y-typography-success\/state-disabled {
  border-top-color: rgb(74 222 128 / 0.5);
  border-bottom-color: rgb(74 222 128 / 0.5);
}
.border-y-typography-success\/state-enabled {
  border-top-color: rgb(74 222 128 / 1);
  border-bottom-color: rgb(74 222 128 / 1);
}
.border-y-typography-warning {
  --tw-border-opacity: 1;
  border-top-color: rgb(251 146 60 / var(--tw-border-opacity));
  border-bottom-color: rgb(251 146 60 / var(--tw-border-opacity));
}
.border-y-typography-warning\/0 {
  border-top-color: rgb(251 146 60 / 0);
  border-bottom-color: rgb(251 146 60 / 0);
}
.border-y-typography-warning\/10 {
  border-top-color: rgb(251 146 60 / 0.1);
  border-bottom-color: rgb(251 146 60 / 0.1);
}
.border-y-typography-warning\/100 {
  border-top-color: rgb(251 146 60 / 1);
  border-bottom-color: rgb(251 146 60 / 1);
}
.border-y-typography-warning\/20 {
  border-top-color: rgb(251 146 60 / 0.2);
  border-bottom-color: rgb(251 146 60 / 0.2);
}
.border-y-typography-warning\/25 {
  border-top-color: rgb(251 146 60 / 0.25);
  border-bottom-color: rgb(251 146 60 / 0.25);
}
.border-y-typography-warning\/30 {
  border-top-color: rgb(251 146 60 / 0.3);
  border-bottom-color: rgb(251 146 60 / 0.3);
}
.border-y-typography-warning\/40 {
  border-top-color: rgb(251 146 60 / 0.4);
  border-bottom-color: rgb(251 146 60 / 0.4);
}
.border-y-typography-warning\/5 {
  border-top-color: rgb(251 146 60 / 0.05);
  border-bottom-color: rgb(251 146 60 / 0.05);
}
.border-y-typography-warning\/50 {
  border-top-color: rgb(251 146 60 / 0.5);
  border-bottom-color: rgb(251 146 60 / 0.5);
}
.border-y-typography-warning\/60 {
  border-top-color: rgb(251 146 60 / 0.6);
  border-bottom-color: rgb(251 146 60 / 0.6);
}
.border-y-typography-warning\/70 {
  border-top-color: rgb(251 146 60 / 0.7);
  border-bottom-color: rgb(251 146 60 / 0.7);
}
.border-y-typography-warning\/75 {
  border-top-color: rgb(251 146 60 / 0.75);
  border-bottom-color: rgb(251 146 60 / 0.75);
}
.border-y-typography-warning\/80 {
  border-top-color: rgb(251 146 60 / 0.8);
  border-bottom-color: rgb(251 146 60 / 0.8);
}
.border-y-typography-warning\/90 {
  border-top-color: rgb(251 146 60 / 0.9);
  border-bottom-color: rgb(251 146 60 / 0.9);
}
.border-y-typography-warning\/95 {
  border-top-color: rgb(251 146 60 / 0.95);
  border-bottom-color: rgb(251 146 60 / 0.95);
}
.border-y-typography-warning\/state-disabled {
  border-top-color: rgb(251 146 60 / 0.5);
  border-bottom-color: rgb(251 146 60 / 0.5);
}
.border-y-typography-warning\/state-enabled {
  border-top-color: rgb(251 146 60 / 1);
  border-bottom-color: rgb(251 146 60 / 1);
}
.border-b-avatar-background {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-b-avatar-background\/0 {
  border-bottom-color: rgb(205 141 239 / 0);
}
.border-b-avatar-background\/10 {
  border-bottom-color: rgb(205 141 239 / 0.1);
}
.border-b-avatar-background\/100 {
  border-bottom-color: rgb(205 141 239 / 1);
}
.border-b-avatar-background\/20 {
  border-bottom-color: rgb(205 141 239 / 0.2);
}
.border-b-avatar-background\/25 {
  border-bottom-color: rgb(205 141 239 / 0.25);
}
.border-b-avatar-background\/30 {
  border-bottom-color: rgb(205 141 239 / 0.3);
}
.border-b-avatar-background\/40 {
  border-bottom-color: rgb(205 141 239 / 0.4);
}
.border-b-avatar-background\/5 {
  border-bottom-color: rgb(205 141 239 / 0.05);
}
.border-b-avatar-background\/50 {
  border-bottom-color: rgb(205 141 239 / 0.5);
}
.border-b-avatar-background\/60 {
  border-bottom-color: rgb(205 141 239 / 0.6);
}
.border-b-avatar-background\/70 {
  border-bottom-color: rgb(205 141 239 / 0.7);
}
.border-b-avatar-background\/75 {
  border-bottom-color: rgb(205 141 239 / 0.75);
}
.border-b-avatar-background\/80 {
  border-bottom-color: rgb(205 141 239 / 0.8);
}
.border-b-avatar-background\/90 {
  border-bottom-color: rgb(205 141 239 / 0.9);
}
.border-b-avatar-background\/95 {
  border-bottom-color: rgb(205 141 239 / 0.95);
}
.border-b-avatar-background\/state-disabled {
  border-bottom-color: rgb(205 141 239 / 0.5);
}
.border-b-avatar-background\/state-enabled {
  border-bottom-color: rgb(205 141 239 / 1);
}
.border-b-badge-outline-alternate {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(6 182 212 / var(--tw-border-opacity));
}
.border-b-badge-outline-alternate\/0 {
  border-bottom-color: rgb(6 182 212 / 0);
}
.border-b-badge-outline-alternate\/10 {
  border-bottom-color: rgb(6 182 212 / 0.1);
}
.border-b-badge-outline-alternate\/100 {
  border-bottom-color: rgb(6 182 212 / 1);
}
.border-b-badge-outline-alternate\/20 {
  border-bottom-color: rgb(6 182 212 / 0.2);
}
.border-b-badge-outline-alternate\/25 {
  border-bottom-color: rgb(6 182 212 / 0.25);
}
.border-b-badge-outline-alternate\/30 {
  border-bottom-color: rgb(6 182 212 / 0.3);
}
.border-b-badge-outline-alternate\/40 {
  border-bottom-color: rgb(6 182 212 / 0.4);
}
.border-b-badge-outline-alternate\/5 {
  border-bottom-color: rgb(6 182 212 / 0.05);
}
.border-b-badge-outline-alternate\/50 {
  border-bottom-color: rgb(6 182 212 / 0.5);
}
.border-b-badge-outline-alternate\/60 {
  border-bottom-color: rgb(6 182 212 / 0.6);
}
.border-b-badge-outline-alternate\/70 {
  border-bottom-color: rgb(6 182 212 / 0.7);
}
.border-b-badge-outline-alternate\/75 {
  border-bottom-color: rgb(6 182 212 / 0.75);
}
.border-b-badge-outline-alternate\/80 {
  border-bottom-color: rgb(6 182 212 / 0.8);
}
.border-b-badge-outline-alternate\/90 {
  border-bottom-color: rgb(6 182 212 / 0.9);
}
.border-b-badge-outline-alternate\/95 {
  border-bottom-color: rgb(6 182 212 / 0.95);
}
.border-b-badge-outline-alternate\/state-disabled {
  border-bottom-color: rgb(6 182 212 / 0.5);
}
.border-b-badge-outline-alternate\/state-enabled {
  border-bottom-color: rgb(6 182 212 / 1);
}
.border-b-badge-outline-default {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-b-badge-outline-default\/0 {
  border-bottom-color: rgb(205 141 239 / 0);
}
.border-b-badge-outline-default\/10 {
  border-bottom-color: rgb(205 141 239 / 0.1);
}
.border-b-badge-outline-default\/100 {
  border-bottom-color: rgb(205 141 239 / 1);
}
.border-b-badge-outline-default\/20 {
  border-bottom-color: rgb(205 141 239 / 0.2);
}
.border-b-badge-outline-default\/25 {
  border-bottom-color: rgb(205 141 239 / 0.25);
}
.border-b-badge-outline-default\/30 {
  border-bottom-color: rgb(205 141 239 / 0.3);
}
.border-b-badge-outline-default\/40 {
  border-bottom-color: rgb(205 141 239 / 0.4);
}
.border-b-badge-outline-default\/5 {
  border-bottom-color: rgb(205 141 239 / 0.05);
}
.border-b-badge-outline-default\/50 {
  border-bottom-color: rgb(205 141 239 / 0.5);
}
.border-b-badge-outline-default\/60 {
  border-bottom-color: rgb(205 141 239 / 0.6);
}
.border-b-badge-outline-default\/70 {
  border-bottom-color: rgb(205 141 239 / 0.7);
}
.border-b-badge-outline-default\/75 {
  border-bottom-color: rgb(205 141 239 / 0.75);
}
.border-b-badge-outline-default\/80 {
  border-bottom-color: rgb(205 141 239 / 0.8);
}
.border-b-badge-outline-default\/90 {
  border-bottom-color: rgb(205 141 239 / 0.9);
}
.border-b-badge-outline-default\/95 {
  border-bottom-color: rgb(205 141 239 / 0.95);
}
.border-b-badge-outline-default\/state-disabled {
  border-bottom-color: rgb(205 141 239 / 0.5);
}
.border-b-badge-outline-default\/state-enabled {
  border-bottom-color: rgb(205 141 239 / 1);
}
.border-b-badge-outline-textColor {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-b-badge-outline-textColor\/0 {
  border-bottom-color: rgb(205 141 239 / 0);
}
.border-b-badge-outline-textColor\/10 {
  border-bottom-color: rgb(205 141 239 / 0.1);
}
.border-b-badge-outline-textColor\/100 {
  border-bottom-color: rgb(205 141 239 / 1);
}
.border-b-badge-outline-textColor\/20 {
  border-bottom-color: rgb(205 141 239 / 0.2);
}
.border-b-badge-outline-textColor\/25 {
  border-bottom-color: rgb(205 141 239 / 0.25);
}
.border-b-badge-outline-textColor\/30 {
  border-bottom-color: rgb(205 141 239 / 0.3);
}
.border-b-badge-outline-textColor\/40 {
  border-bottom-color: rgb(205 141 239 / 0.4);
}
.border-b-badge-outline-textColor\/5 {
  border-bottom-color: rgb(205 141 239 / 0.05);
}
.border-b-badge-outline-textColor\/50 {
  border-bottom-color: rgb(205 141 239 / 0.5);
}
.border-b-badge-outline-textColor\/60 {
  border-bottom-color: rgb(205 141 239 / 0.6);
}
.border-b-badge-outline-textColor\/70 {
  border-bottom-color: rgb(205 141 239 / 0.7);
}
.border-b-badge-outline-textColor\/75 {
  border-bottom-color: rgb(205 141 239 / 0.75);
}
.border-b-badge-outline-textColor\/80 {
  border-bottom-color: rgb(205 141 239 / 0.8);
}
.border-b-badge-outline-textColor\/90 {
  border-bottom-color: rgb(205 141 239 / 0.9);
}
.border-b-badge-outline-textColor\/95 {
  border-bottom-color: rgb(205 141 239 / 0.95);
}
.border-b-badge-outline-textColor\/state-disabled {
  border-bottom-color: rgb(205 141 239 / 0.5);
}
.border-b-badge-outline-textColor\/state-enabled {
  border-bottom-color: rgb(205 141 239 / 1);
}
.border-b-badge-solid-alternate {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(6 182 212 / var(--tw-border-opacity));
}
.border-b-badge-solid-alternate\/0 {
  border-bottom-color: rgb(6 182 212 / 0);
}
.border-b-badge-solid-alternate\/10 {
  border-bottom-color: rgb(6 182 212 / 0.1);
}
.border-b-badge-solid-alternate\/100 {
  border-bottom-color: rgb(6 182 212 / 1);
}
.border-b-badge-solid-alternate\/20 {
  border-bottom-color: rgb(6 182 212 / 0.2);
}
.border-b-badge-solid-alternate\/25 {
  border-bottom-color: rgb(6 182 212 / 0.25);
}
.border-b-badge-solid-alternate\/30 {
  border-bottom-color: rgb(6 182 212 / 0.3);
}
.border-b-badge-solid-alternate\/40 {
  border-bottom-color: rgb(6 182 212 / 0.4);
}
.border-b-badge-solid-alternate\/5 {
  border-bottom-color: rgb(6 182 212 / 0.05);
}
.border-b-badge-solid-alternate\/50 {
  border-bottom-color: rgb(6 182 212 / 0.5);
}
.border-b-badge-solid-alternate\/60 {
  border-bottom-color: rgb(6 182 212 / 0.6);
}
.border-b-badge-solid-alternate\/70 {
  border-bottom-color: rgb(6 182 212 / 0.7);
}
.border-b-badge-solid-alternate\/75 {
  border-bottom-color: rgb(6 182 212 / 0.75);
}
.border-b-badge-solid-alternate\/80 {
  border-bottom-color: rgb(6 182 212 / 0.8);
}
.border-b-badge-solid-alternate\/90 {
  border-bottom-color: rgb(6 182 212 / 0.9);
}
.border-b-badge-solid-alternate\/95 {
  border-bottom-color: rgb(6 182 212 / 0.95);
}
.border-b-badge-solid-alternate\/state-disabled {
  border-bottom-color: rgb(6 182 212 / 0.5);
}
.border-b-badge-solid-alternate\/state-enabled {
  border-bottom-color: rgb(6 182 212 / 1);
}
.border-b-badge-solid-default {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-b-badge-solid-default\/0 {
  border-bottom-color: rgb(205 141 239 / 0);
}
.border-b-badge-solid-default\/10 {
  border-bottom-color: rgb(205 141 239 / 0.1);
}
.border-b-badge-solid-default\/100 {
  border-bottom-color: rgb(205 141 239 / 1);
}
.border-b-badge-solid-default\/20 {
  border-bottom-color: rgb(205 141 239 / 0.2);
}
.border-b-badge-solid-default\/25 {
  border-bottom-color: rgb(205 141 239 / 0.25);
}
.border-b-badge-solid-default\/30 {
  border-bottom-color: rgb(205 141 239 / 0.3);
}
.border-b-badge-solid-default\/40 {
  border-bottom-color: rgb(205 141 239 / 0.4);
}
.border-b-badge-solid-default\/5 {
  border-bottom-color: rgb(205 141 239 / 0.05);
}
.border-b-badge-solid-default\/50 {
  border-bottom-color: rgb(205 141 239 / 0.5);
}
.border-b-badge-solid-default\/60 {
  border-bottom-color: rgb(205 141 239 / 0.6);
}
.border-b-badge-solid-default\/70 {
  border-bottom-color: rgb(205 141 239 / 0.7);
}
.border-b-badge-solid-default\/75 {
  border-bottom-color: rgb(205 141 239 / 0.75);
}
.border-b-badge-solid-default\/80 {
  border-bottom-color: rgb(205 141 239 / 0.8);
}
.border-b-badge-solid-default\/90 {
  border-bottom-color: rgb(205 141 239 / 0.9);
}
.border-b-badge-solid-default\/95 {
  border-bottom-color: rgb(205 141 239 / 0.95);
}
.border-b-badge-solid-default\/state-disabled {
  border-bottom-color: rgb(205 141 239 / 0.5);
}
.border-b-badge-solid-default\/state-enabled {
  border-bottom-color: rgb(205 141 239 / 1);
}
.border-b-badge-solid-textColor {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.border-b-badge-solid-textColor\/0 {
  border-bottom-color: rgb(64 64 64 / 0);
}
.border-b-badge-solid-textColor\/10 {
  border-bottom-color: rgb(64 64 64 / 0.1);
}
.border-b-badge-solid-textColor\/100 {
  border-bottom-color: rgb(64 64 64 / 1);
}
.border-b-badge-solid-textColor\/20 {
  border-bottom-color: rgb(64 64 64 / 0.2);
}
.border-b-badge-solid-textColor\/25 {
  border-bottom-color: rgb(64 64 64 / 0.25);
}
.border-b-badge-solid-textColor\/30 {
  border-bottom-color: rgb(64 64 64 / 0.3);
}
.border-b-badge-solid-textColor\/40 {
  border-bottom-color: rgb(64 64 64 / 0.4);
}
.border-b-badge-solid-textColor\/5 {
  border-bottom-color: rgb(64 64 64 / 0.05);
}
.border-b-badge-solid-textColor\/50 {
  border-bottom-color: rgb(64 64 64 / 0.5);
}
.border-b-badge-solid-textColor\/60 {
  border-bottom-color: rgb(64 64 64 / 0.6);
}
.border-b-badge-solid-textColor\/70 {
  border-bottom-color: rgb(64 64 64 / 0.7);
}
.border-b-badge-solid-textColor\/75 {
  border-bottom-color: rgb(64 64 64 / 0.75);
}
.border-b-badge-solid-textColor\/80 {
  border-bottom-color: rgb(64 64 64 / 0.8);
}
.border-b-badge-solid-textColor\/90 {
  border-bottom-color: rgb(64 64 64 / 0.9);
}
.border-b-badge-solid-textColor\/95 {
  border-bottom-color: rgb(64 64 64 / 0.95);
}
.border-b-badge-solid-textColor\/state-disabled {
  border-bottom-color: rgb(64 64 64 / 0.5);
}
.border-b-badge-solid-textColor\/state-enabled {
  border-bottom-color: rgb(64 64 64 / 1);
}
.border-b-divider-default {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(55 65 81 / var(--tw-border-opacity));
}
.border-b-divider-default\/0 {
  border-bottom-color: rgb(55 65 81 / 0);
}
.border-b-divider-default\/10 {
  border-bottom-color: rgb(55 65 81 / 0.1);
}
.border-b-divider-default\/100 {
  border-bottom-color: rgb(55 65 81 / 1);
}
.border-b-divider-default\/20 {
  border-bottom-color: rgb(55 65 81 / 0.2);
}
.border-b-divider-default\/25 {
  border-bottom-color: rgb(55 65 81 / 0.25);
}
.border-b-divider-default\/30 {
  border-bottom-color: rgb(55 65 81 / 0.3);
}
.border-b-divider-default\/40 {
  border-bottom-color: rgb(55 65 81 / 0.4);
}
.border-b-divider-default\/5 {
  border-bottom-color: rgb(55 65 81 / 0.05);
}
.border-b-divider-default\/50 {
  border-bottom-color: rgb(55 65 81 / 0.5);
}
.border-b-divider-default\/60 {
  border-bottom-color: rgb(55 65 81 / 0.6);
}
.border-b-divider-default\/70 {
  border-bottom-color: rgb(55 65 81 / 0.7);
}
.border-b-divider-default\/75 {
  border-bottom-color: rgb(55 65 81 / 0.75);
}
.border-b-divider-default\/80 {
  border-bottom-color: rgb(55 65 81 / 0.8);
}
.border-b-divider-default\/90 {
  border-bottom-color: rgb(55 65 81 / 0.9);
}
.border-b-divider-default\/95 {
  border-bottom-color: rgb(55 65 81 / 0.95);
}
.border-b-divider-default\/state-disabled {
  border-bottom-color: rgb(55 65 81 / 0.5);
}
.border-b-divider-default\/state-enabled {
  border-bottom-color: rgb(55 65 81 / 1);
}
.border-b-input-background {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(23 23 23 / var(--tw-border-opacity));
}
.border-b-input-background\/0 {
  border-bottom-color: rgb(23 23 23 / 0);
}
.border-b-input-background\/10 {
  border-bottom-color: rgb(23 23 23 / 0.1);
}
.border-b-input-background\/100 {
  border-bottom-color: rgb(23 23 23 / 1);
}
.border-b-input-background\/20 {
  border-bottom-color: rgb(23 23 23 / 0.2);
}
.border-b-input-background\/25 {
  border-bottom-color: rgb(23 23 23 / 0.25);
}
.border-b-input-background\/30 {
  border-bottom-color: rgb(23 23 23 / 0.3);
}
.border-b-input-background\/40 {
  border-bottom-color: rgb(23 23 23 / 0.4);
}
.border-b-input-background\/5 {
  border-bottom-color: rgb(23 23 23 / 0.05);
}
.border-b-input-background\/50 {
  border-bottom-color: rgb(23 23 23 / 0.5);
}
.border-b-input-background\/60 {
  border-bottom-color: rgb(23 23 23 / 0.6);
}
.border-b-input-background\/70 {
  border-bottom-color: rgb(23 23 23 / 0.7);
}
.border-b-input-background\/75 {
  border-bottom-color: rgb(23 23 23 / 0.75);
}
.border-b-input-background\/80 {
  border-bottom-color: rgb(23 23 23 / 0.8);
}
.border-b-input-background\/90 {
  border-bottom-color: rgb(23 23 23 / 0.9);
}
.border-b-input-background\/95 {
  border-bottom-color: rgb(23 23 23 / 0.95);
}
.border-b-input-background\/state-disabled {
  border-bottom-color: rgb(23 23 23 / 0.5);
}
.border-b-input-background\/state-enabled {
  border-bottom-color: rgb(23 23 23 / 1);
}
.border-b-input-checkbox-background {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-b-input-checkbox-background\/0 {
  border-bottom-color: rgb(205 141 239 / 0);
}
.border-b-input-checkbox-background\/10 {
  border-bottom-color: rgb(205 141 239 / 0.1);
}
.border-b-input-checkbox-background\/100 {
  border-bottom-color: rgb(205 141 239 / 1);
}
.border-b-input-checkbox-background\/20 {
  border-bottom-color: rgb(205 141 239 / 0.2);
}
.border-b-input-checkbox-background\/25 {
  border-bottom-color: rgb(205 141 239 / 0.25);
}
.border-b-input-checkbox-background\/30 {
  border-bottom-color: rgb(205 141 239 / 0.3);
}
.border-b-input-checkbox-background\/40 {
  border-bottom-color: rgb(205 141 239 / 0.4);
}
.border-b-input-checkbox-background\/5 {
  border-bottom-color: rgb(205 141 239 / 0.05);
}
.border-b-input-checkbox-background\/50 {
  border-bottom-color: rgb(205 141 239 / 0.5);
}
.border-b-input-checkbox-background\/60 {
  border-bottom-color: rgb(205 141 239 / 0.6);
}
.border-b-input-checkbox-background\/70 {
  border-bottom-color: rgb(205 141 239 / 0.7);
}
.border-b-input-checkbox-background\/75 {
  border-bottom-color: rgb(205 141 239 / 0.75);
}
.border-b-input-checkbox-background\/80 {
  border-bottom-color: rgb(205 141 239 / 0.8);
}
.border-b-input-checkbox-background\/90 {
  border-bottom-color: rgb(205 141 239 / 0.9);
}
.border-b-input-checkbox-background\/95 {
  border-bottom-color: rgb(205 141 239 / 0.95);
}
.border-b-input-checkbox-background\/state-disabled {
  border-bottom-color: rgb(205 141 239 / 0.5);
}
.border-b-input-checkbox-background\/state-enabled {
  border-bottom-color: rgb(205 141 239 / 1);
}
.border-b-input-checkbox-border {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-b-input-checkbox-border\/0 {
  border-bottom-color: rgb(205 141 239 / 0);
}
.border-b-input-checkbox-border\/10 {
  border-bottom-color: rgb(205 141 239 / 0.1);
}
.border-b-input-checkbox-border\/100 {
  border-bottom-color: rgb(205 141 239 / 1);
}
.border-b-input-checkbox-border\/20 {
  border-bottom-color: rgb(205 141 239 / 0.2);
}
.border-b-input-checkbox-border\/25 {
  border-bottom-color: rgb(205 141 239 / 0.25);
}
.border-b-input-checkbox-border\/30 {
  border-bottom-color: rgb(205 141 239 / 0.3);
}
.border-b-input-checkbox-border\/40 {
  border-bottom-color: rgb(205 141 239 / 0.4);
}
.border-b-input-checkbox-border\/5 {
  border-bottom-color: rgb(205 141 239 / 0.05);
}
.border-b-input-checkbox-border\/50 {
  border-bottom-color: rgb(205 141 239 / 0.5);
}
.border-b-input-checkbox-border\/60 {
  border-bottom-color: rgb(205 141 239 / 0.6);
}
.border-b-input-checkbox-border\/70 {
  border-bottom-color: rgb(205 141 239 / 0.7);
}
.border-b-input-checkbox-border\/75 {
  border-bottom-color: rgb(205 141 239 / 0.75);
}
.border-b-input-checkbox-border\/80 {
  border-bottom-color: rgb(205 141 239 / 0.8);
}
.border-b-input-checkbox-border\/90 {
  border-bottom-color: rgb(205 141 239 / 0.9);
}
.border-b-input-checkbox-border\/95 {
  border-bottom-color: rgb(205 141 239 / 0.95);
}
.border-b-input-checkbox-border\/state-disabled {
  border-bottom-color: rgb(205 141 239 / 0.5);
}
.border-b-input-checkbox-border\/state-enabled {
  border-bottom-color: rgb(205 141 239 / 1);
}
.border-b-input-checkbox-contrast {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.border-b-input-checkbox-contrast\/0 {
  border-bottom-color: rgb(64 64 64 / 0);
}
.border-b-input-checkbox-contrast\/10 {
  border-bottom-color: rgb(64 64 64 / 0.1);
}
.border-b-input-checkbox-contrast\/100 {
  border-bottom-color: rgb(64 64 64 / 1);
}
.border-b-input-checkbox-contrast\/20 {
  border-bottom-color: rgb(64 64 64 / 0.2);
}
.border-b-input-checkbox-contrast\/25 {
  border-bottom-color: rgb(64 64 64 / 0.25);
}
.border-b-input-checkbox-contrast\/30 {
  border-bottom-color: rgb(64 64 64 / 0.3);
}
.border-b-input-checkbox-contrast\/40 {
  border-bottom-color: rgb(64 64 64 / 0.4);
}
.border-b-input-checkbox-contrast\/5 {
  border-bottom-color: rgb(64 64 64 / 0.05);
}
.border-b-input-checkbox-contrast\/50 {
  border-bottom-color: rgb(64 64 64 / 0.5);
}
.border-b-input-checkbox-contrast\/60 {
  border-bottom-color: rgb(64 64 64 / 0.6);
}
.border-b-input-checkbox-contrast\/70 {
  border-bottom-color: rgb(64 64 64 / 0.7);
}
.border-b-input-checkbox-contrast\/75 {
  border-bottom-color: rgb(64 64 64 / 0.75);
}
.border-b-input-checkbox-contrast\/80 {
  border-bottom-color: rgb(64 64 64 / 0.8);
}
.border-b-input-checkbox-contrast\/90 {
  border-bottom-color: rgb(64 64 64 / 0.9);
}
.border-b-input-checkbox-contrast\/95 {
  border-bottom-color: rgb(64 64 64 / 0.95);
}
.border-b-input-checkbox-contrast\/state-disabled {
  border-bottom-color: rgb(64 64 64 / 0.5);
}
.border-b-input-checkbox-contrast\/state-enabled {
  border-bottom-color: rgb(64 64 64 / 1);
}
.border-b-input-default-bg {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(17 17 17 / var(--tw-border-opacity));
}
.border-b-input-default-bg\/0 {
  border-bottom-color: rgb(17 17 17 / 0);
}
.border-b-input-default-bg\/10 {
  border-bottom-color: rgb(17 17 17 / 0.1);
}
.border-b-input-default-bg\/100 {
  border-bottom-color: rgb(17 17 17 / 1);
}
.border-b-input-default-bg\/20 {
  border-bottom-color: rgb(17 17 17 / 0.2);
}
.border-b-input-default-bg\/25 {
  border-bottom-color: rgb(17 17 17 / 0.25);
}
.border-b-input-default-bg\/30 {
  border-bottom-color: rgb(17 17 17 / 0.3);
}
.border-b-input-default-bg\/40 {
  border-bottom-color: rgb(17 17 17 / 0.4);
}
.border-b-input-default-bg\/5 {
  border-bottom-color: rgb(17 17 17 / 0.05);
}
.border-b-input-default-bg\/50 {
  border-bottom-color: rgb(17 17 17 / 0.5);
}
.border-b-input-default-bg\/60 {
  border-bottom-color: rgb(17 17 17 / 0.6);
}
.border-b-input-default-bg\/70 {
  border-bottom-color: rgb(17 17 17 / 0.7);
}
.border-b-input-default-bg\/75 {
  border-bottom-color: rgb(17 17 17 / 0.75);
}
.border-b-input-default-bg\/80 {
  border-bottom-color: rgb(17 17 17 / 0.8);
}
.border-b-input-default-bg\/90 {
  border-bottom-color: rgb(17 17 17 / 0.9);
}
.border-b-input-default-bg\/95 {
  border-bottom-color: rgb(17 17 17 / 0.95);
}
.border-b-input-default-bg\/state-disabled {
  border-bottom-color: rgb(17 17 17 / 0.5);
}
.border-b-input-default-bg\/state-enabled {
  border-bottom-color: rgb(17 17 17 / 1);
}
.border-b-input-default-border {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.border-b-input-default-border\/0 {
  border-bottom-color: rgb(64 64 64 / 0);
}
.border-b-input-default-border\/10 {
  border-bottom-color: rgb(64 64 64 / 0.1);
}
.border-b-input-default-border\/100 {
  border-bottom-color: rgb(64 64 64 / 1);
}
.border-b-input-default-border\/20 {
  border-bottom-color: rgb(64 64 64 / 0.2);
}
.border-b-input-default-border\/25 {
  border-bottom-color: rgb(64 64 64 / 0.25);
}
.border-b-input-default-border\/30 {
  border-bottom-color: rgb(64 64 64 / 0.3);
}
.border-b-input-default-border\/40 {
  border-bottom-color: rgb(64 64 64 / 0.4);
}
.border-b-input-default-border\/5 {
  border-bottom-color: rgb(64 64 64 / 0.05);
}
.border-b-input-default-border\/50 {
  border-bottom-color: rgb(64 64 64 / 0.5);
}
.border-b-input-default-border\/60 {
  border-bottom-color: rgb(64 64 64 / 0.6);
}
.border-b-input-default-border\/70 {
  border-bottom-color: rgb(64 64 64 / 0.7);
}
.border-b-input-default-border\/75 {
  border-bottom-color: rgb(64 64 64 / 0.75);
}
.border-b-input-default-border\/80 {
  border-bottom-color: rgb(64 64 64 / 0.8);
}
.border-b-input-default-border\/90 {
  border-bottom-color: rgb(64 64 64 / 0.9);
}
.border-b-input-default-border\/95 {
  border-bottom-color: rgb(64 64 64 / 0.95);
}
.border-b-input-default-border\/state-disabled {
  border-bottom-color: rgb(64 64 64 / 0.5);
}
.border-b-input-default-border\/state-enabled {
  border-bottom-color: rgb(64 64 64 / 1);
}
.border-b-input-default-placeholder {
  border-bottom-color: rgba(255, 255, 255, 0.4);
}
.border-b-input-default-placeholder\/0 {
  border-bottom-color: rgba(255, 255, 255, 0);
}
.border-b-input-default-placeholder\/10 {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.border-b-input-default-placeholder\/100 {
  border-bottom-color: rgba(255, 255, 255, 1);
}
.border-b-input-default-placeholder\/20 {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.border-b-input-default-placeholder\/25 {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}
.border-b-input-default-placeholder\/30 {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.border-b-input-default-placeholder\/40 {
  border-bottom-color: rgba(255, 255, 255, 0.4);
}
.border-b-input-default-placeholder\/5 {
  border-bottom-color: rgba(255, 255, 255, 0.05);
}
.border-b-input-default-placeholder\/50 {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.border-b-input-default-placeholder\/60 {
  border-bottom-color: rgba(255, 255, 255, 0.6);
}
.border-b-input-default-placeholder\/70 {
  border-bottom-color: rgba(255, 255, 255, 0.7);
}
.border-b-input-default-placeholder\/75 {
  border-bottom-color: rgba(255, 255, 255, 0.75);
}
.border-b-input-default-placeholder\/80 {
  border-bottom-color: rgba(255, 255, 255, 0.8);
}
.border-b-input-default-placeholder\/90 {
  border-bottom-color: rgba(255, 255, 255, 0.9);
}
.border-b-input-default-placeholder\/95 {
  border-bottom-color: rgba(255, 255, 255, 0.95);
}
.border-b-input-default-placeholder\/state-disabled {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.border-b-input-default-placeholder\/state-enabled {
  border-bottom-color: rgba(255, 255, 255, 1);
}
.border-b-input-default-text {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-b-input-default-text\/0 {
  border-bottom-color: rgb(255 255 255 / 0);
}
.border-b-input-default-text\/10 {
  border-bottom-color: rgb(255 255 255 / 0.1);
}
.border-b-input-default-text\/100 {
  border-bottom-color: rgb(255 255 255 / 1);
}
.border-b-input-default-text\/20 {
  border-bottom-color: rgb(255 255 255 / 0.2);
}
.border-b-input-default-text\/25 {
  border-bottom-color: rgb(255 255 255 / 0.25);
}
.border-b-input-default-text\/30 {
  border-bottom-color: rgb(255 255 255 / 0.3);
}
.border-b-input-default-text\/40 {
  border-bottom-color: rgb(255 255 255 / 0.4);
}
.border-b-input-default-text\/5 {
  border-bottom-color: rgb(255 255 255 / 0.05);
}
.border-b-input-default-text\/50 {
  border-bottom-color: rgb(255 255 255 / 0.5);
}
.border-b-input-default-text\/60 {
  border-bottom-color: rgb(255 255 255 / 0.6);
}
.border-b-input-default-text\/70 {
  border-bottom-color: rgb(255 255 255 / 0.7);
}
.border-b-input-default-text\/75 {
  border-bottom-color: rgb(255 255 255 / 0.75);
}
.border-b-input-default-text\/80 {
  border-bottom-color: rgb(255 255 255 / 0.8);
}
.border-b-input-default-text\/90 {
  border-bottom-color: rgb(255 255 255 / 0.9);
}
.border-b-input-default-text\/95 {
  border-bottom-color: rgb(255 255 255 / 0.95);
}
.border-b-input-default-text\/state-disabled {
  border-bottom-color: rgb(255 255 255 / 0.5);
}
.border-b-input-default-text\/state-enabled {
  border-bottom-color: rgb(255 255 255 / 1);
}
.border-b-input-dropdown-background {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(17 17 17 / var(--tw-border-opacity));
}
.border-b-input-dropdown-background\/0 {
  border-bottom-color: rgb(17 17 17 / 0);
}
.border-b-input-dropdown-background\/10 {
  border-bottom-color: rgb(17 17 17 / 0.1);
}
.border-b-input-dropdown-background\/100 {
  border-bottom-color: rgb(17 17 17 / 1);
}
.border-b-input-dropdown-background\/20 {
  border-bottom-color: rgb(17 17 17 / 0.2);
}
.border-b-input-dropdown-background\/25 {
  border-bottom-color: rgb(17 17 17 / 0.25);
}
.border-b-input-dropdown-background\/30 {
  border-bottom-color: rgb(17 17 17 / 0.3);
}
.border-b-input-dropdown-background\/40 {
  border-bottom-color: rgb(17 17 17 / 0.4);
}
.border-b-input-dropdown-background\/5 {
  border-bottom-color: rgb(17 17 17 / 0.05);
}
.border-b-input-dropdown-background\/50 {
  border-bottom-color: rgb(17 17 17 / 0.5);
}
.border-b-input-dropdown-background\/60 {
  border-bottom-color: rgb(17 17 17 / 0.6);
}
.border-b-input-dropdown-background\/70 {
  border-bottom-color: rgb(17 17 17 / 0.7);
}
.border-b-input-dropdown-background\/75 {
  border-bottom-color: rgb(17 17 17 / 0.75);
}
.border-b-input-dropdown-background\/80 {
  border-bottom-color: rgb(17 17 17 / 0.8);
}
.border-b-input-dropdown-background\/90 {
  border-bottom-color: rgb(17 17 17 / 0.9);
}
.border-b-input-dropdown-background\/95 {
  border-bottom-color: rgb(17 17 17 / 0.95);
}
.border-b-input-dropdown-background\/state-disabled {
  border-bottom-color: rgb(17 17 17 / 0.5);
}
.border-b-input-dropdown-background\/state-enabled {
  border-bottom-color: rgb(17 17 17 / 1);
}
.border-b-input-error-bg {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(17 17 17 / var(--tw-border-opacity));
}
.border-b-input-error-bg\/0 {
  border-bottom-color: rgb(17 17 17 / 0);
}
.border-b-input-error-bg\/10 {
  border-bottom-color: rgb(17 17 17 / 0.1);
}
.border-b-input-error-bg\/100 {
  border-bottom-color: rgb(17 17 17 / 1);
}
.border-b-input-error-bg\/20 {
  border-bottom-color: rgb(17 17 17 / 0.2);
}
.border-b-input-error-bg\/25 {
  border-bottom-color: rgb(17 17 17 / 0.25);
}
.border-b-input-error-bg\/30 {
  border-bottom-color: rgb(17 17 17 / 0.3);
}
.border-b-input-error-bg\/40 {
  border-bottom-color: rgb(17 17 17 / 0.4);
}
.border-b-input-error-bg\/5 {
  border-bottom-color: rgb(17 17 17 / 0.05);
}
.border-b-input-error-bg\/50 {
  border-bottom-color: rgb(17 17 17 / 0.5);
}
.border-b-input-error-bg\/60 {
  border-bottom-color: rgb(17 17 17 / 0.6);
}
.border-b-input-error-bg\/70 {
  border-bottom-color: rgb(17 17 17 / 0.7);
}
.border-b-input-error-bg\/75 {
  border-bottom-color: rgb(17 17 17 / 0.75);
}
.border-b-input-error-bg\/80 {
  border-bottom-color: rgb(17 17 17 / 0.8);
}
.border-b-input-error-bg\/90 {
  border-bottom-color: rgb(17 17 17 / 0.9);
}
.border-b-input-error-bg\/95 {
  border-bottom-color: rgb(17 17 17 / 0.95);
}
.border-b-input-error-bg\/state-disabled {
  border-bottom-color: rgb(17 17 17 / 0.5);
}
.border-b-input-error-bg\/state-enabled {
  border-bottom-color: rgb(17 17 17 / 1);
}
.border-b-input-error-border {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(248 113 113 / var(--tw-border-opacity));
}
.border-b-input-error-border\/0 {
  border-bottom-color: rgb(248 113 113 / 0);
}
.border-b-input-error-border\/10 {
  border-bottom-color: rgb(248 113 113 / 0.1);
}
.border-b-input-error-border\/100 {
  border-bottom-color: rgb(248 113 113 / 1);
}
.border-b-input-error-border\/20 {
  border-bottom-color: rgb(248 113 113 / 0.2);
}
.border-b-input-error-border\/25 {
  border-bottom-color: rgb(248 113 113 / 0.25);
}
.border-b-input-error-border\/30 {
  border-bottom-color: rgb(248 113 113 / 0.3);
}
.border-b-input-error-border\/40 {
  border-bottom-color: rgb(248 113 113 / 0.4);
}
.border-b-input-error-border\/5 {
  border-bottom-color: rgb(248 113 113 / 0.05);
}
.border-b-input-error-border\/50 {
  border-bottom-color: rgb(248 113 113 / 0.5);
}
.border-b-input-error-border\/60 {
  border-bottom-color: rgb(248 113 113 / 0.6);
}
.border-b-input-error-border\/70 {
  border-bottom-color: rgb(248 113 113 / 0.7);
}
.border-b-input-error-border\/75 {
  border-bottom-color: rgb(248 113 113 / 0.75);
}
.border-b-input-error-border\/80 {
  border-bottom-color: rgb(248 113 113 / 0.8);
}
.border-b-input-error-border\/90 {
  border-bottom-color: rgb(248 113 113 / 0.9);
}
.border-b-input-error-border\/95 {
  border-bottom-color: rgb(248 113 113 / 0.95);
}
.border-b-input-error-border\/state-disabled {
  border-bottom-color: rgb(248 113 113 / 0.5);
}
.border-b-input-error-border\/state-enabled {
  border-bottom-color: rgb(248 113 113 / 1);
}
.border-b-input-error-placeholder {
  border-bottom-color: rgba(255, 255, 255, 0.4);
}
.border-b-input-error-placeholder\/0 {
  border-bottom-color: rgba(255, 255, 255, 0);
}
.border-b-input-error-placeholder\/10 {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.border-b-input-error-placeholder\/100 {
  border-bottom-color: rgba(255, 255, 255, 1);
}
.border-b-input-error-placeholder\/20 {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.border-b-input-error-placeholder\/25 {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}
.border-b-input-error-placeholder\/30 {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.border-b-input-error-placeholder\/40 {
  border-bottom-color: rgba(255, 255, 255, 0.4);
}
.border-b-input-error-placeholder\/5 {
  border-bottom-color: rgba(255, 255, 255, 0.05);
}
.border-b-input-error-placeholder\/50 {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.border-b-input-error-placeholder\/60 {
  border-bottom-color: rgba(255, 255, 255, 0.6);
}
.border-b-input-error-placeholder\/70 {
  border-bottom-color: rgba(255, 255, 255, 0.7);
}
.border-b-input-error-placeholder\/75 {
  border-bottom-color: rgba(255, 255, 255, 0.75);
}
.border-b-input-error-placeholder\/80 {
  border-bottom-color: rgba(255, 255, 255, 0.8);
}
.border-b-input-error-placeholder\/90 {
  border-bottom-color: rgba(255, 255, 255, 0.9);
}
.border-b-input-error-placeholder\/95 {
  border-bottom-color: rgba(255, 255, 255, 0.95);
}
.border-b-input-error-placeholder\/state-disabled {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.border-b-input-error-placeholder\/state-enabled {
  border-bottom-color: rgba(255, 255, 255, 1);
}
.border-b-input-error-text {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(248 113 113 / var(--tw-border-opacity));
}
.border-b-input-error-text\/0 {
  border-bottom-color: rgb(248 113 113 / 0);
}
.border-b-input-error-text\/10 {
  border-bottom-color: rgb(248 113 113 / 0.1);
}
.border-b-input-error-text\/100 {
  border-bottom-color: rgb(248 113 113 / 1);
}
.border-b-input-error-text\/20 {
  border-bottom-color: rgb(248 113 113 / 0.2);
}
.border-b-input-error-text\/25 {
  border-bottom-color: rgb(248 113 113 / 0.25);
}
.border-b-input-error-text\/30 {
  border-bottom-color: rgb(248 113 113 / 0.3);
}
.border-b-input-error-text\/40 {
  border-bottom-color: rgb(248 113 113 / 0.4);
}
.border-b-input-error-text\/5 {
  border-bottom-color: rgb(248 113 113 / 0.05);
}
.border-b-input-error-text\/50 {
  border-bottom-color: rgb(248 113 113 / 0.5);
}
.border-b-input-error-text\/60 {
  border-bottom-color: rgb(248 113 113 / 0.6);
}
.border-b-input-error-text\/70 {
  border-bottom-color: rgb(248 113 113 / 0.7);
}
.border-b-input-error-text\/75 {
  border-bottom-color: rgb(248 113 113 / 0.75);
}
.border-b-input-error-text\/80 {
  border-bottom-color: rgb(248 113 113 / 0.8);
}
.border-b-input-error-text\/90 {
  border-bottom-color: rgb(248 113 113 / 0.9);
}
.border-b-input-error-text\/95 {
  border-bottom-color: rgb(248 113 113 / 0.95);
}
.border-b-input-error-text\/state-disabled {
  border-bottom-color: rgb(248 113 113 / 0.5);
}
.border-b-input-error-text\/state-enabled {
  border-bottom-color: rgb(248 113 113 / 1);
}
.border-b-input-focused-bg {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(17 17 17 / var(--tw-border-opacity));
}
.border-b-input-focused-bg\/0 {
  border-bottom-color: rgb(17 17 17 / 0);
}
.border-b-input-focused-bg\/10 {
  border-bottom-color: rgb(17 17 17 / 0.1);
}
.border-b-input-focused-bg\/100 {
  border-bottom-color: rgb(17 17 17 / 1);
}
.border-b-input-focused-bg\/20 {
  border-bottom-color: rgb(17 17 17 / 0.2);
}
.border-b-input-focused-bg\/25 {
  border-bottom-color: rgb(17 17 17 / 0.25);
}
.border-b-input-focused-bg\/30 {
  border-bottom-color: rgb(17 17 17 / 0.3);
}
.border-b-input-focused-bg\/40 {
  border-bottom-color: rgb(17 17 17 / 0.4);
}
.border-b-input-focused-bg\/5 {
  border-bottom-color: rgb(17 17 17 / 0.05);
}
.border-b-input-focused-bg\/50 {
  border-bottom-color: rgb(17 17 17 / 0.5);
}
.border-b-input-focused-bg\/60 {
  border-bottom-color: rgb(17 17 17 / 0.6);
}
.border-b-input-focused-bg\/70 {
  border-bottom-color: rgb(17 17 17 / 0.7);
}
.border-b-input-focused-bg\/75 {
  border-bottom-color: rgb(17 17 17 / 0.75);
}
.border-b-input-focused-bg\/80 {
  border-bottom-color: rgb(17 17 17 / 0.8);
}
.border-b-input-focused-bg\/90 {
  border-bottom-color: rgb(17 17 17 / 0.9);
}
.border-b-input-focused-bg\/95 {
  border-bottom-color: rgb(17 17 17 / 0.95);
}
.border-b-input-focused-bg\/state-disabled {
  border-bottom-color: rgb(17 17 17 / 0.5);
}
.border-b-input-focused-bg\/state-enabled {
  border-bottom-color: rgb(17 17 17 / 1);
}
.border-b-input-focused-border {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(98 98 98 / var(--tw-border-opacity));
}
.border-b-input-focused-border\/0 {
  border-bottom-color: rgb(98 98 98 / 0);
}
.border-b-input-focused-border\/10 {
  border-bottom-color: rgb(98 98 98 / 0.1);
}
.border-b-input-focused-border\/100 {
  border-bottom-color: rgb(98 98 98 / 1);
}
.border-b-input-focused-border\/20 {
  border-bottom-color: rgb(98 98 98 / 0.2);
}
.border-b-input-focused-border\/25 {
  border-bottom-color: rgb(98 98 98 / 0.25);
}
.border-b-input-focused-border\/30 {
  border-bottom-color: rgb(98 98 98 / 0.3);
}
.border-b-input-focused-border\/40 {
  border-bottom-color: rgb(98 98 98 / 0.4);
}
.border-b-input-focused-border\/5 {
  border-bottom-color: rgb(98 98 98 / 0.05);
}
.border-b-input-focused-border\/50 {
  border-bottom-color: rgb(98 98 98 / 0.5);
}
.border-b-input-focused-border\/60 {
  border-bottom-color: rgb(98 98 98 / 0.6);
}
.border-b-input-focused-border\/70 {
  border-bottom-color: rgb(98 98 98 / 0.7);
}
.border-b-input-focused-border\/75 {
  border-bottom-color: rgb(98 98 98 / 0.75);
}
.border-b-input-focused-border\/80 {
  border-bottom-color: rgb(98 98 98 / 0.8);
}
.border-b-input-focused-border\/90 {
  border-bottom-color: rgb(98 98 98 / 0.9);
}
.border-b-input-focused-border\/95 {
  border-bottom-color: rgb(98 98 98 / 0.95);
}
.border-b-input-focused-border\/state-disabled {
  border-bottom-color: rgb(98 98 98 / 0.5);
}
.border-b-input-focused-border\/state-enabled {
  border-bottom-color: rgb(98 98 98 / 1);
}
.border-b-input-focused-placeholder {
  border-bottom-color: rgba(255, 255, 255, 0.4);
}
.border-b-input-focused-placeholder\/0 {
  border-bottom-color: rgba(255, 255, 255, 0);
}
.border-b-input-focused-placeholder\/10 {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.border-b-input-focused-placeholder\/100 {
  border-bottom-color: rgba(255, 255, 255, 1);
}
.border-b-input-focused-placeholder\/20 {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.border-b-input-focused-placeholder\/25 {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}
.border-b-input-focused-placeholder\/30 {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.border-b-input-focused-placeholder\/40 {
  border-bottom-color: rgba(255, 255, 255, 0.4);
}
.border-b-input-focused-placeholder\/5 {
  border-bottom-color: rgba(255, 255, 255, 0.05);
}
.border-b-input-focused-placeholder\/50 {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.border-b-input-focused-placeholder\/60 {
  border-bottom-color: rgba(255, 255, 255, 0.6);
}
.border-b-input-focused-placeholder\/70 {
  border-bottom-color: rgba(255, 255, 255, 0.7);
}
.border-b-input-focused-placeholder\/75 {
  border-bottom-color: rgba(255, 255, 255, 0.75);
}
.border-b-input-focused-placeholder\/80 {
  border-bottom-color: rgba(255, 255, 255, 0.8);
}
.border-b-input-focused-placeholder\/90 {
  border-bottom-color: rgba(255, 255, 255, 0.9);
}
.border-b-input-focused-placeholder\/95 {
  border-bottom-color: rgba(255, 255, 255, 0.95);
}
.border-b-input-focused-placeholder\/state-disabled {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.border-b-input-focused-placeholder\/state-enabled {
  border-bottom-color: rgba(255, 255, 255, 1);
}
.border-b-input-focused-text {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-b-input-focused-text\/0 {
  border-bottom-color: rgb(255 255 255 / 0);
}
.border-b-input-focused-text\/10 {
  border-bottom-color: rgb(255 255 255 / 0.1);
}
.border-b-input-focused-text\/100 {
  border-bottom-color: rgb(255 255 255 / 1);
}
.border-b-input-focused-text\/20 {
  border-bottom-color: rgb(255 255 255 / 0.2);
}
.border-b-input-focused-text\/25 {
  border-bottom-color: rgb(255 255 255 / 0.25);
}
.border-b-input-focused-text\/30 {
  border-bottom-color: rgb(255 255 255 / 0.3);
}
.border-b-input-focused-text\/40 {
  border-bottom-color: rgb(255 255 255 / 0.4);
}
.border-b-input-focused-text\/5 {
  border-bottom-color: rgb(255 255 255 / 0.05);
}
.border-b-input-focused-text\/50 {
  border-bottom-color: rgb(255 255 255 / 0.5);
}
.border-b-input-focused-text\/60 {
  border-bottom-color: rgb(255 255 255 / 0.6);
}
.border-b-input-focused-text\/70 {
  border-bottom-color: rgb(255 255 255 / 0.7);
}
.border-b-input-focused-text\/75 {
  border-bottom-color: rgb(255 255 255 / 0.75);
}
.border-b-input-focused-text\/80 {
  border-bottom-color: rgb(255 255 255 / 0.8);
}
.border-b-input-focused-text\/90 {
  border-bottom-color: rgb(255 255 255 / 0.9);
}
.border-b-input-focused-text\/95 {
  border-bottom-color: rgb(255 255 255 / 0.95);
}
.border-b-input-focused-text\/state-disabled {
  border-bottom-color: rgb(255 255 255 / 0.5);
}
.border-b-input-focused-text\/state-enabled {
  border-bottom-color: rgb(255 255 255 / 1);
}
.border-b-input-placeholder {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(97 97 97 / var(--tw-border-opacity));
}
.border-b-input-placeholder\/0 {
  border-bottom-color: rgb(97 97 97 / 0);
}
.border-b-input-placeholder\/10 {
  border-bottom-color: rgb(97 97 97 / 0.1);
}
.border-b-input-placeholder\/100 {
  border-bottom-color: rgb(97 97 97 / 1);
}
.border-b-input-placeholder\/20 {
  border-bottom-color: rgb(97 97 97 / 0.2);
}
.border-b-input-placeholder\/25 {
  border-bottom-color: rgb(97 97 97 / 0.25);
}
.border-b-input-placeholder\/30 {
  border-bottom-color: rgb(97 97 97 / 0.3);
}
.border-b-input-placeholder\/40 {
  border-bottom-color: rgb(97 97 97 / 0.4);
}
.border-b-input-placeholder\/5 {
  border-bottom-color: rgb(97 97 97 / 0.05);
}
.border-b-input-placeholder\/50 {
  border-bottom-color: rgb(97 97 97 / 0.5);
}
.border-b-input-placeholder\/60 {
  border-bottom-color: rgb(97 97 97 / 0.6);
}
.border-b-input-placeholder\/70 {
  border-bottom-color: rgb(97 97 97 / 0.7);
}
.border-b-input-placeholder\/75 {
  border-bottom-color: rgb(97 97 97 / 0.75);
}
.border-b-input-placeholder\/80 {
  border-bottom-color: rgb(97 97 97 / 0.8);
}
.border-b-input-placeholder\/90 {
  border-bottom-color: rgb(97 97 97 / 0.9);
}
.border-b-input-placeholder\/95 {
  border-bottom-color: rgb(97 97 97 / 0.95);
}
.border-b-input-placeholder\/state-disabled {
  border-bottom-color: rgb(97 97 97 / 0.5);
}
.border-b-input-placeholder\/state-enabled {
  border-bottom-color: rgb(97 97 97 / 1);
}
.border-b-input-radio-background {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(17 17 17 / var(--tw-border-opacity));
}
.border-b-input-radio-background\/0 {
  border-bottom-color: rgb(17 17 17 / 0);
}
.border-b-input-radio-background\/10 {
  border-bottom-color: rgb(17 17 17 / 0.1);
}
.border-b-input-radio-background\/100 {
  border-bottom-color: rgb(17 17 17 / 1);
}
.border-b-input-radio-background\/20 {
  border-bottom-color: rgb(17 17 17 / 0.2);
}
.border-b-input-radio-background\/25 {
  border-bottom-color: rgb(17 17 17 / 0.25);
}
.border-b-input-radio-background\/30 {
  border-bottom-color: rgb(17 17 17 / 0.3);
}
.border-b-input-radio-background\/40 {
  border-bottom-color: rgb(17 17 17 / 0.4);
}
.border-b-input-radio-background\/5 {
  border-bottom-color: rgb(17 17 17 / 0.05);
}
.border-b-input-radio-background\/50 {
  border-bottom-color: rgb(17 17 17 / 0.5);
}
.border-b-input-radio-background\/60 {
  border-bottom-color: rgb(17 17 17 / 0.6);
}
.border-b-input-radio-background\/70 {
  border-bottom-color: rgb(17 17 17 / 0.7);
}
.border-b-input-radio-background\/75 {
  border-bottom-color: rgb(17 17 17 / 0.75);
}
.border-b-input-radio-background\/80 {
  border-bottom-color: rgb(17 17 17 / 0.8);
}
.border-b-input-radio-background\/90 {
  border-bottom-color: rgb(17 17 17 / 0.9);
}
.border-b-input-radio-background\/95 {
  border-bottom-color: rgb(17 17 17 / 0.95);
}
.border-b-input-radio-background\/state-disabled {
  border-bottom-color: rgb(17 17 17 / 0.5);
}
.border-b-input-radio-background\/state-enabled {
  border-bottom-color: rgb(17 17 17 / 1);
}
.border-b-input-radio-border {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-b-input-radio-border\/0 {
  border-bottom-color: rgb(205 141 239 / 0);
}
.border-b-input-radio-border\/10 {
  border-bottom-color: rgb(205 141 239 / 0.1);
}
.border-b-input-radio-border\/100 {
  border-bottom-color: rgb(205 141 239 / 1);
}
.border-b-input-radio-border\/20 {
  border-bottom-color: rgb(205 141 239 / 0.2);
}
.border-b-input-radio-border\/25 {
  border-bottom-color: rgb(205 141 239 / 0.25);
}
.border-b-input-radio-border\/30 {
  border-bottom-color: rgb(205 141 239 / 0.3);
}
.border-b-input-radio-border\/40 {
  border-bottom-color: rgb(205 141 239 / 0.4);
}
.border-b-input-radio-border\/5 {
  border-bottom-color: rgb(205 141 239 / 0.05);
}
.border-b-input-radio-border\/50 {
  border-bottom-color: rgb(205 141 239 / 0.5);
}
.border-b-input-radio-border\/60 {
  border-bottom-color: rgb(205 141 239 / 0.6);
}
.border-b-input-radio-border\/70 {
  border-bottom-color: rgb(205 141 239 / 0.7);
}
.border-b-input-radio-border\/75 {
  border-bottom-color: rgb(205 141 239 / 0.75);
}
.border-b-input-radio-border\/80 {
  border-bottom-color: rgb(205 141 239 / 0.8);
}
.border-b-input-radio-border\/90 {
  border-bottom-color: rgb(205 141 239 / 0.9);
}
.border-b-input-radio-border\/95 {
  border-bottom-color: rgb(205 141 239 / 0.95);
}
.border-b-input-radio-border\/state-disabled {
  border-bottom-color: rgb(205 141 239 / 0.5);
}
.border-b-input-radio-border\/state-enabled {
  border-bottom-color: rgb(205 141 239 / 1);
}
.border-b-input-radio-contrast {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-b-input-radio-contrast\/0 {
  border-bottom-color: rgb(255 255 255 / 0);
}
.border-b-input-radio-contrast\/10 {
  border-bottom-color: rgb(255 255 255 / 0.1);
}
.border-b-input-radio-contrast\/100 {
  border-bottom-color: rgb(255 255 255 / 1);
}
.border-b-input-radio-contrast\/20 {
  border-bottom-color: rgb(255 255 255 / 0.2);
}
.border-b-input-radio-contrast\/25 {
  border-bottom-color: rgb(255 255 255 / 0.25);
}
.border-b-input-radio-contrast\/30 {
  border-bottom-color: rgb(255 255 255 / 0.3);
}
.border-b-input-radio-contrast\/40 {
  border-bottom-color: rgb(255 255 255 / 0.4);
}
.border-b-input-radio-contrast\/5 {
  border-bottom-color: rgb(255 255 255 / 0.05);
}
.border-b-input-radio-contrast\/50 {
  border-bottom-color: rgb(255 255 255 / 0.5);
}
.border-b-input-radio-contrast\/60 {
  border-bottom-color: rgb(255 255 255 / 0.6);
}
.border-b-input-radio-contrast\/70 {
  border-bottom-color: rgb(255 255 255 / 0.7);
}
.border-b-input-radio-contrast\/75 {
  border-bottom-color: rgb(255 255 255 / 0.75);
}
.border-b-input-radio-contrast\/80 {
  border-bottom-color: rgb(255 255 255 / 0.8);
}
.border-b-input-radio-contrast\/90 {
  border-bottom-color: rgb(255 255 255 / 0.9);
}
.border-b-input-radio-contrast\/95 {
  border-bottom-color: rgb(255 255 255 / 0.95);
}
.border-b-input-radio-contrast\/state-disabled {
  border-bottom-color: rgb(255 255 255 / 0.5);
}
.border-b-input-radio-contrast\/state-enabled {
  border-bottom-color: rgb(255 255 255 / 1);
}
.border-b-input-switch-backgroundOff {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-b-input-switch-backgroundOff\/0 {
  border-bottom-color: rgb(156 163 175 / 0);
}
.border-b-input-switch-backgroundOff\/10 {
  border-bottom-color: rgb(156 163 175 / 0.1);
}
.border-b-input-switch-backgroundOff\/100 {
  border-bottom-color: rgb(156 163 175 / 1);
}
.border-b-input-switch-backgroundOff\/20 {
  border-bottom-color: rgb(156 163 175 / 0.2);
}
.border-b-input-switch-backgroundOff\/25 {
  border-bottom-color: rgb(156 163 175 / 0.25);
}
.border-b-input-switch-backgroundOff\/30 {
  border-bottom-color: rgb(156 163 175 / 0.3);
}
.border-b-input-switch-backgroundOff\/40 {
  border-bottom-color: rgb(156 163 175 / 0.4);
}
.border-b-input-switch-backgroundOff\/5 {
  border-bottom-color: rgb(156 163 175 / 0.05);
}
.border-b-input-switch-backgroundOff\/50 {
  border-bottom-color: rgb(156 163 175 / 0.5);
}
.border-b-input-switch-backgroundOff\/60 {
  border-bottom-color: rgb(156 163 175 / 0.6);
}
.border-b-input-switch-backgroundOff\/70 {
  border-bottom-color: rgb(156 163 175 / 0.7);
}
.border-b-input-switch-backgroundOff\/75 {
  border-bottom-color: rgb(156 163 175 / 0.75);
}
.border-b-input-switch-backgroundOff\/80 {
  border-bottom-color: rgb(156 163 175 / 0.8);
}
.border-b-input-switch-backgroundOff\/90 {
  border-bottom-color: rgb(156 163 175 / 0.9);
}
.border-b-input-switch-backgroundOff\/95 {
  border-bottom-color: rgb(156 163 175 / 0.95);
}
.border-b-input-switch-backgroundOff\/state-disabled {
  border-bottom-color: rgb(156 163 175 / 0.5);
}
.border-b-input-switch-backgroundOff\/state-enabled {
  border-bottom-color: rgb(156 163 175 / 1);
}
.border-b-input-switch-backgroundOn {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-b-input-switch-backgroundOn\/0 {
  border-bottom-color: rgb(205 141 239 / 0);
}
.border-b-input-switch-backgroundOn\/10 {
  border-bottom-color: rgb(205 141 239 / 0.1);
}
.border-b-input-switch-backgroundOn\/100 {
  border-bottom-color: rgb(205 141 239 / 1);
}
.border-b-input-switch-backgroundOn\/20 {
  border-bottom-color: rgb(205 141 239 / 0.2);
}
.border-b-input-switch-backgroundOn\/25 {
  border-bottom-color: rgb(205 141 239 / 0.25);
}
.border-b-input-switch-backgroundOn\/30 {
  border-bottom-color: rgb(205 141 239 / 0.3);
}
.border-b-input-switch-backgroundOn\/40 {
  border-bottom-color: rgb(205 141 239 / 0.4);
}
.border-b-input-switch-backgroundOn\/5 {
  border-bottom-color: rgb(205 141 239 / 0.05);
}
.border-b-input-switch-backgroundOn\/50 {
  border-bottom-color: rgb(205 141 239 / 0.5);
}
.border-b-input-switch-backgroundOn\/60 {
  border-bottom-color: rgb(205 141 239 / 0.6);
}
.border-b-input-switch-backgroundOn\/70 {
  border-bottom-color: rgb(205 141 239 / 0.7);
}
.border-b-input-switch-backgroundOn\/75 {
  border-bottom-color: rgb(205 141 239 / 0.75);
}
.border-b-input-switch-backgroundOn\/80 {
  border-bottom-color: rgb(205 141 239 / 0.8);
}
.border-b-input-switch-backgroundOn\/90 {
  border-bottom-color: rgb(205 141 239 / 0.9);
}
.border-b-input-switch-backgroundOn\/95 {
  border-bottom-color: rgb(205 141 239 / 0.95);
}
.border-b-input-switch-backgroundOn\/state-disabled {
  border-bottom-color: rgb(205 141 239 / 0.5);
}
.border-b-input-switch-backgroundOn\/state-enabled {
  border-bottom-color: rgb(205 141 239 / 1);
}
.border-b-input-switch-contrast {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.border-b-input-switch-contrast\/0 {
  border-bottom-color: rgb(64 64 64 / 0);
}
.border-b-input-switch-contrast\/10 {
  border-bottom-color: rgb(64 64 64 / 0.1);
}
.border-b-input-switch-contrast\/100 {
  border-bottom-color: rgb(64 64 64 / 1);
}
.border-b-input-switch-contrast\/20 {
  border-bottom-color: rgb(64 64 64 / 0.2);
}
.border-b-input-switch-contrast\/25 {
  border-bottom-color: rgb(64 64 64 / 0.25);
}
.border-b-input-switch-contrast\/30 {
  border-bottom-color: rgb(64 64 64 / 0.3);
}
.border-b-input-switch-contrast\/40 {
  border-bottom-color: rgb(64 64 64 / 0.4);
}
.border-b-input-switch-contrast\/5 {
  border-bottom-color: rgb(64 64 64 / 0.05);
}
.border-b-input-switch-contrast\/50 {
  border-bottom-color: rgb(64 64 64 / 0.5);
}
.border-b-input-switch-contrast\/60 {
  border-bottom-color: rgb(64 64 64 / 0.6);
}
.border-b-input-switch-contrast\/70 {
  border-bottom-color: rgb(64 64 64 / 0.7);
}
.border-b-input-switch-contrast\/75 {
  border-bottom-color: rgb(64 64 64 / 0.75);
}
.border-b-input-switch-contrast\/80 {
  border-bottom-color: rgb(64 64 64 / 0.8);
}
.border-b-input-switch-contrast\/90 {
  border-bottom-color: rgb(64 64 64 / 0.9);
}
.border-b-input-switch-contrast\/95 {
  border-bottom-color: rgb(64 64 64 / 0.95);
}
.border-b-input-switch-contrast\/state-disabled {
  border-bottom-color: rgb(64 64 64 / 0.5);
}
.border-b-input-switch-contrast\/state-enabled {
  border-bottom-color: rgb(64 64 64 / 1);
}
.border-b-input-text {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-b-input-text\/0 {
  border-bottom-color: rgb(255 255 255 / 0);
}
.border-b-input-text\/10 {
  border-bottom-color: rgb(255 255 255 / 0.1);
}
.border-b-input-text\/100 {
  border-bottom-color: rgb(255 255 255 / 1);
}
.border-b-input-text\/20 {
  border-bottom-color: rgb(255 255 255 / 0.2);
}
.border-b-input-text\/25 {
  border-bottom-color: rgb(255 255 255 / 0.25);
}
.border-b-input-text\/30 {
  border-bottom-color: rgb(255 255 255 / 0.3);
}
.border-b-input-text\/40 {
  border-bottom-color: rgb(255 255 255 / 0.4);
}
.border-b-input-text\/5 {
  border-bottom-color: rgb(255 255 255 / 0.05);
}
.border-b-input-text\/50 {
  border-bottom-color: rgb(255 255 255 / 0.5);
}
.border-b-input-text\/60 {
  border-bottom-color: rgb(255 255 255 / 0.6);
}
.border-b-input-text\/70 {
  border-bottom-color: rgb(255 255 255 / 0.7);
}
.border-b-input-text\/75 {
  border-bottom-color: rgb(255 255 255 / 0.75);
}
.border-b-input-text\/80 {
  border-bottom-color: rgb(255 255 255 / 0.8);
}
.border-b-input-text\/90 {
  border-bottom-color: rgb(255 255 255 / 0.9);
}
.border-b-input-text\/95 {
  border-bottom-color: rgb(255 255 255 / 0.95);
}
.border-b-input-text\/state-disabled {
  border-bottom-color: rgb(255 255 255 / 0.5);
}
.border-b-input-text\/state-enabled {
  border-bottom-color: rgb(255 255 255 / 1);
}
.border-b-loader-default {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-b-loader-default\/0 {
  border-bottom-color: rgb(205 141 239 / 0);
}
.border-b-loader-default\/10 {
  border-bottom-color: rgb(205 141 239 / 0.1);
}
.border-b-loader-default\/100 {
  border-bottom-color: rgb(205 141 239 / 1);
}
.border-b-loader-default\/20 {
  border-bottom-color: rgb(205 141 239 / 0.2);
}
.border-b-loader-default\/25 {
  border-bottom-color: rgb(205 141 239 / 0.25);
}
.border-b-loader-default\/30 {
  border-bottom-color: rgb(205 141 239 / 0.3);
}
.border-b-loader-default\/40 {
  border-bottom-color: rgb(205 141 239 / 0.4);
}
.border-b-loader-default\/5 {
  border-bottom-color: rgb(205 141 239 / 0.05);
}
.border-b-loader-default\/50 {
  border-bottom-color: rgb(205 141 239 / 0.5);
}
.border-b-loader-default\/60 {
  border-bottom-color: rgb(205 141 239 / 0.6);
}
.border-b-loader-default\/70 {
  border-bottom-color: rgb(205 141 239 / 0.7);
}
.border-b-loader-default\/75 {
  border-bottom-color: rgb(205 141 239 / 0.75);
}
.border-b-loader-default\/80 {
  border-bottom-color: rgb(205 141 239 / 0.8);
}
.border-b-loader-default\/90 {
  border-bottom-color: rgb(205 141 239 / 0.9);
}
.border-b-loader-default\/95 {
  border-bottom-color: rgb(205 141 239 / 0.95);
}
.border-b-loader-default\/state-disabled {
  border-bottom-color: rgb(205 141 239 / 0.5);
}
.border-b-loader-default\/state-enabled {
  border-bottom-color: rgb(205 141 239 / 1);
}
.border-b-panel-alternate {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(29 29 29 / var(--tw-border-opacity));
}
.border-b-panel-alternate\/0 {
  border-bottom-color: rgb(29 29 29 / 0);
}
.border-b-panel-alternate\/10 {
  border-bottom-color: rgb(29 29 29 / 0.1);
}
.border-b-panel-alternate\/100 {
  border-bottom-color: rgb(29 29 29 / 1);
}
.border-b-panel-alternate\/20 {
  border-bottom-color: rgb(29 29 29 / 0.2);
}
.border-b-panel-alternate\/25 {
  border-bottom-color: rgb(29 29 29 / 0.25);
}
.border-b-panel-alternate\/30 {
  border-bottom-color: rgb(29 29 29 / 0.3);
}
.border-b-panel-alternate\/40 {
  border-bottom-color: rgb(29 29 29 / 0.4);
}
.border-b-panel-alternate\/5 {
  border-bottom-color: rgb(29 29 29 / 0.05);
}
.border-b-panel-alternate\/50 {
  border-bottom-color: rgb(29 29 29 / 0.5);
}
.border-b-panel-alternate\/60 {
  border-bottom-color: rgb(29 29 29 / 0.6);
}
.border-b-panel-alternate\/70 {
  border-bottom-color: rgb(29 29 29 / 0.7);
}
.border-b-panel-alternate\/75 {
  border-bottom-color: rgb(29 29 29 / 0.75);
}
.border-b-panel-alternate\/80 {
  border-bottom-color: rgb(29 29 29 / 0.8);
}
.border-b-panel-alternate\/90 {
  border-bottom-color: rgb(29 29 29 / 0.9);
}
.border-b-panel-alternate\/95 {
  border-bottom-color: rgb(29 29 29 / 0.95);
}
.border-b-panel-alternate\/state-disabled {
  border-bottom-color: rgb(29 29 29 / 0.5);
}
.border-b-panel-alternate\/state-enabled {
  border-bottom-color: rgb(29 29 29 / 1);
}
.border-b-panel-base {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(16 16 16 / var(--tw-border-opacity));
}
.border-b-panel-base\/0 {
  border-bottom-color: rgb(16 16 16 / 0);
}
.border-b-panel-base\/10 {
  border-bottom-color: rgb(16 16 16 / 0.1);
}
.border-b-panel-base\/100 {
  border-bottom-color: rgb(16 16 16 / 1);
}
.border-b-panel-base\/20 {
  border-bottom-color: rgb(16 16 16 / 0.2);
}
.border-b-panel-base\/25 {
  border-bottom-color: rgb(16 16 16 / 0.25);
}
.border-b-panel-base\/30 {
  border-bottom-color: rgb(16 16 16 / 0.3);
}
.border-b-panel-base\/40 {
  border-bottom-color: rgb(16 16 16 / 0.4);
}
.border-b-panel-base\/5 {
  border-bottom-color: rgb(16 16 16 / 0.05);
}
.border-b-panel-base\/50 {
  border-bottom-color: rgb(16 16 16 / 0.5);
}
.border-b-panel-base\/60 {
  border-bottom-color: rgb(16 16 16 / 0.6);
}
.border-b-panel-base\/70 {
  border-bottom-color: rgb(16 16 16 / 0.7);
}
.border-b-panel-base\/75 {
  border-bottom-color: rgb(16 16 16 / 0.75);
}
.border-b-panel-base\/80 {
  border-bottom-color: rgb(16 16 16 / 0.8);
}
.border-b-panel-base\/90 {
  border-bottom-color: rgb(16 16 16 / 0.9);
}
.border-b-panel-base\/95 {
  border-bottom-color: rgb(16 16 16 / 0.95);
}
.border-b-panel-base\/state-disabled {
  border-bottom-color: rgb(16 16 16 / 0.5);
}
.border-b-panel-base\/state-enabled {
  border-bottom-color: rgb(16 16 16 / 1);
}
.border-b-panel-border {
  border-bottom-color: rgba(255, 255, 255, 0.05);
}
.border-b-panel-border\/0 {
  border-bottom-color: rgba(255, 255, 255, 0);
}
.border-b-panel-border\/10 {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.border-b-panel-border\/100 {
  border-bottom-color: rgba(255, 255, 255, 1);
}
.border-b-panel-border\/20 {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.border-b-panel-border\/25 {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}
.border-b-panel-border\/30 {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.border-b-panel-border\/40 {
  border-bottom-color: rgba(255, 255, 255, 0.4);
}
.border-b-panel-border\/5 {
  border-bottom-color: rgba(255, 255, 255, 0.05);
}
.border-b-panel-border\/50 {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.border-b-panel-border\/60 {
  border-bottom-color: rgba(255, 255, 255, 0.6);
}
.border-b-panel-border\/70 {
  border-bottom-color: rgba(255, 255, 255, 0.7);
}
.border-b-panel-border\/75 {
  border-bottom-color: rgba(255, 255, 255, 0.75);
}
.border-b-panel-border\/80 {
  border-bottom-color: rgba(255, 255, 255, 0.8);
}
.border-b-panel-border\/90 {
  border-bottom-color: rgba(255, 255, 255, 0.9);
}
.border-b-panel-border\/95 {
  border-bottom-color: rgba(255, 255, 255, 0.95);
}
.border-b-panel-border\/state-disabled {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.border-b-panel-border\/state-enabled {
  border-bottom-color: rgba(255, 255, 255, 1);
}
.border-b-panel-default {
  border-bottom-color: rgba(255, 255, 255, 0);
}
.border-b-panel-default\/0 {
  border-bottom-color: rgba(255, 255, 255, 0);
}
.border-b-panel-default\/10 {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}
.border-b-panel-default\/100 {
  border-bottom-color: rgba(255, 255, 255, 1);
}
.border-b-panel-default\/20 {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.border-b-panel-default\/25 {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}
.border-b-panel-default\/30 {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}
.border-b-panel-default\/40 {
  border-bottom-color: rgba(255, 255, 255, 0.4);
}
.border-b-panel-default\/5 {
  border-bottom-color: rgba(255, 255, 255, 0.05);
}
.border-b-panel-default\/50 {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.border-b-panel-default\/60 {
  border-bottom-color: rgba(255, 255, 255, 0.6);
}
.border-b-panel-default\/70 {
  border-bottom-color: rgba(255, 255, 255, 0.7);
}
.border-b-panel-default\/75 {
  border-bottom-color: rgba(255, 255, 255, 0.75);
}
.border-b-panel-default\/80 {
  border-bottom-color: rgba(255, 255, 255, 0.8);
}
.border-b-panel-default\/90 {
  border-bottom-color: rgba(255, 255, 255, 0.9);
}
.border-b-panel-default\/95 {
  border-bottom-color: rgba(255, 255, 255, 0.95);
}
.border-b-panel-default\/state-disabled {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.border-b-panel-default\/state-enabled {
  border-bottom-color: rgba(255, 255, 255, 1);
}
.border-b-panel-shadow {
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
.border-b-panel-shadow\/0 {
  border-bottom-color: rgba(0, 0, 0, 0);
}
.border-b-panel-shadow\/10 {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
.border-b-panel-shadow\/100 {
  border-bottom-color: rgba(0, 0, 0, 1);
}
.border-b-panel-shadow\/20 {
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
.border-b-panel-shadow\/25 {
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.border-b-panel-shadow\/30 {
  border-bottom-color: rgba(0, 0, 0, 0.3);
}
.border-b-panel-shadow\/40 {
  border-bottom-color: rgba(0, 0, 0, 0.4);
}
.border-b-panel-shadow\/5 {
  border-bottom-color: rgba(0, 0, 0, 0.05);
}
.border-b-panel-shadow\/50 {
  border-bottom-color: rgba(0, 0, 0, 0.5);
}
.border-b-panel-shadow\/60 {
  border-bottom-color: rgba(0, 0, 0, 0.6);
}
.border-b-panel-shadow\/70 {
  border-bottom-color: rgba(0, 0, 0, 0.7);
}
.border-b-panel-shadow\/75 {
  border-bottom-color: rgba(0, 0, 0, 0.75);
}
.border-b-panel-shadow\/80 {
  border-bottom-color: rgba(0, 0, 0, 0.8);
}
.border-b-panel-shadow\/90 {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.border-b-panel-shadow\/95 {
  border-bottom-color: rgba(0, 0, 0, 0.95);
}
.border-b-panel-shadow\/state-disabled {
  border-bottom-color: rgba(0, 0, 0, 0.5);
}
.border-b-panel-shadow\/state-enabled {
  border-bottom-color: rgba(0, 0, 0, 1);
}
.border-b-typography-accent {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-b-typography-accent\/0 {
  border-bottom-color: rgb(205 141 239 / 0);
}
.border-b-typography-accent\/10 {
  border-bottom-color: rgb(205 141 239 / 0.1);
}
.border-b-typography-accent\/100 {
  border-bottom-color: rgb(205 141 239 / 1);
}
.border-b-typography-accent\/20 {
  border-bottom-color: rgb(205 141 239 / 0.2);
}
.border-b-typography-accent\/25 {
  border-bottom-color: rgb(205 141 239 / 0.25);
}
.border-b-typography-accent\/30 {
  border-bottom-color: rgb(205 141 239 / 0.3);
}
.border-b-typography-accent\/40 {
  border-bottom-color: rgb(205 141 239 / 0.4);
}
.border-b-typography-accent\/5 {
  border-bottom-color: rgb(205 141 239 / 0.05);
}
.border-b-typography-accent\/50 {
  border-bottom-color: rgb(205 141 239 / 0.5);
}
.border-b-typography-accent\/60 {
  border-bottom-color: rgb(205 141 239 / 0.6);
}
.border-b-typography-accent\/70 {
  border-bottom-color: rgb(205 141 239 / 0.7);
}
.border-b-typography-accent\/75 {
  border-bottom-color: rgb(205 141 239 / 0.75);
}
.border-b-typography-accent\/80 {
  border-bottom-color: rgb(205 141 239 / 0.8);
}
.border-b-typography-accent\/90 {
  border-bottom-color: rgb(205 141 239 / 0.9);
}
.border-b-typography-accent\/95 {
  border-bottom-color: rgb(205 141 239 / 0.95);
}
.border-b-typography-accent\/state-disabled {
  border-bottom-color: rgb(205 141 239 / 0.5);
}
.border-b-typography-accent\/state-enabled {
  border-bottom-color: rgb(205 141 239 / 1);
}
.border-b-typography-alternate {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(6 182 212 / var(--tw-border-opacity));
}
.border-b-typography-alternate\/0 {
  border-bottom-color: rgb(6 182 212 / 0);
}
.border-b-typography-alternate\/10 {
  border-bottom-color: rgb(6 182 212 / 0.1);
}
.border-b-typography-alternate\/100 {
  border-bottom-color: rgb(6 182 212 / 1);
}
.border-b-typography-alternate\/20 {
  border-bottom-color: rgb(6 182 212 / 0.2);
}
.border-b-typography-alternate\/25 {
  border-bottom-color: rgb(6 182 212 / 0.25);
}
.border-b-typography-alternate\/30 {
  border-bottom-color: rgb(6 182 212 / 0.3);
}
.border-b-typography-alternate\/40 {
  border-bottom-color: rgb(6 182 212 / 0.4);
}
.border-b-typography-alternate\/5 {
  border-bottom-color: rgb(6 182 212 / 0.05);
}
.border-b-typography-alternate\/50 {
  border-bottom-color: rgb(6 182 212 / 0.5);
}
.border-b-typography-alternate\/60 {
  border-bottom-color: rgb(6 182 212 / 0.6);
}
.border-b-typography-alternate\/70 {
  border-bottom-color: rgb(6 182 212 / 0.7);
}
.border-b-typography-alternate\/75 {
  border-bottom-color: rgb(6 182 212 / 0.75);
}
.border-b-typography-alternate\/80 {
  border-bottom-color: rgb(6 182 212 / 0.8);
}
.border-b-typography-alternate\/90 {
  border-bottom-color: rgb(6 182 212 / 0.9);
}
.border-b-typography-alternate\/95 {
  border-bottom-color: rgb(6 182 212 / 0.95);
}
.border-b-typography-alternate\/state-disabled {
  border-bottom-color: rgb(6 182 212 / 0.5);
}
.border-b-typography-alternate\/state-enabled {
  border-bottom-color: rgb(6 182 212 / 1);
}
.border-b-typography-default {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-b-typography-default\/0 {
  border-bottom-color: rgb(255 255 255 / 0);
}
.border-b-typography-default\/10 {
  border-bottom-color: rgb(255 255 255 / 0.1);
}
.border-b-typography-default\/100 {
  border-bottom-color: rgb(255 255 255 / 1);
}
.border-b-typography-default\/20 {
  border-bottom-color: rgb(255 255 255 / 0.2);
}
.border-b-typography-default\/25 {
  border-bottom-color: rgb(255 255 255 / 0.25);
}
.border-b-typography-default\/30 {
  border-bottom-color: rgb(255 255 255 / 0.3);
}
.border-b-typography-default\/40 {
  border-bottom-color: rgb(255 255 255 / 0.4);
}
.border-b-typography-default\/5 {
  border-bottom-color: rgb(255 255 255 / 0.05);
}
.border-b-typography-default\/50 {
  border-bottom-color: rgb(255 255 255 / 0.5);
}
.border-b-typography-default\/60 {
  border-bottom-color: rgb(255 255 255 / 0.6);
}
.border-b-typography-default\/70 {
  border-bottom-color: rgb(255 255 255 / 0.7);
}
.border-b-typography-default\/75 {
  border-bottom-color: rgb(255 255 255 / 0.75);
}
.border-b-typography-default\/80 {
  border-bottom-color: rgb(255 255 255 / 0.8);
}
.border-b-typography-default\/90 {
  border-bottom-color: rgb(255 255 255 / 0.9);
}
.border-b-typography-default\/95 {
  border-bottom-color: rgb(255 255 255 / 0.95);
}
.border-b-typography-default\/state-disabled {
  border-bottom-color: rgb(255 255 255 / 0.5);
}
.border-b-typography-default\/state-enabled {
  border-bottom-color: rgb(255 255 255 / 1);
}
.border-b-typography-error {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(248 113 113 / var(--tw-border-opacity));
}
.border-b-typography-error\/0 {
  border-bottom-color: rgb(248 113 113 / 0);
}
.border-b-typography-error\/10 {
  border-bottom-color: rgb(248 113 113 / 0.1);
}
.border-b-typography-error\/100 {
  border-bottom-color: rgb(248 113 113 / 1);
}
.border-b-typography-error\/20 {
  border-bottom-color: rgb(248 113 113 / 0.2);
}
.border-b-typography-error\/25 {
  border-bottom-color: rgb(248 113 113 / 0.25);
}
.border-b-typography-error\/30 {
  border-bottom-color: rgb(248 113 113 / 0.3);
}
.border-b-typography-error\/40 {
  border-bottom-color: rgb(248 113 113 / 0.4);
}
.border-b-typography-error\/5 {
  border-bottom-color: rgb(248 113 113 / 0.05);
}
.border-b-typography-error\/50 {
  border-bottom-color: rgb(248 113 113 / 0.5);
}
.border-b-typography-error\/60 {
  border-bottom-color: rgb(248 113 113 / 0.6);
}
.border-b-typography-error\/70 {
  border-bottom-color: rgb(248 113 113 / 0.7);
}
.border-b-typography-error\/75 {
  border-bottom-color: rgb(248 113 113 / 0.75);
}
.border-b-typography-error\/80 {
  border-bottom-color: rgb(248 113 113 / 0.8);
}
.border-b-typography-error\/90 {
  border-bottom-color: rgb(248 113 113 / 0.9);
}
.border-b-typography-error\/95 {
  border-bottom-color: rgb(248 113 113 / 0.95);
}
.border-b-typography-error\/state-disabled {
  border-bottom-color: rgb(248 113 113 / 0.5);
}
.border-b-typography-error\/state-enabled {
  border-bottom-color: rgb(248 113 113 / 1);
}
.border-b-typography-info {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(96 165 250 / var(--tw-border-opacity));
}
.border-b-typography-info\/0 {
  border-bottom-color: rgb(96 165 250 / 0);
}
.border-b-typography-info\/10 {
  border-bottom-color: rgb(96 165 250 / 0.1);
}
.border-b-typography-info\/100 {
  border-bottom-color: rgb(96 165 250 / 1);
}
.border-b-typography-info\/20 {
  border-bottom-color: rgb(96 165 250 / 0.2);
}
.border-b-typography-info\/25 {
  border-bottom-color: rgb(96 165 250 / 0.25);
}
.border-b-typography-info\/30 {
  border-bottom-color: rgb(96 165 250 / 0.3);
}
.border-b-typography-info\/40 {
  border-bottom-color: rgb(96 165 250 / 0.4);
}
.border-b-typography-info\/5 {
  border-bottom-color: rgb(96 165 250 / 0.05);
}
.border-b-typography-info\/50 {
  border-bottom-color: rgb(96 165 250 / 0.5);
}
.border-b-typography-info\/60 {
  border-bottom-color: rgb(96 165 250 / 0.6);
}
.border-b-typography-info\/70 {
  border-bottom-color: rgb(96 165 250 / 0.7);
}
.border-b-typography-info\/75 {
  border-bottom-color: rgb(96 165 250 / 0.75);
}
.border-b-typography-info\/80 {
  border-bottom-color: rgb(96 165 250 / 0.8);
}
.border-b-typography-info\/90 {
  border-bottom-color: rgb(96 165 250 / 0.9);
}
.border-b-typography-info\/95 {
  border-bottom-color: rgb(96 165 250 / 0.95);
}
.border-b-typography-info\/state-disabled {
  border-bottom-color: rgb(96 165 250 / 0.5);
}
.border-b-typography-info\/state-enabled {
  border-bottom-color: rgb(96 165 250 / 1);
}
.border-b-typography-link-default {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-b-typography-link-default\/0 {
  border-bottom-color: rgb(205 141 239 / 0);
}
.border-b-typography-link-default\/10 {
  border-bottom-color: rgb(205 141 239 / 0.1);
}
.border-b-typography-link-default\/100 {
  border-bottom-color: rgb(205 141 239 / 1);
}
.border-b-typography-link-default\/20 {
  border-bottom-color: rgb(205 141 239 / 0.2);
}
.border-b-typography-link-default\/25 {
  border-bottom-color: rgb(205 141 239 / 0.25);
}
.border-b-typography-link-default\/30 {
  border-bottom-color: rgb(205 141 239 / 0.3);
}
.border-b-typography-link-default\/40 {
  border-bottom-color: rgb(205 141 239 / 0.4);
}
.border-b-typography-link-default\/5 {
  border-bottom-color: rgb(205 141 239 / 0.05);
}
.border-b-typography-link-default\/50 {
  border-bottom-color: rgb(205 141 239 / 0.5);
}
.border-b-typography-link-default\/60 {
  border-bottom-color: rgb(205 141 239 / 0.6);
}
.border-b-typography-link-default\/70 {
  border-bottom-color: rgb(205 141 239 / 0.7);
}
.border-b-typography-link-default\/75 {
  border-bottom-color: rgb(205 141 239 / 0.75);
}
.border-b-typography-link-default\/80 {
  border-bottom-color: rgb(205 141 239 / 0.8);
}
.border-b-typography-link-default\/90 {
  border-bottom-color: rgb(205 141 239 / 0.9);
}
.border-b-typography-link-default\/95 {
  border-bottom-color: rgb(205 141 239 / 0.95);
}
.border-b-typography-link-default\/state-disabled {
  border-bottom-color: rgb(205 141 239 / 0.5);
}
.border-b-typography-link-default\/state-enabled {
  border-bottom-color: rgb(205 141 239 / 1);
}
.border-b-typography-link-hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(215 164 242 / var(--tw-border-opacity));
}
.border-b-typography-link-hover\/0 {
  border-bottom-color: rgb(215 164 242 / 0);
}
.border-b-typography-link-hover\/10 {
  border-bottom-color: rgb(215 164 242 / 0.1);
}
.border-b-typography-link-hover\/100 {
  border-bottom-color: rgb(215 164 242 / 1);
}
.border-b-typography-link-hover\/20 {
  border-bottom-color: rgb(215 164 242 / 0.2);
}
.border-b-typography-link-hover\/25 {
  border-bottom-color: rgb(215 164 242 / 0.25);
}
.border-b-typography-link-hover\/30 {
  border-bottom-color: rgb(215 164 242 / 0.3);
}
.border-b-typography-link-hover\/40 {
  border-bottom-color: rgb(215 164 242 / 0.4);
}
.border-b-typography-link-hover\/5 {
  border-bottom-color: rgb(215 164 242 / 0.05);
}
.border-b-typography-link-hover\/50 {
  border-bottom-color: rgb(215 164 242 / 0.5);
}
.border-b-typography-link-hover\/60 {
  border-bottom-color: rgb(215 164 242 / 0.6);
}
.border-b-typography-link-hover\/70 {
  border-bottom-color: rgb(215 164 242 / 0.7);
}
.border-b-typography-link-hover\/75 {
  border-bottom-color: rgb(215 164 242 / 0.75);
}
.border-b-typography-link-hover\/80 {
  border-bottom-color: rgb(215 164 242 / 0.8);
}
.border-b-typography-link-hover\/90 {
  border-bottom-color: rgb(215 164 242 / 0.9);
}
.border-b-typography-link-hover\/95 {
  border-bottom-color: rgb(215 164 242 / 0.95);
}
.border-b-typography-link-hover\/state-disabled {
  border-bottom-color: rgb(215 164 242 / 0.5);
}
.border-b-typography-link-hover\/state-enabled {
  border-bottom-color: rgb(215 164 242 / 1);
}
.border-b-typography-muted {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-b-typography-muted\/0 {
  border-bottom-color: rgb(156 163 175 / 0);
}
.border-b-typography-muted\/10 {
  border-bottom-color: rgb(156 163 175 / 0.1);
}
.border-b-typography-muted\/100 {
  border-bottom-color: rgb(156 163 175 / 1);
}
.border-b-typography-muted\/20 {
  border-bottom-color: rgb(156 163 175 / 0.2);
}
.border-b-typography-muted\/25 {
  border-bottom-color: rgb(156 163 175 / 0.25);
}
.border-b-typography-muted\/30 {
  border-bottom-color: rgb(156 163 175 / 0.3);
}
.border-b-typography-muted\/40 {
  border-bottom-color: rgb(156 163 175 / 0.4);
}
.border-b-typography-muted\/5 {
  border-bottom-color: rgb(156 163 175 / 0.05);
}
.border-b-typography-muted\/50 {
  border-bottom-color: rgb(156 163 175 / 0.5);
}
.border-b-typography-muted\/60 {
  border-bottom-color: rgb(156 163 175 / 0.6);
}
.border-b-typography-muted\/70 {
  border-bottom-color: rgb(156 163 175 / 0.7);
}
.border-b-typography-muted\/75 {
  border-bottom-color: rgb(156 163 175 / 0.75);
}
.border-b-typography-muted\/80 {
  border-bottom-color: rgb(156 163 175 / 0.8);
}
.border-b-typography-muted\/90 {
  border-bottom-color: rgb(156 163 175 / 0.9);
}
.border-b-typography-muted\/95 {
  border-bottom-color: rgb(156 163 175 / 0.95);
}
.border-b-typography-muted\/state-disabled {
  border-bottom-color: rgb(156 163 175 / 0.5);
}
.border-b-typography-muted\/state-enabled {
  border-bottom-color: rgb(156 163 175 / 1);
}
.border-b-typography-on-accent {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.border-b-typography-on-accent\/0 {
  border-bottom-color: rgb(64 64 64 / 0);
}
.border-b-typography-on-accent\/10 {
  border-bottom-color: rgb(64 64 64 / 0.1);
}
.border-b-typography-on-accent\/100 {
  border-bottom-color: rgb(64 64 64 / 1);
}
.border-b-typography-on-accent\/20 {
  border-bottom-color: rgb(64 64 64 / 0.2);
}
.border-b-typography-on-accent\/25 {
  border-bottom-color: rgb(64 64 64 / 0.25);
}
.border-b-typography-on-accent\/30 {
  border-bottom-color: rgb(64 64 64 / 0.3);
}
.border-b-typography-on-accent\/40 {
  border-bottom-color: rgb(64 64 64 / 0.4);
}
.border-b-typography-on-accent\/5 {
  border-bottom-color: rgb(64 64 64 / 0.05);
}
.border-b-typography-on-accent\/50 {
  border-bottom-color: rgb(64 64 64 / 0.5);
}
.border-b-typography-on-accent\/60 {
  border-bottom-color: rgb(64 64 64 / 0.6);
}
.border-b-typography-on-accent\/70 {
  border-bottom-color: rgb(64 64 64 / 0.7);
}
.border-b-typography-on-accent\/75 {
  border-bottom-color: rgb(64 64 64 / 0.75);
}
.border-b-typography-on-accent\/80 {
  border-bottom-color: rgb(64 64 64 / 0.8);
}
.border-b-typography-on-accent\/90 {
  border-bottom-color: rgb(64 64 64 / 0.9);
}
.border-b-typography-on-accent\/95 {
  border-bottom-color: rgb(64 64 64 / 0.95);
}
.border-b-typography-on-accent\/state-disabled {
  border-bottom-color: rgb(64 64 64 / 0.5);
}
.border-b-typography-on-accent\/state-enabled {
  border-bottom-color: rgb(64 64 64 / 1);
}
.border-b-typography-subtle {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-b-typography-subtle\/0 {
  border-bottom-color: rgb(229 231 235 / 0);
}
.border-b-typography-subtle\/10 {
  border-bottom-color: rgb(229 231 235 / 0.1);
}
.border-b-typography-subtle\/100 {
  border-bottom-color: rgb(229 231 235 / 1);
}
.border-b-typography-subtle\/20 {
  border-bottom-color: rgb(229 231 235 / 0.2);
}
.border-b-typography-subtle\/25 {
  border-bottom-color: rgb(229 231 235 / 0.25);
}
.border-b-typography-subtle\/30 {
  border-bottom-color: rgb(229 231 235 / 0.3);
}
.border-b-typography-subtle\/40 {
  border-bottom-color: rgb(229 231 235 / 0.4);
}
.border-b-typography-subtle\/5 {
  border-bottom-color: rgb(229 231 235 / 0.05);
}
.border-b-typography-subtle\/50 {
  border-bottom-color: rgb(229 231 235 / 0.5);
}
.border-b-typography-subtle\/60 {
  border-bottom-color: rgb(229 231 235 / 0.6);
}
.border-b-typography-subtle\/70 {
  border-bottom-color: rgb(229 231 235 / 0.7);
}
.border-b-typography-subtle\/75 {
  border-bottom-color: rgb(229 231 235 / 0.75);
}
.border-b-typography-subtle\/80 {
  border-bottom-color: rgb(229 231 235 / 0.8);
}
.border-b-typography-subtle\/90 {
  border-bottom-color: rgb(229 231 235 / 0.9);
}
.border-b-typography-subtle\/95 {
  border-bottom-color: rgb(229 231 235 / 0.95);
}
.border-b-typography-subtle\/state-disabled {
  border-bottom-color: rgb(229 231 235 / 0.5);
}
.border-b-typography-subtle\/state-enabled {
  border-bottom-color: rgb(229 231 235 / 1);
}
.border-b-typography-success {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(74 222 128 / var(--tw-border-opacity));
}
.border-b-typography-success\/0 {
  border-bottom-color: rgb(74 222 128 / 0);
}
.border-b-typography-success\/10 {
  border-bottom-color: rgb(74 222 128 / 0.1);
}
.border-b-typography-success\/100 {
  border-bottom-color: rgb(74 222 128 / 1);
}
.border-b-typography-success\/20 {
  border-bottom-color: rgb(74 222 128 / 0.2);
}
.border-b-typography-success\/25 {
  border-bottom-color: rgb(74 222 128 / 0.25);
}
.border-b-typography-success\/30 {
  border-bottom-color: rgb(74 222 128 / 0.3);
}
.border-b-typography-success\/40 {
  border-bottom-color: rgb(74 222 128 / 0.4);
}
.border-b-typography-success\/5 {
  border-bottom-color: rgb(74 222 128 / 0.05);
}
.border-b-typography-success\/50 {
  border-bottom-color: rgb(74 222 128 / 0.5);
}
.border-b-typography-success\/60 {
  border-bottom-color: rgb(74 222 128 / 0.6);
}
.border-b-typography-success\/70 {
  border-bottom-color: rgb(74 222 128 / 0.7);
}
.border-b-typography-success\/75 {
  border-bottom-color: rgb(74 222 128 / 0.75);
}
.border-b-typography-success\/80 {
  border-bottom-color: rgb(74 222 128 / 0.8);
}
.border-b-typography-success\/90 {
  border-bottom-color: rgb(74 222 128 / 0.9);
}
.border-b-typography-success\/95 {
  border-bottom-color: rgb(74 222 128 / 0.95);
}
.border-b-typography-success\/state-disabled {
  border-bottom-color: rgb(74 222 128 / 0.5);
}
.border-b-typography-success\/state-enabled {
  border-bottom-color: rgb(74 222 128 / 1);
}
.border-b-typography-warning {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(251 146 60 / var(--tw-border-opacity));
}
.border-b-typography-warning\/0 {
  border-bottom-color: rgb(251 146 60 / 0);
}
.border-b-typography-warning\/10 {
  border-bottom-color: rgb(251 146 60 / 0.1);
}
.border-b-typography-warning\/100 {
  border-bottom-color: rgb(251 146 60 / 1);
}
.border-b-typography-warning\/20 {
  border-bottom-color: rgb(251 146 60 / 0.2);
}
.border-b-typography-warning\/25 {
  border-bottom-color: rgb(251 146 60 / 0.25);
}
.border-b-typography-warning\/30 {
  border-bottom-color: rgb(251 146 60 / 0.3);
}
.border-b-typography-warning\/40 {
  border-bottom-color: rgb(251 146 60 / 0.4);
}
.border-b-typography-warning\/5 {
  border-bottom-color: rgb(251 146 60 / 0.05);
}
.border-b-typography-warning\/50 {
  border-bottom-color: rgb(251 146 60 / 0.5);
}
.border-b-typography-warning\/60 {
  border-bottom-color: rgb(251 146 60 / 0.6);
}
.border-b-typography-warning\/70 {
  border-bottom-color: rgb(251 146 60 / 0.7);
}
.border-b-typography-warning\/75 {
  border-bottom-color: rgb(251 146 60 / 0.75);
}
.border-b-typography-warning\/80 {
  border-bottom-color: rgb(251 146 60 / 0.8);
}
.border-b-typography-warning\/90 {
  border-bottom-color: rgb(251 146 60 / 0.9);
}
.border-b-typography-warning\/95 {
  border-bottom-color: rgb(251 146 60 / 0.95);
}
.border-b-typography-warning\/state-disabled {
  border-bottom-color: rgb(251 146 60 / 0.5);
}
.border-b-typography-warning\/state-enabled {
  border-bottom-color: rgb(251 146 60 / 1);
}
.border-e-avatar-background {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-e-avatar-background\/0 {
  border-inline-end-color: rgb(205 141 239 / 0);
}
.border-e-avatar-background\/10 {
  border-inline-end-color: rgb(205 141 239 / 0.1);
}
.border-e-avatar-background\/100 {
  border-inline-end-color: rgb(205 141 239 / 1);
}
.border-e-avatar-background\/20 {
  border-inline-end-color: rgb(205 141 239 / 0.2);
}
.border-e-avatar-background\/25 {
  border-inline-end-color: rgb(205 141 239 / 0.25);
}
.border-e-avatar-background\/30 {
  border-inline-end-color: rgb(205 141 239 / 0.3);
}
.border-e-avatar-background\/40 {
  border-inline-end-color: rgb(205 141 239 / 0.4);
}
.border-e-avatar-background\/5 {
  border-inline-end-color: rgb(205 141 239 / 0.05);
}
.border-e-avatar-background\/50 {
  border-inline-end-color: rgb(205 141 239 / 0.5);
}
.border-e-avatar-background\/60 {
  border-inline-end-color: rgb(205 141 239 / 0.6);
}
.border-e-avatar-background\/70 {
  border-inline-end-color: rgb(205 141 239 / 0.7);
}
.border-e-avatar-background\/75 {
  border-inline-end-color: rgb(205 141 239 / 0.75);
}
.border-e-avatar-background\/80 {
  border-inline-end-color: rgb(205 141 239 / 0.8);
}
.border-e-avatar-background\/90 {
  border-inline-end-color: rgb(205 141 239 / 0.9);
}
.border-e-avatar-background\/95 {
  border-inline-end-color: rgb(205 141 239 / 0.95);
}
.border-e-avatar-background\/state-disabled {
  border-inline-end-color: rgb(205 141 239 / 0.5);
}
.border-e-avatar-background\/state-enabled {
  border-inline-end-color: rgb(205 141 239 / 1);
}
.border-e-badge-outline-alternate {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(6 182 212 / var(--tw-border-opacity));
}
.border-e-badge-outline-alternate\/0 {
  border-inline-end-color: rgb(6 182 212 / 0);
}
.border-e-badge-outline-alternate\/10 {
  border-inline-end-color: rgb(6 182 212 / 0.1);
}
.border-e-badge-outline-alternate\/100 {
  border-inline-end-color: rgb(6 182 212 / 1);
}
.border-e-badge-outline-alternate\/20 {
  border-inline-end-color: rgb(6 182 212 / 0.2);
}
.border-e-badge-outline-alternate\/25 {
  border-inline-end-color: rgb(6 182 212 / 0.25);
}
.border-e-badge-outline-alternate\/30 {
  border-inline-end-color: rgb(6 182 212 / 0.3);
}
.border-e-badge-outline-alternate\/40 {
  border-inline-end-color: rgb(6 182 212 / 0.4);
}
.border-e-badge-outline-alternate\/5 {
  border-inline-end-color: rgb(6 182 212 / 0.05);
}
.border-e-badge-outline-alternate\/50 {
  border-inline-end-color: rgb(6 182 212 / 0.5);
}
.border-e-badge-outline-alternate\/60 {
  border-inline-end-color: rgb(6 182 212 / 0.6);
}
.border-e-badge-outline-alternate\/70 {
  border-inline-end-color: rgb(6 182 212 / 0.7);
}
.border-e-badge-outline-alternate\/75 {
  border-inline-end-color: rgb(6 182 212 / 0.75);
}
.border-e-badge-outline-alternate\/80 {
  border-inline-end-color: rgb(6 182 212 / 0.8);
}
.border-e-badge-outline-alternate\/90 {
  border-inline-end-color: rgb(6 182 212 / 0.9);
}
.border-e-badge-outline-alternate\/95 {
  border-inline-end-color: rgb(6 182 212 / 0.95);
}
.border-e-badge-outline-alternate\/state-disabled {
  border-inline-end-color: rgb(6 182 212 / 0.5);
}
.border-e-badge-outline-alternate\/state-enabled {
  border-inline-end-color: rgb(6 182 212 / 1);
}
.border-e-badge-outline-default {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-e-badge-outline-default\/0 {
  border-inline-end-color: rgb(205 141 239 / 0);
}
.border-e-badge-outline-default\/10 {
  border-inline-end-color: rgb(205 141 239 / 0.1);
}
.border-e-badge-outline-default\/100 {
  border-inline-end-color: rgb(205 141 239 / 1);
}
.border-e-badge-outline-default\/20 {
  border-inline-end-color: rgb(205 141 239 / 0.2);
}
.border-e-badge-outline-default\/25 {
  border-inline-end-color: rgb(205 141 239 / 0.25);
}
.border-e-badge-outline-default\/30 {
  border-inline-end-color: rgb(205 141 239 / 0.3);
}
.border-e-badge-outline-default\/40 {
  border-inline-end-color: rgb(205 141 239 / 0.4);
}
.border-e-badge-outline-default\/5 {
  border-inline-end-color: rgb(205 141 239 / 0.05);
}
.border-e-badge-outline-default\/50 {
  border-inline-end-color: rgb(205 141 239 / 0.5);
}
.border-e-badge-outline-default\/60 {
  border-inline-end-color: rgb(205 141 239 / 0.6);
}
.border-e-badge-outline-default\/70 {
  border-inline-end-color: rgb(205 141 239 / 0.7);
}
.border-e-badge-outline-default\/75 {
  border-inline-end-color: rgb(205 141 239 / 0.75);
}
.border-e-badge-outline-default\/80 {
  border-inline-end-color: rgb(205 141 239 / 0.8);
}
.border-e-badge-outline-default\/90 {
  border-inline-end-color: rgb(205 141 239 / 0.9);
}
.border-e-badge-outline-default\/95 {
  border-inline-end-color: rgb(205 141 239 / 0.95);
}
.border-e-badge-outline-default\/state-disabled {
  border-inline-end-color: rgb(205 141 239 / 0.5);
}
.border-e-badge-outline-default\/state-enabled {
  border-inline-end-color: rgb(205 141 239 / 1);
}
.border-e-badge-outline-textColor {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-e-badge-outline-textColor\/0 {
  border-inline-end-color: rgb(205 141 239 / 0);
}
.border-e-badge-outline-textColor\/10 {
  border-inline-end-color: rgb(205 141 239 / 0.1);
}
.border-e-badge-outline-textColor\/100 {
  border-inline-end-color: rgb(205 141 239 / 1);
}
.border-e-badge-outline-textColor\/20 {
  border-inline-end-color: rgb(205 141 239 / 0.2);
}
.border-e-badge-outline-textColor\/25 {
  border-inline-end-color: rgb(205 141 239 / 0.25);
}
.border-e-badge-outline-textColor\/30 {
  border-inline-end-color: rgb(205 141 239 / 0.3);
}
.border-e-badge-outline-textColor\/40 {
  border-inline-end-color: rgb(205 141 239 / 0.4);
}
.border-e-badge-outline-textColor\/5 {
  border-inline-end-color: rgb(205 141 239 / 0.05);
}
.border-e-badge-outline-textColor\/50 {
  border-inline-end-color: rgb(205 141 239 / 0.5);
}
.border-e-badge-outline-textColor\/60 {
  border-inline-end-color: rgb(205 141 239 / 0.6);
}
.border-e-badge-outline-textColor\/70 {
  border-inline-end-color: rgb(205 141 239 / 0.7);
}
.border-e-badge-outline-textColor\/75 {
  border-inline-end-color: rgb(205 141 239 / 0.75);
}
.border-e-badge-outline-textColor\/80 {
  border-inline-end-color: rgb(205 141 239 / 0.8);
}
.border-e-badge-outline-textColor\/90 {
  border-inline-end-color: rgb(205 141 239 / 0.9);
}
.border-e-badge-outline-textColor\/95 {
  border-inline-end-color: rgb(205 141 239 / 0.95);
}
.border-e-badge-outline-textColor\/state-disabled {
  border-inline-end-color: rgb(205 141 239 / 0.5);
}
.border-e-badge-outline-textColor\/state-enabled {
  border-inline-end-color: rgb(205 141 239 / 1);
}
.border-e-badge-solid-alternate {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(6 182 212 / var(--tw-border-opacity));
}
.border-e-badge-solid-alternate\/0 {
  border-inline-end-color: rgb(6 182 212 / 0);
}
.border-e-badge-solid-alternate\/10 {
  border-inline-end-color: rgb(6 182 212 / 0.1);
}
.border-e-badge-solid-alternate\/100 {
  border-inline-end-color: rgb(6 182 212 / 1);
}
.border-e-badge-solid-alternate\/20 {
  border-inline-end-color: rgb(6 182 212 / 0.2);
}
.border-e-badge-solid-alternate\/25 {
  border-inline-end-color: rgb(6 182 212 / 0.25);
}
.border-e-badge-solid-alternate\/30 {
  border-inline-end-color: rgb(6 182 212 / 0.3);
}
.border-e-badge-solid-alternate\/40 {
  border-inline-end-color: rgb(6 182 212 / 0.4);
}
.border-e-badge-solid-alternate\/5 {
  border-inline-end-color: rgb(6 182 212 / 0.05);
}
.border-e-badge-solid-alternate\/50 {
  border-inline-end-color: rgb(6 182 212 / 0.5);
}
.border-e-badge-solid-alternate\/60 {
  border-inline-end-color: rgb(6 182 212 / 0.6);
}
.border-e-badge-solid-alternate\/70 {
  border-inline-end-color: rgb(6 182 212 / 0.7);
}
.border-e-badge-solid-alternate\/75 {
  border-inline-end-color: rgb(6 182 212 / 0.75);
}
.border-e-badge-solid-alternate\/80 {
  border-inline-end-color: rgb(6 182 212 / 0.8);
}
.border-e-badge-solid-alternate\/90 {
  border-inline-end-color: rgb(6 182 212 / 0.9);
}
.border-e-badge-solid-alternate\/95 {
  border-inline-end-color: rgb(6 182 212 / 0.95);
}
.border-e-badge-solid-alternate\/state-disabled {
  border-inline-end-color: rgb(6 182 212 / 0.5);
}
.border-e-badge-solid-alternate\/state-enabled {
  border-inline-end-color: rgb(6 182 212 / 1);
}
.border-e-badge-solid-default {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-e-badge-solid-default\/0 {
  border-inline-end-color: rgb(205 141 239 / 0);
}
.border-e-badge-solid-default\/10 {
  border-inline-end-color: rgb(205 141 239 / 0.1);
}
.border-e-badge-solid-default\/100 {
  border-inline-end-color: rgb(205 141 239 / 1);
}
.border-e-badge-solid-default\/20 {
  border-inline-end-color: rgb(205 141 239 / 0.2);
}
.border-e-badge-solid-default\/25 {
  border-inline-end-color: rgb(205 141 239 / 0.25);
}
.border-e-badge-solid-default\/30 {
  border-inline-end-color: rgb(205 141 239 / 0.3);
}
.border-e-badge-solid-default\/40 {
  border-inline-end-color: rgb(205 141 239 / 0.4);
}
.border-e-badge-solid-default\/5 {
  border-inline-end-color: rgb(205 141 239 / 0.05);
}
.border-e-badge-solid-default\/50 {
  border-inline-end-color: rgb(205 141 239 / 0.5);
}
.border-e-badge-solid-default\/60 {
  border-inline-end-color: rgb(205 141 239 / 0.6);
}
.border-e-badge-solid-default\/70 {
  border-inline-end-color: rgb(205 141 239 / 0.7);
}
.border-e-badge-solid-default\/75 {
  border-inline-end-color: rgb(205 141 239 / 0.75);
}
.border-e-badge-solid-default\/80 {
  border-inline-end-color: rgb(205 141 239 / 0.8);
}
.border-e-badge-solid-default\/90 {
  border-inline-end-color: rgb(205 141 239 / 0.9);
}
.border-e-badge-solid-default\/95 {
  border-inline-end-color: rgb(205 141 239 / 0.95);
}
.border-e-badge-solid-default\/state-disabled {
  border-inline-end-color: rgb(205 141 239 / 0.5);
}
.border-e-badge-solid-default\/state-enabled {
  border-inline-end-color: rgb(205 141 239 / 1);
}
.border-e-badge-solid-textColor {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.border-e-badge-solid-textColor\/0 {
  border-inline-end-color: rgb(64 64 64 / 0);
}
.border-e-badge-solid-textColor\/10 {
  border-inline-end-color: rgb(64 64 64 / 0.1);
}
.border-e-badge-solid-textColor\/100 {
  border-inline-end-color: rgb(64 64 64 / 1);
}
.border-e-badge-solid-textColor\/20 {
  border-inline-end-color: rgb(64 64 64 / 0.2);
}
.border-e-badge-solid-textColor\/25 {
  border-inline-end-color: rgb(64 64 64 / 0.25);
}
.border-e-badge-solid-textColor\/30 {
  border-inline-end-color: rgb(64 64 64 / 0.3);
}
.border-e-badge-solid-textColor\/40 {
  border-inline-end-color: rgb(64 64 64 / 0.4);
}
.border-e-badge-solid-textColor\/5 {
  border-inline-end-color: rgb(64 64 64 / 0.05);
}
.border-e-badge-solid-textColor\/50 {
  border-inline-end-color: rgb(64 64 64 / 0.5);
}
.border-e-badge-solid-textColor\/60 {
  border-inline-end-color: rgb(64 64 64 / 0.6);
}
.border-e-badge-solid-textColor\/70 {
  border-inline-end-color: rgb(64 64 64 / 0.7);
}
.border-e-badge-solid-textColor\/75 {
  border-inline-end-color: rgb(64 64 64 / 0.75);
}
.border-e-badge-solid-textColor\/80 {
  border-inline-end-color: rgb(64 64 64 / 0.8);
}
.border-e-badge-solid-textColor\/90 {
  border-inline-end-color: rgb(64 64 64 / 0.9);
}
.border-e-badge-solid-textColor\/95 {
  border-inline-end-color: rgb(64 64 64 / 0.95);
}
.border-e-badge-solid-textColor\/state-disabled {
  border-inline-end-color: rgb(64 64 64 / 0.5);
}
.border-e-badge-solid-textColor\/state-enabled {
  border-inline-end-color: rgb(64 64 64 / 1);
}
.border-e-divider-default {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(55 65 81 / var(--tw-border-opacity));
}
.border-e-divider-default\/0 {
  border-inline-end-color: rgb(55 65 81 / 0);
}
.border-e-divider-default\/10 {
  border-inline-end-color: rgb(55 65 81 / 0.1);
}
.border-e-divider-default\/100 {
  border-inline-end-color: rgb(55 65 81 / 1);
}
.border-e-divider-default\/20 {
  border-inline-end-color: rgb(55 65 81 / 0.2);
}
.border-e-divider-default\/25 {
  border-inline-end-color: rgb(55 65 81 / 0.25);
}
.border-e-divider-default\/30 {
  border-inline-end-color: rgb(55 65 81 / 0.3);
}
.border-e-divider-default\/40 {
  border-inline-end-color: rgb(55 65 81 / 0.4);
}
.border-e-divider-default\/5 {
  border-inline-end-color: rgb(55 65 81 / 0.05);
}
.border-e-divider-default\/50 {
  border-inline-end-color: rgb(55 65 81 / 0.5);
}
.border-e-divider-default\/60 {
  border-inline-end-color: rgb(55 65 81 / 0.6);
}
.border-e-divider-default\/70 {
  border-inline-end-color: rgb(55 65 81 / 0.7);
}
.border-e-divider-default\/75 {
  border-inline-end-color: rgb(55 65 81 / 0.75);
}
.border-e-divider-default\/80 {
  border-inline-end-color: rgb(55 65 81 / 0.8);
}
.border-e-divider-default\/90 {
  border-inline-end-color: rgb(55 65 81 / 0.9);
}
.border-e-divider-default\/95 {
  border-inline-end-color: rgb(55 65 81 / 0.95);
}
.border-e-divider-default\/state-disabled {
  border-inline-end-color: rgb(55 65 81 / 0.5);
}
.border-e-divider-default\/state-enabled {
  border-inline-end-color: rgb(55 65 81 / 1);
}
.border-e-input-background {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(23 23 23 / var(--tw-border-opacity));
}
.border-e-input-background\/0 {
  border-inline-end-color: rgb(23 23 23 / 0);
}
.border-e-input-background\/10 {
  border-inline-end-color: rgb(23 23 23 / 0.1);
}
.border-e-input-background\/100 {
  border-inline-end-color: rgb(23 23 23 / 1);
}
.border-e-input-background\/20 {
  border-inline-end-color: rgb(23 23 23 / 0.2);
}
.border-e-input-background\/25 {
  border-inline-end-color: rgb(23 23 23 / 0.25);
}
.border-e-input-background\/30 {
  border-inline-end-color: rgb(23 23 23 / 0.3);
}
.border-e-input-background\/40 {
  border-inline-end-color: rgb(23 23 23 / 0.4);
}
.border-e-input-background\/5 {
  border-inline-end-color: rgb(23 23 23 / 0.05);
}
.border-e-input-background\/50 {
  border-inline-end-color: rgb(23 23 23 / 0.5);
}
.border-e-input-background\/60 {
  border-inline-end-color: rgb(23 23 23 / 0.6);
}
.border-e-input-background\/70 {
  border-inline-end-color: rgb(23 23 23 / 0.7);
}
.border-e-input-background\/75 {
  border-inline-end-color: rgb(23 23 23 / 0.75);
}
.border-e-input-background\/80 {
  border-inline-end-color: rgb(23 23 23 / 0.8);
}
.border-e-input-background\/90 {
  border-inline-end-color: rgb(23 23 23 / 0.9);
}
.border-e-input-background\/95 {
  border-inline-end-color: rgb(23 23 23 / 0.95);
}
.border-e-input-background\/state-disabled {
  border-inline-end-color: rgb(23 23 23 / 0.5);
}
.border-e-input-background\/state-enabled {
  border-inline-end-color: rgb(23 23 23 / 1);
}
.border-e-input-checkbox-background {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-e-input-checkbox-background\/0 {
  border-inline-end-color: rgb(205 141 239 / 0);
}
.border-e-input-checkbox-background\/10 {
  border-inline-end-color: rgb(205 141 239 / 0.1);
}
.border-e-input-checkbox-background\/100 {
  border-inline-end-color: rgb(205 141 239 / 1);
}
.border-e-input-checkbox-background\/20 {
  border-inline-end-color: rgb(205 141 239 / 0.2);
}
.border-e-input-checkbox-background\/25 {
  border-inline-end-color: rgb(205 141 239 / 0.25);
}
.border-e-input-checkbox-background\/30 {
  border-inline-end-color: rgb(205 141 239 / 0.3);
}
.border-e-input-checkbox-background\/40 {
  border-inline-end-color: rgb(205 141 239 / 0.4);
}
.border-e-input-checkbox-background\/5 {
  border-inline-end-color: rgb(205 141 239 / 0.05);
}
.border-e-input-checkbox-background\/50 {
  border-inline-end-color: rgb(205 141 239 / 0.5);
}
.border-e-input-checkbox-background\/60 {
  border-inline-end-color: rgb(205 141 239 / 0.6);
}
.border-e-input-checkbox-background\/70 {
  border-inline-end-color: rgb(205 141 239 / 0.7);
}
.border-e-input-checkbox-background\/75 {
  border-inline-end-color: rgb(205 141 239 / 0.75);
}
.border-e-input-checkbox-background\/80 {
  border-inline-end-color: rgb(205 141 239 / 0.8);
}
.border-e-input-checkbox-background\/90 {
  border-inline-end-color: rgb(205 141 239 / 0.9);
}
.border-e-input-checkbox-background\/95 {
  border-inline-end-color: rgb(205 141 239 / 0.95);
}
.border-e-input-checkbox-background\/state-disabled {
  border-inline-end-color: rgb(205 141 239 / 0.5);
}
.border-e-input-checkbox-background\/state-enabled {
  border-inline-end-color: rgb(205 141 239 / 1);
}
.border-e-input-checkbox-border {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-e-input-checkbox-border\/0 {
  border-inline-end-color: rgb(205 141 239 / 0);
}
.border-e-input-checkbox-border\/10 {
  border-inline-end-color: rgb(205 141 239 / 0.1);
}
.border-e-input-checkbox-border\/100 {
  border-inline-end-color: rgb(205 141 239 / 1);
}
.border-e-input-checkbox-border\/20 {
  border-inline-end-color: rgb(205 141 239 / 0.2);
}
.border-e-input-checkbox-border\/25 {
  border-inline-end-color: rgb(205 141 239 / 0.25);
}
.border-e-input-checkbox-border\/30 {
  border-inline-end-color: rgb(205 141 239 / 0.3);
}
.border-e-input-checkbox-border\/40 {
  border-inline-end-color: rgb(205 141 239 / 0.4);
}
.border-e-input-checkbox-border\/5 {
  border-inline-end-color: rgb(205 141 239 / 0.05);
}
.border-e-input-checkbox-border\/50 {
  border-inline-end-color: rgb(205 141 239 / 0.5);
}
.border-e-input-checkbox-border\/60 {
  border-inline-end-color: rgb(205 141 239 / 0.6);
}
.border-e-input-checkbox-border\/70 {
  border-inline-end-color: rgb(205 141 239 / 0.7);
}
.border-e-input-checkbox-border\/75 {
  border-inline-end-color: rgb(205 141 239 / 0.75);
}
.border-e-input-checkbox-border\/80 {
  border-inline-end-color: rgb(205 141 239 / 0.8);
}
.border-e-input-checkbox-border\/90 {
  border-inline-end-color: rgb(205 141 239 / 0.9);
}
.border-e-input-checkbox-border\/95 {
  border-inline-end-color: rgb(205 141 239 / 0.95);
}
.border-e-input-checkbox-border\/state-disabled {
  border-inline-end-color: rgb(205 141 239 / 0.5);
}
.border-e-input-checkbox-border\/state-enabled {
  border-inline-end-color: rgb(205 141 239 / 1);
}
.border-e-input-checkbox-contrast {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.border-e-input-checkbox-contrast\/0 {
  border-inline-end-color: rgb(64 64 64 / 0);
}
.border-e-input-checkbox-contrast\/10 {
  border-inline-end-color: rgb(64 64 64 / 0.1);
}
.border-e-input-checkbox-contrast\/100 {
  border-inline-end-color: rgb(64 64 64 / 1);
}
.border-e-input-checkbox-contrast\/20 {
  border-inline-end-color: rgb(64 64 64 / 0.2);
}
.border-e-input-checkbox-contrast\/25 {
  border-inline-end-color: rgb(64 64 64 / 0.25);
}
.border-e-input-checkbox-contrast\/30 {
  border-inline-end-color: rgb(64 64 64 / 0.3);
}
.border-e-input-checkbox-contrast\/40 {
  border-inline-end-color: rgb(64 64 64 / 0.4);
}
.border-e-input-checkbox-contrast\/5 {
  border-inline-end-color: rgb(64 64 64 / 0.05);
}
.border-e-input-checkbox-contrast\/50 {
  border-inline-end-color: rgb(64 64 64 / 0.5);
}
.border-e-input-checkbox-contrast\/60 {
  border-inline-end-color: rgb(64 64 64 / 0.6);
}
.border-e-input-checkbox-contrast\/70 {
  border-inline-end-color: rgb(64 64 64 / 0.7);
}
.border-e-input-checkbox-contrast\/75 {
  border-inline-end-color: rgb(64 64 64 / 0.75);
}
.border-e-input-checkbox-contrast\/80 {
  border-inline-end-color: rgb(64 64 64 / 0.8);
}
.border-e-input-checkbox-contrast\/90 {
  border-inline-end-color: rgb(64 64 64 / 0.9);
}
.border-e-input-checkbox-contrast\/95 {
  border-inline-end-color: rgb(64 64 64 / 0.95);
}
.border-e-input-checkbox-contrast\/state-disabled {
  border-inline-end-color: rgb(64 64 64 / 0.5);
}
.border-e-input-checkbox-contrast\/state-enabled {
  border-inline-end-color: rgb(64 64 64 / 1);
}
.border-e-input-default-bg {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(17 17 17 / var(--tw-border-opacity));
}
.border-e-input-default-bg\/0 {
  border-inline-end-color: rgb(17 17 17 / 0);
}
.border-e-input-default-bg\/10 {
  border-inline-end-color: rgb(17 17 17 / 0.1);
}
.border-e-input-default-bg\/100 {
  border-inline-end-color: rgb(17 17 17 / 1);
}
.border-e-input-default-bg\/20 {
  border-inline-end-color: rgb(17 17 17 / 0.2);
}
.border-e-input-default-bg\/25 {
  border-inline-end-color: rgb(17 17 17 / 0.25);
}
.border-e-input-default-bg\/30 {
  border-inline-end-color: rgb(17 17 17 / 0.3);
}
.border-e-input-default-bg\/40 {
  border-inline-end-color: rgb(17 17 17 / 0.4);
}
.border-e-input-default-bg\/5 {
  border-inline-end-color: rgb(17 17 17 / 0.05);
}
.border-e-input-default-bg\/50 {
  border-inline-end-color: rgb(17 17 17 / 0.5);
}
.border-e-input-default-bg\/60 {
  border-inline-end-color: rgb(17 17 17 / 0.6);
}
.border-e-input-default-bg\/70 {
  border-inline-end-color: rgb(17 17 17 / 0.7);
}
.border-e-input-default-bg\/75 {
  border-inline-end-color: rgb(17 17 17 / 0.75);
}
.border-e-input-default-bg\/80 {
  border-inline-end-color: rgb(17 17 17 / 0.8);
}
.border-e-input-default-bg\/90 {
  border-inline-end-color: rgb(17 17 17 / 0.9);
}
.border-e-input-default-bg\/95 {
  border-inline-end-color: rgb(17 17 17 / 0.95);
}
.border-e-input-default-bg\/state-disabled {
  border-inline-end-color: rgb(17 17 17 / 0.5);
}
.border-e-input-default-bg\/state-enabled {
  border-inline-end-color: rgb(17 17 17 / 1);
}
.border-e-input-default-border {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.border-e-input-default-border\/0 {
  border-inline-end-color: rgb(64 64 64 / 0);
}
.border-e-input-default-border\/10 {
  border-inline-end-color: rgb(64 64 64 / 0.1);
}
.border-e-input-default-border\/100 {
  border-inline-end-color: rgb(64 64 64 / 1);
}
.border-e-input-default-border\/20 {
  border-inline-end-color: rgb(64 64 64 / 0.2);
}
.border-e-input-default-border\/25 {
  border-inline-end-color: rgb(64 64 64 / 0.25);
}
.border-e-input-default-border\/30 {
  border-inline-end-color: rgb(64 64 64 / 0.3);
}
.border-e-input-default-border\/40 {
  border-inline-end-color: rgb(64 64 64 / 0.4);
}
.border-e-input-default-border\/5 {
  border-inline-end-color: rgb(64 64 64 / 0.05);
}
.border-e-input-default-border\/50 {
  border-inline-end-color: rgb(64 64 64 / 0.5);
}
.border-e-input-default-border\/60 {
  border-inline-end-color: rgb(64 64 64 / 0.6);
}
.border-e-input-default-border\/70 {
  border-inline-end-color: rgb(64 64 64 / 0.7);
}
.border-e-input-default-border\/75 {
  border-inline-end-color: rgb(64 64 64 / 0.75);
}
.border-e-input-default-border\/80 {
  border-inline-end-color: rgb(64 64 64 / 0.8);
}
.border-e-input-default-border\/90 {
  border-inline-end-color: rgb(64 64 64 / 0.9);
}
.border-e-input-default-border\/95 {
  border-inline-end-color: rgb(64 64 64 / 0.95);
}
.border-e-input-default-border\/state-disabled {
  border-inline-end-color: rgb(64 64 64 / 0.5);
}
.border-e-input-default-border\/state-enabled {
  border-inline-end-color: rgb(64 64 64 / 1);
}
.border-e-input-default-placeholder {
  border-inline-end-color: rgba(255, 255, 255, 0.4);
}
.border-e-input-default-placeholder\/0 {
  border-inline-end-color: rgba(255, 255, 255, 0);
}
.border-e-input-default-placeholder\/10 {
  border-inline-end-color: rgba(255, 255, 255, 0.1);
}
.border-e-input-default-placeholder\/100 {
  border-inline-end-color: rgba(255, 255, 255, 1);
}
.border-e-input-default-placeholder\/20 {
  border-inline-end-color: rgba(255, 255, 255, 0.2);
}
.border-e-input-default-placeholder\/25 {
  border-inline-end-color: rgba(255, 255, 255, 0.25);
}
.border-e-input-default-placeholder\/30 {
  border-inline-end-color: rgba(255, 255, 255, 0.3);
}
.border-e-input-default-placeholder\/40 {
  border-inline-end-color: rgba(255, 255, 255, 0.4);
}
.border-e-input-default-placeholder\/5 {
  border-inline-end-color: rgba(255, 255, 255, 0.05);
}
.border-e-input-default-placeholder\/50 {
  border-inline-end-color: rgba(255, 255, 255, 0.5);
}
.border-e-input-default-placeholder\/60 {
  border-inline-end-color: rgba(255, 255, 255, 0.6);
}
.border-e-input-default-placeholder\/70 {
  border-inline-end-color: rgba(255, 255, 255, 0.7);
}
.border-e-input-default-placeholder\/75 {
  border-inline-end-color: rgba(255, 255, 255, 0.75);
}
.border-e-input-default-placeholder\/80 {
  border-inline-end-color: rgba(255, 255, 255, 0.8);
}
.border-e-input-default-placeholder\/90 {
  border-inline-end-color: rgba(255, 255, 255, 0.9);
}
.border-e-input-default-placeholder\/95 {
  border-inline-end-color: rgba(255, 255, 255, 0.95);
}
.border-e-input-default-placeholder\/state-disabled {
  border-inline-end-color: rgba(255, 255, 255, 0.5);
}
.border-e-input-default-placeholder\/state-enabled {
  border-inline-end-color: rgba(255, 255, 255, 1);
}
.border-e-input-default-text {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-e-input-default-text\/0 {
  border-inline-end-color: rgb(255 255 255 / 0);
}
.border-e-input-default-text\/10 {
  border-inline-end-color: rgb(255 255 255 / 0.1);
}
.border-e-input-default-text\/100 {
  border-inline-end-color: rgb(255 255 255 / 1);
}
.border-e-input-default-text\/20 {
  border-inline-end-color: rgb(255 255 255 / 0.2);
}
.border-e-input-default-text\/25 {
  border-inline-end-color: rgb(255 255 255 / 0.25);
}
.border-e-input-default-text\/30 {
  border-inline-end-color: rgb(255 255 255 / 0.3);
}
.border-e-input-default-text\/40 {
  border-inline-end-color: rgb(255 255 255 / 0.4);
}
.border-e-input-default-text\/5 {
  border-inline-end-color: rgb(255 255 255 / 0.05);
}
.border-e-input-default-text\/50 {
  border-inline-end-color: rgb(255 255 255 / 0.5);
}
.border-e-input-default-text\/60 {
  border-inline-end-color: rgb(255 255 255 / 0.6);
}
.border-e-input-default-text\/70 {
  border-inline-end-color: rgb(255 255 255 / 0.7);
}
.border-e-input-default-text\/75 {
  border-inline-end-color: rgb(255 255 255 / 0.75);
}
.border-e-input-default-text\/80 {
  border-inline-end-color: rgb(255 255 255 / 0.8);
}
.border-e-input-default-text\/90 {
  border-inline-end-color: rgb(255 255 255 / 0.9);
}
.border-e-input-default-text\/95 {
  border-inline-end-color: rgb(255 255 255 / 0.95);
}
.border-e-input-default-text\/state-disabled {
  border-inline-end-color: rgb(255 255 255 / 0.5);
}
.border-e-input-default-text\/state-enabled {
  border-inline-end-color: rgb(255 255 255 / 1);
}
.border-e-input-dropdown-background {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(17 17 17 / var(--tw-border-opacity));
}
.border-e-input-dropdown-background\/0 {
  border-inline-end-color: rgb(17 17 17 / 0);
}
.border-e-input-dropdown-background\/10 {
  border-inline-end-color: rgb(17 17 17 / 0.1);
}
.border-e-input-dropdown-background\/100 {
  border-inline-end-color: rgb(17 17 17 / 1);
}
.border-e-input-dropdown-background\/20 {
  border-inline-end-color: rgb(17 17 17 / 0.2);
}
.border-e-input-dropdown-background\/25 {
  border-inline-end-color: rgb(17 17 17 / 0.25);
}
.border-e-input-dropdown-background\/30 {
  border-inline-end-color: rgb(17 17 17 / 0.3);
}
.border-e-input-dropdown-background\/40 {
  border-inline-end-color: rgb(17 17 17 / 0.4);
}
.border-e-input-dropdown-background\/5 {
  border-inline-end-color: rgb(17 17 17 / 0.05);
}
.border-e-input-dropdown-background\/50 {
  border-inline-end-color: rgb(17 17 17 / 0.5);
}
.border-e-input-dropdown-background\/60 {
  border-inline-end-color: rgb(17 17 17 / 0.6);
}
.border-e-input-dropdown-background\/70 {
  border-inline-end-color: rgb(17 17 17 / 0.7);
}
.border-e-input-dropdown-background\/75 {
  border-inline-end-color: rgb(17 17 17 / 0.75);
}
.border-e-input-dropdown-background\/80 {
  border-inline-end-color: rgb(17 17 17 / 0.8);
}
.border-e-input-dropdown-background\/90 {
  border-inline-end-color: rgb(17 17 17 / 0.9);
}
.border-e-input-dropdown-background\/95 {
  border-inline-end-color: rgb(17 17 17 / 0.95);
}
.border-e-input-dropdown-background\/state-disabled {
  border-inline-end-color: rgb(17 17 17 / 0.5);
}
.border-e-input-dropdown-background\/state-enabled {
  border-inline-end-color: rgb(17 17 17 / 1);
}
.border-e-input-error-bg {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(17 17 17 / var(--tw-border-opacity));
}
.border-e-input-error-bg\/0 {
  border-inline-end-color: rgb(17 17 17 / 0);
}
.border-e-input-error-bg\/10 {
  border-inline-end-color: rgb(17 17 17 / 0.1);
}
.border-e-input-error-bg\/100 {
  border-inline-end-color: rgb(17 17 17 / 1);
}
.border-e-input-error-bg\/20 {
  border-inline-end-color: rgb(17 17 17 / 0.2);
}
.border-e-input-error-bg\/25 {
  border-inline-end-color: rgb(17 17 17 / 0.25);
}
.border-e-input-error-bg\/30 {
  border-inline-end-color: rgb(17 17 17 / 0.3);
}
.border-e-input-error-bg\/40 {
  border-inline-end-color: rgb(17 17 17 / 0.4);
}
.border-e-input-error-bg\/5 {
  border-inline-end-color: rgb(17 17 17 / 0.05);
}
.border-e-input-error-bg\/50 {
  border-inline-end-color: rgb(17 17 17 / 0.5);
}
.border-e-input-error-bg\/60 {
  border-inline-end-color: rgb(17 17 17 / 0.6);
}
.border-e-input-error-bg\/70 {
  border-inline-end-color: rgb(17 17 17 / 0.7);
}
.border-e-input-error-bg\/75 {
  border-inline-end-color: rgb(17 17 17 / 0.75);
}
.border-e-input-error-bg\/80 {
  border-inline-end-color: rgb(17 17 17 / 0.8);
}
.border-e-input-error-bg\/90 {
  border-inline-end-color: rgb(17 17 17 / 0.9);
}
.border-e-input-error-bg\/95 {
  border-inline-end-color: rgb(17 17 17 / 0.95);
}
.border-e-input-error-bg\/state-disabled {
  border-inline-end-color: rgb(17 17 17 / 0.5);
}
.border-e-input-error-bg\/state-enabled {
  border-inline-end-color: rgb(17 17 17 / 1);
}
.border-e-input-error-border {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(248 113 113 / var(--tw-border-opacity));
}
.border-e-input-error-border\/0 {
  border-inline-end-color: rgb(248 113 113 / 0);
}
.border-e-input-error-border\/10 {
  border-inline-end-color: rgb(248 113 113 / 0.1);
}
.border-e-input-error-border\/100 {
  border-inline-end-color: rgb(248 113 113 / 1);
}
.border-e-input-error-border\/20 {
  border-inline-end-color: rgb(248 113 113 / 0.2);
}
.border-e-input-error-border\/25 {
  border-inline-end-color: rgb(248 113 113 / 0.25);
}
.border-e-input-error-border\/30 {
  border-inline-end-color: rgb(248 113 113 / 0.3);
}
.border-e-input-error-border\/40 {
  border-inline-end-color: rgb(248 113 113 / 0.4);
}
.border-e-input-error-border\/5 {
  border-inline-end-color: rgb(248 113 113 / 0.05);
}
.border-e-input-error-border\/50 {
  border-inline-end-color: rgb(248 113 113 / 0.5);
}
.border-e-input-error-border\/60 {
  border-inline-end-color: rgb(248 113 113 / 0.6);
}
.border-e-input-error-border\/70 {
  border-inline-end-color: rgb(248 113 113 / 0.7);
}
.border-e-input-error-border\/75 {
  border-inline-end-color: rgb(248 113 113 / 0.75);
}
.border-e-input-error-border\/80 {
  border-inline-end-color: rgb(248 113 113 / 0.8);
}
.border-e-input-error-border\/90 {
  border-inline-end-color: rgb(248 113 113 / 0.9);
}
.border-e-input-error-border\/95 {
  border-inline-end-color: rgb(248 113 113 / 0.95);
}
.border-e-input-error-border\/state-disabled {
  border-inline-end-color: rgb(248 113 113 / 0.5);
}
.border-e-input-error-border\/state-enabled {
  border-inline-end-color: rgb(248 113 113 / 1);
}
.border-e-input-error-placeholder {
  border-inline-end-color: rgba(255, 255, 255, 0.4);
}
.border-e-input-error-placeholder\/0 {
  border-inline-end-color: rgba(255, 255, 255, 0);
}
.border-e-input-error-placeholder\/10 {
  border-inline-end-color: rgba(255, 255, 255, 0.1);
}
.border-e-input-error-placeholder\/100 {
  border-inline-end-color: rgba(255, 255, 255, 1);
}
.border-e-input-error-placeholder\/20 {
  border-inline-end-color: rgba(255, 255, 255, 0.2);
}
.border-e-input-error-placeholder\/25 {
  border-inline-end-color: rgba(255, 255, 255, 0.25);
}
.border-e-input-error-placeholder\/30 {
  border-inline-end-color: rgba(255, 255, 255, 0.3);
}
.border-e-input-error-placeholder\/40 {
  border-inline-end-color: rgba(255, 255, 255, 0.4);
}
.border-e-input-error-placeholder\/5 {
  border-inline-end-color: rgba(255, 255, 255, 0.05);
}
.border-e-input-error-placeholder\/50 {
  border-inline-end-color: rgba(255, 255, 255, 0.5);
}
.border-e-input-error-placeholder\/60 {
  border-inline-end-color: rgba(255, 255, 255, 0.6);
}
.border-e-input-error-placeholder\/70 {
  border-inline-end-color: rgba(255, 255, 255, 0.7);
}
.border-e-input-error-placeholder\/75 {
  border-inline-end-color: rgba(255, 255, 255, 0.75);
}
.border-e-input-error-placeholder\/80 {
  border-inline-end-color: rgba(255, 255, 255, 0.8);
}
.border-e-input-error-placeholder\/90 {
  border-inline-end-color: rgba(255, 255, 255, 0.9);
}
.border-e-input-error-placeholder\/95 {
  border-inline-end-color: rgba(255, 255, 255, 0.95);
}
.border-e-input-error-placeholder\/state-disabled {
  border-inline-end-color: rgba(255, 255, 255, 0.5);
}
.border-e-input-error-placeholder\/state-enabled {
  border-inline-end-color: rgba(255, 255, 255, 1);
}
.border-e-input-error-text {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(248 113 113 / var(--tw-border-opacity));
}
.border-e-input-error-text\/0 {
  border-inline-end-color: rgb(248 113 113 / 0);
}
.border-e-input-error-text\/10 {
  border-inline-end-color: rgb(248 113 113 / 0.1);
}
.border-e-input-error-text\/100 {
  border-inline-end-color: rgb(248 113 113 / 1);
}
.border-e-input-error-text\/20 {
  border-inline-end-color: rgb(248 113 113 / 0.2);
}
.border-e-input-error-text\/25 {
  border-inline-end-color: rgb(248 113 113 / 0.25);
}
.border-e-input-error-text\/30 {
  border-inline-end-color: rgb(248 113 113 / 0.3);
}
.border-e-input-error-text\/40 {
  border-inline-end-color: rgb(248 113 113 / 0.4);
}
.border-e-input-error-text\/5 {
  border-inline-end-color: rgb(248 113 113 / 0.05);
}
.border-e-input-error-text\/50 {
  border-inline-end-color: rgb(248 113 113 / 0.5);
}
.border-e-input-error-text\/60 {
  border-inline-end-color: rgb(248 113 113 / 0.6);
}
.border-e-input-error-text\/70 {
  border-inline-end-color: rgb(248 113 113 / 0.7);
}
.border-e-input-error-text\/75 {
  border-inline-end-color: rgb(248 113 113 / 0.75);
}
.border-e-input-error-text\/80 {
  border-inline-end-color: rgb(248 113 113 / 0.8);
}
.border-e-input-error-text\/90 {
  border-inline-end-color: rgb(248 113 113 / 0.9);
}
.border-e-input-error-text\/95 {
  border-inline-end-color: rgb(248 113 113 / 0.95);
}
.border-e-input-error-text\/state-disabled {
  border-inline-end-color: rgb(248 113 113 / 0.5);
}
.border-e-input-error-text\/state-enabled {
  border-inline-end-color: rgb(248 113 113 / 1);
}
.border-e-input-focused-bg {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(17 17 17 / var(--tw-border-opacity));
}
.border-e-input-focused-bg\/0 {
  border-inline-end-color: rgb(17 17 17 / 0);
}
.border-e-input-focused-bg\/10 {
  border-inline-end-color: rgb(17 17 17 / 0.1);
}
.border-e-input-focused-bg\/100 {
  border-inline-end-color: rgb(17 17 17 / 1);
}
.border-e-input-focused-bg\/20 {
  border-inline-end-color: rgb(17 17 17 / 0.2);
}
.border-e-input-focused-bg\/25 {
  border-inline-end-color: rgb(17 17 17 / 0.25);
}
.border-e-input-focused-bg\/30 {
  border-inline-end-color: rgb(17 17 17 / 0.3);
}
.border-e-input-focused-bg\/40 {
  border-inline-end-color: rgb(17 17 17 / 0.4);
}
.border-e-input-focused-bg\/5 {
  border-inline-end-color: rgb(17 17 17 / 0.05);
}
.border-e-input-focused-bg\/50 {
  border-inline-end-color: rgb(17 17 17 / 0.5);
}
.border-e-input-focused-bg\/60 {
  border-inline-end-color: rgb(17 17 17 / 0.6);
}
.border-e-input-focused-bg\/70 {
  border-inline-end-color: rgb(17 17 17 / 0.7);
}
.border-e-input-focused-bg\/75 {
  border-inline-end-color: rgb(17 17 17 / 0.75);
}
.border-e-input-focused-bg\/80 {
  border-inline-end-color: rgb(17 17 17 / 0.8);
}
.border-e-input-focused-bg\/90 {
  border-inline-end-color: rgb(17 17 17 / 0.9);
}
.border-e-input-focused-bg\/95 {
  border-inline-end-color: rgb(17 17 17 / 0.95);
}
.border-e-input-focused-bg\/state-disabled {
  border-inline-end-color: rgb(17 17 17 / 0.5);
}
.border-e-input-focused-bg\/state-enabled {
  border-inline-end-color: rgb(17 17 17 / 1);
}
.border-e-input-focused-border {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(98 98 98 / var(--tw-border-opacity));
}
.border-e-input-focused-border\/0 {
  border-inline-end-color: rgb(98 98 98 / 0);
}
.border-e-input-focused-border\/10 {
  border-inline-end-color: rgb(98 98 98 / 0.1);
}
.border-e-input-focused-border\/100 {
  border-inline-end-color: rgb(98 98 98 / 1);
}
.border-e-input-focused-border\/20 {
  border-inline-end-color: rgb(98 98 98 / 0.2);
}
.border-e-input-focused-border\/25 {
  border-inline-end-color: rgb(98 98 98 / 0.25);
}
.border-e-input-focused-border\/30 {
  border-inline-end-color: rgb(98 98 98 / 0.3);
}
.border-e-input-focused-border\/40 {
  border-inline-end-color: rgb(98 98 98 / 0.4);
}
.border-e-input-focused-border\/5 {
  border-inline-end-color: rgb(98 98 98 / 0.05);
}
.border-e-input-focused-border\/50 {
  border-inline-end-color: rgb(98 98 98 / 0.5);
}
.border-e-input-focused-border\/60 {
  border-inline-end-color: rgb(98 98 98 / 0.6);
}
.border-e-input-focused-border\/70 {
  border-inline-end-color: rgb(98 98 98 / 0.7);
}
.border-e-input-focused-border\/75 {
  border-inline-end-color: rgb(98 98 98 / 0.75);
}
.border-e-input-focused-border\/80 {
  border-inline-end-color: rgb(98 98 98 / 0.8);
}
.border-e-input-focused-border\/90 {
  border-inline-end-color: rgb(98 98 98 / 0.9);
}
.border-e-input-focused-border\/95 {
  border-inline-end-color: rgb(98 98 98 / 0.95);
}
.border-e-input-focused-border\/state-disabled {
  border-inline-end-color: rgb(98 98 98 / 0.5);
}
.border-e-input-focused-border\/state-enabled {
  border-inline-end-color: rgb(98 98 98 / 1);
}
.border-e-input-focused-placeholder {
  border-inline-end-color: rgba(255, 255, 255, 0.4);
}
.border-e-input-focused-placeholder\/0 {
  border-inline-end-color: rgba(255, 255, 255, 0);
}
.border-e-input-focused-placeholder\/10 {
  border-inline-end-color: rgba(255, 255, 255, 0.1);
}
.border-e-input-focused-placeholder\/100 {
  border-inline-end-color: rgba(255, 255, 255, 1);
}
.border-e-input-focused-placeholder\/20 {
  border-inline-end-color: rgba(255, 255, 255, 0.2);
}
.border-e-input-focused-placeholder\/25 {
  border-inline-end-color: rgba(255, 255, 255, 0.25);
}
.border-e-input-focused-placeholder\/30 {
  border-inline-end-color: rgba(255, 255, 255, 0.3);
}
.border-e-input-focused-placeholder\/40 {
  border-inline-end-color: rgba(255, 255, 255, 0.4);
}
.border-e-input-focused-placeholder\/5 {
  border-inline-end-color: rgba(255, 255, 255, 0.05);
}
.border-e-input-focused-placeholder\/50 {
  border-inline-end-color: rgba(255, 255, 255, 0.5);
}
.border-e-input-focused-placeholder\/60 {
  border-inline-end-color: rgba(255, 255, 255, 0.6);
}
.border-e-input-focused-placeholder\/70 {
  border-inline-end-color: rgba(255, 255, 255, 0.7);
}
.border-e-input-focused-placeholder\/75 {
  border-inline-end-color: rgba(255, 255, 255, 0.75);
}
.border-e-input-focused-placeholder\/80 {
  border-inline-end-color: rgba(255, 255, 255, 0.8);
}
.border-e-input-focused-placeholder\/90 {
  border-inline-end-color: rgba(255, 255, 255, 0.9);
}
.border-e-input-focused-placeholder\/95 {
  border-inline-end-color: rgba(255, 255, 255, 0.95);
}
.border-e-input-focused-placeholder\/state-disabled {
  border-inline-end-color: rgba(255, 255, 255, 0.5);
}
.border-e-input-focused-placeholder\/state-enabled {
  border-inline-end-color: rgba(255, 255, 255, 1);
}
.border-e-input-focused-text {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-e-input-focused-text\/0 {
  border-inline-end-color: rgb(255 255 255 / 0);
}
.border-e-input-focused-text\/10 {
  border-inline-end-color: rgb(255 255 255 / 0.1);
}
.border-e-input-focused-text\/100 {
  border-inline-end-color: rgb(255 255 255 / 1);
}
.border-e-input-focused-text\/20 {
  border-inline-end-color: rgb(255 255 255 / 0.2);
}
.border-e-input-focused-text\/25 {
  border-inline-end-color: rgb(255 255 255 / 0.25);
}
.border-e-input-focused-text\/30 {
  border-inline-end-color: rgb(255 255 255 / 0.3);
}
.border-e-input-focused-text\/40 {
  border-inline-end-color: rgb(255 255 255 / 0.4);
}
.border-e-input-focused-text\/5 {
  border-inline-end-color: rgb(255 255 255 / 0.05);
}
.border-e-input-focused-text\/50 {
  border-inline-end-color: rgb(255 255 255 / 0.5);
}
.border-e-input-focused-text\/60 {
  border-inline-end-color: rgb(255 255 255 / 0.6);
}
.border-e-input-focused-text\/70 {
  border-inline-end-color: rgb(255 255 255 / 0.7);
}
.border-e-input-focused-text\/75 {
  border-inline-end-color: rgb(255 255 255 / 0.75);
}
.border-e-input-focused-text\/80 {
  border-inline-end-color: rgb(255 255 255 / 0.8);
}
.border-e-input-focused-text\/90 {
  border-inline-end-color: rgb(255 255 255 / 0.9);
}
.border-e-input-focused-text\/95 {
  border-inline-end-color: rgb(255 255 255 / 0.95);
}
.border-e-input-focused-text\/state-disabled {
  border-inline-end-color: rgb(255 255 255 / 0.5);
}
.border-e-input-focused-text\/state-enabled {
  border-inline-end-color: rgb(255 255 255 / 1);
}
.border-e-input-placeholder {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(97 97 97 / var(--tw-border-opacity));
}
.border-e-input-placeholder\/0 {
  border-inline-end-color: rgb(97 97 97 / 0);
}
.border-e-input-placeholder\/10 {
  border-inline-end-color: rgb(97 97 97 / 0.1);
}
.border-e-input-placeholder\/100 {
  border-inline-end-color: rgb(97 97 97 / 1);
}
.border-e-input-placeholder\/20 {
  border-inline-end-color: rgb(97 97 97 / 0.2);
}
.border-e-input-placeholder\/25 {
  border-inline-end-color: rgb(97 97 97 / 0.25);
}
.border-e-input-placeholder\/30 {
  border-inline-end-color: rgb(97 97 97 / 0.3);
}
.border-e-input-placeholder\/40 {
  border-inline-end-color: rgb(97 97 97 / 0.4);
}
.border-e-input-placeholder\/5 {
  border-inline-end-color: rgb(97 97 97 / 0.05);
}
.border-e-input-placeholder\/50 {
  border-inline-end-color: rgb(97 97 97 / 0.5);
}
.border-e-input-placeholder\/60 {
  border-inline-end-color: rgb(97 97 97 / 0.6);
}
.border-e-input-placeholder\/70 {
  border-inline-end-color: rgb(97 97 97 / 0.7);
}
.border-e-input-placeholder\/75 {
  border-inline-end-color: rgb(97 97 97 / 0.75);
}
.border-e-input-placeholder\/80 {
  border-inline-end-color: rgb(97 97 97 / 0.8);
}
.border-e-input-placeholder\/90 {
  border-inline-end-color: rgb(97 97 97 / 0.9);
}
.border-e-input-placeholder\/95 {
  border-inline-end-color: rgb(97 97 97 / 0.95);
}
.border-e-input-placeholder\/state-disabled {
  border-inline-end-color: rgb(97 97 97 / 0.5);
}
.border-e-input-placeholder\/state-enabled {
  border-inline-end-color: rgb(97 97 97 / 1);
}
.border-e-input-radio-background {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(17 17 17 / var(--tw-border-opacity));
}
.border-e-input-radio-background\/0 {
  border-inline-end-color: rgb(17 17 17 / 0);
}
.border-e-input-radio-background\/10 {
  border-inline-end-color: rgb(17 17 17 / 0.1);
}
.border-e-input-radio-background\/100 {
  border-inline-end-color: rgb(17 17 17 / 1);
}
.border-e-input-radio-background\/20 {
  border-inline-end-color: rgb(17 17 17 / 0.2);
}
.border-e-input-radio-background\/25 {
  border-inline-end-color: rgb(17 17 17 / 0.25);
}
.border-e-input-radio-background\/30 {
  border-inline-end-color: rgb(17 17 17 / 0.3);
}
.border-e-input-radio-background\/40 {
  border-inline-end-color: rgb(17 17 17 / 0.4);
}
.border-e-input-radio-background\/5 {
  border-inline-end-color: rgb(17 17 17 / 0.05);
}
.border-e-input-radio-background\/50 {
  border-inline-end-color: rgb(17 17 17 / 0.5);
}
.border-e-input-radio-background\/60 {
  border-inline-end-color: rgb(17 17 17 / 0.6);
}
.border-e-input-radio-background\/70 {
  border-inline-end-color: rgb(17 17 17 / 0.7);
}
.border-e-input-radio-background\/75 {
  border-inline-end-color: rgb(17 17 17 / 0.75);
}
.border-e-input-radio-background\/80 {
  border-inline-end-color: rgb(17 17 17 / 0.8);
}
.border-e-input-radio-background\/90 {
  border-inline-end-color: rgb(17 17 17 / 0.9);
}
.border-e-input-radio-background\/95 {
  border-inline-end-color: rgb(17 17 17 / 0.95);
}
.border-e-input-radio-background\/state-disabled {
  border-inline-end-color: rgb(17 17 17 / 0.5);
}
.border-e-input-radio-background\/state-enabled {
  border-inline-end-color: rgb(17 17 17 / 1);
}
.border-e-input-radio-border {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-e-input-radio-border\/0 {
  border-inline-end-color: rgb(205 141 239 / 0);
}
.border-e-input-radio-border\/10 {
  border-inline-end-color: rgb(205 141 239 / 0.1);
}
.border-e-input-radio-border\/100 {
  border-inline-end-color: rgb(205 141 239 / 1);
}
.border-e-input-radio-border\/20 {
  border-inline-end-color: rgb(205 141 239 / 0.2);
}
.border-e-input-radio-border\/25 {
  border-inline-end-color: rgb(205 141 239 / 0.25);
}
.border-e-input-radio-border\/30 {
  border-inline-end-color: rgb(205 141 239 / 0.3);
}
.border-e-input-radio-border\/40 {
  border-inline-end-color: rgb(205 141 239 / 0.4);
}
.border-e-input-radio-border\/5 {
  border-inline-end-color: rgb(205 141 239 / 0.05);
}
.border-e-input-radio-border\/50 {
  border-inline-end-color: rgb(205 141 239 / 0.5);
}
.border-e-input-radio-border\/60 {
  border-inline-end-color: rgb(205 141 239 / 0.6);
}
.border-e-input-radio-border\/70 {
  border-inline-end-color: rgb(205 141 239 / 0.7);
}
.border-e-input-radio-border\/75 {
  border-inline-end-color: rgb(205 141 239 / 0.75);
}
.border-e-input-radio-border\/80 {
  border-inline-end-color: rgb(205 141 239 / 0.8);
}
.border-e-input-radio-border\/90 {
  border-inline-end-color: rgb(205 141 239 / 0.9);
}
.border-e-input-radio-border\/95 {
  border-inline-end-color: rgb(205 141 239 / 0.95);
}
.border-e-input-radio-border\/state-disabled {
  border-inline-end-color: rgb(205 141 239 / 0.5);
}
.border-e-input-radio-border\/state-enabled {
  border-inline-end-color: rgb(205 141 239 / 1);
}
.border-e-input-radio-contrast {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-e-input-radio-contrast\/0 {
  border-inline-end-color: rgb(255 255 255 / 0);
}
.border-e-input-radio-contrast\/10 {
  border-inline-end-color: rgb(255 255 255 / 0.1);
}
.border-e-input-radio-contrast\/100 {
  border-inline-end-color: rgb(255 255 255 / 1);
}
.border-e-input-radio-contrast\/20 {
  border-inline-end-color: rgb(255 255 255 / 0.2);
}
.border-e-input-radio-contrast\/25 {
  border-inline-end-color: rgb(255 255 255 / 0.25);
}
.border-e-input-radio-contrast\/30 {
  border-inline-end-color: rgb(255 255 255 / 0.3);
}
.border-e-input-radio-contrast\/40 {
  border-inline-end-color: rgb(255 255 255 / 0.4);
}
.border-e-input-radio-contrast\/5 {
  border-inline-end-color: rgb(255 255 255 / 0.05);
}
.border-e-input-radio-contrast\/50 {
  border-inline-end-color: rgb(255 255 255 / 0.5);
}
.border-e-input-radio-contrast\/60 {
  border-inline-end-color: rgb(255 255 255 / 0.6);
}
.border-e-input-radio-contrast\/70 {
  border-inline-end-color: rgb(255 255 255 / 0.7);
}
.border-e-input-radio-contrast\/75 {
  border-inline-end-color: rgb(255 255 255 / 0.75);
}
.border-e-input-radio-contrast\/80 {
  border-inline-end-color: rgb(255 255 255 / 0.8);
}
.border-e-input-radio-contrast\/90 {
  border-inline-end-color: rgb(255 255 255 / 0.9);
}
.border-e-input-radio-contrast\/95 {
  border-inline-end-color: rgb(255 255 255 / 0.95);
}
.border-e-input-radio-contrast\/state-disabled {
  border-inline-end-color: rgb(255 255 255 / 0.5);
}
.border-e-input-radio-contrast\/state-enabled {
  border-inline-end-color: rgb(255 255 255 / 1);
}
.border-e-input-switch-backgroundOff {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-e-input-switch-backgroundOff\/0 {
  border-inline-end-color: rgb(156 163 175 / 0);
}
.border-e-input-switch-backgroundOff\/10 {
  border-inline-end-color: rgb(156 163 175 / 0.1);
}
.border-e-input-switch-backgroundOff\/100 {
  border-inline-end-color: rgb(156 163 175 / 1);
}
.border-e-input-switch-backgroundOff\/20 {
  border-inline-end-color: rgb(156 163 175 / 0.2);
}
.border-e-input-switch-backgroundOff\/25 {
  border-inline-end-color: rgb(156 163 175 / 0.25);
}
.border-e-input-switch-backgroundOff\/30 {
  border-inline-end-color: rgb(156 163 175 / 0.3);
}
.border-e-input-switch-backgroundOff\/40 {
  border-inline-end-color: rgb(156 163 175 / 0.4);
}
.border-e-input-switch-backgroundOff\/5 {
  border-inline-end-color: rgb(156 163 175 / 0.05);
}
.border-e-input-switch-backgroundOff\/50 {
  border-inline-end-color: rgb(156 163 175 / 0.5);
}
.border-e-input-switch-backgroundOff\/60 {
  border-inline-end-color: rgb(156 163 175 / 0.6);
}
.border-e-input-switch-backgroundOff\/70 {
  border-inline-end-color: rgb(156 163 175 / 0.7);
}
.border-e-input-switch-backgroundOff\/75 {
  border-inline-end-color: rgb(156 163 175 / 0.75);
}
.border-e-input-switch-backgroundOff\/80 {
  border-inline-end-color: rgb(156 163 175 / 0.8);
}
.border-e-input-switch-backgroundOff\/90 {
  border-inline-end-color: rgb(156 163 175 / 0.9);
}
.border-e-input-switch-backgroundOff\/95 {
  border-inline-end-color: rgb(156 163 175 / 0.95);
}
.border-e-input-switch-backgroundOff\/state-disabled {
  border-inline-end-color: rgb(156 163 175 / 0.5);
}
.border-e-input-switch-backgroundOff\/state-enabled {
  border-inline-end-color: rgb(156 163 175 / 1);
}
.border-e-input-switch-backgroundOn {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-e-input-switch-backgroundOn\/0 {
  border-inline-end-color: rgb(205 141 239 / 0);
}
.border-e-input-switch-backgroundOn\/10 {
  border-inline-end-color: rgb(205 141 239 / 0.1);
}
.border-e-input-switch-backgroundOn\/100 {
  border-inline-end-color: rgb(205 141 239 / 1);
}
.border-e-input-switch-backgroundOn\/20 {
  border-inline-end-color: rgb(205 141 239 / 0.2);
}
.border-e-input-switch-backgroundOn\/25 {
  border-inline-end-color: rgb(205 141 239 / 0.25);
}
.border-e-input-switch-backgroundOn\/30 {
  border-inline-end-color: rgb(205 141 239 / 0.3);
}
.border-e-input-switch-backgroundOn\/40 {
  border-inline-end-color: rgb(205 141 239 / 0.4);
}
.border-e-input-switch-backgroundOn\/5 {
  border-inline-end-color: rgb(205 141 239 / 0.05);
}
.border-e-input-switch-backgroundOn\/50 {
  border-inline-end-color: rgb(205 141 239 / 0.5);
}
.border-e-input-switch-backgroundOn\/60 {
  border-inline-end-color: rgb(205 141 239 / 0.6);
}
.border-e-input-switch-backgroundOn\/70 {
  border-inline-end-color: rgb(205 141 239 / 0.7);
}
.border-e-input-switch-backgroundOn\/75 {
  border-inline-end-color: rgb(205 141 239 / 0.75);
}
.border-e-input-switch-backgroundOn\/80 {
  border-inline-end-color: rgb(205 141 239 / 0.8);
}
.border-e-input-switch-backgroundOn\/90 {
  border-inline-end-color: rgb(205 141 239 / 0.9);
}
.border-e-input-switch-backgroundOn\/95 {
  border-inline-end-color: rgb(205 141 239 / 0.95);
}
.border-e-input-switch-backgroundOn\/state-disabled {
  border-inline-end-color: rgb(205 141 239 / 0.5);
}
.border-e-input-switch-backgroundOn\/state-enabled {
  border-inline-end-color: rgb(205 141 239 / 1);
}
.border-e-input-switch-contrast {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.border-e-input-switch-contrast\/0 {
  border-inline-end-color: rgb(64 64 64 / 0);
}
.border-e-input-switch-contrast\/10 {
  border-inline-end-color: rgb(64 64 64 / 0.1);
}
.border-e-input-switch-contrast\/100 {
  border-inline-end-color: rgb(64 64 64 / 1);
}
.border-e-input-switch-contrast\/20 {
  border-inline-end-color: rgb(64 64 64 / 0.2);
}
.border-e-input-switch-contrast\/25 {
  border-inline-end-color: rgb(64 64 64 / 0.25);
}
.border-e-input-switch-contrast\/30 {
  border-inline-end-color: rgb(64 64 64 / 0.3);
}
.border-e-input-switch-contrast\/40 {
  border-inline-end-color: rgb(64 64 64 / 0.4);
}
.border-e-input-switch-contrast\/5 {
  border-inline-end-color: rgb(64 64 64 / 0.05);
}
.border-e-input-switch-contrast\/50 {
  border-inline-end-color: rgb(64 64 64 / 0.5);
}
.border-e-input-switch-contrast\/60 {
  border-inline-end-color: rgb(64 64 64 / 0.6);
}
.border-e-input-switch-contrast\/70 {
  border-inline-end-color: rgb(64 64 64 / 0.7);
}
.border-e-input-switch-contrast\/75 {
  border-inline-end-color: rgb(64 64 64 / 0.75);
}
.border-e-input-switch-contrast\/80 {
  border-inline-end-color: rgb(64 64 64 / 0.8);
}
.border-e-input-switch-contrast\/90 {
  border-inline-end-color: rgb(64 64 64 / 0.9);
}
.border-e-input-switch-contrast\/95 {
  border-inline-end-color: rgb(64 64 64 / 0.95);
}
.border-e-input-switch-contrast\/state-disabled {
  border-inline-end-color: rgb(64 64 64 / 0.5);
}
.border-e-input-switch-contrast\/state-enabled {
  border-inline-end-color: rgb(64 64 64 / 1);
}
.border-e-input-text {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-e-input-text\/0 {
  border-inline-end-color: rgb(255 255 255 / 0);
}
.border-e-input-text\/10 {
  border-inline-end-color: rgb(255 255 255 / 0.1);
}
.border-e-input-text\/100 {
  border-inline-end-color: rgb(255 255 255 / 1);
}
.border-e-input-text\/20 {
  border-inline-end-color: rgb(255 255 255 / 0.2);
}
.border-e-input-text\/25 {
  border-inline-end-color: rgb(255 255 255 / 0.25);
}
.border-e-input-text\/30 {
  border-inline-end-color: rgb(255 255 255 / 0.3);
}
.border-e-input-text\/40 {
  border-inline-end-color: rgb(255 255 255 / 0.4);
}
.border-e-input-text\/5 {
  border-inline-end-color: rgb(255 255 255 / 0.05);
}
.border-e-input-text\/50 {
  border-inline-end-color: rgb(255 255 255 / 0.5);
}
.border-e-input-text\/60 {
  border-inline-end-color: rgb(255 255 255 / 0.6);
}
.border-e-input-text\/70 {
  border-inline-end-color: rgb(255 255 255 / 0.7);
}
.border-e-input-text\/75 {
  border-inline-end-color: rgb(255 255 255 / 0.75);
}
.border-e-input-text\/80 {
  border-inline-end-color: rgb(255 255 255 / 0.8);
}
.border-e-input-text\/90 {
  border-inline-end-color: rgb(255 255 255 / 0.9);
}
.border-e-input-text\/95 {
  border-inline-end-color: rgb(255 255 255 / 0.95);
}
.border-e-input-text\/state-disabled {
  border-inline-end-color: rgb(255 255 255 / 0.5);
}
.border-e-input-text\/state-enabled {
  border-inline-end-color: rgb(255 255 255 / 1);
}
.border-e-loader-default {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-e-loader-default\/0 {
  border-inline-end-color: rgb(205 141 239 / 0);
}
.border-e-loader-default\/10 {
  border-inline-end-color: rgb(205 141 239 / 0.1);
}
.border-e-loader-default\/100 {
  border-inline-end-color: rgb(205 141 239 / 1);
}
.border-e-loader-default\/20 {
  border-inline-end-color: rgb(205 141 239 / 0.2);
}
.border-e-loader-default\/25 {
  border-inline-end-color: rgb(205 141 239 / 0.25);
}
.border-e-loader-default\/30 {
  border-inline-end-color: rgb(205 141 239 / 0.3);
}
.border-e-loader-default\/40 {
  border-inline-end-color: rgb(205 141 239 / 0.4);
}
.border-e-loader-default\/5 {
  border-inline-end-color: rgb(205 141 239 / 0.05);
}
.border-e-loader-default\/50 {
  border-inline-end-color: rgb(205 141 239 / 0.5);
}
.border-e-loader-default\/60 {
  border-inline-end-color: rgb(205 141 239 / 0.6);
}
.border-e-loader-default\/70 {
  border-inline-end-color: rgb(205 141 239 / 0.7);
}
.border-e-loader-default\/75 {
  border-inline-end-color: rgb(205 141 239 / 0.75);
}
.border-e-loader-default\/80 {
  border-inline-end-color: rgb(205 141 239 / 0.8);
}
.border-e-loader-default\/90 {
  border-inline-end-color: rgb(205 141 239 / 0.9);
}
.border-e-loader-default\/95 {
  border-inline-end-color: rgb(205 141 239 / 0.95);
}
.border-e-loader-default\/state-disabled {
  border-inline-end-color: rgb(205 141 239 / 0.5);
}
.border-e-loader-default\/state-enabled {
  border-inline-end-color: rgb(205 141 239 / 1);
}
.border-e-panel-alternate {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(29 29 29 / var(--tw-border-opacity));
}
.border-e-panel-alternate\/0 {
  border-inline-end-color: rgb(29 29 29 / 0);
}
.border-e-panel-alternate\/10 {
  border-inline-end-color: rgb(29 29 29 / 0.1);
}
.border-e-panel-alternate\/100 {
  border-inline-end-color: rgb(29 29 29 / 1);
}
.border-e-panel-alternate\/20 {
  border-inline-end-color: rgb(29 29 29 / 0.2);
}
.border-e-panel-alternate\/25 {
  border-inline-end-color: rgb(29 29 29 / 0.25);
}
.border-e-panel-alternate\/30 {
  border-inline-end-color: rgb(29 29 29 / 0.3);
}
.border-e-panel-alternate\/40 {
  border-inline-end-color: rgb(29 29 29 / 0.4);
}
.border-e-panel-alternate\/5 {
  border-inline-end-color: rgb(29 29 29 / 0.05);
}
.border-e-panel-alternate\/50 {
  border-inline-end-color: rgb(29 29 29 / 0.5);
}
.border-e-panel-alternate\/60 {
  border-inline-end-color: rgb(29 29 29 / 0.6);
}
.border-e-panel-alternate\/70 {
  border-inline-end-color: rgb(29 29 29 / 0.7);
}
.border-e-panel-alternate\/75 {
  border-inline-end-color: rgb(29 29 29 / 0.75);
}
.border-e-panel-alternate\/80 {
  border-inline-end-color: rgb(29 29 29 / 0.8);
}
.border-e-panel-alternate\/90 {
  border-inline-end-color: rgb(29 29 29 / 0.9);
}
.border-e-panel-alternate\/95 {
  border-inline-end-color: rgb(29 29 29 / 0.95);
}
.border-e-panel-alternate\/state-disabled {
  border-inline-end-color: rgb(29 29 29 / 0.5);
}
.border-e-panel-alternate\/state-enabled {
  border-inline-end-color: rgb(29 29 29 / 1);
}
.border-e-panel-base {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(16 16 16 / var(--tw-border-opacity));
}
.border-e-panel-base\/0 {
  border-inline-end-color: rgb(16 16 16 / 0);
}
.border-e-panel-base\/10 {
  border-inline-end-color: rgb(16 16 16 / 0.1);
}
.border-e-panel-base\/100 {
  border-inline-end-color: rgb(16 16 16 / 1);
}
.border-e-panel-base\/20 {
  border-inline-end-color: rgb(16 16 16 / 0.2);
}
.border-e-panel-base\/25 {
  border-inline-end-color: rgb(16 16 16 / 0.25);
}
.border-e-panel-base\/30 {
  border-inline-end-color: rgb(16 16 16 / 0.3);
}
.border-e-panel-base\/40 {
  border-inline-end-color: rgb(16 16 16 / 0.4);
}
.border-e-panel-base\/5 {
  border-inline-end-color: rgb(16 16 16 / 0.05);
}
.border-e-panel-base\/50 {
  border-inline-end-color: rgb(16 16 16 / 0.5);
}
.border-e-panel-base\/60 {
  border-inline-end-color: rgb(16 16 16 / 0.6);
}
.border-e-panel-base\/70 {
  border-inline-end-color: rgb(16 16 16 / 0.7);
}
.border-e-panel-base\/75 {
  border-inline-end-color: rgb(16 16 16 / 0.75);
}
.border-e-panel-base\/80 {
  border-inline-end-color: rgb(16 16 16 / 0.8);
}
.border-e-panel-base\/90 {
  border-inline-end-color: rgb(16 16 16 / 0.9);
}
.border-e-panel-base\/95 {
  border-inline-end-color: rgb(16 16 16 / 0.95);
}
.border-e-panel-base\/state-disabled {
  border-inline-end-color: rgb(16 16 16 / 0.5);
}
.border-e-panel-base\/state-enabled {
  border-inline-end-color: rgb(16 16 16 / 1);
}
.border-e-panel-border {
  border-inline-end-color: rgba(255, 255, 255, 0.05);
}
.border-e-panel-border\/0 {
  border-inline-end-color: rgba(255, 255, 255, 0);
}
.border-e-panel-border\/10 {
  border-inline-end-color: rgba(255, 255, 255, 0.1);
}
.border-e-panel-border\/100 {
  border-inline-end-color: rgba(255, 255, 255, 1);
}
.border-e-panel-border\/20 {
  border-inline-end-color: rgba(255, 255, 255, 0.2);
}
.border-e-panel-border\/25 {
  border-inline-end-color: rgba(255, 255, 255, 0.25);
}
.border-e-panel-border\/30 {
  border-inline-end-color: rgba(255, 255, 255, 0.3);
}
.border-e-panel-border\/40 {
  border-inline-end-color: rgba(255, 255, 255, 0.4);
}
.border-e-panel-border\/5 {
  border-inline-end-color: rgba(255, 255, 255, 0.05);
}
.border-e-panel-border\/50 {
  border-inline-end-color: rgba(255, 255, 255, 0.5);
}
.border-e-panel-border\/60 {
  border-inline-end-color: rgba(255, 255, 255, 0.6);
}
.border-e-panel-border\/70 {
  border-inline-end-color: rgba(255, 255, 255, 0.7);
}
.border-e-panel-border\/75 {
  border-inline-end-color: rgba(255, 255, 255, 0.75);
}
.border-e-panel-border\/80 {
  border-inline-end-color: rgba(255, 255, 255, 0.8);
}
.border-e-panel-border\/90 {
  border-inline-end-color: rgba(255, 255, 255, 0.9);
}
.border-e-panel-border\/95 {
  border-inline-end-color: rgba(255, 255, 255, 0.95);
}
.border-e-panel-border\/state-disabled {
  border-inline-end-color: rgba(255, 255, 255, 0.5);
}
.border-e-panel-border\/state-enabled {
  border-inline-end-color: rgba(255, 255, 255, 1);
}
.border-e-panel-default {
  border-inline-end-color: rgba(255, 255, 255, 0);
}
.border-e-panel-default\/0 {
  border-inline-end-color: rgba(255, 255, 255, 0);
}
.border-e-panel-default\/10 {
  border-inline-end-color: rgba(255, 255, 255, 0.1);
}
.border-e-panel-default\/100 {
  border-inline-end-color: rgba(255, 255, 255, 1);
}
.border-e-panel-default\/20 {
  border-inline-end-color: rgba(255, 255, 255, 0.2);
}
.border-e-panel-default\/25 {
  border-inline-end-color: rgba(255, 255, 255, 0.25);
}
.border-e-panel-default\/30 {
  border-inline-end-color: rgba(255, 255, 255, 0.3);
}
.border-e-panel-default\/40 {
  border-inline-end-color: rgba(255, 255, 255, 0.4);
}
.border-e-panel-default\/5 {
  border-inline-end-color: rgba(255, 255, 255, 0.05);
}
.border-e-panel-default\/50 {
  border-inline-end-color: rgba(255, 255, 255, 0.5);
}
.border-e-panel-default\/60 {
  border-inline-end-color: rgba(255, 255, 255, 0.6);
}
.border-e-panel-default\/70 {
  border-inline-end-color: rgba(255, 255, 255, 0.7);
}
.border-e-panel-default\/75 {
  border-inline-end-color: rgba(255, 255, 255, 0.75);
}
.border-e-panel-default\/80 {
  border-inline-end-color: rgba(255, 255, 255, 0.8);
}
.border-e-panel-default\/90 {
  border-inline-end-color: rgba(255, 255, 255, 0.9);
}
.border-e-panel-default\/95 {
  border-inline-end-color: rgba(255, 255, 255, 0.95);
}
.border-e-panel-default\/state-disabled {
  border-inline-end-color: rgba(255, 255, 255, 0.5);
}
.border-e-panel-default\/state-enabled {
  border-inline-end-color: rgba(255, 255, 255, 1);
}
.border-e-panel-shadow {
  border-inline-end-color: rgba(0, 0, 0, 0.2);
}
.border-e-panel-shadow\/0 {
  border-inline-end-color: rgba(0, 0, 0, 0);
}
.border-e-panel-shadow\/10 {
  border-inline-end-color: rgba(0, 0, 0, 0.1);
}
.border-e-panel-shadow\/100 {
  border-inline-end-color: rgba(0, 0, 0, 1);
}
.border-e-panel-shadow\/20 {
  border-inline-end-color: rgba(0, 0, 0, 0.2);
}
.border-e-panel-shadow\/25 {
  border-inline-end-color: rgba(0, 0, 0, 0.25);
}
.border-e-panel-shadow\/30 {
  border-inline-end-color: rgba(0, 0, 0, 0.3);
}
.border-e-panel-shadow\/40 {
  border-inline-end-color: rgba(0, 0, 0, 0.4);
}
.border-e-panel-shadow\/5 {
  border-inline-end-color: rgba(0, 0, 0, 0.05);
}
.border-e-panel-shadow\/50 {
  border-inline-end-color: rgba(0, 0, 0, 0.5);
}
.border-e-panel-shadow\/60 {
  border-inline-end-color: rgba(0, 0, 0, 0.6);
}
.border-e-panel-shadow\/70 {
  border-inline-end-color: rgba(0, 0, 0, 0.7);
}
.border-e-panel-shadow\/75 {
  border-inline-end-color: rgba(0, 0, 0, 0.75);
}
.border-e-panel-shadow\/80 {
  border-inline-end-color: rgba(0, 0, 0, 0.8);
}
.border-e-panel-shadow\/90 {
  border-inline-end-color: rgba(0, 0, 0, 0.9);
}
.border-e-panel-shadow\/95 {
  border-inline-end-color: rgba(0, 0, 0, 0.95);
}
.border-e-panel-shadow\/state-disabled {
  border-inline-end-color: rgba(0, 0, 0, 0.5);
}
.border-e-panel-shadow\/state-enabled {
  border-inline-end-color: rgba(0, 0, 0, 1);
}
.border-e-typography-accent {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-e-typography-accent\/0 {
  border-inline-end-color: rgb(205 141 239 / 0);
}
.border-e-typography-accent\/10 {
  border-inline-end-color: rgb(205 141 239 / 0.1);
}
.border-e-typography-accent\/100 {
  border-inline-end-color: rgb(205 141 239 / 1);
}
.border-e-typography-accent\/20 {
  border-inline-end-color: rgb(205 141 239 / 0.2);
}
.border-e-typography-accent\/25 {
  border-inline-end-color: rgb(205 141 239 / 0.25);
}
.border-e-typography-accent\/30 {
  border-inline-end-color: rgb(205 141 239 / 0.3);
}
.border-e-typography-accent\/40 {
  border-inline-end-color: rgb(205 141 239 / 0.4);
}
.border-e-typography-accent\/5 {
  border-inline-end-color: rgb(205 141 239 / 0.05);
}
.border-e-typography-accent\/50 {
  border-inline-end-color: rgb(205 141 239 / 0.5);
}
.border-e-typography-accent\/60 {
  border-inline-end-color: rgb(205 141 239 / 0.6);
}
.border-e-typography-accent\/70 {
  border-inline-end-color: rgb(205 141 239 / 0.7);
}
.border-e-typography-accent\/75 {
  border-inline-end-color: rgb(205 141 239 / 0.75);
}
.border-e-typography-accent\/80 {
  border-inline-end-color: rgb(205 141 239 / 0.8);
}
.border-e-typography-accent\/90 {
  border-inline-end-color: rgb(205 141 239 / 0.9);
}
.border-e-typography-accent\/95 {
  border-inline-end-color: rgb(205 141 239 / 0.95);
}
.border-e-typography-accent\/state-disabled {
  border-inline-end-color: rgb(205 141 239 / 0.5);
}
.border-e-typography-accent\/state-enabled {
  border-inline-end-color: rgb(205 141 239 / 1);
}
.border-e-typography-alternate {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(6 182 212 / var(--tw-border-opacity));
}
.border-e-typography-alternate\/0 {
  border-inline-end-color: rgb(6 182 212 / 0);
}
.border-e-typography-alternate\/10 {
  border-inline-end-color: rgb(6 182 212 / 0.1);
}
.border-e-typography-alternate\/100 {
  border-inline-end-color: rgb(6 182 212 / 1);
}
.border-e-typography-alternate\/20 {
  border-inline-end-color: rgb(6 182 212 / 0.2);
}
.border-e-typography-alternate\/25 {
  border-inline-end-color: rgb(6 182 212 / 0.25);
}
.border-e-typography-alternate\/30 {
  border-inline-end-color: rgb(6 182 212 / 0.3);
}
.border-e-typography-alternate\/40 {
  border-inline-end-color: rgb(6 182 212 / 0.4);
}
.border-e-typography-alternate\/5 {
  border-inline-end-color: rgb(6 182 212 / 0.05);
}
.border-e-typography-alternate\/50 {
  border-inline-end-color: rgb(6 182 212 / 0.5);
}
.border-e-typography-alternate\/60 {
  border-inline-end-color: rgb(6 182 212 / 0.6);
}
.border-e-typography-alternate\/70 {
  border-inline-end-color: rgb(6 182 212 / 0.7);
}
.border-e-typography-alternate\/75 {
  border-inline-end-color: rgb(6 182 212 / 0.75);
}
.border-e-typography-alternate\/80 {
  border-inline-end-color: rgb(6 182 212 / 0.8);
}
.border-e-typography-alternate\/90 {
  border-inline-end-color: rgb(6 182 212 / 0.9);
}
.border-e-typography-alternate\/95 {
  border-inline-end-color: rgb(6 182 212 / 0.95);
}
.border-e-typography-alternate\/state-disabled {
  border-inline-end-color: rgb(6 182 212 / 0.5);
}
.border-e-typography-alternate\/state-enabled {
  border-inline-end-color: rgb(6 182 212 / 1);
}
.border-e-typography-default {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-e-typography-default\/0 {
  border-inline-end-color: rgb(255 255 255 / 0);
}
.border-e-typography-default\/10 {
  border-inline-end-color: rgb(255 255 255 / 0.1);
}
.border-e-typography-default\/100 {
  border-inline-end-color: rgb(255 255 255 / 1);
}
.border-e-typography-default\/20 {
  border-inline-end-color: rgb(255 255 255 / 0.2);
}
.border-e-typography-default\/25 {
  border-inline-end-color: rgb(255 255 255 / 0.25);
}
.border-e-typography-default\/30 {
  border-inline-end-color: rgb(255 255 255 / 0.3);
}
.border-e-typography-default\/40 {
  border-inline-end-color: rgb(255 255 255 / 0.4);
}
.border-e-typography-default\/5 {
  border-inline-end-color: rgb(255 255 255 / 0.05);
}
.border-e-typography-default\/50 {
  border-inline-end-color: rgb(255 255 255 / 0.5);
}
.border-e-typography-default\/60 {
  border-inline-end-color: rgb(255 255 255 / 0.6);
}
.border-e-typography-default\/70 {
  border-inline-end-color: rgb(255 255 255 / 0.7);
}
.border-e-typography-default\/75 {
  border-inline-end-color: rgb(255 255 255 / 0.75);
}
.border-e-typography-default\/80 {
  border-inline-end-color: rgb(255 255 255 / 0.8);
}
.border-e-typography-default\/90 {
  border-inline-end-color: rgb(255 255 255 / 0.9);
}
.border-e-typography-default\/95 {
  border-inline-end-color: rgb(255 255 255 / 0.95);
}
.border-e-typography-default\/state-disabled {
  border-inline-end-color: rgb(255 255 255 / 0.5);
}
.border-e-typography-default\/state-enabled {
  border-inline-end-color: rgb(255 255 255 / 1);
}
.border-e-typography-error {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(248 113 113 / var(--tw-border-opacity));
}
.border-e-typography-error\/0 {
  border-inline-end-color: rgb(248 113 113 / 0);
}
.border-e-typography-error\/10 {
  border-inline-end-color: rgb(248 113 113 / 0.1);
}
.border-e-typography-error\/100 {
  border-inline-end-color: rgb(248 113 113 / 1);
}
.border-e-typography-error\/20 {
  border-inline-end-color: rgb(248 113 113 / 0.2);
}
.border-e-typography-error\/25 {
  border-inline-end-color: rgb(248 113 113 / 0.25);
}
.border-e-typography-error\/30 {
  border-inline-end-color: rgb(248 113 113 / 0.3);
}
.border-e-typography-error\/40 {
  border-inline-end-color: rgb(248 113 113 / 0.4);
}
.border-e-typography-error\/5 {
  border-inline-end-color: rgb(248 113 113 / 0.05);
}
.border-e-typography-error\/50 {
  border-inline-end-color: rgb(248 113 113 / 0.5);
}
.border-e-typography-error\/60 {
  border-inline-end-color: rgb(248 113 113 / 0.6);
}
.border-e-typography-error\/70 {
  border-inline-end-color: rgb(248 113 113 / 0.7);
}
.border-e-typography-error\/75 {
  border-inline-end-color: rgb(248 113 113 / 0.75);
}
.border-e-typography-error\/80 {
  border-inline-end-color: rgb(248 113 113 / 0.8);
}
.border-e-typography-error\/90 {
  border-inline-end-color: rgb(248 113 113 / 0.9);
}
.border-e-typography-error\/95 {
  border-inline-end-color: rgb(248 113 113 / 0.95);
}
.border-e-typography-error\/state-disabled {
  border-inline-end-color: rgb(248 113 113 / 0.5);
}
.border-e-typography-error\/state-enabled {
  border-inline-end-color: rgb(248 113 113 / 1);
}
.border-e-typography-info {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(96 165 250 / var(--tw-border-opacity));
}
.border-e-typography-info\/0 {
  border-inline-end-color: rgb(96 165 250 / 0);
}
.border-e-typography-info\/10 {
  border-inline-end-color: rgb(96 165 250 / 0.1);
}
.border-e-typography-info\/100 {
  border-inline-end-color: rgb(96 165 250 / 1);
}
.border-e-typography-info\/20 {
  border-inline-end-color: rgb(96 165 250 / 0.2);
}
.border-e-typography-info\/25 {
  border-inline-end-color: rgb(96 165 250 / 0.25);
}
.border-e-typography-info\/30 {
  border-inline-end-color: rgb(96 165 250 / 0.3);
}
.border-e-typography-info\/40 {
  border-inline-end-color: rgb(96 165 250 / 0.4);
}
.border-e-typography-info\/5 {
  border-inline-end-color: rgb(96 165 250 / 0.05);
}
.border-e-typography-info\/50 {
  border-inline-end-color: rgb(96 165 250 / 0.5);
}
.border-e-typography-info\/60 {
  border-inline-end-color: rgb(96 165 250 / 0.6);
}
.border-e-typography-info\/70 {
  border-inline-end-color: rgb(96 165 250 / 0.7);
}
.border-e-typography-info\/75 {
  border-inline-end-color: rgb(96 165 250 / 0.75);
}
.border-e-typography-info\/80 {
  border-inline-end-color: rgb(96 165 250 / 0.8);
}
.border-e-typography-info\/90 {
  border-inline-end-color: rgb(96 165 250 / 0.9);
}
.border-e-typography-info\/95 {
  border-inline-end-color: rgb(96 165 250 / 0.95);
}
.border-e-typography-info\/state-disabled {
  border-inline-end-color: rgb(96 165 250 / 0.5);
}
.border-e-typography-info\/state-enabled {
  border-inline-end-color: rgb(96 165 250 / 1);
}
.border-e-typography-link-default {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-e-typography-link-default\/0 {
  border-inline-end-color: rgb(205 141 239 / 0);
}
.border-e-typography-link-default\/10 {
  border-inline-end-color: rgb(205 141 239 / 0.1);
}
.border-e-typography-link-default\/100 {
  border-inline-end-color: rgb(205 141 239 / 1);
}
.border-e-typography-link-default\/20 {
  border-inline-end-color: rgb(205 141 239 / 0.2);
}
.border-e-typography-link-default\/25 {
  border-inline-end-color: rgb(205 141 239 / 0.25);
}
.border-e-typography-link-default\/30 {
  border-inline-end-color: rgb(205 141 239 / 0.3);
}
.border-e-typography-link-default\/40 {
  border-inline-end-color: rgb(205 141 239 / 0.4);
}
.border-e-typography-link-default\/5 {
  border-inline-end-color: rgb(205 141 239 / 0.05);
}
.border-e-typography-link-default\/50 {
  border-inline-end-color: rgb(205 141 239 / 0.5);
}
.border-e-typography-link-default\/60 {
  border-inline-end-color: rgb(205 141 239 / 0.6);
}
.border-e-typography-link-default\/70 {
  border-inline-end-color: rgb(205 141 239 / 0.7);
}
.border-e-typography-link-default\/75 {
  border-inline-end-color: rgb(205 141 239 / 0.75);
}
.border-e-typography-link-default\/80 {
  border-inline-end-color: rgb(205 141 239 / 0.8);
}
.border-e-typography-link-default\/90 {
  border-inline-end-color: rgb(205 141 239 / 0.9);
}
.border-e-typography-link-default\/95 {
  border-inline-end-color: rgb(205 141 239 / 0.95);
}
.border-e-typography-link-default\/state-disabled {
  border-inline-end-color: rgb(205 141 239 / 0.5);
}
.border-e-typography-link-default\/state-enabled {
  border-inline-end-color: rgb(205 141 239 / 1);
}
.border-e-typography-link-hover {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(215 164 242 / var(--tw-border-opacity));
}
.border-e-typography-link-hover\/0 {
  border-inline-end-color: rgb(215 164 242 / 0);
}
.border-e-typography-link-hover\/10 {
  border-inline-end-color: rgb(215 164 242 / 0.1);
}
.border-e-typography-link-hover\/100 {
  border-inline-end-color: rgb(215 164 242 / 1);
}
.border-e-typography-link-hover\/20 {
  border-inline-end-color: rgb(215 164 242 / 0.2);
}
.border-e-typography-link-hover\/25 {
  border-inline-end-color: rgb(215 164 242 / 0.25);
}
.border-e-typography-link-hover\/30 {
  border-inline-end-color: rgb(215 164 242 / 0.3);
}
.border-e-typography-link-hover\/40 {
  border-inline-end-color: rgb(215 164 242 / 0.4);
}
.border-e-typography-link-hover\/5 {
  border-inline-end-color: rgb(215 164 242 / 0.05);
}
.border-e-typography-link-hover\/50 {
  border-inline-end-color: rgb(215 164 242 / 0.5);
}
.border-e-typography-link-hover\/60 {
  border-inline-end-color: rgb(215 164 242 / 0.6);
}
.border-e-typography-link-hover\/70 {
  border-inline-end-color: rgb(215 164 242 / 0.7);
}
.border-e-typography-link-hover\/75 {
  border-inline-end-color: rgb(215 164 242 / 0.75);
}
.border-e-typography-link-hover\/80 {
  border-inline-end-color: rgb(215 164 242 / 0.8);
}
.border-e-typography-link-hover\/90 {
  border-inline-end-color: rgb(215 164 242 / 0.9);
}
.border-e-typography-link-hover\/95 {
  border-inline-end-color: rgb(215 164 242 / 0.95);
}
.border-e-typography-link-hover\/state-disabled {
  border-inline-end-color: rgb(215 164 242 / 0.5);
}
.border-e-typography-link-hover\/state-enabled {
  border-inline-end-color: rgb(215 164 242 / 1);
}
.border-e-typography-muted {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-e-typography-muted\/0 {
  border-inline-end-color: rgb(156 163 175 / 0);
}
.border-e-typography-muted\/10 {
  border-inline-end-color: rgb(156 163 175 / 0.1);
}
.border-e-typography-muted\/100 {
  border-inline-end-color: rgb(156 163 175 / 1);
}
.border-e-typography-muted\/20 {
  border-inline-end-color: rgb(156 163 175 / 0.2);
}
.border-e-typography-muted\/25 {
  border-inline-end-color: rgb(156 163 175 / 0.25);
}
.border-e-typography-muted\/30 {
  border-inline-end-color: rgb(156 163 175 / 0.3);
}
.border-e-typography-muted\/40 {
  border-inline-end-color: rgb(156 163 175 / 0.4);
}
.border-e-typography-muted\/5 {
  border-inline-end-color: rgb(156 163 175 / 0.05);
}
.border-e-typography-muted\/50 {
  border-inline-end-color: rgb(156 163 175 / 0.5);
}
.border-e-typography-muted\/60 {
  border-inline-end-color: rgb(156 163 175 / 0.6);
}
.border-e-typography-muted\/70 {
  border-inline-end-color: rgb(156 163 175 / 0.7);
}
.border-e-typography-muted\/75 {
  border-inline-end-color: rgb(156 163 175 / 0.75);
}
.border-e-typography-muted\/80 {
  border-inline-end-color: rgb(156 163 175 / 0.8);
}
.border-e-typography-muted\/90 {
  border-inline-end-color: rgb(156 163 175 / 0.9);
}
.border-e-typography-muted\/95 {
  border-inline-end-color: rgb(156 163 175 / 0.95);
}
.border-e-typography-muted\/state-disabled {
  border-inline-end-color: rgb(156 163 175 / 0.5);
}
.border-e-typography-muted\/state-enabled {
  border-inline-end-color: rgb(156 163 175 / 1);
}
.border-e-typography-on-accent {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.border-e-typography-on-accent\/0 {
  border-inline-end-color: rgb(64 64 64 / 0);
}
.border-e-typography-on-accent\/10 {
  border-inline-end-color: rgb(64 64 64 / 0.1);
}
.border-e-typography-on-accent\/100 {
  border-inline-end-color: rgb(64 64 64 / 1);
}
.border-e-typography-on-accent\/20 {
  border-inline-end-color: rgb(64 64 64 / 0.2);
}
.border-e-typography-on-accent\/25 {
  border-inline-end-color: rgb(64 64 64 / 0.25);
}
.border-e-typography-on-accent\/30 {
  border-inline-end-color: rgb(64 64 64 / 0.3);
}
.border-e-typography-on-accent\/40 {
  border-inline-end-color: rgb(64 64 64 / 0.4);
}
.border-e-typography-on-accent\/5 {
  border-inline-end-color: rgb(64 64 64 / 0.05);
}
.border-e-typography-on-accent\/50 {
  border-inline-end-color: rgb(64 64 64 / 0.5);
}
.border-e-typography-on-accent\/60 {
  border-inline-end-color: rgb(64 64 64 / 0.6);
}
.border-e-typography-on-accent\/70 {
  border-inline-end-color: rgb(64 64 64 / 0.7);
}
.border-e-typography-on-accent\/75 {
  border-inline-end-color: rgb(64 64 64 / 0.75);
}
.border-e-typography-on-accent\/80 {
  border-inline-end-color: rgb(64 64 64 / 0.8);
}
.border-e-typography-on-accent\/90 {
  border-inline-end-color: rgb(64 64 64 / 0.9);
}
.border-e-typography-on-accent\/95 {
  border-inline-end-color: rgb(64 64 64 / 0.95);
}
.border-e-typography-on-accent\/state-disabled {
  border-inline-end-color: rgb(64 64 64 / 0.5);
}
.border-e-typography-on-accent\/state-enabled {
  border-inline-end-color: rgb(64 64 64 / 1);
}
.border-e-typography-subtle {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-e-typography-subtle\/0 {
  border-inline-end-color: rgb(229 231 235 / 0);
}
.border-e-typography-subtle\/10 {
  border-inline-end-color: rgb(229 231 235 / 0.1);
}
.border-e-typography-subtle\/100 {
  border-inline-end-color: rgb(229 231 235 / 1);
}
.border-e-typography-subtle\/20 {
  border-inline-end-color: rgb(229 231 235 / 0.2);
}
.border-e-typography-subtle\/25 {
  border-inline-end-color: rgb(229 231 235 / 0.25);
}
.border-e-typography-subtle\/30 {
  border-inline-end-color: rgb(229 231 235 / 0.3);
}
.border-e-typography-subtle\/40 {
  border-inline-end-color: rgb(229 231 235 / 0.4);
}
.border-e-typography-subtle\/5 {
  border-inline-end-color: rgb(229 231 235 / 0.05);
}
.border-e-typography-subtle\/50 {
  border-inline-end-color: rgb(229 231 235 / 0.5);
}
.border-e-typography-subtle\/60 {
  border-inline-end-color: rgb(229 231 235 / 0.6);
}
.border-e-typography-subtle\/70 {
  border-inline-end-color: rgb(229 231 235 / 0.7);
}
.border-e-typography-subtle\/75 {
  border-inline-end-color: rgb(229 231 235 / 0.75);
}
.border-e-typography-subtle\/80 {
  border-inline-end-color: rgb(229 231 235 / 0.8);
}
.border-e-typography-subtle\/90 {
  border-inline-end-color: rgb(229 231 235 / 0.9);
}
.border-e-typography-subtle\/95 {
  border-inline-end-color: rgb(229 231 235 / 0.95);
}
.border-e-typography-subtle\/state-disabled {
  border-inline-end-color: rgb(229 231 235 / 0.5);
}
.border-e-typography-subtle\/state-enabled {
  border-inline-end-color: rgb(229 231 235 / 1);
}
.border-e-typography-success {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(74 222 128 / var(--tw-border-opacity));
}
.border-e-typography-success\/0 {
  border-inline-end-color: rgb(74 222 128 / 0);
}
.border-e-typography-success\/10 {
  border-inline-end-color: rgb(74 222 128 / 0.1);
}
.border-e-typography-success\/100 {
  border-inline-end-color: rgb(74 222 128 / 1);
}
.border-e-typography-success\/20 {
  border-inline-end-color: rgb(74 222 128 / 0.2);
}
.border-e-typography-success\/25 {
  border-inline-end-color: rgb(74 222 128 / 0.25);
}
.border-e-typography-success\/30 {
  border-inline-end-color: rgb(74 222 128 / 0.3);
}
.border-e-typography-success\/40 {
  border-inline-end-color: rgb(74 222 128 / 0.4);
}
.border-e-typography-success\/5 {
  border-inline-end-color: rgb(74 222 128 / 0.05);
}
.border-e-typography-success\/50 {
  border-inline-end-color: rgb(74 222 128 / 0.5);
}
.border-e-typography-success\/60 {
  border-inline-end-color: rgb(74 222 128 / 0.6);
}
.border-e-typography-success\/70 {
  border-inline-end-color: rgb(74 222 128 / 0.7);
}
.border-e-typography-success\/75 {
  border-inline-end-color: rgb(74 222 128 / 0.75);
}
.border-e-typography-success\/80 {
  border-inline-end-color: rgb(74 222 128 / 0.8);
}
.border-e-typography-success\/90 {
  border-inline-end-color: rgb(74 222 128 / 0.9);
}
.border-e-typography-success\/95 {
  border-inline-end-color: rgb(74 222 128 / 0.95);
}
.border-e-typography-success\/state-disabled {
  border-inline-end-color: rgb(74 222 128 / 0.5);
}
.border-e-typography-success\/state-enabled {
  border-inline-end-color: rgb(74 222 128 / 1);
}
.border-e-typography-warning {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(251 146 60 / var(--tw-border-opacity));
}
.border-e-typography-warning\/0 {
  border-inline-end-color: rgb(251 146 60 / 0);
}
.border-e-typography-warning\/10 {
  border-inline-end-color: rgb(251 146 60 / 0.1);
}
.border-e-typography-warning\/100 {
  border-inline-end-color: rgb(251 146 60 / 1);
}
.border-e-typography-warning\/20 {
  border-inline-end-color: rgb(251 146 60 / 0.2);
}
.border-e-typography-warning\/25 {
  border-inline-end-color: rgb(251 146 60 / 0.25);
}
.border-e-typography-warning\/30 {
  border-inline-end-color: rgb(251 146 60 / 0.3);
}
.border-e-typography-warning\/40 {
  border-inline-end-color: rgb(251 146 60 / 0.4);
}
.border-e-typography-warning\/5 {
  border-inline-end-color: rgb(251 146 60 / 0.05);
}
.border-e-typography-warning\/50 {
  border-inline-end-color: rgb(251 146 60 / 0.5);
}
.border-e-typography-warning\/60 {
  border-inline-end-color: rgb(251 146 60 / 0.6);
}
.border-e-typography-warning\/70 {
  border-inline-end-color: rgb(251 146 60 / 0.7);
}
.border-e-typography-warning\/75 {
  border-inline-end-color: rgb(251 146 60 / 0.75);
}
.border-e-typography-warning\/80 {
  border-inline-end-color: rgb(251 146 60 / 0.8);
}
.border-e-typography-warning\/90 {
  border-inline-end-color: rgb(251 146 60 / 0.9);
}
.border-e-typography-warning\/95 {
  border-inline-end-color: rgb(251 146 60 / 0.95);
}
.border-e-typography-warning\/state-disabled {
  border-inline-end-color: rgb(251 146 60 / 0.5);
}
.border-e-typography-warning\/state-enabled {
  border-inline-end-color: rgb(251 146 60 / 1);
}
.border-l-4 {
  border-left-color: D;
}
.border-l-avatar-background {
  --tw-border-opacity: 1;
  border-left-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-l-avatar-background\/0 {
  border-left-color: rgb(205 141 239 / 0);
}
.border-l-avatar-background\/10 {
  border-left-color: rgb(205 141 239 / 0.1);
}
.border-l-avatar-background\/100 {
  border-left-color: rgb(205 141 239 / 1);
}
.border-l-avatar-background\/20 {
  border-left-color: rgb(205 141 239 / 0.2);
}
.border-l-avatar-background\/25 {
  border-left-color: rgb(205 141 239 / 0.25);
}
.border-l-avatar-background\/30 {
  border-left-color: rgb(205 141 239 / 0.3);
}
.border-l-avatar-background\/40 {
  border-left-color: rgb(205 141 239 / 0.4);
}
.border-l-avatar-background\/5 {
  border-left-color: rgb(205 141 239 / 0.05);
}
.border-l-avatar-background\/50 {
  border-left-color: rgb(205 141 239 / 0.5);
}
.border-l-avatar-background\/60 {
  border-left-color: rgb(205 141 239 / 0.6);
}
.border-l-avatar-background\/70 {
  border-left-color: rgb(205 141 239 / 0.7);
}
.border-l-avatar-background\/75 {
  border-left-color: rgb(205 141 239 / 0.75);
}
.border-l-avatar-background\/80 {
  border-left-color: rgb(205 141 239 / 0.8);
}
.border-l-avatar-background\/90 {
  border-left-color: rgb(205 141 239 / 0.9);
}
.border-l-avatar-background\/95 {
  border-left-color: rgb(205 141 239 / 0.95);
}
.border-l-avatar-background\/state-disabled {
  border-left-color: rgb(205 141 239 / 0.5);
}
.border-l-avatar-background\/state-enabled {
  border-left-color: rgb(205 141 239 / 1);
}
.border-l-badge-outline-alternate {
  --tw-border-opacity: 1;
  border-left-color: rgb(6 182 212 / var(--tw-border-opacity));
}
.border-l-badge-outline-alternate\/0 {
  border-left-color: rgb(6 182 212 / 0);
}
.border-l-badge-outline-alternate\/10 {
  border-left-color: rgb(6 182 212 / 0.1);
}
.border-l-badge-outline-alternate\/100 {
  border-left-color: rgb(6 182 212 / 1);
}
.border-l-badge-outline-alternate\/20 {
  border-left-color: rgb(6 182 212 / 0.2);
}
.border-l-badge-outline-alternate\/25 {
  border-left-color: rgb(6 182 212 / 0.25);
}
.border-l-badge-outline-alternate\/30 {
  border-left-color: rgb(6 182 212 / 0.3);
}
.border-l-badge-outline-alternate\/40 {
  border-left-color: rgb(6 182 212 / 0.4);
}
.border-l-badge-outline-alternate\/5 {
  border-left-color: rgb(6 182 212 / 0.05);
}
.border-l-badge-outline-alternate\/50 {
  border-left-color: rgb(6 182 212 / 0.5);
}
.border-l-badge-outline-alternate\/60 {
  border-left-color: rgb(6 182 212 / 0.6);
}
.border-l-badge-outline-alternate\/70 {
  border-left-color: rgb(6 182 212 / 0.7);
}
.border-l-badge-outline-alternate\/75 {
  border-left-color: rgb(6 182 212 / 0.75);
}
.border-l-badge-outline-alternate\/80 {
  border-left-color: rgb(6 182 212 / 0.8);
}
.border-l-badge-outline-alternate\/90 {
  border-left-color: rgb(6 182 212 / 0.9);
}
.border-l-badge-outline-alternate\/95 {
  border-left-color: rgb(6 182 212 / 0.95);
}
.border-l-badge-outline-alternate\/state-disabled {
  border-left-color: rgb(6 182 212 / 0.5);
}
.border-l-badge-outline-alternate\/state-enabled {
  border-left-color: rgb(6 182 212 / 1);
}
.border-l-badge-outline-default {
  --tw-border-opacity: 1;
  border-left-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-l-badge-outline-default\/0 {
  border-left-color: rgb(205 141 239 / 0);
}
.border-l-badge-outline-default\/10 {
  border-left-color: rgb(205 141 239 / 0.1);
}
.border-l-badge-outline-default\/100 {
  border-left-color: rgb(205 141 239 / 1);
}
.border-l-badge-outline-default\/20 {
  border-left-color: rgb(205 141 239 / 0.2);
}
.border-l-badge-outline-default\/25 {
  border-left-color: rgb(205 141 239 / 0.25);
}
.border-l-badge-outline-default\/30 {
  border-left-color: rgb(205 141 239 / 0.3);
}
.border-l-badge-outline-default\/40 {
  border-left-color: rgb(205 141 239 / 0.4);
}
.border-l-badge-outline-default\/5 {
  border-left-color: rgb(205 141 239 / 0.05);
}
.border-l-badge-outline-default\/50 {
  border-left-color: rgb(205 141 239 / 0.5);
}
.border-l-badge-outline-default\/60 {
  border-left-color: rgb(205 141 239 / 0.6);
}
.border-l-badge-outline-default\/70 {
  border-left-color: rgb(205 141 239 / 0.7);
}
.border-l-badge-outline-default\/75 {
  border-left-color: rgb(205 141 239 / 0.75);
}
.border-l-badge-outline-default\/80 {
  border-left-color: rgb(205 141 239 / 0.8);
}
.border-l-badge-outline-default\/90 {
  border-left-color: rgb(205 141 239 / 0.9);
}
.border-l-badge-outline-default\/95 {
  border-left-color: rgb(205 141 239 / 0.95);
}
.border-l-badge-outline-default\/state-disabled {
  border-left-color: rgb(205 141 239 / 0.5);
}
.border-l-badge-outline-default\/state-enabled {
  border-left-color: rgb(205 141 239 / 1);
}
.border-l-badge-outline-textColor {
  --tw-border-opacity: 1;
  border-left-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-l-badge-outline-textColor\/0 {
  border-left-color: rgb(205 141 239 / 0);
}
.border-l-badge-outline-textColor\/10 {
  border-left-color: rgb(205 141 239 / 0.1);
}
.border-l-badge-outline-textColor\/100 {
  border-left-color: rgb(205 141 239 / 1);
}
.border-l-badge-outline-textColor\/20 {
  border-left-color: rgb(205 141 239 / 0.2);
}
.border-l-badge-outline-textColor\/25 {
  border-left-color: rgb(205 141 239 / 0.25);
}
.border-l-badge-outline-textColor\/30 {
  border-left-color: rgb(205 141 239 / 0.3);
}
.border-l-badge-outline-textColor\/40 {
  border-left-color: rgb(205 141 239 / 0.4);
}
.border-l-badge-outline-textColor\/5 {
  border-left-color: rgb(205 141 239 / 0.05);
}
.border-l-badge-outline-textColor\/50 {
  border-left-color: rgb(205 141 239 / 0.5);
}
.border-l-badge-outline-textColor\/60 {
  border-left-color: rgb(205 141 239 / 0.6);
}
.border-l-badge-outline-textColor\/70 {
  border-left-color: rgb(205 141 239 / 0.7);
}
.border-l-badge-outline-textColor\/75 {
  border-left-color: rgb(205 141 239 / 0.75);
}
.border-l-badge-outline-textColor\/80 {
  border-left-color: rgb(205 141 239 / 0.8);
}
.border-l-badge-outline-textColor\/90 {
  border-left-color: rgb(205 141 239 / 0.9);
}
.border-l-badge-outline-textColor\/95 {
  border-left-color: rgb(205 141 239 / 0.95);
}
.border-l-badge-outline-textColor\/state-disabled {
  border-left-color: rgb(205 141 239 / 0.5);
}
.border-l-badge-outline-textColor\/state-enabled {
  border-left-color: rgb(205 141 239 / 1);
}
.border-l-badge-solid-alternate {
  --tw-border-opacity: 1;
  border-left-color: rgb(6 182 212 / var(--tw-border-opacity));
}
.border-l-badge-solid-alternate\/0 {
  border-left-color: rgb(6 182 212 / 0);
}
.border-l-badge-solid-alternate\/10 {
  border-left-color: rgb(6 182 212 / 0.1);
}
.border-l-badge-solid-alternate\/100 {
  border-left-color: rgb(6 182 212 / 1);
}
.border-l-badge-solid-alternate\/20 {
  border-left-color: rgb(6 182 212 / 0.2);
}
.border-l-badge-solid-alternate\/25 {
  border-left-color: rgb(6 182 212 / 0.25);
}
.border-l-badge-solid-alternate\/30 {
  border-left-color: rgb(6 182 212 / 0.3);
}
.border-l-badge-solid-alternate\/40 {
  border-left-color: rgb(6 182 212 / 0.4);
}
.border-l-badge-solid-alternate\/5 {
  border-left-color: rgb(6 182 212 / 0.05);
}
.border-l-badge-solid-alternate\/50 {
  border-left-color: rgb(6 182 212 / 0.5);
}
.border-l-badge-solid-alternate\/60 {
  border-left-color: rgb(6 182 212 / 0.6);
}
.border-l-badge-solid-alternate\/70 {
  border-left-color: rgb(6 182 212 / 0.7);
}
.border-l-badge-solid-alternate\/75 {
  border-left-color: rgb(6 182 212 / 0.75);
}
.border-l-badge-solid-alternate\/80 {
  border-left-color: rgb(6 182 212 / 0.8);
}
.border-l-badge-solid-alternate\/90 {
  border-left-color: rgb(6 182 212 / 0.9);
}
.border-l-badge-solid-alternate\/95 {
  border-left-color: rgb(6 182 212 / 0.95);
}
.border-l-badge-solid-alternate\/state-disabled {
  border-left-color: rgb(6 182 212 / 0.5);
}
.border-l-badge-solid-alternate\/state-enabled {
  border-left-color: rgb(6 182 212 / 1);
}
.border-l-badge-solid-default {
  --tw-border-opacity: 1;
  border-left-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-l-badge-solid-default\/0 {
  border-left-color: rgb(205 141 239 / 0);
}
.border-l-badge-solid-default\/10 {
  border-left-color: rgb(205 141 239 / 0.1);
}
.border-l-badge-solid-default\/100 {
  border-left-color: rgb(205 141 239 / 1);
}
.border-l-badge-solid-default\/20 {
  border-left-color: rgb(205 141 239 / 0.2);
}
.border-l-badge-solid-default\/25 {
  border-left-color: rgb(205 141 239 / 0.25);
}
.border-l-badge-solid-default\/30 {
  border-left-color: rgb(205 141 239 / 0.3);
}
.border-l-badge-solid-default\/40 {
  border-left-color: rgb(205 141 239 / 0.4);
}
.border-l-badge-solid-default\/5 {
  border-left-color: rgb(205 141 239 / 0.05);
}
.border-l-badge-solid-default\/50 {
  border-left-color: rgb(205 141 239 / 0.5);
}
.border-l-badge-solid-default\/60 {
  border-left-color: rgb(205 141 239 / 0.6);
}
.border-l-badge-solid-default\/70 {
  border-left-color: rgb(205 141 239 / 0.7);
}
.border-l-badge-solid-default\/75 {
  border-left-color: rgb(205 141 239 / 0.75);
}
.border-l-badge-solid-default\/80 {
  border-left-color: rgb(205 141 239 / 0.8);
}
.border-l-badge-solid-default\/90 {
  border-left-color: rgb(205 141 239 / 0.9);
}
.border-l-badge-solid-default\/95 {
  border-left-color: rgb(205 141 239 / 0.95);
}
.border-l-badge-solid-default\/state-disabled {
  border-left-color: rgb(205 141 239 / 0.5);
}
.border-l-badge-solid-default\/state-enabled {
  border-left-color: rgb(205 141 239 / 1);
}
.border-l-badge-solid-textColor {
  --tw-border-opacity: 1;
  border-left-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.border-l-badge-solid-textColor\/0 {
  border-left-color: rgb(64 64 64 / 0);
}
.border-l-badge-solid-textColor\/10 {
  border-left-color: rgb(64 64 64 / 0.1);
}
.border-l-badge-solid-textColor\/100 {
  border-left-color: rgb(64 64 64 / 1);
}
.border-l-badge-solid-textColor\/20 {
  border-left-color: rgb(64 64 64 / 0.2);
}
.border-l-badge-solid-textColor\/25 {
  border-left-color: rgb(64 64 64 / 0.25);
}
.border-l-badge-solid-textColor\/30 {
  border-left-color: rgb(64 64 64 / 0.3);
}
.border-l-badge-solid-textColor\/40 {
  border-left-color: rgb(64 64 64 / 0.4);
}
.border-l-badge-solid-textColor\/5 {
  border-left-color: rgb(64 64 64 / 0.05);
}
.border-l-badge-solid-textColor\/50 {
  border-left-color: rgb(64 64 64 / 0.5);
}
.border-l-badge-solid-textColor\/60 {
  border-left-color: rgb(64 64 64 / 0.6);
}
.border-l-badge-solid-textColor\/70 {
  border-left-color: rgb(64 64 64 / 0.7);
}
.border-l-badge-solid-textColor\/75 {
  border-left-color: rgb(64 64 64 / 0.75);
}
.border-l-badge-solid-textColor\/80 {
  border-left-color: rgb(64 64 64 / 0.8);
}
.border-l-badge-solid-textColor\/90 {
  border-left-color: rgb(64 64 64 / 0.9);
}
.border-l-badge-solid-textColor\/95 {
  border-left-color: rgb(64 64 64 / 0.95);
}
.border-l-badge-solid-textColor\/state-disabled {
  border-left-color: rgb(64 64 64 / 0.5);
}
.border-l-badge-solid-textColor\/state-enabled {
  border-left-color: rgb(64 64 64 / 1);
}
.border-l-divider-default {
  --tw-border-opacity: 1;
  border-left-color: rgb(55 65 81 / var(--tw-border-opacity));
}
.border-l-divider-default\/0 {
  border-left-color: rgb(55 65 81 / 0);
}
.border-l-divider-default\/10 {
  border-left-color: rgb(55 65 81 / 0.1);
}
.border-l-divider-default\/100 {
  border-left-color: rgb(55 65 81 / 1);
}
.border-l-divider-default\/20 {
  border-left-color: rgb(55 65 81 / 0.2);
}
.border-l-divider-default\/25 {
  border-left-color: rgb(55 65 81 / 0.25);
}
.border-l-divider-default\/30 {
  border-left-color: rgb(55 65 81 / 0.3);
}
.border-l-divider-default\/40 {
  border-left-color: rgb(55 65 81 / 0.4);
}
.border-l-divider-default\/5 {
  border-left-color: rgb(55 65 81 / 0.05);
}
.border-l-divider-default\/50 {
  border-left-color: rgb(55 65 81 / 0.5);
}
.border-l-divider-default\/60 {
  border-left-color: rgb(55 65 81 / 0.6);
}
.border-l-divider-default\/70 {
  border-left-color: rgb(55 65 81 / 0.7);
}
.border-l-divider-default\/75 {
  border-left-color: rgb(55 65 81 / 0.75);
}
.border-l-divider-default\/80 {
  border-left-color: rgb(55 65 81 / 0.8);
}
.border-l-divider-default\/90 {
  border-left-color: rgb(55 65 81 / 0.9);
}
.border-l-divider-default\/95 {
  border-left-color: rgb(55 65 81 / 0.95);
}
.border-l-divider-default\/state-disabled {
  border-left-color: rgb(55 65 81 / 0.5);
}
.border-l-divider-default\/state-enabled {
  border-left-color: rgb(55 65 81 / 1);
}
.border-l-input-background {
  --tw-border-opacity: 1;
  border-left-color: rgb(23 23 23 / var(--tw-border-opacity));
}
.border-l-input-background\/0 {
  border-left-color: rgb(23 23 23 / 0);
}
.border-l-input-background\/10 {
  border-left-color: rgb(23 23 23 / 0.1);
}
.border-l-input-background\/100 {
  border-left-color: rgb(23 23 23 / 1);
}
.border-l-input-background\/20 {
  border-left-color: rgb(23 23 23 / 0.2);
}
.border-l-input-background\/25 {
  border-left-color: rgb(23 23 23 / 0.25);
}
.border-l-input-background\/30 {
  border-left-color: rgb(23 23 23 / 0.3);
}
.border-l-input-background\/40 {
  border-left-color: rgb(23 23 23 / 0.4);
}
.border-l-input-background\/5 {
  border-left-color: rgb(23 23 23 / 0.05);
}
.border-l-input-background\/50 {
  border-left-color: rgb(23 23 23 / 0.5);
}
.border-l-input-background\/60 {
  border-left-color: rgb(23 23 23 / 0.6);
}
.border-l-input-background\/70 {
  border-left-color: rgb(23 23 23 / 0.7);
}
.border-l-input-background\/75 {
  border-left-color: rgb(23 23 23 / 0.75);
}
.border-l-input-background\/80 {
  border-left-color: rgb(23 23 23 / 0.8);
}
.border-l-input-background\/90 {
  border-left-color: rgb(23 23 23 / 0.9);
}
.border-l-input-background\/95 {
  border-left-color: rgb(23 23 23 / 0.95);
}
.border-l-input-background\/state-disabled {
  border-left-color: rgb(23 23 23 / 0.5);
}
.border-l-input-background\/state-enabled {
  border-left-color: rgb(23 23 23 / 1);
}
.border-l-input-checkbox-background {
  --tw-border-opacity: 1;
  border-left-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-l-input-checkbox-background\/0 {
  border-left-color: rgb(205 141 239 / 0);
}
.border-l-input-checkbox-background\/10 {
  border-left-color: rgb(205 141 239 / 0.1);
}
.border-l-input-checkbox-background\/100 {
  border-left-color: rgb(205 141 239 / 1);
}
.border-l-input-checkbox-background\/20 {
  border-left-color: rgb(205 141 239 / 0.2);
}
.border-l-input-checkbox-background\/25 {
  border-left-color: rgb(205 141 239 / 0.25);
}
.border-l-input-checkbox-background\/30 {
  border-left-color: rgb(205 141 239 / 0.3);
}
.border-l-input-checkbox-background\/40 {
  border-left-color: rgb(205 141 239 / 0.4);
}
.border-l-input-checkbox-background\/5 {
  border-left-color: rgb(205 141 239 / 0.05);
}
.border-l-input-checkbox-background\/50 {
  border-left-color: rgb(205 141 239 / 0.5);
}
.border-l-input-checkbox-background\/60 {
  border-left-color: rgb(205 141 239 / 0.6);
}
.border-l-input-checkbox-background\/70 {
  border-left-color: rgb(205 141 239 / 0.7);
}
.border-l-input-checkbox-background\/75 {
  border-left-color: rgb(205 141 239 / 0.75);
}
.border-l-input-checkbox-background\/80 {
  border-left-color: rgb(205 141 239 / 0.8);
}
.border-l-input-checkbox-background\/90 {
  border-left-color: rgb(205 141 239 / 0.9);
}
.border-l-input-checkbox-background\/95 {
  border-left-color: rgb(205 141 239 / 0.95);
}
.border-l-input-checkbox-background\/state-disabled {
  border-left-color: rgb(205 141 239 / 0.5);
}
.border-l-input-checkbox-background\/state-enabled {
  border-left-color: rgb(205 141 239 / 1);
}
.border-l-input-checkbox-border {
  --tw-border-opacity: 1;
  border-left-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-l-input-checkbox-border\/0 {
  border-left-color: rgb(205 141 239 / 0);
}
.border-l-input-checkbox-border\/10 {
  border-left-color: rgb(205 141 239 / 0.1);
}
.border-l-input-checkbox-border\/100 {
  border-left-color: rgb(205 141 239 / 1);
}
.border-l-input-checkbox-border\/20 {
  border-left-color: rgb(205 141 239 / 0.2);
}
.border-l-input-checkbox-border\/25 {
  border-left-color: rgb(205 141 239 / 0.25);
}
.border-l-input-checkbox-border\/30 {
  border-left-color: rgb(205 141 239 / 0.3);
}
.border-l-input-checkbox-border\/40 {
  border-left-color: rgb(205 141 239 / 0.4);
}
.border-l-input-checkbox-border\/5 {
  border-left-color: rgb(205 141 239 / 0.05);
}
.border-l-input-checkbox-border\/50 {
  border-left-color: rgb(205 141 239 / 0.5);
}
.border-l-input-checkbox-border\/60 {
  border-left-color: rgb(205 141 239 / 0.6);
}
.border-l-input-checkbox-border\/70 {
  border-left-color: rgb(205 141 239 / 0.7);
}
.border-l-input-checkbox-border\/75 {
  border-left-color: rgb(205 141 239 / 0.75);
}
.border-l-input-checkbox-border\/80 {
  border-left-color: rgb(205 141 239 / 0.8);
}
.border-l-input-checkbox-border\/90 {
  border-left-color: rgb(205 141 239 / 0.9);
}
.border-l-input-checkbox-border\/95 {
  border-left-color: rgb(205 141 239 / 0.95);
}
.border-l-input-checkbox-border\/state-disabled {
  border-left-color: rgb(205 141 239 / 0.5);
}
.border-l-input-checkbox-border\/state-enabled {
  border-left-color: rgb(205 141 239 / 1);
}
.border-l-input-checkbox-contrast {
  --tw-border-opacity: 1;
  border-left-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.border-l-input-checkbox-contrast\/0 {
  border-left-color: rgb(64 64 64 / 0);
}
.border-l-input-checkbox-contrast\/10 {
  border-left-color: rgb(64 64 64 / 0.1);
}
.border-l-input-checkbox-contrast\/100 {
  border-left-color: rgb(64 64 64 / 1);
}
.border-l-input-checkbox-contrast\/20 {
  border-left-color: rgb(64 64 64 / 0.2);
}
.border-l-input-checkbox-contrast\/25 {
  border-left-color: rgb(64 64 64 / 0.25);
}
.border-l-input-checkbox-contrast\/30 {
  border-left-color: rgb(64 64 64 / 0.3);
}
.border-l-input-checkbox-contrast\/40 {
  border-left-color: rgb(64 64 64 / 0.4);
}
.border-l-input-checkbox-contrast\/5 {
  border-left-color: rgb(64 64 64 / 0.05);
}
.border-l-input-checkbox-contrast\/50 {
  border-left-color: rgb(64 64 64 / 0.5);
}
.border-l-input-checkbox-contrast\/60 {
  border-left-color: rgb(64 64 64 / 0.6);
}
.border-l-input-checkbox-contrast\/70 {
  border-left-color: rgb(64 64 64 / 0.7);
}
.border-l-input-checkbox-contrast\/75 {
  border-left-color: rgb(64 64 64 / 0.75);
}
.border-l-input-checkbox-contrast\/80 {
  border-left-color: rgb(64 64 64 / 0.8);
}
.border-l-input-checkbox-contrast\/90 {
  border-left-color: rgb(64 64 64 / 0.9);
}
.border-l-input-checkbox-contrast\/95 {
  border-left-color: rgb(64 64 64 / 0.95);
}
.border-l-input-checkbox-contrast\/state-disabled {
  border-left-color: rgb(64 64 64 / 0.5);
}
.border-l-input-checkbox-contrast\/state-enabled {
  border-left-color: rgb(64 64 64 / 1);
}
.border-l-input-default-bg {
  --tw-border-opacity: 1;
  border-left-color: rgb(17 17 17 / var(--tw-border-opacity));
}
.border-l-input-default-bg\/0 {
  border-left-color: rgb(17 17 17 / 0);
}
.border-l-input-default-bg\/10 {
  border-left-color: rgb(17 17 17 / 0.1);
}
.border-l-input-default-bg\/100 {
  border-left-color: rgb(17 17 17 / 1);
}
.border-l-input-default-bg\/20 {
  border-left-color: rgb(17 17 17 / 0.2);
}
.border-l-input-default-bg\/25 {
  border-left-color: rgb(17 17 17 / 0.25);
}
.border-l-input-default-bg\/30 {
  border-left-color: rgb(17 17 17 / 0.3);
}
.border-l-input-default-bg\/40 {
  border-left-color: rgb(17 17 17 / 0.4);
}
.border-l-input-default-bg\/5 {
  border-left-color: rgb(17 17 17 / 0.05);
}
.border-l-input-default-bg\/50 {
  border-left-color: rgb(17 17 17 / 0.5);
}
.border-l-input-default-bg\/60 {
  border-left-color: rgb(17 17 17 / 0.6);
}
.border-l-input-default-bg\/70 {
  border-left-color: rgb(17 17 17 / 0.7);
}
.border-l-input-default-bg\/75 {
  border-left-color: rgb(17 17 17 / 0.75);
}
.border-l-input-default-bg\/80 {
  border-left-color: rgb(17 17 17 / 0.8);
}
.border-l-input-default-bg\/90 {
  border-left-color: rgb(17 17 17 / 0.9);
}
.border-l-input-default-bg\/95 {
  border-left-color: rgb(17 17 17 / 0.95);
}
.border-l-input-default-bg\/state-disabled {
  border-left-color: rgb(17 17 17 / 0.5);
}
.border-l-input-default-bg\/state-enabled {
  border-left-color: rgb(17 17 17 / 1);
}
.border-l-input-default-border {
  --tw-border-opacity: 1;
  border-left-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.border-l-input-default-border\/0 {
  border-left-color: rgb(64 64 64 / 0);
}
.border-l-input-default-border\/10 {
  border-left-color: rgb(64 64 64 / 0.1);
}
.border-l-input-default-border\/100 {
  border-left-color: rgb(64 64 64 / 1);
}
.border-l-input-default-border\/20 {
  border-left-color: rgb(64 64 64 / 0.2);
}
.border-l-input-default-border\/25 {
  border-left-color: rgb(64 64 64 / 0.25);
}
.border-l-input-default-border\/30 {
  border-left-color: rgb(64 64 64 / 0.3);
}
.border-l-input-default-border\/40 {
  border-left-color: rgb(64 64 64 / 0.4);
}
.border-l-input-default-border\/5 {
  border-left-color: rgb(64 64 64 / 0.05);
}
.border-l-input-default-border\/50 {
  border-left-color: rgb(64 64 64 / 0.5);
}
.border-l-input-default-border\/60 {
  border-left-color: rgb(64 64 64 / 0.6);
}
.border-l-input-default-border\/70 {
  border-left-color: rgb(64 64 64 / 0.7);
}
.border-l-input-default-border\/75 {
  border-left-color: rgb(64 64 64 / 0.75);
}
.border-l-input-default-border\/80 {
  border-left-color: rgb(64 64 64 / 0.8);
}
.border-l-input-default-border\/90 {
  border-left-color: rgb(64 64 64 / 0.9);
}
.border-l-input-default-border\/95 {
  border-left-color: rgb(64 64 64 / 0.95);
}
.border-l-input-default-border\/state-disabled {
  border-left-color: rgb(64 64 64 / 0.5);
}
.border-l-input-default-border\/state-enabled {
  border-left-color: rgb(64 64 64 / 1);
}
.border-l-input-default-placeholder {
  border-left-color: rgba(255, 255, 255, 0.4);
}
.border-l-input-default-placeholder\/0 {
  border-left-color: rgba(255, 255, 255, 0);
}
.border-l-input-default-placeholder\/10 {
  border-left-color: rgba(255, 255, 255, 0.1);
}
.border-l-input-default-placeholder\/100 {
  border-left-color: rgba(255, 255, 255, 1);
}
.border-l-input-default-placeholder\/20 {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.border-l-input-default-placeholder\/25 {
  border-left-color: rgba(255, 255, 255, 0.25);
}
.border-l-input-default-placeholder\/30 {
  border-left-color: rgba(255, 255, 255, 0.3);
}
.border-l-input-default-placeholder\/40 {
  border-left-color: rgba(255, 255, 255, 0.4);
}
.border-l-input-default-placeholder\/5 {
  border-left-color: rgba(255, 255, 255, 0.05);
}
.border-l-input-default-placeholder\/50 {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.border-l-input-default-placeholder\/60 {
  border-left-color: rgba(255, 255, 255, 0.6);
}
.border-l-input-default-placeholder\/70 {
  border-left-color: rgba(255, 255, 255, 0.7);
}
.border-l-input-default-placeholder\/75 {
  border-left-color: rgba(255, 255, 255, 0.75);
}
.border-l-input-default-placeholder\/80 {
  border-left-color: rgba(255, 255, 255, 0.8);
}
.border-l-input-default-placeholder\/90 {
  border-left-color: rgba(255, 255, 255, 0.9);
}
.border-l-input-default-placeholder\/95 {
  border-left-color: rgba(255, 255, 255, 0.95);
}
.border-l-input-default-placeholder\/state-disabled {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.border-l-input-default-placeholder\/state-enabled {
  border-left-color: rgba(255, 255, 255, 1);
}
.border-l-input-default-text {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-l-input-default-text\/0 {
  border-left-color: rgb(255 255 255 / 0);
}
.border-l-input-default-text\/10 {
  border-left-color: rgb(255 255 255 / 0.1);
}
.border-l-input-default-text\/100 {
  border-left-color: rgb(255 255 255 / 1);
}
.border-l-input-default-text\/20 {
  border-left-color: rgb(255 255 255 / 0.2);
}
.border-l-input-default-text\/25 {
  border-left-color: rgb(255 255 255 / 0.25);
}
.border-l-input-default-text\/30 {
  border-left-color: rgb(255 255 255 / 0.3);
}
.border-l-input-default-text\/40 {
  border-left-color: rgb(255 255 255 / 0.4);
}
.border-l-input-default-text\/5 {
  border-left-color: rgb(255 255 255 / 0.05);
}
.border-l-input-default-text\/50 {
  border-left-color: rgb(255 255 255 / 0.5);
}
.border-l-input-default-text\/60 {
  border-left-color: rgb(255 255 255 / 0.6);
}
.border-l-input-default-text\/70 {
  border-left-color: rgb(255 255 255 / 0.7);
}
.border-l-input-default-text\/75 {
  border-left-color: rgb(255 255 255 / 0.75);
}
.border-l-input-default-text\/80 {
  border-left-color: rgb(255 255 255 / 0.8);
}
.border-l-input-default-text\/90 {
  border-left-color: rgb(255 255 255 / 0.9);
}
.border-l-input-default-text\/95 {
  border-left-color: rgb(255 255 255 / 0.95);
}
.border-l-input-default-text\/state-disabled {
  border-left-color: rgb(255 255 255 / 0.5);
}
.border-l-input-default-text\/state-enabled {
  border-left-color: rgb(255 255 255 / 1);
}
.border-l-input-dropdown-background {
  --tw-border-opacity: 1;
  border-left-color: rgb(17 17 17 / var(--tw-border-opacity));
}
.border-l-input-dropdown-background\/0 {
  border-left-color: rgb(17 17 17 / 0);
}
.border-l-input-dropdown-background\/10 {
  border-left-color: rgb(17 17 17 / 0.1);
}
.border-l-input-dropdown-background\/100 {
  border-left-color: rgb(17 17 17 / 1);
}
.border-l-input-dropdown-background\/20 {
  border-left-color: rgb(17 17 17 / 0.2);
}
.border-l-input-dropdown-background\/25 {
  border-left-color: rgb(17 17 17 / 0.25);
}
.border-l-input-dropdown-background\/30 {
  border-left-color: rgb(17 17 17 / 0.3);
}
.border-l-input-dropdown-background\/40 {
  border-left-color: rgb(17 17 17 / 0.4);
}
.border-l-input-dropdown-background\/5 {
  border-left-color: rgb(17 17 17 / 0.05);
}
.border-l-input-dropdown-background\/50 {
  border-left-color: rgb(17 17 17 / 0.5);
}
.border-l-input-dropdown-background\/60 {
  border-left-color: rgb(17 17 17 / 0.6);
}
.border-l-input-dropdown-background\/70 {
  border-left-color: rgb(17 17 17 / 0.7);
}
.border-l-input-dropdown-background\/75 {
  border-left-color: rgb(17 17 17 / 0.75);
}
.border-l-input-dropdown-background\/80 {
  border-left-color: rgb(17 17 17 / 0.8);
}
.border-l-input-dropdown-background\/90 {
  border-left-color: rgb(17 17 17 / 0.9);
}
.border-l-input-dropdown-background\/95 {
  border-left-color: rgb(17 17 17 / 0.95);
}
.border-l-input-dropdown-background\/state-disabled {
  border-left-color: rgb(17 17 17 / 0.5);
}
.border-l-input-dropdown-background\/state-enabled {
  border-left-color: rgb(17 17 17 / 1);
}
.border-l-input-error-bg {
  --tw-border-opacity: 1;
  border-left-color: rgb(17 17 17 / var(--tw-border-opacity));
}
.border-l-input-error-bg\/0 {
  border-left-color: rgb(17 17 17 / 0);
}
.border-l-input-error-bg\/10 {
  border-left-color: rgb(17 17 17 / 0.1);
}
.border-l-input-error-bg\/100 {
  border-left-color: rgb(17 17 17 / 1);
}
.border-l-input-error-bg\/20 {
  border-left-color: rgb(17 17 17 / 0.2);
}
.border-l-input-error-bg\/25 {
  border-left-color: rgb(17 17 17 / 0.25);
}
.border-l-input-error-bg\/30 {
  border-left-color: rgb(17 17 17 / 0.3);
}
.border-l-input-error-bg\/40 {
  border-left-color: rgb(17 17 17 / 0.4);
}
.border-l-input-error-bg\/5 {
  border-left-color: rgb(17 17 17 / 0.05);
}
.border-l-input-error-bg\/50 {
  border-left-color: rgb(17 17 17 / 0.5);
}
.border-l-input-error-bg\/60 {
  border-left-color: rgb(17 17 17 / 0.6);
}
.border-l-input-error-bg\/70 {
  border-left-color: rgb(17 17 17 / 0.7);
}
.border-l-input-error-bg\/75 {
  border-left-color: rgb(17 17 17 / 0.75);
}
.border-l-input-error-bg\/80 {
  border-left-color: rgb(17 17 17 / 0.8);
}
.border-l-input-error-bg\/90 {
  border-left-color: rgb(17 17 17 / 0.9);
}
.border-l-input-error-bg\/95 {
  border-left-color: rgb(17 17 17 / 0.95);
}
.border-l-input-error-bg\/state-disabled {
  border-left-color: rgb(17 17 17 / 0.5);
}
.border-l-input-error-bg\/state-enabled {
  border-left-color: rgb(17 17 17 / 1);
}
.border-l-input-error-border {
  --tw-border-opacity: 1;
  border-left-color: rgb(248 113 113 / var(--tw-border-opacity));
}
.border-l-input-error-border\/0 {
  border-left-color: rgb(248 113 113 / 0);
}
.border-l-input-error-border\/10 {
  border-left-color: rgb(248 113 113 / 0.1);
}
.border-l-input-error-border\/100 {
  border-left-color: rgb(248 113 113 / 1);
}
.border-l-input-error-border\/20 {
  border-left-color: rgb(248 113 113 / 0.2);
}
.border-l-input-error-border\/25 {
  border-left-color: rgb(248 113 113 / 0.25);
}
.border-l-input-error-border\/30 {
  border-left-color: rgb(248 113 113 / 0.3);
}
.border-l-input-error-border\/40 {
  border-left-color: rgb(248 113 113 / 0.4);
}
.border-l-input-error-border\/5 {
  border-left-color: rgb(248 113 113 / 0.05);
}
.border-l-input-error-border\/50 {
  border-left-color: rgb(248 113 113 / 0.5);
}
.border-l-input-error-border\/60 {
  border-left-color: rgb(248 113 113 / 0.6);
}
.border-l-input-error-border\/70 {
  border-left-color: rgb(248 113 113 / 0.7);
}
.border-l-input-error-border\/75 {
  border-left-color: rgb(248 113 113 / 0.75);
}
.border-l-input-error-border\/80 {
  border-left-color: rgb(248 113 113 / 0.8);
}
.border-l-input-error-border\/90 {
  border-left-color: rgb(248 113 113 / 0.9);
}
.border-l-input-error-border\/95 {
  border-left-color: rgb(248 113 113 / 0.95);
}
.border-l-input-error-border\/state-disabled {
  border-left-color: rgb(248 113 113 / 0.5);
}
.border-l-input-error-border\/state-enabled {
  border-left-color: rgb(248 113 113 / 1);
}
.border-l-input-error-placeholder {
  border-left-color: rgba(255, 255, 255, 0.4);
}
.border-l-input-error-placeholder\/0 {
  border-left-color: rgba(255, 255, 255, 0);
}
.border-l-input-error-placeholder\/10 {
  border-left-color: rgba(255, 255, 255, 0.1);
}
.border-l-input-error-placeholder\/100 {
  border-left-color: rgba(255, 255, 255, 1);
}
.border-l-input-error-placeholder\/20 {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.border-l-input-error-placeholder\/25 {
  border-left-color: rgba(255, 255, 255, 0.25);
}
.border-l-input-error-placeholder\/30 {
  border-left-color: rgba(255, 255, 255, 0.3);
}
.border-l-input-error-placeholder\/40 {
  border-left-color: rgba(255, 255, 255, 0.4);
}
.border-l-input-error-placeholder\/5 {
  border-left-color: rgba(255, 255, 255, 0.05);
}
.border-l-input-error-placeholder\/50 {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.border-l-input-error-placeholder\/60 {
  border-left-color: rgba(255, 255, 255, 0.6);
}
.border-l-input-error-placeholder\/70 {
  border-left-color: rgba(255, 255, 255, 0.7);
}
.border-l-input-error-placeholder\/75 {
  border-left-color: rgba(255, 255, 255, 0.75);
}
.border-l-input-error-placeholder\/80 {
  border-left-color: rgba(255, 255, 255, 0.8);
}
.border-l-input-error-placeholder\/90 {
  border-left-color: rgba(255, 255, 255, 0.9);
}
.border-l-input-error-placeholder\/95 {
  border-left-color: rgba(255, 255, 255, 0.95);
}
.border-l-input-error-placeholder\/state-disabled {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.border-l-input-error-placeholder\/state-enabled {
  border-left-color: rgba(255, 255, 255, 1);
}
.border-l-input-error-text {
  --tw-border-opacity: 1;
  border-left-color: rgb(248 113 113 / var(--tw-border-opacity));
}
.border-l-input-error-text\/0 {
  border-left-color: rgb(248 113 113 / 0);
}
.border-l-input-error-text\/10 {
  border-left-color: rgb(248 113 113 / 0.1);
}
.border-l-input-error-text\/100 {
  border-left-color: rgb(248 113 113 / 1);
}
.border-l-input-error-text\/20 {
  border-left-color: rgb(248 113 113 / 0.2);
}
.border-l-input-error-text\/25 {
  border-left-color: rgb(248 113 113 / 0.25);
}
.border-l-input-error-text\/30 {
  border-left-color: rgb(248 113 113 / 0.3);
}
.border-l-input-error-text\/40 {
  border-left-color: rgb(248 113 113 / 0.4);
}
.border-l-input-error-text\/5 {
  border-left-color: rgb(248 113 113 / 0.05);
}
.border-l-input-error-text\/50 {
  border-left-color: rgb(248 113 113 / 0.5);
}
.border-l-input-error-text\/60 {
  border-left-color: rgb(248 113 113 / 0.6);
}
.border-l-input-error-text\/70 {
  border-left-color: rgb(248 113 113 / 0.7);
}
.border-l-input-error-text\/75 {
  border-left-color: rgb(248 113 113 / 0.75);
}
.border-l-input-error-text\/80 {
  border-left-color: rgb(248 113 113 / 0.8);
}
.border-l-input-error-text\/90 {
  border-left-color: rgb(248 113 113 / 0.9);
}
.border-l-input-error-text\/95 {
  border-left-color: rgb(248 113 113 / 0.95);
}
.border-l-input-error-text\/state-disabled {
  border-left-color: rgb(248 113 113 / 0.5);
}
.border-l-input-error-text\/state-enabled {
  border-left-color: rgb(248 113 113 / 1);
}
.border-l-input-focused-bg {
  --tw-border-opacity: 1;
  border-left-color: rgb(17 17 17 / var(--tw-border-opacity));
}
.border-l-input-focused-bg\/0 {
  border-left-color: rgb(17 17 17 / 0);
}
.border-l-input-focused-bg\/10 {
  border-left-color: rgb(17 17 17 / 0.1);
}
.border-l-input-focused-bg\/100 {
  border-left-color: rgb(17 17 17 / 1);
}
.border-l-input-focused-bg\/20 {
  border-left-color: rgb(17 17 17 / 0.2);
}
.border-l-input-focused-bg\/25 {
  border-left-color: rgb(17 17 17 / 0.25);
}
.border-l-input-focused-bg\/30 {
  border-left-color: rgb(17 17 17 / 0.3);
}
.border-l-input-focused-bg\/40 {
  border-left-color: rgb(17 17 17 / 0.4);
}
.border-l-input-focused-bg\/5 {
  border-left-color: rgb(17 17 17 / 0.05);
}
.border-l-input-focused-bg\/50 {
  border-left-color: rgb(17 17 17 / 0.5);
}
.border-l-input-focused-bg\/60 {
  border-left-color: rgb(17 17 17 / 0.6);
}
.border-l-input-focused-bg\/70 {
  border-left-color: rgb(17 17 17 / 0.7);
}
.border-l-input-focused-bg\/75 {
  border-left-color: rgb(17 17 17 / 0.75);
}
.border-l-input-focused-bg\/80 {
  border-left-color: rgb(17 17 17 / 0.8);
}
.border-l-input-focused-bg\/90 {
  border-left-color: rgb(17 17 17 / 0.9);
}
.border-l-input-focused-bg\/95 {
  border-left-color: rgb(17 17 17 / 0.95);
}
.border-l-input-focused-bg\/state-disabled {
  border-left-color: rgb(17 17 17 / 0.5);
}
.border-l-input-focused-bg\/state-enabled {
  border-left-color: rgb(17 17 17 / 1);
}
.border-l-input-focused-border {
  --tw-border-opacity: 1;
  border-left-color: rgb(98 98 98 / var(--tw-border-opacity));
}
.border-l-input-focused-border\/0 {
  border-left-color: rgb(98 98 98 / 0);
}
.border-l-input-focused-border\/10 {
  border-left-color: rgb(98 98 98 / 0.1);
}
.border-l-input-focused-border\/100 {
  border-left-color: rgb(98 98 98 / 1);
}
.border-l-input-focused-border\/20 {
  border-left-color: rgb(98 98 98 / 0.2);
}
.border-l-input-focused-border\/25 {
  border-left-color: rgb(98 98 98 / 0.25);
}
.border-l-input-focused-border\/30 {
  border-left-color: rgb(98 98 98 / 0.3);
}
.border-l-input-focused-border\/40 {
  border-left-color: rgb(98 98 98 / 0.4);
}
.border-l-input-focused-border\/5 {
  border-left-color: rgb(98 98 98 / 0.05);
}
.border-l-input-focused-border\/50 {
  border-left-color: rgb(98 98 98 / 0.5);
}
.border-l-input-focused-border\/60 {
  border-left-color: rgb(98 98 98 / 0.6);
}
.border-l-input-focused-border\/70 {
  border-left-color: rgb(98 98 98 / 0.7);
}
.border-l-input-focused-border\/75 {
  border-left-color: rgb(98 98 98 / 0.75);
}
.border-l-input-focused-border\/80 {
  border-left-color: rgb(98 98 98 / 0.8);
}
.border-l-input-focused-border\/90 {
  border-left-color: rgb(98 98 98 / 0.9);
}
.border-l-input-focused-border\/95 {
  border-left-color: rgb(98 98 98 / 0.95);
}
.border-l-input-focused-border\/state-disabled {
  border-left-color: rgb(98 98 98 / 0.5);
}
.border-l-input-focused-border\/state-enabled {
  border-left-color: rgb(98 98 98 / 1);
}
.border-l-input-focused-placeholder {
  border-left-color: rgba(255, 255, 255, 0.4);
}
.border-l-input-focused-placeholder\/0 {
  border-left-color: rgba(255, 255, 255, 0);
}
.border-l-input-focused-placeholder\/10 {
  border-left-color: rgba(255, 255, 255, 0.1);
}
.border-l-input-focused-placeholder\/100 {
  border-left-color: rgba(255, 255, 255, 1);
}
.border-l-input-focused-placeholder\/20 {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.border-l-input-focused-placeholder\/25 {
  border-left-color: rgba(255, 255, 255, 0.25);
}
.border-l-input-focused-placeholder\/30 {
  border-left-color: rgba(255, 255, 255, 0.3);
}
.border-l-input-focused-placeholder\/40 {
  border-left-color: rgba(255, 255, 255, 0.4);
}
.border-l-input-focused-placeholder\/5 {
  border-left-color: rgba(255, 255, 255, 0.05);
}
.border-l-input-focused-placeholder\/50 {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.border-l-input-focused-placeholder\/60 {
  border-left-color: rgba(255, 255, 255, 0.6);
}
.border-l-input-focused-placeholder\/70 {
  border-left-color: rgba(255, 255, 255, 0.7);
}
.border-l-input-focused-placeholder\/75 {
  border-left-color: rgba(255, 255, 255, 0.75);
}
.border-l-input-focused-placeholder\/80 {
  border-left-color: rgba(255, 255, 255, 0.8);
}
.border-l-input-focused-placeholder\/90 {
  border-left-color: rgba(255, 255, 255, 0.9);
}
.border-l-input-focused-placeholder\/95 {
  border-left-color: rgba(255, 255, 255, 0.95);
}
.border-l-input-focused-placeholder\/state-disabled {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.border-l-input-focused-placeholder\/state-enabled {
  border-left-color: rgba(255, 255, 255, 1);
}
.border-l-input-focused-text {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-l-input-focused-text\/0 {
  border-left-color: rgb(255 255 255 / 0);
}
.border-l-input-focused-text\/10 {
  border-left-color: rgb(255 255 255 / 0.1);
}
.border-l-input-focused-text\/100 {
  border-left-color: rgb(255 255 255 / 1);
}
.border-l-input-focused-text\/20 {
  border-left-color: rgb(255 255 255 / 0.2);
}
.border-l-input-focused-text\/25 {
  border-left-color: rgb(255 255 255 / 0.25);
}
.border-l-input-focused-text\/30 {
  border-left-color: rgb(255 255 255 / 0.3);
}
.border-l-input-focused-text\/40 {
  border-left-color: rgb(255 255 255 / 0.4);
}
.border-l-input-focused-text\/5 {
  border-left-color: rgb(255 255 255 / 0.05);
}
.border-l-input-focused-text\/50 {
  border-left-color: rgb(255 255 255 / 0.5);
}
.border-l-input-focused-text\/60 {
  border-left-color: rgb(255 255 255 / 0.6);
}
.border-l-input-focused-text\/70 {
  border-left-color: rgb(255 255 255 / 0.7);
}
.border-l-input-focused-text\/75 {
  border-left-color: rgb(255 255 255 / 0.75);
}
.border-l-input-focused-text\/80 {
  border-left-color: rgb(255 255 255 / 0.8);
}
.border-l-input-focused-text\/90 {
  border-left-color: rgb(255 255 255 / 0.9);
}
.border-l-input-focused-text\/95 {
  border-left-color: rgb(255 255 255 / 0.95);
}
.border-l-input-focused-text\/state-disabled {
  border-left-color: rgb(255 255 255 / 0.5);
}
.border-l-input-focused-text\/state-enabled {
  border-left-color: rgb(255 255 255 / 1);
}
.border-l-input-placeholder {
  --tw-border-opacity: 1;
  border-left-color: rgb(97 97 97 / var(--tw-border-opacity));
}
.border-l-input-placeholder\/0 {
  border-left-color: rgb(97 97 97 / 0);
}
.border-l-input-placeholder\/10 {
  border-left-color: rgb(97 97 97 / 0.1);
}
.border-l-input-placeholder\/100 {
  border-left-color: rgb(97 97 97 / 1);
}
.border-l-input-placeholder\/20 {
  border-left-color: rgb(97 97 97 / 0.2);
}
.border-l-input-placeholder\/25 {
  border-left-color: rgb(97 97 97 / 0.25);
}
.border-l-input-placeholder\/30 {
  border-left-color: rgb(97 97 97 / 0.3);
}
.border-l-input-placeholder\/40 {
  border-left-color: rgb(97 97 97 / 0.4);
}
.border-l-input-placeholder\/5 {
  border-left-color: rgb(97 97 97 / 0.05);
}
.border-l-input-placeholder\/50 {
  border-left-color: rgb(97 97 97 / 0.5);
}
.border-l-input-placeholder\/60 {
  border-left-color: rgb(97 97 97 / 0.6);
}
.border-l-input-placeholder\/70 {
  border-left-color: rgb(97 97 97 / 0.7);
}
.border-l-input-placeholder\/75 {
  border-left-color: rgb(97 97 97 / 0.75);
}
.border-l-input-placeholder\/80 {
  border-left-color: rgb(97 97 97 / 0.8);
}
.border-l-input-placeholder\/90 {
  border-left-color: rgb(97 97 97 / 0.9);
}
.border-l-input-placeholder\/95 {
  border-left-color: rgb(97 97 97 / 0.95);
}
.border-l-input-placeholder\/state-disabled {
  border-left-color: rgb(97 97 97 / 0.5);
}
.border-l-input-placeholder\/state-enabled {
  border-left-color: rgb(97 97 97 / 1);
}
.border-l-input-radio-background {
  --tw-border-opacity: 1;
  border-left-color: rgb(17 17 17 / var(--tw-border-opacity));
}
.border-l-input-radio-background\/0 {
  border-left-color: rgb(17 17 17 / 0);
}
.border-l-input-radio-background\/10 {
  border-left-color: rgb(17 17 17 / 0.1);
}
.border-l-input-radio-background\/100 {
  border-left-color: rgb(17 17 17 / 1);
}
.border-l-input-radio-background\/20 {
  border-left-color: rgb(17 17 17 / 0.2);
}
.border-l-input-radio-background\/25 {
  border-left-color: rgb(17 17 17 / 0.25);
}
.border-l-input-radio-background\/30 {
  border-left-color: rgb(17 17 17 / 0.3);
}
.border-l-input-radio-background\/40 {
  border-left-color: rgb(17 17 17 / 0.4);
}
.border-l-input-radio-background\/5 {
  border-left-color: rgb(17 17 17 / 0.05);
}
.border-l-input-radio-background\/50 {
  border-left-color: rgb(17 17 17 / 0.5);
}
.border-l-input-radio-background\/60 {
  border-left-color: rgb(17 17 17 / 0.6);
}
.border-l-input-radio-background\/70 {
  border-left-color: rgb(17 17 17 / 0.7);
}
.border-l-input-radio-background\/75 {
  border-left-color: rgb(17 17 17 / 0.75);
}
.border-l-input-radio-background\/80 {
  border-left-color: rgb(17 17 17 / 0.8);
}
.border-l-input-radio-background\/90 {
  border-left-color: rgb(17 17 17 / 0.9);
}
.border-l-input-radio-background\/95 {
  border-left-color: rgb(17 17 17 / 0.95);
}
.border-l-input-radio-background\/state-disabled {
  border-left-color: rgb(17 17 17 / 0.5);
}
.border-l-input-radio-background\/state-enabled {
  border-left-color: rgb(17 17 17 / 1);
}
.border-l-input-radio-border {
  --tw-border-opacity: 1;
  border-left-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-l-input-radio-border\/0 {
  border-left-color: rgb(205 141 239 / 0);
}
.border-l-input-radio-border\/10 {
  border-left-color: rgb(205 141 239 / 0.1);
}
.border-l-input-radio-border\/100 {
  border-left-color: rgb(205 141 239 / 1);
}
.border-l-input-radio-border\/20 {
  border-left-color: rgb(205 141 239 / 0.2);
}
.border-l-input-radio-border\/25 {
  border-left-color: rgb(205 141 239 / 0.25);
}
.border-l-input-radio-border\/30 {
  border-left-color: rgb(205 141 239 / 0.3);
}
.border-l-input-radio-border\/40 {
  border-left-color: rgb(205 141 239 / 0.4);
}
.border-l-input-radio-border\/5 {
  border-left-color: rgb(205 141 239 / 0.05);
}
.border-l-input-radio-border\/50 {
  border-left-color: rgb(205 141 239 / 0.5);
}
.border-l-input-radio-border\/60 {
  border-left-color: rgb(205 141 239 / 0.6);
}
.border-l-input-radio-border\/70 {
  border-left-color: rgb(205 141 239 / 0.7);
}
.border-l-input-radio-border\/75 {
  border-left-color: rgb(205 141 239 / 0.75);
}
.border-l-input-radio-border\/80 {
  border-left-color: rgb(205 141 239 / 0.8);
}
.border-l-input-radio-border\/90 {
  border-left-color: rgb(205 141 239 / 0.9);
}
.border-l-input-radio-border\/95 {
  border-left-color: rgb(205 141 239 / 0.95);
}
.border-l-input-radio-border\/state-disabled {
  border-left-color: rgb(205 141 239 / 0.5);
}
.border-l-input-radio-border\/state-enabled {
  border-left-color: rgb(205 141 239 / 1);
}
.border-l-input-radio-contrast {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-l-input-radio-contrast\/0 {
  border-left-color: rgb(255 255 255 / 0);
}
.border-l-input-radio-contrast\/10 {
  border-left-color: rgb(255 255 255 / 0.1);
}
.border-l-input-radio-contrast\/100 {
  border-left-color: rgb(255 255 255 / 1);
}
.border-l-input-radio-contrast\/20 {
  border-left-color: rgb(255 255 255 / 0.2);
}
.border-l-input-radio-contrast\/25 {
  border-left-color: rgb(255 255 255 / 0.25);
}
.border-l-input-radio-contrast\/30 {
  border-left-color: rgb(255 255 255 / 0.3);
}
.border-l-input-radio-contrast\/40 {
  border-left-color: rgb(255 255 255 / 0.4);
}
.border-l-input-radio-contrast\/5 {
  border-left-color: rgb(255 255 255 / 0.05);
}
.border-l-input-radio-contrast\/50 {
  border-left-color: rgb(255 255 255 / 0.5);
}
.border-l-input-radio-contrast\/60 {
  border-left-color: rgb(255 255 255 / 0.6);
}
.border-l-input-radio-contrast\/70 {
  border-left-color: rgb(255 255 255 / 0.7);
}
.border-l-input-radio-contrast\/75 {
  border-left-color: rgb(255 255 255 / 0.75);
}
.border-l-input-radio-contrast\/80 {
  border-left-color: rgb(255 255 255 / 0.8);
}
.border-l-input-radio-contrast\/90 {
  border-left-color: rgb(255 255 255 / 0.9);
}
.border-l-input-radio-contrast\/95 {
  border-left-color: rgb(255 255 255 / 0.95);
}
.border-l-input-radio-contrast\/state-disabled {
  border-left-color: rgb(255 255 255 / 0.5);
}
.border-l-input-radio-contrast\/state-enabled {
  border-left-color: rgb(255 255 255 / 1);
}
.border-l-input-switch-backgroundOff {
  --tw-border-opacity: 1;
  border-left-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-l-input-switch-backgroundOff\/0 {
  border-left-color: rgb(156 163 175 / 0);
}
.border-l-input-switch-backgroundOff\/10 {
  border-left-color: rgb(156 163 175 / 0.1);
}
.border-l-input-switch-backgroundOff\/100 {
  border-left-color: rgb(156 163 175 / 1);
}
.border-l-input-switch-backgroundOff\/20 {
  border-left-color: rgb(156 163 175 / 0.2);
}
.border-l-input-switch-backgroundOff\/25 {
  border-left-color: rgb(156 163 175 / 0.25);
}
.border-l-input-switch-backgroundOff\/30 {
  border-left-color: rgb(156 163 175 / 0.3);
}
.border-l-input-switch-backgroundOff\/40 {
  border-left-color: rgb(156 163 175 / 0.4);
}
.border-l-input-switch-backgroundOff\/5 {
  border-left-color: rgb(156 163 175 / 0.05);
}
.border-l-input-switch-backgroundOff\/50 {
  border-left-color: rgb(156 163 175 / 0.5);
}
.border-l-input-switch-backgroundOff\/60 {
  border-left-color: rgb(156 163 175 / 0.6);
}
.border-l-input-switch-backgroundOff\/70 {
  border-left-color: rgb(156 163 175 / 0.7);
}
.border-l-input-switch-backgroundOff\/75 {
  border-left-color: rgb(156 163 175 / 0.75);
}
.border-l-input-switch-backgroundOff\/80 {
  border-left-color: rgb(156 163 175 / 0.8);
}
.border-l-input-switch-backgroundOff\/90 {
  border-left-color: rgb(156 163 175 / 0.9);
}
.border-l-input-switch-backgroundOff\/95 {
  border-left-color: rgb(156 163 175 / 0.95);
}
.border-l-input-switch-backgroundOff\/state-disabled {
  border-left-color: rgb(156 163 175 / 0.5);
}
.border-l-input-switch-backgroundOff\/state-enabled {
  border-left-color: rgb(156 163 175 / 1);
}
.border-l-input-switch-backgroundOn {
  --tw-border-opacity: 1;
  border-left-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-l-input-switch-backgroundOn\/0 {
  border-left-color: rgb(205 141 239 / 0);
}
.border-l-input-switch-backgroundOn\/10 {
  border-left-color: rgb(205 141 239 / 0.1);
}
.border-l-input-switch-backgroundOn\/100 {
  border-left-color: rgb(205 141 239 / 1);
}
.border-l-input-switch-backgroundOn\/20 {
  border-left-color: rgb(205 141 239 / 0.2);
}
.border-l-input-switch-backgroundOn\/25 {
  border-left-color: rgb(205 141 239 / 0.25);
}
.border-l-input-switch-backgroundOn\/30 {
  border-left-color: rgb(205 141 239 / 0.3);
}
.border-l-input-switch-backgroundOn\/40 {
  border-left-color: rgb(205 141 239 / 0.4);
}
.border-l-input-switch-backgroundOn\/5 {
  border-left-color: rgb(205 141 239 / 0.05);
}
.border-l-input-switch-backgroundOn\/50 {
  border-left-color: rgb(205 141 239 / 0.5);
}
.border-l-input-switch-backgroundOn\/60 {
  border-left-color: rgb(205 141 239 / 0.6);
}
.border-l-input-switch-backgroundOn\/70 {
  border-left-color: rgb(205 141 239 / 0.7);
}
.border-l-input-switch-backgroundOn\/75 {
  border-left-color: rgb(205 141 239 / 0.75);
}
.border-l-input-switch-backgroundOn\/80 {
  border-left-color: rgb(205 141 239 / 0.8);
}
.border-l-input-switch-backgroundOn\/90 {
  border-left-color: rgb(205 141 239 / 0.9);
}
.border-l-input-switch-backgroundOn\/95 {
  border-left-color: rgb(205 141 239 / 0.95);
}
.border-l-input-switch-backgroundOn\/state-disabled {
  border-left-color: rgb(205 141 239 / 0.5);
}
.border-l-input-switch-backgroundOn\/state-enabled {
  border-left-color: rgb(205 141 239 / 1);
}
.border-l-input-switch-contrast {
  --tw-border-opacity: 1;
  border-left-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.border-l-input-switch-contrast\/0 {
  border-left-color: rgb(64 64 64 / 0);
}
.border-l-input-switch-contrast\/10 {
  border-left-color: rgb(64 64 64 / 0.1);
}
.border-l-input-switch-contrast\/100 {
  border-left-color: rgb(64 64 64 / 1);
}
.border-l-input-switch-contrast\/20 {
  border-left-color: rgb(64 64 64 / 0.2);
}
.border-l-input-switch-contrast\/25 {
  border-left-color: rgb(64 64 64 / 0.25);
}
.border-l-input-switch-contrast\/30 {
  border-left-color: rgb(64 64 64 / 0.3);
}
.border-l-input-switch-contrast\/40 {
  border-left-color: rgb(64 64 64 / 0.4);
}
.border-l-input-switch-contrast\/5 {
  border-left-color: rgb(64 64 64 / 0.05);
}
.border-l-input-switch-contrast\/50 {
  border-left-color: rgb(64 64 64 / 0.5);
}
.border-l-input-switch-contrast\/60 {
  border-left-color: rgb(64 64 64 / 0.6);
}
.border-l-input-switch-contrast\/70 {
  border-left-color: rgb(64 64 64 / 0.7);
}
.border-l-input-switch-contrast\/75 {
  border-left-color: rgb(64 64 64 / 0.75);
}
.border-l-input-switch-contrast\/80 {
  border-left-color: rgb(64 64 64 / 0.8);
}
.border-l-input-switch-contrast\/90 {
  border-left-color: rgb(64 64 64 / 0.9);
}
.border-l-input-switch-contrast\/95 {
  border-left-color: rgb(64 64 64 / 0.95);
}
.border-l-input-switch-contrast\/state-disabled {
  border-left-color: rgb(64 64 64 / 0.5);
}
.border-l-input-switch-contrast\/state-enabled {
  border-left-color: rgb(64 64 64 / 1);
}
.border-l-input-text {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-l-input-text\/0 {
  border-left-color: rgb(255 255 255 / 0);
}
.border-l-input-text\/10 {
  border-left-color: rgb(255 255 255 / 0.1);
}
.border-l-input-text\/100 {
  border-left-color: rgb(255 255 255 / 1);
}
.border-l-input-text\/20 {
  border-left-color: rgb(255 255 255 / 0.2);
}
.border-l-input-text\/25 {
  border-left-color: rgb(255 255 255 / 0.25);
}
.border-l-input-text\/30 {
  border-left-color: rgb(255 255 255 / 0.3);
}
.border-l-input-text\/40 {
  border-left-color: rgb(255 255 255 / 0.4);
}
.border-l-input-text\/5 {
  border-left-color: rgb(255 255 255 / 0.05);
}
.border-l-input-text\/50 {
  border-left-color: rgb(255 255 255 / 0.5);
}
.border-l-input-text\/60 {
  border-left-color: rgb(255 255 255 / 0.6);
}
.border-l-input-text\/70 {
  border-left-color: rgb(255 255 255 / 0.7);
}
.border-l-input-text\/75 {
  border-left-color: rgb(255 255 255 / 0.75);
}
.border-l-input-text\/80 {
  border-left-color: rgb(255 255 255 / 0.8);
}
.border-l-input-text\/90 {
  border-left-color: rgb(255 255 255 / 0.9);
}
.border-l-input-text\/95 {
  border-left-color: rgb(255 255 255 / 0.95);
}
.border-l-input-text\/state-disabled {
  border-left-color: rgb(255 255 255 / 0.5);
}
.border-l-input-text\/state-enabled {
  border-left-color: rgb(255 255 255 / 1);
}
.border-l-loader-default {
  --tw-border-opacity: 1;
  border-left-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-l-loader-default\/0 {
  border-left-color: rgb(205 141 239 / 0);
}
.border-l-loader-default\/10 {
  border-left-color: rgb(205 141 239 / 0.1);
}
.border-l-loader-default\/100 {
  border-left-color: rgb(205 141 239 / 1);
}
.border-l-loader-default\/20 {
  border-left-color: rgb(205 141 239 / 0.2);
}
.border-l-loader-default\/25 {
  border-left-color: rgb(205 141 239 / 0.25);
}
.border-l-loader-default\/30 {
  border-left-color: rgb(205 141 239 / 0.3);
}
.border-l-loader-default\/40 {
  border-left-color: rgb(205 141 239 / 0.4);
}
.border-l-loader-default\/5 {
  border-left-color: rgb(205 141 239 / 0.05);
}
.border-l-loader-default\/50 {
  border-left-color: rgb(205 141 239 / 0.5);
}
.border-l-loader-default\/60 {
  border-left-color: rgb(205 141 239 / 0.6);
}
.border-l-loader-default\/70 {
  border-left-color: rgb(205 141 239 / 0.7);
}
.border-l-loader-default\/75 {
  border-left-color: rgb(205 141 239 / 0.75);
}
.border-l-loader-default\/80 {
  border-left-color: rgb(205 141 239 / 0.8);
}
.border-l-loader-default\/90 {
  border-left-color: rgb(205 141 239 / 0.9);
}
.border-l-loader-default\/95 {
  border-left-color: rgb(205 141 239 / 0.95);
}
.border-l-loader-default\/state-disabled {
  border-left-color: rgb(205 141 239 / 0.5);
}
.border-l-loader-default\/state-enabled {
  border-left-color: rgb(205 141 239 / 1);
}
.border-l-panel-alternate {
  --tw-border-opacity: 1;
  border-left-color: rgb(29 29 29 / var(--tw-border-opacity));
}
.border-l-panel-alternate\/0 {
  border-left-color: rgb(29 29 29 / 0);
}
.border-l-panel-alternate\/10 {
  border-left-color: rgb(29 29 29 / 0.1);
}
.border-l-panel-alternate\/100 {
  border-left-color: rgb(29 29 29 / 1);
}
.border-l-panel-alternate\/20 {
  border-left-color: rgb(29 29 29 / 0.2);
}
.border-l-panel-alternate\/25 {
  border-left-color: rgb(29 29 29 / 0.25);
}
.border-l-panel-alternate\/30 {
  border-left-color: rgb(29 29 29 / 0.3);
}
.border-l-panel-alternate\/40 {
  border-left-color: rgb(29 29 29 / 0.4);
}
.border-l-panel-alternate\/5 {
  border-left-color: rgb(29 29 29 / 0.05);
}
.border-l-panel-alternate\/50 {
  border-left-color: rgb(29 29 29 / 0.5);
}
.border-l-panel-alternate\/60 {
  border-left-color: rgb(29 29 29 / 0.6);
}
.border-l-panel-alternate\/70 {
  border-left-color: rgb(29 29 29 / 0.7);
}
.border-l-panel-alternate\/75 {
  border-left-color: rgb(29 29 29 / 0.75);
}
.border-l-panel-alternate\/80 {
  border-left-color: rgb(29 29 29 / 0.8);
}
.border-l-panel-alternate\/90 {
  border-left-color: rgb(29 29 29 / 0.9);
}
.border-l-panel-alternate\/95 {
  border-left-color: rgb(29 29 29 / 0.95);
}
.border-l-panel-alternate\/state-disabled {
  border-left-color: rgb(29 29 29 / 0.5);
}
.border-l-panel-alternate\/state-enabled {
  border-left-color: rgb(29 29 29 / 1);
}
.border-l-panel-base {
  --tw-border-opacity: 1;
  border-left-color: rgb(16 16 16 / var(--tw-border-opacity));
}
.border-l-panel-base\/0 {
  border-left-color: rgb(16 16 16 / 0);
}
.border-l-panel-base\/10 {
  border-left-color: rgb(16 16 16 / 0.1);
}
.border-l-panel-base\/100 {
  border-left-color: rgb(16 16 16 / 1);
}
.border-l-panel-base\/20 {
  border-left-color: rgb(16 16 16 / 0.2);
}
.border-l-panel-base\/25 {
  border-left-color: rgb(16 16 16 / 0.25);
}
.border-l-panel-base\/30 {
  border-left-color: rgb(16 16 16 / 0.3);
}
.border-l-panel-base\/40 {
  border-left-color: rgb(16 16 16 / 0.4);
}
.border-l-panel-base\/5 {
  border-left-color: rgb(16 16 16 / 0.05);
}
.border-l-panel-base\/50 {
  border-left-color: rgb(16 16 16 / 0.5);
}
.border-l-panel-base\/60 {
  border-left-color: rgb(16 16 16 / 0.6);
}
.border-l-panel-base\/70 {
  border-left-color: rgb(16 16 16 / 0.7);
}
.border-l-panel-base\/75 {
  border-left-color: rgb(16 16 16 / 0.75);
}
.border-l-panel-base\/80 {
  border-left-color: rgb(16 16 16 / 0.8);
}
.border-l-panel-base\/90 {
  border-left-color: rgb(16 16 16 / 0.9);
}
.border-l-panel-base\/95 {
  border-left-color: rgb(16 16 16 / 0.95);
}
.border-l-panel-base\/state-disabled {
  border-left-color: rgb(16 16 16 / 0.5);
}
.border-l-panel-base\/state-enabled {
  border-left-color: rgb(16 16 16 / 1);
}
.border-l-panel-border {
  border-left-color: rgba(255, 255, 255, 0.05);
}
.border-l-panel-border\/0 {
  border-left-color: rgba(255, 255, 255, 0);
}
.border-l-panel-border\/10 {
  border-left-color: rgba(255, 255, 255, 0.1);
}
.border-l-panel-border\/100 {
  border-left-color: rgba(255, 255, 255, 1);
}
.border-l-panel-border\/20 {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.border-l-panel-border\/25 {
  border-left-color: rgba(255, 255, 255, 0.25);
}
.border-l-panel-border\/30 {
  border-left-color: rgba(255, 255, 255, 0.3);
}
.border-l-panel-border\/40 {
  border-left-color: rgba(255, 255, 255, 0.4);
}
.border-l-panel-border\/5 {
  border-left-color: rgba(255, 255, 255, 0.05);
}
.border-l-panel-border\/50 {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.border-l-panel-border\/60 {
  border-left-color: rgba(255, 255, 255, 0.6);
}
.border-l-panel-border\/70 {
  border-left-color: rgba(255, 255, 255, 0.7);
}
.border-l-panel-border\/75 {
  border-left-color: rgba(255, 255, 255, 0.75);
}
.border-l-panel-border\/80 {
  border-left-color: rgba(255, 255, 255, 0.8);
}
.border-l-panel-border\/90 {
  border-left-color: rgba(255, 255, 255, 0.9);
}
.border-l-panel-border\/95 {
  border-left-color: rgba(255, 255, 255, 0.95);
}
.border-l-panel-border\/state-disabled {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.border-l-panel-border\/state-enabled {
  border-left-color: rgba(255, 255, 255, 1);
}
.border-l-panel-default {
  border-left-color: rgba(255, 255, 255, 0);
}
.border-l-panel-default\/0 {
  border-left-color: rgba(255, 255, 255, 0);
}
.border-l-panel-default\/10 {
  border-left-color: rgba(255, 255, 255, 0.1);
}
.border-l-panel-default\/100 {
  border-left-color: rgba(255, 255, 255, 1);
}
.border-l-panel-default\/20 {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.border-l-panel-default\/25 {
  border-left-color: rgba(255, 255, 255, 0.25);
}
.border-l-panel-default\/30 {
  border-left-color: rgba(255, 255, 255, 0.3);
}
.border-l-panel-default\/40 {
  border-left-color: rgba(255, 255, 255, 0.4);
}
.border-l-panel-default\/5 {
  border-left-color: rgba(255, 255, 255, 0.05);
}
.border-l-panel-default\/50 {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.border-l-panel-default\/60 {
  border-left-color: rgba(255, 255, 255, 0.6);
}
.border-l-panel-default\/70 {
  border-left-color: rgba(255, 255, 255, 0.7);
}
.border-l-panel-default\/75 {
  border-left-color: rgba(255, 255, 255, 0.75);
}
.border-l-panel-default\/80 {
  border-left-color: rgba(255, 255, 255, 0.8);
}
.border-l-panel-default\/90 {
  border-left-color: rgba(255, 255, 255, 0.9);
}
.border-l-panel-default\/95 {
  border-left-color: rgba(255, 255, 255, 0.95);
}
.border-l-panel-default\/state-disabled {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.border-l-panel-default\/state-enabled {
  border-left-color: rgba(255, 255, 255, 1);
}
.border-l-panel-shadow {
  border-left-color: rgba(0, 0, 0, 0.2);
}
.border-l-panel-shadow\/0 {
  border-left-color: rgba(0, 0, 0, 0);
}
.border-l-panel-shadow\/10 {
  border-left-color: rgba(0, 0, 0, 0.1);
}
.border-l-panel-shadow\/100 {
  border-left-color: rgba(0, 0, 0, 1);
}
.border-l-panel-shadow\/20 {
  border-left-color: rgba(0, 0, 0, 0.2);
}
.border-l-panel-shadow\/25 {
  border-left-color: rgba(0, 0, 0, 0.25);
}
.border-l-panel-shadow\/30 {
  border-left-color: rgba(0, 0, 0, 0.3);
}
.border-l-panel-shadow\/40 {
  border-left-color: rgba(0, 0, 0, 0.4);
}
.border-l-panel-shadow\/5 {
  border-left-color: rgba(0, 0, 0, 0.05);
}
.border-l-panel-shadow\/50 {
  border-left-color: rgba(0, 0, 0, 0.5);
}
.border-l-panel-shadow\/60 {
  border-left-color: rgba(0, 0, 0, 0.6);
}
.border-l-panel-shadow\/70 {
  border-left-color: rgba(0, 0, 0, 0.7);
}
.border-l-panel-shadow\/75 {
  border-left-color: rgba(0, 0, 0, 0.75);
}
.border-l-panel-shadow\/80 {
  border-left-color: rgba(0, 0, 0, 0.8);
}
.border-l-panel-shadow\/90 {
  border-left-color: rgba(0, 0, 0, 0.9);
}
.border-l-panel-shadow\/95 {
  border-left-color: rgba(0, 0, 0, 0.95);
}
.border-l-panel-shadow\/state-disabled {
  border-left-color: rgba(0, 0, 0, 0.5);
}
.border-l-panel-shadow\/state-enabled {
  border-left-color: rgba(0, 0, 0, 1);
}
.border-l-typography-accent {
  --tw-border-opacity: 1;
  border-left-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-l-typography-accent\/0 {
  border-left-color: rgb(205 141 239 / 0);
}
.border-l-typography-accent\/10 {
  border-left-color: rgb(205 141 239 / 0.1);
}
.border-l-typography-accent\/100 {
  border-left-color: rgb(205 141 239 / 1);
}
.border-l-typography-accent\/20 {
  border-left-color: rgb(205 141 239 / 0.2);
}
.border-l-typography-accent\/25 {
  border-left-color: rgb(205 141 239 / 0.25);
}
.border-l-typography-accent\/30 {
  border-left-color: rgb(205 141 239 / 0.3);
}
.border-l-typography-accent\/40 {
  border-left-color: rgb(205 141 239 / 0.4);
}
.border-l-typography-accent\/5 {
  border-left-color: rgb(205 141 239 / 0.05);
}
.border-l-typography-accent\/50 {
  border-left-color: rgb(205 141 239 / 0.5);
}
.border-l-typography-accent\/60 {
  border-left-color: rgb(205 141 239 / 0.6);
}
.border-l-typography-accent\/70 {
  border-left-color: rgb(205 141 239 / 0.7);
}
.border-l-typography-accent\/75 {
  border-left-color: rgb(205 141 239 / 0.75);
}
.border-l-typography-accent\/80 {
  border-left-color: rgb(205 141 239 / 0.8);
}
.border-l-typography-accent\/90 {
  border-left-color: rgb(205 141 239 / 0.9);
}
.border-l-typography-accent\/95 {
  border-left-color: rgb(205 141 239 / 0.95);
}
.border-l-typography-accent\/state-disabled {
  border-left-color: rgb(205 141 239 / 0.5);
}
.border-l-typography-accent\/state-enabled {
  border-left-color: rgb(205 141 239 / 1);
}
.border-l-typography-alternate {
  --tw-border-opacity: 1;
  border-left-color: rgb(6 182 212 / var(--tw-border-opacity));
}
.border-l-typography-alternate\/0 {
  border-left-color: rgb(6 182 212 / 0);
}
.border-l-typography-alternate\/10 {
  border-left-color: rgb(6 182 212 / 0.1);
}
.border-l-typography-alternate\/100 {
  border-left-color: rgb(6 182 212 / 1);
}
.border-l-typography-alternate\/20 {
  border-left-color: rgb(6 182 212 / 0.2);
}
.border-l-typography-alternate\/25 {
  border-left-color: rgb(6 182 212 / 0.25);
}
.border-l-typography-alternate\/30 {
  border-left-color: rgb(6 182 212 / 0.3);
}
.border-l-typography-alternate\/40 {
  border-left-color: rgb(6 182 212 / 0.4);
}
.border-l-typography-alternate\/5 {
  border-left-color: rgb(6 182 212 / 0.05);
}
.border-l-typography-alternate\/50 {
  border-left-color: rgb(6 182 212 / 0.5);
}
.border-l-typography-alternate\/60 {
  border-left-color: rgb(6 182 212 / 0.6);
}
.border-l-typography-alternate\/70 {
  border-left-color: rgb(6 182 212 / 0.7);
}
.border-l-typography-alternate\/75 {
  border-left-color: rgb(6 182 212 / 0.75);
}
.border-l-typography-alternate\/80 {
  border-left-color: rgb(6 182 212 / 0.8);
}
.border-l-typography-alternate\/90 {
  border-left-color: rgb(6 182 212 / 0.9);
}
.border-l-typography-alternate\/95 {
  border-left-color: rgb(6 182 212 / 0.95);
}
.border-l-typography-alternate\/state-disabled {
  border-left-color: rgb(6 182 212 / 0.5);
}
.border-l-typography-alternate\/state-enabled {
  border-left-color: rgb(6 182 212 / 1);
}
.border-l-typography-default {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-l-typography-default\/0 {
  border-left-color: rgb(255 255 255 / 0);
}
.border-l-typography-default\/10 {
  border-left-color: rgb(255 255 255 / 0.1);
}
.border-l-typography-default\/100 {
  border-left-color: rgb(255 255 255 / 1);
}
.border-l-typography-default\/20 {
  border-left-color: rgb(255 255 255 / 0.2);
}
.border-l-typography-default\/25 {
  border-left-color: rgb(255 255 255 / 0.25);
}
.border-l-typography-default\/30 {
  border-left-color: rgb(255 255 255 / 0.3);
}
.border-l-typography-default\/40 {
  border-left-color: rgb(255 255 255 / 0.4);
}
.border-l-typography-default\/5 {
  border-left-color: rgb(255 255 255 / 0.05);
}
.border-l-typography-default\/50 {
  border-left-color: rgb(255 255 255 / 0.5);
}
.border-l-typography-default\/60 {
  border-left-color: rgb(255 255 255 / 0.6);
}
.border-l-typography-default\/70 {
  border-left-color: rgb(255 255 255 / 0.7);
}
.border-l-typography-default\/75 {
  border-left-color: rgb(255 255 255 / 0.75);
}
.border-l-typography-default\/80 {
  border-left-color: rgb(255 255 255 / 0.8);
}
.border-l-typography-default\/90 {
  border-left-color: rgb(255 255 255 / 0.9);
}
.border-l-typography-default\/95 {
  border-left-color: rgb(255 255 255 / 0.95);
}
.border-l-typography-default\/state-disabled {
  border-left-color: rgb(255 255 255 / 0.5);
}
.border-l-typography-default\/state-enabled {
  border-left-color: rgb(255 255 255 / 1);
}
.border-l-typography-error {
  --tw-border-opacity: 1;
  border-left-color: rgb(248 113 113 / var(--tw-border-opacity));
}
.border-l-typography-error\/0 {
  border-left-color: rgb(248 113 113 / 0);
}
.border-l-typography-error\/10 {
  border-left-color: rgb(248 113 113 / 0.1);
}
.border-l-typography-error\/100 {
  border-left-color: rgb(248 113 113 / 1);
}
.border-l-typography-error\/20 {
  border-left-color: rgb(248 113 113 / 0.2);
}
.border-l-typography-error\/25 {
  border-left-color: rgb(248 113 113 / 0.25);
}
.border-l-typography-error\/30 {
  border-left-color: rgb(248 113 113 / 0.3);
}
.border-l-typography-error\/40 {
  border-left-color: rgb(248 113 113 / 0.4);
}
.border-l-typography-error\/5 {
  border-left-color: rgb(248 113 113 / 0.05);
}
.border-l-typography-error\/50 {
  border-left-color: rgb(248 113 113 / 0.5);
}
.border-l-typography-error\/60 {
  border-left-color: rgb(248 113 113 / 0.6);
}
.border-l-typography-error\/70 {
  border-left-color: rgb(248 113 113 / 0.7);
}
.border-l-typography-error\/75 {
  border-left-color: rgb(248 113 113 / 0.75);
}
.border-l-typography-error\/80 {
  border-left-color: rgb(248 113 113 / 0.8);
}
.border-l-typography-error\/90 {
  border-left-color: rgb(248 113 113 / 0.9);
}
.border-l-typography-error\/95 {
  border-left-color: rgb(248 113 113 / 0.95);
}
.border-l-typography-error\/state-disabled {
  border-left-color: rgb(248 113 113 / 0.5);
}
.border-l-typography-error\/state-enabled {
  border-left-color: rgb(248 113 113 / 1);
}
.border-l-typography-info {
  --tw-border-opacity: 1;
  border-left-color: rgb(96 165 250 / var(--tw-border-opacity));
}
.border-l-typography-info\/0 {
  border-left-color: rgb(96 165 250 / 0);
}
.border-l-typography-info\/10 {
  border-left-color: rgb(96 165 250 / 0.1);
}
.border-l-typography-info\/100 {
  border-left-color: rgb(96 165 250 / 1);
}
.border-l-typography-info\/20 {
  border-left-color: rgb(96 165 250 / 0.2);
}
.border-l-typography-info\/25 {
  border-left-color: rgb(96 165 250 / 0.25);
}
.border-l-typography-info\/30 {
  border-left-color: rgb(96 165 250 / 0.3);
}
.border-l-typography-info\/40 {
  border-left-color: rgb(96 165 250 / 0.4);
}
.border-l-typography-info\/5 {
  border-left-color: rgb(96 165 250 / 0.05);
}
.border-l-typography-info\/50 {
  border-left-color: rgb(96 165 250 / 0.5);
}
.border-l-typography-info\/60 {
  border-left-color: rgb(96 165 250 / 0.6);
}
.border-l-typography-info\/70 {
  border-left-color: rgb(96 165 250 / 0.7);
}
.border-l-typography-info\/75 {
  border-left-color: rgb(96 165 250 / 0.75);
}
.border-l-typography-info\/80 {
  border-left-color: rgb(96 165 250 / 0.8);
}
.border-l-typography-info\/90 {
  border-left-color: rgb(96 165 250 / 0.9);
}
.border-l-typography-info\/95 {
  border-left-color: rgb(96 165 250 / 0.95);
}
.border-l-typography-info\/state-disabled {
  border-left-color: rgb(96 165 250 / 0.5);
}
.border-l-typography-info\/state-enabled {
  border-left-color: rgb(96 165 250 / 1);
}
.border-l-typography-link-default {
  --tw-border-opacity: 1;
  border-left-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-l-typography-link-default\/0 {
  border-left-color: rgb(205 141 239 / 0);
}
.border-l-typography-link-default\/10 {
  border-left-color: rgb(205 141 239 / 0.1);
}
.border-l-typography-link-default\/100 {
  border-left-color: rgb(205 141 239 / 1);
}
.border-l-typography-link-default\/20 {
  border-left-color: rgb(205 141 239 / 0.2);
}
.border-l-typography-link-default\/25 {
  border-left-color: rgb(205 141 239 / 0.25);
}
.border-l-typography-link-default\/30 {
  border-left-color: rgb(205 141 239 / 0.3);
}
.border-l-typography-link-default\/40 {
  border-left-color: rgb(205 141 239 / 0.4);
}
.border-l-typography-link-default\/5 {
  border-left-color: rgb(205 141 239 / 0.05);
}
.border-l-typography-link-default\/50 {
  border-left-color: rgb(205 141 239 / 0.5);
}
.border-l-typography-link-default\/60 {
  border-left-color: rgb(205 141 239 / 0.6);
}
.border-l-typography-link-default\/70 {
  border-left-color: rgb(205 141 239 / 0.7);
}
.border-l-typography-link-default\/75 {
  border-left-color: rgb(205 141 239 / 0.75);
}
.border-l-typography-link-default\/80 {
  border-left-color: rgb(205 141 239 / 0.8);
}
.border-l-typography-link-default\/90 {
  border-left-color: rgb(205 141 239 / 0.9);
}
.border-l-typography-link-default\/95 {
  border-left-color: rgb(205 141 239 / 0.95);
}
.border-l-typography-link-default\/state-disabled {
  border-left-color: rgb(205 141 239 / 0.5);
}
.border-l-typography-link-default\/state-enabled {
  border-left-color: rgb(205 141 239 / 1);
}
.border-l-typography-link-hover {
  --tw-border-opacity: 1;
  border-left-color: rgb(215 164 242 / var(--tw-border-opacity));
}
.border-l-typography-link-hover\/0 {
  border-left-color: rgb(215 164 242 / 0);
}
.border-l-typography-link-hover\/10 {
  border-left-color: rgb(215 164 242 / 0.1);
}
.border-l-typography-link-hover\/100 {
  border-left-color: rgb(215 164 242 / 1);
}
.border-l-typography-link-hover\/20 {
  border-left-color: rgb(215 164 242 / 0.2);
}
.border-l-typography-link-hover\/25 {
  border-left-color: rgb(215 164 242 / 0.25);
}
.border-l-typography-link-hover\/30 {
  border-left-color: rgb(215 164 242 / 0.3);
}
.border-l-typography-link-hover\/40 {
  border-left-color: rgb(215 164 242 / 0.4);
}
.border-l-typography-link-hover\/5 {
  border-left-color: rgb(215 164 242 / 0.05);
}
.border-l-typography-link-hover\/50 {
  border-left-color: rgb(215 164 242 / 0.5);
}
.border-l-typography-link-hover\/60 {
  border-left-color: rgb(215 164 242 / 0.6);
}
.border-l-typography-link-hover\/70 {
  border-left-color: rgb(215 164 242 / 0.7);
}
.border-l-typography-link-hover\/75 {
  border-left-color: rgb(215 164 242 / 0.75);
}
.border-l-typography-link-hover\/80 {
  border-left-color: rgb(215 164 242 / 0.8);
}
.border-l-typography-link-hover\/90 {
  border-left-color: rgb(215 164 242 / 0.9);
}
.border-l-typography-link-hover\/95 {
  border-left-color: rgb(215 164 242 / 0.95);
}
.border-l-typography-link-hover\/state-disabled {
  border-left-color: rgb(215 164 242 / 0.5);
}
.border-l-typography-link-hover\/state-enabled {
  border-left-color: rgb(215 164 242 / 1);
}
.border-l-typography-muted {
  --tw-border-opacity: 1;
  border-left-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-l-typography-muted\/0 {
  border-left-color: rgb(156 163 175 / 0);
}
.border-l-typography-muted\/10 {
  border-left-color: rgb(156 163 175 / 0.1);
}
.border-l-typography-muted\/100 {
  border-left-color: rgb(156 163 175 / 1);
}
.border-l-typography-muted\/20 {
  border-left-color: rgb(156 163 175 / 0.2);
}
.border-l-typography-muted\/25 {
  border-left-color: rgb(156 163 175 / 0.25);
}
.border-l-typography-muted\/30 {
  border-left-color: rgb(156 163 175 / 0.3);
}
.border-l-typography-muted\/40 {
  border-left-color: rgb(156 163 175 / 0.4);
}
.border-l-typography-muted\/5 {
  border-left-color: rgb(156 163 175 / 0.05);
}
.border-l-typography-muted\/50 {
  border-left-color: rgb(156 163 175 / 0.5);
}
.border-l-typography-muted\/60 {
  border-left-color: rgb(156 163 175 / 0.6);
}
.border-l-typography-muted\/70 {
  border-left-color: rgb(156 163 175 / 0.7);
}
.border-l-typography-muted\/75 {
  border-left-color: rgb(156 163 175 / 0.75);
}
.border-l-typography-muted\/80 {
  border-left-color: rgb(156 163 175 / 0.8);
}
.border-l-typography-muted\/90 {
  border-left-color: rgb(156 163 175 / 0.9);
}
.border-l-typography-muted\/95 {
  border-left-color: rgb(156 163 175 / 0.95);
}
.border-l-typography-muted\/state-disabled {
  border-left-color: rgb(156 163 175 / 0.5);
}
.border-l-typography-muted\/state-enabled {
  border-left-color: rgb(156 163 175 / 1);
}
.border-l-typography-on-accent {
  --tw-border-opacity: 1;
  border-left-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.border-l-typography-on-accent\/0 {
  border-left-color: rgb(64 64 64 / 0);
}
.border-l-typography-on-accent\/10 {
  border-left-color: rgb(64 64 64 / 0.1);
}
.border-l-typography-on-accent\/100 {
  border-left-color: rgb(64 64 64 / 1);
}
.border-l-typography-on-accent\/20 {
  border-left-color: rgb(64 64 64 / 0.2);
}
.border-l-typography-on-accent\/25 {
  border-left-color: rgb(64 64 64 / 0.25);
}
.border-l-typography-on-accent\/30 {
  border-left-color: rgb(64 64 64 / 0.3);
}
.border-l-typography-on-accent\/40 {
  border-left-color: rgb(64 64 64 / 0.4);
}
.border-l-typography-on-accent\/5 {
  border-left-color: rgb(64 64 64 / 0.05);
}
.border-l-typography-on-accent\/50 {
  border-left-color: rgb(64 64 64 / 0.5);
}
.border-l-typography-on-accent\/60 {
  border-left-color: rgb(64 64 64 / 0.6);
}
.border-l-typography-on-accent\/70 {
  border-left-color: rgb(64 64 64 / 0.7);
}
.border-l-typography-on-accent\/75 {
  border-left-color: rgb(64 64 64 / 0.75);
}
.border-l-typography-on-accent\/80 {
  border-left-color: rgb(64 64 64 / 0.8);
}
.border-l-typography-on-accent\/90 {
  border-left-color: rgb(64 64 64 / 0.9);
}
.border-l-typography-on-accent\/95 {
  border-left-color: rgb(64 64 64 / 0.95);
}
.border-l-typography-on-accent\/state-disabled {
  border-left-color: rgb(64 64 64 / 0.5);
}
.border-l-typography-on-accent\/state-enabled {
  border-left-color: rgb(64 64 64 / 1);
}
.border-l-typography-subtle {
  --tw-border-opacity: 1;
  border-left-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-l-typography-subtle\/0 {
  border-left-color: rgb(229 231 235 / 0);
}
.border-l-typography-subtle\/10 {
  border-left-color: rgb(229 231 235 / 0.1);
}
.border-l-typography-subtle\/100 {
  border-left-color: rgb(229 231 235 / 1);
}
.border-l-typography-subtle\/20 {
  border-left-color: rgb(229 231 235 / 0.2);
}
.border-l-typography-subtle\/25 {
  border-left-color: rgb(229 231 235 / 0.25);
}
.border-l-typography-subtle\/30 {
  border-left-color: rgb(229 231 235 / 0.3);
}
.border-l-typography-subtle\/40 {
  border-left-color: rgb(229 231 235 / 0.4);
}
.border-l-typography-subtle\/5 {
  border-left-color: rgb(229 231 235 / 0.05);
}
.border-l-typography-subtle\/50 {
  border-left-color: rgb(229 231 235 / 0.5);
}
.border-l-typography-subtle\/60 {
  border-left-color: rgb(229 231 235 / 0.6);
}
.border-l-typography-subtle\/70 {
  border-left-color: rgb(229 231 235 / 0.7);
}
.border-l-typography-subtle\/75 {
  border-left-color: rgb(229 231 235 / 0.75);
}
.border-l-typography-subtle\/80 {
  border-left-color: rgb(229 231 235 / 0.8);
}
.border-l-typography-subtle\/90 {
  border-left-color: rgb(229 231 235 / 0.9);
}
.border-l-typography-subtle\/95 {
  border-left-color: rgb(229 231 235 / 0.95);
}
.border-l-typography-subtle\/state-disabled {
  border-left-color: rgb(229 231 235 / 0.5);
}
.border-l-typography-subtle\/state-enabled {
  border-left-color: rgb(229 231 235 / 1);
}
.border-l-typography-success {
  --tw-border-opacity: 1;
  border-left-color: rgb(74 222 128 / var(--tw-border-opacity));
}
.border-l-typography-success\/0 {
  border-left-color: rgb(74 222 128 / 0);
}
.border-l-typography-success\/10 {
  border-left-color: rgb(74 222 128 / 0.1);
}
.border-l-typography-success\/100 {
  border-left-color: rgb(74 222 128 / 1);
}
.border-l-typography-success\/20 {
  border-left-color: rgb(74 222 128 / 0.2);
}
.border-l-typography-success\/25 {
  border-left-color: rgb(74 222 128 / 0.25);
}
.border-l-typography-success\/30 {
  border-left-color: rgb(74 222 128 / 0.3);
}
.border-l-typography-success\/40 {
  border-left-color: rgb(74 222 128 / 0.4);
}
.border-l-typography-success\/5 {
  border-left-color: rgb(74 222 128 / 0.05);
}
.border-l-typography-success\/50 {
  border-left-color: rgb(74 222 128 / 0.5);
}
.border-l-typography-success\/60 {
  border-left-color: rgb(74 222 128 / 0.6);
}
.border-l-typography-success\/70 {
  border-left-color: rgb(74 222 128 / 0.7);
}
.border-l-typography-success\/75 {
  border-left-color: rgb(74 222 128 / 0.75);
}
.border-l-typography-success\/80 {
  border-left-color: rgb(74 222 128 / 0.8);
}
.border-l-typography-success\/90 {
  border-left-color: rgb(74 222 128 / 0.9);
}
.border-l-typography-success\/95 {
  border-left-color: rgb(74 222 128 / 0.95);
}
.border-l-typography-success\/state-disabled {
  border-left-color: rgb(74 222 128 / 0.5);
}
.border-l-typography-success\/state-enabled {
  border-left-color: rgb(74 222 128 / 1);
}
.border-l-typography-warning {
  --tw-border-opacity: 1;
  border-left-color: rgb(251 146 60 / var(--tw-border-opacity));
}
.border-l-typography-warning\/0 {
  border-left-color: rgb(251 146 60 / 0);
}
.border-l-typography-warning\/10 {
  border-left-color: rgb(251 146 60 / 0.1);
}
.border-l-typography-warning\/100 {
  border-left-color: rgb(251 146 60 / 1);
}
.border-l-typography-warning\/20 {
  border-left-color: rgb(251 146 60 / 0.2);
}
.border-l-typography-warning\/25 {
  border-left-color: rgb(251 146 60 / 0.25);
}
.border-l-typography-warning\/30 {
  border-left-color: rgb(251 146 60 / 0.3);
}
.border-l-typography-warning\/40 {
  border-left-color: rgb(251 146 60 / 0.4);
}
.border-l-typography-warning\/5 {
  border-left-color: rgb(251 146 60 / 0.05);
}
.border-l-typography-warning\/50 {
  border-left-color: rgb(251 146 60 / 0.5);
}
.border-l-typography-warning\/60 {
  border-left-color: rgb(251 146 60 / 0.6);
}
.border-l-typography-warning\/70 {
  border-left-color: rgb(251 146 60 / 0.7);
}
.border-l-typography-warning\/75 {
  border-left-color: rgb(251 146 60 / 0.75);
}
.border-l-typography-warning\/80 {
  border-left-color: rgb(251 146 60 / 0.8);
}
.border-l-typography-warning\/90 {
  border-left-color: rgb(251 146 60 / 0.9);
}
.border-l-typography-warning\/95 {
  border-left-color: rgb(251 146 60 / 0.95);
}
.border-l-typography-warning\/state-disabled {
  border-left-color: rgb(251 146 60 / 0.5);
}
.border-l-typography-warning\/state-enabled {
  border-left-color: rgb(251 146 60 / 1);
}
.border-r-avatar-background {
  --tw-border-opacity: 1;
  border-right-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-r-avatar-background\/0 {
  border-right-color: rgb(205 141 239 / 0);
}
.border-r-avatar-background\/10 {
  border-right-color: rgb(205 141 239 / 0.1);
}
.border-r-avatar-background\/100 {
  border-right-color: rgb(205 141 239 / 1);
}
.border-r-avatar-background\/20 {
  border-right-color: rgb(205 141 239 / 0.2);
}
.border-r-avatar-background\/25 {
  border-right-color: rgb(205 141 239 / 0.25);
}
.border-r-avatar-background\/30 {
  border-right-color: rgb(205 141 239 / 0.3);
}
.border-r-avatar-background\/40 {
  border-right-color: rgb(205 141 239 / 0.4);
}
.border-r-avatar-background\/5 {
  border-right-color: rgb(205 141 239 / 0.05);
}
.border-r-avatar-background\/50 {
  border-right-color: rgb(205 141 239 / 0.5);
}
.border-r-avatar-background\/60 {
  border-right-color: rgb(205 141 239 / 0.6);
}
.border-r-avatar-background\/70 {
  border-right-color: rgb(205 141 239 / 0.7);
}
.border-r-avatar-background\/75 {
  border-right-color: rgb(205 141 239 / 0.75);
}
.border-r-avatar-background\/80 {
  border-right-color: rgb(205 141 239 / 0.8);
}
.border-r-avatar-background\/90 {
  border-right-color: rgb(205 141 239 / 0.9);
}
.border-r-avatar-background\/95 {
  border-right-color: rgb(205 141 239 / 0.95);
}
.border-r-avatar-background\/state-disabled {
  border-right-color: rgb(205 141 239 / 0.5);
}
.border-r-avatar-background\/state-enabled {
  border-right-color: rgb(205 141 239 / 1);
}
.border-r-badge-outline-alternate {
  --tw-border-opacity: 1;
  border-right-color: rgb(6 182 212 / var(--tw-border-opacity));
}
.border-r-badge-outline-alternate\/0 {
  border-right-color: rgb(6 182 212 / 0);
}
.border-r-badge-outline-alternate\/10 {
  border-right-color: rgb(6 182 212 / 0.1);
}
.border-r-badge-outline-alternate\/100 {
  border-right-color: rgb(6 182 212 / 1);
}
.border-r-badge-outline-alternate\/20 {
  border-right-color: rgb(6 182 212 / 0.2);
}
.border-r-badge-outline-alternate\/25 {
  border-right-color: rgb(6 182 212 / 0.25);
}
.border-r-badge-outline-alternate\/30 {
  border-right-color: rgb(6 182 212 / 0.3);
}
.border-r-badge-outline-alternate\/40 {
  border-right-color: rgb(6 182 212 / 0.4);
}
.border-r-badge-outline-alternate\/5 {
  border-right-color: rgb(6 182 212 / 0.05);
}
.border-r-badge-outline-alternate\/50 {
  border-right-color: rgb(6 182 212 / 0.5);
}
.border-r-badge-outline-alternate\/60 {
  border-right-color: rgb(6 182 212 / 0.6);
}
.border-r-badge-outline-alternate\/70 {
  border-right-color: rgb(6 182 212 / 0.7);
}
.border-r-badge-outline-alternate\/75 {
  border-right-color: rgb(6 182 212 / 0.75);
}
.border-r-badge-outline-alternate\/80 {
  border-right-color: rgb(6 182 212 / 0.8);
}
.border-r-badge-outline-alternate\/90 {
  border-right-color: rgb(6 182 212 / 0.9);
}
.border-r-badge-outline-alternate\/95 {
  border-right-color: rgb(6 182 212 / 0.95);
}
.border-r-badge-outline-alternate\/state-disabled {
  border-right-color: rgb(6 182 212 / 0.5);
}
.border-r-badge-outline-alternate\/state-enabled {
  border-right-color: rgb(6 182 212 / 1);
}
.border-r-badge-outline-default {
  --tw-border-opacity: 1;
  border-right-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-r-badge-outline-default\/0 {
  border-right-color: rgb(205 141 239 / 0);
}
.border-r-badge-outline-default\/10 {
  border-right-color: rgb(205 141 239 / 0.1);
}
.border-r-badge-outline-default\/100 {
  border-right-color: rgb(205 141 239 / 1);
}
.border-r-badge-outline-default\/20 {
  border-right-color: rgb(205 141 239 / 0.2);
}
.border-r-badge-outline-default\/25 {
  border-right-color: rgb(205 141 239 / 0.25);
}
.border-r-badge-outline-default\/30 {
  border-right-color: rgb(205 141 239 / 0.3);
}
.border-r-badge-outline-default\/40 {
  border-right-color: rgb(205 141 239 / 0.4);
}
.border-r-badge-outline-default\/5 {
  border-right-color: rgb(205 141 239 / 0.05);
}
.border-r-badge-outline-default\/50 {
  border-right-color: rgb(205 141 239 / 0.5);
}
.border-r-badge-outline-default\/60 {
  border-right-color: rgb(205 141 239 / 0.6);
}
.border-r-badge-outline-default\/70 {
  border-right-color: rgb(205 141 239 / 0.7);
}
.border-r-badge-outline-default\/75 {
  border-right-color: rgb(205 141 239 / 0.75);
}
.border-r-badge-outline-default\/80 {
  border-right-color: rgb(205 141 239 / 0.8);
}
.border-r-badge-outline-default\/90 {
  border-right-color: rgb(205 141 239 / 0.9);
}
.border-r-badge-outline-default\/95 {
  border-right-color: rgb(205 141 239 / 0.95);
}
.border-r-badge-outline-default\/state-disabled {
  border-right-color: rgb(205 141 239 / 0.5);
}
.border-r-badge-outline-default\/state-enabled {
  border-right-color: rgb(205 141 239 / 1);
}
.border-r-badge-outline-textColor {
  --tw-border-opacity: 1;
  border-right-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-r-badge-outline-textColor\/0 {
  border-right-color: rgb(205 141 239 / 0);
}
.border-r-badge-outline-textColor\/10 {
  border-right-color: rgb(205 141 239 / 0.1);
}
.border-r-badge-outline-textColor\/100 {
  border-right-color: rgb(205 141 239 / 1);
}
.border-r-badge-outline-textColor\/20 {
  border-right-color: rgb(205 141 239 / 0.2);
}
.border-r-badge-outline-textColor\/25 {
  border-right-color: rgb(205 141 239 / 0.25);
}
.border-r-badge-outline-textColor\/30 {
  border-right-color: rgb(205 141 239 / 0.3);
}
.border-r-badge-outline-textColor\/40 {
  border-right-color: rgb(205 141 239 / 0.4);
}
.border-r-badge-outline-textColor\/5 {
  border-right-color: rgb(205 141 239 / 0.05);
}
.border-r-badge-outline-textColor\/50 {
  border-right-color: rgb(205 141 239 / 0.5);
}
.border-r-badge-outline-textColor\/60 {
  border-right-color: rgb(205 141 239 / 0.6);
}
.border-r-badge-outline-textColor\/70 {
  border-right-color: rgb(205 141 239 / 0.7);
}
.border-r-badge-outline-textColor\/75 {
  border-right-color: rgb(205 141 239 / 0.75);
}
.border-r-badge-outline-textColor\/80 {
  border-right-color: rgb(205 141 239 / 0.8);
}
.border-r-badge-outline-textColor\/90 {
  border-right-color: rgb(205 141 239 / 0.9);
}
.border-r-badge-outline-textColor\/95 {
  border-right-color: rgb(205 141 239 / 0.95);
}
.border-r-badge-outline-textColor\/state-disabled {
  border-right-color: rgb(205 141 239 / 0.5);
}
.border-r-badge-outline-textColor\/state-enabled {
  border-right-color: rgb(205 141 239 / 1);
}
.border-r-badge-solid-alternate {
  --tw-border-opacity: 1;
  border-right-color: rgb(6 182 212 / var(--tw-border-opacity));
}
.border-r-badge-solid-alternate\/0 {
  border-right-color: rgb(6 182 212 / 0);
}
.border-r-badge-solid-alternate\/10 {
  border-right-color: rgb(6 182 212 / 0.1);
}
.border-r-badge-solid-alternate\/100 {
  border-right-color: rgb(6 182 212 / 1);
}
.border-r-badge-solid-alternate\/20 {
  border-right-color: rgb(6 182 212 / 0.2);
}
.border-r-badge-solid-alternate\/25 {
  border-right-color: rgb(6 182 212 / 0.25);
}
.border-r-badge-solid-alternate\/30 {
  border-right-color: rgb(6 182 212 / 0.3);
}
.border-r-badge-solid-alternate\/40 {
  border-right-color: rgb(6 182 212 / 0.4);
}
.border-r-badge-solid-alternate\/5 {
  border-right-color: rgb(6 182 212 / 0.05);
}
.border-r-badge-solid-alternate\/50 {
  border-right-color: rgb(6 182 212 / 0.5);
}
.border-r-badge-solid-alternate\/60 {
  border-right-color: rgb(6 182 212 / 0.6);
}
.border-r-badge-solid-alternate\/70 {
  border-right-color: rgb(6 182 212 / 0.7);
}
.border-r-badge-solid-alternate\/75 {
  border-right-color: rgb(6 182 212 / 0.75);
}
.border-r-badge-solid-alternate\/80 {
  border-right-color: rgb(6 182 212 / 0.8);
}
.border-r-badge-solid-alternate\/90 {
  border-right-color: rgb(6 182 212 / 0.9);
}
.border-r-badge-solid-alternate\/95 {
  border-right-color: rgb(6 182 212 / 0.95);
}
.border-r-badge-solid-alternate\/state-disabled {
  border-right-color: rgb(6 182 212 / 0.5);
}
.border-r-badge-solid-alternate\/state-enabled {
  border-right-color: rgb(6 182 212 / 1);
}
.border-r-badge-solid-default {
  --tw-border-opacity: 1;
  border-right-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-r-badge-solid-default\/0 {
  border-right-color: rgb(205 141 239 / 0);
}
.border-r-badge-solid-default\/10 {
  border-right-color: rgb(205 141 239 / 0.1);
}
.border-r-badge-solid-default\/100 {
  border-right-color: rgb(205 141 239 / 1);
}
.border-r-badge-solid-default\/20 {
  border-right-color: rgb(205 141 239 / 0.2);
}
.border-r-badge-solid-default\/25 {
  border-right-color: rgb(205 141 239 / 0.25);
}
.border-r-badge-solid-default\/30 {
  border-right-color: rgb(205 141 239 / 0.3);
}
.border-r-badge-solid-default\/40 {
  border-right-color: rgb(205 141 239 / 0.4);
}
.border-r-badge-solid-default\/5 {
  border-right-color: rgb(205 141 239 / 0.05);
}
.border-r-badge-solid-default\/50 {
  border-right-color: rgb(205 141 239 / 0.5);
}
.border-r-badge-solid-default\/60 {
  border-right-color: rgb(205 141 239 / 0.6);
}
.border-r-badge-solid-default\/70 {
  border-right-color: rgb(205 141 239 / 0.7);
}
.border-r-badge-solid-default\/75 {
  border-right-color: rgb(205 141 239 / 0.75);
}
.border-r-badge-solid-default\/80 {
  border-right-color: rgb(205 141 239 / 0.8);
}
.border-r-badge-solid-default\/90 {
  border-right-color: rgb(205 141 239 / 0.9);
}
.border-r-badge-solid-default\/95 {
  border-right-color: rgb(205 141 239 / 0.95);
}
.border-r-badge-solid-default\/state-disabled {
  border-right-color: rgb(205 141 239 / 0.5);
}
.border-r-badge-solid-default\/state-enabled {
  border-right-color: rgb(205 141 239 / 1);
}
.border-r-badge-solid-textColor {
  --tw-border-opacity: 1;
  border-right-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.border-r-badge-solid-textColor\/0 {
  border-right-color: rgb(64 64 64 / 0);
}
.border-r-badge-solid-textColor\/10 {
  border-right-color: rgb(64 64 64 / 0.1);
}
.border-r-badge-solid-textColor\/100 {
  border-right-color: rgb(64 64 64 / 1);
}
.border-r-badge-solid-textColor\/20 {
  border-right-color: rgb(64 64 64 / 0.2);
}
.border-r-badge-solid-textColor\/25 {
  border-right-color: rgb(64 64 64 / 0.25);
}
.border-r-badge-solid-textColor\/30 {
  border-right-color: rgb(64 64 64 / 0.3);
}
.border-r-badge-solid-textColor\/40 {
  border-right-color: rgb(64 64 64 / 0.4);
}
.border-r-badge-solid-textColor\/5 {
  border-right-color: rgb(64 64 64 / 0.05);
}
.border-r-badge-solid-textColor\/50 {
  border-right-color: rgb(64 64 64 / 0.5);
}
.border-r-badge-solid-textColor\/60 {
  border-right-color: rgb(64 64 64 / 0.6);
}
.border-r-badge-solid-textColor\/70 {
  border-right-color: rgb(64 64 64 / 0.7);
}
.border-r-badge-solid-textColor\/75 {
  border-right-color: rgb(64 64 64 / 0.75);
}
.border-r-badge-solid-textColor\/80 {
  border-right-color: rgb(64 64 64 / 0.8);
}
.border-r-badge-solid-textColor\/90 {
  border-right-color: rgb(64 64 64 / 0.9);
}
.border-r-badge-solid-textColor\/95 {
  border-right-color: rgb(64 64 64 / 0.95);
}
.border-r-badge-solid-textColor\/state-disabled {
  border-right-color: rgb(64 64 64 / 0.5);
}
.border-r-badge-solid-textColor\/state-enabled {
  border-right-color: rgb(64 64 64 / 1);
}
.border-r-divider-default {
  --tw-border-opacity: 1;
  border-right-color: rgb(55 65 81 / var(--tw-border-opacity));
}
.border-r-divider-default\/0 {
  border-right-color: rgb(55 65 81 / 0);
}
.border-r-divider-default\/10 {
  border-right-color: rgb(55 65 81 / 0.1);
}
.border-r-divider-default\/100 {
  border-right-color: rgb(55 65 81 / 1);
}
.border-r-divider-default\/20 {
  border-right-color: rgb(55 65 81 / 0.2);
}
.border-r-divider-default\/25 {
  border-right-color: rgb(55 65 81 / 0.25);
}
.border-r-divider-default\/30 {
  border-right-color: rgb(55 65 81 / 0.3);
}
.border-r-divider-default\/40 {
  border-right-color: rgb(55 65 81 / 0.4);
}
.border-r-divider-default\/5 {
  border-right-color: rgb(55 65 81 / 0.05);
}
.border-r-divider-default\/50 {
  border-right-color: rgb(55 65 81 / 0.5);
}
.border-r-divider-default\/60 {
  border-right-color: rgb(55 65 81 / 0.6);
}
.border-r-divider-default\/70 {
  border-right-color: rgb(55 65 81 / 0.7);
}
.border-r-divider-default\/75 {
  border-right-color: rgb(55 65 81 / 0.75);
}
.border-r-divider-default\/80 {
  border-right-color: rgb(55 65 81 / 0.8);
}
.border-r-divider-default\/90 {
  border-right-color: rgb(55 65 81 / 0.9);
}
.border-r-divider-default\/95 {
  border-right-color: rgb(55 65 81 / 0.95);
}
.border-r-divider-default\/state-disabled {
  border-right-color: rgb(55 65 81 / 0.5);
}
.border-r-divider-default\/state-enabled {
  border-right-color: rgb(55 65 81 / 1);
}
.border-r-input-background {
  --tw-border-opacity: 1;
  border-right-color: rgb(23 23 23 / var(--tw-border-opacity));
}
.border-r-input-background\/0 {
  border-right-color: rgb(23 23 23 / 0);
}
.border-r-input-background\/10 {
  border-right-color: rgb(23 23 23 / 0.1);
}
.border-r-input-background\/100 {
  border-right-color: rgb(23 23 23 / 1);
}
.border-r-input-background\/20 {
  border-right-color: rgb(23 23 23 / 0.2);
}
.border-r-input-background\/25 {
  border-right-color: rgb(23 23 23 / 0.25);
}
.border-r-input-background\/30 {
  border-right-color: rgb(23 23 23 / 0.3);
}
.border-r-input-background\/40 {
  border-right-color: rgb(23 23 23 / 0.4);
}
.border-r-input-background\/5 {
  border-right-color: rgb(23 23 23 / 0.05);
}
.border-r-input-background\/50 {
  border-right-color: rgb(23 23 23 / 0.5);
}
.border-r-input-background\/60 {
  border-right-color: rgb(23 23 23 / 0.6);
}
.border-r-input-background\/70 {
  border-right-color: rgb(23 23 23 / 0.7);
}
.border-r-input-background\/75 {
  border-right-color: rgb(23 23 23 / 0.75);
}
.border-r-input-background\/80 {
  border-right-color: rgb(23 23 23 / 0.8);
}
.border-r-input-background\/90 {
  border-right-color: rgb(23 23 23 / 0.9);
}
.border-r-input-background\/95 {
  border-right-color: rgb(23 23 23 / 0.95);
}
.border-r-input-background\/state-disabled {
  border-right-color: rgb(23 23 23 / 0.5);
}
.border-r-input-background\/state-enabled {
  border-right-color: rgb(23 23 23 / 1);
}
.border-r-input-checkbox-background {
  --tw-border-opacity: 1;
  border-right-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-r-input-checkbox-background\/0 {
  border-right-color: rgb(205 141 239 / 0);
}
.border-r-input-checkbox-background\/10 {
  border-right-color: rgb(205 141 239 / 0.1);
}
.border-r-input-checkbox-background\/100 {
  border-right-color: rgb(205 141 239 / 1);
}
.border-r-input-checkbox-background\/20 {
  border-right-color: rgb(205 141 239 / 0.2);
}
.border-r-input-checkbox-background\/25 {
  border-right-color: rgb(205 141 239 / 0.25);
}
.border-r-input-checkbox-background\/30 {
  border-right-color: rgb(205 141 239 / 0.3);
}
.border-r-input-checkbox-background\/40 {
  border-right-color: rgb(205 141 239 / 0.4);
}
.border-r-input-checkbox-background\/5 {
  border-right-color: rgb(205 141 239 / 0.05);
}
.border-r-input-checkbox-background\/50 {
  border-right-color: rgb(205 141 239 / 0.5);
}
.border-r-input-checkbox-background\/60 {
  border-right-color: rgb(205 141 239 / 0.6);
}
.border-r-input-checkbox-background\/70 {
  border-right-color: rgb(205 141 239 / 0.7);
}
.border-r-input-checkbox-background\/75 {
  border-right-color: rgb(205 141 239 / 0.75);
}
.border-r-input-checkbox-background\/80 {
  border-right-color: rgb(205 141 239 / 0.8);
}
.border-r-input-checkbox-background\/90 {
  border-right-color: rgb(205 141 239 / 0.9);
}
.border-r-input-checkbox-background\/95 {
  border-right-color: rgb(205 141 239 / 0.95);
}
.border-r-input-checkbox-background\/state-disabled {
  border-right-color: rgb(205 141 239 / 0.5);
}
.border-r-input-checkbox-background\/state-enabled {
  border-right-color: rgb(205 141 239 / 1);
}
.border-r-input-checkbox-border {
  --tw-border-opacity: 1;
  border-right-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-r-input-checkbox-border\/0 {
  border-right-color: rgb(205 141 239 / 0);
}
.border-r-input-checkbox-border\/10 {
  border-right-color: rgb(205 141 239 / 0.1);
}
.border-r-input-checkbox-border\/100 {
  border-right-color: rgb(205 141 239 / 1);
}
.border-r-input-checkbox-border\/20 {
  border-right-color: rgb(205 141 239 / 0.2);
}
.border-r-input-checkbox-border\/25 {
  border-right-color: rgb(205 141 239 / 0.25);
}
.border-r-input-checkbox-border\/30 {
  border-right-color: rgb(205 141 239 / 0.3);
}
.border-r-input-checkbox-border\/40 {
  border-right-color: rgb(205 141 239 / 0.4);
}
.border-r-input-checkbox-border\/5 {
  border-right-color: rgb(205 141 239 / 0.05);
}
.border-r-input-checkbox-border\/50 {
  border-right-color: rgb(205 141 239 / 0.5);
}
.border-r-input-checkbox-border\/60 {
  border-right-color: rgb(205 141 239 / 0.6);
}
.border-r-input-checkbox-border\/70 {
  border-right-color: rgb(205 141 239 / 0.7);
}
.border-r-input-checkbox-border\/75 {
  border-right-color: rgb(205 141 239 / 0.75);
}
.border-r-input-checkbox-border\/80 {
  border-right-color: rgb(205 141 239 / 0.8);
}
.border-r-input-checkbox-border\/90 {
  border-right-color: rgb(205 141 239 / 0.9);
}
.border-r-input-checkbox-border\/95 {
  border-right-color: rgb(205 141 239 / 0.95);
}
.border-r-input-checkbox-border\/state-disabled {
  border-right-color: rgb(205 141 239 / 0.5);
}
.border-r-input-checkbox-border\/state-enabled {
  border-right-color: rgb(205 141 239 / 1);
}
.border-r-input-checkbox-contrast {
  --tw-border-opacity: 1;
  border-right-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.border-r-input-checkbox-contrast\/0 {
  border-right-color: rgb(64 64 64 / 0);
}
.border-r-input-checkbox-contrast\/10 {
  border-right-color: rgb(64 64 64 / 0.1);
}
.border-r-input-checkbox-contrast\/100 {
  border-right-color: rgb(64 64 64 / 1);
}
.border-r-input-checkbox-contrast\/20 {
  border-right-color: rgb(64 64 64 / 0.2);
}
.border-r-input-checkbox-contrast\/25 {
  border-right-color: rgb(64 64 64 / 0.25);
}
.border-r-input-checkbox-contrast\/30 {
  border-right-color: rgb(64 64 64 / 0.3);
}
.border-r-input-checkbox-contrast\/40 {
  border-right-color: rgb(64 64 64 / 0.4);
}
.border-r-input-checkbox-contrast\/5 {
  border-right-color: rgb(64 64 64 / 0.05);
}
.border-r-input-checkbox-contrast\/50 {
  border-right-color: rgb(64 64 64 / 0.5);
}
.border-r-input-checkbox-contrast\/60 {
  border-right-color: rgb(64 64 64 / 0.6);
}
.border-r-input-checkbox-contrast\/70 {
  border-right-color: rgb(64 64 64 / 0.7);
}
.border-r-input-checkbox-contrast\/75 {
  border-right-color: rgb(64 64 64 / 0.75);
}
.border-r-input-checkbox-contrast\/80 {
  border-right-color: rgb(64 64 64 / 0.8);
}
.border-r-input-checkbox-contrast\/90 {
  border-right-color: rgb(64 64 64 / 0.9);
}
.border-r-input-checkbox-contrast\/95 {
  border-right-color: rgb(64 64 64 / 0.95);
}
.border-r-input-checkbox-contrast\/state-disabled {
  border-right-color: rgb(64 64 64 / 0.5);
}
.border-r-input-checkbox-contrast\/state-enabled {
  border-right-color: rgb(64 64 64 / 1);
}
.border-r-input-default-bg {
  --tw-border-opacity: 1;
  border-right-color: rgb(17 17 17 / var(--tw-border-opacity));
}
.border-r-input-default-bg\/0 {
  border-right-color: rgb(17 17 17 / 0);
}
.border-r-input-default-bg\/10 {
  border-right-color: rgb(17 17 17 / 0.1);
}
.border-r-input-default-bg\/100 {
  border-right-color: rgb(17 17 17 / 1);
}
.border-r-input-default-bg\/20 {
  border-right-color: rgb(17 17 17 / 0.2);
}
.border-r-input-default-bg\/25 {
  border-right-color: rgb(17 17 17 / 0.25);
}
.border-r-input-default-bg\/30 {
  border-right-color: rgb(17 17 17 / 0.3);
}
.border-r-input-default-bg\/40 {
  border-right-color: rgb(17 17 17 / 0.4);
}
.border-r-input-default-bg\/5 {
  border-right-color: rgb(17 17 17 / 0.05);
}
.border-r-input-default-bg\/50 {
  border-right-color: rgb(17 17 17 / 0.5);
}
.border-r-input-default-bg\/60 {
  border-right-color: rgb(17 17 17 / 0.6);
}
.border-r-input-default-bg\/70 {
  border-right-color: rgb(17 17 17 / 0.7);
}
.border-r-input-default-bg\/75 {
  border-right-color: rgb(17 17 17 / 0.75);
}
.border-r-input-default-bg\/80 {
  border-right-color: rgb(17 17 17 / 0.8);
}
.border-r-input-default-bg\/90 {
  border-right-color: rgb(17 17 17 / 0.9);
}
.border-r-input-default-bg\/95 {
  border-right-color: rgb(17 17 17 / 0.95);
}
.border-r-input-default-bg\/state-disabled {
  border-right-color: rgb(17 17 17 / 0.5);
}
.border-r-input-default-bg\/state-enabled {
  border-right-color: rgb(17 17 17 / 1);
}
.border-r-input-default-border {
  --tw-border-opacity: 1;
  border-right-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.border-r-input-default-border\/0 {
  border-right-color: rgb(64 64 64 / 0);
}
.border-r-input-default-border\/10 {
  border-right-color: rgb(64 64 64 / 0.1);
}
.border-r-input-default-border\/100 {
  border-right-color: rgb(64 64 64 / 1);
}
.border-r-input-default-border\/20 {
  border-right-color: rgb(64 64 64 / 0.2);
}
.border-r-input-default-border\/25 {
  border-right-color: rgb(64 64 64 / 0.25);
}
.border-r-input-default-border\/30 {
  border-right-color: rgb(64 64 64 / 0.3);
}
.border-r-input-default-border\/40 {
  border-right-color: rgb(64 64 64 / 0.4);
}
.border-r-input-default-border\/5 {
  border-right-color: rgb(64 64 64 / 0.05);
}
.border-r-input-default-border\/50 {
  border-right-color: rgb(64 64 64 / 0.5);
}
.border-r-input-default-border\/60 {
  border-right-color: rgb(64 64 64 / 0.6);
}
.border-r-input-default-border\/70 {
  border-right-color: rgb(64 64 64 / 0.7);
}
.border-r-input-default-border\/75 {
  border-right-color: rgb(64 64 64 / 0.75);
}
.border-r-input-default-border\/80 {
  border-right-color: rgb(64 64 64 / 0.8);
}
.border-r-input-default-border\/90 {
  border-right-color: rgb(64 64 64 / 0.9);
}
.border-r-input-default-border\/95 {
  border-right-color: rgb(64 64 64 / 0.95);
}
.border-r-input-default-border\/state-disabled {
  border-right-color: rgb(64 64 64 / 0.5);
}
.border-r-input-default-border\/state-enabled {
  border-right-color: rgb(64 64 64 / 1);
}
.border-r-input-default-placeholder {
  border-right-color: rgba(255, 255, 255, 0.4);
}
.border-r-input-default-placeholder\/0 {
  border-right-color: rgba(255, 255, 255, 0);
}
.border-r-input-default-placeholder\/10 {
  border-right-color: rgba(255, 255, 255, 0.1);
}
.border-r-input-default-placeholder\/100 {
  border-right-color: rgba(255, 255, 255, 1);
}
.border-r-input-default-placeholder\/20 {
  border-right-color: rgba(255, 255, 255, 0.2);
}
.border-r-input-default-placeholder\/25 {
  border-right-color: rgba(255, 255, 255, 0.25);
}
.border-r-input-default-placeholder\/30 {
  border-right-color: rgba(255, 255, 255, 0.3);
}
.border-r-input-default-placeholder\/40 {
  border-right-color: rgba(255, 255, 255, 0.4);
}
.border-r-input-default-placeholder\/5 {
  border-right-color: rgba(255, 255, 255, 0.05);
}
.border-r-input-default-placeholder\/50 {
  border-right-color: rgba(255, 255, 255, 0.5);
}
.border-r-input-default-placeholder\/60 {
  border-right-color: rgba(255, 255, 255, 0.6);
}
.border-r-input-default-placeholder\/70 {
  border-right-color: rgba(255, 255, 255, 0.7);
}
.border-r-input-default-placeholder\/75 {
  border-right-color: rgba(255, 255, 255, 0.75);
}
.border-r-input-default-placeholder\/80 {
  border-right-color: rgba(255, 255, 255, 0.8);
}
.border-r-input-default-placeholder\/90 {
  border-right-color: rgba(255, 255, 255, 0.9);
}
.border-r-input-default-placeholder\/95 {
  border-right-color: rgba(255, 255, 255, 0.95);
}
.border-r-input-default-placeholder\/state-disabled {
  border-right-color: rgba(255, 255, 255, 0.5);
}
.border-r-input-default-placeholder\/state-enabled {
  border-right-color: rgba(255, 255, 255, 1);
}
.border-r-input-default-text {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-r-input-default-text\/0 {
  border-right-color: rgb(255 255 255 / 0);
}
.border-r-input-default-text\/10 {
  border-right-color: rgb(255 255 255 / 0.1);
}
.border-r-input-default-text\/100 {
  border-right-color: rgb(255 255 255 / 1);
}
.border-r-input-default-text\/20 {
  border-right-color: rgb(255 255 255 / 0.2);
}
.border-r-input-default-text\/25 {
  border-right-color: rgb(255 255 255 / 0.25);
}
.border-r-input-default-text\/30 {
  border-right-color: rgb(255 255 255 / 0.3);
}
.border-r-input-default-text\/40 {
  border-right-color: rgb(255 255 255 / 0.4);
}
.border-r-input-default-text\/5 {
  border-right-color: rgb(255 255 255 / 0.05);
}
.border-r-input-default-text\/50 {
  border-right-color: rgb(255 255 255 / 0.5);
}
.border-r-input-default-text\/60 {
  border-right-color: rgb(255 255 255 / 0.6);
}
.border-r-input-default-text\/70 {
  border-right-color: rgb(255 255 255 / 0.7);
}
.border-r-input-default-text\/75 {
  border-right-color: rgb(255 255 255 / 0.75);
}
.border-r-input-default-text\/80 {
  border-right-color: rgb(255 255 255 / 0.8);
}
.border-r-input-default-text\/90 {
  border-right-color: rgb(255 255 255 / 0.9);
}
.border-r-input-default-text\/95 {
  border-right-color: rgb(255 255 255 / 0.95);
}
.border-r-input-default-text\/state-disabled {
  border-right-color: rgb(255 255 255 / 0.5);
}
.border-r-input-default-text\/state-enabled {
  border-right-color: rgb(255 255 255 / 1);
}
.border-r-input-dropdown-background {
  --tw-border-opacity: 1;
  border-right-color: rgb(17 17 17 / var(--tw-border-opacity));
}
.border-r-input-dropdown-background\/0 {
  border-right-color: rgb(17 17 17 / 0);
}
.border-r-input-dropdown-background\/10 {
  border-right-color: rgb(17 17 17 / 0.1);
}
.border-r-input-dropdown-background\/100 {
  border-right-color: rgb(17 17 17 / 1);
}
.border-r-input-dropdown-background\/20 {
  border-right-color: rgb(17 17 17 / 0.2);
}
.border-r-input-dropdown-background\/25 {
  border-right-color: rgb(17 17 17 / 0.25);
}
.border-r-input-dropdown-background\/30 {
  border-right-color: rgb(17 17 17 / 0.3);
}
.border-r-input-dropdown-background\/40 {
  border-right-color: rgb(17 17 17 / 0.4);
}
.border-r-input-dropdown-background\/5 {
  border-right-color: rgb(17 17 17 / 0.05);
}
.border-r-input-dropdown-background\/50 {
  border-right-color: rgb(17 17 17 / 0.5);
}
.border-r-input-dropdown-background\/60 {
  border-right-color: rgb(17 17 17 / 0.6);
}
.border-r-input-dropdown-background\/70 {
  border-right-color: rgb(17 17 17 / 0.7);
}
.border-r-input-dropdown-background\/75 {
  border-right-color: rgb(17 17 17 / 0.75);
}
.border-r-input-dropdown-background\/80 {
  border-right-color: rgb(17 17 17 / 0.8);
}
.border-r-input-dropdown-background\/90 {
  border-right-color: rgb(17 17 17 / 0.9);
}
.border-r-input-dropdown-background\/95 {
  border-right-color: rgb(17 17 17 / 0.95);
}
.border-r-input-dropdown-background\/state-disabled {
  border-right-color: rgb(17 17 17 / 0.5);
}
.border-r-input-dropdown-background\/state-enabled {
  border-right-color: rgb(17 17 17 / 1);
}
.border-r-input-error-bg {
  --tw-border-opacity: 1;
  border-right-color: rgb(17 17 17 / var(--tw-border-opacity));
}
.border-r-input-error-bg\/0 {
  border-right-color: rgb(17 17 17 / 0);
}
.border-r-input-error-bg\/10 {
  border-right-color: rgb(17 17 17 / 0.1);
}
.border-r-input-error-bg\/100 {
  border-right-color: rgb(17 17 17 / 1);
}
.border-r-input-error-bg\/20 {
  border-right-color: rgb(17 17 17 / 0.2);
}
.border-r-input-error-bg\/25 {
  border-right-color: rgb(17 17 17 / 0.25);
}
.border-r-input-error-bg\/30 {
  border-right-color: rgb(17 17 17 / 0.3);
}
.border-r-input-error-bg\/40 {
  border-right-color: rgb(17 17 17 / 0.4);
}
.border-r-input-error-bg\/5 {
  border-right-color: rgb(17 17 17 / 0.05);
}
.border-r-input-error-bg\/50 {
  border-right-color: rgb(17 17 17 / 0.5);
}
.border-r-input-error-bg\/60 {
  border-right-color: rgb(17 17 17 / 0.6);
}
.border-r-input-error-bg\/70 {
  border-right-color: rgb(17 17 17 / 0.7);
}
.border-r-input-error-bg\/75 {
  border-right-color: rgb(17 17 17 / 0.75);
}
.border-r-input-error-bg\/80 {
  border-right-color: rgb(17 17 17 / 0.8);
}
.border-r-input-error-bg\/90 {
  border-right-color: rgb(17 17 17 / 0.9);
}
.border-r-input-error-bg\/95 {
  border-right-color: rgb(17 17 17 / 0.95);
}
.border-r-input-error-bg\/state-disabled {
  border-right-color: rgb(17 17 17 / 0.5);
}
.border-r-input-error-bg\/state-enabled {
  border-right-color: rgb(17 17 17 / 1);
}
.border-r-input-error-border {
  --tw-border-opacity: 1;
  border-right-color: rgb(248 113 113 / var(--tw-border-opacity));
}
.border-r-input-error-border\/0 {
  border-right-color: rgb(248 113 113 / 0);
}
.border-r-input-error-border\/10 {
  border-right-color: rgb(248 113 113 / 0.1);
}
.border-r-input-error-border\/100 {
  border-right-color: rgb(248 113 113 / 1);
}
.border-r-input-error-border\/20 {
  border-right-color: rgb(248 113 113 / 0.2);
}
.border-r-input-error-border\/25 {
  border-right-color: rgb(248 113 113 / 0.25);
}
.border-r-input-error-border\/30 {
  border-right-color: rgb(248 113 113 / 0.3);
}
.border-r-input-error-border\/40 {
  border-right-color: rgb(248 113 113 / 0.4);
}
.border-r-input-error-border\/5 {
  border-right-color: rgb(248 113 113 / 0.05);
}
.border-r-input-error-border\/50 {
  border-right-color: rgb(248 113 113 / 0.5);
}
.border-r-input-error-border\/60 {
  border-right-color: rgb(248 113 113 / 0.6);
}
.border-r-input-error-border\/70 {
  border-right-color: rgb(248 113 113 / 0.7);
}
.border-r-input-error-border\/75 {
  border-right-color: rgb(248 113 113 / 0.75);
}
.border-r-input-error-border\/80 {
  border-right-color: rgb(248 113 113 / 0.8);
}
.border-r-input-error-border\/90 {
  border-right-color: rgb(248 113 113 / 0.9);
}
.border-r-input-error-border\/95 {
  border-right-color: rgb(248 113 113 / 0.95);
}
.border-r-input-error-border\/state-disabled {
  border-right-color: rgb(248 113 113 / 0.5);
}
.border-r-input-error-border\/state-enabled {
  border-right-color: rgb(248 113 113 / 1);
}
.border-r-input-error-placeholder {
  border-right-color: rgba(255, 255, 255, 0.4);
}
.border-r-input-error-placeholder\/0 {
  border-right-color: rgba(255, 255, 255, 0);
}
.border-r-input-error-placeholder\/10 {
  border-right-color: rgba(255, 255, 255, 0.1);
}
.border-r-input-error-placeholder\/100 {
  border-right-color: rgba(255, 255, 255, 1);
}
.border-r-input-error-placeholder\/20 {
  border-right-color: rgba(255, 255, 255, 0.2);
}
.border-r-input-error-placeholder\/25 {
  border-right-color: rgba(255, 255, 255, 0.25);
}
.border-r-input-error-placeholder\/30 {
  border-right-color: rgba(255, 255, 255, 0.3);
}
.border-r-input-error-placeholder\/40 {
  border-right-color: rgba(255, 255, 255, 0.4);
}
.border-r-input-error-placeholder\/5 {
  border-right-color: rgba(255, 255, 255, 0.05);
}
.border-r-input-error-placeholder\/50 {
  border-right-color: rgba(255, 255, 255, 0.5);
}
.border-r-input-error-placeholder\/60 {
  border-right-color: rgba(255, 255, 255, 0.6);
}
.border-r-input-error-placeholder\/70 {
  border-right-color: rgba(255, 255, 255, 0.7);
}
.border-r-input-error-placeholder\/75 {
  border-right-color: rgba(255, 255, 255, 0.75);
}
.border-r-input-error-placeholder\/80 {
  border-right-color: rgba(255, 255, 255, 0.8);
}
.border-r-input-error-placeholder\/90 {
  border-right-color: rgba(255, 255, 255, 0.9);
}
.border-r-input-error-placeholder\/95 {
  border-right-color: rgba(255, 255, 255, 0.95);
}
.border-r-input-error-placeholder\/state-disabled {
  border-right-color: rgba(255, 255, 255, 0.5);
}
.border-r-input-error-placeholder\/state-enabled {
  border-right-color: rgba(255, 255, 255, 1);
}
.border-r-input-error-text {
  --tw-border-opacity: 1;
  border-right-color: rgb(248 113 113 / var(--tw-border-opacity));
}
.border-r-input-error-text\/0 {
  border-right-color: rgb(248 113 113 / 0);
}
.border-r-input-error-text\/10 {
  border-right-color: rgb(248 113 113 / 0.1);
}
.border-r-input-error-text\/100 {
  border-right-color: rgb(248 113 113 / 1);
}
.border-r-input-error-text\/20 {
  border-right-color: rgb(248 113 113 / 0.2);
}
.border-r-input-error-text\/25 {
  border-right-color: rgb(248 113 113 / 0.25);
}
.border-r-input-error-text\/30 {
  border-right-color: rgb(248 113 113 / 0.3);
}
.border-r-input-error-text\/40 {
  border-right-color: rgb(248 113 113 / 0.4);
}
.border-r-input-error-text\/5 {
  border-right-color: rgb(248 113 113 / 0.05);
}
.border-r-input-error-text\/50 {
  border-right-color: rgb(248 113 113 / 0.5);
}
.border-r-input-error-text\/60 {
  border-right-color: rgb(248 113 113 / 0.6);
}
.border-r-input-error-text\/70 {
  border-right-color: rgb(248 113 113 / 0.7);
}
.border-r-input-error-text\/75 {
  border-right-color: rgb(248 113 113 / 0.75);
}
.border-r-input-error-text\/80 {
  border-right-color: rgb(248 113 113 / 0.8);
}
.border-r-input-error-text\/90 {
  border-right-color: rgb(248 113 113 / 0.9);
}
.border-r-input-error-text\/95 {
  border-right-color: rgb(248 113 113 / 0.95);
}
.border-r-input-error-text\/state-disabled {
  border-right-color: rgb(248 113 113 / 0.5);
}
.border-r-input-error-text\/state-enabled {
  border-right-color: rgb(248 113 113 / 1);
}
.border-r-input-focused-bg {
  --tw-border-opacity: 1;
  border-right-color: rgb(17 17 17 / var(--tw-border-opacity));
}
.border-r-input-focused-bg\/0 {
  border-right-color: rgb(17 17 17 / 0);
}
.border-r-input-focused-bg\/10 {
  border-right-color: rgb(17 17 17 / 0.1);
}
.border-r-input-focused-bg\/100 {
  border-right-color: rgb(17 17 17 / 1);
}
.border-r-input-focused-bg\/20 {
  border-right-color: rgb(17 17 17 / 0.2);
}
.border-r-input-focused-bg\/25 {
  border-right-color: rgb(17 17 17 / 0.25);
}
.border-r-input-focused-bg\/30 {
  border-right-color: rgb(17 17 17 / 0.3);
}
.border-r-input-focused-bg\/40 {
  border-right-color: rgb(17 17 17 / 0.4);
}
.border-r-input-focused-bg\/5 {
  border-right-color: rgb(17 17 17 / 0.05);
}
.border-r-input-focused-bg\/50 {
  border-right-color: rgb(17 17 17 / 0.5);
}
.border-r-input-focused-bg\/60 {
  border-right-color: rgb(17 17 17 / 0.6);
}
.border-r-input-focused-bg\/70 {
  border-right-color: rgb(17 17 17 / 0.7);
}
.border-r-input-focused-bg\/75 {
  border-right-color: rgb(17 17 17 / 0.75);
}
.border-r-input-focused-bg\/80 {
  border-right-color: rgb(17 17 17 / 0.8);
}
.border-r-input-focused-bg\/90 {
  border-right-color: rgb(17 17 17 / 0.9);
}
.border-r-input-focused-bg\/95 {
  border-right-color: rgb(17 17 17 / 0.95);
}
.border-r-input-focused-bg\/state-disabled {
  border-right-color: rgb(17 17 17 / 0.5);
}
.border-r-input-focused-bg\/state-enabled {
  border-right-color: rgb(17 17 17 / 1);
}
.border-r-input-focused-border {
  --tw-border-opacity: 1;
  border-right-color: rgb(98 98 98 / var(--tw-border-opacity));
}
.border-r-input-focused-border\/0 {
  border-right-color: rgb(98 98 98 / 0);
}
.border-r-input-focused-border\/10 {
  border-right-color: rgb(98 98 98 / 0.1);
}
.border-r-input-focused-border\/100 {
  border-right-color: rgb(98 98 98 / 1);
}
.border-r-input-focused-border\/20 {
  border-right-color: rgb(98 98 98 / 0.2);
}
.border-r-input-focused-border\/25 {
  border-right-color: rgb(98 98 98 / 0.25);
}
.border-r-input-focused-border\/30 {
  border-right-color: rgb(98 98 98 / 0.3);
}
.border-r-input-focused-border\/40 {
  border-right-color: rgb(98 98 98 / 0.4);
}
.border-r-input-focused-border\/5 {
  border-right-color: rgb(98 98 98 / 0.05);
}
.border-r-input-focused-border\/50 {
  border-right-color: rgb(98 98 98 / 0.5);
}
.border-r-input-focused-border\/60 {
  border-right-color: rgb(98 98 98 / 0.6);
}
.border-r-input-focused-border\/70 {
  border-right-color: rgb(98 98 98 / 0.7);
}
.border-r-input-focused-border\/75 {
  border-right-color: rgb(98 98 98 / 0.75);
}
.border-r-input-focused-border\/80 {
  border-right-color: rgb(98 98 98 / 0.8);
}
.border-r-input-focused-border\/90 {
  border-right-color: rgb(98 98 98 / 0.9);
}
.border-r-input-focused-border\/95 {
  border-right-color: rgb(98 98 98 / 0.95);
}
.border-r-input-focused-border\/state-disabled {
  border-right-color: rgb(98 98 98 / 0.5);
}
.border-r-input-focused-border\/state-enabled {
  border-right-color: rgb(98 98 98 / 1);
}
.border-r-input-focused-placeholder {
  border-right-color: rgba(255, 255, 255, 0.4);
}
.border-r-input-focused-placeholder\/0 {
  border-right-color: rgba(255, 255, 255, 0);
}
.border-r-input-focused-placeholder\/10 {
  border-right-color: rgba(255, 255, 255, 0.1);
}
.border-r-input-focused-placeholder\/100 {
  border-right-color: rgba(255, 255, 255, 1);
}
.border-r-input-focused-placeholder\/20 {
  border-right-color: rgba(255, 255, 255, 0.2);
}
.border-r-input-focused-placeholder\/25 {
  border-right-color: rgba(255, 255, 255, 0.25);
}
.border-r-input-focused-placeholder\/30 {
  border-right-color: rgba(255, 255, 255, 0.3);
}
.border-r-input-focused-placeholder\/40 {
  border-right-color: rgba(255, 255, 255, 0.4);
}
.border-r-input-focused-placeholder\/5 {
  border-right-color: rgba(255, 255, 255, 0.05);
}
.border-r-input-focused-placeholder\/50 {
  border-right-color: rgba(255, 255, 255, 0.5);
}
.border-r-input-focused-placeholder\/60 {
  border-right-color: rgba(255, 255, 255, 0.6);
}
.border-r-input-focused-placeholder\/70 {
  border-right-color: rgba(255, 255, 255, 0.7);
}
.border-r-input-focused-placeholder\/75 {
  border-right-color: rgba(255, 255, 255, 0.75);
}
.border-r-input-focused-placeholder\/80 {
  border-right-color: rgba(255, 255, 255, 0.8);
}
.border-r-input-focused-placeholder\/90 {
  border-right-color: rgba(255, 255, 255, 0.9);
}
.border-r-input-focused-placeholder\/95 {
  border-right-color: rgba(255, 255, 255, 0.95);
}
.border-r-input-focused-placeholder\/state-disabled {
  border-right-color: rgba(255, 255, 255, 0.5);
}
.border-r-input-focused-placeholder\/state-enabled {
  border-right-color: rgba(255, 255, 255, 1);
}
.border-r-input-focused-text {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-r-input-focused-text\/0 {
  border-right-color: rgb(255 255 255 / 0);
}
.border-r-input-focused-text\/10 {
  border-right-color: rgb(255 255 255 / 0.1);
}
.border-r-input-focused-text\/100 {
  border-right-color: rgb(255 255 255 / 1);
}
.border-r-input-focused-text\/20 {
  border-right-color: rgb(255 255 255 / 0.2);
}
.border-r-input-focused-text\/25 {
  border-right-color: rgb(255 255 255 / 0.25);
}
.border-r-input-focused-text\/30 {
  border-right-color: rgb(255 255 255 / 0.3);
}
.border-r-input-focused-text\/40 {
  border-right-color: rgb(255 255 255 / 0.4);
}
.border-r-input-focused-text\/5 {
  border-right-color: rgb(255 255 255 / 0.05);
}
.border-r-input-focused-text\/50 {
  border-right-color: rgb(255 255 255 / 0.5);
}
.border-r-input-focused-text\/60 {
  border-right-color: rgb(255 255 255 / 0.6);
}
.border-r-input-focused-text\/70 {
  border-right-color: rgb(255 255 255 / 0.7);
}
.border-r-input-focused-text\/75 {
  border-right-color: rgb(255 255 255 / 0.75);
}
.border-r-input-focused-text\/80 {
  border-right-color: rgb(255 255 255 / 0.8);
}
.border-r-input-focused-text\/90 {
  border-right-color: rgb(255 255 255 / 0.9);
}
.border-r-input-focused-text\/95 {
  border-right-color: rgb(255 255 255 / 0.95);
}
.border-r-input-focused-text\/state-disabled {
  border-right-color: rgb(255 255 255 / 0.5);
}
.border-r-input-focused-text\/state-enabled {
  border-right-color: rgb(255 255 255 / 1);
}
.border-r-input-placeholder {
  --tw-border-opacity: 1;
  border-right-color: rgb(97 97 97 / var(--tw-border-opacity));
}
.border-r-input-placeholder\/0 {
  border-right-color: rgb(97 97 97 / 0);
}
.border-r-input-placeholder\/10 {
  border-right-color: rgb(97 97 97 / 0.1);
}
.border-r-input-placeholder\/100 {
  border-right-color: rgb(97 97 97 / 1);
}
.border-r-input-placeholder\/20 {
  border-right-color: rgb(97 97 97 / 0.2);
}
.border-r-input-placeholder\/25 {
  border-right-color: rgb(97 97 97 / 0.25);
}
.border-r-input-placeholder\/30 {
  border-right-color: rgb(97 97 97 / 0.3);
}
.border-r-input-placeholder\/40 {
  border-right-color: rgb(97 97 97 / 0.4);
}
.border-r-input-placeholder\/5 {
  border-right-color: rgb(97 97 97 / 0.05);
}
.border-r-input-placeholder\/50 {
  border-right-color: rgb(97 97 97 / 0.5);
}
.border-r-input-placeholder\/60 {
  border-right-color: rgb(97 97 97 / 0.6);
}
.border-r-input-placeholder\/70 {
  border-right-color: rgb(97 97 97 / 0.7);
}
.border-r-input-placeholder\/75 {
  border-right-color: rgb(97 97 97 / 0.75);
}
.border-r-input-placeholder\/80 {
  border-right-color: rgb(97 97 97 / 0.8);
}
.border-r-input-placeholder\/90 {
  border-right-color: rgb(97 97 97 / 0.9);
}
.border-r-input-placeholder\/95 {
  border-right-color: rgb(97 97 97 / 0.95);
}
.border-r-input-placeholder\/state-disabled {
  border-right-color: rgb(97 97 97 / 0.5);
}
.border-r-input-placeholder\/state-enabled {
  border-right-color: rgb(97 97 97 / 1);
}
.border-r-input-radio-background {
  --tw-border-opacity: 1;
  border-right-color: rgb(17 17 17 / var(--tw-border-opacity));
}
.border-r-input-radio-background\/0 {
  border-right-color: rgb(17 17 17 / 0);
}
.border-r-input-radio-background\/10 {
  border-right-color: rgb(17 17 17 / 0.1);
}
.border-r-input-radio-background\/100 {
  border-right-color: rgb(17 17 17 / 1);
}
.border-r-input-radio-background\/20 {
  border-right-color: rgb(17 17 17 / 0.2);
}
.border-r-input-radio-background\/25 {
  border-right-color: rgb(17 17 17 / 0.25);
}
.border-r-input-radio-background\/30 {
  border-right-color: rgb(17 17 17 / 0.3);
}
.border-r-input-radio-background\/40 {
  border-right-color: rgb(17 17 17 / 0.4);
}
.border-r-input-radio-background\/5 {
  border-right-color: rgb(17 17 17 / 0.05);
}
.border-r-input-radio-background\/50 {
  border-right-color: rgb(17 17 17 / 0.5);
}
.border-r-input-radio-background\/60 {
  border-right-color: rgb(17 17 17 / 0.6);
}
.border-r-input-radio-background\/70 {
  border-right-color: rgb(17 17 17 / 0.7);
}
.border-r-input-radio-background\/75 {
  border-right-color: rgb(17 17 17 / 0.75);
}
.border-r-input-radio-background\/80 {
  border-right-color: rgb(17 17 17 / 0.8);
}
.border-r-input-radio-background\/90 {
  border-right-color: rgb(17 17 17 / 0.9);
}
.border-r-input-radio-background\/95 {
  border-right-color: rgb(17 17 17 / 0.95);
}
.border-r-input-radio-background\/state-disabled {
  border-right-color: rgb(17 17 17 / 0.5);
}
.border-r-input-radio-background\/state-enabled {
  border-right-color: rgb(17 17 17 / 1);
}
.border-r-input-radio-border {
  --tw-border-opacity: 1;
  border-right-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-r-input-radio-border\/0 {
  border-right-color: rgb(205 141 239 / 0);
}
.border-r-input-radio-border\/10 {
  border-right-color: rgb(205 141 239 / 0.1);
}
.border-r-input-radio-border\/100 {
  border-right-color: rgb(205 141 239 / 1);
}
.border-r-input-radio-border\/20 {
  border-right-color: rgb(205 141 239 / 0.2);
}
.border-r-input-radio-border\/25 {
  border-right-color: rgb(205 141 239 / 0.25);
}
.border-r-input-radio-border\/30 {
  border-right-color: rgb(205 141 239 / 0.3);
}
.border-r-input-radio-border\/40 {
  border-right-color: rgb(205 141 239 / 0.4);
}
.border-r-input-radio-border\/5 {
  border-right-color: rgb(205 141 239 / 0.05);
}
.border-r-input-radio-border\/50 {
  border-right-color: rgb(205 141 239 / 0.5);
}
.border-r-input-radio-border\/60 {
  border-right-color: rgb(205 141 239 / 0.6);
}
.border-r-input-radio-border\/70 {
  border-right-color: rgb(205 141 239 / 0.7);
}
.border-r-input-radio-border\/75 {
  border-right-color: rgb(205 141 239 / 0.75);
}
.border-r-input-radio-border\/80 {
  border-right-color: rgb(205 141 239 / 0.8);
}
.border-r-input-radio-border\/90 {
  border-right-color: rgb(205 141 239 / 0.9);
}
.border-r-input-radio-border\/95 {
  border-right-color: rgb(205 141 239 / 0.95);
}
.border-r-input-radio-border\/state-disabled {
  border-right-color: rgb(205 141 239 / 0.5);
}
.border-r-input-radio-border\/state-enabled {
  border-right-color: rgb(205 141 239 / 1);
}
.border-r-input-radio-contrast {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-r-input-radio-contrast\/0 {
  border-right-color: rgb(255 255 255 / 0);
}
.border-r-input-radio-contrast\/10 {
  border-right-color: rgb(255 255 255 / 0.1);
}
.border-r-input-radio-contrast\/100 {
  border-right-color: rgb(255 255 255 / 1);
}
.border-r-input-radio-contrast\/20 {
  border-right-color: rgb(255 255 255 / 0.2);
}
.border-r-input-radio-contrast\/25 {
  border-right-color: rgb(255 255 255 / 0.25);
}
.border-r-input-radio-contrast\/30 {
  border-right-color: rgb(255 255 255 / 0.3);
}
.border-r-input-radio-contrast\/40 {
  border-right-color: rgb(255 255 255 / 0.4);
}
.border-r-input-radio-contrast\/5 {
  border-right-color: rgb(255 255 255 / 0.05);
}
.border-r-input-radio-contrast\/50 {
  border-right-color: rgb(255 255 255 / 0.5);
}
.border-r-input-radio-contrast\/60 {
  border-right-color: rgb(255 255 255 / 0.6);
}
.border-r-input-radio-contrast\/70 {
  border-right-color: rgb(255 255 255 / 0.7);
}
.border-r-input-radio-contrast\/75 {
  border-right-color: rgb(255 255 255 / 0.75);
}
.border-r-input-radio-contrast\/80 {
  border-right-color: rgb(255 255 255 / 0.8);
}
.border-r-input-radio-contrast\/90 {
  border-right-color: rgb(255 255 255 / 0.9);
}
.border-r-input-radio-contrast\/95 {
  border-right-color: rgb(255 255 255 / 0.95);
}
.border-r-input-radio-contrast\/state-disabled {
  border-right-color: rgb(255 255 255 / 0.5);
}
.border-r-input-radio-contrast\/state-enabled {
  border-right-color: rgb(255 255 255 / 1);
}
.border-r-input-switch-backgroundOff {
  --tw-border-opacity: 1;
  border-right-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-r-input-switch-backgroundOff\/0 {
  border-right-color: rgb(156 163 175 / 0);
}
.border-r-input-switch-backgroundOff\/10 {
  border-right-color: rgb(156 163 175 / 0.1);
}
.border-r-input-switch-backgroundOff\/100 {
  border-right-color: rgb(156 163 175 / 1);
}
.border-r-input-switch-backgroundOff\/20 {
  border-right-color: rgb(156 163 175 / 0.2);
}
.border-r-input-switch-backgroundOff\/25 {
  border-right-color: rgb(156 163 175 / 0.25);
}
.border-r-input-switch-backgroundOff\/30 {
  border-right-color: rgb(156 163 175 / 0.3);
}
.border-r-input-switch-backgroundOff\/40 {
  border-right-color: rgb(156 163 175 / 0.4);
}
.border-r-input-switch-backgroundOff\/5 {
  border-right-color: rgb(156 163 175 / 0.05);
}
.border-r-input-switch-backgroundOff\/50 {
  border-right-color: rgb(156 163 175 / 0.5);
}
.border-r-input-switch-backgroundOff\/60 {
  border-right-color: rgb(156 163 175 / 0.6);
}
.border-r-input-switch-backgroundOff\/70 {
  border-right-color: rgb(156 163 175 / 0.7);
}
.border-r-input-switch-backgroundOff\/75 {
  border-right-color: rgb(156 163 175 / 0.75);
}
.border-r-input-switch-backgroundOff\/80 {
  border-right-color: rgb(156 163 175 / 0.8);
}
.border-r-input-switch-backgroundOff\/90 {
  border-right-color: rgb(156 163 175 / 0.9);
}
.border-r-input-switch-backgroundOff\/95 {
  border-right-color: rgb(156 163 175 / 0.95);
}
.border-r-input-switch-backgroundOff\/state-disabled {
  border-right-color: rgb(156 163 175 / 0.5);
}
.border-r-input-switch-backgroundOff\/state-enabled {
  border-right-color: rgb(156 163 175 / 1);
}
.border-r-input-switch-backgroundOn {
  --tw-border-opacity: 1;
  border-right-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-r-input-switch-backgroundOn\/0 {
  border-right-color: rgb(205 141 239 / 0);
}
.border-r-input-switch-backgroundOn\/10 {
  border-right-color: rgb(205 141 239 / 0.1);
}
.border-r-input-switch-backgroundOn\/100 {
  border-right-color: rgb(205 141 239 / 1);
}
.border-r-input-switch-backgroundOn\/20 {
  border-right-color: rgb(205 141 239 / 0.2);
}
.border-r-input-switch-backgroundOn\/25 {
  border-right-color: rgb(205 141 239 / 0.25);
}
.border-r-input-switch-backgroundOn\/30 {
  border-right-color: rgb(205 141 239 / 0.3);
}
.border-r-input-switch-backgroundOn\/40 {
  border-right-color: rgb(205 141 239 / 0.4);
}
.border-r-input-switch-backgroundOn\/5 {
  border-right-color: rgb(205 141 239 / 0.05);
}
.border-r-input-switch-backgroundOn\/50 {
  border-right-color: rgb(205 141 239 / 0.5);
}
.border-r-input-switch-backgroundOn\/60 {
  border-right-color: rgb(205 141 239 / 0.6);
}
.border-r-input-switch-backgroundOn\/70 {
  border-right-color: rgb(205 141 239 / 0.7);
}
.border-r-input-switch-backgroundOn\/75 {
  border-right-color: rgb(205 141 239 / 0.75);
}
.border-r-input-switch-backgroundOn\/80 {
  border-right-color: rgb(205 141 239 / 0.8);
}
.border-r-input-switch-backgroundOn\/90 {
  border-right-color: rgb(205 141 239 / 0.9);
}
.border-r-input-switch-backgroundOn\/95 {
  border-right-color: rgb(205 141 239 / 0.95);
}
.border-r-input-switch-backgroundOn\/state-disabled {
  border-right-color: rgb(205 141 239 / 0.5);
}
.border-r-input-switch-backgroundOn\/state-enabled {
  border-right-color: rgb(205 141 239 / 1);
}
.border-r-input-switch-contrast {
  --tw-border-opacity: 1;
  border-right-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.border-r-input-switch-contrast\/0 {
  border-right-color: rgb(64 64 64 / 0);
}
.border-r-input-switch-contrast\/10 {
  border-right-color: rgb(64 64 64 / 0.1);
}
.border-r-input-switch-contrast\/100 {
  border-right-color: rgb(64 64 64 / 1);
}
.border-r-input-switch-contrast\/20 {
  border-right-color: rgb(64 64 64 / 0.2);
}
.border-r-input-switch-contrast\/25 {
  border-right-color: rgb(64 64 64 / 0.25);
}
.border-r-input-switch-contrast\/30 {
  border-right-color: rgb(64 64 64 / 0.3);
}
.border-r-input-switch-contrast\/40 {
  border-right-color: rgb(64 64 64 / 0.4);
}
.border-r-input-switch-contrast\/5 {
  border-right-color: rgb(64 64 64 / 0.05);
}
.border-r-input-switch-contrast\/50 {
  border-right-color: rgb(64 64 64 / 0.5);
}
.border-r-input-switch-contrast\/60 {
  border-right-color: rgb(64 64 64 / 0.6);
}
.border-r-input-switch-contrast\/70 {
  border-right-color: rgb(64 64 64 / 0.7);
}
.border-r-input-switch-contrast\/75 {
  border-right-color: rgb(64 64 64 / 0.75);
}
.border-r-input-switch-contrast\/80 {
  border-right-color: rgb(64 64 64 / 0.8);
}
.border-r-input-switch-contrast\/90 {
  border-right-color: rgb(64 64 64 / 0.9);
}
.border-r-input-switch-contrast\/95 {
  border-right-color: rgb(64 64 64 / 0.95);
}
.border-r-input-switch-contrast\/state-disabled {
  border-right-color: rgb(64 64 64 / 0.5);
}
.border-r-input-switch-contrast\/state-enabled {
  border-right-color: rgb(64 64 64 / 1);
}
.border-r-input-text {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-r-input-text\/0 {
  border-right-color: rgb(255 255 255 / 0);
}
.border-r-input-text\/10 {
  border-right-color: rgb(255 255 255 / 0.1);
}
.border-r-input-text\/100 {
  border-right-color: rgb(255 255 255 / 1);
}
.border-r-input-text\/20 {
  border-right-color: rgb(255 255 255 / 0.2);
}
.border-r-input-text\/25 {
  border-right-color: rgb(255 255 255 / 0.25);
}
.border-r-input-text\/30 {
  border-right-color: rgb(255 255 255 / 0.3);
}
.border-r-input-text\/40 {
  border-right-color: rgb(255 255 255 / 0.4);
}
.border-r-input-text\/5 {
  border-right-color: rgb(255 255 255 / 0.05);
}
.border-r-input-text\/50 {
  border-right-color: rgb(255 255 255 / 0.5);
}
.border-r-input-text\/60 {
  border-right-color: rgb(255 255 255 / 0.6);
}
.border-r-input-text\/70 {
  border-right-color: rgb(255 255 255 / 0.7);
}
.border-r-input-text\/75 {
  border-right-color: rgb(255 255 255 / 0.75);
}
.border-r-input-text\/80 {
  border-right-color: rgb(255 255 255 / 0.8);
}
.border-r-input-text\/90 {
  border-right-color: rgb(255 255 255 / 0.9);
}
.border-r-input-text\/95 {
  border-right-color: rgb(255 255 255 / 0.95);
}
.border-r-input-text\/state-disabled {
  border-right-color: rgb(255 255 255 / 0.5);
}
.border-r-input-text\/state-enabled {
  border-right-color: rgb(255 255 255 / 1);
}
.border-r-loader-default {
  --tw-border-opacity: 1;
  border-right-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-r-loader-default\/0 {
  border-right-color: rgb(205 141 239 / 0);
}
.border-r-loader-default\/10 {
  border-right-color: rgb(205 141 239 / 0.1);
}
.border-r-loader-default\/100 {
  border-right-color: rgb(205 141 239 / 1);
}
.border-r-loader-default\/20 {
  border-right-color: rgb(205 141 239 / 0.2);
}
.border-r-loader-default\/25 {
  border-right-color: rgb(205 141 239 / 0.25);
}
.border-r-loader-default\/30 {
  border-right-color: rgb(205 141 239 / 0.3);
}
.border-r-loader-default\/40 {
  border-right-color: rgb(205 141 239 / 0.4);
}
.border-r-loader-default\/5 {
  border-right-color: rgb(205 141 239 / 0.05);
}
.border-r-loader-default\/50 {
  border-right-color: rgb(205 141 239 / 0.5);
}
.border-r-loader-default\/60 {
  border-right-color: rgb(205 141 239 / 0.6);
}
.border-r-loader-default\/70 {
  border-right-color: rgb(205 141 239 / 0.7);
}
.border-r-loader-default\/75 {
  border-right-color: rgb(205 141 239 / 0.75);
}
.border-r-loader-default\/80 {
  border-right-color: rgb(205 141 239 / 0.8);
}
.border-r-loader-default\/90 {
  border-right-color: rgb(205 141 239 / 0.9);
}
.border-r-loader-default\/95 {
  border-right-color: rgb(205 141 239 / 0.95);
}
.border-r-loader-default\/state-disabled {
  border-right-color: rgb(205 141 239 / 0.5);
}
.border-r-loader-default\/state-enabled {
  border-right-color: rgb(205 141 239 / 1);
}
.border-r-panel-alternate {
  --tw-border-opacity: 1;
  border-right-color: rgb(29 29 29 / var(--tw-border-opacity));
}
.border-r-panel-alternate\/0 {
  border-right-color: rgb(29 29 29 / 0);
}
.border-r-panel-alternate\/10 {
  border-right-color: rgb(29 29 29 / 0.1);
}
.border-r-panel-alternate\/100 {
  border-right-color: rgb(29 29 29 / 1);
}
.border-r-panel-alternate\/20 {
  border-right-color: rgb(29 29 29 / 0.2);
}
.border-r-panel-alternate\/25 {
  border-right-color: rgb(29 29 29 / 0.25);
}
.border-r-panel-alternate\/30 {
  border-right-color: rgb(29 29 29 / 0.3);
}
.border-r-panel-alternate\/40 {
  border-right-color: rgb(29 29 29 / 0.4);
}
.border-r-panel-alternate\/5 {
  border-right-color: rgb(29 29 29 / 0.05);
}
.border-r-panel-alternate\/50 {
  border-right-color: rgb(29 29 29 / 0.5);
}
.border-r-panel-alternate\/60 {
  border-right-color: rgb(29 29 29 / 0.6);
}
.border-r-panel-alternate\/70 {
  border-right-color: rgb(29 29 29 / 0.7);
}
.border-r-panel-alternate\/75 {
  border-right-color: rgb(29 29 29 / 0.75);
}
.border-r-panel-alternate\/80 {
  border-right-color: rgb(29 29 29 / 0.8);
}
.border-r-panel-alternate\/90 {
  border-right-color: rgb(29 29 29 / 0.9);
}
.border-r-panel-alternate\/95 {
  border-right-color: rgb(29 29 29 / 0.95);
}
.border-r-panel-alternate\/state-disabled {
  border-right-color: rgb(29 29 29 / 0.5);
}
.border-r-panel-alternate\/state-enabled {
  border-right-color: rgb(29 29 29 / 1);
}
.border-r-panel-base {
  --tw-border-opacity: 1;
  border-right-color: rgb(16 16 16 / var(--tw-border-opacity));
}
.border-r-panel-base\/0 {
  border-right-color: rgb(16 16 16 / 0);
}
.border-r-panel-base\/10 {
  border-right-color: rgb(16 16 16 / 0.1);
}
.border-r-panel-base\/100 {
  border-right-color: rgb(16 16 16 / 1);
}
.border-r-panel-base\/20 {
  border-right-color: rgb(16 16 16 / 0.2);
}
.border-r-panel-base\/25 {
  border-right-color: rgb(16 16 16 / 0.25);
}
.border-r-panel-base\/30 {
  border-right-color: rgb(16 16 16 / 0.3);
}
.border-r-panel-base\/40 {
  border-right-color: rgb(16 16 16 / 0.4);
}
.border-r-panel-base\/5 {
  border-right-color: rgb(16 16 16 / 0.05);
}
.border-r-panel-base\/50 {
  border-right-color: rgb(16 16 16 / 0.5);
}
.border-r-panel-base\/60 {
  border-right-color: rgb(16 16 16 / 0.6);
}
.border-r-panel-base\/70 {
  border-right-color: rgb(16 16 16 / 0.7);
}
.border-r-panel-base\/75 {
  border-right-color: rgb(16 16 16 / 0.75);
}
.border-r-panel-base\/80 {
  border-right-color: rgb(16 16 16 / 0.8);
}
.border-r-panel-base\/90 {
  border-right-color: rgb(16 16 16 / 0.9);
}
.border-r-panel-base\/95 {
  border-right-color: rgb(16 16 16 / 0.95);
}
.border-r-panel-base\/state-disabled {
  border-right-color: rgb(16 16 16 / 0.5);
}
.border-r-panel-base\/state-enabled {
  border-right-color: rgb(16 16 16 / 1);
}
.border-r-panel-border {
  border-right-color: rgba(255, 255, 255, 0.05);
}
.border-r-panel-border\/0 {
  border-right-color: rgba(255, 255, 255, 0);
}
.border-r-panel-border\/10 {
  border-right-color: rgba(255, 255, 255, 0.1);
}
.border-r-panel-border\/100 {
  border-right-color: rgba(255, 255, 255, 1);
}
.border-r-panel-border\/20 {
  border-right-color: rgba(255, 255, 255, 0.2);
}
.border-r-panel-border\/25 {
  border-right-color: rgba(255, 255, 255, 0.25);
}
.border-r-panel-border\/30 {
  border-right-color: rgba(255, 255, 255, 0.3);
}
.border-r-panel-border\/40 {
  border-right-color: rgba(255, 255, 255, 0.4);
}
.border-r-panel-border\/5 {
  border-right-color: rgba(255, 255, 255, 0.05);
}
.border-r-panel-border\/50 {
  border-right-color: rgba(255, 255, 255, 0.5);
}
.border-r-panel-border\/60 {
  border-right-color: rgba(255, 255, 255, 0.6);
}
.border-r-panel-border\/70 {
  border-right-color: rgba(255, 255, 255, 0.7);
}
.border-r-panel-border\/75 {
  border-right-color: rgba(255, 255, 255, 0.75);
}
.border-r-panel-border\/80 {
  border-right-color: rgba(255, 255, 255, 0.8);
}
.border-r-panel-border\/90 {
  border-right-color: rgba(255, 255, 255, 0.9);
}
.border-r-panel-border\/95 {
  border-right-color: rgba(255, 255, 255, 0.95);
}
.border-r-panel-border\/state-disabled {
  border-right-color: rgba(255, 255, 255, 0.5);
}
.border-r-panel-border\/state-enabled {
  border-right-color: rgba(255, 255, 255, 1);
}
.border-r-panel-default {
  border-right-color: rgba(255, 255, 255, 0);
}
.border-r-panel-default\/0 {
  border-right-color: rgba(255, 255, 255, 0);
}
.border-r-panel-default\/10 {
  border-right-color: rgba(255, 255, 255, 0.1);
}
.border-r-panel-default\/100 {
  border-right-color: rgba(255, 255, 255, 1);
}
.border-r-panel-default\/20 {
  border-right-color: rgba(255, 255, 255, 0.2);
}
.border-r-panel-default\/25 {
  border-right-color: rgba(255, 255, 255, 0.25);
}
.border-r-panel-default\/30 {
  border-right-color: rgba(255, 255, 255, 0.3);
}
.border-r-panel-default\/40 {
  border-right-color: rgba(255, 255, 255, 0.4);
}
.border-r-panel-default\/5 {
  border-right-color: rgba(255, 255, 255, 0.05);
}
.border-r-panel-default\/50 {
  border-right-color: rgba(255, 255, 255, 0.5);
}
.border-r-panel-default\/60 {
  border-right-color: rgba(255, 255, 255, 0.6);
}
.border-r-panel-default\/70 {
  border-right-color: rgba(255, 255, 255, 0.7);
}
.border-r-panel-default\/75 {
  border-right-color: rgba(255, 255, 255, 0.75);
}
.border-r-panel-default\/80 {
  border-right-color: rgba(255, 255, 255, 0.8);
}
.border-r-panel-default\/90 {
  border-right-color: rgba(255, 255, 255, 0.9);
}
.border-r-panel-default\/95 {
  border-right-color: rgba(255, 255, 255, 0.95);
}
.border-r-panel-default\/state-disabled {
  border-right-color: rgba(255, 255, 255, 0.5);
}
.border-r-panel-default\/state-enabled {
  border-right-color: rgba(255, 255, 255, 1);
}
.border-r-panel-shadow {
  border-right-color: rgba(0, 0, 0, 0.2);
}
.border-r-panel-shadow\/0 {
  border-right-color: rgba(0, 0, 0, 0);
}
.border-r-panel-shadow\/10 {
  border-right-color: rgba(0, 0, 0, 0.1);
}
.border-r-panel-shadow\/100 {
  border-right-color: rgba(0, 0, 0, 1);
}
.border-r-panel-shadow\/20 {
  border-right-color: rgba(0, 0, 0, 0.2);
}
.border-r-panel-shadow\/25 {
  border-right-color: rgba(0, 0, 0, 0.25);
}
.border-r-panel-shadow\/30 {
  border-right-color: rgba(0, 0, 0, 0.3);
}
.border-r-panel-shadow\/40 {
  border-right-color: rgba(0, 0, 0, 0.4);
}
.border-r-panel-shadow\/5 {
  border-right-color: rgba(0, 0, 0, 0.05);
}
.border-r-panel-shadow\/50 {
  border-right-color: rgba(0, 0, 0, 0.5);
}
.border-r-panel-shadow\/60 {
  border-right-color: rgba(0, 0, 0, 0.6);
}
.border-r-panel-shadow\/70 {
  border-right-color: rgba(0, 0, 0, 0.7);
}
.border-r-panel-shadow\/75 {
  border-right-color: rgba(0, 0, 0, 0.75);
}
.border-r-panel-shadow\/80 {
  border-right-color: rgba(0, 0, 0, 0.8);
}
.border-r-panel-shadow\/90 {
  border-right-color: rgba(0, 0, 0, 0.9);
}
.border-r-panel-shadow\/95 {
  border-right-color: rgba(0, 0, 0, 0.95);
}
.border-r-panel-shadow\/state-disabled {
  border-right-color: rgba(0, 0, 0, 0.5);
}
.border-r-panel-shadow\/state-enabled {
  border-right-color: rgba(0, 0, 0, 1);
}
.border-r-typography-accent {
  --tw-border-opacity: 1;
  border-right-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-r-typography-accent\/0 {
  border-right-color: rgb(205 141 239 / 0);
}
.border-r-typography-accent\/10 {
  border-right-color: rgb(205 141 239 / 0.1);
}
.border-r-typography-accent\/100 {
  border-right-color: rgb(205 141 239 / 1);
}
.border-r-typography-accent\/20 {
  border-right-color: rgb(205 141 239 / 0.2);
}
.border-r-typography-accent\/25 {
  border-right-color: rgb(205 141 239 / 0.25);
}
.border-r-typography-accent\/30 {
  border-right-color: rgb(205 141 239 / 0.3);
}
.border-r-typography-accent\/40 {
  border-right-color: rgb(205 141 239 / 0.4);
}
.border-r-typography-accent\/5 {
  border-right-color: rgb(205 141 239 / 0.05);
}
.border-r-typography-accent\/50 {
  border-right-color: rgb(205 141 239 / 0.5);
}
.border-r-typography-accent\/60 {
  border-right-color: rgb(205 141 239 / 0.6);
}
.border-r-typography-accent\/70 {
  border-right-color: rgb(205 141 239 / 0.7);
}
.border-r-typography-accent\/75 {
  border-right-color: rgb(205 141 239 / 0.75);
}
.border-r-typography-accent\/80 {
  border-right-color: rgb(205 141 239 / 0.8);
}
.border-r-typography-accent\/90 {
  border-right-color: rgb(205 141 239 / 0.9);
}
.border-r-typography-accent\/95 {
  border-right-color: rgb(205 141 239 / 0.95);
}
.border-r-typography-accent\/state-disabled {
  border-right-color: rgb(205 141 239 / 0.5);
}
.border-r-typography-accent\/state-enabled {
  border-right-color: rgb(205 141 239 / 1);
}
.border-r-typography-alternate {
  --tw-border-opacity: 1;
  border-right-color: rgb(6 182 212 / var(--tw-border-opacity));
}
.border-r-typography-alternate\/0 {
  border-right-color: rgb(6 182 212 / 0);
}
.border-r-typography-alternate\/10 {
  border-right-color: rgb(6 182 212 / 0.1);
}
.border-r-typography-alternate\/100 {
  border-right-color: rgb(6 182 212 / 1);
}
.border-r-typography-alternate\/20 {
  border-right-color: rgb(6 182 212 / 0.2);
}
.border-r-typography-alternate\/25 {
  border-right-color: rgb(6 182 212 / 0.25);
}
.border-r-typography-alternate\/30 {
  border-right-color: rgb(6 182 212 / 0.3);
}
.border-r-typography-alternate\/40 {
  border-right-color: rgb(6 182 212 / 0.4);
}
.border-r-typography-alternate\/5 {
  border-right-color: rgb(6 182 212 / 0.05);
}
.border-r-typography-alternate\/50 {
  border-right-color: rgb(6 182 212 / 0.5);
}
.border-r-typography-alternate\/60 {
  border-right-color: rgb(6 182 212 / 0.6);
}
.border-r-typography-alternate\/70 {
  border-right-color: rgb(6 182 212 / 0.7);
}
.border-r-typography-alternate\/75 {
  border-right-color: rgb(6 182 212 / 0.75);
}
.border-r-typography-alternate\/80 {
  border-right-color: rgb(6 182 212 / 0.8);
}
.border-r-typography-alternate\/90 {
  border-right-color: rgb(6 182 212 / 0.9);
}
.border-r-typography-alternate\/95 {
  border-right-color: rgb(6 182 212 / 0.95);
}
.border-r-typography-alternate\/state-disabled {
  border-right-color: rgb(6 182 212 / 0.5);
}
.border-r-typography-alternate\/state-enabled {
  border-right-color: rgb(6 182 212 / 1);
}
.border-r-typography-default {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-r-typography-default\/0 {
  border-right-color: rgb(255 255 255 / 0);
}
.border-r-typography-default\/10 {
  border-right-color: rgb(255 255 255 / 0.1);
}
.border-r-typography-default\/100 {
  border-right-color: rgb(255 255 255 / 1);
}
.border-r-typography-default\/20 {
  border-right-color: rgb(255 255 255 / 0.2);
}
.border-r-typography-default\/25 {
  border-right-color: rgb(255 255 255 / 0.25);
}
.border-r-typography-default\/30 {
  border-right-color: rgb(255 255 255 / 0.3);
}
.border-r-typography-default\/40 {
  border-right-color: rgb(255 255 255 / 0.4);
}
.border-r-typography-default\/5 {
  border-right-color: rgb(255 255 255 / 0.05);
}
.border-r-typography-default\/50 {
  border-right-color: rgb(255 255 255 / 0.5);
}
.border-r-typography-default\/60 {
  border-right-color: rgb(255 255 255 / 0.6);
}
.border-r-typography-default\/70 {
  border-right-color: rgb(255 255 255 / 0.7);
}
.border-r-typography-default\/75 {
  border-right-color: rgb(255 255 255 / 0.75);
}
.border-r-typography-default\/80 {
  border-right-color: rgb(255 255 255 / 0.8);
}
.border-r-typography-default\/90 {
  border-right-color: rgb(255 255 255 / 0.9);
}
.border-r-typography-default\/95 {
  border-right-color: rgb(255 255 255 / 0.95);
}
.border-r-typography-default\/state-disabled {
  border-right-color: rgb(255 255 255 / 0.5);
}
.border-r-typography-default\/state-enabled {
  border-right-color: rgb(255 255 255 / 1);
}
.border-r-typography-error {
  --tw-border-opacity: 1;
  border-right-color: rgb(248 113 113 / var(--tw-border-opacity));
}
.border-r-typography-error\/0 {
  border-right-color: rgb(248 113 113 / 0);
}
.border-r-typography-error\/10 {
  border-right-color: rgb(248 113 113 / 0.1);
}
.border-r-typography-error\/100 {
  border-right-color: rgb(248 113 113 / 1);
}
.border-r-typography-error\/20 {
  border-right-color: rgb(248 113 113 / 0.2);
}
.border-r-typography-error\/25 {
  border-right-color: rgb(248 113 113 / 0.25);
}
.border-r-typography-error\/30 {
  border-right-color: rgb(248 113 113 / 0.3);
}
.border-r-typography-error\/40 {
  border-right-color: rgb(248 113 113 / 0.4);
}
.border-r-typography-error\/5 {
  border-right-color: rgb(248 113 113 / 0.05);
}
.border-r-typography-error\/50 {
  border-right-color: rgb(248 113 113 / 0.5);
}
.border-r-typography-error\/60 {
  border-right-color: rgb(248 113 113 / 0.6);
}
.border-r-typography-error\/70 {
  border-right-color: rgb(248 113 113 / 0.7);
}
.border-r-typography-error\/75 {
  border-right-color: rgb(248 113 113 / 0.75);
}
.border-r-typography-error\/80 {
  border-right-color: rgb(248 113 113 / 0.8);
}
.border-r-typography-error\/90 {
  border-right-color: rgb(248 113 113 / 0.9);
}
.border-r-typography-error\/95 {
  border-right-color: rgb(248 113 113 / 0.95);
}
.border-r-typography-error\/state-disabled {
  border-right-color: rgb(248 113 113 / 0.5);
}
.border-r-typography-error\/state-enabled {
  border-right-color: rgb(248 113 113 / 1);
}
.border-r-typography-info {
  --tw-border-opacity: 1;
  border-right-color: rgb(96 165 250 / var(--tw-border-opacity));
}
.border-r-typography-info\/0 {
  border-right-color: rgb(96 165 250 / 0);
}
.border-r-typography-info\/10 {
  border-right-color: rgb(96 165 250 / 0.1);
}
.border-r-typography-info\/100 {
  border-right-color: rgb(96 165 250 / 1);
}
.border-r-typography-info\/20 {
  border-right-color: rgb(96 165 250 / 0.2);
}
.border-r-typography-info\/25 {
  border-right-color: rgb(96 165 250 / 0.25);
}
.border-r-typography-info\/30 {
  border-right-color: rgb(96 165 250 / 0.3);
}
.border-r-typography-info\/40 {
  border-right-color: rgb(96 165 250 / 0.4);
}
.border-r-typography-info\/5 {
  border-right-color: rgb(96 165 250 / 0.05);
}
.border-r-typography-info\/50 {
  border-right-color: rgb(96 165 250 / 0.5);
}
.border-r-typography-info\/60 {
  border-right-color: rgb(96 165 250 / 0.6);
}
.border-r-typography-info\/70 {
  border-right-color: rgb(96 165 250 / 0.7);
}
.border-r-typography-info\/75 {
  border-right-color: rgb(96 165 250 / 0.75);
}
.border-r-typography-info\/80 {
  border-right-color: rgb(96 165 250 / 0.8);
}
.border-r-typography-info\/90 {
  border-right-color: rgb(96 165 250 / 0.9);
}
.border-r-typography-info\/95 {
  border-right-color: rgb(96 165 250 / 0.95);
}
.border-r-typography-info\/state-disabled {
  border-right-color: rgb(96 165 250 / 0.5);
}
.border-r-typography-info\/state-enabled {
  border-right-color: rgb(96 165 250 / 1);
}
.border-r-typography-link-default {
  --tw-border-opacity: 1;
  border-right-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-r-typography-link-default\/0 {
  border-right-color: rgb(205 141 239 / 0);
}
.border-r-typography-link-default\/10 {
  border-right-color: rgb(205 141 239 / 0.1);
}
.border-r-typography-link-default\/100 {
  border-right-color: rgb(205 141 239 / 1);
}
.border-r-typography-link-default\/20 {
  border-right-color: rgb(205 141 239 / 0.2);
}
.border-r-typography-link-default\/25 {
  border-right-color: rgb(205 141 239 / 0.25);
}
.border-r-typography-link-default\/30 {
  border-right-color: rgb(205 141 239 / 0.3);
}
.border-r-typography-link-default\/40 {
  border-right-color: rgb(205 141 239 / 0.4);
}
.border-r-typography-link-default\/5 {
  border-right-color: rgb(205 141 239 / 0.05);
}
.border-r-typography-link-default\/50 {
  border-right-color: rgb(205 141 239 / 0.5);
}
.border-r-typography-link-default\/60 {
  border-right-color: rgb(205 141 239 / 0.6);
}
.border-r-typography-link-default\/70 {
  border-right-color: rgb(205 141 239 / 0.7);
}
.border-r-typography-link-default\/75 {
  border-right-color: rgb(205 141 239 / 0.75);
}
.border-r-typography-link-default\/80 {
  border-right-color: rgb(205 141 239 / 0.8);
}
.border-r-typography-link-default\/90 {
  border-right-color: rgb(205 141 239 / 0.9);
}
.border-r-typography-link-default\/95 {
  border-right-color: rgb(205 141 239 / 0.95);
}
.border-r-typography-link-default\/state-disabled {
  border-right-color: rgb(205 141 239 / 0.5);
}
.border-r-typography-link-default\/state-enabled {
  border-right-color: rgb(205 141 239 / 1);
}
.border-r-typography-link-hover {
  --tw-border-opacity: 1;
  border-right-color: rgb(215 164 242 / var(--tw-border-opacity));
}
.border-r-typography-link-hover\/0 {
  border-right-color: rgb(215 164 242 / 0);
}
.border-r-typography-link-hover\/10 {
  border-right-color: rgb(215 164 242 / 0.1);
}
.border-r-typography-link-hover\/100 {
  border-right-color: rgb(215 164 242 / 1);
}
.border-r-typography-link-hover\/20 {
  border-right-color: rgb(215 164 242 / 0.2);
}
.border-r-typography-link-hover\/25 {
  border-right-color: rgb(215 164 242 / 0.25);
}
.border-r-typography-link-hover\/30 {
  border-right-color: rgb(215 164 242 / 0.3);
}
.border-r-typography-link-hover\/40 {
  border-right-color: rgb(215 164 242 / 0.4);
}
.border-r-typography-link-hover\/5 {
  border-right-color: rgb(215 164 242 / 0.05);
}
.border-r-typography-link-hover\/50 {
  border-right-color: rgb(215 164 242 / 0.5);
}
.border-r-typography-link-hover\/60 {
  border-right-color: rgb(215 164 242 / 0.6);
}
.border-r-typography-link-hover\/70 {
  border-right-color: rgb(215 164 242 / 0.7);
}
.border-r-typography-link-hover\/75 {
  border-right-color: rgb(215 164 242 / 0.75);
}
.border-r-typography-link-hover\/80 {
  border-right-color: rgb(215 164 242 / 0.8);
}
.border-r-typography-link-hover\/90 {
  border-right-color: rgb(215 164 242 / 0.9);
}
.border-r-typography-link-hover\/95 {
  border-right-color: rgb(215 164 242 / 0.95);
}
.border-r-typography-link-hover\/state-disabled {
  border-right-color: rgb(215 164 242 / 0.5);
}
.border-r-typography-link-hover\/state-enabled {
  border-right-color: rgb(215 164 242 / 1);
}
.border-r-typography-muted {
  --tw-border-opacity: 1;
  border-right-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-r-typography-muted\/0 {
  border-right-color: rgb(156 163 175 / 0);
}
.border-r-typography-muted\/10 {
  border-right-color: rgb(156 163 175 / 0.1);
}
.border-r-typography-muted\/100 {
  border-right-color: rgb(156 163 175 / 1);
}
.border-r-typography-muted\/20 {
  border-right-color: rgb(156 163 175 / 0.2);
}
.border-r-typography-muted\/25 {
  border-right-color: rgb(156 163 175 / 0.25);
}
.border-r-typography-muted\/30 {
  border-right-color: rgb(156 163 175 / 0.3);
}
.border-r-typography-muted\/40 {
  border-right-color: rgb(156 163 175 / 0.4);
}
.border-r-typography-muted\/5 {
  border-right-color: rgb(156 163 175 / 0.05);
}
.border-r-typography-muted\/50 {
  border-right-color: rgb(156 163 175 / 0.5);
}
.border-r-typography-muted\/60 {
  border-right-color: rgb(156 163 175 / 0.6);
}
.border-r-typography-muted\/70 {
  border-right-color: rgb(156 163 175 / 0.7);
}
.border-r-typography-muted\/75 {
  border-right-color: rgb(156 163 175 / 0.75);
}
.border-r-typography-muted\/80 {
  border-right-color: rgb(156 163 175 / 0.8);
}
.border-r-typography-muted\/90 {
  border-right-color: rgb(156 163 175 / 0.9);
}
.border-r-typography-muted\/95 {
  border-right-color: rgb(156 163 175 / 0.95);
}
.border-r-typography-muted\/state-disabled {
  border-right-color: rgb(156 163 175 / 0.5);
}
.border-r-typography-muted\/state-enabled {
  border-right-color: rgb(156 163 175 / 1);
}
.border-r-typography-on-accent {
  --tw-border-opacity: 1;
  border-right-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.border-r-typography-on-accent\/0 {
  border-right-color: rgb(64 64 64 / 0);
}
.border-r-typography-on-accent\/10 {
  border-right-color: rgb(64 64 64 / 0.1);
}
.border-r-typography-on-accent\/100 {
  border-right-color: rgb(64 64 64 / 1);
}
.border-r-typography-on-accent\/20 {
  border-right-color: rgb(64 64 64 / 0.2);
}
.border-r-typography-on-accent\/25 {
  border-right-color: rgb(64 64 64 / 0.25);
}
.border-r-typography-on-accent\/30 {
  border-right-color: rgb(64 64 64 / 0.3);
}
.border-r-typography-on-accent\/40 {
  border-right-color: rgb(64 64 64 / 0.4);
}
.border-r-typography-on-accent\/5 {
  border-right-color: rgb(64 64 64 / 0.05);
}
.border-r-typography-on-accent\/50 {
  border-right-color: rgb(64 64 64 / 0.5);
}
.border-r-typography-on-accent\/60 {
  border-right-color: rgb(64 64 64 / 0.6);
}
.border-r-typography-on-accent\/70 {
  border-right-color: rgb(64 64 64 / 0.7);
}
.border-r-typography-on-accent\/75 {
  border-right-color: rgb(64 64 64 / 0.75);
}
.border-r-typography-on-accent\/80 {
  border-right-color: rgb(64 64 64 / 0.8);
}
.border-r-typography-on-accent\/90 {
  border-right-color: rgb(64 64 64 / 0.9);
}
.border-r-typography-on-accent\/95 {
  border-right-color: rgb(64 64 64 / 0.95);
}
.border-r-typography-on-accent\/state-disabled {
  border-right-color: rgb(64 64 64 / 0.5);
}
.border-r-typography-on-accent\/state-enabled {
  border-right-color: rgb(64 64 64 / 1);
}
.border-r-typography-subtle {
  --tw-border-opacity: 1;
  border-right-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-r-typography-subtle\/0 {
  border-right-color: rgb(229 231 235 / 0);
}
.border-r-typography-subtle\/10 {
  border-right-color: rgb(229 231 235 / 0.1);
}
.border-r-typography-subtle\/100 {
  border-right-color: rgb(229 231 235 / 1);
}
.border-r-typography-subtle\/20 {
  border-right-color: rgb(229 231 235 / 0.2);
}
.border-r-typography-subtle\/25 {
  border-right-color: rgb(229 231 235 / 0.25);
}
.border-r-typography-subtle\/30 {
  border-right-color: rgb(229 231 235 / 0.3);
}
.border-r-typography-subtle\/40 {
  border-right-color: rgb(229 231 235 / 0.4);
}
.border-r-typography-subtle\/5 {
  border-right-color: rgb(229 231 235 / 0.05);
}
.border-r-typography-subtle\/50 {
  border-right-color: rgb(229 231 235 / 0.5);
}
.border-r-typography-subtle\/60 {
  border-right-color: rgb(229 231 235 / 0.6);
}
.border-r-typography-subtle\/70 {
  border-right-color: rgb(229 231 235 / 0.7);
}
.border-r-typography-subtle\/75 {
  border-right-color: rgb(229 231 235 / 0.75);
}
.border-r-typography-subtle\/80 {
  border-right-color: rgb(229 231 235 / 0.8);
}
.border-r-typography-subtle\/90 {
  border-right-color: rgb(229 231 235 / 0.9);
}
.border-r-typography-subtle\/95 {
  border-right-color: rgb(229 231 235 / 0.95);
}
.border-r-typography-subtle\/state-disabled {
  border-right-color: rgb(229 231 235 / 0.5);
}
.border-r-typography-subtle\/state-enabled {
  border-right-color: rgb(229 231 235 / 1);
}
.border-r-typography-success {
  --tw-border-opacity: 1;
  border-right-color: rgb(74 222 128 / var(--tw-border-opacity));
}
.border-r-typography-success\/0 {
  border-right-color: rgb(74 222 128 / 0);
}
.border-r-typography-success\/10 {
  border-right-color: rgb(74 222 128 / 0.1);
}
.border-r-typography-success\/100 {
  border-right-color: rgb(74 222 128 / 1);
}
.border-r-typography-success\/20 {
  border-right-color: rgb(74 222 128 / 0.2);
}
.border-r-typography-success\/25 {
  border-right-color: rgb(74 222 128 / 0.25);
}
.border-r-typography-success\/30 {
  border-right-color: rgb(74 222 128 / 0.3);
}
.border-r-typography-success\/40 {
  border-right-color: rgb(74 222 128 / 0.4);
}
.border-r-typography-success\/5 {
  border-right-color: rgb(74 222 128 / 0.05);
}
.border-r-typography-success\/50 {
  border-right-color: rgb(74 222 128 / 0.5);
}
.border-r-typography-success\/60 {
  border-right-color: rgb(74 222 128 / 0.6);
}
.border-r-typography-success\/70 {
  border-right-color: rgb(74 222 128 / 0.7);
}
.border-r-typography-success\/75 {
  border-right-color: rgb(74 222 128 / 0.75);
}
.border-r-typography-success\/80 {
  border-right-color: rgb(74 222 128 / 0.8);
}
.border-r-typography-success\/90 {
  border-right-color: rgb(74 222 128 / 0.9);
}
.border-r-typography-success\/95 {
  border-right-color: rgb(74 222 128 / 0.95);
}
.border-r-typography-success\/state-disabled {
  border-right-color: rgb(74 222 128 / 0.5);
}
.border-r-typography-success\/state-enabled {
  border-right-color: rgb(74 222 128 / 1);
}
.border-r-typography-warning {
  --tw-border-opacity: 1;
  border-right-color: rgb(251 146 60 / var(--tw-border-opacity));
}
.border-r-typography-warning\/0 {
  border-right-color: rgb(251 146 60 / 0);
}
.border-r-typography-warning\/10 {
  border-right-color: rgb(251 146 60 / 0.1);
}
.border-r-typography-warning\/100 {
  border-right-color: rgb(251 146 60 / 1);
}
.border-r-typography-warning\/20 {
  border-right-color: rgb(251 146 60 / 0.2);
}
.border-r-typography-warning\/25 {
  border-right-color: rgb(251 146 60 / 0.25);
}
.border-r-typography-warning\/30 {
  border-right-color: rgb(251 146 60 / 0.3);
}
.border-r-typography-warning\/40 {
  border-right-color: rgb(251 146 60 / 0.4);
}
.border-r-typography-warning\/5 {
  border-right-color: rgb(251 146 60 / 0.05);
}
.border-r-typography-warning\/50 {
  border-right-color: rgb(251 146 60 / 0.5);
}
.border-r-typography-warning\/60 {
  border-right-color: rgb(251 146 60 / 0.6);
}
.border-r-typography-warning\/70 {
  border-right-color: rgb(251 146 60 / 0.7);
}
.border-r-typography-warning\/75 {
  border-right-color: rgb(251 146 60 / 0.75);
}
.border-r-typography-warning\/80 {
  border-right-color: rgb(251 146 60 / 0.8);
}
.border-r-typography-warning\/90 {
  border-right-color: rgb(251 146 60 / 0.9);
}
.border-r-typography-warning\/95 {
  border-right-color: rgb(251 146 60 / 0.95);
}
.border-r-typography-warning\/state-disabled {
  border-right-color: rgb(251 146 60 / 0.5);
}
.border-r-typography-warning\/state-enabled {
  border-right-color: rgb(251 146 60 / 1);
}
.border-s-avatar-background {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-s-avatar-background\/0 {
  border-inline-start-color: rgb(205 141 239 / 0);
}
.border-s-avatar-background\/10 {
  border-inline-start-color: rgb(205 141 239 / 0.1);
}
.border-s-avatar-background\/100 {
  border-inline-start-color: rgb(205 141 239 / 1);
}
.border-s-avatar-background\/20 {
  border-inline-start-color: rgb(205 141 239 / 0.2);
}
.border-s-avatar-background\/25 {
  border-inline-start-color: rgb(205 141 239 / 0.25);
}
.border-s-avatar-background\/30 {
  border-inline-start-color: rgb(205 141 239 / 0.3);
}
.border-s-avatar-background\/40 {
  border-inline-start-color: rgb(205 141 239 / 0.4);
}
.border-s-avatar-background\/5 {
  border-inline-start-color: rgb(205 141 239 / 0.05);
}
.border-s-avatar-background\/50 {
  border-inline-start-color: rgb(205 141 239 / 0.5);
}
.border-s-avatar-background\/60 {
  border-inline-start-color: rgb(205 141 239 / 0.6);
}
.border-s-avatar-background\/70 {
  border-inline-start-color: rgb(205 141 239 / 0.7);
}
.border-s-avatar-background\/75 {
  border-inline-start-color: rgb(205 141 239 / 0.75);
}
.border-s-avatar-background\/80 {
  border-inline-start-color: rgb(205 141 239 / 0.8);
}
.border-s-avatar-background\/90 {
  border-inline-start-color: rgb(205 141 239 / 0.9);
}
.border-s-avatar-background\/95 {
  border-inline-start-color: rgb(205 141 239 / 0.95);
}
.border-s-avatar-background\/state-disabled {
  border-inline-start-color: rgb(205 141 239 / 0.5);
}
.border-s-avatar-background\/state-enabled {
  border-inline-start-color: rgb(205 141 239 / 1);
}
.border-s-badge-outline-alternate {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(6 182 212 / var(--tw-border-opacity));
}
.border-s-badge-outline-alternate\/0 {
  border-inline-start-color: rgb(6 182 212 / 0);
}
.border-s-badge-outline-alternate\/10 {
  border-inline-start-color: rgb(6 182 212 / 0.1);
}
.border-s-badge-outline-alternate\/100 {
  border-inline-start-color: rgb(6 182 212 / 1);
}
.border-s-badge-outline-alternate\/20 {
  border-inline-start-color: rgb(6 182 212 / 0.2);
}
.border-s-badge-outline-alternate\/25 {
  border-inline-start-color: rgb(6 182 212 / 0.25);
}
.border-s-badge-outline-alternate\/30 {
  border-inline-start-color: rgb(6 182 212 / 0.3);
}
.border-s-badge-outline-alternate\/40 {
  border-inline-start-color: rgb(6 182 212 / 0.4);
}
.border-s-badge-outline-alternate\/5 {
  border-inline-start-color: rgb(6 182 212 / 0.05);
}
.border-s-badge-outline-alternate\/50 {
  border-inline-start-color: rgb(6 182 212 / 0.5);
}
.border-s-badge-outline-alternate\/60 {
  border-inline-start-color: rgb(6 182 212 / 0.6);
}
.border-s-badge-outline-alternate\/70 {
  border-inline-start-color: rgb(6 182 212 / 0.7);
}
.border-s-badge-outline-alternate\/75 {
  border-inline-start-color: rgb(6 182 212 / 0.75);
}
.border-s-badge-outline-alternate\/80 {
  border-inline-start-color: rgb(6 182 212 / 0.8);
}
.border-s-badge-outline-alternate\/90 {
  border-inline-start-color: rgb(6 182 212 / 0.9);
}
.border-s-badge-outline-alternate\/95 {
  border-inline-start-color: rgb(6 182 212 / 0.95);
}
.border-s-badge-outline-alternate\/state-disabled {
  border-inline-start-color: rgb(6 182 212 / 0.5);
}
.border-s-badge-outline-alternate\/state-enabled {
  border-inline-start-color: rgb(6 182 212 / 1);
}
.border-s-badge-outline-default {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-s-badge-outline-default\/0 {
  border-inline-start-color: rgb(205 141 239 / 0);
}
.border-s-badge-outline-default\/10 {
  border-inline-start-color: rgb(205 141 239 / 0.1);
}
.border-s-badge-outline-default\/100 {
  border-inline-start-color: rgb(205 141 239 / 1);
}
.border-s-badge-outline-default\/20 {
  border-inline-start-color: rgb(205 141 239 / 0.2);
}
.border-s-badge-outline-default\/25 {
  border-inline-start-color: rgb(205 141 239 / 0.25);
}
.border-s-badge-outline-default\/30 {
  border-inline-start-color: rgb(205 141 239 / 0.3);
}
.border-s-badge-outline-default\/40 {
  border-inline-start-color: rgb(205 141 239 / 0.4);
}
.border-s-badge-outline-default\/5 {
  border-inline-start-color: rgb(205 141 239 / 0.05);
}
.border-s-badge-outline-default\/50 {
  border-inline-start-color: rgb(205 141 239 / 0.5);
}
.border-s-badge-outline-default\/60 {
  border-inline-start-color: rgb(205 141 239 / 0.6);
}
.border-s-badge-outline-default\/70 {
  border-inline-start-color: rgb(205 141 239 / 0.7);
}
.border-s-badge-outline-default\/75 {
  border-inline-start-color: rgb(205 141 239 / 0.75);
}
.border-s-badge-outline-default\/80 {
  border-inline-start-color: rgb(205 141 239 / 0.8);
}
.border-s-badge-outline-default\/90 {
  border-inline-start-color: rgb(205 141 239 / 0.9);
}
.border-s-badge-outline-default\/95 {
  border-inline-start-color: rgb(205 141 239 / 0.95);
}
.border-s-badge-outline-default\/state-disabled {
  border-inline-start-color: rgb(205 141 239 / 0.5);
}
.border-s-badge-outline-default\/state-enabled {
  border-inline-start-color: rgb(205 141 239 / 1);
}
.border-s-badge-outline-textColor {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-s-badge-outline-textColor\/0 {
  border-inline-start-color: rgb(205 141 239 / 0);
}
.border-s-badge-outline-textColor\/10 {
  border-inline-start-color: rgb(205 141 239 / 0.1);
}
.border-s-badge-outline-textColor\/100 {
  border-inline-start-color: rgb(205 141 239 / 1);
}
.border-s-badge-outline-textColor\/20 {
  border-inline-start-color: rgb(205 141 239 / 0.2);
}
.border-s-badge-outline-textColor\/25 {
  border-inline-start-color: rgb(205 141 239 / 0.25);
}
.border-s-badge-outline-textColor\/30 {
  border-inline-start-color: rgb(205 141 239 / 0.3);
}
.border-s-badge-outline-textColor\/40 {
  border-inline-start-color: rgb(205 141 239 / 0.4);
}
.border-s-badge-outline-textColor\/5 {
  border-inline-start-color: rgb(205 141 239 / 0.05);
}
.border-s-badge-outline-textColor\/50 {
  border-inline-start-color: rgb(205 141 239 / 0.5);
}
.border-s-badge-outline-textColor\/60 {
  border-inline-start-color: rgb(205 141 239 / 0.6);
}
.border-s-badge-outline-textColor\/70 {
  border-inline-start-color: rgb(205 141 239 / 0.7);
}
.border-s-badge-outline-textColor\/75 {
  border-inline-start-color: rgb(205 141 239 / 0.75);
}
.border-s-badge-outline-textColor\/80 {
  border-inline-start-color: rgb(205 141 239 / 0.8);
}
.border-s-badge-outline-textColor\/90 {
  border-inline-start-color: rgb(205 141 239 / 0.9);
}
.border-s-badge-outline-textColor\/95 {
  border-inline-start-color: rgb(205 141 239 / 0.95);
}
.border-s-badge-outline-textColor\/state-disabled {
  border-inline-start-color: rgb(205 141 239 / 0.5);
}
.border-s-badge-outline-textColor\/state-enabled {
  border-inline-start-color: rgb(205 141 239 / 1);
}
.border-s-badge-solid-alternate {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(6 182 212 / var(--tw-border-opacity));
}
.border-s-badge-solid-alternate\/0 {
  border-inline-start-color: rgb(6 182 212 / 0);
}
.border-s-badge-solid-alternate\/10 {
  border-inline-start-color: rgb(6 182 212 / 0.1);
}
.border-s-badge-solid-alternate\/100 {
  border-inline-start-color: rgb(6 182 212 / 1);
}
.border-s-badge-solid-alternate\/20 {
  border-inline-start-color: rgb(6 182 212 / 0.2);
}
.border-s-badge-solid-alternate\/25 {
  border-inline-start-color: rgb(6 182 212 / 0.25);
}
.border-s-badge-solid-alternate\/30 {
  border-inline-start-color: rgb(6 182 212 / 0.3);
}
.border-s-badge-solid-alternate\/40 {
  border-inline-start-color: rgb(6 182 212 / 0.4);
}
.border-s-badge-solid-alternate\/5 {
  border-inline-start-color: rgb(6 182 212 / 0.05);
}
.border-s-badge-solid-alternate\/50 {
  border-inline-start-color: rgb(6 182 212 / 0.5);
}
.border-s-badge-solid-alternate\/60 {
  border-inline-start-color: rgb(6 182 212 / 0.6);
}
.border-s-badge-solid-alternate\/70 {
  border-inline-start-color: rgb(6 182 212 / 0.7);
}
.border-s-badge-solid-alternate\/75 {
  border-inline-start-color: rgb(6 182 212 / 0.75);
}
.border-s-badge-solid-alternate\/80 {
  border-inline-start-color: rgb(6 182 212 / 0.8);
}
.border-s-badge-solid-alternate\/90 {
  border-inline-start-color: rgb(6 182 212 / 0.9);
}
.border-s-badge-solid-alternate\/95 {
  border-inline-start-color: rgb(6 182 212 / 0.95);
}
.border-s-badge-solid-alternate\/state-disabled {
  border-inline-start-color: rgb(6 182 212 / 0.5);
}
.border-s-badge-solid-alternate\/state-enabled {
  border-inline-start-color: rgb(6 182 212 / 1);
}
.border-s-badge-solid-default {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-s-badge-solid-default\/0 {
  border-inline-start-color: rgb(205 141 239 / 0);
}
.border-s-badge-solid-default\/10 {
  border-inline-start-color: rgb(205 141 239 / 0.1);
}
.border-s-badge-solid-default\/100 {
  border-inline-start-color: rgb(205 141 239 / 1);
}
.border-s-badge-solid-default\/20 {
  border-inline-start-color: rgb(205 141 239 / 0.2);
}
.border-s-badge-solid-default\/25 {
  border-inline-start-color: rgb(205 141 239 / 0.25);
}
.border-s-badge-solid-default\/30 {
  border-inline-start-color: rgb(205 141 239 / 0.3);
}
.border-s-badge-solid-default\/40 {
  border-inline-start-color: rgb(205 141 239 / 0.4);
}
.border-s-badge-solid-default\/5 {
  border-inline-start-color: rgb(205 141 239 / 0.05);
}
.border-s-badge-solid-default\/50 {
  border-inline-start-color: rgb(205 141 239 / 0.5);
}
.border-s-badge-solid-default\/60 {
  border-inline-start-color: rgb(205 141 239 / 0.6);
}
.border-s-badge-solid-default\/70 {
  border-inline-start-color: rgb(205 141 239 / 0.7);
}
.border-s-badge-solid-default\/75 {
  border-inline-start-color: rgb(205 141 239 / 0.75);
}
.border-s-badge-solid-default\/80 {
  border-inline-start-color: rgb(205 141 239 / 0.8);
}
.border-s-badge-solid-default\/90 {
  border-inline-start-color: rgb(205 141 239 / 0.9);
}
.border-s-badge-solid-default\/95 {
  border-inline-start-color: rgb(205 141 239 / 0.95);
}
.border-s-badge-solid-default\/state-disabled {
  border-inline-start-color: rgb(205 141 239 / 0.5);
}
.border-s-badge-solid-default\/state-enabled {
  border-inline-start-color: rgb(205 141 239 / 1);
}
.border-s-badge-solid-textColor {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.border-s-badge-solid-textColor\/0 {
  border-inline-start-color: rgb(64 64 64 / 0);
}
.border-s-badge-solid-textColor\/10 {
  border-inline-start-color: rgb(64 64 64 / 0.1);
}
.border-s-badge-solid-textColor\/100 {
  border-inline-start-color: rgb(64 64 64 / 1);
}
.border-s-badge-solid-textColor\/20 {
  border-inline-start-color: rgb(64 64 64 / 0.2);
}
.border-s-badge-solid-textColor\/25 {
  border-inline-start-color: rgb(64 64 64 / 0.25);
}
.border-s-badge-solid-textColor\/30 {
  border-inline-start-color: rgb(64 64 64 / 0.3);
}
.border-s-badge-solid-textColor\/40 {
  border-inline-start-color: rgb(64 64 64 / 0.4);
}
.border-s-badge-solid-textColor\/5 {
  border-inline-start-color: rgb(64 64 64 / 0.05);
}
.border-s-badge-solid-textColor\/50 {
  border-inline-start-color: rgb(64 64 64 / 0.5);
}
.border-s-badge-solid-textColor\/60 {
  border-inline-start-color: rgb(64 64 64 / 0.6);
}
.border-s-badge-solid-textColor\/70 {
  border-inline-start-color: rgb(64 64 64 / 0.7);
}
.border-s-badge-solid-textColor\/75 {
  border-inline-start-color: rgb(64 64 64 / 0.75);
}
.border-s-badge-solid-textColor\/80 {
  border-inline-start-color: rgb(64 64 64 / 0.8);
}
.border-s-badge-solid-textColor\/90 {
  border-inline-start-color: rgb(64 64 64 / 0.9);
}
.border-s-badge-solid-textColor\/95 {
  border-inline-start-color: rgb(64 64 64 / 0.95);
}
.border-s-badge-solid-textColor\/state-disabled {
  border-inline-start-color: rgb(64 64 64 / 0.5);
}
.border-s-badge-solid-textColor\/state-enabled {
  border-inline-start-color: rgb(64 64 64 / 1);
}
.border-s-divider-default {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(55 65 81 / var(--tw-border-opacity));
}
.border-s-divider-default\/0 {
  border-inline-start-color: rgb(55 65 81 / 0);
}
.border-s-divider-default\/10 {
  border-inline-start-color: rgb(55 65 81 / 0.1);
}
.border-s-divider-default\/100 {
  border-inline-start-color: rgb(55 65 81 / 1);
}
.border-s-divider-default\/20 {
  border-inline-start-color: rgb(55 65 81 / 0.2);
}
.border-s-divider-default\/25 {
  border-inline-start-color: rgb(55 65 81 / 0.25);
}
.border-s-divider-default\/30 {
  border-inline-start-color: rgb(55 65 81 / 0.3);
}
.border-s-divider-default\/40 {
  border-inline-start-color: rgb(55 65 81 / 0.4);
}
.border-s-divider-default\/5 {
  border-inline-start-color: rgb(55 65 81 / 0.05);
}
.border-s-divider-default\/50 {
  border-inline-start-color: rgb(55 65 81 / 0.5);
}
.border-s-divider-default\/60 {
  border-inline-start-color: rgb(55 65 81 / 0.6);
}
.border-s-divider-default\/70 {
  border-inline-start-color: rgb(55 65 81 / 0.7);
}
.border-s-divider-default\/75 {
  border-inline-start-color: rgb(55 65 81 / 0.75);
}
.border-s-divider-default\/80 {
  border-inline-start-color: rgb(55 65 81 / 0.8);
}
.border-s-divider-default\/90 {
  border-inline-start-color: rgb(55 65 81 / 0.9);
}
.border-s-divider-default\/95 {
  border-inline-start-color: rgb(55 65 81 / 0.95);
}
.border-s-divider-default\/state-disabled {
  border-inline-start-color: rgb(55 65 81 / 0.5);
}
.border-s-divider-default\/state-enabled {
  border-inline-start-color: rgb(55 65 81 / 1);
}
.border-s-input-background {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(23 23 23 / var(--tw-border-opacity));
}
.border-s-input-background\/0 {
  border-inline-start-color: rgb(23 23 23 / 0);
}
.border-s-input-background\/10 {
  border-inline-start-color: rgb(23 23 23 / 0.1);
}
.border-s-input-background\/100 {
  border-inline-start-color: rgb(23 23 23 / 1);
}
.border-s-input-background\/20 {
  border-inline-start-color: rgb(23 23 23 / 0.2);
}
.border-s-input-background\/25 {
  border-inline-start-color: rgb(23 23 23 / 0.25);
}
.border-s-input-background\/30 {
  border-inline-start-color: rgb(23 23 23 / 0.3);
}
.border-s-input-background\/40 {
  border-inline-start-color: rgb(23 23 23 / 0.4);
}
.border-s-input-background\/5 {
  border-inline-start-color: rgb(23 23 23 / 0.05);
}
.border-s-input-background\/50 {
  border-inline-start-color: rgb(23 23 23 / 0.5);
}
.border-s-input-background\/60 {
  border-inline-start-color: rgb(23 23 23 / 0.6);
}
.border-s-input-background\/70 {
  border-inline-start-color: rgb(23 23 23 / 0.7);
}
.border-s-input-background\/75 {
  border-inline-start-color: rgb(23 23 23 / 0.75);
}
.border-s-input-background\/80 {
  border-inline-start-color: rgb(23 23 23 / 0.8);
}
.border-s-input-background\/90 {
  border-inline-start-color: rgb(23 23 23 / 0.9);
}
.border-s-input-background\/95 {
  border-inline-start-color: rgb(23 23 23 / 0.95);
}
.border-s-input-background\/state-disabled {
  border-inline-start-color: rgb(23 23 23 / 0.5);
}
.border-s-input-background\/state-enabled {
  border-inline-start-color: rgb(23 23 23 / 1);
}
.border-s-input-checkbox-background {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-s-input-checkbox-background\/0 {
  border-inline-start-color: rgb(205 141 239 / 0);
}
.border-s-input-checkbox-background\/10 {
  border-inline-start-color: rgb(205 141 239 / 0.1);
}
.border-s-input-checkbox-background\/100 {
  border-inline-start-color: rgb(205 141 239 / 1);
}
.border-s-input-checkbox-background\/20 {
  border-inline-start-color: rgb(205 141 239 / 0.2);
}
.border-s-input-checkbox-background\/25 {
  border-inline-start-color: rgb(205 141 239 / 0.25);
}
.border-s-input-checkbox-background\/30 {
  border-inline-start-color: rgb(205 141 239 / 0.3);
}
.border-s-input-checkbox-background\/40 {
  border-inline-start-color: rgb(205 141 239 / 0.4);
}
.border-s-input-checkbox-background\/5 {
  border-inline-start-color: rgb(205 141 239 / 0.05);
}
.border-s-input-checkbox-background\/50 {
  border-inline-start-color: rgb(205 141 239 / 0.5);
}
.border-s-input-checkbox-background\/60 {
  border-inline-start-color: rgb(205 141 239 / 0.6);
}
.border-s-input-checkbox-background\/70 {
  border-inline-start-color: rgb(205 141 239 / 0.7);
}
.border-s-input-checkbox-background\/75 {
  border-inline-start-color: rgb(205 141 239 / 0.75);
}
.border-s-input-checkbox-background\/80 {
  border-inline-start-color: rgb(205 141 239 / 0.8);
}
.border-s-input-checkbox-background\/90 {
  border-inline-start-color: rgb(205 141 239 / 0.9);
}
.border-s-input-checkbox-background\/95 {
  border-inline-start-color: rgb(205 141 239 / 0.95);
}
.border-s-input-checkbox-background\/state-disabled {
  border-inline-start-color: rgb(205 141 239 / 0.5);
}
.border-s-input-checkbox-background\/state-enabled {
  border-inline-start-color: rgb(205 141 239 / 1);
}
.border-s-input-checkbox-border {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-s-input-checkbox-border\/0 {
  border-inline-start-color: rgb(205 141 239 / 0);
}
.border-s-input-checkbox-border\/10 {
  border-inline-start-color: rgb(205 141 239 / 0.1);
}
.border-s-input-checkbox-border\/100 {
  border-inline-start-color: rgb(205 141 239 / 1);
}
.border-s-input-checkbox-border\/20 {
  border-inline-start-color: rgb(205 141 239 / 0.2);
}
.border-s-input-checkbox-border\/25 {
  border-inline-start-color: rgb(205 141 239 / 0.25);
}
.border-s-input-checkbox-border\/30 {
  border-inline-start-color: rgb(205 141 239 / 0.3);
}
.border-s-input-checkbox-border\/40 {
  border-inline-start-color: rgb(205 141 239 / 0.4);
}
.border-s-input-checkbox-border\/5 {
  border-inline-start-color: rgb(205 141 239 / 0.05);
}
.border-s-input-checkbox-border\/50 {
  border-inline-start-color: rgb(205 141 239 / 0.5);
}
.border-s-input-checkbox-border\/60 {
  border-inline-start-color: rgb(205 141 239 / 0.6);
}
.border-s-input-checkbox-border\/70 {
  border-inline-start-color: rgb(205 141 239 / 0.7);
}
.border-s-input-checkbox-border\/75 {
  border-inline-start-color: rgb(205 141 239 / 0.75);
}
.border-s-input-checkbox-border\/80 {
  border-inline-start-color: rgb(205 141 239 / 0.8);
}
.border-s-input-checkbox-border\/90 {
  border-inline-start-color: rgb(205 141 239 / 0.9);
}
.border-s-input-checkbox-border\/95 {
  border-inline-start-color: rgb(205 141 239 / 0.95);
}
.border-s-input-checkbox-border\/state-disabled {
  border-inline-start-color: rgb(205 141 239 / 0.5);
}
.border-s-input-checkbox-border\/state-enabled {
  border-inline-start-color: rgb(205 141 239 / 1);
}
.border-s-input-checkbox-contrast {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.border-s-input-checkbox-contrast\/0 {
  border-inline-start-color: rgb(64 64 64 / 0);
}
.border-s-input-checkbox-contrast\/10 {
  border-inline-start-color: rgb(64 64 64 / 0.1);
}
.border-s-input-checkbox-contrast\/100 {
  border-inline-start-color: rgb(64 64 64 / 1);
}
.border-s-input-checkbox-contrast\/20 {
  border-inline-start-color: rgb(64 64 64 / 0.2);
}
.border-s-input-checkbox-contrast\/25 {
  border-inline-start-color: rgb(64 64 64 / 0.25);
}
.border-s-input-checkbox-contrast\/30 {
  border-inline-start-color: rgb(64 64 64 / 0.3);
}
.border-s-input-checkbox-contrast\/40 {
  border-inline-start-color: rgb(64 64 64 / 0.4);
}
.border-s-input-checkbox-contrast\/5 {
  border-inline-start-color: rgb(64 64 64 / 0.05);
}
.border-s-input-checkbox-contrast\/50 {
  border-inline-start-color: rgb(64 64 64 / 0.5);
}
.border-s-input-checkbox-contrast\/60 {
  border-inline-start-color: rgb(64 64 64 / 0.6);
}
.border-s-input-checkbox-contrast\/70 {
  border-inline-start-color: rgb(64 64 64 / 0.7);
}
.border-s-input-checkbox-contrast\/75 {
  border-inline-start-color: rgb(64 64 64 / 0.75);
}
.border-s-input-checkbox-contrast\/80 {
  border-inline-start-color: rgb(64 64 64 / 0.8);
}
.border-s-input-checkbox-contrast\/90 {
  border-inline-start-color: rgb(64 64 64 / 0.9);
}
.border-s-input-checkbox-contrast\/95 {
  border-inline-start-color: rgb(64 64 64 / 0.95);
}
.border-s-input-checkbox-contrast\/state-disabled {
  border-inline-start-color: rgb(64 64 64 / 0.5);
}
.border-s-input-checkbox-contrast\/state-enabled {
  border-inline-start-color: rgb(64 64 64 / 1);
}
.border-s-input-default-bg {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(17 17 17 / var(--tw-border-opacity));
}
.border-s-input-default-bg\/0 {
  border-inline-start-color: rgb(17 17 17 / 0);
}
.border-s-input-default-bg\/10 {
  border-inline-start-color: rgb(17 17 17 / 0.1);
}
.border-s-input-default-bg\/100 {
  border-inline-start-color: rgb(17 17 17 / 1);
}
.border-s-input-default-bg\/20 {
  border-inline-start-color: rgb(17 17 17 / 0.2);
}
.border-s-input-default-bg\/25 {
  border-inline-start-color: rgb(17 17 17 / 0.25);
}
.border-s-input-default-bg\/30 {
  border-inline-start-color: rgb(17 17 17 / 0.3);
}
.border-s-input-default-bg\/40 {
  border-inline-start-color: rgb(17 17 17 / 0.4);
}
.border-s-input-default-bg\/5 {
  border-inline-start-color: rgb(17 17 17 / 0.05);
}
.border-s-input-default-bg\/50 {
  border-inline-start-color: rgb(17 17 17 / 0.5);
}
.border-s-input-default-bg\/60 {
  border-inline-start-color: rgb(17 17 17 / 0.6);
}
.border-s-input-default-bg\/70 {
  border-inline-start-color: rgb(17 17 17 / 0.7);
}
.border-s-input-default-bg\/75 {
  border-inline-start-color: rgb(17 17 17 / 0.75);
}
.border-s-input-default-bg\/80 {
  border-inline-start-color: rgb(17 17 17 / 0.8);
}
.border-s-input-default-bg\/90 {
  border-inline-start-color: rgb(17 17 17 / 0.9);
}
.border-s-input-default-bg\/95 {
  border-inline-start-color: rgb(17 17 17 / 0.95);
}
.border-s-input-default-bg\/state-disabled {
  border-inline-start-color: rgb(17 17 17 / 0.5);
}
.border-s-input-default-bg\/state-enabled {
  border-inline-start-color: rgb(17 17 17 / 1);
}
.border-s-input-default-border {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.border-s-input-default-border\/0 {
  border-inline-start-color: rgb(64 64 64 / 0);
}
.border-s-input-default-border\/10 {
  border-inline-start-color: rgb(64 64 64 / 0.1);
}
.border-s-input-default-border\/100 {
  border-inline-start-color: rgb(64 64 64 / 1);
}
.border-s-input-default-border\/20 {
  border-inline-start-color: rgb(64 64 64 / 0.2);
}
.border-s-input-default-border\/25 {
  border-inline-start-color: rgb(64 64 64 / 0.25);
}
.border-s-input-default-border\/30 {
  border-inline-start-color: rgb(64 64 64 / 0.3);
}
.border-s-input-default-border\/40 {
  border-inline-start-color: rgb(64 64 64 / 0.4);
}
.border-s-input-default-border\/5 {
  border-inline-start-color: rgb(64 64 64 / 0.05);
}
.border-s-input-default-border\/50 {
  border-inline-start-color: rgb(64 64 64 / 0.5);
}
.border-s-input-default-border\/60 {
  border-inline-start-color: rgb(64 64 64 / 0.6);
}
.border-s-input-default-border\/70 {
  border-inline-start-color: rgb(64 64 64 / 0.7);
}
.border-s-input-default-border\/75 {
  border-inline-start-color: rgb(64 64 64 / 0.75);
}
.border-s-input-default-border\/80 {
  border-inline-start-color: rgb(64 64 64 / 0.8);
}
.border-s-input-default-border\/90 {
  border-inline-start-color: rgb(64 64 64 / 0.9);
}
.border-s-input-default-border\/95 {
  border-inline-start-color: rgb(64 64 64 / 0.95);
}
.border-s-input-default-border\/state-disabled {
  border-inline-start-color: rgb(64 64 64 / 0.5);
}
.border-s-input-default-border\/state-enabled {
  border-inline-start-color: rgb(64 64 64 / 1);
}
.border-s-input-default-placeholder {
  border-inline-start-color: rgba(255, 255, 255, 0.4);
}
.border-s-input-default-placeholder\/0 {
  border-inline-start-color: rgba(255, 255, 255, 0);
}
.border-s-input-default-placeholder\/10 {
  border-inline-start-color: rgba(255, 255, 255, 0.1);
}
.border-s-input-default-placeholder\/100 {
  border-inline-start-color: rgba(255, 255, 255, 1);
}
.border-s-input-default-placeholder\/20 {
  border-inline-start-color: rgba(255, 255, 255, 0.2);
}
.border-s-input-default-placeholder\/25 {
  border-inline-start-color: rgba(255, 255, 255, 0.25);
}
.border-s-input-default-placeholder\/30 {
  border-inline-start-color: rgba(255, 255, 255, 0.3);
}
.border-s-input-default-placeholder\/40 {
  border-inline-start-color: rgba(255, 255, 255, 0.4);
}
.border-s-input-default-placeholder\/5 {
  border-inline-start-color: rgba(255, 255, 255, 0.05);
}
.border-s-input-default-placeholder\/50 {
  border-inline-start-color: rgba(255, 255, 255, 0.5);
}
.border-s-input-default-placeholder\/60 {
  border-inline-start-color: rgba(255, 255, 255, 0.6);
}
.border-s-input-default-placeholder\/70 {
  border-inline-start-color: rgba(255, 255, 255, 0.7);
}
.border-s-input-default-placeholder\/75 {
  border-inline-start-color: rgba(255, 255, 255, 0.75);
}
.border-s-input-default-placeholder\/80 {
  border-inline-start-color: rgba(255, 255, 255, 0.8);
}
.border-s-input-default-placeholder\/90 {
  border-inline-start-color: rgba(255, 255, 255, 0.9);
}
.border-s-input-default-placeholder\/95 {
  border-inline-start-color: rgba(255, 255, 255, 0.95);
}
.border-s-input-default-placeholder\/state-disabled {
  border-inline-start-color: rgba(255, 255, 255, 0.5);
}
.border-s-input-default-placeholder\/state-enabled {
  border-inline-start-color: rgba(255, 255, 255, 1);
}
.border-s-input-default-text {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-s-input-default-text\/0 {
  border-inline-start-color: rgb(255 255 255 / 0);
}
.border-s-input-default-text\/10 {
  border-inline-start-color: rgb(255 255 255 / 0.1);
}
.border-s-input-default-text\/100 {
  border-inline-start-color: rgb(255 255 255 / 1);
}
.border-s-input-default-text\/20 {
  border-inline-start-color: rgb(255 255 255 / 0.2);
}
.border-s-input-default-text\/25 {
  border-inline-start-color: rgb(255 255 255 / 0.25);
}
.border-s-input-default-text\/30 {
  border-inline-start-color: rgb(255 255 255 / 0.3);
}
.border-s-input-default-text\/40 {
  border-inline-start-color: rgb(255 255 255 / 0.4);
}
.border-s-input-default-text\/5 {
  border-inline-start-color: rgb(255 255 255 / 0.05);
}
.border-s-input-default-text\/50 {
  border-inline-start-color: rgb(255 255 255 / 0.5);
}
.border-s-input-default-text\/60 {
  border-inline-start-color: rgb(255 255 255 / 0.6);
}
.border-s-input-default-text\/70 {
  border-inline-start-color: rgb(255 255 255 / 0.7);
}
.border-s-input-default-text\/75 {
  border-inline-start-color: rgb(255 255 255 / 0.75);
}
.border-s-input-default-text\/80 {
  border-inline-start-color: rgb(255 255 255 / 0.8);
}
.border-s-input-default-text\/90 {
  border-inline-start-color: rgb(255 255 255 / 0.9);
}
.border-s-input-default-text\/95 {
  border-inline-start-color: rgb(255 255 255 / 0.95);
}
.border-s-input-default-text\/state-disabled {
  border-inline-start-color: rgb(255 255 255 / 0.5);
}
.border-s-input-default-text\/state-enabled {
  border-inline-start-color: rgb(255 255 255 / 1);
}
.border-s-input-dropdown-background {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(17 17 17 / var(--tw-border-opacity));
}
.border-s-input-dropdown-background\/0 {
  border-inline-start-color: rgb(17 17 17 / 0);
}
.border-s-input-dropdown-background\/10 {
  border-inline-start-color: rgb(17 17 17 / 0.1);
}
.border-s-input-dropdown-background\/100 {
  border-inline-start-color: rgb(17 17 17 / 1);
}
.border-s-input-dropdown-background\/20 {
  border-inline-start-color: rgb(17 17 17 / 0.2);
}
.border-s-input-dropdown-background\/25 {
  border-inline-start-color: rgb(17 17 17 / 0.25);
}
.border-s-input-dropdown-background\/30 {
  border-inline-start-color: rgb(17 17 17 / 0.3);
}
.border-s-input-dropdown-background\/40 {
  border-inline-start-color: rgb(17 17 17 / 0.4);
}
.border-s-input-dropdown-background\/5 {
  border-inline-start-color: rgb(17 17 17 / 0.05);
}
.border-s-input-dropdown-background\/50 {
  border-inline-start-color: rgb(17 17 17 / 0.5);
}
.border-s-input-dropdown-background\/60 {
  border-inline-start-color: rgb(17 17 17 / 0.6);
}
.border-s-input-dropdown-background\/70 {
  border-inline-start-color: rgb(17 17 17 / 0.7);
}
.border-s-input-dropdown-background\/75 {
  border-inline-start-color: rgb(17 17 17 / 0.75);
}
.border-s-input-dropdown-background\/80 {
  border-inline-start-color: rgb(17 17 17 / 0.8);
}
.border-s-input-dropdown-background\/90 {
  border-inline-start-color: rgb(17 17 17 / 0.9);
}
.border-s-input-dropdown-background\/95 {
  border-inline-start-color: rgb(17 17 17 / 0.95);
}
.border-s-input-dropdown-background\/state-disabled {
  border-inline-start-color: rgb(17 17 17 / 0.5);
}
.border-s-input-dropdown-background\/state-enabled {
  border-inline-start-color: rgb(17 17 17 / 1);
}
.border-s-input-error-bg {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(17 17 17 / var(--tw-border-opacity));
}
.border-s-input-error-bg\/0 {
  border-inline-start-color: rgb(17 17 17 / 0);
}
.border-s-input-error-bg\/10 {
  border-inline-start-color: rgb(17 17 17 / 0.1);
}
.border-s-input-error-bg\/100 {
  border-inline-start-color: rgb(17 17 17 / 1);
}
.border-s-input-error-bg\/20 {
  border-inline-start-color: rgb(17 17 17 / 0.2);
}
.border-s-input-error-bg\/25 {
  border-inline-start-color: rgb(17 17 17 / 0.25);
}
.border-s-input-error-bg\/30 {
  border-inline-start-color: rgb(17 17 17 / 0.3);
}
.border-s-input-error-bg\/40 {
  border-inline-start-color: rgb(17 17 17 / 0.4);
}
.border-s-input-error-bg\/5 {
  border-inline-start-color: rgb(17 17 17 / 0.05);
}
.border-s-input-error-bg\/50 {
  border-inline-start-color: rgb(17 17 17 / 0.5);
}
.border-s-input-error-bg\/60 {
  border-inline-start-color: rgb(17 17 17 / 0.6);
}
.border-s-input-error-bg\/70 {
  border-inline-start-color: rgb(17 17 17 / 0.7);
}
.border-s-input-error-bg\/75 {
  border-inline-start-color: rgb(17 17 17 / 0.75);
}
.border-s-input-error-bg\/80 {
  border-inline-start-color: rgb(17 17 17 / 0.8);
}
.border-s-input-error-bg\/90 {
  border-inline-start-color: rgb(17 17 17 / 0.9);
}
.border-s-input-error-bg\/95 {
  border-inline-start-color: rgb(17 17 17 / 0.95);
}
.border-s-input-error-bg\/state-disabled {
  border-inline-start-color: rgb(17 17 17 / 0.5);
}
.border-s-input-error-bg\/state-enabled {
  border-inline-start-color: rgb(17 17 17 / 1);
}
.border-s-input-error-border {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(248 113 113 / var(--tw-border-opacity));
}
.border-s-input-error-border\/0 {
  border-inline-start-color: rgb(248 113 113 / 0);
}
.border-s-input-error-border\/10 {
  border-inline-start-color: rgb(248 113 113 / 0.1);
}
.border-s-input-error-border\/100 {
  border-inline-start-color: rgb(248 113 113 / 1);
}
.border-s-input-error-border\/20 {
  border-inline-start-color: rgb(248 113 113 / 0.2);
}
.border-s-input-error-border\/25 {
  border-inline-start-color: rgb(248 113 113 / 0.25);
}
.border-s-input-error-border\/30 {
  border-inline-start-color: rgb(248 113 113 / 0.3);
}
.border-s-input-error-border\/40 {
  border-inline-start-color: rgb(248 113 113 / 0.4);
}
.border-s-input-error-border\/5 {
  border-inline-start-color: rgb(248 113 113 / 0.05);
}
.border-s-input-error-border\/50 {
  border-inline-start-color: rgb(248 113 113 / 0.5);
}
.border-s-input-error-border\/60 {
  border-inline-start-color: rgb(248 113 113 / 0.6);
}
.border-s-input-error-border\/70 {
  border-inline-start-color: rgb(248 113 113 / 0.7);
}
.border-s-input-error-border\/75 {
  border-inline-start-color: rgb(248 113 113 / 0.75);
}
.border-s-input-error-border\/80 {
  border-inline-start-color: rgb(248 113 113 / 0.8);
}
.border-s-input-error-border\/90 {
  border-inline-start-color: rgb(248 113 113 / 0.9);
}
.border-s-input-error-border\/95 {
  border-inline-start-color: rgb(248 113 113 / 0.95);
}
.border-s-input-error-border\/state-disabled {
  border-inline-start-color: rgb(248 113 113 / 0.5);
}
.border-s-input-error-border\/state-enabled {
  border-inline-start-color: rgb(248 113 113 / 1);
}
.border-s-input-error-placeholder {
  border-inline-start-color: rgba(255, 255, 255, 0.4);
}
.border-s-input-error-placeholder\/0 {
  border-inline-start-color: rgba(255, 255, 255, 0);
}
.border-s-input-error-placeholder\/10 {
  border-inline-start-color: rgba(255, 255, 255, 0.1);
}
.border-s-input-error-placeholder\/100 {
  border-inline-start-color: rgba(255, 255, 255, 1);
}
.border-s-input-error-placeholder\/20 {
  border-inline-start-color: rgba(255, 255, 255, 0.2);
}
.border-s-input-error-placeholder\/25 {
  border-inline-start-color: rgba(255, 255, 255, 0.25);
}
.border-s-input-error-placeholder\/30 {
  border-inline-start-color: rgba(255, 255, 255, 0.3);
}
.border-s-input-error-placeholder\/40 {
  border-inline-start-color: rgba(255, 255, 255, 0.4);
}
.border-s-input-error-placeholder\/5 {
  border-inline-start-color: rgba(255, 255, 255, 0.05);
}
.border-s-input-error-placeholder\/50 {
  border-inline-start-color: rgba(255, 255, 255, 0.5);
}
.border-s-input-error-placeholder\/60 {
  border-inline-start-color: rgba(255, 255, 255, 0.6);
}
.border-s-input-error-placeholder\/70 {
  border-inline-start-color: rgba(255, 255, 255, 0.7);
}
.border-s-input-error-placeholder\/75 {
  border-inline-start-color: rgba(255, 255, 255, 0.75);
}
.border-s-input-error-placeholder\/80 {
  border-inline-start-color: rgba(255, 255, 255, 0.8);
}
.border-s-input-error-placeholder\/90 {
  border-inline-start-color: rgba(255, 255, 255, 0.9);
}
.border-s-input-error-placeholder\/95 {
  border-inline-start-color: rgba(255, 255, 255, 0.95);
}
.border-s-input-error-placeholder\/state-disabled {
  border-inline-start-color: rgba(255, 255, 255, 0.5);
}
.border-s-input-error-placeholder\/state-enabled {
  border-inline-start-color: rgba(255, 255, 255, 1);
}
.border-s-input-error-text {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(248 113 113 / var(--tw-border-opacity));
}
.border-s-input-error-text\/0 {
  border-inline-start-color: rgb(248 113 113 / 0);
}
.border-s-input-error-text\/10 {
  border-inline-start-color: rgb(248 113 113 / 0.1);
}
.border-s-input-error-text\/100 {
  border-inline-start-color: rgb(248 113 113 / 1);
}
.border-s-input-error-text\/20 {
  border-inline-start-color: rgb(248 113 113 / 0.2);
}
.border-s-input-error-text\/25 {
  border-inline-start-color: rgb(248 113 113 / 0.25);
}
.border-s-input-error-text\/30 {
  border-inline-start-color: rgb(248 113 113 / 0.3);
}
.border-s-input-error-text\/40 {
  border-inline-start-color: rgb(248 113 113 / 0.4);
}
.border-s-input-error-text\/5 {
  border-inline-start-color: rgb(248 113 113 / 0.05);
}
.border-s-input-error-text\/50 {
  border-inline-start-color: rgb(248 113 113 / 0.5);
}
.border-s-input-error-text\/60 {
  border-inline-start-color: rgb(248 113 113 / 0.6);
}
.border-s-input-error-text\/70 {
  border-inline-start-color: rgb(248 113 113 / 0.7);
}
.border-s-input-error-text\/75 {
  border-inline-start-color: rgb(248 113 113 / 0.75);
}
.border-s-input-error-text\/80 {
  border-inline-start-color: rgb(248 113 113 / 0.8);
}
.border-s-input-error-text\/90 {
  border-inline-start-color: rgb(248 113 113 / 0.9);
}
.border-s-input-error-text\/95 {
  border-inline-start-color: rgb(248 113 113 / 0.95);
}
.border-s-input-error-text\/state-disabled {
  border-inline-start-color: rgb(248 113 113 / 0.5);
}
.border-s-input-error-text\/state-enabled {
  border-inline-start-color: rgb(248 113 113 / 1);
}
.border-s-input-focused-bg {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(17 17 17 / var(--tw-border-opacity));
}
.border-s-input-focused-bg\/0 {
  border-inline-start-color: rgb(17 17 17 / 0);
}
.border-s-input-focused-bg\/10 {
  border-inline-start-color: rgb(17 17 17 / 0.1);
}
.border-s-input-focused-bg\/100 {
  border-inline-start-color: rgb(17 17 17 / 1);
}
.border-s-input-focused-bg\/20 {
  border-inline-start-color: rgb(17 17 17 / 0.2);
}
.border-s-input-focused-bg\/25 {
  border-inline-start-color: rgb(17 17 17 / 0.25);
}
.border-s-input-focused-bg\/30 {
  border-inline-start-color: rgb(17 17 17 / 0.3);
}
.border-s-input-focused-bg\/40 {
  border-inline-start-color: rgb(17 17 17 / 0.4);
}
.border-s-input-focused-bg\/5 {
  border-inline-start-color: rgb(17 17 17 / 0.05);
}
.border-s-input-focused-bg\/50 {
  border-inline-start-color: rgb(17 17 17 / 0.5);
}
.border-s-input-focused-bg\/60 {
  border-inline-start-color: rgb(17 17 17 / 0.6);
}
.border-s-input-focused-bg\/70 {
  border-inline-start-color: rgb(17 17 17 / 0.7);
}
.border-s-input-focused-bg\/75 {
  border-inline-start-color: rgb(17 17 17 / 0.75);
}
.border-s-input-focused-bg\/80 {
  border-inline-start-color: rgb(17 17 17 / 0.8);
}
.border-s-input-focused-bg\/90 {
  border-inline-start-color: rgb(17 17 17 / 0.9);
}
.border-s-input-focused-bg\/95 {
  border-inline-start-color: rgb(17 17 17 / 0.95);
}
.border-s-input-focused-bg\/state-disabled {
  border-inline-start-color: rgb(17 17 17 / 0.5);
}
.border-s-input-focused-bg\/state-enabled {
  border-inline-start-color: rgb(17 17 17 / 1);
}
.border-s-input-focused-border {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(98 98 98 / var(--tw-border-opacity));
}
.border-s-input-focused-border\/0 {
  border-inline-start-color: rgb(98 98 98 / 0);
}
.border-s-input-focused-border\/10 {
  border-inline-start-color: rgb(98 98 98 / 0.1);
}
.border-s-input-focused-border\/100 {
  border-inline-start-color: rgb(98 98 98 / 1);
}
.border-s-input-focused-border\/20 {
  border-inline-start-color: rgb(98 98 98 / 0.2);
}
.border-s-input-focused-border\/25 {
  border-inline-start-color: rgb(98 98 98 / 0.25);
}
.border-s-input-focused-border\/30 {
  border-inline-start-color: rgb(98 98 98 / 0.3);
}
.border-s-input-focused-border\/40 {
  border-inline-start-color: rgb(98 98 98 / 0.4);
}
.border-s-input-focused-border\/5 {
  border-inline-start-color: rgb(98 98 98 / 0.05);
}
.border-s-input-focused-border\/50 {
  border-inline-start-color: rgb(98 98 98 / 0.5);
}
.border-s-input-focused-border\/60 {
  border-inline-start-color: rgb(98 98 98 / 0.6);
}
.border-s-input-focused-border\/70 {
  border-inline-start-color: rgb(98 98 98 / 0.7);
}
.border-s-input-focused-border\/75 {
  border-inline-start-color: rgb(98 98 98 / 0.75);
}
.border-s-input-focused-border\/80 {
  border-inline-start-color: rgb(98 98 98 / 0.8);
}
.border-s-input-focused-border\/90 {
  border-inline-start-color: rgb(98 98 98 / 0.9);
}
.border-s-input-focused-border\/95 {
  border-inline-start-color: rgb(98 98 98 / 0.95);
}
.border-s-input-focused-border\/state-disabled {
  border-inline-start-color: rgb(98 98 98 / 0.5);
}
.border-s-input-focused-border\/state-enabled {
  border-inline-start-color: rgb(98 98 98 / 1);
}
.border-s-input-focused-placeholder {
  border-inline-start-color: rgba(255, 255, 255, 0.4);
}
.border-s-input-focused-placeholder\/0 {
  border-inline-start-color: rgba(255, 255, 255, 0);
}
.border-s-input-focused-placeholder\/10 {
  border-inline-start-color: rgba(255, 255, 255, 0.1);
}
.border-s-input-focused-placeholder\/100 {
  border-inline-start-color: rgba(255, 255, 255, 1);
}
.border-s-input-focused-placeholder\/20 {
  border-inline-start-color: rgba(255, 255, 255, 0.2);
}
.border-s-input-focused-placeholder\/25 {
  border-inline-start-color: rgba(255, 255, 255, 0.25);
}
.border-s-input-focused-placeholder\/30 {
  border-inline-start-color: rgba(255, 255, 255, 0.3);
}
.border-s-input-focused-placeholder\/40 {
  border-inline-start-color: rgba(255, 255, 255, 0.4);
}
.border-s-input-focused-placeholder\/5 {
  border-inline-start-color: rgba(255, 255, 255, 0.05);
}
.border-s-input-focused-placeholder\/50 {
  border-inline-start-color: rgba(255, 255, 255, 0.5);
}
.border-s-input-focused-placeholder\/60 {
  border-inline-start-color: rgba(255, 255, 255, 0.6);
}
.border-s-input-focused-placeholder\/70 {
  border-inline-start-color: rgba(255, 255, 255, 0.7);
}
.border-s-input-focused-placeholder\/75 {
  border-inline-start-color: rgba(255, 255, 255, 0.75);
}
.border-s-input-focused-placeholder\/80 {
  border-inline-start-color: rgba(255, 255, 255, 0.8);
}
.border-s-input-focused-placeholder\/90 {
  border-inline-start-color: rgba(255, 255, 255, 0.9);
}
.border-s-input-focused-placeholder\/95 {
  border-inline-start-color: rgba(255, 255, 255, 0.95);
}
.border-s-input-focused-placeholder\/state-disabled {
  border-inline-start-color: rgba(255, 255, 255, 0.5);
}
.border-s-input-focused-placeholder\/state-enabled {
  border-inline-start-color: rgba(255, 255, 255, 1);
}
.border-s-input-focused-text {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-s-input-focused-text\/0 {
  border-inline-start-color: rgb(255 255 255 / 0);
}
.border-s-input-focused-text\/10 {
  border-inline-start-color: rgb(255 255 255 / 0.1);
}
.border-s-input-focused-text\/100 {
  border-inline-start-color: rgb(255 255 255 / 1);
}
.border-s-input-focused-text\/20 {
  border-inline-start-color: rgb(255 255 255 / 0.2);
}
.border-s-input-focused-text\/25 {
  border-inline-start-color: rgb(255 255 255 / 0.25);
}
.border-s-input-focused-text\/30 {
  border-inline-start-color: rgb(255 255 255 / 0.3);
}
.border-s-input-focused-text\/40 {
  border-inline-start-color: rgb(255 255 255 / 0.4);
}
.border-s-input-focused-text\/5 {
  border-inline-start-color: rgb(255 255 255 / 0.05);
}
.border-s-input-focused-text\/50 {
  border-inline-start-color: rgb(255 255 255 / 0.5);
}
.border-s-input-focused-text\/60 {
  border-inline-start-color: rgb(255 255 255 / 0.6);
}
.border-s-input-focused-text\/70 {
  border-inline-start-color: rgb(255 255 255 / 0.7);
}
.border-s-input-focused-text\/75 {
  border-inline-start-color: rgb(255 255 255 / 0.75);
}
.border-s-input-focused-text\/80 {
  border-inline-start-color: rgb(255 255 255 / 0.8);
}
.border-s-input-focused-text\/90 {
  border-inline-start-color: rgb(255 255 255 / 0.9);
}
.border-s-input-focused-text\/95 {
  border-inline-start-color: rgb(255 255 255 / 0.95);
}
.border-s-input-focused-text\/state-disabled {
  border-inline-start-color: rgb(255 255 255 / 0.5);
}
.border-s-input-focused-text\/state-enabled {
  border-inline-start-color: rgb(255 255 255 / 1);
}
.border-s-input-placeholder {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(97 97 97 / var(--tw-border-opacity));
}
.border-s-input-placeholder\/0 {
  border-inline-start-color: rgb(97 97 97 / 0);
}
.border-s-input-placeholder\/10 {
  border-inline-start-color: rgb(97 97 97 / 0.1);
}
.border-s-input-placeholder\/100 {
  border-inline-start-color: rgb(97 97 97 / 1);
}
.border-s-input-placeholder\/20 {
  border-inline-start-color: rgb(97 97 97 / 0.2);
}
.border-s-input-placeholder\/25 {
  border-inline-start-color: rgb(97 97 97 / 0.25);
}
.border-s-input-placeholder\/30 {
  border-inline-start-color: rgb(97 97 97 / 0.3);
}
.border-s-input-placeholder\/40 {
  border-inline-start-color: rgb(97 97 97 / 0.4);
}
.border-s-input-placeholder\/5 {
  border-inline-start-color: rgb(97 97 97 / 0.05);
}
.border-s-input-placeholder\/50 {
  border-inline-start-color: rgb(97 97 97 / 0.5);
}
.border-s-input-placeholder\/60 {
  border-inline-start-color: rgb(97 97 97 / 0.6);
}
.border-s-input-placeholder\/70 {
  border-inline-start-color: rgb(97 97 97 / 0.7);
}
.border-s-input-placeholder\/75 {
  border-inline-start-color: rgb(97 97 97 / 0.75);
}
.border-s-input-placeholder\/80 {
  border-inline-start-color: rgb(97 97 97 / 0.8);
}
.border-s-input-placeholder\/90 {
  border-inline-start-color: rgb(97 97 97 / 0.9);
}
.border-s-input-placeholder\/95 {
  border-inline-start-color: rgb(97 97 97 / 0.95);
}
.border-s-input-placeholder\/state-disabled {
  border-inline-start-color: rgb(97 97 97 / 0.5);
}
.border-s-input-placeholder\/state-enabled {
  border-inline-start-color: rgb(97 97 97 / 1);
}
.border-s-input-radio-background {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(17 17 17 / var(--tw-border-opacity));
}
.border-s-input-radio-background\/0 {
  border-inline-start-color: rgb(17 17 17 / 0);
}
.border-s-input-radio-background\/10 {
  border-inline-start-color: rgb(17 17 17 / 0.1);
}
.border-s-input-radio-background\/100 {
  border-inline-start-color: rgb(17 17 17 / 1);
}
.border-s-input-radio-background\/20 {
  border-inline-start-color: rgb(17 17 17 / 0.2);
}
.border-s-input-radio-background\/25 {
  border-inline-start-color: rgb(17 17 17 / 0.25);
}
.border-s-input-radio-background\/30 {
  border-inline-start-color: rgb(17 17 17 / 0.3);
}
.border-s-input-radio-background\/40 {
  border-inline-start-color: rgb(17 17 17 / 0.4);
}
.border-s-input-radio-background\/5 {
  border-inline-start-color: rgb(17 17 17 / 0.05);
}
.border-s-input-radio-background\/50 {
  border-inline-start-color: rgb(17 17 17 / 0.5);
}
.border-s-input-radio-background\/60 {
  border-inline-start-color: rgb(17 17 17 / 0.6);
}
.border-s-input-radio-background\/70 {
  border-inline-start-color: rgb(17 17 17 / 0.7);
}
.border-s-input-radio-background\/75 {
  border-inline-start-color: rgb(17 17 17 / 0.75);
}
.border-s-input-radio-background\/80 {
  border-inline-start-color: rgb(17 17 17 / 0.8);
}
.border-s-input-radio-background\/90 {
  border-inline-start-color: rgb(17 17 17 / 0.9);
}
.border-s-input-radio-background\/95 {
  border-inline-start-color: rgb(17 17 17 / 0.95);
}
.border-s-input-radio-background\/state-disabled {
  border-inline-start-color: rgb(17 17 17 / 0.5);
}
.border-s-input-radio-background\/state-enabled {
  border-inline-start-color: rgb(17 17 17 / 1);
}
.border-s-input-radio-border {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-s-input-radio-border\/0 {
  border-inline-start-color: rgb(205 141 239 / 0);
}
.border-s-input-radio-border\/10 {
  border-inline-start-color: rgb(205 141 239 / 0.1);
}
.border-s-input-radio-border\/100 {
  border-inline-start-color: rgb(205 141 239 / 1);
}
.border-s-input-radio-border\/20 {
  border-inline-start-color: rgb(205 141 239 / 0.2);
}
.border-s-input-radio-border\/25 {
  border-inline-start-color: rgb(205 141 239 / 0.25);
}
.border-s-input-radio-border\/30 {
  border-inline-start-color: rgb(205 141 239 / 0.3);
}
.border-s-input-radio-border\/40 {
  border-inline-start-color: rgb(205 141 239 / 0.4);
}
.border-s-input-radio-border\/5 {
  border-inline-start-color: rgb(205 141 239 / 0.05);
}
.border-s-input-radio-border\/50 {
  border-inline-start-color: rgb(205 141 239 / 0.5);
}
.border-s-input-radio-border\/60 {
  border-inline-start-color: rgb(205 141 239 / 0.6);
}
.border-s-input-radio-border\/70 {
  border-inline-start-color: rgb(205 141 239 / 0.7);
}
.border-s-input-radio-border\/75 {
  border-inline-start-color: rgb(205 141 239 / 0.75);
}
.border-s-input-radio-border\/80 {
  border-inline-start-color: rgb(205 141 239 / 0.8);
}
.border-s-input-radio-border\/90 {
  border-inline-start-color: rgb(205 141 239 / 0.9);
}
.border-s-input-radio-border\/95 {
  border-inline-start-color: rgb(205 141 239 / 0.95);
}
.border-s-input-radio-border\/state-disabled {
  border-inline-start-color: rgb(205 141 239 / 0.5);
}
.border-s-input-radio-border\/state-enabled {
  border-inline-start-color: rgb(205 141 239 / 1);
}
.border-s-input-radio-contrast {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-s-input-radio-contrast\/0 {
  border-inline-start-color: rgb(255 255 255 / 0);
}
.border-s-input-radio-contrast\/10 {
  border-inline-start-color: rgb(255 255 255 / 0.1);
}
.border-s-input-radio-contrast\/100 {
  border-inline-start-color: rgb(255 255 255 / 1);
}
.border-s-input-radio-contrast\/20 {
  border-inline-start-color: rgb(255 255 255 / 0.2);
}
.border-s-input-radio-contrast\/25 {
  border-inline-start-color: rgb(255 255 255 / 0.25);
}
.border-s-input-radio-contrast\/30 {
  border-inline-start-color: rgb(255 255 255 / 0.3);
}
.border-s-input-radio-contrast\/40 {
  border-inline-start-color: rgb(255 255 255 / 0.4);
}
.border-s-input-radio-contrast\/5 {
  border-inline-start-color: rgb(255 255 255 / 0.05);
}
.border-s-input-radio-contrast\/50 {
  border-inline-start-color: rgb(255 255 255 / 0.5);
}
.border-s-input-radio-contrast\/60 {
  border-inline-start-color: rgb(255 255 255 / 0.6);
}
.border-s-input-radio-contrast\/70 {
  border-inline-start-color: rgb(255 255 255 / 0.7);
}
.border-s-input-radio-contrast\/75 {
  border-inline-start-color: rgb(255 255 255 / 0.75);
}
.border-s-input-radio-contrast\/80 {
  border-inline-start-color: rgb(255 255 255 / 0.8);
}
.border-s-input-radio-contrast\/90 {
  border-inline-start-color: rgb(255 255 255 / 0.9);
}
.border-s-input-radio-contrast\/95 {
  border-inline-start-color: rgb(255 255 255 / 0.95);
}
.border-s-input-radio-contrast\/state-disabled {
  border-inline-start-color: rgb(255 255 255 / 0.5);
}
.border-s-input-radio-contrast\/state-enabled {
  border-inline-start-color: rgb(255 255 255 / 1);
}
.border-s-input-switch-backgroundOff {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-s-input-switch-backgroundOff\/0 {
  border-inline-start-color: rgb(156 163 175 / 0);
}
.border-s-input-switch-backgroundOff\/10 {
  border-inline-start-color: rgb(156 163 175 / 0.1);
}
.border-s-input-switch-backgroundOff\/100 {
  border-inline-start-color: rgb(156 163 175 / 1);
}
.border-s-input-switch-backgroundOff\/20 {
  border-inline-start-color: rgb(156 163 175 / 0.2);
}
.border-s-input-switch-backgroundOff\/25 {
  border-inline-start-color: rgb(156 163 175 / 0.25);
}
.border-s-input-switch-backgroundOff\/30 {
  border-inline-start-color: rgb(156 163 175 / 0.3);
}
.border-s-input-switch-backgroundOff\/40 {
  border-inline-start-color: rgb(156 163 175 / 0.4);
}
.border-s-input-switch-backgroundOff\/5 {
  border-inline-start-color: rgb(156 163 175 / 0.05);
}
.border-s-input-switch-backgroundOff\/50 {
  border-inline-start-color: rgb(156 163 175 / 0.5);
}
.border-s-input-switch-backgroundOff\/60 {
  border-inline-start-color: rgb(156 163 175 / 0.6);
}
.border-s-input-switch-backgroundOff\/70 {
  border-inline-start-color: rgb(156 163 175 / 0.7);
}
.border-s-input-switch-backgroundOff\/75 {
  border-inline-start-color: rgb(156 163 175 / 0.75);
}
.border-s-input-switch-backgroundOff\/80 {
  border-inline-start-color: rgb(156 163 175 / 0.8);
}
.border-s-input-switch-backgroundOff\/90 {
  border-inline-start-color: rgb(156 163 175 / 0.9);
}
.border-s-input-switch-backgroundOff\/95 {
  border-inline-start-color: rgb(156 163 175 / 0.95);
}
.border-s-input-switch-backgroundOff\/state-disabled {
  border-inline-start-color: rgb(156 163 175 / 0.5);
}
.border-s-input-switch-backgroundOff\/state-enabled {
  border-inline-start-color: rgb(156 163 175 / 1);
}
.border-s-input-switch-backgroundOn {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-s-input-switch-backgroundOn\/0 {
  border-inline-start-color: rgb(205 141 239 / 0);
}
.border-s-input-switch-backgroundOn\/10 {
  border-inline-start-color: rgb(205 141 239 / 0.1);
}
.border-s-input-switch-backgroundOn\/100 {
  border-inline-start-color: rgb(205 141 239 / 1);
}
.border-s-input-switch-backgroundOn\/20 {
  border-inline-start-color: rgb(205 141 239 / 0.2);
}
.border-s-input-switch-backgroundOn\/25 {
  border-inline-start-color: rgb(205 141 239 / 0.25);
}
.border-s-input-switch-backgroundOn\/30 {
  border-inline-start-color: rgb(205 141 239 / 0.3);
}
.border-s-input-switch-backgroundOn\/40 {
  border-inline-start-color: rgb(205 141 239 / 0.4);
}
.border-s-input-switch-backgroundOn\/5 {
  border-inline-start-color: rgb(205 141 239 / 0.05);
}
.border-s-input-switch-backgroundOn\/50 {
  border-inline-start-color: rgb(205 141 239 / 0.5);
}
.border-s-input-switch-backgroundOn\/60 {
  border-inline-start-color: rgb(205 141 239 / 0.6);
}
.border-s-input-switch-backgroundOn\/70 {
  border-inline-start-color: rgb(205 141 239 / 0.7);
}
.border-s-input-switch-backgroundOn\/75 {
  border-inline-start-color: rgb(205 141 239 / 0.75);
}
.border-s-input-switch-backgroundOn\/80 {
  border-inline-start-color: rgb(205 141 239 / 0.8);
}
.border-s-input-switch-backgroundOn\/90 {
  border-inline-start-color: rgb(205 141 239 / 0.9);
}
.border-s-input-switch-backgroundOn\/95 {
  border-inline-start-color: rgb(205 141 239 / 0.95);
}
.border-s-input-switch-backgroundOn\/state-disabled {
  border-inline-start-color: rgb(205 141 239 / 0.5);
}
.border-s-input-switch-backgroundOn\/state-enabled {
  border-inline-start-color: rgb(205 141 239 / 1);
}
.border-s-input-switch-contrast {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.border-s-input-switch-contrast\/0 {
  border-inline-start-color: rgb(64 64 64 / 0);
}
.border-s-input-switch-contrast\/10 {
  border-inline-start-color: rgb(64 64 64 / 0.1);
}
.border-s-input-switch-contrast\/100 {
  border-inline-start-color: rgb(64 64 64 / 1);
}
.border-s-input-switch-contrast\/20 {
  border-inline-start-color: rgb(64 64 64 / 0.2);
}
.border-s-input-switch-contrast\/25 {
  border-inline-start-color: rgb(64 64 64 / 0.25);
}
.border-s-input-switch-contrast\/30 {
  border-inline-start-color: rgb(64 64 64 / 0.3);
}
.border-s-input-switch-contrast\/40 {
  border-inline-start-color: rgb(64 64 64 / 0.4);
}
.border-s-input-switch-contrast\/5 {
  border-inline-start-color: rgb(64 64 64 / 0.05);
}
.border-s-input-switch-contrast\/50 {
  border-inline-start-color: rgb(64 64 64 / 0.5);
}
.border-s-input-switch-contrast\/60 {
  border-inline-start-color: rgb(64 64 64 / 0.6);
}
.border-s-input-switch-contrast\/70 {
  border-inline-start-color: rgb(64 64 64 / 0.7);
}
.border-s-input-switch-contrast\/75 {
  border-inline-start-color: rgb(64 64 64 / 0.75);
}
.border-s-input-switch-contrast\/80 {
  border-inline-start-color: rgb(64 64 64 / 0.8);
}
.border-s-input-switch-contrast\/90 {
  border-inline-start-color: rgb(64 64 64 / 0.9);
}
.border-s-input-switch-contrast\/95 {
  border-inline-start-color: rgb(64 64 64 / 0.95);
}
.border-s-input-switch-contrast\/state-disabled {
  border-inline-start-color: rgb(64 64 64 / 0.5);
}
.border-s-input-switch-contrast\/state-enabled {
  border-inline-start-color: rgb(64 64 64 / 1);
}
.border-s-input-text {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-s-input-text\/0 {
  border-inline-start-color: rgb(255 255 255 / 0);
}
.border-s-input-text\/10 {
  border-inline-start-color: rgb(255 255 255 / 0.1);
}
.border-s-input-text\/100 {
  border-inline-start-color: rgb(255 255 255 / 1);
}
.border-s-input-text\/20 {
  border-inline-start-color: rgb(255 255 255 / 0.2);
}
.border-s-input-text\/25 {
  border-inline-start-color: rgb(255 255 255 / 0.25);
}
.border-s-input-text\/30 {
  border-inline-start-color: rgb(255 255 255 / 0.3);
}
.border-s-input-text\/40 {
  border-inline-start-color: rgb(255 255 255 / 0.4);
}
.border-s-input-text\/5 {
  border-inline-start-color: rgb(255 255 255 / 0.05);
}
.border-s-input-text\/50 {
  border-inline-start-color: rgb(255 255 255 / 0.5);
}
.border-s-input-text\/60 {
  border-inline-start-color: rgb(255 255 255 / 0.6);
}
.border-s-input-text\/70 {
  border-inline-start-color: rgb(255 255 255 / 0.7);
}
.border-s-input-text\/75 {
  border-inline-start-color: rgb(255 255 255 / 0.75);
}
.border-s-input-text\/80 {
  border-inline-start-color: rgb(255 255 255 / 0.8);
}
.border-s-input-text\/90 {
  border-inline-start-color: rgb(255 255 255 / 0.9);
}
.border-s-input-text\/95 {
  border-inline-start-color: rgb(255 255 255 / 0.95);
}
.border-s-input-text\/state-disabled {
  border-inline-start-color: rgb(255 255 255 / 0.5);
}
.border-s-input-text\/state-enabled {
  border-inline-start-color: rgb(255 255 255 / 1);
}
.border-s-loader-default {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-s-loader-default\/0 {
  border-inline-start-color: rgb(205 141 239 / 0);
}
.border-s-loader-default\/10 {
  border-inline-start-color: rgb(205 141 239 / 0.1);
}
.border-s-loader-default\/100 {
  border-inline-start-color: rgb(205 141 239 / 1);
}
.border-s-loader-default\/20 {
  border-inline-start-color: rgb(205 141 239 / 0.2);
}
.border-s-loader-default\/25 {
  border-inline-start-color: rgb(205 141 239 / 0.25);
}
.border-s-loader-default\/30 {
  border-inline-start-color: rgb(205 141 239 / 0.3);
}
.border-s-loader-default\/40 {
  border-inline-start-color: rgb(205 141 239 / 0.4);
}
.border-s-loader-default\/5 {
  border-inline-start-color: rgb(205 141 239 / 0.05);
}
.border-s-loader-default\/50 {
  border-inline-start-color: rgb(205 141 239 / 0.5);
}
.border-s-loader-default\/60 {
  border-inline-start-color: rgb(205 141 239 / 0.6);
}
.border-s-loader-default\/70 {
  border-inline-start-color: rgb(205 141 239 / 0.7);
}
.border-s-loader-default\/75 {
  border-inline-start-color: rgb(205 141 239 / 0.75);
}
.border-s-loader-default\/80 {
  border-inline-start-color: rgb(205 141 239 / 0.8);
}
.border-s-loader-default\/90 {
  border-inline-start-color: rgb(205 141 239 / 0.9);
}
.border-s-loader-default\/95 {
  border-inline-start-color: rgb(205 141 239 / 0.95);
}
.border-s-loader-default\/state-disabled {
  border-inline-start-color: rgb(205 141 239 / 0.5);
}
.border-s-loader-default\/state-enabled {
  border-inline-start-color: rgb(205 141 239 / 1);
}
.border-s-panel-alternate {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(29 29 29 / var(--tw-border-opacity));
}
.border-s-panel-alternate\/0 {
  border-inline-start-color: rgb(29 29 29 / 0);
}
.border-s-panel-alternate\/10 {
  border-inline-start-color: rgb(29 29 29 / 0.1);
}
.border-s-panel-alternate\/100 {
  border-inline-start-color: rgb(29 29 29 / 1);
}
.border-s-panel-alternate\/20 {
  border-inline-start-color: rgb(29 29 29 / 0.2);
}
.border-s-panel-alternate\/25 {
  border-inline-start-color: rgb(29 29 29 / 0.25);
}
.border-s-panel-alternate\/30 {
  border-inline-start-color: rgb(29 29 29 / 0.3);
}
.border-s-panel-alternate\/40 {
  border-inline-start-color: rgb(29 29 29 / 0.4);
}
.border-s-panel-alternate\/5 {
  border-inline-start-color: rgb(29 29 29 / 0.05);
}
.border-s-panel-alternate\/50 {
  border-inline-start-color: rgb(29 29 29 / 0.5);
}
.border-s-panel-alternate\/60 {
  border-inline-start-color: rgb(29 29 29 / 0.6);
}
.border-s-panel-alternate\/70 {
  border-inline-start-color: rgb(29 29 29 / 0.7);
}
.border-s-panel-alternate\/75 {
  border-inline-start-color: rgb(29 29 29 / 0.75);
}
.border-s-panel-alternate\/80 {
  border-inline-start-color: rgb(29 29 29 / 0.8);
}
.border-s-panel-alternate\/90 {
  border-inline-start-color: rgb(29 29 29 / 0.9);
}
.border-s-panel-alternate\/95 {
  border-inline-start-color: rgb(29 29 29 / 0.95);
}
.border-s-panel-alternate\/state-disabled {
  border-inline-start-color: rgb(29 29 29 / 0.5);
}
.border-s-panel-alternate\/state-enabled {
  border-inline-start-color: rgb(29 29 29 / 1);
}
.border-s-panel-base {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(16 16 16 / var(--tw-border-opacity));
}
.border-s-panel-base\/0 {
  border-inline-start-color: rgb(16 16 16 / 0);
}
.border-s-panel-base\/10 {
  border-inline-start-color: rgb(16 16 16 / 0.1);
}
.border-s-panel-base\/100 {
  border-inline-start-color: rgb(16 16 16 / 1);
}
.border-s-panel-base\/20 {
  border-inline-start-color: rgb(16 16 16 / 0.2);
}
.border-s-panel-base\/25 {
  border-inline-start-color: rgb(16 16 16 / 0.25);
}
.border-s-panel-base\/30 {
  border-inline-start-color: rgb(16 16 16 / 0.3);
}
.border-s-panel-base\/40 {
  border-inline-start-color: rgb(16 16 16 / 0.4);
}
.border-s-panel-base\/5 {
  border-inline-start-color: rgb(16 16 16 / 0.05);
}
.border-s-panel-base\/50 {
  border-inline-start-color: rgb(16 16 16 / 0.5);
}
.border-s-panel-base\/60 {
  border-inline-start-color: rgb(16 16 16 / 0.6);
}
.border-s-panel-base\/70 {
  border-inline-start-color: rgb(16 16 16 / 0.7);
}
.border-s-panel-base\/75 {
  border-inline-start-color: rgb(16 16 16 / 0.75);
}
.border-s-panel-base\/80 {
  border-inline-start-color: rgb(16 16 16 / 0.8);
}
.border-s-panel-base\/90 {
  border-inline-start-color: rgb(16 16 16 / 0.9);
}
.border-s-panel-base\/95 {
  border-inline-start-color: rgb(16 16 16 / 0.95);
}
.border-s-panel-base\/state-disabled {
  border-inline-start-color: rgb(16 16 16 / 0.5);
}
.border-s-panel-base\/state-enabled {
  border-inline-start-color: rgb(16 16 16 / 1);
}
.border-s-panel-border {
  border-inline-start-color: rgba(255, 255, 255, 0.05);
}
.border-s-panel-border\/0 {
  border-inline-start-color: rgba(255, 255, 255, 0);
}
.border-s-panel-border\/10 {
  border-inline-start-color: rgba(255, 255, 255, 0.1);
}
.border-s-panel-border\/100 {
  border-inline-start-color: rgba(255, 255, 255, 1);
}
.border-s-panel-border\/20 {
  border-inline-start-color: rgba(255, 255, 255, 0.2);
}
.border-s-panel-border\/25 {
  border-inline-start-color: rgba(255, 255, 255, 0.25);
}
.border-s-panel-border\/30 {
  border-inline-start-color: rgba(255, 255, 255, 0.3);
}
.border-s-panel-border\/40 {
  border-inline-start-color: rgba(255, 255, 255, 0.4);
}
.border-s-panel-border\/5 {
  border-inline-start-color: rgba(255, 255, 255, 0.05);
}
.border-s-panel-border\/50 {
  border-inline-start-color: rgba(255, 255, 255, 0.5);
}
.border-s-panel-border\/60 {
  border-inline-start-color: rgba(255, 255, 255, 0.6);
}
.border-s-panel-border\/70 {
  border-inline-start-color: rgba(255, 255, 255, 0.7);
}
.border-s-panel-border\/75 {
  border-inline-start-color: rgba(255, 255, 255, 0.75);
}
.border-s-panel-border\/80 {
  border-inline-start-color: rgba(255, 255, 255, 0.8);
}
.border-s-panel-border\/90 {
  border-inline-start-color: rgba(255, 255, 255, 0.9);
}
.border-s-panel-border\/95 {
  border-inline-start-color: rgba(255, 255, 255, 0.95);
}
.border-s-panel-border\/state-disabled {
  border-inline-start-color: rgba(255, 255, 255, 0.5);
}
.border-s-panel-border\/state-enabled {
  border-inline-start-color: rgba(255, 255, 255, 1);
}
.border-s-panel-default {
  border-inline-start-color: rgba(255, 255, 255, 0);
}
.border-s-panel-default\/0 {
  border-inline-start-color: rgba(255, 255, 255, 0);
}
.border-s-panel-default\/10 {
  border-inline-start-color: rgba(255, 255, 255, 0.1);
}
.border-s-panel-default\/100 {
  border-inline-start-color: rgba(255, 255, 255, 1);
}
.border-s-panel-default\/20 {
  border-inline-start-color: rgba(255, 255, 255, 0.2);
}
.border-s-panel-default\/25 {
  border-inline-start-color: rgba(255, 255, 255, 0.25);
}
.border-s-panel-default\/30 {
  border-inline-start-color: rgba(255, 255, 255, 0.3);
}
.border-s-panel-default\/40 {
  border-inline-start-color: rgba(255, 255, 255, 0.4);
}
.border-s-panel-default\/5 {
  border-inline-start-color: rgba(255, 255, 255, 0.05);
}
.border-s-panel-default\/50 {
  border-inline-start-color: rgba(255, 255, 255, 0.5);
}
.border-s-panel-default\/60 {
  border-inline-start-color: rgba(255, 255, 255, 0.6);
}
.border-s-panel-default\/70 {
  border-inline-start-color: rgba(255, 255, 255, 0.7);
}
.border-s-panel-default\/75 {
  border-inline-start-color: rgba(255, 255, 255, 0.75);
}
.border-s-panel-default\/80 {
  border-inline-start-color: rgba(255, 255, 255, 0.8);
}
.border-s-panel-default\/90 {
  border-inline-start-color: rgba(255, 255, 255, 0.9);
}
.border-s-panel-default\/95 {
  border-inline-start-color: rgba(255, 255, 255, 0.95);
}
.border-s-panel-default\/state-disabled {
  border-inline-start-color: rgba(255, 255, 255, 0.5);
}
.border-s-panel-default\/state-enabled {
  border-inline-start-color: rgba(255, 255, 255, 1);
}
.border-s-panel-shadow {
  border-inline-start-color: rgba(0, 0, 0, 0.2);
}
.border-s-panel-shadow\/0 {
  border-inline-start-color: rgba(0, 0, 0, 0);
}
.border-s-panel-shadow\/10 {
  border-inline-start-color: rgba(0, 0, 0, 0.1);
}
.border-s-panel-shadow\/100 {
  border-inline-start-color: rgba(0, 0, 0, 1);
}
.border-s-panel-shadow\/20 {
  border-inline-start-color: rgba(0, 0, 0, 0.2);
}
.border-s-panel-shadow\/25 {
  border-inline-start-color: rgba(0, 0, 0, 0.25);
}
.border-s-panel-shadow\/30 {
  border-inline-start-color: rgba(0, 0, 0, 0.3);
}
.border-s-panel-shadow\/40 {
  border-inline-start-color: rgba(0, 0, 0, 0.4);
}
.border-s-panel-shadow\/5 {
  border-inline-start-color: rgba(0, 0, 0, 0.05);
}
.border-s-panel-shadow\/50 {
  border-inline-start-color: rgba(0, 0, 0, 0.5);
}
.border-s-panel-shadow\/60 {
  border-inline-start-color: rgba(0, 0, 0, 0.6);
}
.border-s-panel-shadow\/70 {
  border-inline-start-color: rgba(0, 0, 0, 0.7);
}
.border-s-panel-shadow\/75 {
  border-inline-start-color: rgba(0, 0, 0, 0.75);
}
.border-s-panel-shadow\/80 {
  border-inline-start-color: rgba(0, 0, 0, 0.8);
}
.border-s-panel-shadow\/90 {
  border-inline-start-color: rgba(0, 0, 0, 0.9);
}
.border-s-panel-shadow\/95 {
  border-inline-start-color: rgba(0, 0, 0, 0.95);
}
.border-s-panel-shadow\/state-disabled {
  border-inline-start-color: rgba(0, 0, 0, 0.5);
}
.border-s-panel-shadow\/state-enabled {
  border-inline-start-color: rgba(0, 0, 0, 1);
}
.border-s-typography-accent {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-s-typography-accent\/0 {
  border-inline-start-color: rgb(205 141 239 / 0);
}
.border-s-typography-accent\/10 {
  border-inline-start-color: rgb(205 141 239 / 0.1);
}
.border-s-typography-accent\/100 {
  border-inline-start-color: rgb(205 141 239 / 1);
}
.border-s-typography-accent\/20 {
  border-inline-start-color: rgb(205 141 239 / 0.2);
}
.border-s-typography-accent\/25 {
  border-inline-start-color: rgb(205 141 239 / 0.25);
}
.border-s-typography-accent\/30 {
  border-inline-start-color: rgb(205 141 239 / 0.3);
}
.border-s-typography-accent\/40 {
  border-inline-start-color: rgb(205 141 239 / 0.4);
}
.border-s-typography-accent\/5 {
  border-inline-start-color: rgb(205 141 239 / 0.05);
}
.border-s-typography-accent\/50 {
  border-inline-start-color: rgb(205 141 239 / 0.5);
}
.border-s-typography-accent\/60 {
  border-inline-start-color: rgb(205 141 239 / 0.6);
}
.border-s-typography-accent\/70 {
  border-inline-start-color: rgb(205 141 239 / 0.7);
}
.border-s-typography-accent\/75 {
  border-inline-start-color: rgb(205 141 239 / 0.75);
}
.border-s-typography-accent\/80 {
  border-inline-start-color: rgb(205 141 239 / 0.8);
}
.border-s-typography-accent\/90 {
  border-inline-start-color: rgb(205 141 239 / 0.9);
}
.border-s-typography-accent\/95 {
  border-inline-start-color: rgb(205 141 239 / 0.95);
}
.border-s-typography-accent\/state-disabled {
  border-inline-start-color: rgb(205 141 239 / 0.5);
}
.border-s-typography-accent\/state-enabled {
  border-inline-start-color: rgb(205 141 239 / 1);
}
.border-s-typography-alternate {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(6 182 212 / var(--tw-border-opacity));
}
.border-s-typography-alternate\/0 {
  border-inline-start-color: rgb(6 182 212 / 0);
}
.border-s-typography-alternate\/10 {
  border-inline-start-color: rgb(6 182 212 / 0.1);
}
.border-s-typography-alternate\/100 {
  border-inline-start-color: rgb(6 182 212 / 1);
}
.border-s-typography-alternate\/20 {
  border-inline-start-color: rgb(6 182 212 / 0.2);
}
.border-s-typography-alternate\/25 {
  border-inline-start-color: rgb(6 182 212 / 0.25);
}
.border-s-typography-alternate\/30 {
  border-inline-start-color: rgb(6 182 212 / 0.3);
}
.border-s-typography-alternate\/40 {
  border-inline-start-color: rgb(6 182 212 / 0.4);
}
.border-s-typography-alternate\/5 {
  border-inline-start-color: rgb(6 182 212 / 0.05);
}
.border-s-typography-alternate\/50 {
  border-inline-start-color: rgb(6 182 212 / 0.5);
}
.border-s-typography-alternate\/60 {
  border-inline-start-color: rgb(6 182 212 / 0.6);
}
.border-s-typography-alternate\/70 {
  border-inline-start-color: rgb(6 182 212 / 0.7);
}
.border-s-typography-alternate\/75 {
  border-inline-start-color: rgb(6 182 212 / 0.75);
}
.border-s-typography-alternate\/80 {
  border-inline-start-color: rgb(6 182 212 / 0.8);
}
.border-s-typography-alternate\/90 {
  border-inline-start-color: rgb(6 182 212 / 0.9);
}
.border-s-typography-alternate\/95 {
  border-inline-start-color: rgb(6 182 212 / 0.95);
}
.border-s-typography-alternate\/state-disabled {
  border-inline-start-color: rgb(6 182 212 / 0.5);
}
.border-s-typography-alternate\/state-enabled {
  border-inline-start-color: rgb(6 182 212 / 1);
}
.border-s-typography-default {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-s-typography-default\/0 {
  border-inline-start-color: rgb(255 255 255 / 0);
}
.border-s-typography-default\/10 {
  border-inline-start-color: rgb(255 255 255 / 0.1);
}
.border-s-typography-default\/100 {
  border-inline-start-color: rgb(255 255 255 / 1);
}
.border-s-typography-default\/20 {
  border-inline-start-color: rgb(255 255 255 / 0.2);
}
.border-s-typography-default\/25 {
  border-inline-start-color: rgb(255 255 255 / 0.25);
}
.border-s-typography-default\/30 {
  border-inline-start-color: rgb(255 255 255 / 0.3);
}
.border-s-typography-default\/40 {
  border-inline-start-color: rgb(255 255 255 / 0.4);
}
.border-s-typography-default\/5 {
  border-inline-start-color: rgb(255 255 255 / 0.05);
}
.border-s-typography-default\/50 {
  border-inline-start-color: rgb(255 255 255 / 0.5);
}
.border-s-typography-default\/60 {
  border-inline-start-color: rgb(255 255 255 / 0.6);
}
.border-s-typography-default\/70 {
  border-inline-start-color: rgb(255 255 255 / 0.7);
}
.border-s-typography-default\/75 {
  border-inline-start-color: rgb(255 255 255 / 0.75);
}
.border-s-typography-default\/80 {
  border-inline-start-color: rgb(255 255 255 / 0.8);
}
.border-s-typography-default\/90 {
  border-inline-start-color: rgb(255 255 255 / 0.9);
}
.border-s-typography-default\/95 {
  border-inline-start-color: rgb(255 255 255 / 0.95);
}
.border-s-typography-default\/state-disabled {
  border-inline-start-color: rgb(255 255 255 / 0.5);
}
.border-s-typography-default\/state-enabled {
  border-inline-start-color: rgb(255 255 255 / 1);
}
.border-s-typography-error {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(248 113 113 / var(--tw-border-opacity));
}
.border-s-typography-error\/0 {
  border-inline-start-color: rgb(248 113 113 / 0);
}
.border-s-typography-error\/10 {
  border-inline-start-color: rgb(248 113 113 / 0.1);
}
.border-s-typography-error\/100 {
  border-inline-start-color: rgb(248 113 113 / 1);
}
.border-s-typography-error\/20 {
  border-inline-start-color: rgb(248 113 113 / 0.2);
}
.border-s-typography-error\/25 {
  border-inline-start-color: rgb(248 113 113 / 0.25);
}
.border-s-typography-error\/30 {
  border-inline-start-color: rgb(248 113 113 / 0.3);
}
.border-s-typography-error\/40 {
  border-inline-start-color: rgb(248 113 113 / 0.4);
}
.border-s-typography-error\/5 {
  border-inline-start-color: rgb(248 113 113 / 0.05);
}
.border-s-typography-error\/50 {
  border-inline-start-color: rgb(248 113 113 / 0.5);
}
.border-s-typography-error\/60 {
  border-inline-start-color: rgb(248 113 113 / 0.6);
}
.border-s-typography-error\/70 {
  border-inline-start-color: rgb(248 113 113 / 0.7);
}
.border-s-typography-error\/75 {
  border-inline-start-color: rgb(248 113 113 / 0.75);
}
.border-s-typography-error\/80 {
  border-inline-start-color: rgb(248 113 113 / 0.8);
}
.border-s-typography-error\/90 {
  border-inline-start-color: rgb(248 113 113 / 0.9);
}
.border-s-typography-error\/95 {
  border-inline-start-color: rgb(248 113 113 / 0.95);
}
.border-s-typography-error\/state-disabled {
  border-inline-start-color: rgb(248 113 113 / 0.5);
}
.border-s-typography-error\/state-enabled {
  border-inline-start-color: rgb(248 113 113 / 1);
}
.border-s-typography-info {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(96 165 250 / var(--tw-border-opacity));
}
.border-s-typography-info\/0 {
  border-inline-start-color: rgb(96 165 250 / 0);
}
.border-s-typography-info\/10 {
  border-inline-start-color: rgb(96 165 250 / 0.1);
}
.border-s-typography-info\/100 {
  border-inline-start-color: rgb(96 165 250 / 1);
}
.border-s-typography-info\/20 {
  border-inline-start-color: rgb(96 165 250 / 0.2);
}
.border-s-typography-info\/25 {
  border-inline-start-color: rgb(96 165 250 / 0.25);
}
.border-s-typography-info\/30 {
  border-inline-start-color: rgb(96 165 250 / 0.3);
}
.border-s-typography-info\/40 {
  border-inline-start-color: rgb(96 165 250 / 0.4);
}
.border-s-typography-info\/5 {
  border-inline-start-color: rgb(96 165 250 / 0.05);
}
.border-s-typography-info\/50 {
  border-inline-start-color: rgb(96 165 250 / 0.5);
}
.border-s-typography-info\/60 {
  border-inline-start-color: rgb(96 165 250 / 0.6);
}
.border-s-typography-info\/70 {
  border-inline-start-color: rgb(96 165 250 / 0.7);
}
.border-s-typography-info\/75 {
  border-inline-start-color: rgb(96 165 250 / 0.75);
}
.border-s-typography-info\/80 {
  border-inline-start-color: rgb(96 165 250 / 0.8);
}
.border-s-typography-info\/90 {
  border-inline-start-color: rgb(96 165 250 / 0.9);
}
.border-s-typography-info\/95 {
  border-inline-start-color: rgb(96 165 250 / 0.95);
}
.border-s-typography-info\/state-disabled {
  border-inline-start-color: rgb(96 165 250 / 0.5);
}
.border-s-typography-info\/state-enabled {
  border-inline-start-color: rgb(96 165 250 / 1);
}
.border-s-typography-link-default {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-s-typography-link-default\/0 {
  border-inline-start-color: rgb(205 141 239 / 0);
}
.border-s-typography-link-default\/10 {
  border-inline-start-color: rgb(205 141 239 / 0.1);
}
.border-s-typography-link-default\/100 {
  border-inline-start-color: rgb(205 141 239 / 1);
}
.border-s-typography-link-default\/20 {
  border-inline-start-color: rgb(205 141 239 / 0.2);
}
.border-s-typography-link-default\/25 {
  border-inline-start-color: rgb(205 141 239 / 0.25);
}
.border-s-typography-link-default\/30 {
  border-inline-start-color: rgb(205 141 239 / 0.3);
}
.border-s-typography-link-default\/40 {
  border-inline-start-color: rgb(205 141 239 / 0.4);
}
.border-s-typography-link-default\/5 {
  border-inline-start-color: rgb(205 141 239 / 0.05);
}
.border-s-typography-link-default\/50 {
  border-inline-start-color: rgb(205 141 239 / 0.5);
}
.border-s-typography-link-default\/60 {
  border-inline-start-color: rgb(205 141 239 / 0.6);
}
.border-s-typography-link-default\/70 {
  border-inline-start-color: rgb(205 141 239 / 0.7);
}
.border-s-typography-link-default\/75 {
  border-inline-start-color: rgb(205 141 239 / 0.75);
}
.border-s-typography-link-default\/80 {
  border-inline-start-color: rgb(205 141 239 / 0.8);
}
.border-s-typography-link-default\/90 {
  border-inline-start-color: rgb(205 141 239 / 0.9);
}
.border-s-typography-link-default\/95 {
  border-inline-start-color: rgb(205 141 239 / 0.95);
}
.border-s-typography-link-default\/state-disabled {
  border-inline-start-color: rgb(205 141 239 / 0.5);
}
.border-s-typography-link-default\/state-enabled {
  border-inline-start-color: rgb(205 141 239 / 1);
}
.border-s-typography-link-hover {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(215 164 242 / var(--tw-border-opacity));
}
.border-s-typography-link-hover\/0 {
  border-inline-start-color: rgb(215 164 242 / 0);
}
.border-s-typography-link-hover\/10 {
  border-inline-start-color: rgb(215 164 242 / 0.1);
}
.border-s-typography-link-hover\/100 {
  border-inline-start-color: rgb(215 164 242 / 1);
}
.border-s-typography-link-hover\/20 {
  border-inline-start-color: rgb(215 164 242 / 0.2);
}
.border-s-typography-link-hover\/25 {
  border-inline-start-color: rgb(215 164 242 / 0.25);
}
.border-s-typography-link-hover\/30 {
  border-inline-start-color: rgb(215 164 242 / 0.3);
}
.border-s-typography-link-hover\/40 {
  border-inline-start-color: rgb(215 164 242 / 0.4);
}
.border-s-typography-link-hover\/5 {
  border-inline-start-color: rgb(215 164 242 / 0.05);
}
.border-s-typography-link-hover\/50 {
  border-inline-start-color: rgb(215 164 242 / 0.5);
}
.border-s-typography-link-hover\/60 {
  border-inline-start-color: rgb(215 164 242 / 0.6);
}
.border-s-typography-link-hover\/70 {
  border-inline-start-color: rgb(215 164 242 / 0.7);
}
.border-s-typography-link-hover\/75 {
  border-inline-start-color: rgb(215 164 242 / 0.75);
}
.border-s-typography-link-hover\/80 {
  border-inline-start-color: rgb(215 164 242 / 0.8);
}
.border-s-typography-link-hover\/90 {
  border-inline-start-color: rgb(215 164 242 / 0.9);
}
.border-s-typography-link-hover\/95 {
  border-inline-start-color: rgb(215 164 242 / 0.95);
}
.border-s-typography-link-hover\/state-disabled {
  border-inline-start-color: rgb(215 164 242 / 0.5);
}
.border-s-typography-link-hover\/state-enabled {
  border-inline-start-color: rgb(215 164 242 / 1);
}
.border-s-typography-muted {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-s-typography-muted\/0 {
  border-inline-start-color: rgb(156 163 175 / 0);
}
.border-s-typography-muted\/10 {
  border-inline-start-color: rgb(156 163 175 / 0.1);
}
.border-s-typography-muted\/100 {
  border-inline-start-color: rgb(156 163 175 / 1);
}
.border-s-typography-muted\/20 {
  border-inline-start-color: rgb(156 163 175 / 0.2);
}
.border-s-typography-muted\/25 {
  border-inline-start-color: rgb(156 163 175 / 0.25);
}
.border-s-typography-muted\/30 {
  border-inline-start-color: rgb(156 163 175 / 0.3);
}
.border-s-typography-muted\/40 {
  border-inline-start-color: rgb(156 163 175 / 0.4);
}
.border-s-typography-muted\/5 {
  border-inline-start-color: rgb(156 163 175 / 0.05);
}
.border-s-typography-muted\/50 {
  border-inline-start-color: rgb(156 163 175 / 0.5);
}
.border-s-typography-muted\/60 {
  border-inline-start-color: rgb(156 163 175 / 0.6);
}
.border-s-typography-muted\/70 {
  border-inline-start-color: rgb(156 163 175 / 0.7);
}
.border-s-typography-muted\/75 {
  border-inline-start-color: rgb(156 163 175 / 0.75);
}
.border-s-typography-muted\/80 {
  border-inline-start-color: rgb(156 163 175 / 0.8);
}
.border-s-typography-muted\/90 {
  border-inline-start-color: rgb(156 163 175 / 0.9);
}
.border-s-typography-muted\/95 {
  border-inline-start-color: rgb(156 163 175 / 0.95);
}
.border-s-typography-muted\/state-disabled {
  border-inline-start-color: rgb(156 163 175 / 0.5);
}
.border-s-typography-muted\/state-enabled {
  border-inline-start-color: rgb(156 163 175 / 1);
}
.border-s-typography-on-accent {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.border-s-typography-on-accent\/0 {
  border-inline-start-color: rgb(64 64 64 / 0);
}
.border-s-typography-on-accent\/10 {
  border-inline-start-color: rgb(64 64 64 / 0.1);
}
.border-s-typography-on-accent\/100 {
  border-inline-start-color: rgb(64 64 64 / 1);
}
.border-s-typography-on-accent\/20 {
  border-inline-start-color: rgb(64 64 64 / 0.2);
}
.border-s-typography-on-accent\/25 {
  border-inline-start-color: rgb(64 64 64 / 0.25);
}
.border-s-typography-on-accent\/30 {
  border-inline-start-color: rgb(64 64 64 / 0.3);
}
.border-s-typography-on-accent\/40 {
  border-inline-start-color: rgb(64 64 64 / 0.4);
}
.border-s-typography-on-accent\/5 {
  border-inline-start-color: rgb(64 64 64 / 0.05);
}
.border-s-typography-on-accent\/50 {
  border-inline-start-color: rgb(64 64 64 / 0.5);
}
.border-s-typography-on-accent\/60 {
  border-inline-start-color: rgb(64 64 64 / 0.6);
}
.border-s-typography-on-accent\/70 {
  border-inline-start-color: rgb(64 64 64 / 0.7);
}
.border-s-typography-on-accent\/75 {
  border-inline-start-color: rgb(64 64 64 / 0.75);
}
.border-s-typography-on-accent\/80 {
  border-inline-start-color: rgb(64 64 64 / 0.8);
}
.border-s-typography-on-accent\/90 {
  border-inline-start-color: rgb(64 64 64 / 0.9);
}
.border-s-typography-on-accent\/95 {
  border-inline-start-color: rgb(64 64 64 / 0.95);
}
.border-s-typography-on-accent\/state-disabled {
  border-inline-start-color: rgb(64 64 64 / 0.5);
}
.border-s-typography-on-accent\/state-enabled {
  border-inline-start-color: rgb(64 64 64 / 1);
}
.border-s-typography-subtle {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-s-typography-subtle\/0 {
  border-inline-start-color: rgb(229 231 235 / 0);
}
.border-s-typography-subtle\/10 {
  border-inline-start-color: rgb(229 231 235 / 0.1);
}
.border-s-typography-subtle\/100 {
  border-inline-start-color: rgb(229 231 235 / 1);
}
.border-s-typography-subtle\/20 {
  border-inline-start-color: rgb(229 231 235 / 0.2);
}
.border-s-typography-subtle\/25 {
  border-inline-start-color: rgb(229 231 235 / 0.25);
}
.border-s-typography-subtle\/30 {
  border-inline-start-color: rgb(229 231 235 / 0.3);
}
.border-s-typography-subtle\/40 {
  border-inline-start-color: rgb(229 231 235 / 0.4);
}
.border-s-typography-subtle\/5 {
  border-inline-start-color: rgb(229 231 235 / 0.05);
}
.border-s-typography-subtle\/50 {
  border-inline-start-color: rgb(229 231 235 / 0.5);
}
.border-s-typography-subtle\/60 {
  border-inline-start-color: rgb(229 231 235 / 0.6);
}
.border-s-typography-subtle\/70 {
  border-inline-start-color: rgb(229 231 235 / 0.7);
}
.border-s-typography-subtle\/75 {
  border-inline-start-color: rgb(229 231 235 / 0.75);
}
.border-s-typography-subtle\/80 {
  border-inline-start-color: rgb(229 231 235 / 0.8);
}
.border-s-typography-subtle\/90 {
  border-inline-start-color: rgb(229 231 235 / 0.9);
}
.border-s-typography-subtle\/95 {
  border-inline-start-color: rgb(229 231 235 / 0.95);
}
.border-s-typography-subtle\/state-disabled {
  border-inline-start-color: rgb(229 231 235 / 0.5);
}
.border-s-typography-subtle\/state-enabled {
  border-inline-start-color: rgb(229 231 235 / 1);
}
.border-s-typography-success {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(74 222 128 / var(--tw-border-opacity));
}
.border-s-typography-success\/0 {
  border-inline-start-color: rgb(74 222 128 / 0);
}
.border-s-typography-success\/10 {
  border-inline-start-color: rgb(74 222 128 / 0.1);
}
.border-s-typography-success\/100 {
  border-inline-start-color: rgb(74 222 128 / 1);
}
.border-s-typography-success\/20 {
  border-inline-start-color: rgb(74 222 128 / 0.2);
}
.border-s-typography-success\/25 {
  border-inline-start-color: rgb(74 222 128 / 0.25);
}
.border-s-typography-success\/30 {
  border-inline-start-color: rgb(74 222 128 / 0.3);
}
.border-s-typography-success\/40 {
  border-inline-start-color: rgb(74 222 128 / 0.4);
}
.border-s-typography-success\/5 {
  border-inline-start-color: rgb(74 222 128 / 0.05);
}
.border-s-typography-success\/50 {
  border-inline-start-color: rgb(74 222 128 / 0.5);
}
.border-s-typography-success\/60 {
  border-inline-start-color: rgb(74 222 128 / 0.6);
}
.border-s-typography-success\/70 {
  border-inline-start-color: rgb(74 222 128 / 0.7);
}
.border-s-typography-success\/75 {
  border-inline-start-color: rgb(74 222 128 / 0.75);
}
.border-s-typography-success\/80 {
  border-inline-start-color: rgb(74 222 128 / 0.8);
}
.border-s-typography-success\/90 {
  border-inline-start-color: rgb(74 222 128 / 0.9);
}
.border-s-typography-success\/95 {
  border-inline-start-color: rgb(74 222 128 / 0.95);
}
.border-s-typography-success\/state-disabled {
  border-inline-start-color: rgb(74 222 128 / 0.5);
}
.border-s-typography-success\/state-enabled {
  border-inline-start-color: rgb(74 222 128 / 1);
}
.border-s-typography-warning {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(251 146 60 / var(--tw-border-opacity));
}
.border-s-typography-warning\/0 {
  border-inline-start-color: rgb(251 146 60 / 0);
}
.border-s-typography-warning\/10 {
  border-inline-start-color: rgb(251 146 60 / 0.1);
}
.border-s-typography-warning\/100 {
  border-inline-start-color: rgb(251 146 60 / 1);
}
.border-s-typography-warning\/20 {
  border-inline-start-color: rgb(251 146 60 / 0.2);
}
.border-s-typography-warning\/25 {
  border-inline-start-color: rgb(251 146 60 / 0.25);
}
.border-s-typography-warning\/30 {
  border-inline-start-color: rgb(251 146 60 / 0.3);
}
.border-s-typography-warning\/40 {
  border-inline-start-color: rgb(251 146 60 / 0.4);
}
.border-s-typography-warning\/5 {
  border-inline-start-color: rgb(251 146 60 / 0.05);
}
.border-s-typography-warning\/50 {
  border-inline-start-color: rgb(251 146 60 / 0.5);
}
.border-s-typography-warning\/60 {
  border-inline-start-color: rgb(251 146 60 / 0.6);
}
.border-s-typography-warning\/70 {
  border-inline-start-color: rgb(251 146 60 / 0.7);
}
.border-s-typography-warning\/75 {
  border-inline-start-color: rgb(251 146 60 / 0.75);
}
.border-s-typography-warning\/80 {
  border-inline-start-color: rgb(251 146 60 / 0.8);
}
.border-s-typography-warning\/90 {
  border-inline-start-color: rgb(251 146 60 / 0.9);
}
.border-s-typography-warning\/95 {
  border-inline-start-color: rgb(251 146 60 / 0.95);
}
.border-s-typography-warning\/state-disabled {
  border-inline-start-color: rgb(251 146 60 / 0.5);
}
.border-s-typography-warning\/state-enabled {
  border-inline-start-color: rgb(251 146 60 / 1);
}
.border-t-avatar-background {
  --tw-border-opacity: 1;
  border-top-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-t-avatar-background\/0 {
  border-top-color: rgb(205 141 239 / 0);
}
.border-t-avatar-background\/10 {
  border-top-color: rgb(205 141 239 / 0.1);
}
.border-t-avatar-background\/100 {
  border-top-color: rgb(205 141 239 / 1);
}
.border-t-avatar-background\/20 {
  border-top-color: rgb(205 141 239 / 0.2);
}
.border-t-avatar-background\/25 {
  border-top-color: rgb(205 141 239 / 0.25);
}
.border-t-avatar-background\/30 {
  border-top-color: rgb(205 141 239 / 0.3);
}
.border-t-avatar-background\/40 {
  border-top-color: rgb(205 141 239 / 0.4);
}
.border-t-avatar-background\/5 {
  border-top-color: rgb(205 141 239 / 0.05);
}
.border-t-avatar-background\/50 {
  border-top-color: rgb(205 141 239 / 0.5);
}
.border-t-avatar-background\/60 {
  border-top-color: rgb(205 141 239 / 0.6);
}
.border-t-avatar-background\/70 {
  border-top-color: rgb(205 141 239 / 0.7);
}
.border-t-avatar-background\/75 {
  border-top-color: rgb(205 141 239 / 0.75);
}
.border-t-avatar-background\/80 {
  border-top-color: rgb(205 141 239 / 0.8);
}
.border-t-avatar-background\/90 {
  border-top-color: rgb(205 141 239 / 0.9);
}
.border-t-avatar-background\/95 {
  border-top-color: rgb(205 141 239 / 0.95);
}
.border-t-avatar-background\/state-disabled {
  border-top-color: rgb(205 141 239 / 0.5);
}
.border-t-avatar-background\/state-enabled {
  border-top-color: rgb(205 141 239 / 1);
}
.border-t-badge-outline-alternate {
  --tw-border-opacity: 1;
  border-top-color: rgb(6 182 212 / var(--tw-border-opacity));
}
.border-t-badge-outline-alternate\/0 {
  border-top-color: rgb(6 182 212 / 0);
}
.border-t-badge-outline-alternate\/10 {
  border-top-color: rgb(6 182 212 / 0.1);
}
.border-t-badge-outline-alternate\/100 {
  border-top-color: rgb(6 182 212 / 1);
}
.border-t-badge-outline-alternate\/20 {
  border-top-color: rgb(6 182 212 / 0.2);
}
.border-t-badge-outline-alternate\/25 {
  border-top-color: rgb(6 182 212 / 0.25);
}
.border-t-badge-outline-alternate\/30 {
  border-top-color: rgb(6 182 212 / 0.3);
}
.border-t-badge-outline-alternate\/40 {
  border-top-color: rgb(6 182 212 / 0.4);
}
.border-t-badge-outline-alternate\/5 {
  border-top-color: rgb(6 182 212 / 0.05);
}
.border-t-badge-outline-alternate\/50 {
  border-top-color: rgb(6 182 212 / 0.5);
}
.border-t-badge-outline-alternate\/60 {
  border-top-color: rgb(6 182 212 / 0.6);
}
.border-t-badge-outline-alternate\/70 {
  border-top-color: rgb(6 182 212 / 0.7);
}
.border-t-badge-outline-alternate\/75 {
  border-top-color: rgb(6 182 212 / 0.75);
}
.border-t-badge-outline-alternate\/80 {
  border-top-color: rgb(6 182 212 / 0.8);
}
.border-t-badge-outline-alternate\/90 {
  border-top-color: rgb(6 182 212 / 0.9);
}
.border-t-badge-outline-alternate\/95 {
  border-top-color: rgb(6 182 212 / 0.95);
}
.border-t-badge-outline-alternate\/state-disabled {
  border-top-color: rgb(6 182 212 / 0.5);
}
.border-t-badge-outline-alternate\/state-enabled {
  border-top-color: rgb(6 182 212 / 1);
}
.border-t-badge-outline-default {
  --tw-border-opacity: 1;
  border-top-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-t-badge-outline-default\/0 {
  border-top-color: rgb(205 141 239 / 0);
}
.border-t-badge-outline-default\/10 {
  border-top-color: rgb(205 141 239 / 0.1);
}
.border-t-badge-outline-default\/100 {
  border-top-color: rgb(205 141 239 / 1);
}
.border-t-badge-outline-default\/20 {
  border-top-color: rgb(205 141 239 / 0.2);
}
.border-t-badge-outline-default\/25 {
  border-top-color: rgb(205 141 239 / 0.25);
}
.border-t-badge-outline-default\/30 {
  border-top-color: rgb(205 141 239 / 0.3);
}
.border-t-badge-outline-default\/40 {
  border-top-color: rgb(205 141 239 / 0.4);
}
.border-t-badge-outline-default\/5 {
  border-top-color: rgb(205 141 239 / 0.05);
}
.border-t-badge-outline-default\/50 {
  border-top-color: rgb(205 141 239 / 0.5);
}
.border-t-badge-outline-default\/60 {
  border-top-color: rgb(205 141 239 / 0.6);
}
.border-t-badge-outline-default\/70 {
  border-top-color: rgb(205 141 239 / 0.7);
}
.border-t-badge-outline-default\/75 {
  border-top-color: rgb(205 141 239 / 0.75);
}
.border-t-badge-outline-default\/80 {
  border-top-color: rgb(205 141 239 / 0.8);
}
.border-t-badge-outline-default\/90 {
  border-top-color: rgb(205 141 239 / 0.9);
}
.border-t-badge-outline-default\/95 {
  border-top-color: rgb(205 141 239 / 0.95);
}
.border-t-badge-outline-default\/state-disabled {
  border-top-color: rgb(205 141 239 / 0.5);
}
.border-t-badge-outline-default\/state-enabled {
  border-top-color: rgb(205 141 239 / 1);
}
.border-t-badge-outline-textColor {
  --tw-border-opacity: 1;
  border-top-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-t-badge-outline-textColor\/0 {
  border-top-color: rgb(205 141 239 / 0);
}
.border-t-badge-outline-textColor\/10 {
  border-top-color: rgb(205 141 239 / 0.1);
}
.border-t-badge-outline-textColor\/100 {
  border-top-color: rgb(205 141 239 / 1);
}
.border-t-badge-outline-textColor\/20 {
  border-top-color: rgb(205 141 239 / 0.2);
}
.border-t-badge-outline-textColor\/25 {
  border-top-color: rgb(205 141 239 / 0.25);
}
.border-t-badge-outline-textColor\/30 {
  border-top-color: rgb(205 141 239 / 0.3);
}
.border-t-badge-outline-textColor\/40 {
  border-top-color: rgb(205 141 239 / 0.4);
}
.border-t-badge-outline-textColor\/5 {
  border-top-color: rgb(205 141 239 / 0.05);
}
.border-t-badge-outline-textColor\/50 {
  border-top-color: rgb(205 141 239 / 0.5);
}
.border-t-badge-outline-textColor\/60 {
  border-top-color: rgb(205 141 239 / 0.6);
}
.border-t-badge-outline-textColor\/70 {
  border-top-color: rgb(205 141 239 / 0.7);
}
.border-t-badge-outline-textColor\/75 {
  border-top-color: rgb(205 141 239 / 0.75);
}
.border-t-badge-outline-textColor\/80 {
  border-top-color: rgb(205 141 239 / 0.8);
}
.border-t-badge-outline-textColor\/90 {
  border-top-color: rgb(205 141 239 / 0.9);
}
.border-t-badge-outline-textColor\/95 {
  border-top-color: rgb(205 141 239 / 0.95);
}
.border-t-badge-outline-textColor\/state-disabled {
  border-top-color: rgb(205 141 239 / 0.5);
}
.border-t-badge-outline-textColor\/state-enabled {
  border-top-color: rgb(205 141 239 / 1);
}
.border-t-badge-solid-alternate {
  --tw-border-opacity: 1;
  border-top-color: rgb(6 182 212 / var(--tw-border-opacity));
}
.border-t-badge-solid-alternate\/0 {
  border-top-color: rgb(6 182 212 / 0);
}
.border-t-badge-solid-alternate\/10 {
  border-top-color: rgb(6 182 212 / 0.1);
}
.border-t-badge-solid-alternate\/100 {
  border-top-color: rgb(6 182 212 / 1);
}
.border-t-badge-solid-alternate\/20 {
  border-top-color: rgb(6 182 212 / 0.2);
}
.border-t-badge-solid-alternate\/25 {
  border-top-color: rgb(6 182 212 / 0.25);
}
.border-t-badge-solid-alternate\/30 {
  border-top-color: rgb(6 182 212 / 0.3);
}
.border-t-badge-solid-alternate\/40 {
  border-top-color: rgb(6 182 212 / 0.4);
}
.border-t-badge-solid-alternate\/5 {
  border-top-color: rgb(6 182 212 / 0.05);
}
.border-t-badge-solid-alternate\/50 {
  border-top-color: rgb(6 182 212 / 0.5);
}
.border-t-badge-solid-alternate\/60 {
  border-top-color: rgb(6 182 212 / 0.6);
}
.border-t-badge-solid-alternate\/70 {
  border-top-color: rgb(6 182 212 / 0.7);
}
.border-t-badge-solid-alternate\/75 {
  border-top-color: rgb(6 182 212 / 0.75);
}
.border-t-badge-solid-alternate\/80 {
  border-top-color: rgb(6 182 212 / 0.8);
}
.border-t-badge-solid-alternate\/90 {
  border-top-color: rgb(6 182 212 / 0.9);
}
.border-t-badge-solid-alternate\/95 {
  border-top-color: rgb(6 182 212 / 0.95);
}
.border-t-badge-solid-alternate\/state-disabled {
  border-top-color: rgb(6 182 212 / 0.5);
}
.border-t-badge-solid-alternate\/state-enabled {
  border-top-color: rgb(6 182 212 / 1);
}
.border-t-badge-solid-default {
  --tw-border-opacity: 1;
  border-top-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-t-badge-solid-default\/0 {
  border-top-color: rgb(205 141 239 / 0);
}
.border-t-badge-solid-default\/10 {
  border-top-color: rgb(205 141 239 / 0.1);
}
.border-t-badge-solid-default\/100 {
  border-top-color: rgb(205 141 239 / 1);
}
.border-t-badge-solid-default\/20 {
  border-top-color: rgb(205 141 239 / 0.2);
}
.border-t-badge-solid-default\/25 {
  border-top-color: rgb(205 141 239 / 0.25);
}
.border-t-badge-solid-default\/30 {
  border-top-color: rgb(205 141 239 / 0.3);
}
.border-t-badge-solid-default\/40 {
  border-top-color: rgb(205 141 239 / 0.4);
}
.border-t-badge-solid-default\/5 {
  border-top-color: rgb(205 141 239 / 0.05);
}
.border-t-badge-solid-default\/50 {
  border-top-color: rgb(205 141 239 / 0.5);
}
.border-t-badge-solid-default\/60 {
  border-top-color: rgb(205 141 239 / 0.6);
}
.border-t-badge-solid-default\/70 {
  border-top-color: rgb(205 141 239 / 0.7);
}
.border-t-badge-solid-default\/75 {
  border-top-color: rgb(205 141 239 / 0.75);
}
.border-t-badge-solid-default\/80 {
  border-top-color: rgb(205 141 239 / 0.8);
}
.border-t-badge-solid-default\/90 {
  border-top-color: rgb(205 141 239 / 0.9);
}
.border-t-badge-solid-default\/95 {
  border-top-color: rgb(205 141 239 / 0.95);
}
.border-t-badge-solid-default\/state-disabled {
  border-top-color: rgb(205 141 239 / 0.5);
}
.border-t-badge-solid-default\/state-enabled {
  border-top-color: rgb(205 141 239 / 1);
}
.border-t-badge-solid-textColor {
  --tw-border-opacity: 1;
  border-top-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.border-t-badge-solid-textColor\/0 {
  border-top-color: rgb(64 64 64 / 0);
}
.border-t-badge-solid-textColor\/10 {
  border-top-color: rgb(64 64 64 / 0.1);
}
.border-t-badge-solid-textColor\/100 {
  border-top-color: rgb(64 64 64 / 1);
}
.border-t-badge-solid-textColor\/20 {
  border-top-color: rgb(64 64 64 / 0.2);
}
.border-t-badge-solid-textColor\/25 {
  border-top-color: rgb(64 64 64 / 0.25);
}
.border-t-badge-solid-textColor\/30 {
  border-top-color: rgb(64 64 64 / 0.3);
}
.border-t-badge-solid-textColor\/40 {
  border-top-color: rgb(64 64 64 / 0.4);
}
.border-t-badge-solid-textColor\/5 {
  border-top-color: rgb(64 64 64 / 0.05);
}
.border-t-badge-solid-textColor\/50 {
  border-top-color: rgb(64 64 64 / 0.5);
}
.border-t-badge-solid-textColor\/60 {
  border-top-color: rgb(64 64 64 / 0.6);
}
.border-t-badge-solid-textColor\/70 {
  border-top-color: rgb(64 64 64 / 0.7);
}
.border-t-badge-solid-textColor\/75 {
  border-top-color: rgb(64 64 64 / 0.75);
}
.border-t-badge-solid-textColor\/80 {
  border-top-color: rgb(64 64 64 / 0.8);
}
.border-t-badge-solid-textColor\/90 {
  border-top-color: rgb(64 64 64 / 0.9);
}
.border-t-badge-solid-textColor\/95 {
  border-top-color: rgb(64 64 64 / 0.95);
}
.border-t-badge-solid-textColor\/state-disabled {
  border-top-color: rgb(64 64 64 / 0.5);
}
.border-t-badge-solid-textColor\/state-enabled {
  border-top-color: rgb(64 64 64 / 1);
}
.border-t-divider-default {
  --tw-border-opacity: 1;
  border-top-color: rgb(55 65 81 / var(--tw-border-opacity));
}
.border-t-divider-default\/0 {
  border-top-color: rgb(55 65 81 / 0);
}
.border-t-divider-default\/10 {
  border-top-color: rgb(55 65 81 / 0.1);
}
.border-t-divider-default\/100 {
  border-top-color: rgb(55 65 81 / 1);
}
.border-t-divider-default\/20 {
  border-top-color: rgb(55 65 81 / 0.2);
}
.border-t-divider-default\/25 {
  border-top-color: rgb(55 65 81 / 0.25);
}
.border-t-divider-default\/30 {
  border-top-color: rgb(55 65 81 / 0.3);
}
.border-t-divider-default\/40 {
  border-top-color: rgb(55 65 81 / 0.4);
}
.border-t-divider-default\/5 {
  border-top-color: rgb(55 65 81 / 0.05);
}
.border-t-divider-default\/50 {
  border-top-color: rgb(55 65 81 / 0.5);
}
.border-t-divider-default\/60 {
  border-top-color: rgb(55 65 81 / 0.6);
}
.border-t-divider-default\/70 {
  border-top-color: rgb(55 65 81 / 0.7);
}
.border-t-divider-default\/75 {
  border-top-color: rgb(55 65 81 / 0.75);
}
.border-t-divider-default\/80 {
  border-top-color: rgb(55 65 81 / 0.8);
}
.border-t-divider-default\/90 {
  border-top-color: rgb(55 65 81 / 0.9);
}
.border-t-divider-default\/95 {
  border-top-color: rgb(55 65 81 / 0.95);
}
.border-t-divider-default\/state-disabled {
  border-top-color: rgb(55 65 81 / 0.5);
}
.border-t-divider-default\/state-enabled {
  border-top-color: rgb(55 65 81 / 1);
}
.border-t-input-background {
  --tw-border-opacity: 1;
  border-top-color: rgb(23 23 23 / var(--tw-border-opacity));
}
.border-t-input-background\/0 {
  border-top-color: rgb(23 23 23 / 0);
}
.border-t-input-background\/10 {
  border-top-color: rgb(23 23 23 / 0.1);
}
.border-t-input-background\/100 {
  border-top-color: rgb(23 23 23 / 1);
}
.border-t-input-background\/20 {
  border-top-color: rgb(23 23 23 / 0.2);
}
.border-t-input-background\/25 {
  border-top-color: rgb(23 23 23 / 0.25);
}
.border-t-input-background\/30 {
  border-top-color: rgb(23 23 23 / 0.3);
}
.border-t-input-background\/40 {
  border-top-color: rgb(23 23 23 / 0.4);
}
.border-t-input-background\/5 {
  border-top-color: rgb(23 23 23 / 0.05);
}
.border-t-input-background\/50 {
  border-top-color: rgb(23 23 23 / 0.5);
}
.border-t-input-background\/60 {
  border-top-color: rgb(23 23 23 / 0.6);
}
.border-t-input-background\/70 {
  border-top-color: rgb(23 23 23 / 0.7);
}
.border-t-input-background\/75 {
  border-top-color: rgb(23 23 23 / 0.75);
}
.border-t-input-background\/80 {
  border-top-color: rgb(23 23 23 / 0.8);
}
.border-t-input-background\/90 {
  border-top-color: rgb(23 23 23 / 0.9);
}
.border-t-input-background\/95 {
  border-top-color: rgb(23 23 23 / 0.95);
}
.border-t-input-background\/state-disabled {
  border-top-color: rgb(23 23 23 / 0.5);
}
.border-t-input-background\/state-enabled {
  border-top-color: rgb(23 23 23 / 1);
}
.border-t-input-checkbox-background {
  --tw-border-opacity: 1;
  border-top-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-t-input-checkbox-background\/0 {
  border-top-color: rgb(205 141 239 / 0);
}
.border-t-input-checkbox-background\/10 {
  border-top-color: rgb(205 141 239 / 0.1);
}
.border-t-input-checkbox-background\/100 {
  border-top-color: rgb(205 141 239 / 1);
}
.border-t-input-checkbox-background\/20 {
  border-top-color: rgb(205 141 239 / 0.2);
}
.border-t-input-checkbox-background\/25 {
  border-top-color: rgb(205 141 239 / 0.25);
}
.border-t-input-checkbox-background\/30 {
  border-top-color: rgb(205 141 239 / 0.3);
}
.border-t-input-checkbox-background\/40 {
  border-top-color: rgb(205 141 239 / 0.4);
}
.border-t-input-checkbox-background\/5 {
  border-top-color: rgb(205 141 239 / 0.05);
}
.border-t-input-checkbox-background\/50 {
  border-top-color: rgb(205 141 239 / 0.5);
}
.border-t-input-checkbox-background\/60 {
  border-top-color: rgb(205 141 239 / 0.6);
}
.border-t-input-checkbox-background\/70 {
  border-top-color: rgb(205 141 239 / 0.7);
}
.border-t-input-checkbox-background\/75 {
  border-top-color: rgb(205 141 239 / 0.75);
}
.border-t-input-checkbox-background\/80 {
  border-top-color: rgb(205 141 239 / 0.8);
}
.border-t-input-checkbox-background\/90 {
  border-top-color: rgb(205 141 239 / 0.9);
}
.border-t-input-checkbox-background\/95 {
  border-top-color: rgb(205 141 239 / 0.95);
}
.border-t-input-checkbox-background\/state-disabled {
  border-top-color: rgb(205 141 239 / 0.5);
}
.border-t-input-checkbox-background\/state-enabled {
  border-top-color: rgb(205 141 239 / 1);
}
.border-t-input-checkbox-border {
  --tw-border-opacity: 1;
  border-top-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-t-input-checkbox-border\/0 {
  border-top-color: rgb(205 141 239 / 0);
}
.border-t-input-checkbox-border\/10 {
  border-top-color: rgb(205 141 239 / 0.1);
}
.border-t-input-checkbox-border\/100 {
  border-top-color: rgb(205 141 239 / 1);
}
.border-t-input-checkbox-border\/20 {
  border-top-color: rgb(205 141 239 / 0.2);
}
.border-t-input-checkbox-border\/25 {
  border-top-color: rgb(205 141 239 / 0.25);
}
.border-t-input-checkbox-border\/30 {
  border-top-color: rgb(205 141 239 / 0.3);
}
.border-t-input-checkbox-border\/40 {
  border-top-color: rgb(205 141 239 / 0.4);
}
.border-t-input-checkbox-border\/5 {
  border-top-color: rgb(205 141 239 / 0.05);
}
.border-t-input-checkbox-border\/50 {
  border-top-color: rgb(205 141 239 / 0.5);
}
.border-t-input-checkbox-border\/60 {
  border-top-color: rgb(205 141 239 / 0.6);
}
.border-t-input-checkbox-border\/70 {
  border-top-color: rgb(205 141 239 / 0.7);
}
.border-t-input-checkbox-border\/75 {
  border-top-color: rgb(205 141 239 / 0.75);
}
.border-t-input-checkbox-border\/80 {
  border-top-color: rgb(205 141 239 / 0.8);
}
.border-t-input-checkbox-border\/90 {
  border-top-color: rgb(205 141 239 / 0.9);
}
.border-t-input-checkbox-border\/95 {
  border-top-color: rgb(205 141 239 / 0.95);
}
.border-t-input-checkbox-border\/state-disabled {
  border-top-color: rgb(205 141 239 / 0.5);
}
.border-t-input-checkbox-border\/state-enabled {
  border-top-color: rgb(205 141 239 / 1);
}
.border-t-input-checkbox-contrast {
  --tw-border-opacity: 1;
  border-top-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.border-t-input-checkbox-contrast\/0 {
  border-top-color: rgb(64 64 64 / 0);
}
.border-t-input-checkbox-contrast\/10 {
  border-top-color: rgb(64 64 64 / 0.1);
}
.border-t-input-checkbox-contrast\/100 {
  border-top-color: rgb(64 64 64 / 1);
}
.border-t-input-checkbox-contrast\/20 {
  border-top-color: rgb(64 64 64 / 0.2);
}
.border-t-input-checkbox-contrast\/25 {
  border-top-color: rgb(64 64 64 / 0.25);
}
.border-t-input-checkbox-contrast\/30 {
  border-top-color: rgb(64 64 64 / 0.3);
}
.border-t-input-checkbox-contrast\/40 {
  border-top-color: rgb(64 64 64 / 0.4);
}
.border-t-input-checkbox-contrast\/5 {
  border-top-color: rgb(64 64 64 / 0.05);
}
.border-t-input-checkbox-contrast\/50 {
  border-top-color: rgb(64 64 64 / 0.5);
}
.border-t-input-checkbox-contrast\/60 {
  border-top-color: rgb(64 64 64 / 0.6);
}
.border-t-input-checkbox-contrast\/70 {
  border-top-color: rgb(64 64 64 / 0.7);
}
.border-t-input-checkbox-contrast\/75 {
  border-top-color: rgb(64 64 64 / 0.75);
}
.border-t-input-checkbox-contrast\/80 {
  border-top-color: rgb(64 64 64 / 0.8);
}
.border-t-input-checkbox-contrast\/90 {
  border-top-color: rgb(64 64 64 / 0.9);
}
.border-t-input-checkbox-contrast\/95 {
  border-top-color: rgb(64 64 64 / 0.95);
}
.border-t-input-checkbox-contrast\/state-disabled {
  border-top-color: rgb(64 64 64 / 0.5);
}
.border-t-input-checkbox-contrast\/state-enabled {
  border-top-color: rgb(64 64 64 / 1);
}
.border-t-input-default-bg {
  --tw-border-opacity: 1;
  border-top-color: rgb(17 17 17 / var(--tw-border-opacity));
}
.border-t-input-default-bg\/0 {
  border-top-color: rgb(17 17 17 / 0);
}
.border-t-input-default-bg\/10 {
  border-top-color: rgb(17 17 17 / 0.1);
}
.border-t-input-default-bg\/100 {
  border-top-color: rgb(17 17 17 / 1);
}
.border-t-input-default-bg\/20 {
  border-top-color: rgb(17 17 17 / 0.2);
}
.border-t-input-default-bg\/25 {
  border-top-color: rgb(17 17 17 / 0.25);
}
.border-t-input-default-bg\/30 {
  border-top-color: rgb(17 17 17 / 0.3);
}
.border-t-input-default-bg\/40 {
  border-top-color: rgb(17 17 17 / 0.4);
}
.border-t-input-default-bg\/5 {
  border-top-color: rgb(17 17 17 / 0.05);
}
.border-t-input-default-bg\/50 {
  border-top-color: rgb(17 17 17 / 0.5);
}
.border-t-input-default-bg\/60 {
  border-top-color: rgb(17 17 17 / 0.6);
}
.border-t-input-default-bg\/70 {
  border-top-color: rgb(17 17 17 / 0.7);
}
.border-t-input-default-bg\/75 {
  border-top-color: rgb(17 17 17 / 0.75);
}
.border-t-input-default-bg\/80 {
  border-top-color: rgb(17 17 17 / 0.8);
}
.border-t-input-default-bg\/90 {
  border-top-color: rgb(17 17 17 / 0.9);
}
.border-t-input-default-bg\/95 {
  border-top-color: rgb(17 17 17 / 0.95);
}
.border-t-input-default-bg\/state-disabled {
  border-top-color: rgb(17 17 17 / 0.5);
}
.border-t-input-default-bg\/state-enabled {
  border-top-color: rgb(17 17 17 / 1);
}
.border-t-input-default-border {
  --tw-border-opacity: 1;
  border-top-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.border-t-input-default-border\/0 {
  border-top-color: rgb(64 64 64 / 0);
}
.border-t-input-default-border\/10 {
  border-top-color: rgb(64 64 64 / 0.1);
}
.border-t-input-default-border\/100 {
  border-top-color: rgb(64 64 64 / 1);
}
.border-t-input-default-border\/20 {
  border-top-color: rgb(64 64 64 / 0.2);
}
.border-t-input-default-border\/25 {
  border-top-color: rgb(64 64 64 / 0.25);
}
.border-t-input-default-border\/30 {
  border-top-color: rgb(64 64 64 / 0.3);
}
.border-t-input-default-border\/40 {
  border-top-color: rgb(64 64 64 / 0.4);
}
.border-t-input-default-border\/5 {
  border-top-color: rgb(64 64 64 / 0.05);
}
.border-t-input-default-border\/50 {
  border-top-color: rgb(64 64 64 / 0.5);
}
.border-t-input-default-border\/60 {
  border-top-color: rgb(64 64 64 / 0.6);
}
.border-t-input-default-border\/70 {
  border-top-color: rgb(64 64 64 / 0.7);
}
.border-t-input-default-border\/75 {
  border-top-color: rgb(64 64 64 / 0.75);
}
.border-t-input-default-border\/80 {
  border-top-color: rgb(64 64 64 / 0.8);
}
.border-t-input-default-border\/90 {
  border-top-color: rgb(64 64 64 / 0.9);
}
.border-t-input-default-border\/95 {
  border-top-color: rgb(64 64 64 / 0.95);
}
.border-t-input-default-border\/state-disabled {
  border-top-color: rgb(64 64 64 / 0.5);
}
.border-t-input-default-border\/state-enabled {
  border-top-color: rgb(64 64 64 / 1);
}
.border-t-input-default-placeholder {
  border-top-color: rgba(255, 255, 255, 0.4);
}
.border-t-input-default-placeholder\/0 {
  border-top-color: rgba(255, 255, 255, 0);
}
.border-t-input-default-placeholder\/10 {
  border-top-color: rgba(255, 255, 255, 0.1);
}
.border-t-input-default-placeholder\/100 {
  border-top-color: rgba(255, 255, 255, 1);
}
.border-t-input-default-placeholder\/20 {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.border-t-input-default-placeholder\/25 {
  border-top-color: rgba(255, 255, 255, 0.25);
}
.border-t-input-default-placeholder\/30 {
  border-top-color: rgba(255, 255, 255, 0.3);
}
.border-t-input-default-placeholder\/40 {
  border-top-color: rgba(255, 255, 255, 0.4);
}
.border-t-input-default-placeholder\/5 {
  border-top-color: rgba(255, 255, 255, 0.05);
}
.border-t-input-default-placeholder\/50 {
  border-top-color: rgba(255, 255, 255, 0.5);
}
.border-t-input-default-placeholder\/60 {
  border-top-color: rgba(255, 255, 255, 0.6);
}
.border-t-input-default-placeholder\/70 {
  border-top-color: rgba(255, 255, 255, 0.7);
}
.border-t-input-default-placeholder\/75 {
  border-top-color: rgba(255, 255, 255, 0.75);
}
.border-t-input-default-placeholder\/80 {
  border-top-color: rgba(255, 255, 255, 0.8);
}
.border-t-input-default-placeholder\/90 {
  border-top-color: rgba(255, 255, 255, 0.9);
}
.border-t-input-default-placeholder\/95 {
  border-top-color: rgba(255, 255, 255, 0.95);
}
.border-t-input-default-placeholder\/state-disabled {
  border-top-color: rgba(255, 255, 255, 0.5);
}
.border-t-input-default-placeholder\/state-enabled {
  border-top-color: rgba(255, 255, 255, 1);
}
.border-t-input-default-text {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-t-input-default-text\/0 {
  border-top-color: rgb(255 255 255 / 0);
}
.border-t-input-default-text\/10 {
  border-top-color: rgb(255 255 255 / 0.1);
}
.border-t-input-default-text\/100 {
  border-top-color: rgb(255 255 255 / 1);
}
.border-t-input-default-text\/20 {
  border-top-color: rgb(255 255 255 / 0.2);
}
.border-t-input-default-text\/25 {
  border-top-color: rgb(255 255 255 / 0.25);
}
.border-t-input-default-text\/30 {
  border-top-color: rgb(255 255 255 / 0.3);
}
.border-t-input-default-text\/40 {
  border-top-color: rgb(255 255 255 / 0.4);
}
.border-t-input-default-text\/5 {
  border-top-color: rgb(255 255 255 / 0.05);
}
.border-t-input-default-text\/50 {
  border-top-color: rgb(255 255 255 / 0.5);
}
.border-t-input-default-text\/60 {
  border-top-color: rgb(255 255 255 / 0.6);
}
.border-t-input-default-text\/70 {
  border-top-color: rgb(255 255 255 / 0.7);
}
.border-t-input-default-text\/75 {
  border-top-color: rgb(255 255 255 / 0.75);
}
.border-t-input-default-text\/80 {
  border-top-color: rgb(255 255 255 / 0.8);
}
.border-t-input-default-text\/90 {
  border-top-color: rgb(255 255 255 / 0.9);
}
.border-t-input-default-text\/95 {
  border-top-color: rgb(255 255 255 / 0.95);
}
.border-t-input-default-text\/state-disabled {
  border-top-color: rgb(255 255 255 / 0.5);
}
.border-t-input-default-text\/state-enabled {
  border-top-color: rgb(255 255 255 / 1);
}
.border-t-input-dropdown-background {
  --tw-border-opacity: 1;
  border-top-color: rgb(17 17 17 / var(--tw-border-opacity));
}
.border-t-input-dropdown-background\/0 {
  border-top-color: rgb(17 17 17 / 0);
}
.border-t-input-dropdown-background\/10 {
  border-top-color: rgb(17 17 17 / 0.1);
}
.border-t-input-dropdown-background\/100 {
  border-top-color: rgb(17 17 17 / 1);
}
.border-t-input-dropdown-background\/20 {
  border-top-color: rgb(17 17 17 / 0.2);
}
.border-t-input-dropdown-background\/25 {
  border-top-color: rgb(17 17 17 / 0.25);
}
.border-t-input-dropdown-background\/30 {
  border-top-color: rgb(17 17 17 / 0.3);
}
.border-t-input-dropdown-background\/40 {
  border-top-color: rgb(17 17 17 / 0.4);
}
.border-t-input-dropdown-background\/5 {
  border-top-color: rgb(17 17 17 / 0.05);
}
.border-t-input-dropdown-background\/50 {
  border-top-color: rgb(17 17 17 / 0.5);
}
.border-t-input-dropdown-background\/60 {
  border-top-color: rgb(17 17 17 / 0.6);
}
.border-t-input-dropdown-background\/70 {
  border-top-color: rgb(17 17 17 / 0.7);
}
.border-t-input-dropdown-background\/75 {
  border-top-color: rgb(17 17 17 / 0.75);
}
.border-t-input-dropdown-background\/80 {
  border-top-color: rgb(17 17 17 / 0.8);
}
.border-t-input-dropdown-background\/90 {
  border-top-color: rgb(17 17 17 / 0.9);
}
.border-t-input-dropdown-background\/95 {
  border-top-color: rgb(17 17 17 / 0.95);
}
.border-t-input-dropdown-background\/state-disabled {
  border-top-color: rgb(17 17 17 / 0.5);
}
.border-t-input-dropdown-background\/state-enabled {
  border-top-color: rgb(17 17 17 / 1);
}
.border-t-input-error-bg {
  --tw-border-opacity: 1;
  border-top-color: rgb(17 17 17 / var(--tw-border-opacity));
}
.border-t-input-error-bg\/0 {
  border-top-color: rgb(17 17 17 / 0);
}
.border-t-input-error-bg\/10 {
  border-top-color: rgb(17 17 17 / 0.1);
}
.border-t-input-error-bg\/100 {
  border-top-color: rgb(17 17 17 / 1);
}
.border-t-input-error-bg\/20 {
  border-top-color: rgb(17 17 17 / 0.2);
}
.border-t-input-error-bg\/25 {
  border-top-color: rgb(17 17 17 / 0.25);
}
.border-t-input-error-bg\/30 {
  border-top-color: rgb(17 17 17 / 0.3);
}
.border-t-input-error-bg\/40 {
  border-top-color: rgb(17 17 17 / 0.4);
}
.border-t-input-error-bg\/5 {
  border-top-color: rgb(17 17 17 / 0.05);
}
.border-t-input-error-bg\/50 {
  border-top-color: rgb(17 17 17 / 0.5);
}
.border-t-input-error-bg\/60 {
  border-top-color: rgb(17 17 17 / 0.6);
}
.border-t-input-error-bg\/70 {
  border-top-color: rgb(17 17 17 / 0.7);
}
.border-t-input-error-bg\/75 {
  border-top-color: rgb(17 17 17 / 0.75);
}
.border-t-input-error-bg\/80 {
  border-top-color: rgb(17 17 17 / 0.8);
}
.border-t-input-error-bg\/90 {
  border-top-color: rgb(17 17 17 / 0.9);
}
.border-t-input-error-bg\/95 {
  border-top-color: rgb(17 17 17 / 0.95);
}
.border-t-input-error-bg\/state-disabled {
  border-top-color: rgb(17 17 17 / 0.5);
}
.border-t-input-error-bg\/state-enabled {
  border-top-color: rgb(17 17 17 / 1);
}
.border-t-input-error-border {
  --tw-border-opacity: 1;
  border-top-color: rgb(248 113 113 / var(--tw-border-opacity));
}
.border-t-input-error-border\/0 {
  border-top-color: rgb(248 113 113 / 0);
}
.border-t-input-error-border\/10 {
  border-top-color: rgb(248 113 113 / 0.1);
}
.border-t-input-error-border\/100 {
  border-top-color: rgb(248 113 113 / 1);
}
.border-t-input-error-border\/20 {
  border-top-color: rgb(248 113 113 / 0.2);
}
.border-t-input-error-border\/25 {
  border-top-color: rgb(248 113 113 / 0.25);
}
.border-t-input-error-border\/30 {
  border-top-color: rgb(248 113 113 / 0.3);
}
.border-t-input-error-border\/40 {
  border-top-color: rgb(248 113 113 / 0.4);
}
.border-t-input-error-border\/5 {
  border-top-color: rgb(248 113 113 / 0.05);
}
.border-t-input-error-border\/50 {
  border-top-color: rgb(248 113 113 / 0.5);
}
.border-t-input-error-border\/60 {
  border-top-color: rgb(248 113 113 / 0.6);
}
.border-t-input-error-border\/70 {
  border-top-color: rgb(248 113 113 / 0.7);
}
.border-t-input-error-border\/75 {
  border-top-color: rgb(248 113 113 / 0.75);
}
.border-t-input-error-border\/80 {
  border-top-color: rgb(248 113 113 / 0.8);
}
.border-t-input-error-border\/90 {
  border-top-color: rgb(248 113 113 / 0.9);
}
.border-t-input-error-border\/95 {
  border-top-color: rgb(248 113 113 / 0.95);
}
.border-t-input-error-border\/state-disabled {
  border-top-color: rgb(248 113 113 / 0.5);
}
.border-t-input-error-border\/state-enabled {
  border-top-color: rgb(248 113 113 / 1);
}
.border-t-input-error-placeholder {
  border-top-color: rgba(255, 255, 255, 0.4);
}
.border-t-input-error-placeholder\/0 {
  border-top-color: rgba(255, 255, 255, 0);
}
.border-t-input-error-placeholder\/10 {
  border-top-color: rgba(255, 255, 255, 0.1);
}
.border-t-input-error-placeholder\/100 {
  border-top-color: rgba(255, 255, 255, 1);
}
.border-t-input-error-placeholder\/20 {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.border-t-input-error-placeholder\/25 {
  border-top-color: rgba(255, 255, 255, 0.25);
}
.border-t-input-error-placeholder\/30 {
  border-top-color: rgba(255, 255, 255, 0.3);
}
.border-t-input-error-placeholder\/40 {
  border-top-color: rgba(255, 255, 255, 0.4);
}
.border-t-input-error-placeholder\/5 {
  border-top-color: rgba(255, 255, 255, 0.05);
}
.border-t-input-error-placeholder\/50 {
  border-top-color: rgba(255, 255, 255, 0.5);
}
.border-t-input-error-placeholder\/60 {
  border-top-color: rgba(255, 255, 255, 0.6);
}
.border-t-input-error-placeholder\/70 {
  border-top-color: rgba(255, 255, 255, 0.7);
}
.border-t-input-error-placeholder\/75 {
  border-top-color: rgba(255, 255, 255, 0.75);
}
.border-t-input-error-placeholder\/80 {
  border-top-color: rgba(255, 255, 255, 0.8);
}
.border-t-input-error-placeholder\/90 {
  border-top-color: rgba(255, 255, 255, 0.9);
}
.border-t-input-error-placeholder\/95 {
  border-top-color: rgba(255, 255, 255, 0.95);
}
.border-t-input-error-placeholder\/state-disabled {
  border-top-color: rgba(255, 255, 255, 0.5);
}
.border-t-input-error-placeholder\/state-enabled {
  border-top-color: rgba(255, 255, 255, 1);
}
.border-t-input-error-text {
  --tw-border-opacity: 1;
  border-top-color: rgb(248 113 113 / var(--tw-border-opacity));
}
.border-t-input-error-text\/0 {
  border-top-color: rgb(248 113 113 / 0);
}
.border-t-input-error-text\/10 {
  border-top-color: rgb(248 113 113 / 0.1);
}
.border-t-input-error-text\/100 {
  border-top-color: rgb(248 113 113 / 1);
}
.border-t-input-error-text\/20 {
  border-top-color: rgb(248 113 113 / 0.2);
}
.border-t-input-error-text\/25 {
  border-top-color: rgb(248 113 113 / 0.25);
}
.border-t-input-error-text\/30 {
  border-top-color: rgb(248 113 113 / 0.3);
}
.border-t-input-error-text\/40 {
  border-top-color: rgb(248 113 113 / 0.4);
}
.border-t-input-error-text\/5 {
  border-top-color: rgb(248 113 113 / 0.05);
}
.border-t-input-error-text\/50 {
  border-top-color: rgb(248 113 113 / 0.5);
}
.border-t-input-error-text\/60 {
  border-top-color: rgb(248 113 113 / 0.6);
}
.border-t-input-error-text\/70 {
  border-top-color: rgb(248 113 113 / 0.7);
}
.border-t-input-error-text\/75 {
  border-top-color: rgb(248 113 113 / 0.75);
}
.border-t-input-error-text\/80 {
  border-top-color: rgb(248 113 113 / 0.8);
}
.border-t-input-error-text\/90 {
  border-top-color: rgb(248 113 113 / 0.9);
}
.border-t-input-error-text\/95 {
  border-top-color: rgb(248 113 113 / 0.95);
}
.border-t-input-error-text\/state-disabled {
  border-top-color: rgb(248 113 113 / 0.5);
}
.border-t-input-error-text\/state-enabled {
  border-top-color: rgb(248 113 113 / 1);
}
.border-t-input-focused-bg {
  --tw-border-opacity: 1;
  border-top-color: rgb(17 17 17 / var(--tw-border-opacity));
}
.border-t-input-focused-bg\/0 {
  border-top-color: rgb(17 17 17 / 0);
}
.border-t-input-focused-bg\/10 {
  border-top-color: rgb(17 17 17 / 0.1);
}
.border-t-input-focused-bg\/100 {
  border-top-color: rgb(17 17 17 / 1);
}
.border-t-input-focused-bg\/20 {
  border-top-color: rgb(17 17 17 / 0.2);
}
.border-t-input-focused-bg\/25 {
  border-top-color: rgb(17 17 17 / 0.25);
}
.border-t-input-focused-bg\/30 {
  border-top-color: rgb(17 17 17 / 0.3);
}
.border-t-input-focused-bg\/40 {
  border-top-color: rgb(17 17 17 / 0.4);
}
.border-t-input-focused-bg\/5 {
  border-top-color: rgb(17 17 17 / 0.05);
}
.border-t-input-focused-bg\/50 {
  border-top-color: rgb(17 17 17 / 0.5);
}
.border-t-input-focused-bg\/60 {
  border-top-color: rgb(17 17 17 / 0.6);
}
.border-t-input-focused-bg\/70 {
  border-top-color: rgb(17 17 17 / 0.7);
}
.border-t-input-focused-bg\/75 {
  border-top-color: rgb(17 17 17 / 0.75);
}
.border-t-input-focused-bg\/80 {
  border-top-color: rgb(17 17 17 / 0.8);
}
.border-t-input-focused-bg\/90 {
  border-top-color: rgb(17 17 17 / 0.9);
}
.border-t-input-focused-bg\/95 {
  border-top-color: rgb(17 17 17 / 0.95);
}
.border-t-input-focused-bg\/state-disabled {
  border-top-color: rgb(17 17 17 / 0.5);
}
.border-t-input-focused-bg\/state-enabled {
  border-top-color: rgb(17 17 17 / 1);
}
.border-t-input-focused-border {
  --tw-border-opacity: 1;
  border-top-color: rgb(98 98 98 / var(--tw-border-opacity));
}
.border-t-input-focused-border\/0 {
  border-top-color: rgb(98 98 98 / 0);
}
.border-t-input-focused-border\/10 {
  border-top-color: rgb(98 98 98 / 0.1);
}
.border-t-input-focused-border\/100 {
  border-top-color: rgb(98 98 98 / 1);
}
.border-t-input-focused-border\/20 {
  border-top-color: rgb(98 98 98 / 0.2);
}
.border-t-input-focused-border\/25 {
  border-top-color: rgb(98 98 98 / 0.25);
}
.border-t-input-focused-border\/30 {
  border-top-color: rgb(98 98 98 / 0.3);
}
.border-t-input-focused-border\/40 {
  border-top-color: rgb(98 98 98 / 0.4);
}
.border-t-input-focused-border\/5 {
  border-top-color: rgb(98 98 98 / 0.05);
}
.border-t-input-focused-border\/50 {
  border-top-color: rgb(98 98 98 / 0.5);
}
.border-t-input-focused-border\/60 {
  border-top-color: rgb(98 98 98 / 0.6);
}
.border-t-input-focused-border\/70 {
  border-top-color: rgb(98 98 98 / 0.7);
}
.border-t-input-focused-border\/75 {
  border-top-color: rgb(98 98 98 / 0.75);
}
.border-t-input-focused-border\/80 {
  border-top-color: rgb(98 98 98 / 0.8);
}
.border-t-input-focused-border\/90 {
  border-top-color: rgb(98 98 98 / 0.9);
}
.border-t-input-focused-border\/95 {
  border-top-color: rgb(98 98 98 / 0.95);
}
.border-t-input-focused-border\/state-disabled {
  border-top-color: rgb(98 98 98 / 0.5);
}
.border-t-input-focused-border\/state-enabled {
  border-top-color: rgb(98 98 98 / 1);
}
.border-t-input-focused-placeholder {
  border-top-color: rgba(255, 255, 255, 0.4);
}
.border-t-input-focused-placeholder\/0 {
  border-top-color: rgba(255, 255, 255, 0);
}
.border-t-input-focused-placeholder\/10 {
  border-top-color: rgba(255, 255, 255, 0.1);
}
.border-t-input-focused-placeholder\/100 {
  border-top-color: rgba(255, 255, 255, 1);
}
.border-t-input-focused-placeholder\/20 {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.border-t-input-focused-placeholder\/25 {
  border-top-color: rgba(255, 255, 255, 0.25);
}
.border-t-input-focused-placeholder\/30 {
  border-top-color: rgba(255, 255, 255, 0.3);
}
.border-t-input-focused-placeholder\/40 {
  border-top-color: rgba(255, 255, 255, 0.4);
}
.border-t-input-focused-placeholder\/5 {
  border-top-color: rgba(255, 255, 255, 0.05);
}
.border-t-input-focused-placeholder\/50 {
  border-top-color: rgba(255, 255, 255, 0.5);
}
.border-t-input-focused-placeholder\/60 {
  border-top-color: rgba(255, 255, 255, 0.6);
}
.border-t-input-focused-placeholder\/70 {
  border-top-color: rgba(255, 255, 255, 0.7);
}
.border-t-input-focused-placeholder\/75 {
  border-top-color: rgba(255, 255, 255, 0.75);
}
.border-t-input-focused-placeholder\/80 {
  border-top-color: rgba(255, 255, 255, 0.8);
}
.border-t-input-focused-placeholder\/90 {
  border-top-color: rgba(255, 255, 255, 0.9);
}
.border-t-input-focused-placeholder\/95 {
  border-top-color: rgba(255, 255, 255, 0.95);
}
.border-t-input-focused-placeholder\/state-disabled {
  border-top-color: rgba(255, 255, 255, 0.5);
}
.border-t-input-focused-placeholder\/state-enabled {
  border-top-color: rgba(255, 255, 255, 1);
}
.border-t-input-focused-text {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-t-input-focused-text\/0 {
  border-top-color: rgb(255 255 255 / 0);
}
.border-t-input-focused-text\/10 {
  border-top-color: rgb(255 255 255 / 0.1);
}
.border-t-input-focused-text\/100 {
  border-top-color: rgb(255 255 255 / 1);
}
.border-t-input-focused-text\/20 {
  border-top-color: rgb(255 255 255 / 0.2);
}
.border-t-input-focused-text\/25 {
  border-top-color: rgb(255 255 255 / 0.25);
}
.border-t-input-focused-text\/30 {
  border-top-color: rgb(255 255 255 / 0.3);
}
.border-t-input-focused-text\/40 {
  border-top-color: rgb(255 255 255 / 0.4);
}
.border-t-input-focused-text\/5 {
  border-top-color: rgb(255 255 255 / 0.05);
}
.border-t-input-focused-text\/50 {
  border-top-color: rgb(255 255 255 / 0.5);
}
.border-t-input-focused-text\/60 {
  border-top-color: rgb(255 255 255 / 0.6);
}
.border-t-input-focused-text\/70 {
  border-top-color: rgb(255 255 255 / 0.7);
}
.border-t-input-focused-text\/75 {
  border-top-color: rgb(255 255 255 / 0.75);
}
.border-t-input-focused-text\/80 {
  border-top-color: rgb(255 255 255 / 0.8);
}
.border-t-input-focused-text\/90 {
  border-top-color: rgb(255 255 255 / 0.9);
}
.border-t-input-focused-text\/95 {
  border-top-color: rgb(255 255 255 / 0.95);
}
.border-t-input-focused-text\/state-disabled {
  border-top-color: rgb(255 255 255 / 0.5);
}
.border-t-input-focused-text\/state-enabled {
  border-top-color: rgb(255 255 255 / 1);
}
.border-t-input-placeholder {
  --tw-border-opacity: 1;
  border-top-color: rgb(97 97 97 / var(--tw-border-opacity));
}
.border-t-input-placeholder\/0 {
  border-top-color: rgb(97 97 97 / 0);
}
.border-t-input-placeholder\/10 {
  border-top-color: rgb(97 97 97 / 0.1);
}
.border-t-input-placeholder\/100 {
  border-top-color: rgb(97 97 97 / 1);
}
.border-t-input-placeholder\/20 {
  border-top-color: rgb(97 97 97 / 0.2);
}
.border-t-input-placeholder\/25 {
  border-top-color: rgb(97 97 97 / 0.25);
}
.border-t-input-placeholder\/30 {
  border-top-color: rgb(97 97 97 / 0.3);
}
.border-t-input-placeholder\/40 {
  border-top-color: rgb(97 97 97 / 0.4);
}
.border-t-input-placeholder\/5 {
  border-top-color: rgb(97 97 97 / 0.05);
}
.border-t-input-placeholder\/50 {
  border-top-color: rgb(97 97 97 / 0.5);
}
.border-t-input-placeholder\/60 {
  border-top-color: rgb(97 97 97 / 0.6);
}
.border-t-input-placeholder\/70 {
  border-top-color: rgb(97 97 97 / 0.7);
}
.border-t-input-placeholder\/75 {
  border-top-color: rgb(97 97 97 / 0.75);
}
.border-t-input-placeholder\/80 {
  border-top-color: rgb(97 97 97 / 0.8);
}
.border-t-input-placeholder\/90 {
  border-top-color: rgb(97 97 97 / 0.9);
}
.border-t-input-placeholder\/95 {
  border-top-color: rgb(97 97 97 / 0.95);
}
.border-t-input-placeholder\/state-disabled {
  border-top-color: rgb(97 97 97 / 0.5);
}
.border-t-input-placeholder\/state-enabled {
  border-top-color: rgb(97 97 97 / 1);
}
.border-t-input-radio-background {
  --tw-border-opacity: 1;
  border-top-color: rgb(17 17 17 / var(--tw-border-opacity));
}
.border-t-input-radio-background\/0 {
  border-top-color: rgb(17 17 17 / 0);
}
.border-t-input-radio-background\/10 {
  border-top-color: rgb(17 17 17 / 0.1);
}
.border-t-input-radio-background\/100 {
  border-top-color: rgb(17 17 17 / 1);
}
.border-t-input-radio-background\/20 {
  border-top-color: rgb(17 17 17 / 0.2);
}
.border-t-input-radio-background\/25 {
  border-top-color: rgb(17 17 17 / 0.25);
}
.border-t-input-radio-background\/30 {
  border-top-color: rgb(17 17 17 / 0.3);
}
.border-t-input-radio-background\/40 {
  border-top-color: rgb(17 17 17 / 0.4);
}
.border-t-input-radio-background\/5 {
  border-top-color: rgb(17 17 17 / 0.05);
}
.border-t-input-radio-background\/50 {
  border-top-color: rgb(17 17 17 / 0.5);
}
.border-t-input-radio-background\/60 {
  border-top-color: rgb(17 17 17 / 0.6);
}
.border-t-input-radio-background\/70 {
  border-top-color: rgb(17 17 17 / 0.7);
}
.border-t-input-radio-background\/75 {
  border-top-color: rgb(17 17 17 / 0.75);
}
.border-t-input-radio-background\/80 {
  border-top-color: rgb(17 17 17 / 0.8);
}
.border-t-input-radio-background\/90 {
  border-top-color: rgb(17 17 17 / 0.9);
}
.border-t-input-radio-background\/95 {
  border-top-color: rgb(17 17 17 / 0.95);
}
.border-t-input-radio-background\/state-disabled {
  border-top-color: rgb(17 17 17 / 0.5);
}
.border-t-input-radio-background\/state-enabled {
  border-top-color: rgb(17 17 17 / 1);
}
.border-t-input-radio-border {
  --tw-border-opacity: 1;
  border-top-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-t-input-radio-border\/0 {
  border-top-color: rgb(205 141 239 / 0);
}
.border-t-input-radio-border\/10 {
  border-top-color: rgb(205 141 239 / 0.1);
}
.border-t-input-radio-border\/100 {
  border-top-color: rgb(205 141 239 / 1);
}
.border-t-input-radio-border\/20 {
  border-top-color: rgb(205 141 239 / 0.2);
}
.border-t-input-radio-border\/25 {
  border-top-color: rgb(205 141 239 / 0.25);
}
.border-t-input-radio-border\/30 {
  border-top-color: rgb(205 141 239 / 0.3);
}
.border-t-input-radio-border\/40 {
  border-top-color: rgb(205 141 239 / 0.4);
}
.border-t-input-radio-border\/5 {
  border-top-color: rgb(205 141 239 / 0.05);
}
.border-t-input-radio-border\/50 {
  border-top-color: rgb(205 141 239 / 0.5);
}
.border-t-input-radio-border\/60 {
  border-top-color: rgb(205 141 239 / 0.6);
}
.border-t-input-radio-border\/70 {
  border-top-color: rgb(205 141 239 / 0.7);
}
.border-t-input-radio-border\/75 {
  border-top-color: rgb(205 141 239 / 0.75);
}
.border-t-input-radio-border\/80 {
  border-top-color: rgb(205 141 239 / 0.8);
}
.border-t-input-radio-border\/90 {
  border-top-color: rgb(205 141 239 / 0.9);
}
.border-t-input-radio-border\/95 {
  border-top-color: rgb(205 141 239 / 0.95);
}
.border-t-input-radio-border\/state-disabled {
  border-top-color: rgb(205 141 239 / 0.5);
}
.border-t-input-radio-border\/state-enabled {
  border-top-color: rgb(205 141 239 / 1);
}
.border-t-input-radio-contrast {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-t-input-radio-contrast\/0 {
  border-top-color: rgb(255 255 255 / 0);
}
.border-t-input-radio-contrast\/10 {
  border-top-color: rgb(255 255 255 / 0.1);
}
.border-t-input-radio-contrast\/100 {
  border-top-color: rgb(255 255 255 / 1);
}
.border-t-input-radio-contrast\/20 {
  border-top-color: rgb(255 255 255 / 0.2);
}
.border-t-input-radio-contrast\/25 {
  border-top-color: rgb(255 255 255 / 0.25);
}
.border-t-input-radio-contrast\/30 {
  border-top-color: rgb(255 255 255 / 0.3);
}
.border-t-input-radio-contrast\/40 {
  border-top-color: rgb(255 255 255 / 0.4);
}
.border-t-input-radio-contrast\/5 {
  border-top-color: rgb(255 255 255 / 0.05);
}
.border-t-input-radio-contrast\/50 {
  border-top-color: rgb(255 255 255 / 0.5);
}
.border-t-input-radio-contrast\/60 {
  border-top-color: rgb(255 255 255 / 0.6);
}
.border-t-input-radio-contrast\/70 {
  border-top-color: rgb(255 255 255 / 0.7);
}
.border-t-input-radio-contrast\/75 {
  border-top-color: rgb(255 255 255 / 0.75);
}
.border-t-input-radio-contrast\/80 {
  border-top-color: rgb(255 255 255 / 0.8);
}
.border-t-input-radio-contrast\/90 {
  border-top-color: rgb(255 255 255 / 0.9);
}
.border-t-input-radio-contrast\/95 {
  border-top-color: rgb(255 255 255 / 0.95);
}
.border-t-input-radio-contrast\/state-disabled {
  border-top-color: rgb(255 255 255 / 0.5);
}
.border-t-input-radio-contrast\/state-enabled {
  border-top-color: rgb(255 255 255 / 1);
}
.border-t-input-switch-backgroundOff {
  --tw-border-opacity: 1;
  border-top-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-t-input-switch-backgroundOff\/0 {
  border-top-color: rgb(156 163 175 / 0);
}
.border-t-input-switch-backgroundOff\/10 {
  border-top-color: rgb(156 163 175 / 0.1);
}
.border-t-input-switch-backgroundOff\/100 {
  border-top-color: rgb(156 163 175 / 1);
}
.border-t-input-switch-backgroundOff\/20 {
  border-top-color: rgb(156 163 175 / 0.2);
}
.border-t-input-switch-backgroundOff\/25 {
  border-top-color: rgb(156 163 175 / 0.25);
}
.border-t-input-switch-backgroundOff\/30 {
  border-top-color: rgb(156 163 175 / 0.3);
}
.border-t-input-switch-backgroundOff\/40 {
  border-top-color: rgb(156 163 175 / 0.4);
}
.border-t-input-switch-backgroundOff\/5 {
  border-top-color: rgb(156 163 175 / 0.05);
}
.border-t-input-switch-backgroundOff\/50 {
  border-top-color: rgb(156 163 175 / 0.5);
}
.border-t-input-switch-backgroundOff\/60 {
  border-top-color: rgb(156 163 175 / 0.6);
}
.border-t-input-switch-backgroundOff\/70 {
  border-top-color: rgb(156 163 175 / 0.7);
}
.border-t-input-switch-backgroundOff\/75 {
  border-top-color: rgb(156 163 175 / 0.75);
}
.border-t-input-switch-backgroundOff\/80 {
  border-top-color: rgb(156 163 175 / 0.8);
}
.border-t-input-switch-backgroundOff\/90 {
  border-top-color: rgb(156 163 175 / 0.9);
}
.border-t-input-switch-backgroundOff\/95 {
  border-top-color: rgb(156 163 175 / 0.95);
}
.border-t-input-switch-backgroundOff\/state-disabled {
  border-top-color: rgb(156 163 175 / 0.5);
}
.border-t-input-switch-backgroundOff\/state-enabled {
  border-top-color: rgb(156 163 175 / 1);
}
.border-t-input-switch-backgroundOn {
  --tw-border-opacity: 1;
  border-top-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-t-input-switch-backgroundOn\/0 {
  border-top-color: rgb(205 141 239 / 0);
}
.border-t-input-switch-backgroundOn\/10 {
  border-top-color: rgb(205 141 239 / 0.1);
}
.border-t-input-switch-backgroundOn\/100 {
  border-top-color: rgb(205 141 239 / 1);
}
.border-t-input-switch-backgroundOn\/20 {
  border-top-color: rgb(205 141 239 / 0.2);
}
.border-t-input-switch-backgroundOn\/25 {
  border-top-color: rgb(205 141 239 / 0.25);
}
.border-t-input-switch-backgroundOn\/30 {
  border-top-color: rgb(205 141 239 / 0.3);
}
.border-t-input-switch-backgroundOn\/40 {
  border-top-color: rgb(205 141 239 / 0.4);
}
.border-t-input-switch-backgroundOn\/5 {
  border-top-color: rgb(205 141 239 / 0.05);
}
.border-t-input-switch-backgroundOn\/50 {
  border-top-color: rgb(205 141 239 / 0.5);
}
.border-t-input-switch-backgroundOn\/60 {
  border-top-color: rgb(205 141 239 / 0.6);
}
.border-t-input-switch-backgroundOn\/70 {
  border-top-color: rgb(205 141 239 / 0.7);
}
.border-t-input-switch-backgroundOn\/75 {
  border-top-color: rgb(205 141 239 / 0.75);
}
.border-t-input-switch-backgroundOn\/80 {
  border-top-color: rgb(205 141 239 / 0.8);
}
.border-t-input-switch-backgroundOn\/90 {
  border-top-color: rgb(205 141 239 / 0.9);
}
.border-t-input-switch-backgroundOn\/95 {
  border-top-color: rgb(205 141 239 / 0.95);
}
.border-t-input-switch-backgroundOn\/state-disabled {
  border-top-color: rgb(205 141 239 / 0.5);
}
.border-t-input-switch-backgroundOn\/state-enabled {
  border-top-color: rgb(205 141 239 / 1);
}
.border-t-input-switch-contrast {
  --tw-border-opacity: 1;
  border-top-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.border-t-input-switch-contrast\/0 {
  border-top-color: rgb(64 64 64 / 0);
}
.border-t-input-switch-contrast\/10 {
  border-top-color: rgb(64 64 64 / 0.1);
}
.border-t-input-switch-contrast\/100 {
  border-top-color: rgb(64 64 64 / 1);
}
.border-t-input-switch-contrast\/20 {
  border-top-color: rgb(64 64 64 / 0.2);
}
.border-t-input-switch-contrast\/25 {
  border-top-color: rgb(64 64 64 / 0.25);
}
.border-t-input-switch-contrast\/30 {
  border-top-color: rgb(64 64 64 / 0.3);
}
.border-t-input-switch-contrast\/40 {
  border-top-color: rgb(64 64 64 / 0.4);
}
.border-t-input-switch-contrast\/5 {
  border-top-color: rgb(64 64 64 / 0.05);
}
.border-t-input-switch-contrast\/50 {
  border-top-color: rgb(64 64 64 / 0.5);
}
.border-t-input-switch-contrast\/60 {
  border-top-color: rgb(64 64 64 / 0.6);
}
.border-t-input-switch-contrast\/70 {
  border-top-color: rgb(64 64 64 / 0.7);
}
.border-t-input-switch-contrast\/75 {
  border-top-color: rgb(64 64 64 / 0.75);
}
.border-t-input-switch-contrast\/80 {
  border-top-color: rgb(64 64 64 / 0.8);
}
.border-t-input-switch-contrast\/90 {
  border-top-color: rgb(64 64 64 / 0.9);
}
.border-t-input-switch-contrast\/95 {
  border-top-color: rgb(64 64 64 / 0.95);
}
.border-t-input-switch-contrast\/state-disabled {
  border-top-color: rgb(64 64 64 / 0.5);
}
.border-t-input-switch-contrast\/state-enabled {
  border-top-color: rgb(64 64 64 / 1);
}
.border-t-input-text {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-t-input-text\/0 {
  border-top-color: rgb(255 255 255 / 0);
}
.border-t-input-text\/10 {
  border-top-color: rgb(255 255 255 / 0.1);
}
.border-t-input-text\/100 {
  border-top-color: rgb(255 255 255 / 1);
}
.border-t-input-text\/20 {
  border-top-color: rgb(255 255 255 / 0.2);
}
.border-t-input-text\/25 {
  border-top-color: rgb(255 255 255 / 0.25);
}
.border-t-input-text\/30 {
  border-top-color: rgb(255 255 255 / 0.3);
}
.border-t-input-text\/40 {
  border-top-color: rgb(255 255 255 / 0.4);
}
.border-t-input-text\/5 {
  border-top-color: rgb(255 255 255 / 0.05);
}
.border-t-input-text\/50 {
  border-top-color: rgb(255 255 255 / 0.5);
}
.border-t-input-text\/60 {
  border-top-color: rgb(255 255 255 / 0.6);
}
.border-t-input-text\/70 {
  border-top-color: rgb(255 255 255 / 0.7);
}
.border-t-input-text\/75 {
  border-top-color: rgb(255 255 255 / 0.75);
}
.border-t-input-text\/80 {
  border-top-color: rgb(255 255 255 / 0.8);
}
.border-t-input-text\/90 {
  border-top-color: rgb(255 255 255 / 0.9);
}
.border-t-input-text\/95 {
  border-top-color: rgb(255 255 255 / 0.95);
}
.border-t-input-text\/state-disabled {
  border-top-color: rgb(255 255 255 / 0.5);
}
.border-t-input-text\/state-enabled {
  border-top-color: rgb(255 255 255 / 1);
}
.border-t-loader-default {
  --tw-border-opacity: 1;
  border-top-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-t-loader-default\/0 {
  border-top-color: rgb(205 141 239 / 0);
}
.border-t-loader-default\/10 {
  border-top-color: rgb(205 141 239 / 0.1);
}
.border-t-loader-default\/100 {
  border-top-color: rgb(205 141 239 / 1);
}
.border-t-loader-default\/20 {
  border-top-color: rgb(205 141 239 / 0.2);
}
.border-t-loader-default\/25 {
  border-top-color: rgb(205 141 239 / 0.25);
}
.border-t-loader-default\/30 {
  border-top-color: rgb(205 141 239 / 0.3);
}
.border-t-loader-default\/40 {
  border-top-color: rgb(205 141 239 / 0.4);
}
.border-t-loader-default\/5 {
  border-top-color: rgb(205 141 239 / 0.05);
}
.border-t-loader-default\/50 {
  border-top-color: rgb(205 141 239 / 0.5);
}
.border-t-loader-default\/60 {
  border-top-color: rgb(205 141 239 / 0.6);
}
.border-t-loader-default\/70 {
  border-top-color: rgb(205 141 239 / 0.7);
}
.border-t-loader-default\/75 {
  border-top-color: rgb(205 141 239 / 0.75);
}
.border-t-loader-default\/80 {
  border-top-color: rgb(205 141 239 / 0.8);
}
.border-t-loader-default\/90 {
  border-top-color: rgb(205 141 239 / 0.9);
}
.border-t-loader-default\/95 {
  border-top-color: rgb(205 141 239 / 0.95);
}
.border-t-loader-default\/state-disabled {
  border-top-color: rgb(205 141 239 / 0.5);
}
.border-t-loader-default\/state-enabled {
  border-top-color: rgb(205 141 239 / 1);
}
.border-t-panel-alternate {
  --tw-border-opacity: 1;
  border-top-color: rgb(29 29 29 / var(--tw-border-opacity));
}
.border-t-panel-alternate\/0 {
  border-top-color: rgb(29 29 29 / 0);
}
.border-t-panel-alternate\/10 {
  border-top-color: rgb(29 29 29 / 0.1);
}
.border-t-panel-alternate\/100 {
  border-top-color: rgb(29 29 29 / 1);
}
.border-t-panel-alternate\/20 {
  border-top-color: rgb(29 29 29 / 0.2);
}
.border-t-panel-alternate\/25 {
  border-top-color: rgb(29 29 29 / 0.25);
}
.border-t-panel-alternate\/30 {
  border-top-color: rgb(29 29 29 / 0.3);
}
.border-t-panel-alternate\/40 {
  border-top-color: rgb(29 29 29 / 0.4);
}
.border-t-panel-alternate\/5 {
  border-top-color: rgb(29 29 29 / 0.05);
}
.border-t-panel-alternate\/50 {
  border-top-color: rgb(29 29 29 / 0.5);
}
.border-t-panel-alternate\/60 {
  border-top-color: rgb(29 29 29 / 0.6);
}
.border-t-panel-alternate\/70 {
  border-top-color: rgb(29 29 29 / 0.7);
}
.border-t-panel-alternate\/75 {
  border-top-color: rgb(29 29 29 / 0.75);
}
.border-t-panel-alternate\/80 {
  border-top-color: rgb(29 29 29 / 0.8);
}
.border-t-panel-alternate\/90 {
  border-top-color: rgb(29 29 29 / 0.9);
}
.border-t-panel-alternate\/95 {
  border-top-color: rgb(29 29 29 / 0.95);
}
.border-t-panel-alternate\/state-disabled {
  border-top-color: rgb(29 29 29 / 0.5);
}
.border-t-panel-alternate\/state-enabled {
  border-top-color: rgb(29 29 29 / 1);
}
.border-t-panel-base {
  --tw-border-opacity: 1;
  border-top-color: rgb(16 16 16 / var(--tw-border-opacity));
}
.border-t-panel-base\/0 {
  border-top-color: rgb(16 16 16 / 0);
}
.border-t-panel-base\/10 {
  border-top-color: rgb(16 16 16 / 0.1);
}
.border-t-panel-base\/100 {
  border-top-color: rgb(16 16 16 / 1);
}
.border-t-panel-base\/20 {
  border-top-color: rgb(16 16 16 / 0.2);
}
.border-t-panel-base\/25 {
  border-top-color: rgb(16 16 16 / 0.25);
}
.border-t-panel-base\/30 {
  border-top-color: rgb(16 16 16 / 0.3);
}
.border-t-panel-base\/40 {
  border-top-color: rgb(16 16 16 / 0.4);
}
.border-t-panel-base\/5 {
  border-top-color: rgb(16 16 16 / 0.05);
}
.border-t-panel-base\/50 {
  border-top-color: rgb(16 16 16 / 0.5);
}
.border-t-panel-base\/60 {
  border-top-color: rgb(16 16 16 / 0.6);
}
.border-t-panel-base\/70 {
  border-top-color: rgb(16 16 16 / 0.7);
}
.border-t-panel-base\/75 {
  border-top-color: rgb(16 16 16 / 0.75);
}
.border-t-panel-base\/80 {
  border-top-color: rgb(16 16 16 / 0.8);
}
.border-t-panel-base\/90 {
  border-top-color: rgb(16 16 16 / 0.9);
}
.border-t-panel-base\/95 {
  border-top-color: rgb(16 16 16 / 0.95);
}
.border-t-panel-base\/state-disabled {
  border-top-color: rgb(16 16 16 / 0.5);
}
.border-t-panel-base\/state-enabled {
  border-top-color: rgb(16 16 16 / 1);
}
.border-t-panel-border {
  border-top-color: rgba(255, 255, 255, 0.05);
}
.border-t-panel-border\/0 {
  border-top-color: rgba(255, 255, 255, 0);
}
.border-t-panel-border\/10 {
  border-top-color: rgba(255, 255, 255, 0.1);
}
.border-t-panel-border\/100 {
  border-top-color: rgba(255, 255, 255, 1);
}
.border-t-panel-border\/20 {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.border-t-panel-border\/25 {
  border-top-color: rgba(255, 255, 255, 0.25);
}
.border-t-panel-border\/30 {
  border-top-color: rgba(255, 255, 255, 0.3);
}
.border-t-panel-border\/40 {
  border-top-color: rgba(255, 255, 255, 0.4);
}
.border-t-panel-border\/5 {
  border-top-color: rgba(255, 255, 255, 0.05);
}
.border-t-panel-border\/50 {
  border-top-color: rgba(255, 255, 255, 0.5);
}
.border-t-panel-border\/60 {
  border-top-color: rgba(255, 255, 255, 0.6);
}
.border-t-panel-border\/70 {
  border-top-color: rgba(255, 255, 255, 0.7);
}
.border-t-panel-border\/75 {
  border-top-color: rgba(255, 255, 255, 0.75);
}
.border-t-panel-border\/80 {
  border-top-color: rgba(255, 255, 255, 0.8);
}
.border-t-panel-border\/90 {
  border-top-color: rgba(255, 255, 255, 0.9);
}
.border-t-panel-border\/95 {
  border-top-color: rgba(255, 255, 255, 0.95);
}
.border-t-panel-border\/state-disabled {
  border-top-color: rgba(255, 255, 255, 0.5);
}
.border-t-panel-border\/state-enabled {
  border-top-color: rgba(255, 255, 255, 1);
}
.border-t-panel-default {
  border-top-color: rgba(255, 255, 255, 0);
}
.border-t-panel-default\/0 {
  border-top-color: rgba(255, 255, 255, 0);
}
.border-t-panel-default\/10 {
  border-top-color: rgba(255, 255, 255, 0.1);
}
.border-t-panel-default\/100 {
  border-top-color: rgba(255, 255, 255, 1);
}
.border-t-panel-default\/20 {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.border-t-panel-default\/25 {
  border-top-color: rgba(255, 255, 255, 0.25);
}
.border-t-panel-default\/30 {
  border-top-color: rgba(255, 255, 255, 0.3);
}
.border-t-panel-default\/40 {
  border-top-color: rgba(255, 255, 255, 0.4);
}
.border-t-panel-default\/5 {
  border-top-color: rgba(255, 255, 255, 0.05);
}
.border-t-panel-default\/50 {
  border-top-color: rgba(255, 255, 255, 0.5);
}
.border-t-panel-default\/60 {
  border-top-color: rgba(255, 255, 255, 0.6);
}
.border-t-panel-default\/70 {
  border-top-color: rgba(255, 255, 255, 0.7);
}
.border-t-panel-default\/75 {
  border-top-color: rgba(255, 255, 255, 0.75);
}
.border-t-panel-default\/80 {
  border-top-color: rgba(255, 255, 255, 0.8);
}
.border-t-panel-default\/90 {
  border-top-color: rgba(255, 255, 255, 0.9);
}
.border-t-panel-default\/95 {
  border-top-color: rgba(255, 255, 255, 0.95);
}
.border-t-panel-default\/state-disabled {
  border-top-color: rgba(255, 255, 255, 0.5);
}
.border-t-panel-default\/state-enabled {
  border-top-color: rgba(255, 255, 255, 1);
}
.border-t-panel-shadow {
  border-top-color: rgba(0, 0, 0, 0.2);
}
.border-t-panel-shadow\/0 {
  border-top-color: rgba(0, 0, 0, 0);
}
.border-t-panel-shadow\/10 {
  border-top-color: rgba(0, 0, 0, 0.1);
}
.border-t-panel-shadow\/100 {
  border-top-color: rgba(0, 0, 0, 1);
}
.border-t-panel-shadow\/20 {
  border-top-color: rgba(0, 0, 0, 0.2);
}
.border-t-panel-shadow\/25 {
  border-top-color: rgba(0, 0, 0, 0.25);
}
.border-t-panel-shadow\/30 {
  border-top-color: rgba(0, 0, 0, 0.3);
}
.border-t-panel-shadow\/40 {
  border-top-color: rgba(0, 0, 0, 0.4);
}
.border-t-panel-shadow\/5 {
  border-top-color: rgba(0, 0, 0, 0.05);
}
.border-t-panel-shadow\/50 {
  border-top-color: rgba(0, 0, 0, 0.5);
}
.border-t-panel-shadow\/60 {
  border-top-color: rgba(0, 0, 0, 0.6);
}
.border-t-panel-shadow\/70 {
  border-top-color: rgba(0, 0, 0, 0.7);
}
.border-t-panel-shadow\/75 {
  border-top-color: rgba(0, 0, 0, 0.75);
}
.border-t-panel-shadow\/80 {
  border-top-color: rgba(0, 0, 0, 0.8);
}
.border-t-panel-shadow\/90 {
  border-top-color: rgba(0, 0, 0, 0.9);
}
.border-t-panel-shadow\/95 {
  border-top-color: rgba(0, 0, 0, 0.95);
}
.border-t-panel-shadow\/state-disabled {
  border-top-color: rgba(0, 0, 0, 0.5);
}
.border-t-panel-shadow\/state-enabled {
  border-top-color: rgba(0, 0, 0, 1);
}
.border-t-typography-accent {
  --tw-border-opacity: 1;
  border-top-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-t-typography-accent\/0 {
  border-top-color: rgb(205 141 239 / 0);
}
.border-t-typography-accent\/10 {
  border-top-color: rgb(205 141 239 / 0.1);
}
.border-t-typography-accent\/100 {
  border-top-color: rgb(205 141 239 / 1);
}
.border-t-typography-accent\/20 {
  border-top-color: rgb(205 141 239 / 0.2);
}
.border-t-typography-accent\/25 {
  border-top-color: rgb(205 141 239 / 0.25);
}
.border-t-typography-accent\/30 {
  border-top-color: rgb(205 141 239 / 0.3);
}
.border-t-typography-accent\/40 {
  border-top-color: rgb(205 141 239 / 0.4);
}
.border-t-typography-accent\/5 {
  border-top-color: rgb(205 141 239 / 0.05);
}
.border-t-typography-accent\/50 {
  border-top-color: rgb(205 141 239 / 0.5);
}
.border-t-typography-accent\/60 {
  border-top-color: rgb(205 141 239 / 0.6);
}
.border-t-typography-accent\/70 {
  border-top-color: rgb(205 141 239 / 0.7);
}
.border-t-typography-accent\/75 {
  border-top-color: rgb(205 141 239 / 0.75);
}
.border-t-typography-accent\/80 {
  border-top-color: rgb(205 141 239 / 0.8);
}
.border-t-typography-accent\/90 {
  border-top-color: rgb(205 141 239 / 0.9);
}
.border-t-typography-accent\/95 {
  border-top-color: rgb(205 141 239 / 0.95);
}
.border-t-typography-accent\/state-disabled {
  border-top-color: rgb(205 141 239 / 0.5);
}
.border-t-typography-accent\/state-enabled {
  border-top-color: rgb(205 141 239 / 1);
}
.border-t-typography-alternate {
  --tw-border-opacity: 1;
  border-top-color: rgb(6 182 212 / var(--tw-border-opacity));
}
.border-t-typography-alternate\/0 {
  border-top-color: rgb(6 182 212 / 0);
}
.border-t-typography-alternate\/10 {
  border-top-color: rgb(6 182 212 / 0.1);
}
.border-t-typography-alternate\/100 {
  border-top-color: rgb(6 182 212 / 1);
}
.border-t-typography-alternate\/20 {
  border-top-color: rgb(6 182 212 / 0.2);
}
.border-t-typography-alternate\/25 {
  border-top-color: rgb(6 182 212 / 0.25);
}
.border-t-typography-alternate\/30 {
  border-top-color: rgb(6 182 212 / 0.3);
}
.border-t-typography-alternate\/40 {
  border-top-color: rgb(6 182 212 / 0.4);
}
.border-t-typography-alternate\/5 {
  border-top-color: rgb(6 182 212 / 0.05);
}
.border-t-typography-alternate\/50 {
  border-top-color: rgb(6 182 212 / 0.5);
}
.border-t-typography-alternate\/60 {
  border-top-color: rgb(6 182 212 / 0.6);
}
.border-t-typography-alternate\/70 {
  border-top-color: rgb(6 182 212 / 0.7);
}
.border-t-typography-alternate\/75 {
  border-top-color: rgb(6 182 212 / 0.75);
}
.border-t-typography-alternate\/80 {
  border-top-color: rgb(6 182 212 / 0.8);
}
.border-t-typography-alternate\/90 {
  border-top-color: rgb(6 182 212 / 0.9);
}
.border-t-typography-alternate\/95 {
  border-top-color: rgb(6 182 212 / 0.95);
}
.border-t-typography-alternate\/state-disabled {
  border-top-color: rgb(6 182 212 / 0.5);
}
.border-t-typography-alternate\/state-enabled {
  border-top-color: rgb(6 182 212 / 1);
}
.border-t-typography-default {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-t-typography-default\/0 {
  border-top-color: rgb(255 255 255 / 0);
}
.border-t-typography-default\/10 {
  border-top-color: rgb(255 255 255 / 0.1);
}
.border-t-typography-default\/100 {
  border-top-color: rgb(255 255 255 / 1);
}
.border-t-typography-default\/20 {
  border-top-color: rgb(255 255 255 / 0.2);
}
.border-t-typography-default\/25 {
  border-top-color: rgb(255 255 255 / 0.25);
}
.border-t-typography-default\/30 {
  border-top-color: rgb(255 255 255 / 0.3);
}
.border-t-typography-default\/40 {
  border-top-color: rgb(255 255 255 / 0.4);
}
.border-t-typography-default\/5 {
  border-top-color: rgb(255 255 255 / 0.05);
}
.border-t-typography-default\/50 {
  border-top-color: rgb(255 255 255 / 0.5);
}
.border-t-typography-default\/60 {
  border-top-color: rgb(255 255 255 / 0.6);
}
.border-t-typography-default\/70 {
  border-top-color: rgb(255 255 255 / 0.7);
}
.border-t-typography-default\/75 {
  border-top-color: rgb(255 255 255 / 0.75);
}
.border-t-typography-default\/80 {
  border-top-color: rgb(255 255 255 / 0.8);
}
.border-t-typography-default\/90 {
  border-top-color: rgb(255 255 255 / 0.9);
}
.border-t-typography-default\/95 {
  border-top-color: rgb(255 255 255 / 0.95);
}
.border-t-typography-default\/state-disabled {
  border-top-color: rgb(255 255 255 / 0.5);
}
.border-t-typography-default\/state-enabled {
  border-top-color: rgb(255 255 255 / 1);
}
.border-t-typography-error {
  --tw-border-opacity: 1;
  border-top-color: rgb(248 113 113 / var(--tw-border-opacity));
}
.border-t-typography-error\/0 {
  border-top-color: rgb(248 113 113 / 0);
}
.border-t-typography-error\/10 {
  border-top-color: rgb(248 113 113 / 0.1);
}
.border-t-typography-error\/100 {
  border-top-color: rgb(248 113 113 / 1);
}
.border-t-typography-error\/20 {
  border-top-color: rgb(248 113 113 / 0.2);
}
.border-t-typography-error\/25 {
  border-top-color: rgb(248 113 113 / 0.25);
}
.border-t-typography-error\/30 {
  border-top-color: rgb(248 113 113 / 0.3);
}
.border-t-typography-error\/40 {
  border-top-color: rgb(248 113 113 / 0.4);
}
.border-t-typography-error\/5 {
  border-top-color: rgb(248 113 113 / 0.05);
}
.border-t-typography-error\/50 {
  border-top-color: rgb(248 113 113 / 0.5);
}
.border-t-typography-error\/60 {
  border-top-color: rgb(248 113 113 / 0.6);
}
.border-t-typography-error\/70 {
  border-top-color: rgb(248 113 113 / 0.7);
}
.border-t-typography-error\/75 {
  border-top-color: rgb(248 113 113 / 0.75);
}
.border-t-typography-error\/80 {
  border-top-color: rgb(248 113 113 / 0.8);
}
.border-t-typography-error\/90 {
  border-top-color: rgb(248 113 113 / 0.9);
}
.border-t-typography-error\/95 {
  border-top-color: rgb(248 113 113 / 0.95);
}
.border-t-typography-error\/state-disabled {
  border-top-color: rgb(248 113 113 / 0.5);
}
.border-t-typography-error\/state-enabled {
  border-top-color: rgb(248 113 113 / 1);
}
.border-t-typography-info {
  --tw-border-opacity: 1;
  border-top-color: rgb(96 165 250 / var(--tw-border-opacity));
}
.border-t-typography-info\/0 {
  border-top-color: rgb(96 165 250 / 0);
}
.border-t-typography-info\/10 {
  border-top-color: rgb(96 165 250 / 0.1);
}
.border-t-typography-info\/100 {
  border-top-color: rgb(96 165 250 / 1);
}
.border-t-typography-info\/20 {
  border-top-color: rgb(96 165 250 / 0.2);
}
.border-t-typography-info\/25 {
  border-top-color: rgb(96 165 250 / 0.25);
}
.border-t-typography-info\/30 {
  border-top-color: rgb(96 165 250 / 0.3);
}
.border-t-typography-info\/40 {
  border-top-color: rgb(96 165 250 / 0.4);
}
.border-t-typography-info\/5 {
  border-top-color: rgb(96 165 250 / 0.05);
}
.border-t-typography-info\/50 {
  border-top-color: rgb(96 165 250 / 0.5);
}
.border-t-typography-info\/60 {
  border-top-color: rgb(96 165 250 / 0.6);
}
.border-t-typography-info\/70 {
  border-top-color: rgb(96 165 250 / 0.7);
}
.border-t-typography-info\/75 {
  border-top-color: rgb(96 165 250 / 0.75);
}
.border-t-typography-info\/80 {
  border-top-color: rgb(96 165 250 / 0.8);
}
.border-t-typography-info\/90 {
  border-top-color: rgb(96 165 250 / 0.9);
}
.border-t-typography-info\/95 {
  border-top-color: rgb(96 165 250 / 0.95);
}
.border-t-typography-info\/state-disabled {
  border-top-color: rgb(96 165 250 / 0.5);
}
.border-t-typography-info\/state-enabled {
  border-top-color: rgb(96 165 250 / 1);
}
.border-t-typography-link-default {
  --tw-border-opacity: 1;
  border-top-color: rgb(205 141 239 / var(--tw-border-opacity));
}
.border-t-typography-link-default\/0 {
  border-top-color: rgb(205 141 239 / 0);
}
.border-t-typography-link-default\/10 {
  border-top-color: rgb(205 141 239 / 0.1);
}
.border-t-typography-link-default\/100 {
  border-top-color: rgb(205 141 239 / 1);
}
.border-t-typography-link-default\/20 {
  border-top-color: rgb(205 141 239 / 0.2);
}
.border-t-typography-link-default\/25 {
  border-top-color: rgb(205 141 239 / 0.25);
}
.border-t-typography-link-default\/30 {
  border-top-color: rgb(205 141 239 / 0.3);
}
.border-t-typography-link-default\/40 {
  border-top-color: rgb(205 141 239 / 0.4);
}
.border-t-typography-link-default\/5 {
  border-top-color: rgb(205 141 239 / 0.05);
}
.border-t-typography-link-default\/50 {
  border-top-color: rgb(205 141 239 / 0.5);
}
.border-t-typography-link-default\/60 {
  border-top-color: rgb(205 141 239 / 0.6);
}
.border-t-typography-link-default\/70 {
  border-top-color: rgb(205 141 239 / 0.7);
}
.border-t-typography-link-default\/75 {
  border-top-color: rgb(205 141 239 / 0.75);
}
.border-t-typography-link-default\/80 {
  border-top-color: rgb(205 141 239 / 0.8);
}
.border-t-typography-link-default\/90 {
  border-top-color: rgb(205 141 239 / 0.9);
}
.border-t-typography-link-default\/95 {
  border-top-color: rgb(205 141 239 / 0.95);
}
.border-t-typography-link-default\/state-disabled {
  border-top-color: rgb(205 141 239 / 0.5);
}
.border-t-typography-link-default\/state-enabled {
  border-top-color: rgb(205 141 239 / 1);
}
.border-t-typography-link-hover {
  --tw-border-opacity: 1;
  border-top-color: rgb(215 164 242 / var(--tw-border-opacity));
}
.border-t-typography-link-hover\/0 {
  border-top-color: rgb(215 164 242 / 0);
}
.border-t-typography-link-hover\/10 {
  border-top-color: rgb(215 164 242 / 0.1);
}
.border-t-typography-link-hover\/100 {
  border-top-color: rgb(215 164 242 / 1);
}
.border-t-typography-link-hover\/20 {
  border-top-color: rgb(215 164 242 / 0.2);
}
.border-t-typography-link-hover\/25 {
  border-top-color: rgb(215 164 242 / 0.25);
}
.border-t-typography-link-hover\/30 {
  border-top-color: rgb(215 164 242 / 0.3);
}
.border-t-typography-link-hover\/40 {
  border-top-color: rgb(215 164 242 / 0.4);
}
.border-t-typography-link-hover\/5 {
  border-top-color: rgb(215 164 242 / 0.05);
}
.border-t-typography-link-hover\/50 {
  border-top-color: rgb(215 164 242 / 0.5);
}
.border-t-typography-link-hover\/60 {
  border-top-color: rgb(215 164 242 / 0.6);
}
.border-t-typography-link-hover\/70 {
  border-top-color: rgb(215 164 242 / 0.7);
}
.border-t-typography-link-hover\/75 {
  border-top-color: rgb(215 164 242 / 0.75);
}
.border-t-typography-link-hover\/80 {
  border-top-color: rgb(215 164 242 / 0.8);
}
.border-t-typography-link-hover\/90 {
  border-top-color: rgb(215 164 242 / 0.9);
}
.border-t-typography-link-hover\/95 {
  border-top-color: rgb(215 164 242 / 0.95);
}
.border-t-typography-link-hover\/state-disabled {
  border-top-color: rgb(215 164 242 / 0.5);
}
.border-t-typography-link-hover\/state-enabled {
  border-top-color: rgb(215 164 242 / 1);
}
.border-t-typography-muted {
  --tw-border-opacity: 1;
  border-top-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-t-typography-muted\/0 {
  border-top-color: rgb(156 163 175 / 0);
}
.border-t-typography-muted\/10 {
  border-top-color: rgb(156 163 175 / 0.1);
}
.border-t-typography-muted\/100 {
  border-top-color: rgb(156 163 175 / 1);
}
.border-t-typography-muted\/20 {
  border-top-color: rgb(156 163 175 / 0.2);
}
.border-t-typography-muted\/25 {
  border-top-color: rgb(156 163 175 / 0.25);
}
.border-t-typography-muted\/30 {
  border-top-color: rgb(156 163 175 / 0.3);
}
.border-t-typography-muted\/40 {
  border-top-color: rgb(156 163 175 / 0.4);
}
.border-t-typography-muted\/5 {
  border-top-color: rgb(156 163 175 / 0.05);
}
.border-t-typography-muted\/50 {
  border-top-color: rgb(156 163 175 / 0.5);
}
.border-t-typography-muted\/60 {
  border-top-color: rgb(156 163 175 / 0.6);
}
.border-t-typography-muted\/70 {
  border-top-color: rgb(156 163 175 / 0.7);
}
.border-t-typography-muted\/75 {
  border-top-color: rgb(156 163 175 / 0.75);
}
.border-t-typography-muted\/80 {
  border-top-color: rgb(156 163 175 / 0.8);
}
.border-t-typography-muted\/90 {
  border-top-color: rgb(156 163 175 / 0.9);
}
.border-t-typography-muted\/95 {
  border-top-color: rgb(156 163 175 / 0.95);
}
.border-t-typography-muted\/state-disabled {
  border-top-color: rgb(156 163 175 / 0.5);
}
.border-t-typography-muted\/state-enabled {
  border-top-color: rgb(156 163 175 / 1);
}
.border-t-typography-on-accent {
  --tw-border-opacity: 1;
  border-top-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.border-t-typography-on-accent\/0 {
  border-top-color: rgb(64 64 64 / 0);
}
.border-t-typography-on-accent\/10 {
  border-top-color: rgb(64 64 64 / 0.1);
}
.border-t-typography-on-accent\/100 {
  border-top-color: rgb(64 64 64 / 1);
}
.border-t-typography-on-accent\/20 {
  border-top-color: rgb(64 64 64 / 0.2);
}
.border-t-typography-on-accent\/25 {
  border-top-color: rgb(64 64 64 / 0.25);
}
.border-t-typography-on-accent\/30 {
  border-top-color: rgb(64 64 64 / 0.3);
}
.border-t-typography-on-accent\/40 {
  border-top-color: rgb(64 64 64 / 0.4);
}
.border-t-typography-on-accent\/5 {
  border-top-color: rgb(64 64 64 / 0.05);
}
.border-t-typography-on-accent\/50 {
  border-top-color: rgb(64 64 64 / 0.5);
}
.border-t-typography-on-accent\/60 {
  border-top-color: rgb(64 64 64 / 0.6);
}
.border-t-typography-on-accent\/70 {
  border-top-color: rgb(64 64 64 / 0.7);
}
.border-t-typography-on-accent\/75 {
  border-top-color: rgb(64 64 64 / 0.75);
}
.border-t-typography-on-accent\/80 {
  border-top-color: rgb(64 64 64 / 0.8);
}
.border-t-typography-on-accent\/90 {
  border-top-color: rgb(64 64 64 / 0.9);
}
.border-t-typography-on-accent\/95 {
  border-top-color: rgb(64 64 64 / 0.95);
}
.border-t-typography-on-accent\/state-disabled {
  border-top-color: rgb(64 64 64 / 0.5);
}
.border-t-typography-on-accent\/state-enabled {
  border-top-color: rgb(64 64 64 / 1);
}
.border-t-typography-subtle {
  --tw-border-opacity: 1;
  border-top-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-t-typography-subtle\/0 {
  border-top-color: rgb(229 231 235 / 0);
}
.border-t-typography-subtle\/10 {
  border-top-color: rgb(229 231 235 / 0.1);
}
.border-t-typography-subtle\/100 {
  border-top-color: rgb(229 231 235 / 1);
}
.border-t-typography-subtle\/20 {
  border-top-color: rgb(229 231 235 / 0.2);
}
.border-t-typography-subtle\/25 {
  border-top-color: rgb(229 231 235 / 0.25);
}
.border-t-typography-subtle\/30 {
  border-top-color: rgb(229 231 235 / 0.3);
}
.border-t-typography-subtle\/40 {
  border-top-color: rgb(229 231 235 / 0.4);
}
.border-t-typography-subtle\/5 {
  border-top-color: rgb(229 231 235 / 0.05);
}
.border-t-typography-subtle\/50 {
  border-top-color: rgb(229 231 235 / 0.5);
}
.border-t-typography-subtle\/60 {
  border-top-color: rgb(229 231 235 / 0.6);
}
.border-t-typography-subtle\/70 {
  border-top-color: rgb(229 231 235 / 0.7);
}
.border-t-typography-subtle\/75 {
  border-top-color: rgb(229 231 235 / 0.75);
}
.border-t-typography-subtle\/80 {
  border-top-color: rgb(229 231 235 / 0.8);
}
.border-t-typography-subtle\/90 {
  border-top-color: rgb(229 231 235 / 0.9);
}
.border-t-typography-subtle\/95 {
  border-top-color: rgb(229 231 235 / 0.95);
}
.border-t-typography-subtle\/state-disabled {
  border-top-color: rgb(229 231 235 / 0.5);
}
.border-t-typography-subtle\/state-enabled {
  border-top-color: rgb(229 231 235 / 1);
}
.border-t-typography-success {
  --tw-border-opacity: 1;
  border-top-color: rgb(74 222 128 / var(--tw-border-opacity));
}
.border-t-typography-success\/0 {
  border-top-color: rgb(74 222 128 / 0);
}
.border-t-typography-success\/10 {
  border-top-color: rgb(74 222 128 / 0.1);
}
.border-t-typography-success\/100 {
  border-top-color: rgb(74 222 128 / 1);
}
.border-t-typography-success\/20 {
  border-top-color: rgb(74 222 128 / 0.2);
}
.border-t-typography-success\/25 {
  border-top-color: rgb(74 222 128 / 0.25);
}
.border-t-typography-success\/30 {
  border-top-color: rgb(74 222 128 / 0.3);
}
.border-t-typography-success\/40 {
  border-top-color: rgb(74 222 128 / 0.4);
}
.border-t-typography-success\/5 {
  border-top-color: rgb(74 222 128 / 0.05);
}
.border-t-typography-success\/50 {
  border-top-color: rgb(74 222 128 / 0.5);
}
.border-t-typography-success\/60 {
  border-top-color: rgb(74 222 128 / 0.6);
}
.border-t-typography-success\/70 {
  border-top-color: rgb(74 222 128 / 0.7);
}
.border-t-typography-success\/75 {
  border-top-color: rgb(74 222 128 / 0.75);
}
.border-t-typography-success\/80 {
  border-top-color: rgb(74 222 128 / 0.8);
}
.border-t-typography-success\/90 {
  border-top-color: rgb(74 222 128 / 0.9);
}
.border-t-typography-success\/95 {
  border-top-color: rgb(74 222 128 / 0.95);
}
.border-t-typography-success\/state-disabled {
  border-top-color: rgb(74 222 128 / 0.5);
}
.border-t-typography-success\/state-enabled {
  border-top-color: rgb(74 222 128 / 1);
}
.border-t-typography-warning {
  --tw-border-opacity: 1;
  border-top-color: rgb(251 146 60 / var(--tw-border-opacity));
}
.border-t-typography-warning\/0 {
  border-top-color: rgb(251 146 60 / 0);
}
.border-t-typography-warning\/10 {
  border-top-color: rgb(251 146 60 / 0.1);
}
.border-t-typography-warning\/100 {
  border-top-color: rgb(251 146 60 / 1);
}
.border-t-typography-warning\/20 {
  border-top-color: rgb(251 146 60 / 0.2);
}
.border-t-typography-warning\/25 {
  border-top-color: rgb(251 146 60 / 0.25);
}
.border-t-typography-warning\/30 {
  border-top-color: rgb(251 146 60 / 0.3);
}
.border-t-typography-warning\/40 {
  border-top-color: rgb(251 146 60 / 0.4);
}
.border-t-typography-warning\/5 {
  border-top-color: rgb(251 146 60 / 0.05);
}
.border-t-typography-warning\/50 {
  border-top-color: rgb(251 146 60 / 0.5);
}
.border-t-typography-warning\/60 {
  border-top-color: rgb(251 146 60 / 0.6);
}
.border-t-typography-warning\/70 {
  border-top-color: rgb(251 146 60 / 0.7);
}
.border-t-typography-warning\/75 {
  border-top-color: rgb(251 146 60 / 0.75);
}
.border-t-typography-warning\/80 {
  border-top-color: rgb(251 146 60 / 0.8);
}
.border-t-typography-warning\/90 {
  border-top-color: rgb(251 146 60 / 0.9);
}
.border-t-typography-warning\/95 {
  border-top-color: rgb(251 146 60 / 0.95);
}
.border-t-typography-warning\/state-disabled {
  border-top-color: rgb(251 146 60 / 0.5);
}
.border-t-typography-warning\/state-enabled {
  border-top-color: rgb(251 146 60 / 1);
}
.bg-\[\#1DA1F2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(29 161 242 / var(--tw-bg-opacity));
}
.bg-\[\#1c1c1e\] {
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 30 / var(--tw-bg-opacity));
}
.bg-\[\#282828\] {
  --tw-bg-opacity: 1;
  background-color: rgb(40 40 40 / var(--tw-bg-opacity));
}
.bg-\[\#3D3D3D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(61 61 61 / var(--tw-bg-opacity));
}
.bg-\[\#7AFFE7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(122 255 231 / var(--tw-bg-opacity));
}
.bg-avatar-background {
  --tw-bg-opacity: 1;
  background-color: rgb(205 141 239 / var(--tw-bg-opacity));
}
.bg-avatar-background\/0 {
  background-color: rgb(205 141 239 / 0);
}
.bg-avatar-background\/10 {
  background-color: rgb(205 141 239 / 0.1);
}
.bg-avatar-background\/100 {
  background-color: rgb(205 141 239 / 1);
}
.bg-avatar-background\/20 {
  background-color: rgb(205 141 239 / 0.2);
}
.bg-avatar-background\/25 {
  background-color: rgb(205 141 239 / 0.25);
}
.bg-avatar-background\/30 {
  background-color: rgb(205 141 239 / 0.3);
}
.bg-avatar-background\/40 {
  background-color: rgb(205 141 239 / 0.4);
}
.bg-avatar-background\/5 {
  background-color: rgb(205 141 239 / 0.05);
}
.bg-avatar-background\/50 {
  background-color: rgb(205 141 239 / 0.5);
}
.bg-avatar-background\/60 {
  background-color: rgb(205 141 239 / 0.6);
}
.bg-avatar-background\/70 {
  background-color: rgb(205 141 239 / 0.7);
}
.bg-avatar-background\/75 {
  background-color: rgb(205 141 239 / 0.75);
}
.bg-avatar-background\/80 {
  background-color: rgb(205 141 239 / 0.8);
}
.bg-avatar-background\/90 {
  background-color: rgb(205 141 239 / 0.9);
}
.bg-avatar-background\/95 {
  background-color: rgb(205 141 239 / 0.95);
}
.bg-avatar-background\/state-disabled {
  background-color: rgb(205 141 239 / 0.5);
}
.bg-avatar-background\/state-enabled {
  background-color: rgb(205 141 239 / 1);
}
.bg-badge-outline-alternate {
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity));
}
.bg-badge-outline-alternate\/0 {
  background-color: rgb(6 182 212 / 0);
}
.bg-badge-outline-alternate\/10 {
  background-color: rgb(6 182 212 / 0.1);
}
.bg-badge-outline-alternate\/100 {
  background-color: rgb(6 182 212 / 1);
}
.bg-badge-outline-alternate\/20 {
  background-color: rgb(6 182 212 / 0.2);
}
.bg-badge-outline-alternate\/25 {
  background-color: rgb(6 182 212 / 0.25);
}
.bg-badge-outline-alternate\/30 {
  background-color: rgb(6 182 212 / 0.3);
}
.bg-badge-outline-alternate\/40 {
  background-color: rgb(6 182 212 / 0.4);
}
.bg-badge-outline-alternate\/5 {
  background-color: rgb(6 182 212 / 0.05);
}
.bg-badge-outline-alternate\/50 {
  background-color: rgb(6 182 212 / 0.5);
}
.bg-badge-outline-alternate\/60 {
  background-color: rgb(6 182 212 / 0.6);
}
.bg-badge-outline-alternate\/70 {
  background-color: rgb(6 182 212 / 0.7);
}
.bg-badge-outline-alternate\/75 {
  background-color: rgb(6 182 212 / 0.75);
}
.bg-badge-outline-alternate\/80 {
  background-color: rgb(6 182 212 / 0.8);
}
.bg-badge-outline-alternate\/90 {
  background-color: rgb(6 182 212 / 0.9);
}
.bg-badge-outline-alternate\/95 {
  background-color: rgb(6 182 212 / 0.95);
}
.bg-badge-outline-alternate\/state-disabled {
  background-color: rgb(6 182 212 / 0.5);
}
.bg-badge-outline-alternate\/state-enabled {
  background-color: rgb(6 182 212 / 1);
}
.bg-badge-outline-default {
  --tw-bg-opacity: 1;
  background-color: rgb(205 141 239 / var(--tw-bg-opacity));
}
.bg-badge-outline-default\/0 {
  background-color: rgb(205 141 239 / 0);
}
.bg-badge-outline-default\/10 {
  background-color: rgb(205 141 239 / 0.1);
}
.bg-badge-outline-default\/100 {
  background-color: rgb(205 141 239 / 1);
}
.bg-badge-outline-default\/20 {
  background-color: rgb(205 141 239 / 0.2);
}
.bg-badge-outline-default\/25 {
  background-color: rgb(205 141 239 / 0.25);
}
.bg-badge-outline-default\/30 {
  background-color: rgb(205 141 239 / 0.3);
}
.bg-badge-outline-default\/40 {
  background-color: rgb(205 141 239 / 0.4);
}
.bg-badge-outline-default\/5 {
  background-color: rgb(205 141 239 / 0.05);
}
.bg-badge-outline-default\/50 {
  background-color: rgb(205 141 239 / 0.5);
}
.bg-badge-outline-default\/60 {
  background-color: rgb(205 141 239 / 0.6);
}
.bg-badge-outline-default\/70 {
  background-color: rgb(205 141 239 / 0.7);
}
.bg-badge-outline-default\/75 {
  background-color: rgb(205 141 239 / 0.75);
}
.bg-badge-outline-default\/80 {
  background-color: rgb(205 141 239 / 0.8);
}
.bg-badge-outline-default\/90 {
  background-color: rgb(205 141 239 / 0.9);
}
.bg-badge-outline-default\/95 {
  background-color: rgb(205 141 239 / 0.95);
}
.bg-badge-outline-default\/state-disabled {
  background-color: rgb(205 141 239 / 0.5);
}
.bg-badge-outline-default\/state-enabled {
  background-color: rgb(205 141 239 / 1);
}
.bg-badge-outline-textColor {
  --tw-bg-opacity: 1;
  background-color: rgb(205 141 239 / var(--tw-bg-opacity));
}
.bg-badge-outline-textColor\/0 {
  background-color: rgb(205 141 239 / 0);
}
.bg-badge-outline-textColor\/10 {
  background-color: rgb(205 141 239 / 0.1);
}
.bg-badge-outline-textColor\/100 {
  background-color: rgb(205 141 239 / 1);
}
.bg-badge-outline-textColor\/20 {
  background-color: rgb(205 141 239 / 0.2);
}
.bg-badge-outline-textColor\/25 {
  background-color: rgb(205 141 239 / 0.25);
}
.bg-badge-outline-textColor\/30 {
  background-color: rgb(205 141 239 / 0.3);
}
.bg-badge-outline-textColor\/40 {
  background-color: rgb(205 141 239 / 0.4);
}
.bg-badge-outline-textColor\/5 {
  background-color: rgb(205 141 239 / 0.05);
}
.bg-badge-outline-textColor\/50 {
  background-color: rgb(205 141 239 / 0.5);
}
.bg-badge-outline-textColor\/60 {
  background-color: rgb(205 141 239 / 0.6);
}
.bg-badge-outline-textColor\/70 {
  background-color: rgb(205 141 239 / 0.7);
}
.bg-badge-outline-textColor\/75 {
  background-color: rgb(205 141 239 / 0.75);
}
.bg-badge-outline-textColor\/80 {
  background-color: rgb(205 141 239 / 0.8);
}
.bg-badge-outline-textColor\/90 {
  background-color: rgb(205 141 239 / 0.9);
}
.bg-badge-outline-textColor\/95 {
  background-color: rgb(205 141 239 / 0.95);
}
.bg-badge-outline-textColor\/state-disabled {
  background-color: rgb(205 141 239 / 0.5);
}
.bg-badge-outline-textColor\/state-enabled {
  background-color: rgb(205 141 239 / 1);
}
.bg-badge-solid-alternate {
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity));
}
.bg-badge-solid-alternate\/0 {
  background-color: rgb(6 182 212 / 0);
}
.bg-badge-solid-alternate\/10 {
  background-color: rgb(6 182 212 / 0.1);
}
.bg-badge-solid-alternate\/100 {
  background-color: rgb(6 182 212 / 1);
}
.bg-badge-solid-alternate\/20 {
  background-color: rgb(6 182 212 / 0.2);
}
.bg-badge-solid-alternate\/25 {
  background-color: rgb(6 182 212 / 0.25);
}
.bg-badge-solid-alternate\/30 {
  background-color: rgb(6 182 212 / 0.3);
}
.bg-badge-solid-alternate\/40 {
  background-color: rgb(6 182 212 / 0.4);
}
.bg-badge-solid-alternate\/5 {
  background-color: rgb(6 182 212 / 0.05);
}
.bg-badge-solid-alternate\/50 {
  background-color: rgb(6 182 212 / 0.5);
}
.bg-badge-solid-alternate\/60 {
  background-color: rgb(6 182 212 / 0.6);
}
.bg-badge-solid-alternate\/70 {
  background-color: rgb(6 182 212 / 0.7);
}
.bg-badge-solid-alternate\/75 {
  background-color: rgb(6 182 212 / 0.75);
}
.bg-badge-solid-alternate\/80 {
  background-color: rgb(6 182 212 / 0.8);
}
.bg-badge-solid-alternate\/90 {
  background-color: rgb(6 182 212 / 0.9);
}
.bg-badge-solid-alternate\/95 {
  background-color: rgb(6 182 212 / 0.95);
}
.bg-badge-solid-alternate\/state-disabled {
  background-color: rgb(6 182 212 / 0.5);
}
.bg-badge-solid-alternate\/state-enabled {
  background-color: rgb(6 182 212 / 1);
}
.bg-badge-solid-default {
  --tw-bg-opacity: 1;
  background-color: rgb(205 141 239 / var(--tw-bg-opacity));
}
.bg-badge-solid-default\/0 {
  background-color: rgb(205 141 239 / 0);
}
.bg-badge-solid-default\/10 {
  background-color: rgb(205 141 239 / 0.1);
}
.bg-badge-solid-default\/100 {
  background-color: rgb(205 141 239 / 1);
}
.bg-badge-solid-default\/20 {
  background-color: rgb(205 141 239 / 0.2);
}
.bg-badge-solid-default\/25 {
  background-color: rgb(205 141 239 / 0.25);
}
.bg-badge-solid-default\/30 {
  background-color: rgb(205 141 239 / 0.3);
}
.bg-badge-solid-default\/40 {
  background-color: rgb(205 141 239 / 0.4);
}
.bg-badge-solid-default\/5 {
  background-color: rgb(205 141 239 / 0.05);
}
.bg-badge-solid-default\/50 {
  background-color: rgb(205 141 239 / 0.5);
}
.bg-badge-solid-default\/60 {
  background-color: rgb(205 141 239 / 0.6);
}
.bg-badge-solid-default\/70 {
  background-color: rgb(205 141 239 / 0.7);
}
.bg-badge-solid-default\/75 {
  background-color: rgb(205 141 239 / 0.75);
}
.bg-badge-solid-default\/80 {
  background-color: rgb(205 141 239 / 0.8);
}
.bg-badge-solid-default\/90 {
  background-color: rgb(205 141 239 / 0.9);
}
.bg-badge-solid-default\/95 {
  background-color: rgb(205 141 239 / 0.95);
}
.bg-badge-solid-default\/state-disabled {
  background-color: rgb(205 141 239 / 0.5);
}
.bg-badge-solid-default\/state-enabled {
  background-color: rgb(205 141 239 / 1);
}
.bg-badge-solid-textColor {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}
.bg-badge-solid-textColor\/0 {
  background-color: rgb(64 64 64 / 0);
}
.bg-badge-solid-textColor\/10 {
  background-color: rgb(64 64 64 / 0.1);
}
.bg-badge-solid-textColor\/100 {
  background-color: rgb(64 64 64 / 1);
}
.bg-badge-solid-textColor\/20 {
  background-color: rgb(64 64 64 / 0.2);
}
.bg-badge-solid-textColor\/25 {
  background-color: rgb(64 64 64 / 0.25);
}
.bg-badge-solid-textColor\/30 {
  background-color: rgb(64 64 64 / 0.3);
}
.bg-badge-solid-textColor\/40 {
  background-color: rgb(64 64 64 / 0.4);
}
.bg-badge-solid-textColor\/5 {
  background-color: rgb(64 64 64 / 0.05);
}
.bg-badge-solid-textColor\/50 {
  background-color: rgb(64 64 64 / 0.5);
}
.bg-badge-solid-textColor\/60 {
  background-color: rgb(64 64 64 / 0.6);
}
.bg-badge-solid-textColor\/70 {
  background-color: rgb(64 64 64 / 0.7);
}
.bg-badge-solid-textColor\/75 {
  background-color: rgb(64 64 64 / 0.75);
}
.bg-badge-solid-textColor\/80 {
  background-color: rgb(64 64 64 / 0.8);
}
.bg-badge-solid-textColor\/90 {
  background-color: rgb(64 64 64 / 0.9);
}
.bg-badge-solid-textColor\/95 {
  background-color: rgb(64 64 64 / 0.95);
}
.bg-badge-solid-textColor\/state-disabled {
  background-color: rgb(64 64 64 / 0.5);
}
.bg-badge-solid-textColor\/state-enabled {
  background-color: rgb(64 64 64 / 1);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(13 13 13 / var(--tw-bg-opacity));
}
.bg-black-full {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black\/\[\.9\] {
  background-color: rgb(13 13 13 / .9);
}
.bg-divider-default {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.bg-divider-default\/0 {
  background-color: rgb(55 65 81 / 0);
}
.bg-divider-default\/10 {
  background-color: rgb(55 65 81 / 0.1);
}
.bg-divider-default\/100 {
  background-color: rgb(55 65 81 / 1);
}
.bg-divider-default\/20 {
  background-color: rgb(55 65 81 / 0.2);
}
.bg-divider-default\/25 {
  background-color: rgb(55 65 81 / 0.25);
}
.bg-divider-default\/30 {
  background-color: rgb(55 65 81 / 0.3);
}
.bg-divider-default\/40 {
  background-color: rgb(55 65 81 / 0.4);
}
.bg-divider-default\/5 {
  background-color: rgb(55 65 81 / 0.05);
}
.bg-divider-default\/50 {
  background-color: rgb(55 65 81 / 0.5);
}
.bg-divider-default\/60 {
  background-color: rgb(55 65 81 / 0.6);
}
.bg-divider-default\/70 {
  background-color: rgb(55 65 81 / 0.7);
}
.bg-divider-default\/75 {
  background-color: rgb(55 65 81 / 0.75);
}
.bg-divider-default\/80 {
  background-color: rgb(55 65 81 / 0.8);
}
.bg-divider-default\/90 {
  background-color: rgb(55 65 81 / 0.9);
}
.bg-divider-default\/95 {
  background-color: rgb(55 65 81 / 0.95);
}
.bg-divider-default\/state-disabled {
  background-color: rgb(55 65 81 / 0.5);
}
.bg-divider-default\/state-enabled {
  background-color: rgb(55 65 81 / 1);
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-input-background {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}
.bg-input-background\/0 {
  background-color: rgb(23 23 23 / 0);
}
.bg-input-background\/10 {
  background-color: rgb(23 23 23 / 0.1);
}
.bg-input-background\/100 {
  background-color: rgb(23 23 23 / 1);
}
.bg-input-background\/20 {
  background-color: rgb(23 23 23 / 0.2);
}
.bg-input-background\/25 {
  background-color: rgb(23 23 23 / 0.25);
}
.bg-input-background\/30 {
  background-color: rgb(23 23 23 / 0.3);
}
.bg-input-background\/40 {
  background-color: rgb(23 23 23 / 0.4);
}
.bg-input-background\/5 {
  background-color: rgb(23 23 23 / 0.05);
}
.bg-input-background\/50 {
  background-color: rgb(23 23 23 / 0.5);
}
.bg-input-background\/60 {
  background-color: rgb(23 23 23 / 0.6);
}
.bg-input-background\/70 {
  background-color: rgb(23 23 23 / 0.7);
}
.bg-input-background\/75 {
  background-color: rgb(23 23 23 / 0.75);
}
.bg-input-background\/80 {
  background-color: rgb(23 23 23 / 0.8);
}
.bg-input-background\/90 {
  background-color: rgb(23 23 23 / 0.9);
}
.bg-input-background\/95 {
  background-color: rgb(23 23 23 / 0.95);
}
.bg-input-background\/state-disabled {
  background-color: rgb(23 23 23 / 0.5);
}
.bg-input-background\/state-enabled {
  background-color: rgb(23 23 23 / 1);
}
.bg-input-checkbox-background {
  --tw-bg-opacity: 1;
  background-color: rgb(205 141 239 / var(--tw-bg-opacity));
}
.bg-input-checkbox-background\/0 {
  background-color: rgb(205 141 239 / 0);
}
.bg-input-checkbox-background\/10 {
  background-color: rgb(205 141 239 / 0.1);
}
.bg-input-checkbox-background\/100 {
  background-color: rgb(205 141 239 / 1);
}
.bg-input-checkbox-background\/20 {
  background-color: rgb(205 141 239 / 0.2);
}
.bg-input-checkbox-background\/25 {
  background-color: rgb(205 141 239 / 0.25);
}
.bg-input-checkbox-background\/30 {
  background-color: rgb(205 141 239 / 0.3);
}
.bg-input-checkbox-background\/40 {
  background-color: rgb(205 141 239 / 0.4);
}
.bg-input-checkbox-background\/5 {
  background-color: rgb(205 141 239 / 0.05);
}
.bg-input-checkbox-background\/50 {
  background-color: rgb(205 141 239 / 0.5);
}
.bg-input-checkbox-background\/60 {
  background-color: rgb(205 141 239 / 0.6);
}
.bg-input-checkbox-background\/70 {
  background-color: rgb(205 141 239 / 0.7);
}
.bg-input-checkbox-background\/75 {
  background-color: rgb(205 141 239 / 0.75);
}
.bg-input-checkbox-background\/80 {
  background-color: rgb(205 141 239 / 0.8);
}
.bg-input-checkbox-background\/90 {
  background-color: rgb(205 141 239 / 0.9);
}
.bg-input-checkbox-background\/95 {
  background-color: rgb(205 141 239 / 0.95);
}
.bg-input-checkbox-background\/state-disabled {
  background-color: rgb(205 141 239 / 0.5);
}
.bg-input-checkbox-background\/state-enabled {
  background-color: rgb(205 141 239 / 1);
}
.bg-input-checkbox-border {
  --tw-bg-opacity: 1;
  background-color: rgb(205 141 239 / var(--tw-bg-opacity));
}
.bg-input-checkbox-border\/0 {
  background-color: rgb(205 141 239 / 0);
}
.bg-input-checkbox-border\/10 {
  background-color: rgb(205 141 239 / 0.1);
}
.bg-input-checkbox-border\/100 {
  background-color: rgb(205 141 239 / 1);
}
.bg-input-checkbox-border\/20 {
  background-color: rgb(205 141 239 / 0.2);
}
.bg-input-checkbox-border\/25 {
  background-color: rgb(205 141 239 / 0.25);
}
.bg-input-checkbox-border\/30 {
  background-color: rgb(205 141 239 / 0.3);
}
.bg-input-checkbox-border\/40 {
  background-color: rgb(205 141 239 / 0.4);
}
.bg-input-checkbox-border\/5 {
  background-color: rgb(205 141 239 / 0.05);
}
.bg-input-checkbox-border\/50 {
  background-color: rgb(205 141 239 / 0.5);
}
.bg-input-checkbox-border\/60 {
  background-color: rgb(205 141 239 / 0.6);
}
.bg-input-checkbox-border\/70 {
  background-color: rgb(205 141 239 / 0.7);
}
.bg-input-checkbox-border\/75 {
  background-color: rgb(205 141 239 / 0.75);
}
.bg-input-checkbox-border\/80 {
  background-color: rgb(205 141 239 / 0.8);
}
.bg-input-checkbox-border\/90 {
  background-color: rgb(205 141 239 / 0.9);
}
.bg-input-checkbox-border\/95 {
  background-color: rgb(205 141 239 / 0.95);
}
.bg-input-checkbox-border\/state-disabled {
  background-color: rgb(205 141 239 / 0.5);
}
.bg-input-checkbox-border\/state-enabled {
  background-color: rgb(205 141 239 / 1);
}
.bg-input-checkbox-contrast {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}
.bg-input-checkbox-contrast\/0 {
  background-color: rgb(64 64 64 / 0);
}
.bg-input-checkbox-contrast\/10 {
  background-color: rgb(64 64 64 / 0.1);
}
.bg-input-checkbox-contrast\/100 {
  background-color: rgb(64 64 64 / 1);
}
.bg-input-checkbox-contrast\/20 {
  background-color: rgb(64 64 64 / 0.2);
}
.bg-input-checkbox-contrast\/25 {
  background-color: rgb(64 64 64 / 0.25);
}
.bg-input-checkbox-contrast\/30 {
  background-color: rgb(64 64 64 / 0.3);
}
.bg-input-checkbox-contrast\/40 {
  background-color: rgb(64 64 64 / 0.4);
}
.bg-input-checkbox-contrast\/5 {
  background-color: rgb(64 64 64 / 0.05);
}
.bg-input-checkbox-contrast\/50 {
  background-color: rgb(64 64 64 / 0.5);
}
.bg-input-checkbox-contrast\/60 {
  background-color: rgb(64 64 64 / 0.6);
}
.bg-input-checkbox-contrast\/70 {
  background-color: rgb(64 64 64 / 0.7);
}
.bg-input-checkbox-contrast\/75 {
  background-color: rgb(64 64 64 / 0.75);
}
.bg-input-checkbox-contrast\/80 {
  background-color: rgb(64 64 64 / 0.8);
}
.bg-input-checkbox-contrast\/90 {
  background-color: rgb(64 64 64 / 0.9);
}
.bg-input-checkbox-contrast\/95 {
  background-color: rgb(64 64 64 / 0.95);
}
.bg-input-checkbox-contrast\/state-disabled {
  background-color: rgb(64 64 64 / 0.5);
}
.bg-input-checkbox-contrast\/state-enabled {
  background-color: rgb(64 64 64 / 1);
}
.bg-input-default-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity));
}
.bg-input-default-bg\/0 {
  background-color: rgb(17 17 17 / 0);
}
.bg-input-default-bg\/10 {
  background-color: rgb(17 17 17 / 0.1);
}
.bg-input-default-bg\/100 {
  background-color: rgb(17 17 17 / 1);
}
.bg-input-default-bg\/20 {
  background-color: rgb(17 17 17 / 0.2);
}
.bg-input-default-bg\/25 {
  background-color: rgb(17 17 17 / 0.25);
}
.bg-input-default-bg\/30 {
  background-color: rgb(17 17 17 / 0.3);
}
.bg-input-default-bg\/40 {
  background-color: rgb(17 17 17 / 0.4);
}
.bg-input-default-bg\/5 {
  background-color: rgb(17 17 17 / 0.05);
}
.bg-input-default-bg\/50 {
  background-color: rgb(17 17 17 / 0.5);
}
.bg-input-default-bg\/60 {
  background-color: rgb(17 17 17 / 0.6);
}
.bg-input-default-bg\/70 {
  background-color: rgb(17 17 17 / 0.7);
}
.bg-input-default-bg\/75 {
  background-color: rgb(17 17 17 / 0.75);
}
.bg-input-default-bg\/80 {
  background-color: rgb(17 17 17 / 0.8);
}
.bg-input-default-bg\/90 {
  background-color: rgb(17 17 17 / 0.9);
}
.bg-input-default-bg\/95 {
  background-color: rgb(17 17 17 / 0.95);
}
.bg-input-default-bg\/state-disabled {
  background-color: rgb(17 17 17 / 0.5);
}
.bg-input-default-bg\/state-enabled {
  background-color: rgb(17 17 17 / 1);
}
.bg-input-default-border {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}
.bg-input-default-border\/0 {
  background-color: rgb(64 64 64 / 0);
}
.bg-input-default-border\/10 {
  background-color: rgb(64 64 64 / 0.1);
}
.bg-input-default-border\/100 {
  background-color: rgb(64 64 64 / 1);
}
.bg-input-default-border\/20 {
  background-color: rgb(64 64 64 / 0.2);
}
.bg-input-default-border\/25 {
  background-color: rgb(64 64 64 / 0.25);
}
.bg-input-default-border\/30 {
  background-color: rgb(64 64 64 / 0.3);
}
.bg-input-default-border\/40 {
  background-color: rgb(64 64 64 / 0.4);
}
.bg-input-default-border\/5 {
  background-color: rgb(64 64 64 / 0.05);
}
.bg-input-default-border\/50 {
  background-color: rgb(64 64 64 / 0.5);
}
.bg-input-default-border\/60 {
  background-color: rgb(64 64 64 / 0.6);
}
.bg-input-default-border\/70 {
  background-color: rgb(64 64 64 / 0.7);
}
.bg-input-default-border\/75 {
  background-color: rgb(64 64 64 / 0.75);
}
.bg-input-default-border\/80 {
  background-color: rgb(64 64 64 / 0.8);
}
.bg-input-default-border\/90 {
  background-color: rgb(64 64 64 / 0.9);
}
.bg-input-default-border\/95 {
  background-color: rgb(64 64 64 / 0.95);
}
.bg-input-default-border\/state-disabled {
  background-color: rgb(64 64 64 / 0.5);
}
.bg-input-default-border\/state-enabled {
  background-color: rgb(64 64 64 / 1);
}
.bg-input-default-placeholder {
  background-color: rgba(255, 255, 255, 0.4);
}
.bg-input-default-placeholder\/0 {
  background-color: rgba(255, 255, 255, 0);
}
.bg-input-default-placeholder\/10 {
  background-color: rgba(255, 255, 255, 0.1);
}
.bg-input-default-placeholder\/100 {
  background-color: rgba(255, 255, 255, 1);
}
.bg-input-default-placeholder\/20 {
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-input-default-placeholder\/25 {
  background-color: rgba(255, 255, 255, 0.25);
}
.bg-input-default-placeholder\/30 {
  background-color: rgba(255, 255, 255, 0.3);
}
.bg-input-default-placeholder\/40 {
  background-color: rgba(255, 255, 255, 0.4);
}
.bg-input-default-placeholder\/5 {
  background-color: rgba(255, 255, 255, 0.05);
}
.bg-input-default-placeholder\/50 {
  background-color: rgba(255, 255, 255, 0.5);
}
.bg-input-default-placeholder\/60 {
  background-color: rgba(255, 255, 255, 0.6);
}
.bg-input-default-placeholder\/70 {
  background-color: rgba(255, 255, 255, 0.7);
}
.bg-input-default-placeholder\/75 {
  background-color: rgba(255, 255, 255, 0.75);
}
.bg-input-default-placeholder\/80 {
  background-color: rgba(255, 255, 255, 0.8);
}
.bg-input-default-placeholder\/90 {
  background-color: rgba(255, 255, 255, 0.9);
}
.bg-input-default-placeholder\/95 {
  background-color: rgba(255, 255, 255, 0.95);
}
.bg-input-default-placeholder\/state-disabled {
  background-color: rgba(255, 255, 255, 0.5);
}
.bg-input-default-placeholder\/state-enabled {
  background-color: rgba(255, 255, 255, 1);
}
.bg-input-default-text {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-input-default-text\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-input-default-text\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-input-default-text\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-input-default-text\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-input-default-text\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-input-default-text\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-input-default-text\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-input-default-text\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-input-default-text\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-input-default-text\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-input-default-text\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-input-default-text\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-input-default-text\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-input-default-text\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-input-default-text\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-input-default-text\/state-disabled {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-input-default-text\/state-enabled {
  background-color: rgb(255 255 255 / 1);
}
.bg-input-dropdown-background {
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity));
}
.bg-input-dropdown-background\/0 {
  background-color: rgb(17 17 17 / 0);
}
.bg-input-dropdown-background\/10 {
  background-color: rgb(17 17 17 / 0.1);
}
.bg-input-dropdown-background\/100 {
  background-color: rgb(17 17 17 / 1);
}
.bg-input-dropdown-background\/20 {
  background-color: rgb(17 17 17 / 0.2);
}
.bg-input-dropdown-background\/25 {
  background-color: rgb(17 17 17 / 0.25);
}
.bg-input-dropdown-background\/30 {
  background-color: rgb(17 17 17 / 0.3);
}
.bg-input-dropdown-background\/40 {
  background-color: rgb(17 17 17 / 0.4);
}
.bg-input-dropdown-background\/5 {
  background-color: rgb(17 17 17 / 0.05);
}
.bg-input-dropdown-background\/50 {
  background-color: rgb(17 17 17 / 0.5);
}
.bg-input-dropdown-background\/60 {
  background-color: rgb(17 17 17 / 0.6);
}
.bg-input-dropdown-background\/70 {
  background-color: rgb(17 17 17 / 0.7);
}
.bg-input-dropdown-background\/75 {
  background-color: rgb(17 17 17 / 0.75);
}
.bg-input-dropdown-background\/80 {
  background-color: rgb(17 17 17 / 0.8);
}
.bg-input-dropdown-background\/90 {
  background-color: rgb(17 17 17 / 0.9);
}
.bg-input-dropdown-background\/95 {
  background-color: rgb(17 17 17 / 0.95);
}
.bg-input-dropdown-background\/state-disabled {
  background-color: rgb(17 17 17 / 0.5);
}
.bg-input-dropdown-background\/state-enabled {
  background-color: rgb(17 17 17 / 1);
}
.bg-input-error-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity));
}
.bg-input-error-bg\/0 {
  background-color: rgb(17 17 17 / 0);
}
.bg-input-error-bg\/10 {
  background-color: rgb(17 17 17 / 0.1);
}
.bg-input-error-bg\/100 {
  background-color: rgb(17 17 17 / 1);
}
.bg-input-error-bg\/20 {
  background-color: rgb(17 17 17 / 0.2);
}
.bg-input-error-bg\/25 {
  background-color: rgb(17 17 17 / 0.25);
}
.bg-input-error-bg\/30 {
  background-color: rgb(17 17 17 / 0.3);
}
.bg-input-error-bg\/40 {
  background-color: rgb(17 17 17 / 0.4);
}
.bg-input-error-bg\/5 {
  background-color: rgb(17 17 17 / 0.05);
}
.bg-input-error-bg\/50 {
  background-color: rgb(17 17 17 / 0.5);
}
.bg-input-error-bg\/60 {
  background-color: rgb(17 17 17 / 0.6);
}
.bg-input-error-bg\/70 {
  background-color: rgb(17 17 17 / 0.7);
}
.bg-input-error-bg\/75 {
  background-color: rgb(17 17 17 / 0.75);
}
.bg-input-error-bg\/80 {
  background-color: rgb(17 17 17 / 0.8);
}
.bg-input-error-bg\/90 {
  background-color: rgb(17 17 17 / 0.9);
}
.bg-input-error-bg\/95 {
  background-color: rgb(17 17 17 / 0.95);
}
.bg-input-error-bg\/state-disabled {
  background-color: rgb(17 17 17 / 0.5);
}
.bg-input-error-bg\/state-enabled {
  background-color: rgb(17 17 17 / 1);
}
.bg-input-error-border {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}
.bg-input-error-border\/0 {
  background-color: rgb(248 113 113 / 0);
}
.bg-input-error-border\/10 {
  background-color: rgb(248 113 113 / 0.1);
}
.bg-input-error-border\/100 {
  background-color: rgb(248 113 113 / 1);
}
.bg-input-error-border\/20 {
  background-color: rgb(248 113 113 / 0.2);
}
.bg-input-error-border\/25 {
  background-color: rgb(248 113 113 / 0.25);
}
.bg-input-error-border\/30 {
  background-color: rgb(248 113 113 / 0.3);
}
.bg-input-error-border\/40 {
  background-color: rgb(248 113 113 / 0.4);
}
.bg-input-error-border\/5 {
  background-color: rgb(248 113 113 / 0.05);
}
.bg-input-error-border\/50 {
  background-color: rgb(248 113 113 / 0.5);
}
.bg-input-error-border\/60 {
  background-color: rgb(248 113 113 / 0.6);
}
.bg-input-error-border\/70 {
  background-color: rgb(248 113 113 / 0.7);
}
.bg-input-error-border\/75 {
  background-color: rgb(248 113 113 / 0.75);
}
.bg-input-error-border\/80 {
  background-color: rgb(248 113 113 / 0.8);
}
.bg-input-error-border\/90 {
  background-color: rgb(248 113 113 / 0.9);
}
.bg-input-error-border\/95 {
  background-color: rgb(248 113 113 / 0.95);
}
.bg-input-error-border\/state-disabled {
  background-color: rgb(248 113 113 / 0.5);
}
.bg-input-error-border\/state-enabled {
  background-color: rgb(248 113 113 / 1);
}
.bg-input-error-placeholder {
  background-color: rgba(255, 255, 255, 0.4);
}
.bg-input-error-placeholder\/0 {
  background-color: rgba(255, 255, 255, 0);
}
.bg-input-error-placeholder\/10 {
  background-color: rgba(255, 255, 255, 0.1);
}
.bg-input-error-placeholder\/100 {
  background-color: rgba(255, 255, 255, 1);
}
.bg-input-error-placeholder\/20 {
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-input-error-placeholder\/25 {
  background-color: rgba(255, 255, 255, 0.25);
}
.bg-input-error-placeholder\/30 {
  background-color: rgba(255, 255, 255, 0.3);
}
.bg-input-error-placeholder\/40 {
  background-color: rgba(255, 255, 255, 0.4);
}
.bg-input-error-placeholder\/5 {
  background-color: rgba(255, 255, 255, 0.05);
}
.bg-input-error-placeholder\/50 {
  background-color: rgba(255, 255, 255, 0.5);
}
.bg-input-error-placeholder\/60 {
  background-color: rgba(255, 255, 255, 0.6);
}
.bg-input-error-placeholder\/70 {
  background-color: rgba(255, 255, 255, 0.7);
}
.bg-input-error-placeholder\/75 {
  background-color: rgba(255, 255, 255, 0.75);
}
.bg-input-error-placeholder\/80 {
  background-color: rgba(255, 255, 255, 0.8);
}
.bg-input-error-placeholder\/90 {
  background-color: rgba(255, 255, 255, 0.9);
}
.bg-input-error-placeholder\/95 {
  background-color: rgba(255, 255, 255, 0.95);
}
.bg-input-error-placeholder\/state-disabled {
  background-color: rgba(255, 255, 255, 0.5);
}
.bg-input-error-placeholder\/state-enabled {
  background-color: rgba(255, 255, 255, 1);
}
.bg-input-error-text {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}
.bg-input-error-text\/0 {
  background-color: rgb(248 113 113 / 0);
}
.bg-input-error-text\/10 {
  background-color: rgb(248 113 113 / 0.1);
}
.bg-input-error-text\/100 {
  background-color: rgb(248 113 113 / 1);
}
.bg-input-error-text\/20 {
  background-color: rgb(248 113 113 / 0.2);
}
.bg-input-error-text\/25 {
  background-color: rgb(248 113 113 / 0.25);
}
.bg-input-error-text\/30 {
  background-color: rgb(248 113 113 / 0.3);
}
.bg-input-error-text\/40 {
  background-color: rgb(248 113 113 / 0.4);
}
.bg-input-error-text\/5 {
  background-color: rgb(248 113 113 / 0.05);
}
.bg-input-error-text\/50 {
  background-color: rgb(248 113 113 / 0.5);
}
.bg-input-error-text\/60 {
  background-color: rgb(248 113 113 / 0.6);
}
.bg-input-error-text\/70 {
  background-color: rgb(248 113 113 / 0.7);
}
.bg-input-error-text\/75 {
  background-color: rgb(248 113 113 / 0.75);
}
.bg-input-error-text\/80 {
  background-color: rgb(248 113 113 / 0.8);
}
.bg-input-error-text\/90 {
  background-color: rgb(248 113 113 / 0.9);
}
.bg-input-error-text\/95 {
  background-color: rgb(248 113 113 / 0.95);
}
.bg-input-error-text\/state-disabled {
  background-color: rgb(248 113 113 / 0.5);
}
.bg-input-error-text\/state-enabled {
  background-color: rgb(248 113 113 / 1);
}
.bg-input-focused-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity));
}
.bg-input-focused-bg\/0 {
  background-color: rgb(17 17 17 / 0);
}
.bg-input-focused-bg\/10 {
  background-color: rgb(17 17 17 / 0.1);
}
.bg-input-focused-bg\/100 {
  background-color: rgb(17 17 17 / 1);
}
.bg-input-focused-bg\/20 {
  background-color: rgb(17 17 17 / 0.2);
}
.bg-input-focused-bg\/25 {
  background-color: rgb(17 17 17 / 0.25);
}
.bg-input-focused-bg\/30 {
  background-color: rgb(17 17 17 / 0.3);
}
.bg-input-focused-bg\/40 {
  background-color: rgb(17 17 17 / 0.4);
}
.bg-input-focused-bg\/5 {
  background-color: rgb(17 17 17 / 0.05);
}
.bg-input-focused-bg\/50 {
  background-color: rgb(17 17 17 / 0.5);
}
.bg-input-focused-bg\/60 {
  background-color: rgb(17 17 17 / 0.6);
}
.bg-input-focused-bg\/70 {
  background-color: rgb(17 17 17 / 0.7);
}
.bg-input-focused-bg\/75 {
  background-color: rgb(17 17 17 / 0.75);
}
.bg-input-focused-bg\/80 {
  background-color: rgb(17 17 17 / 0.8);
}
.bg-input-focused-bg\/90 {
  background-color: rgb(17 17 17 / 0.9);
}
.bg-input-focused-bg\/95 {
  background-color: rgb(17 17 17 / 0.95);
}
.bg-input-focused-bg\/state-disabled {
  background-color: rgb(17 17 17 / 0.5);
}
.bg-input-focused-bg\/state-enabled {
  background-color: rgb(17 17 17 / 1);
}
.bg-input-focused-border {
  --tw-bg-opacity: 1;
  background-color: rgb(98 98 98 / var(--tw-bg-opacity));
}
.bg-input-focused-border\/0 {
  background-color: rgb(98 98 98 / 0);
}
.bg-input-focused-border\/10 {
  background-color: rgb(98 98 98 / 0.1);
}
.bg-input-focused-border\/100 {
  background-color: rgb(98 98 98 / 1);
}
.bg-input-focused-border\/20 {
  background-color: rgb(98 98 98 / 0.2);
}
.bg-input-focused-border\/25 {
  background-color: rgb(98 98 98 / 0.25);
}
.bg-input-focused-border\/30 {
  background-color: rgb(98 98 98 / 0.3);
}
.bg-input-focused-border\/40 {
  background-color: rgb(98 98 98 / 0.4);
}
.bg-input-focused-border\/5 {
  background-color: rgb(98 98 98 / 0.05);
}
.bg-input-focused-border\/50 {
  background-color: rgb(98 98 98 / 0.5);
}
.bg-input-focused-border\/60 {
  background-color: rgb(98 98 98 / 0.6);
}
.bg-input-focused-border\/70 {
  background-color: rgb(98 98 98 / 0.7);
}
.bg-input-focused-border\/75 {
  background-color: rgb(98 98 98 / 0.75);
}
.bg-input-focused-border\/80 {
  background-color: rgb(98 98 98 / 0.8);
}
.bg-input-focused-border\/90 {
  background-color: rgb(98 98 98 / 0.9);
}
.bg-input-focused-border\/95 {
  background-color: rgb(98 98 98 / 0.95);
}
.bg-input-focused-border\/state-disabled {
  background-color: rgb(98 98 98 / 0.5);
}
.bg-input-focused-border\/state-enabled {
  background-color: rgb(98 98 98 / 1);
}
.bg-input-focused-placeholder {
  background-color: rgba(255, 255, 255, 0.4);
}
.bg-input-focused-placeholder\/0 {
  background-color: rgba(255, 255, 255, 0);
}
.bg-input-focused-placeholder\/10 {
  background-color: rgba(255, 255, 255, 0.1);
}
.bg-input-focused-placeholder\/100 {
  background-color: rgba(255, 255, 255, 1);
}
.bg-input-focused-placeholder\/20 {
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-input-focused-placeholder\/25 {
  background-color: rgba(255, 255, 255, 0.25);
}
.bg-input-focused-placeholder\/30 {
  background-color: rgba(255, 255, 255, 0.3);
}
.bg-input-focused-placeholder\/40 {
  background-color: rgba(255, 255, 255, 0.4);
}
.bg-input-focused-placeholder\/5 {
  background-color: rgba(255, 255, 255, 0.05);
}
.bg-input-focused-placeholder\/50 {
  background-color: rgba(255, 255, 255, 0.5);
}
.bg-input-focused-placeholder\/60 {
  background-color: rgba(255, 255, 255, 0.6);
}
.bg-input-focused-placeholder\/70 {
  background-color: rgba(255, 255, 255, 0.7);
}
.bg-input-focused-placeholder\/75 {
  background-color: rgba(255, 255, 255, 0.75);
}
.bg-input-focused-placeholder\/80 {
  background-color: rgba(255, 255, 255, 0.8);
}
.bg-input-focused-placeholder\/90 {
  background-color: rgba(255, 255, 255, 0.9);
}
.bg-input-focused-placeholder\/95 {
  background-color: rgba(255, 255, 255, 0.95);
}
.bg-input-focused-placeholder\/state-disabled {
  background-color: rgba(255, 255, 255, 0.5);
}
.bg-input-focused-placeholder\/state-enabled {
  background-color: rgba(255, 255, 255, 1);
}
.bg-input-focused-text {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-input-focused-text\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-input-focused-text\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-input-focused-text\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-input-focused-text\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-input-focused-text\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-input-focused-text\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-input-focused-text\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-input-focused-text\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-input-focused-text\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-input-focused-text\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-input-focused-text\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-input-focused-text\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-input-focused-text\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-input-focused-text\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-input-focused-text\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-input-focused-text\/state-disabled {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-input-focused-text\/state-enabled {
  background-color: rgb(255 255 255 / 1);
}
.bg-input-placeholder {
  --tw-bg-opacity: 1;
  background-color: rgb(97 97 97 / var(--tw-bg-opacity));
}
.bg-input-placeholder\/0 {
  background-color: rgb(97 97 97 / 0);
}
.bg-input-placeholder\/10 {
  background-color: rgb(97 97 97 / 0.1);
}
.bg-input-placeholder\/100 {
  background-color: rgb(97 97 97 / 1);
}
.bg-input-placeholder\/20 {
  background-color: rgb(97 97 97 / 0.2);
}
.bg-input-placeholder\/25 {
  background-color: rgb(97 97 97 / 0.25);
}
.bg-input-placeholder\/30 {
  background-color: rgb(97 97 97 / 0.3);
}
.bg-input-placeholder\/40 {
  background-color: rgb(97 97 97 / 0.4);
}
.bg-input-placeholder\/5 {
  background-color: rgb(97 97 97 / 0.05);
}
.bg-input-placeholder\/50 {
  background-color: rgb(97 97 97 / 0.5);
}
.bg-input-placeholder\/60 {
  background-color: rgb(97 97 97 / 0.6);
}
.bg-input-placeholder\/70 {
  background-color: rgb(97 97 97 / 0.7);
}
.bg-input-placeholder\/75 {
  background-color: rgb(97 97 97 / 0.75);
}
.bg-input-placeholder\/80 {
  background-color: rgb(97 97 97 / 0.8);
}
.bg-input-placeholder\/90 {
  background-color: rgb(97 97 97 / 0.9);
}
.bg-input-placeholder\/95 {
  background-color: rgb(97 97 97 / 0.95);
}
.bg-input-placeholder\/state-disabled {
  background-color: rgb(97 97 97 / 0.5);
}
.bg-input-placeholder\/state-enabled {
  background-color: rgb(97 97 97 / 1);
}
.bg-input-radio-background {
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity));
}
.bg-input-radio-background\/0 {
  background-color: rgb(17 17 17 / 0);
}
.bg-input-radio-background\/10 {
  background-color: rgb(17 17 17 / 0.1);
}
.bg-input-radio-background\/100 {
  background-color: rgb(17 17 17 / 1);
}
.bg-input-radio-background\/20 {
  background-color: rgb(17 17 17 / 0.2);
}
.bg-input-radio-background\/25 {
  background-color: rgb(17 17 17 / 0.25);
}
.bg-input-radio-background\/30 {
  background-color: rgb(17 17 17 / 0.3);
}
.bg-input-radio-background\/40 {
  background-color: rgb(17 17 17 / 0.4);
}
.bg-input-radio-background\/5 {
  background-color: rgb(17 17 17 / 0.05);
}
.bg-input-radio-background\/50 {
  background-color: rgb(17 17 17 / 0.5);
}
.bg-input-radio-background\/60 {
  background-color: rgb(17 17 17 / 0.6);
}
.bg-input-radio-background\/70 {
  background-color: rgb(17 17 17 / 0.7);
}
.bg-input-radio-background\/75 {
  background-color: rgb(17 17 17 / 0.75);
}
.bg-input-radio-background\/80 {
  background-color: rgb(17 17 17 / 0.8);
}
.bg-input-radio-background\/90 {
  background-color: rgb(17 17 17 / 0.9);
}
.bg-input-radio-background\/95 {
  background-color: rgb(17 17 17 / 0.95);
}
.bg-input-radio-background\/state-disabled {
  background-color: rgb(17 17 17 / 0.5);
}
.bg-input-radio-background\/state-enabled {
  background-color: rgb(17 17 17 / 1);
}
.bg-input-radio-border {
  --tw-bg-opacity: 1;
  background-color: rgb(205 141 239 / var(--tw-bg-opacity));
}
.bg-input-radio-border\/0 {
  background-color: rgb(205 141 239 / 0);
}
.bg-input-radio-border\/10 {
  background-color: rgb(205 141 239 / 0.1);
}
.bg-input-radio-border\/100 {
  background-color: rgb(205 141 239 / 1);
}
.bg-input-radio-border\/20 {
  background-color: rgb(205 141 239 / 0.2);
}
.bg-input-radio-border\/25 {
  background-color: rgb(205 141 239 / 0.25);
}
.bg-input-radio-border\/30 {
  background-color: rgb(205 141 239 / 0.3);
}
.bg-input-radio-border\/40 {
  background-color: rgb(205 141 239 / 0.4);
}
.bg-input-radio-border\/5 {
  background-color: rgb(205 141 239 / 0.05);
}
.bg-input-radio-border\/50 {
  background-color: rgb(205 141 239 / 0.5);
}
.bg-input-radio-border\/60 {
  background-color: rgb(205 141 239 / 0.6);
}
.bg-input-radio-border\/70 {
  background-color: rgb(205 141 239 / 0.7);
}
.bg-input-radio-border\/75 {
  background-color: rgb(205 141 239 / 0.75);
}
.bg-input-radio-border\/80 {
  background-color: rgb(205 141 239 / 0.8);
}
.bg-input-radio-border\/90 {
  background-color: rgb(205 141 239 / 0.9);
}
.bg-input-radio-border\/95 {
  background-color: rgb(205 141 239 / 0.95);
}
.bg-input-radio-border\/state-disabled {
  background-color: rgb(205 141 239 / 0.5);
}
.bg-input-radio-border\/state-enabled {
  background-color: rgb(205 141 239 / 1);
}
.bg-input-radio-contrast {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-input-radio-contrast\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-input-radio-contrast\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-input-radio-contrast\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-input-radio-contrast\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-input-radio-contrast\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-input-radio-contrast\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-input-radio-contrast\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-input-radio-contrast\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-input-radio-contrast\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-input-radio-contrast\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-input-radio-contrast\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-input-radio-contrast\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-input-radio-contrast\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-input-radio-contrast\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-input-radio-contrast\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-input-radio-contrast\/state-disabled {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-input-radio-contrast\/state-enabled {
  background-color: rgb(255 255 255 / 1);
}
.bg-input-switch-backgroundOff {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.bg-input-switch-backgroundOff\/0 {
  background-color: rgb(156 163 175 / 0);
}
.bg-input-switch-backgroundOff\/10 {
  background-color: rgb(156 163 175 / 0.1);
}
.bg-input-switch-backgroundOff\/100 {
  background-color: rgb(156 163 175 / 1);
}
.bg-input-switch-backgroundOff\/20 {
  background-color: rgb(156 163 175 / 0.2);
}
.bg-input-switch-backgroundOff\/25 {
  background-color: rgb(156 163 175 / 0.25);
}
.bg-input-switch-backgroundOff\/30 {
  background-color: rgb(156 163 175 / 0.3);
}
.bg-input-switch-backgroundOff\/40 {
  background-color: rgb(156 163 175 / 0.4);
}
.bg-input-switch-backgroundOff\/5 {
  background-color: rgb(156 163 175 / 0.05);
}
.bg-input-switch-backgroundOff\/50 {
  background-color: rgb(156 163 175 / 0.5);
}
.bg-input-switch-backgroundOff\/60 {
  background-color: rgb(156 163 175 / 0.6);
}
.bg-input-switch-backgroundOff\/70 {
  background-color: rgb(156 163 175 / 0.7);
}
.bg-input-switch-backgroundOff\/75 {
  background-color: rgb(156 163 175 / 0.75);
}
.bg-input-switch-backgroundOff\/80 {
  background-color: rgb(156 163 175 / 0.8);
}
.bg-input-switch-backgroundOff\/90 {
  background-color: rgb(156 163 175 / 0.9);
}
.bg-input-switch-backgroundOff\/95 {
  background-color: rgb(156 163 175 / 0.95);
}
.bg-input-switch-backgroundOff\/state-disabled {
  background-color: rgb(156 163 175 / 0.5);
}
.bg-input-switch-backgroundOff\/state-enabled {
  background-color: rgb(156 163 175 / 1);
}
.bg-input-switch-backgroundOn {
  --tw-bg-opacity: 1;
  background-color: rgb(205 141 239 / var(--tw-bg-opacity));
}
.bg-input-switch-backgroundOn\/0 {
  background-color: rgb(205 141 239 / 0);
}
.bg-input-switch-backgroundOn\/10 {
  background-color: rgb(205 141 239 / 0.1);
}
.bg-input-switch-backgroundOn\/100 {
  background-color: rgb(205 141 239 / 1);
}
.bg-input-switch-backgroundOn\/20 {
  background-color: rgb(205 141 239 / 0.2);
}
.bg-input-switch-backgroundOn\/25 {
  background-color: rgb(205 141 239 / 0.25);
}
.bg-input-switch-backgroundOn\/30 {
  background-color: rgb(205 141 239 / 0.3);
}
.bg-input-switch-backgroundOn\/40 {
  background-color: rgb(205 141 239 / 0.4);
}
.bg-input-switch-backgroundOn\/5 {
  background-color: rgb(205 141 239 / 0.05);
}
.bg-input-switch-backgroundOn\/50 {
  background-color: rgb(205 141 239 / 0.5);
}
.bg-input-switch-backgroundOn\/60 {
  background-color: rgb(205 141 239 / 0.6);
}
.bg-input-switch-backgroundOn\/70 {
  background-color: rgb(205 141 239 / 0.7);
}
.bg-input-switch-backgroundOn\/75 {
  background-color: rgb(205 141 239 / 0.75);
}
.bg-input-switch-backgroundOn\/80 {
  background-color: rgb(205 141 239 / 0.8);
}
.bg-input-switch-backgroundOn\/90 {
  background-color: rgb(205 141 239 / 0.9);
}
.bg-input-switch-backgroundOn\/95 {
  background-color: rgb(205 141 239 / 0.95);
}
.bg-input-switch-backgroundOn\/state-disabled {
  background-color: rgb(205 141 239 / 0.5);
}
.bg-input-switch-backgroundOn\/state-enabled {
  background-color: rgb(205 141 239 / 1);
}
.bg-input-switch-contrast {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}
.bg-input-switch-contrast\/0 {
  background-color: rgb(64 64 64 / 0);
}
.bg-input-switch-contrast\/10 {
  background-color: rgb(64 64 64 / 0.1);
}
.bg-input-switch-contrast\/100 {
  background-color: rgb(64 64 64 / 1);
}
.bg-input-switch-contrast\/20 {
  background-color: rgb(64 64 64 / 0.2);
}
.bg-input-switch-contrast\/25 {
  background-color: rgb(64 64 64 / 0.25);
}
.bg-input-switch-contrast\/30 {
  background-color: rgb(64 64 64 / 0.3);
}
.bg-input-switch-contrast\/40 {
  background-color: rgb(64 64 64 / 0.4);
}
.bg-input-switch-contrast\/5 {
  background-color: rgb(64 64 64 / 0.05);
}
.bg-input-switch-contrast\/50 {
  background-color: rgb(64 64 64 / 0.5);
}
.bg-input-switch-contrast\/60 {
  background-color: rgb(64 64 64 / 0.6);
}
.bg-input-switch-contrast\/70 {
  background-color: rgb(64 64 64 / 0.7);
}
.bg-input-switch-contrast\/75 {
  background-color: rgb(64 64 64 / 0.75);
}
.bg-input-switch-contrast\/80 {
  background-color: rgb(64 64 64 / 0.8);
}
.bg-input-switch-contrast\/90 {
  background-color: rgb(64 64 64 / 0.9);
}
.bg-input-switch-contrast\/95 {
  background-color: rgb(64 64 64 / 0.95);
}
.bg-input-switch-contrast\/state-disabled {
  background-color: rgb(64 64 64 / 0.5);
}
.bg-input-switch-contrast\/state-enabled {
  background-color: rgb(64 64 64 / 1);
}
.bg-input-text {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-input-text\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-input-text\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-input-text\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-input-text\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-input-text\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-input-text\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-input-text\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-input-text\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-input-text\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-input-text\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-input-text\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-input-text\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-input-text\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-input-text\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-input-text\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-input-text\/state-disabled {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-input-text\/state-enabled {
  background-color: rgb(255 255 255 / 1);
}
.bg-loader-default {
  --tw-bg-opacity: 1;
  background-color: rgb(205 141 239 / var(--tw-bg-opacity));
}
.bg-loader-default\/0 {
  background-color: rgb(205 141 239 / 0);
}
.bg-loader-default\/10 {
  background-color: rgb(205 141 239 / 0.1);
}
.bg-loader-default\/100 {
  background-color: rgb(205 141 239 / 1);
}
.bg-loader-default\/20 {
  background-color: rgb(205 141 239 / 0.2);
}
.bg-loader-default\/25 {
  background-color: rgb(205 141 239 / 0.25);
}
.bg-loader-default\/30 {
  background-color: rgb(205 141 239 / 0.3);
}
.bg-loader-default\/40 {
  background-color: rgb(205 141 239 / 0.4);
}
.bg-loader-default\/5 {
  background-color: rgb(205 141 239 / 0.05);
}
.bg-loader-default\/50 {
  background-color: rgb(205 141 239 / 0.5);
}
.bg-loader-default\/60 {
  background-color: rgb(205 141 239 / 0.6);
}
.bg-loader-default\/70 {
  background-color: rgb(205 141 239 / 0.7);
}
.bg-loader-default\/75 {
  background-color: rgb(205 141 239 / 0.75);
}
.bg-loader-default\/80 {
  background-color: rgb(205 141 239 / 0.8);
}
.bg-loader-default\/90 {
  background-color: rgb(205 141 239 / 0.9);
}
.bg-loader-default\/95 {
  background-color: rgb(205 141 239 / 0.95);
}
.bg-loader-default\/state-disabled {
  background-color: rgb(205 141 239 / 0.5);
}
.bg-loader-default\/state-enabled {
  background-color: rgb(205 141 239 / 1);
}
.bg-mono-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 6 6 / var(--tw-bg-opacity));
}
.bg-mono-10\/50 {
  background-color: rgb(6 6 6 / 0.5);
}
.bg-mono-3 {
  --tw-bg-opacity: 1;
  background-color: rgb(180 180 180 / var(--tw-bg-opacity));
}
.bg-mono-6 {
  --tw-bg-opacity: 1;
  background-color: rgb(106 106 106 / var(--tw-bg-opacity));
}
.bg-overlay-bg\/\[\.6\] {
  background-color: rgb(23 23 23 / .6);
}
.bg-panel-alternate {
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 29 / var(--tw-bg-opacity));
}
.bg-panel-alternate\/0 {
  background-color: rgb(29 29 29 / 0);
}
.bg-panel-alternate\/10 {
  background-color: rgb(29 29 29 / 0.1);
}
.bg-panel-alternate\/100 {
  background-color: rgb(29 29 29 / 1);
}
.bg-panel-alternate\/20 {
  background-color: rgb(29 29 29 / 0.2);
}
.bg-panel-alternate\/25 {
  background-color: rgb(29 29 29 / 0.25);
}
.bg-panel-alternate\/30 {
  background-color: rgb(29 29 29 / 0.3);
}
.bg-panel-alternate\/40 {
  background-color: rgb(29 29 29 / 0.4);
}
.bg-panel-alternate\/5 {
  background-color: rgb(29 29 29 / 0.05);
}
.bg-panel-alternate\/50 {
  background-color: rgb(29 29 29 / 0.5);
}
.bg-panel-alternate\/60 {
  background-color: rgb(29 29 29 / 0.6);
}
.bg-panel-alternate\/70 {
  background-color: rgb(29 29 29 / 0.7);
}
.bg-panel-alternate\/75 {
  background-color: rgb(29 29 29 / 0.75);
}
.bg-panel-alternate\/80 {
  background-color: rgb(29 29 29 / 0.8);
}
.bg-panel-alternate\/90 {
  background-color: rgb(29 29 29 / 0.9);
}
.bg-panel-alternate\/95 {
  background-color: rgb(29 29 29 / 0.95);
}
.bg-panel-alternate\/state-disabled {
  background-color: rgb(29 29 29 / 0.5);
}
.bg-panel-alternate\/state-enabled {
  background-color: rgb(29 29 29 / 1);
}
.bg-panel-base {
  --tw-bg-opacity: 1;
  background-color: rgb(16 16 16 / var(--tw-bg-opacity));
}
.bg-panel-base\/0 {
  background-color: rgb(16 16 16 / 0);
}
.bg-panel-base\/10 {
  background-color: rgb(16 16 16 / 0.1);
}
.bg-panel-base\/100 {
  background-color: rgb(16 16 16 / 1);
}
.bg-panel-base\/20 {
  background-color: rgb(16 16 16 / 0.2);
}
.bg-panel-base\/25 {
  background-color: rgb(16 16 16 / 0.25);
}
.bg-panel-base\/30 {
  background-color: rgb(16 16 16 / 0.3);
}
.bg-panel-base\/40 {
  background-color: rgb(16 16 16 / 0.4);
}
.bg-panel-base\/5 {
  background-color: rgb(16 16 16 / 0.05);
}
.bg-panel-base\/50 {
  background-color: rgb(16 16 16 / 0.5);
}
.bg-panel-base\/60 {
  background-color: rgb(16 16 16 / 0.6);
}
.bg-panel-base\/70 {
  background-color: rgb(16 16 16 / 0.7);
}
.bg-panel-base\/75 {
  background-color: rgb(16 16 16 / 0.75);
}
.bg-panel-base\/80 {
  background-color: rgb(16 16 16 / 0.8);
}
.bg-panel-base\/90 {
  background-color: rgb(16 16 16 / 0.9);
}
.bg-panel-base\/95 {
  background-color: rgb(16 16 16 / 0.95);
}
.bg-panel-base\/state-disabled {
  background-color: rgb(16 16 16 / 0.5);
}
.bg-panel-base\/state-enabled {
  background-color: rgb(16 16 16 / 1);
}
.bg-panel-border {
  background-color: rgba(255, 255, 255, 0.05);
}
.bg-panel-border\/0 {
  background-color: rgba(255, 255, 255, 0);
}
.bg-panel-border\/10 {
  background-color: rgba(255, 255, 255, 0.1);
}
.bg-panel-border\/100 {
  background-color: rgba(255, 255, 255, 1);
}
.bg-panel-border\/20 {
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-panel-border\/25 {
  background-color: rgba(255, 255, 255, 0.25);
}
.bg-panel-border\/30 {
  background-color: rgba(255, 255, 255, 0.3);
}
.bg-panel-border\/40 {
  background-color: rgba(255, 255, 255, 0.4);
}
.bg-panel-border\/5 {
  background-color: rgba(255, 255, 255, 0.05);
}
.bg-panel-border\/50 {
  background-color: rgba(255, 255, 255, 0.5);
}
.bg-panel-border\/60 {
  background-color: rgba(255, 255, 255, 0.6);
}
.bg-panel-border\/70 {
  background-color: rgba(255, 255, 255, 0.7);
}
.bg-panel-border\/75 {
  background-color: rgba(255, 255, 255, 0.75);
}
.bg-panel-border\/80 {
  background-color: rgba(255, 255, 255, 0.8);
}
.bg-panel-border\/90 {
  background-color: rgba(255, 255, 255, 0.9);
}
.bg-panel-border\/95 {
  background-color: rgba(255, 255, 255, 0.95);
}
.bg-panel-border\/state-disabled {
  background-color: rgba(255, 255, 255, 0.5);
}
.bg-panel-border\/state-enabled {
  background-color: rgba(255, 255, 255, 1);
}
.bg-panel-default {
  background-color: rgba(255, 255, 255, 0);
}
.bg-panel-default\/0 {
  background-color: rgba(255, 255, 255, 0);
}
.bg-panel-default\/10 {
  background-color: rgba(255, 255, 255, 0.1);
}
.bg-panel-default\/100 {
  background-color: rgba(255, 255, 255, 1);
}
.bg-panel-default\/20 {
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-panel-default\/25 {
  background-color: rgba(255, 255, 255, 0.25);
}
.bg-panel-default\/30 {
  background-color: rgba(255, 255, 255, 0.3);
}
.bg-panel-default\/40 {
  background-color: rgba(255, 255, 255, 0.4);
}
.bg-panel-default\/5 {
  background-color: rgba(255, 255, 255, 0.05);
}
.bg-panel-default\/50 {
  background-color: rgba(255, 255, 255, 0.5);
}
.bg-panel-default\/60 {
  background-color: rgba(255, 255, 255, 0.6);
}
.bg-panel-default\/70 {
  background-color: rgba(255, 255, 255, 0.7);
}
.bg-panel-default\/75 {
  background-color: rgba(255, 255, 255, 0.75);
}
.bg-panel-default\/80 {
  background-color: rgba(255, 255, 255, 0.8);
}
.bg-panel-default\/90 {
  background-color: rgba(255, 255, 255, 0.9);
}
.bg-panel-default\/95 {
  background-color: rgba(255, 255, 255, 0.95);
}
.bg-panel-default\/state-disabled {
  background-color: rgba(255, 255, 255, 0.5);
}
.bg-panel-default\/state-enabled {
  background-color: rgba(255, 255, 255, 1);
}
.bg-panel-shadow {
  background-color: rgba(0, 0, 0, 0.2);
}
.bg-panel-shadow\/0 {
  background-color: rgba(0, 0, 0, 0);
}
.bg-panel-shadow\/10 {
  background-color: rgba(0, 0, 0, 0.1);
}
.bg-panel-shadow\/100 {
  background-color: rgba(0, 0, 0, 1);
}
.bg-panel-shadow\/20 {
  background-color: rgba(0, 0, 0, 0.2);
}
.bg-panel-shadow\/25 {
  background-color: rgba(0, 0, 0, 0.25);
}
.bg-panel-shadow\/30 {
  background-color: rgba(0, 0, 0, 0.3);
}
.bg-panel-shadow\/40 {
  background-color: rgba(0, 0, 0, 0.4);
}
.bg-panel-shadow\/5 {
  background-color: rgba(0, 0, 0, 0.05);
}
.bg-panel-shadow\/50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.bg-panel-shadow\/60 {
  background-color: rgba(0, 0, 0, 0.6);
}
.bg-panel-shadow\/70 {
  background-color: rgba(0, 0, 0, 0.7);
}
.bg-panel-shadow\/75 {
  background-color: rgba(0, 0, 0, 0.75);
}
.bg-panel-shadow\/80 {
  background-color: rgba(0, 0, 0, 0.8);
}
.bg-panel-shadow\/90 {
  background-color: rgba(0, 0, 0, 0.9);
}
.bg-panel-shadow\/95 {
  background-color: rgba(0, 0, 0, 0.95);
}
.bg-panel-shadow\/state-disabled {
  background-color: rgba(0, 0, 0, 0.5);
}
.bg-panel-shadow\/state-enabled {
  background-color: rgba(0, 0, 0, 1);
}
.bg-primary-dark-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(152 150 242 / var(--tw-bg-opacity));
}
.bg-success-dark-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(142 233 99 / var(--tw-bg-opacity));
}
.bg-success-dark-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(173 247 138 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-typography-accent {
  --tw-bg-opacity: 1;
  background-color: rgb(205 141 239 / var(--tw-bg-opacity));
}
.bg-typography-accent\/0 {
  background-color: rgb(205 141 239 / 0);
}
.bg-typography-accent\/10 {
  background-color: rgb(205 141 239 / 0.1);
}
.bg-typography-accent\/100 {
  background-color: rgb(205 141 239 / 1);
}
.bg-typography-accent\/20 {
  background-color: rgb(205 141 239 / 0.2);
}
.bg-typography-accent\/25 {
  background-color: rgb(205 141 239 / 0.25);
}
.bg-typography-accent\/30 {
  background-color: rgb(205 141 239 / 0.3);
}
.bg-typography-accent\/40 {
  background-color: rgb(205 141 239 / 0.4);
}
.bg-typography-accent\/5 {
  background-color: rgb(205 141 239 / 0.05);
}
.bg-typography-accent\/50 {
  background-color: rgb(205 141 239 / 0.5);
}
.bg-typography-accent\/60 {
  background-color: rgb(205 141 239 / 0.6);
}
.bg-typography-accent\/70 {
  background-color: rgb(205 141 239 / 0.7);
}
.bg-typography-accent\/75 {
  background-color: rgb(205 141 239 / 0.75);
}
.bg-typography-accent\/80 {
  background-color: rgb(205 141 239 / 0.8);
}
.bg-typography-accent\/90 {
  background-color: rgb(205 141 239 / 0.9);
}
.bg-typography-accent\/95 {
  background-color: rgb(205 141 239 / 0.95);
}
.bg-typography-accent\/state-disabled {
  background-color: rgb(205 141 239 / 0.5);
}
.bg-typography-accent\/state-enabled {
  background-color: rgb(205 141 239 / 1);
}
.bg-typography-alternate {
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity));
}
.bg-typography-alternate\/0 {
  background-color: rgb(6 182 212 / 0);
}
.bg-typography-alternate\/10 {
  background-color: rgb(6 182 212 / 0.1);
}
.bg-typography-alternate\/100 {
  background-color: rgb(6 182 212 / 1);
}
.bg-typography-alternate\/20 {
  background-color: rgb(6 182 212 / 0.2);
}
.bg-typography-alternate\/25 {
  background-color: rgb(6 182 212 / 0.25);
}
.bg-typography-alternate\/30 {
  background-color: rgb(6 182 212 / 0.3);
}
.bg-typography-alternate\/40 {
  background-color: rgb(6 182 212 / 0.4);
}
.bg-typography-alternate\/5 {
  background-color: rgb(6 182 212 / 0.05);
}
.bg-typography-alternate\/50 {
  background-color: rgb(6 182 212 / 0.5);
}
.bg-typography-alternate\/60 {
  background-color: rgb(6 182 212 / 0.6);
}
.bg-typography-alternate\/70 {
  background-color: rgb(6 182 212 / 0.7);
}
.bg-typography-alternate\/75 {
  background-color: rgb(6 182 212 / 0.75);
}
.bg-typography-alternate\/80 {
  background-color: rgb(6 182 212 / 0.8);
}
.bg-typography-alternate\/90 {
  background-color: rgb(6 182 212 / 0.9);
}
.bg-typography-alternate\/95 {
  background-color: rgb(6 182 212 / 0.95);
}
.bg-typography-alternate\/state-disabled {
  background-color: rgb(6 182 212 / 0.5);
}
.bg-typography-alternate\/state-enabled {
  background-color: rgb(6 182 212 / 1);
}
.bg-typography-default {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-typography-default\/0 {
  background-color: rgb(255 255 255 / 0);
}
.bg-typography-default\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-typography-default\/100 {
  background-color: rgb(255 255 255 / 1);
}
.bg-typography-default\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-typography-default\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-typography-default\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-typography-default\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-typography-default\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-typography-default\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-typography-default\/60 {
  background-color: rgb(255 255 255 / 0.6);
}
.bg-typography-default\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-typography-default\/75 {
  background-color: rgb(255 255 255 / 0.75);
}
.bg-typography-default\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-typography-default\/90 {
  background-color: rgb(255 255 255 / 0.9);
}
.bg-typography-default\/95 {
  background-color: rgb(255 255 255 / 0.95);
}
.bg-typography-default\/state-disabled {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-typography-default\/state-enabled {
  background-color: rgb(255 255 255 / 1);
}
.bg-typography-error {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}
.bg-typography-error\/0 {
  background-color: rgb(248 113 113 / 0);
}
.bg-typography-error\/10 {
  background-color: rgb(248 113 113 / 0.1);
}
.bg-typography-error\/100 {
  background-color: rgb(248 113 113 / 1);
}
.bg-typography-error\/20 {
  background-color: rgb(248 113 113 / 0.2);
}
.bg-typography-error\/25 {
  background-color: rgb(248 113 113 / 0.25);
}
.bg-typography-error\/30 {
  background-color: rgb(248 113 113 / 0.3);
}
.bg-typography-error\/40 {
  background-color: rgb(248 113 113 / 0.4);
}
.bg-typography-error\/5 {
  background-color: rgb(248 113 113 / 0.05);
}
.bg-typography-error\/50 {
  background-color: rgb(248 113 113 / 0.5);
}
.bg-typography-error\/60 {
  background-color: rgb(248 113 113 / 0.6);
}
.bg-typography-error\/70 {
  background-color: rgb(248 113 113 / 0.7);
}
.bg-typography-error\/75 {
  background-color: rgb(248 113 113 / 0.75);
}
.bg-typography-error\/80 {
  background-color: rgb(248 113 113 / 0.8);
}
.bg-typography-error\/90 {
  background-color: rgb(248 113 113 / 0.9);
}
.bg-typography-error\/95 {
  background-color: rgb(248 113 113 / 0.95);
}
.bg-typography-error\/state-disabled {
  background-color: rgb(248 113 113 / 0.5);
}
.bg-typography-error\/state-enabled {
  background-color: rgb(248 113 113 / 1);
}
.bg-typography-info {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}
.bg-typography-info\/0 {
  background-color: rgb(96 165 250 / 0);
}
.bg-typography-info\/10 {
  background-color: rgb(96 165 250 / 0.1);
}
.bg-typography-info\/100 {
  background-color: rgb(96 165 250 / 1);
}
.bg-typography-info\/20 {
  background-color: rgb(96 165 250 / 0.2);
}
.bg-typography-info\/25 {
  background-color: rgb(96 165 250 / 0.25);
}
.bg-typography-info\/30 {
  background-color: rgb(96 165 250 / 0.3);
}
.bg-typography-info\/40 {
  background-color: rgb(96 165 250 / 0.4);
}
.bg-typography-info\/5 {
  background-color: rgb(96 165 250 / 0.05);
}
.bg-typography-info\/50 {
  background-color: rgb(96 165 250 / 0.5);
}
.bg-typography-info\/60 {
  background-color: rgb(96 165 250 / 0.6);
}
.bg-typography-info\/70 {
  background-color: rgb(96 165 250 / 0.7);
}
.bg-typography-info\/75 {
  background-color: rgb(96 165 250 / 0.75);
}
.bg-typography-info\/80 {
  background-color: rgb(96 165 250 / 0.8);
}
.bg-typography-info\/90 {
  background-color: rgb(96 165 250 / 0.9);
}
.bg-typography-info\/95 {
  background-color: rgb(96 165 250 / 0.95);
}
.bg-typography-info\/state-disabled {
  background-color: rgb(96 165 250 / 0.5);
}
.bg-typography-info\/state-enabled {
  background-color: rgb(96 165 250 / 1);
}
.bg-typography-link-default {
  --tw-bg-opacity: 1;
  background-color: rgb(205 141 239 / var(--tw-bg-opacity));
}
.bg-typography-link-default\/0 {
  background-color: rgb(205 141 239 / 0);
}
.bg-typography-link-default\/10 {
  background-color: rgb(205 141 239 / 0.1);
}
.bg-typography-link-default\/100 {
  background-color: rgb(205 141 239 / 1);
}
.bg-typography-link-default\/20 {
  background-color: rgb(205 141 239 / 0.2);
}
.bg-typography-link-default\/25 {
  background-color: rgb(205 141 239 / 0.25);
}
.bg-typography-link-default\/30 {
  background-color: rgb(205 141 239 / 0.3);
}
.bg-typography-link-default\/40 {
  background-color: rgb(205 141 239 / 0.4);
}
.bg-typography-link-default\/5 {
  background-color: rgb(205 141 239 / 0.05);
}
.bg-typography-link-default\/50 {
  background-color: rgb(205 141 239 / 0.5);
}
.bg-typography-link-default\/60 {
  background-color: rgb(205 141 239 / 0.6);
}
.bg-typography-link-default\/70 {
  background-color: rgb(205 141 239 / 0.7);
}
.bg-typography-link-default\/75 {
  background-color: rgb(205 141 239 / 0.75);
}
.bg-typography-link-default\/80 {
  background-color: rgb(205 141 239 / 0.8);
}
.bg-typography-link-default\/90 {
  background-color: rgb(205 141 239 / 0.9);
}
.bg-typography-link-default\/95 {
  background-color: rgb(205 141 239 / 0.95);
}
.bg-typography-link-default\/state-disabled {
  background-color: rgb(205 141 239 / 0.5);
}
.bg-typography-link-default\/state-enabled {
  background-color: rgb(205 141 239 / 1);
}
.bg-typography-link-hover {
  --tw-bg-opacity: 1;
  background-color: rgb(215 164 242 / var(--tw-bg-opacity));
}
.bg-typography-link-hover\/0 {
  background-color: rgb(215 164 242 / 0);
}
.bg-typography-link-hover\/10 {
  background-color: rgb(215 164 242 / 0.1);
}
.bg-typography-link-hover\/100 {
  background-color: rgb(215 164 242 / 1);
}
.bg-typography-link-hover\/20 {
  background-color: rgb(215 164 242 / 0.2);
}
.bg-typography-link-hover\/25 {
  background-color: rgb(215 164 242 / 0.25);
}
.bg-typography-link-hover\/30 {
  background-color: rgb(215 164 242 / 0.3);
}
.bg-typography-link-hover\/40 {
  background-color: rgb(215 164 242 / 0.4);
}
.bg-typography-link-hover\/5 {
  background-color: rgb(215 164 242 / 0.05);
}
.bg-typography-link-hover\/50 {
  background-color: rgb(215 164 242 / 0.5);
}
.bg-typography-link-hover\/60 {
  background-color: rgb(215 164 242 / 0.6);
}
.bg-typography-link-hover\/70 {
  background-color: rgb(215 164 242 / 0.7);
}
.bg-typography-link-hover\/75 {
  background-color: rgb(215 164 242 / 0.75);
}
.bg-typography-link-hover\/80 {
  background-color: rgb(215 164 242 / 0.8);
}
.bg-typography-link-hover\/90 {
  background-color: rgb(215 164 242 / 0.9);
}
.bg-typography-link-hover\/95 {
  background-color: rgb(215 164 242 / 0.95);
}
.bg-typography-link-hover\/state-disabled {
  background-color: rgb(215 164 242 / 0.5);
}
.bg-typography-link-hover\/state-enabled {
  background-color: rgb(215 164 242 / 1);
}
.bg-typography-muted {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.bg-typography-muted\/0 {
  background-color: rgb(156 163 175 / 0);
}
.bg-typography-muted\/10 {
  background-color: rgb(156 163 175 / 0.1);
}
.bg-typography-muted\/100 {
  background-color: rgb(156 163 175 / 1);
}
.bg-typography-muted\/20 {
  background-color: rgb(156 163 175 / 0.2);
}
.bg-typography-muted\/25 {
  background-color: rgb(156 163 175 / 0.25);
}
.bg-typography-muted\/30 {
  background-color: rgb(156 163 175 / 0.3);
}
.bg-typography-muted\/40 {
  background-color: rgb(156 163 175 / 0.4);
}
.bg-typography-muted\/5 {
  background-color: rgb(156 163 175 / 0.05);
}
.bg-typography-muted\/50 {
  background-color: rgb(156 163 175 / 0.5);
}
.bg-typography-muted\/60 {
  background-color: rgb(156 163 175 / 0.6);
}
.bg-typography-muted\/70 {
  background-color: rgb(156 163 175 / 0.7);
}
.bg-typography-muted\/75 {
  background-color: rgb(156 163 175 / 0.75);
}
.bg-typography-muted\/80 {
  background-color: rgb(156 163 175 / 0.8);
}
.bg-typography-muted\/90 {
  background-color: rgb(156 163 175 / 0.9);
}
.bg-typography-muted\/95 {
  background-color: rgb(156 163 175 / 0.95);
}
.bg-typography-muted\/state-disabled {
  background-color: rgb(156 163 175 / 0.5);
}
.bg-typography-muted\/state-enabled {
  background-color: rgb(156 163 175 / 1);
}
.bg-typography-on-accent {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}
.bg-typography-on-accent\/0 {
  background-color: rgb(64 64 64 / 0);
}
.bg-typography-on-accent\/10 {
  background-color: rgb(64 64 64 / 0.1);
}
.bg-typography-on-accent\/100 {
  background-color: rgb(64 64 64 / 1);
}
.bg-typography-on-accent\/20 {
  background-color: rgb(64 64 64 / 0.2);
}
.bg-typography-on-accent\/25 {
  background-color: rgb(64 64 64 / 0.25);
}
.bg-typography-on-accent\/30 {
  background-color: rgb(64 64 64 / 0.3);
}
.bg-typography-on-accent\/40 {
  background-color: rgb(64 64 64 / 0.4);
}
.bg-typography-on-accent\/5 {
  background-color: rgb(64 64 64 / 0.05);
}
.bg-typography-on-accent\/50 {
  background-color: rgb(64 64 64 / 0.5);
}
.bg-typography-on-accent\/60 {
  background-color: rgb(64 64 64 / 0.6);
}
.bg-typography-on-accent\/70 {
  background-color: rgb(64 64 64 / 0.7);
}
.bg-typography-on-accent\/75 {
  background-color: rgb(64 64 64 / 0.75);
}
.bg-typography-on-accent\/80 {
  background-color: rgb(64 64 64 / 0.8);
}
.bg-typography-on-accent\/90 {
  background-color: rgb(64 64 64 / 0.9);
}
.bg-typography-on-accent\/95 {
  background-color: rgb(64 64 64 / 0.95);
}
.bg-typography-on-accent\/state-disabled {
  background-color: rgb(64 64 64 / 0.5);
}
.bg-typography-on-accent\/state-enabled {
  background-color: rgb(64 64 64 / 1);
}
.bg-typography-subtle {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-typography-subtle\/0 {
  background-color: rgb(229 231 235 / 0);
}
.bg-typography-subtle\/10 {
  background-color: rgb(229 231 235 / 0.1);
}
.bg-typography-subtle\/100 {
  background-color: rgb(229 231 235 / 1);
}
.bg-typography-subtle\/20 {
  background-color: rgb(229 231 235 / 0.2);
}
.bg-typography-subtle\/25 {
  background-color: rgb(229 231 235 / 0.25);
}
.bg-typography-subtle\/30 {
  background-color: rgb(229 231 235 / 0.3);
}
.bg-typography-subtle\/40 {
  background-color: rgb(229 231 235 / 0.4);
}
.bg-typography-subtle\/5 {
  background-color: rgb(229 231 235 / 0.05);
}
.bg-typography-subtle\/50 {
  background-color: rgb(229 231 235 / 0.5);
}
.bg-typography-subtle\/60 {
  background-color: rgb(229 231 235 / 0.6);
}
.bg-typography-subtle\/70 {
  background-color: rgb(229 231 235 / 0.7);
}
.bg-typography-subtle\/75 {
  background-color: rgb(229 231 235 / 0.75);
}
.bg-typography-subtle\/80 {
  background-color: rgb(229 231 235 / 0.8);
}
.bg-typography-subtle\/90 {
  background-color: rgb(229 231 235 / 0.9);
}
.bg-typography-subtle\/95 {
  background-color: rgb(229 231 235 / 0.95);
}
.bg-typography-subtle\/state-disabled {
  background-color: rgb(229 231 235 / 0.5);
}
.bg-typography-subtle\/state-enabled {
  background-color: rgb(229 231 235 / 1);
}
.bg-typography-success {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}
.bg-typography-success\/0 {
  background-color: rgb(74 222 128 / 0);
}
.bg-typography-success\/10 {
  background-color: rgb(74 222 128 / 0.1);
}
.bg-typography-success\/100 {
  background-color: rgb(74 222 128 / 1);
}
.bg-typography-success\/20 {
  background-color: rgb(74 222 128 / 0.2);
}
.bg-typography-success\/25 {
  background-color: rgb(74 222 128 / 0.25);
}
.bg-typography-success\/30 {
  background-color: rgb(74 222 128 / 0.3);
}
.bg-typography-success\/40 {
  background-color: rgb(74 222 128 / 0.4);
}
.bg-typography-success\/5 {
  background-color: rgb(74 222 128 / 0.05);
}
.bg-typography-success\/50 {
  background-color: rgb(74 222 128 / 0.5);
}
.bg-typography-success\/60 {
  background-color: rgb(74 222 128 / 0.6);
}
.bg-typography-success\/70 {
  background-color: rgb(74 222 128 / 0.7);
}
.bg-typography-success\/75 {
  background-color: rgb(74 222 128 / 0.75);
}
.bg-typography-success\/80 {
  background-color: rgb(74 222 128 / 0.8);
}
.bg-typography-success\/90 {
  background-color: rgb(74 222 128 / 0.9);
}
.bg-typography-success\/95 {
  background-color: rgb(74 222 128 / 0.95);
}
.bg-typography-success\/state-disabled {
  background-color: rgb(74 222 128 / 0.5);
}
.bg-typography-success\/state-enabled {
  background-color: rgb(74 222 128 / 1);
}
.bg-typography-warning {
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity));
}
.bg-typography-warning\/0 {
  background-color: rgb(251 146 60 / 0);
}
.bg-typography-warning\/10 {
  background-color: rgb(251 146 60 / 0.1);
}
.bg-typography-warning\/100 {
  background-color: rgb(251 146 60 / 1);
}
.bg-typography-warning\/20 {
  background-color: rgb(251 146 60 / 0.2);
}
.bg-typography-warning\/25 {
  background-color: rgb(251 146 60 / 0.25);
}
.bg-typography-warning\/30 {
  background-color: rgb(251 146 60 / 0.3);
}
.bg-typography-warning\/40 {
  background-color: rgb(251 146 60 / 0.4);
}
.bg-typography-warning\/5 {
  background-color: rgb(251 146 60 / 0.05);
}
.bg-typography-warning\/50 {
  background-color: rgb(251 146 60 / 0.5);
}
.bg-typography-warning\/60 {
  background-color: rgb(251 146 60 / 0.6);
}
.bg-typography-warning\/70 {
  background-color: rgb(251 146 60 / 0.7);
}
.bg-typography-warning\/75 {
  background-color: rgb(251 146 60 / 0.75);
}
.bg-typography-warning\/80 {
  background-color: rgb(251 146 60 / 0.8);
}
.bg-typography-warning\/90 {
  background-color: rgb(251 146 60 / 0.9);
}
.bg-typography-warning\/95 {
  background-color: rgb(251 146 60 / 0.95);
}
.bg-typography-warning\/state-disabled {
  background-color: rgb(251 146 60 / 0.5);
}
.bg-typography-warning\/state-enabled {
  background-color: rgb(251 146 60 / 1);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}
.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-panel-default {
  background-image: linear-gradient(0deg, #101010 0%, #1d1d1d 100%);
}
.from-\[\#411133\] {
  --tw-gradient-from: #411133 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 17 51 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-avatar-background {
  --tw-gradient-from: rgb(205, 141, 239) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-avatar-background\/0 {
  --tw-gradient-from: rgb(205 141 239 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-avatar-background\/10 {
  --tw-gradient-from: rgb(205 141 239 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-avatar-background\/100 {
  --tw-gradient-from: rgb(205 141 239 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-avatar-background\/20 {
  --tw-gradient-from: rgb(205 141 239 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-avatar-background\/25 {
  --tw-gradient-from: rgb(205 141 239 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-avatar-background\/30 {
  --tw-gradient-from: rgb(205 141 239 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-avatar-background\/40 {
  --tw-gradient-from: rgb(205 141 239 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-avatar-background\/5 {
  --tw-gradient-from: rgb(205 141 239 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-avatar-background\/50 {
  --tw-gradient-from: rgb(205 141 239 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-avatar-background\/60 {
  --tw-gradient-from: rgb(205 141 239 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-avatar-background\/70 {
  --tw-gradient-from: rgb(205 141 239 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-avatar-background\/75 {
  --tw-gradient-from: rgb(205 141 239 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-avatar-background\/80 {
  --tw-gradient-from: rgb(205 141 239 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-avatar-background\/90 {
  --tw-gradient-from: rgb(205 141 239 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-avatar-background\/95 {
  --tw-gradient-from: rgb(205 141 239 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-avatar-background\/state-disabled {
  --tw-gradient-from: rgb(205 141 239 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-avatar-background\/state-enabled {
  --tw-gradient-from: rgb(205 141 239 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-background-canvas\/0 {
  --tw-gradient-from: rgb(0 0 0 / 0) 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-badge-outline-alternate {
  --tw-gradient-from: rgb(6, 182, 212) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-outline-alternate\/0 {
  --tw-gradient-from: rgb(6 182 212 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-outline-alternate\/10 {
  --tw-gradient-from: rgb(6 182 212 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-outline-alternate\/100 {
  --tw-gradient-from: rgb(6 182 212 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-outline-alternate\/20 {
  --tw-gradient-from: rgb(6 182 212 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-outline-alternate\/25 {
  --tw-gradient-from: rgb(6 182 212 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-outline-alternate\/30 {
  --tw-gradient-from: rgb(6 182 212 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-outline-alternate\/40 {
  --tw-gradient-from: rgb(6 182 212 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-outline-alternate\/5 {
  --tw-gradient-from: rgb(6 182 212 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-outline-alternate\/50 {
  --tw-gradient-from: rgb(6 182 212 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-outline-alternate\/60 {
  --tw-gradient-from: rgb(6 182 212 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-outline-alternate\/70 {
  --tw-gradient-from: rgb(6 182 212 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-outline-alternate\/75 {
  --tw-gradient-from: rgb(6 182 212 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-outline-alternate\/80 {
  --tw-gradient-from: rgb(6 182 212 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-outline-alternate\/90 {
  --tw-gradient-from: rgb(6 182 212 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-outline-alternate\/95 {
  --tw-gradient-from: rgb(6 182 212 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-outline-alternate\/state-disabled {
  --tw-gradient-from: rgb(6 182 212 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-outline-alternate\/state-enabled {
  --tw-gradient-from: rgb(6 182 212 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-outline-default {
  --tw-gradient-from: rgb(205, 141, 239) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-outline-default\/0 {
  --tw-gradient-from: rgb(205 141 239 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-outline-default\/10 {
  --tw-gradient-from: rgb(205 141 239 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-outline-default\/100 {
  --tw-gradient-from: rgb(205 141 239 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-outline-default\/20 {
  --tw-gradient-from: rgb(205 141 239 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-outline-default\/25 {
  --tw-gradient-from: rgb(205 141 239 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-outline-default\/30 {
  --tw-gradient-from: rgb(205 141 239 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-outline-default\/40 {
  --tw-gradient-from: rgb(205 141 239 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-outline-default\/5 {
  --tw-gradient-from: rgb(205 141 239 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-outline-default\/50 {
  --tw-gradient-from: rgb(205 141 239 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-outline-default\/60 {
  --tw-gradient-from: rgb(205 141 239 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-outline-default\/70 {
  --tw-gradient-from: rgb(205 141 239 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-outline-default\/75 {
  --tw-gradient-from: rgb(205 141 239 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-outline-default\/80 {
  --tw-gradient-from: rgb(205 141 239 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-outline-default\/90 {
  --tw-gradient-from: rgb(205 141 239 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-outline-default\/95 {
  --tw-gradient-from: rgb(205 141 239 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-outline-default\/state-disabled {
  --tw-gradient-from: rgb(205 141 239 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-outline-default\/state-enabled {
  --tw-gradient-from: rgb(205 141 239 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-outline-textColor {
  --tw-gradient-from: rgb(205, 141, 239) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-outline-textColor\/0 {
  --tw-gradient-from: rgb(205 141 239 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-outline-textColor\/10 {
  --tw-gradient-from: rgb(205 141 239 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-outline-textColor\/100 {
  --tw-gradient-from: rgb(205 141 239 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-outline-textColor\/20 {
  --tw-gradient-from: rgb(205 141 239 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-outline-textColor\/25 {
  --tw-gradient-from: rgb(205 141 239 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-outline-textColor\/30 {
  --tw-gradient-from: rgb(205 141 239 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-outline-textColor\/40 {
  --tw-gradient-from: rgb(205 141 239 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-outline-textColor\/5 {
  --tw-gradient-from: rgb(205 141 239 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-outline-textColor\/50 {
  --tw-gradient-from: rgb(205 141 239 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-outline-textColor\/60 {
  --tw-gradient-from: rgb(205 141 239 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-outline-textColor\/70 {
  --tw-gradient-from: rgb(205 141 239 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-outline-textColor\/75 {
  --tw-gradient-from: rgb(205 141 239 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-outline-textColor\/80 {
  --tw-gradient-from: rgb(205 141 239 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-outline-textColor\/90 {
  --tw-gradient-from: rgb(205 141 239 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-outline-textColor\/95 {
  --tw-gradient-from: rgb(205 141 239 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-outline-textColor\/state-disabled {
  --tw-gradient-from: rgb(205 141 239 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-outline-textColor\/state-enabled {
  --tw-gradient-from: rgb(205 141 239 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-solid-alternate {
  --tw-gradient-from: rgb(6, 182, 212) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-solid-alternate\/0 {
  --tw-gradient-from: rgb(6 182 212 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-solid-alternate\/10 {
  --tw-gradient-from: rgb(6 182 212 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-solid-alternate\/100 {
  --tw-gradient-from: rgb(6 182 212 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-solid-alternate\/20 {
  --tw-gradient-from: rgb(6 182 212 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-solid-alternate\/25 {
  --tw-gradient-from: rgb(6 182 212 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-solid-alternate\/30 {
  --tw-gradient-from: rgb(6 182 212 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-solid-alternate\/40 {
  --tw-gradient-from: rgb(6 182 212 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-solid-alternate\/5 {
  --tw-gradient-from: rgb(6 182 212 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-solid-alternate\/50 {
  --tw-gradient-from: rgb(6 182 212 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-solid-alternate\/60 {
  --tw-gradient-from: rgb(6 182 212 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-solid-alternate\/70 {
  --tw-gradient-from: rgb(6 182 212 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-solid-alternate\/75 {
  --tw-gradient-from: rgb(6 182 212 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-solid-alternate\/80 {
  --tw-gradient-from: rgb(6 182 212 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-solid-alternate\/90 {
  --tw-gradient-from: rgb(6 182 212 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-solid-alternate\/95 {
  --tw-gradient-from: rgb(6 182 212 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-solid-alternate\/state-disabled {
  --tw-gradient-from: rgb(6 182 212 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-solid-alternate\/state-enabled {
  --tw-gradient-from: rgb(6 182 212 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-solid-default {
  --tw-gradient-from: rgb(205, 141, 239) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-solid-default\/0 {
  --tw-gradient-from: rgb(205 141 239 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-solid-default\/10 {
  --tw-gradient-from: rgb(205 141 239 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-solid-default\/100 {
  --tw-gradient-from: rgb(205 141 239 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-solid-default\/20 {
  --tw-gradient-from: rgb(205 141 239 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-solid-default\/25 {
  --tw-gradient-from: rgb(205 141 239 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-solid-default\/30 {
  --tw-gradient-from: rgb(205 141 239 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-solid-default\/40 {
  --tw-gradient-from: rgb(205 141 239 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-solid-default\/5 {
  --tw-gradient-from: rgb(205 141 239 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-solid-default\/50 {
  --tw-gradient-from: rgb(205 141 239 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-solid-default\/60 {
  --tw-gradient-from: rgb(205 141 239 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-solid-default\/70 {
  --tw-gradient-from: rgb(205 141 239 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-solid-default\/75 {
  --tw-gradient-from: rgb(205 141 239 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-solid-default\/80 {
  --tw-gradient-from: rgb(205 141 239 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-solid-default\/90 {
  --tw-gradient-from: rgb(205 141 239 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-solid-default\/95 {
  --tw-gradient-from: rgb(205 141 239 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-solid-default\/state-disabled {
  --tw-gradient-from: rgb(205 141 239 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-solid-default\/state-enabled {
  --tw-gradient-from: rgb(205 141 239 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-solid-textColor {
  --tw-gradient-from: rgb(64, 64, 64) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-solid-textColor\/0 {
  --tw-gradient-from: rgb(64 64 64 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-solid-textColor\/10 {
  --tw-gradient-from: rgb(64 64 64 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-solid-textColor\/100 {
  --tw-gradient-from: rgb(64 64 64 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-solid-textColor\/20 {
  --tw-gradient-from: rgb(64 64 64 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-solid-textColor\/25 {
  --tw-gradient-from: rgb(64 64 64 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-solid-textColor\/30 {
  --tw-gradient-from: rgb(64 64 64 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-solid-textColor\/40 {
  --tw-gradient-from: rgb(64 64 64 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-solid-textColor\/5 {
  --tw-gradient-from: rgb(64 64 64 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-solid-textColor\/50 {
  --tw-gradient-from: rgb(64 64 64 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-solid-textColor\/60 {
  --tw-gradient-from: rgb(64 64 64 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-solid-textColor\/70 {
  --tw-gradient-from: rgb(64 64 64 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-solid-textColor\/75 {
  --tw-gradient-from: rgb(64 64 64 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-solid-textColor\/80 {
  --tw-gradient-from: rgb(64 64 64 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-solid-textColor\/90 {
  --tw-gradient-from: rgb(64 64 64 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-solid-textColor\/95 {
  --tw-gradient-from: rgb(64 64 64 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-solid-textColor\/state-disabled {
  --tw-gradient-from: rgb(64 64 64 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-badge-solid-textColor\/state-enabled {
  --tw-gradient-from: rgb(64 64 64 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-divider-default {
  --tw-gradient-from: rgb(55, 65, 81) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-divider-default\/0 {
  --tw-gradient-from: rgb(55 65 81 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-divider-default\/10 {
  --tw-gradient-from: rgb(55 65 81 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-divider-default\/100 {
  --tw-gradient-from: rgb(55 65 81 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-divider-default\/20 {
  --tw-gradient-from: rgb(55 65 81 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-divider-default\/25 {
  --tw-gradient-from: rgb(55 65 81 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-divider-default\/30 {
  --tw-gradient-from: rgb(55 65 81 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-divider-default\/40 {
  --tw-gradient-from: rgb(55 65 81 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-divider-default\/5 {
  --tw-gradient-from: rgb(55 65 81 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-divider-default\/50 {
  --tw-gradient-from: rgb(55 65 81 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-divider-default\/60 {
  --tw-gradient-from: rgb(55 65 81 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-divider-default\/70 {
  --tw-gradient-from: rgb(55 65 81 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-divider-default\/75 {
  --tw-gradient-from: rgb(55 65 81 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-divider-default\/80 {
  --tw-gradient-from: rgb(55 65 81 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-divider-default\/90 {
  --tw-gradient-from: rgb(55 65 81 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-divider-default\/95 {
  --tw-gradient-from: rgb(55 65 81 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-divider-default\/state-disabled {
  --tw-gradient-from: rgb(55 65 81 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-divider-default\/state-enabled {
  --tw-gradient-from: rgb(55 65 81 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-background {
  --tw-gradient-from: rgb(23, 23, 23) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-background\/0 {
  --tw-gradient-from: rgb(23 23 23 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-background\/10 {
  --tw-gradient-from: rgb(23 23 23 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-background\/100 {
  --tw-gradient-from: rgb(23 23 23 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-background\/20 {
  --tw-gradient-from: rgb(23 23 23 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-background\/25 {
  --tw-gradient-from: rgb(23 23 23 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-background\/30 {
  --tw-gradient-from: rgb(23 23 23 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-background\/40 {
  --tw-gradient-from: rgb(23 23 23 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-background\/5 {
  --tw-gradient-from: rgb(23 23 23 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-background\/50 {
  --tw-gradient-from: rgb(23 23 23 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-background\/60 {
  --tw-gradient-from: rgb(23 23 23 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-background\/70 {
  --tw-gradient-from: rgb(23 23 23 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-background\/75 {
  --tw-gradient-from: rgb(23 23 23 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-background\/80 {
  --tw-gradient-from: rgb(23 23 23 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-background\/90 {
  --tw-gradient-from: rgb(23 23 23 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-background\/95 {
  --tw-gradient-from: rgb(23 23 23 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-background\/state-disabled {
  --tw-gradient-from: rgb(23 23 23 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-background\/state-enabled {
  --tw-gradient-from: rgb(23 23 23 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-checkbox-background {
  --tw-gradient-from: rgb(205, 141, 239) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-checkbox-background\/0 {
  --tw-gradient-from: rgb(205 141 239 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-checkbox-background\/10 {
  --tw-gradient-from: rgb(205 141 239 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-checkbox-background\/100 {
  --tw-gradient-from: rgb(205 141 239 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-checkbox-background\/20 {
  --tw-gradient-from: rgb(205 141 239 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-checkbox-background\/25 {
  --tw-gradient-from: rgb(205 141 239 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-checkbox-background\/30 {
  --tw-gradient-from: rgb(205 141 239 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-checkbox-background\/40 {
  --tw-gradient-from: rgb(205 141 239 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-checkbox-background\/5 {
  --tw-gradient-from: rgb(205 141 239 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-checkbox-background\/50 {
  --tw-gradient-from: rgb(205 141 239 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-checkbox-background\/60 {
  --tw-gradient-from: rgb(205 141 239 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-checkbox-background\/70 {
  --tw-gradient-from: rgb(205 141 239 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-checkbox-background\/75 {
  --tw-gradient-from: rgb(205 141 239 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-checkbox-background\/80 {
  --tw-gradient-from: rgb(205 141 239 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-checkbox-background\/90 {
  --tw-gradient-from: rgb(205 141 239 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-checkbox-background\/95 {
  --tw-gradient-from: rgb(205 141 239 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-checkbox-background\/state-disabled {
  --tw-gradient-from: rgb(205 141 239 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-checkbox-background\/state-enabled {
  --tw-gradient-from: rgb(205 141 239 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-checkbox-border {
  --tw-gradient-from: rgb(205, 141, 239) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-checkbox-border\/0 {
  --tw-gradient-from: rgb(205 141 239 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-checkbox-border\/10 {
  --tw-gradient-from: rgb(205 141 239 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-checkbox-border\/100 {
  --tw-gradient-from: rgb(205 141 239 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-checkbox-border\/20 {
  --tw-gradient-from: rgb(205 141 239 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-checkbox-border\/25 {
  --tw-gradient-from: rgb(205 141 239 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-checkbox-border\/30 {
  --tw-gradient-from: rgb(205 141 239 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-checkbox-border\/40 {
  --tw-gradient-from: rgb(205 141 239 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-checkbox-border\/5 {
  --tw-gradient-from: rgb(205 141 239 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-checkbox-border\/50 {
  --tw-gradient-from: rgb(205 141 239 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-checkbox-border\/60 {
  --tw-gradient-from: rgb(205 141 239 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-checkbox-border\/70 {
  --tw-gradient-from: rgb(205 141 239 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-checkbox-border\/75 {
  --tw-gradient-from: rgb(205 141 239 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-checkbox-border\/80 {
  --tw-gradient-from: rgb(205 141 239 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-checkbox-border\/90 {
  --tw-gradient-from: rgb(205 141 239 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-checkbox-border\/95 {
  --tw-gradient-from: rgb(205 141 239 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-checkbox-border\/state-disabled {
  --tw-gradient-from: rgb(205 141 239 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-checkbox-border\/state-enabled {
  --tw-gradient-from: rgb(205 141 239 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-checkbox-contrast {
  --tw-gradient-from: rgb(64, 64, 64) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-checkbox-contrast\/0 {
  --tw-gradient-from: rgb(64 64 64 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-checkbox-contrast\/10 {
  --tw-gradient-from: rgb(64 64 64 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-checkbox-contrast\/100 {
  --tw-gradient-from: rgb(64 64 64 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-checkbox-contrast\/20 {
  --tw-gradient-from: rgb(64 64 64 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-checkbox-contrast\/25 {
  --tw-gradient-from: rgb(64 64 64 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-checkbox-contrast\/30 {
  --tw-gradient-from: rgb(64 64 64 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-checkbox-contrast\/40 {
  --tw-gradient-from: rgb(64 64 64 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-checkbox-contrast\/5 {
  --tw-gradient-from: rgb(64 64 64 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-checkbox-contrast\/50 {
  --tw-gradient-from: rgb(64 64 64 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-checkbox-contrast\/60 {
  --tw-gradient-from: rgb(64 64 64 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-checkbox-contrast\/70 {
  --tw-gradient-from: rgb(64 64 64 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-checkbox-contrast\/75 {
  --tw-gradient-from: rgb(64 64 64 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-checkbox-contrast\/80 {
  --tw-gradient-from: rgb(64 64 64 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-checkbox-contrast\/90 {
  --tw-gradient-from: rgb(64 64 64 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-checkbox-contrast\/95 {
  --tw-gradient-from: rgb(64 64 64 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-checkbox-contrast\/state-disabled {
  --tw-gradient-from: rgb(64 64 64 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-checkbox-contrast\/state-enabled {
  --tw-gradient-from: rgb(64 64 64 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-default-bg {
  --tw-gradient-from: rgb(17, 17, 17) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-default-bg\/0 {
  --tw-gradient-from: rgb(17 17 17 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-default-bg\/10 {
  --tw-gradient-from: rgb(17 17 17 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-default-bg\/100 {
  --tw-gradient-from: rgb(17 17 17 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-default-bg\/20 {
  --tw-gradient-from: rgb(17 17 17 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-default-bg\/25 {
  --tw-gradient-from: rgb(17 17 17 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-default-bg\/30 {
  --tw-gradient-from: rgb(17 17 17 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-default-bg\/40 {
  --tw-gradient-from: rgb(17 17 17 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-default-bg\/5 {
  --tw-gradient-from: rgb(17 17 17 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-default-bg\/50 {
  --tw-gradient-from: rgb(17 17 17 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-default-bg\/60 {
  --tw-gradient-from: rgb(17 17 17 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-default-bg\/70 {
  --tw-gradient-from: rgb(17 17 17 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-default-bg\/75 {
  --tw-gradient-from: rgb(17 17 17 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-default-bg\/80 {
  --tw-gradient-from: rgb(17 17 17 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-default-bg\/90 {
  --tw-gradient-from: rgb(17 17 17 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-default-bg\/95 {
  --tw-gradient-from: rgb(17 17 17 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-default-bg\/state-disabled {
  --tw-gradient-from: rgb(17 17 17 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-default-bg\/state-enabled {
  --tw-gradient-from: rgb(17 17 17 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-default-border {
  --tw-gradient-from: rgb(64, 64, 64) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-default-border\/0 {
  --tw-gradient-from: rgb(64 64 64 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-default-border\/10 {
  --tw-gradient-from: rgb(64 64 64 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-default-border\/100 {
  --tw-gradient-from: rgb(64 64 64 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-default-border\/20 {
  --tw-gradient-from: rgb(64 64 64 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-default-border\/25 {
  --tw-gradient-from: rgb(64 64 64 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-default-border\/30 {
  --tw-gradient-from: rgb(64 64 64 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-default-border\/40 {
  --tw-gradient-from: rgb(64 64 64 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-default-border\/5 {
  --tw-gradient-from: rgb(64 64 64 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-default-border\/50 {
  --tw-gradient-from: rgb(64 64 64 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-default-border\/60 {
  --tw-gradient-from: rgb(64 64 64 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-default-border\/70 {
  --tw-gradient-from: rgb(64 64 64 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-default-border\/75 {
  --tw-gradient-from: rgb(64 64 64 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-default-border\/80 {
  --tw-gradient-from: rgb(64 64 64 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-default-border\/90 {
  --tw-gradient-from: rgb(64 64 64 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-default-border\/95 {
  --tw-gradient-from: rgb(64 64 64 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-default-border\/state-disabled {
  --tw-gradient-from: rgb(64 64 64 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-default-border\/state-enabled {
  --tw-gradient-from: rgb(64 64 64 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-default-placeholder {
  --tw-gradient-from: rgba(255, 255, 255, 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-default-placeholder\/0 {
  --tw-gradient-from: rgba(255, 255, 255, 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-default-placeholder\/10 {
  --tw-gradient-from: rgba(255, 255, 255, 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-default-placeholder\/100 {
  --tw-gradient-from: rgba(255, 255, 255, 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-default-placeholder\/20 {
  --tw-gradient-from: rgba(255, 255, 255, 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-default-placeholder\/25 {
  --tw-gradient-from: rgba(255, 255, 255, 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-default-placeholder\/30 {
  --tw-gradient-from: rgba(255, 255, 255, 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-default-placeholder\/40 {
  --tw-gradient-from: rgba(255, 255, 255, 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-default-placeholder\/5 {
  --tw-gradient-from: rgba(255, 255, 255, 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-default-placeholder\/50 {
  --tw-gradient-from: rgba(255, 255, 255, 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-default-placeholder\/60 {
  --tw-gradient-from: rgba(255, 255, 255, 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-default-placeholder\/70 {
  --tw-gradient-from: rgba(255, 255, 255, 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-default-placeholder\/75 {
  --tw-gradient-from: rgba(255, 255, 255, 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-default-placeholder\/80 {
  --tw-gradient-from: rgba(255, 255, 255, 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-default-placeholder\/90 {
  --tw-gradient-from: rgba(255, 255, 255, 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-default-placeholder\/95 {
  --tw-gradient-from: rgba(255, 255, 255, 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-default-placeholder\/state-disabled {
  --tw-gradient-from: rgba(255, 255, 255, 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-default-placeholder\/state-enabled {
  --tw-gradient-from: rgba(255, 255, 255, 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-default-text {
  --tw-gradient-from: rgb(255, 255, 255) 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);
}
.from-input-default-text\/0 {
  --tw-gradient-from: rgb(255 255 255 / 0) 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);
}
.from-input-default-text\/10 {
  --tw-gradient-from: rgb(255 255 255 / 0.1) 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);
}
.from-input-default-text\/100 {
  --tw-gradient-from: rgb(255 255 255 / 1) 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);
}
.from-input-default-text\/20 {
  --tw-gradient-from: rgb(255 255 255 / 0.2) 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);
}
.from-input-default-text\/25 {
  --tw-gradient-from: rgb(255 255 255 / 0.25) 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);
}
.from-input-default-text\/30 {
  --tw-gradient-from: rgb(255 255 255 / 0.3) 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);
}
.from-input-default-text\/40 {
  --tw-gradient-from: rgb(255 255 255 / 0.4) 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);
}
.from-input-default-text\/5 {
  --tw-gradient-from: rgb(255 255 255 / 0.05) 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);
}
.from-input-default-text\/50 {
  --tw-gradient-from: rgb(255 255 255 / 0.5) 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);
}
.from-input-default-text\/60 {
  --tw-gradient-from: rgb(255 255 255 / 0.6) 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);
}
.from-input-default-text\/70 {
  --tw-gradient-from: rgb(255 255 255 / 0.7) 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);
}
.from-input-default-text\/75 {
  --tw-gradient-from: rgb(255 255 255 / 0.75) 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);
}
.from-input-default-text\/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);
}
.from-input-default-text\/90 {
  --tw-gradient-from: rgb(255 255 255 / 0.9) 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);
}
.from-input-default-text\/95 {
  --tw-gradient-from: rgb(255 255 255 / 0.95) 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);
}
.from-input-default-text\/state-disabled {
  --tw-gradient-from: rgb(255 255 255 / 0.5) 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);
}
.from-input-default-text\/state-enabled {
  --tw-gradient-from: rgb(255 255 255 / 1) 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);
}
.from-input-dropdown-background {
  --tw-gradient-from: rgb(17, 17, 17) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-dropdown-background\/0 {
  --tw-gradient-from: rgb(17 17 17 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-dropdown-background\/10 {
  --tw-gradient-from: rgb(17 17 17 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-dropdown-background\/100 {
  --tw-gradient-from: rgb(17 17 17 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-dropdown-background\/20 {
  --tw-gradient-from: rgb(17 17 17 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-dropdown-background\/25 {
  --tw-gradient-from: rgb(17 17 17 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-dropdown-background\/30 {
  --tw-gradient-from: rgb(17 17 17 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-dropdown-background\/40 {
  --tw-gradient-from: rgb(17 17 17 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-dropdown-background\/5 {
  --tw-gradient-from: rgb(17 17 17 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-dropdown-background\/50 {
  --tw-gradient-from: rgb(17 17 17 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-dropdown-background\/60 {
  --tw-gradient-from: rgb(17 17 17 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-dropdown-background\/70 {
  --tw-gradient-from: rgb(17 17 17 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-dropdown-background\/75 {
  --tw-gradient-from: rgb(17 17 17 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-dropdown-background\/80 {
  --tw-gradient-from: rgb(17 17 17 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-dropdown-background\/90 {
  --tw-gradient-from: rgb(17 17 17 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-dropdown-background\/95 {
  --tw-gradient-from: rgb(17 17 17 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-dropdown-background\/state-disabled {
  --tw-gradient-from: rgb(17 17 17 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-dropdown-background\/state-enabled {
  --tw-gradient-from: rgb(17 17 17 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-bg {
  --tw-gradient-from: rgb(17, 17, 17) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-bg\/0 {
  --tw-gradient-from: rgb(17 17 17 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-bg\/10 {
  --tw-gradient-from: rgb(17 17 17 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-bg\/100 {
  --tw-gradient-from: rgb(17 17 17 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-bg\/20 {
  --tw-gradient-from: rgb(17 17 17 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-bg\/25 {
  --tw-gradient-from: rgb(17 17 17 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-bg\/30 {
  --tw-gradient-from: rgb(17 17 17 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-bg\/40 {
  --tw-gradient-from: rgb(17 17 17 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-bg\/5 {
  --tw-gradient-from: rgb(17 17 17 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-bg\/50 {
  --tw-gradient-from: rgb(17 17 17 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-bg\/60 {
  --tw-gradient-from: rgb(17 17 17 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-bg\/70 {
  --tw-gradient-from: rgb(17 17 17 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-bg\/75 {
  --tw-gradient-from: rgb(17 17 17 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-bg\/80 {
  --tw-gradient-from: rgb(17 17 17 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-bg\/90 {
  --tw-gradient-from: rgb(17 17 17 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-bg\/95 {
  --tw-gradient-from: rgb(17 17 17 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-bg\/state-disabled {
  --tw-gradient-from: rgb(17 17 17 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-bg\/state-enabled {
  --tw-gradient-from: rgb(17 17 17 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-border {
  --tw-gradient-from: rgb(248, 113, 113) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-border\/0 {
  --tw-gradient-from: rgb(248 113 113 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-border\/10 {
  --tw-gradient-from: rgb(248 113 113 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-border\/100 {
  --tw-gradient-from: rgb(248 113 113 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-border\/20 {
  --tw-gradient-from: rgb(248 113 113 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-border\/25 {
  --tw-gradient-from: rgb(248 113 113 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-border\/30 {
  --tw-gradient-from: rgb(248 113 113 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-border\/40 {
  --tw-gradient-from: rgb(248 113 113 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-border\/5 {
  --tw-gradient-from: rgb(248 113 113 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-border\/50 {
  --tw-gradient-from: rgb(248 113 113 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-border\/60 {
  --tw-gradient-from: rgb(248 113 113 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-border\/70 {
  --tw-gradient-from: rgb(248 113 113 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-border\/75 {
  --tw-gradient-from: rgb(248 113 113 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-border\/80 {
  --tw-gradient-from: rgb(248 113 113 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-border\/90 {
  --tw-gradient-from: rgb(248 113 113 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-border\/95 {
  --tw-gradient-from: rgb(248 113 113 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-border\/state-disabled {
  --tw-gradient-from: rgb(248 113 113 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-border\/state-enabled {
  --tw-gradient-from: rgb(248 113 113 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-placeholder {
  --tw-gradient-from: rgba(255, 255, 255, 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-placeholder\/0 {
  --tw-gradient-from: rgba(255, 255, 255, 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-placeholder\/10 {
  --tw-gradient-from: rgba(255, 255, 255, 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-placeholder\/100 {
  --tw-gradient-from: rgba(255, 255, 255, 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-placeholder\/20 {
  --tw-gradient-from: rgba(255, 255, 255, 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-placeholder\/25 {
  --tw-gradient-from: rgba(255, 255, 255, 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-placeholder\/30 {
  --tw-gradient-from: rgba(255, 255, 255, 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-placeholder\/40 {
  --tw-gradient-from: rgba(255, 255, 255, 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-placeholder\/5 {
  --tw-gradient-from: rgba(255, 255, 255, 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-placeholder\/50 {
  --tw-gradient-from: rgba(255, 255, 255, 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-placeholder\/60 {
  --tw-gradient-from: rgba(255, 255, 255, 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-placeholder\/70 {
  --tw-gradient-from: rgba(255, 255, 255, 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-placeholder\/75 {
  --tw-gradient-from: rgba(255, 255, 255, 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-placeholder\/80 {
  --tw-gradient-from: rgba(255, 255, 255, 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-placeholder\/90 {
  --tw-gradient-from: rgba(255, 255, 255, 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-placeholder\/95 {
  --tw-gradient-from: rgba(255, 255, 255, 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-placeholder\/state-disabled {
  --tw-gradient-from: rgba(255, 255, 255, 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-placeholder\/state-enabled {
  --tw-gradient-from: rgba(255, 255, 255, 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-text {
  --tw-gradient-from: rgb(248, 113, 113) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-text\/0 {
  --tw-gradient-from: rgb(248 113 113 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-text\/10 {
  --tw-gradient-from: rgb(248 113 113 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-text\/100 {
  --tw-gradient-from: rgb(248 113 113 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-text\/20 {
  --tw-gradient-from: rgb(248 113 113 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-text\/25 {
  --tw-gradient-from: rgb(248 113 113 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-text\/30 {
  --tw-gradient-from: rgb(248 113 113 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-text\/40 {
  --tw-gradient-from: rgb(248 113 113 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-text\/5 {
  --tw-gradient-from: rgb(248 113 113 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-text\/50 {
  --tw-gradient-from: rgb(248 113 113 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-text\/60 {
  --tw-gradient-from: rgb(248 113 113 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-text\/70 {
  --tw-gradient-from: rgb(248 113 113 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-text\/75 {
  --tw-gradient-from: rgb(248 113 113 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-text\/80 {
  --tw-gradient-from: rgb(248 113 113 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-text\/90 {
  --tw-gradient-from: rgb(248 113 113 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-text\/95 {
  --tw-gradient-from: rgb(248 113 113 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-text\/state-disabled {
  --tw-gradient-from: rgb(248 113 113 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-error-text\/state-enabled {
  --tw-gradient-from: rgb(248 113 113 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-focused-bg {
  --tw-gradient-from: rgb(17, 17, 17) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-focused-bg\/0 {
  --tw-gradient-from: rgb(17 17 17 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-focused-bg\/10 {
  --tw-gradient-from: rgb(17 17 17 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-focused-bg\/100 {
  --tw-gradient-from: rgb(17 17 17 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-focused-bg\/20 {
  --tw-gradient-from: rgb(17 17 17 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-focused-bg\/25 {
  --tw-gradient-from: rgb(17 17 17 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-focused-bg\/30 {
  --tw-gradient-from: rgb(17 17 17 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-focused-bg\/40 {
  --tw-gradient-from: rgb(17 17 17 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-focused-bg\/5 {
  --tw-gradient-from: rgb(17 17 17 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-focused-bg\/50 {
  --tw-gradient-from: rgb(17 17 17 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-focused-bg\/60 {
  --tw-gradient-from: rgb(17 17 17 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-focused-bg\/70 {
  --tw-gradient-from: rgb(17 17 17 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-focused-bg\/75 {
  --tw-gradient-from: rgb(17 17 17 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-focused-bg\/80 {
  --tw-gradient-from: rgb(17 17 17 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-focused-bg\/90 {
  --tw-gradient-from: rgb(17 17 17 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-focused-bg\/95 {
  --tw-gradient-from: rgb(17 17 17 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-focused-bg\/state-disabled {
  --tw-gradient-from: rgb(17 17 17 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-focused-bg\/state-enabled {
  --tw-gradient-from: rgb(17 17 17 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-focused-border {
  --tw-gradient-from: rgb(98, 98, 98) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(98 98 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-focused-border\/0 {
  --tw-gradient-from: rgb(98 98 98 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(98 98 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-focused-border\/10 {
  --tw-gradient-from: rgb(98 98 98 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(98 98 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-focused-border\/100 {
  --tw-gradient-from: rgb(98 98 98 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(98 98 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-focused-border\/20 {
  --tw-gradient-from: rgb(98 98 98 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(98 98 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-focused-border\/25 {
  --tw-gradient-from: rgb(98 98 98 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(98 98 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-focused-border\/30 {
  --tw-gradient-from: rgb(98 98 98 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(98 98 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-focused-border\/40 {
  --tw-gradient-from: rgb(98 98 98 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(98 98 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-focused-border\/5 {
  --tw-gradient-from: rgb(98 98 98 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(98 98 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-focused-border\/50 {
  --tw-gradient-from: rgb(98 98 98 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(98 98 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-focused-border\/60 {
  --tw-gradient-from: rgb(98 98 98 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(98 98 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-focused-border\/70 {
  --tw-gradient-from: rgb(98 98 98 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(98 98 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-focused-border\/75 {
  --tw-gradient-from: rgb(98 98 98 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(98 98 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-focused-border\/80 {
  --tw-gradient-from: rgb(98 98 98 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(98 98 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-focused-border\/90 {
  --tw-gradient-from: rgb(98 98 98 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(98 98 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-focused-border\/95 {
  --tw-gradient-from: rgb(98 98 98 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(98 98 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-focused-border\/state-disabled {
  --tw-gradient-from: rgb(98 98 98 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(98 98 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-focused-border\/state-enabled {
  --tw-gradient-from: rgb(98 98 98 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(98 98 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-focused-placeholder {
  --tw-gradient-from: rgba(255, 255, 255, 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-focused-placeholder\/0 {
  --tw-gradient-from: rgba(255, 255, 255, 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-focused-placeholder\/10 {
  --tw-gradient-from: rgba(255, 255, 255, 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-focused-placeholder\/100 {
  --tw-gradient-from: rgba(255, 255, 255, 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-focused-placeholder\/20 {
  --tw-gradient-from: rgba(255, 255, 255, 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-focused-placeholder\/25 {
  --tw-gradient-from: rgba(255, 255, 255, 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-focused-placeholder\/30 {
  --tw-gradient-from: rgba(255, 255, 255, 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-focused-placeholder\/40 {
  --tw-gradient-from: rgba(255, 255, 255, 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-focused-placeholder\/5 {
  --tw-gradient-from: rgba(255, 255, 255, 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-focused-placeholder\/50 {
  --tw-gradient-from: rgba(255, 255, 255, 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-focused-placeholder\/60 {
  --tw-gradient-from: rgba(255, 255, 255, 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-focused-placeholder\/70 {
  --tw-gradient-from: rgba(255, 255, 255, 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-focused-placeholder\/75 {
  --tw-gradient-from: rgba(255, 255, 255, 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-focused-placeholder\/80 {
  --tw-gradient-from: rgba(255, 255, 255, 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-focused-placeholder\/90 {
  --tw-gradient-from: rgba(255, 255, 255, 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-focused-placeholder\/95 {
  --tw-gradient-from: rgba(255, 255, 255, 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-focused-placeholder\/state-disabled {
  --tw-gradient-from: rgba(255, 255, 255, 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-focused-placeholder\/state-enabled {
  --tw-gradient-from: rgba(255, 255, 255, 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-focused-text {
  --tw-gradient-from: rgb(255, 255, 255) 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);
}
.from-input-focused-text\/0 {
  --tw-gradient-from: rgb(255 255 255 / 0) 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);
}
.from-input-focused-text\/10 {
  --tw-gradient-from: rgb(255 255 255 / 0.1) 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);
}
.from-input-focused-text\/100 {
  --tw-gradient-from: rgb(255 255 255 / 1) 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);
}
.from-input-focused-text\/20 {
  --tw-gradient-from: rgb(255 255 255 / 0.2) 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);
}
.from-input-focused-text\/25 {
  --tw-gradient-from: rgb(255 255 255 / 0.25) 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);
}
.from-input-focused-text\/30 {
  --tw-gradient-from: rgb(255 255 255 / 0.3) 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);
}
.from-input-focused-text\/40 {
  --tw-gradient-from: rgb(255 255 255 / 0.4) 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);
}
.from-input-focused-text\/5 {
  --tw-gradient-from: rgb(255 255 255 / 0.05) 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);
}
.from-input-focused-text\/50 {
  --tw-gradient-from: rgb(255 255 255 / 0.5) 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);
}
.from-input-focused-text\/60 {
  --tw-gradient-from: rgb(255 255 255 / 0.6) 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);
}
.from-input-focused-text\/70 {
  --tw-gradient-from: rgb(255 255 255 / 0.7) 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);
}
.from-input-focused-text\/75 {
  --tw-gradient-from: rgb(255 255 255 / 0.75) 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);
}
.from-input-focused-text\/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);
}
.from-input-focused-text\/90 {
  --tw-gradient-from: rgb(255 255 255 / 0.9) 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);
}
.from-input-focused-text\/95 {
  --tw-gradient-from: rgb(255 255 255 / 0.95) 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);
}
.from-input-focused-text\/state-disabled {
  --tw-gradient-from: rgb(255 255 255 / 0.5) 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);
}
.from-input-focused-text\/state-enabled {
  --tw-gradient-from: rgb(255 255 255 / 1) 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);
}
.from-input-placeholder {
  --tw-gradient-from: #616161 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 97 97 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-placeholder\/0 {
  --tw-gradient-from: rgb(97 97 97 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 97 97 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-placeholder\/10 {
  --tw-gradient-from: rgb(97 97 97 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 97 97 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-placeholder\/100 {
  --tw-gradient-from: rgb(97 97 97 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 97 97 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-placeholder\/20 {
  --tw-gradient-from: rgb(97 97 97 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 97 97 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-placeholder\/25 {
  --tw-gradient-from: rgb(97 97 97 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 97 97 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-placeholder\/30 {
  --tw-gradient-from: rgb(97 97 97 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 97 97 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-placeholder\/40 {
  --tw-gradient-from: rgb(97 97 97 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 97 97 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-placeholder\/5 {
  --tw-gradient-from: rgb(97 97 97 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 97 97 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-placeholder\/50 {
  --tw-gradient-from: rgb(97 97 97 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 97 97 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-placeholder\/60 {
  --tw-gradient-from: rgb(97 97 97 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 97 97 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-placeholder\/70 {
  --tw-gradient-from: rgb(97 97 97 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 97 97 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-placeholder\/75 {
  --tw-gradient-from: rgb(97 97 97 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 97 97 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-placeholder\/80 {
  --tw-gradient-from: rgb(97 97 97 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 97 97 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-placeholder\/90 {
  --tw-gradient-from: rgb(97 97 97 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 97 97 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-placeholder\/95 {
  --tw-gradient-from: rgb(97 97 97 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 97 97 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-placeholder\/state-disabled {
  --tw-gradient-from: rgb(97 97 97 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 97 97 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-placeholder\/state-enabled {
  --tw-gradient-from: rgb(97 97 97 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 97 97 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-radio-background {
  --tw-gradient-from: rgb(17, 17, 17) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-radio-background\/0 {
  --tw-gradient-from: rgb(17 17 17 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-radio-background\/10 {
  --tw-gradient-from: rgb(17 17 17 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-radio-background\/100 {
  --tw-gradient-from: rgb(17 17 17 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-radio-background\/20 {
  --tw-gradient-from: rgb(17 17 17 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-radio-background\/25 {
  --tw-gradient-from: rgb(17 17 17 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-radio-background\/30 {
  --tw-gradient-from: rgb(17 17 17 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-radio-background\/40 {
  --tw-gradient-from: rgb(17 17 17 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-radio-background\/5 {
  --tw-gradient-from: rgb(17 17 17 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-radio-background\/50 {
  --tw-gradient-from: rgb(17 17 17 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-radio-background\/60 {
  --tw-gradient-from: rgb(17 17 17 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-radio-background\/70 {
  --tw-gradient-from: rgb(17 17 17 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-radio-background\/75 {
  --tw-gradient-from: rgb(17 17 17 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-radio-background\/80 {
  --tw-gradient-from: rgb(17 17 17 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-radio-background\/90 {
  --tw-gradient-from: rgb(17 17 17 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-radio-background\/95 {
  --tw-gradient-from: rgb(17 17 17 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-radio-background\/state-disabled {
  --tw-gradient-from: rgb(17 17 17 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-radio-background\/state-enabled {
  --tw-gradient-from: rgb(17 17 17 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-radio-border {
  --tw-gradient-from: rgb(205, 141, 239) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-radio-border\/0 {
  --tw-gradient-from: rgb(205 141 239 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-radio-border\/10 {
  --tw-gradient-from: rgb(205 141 239 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-radio-border\/100 {
  --tw-gradient-from: rgb(205 141 239 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-radio-border\/20 {
  --tw-gradient-from: rgb(205 141 239 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-radio-border\/25 {
  --tw-gradient-from: rgb(205 141 239 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-radio-border\/30 {
  --tw-gradient-from: rgb(205 141 239 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-radio-border\/40 {
  --tw-gradient-from: rgb(205 141 239 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-radio-border\/5 {
  --tw-gradient-from: rgb(205 141 239 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-radio-border\/50 {
  --tw-gradient-from: rgb(205 141 239 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-radio-border\/60 {
  --tw-gradient-from: rgb(205 141 239 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-radio-border\/70 {
  --tw-gradient-from: rgb(205 141 239 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-radio-border\/75 {
  --tw-gradient-from: rgb(205 141 239 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-radio-border\/80 {
  --tw-gradient-from: rgb(205 141 239 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-radio-border\/90 {
  --tw-gradient-from: rgb(205 141 239 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-radio-border\/95 {
  --tw-gradient-from: rgb(205 141 239 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-radio-border\/state-disabled {
  --tw-gradient-from: rgb(205 141 239 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-radio-border\/state-enabled {
  --tw-gradient-from: rgb(205 141 239 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-radio-contrast {
  --tw-gradient-from: rgb(255, 255, 255) 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);
}
.from-input-radio-contrast\/0 {
  --tw-gradient-from: rgb(255 255 255 / 0) 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);
}
.from-input-radio-contrast\/10 {
  --tw-gradient-from: rgb(255 255 255 / 0.1) 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);
}
.from-input-radio-contrast\/100 {
  --tw-gradient-from: rgb(255 255 255 / 1) 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);
}
.from-input-radio-contrast\/20 {
  --tw-gradient-from: rgb(255 255 255 / 0.2) 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);
}
.from-input-radio-contrast\/25 {
  --tw-gradient-from: rgb(255 255 255 / 0.25) 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);
}
.from-input-radio-contrast\/30 {
  --tw-gradient-from: rgb(255 255 255 / 0.3) 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);
}
.from-input-radio-contrast\/40 {
  --tw-gradient-from: rgb(255 255 255 / 0.4) 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);
}
.from-input-radio-contrast\/5 {
  --tw-gradient-from: rgb(255 255 255 / 0.05) 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);
}
.from-input-radio-contrast\/50 {
  --tw-gradient-from: rgb(255 255 255 / 0.5) 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);
}
.from-input-radio-contrast\/60 {
  --tw-gradient-from: rgb(255 255 255 / 0.6) 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);
}
.from-input-radio-contrast\/70 {
  --tw-gradient-from: rgb(255 255 255 / 0.7) 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);
}
.from-input-radio-contrast\/75 {
  --tw-gradient-from: rgb(255 255 255 / 0.75) 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);
}
.from-input-radio-contrast\/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);
}
.from-input-radio-contrast\/90 {
  --tw-gradient-from: rgb(255 255 255 / 0.9) 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);
}
.from-input-radio-contrast\/95 {
  --tw-gradient-from: rgb(255 255 255 / 0.95) 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);
}
.from-input-radio-contrast\/state-disabled {
  --tw-gradient-from: rgb(255 255 255 / 0.5) 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);
}
.from-input-radio-contrast\/state-enabled {
  --tw-gradient-from: rgb(255 255 255 / 1) 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);
}
.from-input-switch-backgroundOff {
  --tw-gradient-from: rgb(156, 163, 175) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-switch-backgroundOff\/0 {
  --tw-gradient-from: rgb(156 163 175 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-switch-backgroundOff\/10 {
  --tw-gradient-from: rgb(156 163 175 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-switch-backgroundOff\/100 {
  --tw-gradient-from: rgb(156 163 175 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-switch-backgroundOff\/20 {
  --tw-gradient-from: rgb(156 163 175 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-switch-backgroundOff\/25 {
  --tw-gradient-from: rgb(156 163 175 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-switch-backgroundOff\/30 {
  --tw-gradient-from: rgb(156 163 175 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-switch-backgroundOff\/40 {
  --tw-gradient-from: rgb(156 163 175 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-switch-backgroundOff\/5 {
  --tw-gradient-from: rgb(156 163 175 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-switch-backgroundOff\/50 {
  --tw-gradient-from: rgb(156 163 175 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-switch-backgroundOff\/60 {
  --tw-gradient-from: rgb(156 163 175 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-switch-backgroundOff\/70 {
  --tw-gradient-from: rgb(156 163 175 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-switch-backgroundOff\/75 {
  --tw-gradient-from: rgb(156 163 175 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-switch-backgroundOff\/80 {
  --tw-gradient-from: rgb(156 163 175 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-switch-backgroundOff\/90 {
  --tw-gradient-from: rgb(156 163 175 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-switch-backgroundOff\/95 {
  --tw-gradient-from: rgb(156 163 175 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-switch-backgroundOff\/state-disabled {
  --tw-gradient-from: rgb(156 163 175 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-switch-backgroundOff\/state-enabled {
  --tw-gradient-from: rgb(156 163 175 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-switch-backgroundOn {
  --tw-gradient-from: rgb(205, 141, 239) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-switch-backgroundOn\/0 {
  --tw-gradient-from: rgb(205 141 239 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-switch-backgroundOn\/10 {
  --tw-gradient-from: rgb(205 141 239 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-switch-backgroundOn\/100 {
  --tw-gradient-from: rgb(205 141 239 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-switch-backgroundOn\/20 {
  --tw-gradient-from: rgb(205 141 239 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-switch-backgroundOn\/25 {
  --tw-gradient-from: rgb(205 141 239 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-switch-backgroundOn\/30 {
  --tw-gradient-from: rgb(205 141 239 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-switch-backgroundOn\/40 {
  --tw-gradient-from: rgb(205 141 239 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-switch-backgroundOn\/5 {
  --tw-gradient-from: rgb(205 141 239 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-switch-backgroundOn\/50 {
  --tw-gradient-from: rgb(205 141 239 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-switch-backgroundOn\/60 {
  --tw-gradient-from: rgb(205 141 239 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-switch-backgroundOn\/70 {
  --tw-gradient-from: rgb(205 141 239 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-switch-backgroundOn\/75 {
  --tw-gradient-from: rgb(205 141 239 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-switch-backgroundOn\/80 {
  --tw-gradient-from: rgb(205 141 239 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-switch-backgroundOn\/90 {
  --tw-gradient-from: rgb(205 141 239 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-switch-backgroundOn\/95 {
  --tw-gradient-from: rgb(205 141 239 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-switch-backgroundOn\/state-disabled {
  --tw-gradient-from: rgb(205 141 239 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-switch-backgroundOn\/state-enabled {
  --tw-gradient-from: rgb(205 141 239 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-switch-contrast {
  --tw-gradient-from: rgb(64, 64, 64) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-switch-contrast\/0 {
  --tw-gradient-from: rgb(64 64 64 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-switch-contrast\/10 {
  --tw-gradient-from: rgb(64 64 64 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-switch-contrast\/100 {
  --tw-gradient-from: rgb(64 64 64 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-switch-contrast\/20 {
  --tw-gradient-from: rgb(64 64 64 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-switch-contrast\/25 {
  --tw-gradient-from: rgb(64 64 64 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-switch-contrast\/30 {
  --tw-gradient-from: rgb(64 64 64 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-switch-contrast\/40 {
  --tw-gradient-from: rgb(64 64 64 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-switch-contrast\/5 {
  --tw-gradient-from: rgb(64 64 64 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-switch-contrast\/50 {
  --tw-gradient-from: rgb(64 64 64 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-switch-contrast\/60 {
  --tw-gradient-from: rgb(64 64 64 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-switch-contrast\/70 {
  --tw-gradient-from: rgb(64 64 64 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-switch-contrast\/75 {
  --tw-gradient-from: rgb(64 64 64 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-switch-contrast\/80 {
  --tw-gradient-from: rgb(64 64 64 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-switch-contrast\/90 {
  --tw-gradient-from: rgb(64 64 64 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-switch-contrast\/95 {
  --tw-gradient-from: rgb(64 64 64 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-switch-contrast\/state-disabled {
  --tw-gradient-from: rgb(64 64 64 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-switch-contrast\/state-enabled {
  --tw-gradient-from: rgb(64 64 64 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-input-text {
  --tw-gradient-from: #FFFFFF 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);
}
.from-input-text\/0 {
  --tw-gradient-from: rgb(255 255 255 / 0) 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);
}
.from-input-text\/10 {
  --tw-gradient-from: rgb(255 255 255 / 0.1) 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);
}
.from-input-text\/100 {
  --tw-gradient-from: rgb(255 255 255 / 1) 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);
}
.from-input-text\/20 {
  --tw-gradient-from: rgb(255 255 255 / 0.2) 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);
}
.from-input-text\/25 {
  --tw-gradient-from: rgb(255 255 255 / 0.25) 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);
}
.from-input-text\/30 {
  --tw-gradient-from: rgb(255 255 255 / 0.3) 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);
}
.from-input-text\/40 {
  --tw-gradient-from: rgb(255 255 255 / 0.4) 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);
}
.from-input-text\/5 {
  --tw-gradient-from: rgb(255 255 255 / 0.05) 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);
}
.from-input-text\/50 {
  --tw-gradient-from: rgb(255 255 255 / 0.5) 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);
}
.from-input-text\/60 {
  --tw-gradient-from: rgb(255 255 255 / 0.6) 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);
}
.from-input-text\/70 {
  --tw-gradient-from: rgb(255 255 255 / 0.7) 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);
}
.from-input-text\/75 {
  --tw-gradient-from: rgb(255 255 255 / 0.75) 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);
}
.from-input-text\/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);
}
.from-input-text\/90 {
  --tw-gradient-from: rgb(255 255 255 / 0.9) 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);
}
.from-input-text\/95 {
  --tw-gradient-from: rgb(255 255 255 / 0.95) 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);
}
.from-input-text\/state-disabled {
  --tw-gradient-from: rgb(255 255 255 / 0.5) 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);
}
.from-input-text\/state-enabled {
  --tw-gradient-from: rgb(255 255 255 / 1) 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);
}
.from-loader-default {
  --tw-gradient-from: rgb(205, 141, 239) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-loader-default\/0 {
  --tw-gradient-from: rgb(205 141 239 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-loader-default\/10 {
  --tw-gradient-from: rgb(205 141 239 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-loader-default\/100 {
  --tw-gradient-from: rgb(205 141 239 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-loader-default\/20 {
  --tw-gradient-from: rgb(205 141 239 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-loader-default\/25 {
  --tw-gradient-from: rgb(205 141 239 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-loader-default\/30 {
  --tw-gradient-from: rgb(205 141 239 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-loader-default\/40 {
  --tw-gradient-from: rgb(205 141 239 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-loader-default\/5 {
  --tw-gradient-from: rgb(205 141 239 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-loader-default\/50 {
  --tw-gradient-from: rgb(205 141 239 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-loader-default\/60 {
  --tw-gradient-from: rgb(205 141 239 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-loader-default\/70 {
  --tw-gradient-from: rgb(205 141 239 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-loader-default\/75 {
  --tw-gradient-from: rgb(205 141 239 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-loader-default\/80 {
  --tw-gradient-from: rgb(205 141 239 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-loader-default\/90 {
  --tw-gradient-from: rgb(205 141 239 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-loader-default\/95 {
  --tw-gradient-from: rgb(205 141 239 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-loader-default\/state-disabled {
  --tw-gradient-from: rgb(205 141 239 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-loader-default\/state-enabled {
  --tw-gradient-from: rgb(205 141 239 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-alternate {
  --tw-gradient-from: rgb(29, 29, 29) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-alternate\/0 {
  --tw-gradient-from: rgb(29 29 29 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-alternate\/10 {
  --tw-gradient-from: rgb(29 29 29 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-alternate\/100 {
  --tw-gradient-from: rgb(29 29 29 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-alternate\/20 {
  --tw-gradient-from: rgb(29 29 29 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-alternate\/25 {
  --tw-gradient-from: rgb(29 29 29 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-alternate\/30 {
  --tw-gradient-from: rgb(29 29 29 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-alternate\/40 {
  --tw-gradient-from: rgb(29 29 29 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-alternate\/5 {
  --tw-gradient-from: rgb(29 29 29 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-alternate\/50 {
  --tw-gradient-from: rgb(29 29 29 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-alternate\/60 {
  --tw-gradient-from: rgb(29 29 29 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-alternate\/70 {
  --tw-gradient-from: rgb(29 29 29 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-alternate\/75 {
  --tw-gradient-from: rgb(29 29 29 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-alternate\/80 {
  --tw-gradient-from: rgb(29 29 29 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-alternate\/90 {
  --tw-gradient-from: rgb(29 29 29 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-alternate\/95 {
  --tw-gradient-from: rgb(29 29 29 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-alternate\/state-disabled {
  --tw-gradient-from: rgb(29 29 29 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-alternate\/state-enabled {
  --tw-gradient-from: rgb(29 29 29 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-base {
  --tw-gradient-from: rgb(16, 16, 16) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 16 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-base\/0 {
  --tw-gradient-from: rgb(16 16 16 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 16 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-base\/10 {
  --tw-gradient-from: rgb(16 16 16 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 16 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-base\/100 {
  --tw-gradient-from: rgb(16 16 16 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 16 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-base\/20 {
  --tw-gradient-from: rgb(16 16 16 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 16 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-base\/25 {
  --tw-gradient-from: rgb(16 16 16 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 16 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-base\/30 {
  --tw-gradient-from: rgb(16 16 16 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 16 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-base\/40 {
  --tw-gradient-from: rgb(16 16 16 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 16 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-base\/5 {
  --tw-gradient-from: rgb(16 16 16 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 16 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-base\/50 {
  --tw-gradient-from: rgb(16 16 16 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 16 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-base\/60 {
  --tw-gradient-from: rgb(16 16 16 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 16 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-base\/70 {
  --tw-gradient-from: rgb(16 16 16 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 16 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-base\/75 {
  --tw-gradient-from: rgb(16 16 16 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 16 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-base\/80 {
  --tw-gradient-from: rgb(16 16 16 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 16 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-base\/90 {
  --tw-gradient-from: rgb(16 16 16 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 16 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-base\/95 {
  --tw-gradient-from: rgb(16 16 16 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 16 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-base\/state-disabled {
  --tw-gradient-from: rgb(16 16 16 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 16 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-base\/state-enabled {
  --tw-gradient-from: rgb(16 16 16 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 16 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-border {
  --tw-gradient-from: rgba(255, 255, 255, 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-border\/0 {
  --tw-gradient-from: rgba(255, 255, 255, 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-border\/10 {
  --tw-gradient-from: rgba(255, 255, 255, 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-border\/100 {
  --tw-gradient-from: rgba(255, 255, 255, 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-border\/20 {
  --tw-gradient-from: rgba(255, 255, 255, 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-border\/25 {
  --tw-gradient-from: rgba(255, 255, 255, 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-border\/30 {
  --tw-gradient-from: rgba(255, 255, 255, 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-border\/40 {
  --tw-gradient-from: rgba(255, 255, 255, 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-border\/5 {
  --tw-gradient-from: rgba(255, 255, 255, 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-border\/50 {
  --tw-gradient-from: rgba(255, 255, 255, 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-border\/60 {
  --tw-gradient-from: rgba(255, 255, 255, 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-border\/70 {
  --tw-gradient-from: rgba(255, 255, 255, 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-border\/75 {
  --tw-gradient-from: rgba(255, 255, 255, 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-border\/80 {
  --tw-gradient-from: rgba(255, 255, 255, 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-border\/90 {
  --tw-gradient-from: rgba(255, 255, 255, 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-border\/95 {
  --tw-gradient-from: rgba(255, 255, 255, 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-border\/state-disabled {
  --tw-gradient-from: rgba(255, 255, 255, 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-border\/state-enabled {
  --tw-gradient-from: rgba(255, 255, 255, 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-default {
  --tw-gradient-from: rgba(255, 255, 255, 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-default\/0 {
  --tw-gradient-from: rgba(255, 255, 255, 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-default\/10 {
  --tw-gradient-from: rgba(255, 255, 255, 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-default\/100 {
  --tw-gradient-from: rgba(255, 255, 255, 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-default\/20 {
  --tw-gradient-from: rgba(255, 255, 255, 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-default\/25 {
  --tw-gradient-from: rgba(255, 255, 255, 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-default\/30 {
  --tw-gradient-from: rgba(255, 255, 255, 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-default\/40 {
  --tw-gradient-from: rgba(255, 255, 255, 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-default\/5 {
  --tw-gradient-from: rgba(255, 255, 255, 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-default\/50 {
  --tw-gradient-from: rgba(255, 255, 255, 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-default\/60 {
  --tw-gradient-from: rgba(255, 255, 255, 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-default\/70 {
  --tw-gradient-from: rgba(255, 255, 255, 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-default\/75 {
  --tw-gradient-from: rgba(255, 255, 255, 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-default\/80 {
  --tw-gradient-from: rgba(255, 255, 255, 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-default\/90 {
  --tw-gradient-from: rgba(255, 255, 255, 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-default\/95 {
  --tw-gradient-from: rgba(255, 255, 255, 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-default\/state-disabled {
  --tw-gradient-from: rgba(255, 255, 255, 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-default\/state-enabled {
  --tw-gradient-from: rgba(255, 255, 255, 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-shadow {
  --tw-gradient-from: rgba(0, 0, 0, 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-shadow\/0 {
  --tw-gradient-from: rgba(0, 0, 0, 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-shadow\/10 {
  --tw-gradient-from: rgba(0, 0, 0, 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-shadow\/100 {
  --tw-gradient-from: rgba(0, 0, 0, 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-shadow\/20 {
  --tw-gradient-from: rgba(0, 0, 0, 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-shadow\/25 {
  --tw-gradient-from: rgba(0, 0, 0, 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-shadow\/30 {
  --tw-gradient-from: rgba(0, 0, 0, 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-shadow\/40 {
  --tw-gradient-from: rgba(0, 0, 0, 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-shadow\/5 {
  --tw-gradient-from: rgba(0, 0, 0, 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-shadow\/50 {
  --tw-gradient-from: rgba(0, 0, 0, 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-shadow\/60 {
  --tw-gradient-from: rgba(0, 0, 0, 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-shadow\/70 {
  --tw-gradient-from: rgba(0, 0, 0, 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-shadow\/75 {
  --tw-gradient-from: rgba(0, 0, 0, 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-shadow\/80 {
  --tw-gradient-from: rgba(0, 0, 0, 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-shadow\/90 {
  --tw-gradient-from: rgba(0, 0, 0, 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-shadow\/95 {
  --tw-gradient-from: rgba(0, 0, 0, 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-shadow\/state-disabled {
  --tw-gradient-from: rgba(0, 0, 0, 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-panel-shadow\/state-enabled {
  --tw-gradient-from: rgba(0, 0, 0, 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-accent {
  --tw-gradient-from: rgb(205, 141, 239) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-accent\/0 {
  --tw-gradient-from: rgb(205 141 239 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-accent\/10 {
  --tw-gradient-from: rgb(205 141 239 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-accent\/100 {
  --tw-gradient-from: rgb(205 141 239 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-accent\/20 {
  --tw-gradient-from: rgb(205 141 239 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-accent\/25 {
  --tw-gradient-from: rgb(205 141 239 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-accent\/30 {
  --tw-gradient-from: rgb(205 141 239 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-accent\/40 {
  --tw-gradient-from: rgb(205 141 239 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-accent\/5 {
  --tw-gradient-from: rgb(205 141 239 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-accent\/50 {
  --tw-gradient-from: rgb(205 141 239 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-accent\/60 {
  --tw-gradient-from: rgb(205 141 239 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-accent\/70 {
  --tw-gradient-from: rgb(205 141 239 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-accent\/75 {
  --tw-gradient-from: rgb(205 141 239 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-accent\/80 {
  --tw-gradient-from: rgb(205 141 239 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-accent\/90 {
  --tw-gradient-from: rgb(205 141 239 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-accent\/95 {
  --tw-gradient-from: rgb(205 141 239 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-accent\/state-disabled {
  --tw-gradient-from: rgb(205 141 239 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-accent\/state-enabled {
  --tw-gradient-from: rgb(205 141 239 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-alternate {
  --tw-gradient-from: rgb(6, 182, 212) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-alternate\/0 {
  --tw-gradient-from: rgb(6 182 212 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-alternate\/10 {
  --tw-gradient-from: rgb(6 182 212 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-alternate\/100 {
  --tw-gradient-from: rgb(6 182 212 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-alternate\/20 {
  --tw-gradient-from: rgb(6 182 212 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-alternate\/25 {
  --tw-gradient-from: rgb(6 182 212 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-alternate\/30 {
  --tw-gradient-from: rgb(6 182 212 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-alternate\/40 {
  --tw-gradient-from: rgb(6 182 212 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-alternate\/5 {
  --tw-gradient-from: rgb(6 182 212 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-alternate\/50 {
  --tw-gradient-from: rgb(6 182 212 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-alternate\/60 {
  --tw-gradient-from: rgb(6 182 212 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-alternate\/70 {
  --tw-gradient-from: rgb(6 182 212 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-alternate\/75 {
  --tw-gradient-from: rgb(6 182 212 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-alternate\/80 {
  --tw-gradient-from: rgb(6 182 212 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-alternate\/90 {
  --tw-gradient-from: rgb(6 182 212 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-alternate\/95 {
  --tw-gradient-from: rgb(6 182 212 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-alternate\/state-disabled {
  --tw-gradient-from: rgb(6 182 212 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-alternate\/state-enabled {
  --tw-gradient-from: rgb(6 182 212 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-default {
  --tw-gradient-from: rgb(255, 255, 255) 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);
}
.from-typography-default\/0 {
  --tw-gradient-from: rgb(255 255 255 / 0) 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);
}
.from-typography-default\/10 {
  --tw-gradient-from: rgb(255 255 255 / 0.1) 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);
}
.from-typography-default\/100 {
  --tw-gradient-from: rgb(255 255 255 / 1) 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);
}
.from-typography-default\/20 {
  --tw-gradient-from: rgb(255 255 255 / 0.2) 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);
}
.from-typography-default\/25 {
  --tw-gradient-from: rgb(255 255 255 / 0.25) 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);
}
.from-typography-default\/30 {
  --tw-gradient-from: rgb(255 255 255 / 0.3) 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);
}
.from-typography-default\/40 {
  --tw-gradient-from: rgb(255 255 255 / 0.4) 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);
}
.from-typography-default\/5 {
  --tw-gradient-from: rgb(255 255 255 / 0.05) 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);
}
.from-typography-default\/50 {
  --tw-gradient-from: rgb(255 255 255 / 0.5) 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);
}
.from-typography-default\/60 {
  --tw-gradient-from: rgb(255 255 255 / 0.6) 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);
}
.from-typography-default\/70 {
  --tw-gradient-from: rgb(255 255 255 / 0.7) 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);
}
.from-typography-default\/75 {
  --tw-gradient-from: rgb(255 255 255 / 0.75) 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);
}
.from-typography-default\/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);
}
.from-typography-default\/90 {
  --tw-gradient-from: rgb(255 255 255 / 0.9) 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);
}
.from-typography-default\/95 {
  --tw-gradient-from: rgb(255 255 255 / 0.95) 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);
}
.from-typography-default\/state-disabled {
  --tw-gradient-from: rgb(255 255 255 / 0.5) 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);
}
.from-typography-default\/state-enabled {
  --tw-gradient-from: rgb(255 255 255 / 1) 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);
}
.from-typography-error {
  --tw-gradient-from: rgb(248, 113, 113) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-error\/0 {
  --tw-gradient-from: rgb(248 113 113 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-error\/10 {
  --tw-gradient-from: rgb(248 113 113 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-error\/100 {
  --tw-gradient-from: rgb(248 113 113 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-error\/20 {
  --tw-gradient-from: rgb(248 113 113 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-error\/25 {
  --tw-gradient-from: rgb(248 113 113 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-error\/30 {
  --tw-gradient-from: rgb(248 113 113 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-error\/40 {
  --tw-gradient-from: rgb(248 113 113 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-error\/5 {
  --tw-gradient-from: rgb(248 113 113 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-error\/50 {
  --tw-gradient-from: rgb(248 113 113 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-error\/60 {
  --tw-gradient-from: rgb(248 113 113 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-error\/70 {
  --tw-gradient-from: rgb(248 113 113 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-error\/75 {
  --tw-gradient-from: rgb(248 113 113 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-error\/80 {
  --tw-gradient-from: rgb(248 113 113 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-error\/90 {
  --tw-gradient-from: rgb(248 113 113 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-error\/95 {
  --tw-gradient-from: rgb(248 113 113 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-error\/state-disabled {
  --tw-gradient-from: rgb(248 113 113 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-error\/state-enabled {
  --tw-gradient-from: rgb(248 113 113 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-info {
  --tw-gradient-from: rgb(96, 165, 250) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-info\/0 {
  --tw-gradient-from: rgb(96 165 250 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-info\/10 {
  --tw-gradient-from: rgb(96 165 250 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-info\/100 {
  --tw-gradient-from: rgb(96 165 250 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-info\/20 {
  --tw-gradient-from: rgb(96 165 250 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-info\/25 {
  --tw-gradient-from: rgb(96 165 250 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-info\/30 {
  --tw-gradient-from: rgb(96 165 250 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-info\/40 {
  --tw-gradient-from: rgb(96 165 250 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-info\/5 {
  --tw-gradient-from: rgb(96 165 250 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-info\/50 {
  --tw-gradient-from: rgb(96 165 250 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-info\/60 {
  --tw-gradient-from: rgb(96 165 250 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-info\/70 {
  --tw-gradient-from: rgb(96 165 250 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-info\/75 {
  --tw-gradient-from: rgb(96 165 250 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-info\/80 {
  --tw-gradient-from: rgb(96 165 250 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-info\/90 {
  --tw-gradient-from: rgb(96 165 250 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-info\/95 {
  --tw-gradient-from: rgb(96 165 250 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-info\/state-disabled {
  --tw-gradient-from: rgb(96 165 250 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-info\/state-enabled {
  --tw-gradient-from: rgb(96 165 250 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-link-default {
  --tw-gradient-from: rgb(205, 141, 239) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-link-default\/0 {
  --tw-gradient-from: rgb(205 141 239 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-link-default\/10 {
  --tw-gradient-from: rgb(205 141 239 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-link-default\/100 {
  --tw-gradient-from: rgb(205 141 239 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-link-default\/20 {
  --tw-gradient-from: rgb(205 141 239 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-link-default\/25 {
  --tw-gradient-from: rgb(205 141 239 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-link-default\/30 {
  --tw-gradient-from: rgb(205 141 239 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-link-default\/40 {
  --tw-gradient-from: rgb(205 141 239 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-link-default\/5 {
  --tw-gradient-from: rgb(205 141 239 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-link-default\/50 {
  --tw-gradient-from: rgb(205 141 239 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-link-default\/60 {
  --tw-gradient-from: rgb(205 141 239 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-link-default\/70 {
  --tw-gradient-from: rgb(205 141 239 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-link-default\/75 {
  --tw-gradient-from: rgb(205 141 239 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-link-default\/80 {
  --tw-gradient-from: rgb(205 141 239 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-link-default\/90 {
  --tw-gradient-from: rgb(205 141 239 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-link-default\/95 {
  --tw-gradient-from: rgb(205 141 239 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-link-default\/state-disabled {
  --tw-gradient-from: rgb(205 141 239 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-link-default\/state-enabled {
  --tw-gradient-from: rgb(205 141 239 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-link-hover {
  --tw-gradient-from: rgb(215, 164, 242) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 164 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-link-hover\/0 {
  --tw-gradient-from: rgb(215 164 242 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 164 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-link-hover\/10 {
  --tw-gradient-from: rgb(215 164 242 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 164 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-link-hover\/100 {
  --tw-gradient-from: rgb(215 164 242 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 164 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-link-hover\/20 {
  --tw-gradient-from: rgb(215 164 242 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 164 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-link-hover\/25 {
  --tw-gradient-from: rgb(215 164 242 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 164 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-link-hover\/30 {
  --tw-gradient-from: rgb(215 164 242 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 164 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-link-hover\/40 {
  --tw-gradient-from: rgb(215 164 242 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 164 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-link-hover\/5 {
  --tw-gradient-from: rgb(215 164 242 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 164 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-link-hover\/50 {
  --tw-gradient-from: rgb(215 164 242 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 164 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-link-hover\/60 {
  --tw-gradient-from: rgb(215 164 242 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 164 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-link-hover\/70 {
  --tw-gradient-from: rgb(215 164 242 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 164 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-link-hover\/75 {
  --tw-gradient-from: rgb(215 164 242 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 164 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-link-hover\/80 {
  --tw-gradient-from: rgb(215 164 242 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 164 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-link-hover\/90 {
  --tw-gradient-from: rgb(215 164 242 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 164 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-link-hover\/95 {
  --tw-gradient-from: rgb(215 164 242 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 164 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-link-hover\/state-disabled {
  --tw-gradient-from: rgb(215 164 242 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 164 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-link-hover\/state-enabled {
  --tw-gradient-from: rgb(215 164 242 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 164 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-muted {
  --tw-gradient-from: rgb(156, 163, 175) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-muted\/0 {
  --tw-gradient-from: rgb(156 163 175 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-muted\/10 {
  --tw-gradient-from: rgb(156 163 175 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-muted\/100 {
  --tw-gradient-from: rgb(156 163 175 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-muted\/20 {
  --tw-gradient-from: rgb(156 163 175 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-muted\/25 {
  --tw-gradient-from: rgb(156 163 175 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-muted\/30 {
  --tw-gradient-from: rgb(156 163 175 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-muted\/40 {
  --tw-gradient-from: rgb(156 163 175 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-muted\/5 {
  --tw-gradient-from: rgb(156 163 175 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-muted\/50 {
  --tw-gradient-from: rgb(156 163 175 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-muted\/60 {
  --tw-gradient-from: rgb(156 163 175 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-muted\/70 {
  --tw-gradient-from: rgb(156 163 175 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-muted\/75 {
  --tw-gradient-from: rgb(156 163 175 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-muted\/80 {
  --tw-gradient-from: rgb(156 163 175 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-muted\/90 {
  --tw-gradient-from: rgb(156 163 175 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-muted\/95 {
  --tw-gradient-from: rgb(156 163 175 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-muted\/state-disabled {
  --tw-gradient-from: rgb(156 163 175 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-muted\/state-enabled {
  --tw-gradient-from: rgb(156 163 175 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-on-accent {
  --tw-gradient-from: rgb(64, 64, 64) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-on-accent\/0 {
  --tw-gradient-from: rgb(64 64 64 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-on-accent\/10 {
  --tw-gradient-from: rgb(64 64 64 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-on-accent\/100 {
  --tw-gradient-from: rgb(64 64 64 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-on-accent\/20 {
  --tw-gradient-from: rgb(64 64 64 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-on-accent\/25 {
  --tw-gradient-from: rgb(64 64 64 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-on-accent\/30 {
  --tw-gradient-from: rgb(64 64 64 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-on-accent\/40 {
  --tw-gradient-from: rgb(64 64 64 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-on-accent\/5 {
  --tw-gradient-from: rgb(64 64 64 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-on-accent\/50 {
  --tw-gradient-from: rgb(64 64 64 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-on-accent\/60 {
  --tw-gradient-from: rgb(64 64 64 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-on-accent\/70 {
  --tw-gradient-from: rgb(64 64 64 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-on-accent\/75 {
  --tw-gradient-from: rgb(64 64 64 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-on-accent\/80 {
  --tw-gradient-from: rgb(64 64 64 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-on-accent\/90 {
  --tw-gradient-from: rgb(64 64 64 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-on-accent\/95 {
  --tw-gradient-from: rgb(64 64 64 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-on-accent\/state-disabled {
  --tw-gradient-from: rgb(64 64 64 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-on-accent\/state-enabled {
  --tw-gradient-from: rgb(64 64 64 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-subtle {
  --tw-gradient-from: rgb(229, 231, 235) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-subtle\/0 {
  --tw-gradient-from: rgb(229 231 235 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-subtle\/10 {
  --tw-gradient-from: rgb(229 231 235 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-subtle\/100 {
  --tw-gradient-from: rgb(229 231 235 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-subtle\/20 {
  --tw-gradient-from: rgb(229 231 235 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-subtle\/25 {
  --tw-gradient-from: rgb(229 231 235 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-subtle\/30 {
  --tw-gradient-from: rgb(229 231 235 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-subtle\/40 {
  --tw-gradient-from: rgb(229 231 235 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-subtle\/5 {
  --tw-gradient-from: rgb(229 231 235 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-subtle\/50 {
  --tw-gradient-from: rgb(229 231 235 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-subtle\/60 {
  --tw-gradient-from: rgb(229 231 235 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-subtle\/70 {
  --tw-gradient-from: rgb(229 231 235 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-subtle\/75 {
  --tw-gradient-from: rgb(229 231 235 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-subtle\/80 {
  --tw-gradient-from: rgb(229 231 235 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-subtle\/90 {
  --tw-gradient-from: rgb(229 231 235 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-subtle\/95 {
  --tw-gradient-from: rgb(229 231 235 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-subtle\/state-disabled {
  --tw-gradient-from: rgb(229 231 235 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-subtle\/state-enabled {
  --tw-gradient-from: rgb(229 231 235 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-success {
  --tw-gradient-from: rgb(74, 222, 128) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-success\/0 {
  --tw-gradient-from: rgb(74 222 128 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-success\/10 {
  --tw-gradient-from: rgb(74 222 128 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-success\/100 {
  --tw-gradient-from: rgb(74 222 128 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-success\/20 {
  --tw-gradient-from: rgb(74 222 128 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-success\/25 {
  --tw-gradient-from: rgb(74 222 128 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-success\/30 {
  --tw-gradient-from: rgb(74 222 128 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-success\/40 {
  --tw-gradient-from: rgb(74 222 128 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-success\/5 {
  --tw-gradient-from: rgb(74 222 128 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-success\/50 {
  --tw-gradient-from: rgb(74 222 128 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-success\/60 {
  --tw-gradient-from: rgb(74 222 128 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-success\/70 {
  --tw-gradient-from: rgb(74 222 128 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-success\/75 {
  --tw-gradient-from: rgb(74 222 128 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-success\/80 {
  --tw-gradient-from: rgb(74 222 128 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-success\/90 {
  --tw-gradient-from: rgb(74 222 128 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-success\/95 {
  --tw-gradient-from: rgb(74 222 128 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-success\/state-disabled {
  --tw-gradient-from: rgb(74 222 128 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-success\/state-enabled {
  --tw-gradient-from: rgb(74 222 128 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-warning {
  --tw-gradient-from: rgb(251, 146, 60) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-warning\/0 {
  --tw-gradient-from: rgb(251 146 60 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-warning\/10 {
  --tw-gradient-from: rgb(251 146 60 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-warning\/100 {
  --tw-gradient-from: rgb(251 146 60 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-warning\/20 {
  --tw-gradient-from: rgb(251 146 60 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-warning\/25 {
  --tw-gradient-from: rgb(251 146 60 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-warning\/30 {
  --tw-gradient-from: rgb(251 146 60 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-warning\/40 {
  --tw-gradient-from: rgb(251 146 60 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-warning\/5 {
  --tw-gradient-from: rgb(251 146 60 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-warning\/50 {
  --tw-gradient-from: rgb(251 146 60 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-warning\/60 {
  --tw-gradient-from: rgb(251 146 60 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-warning\/70 {
  --tw-gradient-from: rgb(251 146 60 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-warning\/75 {
  --tw-gradient-from: rgb(251 146 60 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-warning\/80 {
  --tw-gradient-from: rgb(251 146 60 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-warning\/90 {
  --tw-gradient-from: rgb(251 146 60 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-warning\/95 {
  --tw-gradient-from: rgb(251 146 60 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-warning\/state-disabled {
  --tw-gradient-from: rgb(251 146 60 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-typography-warning\/state-enabled {
  --tw-gradient-from: rgb(251 146 60 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-avatar-background {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205, 141, 239) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-avatar-background\/0 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-avatar-background\/10 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-avatar-background\/100 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-avatar-background\/20 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-avatar-background\/25 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-avatar-background\/30 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-avatar-background\/40 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-avatar-background\/5 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-avatar-background\/50 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-avatar-background\/60 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-avatar-background\/70 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-avatar-background\/75 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-avatar-background\/80 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-avatar-background\/90 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-avatar-background\/95 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-avatar-background\/state-disabled {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-avatar-background\/state-enabled {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-outline-alternate {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6, 182, 212) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-outline-alternate\/0 {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-outline-alternate\/10 {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-outline-alternate\/100 {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-outline-alternate\/20 {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-outline-alternate\/25 {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-outline-alternate\/30 {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-outline-alternate\/40 {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-outline-alternate\/5 {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-outline-alternate\/50 {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-outline-alternate\/60 {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-outline-alternate\/70 {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-outline-alternate\/75 {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-outline-alternate\/80 {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-outline-alternate\/90 {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-outline-alternate\/95 {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-outline-alternate\/state-disabled {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-outline-alternate\/state-enabled {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-outline-default {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205, 141, 239) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-outline-default\/0 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-outline-default\/10 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-outline-default\/100 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-outline-default\/20 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-outline-default\/25 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-outline-default\/30 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-outline-default\/40 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-outline-default\/5 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-outline-default\/50 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-outline-default\/60 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-outline-default\/70 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-outline-default\/75 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-outline-default\/80 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-outline-default\/90 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-outline-default\/95 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-outline-default\/state-disabled {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-outline-default\/state-enabled {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-outline-textColor {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205, 141, 239) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-outline-textColor\/0 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-outline-textColor\/10 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-outline-textColor\/100 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-outline-textColor\/20 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-outline-textColor\/25 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-outline-textColor\/30 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-outline-textColor\/40 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-outline-textColor\/5 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-outline-textColor\/50 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-outline-textColor\/60 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-outline-textColor\/70 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-outline-textColor\/75 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-outline-textColor\/80 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-outline-textColor\/90 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-outline-textColor\/95 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-outline-textColor\/state-disabled {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-outline-textColor\/state-enabled {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-solid-alternate {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6, 182, 212) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-solid-alternate\/0 {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-solid-alternate\/10 {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-solid-alternate\/100 {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-solid-alternate\/20 {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-solid-alternate\/25 {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-solid-alternate\/30 {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-solid-alternate\/40 {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-solid-alternate\/5 {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-solid-alternate\/50 {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-solid-alternate\/60 {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-solid-alternate\/70 {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-solid-alternate\/75 {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-solid-alternate\/80 {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-solid-alternate\/90 {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-solid-alternate\/95 {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-solid-alternate\/state-disabled {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-solid-alternate\/state-enabled {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-solid-default {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205, 141, 239) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-solid-default\/0 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-solid-default\/10 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-solid-default\/100 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-solid-default\/20 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-solid-default\/25 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-solid-default\/30 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-solid-default\/40 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-solid-default\/5 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-solid-default\/50 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-solid-default\/60 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-solid-default\/70 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-solid-default\/75 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-solid-default\/80 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-solid-default\/90 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-solid-default\/95 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-solid-default\/state-disabled {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-solid-default\/state-enabled {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-solid-textColor {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64, 64, 64) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-solid-textColor\/0 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-solid-textColor\/10 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-solid-textColor\/100 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-solid-textColor\/20 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-solid-textColor\/25 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-solid-textColor\/30 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-solid-textColor\/40 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-solid-textColor\/5 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-solid-textColor\/50 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-solid-textColor\/60 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-solid-textColor\/70 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-solid-textColor\/75 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-solid-textColor\/80 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-solid-textColor\/90 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-solid-textColor\/95 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-solid-textColor\/state-disabled {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-badge-solid-textColor\/state-enabled {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-divider-default {
  --tw-gradient-to: rgb(55 65 81 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(55, 65, 81) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-divider-default\/0 {
  --tw-gradient-to: rgb(55 65 81 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(55 65 81 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-divider-default\/10 {
  --tw-gradient-to: rgb(55 65 81 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(55 65 81 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-divider-default\/100 {
  --tw-gradient-to: rgb(55 65 81 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(55 65 81 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-divider-default\/20 {
  --tw-gradient-to: rgb(55 65 81 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(55 65 81 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-divider-default\/25 {
  --tw-gradient-to: rgb(55 65 81 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(55 65 81 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-divider-default\/30 {
  --tw-gradient-to: rgb(55 65 81 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(55 65 81 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-divider-default\/40 {
  --tw-gradient-to: rgb(55 65 81 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(55 65 81 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-divider-default\/5 {
  --tw-gradient-to: rgb(55 65 81 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(55 65 81 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-divider-default\/50 {
  --tw-gradient-to: rgb(55 65 81 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(55 65 81 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-divider-default\/60 {
  --tw-gradient-to: rgb(55 65 81 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(55 65 81 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-divider-default\/70 {
  --tw-gradient-to: rgb(55 65 81 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(55 65 81 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-divider-default\/75 {
  --tw-gradient-to: rgb(55 65 81 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(55 65 81 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-divider-default\/80 {
  --tw-gradient-to: rgb(55 65 81 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(55 65 81 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-divider-default\/90 {
  --tw-gradient-to: rgb(55 65 81 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(55 65 81 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-divider-default\/95 {
  --tw-gradient-to: rgb(55 65 81 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(55 65 81 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-divider-default\/state-disabled {
  --tw-gradient-to: rgb(55 65 81 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(55 65 81 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-divider-default\/state-enabled {
  --tw-gradient-to: rgb(55 65 81 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(55 65 81 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-background {
  --tw-gradient-to: rgb(23 23 23 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(23, 23, 23) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-background\/0 {
  --tw-gradient-to: rgb(23 23 23 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(23 23 23 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-background\/10 {
  --tw-gradient-to: rgb(23 23 23 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(23 23 23 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-background\/100 {
  --tw-gradient-to: rgb(23 23 23 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(23 23 23 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-background\/20 {
  --tw-gradient-to: rgb(23 23 23 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(23 23 23 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-background\/25 {
  --tw-gradient-to: rgb(23 23 23 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(23 23 23 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-background\/30 {
  --tw-gradient-to: rgb(23 23 23 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(23 23 23 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-background\/40 {
  --tw-gradient-to: rgb(23 23 23 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(23 23 23 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-background\/5 {
  --tw-gradient-to: rgb(23 23 23 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(23 23 23 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-background\/50 {
  --tw-gradient-to: rgb(23 23 23 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(23 23 23 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-background\/60 {
  --tw-gradient-to: rgb(23 23 23 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(23 23 23 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-background\/70 {
  --tw-gradient-to: rgb(23 23 23 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(23 23 23 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-background\/75 {
  --tw-gradient-to: rgb(23 23 23 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(23 23 23 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-background\/80 {
  --tw-gradient-to: rgb(23 23 23 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(23 23 23 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-background\/90 {
  --tw-gradient-to: rgb(23 23 23 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(23 23 23 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-background\/95 {
  --tw-gradient-to: rgb(23 23 23 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(23 23 23 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-background\/state-disabled {
  --tw-gradient-to: rgb(23 23 23 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(23 23 23 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-background\/state-enabled {
  --tw-gradient-to: rgb(23 23 23 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(23 23 23 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-checkbox-background {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205, 141, 239) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-checkbox-background\/0 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-checkbox-background\/10 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-checkbox-background\/100 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-checkbox-background\/20 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-checkbox-background\/25 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-checkbox-background\/30 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-checkbox-background\/40 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-checkbox-background\/5 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-checkbox-background\/50 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-checkbox-background\/60 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-checkbox-background\/70 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-checkbox-background\/75 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-checkbox-background\/80 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-checkbox-background\/90 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-checkbox-background\/95 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-checkbox-background\/state-disabled {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-checkbox-background\/state-enabled {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-checkbox-border {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205, 141, 239) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-checkbox-border\/0 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-checkbox-border\/10 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-checkbox-border\/100 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-checkbox-border\/20 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-checkbox-border\/25 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-checkbox-border\/30 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-checkbox-border\/40 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-checkbox-border\/5 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-checkbox-border\/50 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-checkbox-border\/60 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-checkbox-border\/70 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-checkbox-border\/75 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-checkbox-border\/80 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-checkbox-border\/90 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-checkbox-border\/95 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-checkbox-border\/state-disabled {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-checkbox-border\/state-enabled {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-checkbox-contrast {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64, 64, 64) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-checkbox-contrast\/0 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-checkbox-contrast\/10 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-checkbox-contrast\/100 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-checkbox-contrast\/20 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-checkbox-contrast\/25 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-checkbox-contrast\/30 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-checkbox-contrast\/40 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-checkbox-contrast\/5 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-checkbox-contrast\/50 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-checkbox-contrast\/60 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-checkbox-contrast\/70 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-checkbox-contrast\/75 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-checkbox-contrast\/80 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-checkbox-contrast\/90 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-checkbox-contrast\/95 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-checkbox-contrast\/state-disabled {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-checkbox-contrast\/state-enabled {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-bg {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17, 17, 17) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-bg\/0 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-bg\/10 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-bg\/100 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-bg\/20 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-bg\/25 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-bg\/30 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-bg\/40 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-bg\/5 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-bg\/50 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-bg\/60 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-bg\/70 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-bg\/75 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-bg\/80 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-bg\/90 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-bg\/95 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-bg\/state-disabled {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-bg\/state-enabled {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-border {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64, 64, 64) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-border\/0 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-border\/10 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-border\/100 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-border\/20 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-border\/25 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-border\/30 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-border\/40 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-border\/5 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-border\/50 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-border\/60 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-border\/70 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-border\/75 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-border\/80 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-border\/90 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-border\/95 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-border\/state-disabled {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-border\/state-enabled {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-placeholder {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-placeholder\/0 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-placeholder\/10 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-placeholder\/100 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-placeholder\/20 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-placeholder\/25 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-placeholder\/30 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-placeholder\/40 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-placeholder\/5 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-placeholder\/50 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-placeholder\/60 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-placeholder\/70 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-placeholder\/75 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-placeholder\/80 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-placeholder\/90 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-placeholder\/95 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-placeholder\/state-disabled {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-placeholder\/state-enabled {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-text {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 255, 255) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-text\/0 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-text\/10 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-text\/100 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-text\/20 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-text\/25 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-text\/30 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-text\/40 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-text\/5 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-text\/50 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-text\/60 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-text\/70 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-text\/75 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-text\/80 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-text\/90 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-text\/95 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-text\/state-disabled {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-default-text\/state-enabled {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-dropdown-background {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17, 17, 17) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-dropdown-background\/0 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-dropdown-background\/10 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-dropdown-background\/100 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-dropdown-background\/20 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-dropdown-background\/25 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-dropdown-background\/30 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-dropdown-background\/40 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-dropdown-background\/5 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-dropdown-background\/50 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-dropdown-background\/60 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-dropdown-background\/70 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-dropdown-background\/75 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-dropdown-background\/80 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-dropdown-background\/90 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-dropdown-background\/95 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-dropdown-background\/state-disabled {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-dropdown-background\/state-enabled {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-bg {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17, 17, 17) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-bg\/0 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-bg\/10 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-bg\/100 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-bg\/20 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-bg\/25 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-bg\/30 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-bg\/40 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-bg\/5 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-bg\/50 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-bg\/60 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-bg\/70 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-bg\/75 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-bg\/80 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-bg\/90 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-bg\/95 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-bg\/state-disabled {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-bg\/state-enabled {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-border {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(248, 113, 113) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-border\/0 {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(248 113 113 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-border\/10 {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(248 113 113 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-border\/100 {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(248 113 113 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-border\/20 {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(248 113 113 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-border\/25 {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(248 113 113 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-border\/30 {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(248 113 113 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-border\/40 {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(248 113 113 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-border\/5 {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(248 113 113 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-border\/50 {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(248 113 113 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-border\/60 {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(248 113 113 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-border\/70 {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(248 113 113 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-border\/75 {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(248 113 113 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-border\/80 {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(248 113 113 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-border\/90 {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(248 113 113 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-border\/95 {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(248 113 113 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-border\/state-disabled {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(248 113 113 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-border\/state-enabled {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(248 113 113 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-placeholder {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-placeholder\/0 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-placeholder\/10 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-placeholder\/100 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-placeholder\/20 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-placeholder\/25 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-placeholder\/30 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-placeholder\/40 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-placeholder\/5 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-placeholder\/50 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-placeholder\/60 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-placeholder\/70 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-placeholder\/75 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-placeholder\/80 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-placeholder\/90 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-placeholder\/95 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-placeholder\/state-disabled {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-placeholder\/state-enabled {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-text {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(248, 113, 113) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-text\/0 {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(248 113 113 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-text\/10 {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(248 113 113 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-text\/100 {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(248 113 113 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-text\/20 {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(248 113 113 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-text\/25 {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(248 113 113 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-text\/30 {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(248 113 113 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-text\/40 {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(248 113 113 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-text\/5 {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(248 113 113 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-text\/50 {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(248 113 113 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-text\/60 {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(248 113 113 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-text\/70 {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(248 113 113 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-text\/75 {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(248 113 113 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-text\/80 {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(248 113 113 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-text\/90 {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(248 113 113 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-text\/95 {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(248 113 113 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-text\/state-disabled {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(248 113 113 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-error-text\/state-enabled {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(248 113 113 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-bg {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17, 17, 17) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-bg\/0 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-bg\/10 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-bg\/100 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-bg\/20 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-bg\/25 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-bg\/30 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-bg\/40 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-bg\/5 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-bg\/50 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-bg\/60 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-bg\/70 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-bg\/75 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-bg\/80 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-bg\/90 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-bg\/95 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-bg\/state-disabled {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-bg\/state-enabled {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-border {
  --tw-gradient-to: rgb(98 98 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(98, 98, 98) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-border\/0 {
  --tw-gradient-to: rgb(98 98 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(98 98 98 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-border\/10 {
  --tw-gradient-to: rgb(98 98 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(98 98 98 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-border\/100 {
  --tw-gradient-to: rgb(98 98 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(98 98 98 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-border\/20 {
  --tw-gradient-to: rgb(98 98 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(98 98 98 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-border\/25 {
  --tw-gradient-to: rgb(98 98 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(98 98 98 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-border\/30 {
  --tw-gradient-to: rgb(98 98 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(98 98 98 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-border\/40 {
  --tw-gradient-to: rgb(98 98 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(98 98 98 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-border\/5 {
  --tw-gradient-to: rgb(98 98 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(98 98 98 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-border\/50 {
  --tw-gradient-to: rgb(98 98 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(98 98 98 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-border\/60 {
  --tw-gradient-to: rgb(98 98 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(98 98 98 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-border\/70 {
  --tw-gradient-to: rgb(98 98 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(98 98 98 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-border\/75 {
  --tw-gradient-to: rgb(98 98 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(98 98 98 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-border\/80 {
  --tw-gradient-to: rgb(98 98 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(98 98 98 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-border\/90 {
  --tw-gradient-to: rgb(98 98 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(98 98 98 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-border\/95 {
  --tw-gradient-to: rgb(98 98 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(98 98 98 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-border\/state-disabled {
  --tw-gradient-to: rgb(98 98 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(98 98 98 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-border\/state-enabled {
  --tw-gradient-to: rgb(98 98 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(98 98 98 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-placeholder {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-placeholder\/0 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-placeholder\/10 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-placeholder\/100 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-placeholder\/20 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-placeholder\/25 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-placeholder\/30 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-placeholder\/40 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-placeholder\/5 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-placeholder\/50 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-placeholder\/60 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-placeholder\/70 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-placeholder\/75 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-placeholder\/80 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-placeholder\/90 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-placeholder\/95 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-placeholder\/state-disabled {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-placeholder\/state-enabled {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-text {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 255, 255) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-text\/0 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-text\/10 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-text\/100 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-text\/20 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-text\/25 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-text\/30 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-text\/40 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-text\/5 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-text\/50 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-text\/60 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-text\/70 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-text\/75 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-text\/80 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-text\/90 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-text\/95 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-text\/state-disabled {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-focused-text\/state-enabled {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-placeholder {
  --tw-gradient-to: rgb(97 97 97 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #616161 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-placeholder\/0 {
  --tw-gradient-to: rgb(97 97 97 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 97 97 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-placeholder\/10 {
  --tw-gradient-to: rgb(97 97 97 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 97 97 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-placeholder\/100 {
  --tw-gradient-to: rgb(97 97 97 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 97 97 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-placeholder\/20 {
  --tw-gradient-to: rgb(97 97 97 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 97 97 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-placeholder\/25 {
  --tw-gradient-to: rgb(97 97 97 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 97 97 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-placeholder\/30 {
  --tw-gradient-to: rgb(97 97 97 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 97 97 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-placeholder\/40 {
  --tw-gradient-to: rgb(97 97 97 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 97 97 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-placeholder\/5 {
  --tw-gradient-to: rgb(97 97 97 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 97 97 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-placeholder\/50 {
  --tw-gradient-to: rgb(97 97 97 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 97 97 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-placeholder\/60 {
  --tw-gradient-to: rgb(97 97 97 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 97 97 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-placeholder\/70 {
  --tw-gradient-to: rgb(97 97 97 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 97 97 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-placeholder\/75 {
  --tw-gradient-to: rgb(97 97 97 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 97 97 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-placeholder\/80 {
  --tw-gradient-to: rgb(97 97 97 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 97 97 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-placeholder\/90 {
  --tw-gradient-to: rgb(97 97 97 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 97 97 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-placeholder\/95 {
  --tw-gradient-to: rgb(97 97 97 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 97 97 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-placeholder\/state-disabled {
  --tw-gradient-to: rgb(97 97 97 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 97 97 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-placeholder\/state-enabled {
  --tw-gradient-to: rgb(97 97 97 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 97 97 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-radio-background {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17, 17, 17) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-radio-background\/0 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-radio-background\/10 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-radio-background\/100 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-radio-background\/20 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-radio-background\/25 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-radio-background\/30 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-radio-background\/40 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-radio-background\/5 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-radio-background\/50 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-radio-background\/60 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-radio-background\/70 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-radio-background\/75 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-radio-background\/80 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-radio-background\/90 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-radio-background\/95 {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-radio-background\/state-disabled {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-radio-background\/state-enabled {
  --tw-gradient-to: rgb(17 17 17 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 17 17 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-radio-border {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205, 141, 239) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-radio-border\/0 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-radio-border\/10 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-radio-border\/100 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-radio-border\/20 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-radio-border\/25 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-radio-border\/30 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-radio-border\/40 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-radio-border\/5 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-radio-border\/50 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-radio-border\/60 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-radio-border\/70 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-radio-border\/75 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-radio-border\/80 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-radio-border\/90 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-radio-border\/95 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-radio-border\/state-disabled {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-radio-border\/state-enabled {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-radio-contrast {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 255, 255) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-radio-contrast\/0 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-radio-contrast\/10 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-radio-contrast\/100 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-radio-contrast\/20 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-radio-contrast\/25 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-radio-contrast\/30 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-radio-contrast\/40 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-radio-contrast\/5 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-radio-contrast\/50 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-radio-contrast\/60 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-radio-contrast\/70 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-radio-contrast\/75 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-radio-contrast\/80 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-radio-contrast\/90 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-radio-contrast\/95 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-radio-contrast\/state-disabled {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-radio-contrast\/state-enabled {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-switch-backgroundOff {
  --tw-gradient-to: rgb(156 163 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(156, 163, 175) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-switch-backgroundOff\/0 {
  --tw-gradient-to: rgb(156 163 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-switch-backgroundOff\/10 {
  --tw-gradient-to: rgb(156 163 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-switch-backgroundOff\/100 {
  --tw-gradient-to: rgb(156 163 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-switch-backgroundOff\/20 {
  --tw-gradient-to: rgb(156 163 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-switch-backgroundOff\/25 {
  --tw-gradient-to: rgb(156 163 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-switch-backgroundOff\/30 {
  --tw-gradient-to: rgb(156 163 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-switch-backgroundOff\/40 {
  --tw-gradient-to: rgb(156 163 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-switch-backgroundOff\/5 {
  --tw-gradient-to: rgb(156 163 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-switch-backgroundOff\/50 {
  --tw-gradient-to: rgb(156 163 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-switch-backgroundOff\/60 {
  --tw-gradient-to: rgb(156 163 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-switch-backgroundOff\/70 {
  --tw-gradient-to: rgb(156 163 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-switch-backgroundOff\/75 {
  --tw-gradient-to: rgb(156 163 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-switch-backgroundOff\/80 {
  --tw-gradient-to: rgb(156 163 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-switch-backgroundOff\/90 {
  --tw-gradient-to: rgb(156 163 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-switch-backgroundOff\/95 {
  --tw-gradient-to: rgb(156 163 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-switch-backgroundOff\/state-disabled {
  --tw-gradient-to: rgb(156 163 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-switch-backgroundOff\/state-enabled {
  --tw-gradient-to: rgb(156 163 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-switch-backgroundOn {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205, 141, 239) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-switch-backgroundOn\/0 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-switch-backgroundOn\/10 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-switch-backgroundOn\/100 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-switch-backgroundOn\/20 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-switch-backgroundOn\/25 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-switch-backgroundOn\/30 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-switch-backgroundOn\/40 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-switch-backgroundOn\/5 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-switch-backgroundOn\/50 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-switch-backgroundOn\/60 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-switch-backgroundOn\/70 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-switch-backgroundOn\/75 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-switch-backgroundOn\/80 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-switch-backgroundOn\/90 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-switch-backgroundOn\/95 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-switch-backgroundOn\/state-disabled {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-switch-backgroundOn\/state-enabled {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-switch-contrast {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64, 64, 64) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-switch-contrast\/0 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-switch-contrast\/10 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-switch-contrast\/100 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-switch-contrast\/20 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-switch-contrast\/25 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-switch-contrast\/30 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-switch-contrast\/40 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-switch-contrast\/5 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-switch-contrast\/50 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-switch-contrast\/60 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-switch-contrast\/70 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-switch-contrast\/75 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-switch-contrast\/80 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-switch-contrast\/90 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-switch-contrast\/95 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-switch-contrast\/state-disabled {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-switch-contrast\/state-enabled {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-text {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #FFFFFF var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-text\/0 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-text\/10 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-text\/100 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-text\/20 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-text\/25 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-text\/30 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-text\/40 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-text\/5 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-text\/50 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-text\/60 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-text\/70 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-text\/75 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-text\/80 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-text\/90 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-text\/95 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-text\/state-disabled {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-input-text\/state-enabled {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-loader-default {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205, 141, 239) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-loader-default\/0 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-loader-default\/10 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-loader-default\/100 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-loader-default\/20 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-loader-default\/25 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-loader-default\/30 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-loader-default\/40 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-loader-default\/5 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-loader-default\/50 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-loader-default\/60 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-loader-default\/70 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-loader-default\/75 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-loader-default\/80 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-loader-default\/90 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-loader-default\/95 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-loader-default\/state-disabled {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-loader-default\/state-enabled {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-alternate {
  --tw-gradient-to: rgb(29 29 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(29, 29, 29) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-alternate\/0 {
  --tw-gradient-to: rgb(29 29 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(29 29 29 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-alternate\/10 {
  --tw-gradient-to: rgb(29 29 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(29 29 29 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-alternate\/100 {
  --tw-gradient-to: rgb(29 29 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(29 29 29 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-alternate\/20 {
  --tw-gradient-to: rgb(29 29 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(29 29 29 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-alternate\/25 {
  --tw-gradient-to: rgb(29 29 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(29 29 29 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-alternate\/30 {
  --tw-gradient-to: rgb(29 29 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(29 29 29 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-alternate\/40 {
  --tw-gradient-to: rgb(29 29 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(29 29 29 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-alternate\/5 {
  --tw-gradient-to: rgb(29 29 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(29 29 29 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-alternate\/50 {
  --tw-gradient-to: rgb(29 29 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(29 29 29 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-alternate\/60 {
  --tw-gradient-to: rgb(29 29 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(29 29 29 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-alternate\/70 {
  --tw-gradient-to: rgb(29 29 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(29 29 29 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-alternate\/75 {
  --tw-gradient-to: rgb(29 29 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(29 29 29 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-alternate\/80 {
  --tw-gradient-to: rgb(29 29 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(29 29 29 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-alternate\/90 {
  --tw-gradient-to: rgb(29 29 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(29 29 29 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-alternate\/95 {
  --tw-gradient-to: rgb(29 29 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(29 29 29 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-alternate\/state-disabled {
  --tw-gradient-to: rgb(29 29 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(29 29 29 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-alternate\/state-enabled {
  --tw-gradient-to: rgb(29 29 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(29 29 29 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-base {
  --tw-gradient-to: rgb(16 16 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16, 16, 16) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-base\/0 {
  --tw-gradient-to: rgb(16 16 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 16 16 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-base\/10 {
  --tw-gradient-to: rgb(16 16 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 16 16 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-base\/100 {
  --tw-gradient-to: rgb(16 16 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 16 16 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-base\/20 {
  --tw-gradient-to: rgb(16 16 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 16 16 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-base\/25 {
  --tw-gradient-to: rgb(16 16 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 16 16 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-base\/30 {
  --tw-gradient-to: rgb(16 16 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 16 16 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-base\/40 {
  --tw-gradient-to: rgb(16 16 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 16 16 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-base\/5 {
  --tw-gradient-to: rgb(16 16 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 16 16 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-base\/50 {
  --tw-gradient-to: rgb(16 16 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 16 16 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-base\/60 {
  --tw-gradient-to: rgb(16 16 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 16 16 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-base\/70 {
  --tw-gradient-to: rgb(16 16 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 16 16 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-base\/75 {
  --tw-gradient-to: rgb(16 16 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 16 16 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-base\/80 {
  --tw-gradient-to: rgb(16 16 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 16 16 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-base\/90 {
  --tw-gradient-to: rgb(16 16 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 16 16 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-base\/95 {
  --tw-gradient-to: rgb(16 16 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 16 16 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-base\/state-disabled {
  --tw-gradient-to: rgb(16 16 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 16 16 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-base\/state-enabled {
  --tw-gradient-to: rgb(16 16 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(16 16 16 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-border {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-border\/0 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-border\/10 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-border\/100 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-border\/20 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-border\/25 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-border\/30 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-border\/40 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-border\/5 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-border\/50 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-border\/60 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-border\/70 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-border\/75 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-border\/80 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-border\/90 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-border\/95 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-border\/state-disabled {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-border\/state-enabled {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-default {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-default\/0 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-default\/10 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-default\/100 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-default\/20 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-default\/25 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-default\/30 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-default\/40 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-default\/5 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-default\/50 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-default\/60 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-default\/70 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-default\/75 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-default\/80 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-default\/90 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-default\/95 {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-default\/state-disabled {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-default\/state-enabled {
  --tw-gradient-to: rgba(255, 255, 255, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(255, 255, 255, 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-shadow {
  --tw-gradient-to: rgba(0, 0, 0, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-shadow\/0 {
  --tw-gradient-to: rgba(0, 0, 0, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-shadow\/10 {
  --tw-gradient-to: rgba(0, 0, 0, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-shadow\/100 {
  --tw-gradient-to: rgba(0, 0, 0, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-shadow\/20 {
  --tw-gradient-to: rgba(0, 0, 0, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-shadow\/25 {
  --tw-gradient-to: rgba(0, 0, 0, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-shadow\/30 {
  --tw-gradient-to: rgba(0, 0, 0, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-shadow\/40 {
  --tw-gradient-to: rgba(0, 0, 0, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-shadow\/5 {
  --tw-gradient-to: rgba(0, 0, 0, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-shadow\/50 {
  --tw-gradient-to: rgba(0, 0, 0, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-shadow\/60 {
  --tw-gradient-to: rgba(0, 0, 0, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-shadow\/70 {
  --tw-gradient-to: rgba(0, 0, 0, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-shadow\/75 {
  --tw-gradient-to: rgba(0, 0, 0, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-shadow\/80 {
  --tw-gradient-to: rgba(0, 0, 0, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-shadow\/90 {
  --tw-gradient-to: rgba(0, 0, 0, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-shadow\/95 {
  --tw-gradient-to: rgba(0, 0, 0, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-shadow\/state-disabled {
  --tw-gradient-to: rgba(0, 0, 0, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-panel-shadow\/state-enabled {
  --tw-gradient-to: rgba(0, 0, 0, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgba(0, 0, 0, 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-accent {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205, 141, 239) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-accent\/0 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-accent\/10 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-accent\/100 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-accent\/20 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-accent\/25 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-accent\/30 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-accent\/40 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-accent\/5 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-accent\/50 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-accent\/60 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-accent\/70 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-accent\/75 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-accent\/80 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-accent\/90 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-accent\/95 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-accent\/state-disabled {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-accent\/state-enabled {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-alternate {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6, 182, 212) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-alternate\/0 {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-alternate\/10 {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-alternate\/100 {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-alternate\/20 {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-alternate\/25 {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-alternate\/30 {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-alternate\/40 {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-alternate\/5 {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-alternate\/50 {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-alternate\/60 {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-alternate\/70 {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-alternate\/75 {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-alternate\/80 {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-alternate\/90 {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-alternate\/95 {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-alternate\/state-disabled {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-alternate\/state-enabled {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(6 182 212 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-default {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255, 255, 255) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-default\/0 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-default\/10 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-default\/100 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-default\/20 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-default\/25 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-default\/30 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-default\/40 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-default\/5 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-default\/50 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-default\/60 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-default\/70 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-default\/75 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-default\/80 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-default\/90 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-default\/95 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-default\/state-disabled {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-default\/state-enabled {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-error {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(248, 113, 113) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-error\/0 {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(248 113 113 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-error\/10 {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(248 113 113 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-error\/100 {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(248 113 113 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-error\/20 {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(248 113 113 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-error\/25 {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(248 113 113 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-error\/30 {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(248 113 113 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-error\/40 {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(248 113 113 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-error\/5 {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(248 113 113 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-error\/50 {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(248 113 113 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-error\/60 {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(248 113 113 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-error\/70 {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(248 113 113 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-error\/75 {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(248 113 113 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-error\/80 {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(248 113 113 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-error\/90 {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(248 113 113 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-error\/95 {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(248 113 113 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-error\/state-disabled {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(248 113 113 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-error\/state-enabled {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(248 113 113 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-info {
  --tw-gradient-to: rgb(96 165 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96, 165, 250) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-info\/0 {
  --tw-gradient-to: rgb(96 165 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 165 250 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-info\/10 {
  --tw-gradient-to: rgb(96 165 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 165 250 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-info\/100 {
  --tw-gradient-to: rgb(96 165 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 165 250 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-info\/20 {
  --tw-gradient-to: rgb(96 165 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 165 250 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-info\/25 {
  --tw-gradient-to: rgb(96 165 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 165 250 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-info\/30 {
  --tw-gradient-to: rgb(96 165 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 165 250 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-info\/40 {
  --tw-gradient-to: rgb(96 165 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 165 250 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-info\/5 {
  --tw-gradient-to: rgb(96 165 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 165 250 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-info\/50 {
  --tw-gradient-to: rgb(96 165 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 165 250 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-info\/60 {
  --tw-gradient-to: rgb(96 165 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 165 250 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-info\/70 {
  --tw-gradient-to: rgb(96 165 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 165 250 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-info\/75 {
  --tw-gradient-to: rgb(96 165 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 165 250 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-info\/80 {
  --tw-gradient-to: rgb(96 165 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 165 250 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-info\/90 {
  --tw-gradient-to: rgb(96 165 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 165 250 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-info\/95 {
  --tw-gradient-to: rgb(96 165 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 165 250 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-info\/state-disabled {
  --tw-gradient-to: rgb(96 165 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 165 250 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-info\/state-enabled {
  --tw-gradient-to: rgb(96 165 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 165 250 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-link-default {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205, 141, 239) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-link-default\/0 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-link-default\/10 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-link-default\/100 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-link-default\/20 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-link-default\/25 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-link-default\/30 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-link-default\/40 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-link-default\/5 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-link-default\/50 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-link-default\/60 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-link-default\/70 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-link-default\/75 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-link-default\/80 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-link-default\/90 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-link-default\/95 {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-link-default\/state-disabled {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-link-default\/state-enabled {
  --tw-gradient-to: rgb(205 141 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(205 141 239 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-link-hover {
  --tw-gradient-to: rgb(215 164 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215, 164, 242) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-link-hover\/0 {
  --tw-gradient-to: rgb(215 164 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 164 242 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-link-hover\/10 {
  --tw-gradient-to: rgb(215 164 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 164 242 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-link-hover\/100 {
  --tw-gradient-to: rgb(215 164 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 164 242 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-link-hover\/20 {
  --tw-gradient-to: rgb(215 164 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 164 242 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-link-hover\/25 {
  --tw-gradient-to: rgb(215 164 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 164 242 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-link-hover\/30 {
  --tw-gradient-to: rgb(215 164 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 164 242 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-link-hover\/40 {
  --tw-gradient-to: rgb(215 164 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 164 242 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-link-hover\/5 {
  --tw-gradient-to: rgb(215 164 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 164 242 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-link-hover\/50 {
  --tw-gradient-to: rgb(215 164 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 164 242 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-link-hover\/60 {
  --tw-gradient-to: rgb(215 164 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 164 242 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-link-hover\/70 {
  --tw-gradient-to: rgb(215 164 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 164 242 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-link-hover\/75 {
  --tw-gradient-to: rgb(215 164 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 164 242 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-link-hover\/80 {
  --tw-gradient-to: rgb(215 164 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 164 242 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-link-hover\/90 {
  --tw-gradient-to: rgb(215 164 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 164 242 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-link-hover\/95 {
  --tw-gradient-to: rgb(215 164 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 164 242 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-link-hover\/state-disabled {
  --tw-gradient-to: rgb(215 164 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 164 242 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-link-hover\/state-enabled {
  --tw-gradient-to: rgb(215 164 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 164 242 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-muted {
  --tw-gradient-to: rgb(156 163 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(156, 163, 175) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-muted\/0 {
  --tw-gradient-to: rgb(156 163 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-muted\/10 {
  --tw-gradient-to: rgb(156 163 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-muted\/100 {
  --tw-gradient-to: rgb(156 163 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-muted\/20 {
  --tw-gradient-to: rgb(156 163 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-muted\/25 {
  --tw-gradient-to: rgb(156 163 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-muted\/30 {
  --tw-gradient-to: rgb(156 163 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-muted\/40 {
  --tw-gradient-to: rgb(156 163 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-muted\/5 {
  --tw-gradient-to: rgb(156 163 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-muted\/50 {
  --tw-gradient-to: rgb(156 163 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-muted\/60 {
  --tw-gradient-to: rgb(156 163 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-muted\/70 {
  --tw-gradient-to: rgb(156 163 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-muted\/75 {
  --tw-gradient-to: rgb(156 163 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-muted\/80 {
  --tw-gradient-to: rgb(156 163 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-muted\/90 {
  --tw-gradient-to: rgb(156 163 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-muted\/95 {
  --tw-gradient-to: rgb(156 163 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-muted\/state-disabled {
  --tw-gradient-to: rgb(156 163 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-muted\/state-enabled {
  --tw-gradient-to: rgb(156 163 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(156 163 175 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-on-accent {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64, 64, 64) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-on-accent\/0 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-on-accent\/10 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-on-accent\/100 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-on-accent\/20 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-on-accent\/25 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-on-accent\/30 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-on-accent\/40 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-on-accent\/5 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-on-accent\/50 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-on-accent\/60 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-on-accent\/70 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-on-accent\/75 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-on-accent\/80 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-on-accent\/90 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-on-accent\/95 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-on-accent\/state-disabled {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-on-accent\/state-enabled {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(64 64 64 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-subtle {
  --tw-gradient-to: rgb(229 231 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(229, 231, 235) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-subtle\/0 {
  --tw-gradient-to: rgb(229 231 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(229 231 235 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-subtle\/10 {
  --tw-gradient-to: rgb(229 231 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(229 231 235 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-subtle\/100 {
  --tw-gradient-to: rgb(229 231 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(229 231 235 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-subtle\/20 {
  --tw-gradient-to: rgb(229 231 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(229 231 235 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-subtle\/25 {
  --tw-gradient-to: rgb(229 231 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(229 231 235 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-subtle\/30 {
  --tw-gradient-to: rgb(229 231 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(229 231 235 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-subtle\/40 {
  --tw-gradient-to: rgb(229 231 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(229 231 235 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-subtle\/5 {
  --tw-gradient-to: rgb(229 231 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(229 231 235 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-subtle\/50 {
  --tw-gradient-to: rgb(229 231 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(229 231 235 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-subtle\/60 {
  --tw-gradient-to: rgb(229 231 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(229 231 235 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-subtle\/70 {
  --tw-gradient-to: rgb(229 231 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(229 231 235 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-subtle\/75 {
  --tw-gradient-to: rgb(229 231 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(229 231 235 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-subtle\/80 {
  --tw-gradient-to: rgb(229 231 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(229 231 235 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-subtle\/90 {
  --tw-gradient-to: rgb(229 231 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(229 231 235 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-subtle\/95 {
  --tw-gradient-to: rgb(229 231 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(229 231 235 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-subtle\/state-disabled {
  --tw-gradient-to: rgb(229 231 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(229 231 235 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-subtle\/state-enabled {
  --tw-gradient-to: rgb(229 231 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(229 231 235 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-success {
  --tw-gradient-to: rgb(74 222 128 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74, 222, 128) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-success\/0 {
  --tw-gradient-to: rgb(74 222 128 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 222 128 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-success\/10 {
  --tw-gradient-to: rgb(74 222 128 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 222 128 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-success\/100 {
  --tw-gradient-to: rgb(74 222 128 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 222 128 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-success\/20 {
  --tw-gradient-to: rgb(74 222 128 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 222 128 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-success\/25 {
  --tw-gradient-to: rgb(74 222 128 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 222 128 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-success\/30 {
  --tw-gradient-to: rgb(74 222 128 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 222 128 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-success\/40 {
  --tw-gradient-to: rgb(74 222 128 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 222 128 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-success\/5 {
  --tw-gradient-to: rgb(74 222 128 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 222 128 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-success\/50 {
  --tw-gradient-to: rgb(74 222 128 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 222 128 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-success\/60 {
  --tw-gradient-to: rgb(74 222 128 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 222 128 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-success\/70 {
  --tw-gradient-to: rgb(74 222 128 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 222 128 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-success\/75 {
  --tw-gradient-to: rgb(74 222 128 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 222 128 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-success\/80 {
  --tw-gradient-to: rgb(74 222 128 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 222 128 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-success\/90 {
  --tw-gradient-to: rgb(74 222 128 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 222 128 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-success\/95 {
  --tw-gradient-to: rgb(74 222 128 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 222 128 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-success\/state-disabled {
  --tw-gradient-to: rgb(74 222 128 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 222 128 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-success\/state-enabled {
  --tw-gradient-to: rgb(74 222 128 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 222 128 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-warning {
  --tw-gradient-to: rgb(251 146 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251, 146, 60) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-warning\/0 {
  --tw-gradient-to: rgb(251 146 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 146 60 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-warning\/10 {
  --tw-gradient-to: rgb(251 146 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 146 60 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-warning\/100 {
  --tw-gradient-to: rgb(251 146 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 146 60 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-warning\/20 {
  --tw-gradient-to: rgb(251 146 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 146 60 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-warning\/25 {
  --tw-gradient-to: rgb(251 146 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 146 60 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-warning\/30 {
  --tw-gradient-to: rgb(251 146 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 146 60 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-warning\/40 {
  --tw-gradient-to: rgb(251 146 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 146 60 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-warning\/5 {
  --tw-gradient-to: rgb(251 146 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 146 60 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-warning\/50 {
  --tw-gradient-to: rgb(251 146 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 146 60 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-warning\/60 {
  --tw-gradient-to: rgb(251 146 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 146 60 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-warning\/70 {
  --tw-gradient-to: rgb(251 146 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 146 60 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-warning\/75 {
  --tw-gradient-to: rgb(251 146 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 146 60 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-warning\/80 {
  --tw-gradient-to: rgb(251 146 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 146 60 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-warning\/90 {
  --tw-gradient-to: rgb(251 146 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 146 60 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-warning\/95 {
  --tw-gradient-to: rgb(251 146 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 146 60 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-warning\/state-disabled {
  --tw-gradient-to: rgb(251 146 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 146 60 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-typography-warning\/state-enabled {
  --tw-gradient-to: rgb(251 146 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 146 60 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-avatar-background {
  --tw-gradient-to: rgb(205, 141, 239) var(--tw-gradient-to-position);
}
.to-avatar-background\/0 {
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
}
.to-avatar-background\/10 {
  --tw-gradient-to: rgb(205 141 239 / 0.1) var(--tw-gradient-to-position);
}
.to-avatar-background\/100 {
  --tw-gradient-to: rgb(205 141 239 / 1) var(--tw-gradient-to-position);
}
.to-avatar-background\/20 {
  --tw-gradient-to: rgb(205 141 239 / 0.2) var(--tw-gradient-to-position);
}
.to-avatar-background\/25 {
  --tw-gradient-to: rgb(205 141 239 / 0.25) var(--tw-gradient-to-position);
}
.to-avatar-background\/30 {
  --tw-gradient-to: rgb(205 141 239 / 0.3) var(--tw-gradient-to-position);
}
.to-avatar-background\/40 {
  --tw-gradient-to: rgb(205 141 239 / 0.4) var(--tw-gradient-to-position);
}
.to-avatar-background\/5 {
  --tw-gradient-to: rgb(205 141 239 / 0.05) var(--tw-gradient-to-position);
}
.to-avatar-background\/50 {
  --tw-gradient-to: rgb(205 141 239 / 0.5) var(--tw-gradient-to-position);
}
.to-avatar-background\/60 {
  --tw-gradient-to: rgb(205 141 239 / 0.6) var(--tw-gradient-to-position);
}
.to-avatar-background\/70 {
  --tw-gradient-to: rgb(205 141 239 / 0.7) var(--tw-gradient-to-position);
}
.to-avatar-background\/75 {
  --tw-gradient-to: rgb(205 141 239 / 0.75) var(--tw-gradient-to-position);
}
.to-avatar-background\/80 {
  --tw-gradient-to: rgb(205 141 239 / 0.8) var(--tw-gradient-to-position);
}
.to-avatar-background\/90 {
  --tw-gradient-to: rgb(205 141 239 / 0.9) var(--tw-gradient-to-position);
}
.to-avatar-background\/95 {
  --tw-gradient-to: rgb(205 141 239 / 0.95) var(--tw-gradient-to-position);
}
.to-avatar-background\/state-disabled {
  --tw-gradient-to: rgb(205 141 239 / 0.5) var(--tw-gradient-to-position);
}
.to-avatar-background\/state-enabled {
  --tw-gradient-to: rgb(205 141 239 / 1) var(--tw-gradient-to-position);
}
.to-background-canvas\/100 {
  --tw-gradient-to: rgb(0 0 0 / 1) var(--tw-gradient-to-position);
}
.to-badge-outline-alternate {
  --tw-gradient-to: rgb(6, 182, 212) var(--tw-gradient-to-position);
}
.to-badge-outline-alternate\/0 {
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
}
.to-badge-outline-alternate\/10 {
  --tw-gradient-to: rgb(6 182 212 / 0.1) var(--tw-gradient-to-position);
}
.to-badge-outline-alternate\/100 {
  --tw-gradient-to: rgb(6 182 212 / 1) var(--tw-gradient-to-position);
}
.to-badge-outline-alternate\/20 {
  --tw-gradient-to: rgb(6 182 212 / 0.2) var(--tw-gradient-to-position);
}
.to-badge-outline-alternate\/25 {
  --tw-gradient-to: rgb(6 182 212 / 0.25) var(--tw-gradient-to-position);
}
.to-badge-outline-alternate\/30 {
  --tw-gradient-to: rgb(6 182 212 / 0.3) var(--tw-gradient-to-position);
}
.to-badge-outline-alternate\/40 {
  --tw-gradient-to: rgb(6 182 212 / 0.4) var(--tw-gradient-to-position);
}
.to-badge-outline-alternate\/5 {
  --tw-gradient-to: rgb(6 182 212 / 0.05) var(--tw-gradient-to-position);
}
.to-badge-outline-alternate\/50 {
  --tw-gradient-to: rgb(6 182 212 / 0.5) var(--tw-gradient-to-position);
}
.to-badge-outline-alternate\/60 {
  --tw-gradient-to: rgb(6 182 212 / 0.6) var(--tw-gradient-to-position);
}
.to-badge-outline-alternate\/70 {
  --tw-gradient-to: rgb(6 182 212 / 0.7) var(--tw-gradient-to-position);
}
.to-badge-outline-alternate\/75 {
  --tw-gradient-to: rgb(6 182 212 / 0.75) var(--tw-gradient-to-position);
}
.to-badge-outline-alternate\/80 {
  --tw-gradient-to: rgb(6 182 212 / 0.8) var(--tw-gradient-to-position);
}
.to-badge-outline-alternate\/90 {
  --tw-gradient-to: rgb(6 182 212 / 0.9) var(--tw-gradient-to-position);
}
.to-badge-outline-alternate\/95 {
  --tw-gradient-to: rgb(6 182 212 / 0.95) var(--tw-gradient-to-position);
}
.to-badge-outline-alternate\/state-disabled {
  --tw-gradient-to: rgb(6 182 212 / 0.5) var(--tw-gradient-to-position);
}
.to-badge-outline-alternate\/state-enabled {
  --tw-gradient-to: rgb(6 182 212 / 1) var(--tw-gradient-to-position);
}
.to-badge-outline-default {
  --tw-gradient-to: rgb(205, 141, 239) var(--tw-gradient-to-position);
}
.to-badge-outline-default\/0 {
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
}
.to-badge-outline-default\/10 {
  --tw-gradient-to: rgb(205 141 239 / 0.1) var(--tw-gradient-to-position);
}
.to-badge-outline-default\/100 {
  --tw-gradient-to: rgb(205 141 239 / 1) var(--tw-gradient-to-position);
}
.to-badge-outline-default\/20 {
  --tw-gradient-to: rgb(205 141 239 / 0.2) var(--tw-gradient-to-position);
}
.to-badge-outline-default\/25 {
  --tw-gradient-to: rgb(205 141 239 / 0.25) var(--tw-gradient-to-position);
}
.to-badge-outline-default\/30 {
  --tw-gradient-to: rgb(205 141 239 / 0.3) var(--tw-gradient-to-position);
}
.to-badge-outline-default\/40 {
  --tw-gradient-to: rgb(205 141 239 / 0.4) var(--tw-gradient-to-position);
}
.to-badge-outline-default\/5 {
  --tw-gradient-to: rgb(205 141 239 / 0.05) var(--tw-gradient-to-position);
}
.to-badge-outline-default\/50 {
  --tw-gradient-to: rgb(205 141 239 / 0.5) var(--tw-gradient-to-position);
}
.to-badge-outline-default\/60 {
  --tw-gradient-to: rgb(205 141 239 / 0.6) var(--tw-gradient-to-position);
}
.to-badge-outline-default\/70 {
  --tw-gradient-to: rgb(205 141 239 / 0.7) var(--tw-gradient-to-position);
}
.to-badge-outline-default\/75 {
  --tw-gradient-to: rgb(205 141 239 / 0.75) var(--tw-gradient-to-position);
}
.to-badge-outline-default\/80 {
  --tw-gradient-to: rgb(205 141 239 / 0.8) var(--tw-gradient-to-position);
}
.to-badge-outline-default\/90 {
  --tw-gradient-to: rgb(205 141 239 / 0.9) var(--tw-gradient-to-position);
}
.to-badge-outline-default\/95 {
  --tw-gradient-to: rgb(205 141 239 / 0.95) var(--tw-gradient-to-position);
}
.to-badge-outline-default\/state-disabled {
  --tw-gradient-to: rgb(205 141 239 / 0.5) var(--tw-gradient-to-position);
}
.to-badge-outline-default\/state-enabled {
  --tw-gradient-to: rgb(205 141 239 / 1) var(--tw-gradient-to-position);
}
.to-badge-outline-textColor {
  --tw-gradient-to: rgb(205, 141, 239) var(--tw-gradient-to-position);
}
.to-badge-outline-textColor\/0 {
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
}
.to-badge-outline-textColor\/10 {
  --tw-gradient-to: rgb(205 141 239 / 0.1) var(--tw-gradient-to-position);
}
.to-badge-outline-textColor\/100 {
  --tw-gradient-to: rgb(205 141 239 / 1) var(--tw-gradient-to-position);
}
.to-badge-outline-textColor\/20 {
  --tw-gradient-to: rgb(205 141 239 / 0.2) var(--tw-gradient-to-position);
}
.to-badge-outline-textColor\/25 {
  --tw-gradient-to: rgb(205 141 239 / 0.25) var(--tw-gradient-to-position);
}
.to-badge-outline-textColor\/30 {
  --tw-gradient-to: rgb(205 141 239 / 0.3) var(--tw-gradient-to-position);
}
.to-badge-outline-textColor\/40 {
  --tw-gradient-to: rgb(205 141 239 / 0.4) var(--tw-gradient-to-position);
}
.to-badge-outline-textColor\/5 {
  --tw-gradient-to: rgb(205 141 239 / 0.05) var(--tw-gradient-to-position);
}
.to-badge-outline-textColor\/50 {
  --tw-gradient-to: rgb(205 141 239 / 0.5) var(--tw-gradient-to-position);
}
.to-badge-outline-textColor\/60 {
  --tw-gradient-to: rgb(205 141 239 / 0.6) var(--tw-gradient-to-position);
}
.to-badge-outline-textColor\/70 {
  --tw-gradient-to: rgb(205 141 239 / 0.7) var(--tw-gradient-to-position);
}
.to-badge-outline-textColor\/75 {
  --tw-gradient-to: rgb(205 141 239 / 0.75) var(--tw-gradient-to-position);
}
.to-badge-outline-textColor\/80 {
  --tw-gradient-to: rgb(205 141 239 / 0.8) var(--tw-gradient-to-position);
}
.to-badge-outline-textColor\/90 {
  --tw-gradient-to: rgb(205 141 239 / 0.9) var(--tw-gradient-to-position);
}
.to-badge-outline-textColor\/95 {
  --tw-gradient-to: rgb(205 141 239 / 0.95) var(--tw-gradient-to-position);
}
.to-badge-outline-textColor\/state-disabled {
  --tw-gradient-to: rgb(205 141 239 / 0.5) var(--tw-gradient-to-position);
}
.to-badge-outline-textColor\/state-enabled {
  --tw-gradient-to: rgb(205 141 239 / 1) var(--tw-gradient-to-position);
}
.to-badge-solid-alternate {
  --tw-gradient-to: rgb(6, 182, 212) var(--tw-gradient-to-position);
}
.to-badge-solid-alternate\/0 {
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
}
.to-badge-solid-alternate\/10 {
  --tw-gradient-to: rgb(6 182 212 / 0.1) var(--tw-gradient-to-position);
}
.to-badge-solid-alternate\/100 {
  --tw-gradient-to: rgb(6 182 212 / 1) var(--tw-gradient-to-position);
}
.to-badge-solid-alternate\/20 {
  --tw-gradient-to: rgb(6 182 212 / 0.2) var(--tw-gradient-to-position);
}
.to-badge-solid-alternate\/25 {
  --tw-gradient-to: rgb(6 182 212 / 0.25) var(--tw-gradient-to-position);
}
.to-badge-solid-alternate\/30 {
  --tw-gradient-to: rgb(6 182 212 / 0.3) var(--tw-gradient-to-position);
}
.to-badge-solid-alternate\/40 {
  --tw-gradient-to: rgb(6 182 212 / 0.4) var(--tw-gradient-to-position);
}
.to-badge-solid-alternate\/5 {
  --tw-gradient-to: rgb(6 182 212 / 0.05) var(--tw-gradient-to-position);
}
.to-badge-solid-alternate\/50 {
  --tw-gradient-to: rgb(6 182 212 / 0.5) var(--tw-gradient-to-position);
}
.to-badge-solid-alternate\/60 {
  --tw-gradient-to: rgb(6 182 212 / 0.6) var(--tw-gradient-to-position);
}
.to-badge-solid-alternate\/70 {
  --tw-gradient-to: rgb(6 182 212 / 0.7) var(--tw-gradient-to-position);
}
.to-badge-solid-alternate\/75 {
  --tw-gradient-to: rgb(6 182 212 / 0.75) var(--tw-gradient-to-position);
}
.to-badge-solid-alternate\/80 {
  --tw-gradient-to: rgb(6 182 212 / 0.8) var(--tw-gradient-to-position);
}
.to-badge-solid-alternate\/90 {
  --tw-gradient-to: rgb(6 182 212 / 0.9) var(--tw-gradient-to-position);
}
.to-badge-solid-alternate\/95 {
  --tw-gradient-to: rgb(6 182 212 / 0.95) var(--tw-gradient-to-position);
}
.to-badge-solid-alternate\/state-disabled {
  --tw-gradient-to: rgb(6 182 212 / 0.5) var(--tw-gradient-to-position);
}
.to-badge-solid-alternate\/state-enabled {
  --tw-gradient-to: rgb(6 182 212 / 1) var(--tw-gradient-to-position);
}
.to-badge-solid-default {
  --tw-gradient-to: rgb(205, 141, 239) var(--tw-gradient-to-position);
}
.to-badge-solid-default\/0 {
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
}
.to-badge-solid-default\/10 {
  --tw-gradient-to: rgb(205 141 239 / 0.1) var(--tw-gradient-to-position);
}
.to-badge-solid-default\/100 {
  --tw-gradient-to: rgb(205 141 239 / 1) var(--tw-gradient-to-position);
}
.to-badge-solid-default\/20 {
  --tw-gradient-to: rgb(205 141 239 / 0.2) var(--tw-gradient-to-position);
}
.to-badge-solid-default\/25 {
  --tw-gradient-to: rgb(205 141 239 / 0.25) var(--tw-gradient-to-position);
}
.to-badge-solid-default\/30 {
  --tw-gradient-to: rgb(205 141 239 / 0.3) var(--tw-gradient-to-position);
}
.to-badge-solid-default\/40 {
  --tw-gradient-to: rgb(205 141 239 / 0.4) var(--tw-gradient-to-position);
}
.to-badge-solid-default\/5 {
  --tw-gradient-to: rgb(205 141 239 / 0.05) var(--tw-gradient-to-position);
}
.to-badge-solid-default\/50 {
  --tw-gradient-to: rgb(205 141 239 / 0.5) var(--tw-gradient-to-position);
}
.to-badge-solid-default\/60 {
  --tw-gradient-to: rgb(205 141 239 / 0.6) var(--tw-gradient-to-position);
}
.to-badge-solid-default\/70 {
  --tw-gradient-to: rgb(205 141 239 / 0.7) var(--tw-gradient-to-position);
}
.to-badge-solid-default\/75 {
  --tw-gradient-to: rgb(205 141 239 / 0.75) var(--tw-gradient-to-position);
}
.to-badge-solid-default\/80 {
  --tw-gradient-to: rgb(205 141 239 / 0.8) var(--tw-gradient-to-position);
}
.to-badge-solid-default\/90 {
  --tw-gradient-to: rgb(205 141 239 / 0.9) var(--tw-gradient-to-position);
}
.to-badge-solid-default\/95 {
  --tw-gradient-to: rgb(205 141 239 / 0.95) var(--tw-gradient-to-position);
}
.to-badge-solid-default\/state-disabled {
  --tw-gradient-to: rgb(205 141 239 / 0.5) var(--tw-gradient-to-position);
}
.to-badge-solid-default\/state-enabled {
  --tw-gradient-to: rgb(205 141 239 / 1) var(--tw-gradient-to-position);
}
.to-badge-solid-textColor {
  --tw-gradient-to: rgb(64, 64, 64) var(--tw-gradient-to-position);
}
.to-badge-solid-textColor\/0 {
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
}
.to-badge-solid-textColor\/10 {
  --tw-gradient-to: rgb(64 64 64 / 0.1) var(--tw-gradient-to-position);
}
.to-badge-solid-textColor\/100 {
  --tw-gradient-to: rgb(64 64 64 / 1) var(--tw-gradient-to-position);
}
.to-badge-solid-textColor\/20 {
  --tw-gradient-to: rgb(64 64 64 / 0.2) var(--tw-gradient-to-position);
}
.to-badge-solid-textColor\/25 {
  --tw-gradient-to: rgb(64 64 64 / 0.25) var(--tw-gradient-to-position);
}
.to-badge-solid-textColor\/30 {
  --tw-gradient-to: rgb(64 64 64 / 0.3) var(--tw-gradient-to-position);
}
.to-badge-solid-textColor\/40 {
  --tw-gradient-to: rgb(64 64 64 / 0.4) var(--tw-gradient-to-position);
}
.to-badge-solid-textColor\/5 {
  --tw-gradient-to: rgb(64 64 64 / 0.05) var(--tw-gradient-to-position);
}
.to-badge-solid-textColor\/50 {
  --tw-gradient-to: rgb(64 64 64 / 0.5) var(--tw-gradient-to-position);
}
.to-badge-solid-textColor\/60 {
  --tw-gradient-to: rgb(64 64 64 / 0.6) var(--tw-gradient-to-position);
}
.to-badge-solid-textColor\/70 {
  --tw-gradient-to: rgb(64 64 64 / 0.7) var(--tw-gradient-to-position);
}
.to-badge-solid-textColor\/75 {
  --tw-gradient-to: rgb(64 64 64 / 0.75) var(--tw-gradient-to-position);
}
.to-badge-solid-textColor\/80 {
  --tw-gradient-to: rgb(64 64 64 / 0.8) var(--tw-gradient-to-position);
}
.to-badge-solid-textColor\/90 {
  --tw-gradient-to: rgb(64 64 64 / 0.9) var(--tw-gradient-to-position);
}
.to-badge-solid-textColor\/95 {
  --tw-gradient-to: rgb(64 64 64 / 0.95) var(--tw-gradient-to-position);
}
.to-badge-solid-textColor\/state-disabled {
  --tw-gradient-to: rgb(64 64 64 / 0.5) var(--tw-gradient-to-position);
}
.to-badge-solid-textColor\/state-enabled {
  --tw-gradient-to: rgb(64 64 64 / 1) var(--tw-gradient-to-position);
}
.to-black {
  --tw-gradient-to: #0D0D0D var(--tw-gradient-to-position);
}
.to-divider-default {
  --tw-gradient-to: rgb(55, 65, 81) var(--tw-gradient-to-position);
}
.to-divider-default\/0 {
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
}
.to-divider-default\/10 {
  --tw-gradient-to: rgb(55 65 81 / 0.1) var(--tw-gradient-to-position);
}
.to-divider-default\/100 {
  --tw-gradient-to: rgb(55 65 81 / 1) var(--tw-gradient-to-position);
}
.to-divider-default\/20 {
  --tw-gradient-to: rgb(55 65 81 / 0.2) var(--tw-gradient-to-position);
}
.to-divider-default\/25 {
  --tw-gradient-to: rgb(55 65 81 / 0.25) var(--tw-gradient-to-position);
}
.to-divider-default\/30 {
  --tw-gradient-to: rgb(55 65 81 / 0.3) var(--tw-gradient-to-position);
}
.to-divider-default\/40 {
  --tw-gradient-to: rgb(55 65 81 / 0.4) var(--tw-gradient-to-position);
}
.to-divider-default\/5 {
  --tw-gradient-to: rgb(55 65 81 / 0.05) var(--tw-gradient-to-position);
}
.to-divider-default\/50 {
  --tw-gradient-to: rgb(55 65 81 / 0.5) var(--tw-gradient-to-position);
}
.to-divider-default\/60 {
  --tw-gradient-to: rgb(55 65 81 / 0.6) var(--tw-gradient-to-position);
}
.to-divider-default\/70 {
  --tw-gradient-to: rgb(55 65 81 / 0.7) var(--tw-gradient-to-position);
}
.to-divider-default\/75 {
  --tw-gradient-to: rgb(55 65 81 / 0.75) var(--tw-gradient-to-position);
}
.to-divider-default\/80 {
  --tw-gradient-to: rgb(55 65 81 / 0.8) var(--tw-gradient-to-position);
}
.to-divider-default\/90 {
  --tw-gradient-to: rgb(55 65 81 / 0.9) var(--tw-gradient-to-position);
}
.to-divider-default\/95 {
  --tw-gradient-to: rgb(55 65 81 / 0.95) var(--tw-gradient-to-position);
}
.to-divider-default\/state-disabled {
  --tw-gradient-to: rgb(55 65 81 / 0.5) var(--tw-gradient-to-position);
}
.to-divider-default\/state-enabled {
  --tw-gradient-to: rgb(55 65 81 / 1) var(--tw-gradient-to-position);
}
.to-input-background {
  --tw-gradient-to: rgb(23, 23, 23) var(--tw-gradient-to-position);
}
.to-input-background\/0 {
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
}
.to-input-background\/10 {
  --tw-gradient-to: rgb(23 23 23 / 0.1) var(--tw-gradient-to-position);
}
.to-input-background\/100 {
  --tw-gradient-to: rgb(23 23 23 / 1) var(--tw-gradient-to-position);
}
.to-input-background\/20 {
  --tw-gradient-to: rgb(23 23 23 / 0.2) var(--tw-gradient-to-position);
}
.to-input-background\/25 {
  --tw-gradient-to: rgb(23 23 23 / 0.25) var(--tw-gradient-to-position);
}
.to-input-background\/30 {
  --tw-gradient-to: rgb(23 23 23 / 0.3) var(--tw-gradient-to-position);
}
.to-input-background\/40 {
  --tw-gradient-to: rgb(23 23 23 / 0.4) var(--tw-gradient-to-position);
}
.to-input-background\/5 {
  --tw-gradient-to: rgb(23 23 23 / 0.05) var(--tw-gradient-to-position);
}
.to-input-background\/50 {
  --tw-gradient-to: rgb(23 23 23 / 0.5) var(--tw-gradient-to-position);
}
.to-input-background\/60 {
  --tw-gradient-to: rgb(23 23 23 / 0.6) var(--tw-gradient-to-position);
}
.to-input-background\/70 {
  --tw-gradient-to: rgb(23 23 23 / 0.7) var(--tw-gradient-to-position);
}
.to-input-background\/75 {
  --tw-gradient-to: rgb(23 23 23 / 0.75) var(--tw-gradient-to-position);
}
.to-input-background\/80 {
  --tw-gradient-to: rgb(23 23 23 / 0.8) var(--tw-gradient-to-position);
}
.to-input-background\/90 {
  --tw-gradient-to: rgb(23 23 23 / 0.9) var(--tw-gradient-to-position);
}
.to-input-background\/95 {
  --tw-gradient-to: rgb(23 23 23 / 0.95) var(--tw-gradient-to-position);
}
.to-input-background\/state-disabled {
  --tw-gradient-to: rgb(23 23 23 / 0.5) var(--tw-gradient-to-position);
}
.to-input-background\/state-enabled {
  --tw-gradient-to: rgb(23 23 23 / 1) var(--tw-gradient-to-position);
}
.to-input-checkbox-background {
  --tw-gradient-to: rgb(205, 141, 239) var(--tw-gradient-to-position);
}
.to-input-checkbox-background\/0 {
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
}
.to-input-checkbox-background\/10 {
  --tw-gradient-to: rgb(205 141 239 / 0.1) var(--tw-gradient-to-position);
}
.to-input-checkbox-background\/100 {
  --tw-gradient-to: rgb(205 141 239 / 1) var(--tw-gradient-to-position);
}
.to-input-checkbox-background\/20 {
  --tw-gradient-to: rgb(205 141 239 / 0.2) var(--tw-gradient-to-position);
}
.to-input-checkbox-background\/25 {
  --tw-gradient-to: rgb(205 141 239 / 0.25) var(--tw-gradient-to-position);
}
.to-input-checkbox-background\/30 {
  --tw-gradient-to: rgb(205 141 239 / 0.3) var(--tw-gradient-to-position);
}
.to-input-checkbox-background\/40 {
  --tw-gradient-to: rgb(205 141 239 / 0.4) var(--tw-gradient-to-position);
}
.to-input-checkbox-background\/5 {
  --tw-gradient-to: rgb(205 141 239 / 0.05) var(--tw-gradient-to-position);
}
.to-input-checkbox-background\/50 {
  --tw-gradient-to: rgb(205 141 239 / 0.5) var(--tw-gradient-to-position);
}
.to-input-checkbox-background\/60 {
  --tw-gradient-to: rgb(205 141 239 / 0.6) var(--tw-gradient-to-position);
}
.to-input-checkbox-background\/70 {
  --tw-gradient-to: rgb(205 141 239 / 0.7) var(--tw-gradient-to-position);
}
.to-input-checkbox-background\/75 {
  --tw-gradient-to: rgb(205 141 239 / 0.75) var(--tw-gradient-to-position);
}
.to-input-checkbox-background\/80 {
  --tw-gradient-to: rgb(205 141 239 / 0.8) var(--tw-gradient-to-position);
}
.to-input-checkbox-background\/90 {
  --tw-gradient-to: rgb(205 141 239 / 0.9) var(--tw-gradient-to-position);
}
.to-input-checkbox-background\/95 {
  --tw-gradient-to: rgb(205 141 239 / 0.95) var(--tw-gradient-to-position);
}
.to-input-checkbox-background\/state-disabled {
  --tw-gradient-to: rgb(205 141 239 / 0.5) var(--tw-gradient-to-position);
}
.to-input-checkbox-background\/state-enabled {
  --tw-gradient-to: rgb(205 141 239 / 1) var(--tw-gradient-to-position);
}
.to-input-checkbox-border {
  --tw-gradient-to: rgb(205, 141, 239) var(--tw-gradient-to-position);
}
.to-input-checkbox-border\/0 {
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
}
.to-input-checkbox-border\/10 {
  --tw-gradient-to: rgb(205 141 239 / 0.1) var(--tw-gradient-to-position);
}
.to-input-checkbox-border\/100 {
  --tw-gradient-to: rgb(205 141 239 / 1) var(--tw-gradient-to-position);
}
.to-input-checkbox-border\/20 {
  --tw-gradient-to: rgb(205 141 239 / 0.2) var(--tw-gradient-to-position);
}
.to-input-checkbox-border\/25 {
  --tw-gradient-to: rgb(205 141 239 / 0.25) var(--tw-gradient-to-position);
}
.to-input-checkbox-border\/30 {
  --tw-gradient-to: rgb(205 141 239 / 0.3) var(--tw-gradient-to-position);
}
.to-input-checkbox-border\/40 {
  --tw-gradient-to: rgb(205 141 239 / 0.4) var(--tw-gradient-to-position);
}
.to-input-checkbox-border\/5 {
  --tw-gradient-to: rgb(205 141 239 / 0.05) var(--tw-gradient-to-position);
}
.to-input-checkbox-border\/50 {
  --tw-gradient-to: rgb(205 141 239 / 0.5) var(--tw-gradient-to-position);
}
.to-input-checkbox-border\/60 {
  --tw-gradient-to: rgb(205 141 239 / 0.6) var(--tw-gradient-to-position);
}
.to-input-checkbox-border\/70 {
  --tw-gradient-to: rgb(205 141 239 / 0.7) var(--tw-gradient-to-position);
}
.to-input-checkbox-border\/75 {
  --tw-gradient-to: rgb(205 141 239 / 0.75) var(--tw-gradient-to-position);
}
.to-input-checkbox-border\/80 {
  --tw-gradient-to: rgb(205 141 239 / 0.8) var(--tw-gradient-to-position);
}
.to-input-checkbox-border\/90 {
  --tw-gradient-to: rgb(205 141 239 / 0.9) var(--tw-gradient-to-position);
}
.to-input-checkbox-border\/95 {
  --tw-gradient-to: rgb(205 141 239 / 0.95) var(--tw-gradient-to-position);
}
.to-input-checkbox-border\/state-disabled {
  --tw-gradient-to: rgb(205 141 239 / 0.5) var(--tw-gradient-to-position);
}
.to-input-checkbox-border\/state-enabled {
  --tw-gradient-to: rgb(205 141 239 / 1) var(--tw-gradient-to-position);
}
.to-input-checkbox-contrast {
  --tw-gradient-to: rgb(64, 64, 64) var(--tw-gradient-to-position);
}
.to-input-checkbox-contrast\/0 {
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
}
.to-input-checkbox-contrast\/10 {
  --tw-gradient-to: rgb(64 64 64 / 0.1) var(--tw-gradient-to-position);
}
.to-input-checkbox-contrast\/100 {
  --tw-gradient-to: rgb(64 64 64 / 1) var(--tw-gradient-to-position);
}
.to-input-checkbox-contrast\/20 {
  --tw-gradient-to: rgb(64 64 64 / 0.2) var(--tw-gradient-to-position);
}
.to-input-checkbox-contrast\/25 {
  --tw-gradient-to: rgb(64 64 64 / 0.25) var(--tw-gradient-to-position);
}
.to-input-checkbox-contrast\/30 {
  --tw-gradient-to: rgb(64 64 64 / 0.3) var(--tw-gradient-to-position);
}
.to-input-checkbox-contrast\/40 {
  --tw-gradient-to: rgb(64 64 64 / 0.4) var(--tw-gradient-to-position);
}
.to-input-checkbox-contrast\/5 {
  --tw-gradient-to: rgb(64 64 64 / 0.05) var(--tw-gradient-to-position);
}
.to-input-checkbox-contrast\/50 {
  --tw-gradient-to: rgb(64 64 64 / 0.5) var(--tw-gradient-to-position);
}
.to-input-checkbox-contrast\/60 {
  --tw-gradient-to: rgb(64 64 64 / 0.6) var(--tw-gradient-to-position);
}
.to-input-checkbox-contrast\/70 {
  --tw-gradient-to: rgb(64 64 64 / 0.7) var(--tw-gradient-to-position);
}
.to-input-checkbox-contrast\/75 {
  --tw-gradient-to: rgb(64 64 64 / 0.75) var(--tw-gradient-to-position);
}
.to-input-checkbox-contrast\/80 {
  --tw-gradient-to: rgb(64 64 64 / 0.8) var(--tw-gradient-to-position);
}
.to-input-checkbox-contrast\/90 {
  --tw-gradient-to: rgb(64 64 64 / 0.9) var(--tw-gradient-to-position);
}
.to-input-checkbox-contrast\/95 {
  --tw-gradient-to: rgb(64 64 64 / 0.95) var(--tw-gradient-to-position);
}
.to-input-checkbox-contrast\/state-disabled {
  --tw-gradient-to: rgb(64 64 64 / 0.5) var(--tw-gradient-to-position);
}
.to-input-checkbox-contrast\/state-enabled {
  --tw-gradient-to: rgb(64 64 64 / 1) var(--tw-gradient-to-position);
}
.to-input-default-bg {
  --tw-gradient-to: rgb(17, 17, 17) var(--tw-gradient-to-position);
}
.to-input-default-bg\/0 {
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
}
.to-input-default-bg\/10 {
  --tw-gradient-to: rgb(17 17 17 / 0.1) var(--tw-gradient-to-position);
}
.to-input-default-bg\/100 {
  --tw-gradient-to: rgb(17 17 17 / 1) var(--tw-gradient-to-position);
}
.to-input-default-bg\/20 {
  --tw-gradient-to: rgb(17 17 17 / 0.2) var(--tw-gradient-to-position);
}
.to-input-default-bg\/25 {
  --tw-gradient-to: rgb(17 17 17 / 0.25) var(--tw-gradient-to-position);
}
.to-input-default-bg\/30 {
  --tw-gradient-to: rgb(17 17 17 / 0.3) var(--tw-gradient-to-position);
}
.to-input-default-bg\/40 {
  --tw-gradient-to: rgb(17 17 17 / 0.4) var(--tw-gradient-to-position);
}
.to-input-default-bg\/5 {
  --tw-gradient-to: rgb(17 17 17 / 0.05) var(--tw-gradient-to-position);
}
.to-input-default-bg\/50 {
  --tw-gradient-to: rgb(17 17 17 / 0.5) var(--tw-gradient-to-position);
}
.to-input-default-bg\/60 {
  --tw-gradient-to: rgb(17 17 17 / 0.6) var(--tw-gradient-to-position);
}
.to-input-default-bg\/70 {
  --tw-gradient-to: rgb(17 17 17 / 0.7) var(--tw-gradient-to-position);
}
.to-input-default-bg\/75 {
  --tw-gradient-to: rgb(17 17 17 / 0.75) var(--tw-gradient-to-position);
}
.to-input-default-bg\/80 {
  --tw-gradient-to: rgb(17 17 17 / 0.8) var(--tw-gradient-to-position);
}
.to-input-default-bg\/90 {
  --tw-gradient-to: rgb(17 17 17 / 0.9) var(--tw-gradient-to-position);
}
.to-input-default-bg\/95 {
  --tw-gradient-to: rgb(17 17 17 / 0.95) var(--tw-gradient-to-position);
}
.to-input-default-bg\/state-disabled {
  --tw-gradient-to: rgb(17 17 17 / 0.5) var(--tw-gradient-to-position);
}
.to-input-default-bg\/state-enabled {
  --tw-gradient-to: rgb(17 17 17 / 1) var(--tw-gradient-to-position);
}
.to-input-default-border {
  --tw-gradient-to: rgb(64, 64, 64) var(--tw-gradient-to-position);
}
.to-input-default-border\/0 {
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
}
.to-input-default-border\/10 {
  --tw-gradient-to: rgb(64 64 64 / 0.1) var(--tw-gradient-to-position);
}
.to-input-default-border\/100 {
  --tw-gradient-to: rgb(64 64 64 / 1) var(--tw-gradient-to-position);
}
.to-input-default-border\/20 {
  --tw-gradient-to: rgb(64 64 64 / 0.2) var(--tw-gradient-to-position);
}
.to-input-default-border\/25 {
  --tw-gradient-to: rgb(64 64 64 / 0.25) var(--tw-gradient-to-position);
}
.to-input-default-border\/30 {
  --tw-gradient-to: rgb(64 64 64 / 0.3) var(--tw-gradient-to-position);
}
.to-input-default-border\/40 {
  --tw-gradient-to: rgb(64 64 64 / 0.4) var(--tw-gradient-to-position);
}
.to-input-default-border\/5 {
  --tw-gradient-to: rgb(64 64 64 / 0.05) var(--tw-gradient-to-position);
}
.to-input-default-border\/50 {
  --tw-gradient-to: rgb(64 64 64 / 0.5) var(--tw-gradient-to-position);
}
.to-input-default-border\/60 {
  --tw-gradient-to: rgb(64 64 64 / 0.6) var(--tw-gradient-to-position);
}
.to-input-default-border\/70 {
  --tw-gradient-to: rgb(64 64 64 / 0.7) var(--tw-gradient-to-position);
}
.to-input-default-border\/75 {
  --tw-gradient-to: rgb(64 64 64 / 0.75) var(--tw-gradient-to-position);
}
.to-input-default-border\/80 {
  --tw-gradient-to: rgb(64 64 64 / 0.8) var(--tw-gradient-to-position);
}
.to-input-default-border\/90 {
  --tw-gradient-to: rgb(64 64 64 / 0.9) var(--tw-gradient-to-position);
}
.to-input-default-border\/95 {
  --tw-gradient-to: rgb(64 64 64 / 0.95) var(--tw-gradient-to-position);
}
.to-input-default-border\/state-disabled {
  --tw-gradient-to: rgb(64 64 64 / 0.5) var(--tw-gradient-to-position);
}
.to-input-default-border\/state-enabled {
  --tw-gradient-to: rgb(64 64 64 / 1) var(--tw-gradient-to-position);
}
.to-input-default-placeholder {
  --tw-gradient-to: rgba(255, 255, 255, 0.4) var(--tw-gradient-to-position);
}
.to-input-default-placeholder\/0 {
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
}
.to-input-default-placeholder\/10 {
  --tw-gradient-to: rgba(255, 255, 255, 0.1) var(--tw-gradient-to-position);
}
.to-input-default-placeholder\/100 {
  --tw-gradient-to: rgba(255, 255, 255, 1) var(--tw-gradient-to-position);
}
.to-input-default-placeholder\/20 {
  --tw-gradient-to: rgba(255, 255, 255, 0.2) var(--tw-gradient-to-position);
}
.to-input-default-placeholder\/25 {
  --tw-gradient-to: rgba(255, 255, 255, 0.25) var(--tw-gradient-to-position);
}
.to-input-default-placeholder\/30 {
  --tw-gradient-to: rgba(255, 255, 255, 0.3) var(--tw-gradient-to-position);
}
.to-input-default-placeholder\/40 {
  --tw-gradient-to: rgba(255, 255, 255, 0.4) var(--tw-gradient-to-position);
}
.to-input-default-placeholder\/5 {
  --tw-gradient-to: rgba(255, 255, 255, 0.05) var(--tw-gradient-to-position);
}
.to-input-default-placeholder\/50 {
  --tw-gradient-to: rgba(255, 255, 255, 0.5) var(--tw-gradient-to-position);
}
.to-input-default-placeholder\/60 {
  --tw-gradient-to: rgba(255, 255, 255, 0.6) var(--tw-gradient-to-position);
}
.to-input-default-placeholder\/70 {
  --tw-gradient-to: rgba(255, 255, 255, 0.7) var(--tw-gradient-to-position);
}
.to-input-default-placeholder\/75 {
  --tw-gradient-to: rgba(255, 255, 255, 0.75) var(--tw-gradient-to-position);
}
.to-input-default-placeholder\/80 {
  --tw-gradient-to: rgba(255, 255, 255, 0.8) var(--tw-gradient-to-position);
}
.to-input-default-placeholder\/90 {
  --tw-gradient-to: rgba(255, 255, 255, 0.9) var(--tw-gradient-to-position);
}
.to-input-default-placeholder\/95 {
  --tw-gradient-to: rgba(255, 255, 255, 0.95) var(--tw-gradient-to-position);
}
.to-input-default-placeholder\/state-disabled {
  --tw-gradient-to: rgba(255, 255, 255, 0.5) var(--tw-gradient-to-position);
}
.to-input-default-placeholder\/state-enabled {
  --tw-gradient-to: rgba(255, 255, 255, 1) var(--tw-gradient-to-position);
}
.to-input-default-text {
  --tw-gradient-to: rgb(255, 255, 255) var(--tw-gradient-to-position);
}
.to-input-default-text\/0 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
}
.to-input-default-text\/10 {
  --tw-gradient-to: rgb(255 255 255 / 0.1) var(--tw-gradient-to-position);
}
.to-input-default-text\/100 {
  --tw-gradient-to: rgb(255 255 255 / 1) var(--tw-gradient-to-position);
}
.to-input-default-text\/20 {
  --tw-gradient-to: rgb(255 255 255 / 0.2) var(--tw-gradient-to-position);
}
.to-input-default-text\/25 {
  --tw-gradient-to: rgb(255 255 255 / 0.25) var(--tw-gradient-to-position);
}
.to-input-default-text\/30 {
  --tw-gradient-to: rgb(255 255 255 / 0.3) var(--tw-gradient-to-position);
}
.to-input-default-text\/40 {
  --tw-gradient-to: rgb(255 255 255 / 0.4) var(--tw-gradient-to-position);
}
.to-input-default-text\/5 {
  --tw-gradient-to: rgb(255 255 255 / 0.05) var(--tw-gradient-to-position);
}
.to-input-default-text\/50 {
  --tw-gradient-to: rgb(255 255 255 / 0.5) var(--tw-gradient-to-position);
}
.to-input-default-text\/60 {
  --tw-gradient-to: rgb(255 255 255 / 0.6) var(--tw-gradient-to-position);
}
.to-input-default-text\/70 {
  --tw-gradient-to: rgb(255 255 255 / 0.7) var(--tw-gradient-to-position);
}
.to-input-default-text\/75 {
  --tw-gradient-to: rgb(255 255 255 / 0.75) var(--tw-gradient-to-position);
}
.to-input-default-text\/80 {
  --tw-gradient-to: rgb(255 255 255 / 0.8) var(--tw-gradient-to-position);
}
.to-input-default-text\/90 {
  --tw-gradient-to: rgb(255 255 255 / 0.9) var(--tw-gradient-to-position);
}
.to-input-default-text\/95 {
  --tw-gradient-to: rgb(255 255 255 / 0.95) var(--tw-gradient-to-position);
}
.to-input-default-text\/state-disabled {
  --tw-gradient-to: rgb(255 255 255 / 0.5) var(--tw-gradient-to-position);
}
.to-input-default-text\/state-enabled {
  --tw-gradient-to: rgb(255 255 255 / 1) var(--tw-gradient-to-position);
}
.to-input-dropdown-background {
  --tw-gradient-to: rgb(17, 17, 17) var(--tw-gradient-to-position);
}
.to-input-dropdown-background\/0 {
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
}
.to-input-dropdown-background\/10 {
  --tw-gradient-to: rgb(17 17 17 / 0.1) var(--tw-gradient-to-position);
}
.to-input-dropdown-background\/100 {
  --tw-gradient-to: rgb(17 17 17 / 1) var(--tw-gradient-to-position);
}
.to-input-dropdown-background\/20 {
  --tw-gradient-to: rgb(17 17 17 / 0.2) var(--tw-gradient-to-position);
}
.to-input-dropdown-background\/25 {
  --tw-gradient-to: rgb(17 17 17 / 0.25) var(--tw-gradient-to-position);
}
.to-input-dropdown-background\/30 {
  --tw-gradient-to: rgb(17 17 17 / 0.3) var(--tw-gradient-to-position);
}
.to-input-dropdown-background\/40 {
  --tw-gradient-to: rgb(17 17 17 / 0.4) var(--tw-gradient-to-position);
}
.to-input-dropdown-background\/5 {
  --tw-gradient-to: rgb(17 17 17 / 0.05) var(--tw-gradient-to-position);
}
.to-input-dropdown-background\/50 {
  --tw-gradient-to: rgb(17 17 17 / 0.5) var(--tw-gradient-to-position);
}
.to-input-dropdown-background\/60 {
  --tw-gradient-to: rgb(17 17 17 / 0.6) var(--tw-gradient-to-position);
}
.to-input-dropdown-background\/70 {
  --tw-gradient-to: rgb(17 17 17 / 0.7) var(--tw-gradient-to-position);
}
.to-input-dropdown-background\/75 {
  --tw-gradient-to: rgb(17 17 17 / 0.75) var(--tw-gradient-to-position);
}
.to-input-dropdown-background\/80 {
  --tw-gradient-to: rgb(17 17 17 / 0.8) var(--tw-gradient-to-position);
}
.to-input-dropdown-background\/90 {
  --tw-gradient-to: rgb(17 17 17 / 0.9) var(--tw-gradient-to-position);
}
.to-input-dropdown-background\/95 {
  --tw-gradient-to: rgb(17 17 17 / 0.95) var(--tw-gradient-to-position);
}
.to-input-dropdown-background\/state-disabled {
  --tw-gradient-to: rgb(17 17 17 / 0.5) var(--tw-gradient-to-position);
}
.to-input-dropdown-background\/state-enabled {
  --tw-gradient-to: rgb(17 17 17 / 1) var(--tw-gradient-to-position);
}
.to-input-error-bg {
  --tw-gradient-to: rgb(17, 17, 17) var(--tw-gradient-to-position);
}
.to-input-error-bg\/0 {
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
}
.to-input-error-bg\/10 {
  --tw-gradient-to: rgb(17 17 17 / 0.1) var(--tw-gradient-to-position);
}
.to-input-error-bg\/100 {
  --tw-gradient-to: rgb(17 17 17 / 1) var(--tw-gradient-to-position);
}
.to-input-error-bg\/20 {
  --tw-gradient-to: rgb(17 17 17 / 0.2) var(--tw-gradient-to-position);
}
.to-input-error-bg\/25 {
  --tw-gradient-to: rgb(17 17 17 / 0.25) var(--tw-gradient-to-position);
}
.to-input-error-bg\/30 {
  --tw-gradient-to: rgb(17 17 17 / 0.3) var(--tw-gradient-to-position);
}
.to-input-error-bg\/40 {
  --tw-gradient-to: rgb(17 17 17 / 0.4) var(--tw-gradient-to-position);
}
.to-input-error-bg\/5 {
  --tw-gradient-to: rgb(17 17 17 / 0.05) var(--tw-gradient-to-position);
}
.to-input-error-bg\/50 {
  --tw-gradient-to: rgb(17 17 17 / 0.5) var(--tw-gradient-to-position);
}
.to-input-error-bg\/60 {
  --tw-gradient-to: rgb(17 17 17 / 0.6) var(--tw-gradient-to-position);
}
.to-input-error-bg\/70 {
  --tw-gradient-to: rgb(17 17 17 / 0.7) var(--tw-gradient-to-position);
}
.to-input-error-bg\/75 {
  --tw-gradient-to: rgb(17 17 17 / 0.75) var(--tw-gradient-to-position);
}
.to-input-error-bg\/80 {
  --tw-gradient-to: rgb(17 17 17 / 0.8) var(--tw-gradient-to-position);
}
.to-input-error-bg\/90 {
  --tw-gradient-to: rgb(17 17 17 / 0.9) var(--tw-gradient-to-position);
}
.to-input-error-bg\/95 {
  --tw-gradient-to: rgb(17 17 17 / 0.95) var(--tw-gradient-to-position);
}
.to-input-error-bg\/state-disabled {
  --tw-gradient-to: rgb(17 17 17 / 0.5) var(--tw-gradient-to-position);
}
.to-input-error-bg\/state-enabled {
  --tw-gradient-to: rgb(17 17 17 / 1) var(--tw-gradient-to-position);
}
.to-input-error-border {
  --tw-gradient-to: rgb(248, 113, 113) var(--tw-gradient-to-position);
}
.to-input-error-border\/0 {
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
}
.to-input-error-border\/10 {
  --tw-gradient-to: rgb(248 113 113 / 0.1) var(--tw-gradient-to-position);
}
.to-input-error-border\/100 {
  --tw-gradient-to: rgb(248 113 113 / 1) var(--tw-gradient-to-position);
}
.to-input-error-border\/20 {
  --tw-gradient-to: rgb(248 113 113 / 0.2) var(--tw-gradient-to-position);
}
.to-input-error-border\/25 {
  --tw-gradient-to: rgb(248 113 113 / 0.25) var(--tw-gradient-to-position);
}
.to-input-error-border\/30 {
  --tw-gradient-to: rgb(248 113 113 / 0.3) var(--tw-gradient-to-position);
}
.to-input-error-border\/40 {
  --tw-gradient-to: rgb(248 113 113 / 0.4) var(--tw-gradient-to-position);
}
.to-input-error-border\/5 {
  --tw-gradient-to: rgb(248 113 113 / 0.05) var(--tw-gradient-to-position);
}
.to-input-error-border\/50 {
  --tw-gradient-to: rgb(248 113 113 / 0.5) var(--tw-gradient-to-position);
}
.to-input-error-border\/60 {
  --tw-gradient-to: rgb(248 113 113 / 0.6) var(--tw-gradient-to-position);
}
.to-input-error-border\/70 {
  --tw-gradient-to: rgb(248 113 113 / 0.7) var(--tw-gradient-to-position);
}
.to-input-error-border\/75 {
  --tw-gradient-to: rgb(248 113 113 / 0.75) var(--tw-gradient-to-position);
}
.to-input-error-border\/80 {
  --tw-gradient-to: rgb(248 113 113 / 0.8) var(--tw-gradient-to-position);
}
.to-input-error-border\/90 {
  --tw-gradient-to: rgb(248 113 113 / 0.9) var(--tw-gradient-to-position);
}
.to-input-error-border\/95 {
  --tw-gradient-to: rgb(248 113 113 / 0.95) var(--tw-gradient-to-position);
}
.to-input-error-border\/state-disabled {
  --tw-gradient-to: rgb(248 113 113 / 0.5) var(--tw-gradient-to-position);
}
.to-input-error-border\/state-enabled {
  --tw-gradient-to: rgb(248 113 113 / 1) var(--tw-gradient-to-position);
}
.to-input-error-placeholder {
  --tw-gradient-to: rgba(255, 255, 255, 0.4) var(--tw-gradient-to-position);
}
.to-input-error-placeholder\/0 {
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
}
.to-input-error-placeholder\/10 {
  --tw-gradient-to: rgba(255, 255, 255, 0.1) var(--tw-gradient-to-position);
}
.to-input-error-placeholder\/100 {
  --tw-gradient-to: rgba(255, 255, 255, 1) var(--tw-gradient-to-position);
}
.to-input-error-placeholder\/20 {
  --tw-gradient-to: rgba(255, 255, 255, 0.2) var(--tw-gradient-to-position);
}
.to-input-error-placeholder\/25 {
  --tw-gradient-to: rgba(255, 255, 255, 0.25) var(--tw-gradient-to-position);
}
.to-input-error-placeholder\/30 {
  --tw-gradient-to: rgba(255, 255, 255, 0.3) var(--tw-gradient-to-position);
}
.to-input-error-placeholder\/40 {
  --tw-gradient-to: rgba(255, 255, 255, 0.4) var(--tw-gradient-to-position);
}
.to-input-error-placeholder\/5 {
  --tw-gradient-to: rgba(255, 255, 255, 0.05) var(--tw-gradient-to-position);
}
.to-input-error-placeholder\/50 {
  --tw-gradient-to: rgba(255, 255, 255, 0.5) var(--tw-gradient-to-position);
}
.to-input-error-placeholder\/60 {
  --tw-gradient-to: rgba(255, 255, 255, 0.6) var(--tw-gradient-to-position);
}
.to-input-error-placeholder\/70 {
  --tw-gradient-to: rgba(255, 255, 255, 0.7) var(--tw-gradient-to-position);
}
.to-input-error-placeholder\/75 {
  --tw-gradient-to: rgba(255, 255, 255, 0.75) var(--tw-gradient-to-position);
}
.to-input-error-placeholder\/80 {
  --tw-gradient-to: rgba(255, 255, 255, 0.8) var(--tw-gradient-to-position);
}
.to-input-error-placeholder\/90 {
  --tw-gradient-to: rgba(255, 255, 255, 0.9) var(--tw-gradient-to-position);
}
.to-input-error-placeholder\/95 {
  --tw-gradient-to: rgba(255, 255, 255, 0.95) var(--tw-gradient-to-position);
}
.to-input-error-placeholder\/state-disabled {
  --tw-gradient-to: rgba(255, 255, 255, 0.5) var(--tw-gradient-to-position);
}
.to-input-error-placeholder\/state-enabled {
  --tw-gradient-to: rgba(255, 255, 255, 1) var(--tw-gradient-to-position);
}
.to-input-error-text {
  --tw-gradient-to: rgb(248, 113, 113) var(--tw-gradient-to-position);
}
.to-input-error-text\/0 {
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
}
.to-input-error-text\/10 {
  --tw-gradient-to: rgb(248 113 113 / 0.1) var(--tw-gradient-to-position);
}
.to-input-error-text\/100 {
  --tw-gradient-to: rgb(248 113 113 / 1) var(--tw-gradient-to-position);
}
.to-input-error-text\/20 {
  --tw-gradient-to: rgb(248 113 113 / 0.2) var(--tw-gradient-to-position);
}
.to-input-error-text\/25 {
  --tw-gradient-to: rgb(248 113 113 / 0.25) var(--tw-gradient-to-position);
}
.to-input-error-text\/30 {
  --tw-gradient-to: rgb(248 113 113 / 0.3) var(--tw-gradient-to-position);
}
.to-input-error-text\/40 {
  --tw-gradient-to: rgb(248 113 113 / 0.4) var(--tw-gradient-to-position);
}
.to-input-error-text\/5 {
  --tw-gradient-to: rgb(248 113 113 / 0.05) var(--tw-gradient-to-position);
}
.to-input-error-text\/50 {
  --tw-gradient-to: rgb(248 113 113 / 0.5) var(--tw-gradient-to-position);
}
.to-input-error-text\/60 {
  --tw-gradient-to: rgb(248 113 113 / 0.6) var(--tw-gradient-to-position);
}
.to-input-error-text\/70 {
  --tw-gradient-to: rgb(248 113 113 / 0.7) var(--tw-gradient-to-position);
}
.to-input-error-text\/75 {
  --tw-gradient-to: rgb(248 113 113 / 0.75) var(--tw-gradient-to-position);
}
.to-input-error-text\/80 {
  --tw-gradient-to: rgb(248 113 113 / 0.8) var(--tw-gradient-to-position);
}
.to-input-error-text\/90 {
  --tw-gradient-to: rgb(248 113 113 / 0.9) var(--tw-gradient-to-position);
}
.to-input-error-text\/95 {
  --tw-gradient-to: rgb(248 113 113 / 0.95) var(--tw-gradient-to-position);
}
.to-input-error-text\/state-disabled {
  --tw-gradient-to: rgb(248 113 113 / 0.5) var(--tw-gradient-to-position);
}
.to-input-error-text\/state-enabled {
  --tw-gradient-to: rgb(248 113 113 / 1) var(--tw-gradient-to-position);
}
.to-input-focused-bg {
  --tw-gradient-to: rgb(17, 17, 17) var(--tw-gradient-to-position);
}
.to-input-focused-bg\/0 {
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
}
.to-input-focused-bg\/10 {
  --tw-gradient-to: rgb(17 17 17 / 0.1) var(--tw-gradient-to-position);
}
.to-input-focused-bg\/100 {
  --tw-gradient-to: rgb(17 17 17 / 1) var(--tw-gradient-to-position);
}
.to-input-focused-bg\/20 {
  --tw-gradient-to: rgb(17 17 17 / 0.2) var(--tw-gradient-to-position);
}
.to-input-focused-bg\/25 {
  --tw-gradient-to: rgb(17 17 17 / 0.25) var(--tw-gradient-to-position);
}
.to-input-focused-bg\/30 {
  --tw-gradient-to: rgb(17 17 17 / 0.3) var(--tw-gradient-to-position);
}
.to-input-focused-bg\/40 {
  --tw-gradient-to: rgb(17 17 17 / 0.4) var(--tw-gradient-to-position);
}
.to-input-focused-bg\/5 {
  --tw-gradient-to: rgb(17 17 17 / 0.05) var(--tw-gradient-to-position);
}
.to-input-focused-bg\/50 {
  --tw-gradient-to: rgb(17 17 17 / 0.5) var(--tw-gradient-to-position);
}
.to-input-focused-bg\/60 {
  --tw-gradient-to: rgb(17 17 17 / 0.6) var(--tw-gradient-to-position);
}
.to-input-focused-bg\/70 {
  --tw-gradient-to: rgb(17 17 17 / 0.7) var(--tw-gradient-to-position);
}
.to-input-focused-bg\/75 {
  --tw-gradient-to: rgb(17 17 17 / 0.75) var(--tw-gradient-to-position);
}
.to-input-focused-bg\/80 {
  --tw-gradient-to: rgb(17 17 17 / 0.8) var(--tw-gradient-to-position);
}
.to-input-focused-bg\/90 {
  --tw-gradient-to: rgb(17 17 17 / 0.9) var(--tw-gradient-to-position);
}
.to-input-focused-bg\/95 {
  --tw-gradient-to: rgb(17 17 17 / 0.95) var(--tw-gradient-to-position);
}
.to-input-focused-bg\/state-disabled {
  --tw-gradient-to: rgb(17 17 17 / 0.5) var(--tw-gradient-to-position);
}
.to-input-focused-bg\/state-enabled {
  --tw-gradient-to: rgb(17 17 17 / 1) var(--tw-gradient-to-position);
}
.to-input-focused-border {
  --tw-gradient-to: rgb(98, 98, 98) var(--tw-gradient-to-position);
}
.to-input-focused-border\/0 {
  --tw-gradient-to: rgb(98 98 98 / 0) var(--tw-gradient-to-position);
}
.to-input-focused-border\/10 {
  --tw-gradient-to: rgb(98 98 98 / 0.1) var(--tw-gradient-to-position);
}
.to-input-focused-border\/100 {
  --tw-gradient-to: rgb(98 98 98 / 1) var(--tw-gradient-to-position);
}
.to-input-focused-border\/20 {
  --tw-gradient-to: rgb(98 98 98 / 0.2) var(--tw-gradient-to-position);
}
.to-input-focused-border\/25 {
  --tw-gradient-to: rgb(98 98 98 / 0.25) var(--tw-gradient-to-position);
}
.to-input-focused-border\/30 {
  --tw-gradient-to: rgb(98 98 98 / 0.3) var(--tw-gradient-to-position);
}
.to-input-focused-border\/40 {
  --tw-gradient-to: rgb(98 98 98 / 0.4) var(--tw-gradient-to-position);
}
.to-input-focused-border\/5 {
  --tw-gradient-to: rgb(98 98 98 / 0.05) var(--tw-gradient-to-position);
}
.to-input-focused-border\/50 {
  --tw-gradient-to: rgb(98 98 98 / 0.5) var(--tw-gradient-to-position);
}
.to-input-focused-border\/60 {
  --tw-gradient-to: rgb(98 98 98 / 0.6) var(--tw-gradient-to-position);
}
.to-input-focused-border\/70 {
  --tw-gradient-to: rgb(98 98 98 / 0.7) var(--tw-gradient-to-position);
}
.to-input-focused-border\/75 {
  --tw-gradient-to: rgb(98 98 98 / 0.75) var(--tw-gradient-to-position);
}
.to-input-focused-border\/80 {
  --tw-gradient-to: rgb(98 98 98 / 0.8) var(--tw-gradient-to-position);
}
.to-input-focused-border\/90 {
  --tw-gradient-to: rgb(98 98 98 / 0.9) var(--tw-gradient-to-position);
}
.to-input-focused-border\/95 {
  --tw-gradient-to: rgb(98 98 98 / 0.95) var(--tw-gradient-to-position);
}
.to-input-focused-border\/state-disabled {
  --tw-gradient-to: rgb(98 98 98 / 0.5) var(--tw-gradient-to-position);
}
.to-input-focused-border\/state-enabled {
  --tw-gradient-to: rgb(98 98 98 / 1) var(--tw-gradient-to-position);
}
.to-input-focused-placeholder {
  --tw-gradient-to: rgba(255, 255, 255, 0.4) var(--tw-gradient-to-position);
}
.to-input-focused-placeholder\/0 {
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
}
.to-input-focused-placeholder\/10 {
  --tw-gradient-to: rgba(255, 255, 255, 0.1) var(--tw-gradient-to-position);
}
.to-input-focused-placeholder\/100 {
  --tw-gradient-to: rgba(255, 255, 255, 1) var(--tw-gradient-to-position);
}
.to-input-focused-placeholder\/20 {
  --tw-gradient-to: rgba(255, 255, 255, 0.2) var(--tw-gradient-to-position);
}
.to-input-focused-placeholder\/25 {
  --tw-gradient-to: rgba(255, 255, 255, 0.25) var(--tw-gradient-to-position);
}
.to-input-focused-placeholder\/30 {
  --tw-gradient-to: rgba(255, 255, 255, 0.3) var(--tw-gradient-to-position);
}
.to-input-focused-placeholder\/40 {
  --tw-gradient-to: rgba(255, 255, 255, 0.4) var(--tw-gradient-to-position);
}
.to-input-focused-placeholder\/5 {
  --tw-gradient-to: rgba(255, 255, 255, 0.05) var(--tw-gradient-to-position);
}
.to-input-focused-placeholder\/50 {
  --tw-gradient-to: rgba(255, 255, 255, 0.5) var(--tw-gradient-to-position);
}
.to-input-focused-placeholder\/60 {
  --tw-gradient-to: rgba(255, 255, 255, 0.6) var(--tw-gradient-to-position);
}
.to-input-focused-placeholder\/70 {
  --tw-gradient-to: rgba(255, 255, 255, 0.7) var(--tw-gradient-to-position);
}
.to-input-focused-placeholder\/75 {
  --tw-gradient-to: rgba(255, 255, 255, 0.75) var(--tw-gradient-to-position);
}
.to-input-focused-placeholder\/80 {
  --tw-gradient-to: rgba(255, 255, 255, 0.8) var(--tw-gradient-to-position);
}
.to-input-focused-placeholder\/90 {
  --tw-gradient-to: rgba(255, 255, 255, 0.9) var(--tw-gradient-to-position);
}
.to-input-focused-placeholder\/95 {
  --tw-gradient-to: rgba(255, 255, 255, 0.95) var(--tw-gradient-to-position);
}
.to-input-focused-placeholder\/state-disabled {
  --tw-gradient-to: rgba(255, 255, 255, 0.5) var(--tw-gradient-to-position);
}
.to-input-focused-placeholder\/state-enabled {
  --tw-gradient-to: rgba(255, 255, 255, 1) var(--tw-gradient-to-position);
}
.to-input-focused-text {
  --tw-gradient-to: rgb(255, 255, 255) var(--tw-gradient-to-position);
}
.to-input-focused-text\/0 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
}
.to-input-focused-text\/10 {
  --tw-gradient-to: rgb(255 255 255 / 0.1) var(--tw-gradient-to-position);
}
.to-input-focused-text\/100 {
  --tw-gradient-to: rgb(255 255 255 / 1) var(--tw-gradient-to-position);
}
.to-input-focused-text\/20 {
  --tw-gradient-to: rgb(255 255 255 / 0.2) var(--tw-gradient-to-position);
}
.to-input-focused-text\/25 {
  --tw-gradient-to: rgb(255 255 255 / 0.25) var(--tw-gradient-to-position);
}
.to-input-focused-text\/30 {
  --tw-gradient-to: rgb(255 255 255 / 0.3) var(--tw-gradient-to-position);
}
.to-input-focused-text\/40 {
  --tw-gradient-to: rgb(255 255 255 / 0.4) var(--tw-gradient-to-position);
}
.to-input-focused-text\/5 {
  --tw-gradient-to: rgb(255 255 255 / 0.05) var(--tw-gradient-to-position);
}
.to-input-focused-text\/50 {
  --tw-gradient-to: rgb(255 255 255 / 0.5) var(--tw-gradient-to-position);
}
.to-input-focused-text\/60 {
  --tw-gradient-to: rgb(255 255 255 / 0.6) var(--tw-gradient-to-position);
}
.to-input-focused-text\/70 {
  --tw-gradient-to: rgb(255 255 255 / 0.7) var(--tw-gradient-to-position);
}
.to-input-focused-text\/75 {
  --tw-gradient-to: rgb(255 255 255 / 0.75) var(--tw-gradient-to-position);
}
.to-input-focused-text\/80 {
  --tw-gradient-to: rgb(255 255 255 / 0.8) var(--tw-gradient-to-position);
}
.to-input-focused-text\/90 {
  --tw-gradient-to: rgb(255 255 255 / 0.9) var(--tw-gradient-to-position);
}
.to-input-focused-text\/95 {
  --tw-gradient-to: rgb(255 255 255 / 0.95) var(--tw-gradient-to-position);
}
.to-input-focused-text\/state-disabled {
  --tw-gradient-to: rgb(255 255 255 / 0.5) var(--tw-gradient-to-position);
}
.to-input-focused-text\/state-enabled {
  --tw-gradient-to: rgb(255 255 255 / 1) var(--tw-gradient-to-position);
}
.to-input-placeholder {
  --tw-gradient-to: #616161 var(--tw-gradient-to-position);
}
.to-input-placeholder\/0 {
  --tw-gradient-to: rgb(97 97 97 / 0) var(--tw-gradient-to-position);
}
.to-input-placeholder\/10 {
  --tw-gradient-to: rgb(97 97 97 / 0.1) var(--tw-gradient-to-position);
}
.to-input-placeholder\/100 {
  --tw-gradient-to: rgb(97 97 97 / 1) var(--tw-gradient-to-position);
}
.to-input-placeholder\/20 {
  --tw-gradient-to: rgb(97 97 97 / 0.2) var(--tw-gradient-to-position);
}
.to-input-placeholder\/25 {
  --tw-gradient-to: rgb(97 97 97 / 0.25) var(--tw-gradient-to-position);
}
.to-input-placeholder\/30 {
  --tw-gradient-to: rgb(97 97 97 / 0.3) var(--tw-gradient-to-position);
}
.to-input-placeholder\/40 {
  --tw-gradient-to: rgb(97 97 97 / 0.4) var(--tw-gradient-to-position);
}
.to-input-placeholder\/5 {
  --tw-gradient-to: rgb(97 97 97 / 0.05) var(--tw-gradient-to-position);
}
.to-input-placeholder\/50 {
  --tw-gradient-to: rgb(97 97 97 / 0.5) var(--tw-gradient-to-position);
}
.to-input-placeholder\/60 {
  --tw-gradient-to: rgb(97 97 97 / 0.6) var(--tw-gradient-to-position);
}
.to-input-placeholder\/70 {
  --tw-gradient-to: rgb(97 97 97 / 0.7) var(--tw-gradient-to-position);
}
.to-input-placeholder\/75 {
  --tw-gradient-to: rgb(97 97 97 / 0.75) var(--tw-gradient-to-position);
}
.to-input-placeholder\/80 {
  --tw-gradient-to: rgb(97 97 97 / 0.8) var(--tw-gradient-to-position);
}
.to-input-placeholder\/90 {
  --tw-gradient-to: rgb(97 97 97 / 0.9) var(--tw-gradient-to-position);
}
.to-input-placeholder\/95 {
  --tw-gradient-to: rgb(97 97 97 / 0.95) var(--tw-gradient-to-position);
}
.to-input-placeholder\/state-disabled {
  --tw-gradient-to: rgb(97 97 97 / 0.5) var(--tw-gradient-to-position);
}
.to-input-placeholder\/state-enabled {
  --tw-gradient-to: rgb(97 97 97 / 1) var(--tw-gradient-to-position);
}
.to-input-radio-background {
  --tw-gradient-to: rgb(17, 17, 17) var(--tw-gradient-to-position);
}
.to-input-radio-background\/0 {
  --tw-gradient-to: rgb(17 17 17 / 0) var(--tw-gradient-to-position);
}
.to-input-radio-background\/10 {
  --tw-gradient-to: rgb(17 17 17 / 0.1) var(--tw-gradient-to-position);
}
.to-input-radio-background\/100 {
  --tw-gradient-to: rgb(17 17 17 / 1) var(--tw-gradient-to-position);
}
.to-input-radio-background\/20 {
  --tw-gradient-to: rgb(17 17 17 / 0.2) var(--tw-gradient-to-position);
}
.to-input-radio-background\/25 {
  --tw-gradient-to: rgb(17 17 17 / 0.25) var(--tw-gradient-to-position);
}
.to-input-radio-background\/30 {
  --tw-gradient-to: rgb(17 17 17 / 0.3) var(--tw-gradient-to-position);
}
.to-input-radio-background\/40 {
  --tw-gradient-to: rgb(17 17 17 / 0.4) var(--tw-gradient-to-position);
}
.to-input-radio-background\/5 {
  --tw-gradient-to: rgb(17 17 17 / 0.05) var(--tw-gradient-to-position);
}
.to-input-radio-background\/50 {
  --tw-gradient-to: rgb(17 17 17 / 0.5) var(--tw-gradient-to-position);
}
.to-input-radio-background\/60 {
  --tw-gradient-to: rgb(17 17 17 / 0.6) var(--tw-gradient-to-position);
}
.to-input-radio-background\/70 {
  --tw-gradient-to: rgb(17 17 17 / 0.7) var(--tw-gradient-to-position);
}
.to-input-radio-background\/75 {
  --tw-gradient-to: rgb(17 17 17 / 0.75) var(--tw-gradient-to-position);
}
.to-input-radio-background\/80 {
  --tw-gradient-to: rgb(17 17 17 / 0.8) var(--tw-gradient-to-position);
}
.to-input-radio-background\/90 {
  --tw-gradient-to: rgb(17 17 17 / 0.9) var(--tw-gradient-to-position);
}
.to-input-radio-background\/95 {
  --tw-gradient-to: rgb(17 17 17 / 0.95) var(--tw-gradient-to-position);
}
.to-input-radio-background\/state-disabled {
  --tw-gradient-to: rgb(17 17 17 / 0.5) var(--tw-gradient-to-position);
}
.to-input-radio-background\/state-enabled {
  --tw-gradient-to: rgb(17 17 17 / 1) var(--tw-gradient-to-position);
}
.to-input-radio-border {
  --tw-gradient-to: rgb(205, 141, 239) var(--tw-gradient-to-position);
}
.to-input-radio-border\/0 {
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
}
.to-input-radio-border\/10 {
  --tw-gradient-to: rgb(205 141 239 / 0.1) var(--tw-gradient-to-position);
}
.to-input-radio-border\/100 {
  --tw-gradient-to: rgb(205 141 239 / 1) var(--tw-gradient-to-position);
}
.to-input-radio-border\/20 {
  --tw-gradient-to: rgb(205 141 239 / 0.2) var(--tw-gradient-to-position);
}
.to-input-radio-border\/25 {
  --tw-gradient-to: rgb(205 141 239 / 0.25) var(--tw-gradient-to-position);
}
.to-input-radio-border\/30 {
  --tw-gradient-to: rgb(205 141 239 / 0.3) var(--tw-gradient-to-position);
}
.to-input-radio-border\/40 {
  --tw-gradient-to: rgb(205 141 239 / 0.4) var(--tw-gradient-to-position);
}
.to-input-radio-border\/5 {
  --tw-gradient-to: rgb(205 141 239 / 0.05) var(--tw-gradient-to-position);
}
.to-input-radio-border\/50 {
  --tw-gradient-to: rgb(205 141 239 / 0.5) var(--tw-gradient-to-position);
}
.to-input-radio-border\/60 {
  --tw-gradient-to: rgb(205 141 239 / 0.6) var(--tw-gradient-to-position);
}
.to-input-radio-border\/70 {
  --tw-gradient-to: rgb(205 141 239 / 0.7) var(--tw-gradient-to-position);
}
.to-input-radio-border\/75 {
  --tw-gradient-to: rgb(205 141 239 / 0.75) var(--tw-gradient-to-position);
}
.to-input-radio-border\/80 {
  --tw-gradient-to: rgb(205 141 239 / 0.8) var(--tw-gradient-to-position);
}
.to-input-radio-border\/90 {
  --tw-gradient-to: rgb(205 141 239 / 0.9) var(--tw-gradient-to-position);
}
.to-input-radio-border\/95 {
  --tw-gradient-to: rgb(205 141 239 / 0.95) var(--tw-gradient-to-position);
}
.to-input-radio-border\/state-disabled {
  --tw-gradient-to: rgb(205 141 239 / 0.5) var(--tw-gradient-to-position);
}
.to-input-radio-border\/state-enabled {
  --tw-gradient-to: rgb(205 141 239 / 1) var(--tw-gradient-to-position);
}
.to-input-radio-contrast {
  --tw-gradient-to: rgb(255, 255, 255) var(--tw-gradient-to-position);
}
.to-input-radio-contrast\/0 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
}
.to-input-radio-contrast\/10 {
  --tw-gradient-to: rgb(255 255 255 / 0.1) var(--tw-gradient-to-position);
}
.to-input-radio-contrast\/100 {
  --tw-gradient-to: rgb(255 255 255 / 1) var(--tw-gradient-to-position);
}
.to-input-radio-contrast\/20 {
  --tw-gradient-to: rgb(255 255 255 / 0.2) var(--tw-gradient-to-position);
}
.to-input-radio-contrast\/25 {
  --tw-gradient-to: rgb(255 255 255 / 0.25) var(--tw-gradient-to-position);
}
.to-input-radio-contrast\/30 {
  --tw-gradient-to: rgb(255 255 255 / 0.3) var(--tw-gradient-to-position);
}
.to-input-radio-contrast\/40 {
  --tw-gradient-to: rgb(255 255 255 / 0.4) var(--tw-gradient-to-position);
}
.to-input-radio-contrast\/5 {
  --tw-gradient-to: rgb(255 255 255 / 0.05) var(--tw-gradient-to-position);
}
.to-input-radio-contrast\/50 {
  --tw-gradient-to: rgb(255 255 255 / 0.5) var(--tw-gradient-to-position);
}
.to-input-radio-contrast\/60 {
  --tw-gradient-to: rgb(255 255 255 / 0.6) var(--tw-gradient-to-position);
}
.to-input-radio-contrast\/70 {
  --tw-gradient-to: rgb(255 255 255 / 0.7) var(--tw-gradient-to-position);
}
.to-input-radio-contrast\/75 {
  --tw-gradient-to: rgb(255 255 255 / 0.75) var(--tw-gradient-to-position);
}
.to-input-radio-contrast\/80 {
  --tw-gradient-to: rgb(255 255 255 / 0.8) var(--tw-gradient-to-position);
}
.to-input-radio-contrast\/90 {
  --tw-gradient-to: rgb(255 255 255 / 0.9) var(--tw-gradient-to-position);
}
.to-input-radio-contrast\/95 {
  --tw-gradient-to: rgb(255 255 255 / 0.95) var(--tw-gradient-to-position);
}
.to-input-radio-contrast\/state-disabled {
  --tw-gradient-to: rgb(255 255 255 / 0.5) var(--tw-gradient-to-position);
}
.to-input-radio-contrast\/state-enabled {
  --tw-gradient-to: rgb(255 255 255 / 1) var(--tw-gradient-to-position);
}
.to-input-switch-backgroundOff {
  --tw-gradient-to: rgb(156, 163, 175) var(--tw-gradient-to-position);
}
.to-input-switch-backgroundOff\/0 {
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
}
.to-input-switch-backgroundOff\/10 {
  --tw-gradient-to: rgb(156 163 175 / 0.1) var(--tw-gradient-to-position);
}
.to-input-switch-backgroundOff\/100 {
  --tw-gradient-to: rgb(156 163 175 / 1) var(--tw-gradient-to-position);
}
.to-input-switch-backgroundOff\/20 {
  --tw-gradient-to: rgb(156 163 175 / 0.2) var(--tw-gradient-to-position);
}
.to-input-switch-backgroundOff\/25 {
  --tw-gradient-to: rgb(156 163 175 / 0.25) var(--tw-gradient-to-position);
}
.to-input-switch-backgroundOff\/30 {
  --tw-gradient-to: rgb(156 163 175 / 0.3) var(--tw-gradient-to-position);
}
.to-input-switch-backgroundOff\/40 {
  --tw-gradient-to: rgb(156 163 175 / 0.4) var(--tw-gradient-to-position);
}
.to-input-switch-backgroundOff\/5 {
  --tw-gradient-to: rgb(156 163 175 / 0.05) var(--tw-gradient-to-position);
}
.to-input-switch-backgroundOff\/50 {
  --tw-gradient-to: rgb(156 163 175 / 0.5) var(--tw-gradient-to-position);
}
.to-input-switch-backgroundOff\/60 {
  --tw-gradient-to: rgb(156 163 175 / 0.6) var(--tw-gradient-to-position);
}
.to-input-switch-backgroundOff\/70 {
  --tw-gradient-to: rgb(156 163 175 / 0.7) var(--tw-gradient-to-position);
}
.to-input-switch-backgroundOff\/75 {
  --tw-gradient-to: rgb(156 163 175 / 0.75) var(--tw-gradient-to-position);
}
.to-input-switch-backgroundOff\/80 {
  --tw-gradient-to: rgb(156 163 175 / 0.8) var(--tw-gradient-to-position);
}
.to-input-switch-backgroundOff\/90 {
  --tw-gradient-to: rgb(156 163 175 / 0.9) var(--tw-gradient-to-position);
}
.to-input-switch-backgroundOff\/95 {
  --tw-gradient-to: rgb(156 163 175 / 0.95) var(--tw-gradient-to-position);
}
.to-input-switch-backgroundOff\/state-disabled {
  --tw-gradient-to: rgb(156 163 175 / 0.5) var(--tw-gradient-to-position);
}
.to-input-switch-backgroundOff\/state-enabled {
  --tw-gradient-to: rgb(156 163 175 / 1) var(--tw-gradient-to-position);
}
.to-input-switch-backgroundOn {
  --tw-gradient-to: rgb(205, 141, 239) var(--tw-gradient-to-position);
}
.to-input-switch-backgroundOn\/0 {
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
}
.to-input-switch-backgroundOn\/10 {
  --tw-gradient-to: rgb(205 141 239 / 0.1) var(--tw-gradient-to-position);
}
.to-input-switch-backgroundOn\/100 {
  --tw-gradient-to: rgb(205 141 239 / 1) var(--tw-gradient-to-position);
}
.to-input-switch-backgroundOn\/20 {
  --tw-gradient-to: rgb(205 141 239 / 0.2) var(--tw-gradient-to-position);
}
.to-input-switch-backgroundOn\/25 {
  --tw-gradient-to: rgb(205 141 239 / 0.25) var(--tw-gradient-to-position);
}
.to-input-switch-backgroundOn\/30 {
  --tw-gradient-to: rgb(205 141 239 / 0.3) var(--tw-gradient-to-position);
}
.to-input-switch-backgroundOn\/40 {
  --tw-gradient-to: rgb(205 141 239 / 0.4) var(--tw-gradient-to-position);
}
.to-input-switch-backgroundOn\/5 {
  --tw-gradient-to: rgb(205 141 239 / 0.05) var(--tw-gradient-to-position);
}
.to-input-switch-backgroundOn\/50 {
  --tw-gradient-to: rgb(205 141 239 / 0.5) var(--tw-gradient-to-position);
}
.to-input-switch-backgroundOn\/60 {
  --tw-gradient-to: rgb(205 141 239 / 0.6) var(--tw-gradient-to-position);
}
.to-input-switch-backgroundOn\/70 {
  --tw-gradient-to: rgb(205 141 239 / 0.7) var(--tw-gradient-to-position);
}
.to-input-switch-backgroundOn\/75 {
  --tw-gradient-to: rgb(205 141 239 / 0.75) var(--tw-gradient-to-position);
}
.to-input-switch-backgroundOn\/80 {
  --tw-gradient-to: rgb(205 141 239 / 0.8) var(--tw-gradient-to-position);
}
.to-input-switch-backgroundOn\/90 {
  --tw-gradient-to: rgb(205 141 239 / 0.9) var(--tw-gradient-to-position);
}
.to-input-switch-backgroundOn\/95 {
  --tw-gradient-to: rgb(205 141 239 / 0.95) var(--tw-gradient-to-position);
}
.to-input-switch-backgroundOn\/state-disabled {
  --tw-gradient-to: rgb(205 141 239 / 0.5) var(--tw-gradient-to-position);
}
.to-input-switch-backgroundOn\/state-enabled {
  --tw-gradient-to: rgb(205 141 239 / 1) var(--tw-gradient-to-position);
}
.to-input-switch-contrast {
  --tw-gradient-to: rgb(64, 64, 64) var(--tw-gradient-to-position);
}
.to-input-switch-contrast\/0 {
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
}
.to-input-switch-contrast\/10 {
  --tw-gradient-to: rgb(64 64 64 / 0.1) var(--tw-gradient-to-position);
}
.to-input-switch-contrast\/100 {
  --tw-gradient-to: rgb(64 64 64 / 1) var(--tw-gradient-to-position);
}
.to-input-switch-contrast\/20 {
  --tw-gradient-to: rgb(64 64 64 / 0.2) var(--tw-gradient-to-position);
}
.to-input-switch-contrast\/25 {
  --tw-gradient-to: rgb(64 64 64 / 0.25) var(--tw-gradient-to-position);
}
.to-input-switch-contrast\/30 {
  --tw-gradient-to: rgb(64 64 64 / 0.3) var(--tw-gradient-to-position);
}
.to-input-switch-contrast\/40 {
  --tw-gradient-to: rgb(64 64 64 / 0.4) var(--tw-gradient-to-position);
}
.to-input-switch-contrast\/5 {
  --tw-gradient-to: rgb(64 64 64 / 0.05) var(--tw-gradient-to-position);
}
.to-input-switch-contrast\/50 {
  --tw-gradient-to: rgb(64 64 64 / 0.5) var(--tw-gradient-to-position);
}
.to-input-switch-contrast\/60 {
  --tw-gradient-to: rgb(64 64 64 / 0.6) var(--tw-gradient-to-position);
}
.to-input-switch-contrast\/70 {
  --tw-gradient-to: rgb(64 64 64 / 0.7) var(--tw-gradient-to-position);
}
.to-input-switch-contrast\/75 {
  --tw-gradient-to: rgb(64 64 64 / 0.75) var(--tw-gradient-to-position);
}
.to-input-switch-contrast\/80 {
  --tw-gradient-to: rgb(64 64 64 / 0.8) var(--tw-gradient-to-position);
}
.to-input-switch-contrast\/90 {
  --tw-gradient-to: rgb(64 64 64 / 0.9) var(--tw-gradient-to-position);
}
.to-input-switch-contrast\/95 {
  --tw-gradient-to: rgb(64 64 64 / 0.95) var(--tw-gradient-to-position);
}
.to-input-switch-contrast\/state-disabled {
  --tw-gradient-to: rgb(64 64 64 / 0.5) var(--tw-gradient-to-position);
}
.to-input-switch-contrast\/state-enabled {
  --tw-gradient-to: rgb(64 64 64 / 1) var(--tw-gradient-to-position);
}
.to-input-text {
  --tw-gradient-to: #FFFFFF var(--tw-gradient-to-position);
}
.to-input-text\/0 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
}
.to-input-text\/10 {
  --tw-gradient-to: rgb(255 255 255 / 0.1) var(--tw-gradient-to-position);
}
.to-input-text\/100 {
  --tw-gradient-to: rgb(255 255 255 / 1) var(--tw-gradient-to-position);
}
.to-input-text\/20 {
  --tw-gradient-to: rgb(255 255 255 / 0.2) var(--tw-gradient-to-position);
}
.to-input-text\/25 {
  --tw-gradient-to: rgb(255 255 255 / 0.25) var(--tw-gradient-to-position);
}
.to-input-text\/30 {
  --tw-gradient-to: rgb(255 255 255 / 0.3) var(--tw-gradient-to-position);
}
.to-input-text\/40 {
  --tw-gradient-to: rgb(255 255 255 / 0.4) var(--tw-gradient-to-position);
}
.to-input-text\/5 {
  --tw-gradient-to: rgb(255 255 255 / 0.05) var(--tw-gradient-to-position);
}
.to-input-text\/50 {
  --tw-gradient-to: rgb(255 255 255 / 0.5) var(--tw-gradient-to-position);
}
.to-input-text\/60 {
  --tw-gradient-to: rgb(255 255 255 / 0.6) var(--tw-gradient-to-position);
}
.to-input-text\/70 {
  --tw-gradient-to: rgb(255 255 255 / 0.7) var(--tw-gradient-to-position);
}
.to-input-text\/75 {
  --tw-gradient-to: rgb(255 255 255 / 0.75) var(--tw-gradient-to-position);
}
.to-input-text\/80 {
  --tw-gradient-to: rgb(255 255 255 / 0.8) var(--tw-gradient-to-position);
}
.to-input-text\/90 {
  --tw-gradient-to: rgb(255 255 255 / 0.9) var(--tw-gradient-to-position);
}
.to-input-text\/95 {
  --tw-gradient-to: rgb(255 255 255 / 0.95) var(--tw-gradient-to-position);
}
.to-input-text\/state-disabled {
  --tw-gradient-to: rgb(255 255 255 / 0.5) var(--tw-gradient-to-position);
}
.to-input-text\/state-enabled {
  --tw-gradient-to: rgb(255 255 255 / 1) var(--tw-gradient-to-position);
}
.to-loader-default {
  --tw-gradient-to: rgb(205, 141, 239) var(--tw-gradient-to-position);
}
.to-loader-default\/0 {
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
}
.to-loader-default\/10 {
  --tw-gradient-to: rgb(205 141 239 / 0.1) var(--tw-gradient-to-position);
}
.to-loader-default\/100 {
  --tw-gradient-to: rgb(205 141 239 / 1) var(--tw-gradient-to-position);
}
.to-loader-default\/20 {
  --tw-gradient-to: rgb(205 141 239 / 0.2) var(--tw-gradient-to-position);
}
.to-loader-default\/25 {
  --tw-gradient-to: rgb(205 141 239 / 0.25) var(--tw-gradient-to-position);
}
.to-loader-default\/30 {
  --tw-gradient-to: rgb(205 141 239 / 0.3) var(--tw-gradient-to-position);
}
.to-loader-default\/40 {
  --tw-gradient-to: rgb(205 141 239 / 0.4) var(--tw-gradient-to-position);
}
.to-loader-default\/5 {
  --tw-gradient-to: rgb(205 141 239 / 0.05) var(--tw-gradient-to-position);
}
.to-loader-default\/50 {
  --tw-gradient-to: rgb(205 141 239 / 0.5) var(--tw-gradient-to-position);
}
.to-loader-default\/60 {
  --tw-gradient-to: rgb(205 141 239 / 0.6) var(--tw-gradient-to-position);
}
.to-loader-default\/70 {
  --tw-gradient-to: rgb(205 141 239 / 0.7) var(--tw-gradient-to-position);
}
.to-loader-default\/75 {
  --tw-gradient-to: rgb(205 141 239 / 0.75) var(--tw-gradient-to-position);
}
.to-loader-default\/80 {
  --tw-gradient-to: rgb(205 141 239 / 0.8) var(--tw-gradient-to-position);
}
.to-loader-default\/90 {
  --tw-gradient-to: rgb(205 141 239 / 0.9) var(--tw-gradient-to-position);
}
.to-loader-default\/95 {
  --tw-gradient-to: rgb(205 141 239 / 0.95) var(--tw-gradient-to-position);
}
.to-loader-default\/state-disabled {
  --tw-gradient-to: rgb(205 141 239 / 0.5) var(--tw-gradient-to-position);
}
.to-loader-default\/state-enabled {
  --tw-gradient-to: rgb(205 141 239 / 1) var(--tw-gradient-to-position);
}
.to-panel-alternate {
  --tw-gradient-to: rgb(29, 29, 29) var(--tw-gradient-to-position);
}
.to-panel-alternate\/0 {
  --tw-gradient-to: rgb(29 29 29 / 0) var(--tw-gradient-to-position);
}
.to-panel-alternate\/10 {
  --tw-gradient-to: rgb(29 29 29 / 0.1) var(--tw-gradient-to-position);
}
.to-panel-alternate\/100 {
  --tw-gradient-to: rgb(29 29 29 / 1) var(--tw-gradient-to-position);
}
.to-panel-alternate\/20 {
  --tw-gradient-to: rgb(29 29 29 / 0.2) var(--tw-gradient-to-position);
}
.to-panel-alternate\/25 {
  --tw-gradient-to: rgb(29 29 29 / 0.25) var(--tw-gradient-to-position);
}
.to-panel-alternate\/30 {
  --tw-gradient-to: rgb(29 29 29 / 0.3) var(--tw-gradient-to-position);
}
.to-panel-alternate\/40 {
  --tw-gradient-to: rgb(29 29 29 / 0.4) var(--tw-gradient-to-position);
}
.to-panel-alternate\/5 {
  --tw-gradient-to: rgb(29 29 29 / 0.05) var(--tw-gradient-to-position);
}
.to-panel-alternate\/50 {
  --tw-gradient-to: rgb(29 29 29 / 0.5) var(--tw-gradient-to-position);
}
.to-panel-alternate\/60 {
  --tw-gradient-to: rgb(29 29 29 / 0.6) var(--tw-gradient-to-position);
}
.to-panel-alternate\/70 {
  --tw-gradient-to: rgb(29 29 29 / 0.7) var(--tw-gradient-to-position);
}
.to-panel-alternate\/75 {
  --tw-gradient-to: rgb(29 29 29 / 0.75) var(--tw-gradient-to-position);
}
.to-panel-alternate\/80 {
  --tw-gradient-to: rgb(29 29 29 / 0.8) var(--tw-gradient-to-position);
}
.to-panel-alternate\/90 {
  --tw-gradient-to: rgb(29 29 29 / 0.9) var(--tw-gradient-to-position);
}
.to-panel-alternate\/95 {
  --tw-gradient-to: rgb(29 29 29 / 0.95) var(--tw-gradient-to-position);
}
.to-panel-alternate\/state-disabled {
  --tw-gradient-to: rgb(29 29 29 / 0.5) var(--tw-gradient-to-position);
}
.to-panel-alternate\/state-enabled {
  --tw-gradient-to: rgb(29 29 29 / 1) var(--tw-gradient-to-position);
}
.to-panel-base {
  --tw-gradient-to: rgb(16, 16, 16) var(--tw-gradient-to-position);
}
.to-panel-base\/0 {
  --tw-gradient-to: rgb(16 16 16 / 0) var(--tw-gradient-to-position);
}
.to-panel-base\/10 {
  --tw-gradient-to: rgb(16 16 16 / 0.1) var(--tw-gradient-to-position);
}
.to-panel-base\/100 {
  --tw-gradient-to: rgb(16 16 16 / 1) var(--tw-gradient-to-position);
}
.to-panel-base\/20 {
  --tw-gradient-to: rgb(16 16 16 / 0.2) var(--tw-gradient-to-position);
}
.to-panel-base\/25 {
  --tw-gradient-to: rgb(16 16 16 / 0.25) var(--tw-gradient-to-position);
}
.to-panel-base\/30 {
  --tw-gradient-to: rgb(16 16 16 / 0.3) var(--tw-gradient-to-position);
}
.to-panel-base\/40 {
  --tw-gradient-to: rgb(16 16 16 / 0.4) var(--tw-gradient-to-position);
}
.to-panel-base\/5 {
  --tw-gradient-to: rgb(16 16 16 / 0.05) var(--tw-gradient-to-position);
}
.to-panel-base\/50 {
  --tw-gradient-to: rgb(16 16 16 / 0.5) var(--tw-gradient-to-position);
}
.to-panel-base\/60 {
  --tw-gradient-to: rgb(16 16 16 / 0.6) var(--tw-gradient-to-position);
}
.to-panel-base\/70 {
  --tw-gradient-to: rgb(16 16 16 / 0.7) var(--tw-gradient-to-position);
}
.to-panel-base\/75 {
  --tw-gradient-to: rgb(16 16 16 / 0.75) var(--tw-gradient-to-position);
}
.to-panel-base\/80 {
  --tw-gradient-to: rgb(16 16 16 / 0.8) var(--tw-gradient-to-position);
}
.to-panel-base\/90 {
  --tw-gradient-to: rgb(16 16 16 / 0.9) var(--tw-gradient-to-position);
}
.to-panel-base\/95 {
  --tw-gradient-to: rgb(16 16 16 / 0.95) var(--tw-gradient-to-position);
}
.to-panel-base\/state-disabled {
  --tw-gradient-to: rgb(16 16 16 / 0.5) var(--tw-gradient-to-position);
}
.to-panel-base\/state-enabled {
  --tw-gradient-to: rgb(16 16 16 / 1) var(--tw-gradient-to-position);
}
.to-panel-border {
  --tw-gradient-to: rgba(255, 255, 255, 0.05) var(--tw-gradient-to-position);
}
.to-panel-border\/0 {
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
}
.to-panel-border\/10 {
  --tw-gradient-to: rgba(255, 255, 255, 0.1) var(--tw-gradient-to-position);
}
.to-panel-border\/100 {
  --tw-gradient-to: rgba(255, 255, 255, 1) var(--tw-gradient-to-position);
}
.to-panel-border\/20 {
  --tw-gradient-to: rgba(255, 255, 255, 0.2) var(--tw-gradient-to-position);
}
.to-panel-border\/25 {
  --tw-gradient-to: rgba(255, 255, 255, 0.25) var(--tw-gradient-to-position);
}
.to-panel-border\/30 {
  --tw-gradient-to: rgba(255, 255, 255, 0.3) var(--tw-gradient-to-position);
}
.to-panel-border\/40 {
  --tw-gradient-to: rgba(255, 255, 255, 0.4) var(--tw-gradient-to-position);
}
.to-panel-border\/5 {
  --tw-gradient-to: rgba(255, 255, 255, 0.05) var(--tw-gradient-to-position);
}
.to-panel-border\/50 {
  --tw-gradient-to: rgba(255, 255, 255, 0.5) var(--tw-gradient-to-position);
}
.to-panel-border\/60 {
  --tw-gradient-to: rgba(255, 255, 255, 0.6) var(--tw-gradient-to-position);
}
.to-panel-border\/70 {
  --tw-gradient-to: rgba(255, 255, 255, 0.7) var(--tw-gradient-to-position);
}
.to-panel-border\/75 {
  --tw-gradient-to: rgba(255, 255, 255, 0.75) var(--tw-gradient-to-position);
}
.to-panel-border\/80 {
  --tw-gradient-to: rgba(255, 255, 255, 0.8) var(--tw-gradient-to-position);
}
.to-panel-border\/90 {
  --tw-gradient-to: rgba(255, 255, 255, 0.9) var(--tw-gradient-to-position);
}
.to-panel-border\/95 {
  --tw-gradient-to: rgba(255, 255, 255, 0.95) var(--tw-gradient-to-position);
}
.to-panel-border\/state-disabled {
  --tw-gradient-to: rgba(255, 255, 255, 0.5) var(--tw-gradient-to-position);
}
.to-panel-border\/state-enabled {
  --tw-gradient-to: rgba(255, 255, 255, 1) var(--tw-gradient-to-position);
}
.to-panel-default {
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
}
.to-panel-default\/0 {
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
}
.to-panel-default\/10 {
  --tw-gradient-to: rgba(255, 255, 255, 0.1) var(--tw-gradient-to-position);
}
.to-panel-default\/100 {
  --tw-gradient-to: rgba(255, 255, 255, 1) var(--tw-gradient-to-position);
}
.to-panel-default\/20 {
  --tw-gradient-to: rgba(255, 255, 255, 0.2) var(--tw-gradient-to-position);
}
.to-panel-default\/25 {
  --tw-gradient-to: rgba(255, 255, 255, 0.25) var(--tw-gradient-to-position);
}
.to-panel-default\/30 {
  --tw-gradient-to: rgba(255, 255, 255, 0.3) var(--tw-gradient-to-position);
}
.to-panel-default\/40 {
  --tw-gradient-to: rgba(255, 255, 255, 0.4) var(--tw-gradient-to-position);
}
.to-panel-default\/5 {
  --tw-gradient-to: rgba(255, 255, 255, 0.05) var(--tw-gradient-to-position);
}
.to-panel-default\/50 {
  --tw-gradient-to: rgba(255, 255, 255, 0.5) var(--tw-gradient-to-position);
}
.to-panel-default\/60 {
  --tw-gradient-to: rgba(255, 255, 255, 0.6) var(--tw-gradient-to-position);
}
.to-panel-default\/70 {
  --tw-gradient-to: rgba(255, 255, 255, 0.7) var(--tw-gradient-to-position);
}
.to-panel-default\/75 {
  --tw-gradient-to: rgba(255, 255, 255, 0.75) var(--tw-gradient-to-position);
}
.to-panel-default\/80 {
  --tw-gradient-to: rgba(255, 255, 255, 0.8) var(--tw-gradient-to-position);
}
.to-panel-default\/90 {
  --tw-gradient-to: rgba(255, 255, 255, 0.9) var(--tw-gradient-to-position);
}
.to-panel-default\/95 {
  --tw-gradient-to: rgba(255, 255, 255, 0.95) var(--tw-gradient-to-position);
}
.to-panel-default\/state-disabled {
  --tw-gradient-to: rgba(255, 255, 255, 0.5) var(--tw-gradient-to-position);
}
.to-panel-default\/state-enabled {
  --tw-gradient-to: rgba(255, 255, 255, 1) var(--tw-gradient-to-position);
}
.to-panel-shadow {
  --tw-gradient-to: rgba(0, 0, 0, 0.2) var(--tw-gradient-to-position);
}
.to-panel-shadow\/0 {
  --tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);
}
.to-panel-shadow\/10 {
  --tw-gradient-to: rgba(0, 0, 0, 0.1) var(--tw-gradient-to-position);
}
.to-panel-shadow\/100 {
  --tw-gradient-to: rgba(0, 0, 0, 1) var(--tw-gradient-to-position);
}
.to-panel-shadow\/20 {
  --tw-gradient-to: rgba(0, 0, 0, 0.2) var(--tw-gradient-to-position);
}
.to-panel-shadow\/25 {
  --tw-gradient-to: rgba(0, 0, 0, 0.25) var(--tw-gradient-to-position);
}
.to-panel-shadow\/30 {
  --tw-gradient-to: rgba(0, 0, 0, 0.3) var(--tw-gradient-to-position);
}
.to-panel-shadow\/40 {
  --tw-gradient-to: rgba(0, 0, 0, 0.4) var(--tw-gradient-to-position);
}
.to-panel-shadow\/5 {
  --tw-gradient-to: rgba(0, 0, 0, 0.05) var(--tw-gradient-to-position);
}
.to-panel-shadow\/50 {
  --tw-gradient-to: rgba(0, 0, 0, 0.5) var(--tw-gradient-to-position);
}
.to-panel-shadow\/60 {
  --tw-gradient-to: rgba(0, 0, 0, 0.6) var(--tw-gradient-to-position);
}
.to-panel-shadow\/70 {
  --tw-gradient-to: rgba(0, 0, 0, 0.7) var(--tw-gradient-to-position);
}
.to-panel-shadow\/75 {
  --tw-gradient-to: rgba(0, 0, 0, 0.75) var(--tw-gradient-to-position);
}
.to-panel-shadow\/80 {
  --tw-gradient-to: rgba(0, 0, 0, 0.8) var(--tw-gradient-to-position);
}
.to-panel-shadow\/90 {
  --tw-gradient-to: rgba(0, 0, 0, 0.9) var(--tw-gradient-to-position);
}
.to-panel-shadow\/95 {
  --tw-gradient-to: rgba(0, 0, 0, 0.95) var(--tw-gradient-to-position);
}
.to-panel-shadow\/state-disabled {
  --tw-gradient-to: rgba(0, 0, 0, 0.5) var(--tw-gradient-to-position);
}
.to-panel-shadow\/state-enabled {
  --tw-gradient-to: rgba(0, 0, 0, 1) var(--tw-gradient-to-position);
}
.to-typography-accent {
  --tw-gradient-to: rgb(205, 141, 239) var(--tw-gradient-to-position);
}
.to-typography-accent\/0 {
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
}
.to-typography-accent\/10 {
  --tw-gradient-to: rgb(205 141 239 / 0.1) var(--tw-gradient-to-position);
}
.to-typography-accent\/100 {
  --tw-gradient-to: rgb(205 141 239 / 1) var(--tw-gradient-to-position);
}
.to-typography-accent\/20 {
  --tw-gradient-to: rgb(205 141 239 / 0.2) var(--tw-gradient-to-position);
}
.to-typography-accent\/25 {
  --tw-gradient-to: rgb(205 141 239 / 0.25) var(--tw-gradient-to-position);
}
.to-typography-accent\/30 {
  --tw-gradient-to: rgb(205 141 239 / 0.3) var(--tw-gradient-to-position);
}
.to-typography-accent\/40 {
  --tw-gradient-to: rgb(205 141 239 / 0.4) var(--tw-gradient-to-position);
}
.to-typography-accent\/5 {
  --tw-gradient-to: rgb(205 141 239 / 0.05) var(--tw-gradient-to-position);
}
.to-typography-accent\/50 {
  --tw-gradient-to: rgb(205 141 239 / 0.5) var(--tw-gradient-to-position);
}
.to-typography-accent\/60 {
  --tw-gradient-to: rgb(205 141 239 / 0.6) var(--tw-gradient-to-position);
}
.to-typography-accent\/70 {
  --tw-gradient-to: rgb(205 141 239 / 0.7) var(--tw-gradient-to-position);
}
.to-typography-accent\/75 {
  --tw-gradient-to: rgb(205 141 239 / 0.75) var(--tw-gradient-to-position);
}
.to-typography-accent\/80 {
  --tw-gradient-to: rgb(205 141 239 / 0.8) var(--tw-gradient-to-position);
}
.to-typography-accent\/90 {
  --tw-gradient-to: rgb(205 141 239 / 0.9) var(--tw-gradient-to-position);
}
.to-typography-accent\/95 {
  --tw-gradient-to: rgb(205 141 239 / 0.95) var(--tw-gradient-to-position);
}
.to-typography-accent\/state-disabled {
  --tw-gradient-to: rgb(205 141 239 / 0.5) var(--tw-gradient-to-position);
}
.to-typography-accent\/state-enabled {
  --tw-gradient-to: rgb(205 141 239 / 1) var(--tw-gradient-to-position);
}
.to-typography-alternate {
  --tw-gradient-to: rgb(6, 182, 212) var(--tw-gradient-to-position);
}
.to-typography-alternate\/0 {
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
}
.to-typography-alternate\/10 {
  --tw-gradient-to: rgb(6 182 212 / 0.1) var(--tw-gradient-to-position);
}
.to-typography-alternate\/100 {
  --tw-gradient-to: rgb(6 182 212 / 1) var(--tw-gradient-to-position);
}
.to-typography-alternate\/20 {
  --tw-gradient-to: rgb(6 182 212 / 0.2) var(--tw-gradient-to-position);
}
.to-typography-alternate\/25 {
  --tw-gradient-to: rgb(6 182 212 / 0.25) var(--tw-gradient-to-position);
}
.to-typography-alternate\/30 {
  --tw-gradient-to: rgb(6 182 212 / 0.3) var(--tw-gradient-to-position);
}
.to-typography-alternate\/40 {
  --tw-gradient-to: rgb(6 182 212 / 0.4) var(--tw-gradient-to-position);
}
.to-typography-alternate\/5 {
  --tw-gradient-to: rgb(6 182 212 / 0.05) var(--tw-gradient-to-position);
}
.to-typography-alternate\/50 {
  --tw-gradient-to: rgb(6 182 212 / 0.5) var(--tw-gradient-to-position);
}
.to-typography-alternate\/60 {
  --tw-gradient-to: rgb(6 182 212 / 0.6) var(--tw-gradient-to-position);
}
.to-typography-alternate\/70 {
  --tw-gradient-to: rgb(6 182 212 / 0.7) var(--tw-gradient-to-position);
}
.to-typography-alternate\/75 {
  --tw-gradient-to: rgb(6 182 212 / 0.75) var(--tw-gradient-to-position);
}
.to-typography-alternate\/80 {
  --tw-gradient-to: rgb(6 182 212 / 0.8) var(--tw-gradient-to-position);
}
.to-typography-alternate\/90 {
  --tw-gradient-to: rgb(6 182 212 / 0.9) var(--tw-gradient-to-position);
}
.to-typography-alternate\/95 {
  --tw-gradient-to: rgb(6 182 212 / 0.95) var(--tw-gradient-to-position);
}
.to-typography-alternate\/state-disabled {
  --tw-gradient-to: rgb(6 182 212 / 0.5) var(--tw-gradient-to-position);
}
.to-typography-alternate\/state-enabled {
  --tw-gradient-to: rgb(6 182 212 / 1) var(--tw-gradient-to-position);
}
.to-typography-default {
  --tw-gradient-to: rgb(255, 255, 255) var(--tw-gradient-to-position);
}
.to-typography-default\/0 {
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
}
.to-typography-default\/10 {
  --tw-gradient-to: rgb(255 255 255 / 0.1) var(--tw-gradient-to-position);
}
.to-typography-default\/100 {
  --tw-gradient-to: rgb(255 255 255 / 1) var(--tw-gradient-to-position);
}
.to-typography-default\/20 {
  --tw-gradient-to: rgb(255 255 255 / 0.2) var(--tw-gradient-to-position);
}
.to-typography-default\/25 {
  --tw-gradient-to: rgb(255 255 255 / 0.25) var(--tw-gradient-to-position);
}
.to-typography-default\/30 {
  --tw-gradient-to: rgb(255 255 255 / 0.3) var(--tw-gradient-to-position);
}
.to-typography-default\/40 {
  --tw-gradient-to: rgb(255 255 255 / 0.4) var(--tw-gradient-to-position);
}
.to-typography-default\/5 {
  --tw-gradient-to: rgb(255 255 255 / 0.05) var(--tw-gradient-to-position);
}
.to-typography-default\/50 {
  --tw-gradient-to: rgb(255 255 255 / 0.5) var(--tw-gradient-to-position);
}
.to-typography-default\/60 {
  --tw-gradient-to: rgb(255 255 255 / 0.6) var(--tw-gradient-to-position);
}
.to-typography-default\/70 {
  --tw-gradient-to: rgb(255 255 255 / 0.7) var(--tw-gradient-to-position);
}
.to-typography-default\/75 {
  --tw-gradient-to: rgb(255 255 255 / 0.75) var(--tw-gradient-to-position);
}
.to-typography-default\/80 {
  --tw-gradient-to: rgb(255 255 255 / 0.8) var(--tw-gradient-to-position);
}
.to-typography-default\/90 {
  --tw-gradient-to: rgb(255 255 255 / 0.9) var(--tw-gradient-to-position);
}
.to-typography-default\/95 {
  --tw-gradient-to: rgb(255 255 255 / 0.95) var(--tw-gradient-to-position);
}
.to-typography-default\/state-disabled {
  --tw-gradient-to: rgb(255 255 255 / 0.5) var(--tw-gradient-to-position);
}
.to-typography-default\/state-enabled {
  --tw-gradient-to: rgb(255 255 255 / 1) var(--tw-gradient-to-position);
}
.to-typography-error {
  --tw-gradient-to: rgb(248, 113, 113) var(--tw-gradient-to-position);
}
.to-typography-error\/0 {
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
}
.to-typography-error\/10 {
  --tw-gradient-to: rgb(248 113 113 / 0.1) var(--tw-gradient-to-position);
}
.to-typography-error\/100 {
  --tw-gradient-to: rgb(248 113 113 / 1) var(--tw-gradient-to-position);
}
.to-typography-error\/20 {
  --tw-gradient-to: rgb(248 113 113 / 0.2) var(--tw-gradient-to-position);
}
.to-typography-error\/25 {
  --tw-gradient-to: rgb(248 113 113 / 0.25) var(--tw-gradient-to-position);
}
.to-typography-error\/30 {
  --tw-gradient-to: rgb(248 113 113 / 0.3) var(--tw-gradient-to-position);
}
.to-typography-error\/40 {
  --tw-gradient-to: rgb(248 113 113 / 0.4) var(--tw-gradient-to-position);
}
.to-typography-error\/5 {
  --tw-gradient-to: rgb(248 113 113 / 0.05) var(--tw-gradient-to-position);
}
.to-typography-error\/50 {
  --tw-gradient-to: rgb(248 113 113 / 0.5) var(--tw-gradient-to-position);
}
.to-typography-error\/60 {
  --tw-gradient-to: rgb(248 113 113 / 0.6) var(--tw-gradient-to-position);
}
.to-typography-error\/70 {
  --tw-gradient-to: rgb(248 113 113 / 0.7) var(--tw-gradient-to-position);
}
.to-typography-error\/75 {
  --tw-gradient-to: rgb(248 113 113 / 0.75) var(--tw-gradient-to-position);
}
.to-typography-error\/80 {
  --tw-gradient-to: rgb(248 113 113 / 0.8) var(--tw-gradient-to-position);
}
.to-typography-error\/90 {
  --tw-gradient-to: rgb(248 113 113 / 0.9) var(--tw-gradient-to-position);
}
.to-typography-error\/95 {
  --tw-gradient-to: rgb(248 113 113 / 0.95) var(--tw-gradient-to-position);
}
.to-typography-error\/state-disabled {
  --tw-gradient-to: rgb(248 113 113 / 0.5) var(--tw-gradient-to-position);
}
.to-typography-error\/state-enabled {
  --tw-gradient-to: rgb(248 113 113 / 1) var(--tw-gradient-to-position);
}
.to-typography-info {
  --tw-gradient-to: rgb(96, 165, 250) var(--tw-gradient-to-position);
}
.to-typography-info\/0 {
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
}
.to-typography-info\/10 {
  --tw-gradient-to: rgb(96 165 250 / 0.1) var(--tw-gradient-to-position);
}
.to-typography-info\/100 {
  --tw-gradient-to: rgb(96 165 250 / 1) var(--tw-gradient-to-position);
}
.to-typography-info\/20 {
  --tw-gradient-to: rgb(96 165 250 / 0.2) var(--tw-gradient-to-position);
}
.to-typography-info\/25 {
  --tw-gradient-to: rgb(96 165 250 / 0.25) var(--tw-gradient-to-position);
}
.to-typography-info\/30 {
  --tw-gradient-to: rgb(96 165 250 / 0.3) var(--tw-gradient-to-position);
}
.to-typography-info\/40 {
  --tw-gradient-to: rgb(96 165 250 / 0.4) var(--tw-gradient-to-position);
}
.to-typography-info\/5 {
  --tw-gradient-to: rgb(96 165 250 / 0.05) var(--tw-gradient-to-position);
}
.to-typography-info\/50 {
  --tw-gradient-to: rgb(96 165 250 / 0.5) var(--tw-gradient-to-position);
}
.to-typography-info\/60 {
  --tw-gradient-to: rgb(96 165 250 / 0.6) var(--tw-gradient-to-position);
}
.to-typography-info\/70 {
  --tw-gradient-to: rgb(96 165 250 / 0.7) var(--tw-gradient-to-position);
}
.to-typography-info\/75 {
  --tw-gradient-to: rgb(96 165 250 / 0.75) var(--tw-gradient-to-position);
}
.to-typography-info\/80 {
  --tw-gradient-to: rgb(96 165 250 / 0.8) var(--tw-gradient-to-position);
}
.to-typography-info\/90 {
  --tw-gradient-to: rgb(96 165 250 / 0.9) var(--tw-gradient-to-position);
}
.to-typography-info\/95 {
  --tw-gradient-to: rgb(96 165 250 / 0.95) var(--tw-gradient-to-position);
}
.to-typography-info\/state-disabled {
  --tw-gradient-to: rgb(96 165 250 / 0.5) var(--tw-gradient-to-position);
}
.to-typography-info\/state-enabled {
  --tw-gradient-to: rgb(96 165 250 / 1) var(--tw-gradient-to-position);
}
.to-typography-link-default {
  --tw-gradient-to: rgb(205, 141, 239) var(--tw-gradient-to-position);
}
.to-typography-link-default\/0 {
  --tw-gradient-to: rgb(205 141 239 / 0) var(--tw-gradient-to-position);
}
.to-typography-link-default\/10 {
  --tw-gradient-to: rgb(205 141 239 / 0.1) var(--tw-gradient-to-position);
}
.to-typography-link-default\/100 {
  --tw-gradient-to: rgb(205 141 239 / 1) var(--tw-gradient-to-position);
}
.to-typography-link-default\/20 {
  --tw-gradient-to: rgb(205 141 239 / 0.2) var(--tw-gradient-to-position);
}
.to-typography-link-default\/25 {
  --tw-gradient-to: rgb(205 141 239 / 0.25) var(--tw-gradient-to-position);
}
.to-typography-link-default\/30 {
  --tw-gradient-to: rgb(205 141 239 / 0.3) var(--tw-gradient-to-position);
}
.to-typography-link-default\/40 {
  --tw-gradient-to: rgb(205 141 239 / 0.4) var(--tw-gradient-to-position);
}
.to-typography-link-default\/5 {
  --tw-gradient-to: rgb(205 141 239 / 0.05) var(--tw-gradient-to-position);
}
.to-typography-link-default\/50 {
  --tw-gradient-to: rgb(205 141 239 / 0.5) var(--tw-gradient-to-position);
}
.to-typography-link-default\/60 {
  --tw-gradient-to: rgb(205 141 239 / 0.6) var(--tw-gradient-to-position);
}
.to-typography-link-default\/70 {
  --tw-gradient-to: rgb(205 141 239 / 0.7) var(--tw-gradient-to-position);
}
.to-typography-link-default\/75 {
  --tw-gradient-to: rgb(205 141 239 / 0.75) var(--tw-gradient-to-position);
}
.to-typography-link-default\/80 {
  --tw-gradient-to: rgb(205 141 239 / 0.8) var(--tw-gradient-to-position);
}
.to-typography-link-default\/90 {
  --tw-gradient-to: rgb(205 141 239 / 0.9) var(--tw-gradient-to-position);
}
.to-typography-link-default\/95 {
  --tw-gradient-to: rgb(205 141 239 / 0.95) var(--tw-gradient-to-position);
}
.to-typography-link-default\/state-disabled {
  --tw-gradient-to: rgb(205 141 239 / 0.5) var(--tw-gradient-to-position);
}
.to-typography-link-default\/state-enabled {
  --tw-gradient-to: rgb(205 141 239 / 1) var(--tw-gradient-to-position);
}
.to-typography-link-hover {
  --tw-gradient-to: rgb(215, 164, 242) var(--tw-gradient-to-position);
}
.to-typography-link-hover\/0 {
  --tw-gradient-to: rgb(215 164 242 / 0) var(--tw-gradient-to-position);
}
.to-typography-link-hover\/10 {
  --tw-gradient-to: rgb(215 164 242 / 0.1) var(--tw-gradient-to-position);
}
.to-typography-link-hover\/100 {
  --tw-gradient-to: rgb(215 164 242 / 1) var(--tw-gradient-to-position);
}
.to-typography-link-hover\/20 {
  --tw-gradient-to: rgb(215 164 242 / 0.2) var(--tw-gradient-to-position);
}
.to-typography-link-hover\/25 {
  --tw-gradient-to: rgb(215 164 242 / 0.25) var(--tw-gradient-to-position);
}
.to-typography-link-hover\/30 {
  --tw-gradient-to: rgb(215 164 242 / 0.3) var(--tw-gradient-to-position);
}
.to-typography-link-hover\/40 {
  --tw-gradient-to: rgb(215 164 242 / 0.4) var(--tw-gradient-to-position);
}
.to-typography-link-hover\/5 {
  --tw-gradient-to: rgb(215 164 242 / 0.05) var(--tw-gradient-to-position);
}
.to-typography-link-hover\/50 {
  --tw-gradient-to: rgb(215 164 242 / 0.5) var(--tw-gradient-to-position);
}
.to-typography-link-hover\/60 {
  --tw-gradient-to: rgb(215 164 242 / 0.6) var(--tw-gradient-to-position);
}
.to-typography-link-hover\/70 {
  --tw-gradient-to: rgb(215 164 242 / 0.7) var(--tw-gradient-to-position);
}
.to-typography-link-hover\/75 {
  --tw-gradient-to: rgb(215 164 242 / 0.75) var(--tw-gradient-to-position);
}
.to-typography-link-hover\/80 {
  --tw-gradient-to: rgb(215 164 242 / 0.8) var(--tw-gradient-to-position);
}
.to-typography-link-hover\/90 {
  --tw-gradient-to: rgb(215 164 242 / 0.9) var(--tw-gradient-to-position);
}
.to-typography-link-hover\/95 {
  --tw-gradient-to: rgb(215 164 242 / 0.95) var(--tw-gradient-to-position);
}
.to-typography-link-hover\/state-disabled {
  --tw-gradient-to: rgb(215 164 242 / 0.5) var(--tw-gradient-to-position);
}
.to-typography-link-hover\/state-enabled {
  --tw-gradient-to: rgb(215 164 242 / 1) var(--tw-gradient-to-position);
}
.to-typography-muted {
  --tw-gradient-to: rgb(156, 163, 175) var(--tw-gradient-to-position);
}
.to-typography-muted\/0 {
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
}
.to-typography-muted\/10 {
  --tw-gradient-to: rgb(156 163 175 / 0.1) var(--tw-gradient-to-position);
}
.to-typography-muted\/100 {
  --tw-gradient-to: rgb(156 163 175 / 1) var(--tw-gradient-to-position);
}
.to-typography-muted\/20 {
  --tw-gradient-to: rgb(156 163 175 / 0.2) var(--tw-gradient-to-position);
}
.to-typography-muted\/25 {
  --tw-gradient-to: rgb(156 163 175 / 0.25) var(--tw-gradient-to-position);
}
.to-typography-muted\/30 {
  --tw-gradient-to: rgb(156 163 175 / 0.3) var(--tw-gradient-to-position);
}
.to-typography-muted\/40 {
  --tw-gradient-to: rgb(156 163 175 / 0.4) var(--tw-gradient-to-position);
}
.to-typography-muted\/5 {
  --tw-gradient-to: rgb(156 163 175 / 0.05) var(--tw-gradient-to-position);
}
.to-typography-muted\/50 {
  --tw-gradient-to: rgb(156 163 175 / 0.5) var(--tw-gradient-to-position);
}
.to-typography-muted\/60 {
  --tw-gradient-to: rgb(156 163 175 / 0.6) var(--tw-gradient-to-position);
}
.to-typography-muted\/70 {
  --tw-gradient-to: rgb(156 163 175 / 0.7) var(--tw-gradient-to-position);
}
.to-typography-muted\/75 {
  --tw-gradient-to: rgb(156 163 175 / 0.75) var(--tw-gradient-to-position);
}
.to-typography-muted\/80 {
  --tw-gradient-to: rgb(156 163 175 / 0.8) var(--tw-gradient-to-position);
}
.to-typography-muted\/90 {
  --tw-gradient-to: rgb(156 163 175 / 0.9) var(--tw-gradient-to-position);
}
.to-typography-muted\/95 {
  --tw-gradient-to: rgb(156 163 175 / 0.95) var(--tw-gradient-to-position);
}
.to-typography-muted\/state-disabled {
  --tw-gradient-to: rgb(156 163 175 / 0.5) var(--tw-gradient-to-position);
}
.to-typography-muted\/state-enabled {
  --tw-gradient-to: rgb(156 163 175 / 1) var(--tw-gradient-to-position);
}
.to-typography-on-accent {
  --tw-gradient-to: rgb(64, 64, 64) var(--tw-gradient-to-position);
}
.to-typography-on-accent\/0 {
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
}
.to-typography-on-accent\/10 {
  --tw-gradient-to: rgb(64 64 64 / 0.1) var(--tw-gradient-to-position);
}
.to-typography-on-accent\/100 {
  --tw-gradient-to: rgb(64 64 64 / 1) var(--tw-gradient-to-position);
}
.to-typography-on-accent\/20 {
  --tw-gradient-to: rgb(64 64 64 / 0.2) var(--tw-gradient-to-position);
}
.to-typography-on-accent\/25 {
  --tw-gradient-to: rgb(64 64 64 / 0.25) var(--tw-gradient-to-position);
}
.to-typography-on-accent\/30 {
  --tw-gradient-to: rgb(64 64 64 / 0.3) var(--tw-gradient-to-position);
}
.to-typography-on-accent\/40 {
  --tw-gradient-to: rgb(64 64 64 / 0.4) var(--tw-gradient-to-position);
}
.to-typography-on-accent\/5 {
  --tw-gradient-to: rgb(64 64 64 / 0.05) var(--tw-gradient-to-position);
}
.to-typography-on-accent\/50 {
  --tw-gradient-to: rgb(64 64 64 / 0.5) var(--tw-gradient-to-position);
}
.to-typography-on-accent\/60 {
  --tw-gradient-to: rgb(64 64 64 / 0.6) var(--tw-gradient-to-position);
}
.to-typography-on-accent\/70 {
  --tw-gradient-to: rgb(64 64 64 / 0.7) var(--tw-gradient-to-position);
}
.to-typography-on-accent\/75 {
  --tw-gradient-to: rgb(64 64 64 / 0.75) var(--tw-gradient-to-position);
}
.to-typography-on-accent\/80 {
  --tw-gradient-to: rgb(64 64 64 / 0.8) var(--tw-gradient-to-position);
}
.to-typography-on-accent\/90 {
  --tw-gradient-to: rgb(64 64 64 / 0.9) var(--tw-gradient-to-position);
}
.to-typography-on-accent\/95 {
  --tw-gradient-to: rgb(64 64 64 / 0.95) var(--tw-gradient-to-position);
}
.to-typography-on-accent\/state-disabled {
  --tw-gradient-to: rgb(64 64 64 / 0.5) var(--tw-gradient-to-position);
}
.to-typography-on-accent\/state-enabled {
  --tw-gradient-to: rgb(64 64 64 / 1) var(--tw-gradient-to-position);
}
.to-typography-subtle {
  --tw-gradient-to: rgb(229, 231, 235) var(--tw-gradient-to-position);
}
.to-typography-subtle\/0 {
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
}
.to-typography-subtle\/10 {
  --tw-gradient-to: rgb(229 231 235 / 0.1) var(--tw-gradient-to-position);
}
.to-typography-subtle\/100 {
  --tw-gradient-to: rgb(229 231 235 / 1) var(--tw-gradient-to-position);
}
.to-typography-subtle\/20 {
  --tw-gradient-to: rgb(229 231 235 / 0.2) var(--tw-gradient-to-position);
}
.to-typography-subtle\/25 {
  --tw-gradient-to: rgb(229 231 235 / 0.25) var(--tw-gradient-to-position);
}
.to-typography-subtle\/30 {
  --tw-gradient-to: rgb(229 231 235 / 0.3) var(--tw-gradient-to-position);
}
.to-typography-subtle\/40 {
  --tw-gradient-to: rgb(229 231 235 / 0.4) var(--tw-gradient-to-position);
}
.to-typography-subtle\/5 {
  --tw-gradient-to: rgb(229 231 235 / 0.05) var(--tw-gradient-to-position);
}
.to-typography-subtle\/50 {
  --tw-gradient-to: rgb(229 231 235 / 0.5) var(--tw-gradient-to-position);
}
.to-typography-subtle\/60 {
  --tw-gradient-to: rgb(229 231 235 / 0.6) var(--tw-gradient-to-position);
}
.to-typography-subtle\/70 {
  --tw-gradient-to: rgb(229 231 235 / 0.7) var(--tw-gradient-to-position);
}
.to-typography-subtle\/75 {
  --tw-gradient-to: rgb(229 231 235 / 0.75) var(--tw-gradient-to-position);
}
.to-typography-subtle\/80 {
  --tw-gradient-to: rgb(229 231 235 / 0.8) var(--tw-gradient-to-position);
}
.to-typography-subtle\/90 {
  --tw-gradient-to: rgb(229 231 235 / 0.9) var(--tw-gradient-to-position);
}
.to-typography-subtle\/95 {
  --tw-gradient-to: rgb(229 231 235 / 0.95) var(--tw-gradient-to-position);
}
.to-typography-subtle\/state-disabled {
  --tw-gradient-to: rgb(229 231 235 / 0.5) var(--tw-gradient-to-position);
}
.to-typography-subtle\/state-enabled {
  --tw-gradient-to: rgb(229 231 235 / 1) var(--tw-gradient-to-position);
}
.to-typography-success {
  --tw-gradient-to: rgb(74, 222, 128) var(--tw-gradient-to-position);
}
.to-typography-success\/0 {
  --tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);
}
.to-typography-success\/10 {
  --tw-gradient-to: rgb(74 222 128 / 0.1) var(--tw-gradient-to-position);
}
.to-typography-success\/100 {
  --tw-gradient-to: rgb(74 222 128 / 1) var(--tw-gradient-to-position);
}
.to-typography-success\/20 {
  --tw-gradient-to: rgb(74 222 128 / 0.2) var(--tw-gradient-to-position);
}
.to-typography-success\/25 {
  --tw-gradient-to: rgb(74 222 128 / 0.25) var(--tw-gradient-to-position);
}
.to-typography-success\/30 {
  --tw-gradient-to: rgb(74 222 128 / 0.3) var(--tw-gradient-to-position);
}
.to-typography-success\/40 {
  --tw-gradient-to: rgb(74 222 128 / 0.4) var(--tw-gradient-to-position);
}
.to-typography-success\/5 {
  --tw-gradient-to: rgb(74 222 128 / 0.05) var(--tw-gradient-to-position);
}
.to-typography-success\/50 {
  --tw-gradient-to: rgb(74 222 128 / 0.5) var(--tw-gradient-to-position);
}
.to-typography-success\/60 {
  --tw-gradient-to: rgb(74 222 128 / 0.6) var(--tw-gradient-to-position);
}
.to-typography-success\/70 {
  --tw-gradient-to: rgb(74 222 128 / 0.7) var(--tw-gradient-to-position);
}
.to-typography-success\/75 {
  --tw-gradient-to: rgb(74 222 128 / 0.75) var(--tw-gradient-to-position);
}
.to-typography-success\/80 {
  --tw-gradient-to: rgb(74 222 128 / 0.8) var(--tw-gradient-to-position);
}
.to-typography-success\/90 {
  --tw-gradient-to: rgb(74 222 128 / 0.9) var(--tw-gradient-to-position);
}
.to-typography-success\/95 {
  --tw-gradient-to: rgb(74 222 128 / 0.95) var(--tw-gradient-to-position);
}
.to-typography-success\/state-disabled {
  --tw-gradient-to: rgb(74 222 128 / 0.5) var(--tw-gradient-to-position);
}
.to-typography-success\/state-enabled {
  --tw-gradient-to: rgb(74 222 128 / 1) var(--tw-gradient-to-position);
}
.to-typography-warning {
  --tw-gradient-to: rgb(251, 146, 60) var(--tw-gradient-to-position);
}
.to-typography-warning\/0 {
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
}
.to-typography-warning\/10 {
  --tw-gradient-to: rgb(251 146 60 / 0.1) var(--tw-gradient-to-position);
}
.to-typography-warning\/100 {
  --tw-gradient-to: rgb(251 146 60 / 1) var(--tw-gradient-to-position);
}
.to-typography-warning\/20 {
  --tw-gradient-to: rgb(251 146 60 / 0.2) var(--tw-gradient-to-position);
}
.to-typography-warning\/25 {
  --tw-gradient-to: rgb(251 146 60 / 0.25) var(--tw-gradient-to-position);
}
.to-typography-warning\/30 {
  --tw-gradient-to: rgb(251 146 60 / 0.3) var(--tw-gradient-to-position);
}
.to-typography-warning\/40 {
  --tw-gradient-to: rgb(251 146 60 / 0.4) var(--tw-gradient-to-position);
}
.to-typography-warning\/5 {
  --tw-gradient-to: rgb(251 146 60 / 0.05) var(--tw-gradient-to-position);
}
.to-typography-warning\/50 {
  --tw-gradient-to: rgb(251 146 60 / 0.5) var(--tw-gradient-to-position);
}
.to-typography-warning\/60 {
  --tw-gradient-to: rgb(251 146 60 / 0.6) var(--tw-gradient-to-position);
}
.to-typography-warning\/70 {
  --tw-gradient-to: rgb(251 146 60 / 0.7) var(--tw-gradient-to-position);
}
.to-typography-warning\/75 {
  --tw-gradient-to: rgb(251 146 60 / 0.75) var(--tw-gradient-to-position);
}
.to-typography-warning\/80 {
  --tw-gradient-to: rgb(251 146 60 / 0.8) var(--tw-gradient-to-position);
}
.to-typography-warning\/90 {
  --tw-gradient-to: rgb(251 146 60 / 0.9) var(--tw-gradient-to-position);
}
.to-typography-warning\/95 {
  --tw-gradient-to: rgb(251 146 60 / 0.95) var(--tw-gradient-to-position);
}
.to-typography-warning\/state-disabled {
  --tw-gradient-to: rgb(251 146 60 / 0.5) var(--tw-gradient-to-position);
}
.to-typography-warning\/state-enabled {
  --tw-gradient-to: rgb(251 146 60 / 1) var(--tw-gradient-to-position);
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-avatar-background {
  fill: rgb(205, 141, 239);
}
.fill-avatar-background\/0 {
  fill: rgb(205 141 239 / 0);
}
.fill-avatar-background\/10 {
  fill: rgb(205 141 239 / 0.1);
}
.fill-avatar-background\/100 {
  fill: rgb(205 141 239 / 1);
}
.fill-avatar-background\/20 {
  fill: rgb(205 141 239 / 0.2);
}
.fill-avatar-background\/25 {
  fill: rgb(205 141 239 / 0.25);
}
.fill-avatar-background\/30 {
  fill: rgb(205 141 239 / 0.3);
}
.fill-avatar-background\/40 {
  fill: rgb(205 141 239 / 0.4);
}
.fill-avatar-background\/5 {
  fill: rgb(205 141 239 / 0.05);
}
.fill-avatar-background\/50 {
  fill: rgb(205 141 239 / 0.5);
}
.fill-avatar-background\/60 {
  fill: rgb(205 141 239 / 0.6);
}
.fill-avatar-background\/70 {
  fill: rgb(205 141 239 / 0.7);
}
.fill-avatar-background\/75 {
  fill: rgb(205 141 239 / 0.75);
}
.fill-avatar-background\/80 {
  fill: rgb(205 141 239 / 0.8);
}
.fill-avatar-background\/90 {
  fill: rgb(205 141 239 / 0.9);
}
.fill-avatar-background\/95 {
  fill: rgb(205 141 239 / 0.95);
}
.fill-avatar-background\/state-disabled {
  fill: rgb(205 141 239 / 0.5);
}
.fill-avatar-background\/state-enabled {
  fill: rgb(205 141 239 / 1);
}
.fill-badge-outline-alternate {
  fill: rgb(6, 182, 212);
}
.fill-badge-outline-alternate\/0 {
  fill: rgb(6 182 212 / 0);
}
.fill-badge-outline-alternate\/10 {
  fill: rgb(6 182 212 / 0.1);
}
.fill-badge-outline-alternate\/100 {
  fill: rgb(6 182 212 / 1);
}
.fill-badge-outline-alternate\/20 {
  fill: rgb(6 182 212 / 0.2);
}
.fill-badge-outline-alternate\/25 {
  fill: rgb(6 182 212 / 0.25);
}
.fill-badge-outline-alternate\/30 {
  fill: rgb(6 182 212 / 0.3);
}
.fill-badge-outline-alternate\/40 {
  fill: rgb(6 182 212 / 0.4);
}
.fill-badge-outline-alternate\/5 {
  fill: rgb(6 182 212 / 0.05);
}
.fill-badge-outline-alternate\/50 {
  fill: rgb(6 182 212 / 0.5);
}
.fill-badge-outline-alternate\/60 {
  fill: rgb(6 182 212 / 0.6);
}
.fill-badge-outline-alternate\/70 {
  fill: rgb(6 182 212 / 0.7);
}
.fill-badge-outline-alternate\/75 {
  fill: rgb(6 182 212 / 0.75);
}
.fill-badge-outline-alternate\/80 {
  fill: rgb(6 182 212 / 0.8);
}
.fill-badge-outline-alternate\/90 {
  fill: rgb(6 182 212 / 0.9);
}
.fill-badge-outline-alternate\/95 {
  fill: rgb(6 182 212 / 0.95);
}
.fill-badge-outline-alternate\/state-disabled {
  fill: rgb(6 182 212 / 0.5);
}
.fill-badge-outline-alternate\/state-enabled {
  fill: rgb(6 182 212 / 1);
}
.fill-badge-outline-default {
  fill: rgb(205, 141, 239);
}
.fill-badge-outline-default\/0 {
  fill: rgb(205 141 239 / 0);
}
.fill-badge-outline-default\/10 {
  fill: rgb(205 141 239 / 0.1);
}
.fill-badge-outline-default\/100 {
  fill: rgb(205 141 239 / 1);
}
.fill-badge-outline-default\/20 {
  fill: rgb(205 141 239 / 0.2);
}
.fill-badge-outline-default\/25 {
  fill: rgb(205 141 239 / 0.25);
}
.fill-badge-outline-default\/30 {
  fill: rgb(205 141 239 / 0.3);
}
.fill-badge-outline-default\/40 {
  fill: rgb(205 141 239 / 0.4);
}
.fill-badge-outline-default\/5 {
  fill: rgb(205 141 239 / 0.05);
}
.fill-badge-outline-default\/50 {
  fill: rgb(205 141 239 / 0.5);
}
.fill-badge-outline-default\/60 {
  fill: rgb(205 141 239 / 0.6);
}
.fill-badge-outline-default\/70 {
  fill: rgb(205 141 239 / 0.7);
}
.fill-badge-outline-default\/75 {
  fill: rgb(205 141 239 / 0.75);
}
.fill-badge-outline-default\/80 {
  fill: rgb(205 141 239 / 0.8);
}
.fill-badge-outline-default\/90 {
  fill: rgb(205 141 239 / 0.9);
}
.fill-badge-outline-default\/95 {
  fill: rgb(205 141 239 / 0.95);
}
.fill-badge-outline-default\/state-disabled {
  fill: rgb(205 141 239 / 0.5);
}
.fill-badge-outline-default\/state-enabled {
  fill: rgb(205 141 239 / 1);
}
.fill-badge-outline-textColor {
  fill: rgb(205, 141, 239);
}
.fill-badge-outline-textColor\/0 {
  fill: rgb(205 141 239 / 0);
}
.fill-badge-outline-textColor\/10 {
  fill: rgb(205 141 239 / 0.1);
}
.fill-badge-outline-textColor\/100 {
  fill: rgb(205 141 239 / 1);
}
.fill-badge-outline-textColor\/20 {
  fill: rgb(205 141 239 / 0.2);
}
.fill-badge-outline-textColor\/25 {
  fill: rgb(205 141 239 / 0.25);
}
.fill-badge-outline-textColor\/30 {
  fill: rgb(205 141 239 / 0.3);
}
.fill-badge-outline-textColor\/40 {
  fill: rgb(205 141 239 / 0.4);
}
.fill-badge-outline-textColor\/5 {
  fill: rgb(205 141 239 / 0.05);
}
.fill-badge-outline-textColor\/50 {
  fill: rgb(205 141 239 / 0.5);
}
.fill-badge-outline-textColor\/60 {
  fill: rgb(205 141 239 / 0.6);
}
.fill-badge-outline-textColor\/70 {
  fill: rgb(205 141 239 / 0.7);
}
.fill-badge-outline-textColor\/75 {
  fill: rgb(205 141 239 / 0.75);
}
.fill-badge-outline-textColor\/80 {
  fill: rgb(205 141 239 / 0.8);
}
.fill-badge-outline-textColor\/90 {
  fill: rgb(205 141 239 / 0.9);
}
.fill-badge-outline-textColor\/95 {
  fill: rgb(205 141 239 / 0.95);
}
.fill-badge-outline-textColor\/state-disabled {
  fill: rgb(205 141 239 / 0.5);
}
.fill-badge-outline-textColor\/state-enabled {
  fill: rgb(205 141 239 / 1);
}
.fill-badge-solid-alternate {
  fill: rgb(6, 182, 212);
}
.fill-badge-solid-alternate\/0 {
  fill: rgb(6 182 212 / 0);
}
.fill-badge-solid-alternate\/10 {
  fill: rgb(6 182 212 / 0.1);
}
.fill-badge-solid-alternate\/100 {
  fill: rgb(6 182 212 / 1);
}
.fill-badge-solid-alternate\/20 {
  fill: rgb(6 182 212 / 0.2);
}
.fill-badge-solid-alternate\/25 {
  fill: rgb(6 182 212 / 0.25);
}
.fill-badge-solid-alternate\/30 {
  fill: rgb(6 182 212 / 0.3);
}
.fill-badge-solid-alternate\/40 {
  fill: rgb(6 182 212 / 0.4);
}
.fill-badge-solid-alternate\/5 {
  fill: rgb(6 182 212 / 0.05);
}
.fill-badge-solid-alternate\/50 {
  fill: rgb(6 182 212 / 0.5);
}
.fill-badge-solid-alternate\/60 {
  fill: rgb(6 182 212 / 0.6);
}
.fill-badge-solid-alternate\/70 {
  fill: rgb(6 182 212 / 0.7);
}
.fill-badge-solid-alternate\/75 {
  fill: rgb(6 182 212 / 0.75);
}
.fill-badge-solid-alternate\/80 {
  fill: rgb(6 182 212 / 0.8);
}
.fill-badge-solid-alternate\/90 {
  fill: rgb(6 182 212 / 0.9);
}
.fill-badge-solid-alternate\/95 {
  fill: rgb(6 182 212 / 0.95);
}
.fill-badge-solid-alternate\/state-disabled {
  fill: rgb(6 182 212 / 0.5);
}
.fill-badge-solid-alternate\/state-enabled {
  fill: rgb(6 182 212 / 1);
}
.fill-badge-solid-default {
  fill: rgb(205, 141, 239);
}
.fill-badge-solid-default\/0 {
  fill: rgb(205 141 239 / 0);
}
.fill-badge-solid-default\/10 {
  fill: rgb(205 141 239 / 0.1);
}
.fill-badge-solid-default\/100 {
  fill: rgb(205 141 239 / 1);
}
.fill-badge-solid-default\/20 {
  fill: rgb(205 141 239 / 0.2);
}
.fill-badge-solid-default\/25 {
  fill: rgb(205 141 239 / 0.25);
}
.fill-badge-solid-default\/30 {
  fill: rgb(205 141 239 / 0.3);
}
.fill-badge-solid-default\/40 {
  fill: rgb(205 141 239 / 0.4);
}
.fill-badge-solid-default\/5 {
  fill: rgb(205 141 239 / 0.05);
}
.fill-badge-solid-default\/50 {
  fill: rgb(205 141 239 / 0.5);
}
.fill-badge-solid-default\/60 {
  fill: rgb(205 141 239 / 0.6);
}
.fill-badge-solid-default\/70 {
  fill: rgb(205 141 239 / 0.7);
}
.fill-badge-solid-default\/75 {
  fill: rgb(205 141 239 / 0.75);
}
.fill-badge-solid-default\/80 {
  fill: rgb(205 141 239 / 0.8);
}
.fill-badge-solid-default\/90 {
  fill: rgb(205 141 239 / 0.9);
}
.fill-badge-solid-default\/95 {
  fill: rgb(205 141 239 / 0.95);
}
.fill-badge-solid-default\/state-disabled {
  fill: rgb(205 141 239 / 0.5);
}
.fill-badge-solid-default\/state-enabled {
  fill: rgb(205 141 239 / 1);
}
.fill-badge-solid-textColor {
  fill: rgb(64, 64, 64);
}
.fill-badge-solid-textColor\/0 {
  fill: rgb(64 64 64 / 0);
}
.fill-badge-solid-textColor\/10 {
  fill: rgb(64 64 64 / 0.1);
}
.fill-badge-solid-textColor\/100 {
  fill: rgb(64 64 64 / 1);
}
.fill-badge-solid-textColor\/20 {
  fill: rgb(64 64 64 / 0.2);
}
.fill-badge-solid-textColor\/25 {
  fill: rgb(64 64 64 / 0.25);
}
.fill-badge-solid-textColor\/30 {
  fill: rgb(64 64 64 / 0.3);
}
.fill-badge-solid-textColor\/40 {
  fill: rgb(64 64 64 / 0.4);
}
.fill-badge-solid-textColor\/5 {
  fill: rgb(64 64 64 / 0.05);
}
.fill-badge-solid-textColor\/50 {
  fill: rgb(64 64 64 / 0.5);
}
.fill-badge-solid-textColor\/60 {
  fill: rgb(64 64 64 / 0.6);
}
.fill-badge-solid-textColor\/70 {
  fill: rgb(64 64 64 / 0.7);
}
.fill-badge-solid-textColor\/75 {
  fill: rgb(64 64 64 / 0.75);
}
.fill-badge-solid-textColor\/80 {
  fill: rgb(64 64 64 / 0.8);
}
.fill-badge-solid-textColor\/90 {
  fill: rgb(64 64 64 / 0.9);
}
.fill-badge-solid-textColor\/95 {
  fill: rgb(64 64 64 / 0.95);
}
.fill-badge-solid-textColor\/state-disabled {
  fill: rgb(64 64 64 / 0.5);
}
.fill-badge-solid-textColor\/state-enabled {
  fill: rgb(64 64 64 / 1);
}
.fill-current {
  fill: currentColor;
}
.fill-divider-default {
  fill: rgb(55, 65, 81);
}
.fill-divider-default\/0 {
  fill: rgb(55 65 81 / 0);
}
.fill-divider-default\/10 {
  fill: rgb(55 65 81 / 0.1);
}
.fill-divider-default\/100 {
  fill: rgb(55 65 81 / 1);
}
.fill-divider-default\/20 {
  fill: rgb(55 65 81 / 0.2);
}
.fill-divider-default\/25 {
  fill: rgb(55 65 81 / 0.25);
}
.fill-divider-default\/30 {
  fill: rgb(55 65 81 / 0.3);
}
.fill-divider-default\/40 {
  fill: rgb(55 65 81 / 0.4);
}
.fill-divider-default\/5 {
  fill: rgb(55 65 81 / 0.05);
}
.fill-divider-default\/50 {
  fill: rgb(55 65 81 / 0.5);
}
.fill-divider-default\/60 {
  fill: rgb(55 65 81 / 0.6);
}
.fill-divider-default\/70 {
  fill: rgb(55 65 81 / 0.7);
}
.fill-divider-default\/75 {
  fill: rgb(55 65 81 / 0.75);
}
.fill-divider-default\/80 {
  fill: rgb(55 65 81 / 0.8);
}
.fill-divider-default\/90 {
  fill: rgb(55 65 81 / 0.9);
}
.fill-divider-default\/95 {
  fill: rgb(55 65 81 / 0.95);
}
.fill-divider-default\/state-disabled {
  fill: rgb(55 65 81 / 0.5);
}
.fill-divider-default\/state-enabled {
  fill: rgb(55 65 81 / 1);
}
.fill-gray-500 {
  fill: #6b7280;
}
.fill-input-background {
  fill: rgb(23, 23, 23);
}
.fill-input-background\/0 {
  fill: rgb(23 23 23 / 0);
}
.fill-input-background\/10 {
  fill: rgb(23 23 23 / 0.1);
}
.fill-input-background\/100 {
  fill: rgb(23 23 23 / 1);
}
.fill-input-background\/20 {
  fill: rgb(23 23 23 / 0.2);
}
.fill-input-background\/25 {
  fill: rgb(23 23 23 / 0.25);
}
.fill-input-background\/30 {
  fill: rgb(23 23 23 / 0.3);
}
.fill-input-background\/40 {
  fill: rgb(23 23 23 / 0.4);
}
.fill-input-background\/5 {
  fill: rgb(23 23 23 / 0.05);
}
.fill-input-background\/50 {
  fill: rgb(23 23 23 / 0.5);
}
.fill-input-background\/60 {
  fill: rgb(23 23 23 / 0.6);
}
.fill-input-background\/70 {
  fill: rgb(23 23 23 / 0.7);
}
.fill-input-background\/75 {
  fill: rgb(23 23 23 / 0.75);
}
.fill-input-background\/80 {
  fill: rgb(23 23 23 / 0.8);
}
.fill-input-background\/90 {
  fill: rgb(23 23 23 / 0.9);
}
.fill-input-background\/95 {
  fill: rgb(23 23 23 / 0.95);
}
.fill-input-background\/state-disabled {
  fill: rgb(23 23 23 / 0.5);
}
.fill-input-background\/state-enabled {
  fill: rgb(23 23 23 / 1);
}
.fill-input-checkbox-background {
  fill: rgb(205, 141, 239);
}
.fill-input-checkbox-background\/0 {
  fill: rgb(205 141 239 / 0);
}
.fill-input-checkbox-background\/10 {
  fill: rgb(205 141 239 / 0.1);
}
.fill-input-checkbox-background\/100 {
  fill: rgb(205 141 239 / 1);
}
.fill-input-checkbox-background\/20 {
  fill: rgb(205 141 239 / 0.2);
}
.fill-input-checkbox-background\/25 {
  fill: rgb(205 141 239 / 0.25);
}
.fill-input-checkbox-background\/30 {
  fill: rgb(205 141 239 / 0.3);
}
.fill-input-checkbox-background\/40 {
  fill: rgb(205 141 239 / 0.4);
}
.fill-input-checkbox-background\/5 {
  fill: rgb(205 141 239 / 0.05);
}
.fill-input-checkbox-background\/50 {
  fill: rgb(205 141 239 / 0.5);
}
.fill-input-checkbox-background\/60 {
  fill: rgb(205 141 239 / 0.6);
}
.fill-input-checkbox-background\/70 {
  fill: rgb(205 141 239 / 0.7);
}
.fill-input-checkbox-background\/75 {
  fill: rgb(205 141 239 / 0.75);
}
.fill-input-checkbox-background\/80 {
  fill: rgb(205 141 239 / 0.8);
}
.fill-input-checkbox-background\/90 {
  fill: rgb(205 141 239 / 0.9);
}
.fill-input-checkbox-background\/95 {
  fill: rgb(205 141 239 / 0.95);
}
.fill-input-checkbox-background\/state-disabled {
  fill: rgb(205 141 239 / 0.5);
}
.fill-input-checkbox-background\/state-enabled {
  fill: rgb(205 141 239 / 1);
}
.fill-input-checkbox-border {
  fill: rgb(205, 141, 239);
}
.fill-input-checkbox-border\/0 {
  fill: rgb(205 141 239 / 0);
}
.fill-input-checkbox-border\/10 {
  fill: rgb(205 141 239 / 0.1);
}
.fill-input-checkbox-border\/100 {
  fill: rgb(205 141 239 / 1);
}
.fill-input-checkbox-border\/20 {
  fill: rgb(205 141 239 / 0.2);
}
.fill-input-checkbox-border\/25 {
  fill: rgb(205 141 239 / 0.25);
}
.fill-input-checkbox-border\/30 {
  fill: rgb(205 141 239 / 0.3);
}
.fill-input-checkbox-border\/40 {
  fill: rgb(205 141 239 / 0.4);
}
.fill-input-checkbox-border\/5 {
  fill: rgb(205 141 239 / 0.05);
}
.fill-input-checkbox-border\/50 {
  fill: rgb(205 141 239 / 0.5);
}
.fill-input-checkbox-border\/60 {
  fill: rgb(205 141 239 / 0.6);
}
.fill-input-checkbox-border\/70 {
  fill: rgb(205 141 239 / 0.7);
}
.fill-input-checkbox-border\/75 {
  fill: rgb(205 141 239 / 0.75);
}
.fill-input-checkbox-border\/80 {
  fill: rgb(205 141 239 / 0.8);
}
.fill-input-checkbox-border\/90 {
  fill: rgb(205 141 239 / 0.9);
}
.fill-input-checkbox-border\/95 {
  fill: rgb(205 141 239 / 0.95);
}
.fill-input-checkbox-border\/state-disabled {
  fill: rgb(205 141 239 / 0.5);
}
.fill-input-checkbox-border\/state-enabled {
  fill: rgb(205 141 239 / 1);
}
.fill-input-checkbox-contrast {
  fill: rgb(64, 64, 64);
}
.fill-input-checkbox-contrast\/0 {
  fill: rgb(64 64 64 / 0);
}
.fill-input-checkbox-contrast\/10 {
  fill: rgb(64 64 64 / 0.1);
}
.fill-input-checkbox-contrast\/100 {
  fill: rgb(64 64 64 / 1);
}
.fill-input-checkbox-contrast\/20 {
  fill: rgb(64 64 64 / 0.2);
}
.fill-input-checkbox-contrast\/25 {
  fill: rgb(64 64 64 / 0.25);
}
.fill-input-checkbox-contrast\/30 {
  fill: rgb(64 64 64 / 0.3);
}
.fill-input-checkbox-contrast\/40 {
  fill: rgb(64 64 64 / 0.4);
}
.fill-input-checkbox-contrast\/5 {
  fill: rgb(64 64 64 / 0.05);
}
.fill-input-checkbox-contrast\/50 {
  fill: rgb(64 64 64 / 0.5);
}
.fill-input-checkbox-contrast\/60 {
  fill: rgb(64 64 64 / 0.6);
}
.fill-input-checkbox-contrast\/70 {
  fill: rgb(64 64 64 / 0.7);
}
.fill-input-checkbox-contrast\/75 {
  fill: rgb(64 64 64 / 0.75);
}
.fill-input-checkbox-contrast\/80 {
  fill: rgb(64 64 64 / 0.8);
}
.fill-input-checkbox-contrast\/90 {
  fill: rgb(64 64 64 / 0.9);
}
.fill-input-checkbox-contrast\/95 {
  fill: rgb(64 64 64 / 0.95);
}
.fill-input-checkbox-contrast\/state-disabled {
  fill: rgb(64 64 64 / 0.5);
}
.fill-input-checkbox-contrast\/state-enabled {
  fill: rgb(64 64 64 / 1);
}
.fill-input-default-bg {
  fill: rgb(17, 17, 17);
}
.fill-input-default-bg\/0 {
  fill: rgb(17 17 17 / 0);
}
.fill-input-default-bg\/10 {
  fill: rgb(17 17 17 / 0.1);
}
.fill-input-default-bg\/100 {
  fill: rgb(17 17 17 / 1);
}
.fill-input-default-bg\/20 {
  fill: rgb(17 17 17 / 0.2);
}
.fill-input-default-bg\/25 {
  fill: rgb(17 17 17 / 0.25);
}
.fill-input-default-bg\/30 {
  fill: rgb(17 17 17 / 0.3);
}
.fill-input-default-bg\/40 {
  fill: rgb(17 17 17 / 0.4);
}
.fill-input-default-bg\/5 {
  fill: rgb(17 17 17 / 0.05);
}
.fill-input-default-bg\/50 {
  fill: rgb(17 17 17 / 0.5);
}
.fill-input-default-bg\/60 {
  fill: rgb(17 17 17 / 0.6);
}
.fill-input-default-bg\/70 {
  fill: rgb(17 17 17 / 0.7);
}
.fill-input-default-bg\/75 {
  fill: rgb(17 17 17 / 0.75);
}
.fill-input-default-bg\/80 {
  fill: rgb(17 17 17 / 0.8);
}
.fill-input-default-bg\/90 {
  fill: rgb(17 17 17 / 0.9);
}
.fill-input-default-bg\/95 {
  fill: rgb(17 17 17 / 0.95);
}
.fill-input-default-bg\/state-disabled {
  fill: rgb(17 17 17 / 0.5);
}
.fill-input-default-bg\/state-enabled {
  fill: rgb(17 17 17 / 1);
}
.fill-input-default-border {
  fill: rgb(64, 64, 64);
}
.fill-input-default-border\/0 {
  fill: rgb(64 64 64 / 0);
}
.fill-input-default-border\/10 {
  fill: rgb(64 64 64 / 0.1);
}
.fill-input-default-border\/100 {
  fill: rgb(64 64 64 / 1);
}
.fill-input-default-border\/20 {
  fill: rgb(64 64 64 / 0.2);
}
.fill-input-default-border\/25 {
  fill: rgb(64 64 64 / 0.25);
}
.fill-input-default-border\/30 {
  fill: rgb(64 64 64 / 0.3);
}
.fill-input-default-border\/40 {
  fill: rgb(64 64 64 / 0.4);
}
.fill-input-default-border\/5 {
  fill: rgb(64 64 64 / 0.05);
}
.fill-input-default-border\/50 {
  fill: rgb(64 64 64 / 0.5);
}
.fill-input-default-border\/60 {
  fill: rgb(64 64 64 / 0.6);
}
.fill-input-default-border\/70 {
  fill: rgb(64 64 64 / 0.7);
}
.fill-input-default-border\/75 {
  fill: rgb(64 64 64 / 0.75);
}
.fill-input-default-border\/80 {
  fill: rgb(64 64 64 / 0.8);
}
.fill-input-default-border\/90 {
  fill: rgb(64 64 64 / 0.9);
}
.fill-input-default-border\/95 {
  fill: rgb(64 64 64 / 0.95);
}
.fill-input-default-border\/state-disabled {
  fill: rgb(64 64 64 / 0.5);
}
.fill-input-default-border\/state-enabled {
  fill: rgb(64 64 64 / 1);
}
.fill-input-default-placeholder {
  fill: rgba(255, 255, 255, 0.4);
}
.fill-input-default-placeholder\/0 {
  fill: rgba(255, 255, 255, 0);
}
.fill-input-default-placeholder\/10 {
  fill: rgba(255, 255, 255, 0.1);
}
.fill-input-default-placeholder\/100 {
  fill: rgba(255, 255, 255, 1);
}
.fill-input-default-placeholder\/20 {
  fill: rgba(255, 255, 255, 0.2);
}
.fill-input-default-placeholder\/25 {
  fill: rgba(255, 255, 255, 0.25);
}
.fill-input-default-placeholder\/30 {
  fill: rgba(255, 255, 255, 0.3);
}
.fill-input-default-placeholder\/40 {
  fill: rgba(255, 255, 255, 0.4);
}
.fill-input-default-placeholder\/5 {
  fill: rgba(255, 255, 255, 0.05);
}
.fill-input-default-placeholder\/50 {
  fill: rgba(255, 255, 255, 0.5);
}
.fill-input-default-placeholder\/60 {
  fill: rgba(255, 255, 255, 0.6);
}
.fill-input-default-placeholder\/70 {
  fill: rgba(255, 255, 255, 0.7);
}
.fill-input-default-placeholder\/75 {
  fill: rgba(255, 255, 255, 0.75);
}
.fill-input-default-placeholder\/80 {
  fill: rgba(255, 255, 255, 0.8);
}
.fill-input-default-placeholder\/90 {
  fill: rgba(255, 255, 255, 0.9);
}
.fill-input-default-placeholder\/95 {
  fill: rgba(255, 255, 255, 0.95);
}
.fill-input-default-placeholder\/state-disabled {
  fill: rgba(255, 255, 255, 0.5);
}
.fill-input-default-placeholder\/state-enabled {
  fill: rgba(255, 255, 255, 1);
}
.fill-input-default-text {
  fill: rgb(255, 255, 255);
}
.fill-input-default-text\/0 {
  fill: rgb(255 255 255 / 0);
}
.fill-input-default-text\/10 {
  fill: rgb(255 255 255 / 0.1);
}
.fill-input-default-text\/100 {
  fill: rgb(255 255 255 / 1);
}
.fill-input-default-text\/20 {
  fill: rgb(255 255 255 / 0.2);
}
.fill-input-default-text\/25 {
  fill: rgb(255 255 255 / 0.25);
}
.fill-input-default-text\/30 {
  fill: rgb(255 255 255 / 0.3);
}
.fill-input-default-text\/40 {
  fill: rgb(255 255 255 / 0.4);
}
.fill-input-default-text\/5 {
  fill: rgb(255 255 255 / 0.05);
}
.fill-input-default-text\/50 {
  fill: rgb(255 255 255 / 0.5);
}
.fill-input-default-text\/60 {
  fill: rgb(255 255 255 / 0.6);
}
.fill-input-default-text\/70 {
  fill: rgb(255 255 255 / 0.7);
}
.fill-input-default-text\/75 {
  fill: rgb(255 255 255 / 0.75);
}
.fill-input-default-text\/80 {
  fill: rgb(255 255 255 / 0.8);
}
.fill-input-default-text\/90 {
  fill: rgb(255 255 255 / 0.9);
}
.fill-input-default-text\/95 {
  fill: rgb(255 255 255 / 0.95);
}
.fill-input-default-text\/state-disabled {
  fill: rgb(255 255 255 / 0.5);
}
.fill-input-default-text\/state-enabled {
  fill: rgb(255 255 255 / 1);
}
.fill-input-dropdown-background {
  fill: rgb(17, 17, 17);
}
.fill-input-dropdown-background\/0 {
  fill: rgb(17 17 17 / 0);
}
.fill-input-dropdown-background\/10 {
  fill: rgb(17 17 17 / 0.1);
}
.fill-input-dropdown-background\/100 {
  fill: rgb(17 17 17 / 1);
}
.fill-input-dropdown-background\/20 {
  fill: rgb(17 17 17 / 0.2);
}
.fill-input-dropdown-background\/25 {
  fill: rgb(17 17 17 / 0.25);
}
.fill-input-dropdown-background\/30 {
  fill: rgb(17 17 17 / 0.3);
}
.fill-input-dropdown-background\/40 {
  fill: rgb(17 17 17 / 0.4);
}
.fill-input-dropdown-background\/5 {
  fill: rgb(17 17 17 / 0.05);
}
.fill-input-dropdown-background\/50 {
  fill: rgb(17 17 17 / 0.5);
}
.fill-input-dropdown-background\/60 {
  fill: rgb(17 17 17 / 0.6);
}
.fill-input-dropdown-background\/70 {
  fill: rgb(17 17 17 / 0.7);
}
.fill-input-dropdown-background\/75 {
  fill: rgb(17 17 17 / 0.75);
}
.fill-input-dropdown-background\/80 {
  fill: rgb(17 17 17 / 0.8);
}
.fill-input-dropdown-background\/90 {
  fill: rgb(17 17 17 / 0.9);
}
.fill-input-dropdown-background\/95 {
  fill: rgb(17 17 17 / 0.95);
}
.fill-input-dropdown-background\/state-disabled {
  fill: rgb(17 17 17 / 0.5);
}
.fill-input-dropdown-background\/state-enabled {
  fill: rgb(17 17 17 / 1);
}
.fill-input-error-bg {
  fill: rgb(17, 17, 17);
}
.fill-input-error-bg\/0 {
  fill: rgb(17 17 17 / 0);
}
.fill-input-error-bg\/10 {
  fill: rgb(17 17 17 / 0.1);
}
.fill-input-error-bg\/100 {
  fill: rgb(17 17 17 / 1);
}
.fill-input-error-bg\/20 {
  fill: rgb(17 17 17 / 0.2);
}
.fill-input-error-bg\/25 {
  fill: rgb(17 17 17 / 0.25);
}
.fill-input-error-bg\/30 {
  fill: rgb(17 17 17 / 0.3);
}
.fill-input-error-bg\/40 {
  fill: rgb(17 17 17 / 0.4);
}
.fill-input-error-bg\/5 {
  fill: rgb(17 17 17 / 0.05);
}
.fill-input-error-bg\/50 {
  fill: rgb(17 17 17 / 0.5);
}
.fill-input-error-bg\/60 {
  fill: rgb(17 17 17 / 0.6);
}
.fill-input-error-bg\/70 {
  fill: rgb(17 17 17 / 0.7);
}
.fill-input-error-bg\/75 {
  fill: rgb(17 17 17 / 0.75);
}
.fill-input-error-bg\/80 {
  fill: rgb(17 17 17 / 0.8);
}
.fill-input-error-bg\/90 {
  fill: rgb(17 17 17 / 0.9);
}
.fill-input-error-bg\/95 {
  fill: rgb(17 17 17 / 0.95);
}
.fill-input-error-bg\/state-disabled {
  fill: rgb(17 17 17 / 0.5);
}
.fill-input-error-bg\/state-enabled {
  fill: rgb(17 17 17 / 1);
}
.fill-input-error-border {
  fill: rgb(248, 113, 113);
}
.fill-input-error-border\/0 {
  fill: rgb(248 113 113 / 0);
}
.fill-input-error-border\/10 {
  fill: rgb(248 113 113 / 0.1);
}
.fill-input-error-border\/100 {
  fill: rgb(248 113 113 / 1);
}
.fill-input-error-border\/20 {
  fill: rgb(248 113 113 / 0.2);
}
.fill-input-error-border\/25 {
  fill: rgb(248 113 113 / 0.25);
}
.fill-input-error-border\/30 {
  fill: rgb(248 113 113 / 0.3);
}
.fill-input-error-border\/40 {
  fill: rgb(248 113 113 / 0.4);
}
.fill-input-error-border\/5 {
  fill: rgb(248 113 113 / 0.05);
}
.fill-input-error-border\/50 {
  fill: rgb(248 113 113 / 0.5);
}
.fill-input-error-border\/60 {
  fill: rgb(248 113 113 / 0.6);
}
.fill-input-error-border\/70 {
  fill: rgb(248 113 113 / 0.7);
}
.fill-input-error-border\/75 {
  fill: rgb(248 113 113 / 0.75);
}
.fill-input-error-border\/80 {
  fill: rgb(248 113 113 / 0.8);
}
.fill-input-error-border\/90 {
  fill: rgb(248 113 113 / 0.9);
}
.fill-input-error-border\/95 {
  fill: rgb(248 113 113 / 0.95);
}
.fill-input-error-border\/state-disabled {
  fill: rgb(248 113 113 / 0.5);
}
.fill-input-error-border\/state-enabled {
  fill: rgb(248 113 113 / 1);
}
.fill-input-error-placeholder {
  fill: rgba(255, 255, 255, 0.4);
}
.fill-input-error-placeholder\/0 {
  fill: rgba(255, 255, 255, 0);
}
.fill-input-error-placeholder\/10 {
  fill: rgba(255, 255, 255, 0.1);
}
.fill-input-error-placeholder\/100 {
  fill: rgba(255, 255, 255, 1);
}
.fill-input-error-placeholder\/20 {
  fill: rgba(255, 255, 255, 0.2);
}
.fill-input-error-placeholder\/25 {
  fill: rgba(255, 255, 255, 0.25);
}
.fill-input-error-placeholder\/30 {
  fill: rgba(255, 255, 255, 0.3);
}
.fill-input-error-placeholder\/40 {
  fill: rgba(255, 255, 255, 0.4);
}
.fill-input-error-placeholder\/5 {
  fill: rgba(255, 255, 255, 0.05);
}
.fill-input-error-placeholder\/50 {
  fill: rgba(255, 255, 255, 0.5);
}
.fill-input-error-placeholder\/60 {
  fill: rgba(255, 255, 255, 0.6);
}
.fill-input-error-placeholder\/70 {
  fill: rgba(255, 255, 255, 0.7);
}
.fill-input-error-placeholder\/75 {
  fill: rgba(255, 255, 255, 0.75);
}
.fill-input-error-placeholder\/80 {
  fill: rgba(255, 255, 255, 0.8);
}
.fill-input-error-placeholder\/90 {
  fill: rgba(255, 255, 255, 0.9);
}
.fill-input-error-placeholder\/95 {
  fill: rgba(255, 255, 255, 0.95);
}
.fill-input-error-placeholder\/state-disabled {
  fill: rgba(255, 255, 255, 0.5);
}
.fill-input-error-placeholder\/state-enabled {
  fill: rgba(255, 255, 255, 1);
}
.fill-input-error-text {
  fill: rgb(248, 113, 113);
}
.fill-input-error-text\/0 {
  fill: rgb(248 113 113 / 0);
}
.fill-input-error-text\/10 {
  fill: rgb(248 113 113 / 0.1);
}
.fill-input-error-text\/100 {
  fill: rgb(248 113 113 / 1);
}
.fill-input-error-text\/20 {
  fill: rgb(248 113 113 / 0.2);
}
.fill-input-error-text\/25 {
  fill: rgb(248 113 113 / 0.25);
}
.fill-input-error-text\/30 {
  fill: rgb(248 113 113 / 0.3);
}
.fill-input-error-text\/40 {
  fill: rgb(248 113 113 / 0.4);
}
.fill-input-error-text\/5 {
  fill: rgb(248 113 113 / 0.05);
}
.fill-input-error-text\/50 {
  fill: rgb(248 113 113 / 0.5);
}
.fill-input-error-text\/60 {
  fill: rgb(248 113 113 / 0.6);
}
.fill-input-error-text\/70 {
  fill: rgb(248 113 113 / 0.7);
}
.fill-input-error-text\/75 {
  fill: rgb(248 113 113 / 0.75);
}
.fill-input-error-text\/80 {
  fill: rgb(248 113 113 / 0.8);
}
.fill-input-error-text\/90 {
  fill: rgb(248 113 113 / 0.9);
}
.fill-input-error-text\/95 {
  fill: rgb(248 113 113 / 0.95);
}
.fill-input-error-text\/state-disabled {
  fill: rgb(248 113 113 / 0.5);
}
.fill-input-error-text\/state-enabled {
  fill: rgb(248 113 113 / 1);
}
.fill-input-focused-bg {
  fill: rgb(17, 17, 17);
}
.fill-input-focused-bg\/0 {
  fill: rgb(17 17 17 / 0);
}
.fill-input-focused-bg\/10 {
  fill: rgb(17 17 17 / 0.1);
}
.fill-input-focused-bg\/100 {
  fill: rgb(17 17 17 / 1);
}
.fill-input-focused-bg\/20 {
  fill: rgb(17 17 17 / 0.2);
}
.fill-input-focused-bg\/25 {
  fill: rgb(17 17 17 / 0.25);
}
.fill-input-focused-bg\/30 {
  fill: rgb(17 17 17 / 0.3);
}
.fill-input-focused-bg\/40 {
  fill: rgb(17 17 17 / 0.4);
}
.fill-input-focused-bg\/5 {
  fill: rgb(17 17 17 / 0.05);
}
.fill-input-focused-bg\/50 {
  fill: rgb(17 17 17 / 0.5);
}
.fill-input-focused-bg\/60 {
  fill: rgb(17 17 17 / 0.6);
}
.fill-input-focused-bg\/70 {
  fill: rgb(17 17 17 / 0.7);
}
.fill-input-focused-bg\/75 {
  fill: rgb(17 17 17 / 0.75);
}
.fill-input-focused-bg\/80 {
  fill: rgb(17 17 17 / 0.8);
}
.fill-input-focused-bg\/90 {
  fill: rgb(17 17 17 / 0.9);
}
.fill-input-focused-bg\/95 {
  fill: rgb(17 17 17 / 0.95);
}
.fill-input-focused-bg\/state-disabled {
  fill: rgb(17 17 17 / 0.5);
}
.fill-input-focused-bg\/state-enabled {
  fill: rgb(17 17 17 / 1);
}
.fill-input-focused-border {
  fill: rgb(98, 98, 98);
}
.fill-input-focused-border\/0 {
  fill: rgb(98 98 98 / 0);
}
.fill-input-focused-border\/10 {
  fill: rgb(98 98 98 / 0.1);
}
.fill-input-focused-border\/100 {
  fill: rgb(98 98 98 / 1);
}
.fill-input-focused-border\/20 {
  fill: rgb(98 98 98 / 0.2);
}
.fill-input-focused-border\/25 {
  fill: rgb(98 98 98 / 0.25);
}
.fill-input-focused-border\/30 {
  fill: rgb(98 98 98 / 0.3);
}
.fill-input-focused-border\/40 {
  fill: rgb(98 98 98 / 0.4);
}
.fill-input-focused-border\/5 {
  fill: rgb(98 98 98 / 0.05);
}
.fill-input-focused-border\/50 {
  fill: rgb(98 98 98 / 0.5);
}
.fill-input-focused-border\/60 {
  fill: rgb(98 98 98 / 0.6);
}
.fill-input-focused-border\/70 {
  fill: rgb(98 98 98 / 0.7);
}
.fill-input-focused-border\/75 {
  fill: rgb(98 98 98 / 0.75);
}
.fill-input-focused-border\/80 {
  fill: rgb(98 98 98 / 0.8);
}
.fill-input-focused-border\/90 {
  fill: rgb(98 98 98 / 0.9);
}
.fill-input-focused-border\/95 {
  fill: rgb(98 98 98 / 0.95);
}
.fill-input-focused-border\/state-disabled {
  fill: rgb(98 98 98 / 0.5);
}
.fill-input-focused-border\/state-enabled {
  fill: rgb(98 98 98 / 1);
}
.fill-input-focused-placeholder {
  fill: rgba(255, 255, 255, 0.4);
}
.fill-input-focused-placeholder\/0 {
  fill: rgba(255, 255, 255, 0);
}
.fill-input-focused-placeholder\/10 {
  fill: rgba(255, 255, 255, 0.1);
}
.fill-input-focused-placeholder\/100 {
  fill: rgba(255, 255, 255, 1);
}
.fill-input-focused-placeholder\/20 {
  fill: rgba(255, 255, 255, 0.2);
}
.fill-input-focused-placeholder\/25 {
  fill: rgba(255, 255, 255, 0.25);
}
.fill-input-focused-placeholder\/30 {
  fill: rgba(255, 255, 255, 0.3);
}
.fill-input-focused-placeholder\/40 {
  fill: rgba(255, 255, 255, 0.4);
}
.fill-input-focused-placeholder\/5 {
  fill: rgba(255, 255, 255, 0.05);
}
.fill-input-focused-placeholder\/50 {
  fill: rgba(255, 255, 255, 0.5);
}
.fill-input-focused-placeholder\/60 {
  fill: rgba(255, 255, 255, 0.6);
}
.fill-input-focused-placeholder\/70 {
  fill: rgba(255, 255, 255, 0.7);
}
.fill-input-focused-placeholder\/75 {
  fill: rgba(255, 255, 255, 0.75);
}
.fill-input-focused-placeholder\/80 {
  fill: rgba(255, 255, 255, 0.8);
}
.fill-input-focused-placeholder\/90 {
  fill: rgba(255, 255, 255, 0.9);
}
.fill-input-focused-placeholder\/95 {
  fill: rgba(255, 255, 255, 0.95);
}
.fill-input-focused-placeholder\/state-disabled {
  fill: rgba(255, 255, 255, 0.5);
}
.fill-input-focused-placeholder\/state-enabled {
  fill: rgba(255, 255, 255, 1);
}
.fill-input-focused-text {
  fill: rgb(255, 255, 255);
}
.fill-input-focused-text\/0 {
  fill: rgb(255 255 255 / 0);
}
.fill-input-focused-text\/10 {
  fill: rgb(255 255 255 / 0.1);
}
.fill-input-focused-text\/100 {
  fill: rgb(255 255 255 / 1);
}
.fill-input-focused-text\/20 {
  fill: rgb(255 255 255 / 0.2);
}
.fill-input-focused-text\/25 {
  fill: rgb(255 255 255 / 0.25);
}
.fill-input-focused-text\/30 {
  fill: rgb(255 255 255 / 0.3);
}
.fill-input-focused-text\/40 {
  fill: rgb(255 255 255 / 0.4);
}
.fill-input-focused-text\/5 {
  fill: rgb(255 255 255 / 0.05);
}
.fill-input-focused-text\/50 {
  fill: rgb(255 255 255 / 0.5);
}
.fill-input-focused-text\/60 {
  fill: rgb(255 255 255 / 0.6);
}
.fill-input-focused-text\/70 {
  fill: rgb(255 255 255 / 0.7);
}
.fill-input-focused-text\/75 {
  fill: rgb(255 255 255 / 0.75);
}
.fill-input-focused-text\/80 {
  fill: rgb(255 255 255 / 0.8);
}
.fill-input-focused-text\/90 {
  fill: rgb(255 255 255 / 0.9);
}
.fill-input-focused-text\/95 {
  fill: rgb(255 255 255 / 0.95);
}
.fill-input-focused-text\/state-disabled {
  fill: rgb(255 255 255 / 0.5);
}
.fill-input-focused-text\/state-enabled {
  fill: rgb(255 255 255 / 1);
}
.fill-input-placeholder {
  fill: #616161;
}
.fill-input-placeholder\/0 {
  fill: rgb(97 97 97 / 0);
}
.fill-input-placeholder\/10 {
  fill: rgb(97 97 97 / 0.1);
}
.fill-input-placeholder\/100 {
  fill: rgb(97 97 97 / 1);
}
.fill-input-placeholder\/20 {
  fill: rgb(97 97 97 / 0.2);
}
.fill-input-placeholder\/25 {
  fill: rgb(97 97 97 / 0.25);
}
.fill-input-placeholder\/30 {
  fill: rgb(97 97 97 / 0.3);
}
.fill-input-placeholder\/40 {
  fill: rgb(97 97 97 / 0.4);
}
.fill-input-placeholder\/5 {
  fill: rgb(97 97 97 / 0.05);
}
.fill-input-placeholder\/50 {
  fill: rgb(97 97 97 / 0.5);
}
.fill-input-placeholder\/60 {
  fill: rgb(97 97 97 / 0.6);
}
.fill-input-placeholder\/70 {
  fill: rgb(97 97 97 / 0.7);
}
.fill-input-placeholder\/75 {
  fill: rgb(97 97 97 / 0.75);
}
.fill-input-placeholder\/80 {
  fill: rgb(97 97 97 / 0.8);
}
.fill-input-placeholder\/90 {
  fill: rgb(97 97 97 / 0.9);
}
.fill-input-placeholder\/95 {
  fill: rgb(97 97 97 / 0.95);
}
.fill-input-placeholder\/state-disabled {
  fill: rgb(97 97 97 / 0.5);
}
.fill-input-placeholder\/state-enabled {
  fill: rgb(97 97 97 / 1);
}
.fill-input-radio-background {
  fill: rgb(17, 17, 17);
}
.fill-input-radio-background\/0 {
  fill: rgb(17 17 17 / 0);
}
.fill-input-radio-background\/10 {
  fill: rgb(17 17 17 / 0.1);
}
.fill-input-radio-background\/100 {
  fill: rgb(17 17 17 / 1);
}
.fill-input-radio-background\/20 {
  fill: rgb(17 17 17 / 0.2);
}
.fill-input-radio-background\/25 {
  fill: rgb(17 17 17 / 0.25);
}
.fill-input-radio-background\/30 {
  fill: rgb(17 17 17 / 0.3);
}
.fill-input-radio-background\/40 {
  fill: rgb(17 17 17 / 0.4);
}
.fill-input-radio-background\/5 {
  fill: rgb(17 17 17 / 0.05);
}
.fill-input-radio-background\/50 {
  fill: rgb(17 17 17 / 0.5);
}
.fill-input-radio-background\/60 {
  fill: rgb(17 17 17 / 0.6);
}
.fill-input-radio-background\/70 {
  fill: rgb(17 17 17 / 0.7);
}
.fill-input-radio-background\/75 {
  fill: rgb(17 17 17 / 0.75);
}
.fill-input-radio-background\/80 {
  fill: rgb(17 17 17 / 0.8);
}
.fill-input-radio-background\/90 {
  fill: rgb(17 17 17 / 0.9);
}
.fill-input-radio-background\/95 {
  fill: rgb(17 17 17 / 0.95);
}
.fill-input-radio-background\/state-disabled {
  fill: rgb(17 17 17 / 0.5);
}
.fill-input-radio-background\/state-enabled {
  fill: rgb(17 17 17 / 1);
}
.fill-input-radio-border {
  fill: rgb(205, 141, 239);
}
.fill-input-radio-border\/0 {
  fill: rgb(205 141 239 / 0);
}
.fill-input-radio-border\/10 {
  fill: rgb(205 141 239 / 0.1);
}
.fill-input-radio-border\/100 {
  fill: rgb(205 141 239 / 1);
}
.fill-input-radio-border\/20 {
  fill: rgb(205 141 239 / 0.2);
}
.fill-input-radio-border\/25 {
  fill: rgb(205 141 239 / 0.25);
}
.fill-input-radio-border\/30 {
  fill: rgb(205 141 239 / 0.3);
}
.fill-input-radio-border\/40 {
  fill: rgb(205 141 239 / 0.4);
}
.fill-input-radio-border\/5 {
  fill: rgb(205 141 239 / 0.05);
}
.fill-input-radio-border\/50 {
  fill: rgb(205 141 239 / 0.5);
}
.fill-input-radio-border\/60 {
  fill: rgb(205 141 239 / 0.6);
}
.fill-input-radio-border\/70 {
  fill: rgb(205 141 239 / 0.7);
}
.fill-input-radio-border\/75 {
  fill: rgb(205 141 239 / 0.75);
}
.fill-input-radio-border\/80 {
  fill: rgb(205 141 239 / 0.8);
}
.fill-input-radio-border\/90 {
  fill: rgb(205 141 239 / 0.9);
}
.fill-input-radio-border\/95 {
  fill: rgb(205 141 239 / 0.95);
}
.fill-input-radio-border\/state-disabled {
  fill: rgb(205 141 239 / 0.5);
}
.fill-input-radio-border\/state-enabled {
  fill: rgb(205 141 239 / 1);
}
.fill-input-radio-contrast {
  fill: rgb(255, 255, 255);
}
.fill-input-radio-contrast\/0 {
  fill: rgb(255 255 255 / 0);
}
.fill-input-radio-contrast\/10 {
  fill: rgb(255 255 255 / 0.1);
}
.fill-input-radio-contrast\/100 {
  fill: rgb(255 255 255 / 1);
}
.fill-input-radio-contrast\/20 {
  fill: rgb(255 255 255 / 0.2);
}
.fill-input-radio-contrast\/25 {
  fill: rgb(255 255 255 / 0.25);
}
.fill-input-radio-contrast\/30 {
  fill: rgb(255 255 255 / 0.3);
}
.fill-input-radio-contrast\/40 {
  fill: rgb(255 255 255 / 0.4);
}
.fill-input-radio-contrast\/5 {
  fill: rgb(255 255 255 / 0.05);
}
.fill-input-radio-contrast\/50 {
  fill: rgb(255 255 255 / 0.5);
}
.fill-input-radio-contrast\/60 {
  fill: rgb(255 255 255 / 0.6);
}
.fill-input-radio-contrast\/70 {
  fill: rgb(255 255 255 / 0.7);
}
.fill-input-radio-contrast\/75 {
  fill: rgb(255 255 255 / 0.75);
}
.fill-input-radio-contrast\/80 {
  fill: rgb(255 255 255 / 0.8);
}
.fill-input-radio-contrast\/90 {
  fill: rgb(255 255 255 / 0.9);
}
.fill-input-radio-contrast\/95 {
  fill: rgb(255 255 255 / 0.95);
}
.fill-input-radio-contrast\/state-disabled {
  fill: rgb(255 255 255 / 0.5);
}
.fill-input-radio-contrast\/state-enabled {
  fill: rgb(255 255 255 / 1);
}
.fill-input-switch-backgroundOff {
  fill: rgb(156, 163, 175);
}
.fill-input-switch-backgroundOff\/0 {
  fill: rgb(156 163 175 / 0);
}
.fill-input-switch-backgroundOff\/10 {
  fill: rgb(156 163 175 / 0.1);
}
.fill-input-switch-backgroundOff\/100 {
  fill: rgb(156 163 175 / 1);
}
.fill-input-switch-backgroundOff\/20 {
  fill: rgb(156 163 175 / 0.2);
}
.fill-input-switch-backgroundOff\/25 {
  fill: rgb(156 163 175 / 0.25);
}
.fill-input-switch-backgroundOff\/30 {
  fill: rgb(156 163 175 / 0.3);
}
.fill-input-switch-backgroundOff\/40 {
  fill: rgb(156 163 175 / 0.4);
}
.fill-input-switch-backgroundOff\/5 {
  fill: rgb(156 163 175 / 0.05);
}
.fill-input-switch-backgroundOff\/50 {
  fill: rgb(156 163 175 / 0.5);
}
.fill-input-switch-backgroundOff\/60 {
  fill: rgb(156 163 175 / 0.6);
}
.fill-input-switch-backgroundOff\/70 {
  fill: rgb(156 163 175 / 0.7);
}
.fill-input-switch-backgroundOff\/75 {
  fill: rgb(156 163 175 / 0.75);
}
.fill-input-switch-backgroundOff\/80 {
  fill: rgb(156 163 175 / 0.8);
}
.fill-input-switch-backgroundOff\/90 {
  fill: rgb(156 163 175 / 0.9);
}
.fill-input-switch-backgroundOff\/95 {
  fill: rgb(156 163 175 / 0.95);
}
.fill-input-switch-backgroundOff\/state-disabled {
  fill: rgb(156 163 175 / 0.5);
}
.fill-input-switch-backgroundOff\/state-enabled {
  fill: rgb(156 163 175 / 1);
}
.fill-input-switch-backgroundOn {
  fill: rgb(205, 141, 239);
}
.fill-input-switch-backgroundOn\/0 {
  fill: rgb(205 141 239 / 0);
}
.fill-input-switch-backgroundOn\/10 {
  fill: rgb(205 141 239 / 0.1);
}
.fill-input-switch-backgroundOn\/100 {
  fill: rgb(205 141 239 / 1);
}
.fill-input-switch-backgroundOn\/20 {
  fill: rgb(205 141 239 / 0.2);
}
.fill-input-switch-backgroundOn\/25 {
  fill: rgb(205 141 239 / 0.25);
}
.fill-input-switch-backgroundOn\/30 {
  fill: rgb(205 141 239 / 0.3);
}
.fill-input-switch-backgroundOn\/40 {
  fill: rgb(205 141 239 / 0.4);
}
.fill-input-switch-backgroundOn\/5 {
  fill: rgb(205 141 239 / 0.05);
}
.fill-input-switch-backgroundOn\/50 {
  fill: rgb(205 141 239 / 0.5);
}
.fill-input-switch-backgroundOn\/60 {
  fill: rgb(205 141 239 / 0.6);
}
.fill-input-switch-backgroundOn\/70 {
  fill: rgb(205 141 239 / 0.7);
}
.fill-input-switch-backgroundOn\/75 {
  fill: rgb(205 141 239 / 0.75);
}
.fill-input-switch-backgroundOn\/80 {
  fill: rgb(205 141 239 / 0.8);
}
.fill-input-switch-backgroundOn\/90 {
  fill: rgb(205 141 239 / 0.9);
}
.fill-input-switch-backgroundOn\/95 {
  fill: rgb(205 141 239 / 0.95);
}
.fill-input-switch-backgroundOn\/state-disabled {
  fill: rgb(205 141 239 / 0.5);
}
.fill-input-switch-backgroundOn\/state-enabled {
  fill: rgb(205 141 239 / 1);
}
.fill-input-switch-contrast {
  fill: rgb(64, 64, 64);
}
.fill-input-switch-contrast\/0 {
  fill: rgb(64 64 64 / 0);
}
.fill-input-switch-contrast\/10 {
  fill: rgb(64 64 64 / 0.1);
}
.fill-input-switch-contrast\/100 {
  fill: rgb(64 64 64 / 1);
}
.fill-input-switch-contrast\/20 {
  fill: rgb(64 64 64 / 0.2);
}
.fill-input-switch-contrast\/25 {
  fill: rgb(64 64 64 / 0.25);
}
.fill-input-switch-contrast\/30 {
  fill: rgb(64 64 64 / 0.3);
}
.fill-input-switch-contrast\/40 {
  fill: rgb(64 64 64 / 0.4);
}
.fill-input-switch-contrast\/5 {
  fill: rgb(64 64 64 / 0.05);
}
.fill-input-switch-contrast\/50 {
  fill: rgb(64 64 64 / 0.5);
}
.fill-input-switch-contrast\/60 {
  fill: rgb(64 64 64 / 0.6);
}
.fill-input-switch-contrast\/70 {
  fill: rgb(64 64 64 / 0.7);
}
.fill-input-switch-contrast\/75 {
  fill: rgb(64 64 64 / 0.75);
}
.fill-input-switch-contrast\/80 {
  fill: rgb(64 64 64 / 0.8);
}
.fill-input-switch-contrast\/90 {
  fill: rgb(64 64 64 / 0.9);
}
.fill-input-switch-contrast\/95 {
  fill: rgb(64 64 64 / 0.95);
}
.fill-input-switch-contrast\/state-disabled {
  fill: rgb(64 64 64 / 0.5);
}
.fill-input-switch-contrast\/state-enabled {
  fill: rgb(64 64 64 / 1);
}
.fill-input-text {
  fill: #FFFFFF;
}
.fill-input-text\/0 {
  fill: rgb(255 255 255 / 0);
}
.fill-input-text\/10 {
  fill: rgb(255 255 255 / 0.1);
}
.fill-input-text\/100 {
  fill: rgb(255 255 255 / 1);
}
.fill-input-text\/20 {
  fill: rgb(255 255 255 / 0.2);
}
.fill-input-text\/25 {
  fill: rgb(255 255 255 / 0.25);
}
.fill-input-text\/30 {
  fill: rgb(255 255 255 / 0.3);
}
.fill-input-text\/40 {
  fill: rgb(255 255 255 / 0.4);
}
.fill-input-text\/5 {
  fill: rgb(255 255 255 / 0.05);
}
.fill-input-text\/50 {
  fill: rgb(255 255 255 / 0.5);
}
.fill-input-text\/60 {
  fill: rgb(255 255 255 / 0.6);
}
.fill-input-text\/70 {
  fill: rgb(255 255 255 / 0.7);
}
.fill-input-text\/75 {
  fill: rgb(255 255 255 / 0.75);
}
.fill-input-text\/80 {
  fill: rgb(255 255 255 / 0.8);
}
.fill-input-text\/90 {
  fill: rgb(255 255 255 / 0.9);
}
.fill-input-text\/95 {
  fill: rgb(255 255 255 / 0.95);
}
.fill-input-text\/state-disabled {
  fill: rgb(255 255 255 / 0.5);
}
.fill-input-text\/state-enabled {
  fill: rgb(255 255 255 / 1);
}
.fill-loader-default {
  fill: rgb(205, 141, 239);
}
.fill-loader-default\/0 {
  fill: rgb(205 141 239 / 0);
}
.fill-loader-default\/10 {
  fill: rgb(205 141 239 / 0.1);
}
.fill-loader-default\/100 {
  fill: rgb(205 141 239 / 1);
}
.fill-loader-default\/20 {
  fill: rgb(205 141 239 / 0.2);
}
.fill-loader-default\/25 {
  fill: rgb(205 141 239 / 0.25);
}
.fill-loader-default\/30 {
  fill: rgb(205 141 239 / 0.3);
}
.fill-loader-default\/40 {
  fill: rgb(205 141 239 / 0.4);
}
.fill-loader-default\/5 {
  fill: rgb(205 141 239 / 0.05);
}
.fill-loader-default\/50 {
  fill: rgb(205 141 239 / 0.5);
}
.fill-loader-default\/60 {
  fill: rgb(205 141 239 / 0.6);
}
.fill-loader-default\/70 {
  fill: rgb(205 141 239 / 0.7);
}
.fill-loader-default\/75 {
  fill: rgb(205 141 239 / 0.75);
}
.fill-loader-default\/80 {
  fill: rgb(205 141 239 / 0.8);
}
.fill-loader-default\/90 {
  fill: rgb(205 141 239 / 0.9);
}
.fill-loader-default\/95 {
  fill: rgb(205 141 239 / 0.95);
}
.fill-loader-default\/state-disabled {
  fill: rgb(205 141 239 / 0.5);
}
.fill-loader-default\/state-enabled {
  fill: rgb(205 141 239 / 1);
}
.fill-mono-0 {
  fill: #ffffff;
}
.fill-panel-alternate {
  fill: rgb(29, 29, 29);
}
.fill-panel-alternate\/0 {
  fill: rgb(29 29 29 / 0);
}
.fill-panel-alternate\/10 {
  fill: rgb(29 29 29 / 0.1);
}
.fill-panel-alternate\/100 {
  fill: rgb(29 29 29 / 1);
}
.fill-panel-alternate\/20 {
  fill: rgb(29 29 29 / 0.2);
}
.fill-panel-alternate\/25 {
  fill: rgb(29 29 29 / 0.25);
}
.fill-panel-alternate\/30 {
  fill: rgb(29 29 29 / 0.3);
}
.fill-panel-alternate\/40 {
  fill: rgb(29 29 29 / 0.4);
}
.fill-panel-alternate\/5 {
  fill: rgb(29 29 29 / 0.05);
}
.fill-panel-alternate\/50 {
  fill: rgb(29 29 29 / 0.5);
}
.fill-panel-alternate\/60 {
  fill: rgb(29 29 29 / 0.6);
}
.fill-panel-alternate\/70 {
  fill: rgb(29 29 29 / 0.7);
}
.fill-panel-alternate\/75 {
  fill: rgb(29 29 29 / 0.75);
}
.fill-panel-alternate\/80 {
  fill: rgb(29 29 29 / 0.8);
}
.fill-panel-alternate\/90 {
  fill: rgb(29 29 29 / 0.9);
}
.fill-panel-alternate\/95 {
  fill: rgb(29 29 29 / 0.95);
}
.fill-panel-alternate\/state-disabled {
  fill: rgb(29 29 29 / 0.5);
}
.fill-panel-alternate\/state-enabled {
  fill: rgb(29 29 29 / 1);
}
.fill-panel-base {
  fill: rgb(16, 16, 16);
}
.fill-panel-base\/0 {
  fill: rgb(16 16 16 / 0);
}
.fill-panel-base\/10 {
  fill: rgb(16 16 16 / 0.1);
}
.fill-panel-base\/100 {
  fill: rgb(16 16 16 / 1);
}
.fill-panel-base\/20 {
  fill: rgb(16 16 16 / 0.2);
}
.fill-panel-base\/25 {
  fill: rgb(16 16 16 / 0.25);
}
.fill-panel-base\/30 {
  fill: rgb(16 16 16 / 0.3);
}
.fill-panel-base\/40 {
  fill: rgb(16 16 16 / 0.4);
}
.fill-panel-base\/5 {
  fill: rgb(16 16 16 / 0.05);
}
.fill-panel-base\/50 {
  fill: rgb(16 16 16 / 0.5);
}
.fill-panel-base\/60 {
  fill: rgb(16 16 16 / 0.6);
}
.fill-panel-base\/70 {
  fill: rgb(16 16 16 / 0.7);
}
.fill-panel-base\/75 {
  fill: rgb(16 16 16 / 0.75);
}
.fill-panel-base\/80 {
  fill: rgb(16 16 16 / 0.8);
}
.fill-panel-base\/90 {
  fill: rgb(16 16 16 / 0.9);
}
.fill-panel-base\/95 {
  fill: rgb(16 16 16 / 0.95);
}
.fill-panel-base\/state-disabled {
  fill: rgb(16 16 16 / 0.5);
}
.fill-panel-base\/state-enabled {
  fill: rgb(16 16 16 / 1);
}
.fill-panel-border {
  fill: rgba(255, 255, 255, 0.05);
}
.fill-panel-border\/0 {
  fill: rgba(255, 255, 255, 0);
}
.fill-panel-border\/10 {
  fill: rgba(255, 255, 255, 0.1);
}
.fill-panel-border\/100 {
  fill: rgba(255, 255, 255, 1);
}
.fill-panel-border\/20 {
  fill: rgba(255, 255, 255, 0.2);
}
.fill-panel-border\/25 {
  fill: rgba(255, 255, 255, 0.25);
}
.fill-panel-border\/30 {
  fill: rgba(255, 255, 255, 0.3);
}
.fill-panel-border\/40 {
  fill: rgba(255, 255, 255, 0.4);
}
.fill-panel-border\/5 {
  fill: rgba(255, 255, 255, 0.05);
}
.fill-panel-border\/50 {
  fill: rgba(255, 255, 255, 0.5);
}
.fill-panel-border\/60 {
  fill: rgba(255, 255, 255, 0.6);
}
.fill-panel-border\/70 {
  fill: rgba(255, 255, 255, 0.7);
}
.fill-panel-border\/75 {
  fill: rgba(255, 255, 255, 0.75);
}
.fill-panel-border\/80 {
  fill: rgba(255, 255, 255, 0.8);
}
.fill-panel-border\/90 {
  fill: rgba(255, 255, 255, 0.9);
}
.fill-panel-border\/95 {
  fill: rgba(255, 255, 255, 0.95);
}
.fill-panel-border\/state-disabled {
  fill: rgba(255, 255, 255, 0.5);
}
.fill-panel-border\/state-enabled {
  fill: rgba(255, 255, 255, 1);
}
.fill-panel-default {
  fill: rgba(255, 255, 255, 0);
}
.fill-panel-default\/0 {
  fill: rgba(255, 255, 255, 0);
}
.fill-panel-default\/10 {
  fill: rgba(255, 255, 255, 0.1);
}
.fill-panel-default\/100 {
  fill: rgba(255, 255, 255, 1);
}
.fill-panel-default\/20 {
  fill: rgba(255, 255, 255, 0.2);
}
.fill-panel-default\/25 {
  fill: rgba(255, 255, 255, 0.25);
}
.fill-panel-default\/30 {
  fill: rgba(255, 255, 255, 0.3);
}
.fill-panel-default\/40 {
  fill: rgba(255, 255, 255, 0.4);
}
.fill-panel-default\/5 {
  fill: rgba(255, 255, 255, 0.05);
}
.fill-panel-default\/50 {
  fill: rgba(255, 255, 255, 0.5);
}
.fill-panel-default\/60 {
  fill: rgba(255, 255, 255, 0.6);
}
.fill-panel-default\/70 {
  fill: rgba(255, 255, 255, 0.7);
}
.fill-panel-default\/75 {
  fill: rgba(255, 255, 255, 0.75);
}
.fill-panel-default\/80 {
  fill: rgba(255, 255, 255, 0.8);
}
.fill-panel-default\/90 {
  fill: rgba(255, 255, 255, 0.9);
}
.fill-panel-default\/95 {
  fill: rgba(255, 255, 255, 0.95);
}
.fill-panel-default\/state-disabled {
  fill: rgba(255, 255, 255, 0.5);
}
.fill-panel-default\/state-enabled {
  fill: rgba(255, 255, 255, 1);
}
.fill-panel-shadow {
  fill: rgba(0, 0, 0, 0.2);
}
.fill-panel-shadow\/0 {
  fill: rgba(0, 0, 0, 0);
}
.fill-panel-shadow\/10 {
  fill: rgba(0, 0, 0, 0.1);
}
.fill-panel-shadow\/100 {
  fill: rgba(0, 0, 0, 1);
}
.fill-panel-shadow\/20 {
  fill: rgba(0, 0, 0, 0.2);
}
.fill-panel-shadow\/25 {
  fill: rgba(0, 0, 0, 0.25);
}
.fill-panel-shadow\/30 {
  fill: rgba(0, 0, 0, 0.3);
}
.fill-panel-shadow\/40 {
  fill: rgba(0, 0, 0, 0.4);
}
.fill-panel-shadow\/5 {
  fill: rgba(0, 0, 0, 0.05);
}
.fill-panel-shadow\/50 {
  fill: rgba(0, 0, 0, 0.5);
}
.fill-panel-shadow\/60 {
  fill: rgba(0, 0, 0, 0.6);
}
.fill-panel-shadow\/70 {
  fill: rgba(0, 0, 0, 0.7);
}
.fill-panel-shadow\/75 {
  fill: rgba(0, 0, 0, 0.75);
}
.fill-panel-shadow\/80 {
  fill: rgba(0, 0, 0, 0.8);
}
.fill-panel-shadow\/90 {
  fill: rgba(0, 0, 0, 0.9);
}
.fill-panel-shadow\/95 {
  fill: rgba(0, 0, 0, 0.95);
}
.fill-panel-shadow\/state-disabled {
  fill: rgba(0, 0, 0, 0.5);
}
.fill-panel-shadow\/state-enabled {
  fill: rgba(0, 0, 0, 1);
}
.fill-typography-accent {
  fill: rgb(205, 141, 239);
}
.fill-typography-accent\/0 {
  fill: rgb(205 141 239 / 0);
}
.fill-typography-accent\/10 {
  fill: rgb(205 141 239 / 0.1);
}
.fill-typography-accent\/100 {
  fill: rgb(205 141 239 / 1);
}
.fill-typography-accent\/20 {
  fill: rgb(205 141 239 / 0.2);
}
.fill-typography-accent\/25 {
  fill: rgb(205 141 239 / 0.25);
}
.fill-typography-accent\/30 {
  fill: rgb(205 141 239 / 0.3);
}
.fill-typography-accent\/40 {
  fill: rgb(205 141 239 / 0.4);
}
.fill-typography-accent\/5 {
  fill: rgb(205 141 239 / 0.05);
}
.fill-typography-accent\/50 {
  fill: rgb(205 141 239 / 0.5);
}
.fill-typography-accent\/60 {
  fill: rgb(205 141 239 / 0.6);
}
.fill-typography-accent\/70 {
  fill: rgb(205 141 239 / 0.7);
}
.fill-typography-accent\/75 {
  fill: rgb(205 141 239 / 0.75);
}
.fill-typography-accent\/80 {
  fill: rgb(205 141 239 / 0.8);
}
.fill-typography-accent\/90 {
  fill: rgb(205 141 239 / 0.9);
}
.fill-typography-accent\/95 {
  fill: rgb(205 141 239 / 0.95);
}
.fill-typography-accent\/state-disabled {
  fill: rgb(205 141 239 / 0.5);
}
.fill-typography-accent\/state-enabled {
  fill: rgb(205 141 239 / 1);
}
.fill-typography-alternate {
  fill: rgb(6, 182, 212);
}
.fill-typography-alternate\/0 {
  fill: rgb(6 182 212 / 0);
}
.fill-typography-alternate\/10 {
  fill: rgb(6 182 212 / 0.1);
}
.fill-typography-alternate\/100 {
  fill: rgb(6 182 212 / 1);
}
.fill-typography-alternate\/20 {
  fill: rgb(6 182 212 / 0.2);
}
.fill-typography-alternate\/25 {
  fill: rgb(6 182 212 / 0.25);
}
.fill-typography-alternate\/30 {
  fill: rgb(6 182 212 / 0.3);
}
.fill-typography-alternate\/40 {
  fill: rgb(6 182 212 / 0.4);
}
.fill-typography-alternate\/5 {
  fill: rgb(6 182 212 / 0.05);
}
.fill-typography-alternate\/50 {
  fill: rgb(6 182 212 / 0.5);
}
.fill-typography-alternate\/60 {
  fill: rgb(6 182 212 / 0.6);
}
.fill-typography-alternate\/70 {
  fill: rgb(6 182 212 / 0.7);
}
.fill-typography-alternate\/75 {
  fill: rgb(6 182 212 / 0.75);
}
.fill-typography-alternate\/80 {
  fill: rgb(6 182 212 / 0.8);
}
.fill-typography-alternate\/90 {
  fill: rgb(6 182 212 / 0.9);
}
.fill-typography-alternate\/95 {
  fill: rgb(6 182 212 / 0.95);
}
.fill-typography-alternate\/state-disabled {
  fill: rgb(6 182 212 / 0.5);
}
.fill-typography-alternate\/state-enabled {
  fill: rgb(6 182 212 / 1);
}
.fill-typography-default {
  fill: rgb(255, 255, 255);
}
.fill-typography-default\/0 {
  fill: rgb(255 255 255 / 0);
}
.fill-typography-default\/10 {
  fill: rgb(255 255 255 / 0.1);
}
.fill-typography-default\/100 {
  fill: rgb(255 255 255 / 1);
}
.fill-typography-default\/20 {
  fill: rgb(255 255 255 / 0.2);
}
.fill-typography-default\/25 {
  fill: rgb(255 255 255 / 0.25);
}
.fill-typography-default\/30 {
  fill: rgb(255 255 255 / 0.3);
}
.fill-typography-default\/40 {
  fill: rgb(255 255 255 / 0.4);
}
.fill-typography-default\/5 {
  fill: rgb(255 255 255 / 0.05);
}
.fill-typography-default\/50 {
  fill: rgb(255 255 255 / 0.5);
}
.fill-typography-default\/60 {
  fill: rgb(255 255 255 / 0.6);
}
.fill-typography-default\/70 {
  fill: rgb(255 255 255 / 0.7);
}
.fill-typography-default\/75 {
  fill: rgb(255 255 255 / 0.75);
}
.fill-typography-default\/80 {
  fill: rgb(255 255 255 / 0.8);
}
.fill-typography-default\/90 {
  fill: rgb(255 255 255 / 0.9);
}
.fill-typography-default\/95 {
  fill: rgb(255 255 255 / 0.95);
}
.fill-typography-default\/state-disabled {
  fill: rgb(255 255 255 / 0.5);
}
.fill-typography-default\/state-enabled {
  fill: rgb(255 255 255 / 1);
}
.fill-typography-error {
  fill: rgb(248, 113, 113);
}
.fill-typography-error\/0 {
  fill: rgb(248 113 113 / 0);
}
.fill-typography-error\/10 {
  fill: rgb(248 113 113 / 0.1);
}
.fill-typography-error\/100 {
  fill: rgb(248 113 113 / 1);
}
.fill-typography-error\/20 {
  fill: rgb(248 113 113 / 0.2);
}
.fill-typography-error\/25 {
  fill: rgb(248 113 113 / 0.25);
}
.fill-typography-error\/30 {
  fill: rgb(248 113 113 / 0.3);
}
.fill-typography-error\/40 {
  fill: rgb(248 113 113 / 0.4);
}
.fill-typography-error\/5 {
  fill: rgb(248 113 113 / 0.05);
}
.fill-typography-error\/50 {
  fill: rgb(248 113 113 / 0.5);
}
.fill-typography-error\/60 {
  fill: rgb(248 113 113 / 0.6);
}
.fill-typography-error\/70 {
  fill: rgb(248 113 113 / 0.7);
}
.fill-typography-error\/75 {
  fill: rgb(248 113 113 / 0.75);
}
.fill-typography-error\/80 {
  fill: rgb(248 113 113 / 0.8);
}
.fill-typography-error\/90 {
  fill: rgb(248 113 113 / 0.9);
}
.fill-typography-error\/95 {
  fill: rgb(248 113 113 / 0.95);
}
.fill-typography-error\/state-disabled {
  fill: rgb(248 113 113 / 0.5);
}
.fill-typography-error\/state-enabled {
  fill: rgb(248 113 113 / 1);
}
.fill-typography-info {
  fill: rgb(96, 165, 250);
}
.fill-typography-info\/0 {
  fill: rgb(96 165 250 / 0);
}
.fill-typography-info\/10 {
  fill: rgb(96 165 250 / 0.1);
}
.fill-typography-info\/100 {
  fill: rgb(96 165 250 / 1);
}
.fill-typography-info\/20 {
  fill: rgb(96 165 250 / 0.2);
}
.fill-typography-info\/25 {
  fill: rgb(96 165 250 / 0.25);
}
.fill-typography-info\/30 {
  fill: rgb(96 165 250 / 0.3);
}
.fill-typography-info\/40 {
  fill: rgb(96 165 250 / 0.4);
}
.fill-typography-info\/5 {
  fill: rgb(96 165 250 / 0.05);
}
.fill-typography-info\/50 {
  fill: rgb(96 165 250 / 0.5);
}
.fill-typography-info\/60 {
  fill: rgb(96 165 250 / 0.6);
}
.fill-typography-info\/70 {
  fill: rgb(96 165 250 / 0.7);
}
.fill-typography-info\/75 {
  fill: rgb(96 165 250 / 0.75);
}
.fill-typography-info\/80 {
  fill: rgb(96 165 250 / 0.8);
}
.fill-typography-info\/90 {
  fill: rgb(96 165 250 / 0.9);
}
.fill-typography-info\/95 {
  fill: rgb(96 165 250 / 0.95);
}
.fill-typography-info\/state-disabled {
  fill: rgb(96 165 250 / 0.5);
}
.fill-typography-info\/state-enabled {
  fill: rgb(96 165 250 / 1);
}
.fill-typography-link-default {
  fill: rgb(205, 141, 239);
}
.fill-typography-link-default\/0 {
  fill: rgb(205 141 239 / 0);
}
.fill-typography-link-default\/10 {
  fill: rgb(205 141 239 / 0.1);
}
.fill-typography-link-default\/100 {
  fill: rgb(205 141 239 / 1);
}
.fill-typography-link-default\/20 {
  fill: rgb(205 141 239 / 0.2);
}
.fill-typography-link-default\/25 {
  fill: rgb(205 141 239 / 0.25);
}
.fill-typography-link-default\/30 {
  fill: rgb(205 141 239 / 0.3);
}
.fill-typography-link-default\/40 {
  fill: rgb(205 141 239 / 0.4);
}
.fill-typography-link-default\/5 {
  fill: rgb(205 141 239 / 0.05);
}
.fill-typography-link-default\/50 {
  fill: rgb(205 141 239 / 0.5);
}
.fill-typography-link-default\/60 {
  fill: rgb(205 141 239 / 0.6);
}
.fill-typography-link-default\/70 {
  fill: rgb(205 141 239 / 0.7);
}
.fill-typography-link-default\/75 {
  fill: rgb(205 141 239 / 0.75);
}
.fill-typography-link-default\/80 {
  fill: rgb(205 141 239 / 0.8);
}
.fill-typography-link-default\/90 {
  fill: rgb(205 141 239 / 0.9);
}
.fill-typography-link-default\/95 {
  fill: rgb(205 141 239 / 0.95);
}
.fill-typography-link-default\/state-disabled {
  fill: rgb(205 141 239 / 0.5);
}
.fill-typography-link-default\/state-enabled {
  fill: rgb(205 141 239 / 1);
}
.fill-typography-link-hover {
  fill: rgb(215, 164, 242);
}
.fill-typography-link-hover\/0 {
  fill: rgb(215 164 242 / 0);
}
.fill-typography-link-hover\/10 {
  fill: rgb(215 164 242 / 0.1);
}
.fill-typography-link-hover\/100 {
  fill: rgb(215 164 242 / 1);
}
.fill-typography-link-hover\/20 {
  fill: rgb(215 164 242 / 0.2);
}
.fill-typography-link-hover\/25 {
  fill: rgb(215 164 242 / 0.25);
}
.fill-typography-link-hover\/30 {
  fill: rgb(215 164 242 / 0.3);
}
.fill-typography-link-hover\/40 {
  fill: rgb(215 164 242 / 0.4);
}
.fill-typography-link-hover\/5 {
  fill: rgb(215 164 242 / 0.05);
}
.fill-typography-link-hover\/50 {
  fill: rgb(215 164 242 / 0.5);
}
.fill-typography-link-hover\/60 {
  fill: rgb(215 164 242 / 0.6);
}
.fill-typography-link-hover\/70 {
  fill: rgb(215 164 242 / 0.7);
}
.fill-typography-link-hover\/75 {
  fill: rgb(215 164 242 / 0.75);
}
.fill-typography-link-hover\/80 {
  fill: rgb(215 164 242 / 0.8);
}
.fill-typography-link-hover\/90 {
  fill: rgb(215 164 242 / 0.9);
}
.fill-typography-link-hover\/95 {
  fill: rgb(215 164 242 / 0.95);
}
.fill-typography-link-hover\/state-disabled {
  fill: rgb(215 164 242 / 0.5);
}
.fill-typography-link-hover\/state-enabled {
  fill: rgb(215 164 242 / 1);
}
.fill-typography-muted {
  fill: rgb(156, 163, 175);
}
.fill-typography-muted\/0 {
  fill: rgb(156 163 175 / 0);
}
.fill-typography-muted\/10 {
  fill: rgb(156 163 175 / 0.1);
}
.fill-typography-muted\/100 {
  fill: rgb(156 163 175 / 1);
}
.fill-typography-muted\/20 {
  fill: rgb(156 163 175 / 0.2);
}
.fill-typography-muted\/25 {
  fill: rgb(156 163 175 / 0.25);
}
.fill-typography-muted\/30 {
  fill: rgb(156 163 175 / 0.3);
}
.fill-typography-muted\/40 {
  fill: rgb(156 163 175 / 0.4);
}
.fill-typography-muted\/5 {
  fill: rgb(156 163 175 / 0.05);
}
.fill-typography-muted\/50 {
  fill: rgb(156 163 175 / 0.5);
}
.fill-typography-muted\/60 {
  fill: rgb(156 163 175 / 0.6);
}
.fill-typography-muted\/70 {
  fill: rgb(156 163 175 / 0.7);
}
.fill-typography-muted\/75 {
  fill: rgb(156 163 175 / 0.75);
}
.fill-typography-muted\/80 {
  fill: rgb(156 163 175 / 0.8);
}
.fill-typography-muted\/90 {
  fill: rgb(156 163 175 / 0.9);
}
.fill-typography-muted\/95 {
  fill: rgb(156 163 175 / 0.95);
}
.fill-typography-muted\/state-disabled {
  fill: rgb(156 163 175 / 0.5);
}
.fill-typography-muted\/state-enabled {
  fill: rgb(156 163 175 / 1);
}
.fill-typography-on-accent {
  fill: rgb(64, 64, 64);
}
.fill-typography-on-accent\/0 {
  fill: rgb(64 64 64 / 0);
}
.fill-typography-on-accent\/10 {
  fill: rgb(64 64 64 / 0.1);
}
.fill-typography-on-accent\/100 {
  fill: rgb(64 64 64 / 1);
}
.fill-typography-on-accent\/20 {
  fill: rgb(64 64 64 / 0.2);
}
.fill-typography-on-accent\/25 {
  fill: rgb(64 64 64 / 0.25);
}
.fill-typography-on-accent\/30 {
  fill: rgb(64 64 64 / 0.3);
}
.fill-typography-on-accent\/40 {
  fill: rgb(64 64 64 / 0.4);
}
.fill-typography-on-accent\/5 {
  fill: rgb(64 64 64 / 0.05);
}
.fill-typography-on-accent\/50 {
  fill: rgb(64 64 64 / 0.5);
}
.fill-typography-on-accent\/60 {
  fill: rgb(64 64 64 / 0.6);
}
.fill-typography-on-accent\/70 {
  fill: rgb(64 64 64 / 0.7);
}
.fill-typography-on-accent\/75 {
  fill: rgb(64 64 64 / 0.75);
}
.fill-typography-on-accent\/80 {
  fill: rgb(64 64 64 / 0.8);
}
.fill-typography-on-accent\/90 {
  fill: rgb(64 64 64 / 0.9);
}
.fill-typography-on-accent\/95 {
  fill: rgb(64 64 64 / 0.95);
}
.fill-typography-on-accent\/state-disabled {
  fill: rgb(64 64 64 / 0.5);
}
.fill-typography-on-accent\/state-enabled {
  fill: rgb(64 64 64 / 1);
}
.fill-typography-subtle {
  fill: rgb(229, 231, 235);
}
.fill-typography-subtle\/0 {
  fill: rgb(229 231 235 / 0);
}
.fill-typography-subtle\/10 {
  fill: rgb(229 231 235 / 0.1);
}
.fill-typography-subtle\/100 {
  fill: rgb(229 231 235 / 1);
}
.fill-typography-subtle\/20 {
  fill: rgb(229 231 235 / 0.2);
}
.fill-typography-subtle\/25 {
  fill: rgb(229 231 235 / 0.25);
}
.fill-typography-subtle\/30 {
  fill: rgb(229 231 235 / 0.3);
}
.fill-typography-subtle\/40 {
  fill: rgb(229 231 235 / 0.4);
}
.fill-typography-subtle\/5 {
  fill: rgb(229 231 235 / 0.05);
}
.fill-typography-subtle\/50 {
  fill: rgb(229 231 235 / 0.5);
}
.fill-typography-subtle\/60 {
  fill: rgb(229 231 235 / 0.6);
}
.fill-typography-subtle\/70 {
  fill: rgb(229 231 235 / 0.7);
}
.fill-typography-subtle\/75 {
  fill: rgb(229 231 235 / 0.75);
}
.fill-typography-subtle\/80 {
  fill: rgb(229 231 235 / 0.8);
}
.fill-typography-subtle\/90 {
  fill: rgb(229 231 235 / 0.9);
}
.fill-typography-subtle\/95 {
  fill: rgb(229 231 235 / 0.95);
}
.fill-typography-subtle\/state-disabled {
  fill: rgb(229 231 235 / 0.5);
}
.fill-typography-subtle\/state-enabled {
  fill: rgb(229 231 235 / 1);
}
.fill-typography-success {
  fill: rgb(74, 222, 128);
}
.fill-typography-success\/0 {
  fill: rgb(74 222 128 / 0);
}
.fill-typography-success\/10 {
  fill: rgb(74 222 128 / 0.1);
}
.fill-typography-success\/100 {
  fill: rgb(74 222 128 / 1);
}
.fill-typography-success\/20 {
  fill: rgb(74 222 128 / 0.2);
}
.fill-typography-success\/25 {
  fill: rgb(74 222 128 / 0.25);
}
.fill-typography-success\/30 {
  fill: rgb(74 222 128 / 0.3);
}
.fill-typography-success\/40 {
  fill: rgb(74 222 128 / 0.4);
}
.fill-typography-success\/5 {
  fill: rgb(74 222 128 / 0.05);
}
.fill-typography-success\/50 {
  fill: rgb(74 222 128 / 0.5);
}
.fill-typography-success\/60 {
  fill: rgb(74 222 128 / 0.6);
}
.fill-typography-success\/70 {
  fill: rgb(74 222 128 / 0.7);
}
.fill-typography-success\/75 {
  fill: rgb(74 222 128 / 0.75);
}
.fill-typography-success\/80 {
  fill: rgb(74 222 128 / 0.8);
}
.fill-typography-success\/90 {
  fill: rgb(74 222 128 / 0.9);
}
.fill-typography-success\/95 {
  fill: rgb(74 222 128 / 0.95);
}
.fill-typography-success\/state-disabled {
  fill: rgb(74 222 128 / 0.5);
}
.fill-typography-success\/state-enabled {
  fill: rgb(74 222 128 / 1);
}
.fill-typography-warning {
  fill: rgb(251, 146, 60);
}
.fill-typography-warning\/0 {
  fill: rgb(251 146 60 / 0);
}
.fill-typography-warning\/10 {
  fill: rgb(251 146 60 / 0.1);
}
.fill-typography-warning\/100 {
  fill: rgb(251 146 60 / 1);
}
.fill-typography-warning\/20 {
  fill: rgb(251 146 60 / 0.2);
}
.fill-typography-warning\/25 {
  fill: rgb(251 146 60 / 0.25);
}
.fill-typography-warning\/30 {
  fill: rgb(251 146 60 / 0.3);
}
.fill-typography-warning\/40 {
  fill: rgb(251 146 60 / 0.4);
}
.fill-typography-warning\/5 {
  fill: rgb(251 146 60 / 0.05);
}
.fill-typography-warning\/50 {
  fill: rgb(251 146 60 / 0.5);
}
.fill-typography-warning\/60 {
  fill: rgb(251 146 60 / 0.6);
}
.fill-typography-warning\/70 {
  fill: rgb(251 146 60 / 0.7);
}
.fill-typography-warning\/75 {
  fill: rgb(251 146 60 / 0.75);
}
.fill-typography-warning\/80 {
  fill: rgb(251 146 60 / 0.8);
}
.fill-typography-warning\/90 {
  fill: rgb(251 146 60 / 0.9);
}
.fill-typography-warning\/95 {
  fill: rgb(251 146 60 / 0.95);
}
.fill-typography-warning\/state-disabled {
  fill: rgb(251 146 60 / 0.5);
}
.fill-typography-warning\/state-enabled {
  fill: rgb(251 146 60 / 1);
}
.fill-white {
  fill: #FFFFFF;
}
.stroke-avatar-background {
  stroke: rgb(205, 141, 239);
}
.stroke-avatar-background\/0 {
  stroke: rgb(205 141 239 / 0);
}
.stroke-avatar-background\/10 {
  stroke: rgb(205 141 239 / 0.1);
}
.stroke-avatar-background\/100 {
  stroke: rgb(205 141 239 / 1);
}
.stroke-avatar-background\/20 {
  stroke: rgb(205 141 239 / 0.2);
}
.stroke-avatar-background\/25 {
  stroke: rgb(205 141 239 / 0.25);
}
.stroke-avatar-background\/30 {
  stroke: rgb(205 141 239 / 0.3);
}
.stroke-avatar-background\/40 {
  stroke: rgb(205 141 239 / 0.4);
}
.stroke-avatar-background\/5 {
  stroke: rgb(205 141 239 / 0.05);
}
.stroke-avatar-background\/50 {
  stroke: rgb(205 141 239 / 0.5);
}
.stroke-avatar-background\/60 {
  stroke: rgb(205 141 239 / 0.6);
}
.stroke-avatar-background\/70 {
  stroke: rgb(205 141 239 / 0.7);
}
.stroke-avatar-background\/75 {
  stroke: rgb(205 141 239 / 0.75);
}
.stroke-avatar-background\/80 {
  stroke: rgb(205 141 239 / 0.8);
}
.stroke-avatar-background\/90 {
  stroke: rgb(205 141 239 / 0.9);
}
.stroke-avatar-background\/95 {
  stroke: rgb(205 141 239 / 0.95);
}
.stroke-avatar-background\/state-disabled {
  stroke: rgb(205 141 239 / 0.5);
}
.stroke-avatar-background\/state-enabled {
  stroke: rgb(205 141 239 / 1);
}
.stroke-badge-outline-alternate {
  stroke: rgb(6, 182, 212);
}
.stroke-badge-outline-alternate\/0 {
  stroke: rgb(6 182 212 / 0);
}
.stroke-badge-outline-alternate\/10 {
  stroke: rgb(6 182 212 / 0.1);
}
.stroke-badge-outline-alternate\/100 {
  stroke: rgb(6 182 212 / 1);
}
.stroke-badge-outline-alternate\/20 {
  stroke: rgb(6 182 212 / 0.2);
}
.stroke-badge-outline-alternate\/25 {
  stroke: rgb(6 182 212 / 0.25);
}
.stroke-badge-outline-alternate\/30 {
  stroke: rgb(6 182 212 / 0.3);
}
.stroke-badge-outline-alternate\/40 {
  stroke: rgb(6 182 212 / 0.4);
}
.stroke-badge-outline-alternate\/5 {
  stroke: rgb(6 182 212 / 0.05);
}
.stroke-badge-outline-alternate\/50 {
  stroke: rgb(6 182 212 / 0.5);
}
.stroke-badge-outline-alternate\/60 {
  stroke: rgb(6 182 212 / 0.6);
}
.stroke-badge-outline-alternate\/70 {
  stroke: rgb(6 182 212 / 0.7);
}
.stroke-badge-outline-alternate\/75 {
  stroke: rgb(6 182 212 / 0.75);
}
.stroke-badge-outline-alternate\/80 {
  stroke: rgb(6 182 212 / 0.8);
}
.stroke-badge-outline-alternate\/90 {
  stroke: rgb(6 182 212 / 0.9);
}
.stroke-badge-outline-alternate\/95 {
  stroke: rgb(6 182 212 / 0.95);
}
.stroke-badge-outline-alternate\/state-disabled {
  stroke: rgb(6 182 212 / 0.5);
}
.stroke-badge-outline-alternate\/state-enabled {
  stroke: rgb(6 182 212 / 1);
}
.stroke-badge-outline-default {
  stroke: rgb(205, 141, 239);
}
.stroke-badge-outline-default\/0 {
  stroke: rgb(205 141 239 / 0);
}
.stroke-badge-outline-default\/10 {
  stroke: rgb(205 141 239 / 0.1);
}
.stroke-badge-outline-default\/100 {
  stroke: rgb(205 141 239 / 1);
}
.stroke-badge-outline-default\/20 {
  stroke: rgb(205 141 239 / 0.2);
}
.stroke-badge-outline-default\/25 {
  stroke: rgb(205 141 239 / 0.25);
}
.stroke-badge-outline-default\/30 {
  stroke: rgb(205 141 239 / 0.3);
}
.stroke-badge-outline-default\/40 {
  stroke: rgb(205 141 239 / 0.4);
}
.stroke-badge-outline-default\/5 {
  stroke: rgb(205 141 239 / 0.05);
}
.stroke-badge-outline-default\/50 {
  stroke: rgb(205 141 239 / 0.5);
}
.stroke-badge-outline-default\/60 {
  stroke: rgb(205 141 239 / 0.6);
}
.stroke-badge-outline-default\/70 {
  stroke: rgb(205 141 239 / 0.7);
}
.stroke-badge-outline-default\/75 {
  stroke: rgb(205 141 239 / 0.75);
}
.stroke-badge-outline-default\/80 {
  stroke: rgb(205 141 239 / 0.8);
}
.stroke-badge-outline-default\/90 {
  stroke: rgb(205 141 239 / 0.9);
}
.stroke-badge-outline-default\/95 {
  stroke: rgb(205 141 239 / 0.95);
}
.stroke-badge-outline-default\/state-disabled {
  stroke: rgb(205 141 239 / 0.5);
}
.stroke-badge-outline-default\/state-enabled {
  stroke: rgb(205 141 239 / 1);
}
.stroke-badge-outline-textColor {
  stroke: rgb(205, 141, 239);
}
.stroke-badge-outline-textColor\/0 {
  stroke: rgb(205 141 239 / 0);
}
.stroke-badge-outline-textColor\/10 {
  stroke: rgb(205 141 239 / 0.1);
}
.stroke-badge-outline-textColor\/100 {
  stroke: rgb(205 141 239 / 1);
}
.stroke-badge-outline-textColor\/20 {
  stroke: rgb(205 141 239 / 0.2);
}
.stroke-badge-outline-textColor\/25 {
  stroke: rgb(205 141 239 / 0.25);
}
.stroke-badge-outline-textColor\/30 {
  stroke: rgb(205 141 239 / 0.3);
}
.stroke-badge-outline-textColor\/40 {
  stroke: rgb(205 141 239 / 0.4);
}
.stroke-badge-outline-textColor\/5 {
  stroke: rgb(205 141 239 / 0.05);
}
.stroke-badge-outline-textColor\/50 {
  stroke: rgb(205 141 239 / 0.5);
}
.stroke-badge-outline-textColor\/60 {
  stroke: rgb(205 141 239 / 0.6);
}
.stroke-badge-outline-textColor\/70 {
  stroke: rgb(205 141 239 / 0.7);
}
.stroke-badge-outline-textColor\/75 {
  stroke: rgb(205 141 239 / 0.75);
}
.stroke-badge-outline-textColor\/80 {
  stroke: rgb(205 141 239 / 0.8);
}
.stroke-badge-outline-textColor\/90 {
  stroke: rgb(205 141 239 / 0.9);
}
.stroke-badge-outline-textColor\/95 {
  stroke: rgb(205 141 239 / 0.95);
}
.stroke-badge-outline-textColor\/state-disabled {
  stroke: rgb(205 141 239 / 0.5);
}
.stroke-badge-outline-textColor\/state-enabled {
  stroke: rgb(205 141 239 / 1);
}
.stroke-badge-solid-alternate {
  stroke: rgb(6, 182, 212);
}
.stroke-badge-solid-alternate\/0 {
  stroke: rgb(6 182 212 / 0);
}
.stroke-badge-solid-alternate\/10 {
  stroke: rgb(6 182 212 / 0.1);
}
.stroke-badge-solid-alternate\/100 {
  stroke: rgb(6 182 212 / 1);
}
.stroke-badge-solid-alternate\/20 {
  stroke: rgb(6 182 212 / 0.2);
}
.stroke-badge-solid-alternate\/25 {
  stroke: rgb(6 182 212 / 0.25);
}
.stroke-badge-solid-alternate\/30 {
  stroke: rgb(6 182 212 / 0.3);
}
.stroke-badge-solid-alternate\/40 {
  stroke: rgb(6 182 212 / 0.4);
}
.stroke-badge-solid-alternate\/5 {
  stroke: rgb(6 182 212 / 0.05);
}
.stroke-badge-solid-alternate\/50 {
  stroke: rgb(6 182 212 / 0.5);
}
.stroke-badge-solid-alternate\/60 {
  stroke: rgb(6 182 212 / 0.6);
}
.stroke-badge-solid-alternate\/70 {
  stroke: rgb(6 182 212 / 0.7);
}
.stroke-badge-solid-alternate\/75 {
  stroke: rgb(6 182 212 / 0.75);
}
.stroke-badge-solid-alternate\/80 {
  stroke: rgb(6 182 212 / 0.8);
}
.stroke-badge-solid-alternate\/90 {
  stroke: rgb(6 182 212 / 0.9);
}
.stroke-badge-solid-alternate\/95 {
  stroke: rgb(6 182 212 / 0.95);
}
.stroke-badge-solid-alternate\/state-disabled {
  stroke: rgb(6 182 212 / 0.5);
}
.stroke-badge-solid-alternate\/state-enabled {
  stroke: rgb(6 182 212 / 1);
}
.stroke-badge-solid-default {
  stroke: rgb(205, 141, 239);
}
.stroke-badge-solid-default\/0 {
  stroke: rgb(205 141 239 / 0);
}
.stroke-badge-solid-default\/10 {
  stroke: rgb(205 141 239 / 0.1);
}
.stroke-badge-solid-default\/100 {
  stroke: rgb(205 141 239 / 1);
}
.stroke-badge-solid-default\/20 {
  stroke: rgb(205 141 239 / 0.2);
}
.stroke-badge-solid-default\/25 {
  stroke: rgb(205 141 239 / 0.25);
}
.stroke-badge-solid-default\/30 {
  stroke: rgb(205 141 239 / 0.3);
}
.stroke-badge-solid-default\/40 {
  stroke: rgb(205 141 239 / 0.4);
}
.stroke-badge-solid-default\/5 {
  stroke: rgb(205 141 239 / 0.05);
}
.stroke-badge-solid-default\/50 {
  stroke: rgb(205 141 239 / 0.5);
}
.stroke-badge-solid-default\/60 {
  stroke: rgb(205 141 239 / 0.6);
}
.stroke-badge-solid-default\/70 {
  stroke: rgb(205 141 239 / 0.7);
}
.stroke-badge-solid-default\/75 {
  stroke: rgb(205 141 239 / 0.75);
}
.stroke-badge-solid-default\/80 {
  stroke: rgb(205 141 239 / 0.8);
}
.stroke-badge-solid-default\/90 {
  stroke: rgb(205 141 239 / 0.9);
}
.stroke-badge-solid-default\/95 {
  stroke: rgb(205 141 239 / 0.95);
}
.stroke-badge-solid-default\/state-disabled {
  stroke: rgb(205 141 239 / 0.5);
}
.stroke-badge-solid-default\/state-enabled {
  stroke: rgb(205 141 239 / 1);
}
.stroke-badge-solid-textColor {
  stroke: rgb(64, 64, 64);
}
.stroke-badge-solid-textColor\/0 {
  stroke: rgb(64 64 64 / 0);
}
.stroke-badge-solid-textColor\/10 {
  stroke: rgb(64 64 64 / 0.1);
}
.stroke-badge-solid-textColor\/100 {
  stroke: rgb(64 64 64 / 1);
}
.stroke-badge-solid-textColor\/20 {
  stroke: rgb(64 64 64 / 0.2);
}
.stroke-badge-solid-textColor\/25 {
  stroke: rgb(64 64 64 / 0.25);
}
.stroke-badge-solid-textColor\/30 {
  stroke: rgb(64 64 64 / 0.3);
}
.stroke-badge-solid-textColor\/40 {
  stroke: rgb(64 64 64 / 0.4);
}
.stroke-badge-solid-textColor\/5 {
  stroke: rgb(64 64 64 / 0.05);
}
.stroke-badge-solid-textColor\/50 {
  stroke: rgb(64 64 64 / 0.5);
}
.stroke-badge-solid-textColor\/60 {
  stroke: rgb(64 64 64 / 0.6);
}
.stroke-badge-solid-textColor\/70 {
  stroke: rgb(64 64 64 / 0.7);
}
.stroke-badge-solid-textColor\/75 {
  stroke: rgb(64 64 64 / 0.75);
}
.stroke-badge-solid-textColor\/80 {
  stroke: rgb(64 64 64 / 0.8);
}
.stroke-badge-solid-textColor\/90 {
  stroke: rgb(64 64 64 / 0.9);
}
.stroke-badge-solid-textColor\/95 {
  stroke: rgb(64 64 64 / 0.95);
}
.stroke-badge-solid-textColor\/state-disabled {
  stroke: rgb(64 64 64 / 0.5);
}
.stroke-badge-solid-textColor\/state-enabled {
  stroke: rgb(64 64 64 / 1);
}
.stroke-divider-default {
  stroke: rgb(55, 65, 81);
}
.stroke-divider-default\/0 {
  stroke: rgb(55 65 81 / 0);
}
.stroke-divider-default\/10 {
  stroke: rgb(55 65 81 / 0.1);
}
.stroke-divider-default\/100 {
  stroke: rgb(55 65 81 / 1);
}
.stroke-divider-default\/20 {
  stroke: rgb(55 65 81 / 0.2);
}
.stroke-divider-default\/25 {
  stroke: rgb(55 65 81 / 0.25);
}
.stroke-divider-default\/30 {
  stroke: rgb(55 65 81 / 0.3);
}
.stroke-divider-default\/40 {
  stroke: rgb(55 65 81 / 0.4);
}
.stroke-divider-default\/5 {
  stroke: rgb(55 65 81 / 0.05);
}
.stroke-divider-default\/50 {
  stroke: rgb(55 65 81 / 0.5);
}
.stroke-divider-default\/60 {
  stroke: rgb(55 65 81 / 0.6);
}
.stroke-divider-default\/70 {
  stroke: rgb(55 65 81 / 0.7);
}
.stroke-divider-default\/75 {
  stroke: rgb(55 65 81 / 0.75);
}
.stroke-divider-default\/80 {
  stroke: rgb(55 65 81 / 0.8);
}
.stroke-divider-default\/90 {
  stroke: rgb(55 65 81 / 0.9);
}
.stroke-divider-default\/95 {
  stroke: rgb(55 65 81 / 0.95);
}
.stroke-divider-default\/state-disabled {
  stroke: rgb(55 65 81 / 0.5);
}
.stroke-divider-default\/state-enabled {
  stroke: rgb(55 65 81 / 1);
}
.stroke-input-background {
  stroke: rgb(23, 23, 23);
}
.stroke-input-background\/0 {
  stroke: rgb(23 23 23 / 0);
}
.stroke-input-background\/10 {
  stroke: rgb(23 23 23 / 0.1);
}
.stroke-input-background\/100 {
  stroke: rgb(23 23 23 / 1);
}
.stroke-input-background\/20 {
  stroke: rgb(23 23 23 / 0.2);
}
.stroke-input-background\/25 {
  stroke: rgb(23 23 23 / 0.25);
}
.stroke-input-background\/30 {
  stroke: rgb(23 23 23 / 0.3);
}
.stroke-input-background\/40 {
  stroke: rgb(23 23 23 / 0.4);
}
.stroke-input-background\/5 {
  stroke: rgb(23 23 23 / 0.05);
}
.stroke-input-background\/50 {
  stroke: rgb(23 23 23 / 0.5);
}
.stroke-input-background\/60 {
  stroke: rgb(23 23 23 / 0.6);
}
.stroke-input-background\/70 {
  stroke: rgb(23 23 23 / 0.7);
}
.stroke-input-background\/75 {
  stroke: rgb(23 23 23 / 0.75);
}
.stroke-input-background\/80 {
  stroke: rgb(23 23 23 / 0.8);
}
.stroke-input-background\/90 {
  stroke: rgb(23 23 23 / 0.9);
}
.stroke-input-background\/95 {
  stroke: rgb(23 23 23 / 0.95);
}
.stroke-input-background\/state-disabled {
  stroke: rgb(23 23 23 / 0.5);
}
.stroke-input-background\/state-enabled {
  stroke: rgb(23 23 23 / 1);
}
.stroke-input-checkbox-background {
  stroke: rgb(205, 141, 239);
}
.stroke-input-checkbox-background\/0 {
  stroke: rgb(205 141 239 / 0);
}
.stroke-input-checkbox-background\/10 {
  stroke: rgb(205 141 239 / 0.1);
}
.stroke-input-checkbox-background\/100 {
  stroke: rgb(205 141 239 / 1);
}
.stroke-input-checkbox-background\/20 {
  stroke: rgb(205 141 239 / 0.2);
}
.stroke-input-checkbox-background\/25 {
  stroke: rgb(205 141 239 / 0.25);
}
.stroke-input-checkbox-background\/30 {
  stroke: rgb(205 141 239 / 0.3);
}
.stroke-input-checkbox-background\/40 {
  stroke: rgb(205 141 239 / 0.4);
}
.stroke-input-checkbox-background\/5 {
  stroke: rgb(205 141 239 / 0.05);
}
.stroke-input-checkbox-background\/50 {
  stroke: rgb(205 141 239 / 0.5);
}
.stroke-input-checkbox-background\/60 {
  stroke: rgb(205 141 239 / 0.6);
}
.stroke-input-checkbox-background\/70 {
  stroke: rgb(205 141 239 / 0.7);
}
.stroke-input-checkbox-background\/75 {
  stroke: rgb(205 141 239 / 0.75);
}
.stroke-input-checkbox-background\/80 {
  stroke: rgb(205 141 239 / 0.8);
}
.stroke-input-checkbox-background\/90 {
  stroke: rgb(205 141 239 / 0.9);
}
.stroke-input-checkbox-background\/95 {
  stroke: rgb(205 141 239 / 0.95);
}
.stroke-input-checkbox-background\/state-disabled {
  stroke: rgb(205 141 239 / 0.5);
}
.stroke-input-checkbox-background\/state-enabled {
  stroke: rgb(205 141 239 / 1);
}
.stroke-input-checkbox-border {
  stroke: rgb(205, 141, 239);
}
.stroke-input-checkbox-border\/0 {
  stroke: rgb(205 141 239 / 0);
}
.stroke-input-checkbox-border\/10 {
  stroke: rgb(205 141 239 / 0.1);
}
.stroke-input-checkbox-border\/100 {
  stroke: rgb(205 141 239 / 1);
}
.stroke-input-checkbox-border\/20 {
  stroke: rgb(205 141 239 / 0.2);
}
.stroke-input-checkbox-border\/25 {
  stroke: rgb(205 141 239 / 0.25);
}
.stroke-input-checkbox-border\/30 {
  stroke: rgb(205 141 239 / 0.3);
}
.stroke-input-checkbox-border\/40 {
  stroke: rgb(205 141 239 / 0.4);
}
.stroke-input-checkbox-border\/5 {
  stroke: rgb(205 141 239 / 0.05);
}
.stroke-input-checkbox-border\/50 {
  stroke: rgb(205 141 239 / 0.5);
}
.stroke-input-checkbox-border\/60 {
  stroke: rgb(205 141 239 / 0.6);
}
.stroke-input-checkbox-border\/70 {
  stroke: rgb(205 141 239 / 0.7);
}
.stroke-input-checkbox-border\/75 {
  stroke: rgb(205 141 239 / 0.75);
}
.stroke-input-checkbox-border\/80 {
  stroke: rgb(205 141 239 / 0.8);
}
.stroke-input-checkbox-border\/90 {
  stroke: rgb(205 141 239 / 0.9);
}
.stroke-input-checkbox-border\/95 {
  stroke: rgb(205 141 239 / 0.95);
}
.stroke-input-checkbox-border\/state-disabled {
  stroke: rgb(205 141 239 / 0.5);
}
.stroke-input-checkbox-border\/state-enabled {
  stroke: rgb(205 141 239 / 1);
}
.stroke-input-checkbox-contrast {
  stroke: rgb(64, 64, 64);
}
.stroke-input-checkbox-contrast\/0 {
  stroke: rgb(64 64 64 / 0);
}
.stroke-input-checkbox-contrast\/10 {
  stroke: rgb(64 64 64 / 0.1);
}
.stroke-input-checkbox-contrast\/100 {
  stroke: rgb(64 64 64 / 1);
}
.stroke-input-checkbox-contrast\/20 {
  stroke: rgb(64 64 64 / 0.2);
}
.stroke-input-checkbox-contrast\/25 {
  stroke: rgb(64 64 64 / 0.25);
}
.stroke-input-checkbox-contrast\/30 {
  stroke: rgb(64 64 64 / 0.3);
}
.stroke-input-checkbox-contrast\/40 {
  stroke: rgb(64 64 64 / 0.4);
}
.stroke-input-checkbox-contrast\/5 {
  stroke: rgb(64 64 64 / 0.05);
}
.stroke-input-checkbox-contrast\/50 {
  stroke: rgb(64 64 64 / 0.5);
}
.stroke-input-checkbox-contrast\/60 {
  stroke: rgb(64 64 64 / 0.6);
}
.stroke-input-checkbox-contrast\/70 {
  stroke: rgb(64 64 64 / 0.7);
}
.stroke-input-checkbox-contrast\/75 {
  stroke: rgb(64 64 64 / 0.75);
}
.stroke-input-checkbox-contrast\/80 {
  stroke: rgb(64 64 64 / 0.8);
}
.stroke-input-checkbox-contrast\/90 {
  stroke: rgb(64 64 64 / 0.9);
}
.stroke-input-checkbox-contrast\/95 {
  stroke: rgb(64 64 64 / 0.95);
}
.stroke-input-checkbox-contrast\/state-disabled {
  stroke: rgb(64 64 64 / 0.5);
}
.stroke-input-checkbox-contrast\/state-enabled {
  stroke: rgb(64 64 64 / 1);
}
.stroke-input-default-bg {
  stroke: rgb(17, 17, 17);
}
.stroke-input-default-bg\/0 {
  stroke: rgb(17 17 17 / 0);
}
.stroke-input-default-bg\/10 {
  stroke: rgb(17 17 17 / 0.1);
}
.stroke-input-default-bg\/100 {
  stroke: rgb(17 17 17 / 1);
}
.stroke-input-default-bg\/20 {
  stroke: rgb(17 17 17 / 0.2);
}
.stroke-input-default-bg\/25 {
  stroke: rgb(17 17 17 / 0.25);
}
.stroke-input-default-bg\/30 {
  stroke: rgb(17 17 17 / 0.3);
}
.stroke-input-default-bg\/40 {
  stroke: rgb(17 17 17 / 0.4);
}
.stroke-input-default-bg\/5 {
  stroke: rgb(17 17 17 / 0.05);
}
.stroke-input-default-bg\/50 {
  stroke: rgb(17 17 17 / 0.5);
}
.stroke-input-default-bg\/60 {
  stroke: rgb(17 17 17 / 0.6);
}
.stroke-input-default-bg\/70 {
  stroke: rgb(17 17 17 / 0.7);
}
.stroke-input-default-bg\/75 {
  stroke: rgb(17 17 17 / 0.75);
}
.stroke-input-default-bg\/80 {
  stroke: rgb(17 17 17 / 0.8);
}
.stroke-input-default-bg\/90 {
  stroke: rgb(17 17 17 / 0.9);
}
.stroke-input-default-bg\/95 {
  stroke: rgb(17 17 17 / 0.95);
}
.stroke-input-default-bg\/state-disabled {
  stroke: rgb(17 17 17 / 0.5);
}
.stroke-input-default-bg\/state-enabled {
  stroke: rgb(17 17 17 / 1);
}
.stroke-input-default-border {
  stroke: rgb(64, 64, 64);
}
.stroke-input-default-border\/0 {
  stroke: rgb(64 64 64 / 0);
}
.stroke-input-default-border\/10 {
  stroke: rgb(64 64 64 / 0.1);
}
.stroke-input-default-border\/100 {
  stroke: rgb(64 64 64 / 1);
}
.stroke-input-default-border\/20 {
  stroke: rgb(64 64 64 / 0.2);
}
.stroke-input-default-border\/25 {
  stroke: rgb(64 64 64 / 0.25);
}
.stroke-input-default-border\/30 {
  stroke: rgb(64 64 64 / 0.3);
}
.stroke-input-default-border\/40 {
  stroke: rgb(64 64 64 / 0.4);
}
.stroke-input-default-border\/5 {
  stroke: rgb(64 64 64 / 0.05);
}
.stroke-input-default-border\/50 {
  stroke: rgb(64 64 64 / 0.5);
}
.stroke-input-default-border\/60 {
  stroke: rgb(64 64 64 / 0.6);
}
.stroke-input-default-border\/70 {
  stroke: rgb(64 64 64 / 0.7);
}
.stroke-input-default-border\/75 {
  stroke: rgb(64 64 64 / 0.75);
}
.stroke-input-default-border\/80 {
  stroke: rgb(64 64 64 / 0.8);
}
.stroke-input-default-border\/90 {
  stroke: rgb(64 64 64 / 0.9);
}
.stroke-input-default-border\/95 {
  stroke: rgb(64 64 64 / 0.95);
}
.stroke-input-default-border\/state-disabled {
  stroke: rgb(64 64 64 / 0.5);
}
.stroke-input-default-border\/state-enabled {
  stroke: rgb(64 64 64 / 1);
}
.stroke-input-default-placeholder {
  stroke: rgba(255, 255, 255, 0.4);
}
.stroke-input-default-placeholder\/0 {
  stroke: rgba(255, 255, 255, 0);
}
.stroke-input-default-placeholder\/10 {
  stroke: rgba(255, 255, 255, 0.1);
}
.stroke-input-default-placeholder\/100 {
  stroke: rgba(255, 255, 255, 1);
}
.stroke-input-default-placeholder\/20 {
  stroke: rgba(255, 255, 255, 0.2);
}
.stroke-input-default-placeholder\/25 {
  stroke: rgba(255, 255, 255, 0.25);
}
.stroke-input-default-placeholder\/30 {
  stroke: rgba(255, 255, 255, 0.3);
}
.stroke-input-default-placeholder\/40 {
  stroke: rgba(255, 255, 255, 0.4);
}
.stroke-input-default-placeholder\/5 {
  stroke: rgba(255, 255, 255, 0.05);
}
.stroke-input-default-placeholder\/50 {
  stroke: rgba(255, 255, 255, 0.5);
}
.stroke-input-default-placeholder\/60 {
  stroke: rgba(255, 255, 255, 0.6);
}
.stroke-input-default-placeholder\/70 {
  stroke: rgba(255, 255, 255, 0.7);
}
.stroke-input-default-placeholder\/75 {
  stroke: rgba(255, 255, 255, 0.75);
}
.stroke-input-default-placeholder\/80 {
  stroke: rgba(255, 255, 255, 0.8);
}
.stroke-input-default-placeholder\/90 {
  stroke: rgba(255, 255, 255, 0.9);
}
.stroke-input-default-placeholder\/95 {
  stroke: rgba(255, 255, 255, 0.95);
}
.stroke-input-default-placeholder\/state-disabled {
  stroke: rgba(255, 255, 255, 0.5);
}
.stroke-input-default-placeholder\/state-enabled {
  stroke: rgba(255, 255, 255, 1);
}
.stroke-input-default-text {
  stroke: rgb(255, 255, 255);
}
.stroke-input-default-text\/0 {
  stroke: rgb(255 255 255 / 0);
}
.stroke-input-default-text\/10 {
  stroke: rgb(255 255 255 / 0.1);
}
.stroke-input-default-text\/100 {
  stroke: rgb(255 255 255 / 1);
}
.stroke-input-default-text\/20 {
  stroke: rgb(255 255 255 / 0.2);
}
.stroke-input-default-text\/25 {
  stroke: rgb(255 255 255 / 0.25);
}
.stroke-input-default-text\/30 {
  stroke: rgb(255 255 255 / 0.3);
}
.stroke-input-default-text\/40 {
  stroke: rgb(255 255 255 / 0.4);
}
.stroke-input-default-text\/5 {
  stroke: rgb(255 255 255 / 0.05);
}
.stroke-input-default-text\/50 {
  stroke: rgb(255 255 255 / 0.5);
}
.stroke-input-default-text\/60 {
  stroke: rgb(255 255 255 / 0.6);
}
.stroke-input-default-text\/70 {
  stroke: rgb(255 255 255 / 0.7);
}
.stroke-input-default-text\/75 {
  stroke: rgb(255 255 255 / 0.75);
}
.stroke-input-default-text\/80 {
  stroke: rgb(255 255 255 / 0.8);
}
.stroke-input-default-text\/90 {
  stroke: rgb(255 255 255 / 0.9);
}
.stroke-input-default-text\/95 {
  stroke: rgb(255 255 255 / 0.95);
}
.stroke-input-default-text\/state-disabled {
  stroke: rgb(255 255 255 / 0.5);
}
.stroke-input-default-text\/state-enabled {
  stroke: rgb(255 255 255 / 1);
}
.stroke-input-dropdown-background {
  stroke: rgb(17, 17, 17);
}
.stroke-input-dropdown-background\/0 {
  stroke: rgb(17 17 17 / 0);
}
.stroke-input-dropdown-background\/10 {
  stroke: rgb(17 17 17 / 0.1);
}
.stroke-input-dropdown-background\/100 {
  stroke: rgb(17 17 17 / 1);
}
.stroke-input-dropdown-background\/20 {
  stroke: rgb(17 17 17 / 0.2);
}
.stroke-input-dropdown-background\/25 {
  stroke: rgb(17 17 17 / 0.25);
}
.stroke-input-dropdown-background\/30 {
  stroke: rgb(17 17 17 / 0.3);
}
.stroke-input-dropdown-background\/40 {
  stroke: rgb(17 17 17 / 0.4);
}
.stroke-input-dropdown-background\/5 {
  stroke: rgb(17 17 17 / 0.05);
}
.stroke-input-dropdown-background\/50 {
  stroke: rgb(17 17 17 / 0.5);
}
.stroke-input-dropdown-background\/60 {
  stroke: rgb(17 17 17 / 0.6);
}
.stroke-input-dropdown-background\/70 {
  stroke: rgb(17 17 17 / 0.7);
}
.stroke-input-dropdown-background\/75 {
  stroke: rgb(17 17 17 / 0.75);
}
.stroke-input-dropdown-background\/80 {
  stroke: rgb(17 17 17 / 0.8);
}
.stroke-input-dropdown-background\/90 {
  stroke: rgb(17 17 17 / 0.9);
}
.stroke-input-dropdown-background\/95 {
  stroke: rgb(17 17 17 / 0.95);
}
.stroke-input-dropdown-background\/state-disabled {
  stroke: rgb(17 17 17 / 0.5);
}
.stroke-input-dropdown-background\/state-enabled {
  stroke: rgb(17 17 17 / 1);
}
.stroke-input-error-bg {
  stroke: rgb(17, 17, 17);
}
.stroke-input-error-bg\/0 {
  stroke: rgb(17 17 17 / 0);
}
.stroke-input-error-bg\/10 {
  stroke: rgb(17 17 17 / 0.1);
}
.stroke-input-error-bg\/100 {
  stroke: rgb(17 17 17 / 1);
}
.stroke-input-error-bg\/20 {
  stroke: rgb(17 17 17 / 0.2);
}
.stroke-input-error-bg\/25 {
  stroke: rgb(17 17 17 / 0.25);
}
.stroke-input-error-bg\/30 {
  stroke: rgb(17 17 17 / 0.3);
}
.stroke-input-error-bg\/40 {
  stroke: rgb(17 17 17 / 0.4);
}
.stroke-input-error-bg\/5 {
  stroke: rgb(17 17 17 / 0.05);
}
.stroke-input-error-bg\/50 {
  stroke: rgb(17 17 17 / 0.5);
}
.stroke-input-error-bg\/60 {
  stroke: rgb(17 17 17 / 0.6);
}
.stroke-input-error-bg\/70 {
  stroke: rgb(17 17 17 / 0.7);
}
.stroke-input-error-bg\/75 {
  stroke: rgb(17 17 17 / 0.75);
}
.stroke-input-error-bg\/80 {
  stroke: rgb(17 17 17 / 0.8);
}
.stroke-input-error-bg\/90 {
  stroke: rgb(17 17 17 / 0.9);
}
.stroke-input-error-bg\/95 {
  stroke: rgb(17 17 17 / 0.95);
}
.stroke-input-error-bg\/state-disabled {
  stroke: rgb(17 17 17 / 0.5);
}
.stroke-input-error-bg\/state-enabled {
  stroke: rgb(17 17 17 / 1);
}
.stroke-input-error-border {
  stroke: rgb(248, 113, 113);
}
.stroke-input-error-border\/0 {
  stroke: rgb(248 113 113 / 0);
}
.stroke-input-error-border\/10 {
  stroke: rgb(248 113 113 / 0.1);
}
.stroke-input-error-border\/100 {
  stroke: rgb(248 113 113 / 1);
}
.stroke-input-error-border\/20 {
  stroke: rgb(248 113 113 / 0.2);
}
.stroke-input-error-border\/25 {
  stroke: rgb(248 113 113 / 0.25);
}
.stroke-input-error-border\/30 {
  stroke: rgb(248 113 113 / 0.3);
}
.stroke-input-error-border\/40 {
  stroke: rgb(248 113 113 / 0.4);
}
.stroke-input-error-border\/5 {
  stroke: rgb(248 113 113 / 0.05);
}
.stroke-input-error-border\/50 {
  stroke: rgb(248 113 113 / 0.5);
}
.stroke-input-error-border\/60 {
  stroke: rgb(248 113 113 / 0.6);
}
.stroke-input-error-border\/70 {
  stroke: rgb(248 113 113 / 0.7);
}
.stroke-input-error-border\/75 {
  stroke: rgb(248 113 113 / 0.75);
}
.stroke-input-error-border\/80 {
  stroke: rgb(248 113 113 / 0.8);
}
.stroke-input-error-border\/90 {
  stroke: rgb(248 113 113 / 0.9);
}
.stroke-input-error-border\/95 {
  stroke: rgb(248 113 113 / 0.95);
}
.stroke-input-error-border\/state-disabled {
  stroke: rgb(248 113 113 / 0.5);
}
.stroke-input-error-border\/state-enabled {
  stroke: rgb(248 113 113 / 1);
}
.stroke-input-error-placeholder {
  stroke: rgba(255, 255, 255, 0.4);
}
.stroke-input-error-placeholder\/0 {
  stroke: rgba(255, 255, 255, 0);
}
.stroke-input-error-placeholder\/10 {
  stroke: rgba(255, 255, 255, 0.1);
}
.stroke-input-error-placeholder\/100 {
  stroke: rgba(255, 255, 255, 1);
}
.stroke-input-error-placeholder\/20 {
  stroke: rgba(255, 255, 255, 0.2);
}
.stroke-input-error-placeholder\/25 {
  stroke: rgba(255, 255, 255, 0.25);
}
.stroke-input-error-placeholder\/30 {
  stroke: rgba(255, 255, 255, 0.3);
}
.stroke-input-error-placeholder\/40 {
  stroke: rgba(255, 255, 255, 0.4);
}
.stroke-input-error-placeholder\/5 {
  stroke: rgba(255, 255, 255, 0.05);
}
.stroke-input-error-placeholder\/50 {
  stroke: rgba(255, 255, 255, 0.5);
}
.stroke-input-error-placeholder\/60 {
  stroke: rgba(255, 255, 255, 0.6);
}
.stroke-input-error-placeholder\/70 {
  stroke: rgba(255, 255, 255, 0.7);
}
.stroke-input-error-placeholder\/75 {
  stroke: rgba(255, 255, 255, 0.75);
}
.stroke-input-error-placeholder\/80 {
  stroke: rgba(255, 255, 255, 0.8);
}
.stroke-input-error-placeholder\/90 {
  stroke: rgba(255, 255, 255, 0.9);
}
.stroke-input-error-placeholder\/95 {
  stroke: rgba(255, 255, 255, 0.95);
}
.stroke-input-error-placeholder\/state-disabled {
  stroke: rgba(255, 255, 255, 0.5);
}
.stroke-input-error-placeholder\/state-enabled {
  stroke: rgba(255, 255, 255, 1);
}
.stroke-input-error-text {
  stroke: rgb(248, 113, 113);
}
.stroke-input-error-text\/0 {
  stroke: rgb(248 113 113 / 0);
}
.stroke-input-error-text\/10 {
  stroke: rgb(248 113 113 / 0.1);
}
.stroke-input-error-text\/100 {
  stroke: rgb(248 113 113 / 1);
}
.stroke-input-error-text\/20 {
  stroke: rgb(248 113 113 / 0.2);
}
.stroke-input-error-text\/25 {
  stroke: rgb(248 113 113 / 0.25);
}
.stroke-input-error-text\/30 {
  stroke: rgb(248 113 113 / 0.3);
}
.stroke-input-error-text\/40 {
  stroke: rgb(248 113 113 / 0.4);
}
.stroke-input-error-text\/5 {
  stroke: rgb(248 113 113 / 0.05);
}
.stroke-input-error-text\/50 {
  stroke: rgb(248 113 113 / 0.5);
}
.stroke-input-error-text\/60 {
  stroke: rgb(248 113 113 / 0.6);
}
.stroke-input-error-text\/70 {
  stroke: rgb(248 113 113 / 0.7);
}
.stroke-input-error-text\/75 {
  stroke: rgb(248 113 113 / 0.75);
}
.stroke-input-error-text\/80 {
  stroke: rgb(248 113 113 / 0.8);
}
.stroke-input-error-text\/90 {
  stroke: rgb(248 113 113 / 0.9);
}
.stroke-input-error-text\/95 {
  stroke: rgb(248 113 113 / 0.95);
}
.stroke-input-error-text\/state-disabled {
  stroke: rgb(248 113 113 / 0.5);
}
.stroke-input-error-text\/state-enabled {
  stroke: rgb(248 113 113 / 1);
}
.stroke-input-focused-bg {
  stroke: rgb(17, 17, 17);
}
.stroke-input-focused-bg\/0 {
  stroke: rgb(17 17 17 / 0);
}
.stroke-input-focused-bg\/10 {
  stroke: rgb(17 17 17 / 0.1);
}
.stroke-input-focused-bg\/100 {
  stroke: rgb(17 17 17 / 1);
}
.stroke-input-focused-bg\/20 {
  stroke: rgb(17 17 17 / 0.2);
}
.stroke-input-focused-bg\/25 {
  stroke: rgb(17 17 17 / 0.25);
}
.stroke-input-focused-bg\/30 {
  stroke: rgb(17 17 17 / 0.3);
}
.stroke-input-focused-bg\/40 {
  stroke: rgb(17 17 17 / 0.4);
}
.stroke-input-focused-bg\/5 {
  stroke: rgb(17 17 17 / 0.05);
}
.stroke-input-focused-bg\/50 {
  stroke: rgb(17 17 17 / 0.5);
}
.stroke-input-focused-bg\/60 {
  stroke: rgb(17 17 17 / 0.6);
}
.stroke-input-focused-bg\/70 {
  stroke: rgb(17 17 17 / 0.7);
}
.stroke-input-focused-bg\/75 {
  stroke: rgb(17 17 17 / 0.75);
}
.stroke-input-focused-bg\/80 {
  stroke: rgb(17 17 17 / 0.8);
}
.stroke-input-focused-bg\/90 {
  stroke: rgb(17 17 17 / 0.9);
}
.stroke-input-focused-bg\/95 {
  stroke: rgb(17 17 17 / 0.95);
}
.stroke-input-focused-bg\/state-disabled {
  stroke: rgb(17 17 17 / 0.5);
}
.stroke-input-focused-bg\/state-enabled {
  stroke: rgb(17 17 17 / 1);
}
.stroke-input-focused-border {
  stroke: rgb(98, 98, 98);
}
.stroke-input-focused-border\/0 {
  stroke: rgb(98 98 98 / 0);
}
.stroke-input-focused-border\/10 {
  stroke: rgb(98 98 98 / 0.1);
}
.stroke-input-focused-border\/100 {
  stroke: rgb(98 98 98 / 1);
}
.stroke-input-focused-border\/20 {
  stroke: rgb(98 98 98 / 0.2);
}
.stroke-input-focused-border\/25 {
  stroke: rgb(98 98 98 / 0.25);
}
.stroke-input-focused-border\/30 {
  stroke: rgb(98 98 98 / 0.3);
}
.stroke-input-focused-border\/40 {
  stroke: rgb(98 98 98 / 0.4);
}
.stroke-input-focused-border\/5 {
  stroke: rgb(98 98 98 / 0.05);
}
.stroke-input-focused-border\/50 {
  stroke: rgb(98 98 98 / 0.5);
}
.stroke-input-focused-border\/60 {
  stroke: rgb(98 98 98 / 0.6);
}
.stroke-input-focused-border\/70 {
  stroke: rgb(98 98 98 / 0.7);
}
.stroke-input-focused-border\/75 {
  stroke: rgb(98 98 98 / 0.75);
}
.stroke-input-focused-border\/80 {
  stroke: rgb(98 98 98 / 0.8);
}
.stroke-input-focused-border\/90 {
  stroke: rgb(98 98 98 / 0.9);
}
.stroke-input-focused-border\/95 {
  stroke: rgb(98 98 98 / 0.95);
}
.stroke-input-focused-border\/state-disabled {
  stroke: rgb(98 98 98 / 0.5);
}
.stroke-input-focused-border\/state-enabled {
  stroke: rgb(98 98 98 / 1);
}
.stroke-input-focused-placeholder {
  stroke: rgba(255, 255, 255, 0.4);
}
.stroke-input-focused-placeholder\/0 {
  stroke: rgba(255, 255, 255, 0);
}
.stroke-input-focused-placeholder\/10 {
  stroke: rgba(255, 255, 255, 0.1);
}
.stroke-input-focused-placeholder\/100 {
  stroke: rgba(255, 255, 255, 1);
}
.stroke-input-focused-placeholder\/20 {
  stroke: rgba(255, 255, 255, 0.2);
}
.stroke-input-focused-placeholder\/25 {
  stroke: rgba(255, 255, 255, 0.25);
}
.stroke-input-focused-placeholder\/30 {
  stroke: rgba(255, 255, 255, 0.3);
}
.stroke-input-focused-placeholder\/40 {
  stroke: rgba(255, 255, 255, 0.4);
}
.stroke-input-focused-placeholder\/5 {
  stroke: rgba(255, 255, 255, 0.05);
}
.stroke-input-focused-placeholder\/50 {
  stroke: rgba(255, 255, 255, 0.5);
}
.stroke-input-focused-placeholder\/60 {
  stroke: rgba(255, 255, 255, 0.6);
}
.stroke-input-focused-placeholder\/70 {
  stroke: rgba(255, 255, 255, 0.7);
}
.stroke-input-focused-placeholder\/75 {
  stroke: rgba(255, 255, 255, 0.75);
}
.stroke-input-focused-placeholder\/80 {
  stroke: rgba(255, 255, 255, 0.8);
}
.stroke-input-focused-placeholder\/90 {
  stroke: rgba(255, 255, 255, 0.9);
}
.stroke-input-focused-placeholder\/95 {
  stroke: rgba(255, 255, 255, 0.95);
}
.stroke-input-focused-placeholder\/state-disabled {
  stroke: rgba(255, 255, 255, 0.5);
}
.stroke-input-focused-placeholder\/state-enabled {
  stroke: rgba(255, 255, 255, 1);
}
.stroke-input-focused-text {
  stroke: rgb(255, 255, 255);
}
.stroke-input-focused-text\/0 {
  stroke: rgb(255 255 255 / 0);
}
.stroke-input-focused-text\/10 {
  stroke: rgb(255 255 255 / 0.1);
}
.stroke-input-focused-text\/100 {
  stroke: rgb(255 255 255 / 1);
}
.stroke-input-focused-text\/20 {
  stroke: rgb(255 255 255 / 0.2);
}
.stroke-input-focused-text\/25 {
  stroke: rgb(255 255 255 / 0.25);
}
.stroke-input-focused-text\/30 {
  stroke: rgb(255 255 255 / 0.3);
}
.stroke-input-focused-text\/40 {
  stroke: rgb(255 255 255 / 0.4);
}
.stroke-input-focused-text\/5 {
  stroke: rgb(255 255 255 / 0.05);
}
.stroke-input-focused-text\/50 {
  stroke: rgb(255 255 255 / 0.5);
}
.stroke-input-focused-text\/60 {
  stroke: rgb(255 255 255 / 0.6);
}
.stroke-input-focused-text\/70 {
  stroke: rgb(255 255 255 / 0.7);
}
.stroke-input-focused-text\/75 {
  stroke: rgb(255 255 255 / 0.75);
}
.stroke-input-focused-text\/80 {
  stroke: rgb(255 255 255 / 0.8);
}
.stroke-input-focused-text\/90 {
  stroke: rgb(255 255 255 / 0.9);
}
.stroke-input-focused-text\/95 {
  stroke: rgb(255 255 255 / 0.95);
}
.stroke-input-focused-text\/state-disabled {
  stroke: rgb(255 255 255 / 0.5);
}
.stroke-input-focused-text\/state-enabled {
  stroke: rgb(255 255 255 / 1);
}
.stroke-input-placeholder {
  stroke: #616161;
}
.stroke-input-placeholder\/0 {
  stroke: rgb(97 97 97 / 0);
}
.stroke-input-placeholder\/10 {
  stroke: rgb(97 97 97 / 0.1);
}
.stroke-input-placeholder\/100 {
  stroke: rgb(97 97 97 / 1);
}
.stroke-input-placeholder\/20 {
  stroke: rgb(97 97 97 / 0.2);
}
.stroke-input-placeholder\/25 {
  stroke: rgb(97 97 97 / 0.25);
}
.stroke-input-placeholder\/30 {
  stroke: rgb(97 97 97 / 0.3);
}
.stroke-input-placeholder\/40 {
  stroke: rgb(97 97 97 / 0.4);
}
.stroke-input-placeholder\/5 {
  stroke: rgb(97 97 97 / 0.05);
}
.stroke-input-placeholder\/50 {
  stroke: rgb(97 97 97 / 0.5);
}
.stroke-input-placeholder\/60 {
  stroke: rgb(97 97 97 / 0.6);
}
.stroke-input-placeholder\/70 {
  stroke: rgb(97 97 97 / 0.7);
}
.stroke-input-placeholder\/75 {
  stroke: rgb(97 97 97 / 0.75);
}
.stroke-input-placeholder\/80 {
  stroke: rgb(97 97 97 / 0.8);
}
.stroke-input-placeholder\/90 {
  stroke: rgb(97 97 97 / 0.9);
}
.stroke-input-placeholder\/95 {
  stroke: rgb(97 97 97 / 0.95);
}
.stroke-input-placeholder\/state-disabled {
  stroke: rgb(97 97 97 / 0.5);
}
.stroke-input-placeholder\/state-enabled {
  stroke: rgb(97 97 97 / 1);
}
.stroke-input-radio-background {
  stroke: rgb(17, 17, 17);
}
.stroke-input-radio-background\/0 {
  stroke: rgb(17 17 17 / 0);
}
.stroke-input-radio-background\/10 {
  stroke: rgb(17 17 17 / 0.1);
}
.stroke-input-radio-background\/100 {
  stroke: rgb(17 17 17 / 1);
}
.stroke-input-radio-background\/20 {
  stroke: rgb(17 17 17 / 0.2);
}
.stroke-input-radio-background\/25 {
  stroke: rgb(17 17 17 / 0.25);
}
.stroke-input-radio-background\/30 {
  stroke: rgb(17 17 17 / 0.3);
}
.stroke-input-radio-background\/40 {
  stroke: rgb(17 17 17 / 0.4);
}
.stroke-input-radio-background\/5 {
  stroke: rgb(17 17 17 / 0.05);
}
.stroke-input-radio-background\/50 {
  stroke: rgb(17 17 17 / 0.5);
}
.stroke-input-radio-background\/60 {
  stroke: rgb(17 17 17 / 0.6);
}
.stroke-input-radio-background\/70 {
  stroke: rgb(17 17 17 / 0.7);
}
.stroke-input-radio-background\/75 {
  stroke: rgb(17 17 17 / 0.75);
}
.stroke-input-radio-background\/80 {
  stroke: rgb(17 17 17 / 0.8);
}
.stroke-input-radio-background\/90 {
  stroke: rgb(17 17 17 / 0.9);
}
.stroke-input-radio-background\/95 {
  stroke: rgb(17 17 17 / 0.95);
}
.stroke-input-radio-background\/state-disabled {
  stroke: rgb(17 17 17 / 0.5);
}
.stroke-input-radio-background\/state-enabled {
  stroke: rgb(17 17 17 / 1);
}
.stroke-input-radio-border {
  stroke: rgb(205, 141, 239);
}
.stroke-input-radio-border\/0 {
  stroke: rgb(205 141 239 / 0);
}
.stroke-input-radio-border\/10 {
  stroke: rgb(205 141 239 / 0.1);
}
.stroke-input-radio-border\/100 {
  stroke: rgb(205 141 239 / 1);
}
.stroke-input-radio-border\/20 {
  stroke: rgb(205 141 239 / 0.2);
}
.stroke-input-radio-border\/25 {
  stroke: rgb(205 141 239 / 0.25);
}
.stroke-input-radio-border\/30 {
  stroke: rgb(205 141 239 / 0.3);
}
.stroke-input-radio-border\/40 {
  stroke: rgb(205 141 239 / 0.4);
}
.stroke-input-radio-border\/5 {
  stroke: rgb(205 141 239 / 0.05);
}
.stroke-input-radio-border\/50 {
  stroke: rgb(205 141 239 / 0.5);
}
.stroke-input-radio-border\/60 {
  stroke: rgb(205 141 239 / 0.6);
}
.stroke-input-radio-border\/70 {
  stroke: rgb(205 141 239 / 0.7);
}
.stroke-input-radio-border\/75 {
  stroke: rgb(205 141 239 / 0.75);
}
.stroke-input-radio-border\/80 {
  stroke: rgb(205 141 239 / 0.8);
}
.stroke-input-radio-border\/90 {
  stroke: rgb(205 141 239 / 0.9);
}
.stroke-input-radio-border\/95 {
  stroke: rgb(205 141 239 / 0.95);
}
.stroke-input-radio-border\/state-disabled {
  stroke: rgb(205 141 239 / 0.5);
}
.stroke-input-radio-border\/state-enabled {
  stroke: rgb(205 141 239 / 1);
}
.stroke-input-radio-contrast {
  stroke: rgb(255, 255, 255);
}
.stroke-input-radio-contrast\/0 {
  stroke: rgb(255 255 255 / 0);
}
.stroke-input-radio-contrast\/10 {
  stroke: rgb(255 255 255 / 0.1);
}
.stroke-input-radio-contrast\/100 {
  stroke: rgb(255 255 255 / 1);
}
.stroke-input-radio-contrast\/20 {
  stroke: rgb(255 255 255 / 0.2);
}
.stroke-input-radio-contrast\/25 {
  stroke: rgb(255 255 255 / 0.25);
}
.stroke-input-radio-contrast\/30 {
  stroke: rgb(255 255 255 / 0.3);
}
.stroke-input-radio-contrast\/40 {
  stroke: rgb(255 255 255 / 0.4);
}
.stroke-input-radio-contrast\/5 {
  stroke: rgb(255 255 255 / 0.05);
}
.stroke-input-radio-contrast\/50 {
  stroke: rgb(255 255 255 / 0.5);
}
.stroke-input-radio-contrast\/60 {
  stroke: rgb(255 255 255 / 0.6);
}
.stroke-input-radio-contrast\/70 {
  stroke: rgb(255 255 255 / 0.7);
}
.stroke-input-radio-contrast\/75 {
  stroke: rgb(255 255 255 / 0.75);
}
.stroke-input-radio-contrast\/80 {
  stroke: rgb(255 255 255 / 0.8);
}
.stroke-input-radio-contrast\/90 {
  stroke: rgb(255 255 255 / 0.9);
}
.stroke-input-radio-contrast\/95 {
  stroke: rgb(255 255 255 / 0.95);
}
.stroke-input-radio-contrast\/state-disabled {
  stroke: rgb(255 255 255 / 0.5);
}
.stroke-input-radio-contrast\/state-enabled {
  stroke: rgb(255 255 255 / 1);
}
.stroke-input-switch-backgroundOff {
  stroke: rgb(156, 163, 175);
}
.stroke-input-switch-backgroundOff\/0 {
  stroke: rgb(156 163 175 / 0);
}
.stroke-input-switch-backgroundOff\/10 {
  stroke: rgb(156 163 175 / 0.1);
}
.stroke-input-switch-backgroundOff\/100 {
  stroke: rgb(156 163 175 / 1);
}
.stroke-input-switch-backgroundOff\/20 {
  stroke: rgb(156 163 175 / 0.2);
}
.stroke-input-switch-backgroundOff\/25 {
  stroke: rgb(156 163 175 / 0.25);
}
.stroke-input-switch-backgroundOff\/30 {
  stroke: rgb(156 163 175 / 0.3);
}
.stroke-input-switch-backgroundOff\/40 {
  stroke: rgb(156 163 175 / 0.4);
}
.stroke-input-switch-backgroundOff\/5 {
  stroke: rgb(156 163 175 / 0.05);
}
.stroke-input-switch-backgroundOff\/50 {
  stroke: rgb(156 163 175 / 0.5);
}
.stroke-input-switch-backgroundOff\/60 {
  stroke: rgb(156 163 175 / 0.6);
}
.stroke-input-switch-backgroundOff\/70 {
  stroke: rgb(156 163 175 / 0.7);
}
.stroke-input-switch-backgroundOff\/75 {
  stroke: rgb(156 163 175 / 0.75);
}
.stroke-input-switch-backgroundOff\/80 {
  stroke: rgb(156 163 175 / 0.8);
}
.stroke-input-switch-backgroundOff\/90 {
  stroke: rgb(156 163 175 / 0.9);
}
.stroke-input-switch-backgroundOff\/95 {
  stroke: rgb(156 163 175 / 0.95);
}
.stroke-input-switch-backgroundOff\/state-disabled {
  stroke: rgb(156 163 175 / 0.5);
}
.stroke-input-switch-backgroundOff\/state-enabled {
  stroke: rgb(156 163 175 / 1);
}
.stroke-input-switch-backgroundOn {
  stroke: rgb(205, 141, 239);
}
.stroke-input-switch-backgroundOn\/0 {
  stroke: rgb(205 141 239 / 0);
}
.stroke-input-switch-backgroundOn\/10 {
  stroke: rgb(205 141 239 / 0.1);
}
.stroke-input-switch-backgroundOn\/100 {
  stroke: rgb(205 141 239 / 1);
}
.stroke-input-switch-backgroundOn\/20 {
  stroke: rgb(205 141 239 / 0.2);
}
.stroke-input-switch-backgroundOn\/25 {
  stroke: rgb(205 141 239 / 0.25);
}
.stroke-input-switch-backgroundOn\/30 {
  stroke: rgb(205 141 239 / 0.3);
}
.stroke-input-switch-backgroundOn\/40 {
  stroke: rgb(205 141 239 / 0.4);
}
.stroke-input-switch-backgroundOn\/5 {
  stroke: rgb(205 141 239 / 0.05);
}
.stroke-input-switch-backgroundOn\/50 {
  stroke: rgb(205 141 239 / 0.5);
}
.stroke-input-switch-backgroundOn\/60 {
  stroke: rgb(205 141 239 / 0.6);
}
.stroke-input-switch-backgroundOn\/70 {
  stroke: rgb(205 141 239 / 0.7);
}
.stroke-input-switch-backgroundOn\/75 {
  stroke: rgb(205 141 239 / 0.75);
}
.stroke-input-switch-backgroundOn\/80 {
  stroke: rgb(205 141 239 / 0.8);
}
.stroke-input-switch-backgroundOn\/90 {
  stroke: rgb(205 141 239 / 0.9);
}
.stroke-input-switch-backgroundOn\/95 {
  stroke: rgb(205 141 239 / 0.95);
}
.stroke-input-switch-backgroundOn\/state-disabled {
  stroke: rgb(205 141 239 / 0.5);
}
.stroke-input-switch-backgroundOn\/state-enabled {
  stroke: rgb(205 141 239 / 1);
}
.stroke-input-switch-contrast {
  stroke: rgb(64, 64, 64);
}
.stroke-input-switch-contrast\/0 {
  stroke: rgb(64 64 64 / 0);
}
.stroke-input-switch-contrast\/10 {
  stroke: rgb(64 64 64 / 0.1);
}
.stroke-input-switch-contrast\/100 {
  stroke: rgb(64 64 64 / 1);
}
.stroke-input-switch-contrast\/20 {
  stroke: rgb(64 64 64 / 0.2);
}
.stroke-input-switch-contrast\/25 {
  stroke: rgb(64 64 64 / 0.25);
}
.stroke-input-switch-contrast\/30 {
  stroke: rgb(64 64 64 / 0.3);
}
.stroke-input-switch-contrast\/40 {
  stroke: rgb(64 64 64 / 0.4);
}
.stroke-input-switch-contrast\/5 {
  stroke: rgb(64 64 64 / 0.05);
}
.stroke-input-switch-contrast\/50 {
  stroke: rgb(64 64 64 / 0.5);
}
.stroke-input-switch-contrast\/60 {
  stroke: rgb(64 64 64 / 0.6);
}
.stroke-input-switch-contrast\/70 {
  stroke: rgb(64 64 64 / 0.7);
}
.stroke-input-switch-contrast\/75 {
  stroke: rgb(64 64 64 / 0.75);
}
.stroke-input-switch-contrast\/80 {
  stroke: rgb(64 64 64 / 0.8);
}
.stroke-input-switch-contrast\/90 {
  stroke: rgb(64 64 64 / 0.9);
}
.stroke-input-switch-contrast\/95 {
  stroke: rgb(64 64 64 / 0.95);
}
.stroke-input-switch-contrast\/state-disabled {
  stroke: rgb(64 64 64 / 0.5);
}
.stroke-input-switch-contrast\/state-enabled {
  stroke: rgb(64 64 64 / 1);
}
.stroke-input-text {
  stroke: #FFFFFF;
}
.stroke-input-text\/0 {
  stroke: rgb(255 255 255 / 0);
}
.stroke-input-text\/10 {
  stroke: rgb(255 255 255 / 0.1);
}
.stroke-input-text\/100 {
  stroke: rgb(255 255 255 / 1);
}
.stroke-input-text\/20 {
  stroke: rgb(255 255 255 / 0.2);
}
.stroke-input-text\/25 {
  stroke: rgb(255 255 255 / 0.25);
}
.stroke-input-text\/30 {
  stroke: rgb(255 255 255 / 0.3);
}
.stroke-input-text\/40 {
  stroke: rgb(255 255 255 / 0.4);
}
.stroke-input-text\/5 {
  stroke: rgb(255 255 255 / 0.05);
}
.stroke-input-text\/50 {
  stroke: rgb(255 255 255 / 0.5);
}
.stroke-input-text\/60 {
  stroke: rgb(255 255 255 / 0.6);
}
.stroke-input-text\/70 {
  stroke: rgb(255 255 255 / 0.7);
}
.stroke-input-text\/75 {
  stroke: rgb(255 255 255 / 0.75);
}
.stroke-input-text\/80 {
  stroke: rgb(255 255 255 / 0.8);
}
.stroke-input-text\/90 {
  stroke: rgb(255 255 255 / 0.9);
}
.stroke-input-text\/95 {
  stroke: rgb(255 255 255 / 0.95);
}
.stroke-input-text\/state-disabled {
  stroke: rgb(255 255 255 / 0.5);
}
.stroke-input-text\/state-enabled {
  stroke: rgb(255 255 255 / 1);
}
.stroke-loader-default {
  stroke: rgb(205, 141, 239);
}
.stroke-loader-default\/0 {
  stroke: rgb(205 141 239 / 0);
}
.stroke-loader-default\/10 {
  stroke: rgb(205 141 239 / 0.1);
}
.stroke-loader-default\/100 {
  stroke: rgb(205 141 239 / 1);
}
.stroke-loader-default\/20 {
  stroke: rgb(205 141 239 / 0.2);
}
.stroke-loader-default\/25 {
  stroke: rgb(205 141 239 / 0.25);
}
.stroke-loader-default\/30 {
  stroke: rgb(205 141 239 / 0.3);
}
.stroke-loader-default\/40 {
  stroke: rgb(205 141 239 / 0.4);
}
.stroke-loader-default\/5 {
  stroke: rgb(205 141 239 / 0.05);
}
.stroke-loader-default\/50 {
  stroke: rgb(205 141 239 / 0.5);
}
.stroke-loader-default\/60 {
  stroke: rgb(205 141 239 / 0.6);
}
.stroke-loader-default\/70 {
  stroke: rgb(205 141 239 / 0.7);
}
.stroke-loader-default\/75 {
  stroke: rgb(205 141 239 / 0.75);
}
.stroke-loader-default\/80 {
  stroke: rgb(205 141 239 / 0.8);
}
.stroke-loader-default\/90 {
  stroke: rgb(205 141 239 / 0.9);
}
.stroke-loader-default\/95 {
  stroke: rgb(205 141 239 / 0.95);
}
.stroke-loader-default\/state-disabled {
  stroke: rgb(205 141 239 / 0.5);
}
.stroke-loader-default\/state-enabled {
  stroke: rgb(205 141 239 / 1);
}
.stroke-panel-alternate {
  stroke: rgb(29, 29, 29);
}
.stroke-panel-alternate\/0 {
  stroke: rgb(29 29 29 / 0);
}
.stroke-panel-alternate\/10 {
  stroke: rgb(29 29 29 / 0.1);
}
.stroke-panel-alternate\/100 {
  stroke: rgb(29 29 29 / 1);
}
.stroke-panel-alternate\/20 {
  stroke: rgb(29 29 29 / 0.2);
}
.stroke-panel-alternate\/25 {
  stroke: rgb(29 29 29 / 0.25);
}
.stroke-panel-alternate\/30 {
  stroke: rgb(29 29 29 / 0.3);
}
.stroke-panel-alternate\/40 {
  stroke: rgb(29 29 29 / 0.4);
}
.stroke-panel-alternate\/5 {
  stroke: rgb(29 29 29 / 0.05);
}
.stroke-panel-alternate\/50 {
  stroke: rgb(29 29 29 / 0.5);
}
.stroke-panel-alternate\/60 {
  stroke: rgb(29 29 29 / 0.6);
}
.stroke-panel-alternate\/70 {
  stroke: rgb(29 29 29 / 0.7);
}
.stroke-panel-alternate\/75 {
  stroke: rgb(29 29 29 / 0.75);
}
.stroke-panel-alternate\/80 {
  stroke: rgb(29 29 29 / 0.8);
}
.stroke-panel-alternate\/90 {
  stroke: rgb(29 29 29 / 0.9);
}
.stroke-panel-alternate\/95 {
  stroke: rgb(29 29 29 / 0.95);
}
.stroke-panel-alternate\/state-disabled {
  stroke: rgb(29 29 29 / 0.5);
}
.stroke-panel-alternate\/state-enabled {
  stroke: rgb(29 29 29 / 1);
}
.stroke-panel-base {
  stroke: rgb(16, 16, 16);
}
.stroke-panel-base\/0 {
  stroke: rgb(16 16 16 / 0);
}
.stroke-panel-base\/10 {
  stroke: rgb(16 16 16 / 0.1);
}
.stroke-panel-base\/100 {
  stroke: rgb(16 16 16 / 1);
}
.stroke-panel-base\/20 {
  stroke: rgb(16 16 16 / 0.2);
}
.stroke-panel-base\/25 {
  stroke: rgb(16 16 16 / 0.25);
}
.stroke-panel-base\/30 {
  stroke: rgb(16 16 16 / 0.3);
}
.stroke-panel-base\/40 {
  stroke: rgb(16 16 16 / 0.4);
}
.stroke-panel-base\/5 {
  stroke: rgb(16 16 16 / 0.05);
}
.stroke-panel-base\/50 {
  stroke: rgb(16 16 16 / 0.5);
}
.stroke-panel-base\/60 {
  stroke: rgb(16 16 16 / 0.6);
}
.stroke-panel-base\/70 {
  stroke: rgb(16 16 16 / 0.7);
}
.stroke-panel-base\/75 {
  stroke: rgb(16 16 16 / 0.75);
}
.stroke-panel-base\/80 {
  stroke: rgb(16 16 16 / 0.8);
}
.stroke-panel-base\/90 {
  stroke: rgb(16 16 16 / 0.9);
}
.stroke-panel-base\/95 {
  stroke: rgb(16 16 16 / 0.95);
}
.stroke-panel-base\/state-disabled {
  stroke: rgb(16 16 16 / 0.5);
}
.stroke-panel-base\/state-enabled {
  stroke: rgb(16 16 16 / 1);
}
.stroke-panel-border {
  stroke: rgba(255, 255, 255, 0.05);
}
.stroke-panel-border\/0 {
  stroke: rgba(255, 255, 255, 0);
}
.stroke-panel-border\/10 {
  stroke: rgba(255, 255, 255, 0.1);
}
.stroke-panel-border\/100 {
  stroke: rgba(255, 255, 255, 1);
}
.stroke-panel-border\/20 {
  stroke: rgba(255, 255, 255, 0.2);
}
.stroke-panel-border\/25 {
  stroke: rgba(255, 255, 255, 0.25);
}
.stroke-panel-border\/30 {
  stroke: rgba(255, 255, 255, 0.3);
}
.stroke-panel-border\/40 {
  stroke: rgba(255, 255, 255, 0.4);
}
.stroke-panel-border\/5 {
  stroke: rgba(255, 255, 255, 0.05);
}
.stroke-panel-border\/50 {
  stroke: rgba(255, 255, 255, 0.5);
}
.stroke-panel-border\/60 {
  stroke: rgba(255, 255, 255, 0.6);
}
.stroke-panel-border\/70 {
  stroke: rgba(255, 255, 255, 0.7);
}
.stroke-panel-border\/75 {
  stroke: rgba(255, 255, 255, 0.75);
}
.stroke-panel-border\/80 {
  stroke: rgba(255, 255, 255, 0.8);
}
.stroke-panel-border\/90 {
  stroke: rgba(255, 255, 255, 0.9);
}
.stroke-panel-border\/95 {
  stroke: rgba(255, 255, 255, 0.95);
}
.stroke-panel-border\/state-disabled {
  stroke: rgba(255, 255, 255, 0.5);
}
.stroke-panel-border\/state-enabled {
  stroke: rgba(255, 255, 255, 1);
}
.stroke-panel-default {
  stroke: rgba(255, 255, 255, 0);
}
.stroke-panel-default\/0 {
  stroke: rgba(255, 255, 255, 0);
}
.stroke-panel-default\/10 {
  stroke: rgba(255, 255, 255, 0.1);
}
.stroke-panel-default\/100 {
  stroke: rgba(255, 255, 255, 1);
}
.stroke-panel-default\/20 {
  stroke: rgba(255, 255, 255, 0.2);
}
.stroke-panel-default\/25 {
  stroke: rgba(255, 255, 255, 0.25);
}
.stroke-panel-default\/30 {
  stroke: rgba(255, 255, 255, 0.3);
}
.stroke-panel-default\/40 {
  stroke: rgba(255, 255, 255, 0.4);
}
.stroke-panel-default\/5 {
  stroke: rgba(255, 255, 255, 0.05);
}
.stroke-panel-default\/50 {
  stroke: rgba(255, 255, 255, 0.5);
}
.stroke-panel-default\/60 {
  stroke: rgba(255, 255, 255, 0.6);
}
.stroke-panel-default\/70 {
  stroke: rgba(255, 255, 255, 0.7);
}
.stroke-panel-default\/75 {
  stroke: rgba(255, 255, 255, 0.75);
}
.stroke-panel-default\/80 {
  stroke: rgba(255, 255, 255, 0.8);
}
.stroke-panel-default\/90 {
  stroke: rgba(255, 255, 255, 0.9);
}
.stroke-panel-default\/95 {
  stroke: rgba(255, 255, 255, 0.95);
}
.stroke-panel-default\/state-disabled {
  stroke: rgba(255, 255, 255, 0.5);
}
.stroke-panel-default\/state-enabled {
  stroke: rgba(255, 255, 255, 1);
}
.stroke-panel-shadow {
  stroke: rgba(0, 0, 0, 0.2);
}
.stroke-panel-shadow\/0 {
  stroke: rgba(0, 0, 0, 0);
}
.stroke-panel-shadow\/10 {
  stroke: rgba(0, 0, 0, 0.1);
}
.stroke-panel-shadow\/100 {
  stroke: rgba(0, 0, 0, 1);
}
.stroke-panel-shadow\/20 {
  stroke: rgba(0, 0, 0, 0.2);
}
.stroke-panel-shadow\/25 {
  stroke: rgba(0, 0, 0, 0.25);
}
.stroke-panel-shadow\/30 {
  stroke: rgba(0, 0, 0, 0.3);
}
.stroke-panel-shadow\/40 {
  stroke: rgba(0, 0, 0, 0.4);
}
.stroke-panel-shadow\/5 {
  stroke: rgba(0, 0, 0, 0.05);
}
.stroke-panel-shadow\/50 {
  stroke: rgba(0, 0, 0, 0.5);
}
.stroke-panel-shadow\/60 {
  stroke: rgba(0, 0, 0, 0.6);
}
.stroke-panel-shadow\/70 {
  stroke: rgba(0, 0, 0, 0.7);
}
.stroke-panel-shadow\/75 {
  stroke: rgba(0, 0, 0, 0.75);
}
.stroke-panel-shadow\/80 {
  stroke: rgba(0, 0, 0, 0.8);
}
.stroke-panel-shadow\/90 {
  stroke: rgba(0, 0, 0, 0.9);
}
.stroke-panel-shadow\/95 {
  stroke: rgba(0, 0, 0, 0.95);
}
.stroke-panel-shadow\/state-disabled {
  stroke: rgba(0, 0, 0, 0.5);
}
.stroke-panel-shadow\/state-enabled {
  stroke: rgba(0, 0, 0, 1);
}
.stroke-typography-accent {
  stroke: rgb(205, 141, 239);
}
.stroke-typography-accent\/0 {
  stroke: rgb(205 141 239 / 0);
}
.stroke-typography-accent\/10 {
  stroke: rgb(205 141 239 / 0.1);
}
.stroke-typography-accent\/100 {
  stroke: rgb(205 141 239 / 1);
}
.stroke-typography-accent\/20 {
  stroke: rgb(205 141 239 / 0.2);
}
.stroke-typography-accent\/25 {
  stroke: rgb(205 141 239 / 0.25);
}
.stroke-typography-accent\/30 {
  stroke: rgb(205 141 239 / 0.3);
}
.stroke-typography-accent\/40 {
  stroke: rgb(205 141 239 / 0.4);
}
.stroke-typography-accent\/5 {
  stroke: rgb(205 141 239 / 0.05);
}
.stroke-typography-accent\/50 {
  stroke: rgb(205 141 239 / 0.5);
}
.stroke-typography-accent\/60 {
  stroke: rgb(205 141 239 / 0.6);
}
.stroke-typography-accent\/70 {
  stroke: rgb(205 141 239 / 0.7);
}
.stroke-typography-accent\/75 {
  stroke: rgb(205 141 239 / 0.75);
}
.stroke-typography-accent\/80 {
  stroke: rgb(205 141 239 / 0.8);
}
.stroke-typography-accent\/90 {
  stroke: rgb(205 141 239 / 0.9);
}
.stroke-typography-accent\/95 {
  stroke: rgb(205 141 239 / 0.95);
}
.stroke-typography-accent\/state-disabled {
  stroke: rgb(205 141 239 / 0.5);
}
.stroke-typography-accent\/state-enabled {
  stroke: rgb(205 141 239 / 1);
}
.stroke-typography-alternate {
  stroke: rgb(6, 182, 212);
}
.stroke-typography-alternate\/0 {
  stroke: rgb(6 182 212 / 0);
}
.stroke-typography-alternate\/10 {
  stroke: rgb(6 182 212 / 0.1);
}
.stroke-typography-alternate\/100 {
  stroke: rgb(6 182 212 / 1);
}
.stroke-typography-alternate\/20 {
  stroke: rgb(6 182 212 / 0.2);
}
.stroke-typography-alternate\/25 {
  stroke: rgb(6 182 212 / 0.25);
}
.stroke-typography-alternate\/30 {
  stroke: rgb(6 182 212 / 0.3);
}
.stroke-typography-alternate\/40 {
  stroke: rgb(6 182 212 / 0.4);
}
.stroke-typography-alternate\/5 {
  stroke: rgb(6 182 212 / 0.05);
}
.stroke-typography-alternate\/50 {
  stroke: rgb(6 182 212 / 0.5);
}
.stroke-typography-alternate\/60 {
  stroke: rgb(6 182 212 / 0.6);
}
.stroke-typography-alternate\/70 {
  stroke: rgb(6 182 212 / 0.7);
}
.stroke-typography-alternate\/75 {
  stroke: rgb(6 182 212 / 0.75);
}
.stroke-typography-alternate\/80 {
  stroke: rgb(6 182 212 / 0.8);
}
.stroke-typography-alternate\/90 {
  stroke: rgb(6 182 212 / 0.9);
}
.stroke-typography-alternate\/95 {
  stroke: rgb(6 182 212 / 0.95);
}
.stroke-typography-alternate\/state-disabled {
  stroke: rgb(6 182 212 / 0.5);
}
.stroke-typography-alternate\/state-enabled {
  stroke: rgb(6 182 212 / 1);
}
.stroke-typography-default {
  stroke: rgb(255, 255, 255);
}
.stroke-typography-default\/0 {
  stroke: rgb(255 255 255 / 0);
}
.stroke-typography-default\/10 {
  stroke: rgb(255 255 255 / 0.1);
}
.stroke-typography-default\/100 {
  stroke: rgb(255 255 255 / 1);
}
.stroke-typography-default\/20 {
  stroke: rgb(255 255 255 / 0.2);
}
.stroke-typography-default\/25 {
  stroke: rgb(255 255 255 / 0.25);
}
.stroke-typography-default\/30 {
  stroke: rgb(255 255 255 / 0.3);
}
.stroke-typography-default\/40 {
  stroke: rgb(255 255 255 / 0.4);
}
.stroke-typography-default\/5 {
  stroke: rgb(255 255 255 / 0.05);
}
.stroke-typography-default\/50 {
  stroke: rgb(255 255 255 / 0.5);
}
.stroke-typography-default\/60 {
  stroke: rgb(255 255 255 / 0.6);
}
.stroke-typography-default\/70 {
  stroke: rgb(255 255 255 / 0.7);
}
.stroke-typography-default\/75 {
  stroke: rgb(255 255 255 / 0.75);
}
.stroke-typography-default\/80 {
  stroke: rgb(255 255 255 / 0.8);
}
.stroke-typography-default\/90 {
  stroke: rgb(255 255 255 / 0.9);
}
.stroke-typography-default\/95 {
  stroke: rgb(255 255 255 / 0.95);
}
.stroke-typography-default\/state-disabled {
  stroke: rgb(255 255 255 / 0.5);
}
.stroke-typography-default\/state-enabled {
  stroke: rgb(255 255 255 / 1);
}
.stroke-typography-error {
  stroke: rgb(248, 113, 113);
}
.stroke-typography-error\/0 {
  stroke: rgb(248 113 113 / 0);
}
.stroke-typography-error\/10 {
  stroke: rgb(248 113 113 / 0.1);
}
.stroke-typography-error\/100 {
  stroke: rgb(248 113 113 / 1);
}
.stroke-typography-error\/20 {
  stroke: rgb(248 113 113 / 0.2);
}
.stroke-typography-error\/25 {
  stroke: rgb(248 113 113 / 0.25);
}
.stroke-typography-error\/30 {
  stroke: rgb(248 113 113 / 0.3);
}
.stroke-typography-error\/40 {
  stroke: rgb(248 113 113 / 0.4);
}
.stroke-typography-error\/5 {
  stroke: rgb(248 113 113 / 0.05);
}
.stroke-typography-error\/50 {
  stroke: rgb(248 113 113 / 0.5);
}
.stroke-typography-error\/60 {
  stroke: rgb(248 113 113 / 0.6);
}
.stroke-typography-error\/70 {
  stroke: rgb(248 113 113 / 0.7);
}
.stroke-typography-error\/75 {
  stroke: rgb(248 113 113 / 0.75);
}
.stroke-typography-error\/80 {
  stroke: rgb(248 113 113 / 0.8);
}
.stroke-typography-error\/90 {
  stroke: rgb(248 113 113 / 0.9);
}
.stroke-typography-error\/95 {
  stroke: rgb(248 113 113 / 0.95);
}
.stroke-typography-error\/state-disabled {
  stroke: rgb(248 113 113 / 0.5);
}
.stroke-typography-error\/state-enabled {
  stroke: rgb(248 113 113 / 1);
}
.stroke-typography-info {
  stroke: rgb(96, 165, 250);
}
.stroke-typography-info\/0 {
  stroke: rgb(96 165 250 / 0);
}
.stroke-typography-info\/10 {
  stroke: rgb(96 165 250 / 0.1);
}
.stroke-typography-info\/100 {
  stroke: rgb(96 165 250 / 1);
}
.stroke-typography-info\/20 {
  stroke: rgb(96 165 250 / 0.2);
}
.stroke-typography-info\/25 {
  stroke: rgb(96 165 250 / 0.25);
}
.stroke-typography-info\/30 {
  stroke: rgb(96 165 250 / 0.3);
}
.stroke-typography-info\/40 {
  stroke: rgb(96 165 250 / 0.4);
}
.stroke-typography-info\/5 {
  stroke: rgb(96 165 250 / 0.05);
}
.stroke-typography-info\/50 {
  stroke: rgb(96 165 250 / 0.5);
}
.stroke-typography-info\/60 {
  stroke: rgb(96 165 250 / 0.6);
}
.stroke-typography-info\/70 {
  stroke: rgb(96 165 250 / 0.7);
}
.stroke-typography-info\/75 {
  stroke: rgb(96 165 250 / 0.75);
}
.stroke-typography-info\/80 {
  stroke: rgb(96 165 250 / 0.8);
}
.stroke-typography-info\/90 {
  stroke: rgb(96 165 250 / 0.9);
}
.stroke-typography-info\/95 {
  stroke: rgb(96 165 250 / 0.95);
}
.stroke-typography-info\/state-disabled {
  stroke: rgb(96 165 250 / 0.5);
}
.stroke-typography-info\/state-enabled {
  stroke: rgb(96 165 250 / 1);
}
.stroke-typography-link-default {
  stroke: rgb(205, 141, 239);
}
.stroke-typography-link-default\/0 {
  stroke: rgb(205 141 239 / 0);
}
.stroke-typography-link-default\/10 {
  stroke: rgb(205 141 239 / 0.1);
}
.stroke-typography-link-default\/100 {
  stroke: rgb(205 141 239 / 1);
}
.stroke-typography-link-default\/20 {
  stroke: rgb(205 141 239 / 0.2);
}
.stroke-typography-link-default\/25 {
  stroke: rgb(205 141 239 / 0.25);
}
.stroke-typography-link-default\/30 {
  stroke: rgb(205 141 239 / 0.3);
}
.stroke-typography-link-default\/40 {
  stroke: rgb(205 141 239 / 0.4);
}
.stroke-typography-link-default\/5 {
  stroke: rgb(205 141 239 / 0.05);
}
.stroke-typography-link-default\/50 {
  stroke: rgb(205 141 239 / 0.5);
}
.stroke-typography-link-default\/60 {
  stroke: rgb(205 141 239 / 0.6);
}
.stroke-typography-link-default\/70 {
  stroke: rgb(205 141 239 / 0.7);
}
.stroke-typography-link-default\/75 {
  stroke: rgb(205 141 239 / 0.75);
}
.stroke-typography-link-default\/80 {
  stroke: rgb(205 141 239 / 0.8);
}
.stroke-typography-link-default\/90 {
  stroke: rgb(205 141 239 / 0.9);
}
.stroke-typography-link-default\/95 {
  stroke: rgb(205 141 239 / 0.95);
}
.stroke-typography-link-default\/state-disabled {
  stroke: rgb(205 141 239 / 0.5);
}
.stroke-typography-link-default\/state-enabled {
  stroke: rgb(205 141 239 / 1);
}
.stroke-typography-link-hover {
  stroke: rgb(215, 164, 242);
}
.stroke-typography-link-hover\/0 {
  stroke: rgb(215 164 242 / 0);
}
.stroke-typography-link-hover\/10 {
  stroke: rgb(215 164 242 / 0.1);
}
.stroke-typography-link-hover\/100 {
  stroke: rgb(215 164 242 / 1);
}
.stroke-typography-link-hover\/20 {
  stroke: rgb(215 164 242 / 0.2);
}
.stroke-typography-link-hover\/25 {
  stroke: rgb(215 164 242 / 0.25);
}
.stroke-typography-link-hover\/30 {
  stroke: rgb(215 164 242 / 0.3);
}
.stroke-typography-link-hover\/40 {
  stroke: rgb(215 164 242 / 0.4);
}
.stroke-typography-link-hover\/5 {
  stroke: rgb(215 164 242 / 0.05);
}
.stroke-typography-link-hover\/50 {
  stroke: rgb(215 164 242 / 0.5);
}
.stroke-typography-link-hover\/60 {
  stroke: rgb(215 164 242 / 0.6);
}
.stroke-typography-link-hover\/70 {
  stroke: rgb(215 164 242 / 0.7);
}
.stroke-typography-link-hover\/75 {
  stroke: rgb(215 164 242 / 0.75);
}
.stroke-typography-link-hover\/80 {
  stroke: rgb(215 164 242 / 0.8);
}
.stroke-typography-link-hover\/90 {
  stroke: rgb(215 164 242 / 0.9);
}
.stroke-typography-link-hover\/95 {
  stroke: rgb(215 164 242 / 0.95);
}
.stroke-typography-link-hover\/state-disabled {
  stroke: rgb(215 164 242 / 0.5);
}
.stroke-typography-link-hover\/state-enabled {
  stroke: rgb(215 164 242 / 1);
}
.stroke-typography-muted {
  stroke: rgb(156, 163, 175);
}
.stroke-typography-muted\/0 {
  stroke: rgb(156 163 175 / 0);
}
.stroke-typography-muted\/10 {
  stroke: rgb(156 163 175 / 0.1);
}
.stroke-typography-muted\/100 {
  stroke: rgb(156 163 175 / 1);
}
.stroke-typography-muted\/20 {
  stroke: rgb(156 163 175 / 0.2);
}
.stroke-typography-muted\/25 {
  stroke: rgb(156 163 175 / 0.25);
}
.stroke-typography-muted\/30 {
  stroke: rgb(156 163 175 / 0.3);
}
.stroke-typography-muted\/40 {
  stroke: rgb(156 163 175 / 0.4);
}
.stroke-typography-muted\/5 {
  stroke: rgb(156 163 175 / 0.05);
}
.stroke-typography-muted\/50 {
  stroke: rgb(156 163 175 / 0.5);
}
.stroke-typography-muted\/60 {
  stroke: rgb(156 163 175 / 0.6);
}
.stroke-typography-muted\/70 {
  stroke: rgb(156 163 175 / 0.7);
}
.stroke-typography-muted\/75 {
  stroke: rgb(156 163 175 / 0.75);
}
.stroke-typography-muted\/80 {
  stroke: rgb(156 163 175 / 0.8);
}
.stroke-typography-muted\/90 {
  stroke: rgb(156 163 175 / 0.9);
}
.stroke-typography-muted\/95 {
  stroke: rgb(156 163 175 / 0.95);
}
.stroke-typography-muted\/state-disabled {
  stroke: rgb(156 163 175 / 0.5);
}
.stroke-typography-muted\/state-enabled {
  stroke: rgb(156 163 175 / 1);
}
.stroke-typography-on-accent {
  stroke: rgb(64, 64, 64);
}
.stroke-typography-on-accent\/0 {
  stroke: rgb(64 64 64 / 0);
}
.stroke-typography-on-accent\/10 {
  stroke: rgb(64 64 64 / 0.1);
}
.stroke-typography-on-accent\/100 {
  stroke: rgb(64 64 64 / 1);
}
.stroke-typography-on-accent\/20 {
  stroke: rgb(64 64 64 / 0.2);
}
.stroke-typography-on-accent\/25 {
  stroke: rgb(64 64 64 / 0.25);
}
.stroke-typography-on-accent\/30 {
  stroke: rgb(64 64 64 / 0.3);
}
.stroke-typography-on-accent\/40 {
  stroke: rgb(64 64 64 / 0.4);
}
.stroke-typography-on-accent\/5 {
  stroke: rgb(64 64 64 / 0.05);
}
.stroke-typography-on-accent\/50 {
  stroke: rgb(64 64 64 / 0.5);
}
.stroke-typography-on-accent\/60 {
  stroke: rgb(64 64 64 / 0.6);
}
.stroke-typography-on-accent\/70 {
  stroke: rgb(64 64 64 / 0.7);
}
.stroke-typography-on-accent\/75 {
  stroke: rgb(64 64 64 / 0.75);
}
.stroke-typography-on-accent\/80 {
  stroke: rgb(64 64 64 / 0.8);
}
.stroke-typography-on-accent\/90 {
  stroke: rgb(64 64 64 / 0.9);
}
.stroke-typography-on-accent\/95 {
  stroke: rgb(64 64 64 / 0.95);
}
.stroke-typography-on-accent\/state-disabled {
  stroke: rgb(64 64 64 / 0.5);
}
.stroke-typography-on-accent\/state-enabled {
  stroke: rgb(64 64 64 / 1);
}
.stroke-typography-subtle {
  stroke: rgb(229, 231, 235);
}
.stroke-typography-subtle\/0 {
  stroke: rgb(229 231 235 / 0);
}
.stroke-typography-subtle\/10 {
  stroke: rgb(229 231 235 / 0.1);
}
.stroke-typography-subtle\/100 {
  stroke: rgb(229 231 235 / 1);
}
.stroke-typography-subtle\/20 {
  stroke: rgb(229 231 235 / 0.2);
}
.stroke-typography-subtle\/25 {
  stroke: rgb(229 231 235 / 0.25);
}
.stroke-typography-subtle\/30 {
  stroke: rgb(229 231 235 / 0.3);
}
.stroke-typography-subtle\/40 {
  stroke: rgb(229 231 235 / 0.4);
}
.stroke-typography-subtle\/5 {
  stroke: rgb(229 231 235 / 0.05);
}
.stroke-typography-subtle\/50 {
  stroke: rgb(229 231 235 / 0.5);
}
.stroke-typography-subtle\/60 {
  stroke: rgb(229 231 235 / 0.6);
}
.stroke-typography-subtle\/70 {
  stroke: rgb(229 231 235 / 0.7);
}
.stroke-typography-subtle\/75 {
  stroke: rgb(229 231 235 / 0.75);
}
.stroke-typography-subtle\/80 {
  stroke: rgb(229 231 235 / 0.8);
}
.stroke-typography-subtle\/90 {
  stroke: rgb(229 231 235 / 0.9);
}
.stroke-typography-subtle\/95 {
  stroke: rgb(229 231 235 / 0.95);
}
.stroke-typography-subtle\/state-disabled {
  stroke: rgb(229 231 235 / 0.5);
}
.stroke-typography-subtle\/state-enabled {
  stroke: rgb(229 231 235 / 1);
}
.stroke-typography-success {
  stroke: rgb(74, 222, 128);
}
.stroke-typography-success\/0 {
  stroke: rgb(74 222 128 / 0);
}
.stroke-typography-success\/10 {
  stroke: rgb(74 222 128 / 0.1);
}
.stroke-typography-success\/100 {
  stroke: rgb(74 222 128 / 1);
}
.stroke-typography-success\/20 {
  stroke: rgb(74 222 128 / 0.2);
}
.stroke-typography-success\/25 {
  stroke: rgb(74 222 128 / 0.25);
}
.stroke-typography-success\/30 {
  stroke: rgb(74 222 128 / 0.3);
}
.stroke-typography-success\/40 {
  stroke: rgb(74 222 128 / 0.4);
}
.stroke-typography-success\/5 {
  stroke: rgb(74 222 128 / 0.05);
}
.stroke-typography-success\/50 {
  stroke: rgb(74 222 128 / 0.5);
}
.stroke-typography-success\/60 {
  stroke: rgb(74 222 128 / 0.6);
}
.stroke-typography-success\/70 {
  stroke: rgb(74 222 128 / 0.7);
}
.stroke-typography-success\/75 {
  stroke: rgb(74 222 128 / 0.75);
}
.stroke-typography-success\/80 {
  stroke: rgb(74 222 128 / 0.8);
}
.stroke-typography-success\/90 {
  stroke: rgb(74 222 128 / 0.9);
}
.stroke-typography-success\/95 {
  stroke: rgb(74 222 128 / 0.95);
}
.stroke-typography-success\/state-disabled {
  stroke: rgb(74 222 128 / 0.5);
}
.stroke-typography-success\/state-enabled {
  stroke: rgb(74 222 128 / 1);
}
.stroke-typography-warning {
  stroke: rgb(251, 146, 60);
}
.stroke-typography-warning\/0 {
  stroke: rgb(251 146 60 / 0);
}
.stroke-typography-warning\/10 {
  stroke: rgb(251 146 60 / 0.1);
}
.stroke-typography-warning\/100 {
  stroke: rgb(251 146 60 / 1);
}
.stroke-typography-warning\/20 {
  stroke: rgb(251 146 60 / 0.2);
}
.stroke-typography-warning\/25 {
  stroke: rgb(251 146 60 / 0.25);
}
.stroke-typography-warning\/30 {
  stroke: rgb(251 146 60 / 0.3);
}
.stroke-typography-warning\/40 {
  stroke: rgb(251 146 60 / 0.4);
}
.stroke-typography-warning\/5 {
  stroke: rgb(251 146 60 / 0.05);
}
.stroke-typography-warning\/50 {
  stroke: rgb(251 146 60 / 0.5);
}
.stroke-typography-warning\/60 {
  stroke: rgb(251 146 60 / 0.6);
}
.stroke-typography-warning\/70 {
  stroke: rgb(251 146 60 / 0.7);
}
.stroke-typography-warning\/75 {
  stroke: rgb(251 146 60 / 0.75);
}
.stroke-typography-warning\/80 {
  stroke: rgb(251 146 60 / 0.8);
}
.stroke-typography-warning\/90 {
  stroke: rgb(251 146 60 / 0.9);
}
.stroke-typography-warning\/95 {
  stroke: rgb(251 146 60 / 0.95);
}
.stroke-typography-warning\/state-disabled {
  stroke: rgb(251 146 60 / 0.5);
}
.stroke-typography-warning\/state-enabled {
  stroke: rgb(251 146 60 / 1);
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.object-top {
  -o-object-position: top;
     object-position: top;
}
.p-0 {
  padding: 0px;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-1 {
  padding: 4px;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-2 {
  padding: 8px;
}
.p-3 {
  padding: 12px;
}
.p-4 {
  padding: 16px;
}
.p-6 {
  padding: 24px;
}
.p-8 {
  padding: 32px;
}
.p-input-gap-lg {
  padding: 16px;
}
.p-input-gap-md {
  padding: 16px;
}
.p-input-gap-sm {
  padding: 8px;
}
.p-input-padding-lg {
  padding: 24px;
}
.p-input-padding-md {
  padding: 24px;
}
.p-input-padding-sm {
  padding: 16px;
}
.p-input-padding-xs {
  padding: 8px;
}
.p-panel-gap-2xs {
  padding: 4px;
}
.p-panel-gap-lg {
  padding: 24px;
}
.p-panel-gap-md {
  padding: 16px;
}
.p-panel-gap-sm {
  padding: 12px;
}
.p-panel-gap-xl {
  padding: 32px;
}
.p-panel-gap-xs {
  padding: 8px;
}
.p-panel-padding-2xs {
  padding: 4px;
}
.p-panel-padding-lg {
  padding: 24px;
}
.p-panel-padding-md {
  padding: 16px;
}
.p-panel-padding-sm {
  padding: 12px;
}
.p-panel-padding-xl {
  padding: 32px;
}
.p-panel-padding-xs {
  padding: 8px;
}
.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.\!px-4 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-1 {
  padding-left: 4px;
  padding-right: 4px;
}
.px-14 {
  padding-left: 56px;
  padding-right: 56px;
}
.px-16 {
  padding-left: 64px;
  padding-right: 64px;
}
.px-2 {
  padding-left: 8px;
  padding-right: 8px;
}
.px-4 {
  padding-left: 16px;
  padding-right: 16px;
}
.px-5 {
  padding-left: 20px;
  padding-right: 20px;
}
.px-6 {
  padding-left: 24px;
  padding-right: 24px;
}
.px-8 {
  padding-left: 32px;
  padding-right: 32px;
}
.px-input-gap-lg {
  padding-left: 16px;
  padding-right: 16px;
}
.px-input-gap-md {
  padding-left: 16px;
  padding-right: 16px;
}
.px-input-gap-sm {
  padding-left: 8px;
  padding-right: 8px;
}
.px-input-padding-lg {
  padding-left: 24px;
  padding-right: 24px;
}
.px-input-padding-md {
  padding-left: 24px;
  padding-right: 24px;
}
.px-input-padding-sm {
  padding-left: 16px;
  padding-right: 16px;
}
.px-input-padding-xs {
  padding-left: 8px;
  padding-right: 8px;
}
.px-panel-gap-2xs {
  padding-left: 4px;
  padding-right: 4px;
}
.px-panel-gap-lg {
  padding-left: 24px;
  padding-right: 24px;
}
.px-panel-gap-md {
  padding-left: 16px;
  padding-right: 16px;
}
.px-panel-gap-sm {
  padding-left: 12px;
  padding-right: 12px;
}
.px-panel-gap-xl {
  padding-left: 32px;
  padding-right: 32px;
}
.px-panel-gap-xs {
  padding-left: 8px;
  padding-right: 8px;
}
.px-panel-padding-2xs {
  padding-left: 4px;
  padding-right: 4px;
}
.px-panel-padding-lg {
  padding-left: 24px;
  padding-right: 24px;
}
.px-panel-padding-md {
  padding-left: 16px;
  padding-right: 16px;
}
.px-panel-padding-sm {
  padding-left: 12px;
  padding-right: 12px;
}
.px-panel-padding-xl {
  padding-left: 32px;
  padding-right: 32px;
}
.px-panel-padding-xs {
  padding-left: 8px;
  padding-right: 8px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1 {
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.py-3 {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-32 {
  padding-top: 128px;
  padding-bottom: 128px;
}
.py-4 {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-5 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-6 {
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-8 {
  padding-top: 32px;
  padding-bottom: 32px;
}
.py-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px;
}
.py-input-gap-lg {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-input-gap-md {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-input-gap-sm {
  padding-top: 8px;
  padding-bottom: 8px;
}
.py-input-padding-lg {
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-input-padding-md {
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-input-padding-sm {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-input-padding-xs {
  padding-top: 8px;
  padding-bottom: 8px;
}
.py-panel-gap-2xs {
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-panel-gap-lg {
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-panel-gap-md {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-panel-gap-sm {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-panel-gap-xl {
  padding-top: 32px;
  padding-bottom: 32px;
}
.py-panel-gap-xs {
  padding-top: 8px;
  padding-bottom: 8px;
}
.py-panel-padding-2xs {
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-panel-padding-lg {
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-panel-padding-md {
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-panel-padding-sm {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-panel-padding-xl {
  padding-top: 32px;
  padding-bottom: 32px;
}
.py-panel-padding-xs {
  padding-top: 8px;
  padding-bottom: 8px;
}
.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}
.pb-12 {
  padding-bottom: 48px;
}
.pb-14 {
  padding-bottom: 56px;
}
.pb-2 {
  padding-bottom: 8px;
}
.pb-4 {
  padding-bottom: 16px;
}
.pb-6 {
  padding-bottom: 24px;
}
.pb-8 {
  padding-bottom: 32px;
}
.pb-\[100\%\] {
  padding-bottom: 100%;
}
.pb-full {
  padding-bottom: 100%;
}
.pb-input-gap-lg {
  padding-bottom: 16px;
}
.pb-input-gap-md {
  padding-bottom: 16px;
}
.pb-input-gap-sm {
  padding-bottom: 8px;
}
.pb-input-padding-lg {
  padding-bottom: 24px;
}
.pb-input-padding-md {
  padding-bottom: 24px;
}
.pb-input-padding-sm {
  padding-bottom: 16px;
}
.pb-input-padding-xs {
  padding-bottom: 8px;
}
.pb-panel-gap-2xs {
  padding-bottom: 4px;
}
.pb-panel-gap-lg {
  padding-bottom: 24px;
}
.pb-panel-gap-md {
  padding-bottom: 16px;
}
.pb-panel-gap-sm {
  padding-bottom: 12px;
}
.pb-panel-gap-xl {
  padding-bottom: 32px;
}
.pb-panel-gap-xs {
  padding-bottom: 8px;
}
.pb-panel-padding-2xs {
  padding-bottom: 4px;
}
.pb-panel-padding-lg {
  padding-bottom: 24px;
}
.pb-panel-padding-md {
  padding-bottom: 16px;
}
.pb-panel-padding-sm {
  padding-bottom: 12px;
}
.pb-panel-padding-xl {
  padding-bottom: 32px;
}
.pb-panel-padding-xs {
  padding-bottom: 8px;
}
.pe-input-gap-lg {
  padding-inline-end: 16px;
}
.pe-input-gap-md {
  padding-inline-end: 16px;
}
.pe-input-gap-sm {
  padding-inline-end: 8px;
}
.pe-input-padding-lg {
  padding-inline-end: 24px;
}
.pe-input-padding-md {
  padding-inline-end: 24px;
}
.pe-input-padding-sm {
  padding-inline-end: 16px;
}
.pe-input-padding-xs {
  padding-inline-end: 8px;
}
.pe-panel-gap-2xs {
  padding-inline-end: 4px;
}
.pe-panel-gap-lg {
  padding-inline-end: 24px;
}
.pe-panel-gap-md {
  padding-inline-end: 16px;
}
.pe-panel-gap-sm {
  padding-inline-end: 12px;
}
.pe-panel-gap-xl {
  padding-inline-end: 32px;
}
.pe-panel-gap-xs {
  padding-inline-end: 8px;
}
.pe-panel-padding-2xs {
  padding-inline-end: 4px;
}
.pe-panel-padding-lg {
  padding-inline-end: 24px;
}
.pe-panel-padding-md {
  padding-inline-end: 16px;
}
.pe-panel-padding-sm {
  padding-inline-end: 12px;
}
.pe-panel-padding-xl {
  padding-inline-end: 32px;
}
.pe-panel-padding-xs {
  padding-inline-end: 8px;
}
.pl-3 {
  padding-left: 12px;
}
.pl-4 {
  padding-left: 16px;
}
.pl-6 {
  padding-left: 24px;
}
.pl-input-gap-lg {
  padding-left: 16px;
}
.pl-input-gap-md {
  padding-left: 16px;
}
.pl-input-gap-sm {
  padding-left: 8px;
}
.pl-input-padding-lg {
  padding-left: 24px;
}
.pl-input-padding-md {
  padding-left: 24px;
}
.pl-input-padding-sm {
  padding-left: 16px;
}
.pl-input-padding-xs {
  padding-left: 8px;
}
.pl-panel-gap-2xs {
  padding-left: 4px;
}
.pl-panel-gap-lg {
  padding-left: 24px;
}
.pl-panel-gap-md {
  padding-left: 16px;
}
.pl-panel-gap-sm {
  padding-left: 12px;
}
.pl-panel-gap-xl {
  padding-left: 32px;
}
.pl-panel-gap-xs {
  padding-left: 8px;
}
.pl-panel-padding-2xs {
  padding-left: 4px;
}
.pl-panel-padding-lg {
  padding-left: 24px;
}
.pl-panel-padding-md {
  padding-left: 16px;
}
.pl-panel-padding-sm {
  padding-left: 12px;
}
.pl-panel-padding-xl {
  padding-left: 32px;
}
.pl-panel-padding-xs {
  padding-left: 8px;
}
.pr-1 {
  padding-right: 4px;
}
.pr-2 {
  padding-right: 8px;
}
.pr-4 {
  padding-right: 16px;
}
.pr-8 {
  padding-right: 32px;
}
.pr-input-gap-lg {
  padding-right: 16px;
}
.pr-input-gap-md {
  padding-right: 16px;
}
.pr-input-gap-sm {
  padding-right: 8px;
}
.pr-input-padding-lg {
  padding-right: 24px;
}
.pr-input-padding-md {
  padding-right: 24px;
}
.pr-input-padding-sm {
  padding-right: 16px;
}
.pr-input-padding-xs {
  padding-right: 8px;
}
.pr-panel-gap-2xs {
  padding-right: 4px;
}
.pr-panel-gap-lg {
  padding-right: 24px;
}
.pr-panel-gap-md {
  padding-right: 16px;
}
.pr-panel-gap-sm {
  padding-right: 12px;
}
.pr-panel-gap-xl {
  padding-right: 32px;
}
.pr-panel-gap-xs {
  padding-right: 8px;
}
.pr-panel-padding-2xs {
  padding-right: 4px;
}
.pr-panel-padding-lg {
  padding-right: 24px;
}
.pr-panel-padding-md {
  padding-right: 16px;
}
.pr-panel-padding-sm {
  padding-right: 12px;
}
.pr-panel-padding-xl {
  padding-right: 32px;
}
.pr-panel-padding-xs {
  padding-right: 8px;
}
.ps-input-gap-lg {
  padding-inline-start: 16px;
}
.ps-input-gap-md {
  padding-inline-start: 16px;
}
.ps-input-gap-sm {
  padding-inline-start: 8px;
}
.ps-input-padding-lg {
  padding-inline-start: 24px;
}
.ps-input-padding-md {
  padding-inline-start: 24px;
}
.ps-input-padding-sm {
  padding-inline-start: 16px;
}
.ps-input-padding-xs {
  padding-inline-start: 8px;
}
.ps-panel-gap-2xs {
  padding-inline-start: 4px;
}
.ps-panel-gap-lg {
  padding-inline-start: 24px;
}
.ps-panel-gap-md {
  padding-inline-start: 16px;
}
.ps-panel-gap-sm {
  padding-inline-start: 12px;
}
.ps-panel-gap-xl {
  padding-inline-start: 32px;
}
.ps-panel-gap-xs {
  padding-inline-start: 8px;
}
.ps-panel-padding-2xs {
  padding-inline-start: 4px;
}
.ps-panel-padding-lg {
  padding-inline-start: 24px;
}
.ps-panel-padding-md {
  padding-inline-start: 16px;
}
.ps-panel-padding-sm {
  padding-inline-start: 12px;
}
.ps-panel-padding-xl {
  padding-inline-start: 32px;
}
.ps-panel-padding-xs {
  padding-inline-start: 8px;
}
.pt-2 {
  padding-top: 8px;
}
.pt-4 {
  padding-top: 16px;
}
.pt-6 {
  padding-top: 24px;
}
.pt-8 {
  padding-top: 32px;
}
.pt-\[170\%\] {
  padding-top: 170%;
}
.pt-\[60px\] {
  padding-top: 60px;
}
.pt-\[72px\] {
  padding-top: 72px;
}
.pt-input-gap-lg {
  padding-top: 16px;
}
.pt-input-gap-md {
  padding-top: 16px;
}
.pt-input-gap-sm {
  padding-top: 8px;
}
.pt-input-padding-lg {
  padding-top: 24px;
}
.pt-input-padding-md {
  padding-top: 24px;
}
.pt-input-padding-sm {
  padding-top: 16px;
}
.pt-input-padding-xs {
  padding-top: 8px;
}
.pt-panel-gap-2xs {
  padding-top: 4px;
}
.pt-panel-gap-lg {
  padding-top: 24px;
}
.pt-panel-gap-md {
  padding-top: 16px;
}
.pt-panel-gap-sm {
  padding-top: 12px;
}
.pt-panel-gap-xl {
  padding-top: 32px;
}
.pt-panel-gap-xs {
  padding-top: 8px;
}
.pt-panel-padding-2xs {
  padding-top: 4px;
}
.pt-panel-padding-lg {
  padding-top: 24px;
}
.pt-panel-padding-md {
  padding-top: 16px;
}
.pt-panel-padding-sm {
  padding-top: 12px;
}
.pt-panel-padding-xl {
  padding-top: 32px;
}
.pt-panel-padding-xs {
  padding-top: 8px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.-indent-input-gap-lg {
  text-indent: -16px;
}
.-indent-input-gap-md {
  text-indent: -16px;
}
.-indent-input-gap-sm {
  text-indent: -8px;
}
.-indent-input-padding-lg {
  text-indent: -24px;
}
.-indent-input-padding-md {
  text-indent: -24px;
}
.-indent-input-padding-sm {
  text-indent: -16px;
}
.-indent-input-padding-xs {
  text-indent: -8px;
}
.-indent-panel-gap-2xs {
  text-indent: -4px;
}
.-indent-panel-gap-lg {
  text-indent: -24px;
}
.-indent-panel-gap-md {
  text-indent: -16px;
}
.-indent-panel-gap-sm {
  text-indent: -12px;
}
.-indent-panel-gap-xl {
  text-indent: -32px;
}
.-indent-panel-gap-xs {
  text-indent: -8px;
}
.-indent-panel-padding-2xs {
  text-indent: -4px;
}
.-indent-panel-padding-lg {
  text-indent: -24px;
}
.-indent-panel-padding-md {
  text-indent: -16px;
}
.-indent-panel-padding-sm {
  text-indent: -12px;
}
.-indent-panel-padding-xl {
  text-indent: -32px;
}
.-indent-panel-padding-xs {
  text-indent: -8px;
}
.indent-input-gap-lg {
  text-indent: 16px;
}
.indent-input-gap-md {
  text-indent: 16px;
}
.indent-input-gap-sm {
  text-indent: 8px;
}
.indent-input-padding-lg {
  text-indent: 24px;
}
.indent-input-padding-md {
  text-indent: 24px;
}
.indent-input-padding-sm {
  text-indent: 16px;
}
.indent-input-padding-xs {
  text-indent: 8px;
}
.indent-panel-gap-2xs {
  text-indent: 4px;
}
.indent-panel-gap-lg {
  text-indent: 24px;
}
.indent-panel-gap-md {
  text-indent: 16px;
}
.indent-panel-gap-sm {
  text-indent: 12px;
}
.indent-panel-gap-xl {
  text-indent: 32px;
}
.indent-panel-gap-xs {
  text-indent: 8px;
}
.indent-panel-padding-2xs {
  text-indent: 4px;
}
.indent-panel-padding-lg {
  text-indent: 24px;
}
.indent-panel-padding-md {
  text-indent: 16px;
}
.indent-panel-padding-sm {
  text-indent: 12px;
}
.indent-panel-padding-xl {
  text-indent: 32px;
}
.indent-panel-padding-xs {
  text-indent: 8px;
}
.align-middle {
  vertical-align: middle;
}
.font-heading {
  font-family: Space Grotesk;
}
.font-mono {
  font-family: Jetbrains Mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.font-paragraph {
  font-family: Space Grotesk;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-base {
  font-size: 16px;
}
.text-body-l {
  font-size: 1.188rem;
}
.text-input-large {
  font-size: 1rem;
}
.text-input-normal {
  font-size: 0.813rem;
}
.text-lg {
  font-size: 18px;
}
.text-sm {
  font-size: 14px;
}
.text-xl {
  font-size: 20px;
}
.text-xs {
  font-size: 12px;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.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-\[1\.25\] {
  line-height: 1.25;
}
.leading-input-large {
  line-height: 1.5rem;
}
.leading-input-normal {
  line-height: 1.25rem;
}
.leading-none {
  line-height: 1;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-\[\#282828\] {
  --tw-text-opacity: 1;
  color: rgb(40 40 40 / var(--tw-text-opacity));
}
.text-\[\#E7D69A\] {
  --tw-text-opacity: 1;
  color: rgb(231 214 154 / var(--tw-text-opacity));
}
.text-\[\#f2f2f2\] {
  --tw-text-opacity: 1;
  color: rgb(242 242 242 / var(--tw-text-opacity));
}
.text-accent-default {
  --tw-text-opacity: 1;
  color: rgb(205 141 239 / var(--tw-text-opacity));
}
.text-avatar-background {
  --tw-text-opacity: 1;
  color: rgb(205 141 239 / var(--tw-text-opacity));
}
.text-avatar-background\/0 {
  color: rgb(205 141 239 / 0);
}
.text-avatar-background\/10 {
  color: rgb(205 141 239 / 0.1);
}
.text-avatar-background\/100 {
  color: rgb(205 141 239 / 1);
}
.text-avatar-background\/20 {
  color: rgb(205 141 239 / 0.2);
}
.text-avatar-background\/25 {
  color: rgb(205 141 239 / 0.25);
}
.text-avatar-background\/30 {
  color: rgb(205 141 239 / 0.3);
}
.text-avatar-background\/40 {
  color: rgb(205 141 239 / 0.4);
}
.text-avatar-background\/5 {
  color: rgb(205 141 239 / 0.05);
}
.text-avatar-background\/50 {
  color: rgb(205 141 239 / 0.5);
}
.text-avatar-background\/60 {
  color: rgb(205 141 239 / 0.6);
}
.text-avatar-background\/70 {
  color: rgb(205 141 239 / 0.7);
}
.text-avatar-background\/75 {
  color: rgb(205 141 239 / 0.75);
}
.text-avatar-background\/80 {
  color: rgb(205 141 239 / 0.8);
}
.text-avatar-background\/90 {
  color: rgb(205 141 239 / 0.9);
}
.text-avatar-background\/95 {
  color: rgb(205 141 239 / 0.95);
}
.text-avatar-background\/state-disabled {
  color: rgb(205 141 239 / 0.5);
}
.text-avatar-background\/state-enabled {
  color: rgb(205 141 239 / 1);
}
.text-badge-outline-alternate {
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity));
}
.text-badge-outline-alternate\/0 {
  color: rgb(6 182 212 / 0);
}
.text-badge-outline-alternate\/10 {
  color: rgb(6 182 212 / 0.1);
}
.text-badge-outline-alternate\/100 {
  color: rgb(6 182 212 / 1);
}
.text-badge-outline-alternate\/20 {
  color: rgb(6 182 212 / 0.2);
}
.text-badge-outline-alternate\/25 {
  color: rgb(6 182 212 / 0.25);
}
.text-badge-outline-alternate\/30 {
  color: rgb(6 182 212 / 0.3);
}
.text-badge-outline-alternate\/40 {
  color: rgb(6 182 212 / 0.4);
}
.text-badge-outline-alternate\/5 {
  color: rgb(6 182 212 / 0.05);
}
.text-badge-outline-alternate\/50 {
  color: rgb(6 182 212 / 0.5);
}
.text-badge-outline-alternate\/60 {
  color: rgb(6 182 212 / 0.6);
}
.text-badge-outline-alternate\/70 {
  color: rgb(6 182 212 / 0.7);
}
.text-badge-outline-alternate\/75 {
  color: rgb(6 182 212 / 0.75);
}
.text-badge-outline-alternate\/80 {
  color: rgb(6 182 212 / 0.8);
}
.text-badge-outline-alternate\/90 {
  color: rgb(6 182 212 / 0.9);
}
.text-badge-outline-alternate\/95 {
  color: rgb(6 182 212 / 0.95);
}
.text-badge-outline-alternate\/state-disabled {
  color: rgb(6 182 212 / 0.5);
}
.text-badge-outline-alternate\/state-enabled {
  color: rgb(6 182 212 / 1);
}
.text-badge-outline-default {
  --tw-text-opacity: 1;
  color: rgb(205 141 239 / var(--tw-text-opacity));
}
.text-badge-outline-default\/0 {
  color: rgb(205 141 239 / 0);
}
.text-badge-outline-default\/10 {
  color: rgb(205 141 239 / 0.1);
}
.text-badge-outline-default\/100 {
  color: rgb(205 141 239 / 1);
}
.text-badge-outline-default\/20 {
  color: rgb(205 141 239 / 0.2);
}
.text-badge-outline-default\/25 {
  color: rgb(205 141 239 / 0.25);
}
.text-badge-outline-default\/30 {
  color: rgb(205 141 239 / 0.3);
}
.text-badge-outline-default\/40 {
  color: rgb(205 141 239 / 0.4);
}
.text-badge-outline-default\/5 {
  color: rgb(205 141 239 / 0.05);
}
.text-badge-outline-default\/50 {
  color: rgb(205 141 239 / 0.5);
}
.text-badge-outline-default\/60 {
  color: rgb(205 141 239 / 0.6);
}
.text-badge-outline-default\/70 {
  color: rgb(205 141 239 / 0.7);
}
.text-badge-outline-default\/75 {
  color: rgb(205 141 239 / 0.75);
}
.text-badge-outline-default\/80 {
  color: rgb(205 141 239 / 0.8);
}
.text-badge-outline-default\/90 {
  color: rgb(205 141 239 / 0.9);
}
.text-badge-outline-default\/95 {
  color: rgb(205 141 239 / 0.95);
}
.text-badge-outline-default\/state-disabled {
  color: rgb(205 141 239 / 0.5);
}
.text-badge-outline-default\/state-enabled {
  color: rgb(205 141 239 / 1);
}
.text-badge-outline-textColor {
  --tw-text-opacity: 1;
  color: rgb(205 141 239 / var(--tw-text-opacity));
}
.text-badge-outline-textColor\/0 {
  color: rgb(205 141 239 / 0);
}
.text-badge-outline-textColor\/10 {
  color: rgb(205 141 239 / 0.1);
}
.text-badge-outline-textColor\/100 {
  color: rgb(205 141 239 / 1);
}
.text-badge-outline-textColor\/20 {
  color: rgb(205 141 239 / 0.2);
}
.text-badge-outline-textColor\/25 {
  color: rgb(205 141 239 / 0.25);
}
.text-badge-outline-textColor\/30 {
  color: rgb(205 141 239 / 0.3);
}
.text-badge-outline-textColor\/40 {
  color: rgb(205 141 239 / 0.4);
}
.text-badge-outline-textColor\/5 {
  color: rgb(205 141 239 / 0.05);
}
.text-badge-outline-textColor\/50 {
  color: rgb(205 141 239 / 0.5);
}
.text-badge-outline-textColor\/60 {
  color: rgb(205 141 239 / 0.6);
}
.text-badge-outline-textColor\/70 {
  color: rgb(205 141 239 / 0.7);
}
.text-badge-outline-textColor\/75 {
  color: rgb(205 141 239 / 0.75);
}
.text-badge-outline-textColor\/80 {
  color: rgb(205 141 239 / 0.8);
}
.text-badge-outline-textColor\/90 {
  color: rgb(205 141 239 / 0.9);
}
.text-badge-outline-textColor\/95 {
  color: rgb(205 141 239 / 0.95);
}
.text-badge-outline-textColor\/state-disabled {
  color: rgb(205 141 239 / 0.5);
}
.text-badge-outline-textColor\/state-enabled {
  color: rgb(205 141 239 / 1);
}
.text-badge-solid-alternate {
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity));
}
.text-badge-solid-alternate\/0 {
  color: rgb(6 182 212 / 0);
}
.text-badge-solid-alternate\/10 {
  color: rgb(6 182 212 / 0.1);
}
.text-badge-solid-alternate\/100 {
  color: rgb(6 182 212 / 1);
}
.text-badge-solid-alternate\/20 {
  color: rgb(6 182 212 / 0.2);
}
.text-badge-solid-alternate\/25 {
  color: rgb(6 182 212 / 0.25);
}
.text-badge-solid-alternate\/30 {
  color: rgb(6 182 212 / 0.3);
}
.text-badge-solid-alternate\/40 {
  color: rgb(6 182 212 / 0.4);
}
.text-badge-solid-alternate\/5 {
  color: rgb(6 182 212 / 0.05);
}
.text-badge-solid-alternate\/50 {
  color: rgb(6 182 212 / 0.5);
}
.text-badge-solid-alternate\/60 {
  color: rgb(6 182 212 / 0.6);
}
.text-badge-solid-alternate\/70 {
  color: rgb(6 182 212 / 0.7);
}
.text-badge-solid-alternate\/75 {
  color: rgb(6 182 212 / 0.75);
}
.text-badge-solid-alternate\/80 {
  color: rgb(6 182 212 / 0.8);
}
.text-badge-solid-alternate\/90 {
  color: rgb(6 182 212 / 0.9);
}
.text-badge-solid-alternate\/95 {
  color: rgb(6 182 212 / 0.95);
}
.text-badge-solid-alternate\/state-disabled {
  color: rgb(6 182 212 / 0.5);
}
.text-badge-solid-alternate\/state-enabled {
  color: rgb(6 182 212 / 1);
}
.text-badge-solid-default {
  --tw-text-opacity: 1;
  color: rgb(205 141 239 / var(--tw-text-opacity));
}
.text-badge-solid-default\/0 {
  color: rgb(205 141 239 / 0);
}
.text-badge-solid-default\/10 {
  color: rgb(205 141 239 / 0.1);
}
.text-badge-solid-default\/100 {
  color: rgb(205 141 239 / 1);
}
.text-badge-solid-default\/20 {
  color: rgb(205 141 239 / 0.2);
}
.text-badge-solid-default\/25 {
  color: rgb(205 141 239 / 0.25);
}
.text-badge-solid-default\/30 {
  color: rgb(205 141 239 / 0.3);
}
.text-badge-solid-default\/40 {
  color: rgb(205 141 239 / 0.4);
}
.text-badge-solid-default\/5 {
  color: rgb(205 141 239 / 0.05);
}
.text-badge-solid-default\/50 {
  color: rgb(205 141 239 / 0.5);
}
.text-badge-solid-default\/60 {
  color: rgb(205 141 239 / 0.6);
}
.text-badge-solid-default\/70 {
  color: rgb(205 141 239 / 0.7);
}
.text-badge-solid-default\/75 {
  color: rgb(205 141 239 / 0.75);
}
.text-badge-solid-default\/80 {
  color: rgb(205 141 239 / 0.8);
}
.text-badge-solid-default\/90 {
  color: rgb(205 141 239 / 0.9);
}
.text-badge-solid-default\/95 {
  color: rgb(205 141 239 / 0.95);
}
.text-badge-solid-default\/state-disabled {
  color: rgb(205 141 239 / 0.5);
}
.text-badge-solid-default\/state-enabled {
  color: rgb(205 141 239 / 1);
}
.text-badge-solid-textColor {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
.text-badge-solid-textColor\/0 {
  color: rgb(64 64 64 / 0);
}
.text-badge-solid-textColor\/10 {
  color: rgb(64 64 64 / 0.1);
}
.text-badge-solid-textColor\/100 {
  color: rgb(64 64 64 / 1);
}
.text-badge-solid-textColor\/20 {
  color: rgb(64 64 64 / 0.2);
}
.text-badge-solid-textColor\/25 {
  color: rgb(64 64 64 / 0.25);
}
.text-badge-solid-textColor\/30 {
  color: rgb(64 64 64 / 0.3);
}
.text-badge-solid-textColor\/40 {
  color: rgb(64 64 64 / 0.4);
}
.text-badge-solid-textColor\/5 {
  color: rgb(64 64 64 / 0.05);
}
.text-badge-solid-textColor\/50 {
  color: rgb(64 64 64 / 0.5);
}
.text-badge-solid-textColor\/60 {
  color: rgb(64 64 64 / 0.6);
}
.text-badge-solid-textColor\/70 {
  color: rgb(64 64 64 / 0.7);
}
.text-badge-solid-textColor\/75 {
  color: rgb(64 64 64 / 0.75);
}
.text-badge-solid-textColor\/80 {
  color: rgb(64 64 64 / 0.8);
}
.text-badge-solid-textColor\/90 {
  color: rgb(64 64 64 / 0.9);
}
.text-badge-solid-textColor\/95 {
  color: rgb(64 64 64 / 0.95);
}
.text-badge-solid-textColor\/state-disabled {
  color: rgb(64 64 64 / 0.5);
}
.text-badge-solid-textColor\/state-enabled {
  color: rgb(64 64 64 / 1);
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-blue-dark-1 {
  --tw-text-opacity: 1;
  color: rgb(152 150 242 / var(--tw-text-opacity));
}
.text-divider-default {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-divider-default\/0 {
  color: rgb(55 65 81 / 0);
}
.text-divider-default\/10 {
  color: rgb(55 65 81 / 0.1);
}
.text-divider-default\/100 {
  color: rgb(55 65 81 / 1);
}
.text-divider-default\/20 {
  color: rgb(55 65 81 / 0.2);
}
.text-divider-default\/25 {
  color: rgb(55 65 81 / 0.25);
}
.text-divider-default\/30 {
  color: rgb(55 65 81 / 0.3);
}
.text-divider-default\/40 {
  color: rgb(55 65 81 / 0.4);
}
.text-divider-default\/5 {
  color: rgb(55 65 81 / 0.05);
}
.text-divider-default\/50 {
  color: rgb(55 65 81 / 0.5);
}
.text-divider-default\/60 {
  color: rgb(55 65 81 / 0.6);
}
.text-divider-default\/70 {
  color: rgb(55 65 81 / 0.7);
}
.text-divider-default\/75 {
  color: rgb(55 65 81 / 0.75);
}
.text-divider-default\/80 {
  color: rgb(55 65 81 / 0.8);
}
.text-divider-default\/90 {
  color: rgb(55 65 81 / 0.9);
}
.text-divider-default\/95 {
  color: rgb(55 65 81 / 0.95);
}
.text-divider-default\/state-disabled {
  color: rgb(55 65 81 / 0.5);
}
.text-divider-default\/state-enabled {
  color: rgb(55 65 81 / 1);
}
.text-error-dark-1 {
  --tw-text-opacity: 1;
  color: rgb(247 154 154 / var(--tw-text-opacity));
}
.text-error-light-1 {
  --tw-text-opacity: 1;
  color: rgb(247 154 154 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-grey-light-6 {
  --tw-text-opacity: 1;
  color: rgb(148 148 148 / var(--tw-text-opacity));
}
.text-inherit {
  color: inherit;
}
.text-input-background {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}
.text-input-background\/0 {
  color: rgb(23 23 23 / 0);
}
.text-input-background\/10 {
  color: rgb(23 23 23 / 0.1);
}
.text-input-background\/100 {
  color: rgb(23 23 23 / 1);
}
.text-input-background\/20 {
  color: rgb(23 23 23 / 0.2);
}
.text-input-background\/25 {
  color: rgb(23 23 23 / 0.25);
}
.text-input-background\/30 {
  color: rgb(23 23 23 / 0.3);
}
.text-input-background\/40 {
  color: rgb(23 23 23 / 0.4);
}
.text-input-background\/5 {
  color: rgb(23 23 23 / 0.05);
}
.text-input-background\/50 {
  color: rgb(23 23 23 / 0.5);
}
.text-input-background\/60 {
  color: rgb(23 23 23 / 0.6);
}
.text-input-background\/70 {
  color: rgb(23 23 23 / 0.7);
}
.text-input-background\/75 {
  color: rgb(23 23 23 / 0.75);
}
.text-input-background\/80 {
  color: rgb(23 23 23 / 0.8);
}
.text-input-background\/90 {
  color: rgb(23 23 23 / 0.9);
}
.text-input-background\/95 {
  color: rgb(23 23 23 / 0.95);
}
.text-input-background\/state-disabled {
  color: rgb(23 23 23 / 0.5);
}
.text-input-background\/state-enabled {
  color: rgb(23 23 23 / 1);
}
.text-input-checkbox-background {
  --tw-text-opacity: 1;
  color: rgb(205 141 239 / var(--tw-text-opacity));
}
.text-input-checkbox-background\/0 {
  color: rgb(205 141 239 / 0);
}
.text-input-checkbox-background\/10 {
  color: rgb(205 141 239 / 0.1);
}
.text-input-checkbox-background\/100 {
  color: rgb(205 141 239 / 1);
}
.text-input-checkbox-background\/20 {
  color: rgb(205 141 239 / 0.2);
}
.text-input-checkbox-background\/25 {
  color: rgb(205 141 239 / 0.25);
}
.text-input-checkbox-background\/30 {
  color: rgb(205 141 239 / 0.3);
}
.text-input-checkbox-background\/40 {
  color: rgb(205 141 239 / 0.4);
}
.text-input-checkbox-background\/5 {
  color: rgb(205 141 239 / 0.05);
}
.text-input-checkbox-background\/50 {
  color: rgb(205 141 239 / 0.5);
}
.text-input-checkbox-background\/60 {
  color: rgb(205 141 239 / 0.6);
}
.text-input-checkbox-background\/70 {
  color: rgb(205 141 239 / 0.7);
}
.text-input-checkbox-background\/75 {
  color: rgb(205 141 239 / 0.75);
}
.text-input-checkbox-background\/80 {
  color: rgb(205 141 239 / 0.8);
}
.text-input-checkbox-background\/90 {
  color: rgb(205 141 239 / 0.9);
}
.text-input-checkbox-background\/95 {
  color: rgb(205 141 239 / 0.95);
}
.text-input-checkbox-background\/state-disabled {
  color: rgb(205 141 239 / 0.5);
}
.text-input-checkbox-background\/state-enabled {
  color: rgb(205 141 239 / 1);
}
.text-input-checkbox-border {
  --tw-text-opacity: 1;
  color: rgb(205 141 239 / var(--tw-text-opacity));
}
.text-input-checkbox-border\/0 {
  color: rgb(205 141 239 / 0);
}
.text-input-checkbox-border\/10 {
  color: rgb(205 141 239 / 0.1);
}
.text-input-checkbox-border\/100 {
  color: rgb(205 141 239 / 1);
}
.text-input-checkbox-border\/20 {
  color: rgb(205 141 239 / 0.2);
}
.text-input-checkbox-border\/25 {
  color: rgb(205 141 239 / 0.25);
}
.text-input-checkbox-border\/30 {
  color: rgb(205 141 239 / 0.3);
}
.text-input-checkbox-border\/40 {
  color: rgb(205 141 239 / 0.4);
}
.text-input-checkbox-border\/5 {
  color: rgb(205 141 239 / 0.05);
}
.text-input-checkbox-border\/50 {
  color: rgb(205 141 239 / 0.5);
}
.text-input-checkbox-border\/60 {
  color: rgb(205 141 239 / 0.6);
}
.text-input-checkbox-border\/70 {
  color: rgb(205 141 239 / 0.7);
}
.text-input-checkbox-border\/75 {
  color: rgb(205 141 239 / 0.75);
}
.text-input-checkbox-border\/80 {
  color: rgb(205 141 239 / 0.8);
}
.text-input-checkbox-border\/90 {
  color: rgb(205 141 239 / 0.9);
}
.text-input-checkbox-border\/95 {
  color: rgb(205 141 239 / 0.95);
}
.text-input-checkbox-border\/state-disabled {
  color: rgb(205 141 239 / 0.5);
}
.text-input-checkbox-border\/state-enabled {
  color: rgb(205 141 239 / 1);
}
.text-input-checkbox-contrast {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
.text-input-checkbox-contrast\/0 {
  color: rgb(64 64 64 / 0);
}
.text-input-checkbox-contrast\/10 {
  color: rgb(64 64 64 / 0.1);
}
.text-input-checkbox-contrast\/100 {
  color: rgb(64 64 64 / 1);
}
.text-input-checkbox-contrast\/20 {
  color: rgb(64 64 64 / 0.2);
}
.text-input-checkbox-contrast\/25 {
  color: rgb(64 64 64 / 0.25);
}
.text-input-checkbox-contrast\/30 {
  color: rgb(64 64 64 / 0.3);
}
.text-input-checkbox-contrast\/40 {
  color: rgb(64 64 64 / 0.4);
}
.text-input-checkbox-contrast\/5 {
  color: rgb(64 64 64 / 0.05);
}
.text-input-checkbox-contrast\/50 {
  color: rgb(64 64 64 / 0.5);
}
.text-input-checkbox-contrast\/60 {
  color: rgb(64 64 64 / 0.6);
}
.text-input-checkbox-contrast\/70 {
  color: rgb(64 64 64 / 0.7);
}
.text-input-checkbox-contrast\/75 {
  color: rgb(64 64 64 / 0.75);
}
.text-input-checkbox-contrast\/80 {
  color: rgb(64 64 64 / 0.8);
}
.text-input-checkbox-contrast\/90 {
  color: rgb(64 64 64 / 0.9);
}
.text-input-checkbox-contrast\/95 {
  color: rgb(64 64 64 / 0.95);
}
.text-input-checkbox-contrast\/state-disabled {
  color: rgb(64 64 64 / 0.5);
}
.text-input-checkbox-contrast\/state-enabled {
  color: rgb(64 64 64 / 1);
}
.text-input-default-bg {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}
.text-input-default-bg\/0 {
  color: rgb(17 17 17 / 0);
}
.text-input-default-bg\/10 {
  color: rgb(17 17 17 / 0.1);
}
.text-input-default-bg\/100 {
  color: rgb(17 17 17 / 1);
}
.text-input-default-bg\/20 {
  color: rgb(17 17 17 / 0.2);
}
.text-input-default-bg\/25 {
  color: rgb(17 17 17 / 0.25);
}
.text-input-default-bg\/30 {
  color: rgb(17 17 17 / 0.3);
}
.text-input-default-bg\/40 {
  color: rgb(17 17 17 / 0.4);
}
.text-input-default-bg\/5 {
  color: rgb(17 17 17 / 0.05);
}
.text-input-default-bg\/50 {
  color: rgb(17 17 17 / 0.5);
}
.text-input-default-bg\/60 {
  color: rgb(17 17 17 / 0.6);
}
.text-input-default-bg\/70 {
  color: rgb(17 17 17 / 0.7);
}
.text-input-default-bg\/75 {
  color: rgb(17 17 17 / 0.75);
}
.text-input-default-bg\/80 {
  color: rgb(17 17 17 / 0.8);
}
.text-input-default-bg\/90 {
  color: rgb(17 17 17 / 0.9);
}
.text-input-default-bg\/95 {
  color: rgb(17 17 17 / 0.95);
}
.text-input-default-bg\/state-disabled {
  color: rgb(17 17 17 / 0.5);
}
.text-input-default-bg\/state-enabled {
  color: rgb(17 17 17 / 1);
}
.text-input-default-border {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
.text-input-default-border\/0 {
  color: rgb(64 64 64 / 0);
}
.text-input-default-border\/10 {
  color: rgb(64 64 64 / 0.1);
}
.text-input-default-border\/100 {
  color: rgb(64 64 64 / 1);
}
.text-input-default-border\/20 {
  color: rgb(64 64 64 / 0.2);
}
.text-input-default-border\/25 {
  color: rgb(64 64 64 / 0.25);
}
.text-input-default-border\/30 {
  color: rgb(64 64 64 / 0.3);
}
.text-input-default-border\/40 {
  color: rgb(64 64 64 / 0.4);
}
.text-input-default-border\/5 {
  color: rgb(64 64 64 / 0.05);
}
.text-input-default-border\/50 {
  color: rgb(64 64 64 / 0.5);
}
.text-input-default-border\/60 {
  color: rgb(64 64 64 / 0.6);
}
.text-input-default-border\/70 {
  color: rgb(64 64 64 / 0.7);
}
.text-input-default-border\/75 {
  color: rgb(64 64 64 / 0.75);
}
.text-input-default-border\/80 {
  color: rgb(64 64 64 / 0.8);
}
.text-input-default-border\/90 {
  color: rgb(64 64 64 / 0.9);
}
.text-input-default-border\/95 {
  color: rgb(64 64 64 / 0.95);
}
.text-input-default-border\/state-disabled {
  color: rgb(64 64 64 / 0.5);
}
.text-input-default-border\/state-enabled {
  color: rgb(64 64 64 / 1);
}
.text-input-default-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.text-input-default-placeholder\/0 {
  color: rgba(255, 255, 255, 0);
}
.text-input-default-placeholder\/10 {
  color: rgba(255, 255, 255, 0.1);
}
.text-input-default-placeholder\/100 {
  color: rgba(255, 255, 255, 1);
}
.text-input-default-placeholder\/20 {
  color: rgba(255, 255, 255, 0.2);
}
.text-input-default-placeholder\/25 {
  color: rgba(255, 255, 255, 0.25);
}
.text-input-default-placeholder\/30 {
  color: rgba(255, 255, 255, 0.3);
}
.text-input-default-placeholder\/40 {
  color: rgba(255, 255, 255, 0.4);
}
.text-input-default-placeholder\/5 {
  color: rgba(255, 255, 255, 0.05);
}
.text-input-default-placeholder\/50 {
  color: rgba(255, 255, 255, 0.5);
}
.text-input-default-placeholder\/60 {
  color: rgba(255, 255, 255, 0.6);
}
.text-input-default-placeholder\/70 {
  color: rgba(255, 255, 255, 0.7);
}
.text-input-default-placeholder\/75 {
  color: rgba(255, 255, 255, 0.75);
}
.text-input-default-placeholder\/80 {
  color: rgba(255, 255, 255, 0.8);
}
.text-input-default-placeholder\/90 {
  color: rgba(255, 255, 255, 0.9);
}
.text-input-default-placeholder\/95 {
  color: rgba(255, 255, 255, 0.95);
}
.text-input-default-placeholder\/state-disabled {
  color: rgba(255, 255, 255, 0.5);
}
.text-input-default-placeholder\/state-enabled {
  color: rgba(255, 255, 255, 1);
}
.text-input-default-text {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-input-default-text\/0 {
  color: rgb(255 255 255 / 0);
}
.text-input-default-text\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-input-default-text\/100 {
  color: rgb(255 255 255 / 1);
}
.text-input-default-text\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-input-default-text\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-input-default-text\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-input-default-text\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-input-default-text\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-input-default-text\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-input-default-text\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-input-default-text\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-input-default-text\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-input-default-text\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-input-default-text\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-input-default-text\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-input-default-text\/state-disabled {
  color: rgb(255 255 255 / 0.5);
}
.text-input-default-text\/state-enabled {
  color: rgb(255 255 255 / 1);
}
.text-input-dropdown-background {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}
.text-input-dropdown-background\/0 {
  color: rgb(17 17 17 / 0);
}
.text-input-dropdown-background\/10 {
  color: rgb(17 17 17 / 0.1);
}
.text-input-dropdown-background\/100 {
  color: rgb(17 17 17 / 1);
}
.text-input-dropdown-background\/20 {
  color: rgb(17 17 17 / 0.2);
}
.text-input-dropdown-background\/25 {
  color: rgb(17 17 17 / 0.25);
}
.text-input-dropdown-background\/30 {
  color: rgb(17 17 17 / 0.3);
}
.text-input-dropdown-background\/40 {
  color: rgb(17 17 17 / 0.4);
}
.text-input-dropdown-background\/5 {
  color: rgb(17 17 17 / 0.05);
}
.text-input-dropdown-background\/50 {
  color: rgb(17 17 17 / 0.5);
}
.text-input-dropdown-background\/60 {
  color: rgb(17 17 17 / 0.6);
}
.text-input-dropdown-background\/70 {
  color: rgb(17 17 17 / 0.7);
}
.text-input-dropdown-background\/75 {
  color: rgb(17 17 17 / 0.75);
}
.text-input-dropdown-background\/80 {
  color: rgb(17 17 17 / 0.8);
}
.text-input-dropdown-background\/90 {
  color: rgb(17 17 17 / 0.9);
}
.text-input-dropdown-background\/95 {
  color: rgb(17 17 17 / 0.95);
}
.text-input-dropdown-background\/state-disabled {
  color: rgb(17 17 17 / 0.5);
}
.text-input-dropdown-background\/state-enabled {
  color: rgb(17 17 17 / 1);
}
.text-input-error-bg {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}
.text-input-error-bg\/0 {
  color: rgb(17 17 17 / 0);
}
.text-input-error-bg\/10 {
  color: rgb(17 17 17 / 0.1);
}
.text-input-error-bg\/100 {
  color: rgb(17 17 17 / 1);
}
.text-input-error-bg\/20 {
  color: rgb(17 17 17 / 0.2);
}
.text-input-error-bg\/25 {
  color: rgb(17 17 17 / 0.25);
}
.text-input-error-bg\/30 {
  color: rgb(17 17 17 / 0.3);
}
.text-input-error-bg\/40 {
  color: rgb(17 17 17 / 0.4);
}
.text-input-error-bg\/5 {
  color: rgb(17 17 17 / 0.05);
}
.text-input-error-bg\/50 {
  color: rgb(17 17 17 / 0.5);
}
.text-input-error-bg\/60 {
  color: rgb(17 17 17 / 0.6);
}
.text-input-error-bg\/70 {
  color: rgb(17 17 17 / 0.7);
}
.text-input-error-bg\/75 {
  color: rgb(17 17 17 / 0.75);
}
.text-input-error-bg\/80 {
  color: rgb(17 17 17 / 0.8);
}
.text-input-error-bg\/90 {
  color: rgb(17 17 17 / 0.9);
}
.text-input-error-bg\/95 {
  color: rgb(17 17 17 / 0.95);
}
.text-input-error-bg\/state-disabled {
  color: rgb(17 17 17 / 0.5);
}
.text-input-error-bg\/state-enabled {
  color: rgb(17 17 17 / 1);
}
.text-input-error-border {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
.text-input-error-border\/0 {
  color: rgb(248 113 113 / 0);
}
.text-input-error-border\/10 {
  color: rgb(248 113 113 / 0.1);
}
.text-input-error-border\/100 {
  color: rgb(248 113 113 / 1);
}
.text-input-error-border\/20 {
  color: rgb(248 113 113 / 0.2);
}
.text-input-error-border\/25 {
  color: rgb(248 113 113 / 0.25);
}
.text-input-error-border\/30 {
  color: rgb(248 113 113 / 0.3);
}
.text-input-error-border\/40 {
  color: rgb(248 113 113 / 0.4);
}
.text-input-error-border\/5 {
  color: rgb(248 113 113 / 0.05);
}
.text-input-error-border\/50 {
  color: rgb(248 113 113 / 0.5);
}
.text-input-error-border\/60 {
  color: rgb(248 113 113 / 0.6);
}
.text-input-error-border\/70 {
  color: rgb(248 113 113 / 0.7);
}
.text-input-error-border\/75 {
  color: rgb(248 113 113 / 0.75);
}
.text-input-error-border\/80 {
  color: rgb(248 113 113 / 0.8);
}
.text-input-error-border\/90 {
  color: rgb(248 113 113 / 0.9);
}
.text-input-error-border\/95 {
  color: rgb(248 113 113 / 0.95);
}
.text-input-error-border\/state-disabled {
  color: rgb(248 113 113 / 0.5);
}
.text-input-error-border\/state-enabled {
  color: rgb(248 113 113 / 1);
}
.text-input-error-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.text-input-error-placeholder\/0 {
  color: rgba(255, 255, 255, 0);
}
.text-input-error-placeholder\/10 {
  color: rgba(255, 255, 255, 0.1);
}
.text-input-error-placeholder\/100 {
  color: rgba(255, 255, 255, 1);
}
.text-input-error-placeholder\/20 {
  color: rgba(255, 255, 255, 0.2);
}
.text-input-error-placeholder\/25 {
  color: rgba(255, 255, 255, 0.25);
}
.text-input-error-placeholder\/30 {
  color: rgba(255, 255, 255, 0.3);
}
.text-input-error-placeholder\/40 {
  color: rgba(255, 255, 255, 0.4);
}
.text-input-error-placeholder\/5 {
  color: rgba(255, 255, 255, 0.05);
}
.text-input-error-placeholder\/50 {
  color: rgba(255, 255, 255, 0.5);
}
.text-input-error-placeholder\/60 {
  color: rgba(255, 255, 255, 0.6);
}
.text-input-error-placeholder\/70 {
  color: rgba(255, 255, 255, 0.7);
}
.text-input-error-placeholder\/75 {
  color: rgba(255, 255, 255, 0.75);
}
.text-input-error-placeholder\/80 {
  color: rgba(255, 255, 255, 0.8);
}
.text-input-error-placeholder\/90 {
  color: rgba(255, 255, 255, 0.9);
}
.text-input-error-placeholder\/95 {
  color: rgba(255, 255, 255, 0.95);
}
.text-input-error-placeholder\/state-disabled {
  color: rgba(255, 255, 255, 0.5);
}
.text-input-error-placeholder\/state-enabled {
  color: rgba(255, 255, 255, 1);
}
.text-input-error-text {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
.text-input-error-text\/0 {
  color: rgb(248 113 113 / 0);
}
.text-input-error-text\/10 {
  color: rgb(248 113 113 / 0.1);
}
.text-input-error-text\/100 {
  color: rgb(248 113 113 / 1);
}
.text-input-error-text\/20 {
  color: rgb(248 113 113 / 0.2);
}
.text-input-error-text\/25 {
  color: rgb(248 113 113 / 0.25);
}
.text-input-error-text\/30 {
  color: rgb(248 113 113 / 0.3);
}
.text-input-error-text\/40 {
  color: rgb(248 113 113 / 0.4);
}
.text-input-error-text\/5 {
  color: rgb(248 113 113 / 0.05);
}
.text-input-error-text\/50 {
  color: rgb(248 113 113 / 0.5);
}
.text-input-error-text\/60 {
  color: rgb(248 113 113 / 0.6);
}
.text-input-error-text\/70 {
  color: rgb(248 113 113 / 0.7);
}
.text-input-error-text\/75 {
  color: rgb(248 113 113 / 0.75);
}
.text-input-error-text\/80 {
  color: rgb(248 113 113 / 0.8);
}
.text-input-error-text\/90 {
  color: rgb(248 113 113 / 0.9);
}
.text-input-error-text\/95 {
  color: rgb(248 113 113 / 0.95);
}
.text-input-error-text\/state-disabled {
  color: rgb(248 113 113 / 0.5);
}
.text-input-error-text\/state-enabled {
  color: rgb(248 113 113 / 1);
}
.text-input-focused-bg {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}
.text-input-focused-bg\/0 {
  color: rgb(17 17 17 / 0);
}
.text-input-focused-bg\/10 {
  color: rgb(17 17 17 / 0.1);
}
.text-input-focused-bg\/100 {
  color: rgb(17 17 17 / 1);
}
.text-input-focused-bg\/20 {
  color: rgb(17 17 17 / 0.2);
}
.text-input-focused-bg\/25 {
  color: rgb(17 17 17 / 0.25);
}
.text-input-focused-bg\/30 {
  color: rgb(17 17 17 / 0.3);
}
.text-input-focused-bg\/40 {
  color: rgb(17 17 17 / 0.4);
}
.text-input-focused-bg\/5 {
  color: rgb(17 17 17 / 0.05);
}
.text-input-focused-bg\/50 {
  color: rgb(17 17 17 / 0.5);
}
.text-input-focused-bg\/60 {
  color: rgb(17 17 17 / 0.6);
}
.text-input-focused-bg\/70 {
  color: rgb(17 17 17 / 0.7);
}
.text-input-focused-bg\/75 {
  color: rgb(17 17 17 / 0.75);
}
.text-input-focused-bg\/80 {
  color: rgb(17 17 17 / 0.8);
}
.text-input-focused-bg\/90 {
  color: rgb(17 17 17 / 0.9);
}
.text-input-focused-bg\/95 {
  color: rgb(17 17 17 / 0.95);
}
.text-input-focused-bg\/state-disabled {
  color: rgb(17 17 17 / 0.5);
}
.text-input-focused-bg\/state-enabled {
  color: rgb(17 17 17 / 1);
}
.text-input-focused-border {
  --tw-text-opacity: 1;
  color: rgb(98 98 98 / var(--tw-text-opacity));
}
.text-input-focused-border\/0 {
  color: rgb(98 98 98 / 0);
}
.text-input-focused-border\/10 {
  color: rgb(98 98 98 / 0.1);
}
.text-input-focused-border\/100 {
  color: rgb(98 98 98 / 1);
}
.text-input-focused-border\/20 {
  color: rgb(98 98 98 / 0.2);
}
.text-input-focused-border\/25 {
  color: rgb(98 98 98 / 0.25);
}
.text-input-focused-border\/30 {
  color: rgb(98 98 98 / 0.3);
}
.text-input-focused-border\/40 {
  color: rgb(98 98 98 / 0.4);
}
.text-input-focused-border\/5 {
  color: rgb(98 98 98 / 0.05);
}
.text-input-focused-border\/50 {
  color: rgb(98 98 98 / 0.5);
}
.text-input-focused-border\/60 {
  color: rgb(98 98 98 / 0.6);
}
.text-input-focused-border\/70 {
  color: rgb(98 98 98 / 0.7);
}
.text-input-focused-border\/75 {
  color: rgb(98 98 98 / 0.75);
}
.text-input-focused-border\/80 {
  color: rgb(98 98 98 / 0.8);
}
.text-input-focused-border\/90 {
  color: rgb(98 98 98 / 0.9);
}
.text-input-focused-border\/95 {
  color: rgb(98 98 98 / 0.95);
}
.text-input-focused-border\/state-disabled {
  color: rgb(98 98 98 / 0.5);
}
.text-input-focused-border\/state-enabled {
  color: rgb(98 98 98 / 1);
}
.text-input-focused-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.text-input-focused-placeholder\/0 {
  color: rgba(255, 255, 255, 0);
}
.text-input-focused-placeholder\/10 {
  color: rgba(255, 255, 255, 0.1);
}
.text-input-focused-placeholder\/100 {
  color: rgba(255, 255, 255, 1);
}
.text-input-focused-placeholder\/20 {
  color: rgba(255, 255, 255, 0.2);
}
.text-input-focused-placeholder\/25 {
  color: rgba(255, 255, 255, 0.25);
}
.text-input-focused-placeholder\/30 {
  color: rgba(255, 255, 255, 0.3);
}
.text-input-focused-placeholder\/40 {
  color: rgba(255, 255, 255, 0.4);
}
.text-input-focused-placeholder\/5 {
  color: rgba(255, 255, 255, 0.05);
}
.text-input-focused-placeholder\/50 {
  color: rgba(255, 255, 255, 0.5);
}
.text-input-focused-placeholder\/60 {
  color: rgba(255, 255, 255, 0.6);
}
.text-input-focused-placeholder\/70 {
  color: rgba(255, 255, 255, 0.7);
}
.text-input-focused-placeholder\/75 {
  color: rgba(255, 255, 255, 0.75);
}
.text-input-focused-placeholder\/80 {
  color: rgba(255, 255, 255, 0.8);
}
.text-input-focused-placeholder\/90 {
  color: rgba(255, 255, 255, 0.9);
}
.text-input-focused-placeholder\/95 {
  color: rgba(255, 255, 255, 0.95);
}
.text-input-focused-placeholder\/state-disabled {
  color: rgba(255, 255, 255, 0.5);
}
.text-input-focused-placeholder\/state-enabled {
  color: rgba(255, 255, 255, 1);
}
.text-input-focused-text {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-input-focused-text\/0 {
  color: rgb(255 255 255 / 0);
}
.text-input-focused-text\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-input-focused-text\/100 {
  color: rgb(255 255 255 / 1);
}
.text-input-focused-text\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-input-focused-text\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-input-focused-text\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-input-focused-text\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-input-focused-text\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-input-focused-text\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-input-focused-text\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-input-focused-text\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-input-focused-text\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-input-focused-text\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-input-focused-text\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-input-focused-text\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-input-focused-text\/state-disabled {
  color: rgb(255 255 255 / 0.5);
}
.text-input-focused-text\/state-enabled {
  color: rgb(255 255 255 / 1);
}
.text-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(97 97 97 / var(--tw-text-opacity));
}
.text-input-placeholder\/0 {
  color: rgb(97 97 97 / 0);
}
.text-input-placeholder\/10 {
  color: rgb(97 97 97 / 0.1);
}
.text-input-placeholder\/100 {
  color: rgb(97 97 97 / 1);
}
.text-input-placeholder\/20 {
  color: rgb(97 97 97 / 0.2);
}
.text-input-placeholder\/25 {
  color: rgb(97 97 97 / 0.25);
}
.text-input-placeholder\/30 {
  color: rgb(97 97 97 / 0.3);
}
.text-input-placeholder\/40 {
  color: rgb(97 97 97 / 0.4);
}
.text-input-placeholder\/5 {
  color: rgb(97 97 97 / 0.05);
}
.text-input-placeholder\/50 {
  color: rgb(97 97 97 / 0.5);
}
.text-input-placeholder\/60 {
  color: rgb(97 97 97 / 0.6);
}
.text-input-placeholder\/70 {
  color: rgb(97 97 97 / 0.7);
}
.text-input-placeholder\/75 {
  color: rgb(97 97 97 / 0.75);
}
.text-input-placeholder\/80 {
  color: rgb(97 97 97 / 0.8);
}
.text-input-placeholder\/90 {
  color: rgb(97 97 97 / 0.9);
}
.text-input-placeholder\/95 {
  color: rgb(97 97 97 / 0.95);
}
.text-input-placeholder\/state-disabled {
  color: rgb(97 97 97 / 0.5);
}
.text-input-placeholder\/state-enabled {
  color: rgb(97 97 97 / 1);
}
.text-input-radio-background {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}
.text-input-radio-background\/0 {
  color: rgb(17 17 17 / 0);
}
.text-input-radio-background\/10 {
  color: rgb(17 17 17 / 0.1);
}
.text-input-radio-background\/100 {
  color: rgb(17 17 17 / 1);
}
.text-input-radio-background\/20 {
  color: rgb(17 17 17 / 0.2);
}
.text-input-radio-background\/25 {
  color: rgb(17 17 17 / 0.25);
}
.text-input-radio-background\/30 {
  color: rgb(17 17 17 / 0.3);
}
.text-input-radio-background\/40 {
  color: rgb(17 17 17 / 0.4);
}
.text-input-radio-background\/5 {
  color: rgb(17 17 17 / 0.05);
}
.text-input-radio-background\/50 {
  color: rgb(17 17 17 / 0.5);
}
.text-input-radio-background\/60 {
  color: rgb(17 17 17 / 0.6);
}
.text-input-radio-background\/70 {
  color: rgb(17 17 17 / 0.7);
}
.text-input-radio-background\/75 {
  color: rgb(17 17 17 / 0.75);
}
.text-input-radio-background\/80 {
  color: rgb(17 17 17 / 0.8);
}
.text-input-radio-background\/90 {
  color: rgb(17 17 17 / 0.9);
}
.text-input-radio-background\/95 {
  color: rgb(17 17 17 / 0.95);
}
.text-input-radio-background\/state-disabled {
  color: rgb(17 17 17 / 0.5);
}
.text-input-radio-background\/state-enabled {
  color: rgb(17 17 17 / 1);
}
.text-input-radio-border {
  --tw-text-opacity: 1;
  color: rgb(205 141 239 / var(--tw-text-opacity));
}
.text-input-radio-border\/0 {
  color: rgb(205 141 239 / 0);
}
.text-input-radio-border\/10 {
  color: rgb(205 141 239 / 0.1);
}
.text-input-radio-border\/100 {
  color: rgb(205 141 239 / 1);
}
.text-input-radio-border\/20 {
  color: rgb(205 141 239 / 0.2);
}
.text-input-radio-border\/25 {
  color: rgb(205 141 239 / 0.25);
}
.text-input-radio-border\/30 {
  color: rgb(205 141 239 / 0.3);
}
.text-input-radio-border\/40 {
  color: rgb(205 141 239 / 0.4);
}
.text-input-radio-border\/5 {
  color: rgb(205 141 239 / 0.05);
}
.text-input-radio-border\/50 {
  color: rgb(205 141 239 / 0.5);
}
.text-input-radio-border\/60 {
  color: rgb(205 141 239 / 0.6);
}
.text-input-radio-border\/70 {
  color: rgb(205 141 239 / 0.7);
}
.text-input-radio-border\/75 {
  color: rgb(205 141 239 / 0.75);
}
.text-input-radio-border\/80 {
  color: rgb(205 141 239 / 0.8);
}
.text-input-radio-border\/90 {
  color: rgb(205 141 239 / 0.9);
}
.text-input-radio-border\/95 {
  color: rgb(205 141 239 / 0.95);
}
.text-input-radio-border\/state-disabled {
  color: rgb(205 141 239 / 0.5);
}
.text-input-radio-border\/state-enabled {
  color: rgb(205 141 239 / 1);
}
.text-input-radio-contrast {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-input-radio-contrast\/0 {
  color: rgb(255 255 255 / 0);
}
.text-input-radio-contrast\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-input-radio-contrast\/100 {
  color: rgb(255 255 255 / 1);
}
.text-input-radio-contrast\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-input-radio-contrast\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-input-radio-contrast\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-input-radio-contrast\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-input-radio-contrast\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-input-radio-contrast\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-input-radio-contrast\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-input-radio-contrast\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-input-radio-contrast\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-input-radio-contrast\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-input-radio-contrast\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-input-radio-contrast\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-input-radio-contrast\/state-disabled {
  color: rgb(255 255 255 / 0.5);
}
.text-input-radio-contrast\/state-enabled {
  color: rgb(255 255 255 / 1);
}
.text-input-switch-backgroundOff {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-input-switch-backgroundOff\/0 {
  color: rgb(156 163 175 / 0);
}
.text-input-switch-backgroundOff\/10 {
  color: rgb(156 163 175 / 0.1);
}
.text-input-switch-backgroundOff\/100 {
  color: rgb(156 163 175 / 1);
}
.text-input-switch-backgroundOff\/20 {
  color: rgb(156 163 175 / 0.2);
}
.text-input-switch-backgroundOff\/25 {
  color: rgb(156 163 175 / 0.25);
}
.text-input-switch-backgroundOff\/30 {
  color: rgb(156 163 175 / 0.3);
}
.text-input-switch-backgroundOff\/40 {
  color: rgb(156 163 175 / 0.4);
}
.text-input-switch-backgroundOff\/5 {
  color: rgb(156 163 175 / 0.05);
}
.text-input-switch-backgroundOff\/50 {
  color: rgb(156 163 175 / 0.5);
}
.text-input-switch-backgroundOff\/60 {
  color: rgb(156 163 175 / 0.6);
}
.text-input-switch-backgroundOff\/70 {
  color: rgb(156 163 175 / 0.7);
}
.text-input-switch-backgroundOff\/75 {
  color: rgb(156 163 175 / 0.75);
}
.text-input-switch-backgroundOff\/80 {
  color: rgb(156 163 175 / 0.8);
}
.text-input-switch-backgroundOff\/90 {
  color: rgb(156 163 175 / 0.9);
}
.text-input-switch-backgroundOff\/95 {
  color: rgb(156 163 175 / 0.95);
}
.text-input-switch-backgroundOff\/state-disabled {
  color: rgb(156 163 175 / 0.5);
}
.text-input-switch-backgroundOff\/state-enabled {
  color: rgb(156 163 175 / 1);
}
.text-input-switch-backgroundOn {
  --tw-text-opacity: 1;
  color: rgb(205 141 239 / var(--tw-text-opacity));
}
.text-input-switch-backgroundOn\/0 {
  color: rgb(205 141 239 / 0);
}
.text-input-switch-backgroundOn\/10 {
  color: rgb(205 141 239 / 0.1);
}
.text-input-switch-backgroundOn\/100 {
  color: rgb(205 141 239 / 1);
}
.text-input-switch-backgroundOn\/20 {
  color: rgb(205 141 239 / 0.2);
}
.text-input-switch-backgroundOn\/25 {
  color: rgb(205 141 239 / 0.25);
}
.text-input-switch-backgroundOn\/30 {
  color: rgb(205 141 239 / 0.3);
}
.text-input-switch-backgroundOn\/40 {
  color: rgb(205 141 239 / 0.4);
}
.text-input-switch-backgroundOn\/5 {
  color: rgb(205 141 239 / 0.05);
}
.text-input-switch-backgroundOn\/50 {
  color: rgb(205 141 239 / 0.5);
}
.text-input-switch-backgroundOn\/60 {
  color: rgb(205 141 239 / 0.6);
}
.text-input-switch-backgroundOn\/70 {
  color: rgb(205 141 239 / 0.7);
}
.text-input-switch-backgroundOn\/75 {
  color: rgb(205 141 239 / 0.75);
}
.text-input-switch-backgroundOn\/80 {
  color: rgb(205 141 239 / 0.8);
}
.text-input-switch-backgroundOn\/90 {
  color: rgb(205 141 239 / 0.9);
}
.text-input-switch-backgroundOn\/95 {
  color: rgb(205 141 239 / 0.95);
}
.text-input-switch-backgroundOn\/state-disabled {
  color: rgb(205 141 239 / 0.5);
}
.text-input-switch-backgroundOn\/state-enabled {
  color: rgb(205 141 239 / 1);
}
.text-input-switch-contrast {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
.text-input-switch-contrast\/0 {
  color: rgb(64 64 64 / 0);
}
.text-input-switch-contrast\/10 {
  color: rgb(64 64 64 / 0.1);
}
.text-input-switch-contrast\/100 {
  color: rgb(64 64 64 / 1);
}
.text-input-switch-contrast\/20 {
  color: rgb(64 64 64 / 0.2);
}
.text-input-switch-contrast\/25 {
  color: rgb(64 64 64 / 0.25);
}
.text-input-switch-contrast\/30 {
  color: rgb(64 64 64 / 0.3);
}
.text-input-switch-contrast\/40 {
  color: rgb(64 64 64 / 0.4);
}
.text-input-switch-contrast\/5 {
  color: rgb(64 64 64 / 0.05);
}
.text-input-switch-contrast\/50 {
  color: rgb(64 64 64 / 0.5);
}
.text-input-switch-contrast\/60 {
  color: rgb(64 64 64 / 0.6);
}
.text-input-switch-contrast\/70 {
  color: rgb(64 64 64 / 0.7);
}
.text-input-switch-contrast\/75 {
  color: rgb(64 64 64 / 0.75);
}
.text-input-switch-contrast\/80 {
  color: rgb(64 64 64 / 0.8);
}
.text-input-switch-contrast\/90 {
  color: rgb(64 64 64 / 0.9);
}
.text-input-switch-contrast\/95 {
  color: rgb(64 64 64 / 0.95);
}
.text-input-switch-contrast\/state-disabled {
  color: rgb(64 64 64 / 0.5);
}
.text-input-switch-contrast\/state-enabled {
  color: rgb(64 64 64 / 1);
}
.text-input-text {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-input-text\/0 {
  color: rgb(255 255 255 / 0);
}
.text-input-text\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-input-text\/100 {
  color: rgb(255 255 255 / 1);
}
.text-input-text\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-input-text\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-input-text\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-input-text\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-input-text\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-input-text\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-input-text\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-input-text\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-input-text\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-input-text\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-input-text\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-input-text\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-input-text\/state-disabled {
  color: rgb(255 255 255 / 0.5);
}
.text-input-text\/state-enabled {
  color: rgb(255 255 255 / 1);
}
.text-loader-default {
  --tw-text-opacity: 1;
  color: rgb(205 141 239 / var(--tw-text-opacity));
}
.text-loader-default\/0 {
  color: rgb(205 141 239 / 0);
}
.text-loader-default\/10 {
  color: rgb(205 141 239 / 0.1);
}
.text-loader-default\/100 {
  color: rgb(205 141 239 / 1);
}
.text-loader-default\/20 {
  color: rgb(205 141 239 / 0.2);
}
.text-loader-default\/25 {
  color: rgb(205 141 239 / 0.25);
}
.text-loader-default\/30 {
  color: rgb(205 141 239 / 0.3);
}
.text-loader-default\/40 {
  color: rgb(205 141 239 / 0.4);
}
.text-loader-default\/5 {
  color: rgb(205 141 239 / 0.05);
}
.text-loader-default\/50 {
  color: rgb(205 141 239 / 0.5);
}
.text-loader-default\/60 {
  color: rgb(205 141 239 / 0.6);
}
.text-loader-default\/70 {
  color: rgb(205 141 239 / 0.7);
}
.text-loader-default\/75 {
  color: rgb(205 141 239 / 0.75);
}
.text-loader-default\/80 {
  color: rgb(205 141 239 / 0.8);
}
.text-loader-default\/90 {
  color: rgb(205 141 239 / 0.9);
}
.text-loader-default\/95 {
  color: rgb(205 141 239 / 0.95);
}
.text-loader-default\/state-disabled {
  color: rgb(205 141 239 / 0.5);
}
.text-loader-default\/state-enabled {
  color: rgb(205 141 239 / 1);
}
.text-mono-0 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-mono-0\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-mono-0\/\[\.5\] {
  color: rgb(255 255 255 / .5);
}
.text-mono-10 {
  --tw-text-opacity: 1;
  color: rgb(6 6 6 / var(--tw-text-opacity));
}
.text-mono-4 {
  --tw-text-opacity: 1;
  color: rgb(155 155 155 / var(--tw-text-opacity));
}
.text-mono-6 {
  --tw-text-opacity: 1;
  color: rgb(106 106 106 / var(--tw-text-opacity));
}
.text-mono-8 {
  --tw-text-opacity: 1;
  color: rgb(56 56 56 / var(--tw-text-opacity));
}
.text-panel-alternate {
  --tw-text-opacity: 1;
  color: rgb(29 29 29 / var(--tw-text-opacity));
}
.text-panel-alternate\/0 {
  color: rgb(29 29 29 / 0);
}
.text-panel-alternate\/10 {
  color: rgb(29 29 29 / 0.1);
}
.text-panel-alternate\/100 {
  color: rgb(29 29 29 / 1);
}
.text-panel-alternate\/20 {
  color: rgb(29 29 29 / 0.2);
}
.text-panel-alternate\/25 {
  color: rgb(29 29 29 / 0.25);
}
.text-panel-alternate\/30 {
  color: rgb(29 29 29 / 0.3);
}
.text-panel-alternate\/40 {
  color: rgb(29 29 29 / 0.4);
}
.text-panel-alternate\/5 {
  color: rgb(29 29 29 / 0.05);
}
.text-panel-alternate\/50 {
  color: rgb(29 29 29 / 0.5);
}
.text-panel-alternate\/60 {
  color: rgb(29 29 29 / 0.6);
}
.text-panel-alternate\/70 {
  color: rgb(29 29 29 / 0.7);
}
.text-panel-alternate\/75 {
  color: rgb(29 29 29 / 0.75);
}
.text-panel-alternate\/80 {
  color: rgb(29 29 29 / 0.8);
}
.text-panel-alternate\/90 {
  color: rgb(29 29 29 / 0.9);
}
.text-panel-alternate\/95 {
  color: rgb(29 29 29 / 0.95);
}
.text-panel-alternate\/state-disabled {
  color: rgb(29 29 29 / 0.5);
}
.text-panel-alternate\/state-enabled {
  color: rgb(29 29 29 / 1);
}
.text-panel-base {
  --tw-text-opacity: 1;
  color: rgb(16 16 16 / var(--tw-text-opacity));
}
.text-panel-base\/0 {
  color: rgb(16 16 16 / 0);
}
.text-panel-base\/10 {
  color: rgb(16 16 16 / 0.1);
}
.text-panel-base\/100 {
  color: rgb(16 16 16 / 1);
}
.text-panel-base\/20 {
  color: rgb(16 16 16 / 0.2);
}
.text-panel-base\/25 {
  color: rgb(16 16 16 / 0.25);
}
.text-panel-base\/30 {
  color: rgb(16 16 16 / 0.3);
}
.text-panel-base\/40 {
  color: rgb(16 16 16 / 0.4);
}
.text-panel-base\/5 {
  color: rgb(16 16 16 / 0.05);
}
.text-panel-base\/50 {
  color: rgb(16 16 16 / 0.5);
}
.text-panel-base\/60 {
  color: rgb(16 16 16 / 0.6);
}
.text-panel-base\/70 {
  color: rgb(16 16 16 / 0.7);
}
.text-panel-base\/75 {
  color: rgb(16 16 16 / 0.75);
}
.text-panel-base\/80 {
  color: rgb(16 16 16 / 0.8);
}
.text-panel-base\/90 {
  color: rgb(16 16 16 / 0.9);
}
.text-panel-base\/95 {
  color: rgb(16 16 16 / 0.95);
}
.text-panel-base\/state-disabled {
  color: rgb(16 16 16 / 0.5);
}
.text-panel-base\/state-enabled {
  color: rgb(16 16 16 / 1);
}
.text-panel-border {
  color: rgba(255, 255, 255, 0.05);
}
.text-panel-border\/0 {
  color: rgba(255, 255, 255, 0);
}
.text-panel-border\/10 {
  color: rgba(255, 255, 255, 0.1);
}
.text-panel-border\/100 {
  color: rgba(255, 255, 255, 1);
}
.text-panel-border\/20 {
  color: rgba(255, 255, 255, 0.2);
}
.text-panel-border\/25 {
  color: rgba(255, 255, 255, 0.25);
}
.text-panel-border\/30 {
  color: rgba(255, 255, 255, 0.3);
}
.text-panel-border\/40 {
  color: rgba(255, 255, 255, 0.4);
}
.text-panel-border\/5 {
  color: rgba(255, 255, 255, 0.05);
}
.text-panel-border\/50 {
  color: rgba(255, 255, 255, 0.5);
}
.text-panel-border\/60 {
  color: rgba(255, 255, 255, 0.6);
}
.text-panel-border\/70 {
  color: rgba(255, 255, 255, 0.7);
}
.text-panel-border\/75 {
  color: rgba(255, 255, 255, 0.75);
}
.text-panel-border\/80 {
  color: rgba(255, 255, 255, 0.8);
}
.text-panel-border\/90 {
  color: rgba(255, 255, 255, 0.9);
}
.text-panel-border\/95 {
  color: rgba(255, 255, 255, 0.95);
}
.text-panel-border\/state-disabled {
  color: rgba(255, 255, 255, 0.5);
}
.text-panel-border\/state-enabled {
  color: rgba(255, 255, 255, 1);
}
.text-panel-default {
  color: rgba(255, 255, 255, 0);
}
.text-panel-default\/0 {
  color: rgba(255, 255, 255, 0);
}
.text-panel-default\/10 {
  color: rgba(255, 255, 255, 0.1);
}
.text-panel-default\/100 {
  color: rgba(255, 255, 255, 1);
}
.text-panel-default\/20 {
  color: rgba(255, 255, 255, 0.2);
}
.text-panel-default\/25 {
  color: rgba(255, 255, 255, 0.25);
}
.text-panel-default\/30 {
  color: rgba(255, 255, 255, 0.3);
}
.text-panel-default\/40 {
  color: rgba(255, 255, 255, 0.4);
}
.text-panel-default\/5 {
  color: rgba(255, 255, 255, 0.05);
}
.text-panel-default\/50 {
  color: rgba(255, 255, 255, 0.5);
}
.text-panel-default\/60 {
  color: rgba(255, 255, 255, 0.6);
}
.text-panel-default\/70 {
  color: rgba(255, 255, 255, 0.7);
}
.text-panel-default\/75 {
  color: rgba(255, 255, 255, 0.75);
}
.text-panel-default\/80 {
  color: rgba(255, 255, 255, 0.8);
}
.text-panel-default\/90 {
  color: rgba(255, 255, 255, 0.9);
}
.text-panel-default\/95 {
  color: rgba(255, 255, 255, 0.95);
}
.text-panel-default\/state-disabled {
  color: rgba(255, 255, 255, 0.5);
}
.text-panel-default\/state-enabled {
  color: rgba(255, 255, 255, 1);
}
.text-panel-shadow {
  color: rgba(0, 0, 0, 0.2);
}
.text-panel-shadow\/0 {
  color: rgba(0, 0, 0, 0);
}
.text-panel-shadow\/10 {
  color: rgba(0, 0, 0, 0.1);
}
.text-panel-shadow\/100 {
  color: rgba(0, 0, 0, 1);
}
.text-panel-shadow\/20 {
  color: rgba(0, 0, 0, 0.2);
}
.text-panel-shadow\/25 {
  color: rgba(0, 0, 0, 0.25);
}
.text-panel-shadow\/30 {
  color: rgba(0, 0, 0, 0.3);
}
.text-panel-shadow\/40 {
  color: rgba(0, 0, 0, 0.4);
}
.text-panel-shadow\/5 {
  color: rgba(0, 0, 0, 0.05);
}
.text-panel-shadow\/50 {
  color: rgba(0, 0, 0, 0.5);
}
.text-panel-shadow\/60 {
  color: rgba(0, 0, 0, 0.6);
}
.text-panel-shadow\/70 {
  color: rgba(0, 0, 0, 0.7);
}
.text-panel-shadow\/75 {
  color: rgba(0, 0, 0, 0.75);
}
.text-panel-shadow\/80 {
  color: rgba(0, 0, 0, 0.8);
}
.text-panel-shadow\/90 {
  color: rgba(0, 0, 0, 0.9);
}
.text-panel-shadow\/95 {
  color: rgba(0, 0, 0, 0.95);
}
.text-panel-shadow\/state-disabled {
  color: rgba(0, 0, 0, 0.5);
}
.text-panel-shadow\/state-enabled {
  color: rgba(0, 0, 0, 1);
}
.text-primary-dark-1 {
  --tw-text-opacity: 1;
  color: rgb(152 150 242 / var(--tw-text-opacity));
}
.text-primary-dark-3 {
  --tw-text-opacity: 1;
  color: rgb(221 220 251 / var(--tw-text-opacity));
}
.text-typography-accent {
  --tw-text-opacity: 1;
  color: rgb(205 141 239 / var(--tw-text-opacity));
}
.text-typography-accent\/0 {
  color: rgb(205 141 239 / 0);
}
.text-typography-accent\/10 {
  color: rgb(205 141 239 / 0.1);
}
.text-typography-accent\/100 {
  color: rgb(205 141 239 / 1);
}
.text-typography-accent\/20 {
  color: rgb(205 141 239 / 0.2);
}
.text-typography-accent\/25 {
  color: rgb(205 141 239 / 0.25);
}
.text-typography-accent\/30 {
  color: rgb(205 141 239 / 0.3);
}
.text-typography-accent\/40 {
  color: rgb(205 141 239 / 0.4);
}
.text-typography-accent\/5 {
  color: rgb(205 141 239 / 0.05);
}
.text-typography-accent\/50 {
  color: rgb(205 141 239 / 0.5);
}
.text-typography-accent\/60 {
  color: rgb(205 141 239 / 0.6);
}
.text-typography-accent\/70 {
  color: rgb(205 141 239 / 0.7);
}
.text-typography-accent\/75 {
  color: rgb(205 141 239 / 0.75);
}
.text-typography-accent\/80 {
  color: rgb(205 141 239 / 0.8);
}
.text-typography-accent\/90 {
  color: rgb(205 141 239 / 0.9);
}
.text-typography-accent\/95 {
  color: rgb(205 141 239 / 0.95);
}
.text-typography-accent\/state-disabled {
  color: rgb(205 141 239 / 0.5);
}
.text-typography-accent\/state-enabled {
  color: rgb(205 141 239 / 1);
}
.text-typography-alternate {
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity));
}
.text-typography-alternate\/0 {
  color: rgb(6 182 212 / 0);
}
.text-typography-alternate\/10 {
  color: rgb(6 182 212 / 0.1);
}
.text-typography-alternate\/100 {
  color: rgb(6 182 212 / 1);
}
.text-typography-alternate\/20 {
  color: rgb(6 182 212 / 0.2);
}
.text-typography-alternate\/25 {
  color: rgb(6 182 212 / 0.25);
}
.text-typography-alternate\/30 {
  color: rgb(6 182 212 / 0.3);
}
.text-typography-alternate\/40 {
  color: rgb(6 182 212 / 0.4);
}
.text-typography-alternate\/5 {
  color: rgb(6 182 212 / 0.05);
}
.text-typography-alternate\/50 {
  color: rgb(6 182 212 / 0.5);
}
.text-typography-alternate\/60 {
  color: rgb(6 182 212 / 0.6);
}
.text-typography-alternate\/70 {
  color: rgb(6 182 212 / 0.7);
}
.text-typography-alternate\/75 {
  color: rgb(6 182 212 / 0.75);
}
.text-typography-alternate\/80 {
  color: rgb(6 182 212 / 0.8);
}
.text-typography-alternate\/90 {
  color: rgb(6 182 212 / 0.9);
}
.text-typography-alternate\/95 {
  color: rgb(6 182 212 / 0.95);
}
.text-typography-alternate\/state-disabled {
  color: rgb(6 182 212 / 0.5);
}
.text-typography-alternate\/state-enabled {
  color: rgb(6 182 212 / 1);
}
.text-typography-default {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-typography-default\/0 {
  color: rgb(255 255 255 / 0);
}
.text-typography-default\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-typography-default\/100 {
  color: rgb(255 255 255 / 1);
}
.text-typography-default\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-typography-default\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-typography-default\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-typography-default\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-typography-default\/5 {
  color: rgb(255 255 255 / 0.05);
}
.text-typography-default\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-typography-default\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-typography-default\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-typography-default\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-typography-default\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-typography-default\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-typography-default\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-typography-default\/state-disabled {
  color: rgb(255 255 255 / 0.5);
}
.text-typography-default\/state-enabled {
  color: rgb(255 255 255 / 1);
}
.text-typography-error {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
.text-typography-error\/0 {
  color: rgb(248 113 113 / 0);
}
.text-typography-error\/10 {
  color: rgb(248 113 113 / 0.1);
}
.text-typography-error\/100 {
  color: rgb(248 113 113 / 1);
}
.text-typography-error\/20 {
  color: rgb(248 113 113 / 0.2);
}
.text-typography-error\/25 {
  color: rgb(248 113 113 / 0.25);
}
.text-typography-error\/30 {
  color: rgb(248 113 113 / 0.3);
}
.text-typography-error\/40 {
  color: rgb(248 113 113 / 0.4);
}
.text-typography-error\/5 {
  color: rgb(248 113 113 / 0.05);
}
.text-typography-error\/50 {
  color: rgb(248 113 113 / 0.5);
}
.text-typography-error\/60 {
  color: rgb(248 113 113 / 0.6);
}
.text-typography-error\/70 {
  color: rgb(248 113 113 / 0.7);
}
.text-typography-error\/75 {
  color: rgb(248 113 113 / 0.75);
}
.text-typography-error\/80 {
  color: rgb(248 113 113 / 0.8);
}
.text-typography-error\/90 {
  color: rgb(248 113 113 / 0.9);
}
.text-typography-error\/95 {
  color: rgb(248 113 113 / 0.95);
}
.text-typography-error\/state-disabled {
  color: rgb(248 113 113 / 0.5);
}
.text-typography-error\/state-enabled {
  color: rgb(248 113 113 / 1);
}
.text-typography-info {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}
.text-typography-info\/0 {
  color: rgb(96 165 250 / 0);
}
.text-typography-info\/10 {
  color: rgb(96 165 250 / 0.1);
}
.text-typography-info\/100 {
  color: rgb(96 165 250 / 1);
}
.text-typography-info\/20 {
  color: rgb(96 165 250 / 0.2);
}
.text-typography-info\/25 {
  color: rgb(96 165 250 / 0.25);
}
.text-typography-info\/30 {
  color: rgb(96 165 250 / 0.3);
}
.text-typography-info\/40 {
  color: rgb(96 165 250 / 0.4);
}
.text-typography-info\/5 {
  color: rgb(96 165 250 / 0.05);
}
.text-typography-info\/50 {
  color: rgb(96 165 250 / 0.5);
}
.text-typography-info\/60 {
  color: rgb(96 165 250 / 0.6);
}
.text-typography-info\/70 {
  color: rgb(96 165 250 / 0.7);
}
.text-typography-info\/75 {
  color: rgb(96 165 250 / 0.75);
}
.text-typography-info\/80 {
  color: rgb(96 165 250 / 0.8);
}
.text-typography-info\/90 {
  color: rgb(96 165 250 / 0.9);
}
.text-typography-info\/95 {
  color: rgb(96 165 250 / 0.95);
}
.text-typography-info\/state-disabled {
  color: rgb(96 165 250 / 0.5);
}
.text-typography-info\/state-enabled {
  color: rgb(96 165 250 / 1);
}
.text-typography-link-default {
  --tw-text-opacity: 1;
  color: rgb(205 141 239 / var(--tw-text-opacity));
}
.text-typography-link-default\/0 {
  color: rgb(205 141 239 / 0);
}
.text-typography-link-default\/10 {
  color: rgb(205 141 239 / 0.1);
}
.text-typography-link-default\/100 {
  color: rgb(205 141 239 / 1);
}
.text-typography-link-default\/20 {
  color: rgb(205 141 239 / 0.2);
}
.text-typography-link-default\/25 {
  color: rgb(205 141 239 / 0.25);
}
.text-typography-link-default\/30 {
  color: rgb(205 141 239 / 0.3);
}
.text-typography-link-default\/40 {
  color: rgb(205 141 239 / 0.4);
}
.text-typography-link-default\/5 {
  color: rgb(205 141 239 / 0.05);
}
.text-typography-link-default\/50 {
  color: rgb(205 141 239 / 0.5);
}
.text-typography-link-default\/60 {
  color: rgb(205 141 239 / 0.6);
}
.text-typography-link-default\/70 {
  color: rgb(205 141 239 / 0.7);
}
.text-typography-link-default\/75 {
  color: rgb(205 141 239 / 0.75);
}
.text-typography-link-default\/80 {
  color: rgb(205 141 239 / 0.8);
}
.text-typography-link-default\/90 {
  color: rgb(205 141 239 / 0.9);
}
.text-typography-link-default\/95 {
  color: rgb(205 141 239 / 0.95);
}
.text-typography-link-default\/state-disabled {
  color: rgb(205 141 239 / 0.5);
}
.text-typography-link-default\/state-enabled {
  color: rgb(205 141 239 / 1);
}
.text-typography-link-hover {
  --tw-text-opacity: 1;
  color: rgb(215 164 242 / var(--tw-text-opacity));
}
.text-typography-link-hover\/0 {
  color: rgb(215 164 242 / 0);
}
.text-typography-link-hover\/10 {
  color: rgb(215 164 242 / 0.1);
}
.text-typography-link-hover\/100 {
  color: rgb(215 164 242 / 1);
}
.text-typography-link-hover\/20 {
  color: rgb(215 164 242 / 0.2);
}
.text-typography-link-hover\/25 {
  color: rgb(215 164 242 / 0.25);
}
.text-typography-link-hover\/30 {
  color: rgb(215 164 242 / 0.3);
}
.text-typography-link-hover\/40 {
  color: rgb(215 164 242 / 0.4);
}
.text-typography-link-hover\/5 {
  color: rgb(215 164 242 / 0.05);
}
.text-typography-link-hover\/50 {
  color: rgb(215 164 242 / 0.5);
}
.text-typography-link-hover\/60 {
  color: rgb(215 164 242 / 0.6);
}
.text-typography-link-hover\/70 {
  color: rgb(215 164 242 / 0.7);
}
.text-typography-link-hover\/75 {
  color: rgb(215 164 242 / 0.75);
}
.text-typography-link-hover\/80 {
  color: rgb(215 164 242 / 0.8);
}
.text-typography-link-hover\/90 {
  color: rgb(215 164 242 / 0.9);
}
.text-typography-link-hover\/95 {
  color: rgb(215 164 242 / 0.95);
}
.text-typography-link-hover\/state-disabled {
  color: rgb(215 164 242 / 0.5);
}
.text-typography-link-hover\/state-enabled {
  color: rgb(215 164 242 / 1);
}
.text-typography-muted {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-typography-muted\/0 {
  color: rgb(156 163 175 / 0);
}
.text-typography-muted\/10 {
  color: rgb(156 163 175 / 0.1);
}
.text-typography-muted\/100 {
  color: rgb(156 163 175 / 1);
}
.text-typography-muted\/20 {
  color: rgb(156 163 175 / 0.2);
}
.text-typography-muted\/25 {
  color: rgb(156 163 175 / 0.25);
}
.text-typography-muted\/30 {
  color: rgb(156 163 175 / 0.3);
}
.text-typography-muted\/40 {
  color: rgb(156 163 175 / 0.4);
}
.text-typography-muted\/5 {
  color: rgb(156 163 175 / 0.05);
}
.text-typography-muted\/50 {
  color: rgb(156 163 175 / 0.5);
}
.text-typography-muted\/60 {
  color: rgb(156 163 175 / 0.6);
}
.text-typography-muted\/70 {
  color: rgb(156 163 175 / 0.7);
}
.text-typography-muted\/75 {
  color: rgb(156 163 175 / 0.75);
}
.text-typography-muted\/80 {
  color: rgb(156 163 175 / 0.8);
}
.text-typography-muted\/90 {
  color: rgb(156 163 175 / 0.9);
}
.text-typography-muted\/95 {
  color: rgb(156 163 175 / 0.95);
}
.text-typography-muted\/state-disabled {
  color: rgb(156 163 175 / 0.5);
}
.text-typography-muted\/state-enabled {
  color: rgb(156 163 175 / 1);
}
.text-typography-on-accent {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
.text-typography-on-accent\/0 {
  color: rgb(64 64 64 / 0);
}
.text-typography-on-accent\/10 {
  color: rgb(64 64 64 / 0.1);
}
.text-typography-on-accent\/100 {
  color: rgb(64 64 64 / 1);
}
.text-typography-on-accent\/20 {
  color: rgb(64 64 64 / 0.2);
}
.text-typography-on-accent\/25 {
  color: rgb(64 64 64 / 0.25);
}
.text-typography-on-accent\/30 {
  color: rgb(64 64 64 / 0.3);
}
.text-typography-on-accent\/40 {
  color: rgb(64 64 64 / 0.4);
}
.text-typography-on-accent\/5 {
  color: rgb(64 64 64 / 0.05);
}
.text-typography-on-accent\/50 {
  color: rgb(64 64 64 / 0.5);
}
.text-typography-on-accent\/60 {
  color: rgb(64 64 64 / 0.6);
}
.text-typography-on-accent\/70 {
  color: rgb(64 64 64 / 0.7);
}
.text-typography-on-accent\/75 {
  color: rgb(64 64 64 / 0.75);
}
.text-typography-on-accent\/80 {
  color: rgb(64 64 64 / 0.8);
}
.text-typography-on-accent\/90 {
  color: rgb(64 64 64 / 0.9);
}
.text-typography-on-accent\/95 {
  color: rgb(64 64 64 / 0.95);
}
.text-typography-on-accent\/state-disabled {
  color: rgb(64 64 64 / 0.5);
}
.text-typography-on-accent\/state-enabled {
  color: rgb(64 64 64 / 1);
}
.text-typography-subtle {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-typography-subtle\/0 {
  color: rgb(229 231 235 / 0);
}
.text-typography-subtle\/10 {
  color: rgb(229 231 235 / 0.1);
}
.text-typography-subtle\/100 {
  color: rgb(229 231 235 / 1);
}
.text-typography-subtle\/20 {
  color: rgb(229 231 235 / 0.2);
}
.text-typography-subtle\/25 {
  color: rgb(229 231 235 / 0.25);
}
.text-typography-subtle\/30 {
  color: rgb(229 231 235 / 0.3);
}
.text-typography-subtle\/40 {
  color: rgb(229 231 235 / 0.4);
}
.text-typography-subtle\/5 {
  color: rgb(229 231 235 / 0.05);
}
.text-typography-subtle\/50 {
  color: rgb(229 231 235 / 0.5);
}
.text-typography-subtle\/60 {
  color: rgb(229 231 235 / 0.6);
}
.text-typography-subtle\/70 {
  color: rgb(229 231 235 / 0.7);
}
.text-typography-subtle\/75 {
  color: rgb(229 231 235 / 0.75);
}
.text-typography-subtle\/80 {
  color: rgb(229 231 235 / 0.8);
}
.text-typography-subtle\/90 {
  color: rgb(229 231 235 / 0.9);
}
.text-typography-subtle\/95 {
  color: rgb(229 231 235 / 0.95);
}
.text-typography-subtle\/state-disabled {
  color: rgb(229 231 235 / 0.5);
}
.text-typography-subtle\/state-enabled {
  color: rgb(229 231 235 / 1);
}
.text-typography-success {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}
.text-typography-success\/0 {
  color: rgb(74 222 128 / 0);
}
.text-typography-success\/10 {
  color: rgb(74 222 128 / 0.1);
}
.text-typography-success\/100 {
  color: rgb(74 222 128 / 1);
}
.text-typography-success\/20 {
  color: rgb(74 222 128 / 0.2);
}
.text-typography-success\/25 {
  color: rgb(74 222 128 / 0.25);
}
.text-typography-success\/30 {
  color: rgb(74 222 128 / 0.3);
}
.text-typography-success\/40 {
  color: rgb(74 222 128 / 0.4);
}
.text-typography-success\/5 {
  color: rgb(74 222 128 / 0.05);
}
.text-typography-success\/50 {
  color: rgb(74 222 128 / 0.5);
}
.text-typography-success\/60 {
  color: rgb(74 222 128 / 0.6);
}
.text-typography-success\/70 {
  color: rgb(74 222 128 / 0.7);
}
.text-typography-success\/75 {
  color: rgb(74 222 128 / 0.75);
}
.text-typography-success\/80 {
  color: rgb(74 222 128 / 0.8);
}
.text-typography-success\/90 {
  color: rgb(74 222 128 / 0.9);
}
.text-typography-success\/95 {
  color: rgb(74 222 128 / 0.95);
}
.text-typography-success\/state-disabled {
  color: rgb(74 222 128 / 0.5);
}
.text-typography-success\/state-enabled {
  color: rgb(74 222 128 / 1);
}
.text-typography-warning {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity));
}
.text-typography-warning\/0 {
  color: rgb(251 146 60 / 0);
}
.text-typography-warning\/10 {
  color: rgb(251 146 60 / 0.1);
}
.text-typography-warning\/100 {
  color: rgb(251 146 60 / 1);
}
.text-typography-warning\/20 {
  color: rgb(251 146 60 / 0.2);
}
.text-typography-warning\/25 {
  color: rgb(251 146 60 / 0.25);
}
.text-typography-warning\/30 {
  color: rgb(251 146 60 / 0.3);
}
.text-typography-warning\/40 {
  color: rgb(251 146 60 / 0.4);
}
.text-typography-warning\/5 {
  color: rgb(251 146 60 / 0.05);
}
.text-typography-warning\/50 {
  color: rgb(251 146 60 / 0.5);
}
.text-typography-warning\/60 {
  color: rgb(251 146 60 / 0.6);
}
.text-typography-warning\/70 {
  color: rgb(251 146 60 / 0.7);
}
.text-typography-warning\/75 {
  color: rgb(251 146 60 / 0.75);
}
.text-typography-warning\/80 {
  color: rgb(251 146 60 / 0.8);
}
.text-typography-warning\/90 {
  color: rgb(251 146 60 / 0.9);
}
.text-typography-warning\/95 {
  color: rgb(251 146 60 / 0.95);
}
.text-typography-warning\/state-disabled {
  color: rgb(251 146 60 / 0.5);
}
.text-typography-warning\/state-enabled {
  color: rgb(251 146 60 / 1);
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-white\/\[\.5\] {
  color: rgb(255 255 255 / .5);
}
.underline {
  text-decoration-line: underline;
}
.decoration-avatar-background {
  text-decoration-color: rgb(205, 141, 239);
}
.decoration-avatar-background\/0 {
  text-decoration-color: rgb(205 141 239 / 0);
}
.decoration-avatar-background\/10 {
  text-decoration-color: rgb(205 141 239 / 0.1);
}
.decoration-avatar-background\/100 {
  text-decoration-color: rgb(205 141 239 / 1);
}
.decoration-avatar-background\/20 {
  text-decoration-color: rgb(205 141 239 / 0.2);
}
.decoration-avatar-background\/25 {
  text-decoration-color: rgb(205 141 239 / 0.25);
}
.decoration-avatar-background\/30 {
  text-decoration-color: rgb(205 141 239 / 0.3);
}
.decoration-avatar-background\/40 {
  text-decoration-color: rgb(205 141 239 / 0.4);
}
.decoration-avatar-background\/5 {
  text-decoration-color: rgb(205 141 239 / 0.05);
}
.decoration-avatar-background\/50 {
  text-decoration-color: rgb(205 141 239 / 0.5);
}
.decoration-avatar-background\/60 {
  text-decoration-color: rgb(205 141 239 / 0.6);
}
.decoration-avatar-background\/70 {
  text-decoration-color: rgb(205 141 239 / 0.7);
}
.decoration-avatar-background\/75 {
  text-decoration-color: rgb(205 141 239 / 0.75);
}
.decoration-avatar-background\/80 {
  text-decoration-color: rgb(205 141 239 / 0.8);
}
.decoration-avatar-background\/90 {
  text-decoration-color: rgb(205 141 239 / 0.9);
}
.decoration-avatar-background\/95 {
  text-decoration-color: rgb(205 141 239 / 0.95);
}
.decoration-avatar-background\/state-disabled {
  text-decoration-color: rgb(205 141 239 / 0.5);
}
.decoration-avatar-background\/state-enabled {
  text-decoration-color: rgb(205 141 239 / 1);
}
.decoration-badge-outline-alternate {
  text-decoration-color: rgb(6, 182, 212);
}
.decoration-badge-outline-alternate\/0 {
  text-decoration-color: rgb(6 182 212 / 0);
}
.decoration-badge-outline-alternate\/10 {
  text-decoration-color: rgb(6 182 212 / 0.1);
}
.decoration-badge-outline-alternate\/100 {
  text-decoration-color: rgb(6 182 212 / 1);
}
.decoration-badge-outline-alternate\/20 {
  text-decoration-color: rgb(6 182 212 / 0.2);
}
.decoration-badge-outline-alternate\/25 {
  text-decoration-color: rgb(6 182 212 / 0.25);
}
.decoration-badge-outline-alternate\/30 {
  text-decoration-color: rgb(6 182 212 / 0.3);
}
.decoration-badge-outline-alternate\/40 {
  text-decoration-color: rgb(6 182 212 / 0.4);
}
.decoration-badge-outline-alternate\/5 {
  text-decoration-color: rgb(6 182 212 / 0.05);
}
.decoration-badge-outline-alternate\/50 {
  text-decoration-color: rgb(6 182 212 / 0.5);
}
.decoration-badge-outline-alternate\/60 {
  text-decoration-color: rgb(6 182 212 / 0.6);
}
.decoration-badge-outline-alternate\/70 {
  text-decoration-color: rgb(6 182 212 / 0.7);
}
.decoration-badge-outline-alternate\/75 {
  text-decoration-color: rgb(6 182 212 / 0.75);
}
.decoration-badge-outline-alternate\/80 {
  text-decoration-color: rgb(6 182 212 / 0.8);
}
.decoration-badge-outline-alternate\/90 {
  text-decoration-color: rgb(6 182 212 / 0.9);
}
.decoration-badge-outline-alternate\/95 {
  text-decoration-color: rgb(6 182 212 / 0.95);
}
.decoration-badge-outline-alternate\/state-disabled {
  text-decoration-color: rgb(6 182 212 / 0.5);
}
.decoration-badge-outline-alternate\/state-enabled {
  text-decoration-color: rgb(6 182 212 / 1);
}
.decoration-badge-outline-default {
  text-decoration-color: rgb(205, 141, 239);
}
.decoration-badge-outline-default\/0 {
  text-decoration-color: rgb(205 141 239 / 0);
}
.decoration-badge-outline-default\/10 {
  text-decoration-color: rgb(205 141 239 / 0.1);
}
.decoration-badge-outline-default\/100 {
  text-decoration-color: rgb(205 141 239 / 1);
}
.decoration-badge-outline-default\/20 {
  text-decoration-color: rgb(205 141 239 / 0.2);
}
.decoration-badge-outline-default\/25 {
  text-decoration-color: rgb(205 141 239 / 0.25);
}
.decoration-badge-outline-default\/30 {
  text-decoration-color: rgb(205 141 239 / 0.3);
}
.decoration-badge-outline-default\/40 {
  text-decoration-color: rgb(205 141 239 / 0.4);
}
.decoration-badge-outline-default\/5 {
  text-decoration-color: rgb(205 141 239 / 0.05);
}
.decoration-badge-outline-default\/50 {
  text-decoration-color: rgb(205 141 239 / 0.5);
}
.decoration-badge-outline-default\/60 {
  text-decoration-color: rgb(205 141 239 / 0.6);
}
.decoration-badge-outline-default\/70 {
  text-decoration-color: rgb(205 141 239 / 0.7);
}
.decoration-badge-outline-default\/75 {
  text-decoration-color: rgb(205 141 239 / 0.75);
}
.decoration-badge-outline-default\/80 {
  text-decoration-color: rgb(205 141 239 / 0.8);
}
.decoration-badge-outline-default\/90 {
  text-decoration-color: rgb(205 141 239 / 0.9);
}
.decoration-badge-outline-default\/95 {
  text-decoration-color: rgb(205 141 239 / 0.95);
}
.decoration-badge-outline-default\/state-disabled {
  text-decoration-color: rgb(205 141 239 / 0.5);
}
.decoration-badge-outline-default\/state-enabled {
  text-decoration-color: rgb(205 141 239 / 1);
}
.decoration-badge-outline-textColor {
  text-decoration-color: rgb(205, 141, 239);
}
.decoration-badge-outline-textColor\/0 {
  text-decoration-color: rgb(205 141 239 / 0);
}
.decoration-badge-outline-textColor\/10 {
  text-decoration-color: rgb(205 141 239 / 0.1);
}
.decoration-badge-outline-textColor\/100 {
  text-decoration-color: rgb(205 141 239 / 1);
}
.decoration-badge-outline-textColor\/20 {
  text-decoration-color: rgb(205 141 239 / 0.2);
}
.decoration-badge-outline-textColor\/25 {
  text-decoration-color: rgb(205 141 239 / 0.25);
}
.decoration-badge-outline-textColor\/30 {
  text-decoration-color: rgb(205 141 239 / 0.3);
}
.decoration-badge-outline-textColor\/40 {
  text-decoration-color: rgb(205 141 239 / 0.4);
}
.decoration-badge-outline-textColor\/5 {
  text-decoration-color: rgb(205 141 239 / 0.05);
}
.decoration-badge-outline-textColor\/50 {
  text-decoration-color: rgb(205 141 239 / 0.5);
}
.decoration-badge-outline-textColor\/60 {
  text-decoration-color: rgb(205 141 239 / 0.6);
}
.decoration-badge-outline-textColor\/70 {
  text-decoration-color: rgb(205 141 239 / 0.7);
}
.decoration-badge-outline-textColor\/75 {
  text-decoration-color: rgb(205 141 239 / 0.75);
}
.decoration-badge-outline-textColor\/80 {
  text-decoration-color: rgb(205 141 239 / 0.8);
}
.decoration-badge-outline-textColor\/90 {
  text-decoration-color: rgb(205 141 239 / 0.9);
}
.decoration-badge-outline-textColor\/95 {
  text-decoration-color: rgb(205 141 239 / 0.95);
}
.decoration-badge-outline-textColor\/state-disabled {
  text-decoration-color: rgb(205 141 239 / 0.5);
}
.decoration-badge-outline-textColor\/state-enabled {
  text-decoration-color: rgb(205 141 239 / 1);
}
.decoration-badge-solid-alternate {
  text-decoration-color: rgb(6, 182, 212);
}
.decoration-badge-solid-alternate\/0 {
  text-decoration-color: rgb(6 182 212 / 0);
}
.decoration-badge-solid-alternate\/10 {
  text-decoration-color: rgb(6 182 212 / 0.1);
}
.decoration-badge-solid-alternate\/100 {
  text-decoration-color: rgb(6 182 212 / 1);
}
.decoration-badge-solid-alternate\/20 {
  text-decoration-color: rgb(6 182 212 / 0.2);
}
.decoration-badge-solid-alternate\/25 {
  text-decoration-color: rgb(6 182 212 / 0.25);
}
.decoration-badge-solid-alternate\/30 {
  text-decoration-color: rgb(6 182 212 / 0.3);
}
.decoration-badge-solid-alternate\/40 {
  text-decoration-color: rgb(6 182 212 / 0.4);
}
.decoration-badge-solid-alternate\/5 {
  text-decoration-color: rgb(6 182 212 / 0.05);
}
.decoration-badge-solid-alternate\/50 {
  text-decoration-color: rgb(6 182 212 / 0.5);
}
.decoration-badge-solid-alternate\/60 {
  text-decoration-color: rgb(6 182 212 / 0.6);
}
.decoration-badge-solid-alternate\/70 {
  text-decoration-color: rgb(6 182 212 / 0.7);
}
.decoration-badge-solid-alternate\/75 {
  text-decoration-color: rgb(6 182 212 / 0.75);
}
.decoration-badge-solid-alternate\/80 {
  text-decoration-color: rgb(6 182 212 / 0.8);
}
.decoration-badge-solid-alternate\/90 {
  text-decoration-color: rgb(6 182 212 / 0.9);
}
.decoration-badge-solid-alternate\/95 {
  text-decoration-color: rgb(6 182 212 / 0.95);
}
.decoration-badge-solid-alternate\/state-disabled {
  text-decoration-color: rgb(6 182 212 / 0.5);
}
.decoration-badge-solid-alternate\/state-enabled {
  text-decoration-color: rgb(6 182 212 / 1);
}
.decoration-badge-solid-default {
  text-decoration-color: rgb(205, 141, 239);
}
.decoration-badge-solid-default\/0 {
  text-decoration-color: rgb(205 141 239 / 0);
}
.decoration-badge-solid-default\/10 {
  text-decoration-color: rgb(205 141 239 / 0.1);
}
.decoration-badge-solid-default\/100 {
  text-decoration-color: rgb(205 141 239 / 1);
}
.decoration-badge-solid-default\/20 {
  text-decoration-color: rgb(205 141 239 / 0.2);
}
.decoration-badge-solid-default\/25 {
  text-decoration-color: rgb(205 141 239 / 0.25);
}
.decoration-badge-solid-default\/30 {
  text-decoration-color: rgb(205 141 239 / 0.3);
}
.decoration-badge-solid-default\/40 {
  text-decoration-color: rgb(205 141 239 / 0.4);
}
.decoration-badge-solid-default\/5 {
  text-decoration-color: rgb(205 141 239 / 0.05);
}
.decoration-badge-solid-default\/50 {
  text-decoration-color: rgb(205 141 239 / 0.5);
}
.decoration-badge-solid-default\/60 {
  text-decoration-color: rgb(205 141 239 / 0.6);
}
.decoration-badge-solid-default\/70 {
  text-decoration-color: rgb(205 141 239 / 0.7);
}
.decoration-badge-solid-default\/75 {
  text-decoration-color: rgb(205 141 239 / 0.75);
}
.decoration-badge-solid-default\/80 {
  text-decoration-color: rgb(205 141 239 / 0.8);
}
.decoration-badge-solid-default\/90 {
  text-decoration-color: rgb(205 141 239 / 0.9);
}
.decoration-badge-solid-default\/95 {
  text-decoration-color: rgb(205 141 239 / 0.95);
}
.decoration-badge-solid-default\/state-disabled {
  text-decoration-color: rgb(205 141 239 / 0.5);
}
.decoration-badge-solid-default\/state-enabled {
  text-decoration-color: rgb(205 141 239 / 1);
}
.decoration-badge-solid-textColor {
  text-decoration-color: rgb(64, 64, 64);
}
.decoration-badge-solid-textColor\/0 {
  text-decoration-color: rgb(64 64 64 / 0);
}
.decoration-badge-solid-textColor\/10 {
  text-decoration-color: rgb(64 64 64 / 0.1);
}
.decoration-badge-solid-textColor\/100 {
  text-decoration-color: rgb(64 64 64 / 1);
}
.decoration-badge-solid-textColor\/20 {
  text-decoration-color: rgb(64 64 64 / 0.2);
}
.decoration-badge-solid-textColor\/25 {
  text-decoration-color: rgb(64 64 64 / 0.25);
}
.decoration-badge-solid-textColor\/30 {
  text-decoration-color: rgb(64 64 64 / 0.3);
}
.decoration-badge-solid-textColor\/40 {
  text-decoration-color: rgb(64 64 64 / 0.4);
}
.decoration-badge-solid-textColor\/5 {
  text-decoration-color: rgb(64 64 64 / 0.05);
}
.decoration-badge-solid-textColor\/50 {
  text-decoration-color: rgb(64 64 64 / 0.5);
}
.decoration-badge-solid-textColor\/60 {
  text-decoration-color: rgb(64 64 64 / 0.6);
}
.decoration-badge-solid-textColor\/70 {
  text-decoration-color: rgb(64 64 64 / 0.7);
}
.decoration-badge-solid-textColor\/75 {
  text-decoration-color: rgb(64 64 64 / 0.75);
}
.decoration-badge-solid-textColor\/80 {
  text-decoration-color: rgb(64 64 64 / 0.8);
}
.decoration-badge-solid-textColor\/90 {
  text-decoration-color: rgb(64 64 64 / 0.9);
}
.decoration-badge-solid-textColor\/95 {
  text-decoration-color: rgb(64 64 64 / 0.95);
}
.decoration-badge-solid-textColor\/state-disabled {
  text-decoration-color: rgb(64 64 64 / 0.5);
}
.decoration-badge-solid-textColor\/state-enabled {
  text-decoration-color: rgb(64 64 64 / 1);
}
.decoration-divider-default {
  text-decoration-color: rgb(55, 65, 81);
}
.decoration-divider-default\/0 {
  text-decoration-color: rgb(55 65 81 / 0);
}
.decoration-divider-default\/10 {
  text-decoration-color: rgb(55 65 81 / 0.1);
}
.decoration-divider-default\/100 {
  text-decoration-color: rgb(55 65 81 / 1);
}
.decoration-divider-default\/20 {
  text-decoration-color: rgb(55 65 81 / 0.2);
}
.decoration-divider-default\/25 {
  text-decoration-color: rgb(55 65 81 / 0.25);
}
.decoration-divider-default\/30 {
  text-decoration-color: rgb(55 65 81 / 0.3);
}
.decoration-divider-default\/40 {
  text-decoration-color: rgb(55 65 81 / 0.4);
}
.decoration-divider-default\/5 {
  text-decoration-color: rgb(55 65 81 / 0.05);
}
.decoration-divider-default\/50 {
  text-decoration-color: rgb(55 65 81 / 0.5);
}
.decoration-divider-default\/60 {
  text-decoration-color: rgb(55 65 81 / 0.6);
}
.decoration-divider-default\/70 {
  text-decoration-color: rgb(55 65 81 / 0.7);
}
.decoration-divider-default\/75 {
  text-decoration-color: rgb(55 65 81 / 0.75);
}
.decoration-divider-default\/80 {
  text-decoration-color: rgb(55 65 81 / 0.8);
}
.decoration-divider-default\/90 {
  text-decoration-color: rgb(55 65 81 / 0.9);
}
.decoration-divider-default\/95 {
  text-decoration-color: rgb(55 65 81 / 0.95);
}
.decoration-divider-default\/state-disabled {
  text-decoration-color: rgb(55 65 81 / 0.5);
}
.decoration-divider-default\/state-enabled {
  text-decoration-color: rgb(55 65 81 / 1);
}
.decoration-input-background {
  text-decoration-color: rgb(23, 23, 23);
}
.decoration-input-background\/0 {
  text-decoration-color: rgb(23 23 23 / 0);
}
.decoration-input-background\/10 {
  text-decoration-color: rgb(23 23 23 / 0.1);
}
.decoration-input-background\/100 {
  text-decoration-color: rgb(23 23 23 / 1);
}
.decoration-input-background\/20 {
  text-decoration-color: rgb(23 23 23 / 0.2);
}
.decoration-input-background\/25 {
  text-decoration-color: rgb(23 23 23 / 0.25);
}
.decoration-input-background\/30 {
  text-decoration-color: rgb(23 23 23 / 0.3);
}
.decoration-input-background\/40 {
  text-decoration-color: rgb(23 23 23 / 0.4);
}
.decoration-input-background\/5 {
  text-decoration-color: rgb(23 23 23 / 0.05);
}
.decoration-input-background\/50 {
  text-decoration-color: rgb(23 23 23 / 0.5);
}
.decoration-input-background\/60 {
  text-decoration-color: rgb(23 23 23 / 0.6);
}
.decoration-input-background\/70 {
  text-decoration-color: rgb(23 23 23 / 0.7);
}
.decoration-input-background\/75 {
  text-decoration-color: rgb(23 23 23 / 0.75);
}
.decoration-input-background\/80 {
  text-decoration-color: rgb(23 23 23 / 0.8);
}
.decoration-input-background\/90 {
  text-decoration-color: rgb(23 23 23 / 0.9);
}
.decoration-input-background\/95 {
  text-decoration-color: rgb(23 23 23 / 0.95);
}
.decoration-input-background\/state-disabled {
  text-decoration-color: rgb(23 23 23 / 0.5);
}
.decoration-input-background\/state-enabled {
  text-decoration-color: rgb(23 23 23 / 1);
}
.decoration-input-checkbox-background {
  text-decoration-color: rgb(205, 141, 239);
}
.decoration-input-checkbox-background\/0 {
  text-decoration-color: rgb(205 141 239 / 0);
}
.decoration-input-checkbox-background\/10 {
  text-decoration-color: rgb(205 141 239 / 0.1);
}
.decoration-input-checkbox-background\/100 {
  text-decoration-color: rgb(205 141 239 / 1);
}
.decoration-input-checkbox-background\/20 {
  text-decoration-color: rgb(205 141 239 / 0.2);
}
.decoration-input-checkbox-background\/25 {
  text-decoration-color: rgb(205 141 239 / 0.25);
}
.decoration-input-checkbox-background\/30 {
  text-decoration-color: rgb(205 141 239 / 0.3);
}
.decoration-input-checkbox-background\/40 {
  text-decoration-color: rgb(205 141 239 / 0.4);
}
.decoration-input-checkbox-background\/5 {
  text-decoration-color: rgb(205 141 239 / 0.05);
}
.decoration-input-checkbox-background\/50 {
  text-decoration-color: rgb(205 141 239 / 0.5);
}
.decoration-input-checkbox-background\/60 {
  text-decoration-color: rgb(205 141 239 / 0.6);
}
.decoration-input-checkbox-background\/70 {
  text-decoration-color: rgb(205 141 239 / 0.7);
}
.decoration-input-checkbox-background\/75 {
  text-decoration-color: rgb(205 141 239 / 0.75);
}
.decoration-input-checkbox-background\/80 {
  text-decoration-color: rgb(205 141 239 / 0.8);
}
.decoration-input-checkbox-background\/90 {
  text-decoration-color: rgb(205 141 239 / 0.9);
}
.decoration-input-checkbox-background\/95 {
  text-decoration-color: rgb(205 141 239 / 0.95);
}
.decoration-input-checkbox-background\/state-disabled {
  text-decoration-color: rgb(205 141 239 / 0.5);
}
.decoration-input-checkbox-background\/state-enabled {
  text-decoration-color: rgb(205 141 239 / 1);
}
.decoration-input-checkbox-border {
  text-decoration-color: rgb(205, 141, 239);
}
.decoration-input-checkbox-border\/0 {
  text-decoration-color: rgb(205 141 239 / 0);
}
.decoration-input-checkbox-border\/10 {
  text-decoration-color: rgb(205 141 239 / 0.1);
}
.decoration-input-checkbox-border\/100 {
  text-decoration-color: rgb(205 141 239 / 1);
}
.decoration-input-checkbox-border\/20 {
  text-decoration-color: rgb(205 141 239 / 0.2);
}
.decoration-input-checkbox-border\/25 {
  text-decoration-color: rgb(205 141 239 / 0.25);
}
.decoration-input-checkbox-border\/30 {
  text-decoration-color: rgb(205 141 239 / 0.3);
}
.decoration-input-checkbox-border\/40 {
  text-decoration-color: rgb(205 141 239 / 0.4);
}
.decoration-input-checkbox-border\/5 {
  text-decoration-color: rgb(205 141 239 / 0.05);
}
.decoration-input-checkbox-border\/50 {
  text-decoration-color: rgb(205 141 239 / 0.5);
}
.decoration-input-checkbox-border\/60 {
  text-decoration-color: rgb(205 141 239 / 0.6);
}
.decoration-input-checkbox-border\/70 {
  text-decoration-color: rgb(205 141 239 / 0.7);
}
.decoration-input-checkbox-border\/75 {
  text-decoration-color: rgb(205 141 239 / 0.75);
}
.decoration-input-checkbox-border\/80 {
  text-decoration-color: rgb(205 141 239 / 0.8);
}
.decoration-input-checkbox-border\/90 {
  text-decoration-color: rgb(205 141 239 / 0.9);
}
.decoration-input-checkbox-border\/95 {
  text-decoration-color: rgb(205 141 239 / 0.95);
}
.decoration-input-checkbox-border\/state-disabled {
  text-decoration-color: rgb(205 141 239 / 0.5);
}
.decoration-input-checkbox-border\/state-enabled {
  text-decoration-color: rgb(205 141 239 / 1);
}
.decoration-input-checkbox-contrast {
  text-decoration-color: rgb(64, 64, 64);
}
.decoration-input-checkbox-contrast\/0 {
  text-decoration-color: rgb(64 64 64 / 0);
}
.decoration-input-checkbox-contrast\/10 {
  text-decoration-color: rgb(64 64 64 / 0.1);
}
.decoration-input-checkbox-contrast\/100 {
  text-decoration-color: rgb(64 64 64 / 1);
}
.decoration-input-checkbox-contrast\/20 {
  text-decoration-color: rgb(64 64 64 / 0.2);
}
.decoration-input-checkbox-contrast\/25 {
  text-decoration-color: rgb(64 64 64 / 0.25);
}
.decoration-input-checkbox-contrast\/30 {
  text-decoration-color: rgb(64 64 64 / 0.3);
}
.decoration-input-checkbox-contrast\/40 {
  text-decoration-color: rgb(64 64 64 / 0.4);
}
.decoration-input-checkbox-contrast\/5 {
  text-decoration-color: rgb(64 64 64 / 0.05);
}
.decoration-input-checkbox-contrast\/50 {
  text-decoration-color: rgb(64 64 64 / 0.5);
}
.decoration-input-checkbox-contrast\/60 {
  text-decoration-color: rgb(64 64 64 / 0.6);
}
.decoration-input-checkbox-contrast\/70 {
  text-decoration-color: rgb(64 64 64 / 0.7);
}
.decoration-input-checkbox-contrast\/75 {
  text-decoration-color: rgb(64 64 64 / 0.75);
}
.decoration-input-checkbox-contrast\/80 {
  text-decoration-color: rgb(64 64 64 / 0.8);
}
.decoration-input-checkbox-contrast\/90 {
  text-decoration-color: rgb(64 64 64 / 0.9);
}
.decoration-input-checkbox-contrast\/95 {
  text-decoration-color: rgb(64 64 64 / 0.95);
}
.decoration-input-checkbox-contrast\/state-disabled {
  text-decoration-color: rgb(64 64 64 / 0.5);
}
.decoration-input-checkbox-contrast\/state-enabled {
  text-decoration-color: rgb(64 64 64 / 1);
}
.decoration-input-default-bg {
  text-decoration-color: rgb(17, 17, 17);
}
.decoration-input-default-bg\/0 {
  text-decoration-color: rgb(17 17 17 / 0);
}
.decoration-input-default-bg\/10 {
  text-decoration-color: rgb(17 17 17 / 0.1);
}
.decoration-input-default-bg\/100 {
  text-decoration-color: rgb(17 17 17 / 1);
}
.decoration-input-default-bg\/20 {
  text-decoration-color: rgb(17 17 17 / 0.2);
}
.decoration-input-default-bg\/25 {
  text-decoration-color: rgb(17 17 17 / 0.25);
}
.decoration-input-default-bg\/30 {
  text-decoration-color: rgb(17 17 17 / 0.3);
}
.decoration-input-default-bg\/40 {
  text-decoration-color: rgb(17 17 17 / 0.4);
}
.decoration-input-default-bg\/5 {
  text-decoration-color: rgb(17 17 17 / 0.05);
}
.decoration-input-default-bg\/50 {
  text-decoration-color: rgb(17 17 17 / 0.5);
}
.decoration-input-default-bg\/60 {
  text-decoration-color: rgb(17 17 17 / 0.6);
}
.decoration-input-default-bg\/70 {
  text-decoration-color: rgb(17 17 17 / 0.7);
}
.decoration-input-default-bg\/75 {
  text-decoration-color: rgb(17 17 17 / 0.75);
}
.decoration-input-default-bg\/80 {
  text-decoration-color: rgb(17 17 17 / 0.8);
}
.decoration-input-default-bg\/90 {
  text-decoration-color: rgb(17 17 17 / 0.9);
}
.decoration-input-default-bg\/95 {
  text-decoration-color: rgb(17 17 17 / 0.95);
}
.decoration-input-default-bg\/state-disabled {
  text-decoration-color: rgb(17 17 17 / 0.5);
}
.decoration-input-default-bg\/state-enabled {
  text-decoration-color: rgb(17 17 17 / 1);
}
.decoration-input-default-border {
  text-decoration-color: rgb(64, 64, 64);
}
.decoration-input-default-border\/0 {
  text-decoration-color: rgb(64 64 64 / 0);
}
.decoration-input-default-border\/10 {
  text-decoration-color: rgb(64 64 64 / 0.1);
}
.decoration-input-default-border\/100 {
  text-decoration-color: rgb(64 64 64 / 1);
}
.decoration-input-default-border\/20 {
  text-decoration-color: rgb(64 64 64 / 0.2);
}
.decoration-input-default-border\/25 {
  text-decoration-color: rgb(64 64 64 / 0.25);
}
.decoration-input-default-border\/30 {
  text-decoration-color: rgb(64 64 64 / 0.3);
}
.decoration-input-default-border\/40 {
  text-decoration-color: rgb(64 64 64 / 0.4);
}
.decoration-input-default-border\/5 {
  text-decoration-color: rgb(64 64 64 / 0.05);
}
.decoration-input-default-border\/50 {
  text-decoration-color: rgb(64 64 64 / 0.5);
}
.decoration-input-default-border\/60 {
  text-decoration-color: rgb(64 64 64 / 0.6);
}
.decoration-input-default-border\/70 {
  text-decoration-color: rgb(64 64 64 / 0.7);
}
.decoration-input-default-border\/75 {
  text-decoration-color: rgb(64 64 64 / 0.75);
}
.decoration-input-default-border\/80 {
  text-decoration-color: rgb(64 64 64 / 0.8);
}
.decoration-input-default-border\/90 {
  text-decoration-color: rgb(64 64 64 / 0.9);
}
.decoration-input-default-border\/95 {
  text-decoration-color: rgb(64 64 64 / 0.95);
}
.decoration-input-default-border\/state-disabled {
  text-decoration-color: rgb(64 64 64 / 0.5);
}
.decoration-input-default-border\/state-enabled {
  text-decoration-color: rgb(64 64 64 / 1);
}
.decoration-input-default-placeholder {
  text-decoration-color: rgba(255, 255, 255, 0.4);
}
.decoration-input-default-placeholder\/0 {
  text-decoration-color: rgba(255, 255, 255, 0);
}
.decoration-input-default-placeholder\/10 {
  text-decoration-color: rgba(255, 255, 255, 0.1);
}
.decoration-input-default-placeholder\/100 {
  text-decoration-color: rgba(255, 255, 255, 1);
}
.decoration-input-default-placeholder\/20 {
  text-decoration-color: rgba(255, 255, 255, 0.2);
}
.decoration-input-default-placeholder\/25 {
  text-decoration-color: rgba(255, 255, 255, 0.25);
}
.decoration-input-default-placeholder\/30 {
  text-decoration-color: rgba(255, 255, 255, 0.3);
}
.decoration-input-default-placeholder\/40 {
  text-decoration-color: rgba(255, 255, 255, 0.4);
}
.decoration-input-default-placeholder\/5 {
  text-decoration-color: rgba(255, 255, 255, 0.05);
}
.decoration-input-default-placeholder\/50 {
  text-decoration-color: rgba(255, 255, 255, 0.5);
}
.decoration-input-default-placeholder\/60 {
  text-decoration-color: rgba(255, 255, 255, 0.6);
}
.decoration-input-default-placeholder\/70 {
  text-decoration-color: rgba(255, 255, 255, 0.7);
}
.decoration-input-default-placeholder\/75 {
  text-decoration-color: rgba(255, 255, 255, 0.75);
}
.decoration-input-default-placeholder\/80 {
  text-decoration-color: rgba(255, 255, 255, 0.8);
}
.decoration-input-default-placeholder\/90 {
  text-decoration-color: rgba(255, 255, 255, 0.9);
}
.decoration-input-default-placeholder\/95 {
  text-decoration-color: rgba(255, 255, 255, 0.95);
}
.decoration-input-default-placeholder\/state-disabled {
  text-decoration-color: rgba(255, 255, 255, 0.5);
}
.decoration-input-default-placeholder\/state-enabled {
  text-decoration-color: rgba(255, 255, 255, 1);
}
.decoration-input-default-text {
  text-decoration-color: rgb(255, 255, 255);
}
.decoration-input-default-text\/0 {
  text-decoration-color: rgb(255 255 255 / 0);
}
.decoration-input-default-text\/10 {
  text-decoration-color: rgb(255 255 255 / 0.1);
}
.decoration-input-default-text\/100 {
  text-decoration-color: rgb(255 255 255 / 1);
}
.decoration-input-default-text\/20 {
  text-decoration-color: rgb(255 255 255 / 0.2);
}
.decoration-input-default-text\/25 {
  text-decoration-color: rgb(255 255 255 / 0.25);
}
.decoration-input-default-text\/30 {
  text-decoration-color: rgb(255 255 255 / 0.3);
}
.decoration-input-default-text\/40 {
  text-decoration-color: rgb(255 255 255 / 0.4);
}
.decoration-input-default-text\/5 {
  text-decoration-color: rgb(255 255 255 / 0.05);
}
.decoration-input-default-text\/50 {
  text-decoration-color: rgb(255 255 255 / 0.5);
}
.decoration-input-default-text\/60 {
  text-decoration-color: rgb(255 255 255 / 0.6);
}
.decoration-input-default-text\/70 {
  text-decoration-color: rgb(255 255 255 / 0.7);
}
.decoration-input-default-text\/75 {
  text-decoration-color: rgb(255 255 255 / 0.75);
}
.decoration-input-default-text\/80 {
  text-decoration-color: rgb(255 255 255 / 0.8);
}
.decoration-input-default-text\/90 {
  text-decoration-color: rgb(255 255 255 / 0.9);
}
.decoration-input-default-text\/95 {
  text-decoration-color: rgb(255 255 255 / 0.95);
}
.decoration-input-default-text\/state-disabled {
  text-decoration-color: rgb(255 255 255 / 0.5);
}
.decoration-input-default-text\/state-enabled {
  text-decoration-color: rgb(255 255 255 / 1);
}
.decoration-input-dropdown-background {
  text-decoration-color: rgb(17, 17, 17);
}
.decoration-input-dropdown-background\/0 {
  text-decoration-color: rgb(17 17 17 / 0);
}
.decoration-input-dropdown-background\/10 {
  text-decoration-color: rgb(17 17 17 / 0.1);
}
.decoration-input-dropdown-background\/100 {
  text-decoration-color: rgb(17 17 17 / 1);
}
.decoration-input-dropdown-background\/20 {
  text-decoration-color: rgb(17 17 17 / 0.2);
}
.decoration-input-dropdown-background\/25 {
  text-decoration-color: rgb(17 17 17 / 0.25);
}
.decoration-input-dropdown-background\/30 {
  text-decoration-color: rgb(17 17 17 / 0.3);
}
.decoration-input-dropdown-background\/40 {
  text-decoration-color: rgb(17 17 17 / 0.4);
}
.decoration-input-dropdown-background\/5 {
  text-decoration-color: rgb(17 17 17 / 0.05);
}
.decoration-input-dropdown-background\/50 {
  text-decoration-color: rgb(17 17 17 / 0.5);
}
.decoration-input-dropdown-background\/60 {
  text-decoration-color: rgb(17 17 17 / 0.6);
}
.decoration-input-dropdown-background\/70 {
  text-decoration-color: rgb(17 17 17 / 0.7);
}
.decoration-input-dropdown-background\/75 {
  text-decoration-color: rgb(17 17 17 / 0.75);
}
.decoration-input-dropdown-background\/80 {
  text-decoration-color: rgb(17 17 17 / 0.8);
}
.decoration-input-dropdown-background\/90 {
  text-decoration-color: rgb(17 17 17 / 0.9);
}
.decoration-input-dropdown-background\/95 {
  text-decoration-color: rgb(17 17 17 / 0.95);
}
.decoration-input-dropdown-background\/state-disabled {
  text-decoration-color: rgb(17 17 17 / 0.5);
}
.decoration-input-dropdown-background\/state-enabled {
  text-decoration-color: rgb(17 17 17 / 1);
}
.decoration-input-error-bg {
  text-decoration-color: rgb(17, 17, 17);
}
.decoration-input-error-bg\/0 {
  text-decoration-color: rgb(17 17 17 / 0);
}
.decoration-input-error-bg\/10 {
  text-decoration-color: rgb(17 17 17 / 0.1);
}
.decoration-input-error-bg\/100 {
  text-decoration-color: rgb(17 17 17 / 1);
}
.decoration-input-error-bg\/20 {
  text-decoration-color: rgb(17 17 17 / 0.2);
}
.decoration-input-error-bg\/25 {
  text-decoration-color: rgb(17 17 17 / 0.25);
}
.decoration-input-error-bg\/30 {
  text-decoration-color: rgb(17 17 17 / 0.3);
}
.decoration-input-error-bg\/40 {
  text-decoration-color: rgb(17 17 17 / 0.4);
}
.decoration-input-error-bg\/5 {
  text-decoration-color: rgb(17 17 17 / 0.05);
}
.decoration-input-error-bg\/50 {
  text-decoration-color: rgb(17 17 17 / 0.5);
}
.decoration-input-error-bg\/60 {
  text-decoration-color: rgb(17 17 17 / 0.6);
}
.decoration-input-error-bg\/70 {
  text-decoration-color: rgb(17 17 17 / 0.7);
}
.decoration-input-error-bg\/75 {
  text-decoration-color: rgb(17 17 17 / 0.75);
}
.decoration-input-error-bg\/80 {
  text-decoration-color: rgb(17 17 17 / 0.8);
}
.decoration-input-error-bg\/90 {
  text-decoration-color: rgb(17 17 17 / 0.9);
}
.decoration-input-error-bg\/95 {
  text-decoration-color: rgb(17 17 17 / 0.95);
}
.decoration-input-error-bg\/state-disabled {
  text-decoration-color: rgb(17 17 17 / 0.5);
}
.decoration-input-error-bg\/state-enabled {
  text-decoration-color: rgb(17 17 17 / 1);
}
.decoration-input-error-border {
  text-decoration-color: rgb(248, 113, 113);
}
.decoration-input-error-border\/0 {
  text-decoration-color: rgb(248 113 113 / 0);
}
.decoration-input-error-border\/10 {
  text-decoration-color: rgb(248 113 113 / 0.1);
}
.decoration-input-error-border\/100 {
  text-decoration-color: rgb(248 113 113 / 1);
}
.decoration-input-error-border\/20 {
  text-decoration-color: rgb(248 113 113 / 0.2);
}
.decoration-input-error-border\/25 {
  text-decoration-color: rgb(248 113 113 / 0.25);
}
.decoration-input-error-border\/30 {
  text-decoration-color: rgb(248 113 113 / 0.3);
}
.decoration-input-error-border\/40 {
  text-decoration-color: rgb(248 113 113 / 0.4);
}
.decoration-input-error-border\/5 {
  text-decoration-color: rgb(248 113 113 / 0.05);
}
.decoration-input-error-border\/50 {
  text-decoration-color: rgb(248 113 113 / 0.5);
}
.decoration-input-error-border\/60 {
  text-decoration-color: rgb(248 113 113 / 0.6);
}
.decoration-input-error-border\/70 {
  text-decoration-color: rgb(248 113 113 / 0.7);
}
.decoration-input-error-border\/75 {
  text-decoration-color: rgb(248 113 113 / 0.75);
}
.decoration-input-error-border\/80 {
  text-decoration-color: rgb(248 113 113 / 0.8);
}
.decoration-input-error-border\/90 {
  text-decoration-color: rgb(248 113 113 / 0.9);
}
.decoration-input-error-border\/95 {
  text-decoration-color: rgb(248 113 113 / 0.95);
}
.decoration-input-error-border\/state-disabled {
  text-decoration-color: rgb(248 113 113 / 0.5);
}
.decoration-input-error-border\/state-enabled {
  text-decoration-color: rgb(248 113 113 / 1);
}
.decoration-input-error-placeholder {
  text-decoration-color: rgba(255, 255, 255, 0.4);
}
.decoration-input-error-placeholder\/0 {
  text-decoration-color: rgba(255, 255, 255, 0);
}
.decoration-input-error-placeholder\/10 {
  text-decoration-color: rgba(255, 255, 255, 0.1);
}
.decoration-input-error-placeholder\/100 {
  text-decoration-color: rgba(255, 255, 255, 1);
}
.decoration-input-error-placeholder\/20 {
  text-decoration-color: rgba(255, 255, 255, 0.2);
}
.decoration-input-error-placeholder\/25 {
  text-decoration-color: rgba(255, 255, 255, 0.25);
}
.decoration-input-error-placeholder\/30 {
  text-decoration-color: rgba(255, 255, 255, 0.3);
}
.decoration-input-error-placeholder\/40 {
  text-decoration-color: rgba(255, 255, 255, 0.4);
}
.decoration-input-error-placeholder\/5 {
  text-decoration-color: rgba(255, 255, 255, 0.05);
}
.decoration-input-error-placeholder\/50 {
  text-decoration-color: rgba(255, 255, 255, 0.5);
}
.decoration-input-error-placeholder\/60 {
  text-decoration-color: rgba(255, 255, 255, 0.6);
}
.decoration-input-error-placeholder\/70 {
  text-decoration-color: rgba(255, 255, 255, 0.7);
}
.decoration-input-error-placeholder\/75 {
  text-decoration-color: rgba(255, 255, 255, 0.75);
}
.decoration-input-error-placeholder\/80 {
  text-decoration-color: rgba(255, 255, 255, 0.8);
}
.decoration-input-error-placeholder\/90 {
  text-decoration-color: rgba(255, 255, 255, 0.9);
}
.decoration-input-error-placeholder\/95 {
  text-decoration-color: rgba(255, 255, 255, 0.95);
}
.decoration-input-error-placeholder\/state-disabled {
  text-decoration-color: rgba(255, 255, 255, 0.5);
}
.decoration-input-error-placeholder\/state-enabled {
  text-decoration-color: rgba(255, 255, 255, 1);
}
.decoration-input-error-text {
  text-decoration-color: rgb(248, 113, 113);
}
.decoration-input-error-text\/0 {
  text-decoration-color: rgb(248 113 113 / 0);
}
.decoration-input-error-text\/10 {
  text-decoration-color: rgb(248 113 113 / 0.1);
}
.decoration-input-error-text\/100 {
  text-decoration-color: rgb(248 113 113 / 1);
}
.decoration-input-error-text\/20 {
  text-decoration-color: rgb(248 113 113 / 0.2);
}
.decoration-input-error-text\/25 {
  text-decoration-color: rgb(248 113 113 / 0.25);
}
.decoration-input-error-text\/30 {
  text-decoration-color: rgb(248 113 113 / 0.3);
}
.decoration-input-error-text\/40 {
  text-decoration-color: rgb(248 113 113 / 0.4);
}
.decoration-input-error-text\/5 {
  text-decoration-color: rgb(248 113 113 / 0.05);
}
.decoration-input-error-text\/50 {
  text-decoration-color: rgb(248 113 113 / 0.5);
}
.decoration-input-error-text\/60 {
  text-decoration-color: rgb(248 113 113 / 0.6);
}
.decoration-input-error-text\/70 {
  text-decoration-color: rgb(248 113 113 / 0.7);
}
.decoration-input-error-text\/75 {
  text-decoration-color: rgb(248 113 113 / 0.75);
}
.decoration-input-error-text\/80 {
  text-decoration-color: rgb(248 113 113 / 0.8);
}
.decoration-input-error-text\/90 {
  text-decoration-color: rgb(248 113 113 / 0.9);
}
.decoration-input-error-text\/95 {
  text-decoration-color: rgb(248 113 113 / 0.95);
}
.decoration-input-error-text\/state-disabled {
  text-decoration-color: rgb(248 113 113 / 0.5);
}
.decoration-input-error-text\/state-enabled {
  text-decoration-color: rgb(248 113 113 / 1);
}
.decoration-input-focused-bg {
  text-decoration-color: rgb(17, 17, 17);
}
.decoration-input-focused-bg\/0 {
  text-decoration-color: rgb(17 17 17 / 0);
}
.decoration-input-focused-bg\/10 {
  text-decoration-color: rgb(17 17 17 / 0.1);
}
.decoration-input-focused-bg\/100 {
  text-decoration-color: rgb(17 17 17 / 1);
}
.decoration-input-focused-bg\/20 {
  text-decoration-color: rgb(17 17 17 / 0.2);
}
.decoration-input-focused-bg\/25 {
  text-decoration-color: rgb(17 17 17 / 0.25);
}
.decoration-input-focused-bg\/30 {
  text-decoration-color: rgb(17 17 17 / 0.3);
}
.decoration-input-focused-bg\/40 {
  text-decoration-color: rgb(17 17 17 / 0.4);
}
.decoration-input-focused-bg\/5 {
  text-decoration-color: rgb(17 17 17 / 0.05);
}
.decoration-input-focused-bg\/50 {
  text-decoration-color: rgb(17 17 17 / 0.5);
}
.decoration-input-focused-bg\/60 {
  text-decoration-color: rgb(17 17 17 / 0.6);
}
.decoration-input-focused-bg\/70 {
  text-decoration-color: rgb(17 17 17 / 0.7);
}
.decoration-input-focused-bg\/75 {
  text-decoration-color: rgb(17 17 17 / 0.75);
}
.decoration-input-focused-bg\/80 {
  text-decoration-color: rgb(17 17 17 / 0.8);
}
.decoration-input-focused-bg\/90 {
  text-decoration-color: rgb(17 17 17 / 0.9);
}
.decoration-input-focused-bg\/95 {
  text-decoration-color: rgb(17 17 17 / 0.95);
}
.decoration-input-focused-bg\/state-disabled {
  text-decoration-color: rgb(17 17 17 / 0.5);
}
.decoration-input-focused-bg\/state-enabled {
  text-decoration-color: rgb(17 17 17 / 1);
}
.decoration-input-focused-border {
  text-decoration-color: rgb(98, 98, 98);
}
.decoration-input-focused-border\/0 {
  text-decoration-color: rgb(98 98 98 / 0);
}
.decoration-input-focused-border\/10 {
  text-decoration-color: rgb(98 98 98 / 0.1);
}
.decoration-input-focused-border\/100 {
  text-decoration-color: rgb(98 98 98 / 1);
}
.decoration-input-focused-border\/20 {
  text-decoration-color: rgb(98 98 98 / 0.2);
}
.decoration-input-focused-border\/25 {
  text-decoration-color: rgb(98 98 98 / 0.25);
}
.decoration-input-focused-border\/30 {
  text-decoration-color: rgb(98 98 98 / 0.3);
}
.decoration-input-focused-border\/40 {
  text-decoration-color: rgb(98 98 98 / 0.4);
}
.decoration-input-focused-border\/5 {
  text-decoration-color: rgb(98 98 98 / 0.05);
}
.decoration-input-focused-border\/50 {
  text-decoration-color: rgb(98 98 98 / 0.5);
}
.decoration-input-focused-border\/60 {
  text-decoration-color: rgb(98 98 98 / 0.6);
}
.decoration-input-focused-border\/70 {
  text-decoration-color: rgb(98 98 98 / 0.7);
}
.decoration-input-focused-border\/75 {
  text-decoration-color: rgb(98 98 98 / 0.75);
}
.decoration-input-focused-border\/80 {
  text-decoration-color: rgb(98 98 98 / 0.8);
}
.decoration-input-focused-border\/90 {
  text-decoration-color: rgb(98 98 98 / 0.9);
}
.decoration-input-focused-border\/95 {
  text-decoration-color: rgb(98 98 98 / 0.95);
}
.decoration-input-focused-border\/state-disabled {
  text-decoration-color: rgb(98 98 98 / 0.5);
}
.decoration-input-focused-border\/state-enabled {
  text-decoration-color: rgb(98 98 98 / 1);
}
.decoration-input-focused-placeholder {
  text-decoration-color: rgba(255, 255, 255, 0.4);
}
.decoration-input-focused-placeholder\/0 {
  text-decoration-color: rgba(255, 255, 255, 0);
}
.decoration-input-focused-placeholder\/10 {
  text-decoration-color: rgba(255, 255, 255, 0.1);
}
.decoration-input-focused-placeholder\/100 {
  text-decoration-color: rgba(255, 255, 255, 1);
}
.decoration-input-focused-placeholder\/20 {
  text-decoration-color: rgba(255, 255, 255, 0.2);
}
.decoration-input-focused-placeholder\/25 {
  text-decoration-color: rgba(255, 255, 255, 0.25);
}
.decoration-input-focused-placeholder\/30 {
  text-decoration-color: rgba(255, 255, 255, 0.3);
}
.decoration-input-focused-placeholder\/40 {
  text-decoration-color: rgba(255, 255, 255, 0.4);
}
.decoration-input-focused-placeholder\/5 {
  text-decoration-color: rgba(255, 255, 255, 0.05);
}
.decoration-input-focused-placeholder\/50 {
  text-decoration-color: rgba(255, 255, 255, 0.5);
}
.decoration-input-focused-placeholder\/60 {
  text-decoration-color: rgba(255, 255, 255, 0.6);
}
.decoration-input-focused-placeholder\/70 {
  text-decoration-color: rgba(255, 255, 255, 0.7);
}
.decoration-input-focused-placeholder\/75 {
  text-decoration-color: rgba(255, 255, 255, 0.75);
}
.decoration-input-focused-placeholder\/80 {
  text-decoration-color: rgba(255, 255, 255, 0.8);
}
.decoration-input-focused-placeholder\/90 {
  text-decoration-color: rgba(255, 255, 255, 0.9);
}
.decoration-input-focused-placeholder\/95 {
  text-decoration-color: rgba(255, 255, 255, 0.95);
}
.decoration-input-focused-placeholder\/state-disabled {
  text-decoration-color: rgba(255, 255, 255, 0.5);
}
.decoration-input-focused-placeholder\/state-enabled {
  text-decoration-color: rgba(255, 255, 255, 1);
}
.decoration-input-focused-text {
  text-decoration-color: rgb(255, 255, 255);
}
.decoration-input-focused-text\/0 {
  text-decoration-color: rgb(255 255 255 / 0);
}
.decoration-input-focused-text\/10 {
  text-decoration-color: rgb(255 255 255 / 0.1);
}
.decoration-input-focused-text\/100 {
  text-decoration-color: rgb(255 255 255 / 1);
}
.decoration-input-focused-text\/20 {
  text-decoration-color: rgb(255 255 255 / 0.2);
}
.decoration-input-focused-text\/25 {
  text-decoration-color: rgb(255 255 255 / 0.25);
}
.decoration-input-focused-text\/30 {
  text-decoration-color: rgb(255 255 255 / 0.3);
}
.decoration-input-focused-text\/40 {
  text-decoration-color: rgb(255 255 255 / 0.4);
}
.decoration-input-focused-text\/5 {
  text-decoration-color: rgb(255 255 255 / 0.05);
}
.decoration-input-focused-text\/50 {
  text-decoration-color: rgb(255 255 255 / 0.5);
}
.decoration-input-focused-text\/60 {
  text-decoration-color: rgb(255 255 255 / 0.6);
}
.decoration-input-focused-text\/70 {
  text-decoration-color: rgb(255 255 255 / 0.7);
}
.decoration-input-focused-text\/75 {
  text-decoration-color: rgb(255 255 255 / 0.75);
}
.decoration-input-focused-text\/80 {
  text-decoration-color: rgb(255 255 255 / 0.8);
}
.decoration-input-focused-text\/90 {
  text-decoration-color: rgb(255 255 255 / 0.9);
}
.decoration-input-focused-text\/95 {
  text-decoration-color: rgb(255 255 255 / 0.95);
}
.decoration-input-focused-text\/state-disabled {
  text-decoration-color: rgb(255 255 255 / 0.5);
}
.decoration-input-focused-text\/state-enabled {
  text-decoration-color: rgb(255 255 255 / 1);
}
.decoration-input-placeholder {
  text-decoration-color: #616161;
}
.decoration-input-placeholder\/0 {
  text-decoration-color: rgb(97 97 97 / 0);
}
.decoration-input-placeholder\/10 {
  text-decoration-color: rgb(97 97 97 / 0.1);
}
.decoration-input-placeholder\/100 {
  text-decoration-color: rgb(97 97 97 / 1);
}
.decoration-input-placeholder\/20 {
  text-decoration-color: rgb(97 97 97 / 0.2);
}
.decoration-input-placeholder\/25 {
  text-decoration-color: rgb(97 97 97 / 0.25);
}
.decoration-input-placeholder\/30 {
  text-decoration-color: rgb(97 97 97 / 0.3);
}
.decoration-input-placeholder\/40 {
  text-decoration-color: rgb(97 97 97 / 0.4);
}
.decoration-input-placeholder\/5 {
  text-decoration-color: rgb(97 97 97 / 0.05);
}
.decoration-input-placeholder\/50 {
  text-decoration-color: rgb(97 97 97 / 0.5);
}
.decoration-input-placeholder\/60 {
  text-decoration-color: rgb(97 97 97 / 0.6);
}
.decoration-input-placeholder\/70 {
  text-decoration-color: rgb(97 97 97 / 0.7);
}
.decoration-input-placeholder\/75 {
  text-decoration-color: rgb(97 97 97 / 0.75);
}
.decoration-input-placeholder\/80 {
  text-decoration-color: rgb(97 97 97 / 0.8);
}
.decoration-input-placeholder\/90 {
  text-decoration-color: rgb(97 97 97 / 0.9);
}
.decoration-input-placeholder\/95 {
  text-decoration-color: rgb(97 97 97 / 0.95);
}
.decoration-input-placeholder\/state-disabled {
  text-decoration-color: rgb(97 97 97 / 0.5);
}
.decoration-input-placeholder\/state-enabled {
  text-decoration-color: rgb(97 97 97 / 1);
}
.decoration-input-radio-background {
  text-decoration-color: rgb(17, 17, 17);
}
.decoration-input-radio-background\/0 {
  text-decoration-color: rgb(17 17 17 / 0);
}
.decoration-input-radio-background\/10 {
  text-decoration-color: rgb(17 17 17 / 0.1);
}
.decoration-input-radio-background\/100 {
  text-decoration-color: rgb(17 17 17 / 1);
}
.decoration-input-radio-background\/20 {
  text-decoration-color: rgb(17 17 17 / 0.2);
}
.decoration-input-radio-background\/25 {
  text-decoration-color: rgb(17 17 17 / 0.25);
}
.decoration-input-radio-background\/30 {
  text-decoration-color: rgb(17 17 17 / 0.3);
}
.decoration-input-radio-background\/40 {
  text-decoration-color: rgb(17 17 17 / 0.4);
}
.decoration-input-radio-background\/5 {
  text-decoration-color: rgb(17 17 17 / 0.05);
}
.decoration-input-radio-background\/50 {
  text-decoration-color: rgb(17 17 17 / 0.5);
}
.decoration-input-radio-background\/60 {
  text-decoration-color: rgb(17 17 17 / 0.6);
}
.decoration-input-radio-background\/70 {
  text-decoration-color: rgb(17 17 17 / 0.7);
}
.decoration-input-radio-background\/75 {
  text-decoration-color: rgb(17 17 17 / 0.75);
}
.decoration-input-radio-background\/80 {
  text-decoration-color: rgb(17 17 17 / 0.8);
}
.decoration-input-radio-background\/90 {
  text-decoration-color: rgb(17 17 17 / 0.9);
}
.decoration-input-radio-background\/95 {
  text-decoration-color: rgb(17 17 17 / 0.95);
}
.decoration-input-radio-background\/state-disabled {
  text-decoration-color: rgb(17 17 17 / 0.5);
}
.decoration-input-radio-background\/state-enabled {
  text-decoration-color: rgb(17 17 17 / 1);
}
.decoration-input-radio-border {
  text-decoration-color: rgb(205, 141, 239);
}
.decoration-input-radio-border\/0 {
  text-decoration-color: rgb(205 141 239 / 0);
}
.decoration-input-radio-border\/10 {
  text-decoration-color: rgb(205 141 239 / 0.1);
}
.decoration-input-radio-border\/100 {
  text-decoration-color: rgb(205 141 239 / 1);
}
.decoration-input-radio-border\/20 {
  text-decoration-color: rgb(205 141 239 / 0.2);
}
.decoration-input-radio-border\/25 {
  text-decoration-color: rgb(205 141 239 / 0.25);
}
.decoration-input-radio-border\/30 {
  text-decoration-color: rgb(205 141 239 / 0.3);
}
.decoration-input-radio-border\/40 {
  text-decoration-color: rgb(205 141 239 / 0.4);
}
.decoration-input-radio-border\/5 {
  text-decoration-color: rgb(205 141 239 / 0.05);
}
.decoration-input-radio-border\/50 {
  text-decoration-color: rgb(205 141 239 / 0.5);
}
.decoration-input-radio-border\/60 {
  text-decoration-color: rgb(205 141 239 / 0.6);
}
.decoration-input-radio-border\/70 {
  text-decoration-color: rgb(205 141 239 / 0.7);
}
.decoration-input-radio-border\/75 {
  text-decoration-color: rgb(205 141 239 / 0.75);
}
.decoration-input-radio-border\/80 {
  text-decoration-color: rgb(205 141 239 / 0.8);
}
.decoration-input-radio-border\/90 {
  text-decoration-color: rgb(205 141 239 / 0.9);
}
.decoration-input-radio-border\/95 {
  text-decoration-color: rgb(205 141 239 / 0.95);
}
.decoration-input-radio-border\/state-disabled {
  text-decoration-color: rgb(205 141 239 / 0.5);
}
.decoration-input-radio-border\/state-enabled {
  text-decoration-color: rgb(205 141 239 / 1);
}
.decoration-input-radio-contrast {
  text-decoration-color: rgb(255, 255, 255);
}
.decoration-input-radio-contrast\/0 {
  text-decoration-color: rgb(255 255 255 / 0);
}
.decoration-input-radio-contrast\/10 {
  text-decoration-color: rgb(255 255 255 / 0.1);
}
.decoration-input-radio-contrast\/100 {
  text-decoration-color: rgb(255 255 255 / 1);
}
.decoration-input-radio-contrast\/20 {
  text-decoration-color: rgb(255 255 255 / 0.2);
}
.decoration-input-radio-contrast\/25 {
  text-decoration-color: rgb(255 255 255 / 0.25);
}
.decoration-input-radio-contrast\/30 {
  text-decoration-color: rgb(255 255 255 / 0.3);
}
.decoration-input-radio-contrast\/40 {
  text-decoration-color: rgb(255 255 255 / 0.4);
}
.decoration-input-radio-contrast\/5 {
  text-decoration-color: rgb(255 255 255 / 0.05);
}
.decoration-input-radio-contrast\/50 {
  text-decoration-color: rgb(255 255 255 / 0.5);
}
.decoration-input-radio-contrast\/60 {
  text-decoration-color: rgb(255 255 255 / 0.6);
}
.decoration-input-radio-contrast\/70 {
  text-decoration-color: rgb(255 255 255 / 0.7);
}
.decoration-input-radio-contrast\/75 {
  text-decoration-color: rgb(255 255 255 / 0.75);
}
.decoration-input-radio-contrast\/80 {
  text-decoration-color: rgb(255 255 255 / 0.8);
}
.decoration-input-radio-contrast\/90 {
  text-decoration-color: rgb(255 255 255 / 0.9);
}
.decoration-input-radio-contrast\/95 {
  text-decoration-color: rgb(255 255 255 / 0.95);
}
.decoration-input-radio-contrast\/state-disabled {
  text-decoration-color: rgb(255 255 255 / 0.5);
}
.decoration-input-radio-contrast\/state-enabled {
  text-decoration-color: rgb(255 255 255 / 1);
}
.decoration-input-switch-backgroundOff {
  text-decoration-color: rgb(156, 163, 175);
}
.decoration-input-switch-backgroundOff\/0 {
  text-decoration-color: rgb(156 163 175 / 0);
}
.decoration-input-switch-backgroundOff\/10 {
  text-decoration-color: rgb(156 163 175 / 0.1);
}
.decoration-input-switch-backgroundOff\/100 {
  text-decoration-color: rgb(156 163 175 / 1);
}
.decoration-input-switch-backgroundOff\/20 {
  text-decoration-color: rgb(156 163 175 / 0.2);
}
.decoration-input-switch-backgroundOff\/25 {
  text-decoration-color: rgb(156 163 175 / 0.25);
}
.decoration-input-switch-backgroundOff\/30 {
  text-decoration-color: rgb(156 163 175 / 0.3);
}
.decoration-input-switch-backgroundOff\/40 {
  text-decoration-color: rgb(156 163 175 / 0.4);
}
.decoration-input-switch-backgroundOff\/5 {
  text-decoration-color: rgb(156 163 175 / 0.05);
}
.decoration-input-switch-backgroundOff\/50 {
  text-decoration-color: rgb(156 163 175 / 0.5);
}
.decoration-input-switch-backgroundOff\/60 {
  text-decoration-color: rgb(156 163 175 / 0.6);
}
.decoration-input-switch-backgroundOff\/70 {
  text-decoration-color: rgb(156 163 175 / 0.7);
}
.decoration-input-switch-backgroundOff\/75 {
  text-decoration-color: rgb(156 163 175 / 0.75);
}
.decoration-input-switch-backgroundOff\/80 {
  text-decoration-color: rgb(156 163 175 / 0.8);
}
.decoration-input-switch-backgroundOff\/90 {
  text-decoration-color: rgb(156 163 175 / 0.9);
}
.decoration-input-switch-backgroundOff\/95 {
  text-decoration-color: rgb(156 163 175 / 0.95);
}
.decoration-input-switch-backgroundOff\/state-disabled {
  text-decoration-color: rgb(156 163 175 / 0.5);
}
.decoration-input-switch-backgroundOff\/state-enabled {
  text-decoration-color: rgb(156 163 175 / 1);
}
.decoration-input-switch-backgroundOn {
  text-decoration-color: rgb(205, 141, 239);
}
.decoration-input-switch-backgroundOn\/0 {
  text-decoration-color: rgb(205 141 239 / 0);
}
.decoration-input-switch-backgroundOn\/10 {
  text-decoration-color: rgb(205 141 239 / 0.1);
}
.decoration-input-switch-backgroundOn\/100 {
  text-decoration-color: rgb(205 141 239 / 1);
}
.decoration-input-switch-backgroundOn\/20 {
  text-decoration-color: rgb(205 141 239 / 0.2);
}
.decoration-input-switch-backgroundOn\/25 {
  text-decoration-color: rgb(205 141 239 / 0.25);
}
.decoration-input-switch-backgroundOn\/30 {
  text-decoration-color: rgb(205 141 239 / 0.3);
}
.decoration-input-switch-backgroundOn\/40 {
  text-decoration-color: rgb(205 141 239 / 0.4);
}
.decoration-input-switch-backgroundOn\/5 {
  text-decoration-color: rgb(205 141 239 / 0.05);
}
.decoration-input-switch-backgroundOn\/50 {
  text-decoration-color: rgb(205 141 239 / 0.5);
}
.decoration-input-switch-backgroundOn\/60 {
  text-decoration-color: rgb(205 141 239 / 0.6);
}
.decoration-input-switch-backgroundOn\/70 {
  text-decoration-color: rgb(205 141 239 / 0.7);
}
.decoration-input-switch-backgroundOn\/75 {
  text-decoration-color: rgb(205 141 239 / 0.75);
}
.decoration-input-switch-backgroundOn\/80 {
  text-decoration-color: rgb(205 141 239 / 0.8);
}
.decoration-input-switch-backgroundOn\/90 {
  text-decoration-color: rgb(205 141 239 / 0.9);
}
.decoration-input-switch-backgroundOn\/95 {
  text-decoration-color: rgb(205 141 239 / 0.95);
}
.decoration-input-switch-backgroundOn\/state-disabled {
  text-decoration-color: rgb(205 141 239 / 0.5);
}
.decoration-input-switch-backgroundOn\/state-enabled {
  text-decoration-color: rgb(205 141 239 / 1);
}
.decoration-input-switch-contrast {
  text-decoration-color: rgb(64, 64, 64);
}
.decoration-input-switch-contrast\/0 {
  text-decoration-color: rgb(64 64 64 / 0);
}
.decoration-input-switch-contrast\/10 {
  text-decoration-color: rgb(64 64 64 / 0.1);
}
.decoration-input-switch-contrast\/100 {
  text-decoration-color: rgb(64 64 64 / 1);
}
.decoration-input-switch-contrast\/20 {
  text-decoration-color: rgb(64 64 64 / 0.2);
}
.decoration-input-switch-contrast\/25 {
  text-decoration-color: rgb(64 64 64 / 0.25);
}
.decoration-input-switch-contrast\/30 {
  text-decoration-color: rgb(64 64 64 / 0.3);
}
.decoration-input-switch-contrast\/40 {
  text-decoration-color: rgb(64 64 64 / 0.4);
}
.decoration-input-switch-contrast\/5 {
  text-decoration-color: rgb(64 64 64 / 0.05);
}
.decoration-input-switch-contrast\/50 {
  text-decoration-color: rgb(64 64 64 / 0.5);
}
.decoration-input-switch-contrast\/60 {
  text-decoration-color: rgb(64 64 64 / 0.6);
}
.decoration-input-switch-contrast\/70 {
  text-decoration-color: rgb(64 64 64 / 0.7);
}
.decoration-input-switch-contrast\/75 {
  text-decoration-color: rgb(64 64 64 / 0.75);
}
.decoration-input-switch-contrast\/80 {
  text-decoration-color: rgb(64 64 64 / 0.8);
}
.decoration-input-switch-contrast\/90 {
  text-decoration-color: rgb(64 64 64 / 0.9);
}
.decoration-input-switch-contrast\/95 {
  text-decoration-color: rgb(64 64 64 / 0.95);
}
.decoration-input-switch-contrast\/state-disabled {
  text-decoration-color: rgb(64 64 64 / 0.5);
}
.decoration-input-switch-contrast\/state-enabled {
  text-decoration-color: rgb(64 64 64 / 1);
}
.decoration-input-text {
  text-decoration-color: #FFFFFF;
}
.decoration-input-text\/0 {
  text-decoration-color: rgb(255 255 255 / 0);
}
.decoration-input-text\/10 {
  text-decoration-color: rgb(255 255 255 / 0.1);
}
.decoration-input-text\/100 {
  text-decoration-color: rgb(255 255 255 / 1);
}
.decoration-input-text\/20 {
  text-decoration-color: rgb(255 255 255 / 0.2);
}
.decoration-input-text\/25 {
  text-decoration-color: rgb(255 255 255 / 0.25);
}
.decoration-input-text\/30 {
  text-decoration-color: rgb(255 255 255 / 0.3);
}
.decoration-input-text\/40 {
  text-decoration-color: rgb(255 255 255 / 0.4);
}
.decoration-input-text\/5 {
  text-decoration-color: rgb(255 255 255 / 0.05);
}
.decoration-input-text\/50 {
  text-decoration-color: rgb(255 255 255 / 0.5);
}
.decoration-input-text\/60 {
  text-decoration-color: rgb(255 255 255 / 0.6);
}
.decoration-input-text\/70 {
  text-decoration-color: rgb(255 255 255 / 0.7);
}
.decoration-input-text\/75 {
  text-decoration-color: rgb(255 255 255 / 0.75);
}
.decoration-input-text\/80 {
  text-decoration-color: rgb(255 255 255 / 0.8);
}
.decoration-input-text\/90 {
  text-decoration-color: rgb(255 255 255 / 0.9);
}
.decoration-input-text\/95 {
  text-decoration-color: rgb(255 255 255 / 0.95);
}
.decoration-input-text\/state-disabled {
  text-decoration-color: rgb(255 255 255 / 0.5);
}
.decoration-input-text\/state-enabled {
  text-decoration-color: rgb(255 255 255 / 1);
}
.decoration-loader-default {
  text-decoration-color: rgb(205, 141, 239);
}
.decoration-loader-default\/0 {
  text-decoration-color: rgb(205 141 239 / 0);
}
.decoration-loader-default\/10 {
  text-decoration-color: rgb(205 141 239 / 0.1);
}
.decoration-loader-default\/100 {
  text-decoration-color: rgb(205 141 239 / 1);
}
.decoration-loader-default\/20 {
  text-decoration-color: rgb(205 141 239 / 0.2);
}
.decoration-loader-default\/25 {
  text-decoration-color: rgb(205 141 239 / 0.25);
}
.decoration-loader-default\/30 {
  text-decoration-color: rgb(205 141 239 / 0.3);
}
.decoration-loader-default\/40 {
  text-decoration-color: rgb(205 141 239 / 0.4);
}
.decoration-loader-default\/5 {
  text-decoration-color: rgb(205 141 239 / 0.05);
}
.decoration-loader-default\/50 {
  text-decoration-color: rgb(205 141 239 / 0.5);
}
.decoration-loader-default\/60 {
  text-decoration-color: rgb(205 141 239 / 0.6);
}
.decoration-loader-default\/70 {
  text-decoration-color: rgb(205 141 239 / 0.7);
}
.decoration-loader-default\/75 {
  text-decoration-color: rgb(205 141 239 / 0.75);
}
.decoration-loader-default\/80 {
  text-decoration-color: rgb(205 141 239 / 0.8);
}
.decoration-loader-default\/90 {
  text-decoration-color: rgb(205 141 239 / 0.9);
}
.decoration-loader-default\/95 {
  text-decoration-color: rgb(205 141 239 / 0.95);
}
.decoration-loader-default\/state-disabled {
  text-decoration-color: rgb(205 141 239 / 0.5);
}
.decoration-loader-default\/state-enabled {
  text-decoration-color: rgb(205 141 239 / 1);
}
.decoration-panel-alternate {
  text-decoration-color: rgb(29, 29, 29);
}
.decoration-panel-alternate\/0 {
  text-decoration-color: rgb(29 29 29 / 0);
}
.decoration-panel-alternate\/10 {
  text-decoration-color: rgb(29 29 29 / 0.1);
}
.decoration-panel-alternate\/100 {
  text-decoration-color: rgb(29 29 29 / 1);
}
.decoration-panel-alternate\/20 {
  text-decoration-color: rgb(29 29 29 / 0.2);
}
.decoration-panel-alternate\/25 {
  text-decoration-color: rgb(29 29 29 / 0.25);
}
.decoration-panel-alternate\/30 {
  text-decoration-color: rgb(29 29 29 / 0.3);
}
.decoration-panel-alternate\/40 {
  text-decoration-color: rgb(29 29 29 / 0.4);
}
.decoration-panel-alternate\/5 {
  text-decoration-color: rgb(29 29 29 / 0.05);
}
.decoration-panel-alternate\/50 {
  text-decoration-color: rgb(29 29 29 / 0.5);
}
.decoration-panel-alternate\/60 {
  text-decoration-color: rgb(29 29 29 / 0.6);
}
.decoration-panel-alternate\/70 {
  text-decoration-color: rgb(29 29 29 / 0.7);
}
.decoration-panel-alternate\/75 {
  text-decoration-color: rgb(29 29 29 / 0.75);
}
.decoration-panel-alternate\/80 {
  text-decoration-color: rgb(29 29 29 / 0.8);
}
.decoration-panel-alternate\/90 {
  text-decoration-color: rgb(29 29 29 / 0.9);
}
.decoration-panel-alternate\/95 {
  text-decoration-color: rgb(29 29 29 / 0.95);
}
.decoration-panel-alternate\/state-disabled {
  text-decoration-color: rgb(29 29 29 / 0.5);
}
.decoration-panel-alternate\/state-enabled {
  text-decoration-color: rgb(29 29 29 / 1);
}
.decoration-panel-base {
  text-decoration-color: rgb(16, 16, 16);
}
.decoration-panel-base\/0 {
  text-decoration-color: rgb(16 16 16 / 0);
}
.decoration-panel-base\/10 {
  text-decoration-color: rgb(16 16 16 / 0.1);
}
.decoration-panel-base\/100 {
  text-decoration-color: rgb(16 16 16 / 1);
}
.decoration-panel-base\/20 {
  text-decoration-color: rgb(16 16 16 / 0.2);
}
.decoration-panel-base\/25 {
  text-decoration-color: rgb(16 16 16 / 0.25);
}
.decoration-panel-base\/30 {
  text-decoration-color: rgb(16 16 16 / 0.3);
}
.decoration-panel-base\/40 {
  text-decoration-color: rgb(16 16 16 / 0.4);
}
.decoration-panel-base\/5 {
  text-decoration-color: rgb(16 16 16 / 0.05);
}
.decoration-panel-base\/50 {
  text-decoration-color: rgb(16 16 16 / 0.5);
}
.decoration-panel-base\/60 {
  text-decoration-color: rgb(16 16 16 / 0.6);
}
.decoration-panel-base\/70 {
  text-decoration-color: rgb(16 16 16 / 0.7);
}
.decoration-panel-base\/75 {
  text-decoration-color: rgb(16 16 16 / 0.75);
}
.decoration-panel-base\/80 {
  text-decoration-color: rgb(16 16 16 / 0.8);
}
.decoration-panel-base\/90 {
  text-decoration-color: rgb(16 16 16 / 0.9);
}
.decoration-panel-base\/95 {
  text-decoration-color: rgb(16 16 16 / 0.95);
}
.decoration-panel-base\/state-disabled {
  text-decoration-color: rgb(16 16 16 / 0.5);
}
.decoration-panel-base\/state-enabled {
  text-decoration-color: rgb(16 16 16 / 1);
}
.decoration-panel-border {
  text-decoration-color: rgba(255, 255, 255, 0.05);
}
.decoration-panel-border\/0 {
  text-decoration-color: rgba(255, 255, 255, 0);
}
.decoration-panel-border\/10 {
  text-decoration-color: rgba(255, 255, 255, 0.1);
}
.decoration-panel-border\/100 {
  text-decoration-color: rgba(255, 255, 255, 1);
}
.decoration-panel-border\/20 {
  text-decoration-color: rgba(255, 255, 255, 0.2);
}
.decoration-panel-border\/25 {
  text-decoration-color: rgba(255, 255, 255, 0.25);
}
.decoration-panel-border\/30 {
  text-decoration-color: rgba(255, 255, 255, 0.3);
}
.decoration-panel-border\/40 {
  text-decoration-color: rgba(255, 255, 255, 0.4);
}
.decoration-panel-border\/5 {
  text-decoration-color: rgba(255, 255, 255, 0.05);
}
.decoration-panel-border\/50 {
  text-decoration-color: rgba(255, 255, 255, 0.5);
}
.decoration-panel-border\/60 {
  text-decoration-color: rgba(255, 255, 255, 0.6);
}
.decoration-panel-border\/70 {
  text-decoration-color: rgba(255, 255, 255, 0.7);
}
.decoration-panel-border\/75 {
  text-decoration-color: rgba(255, 255, 255, 0.75);
}
.decoration-panel-border\/80 {
  text-decoration-color: rgba(255, 255, 255, 0.8);
}
.decoration-panel-border\/90 {
  text-decoration-color: rgba(255, 255, 255, 0.9);
}
.decoration-panel-border\/95 {
  text-decoration-color: rgba(255, 255, 255, 0.95);
}
.decoration-panel-border\/state-disabled {
  text-decoration-color: rgba(255, 255, 255, 0.5);
}
.decoration-panel-border\/state-enabled {
  text-decoration-color: rgba(255, 255, 255, 1);
}
.decoration-panel-default {
  text-decoration-color: rgba(255, 255, 255, 0);
}
.decoration-panel-default\/0 {
  text-decoration-color: rgba(255, 255, 255, 0);
}
.decoration-panel-default\/10 {
  text-decoration-color: rgba(255, 255, 255, 0.1);
}
.decoration-panel-default\/100 {
  text-decoration-color: rgba(255, 255, 255, 1);
}
.decoration-panel-default\/20 {
  text-decoration-color: rgba(255, 255, 255, 0.2);
}
.decoration-panel-default\/25 {
  text-decoration-color: rgba(255, 255, 255, 0.25);
}
.decoration-panel-default\/30 {
  text-decoration-color: rgba(255, 255, 255, 0.3);
}
.decoration-panel-default\/40 {
  text-decoration-color: rgba(255, 255, 255, 0.4);
}
.decoration-panel-default\/5 {
  text-decoration-color: rgba(255, 255, 255, 0.05);
}
.decoration-panel-default\/50 {
  text-decoration-color: rgba(255, 255, 255, 0.5);
}
.decoration-panel-default\/60 {
  text-decoration-color: rgba(255, 255, 255, 0.6);
}
.decoration-panel-default\/70 {
  text-decoration-color: rgba(255, 255, 255, 0.7);
}
.decoration-panel-default\/75 {
  text-decoration-color: rgba(255, 255, 255, 0.75);
}
.decoration-panel-default\/80 {
  text-decoration-color: rgba(255, 255, 255, 0.8);
}
.decoration-panel-default\/90 {
  text-decoration-color: rgba(255, 255, 255, 0.9);
}
.decoration-panel-default\/95 {
  text-decoration-color: rgba(255, 255, 255, 0.95);
}
.decoration-panel-default\/state-disabled {
  text-decoration-color: rgba(255, 255, 255, 0.5);
}
.decoration-panel-default\/state-enabled {
  text-decoration-color: rgba(255, 255, 255, 1);
}
.decoration-panel-shadow {
  text-decoration-color: rgba(0, 0, 0, 0.2);
}
.decoration-panel-shadow\/0 {
  text-decoration-color: rgba(0, 0, 0, 0);
}
.decoration-panel-shadow\/10 {
  text-decoration-color: rgba(0, 0, 0, 0.1);
}
.decoration-panel-shadow\/100 {
  text-decoration-color: rgba(0, 0, 0, 1);
}
.decoration-panel-shadow\/20 {
  text-decoration-color: rgba(0, 0, 0, 0.2);
}
.decoration-panel-shadow\/25 {
  text-decoration-color: rgba(0, 0, 0, 0.25);
}
.decoration-panel-shadow\/30 {
  text-decoration-color: rgba(0, 0, 0, 0.3);
}
.decoration-panel-shadow\/40 {
  text-decoration-color: rgba(0, 0, 0, 0.4);
}
.decoration-panel-shadow\/5 {
  text-decoration-color: rgba(0, 0, 0, 0.05);
}
.decoration-panel-shadow\/50 {
  text-decoration-color: rgba(0, 0, 0, 0.5);
}
.decoration-panel-shadow\/60 {
  text-decoration-color: rgba(0, 0, 0, 0.6);
}
.decoration-panel-shadow\/70 {
  text-decoration-color: rgba(0, 0, 0, 0.7);
}
.decoration-panel-shadow\/75 {
  text-decoration-color: rgba(0, 0, 0, 0.75);
}
.decoration-panel-shadow\/80 {
  text-decoration-color: rgba(0, 0, 0, 0.8);
}
.decoration-panel-shadow\/90 {
  text-decoration-color: rgba(0, 0, 0, 0.9);
}
.decoration-panel-shadow\/95 {
  text-decoration-color: rgba(0, 0, 0, 0.95);
}
.decoration-panel-shadow\/state-disabled {
  text-decoration-color: rgba(0, 0, 0, 0.5);
}
.decoration-panel-shadow\/state-enabled {
  text-decoration-color: rgba(0, 0, 0, 1);
}
.decoration-typography-accent {
  text-decoration-color: rgb(205, 141, 239);
}
.decoration-typography-accent\/0 {
  text-decoration-color: rgb(205 141 239 / 0);
}
.decoration-typography-accent\/10 {
  text-decoration-color: rgb(205 141 239 / 0.1);
}
.decoration-typography-accent\/100 {
  text-decoration-color: rgb(205 141 239 / 1);
}
.decoration-typography-accent\/20 {
  text-decoration-color: rgb(205 141 239 / 0.2);
}
.decoration-typography-accent\/25 {
  text-decoration-color: rgb(205 141 239 / 0.25);
}
.decoration-typography-accent\/30 {
  text-decoration-color: rgb(205 141 239 / 0.3);
}
.decoration-typography-accent\/40 {
  text-decoration-color: rgb(205 141 239 / 0.4);
}
.decoration-typography-accent\/5 {
  text-decoration-color: rgb(205 141 239 / 0.05);
}
.decoration-typography-accent\/50 {
  text-decoration-color: rgb(205 141 239 / 0.5);
}
.decoration-typography-accent\/60 {
  text-decoration-color: rgb(205 141 239 / 0.6);
}
.decoration-typography-accent\/70 {
  text-decoration-color: rgb(205 141 239 / 0.7);
}
.decoration-typography-accent\/75 {
  text-decoration-color: rgb(205 141 239 / 0.75);
}
.decoration-typography-accent\/80 {
  text-decoration-color: rgb(205 141 239 / 0.8);
}
.decoration-typography-accent\/90 {
  text-decoration-color: rgb(205 141 239 / 0.9);
}
.decoration-typography-accent\/95 {
  text-decoration-color: rgb(205 141 239 / 0.95);
}
.decoration-typography-accent\/state-disabled {
  text-decoration-color: rgb(205 141 239 / 0.5);
}
.decoration-typography-accent\/state-enabled {
  text-decoration-color: rgb(205 141 239 / 1);
}
.decoration-typography-alternate {
  text-decoration-color: rgb(6, 182, 212);
}
.decoration-typography-alternate\/0 {
  text-decoration-color: rgb(6 182 212 / 0);
}
.decoration-typography-alternate\/10 {
  text-decoration-color: rgb(6 182 212 / 0.1);
}
.decoration-typography-alternate\/100 {
  text-decoration-color: rgb(6 182 212 / 1);
}
.decoration-typography-alternate\/20 {
  text-decoration-color: rgb(6 182 212 / 0.2);
}
.decoration-typography-alternate\/25 {
  text-decoration-color: rgb(6 182 212 / 0.25);
}
.decoration-typography-alternate\/30 {
  text-decoration-color: rgb(6 182 212 / 0.3);
}
.decoration-typography-alternate\/40 {
  text-decoration-color: rgb(6 182 212 / 0.4);
}
.decoration-typography-alternate\/5 {
  text-decoration-color: rgb(6 182 212 / 0.05);
}
.decoration-typography-alternate\/50 {
  text-decoration-color: rgb(6 182 212 / 0.5);
}
.decoration-typography-alternate\/60 {
  text-decoration-color: rgb(6 182 212 / 0.6);
}
.decoration-typography-alternate\/70 {
  text-decoration-color: rgb(6 182 212 / 0.7);
}
.decoration-typography-alternate\/75 {
  text-decoration-color: rgb(6 182 212 / 0.75);
}
.decoration-typography-alternate\/80 {
  text-decoration-color: rgb(6 182 212 / 0.8);
}
.decoration-typography-alternate\/90 {
  text-decoration-color: rgb(6 182 212 / 0.9);
}
.decoration-typography-alternate\/95 {
  text-decoration-color: rgb(6 182 212 / 0.95);
}
.decoration-typography-alternate\/state-disabled {
  text-decoration-color: rgb(6 182 212 / 0.5);
}
.decoration-typography-alternate\/state-enabled {
  text-decoration-color: rgb(6 182 212 / 1);
}
.decoration-typography-default {
  text-decoration-color: rgb(255, 255, 255);
}
.decoration-typography-default\/0 {
  text-decoration-color: rgb(255 255 255 / 0);
}
.decoration-typography-default\/10 {
  text-decoration-color: rgb(255 255 255 / 0.1);
}
.decoration-typography-default\/100 {
  text-decoration-color: rgb(255 255 255 / 1);
}
.decoration-typography-default\/20 {
  text-decoration-color: rgb(255 255 255 / 0.2);
}
.decoration-typography-default\/25 {
  text-decoration-color: rgb(255 255 255 / 0.25);
}
.decoration-typography-default\/30 {
  text-decoration-color: rgb(255 255 255 / 0.3);
}
.decoration-typography-default\/40 {
  text-decoration-color: rgb(255 255 255 / 0.4);
}
.decoration-typography-default\/5 {
  text-decoration-color: rgb(255 255 255 / 0.05);
}
.decoration-typography-default\/50 {
  text-decoration-color: rgb(255 255 255 / 0.5);
}
.decoration-typography-default\/60 {
  text-decoration-color: rgb(255 255 255 / 0.6);
}
.decoration-typography-default\/70 {
  text-decoration-color: rgb(255 255 255 / 0.7);
}
.decoration-typography-default\/75 {
  text-decoration-color: rgb(255 255 255 / 0.75);
}
.decoration-typography-default\/80 {
  text-decoration-color: rgb(255 255 255 / 0.8);
}
.decoration-typography-default\/90 {
  text-decoration-color: rgb(255 255 255 / 0.9);
}
.decoration-typography-default\/95 {
  text-decoration-color: rgb(255 255 255 / 0.95);
}
.decoration-typography-default\/state-disabled {
  text-decoration-color: rgb(255 255 255 / 0.5);
}
.decoration-typography-default\/state-enabled {
  text-decoration-color: rgb(255 255 255 / 1);
}
.decoration-typography-error {
  text-decoration-color: rgb(248, 113, 113);
}
.decoration-typography-error\/0 {
  text-decoration-color: rgb(248 113 113 / 0);
}
.decoration-typography-error\/10 {
  text-decoration-color: rgb(248 113 113 / 0.1);
}
.decoration-typography-error\/100 {
  text-decoration-color: rgb(248 113 113 / 1);
}
.decoration-typography-error\/20 {
  text-decoration-color: rgb(248 113 113 / 0.2);
}
.decoration-typography-error\/25 {
  text-decoration-color: rgb(248 113 113 / 0.25);
}
.decoration-typography-error\/30 {
  text-decoration-color: rgb(248 113 113 / 0.3);
}
.decoration-typography-error\/40 {
  text-decoration-color: rgb(248 113 113 / 0.4);
}
.decoration-typography-error\/5 {
  text-decoration-color: rgb(248 113 113 / 0.05);
}
.decoration-typography-error\/50 {
  text-decoration-color: rgb(248 113 113 / 0.5);
}
.decoration-typography-error\/60 {
  text-decoration-color: rgb(248 113 113 / 0.6);
}
.decoration-typography-error\/70 {
  text-decoration-color: rgb(248 113 113 / 0.7);
}
.decoration-typography-error\/75 {
  text-decoration-color: rgb(248 113 113 / 0.75);
}
.decoration-typography-error\/80 {
  text-decoration-color: rgb(248 113 113 / 0.8);
}
.decoration-typography-error\/90 {
  text-decoration-color: rgb(248 113 113 / 0.9);
}
.decoration-typography-error\/95 {
  text-decoration-color: rgb(248 113 113 / 0.95);
}
.decoration-typography-error\/state-disabled {
  text-decoration-color: rgb(248 113 113 / 0.5);
}
.decoration-typography-error\/state-enabled {
  text-decoration-color: rgb(248 113 113 / 1);
}
.decoration-typography-info {
  text-decoration-color: rgb(96, 165, 250);
}
.decoration-typography-info\/0 {
  text-decoration-color: rgb(96 165 250 / 0);
}
.decoration-typography-info\/10 {
  text-decoration-color: rgb(96 165 250 / 0.1);
}
.decoration-typography-info\/100 {
  text-decoration-color: rgb(96 165 250 / 1);
}
.decoration-typography-info\/20 {
  text-decoration-color: rgb(96 165 250 / 0.2);
}
.decoration-typography-info\/25 {
  text-decoration-color: rgb(96 165 250 / 0.25);
}
.decoration-typography-info\/30 {
  text-decoration-color: rgb(96 165 250 / 0.3);
}
.decoration-typography-info\/40 {
  text-decoration-color: rgb(96 165 250 / 0.4);
}
.decoration-typography-info\/5 {
  text-decoration-color: rgb(96 165 250 / 0.05);
}
.decoration-typography-info\/50 {
  text-decoration-color: rgb(96 165 250 / 0.5);
}
.decoration-typography-info\/60 {
  text-decoration-color: rgb(96 165 250 / 0.6);
}
.decoration-typography-info\/70 {
  text-decoration-color: rgb(96 165 250 / 0.7);
}
.decoration-typography-info\/75 {
  text-decoration-color: rgb(96 165 250 / 0.75);
}
.decoration-typography-info\/80 {
  text-decoration-color: rgb(96 165 250 / 0.8);
}
.decoration-typography-info\/90 {
  text-decoration-color: rgb(96 165 250 / 0.9);
}
.decoration-typography-info\/95 {
  text-decoration-color: rgb(96 165 250 / 0.95);
}
.decoration-typography-info\/state-disabled {
  text-decoration-color: rgb(96 165 250 / 0.5);
}
.decoration-typography-info\/state-enabled {
  text-decoration-color: rgb(96 165 250 / 1);
}
.decoration-typography-link-default {
  text-decoration-color: rgb(205, 141, 239);
}
.decoration-typography-link-default\/0 {
  text-decoration-color: rgb(205 141 239 / 0);
}
.decoration-typography-link-default\/10 {
  text-decoration-color: rgb(205 141 239 / 0.1);
}
.decoration-typography-link-default\/100 {
  text-decoration-color: rgb(205 141 239 / 1);
}
.decoration-typography-link-default\/20 {
  text-decoration-color: rgb(205 141 239 / 0.2);
}
.decoration-typography-link-default\/25 {
  text-decoration-color: rgb(205 141 239 / 0.25);
}
.decoration-typography-link-default\/30 {
  text-decoration-color: rgb(205 141 239 / 0.3);
}
.decoration-typography-link-default\/40 {
  text-decoration-color: rgb(205 141 239 / 0.4);
}
.decoration-typography-link-default\/5 {
  text-decoration-color: rgb(205 141 239 / 0.05);
}
.decoration-typography-link-default\/50 {
  text-decoration-color: rgb(205 141 239 / 0.5);
}
.decoration-typography-link-default\/60 {
  text-decoration-color: rgb(205 141 239 / 0.6);
}
.decoration-typography-link-default\/70 {
  text-decoration-color: rgb(205 141 239 / 0.7);
}
.decoration-typography-link-default\/75 {
  text-decoration-color: rgb(205 141 239 / 0.75);
}
.decoration-typography-link-default\/80 {
  text-decoration-color: rgb(205 141 239 / 0.8);
}
.decoration-typography-link-default\/90 {
  text-decoration-color: rgb(205 141 239 / 0.9);
}
.decoration-typography-link-default\/95 {
  text-decoration-color: rgb(205 141 239 / 0.95);
}
.decoration-typography-link-default\/state-disabled {
  text-decoration-color: rgb(205 141 239 / 0.5);
}
.decoration-typography-link-default\/state-enabled {
  text-decoration-color: rgb(205 141 239 / 1);
}
.decoration-typography-link-hover {
  text-decoration-color: rgb(215, 164, 242);
}
.decoration-typography-link-hover\/0 {
  text-decoration-color: rgb(215 164 242 / 0);
}
.decoration-typography-link-hover\/10 {
  text-decoration-color: rgb(215 164 242 / 0.1);
}
.decoration-typography-link-hover\/100 {
  text-decoration-color: rgb(215 164 242 / 1);
}
.decoration-typography-link-hover\/20 {
  text-decoration-color: rgb(215 164 242 / 0.2);
}
.decoration-typography-link-hover\/25 {
  text-decoration-color: rgb(215 164 242 / 0.25);
}
.decoration-typography-link-hover\/30 {
  text-decoration-color: rgb(215 164 242 / 0.3);
}
.decoration-typography-link-hover\/40 {
  text-decoration-color: rgb(215 164 242 / 0.4);
}
.decoration-typography-link-hover\/5 {
  text-decoration-color: rgb(215 164 242 / 0.05);
}
.decoration-typography-link-hover\/50 {
  text-decoration-color: rgb(215 164 242 / 0.5);
}
.decoration-typography-link-hover\/60 {
  text-decoration-color: rgb(215 164 242 / 0.6);
}
.decoration-typography-link-hover\/70 {
  text-decoration-color: rgb(215 164 242 / 0.7);
}
.decoration-typography-link-hover\/75 {
  text-decoration-color: rgb(215 164 242 / 0.75);
}
.decoration-typography-link-hover\/80 {
  text-decoration-color: rgb(215 164 242 / 0.8);
}
.decoration-typography-link-hover\/90 {
  text-decoration-color: rgb(215 164 242 / 0.9);
}
.decoration-typography-link-hover\/95 {
  text-decoration-color: rgb(215 164 242 / 0.95);
}
.decoration-typography-link-hover\/state-disabled {
  text-decoration-color: rgb(215 164 242 / 0.5);
}
.decoration-typography-link-hover\/state-enabled {
  text-decoration-color: rgb(215 164 242 / 1);
}
.decoration-typography-muted {
  text-decoration-color: rgb(156, 163, 175);
}
.decoration-typography-muted\/0 {
  text-decoration-color: rgb(156 163 175 / 0);
}
.decoration-typography-muted\/10 {
  text-decoration-color: rgb(156 163 175 / 0.1);
}
.decoration-typography-muted\/100 {
  text-decoration-color: rgb(156 163 175 / 1);
}
.decoration-typography-muted\/20 {
  text-decoration-color: rgb(156 163 175 / 0.2);
}
.decoration-typography-muted\/25 {
  text-decoration-color: rgb(156 163 175 / 0.25);
}
.decoration-typography-muted\/30 {
  text-decoration-color: rgb(156 163 175 / 0.3);
}
.decoration-typography-muted\/40 {
  text-decoration-color: rgb(156 163 175 / 0.4);
}
.decoration-typography-muted\/5 {
  text-decoration-color: rgb(156 163 175 / 0.05);
}
.decoration-typography-muted\/50 {
  text-decoration-color: rgb(156 163 175 / 0.5);
}
.decoration-typography-muted\/60 {
  text-decoration-color: rgb(156 163 175 / 0.6);
}
.decoration-typography-muted\/70 {
  text-decoration-color: rgb(156 163 175 / 0.7);
}
.decoration-typography-muted\/75 {
  text-decoration-color: rgb(156 163 175 / 0.75);
}
.decoration-typography-muted\/80 {
  text-decoration-color: rgb(156 163 175 / 0.8);
}
.decoration-typography-muted\/90 {
  text-decoration-color: rgb(156 163 175 / 0.9);
}
.decoration-typography-muted\/95 {
  text-decoration-color: rgb(156 163 175 / 0.95);
}
.decoration-typography-muted\/state-disabled {
  text-decoration-color: rgb(156 163 175 / 0.5);
}
.decoration-typography-muted\/state-enabled {
  text-decoration-color: rgb(156 163 175 / 1);
}
.decoration-typography-on-accent {
  text-decoration-color: rgb(64, 64, 64);
}
.decoration-typography-on-accent\/0 {
  text-decoration-color: rgb(64 64 64 / 0);
}
.decoration-typography-on-accent\/10 {
  text-decoration-color: rgb(64 64 64 / 0.1);
}
.decoration-typography-on-accent\/100 {
  text-decoration-color: rgb(64 64 64 / 1);
}
.decoration-typography-on-accent\/20 {
  text-decoration-color: rgb(64 64 64 / 0.2);
}
.decoration-typography-on-accent\/25 {
  text-decoration-color: rgb(64 64 64 / 0.25);
}
.decoration-typography-on-accent\/30 {
  text-decoration-color: rgb(64 64 64 / 0.3);
}
.decoration-typography-on-accent\/40 {
  text-decoration-color: rgb(64 64 64 / 0.4);
}
.decoration-typography-on-accent\/5 {
  text-decoration-color: rgb(64 64 64 / 0.05);
}
.decoration-typography-on-accent\/50 {
  text-decoration-color: rgb(64 64 64 / 0.5);
}
.decoration-typography-on-accent\/60 {
  text-decoration-color: rgb(64 64 64 / 0.6);
}
.decoration-typography-on-accent\/70 {
  text-decoration-color: rgb(64 64 64 / 0.7);
}
.decoration-typography-on-accent\/75 {
  text-decoration-color: rgb(64 64 64 / 0.75);
}
.decoration-typography-on-accent\/80 {
  text-decoration-color: rgb(64 64 64 / 0.8);
}
.decoration-typography-on-accent\/90 {
  text-decoration-color: rgb(64 64 64 / 0.9);
}
.decoration-typography-on-accent\/95 {
  text-decoration-color: rgb(64 64 64 / 0.95);
}
.decoration-typography-on-accent\/state-disabled {
  text-decoration-color: rgb(64 64 64 / 0.5);
}
.decoration-typography-on-accent\/state-enabled {
  text-decoration-color: rgb(64 64 64 / 1);
}
.decoration-typography-subtle {
  text-decoration-color: rgb(229, 231, 235);
}
.decoration-typography-subtle\/0 {
  text-decoration-color: rgb(229 231 235 / 0);
}
.decoration-typography-subtle\/10 {
  text-decoration-color: rgb(229 231 235 / 0.1);
}
.decoration-typography-subtle\/100 {
  text-decoration-color: rgb(229 231 235 / 1);
}
.decoration-typography-subtle\/20 {
  text-decoration-color: rgb(229 231 235 / 0.2);
}
.decoration-typography-subtle\/25 {
  text-decoration-color: rgb(229 231 235 / 0.25);
}
.decoration-typography-subtle\/30 {
  text-decoration-color: rgb(229 231 235 / 0.3);
}
.decoration-typography-subtle\/40 {
  text-decoration-color: rgb(229 231 235 / 0.4);
}
.decoration-typography-subtle\/5 {
  text-decoration-color: rgb(229 231 235 / 0.05);
}
.decoration-typography-subtle\/50 {
  text-decoration-color: rgb(229 231 235 / 0.5);
}
.decoration-typography-subtle\/60 {
  text-decoration-color: rgb(229 231 235 / 0.6);
}
.decoration-typography-subtle\/70 {
  text-decoration-color: rgb(229 231 235 / 0.7);
}
.decoration-typography-subtle\/75 {
  text-decoration-color: rgb(229 231 235 / 0.75);
}
.decoration-typography-subtle\/80 {
  text-decoration-color: rgb(229 231 235 / 0.8);
}
.decoration-typography-subtle\/90 {
  text-decoration-color: rgb(229 231 235 / 0.9);
}
.decoration-typography-subtle\/95 {
  text-decoration-color: rgb(229 231 235 / 0.95);
}
.decoration-typography-subtle\/state-disabled {
  text-decoration-color: rgb(229 231 235 / 0.5);
}
.decoration-typography-subtle\/state-enabled {
  text-decoration-color: rgb(229 231 235 / 1);
}
.decoration-typography-success {
  text-decoration-color: rgb(74, 222, 128);
}
.decoration-typography-success\/0 {
  text-decoration-color: rgb(74 222 128 / 0);
}
.decoration-typography-success\/10 {
  text-decoration-color: rgb(74 222 128 / 0.1);
}
.decoration-typography-success\/100 {
  text-decoration-color: rgb(74 222 128 / 1);
}
.decoration-typography-success\/20 {
  text-decoration-color: rgb(74 222 128 / 0.2);
}
.decoration-typography-success\/25 {
  text-decoration-color: rgb(74 222 128 / 0.25);
}
.decoration-typography-success\/30 {
  text-decoration-color: rgb(74 222 128 / 0.3);
}
.decoration-typography-success\/40 {
  text-decoration-color: rgb(74 222 128 / 0.4);
}
.decoration-typography-success\/5 {
  text-decoration-color: rgb(74 222 128 / 0.05);
}
.decoration-typography-success\/50 {
  text-decoration-color: rgb(74 222 128 / 0.5);
}
.decoration-typography-success\/60 {
  text-decoration-color: rgb(74 222 128 / 0.6);
}
.decoration-typography-success\/70 {
  text-decoration-color: rgb(74 222 128 / 0.7);
}
.decoration-typography-success\/75 {
  text-decoration-color: rgb(74 222 128 / 0.75);
}
.decoration-typography-success\/80 {
  text-decoration-color: rgb(74 222 128 / 0.8);
}
.decoration-typography-success\/90 {
  text-decoration-color: rgb(74 222 128 / 0.9);
}
.decoration-typography-success\/95 {
  text-decoration-color: rgb(74 222 128 / 0.95);
}
.decoration-typography-success\/state-disabled {
  text-decoration-color: rgb(74 222 128 / 0.5);
}
.decoration-typography-success\/state-enabled {
  text-decoration-color: rgb(74 222 128 / 1);
}
.decoration-typography-warning {
  text-decoration-color: rgb(251, 146, 60);
}
.decoration-typography-warning\/0 {
  text-decoration-color: rgb(251 146 60 / 0);
}
.decoration-typography-warning\/10 {
  text-decoration-color: rgb(251 146 60 / 0.1);
}
.decoration-typography-warning\/100 {
  text-decoration-color: rgb(251 146 60 / 1);
}
.decoration-typography-warning\/20 {
  text-decoration-color: rgb(251 146 60 / 0.2);
}
.decoration-typography-warning\/25 {
  text-decoration-color: rgb(251 146 60 / 0.25);
}
.decoration-typography-warning\/30 {
  text-decoration-color: rgb(251 146 60 / 0.3);
}
.decoration-typography-warning\/40 {
  text-decoration-color: rgb(251 146 60 / 0.4);
}
.decoration-typography-warning\/5 {
  text-decoration-color: rgb(251 146 60 / 0.05);
}
.decoration-typography-warning\/50 {
  text-decoration-color: rgb(251 146 60 / 0.5);
}
.decoration-typography-warning\/60 {
  text-decoration-color: rgb(251 146 60 / 0.6);
}
.decoration-typography-warning\/70 {
  text-decoration-color: rgb(251 146 60 / 0.7);
}
.decoration-typography-warning\/75 {
  text-decoration-color: rgb(251 146 60 / 0.75);
}
.decoration-typography-warning\/80 {
  text-decoration-color: rgb(251 146 60 / 0.8);
}
.decoration-typography-warning\/90 {
  text-decoration-color: rgb(251 146 60 / 0.9);
}
.decoration-typography-warning\/95 {
  text-decoration-color: rgb(251 146 60 / 0.95);
}
.decoration-typography-warning\/state-disabled {
  text-decoration-color: rgb(251 146 60 / 0.5);
}
.decoration-typography-warning\/state-enabled {
  text-decoration-color: rgb(251 146 60 / 1);
}
.placeholder-avatar-background::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(205 141 239 / var(--tw-placeholder-opacity));
}
.placeholder-avatar-background::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(205 141 239 / var(--tw-placeholder-opacity));
}
.placeholder-avatar-background\/0::-moz-placeholder {
  color: rgb(205 141 239 / 0);
}
.placeholder-avatar-background\/0::placeholder {
  color: rgb(205 141 239 / 0);
}
.placeholder-avatar-background\/10::-moz-placeholder {
  color: rgb(205 141 239 / 0.1);
}
.placeholder-avatar-background\/10::placeholder {
  color: rgb(205 141 239 / 0.1);
}
.placeholder-avatar-background\/100::-moz-placeholder {
  color: rgb(205 141 239 / 1);
}
.placeholder-avatar-background\/100::placeholder {
  color: rgb(205 141 239 / 1);
}
.placeholder-avatar-background\/20::-moz-placeholder {
  color: rgb(205 141 239 / 0.2);
}
.placeholder-avatar-background\/20::placeholder {
  color: rgb(205 141 239 / 0.2);
}
.placeholder-avatar-background\/25::-moz-placeholder {
  color: rgb(205 141 239 / 0.25);
}
.placeholder-avatar-background\/25::placeholder {
  color: rgb(205 141 239 / 0.25);
}
.placeholder-avatar-background\/30::-moz-placeholder {
  color: rgb(205 141 239 / 0.3);
}
.placeholder-avatar-background\/30::placeholder {
  color: rgb(205 141 239 / 0.3);
}
.placeholder-avatar-background\/40::-moz-placeholder {
  color: rgb(205 141 239 / 0.4);
}
.placeholder-avatar-background\/40::placeholder {
  color: rgb(205 141 239 / 0.4);
}
.placeholder-avatar-background\/5::-moz-placeholder {
  color: rgb(205 141 239 / 0.05);
}
.placeholder-avatar-background\/5::placeholder {
  color: rgb(205 141 239 / 0.05);
}
.placeholder-avatar-background\/50::-moz-placeholder {
  color: rgb(205 141 239 / 0.5);
}
.placeholder-avatar-background\/50::placeholder {
  color: rgb(205 141 239 / 0.5);
}
.placeholder-avatar-background\/60::-moz-placeholder {
  color: rgb(205 141 239 / 0.6);
}
.placeholder-avatar-background\/60::placeholder {
  color: rgb(205 141 239 / 0.6);
}
.placeholder-avatar-background\/70::-moz-placeholder {
  color: rgb(205 141 239 / 0.7);
}
.placeholder-avatar-background\/70::placeholder {
  color: rgb(205 141 239 / 0.7);
}
.placeholder-avatar-background\/75::-moz-placeholder {
  color: rgb(205 141 239 / 0.75);
}
.placeholder-avatar-background\/75::placeholder {
  color: rgb(205 141 239 / 0.75);
}
.placeholder-avatar-background\/80::-moz-placeholder {
  color: rgb(205 141 239 / 0.8);
}
.placeholder-avatar-background\/80::placeholder {
  color: rgb(205 141 239 / 0.8);
}
.placeholder-avatar-background\/90::-moz-placeholder {
  color: rgb(205 141 239 / 0.9);
}
.placeholder-avatar-background\/90::placeholder {
  color: rgb(205 141 239 / 0.9);
}
.placeholder-avatar-background\/95::-moz-placeholder {
  color: rgb(205 141 239 / 0.95);
}
.placeholder-avatar-background\/95::placeholder {
  color: rgb(205 141 239 / 0.95);
}
.placeholder-avatar-background\/state-disabled::-moz-placeholder {
  color: rgb(205 141 239 / 0.5);
}
.placeholder-avatar-background\/state-disabled::placeholder {
  color: rgb(205 141 239 / 0.5);
}
.placeholder-avatar-background\/state-enabled::-moz-placeholder {
  color: rgb(205 141 239 / 1);
}
.placeholder-avatar-background\/state-enabled::placeholder {
  color: rgb(205 141 239 / 1);
}
.placeholder-badge-outline-alternate::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(6 182 212 / var(--tw-placeholder-opacity));
}
.placeholder-badge-outline-alternate::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(6 182 212 / var(--tw-placeholder-opacity));
}
.placeholder-badge-outline-alternate\/0::-moz-placeholder {
  color: rgb(6 182 212 / 0);
}
.placeholder-badge-outline-alternate\/0::placeholder {
  color: rgb(6 182 212 / 0);
}
.placeholder-badge-outline-alternate\/10::-moz-placeholder {
  color: rgb(6 182 212 / 0.1);
}
.placeholder-badge-outline-alternate\/10::placeholder {
  color: rgb(6 182 212 / 0.1);
}
.placeholder-badge-outline-alternate\/100::-moz-placeholder {
  color: rgb(6 182 212 / 1);
}
.placeholder-badge-outline-alternate\/100::placeholder {
  color: rgb(6 182 212 / 1);
}
.placeholder-badge-outline-alternate\/20::-moz-placeholder {
  color: rgb(6 182 212 / 0.2);
}
.placeholder-badge-outline-alternate\/20::placeholder {
  color: rgb(6 182 212 / 0.2);
}
.placeholder-badge-outline-alternate\/25::-moz-placeholder {
  color: rgb(6 182 212 / 0.25);
}
.placeholder-badge-outline-alternate\/25::placeholder {
  color: rgb(6 182 212 / 0.25);
}
.placeholder-badge-outline-alternate\/30::-moz-placeholder {
  color: rgb(6 182 212 / 0.3);
}
.placeholder-badge-outline-alternate\/30::placeholder {
  color: rgb(6 182 212 / 0.3);
}
.placeholder-badge-outline-alternate\/40::-moz-placeholder {
  color: rgb(6 182 212 / 0.4);
}
.placeholder-badge-outline-alternate\/40::placeholder {
  color: rgb(6 182 212 / 0.4);
}
.placeholder-badge-outline-alternate\/5::-moz-placeholder {
  color: rgb(6 182 212 / 0.05);
}
.placeholder-badge-outline-alternate\/5::placeholder {
  color: rgb(6 182 212 / 0.05);
}
.placeholder-badge-outline-alternate\/50::-moz-placeholder {
  color: rgb(6 182 212 / 0.5);
}
.placeholder-badge-outline-alternate\/50::placeholder {
  color: rgb(6 182 212 / 0.5);
}
.placeholder-badge-outline-alternate\/60::-moz-placeholder {
  color: rgb(6 182 212 / 0.6);
}
.placeholder-badge-outline-alternate\/60::placeholder {
  color: rgb(6 182 212 / 0.6);
}
.placeholder-badge-outline-alternate\/70::-moz-placeholder {
  color: rgb(6 182 212 / 0.7);
}
.placeholder-badge-outline-alternate\/70::placeholder {
  color: rgb(6 182 212 / 0.7);
}
.placeholder-badge-outline-alternate\/75::-moz-placeholder {
  color: rgb(6 182 212 / 0.75);
}
.placeholder-badge-outline-alternate\/75::placeholder {
  color: rgb(6 182 212 / 0.75);
}
.placeholder-badge-outline-alternate\/80::-moz-placeholder {
  color: rgb(6 182 212 / 0.8);
}
.placeholder-badge-outline-alternate\/80::placeholder {
  color: rgb(6 182 212 / 0.8);
}
.placeholder-badge-outline-alternate\/90::-moz-placeholder {
  color: rgb(6 182 212 / 0.9);
}
.placeholder-badge-outline-alternate\/90::placeholder {
  color: rgb(6 182 212 / 0.9);
}
.placeholder-badge-outline-alternate\/95::-moz-placeholder {
  color: rgb(6 182 212 / 0.95);
}
.placeholder-badge-outline-alternate\/95::placeholder {
  color: rgb(6 182 212 / 0.95);
}
.placeholder-badge-outline-alternate\/state-disabled::-moz-placeholder {
  color: rgb(6 182 212 / 0.5);
}
.placeholder-badge-outline-alternate\/state-disabled::placeholder {
  color: rgb(6 182 212 / 0.5);
}
.placeholder-badge-outline-alternate\/state-enabled::-moz-placeholder {
  color: rgb(6 182 212 / 1);
}
.placeholder-badge-outline-alternate\/state-enabled::placeholder {
  color: rgb(6 182 212 / 1);
}
.placeholder-badge-outline-default::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(205 141 239 / var(--tw-placeholder-opacity));
}
.placeholder-badge-outline-default::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(205 141 239 / var(--tw-placeholder-opacity));
}
.placeholder-badge-outline-default\/0::-moz-placeholder {
  color: rgb(205 141 239 / 0);
}
.placeholder-badge-outline-default\/0::placeholder {
  color: rgb(205 141 239 / 0);
}
.placeholder-badge-outline-default\/10::-moz-placeholder {
  color: rgb(205 141 239 / 0.1);
}
.placeholder-badge-outline-default\/10::placeholder {
  color: rgb(205 141 239 / 0.1);
}
.placeholder-badge-outline-default\/100::-moz-placeholder {
  color: rgb(205 141 239 / 1);
}
.placeholder-badge-outline-default\/100::placeholder {
  color: rgb(205 141 239 / 1);
}
.placeholder-badge-outline-default\/20::-moz-placeholder {
  color: rgb(205 141 239 / 0.2);
}
.placeholder-badge-outline-default\/20::placeholder {
  color: rgb(205 141 239 / 0.2);
}
.placeholder-badge-outline-default\/25::-moz-placeholder {
  color: rgb(205 141 239 / 0.25);
}
.placeholder-badge-outline-default\/25::placeholder {
  color: rgb(205 141 239 / 0.25);
}
.placeholder-badge-outline-default\/30::-moz-placeholder {
  color: rgb(205 141 239 / 0.3);
}
.placeholder-badge-outline-default\/30::placeholder {
  color: rgb(205 141 239 / 0.3);
}
.placeholder-badge-outline-default\/40::-moz-placeholder {
  color: rgb(205 141 239 / 0.4);
}
.placeholder-badge-outline-default\/40::placeholder {
  color: rgb(205 141 239 / 0.4);
}
.placeholder-badge-outline-default\/5::-moz-placeholder {
  color: rgb(205 141 239 / 0.05);
}
.placeholder-badge-outline-default\/5::placeholder {
  color: rgb(205 141 239 / 0.05);
}
.placeholder-badge-outline-default\/50::-moz-placeholder {
  color: rgb(205 141 239 / 0.5);
}
.placeholder-badge-outline-default\/50::placeholder {
  color: rgb(205 141 239 / 0.5);
}
.placeholder-badge-outline-default\/60::-moz-placeholder {
  color: rgb(205 141 239 / 0.6);
}
.placeholder-badge-outline-default\/60::placeholder {
  color: rgb(205 141 239 / 0.6);
}
.placeholder-badge-outline-default\/70::-moz-placeholder {
  color: rgb(205 141 239 / 0.7);
}
.placeholder-badge-outline-default\/70::placeholder {
  color: rgb(205 141 239 / 0.7);
}
.placeholder-badge-outline-default\/75::-moz-placeholder {
  color: rgb(205 141 239 / 0.75);
}
.placeholder-badge-outline-default\/75::placeholder {
  color: rgb(205 141 239 / 0.75);
}
.placeholder-badge-outline-default\/80::-moz-placeholder {
  color: rgb(205 141 239 / 0.8);
}
.placeholder-badge-outline-default\/80::placeholder {
  color: rgb(205 141 239 / 0.8);
}
.placeholder-badge-outline-default\/90::-moz-placeholder {
  color: rgb(205 141 239 / 0.9);
}
.placeholder-badge-outline-default\/90::placeholder {
  color: rgb(205 141 239 / 0.9);
}
.placeholder-badge-outline-default\/95::-moz-placeholder {
  color: rgb(205 141 239 / 0.95);
}
.placeholder-badge-outline-default\/95::placeholder {
  color: rgb(205 141 239 / 0.95);
}
.placeholder-badge-outline-default\/state-disabled::-moz-placeholder {
  color: rgb(205 141 239 / 0.5);
}
.placeholder-badge-outline-default\/state-disabled::placeholder {
  color: rgb(205 141 239 / 0.5);
}
.placeholder-badge-outline-default\/state-enabled::-moz-placeholder {
  color: rgb(205 141 239 / 1);
}
.placeholder-badge-outline-default\/state-enabled::placeholder {
  color: rgb(205 141 239 / 1);
}
.placeholder-badge-outline-textColor::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(205 141 239 / var(--tw-placeholder-opacity));
}
.placeholder-badge-outline-textColor::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(205 141 239 / var(--tw-placeholder-opacity));
}
.placeholder-badge-outline-textColor\/0::-moz-placeholder {
  color: rgb(205 141 239 / 0);
}
.placeholder-badge-outline-textColor\/0::placeholder {
  color: rgb(205 141 239 / 0);
}
.placeholder-badge-outline-textColor\/10::-moz-placeholder {
  color: rgb(205 141 239 / 0.1);
}
.placeholder-badge-outline-textColor\/10::placeholder {
  color: rgb(205 141 239 / 0.1);
}
.placeholder-badge-outline-textColor\/100::-moz-placeholder {
  color: rgb(205 141 239 / 1);
}
.placeholder-badge-outline-textColor\/100::placeholder {
  color: rgb(205 141 239 / 1);
}
.placeholder-badge-outline-textColor\/20::-moz-placeholder {
  color: rgb(205 141 239 / 0.2);
}
.placeholder-badge-outline-textColor\/20::placeholder {
  color: rgb(205 141 239 / 0.2);
}
.placeholder-badge-outline-textColor\/25::-moz-placeholder {
  color: rgb(205 141 239 / 0.25);
}
.placeholder-badge-outline-textColor\/25::placeholder {
  color: rgb(205 141 239 / 0.25);
}
.placeholder-badge-outline-textColor\/30::-moz-placeholder {
  color: rgb(205 141 239 / 0.3);
}
.placeholder-badge-outline-textColor\/30::placeholder {
  color: rgb(205 141 239 / 0.3);
}
.placeholder-badge-outline-textColor\/40::-moz-placeholder {
  color: rgb(205 141 239 / 0.4);
}
.placeholder-badge-outline-textColor\/40::placeholder {
  color: rgb(205 141 239 / 0.4);
}
.placeholder-badge-outline-textColor\/5::-moz-placeholder {
  color: rgb(205 141 239 / 0.05);
}
.placeholder-badge-outline-textColor\/5::placeholder {
  color: rgb(205 141 239 / 0.05);
}
.placeholder-badge-outline-textColor\/50::-moz-placeholder {
  color: rgb(205 141 239 / 0.5);
}
.placeholder-badge-outline-textColor\/50::placeholder {
  color: rgb(205 141 239 / 0.5);
}
.placeholder-badge-outline-textColor\/60::-moz-placeholder {
  color: rgb(205 141 239 / 0.6);
}
.placeholder-badge-outline-textColor\/60::placeholder {
  color: rgb(205 141 239 / 0.6);
}
.placeholder-badge-outline-textColor\/70::-moz-placeholder {
  color: rgb(205 141 239 / 0.7);
}
.placeholder-badge-outline-textColor\/70::placeholder {
  color: rgb(205 141 239 / 0.7);
}
.placeholder-badge-outline-textColor\/75::-moz-placeholder {
  color: rgb(205 141 239 / 0.75);
}
.placeholder-badge-outline-textColor\/75::placeholder {
  color: rgb(205 141 239 / 0.75);
}
.placeholder-badge-outline-textColor\/80::-moz-placeholder {
  color: rgb(205 141 239 / 0.8);
}
.placeholder-badge-outline-textColor\/80::placeholder {
  color: rgb(205 141 239 / 0.8);
}
.placeholder-badge-outline-textColor\/90::-moz-placeholder {
  color: rgb(205 141 239 / 0.9);
}
.placeholder-badge-outline-textColor\/90::placeholder {
  color: rgb(205 141 239 / 0.9);
}
.placeholder-badge-outline-textColor\/95::-moz-placeholder {
  color: rgb(205 141 239 / 0.95);
}
.placeholder-badge-outline-textColor\/95::placeholder {
  color: rgb(205 141 239 / 0.95);
}
.placeholder-badge-outline-textColor\/state-disabled::-moz-placeholder {
  color: rgb(205 141 239 / 0.5);
}
.placeholder-badge-outline-textColor\/state-disabled::placeholder {
  color: rgb(205 141 239 / 0.5);
}
.placeholder-badge-outline-textColor\/state-enabled::-moz-placeholder {
  color: rgb(205 141 239 / 1);
}
.placeholder-badge-outline-textColor\/state-enabled::placeholder {
  color: rgb(205 141 239 / 1);
}
.placeholder-badge-solid-alternate::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(6 182 212 / var(--tw-placeholder-opacity));
}
.placeholder-badge-solid-alternate::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(6 182 212 / var(--tw-placeholder-opacity));
}
.placeholder-badge-solid-alternate\/0::-moz-placeholder {
  color: rgb(6 182 212 / 0);
}
.placeholder-badge-solid-alternate\/0::placeholder {
  color: rgb(6 182 212 / 0);
}
.placeholder-badge-solid-alternate\/10::-moz-placeholder {
  color: rgb(6 182 212 / 0.1);
}
.placeholder-badge-solid-alternate\/10::placeholder {
  color: rgb(6 182 212 / 0.1);
}
.placeholder-badge-solid-alternate\/100::-moz-placeholder {
  color: rgb(6 182 212 / 1);
}
.placeholder-badge-solid-alternate\/100::placeholder {
  color: rgb(6 182 212 / 1);
}
.placeholder-badge-solid-alternate\/20::-moz-placeholder {
  color: rgb(6 182 212 / 0.2);
}
.placeholder-badge-solid-alternate\/20::placeholder {
  color: rgb(6 182 212 / 0.2);
}
.placeholder-badge-solid-alternate\/25::-moz-placeholder {
  color: rgb(6 182 212 / 0.25);
}
.placeholder-badge-solid-alternate\/25::placeholder {
  color: rgb(6 182 212 / 0.25);
}
.placeholder-badge-solid-alternate\/30::-moz-placeholder {
  color: rgb(6 182 212 / 0.3);
}
.placeholder-badge-solid-alternate\/30::placeholder {
  color: rgb(6 182 212 / 0.3);
}
.placeholder-badge-solid-alternate\/40::-moz-placeholder {
  color: rgb(6 182 212 / 0.4);
}
.placeholder-badge-solid-alternate\/40::placeholder {
  color: rgb(6 182 212 / 0.4);
}
.placeholder-badge-solid-alternate\/5::-moz-placeholder {
  color: rgb(6 182 212 / 0.05);
}
.placeholder-badge-solid-alternate\/5::placeholder {
  color: rgb(6 182 212 / 0.05);
}
.placeholder-badge-solid-alternate\/50::-moz-placeholder {
  color: rgb(6 182 212 / 0.5);
}
.placeholder-badge-solid-alternate\/50::placeholder {
  color: rgb(6 182 212 / 0.5);
}
.placeholder-badge-solid-alternate\/60::-moz-placeholder {
  color: rgb(6 182 212 / 0.6);
}
.placeholder-badge-solid-alternate\/60::placeholder {
  color: rgb(6 182 212 / 0.6);
}
.placeholder-badge-solid-alternate\/70::-moz-placeholder {
  color: rgb(6 182 212 / 0.7);
}
.placeholder-badge-solid-alternate\/70::placeholder {
  color: rgb(6 182 212 / 0.7);
}
.placeholder-badge-solid-alternate\/75::-moz-placeholder {
  color: rgb(6 182 212 / 0.75);
}
.placeholder-badge-solid-alternate\/75::placeholder {
  color: rgb(6 182 212 / 0.75);
}
.placeholder-badge-solid-alternate\/80::-moz-placeholder {
  color: rgb(6 182 212 / 0.8);
}
.placeholder-badge-solid-alternate\/80::placeholder {
  color: rgb(6 182 212 / 0.8);
}
.placeholder-badge-solid-alternate\/90::-moz-placeholder {
  color: rgb(6 182 212 / 0.9);
}
.placeholder-badge-solid-alternate\/90::placeholder {
  color: rgb(6 182 212 / 0.9);
}
.placeholder-badge-solid-alternate\/95::-moz-placeholder {
  color: rgb(6 182 212 / 0.95);
}
.placeholder-badge-solid-alternate\/95::placeholder {
  color: rgb(6 182 212 / 0.95);
}
.placeholder-badge-solid-alternate\/state-disabled::-moz-placeholder {
  color: rgb(6 182 212 / 0.5);
}
.placeholder-badge-solid-alternate\/state-disabled::placeholder {
  color: rgb(6 182 212 / 0.5);
}
.placeholder-badge-solid-alternate\/state-enabled::-moz-placeholder {
  color: rgb(6 182 212 / 1);
}
.placeholder-badge-solid-alternate\/state-enabled::placeholder {
  color: rgb(6 182 212 / 1);
}
.placeholder-badge-solid-default::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(205 141 239 / var(--tw-placeholder-opacity));
}
.placeholder-badge-solid-default::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(205 141 239 / var(--tw-placeholder-opacity));
}
.placeholder-badge-solid-default\/0::-moz-placeholder {
  color: rgb(205 141 239 / 0);
}
.placeholder-badge-solid-default\/0::placeholder {
  color: rgb(205 141 239 / 0);
}
.placeholder-badge-solid-default\/10::-moz-placeholder {
  color: rgb(205 141 239 / 0.1);
}
.placeholder-badge-solid-default\/10::placeholder {
  color: rgb(205 141 239 / 0.1);
}
.placeholder-badge-solid-default\/100::-moz-placeholder {
  color: rgb(205 141 239 / 1);
}
.placeholder-badge-solid-default\/100::placeholder {
  color: rgb(205 141 239 / 1);
}
.placeholder-badge-solid-default\/20::-moz-placeholder {
  color: rgb(205 141 239 / 0.2);
}
.placeholder-badge-solid-default\/20::placeholder {
  color: rgb(205 141 239 / 0.2);
}
.placeholder-badge-solid-default\/25::-moz-placeholder {
  color: rgb(205 141 239 / 0.25);
}
.placeholder-badge-solid-default\/25::placeholder {
  color: rgb(205 141 239 / 0.25);
}
.placeholder-badge-solid-default\/30::-moz-placeholder {
  color: rgb(205 141 239 / 0.3);
}
.placeholder-badge-solid-default\/30::placeholder {
  color: rgb(205 141 239 / 0.3);
}
.placeholder-badge-solid-default\/40::-moz-placeholder {
  color: rgb(205 141 239 / 0.4);
}
.placeholder-badge-solid-default\/40::placeholder {
  color: rgb(205 141 239 / 0.4);
}
.placeholder-badge-solid-default\/5::-moz-placeholder {
  color: rgb(205 141 239 / 0.05);
}
.placeholder-badge-solid-default\/5::placeholder {
  color: rgb(205 141 239 / 0.05);
}
.placeholder-badge-solid-default\/50::-moz-placeholder {
  color: rgb(205 141 239 / 0.5);
}
.placeholder-badge-solid-default\/50::placeholder {
  color: rgb(205 141 239 / 0.5);
}
.placeholder-badge-solid-default\/60::-moz-placeholder {
  color: rgb(205 141 239 / 0.6);
}
.placeholder-badge-solid-default\/60::placeholder {
  color: rgb(205 141 239 / 0.6);
}
.placeholder-badge-solid-default\/70::-moz-placeholder {
  color: rgb(205 141 239 / 0.7);
}
.placeholder-badge-solid-default\/70::placeholder {
  color: rgb(205 141 239 / 0.7);
}
.placeholder-badge-solid-default\/75::-moz-placeholder {
  color: rgb(205 141 239 / 0.75);
}
.placeholder-badge-solid-default\/75::placeholder {
  color: rgb(205 141 239 / 0.75);
}
.placeholder-badge-solid-default\/80::-moz-placeholder {
  color: rgb(205 141 239 / 0.8);
}
.placeholder-badge-solid-default\/80::placeholder {
  color: rgb(205 141 239 / 0.8);
}
.placeholder-badge-solid-default\/90::-moz-placeholder {
  color: rgb(205 141 239 / 0.9);
}
.placeholder-badge-solid-default\/90::placeholder {
  color: rgb(205 141 239 / 0.9);
}
.placeholder-badge-solid-default\/95::-moz-placeholder {
  color: rgb(205 141 239 / 0.95);
}
.placeholder-badge-solid-default\/95::placeholder {
  color: rgb(205 141 239 / 0.95);
}
.placeholder-badge-solid-default\/state-disabled::-moz-placeholder {
  color: rgb(205 141 239 / 0.5);
}
.placeholder-badge-solid-default\/state-disabled::placeholder {
  color: rgb(205 141 239 / 0.5);
}
.placeholder-badge-solid-default\/state-enabled::-moz-placeholder {
  color: rgb(205 141 239 / 1);
}
.placeholder-badge-solid-default\/state-enabled::placeholder {
  color: rgb(205 141 239 / 1);
}
.placeholder-badge-solid-textColor::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(64 64 64 / var(--tw-placeholder-opacity));
}
.placeholder-badge-solid-textColor::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(64 64 64 / var(--tw-placeholder-opacity));
}
.placeholder-badge-solid-textColor\/0::-moz-placeholder {
  color: rgb(64 64 64 / 0);
}
.placeholder-badge-solid-textColor\/0::placeholder {
  color: rgb(64 64 64 / 0);
}
.placeholder-badge-solid-textColor\/10::-moz-placeholder {
  color: rgb(64 64 64 / 0.1);
}
.placeholder-badge-solid-textColor\/10::placeholder {
  color: rgb(64 64 64 / 0.1);
}
.placeholder-badge-solid-textColor\/100::-moz-placeholder {
  color: rgb(64 64 64 / 1);
}
.placeholder-badge-solid-textColor\/100::placeholder {
  color: rgb(64 64 64 / 1);
}
.placeholder-badge-solid-textColor\/20::-moz-placeholder {
  color: rgb(64 64 64 / 0.2);
}
.placeholder-badge-solid-textColor\/20::placeholder {
  color: rgb(64 64 64 / 0.2);
}
.placeholder-badge-solid-textColor\/25::-moz-placeholder {
  color: rgb(64 64 64 / 0.25);
}
.placeholder-badge-solid-textColor\/25::placeholder {
  color: rgb(64 64 64 / 0.25);
}
.placeholder-badge-solid-textColor\/30::-moz-placeholder {
  color: rgb(64 64 64 / 0.3);
}
.placeholder-badge-solid-textColor\/30::placeholder {
  color: rgb(64 64 64 / 0.3);
}
.placeholder-badge-solid-textColor\/40::-moz-placeholder {
  color: rgb(64 64 64 / 0.4);
}
.placeholder-badge-solid-textColor\/40::placeholder {
  color: rgb(64 64 64 / 0.4);
}
.placeholder-badge-solid-textColor\/5::-moz-placeholder {
  color: rgb(64 64 64 / 0.05);
}
.placeholder-badge-solid-textColor\/5::placeholder {
  color: rgb(64 64 64 / 0.05);
}
.placeholder-badge-solid-textColor\/50::-moz-placeholder {
  color: rgb(64 64 64 / 0.5);
}
.placeholder-badge-solid-textColor\/50::placeholder {
  color: rgb(64 64 64 / 0.5);
}
.placeholder-badge-solid-textColor\/60::-moz-placeholder {
  color: rgb(64 64 64 / 0.6);
}
.placeholder-badge-solid-textColor\/60::placeholder {
  color: rgb(64 64 64 / 0.6);
}
.placeholder-badge-solid-textColor\/70::-moz-placeholder {
  color: rgb(64 64 64 / 0.7);
}
.placeholder-badge-solid-textColor\/70::placeholder {
  color: rgb(64 64 64 / 0.7);
}
.placeholder-badge-solid-textColor\/75::-moz-placeholder {
  color: rgb(64 64 64 / 0.75);
}
.placeholder-badge-solid-textColor\/75::placeholder {
  color: rgb(64 64 64 / 0.75);
}
.placeholder-badge-solid-textColor\/80::-moz-placeholder {
  color: rgb(64 64 64 / 0.8);
}
.placeholder-badge-solid-textColor\/80::placeholder {
  color: rgb(64 64 64 / 0.8);
}
.placeholder-badge-solid-textColor\/90::-moz-placeholder {
  color: rgb(64 64 64 / 0.9);
}
.placeholder-badge-solid-textColor\/90::placeholder {
  color: rgb(64 64 64 / 0.9);
}
.placeholder-badge-solid-textColor\/95::-moz-placeholder {
  color: rgb(64 64 64 / 0.95);
}
.placeholder-badge-solid-textColor\/95::placeholder {
  color: rgb(64 64 64 / 0.95);
}
.placeholder-badge-solid-textColor\/state-disabled::-moz-placeholder {
  color: rgb(64 64 64 / 0.5);
}
.placeholder-badge-solid-textColor\/state-disabled::placeholder {
  color: rgb(64 64 64 / 0.5);
}
.placeholder-badge-solid-textColor\/state-enabled::-moz-placeholder {
  color: rgb(64 64 64 / 1);
}
.placeholder-badge-solid-textColor\/state-enabled::placeholder {
  color: rgb(64 64 64 / 1);
}
.placeholder-divider-default::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(55 65 81 / var(--tw-placeholder-opacity));
}
.placeholder-divider-default::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(55 65 81 / var(--tw-placeholder-opacity));
}
.placeholder-divider-default\/0::-moz-placeholder {
  color: rgb(55 65 81 / 0);
}
.placeholder-divider-default\/0::placeholder {
  color: rgb(55 65 81 / 0);
}
.placeholder-divider-default\/10::-moz-placeholder {
  color: rgb(55 65 81 / 0.1);
}
.placeholder-divider-default\/10::placeholder {
  color: rgb(55 65 81 / 0.1);
}
.placeholder-divider-default\/100::-moz-placeholder {
  color: rgb(55 65 81 / 1);
}
.placeholder-divider-default\/100::placeholder {
  color: rgb(55 65 81 / 1);
}
.placeholder-divider-default\/20::-moz-placeholder {
  color: rgb(55 65 81 / 0.2);
}
.placeholder-divider-default\/20::placeholder {
  color: rgb(55 65 81 / 0.2);
}
.placeholder-divider-default\/25::-moz-placeholder {
  color: rgb(55 65 81 / 0.25);
}
.placeholder-divider-default\/25::placeholder {
  color: rgb(55 65 81 / 0.25);
}
.placeholder-divider-default\/30::-moz-placeholder {
  color: rgb(55 65 81 / 0.3);
}
.placeholder-divider-default\/30::placeholder {
  color: rgb(55 65 81 / 0.3);
}
.placeholder-divider-default\/40::-moz-placeholder {
  color: rgb(55 65 81 / 0.4);
}
.placeholder-divider-default\/40::placeholder {
  color: rgb(55 65 81 / 0.4);
}
.placeholder-divider-default\/5::-moz-placeholder {
  color: rgb(55 65 81 / 0.05);
}
.placeholder-divider-default\/5::placeholder {
  color: rgb(55 65 81 / 0.05);
}
.placeholder-divider-default\/50::-moz-placeholder {
  color: rgb(55 65 81 / 0.5);
}
.placeholder-divider-default\/50::placeholder {
  color: rgb(55 65 81 / 0.5);
}
.placeholder-divider-default\/60::-moz-placeholder {
  color: rgb(55 65 81 / 0.6);
}
.placeholder-divider-default\/60::placeholder {
  color: rgb(55 65 81 / 0.6);
}
.placeholder-divider-default\/70::-moz-placeholder {
  color: rgb(55 65 81 / 0.7);
}
.placeholder-divider-default\/70::placeholder {
  color: rgb(55 65 81 / 0.7);
}
.placeholder-divider-default\/75::-moz-placeholder {
  color: rgb(55 65 81 / 0.75);
}
.placeholder-divider-default\/75::placeholder {
  color: rgb(55 65 81 / 0.75);
}
.placeholder-divider-default\/80::-moz-placeholder {
  color: rgb(55 65 81 / 0.8);
}
.placeholder-divider-default\/80::placeholder {
  color: rgb(55 65 81 / 0.8);
}
.placeholder-divider-default\/90::-moz-placeholder {
  color: rgb(55 65 81 / 0.9);
}
.placeholder-divider-default\/90::placeholder {
  color: rgb(55 65 81 / 0.9);
}
.placeholder-divider-default\/95::-moz-placeholder {
  color: rgb(55 65 81 / 0.95);
}
.placeholder-divider-default\/95::placeholder {
  color: rgb(55 65 81 / 0.95);
}
.placeholder-divider-default\/state-disabled::-moz-placeholder {
  color: rgb(55 65 81 / 0.5);
}
.placeholder-divider-default\/state-disabled::placeholder {
  color: rgb(55 65 81 / 0.5);
}
.placeholder-divider-default\/state-enabled::-moz-placeholder {
  color: rgb(55 65 81 / 1);
}
.placeholder-divider-default\/state-enabled::placeholder {
  color: rgb(55 65 81 / 1);
}
.placeholder-input-background::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(23 23 23 / var(--tw-placeholder-opacity));
}
.placeholder-input-background::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(23 23 23 / var(--tw-placeholder-opacity));
}
.placeholder-input-background\/0::-moz-placeholder {
  color: rgb(23 23 23 / 0);
}
.placeholder-input-background\/0::placeholder {
  color: rgb(23 23 23 / 0);
}
.placeholder-input-background\/10::-moz-placeholder {
  color: rgb(23 23 23 / 0.1);
}
.placeholder-input-background\/10::placeholder {
  color: rgb(23 23 23 / 0.1);
}
.placeholder-input-background\/100::-moz-placeholder {
  color: rgb(23 23 23 / 1);
}
.placeholder-input-background\/100::placeholder {
  color: rgb(23 23 23 / 1);
}
.placeholder-input-background\/20::-moz-placeholder {
  color: rgb(23 23 23 / 0.2);
}
.placeholder-input-background\/20::placeholder {
  color: rgb(23 23 23 / 0.2);
}
.placeholder-input-background\/25::-moz-placeholder {
  color: rgb(23 23 23 / 0.25);
}
.placeholder-input-background\/25::placeholder {
  color: rgb(23 23 23 / 0.25);
}
.placeholder-input-background\/30::-moz-placeholder {
  color: rgb(23 23 23 / 0.3);
}
.placeholder-input-background\/30::placeholder {
  color: rgb(23 23 23 / 0.3);
}
.placeholder-input-background\/40::-moz-placeholder {
  color: rgb(23 23 23 / 0.4);
}
.placeholder-input-background\/40::placeholder {
  color: rgb(23 23 23 / 0.4);
}
.placeholder-input-background\/5::-moz-placeholder {
  color: rgb(23 23 23 / 0.05);
}
.placeholder-input-background\/5::placeholder {
  color: rgb(23 23 23 / 0.05);
}
.placeholder-input-background\/50::-moz-placeholder {
  color: rgb(23 23 23 / 0.5);
}
.placeholder-input-background\/50::placeholder {
  color: rgb(23 23 23 / 0.5);
}
.placeholder-input-background\/60::-moz-placeholder {
  color: rgb(23 23 23 / 0.6);
}
.placeholder-input-background\/60::placeholder {
  color: rgb(23 23 23 / 0.6);
}
.placeholder-input-background\/70::-moz-placeholder {
  color: rgb(23 23 23 / 0.7);
}
.placeholder-input-background\/70::placeholder {
  color: rgb(23 23 23 / 0.7);
}
.placeholder-input-background\/75::-moz-placeholder {
  color: rgb(23 23 23 / 0.75);
}
.placeholder-input-background\/75::placeholder {
  color: rgb(23 23 23 / 0.75);
}
.placeholder-input-background\/80::-moz-placeholder {
  color: rgb(23 23 23 / 0.8);
}
.placeholder-input-background\/80::placeholder {
  color: rgb(23 23 23 / 0.8);
}
.placeholder-input-background\/90::-moz-placeholder {
  color: rgb(23 23 23 / 0.9);
}
.placeholder-input-background\/90::placeholder {
  color: rgb(23 23 23 / 0.9);
}
.placeholder-input-background\/95::-moz-placeholder {
  color: rgb(23 23 23 / 0.95);
}
.placeholder-input-background\/95::placeholder {
  color: rgb(23 23 23 / 0.95);
}
.placeholder-input-background\/state-disabled::-moz-placeholder {
  color: rgb(23 23 23 / 0.5);
}
.placeholder-input-background\/state-disabled::placeholder {
  color: rgb(23 23 23 / 0.5);
}
.placeholder-input-background\/state-enabled::-moz-placeholder {
  color: rgb(23 23 23 / 1);
}
.placeholder-input-background\/state-enabled::placeholder {
  color: rgb(23 23 23 / 1);
}
.placeholder-input-checkbox-background::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(205 141 239 / var(--tw-placeholder-opacity));
}
.placeholder-input-checkbox-background::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(205 141 239 / var(--tw-placeholder-opacity));
}
.placeholder-input-checkbox-background\/0::-moz-placeholder {
  color: rgb(205 141 239 / 0);
}
.placeholder-input-checkbox-background\/0::placeholder {
  color: rgb(205 141 239 / 0);
}
.placeholder-input-checkbox-background\/10::-moz-placeholder {
  color: rgb(205 141 239 / 0.1);
}
.placeholder-input-checkbox-background\/10::placeholder {
  color: rgb(205 141 239 / 0.1);
}
.placeholder-input-checkbox-background\/100::-moz-placeholder {
  color: rgb(205 141 239 / 1);
}
.placeholder-input-checkbox-background\/100::placeholder {
  color: rgb(205 141 239 / 1);
}
.placeholder-input-checkbox-background\/20::-moz-placeholder {
  color: rgb(205 141 239 / 0.2);
}
.placeholder-input-checkbox-background\/20::placeholder {
  color: rgb(205 141 239 / 0.2);
}
.placeholder-input-checkbox-background\/25::-moz-placeholder {
  color: rgb(205 141 239 / 0.25);
}
.placeholder-input-checkbox-background\/25::placeholder {
  color: rgb(205 141 239 / 0.25);
}
.placeholder-input-checkbox-background\/30::-moz-placeholder {
  color: rgb(205 141 239 / 0.3);
}
.placeholder-input-checkbox-background\/30::placeholder {
  color: rgb(205 141 239 / 0.3);
}
.placeholder-input-checkbox-background\/40::-moz-placeholder {
  color: rgb(205 141 239 / 0.4);
}
.placeholder-input-checkbox-background\/40::placeholder {
  color: rgb(205 141 239 / 0.4);
}
.placeholder-input-checkbox-background\/5::-moz-placeholder {
  color: rgb(205 141 239 / 0.05);
}
.placeholder-input-checkbox-background\/5::placeholder {
  color: rgb(205 141 239 / 0.05);
}
.placeholder-input-checkbox-background\/50::-moz-placeholder {
  color: rgb(205 141 239 / 0.5);
}
.placeholder-input-checkbox-background\/50::placeholder {
  color: rgb(205 141 239 / 0.5);
}
.placeholder-input-checkbox-background\/60::-moz-placeholder {
  color: rgb(205 141 239 / 0.6);
}
.placeholder-input-checkbox-background\/60::placeholder {
  color: rgb(205 141 239 / 0.6);
}
.placeholder-input-checkbox-background\/70::-moz-placeholder {
  color: rgb(205 141 239 / 0.7);
}
.placeholder-input-checkbox-background\/70::placeholder {
  color: rgb(205 141 239 / 0.7);
}
.placeholder-input-checkbox-background\/75::-moz-placeholder {
  color: rgb(205 141 239 / 0.75);
}
.placeholder-input-checkbox-background\/75::placeholder {
  color: rgb(205 141 239 / 0.75);
}
.placeholder-input-checkbox-background\/80::-moz-placeholder {
  color: rgb(205 141 239 / 0.8);
}
.placeholder-input-checkbox-background\/80::placeholder {
  color: rgb(205 141 239 / 0.8);
}
.placeholder-input-checkbox-background\/90::-moz-placeholder {
  color: rgb(205 141 239 / 0.9);
}
.placeholder-input-checkbox-background\/90::placeholder {
  color: rgb(205 141 239 / 0.9);
}
.placeholder-input-checkbox-background\/95::-moz-placeholder {
  color: rgb(205 141 239 / 0.95);
}
.placeholder-input-checkbox-background\/95::placeholder {
  color: rgb(205 141 239 / 0.95);
}
.placeholder-input-checkbox-background\/state-disabled::-moz-placeholder {
  color: rgb(205 141 239 / 0.5);
}
.placeholder-input-checkbox-background\/state-disabled::placeholder {
  color: rgb(205 141 239 / 0.5);
}
.placeholder-input-checkbox-background\/state-enabled::-moz-placeholder {
  color: rgb(205 141 239 / 1);
}
.placeholder-input-checkbox-background\/state-enabled::placeholder {
  color: rgb(205 141 239 / 1);
}
.placeholder-input-checkbox-border::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(205 141 239 / var(--tw-placeholder-opacity));
}
.placeholder-input-checkbox-border::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(205 141 239 / var(--tw-placeholder-opacity));
}
.placeholder-input-checkbox-border\/0::-moz-placeholder {
  color: rgb(205 141 239 / 0);
}
.placeholder-input-checkbox-border\/0::placeholder {
  color: rgb(205 141 239 / 0);
}
.placeholder-input-checkbox-border\/10::-moz-placeholder {
  color: rgb(205 141 239 / 0.1);
}
.placeholder-input-checkbox-border\/10::placeholder {
  color: rgb(205 141 239 / 0.1);
}
.placeholder-input-checkbox-border\/100::-moz-placeholder {
  color: rgb(205 141 239 / 1);
}
.placeholder-input-checkbox-border\/100::placeholder {
  color: rgb(205 141 239 / 1);
}
.placeholder-input-checkbox-border\/20::-moz-placeholder {
  color: rgb(205 141 239 / 0.2);
}
.placeholder-input-checkbox-border\/20::placeholder {
  color: rgb(205 141 239 / 0.2);
}
.placeholder-input-checkbox-border\/25::-moz-placeholder {
  color: rgb(205 141 239 / 0.25);
}
.placeholder-input-checkbox-border\/25::placeholder {
  color: rgb(205 141 239 / 0.25);
}
.placeholder-input-checkbox-border\/30::-moz-placeholder {
  color: rgb(205 141 239 / 0.3);
}
.placeholder-input-checkbox-border\/30::placeholder {
  color: rgb(205 141 239 / 0.3);
}
.placeholder-input-checkbox-border\/40::-moz-placeholder {
  color: rgb(205 141 239 / 0.4);
}
.placeholder-input-checkbox-border\/40::placeholder {
  color: rgb(205 141 239 / 0.4);
}
.placeholder-input-checkbox-border\/5::-moz-placeholder {
  color: rgb(205 141 239 / 0.05);
}
.placeholder-input-checkbox-border\/5::placeholder {
  color: rgb(205 141 239 / 0.05);
}
.placeholder-input-checkbox-border\/50::-moz-placeholder {
  color: rgb(205 141 239 / 0.5);
}
.placeholder-input-checkbox-border\/50::placeholder {
  color: rgb(205 141 239 / 0.5);
}
.placeholder-input-checkbox-border\/60::-moz-placeholder {
  color: rgb(205 141 239 / 0.6);
}
.placeholder-input-checkbox-border\/60::placeholder {
  color: rgb(205 141 239 / 0.6);
}
.placeholder-input-checkbox-border\/70::-moz-placeholder {
  color: rgb(205 141 239 / 0.7);
}
.placeholder-input-checkbox-border\/70::placeholder {
  color: rgb(205 141 239 / 0.7);
}
.placeholder-input-checkbox-border\/75::-moz-placeholder {
  color: rgb(205 141 239 / 0.75);
}
.placeholder-input-checkbox-border\/75::placeholder {
  color: rgb(205 141 239 / 0.75);
}
.placeholder-input-checkbox-border\/80::-moz-placeholder {
  color: rgb(205 141 239 / 0.8);
}
.placeholder-input-checkbox-border\/80::placeholder {
  color: rgb(205 141 239 / 0.8);
}
.placeholder-input-checkbox-border\/90::-moz-placeholder {
  color: rgb(205 141 239 / 0.9);
}
.placeholder-input-checkbox-border\/90::placeholder {
  color: rgb(205 141 239 / 0.9);
}
.placeholder-input-checkbox-border\/95::-moz-placeholder {
  color: rgb(205 141 239 / 0.95);
}
.placeholder-input-checkbox-border\/95::placeholder {
  color: rgb(205 141 239 / 0.95);
}
.placeholder-input-checkbox-border\/state-disabled::-moz-placeholder {
  color: rgb(205 141 239 / 0.5);
}
.placeholder-input-checkbox-border\/state-disabled::placeholder {
  color: rgb(205 141 239 / 0.5);
}
.placeholder-input-checkbox-border\/state-enabled::-moz-placeholder {
  color: rgb(205 141 239 / 1);
}
.placeholder-input-checkbox-border\/state-enabled::placeholder {
  color: rgb(205 141 239 / 1);
}
.placeholder-input-checkbox-contrast::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(64 64 64 / var(--tw-placeholder-opacity));
}
.placeholder-input-checkbox-contrast::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(64 64 64 / var(--tw-placeholder-opacity));
}
.placeholder-input-checkbox-contrast\/0::-moz-placeholder {
  color: rgb(64 64 64 / 0);
}
.placeholder-input-checkbox-contrast\/0::placeholder {
  color: rgb(64 64 64 / 0);
}
.placeholder-input-checkbox-contrast\/10::-moz-placeholder {
  color: rgb(64 64 64 / 0.1);
}
.placeholder-input-checkbox-contrast\/10::placeholder {
  color: rgb(64 64 64 / 0.1);
}
.placeholder-input-checkbox-contrast\/100::-moz-placeholder {
  color: rgb(64 64 64 / 1);
}
.placeholder-input-checkbox-contrast\/100::placeholder {
  color: rgb(64 64 64 / 1);
}
.placeholder-input-checkbox-contrast\/20::-moz-placeholder {
  color: rgb(64 64 64 / 0.2);
}
.placeholder-input-checkbox-contrast\/20::placeholder {
  color: rgb(64 64 64 / 0.2);
}
.placeholder-input-checkbox-contrast\/25::-moz-placeholder {
  color: rgb(64 64 64 / 0.25);
}
.placeholder-input-checkbox-contrast\/25::placeholder {
  color: rgb(64 64 64 / 0.25);
}
.placeholder-input-checkbox-contrast\/30::-moz-placeholder {
  color: rgb(64 64 64 / 0.3);
}
.placeholder-input-checkbox-contrast\/30::placeholder {
  color: rgb(64 64 64 / 0.3);
}
.placeholder-input-checkbox-contrast\/40::-moz-placeholder {
  color: rgb(64 64 64 / 0.4);
}
.placeholder-input-checkbox-contrast\/40::placeholder {
  color: rgb(64 64 64 / 0.4);
}
.placeholder-input-checkbox-contrast\/5::-moz-placeholder {
  color: rgb(64 64 64 / 0.05);
}
.placeholder-input-checkbox-contrast\/5::placeholder {
  color: rgb(64 64 64 / 0.05);
}
.placeholder-input-checkbox-contrast\/50::-moz-placeholder {
  color: rgb(64 64 64 / 0.5);
}
.placeholder-input-checkbox-contrast\/50::placeholder {
  color: rgb(64 64 64 / 0.5);
}
.placeholder-input-checkbox-contrast\/60::-moz-placeholder {
  color: rgb(64 64 64 / 0.6);
}
.placeholder-input-checkbox-contrast\/60::placeholder {
  color: rgb(64 64 64 / 0.6);
}
.placeholder-input-checkbox-contrast\/70::-moz-placeholder {
  color: rgb(64 64 64 / 0.7);
}
.placeholder-input-checkbox-contrast\/70::placeholder {
  color: rgb(64 64 64 / 0.7);
}
.placeholder-input-checkbox-contrast\/75::-moz-placeholder {
  color: rgb(64 64 64 / 0.75);
}
.placeholder-input-checkbox-contrast\/75::placeholder {
  color: rgb(64 64 64 / 0.75);
}
.placeholder-input-checkbox-contrast\/80::-moz-placeholder {
  color: rgb(64 64 64 / 0.8);
}
.placeholder-input-checkbox-contrast\/80::placeholder {
  color: rgb(64 64 64 / 0.8);
}
.placeholder-input-checkbox-contrast\/90::-moz-placeholder {
  color: rgb(64 64 64 / 0.9);
}
.placeholder-input-checkbox-contrast\/90::placeholder {
  color: rgb(64 64 64 / 0.9);
}
.placeholder-input-checkbox-contrast\/95::-moz-placeholder {
  color: rgb(64 64 64 / 0.95);
}
.placeholder-input-checkbox-contrast\/95::placeholder {
  color: rgb(64 64 64 / 0.95);
}
.placeholder-input-checkbox-contrast\/state-disabled::-moz-placeholder {
  color: rgb(64 64 64 / 0.5);
}
.placeholder-input-checkbox-contrast\/state-disabled::placeholder {
  color: rgb(64 64 64 / 0.5);
}
.placeholder-input-checkbox-contrast\/state-enabled::-moz-placeholder {
  color: rgb(64 64 64 / 1);
}
.placeholder-input-checkbox-contrast\/state-enabled::placeholder {
  color: rgb(64 64 64 / 1);
}
.placeholder-input-default-bg::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(17 17 17 / var(--tw-placeholder-opacity));
}
.placeholder-input-default-bg::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(17 17 17 / var(--tw-placeholder-opacity));
}
.placeholder-input-default-bg\/0::-moz-placeholder {
  color: rgb(17 17 17 / 0);
}
.placeholder-input-default-bg\/0::placeholder {
  color: rgb(17 17 17 / 0);
}
.placeholder-input-default-bg\/10::-moz-placeholder {
  color: rgb(17 17 17 / 0.1);
}
.placeholder-input-default-bg\/10::placeholder {
  color: rgb(17 17 17 / 0.1);
}
.placeholder-input-default-bg\/100::-moz-placeholder {
  color: rgb(17 17 17 / 1);
}
.placeholder-input-default-bg\/100::placeholder {
  color: rgb(17 17 17 / 1);
}
.placeholder-input-default-bg\/20::-moz-placeholder {
  color: rgb(17 17 17 / 0.2);
}
.placeholder-input-default-bg\/20::placeholder {
  color: rgb(17 17 17 / 0.2);
}
.placeholder-input-default-bg\/25::-moz-placeholder {
  color: rgb(17 17 17 / 0.25);
}
.placeholder-input-default-bg\/25::placeholder {
  color: rgb(17 17 17 / 0.25);
}
.placeholder-input-default-bg\/30::-moz-placeholder {
  color: rgb(17 17 17 / 0.3);
}
.placeholder-input-default-bg\/30::placeholder {
  color: rgb(17 17 17 / 0.3);
}
.placeholder-input-default-bg\/40::-moz-placeholder {
  color: rgb(17 17 17 / 0.4);
}
.placeholder-input-default-bg\/40::placeholder {
  color: rgb(17 17 17 / 0.4);
}
.placeholder-input-default-bg\/5::-moz-placeholder {
  color: rgb(17 17 17 / 0.05);
}
.placeholder-input-default-bg\/5::placeholder {
  color: rgb(17 17 17 / 0.05);
}
.placeholder-input-default-bg\/50::-moz-placeholder {
  color: rgb(17 17 17 / 0.5);
}
.placeholder-input-default-bg\/50::placeholder {
  color: rgb(17 17 17 / 0.5);
}
.placeholder-input-default-bg\/60::-moz-placeholder {
  color: rgb(17 17 17 / 0.6);
}
.placeholder-input-default-bg\/60::placeholder {
  color: rgb(17 17 17 / 0.6);
}
.placeholder-input-default-bg\/70::-moz-placeholder {
  color: rgb(17 17 17 / 0.7);
}
.placeholder-input-default-bg\/70::placeholder {
  color: rgb(17 17 17 / 0.7);
}
.placeholder-input-default-bg\/75::-moz-placeholder {
  color: rgb(17 17 17 / 0.75);
}
.placeholder-input-default-bg\/75::placeholder {
  color: rgb(17 17 17 / 0.75);
}
.placeholder-input-default-bg\/80::-moz-placeholder {
  color: rgb(17 17 17 / 0.8);
}
.placeholder-input-default-bg\/80::placeholder {
  color: rgb(17 17 17 / 0.8);
}
.placeholder-input-default-bg\/90::-moz-placeholder {
  color: rgb(17 17 17 / 0.9);
}
.placeholder-input-default-bg\/90::placeholder {
  color: rgb(17 17 17 / 0.9);
}
.placeholder-input-default-bg\/95::-moz-placeholder {
  color: rgb(17 17 17 / 0.95);
}
.placeholder-input-default-bg\/95::placeholder {
  color: rgb(17 17 17 / 0.95);
}
.placeholder-input-default-bg\/state-disabled::-moz-placeholder {
  color: rgb(17 17 17 / 0.5);
}
.placeholder-input-default-bg\/state-disabled::placeholder {
  color: rgb(17 17 17 / 0.5);
}
.placeholder-input-default-bg\/state-enabled::-moz-placeholder {
  color: rgb(17 17 17 / 1);
}
.placeholder-input-default-bg\/state-enabled::placeholder {
  color: rgb(17 17 17 / 1);
}
.placeholder-input-default-border::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(64 64 64 / var(--tw-placeholder-opacity));
}
.placeholder-input-default-border::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(64 64 64 / var(--tw-placeholder-opacity));
}
.placeholder-input-default-border\/0::-moz-placeholder {
  color: rgb(64 64 64 / 0);
}
.placeholder-input-default-border\/0::placeholder {
  color: rgb(64 64 64 / 0);
}
.placeholder-input-default-border\/10::-moz-placeholder {
  color: rgb(64 64 64 / 0.1);
}
.placeholder-input-default-border\/10::placeholder {
  color: rgb(64 64 64 / 0.1);
}
.placeholder-input-default-border\/100::-moz-placeholder {
  color: rgb(64 64 64 / 1);
}
.placeholder-input-default-border\/100::placeholder {
  color: rgb(64 64 64 / 1);
}
.placeholder-input-default-border\/20::-moz-placeholder {
  color: rgb(64 64 64 / 0.2);
}
.placeholder-input-default-border\/20::placeholder {
  color: rgb(64 64 64 / 0.2);
}
.placeholder-input-default-border\/25::-moz-placeholder {
  color: rgb(64 64 64 / 0.25);
}
.placeholder-input-default-border\/25::placeholder {
  color: rgb(64 64 64 / 0.25);
}
.placeholder-input-default-border\/30::-moz-placeholder {
  color: rgb(64 64 64 / 0.3);
}
.placeholder-input-default-border\/30::placeholder {
  color: rgb(64 64 64 / 0.3);
}
.placeholder-input-default-border\/40::-moz-placeholder {
  color: rgb(64 64 64 / 0.4);
}
.placeholder-input-default-border\/40::placeholder {
  color: rgb(64 64 64 / 0.4);
}
.placeholder-input-default-border\/5::-moz-placeholder {
  color: rgb(64 64 64 / 0.05);
}
.placeholder-input-default-border\/5::placeholder {
  color: rgb(64 64 64 / 0.05);
}
.placeholder-input-default-border\/50::-moz-placeholder {
  color: rgb(64 64 64 / 0.5);
}
.placeholder-input-default-border\/50::placeholder {
  color: rgb(64 64 64 / 0.5);
}
.placeholder-input-default-border\/60::-moz-placeholder {
  color: rgb(64 64 64 / 0.6);
}
.placeholder-input-default-border\/60::placeholder {
  color: rgb(64 64 64 / 0.6);
}
.placeholder-input-default-border\/70::-moz-placeholder {
  color: rgb(64 64 64 / 0.7);
}
.placeholder-input-default-border\/70::placeholder {
  color: rgb(64 64 64 / 0.7);
}
.placeholder-input-default-border\/75::-moz-placeholder {
  color: rgb(64 64 64 / 0.75);
}
.placeholder-input-default-border\/75::placeholder {
  color: rgb(64 64 64 / 0.75);
}
.placeholder-input-default-border\/80::-moz-placeholder {
  color: rgb(64 64 64 / 0.8);
}
.placeholder-input-default-border\/80::placeholder {
  color: rgb(64 64 64 / 0.8);
}
.placeholder-input-default-border\/90::-moz-placeholder {
  color: rgb(64 64 64 / 0.9);
}
.placeholder-input-default-border\/90::placeholder {
  color: rgb(64 64 64 / 0.9);
}
.placeholder-input-default-border\/95::-moz-placeholder {
  color: rgb(64 64 64 / 0.95);
}
.placeholder-input-default-border\/95::placeholder {
  color: rgb(64 64 64 / 0.95);
}
.placeholder-input-default-border\/state-disabled::-moz-placeholder {
  color: rgb(64 64 64 / 0.5);
}
.placeholder-input-default-border\/state-disabled::placeholder {
  color: rgb(64 64 64 / 0.5);
}
.placeholder-input-default-border\/state-enabled::-moz-placeholder {
  color: rgb(64 64 64 / 1);
}
.placeholder-input-default-border\/state-enabled::placeholder {
  color: rgb(64 64 64 / 1);
}
.placeholder-input-default-placeholder::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.placeholder-input-default-placeholder::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.placeholder-input-default-placeholder\/0::-moz-placeholder {
  color: rgba(255, 255, 255, 0);
}
.placeholder-input-default-placeholder\/0::placeholder {
  color: rgba(255, 255, 255, 0);
}
.placeholder-input-default-placeholder\/10::-moz-placeholder {
  color: rgba(255, 255, 255, 0.1);
}
.placeholder-input-default-placeholder\/10::placeholder {
  color: rgba(255, 255, 255, 0.1);
}
.placeholder-input-default-placeholder\/100::-moz-placeholder {
  color: rgba(255, 255, 255, 1);
}
.placeholder-input-default-placeholder\/100::placeholder {
  color: rgba(255, 255, 255, 1);
}
.placeholder-input-default-placeholder\/20::-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.placeholder-input-default-placeholder\/20::placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.placeholder-input-default-placeholder\/25::-moz-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.placeholder-input-default-placeholder\/25::placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.placeholder-input-default-placeholder\/30::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.placeholder-input-default-placeholder\/30::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.placeholder-input-default-placeholder\/40::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.placeholder-input-default-placeholder\/40::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.placeholder-input-default-placeholder\/5::-moz-placeholder {
  color: rgba(255, 255, 255, 0.05);
}
.placeholder-input-default-placeholder\/5::placeholder {
  color: rgba(255, 255, 255, 0.05);
}
.placeholder-input-default-placeholder\/50::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.placeholder-input-default-placeholder\/50::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.placeholder-input-default-placeholder\/60::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.placeholder-input-default-placeholder\/60::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.placeholder-input-default-placeholder\/70::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.placeholder-input-default-placeholder\/70::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.placeholder-input-default-placeholder\/75::-moz-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.placeholder-input-default-placeholder\/75::placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.placeholder-input-default-placeholder\/80::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.placeholder-input-default-placeholder\/80::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.placeholder-input-default-placeholder\/90::-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
}
.placeholder-input-default-placeholder\/90::placeholder {
  color: rgba(255, 255, 255, 0.9);
}
.placeholder-input-default-placeholder\/95::-moz-placeholder {
  color: rgba(255, 255, 255, 0.95);
}
.placeholder-input-default-placeholder\/95::placeholder {
  color: rgba(255, 255, 255, 0.95);
}
.placeholder-input-default-placeholder\/state-disabled::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.placeholder-input-default-placeholder\/state-disabled::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.placeholder-input-default-placeholder\/state-enabled::-moz-placeholder {
  color: rgba(255, 255, 255, 1);
}
.placeholder-input-default-placeholder\/state-enabled::placeholder {
  color: rgba(255, 255, 255, 1);
}
.placeholder-input-default-text::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}
.placeholder-input-default-text::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}
.placeholder-input-default-text\/0::-moz-placeholder {
  color: rgb(255 255 255 / 0);
}
.placeholder-input-default-text\/0::placeholder {
  color: rgb(255 255 255 / 0);
}
.placeholder-input-default-text\/10::-moz-placeholder {
  color: rgb(255 255 255 / 0.1);
}
.placeholder-input-default-text\/10::placeholder {
  color: rgb(255 255 255 / 0.1);
}
.placeholder-input-default-text\/100::-moz-placeholder {
  color: rgb(255 255 255 / 1);
}
.placeholder-input-default-text\/100::placeholder {
  color: rgb(255 255 255 / 1);
}
.placeholder-input-default-text\/20::-moz-placeholder {
  color: rgb(255 255 255 / 0.2);
}
.placeholder-input-default-text\/20::placeholder {
  color: rgb(255 255 255 / 0.2);
}
.placeholder-input-default-text\/25::-moz-placeholder {
  color: rgb(255 255 255 / 0.25);
}
.placeholder-input-default-text\/25::placeholder {
  color: rgb(255 255 255 / 0.25);
}
.placeholder-input-default-text\/30::-moz-placeholder {
  color: rgb(255 255 255 / 0.3);
}
.placeholder-input-default-text\/30::placeholder {
  color: rgb(255 255 255 / 0.3);
}
.placeholder-input-default-text\/40::-moz-placeholder {
  color: rgb(255 255 255 / 0.4);
}
.placeholder-input-default-text\/40::placeholder {
  color: rgb(255 255 255 / 0.4);
}
.placeholder-input-default-text\/5::-moz-placeholder {
  color: rgb(255 255 255 / 0.05);
}
.placeholder-input-default-text\/5::placeholder {
  color: rgb(255 255 255 / 0.05);
}
.placeholder-input-default-text\/50::-moz-placeholder {
  color: rgb(255 255 255 / 0.5);
}
.placeholder-input-default-text\/50::placeholder {
  color: rgb(255 255 255 / 0.5);
}
.placeholder-input-default-text\/60::-moz-placeholder {
  color: rgb(255 255 255 / 0.6);
}
.placeholder-input-default-text\/60::placeholder {
  color: rgb(255 255 255 / 0.6);
}
.placeholder-input-default-text\/70::-moz-placeholder {
  color: rgb(255 255 255 / 0.7);
}
.placeholder-input-default-text\/70::placeholder {
  color: rgb(255 255 255 / 0.7);
}
.placeholder-input-default-text\/75::-moz-placeholder {
  color: rgb(255 255 255 / 0.75);
}
.placeholder-input-default-text\/75::placeholder {
  color: rgb(255 255 255 / 0.75);
}
.placeholder-input-default-text\/80::-moz-placeholder {
  color: rgb(255 255 255 / 0.8);
}
.placeholder-input-default-text\/80::placeholder {
  color: rgb(255 255 255 / 0.8);
}
.placeholder-input-default-text\/90::-moz-placeholder {
  color: rgb(255 255 255 / 0.9);
}
.placeholder-input-default-text\/90::placeholder {
  color: rgb(255 255 255 / 0.9);
}
.placeholder-input-default-text\/95::-moz-placeholder {
  color: rgb(255 255 255 / 0.95);
}
.placeholder-input-default-text\/95::placeholder {
  color: rgb(255 255 255 / 0.95);
}
.placeholder-input-default-text\/state-disabled::-moz-placeholder {
  color: rgb(255 255 255 / 0.5);
}
.placeholder-input-default-text\/state-disabled::placeholder {
  color: rgb(255 255 255 / 0.5);
}
.placeholder-input-default-text\/state-enabled::-moz-placeholder {
  color: rgb(255 255 255 / 1);
}
.placeholder-input-default-text\/state-enabled::placeholder {
  color: rgb(255 255 255 / 1);
}
.placeholder-input-dropdown-background::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(17 17 17 / var(--tw-placeholder-opacity));
}
.placeholder-input-dropdown-background::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(17 17 17 / var(--tw-placeholder-opacity));
}
.placeholder-input-dropdown-background\/0::-moz-placeholder {
  color: rgb(17 17 17 / 0);
}
.placeholder-input-dropdown-background\/0::placeholder {
  color: rgb(17 17 17 / 0);
}
.placeholder-input-dropdown-background\/10::-moz-placeholder {
  color: rgb(17 17 17 / 0.1);
}
.placeholder-input-dropdown-background\/10::placeholder {
  color: rgb(17 17 17 / 0.1);
}
.placeholder-input-dropdown-background\/100::-moz-placeholder {
  color: rgb(17 17 17 / 1);
}
.placeholder-input-dropdown-background\/100::placeholder {
  color: rgb(17 17 17 / 1);
}
.placeholder-input-dropdown-background\/20::-moz-placeholder {
  color: rgb(17 17 17 / 0.2);
}
.placeholder-input-dropdown-background\/20::placeholder {
  color: rgb(17 17 17 / 0.2);
}
.placeholder-input-dropdown-background\/25::-moz-placeholder {
  color: rgb(17 17 17 / 0.25);
}
.placeholder-input-dropdown-background\/25::placeholder {
  color: rgb(17 17 17 / 0.25);
}
.placeholder-input-dropdown-background\/30::-moz-placeholder {
  color: rgb(17 17 17 / 0.3);
}
.placeholder-input-dropdown-background\/30::placeholder {
  color: rgb(17 17 17 / 0.3);
}
.placeholder-input-dropdown-background\/40::-moz-placeholder {
  color: rgb(17 17 17 / 0.4);
}
.placeholder-input-dropdown-background\/40::placeholder {
  color: rgb(17 17 17 / 0.4);
}
.placeholder-input-dropdown-background\/5::-moz-placeholder {
  color: rgb(17 17 17 / 0.05);
}
.placeholder-input-dropdown-background\/5::placeholder {
  color: rgb(17 17 17 / 0.05);
}
.placeholder-input-dropdown-background\/50::-moz-placeholder {
  color: rgb(17 17 17 / 0.5);
}
.placeholder-input-dropdown-background\/50::placeholder {
  color: rgb(17 17 17 / 0.5);
}
.placeholder-input-dropdown-background\/60::-moz-placeholder {
  color: rgb(17 17 17 / 0.6);
}
.placeholder-input-dropdown-background\/60::placeholder {
  color: rgb(17 17 17 / 0.6);
}
.placeholder-input-dropdown-background\/70::-moz-placeholder {
  color: rgb(17 17 17 / 0.7);
}
.placeholder-input-dropdown-background\/70::placeholder {
  color: rgb(17 17 17 / 0.7);
}
.placeholder-input-dropdown-background\/75::-moz-placeholder {
  color: rgb(17 17 17 / 0.75);
}
.placeholder-input-dropdown-background\/75::placeholder {
  color: rgb(17 17 17 / 0.75);
}
.placeholder-input-dropdown-background\/80::-moz-placeholder {
  color: rgb(17 17 17 / 0.8);
}
.placeholder-input-dropdown-background\/80::placeholder {
  color: rgb(17 17 17 / 0.8);
}
.placeholder-input-dropdown-background\/90::-moz-placeholder {
  color: rgb(17 17 17 / 0.9);
}
.placeholder-input-dropdown-background\/90::placeholder {
  color: rgb(17 17 17 / 0.9);
}
.placeholder-input-dropdown-background\/95::-moz-placeholder {
  color: rgb(17 17 17 / 0.95);
}
.placeholder-input-dropdown-background\/95::placeholder {
  color: rgb(17 17 17 / 0.95);
}
.placeholder-input-dropdown-background\/state-disabled::-moz-placeholder {
  color: rgb(17 17 17 / 0.5);
}
.placeholder-input-dropdown-background\/state-disabled::placeholder {
  color: rgb(17 17 17 / 0.5);
}
.placeholder-input-dropdown-background\/state-enabled::-moz-placeholder {
  color: rgb(17 17 17 / 1);
}
.placeholder-input-dropdown-background\/state-enabled::placeholder {
  color: rgb(17 17 17 / 1);
}
.placeholder-input-error-bg::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(17 17 17 / var(--tw-placeholder-opacity));
}
.placeholder-input-error-bg::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(17 17 17 / var(--tw-placeholder-opacity));
}
.placeholder-input-error-bg\/0::-moz-placeholder {
  color: rgb(17 17 17 / 0);
}
.placeholder-input-error-bg\/0::placeholder {
  color: rgb(17 17 17 / 0);
}
.placeholder-input-error-bg\/10::-moz-placeholder {
  color: rgb(17 17 17 / 0.1);
}
.placeholder-input-error-bg\/10::placeholder {
  color: rgb(17 17 17 / 0.1);
}
.placeholder-input-error-bg\/100::-moz-placeholder {
  color: rgb(17 17 17 / 1);
}
.placeholder-input-error-bg\/100::placeholder {
  color: rgb(17 17 17 / 1);
}
.placeholder-input-error-bg\/20::-moz-placeholder {
  color: rgb(17 17 17 / 0.2);
}
.placeholder-input-error-bg\/20::placeholder {
  color: rgb(17 17 17 / 0.2);
}
.placeholder-input-error-bg\/25::-moz-placeholder {
  color: rgb(17 17 17 / 0.25);
}
.placeholder-input-error-bg\/25::placeholder {
  color: rgb(17 17 17 / 0.25);
}
.placeholder-input-error-bg\/30::-moz-placeholder {
  color: rgb(17 17 17 / 0.3);
}
.placeholder-input-error-bg\/30::placeholder {
  color: rgb(17 17 17 / 0.3);
}
.placeholder-input-error-bg\/40::-moz-placeholder {
  color: rgb(17 17 17 / 0.4);
}
.placeholder-input-error-bg\/40::placeholder {
  color: rgb(17 17 17 / 0.4);
}
.placeholder-input-error-bg\/5::-moz-placeholder {
  color: rgb(17 17 17 / 0.05);
}
.placeholder-input-error-bg\/5::placeholder {
  color: rgb(17 17 17 / 0.05);
}
.placeholder-input-error-bg\/50::-moz-placeholder {
  color: rgb(17 17 17 / 0.5);
}
.placeholder-input-error-bg\/50::placeholder {
  color: rgb(17 17 17 / 0.5);
}
.placeholder-input-error-bg\/60::-moz-placeholder {
  color: rgb(17 17 17 / 0.6);
}
.placeholder-input-error-bg\/60::placeholder {
  color: rgb(17 17 17 / 0.6);
}
.placeholder-input-error-bg\/70::-moz-placeholder {
  color: rgb(17 17 17 / 0.7);
}
.placeholder-input-error-bg\/70::placeholder {
  color: rgb(17 17 17 / 0.7);
}
.placeholder-input-error-bg\/75::-moz-placeholder {
  color: rgb(17 17 17 / 0.75);
}
.placeholder-input-error-bg\/75::placeholder {
  color: rgb(17 17 17 / 0.75);
}
.placeholder-input-error-bg\/80::-moz-placeholder {
  color: rgb(17 17 17 / 0.8);
}
.placeholder-input-error-bg\/80::placeholder {
  color: rgb(17 17 17 / 0.8);
}
.placeholder-input-error-bg\/90::-moz-placeholder {
  color: rgb(17 17 17 / 0.9);
}
.placeholder-input-error-bg\/90::placeholder {
  color: rgb(17 17 17 / 0.9);
}
.placeholder-input-error-bg\/95::-moz-placeholder {
  color: rgb(17 17 17 / 0.95);
}
.placeholder-input-error-bg\/95::placeholder {
  color: rgb(17 17 17 / 0.95);
}
.placeholder-input-error-bg\/state-disabled::-moz-placeholder {
  color: rgb(17 17 17 / 0.5);
}
.placeholder-input-error-bg\/state-disabled::placeholder {
  color: rgb(17 17 17 / 0.5);
}
.placeholder-input-error-bg\/state-enabled::-moz-placeholder {
  color: rgb(17 17 17 / 1);
}
.placeholder-input-error-bg\/state-enabled::placeholder {
  color: rgb(17 17 17 / 1);
}
.placeholder-input-error-border::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 113 113 / var(--tw-placeholder-opacity));
}
.placeholder-input-error-border::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 113 113 / var(--tw-placeholder-opacity));
}
.placeholder-input-error-border\/0::-moz-placeholder {
  color: rgb(248 113 113 / 0);
}
.placeholder-input-error-border\/0::placeholder {
  color: rgb(248 113 113 / 0);
}
.placeholder-input-error-border\/10::-moz-placeholder {
  color: rgb(248 113 113 / 0.1);
}
.placeholder-input-error-border\/10::placeholder {
  color: rgb(248 113 113 / 0.1);
}
.placeholder-input-error-border\/100::-moz-placeholder {
  color: rgb(248 113 113 / 1);
}
.placeholder-input-error-border\/100::placeholder {
  color: rgb(248 113 113 / 1);
}
.placeholder-input-error-border\/20::-moz-placeholder {
  color: rgb(248 113 113 / 0.2);
}
.placeholder-input-error-border\/20::placeholder {
  color: rgb(248 113 113 / 0.2);
}
.placeholder-input-error-border\/25::-moz-placeholder {
  color: rgb(248 113 113 / 0.25);
}
.placeholder-input-error-border\/25::placeholder {
  color: rgb(248 113 113 / 0.25);
}
.placeholder-input-error-border\/30::-moz-placeholder {
  color: rgb(248 113 113 / 0.3);
}
.placeholder-input-error-border\/30::placeholder {
  color: rgb(248 113 113 / 0.3);
}
.placeholder-input-error-border\/40::-moz-placeholder {
  color: rgb(248 113 113 / 0.4);
}
.placeholder-input-error-border\/40::placeholder {
  color: rgb(248 113 113 / 0.4);
}
.placeholder-input-error-border\/5::-moz-placeholder {
  color: rgb(248 113 113 / 0.05);
}
.placeholder-input-error-border\/5::placeholder {
  color: rgb(248 113 113 / 0.05);
}
.placeholder-input-error-border\/50::-moz-placeholder {
  color: rgb(248 113 113 / 0.5);
}
.placeholder-input-error-border\/50::placeholder {
  color: rgb(248 113 113 / 0.5);
}
.placeholder-input-error-border\/60::-moz-placeholder {
  color: rgb(248 113 113 / 0.6);
}
.placeholder-input-error-border\/60::placeholder {
  color: rgb(248 113 113 / 0.6);
}
.placeholder-input-error-border\/70::-moz-placeholder {
  color: rgb(248 113 113 / 0.7);
}
.placeholder-input-error-border\/70::placeholder {
  color: rgb(248 113 113 / 0.7);
}
.placeholder-input-error-border\/75::-moz-placeholder {
  color: rgb(248 113 113 / 0.75);
}
.placeholder-input-error-border\/75::placeholder {
  color: rgb(248 113 113 / 0.75);
}
.placeholder-input-error-border\/80::-moz-placeholder {
  color: rgb(248 113 113 / 0.8);
}
.placeholder-input-error-border\/80::placeholder {
  color: rgb(248 113 113 / 0.8);
}
.placeholder-input-error-border\/90::-moz-placeholder {
  color: rgb(248 113 113 / 0.9);
}
.placeholder-input-error-border\/90::placeholder {
  color: rgb(248 113 113 / 0.9);
}
.placeholder-input-error-border\/95::-moz-placeholder {
  color: rgb(248 113 113 / 0.95);
}
.placeholder-input-error-border\/95::placeholder {
  color: rgb(248 113 113 / 0.95);
}
.placeholder-input-error-border\/state-disabled::-moz-placeholder {
  color: rgb(248 113 113 / 0.5);
}
.placeholder-input-error-border\/state-disabled::placeholder {
  color: rgb(248 113 113 / 0.5);
}
.placeholder-input-error-border\/state-enabled::-moz-placeholder {
  color: rgb(248 113 113 / 1);
}
.placeholder-input-error-border\/state-enabled::placeholder {
  color: rgb(248 113 113 / 1);
}
.placeholder-input-error-placeholder::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.placeholder-input-error-placeholder::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.placeholder-input-error-placeholder\/0::-moz-placeholder {
  color: rgba(255, 255, 255, 0);
}
.placeholder-input-error-placeholder\/0::placeholder {
  color: rgba(255, 255, 255, 0);
}
.placeholder-input-error-placeholder\/10::-moz-placeholder {
  color: rgba(255, 255, 255, 0.1);
}
.placeholder-input-error-placeholder\/10::placeholder {
  color: rgba(255, 255, 255, 0.1);
}
.placeholder-input-error-placeholder\/100::-moz-placeholder {
  color: rgba(255, 255, 255, 1);
}
.placeholder-input-error-placeholder\/100::placeholder {
  color: rgba(255, 255, 255, 1);
}
.placeholder-input-error-placeholder\/20::-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.placeholder-input-error-placeholder\/20::placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.placeholder-input-error-placeholder\/25::-moz-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.placeholder-input-error-placeholder\/25::placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.placeholder-input-error-placeholder\/30::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.placeholder-input-error-placeholder\/30::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.placeholder-input-error-placeholder\/40::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.placeholder-input-error-placeholder\/40::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.placeholder-input-error-placeholder\/5::-moz-placeholder {
  color: rgba(255, 255, 255, 0.05);
}
.placeholder-input-error-placeholder\/5::placeholder {
  color: rgba(255, 255, 255, 0.05);
}
.placeholder-input-error-placeholder\/50::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.placeholder-input-error-placeholder\/50::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.placeholder-input-error-placeholder\/60::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.placeholder-input-error-placeholder\/60::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.placeholder-input-error-placeholder\/70::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.placeholder-input-error-placeholder\/70::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.placeholder-input-error-placeholder\/75::-moz-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.placeholder-input-error-placeholder\/75::placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.placeholder-input-error-placeholder\/80::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.placeholder-input-error-placeholder\/80::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.placeholder-input-error-placeholder\/90::-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
}
.placeholder-input-error-placeholder\/90::placeholder {
  color: rgba(255, 255, 255, 0.9);
}
.placeholder-input-error-placeholder\/95::-moz-placeholder {
  color: rgba(255, 255, 255, 0.95);
}
.placeholder-input-error-placeholder\/95::placeholder {
  color: rgba(255, 255, 255, 0.95);
}
.placeholder-input-error-placeholder\/state-disabled::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.placeholder-input-error-placeholder\/state-disabled::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.placeholder-input-error-placeholder\/state-enabled::-moz-placeholder {
  color: rgba(255, 255, 255, 1);
}
.placeholder-input-error-placeholder\/state-enabled::placeholder {
  color: rgba(255, 255, 255, 1);
}
.placeholder-input-error-text::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 113 113 / var(--tw-placeholder-opacity));
}
.placeholder-input-error-text::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 113 113 / var(--tw-placeholder-opacity));
}
.placeholder-input-error-text\/0::-moz-placeholder {
  color: rgb(248 113 113 / 0);
}
.placeholder-input-error-text\/0::placeholder {
  color: rgb(248 113 113 / 0);
}
.placeholder-input-error-text\/10::-moz-placeholder {
  color: rgb(248 113 113 / 0.1);
}
.placeholder-input-error-text\/10::placeholder {
  color: rgb(248 113 113 / 0.1);
}
.placeholder-input-error-text\/100::-moz-placeholder {
  color: rgb(248 113 113 / 1);
}
.placeholder-input-error-text\/100::placeholder {
  color: rgb(248 113 113 / 1);
}
.placeholder-input-error-text\/20::-moz-placeholder {
  color: rgb(248 113 113 / 0.2);
}
.placeholder-input-error-text\/20::placeholder {
  color: rgb(248 113 113 / 0.2);
}
.placeholder-input-error-text\/25::-moz-placeholder {
  color: rgb(248 113 113 / 0.25);
}
.placeholder-input-error-text\/25::placeholder {
  color: rgb(248 113 113 / 0.25);
}
.placeholder-input-error-text\/30::-moz-placeholder {
  color: rgb(248 113 113 / 0.3);
}
.placeholder-input-error-text\/30::placeholder {
  color: rgb(248 113 113 / 0.3);
}
.placeholder-input-error-text\/40::-moz-placeholder {
  color: rgb(248 113 113 / 0.4);
}
.placeholder-input-error-text\/40::placeholder {
  color: rgb(248 113 113 / 0.4);
}
.placeholder-input-error-text\/5::-moz-placeholder {
  color: rgb(248 113 113 / 0.05);
}
.placeholder-input-error-text\/5::placeholder {
  color: rgb(248 113 113 / 0.05);
}
.placeholder-input-error-text\/50::-moz-placeholder {
  color: rgb(248 113 113 / 0.5);
}
.placeholder-input-error-text\/50::placeholder {
  color: rgb(248 113 113 / 0.5);
}
.placeholder-input-error-text\/60::-moz-placeholder {
  color: rgb(248 113 113 / 0.6);
}
.placeholder-input-error-text\/60::placeholder {
  color: rgb(248 113 113 / 0.6);
}
.placeholder-input-error-text\/70::-moz-placeholder {
  color: rgb(248 113 113 / 0.7);
}
.placeholder-input-error-text\/70::placeholder {
  color: rgb(248 113 113 / 0.7);
}
.placeholder-input-error-text\/75::-moz-placeholder {
  color: rgb(248 113 113 / 0.75);
}
.placeholder-input-error-text\/75::placeholder {
  color: rgb(248 113 113 / 0.75);
}
.placeholder-input-error-text\/80::-moz-placeholder {
  color: rgb(248 113 113 / 0.8);
}
.placeholder-input-error-text\/80::placeholder {
  color: rgb(248 113 113 / 0.8);
}
.placeholder-input-error-text\/90::-moz-placeholder {
  color: rgb(248 113 113 / 0.9);
}
.placeholder-input-error-text\/90::placeholder {
  color: rgb(248 113 113 / 0.9);
}
.placeholder-input-error-text\/95::-moz-placeholder {
  color: rgb(248 113 113 / 0.95);
}
.placeholder-input-error-text\/95::placeholder {
  color: rgb(248 113 113 / 0.95);
}
.placeholder-input-error-text\/state-disabled::-moz-placeholder {
  color: rgb(248 113 113 / 0.5);
}
.placeholder-input-error-text\/state-disabled::placeholder {
  color: rgb(248 113 113 / 0.5);
}
.placeholder-input-error-text\/state-enabled::-moz-placeholder {
  color: rgb(248 113 113 / 1);
}
.placeholder-input-error-text\/state-enabled::placeholder {
  color: rgb(248 113 113 / 1);
}
.placeholder-input-focused-bg::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(17 17 17 / var(--tw-placeholder-opacity));
}
.placeholder-input-focused-bg::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(17 17 17 / var(--tw-placeholder-opacity));
}
.placeholder-input-focused-bg\/0::-moz-placeholder {
  color: rgb(17 17 17 / 0);
}
.placeholder-input-focused-bg\/0::placeholder {
  color: rgb(17 17 17 / 0);
}
.placeholder-input-focused-bg\/10::-moz-placeholder {
  color: rgb(17 17 17 / 0.1);
}
.placeholder-input-focused-bg\/10::placeholder {
  color: rgb(17 17 17 / 0.1);
}
.placeholder-input-focused-bg\/100::-moz-placeholder {
  color: rgb(17 17 17 / 1);
}
.placeholder-input-focused-bg\/100::placeholder {
  color: rgb(17 17 17 / 1);
}
.placeholder-input-focused-bg\/20::-moz-placeholder {
  color: rgb(17 17 17 / 0.2);
}
.placeholder-input-focused-bg\/20::placeholder {
  color: rgb(17 17 17 / 0.2);
}
.placeholder-input-focused-bg\/25::-moz-placeholder {
  color: rgb(17 17 17 / 0.25);
}
.placeholder-input-focused-bg\/25::placeholder {
  color: rgb(17 17 17 / 0.25);
}
.placeholder-input-focused-bg\/30::-moz-placeholder {
  color: rgb(17 17 17 / 0.3);
}
.placeholder-input-focused-bg\/30::placeholder {
  color: rgb(17 17 17 / 0.3);
}
.placeholder-input-focused-bg\/40::-moz-placeholder {
  color: rgb(17 17 17 / 0.4);
}
.placeholder-input-focused-bg\/40::placeholder {
  color: rgb(17 17 17 / 0.4);
}
.placeholder-input-focused-bg\/5::-moz-placeholder {
  color: rgb(17 17 17 / 0.05);
}
.placeholder-input-focused-bg\/5::placeholder {
  color: rgb(17 17 17 / 0.05);
}
.placeholder-input-focused-bg\/50::-moz-placeholder {
  color: rgb(17 17 17 / 0.5);
}
.placeholder-input-focused-bg\/50::placeholder {
  color: rgb(17 17 17 / 0.5);
}
.placeholder-input-focused-bg\/60::-moz-placeholder {
  color: rgb(17 17 17 / 0.6);
}
.placeholder-input-focused-bg\/60::placeholder {
  color: rgb(17 17 17 / 0.6);
}
.placeholder-input-focused-bg\/70::-moz-placeholder {
  color: rgb(17 17 17 / 0.7);
}
.placeholder-input-focused-bg\/70::placeholder {
  color: rgb(17 17 17 / 0.7);
}
.placeholder-input-focused-bg\/75::-moz-placeholder {
  color: rgb(17 17 17 / 0.75);
}
.placeholder-input-focused-bg\/75::placeholder {
  color: rgb(17 17 17 / 0.75);
}
.placeholder-input-focused-bg\/80::-moz-placeholder {
  color: rgb(17 17 17 / 0.8);
}
.placeholder-input-focused-bg\/80::placeholder {
  color: rgb(17 17 17 / 0.8);
}
.placeholder-input-focused-bg\/90::-moz-placeholder {
  color: rgb(17 17 17 / 0.9);
}
.placeholder-input-focused-bg\/90::placeholder {
  color: rgb(17 17 17 / 0.9);
}
.placeholder-input-focused-bg\/95::-moz-placeholder {
  color: rgb(17 17 17 / 0.95);
}
.placeholder-input-focused-bg\/95::placeholder {
  color: rgb(17 17 17 / 0.95);
}
.placeholder-input-focused-bg\/state-disabled::-moz-placeholder {
  color: rgb(17 17 17 / 0.5);
}
.placeholder-input-focused-bg\/state-disabled::placeholder {
  color: rgb(17 17 17 / 0.5);
}
.placeholder-input-focused-bg\/state-enabled::-moz-placeholder {
  color: rgb(17 17 17 / 1);
}
.placeholder-input-focused-bg\/state-enabled::placeholder {
  color: rgb(17 17 17 / 1);
}
.placeholder-input-focused-border::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(98 98 98 / var(--tw-placeholder-opacity));
}
.placeholder-input-focused-border::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(98 98 98 / var(--tw-placeholder-opacity));
}
.placeholder-input-focused-border\/0::-moz-placeholder {
  color: rgb(98 98 98 / 0);
}
.placeholder-input-focused-border\/0::placeholder {
  color: rgb(98 98 98 / 0);
}
.placeholder-input-focused-border\/10::-moz-placeholder {
  color: rgb(98 98 98 / 0.1);
}
.placeholder-input-focused-border\/10::placeholder {
  color: rgb(98 98 98 / 0.1);
}
.placeholder-input-focused-border\/100::-moz-placeholder {
  color: rgb(98 98 98 / 1);
}
.placeholder-input-focused-border\/100::placeholder {
  color: rgb(98 98 98 / 1);
}
.placeholder-input-focused-border\/20::-moz-placeholder {
  color: rgb(98 98 98 / 0.2);
}
.placeholder-input-focused-border\/20::placeholder {
  color: rgb(98 98 98 / 0.2);
}
.placeholder-input-focused-border\/25::-moz-placeholder {
  color: rgb(98 98 98 / 0.25);
}
.placeholder-input-focused-border\/25::placeholder {
  color: rgb(98 98 98 / 0.25);
}
.placeholder-input-focused-border\/30::-moz-placeholder {
  color: rgb(98 98 98 / 0.3);
}
.placeholder-input-focused-border\/30::placeholder {
  color: rgb(98 98 98 / 0.3);
}
.placeholder-input-focused-border\/40::-moz-placeholder {
  color: rgb(98 98 98 / 0.4);
}
.placeholder-input-focused-border\/40::placeholder {
  color: rgb(98 98 98 / 0.4);
}
.placeholder-input-focused-border\/5::-moz-placeholder {
  color: rgb(98 98 98 / 0.05);
}
.placeholder-input-focused-border\/5::placeholder {
  color: rgb(98 98 98 / 0.05);
}
.placeholder-input-focused-border\/50::-moz-placeholder {
  color: rgb(98 98 98 / 0.5);
}
.placeholder-input-focused-border\/50::placeholder {
  color: rgb(98 98 98 / 0.5);
}
.placeholder-input-focused-border\/60::-moz-placeholder {
  color: rgb(98 98 98 / 0.6);
}
.placeholder-input-focused-border\/60::placeholder {
  color: rgb(98 98 98 / 0.6);
}
.placeholder-input-focused-border\/70::-moz-placeholder {
  color: rgb(98 98 98 / 0.7);
}
.placeholder-input-focused-border\/70::placeholder {
  color: rgb(98 98 98 / 0.7);
}
.placeholder-input-focused-border\/75::-moz-placeholder {
  color: rgb(98 98 98 / 0.75);
}
.placeholder-input-focused-border\/75::placeholder {
  color: rgb(98 98 98 / 0.75);
}
.placeholder-input-focused-border\/80::-moz-placeholder {
  color: rgb(98 98 98 / 0.8);
}
.placeholder-input-focused-border\/80::placeholder {
  color: rgb(98 98 98 / 0.8);
}
.placeholder-input-focused-border\/90::-moz-placeholder {
  color: rgb(98 98 98 / 0.9);
}
.placeholder-input-focused-border\/90::placeholder {
  color: rgb(98 98 98 / 0.9);
}
.placeholder-input-focused-border\/95::-moz-placeholder {
  color: rgb(98 98 98 / 0.95);
}
.placeholder-input-focused-border\/95::placeholder {
  color: rgb(98 98 98 / 0.95);
}
.placeholder-input-focused-border\/state-disabled::-moz-placeholder {
  color: rgb(98 98 98 / 0.5);
}
.placeholder-input-focused-border\/state-disabled::placeholder {
  color: rgb(98 98 98 / 0.5);
}
.placeholder-input-focused-border\/state-enabled::-moz-placeholder {
  color: rgb(98 98 98 / 1);
}
.placeholder-input-focused-border\/state-enabled::placeholder {
  color: rgb(98 98 98 / 1);
}
.placeholder-input-focused-placeholder::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.placeholder-input-focused-placeholder::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.placeholder-input-focused-placeholder\/0::-moz-placeholder {
  color: rgba(255, 255, 255, 0);
}
.placeholder-input-focused-placeholder\/0::placeholder {
  color: rgba(255, 255, 255, 0);
}
.placeholder-input-focused-placeholder\/10::-moz-placeholder {
  color: rgba(255, 255, 255, 0.1);
}
.placeholder-input-focused-placeholder\/10::placeholder {
  color: rgba(255, 255, 255, 0.1);
}
.placeholder-input-focused-placeholder\/100::-moz-placeholder {
  color: rgba(255, 255, 255, 1);
}
.placeholder-input-focused-placeholder\/100::placeholder {
  color: rgba(255, 255, 255, 1);
}
.placeholder-input-focused-placeholder\/20::-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.placeholder-input-focused-placeholder\/20::placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.placeholder-input-focused-placeholder\/25::-moz-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.placeholder-input-focused-placeholder\/25::placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.placeholder-input-focused-placeholder\/30::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.placeholder-input-focused-placeholder\/30::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.placeholder-input-focused-placeholder\/40::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.placeholder-input-focused-placeholder\/40::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.placeholder-input-focused-placeholder\/5::-moz-placeholder {
  color: rgba(255, 255, 255, 0.05);
}
.placeholder-input-focused-placeholder\/5::placeholder {
  color: rgba(255, 255, 255, 0.05);
}
.placeholder-input-focused-placeholder\/50::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.placeholder-input-focused-placeholder\/50::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.placeholder-input-focused-placeholder\/60::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.placeholder-input-focused-placeholder\/60::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.placeholder-input-focused-placeholder\/70::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.placeholder-input-focused-placeholder\/70::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.placeholder-input-focused-placeholder\/75::-moz-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.placeholder-input-focused-placeholder\/75::placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.placeholder-input-focused-placeholder\/80::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.placeholder-input-focused-placeholder\/80::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.placeholder-input-focused-placeholder\/90::-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
}
.placeholder-input-focused-placeholder\/90::placeholder {
  color: rgba(255, 255, 255, 0.9);
}
.placeholder-input-focused-placeholder\/95::-moz-placeholder {
  color: rgba(255, 255, 255, 0.95);
}
.placeholder-input-focused-placeholder\/95::placeholder {
  color: rgba(255, 255, 255, 0.95);
}
.placeholder-input-focused-placeholder\/state-disabled::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.placeholder-input-focused-placeholder\/state-disabled::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.placeholder-input-focused-placeholder\/state-enabled::-moz-placeholder {
  color: rgba(255, 255, 255, 1);
}
.placeholder-input-focused-placeholder\/state-enabled::placeholder {
  color: rgba(255, 255, 255, 1);
}
.placeholder-input-focused-text::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}
.placeholder-input-focused-text::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}
.placeholder-input-focused-text\/0::-moz-placeholder {
  color: rgb(255 255 255 / 0);
}
.placeholder-input-focused-text\/0::placeholder {
  color: rgb(255 255 255 / 0);
}
.placeholder-input-focused-text\/10::-moz-placeholder {
  color: rgb(255 255 255 / 0.1);
}
.placeholder-input-focused-text\/10::placeholder {
  color: rgb(255 255 255 / 0.1);
}
.placeholder-input-focused-text\/100::-moz-placeholder {
  color: rgb(255 255 255 / 1);
}
.placeholder-input-focused-text\/100::placeholder {
  color: rgb(255 255 255 / 1);
}
.placeholder-input-focused-text\/20::-moz-placeholder {
  color: rgb(255 255 255 / 0.2);
}
.placeholder-input-focused-text\/20::placeholder {
  color: rgb(255 255 255 / 0.2);
}
.placeholder-input-focused-text\/25::-moz-placeholder {
  color: rgb(255 255 255 / 0.25);
}
.placeholder-input-focused-text\/25::placeholder {
  color: rgb(255 255 255 / 0.25);
}
.placeholder-input-focused-text\/30::-moz-placeholder {
  color: rgb(255 255 255 / 0.3);
}
.placeholder-input-focused-text\/30::placeholder {
  color: rgb(255 255 255 / 0.3);
}
.placeholder-input-focused-text\/40::-moz-placeholder {
  color: rgb(255 255 255 / 0.4);
}
.placeholder-input-focused-text\/40::placeholder {
  color: rgb(255 255 255 / 0.4);
}
.placeholder-input-focused-text\/5::-moz-placeholder {
  color: rgb(255 255 255 / 0.05);
}
.placeholder-input-focused-text\/5::placeholder {
  color: rgb(255 255 255 / 0.05);
}
.placeholder-input-focused-text\/50::-moz-placeholder {
  color: rgb(255 255 255 / 0.5);
}
.placeholder-input-focused-text\/50::placeholder {
  color: rgb(255 255 255 / 0.5);
}
.placeholder-input-focused-text\/60::-moz-placeholder {
  color: rgb(255 255 255 / 0.6);
}
.placeholder-input-focused-text\/60::placeholder {
  color: rgb(255 255 255 / 0.6);
}
.placeholder-input-focused-text\/70::-moz-placeholder {
  color: rgb(255 255 255 / 0.7);
}
.placeholder-input-focused-text\/70::placeholder {
  color: rgb(255 255 255 / 0.7);
}
.placeholder-input-focused-text\/75::-moz-placeholder {
  color: rgb(255 255 255 / 0.75);
}
.placeholder-input-focused-text\/75::placeholder {
  color: rgb(255 255 255 / 0.75);
}
.placeholder-input-focused-text\/80::-moz-placeholder {
  color: rgb(255 255 255 / 0.8);
}
.placeholder-input-focused-text\/80::placeholder {
  color: rgb(255 255 255 / 0.8);
}
.placeholder-input-focused-text\/90::-moz-placeholder {
  color: rgb(255 255 255 / 0.9);
}
.placeholder-input-focused-text\/90::placeholder {
  color: rgb(255 255 255 / 0.9);
}
.placeholder-input-focused-text\/95::-moz-placeholder {
  color: rgb(255 255 255 / 0.95);
}
.placeholder-input-focused-text\/95::placeholder {
  color: rgb(255 255 255 / 0.95);
}
.placeholder-input-focused-text\/state-disabled::-moz-placeholder {
  color: rgb(255 255 255 / 0.5);
}
.placeholder-input-focused-text\/state-disabled::placeholder {
  color: rgb(255 255 255 / 0.5);
}
.placeholder-input-focused-text\/state-enabled::-moz-placeholder {
  color: rgb(255 255 255 / 1);
}
.placeholder-input-focused-text\/state-enabled::placeholder {
  color: rgb(255 255 255 / 1);
}
.placeholder-input-placeholder::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(97 97 97 / var(--tw-placeholder-opacity));
}
.placeholder-input-placeholder::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(97 97 97 / var(--tw-placeholder-opacity));
}
.placeholder-input-placeholder\/0::-moz-placeholder {
  color: rgb(97 97 97 / 0);
}
.placeholder-input-placeholder\/0::placeholder {
  color: rgb(97 97 97 / 0);
}
.placeholder-input-placeholder\/10::-moz-placeholder {
  color: rgb(97 97 97 / 0.1);
}
.placeholder-input-placeholder\/10::placeholder {
  color: rgb(97 97 97 / 0.1);
}
.placeholder-input-placeholder\/100::-moz-placeholder {
  color: rgb(97 97 97 / 1);
}
.placeholder-input-placeholder\/100::placeholder {
  color: rgb(97 97 97 / 1);
}
.placeholder-input-placeholder\/20::-moz-placeholder {
  color: rgb(97 97 97 / 0.2);
}
.placeholder-input-placeholder\/20::placeholder {
  color: rgb(97 97 97 / 0.2);
}
.placeholder-input-placeholder\/25::-moz-placeholder {
  color: rgb(97 97 97 / 0.25);
}
.placeholder-input-placeholder\/25::placeholder {
  color: rgb(97 97 97 / 0.25);
}
.placeholder-input-placeholder\/30::-moz-placeholder {
  color: rgb(97 97 97 / 0.3);
}
.placeholder-input-placeholder\/30::placeholder {
  color: rgb(97 97 97 / 0.3);
}
.placeholder-input-placeholder\/40::-moz-placeholder {
  color: rgb(97 97 97 / 0.4);
}
.placeholder-input-placeholder\/40::placeholder {
  color: rgb(97 97 97 / 0.4);
}
.placeholder-input-placeholder\/5::-moz-placeholder {
  color: rgb(97 97 97 / 0.05);
}
.placeholder-input-placeholder\/5::placeholder {
  color: rgb(97 97 97 / 0.05);
}
.placeholder-input-placeholder\/50::-moz-placeholder {
  color: rgb(97 97 97 / 0.5);
}
.placeholder-input-placeholder\/50::placeholder {
  color: rgb(97 97 97 / 0.5);
}
.placeholder-input-placeholder\/60::-moz-placeholder {
  color: rgb(97 97 97 / 0.6);
}
.placeholder-input-placeholder\/60::placeholder {
  color: rgb(97 97 97 / 0.6);
}
.placeholder-input-placeholder\/70::-moz-placeholder {
  color: rgb(97 97 97 / 0.7);
}
.placeholder-input-placeholder\/70::placeholder {
  color: rgb(97 97 97 / 0.7);
}
.placeholder-input-placeholder\/75::-moz-placeholder {
  color: rgb(97 97 97 / 0.75);
}
.placeholder-input-placeholder\/75::placeholder {
  color: rgb(97 97 97 / 0.75);
}
.placeholder-input-placeholder\/80::-moz-placeholder {
  color: rgb(97 97 97 / 0.8);
}
.placeholder-input-placeholder\/80::placeholder {
  color: rgb(97 97 97 / 0.8);
}
.placeholder-input-placeholder\/90::-moz-placeholder {
  color: rgb(97 97 97 / 0.9);
}
.placeholder-input-placeholder\/90::placeholder {
  color: rgb(97 97 97 / 0.9);
}
.placeholder-input-placeholder\/95::-moz-placeholder {
  color: rgb(97 97 97 / 0.95);
}
.placeholder-input-placeholder\/95::placeholder {
  color: rgb(97 97 97 / 0.95);
}
.placeholder-input-placeholder\/state-disabled::-moz-placeholder {
  color: rgb(97 97 97 / 0.5);
}
.placeholder-input-placeholder\/state-disabled::placeholder {
  color: rgb(97 97 97 / 0.5);
}
.placeholder-input-placeholder\/state-enabled::-moz-placeholder {
  color: rgb(97 97 97 / 1);
}
.placeholder-input-placeholder\/state-enabled::placeholder {
  color: rgb(97 97 97 / 1);
}
.placeholder-input-radio-background::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(17 17 17 / var(--tw-placeholder-opacity));
}
.placeholder-input-radio-background::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(17 17 17 / var(--tw-placeholder-opacity));
}
.placeholder-input-radio-background\/0::-moz-placeholder {
  color: rgb(17 17 17 / 0);
}
.placeholder-input-radio-background\/0::placeholder {
  color: rgb(17 17 17 / 0);
}
.placeholder-input-radio-background\/10::-moz-placeholder {
  color: rgb(17 17 17 / 0.1);
}
.placeholder-input-radio-background\/10::placeholder {
  color: rgb(17 17 17 / 0.1);
}
.placeholder-input-radio-background\/100::-moz-placeholder {
  color: rgb(17 17 17 / 1);
}
.placeholder-input-radio-background\/100::placeholder {
  color: rgb(17 17 17 / 1);
}
.placeholder-input-radio-background\/20::-moz-placeholder {
  color: rgb(17 17 17 / 0.2);
}
.placeholder-input-radio-background\/20::placeholder {
  color: rgb(17 17 17 / 0.2);
}
.placeholder-input-radio-background\/25::-moz-placeholder {
  color: rgb(17 17 17 / 0.25);
}
.placeholder-input-radio-background\/25::placeholder {
  color: rgb(17 17 17 / 0.25);
}
.placeholder-input-radio-background\/30::-moz-placeholder {
  color: rgb(17 17 17 / 0.3);
}
.placeholder-input-radio-background\/30::placeholder {
  color: rgb(17 17 17 / 0.3);
}
.placeholder-input-radio-background\/40::-moz-placeholder {
  color: rgb(17 17 17 / 0.4);
}
.placeholder-input-radio-background\/40::placeholder {
  color: rgb(17 17 17 / 0.4);
}
.placeholder-input-radio-background\/5::-moz-placeholder {
  color: rgb(17 17 17 / 0.05);
}
.placeholder-input-radio-background\/5::placeholder {
  color: rgb(17 17 17 / 0.05);
}
.placeholder-input-radio-background\/50::-moz-placeholder {
  color: rgb(17 17 17 / 0.5);
}
.placeholder-input-radio-background\/50::placeholder {
  color: rgb(17 17 17 / 0.5);
}
.placeholder-input-radio-background\/60::-moz-placeholder {
  color: rgb(17 17 17 / 0.6);
}
.placeholder-input-radio-background\/60::placeholder {
  color: rgb(17 17 17 / 0.6);
}
.placeholder-input-radio-background\/70::-moz-placeholder {
  color: rgb(17 17 17 / 0.7);
}
.placeholder-input-radio-background\/70::placeholder {
  color: rgb(17 17 17 / 0.7);
}
.placeholder-input-radio-background\/75::-moz-placeholder {
  color: rgb(17 17 17 / 0.75);
}
.placeholder-input-radio-background\/75::placeholder {
  color: rgb(17 17 17 / 0.75);
}
.placeholder-input-radio-background\/80::-moz-placeholder {
  color: rgb(17 17 17 / 0.8);
}
.placeholder-input-radio-background\/80::placeholder {
  color: rgb(17 17 17 / 0.8);
}
.placeholder-input-radio-background\/90::-moz-placeholder {
  color: rgb(17 17 17 / 0.9);
}
.placeholder-input-radio-background\/90::placeholder {
  color: rgb(17 17 17 / 0.9);
}
.placeholder-input-radio-background\/95::-moz-placeholder {
  color: rgb(17 17 17 / 0.95);
}
.placeholder-input-radio-background\/95::placeholder {
  color: rgb(17 17 17 / 0.95);
}
.placeholder-input-radio-background\/state-disabled::-moz-placeholder {
  color: rgb(17 17 17 / 0.5);
}
.placeholder-input-radio-background\/state-disabled::placeholder {
  color: rgb(17 17 17 / 0.5);
}
.placeholder-input-radio-background\/state-enabled::-moz-placeholder {
  color: rgb(17 17 17 / 1);
}
.placeholder-input-radio-background\/state-enabled::placeholder {
  color: rgb(17 17 17 / 1);
}
.placeholder-input-radio-border::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(205 141 239 / var(--tw-placeholder-opacity));
}
.placeholder-input-radio-border::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(205 141 239 / var(--tw-placeholder-opacity));
}
.placeholder-input-radio-border\/0::-moz-placeholder {
  color: rgb(205 141 239 / 0);
}
.placeholder-input-radio-border\/0::placeholder {
  color: rgb(205 141 239 / 0);
}
.placeholder-input-radio-border\/10::-moz-placeholder {
  color: rgb(205 141 239 / 0.1);
}
.placeholder-input-radio-border\/10::placeholder {
  color: rgb(205 141 239 / 0.1);
}
.placeholder-input-radio-border\/100::-moz-placeholder {
  color: rgb(205 141 239 / 1);
}
.placeholder-input-radio-border\/100::placeholder {
  color: rgb(205 141 239 / 1);
}
.placeholder-input-radio-border\/20::-moz-placeholder {
  color: rgb(205 141 239 / 0.2);
}
.placeholder-input-radio-border\/20::placeholder {
  color: rgb(205 141 239 / 0.2);
}
.placeholder-input-radio-border\/25::-moz-placeholder {
  color: rgb(205 141 239 / 0.25);
}
.placeholder-input-radio-border\/25::placeholder {
  color: rgb(205 141 239 / 0.25);
}
.placeholder-input-radio-border\/30::-moz-placeholder {
  color: rgb(205 141 239 / 0.3);
}
.placeholder-input-radio-border\/30::placeholder {
  color: rgb(205 141 239 / 0.3);
}
.placeholder-input-radio-border\/40::-moz-placeholder {
  color: rgb(205 141 239 / 0.4);
}
.placeholder-input-radio-border\/40::placeholder {
  color: rgb(205 141 239 / 0.4);
}
.placeholder-input-radio-border\/5::-moz-placeholder {
  color: rgb(205 141 239 / 0.05);
}
.placeholder-input-radio-border\/5::placeholder {
  color: rgb(205 141 239 / 0.05);
}
.placeholder-input-radio-border\/50::-moz-placeholder {
  color: rgb(205 141 239 / 0.5);
}
.placeholder-input-radio-border\/50::placeholder {
  color: rgb(205 141 239 / 0.5);
}
.placeholder-input-radio-border\/60::-moz-placeholder {
  color: rgb(205 141 239 / 0.6);
}
.placeholder-input-radio-border\/60::placeholder {
  color: rgb(205 141 239 / 0.6);
}
.placeholder-input-radio-border\/70::-moz-placeholder {
  color: rgb(205 141 239 / 0.7);
}
.placeholder-input-radio-border\/70::placeholder {
  color: rgb(205 141 239 / 0.7);
}
.placeholder-input-radio-border\/75::-moz-placeholder {
  color: rgb(205 141 239 / 0.75);
}
.placeholder-input-radio-border\/75::placeholder {
  color: rgb(205 141 239 / 0.75);
}
.placeholder-input-radio-border\/80::-moz-placeholder {
  color: rgb(205 141 239 / 0.8);
}
.placeholder-input-radio-border\/80::placeholder {
  color: rgb(205 141 239 / 0.8);
}
.placeholder-input-radio-border\/90::-moz-placeholder {
  color: rgb(205 141 239 / 0.9);
}
.placeholder-input-radio-border\/90::placeholder {
  color: rgb(205 141 239 / 0.9);
}
.placeholder-input-radio-border\/95::-moz-placeholder {
  color: rgb(205 141 239 / 0.95);
}
.placeholder-input-radio-border\/95::placeholder {
  color: rgb(205 141 239 / 0.95);
}
.placeholder-input-radio-border\/state-disabled::-moz-placeholder {
  color: rgb(205 141 239 / 0.5);
}
.placeholder-input-radio-border\/state-disabled::placeholder {
  color: rgb(205 141 239 / 0.5);
}
.placeholder-input-radio-border\/state-enabled::-moz-placeholder {
  color: rgb(205 141 239 / 1);
}
.placeholder-input-radio-border\/state-enabled::placeholder {
  color: rgb(205 141 239 / 1);
}
.placeholder-input-radio-contrast::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}
.placeholder-input-radio-contrast::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}
.placeholder-input-radio-contrast\/0::-moz-placeholder {
  color: rgb(255 255 255 / 0);
}
.placeholder-input-radio-contrast\/0::placeholder {
  color: rgb(255 255 255 / 0);
}
.placeholder-input-radio-contrast\/10::-moz-placeholder {
  color: rgb(255 255 255 / 0.1);
}
.placeholder-input-radio-contrast\/10::placeholder {
  color: rgb(255 255 255 / 0.1);
}
.placeholder-input-radio-contrast\/100::-moz-placeholder {
  color: rgb(255 255 255 / 1);
}
.placeholder-input-radio-contrast\/100::placeholder {
  color: rgb(255 255 255 / 1);
}
.placeholder-input-radio-contrast\/20::-moz-placeholder {
  color: rgb(255 255 255 / 0.2);
}
.placeholder-input-radio-contrast\/20::placeholder {
  color: rgb(255 255 255 / 0.2);
}
.placeholder-input-radio-contrast\/25::-moz-placeholder {
  color: rgb(255 255 255 / 0.25);
}
.placeholder-input-radio-contrast\/25::placeholder {
  color: rgb(255 255 255 / 0.25);
}
.placeholder-input-radio-contrast\/30::-moz-placeholder {
  color: rgb(255 255 255 / 0.3);
}
.placeholder-input-radio-contrast\/30::placeholder {
  color: rgb(255 255 255 / 0.3);
}
.placeholder-input-radio-contrast\/40::-moz-placeholder {
  color: rgb(255 255 255 / 0.4);
}
.placeholder-input-radio-contrast\/40::placeholder {
  color: rgb(255 255 255 / 0.4);
}
.placeholder-input-radio-contrast\/5::-moz-placeholder {
  color: rgb(255 255 255 / 0.05);
}
.placeholder-input-radio-contrast\/5::placeholder {
  color: rgb(255 255 255 / 0.05);
}
.placeholder-input-radio-contrast\/50::-moz-placeholder {
  color: rgb(255 255 255 / 0.5);
}
.placeholder-input-radio-contrast\/50::placeholder {
  color: rgb(255 255 255 / 0.5);
}
.placeholder-input-radio-contrast\/60::-moz-placeholder {
  color: rgb(255 255 255 / 0.6);
}
.placeholder-input-radio-contrast\/60::placeholder {
  color: rgb(255 255 255 / 0.6);
}
.placeholder-input-radio-contrast\/70::-moz-placeholder {
  color: rgb(255 255 255 / 0.7);
}
.placeholder-input-radio-contrast\/70::placeholder {
  color: rgb(255 255 255 / 0.7);
}
.placeholder-input-radio-contrast\/75::-moz-placeholder {
  color: rgb(255 255 255 / 0.75);
}
.placeholder-input-radio-contrast\/75::placeholder {
  color: rgb(255 255 255 / 0.75);
}
.placeholder-input-radio-contrast\/80::-moz-placeholder {
  color: rgb(255 255 255 / 0.8);
}
.placeholder-input-radio-contrast\/80::placeholder {
  color: rgb(255 255 255 / 0.8);
}
.placeholder-input-radio-contrast\/90::-moz-placeholder {
  color: rgb(255 255 255 / 0.9);
}
.placeholder-input-radio-contrast\/90::placeholder {
  color: rgb(255 255 255 / 0.9);
}
.placeholder-input-radio-contrast\/95::-moz-placeholder {
  color: rgb(255 255 255 / 0.95);
}
.placeholder-input-radio-contrast\/95::placeholder {
  color: rgb(255 255 255 / 0.95);
}
.placeholder-input-radio-contrast\/state-disabled::-moz-placeholder {
  color: rgb(255 255 255 / 0.5);
}
.placeholder-input-radio-contrast\/state-disabled::placeholder {
  color: rgb(255 255 255 / 0.5);
}
.placeholder-input-radio-contrast\/state-enabled::-moz-placeholder {
  color: rgb(255 255 255 / 1);
}
.placeholder-input-radio-contrast\/state-enabled::placeholder {
  color: rgb(255 255 255 / 1);
}
.placeholder-input-switch-backgroundOff::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}
.placeholder-input-switch-backgroundOff::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}
.placeholder-input-switch-backgroundOff\/0::-moz-placeholder {
  color: rgb(156 163 175 / 0);
}
.placeholder-input-switch-backgroundOff\/0::placeholder {
  color: rgb(156 163 175 / 0);
}
.placeholder-input-switch-backgroundOff\/10::-moz-placeholder {
  color: rgb(156 163 175 / 0.1);
}
.placeholder-input-switch-backgroundOff\/10::placeholder {
  color: rgb(156 163 175 / 0.1);
}
.placeholder-input-switch-backgroundOff\/100::-moz-placeholder {
  color: rgb(156 163 175 / 1);
}
.placeholder-input-switch-backgroundOff\/100::placeholder {
  color: rgb(156 163 175 / 1);
}
.placeholder-input-switch-backgroundOff\/20::-moz-placeholder {
  color: rgb(156 163 175 / 0.2);
}
.placeholder-input-switch-backgroundOff\/20::placeholder {
  color: rgb(156 163 175 / 0.2);
}
.placeholder-input-switch-backgroundOff\/25::-moz-placeholder {
  color: rgb(156 163 175 / 0.25);
}
.placeholder-input-switch-backgroundOff\/25::placeholder {
  color: rgb(156 163 175 / 0.25);
}
.placeholder-input-switch-backgroundOff\/30::-moz-placeholder {
  color: rgb(156 163 175 / 0.3);
}
.placeholder-input-switch-backgroundOff\/30::placeholder {
  color: rgb(156 163 175 / 0.3);
}
.placeholder-input-switch-backgroundOff\/40::-moz-placeholder {
  color: rgb(156 163 175 / 0.4);
}
.placeholder-input-switch-backgroundOff\/40::placeholder {
  color: rgb(156 163 175 / 0.4);
}
.placeholder-input-switch-backgroundOff\/5::-moz-placeholder {
  color: rgb(156 163 175 / 0.05);
}
.placeholder-input-switch-backgroundOff\/5::placeholder {
  color: rgb(156 163 175 / 0.05);
}
.placeholder-input-switch-backgroundOff\/50::-moz-placeholder {
  color: rgb(156 163 175 / 0.5);
}
.placeholder-input-switch-backgroundOff\/50::placeholder {
  color: rgb(156 163 175 / 0.5);
}
.placeholder-input-switch-backgroundOff\/60::-moz-placeholder {
  color: rgb(156 163 175 / 0.6);
}
.placeholder-input-switch-backgroundOff\/60::placeholder {
  color: rgb(156 163 175 / 0.6);
}
.placeholder-input-switch-backgroundOff\/70::-moz-placeholder {
  color: rgb(156 163 175 / 0.7);
}
.placeholder-input-switch-backgroundOff\/70::placeholder {
  color: rgb(156 163 175 / 0.7);
}
.placeholder-input-switch-backgroundOff\/75::-moz-placeholder {
  color: rgb(156 163 175 / 0.75);
}
.placeholder-input-switch-backgroundOff\/75::placeholder {
  color: rgb(156 163 175 / 0.75);
}
.placeholder-input-switch-backgroundOff\/80::-moz-placeholder {
  color: rgb(156 163 175 / 0.8);
}
.placeholder-input-switch-backgroundOff\/80::placeholder {
  color: rgb(156 163 175 / 0.8);
}
.placeholder-input-switch-backgroundOff\/90::-moz-placeholder {
  color: rgb(156 163 175 / 0.9);
}
.placeholder-input-switch-backgroundOff\/90::placeholder {
  color: rgb(156 163 175 / 0.9);
}
.placeholder-input-switch-backgroundOff\/95::-moz-placeholder {
  color: rgb(156 163 175 / 0.95);
}
.placeholder-input-switch-backgroundOff\/95::placeholder {
  color: rgb(156 163 175 / 0.95);
}
.placeholder-input-switch-backgroundOff\/state-disabled::-moz-placeholder {
  color: rgb(156 163 175 / 0.5);
}
.placeholder-input-switch-backgroundOff\/state-disabled::placeholder {
  color: rgb(156 163 175 / 0.5);
}
.placeholder-input-switch-backgroundOff\/state-enabled::-moz-placeholder {
  color: rgb(156 163 175 / 1);
}
.placeholder-input-switch-backgroundOff\/state-enabled::placeholder {
  color: rgb(156 163 175 / 1);
}
.placeholder-input-switch-backgroundOn::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(205 141 239 / var(--tw-placeholder-opacity));
}
.placeholder-input-switch-backgroundOn::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(205 141 239 / var(--tw-placeholder-opacity));
}
.placeholder-input-switch-backgroundOn\/0::-moz-placeholder {
  color: rgb(205 141 239 / 0);
}
.placeholder-input-switch-backgroundOn\/0::placeholder {
  color: rgb(205 141 239 / 0);
}
.placeholder-input-switch-backgroundOn\/10::-moz-placeholder {
  color: rgb(205 141 239 / 0.1);
}
.placeholder-input-switch-backgroundOn\/10::placeholder {
  color: rgb(205 141 239 / 0.1);
}
.placeholder-input-switch-backgroundOn\/100::-moz-placeholder {
  color: rgb(205 141 239 / 1);
}
.placeholder-input-switch-backgroundOn\/100::placeholder {
  color: rgb(205 141 239 / 1);
}
.placeholder-input-switch-backgroundOn\/20::-moz-placeholder {
  color: rgb(205 141 239 / 0.2);
}
.placeholder-input-switch-backgroundOn\/20::placeholder {
  color: rgb(205 141 239 / 0.2);
}
.placeholder-input-switch-backgroundOn\/25::-moz-placeholder {
  color: rgb(205 141 239 / 0.25);
}
.placeholder-input-switch-backgroundOn\/25::placeholder {
  color: rgb(205 141 239 / 0.25);
}
.placeholder-input-switch-backgroundOn\/30::-moz-placeholder {
  color: rgb(205 141 239 / 0.3);
}
.placeholder-input-switch-backgroundOn\/30::placeholder {
  color: rgb(205 141 239 / 0.3);
}
.placeholder-input-switch-backgroundOn\/40::-moz-placeholder {
  color: rgb(205 141 239 / 0.4);
}
.placeholder-input-switch-backgroundOn\/40::placeholder {
  color: rgb(205 141 239 / 0.4);
}
.placeholder-input-switch-backgroundOn\/5::-moz-placeholder {
  color: rgb(205 141 239 / 0.05);
}
.placeholder-input-switch-backgroundOn\/5::placeholder {
  color: rgb(205 141 239 / 0.05);
}
.placeholder-input-switch-backgroundOn\/50::-moz-placeholder {
  color: rgb(205 141 239 / 0.5);
}
.placeholder-input-switch-backgroundOn\/50::placeholder {
  color: rgb(205 141 239 / 0.5);
}
.placeholder-input-switch-backgroundOn\/60::-moz-placeholder {
  color: rgb(205 141 239 / 0.6);
}
.placeholder-input-switch-backgroundOn\/60::placeholder {
  color: rgb(205 141 239 / 0.6);
}
.placeholder-input-switch-backgroundOn\/70::-moz-placeholder {
  color: rgb(205 141 239 / 0.7);
}
.placeholder-input-switch-backgroundOn\/70::placeholder {
  color: rgb(205 141 239 / 0.7);
}
.placeholder-input-switch-backgroundOn\/75::-moz-placeholder {
  color: rgb(205 141 239 / 0.75);
}
.placeholder-input-switch-backgroundOn\/75::placeholder {
  color: rgb(205 141 239 / 0.75);
}
.placeholder-input-switch-backgroundOn\/80::-moz-placeholder {
  color: rgb(205 141 239 / 0.8);
}
.placeholder-input-switch-backgroundOn\/80::placeholder {
  color: rgb(205 141 239 / 0.8);
}
.placeholder-input-switch-backgroundOn\/90::-moz-placeholder {
  color: rgb(205 141 239 / 0.9);
}
.placeholder-input-switch-backgroundOn\/90::placeholder {
  color: rgb(205 141 239 / 0.9);
}
.placeholder-input-switch-backgroundOn\/95::-moz-placeholder {
  color: rgb(205 141 239 / 0.95);
}
.placeholder-input-switch-backgroundOn\/95::placeholder {
  color: rgb(205 141 239 / 0.95);
}
.placeholder-input-switch-backgroundOn\/state-disabled::-moz-placeholder {
  color: rgb(205 141 239 / 0.5);
}
.placeholder-input-switch-backgroundOn\/state-disabled::placeholder {
  color: rgb(205 141 239 / 0.5);
}
.placeholder-input-switch-backgroundOn\/state-enabled::-moz-placeholder {
  color: rgb(205 141 239 / 1);
}
.placeholder-input-switch-backgroundOn\/state-enabled::placeholder {
  color: rgb(205 141 239 / 1);
}
.placeholder-input-switch-contrast::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(64 64 64 / var(--tw-placeholder-opacity));
}
.placeholder-input-switch-contrast::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(64 64 64 / var(--tw-placeholder-opacity));
}
.placeholder-input-switch-contrast\/0::-moz-placeholder {
  color: rgb(64 64 64 / 0);
}
.placeholder-input-switch-contrast\/0::placeholder {
  color: rgb(64 64 64 / 0);
}
.placeholder-input-switch-contrast\/10::-moz-placeholder {
  color: rgb(64 64 64 / 0.1);
}
.placeholder-input-switch-contrast\/10::placeholder {
  color: rgb(64 64 64 / 0.1);
}
.placeholder-input-switch-contrast\/100::-moz-placeholder {
  color: rgb(64 64 64 / 1);
}
.placeholder-input-switch-contrast\/100::placeholder {
  color: rgb(64 64 64 / 1);
}
.placeholder-input-switch-contrast\/20::-moz-placeholder {
  color: rgb(64 64 64 / 0.2);
}
.placeholder-input-switch-contrast\/20::placeholder {
  color: rgb(64 64 64 / 0.2);
}
.placeholder-input-switch-contrast\/25::-moz-placeholder {
  color: rgb(64 64 64 / 0.25);
}
.placeholder-input-switch-contrast\/25::placeholder {
  color: rgb(64 64 64 / 0.25);
}
.placeholder-input-switch-contrast\/30::-moz-placeholder {
  color: rgb(64 64 64 / 0.3);
}
.placeholder-input-switch-contrast\/30::placeholder {
  color: rgb(64 64 64 / 0.3);
}
.placeholder-input-switch-contrast\/40::-moz-placeholder {
  color: rgb(64 64 64 / 0.4);
}
.placeholder-input-switch-contrast\/40::placeholder {
  color: rgb(64 64 64 / 0.4);
}
.placeholder-input-switch-contrast\/5::-moz-placeholder {
  color: rgb(64 64 64 / 0.05);
}
.placeholder-input-switch-contrast\/5::placeholder {
  color: rgb(64 64 64 / 0.05);
}
.placeholder-input-switch-contrast\/50::-moz-placeholder {
  color: rgb(64 64 64 / 0.5);
}
.placeholder-input-switch-contrast\/50::placeholder {
  color: rgb(64 64 64 / 0.5);
}
.placeholder-input-switch-contrast\/60::-moz-placeholder {
  color: rgb(64 64 64 / 0.6);
}
.placeholder-input-switch-contrast\/60::placeholder {
  color: rgb(64 64 64 / 0.6);
}
.placeholder-input-switch-contrast\/70::-moz-placeholder {
  color: rgb(64 64 64 / 0.7);
}
.placeholder-input-switch-contrast\/70::placeholder {
  color: rgb(64 64 64 / 0.7);
}
.placeholder-input-switch-contrast\/75::-moz-placeholder {
  color: rgb(64 64 64 / 0.75);
}
.placeholder-input-switch-contrast\/75::placeholder {
  color: rgb(64 64 64 / 0.75);
}
.placeholder-input-switch-contrast\/80::-moz-placeholder {
  color: rgb(64 64 64 / 0.8);
}
.placeholder-input-switch-contrast\/80::placeholder {
  color: rgb(64 64 64 / 0.8);
}
.placeholder-input-switch-contrast\/90::-moz-placeholder {
  color: rgb(64 64 64 / 0.9);
}
.placeholder-input-switch-contrast\/90::placeholder {
  color: rgb(64 64 64 / 0.9);
}
.placeholder-input-switch-contrast\/95::-moz-placeholder {
  color: rgb(64 64 64 / 0.95);
}
.placeholder-input-switch-contrast\/95::placeholder {
  color: rgb(64 64 64 / 0.95);
}
.placeholder-input-switch-contrast\/state-disabled::-moz-placeholder {
  color: rgb(64 64 64 / 0.5);
}
.placeholder-input-switch-contrast\/state-disabled::placeholder {
  color: rgb(64 64 64 / 0.5);
}
.placeholder-input-switch-contrast\/state-enabled::-moz-placeholder {
  color: rgb(64 64 64 / 1);
}
.placeholder-input-switch-contrast\/state-enabled::placeholder {
  color: rgb(64 64 64 / 1);
}
.placeholder-input-text::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}
.placeholder-input-text::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}
.placeholder-input-text\/0::-moz-placeholder {
  color: rgb(255 255 255 / 0);
}
.placeholder-input-text\/0::placeholder {
  color: rgb(255 255 255 / 0);
}
.placeholder-input-text\/10::-moz-placeholder {
  color: rgb(255 255 255 / 0.1);
}
.placeholder-input-text\/10::placeholder {
  color: rgb(255 255 255 / 0.1);
}
.placeholder-input-text\/100::-moz-placeholder {
  color: rgb(255 255 255 / 1);
}
.placeholder-input-text\/100::placeholder {
  color: rgb(255 255 255 / 1);
}
.placeholder-input-text\/20::-moz-placeholder {
  color: rgb(255 255 255 / 0.2);
}
.placeholder-input-text\/20::placeholder {
  color: rgb(255 255 255 / 0.2);
}
.placeholder-input-text\/25::-moz-placeholder {
  color: rgb(255 255 255 / 0.25);
}
.placeholder-input-text\/25::placeholder {
  color: rgb(255 255 255 / 0.25);
}
.placeholder-input-text\/30::-moz-placeholder {
  color: rgb(255 255 255 / 0.3);
}
.placeholder-input-text\/30::placeholder {
  color: rgb(255 255 255 / 0.3);
}
.placeholder-input-text\/40::-moz-placeholder {
  color: rgb(255 255 255 / 0.4);
}
.placeholder-input-text\/40::placeholder {
  color: rgb(255 255 255 / 0.4);
}
.placeholder-input-text\/5::-moz-placeholder {
  color: rgb(255 255 255 / 0.05);
}
.placeholder-input-text\/5::placeholder {
  color: rgb(255 255 255 / 0.05);
}
.placeholder-input-text\/50::-moz-placeholder {
  color: rgb(255 255 255 / 0.5);
}
.placeholder-input-text\/50::placeholder {
  color: rgb(255 255 255 / 0.5);
}
.placeholder-input-text\/60::-moz-placeholder {
  color: rgb(255 255 255 / 0.6);
}
.placeholder-input-text\/60::placeholder {
  color: rgb(255 255 255 / 0.6);
}
.placeholder-input-text\/70::-moz-placeholder {
  color: rgb(255 255 255 / 0.7);
}
.placeholder-input-text\/70::placeholder {
  color: rgb(255 255 255 / 0.7);
}
.placeholder-input-text\/75::-moz-placeholder {
  color: rgb(255 255 255 / 0.75);
}
.placeholder-input-text\/75::placeholder {
  color: rgb(255 255 255 / 0.75);
}
.placeholder-input-text\/80::-moz-placeholder {
  color: rgb(255 255 255 / 0.8);
}
.placeholder-input-text\/80::placeholder {
  color: rgb(255 255 255 / 0.8);
}
.placeholder-input-text\/90::-moz-placeholder {
  color: rgb(255 255 255 / 0.9);
}
.placeholder-input-text\/90::placeholder {
  color: rgb(255 255 255 / 0.9);
}
.placeholder-input-text\/95::-moz-placeholder {
  color: rgb(255 255 255 / 0.95);
}
.placeholder-input-text\/95::placeholder {
  color: rgb(255 255 255 / 0.95);
}
.placeholder-input-text\/state-disabled::-moz-placeholder {
  color: rgb(255 255 255 / 0.5);
}
.placeholder-input-text\/state-disabled::placeholder {
  color: rgb(255 255 255 / 0.5);
}
.placeholder-input-text\/state-enabled::-moz-placeholder {
  color: rgb(255 255 255 / 1);
}
.placeholder-input-text\/state-enabled::placeholder {
  color: rgb(255 255 255 / 1);
}
.placeholder-loader-default::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(205 141 239 / var(--tw-placeholder-opacity));
}
.placeholder-loader-default::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(205 141 239 / var(--tw-placeholder-opacity));
}
.placeholder-loader-default\/0::-moz-placeholder {
  color: rgb(205 141 239 / 0);
}
.placeholder-loader-default\/0::placeholder {
  color: rgb(205 141 239 / 0);
}
.placeholder-loader-default\/10::-moz-placeholder {
  color: rgb(205 141 239 / 0.1);
}
.placeholder-loader-default\/10::placeholder {
  color: rgb(205 141 239 / 0.1);
}
.placeholder-loader-default\/100::-moz-placeholder {
  color: rgb(205 141 239 / 1);
}
.placeholder-loader-default\/100::placeholder {
  color: rgb(205 141 239 / 1);
}
.placeholder-loader-default\/20::-moz-placeholder {
  color: rgb(205 141 239 / 0.2);
}
.placeholder-loader-default\/20::placeholder {
  color: rgb(205 141 239 / 0.2);
}
.placeholder-loader-default\/25::-moz-placeholder {
  color: rgb(205 141 239 / 0.25);
}
.placeholder-loader-default\/25::placeholder {
  color: rgb(205 141 239 / 0.25);
}
.placeholder-loader-default\/30::-moz-placeholder {
  color: rgb(205 141 239 / 0.3);
}
.placeholder-loader-default\/30::placeholder {
  color: rgb(205 141 239 / 0.3);
}
.placeholder-loader-default\/40::-moz-placeholder {
  color: rgb(205 141 239 / 0.4);
}
.placeholder-loader-default\/40::placeholder {
  color: rgb(205 141 239 / 0.4);
}
.placeholder-loader-default\/5::-moz-placeholder {
  color: rgb(205 141 239 / 0.05);
}
.placeholder-loader-default\/5::placeholder {
  color: rgb(205 141 239 / 0.05);
}
.placeholder-loader-default\/50::-moz-placeholder {
  color: rgb(205 141 239 / 0.5);
}
.placeholder-loader-default\/50::placeholder {
  color: rgb(205 141 239 / 0.5);
}
.placeholder-loader-default\/60::-moz-placeholder {
  color: rgb(205 141 239 / 0.6);
}
.placeholder-loader-default\/60::placeholder {
  color: rgb(205 141 239 / 0.6);
}
.placeholder-loader-default\/70::-moz-placeholder {
  color: rgb(205 141 239 / 0.7);
}
.placeholder-loader-default\/70::placeholder {
  color: rgb(205 141 239 / 0.7);
}
.placeholder-loader-default\/75::-moz-placeholder {
  color: rgb(205 141 239 / 0.75);
}
.placeholder-loader-default\/75::placeholder {
  color: rgb(205 141 239 / 0.75);
}
.placeholder-loader-default\/80::-moz-placeholder {
  color: rgb(205 141 239 / 0.8);
}
.placeholder-loader-default\/80::placeholder {
  color: rgb(205 141 239 / 0.8);
}
.placeholder-loader-default\/90::-moz-placeholder {
  color: rgb(205 141 239 / 0.9);
}
.placeholder-loader-default\/90::placeholder {
  color: rgb(205 141 239 / 0.9);
}
.placeholder-loader-default\/95::-moz-placeholder {
  color: rgb(205 141 239 / 0.95);
}
.placeholder-loader-default\/95::placeholder {
  color: rgb(205 141 239 / 0.95);
}
.placeholder-loader-default\/state-disabled::-moz-placeholder {
  color: rgb(205 141 239 / 0.5);
}
.placeholder-loader-default\/state-disabled::placeholder {
  color: rgb(205 141 239 / 0.5);
}
.placeholder-loader-default\/state-enabled::-moz-placeholder {
  color: rgb(205 141 239 / 1);
}
.placeholder-loader-default\/state-enabled::placeholder {
  color: rgb(205 141 239 / 1);
}
.placeholder-panel-alternate::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(29 29 29 / var(--tw-placeholder-opacity));
}
.placeholder-panel-alternate::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(29 29 29 / var(--tw-placeholder-opacity));
}
.placeholder-panel-alternate\/0::-moz-placeholder {
  color: rgb(29 29 29 / 0);
}
.placeholder-panel-alternate\/0::placeholder {
  color: rgb(29 29 29 / 0);
}
.placeholder-panel-alternate\/10::-moz-placeholder {
  color: rgb(29 29 29 / 0.1);
}
.placeholder-panel-alternate\/10::placeholder {
  color: rgb(29 29 29 / 0.1);
}
.placeholder-panel-alternate\/100::-moz-placeholder {
  color: rgb(29 29 29 / 1);
}
.placeholder-panel-alternate\/100::placeholder {
  color: rgb(29 29 29 / 1);
}
.placeholder-panel-alternate\/20::-moz-placeholder {
  color: rgb(29 29 29 / 0.2);
}
.placeholder-panel-alternate\/20::placeholder {
  color: rgb(29 29 29 / 0.2);
}
.placeholder-panel-alternate\/25::-moz-placeholder {
  color: rgb(29 29 29 / 0.25);
}
.placeholder-panel-alternate\/25::placeholder {
  color: rgb(29 29 29 / 0.25);
}
.placeholder-panel-alternate\/30::-moz-placeholder {
  color: rgb(29 29 29 / 0.3);
}
.placeholder-panel-alternate\/30::placeholder {
  color: rgb(29 29 29 / 0.3);
}
.placeholder-panel-alternate\/40::-moz-placeholder {
  color: rgb(29 29 29 / 0.4);
}
.placeholder-panel-alternate\/40::placeholder {
  color: rgb(29 29 29 / 0.4);
}
.placeholder-panel-alternate\/5::-moz-placeholder {
  color: rgb(29 29 29 / 0.05);
}
.placeholder-panel-alternate\/5::placeholder {
  color: rgb(29 29 29 / 0.05);
}
.placeholder-panel-alternate\/50::-moz-placeholder {
  color: rgb(29 29 29 / 0.5);
}
.placeholder-panel-alternate\/50::placeholder {
  color: rgb(29 29 29 / 0.5);
}
.placeholder-panel-alternate\/60::-moz-placeholder {
  color: rgb(29 29 29 / 0.6);
}
.placeholder-panel-alternate\/60::placeholder {
  color: rgb(29 29 29 / 0.6);
}
.placeholder-panel-alternate\/70::-moz-placeholder {
  color: rgb(29 29 29 / 0.7);
}
.placeholder-panel-alternate\/70::placeholder {
  color: rgb(29 29 29 / 0.7);
}
.placeholder-panel-alternate\/75::-moz-placeholder {
  color: rgb(29 29 29 / 0.75);
}
.placeholder-panel-alternate\/75::placeholder {
  color: rgb(29 29 29 / 0.75);
}
.placeholder-panel-alternate\/80::-moz-placeholder {
  color: rgb(29 29 29 / 0.8);
}
.placeholder-panel-alternate\/80::placeholder {
  color: rgb(29 29 29 / 0.8);
}
.placeholder-panel-alternate\/90::-moz-placeholder {
  color: rgb(29 29 29 / 0.9);
}
.placeholder-panel-alternate\/90::placeholder {
  color: rgb(29 29 29 / 0.9);
}
.placeholder-panel-alternate\/95::-moz-placeholder {
  color: rgb(29 29 29 / 0.95);
}
.placeholder-panel-alternate\/95::placeholder {
  color: rgb(29 29 29 / 0.95);
}
.placeholder-panel-alternate\/state-disabled::-moz-placeholder {
  color: rgb(29 29 29 / 0.5);
}
.placeholder-panel-alternate\/state-disabled::placeholder {
  color: rgb(29 29 29 / 0.5);
}
.placeholder-panel-alternate\/state-enabled::-moz-placeholder {
  color: rgb(29 29 29 / 1);
}
.placeholder-panel-alternate\/state-enabled::placeholder {
  color: rgb(29 29 29 / 1);
}
.placeholder-panel-base::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(16 16 16 / var(--tw-placeholder-opacity));
}
.placeholder-panel-base::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(16 16 16 / var(--tw-placeholder-opacity));
}
.placeholder-panel-base\/0::-moz-placeholder {
  color: rgb(16 16 16 / 0);
}
.placeholder-panel-base\/0::placeholder {
  color: rgb(16 16 16 / 0);
}
.placeholder-panel-base\/10::-moz-placeholder {
  color: rgb(16 16 16 / 0.1);
}
.placeholder-panel-base\/10::placeholder {
  color: rgb(16 16 16 / 0.1);
}
.placeholder-panel-base\/100::-moz-placeholder {
  color: rgb(16 16 16 / 1);
}
.placeholder-panel-base\/100::placeholder {
  color: rgb(16 16 16 / 1);
}
.placeholder-panel-base\/20::-moz-placeholder {
  color: rgb(16 16 16 / 0.2);
}
.placeholder-panel-base\/20::placeholder {
  color: rgb(16 16 16 / 0.2);
}
.placeholder-panel-base\/25::-moz-placeholder {
  color: rgb(16 16 16 / 0.25);
}
.placeholder-panel-base\/25::placeholder {
  color: rgb(16 16 16 / 0.25);
}
.placeholder-panel-base\/30::-moz-placeholder {
  color: rgb(16 16 16 / 0.3);
}
.placeholder-panel-base\/30::placeholder {
  color: rgb(16 16 16 / 0.3);
}
.placeholder-panel-base\/40::-moz-placeholder {
  color: rgb(16 16 16 / 0.4);
}
.placeholder-panel-base\/40::placeholder {
  color: rgb(16 16 16 / 0.4);
}
.placeholder-panel-base\/5::-moz-placeholder {
  color: rgb(16 16 16 / 0.05);
}
.placeholder-panel-base\/5::placeholder {
  color: rgb(16 16 16 / 0.05);
}
.placeholder-panel-base\/50::-moz-placeholder {
  color: rgb(16 16 16 / 0.5);
}
.placeholder-panel-base\/50::placeholder {
  color: rgb(16 16 16 / 0.5);
}
.placeholder-panel-base\/60::-moz-placeholder {
  color: rgb(16 16 16 / 0.6);
}
.placeholder-panel-base\/60::placeholder {
  color: rgb(16 16 16 / 0.6);
}
.placeholder-panel-base\/70::-moz-placeholder {
  color: rgb(16 16 16 / 0.7);
}
.placeholder-panel-base\/70::placeholder {
  color: rgb(16 16 16 / 0.7);
}
.placeholder-panel-base\/75::-moz-placeholder {
  color: rgb(16 16 16 / 0.75);
}
.placeholder-panel-base\/75::placeholder {
  color: rgb(16 16 16 / 0.75);
}
.placeholder-panel-base\/80::-moz-placeholder {
  color: rgb(16 16 16 / 0.8);
}
.placeholder-panel-base\/80::placeholder {
  color: rgb(16 16 16 / 0.8);
}
.placeholder-panel-base\/90::-moz-placeholder {
  color: rgb(16 16 16 / 0.9);
}
.placeholder-panel-base\/90::placeholder {
  color: rgb(16 16 16 / 0.9);
}
.placeholder-panel-base\/95::-moz-placeholder {
  color: rgb(16 16 16 / 0.95);
}
.placeholder-panel-base\/95::placeholder {
  color: rgb(16 16 16 / 0.95);
}
.placeholder-panel-base\/state-disabled::-moz-placeholder {
  color: rgb(16 16 16 / 0.5);
}
.placeholder-panel-base\/state-disabled::placeholder {
  color: rgb(16 16 16 / 0.5);
}
.placeholder-panel-base\/state-enabled::-moz-placeholder {
  color: rgb(16 16 16 / 1);
}
.placeholder-panel-base\/state-enabled::placeholder {
  color: rgb(16 16 16 / 1);
}
.placeholder-panel-border::-moz-placeholder {
  color: rgba(255, 255, 255, 0.05);
}
.placeholder-panel-border::placeholder {
  color: rgba(255, 255, 255, 0.05);
}
.placeholder-panel-border\/0::-moz-placeholder {
  color: rgba(255, 255, 255, 0);
}
.placeholder-panel-border\/0::placeholder {
  color: rgba(255, 255, 255, 0);
}
.placeholder-panel-border\/10::-moz-placeholder {
  color: rgba(255, 255, 255, 0.1);
}
.placeholder-panel-border\/10::placeholder {
  color: rgba(255, 255, 255, 0.1);
}
.placeholder-panel-border\/100::-moz-placeholder {
  color: rgba(255, 255, 255, 1);
}
.placeholder-panel-border\/100::placeholder {
  color: rgba(255, 255, 255, 1);
}
.placeholder-panel-border\/20::-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.placeholder-panel-border\/20::placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.placeholder-panel-border\/25::-moz-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.placeholder-panel-border\/25::placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.placeholder-panel-border\/30::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.placeholder-panel-border\/30::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.placeholder-panel-border\/40::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.placeholder-panel-border\/40::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.placeholder-panel-border\/5::-moz-placeholder {
  color: rgba(255, 255, 255, 0.05);
}
.placeholder-panel-border\/5::placeholder {
  color: rgba(255, 255, 255, 0.05);
}
.placeholder-panel-border\/50::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.placeholder-panel-border\/50::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.placeholder-panel-border\/60::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.placeholder-panel-border\/60::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.placeholder-panel-border\/70::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.placeholder-panel-border\/70::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.placeholder-panel-border\/75::-moz-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.placeholder-panel-border\/75::placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.placeholder-panel-border\/80::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.placeholder-panel-border\/80::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.placeholder-panel-border\/90::-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
}
.placeholder-panel-border\/90::placeholder {
  color: rgba(255, 255, 255, 0.9);
}
.placeholder-panel-border\/95::-moz-placeholder {
  color: rgba(255, 255, 255, 0.95);
}
.placeholder-panel-border\/95::placeholder {
  color: rgba(255, 255, 255, 0.95);
}
.placeholder-panel-border\/state-disabled::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.placeholder-panel-border\/state-disabled::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.placeholder-panel-border\/state-enabled::-moz-placeholder {
  color: rgba(255, 255, 255, 1);
}
.placeholder-panel-border\/state-enabled::placeholder {
  color: rgba(255, 255, 255, 1);
}
.placeholder-panel-default::-moz-placeholder {
  color: rgba(255, 255, 255, 0);
}
.placeholder-panel-default::placeholder {
  color: rgba(255, 255, 255, 0);
}
.placeholder-panel-default\/0::-moz-placeholder {
  color: rgba(255, 255, 255, 0);
}
.placeholder-panel-default\/0::placeholder {
  color: rgba(255, 255, 255, 0);
}
.placeholder-panel-default\/10::-moz-placeholder {
  color: rgba(255, 255, 255, 0.1);
}
.placeholder-panel-default\/10::placeholder {
  color: rgba(255, 255, 255, 0.1);
}
.placeholder-panel-default\/100::-moz-placeholder {
  color: rgba(255, 255, 255, 1);
}
.placeholder-panel-default\/100::placeholder {
  color: rgba(255, 255, 255, 1);
}
.placeholder-panel-default\/20::-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.placeholder-panel-default\/20::placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.placeholder-panel-default\/25::-moz-placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.placeholder-panel-default\/25::placeholder {
  color: rgba(255, 255, 255, 0.25);
}
.placeholder-panel-default\/30::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.placeholder-panel-default\/30::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.placeholder-panel-default\/40::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.placeholder-panel-default\/40::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.placeholder-panel-default\/5::-moz-placeholder {
  color: rgba(255, 255, 255, 0.05);
}
.placeholder-panel-default\/5::placeholder {
  color: rgba(255, 255, 255, 0.05);
}
.placeholder-panel-default\/50::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.placeholder-panel-default\/50::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.placeholder-panel-default\/60::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.placeholder-panel-default\/60::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.placeholder-panel-default\/70::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.placeholder-panel-default\/70::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.placeholder-panel-default\/75::-moz-placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.placeholder-panel-default\/75::placeholder {
  color: rgba(255, 255, 255, 0.75);
}
.placeholder-panel-default\/80::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.placeholder-panel-default\/80::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.placeholder-panel-default\/90::-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
}
.placeholder-panel-default\/90::placeholder {
  color: rgba(255, 255, 255, 0.9);
}
.placeholder-panel-default\/95::-moz-placeholder {
  color: rgba(255, 255, 255, 0.95);
}
.placeholder-panel-default\/95::placeholder {
  color: rgba(255, 255, 255, 0.95);
}
.placeholder-panel-default\/state-disabled::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.placeholder-panel-default\/state-disabled::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.placeholder-panel-default\/state-enabled::-moz-placeholder {
  color: rgba(255, 255, 255, 1);
}
.placeholder-panel-default\/state-enabled::placeholder {
  color: rgba(255, 255, 255, 1);
}
.placeholder-panel-shadow::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.placeholder-panel-shadow::placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.placeholder-panel-shadow\/0::-moz-placeholder {
  color: rgba(0, 0, 0, 0);
}
.placeholder-panel-shadow\/0::placeholder {
  color: rgba(0, 0, 0, 0);
}
.placeholder-panel-shadow\/10::-moz-placeholder {
  color: rgba(0, 0, 0, 0.1);
}
.placeholder-panel-shadow\/10::placeholder {
  color: rgba(0, 0, 0, 0.1);
}
.placeholder-panel-shadow\/100::-moz-placeholder {
  color: rgba(0, 0, 0, 1);
}
.placeholder-panel-shadow\/100::placeholder {
  color: rgba(0, 0, 0, 1);
}
.placeholder-panel-shadow\/20::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.placeholder-panel-shadow\/20::placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.placeholder-panel-shadow\/25::-moz-placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.placeholder-panel-shadow\/25::placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.placeholder-panel-shadow\/30::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.placeholder-panel-shadow\/30::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.placeholder-panel-shadow\/40::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.placeholder-panel-shadow\/40::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.placeholder-panel-shadow\/5::-moz-placeholder {
  color: rgba(0, 0, 0, 0.05);
}
.placeholder-panel-shadow\/5::placeholder {
  color: rgba(0, 0, 0, 0.05);
}
.placeholder-panel-shadow\/50::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.placeholder-panel-shadow\/50::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.placeholder-panel-shadow\/60::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.placeholder-panel-shadow\/60::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.placeholder-panel-shadow\/70::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.placeholder-panel-shadow\/70::placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.placeholder-panel-shadow\/75::-moz-placeholder {
  color: rgba(0, 0, 0, 0.75);
}
.placeholder-panel-shadow\/75::placeholder {
  color: rgba(0, 0, 0, 0.75);
}
.placeholder-panel-shadow\/80::-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.placeholder-panel-shadow\/80::placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.placeholder-panel-shadow\/90::-moz-placeholder {
  color: rgba(0, 0, 0, 0.9);
}
.placeholder-panel-shadow\/90::placeholder {
  color: rgba(0, 0, 0, 0.9);
}
.placeholder-panel-shadow\/95::-moz-placeholder {
  color: rgba(0, 0, 0, 0.95);
}
.placeholder-panel-shadow\/95::placeholder {
  color: rgba(0, 0, 0, 0.95);
}
.placeholder-panel-shadow\/state-disabled::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.placeholder-panel-shadow\/state-disabled::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.placeholder-panel-shadow\/state-enabled::-moz-placeholder {
  color: rgba(0, 0, 0, 1);
}
.placeholder-panel-shadow\/state-enabled::placeholder {
  color: rgba(0, 0, 0, 1);
}
.placeholder-typography-accent::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(205 141 239 / var(--tw-placeholder-opacity));
}
.placeholder-typography-accent::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(205 141 239 / var(--tw-placeholder-opacity));
}
.placeholder-typography-accent\/0::-moz-placeholder {
  color: rgb(205 141 239 / 0);
}
.placeholder-typography-accent\/0::placeholder {
  color: rgb(205 141 239 / 0);
}
.placeholder-typography-accent\/10::-moz-placeholder {
  color: rgb(205 141 239 / 0.1);
}
.placeholder-typography-accent\/10::placeholder {
  color: rgb(205 141 239 / 0.1);
}
.placeholder-typography-accent\/100::-moz-placeholder {
  color: rgb(205 141 239 / 1);
}
.placeholder-typography-accent\/100::placeholder {
  color: rgb(205 141 239 / 1);
}
.placeholder-typography-accent\/20::-moz-placeholder {
  color: rgb(205 141 239 / 0.2);
}
.placeholder-typography-accent\/20::placeholder {
  color: rgb(205 141 239 / 0.2);
}
.placeholder-typography-accent\/25::-moz-placeholder {
  color: rgb(205 141 239 / 0.25);
}
.placeholder-typography-accent\/25::placeholder {
  color: rgb(205 141 239 / 0.25);
}
.placeholder-typography-accent\/30::-moz-placeholder {
  color: rgb(205 141 239 / 0.3);
}
.placeholder-typography-accent\/30::placeholder {
  color: rgb(205 141 239 / 0.3);
}
.placeholder-typography-accent\/40::-moz-placeholder {
  color: rgb(205 141 239 / 0.4);
}
.placeholder-typography-accent\/40::placeholder {
  color: rgb(205 141 239 / 0.4);
}
.placeholder-typography-accent\/5::-moz-placeholder {
  color: rgb(205 141 239 / 0.05);
}
.placeholder-typography-accent\/5::placeholder {
  color: rgb(205 141 239 / 0.05);
}
.placeholder-typography-accent\/50::-moz-placeholder {
  color: rgb(205 141 239 / 0.5);
}
.placeholder-typography-accent\/50::placeholder {
  color: rgb(205 141 239 / 0.5);
}
.placeholder-typography-accent\/60::-moz-placeholder {
  color: rgb(205 141 239 / 0.6);
}
.placeholder-typography-accent\/60::placeholder {
  color: rgb(205 141 239 / 0.6);
}
.placeholder-typography-accent\/70::-moz-placeholder {
  color: rgb(205 141 239 / 0.7);
}
.placeholder-typography-accent\/70::placeholder {
  color: rgb(205 141 239 / 0.7);
}
.placeholder-typography-accent\/75::-moz-placeholder {
  color: rgb(205 141 239 / 0.75);
}
.placeholder-typography-accent\/75::placeholder {
  color: rgb(205 141 239 / 0.75);
}
.placeholder-typography-accent\/80::-moz-placeholder {
  color: rgb(205 141 239 / 0.8);
}
.placeholder-typography-accent\/80::placeholder {
  color: rgb(205 141 239 / 0.8);
}
.placeholder-typography-accent\/90::-moz-placeholder {
  color: rgb(205 141 239 / 0.9);
}
.placeholder-typography-accent\/90::placeholder {
  color: rgb(205 141 239 / 0.9);
}
.placeholder-typography-accent\/95::-moz-placeholder {
  color: rgb(205 141 239 / 0.95);
}
.placeholder-typography-accent\/95::placeholder {
  color: rgb(205 141 239 / 0.95);
}
.placeholder-typography-accent\/state-disabled::-moz-placeholder {
  color: rgb(205 141 239 / 0.5);
}
.placeholder-typography-accent\/state-disabled::placeholder {
  color: rgb(205 141 239 / 0.5);
}
.placeholder-typography-accent\/state-enabled::-moz-placeholder {
  color: rgb(205 141 239 / 1);
}
.placeholder-typography-accent\/state-enabled::placeholder {
  color: rgb(205 141 239 / 1);
}
.placeholder-typography-alternate::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(6 182 212 / var(--tw-placeholder-opacity));
}
.placeholder-typography-alternate::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(6 182 212 / var(--tw-placeholder-opacity));
}
.placeholder-typography-alternate\/0::-moz-placeholder {
  color: rgb(6 182 212 / 0);
}
.placeholder-typography-alternate\/0::placeholder {
  color: rgb(6 182 212 / 0);
}
.placeholder-typography-alternate\/10::-moz-placeholder {
  color: rgb(6 182 212 / 0.1);
}
.placeholder-typography-alternate\/10::placeholder {
  color: rgb(6 182 212 / 0.1);
}
.placeholder-typography-alternate\/100::-moz-placeholder {
  color: rgb(6 182 212 / 1);
}
.placeholder-typography-alternate\/100::placeholder {
  color: rgb(6 182 212 / 1);
}
.placeholder-typography-alternate\/20::-moz-placeholder {
  color: rgb(6 182 212 / 0.2);
}
.placeholder-typography-alternate\/20::placeholder {
  color: rgb(6 182 212 / 0.2);
}
.placeholder-typography-alternate\/25::-moz-placeholder {
  color: rgb(6 182 212 / 0.25);
}
.placeholder-typography-alternate\/25::placeholder {
  color: rgb(6 182 212 / 0.25);
}
.placeholder-typography-alternate\/30::-moz-placeholder {
  color: rgb(6 182 212 / 0.3);
}
.placeholder-typography-alternate\/30::placeholder {
  color: rgb(6 182 212 / 0.3);
}
.placeholder-typography-alternate\/40::-moz-placeholder {
  color: rgb(6 182 212 / 0.4);
}
.placeholder-typography-alternate\/40::placeholder {
  color: rgb(6 182 212 / 0.4);
}
.placeholder-typography-alternate\/5::-moz-placeholder {
  color: rgb(6 182 212 / 0.05);
}
.placeholder-typography-alternate\/5::placeholder {
  color: rgb(6 182 212 / 0.05);
}
.placeholder-typography-alternate\/50::-moz-placeholder {
  color: rgb(6 182 212 / 0.5);
}
.placeholder-typography-alternate\/50::placeholder {
  color: rgb(6 182 212 / 0.5);
}
.placeholder-typography-alternate\/60::-moz-placeholder {
  color: rgb(6 182 212 / 0.6);
}
.placeholder-typography-alternate\/60::placeholder {
  color: rgb(6 182 212 / 0.6);
}
.placeholder-typography-alternate\/70::-moz-placeholder {
  color: rgb(6 182 212 / 0.7);
}
.placeholder-typography-alternate\/70::placeholder {
  color: rgb(6 182 212 / 0.7);
}
.placeholder-typography-alternate\/75::-moz-placeholder {
  color: rgb(6 182 212 / 0.75);
}
.placeholder-typography-alternate\/75::placeholder {
  color: rgb(6 182 212 / 0.75);
}
.placeholder-typography-alternate\/80::-moz-placeholder {
  color: rgb(6 182 212 / 0.8);
}
.placeholder-typography-alternate\/80::placeholder {
  color: rgb(6 182 212 / 0.8);
}
.placeholder-typography-alternate\/90::-moz-placeholder {
  color: rgb(6 182 212 / 0.9);
}
.placeholder-typography-alternate\/90::placeholder {
  color: rgb(6 182 212 / 0.9);
}
.placeholder-typography-alternate\/95::-moz-placeholder {
  color: rgb(6 182 212 / 0.95);
}
.placeholder-typography-alternate\/95::placeholder {
  color: rgb(6 182 212 / 0.95);
}
.placeholder-typography-alternate\/state-disabled::-moz-placeholder {
  color: rgb(6 182 212 / 0.5);
}
.placeholder-typography-alternate\/state-disabled::placeholder {
  color: rgb(6 182 212 / 0.5);
}
.placeholder-typography-alternate\/state-enabled::-moz-placeholder {
  color: rgb(6 182 212 / 1);
}
.placeholder-typography-alternate\/state-enabled::placeholder {
  color: rgb(6 182 212 / 1);
}
.placeholder-typography-default::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}
.placeholder-typography-default::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}
.placeholder-typography-default\/0::-moz-placeholder {
  color: rgb(255 255 255 / 0);
}
.placeholder-typography-default\/0::placeholder {
  color: rgb(255 255 255 / 0);
}
.placeholder-typography-default\/10::-moz-placeholder {
  color: rgb(255 255 255 / 0.1);
}
.placeholder-typography-default\/10::placeholder {
  color: rgb(255 255 255 / 0.1);
}
.placeholder-typography-default\/100::-moz-placeholder {
  color: rgb(255 255 255 / 1);
}
.placeholder-typography-default\/100::placeholder {
  color: rgb(255 255 255 / 1);
}
.placeholder-typography-default\/20::-moz-placeholder {
  color: rgb(255 255 255 / 0.2);
}
.placeholder-typography-default\/20::placeholder {
  color: rgb(255 255 255 / 0.2);
}
.placeholder-typography-default\/25::-moz-placeholder {
  color: rgb(255 255 255 / 0.25);
}
.placeholder-typography-default\/25::placeholder {
  color: rgb(255 255 255 / 0.25);
}
.placeholder-typography-default\/30::-moz-placeholder {
  color: rgb(255 255 255 / 0.3);
}
.placeholder-typography-default\/30::placeholder {
  color: rgb(255 255 255 / 0.3);
}
.placeholder-typography-default\/40::-moz-placeholder {
  color: rgb(255 255 255 / 0.4);
}
.placeholder-typography-default\/40::placeholder {
  color: rgb(255 255 255 / 0.4);
}
.placeholder-typography-default\/5::-moz-placeholder {
  color: rgb(255 255 255 / 0.05);
}
.placeholder-typography-default\/5::placeholder {
  color: rgb(255 255 255 / 0.05);
}
.placeholder-typography-default\/50::-moz-placeholder {
  color: rgb(255 255 255 / 0.5);
}
.placeholder-typography-default\/50::placeholder {
  color: rgb(255 255 255 / 0.5);
}
.placeholder-typography-default\/60::-moz-placeholder {
  color: rgb(255 255 255 / 0.6);
}
.placeholder-typography-default\/60::placeholder {
  color: rgb(255 255 255 / 0.6);
}
.placeholder-typography-default\/70::-moz-placeholder {
  color: rgb(255 255 255 / 0.7);
}
.placeholder-typography-default\/70::placeholder {
  color: rgb(255 255 255 / 0.7);
}
.placeholder-typography-default\/75::-moz-placeholder {
  color: rgb(255 255 255 / 0.75);
}
.placeholder-typography-default\/75::placeholder {
  color: rgb(255 255 255 / 0.75);
}
.placeholder-typography-default\/80::-moz-placeholder {
  color: rgb(255 255 255 / 0.8);
}
.placeholder-typography-default\/80::placeholder {
  color: rgb(255 255 255 / 0.8);
}
.placeholder-typography-default\/90::-moz-placeholder {
  color: rgb(255 255 255 / 0.9);
}
.placeholder-typography-default\/90::placeholder {
  color: rgb(255 255 255 / 0.9);
}
.placeholder-typography-default\/95::-moz-placeholder {
  color: rgb(255 255 255 / 0.95);
}
.placeholder-typography-default\/95::placeholder {
  color: rgb(255 255 255 / 0.95);
}
.placeholder-typography-default\/state-disabled::-moz-placeholder {
  color: rgb(255 255 255 / 0.5);
}
.placeholder-typography-default\/state-disabled::placeholder {
  color: rgb(255 255 255 / 0.5);
}
.placeholder-typography-default\/state-enabled::-moz-placeholder {
  color: rgb(255 255 255 / 1);
}
.placeholder-typography-default\/state-enabled::placeholder {
  color: rgb(255 255 255 / 1);
}
.placeholder-typography-error::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 113 113 / var(--tw-placeholder-opacity));
}
.placeholder-typography-error::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 113 113 / var(--tw-placeholder-opacity));
}
.placeholder-typography-error\/0::-moz-placeholder {
  color: rgb(248 113 113 / 0);
}
.placeholder-typography-error\/0::placeholder {
  color: rgb(248 113 113 / 0);
}
.placeholder-typography-error\/10::-moz-placeholder {
  color: rgb(248 113 113 / 0.1);
}
.placeholder-typography-error\/10::placeholder {
  color: rgb(248 113 113 / 0.1);
}
.placeholder-typography-error\/100::-moz-placeholder {
  color: rgb(248 113 113 / 1);
}
.placeholder-typography-error\/100::placeholder {
  color: rgb(248 113 113 / 1);
}
.placeholder-typography-error\/20::-moz-placeholder {
  color: rgb(248 113 113 / 0.2);
}
.placeholder-typography-error\/20::placeholder {
  color: rgb(248 113 113 / 0.2);
}
.placeholder-typography-error\/25::-moz-placeholder {
  color: rgb(248 113 113 / 0.25);
}
.placeholder-typography-error\/25::placeholder {
  color: rgb(248 113 113 / 0.25);
}
.placeholder-typography-error\/30::-moz-placeholder {
  color: rgb(248 113 113 / 0.3);
}
.placeholder-typography-error\/30::placeholder {
  color: rgb(248 113 113 / 0.3);
}
.placeholder-typography-error\/40::-moz-placeholder {
  color: rgb(248 113 113 / 0.4);
}
.placeholder-typography-error\/40::placeholder {
  color: rgb(248 113 113 / 0.4);
}
.placeholder-typography-error\/5::-moz-placeholder {
  color: rgb(248 113 113 / 0.05);
}
.placeholder-typography-error\/5::placeholder {
  color: rgb(248 113 113 / 0.05);
}
.placeholder-typography-error\/50::-moz-placeholder {
  color: rgb(248 113 113 / 0.5);
}
.placeholder-typography-error\/50::placeholder {
  color: rgb(248 113 113 / 0.5);
}
.placeholder-typography-error\/60::-moz-placeholder {
  color: rgb(248 113 113 / 0.6);
}
.placeholder-typography-error\/60::placeholder {
  color: rgb(248 113 113 / 0.6);
}
.placeholder-typography-error\/70::-moz-placeholder {
  color: rgb(248 113 113 / 0.7);
}
.placeholder-typography-error\/70::placeholder {
  color: rgb(248 113 113 / 0.7);
}
.placeholder-typography-error\/75::-moz-placeholder {
  color: rgb(248 113 113 / 0.75);
}
.placeholder-typography-error\/75::placeholder {
  color: rgb(248 113 113 / 0.75);
}
.placeholder-typography-error\/80::-moz-placeholder {
  color: rgb(248 113 113 / 0.8);
}
.placeholder-typography-error\/80::placeholder {
  color: rgb(248 113 113 / 0.8);
}
.placeholder-typography-error\/90::-moz-placeholder {
  color: rgb(248 113 113 / 0.9);
}
.placeholder-typography-error\/90::placeholder {
  color: rgb(248 113 113 / 0.9);
}
.placeholder-typography-error\/95::-moz-placeholder {
  color: rgb(248 113 113 / 0.95);
}
.placeholder-typography-error\/95::placeholder {
  color: rgb(248 113 113 / 0.95);
}
.placeholder-typography-error\/state-disabled::-moz-placeholder {
  color: rgb(248 113 113 / 0.5);
}
.placeholder-typography-error\/state-disabled::placeholder {
  color: rgb(248 113 113 / 0.5);
}
.placeholder-typography-error\/state-enabled::-moz-placeholder {
  color: rgb(248 113 113 / 1);
}
.placeholder-typography-error\/state-enabled::placeholder {
  color: rgb(248 113 113 / 1);
}
.placeholder-typography-info::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(96 165 250 / var(--tw-placeholder-opacity));
}
.placeholder-typography-info::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(96 165 250 / var(--tw-placeholder-opacity));
}
.placeholder-typography-info\/0::-moz-placeholder {
  color: rgb(96 165 250 / 0);
}
.placeholder-typography-info\/0::placeholder {
  color: rgb(96 165 250 / 0);
}
.placeholder-typography-info\/10::-moz-placeholder {
  color: rgb(96 165 250 / 0.1);
}
.placeholder-typography-info\/10::placeholder {
  color: rgb(96 165 250 / 0.1);
}
.placeholder-typography-info\/100::-moz-placeholder {
  color: rgb(96 165 250 / 1);
}
.placeholder-typography-info\/100::placeholder {
  color: rgb(96 165 250 / 1);
}
.placeholder-typography-info\/20::-moz-placeholder {
  color: rgb(96 165 250 / 0.2);
}
.placeholder-typography-info\/20::placeholder {
  color: rgb(96 165 250 / 0.2);
}
.placeholder-typography-info\/25::-moz-placeholder {
  color: rgb(96 165 250 / 0.25);
}
.placeholder-typography-info\/25::placeholder {
  color: rgb(96 165 250 / 0.25);
}
.placeholder-typography-info\/30::-moz-placeholder {
  color: rgb(96 165 250 / 0.3);
}
.placeholder-typography-info\/30::placeholder {
  color: rgb(96 165 250 / 0.3);
}
.placeholder-typography-info\/40::-moz-placeholder {
  color: rgb(96 165 250 / 0.4);
}
.placeholder-typography-info\/40::placeholder {
  color: rgb(96 165 250 / 0.4);
}
.placeholder-typography-info\/5::-moz-placeholder {
  color: rgb(96 165 250 / 0.05);
}
.placeholder-typography-info\/5::placeholder {
  color: rgb(96 165 250 / 0.05);
}
.placeholder-typography-info\/50::-moz-placeholder {
  color: rgb(96 165 250 / 0.5);
}
.placeholder-typography-info\/50::placeholder {
  color: rgb(96 165 250 / 0.5);
}
.placeholder-typography-info\/60::-moz-placeholder {
  color: rgb(96 165 250 / 0.6);
}
.placeholder-typography-info\/60::placeholder {
  color: rgb(96 165 250 / 0.6);
}
.placeholder-typography-info\/70::-moz-placeholder {
  color: rgb(96 165 250 / 0.7);
}
.placeholder-typography-info\/70::placeholder {
  color: rgb(96 165 250 / 0.7);
}
.placeholder-typography-info\/75::-moz-placeholder {
  color: rgb(96 165 250 / 0.75);
}
.placeholder-typography-info\/75::placeholder {
  color: rgb(96 165 250 / 0.75);
}
.placeholder-typography-info\/80::-moz-placeholder {
  color: rgb(96 165 250 / 0.8);
}
.placeholder-typography-info\/80::placeholder {
  color: rgb(96 165 250 / 0.8);
}
.placeholder-typography-info\/90::-moz-placeholder {
  color: rgb(96 165 250 / 0.9);
}
.placeholder-typography-info\/90::placeholder {
  color: rgb(96 165 250 / 0.9);
}
.placeholder-typography-info\/95::-moz-placeholder {
  color: rgb(96 165 250 / 0.95);
}
.placeholder-typography-info\/95::placeholder {
  color: rgb(96 165 250 / 0.95);
}
.placeholder-typography-info\/state-disabled::-moz-placeholder {
  color: rgb(96 165 250 / 0.5);
}
.placeholder-typography-info\/state-disabled::placeholder {
  color: rgb(96 165 250 / 0.5);
}
.placeholder-typography-info\/state-enabled::-moz-placeholder {
  color: rgb(96 165 250 / 1);
}
.placeholder-typography-info\/state-enabled::placeholder {
  color: rgb(96 165 250 / 1);
}
.placeholder-typography-link-default::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(205 141 239 / var(--tw-placeholder-opacity));
}
.placeholder-typography-link-default::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(205 141 239 / var(--tw-placeholder-opacity));
}
.placeholder-typography-link-default\/0::-moz-placeholder {
  color: rgb(205 141 239 / 0);
}
.placeholder-typography-link-default\/0::placeholder {
  color: rgb(205 141 239 / 0);
}
.placeholder-typography-link-default\/10::-moz-placeholder {
  color: rgb(205 141 239 / 0.1);
}
.placeholder-typography-link-default\/10::placeholder {
  color: rgb(205 141 239 / 0.1);
}
.placeholder-typography-link-default\/100::-moz-placeholder {
  color: rgb(205 141 239 / 1);
}
.placeholder-typography-link-default\/100::placeholder {
  color: rgb(205 141 239 / 1);
}
.placeholder-typography-link-default\/20::-moz-placeholder {
  color: rgb(205 141 239 / 0.2);
}
.placeholder-typography-link-default\/20::placeholder {
  color: rgb(205 141 239 / 0.2);
}
.placeholder-typography-link-default\/25::-moz-placeholder {
  color: rgb(205 141 239 / 0.25);
}
.placeholder-typography-link-default\/25::placeholder {
  color: rgb(205 141 239 / 0.25);
}
.placeholder-typography-link-default\/30::-moz-placeholder {
  color: rgb(205 141 239 / 0.3);
}
.placeholder-typography-link-default\/30::placeholder {
  color: rgb(205 141 239 / 0.3);
}
.placeholder-typography-link-default\/40::-moz-placeholder {
  color: rgb(205 141 239 / 0.4);
}
.placeholder-typography-link-default\/40::placeholder {
  color: rgb(205 141 239 / 0.4);
}
.placeholder-typography-link-default\/5::-moz-placeholder {
  color: rgb(205 141 239 / 0.05);
}
.placeholder-typography-link-default\/5::placeholder {
  color: rgb(205 141 239 / 0.05);
}
.placeholder-typography-link-default\/50::-moz-placeholder {
  color: rgb(205 141 239 / 0.5);
}
.placeholder-typography-link-default\/50::placeholder {
  color: rgb(205 141 239 / 0.5);
}
.placeholder-typography-link-default\/60::-moz-placeholder {
  color: rgb(205 141 239 / 0.6);
}
.placeholder-typography-link-default\/60::placeholder {
  color: rgb(205 141 239 / 0.6);
}
.placeholder-typography-link-default\/70::-moz-placeholder {
  color: rgb(205 141 239 / 0.7);
}
.placeholder-typography-link-default\/70::placeholder {
  color: rgb(205 141 239 / 0.7);
}
.placeholder-typography-link-default\/75::-moz-placeholder {
  color: rgb(205 141 239 / 0.75);
}
.placeholder-typography-link-default\/75::placeholder {
  color: rgb(205 141 239 / 0.75);
}
.placeholder-typography-link-default\/80::-moz-placeholder {
  color: rgb(205 141 239 / 0.8);
}
.placeholder-typography-link-default\/80::placeholder {
  color: rgb(205 141 239 / 0.8);
}
.placeholder-typography-link-default\/90::-moz-placeholder {
  color: rgb(205 141 239 / 0.9);
}
.placeholder-typography-link-default\/90::placeholder {
  color: rgb(205 141 239 / 0.9);
}
.placeholder-typography-link-default\/95::-moz-placeholder {
  color: rgb(205 141 239 / 0.95);
}
.placeholder-typography-link-default\/95::placeholder {
  color: rgb(205 141 239 / 0.95);
}
.placeholder-typography-link-default\/state-disabled::-moz-placeholder {
  color: rgb(205 141 239 / 0.5);
}
.placeholder-typography-link-default\/state-disabled::placeholder {
  color: rgb(205 141 239 / 0.5);
}
.placeholder-typography-link-default\/state-enabled::-moz-placeholder {
  color: rgb(205 141 239 / 1);
}
.placeholder-typography-link-default\/state-enabled::placeholder {
  color: rgb(205 141 239 / 1);
}
.placeholder-typography-link-hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(215 164 242 / var(--tw-placeholder-opacity));
}
.placeholder-typography-link-hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(215 164 242 / var(--tw-placeholder-opacity));
}
.placeholder-typography-link-hover\/0::-moz-placeholder {
  color: rgb(215 164 242 / 0);
}
.placeholder-typography-link-hover\/0::placeholder {
  color: rgb(215 164 242 / 0);
}
.placeholder-typography-link-hover\/10::-moz-placeholder {
  color: rgb(215 164 242 / 0.1);
}
.placeholder-typography-link-hover\/10::placeholder {
  color: rgb(215 164 242 / 0.1);
}
.placeholder-typography-link-hover\/100::-moz-placeholder {
  color: rgb(215 164 242 / 1);
}
.placeholder-typography-link-hover\/100::placeholder {
  color: rgb(215 164 242 / 1);
}
.placeholder-typography-link-hover\/20::-moz-placeholder {
  color: rgb(215 164 242 / 0.2);
}
.placeholder-typography-link-hover\/20::placeholder {
  color: rgb(215 164 242 / 0.2);
}
.placeholder-typography-link-hover\/25::-moz-placeholder {
  color: rgb(215 164 242 / 0.25);
}
.placeholder-typography-link-hover\/25::placeholder {
  color: rgb(215 164 242 / 0.25);
}
.placeholder-typography-link-hover\/30::-moz-placeholder {
  color: rgb(215 164 242 / 0.3);
}
.placeholder-typography-link-hover\/30::placeholder {
  color: rgb(215 164 242 / 0.3);
}
.placeholder-typography-link-hover\/40::-moz-placeholder {
  color: rgb(215 164 242 / 0.4);
}
.placeholder-typography-link-hover\/40::placeholder {
  color: rgb(215 164 242 / 0.4);
}
.placeholder-typography-link-hover\/5::-moz-placeholder {
  color: rgb(215 164 242 / 0.05);
}
.placeholder-typography-link-hover\/5::placeholder {
  color: rgb(215 164 242 / 0.05);
}
.placeholder-typography-link-hover\/50::-moz-placeholder {
  color: rgb(215 164 242 / 0.5);
}
.placeholder-typography-link-hover\/50::placeholder {
  color: rgb(215 164 242 / 0.5);
}
.placeholder-typography-link-hover\/60::-moz-placeholder {
  color: rgb(215 164 242 / 0.6);
}
.placeholder-typography-link-hover\/60::placeholder {
  color: rgb(215 164 242 / 0.6);
}
.placeholder-typography-link-hover\/70::-moz-placeholder {
  color: rgb(215 164 242 / 0.7);
}
.placeholder-typography-link-hover\/70::placeholder {
  color: rgb(215 164 242 / 0.7);
}
.placeholder-typography-link-hover\/75::-moz-placeholder {
  color: rgb(215 164 242 / 0.75);
}
.placeholder-typography-link-hover\/75::placeholder {
  color: rgb(215 164 242 / 0.75);
}
.placeholder-typography-link-hover\/80::-moz-placeholder {
  color: rgb(215 164 242 / 0.8);
}
.placeholder-typography-link-hover\/80::placeholder {
  color: rgb(215 164 242 / 0.8);
}
.placeholder-typography-link-hover\/90::-moz-placeholder {
  color: rgb(215 164 242 / 0.9);
}
.placeholder-typography-link-hover\/90::placeholder {
  color: rgb(215 164 242 / 0.9);
}
.placeholder-typography-link-hover\/95::-moz-placeholder {
  color: rgb(215 164 242 / 0.95);
}
.placeholder-typography-link-hover\/95::placeholder {
  color: rgb(215 164 242 / 0.95);
}
.placeholder-typography-link-hover\/state-disabled::-moz-placeholder {
  color: rgb(215 164 242 / 0.5);
}
.placeholder-typography-link-hover\/state-disabled::placeholder {
  color: rgb(215 164 242 / 0.5);
}
.placeholder-typography-link-hover\/state-enabled::-moz-placeholder {
  color: rgb(215 164 242 / 1);
}
.placeholder-typography-link-hover\/state-enabled::placeholder {
  color: rgb(215 164 242 / 1);
}
.placeholder-typography-muted::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}
.placeholder-typography-muted::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}
.placeholder-typography-muted\/0::-moz-placeholder {
  color: rgb(156 163 175 / 0);
}
.placeholder-typography-muted\/0::placeholder {
  color: rgb(156 163 175 / 0);
}
.placeholder-typography-muted\/10::-moz-placeholder {
  color: rgb(156 163 175 / 0.1);
}
.placeholder-typography-muted\/10::placeholder {
  color: rgb(156 163 175 / 0.1);
}
.placeholder-typography-muted\/100::-moz-placeholder {
  color: rgb(156 163 175 / 1);
}
.placeholder-typography-muted\/100::placeholder {
  color: rgb(156 163 175 / 1);
}
.placeholder-typography-muted\/20::-moz-placeholder {
  color: rgb(156 163 175 / 0.2);
}
.placeholder-typography-muted\/20::placeholder {
  color: rgb(156 163 175 / 0.2);
}
.placeholder-typography-muted\/25::-moz-placeholder {
  color: rgb(156 163 175 / 0.25);
}
.placeholder-typography-muted\/25::placeholder {
  color: rgb(156 163 175 / 0.25);
}
.placeholder-typography-muted\/30::-moz-placeholder {
  color: rgb(156 163 175 / 0.3);
}
.placeholder-typography-muted\/30::placeholder {
  color: rgb(156 163 175 / 0.3);
}
.placeholder-typography-muted\/40::-moz-placeholder {
  color: rgb(156 163 175 / 0.4);
}
.placeholder-typography-muted\/40::placeholder {
  color: rgb(156 163 175 / 0.4);
}
.placeholder-typography-muted\/5::-moz-placeholder {
  color: rgb(156 163 175 / 0.05);
}
.placeholder-typography-muted\/5::placeholder {
  color: rgb(156 163 175 / 0.05);
}
.placeholder-typography-muted\/50::-moz-placeholder {
  color: rgb(156 163 175 / 0.5);
}
.placeholder-typography-muted\/50::placeholder {
  color: rgb(156 163 175 / 0.5);
}
.placeholder-typography-muted\/60::-moz-placeholder {
  color: rgb(156 163 175 / 0.6);
}
.placeholder-typography-muted\/60::placeholder {
  color: rgb(156 163 175 / 0.6);
}
.placeholder-typography-muted\/70::-moz-placeholder {
  color: rgb(156 163 175 / 0.7);
}
.placeholder-typography-muted\/70::placeholder {
  color: rgb(156 163 175 / 0.7);
}
.placeholder-typography-muted\/75::-moz-placeholder {
  color: rgb(156 163 175 / 0.75);
}
.placeholder-typography-muted\/75::placeholder {
  color: rgb(156 163 175 / 0.75);
}
.placeholder-typography-muted\/80::-moz-placeholder {
  color: rgb(156 163 175 / 0.8);
}
.placeholder-typography-muted\/80::placeholder {
  color: rgb(156 163 175 / 0.8);
}
.placeholder-typography-muted\/90::-moz-placeholder {
  color: rgb(156 163 175 / 0.9);
}
.placeholder-typography-muted\/90::placeholder {
  color: rgb(156 163 175 / 0.9);
}
.placeholder-typography-muted\/95::-moz-placeholder {
  color: rgb(156 163 175 / 0.95);
}
.placeholder-typography-muted\/95::placeholder {
  color: rgb(156 163 175 / 0.95);
}
.placeholder-typography-muted\/state-disabled::-moz-placeholder {
  color: rgb(156 163 175 / 0.5);
}
.placeholder-typography-muted\/state-disabled::placeholder {
  color: rgb(156 163 175 / 0.5);
}
.placeholder-typography-muted\/state-enabled::-moz-placeholder {
  color: rgb(156 163 175 / 1);
}
.placeholder-typography-muted\/state-enabled::placeholder {
  color: rgb(156 163 175 / 1);
}
.placeholder-typography-on-accent::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(64 64 64 / var(--tw-placeholder-opacity));
}
.placeholder-typography-on-accent::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(64 64 64 / var(--tw-placeholder-opacity));
}
.placeholder-typography-on-accent\/0::-moz-placeholder {
  color: rgb(64 64 64 / 0);
}
.placeholder-typography-on-accent\/0::placeholder {
  color: rgb(64 64 64 / 0);
}
.placeholder-typography-on-accent\/10::-moz-placeholder {
  color: rgb(64 64 64 / 0.1);
}
.placeholder-typography-on-accent\/10::placeholder {
  color: rgb(64 64 64 / 0.1);
}
.placeholder-typography-on-accent\/100::-moz-placeholder {
  color: rgb(64 64 64 / 1);
}
.placeholder-typography-on-accent\/100::placeholder {
  color: rgb(64 64 64 / 1);
}
.placeholder-typography-on-accent\/20::-moz-placeholder {
  color: rgb(64 64 64 / 0.2);
}
.placeholder-typography-on-accent\/20::placeholder {
  color: rgb(64 64 64 / 0.2);
}
.placeholder-typography-on-accent\/25::-moz-placeholder {
  color: rgb(64 64 64 / 0.25);
}
.placeholder-typography-on-accent\/25::placeholder {
  color: rgb(64 64 64 / 0.25);
}
.placeholder-typography-on-accent\/30::-moz-placeholder {
  color: rgb(64 64 64 / 0.3);
}
.placeholder-typography-on-accent\/30::placeholder {
  color: rgb(64 64 64 / 0.3);
}
.placeholder-typography-on-accent\/40::-moz-placeholder {
  color: rgb(64 64 64 / 0.4);
}
.placeholder-typography-on-accent\/40::placeholder {
  color: rgb(64 64 64 / 0.4);
}
.placeholder-typography-on-accent\/5::-moz-placeholder {
  color: rgb(64 64 64 / 0.05);
}
.placeholder-typography-on-accent\/5::placeholder {
  color: rgb(64 64 64 / 0.05);
}
.placeholder-typography-on-accent\/50::-moz-placeholder {
  color: rgb(64 64 64 / 0.5);
}
.placeholder-typography-on-accent\/50::placeholder {
  color: rgb(64 64 64 / 0.5);
}
.placeholder-typography-on-accent\/60::-moz-placeholder {
  color: rgb(64 64 64 / 0.6);
}
.placeholder-typography-on-accent\/60::placeholder {
  color: rgb(64 64 64 / 0.6);
}
.placeholder-typography-on-accent\/70::-moz-placeholder {
  color: rgb(64 64 64 / 0.7);
}
.placeholder-typography-on-accent\/70::placeholder {
  color: rgb(64 64 64 / 0.7);
}
.placeholder-typography-on-accent\/75::-moz-placeholder {
  color: rgb(64 64 64 / 0.75);
}
.placeholder-typography-on-accent\/75::placeholder {
  color: rgb(64 64 64 / 0.75);
}
.placeholder-typography-on-accent\/80::-moz-placeholder {
  color: rgb(64 64 64 / 0.8);
}
.placeholder-typography-on-accent\/80::placeholder {
  color: rgb(64 64 64 / 0.8);
}
.placeholder-typography-on-accent\/90::-moz-placeholder {
  color: rgb(64 64 64 / 0.9);
}
.placeholder-typography-on-accent\/90::placeholder {
  color: rgb(64 64 64 / 0.9);
}
.placeholder-typography-on-accent\/95::-moz-placeholder {
  color: rgb(64 64 64 / 0.95);
}
.placeholder-typography-on-accent\/95::placeholder {
  color: rgb(64 64 64 / 0.95);
}
.placeholder-typography-on-accent\/state-disabled::-moz-placeholder {
  color: rgb(64 64 64 / 0.5);
}
.placeholder-typography-on-accent\/state-disabled::placeholder {
  color: rgb(64 64 64 / 0.5);
}
.placeholder-typography-on-accent\/state-enabled::-moz-placeholder {
  color: rgb(64 64 64 / 1);
}
.placeholder-typography-on-accent\/state-enabled::placeholder {
  color: rgb(64 64 64 / 1);
}
.placeholder-typography-subtle::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(229 231 235 / var(--tw-placeholder-opacity));
}
.placeholder-typography-subtle::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(229 231 235 / var(--tw-placeholder-opacity));
}
.placeholder-typography-subtle\/0::-moz-placeholder {
  color: rgb(229 231 235 / 0);
}
.placeholder-typography-subtle\/0::placeholder {
  color: rgb(229 231 235 / 0);
}
.placeholder-typography-subtle\/10::-moz-placeholder {
  color: rgb(229 231 235 / 0.1);
}
.placeholder-typography-subtle\/10::placeholder {
  color: rgb(229 231 235 / 0.1);
}
.placeholder-typography-subtle\/100::-moz-placeholder {
  color: rgb(229 231 235 / 1);
}
.placeholder-typography-subtle\/100::placeholder {
  color: rgb(229 231 235 / 1);
}
.placeholder-typography-subtle\/20::-moz-placeholder {
  color: rgb(229 231 235 / 0.2);
}
.placeholder-typography-subtle\/20::placeholder {
  color: rgb(229 231 235 / 0.2);
}
.placeholder-typography-subtle\/25::-moz-placeholder {
  color: rgb(229 231 235 / 0.25);
}
.placeholder-typography-subtle\/25::placeholder {
  color: rgb(229 231 235 / 0.25);
}
.placeholder-typography-subtle\/30::-moz-placeholder {
  color: rgb(229 231 235 / 0.3);
}
.placeholder-typography-subtle\/30::placeholder {
  color: rgb(229 231 235 / 0.3);
}
.placeholder-typography-subtle\/40::-moz-placeholder {
  color: rgb(229 231 235 / 0.4);
}
.placeholder-typography-subtle\/40::placeholder {
  color: rgb(229 231 235 / 0.4);
}
.placeholder-typography-subtle\/5::-moz-placeholder {
  color: rgb(229 231 235 / 0.05);
}
.placeholder-typography-subtle\/5::placeholder {
  color: rgb(229 231 235 / 0.05);
}
.placeholder-typography-subtle\/50::-moz-placeholder {
  color: rgb(229 231 235 / 0.5);
}
.placeholder-typography-subtle\/50::placeholder {
  color: rgb(229 231 235 / 0.5);
}
.placeholder-typography-subtle\/60::-moz-placeholder {
  color: rgb(229 231 235 / 0.6);
}
.placeholder-typography-subtle\/60::placeholder {
  color: rgb(229 231 235 / 0.6);
}
.placeholder-typography-subtle\/70::-moz-placeholder {
  color: rgb(229 231 235 / 0.7);
}
.placeholder-typography-subtle\/70::placeholder {
  color: rgb(229 231 235 / 0.7);
}
.placeholder-typography-subtle\/75::-moz-placeholder {
  color: rgb(229 231 235 / 0.75);
}
.placeholder-typography-subtle\/75::placeholder {
  color: rgb(229 231 235 / 0.75);
}
.placeholder-typography-subtle\/80::-moz-placeholder {
  color: rgb(229 231 235 / 0.8);
}
.placeholder-typography-subtle\/80::placeholder {
  color: rgb(229 231 235 / 0.8);
}
.placeholder-typography-subtle\/90::-moz-placeholder {
  color: rgb(229 231 235 / 0.9);
}
.placeholder-typography-subtle\/90::placeholder {
  color: rgb(229 231 235 / 0.9);
}
.placeholder-typography-subtle\/95::-moz-placeholder {
  color: rgb(229 231 235 / 0.95);
}
.placeholder-typography-subtle\/95::placeholder {
  color: rgb(229 231 235 / 0.95);
}
.placeholder-typography-subtle\/state-disabled::-moz-placeholder {
  color: rgb(229 231 235 / 0.5);
}
.placeholder-typography-subtle\/state-disabled::placeholder {
  color: rgb(229 231 235 / 0.5);
}
.placeholder-typography-subtle\/state-enabled::-moz-placeholder {
  color: rgb(229 231 235 / 1);
}
.placeholder-typography-subtle\/state-enabled::placeholder {
  color: rgb(229 231 235 / 1);
}
.placeholder-typography-success::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(74 222 128 / var(--tw-placeholder-opacity));
}
.placeholder-typography-success::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(74 222 128 / var(--tw-placeholder-opacity));
}
.placeholder-typography-success\/0::-moz-placeholder {
  color: rgb(74 222 128 / 0);
}
.placeholder-typography-success\/0::placeholder {
  color: rgb(74 222 128 / 0);
}
.placeholder-typography-success\/10::-moz-placeholder {
  color: rgb(74 222 128 / 0.1);
}
.placeholder-typography-success\/10::placeholder {
  color: rgb(74 222 128 / 0.1);
}
.placeholder-typography-success\/100::-moz-placeholder {
  color: rgb(74 222 128 / 1);
}
.placeholder-typography-success\/100::placeholder {
  color: rgb(74 222 128 / 1);
}
.placeholder-typography-success\/20::-moz-placeholder {
  color: rgb(74 222 128 / 0.2);
}
.placeholder-typography-success\/20::placeholder {
  color: rgb(74 222 128 / 0.2);
}
.placeholder-typography-success\/25::-moz-placeholder {
  color: rgb(74 222 128 / 0.25);
}
.placeholder-typography-success\/25::placeholder {
  color: rgb(74 222 128 / 0.25);
}
.placeholder-typography-success\/30::-moz-placeholder {
  color: rgb(74 222 128 / 0.3);
}
.placeholder-typography-success\/30::placeholder {
  color: rgb(74 222 128 / 0.3);
}
.placeholder-typography-success\/40::-moz-placeholder {
  color: rgb(74 222 128 / 0.4);
}
.placeholder-typography-success\/40::placeholder {
  color: rgb(74 222 128 / 0.4);
}
.placeholder-typography-success\/5::-moz-placeholder {
  color: rgb(74 222 128 / 0.05);
}
.placeholder-typography-success\/5::placeholder {
  color: rgb(74 222 128 / 0.05);
}
.placeholder-typography-success\/50::-moz-placeholder {
  color: rgb(74 222 128 / 0.5);
}
.placeholder-typography-success\/50::placeholder {
  color: rgb(74 222 128 / 0.5);
}
.placeholder-typography-success\/60::-moz-placeholder {
  color: rgb(74 222 128 / 0.6);
}
.placeholder-typography-success\/60::placeholder {
  color: rgb(74 222 128 / 0.6);
}
.placeholder-typography-success\/70::-moz-placeholder {
  color: rgb(74 222 128 / 0.7);
}
.placeholder-typography-success\/70::placeholder {
  color: rgb(74 222 128 / 0.7);
}
.placeholder-typography-success\/75::-moz-placeholder {
  color: rgb(74 222 128 / 0.75);
}
.placeholder-typography-success\/75::placeholder {
  color: rgb(74 222 128 / 0.75);
}
.placeholder-typography-success\/80::-moz-placeholder {
  color: rgb(74 222 128 / 0.8);
}
.placeholder-typography-success\/80::placeholder {
  color: rgb(74 222 128 / 0.8);
}
.placeholder-typography-success\/90::-moz-placeholder {
  color: rgb(74 222 128 / 0.9);
}
.placeholder-typography-success\/90::placeholder {
  color: rgb(74 222 128 / 0.9);
}
.placeholder-typography-success\/95::-moz-placeholder {
  color: rgb(74 222 128 / 0.95);
}
.placeholder-typography-success\/95::placeholder {
  color: rgb(74 222 128 / 0.95);
}
.placeholder-typography-success\/state-disabled::-moz-placeholder {
  color: rgb(74 222 128 / 0.5);
}
.placeholder-typography-success\/state-disabled::placeholder {
  color: rgb(74 222 128 / 0.5);
}
.placeholder-typography-success\/state-enabled::-moz-placeholder {
  color: rgb(74 222 128 / 1);
}
.placeholder-typography-success\/state-enabled::placeholder {
  color: rgb(74 222 128 / 1);
}
.placeholder-typography-warning::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 146 60 / var(--tw-placeholder-opacity));
}
.placeholder-typography-warning::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 146 60 / var(--tw-placeholder-opacity));
}
.placeholder-typography-warning\/0::-moz-placeholder {
  color: rgb(251 146 60 / 0);
}
.placeholder-typography-warning\/0::placeholder {
  color: rgb(251 146 60 / 0);
}
.placeholder-typography-warning\/10::-moz-placeholder {
  color: rgb(251 146 60 / 0.1);
}
.placeholder-typography-warning\/10::placeholder {
  color: rgb(251 146 60 / 0.1);
}
.placeholder-typography-warning\/100::-moz-placeholder {
  color: rgb(251 146 60 / 1);
}
.placeholder-typography-warning\/100::placeholder {
  color: rgb(251 146 60 / 1);
}
.placeholder-typography-warning\/20::-moz-placeholder {
  color: rgb(251 146 60 / 0.2);
}
.placeholder-typography-warning\/20::placeholder {
  color: rgb(251 146 60 / 0.2);
}
.placeholder-typography-warning\/25::-moz-placeholder {
  color: rgb(251 146 60 / 0.25);
}
.placeholder-typography-warning\/25::placeholder {
  color: rgb(251 146 60 / 0.25);
}
.placeholder-typography-warning\/30::-moz-placeholder {
  color: rgb(251 146 60 / 0.3);
}
.placeholder-typography-warning\/30::placeholder {
  color: rgb(251 146 60 / 0.3);
}
.placeholder-typography-warning\/40::-moz-placeholder {
  color: rgb(251 146 60 / 0.4);
}
.placeholder-typography-warning\/40::placeholder {
  color: rgb(251 146 60 / 0.4);
}
.placeholder-typography-warning\/5::-moz-placeholder {
  color: rgb(251 146 60 / 0.05);
}
.placeholder-typography-warning\/5::placeholder {
  color: rgb(251 146 60 / 0.05);
}
.placeholder-typography-warning\/50::-moz-placeholder {
  color: rgb(251 146 60 / 0.5);
}
.placeholder-typography-warning\/50::placeholder {
  color: rgb(251 146 60 / 0.5);
}
.placeholder-typography-warning\/60::-moz-placeholder {
  color: rgb(251 146 60 / 0.6);
}
.placeholder-typography-warning\/60::placeholder {
  color: rgb(251 146 60 / 0.6);
}
.placeholder-typography-warning\/70::-moz-placeholder {
  color: rgb(251 146 60 / 0.7);
}
.placeholder-typography-warning\/70::placeholder {
  color: rgb(251 146 60 / 0.7);
}
.placeholder-typography-warning\/75::-moz-placeholder {
  color: rgb(251 146 60 / 0.75);
}
.placeholder-typography-warning\/75::placeholder {
  color: rgb(251 146 60 / 0.75);
}
.placeholder-typography-warning\/80::-moz-placeholder {
  color: rgb(251 146 60 / 0.8);
}
.placeholder-typography-warning\/80::placeholder {
  color: rgb(251 146 60 / 0.8);
}
.placeholder-typography-warning\/90::-moz-placeholder {
  color: rgb(251 146 60 / 0.9);
}
.placeholder-typography-warning\/90::placeholder {
  color: rgb(251 146 60 / 0.9);
}
.placeholder-typography-warning\/95::-moz-placeholder {
  color: rgb(251 146 60 / 0.95);
}
.placeholder-typography-warning\/95::placeholder {
  color: rgb(251 146 60 / 0.95);
}
.placeholder-typography-warning\/state-disabled::-moz-placeholder {
  color: rgb(251 146 60 / 0.5);
}
.placeholder-typography-warning\/state-disabled::placeholder {
  color: rgb(251 146 60 / 0.5);
}
.placeholder-typography-warning\/state-enabled::-moz-placeholder {
  color: rgb(251 146 60 / 1);
}
.placeholder-typography-warning\/state-enabled::placeholder {
  color: rgb(251 146 60 / 1);
}
.caret-avatar-background {
  caret-color: rgb(205, 141, 239);
}
.caret-avatar-background\/0 {
  caret-color: rgb(205 141 239 / 0);
}
.caret-avatar-background\/10 {
  caret-color: rgb(205 141 239 / 0.1);
}
.caret-avatar-background\/100 {
  caret-color: rgb(205 141 239 / 1);
}
.caret-avatar-background\/20 {
  caret-color: rgb(205 141 239 / 0.2);
}
.caret-avatar-background\/25 {
  caret-color: rgb(205 141 239 / 0.25);
}
.caret-avatar-background\/30 {
  caret-color: rgb(205 141 239 / 0.3);
}
.caret-avatar-background\/40 {
  caret-color: rgb(205 141 239 / 0.4);
}
.caret-avatar-background\/5 {
  caret-color: rgb(205 141 239 / 0.05);
}
.caret-avatar-background\/50 {
  caret-color: rgb(205 141 239 / 0.5);
}
.caret-avatar-background\/60 {
  caret-color: rgb(205 141 239 / 0.6);
}
.caret-avatar-background\/70 {
  caret-color: rgb(205 141 239 / 0.7);
}
.caret-avatar-background\/75 {
  caret-color: rgb(205 141 239 / 0.75);
}
.caret-avatar-background\/80 {
  caret-color: rgb(205 141 239 / 0.8);
}
.caret-avatar-background\/90 {
  caret-color: rgb(205 141 239 / 0.9);
}
.caret-avatar-background\/95 {
  caret-color: rgb(205 141 239 / 0.95);
}
.caret-avatar-background\/state-disabled {
  caret-color: rgb(205 141 239 / 0.5);
}
.caret-avatar-background\/state-enabled {
  caret-color: rgb(205 141 239 / 1);
}
.caret-badge-outline-alternate {
  caret-color: rgb(6, 182, 212);
}
.caret-badge-outline-alternate\/0 {
  caret-color: rgb(6 182 212 / 0);
}
.caret-badge-outline-alternate\/10 {
  caret-color: rgb(6 182 212 / 0.1);
}
.caret-badge-outline-alternate\/100 {
  caret-color: rgb(6 182 212 / 1);
}
.caret-badge-outline-alternate\/20 {
  caret-color: rgb(6 182 212 / 0.2);
}
.caret-badge-outline-alternate\/25 {
  caret-color: rgb(6 182 212 / 0.25);
}
.caret-badge-outline-alternate\/30 {
  caret-color: rgb(6 182 212 / 0.3);
}
.caret-badge-outline-alternate\/40 {
  caret-color: rgb(6 182 212 / 0.4);
}
.caret-badge-outline-alternate\/5 {
  caret-color: rgb(6 182 212 / 0.05);
}
.caret-badge-outline-alternate\/50 {
  caret-color: rgb(6 182 212 / 0.5);
}
.caret-badge-outline-alternate\/60 {
  caret-color: rgb(6 182 212 / 0.6);
}
.caret-badge-outline-alternate\/70 {
  caret-color: rgb(6 182 212 / 0.7);
}
.caret-badge-outline-alternate\/75 {
  caret-color: rgb(6 182 212 / 0.75);
}
.caret-badge-outline-alternate\/80 {
  caret-color: rgb(6 182 212 / 0.8);
}
.caret-badge-outline-alternate\/90 {
  caret-color: rgb(6 182 212 / 0.9);
}
.caret-badge-outline-alternate\/95 {
  caret-color: rgb(6 182 212 / 0.95);
}
.caret-badge-outline-alternate\/state-disabled {
  caret-color: rgb(6 182 212 / 0.5);
}
.caret-badge-outline-alternate\/state-enabled {
  caret-color: rgb(6 182 212 / 1);
}
.caret-badge-outline-default {
  caret-color: rgb(205, 141, 239);
}
.caret-badge-outline-default\/0 {
  caret-color: rgb(205 141 239 / 0);
}
.caret-badge-outline-default\/10 {
  caret-color: rgb(205 141 239 / 0.1);
}
.caret-badge-outline-default\/100 {
  caret-color: rgb(205 141 239 / 1);
}
.caret-badge-outline-default\/20 {
  caret-color: rgb(205 141 239 / 0.2);
}
.caret-badge-outline-default\/25 {
  caret-color: rgb(205 141 239 / 0.25);
}
.caret-badge-outline-default\/30 {
  caret-color: rgb(205 141 239 / 0.3);
}
.caret-badge-outline-default\/40 {
  caret-color: rgb(205 141 239 / 0.4);
}
.caret-badge-outline-default\/5 {
  caret-color: rgb(205 141 239 / 0.05);
}
.caret-badge-outline-default\/50 {
  caret-color: rgb(205 141 239 / 0.5);
}
.caret-badge-outline-default\/60 {
  caret-color: rgb(205 141 239 / 0.6);
}
.caret-badge-outline-default\/70 {
  caret-color: rgb(205 141 239 / 0.7);
}
.caret-badge-outline-default\/75 {
  caret-color: rgb(205 141 239 / 0.75);
}
.caret-badge-outline-default\/80 {
  caret-color: rgb(205 141 239 / 0.8);
}
.caret-badge-outline-default\/90 {
  caret-color: rgb(205 141 239 / 0.9);
}
.caret-badge-outline-default\/95 {
  caret-color: rgb(205 141 239 / 0.95);
}
.caret-badge-outline-default\/state-disabled {
  caret-color: rgb(205 141 239 / 0.5);
}
.caret-badge-outline-default\/state-enabled {
  caret-color: rgb(205 141 239 / 1);
}
.caret-badge-outline-textColor {
  caret-color: rgb(205, 141, 239);
}
.caret-badge-outline-textColor\/0 {
  caret-color: rgb(205 141 239 / 0);
}
.caret-badge-outline-textColor\/10 {
  caret-color: rgb(205 141 239 / 0.1);
}
.caret-badge-outline-textColor\/100 {
  caret-color: rgb(205 141 239 / 1);
}
.caret-badge-outline-textColor\/20 {
  caret-color: rgb(205 141 239 / 0.2);
}
.caret-badge-outline-textColor\/25 {
  caret-color: rgb(205 141 239 / 0.25);
}
.caret-badge-outline-textColor\/30 {
  caret-color: rgb(205 141 239 / 0.3);
}
.caret-badge-outline-textColor\/40 {
  caret-color: rgb(205 141 239 / 0.4);
}
.caret-badge-outline-textColor\/5 {
  caret-color: rgb(205 141 239 / 0.05);
}
.caret-badge-outline-textColor\/50 {
  caret-color: rgb(205 141 239 / 0.5);
}
.caret-badge-outline-textColor\/60 {
  caret-color: rgb(205 141 239 / 0.6);
}
.caret-badge-outline-textColor\/70 {
  caret-color: rgb(205 141 239 / 0.7);
}
.caret-badge-outline-textColor\/75 {
  caret-color: rgb(205 141 239 / 0.75);
}
.caret-badge-outline-textColor\/80 {
  caret-color: rgb(205 141 239 / 0.8);
}
.caret-badge-outline-textColor\/90 {
  caret-color: rgb(205 141 239 / 0.9);
}
.caret-badge-outline-textColor\/95 {
  caret-color: rgb(205 141 239 / 0.95);
}
.caret-badge-outline-textColor\/state-disabled {
  caret-color: rgb(205 141 239 / 0.5);
}
.caret-badge-outline-textColor\/state-enabled {
  caret-color: rgb(205 141 239 / 1);
}
.caret-badge-solid-alternate {
  caret-color: rgb(6, 182, 212);
}
.caret-badge-solid-alternate\/0 {
  caret-color: rgb(6 182 212 / 0);
}
.caret-badge-solid-alternate\/10 {
  caret-color: rgb(6 182 212 / 0.1);
}
.caret-badge-solid-alternate\/100 {
  caret-color: rgb(6 182 212 / 1);
}
.caret-badge-solid-alternate\/20 {
  caret-color: rgb(6 182 212 / 0.2);
}
.caret-badge-solid-alternate\/25 {
  caret-color: rgb(6 182 212 / 0.25);
}
.caret-badge-solid-alternate\/30 {
  caret-color: rgb(6 182 212 / 0.3);
}
.caret-badge-solid-alternate\/40 {
  caret-color: rgb(6 182 212 / 0.4);
}
.caret-badge-solid-alternate\/5 {
  caret-color: rgb(6 182 212 / 0.05);
}
.caret-badge-solid-alternate\/50 {
  caret-color: rgb(6 182 212 / 0.5);
}
.caret-badge-solid-alternate\/60 {
  caret-color: rgb(6 182 212 / 0.6);
}
.caret-badge-solid-alternate\/70 {
  caret-color: rgb(6 182 212 / 0.7);
}
.caret-badge-solid-alternate\/75 {
  caret-color: rgb(6 182 212 / 0.75);
}
.caret-badge-solid-alternate\/80 {
  caret-color: rgb(6 182 212 / 0.8);
}
.caret-badge-solid-alternate\/90 {
  caret-color: rgb(6 182 212 / 0.9);
}
.caret-badge-solid-alternate\/95 {
  caret-color: rgb(6 182 212 / 0.95);
}
.caret-badge-solid-alternate\/state-disabled {
  caret-color: rgb(6 182 212 / 0.5);
}
.caret-badge-solid-alternate\/state-enabled {
  caret-color: rgb(6 182 212 / 1);
}
.caret-badge-solid-default {
  caret-color: rgb(205, 141, 239);
}
.caret-badge-solid-default\/0 {
  caret-color: rgb(205 141 239 / 0);
}
.caret-badge-solid-default\/10 {
  caret-color: rgb(205 141 239 / 0.1);
}
.caret-badge-solid-default\/100 {
  caret-color: rgb(205 141 239 / 1);
}
.caret-badge-solid-default\/20 {
  caret-color: rgb(205 141 239 / 0.2);
}
.caret-badge-solid-default\/25 {
  caret-color: rgb(205 141 239 / 0.25);
}
.caret-badge-solid-default\/30 {
  caret-color: rgb(205 141 239 / 0.3);
}
.caret-badge-solid-default\/40 {
  caret-color: rgb(205 141 239 / 0.4);
}
.caret-badge-solid-default\/5 {
  caret-color: rgb(205 141 239 / 0.05);
}
.caret-badge-solid-default\/50 {
  caret-color: rgb(205 141 239 / 0.5);
}
.caret-badge-solid-default\/60 {
  caret-color: rgb(205 141 239 / 0.6);
}
.caret-badge-solid-default\/70 {
  caret-color: rgb(205 141 239 / 0.7);
}
.caret-badge-solid-default\/75 {
  caret-color: rgb(205 141 239 / 0.75);
}
.caret-badge-solid-default\/80 {
  caret-color: rgb(205 141 239 / 0.8);
}
.caret-badge-solid-default\/90 {
  caret-color: rgb(205 141 239 / 0.9);
}
.caret-badge-solid-default\/95 {
  caret-color: rgb(205 141 239 / 0.95);
}
.caret-badge-solid-default\/state-disabled {
  caret-color: rgb(205 141 239 / 0.5);
}
.caret-badge-solid-default\/state-enabled {
  caret-color: rgb(205 141 239 / 1);
}
.caret-badge-solid-textColor {
  caret-color: rgb(64, 64, 64);
}
.caret-badge-solid-textColor\/0 {
  caret-color: rgb(64 64 64 / 0);
}
.caret-badge-solid-textColor\/10 {
  caret-color: rgb(64 64 64 / 0.1);
}
.caret-badge-solid-textColor\/100 {
  caret-color: rgb(64 64 64 / 1);
}
.caret-badge-solid-textColor\/20 {
  caret-color: rgb(64 64 64 / 0.2);
}
.caret-badge-solid-textColor\/25 {
  caret-color: rgb(64 64 64 / 0.25);
}
.caret-badge-solid-textColor\/30 {
  caret-color: rgb(64 64 64 / 0.3);
}
.caret-badge-solid-textColor\/40 {
  caret-color: rgb(64 64 64 / 0.4);
}
.caret-badge-solid-textColor\/5 {
  caret-color: rgb(64 64 64 / 0.05);
}
.caret-badge-solid-textColor\/50 {
  caret-color: rgb(64 64 64 / 0.5);
}
.caret-badge-solid-textColor\/60 {
  caret-color: rgb(64 64 64 / 0.6);
}
.caret-badge-solid-textColor\/70 {
  caret-color: rgb(64 64 64 / 0.7);
}
.caret-badge-solid-textColor\/75 {
  caret-color: rgb(64 64 64 / 0.75);
}
.caret-badge-solid-textColor\/80 {
  caret-color: rgb(64 64 64 / 0.8);
}
.caret-badge-solid-textColor\/90 {
  caret-color: rgb(64 64 64 / 0.9);
}
.caret-badge-solid-textColor\/95 {
  caret-color: rgb(64 64 64 / 0.95);
}
.caret-badge-solid-textColor\/state-disabled {
  caret-color: rgb(64 64 64 / 0.5);
}
.caret-badge-solid-textColor\/state-enabled {
  caret-color: rgb(64 64 64 / 1);
}
.caret-divider-default {
  caret-color: rgb(55, 65, 81);
}
.caret-divider-default\/0 {
  caret-color: rgb(55 65 81 / 0);
}
.caret-divider-default\/10 {
  caret-color: rgb(55 65 81 / 0.1);
}
.caret-divider-default\/100 {
  caret-color: rgb(55 65 81 / 1);
}
.caret-divider-default\/20 {
  caret-color: rgb(55 65 81 / 0.2);
}
.caret-divider-default\/25 {
  caret-color: rgb(55 65 81 / 0.25);
}
.caret-divider-default\/30 {
  caret-color: rgb(55 65 81 / 0.3);
}
.caret-divider-default\/40 {
  caret-color: rgb(55 65 81 / 0.4);
}
.caret-divider-default\/5 {
  caret-color: rgb(55 65 81 / 0.05);
}
.caret-divider-default\/50 {
  caret-color: rgb(55 65 81 / 0.5);
}
.caret-divider-default\/60 {
  caret-color: rgb(55 65 81 / 0.6);
}
.caret-divider-default\/70 {
  caret-color: rgb(55 65 81 / 0.7);
}
.caret-divider-default\/75 {
  caret-color: rgb(55 65 81 / 0.75);
}
.caret-divider-default\/80 {
  caret-color: rgb(55 65 81 / 0.8);
}
.caret-divider-default\/90 {
  caret-color: rgb(55 65 81 / 0.9);
}
.caret-divider-default\/95 {
  caret-color: rgb(55 65 81 / 0.95);
}
.caret-divider-default\/state-disabled {
  caret-color: rgb(55 65 81 / 0.5);
}
.caret-divider-default\/state-enabled {
  caret-color: rgb(55 65 81 / 1);
}
.caret-input-background {
  caret-color: rgb(23, 23, 23);
}
.caret-input-background\/0 {
  caret-color: rgb(23 23 23 / 0);
}
.caret-input-background\/10 {
  caret-color: rgb(23 23 23 / 0.1);
}
.caret-input-background\/100 {
  caret-color: rgb(23 23 23 / 1);
}
.caret-input-background\/20 {
  caret-color: rgb(23 23 23 / 0.2);
}
.caret-input-background\/25 {
  caret-color: rgb(23 23 23 / 0.25);
}
.caret-input-background\/30 {
  caret-color: rgb(23 23 23 / 0.3);
}
.caret-input-background\/40 {
  caret-color: rgb(23 23 23 / 0.4);
}
.caret-input-background\/5 {
  caret-color: rgb(23 23 23 / 0.05);
}
.caret-input-background\/50 {
  caret-color: rgb(23 23 23 / 0.5);
}
.caret-input-background\/60 {
  caret-color: rgb(23 23 23 / 0.6);
}
.caret-input-background\/70 {
  caret-color: rgb(23 23 23 / 0.7);
}
.caret-input-background\/75 {
  caret-color: rgb(23 23 23 / 0.75);
}
.caret-input-background\/80 {
  caret-color: rgb(23 23 23 / 0.8);
}
.caret-input-background\/90 {
  caret-color: rgb(23 23 23 / 0.9);
}
.caret-input-background\/95 {
  caret-color: rgb(23 23 23 / 0.95);
}
.caret-input-background\/state-disabled {
  caret-color: rgb(23 23 23 / 0.5);
}
.caret-input-background\/state-enabled {
  caret-color: rgb(23 23 23 / 1);
}
.caret-input-checkbox-background {
  caret-color: rgb(205, 141, 239);
}
.caret-input-checkbox-background\/0 {
  caret-color: rgb(205 141 239 / 0);
}
.caret-input-checkbox-background\/10 {
  caret-color: rgb(205 141 239 / 0.1);
}
.caret-input-checkbox-background\/100 {
  caret-color: rgb(205 141 239 / 1);
}
.caret-input-checkbox-background\/20 {
  caret-color: rgb(205 141 239 / 0.2);
}
.caret-input-checkbox-background\/25 {
  caret-color: rgb(205 141 239 / 0.25);
}
.caret-input-checkbox-background\/30 {
  caret-color: rgb(205 141 239 / 0.3);
}
.caret-input-checkbox-background\/40 {
  caret-color: rgb(205 141 239 / 0.4);
}
.caret-input-checkbox-background\/5 {
  caret-color: rgb(205 141 239 / 0.05);
}
.caret-input-checkbox-background\/50 {
  caret-color: rgb(205 141 239 / 0.5);
}
.caret-input-checkbox-background\/60 {
  caret-color: rgb(205 141 239 / 0.6);
}
.caret-input-checkbox-background\/70 {
  caret-color: rgb(205 141 239 / 0.7);
}
.caret-input-checkbox-background\/75 {
  caret-color: rgb(205 141 239 / 0.75);
}
.caret-input-checkbox-background\/80 {
  caret-color: rgb(205 141 239 / 0.8);
}
.caret-input-checkbox-background\/90 {
  caret-color: rgb(205 141 239 / 0.9);
}
.caret-input-checkbox-background\/95 {
  caret-color: rgb(205 141 239 / 0.95);
}
.caret-input-checkbox-background\/state-disabled {
  caret-color: rgb(205 141 239 / 0.5);
}
.caret-input-checkbox-background\/state-enabled {
  caret-color: rgb(205 141 239 / 1);
}
.caret-input-checkbox-border {
  caret-color: rgb(205, 141, 239);
}
.caret-input-checkbox-border\/0 {
  caret-color: rgb(205 141 239 / 0);
}
.caret-input-checkbox-border\/10 {
  caret-color: rgb(205 141 239 / 0.1);
}
.caret-input-checkbox-border\/100 {
  caret-color: rgb(205 141 239 / 1);
}
.caret-input-checkbox-border\/20 {
  caret-color: rgb(205 141 239 / 0.2);
}
.caret-input-checkbox-border\/25 {
  caret-color: rgb(205 141 239 / 0.25);
}
.caret-input-checkbox-border\/30 {
  caret-color: rgb(205 141 239 / 0.3);
}
.caret-input-checkbox-border\/40 {
  caret-color: rgb(205 141 239 / 0.4);
}
.caret-input-checkbox-border\/5 {
  caret-color: rgb(205 141 239 / 0.05);
}
.caret-input-checkbox-border\/50 {
  caret-color: rgb(205 141 239 / 0.5);
}
.caret-input-checkbox-border\/60 {
  caret-color: rgb(205 141 239 / 0.6);
}
.caret-input-checkbox-border\/70 {
  caret-color: rgb(205 141 239 / 0.7);
}
.caret-input-checkbox-border\/75 {
  caret-color: rgb(205 141 239 / 0.75);
}
.caret-input-checkbox-border\/80 {
  caret-color: rgb(205 141 239 / 0.8);
}
.caret-input-checkbox-border\/90 {
  caret-color: rgb(205 141 239 / 0.9);
}
.caret-input-checkbox-border\/95 {
  caret-color: rgb(205 141 239 / 0.95);
}
.caret-input-checkbox-border\/state-disabled {
  caret-color: rgb(205 141 239 / 0.5);
}
.caret-input-checkbox-border\/state-enabled {
  caret-color: rgb(205 141 239 / 1);
}
.caret-input-checkbox-contrast {
  caret-color: rgb(64, 64, 64);
}
.caret-input-checkbox-contrast\/0 {
  caret-color: rgb(64 64 64 / 0);
}
.caret-input-checkbox-contrast\/10 {
  caret-color: rgb(64 64 64 / 0.1);
}
.caret-input-checkbox-contrast\/100 {
  caret-color: rgb(64 64 64 / 1);
}
.caret-input-checkbox-contrast\/20 {
  caret-color: rgb(64 64 64 / 0.2);
}
.caret-input-checkbox-contrast\/25 {
  caret-color: rgb(64 64 64 / 0.25);
}
.caret-input-checkbox-contrast\/30 {
  caret-color: rgb(64 64 64 / 0.3);
}
.caret-input-checkbox-contrast\/40 {
  caret-color: rgb(64 64 64 / 0.4);
}
.caret-input-checkbox-contrast\/5 {
  caret-color: rgb(64 64 64 / 0.05);
}
.caret-input-checkbox-contrast\/50 {
  caret-color: rgb(64 64 64 / 0.5);
}
.caret-input-checkbox-contrast\/60 {
  caret-color: rgb(64 64 64 / 0.6);
}
.caret-input-checkbox-contrast\/70 {
  caret-color: rgb(64 64 64 / 0.7);
}
.caret-input-checkbox-contrast\/75 {
  caret-color: rgb(64 64 64 / 0.75);
}
.caret-input-checkbox-contrast\/80 {
  caret-color: rgb(64 64 64 / 0.8);
}
.caret-input-checkbox-contrast\/90 {
  caret-color: rgb(64 64 64 / 0.9);
}
.caret-input-checkbox-contrast\/95 {
  caret-color: rgb(64 64 64 / 0.95);
}
.caret-input-checkbox-contrast\/state-disabled {
  caret-color: rgb(64 64 64 / 0.5);
}
.caret-input-checkbox-contrast\/state-enabled {
  caret-color: rgb(64 64 64 / 1);
}
.caret-input-default-bg {
  caret-color: rgb(17, 17, 17);
}
.caret-input-default-bg\/0 {
  caret-color: rgb(17 17 17 / 0);
}
.caret-input-default-bg\/10 {
  caret-color: rgb(17 17 17 / 0.1);
}
.caret-input-default-bg\/100 {
  caret-color: rgb(17 17 17 / 1);
}
.caret-input-default-bg\/20 {
  caret-color: rgb(17 17 17 / 0.2);
}
.caret-input-default-bg\/25 {
  caret-color: rgb(17 17 17 / 0.25);
}
.caret-input-default-bg\/30 {
  caret-color: rgb(17 17 17 / 0.3);
}
.caret-input-default-bg\/40 {
  caret-color: rgb(17 17 17 / 0.4);
}
.caret-input-default-bg\/5 {
  caret-color: rgb(17 17 17 / 0.05);
}
.caret-input-default-bg\/50 {
  caret-color: rgb(17 17 17 / 0.5);
}
.caret-input-default-bg\/60 {
  caret-color: rgb(17 17 17 / 0.6);
}
.caret-input-default-bg\/70 {
  caret-color: rgb(17 17 17 / 0.7);
}
.caret-input-default-bg\/75 {
  caret-color: rgb(17 17 17 / 0.75);
}
.caret-input-default-bg\/80 {
  caret-color: rgb(17 17 17 / 0.8);
}
.caret-input-default-bg\/90 {
  caret-color: rgb(17 17 17 / 0.9);
}
.caret-input-default-bg\/95 {
  caret-color: rgb(17 17 17 / 0.95);
}
.caret-input-default-bg\/state-disabled {
  caret-color: rgb(17 17 17 / 0.5);
}
.caret-input-default-bg\/state-enabled {
  caret-color: rgb(17 17 17 / 1);
}
.caret-input-default-border {
  caret-color: rgb(64, 64, 64);
}
.caret-input-default-border\/0 {
  caret-color: rgb(64 64 64 / 0);
}
.caret-input-default-border\/10 {
  caret-color: rgb(64 64 64 / 0.1);
}
.caret-input-default-border\/100 {
  caret-color: rgb(64 64 64 / 1);
}
.caret-input-default-border\/20 {
  caret-color: rgb(64 64 64 / 0.2);
}
.caret-input-default-border\/25 {
  caret-color: rgb(64 64 64 / 0.25);
}
.caret-input-default-border\/30 {
  caret-color: rgb(64 64 64 / 0.3);
}
.caret-input-default-border\/40 {
  caret-color: rgb(64 64 64 / 0.4);
}
.caret-input-default-border\/5 {
  caret-color: rgb(64 64 64 / 0.05);
}
.caret-input-default-border\/50 {
  caret-color: rgb(64 64 64 / 0.5);
}
.caret-input-default-border\/60 {
  caret-color: rgb(64 64 64 / 0.6);
}
.caret-input-default-border\/70 {
  caret-color: rgb(64 64 64 / 0.7);
}
.caret-input-default-border\/75 {
  caret-color: rgb(64 64 64 / 0.75);
}
.caret-input-default-border\/80 {
  caret-color: rgb(64 64 64 / 0.8);
}
.caret-input-default-border\/90 {
  caret-color: rgb(64 64 64 / 0.9);
}
.caret-input-default-border\/95 {
  caret-color: rgb(64 64 64 / 0.95);
}
.caret-input-default-border\/state-disabled {
  caret-color: rgb(64 64 64 / 0.5);
}
.caret-input-default-border\/state-enabled {
  caret-color: rgb(64 64 64 / 1);
}
.caret-input-default-placeholder {
  caret-color: rgba(255, 255, 255, 0.4);
}
.caret-input-default-placeholder\/0 {
  caret-color: rgba(255, 255, 255, 0);
}
.caret-input-default-placeholder\/10 {
  caret-color: rgba(255, 255, 255, 0.1);
}
.caret-input-default-placeholder\/100 {
  caret-color: rgba(255, 255, 255, 1);
}
.caret-input-default-placeholder\/20 {
  caret-color: rgba(255, 255, 255, 0.2);
}
.caret-input-default-placeholder\/25 {
  caret-color: rgba(255, 255, 255, 0.25);
}
.caret-input-default-placeholder\/30 {
  caret-color: rgba(255, 255, 255, 0.3);
}
.caret-input-default-placeholder\/40 {
  caret-color: rgba(255, 255, 255, 0.4);
}
.caret-input-default-placeholder\/5 {
  caret-color: rgba(255, 255, 255, 0.05);
}
.caret-input-default-placeholder\/50 {
  caret-color: rgba(255, 255, 255, 0.5);
}
.caret-input-default-placeholder\/60 {
  caret-color: rgba(255, 255, 255, 0.6);
}
.caret-input-default-placeholder\/70 {
  caret-color: rgba(255, 255, 255, 0.7);
}
.caret-input-default-placeholder\/75 {
  caret-color: rgba(255, 255, 255, 0.75);
}
.caret-input-default-placeholder\/80 {
  caret-color: rgba(255, 255, 255, 0.8);
}
.caret-input-default-placeholder\/90 {
  caret-color: rgba(255, 255, 255, 0.9);
}
.caret-input-default-placeholder\/95 {
  caret-color: rgba(255, 255, 255, 0.95);
}
.caret-input-default-placeholder\/state-disabled {
  caret-color: rgba(255, 255, 255, 0.5);
}
.caret-input-default-placeholder\/state-enabled {
  caret-color: rgba(255, 255, 255, 1);
}
.caret-input-default-text {
  caret-color: rgb(255, 255, 255);
}
.caret-input-default-text\/0 {
  caret-color: rgb(255 255 255 / 0);
}
.caret-input-default-text\/10 {
  caret-color: rgb(255 255 255 / 0.1);
}
.caret-input-default-text\/100 {
  caret-color: rgb(255 255 255 / 1);
}
.caret-input-default-text\/20 {
  caret-color: rgb(255 255 255 / 0.2);
}
.caret-input-default-text\/25 {
  caret-color: rgb(255 255 255 / 0.25);
}
.caret-input-default-text\/30 {
  caret-color: rgb(255 255 255 / 0.3);
}
.caret-input-default-text\/40 {
  caret-color: rgb(255 255 255 / 0.4);
}
.caret-input-default-text\/5 {
  caret-color: rgb(255 255 255 / 0.05);
}
.caret-input-default-text\/50 {
  caret-color: rgb(255 255 255 / 0.5);
}
.caret-input-default-text\/60 {
  caret-color: rgb(255 255 255 / 0.6);
}
.caret-input-default-text\/70 {
  caret-color: rgb(255 255 255 / 0.7);
}
.caret-input-default-text\/75 {
  caret-color: rgb(255 255 255 / 0.75);
}
.caret-input-default-text\/80 {
  caret-color: rgb(255 255 255 / 0.8);
}
.caret-input-default-text\/90 {
  caret-color: rgb(255 255 255 / 0.9);
}
.caret-input-default-text\/95 {
  caret-color: rgb(255 255 255 / 0.95);
}
.caret-input-default-text\/state-disabled {
  caret-color: rgb(255 255 255 / 0.5);
}
.caret-input-default-text\/state-enabled {
  caret-color: rgb(255 255 255 / 1);
}
.caret-input-dropdown-background {
  caret-color: rgb(17, 17, 17);
}
.caret-input-dropdown-background\/0 {
  caret-color: rgb(17 17 17 / 0);
}
.caret-input-dropdown-background\/10 {
  caret-color: rgb(17 17 17 / 0.1);
}
.caret-input-dropdown-background\/100 {
  caret-color: rgb(17 17 17 / 1);
}
.caret-input-dropdown-background\/20 {
  caret-color: rgb(17 17 17 / 0.2);
}
.caret-input-dropdown-background\/25 {
  caret-color: rgb(17 17 17 / 0.25);
}
.caret-input-dropdown-background\/30 {
  caret-color: rgb(17 17 17 / 0.3);
}
.caret-input-dropdown-background\/40 {
  caret-color: rgb(17 17 17 / 0.4);
}
.caret-input-dropdown-background\/5 {
  caret-color: rgb(17 17 17 / 0.05);
}
.caret-input-dropdown-background\/50 {
  caret-color: rgb(17 17 17 / 0.5);
}
.caret-input-dropdown-background\/60 {
  caret-color: rgb(17 17 17 / 0.6);
}
.caret-input-dropdown-background\/70 {
  caret-color: rgb(17 17 17 / 0.7);
}
.caret-input-dropdown-background\/75 {
  caret-color: rgb(17 17 17 / 0.75);
}
.caret-input-dropdown-background\/80 {
  caret-color: rgb(17 17 17 / 0.8);
}
.caret-input-dropdown-background\/90 {
  caret-color: rgb(17 17 17 / 0.9);
}
.caret-input-dropdown-background\/95 {
  caret-color: rgb(17 17 17 / 0.95);
}
.caret-input-dropdown-background\/state-disabled {
  caret-color: rgb(17 17 17 / 0.5);
}
.caret-input-dropdown-background\/state-enabled {
  caret-color: rgb(17 17 17 / 1);
}
.caret-input-error-bg {
  caret-color: rgb(17, 17, 17);
}
.caret-input-error-bg\/0 {
  caret-color: rgb(17 17 17 / 0);
}
.caret-input-error-bg\/10 {
  caret-color: rgb(17 17 17 / 0.1);
}
.caret-input-error-bg\/100 {
  caret-color: rgb(17 17 17 / 1);
}
.caret-input-error-bg\/20 {
  caret-color: rgb(17 17 17 / 0.2);
}
.caret-input-error-bg\/25 {
  caret-color: rgb(17 17 17 / 0.25);
}
.caret-input-error-bg\/30 {
  caret-color: rgb(17 17 17 / 0.3);
}
.caret-input-error-bg\/40 {
  caret-color: rgb(17 17 17 / 0.4);
}
.caret-input-error-bg\/5 {
  caret-color: rgb(17 17 17 / 0.05);
}
.caret-input-error-bg\/50 {
  caret-color: rgb(17 17 17 / 0.5);
}
.caret-input-error-bg\/60 {
  caret-color: rgb(17 17 17 / 0.6);
}
.caret-input-error-bg\/70 {
  caret-color: rgb(17 17 17 / 0.7);
}
.caret-input-error-bg\/75 {
  caret-color: rgb(17 17 17 / 0.75);
}
.caret-input-error-bg\/80 {
  caret-color: rgb(17 17 17 / 0.8);
}
.caret-input-error-bg\/90 {
  caret-color: rgb(17 17 17 / 0.9);
}
.caret-input-error-bg\/95 {
  caret-color: rgb(17 17 17 / 0.95);
}
.caret-input-error-bg\/state-disabled {
  caret-color: rgb(17 17 17 / 0.5);
}
.caret-input-error-bg\/state-enabled {
  caret-color: rgb(17 17 17 / 1);
}
.caret-input-error-border {
  caret-color: rgb(248, 113, 113);
}
.caret-input-error-border\/0 {
  caret-color: rgb(248 113 113 / 0);
}
.caret-input-error-border\/10 {
  caret-color: rgb(248 113 113 / 0.1);
}
.caret-input-error-border\/100 {
  caret-color: rgb(248 113 113 / 1);
}
.caret-input-error-border\/20 {
  caret-color: rgb(248 113 113 / 0.2);
}
.caret-input-error-border\/25 {
  caret-color: rgb(248 113 113 / 0.25);
}
.caret-input-error-border\/30 {
  caret-color: rgb(248 113 113 / 0.3);
}
.caret-input-error-border\/40 {
  caret-color: rgb(248 113 113 / 0.4);
}
.caret-input-error-border\/5 {
  caret-color: rgb(248 113 113 / 0.05);
}
.caret-input-error-border\/50 {
  caret-color: rgb(248 113 113 / 0.5);
}
.caret-input-error-border\/60 {
  caret-color: rgb(248 113 113 / 0.6);
}
.caret-input-error-border\/70 {
  caret-color: rgb(248 113 113 / 0.7);
}
.caret-input-error-border\/75 {
  caret-color: rgb(248 113 113 / 0.75);
}
.caret-input-error-border\/80 {
  caret-color: rgb(248 113 113 / 0.8);
}
.caret-input-error-border\/90 {
  caret-color: rgb(248 113 113 / 0.9);
}
.caret-input-error-border\/95 {
  caret-color: rgb(248 113 113 / 0.95);
}
.caret-input-error-border\/state-disabled {
  caret-color: rgb(248 113 113 / 0.5);
}
.caret-input-error-border\/state-enabled {
  caret-color: rgb(248 113 113 / 1);
}
.caret-input-error-placeholder {
  caret-color: rgba(255, 255, 255, 0.4);
}
.caret-input-error-placeholder\/0 {
  caret-color: rgba(255, 255, 255, 0);
}
.caret-input-error-placeholder\/10 {
  caret-color: rgba(255, 255, 255, 0.1);
}
.caret-input-error-placeholder\/100 {
  caret-color: rgba(255, 255, 255, 1);
}
.caret-input-error-placeholder\/20 {
  caret-color: rgba(255, 255, 255, 0.2);
}
.caret-input-error-placeholder\/25 {
  caret-color: rgba(255, 255, 255, 0.25);
}
.caret-input-error-placeholder\/30 {
  caret-color: rgba(255, 255, 255, 0.3);
}
.caret-input-error-placeholder\/40 {
  caret-color: rgba(255, 255, 255, 0.4);
}
.caret-input-error-placeholder\/5 {
  caret-color: rgba(255, 255, 255, 0.05);
}
.caret-input-error-placeholder\/50 {
  caret-color: rgba(255, 255, 255, 0.5);
}
.caret-input-error-placeholder\/60 {
  caret-color: rgba(255, 255, 255, 0.6);
}
.caret-input-error-placeholder\/70 {
  caret-color: rgba(255, 255, 255, 0.7);
}
.caret-input-error-placeholder\/75 {
  caret-color: rgba(255, 255, 255, 0.75);
}
.caret-input-error-placeholder\/80 {
  caret-color: rgba(255, 255, 255, 0.8);
}
.caret-input-error-placeholder\/90 {
  caret-color: rgba(255, 255, 255, 0.9);
}
.caret-input-error-placeholder\/95 {
  caret-color: rgba(255, 255, 255, 0.95);
}
.caret-input-error-placeholder\/state-disabled {
  caret-color: rgba(255, 255, 255, 0.5);
}
.caret-input-error-placeholder\/state-enabled {
  caret-color: rgba(255, 255, 255, 1);
}
.caret-input-error-text {
  caret-color: rgb(248, 113, 113);
}
.caret-input-error-text\/0 {
  caret-color: rgb(248 113 113 / 0);
}
.caret-input-error-text\/10 {
  caret-color: rgb(248 113 113 / 0.1);
}
.caret-input-error-text\/100 {
  caret-color: rgb(248 113 113 / 1);
}
.caret-input-error-text\/20 {
  caret-color: rgb(248 113 113 / 0.2);
}
.caret-input-error-text\/25 {
  caret-color: rgb(248 113 113 / 0.25);
}
.caret-input-error-text\/30 {
  caret-color: rgb(248 113 113 / 0.3);
}
.caret-input-error-text\/40 {
  caret-color: rgb(248 113 113 / 0.4);
}
.caret-input-error-text\/5 {
  caret-color: rgb(248 113 113 / 0.05);
}
.caret-input-error-text\/50 {
  caret-color: rgb(248 113 113 / 0.5);
}
.caret-input-error-text\/60 {
  caret-color: rgb(248 113 113 / 0.6);
}
.caret-input-error-text\/70 {
  caret-color: rgb(248 113 113 / 0.7);
}
.caret-input-error-text\/75 {
  caret-color: rgb(248 113 113 / 0.75);
}
.caret-input-error-text\/80 {
  caret-color: rgb(248 113 113 / 0.8);
}
.caret-input-error-text\/90 {
  caret-color: rgb(248 113 113 / 0.9);
}
.caret-input-error-text\/95 {
  caret-color: rgb(248 113 113 / 0.95);
}
.caret-input-error-text\/state-disabled {
  caret-color: rgb(248 113 113 / 0.5);
}
.caret-input-error-text\/state-enabled {
  caret-color: rgb(248 113 113 / 1);
}
.caret-input-focused-bg {
  caret-color: rgb(17, 17, 17);
}
.caret-input-focused-bg\/0 {
  caret-color: rgb(17 17 17 / 0);
}
.caret-input-focused-bg\/10 {
  caret-color: rgb(17 17 17 / 0.1);
}
.caret-input-focused-bg\/100 {
  caret-color: rgb(17 17 17 / 1);
}
.caret-input-focused-bg\/20 {
  caret-color: rgb(17 17 17 / 0.2);
}
.caret-input-focused-bg\/25 {
  caret-color: rgb(17 17 17 / 0.25);
}
.caret-input-focused-bg\/30 {
  caret-color: rgb(17 17 17 / 0.3);
}
.caret-input-focused-bg\/40 {
  caret-color: rgb(17 17 17 / 0.4);
}
.caret-input-focused-bg\/5 {
  caret-color: rgb(17 17 17 / 0.05);
}
.caret-input-focused-bg\/50 {
  caret-color: rgb(17 17 17 / 0.5);
}
.caret-input-focused-bg\/60 {
  caret-color: rgb(17 17 17 / 0.6);
}
.caret-input-focused-bg\/70 {
  caret-color: rgb(17 17 17 / 0.7);
}
.caret-input-focused-bg\/75 {
  caret-color: rgb(17 17 17 / 0.75);
}
.caret-input-focused-bg\/80 {
  caret-color: rgb(17 17 17 / 0.8);
}
.caret-input-focused-bg\/90 {
  caret-color: rgb(17 17 17 / 0.9);
}
.caret-input-focused-bg\/95 {
  caret-color: rgb(17 17 17 / 0.95);
}
.caret-input-focused-bg\/state-disabled {
  caret-color: rgb(17 17 17 / 0.5);
}
.caret-input-focused-bg\/state-enabled {
  caret-color: rgb(17 17 17 / 1);
}
.caret-input-focused-border {
  caret-color: rgb(98, 98, 98);
}
.caret-input-focused-border\/0 {
  caret-color: rgb(98 98 98 / 0);
}
.caret-input-focused-border\/10 {
  caret-color: rgb(98 98 98 / 0.1);
}
.caret-input-focused-border\/100 {
  caret-color: rgb(98 98 98 / 1);
}
.caret-input-focused-border\/20 {
  caret-color: rgb(98 98 98 / 0.2);
}
.caret-input-focused-border\/25 {
  caret-color: rgb(98 98 98 / 0.25);
}
.caret-input-focused-border\/30 {
  caret-color: rgb(98 98 98 / 0.3);
}
.caret-input-focused-border\/40 {
  caret-color: rgb(98 98 98 / 0.4);
}
.caret-input-focused-border\/5 {
  caret-color: rgb(98 98 98 / 0.05);
}
.caret-input-focused-border\/50 {
  caret-color: rgb(98 98 98 / 0.5);
}
.caret-input-focused-border\/60 {
  caret-color: rgb(98 98 98 / 0.6);
}
.caret-input-focused-border\/70 {
  caret-color: rgb(98 98 98 / 0.7);
}
.caret-input-focused-border\/75 {
  caret-color: rgb(98 98 98 / 0.75);
}
.caret-input-focused-border\/80 {
  caret-color: rgb(98 98 98 / 0.8);
}
.caret-input-focused-border\/90 {
  caret-color: rgb(98 98 98 / 0.9);
}
.caret-input-focused-border\/95 {
  caret-color: rgb(98 98 98 / 0.95);
}
.caret-input-focused-border\/state-disabled {
  caret-color: rgb(98 98 98 / 0.5);
}
.caret-input-focused-border\/state-enabled {
  caret-color: rgb(98 98 98 / 1);
}
.caret-input-focused-placeholder {
  caret-color: rgba(255, 255, 255, 0.4);
}
.caret-input-focused-placeholder\/0 {
  caret-color: rgba(255, 255, 255, 0);
}
.caret-input-focused-placeholder\/10 {
  caret-color: rgba(255, 255, 255, 0.1);
}
.caret-input-focused-placeholder\/100 {
  caret-color: rgba(255, 255, 255, 1);
}
.caret-input-focused-placeholder\/20 {
  caret-color: rgba(255, 255, 255, 0.2);
}
.caret-input-focused-placeholder\/25 {
  caret-color: rgba(255, 255, 255, 0.25);
}
.caret-input-focused-placeholder\/30 {
  caret-color: rgba(255, 255, 255, 0.3);
}
.caret-input-focused-placeholder\/40 {
  caret-color: rgba(255, 255, 255, 0.4);
}
.caret-input-focused-placeholder\/5 {
  caret-color: rgba(255, 255, 255, 0.05);
}
.caret-input-focused-placeholder\/50 {
  caret-color: rgba(255, 255, 255, 0.5);
}
.caret-input-focused-placeholder\/60 {
  caret-color: rgba(255, 255, 255, 0.6);
}
.caret-input-focused-placeholder\/70 {
  caret-color: rgba(255, 255, 255, 0.7);
}
.caret-input-focused-placeholder\/75 {
  caret-color: rgba(255, 255, 255, 0.75);
}
.caret-input-focused-placeholder\/80 {
  caret-color: rgba(255, 255, 255, 0.8);
}
.caret-input-focused-placeholder\/90 {
  caret-color: rgba(255, 255, 255, 0.9);
}
.caret-input-focused-placeholder\/95 {
  caret-color: rgba(255, 255, 255, 0.95);
}
.caret-input-focused-placeholder\/state-disabled {
  caret-color: rgba(255, 255, 255, 0.5);
}
.caret-input-focused-placeholder\/state-enabled {
  caret-color: rgba(255, 255, 255, 1);
}
.caret-input-focused-text {
  caret-color: rgb(255, 255, 255);
}
.caret-input-focused-text\/0 {
  caret-color: rgb(255 255 255 / 0);
}
.caret-input-focused-text\/10 {
  caret-color: rgb(255 255 255 / 0.1);
}
.caret-input-focused-text\/100 {
  caret-color: rgb(255 255 255 / 1);
}
.caret-input-focused-text\/20 {
  caret-color: rgb(255 255 255 / 0.2);
}
.caret-input-focused-text\/25 {
  caret-color: rgb(255 255 255 / 0.25);
}
.caret-input-focused-text\/30 {
  caret-color: rgb(255 255 255 / 0.3);
}
.caret-input-focused-text\/40 {
  caret-color: rgb(255 255 255 / 0.4);
}
.caret-input-focused-text\/5 {
  caret-color: rgb(255 255 255 / 0.05);
}
.caret-input-focused-text\/50 {
  caret-color: rgb(255 255 255 / 0.5);
}
.caret-input-focused-text\/60 {
  caret-color: rgb(255 255 255 / 0.6);
}
.caret-input-focused-text\/70 {
  caret-color: rgb(255 255 255 / 0.7);
}
.caret-input-focused-text\/75 {
  caret-color: rgb(255 255 255 / 0.75);
}
.caret-input-focused-text\/80 {
  caret-color: rgb(255 255 255 / 0.8);
}
.caret-input-focused-text\/90 {
  caret-color: rgb(255 255 255 / 0.9);
}
.caret-input-focused-text\/95 {
  caret-color: rgb(255 255 255 / 0.95);
}
.caret-input-focused-text\/state-disabled {
  caret-color: rgb(255 255 255 / 0.5);
}
.caret-input-focused-text\/state-enabled {
  caret-color: rgb(255 255 255 / 1);
}
.caret-input-placeholder {
  caret-color: #616161;
}
.caret-input-placeholder\/0 {
  caret-color: rgb(97 97 97 / 0);
}
.caret-input-placeholder\/10 {
  caret-color: rgb(97 97 97 / 0.1);
}
.caret-input-placeholder\/100 {
  caret-color: rgb(97 97 97 / 1);
}
.caret-input-placeholder\/20 {
  caret-color: rgb(97 97 97 / 0.2);
}
.caret-input-placeholder\/25 {
  caret-color: rgb(97 97 97 / 0.25);
}
.caret-input-placeholder\/30 {
  caret-color: rgb(97 97 97 / 0.3);
}
.caret-input-placeholder\/40 {
  caret-color: rgb(97 97 97 / 0.4);
}
.caret-input-placeholder\/5 {
  caret-color: rgb(97 97 97 / 0.05);
}
.caret-input-placeholder\/50 {
  caret-color: rgb(97 97 97 / 0.5);
}
.caret-input-placeholder\/60 {
  caret-color: rgb(97 97 97 / 0.6);
}
.caret-input-placeholder\/70 {
  caret-color: rgb(97 97 97 / 0.7);
}
.caret-input-placeholder\/75 {
  caret-color: rgb(97 97 97 / 0.75);
}
.caret-input-placeholder\/80 {
  caret-color: rgb(97 97 97 / 0.8);
}
.caret-input-placeholder\/90 {
  caret-color: rgb(97 97 97 / 0.9);
}
.caret-input-placeholder\/95 {
  caret-color: rgb(97 97 97 / 0.95);
}
.caret-input-placeholder\/state-disabled {
  caret-color: rgb(97 97 97 / 0.5);
}
.caret-input-placeholder\/state-enabled {
  caret-color: rgb(97 97 97 / 1);
}
.caret-input-radio-background {
  caret-color: rgb(17, 17, 17);
}
.caret-input-radio-background\/0 {
  caret-color: rgb(17 17 17 / 0);
}
.caret-input-radio-background\/10 {
  caret-color: rgb(17 17 17 / 0.1);
}
.caret-input-radio-background\/100 {
  caret-color: rgb(17 17 17 / 1);
}
.caret-input-radio-background\/20 {
  caret-color: rgb(17 17 17 / 0.2);
}
.caret-input-radio-background\/25 {
  caret-color: rgb(17 17 17 / 0.25);
}
.caret-input-radio-background\/30 {
  caret-color: rgb(17 17 17 / 0.3);
}
.caret-input-radio-background\/40 {
  caret-color: rgb(17 17 17 / 0.4);
}
.caret-input-radio-background\/5 {
  caret-color: rgb(17 17 17 / 0.05);
}
.caret-input-radio-background\/50 {
  caret-color: rgb(17 17 17 / 0.5);
}
.caret-input-radio-background\/60 {
  caret-color: rgb(17 17 17 / 0.6);
}
.caret-input-radio-background\/70 {
  caret-color: rgb(17 17 17 / 0.7);
}
.caret-input-radio-background\/75 {
  caret-color: rgb(17 17 17 / 0.75);
}
.caret-input-radio-background\/80 {
  caret-color: rgb(17 17 17 / 0.8);
}
.caret-input-radio-background\/90 {
  caret-color: rgb(17 17 17 / 0.9);
}
.caret-input-radio-background\/95 {
  caret-color: rgb(17 17 17 / 0.95);
}
.caret-input-radio-background\/state-disabled {
  caret-color: rgb(17 17 17 / 0.5);
}
.caret-input-radio-background\/state-enabled {
  caret-color: rgb(17 17 17 / 1);
}
.caret-input-radio-border {
  caret-color: rgb(205, 141, 239);
}
.caret-input-radio-border\/0 {
  caret-color: rgb(205 141 239 / 0);
}
.caret-input-radio-border\/10 {
  caret-color: rgb(205 141 239 / 0.1);
}
.caret-input-radio-border\/100 {
  caret-color: rgb(205 141 239 / 1);
}
.caret-input-radio-border\/20 {
  caret-color: rgb(205 141 239 / 0.2);
}
.caret-input-radio-border\/25 {
  caret-color: rgb(205 141 239 / 0.25);
}
.caret-input-radio-border\/30 {
  caret-color: rgb(205 141 239 / 0.3);
}
.caret-input-radio-border\/40 {
  caret-color: rgb(205 141 239 / 0.4);
}
.caret-input-radio-border\/5 {
  caret-color: rgb(205 141 239 / 0.05);
}
.caret-input-radio-border\/50 {
  caret-color: rgb(205 141 239 / 0.5);
}
.caret-input-radio-border\/60 {
  caret-color: rgb(205 141 239 / 0.6);
}
.caret-input-radio-border\/70 {
  caret-color: rgb(205 141 239 / 0.7);
}
.caret-input-radio-border\/75 {
  caret-color: rgb(205 141 239 / 0.75);
}
.caret-input-radio-border\/80 {
  caret-color: rgb(205 141 239 / 0.8);
}
.caret-input-radio-border\/90 {
  caret-color: rgb(205 141 239 / 0.9);
}
.caret-input-radio-border\/95 {
  caret-color: rgb(205 141 239 / 0.95);
}
.caret-input-radio-border\/state-disabled {
  caret-color: rgb(205 141 239 / 0.5);
}
.caret-input-radio-border\/state-enabled {
  caret-color: rgb(205 141 239 / 1);
}
.caret-input-radio-contrast {
  caret-color: rgb(255, 255, 255);
}
.caret-input-radio-contrast\/0 {
  caret-color: rgb(255 255 255 / 0);
}
.caret-input-radio-contrast\/10 {
  caret-color: rgb(255 255 255 / 0.1);
}
.caret-input-radio-contrast\/100 {
  caret-color: rgb(255 255 255 / 1);
}
.caret-input-radio-contrast\/20 {
  caret-color: rgb(255 255 255 / 0.2);
}
.caret-input-radio-contrast\/25 {
  caret-color: rgb(255 255 255 / 0.25);
}
.caret-input-radio-contrast\/30 {
  caret-color: rgb(255 255 255 / 0.3);
}
.caret-input-radio-contrast\/40 {
  caret-color: rgb(255 255 255 / 0.4);
}
.caret-input-radio-contrast\/5 {
  caret-color: rgb(255 255 255 / 0.05);
}
.caret-input-radio-contrast\/50 {
  caret-color: rgb(255 255 255 / 0.5);
}
.caret-input-radio-contrast\/60 {
  caret-color: rgb(255 255 255 / 0.6);
}
.caret-input-radio-contrast\/70 {
  caret-color: rgb(255 255 255 / 0.7);
}
.caret-input-radio-contrast\/75 {
  caret-color: rgb(255 255 255 / 0.75);
}
.caret-input-radio-contrast\/80 {
  caret-color: rgb(255 255 255 / 0.8);
}
.caret-input-radio-contrast\/90 {
  caret-color: rgb(255 255 255 / 0.9);
}
.caret-input-radio-contrast\/95 {
  caret-color: rgb(255 255 255 / 0.95);
}
.caret-input-radio-contrast\/state-disabled {
  caret-color: rgb(255 255 255 / 0.5);
}
.caret-input-radio-contrast\/state-enabled {
  caret-color: rgb(255 255 255 / 1);
}
.caret-input-switch-backgroundOff {
  caret-color: rgb(156, 163, 175);
}
.caret-input-switch-backgroundOff\/0 {
  caret-color: rgb(156 163 175 / 0);
}
.caret-input-switch-backgroundOff\/10 {
  caret-color: rgb(156 163 175 / 0.1);
}
.caret-input-switch-backgroundOff\/100 {
  caret-color: rgb(156 163 175 / 1);
}
.caret-input-switch-backgroundOff\/20 {
  caret-color: rgb(156 163 175 / 0.2);
}
.caret-input-switch-backgroundOff\/25 {
  caret-color: rgb(156 163 175 / 0.25);
}
.caret-input-switch-backgroundOff\/30 {
  caret-color: rgb(156 163 175 / 0.3);
}
.caret-input-switch-backgroundOff\/40 {
  caret-color: rgb(156 163 175 / 0.4);
}
.caret-input-switch-backgroundOff\/5 {
  caret-color: rgb(156 163 175 / 0.05);
}
.caret-input-switch-backgroundOff\/50 {
  caret-color: rgb(156 163 175 / 0.5);
}
.caret-input-switch-backgroundOff\/60 {
  caret-color: rgb(156 163 175 / 0.6);
}
.caret-input-switch-backgroundOff\/70 {
  caret-color: rgb(156 163 175 / 0.7);
}
.caret-input-switch-backgroundOff\/75 {
  caret-color: rgb(156 163 175 / 0.75);
}
.caret-input-switch-backgroundOff\/80 {
  caret-color: rgb(156 163 175 / 0.8);
}
.caret-input-switch-backgroundOff\/90 {
  caret-color: rgb(156 163 175 / 0.9);
}
.caret-input-switch-backgroundOff\/95 {
  caret-color: rgb(156 163 175 / 0.95);
}
.caret-input-switch-backgroundOff\/state-disabled {
  caret-color: rgb(156 163 175 / 0.5);
}
.caret-input-switch-backgroundOff\/state-enabled {
  caret-color: rgb(156 163 175 / 1);
}
.caret-input-switch-backgroundOn {
  caret-color: rgb(205, 141, 239);
}
.caret-input-switch-backgroundOn\/0 {
  caret-color: rgb(205 141 239 / 0);
}
.caret-input-switch-backgroundOn\/10 {
  caret-color: rgb(205 141 239 / 0.1);
}
.caret-input-switch-backgroundOn\/100 {
  caret-color: rgb(205 141 239 / 1);
}
.caret-input-switch-backgroundOn\/20 {
  caret-color: rgb(205 141 239 / 0.2);
}
.caret-input-switch-backgroundOn\/25 {
  caret-color: rgb(205 141 239 / 0.25);
}
.caret-input-switch-backgroundOn\/30 {
  caret-color: rgb(205 141 239 / 0.3);
}
.caret-input-switch-backgroundOn\/40 {
  caret-color: rgb(205 141 239 / 0.4);
}
.caret-input-switch-backgroundOn\/5 {
  caret-color: rgb(205 141 239 / 0.05);
}
.caret-input-switch-backgroundOn\/50 {
  caret-color: rgb(205 141 239 / 0.5);
}
.caret-input-switch-backgroundOn\/60 {
  caret-color: rgb(205 141 239 / 0.6);
}
.caret-input-switch-backgroundOn\/70 {
  caret-color: rgb(205 141 239 / 0.7);
}
.caret-input-switch-backgroundOn\/75 {
  caret-color: rgb(205 141 239 / 0.75);
}
.caret-input-switch-backgroundOn\/80 {
  caret-color: rgb(205 141 239 / 0.8);
}
.caret-input-switch-backgroundOn\/90 {
  caret-color: rgb(205 141 239 / 0.9);
}
.caret-input-switch-backgroundOn\/95 {
  caret-color: rgb(205 141 239 / 0.95);
}
.caret-input-switch-backgroundOn\/state-disabled {
  caret-color: rgb(205 141 239 / 0.5);
}
.caret-input-switch-backgroundOn\/state-enabled {
  caret-color: rgb(205 141 239 / 1);
}
.caret-input-switch-contrast {
  caret-color: rgb(64, 64, 64);
}
.caret-input-switch-contrast\/0 {
  caret-color: rgb(64 64 64 / 0);
}
.caret-input-switch-contrast\/10 {
  caret-color: rgb(64 64 64 / 0.1);
}
.caret-input-switch-contrast\/100 {
  caret-color: rgb(64 64 64 / 1);
}
.caret-input-switch-contrast\/20 {
  caret-color: rgb(64 64 64 / 0.2);
}
.caret-input-switch-contrast\/25 {
  caret-color: rgb(64 64 64 / 0.25);
}
.caret-input-switch-contrast\/30 {
  caret-color: rgb(64 64 64 / 0.3);
}
.caret-input-switch-contrast\/40 {
  caret-color: rgb(64 64 64 / 0.4);
}
.caret-input-switch-contrast\/5 {
  caret-color: rgb(64 64 64 / 0.05);
}
.caret-input-switch-contrast\/50 {
  caret-color: rgb(64 64 64 / 0.5);
}
.caret-input-switch-contrast\/60 {
  caret-color: rgb(64 64 64 / 0.6);
}
.caret-input-switch-contrast\/70 {
  caret-color: rgb(64 64 64 / 0.7);
}
.caret-input-switch-contrast\/75 {
  caret-color: rgb(64 64 64 / 0.75);
}
.caret-input-switch-contrast\/80 {
  caret-color: rgb(64 64 64 / 0.8);
}
.caret-input-switch-contrast\/90 {
  caret-color: rgb(64 64 64 / 0.9);
}
.caret-input-switch-contrast\/95 {
  caret-color: rgb(64 64 64 / 0.95);
}
.caret-input-switch-contrast\/state-disabled {
  caret-color: rgb(64 64 64 / 0.5);
}
.caret-input-switch-contrast\/state-enabled {
  caret-color: rgb(64 64 64 / 1);
}
.caret-input-text {
  caret-color: #FFFFFF;
}
.caret-input-text\/0 {
  caret-color: rgb(255 255 255 / 0);
}
.caret-input-text\/10 {
  caret-color: rgb(255 255 255 / 0.1);
}
.caret-input-text\/100 {
  caret-color: rgb(255 255 255 / 1);
}
.caret-input-text\/20 {
  caret-color: rgb(255 255 255 / 0.2);
}
.caret-input-text\/25 {
  caret-color: rgb(255 255 255 / 0.25);
}
.caret-input-text\/30 {
  caret-color: rgb(255 255 255 / 0.3);
}
.caret-input-text\/40 {
  caret-color: rgb(255 255 255 / 0.4);
}
.caret-input-text\/5 {
  caret-color: rgb(255 255 255 / 0.05);
}
.caret-input-text\/50 {
  caret-color: rgb(255 255 255 / 0.5);
}
.caret-input-text\/60 {
  caret-color: rgb(255 255 255 / 0.6);
}
.caret-input-text\/70 {
  caret-color: rgb(255 255 255 / 0.7);
}
.caret-input-text\/75 {
  caret-color: rgb(255 255 255 / 0.75);
}
.caret-input-text\/80 {
  caret-color: rgb(255 255 255 / 0.8);
}
.caret-input-text\/90 {
  caret-color: rgb(255 255 255 / 0.9);
}
.caret-input-text\/95 {
  caret-color: rgb(255 255 255 / 0.95);
}
.caret-input-text\/state-disabled {
  caret-color: rgb(255 255 255 / 0.5);
}
.caret-input-text\/state-enabled {
  caret-color: rgb(255 255 255 / 1);
}
.caret-loader-default {
  caret-color: rgb(205, 141, 239);
}
.caret-loader-default\/0 {
  caret-color: rgb(205 141 239 / 0);
}
.caret-loader-default\/10 {
  caret-color: rgb(205 141 239 / 0.1);
}
.caret-loader-default\/100 {
  caret-color: rgb(205 141 239 / 1);
}
.caret-loader-default\/20 {
  caret-color: rgb(205 141 239 / 0.2);
}
.caret-loader-default\/25 {
  caret-color: rgb(205 141 239 / 0.25);
}
.caret-loader-default\/30 {
  caret-color: rgb(205 141 239 / 0.3);
}
.caret-loader-default\/40 {
  caret-color: rgb(205 141 239 / 0.4);
}
.caret-loader-default\/5 {
  caret-color: rgb(205 141 239 / 0.05);
}
.caret-loader-default\/50 {
  caret-color: rgb(205 141 239 / 0.5);
}
.caret-loader-default\/60 {
  caret-color: rgb(205 141 239 / 0.6);
}
.caret-loader-default\/70 {
  caret-color: rgb(205 141 239 / 0.7);
}
.caret-loader-default\/75 {
  caret-color: rgb(205 141 239 / 0.75);
}
.caret-loader-default\/80 {
  caret-color: rgb(205 141 239 / 0.8);
}
.caret-loader-default\/90 {
  caret-color: rgb(205 141 239 / 0.9);
}
.caret-loader-default\/95 {
  caret-color: rgb(205 141 239 / 0.95);
}
.caret-loader-default\/state-disabled {
  caret-color: rgb(205 141 239 / 0.5);
}
.caret-loader-default\/state-enabled {
  caret-color: rgb(205 141 239 / 1);
}
.caret-panel-alternate {
  caret-color: rgb(29, 29, 29);
}
.caret-panel-alternate\/0 {
  caret-color: rgb(29 29 29 / 0);
}
.caret-panel-alternate\/10 {
  caret-color: rgb(29 29 29 / 0.1);
}
.caret-panel-alternate\/100 {
  caret-color: rgb(29 29 29 / 1);
}
.caret-panel-alternate\/20 {
  caret-color: rgb(29 29 29 / 0.2);
}
.caret-panel-alternate\/25 {
  caret-color: rgb(29 29 29 / 0.25);
}
.caret-panel-alternate\/30 {
  caret-color: rgb(29 29 29 / 0.3);
}
.caret-panel-alternate\/40 {
  caret-color: rgb(29 29 29 / 0.4);
}
.caret-panel-alternate\/5 {
  caret-color: rgb(29 29 29 / 0.05);
}
.caret-panel-alternate\/50 {
  caret-color: rgb(29 29 29 / 0.5);
}
.caret-panel-alternate\/60 {
  caret-color: rgb(29 29 29 / 0.6);
}
.caret-panel-alternate\/70 {
  caret-color: rgb(29 29 29 / 0.7);
}
.caret-panel-alternate\/75 {
  caret-color: rgb(29 29 29 / 0.75);
}
.caret-panel-alternate\/80 {
  caret-color: rgb(29 29 29 / 0.8);
}
.caret-panel-alternate\/90 {
  caret-color: rgb(29 29 29 / 0.9);
}
.caret-panel-alternate\/95 {
  caret-color: rgb(29 29 29 / 0.95);
}
.caret-panel-alternate\/state-disabled {
  caret-color: rgb(29 29 29 / 0.5);
}
.caret-panel-alternate\/state-enabled {
  caret-color: rgb(29 29 29 / 1);
}
.caret-panel-base {
  caret-color: rgb(16, 16, 16);
}
.caret-panel-base\/0 {
  caret-color: rgb(16 16 16 / 0);
}
.caret-panel-base\/10 {
  caret-color: rgb(16 16 16 / 0.1);
}
.caret-panel-base\/100 {
  caret-color: rgb(16 16 16 / 1);
}
.caret-panel-base\/20 {
  caret-color: rgb(16 16 16 / 0.2);
}
.caret-panel-base\/25 {
  caret-color: rgb(16 16 16 / 0.25);
}
.caret-panel-base\/30 {
  caret-color: rgb(16 16 16 / 0.3);
}
.caret-panel-base\/40 {
  caret-color: rgb(16 16 16 / 0.4);
}
.caret-panel-base\/5 {
  caret-color: rgb(16 16 16 / 0.05);
}
.caret-panel-base\/50 {
  caret-color: rgb(16 16 16 / 0.5);
}
.caret-panel-base\/60 {
  caret-color: rgb(16 16 16 / 0.6);
}
.caret-panel-base\/70 {
  caret-color: rgb(16 16 16 / 0.7);
}
.caret-panel-base\/75 {
  caret-color: rgb(16 16 16 / 0.75);
}
.caret-panel-base\/80 {
  caret-color: rgb(16 16 16 / 0.8);
}
.caret-panel-base\/90 {
  caret-color: rgb(16 16 16 / 0.9);
}
.caret-panel-base\/95 {
  caret-color: rgb(16 16 16 / 0.95);
}
.caret-panel-base\/state-disabled {
  caret-color: rgb(16 16 16 / 0.5);
}
.caret-panel-base\/state-enabled {
  caret-color: rgb(16 16 16 / 1);
}
.caret-panel-border {
  caret-color: rgba(255, 255, 255, 0.05);
}
.caret-panel-border\/0 {
  caret-color: rgba(255, 255, 255, 0);
}
.caret-panel-border\/10 {
  caret-color: rgba(255, 255, 255, 0.1);
}
.caret-panel-border\/100 {
  caret-color: rgba(255, 255, 255, 1);
}
.caret-panel-border\/20 {
  caret-color: rgba(255, 255, 255, 0.2);
}
.caret-panel-border\/25 {
  caret-color: rgba(255, 255, 255, 0.25);
}
.caret-panel-border\/30 {
  caret-color: rgba(255, 255, 255, 0.3);
}
.caret-panel-border\/40 {
  caret-color: rgba(255, 255, 255, 0.4);
}
.caret-panel-border\/5 {
  caret-color: rgba(255, 255, 255, 0.05);
}
.caret-panel-border\/50 {
  caret-color: rgba(255, 255, 255, 0.5);
}
.caret-panel-border\/60 {
  caret-color: rgba(255, 255, 255, 0.6);
}
.caret-panel-border\/70 {
  caret-color: rgba(255, 255, 255, 0.7);
}
.caret-panel-border\/75 {
  caret-color: rgba(255, 255, 255, 0.75);
}
.caret-panel-border\/80 {
  caret-color: rgba(255, 255, 255, 0.8);
}
.caret-panel-border\/90 {
  caret-color: rgba(255, 255, 255, 0.9);
}
.caret-panel-border\/95 {
  caret-color: rgba(255, 255, 255, 0.95);
}
.caret-panel-border\/state-disabled {
  caret-color: rgba(255, 255, 255, 0.5);
}
.caret-panel-border\/state-enabled {
  caret-color: rgba(255, 255, 255, 1);
}
.caret-panel-default {
  caret-color: rgba(255, 255, 255, 0);
}
.caret-panel-default\/0 {
  caret-color: rgba(255, 255, 255, 0);
}
.caret-panel-default\/10 {
  caret-color: rgba(255, 255, 255, 0.1);
}
.caret-panel-default\/100 {
  caret-color: rgba(255, 255, 255, 1);
}
.caret-panel-default\/20 {
  caret-color: rgba(255, 255, 255, 0.2);
}
.caret-panel-default\/25 {
  caret-color: rgba(255, 255, 255, 0.25);
}
.caret-panel-default\/30 {
  caret-color: rgba(255, 255, 255, 0.3);
}
.caret-panel-default\/40 {
  caret-color: rgba(255, 255, 255, 0.4);
}
.caret-panel-default\/5 {
  caret-color: rgba(255, 255, 255, 0.05);
}
.caret-panel-default\/50 {
  caret-color: rgba(255, 255, 255, 0.5);
}
.caret-panel-default\/60 {
  caret-color: rgba(255, 255, 255, 0.6);
}
.caret-panel-default\/70 {
  caret-color: rgba(255, 255, 255, 0.7);
}
.caret-panel-default\/75 {
  caret-color: rgba(255, 255, 255, 0.75);
}
.caret-panel-default\/80 {
  caret-color: rgba(255, 255, 255, 0.8);
}
.caret-panel-default\/90 {
  caret-color: rgba(255, 255, 255, 0.9);
}
.caret-panel-default\/95 {
  caret-color: rgba(255, 255, 255, 0.95);
}
.caret-panel-default\/state-disabled {
  caret-color: rgba(255, 255, 255, 0.5);
}
.caret-panel-default\/state-enabled {
  caret-color: rgba(255, 255, 255, 1);
}
.caret-panel-shadow {
  caret-color: rgba(0, 0, 0, 0.2);
}
.caret-panel-shadow\/0 {
  caret-color: rgba(0, 0, 0, 0);
}
.caret-panel-shadow\/10 {
  caret-color: rgba(0, 0, 0, 0.1);
}
.caret-panel-shadow\/100 {
  caret-color: rgba(0, 0, 0, 1);
}
.caret-panel-shadow\/20 {
  caret-color: rgba(0, 0, 0, 0.2);
}
.caret-panel-shadow\/25 {
  caret-color: rgba(0, 0, 0, 0.25);
}
.caret-panel-shadow\/30 {
  caret-color: rgba(0, 0, 0, 0.3);
}
.caret-panel-shadow\/40 {
  caret-color: rgba(0, 0, 0, 0.4);
}
.caret-panel-shadow\/5 {
  caret-color: rgba(0, 0, 0, 0.05);
}
.caret-panel-shadow\/50 {
  caret-color: rgba(0, 0, 0, 0.5);
}
.caret-panel-shadow\/60 {
  caret-color: rgba(0, 0, 0, 0.6);
}
.caret-panel-shadow\/70 {
  caret-color: rgba(0, 0, 0, 0.7);
}
.caret-panel-shadow\/75 {
  caret-color: rgba(0, 0, 0, 0.75);
}
.caret-panel-shadow\/80 {
  caret-color: rgba(0, 0, 0, 0.8);
}
.caret-panel-shadow\/90 {
  caret-color: rgba(0, 0, 0, 0.9);
}
.caret-panel-shadow\/95 {
  caret-color: rgba(0, 0, 0, 0.95);
}
.caret-panel-shadow\/state-disabled {
  caret-color: rgba(0, 0, 0, 0.5);
}
.caret-panel-shadow\/state-enabled {
  caret-color: rgba(0, 0, 0, 1);
}
.caret-typography-accent {
  caret-color: rgb(205, 141, 239);
}
.caret-typography-accent\/0 {
  caret-color: rgb(205 141 239 / 0);
}
.caret-typography-accent\/10 {
  caret-color: rgb(205 141 239 / 0.1);
}
.caret-typography-accent\/100 {
  caret-color: rgb(205 141 239 / 1);
}
.caret-typography-accent\/20 {
  caret-color: rgb(205 141 239 / 0.2);
}
.caret-typography-accent\/25 {
  caret-color: rgb(205 141 239 / 0.25);
}
.caret-typography-accent\/30 {
  caret-color: rgb(205 141 239 / 0.3);
}
.caret-typography-accent\/40 {
  caret-color: rgb(205 141 239 / 0.4);
}
.caret-typography-accent\/5 {
  caret-color: rgb(205 141 239 / 0.05);
}
.caret-typography-accent\/50 {
  caret-color: rgb(205 141 239 / 0.5);
}
.caret-typography-accent\/60 {
  caret-color: rgb(205 141 239 / 0.6);
}
.caret-typography-accent\/70 {
  caret-color: rgb(205 141 239 / 0.7);
}
.caret-typography-accent\/75 {
  caret-color: rgb(205 141 239 / 0.75);
}
.caret-typography-accent\/80 {
  caret-color: rgb(205 141 239 / 0.8);
}
.caret-typography-accent\/90 {
  caret-color: rgb(205 141 239 / 0.9);
}
.caret-typography-accent\/95 {
  caret-color: rgb(205 141 239 / 0.95);
}
.caret-typography-accent\/state-disabled {
  caret-color: rgb(205 141 239 / 0.5);
}
.caret-typography-accent\/state-enabled {
  caret-color: rgb(205 141 239 / 1);
}
.caret-typography-alternate {
  caret-color: rgb(6, 182, 212);
}
.caret-typography-alternate\/0 {
  caret-color: rgb(6 182 212 / 0);
}
.caret-typography-alternate\/10 {
  caret-color: rgb(6 182 212 / 0.1);
}
.caret-typography-alternate\/100 {
  caret-color: rgb(6 182 212 / 1);
}
.caret-typography-alternate\/20 {
  caret-color: rgb(6 182 212 / 0.2);
}
.caret-typography-alternate\/25 {
  caret-color: rgb(6 182 212 / 0.25);
}
.caret-typography-alternate\/30 {
  caret-color: rgb(6 182 212 / 0.3);
}
.caret-typography-alternate\/40 {
  caret-color: rgb(6 182 212 / 0.4);
}
.caret-typography-alternate\/5 {
  caret-color: rgb(6 182 212 / 0.05);
}
.caret-typography-alternate\/50 {
  caret-color: rgb(6 182 212 / 0.5);
}
.caret-typography-alternate\/60 {
  caret-color: rgb(6 182 212 / 0.6);
}
.caret-typography-alternate\/70 {
  caret-color: rgb(6 182 212 / 0.7);
}
.caret-typography-alternate\/75 {
  caret-color: rgb(6 182 212 / 0.75);
}
.caret-typography-alternate\/80 {
  caret-color: rgb(6 182 212 / 0.8);
}
.caret-typography-alternate\/90 {
  caret-color: rgb(6 182 212 / 0.9);
}
.caret-typography-alternate\/95 {
  caret-color: rgb(6 182 212 / 0.95);
}
.caret-typography-alternate\/state-disabled {
  caret-color: rgb(6 182 212 / 0.5);
}
.caret-typography-alternate\/state-enabled {
  caret-color: rgb(6 182 212 / 1);
}
.caret-typography-default {
  caret-color: rgb(255, 255, 255);
}
.caret-typography-default\/0 {
  caret-color: rgb(255 255 255 / 0);
}
.caret-typography-default\/10 {
  caret-color: rgb(255 255 255 / 0.1);
}
.caret-typography-default\/100 {
  caret-color: rgb(255 255 255 / 1);
}
.caret-typography-default\/20 {
  caret-color: rgb(255 255 255 / 0.2);
}
.caret-typography-default\/25 {
  caret-color: rgb(255 255 255 / 0.25);
}
.caret-typography-default\/30 {
  caret-color: rgb(255 255 255 / 0.3);
}
.caret-typography-default\/40 {
  caret-color: rgb(255 255 255 / 0.4);
}
.caret-typography-default\/5 {
  caret-color: rgb(255 255 255 / 0.05);
}
.caret-typography-default\/50 {
  caret-color: rgb(255 255 255 / 0.5);
}
.caret-typography-default\/60 {
  caret-color: rgb(255 255 255 / 0.6);
}
.caret-typography-default\/70 {
  caret-color: rgb(255 255 255 / 0.7);
}
.caret-typography-default\/75 {
  caret-color: rgb(255 255 255 / 0.75);
}
.caret-typography-default\/80 {
  caret-color: rgb(255 255 255 / 0.8);
}
.caret-typography-default\/90 {
  caret-color: rgb(255 255 255 / 0.9);
}
.caret-typography-default\/95 {
  caret-color: rgb(255 255 255 / 0.95);
}
.caret-typography-default\/state-disabled {
  caret-color: rgb(255 255 255 / 0.5);
}
.caret-typography-default\/state-enabled {
  caret-color: rgb(255 255 255 / 1);
}
.caret-typography-error {
  caret-color: rgb(248, 113, 113);
}
.caret-typography-error\/0 {
  caret-color: rgb(248 113 113 / 0);
}
.caret-typography-error\/10 {
  caret-color: rgb(248 113 113 / 0.1);
}
.caret-typography-error\/100 {
  caret-color: rgb(248 113 113 / 1);
}
.caret-typography-error\/20 {
  caret-color: rgb(248 113 113 / 0.2);
}
.caret-typography-error\/25 {
  caret-color: rgb(248 113 113 / 0.25);
}
.caret-typography-error\/30 {
  caret-color: rgb(248 113 113 / 0.3);
}
.caret-typography-error\/40 {
  caret-color: rgb(248 113 113 / 0.4);
}
.caret-typography-error\/5 {
  caret-color: rgb(248 113 113 / 0.05);
}
.caret-typography-error\/50 {
  caret-color: rgb(248 113 113 / 0.5);
}
.caret-typography-error\/60 {
  caret-color: rgb(248 113 113 / 0.6);
}
.caret-typography-error\/70 {
  caret-color: rgb(248 113 113 / 0.7);
}
.caret-typography-error\/75 {
  caret-color: rgb(248 113 113 / 0.75);
}
.caret-typography-error\/80 {
  caret-color: rgb(248 113 113 / 0.8);
}
.caret-typography-error\/90 {
  caret-color: rgb(248 113 113 / 0.9);
}
.caret-typography-error\/95 {
  caret-color: rgb(248 113 113 / 0.95);
}
.caret-typography-error\/state-disabled {
  caret-color: rgb(248 113 113 / 0.5);
}
.caret-typography-error\/state-enabled {
  caret-color: rgb(248 113 113 / 1);
}
.caret-typography-info {
  caret-color: rgb(96, 165, 250);
}
.caret-typography-info\/0 {
  caret-color: rgb(96 165 250 / 0);
}
.caret-typography-info\/10 {
  caret-color: rgb(96 165 250 / 0.1);
}
.caret-typography-info\/100 {
  caret-color: rgb(96 165 250 / 1);
}
.caret-typography-info\/20 {
  caret-color: rgb(96 165 250 / 0.2);
}
.caret-typography-info\/25 {
  caret-color: rgb(96 165 250 / 0.25);
}
.caret-typography-info\/30 {
  caret-color: rgb(96 165 250 / 0.3);
}
.caret-typography-info\/40 {
  caret-color: rgb(96 165 250 / 0.4);
}
.caret-typography-info\/5 {
  caret-color: rgb(96 165 250 / 0.05);
}
.caret-typography-info\/50 {
  caret-color: rgb(96 165 250 / 0.5);
}
.caret-typography-info\/60 {
  caret-color: rgb(96 165 250 / 0.6);
}
.caret-typography-info\/70 {
  caret-color: rgb(96 165 250 / 0.7);
}
.caret-typography-info\/75 {
  caret-color: rgb(96 165 250 / 0.75);
}
.caret-typography-info\/80 {
  caret-color: rgb(96 165 250 / 0.8);
}
.caret-typography-info\/90 {
  caret-color: rgb(96 165 250 / 0.9);
}
.caret-typography-info\/95 {
  caret-color: rgb(96 165 250 / 0.95);
}
.caret-typography-info\/state-disabled {
  caret-color: rgb(96 165 250 / 0.5);
}
.caret-typography-info\/state-enabled {
  caret-color: rgb(96 165 250 / 1);
}
.caret-typography-link-default {
  caret-color: rgb(205, 141, 239);
}
.caret-typography-link-default\/0 {
  caret-color: rgb(205 141 239 / 0);
}
.caret-typography-link-default\/10 {
  caret-color: rgb(205 141 239 / 0.1);
}
.caret-typography-link-default\/100 {
  caret-color: rgb(205 141 239 / 1);
}
.caret-typography-link-default\/20 {
  caret-color: rgb(205 141 239 / 0.2);
}
.caret-typography-link-default\/25 {
  caret-color: rgb(205 141 239 / 0.25);
}
.caret-typography-link-default\/30 {
  caret-color: rgb(205 141 239 / 0.3);
}
.caret-typography-link-default\/40 {
  caret-color: rgb(205 141 239 / 0.4);
}
.caret-typography-link-default\/5 {
  caret-color: rgb(205 141 239 / 0.05);
}
.caret-typography-link-default\/50 {
  caret-color: rgb(205 141 239 / 0.5);
}
.caret-typography-link-default\/60 {
  caret-color: rgb(205 141 239 / 0.6);
}
.caret-typography-link-default\/70 {
  caret-color: rgb(205 141 239 / 0.7);
}
.caret-typography-link-default\/75 {
  caret-color: rgb(205 141 239 / 0.75);
}
.caret-typography-link-default\/80 {
  caret-color: rgb(205 141 239 / 0.8);
}
.caret-typography-link-default\/90 {
  caret-color: rgb(205 141 239 / 0.9);
}
.caret-typography-link-default\/95 {
  caret-color: rgb(205 141 239 / 0.95);
}
.caret-typography-link-default\/state-disabled {
  caret-color: rgb(205 141 239 / 0.5);
}
.caret-typography-link-default\/state-enabled {
  caret-color: rgb(205 141 239 / 1);
}
.caret-typography-link-hover {
  caret-color: rgb(215, 164, 242);
}
.caret-typography-link-hover\/0 {
  caret-color: rgb(215 164 242 / 0);
}
.caret-typography-link-hover\/10 {
  caret-color: rgb(215 164 242 / 0.1);
}
.caret-typography-link-hover\/100 {
  caret-color: rgb(215 164 242 / 1);
}
.caret-typography-link-hover\/20 {
  caret-color: rgb(215 164 242 / 0.2);
}
.caret-typography-link-hover\/25 {
  caret-color: rgb(215 164 242 / 0.25);
}
.caret-typography-link-hover\/30 {
  caret-color: rgb(215 164 242 / 0.3);
}
.caret-typography-link-hover\/40 {
  caret-color: rgb(215 164 242 / 0.4);
}
.caret-typography-link-hover\/5 {
  caret-color: rgb(215 164 242 / 0.05);
}
.caret-typography-link-hover\/50 {
  caret-color: rgb(215 164 242 / 0.5);
}
.caret-typography-link-hover\/60 {
  caret-color: rgb(215 164 242 / 0.6);
}
.caret-typography-link-hover\/70 {
  caret-color: rgb(215 164 242 / 0.7);
}
.caret-typography-link-hover\/75 {
  caret-color: rgb(215 164 242 / 0.75);
}
.caret-typography-link-hover\/80 {
  caret-color: rgb(215 164 242 / 0.8);
}
.caret-typography-link-hover\/90 {
  caret-color: rgb(215 164 242 / 0.9);
}
.caret-typography-link-hover\/95 {
  caret-color: rgb(215 164 242 / 0.95);
}
.caret-typography-link-hover\/state-disabled {
  caret-color: rgb(215 164 242 / 0.5);
}
.caret-typography-link-hover\/state-enabled {
  caret-color: rgb(215 164 242 / 1);
}
.caret-typography-muted {
  caret-color: rgb(156, 163, 175);
}
.caret-typography-muted\/0 {
  caret-color: rgb(156 163 175 / 0);
}
.caret-typography-muted\/10 {
  caret-color: rgb(156 163 175 / 0.1);
}
.caret-typography-muted\/100 {
  caret-color: rgb(156 163 175 / 1);
}
.caret-typography-muted\/20 {
  caret-color: rgb(156 163 175 / 0.2);
}
.caret-typography-muted\/25 {
  caret-color: rgb(156 163 175 / 0.25);
}
.caret-typography-muted\/30 {
  caret-color: rgb(156 163 175 / 0.3);
}
.caret-typography-muted\/40 {
  caret-color: rgb(156 163 175 / 0.4);
}
.caret-typography-muted\/5 {
  caret-color: rgb(156 163 175 / 0.05);
}
.caret-typography-muted\/50 {
  caret-color: rgb(156 163 175 / 0.5);
}
.caret-typography-muted\/60 {
  caret-color: rgb(156 163 175 / 0.6);
}
.caret-typography-muted\/70 {
  caret-color: rgb(156 163 175 / 0.7);
}
.caret-typography-muted\/75 {
  caret-color: rgb(156 163 175 / 0.75);
}
.caret-typography-muted\/80 {
  caret-color: rgb(156 163 175 / 0.8);
}
.caret-typography-muted\/90 {
  caret-color: rgb(156 163 175 / 0.9);
}
.caret-typography-muted\/95 {
  caret-color: rgb(156 163 175 / 0.95);
}
.caret-typography-muted\/state-disabled {
  caret-color: rgb(156 163 175 / 0.5);
}
.caret-typography-muted\/state-enabled {
  caret-color: rgb(156 163 175 / 1);
}
.caret-typography-on-accent {
  caret-color: rgb(64, 64, 64);
}
.caret-typography-on-accent\/0 {
  caret-color: rgb(64 64 64 / 0);
}
.caret-typography-on-accent\/10 {
  caret-color: rgb(64 64 64 / 0.1);
}
.caret-typography-on-accent\/100 {
  caret-color: rgb(64 64 64 / 1);
}
.caret-typography-on-accent\/20 {
  caret-color: rgb(64 64 64 / 0.2);
}
.caret-typography-on-accent\/25 {
  caret-color: rgb(64 64 64 / 0.25);
}
.caret-typography-on-accent\/30 {
  caret-color: rgb(64 64 64 / 0.3);
}
.caret-typography-on-accent\/40 {
  caret-color: rgb(64 64 64 / 0.4);
}
.caret-typography-on-accent\/5 {
  caret-color: rgb(64 64 64 / 0.05);
}
.caret-typography-on-accent\/50 {
  caret-color: rgb(64 64 64 / 0.5);
}
.caret-typography-on-accent\/60 {
  caret-color: rgb(64 64 64 / 0.6);
}
.caret-typography-on-accent\/70 {
  caret-color: rgb(64 64 64 / 0.7);
}
.caret-typography-on-accent\/75 {
  caret-color: rgb(64 64 64 / 0.75);
}
.caret-typography-on-accent\/80 {
  caret-color: rgb(64 64 64 / 0.8);
}
.caret-typography-on-accent\/90 {
  caret-color: rgb(64 64 64 / 0.9);
}
.caret-typography-on-accent\/95 {
  caret-color: rgb(64 64 64 / 0.95);
}
.caret-typography-on-accent\/state-disabled {
  caret-color: rgb(64 64 64 / 0.5);
}
.caret-typography-on-accent\/state-enabled {
  caret-color: rgb(64 64 64 / 1);
}
.caret-typography-subtle {
  caret-color: rgb(229, 231, 235);
}
.caret-typography-subtle\/0 {
  caret-color: rgb(229 231 235 / 0);
}
.caret-typography-subtle\/10 {
  caret-color: rgb(229 231 235 / 0.1);
}
.caret-typography-subtle\/100 {
  caret-color: rgb(229 231 235 / 1);
}
.caret-typography-subtle\/20 {
  caret-color: rgb(229 231 235 / 0.2);
}
.caret-typography-subtle\/25 {
  caret-color: rgb(229 231 235 / 0.25);
}
.caret-typography-subtle\/30 {
  caret-color: rgb(229 231 235 / 0.3);
}
.caret-typography-subtle\/40 {
  caret-color: rgb(229 231 235 / 0.4);
}
.caret-typography-subtle\/5 {
  caret-color: rgb(229 231 235 / 0.05);
}
.caret-typography-subtle\/50 {
  caret-color: rgb(229 231 235 / 0.5);
}
.caret-typography-subtle\/60 {
  caret-color: rgb(229 231 235 / 0.6);
}
.caret-typography-subtle\/70 {
  caret-color: rgb(229 231 235 / 0.7);
}
.caret-typography-subtle\/75 {
  caret-color: rgb(229 231 235 / 0.75);
}
.caret-typography-subtle\/80 {
  caret-color: rgb(229 231 235 / 0.8);
}
.caret-typography-subtle\/90 {
  caret-color: rgb(229 231 235 / 0.9);
}
.caret-typography-subtle\/95 {
  caret-color: rgb(229 231 235 / 0.95);
}
.caret-typography-subtle\/state-disabled {
  caret-color: rgb(229 231 235 / 0.5);
}
.caret-typography-subtle\/state-enabled {
  caret-color: rgb(229 231 235 / 1);
}
.caret-typography-success {
  caret-color: rgb(74, 222, 128);
}
.caret-typography-success\/0 {
  caret-color: rgb(74 222 128 / 0);
}
.caret-typography-success\/10 {
  caret-color: rgb(74 222 128 / 0.1);
}
.caret-typography-success\/100 {
  caret-color: rgb(74 222 128 / 1);
}
.caret-typography-success\/20 {
  caret-color: rgb(74 222 128 / 0.2);
}
.caret-typography-success\/25 {
  caret-color: rgb(74 222 128 / 0.25);
}
.caret-typography-success\/30 {
  caret-color: rgb(74 222 128 / 0.3);
}
.caret-typography-success\/40 {
  caret-color: rgb(74 222 128 / 0.4);
}
.caret-typography-success\/5 {
  caret-color: rgb(74 222 128 / 0.05);
}
.caret-typography-success\/50 {
  caret-color: rgb(74 222 128 / 0.5);
}
.caret-typography-success\/60 {
  caret-color: rgb(74 222 128 / 0.6);
}
.caret-typography-success\/70 {
  caret-color: rgb(74 222 128 / 0.7);
}
.caret-typography-success\/75 {
  caret-color: rgb(74 222 128 / 0.75);
}
.caret-typography-success\/80 {
  caret-color: rgb(74 222 128 / 0.8);
}
.caret-typography-success\/90 {
  caret-color: rgb(74 222 128 / 0.9);
}
.caret-typography-success\/95 {
  caret-color: rgb(74 222 128 / 0.95);
}
.caret-typography-success\/state-disabled {
  caret-color: rgb(74 222 128 / 0.5);
}
.caret-typography-success\/state-enabled {
  caret-color: rgb(74 222 128 / 1);
}
.caret-typography-warning {
  caret-color: rgb(251, 146, 60);
}
.caret-typography-warning\/0 {
  caret-color: rgb(251 146 60 / 0);
}
.caret-typography-warning\/10 {
  caret-color: rgb(251 146 60 / 0.1);
}
.caret-typography-warning\/100 {
  caret-color: rgb(251 146 60 / 1);
}
.caret-typography-warning\/20 {
  caret-color: rgb(251 146 60 / 0.2);
}
.caret-typography-warning\/25 {
  caret-color: rgb(251 146 60 / 0.25);
}
.caret-typography-warning\/30 {
  caret-color: rgb(251 146 60 / 0.3);
}
.caret-typography-warning\/40 {
  caret-color: rgb(251 146 60 / 0.4);
}
.caret-typography-warning\/5 {
  caret-color: rgb(251 146 60 / 0.05);
}
.caret-typography-warning\/50 {
  caret-color: rgb(251 146 60 / 0.5);
}
.caret-typography-warning\/60 {
  caret-color: rgb(251 146 60 / 0.6);
}
.caret-typography-warning\/70 {
  caret-color: rgb(251 146 60 / 0.7);
}
.caret-typography-warning\/75 {
  caret-color: rgb(251 146 60 / 0.75);
}
.caret-typography-warning\/80 {
  caret-color: rgb(251 146 60 / 0.8);
}
.caret-typography-warning\/90 {
  caret-color: rgb(251 146 60 / 0.9);
}
.caret-typography-warning\/95 {
  caret-color: rgb(251 146 60 / 0.95);
}
.caret-typography-warning\/state-disabled {
  caret-color: rgb(251 146 60 / 0.5);
}
.caret-typography-warning\/state-enabled {
  caret-color: rgb(251 146 60 / 1);
}
.accent-avatar-background {
  accent-color: rgb(205, 141, 239);
}
.accent-avatar-background\/0 {
  accent-color: rgb(205 141 239 / 0);
}
.accent-avatar-background\/10 {
  accent-color: rgb(205 141 239 / 0.1);
}
.accent-avatar-background\/100 {
  accent-color: rgb(205 141 239 / 1);
}
.accent-avatar-background\/20 {
  accent-color: rgb(205 141 239 / 0.2);
}
.accent-avatar-background\/25 {
  accent-color: rgb(205 141 239 / 0.25);
}
.accent-avatar-background\/30 {
  accent-color: rgb(205 141 239 / 0.3);
}
.accent-avatar-background\/40 {
  accent-color: rgb(205 141 239 / 0.4);
}
.accent-avatar-background\/5 {
  accent-color: rgb(205 141 239 / 0.05);
}
.accent-avatar-background\/50 {
  accent-color: rgb(205 141 239 / 0.5);
}
.accent-avatar-background\/60 {
  accent-color: rgb(205 141 239 / 0.6);
}
.accent-avatar-background\/70 {
  accent-color: rgb(205 141 239 / 0.7);
}
.accent-avatar-background\/75 {
  accent-color: rgb(205 141 239 / 0.75);
}
.accent-avatar-background\/80 {
  accent-color: rgb(205 141 239 / 0.8);
}
.accent-avatar-background\/90 {
  accent-color: rgb(205 141 239 / 0.9);
}
.accent-avatar-background\/95 {
  accent-color: rgb(205 141 239 / 0.95);
}
.accent-avatar-background\/state-disabled {
  accent-color: rgb(205 141 239 / 0.5);
}
.accent-avatar-background\/state-enabled {
  accent-color: rgb(205 141 239 / 1);
}
.accent-badge-outline-alternate {
  accent-color: rgb(6, 182, 212);
}
.accent-badge-outline-alternate\/0 {
  accent-color: rgb(6 182 212 / 0);
}
.accent-badge-outline-alternate\/10 {
  accent-color: rgb(6 182 212 / 0.1);
}
.accent-badge-outline-alternate\/100 {
  accent-color: rgb(6 182 212 / 1);
}
.accent-badge-outline-alternate\/20 {
  accent-color: rgb(6 182 212 / 0.2);
}
.accent-badge-outline-alternate\/25 {
  accent-color: rgb(6 182 212 / 0.25);
}
.accent-badge-outline-alternate\/30 {
  accent-color: rgb(6 182 212 / 0.3);
}
.accent-badge-outline-alternate\/40 {
  accent-color: rgb(6 182 212 / 0.4);
}
.accent-badge-outline-alternate\/5 {
  accent-color: rgb(6 182 212 / 0.05);
}
.accent-badge-outline-alternate\/50 {
  accent-color: rgb(6 182 212 / 0.5);
}
.accent-badge-outline-alternate\/60 {
  accent-color: rgb(6 182 212 / 0.6);
}
.accent-badge-outline-alternate\/70 {
  accent-color: rgb(6 182 212 / 0.7);
}
.accent-badge-outline-alternate\/75 {
  accent-color: rgb(6 182 212 / 0.75);
}
.accent-badge-outline-alternate\/80 {
  accent-color: rgb(6 182 212 / 0.8);
}
.accent-badge-outline-alternate\/90 {
  accent-color: rgb(6 182 212 / 0.9);
}
.accent-badge-outline-alternate\/95 {
  accent-color: rgb(6 182 212 / 0.95);
}
.accent-badge-outline-alternate\/state-disabled {
  accent-color: rgb(6 182 212 / 0.5);
}
.accent-badge-outline-alternate\/state-enabled {
  accent-color: rgb(6 182 212 / 1);
}
.accent-badge-outline-default {
  accent-color: rgb(205, 141, 239);
}
.accent-badge-outline-default\/0 {
  accent-color: rgb(205 141 239 / 0);
}
.accent-badge-outline-default\/10 {
  accent-color: rgb(205 141 239 / 0.1);
}
.accent-badge-outline-default\/100 {
  accent-color: rgb(205 141 239 / 1);
}
.accent-badge-outline-default\/20 {
  accent-color: rgb(205 141 239 / 0.2);
}
.accent-badge-outline-default\/25 {
  accent-color: rgb(205 141 239 / 0.25);
}
.accent-badge-outline-default\/30 {
  accent-color: rgb(205 141 239 / 0.3);
}
.accent-badge-outline-default\/40 {
  accent-color: rgb(205 141 239 / 0.4);
}
.accent-badge-outline-default\/5 {
  accent-color: rgb(205 141 239 / 0.05);
}
.accent-badge-outline-default\/50 {
  accent-color: rgb(205 141 239 / 0.5);
}
.accent-badge-outline-default\/60 {
  accent-color: rgb(205 141 239 / 0.6);
}
.accent-badge-outline-default\/70 {
  accent-color: rgb(205 141 239 / 0.7);
}
.accent-badge-outline-default\/75 {
  accent-color: rgb(205 141 239 / 0.75);
}
.accent-badge-outline-default\/80 {
  accent-color: rgb(205 141 239 / 0.8);
}
.accent-badge-outline-default\/90 {
  accent-color: rgb(205 141 239 / 0.9);
}
.accent-badge-outline-default\/95 {
  accent-color: rgb(205 141 239 / 0.95);
}
.accent-badge-outline-default\/state-disabled {
  accent-color: rgb(205 141 239 / 0.5);
}
.accent-badge-outline-default\/state-enabled {
  accent-color: rgb(205 141 239 / 1);
}
.accent-badge-outline-textColor {
  accent-color: rgb(205, 141, 239);
}
.accent-badge-outline-textColor\/0 {
  accent-color: rgb(205 141 239 / 0);
}
.accent-badge-outline-textColor\/10 {
  accent-color: rgb(205 141 239 / 0.1);
}
.accent-badge-outline-textColor\/100 {
  accent-color: rgb(205 141 239 / 1);
}
.accent-badge-outline-textColor\/20 {
  accent-color: rgb(205 141 239 / 0.2);
}
.accent-badge-outline-textColor\/25 {
  accent-color: rgb(205 141 239 / 0.25);
}
.accent-badge-outline-textColor\/30 {
  accent-color: rgb(205 141 239 / 0.3);
}
.accent-badge-outline-textColor\/40 {
  accent-color: rgb(205 141 239 / 0.4);
}
.accent-badge-outline-textColor\/5 {
  accent-color: rgb(205 141 239 / 0.05);
}
.accent-badge-outline-textColor\/50 {
  accent-color: rgb(205 141 239 / 0.5);
}
.accent-badge-outline-textColor\/60 {
  accent-color: rgb(205 141 239 / 0.6);
}
.accent-badge-outline-textColor\/70 {
  accent-color: rgb(205 141 239 / 0.7);
}
.accent-badge-outline-textColor\/75 {
  accent-color: rgb(205 141 239 / 0.75);
}
.accent-badge-outline-textColor\/80 {
  accent-color: rgb(205 141 239 / 0.8);
}
.accent-badge-outline-textColor\/90 {
  accent-color: rgb(205 141 239 / 0.9);
}
.accent-badge-outline-textColor\/95 {
  accent-color: rgb(205 141 239 / 0.95);
}
.accent-badge-outline-textColor\/state-disabled {
  accent-color: rgb(205 141 239 / 0.5);
}
.accent-badge-outline-textColor\/state-enabled {
  accent-color: rgb(205 141 239 / 1);
}
.accent-badge-solid-alternate {
  accent-color: rgb(6, 182, 212);
}
.accent-badge-solid-alternate\/0 {
  accent-color: rgb(6 182 212 / 0);
}
.accent-badge-solid-alternate\/10 {
  accent-color: rgb(6 182 212 / 0.1);
}
.accent-badge-solid-alternate\/100 {
  accent-color: rgb(6 182 212 / 1);
}
.accent-badge-solid-alternate\/20 {
  accent-color: rgb(6 182 212 / 0.2);
}
.accent-badge-solid-alternate\/25 {
  accent-color: rgb(6 182 212 / 0.25);
}
.accent-badge-solid-alternate\/30 {
  accent-color: rgb(6 182 212 / 0.3);
}
.accent-badge-solid-alternate\/40 {
  accent-color: rgb(6 182 212 / 0.4);
}
.accent-badge-solid-alternate\/5 {
  accent-color: rgb(6 182 212 / 0.05);
}
.accent-badge-solid-alternate\/50 {
  accent-color: rgb(6 182 212 / 0.5);
}
.accent-badge-solid-alternate\/60 {
  accent-color: rgb(6 182 212 / 0.6);
}
.accent-badge-solid-alternate\/70 {
  accent-color: rgb(6 182 212 / 0.7);
}
.accent-badge-solid-alternate\/75 {
  accent-color: rgb(6 182 212 / 0.75);
}
.accent-badge-solid-alternate\/80 {
  accent-color: rgb(6 182 212 / 0.8);
}
.accent-badge-solid-alternate\/90 {
  accent-color: rgb(6 182 212 / 0.9);
}
.accent-badge-solid-alternate\/95 {
  accent-color: rgb(6 182 212 / 0.95);
}
.accent-badge-solid-alternate\/state-disabled {
  accent-color: rgb(6 182 212 / 0.5);
}
.accent-badge-solid-alternate\/state-enabled {
  accent-color: rgb(6 182 212 / 1);
}
.accent-badge-solid-default {
  accent-color: rgb(205, 141, 239);
}
.accent-badge-solid-default\/0 {
  accent-color: rgb(205 141 239 / 0);
}
.accent-badge-solid-default\/10 {
  accent-color: rgb(205 141 239 / 0.1);
}
.accent-badge-solid-default\/100 {
  accent-color: rgb(205 141 239 / 1);
}
.accent-badge-solid-default\/20 {
  accent-color: rgb(205 141 239 / 0.2);
}
.accent-badge-solid-default\/25 {
  accent-color: rgb(205 141 239 / 0.25);
}
.accent-badge-solid-default\/30 {
  accent-color: rgb(205 141 239 / 0.3);
}
.accent-badge-solid-default\/40 {
  accent-color: rgb(205 141 239 / 0.4);
}
.accent-badge-solid-default\/5 {
  accent-color: rgb(205 141 239 / 0.05);
}
.accent-badge-solid-default\/50 {
  accent-color: rgb(205 141 239 / 0.5);
}
.accent-badge-solid-default\/60 {
  accent-color: rgb(205 141 239 / 0.6);
}
.accent-badge-solid-default\/70 {
  accent-color: rgb(205 141 239 / 0.7);
}
.accent-badge-solid-default\/75 {
  accent-color: rgb(205 141 239 / 0.75);
}
.accent-badge-solid-default\/80 {
  accent-color: rgb(205 141 239 / 0.8);
}
.accent-badge-solid-default\/90 {
  accent-color: rgb(205 141 239 / 0.9);
}
.accent-badge-solid-default\/95 {
  accent-color: rgb(205 141 239 / 0.95);
}
.accent-badge-solid-default\/state-disabled {
  accent-color: rgb(205 141 239 / 0.5);
}
.accent-badge-solid-default\/state-enabled {
  accent-color: rgb(205 141 239 / 1);
}
.accent-badge-solid-textColor {
  accent-color: rgb(64, 64, 64);
}
.accent-badge-solid-textColor\/0 {
  accent-color: rgb(64 64 64 / 0);
}
.accent-badge-solid-textColor\/10 {
  accent-color: rgb(64 64 64 / 0.1);
}
.accent-badge-solid-textColor\/100 {
  accent-color: rgb(64 64 64 / 1);
}
.accent-badge-solid-textColor\/20 {
  accent-color: rgb(64 64 64 / 0.2);
}
.accent-badge-solid-textColor\/25 {
  accent-color: rgb(64 64 64 / 0.25);
}
.accent-badge-solid-textColor\/30 {
  accent-color: rgb(64 64 64 / 0.3);
}
.accent-badge-solid-textColor\/40 {
  accent-color: rgb(64 64 64 / 0.4);
}
.accent-badge-solid-textColor\/5 {
  accent-color: rgb(64 64 64 / 0.05);
}
.accent-badge-solid-textColor\/50 {
  accent-color: rgb(64 64 64 / 0.5);
}
.accent-badge-solid-textColor\/60 {
  accent-color: rgb(64 64 64 / 0.6);
}
.accent-badge-solid-textColor\/70 {
  accent-color: rgb(64 64 64 / 0.7);
}
.accent-badge-solid-textColor\/75 {
  accent-color: rgb(64 64 64 / 0.75);
}
.accent-badge-solid-textColor\/80 {
  accent-color: rgb(64 64 64 / 0.8);
}
.accent-badge-solid-textColor\/90 {
  accent-color: rgb(64 64 64 / 0.9);
}
.accent-badge-solid-textColor\/95 {
  accent-color: rgb(64 64 64 / 0.95);
}
.accent-badge-solid-textColor\/state-disabled {
  accent-color: rgb(64 64 64 / 0.5);
}
.accent-badge-solid-textColor\/state-enabled {
  accent-color: rgb(64 64 64 / 1);
}
.accent-divider-default {
  accent-color: rgb(55, 65, 81);
}
.accent-divider-default\/0 {
  accent-color: rgb(55 65 81 / 0);
}
.accent-divider-default\/10 {
  accent-color: rgb(55 65 81 / 0.1);
}
.accent-divider-default\/100 {
  accent-color: rgb(55 65 81 / 1);
}
.accent-divider-default\/20 {
  accent-color: rgb(55 65 81 / 0.2);
}
.accent-divider-default\/25 {
  accent-color: rgb(55 65 81 / 0.25);
}
.accent-divider-default\/30 {
  accent-color: rgb(55 65 81 / 0.3);
}
.accent-divider-default\/40 {
  accent-color: rgb(55 65 81 / 0.4);
}
.accent-divider-default\/5 {
  accent-color: rgb(55 65 81 / 0.05);
}
.accent-divider-default\/50 {
  accent-color: rgb(55 65 81 / 0.5);
}
.accent-divider-default\/60 {
  accent-color: rgb(55 65 81 / 0.6);
}
.accent-divider-default\/70 {
  accent-color: rgb(55 65 81 / 0.7);
}
.accent-divider-default\/75 {
  accent-color: rgb(55 65 81 / 0.75);
}
.accent-divider-default\/80 {
  accent-color: rgb(55 65 81 / 0.8);
}
.accent-divider-default\/90 {
  accent-color: rgb(55 65 81 / 0.9);
}
.accent-divider-default\/95 {
  accent-color: rgb(55 65 81 / 0.95);
}
.accent-divider-default\/state-disabled {
  accent-color: rgb(55 65 81 / 0.5);
}
.accent-divider-default\/state-enabled {
  accent-color: rgb(55 65 81 / 1);
}
.accent-input-background {
  accent-color: rgb(23, 23, 23);
}
.accent-input-background\/0 {
  accent-color: rgb(23 23 23 / 0);
}
.accent-input-background\/10 {
  accent-color: rgb(23 23 23 / 0.1);
}
.accent-input-background\/100 {
  accent-color: rgb(23 23 23 / 1);
}
.accent-input-background\/20 {
  accent-color: rgb(23 23 23 / 0.2);
}
.accent-input-background\/25 {
  accent-color: rgb(23 23 23 / 0.25);
}
.accent-input-background\/30 {
  accent-color: rgb(23 23 23 / 0.3);
}
.accent-input-background\/40 {
  accent-color: rgb(23 23 23 / 0.4);
}
.accent-input-background\/5 {
  accent-color: rgb(23 23 23 / 0.05);
}
.accent-input-background\/50 {
  accent-color: rgb(23 23 23 / 0.5);
}
.accent-input-background\/60 {
  accent-color: rgb(23 23 23 / 0.6);
}
.accent-input-background\/70 {
  accent-color: rgb(23 23 23 / 0.7);
}
.accent-input-background\/75 {
  accent-color: rgb(23 23 23 / 0.75);
}
.accent-input-background\/80 {
  accent-color: rgb(23 23 23 / 0.8);
}
.accent-input-background\/90 {
  accent-color: rgb(23 23 23 / 0.9);
}
.accent-input-background\/95 {
  accent-color: rgb(23 23 23 / 0.95);
}
.accent-input-background\/state-disabled {
  accent-color: rgb(23 23 23 / 0.5);
}
.accent-input-background\/state-enabled {
  accent-color: rgb(23 23 23 / 1);
}
.accent-input-checkbox-background {
  accent-color: rgb(205, 141, 239);
}
.accent-input-checkbox-background\/0 {
  accent-color: rgb(205 141 239 / 0);
}
.accent-input-checkbox-background\/10 {
  accent-color: rgb(205 141 239 / 0.1);
}
.accent-input-checkbox-background\/100 {
  accent-color: rgb(205 141 239 / 1);
}
.accent-input-checkbox-background\/20 {
  accent-color: rgb(205 141 239 / 0.2);
}
.accent-input-checkbox-background\/25 {
  accent-color: rgb(205 141 239 / 0.25);
}
.accent-input-checkbox-background\/30 {
  accent-color: rgb(205 141 239 / 0.3);
}
.accent-input-checkbox-background\/40 {
  accent-color: rgb(205 141 239 / 0.4);
}
.accent-input-checkbox-background\/5 {
  accent-color: rgb(205 141 239 / 0.05);
}
.accent-input-checkbox-background\/50 {
  accent-color: rgb(205 141 239 / 0.5);
}
.accent-input-checkbox-background\/60 {
  accent-color: rgb(205 141 239 / 0.6);
}
.accent-input-checkbox-background\/70 {
  accent-color: rgb(205 141 239 / 0.7);
}
.accent-input-checkbox-background\/75 {
  accent-color: rgb(205 141 239 / 0.75);
}
.accent-input-checkbox-background\/80 {
  accent-color: rgb(205 141 239 / 0.8);
}
.accent-input-checkbox-background\/90 {
  accent-color: rgb(205 141 239 / 0.9);
}
.accent-input-checkbox-background\/95 {
  accent-color: rgb(205 141 239 / 0.95);
}
.accent-input-checkbox-background\/state-disabled {
  accent-color: rgb(205 141 239 / 0.5);
}
.accent-input-checkbox-background\/state-enabled {
  accent-color: rgb(205 141 239 / 1);
}
.accent-input-checkbox-border {
  accent-color: rgb(205, 141, 239);
}
.accent-input-checkbox-border\/0 {
  accent-color: rgb(205 141 239 / 0);
}
.accent-input-checkbox-border\/10 {
  accent-color: rgb(205 141 239 / 0.1);
}
.accent-input-checkbox-border\/100 {
  accent-color: rgb(205 141 239 / 1);
}
.accent-input-checkbox-border\/20 {
  accent-color: rgb(205 141 239 / 0.2);
}
.accent-input-checkbox-border\/25 {
  accent-color: rgb(205 141 239 / 0.25);
}
.accent-input-checkbox-border\/30 {
  accent-color: rgb(205 141 239 / 0.3);
}
.accent-input-checkbox-border\/40 {
  accent-color: rgb(205 141 239 / 0.4);
}
.accent-input-checkbox-border\/5 {
  accent-color: rgb(205 141 239 / 0.05);
}
.accent-input-checkbox-border\/50 {
  accent-color: rgb(205 141 239 / 0.5);
}
.accent-input-checkbox-border\/60 {
  accent-color: rgb(205 141 239 / 0.6);
}
.accent-input-checkbox-border\/70 {
  accent-color: rgb(205 141 239 / 0.7);
}
.accent-input-checkbox-border\/75 {
  accent-color: rgb(205 141 239 / 0.75);
}
.accent-input-checkbox-border\/80 {
  accent-color: rgb(205 141 239 / 0.8);
}
.accent-input-checkbox-border\/90 {
  accent-color: rgb(205 141 239 / 0.9);
}
.accent-input-checkbox-border\/95 {
  accent-color: rgb(205 141 239 / 0.95);
}
.accent-input-checkbox-border\/state-disabled {
  accent-color: rgb(205 141 239 / 0.5);
}
.accent-input-checkbox-border\/state-enabled {
  accent-color: rgb(205 141 239 / 1);
}
.accent-input-checkbox-contrast {
  accent-color: rgb(64, 64, 64);
}
.accent-input-checkbox-contrast\/0 {
  accent-color: rgb(64 64 64 / 0);
}
.accent-input-checkbox-contrast\/10 {
  accent-color: rgb(64 64 64 / 0.1);
}
.accent-input-checkbox-contrast\/100 {
  accent-color: rgb(64 64 64 / 1);
}
.accent-input-checkbox-contrast\/20 {
  accent-color: rgb(64 64 64 / 0.2);
}
.accent-input-checkbox-contrast\/25 {
  accent-color: rgb(64 64 64 / 0.25);
}
.accent-input-checkbox-contrast\/30 {
  accent-color: rgb(64 64 64 / 0.3);
}
.accent-input-checkbox-contrast\/40 {
  accent-color: rgb(64 64 64 / 0.4);
}
.accent-input-checkbox-contrast\/5 {
  accent-color: rgb(64 64 64 / 0.05);
}
.accent-input-checkbox-contrast\/50 {
  accent-color: rgb(64 64 64 / 0.5);
}
.accent-input-checkbox-contrast\/60 {
  accent-color: rgb(64 64 64 / 0.6);
}
.accent-input-checkbox-contrast\/70 {
  accent-color: rgb(64 64 64 / 0.7);
}
.accent-input-checkbox-contrast\/75 {
  accent-color: rgb(64 64 64 / 0.75);
}
.accent-input-checkbox-contrast\/80 {
  accent-color: rgb(64 64 64 / 0.8);
}
.accent-input-checkbox-contrast\/90 {
  accent-color: rgb(64 64 64 / 0.9);
}
.accent-input-checkbox-contrast\/95 {
  accent-color: rgb(64 64 64 / 0.95);
}
.accent-input-checkbox-contrast\/state-disabled {
  accent-color: rgb(64 64 64 / 0.5);
}
.accent-input-checkbox-contrast\/state-enabled {
  accent-color: rgb(64 64 64 / 1);
}
.accent-input-default-bg {
  accent-color: rgb(17, 17, 17);
}
.accent-input-default-bg\/0 {
  accent-color: rgb(17 17 17 / 0);
}
.accent-input-default-bg\/10 {
  accent-color: rgb(17 17 17 / 0.1);
}
.accent-input-default-bg\/100 {
  accent-color: rgb(17 17 17 / 1);
}
.accent-input-default-bg\/20 {
  accent-color: rgb(17 17 17 / 0.2);
}
.accent-input-default-bg\/25 {
  accent-color: rgb(17 17 17 / 0.25);
}
.accent-input-default-bg\/30 {
  accent-color: rgb(17 17 17 / 0.3);
}
.accent-input-default-bg\/40 {
  accent-color: rgb(17 17 17 / 0.4);
}
.accent-input-default-bg\/5 {
  accent-color: rgb(17 17 17 / 0.05);
}
.accent-input-default-bg\/50 {
  accent-color: rgb(17 17 17 / 0.5);
}
.accent-input-default-bg\/60 {
  accent-color: rgb(17 17 17 / 0.6);
}
.accent-input-default-bg\/70 {
  accent-color: rgb(17 17 17 / 0.7);
}
.accent-input-default-bg\/75 {
  accent-color: rgb(17 17 17 / 0.75);
}
.accent-input-default-bg\/80 {
  accent-color: rgb(17 17 17 / 0.8);
}
.accent-input-default-bg\/90 {
  accent-color: rgb(17 17 17 / 0.9);
}
.accent-input-default-bg\/95 {
  accent-color: rgb(17 17 17 / 0.95);
}
.accent-input-default-bg\/state-disabled {
  accent-color: rgb(17 17 17 / 0.5);
}
.accent-input-default-bg\/state-enabled {
  accent-color: rgb(17 17 17 / 1);
}
.accent-input-default-border {
  accent-color: rgb(64, 64, 64);
}
.accent-input-default-border\/0 {
  accent-color: rgb(64 64 64 / 0);
}
.accent-input-default-border\/10 {
  accent-color: rgb(64 64 64 / 0.1);
}
.accent-input-default-border\/100 {
  accent-color: rgb(64 64 64 / 1);
}
.accent-input-default-border\/20 {
  accent-color: rgb(64 64 64 / 0.2);
}
.accent-input-default-border\/25 {
  accent-color: rgb(64 64 64 / 0.25);
}
.accent-input-default-border\/30 {
  accent-color: rgb(64 64 64 / 0.3);
}
.accent-input-default-border\/40 {
  accent-color: rgb(64 64 64 / 0.4);
}
.accent-input-default-border\/5 {
  accent-color: rgb(64 64 64 / 0.05);
}
.accent-input-default-border\/50 {
  accent-color: rgb(64 64 64 / 0.5);
}
.accent-input-default-border\/60 {
  accent-color: rgb(64 64 64 / 0.6);
}
.accent-input-default-border\/70 {
  accent-color: rgb(64 64 64 / 0.7);
}
.accent-input-default-border\/75 {
  accent-color: rgb(64 64 64 / 0.75);
}
.accent-input-default-border\/80 {
  accent-color: rgb(64 64 64 / 0.8);
}
.accent-input-default-border\/90 {
  accent-color: rgb(64 64 64 / 0.9);
}
.accent-input-default-border\/95 {
  accent-color: rgb(64 64 64 / 0.95);
}
.accent-input-default-border\/state-disabled {
  accent-color: rgb(64 64 64 / 0.5);
}
.accent-input-default-border\/state-enabled {
  accent-color: rgb(64 64 64 / 1);
}
.accent-input-default-placeholder {
  accent-color: rgba(255, 255, 255, 0.4);
}
.accent-input-default-placeholder\/0 {
  accent-color: rgba(255, 255, 255, 0);
}
.accent-input-default-placeholder\/10 {
  accent-color: rgba(255, 255, 255, 0.1);
}
.accent-input-default-placeholder\/100 {
  accent-color: rgba(255, 255, 255, 1);
}
.accent-input-default-placeholder\/20 {
  accent-color: rgba(255, 255, 255, 0.2);
}
.accent-input-default-placeholder\/25 {
  accent-color: rgba(255, 255, 255, 0.25);
}
.accent-input-default-placeholder\/30 {
  accent-color: rgba(255, 255, 255, 0.3);
}
.accent-input-default-placeholder\/40 {
  accent-color: rgba(255, 255, 255, 0.4);
}
.accent-input-default-placeholder\/5 {
  accent-color: rgba(255, 255, 255, 0.05);
}
.accent-input-default-placeholder\/50 {
  accent-color: rgba(255, 255, 255, 0.5);
}
.accent-input-default-placeholder\/60 {
  accent-color: rgba(255, 255, 255, 0.6);
}
.accent-input-default-placeholder\/70 {
  accent-color: rgba(255, 255, 255, 0.7);
}
.accent-input-default-placeholder\/75 {
  accent-color: rgba(255, 255, 255, 0.75);
}
.accent-input-default-placeholder\/80 {
  accent-color: rgba(255, 255, 255, 0.8);
}
.accent-input-default-placeholder\/90 {
  accent-color: rgba(255, 255, 255, 0.9);
}
.accent-input-default-placeholder\/95 {
  accent-color: rgba(255, 255, 255, 0.95);
}
.accent-input-default-placeholder\/state-disabled {
  accent-color: rgba(255, 255, 255, 0.5);
}
.accent-input-default-placeholder\/state-enabled {
  accent-color: rgba(255, 255, 255, 1);
}
.accent-input-default-text {
  accent-color: rgb(255, 255, 255);
}
.accent-input-default-text\/0 {
  accent-color: rgb(255 255 255 / 0);
}
.accent-input-default-text\/10 {
  accent-color: rgb(255 255 255 / 0.1);
}
.accent-input-default-text\/100 {
  accent-color: rgb(255 255 255 / 1);
}
.accent-input-default-text\/20 {
  accent-color: rgb(255 255 255 / 0.2);
}
.accent-input-default-text\/25 {
  accent-color: rgb(255 255 255 / 0.25);
}
.accent-input-default-text\/30 {
  accent-color: rgb(255 255 255 / 0.3);
}
.accent-input-default-text\/40 {
  accent-color: rgb(255 255 255 / 0.4);
}
.accent-input-default-text\/5 {
  accent-color: rgb(255 255 255 / 0.05);
}
.accent-input-default-text\/50 {
  accent-color: rgb(255 255 255 / 0.5);
}
.accent-input-default-text\/60 {
  accent-color: rgb(255 255 255 / 0.6);
}
.accent-input-default-text\/70 {
  accent-color: rgb(255 255 255 / 0.7);
}
.accent-input-default-text\/75 {
  accent-color: rgb(255 255 255 / 0.75);
}
.accent-input-default-text\/80 {
  accent-color: rgb(255 255 255 / 0.8);
}
.accent-input-default-text\/90 {
  accent-color: rgb(255 255 255 / 0.9);
}
.accent-input-default-text\/95 {
  accent-color: rgb(255 255 255 / 0.95);
}
.accent-input-default-text\/state-disabled {
  accent-color: rgb(255 255 255 / 0.5);
}
.accent-input-default-text\/state-enabled {
  accent-color: rgb(255 255 255 / 1);
}
.accent-input-dropdown-background {
  accent-color: rgb(17, 17, 17);
}
.accent-input-dropdown-background\/0 {
  accent-color: rgb(17 17 17 / 0);
}
.accent-input-dropdown-background\/10 {
  accent-color: rgb(17 17 17 / 0.1);
}
.accent-input-dropdown-background\/100 {
  accent-color: rgb(17 17 17 / 1);
}
.accent-input-dropdown-background\/20 {
  accent-color: rgb(17 17 17 / 0.2);
}
.accent-input-dropdown-background\/25 {
  accent-color: rgb(17 17 17 / 0.25);
}
.accent-input-dropdown-background\/30 {
  accent-color: rgb(17 17 17 / 0.3);
}
.accent-input-dropdown-background\/40 {
  accent-color: rgb(17 17 17 / 0.4);
}
.accent-input-dropdown-background\/5 {
  accent-color: rgb(17 17 17 / 0.05);
}
.accent-input-dropdown-background\/50 {
  accent-color: rgb(17 17 17 / 0.5);
}
.accent-input-dropdown-background\/60 {
  accent-color: rgb(17 17 17 / 0.6);
}
.accent-input-dropdown-background\/70 {
  accent-color: rgb(17 17 17 / 0.7);
}
.accent-input-dropdown-background\/75 {
  accent-color: rgb(17 17 17 / 0.75);
}
.accent-input-dropdown-background\/80 {
  accent-color: rgb(17 17 17 / 0.8);
}
.accent-input-dropdown-background\/90 {
  accent-color: rgb(17 17 17 / 0.9);
}
.accent-input-dropdown-background\/95 {
  accent-color: rgb(17 17 17 / 0.95);
}
.accent-input-dropdown-background\/state-disabled {
  accent-color: rgb(17 17 17 / 0.5);
}
.accent-input-dropdown-background\/state-enabled {
  accent-color: rgb(17 17 17 / 1);
}
.accent-input-error-bg {
  accent-color: rgb(17, 17, 17);
}
.accent-input-error-bg\/0 {
  accent-color: rgb(17 17 17 / 0);
}
.accent-input-error-bg\/10 {
  accent-color: rgb(17 17 17 / 0.1);
}
.accent-input-error-bg\/100 {
  accent-color: rgb(17 17 17 / 1);
}
.accent-input-error-bg\/20 {
  accent-color: rgb(17 17 17 / 0.2);
}
.accent-input-error-bg\/25 {
  accent-color: rgb(17 17 17 / 0.25);
}
.accent-input-error-bg\/30 {
  accent-color: rgb(17 17 17 / 0.3);
}
.accent-input-error-bg\/40 {
  accent-color: rgb(17 17 17 / 0.4);
}
.accent-input-error-bg\/5 {
  accent-color: rgb(17 17 17 / 0.05);
}
.accent-input-error-bg\/50 {
  accent-color: rgb(17 17 17 / 0.5);
}
.accent-input-error-bg\/60 {
  accent-color: rgb(17 17 17 / 0.6);
}
.accent-input-error-bg\/70 {
  accent-color: rgb(17 17 17 / 0.7);
}
.accent-input-error-bg\/75 {
  accent-color: rgb(17 17 17 / 0.75);
}
.accent-input-error-bg\/80 {
  accent-color: rgb(17 17 17 / 0.8);
}
.accent-input-error-bg\/90 {
  accent-color: rgb(17 17 17 / 0.9);
}
.accent-input-error-bg\/95 {
  accent-color: rgb(17 17 17 / 0.95);
}
.accent-input-error-bg\/state-disabled {
  accent-color: rgb(17 17 17 / 0.5);
}
.accent-input-error-bg\/state-enabled {
  accent-color: rgb(17 17 17 / 1);
}
.accent-input-error-border {
  accent-color: rgb(248, 113, 113);
}
.accent-input-error-border\/0 {
  accent-color: rgb(248 113 113 / 0);
}
.accent-input-error-border\/10 {
  accent-color: rgb(248 113 113 / 0.1);
}
.accent-input-error-border\/100 {
  accent-color: rgb(248 113 113 / 1);
}
.accent-input-error-border\/20 {
  accent-color: rgb(248 113 113 / 0.2);
}
.accent-input-error-border\/25 {
  accent-color: rgb(248 113 113 / 0.25);
}
.accent-input-error-border\/30 {
  accent-color: rgb(248 113 113 / 0.3);
}
.accent-input-error-border\/40 {
  accent-color: rgb(248 113 113 / 0.4);
}
.accent-input-error-border\/5 {
  accent-color: rgb(248 113 113 / 0.05);
}
.accent-input-error-border\/50 {
  accent-color: rgb(248 113 113 / 0.5);
}
.accent-input-error-border\/60 {
  accent-color: rgb(248 113 113 / 0.6);
}
.accent-input-error-border\/70 {
  accent-color: rgb(248 113 113 / 0.7);
}
.accent-input-error-border\/75 {
  accent-color: rgb(248 113 113 / 0.75);
}
.accent-input-error-border\/80 {
  accent-color: rgb(248 113 113 / 0.8);
}
.accent-input-error-border\/90 {
  accent-color: rgb(248 113 113 / 0.9);
}
.accent-input-error-border\/95 {
  accent-color: rgb(248 113 113 / 0.95);
}
.accent-input-error-border\/state-disabled {
  accent-color: rgb(248 113 113 / 0.5);
}
.accent-input-error-border\/state-enabled {
  accent-color: rgb(248 113 113 / 1);
}
.accent-input-error-placeholder {
  accent-color: rgba(255, 255, 255, 0.4);
}
.accent-input-error-placeholder\/0 {
  accent-color: rgba(255, 255, 255, 0);
}
.accent-input-error-placeholder\/10 {
  accent-color: rgba(255, 255, 255, 0.1);
}
.accent-input-error-placeholder\/100 {
  accent-color: rgba(255, 255, 255, 1);
}
.accent-input-error-placeholder\/20 {
  accent-color: rgba(255, 255, 255, 0.2);
}
.accent-input-error-placeholder\/25 {
  accent-color: rgba(255, 255, 255, 0.25);
}
.accent-input-error-placeholder\/30 {
  accent-color: rgba(255, 255, 255, 0.3);
}
.accent-input-error-placeholder\/40 {
  accent-color: rgba(255, 255, 255, 0.4);
}
.accent-input-error-placeholder\/5 {
  accent-color: rgba(255, 255, 255, 0.05);
}
.accent-input-error-placeholder\/50 {
  accent-color: rgba(255, 255, 255, 0.5);
}
.accent-input-error-placeholder\/60 {
  accent-color: rgba(255, 255, 255, 0.6);
}
.accent-input-error-placeholder\/70 {
  accent-color: rgba(255, 255, 255, 0.7);
}
.accent-input-error-placeholder\/75 {
  accent-color: rgba(255, 255, 255, 0.75);
}
.accent-input-error-placeholder\/80 {
  accent-color: rgba(255, 255, 255, 0.8);
}
.accent-input-error-placeholder\/90 {
  accent-color: rgba(255, 255, 255, 0.9);
}
.accent-input-error-placeholder\/95 {
  accent-color: rgba(255, 255, 255, 0.95);
}
.accent-input-error-placeholder\/state-disabled {
  accent-color: rgba(255, 255, 255, 0.5);
}
.accent-input-error-placeholder\/state-enabled {
  accent-color: rgba(255, 255, 255, 1);
}
.accent-input-error-text {
  accent-color: rgb(248, 113, 113);
}
.accent-input-error-text\/0 {
  accent-color: rgb(248 113 113 / 0);
}
.accent-input-error-text\/10 {
  accent-color: rgb(248 113 113 / 0.1);
}
.accent-input-error-text\/100 {
  accent-color: rgb(248 113 113 / 1);
}
.accent-input-error-text\/20 {
  accent-color: rgb(248 113 113 / 0.2);
}
.accent-input-error-text\/25 {
  accent-color: rgb(248 113 113 / 0.25);
}
.accent-input-error-text\/30 {
  accent-color: rgb(248 113 113 / 0.3);
}
.accent-input-error-text\/40 {
  accent-color: rgb(248 113 113 / 0.4);
}
.accent-input-error-text\/5 {
  accent-color: rgb(248 113 113 / 0.05);
}
.accent-input-error-text\/50 {
  accent-color: rgb(248 113 113 / 0.5);
}
.accent-input-error-text\/60 {
  accent-color: rgb(248 113 113 / 0.6);
}
.accent-input-error-text\/70 {
  accent-color: rgb(248 113 113 / 0.7);
}
.accent-input-error-text\/75 {
  accent-color: rgb(248 113 113 / 0.75);
}
.accent-input-error-text\/80 {
  accent-color: rgb(248 113 113 / 0.8);
}
.accent-input-error-text\/90 {
  accent-color: rgb(248 113 113 / 0.9);
}
.accent-input-error-text\/95 {
  accent-color: rgb(248 113 113 / 0.95);
}
.accent-input-error-text\/state-disabled {
  accent-color: rgb(248 113 113 / 0.5);
}
.accent-input-error-text\/state-enabled {
  accent-color: rgb(248 113 113 / 1);
}
.accent-input-focused-bg {
  accent-color: rgb(17, 17, 17);
}
.accent-input-focused-bg\/0 {
  accent-color: rgb(17 17 17 / 0);
}
.accent-input-focused-bg\/10 {
  accent-color: rgb(17 17 17 / 0.1);
}
.accent-input-focused-bg\/100 {
  accent-color: rgb(17 17 17 / 1);
}
.accent-input-focused-bg\/20 {
  accent-color: rgb(17 17 17 / 0.2);
}
.accent-input-focused-bg\/25 {
  accent-color: rgb(17 17 17 / 0.25);
}
.accent-input-focused-bg\/30 {
  accent-color: rgb(17 17 17 / 0.3);
}
.accent-input-focused-bg\/40 {
  accent-color: rgb(17 17 17 / 0.4);
}
.accent-input-focused-bg\/5 {
  accent-color: rgb(17 17 17 / 0.05);
}
.accent-input-focused-bg\/50 {
  accent-color: rgb(17 17 17 / 0.5);
}
.accent-input-focused-bg\/60 {
  accent-color: rgb(17 17 17 / 0.6);
}
.accent-input-focused-bg\/70 {
  accent-color: rgb(17 17 17 / 0.7);
}
.accent-input-focused-bg\/75 {
  accent-color: rgb(17 17 17 / 0.75);
}
.accent-input-focused-bg\/80 {
  accent-color: rgb(17 17 17 / 0.8);
}
.accent-input-focused-bg\/90 {
  accent-color: rgb(17 17 17 / 0.9);
}
.accent-input-focused-bg\/95 {
  accent-color: rgb(17 17 17 / 0.95);
}
.accent-input-focused-bg\/state-disabled {
  accent-color: rgb(17 17 17 / 0.5);
}
.accent-input-focused-bg\/state-enabled {
  accent-color: rgb(17 17 17 / 1);
}
.accent-input-focused-border {
  accent-color: rgb(98, 98, 98);
}
.accent-input-focused-border\/0 {
  accent-color: rgb(98 98 98 / 0);
}
.accent-input-focused-border\/10 {
  accent-color: rgb(98 98 98 / 0.1);
}
.accent-input-focused-border\/100 {
  accent-color: rgb(98 98 98 / 1);
}
.accent-input-focused-border\/20 {
  accent-color: rgb(98 98 98 / 0.2);
}
.accent-input-focused-border\/25 {
  accent-color: rgb(98 98 98 / 0.25);
}
.accent-input-focused-border\/30 {
  accent-color: rgb(98 98 98 / 0.3);
}
.accent-input-focused-border\/40 {
  accent-color: rgb(98 98 98 / 0.4);
}
.accent-input-focused-border\/5 {
  accent-color: rgb(98 98 98 / 0.05);
}
.accent-input-focused-border\/50 {
  accent-color: rgb(98 98 98 / 0.5);
}
.accent-input-focused-border\/60 {
  accent-color: rgb(98 98 98 / 0.6);
}
.accent-input-focused-border\/70 {
  accent-color: rgb(98 98 98 / 0.7);
}
.accent-input-focused-border\/75 {
  accent-color: rgb(98 98 98 / 0.75);
}
.accent-input-focused-border\/80 {
  accent-color: rgb(98 98 98 / 0.8);
}
.accent-input-focused-border\/90 {
  accent-color: rgb(98 98 98 / 0.9);
}
.accent-input-focused-border\/95 {
  accent-color: rgb(98 98 98 / 0.95);
}
.accent-input-focused-border\/state-disabled {
  accent-color: rgb(98 98 98 / 0.5);
}
.accent-input-focused-border\/state-enabled {
  accent-color: rgb(98 98 98 / 1);
}
.accent-input-focused-placeholder {
  accent-color: rgba(255, 255, 255, 0.4);
}
.accent-input-focused-placeholder\/0 {
  accent-color: rgba(255, 255, 255, 0);
}
.accent-input-focused-placeholder\/10 {
  accent-color: rgba(255, 255, 255, 0.1);
}
.accent-input-focused-placeholder\/100 {
  accent-color: rgba(255, 255, 255, 1);
}
.accent-input-focused-placeholder\/20 {
  accent-color: rgba(255, 255, 255, 0.2);
}
.accent-input-focused-placeholder\/25 {
  accent-color: rgba(255, 255, 255, 0.25);
}
.accent-input-focused-placeholder\/30 {
  accent-color: rgba(255, 255, 255, 0.3);
}
.accent-input-focused-placeholder\/40 {
  accent-color: rgba(255, 255, 255, 0.4);
}
.accent-input-focused-placeholder\/5 {
  accent-color: rgba(255, 255, 255, 0.05);
}
.accent-input-focused-placeholder\/50 {
  accent-color: rgba(255, 255, 255, 0.5);
}
.accent-input-focused-placeholder\/60 {
  accent-color: rgba(255, 255, 255, 0.6);
}
.accent-input-focused-placeholder\/70 {
  accent-color: rgba(255, 255, 255, 0.7);
}
.accent-input-focused-placeholder\/75 {
  accent-color: rgba(255, 255, 255, 0.75);
}
.accent-input-focused-placeholder\/80 {
  accent-color: rgba(255, 255, 255, 0.8);
}
.accent-input-focused-placeholder\/90 {
  accent-color: rgba(255, 255, 255, 0.9);
}
.accent-input-focused-placeholder\/95 {
  accent-color: rgba(255, 255, 255, 0.95);
}
.accent-input-focused-placeholder\/state-disabled {
  accent-color: rgba(255, 255, 255, 0.5);
}
.accent-input-focused-placeholder\/state-enabled {
  accent-color: rgba(255, 255, 255, 1);
}
.accent-input-focused-text {
  accent-color: rgb(255, 255, 255);
}
.accent-input-focused-text\/0 {
  accent-color: rgb(255 255 255 / 0);
}
.accent-input-focused-text\/10 {
  accent-color: rgb(255 255 255 / 0.1);
}
.accent-input-focused-text\/100 {
  accent-color: rgb(255 255 255 / 1);
}
.accent-input-focused-text\/20 {
  accent-color: rgb(255 255 255 / 0.2);
}
.accent-input-focused-text\/25 {
  accent-color: rgb(255 255 255 / 0.25);
}
.accent-input-focused-text\/30 {
  accent-color: rgb(255 255 255 / 0.3);
}
.accent-input-focused-text\/40 {
  accent-color: rgb(255 255 255 / 0.4);
}
.accent-input-focused-text\/5 {
  accent-color: rgb(255 255 255 / 0.05);
}
.accent-input-focused-text\/50 {
  accent-color: rgb(255 255 255 / 0.5);
}
.accent-input-focused-text\/60 {
  accent-color: rgb(255 255 255 / 0.6);
}
.accent-input-focused-text\/70 {
  accent-color: rgb(255 255 255 / 0.7);
}
.accent-input-focused-text\/75 {
  accent-color: rgb(255 255 255 / 0.75);
}
.accent-input-focused-text\/80 {
  accent-color: rgb(255 255 255 / 0.8);
}
.accent-input-focused-text\/90 {
  accent-color: rgb(255 255 255 / 0.9);
}
.accent-input-focused-text\/95 {
  accent-color: rgb(255 255 255 / 0.95);
}
.accent-input-focused-text\/state-disabled {
  accent-color: rgb(255 255 255 / 0.5);
}
.accent-input-focused-text\/state-enabled {
  accent-color: rgb(255 255 255 / 1);
}
.accent-input-placeholder {
  accent-color: #616161;
}
.accent-input-placeholder\/0 {
  accent-color: rgb(97 97 97 / 0);
}
.accent-input-placeholder\/10 {
  accent-color: rgb(97 97 97 / 0.1);
}
.accent-input-placeholder\/100 {
  accent-color: rgb(97 97 97 / 1);
}
.accent-input-placeholder\/20 {
  accent-color: rgb(97 97 97 / 0.2);
}
.accent-input-placeholder\/25 {
  accent-color: rgb(97 97 97 / 0.25);
}
.accent-input-placeholder\/30 {
  accent-color: rgb(97 97 97 / 0.3);
}
.accent-input-placeholder\/40 {
  accent-color: rgb(97 97 97 / 0.4);
}
.accent-input-placeholder\/5 {
  accent-color: rgb(97 97 97 / 0.05);
}
.accent-input-placeholder\/50 {
  accent-color: rgb(97 97 97 / 0.5);
}
.accent-input-placeholder\/60 {
  accent-color: rgb(97 97 97 / 0.6);
}
.accent-input-placeholder\/70 {
  accent-color: rgb(97 97 97 / 0.7);
}
.accent-input-placeholder\/75 {
  accent-color: rgb(97 97 97 / 0.75);
}
.accent-input-placeholder\/80 {
  accent-color: rgb(97 97 97 / 0.8);
}
.accent-input-placeholder\/90 {
  accent-color: rgb(97 97 97 / 0.9);
}
.accent-input-placeholder\/95 {
  accent-color: rgb(97 97 97 / 0.95);
}
.accent-input-placeholder\/state-disabled {
  accent-color: rgb(97 97 97 / 0.5);
}
.accent-input-placeholder\/state-enabled {
  accent-color: rgb(97 97 97 / 1);
}
.accent-input-radio-background {
  accent-color: rgb(17, 17, 17);
}
.accent-input-radio-background\/0 {
  accent-color: rgb(17 17 17 / 0);
}
.accent-input-radio-background\/10 {
  accent-color: rgb(17 17 17 / 0.1);
}
.accent-input-radio-background\/100 {
  accent-color: rgb(17 17 17 / 1);
}
.accent-input-radio-background\/20 {
  accent-color: rgb(17 17 17 / 0.2);
}
.accent-input-radio-background\/25 {
  accent-color: rgb(17 17 17 / 0.25);
}
.accent-input-radio-background\/30 {
  accent-color: rgb(17 17 17 / 0.3);
}
.accent-input-radio-background\/40 {
  accent-color: rgb(17 17 17 / 0.4);
}
.accent-input-radio-background\/5 {
  accent-color: rgb(17 17 17 / 0.05);
}
.accent-input-radio-background\/50 {
  accent-color: rgb(17 17 17 / 0.5);
}
.accent-input-radio-background\/60 {
  accent-color: rgb(17 17 17 / 0.6);
}
.accent-input-radio-background\/70 {
  accent-color: rgb(17 17 17 / 0.7);
}
.accent-input-radio-background\/75 {
  accent-color: rgb(17 17 17 / 0.75);
}
.accent-input-radio-background\/80 {
  accent-color: rgb(17 17 17 / 0.8);
}
.accent-input-radio-background\/90 {
  accent-color: rgb(17 17 17 / 0.9);
}
.accent-input-radio-background\/95 {
  accent-color: rgb(17 17 17 / 0.95);
}
.accent-input-radio-background\/state-disabled {
  accent-color: rgb(17 17 17 / 0.5);
}
.accent-input-radio-background\/state-enabled {
  accent-color: rgb(17 17 17 / 1);
}
.accent-input-radio-border {
  accent-color: rgb(205, 141, 239);
}
.accent-input-radio-border\/0 {
  accent-color: rgb(205 141 239 / 0);
}
.accent-input-radio-border\/10 {
  accent-color: rgb(205 141 239 / 0.1);
}
.accent-input-radio-border\/100 {
  accent-color: rgb(205 141 239 / 1);
}
.accent-input-radio-border\/20 {
  accent-color: rgb(205 141 239 / 0.2);
}
.accent-input-radio-border\/25 {
  accent-color: rgb(205 141 239 / 0.25);
}
.accent-input-radio-border\/30 {
  accent-color: rgb(205 141 239 / 0.3);
}
.accent-input-radio-border\/40 {
  accent-color: rgb(205 141 239 / 0.4);
}
.accent-input-radio-border\/5 {
  accent-color: rgb(205 141 239 / 0.05);
}
.accent-input-radio-border\/50 {
  accent-color: rgb(205 141 239 / 0.5);
}
.accent-input-radio-border\/60 {
  accent-color: rgb(205 141 239 / 0.6);
}
.accent-input-radio-border\/70 {
  accent-color: rgb(205 141 239 / 0.7);
}
.accent-input-radio-border\/75 {
  accent-color: rgb(205 141 239 / 0.75);
}
.accent-input-radio-border\/80 {
  accent-color: rgb(205 141 239 / 0.8);
}
.accent-input-radio-border\/90 {
  accent-color: rgb(205 141 239 / 0.9);
}
.accent-input-radio-border\/95 {
  accent-color: rgb(205 141 239 / 0.95);
}
.accent-input-radio-border\/state-disabled {
  accent-color: rgb(205 141 239 / 0.5);
}
.accent-input-radio-border\/state-enabled {
  accent-color: rgb(205 141 239 / 1);
}
.accent-input-radio-contrast {
  accent-color: rgb(255, 255, 255);
}
.accent-input-radio-contrast\/0 {
  accent-color: rgb(255 255 255 / 0);
}
.accent-input-radio-contrast\/10 {
  accent-color: rgb(255 255 255 / 0.1);
}
.accent-input-radio-contrast\/100 {
  accent-color: rgb(255 255 255 / 1);
}
.accent-input-radio-contrast\/20 {
  accent-color: rgb(255 255 255 / 0.2);
}
.accent-input-radio-contrast\/25 {
  accent-color: rgb(255 255 255 / 0.25);
}
.accent-input-radio-contrast\/30 {
  accent-color: rgb(255 255 255 / 0.3);
}
.accent-input-radio-contrast\/40 {
  accent-color: rgb(255 255 255 / 0.4);
}
.accent-input-radio-contrast\/5 {
  accent-color: rgb(255 255 255 / 0.05);
}
.accent-input-radio-contrast\/50 {
  accent-color: rgb(255 255 255 / 0.5);
}
.accent-input-radio-contrast\/60 {
  accent-color: rgb(255 255 255 / 0.6);
}
.accent-input-radio-contrast\/70 {
  accent-color: rgb(255 255 255 / 0.7);
}
.accent-input-radio-contrast\/75 {
  accent-color: rgb(255 255 255 / 0.75);
}
.accent-input-radio-contrast\/80 {
  accent-color: rgb(255 255 255 / 0.8);
}
.accent-input-radio-contrast\/90 {
  accent-color: rgb(255 255 255 / 0.9);
}
.accent-input-radio-contrast\/95 {
  accent-color: rgb(255 255 255 / 0.95);
}
.accent-input-radio-contrast\/state-disabled {
  accent-color: rgb(255 255 255 / 0.5);
}
.accent-input-radio-contrast\/state-enabled {
  accent-color: rgb(255 255 255 / 1);
}
.accent-input-switch-backgroundOff {
  accent-color: rgb(156, 163, 175);
}
.accent-input-switch-backgroundOff\/0 {
  accent-color: rgb(156 163 175 / 0);
}
.accent-input-switch-backgroundOff\/10 {
  accent-color: rgb(156 163 175 / 0.1);
}
.accent-input-switch-backgroundOff\/100 {
  accent-color: rgb(156 163 175 / 1);
}
.accent-input-switch-backgroundOff\/20 {
  accent-color: rgb(156 163 175 / 0.2);
}
.accent-input-switch-backgroundOff\/25 {
  accent-color: rgb(156 163 175 / 0.25);
}
.accent-input-switch-backgroundOff\/30 {
  accent-color: rgb(156 163 175 / 0.3);
}
.accent-input-switch-backgroundOff\/40 {
  accent-color: rgb(156 163 175 / 0.4);
}
.accent-input-switch-backgroundOff\/5 {
  accent-color: rgb(156 163 175 / 0.05);
}
.accent-input-switch-backgroundOff\/50 {
  accent-color: rgb(156 163 175 / 0.5);
}
.accent-input-switch-backgroundOff\/60 {
  accent-color: rgb(156 163 175 / 0.6);
}
.accent-input-switch-backgroundOff\/70 {
  accent-color: rgb(156 163 175 / 0.7);
}
.accent-input-switch-backgroundOff\/75 {
  accent-color: rgb(156 163 175 / 0.75);
}
.accent-input-switch-backgroundOff\/80 {
  accent-color: rgb(156 163 175 / 0.8);
}
.accent-input-switch-backgroundOff\/90 {
  accent-color: rgb(156 163 175 / 0.9);
}
.accent-input-switch-backgroundOff\/95 {
  accent-color: rgb(156 163 175 / 0.95);
}
.accent-input-switch-backgroundOff\/state-disabled {
  accent-color: rgb(156 163 175 / 0.5);
}
.accent-input-switch-backgroundOff\/state-enabled {
  accent-color: rgb(156 163 175 / 1);
}
.accent-input-switch-backgroundOn {
  accent-color: rgb(205, 141, 239);
}
.accent-input-switch-backgroundOn\/0 {
  accent-color: rgb(205 141 239 / 0);
}
.accent-input-switch-backgroundOn\/10 {
  accent-color: rgb(205 141 239 / 0.1);
}
.accent-input-switch-backgroundOn\/100 {
  accent-color: rgb(205 141 239 / 1);
}
.accent-input-switch-backgroundOn\/20 {
  accent-color: rgb(205 141 239 / 0.2);
}
.accent-input-switch-backgroundOn\/25 {
  accent-color: rgb(205 141 239 / 0.25);
}
.accent-input-switch-backgroundOn\/30 {
  accent-color: rgb(205 141 239 / 0.3);
}
.accent-input-switch-backgroundOn\/40 {
  accent-color: rgb(205 141 239 / 0.4);
}
.accent-input-switch-backgroundOn\/5 {
  accent-color: rgb(205 141 239 / 0.05);
}
.accent-input-switch-backgroundOn\/50 {
  accent-color: rgb(205 141 239 / 0.5);
}
.accent-input-switch-backgroundOn\/60 {
  accent-color: rgb(205 141 239 / 0.6);
}
.accent-input-switch-backgroundOn\/70 {
  accent-color: rgb(205 141 239 / 0.7);
}
.accent-input-switch-backgroundOn\/75 {
  accent-color: rgb(205 141 239 / 0.75);
}
.accent-input-switch-backgroundOn\/80 {
  accent-color: rgb(205 141 239 / 0.8);
}
.accent-input-switch-backgroundOn\/90 {
  accent-color: rgb(205 141 239 / 0.9);
}
.accent-input-switch-backgroundOn\/95 {
  accent-color: rgb(205 141 239 / 0.95);
}
.accent-input-switch-backgroundOn\/state-disabled {
  accent-color: rgb(205 141 239 / 0.5);
}
.accent-input-switch-backgroundOn\/state-enabled {
  accent-color: rgb(205 141 239 / 1);
}
.accent-input-switch-contrast {
  accent-color: rgb(64, 64, 64);
}
.accent-input-switch-contrast\/0 {
  accent-color: rgb(64 64 64 / 0);
}
.accent-input-switch-contrast\/10 {
  accent-color: rgb(64 64 64 / 0.1);
}
.accent-input-switch-contrast\/100 {
  accent-color: rgb(64 64 64 / 1);
}
.accent-input-switch-contrast\/20 {
  accent-color: rgb(64 64 64 / 0.2);
}
.accent-input-switch-contrast\/25 {
  accent-color: rgb(64 64 64 / 0.25);
}
.accent-input-switch-contrast\/30 {
  accent-color: rgb(64 64 64 / 0.3);
}
.accent-input-switch-contrast\/40 {
  accent-color: rgb(64 64 64 / 0.4);
}
.accent-input-switch-contrast\/5 {
  accent-color: rgb(64 64 64 / 0.05);
}
.accent-input-switch-contrast\/50 {
  accent-color: rgb(64 64 64 / 0.5);
}
.accent-input-switch-contrast\/60 {
  accent-color: rgb(64 64 64 / 0.6);
}
.accent-input-switch-contrast\/70 {
  accent-color: rgb(64 64 64 / 0.7);
}
.accent-input-switch-contrast\/75 {
  accent-color: rgb(64 64 64 / 0.75);
}
.accent-input-switch-contrast\/80 {
  accent-color: rgb(64 64 64 / 0.8);
}
.accent-input-switch-contrast\/90 {
  accent-color: rgb(64 64 64 / 0.9);
}
.accent-input-switch-contrast\/95 {
  accent-color: rgb(64 64 64 / 0.95);
}
.accent-input-switch-contrast\/state-disabled {
  accent-color: rgb(64 64 64 / 0.5);
}
.accent-input-switch-contrast\/state-enabled {
  accent-color: rgb(64 64 64 / 1);
}
.accent-input-text {
  accent-color: #FFFFFF;
}
.accent-input-text\/0 {
  accent-color: rgb(255 255 255 / 0);
}
.accent-input-text\/10 {
  accent-color: rgb(255 255 255 / 0.1);
}
.accent-input-text\/100 {
  accent-color: rgb(255 255 255 / 1);
}
.accent-input-text\/20 {
  accent-color: rgb(255 255 255 / 0.2);
}
.accent-input-text\/25 {
  accent-color: rgb(255 255 255 / 0.25);
}
.accent-input-text\/30 {
  accent-color: rgb(255 255 255 / 0.3);
}
.accent-input-text\/40 {
  accent-color: rgb(255 255 255 / 0.4);
}
.accent-input-text\/5 {
  accent-color: rgb(255 255 255 / 0.05);
}
.accent-input-text\/50 {
  accent-color: rgb(255 255 255 / 0.5);
}
.accent-input-text\/60 {
  accent-color: rgb(255 255 255 / 0.6);
}
.accent-input-text\/70 {
  accent-color: rgb(255 255 255 / 0.7);
}
.accent-input-text\/75 {
  accent-color: rgb(255 255 255 / 0.75);
}
.accent-input-text\/80 {
  accent-color: rgb(255 255 255 / 0.8);
}
.accent-input-text\/90 {
  accent-color: rgb(255 255 255 / 0.9);
}
.accent-input-text\/95 {
  accent-color: rgb(255 255 255 / 0.95);
}
.accent-input-text\/state-disabled {
  accent-color: rgb(255 255 255 / 0.5);
}
.accent-input-text\/state-enabled {
  accent-color: rgb(255 255 255 / 1);
}
.accent-loader-default {
  accent-color: rgb(205, 141, 239);
}
.accent-loader-default\/0 {
  accent-color: rgb(205 141 239 / 0);
}
.accent-loader-default\/10 {
  accent-color: rgb(205 141 239 / 0.1);
}
.accent-loader-default\/100 {
  accent-color: rgb(205 141 239 / 1);
}
.accent-loader-default\/20 {
  accent-color: rgb(205 141 239 / 0.2);
}
.accent-loader-default\/25 {
  accent-color: rgb(205 141 239 / 0.25);
}
.accent-loader-default\/30 {
  accent-color: rgb(205 141 239 / 0.3);
}
.accent-loader-default\/40 {
  accent-color: rgb(205 141 239 / 0.4);
}
.accent-loader-default\/5 {
  accent-color: rgb(205 141 239 / 0.05);
}
.accent-loader-default\/50 {
  accent-color: rgb(205 141 239 / 0.5);
}
.accent-loader-default\/60 {
  accent-color: rgb(205 141 239 / 0.6);
}
.accent-loader-default\/70 {
  accent-color: rgb(205 141 239 / 0.7);
}
.accent-loader-default\/75 {
  accent-color: rgb(205 141 239 / 0.75);
}
.accent-loader-default\/80 {
  accent-color: rgb(205 141 239 / 0.8);
}
.accent-loader-default\/90 {
  accent-color: rgb(205 141 239 / 0.9);
}
.accent-loader-default\/95 {
  accent-color: rgb(205 141 239 / 0.95);
}
.accent-loader-default\/state-disabled {
  accent-color: rgb(205 141 239 / 0.5);
}
.accent-loader-default\/state-enabled {
  accent-color: rgb(205 141 239 / 1);
}
.accent-panel-alternate {
  accent-color: rgb(29, 29, 29);
}
.accent-panel-alternate\/0 {
  accent-color: rgb(29 29 29 / 0);
}
.accent-panel-alternate\/10 {
  accent-color: rgb(29 29 29 / 0.1);
}
.accent-panel-alternate\/100 {
  accent-color: rgb(29 29 29 / 1);
}
.accent-panel-alternate\/20 {
  accent-color: rgb(29 29 29 / 0.2);
}
.accent-panel-alternate\/25 {
  accent-color: rgb(29 29 29 / 0.25);
}
.accent-panel-alternate\/30 {
  accent-color: rgb(29 29 29 / 0.3);
}
.accent-panel-alternate\/40 {
  accent-color: rgb(29 29 29 / 0.4);
}
.accent-panel-alternate\/5 {
  accent-color: rgb(29 29 29 / 0.05);
}
.accent-panel-alternate\/50 {
  accent-color: rgb(29 29 29 / 0.5);
}
.accent-panel-alternate\/60 {
  accent-color: rgb(29 29 29 / 0.6);
}
.accent-panel-alternate\/70 {
  accent-color: rgb(29 29 29 / 0.7);
}
.accent-panel-alternate\/75 {
  accent-color: rgb(29 29 29 / 0.75);
}
.accent-panel-alternate\/80 {
  accent-color: rgb(29 29 29 / 0.8);
}
.accent-panel-alternate\/90 {
  accent-color: rgb(29 29 29 / 0.9);
}
.accent-panel-alternate\/95 {
  accent-color: rgb(29 29 29 / 0.95);
}
.accent-panel-alternate\/state-disabled {
  accent-color: rgb(29 29 29 / 0.5);
}
.accent-panel-alternate\/state-enabled {
  accent-color: rgb(29 29 29 / 1);
}
.accent-panel-base {
  accent-color: rgb(16, 16, 16);
}
.accent-panel-base\/0 {
  accent-color: rgb(16 16 16 / 0);
}
.accent-panel-base\/10 {
  accent-color: rgb(16 16 16 / 0.1);
}
.accent-panel-base\/100 {
  accent-color: rgb(16 16 16 / 1);
}
.accent-panel-base\/20 {
  accent-color: rgb(16 16 16 / 0.2);
}
.accent-panel-base\/25 {
  accent-color: rgb(16 16 16 / 0.25);
}
.accent-panel-base\/30 {
  accent-color: rgb(16 16 16 / 0.3);
}
.accent-panel-base\/40 {
  accent-color: rgb(16 16 16 / 0.4);
}
.accent-panel-base\/5 {
  accent-color: rgb(16 16 16 / 0.05);
}
.accent-panel-base\/50 {
  accent-color: rgb(16 16 16 / 0.5);
}
.accent-panel-base\/60 {
  accent-color: rgb(16 16 16 / 0.6);
}
.accent-panel-base\/70 {
  accent-color: rgb(16 16 16 / 0.7);
}
.accent-panel-base\/75 {
  accent-color: rgb(16 16 16 / 0.75);
}
.accent-panel-base\/80 {
  accent-color: rgb(16 16 16 / 0.8);
}
.accent-panel-base\/90 {
  accent-color: rgb(16 16 16 / 0.9);
}
.accent-panel-base\/95 {
  accent-color: rgb(16 16 16 / 0.95);
}
.accent-panel-base\/state-disabled {
  accent-color: rgb(16 16 16 / 0.5);
}
.accent-panel-base\/state-enabled {
  accent-color: rgb(16 16 16 / 1);
}
.accent-panel-border {
  accent-color: rgba(255, 255, 255, 0.05);
}
.accent-panel-border\/0 {
  accent-color: rgba(255, 255, 255, 0);
}
.accent-panel-border\/10 {
  accent-color: rgba(255, 255, 255, 0.1);
}
.accent-panel-border\/100 {
  accent-color: rgba(255, 255, 255, 1);
}
.accent-panel-border\/20 {
  accent-color: rgba(255, 255, 255, 0.2);
}
.accent-panel-border\/25 {
  accent-color: rgba(255, 255, 255, 0.25);
}
.accent-panel-border\/30 {
  accent-color: rgba(255, 255, 255, 0.3);
}
.accent-panel-border\/40 {
  accent-color: rgba(255, 255, 255, 0.4);
}
.accent-panel-border\/5 {
  accent-color: rgba(255, 255, 255, 0.05);
}
.accent-panel-border\/50 {
  accent-color: rgba(255, 255, 255, 0.5);
}
.accent-panel-border\/60 {
  accent-color: rgba(255, 255, 255, 0.6);
}
.accent-panel-border\/70 {
  accent-color: rgba(255, 255, 255, 0.7);
}
.accent-panel-border\/75 {
  accent-color: rgba(255, 255, 255, 0.75);
}
.accent-panel-border\/80 {
  accent-color: rgba(255, 255, 255, 0.8);
}
.accent-panel-border\/90 {
  accent-color: rgba(255, 255, 255, 0.9);
}
.accent-panel-border\/95 {
  accent-color: rgba(255, 255, 255, 0.95);
}
.accent-panel-border\/state-disabled {
  accent-color: rgba(255, 255, 255, 0.5);
}
.accent-panel-border\/state-enabled {
  accent-color: rgba(255, 255, 255, 1);
}
.accent-panel-default {
  accent-color: rgba(255, 255, 255, 0);
}
.accent-panel-default\/0 {
  accent-color: rgba(255, 255, 255, 0);
}
.accent-panel-default\/10 {
  accent-color: rgba(255, 255, 255, 0.1);
}
.accent-panel-default\/100 {
  accent-color: rgba(255, 255, 255, 1);
}
.accent-panel-default\/20 {
  accent-color: rgba(255, 255, 255, 0.2);
}
.accent-panel-default\/25 {
  accent-color: rgba(255, 255, 255, 0.25);
}
.accent-panel-default\/30 {
  accent-color: rgba(255, 255, 255, 0.3);
}
.accent-panel-default\/40 {
  accent-color: rgba(255, 255, 255, 0.4);
}
.accent-panel-default\/5 {
  accent-color: rgba(255, 255, 255, 0.05);
}
.accent-panel-default\/50 {
  accent-color: rgba(255, 255, 255, 0.5);
}
.accent-panel-default\/60 {
  accent-color: rgba(255, 255, 255, 0.6);
}
.accent-panel-default\/70 {
  accent-color: rgba(255, 255, 255, 0.7);
}
.accent-panel-default\/75 {
  accent-color: rgba(255, 255, 255, 0.75);
}
.accent-panel-default\/80 {
  accent-color: rgba(255, 255, 255, 0.8);
}
.accent-panel-default\/90 {
  accent-color: rgba(255, 255, 255, 0.9);
}
.accent-panel-default\/95 {
  accent-color: rgba(255, 255, 255, 0.95);
}
.accent-panel-default\/state-disabled {
  accent-color: rgba(255, 255, 255, 0.5);
}
.accent-panel-default\/state-enabled {
  accent-color: rgba(255, 255, 255, 1);
}
.accent-panel-shadow {
  accent-color: rgba(0, 0, 0, 0.2);
}
.accent-panel-shadow\/0 {
  accent-color: rgba(0, 0, 0, 0);
}
.accent-panel-shadow\/10 {
  accent-color: rgba(0, 0, 0, 0.1);
}
.accent-panel-shadow\/100 {
  accent-color: rgba(0, 0, 0, 1);
}
.accent-panel-shadow\/20 {
  accent-color: rgba(0, 0, 0, 0.2);
}
.accent-panel-shadow\/25 {
  accent-color: rgba(0, 0, 0, 0.25);
}
.accent-panel-shadow\/30 {
  accent-color: rgba(0, 0, 0, 0.3);
}
.accent-panel-shadow\/40 {
  accent-color: rgba(0, 0, 0, 0.4);
}
.accent-panel-shadow\/5 {
  accent-color: rgba(0, 0, 0, 0.05);
}
.accent-panel-shadow\/50 {
  accent-color: rgba(0, 0, 0, 0.5);
}
.accent-panel-shadow\/60 {
  accent-color: rgba(0, 0, 0, 0.6);
}
.accent-panel-shadow\/70 {
  accent-color: rgba(0, 0, 0, 0.7);
}
.accent-panel-shadow\/75 {
  accent-color: rgba(0, 0, 0, 0.75);
}
.accent-panel-shadow\/80 {
  accent-color: rgba(0, 0, 0, 0.8);
}
.accent-panel-shadow\/90 {
  accent-color: rgba(0, 0, 0, 0.9);
}
.accent-panel-shadow\/95 {
  accent-color: rgba(0, 0, 0, 0.95);
}
.accent-panel-shadow\/state-disabled {
  accent-color: rgba(0, 0, 0, 0.5);
}
.accent-panel-shadow\/state-enabled {
  accent-color: rgba(0, 0, 0, 1);
}
.accent-typography-accent {
  accent-color: rgb(205, 141, 239);
}
.accent-typography-accent\/0 {
  accent-color: rgb(205 141 239 / 0);
}
.accent-typography-accent\/10 {
  accent-color: rgb(205 141 239 / 0.1);
}
.accent-typography-accent\/100 {
  accent-color: rgb(205 141 239 / 1);
}
.accent-typography-accent\/20 {
  accent-color: rgb(205 141 239 / 0.2);
}
.accent-typography-accent\/25 {
  accent-color: rgb(205 141 239 / 0.25);
}
.accent-typography-accent\/30 {
  accent-color: rgb(205 141 239 / 0.3);
}
.accent-typography-accent\/40 {
  accent-color: rgb(205 141 239 / 0.4);
}
.accent-typography-accent\/5 {
  accent-color: rgb(205 141 239 / 0.05);
}
.accent-typography-accent\/50 {
  accent-color: rgb(205 141 239 / 0.5);
}
.accent-typography-accent\/60 {
  accent-color: rgb(205 141 239 / 0.6);
}
.accent-typography-accent\/70 {
  accent-color: rgb(205 141 239 / 0.7);
}
.accent-typography-accent\/75 {
  accent-color: rgb(205 141 239 / 0.75);
}
.accent-typography-accent\/80 {
  accent-color: rgb(205 141 239 / 0.8);
}
.accent-typography-accent\/90 {
  accent-color: rgb(205 141 239 / 0.9);
}
.accent-typography-accent\/95 {
  accent-color: rgb(205 141 239 / 0.95);
}
.accent-typography-accent\/state-disabled {
  accent-color: rgb(205 141 239 / 0.5);
}
.accent-typography-accent\/state-enabled {
  accent-color: rgb(205 141 239 / 1);
}
.accent-typography-alternate {
  accent-color: rgb(6, 182, 212);
}
.accent-typography-alternate\/0 {
  accent-color: rgb(6 182 212 / 0);
}
.accent-typography-alternate\/10 {
  accent-color: rgb(6 182 212 / 0.1);
}
.accent-typography-alternate\/100 {
  accent-color: rgb(6 182 212 / 1);
}
.accent-typography-alternate\/20 {
  accent-color: rgb(6 182 212 / 0.2);
}
.accent-typography-alternate\/25 {
  accent-color: rgb(6 182 212 / 0.25);
}
.accent-typography-alternate\/30 {
  accent-color: rgb(6 182 212 / 0.3);
}
.accent-typography-alternate\/40 {
  accent-color: rgb(6 182 212 / 0.4);
}
.accent-typography-alternate\/5 {
  accent-color: rgb(6 182 212 / 0.05);
}
.accent-typography-alternate\/50 {
  accent-color: rgb(6 182 212 / 0.5);
}
.accent-typography-alternate\/60 {
  accent-color: rgb(6 182 212 / 0.6);
}
.accent-typography-alternate\/70 {
  accent-color: rgb(6 182 212 / 0.7);
}
.accent-typography-alternate\/75 {
  accent-color: rgb(6 182 212 / 0.75);
}
.accent-typography-alternate\/80 {
  accent-color: rgb(6 182 212 / 0.8);
}
.accent-typography-alternate\/90 {
  accent-color: rgb(6 182 212 / 0.9);
}
.accent-typography-alternate\/95 {
  accent-color: rgb(6 182 212 / 0.95);
}
.accent-typography-alternate\/state-disabled {
  accent-color: rgb(6 182 212 / 0.5);
}
.accent-typography-alternate\/state-enabled {
  accent-color: rgb(6 182 212 / 1);
}
.accent-typography-default {
  accent-color: rgb(255, 255, 255);
}
.accent-typography-default\/0 {
  accent-color: rgb(255 255 255 / 0);
}
.accent-typography-default\/10 {
  accent-color: rgb(255 255 255 / 0.1);
}
.accent-typography-default\/100 {
  accent-color: rgb(255 255 255 / 1);
}
.accent-typography-default\/20 {
  accent-color: rgb(255 255 255 / 0.2);
}
.accent-typography-default\/25 {
  accent-color: rgb(255 255 255 / 0.25);
}
.accent-typography-default\/30 {
  accent-color: rgb(255 255 255 / 0.3);
}
.accent-typography-default\/40 {
  accent-color: rgb(255 255 255 / 0.4);
}
.accent-typography-default\/5 {
  accent-color: rgb(255 255 255 / 0.05);
}
.accent-typography-default\/50 {
  accent-color: rgb(255 255 255 / 0.5);
}
.accent-typography-default\/60 {
  accent-color: rgb(255 255 255 / 0.6);
}
.accent-typography-default\/70 {
  accent-color: rgb(255 255 255 / 0.7);
}
.accent-typography-default\/75 {
  accent-color: rgb(255 255 255 / 0.75);
}
.accent-typography-default\/80 {
  accent-color: rgb(255 255 255 / 0.8);
}
.accent-typography-default\/90 {
  accent-color: rgb(255 255 255 / 0.9);
}
.accent-typography-default\/95 {
  accent-color: rgb(255 255 255 / 0.95);
}
.accent-typography-default\/state-disabled {
  accent-color: rgb(255 255 255 / 0.5);
}
.accent-typography-default\/state-enabled {
  accent-color: rgb(255 255 255 / 1);
}
.accent-typography-error {
  accent-color: rgb(248, 113, 113);
}
.accent-typography-error\/0 {
  accent-color: rgb(248 113 113 / 0);
}
.accent-typography-error\/10 {
  accent-color: rgb(248 113 113 / 0.1);
}
.accent-typography-error\/100 {
  accent-color: rgb(248 113 113 / 1);
}
.accent-typography-error\/20 {
  accent-color: rgb(248 113 113 / 0.2);
}
.accent-typography-error\/25 {
  accent-color: rgb(248 113 113 / 0.25);
}
.accent-typography-error\/30 {
  accent-color: rgb(248 113 113 / 0.3);
}
.accent-typography-error\/40 {
  accent-color: rgb(248 113 113 / 0.4);
}
.accent-typography-error\/5 {
  accent-color: rgb(248 113 113 / 0.05);
}
.accent-typography-error\/50 {
  accent-color: rgb(248 113 113 / 0.5);
}
.accent-typography-error\/60 {
  accent-color: rgb(248 113 113 / 0.6);
}
.accent-typography-error\/70 {
  accent-color: rgb(248 113 113 / 0.7);
}
.accent-typography-error\/75 {
  accent-color: rgb(248 113 113 / 0.75);
}
.accent-typography-error\/80 {
  accent-color: rgb(248 113 113 / 0.8);
}
.accent-typography-error\/90 {
  accent-color: rgb(248 113 113 / 0.9);
}
.accent-typography-error\/95 {
  accent-color: rgb(248 113 113 / 0.95);
}
.accent-typography-error\/state-disabled {
  accent-color: rgb(248 113 113 / 0.5);
}
.accent-typography-error\/state-enabled {
  accent-color: rgb(248 113 113 / 1);
}
.accent-typography-info {
  accent-color: rgb(96, 165, 250);
}
.accent-typography-info\/0 {
  accent-color: rgb(96 165 250 / 0);
}
.accent-typography-info\/10 {
  accent-color: rgb(96 165 250 / 0.1);
}
.accent-typography-info\/100 {
  accent-color: rgb(96 165 250 / 1);
}
.accent-typography-info\/20 {
  accent-color: rgb(96 165 250 / 0.2);
}
.accent-typography-info\/25 {
  accent-color: rgb(96 165 250 / 0.25);
}
.accent-typography-info\/30 {
  accent-color: rgb(96 165 250 / 0.3);
}
.accent-typography-info\/40 {
  accent-color: rgb(96 165 250 / 0.4);
}
.accent-typography-info\/5 {
  accent-color: rgb(96 165 250 / 0.05);
}
.accent-typography-info\/50 {
  accent-color: rgb(96 165 250 / 0.5);
}
.accent-typography-info\/60 {
  accent-color: rgb(96 165 250 / 0.6);
}
.accent-typography-info\/70 {
  accent-color: rgb(96 165 250 / 0.7);
}
.accent-typography-info\/75 {
  accent-color: rgb(96 165 250 / 0.75);
}
.accent-typography-info\/80 {
  accent-color: rgb(96 165 250 / 0.8);
}
.accent-typography-info\/90 {
  accent-color: rgb(96 165 250 / 0.9);
}
.accent-typography-info\/95 {
  accent-color: rgb(96 165 250 / 0.95);
}
.accent-typography-info\/state-disabled {
  accent-color: rgb(96 165 250 / 0.5);
}
.accent-typography-info\/state-enabled {
  accent-color: rgb(96 165 250 / 1);
}
.accent-typography-link-default {
  accent-color: rgb(205, 141, 239);
}
.accent-typography-link-default\/0 {
  accent-color: rgb(205 141 239 / 0);
}
.accent-typography-link-default\/10 {
  accent-color: rgb(205 141 239 / 0.1);
}
.accent-typography-link-default\/100 {
  accent-color: rgb(205 141 239 / 1);
}
.accent-typography-link-default\/20 {
  accent-color: rgb(205 141 239 / 0.2);
}
.accent-typography-link-default\/25 {
  accent-color: rgb(205 141 239 / 0.25);
}
.accent-typography-link-default\/30 {
  accent-color: rgb(205 141 239 / 0.3);
}
.accent-typography-link-default\/40 {
  accent-color: rgb(205 141 239 / 0.4);
}
.accent-typography-link-default\/5 {
  accent-color: rgb(205 141 239 / 0.05);
}
.accent-typography-link-default\/50 {
  accent-color: rgb(205 141 239 / 0.5);
}
.accent-typography-link-default\/60 {
  accent-color: rgb(205 141 239 / 0.6);
}
.accent-typography-link-default\/70 {
  accent-color: rgb(205 141 239 / 0.7);
}
.accent-typography-link-default\/75 {
  accent-color: rgb(205 141 239 / 0.75);
}
.accent-typography-link-default\/80 {
  accent-color: rgb(205 141 239 / 0.8);
}
.accent-typography-link-default\/90 {
  accent-color: rgb(205 141 239 / 0.9);
}
.accent-typography-link-default\/95 {
  accent-color: rgb(205 141 239 / 0.95);
}
.accent-typography-link-default\/state-disabled {
  accent-color: rgb(205 141 239 / 0.5);
}
.accent-typography-link-default\/state-enabled {
  accent-color: rgb(205 141 239 / 1);
}
.accent-typography-link-hover {
  accent-color: rgb(215, 164, 242);
}
.accent-typography-link-hover\/0 {
  accent-color: rgb(215 164 242 / 0);
}
.accent-typography-link-hover\/10 {
  accent-color: rgb(215 164 242 / 0.1);
}
.accent-typography-link-hover\/100 {
  accent-color: rgb(215 164 242 / 1);
}
.accent-typography-link-hover\/20 {
  accent-color: rgb(215 164 242 / 0.2);
}
.accent-typography-link-hover\/25 {
  accent-color: rgb(215 164 242 / 0.25);
}
.accent-typography-link-hover\/30 {
  accent-color: rgb(215 164 242 / 0.3);
}
.accent-typography-link-hover\/40 {
  accent-color: rgb(215 164 242 / 0.4);
}
.accent-typography-link-hover\/5 {
  accent-color: rgb(215 164 242 / 0.05);
}
.accent-typography-link-hover\/50 {
  accent-color: rgb(215 164 242 / 0.5);
}
.accent-typography-link-hover\/60 {
  accent-color: rgb(215 164 242 / 0.6);
}
.accent-typography-link-hover\/70 {
  accent-color: rgb(215 164 242 / 0.7);
}
.accent-typography-link-hover\/75 {
  accent-color: rgb(215 164 242 / 0.75);
}
.accent-typography-link-hover\/80 {
  accent-color: rgb(215 164 242 / 0.8);
}
.accent-typography-link-hover\/90 {
  accent-color: rgb(215 164 242 / 0.9);
}
.accent-typography-link-hover\/95 {
  accent-color: rgb(215 164 242 / 0.95);
}
.accent-typography-link-hover\/state-disabled {
  accent-color: rgb(215 164 242 / 0.5);
}
.accent-typography-link-hover\/state-enabled {
  accent-color: rgb(215 164 242 / 1);
}
.accent-typography-muted {
  accent-color: rgb(156, 163, 175);
}
.accent-typography-muted\/0 {
  accent-color: rgb(156 163 175 / 0);
}
.accent-typography-muted\/10 {
  accent-color: rgb(156 163 175 / 0.1);
}
.accent-typography-muted\/100 {
  accent-color: rgb(156 163 175 / 1);
}
.accent-typography-muted\/20 {
  accent-color: rgb(156 163 175 / 0.2);
}
.accent-typography-muted\/25 {
  accent-color: rgb(156 163 175 / 0.25);
}
.accent-typography-muted\/30 {
  accent-color: rgb(156 163 175 / 0.3);
}
.accent-typography-muted\/40 {
  accent-color: rgb(156 163 175 / 0.4);
}
.accent-typography-muted\/5 {
  accent-color: rgb(156 163 175 / 0.05);
}
.accent-typography-muted\/50 {
  accent-color: rgb(156 163 175 / 0.5);
}
.accent-typography-muted\/60 {
  accent-color: rgb(156 163 175 / 0.6);
}
.accent-typography-muted\/70 {
  accent-color: rgb(156 163 175 / 0.7);
}
.accent-typography-muted\/75 {
  accent-color: rgb(156 163 175 / 0.75);
}
.accent-typography-muted\/80 {
  accent-color: rgb(156 163 175 / 0.8);
}
.accent-typography-muted\/90 {
  accent-color: rgb(156 163 175 / 0.9);
}
.accent-typography-muted\/95 {
  accent-color: rgb(156 163 175 / 0.95);
}
.accent-typography-muted\/state-disabled {
  accent-color: rgb(156 163 175 / 0.5);
}
.accent-typography-muted\/state-enabled {
  accent-color: rgb(156 163 175 / 1);
}
.accent-typography-on-accent {
  accent-color: rgb(64, 64, 64);
}
.accent-typography-on-accent\/0 {
  accent-color: rgb(64 64 64 / 0);
}
.accent-typography-on-accent\/10 {
  accent-color: rgb(64 64 64 / 0.1);
}
.accent-typography-on-accent\/100 {
  accent-color: rgb(64 64 64 / 1);
}
.accent-typography-on-accent\/20 {
  accent-color: rgb(64 64 64 / 0.2);
}
.accent-typography-on-accent\/25 {
  accent-color: rgb(64 64 64 / 0.25);
}
.accent-typography-on-accent\/30 {
  accent-color: rgb(64 64 64 / 0.3);
}
.accent-typography-on-accent\/40 {
  accent-color: rgb(64 64 64 / 0.4);
}
.accent-typography-on-accent\/5 {
  accent-color: rgb(64 64 64 / 0.05);
}
.accent-typography-on-accent\/50 {
  accent-color: rgb(64 64 64 / 0.5);
}
.accent-typography-on-accent\/60 {
  accent-color: rgb(64 64 64 / 0.6);
}
.accent-typography-on-accent\/70 {
  accent-color: rgb(64 64 64 / 0.7);
}
.accent-typography-on-accent\/75 {
  accent-color: rgb(64 64 64 / 0.75);
}
.accent-typography-on-accent\/80 {
  accent-color: rgb(64 64 64 / 0.8);
}
.accent-typography-on-accent\/90 {
  accent-color: rgb(64 64 64 / 0.9);
}
.accent-typography-on-accent\/95 {
  accent-color: rgb(64 64 64 / 0.95);
}
.accent-typography-on-accent\/state-disabled {
  accent-color: rgb(64 64 64 / 0.5);
}
.accent-typography-on-accent\/state-enabled {
  accent-color: rgb(64 64 64 / 1);
}
.accent-typography-subtle {
  accent-color: rgb(229, 231, 235);
}
.accent-typography-subtle\/0 {
  accent-color: rgb(229 231 235 / 0);
}
.accent-typography-subtle\/10 {
  accent-color: rgb(229 231 235 / 0.1);
}
.accent-typography-subtle\/100 {
  accent-color: rgb(229 231 235 / 1);
}
.accent-typography-subtle\/20 {
  accent-color: rgb(229 231 235 / 0.2);
}
.accent-typography-subtle\/25 {
  accent-color: rgb(229 231 235 / 0.25);
}
.accent-typography-subtle\/30 {
  accent-color: rgb(229 231 235 / 0.3);
}
.accent-typography-subtle\/40 {
  accent-color: rgb(229 231 235 / 0.4);
}
.accent-typography-subtle\/5 {
  accent-color: rgb(229 231 235 / 0.05);
}
.accent-typography-subtle\/50 {
  accent-color: rgb(229 231 235 / 0.5);
}
.accent-typography-subtle\/60 {
  accent-color: rgb(229 231 235 / 0.6);
}
.accent-typography-subtle\/70 {
  accent-color: rgb(229 231 235 / 0.7);
}
.accent-typography-subtle\/75 {
  accent-color: rgb(229 231 235 / 0.75);
}
.accent-typography-subtle\/80 {
  accent-color: rgb(229 231 235 / 0.8);
}
.accent-typography-subtle\/90 {
  accent-color: rgb(229 231 235 / 0.9);
}
.accent-typography-subtle\/95 {
  accent-color: rgb(229 231 235 / 0.95);
}
.accent-typography-subtle\/state-disabled {
  accent-color: rgb(229 231 235 / 0.5);
}
.accent-typography-subtle\/state-enabled {
  accent-color: rgb(229 231 235 / 1);
}
.accent-typography-success {
  accent-color: rgb(74, 222, 128);
}
.accent-typography-success\/0 {
  accent-color: rgb(74 222 128 / 0);
}
.accent-typography-success\/10 {
  accent-color: rgb(74 222 128 / 0.1);
}
.accent-typography-success\/100 {
  accent-color: rgb(74 222 128 / 1);
}
.accent-typography-success\/20 {
  accent-color: rgb(74 222 128 / 0.2);
}
.accent-typography-success\/25 {
  accent-color: rgb(74 222 128 / 0.25);
}
.accent-typography-success\/30 {
  accent-color: rgb(74 222 128 / 0.3);
}
.accent-typography-success\/40 {
  accent-color: rgb(74 222 128 / 0.4);
}
.accent-typography-success\/5 {
  accent-color: rgb(74 222 128 / 0.05);
}
.accent-typography-success\/50 {
  accent-color: rgb(74 222 128 / 0.5);
}
.accent-typography-success\/60 {
  accent-color: rgb(74 222 128 / 0.6);
}
.accent-typography-success\/70 {
  accent-color: rgb(74 222 128 / 0.7);
}
.accent-typography-success\/75 {
  accent-color: rgb(74 222 128 / 0.75);
}
.accent-typography-success\/80 {
  accent-color: rgb(74 222 128 / 0.8);
}
.accent-typography-success\/90 {
  accent-color: rgb(74 222 128 / 0.9);
}
.accent-typography-success\/95 {
  accent-color: rgb(74 222 128 / 0.95);
}
.accent-typography-success\/state-disabled {
  accent-color: rgb(74 222 128 / 0.5);
}
.accent-typography-success\/state-enabled {
  accent-color: rgb(74 222 128 / 1);
}
.accent-typography-warning {
  accent-color: rgb(251, 146, 60);
}
.accent-typography-warning\/0 {
  accent-color: rgb(251 146 60 / 0);
}
.accent-typography-warning\/10 {
  accent-color: rgb(251 146 60 / 0.1);
}
.accent-typography-warning\/100 {
  accent-color: rgb(251 146 60 / 1);
}
.accent-typography-warning\/20 {
  accent-color: rgb(251 146 60 / 0.2);
}
.accent-typography-warning\/25 {
  accent-color: rgb(251 146 60 / 0.25);
}
.accent-typography-warning\/30 {
  accent-color: rgb(251 146 60 / 0.3);
}
.accent-typography-warning\/40 {
  accent-color: rgb(251 146 60 / 0.4);
}
.accent-typography-warning\/5 {
  accent-color: rgb(251 146 60 / 0.05);
}
.accent-typography-warning\/50 {
  accent-color: rgb(251 146 60 / 0.5);
}
.accent-typography-warning\/60 {
  accent-color: rgb(251 146 60 / 0.6);
}
.accent-typography-warning\/70 {
  accent-color: rgb(251 146 60 / 0.7);
}
.accent-typography-warning\/75 {
  accent-color: rgb(251 146 60 / 0.75);
}
.accent-typography-warning\/80 {
  accent-color: rgb(251 146 60 / 0.8);
}
.accent-typography-warning\/90 {
  accent-color: rgb(251 146 60 / 0.9);
}
.accent-typography-warning\/95 {
  accent-color: rgb(251 146 60 / 0.95);
}
.accent-typography-warning\/state-disabled {
  accent-color: rgb(251 146 60 / 0.5);
}
.accent-typography-warning\/state-enabled {
  accent-color: rgb(251 146 60 / 1);
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-80 {
  opacity: 0.8;
}
.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-avatar-background {
  --tw-shadow-color: rgb(205, 141, 239);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-avatar-background\/0 {
  --tw-shadow-color: rgb(205 141 239 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-avatar-background\/10 {
  --tw-shadow-color: rgb(205 141 239 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-avatar-background\/100 {
  --tw-shadow-color: rgb(205 141 239 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-avatar-background\/20 {
  --tw-shadow-color: rgb(205 141 239 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-avatar-background\/25 {
  --tw-shadow-color: rgb(205 141 239 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-avatar-background\/30 {
  --tw-shadow-color: rgb(205 141 239 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-avatar-background\/40 {
  --tw-shadow-color: rgb(205 141 239 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-avatar-background\/5 {
  --tw-shadow-color: rgb(205 141 239 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-avatar-background\/50 {
  --tw-shadow-color: rgb(205 141 239 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-avatar-background\/60 {
  --tw-shadow-color: rgb(205 141 239 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-avatar-background\/70 {
  --tw-shadow-color: rgb(205 141 239 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-avatar-background\/75 {
  --tw-shadow-color: rgb(205 141 239 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-avatar-background\/80 {
  --tw-shadow-color: rgb(205 141 239 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-avatar-background\/90 {
  --tw-shadow-color: rgb(205 141 239 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-avatar-background\/95 {
  --tw-shadow-color: rgb(205 141 239 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-avatar-background\/state-disabled {
  --tw-shadow-color: rgb(205 141 239 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-avatar-background\/state-enabled {
  --tw-shadow-color: rgb(205 141 239 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-outline-alternate {
  --tw-shadow-color: rgb(6, 182, 212);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-outline-alternate\/0 {
  --tw-shadow-color: rgb(6 182 212 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-outline-alternate\/10 {
  --tw-shadow-color: rgb(6 182 212 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-outline-alternate\/100 {
  --tw-shadow-color: rgb(6 182 212 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-outline-alternate\/20 {
  --tw-shadow-color: rgb(6 182 212 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-outline-alternate\/25 {
  --tw-shadow-color: rgb(6 182 212 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-outline-alternate\/30 {
  --tw-shadow-color: rgb(6 182 212 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-outline-alternate\/40 {
  --tw-shadow-color: rgb(6 182 212 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-outline-alternate\/5 {
  --tw-shadow-color: rgb(6 182 212 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-outline-alternate\/50 {
  --tw-shadow-color: rgb(6 182 212 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-outline-alternate\/60 {
  --tw-shadow-color: rgb(6 182 212 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-outline-alternate\/70 {
  --tw-shadow-color: rgb(6 182 212 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-outline-alternate\/75 {
  --tw-shadow-color: rgb(6 182 212 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-outline-alternate\/80 {
  --tw-shadow-color: rgb(6 182 212 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-outline-alternate\/90 {
  --tw-shadow-color: rgb(6 182 212 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-outline-alternate\/95 {
  --tw-shadow-color: rgb(6 182 212 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-outline-alternate\/state-disabled {
  --tw-shadow-color: rgb(6 182 212 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-outline-alternate\/state-enabled {
  --tw-shadow-color: rgb(6 182 212 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-outline-default {
  --tw-shadow-color: rgb(205, 141, 239);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-outline-default\/0 {
  --tw-shadow-color: rgb(205 141 239 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-outline-default\/10 {
  --tw-shadow-color: rgb(205 141 239 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-outline-default\/100 {
  --tw-shadow-color: rgb(205 141 239 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-outline-default\/20 {
  --tw-shadow-color: rgb(205 141 239 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-outline-default\/25 {
  --tw-shadow-color: rgb(205 141 239 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-outline-default\/30 {
  --tw-shadow-color: rgb(205 141 239 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-outline-default\/40 {
  --tw-shadow-color: rgb(205 141 239 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-outline-default\/5 {
  --tw-shadow-color: rgb(205 141 239 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-outline-default\/50 {
  --tw-shadow-color: rgb(205 141 239 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-outline-default\/60 {
  --tw-shadow-color: rgb(205 141 239 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-outline-default\/70 {
  --tw-shadow-color: rgb(205 141 239 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-outline-default\/75 {
  --tw-shadow-color: rgb(205 141 239 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-outline-default\/80 {
  --tw-shadow-color: rgb(205 141 239 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-outline-default\/90 {
  --tw-shadow-color: rgb(205 141 239 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-outline-default\/95 {
  --tw-shadow-color: rgb(205 141 239 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-outline-default\/state-disabled {
  --tw-shadow-color: rgb(205 141 239 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-outline-default\/state-enabled {
  --tw-shadow-color: rgb(205 141 239 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-outline-textColor {
  --tw-shadow-color: rgb(205, 141, 239);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-outline-textColor\/0 {
  --tw-shadow-color: rgb(205 141 239 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-outline-textColor\/10 {
  --tw-shadow-color: rgb(205 141 239 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-outline-textColor\/100 {
  --tw-shadow-color: rgb(205 141 239 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-outline-textColor\/20 {
  --tw-shadow-color: rgb(205 141 239 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-outline-textColor\/25 {
  --tw-shadow-color: rgb(205 141 239 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-outline-textColor\/30 {
  --tw-shadow-color: rgb(205 141 239 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-outline-textColor\/40 {
  --tw-shadow-color: rgb(205 141 239 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-outline-textColor\/5 {
  --tw-shadow-color: rgb(205 141 239 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-outline-textColor\/50 {
  --tw-shadow-color: rgb(205 141 239 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-outline-textColor\/60 {
  --tw-shadow-color: rgb(205 141 239 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-outline-textColor\/70 {
  --tw-shadow-color: rgb(205 141 239 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-outline-textColor\/75 {
  --tw-shadow-color: rgb(205 141 239 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-outline-textColor\/80 {
  --tw-shadow-color: rgb(205 141 239 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-outline-textColor\/90 {
  --tw-shadow-color: rgb(205 141 239 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-outline-textColor\/95 {
  --tw-shadow-color: rgb(205 141 239 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-outline-textColor\/state-disabled {
  --tw-shadow-color: rgb(205 141 239 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-outline-textColor\/state-enabled {
  --tw-shadow-color: rgb(205 141 239 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-solid-alternate {
  --tw-shadow-color: rgb(6, 182, 212);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-solid-alternate\/0 {
  --tw-shadow-color: rgb(6 182 212 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-solid-alternate\/10 {
  --tw-shadow-color: rgb(6 182 212 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-solid-alternate\/100 {
  --tw-shadow-color: rgb(6 182 212 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-solid-alternate\/20 {
  --tw-shadow-color: rgb(6 182 212 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-solid-alternate\/25 {
  --tw-shadow-color: rgb(6 182 212 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-solid-alternate\/30 {
  --tw-shadow-color: rgb(6 182 212 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-solid-alternate\/40 {
  --tw-shadow-color: rgb(6 182 212 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-solid-alternate\/5 {
  --tw-shadow-color: rgb(6 182 212 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-solid-alternate\/50 {
  --tw-shadow-color: rgb(6 182 212 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-solid-alternate\/60 {
  --tw-shadow-color: rgb(6 182 212 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-solid-alternate\/70 {
  --tw-shadow-color: rgb(6 182 212 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-solid-alternate\/75 {
  --tw-shadow-color: rgb(6 182 212 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-solid-alternate\/80 {
  --tw-shadow-color: rgb(6 182 212 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-solid-alternate\/90 {
  --tw-shadow-color: rgb(6 182 212 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-solid-alternate\/95 {
  --tw-shadow-color: rgb(6 182 212 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-solid-alternate\/state-disabled {
  --tw-shadow-color: rgb(6 182 212 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-solid-alternate\/state-enabled {
  --tw-shadow-color: rgb(6 182 212 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-solid-default {
  --tw-shadow-color: rgb(205, 141, 239);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-solid-default\/0 {
  --tw-shadow-color: rgb(205 141 239 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-solid-default\/10 {
  --tw-shadow-color: rgb(205 141 239 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-solid-default\/100 {
  --tw-shadow-color: rgb(205 141 239 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-solid-default\/20 {
  --tw-shadow-color: rgb(205 141 239 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-solid-default\/25 {
  --tw-shadow-color: rgb(205 141 239 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-solid-default\/30 {
  --tw-shadow-color: rgb(205 141 239 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-solid-default\/40 {
  --tw-shadow-color: rgb(205 141 239 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-solid-default\/5 {
  --tw-shadow-color: rgb(205 141 239 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-solid-default\/50 {
  --tw-shadow-color: rgb(205 141 239 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-solid-default\/60 {
  --tw-shadow-color: rgb(205 141 239 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-solid-default\/70 {
  --tw-shadow-color: rgb(205 141 239 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-solid-default\/75 {
  --tw-shadow-color: rgb(205 141 239 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-solid-default\/80 {
  --tw-shadow-color: rgb(205 141 239 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-solid-default\/90 {
  --tw-shadow-color: rgb(205 141 239 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-solid-default\/95 {
  --tw-shadow-color: rgb(205 141 239 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-solid-default\/state-disabled {
  --tw-shadow-color: rgb(205 141 239 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-solid-default\/state-enabled {
  --tw-shadow-color: rgb(205 141 239 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-solid-textColor {
  --tw-shadow-color: rgb(64, 64, 64);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-solid-textColor\/0 {
  --tw-shadow-color: rgb(64 64 64 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-solid-textColor\/10 {
  --tw-shadow-color: rgb(64 64 64 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-solid-textColor\/100 {
  --tw-shadow-color: rgb(64 64 64 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-solid-textColor\/20 {
  --tw-shadow-color: rgb(64 64 64 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-solid-textColor\/25 {
  --tw-shadow-color: rgb(64 64 64 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-solid-textColor\/30 {
  --tw-shadow-color: rgb(64 64 64 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-solid-textColor\/40 {
  --tw-shadow-color: rgb(64 64 64 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-solid-textColor\/5 {
  --tw-shadow-color: rgb(64 64 64 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-solid-textColor\/50 {
  --tw-shadow-color: rgb(64 64 64 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-solid-textColor\/60 {
  --tw-shadow-color: rgb(64 64 64 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-solid-textColor\/70 {
  --tw-shadow-color: rgb(64 64 64 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-solid-textColor\/75 {
  --tw-shadow-color: rgb(64 64 64 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-solid-textColor\/80 {
  --tw-shadow-color: rgb(64 64 64 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-solid-textColor\/90 {
  --tw-shadow-color: rgb(64 64 64 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-solid-textColor\/95 {
  --tw-shadow-color: rgb(64 64 64 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-solid-textColor\/state-disabled {
  --tw-shadow-color: rgb(64 64 64 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-badge-solid-textColor\/state-enabled {
  --tw-shadow-color: rgb(64 64 64 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-divider-default {
  --tw-shadow-color: rgb(55, 65, 81);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-divider-default\/0 {
  --tw-shadow-color: rgb(55 65 81 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-divider-default\/10 {
  --tw-shadow-color: rgb(55 65 81 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-divider-default\/100 {
  --tw-shadow-color: rgb(55 65 81 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-divider-default\/20 {
  --tw-shadow-color: rgb(55 65 81 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-divider-default\/25 {
  --tw-shadow-color: rgb(55 65 81 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-divider-default\/30 {
  --tw-shadow-color: rgb(55 65 81 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-divider-default\/40 {
  --tw-shadow-color: rgb(55 65 81 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-divider-default\/5 {
  --tw-shadow-color: rgb(55 65 81 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-divider-default\/50 {
  --tw-shadow-color: rgb(55 65 81 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-divider-default\/60 {
  --tw-shadow-color: rgb(55 65 81 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-divider-default\/70 {
  --tw-shadow-color: rgb(55 65 81 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-divider-default\/75 {
  --tw-shadow-color: rgb(55 65 81 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-divider-default\/80 {
  --tw-shadow-color: rgb(55 65 81 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-divider-default\/90 {
  --tw-shadow-color: rgb(55 65 81 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-divider-default\/95 {
  --tw-shadow-color: rgb(55 65 81 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-divider-default\/state-disabled {
  --tw-shadow-color: rgb(55 65 81 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-divider-default\/state-enabled {
  --tw-shadow-color: rgb(55 65 81 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-background {
  --tw-shadow-color: rgb(23, 23, 23);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-background\/0 {
  --tw-shadow-color: rgb(23 23 23 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-background\/10 {
  --tw-shadow-color: rgb(23 23 23 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-background\/100 {
  --tw-shadow-color: rgb(23 23 23 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-background\/20 {
  --tw-shadow-color: rgb(23 23 23 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-background\/25 {
  --tw-shadow-color: rgb(23 23 23 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-background\/30 {
  --tw-shadow-color: rgb(23 23 23 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-background\/40 {
  --tw-shadow-color: rgb(23 23 23 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-background\/5 {
  --tw-shadow-color: rgb(23 23 23 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-background\/50 {
  --tw-shadow-color: rgb(23 23 23 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-background\/60 {
  --tw-shadow-color: rgb(23 23 23 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-background\/70 {
  --tw-shadow-color: rgb(23 23 23 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-background\/75 {
  --tw-shadow-color: rgb(23 23 23 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-background\/80 {
  --tw-shadow-color: rgb(23 23 23 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-background\/90 {
  --tw-shadow-color: rgb(23 23 23 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-background\/95 {
  --tw-shadow-color: rgb(23 23 23 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-background\/state-disabled {
  --tw-shadow-color: rgb(23 23 23 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-background\/state-enabled {
  --tw-shadow-color: rgb(23 23 23 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-checkbox-background {
  --tw-shadow-color: rgb(205, 141, 239);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-checkbox-background\/0 {
  --tw-shadow-color: rgb(205 141 239 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-checkbox-background\/10 {
  --tw-shadow-color: rgb(205 141 239 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-checkbox-background\/100 {
  --tw-shadow-color: rgb(205 141 239 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-checkbox-background\/20 {
  --tw-shadow-color: rgb(205 141 239 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-checkbox-background\/25 {
  --tw-shadow-color: rgb(205 141 239 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-checkbox-background\/30 {
  --tw-shadow-color: rgb(205 141 239 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-checkbox-background\/40 {
  --tw-shadow-color: rgb(205 141 239 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-checkbox-background\/5 {
  --tw-shadow-color: rgb(205 141 239 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-checkbox-background\/50 {
  --tw-shadow-color: rgb(205 141 239 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-checkbox-background\/60 {
  --tw-shadow-color: rgb(205 141 239 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-checkbox-background\/70 {
  --tw-shadow-color: rgb(205 141 239 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-checkbox-background\/75 {
  --tw-shadow-color: rgb(205 141 239 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-checkbox-background\/80 {
  --tw-shadow-color: rgb(205 141 239 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-checkbox-background\/90 {
  --tw-shadow-color: rgb(205 141 239 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-checkbox-background\/95 {
  --tw-shadow-color: rgb(205 141 239 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-checkbox-background\/state-disabled {
  --tw-shadow-color: rgb(205 141 239 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-checkbox-background\/state-enabled {
  --tw-shadow-color: rgb(205 141 239 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-checkbox-border {
  --tw-shadow-color: rgb(205, 141, 239);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-checkbox-border\/0 {
  --tw-shadow-color: rgb(205 141 239 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-checkbox-border\/10 {
  --tw-shadow-color: rgb(205 141 239 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-checkbox-border\/100 {
  --tw-shadow-color: rgb(205 141 239 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-checkbox-border\/20 {
  --tw-shadow-color: rgb(205 141 239 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-checkbox-border\/25 {
  --tw-shadow-color: rgb(205 141 239 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-checkbox-border\/30 {
  --tw-shadow-color: rgb(205 141 239 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-checkbox-border\/40 {
  --tw-shadow-color: rgb(205 141 239 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-checkbox-border\/5 {
  --tw-shadow-color: rgb(205 141 239 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-checkbox-border\/50 {
  --tw-shadow-color: rgb(205 141 239 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-checkbox-border\/60 {
  --tw-shadow-color: rgb(205 141 239 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-checkbox-border\/70 {
  --tw-shadow-color: rgb(205 141 239 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-checkbox-border\/75 {
  --tw-shadow-color: rgb(205 141 239 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-checkbox-border\/80 {
  --tw-shadow-color: rgb(205 141 239 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-checkbox-border\/90 {
  --tw-shadow-color: rgb(205 141 239 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-checkbox-border\/95 {
  --tw-shadow-color: rgb(205 141 239 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-checkbox-border\/state-disabled {
  --tw-shadow-color: rgb(205 141 239 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-checkbox-border\/state-enabled {
  --tw-shadow-color: rgb(205 141 239 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-checkbox-contrast {
  --tw-shadow-color: rgb(64, 64, 64);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-checkbox-contrast\/0 {
  --tw-shadow-color: rgb(64 64 64 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-checkbox-contrast\/10 {
  --tw-shadow-color: rgb(64 64 64 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-checkbox-contrast\/100 {
  --tw-shadow-color: rgb(64 64 64 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-checkbox-contrast\/20 {
  --tw-shadow-color: rgb(64 64 64 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-checkbox-contrast\/25 {
  --tw-shadow-color: rgb(64 64 64 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-checkbox-contrast\/30 {
  --tw-shadow-color: rgb(64 64 64 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-checkbox-contrast\/40 {
  --tw-shadow-color: rgb(64 64 64 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-checkbox-contrast\/5 {
  --tw-shadow-color: rgb(64 64 64 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-checkbox-contrast\/50 {
  --tw-shadow-color: rgb(64 64 64 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-checkbox-contrast\/60 {
  --tw-shadow-color: rgb(64 64 64 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-checkbox-contrast\/70 {
  --tw-shadow-color: rgb(64 64 64 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-checkbox-contrast\/75 {
  --tw-shadow-color: rgb(64 64 64 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-checkbox-contrast\/80 {
  --tw-shadow-color: rgb(64 64 64 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-checkbox-contrast\/90 {
  --tw-shadow-color: rgb(64 64 64 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-checkbox-contrast\/95 {
  --tw-shadow-color: rgb(64 64 64 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-checkbox-contrast\/state-disabled {
  --tw-shadow-color: rgb(64 64 64 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-checkbox-contrast\/state-enabled {
  --tw-shadow-color: rgb(64 64 64 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-bg {
  --tw-shadow-color: rgb(17, 17, 17);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-bg\/0 {
  --tw-shadow-color: rgb(17 17 17 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-bg\/10 {
  --tw-shadow-color: rgb(17 17 17 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-bg\/100 {
  --tw-shadow-color: rgb(17 17 17 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-bg\/20 {
  --tw-shadow-color: rgb(17 17 17 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-bg\/25 {
  --tw-shadow-color: rgb(17 17 17 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-bg\/30 {
  --tw-shadow-color: rgb(17 17 17 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-bg\/40 {
  --tw-shadow-color: rgb(17 17 17 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-bg\/5 {
  --tw-shadow-color: rgb(17 17 17 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-bg\/50 {
  --tw-shadow-color: rgb(17 17 17 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-bg\/60 {
  --tw-shadow-color: rgb(17 17 17 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-bg\/70 {
  --tw-shadow-color: rgb(17 17 17 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-bg\/75 {
  --tw-shadow-color: rgb(17 17 17 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-bg\/80 {
  --tw-shadow-color: rgb(17 17 17 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-bg\/90 {
  --tw-shadow-color: rgb(17 17 17 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-bg\/95 {
  --tw-shadow-color: rgb(17 17 17 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-bg\/state-disabled {
  --tw-shadow-color: rgb(17 17 17 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-bg\/state-enabled {
  --tw-shadow-color: rgb(17 17 17 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-border {
  --tw-shadow-color: rgb(64, 64, 64);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-border\/0 {
  --tw-shadow-color: rgb(64 64 64 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-border\/10 {
  --tw-shadow-color: rgb(64 64 64 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-border\/100 {
  --tw-shadow-color: rgb(64 64 64 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-border\/20 {
  --tw-shadow-color: rgb(64 64 64 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-border\/25 {
  --tw-shadow-color: rgb(64 64 64 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-border\/30 {
  --tw-shadow-color: rgb(64 64 64 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-border\/40 {
  --tw-shadow-color: rgb(64 64 64 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-border\/5 {
  --tw-shadow-color: rgb(64 64 64 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-border\/50 {
  --tw-shadow-color: rgb(64 64 64 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-border\/60 {
  --tw-shadow-color: rgb(64 64 64 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-border\/70 {
  --tw-shadow-color: rgb(64 64 64 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-border\/75 {
  --tw-shadow-color: rgb(64 64 64 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-border\/80 {
  --tw-shadow-color: rgb(64 64 64 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-border\/90 {
  --tw-shadow-color: rgb(64 64 64 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-border\/95 {
  --tw-shadow-color: rgb(64 64 64 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-border\/state-disabled {
  --tw-shadow-color: rgb(64 64 64 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-border\/state-enabled {
  --tw-shadow-color: rgb(64 64 64 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-placeholder {
  --tw-shadow-color: rgba(255, 255, 255, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-placeholder\/0 {
  --tw-shadow-color: rgba(255, 255, 255, 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-placeholder\/10 {
  --tw-shadow-color: rgba(255, 255, 255, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-placeholder\/100 {
  --tw-shadow-color: rgba(255, 255, 255, 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-placeholder\/20 {
  --tw-shadow-color: rgba(255, 255, 255, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-placeholder\/25 {
  --tw-shadow-color: rgba(255, 255, 255, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-placeholder\/30 {
  --tw-shadow-color: rgba(255, 255, 255, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-placeholder\/40 {
  --tw-shadow-color: rgba(255, 255, 255, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-placeholder\/5 {
  --tw-shadow-color: rgba(255, 255, 255, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-placeholder\/50 {
  --tw-shadow-color: rgba(255, 255, 255, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-placeholder\/60 {
  --tw-shadow-color: rgba(255, 255, 255, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-placeholder\/70 {
  --tw-shadow-color: rgba(255, 255, 255, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-placeholder\/75 {
  --tw-shadow-color: rgba(255, 255, 255, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-placeholder\/80 {
  --tw-shadow-color: rgba(255, 255, 255, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-placeholder\/90 {
  --tw-shadow-color: rgba(255, 255, 255, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-placeholder\/95 {
  --tw-shadow-color: rgba(255, 255, 255, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-placeholder\/state-disabled {
  --tw-shadow-color: rgba(255, 255, 255, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-placeholder\/state-enabled {
  --tw-shadow-color: rgba(255, 255, 255, 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-text {
  --tw-shadow-color: rgb(255, 255, 255);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-text\/0 {
  --tw-shadow-color: rgb(255 255 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-text\/10 {
  --tw-shadow-color: rgb(255 255 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-text\/100 {
  --tw-shadow-color: rgb(255 255 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-text\/20 {
  --tw-shadow-color: rgb(255 255 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-text\/25 {
  --tw-shadow-color: rgb(255 255 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-text\/30 {
  --tw-shadow-color: rgb(255 255 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-text\/40 {
  --tw-shadow-color: rgb(255 255 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-text\/5 {
  --tw-shadow-color: rgb(255 255 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-text\/50 {
  --tw-shadow-color: rgb(255 255 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-text\/60 {
  --tw-shadow-color: rgb(255 255 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-text\/70 {
  --tw-shadow-color: rgb(255 255 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-text\/75 {
  --tw-shadow-color: rgb(255 255 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-text\/80 {
  --tw-shadow-color: rgb(255 255 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-text\/90 {
  --tw-shadow-color: rgb(255 255 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-text\/95 {
  --tw-shadow-color: rgb(255 255 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-text\/state-disabled {
  --tw-shadow-color: rgb(255 255 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-default-text\/state-enabled {
  --tw-shadow-color: rgb(255 255 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-dropdown-background {
  --tw-shadow-color: rgb(17, 17, 17);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-dropdown-background\/0 {
  --tw-shadow-color: rgb(17 17 17 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-dropdown-background\/10 {
  --tw-shadow-color: rgb(17 17 17 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-dropdown-background\/100 {
  --tw-shadow-color: rgb(17 17 17 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-dropdown-background\/20 {
  --tw-shadow-color: rgb(17 17 17 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-dropdown-background\/25 {
  --tw-shadow-color: rgb(17 17 17 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-dropdown-background\/30 {
  --tw-shadow-color: rgb(17 17 17 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-dropdown-background\/40 {
  --tw-shadow-color: rgb(17 17 17 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-dropdown-background\/5 {
  --tw-shadow-color: rgb(17 17 17 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-dropdown-background\/50 {
  --tw-shadow-color: rgb(17 17 17 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-dropdown-background\/60 {
  --tw-shadow-color: rgb(17 17 17 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-dropdown-background\/70 {
  --tw-shadow-color: rgb(17 17 17 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-dropdown-background\/75 {
  --tw-shadow-color: rgb(17 17 17 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-dropdown-background\/80 {
  --tw-shadow-color: rgb(17 17 17 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-dropdown-background\/90 {
  --tw-shadow-color: rgb(17 17 17 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-dropdown-background\/95 {
  --tw-shadow-color: rgb(17 17 17 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-dropdown-background\/state-disabled {
  --tw-shadow-color: rgb(17 17 17 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-dropdown-background\/state-enabled {
  --tw-shadow-color: rgb(17 17 17 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-bg {
  --tw-shadow-color: rgb(17, 17, 17);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-bg\/0 {
  --tw-shadow-color: rgb(17 17 17 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-bg\/10 {
  --tw-shadow-color: rgb(17 17 17 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-bg\/100 {
  --tw-shadow-color: rgb(17 17 17 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-bg\/20 {
  --tw-shadow-color: rgb(17 17 17 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-bg\/25 {
  --tw-shadow-color: rgb(17 17 17 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-bg\/30 {
  --tw-shadow-color: rgb(17 17 17 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-bg\/40 {
  --tw-shadow-color: rgb(17 17 17 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-bg\/5 {
  --tw-shadow-color: rgb(17 17 17 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-bg\/50 {
  --tw-shadow-color: rgb(17 17 17 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-bg\/60 {
  --tw-shadow-color: rgb(17 17 17 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-bg\/70 {
  --tw-shadow-color: rgb(17 17 17 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-bg\/75 {
  --tw-shadow-color: rgb(17 17 17 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-bg\/80 {
  --tw-shadow-color: rgb(17 17 17 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-bg\/90 {
  --tw-shadow-color: rgb(17 17 17 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-bg\/95 {
  --tw-shadow-color: rgb(17 17 17 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-bg\/state-disabled {
  --tw-shadow-color: rgb(17 17 17 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-bg\/state-enabled {
  --tw-shadow-color: rgb(17 17 17 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-border {
  --tw-shadow-color: rgb(248, 113, 113);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-border\/0 {
  --tw-shadow-color: rgb(248 113 113 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-border\/10 {
  --tw-shadow-color: rgb(248 113 113 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-border\/100 {
  --tw-shadow-color: rgb(248 113 113 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-border\/20 {
  --tw-shadow-color: rgb(248 113 113 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-border\/25 {
  --tw-shadow-color: rgb(248 113 113 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-border\/30 {
  --tw-shadow-color: rgb(248 113 113 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-border\/40 {
  --tw-shadow-color: rgb(248 113 113 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-border\/5 {
  --tw-shadow-color: rgb(248 113 113 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-border\/50 {
  --tw-shadow-color: rgb(248 113 113 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-border\/60 {
  --tw-shadow-color: rgb(248 113 113 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-border\/70 {
  --tw-shadow-color: rgb(248 113 113 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-border\/75 {
  --tw-shadow-color: rgb(248 113 113 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-border\/80 {
  --tw-shadow-color: rgb(248 113 113 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-border\/90 {
  --tw-shadow-color: rgb(248 113 113 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-border\/95 {
  --tw-shadow-color: rgb(248 113 113 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-border\/state-disabled {
  --tw-shadow-color: rgb(248 113 113 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-border\/state-enabled {
  --tw-shadow-color: rgb(248 113 113 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-placeholder {
  --tw-shadow-color: rgba(255, 255, 255, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-placeholder\/0 {
  --tw-shadow-color: rgba(255, 255, 255, 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-placeholder\/10 {
  --tw-shadow-color: rgba(255, 255, 255, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-placeholder\/100 {
  --tw-shadow-color: rgba(255, 255, 255, 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-placeholder\/20 {
  --tw-shadow-color: rgba(255, 255, 255, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-placeholder\/25 {
  --tw-shadow-color: rgba(255, 255, 255, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-placeholder\/30 {
  --tw-shadow-color: rgba(255, 255, 255, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-placeholder\/40 {
  --tw-shadow-color: rgba(255, 255, 255, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-placeholder\/5 {
  --tw-shadow-color: rgba(255, 255, 255, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-placeholder\/50 {
  --tw-shadow-color: rgba(255, 255, 255, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-placeholder\/60 {
  --tw-shadow-color: rgba(255, 255, 255, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-placeholder\/70 {
  --tw-shadow-color: rgba(255, 255, 255, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-placeholder\/75 {
  --tw-shadow-color: rgba(255, 255, 255, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-placeholder\/80 {
  --tw-shadow-color: rgba(255, 255, 255, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-placeholder\/90 {
  --tw-shadow-color: rgba(255, 255, 255, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-placeholder\/95 {
  --tw-shadow-color: rgba(255, 255, 255, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-placeholder\/state-disabled {
  --tw-shadow-color: rgba(255, 255, 255, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-placeholder\/state-enabled {
  --tw-shadow-color: rgba(255, 255, 255, 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-text {
  --tw-shadow-color: rgb(248, 113, 113);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-text\/0 {
  --tw-shadow-color: rgb(248 113 113 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-text\/10 {
  --tw-shadow-color: rgb(248 113 113 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-text\/100 {
  --tw-shadow-color: rgb(248 113 113 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-text\/20 {
  --tw-shadow-color: rgb(248 113 113 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-text\/25 {
  --tw-shadow-color: rgb(248 113 113 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-text\/30 {
  --tw-shadow-color: rgb(248 113 113 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-text\/40 {
  --tw-shadow-color: rgb(248 113 113 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-text\/5 {
  --tw-shadow-color: rgb(248 113 113 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-text\/50 {
  --tw-shadow-color: rgb(248 113 113 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-text\/60 {
  --tw-shadow-color: rgb(248 113 113 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-text\/70 {
  --tw-shadow-color: rgb(248 113 113 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-text\/75 {
  --tw-shadow-color: rgb(248 113 113 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-text\/80 {
  --tw-shadow-color: rgb(248 113 113 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-text\/90 {
  --tw-shadow-color: rgb(248 113 113 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-text\/95 {
  --tw-shadow-color: rgb(248 113 113 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-text\/state-disabled {
  --tw-shadow-color: rgb(248 113 113 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-error-text\/state-enabled {
  --tw-shadow-color: rgb(248 113 113 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-bg {
  --tw-shadow-color: rgb(17, 17, 17);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-bg\/0 {
  --tw-shadow-color: rgb(17 17 17 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-bg\/10 {
  --tw-shadow-color: rgb(17 17 17 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-bg\/100 {
  --tw-shadow-color: rgb(17 17 17 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-bg\/20 {
  --tw-shadow-color: rgb(17 17 17 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-bg\/25 {
  --tw-shadow-color: rgb(17 17 17 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-bg\/30 {
  --tw-shadow-color: rgb(17 17 17 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-bg\/40 {
  --tw-shadow-color: rgb(17 17 17 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-bg\/5 {
  --tw-shadow-color: rgb(17 17 17 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-bg\/50 {
  --tw-shadow-color: rgb(17 17 17 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-bg\/60 {
  --tw-shadow-color: rgb(17 17 17 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-bg\/70 {
  --tw-shadow-color: rgb(17 17 17 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-bg\/75 {
  --tw-shadow-color: rgb(17 17 17 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-bg\/80 {
  --tw-shadow-color: rgb(17 17 17 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-bg\/90 {
  --tw-shadow-color: rgb(17 17 17 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-bg\/95 {
  --tw-shadow-color: rgb(17 17 17 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-bg\/state-disabled {
  --tw-shadow-color: rgb(17 17 17 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-bg\/state-enabled {
  --tw-shadow-color: rgb(17 17 17 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-border {
  --tw-shadow-color: rgb(98, 98, 98);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-border\/0 {
  --tw-shadow-color: rgb(98 98 98 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-border\/10 {
  --tw-shadow-color: rgb(98 98 98 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-border\/100 {
  --tw-shadow-color: rgb(98 98 98 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-border\/20 {
  --tw-shadow-color: rgb(98 98 98 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-border\/25 {
  --tw-shadow-color: rgb(98 98 98 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-border\/30 {
  --tw-shadow-color: rgb(98 98 98 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-border\/40 {
  --tw-shadow-color: rgb(98 98 98 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-border\/5 {
  --tw-shadow-color: rgb(98 98 98 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-border\/50 {
  --tw-shadow-color: rgb(98 98 98 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-border\/60 {
  --tw-shadow-color: rgb(98 98 98 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-border\/70 {
  --tw-shadow-color: rgb(98 98 98 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-border\/75 {
  --tw-shadow-color: rgb(98 98 98 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-border\/80 {
  --tw-shadow-color: rgb(98 98 98 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-border\/90 {
  --tw-shadow-color: rgb(98 98 98 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-border\/95 {
  --tw-shadow-color: rgb(98 98 98 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-border\/state-disabled {
  --tw-shadow-color: rgb(98 98 98 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-border\/state-enabled {
  --tw-shadow-color: rgb(98 98 98 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-placeholder {
  --tw-shadow-color: rgba(255, 255, 255, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-placeholder\/0 {
  --tw-shadow-color: rgba(255, 255, 255, 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-placeholder\/10 {
  --tw-shadow-color: rgba(255, 255, 255, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-placeholder\/100 {
  --tw-shadow-color: rgba(255, 255, 255, 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-placeholder\/20 {
  --tw-shadow-color: rgba(255, 255, 255, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-placeholder\/25 {
  --tw-shadow-color: rgba(255, 255, 255, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-placeholder\/30 {
  --tw-shadow-color: rgba(255, 255, 255, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-placeholder\/40 {
  --tw-shadow-color: rgba(255, 255, 255, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-placeholder\/5 {
  --tw-shadow-color: rgba(255, 255, 255, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-placeholder\/50 {
  --tw-shadow-color: rgba(255, 255, 255, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-placeholder\/60 {
  --tw-shadow-color: rgba(255, 255, 255, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-placeholder\/70 {
  --tw-shadow-color: rgba(255, 255, 255, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-placeholder\/75 {
  --tw-shadow-color: rgba(255, 255, 255, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-placeholder\/80 {
  --tw-shadow-color: rgba(255, 255, 255, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-placeholder\/90 {
  --tw-shadow-color: rgba(255, 255, 255, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-placeholder\/95 {
  --tw-shadow-color: rgba(255, 255, 255, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-placeholder\/state-disabled {
  --tw-shadow-color: rgba(255, 255, 255, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-placeholder\/state-enabled {
  --tw-shadow-color: rgba(255, 255, 255, 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-text {
  --tw-shadow-color: rgb(255, 255, 255);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-text\/0 {
  --tw-shadow-color: rgb(255 255 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-text\/10 {
  --tw-shadow-color: rgb(255 255 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-text\/100 {
  --tw-shadow-color: rgb(255 255 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-text\/20 {
  --tw-shadow-color: rgb(255 255 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-text\/25 {
  --tw-shadow-color: rgb(255 255 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-text\/30 {
  --tw-shadow-color: rgb(255 255 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-text\/40 {
  --tw-shadow-color: rgb(255 255 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-text\/5 {
  --tw-shadow-color: rgb(255 255 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-text\/50 {
  --tw-shadow-color: rgb(255 255 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-text\/60 {
  --tw-shadow-color: rgb(255 255 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-text\/70 {
  --tw-shadow-color: rgb(255 255 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-text\/75 {
  --tw-shadow-color: rgb(255 255 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-text\/80 {
  --tw-shadow-color: rgb(255 255 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-text\/90 {
  --tw-shadow-color: rgb(255 255 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-text\/95 {
  --tw-shadow-color: rgb(255 255 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-text\/state-disabled {
  --tw-shadow-color: rgb(255 255 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-focused-text\/state-enabled {
  --tw-shadow-color: rgb(255 255 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-placeholder {
  --tw-shadow-color: #616161;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-placeholder\/0 {
  --tw-shadow-color: rgb(97 97 97 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-placeholder\/10 {
  --tw-shadow-color: rgb(97 97 97 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-placeholder\/100 {
  --tw-shadow-color: rgb(97 97 97 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-placeholder\/20 {
  --tw-shadow-color: rgb(97 97 97 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-placeholder\/25 {
  --tw-shadow-color: rgb(97 97 97 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-placeholder\/30 {
  --tw-shadow-color: rgb(97 97 97 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-placeholder\/40 {
  --tw-shadow-color: rgb(97 97 97 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-placeholder\/5 {
  --tw-shadow-color: rgb(97 97 97 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-placeholder\/50 {
  --tw-shadow-color: rgb(97 97 97 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-placeholder\/60 {
  --tw-shadow-color: rgb(97 97 97 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-placeholder\/70 {
  --tw-shadow-color: rgb(97 97 97 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-placeholder\/75 {
  --tw-shadow-color: rgb(97 97 97 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-placeholder\/80 {
  --tw-shadow-color: rgb(97 97 97 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-placeholder\/90 {
  --tw-shadow-color: rgb(97 97 97 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-placeholder\/95 {
  --tw-shadow-color: rgb(97 97 97 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-placeholder\/state-disabled {
  --tw-shadow-color: rgb(97 97 97 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-placeholder\/state-enabled {
  --tw-shadow-color: rgb(97 97 97 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-radio-background {
  --tw-shadow-color: rgb(17, 17, 17);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-radio-background\/0 {
  --tw-shadow-color: rgb(17 17 17 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-radio-background\/10 {
  --tw-shadow-color: rgb(17 17 17 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-radio-background\/100 {
  --tw-shadow-color: rgb(17 17 17 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-radio-background\/20 {
  --tw-shadow-color: rgb(17 17 17 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-radio-background\/25 {
  --tw-shadow-color: rgb(17 17 17 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-radio-background\/30 {
  --tw-shadow-color: rgb(17 17 17 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-radio-background\/40 {
  --tw-shadow-color: rgb(17 17 17 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-radio-background\/5 {
  --tw-shadow-color: rgb(17 17 17 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-radio-background\/50 {
  --tw-shadow-color: rgb(17 17 17 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-radio-background\/60 {
  --tw-shadow-color: rgb(17 17 17 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-radio-background\/70 {
  --tw-shadow-color: rgb(17 17 17 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-radio-background\/75 {
  --tw-shadow-color: rgb(17 17 17 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-radio-background\/80 {
  --tw-shadow-color: rgb(17 17 17 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-radio-background\/90 {
  --tw-shadow-color: rgb(17 17 17 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-radio-background\/95 {
  --tw-shadow-color: rgb(17 17 17 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-radio-background\/state-disabled {
  --tw-shadow-color: rgb(17 17 17 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-radio-background\/state-enabled {
  --tw-shadow-color: rgb(17 17 17 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-radio-border {
  --tw-shadow-color: rgb(205, 141, 239);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-radio-border\/0 {
  --tw-shadow-color: rgb(205 141 239 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-radio-border\/10 {
  --tw-shadow-color: rgb(205 141 239 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-radio-border\/100 {
  --tw-shadow-color: rgb(205 141 239 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-radio-border\/20 {
  --tw-shadow-color: rgb(205 141 239 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-radio-border\/25 {
  --tw-shadow-color: rgb(205 141 239 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-radio-border\/30 {
  --tw-shadow-color: rgb(205 141 239 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-radio-border\/40 {
  --tw-shadow-color: rgb(205 141 239 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-radio-border\/5 {
  --tw-shadow-color: rgb(205 141 239 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-radio-border\/50 {
  --tw-shadow-color: rgb(205 141 239 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-radio-border\/60 {
  --tw-shadow-color: rgb(205 141 239 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-radio-border\/70 {
  --tw-shadow-color: rgb(205 141 239 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-radio-border\/75 {
  --tw-shadow-color: rgb(205 141 239 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-radio-border\/80 {
  --tw-shadow-color: rgb(205 141 239 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-radio-border\/90 {
  --tw-shadow-color: rgb(205 141 239 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-radio-border\/95 {
  --tw-shadow-color: rgb(205 141 239 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-radio-border\/state-disabled {
  --tw-shadow-color: rgb(205 141 239 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-radio-border\/state-enabled {
  --tw-shadow-color: rgb(205 141 239 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-radio-contrast {
  --tw-shadow-color: rgb(255, 255, 255);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-radio-contrast\/0 {
  --tw-shadow-color: rgb(255 255 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-radio-contrast\/10 {
  --tw-shadow-color: rgb(255 255 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-radio-contrast\/100 {
  --tw-shadow-color: rgb(255 255 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-radio-contrast\/20 {
  --tw-shadow-color: rgb(255 255 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-radio-contrast\/25 {
  --tw-shadow-color: rgb(255 255 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-radio-contrast\/30 {
  --tw-shadow-color: rgb(255 255 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-radio-contrast\/40 {
  --tw-shadow-color: rgb(255 255 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-radio-contrast\/5 {
  --tw-shadow-color: rgb(255 255 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-radio-contrast\/50 {
  --tw-shadow-color: rgb(255 255 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-radio-contrast\/60 {
  --tw-shadow-color: rgb(255 255 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-radio-contrast\/70 {
  --tw-shadow-color: rgb(255 255 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-radio-contrast\/75 {
  --tw-shadow-color: rgb(255 255 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-radio-contrast\/80 {
  --tw-shadow-color: rgb(255 255 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-radio-contrast\/90 {
  --tw-shadow-color: rgb(255 255 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-radio-contrast\/95 {
  --tw-shadow-color: rgb(255 255 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-radio-contrast\/state-disabled {
  --tw-shadow-color: rgb(255 255 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-radio-contrast\/state-enabled {
  --tw-shadow-color: rgb(255 255 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-switch-backgroundOff {
  --tw-shadow-color: rgb(156, 163, 175);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-switch-backgroundOff\/0 {
  --tw-shadow-color: rgb(156 163 175 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-switch-backgroundOff\/10 {
  --tw-shadow-color: rgb(156 163 175 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-switch-backgroundOff\/100 {
  --tw-shadow-color: rgb(156 163 175 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-switch-backgroundOff\/20 {
  --tw-shadow-color: rgb(156 163 175 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-switch-backgroundOff\/25 {
  --tw-shadow-color: rgb(156 163 175 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-switch-backgroundOff\/30 {
  --tw-shadow-color: rgb(156 163 175 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-switch-backgroundOff\/40 {
  --tw-shadow-color: rgb(156 163 175 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-switch-backgroundOff\/5 {
  --tw-shadow-color: rgb(156 163 175 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-switch-backgroundOff\/50 {
  --tw-shadow-color: rgb(156 163 175 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-switch-backgroundOff\/60 {
  --tw-shadow-color: rgb(156 163 175 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-switch-backgroundOff\/70 {
  --tw-shadow-color: rgb(156 163 175 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-switch-backgroundOff\/75 {
  --tw-shadow-color: rgb(156 163 175 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-switch-backgroundOff\/80 {
  --tw-shadow-color: rgb(156 163 175 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-switch-backgroundOff\/90 {
  --tw-shadow-color: rgb(156 163 175 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-switch-backgroundOff\/95 {
  --tw-shadow-color: rgb(156 163 175 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-switch-backgroundOff\/state-disabled {
  --tw-shadow-color: rgb(156 163 175 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-switch-backgroundOff\/state-enabled {
  --tw-shadow-color: rgb(156 163 175 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-switch-backgroundOn {
  --tw-shadow-color: rgb(205, 141, 239);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-switch-backgroundOn\/0 {
  --tw-shadow-color: rgb(205 141 239 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-switch-backgroundOn\/10 {
  --tw-shadow-color: rgb(205 141 239 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-switch-backgroundOn\/100 {
  --tw-shadow-color: rgb(205 141 239 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-switch-backgroundOn\/20 {
  --tw-shadow-color: rgb(205 141 239 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-switch-backgroundOn\/25 {
  --tw-shadow-color: rgb(205 141 239 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-switch-backgroundOn\/30 {
  --tw-shadow-color: rgb(205 141 239 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-switch-backgroundOn\/40 {
  --tw-shadow-color: rgb(205 141 239 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-switch-backgroundOn\/5 {
  --tw-shadow-color: rgb(205 141 239 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-switch-backgroundOn\/50 {
  --tw-shadow-color: rgb(205 141 239 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-switch-backgroundOn\/60 {
  --tw-shadow-color: rgb(205 141 239 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-switch-backgroundOn\/70 {
  --tw-shadow-color: rgb(205 141 239 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-switch-backgroundOn\/75 {
  --tw-shadow-color: rgb(205 141 239 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-switch-backgroundOn\/80 {
  --tw-shadow-color: rgb(205 141 239 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-switch-backgroundOn\/90 {
  --tw-shadow-color: rgb(205 141 239 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-switch-backgroundOn\/95 {
  --tw-shadow-color: rgb(205 141 239 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-switch-backgroundOn\/state-disabled {
  --tw-shadow-color: rgb(205 141 239 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-switch-backgroundOn\/state-enabled {
  --tw-shadow-color: rgb(205 141 239 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-switch-contrast {
  --tw-shadow-color: rgb(64, 64, 64);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-switch-contrast\/0 {
  --tw-shadow-color: rgb(64 64 64 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-switch-contrast\/10 {
  --tw-shadow-color: rgb(64 64 64 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-switch-contrast\/100 {
  --tw-shadow-color: rgb(64 64 64 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-switch-contrast\/20 {
  --tw-shadow-color: rgb(64 64 64 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-switch-contrast\/25 {
  --tw-shadow-color: rgb(64 64 64 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-switch-contrast\/30 {
  --tw-shadow-color: rgb(64 64 64 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-switch-contrast\/40 {
  --tw-shadow-color: rgb(64 64 64 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-switch-contrast\/5 {
  --tw-shadow-color: rgb(64 64 64 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-switch-contrast\/50 {
  --tw-shadow-color: rgb(64 64 64 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-switch-contrast\/60 {
  --tw-shadow-color: rgb(64 64 64 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-switch-contrast\/70 {
  --tw-shadow-color: rgb(64 64 64 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-switch-contrast\/75 {
  --tw-shadow-color: rgb(64 64 64 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-switch-contrast\/80 {
  --tw-shadow-color: rgb(64 64 64 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-switch-contrast\/90 {
  --tw-shadow-color: rgb(64 64 64 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-switch-contrast\/95 {
  --tw-shadow-color: rgb(64 64 64 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-switch-contrast\/state-disabled {
  --tw-shadow-color: rgb(64 64 64 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-switch-contrast\/state-enabled {
  --tw-shadow-color: rgb(64 64 64 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-text {
  --tw-shadow-color: #FFFFFF;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-text\/0 {
  --tw-shadow-color: rgb(255 255 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-text\/10 {
  --tw-shadow-color: rgb(255 255 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-text\/100 {
  --tw-shadow-color: rgb(255 255 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-text\/20 {
  --tw-shadow-color: rgb(255 255 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-text\/25 {
  --tw-shadow-color: rgb(255 255 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-text\/30 {
  --tw-shadow-color: rgb(255 255 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-text\/40 {
  --tw-shadow-color: rgb(255 255 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-text\/5 {
  --tw-shadow-color: rgb(255 255 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-text\/50 {
  --tw-shadow-color: rgb(255 255 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-text\/60 {
  --tw-shadow-color: rgb(255 255 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-text\/70 {
  --tw-shadow-color: rgb(255 255 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-text\/75 {
  --tw-shadow-color: rgb(255 255 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-text\/80 {
  --tw-shadow-color: rgb(255 255 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-text\/90 {
  --tw-shadow-color: rgb(255 255 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-text\/95 {
  --tw-shadow-color: rgb(255 255 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-text\/state-disabled {
  --tw-shadow-color: rgb(255 255 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-input-text\/state-enabled {
  --tw-shadow-color: rgb(255 255 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-loader-default {
  --tw-shadow-color: rgb(205, 141, 239);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-loader-default\/0 {
  --tw-shadow-color: rgb(205 141 239 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-loader-default\/10 {
  --tw-shadow-color: rgb(205 141 239 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-loader-default\/100 {
  --tw-shadow-color: rgb(205 141 239 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-loader-default\/20 {
  --tw-shadow-color: rgb(205 141 239 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-loader-default\/25 {
  --tw-shadow-color: rgb(205 141 239 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-loader-default\/30 {
  --tw-shadow-color: rgb(205 141 239 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-loader-default\/40 {
  --tw-shadow-color: rgb(205 141 239 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-loader-default\/5 {
  --tw-shadow-color: rgb(205 141 239 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-loader-default\/50 {
  --tw-shadow-color: rgb(205 141 239 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-loader-default\/60 {
  --tw-shadow-color: rgb(205 141 239 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-loader-default\/70 {
  --tw-shadow-color: rgb(205 141 239 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-loader-default\/75 {
  --tw-shadow-color: rgb(205 141 239 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-loader-default\/80 {
  --tw-shadow-color: rgb(205 141 239 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-loader-default\/90 {
  --tw-shadow-color: rgb(205 141 239 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-loader-default\/95 {
  --tw-shadow-color: rgb(205 141 239 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-loader-default\/state-disabled {
  --tw-shadow-color: rgb(205 141 239 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-loader-default\/state-enabled {
  --tw-shadow-color: rgb(205 141 239 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-alternate {
  --tw-shadow-color: rgb(29, 29, 29);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-alternate\/0 {
  --tw-shadow-color: rgb(29 29 29 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-alternate\/10 {
  --tw-shadow-color: rgb(29 29 29 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-alternate\/100 {
  --tw-shadow-color: rgb(29 29 29 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-alternate\/20 {
  --tw-shadow-color: rgb(29 29 29 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-alternate\/25 {
  --tw-shadow-color: rgb(29 29 29 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-alternate\/30 {
  --tw-shadow-color: rgb(29 29 29 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-alternate\/40 {
  --tw-shadow-color: rgb(29 29 29 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-alternate\/5 {
  --tw-shadow-color: rgb(29 29 29 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-alternate\/50 {
  --tw-shadow-color: rgb(29 29 29 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-alternate\/60 {
  --tw-shadow-color: rgb(29 29 29 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-alternate\/70 {
  --tw-shadow-color: rgb(29 29 29 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-alternate\/75 {
  --tw-shadow-color: rgb(29 29 29 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-alternate\/80 {
  --tw-shadow-color: rgb(29 29 29 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-alternate\/90 {
  --tw-shadow-color: rgb(29 29 29 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-alternate\/95 {
  --tw-shadow-color: rgb(29 29 29 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-alternate\/state-disabled {
  --tw-shadow-color: rgb(29 29 29 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-alternate\/state-enabled {
  --tw-shadow-color: rgb(29 29 29 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-base {
  --tw-shadow-color: rgb(16, 16, 16);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-base\/0 {
  --tw-shadow-color: rgb(16 16 16 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-base\/10 {
  --tw-shadow-color: rgb(16 16 16 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-base\/100 {
  --tw-shadow-color: rgb(16 16 16 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-base\/20 {
  --tw-shadow-color: rgb(16 16 16 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-base\/25 {
  --tw-shadow-color: rgb(16 16 16 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-base\/30 {
  --tw-shadow-color: rgb(16 16 16 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-base\/40 {
  --tw-shadow-color: rgb(16 16 16 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-base\/5 {
  --tw-shadow-color: rgb(16 16 16 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-base\/50 {
  --tw-shadow-color: rgb(16 16 16 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-base\/60 {
  --tw-shadow-color: rgb(16 16 16 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-base\/70 {
  --tw-shadow-color: rgb(16 16 16 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-base\/75 {
  --tw-shadow-color: rgb(16 16 16 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-base\/80 {
  --tw-shadow-color: rgb(16 16 16 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-base\/90 {
  --tw-shadow-color: rgb(16 16 16 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-base\/95 {
  --tw-shadow-color: rgb(16 16 16 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-base\/state-disabled {
  --tw-shadow-color: rgb(16 16 16 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-base\/state-enabled {
  --tw-shadow-color: rgb(16 16 16 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-border {
  --tw-shadow-color: rgba(255, 255, 255, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-border\/0 {
  --tw-shadow-color: rgba(255, 255, 255, 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-border\/10 {
  --tw-shadow-color: rgba(255, 255, 255, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-border\/100 {
  --tw-shadow-color: rgba(255, 255, 255, 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-border\/20 {
  --tw-shadow-color: rgba(255, 255, 255, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-border\/25 {
  --tw-shadow-color: rgba(255, 255, 255, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-border\/30 {
  --tw-shadow-color: rgba(255, 255, 255, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-border\/40 {
  --tw-shadow-color: rgba(255, 255, 255, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-border\/5 {
  --tw-shadow-color: rgba(255, 255, 255, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-border\/50 {
  --tw-shadow-color: rgba(255, 255, 255, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-border\/60 {
  --tw-shadow-color: rgba(255, 255, 255, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-border\/70 {
  --tw-shadow-color: rgba(255, 255, 255, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-border\/75 {
  --tw-shadow-color: rgba(255, 255, 255, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-border\/80 {
  --tw-shadow-color: rgba(255, 255, 255, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-border\/90 {
  --tw-shadow-color: rgba(255, 255, 255, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-border\/95 {
  --tw-shadow-color: rgba(255, 255, 255, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-border\/state-disabled {
  --tw-shadow-color: rgba(255, 255, 255, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-border\/state-enabled {
  --tw-shadow-color: rgba(255, 255, 255, 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-default {
  --tw-shadow-color: rgba(255, 255, 255, 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-default\/0 {
  --tw-shadow-color: rgba(255, 255, 255, 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-default\/10 {
  --tw-shadow-color: rgba(255, 255, 255, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-default\/100 {
  --tw-shadow-color: rgba(255, 255, 255, 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-default\/20 {
  --tw-shadow-color: rgba(255, 255, 255, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-default\/25 {
  --tw-shadow-color: rgba(255, 255, 255, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-default\/30 {
  --tw-shadow-color: rgba(255, 255, 255, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-default\/40 {
  --tw-shadow-color: rgba(255, 255, 255, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-default\/5 {
  --tw-shadow-color: rgba(255, 255, 255, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-default\/50 {
  --tw-shadow-color: rgba(255, 255, 255, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-default\/60 {
  --tw-shadow-color: rgba(255, 255, 255, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-default\/70 {
  --tw-shadow-color: rgba(255, 255, 255, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-default\/75 {
  --tw-shadow-color: rgba(255, 255, 255, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-default\/80 {
  --tw-shadow-color: rgba(255, 255, 255, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-default\/90 {
  --tw-shadow-color: rgba(255, 255, 255, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-default\/95 {
  --tw-shadow-color: rgba(255, 255, 255, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-default\/state-disabled {
  --tw-shadow-color: rgba(255, 255, 255, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-default\/state-enabled {
  --tw-shadow-color: rgba(255, 255, 255, 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-shadow {
  --tw-shadow-color: rgba(0, 0, 0, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-shadow\/0 {
  --tw-shadow-color: rgba(0, 0, 0, 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-shadow\/10 {
  --tw-shadow-color: rgba(0, 0, 0, 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-shadow\/100 {
  --tw-shadow-color: rgba(0, 0, 0, 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-shadow\/20 {
  --tw-shadow-color: rgba(0, 0, 0, 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-shadow\/25 {
  --tw-shadow-color: rgba(0, 0, 0, 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-shadow\/30 {
  --tw-shadow-color: rgba(0, 0, 0, 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-shadow\/40 {
  --tw-shadow-color: rgba(0, 0, 0, 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-shadow\/5 {
  --tw-shadow-color: rgba(0, 0, 0, 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-shadow\/50 {
  --tw-shadow-color: rgba(0, 0, 0, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-shadow\/60 {
  --tw-shadow-color: rgba(0, 0, 0, 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-shadow\/70 {
  --tw-shadow-color: rgba(0, 0, 0, 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-shadow\/75 {
  --tw-shadow-color: rgba(0, 0, 0, 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-shadow\/80 {
  --tw-shadow-color: rgba(0, 0, 0, 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-shadow\/90 {
  --tw-shadow-color: rgba(0, 0, 0, 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-shadow\/95 {
  --tw-shadow-color: rgba(0, 0, 0, 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-shadow\/state-disabled {
  --tw-shadow-color: rgba(0, 0, 0, 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-panel-shadow\/state-enabled {
  --tw-shadow-color: rgba(0, 0, 0, 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-accent {
  --tw-shadow-color: rgb(205, 141, 239);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-accent\/0 {
  --tw-shadow-color: rgb(205 141 239 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-accent\/10 {
  --tw-shadow-color: rgb(205 141 239 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-accent\/100 {
  --tw-shadow-color: rgb(205 141 239 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-accent\/20 {
  --tw-shadow-color: rgb(205 141 239 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-accent\/25 {
  --tw-shadow-color: rgb(205 141 239 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-accent\/30 {
  --tw-shadow-color: rgb(205 141 239 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-accent\/40 {
  --tw-shadow-color: rgb(205 141 239 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-accent\/5 {
  --tw-shadow-color: rgb(205 141 239 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-accent\/50 {
  --tw-shadow-color: rgb(205 141 239 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-accent\/60 {
  --tw-shadow-color: rgb(205 141 239 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-accent\/70 {
  --tw-shadow-color: rgb(205 141 239 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-accent\/75 {
  --tw-shadow-color: rgb(205 141 239 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-accent\/80 {
  --tw-shadow-color: rgb(205 141 239 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-accent\/90 {
  --tw-shadow-color: rgb(205 141 239 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-accent\/95 {
  --tw-shadow-color: rgb(205 141 239 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-accent\/state-disabled {
  --tw-shadow-color: rgb(205 141 239 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-accent\/state-enabled {
  --tw-shadow-color: rgb(205 141 239 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-alternate {
  --tw-shadow-color: rgb(6, 182, 212);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-alternate\/0 {
  --tw-shadow-color: rgb(6 182 212 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-alternate\/10 {
  --tw-shadow-color: rgb(6 182 212 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-alternate\/100 {
  --tw-shadow-color: rgb(6 182 212 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-alternate\/20 {
  --tw-shadow-color: rgb(6 182 212 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-alternate\/25 {
  --tw-shadow-color: rgb(6 182 212 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-alternate\/30 {
  --tw-shadow-color: rgb(6 182 212 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-alternate\/40 {
  --tw-shadow-color: rgb(6 182 212 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-alternate\/5 {
  --tw-shadow-color: rgb(6 182 212 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-alternate\/50 {
  --tw-shadow-color: rgb(6 182 212 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-alternate\/60 {
  --tw-shadow-color: rgb(6 182 212 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-alternate\/70 {
  --tw-shadow-color: rgb(6 182 212 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-alternate\/75 {
  --tw-shadow-color: rgb(6 182 212 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-alternate\/80 {
  --tw-shadow-color: rgb(6 182 212 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-alternate\/90 {
  --tw-shadow-color: rgb(6 182 212 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-alternate\/95 {
  --tw-shadow-color: rgb(6 182 212 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-alternate\/state-disabled {
  --tw-shadow-color: rgb(6 182 212 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-alternate\/state-enabled {
  --tw-shadow-color: rgb(6 182 212 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-default {
  --tw-shadow-color: rgb(255, 255, 255);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-default\/0 {
  --tw-shadow-color: rgb(255 255 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-default\/10 {
  --tw-shadow-color: rgb(255 255 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-default\/100 {
  --tw-shadow-color: rgb(255 255 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-default\/20 {
  --tw-shadow-color: rgb(255 255 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-default\/25 {
  --tw-shadow-color: rgb(255 255 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-default\/30 {
  --tw-shadow-color: rgb(255 255 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-default\/40 {
  --tw-shadow-color: rgb(255 255 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-default\/5 {
  --tw-shadow-color: rgb(255 255 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-default\/50 {
  --tw-shadow-color: rgb(255 255 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-default\/60 {
  --tw-shadow-color: rgb(255 255 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-default\/70 {
  --tw-shadow-color: rgb(255 255 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-default\/75 {
  --tw-shadow-color: rgb(255 255 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-default\/80 {
  --tw-shadow-color: rgb(255 255 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-default\/90 {
  --tw-shadow-color: rgb(255 255 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-default\/95 {
  --tw-shadow-color: rgb(255 255 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-default\/state-disabled {
  --tw-shadow-color: rgb(255 255 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-default\/state-enabled {
  --tw-shadow-color: rgb(255 255 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-error {
  --tw-shadow-color: rgb(248, 113, 113);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-error\/0 {
  --tw-shadow-color: rgb(248 113 113 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-error\/10 {
  --tw-shadow-color: rgb(248 113 113 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-error\/100 {
  --tw-shadow-color: rgb(248 113 113 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-error\/20 {
  --tw-shadow-color: rgb(248 113 113 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-error\/25 {
  --tw-shadow-color: rgb(248 113 113 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-error\/30 {
  --tw-shadow-color: rgb(248 113 113 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-error\/40 {
  --tw-shadow-color: rgb(248 113 113 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-error\/5 {
  --tw-shadow-color: rgb(248 113 113 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-error\/50 {
  --tw-shadow-color: rgb(248 113 113 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-error\/60 {
  --tw-shadow-color: rgb(248 113 113 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-error\/70 {
  --tw-shadow-color: rgb(248 113 113 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-error\/75 {
  --tw-shadow-color: rgb(248 113 113 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-error\/80 {
  --tw-shadow-color: rgb(248 113 113 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-error\/90 {
  --tw-shadow-color: rgb(248 113 113 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-error\/95 {
  --tw-shadow-color: rgb(248 113 113 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-error\/state-disabled {
  --tw-shadow-color: rgb(248 113 113 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-error\/state-enabled {
  --tw-shadow-color: rgb(248 113 113 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-info {
  --tw-shadow-color: rgb(96, 165, 250);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-info\/0 {
  --tw-shadow-color: rgb(96 165 250 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-info\/10 {
  --tw-shadow-color: rgb(96 165 250 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-info\/100 {
  --tw-shadow-color: rgb(96 165 250 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-info\/20 {
  --tw-shadow-color: rgb(96 165 250 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-info\/25 {
  --tw-shadow-color: rgb(96 165 250 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-info\/30 {
  --tw-shadow-color: rgb(96 165 250 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-info\/40 {
  --tw-shadow-color: rgb(96 165 250 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-info\/5 {
  --tw-shadow-color: rgb(96 165 250 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-info\/50 {
  --tw-shadow-color: rgb(96 165 250 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-info\/60 {
  --tw-shadow-color: rgb(96 165 250 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-info\/70 {
  --tw-shadow-color: rgb(96 165 250 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-info\/75 {
  --tw-shadow-color: rgb(96 165 250 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-info\/80 {
  --tw-shadow-color: rgb(96 165 250 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-info\/90 {
  --tw-shadow-color: rgb(96 165 250 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-info\/95 {
  --tw-shadow-color: rgb(96 165 250 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-info\/state-disabled {
  --tw-shadow-color: rgb(96 165 250 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-info\/state-enabled {
  --tw-shadow-color: rgb(96 165 250 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-link-default {
  --tw-shadow-color: rgb(205, 141, 239);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-link-default\/0 {
  --tw-shadow-color: rgb(205 141 239 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-link-default\/10 {
  --tw-shadow-color: rgb(205 141 239 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-link-default\/100 {
  --tw-shadow-color: rgb(205 141 239 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-link-default\/20 {
  --tw-shadow-color: rgb(205 141 239 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-link-default\/25 {
  --tw-shadow-color: rgb(205 141 239 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-link-default\/30 {
  --tw-shadow-color: rgb(205 141 239 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-link-default\/40 {
  --tw-shadow-color: rgb(205 141 239 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-link-default\/5 {
  --tw-shadow-color: rgb(205 141 239 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-link-default\/50 {
  --tw-shadow-color: rgb(205 141 239 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-link-default\/60 {
  --tw-shadow-color: rgb(205 141 239 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-link-default\/70 {
  --tw-shadow-color: rgb(205 141 239 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-link-default\/75 {
  --tw-shadow-color: rgb(205 141 239 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-link-default\/80 {
  --tw-shadow-color: rgb(205 141 239 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-link-default\/90 {
  --tw-shadow-color: rgb(205 141 239 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-link-default\/95 {
  --tw-shadow-color: rgb(205 141 239 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-link-default\/state-disabled {
  --tw-shadow-color: rgb(205 141 239 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-link-default\/state-enabled {
  --tw-shadow-color: rgb(205 141 239 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-link-hover {
  --tw-shadow-color: rgb(215, 164, 242);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-link-hover\/0 {
  --tw-shadow-color: rgb(215 164 242 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-link-hover\/10 {
  --tw-shadow-color: rgb(215 164 242 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-link-hover\/100 {
  --tw-shadow-color: rgb(215 164 242 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-link-hover\/20 {
  --tw-shadow-color: rgb(215 164 242 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-link-hover\/25 {
  --tw-shadow-color: rgb(215 164 242 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-link-hover\/30 {
  --tw-shadow-color: rgb(215 164 242 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-link-hover\/40 {
  --tw-shadow-color: rgb(215 164 242 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-link-hover\/5 {
  --tw-shadow-color: rgb(215 164 242 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-link-hover\/50 {
  --tw-shadow-color: rgb(215 164 242 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-link-hover\/60 {
  --tw-shadow-color: rgb(215 164 242 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-link-hover\/70 {
  --tw-shadow-color: rgb(215 164 242 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-link-hover\/75 {
  --tw-shadow-color: rgb(215 164 242 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-link-hover\/80 {
  --tw-shadow-color: rgb(215 164 242 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-link-hover\/90 {
  --tw-shadow-color: rgb(215 164 242 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-link-hover\/95 {
  --tw-shadow-color: rgb(215 164 242 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-link-hover\/state-disabled {
  --tw-shadow-color: rgb(215 164 242 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-link-hover\/state-enabled {
  --tw-shadow-color: rgb(215 164 242 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-muted {
  --tw-shadow-color: rgb(156, 163, 175);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-muted\/0 {
  --tw-shadow-color: rgb(156 163 175 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-muted\/10 {
  --tw-shadow-color: rgb(156 163 175 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-muted\/100 {
  --tw-shadow-color: rgb(156 163 175 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-muted\/20 {
  --tw-shadow-color: rgb(156 163 175 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-muted\/25 {
  --tw-shadow-color: rgb(156 163 175 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-muted\/30 {
  --tw-shadow-color: rgb(156 163 175 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-muted\/40 {
  --tw-shadow-color: rgb(156 163 175 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-muted\/5 {
  --tw-shadow-color: rgb(156 163 175 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-muted\/50 {
  --tw-shadow-color: rgb(156 163 175 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-muted\/60 {
  --tw-shadow-color: rgb(156 163 175 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-muted\/70 {
  --tw-shadow-color: rgb(156 163 175 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-muted\/75 {
  --tw-shadow-color: rgb(156 163 175 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-muted\/80 {
  --tw-shadow-color: rgb(156 163 175 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-muted\/90 {
  --tw-shadow-color: rgb(156 163 175 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-muted\/95 {
  --tw-shadow-color: rgb(156 163 175 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-muted\/state-disabled {
  --tw-shadow-color: rgb(156 163 175 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-muted\/state-enabled {
  --tw-shadow-color: rgb(156 163 175 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-on-accent {
  --tw-shadow-color: rgb(64, 64, 64);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-on-accent\/0 {
  --tw-shadow-color: rgb(64 64 64 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-on-accent\/10 {
  --tw-shadow-color: rgb(64 64 64 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-on-accent\/100 {
  --tw-shadow-color: rgb(64 64 64 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-on-accent\/20 {
  --tw-shadow-color: rgb(64 64 64 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-on-accent\/25 {
  --tw-shadow-color: rgb(64 64 64 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-on-accent\/30 {
  --tw-shadow-color: rgb(64 64 64 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-on-accent\/40 {
  --tw-shadow-color: rgb(64 64 64 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-on-accent\/5 {
  --tw-shadow-color: rgb(64 64 64 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-on-accent\/50 {
  --tw-shadow-color: rgb(64 64 64 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-on-accent\/60 {
  --tw-shadow-color: rgb(64 64 64 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-on-accent\/70 {
  --tw-shadow-color: rgb(64 64 64 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-on-accent\/75 {
  --tw-shadow-color: rgb(64 64 64 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-on-accent\/80 {
  --tw-shadow-color: rgb(64 64 64 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-on-accent\/90 {
  --tw-shadow-color: rgb(64 64 64 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-on-accent\/95 {
  --tw-shadow-color: rgb(64 64 64 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-on-accent\/state-disabled {
  --tw-shadow-color: rgb(64 64 64 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-on-accent\/state-enabled {
  --tw-shadow-color: rgb(64 64 64 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-subtle {
  --tw-shadow-color: rgb(229, 231, 235);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-subtle\/0 {
  --tw-shadow-color: rgb(229 231 235 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-subtle\/10 {
  --tw-shadow-color: rgb(229 231 235 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-subtle\/100 {
  --tw-shadow-color: rgb(229 231 235 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-subtle\/20 {
  --tw-shadow-color: rgb(229 231 235 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-subtle\/25 {
  --tw-shadow-color: rgb(229 231 235 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-subtle\/30 {
  --tw-shadow-color: rgb(229 231 235 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-subtle\/40 {
  --tw-shadow-color: rgb(229 231 235 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-subtle\/5 {
  --tw-shadow-color: rgb(229 231 235 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-subtle\/50 {
  --tw-shadow-color: rgb(229 231 235 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-subtle\/60 {
  --tw-shadow-color: rgb(229 231 235 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-subtle\/70 {
  --tw-shadow-color: rgb(229 231 235 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-subtle\/75 {
  --tw-shadow-color: rgb(229 231 235 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-subtle\/80 {
  --tw-shadow-color: rgb(229 231 235 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-subtle\/90 {
  --tw-shadow-color: rgb(229 231 235 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-subtle\/95 {
  --tw-shadow-color: rgb(229 231 235 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-subtle\/state-disabled {
  --tw-shadow-color: rgb(229 231 235 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-subtle\/state-enabled {
  --tw-shadow-color: rgb(229 231 235 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-success {
  --tw-shadow-color: rgb(74, 222, 128);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-success\/0 {
  --tw-shadow-color: rgb(74 222 128 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-success\/10 {
  --tw-shadow-color: rgb(74 222 128 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-success\/100 {
  --tw-shadow-color: rgb(74 222 128 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-success\/20 {
  --tw-shadow-color: rgb(74 222 128 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-success\/25 {
  --tw-shadow-color: rgb(74 222 128 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-success\/30 {
  --tw-shadow-color: rgb(74 222 128 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-success\/40 {
  --tw-shadow-color: rgb(74 222 128 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-success\/5 {
  --tw-shadow-color: rgb(74 222 128 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-success\/50 {
  --tw-shadow-color: rgb(74 222 128 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-success\/60 {
  --tw-shadow-color: rgb(74 222 128 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-success\/70 {
  --tw-shadow-color: rgb(74 222 128 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-success\/75 {
  --tw-shadow-color: rgb(74 222 128 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-success\/80 {
  --tw-shadow-color: rgb(74 222 128 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-success\/90 {
  --tw-shadow-color: rgb(74 222 128 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-success\/95 {
  --tw-shadow-color: rgb(74 222 128 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-success\/state-disabled {
  --tw-shadow-color: rgb(74 222 128 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-success\/state-enabled {
  --tw-shadow-color: rgb(74 222 128 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-warning {
  --tw-shadow-color: rgb(251, 146, 60);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-warning\/0 {
  --tw-shadow-color: rgb(251 146 60 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-warning\/10 {
  --tw-shadow-color: rgb(251 146 60 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-warning\/100 {
  --tw-shadow-color: rgb(251 146 60 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-warning\/20 {
  --tw-shadow-color: rgb(251 146 60 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-warning\/25 {
  --tw-shadow-color: rgb(251 146 60 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-warning\/30 {
  --tw-shadow-color: rgb(251 146 60 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-warning\/40 {
  --tw-shadow-color: rgb(251 146 60 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-warning\/5 {
  --tw-shadow-color: rgb(251 146 60 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-warning\/50 {
  --tw-shadow-color: rgb(251 146 60 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-warning\/60 {
  --tw-shadow-color: rgb(251 146 60 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-warning\/70 {
  --tw-shadow-color: rgb(251 146 60 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-warning\/75 {
  --tw-shadow-color: rgb(251 146 60 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-warning\/80 {
  --tw-shadow-color: rgb(251 146 60 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-warning\/90 {
  --tw-shadow-color: rgb(251 146 60 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-warning\/95 {
  --tw-shadow-color: rgb(251 146 60 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-warning\/state-disabled {
  --tw-shadow-color: rgb(251 146 60 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-typography-warning\/state-enabled {
  --tw-shadow-color: rgb(251 146 60 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.\!outline {
  outline-style: solid !important;
}
.outline {
  outline-style: solid;
}
.outline-avatar-background {
  outline-color: rgb(205, 141, 239);
}
.outline-avatar-background\/0 {
  outline-color: rgb(205 141 239 / 0);
}
.outline-avatar-background\/10 {
  outline-color: rgb(205 141 239 / 0.1);
}
.outline-avatar-background\/100 {
  outline-color: rgb(205 141 239 / 1);
}
.outline-avatar-background\/20 {
  outline-color: rgb(205 141 239 / 0.2);
}
.outline-avatar-background\/25 {
  outline-color: rgb(205 141 239 / 0.25);
}
.outline-avatar-background\/30 {
  outline-color: rgb(205 141 239 / 0.3);
}
.outline-avatar-background\/40 {
  outline-color: rgb(205 141 239 / 0.4);
}
.outline-avatar-background\/5 {
  outline-color: rgb(205 141 239 / 0.05);
}
.outline-avatar-background\/50 {
  outline-color: rgb(205 141 239 / 0.5);
}
.outline-avatar-background\/60 {
  outline-color: rgb(205 141 239 / 0.6);
}
.outline-avatar-background\/70 {
  outline-color: rgb(205 141 239 / 0.7);
}
.outline-avatar-background\/75 {
  outline-color: rgb(205 141 239 / 0.75);
}
.outline-avatar-background\/80 {
  outline-color: rgb(205 141 239 / 0.8);
}
.outline-avatar-background\/90 {
  outline-color: rgb(205 141 239 / 0.9);
}
.outline-avatar-background\/95 {
  outline-color: rgb(205 141 239 / 0.95);
}
.outline-avatar-background\/state-disabled {
  outline-color: rgb(205 141 239 / 0.5);
}
.outline-avatar-background\/state-enabled {
  outline-color: rgb(205 141 239 / 1);
}
.outline-badge-outline-alternate {
  outline-color: rgb(6, 182, 212);
}
.outline-badge-outline-alternate\/0 {
  outline-color: rgb(6 182 212 / 0);
}
.outline-badge-outline-alternate\/10 {
  outline-color: rgb(6 182 212 / 0.1);
}
.outline-badge-outline-alternate\/100 {
  outline-color: rgb(6 182 212 / 1);
}
.outline-badge-outline-alternate\/20 {
  outline-color: rgb(6 182 212 / 0.2);
}
.outline-badge-outline-alternate\/25 {
  outline-color: rgb(6 182 212 / 0.25);
}
.outline-badge-outline-alternate\/30 {
  outline-color: rgb(6 182 212 / 0.3);
}
.outline-badge-outline-alternate\/40 {
  outline-color: rgb(6 182 212 / 0.4);
}
.outline-badge-outline-alternate\/5 {
  outline-color: rgb(6 182 212 / 0.05);
}
.outline-badge-outline-alternate\/50 {
  outline-color: rgb(6 182 212 / 0.5);
}
.outline-badge-outline-alternate\/60 {
  outline-color: rgb(6 182 212 / 0.6);
}
.outline-badge-outline-alternate\/70 {
  outline-color: rgb(6 182 212 / 0.7);
}
.outline-badge-outline-alternate\/75 {
  outline-color: rgb(6 182 212 / 0.75);
}
.outline-badge-outline-alternate\/80 {
  outline-color: rgb(6 182 212 / 0.8);
}
.outline-badge-outline-alternate\/90 {
  outline-color: rgb(6 182 212 / 0.9);
}
.outline-badge-outline-alternate\/95 {
  outline-color: rgb(6 182 212 / 0.95);
}
.outline-badge-outline-alternate\/state-disabled {
  outline-color: rgb(6 182 212 / 0.5);
}
.outline-badge-outline-alternate\/state-enabled {
  outline-color: rgb(6 182 212 / 1);
}
.outline-badge-outline-default {
  outline-color: rgb(205, 141, 239);
}
.outline-badge-outline-default\/0 {
  outline-color: rgb(205 141 239 / 0);
}
.outline-badge-outline-default\/10 {
  outline-color: rgb(205 141 239 / 0.1);
}
.outline-badge-outline-default\/100 {
  outline-color: rgb(205 141 239 / 1);
}
.outline-badge-outline-default\/20 {
  outline-color: rgb(205 141 239 / 0.2);
}
.outline-badge-outline-default\/25 {
  outline-color: rgb(205 141 239 / 0.25);
}
.outline-badge-outline-default\/30 {
  outline-color: rgb(205 141 239 / 0.3);
}
.outline-badge-outline-default\/40 {
  outline-color: rgb(205 141 239 / 0.4);
}
.outline-badge-outline-default\/5 {
  outline-color: rgb(205 141 239 / 0.05);
}
.outline-badge-outline-default\/50 {
  outline-color: rgb(205 141 239 / 0.5);
}
.outline-badge-outline-default\/60 {
  outline-color: rgb(205 141 239 / 0.6);
}
.outline-badge-outline-default\/70 {
  outline-color: rgb(205 141 239 / 0.7);
}
.outline-badge-outline-default\/75 {
  outline-color: rgb(205 141 239 / 0.75);
}
.outline-badge-outline-default\/80 {
  outline-color: rgb(205 141 239 / 0.8);
}
.outline-badge-outline-default\/90 {
  outline-color: rgb(205 141 239 / 0.9);
}
.outline-badge-outline-default\/95 {
  outline-color: rgb(205 141 239 / 0.95);
}
.outline-badge-outline-default\/state-disabled {
  outline-color: rgb(205 141 239 / 0.5);
}
.outline-badge-outline-default\/state-enabled {
  outline-color: rgb(205 141 239 / 1);
}
.outline-badge-outline-textColor {
  outline-color: rgb(205, 141, 239);
}
.outline-badge-outline-textColor\/0 {
  outline-color: rgb(205 141 239 / 0);
}
.outline-badge-outline-textColor\/10 {
  outline-color: rgb(205 141 239 / 0.1);
}
.outline-badge-outline-textColor\/100 {
  outline-color: rgb(205 141 239 / 1);
}
.outline-badge-outline-textColor\/20 {
  outline-color: rgb(205 141 239 / 0.2);
}
.outline-badge-outline-textColor\/25 {
  outline-color: rgb(205 141 239 / 0.25);
}
.outline-badge-outline-textColor\/30 {
  outline-color: rgb(205 141 239 / 0.3);
}
.outline-badge-outline-textColor\/40 {
  outline-color: rgb(205 141 239 / 0.4);
}
.outline-badge-outline-textColor\/5 {
  outline-color: rgb(205 141 239 / 0.05);
}
.outline-badge-outline-textColor\/50 {
  outline-color: rgb(205 141 239 / 0.5);
}
.outline-badge-outline-textColor\/60 {
  outline-color: rgb(205 141 239 / 0.6);
}
.outline-badge-outline-textColor\/70 {
  outline-color: rgb(205 141 239 / 0.7);
}
.outline-badge-outline-textColor\/75 {
  outline-color: rgb(205 141 239 / 0.75);
}
.outline-badge-outline-textColor\/80 {
  outline-color: rgb(205 141 239 / 0.8);
}
.outline-badge-outline-textColor\/90 {
  outline-color: rgb(205 141 239 / 0.9);
}
.outline-badge-outline-textColor\/95 {
  outline-color: rgb(205 141 239 / 0.95);
}
.outline-badge-outline-textColor\/state-disabled {
  outline-color: rgb(205 141 239 / 0.5);
}
.outline-badge-outline-textColor\/state-enabled {
  outline-color: rgb(205 141 239 / 1);
}
.outline-badge-solid-alternate {
  outline-color: rgb(6, 182, 212);
}
.outline-badge-solid-alternate\/0 {
  outline-color: rgb(6 182 212 / 0);
}
.outline-badge-solid-alternate\/10 {
  outline-color: rgb(6 182 212 / 0.1);
}
.outline-badge-solid-alternate\/100 {
  outline-color: rgb(6 182 212 / 1);
}
.outline-badge-solid-alternate\/20 {
  outline-color: rgb(6 182 212 / 0.2);
}
.outline-badge-solid-alternate\/25 {
  outline-color: rgb(6 182 212 / 0.25);
}
.outline-badge-solid-alternate\/30 {
  outline-color: rgb(6 182 212 / 0.3);
}
.outline-badge-solid-alternate\/40 {
  outline-color: rgb(6 182 212 / 0.4);
}
.outline-badge-solid-alternate\/5 {
  outline-color: rgb(6 182 212 / 0.05);
}
.outline-badge-solid-alternate\/50 {
  outline-color: rgb(6 182 212 / 0.5);
}
.outline-badge-solid-alternate\/60 {
  outline-color: rgb(6 182 212 / 0.6);
}
.outline-badge-solid-alternate\/70 {
  outline-color: rgb(6 182 212 / 0.7);
}
.outline-badge-solid-alternate\/75 {
  outline-color: rgb(6 182 212 / 0.75);
}
.outline-badge-solid-alternate\/80 {
  outline-color: rgb(6 182 212 / 0.8);
}
.outline-badge-solid-alternate\/90 {
  outline-color: rgb(6 182 212 / 0.9);
}
.outline-badge-solid-alternate\/95 {
  outline-color: rgb(6 182 212 / 0.95);
}
.outline-badge-solid-alternate\/state-disabled {
  outline-color: rgb(6 182 212 / 0.5);
}
.outline-badge-solid-alternate\/state-enabled {
  outline-color: rgb(6 182 212 / 1);
}
.outline-badge-solid-default {
  outline-color: rgb(205, 141, 239);
}
.outline-badge-solid-default\/0 {
  outline-color: rgb(205 141 239 / 0);
}
.outline-badge-solid-default\/10 {
  outline-color: rgb(205 141 239 / 0.1);
}
.outline-badge-solid-default\/100 {
  outline-color: rgb(205 141 239 / 1);
}
.outline-badge-solid-default\/20 {
  outline-color: rgb(205 141 239 / 0.2);
}
.outline-badge-solid-default\/25 {
  outline-color: rgb(205 141 239 / 0.25);
}
.outline-badge-solid-default\/30 {
  outline-color: rgb(205 141 239 / 0.3);
}
.outline-badge-solid-default\/40 {
  outline-color: rgb(205 141 239 / 0.4);
}
.outline-badge-solid-default\/5 {
  outline-color: rgb(205 141 239 / 0.05);
}
.outline-badge-solid-default\/50 {
  outline-color: rgb(205 141 239 / 0.5);
}
.outline-badge-solid-default\/60 {
  outline-color: rgb(205 141 239 / 0.6);
}
.outline-badge-solid-default\/70 {
  outline-color: rgb(205 141 239 / 0.7);
}
.outline-badge-solid-default\/75 {
  outline-color: rgb(205 141 239 / 0.75);
}
.outline-badge-solid-default\/80 {
  outline-color: rgb(205 141 239 / 0.8);
}
.outline-badge-solid-default\/90 {
  outline-color: rgb(205 141 239 / 0.9);
}
.outline-badge-solid-default\/95 {
  outline-color: rgb(205 141 239 / 0.95);
}
.outline-badge-solid-default\/state-disabled {
  outline-color: rgb(205 141 239 / 0.5);
}
.outline-badge-solid-default\/state-enabled {
  outline-color: rgb(205 141 239 / 1);
}
.outline-badge-solid-textColor {
  outline-color: rgb(64, 64, 64);
}
.outline-badge-solid-textColor\/0 {
  outline-color: rgb(64 64 64 / 0);
}
.outline-badge-solid-textColor\/10 {
  outline-color: rgb(64 64 64 / 0.1);
}
.outline-badge-solid-textColor\/100 {
  outline-color: rgb(64 64 64 / 1);
}
.outline-badge-solid-textColor\/20 {
  outline-color: rgb(64 64 64 / 0.2);
}
.outline-badge-solid-textColor\/25 {
  outline-color: rgb(64 64 64 / 0.25);
}
.outline-badge-solid-textColor\/30 {
  outline-color: rgb(64 64 64 / 0.3);
}
.outline-badge-solid-textColor\/40 {
  outline-color: rgb(64 64 64 / 0.4);
}
.outline-badge-solid-textColor\/5 {
  outline-color: rgb(64 64 64 / 0.05);
}
.outline-badge-solid-textColor\/50 {
  outline-color: rgb(64 64 64 / 0.5);
}
.outline-badge-solid-textColor\/60 {
  outline-color: rgb(64 64 64 / 0.6);
}
.outline-badge-solid-textColor\/70 {
  outline-color: rgb(64 64 64 / 0.7);
}
.outline-badge-solid-textColor\/75 {
  outline-color: rgb(64 64 64 / 0.75);
}
.outline-badge-solid-textColor\/80 {
  outline-color: rgb(64 64 64 / 0.8);
}
.outline-badge-solid-textColor\/90 {
  outline-color: rgb(64 64 64 / 0.9);
}
.outline-badge-solid-textColor\/95 {
  outline-color: rgb(64 64 64 / 0.95);
}
.outline-badge-solid-textColor\/state-disabled {
  outline-color: rgb(64 64 64 / 0.5);
}
.outline-badge-solid-textColor\/state-enabled {
  outline-color: rgb(64 64 64 / 1);
}
.outline-divider-default {
  outline-color: rgb(55, 65, 81);
}
.outline-divider-default\/0 {
  outline-color: rgb(55 65 81 / 0);
}
.outline-divider-default\/10 {
  outline-color: rgb(55 65 81 / 0.1);
}
.outline-divider-default\/100 {
  outline-color: rgb(55 65 81 / 1);
}
.outline-divider-default\/20 {
  outline-color: rgb(55 65 81 / 0.2);
}
.outline-divider-default\/25 {
  outline-color: rgb(55 65 81 / 0.25);
}
.outline-divider-default\/30 {
  outline-color: rgb(55 65 81 / 0.3);
}
.outline-divider-default\/40 {
  outline-color: rgb(55 65 81 / 0.4);
}
.outline-divider-default\/5 {
  outline-color: rgb(55 65 81 / 0.05);
}
.outline-divider-default\/50 {
  outline-color: rgb(55 65 81 / 0.5);
}
.outline-divider-default\/60 {
  outline-color: rgb(55 65 81 / 0.6);
}
.outline-divider-default\/70 {
  outline-color: rgb(55 65 81 / 0.7);
}
.outline-divider-default\/75 {
  outline-color: rgb(55 65 81 / 0.75);
}
.outline-divider-default\/80 {
  outline-color: rgb(55 65 81 / 0.8);
}
.outline-divider-default\/90 {
  outline-color: rgb(55 65 81 / 0.9);
}
.outline-divider-default\/95 {
  outline-color: rgb(55 65 81 / 0.95);
}
.outline-divider-default\/state-disabled {
  outline-color: rgb(55 65 81 / 0.5);
}
.outline-divider-default\/state-enabled {
  outline-color: rgb(55 65 81 / 1);
}
.outline-input-background {
  outline-color: rgb(23, 23, 23);
}
.outline-input-background\/0 {
  outline-color: rgb(23 23 23 / 0);
}
.outline-input-background\/10 {
  outline-color: rgb(23 23 23 / 0.1);
}
.outline-input-background\/100 {
  outline-color: rgb(23 23 23 / 1);
}
.outline-input-background\/20 {
  outline-color: rgb(23 23 23 / 0.2);
}
.outline-input-background\/25 {
  outline-color: rgb(23 23 23 / 0.25);
}
.outline-input-background\/30 {
  outline-color: rgb(23 23 23 / 0.3);
}
.outline-input-background\/40 {
  outline-color: rgb(23 23 23 / 0.4);
}
.outline-input-background\/5 {
  outline-color: rgb(23 23 23 / 0.05);
}
.outline-input-background\/50 {
  outline-color: rgb(23 23 23 / 0.5);
}
.outline-input-background\/60 {
  outline-color: rgb(23 23 23 / 0.6);
}
.outline-input-background\/70 {
  outline-color: rgb(23 23 23 / 0.7);
}
.outline-input-background\/75 {
  outline-color: rgb(23 23 23 / 0.75);
}
.outline-input-background\/80 {
  outline-color: rgb(23 23 23 / 0.8);
}
.outline-input-background\/90 {
  outline-color: rgb(23 23 23 / 0.9);
}
.outline-input-background\/95 {
  outline-color: rgb(23 23 23 / 0.95);
}
.outline-input-background\/state-disabled {
  outline-color: rgb(23 23 23 / 0.5);
}
.outline-input-background\/state-enabled {
  outline-color: rgb(23 23 23 / 1);
}
.outline-input-checkbox-background {
  outline-color: rgb(205, 141, 239);
}
.outline-input-checkbox-background\/0 {
  outline-color: rgb(205 141 239 / 0);
}
.outline-input-checkbox-background\/10 {
  outline-color: rgb(205 141 239 / 0.1);
}
.outline-input-checkbox-background\/100 {
  outline-color: rgb(205 141 239 / 1);
}
.outline-input-checkbox-background\/20 {
  outline-color: rgb(205 141 239 / 0.2);
}
.outline-input-checkbox-background\/25 {
  outline-color: rgb(205 141 239 / 0.25);
}
.outline-input-checkbox-background\/30 {
  outline-color: rgb(205 141 239 / 0.3);
}
.outline-input-checkbox-background\/40 {
  outline-color: rgb(205 141 239 / 0.4);
}
.outline-input-checkbox-background\/5 {
  outline-color: rgb(205 141 239 / 0.05);
}
.outline-input-checkbox-background\/50 {
  outline-color: rgb(205 141 239 / 0.5);
}
.outline-input-checkbox-background\/60 {
  outline-color: rgb(205 141 239 / 0.6);
}
.outline-input-checkbox-background\/70 {
  outline-color: rgb(205 141 239 / 0.7);
}
.outline-input-checkbox-background\/75 {
  outline-color: rgb(205 141 239 / 0.75);
}
.outline-input-checkbox-background\/80 {
  outline-color: rgb(205 141 239 / 0.8);
}
.outline-input-checkbox-background\/90 {
  outline-color: rgb(205 141 239 / 0.9);
}
.outline-input-checkbox-background\/95 {
  outline-color: rgb(205 141 239 / 0.95);
}
.outline-input-checkbox-background\/state-disabled {
  outline-color: rgb(205 141 239 / 0.5);
}
.outline-input-checkbox-background\/state-enabled {
  outline-color: rgb(205 141 239 / 1);
}
.outline-input-checkbox-border {
  outline-color: rgb(205, 141, 239);
}
.outline-input-checkbox-border\/0 {
  outline-color: rgb(205 141 239 / 0);
}
.outline-input-checkbox-border\/10 {
  outline-color: rgb(205 141 239 / 0.1);
}
.outline-input-checkbox-border\/100 {
  outline-color: rgb(205 141 239 / 1);
}
.outline-input-checkbox-border\/20 {
  outline-color: rgb(205 141 239 / 0.2);
}
.outline-input-checkbox-border\/25 {
  outline-color: rgb(205 141 239 / 0.25);
}
.outline-input-checkbox-border\/30 {
  outline-color: rgb(205 141 239 / 0.3);
}
.outline-input-checkbox-border\/40 {
  outline-color: rgb(205 141 239 / 0.4);
}
.outline-input-checkbox-border\/5 {
  outline-color: rgb(205 141 239 / 0.05);
}
.outline-input-checkbox-border\/50 {
  outline-color: rgb(205 141 239 / 0.5);
}
.outline-input-checkbox-border\/60 {
  outline-color: rgb(205 141 239 / 0.6);
}
.outline-input-checkbox-border\/70 {
  outline-color: rgb(205 141 239 / 0.7);
}
.outline-input-checkbox-border\/75 {
  outline-color: rgb(205 141 239 / 0.75);
}
.outline-input-checkbox-border\/80 {
  outline-color: rgb(205 141 239 / 0.8);
}
.outline-input-checkbox-border\/90 {
  outline-color: rgb(205 141 239 / 0.9);
}
.outline-input-checkbox-border\/95 {
  outline-color: rgb(205 141 239 / 0.95);
}
.outline-input-checkbox-border\/state-disabled {
  outline-color: rgb(205 141 239 / 0.5);
}
.outline-input-checkbox-border\/state-enabled {
  outline-color: rgb(205 141 239 / 1);
}
.outline-input-checkbox-contrast {
  outline-color: rgb(64, 64, 64);
}
.outline-input-checkbox-contrast\/0 {
  outline-color: rgb(64 64 64 / 0);
}
.outline-input-checkbox-contrast\/10 {
  outline-color: rgb(64 64 64 / 0.1);
}
.outline-input-checkbox-contrast\/100 {
  outline-color: rgb(64 64 64 / 1);
}
.outline-input-checkbox-contrast\/20 {
  outline-color: rgb(64 64 64 / 0.2);
}
.outline-input-checkbox-contrast\/25 {
  outline-color: rgb(64 64 64 / 0.25);
}
.outline-input-checkbox-contrast\/30 {
  outline-color: rgb(64 64 64 / 0.3);
}
.outline-input-checkbox-contrast\/40 {
  outline-color: rgb(64 64 64 / 0.4);
}
.outline-input-checkbox-contrast\/5 {
  outline-color: rgb(64 64 64 / 0.05);
}
.outline-input-checkbox-contrast\/50 {
  outline-color: rgb(64 64 64 / 0.5);
}
.outline-input-checkbox-contrast\/60 {
  outline-color: rgb(64 64 64 / 0.6);
}
.outline-input-checkbox-contrast\/70 {
  outline-color: rgb(64 64 64 / 0.7);
}
.outline-input-checkbox-contrast\/75 {
  outline-color: rgb(64 64 64 / 0.75);
}
.outline-input-checkbox-contrast\/80 {
  outline-color: rgb(64 64 64 / 0.8);
}
.outline-input-checkbox-contrast\/90 {
  outline-color: rgb(64 64 64 / 0.9);
}
.outline-input-checkbox-contrast\/95 {
  outline-color: rgb(64 64 64 / 0.95);
}
.outline-input-checkbox-contrast\/state-disabled {
  outline-color: rgb(64 64 64 / 0.5);
}
.outline-input-checkbox-contrast\/state-enabled {
  outline-color: rgb(64 64 64 / 1);
}
.outline-input-default-bg {
  outline-color: rgb(17, 17, 17);
}
.outline-input-default-bg\/0 {
  outline-color: rgb(17 17 17 / 0);
}
.outline-input-default-bg\/10 {
  outline-color: rgb(17 17 17 / 0.1);
}
.outline-input-default-bg\/100 {
  outline-color: rgb(17 17 17 / 1);
}
.outline-input-default-bg\/20 {
  outline-color: rgb(17 17 17 / 0.2);
}
.outline-input-default-bg\/25 {
  outline-color: rgb(17 17 17 / 0.25);
}
.outline-input-default-bg\/30 {
  outline-color: rgb(17 17 17 / 0.3);
}
.outline-input-default-bg\/40 {
  outline-color: rgb(17 17 17 / 0.4);
}
.outline-input-default-bg\/5 {
  outline-color: rgb(17 17 17 / 0.05);
}
.outline-input-default-bg\/50 {
  outline-color: rgb(17 17 17 / 0.5);
}
.outline-input-default-bg\/60 {
  outline-color: rgb(17 17 17 / 0.6);
}
.outline-input-default-bg\/70 {
  outline-color: rgb(17 17 17 / 0.7);
}
.outline-input-default-bg\/75 {
  outline-color: rgb(17 17 17 / 0.75);
}
.outline-input-default-bg\/80 {
  outline-color: rgb(17 17 17 / 0.8);
}
.outline-input-default-bg\/90 {
  outline-color: rgb(17 17 17 / 0.9);
}
.outline-input-default-bg\/95 {
  outline-color: rgb(17 17 17 / 0.95);
}
.outline-input-default-bg\/state-disabled {
  outline-color: rgb(17 17 17 / 0.5);
}
.outline-input-default-bg\/state-enabled {
  outline-color: rgb(17 17 17 / 1);
}
.outline-input-default-border {
  outline-color: rgb(64, 64, 64);
}
.outline-input-default-border\/0 {
  outline-color: rgb(64 64 64 / 0);
}
.outline-input-default-border\/10 {
  outline-color: rgb(64 64 64 / 0.1);
}
.outline-input-default-border\/100 {
  outline-color: rgb(64 64 64 / 1);
}
.outline-input-default-border\/20 {
  outline-color: rgb(64 64 64 / 0.2);
}
.outline-input-default-border\/25 {
  outline-color: rgb(64 64 64 / 0.25);
}
.outline-input-default-border\/30 {
  outline-color: rgb(64 64 64 / 0.3);
}
.outline-input-default-border\/40 {
  outline-color: rgb(64 64 64 / 0.4);
}
.outline-input-default-border\/5 {
  outline-color: rgb(64 64 64 / 0.05);
}
.outline-input-default-border\/50 {
  outline-color: rgb(64 64 64 / 0.5);
}
.outline-input-default-border\/60 {
  outline-color: rgb(64 64 64 / 0.6);
}
.outline-input-default-border\/70 {
  outline-color: rgb(64 64 64 / 0.7);
}
.outline-input-default-border\/75 {
  outline-color: rgb(64 64 64 / 0.75);
}
.outline-input-default-border\/80 {
  outline-color: rgb(64 64 64 / 0.8);
}
.outline-input-default-border\/90 {
  outline-color: rgb(64 64 64 / 0.9);
}
.outline-input-default-border\/95 {
  outline-color: rgb(64 64 64 / 0.95);
}
.outline-input-default-border\/state-disabled {
  outline-color: rgb(64 64 64 / 0.5);
}
.outline-input-default-border\/state-enabled {
  outline-color: rgb(64 64 64 / 1);
}
.outline-input-default-placeholder {
  outline-color: rgba(255, 255, 255, 0.4);
}
.outline-input-default-placeholder\/0 {
  outline-color: rgba(255, 255, 255, 0);
}
.outline-input-default-placeholder\/10 {
  outline-color: rgba(255, 255, 255, 0.1);
}
.outline-input-default-placeholder\/100 {
  outline-color: rgba(255, 255, 255, 1);
}
.outline-input-default-placeholder\/20 {
  outline-color: rgba(255, 255, 255, 0.2);
}
.outline-input-default-placeholder\/25 {
  outline-color: rgba(255, 255, 255, 0.25);
}
.outline-input-default-placeholder\/30 {
  outline-color: rgba(255, 255, 255, 0.3);
}
.outline-input-default-placeholder\/40 {
  outline-color: rgba(255, 255, 255, 0.4);
}
.outline-input-default-placeholder\/5 {
  outline-color: rgba(255, 255, 255, 0.05);
}
.outline-input-default-placeholder\/50 {
  outline-color: rgba(255, 255, 255, 0.5);
}
.outline-input-default-placeholder\/60 {
  outline-color: rgba(255, 255, 255, 0.6);
}
.outline-input-default-placeholder\/70 {
  outline-color: rgba(255, 255, 255, 0.7);
}
.outline-input-default-placeholder\/75 {
  outline-color: rgba(255, 255, 255, 0.75);
}
.outline-input-default-placeholder\/80 {
  outline-color: rgba(255, 255, 255, 0.8);
}
.outline-input-default-placeholder\/90 {
  outline-color: rgba(255, 255, 255, 0.9);
}
.outline-input-default-placeholder\/95 {
  outline-color: rgba(255, 255, 255, 0.95);
}
.outline-input-default-placeholder\/state-disabled {
  outline-color: rgba(255, 255, 255, 0.5);
}
.outline-input-default-placeholder\/state-enabled {
  outline-color: rgba(255, 255, 255, 1);
}
.outline-input-default-text {
  outline-color: rgb(255, 255, 255);
}
.outline-input-default-text\/0 {
  outline-color: rgb(255 255 255 / 0);
}
.outline-input-default-text\/10 {
  outline-color: rgb(255 255 255 / 0.1);
}
.outline-input-default-text\/100 {
  outline-color: rgb(255 255 255 / 1);
}
.outline-input-default-text\/20 {
  outline-color: rgb(255 255 255 / 0.2);
}
.outline-input-default-text\/25 {
  outline-color: rgb(255 255 255 / 0.25);
}
.outline-input-default-text\/30 {
  outline-color: rgb(255 255 255 / 0.3);
}
.outline-input-default-text\/40 {
  outline-color: rgb(255 255 255 / 0.4);
}
.outline-input-default-text\/5 {
  outline-color: rgb(255 255 255 / 0.05);
}
.outline-input-default-text\/50 {
  outline-color: rgb(255 255 255 / 0.5);
}
.outline-input-default-text\/60 {
  outline-color: rgb(255 255 255 / 0.6);
}
.outline-input-default-text\/70 {
  outline-color: rgb(255 255 255 / 0.7);
}
.outline-input-default-text\/75 {
  outline-color: rgb(255 255 255 / 0.75);
}
.outline-input-default-text\/80 {
  outline-color: rgb(255 255 255 / 0.8);
}
.outline-input-default-text\/90 {
  outline-color: rgb(255 255 255 / 0.9);
}
.outline-input-default-text\/95 {
  outline-color: rgb(255 255 255 / 0.95);
}
.outline-input-default-text\/state-disabled {
  outline-color: rgb(255 255 255 / 0.5);
}
.outline-input-default-text\/state-enabled {
  outline-color: rgb(255 255 255 / 1);
}
.outline-input-dropdown-background {
  outline-color: rgb(17, 17, 17);
}
.outline-input-dropdown-background\/0 {
  outline-color: rgb(17 17 17 / 0);
}
.outline-input-dropdown-background\/10 {
  outline-color: rgb(17 17 17 / 0.1);
}
.outline-input-dropdown-background\/100 {
  outline-color: rgb(17 17 17 / 1);
}
.outline-input-dropdown-background\/20 {
  outline-color: rgb(17 17 17 / 0.2);
}
.outline-input-dropdown-background\/25 {
  outline-color: rgb(17 17 17 / 0.25);
}
.outline-input-dropdown-background\/30 {
  outline-color: rgb(17 17 17 / 0.3);
}
.outline-input-dropdown-background\/40 {
  outline-color: rgb(17 17 17 / 0.4);
}
.outline-input-dropdown-background\/5 {
  outline-color: rgb(17 17 17 / 0.05);
}
.outline-input-dropdown-background\/50 {
  outline-color: rgb(17 17 17 / 0.5);
}
.outline-input-dropdown-background\/60 {
  outline-color: rgb(17 17 17 / 0.6);
}
.outline-input-dropdown-background\/70 {
  outline-color: rgb(17 17 17 / 0.7);
}
.outline-input-dropdown-background\/75 {
  outline-color: rgb(17 17 17 / 0.75);
}
.outline-input-dropdown-background\/80 {
  outline-color: rgb(17 17 17 / 0.8);
}
.outline-input-dropdown-background\/90 {
  outline-color: rgb(17 17 17 / 0.9);
}
.outline-input-dropdown-background\/95 {
  outline-color: rgb(17 17 17 / 0.95);
}
.outline-input-dropdown-background\/state-disabled {
  outline-color: rgb(17 17 17 / 0.5);
}
.outline-input-dropdown-background\/state-enabled {
  outline-color: rgb(17 17 17 / 1);
}
.outline-input-error-bg {
  outline-color: rgb(17, 17, 17);
}
.outline-input-error-bg\/0 {
  outline-color: rgb(17 17 17 / 0);
}
.outline-input-error-bg\/10 {
  outline-color: rgb(17 17 17 / 0.1);
}
.outline-input-error-bg\/100 {
  outline-color: rgb(17 17 17 / 1);
}
.outline-input-error-bg\/20 {
  outline-color: rgb(17 17 17 / 0.2);
}
.outline-input-error-bg\/25 {
  outline-color: rgb(17 17 17 / 0.25);
}
.outline-input-error-bg\/30 {
  outline-color: rgb(17 17 17 / 0.3);
}
.outline-input-error-bg\/40 {
  outline-color: rgb(17 17 17 / 0.4);
}
.outline-input-error-bg\/5 {
  outline-color: rgb(17 17 17 / 0.05);
}
.outline-input-error-bg\/50 {
  outline-color: rgb(17 17 17 / 0.5);
}
.outline-input-error-bg\/60 {
  outline-color: rgb(17 17 17 / 0.6);
}
.outline-input-error-bg\/70 {
  outline-color: rgb(17 17 17 / 0.7);
}
.outline-input-error-bg\/75 {
  outline-color: rgb(17 17 17 / 0.75);
}
.outline-input-error-bg\/80 {
  outline-color: rgb(17 17 17 / 0.8);
}
.outline-input-error-bg\/90 {
  outline-color: rgb(17 17 17 / 0.9);
}
.outline-input-error-bg\/95 {
  outline-color: rgb(17 17 17 / 0.95);
}
.outline-input-error-bg\/state-disabled {
  outline-color: rgb(17 17 17 / 0.5);
}
.outline-input-error-bg\/state-enabled {
  outline-color: rgb(17 17 17 / 1);
}
.outline-input-error-border {
  outline-color: rgb(248, 113, 113);
}
.outline-input-error-border\/0 {
  outline-color: rgb(248 113 113 / 0);
}
.outline-input-error-border\/10 {
  outline-color: rgb(248 113 113 / 0.1);
}
.outline-input-error-border\/100 {
  outline-color: rgb(248 113 113 / 1);
}
.outline-input-error-border\/20 {
  outline-color: rgb(248 113 113 / 0.2);
}
.outline-input-error-border\/25 {
  outline-color: rgb(248 113 113 / 0.25);
}
.outline-input-error-border\/30 {
  outline-color: rgb(248 113 113 / 0.3);
}
.outline-input-error-border\/40 {
  outline-color: rgb(248 113 113 / 0.4);
}
.outline-input-error-border\/5 {
  outline-color: rgb(248 113 113 / 0.05);
}
.outline-input-error-border\/50 {
  outline-color: rgb(248 113 113 / 0.5);
}
.outline-input-error-border\/60 {
  outline-color: rgb(248 113 113 / 0.6);
}
.outline-input-error-border\/70 {
  outline-color: rgb(248 113 113 / 0.7);
}
.outline-input-error-border\/75 {
  outline-color: rgb(248 113 113 / 0.75);
}
.outline-input-error-border\/80 {
  outline-color: rgb(248 113 113 / 0.8);
}
.outline-input-error-border\/90 {
  outline-color: rgb(248 113 113 / 0.9);
}
.outline-input-error-border\/95 {
  outline-color: rgb(248 113 113 / 0.95);
}
.outline-input-error-border\/state-disabled {
  outline-color: rgb(248 113 113 / 0.5);
}
.outline-input-error-border\/state-enabled {
  outline-color: rgb(248 113 113 / 1);
}
.outline-input-error-placeholder {
  outline-color: rgba(255, 255, 255, 0.4);
}
.outline-input-error-placeholder\/0 {
  outline-color: rgba(255, 255, 255, 0);
}
.outline-input-error-placeholder\/10 {
  outline-color: rgba(255, 255, 255, 0.1);
}
.outline-input-error-placeholder\/100 {
  outline-color: rgba(255, 255, 255, 1);
}
.outline-input-error-placeholder\/20 {
  outline-color: rgba(255, 255, 255, 0.2);
}
.outline-input-error-placeholder\/25 {
  outline-color: rgba(255, 255, 255, 0.25);
}
.outline-input-error-placeholder\/30 {
  outline-color: rgba(255, 255, 255, 0.3);
}
.outline-input-error-placeholder\/40 {
  outline-color: rgba(255, 255, 255, 0.4);
}
.outline-input-error-placeholder\/5 {
  outline-color: rgba(255, 255, 255, 0.05);
}
.outline-input-error-placeholder\/50 {
  outline-color: rgba(255, 255, 255, 0.5);
}
.outline-input-error-placeholder\/60 {
  outline-color: rgba(255, 255, 255, 0.6);
}
.outline-input-error-placeholder\/70 {
  outline-color: rgba(255, 255, 255, 0.7);
}
.outline-input-error-placeholder\/75 {
  outline-color: rgba(255, 255, 255, 0.75);
}
.outline-input-error-placeholder\/80 {
  outline-color: rgba(255, 255, 255, 0.8);
}
.outline-input-error-placeholder\/90 {
  outline-color: rgba(255, 255, 255, 0.9);
}
.outline-input-error-placeholder\/95 {
  outline-color: rgba(255, 255, 255, 0.95);
}
.outline-input-error-placeholder\/state-disabled {
  outline-color: rgba(255, 255, 255, 0.5);
}
.outline-input-error-placeholder\/state-enabled {
  outline-color: rgba(255, 255, 255, 1);
}
.outline-input-error-text {
  outline-color: rgb(248, 113, 113);
}
.outline-input-error-text\/0 {
  outline-color: rgb(248 113 113 / 0);
}
.outline-input-error-text\/10 {
  outline-color: rgb(248 113 113 / 0.1);
}
.outline-input-error-text\/100 {
  outline-color: rgb(248 113 113 / 1);
}
.outline-input-error-text\/20 {
  outline-color: rgb(248 113 113 / 0.2);
}
.outline-input-error-text\/25 {
  outline-color: rgb(248 113 113 / 0.25);
}
.outline-input-error-text\/30 {
  outline-color: rgb(248 113 113 / 0.3);
}
.outline-input-error-text\/40 {
  outline-color: rgb(248 113 113 / 0.4);
}
.outline-input-error-text\/5 {
  outline-color: rgb(248 113 113 / 0.05);
}
.outline-input-error-text\/50 {
  outline-color: rgb(248 113 113 / 0.5);
}
.outline-input-error-text\/60 {
  outline-color: rgb(248 113 113 / 0.6);
}
.outline-input-error-text\/70 {
  outline-color: rgb(248 113 113 / 0.7);
}
.outline-input-error-text\/75 {
  outline-color: rgb(248 113 113 / 0.75);
}
.outline-input-error-text\/80 {
  outline-color: rgb(248 113 113 / 0.8);
}
.outline-input-error-text\/90 {
  outline-color: rgb(248 113 113 / 0.9);
}
.outline-input-error-text\/95 {
  outline-color: rgb(248 113 113 / 0.95);
}
.outline-input-error-text\/state-disabled {
  outline-color: rgb(248 113 113 / 0.5);
}
.outline-input-error-text\/state-enabled {
  outline-color: rgb(248 113 113 / 1);
}
.outline-input-focused-bg {
  outline-color: rgb(17, 17, 17);
}
.outline-input-focused-bg\/0 {
  outline-color: rgb(17 17 17 / 0);
}
.outline-input-focused-bg\/10 {
  outline-color: rgb(17 17 17 / 0.1);
}
.outline-input-focused-bg\/100 {
  outline-color: rgb(17 17 17 / 1);
}
.outline-input-focused-bg\/20 {
  outline-color: rgb(17 17 17 / 0.2);
}
.outline-input-focused-bg\/25 {
  outline-color: rgb(17 17 17 / 0.25);
}
.outline-input-focused-bg\/30 {
  outline-color: rgb(17 17 17 / 0.3);
}
.outline-input-focused-bg\/40 {
  outline-color: rgb(17 17 17 / 0.4);
}
.outline-input-focused-bg\/5 {
  outline-color: rgb(17 17 17 / 0.05);
}
.outline-input-focused-bg\/50 {
  outline-color: rgb(17 17 17 / 0.5);
}
.outline-input-focused-bg\/60 {
  outline-color: rgb(17 17 17 / 0.6);
}
.outline-input-focused-bg\/70 {
  outline-color: rgb(17 17 17 / 0.7);
}
.outline-input-focused-bg\/75 {
  outline-color: rgb(17 17 17 / 0.75);
}
.outline-input-focused-bg\/80 {
  outline-color: rgb(17 17 17 / 0.8);
}
.outline-input-focused-bg\/90 {
  outline-color: rgb(17 17 17 / 0.9);
}
.outline-input-focused-bg\/95 {
  outline-color: rgb(17 17 17 / 0.95);
}
.outline-input-focused-bg\/state-disabled {
  outline-color: rgb(17 17 17 / 0.5);
}
.outline-input-focused-bg\/state-enabled {
  outline-color: rgb(17 17 17 / 1);
}
.outline-input-focused-border {
  outline-color: rgb(98, 98, 98);
}
.outline-input-focused-border\/0 {
  outline-color: rgb(98 98 98 / 0);
}
.outline-input-focused-border\/10 {
  outline-color: rgb(98 98 98 / 0.1);
}
.outline-input-focused-border\/100 {
  outline-color: rgb(98 98 98 / 1);
}
.outline-input-focused-border\/20 {
  outline-color: rgb(98 98 98 / 0.2);
}
.outline-input-focused-border\/25 {
  outline-color: rgb(98 98 98 / 0.25);
}
.outline-input-focused-border\/30 {
  outline-color: rgb(98 98 98 / 0.3);
}
.outline-input-focused-border\/40 {
  outline-color: rgb(98 98 98 / 0.4);
}
.outline-input-focused-border\/5 {
  outline-color: rgb(98 98 98 / 0.05);
}
.outline-input-focused-border\/50 {
  outline-color: rgb(98 98 98 / 0.5);
}
.outline-input-focused-border\/60 {
  outline-color: rgb(98 98 98 / 0.6);
}
.outline-input-focused-border\/70 {
  outline-color: rgb(98 98 98 / 0.7);
}
.outline-input-focused-border\/75 {
  outline-color: rgb(98 98 98 / 0.75);
}
.outline-input-focused-border\/80 {
  outline-color: rgb(98 98 98 / 0.8);
}
.outline-input-focused-border\/90 {
  outline-color: rgb(98 98 98 / 0.9);
}
.outline-input-focused-border\/95 {
  outline-color: rgb(98 98 98 / 0.95);
}
.outline-input-focused-border\/state-disabled {
  outline-color: rgb(98 98 98 / 0.5);
}
.outline-input-focused-border\/state-enabled {
  outline-color: rgb(98 98 98 / 1);
}
.outline-input-focused-placeholder {
  outline-color: rgba(255, 255, 255, 0.4);
}
.outline-input-focused-placeholder\/0 {
  outline-color: rgba(255, 255, 255, 0);
}
.outline-input-focused-placeholder\/10 {
  outline-color: rgba(255, 255, 255, 0.1);
}
.outline-input-focused-placeholder\/100 {
  outline-color: rgba(255, 255, 255, 1);
}
.outline-input-focused-placeholder\/20 {
  outline-color: rgba(255, 255, 255, 0.2);
}
.outline-input-focused-placeholder\/25 {
  outline-color: rgba(255, 255, 255, 0.25);
}
.outline-input-focused-placeholder\/30 {
  outline-color: rgba(255, 255, 255, 0.3);
}
.outline-input-focused-placeholder\/40 {
  outline-color: rgba(255, 255, 255, 0.4);
}
.outline-input-focused-placeholder\/5 {
  outline-color: rgba(255, 255, 255, 0.05);
}
.outline-input-focused-placeholder\/50 {
  outline-color: rgba(255, 255, 255, 0.5);
}
.outline-input-focused-placeholder\/60 {
  outline-color: rgba(255, 255, 255, 0.6);
}
.outline-input-focused-placeholder\/70 {
  outline-color: rgba(255, 255, 255, 0.7);
}
.outline-input-focused-placeholder\/75 {
  outline-color: rgba(255, 255, 255, 0.75);
}
.outline-input-focused-placeholder\/80 {
  outline-color: rgba(255, 255, 255, 0.8);
}
.outline-input-focused-placeholder\/90 {
  outline-color: rgba(255, 255, 255, 0.9);
}
.outline-input-focused-placeholder\/95 {
  outline-color: rgba(255, 255, 255, 0.95);
}
.outline-input-focused-placeholder\/state-disabled {
  outline-color: rgba(255, 255, 255, 0.5);
}
.outline-input-focused-placeholder\/state-enabled {
  outline-color: rgba(255, 255, 255, 1);
}
.outline-input-focused-text {
  outline-color: rgb(255, 255, 255);
}
.outline-input-focused-text\/0 {
  outline-color: rgb(255 255 255 / 0);
}
.outline-input-focused-text\/10 {
  outline-color: rgb(255 255 255 / 0.1);
}
.outline-input-focused-text\/100 {
  outline-color: rgb(255 255 255 / 1);
}
.outline-input-focused-text\/20 {
  outline-color: rgb(255 255 255 / 0.2);
}
.outline-input-focused-text\/25 {
  outline-color: rgb(255 255 255 / 0.25);
}
.outline-input-focused-text\/30 {
  outline-color: rgb(255 255 255 / 0.3);
}
.outline-input-focused-text\/40 {
  outline-color: rgb(255 255 255 / 0.4);
}
.outline-input-focused-text\/5 {
  outline-color: rgb(255 255 255 / 0.05);
}
.outline-input-focused-text\/50 {
  outline-color: rgb(255 255 255 / 0.5);
}
.outline-input-focused-text\/60 {
  outline-color: rgb(255 255 255 / 0.6);
}
.outline-input-focused-text\/70 {
  outline-color: rgb(255 255 255 / 0.7);
}
.outline-input-focused-text\/75 {
  outline-color: rgb(255 255 255 / 0.75);
}
.outline-input-focused-text\/80 {
  outline-color: rgb(255 255 255 / 0.8);
}
.outline-input-focused-text\/90 {
  outline-color: rgb(255 255 255 / 0.9);
}
.outline-input-focused-text\/95 {
  outline-color: rgb(255 255 255 / 0.95);
}
.outline-input-focused-text\/state-disabled {
  outline-color: rgb(255 255 255 / 0.5);
}
.outline-input-focused-text\/state-enabled {
  outline-color: rgb(255 255 255 / 1);
}
.outline-input-placeholder {
  outline-color: #616161;
}
.outline-input-placeholder\/0 {
  outline-color: rgb(97 97 97 / 0);
}
.outline-input-placeholder\/10 {
  outline-color: rgb(97 97 97 / 0.1);
}
.outline-input-placeholder\/100 {
  outline-color: rgb(97 97 97 / 1);
}
.outline-input-placeholder\/20 {
  outline-color: rgb(97 97 97 / 0.2);
}
.outline-input-placeholder\/25 {
  outline-color: rgb(97 97 97 / 0.25);
}
.outline-input-placeholder\/30 {
  outline-color: rgb(97 97 97 / 0.3);
}
.outline-input-placeholder\/40 {
  outline-color: rgb(97 97 97 / 0.4);
}
.outline-input-placeholder\/5 {
  outline-color: rgb(97 97 97 / 0.05);
}
.outline-input-placeholder\/50 {
  outline-color: rgb(97 97 97 / 0.5);
}
.outline-input-placeholder\/60 {
  outline-color: rgb(97 97 97 / 0.6);
}
.outline-input-placeholder\/70 {
  outline-color: rgb(97 97 97 / 0.7);
}
.outline-input-placeholder\/75 {
  outline-color: rgb(97 97 97 / 0.75);
}
.outline-input-placeholder\/80 {
  outline-color: rgb(97 97 97 / 0.8);
}
.outline-input-placeholder\/90 {
  outline-color: rgb(97 97 97 / 0.9);
}
.outline-input-placeholder\/95 {
  outline-color: rgb(97 97 97 / 0.95);
}
.outline-input-placeholder\/state-disabled {
  outline-color: rgb(97 97 97 / 0.5);
}
.outline-input-placeholder\/state-enabled {
  outline-color: rgb(97 97 97 / 1);
}
.outline-input-radio-background {
  outline-color: rgb(17, 17, 17);
}
.outline-input-radio-background\/0 {
  outline-color: rgb(17 17 17 / 0);
}
.outline-input-radio-background\/10 {
  outline-color: rgb(17 17 17 / 0.1);
}
.outline-input-radio-background\/100 {
  outline-color: rgb(17 17 17 / 1);
}
.outline-input-radio-background\/20 {
  outline-color: rgb(17 17 17 / 0.2);
}
.outline-input-radio-background\/25 {
  outline-color: rgb(17 17 17 / 0.25);
}
.outline-input-radio-background\/30 {
  outline-color: rgb(17 17 17 / 0.3);
}
.outline-input-radio-background\/40 {
  outline-color: rgb(17 17 17 / 0.4);
}
.outline-input-radio-background\/5 {
  outline-color: rgb(17 17 17 / 0.05);
}
.outline-input-radio-background\/50 {
  outline-color: rgb(17 17 17 / 0.5);
}
.outline-input-radio-background\/60 {
  outline-color: rgb(17 17 17 / 0.6);
}
.outline-input-radio-background\/70 {
  outline-color: rgb(17 17 17 / 0.7);
}
.outline-input-radio-background\/75 {
  outline-color: rgb(17 17 17 / 0.75);
}
.outline-input-radio-background\/80 {
  outline-color: rgb(17 17 17 / 0.8);
}
.outline-input-radio-background\/90 {
  outline-color: rgb(17 17 17 / 0.9);
}
.outline-input-radio-background\/95 {
  outline-color: rgb(17 17 17 / 0.95);
}
.outline-input-radio-background\/state-disabled {
  outline-color: rgb(17 17 17 / 0.5);
}
.outline-input-radio-background\/state-enabled {
  outline-color: rgb(17 17 17 / 1);
}
.outline-input-radio-border {
  outline-color: rgb(205, 141, 239);
}
.outline-input-radio-border\/0 {
  outline-color: rgb(205 141 239 / 0);
}
.outline-input-radio-border\/10 {
  outline-color: rgb(205 141 239 / 0.1);
}
.outline-input-radio-border\/100 {
  outline-color: rgb(205 141 239 / 1);
}
.outline-input-radio-border\/20 {
  outline-color: rgb(205 141 239 / 0.2);
}
.outline-input-radio-border\/25 {
  outline-color: rgb(205 141 239 / 0.25);
}
.outline-input-radio-border\/30 {
  outline-color: rgb(205 141 239 / 0.3);
}
.outline-input-radio-border\/40 {
  outline-color: rgb(205 141 239 / 0.4);
}
.outline-input-radio-border\/5 {
  outline-color: rgb(205 141 239 / 0.05);
}
.outline-input-radio-border\/50 {
  outline-color: rgb(205 141 239 / 0.5);
}
.outline-input-radio-border\/60 {
  outline-color: rgb(205 141 239 / 0.6);
}
.outline-input-radio-border\/70 {
  outline-color: rgb(205 141 239 / 0.7);
}
.outline-input-radio-border\/75 {
  outline-color: rgb(205 141 239 / 0.75);
}
.outline-input-radio-border\/80 {
  outline-color: rgb(205 141 239 / 0.8);
}
.outline-input-radio-border\/90 {
  outline-color: rgb(205 141 239 / 0.9);
}
.outline-input-radio-border\/95 {
  outline-color: rgb(205 141 239 / 0.95);
}
.outline-input-radio-border\/state-disabled {
  outline-color: rgb(205 141 239 / 0.5);
}
.outline-input-radio-border\/state-enabled {
  outline-color: rgb(205 141 239 / 1);
}
.outline-input-radio-contrast {
  outline-color: rgb(255, 255, 255);
}
.outline-input-radio-contrast\/0 {
  outline-color: rgb(255 255 255 / 0);
}
.outline-input-radio-contrast\/10 {
  outline-color: rgb(255 255 255 / 0.1);
}
.outline-input-radio-contrast\/100 {
  outline-color: rgb(255 255 255 / 1);
}
.outline-input-radio-contrast\/20 {
  outline-color: rgb(255 255 255 / 0.2);
}
.outline-input-radio-contrast\/25 {
  outline-color: rgb(255 255 255 / 0.25);
}
.outline-input-radio-contrast\/30 {
  outline-color: rgb(255 255 255 / 0.3);
}
.outline-input-radio-contrast\/40 {
  outline-color: rgb(255 255 255 / 0.4);
}
.outline-input-radio-contrast\/5 {
  outline-color: rgb(255 255 255 / 0.05);
}
.outline-input-radio-contrast\/50 {
  outline-color: rgb(255 255 255 / 0.5);
}
.outline-input-radio-contrast\/60 {
  outline-color: rgb(255 255 255 / 0.6);
}
.outline-input-radio-contrast\/70 {
  outline-color: rgb(255 255 255 / 0.7);
}
.outline-input-radio-contrast\/75 {
  outline-color: rgb(255 255 255 / 0.75);
}
.outline-input-radio-contrast\/80 {
  outline-color: rgb(255 255 255 / 0.8);
}
.outline-input-radio-contrast\/90 {
  outline-color: rgb(255 255 255 / 0.9);
}
.outline-input-radio-contrast\/95 {
  outline-color: rgb(255 255 255 / 0.95);
}
.outline-input-radio-contrast\/state-disabled {
  outline-color: rgb(255 255 255 / 0.5);
}
.outline-input-radio-contrast\/state-enabled {
  outline-color: rgb(255 255 255 / 1);
}
.outline-input-switch-backgroundOff {
  outline-color: rgb(156, 163, 175);
}
.outline-input-switch-backgroundOff\/0 {
  outline-color: rgb(156 163 175 / 0);
}
.outline-input-switch-backgroundOff\/10 {
  outline-color: rgb(156 163 175 / 0.1);
}
.outline-input-switch-backgroundOff\/100 {
  outline-color: rgb(156 163 175 / 1);
}
.outline-input-switch-backgroundOff\/20 {
  outline-color: rgb(156 163 175 / 0.2);
}
.outline-input-switch-backgroundOff\/25 {
  outline-color: rgb(156 163 175 / 0.25);
}
.outline-input-switch-backgroundOff\/30 {
  outline-color: rgb(156 163 175 / 0.3);
}
.outline-input-switch-backgroundOff\/40 {
  outline-color: rgb(156 163 175 / 0.4);
}
.outline-input-switch-backgroundOff\/5 {
  outline-color: rgb(156 163 175 / 0.05);
}
.outline-input-switch-backgroundOff\/50 {
  outline-color: rgb(156 163 175 / 0.5);
}
.outline-input-switch-backgroundOff\/60 {
  outline-color: rgb(156 163 175 / 0.6);
}
.outline-input-switch-backgroundOff\/70 {
  outline-color: rgb(156 163 175 / 0.7);
}
.outline-input-switch-backgroundOff\/75 {
  outline-color: rgb(156 163 175 / 0.75);
}
.outline-input-switch-backgroundOff\/80 {
  outline-color: rgb(156 163 175 / 0.8);
}
.outline-input-switch-backgroundOff\/90 {
  outline-color: rgb(156 163 175 / 0.9);
}
.outline-input-switch-backgroundOff\/95 {
  outline-color: rgb(156 163 175 / 0.95);
}
.outline-input-switch-backgroundOff\/state-disabled {
  outline-color: rgb(156 163 175 / 0.5);
}
.outline-input-switch-backgroundOff\/state-enabled {
  outline-color: rgb(156 163 175 / 1);
}
.outline-input-switch-backgroundOn {
  outline-color: rgb(205, 141, 239);
}
.outline-input-switch-backgroundOn\/0 {
  outline-color: rgb(205 141 239 / 0);
}
.outline-input-switch-backgroundOn\/10 {
  outline-color: rgb(205 141 239 / 0.1);
}
.outline-input-switch-backgroundOn\/100 {
  outline-color: rgb(205 141 239 / 1);
}
.outline-input-switch-backgroundOn\/20 {
  outline-color: rgb(205 141 239 / 0.2);
}
.outline-input-switch-backgroundOn\/25 {
  outline-color: rgb(205 141 239 / 0.25);
}
.outline-input-switch-backgroundOn\/30 {
  outline-color: rgb(205 141 239 / 0.3);
}
.outline-input-switch-backgroundOn\/40 {
  outline-color: rgb(205 141 239 / 0.4);
}
.outline-input-switch-backgroundOn\/5 {
  outline-color: rgb(205 141 239 / 0.05);
}
.outline-input-switch-backgroundOn\/50 {
  outline-color: rgb(205 141 239 / 0.5);
}
.outline-input-switch-backgroundOn\/60 {
  outline-color: rgb(205 141 239 / 0.6);
}
.outline-input-switch-backgroundOn\/70 {
  outline-color: rgb(205 141 239 / 0.7);
}
.outline-input-switch-backgroundOn\/75 {
  outline-color: rgb(205 141 239 / 0.75);
}
.outline-input-switch-backgroundOn\/80 {
  outline-color: rgb(205 141 239 / 0.8);
}
.outline-input-switch-backgroundOn\/90 {
  outline-color: rgb(205 141 239 / 0.9);
}
.outline-input-switch-backgroundOn\/95 {
  outline-color: rgb(205 141 239 / 0.95);
}
.outline-input-switch-backgroundOn\/state-disabled {
  outline-color: rgb(205 141 239 / 0.5);
}
.outline-input-switch-backgroundOn\/state-enabled {
  outline-color: rgb(205 141 239 / 1);
}
.outline-input-switch-contrast {
  outline-color: rgb(64, 64, 64);
}
.outline-input-switch-contrast\/0 {
  outline-color: rgb(64 64 64 / 0);
}
.outline-input-switch-contrast\/10 {
  outline-color: rgb(64 64 64 / 0.1);
}
.outline-input-switch-contrast\/100 {
  outline-color: rgb(64 64 64 / 1);
}
.outline-input-switch-contrast\/20 {
  outline-color: rgb(64 64 64 / 0.2);
}
.outline-input-switch-contrast\/25 {
  outline-color: rgb(64 64 64 / 0.25);
}
.outline-input-switch-contrast\/30 {
  outline-color: rgb(64 64 64 / 0.3);
}
.outline-input-switch-contrast\/40 {
  outline-color: rgb(64 64 64 / 0.4);
}
.outline-input-switch-contrast\/5 {
  outline-color: rgb(64 64 64 / 0.05);
}
.outline-input-switch-contrast\/50 {
  outline-color: rgb(64 64 64 / 0.5);
}
.outline-input-switch-contrast\/60 {
  outline-color: rgb(64 64 64 / 0.6);
}
.outline-input-switch-contrast\/70 {
  outline-color: rgb(64 64 64 / 0.7);
}
.outline-input-switch-contrast\/75 {
  outline-color: rgb(64 64 64 / 0.75);
}
.outline-input-switch-contrast\/80 {
  outline-color: rgb(64 64 64 / 0.8);
}
.outline-input-switch-contrast\/90 {
  outline-color: rgb(64 64 64 / 0.9);
}
.outline-input-switch-contrast\/95 {
  outline-color: rgb(64 64 64 / 0.95);
}
.outline-input-switch-contrast\/state-disabled {
  outline-color: rgb(64 64 64 / 0.5);
}
.outline-input-switch-contrast\/state-enabled {
  outline-color: rgb(64 64 64 / 1);
}
.outline-input-text {
  outline-color: #FFFFFF;
}
.outline-input-text\/0 {
  outline-color: rgb(255 255 255 / 0);
}
.outline-input-text\/10 {
  outline-color: rgb(255 255 255 / 0.1);
}
.outline-input-text\/100 {
  outline-color: rgb(255 255 255 / 1);
}
.outline-input-text\/20 {
  outline-color: rgb(255 255 255 / 0.2);
}
.outline-input-text\/25 {
  outline-color: rgb(255 255 255 / 0.25);
}
.outline-input-text\/30 {
  outline-color: rgb(255 255 255 / 0.3);
}
.outline-input-text\/40 {
  outline-color: rgb(255 255 255 / 0.4);
}
.outline-input-text\/5 {
  outline-color: rgb(255 255 255 / 0.05);
}
.outline-input-text\/50 {
  outline-color: rgb(255 255 255 / 0.5);
}
.outline-input-text\/60 {
  outline-color: rgb(255 255 255 / 0.6);
}
.outline-input-text\/70 {
  outline-color: rgb(255 255 255 / 0.7);
}
.outline-input-text\/75 {
  outline-color: rgb(255 255 255 / 0.75);
}
.outline-input-text\/80 {
  outline-color: rgb(255 255 255 / 0.8);
}
.outline-input-text\/90 {
  outline-color: rgb(255 255 255 / 0.9);
}
.outline-input-text\/95 {
  outline-color: rgb(255 255 255 / 0.95);
}
.outline-input-text\/state-disabled {
  outline-color: rgb(255 255 255 / 0.5);
}
.outline-input-text\/state-enabled {
  outline-color: rgb(255 255 255 / 1);
}
.outline-loader-default {
  outline-color: rgb(205, 141, 239);
}
.outline-loader-default\/0 {
  outline-color: rgb(205 141 239 / 0);
}
.outline-loader-default\/10 {
  outline-color: rgb(205 141 239 / 0.1);
}
.outline-loader-default\/100 {
  outline-color: rgb(205 141 239 / 1);
}
.outline-loader-default\/20 {
  outline-color: rgb(205 141 239 / 0.2);
}
.outline-loader-default\/25 {
  outline-color: rgb(205 141 239 / 0.25);
}
.outline-loader-default\/30 {
  outline-color: rgb(205 141 239 / 0.3);
}
.outline-loader-default\/40 {
  outline-color: rgb(205 141 239 / 0.4);
}
.outline-loader-default\/5 {
  outline-color: rgb(205 141 239 / 0.05);
}
.outline-loader-default\/50 {
  outline-color: rgb(205 141 239 / 0.5);
}
.outline-loader-default\/60 {
  outline-color: rgb(205 141 239 / 0.6);
}
.outline-loader-default\/70 {
  outline-color: rgb(205 141 239 / 0.7);
}
.outline-loader-default\/75 {
  outline-color: rgb(205 141 239 / 0.75);
}
.outline-loader-default\/80 {
  outline-color: rgb(205 141 239 / 0.8);
}
.outline-loader-default\/90 {
  outline-color: rgb(205 141 239 / 0.9);
}
.outline-loader-default\/95 {
  outline-color: rgb(205 141 239 / 0.95);
}
.outline-loader-default\/state-disabled {
  outline-color: rgb(205 141 239 / 0.5);
}
.outline-loader-default\/state-enabled {
  outline-color: rgb(205 141 239 / 1);
}
.outline-panel-alternate {
  outline-color: rgb(29, 29, 29);
}
.outline-panel-alternate\/0 {
  outline-color: rgb(29 29 29 / 0);
}
.outline-panel-alternate\/10 {
  outline-color: rgb(29 29 29 / 0.1);
}
.outline-panel-alternate\/100 {
  outline-color: rgb(29 29 29 / 1);
}
.outline-panel-alternate\/20 {
  outline-color: rgb(29 29 29 / 0.2);
}
.outline-panel-alternate\/25 {
  outline-color: rgb(29 29 29 / 0.25);
}
.outline-panel-alternate\/30 {
  outline-color: rgb(29 29 29 / 0.3);
}
.outline-panel-alternate\/40 {
  outline-color: rgb(29 29 29 / 0.4);
}
.outline-panel-alternate\/5 {
  outline-color: rgb(29 29 29 / 0.05);
}
.outline-panel-alternate\/50 {
  outline-color: rgb(29 29 29 / 0.5);
}
.outline-panel-alternate\/60 {
  outline-color: rgb(29 29 29 / 0.6);
}
.outline-panel-alternate\/70 {
  outline-color: rgb(29 29 29 / 0.7);
}
.outline-panel-alternate\/75 {
  outline-color: rgb(29 29 29 / 0.75);
}
.outline-panel-alternate\/80 {
  outline-color: rgb(29 29 29 / 0.8);
}
.outline-panel-alternate\/90 {
  outline-color: rgb(29 29 29 / 0.9);
}
.outline-panel-alternate\/95 {
  outline-color: rgb(29 29 29 / 0.95);
}
.outline-panel-alternate\/state-disabled {
  outline-color: rgb(29 29 29 / 0.5);
}
.outline-panel-alternate\/state-enabled {
  outline-color: rgb(29 29 29 / 1);
}
.outline-panel-base {
  outline-color: rgb(16, 16, 16);
}
.outline-panel-base\/0 {
  outline-color: rgb(16 16 16 / 0);
}
.outline-panel-base\/10 {
  outline-color: rgb(16 16 16 / 0.1);
}
.outline-panel-base\/100 {
  outline-color: rgb(16 16 16 / 1);
}
.outline-panel-base\/20 {
  outline-color: rgb(16 16 16 / 0.2);
}
.outline-panel-base\/25 {
  outline-color: rgb(16 16 16 / 0.25);
}
.outline-panel-base\/30 {
  outline-color: rgb(16 16 16 / 0.3);
}
.outline-panel-base\/40 {
  outline-color: rgb(16 16 16 / 0.4);
}
.outline-panel-base\/5 {
  outline-color: rgb(16 16 16 / 0.05);
}
.outline-panel-base\/50 {
  outline-color: rgb(16 16 16 / 0.5);
}
.outline-panel-base\/60 {
  outline-color: rgb(16 16 16 / 0.6);
}
.outline-panel-base\/70 {
  outline-color: rgb(16 16 16 / 0.7);
}
.outline-panel-base\/75 {
  outline-color: rgb(16 16 16 / 0.75);
}
.outline-panel-base\/80 {
  outline-color: rgb(16 16 16 / 0.8);
}
.outline-panel-base\/90 {
  outline-color: rgb(16 16 16 / 0.9);
}
.outline-panel-base\/95 {
  outline-color: rgb(16 16 16 / 0.95);
}
.outline-panel-base\/state-disabled {
  outline-color: rgb(16 16 16 / 0.5);
}
.outline-panel-base\/state-enabled {
  outline-color: rgb(16 16 16 / 1);
}
.outline-panel-border {
  outline-color: rgba(255, 255, 255, 0.05);
}
.outline-panel-border\/0 {
  outline-color: rgba(255, 255, 255, 0);
}
.outline-panel-border\/10 {
  outline-color: rgba(255, 255, 255, 0.1);
}
.outline-panel-border\/100 {
  outline-color: rgba(255, 255, 255, 1);
}
.outline-panel-border\/20 {
  outline-color: rgba(255, 255, 255, 0.2);
}
.outline-panel-border\/25 {
  outline-color: rgba(255, 255, 255, 0.25);
}
.outline-panel-border\/30 {
  outline-color: rgba(255, 255, 255, 0.3);
}
.outline-panel-border\/40 {
  outline-color: rgba(255, 255, 255, 0.4);
}
.outline-panel-border\/5 {
  outline-color: rgba(255, 255, 255, 0.05);
}
.outline-panel-border\/50 {
  outline-color: rgba(255, 255, 255, 0.5);
}
.outline-panel-border\/60 {
  outline-color: rgba(255, 255, 255, 0.6);
}
.outline-panel-border\/70 {
  outline-color: rgba(255, 255, 255, 0.7);
}
.outline-panel-border\/75 {
  outline-color: rgba(255, 255, 255, 0.75);
}
.outline-panel-border\/80 {
  outline-color: rgba(255, 255, 255, 0.8);
}
.outline-panel-border\/90 {
  outline-color: rgba(255, 255, 255, 0.9);
}
.outline-panel-border\/95 {
  outline-color: rgba(255, 255, 255, 0.95);
}
.outline-panel-border\/state-disabled {
  outline-color: rgba(255, 255, 255, 0.5);
}
.outline-panel-border\/state-enabled {
  outline-color: rgba(255, 255, 255, 1);
}
.outline-panel-default {
  outline-color: rgba(255, 255, 255, 0);
}
.outline-panel-default\/0 {
  outline-color: rgba(255, 255, 255, 0);
}
.outline-panel-default\/10 {
  outline-color: rgba(255, 255, 255, 0.1);
}
.outline-panel-default\/100 {
  outline-color: rgba(255, 255, 255, 1);
}
.outline-panel-default\/20 {
  outline-color: rgba(255, 255, 255, 0.2);
}
.outline-panel-default\/25 {
  outline-color: rgba(255, 255, 255, 0.25);
}
.outline-panel-default\/30 {
  outline-color: rgba(255, 255, 255, 0.3);
}
.outline-panel-default\/40 {
  outline-color: rgba(255, 255, 255, 0.4);
}
.outline-panel-default\/5 {
  outline-color: rgba(255, 255, 255, 0.05);
}
.outline-panel-default\/50 {
  outline-color: rgba(255, 255, 255, 0.5);
}
.outline-panel-default\/60 {
  outline-color: rgba(255, 255, 255, 0.6);
}
.outline-panel-default\/70 {
  outline-color: rgba(255, 255, 255, 0.7);
}
.outline-panel-default\/75 {
  outline-color: rgba(255, 255, 255, 0.75);
}
.outline-panel-default\/80 {
  outline-color: rgba(255, 255, 255, 0.8);
}
.outline-panel-default\/90 {
  outline-color: rgba(255, 255, 255, 0.9);
}
.outline-panel-default\/95 {
  outline-color: rgba(255, 255, 255, 0.95);
}
.outline-panel-default\/state-disabled {
  outline-color: rgba(255, 255, 255, 0.5);
}
.outline-panel-default\/state-enabled {
  outline-color: rgba(255, 255, 255, 1);
}
.outline-panel-shadow {
  outline-color: rgba(0, 0, 0, 0.2);
}
.outline-panel-shadow\/0 {
  outline-color: rgba(0, 0, 0, 0);
}
.outline-panel-shadow\/10 {
  outline-color: rgba(0, 0, 0, 0.1);
}
.outline-panel-shadow\/100 {
  outline-color: rgba(0, 0, 0, 1);
}
.outline-panel-shadow\/20 {
  outline-color: rgba(0, 0, 0, 0.2);
}
.outline-panel-shadow\/25 {
  outline-color: rgba(0, 0, 0, 0.25);
}
.outline-panel-shadow\/30 {
  outline-color: rgba(0, 0, 0, 0.3);
}
.outline-panel-shadow\/40 {
  outline-color: rgba(0, 0, 0, 0.4);
}
.outline-panel-shadow\/5 {
  outline-color: rgba(0, 0, 0, 0.05);
}
.outline-panel-shadow\/50 {
  outline-color: rgba(0, 0, 0, 0.5);
}
.outline-panel-shadow\/60 {
  outline-color: rgba(0, 0, 0, 0.6);
}
.outline-panel-shadow\/70 {
  outline-color: rgba(0, 0, 0, 0.7);
}
.outline-panel-shadow\/75 {
  outline-color: rgba(0, 0, 0, 0.75);
}
.outline-panel-shadow\/80 {
  outline-color: rgba(0, 0, 0, 0.8);
}
.outline-panel-shadow\/90 {
  outline-color: rgba(0, 0, 0, 0.9);
}
.outline-panel-shadow\/95 {
  outline-color: rgba(0, 0, 0, 0.95);
}
.outline-panel-shadow\/state-disabled {
  outline-color: rgba(0, 0, 0, 0.5);
}
.outline-panel-shadow\/state-enabled {
  outline-color: rgba(0, 0, 0, 1);
}
.outline-typography-accent {
  outline-color: rgb(205, 141, 239);
}
.outline-typography-accent\/0 {
  outline-color: rgb(205 141 239 / 0);
}
.outline-typography-accent\/10 {
  outline-color: rgb(205 141 239 / 0.1);
}
.outline-typography-accent\/100 {
  outline-color: rgb(205 141 239 / 1);
}
.outline-typography-accent\/20 {
  outline-color: rgb(205 141 239 / 0.2);
}
.outline-typography-accent\/25 {
  outline-color: rgb(205 141 239 / 0.25);
}
.outline-typography-accent\/30 {
  outline-color: rgb(205 141 239 / 0.3);
}
.outline-typography-accent\/40 {
  outline-color: rgb(205 141 239 / 0.4);
}
.outline-typography-accent\/5 {
  outline-color: rgb(205 141 239 / 0.05);
}
.outline-typography-accent\/50 {
  outline-color: rgb(205 141 239 / 0.5);
}
.outline-typography-accent\/60 {
  outline-color: rgb(205 141 239 / 0.6);
}
.outline-typography-accent\/70 {
  outline-color: rgb(205 141 239 / 0.7);
}
.outline-typography-accent\/75 {
  outline-color: rgb(205 141 239 / 0.75);
}
.outline-typography-accent\/80 {
  outline-color: rgb(205 141 239 / 0.8);
}
.outline-typography-accent\/90 {
  outline-color: rgb(205 141 239 / 0.9);
}
.outline-typography-accent\/95 {
  outline-color: rgb(205 141 239 / 0.95);
}
.outline-typography-accent\/state-disabled {
  outline-color: rgb(205 141 239 / 0.5);
}
.outline-typography-accent\/state-enabled {
  outline-color: rgb(205 141 239 / 1);
}
.outline-typography-alternate {
  outline-color: rgb(6, 182, 212);
}
.outline-typography-alternate\/0 {
  outline-color: rgb(6 182 212 / 0);
}
.outline-typography-alternate\/10 {
  outline-color: rgb(6 182 212 / 0.1);
}
.outline-typography-alternate\/100 {
  outline-color: rgb(6 182 212 / 1);
}
.outline-typography-alternate\/20 {
  outline-color: rgb(6 182 212 / 0.2);
}
.outline-typography-alternate\/25 {
  outline-color: rgb(6 182 212 / 0.25);
}
.outline-typography-alternate\/30 {
  outline-color: rgb(6 182 212 / 0.3);
}
.outline-typography-alternate\/40 {
  outline-color: rgb(6 182 212 / 0.4);
}
.outline-typography-alternate\/5 {
  outline-color: rgb(6 182 212 / 0.05);
}
.outline-typography-alternate\/50 {
  outline-color: rgb(6 182 212 / 0.5);
}
.outline-typography-alternate\/60 {
  outline-color: rgb(6 182 212 / 0.6);
}
.outline-typography-alternate\/70 {
  outline-color: rgb(6 182 212 / 0.7);
}
.outline-typography-alternate\/75 {
  outline-color: rgb(6 182 212 / 0.75);
}
.outline-typography-alternate\/80 {
  outline-color: rgb(6 182 212 / 0.8);
}
.outline-typography-alternate\/90 {
  outline-color: rgb(6 182 212 / 0.9);
}
.outline-typography-alternate\/95 {
  outline-color: rgb(6 182 212 / 0.95);
}
.outline-typography-alternate\/state-disabled {
  outline-color: rgb(6 182 212 / 0.5);
}
.outline-typography-alternate\/state-enabled {
  outline-color: rgb(6 182 212 / 1);
}
.outline-typography-default {
  outline-color: rgb(255, 255, 255);
}
.outline-typography-default\/0 {
  outline-color: rgb(255 255 255 / 0);
}
.outline-typography-default\/10 {
  outline-color: rgb(255 255 255 / 0.1);
}
.outline-typography-default\/100 {
  outline-color: rgb(255 255 255 / 1);
}
.outline-typography-default\/20 {
  outline-color: rgb(255 255 255 / 0.2);
}
.outline-typography-default\/25 {
  outline-color: rgb(255 255 255 / 0.25);
}
.outline-typography-default\/30 {
  outline-color: rgb(255 255 255 / 0.3);
}
.outline-typography-default\/40 {
  outline-color: rgb(255 255 255 / 0.4);
}
.outline-typography-default\/5 {
  outline-color: rgb(255 255 255 / 0.05);
}
.outline-typography-default\/50 {
  outline-color: rgb(255 255 255 / 0.5);
}
.outline-typography-default\/60 {
  outline-color: rgb(255 255 255 / 0.6);
}
.outline-typography-default\/70 {
  outline-color: rgb(255 255 255 / 0.7);
}
.outline-typography-default\/75 {
  outline-color: rgb(255 255 255 / 0.75);
}
.outline-typography-default\/80 {
  outline-color: rgb(255 255 255 / 0.8);
}
.outline-typography-default\/90 {
  outline-color: rgb(255 255 255 / 0.9);
}
.outline-typography-default\/95 {
  outline-color: rgb(255 255 255 / 0.95);
}
.outline-typography-default\/state-disabled {
  outline-color: rgb(255 255 255 / 0.5);
}
.outline-typography-default\/state-enabled {
  outline-color: rgb(255 255 255 / 1);
}
.outline-typography-error {
  outline-color: rgb(248, 113, 113);
}
.outline-typography-error\/0 {
  outline-color: rgb(248 113 113 / 0);
}
.outline-typography-error\/10 {
  outline-color: rgb(248 113 113 / 0.1);
}
.outline-typography-error\/100 {
  outline-color: rgb(248 113 113 / 1);
}
.outline-typography-error\/20 {
  outline-color: rgb(248 113 113 / 0.2);
}
.outline-typography-error\/25 {
  outline-color: rgb(248 113 113 / 0.25);
}
.outline-typography-error\/30 {
  outline-color: rgb(248 113 113 / 0.3);
}
.outline-typography-error\/40 {
  outline-color: rgb(248 113 113 / 0.4);
}
.outline-typography-error\/5 {
  outline-color: rgb(248 113 113 / 0.05);
}
.outline-typography-error\/50 {
  outline-color: rgb(248 113 113 / 0.5);
}
.outline-typography-error\/60 {
  outline-color: rgb(248 113 113 / 0.6);
}
.outline-typography-error\/70 {
  outline-color: rgb(248 113 113 / 0.7);
}
.outline-typography-error\/75 {
  outline-color: rgb(248 113 113 / 0.75);
}
.outline-typography-error\/80 {
  outline-color: rgb(248 113 113 / 0.8);
}
.outline-typography-error\/90 {
  outline-color: rgb(248 113 113 / 0.9);
}
.outline-typography-error\/95 {
  outline-color: rgb(248 113 113 / 0.95);
}
.outline-typography-error\/state-disabled {
  outline-color: rgb(248 113 113 / 0.5);
}
.outline-typography-error\/state-enabled {
  outline-color: rgb(248 113 113 / 1);
}
.outline-typography-info {
  outline-color: rgb(96, 165, 250);
}
.outline-typography-info\/0 {
  outline-color: rgb(96 165 250 / 0);
}
.outline-typography-info\/10 {
  outline-color: rgb(96 165 250 / 0.1);
}
.outline-typography-info\/100 {
  outline-color: rgb(96 165 250 / 1);
}
.outline-typography-info\/20 {
  outline-color: rgb(96 165 250 / 0.2);
}
.outline-typography-info\/25 {
  outline-color: rgb(96 165 250 / 0.25);
}
.outline-typography-info\/30 {
  outline-color: rgb(96 165 250 / 0.3);
}
.outline-typography-info\/40 {
  outline-color: rgb(96 165 250 / 0.4);
}
.outline-typography-info\/5 {
  outline-color: rgb(96 165 250 / 0.05);
}
.outline-typography-info\/50 {
  outline-color: rgb(96 165 250 / 0.5);
}
.outline-typography-info\/60 {
  outline-color: rgb(96 165 250 / 0.6);
}
.outline-typography-info\/70 {
  outline-color: rgb(96 165 250 / 0.7);
}
.outline-typography-info\/75 {
  outline-color: rgb(96 165 250 / 0.75);
}
.outline-typography-info\/80 {
  outline-color: rgb(96 165 250 / 0.8);
}
.outline-typography-info\/90 {
  outline-color: rgb(96 165 250 / 0.9);
}
.outline-typography-info\/95 {
  outline-color: rgb(96 165 250 / 0.95);
}
.outline-typography-info\/state-disabled {
  outline-color: rgb(96 165 250 / 0.5);
}
.outline-typography-info\/state-enabled {
  outline-color: rgb(96 165 250 / 1);
}
.outline-typography-link-default {
  outline-color: rgb(205, 141, 239);
}
.outline-typography-link-default\/0 {
  outline-color: rgb(205 141 239 / 0);
}
.outline-typography-link-default\/10 {
  outline-color: rgb(205 141 239 / 0.1);
}
.outline-typography-link-default\/100 {
  outline-color: rgb(205 141 239 / 1);
}
.outline-typography-link-default\/20 {
  outline-color: rgb(205 141 239 / 0.2);
}
.outline-typography-link-default\/25 {
  outline-color: rgb(205 141 239 / 0.25);
}
.outline-typography-link-default\/30 {
  outline-color: rgb(205 141 239 / 0.3);
}
.outline-typography-link-default\/40 {
  outline-color: rgb(205 141 239 / 0.4);
}
.outline-typography-link-default\/5 {
  outline-color: rgb(205 141 239 / 0.05);
}
.outline-typography-link-default\/50 {
  outline-color: rgb(205 141 239 / 0.5);
}
.outline-typography-link-default\/60 {
  outline-color: rgb(205 141 239 / 0.6);
}
.outline-typography-link-default\/70 {
  outline-color: rgb(205 141 239 / 0.7);
}
.outline-typography-link-default\/75 {
  outline-color: rgb(205 141 239 / 0.75);
}
.outline-typography-link-default\/80 {
  outline-color: rgb(205 141 239 / 0.8);
}
.outline-typography-link-default\/90 {
  outline-color: rgb(205 141 239 / 0.9);
}
.outline-typography-link-default\/95 {
  outline-color: rgb(205 141 239 / 0.95);
}
.outline-typography-link-default\/state-disabled {
  outline-color: rgb(205 141 239 / 0.5);
}
.outline-typography-link-default\/state-enabled {
  outline-color: rgb(205 141 239 / 1);
}
.outline-typography-link-hover {
  outline-color: rgb(215, 164, 242);
}
.outline-typography-link-hover\/0 {
  outline-color: rgb(215 164 242 / 0);
}
.outline-typography-link-hover\/10 {
  outline-color: rgb(215 164 242 / 0.1);
}
.outline-typography-link-hover\/100 {
  outline-color: rgb(215 164 242 / 1);
}
.outline-typography-link-hover\/20 {
  outline-color: rgb(215 164 242 / 0.2);
}
.outline-typography-link-hover\/25 {
  outline-color: rgb(215 164 242 / 0.25);
}
.outline-typography-link-hover\/30 {
  outline-color: rgb(215 164 242 / 0.3);
}
.outline-typography-link-hover\/40 {
  outline-color: rgb(215 164 242 / 0.4);
}
.outline-typography-link-hover\/5 {
  outline-color: rgb(215 164 242 / 0.05);
}
.outline-typography-link-hover\/50 {
  outline-color: rgb(215 164 242 / 0.5);
}
.outline-typography-link-hover\/60 {
  outline-color: rgb(215 164 242 / 0.6);
}
.outline-typography-link-hover\/70 {
  outline-color: rgb(215 164 242 / 0.7);
}
.outline-typography-link-hover\/75 {
  outline-color: rgb(215 164 242 / 0.75);
}
.outline-typography-link-hover\/80 {
  outline-color: rgb(215 164 242 / 0.8);
}
.outline-typography-link-hover\/90 {
  outline-color: rgb(215 164 242 / 0.9);
}
.outline-typography-link-hover\/95 {
  outline-color: rgb(215 164 242 / 0.95);
}
.outline-typography-link-hover\/state-disabled {
  outline-color: rgb(215 164 242 / 0.5);
}
.outline-typography-link-hover\/state-enabled {
  outline-color: rgb(215 164 242 / 1);
}
.outline-typography-muted {
  outline-color: rgb(156, 163, 175);
}
.outline-typography-muted\/0 {
  outline-color: rgb(156 163 175 / 0);
}
.outline-typography-muted\/10 {
  outline-color: rgb(156 163 175 / 0.1);
}
.outline-typography-muted\/100 {
  outline-color: rgb(156 163 175 / 1);
}
.outline-typography-muted\/20 {
  outline-color: rgb(156 163 175 / 0.2);
}
.outline-typography-muted\/25 {
  outline-color: rgb(156 163 175 / 0.25);
}
.outline-typography-muted\/30 {
  outline-color: rgb(156 163 175 / 0.3);
}
.outline-typography-muted\/40 {
  outline-color: rgb(156 163 175 / 0.4);
}
.outline-typography-muted\/5 {
  outline-color: rgb(156 163 175 / 0.05);
}
.outline-typography-muted\/50 {
  outline-color: rgb(156 163 175 / 0.5);
}
.outline-typography-muted\/60 {
  outline-color: rgb(156 163 175 / 0.6);
}
.outline-typography-muted\/70 {
  outline-color: rgb(156 163 175 / 0.7);
}
.outline-typography-muted\/75 {
  outline-color: rgb(156 163 175 / 0.75);
}
.outline-typography-muted\/80 {
  outline-color: rgb(156 163 175 / 0.8);
}
.outline-typography-muted\/90 {
  outline-color: rgb(156 163 175 / 0.9);
}
.outline-typography-muted\/95 {
  outline-color: rgb(156 163 175 / 0.95);
}
.outline-typography-muted\/state-disabled {
  outline-color: rgb(156 163 175 / 0.5);
}
.outline-typography-muted\/state-enabled {
  outline-color: rgb(156 163 175 / 1);
}
.outline-typography-on-accent {
  outline-color: rgb(64, 64, 64);
}
.outline-typography-on-accent\/0 {
  outline-color: rgb(64 64 64 / 0);
}
.outline-typography-on-accent\/10 {
  outline-color: rgb(64 64 64 / 0.1);
}
.outline-typography-on-accent\/100 {
  outline-color: rgb(64 64 64 / 1);
}
.outline-typography-on-accent\/20 {
  outline-color: rgb(64 64 64 / 0.2);
}
.outline-typography-on-accent\/25 {
  outline-color: rgb(64 64 64 / 0.25);
}
.outline-typography-on-accent\/30 {
  outline-color: rgb(64 64 64 / 0.3);
}
.outline-typography-on-accent\/40 {
  outline-color: rgb(64 64 64 / 0.4);
}
.outline-typography-on-accent\/5 {
  outline-color: rgb(64 64 64 / 0.05);
}
.outline-typography-on-accent\/50 {
  outline-color: rgb(64 64 64 / 0.5);
}
.outline-typography-on-accent\/60 {
  outline-color: rgb(64 64 64 / 0.6);
}
.outline-typography-on-accent\/70 {
  outline-color: rgb(64 64 64 / 0.7);
}
.outline-typography-on-accent\/75 {
  outline-color: rgb(64 64 64 / 0.75);
}
.outline-typography-on-accent\/80 {
  outline-color: rgb(64 64 64 / 0.8);
}
.outline-typography-on-accent\/90 {
  outline-color: rgb(64 64 64 / 0.9);
}
.outline-typography-on-accent\/95 {
  outline-color: rgb(64 64 64 / 0.95);
}
.outline-typography-on-accent\/state-disabled {
  outline-color: rgb(64 64 64 / 0.5);
}
.outline-typography-on-accent\/state-enabled {
  outline-color: rgb(64 64 64 / 1);
}
.outline-typography-subtle {
  outline-color: rgb(229, 231, 235);
}
.outline-typography-subtle\/0 {
  outline-color: rgb(229 231 235 / 0);
}
.outline-typography-subtle\/10 {
  outline-color: rgb(229 231 235 / 0.1);
}
.outline-typography-subtle\/100 {
  outline-color: rgb(229 231 235 / 1);
}
.outline-typography-subtle\/20 {
  outline-color: rgb(229 231 235 / 0.2);
}
.outline-typography-subtle\/25 {
  outline-color: rgb(229 231 235 / 0.25);
}
.outline-typography-subtle\/30 {
  outline-color: rgb(229 231 235 / 0.3);
}
.outline-typography-subtle\/40 {
  outline-color: rgb(229 231 235 / 0.4);
}
.outline-typography-subtle\/5 {
  outline-color: rgb(229 231 235 / 0.05);
}
.outline-typography-subtle\/50 {
  outline-color: rgb(229 231 235 / 0.5);
}
.outline-typography-subtle\/60 {
  outline-color: rgb(229 231 235 / 0.6);
}
.outline-typography-subtle\/70 {
  outline-color: rgb(229 231 235 / 0.7);
}
.outline-typography-subtle\/75 {
  outline-color: rgb(229 231 235 / 0.75);
}
.outline-typography-subtle\/80 {
  outline-color: rgb(229 231 235 / 0.8);
}
.outline-typography-subtle\/90 {
  outline-color: rgb(229 231 235 / 0.9);
}
.outline-typography-subtle\/95 {
  outline-color: rgb(229 231 235 / 0.95);
}
.outline-typography-subtle\/state-disabled {
  outline-color: rgb(229 231 235 / 0.5);
}
.outline-typography-subtle\/state-enabled {
  outline-color: rgb(229 231 235 / 1);
}
.outline-typography-success {
  outline-color: rgb(74, 222, 128);
}
.outline-typography-success\/0 {
  outline-color: rgb(74 222 128 / 0);
}
.outline-typography-success\/10 {
  outline-color: rgb(74 222 128 / 0.1);
}
.outline-typography-success\/100 {
  outline-color: rgb(74 222 128 / 1);
}
.outline-typography-success\/20 {
  outline-color: rgb(74 222 128 / 0.2);
}
.outline-typography-success\/25 {
  outline-color: rgb(74 222 128 / 0.25);
}
.outline-typography-success\/30 {
  outline-color: rgb(74 222 128 / 0.3);
}
.outline-typography-success\/40 {
  outline-color: rgb(74 222 128 / 0.4);
}
.outline-typography-success\/5 {
  outline-color: rgb(74 222 128 / 0.05);
}
.outline-typography-success\/50 {
  outline-color: rgb(74 222 128 / 0.5);
}
.outline-typography-success\/60 {
  outline-color: rgb(74 222 128 / 0.6);
}
.outline-typography-success\/70 {
  outline-color: rgb(74 222 128 / 0.7);
}
.outline-typography-success\/75 {
  outline-color: rgb(74 222 128 / 0.75);
}
.outline-typography-success\/80 {
  outline-color: rgb(74 222 128 / 0.8);
}
.outline-typography-success\/90 {
  outline-color: rgb(74 222 128 / 0.9);
}
.outline-typography-success\/95 {
  outline-color: rgb(74 222 128 / 0.95);
}
.outline-typography-success\/state-disabled {
  outline-color: rgb(74 222 128 / 0.5);
}
.outline-typography-success\/state-enabled {
  outline-color: rgb(74 222 128 / 1);
}
.outline-typography-warning {
  outline-color: rgb(251, 146, 60);
}
.outline-typography-warning\/0 {
  outline-color: rgb(251 146 60 / 0);
}
.outline-typography-warning\/10 {
  outline-color: rgb(251 146 60 / 0.1);
}
.outline-typography-warning\/100 {
  outline-color: rgb(251 146 60 / 1);
}
.outline-typography-warning\/20 {
  outline-color: rgb(251 146 60 / 0.2);
}
.outline-typography-warning\/25 {
  outline-color: rgb(251 146 60 / 0.25);
}
.outline-typography-warning\/30 {
  outline-color: rgb(251 146 60 / 0.3);
}
.outline-typography-warning\/40 {
  outline-color: rgb(251 146 60 / 0.4);
}
.outline-typography-warning\/5 {
  outline-color: rgb(251 146 60 / 0.05);
}
.outline-typography-warning\/50 {
  outline-color: rgb(251 146 60 / 0.5);
}
.outline-typography-warning\/60 {
  outline-color: rgb(251 146 60 / 0.6);
}
.outline-typography-warning\/70 {
  outline-color: rgb(251 146 60 / 0.7);
}
.outline-typography-warning\/75 {
  outline-color: rgb(251 146 60 / 0.75);
}
.outline-typography-warning\/80 {
  outline-color: rgb(251 146 60 / 0.8);
}
.outline-typography-warning\/90 {
  outline-color: rgb(251 146 60 / 0.9);
}
.outline-typography-warning\/95 {
  outline-color: rgb(251 146 60 / 0.95);
}
.outline-typography-warning\/state-disabled {
  outline-color: rgb(251 146 60 / 0.5);
}
.outline-typography-warning\/state-enabled {
  outline-color: rgb(251 146 60 / 1);
}
.ring-avatar-background {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(205 141 239 / var(--tw-ring-opacity));
}
.ring-avatar-background\/0 {
  --tw-ring-color: rgb(205 141 239 / 0);
}
.ring-avatar-background\/10 {
  --tw-ring-color: rgb(205 141 239 / 0.1);
}
.ring-avatar-background\/100 {
  --tw-ring-color: rgb(205 141 239 / 1);
}
.ring-avatar-background\/20 {
  --tw-ring-color: rgb(205 141 239 / 0.2);
}
.ring-avatar-background\/25 {
  --tw-ring-color: rgb(205 141 239 / 0.25);
}
.ring-avatar-background\/30 {
  --tw-ring-color: rgb(205 141 239 / 0.3);
}
.ring-avatar-background\/40 {
  --tw-ring-color: rgb(205 141 239 / 0.4);
}
.ring-avatar-background\/5 {
  --tw-ring-color: rgb(205 141 239 / 0.05);
}
.ring-avatar-background\/50 {
  --tw-ring-color: rgb(205 141 239 / 0.5);
}
.ring-avatar-background\/60 {
  --tw-ring-color: rgb(205 141 239 / 0.6);
}
.ring-avatar-background\/70 {
  --tw-ring-color: rgb(205 141 239 / 0.7);
}
.ring-avatar-background\/75 {
  --tw-ring-color: rgb(205 141 239 / 0.75);
}
.ring-avatar-background\/80 {
  --tw-ring-color: rgb(205 141 239 / 0.8);
}
.ring-avatar-background\/90 {
  --tw-ring-color: rgb(205 141 239 / 0.9);
}
.ring-avatar-background\/95 {
  --tw-ring-color: rgb(205 141 239 / 0.95);
}
.ring-avatar-background\/state-disabled {
  --tw-ring-color: rgb(205 141 239 / 0.5);
}
.ring-avatar-background\/state-enabled {
  --tw-ring-color: rgb(205 141 239 / 1);
}
.ring-badge-outline-alternate {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(6 182 212 / var(--tw-ring-opacity));
}
.ring-badge-outline-alternate\/0 {
  --tw-ring-color: rgb(6 182 212 / 0);
}
.ring-badge-outline-alternate\/10 {
  --tw-ring-color: rgb(6 182 212 / 0.1);
}
.ring-badge-outline-alternate\/100 {
  --tw-ring-color: rgb(6 182 212 / 1);
}
.ring-badge-outline-alternate\/20 {
  --tw-ring-color: rgb(6 182 212 / 0.2);
}
.ring-badge-outline-alternate\/25 {
  --tw-ring-color: rgb(6 182 212 / 0.25);
}
.ring-badge-outline-alternate\/30 {
  --tw-ring-color: rgb(6 182 212 / 0.3);
}
.ring-badge-outline-alternate\/40 {
  --tw-ring-color: rgb(6 182 212 / 0.4);
}
.ring-badge-outline-alternate\/5 {
  --tw-ring-color: rgb(6 182 212 / 0.05);
}
.ring-badge-outline-alternate\/50 {
  --tw-ring-color: rgb(6 182 212 / 0.5);
}
.ring-badge-outline-alternate\/60 {
  --tw-ring-color: rgb(6 182 212 / 0.6);
}
.ring-badge-outline-alternate\/70 {
  --tw-ring-color: rgb(6 182 212 / 0.7);
}
.ring-badge-outline-alternate\/75 {
  --tw-ring-color: rgb(6 182 212 / 0.75);
}
.ring-badge-outline-alternate\/80 {
  --tw-ring-color: rgb(6 182 212 / 0.8);
}
.ring-badge-outline-alternate\/90 {
  --tw-ring-color: rgb(6 182 212 / 0.9);
}
.ring-badge-outline-alternate\/95 {
  --tw-ring-color: rgb(6 182 212 / 0.95);
}
.ring-badge-outline-alternate\/state-disabled {
  --tw-ring-color: rgb(6 182 212 / 0.5);
}
.ring-badge-outline-alternate\/state-enabled {
  --tw-ring-color: rgb(6 182 212 / 1);
}
.ring-badge-outline-default {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(205 141 239 / var(--tw-ring-opacity));
}
.ring-badge-outline-default\/0 {
  --tw-ring-color: rgb(205 141 239 / 0);
}
.ring-badge-outline-default\/10 {
  --tw-ring-color: rgb(205 141 239 / 0.1);
}
.ring-badge-outline-default\/100 {
  --tw-ring-color: rgb(205 141 239 / 1);
}
.ring-badge-outline-default\/20 {
  --tw-ring-color: rgb(205 141 239 / 0.2);
}
.ring-badge-outline-default\/25 {
  --tw-ring-color: rgb(205 141 239 / 0.25);
}
.ring-badge-outline-default\/30 {
  --tw-ring-color: rgb(205 141 239 / 0.3);
}
.ring-badge-outline-default\/40 {
  --tw-ring-color: rgb(205 141 239 / 0.4);
}
.ring-badge-outline-default\/5 {
  --tw-ring-color: rgb(205 141 239 / 0.05);
}
.ring-badge-outline-default\/50 {
  --tw-ring-color: rgb(205 141 239 / 0.5);
}
.ring-badge-outline-default\/60 {
  --tw-ring-color: rgb(205 141 239 / 0.6);
}
.ring-badge-outline-default\/70 {
  --tw-ring-color: rgb(205 141 239 / 0.7);
}
.ring-badge-outline-default\/75 {
  --tw-ring-color: rgb(205 141 239 / 0.75);
}
.ring-badge-outline-default\/80 {
  --tw-ring-color: rgb(205 141 239 / 0.8);
}
.ring-badge-outline-default\/90 {
  --tw-ring-color: rgb(205 141 239 / 0.9);
}
.ring-badge-outline-default\/95 {
  --tw-ring-color: rgb(205 141 239 / 0.95);
}
.ring-badge-outline-default\/state-disabled {
  --tw-ring-color: rgb(205 141 239 / 0.5);
}
.ring-badge-outline-default\/state-enabled {
  --tw-ring-color: rgb(205 141 239 / 1);
}
.ring-badge-outline-textColor {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(205 141 239 / var(--tw-ring-opacity));
}
.ring-badge-outline-textColor\/0 {
  --tw-ring-color: rgb(205 141 239 / 0);
}
.ring-badge-outline-textColor\/10 {
  --tw-ring-color: rgb(205 141 239 / 0.1);
}
.ring-badge-outline-textColor\/100 {
  --tw-ring-color: rgb(205 141 239 / 1);
}
.ring-badge-outline-textColor\/20 {
  --tw-ring-color: rgb(205 141 239 / 0.2);
}
.ring-badge-outline-textColor\/25 {
  --tw-ring-color: rgb(205 141 239 / 0.25);
}
.ring-badge-outline-textColor\/30 {
  --tw-ring-color: rgb(205 141 239 / 0.3);
}
.ring-badge-outline-textColor\/40 {
  --tw-ring-color: rgb(205 141 239 / 0.4);
}
.ring-badge-outline-textColor\/5 {
  --tw-ring-color: rgb(205 141 239 / 0.05);
}
.ring-badge-outline-textColor\/50 {
  --tw-ring-color: rgb(205 141 239 / 0.5);
}
.ring-badge-outline-textColor\/60 {
  --tw-ring-color: rgb(205 141 239 / 0.6);
}
.ring-badge-outline-textColor\/70 {
  --tw-ring-color: rgb(205 141 239 / 0.7);
}
.ring-badge-outline-textColor\/75 {
  --tw-ring-color: rgb(205 141 239 / 0.75);
}
.ring-badge-outline-textColor\/80 {
  --tw-ring-color: rgb(205 141 239 / 0.8);
}
.ring-badge-outline-textColor\/90 {
  --tw-ring-color: rgb(205 141 239 / 0.9);
}
.ring-badge-outline-textColor\/95 {
  --tw-ring-color: rgb(205 141 239 / 0.95);
}
.ring-badge-outline-textColor\/state-disabled {
  --tw-ring-color: rgb(205 141 239 / 0.5);
}
.ring-badge-outline-textColor\/state-enabled {
  --tw-ring-color: rgb(205 141 239 / 1);
}
.ring-badge-solid-alternate {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(6 182 212 / var(--tw-ring-opacity));
}
.ring-badge-solid-alternate\/0 {
  --tw-ring-color: rgb(6 182 212 / 0);
}
.ring-badge-solid-alternate\/10 {
  --tw-ring-color: rgb(6 182 212 / 0.1);
}
.ring-badge-solid-alternate\/100 {
  --tw-ring-color: rgb(6 182 212 / 1);
}
.ring-badge-solid-alternate\/20 {
  --tw-ring-color: rgb(6 182 212 / 0.2);
}
.ring-badge-solid-alternate\/25 {
  --tw-ring-color: rgb(6 182 212 / 0.25);
}
.ring-badge-solid-alternate\/30 {
  --tw-ring-color: rgb(6 182 212 / 0.3);
}
.ring-badge-solid-alternate\/40 {
  --tw-ring-color: rgb(6 182 212 / 0.4);
}
.ring-badge-solid-alternate\/5 {
  --tw-ring-color: rgb(6 182 212 / 0.05);
}
.ring-badge-solid-alternate\/50 {
  --tw-ring-color: rgb(6 182 212 / 0.5);
}
.ring-badge-solid-alternate\/60 {
  --tw-ring-color: rgb(6 182 212 / 0.6);
}
.ring-badge-solid-alternate\/70 {
  --tw-ring-color: rgb(6 182 212 / 0.7);
}
.ring-badge-solid-alternate\/75 {
  --tw-ring-color: rgb(6 182 212 / 0.75);
}
.ring-badge-solid-alternate\/80 {
  --tw-ring-color: rgb(6 182 212 / 0.8);
}
.ring-badge-solid-alternate\/90 {
  --tw-ring-color: rgb(6 182 212 / 0.9);
}
.ring-badge-solid-alternate\/95 {
  --tw-ring-color: rgb(6 182 212 / 0.95);
}
.ring-badge-solid-alternate\/state-disabled {
  --tw-ring-color: rgb(6 182 212 / 0.5);
}
.ring-badge-solid-alternate\/state-enabled {
  --tw-ring-color: rgb(6 182 212 / 1);
}
.ring-badge-solid-default {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(205 141 239 / var(--tw-ring-opacity));
}
.ring-badge-solid-default\/0 {
  --tw-ring-color: rgb(205 141 239 / 0);
}
.ring-badge-solid-default\/10 {
  --tw-ring-color: rgb(205 141 239 / 0.1);
}
.ring-badge-solid-default\/100 {
  --tw-ring-color: rgb(205 141 239 / 1);
}
.ring-badge-solid-default\/20 {
  --tw-ring-color: rgb(205 141 239 / 0.2);
}
.ring-badge-solid-default\/25 {
  --tw-ring-color: rgb(205 141 239 / 0.25);
}
.ring-badge-solid-default\/30 {
  --tw-ring-color: rgb(205 141 239 / 0.3);
}
.ring-badge-solid-default\/40 {
  --tw-ring-color: rgb(205 141 239 / 0.4);
}
.ring-badge-solid-default\/5 {
  --tw-ring-color: rgb(205 141 239 / 0.05);
}
.ring-badge-solid-default\/50 {
  --tw-ring-color: rgb(205 141 239 / 0.5);
}
.ring-badge-solid-default\/60 {
  --tw-ring-color: rgb(205 141 239 / 0.6);
}
.ring-badge-solid-default\/70 {
  --tw-ring-color: rgb(205 141 239 / 0.7);
}
.ring-badge-solid-default\/75 {
  --tw-ring-color: rgb(205 141 239 / 0.75);
}
.ring-badge-solid-default\/80 {
  --tw-ring-color: rgb(205 141 239 / 0.8);
}
.ring-badge-solid-default\/90 {
  --tw-ring-color: rgb(205 141 239 / 0.9);
}
.ring-badge-solid-default\/95 {
  --tw-ring-color: rgb(205 141 239 / 0.95);
}
.ring-badge-solid-default\/state-disabled {
  --tw-ring-color: rgb(205 141 239 / 0.5);
}
.ring-badge-solid-default\/state-enabled {
  --tw-ring-color: rgb(205 141 239 / 1);
}
.ring-badge-solid-textColor {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(64 64 64 / var(--tw-ring-opacity));
}
.ring-badge-solid-textColor\/0 {
  --tw-ring-color: rgb(64 64 64 / 0);
}
.ring-badge-solid-textColor\/10 {
  --tw-ring-color: rgb(64 64 64 / 0.1);
}
.ring-badge-solid-textColor\/100 {
  --tw-ring-color: rgb(64 64 64 / 1);
}
.ring-badge-solid-textColor\/20 {
  --tw-ring-color: rgb(64 64 64 / 0.2);
}
.ring-badge-solid-textColor\/25 {
  --tw-ring-color: rgb(64 64 64 / 0.25);
}
.ring-badge-solid-textColor\/30 {
  --tw-ring-color: rgb(64 64 64 / 0.3);
}
.ring-badge-solid-textColor\/40 {
  --tw-ring-color: rgb(64 64 64 / 0.4);
}
.ring-badge-solid-textColor\/5 {
  --tw-ring-color: rgb(64 64 64 / 0.05);
}
.ring-badge-solid-textColor\/50 {
  --tw-ring-color: rgb(64 64 64 / 0.5);
}
.ring-badge-solid-textColor\/60 {
  --tw-ring-color: rgb(64 64 64 / 0.6);
}
.ring-badge-solid-textColor\/70 {
  --tw-ring-color: rgb(64 64 64 / 0.7);
}
.ring-badge-solid-textColor\/75 {
  --tw-ring-color: rgb(64 64 64 / 0.75);
}
.ring-badge-solid-textColor\/80 {
  --tw-ring-color: rgb(64 64 64 / 0.8);
}
.ring-badge-solid-textColor\/90 {
  --tw-ring-color: rgb(64 64 64 / 0.9);
}
.ring-badge-solid-textColor\/95 {
  --tw-ring-color: rgb(64 64 64 / 0.95);
}
.ring-badge-solid-textColor\/state-disabled {
  --tw-ring-color: rgb(64 64 64 / 0.5);
}
.ring-badge-solid-textColor\/state-enabled {
  --tw-ring-color: rgb(64 64 64 / 1);
}
.ring-divider-default {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(55 65 81 / var(--tw-ring-opacity));
}
.ring-divider-default\/0 {
  --tw-ring-color: rgb(55 65 81 / 0);
}
.ring-divider-default\/10 {
  --tw-ring-color: rgb(55 65 81 / 0.1);
}
.ring-divider-default\/100 {
  --tw-ring-color: rgb(55 65 81 / 1);
}
.ring-divider-default\/20 {
  --tw-ring-color: rgb(55 65 81 / 0.2);
}
.ring-divider-default\/25 {
  --tw-ring-color: rgb(55 65 81 / 0.25);
}
.ring-divider-default\/30 {
  --tw-ring-color: rgb(55 65 81 / 0.3);
}
.ring-divider-default\/40 {
  --tw-ring-color: rgb(55 65 81 / 0.4);
}
.ring-divider-default\/5 {
  --tw-ring-color: rgb(55 65 81 / 0.05);
}
.ring-divider-default\/50 {
  --tw-ring-color: rgb(55 65 81 / 0.5);
}
.ring-divider-default\/60 {
  --tw-ring-color: rgb(55 65 81 / 0.6);
}
.ring-divider-default\/70 {
  --tw-ring-color: rgb(55 65 81 / 0.7);
}
.ring-divider-default\/75 {
  --tw-ring-color: rgb(55 65 81 / 0.75);
}
.ring-divider-default\/80 {
  --tw-ring-color: rgb(55 65 81 / 0.8);
}
.ring-divider-default\/90 {
  --tw-ring-color: rgb(55 65 81 / 0.9);
}
.ring-divider-default\/95 {
  --tw-ring-color: rgb(55 65 81 / 0.95);
}
.ring-divider-default\/state-disabled {
  --tw-ring-color: rgb(55 65 81 / 0.5);
}
.ring-divider-default\/state-enabled {
  --tw-ring-color: rgb(55 65 81 / 1);
}
.ring-input-background {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(23 23 23 / var(--tw-ring-opacity));
}
.ring-input-background\/0 {
  --tw-ring-color: rgb(23 23 23 / 0);
}
.ring-input-background\/10 {
  --tw-ring-color: rgb(23 23 23 / 0.1);
}
.ring-input-background\/100 {
  --tw-ring-color: rgb(23 23 23 / 1);
}
.ring-input-background\/20 {
  --tw-ring-color: rgb(23 23 23 / 0.2);
}
.ring-input-background\/25 {
  --tw-ring-color: rgb(23 23 23 / 0.25);
}
.ring-input-background\/30 {
  --tw-ring-color: rgb(23 23 23 / 0.3);
}
.ring-input-background\/40 {
  --tw-ring-color: rgb(23 23 23 / 0.4);
}
.ring-input-background\/5 {
  --tw-ring-color: rgb(23 23 23 / 0.05);
}
.ring-input-background\/50 {
  --tw-ring-color: rgb(23 23 23 / 0.5);
}
.ring-input-background\/60 {
  --tw-ring-color: rgb(23 23 23 / 0.6);
}
.ring-input-background\/70 {
  --tw-ring-color: rgb(23 23 23 / 0.7);
}
.ring-input-background\/75 {
  --tw-ring-color: rgb(23 23 23 / 0.75);
}
.ring-input-background\/80 {
  --tw-ring-color: rgb(23 23 23 / 0.8);
}
.ring-input-background\/90 {
  --tw-ring-color: rgb(23 23 23 / 0.9);
}
.ring-input-background\/95 {
  --tw-ring-color: rgb(23 23 23 / 0.95);
}
.ring-input-background\/state-disabled {
  --tw-ring-color: rgb(23 23 23 / 0.5);
}
.ring-input-background\/state-enabled {
  --tw-ring-color: rgb(23 23 23 / 1);
}
.ring-input-checkbox-background {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(205 141 239 / var(--tw-ring-opacity));
}
.ring-input-checkbox-background\/0 {
  --tw-ring-color: rgb(205 141 239 / 0);
}
.ring-input-checkbox-background\/10 {
  --tw-ring-color: rgb(205 141 239 / 0.1);
}
.ring-input-checkbox-background\/100 {
  --tw-ring-color: rgb(205 141 239 / 1);
}
.ring-input-checkbox-background\/20 {
  --tw-ring-color: rgb(205 141 239 / 0.2);
}
.ring-input-checkbox-background\/25 {
  --tw-ring-color: rgb(205 141 239 / 0.25);
}
.ring-input-checkbox-background\/30 {
  --tw-ring-color: rgb(205 141 239 / 0.3);
}
.ring-input-checkbox-background\/40 {
  --tw-ring-color: rgb(205 141 239 / 0.4);
}
.ring-input-checkbox-background\/5 {
  --tw-ring-color: rgb(205 141 239 / 0.05);
}
.ring-input-checkbox-background\/50 {
  --tw-ring-color: rgb(205 141 239 / 0.5);
}
.ring-input-checkbox-background\/60 {
  --tw-ring-color: rgb(205 141 239 / 0.6);
}
.ring-input-checkbox-background\/70 {
  --tw-ring-color: rgb(205 141 239 / 0.7);
}
.ring-input-checkbox-background\/75 {
  --tw-ring-color: rgb(205 141 239 / 0.75);
}
.ring-input-checkbox-background\/80 {
  --tw-ring-color: rgb(205 141 239 / 0.8);
}
.ring-input-checkbox-background\/90 {
  --tw-ring-color: rgb(205 141 239 / 0.9);
}
.ring-input-checkbox-background\/95 {
  --tw-ring-color: rgb(205 141 239 / 0.95);
}
.ring-input-checkbox-background\/state-disabled {
  --tw-ring-color: rgb(205 141 239 / 0.5);
}
.ring-input-checkbox-background\/state-enabled {
  --tw-ring-color: rgb(205 141 239 / 1);
}
.ring-input-checkbox-border {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(205 141 239 / var(--tw-ring-opacity));
}
.ring-input-checkbox-border\/0 {
  --tw-ring-color: rgb(205 141 239 / 0);
}
.ring-input-checkbox-border\/10 {
  --tw-ring-color: rgb(205 141 239 / 0.1);
}
.ring-input-checkbox-border\/100 {
  --tw-ring-color: rgb(205 141 239 / 1);
}
.ring-input-checkbox-border\/20 {
  --tw-ring-color: rgb(205 141 239 / 0.2);
}
.ring-input-checkbox-border\/25 {
  --tw-ring-color: rgb(205 141 239 / 0.25);
}
.ring-input-checkbox-border\/30 {
  --tw-ring-color: rgb(205 141 239 / 0.3);
}
.ring-input-checkbox-border\/40 {
  --tw-ring-color: rgb(205 141 239 / 0.4);
}
.ring-input-checkbox-border\/5 {
  --tw-ring-color: rgb(205 141 239 / 0.05);
}
.ring-input-checkbox-border\/50 {
  --tw-ring-color: rgb(205 141 239 / 0.5);
}
.ring-input-checkbox-border\/60 {
  --tw-ring-color: rgb(205 141 239 / 0.6);
}
.ring-input-checkbox-border\/70 {
  --tw-ring-color: rgb(205 141 239 / 0.7);
}
.ring-input-checkbox-border\/75 {
  --tw-ring-color: rgb(205 141 239 / 0.75);
}
.ring-input-checkbox-border\/80 {
  --tw-ring-color: rgb(205 141 239 / 0.8);
}
.ring-input-checkbox-border\/90 {
  --tw-ring-color: rgb(205 141 239 / 0.9);
}
.ring-input-checkbox-border\/95 {
  --tw-ring-color: rgb(205 141 239 / 0.95);
}
.ring-input-checkbox-border\/state-disabled {
  --tw-ring-color: rgb(205 141 239 / 0.5);
}
.ring-input-checkbox-border\/state-enabled {
  --tw-ring-color: rgb(205 141 239 / 1);
}
.ring-input-checkbox-contrast {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(64 64 64 / var(--tw-ring-opacity));
}
.ring-input-checkbox-contrast\/0 {
  --tw-ring-color: rgb(64 64 64 / 0);
}
.ring-input-checkbox-contrast\/10 {
  --tw-ring-color: rgb(64 64 64 / 0.1);
}
.ring-input-checkbox-contrast\/100 {
  --tw-ring-color: rgb(64 64 64 / 1);
}
.ring-input-checkbox-contrast\/20 {
  --tw-ring-color: rgb(64 64 64 / 0.2);
}
.ring-input-checkbox-contrast\/25 {
  --tw-ring-color: rgb(64 64 64 / 0.25);
}
.ring-input-checkbox-contrast\/30 {
  --tw-ring-color: rgb(64 64 64 / 0.3);
}
.ring-input-checkbox-contrast\/40 {
  --tw-ring-color: rgb(64 64 64 / 0.4);
}
.ring-input-checkbox-contrast\/5 {
  --tw-ring-color: rgb(64 64 64 / 0.05);
}
.ring-input-checkbox-contrast\/50 {
  --tw-ring-color: rgb(64 64 64 / 0.5);
}
.ring-input-checkbox-contrast\/60 {
  --tw-ring-color: rgb(64 64 64 / 0.6);
}
.ring-input-checkbox-contrast\/70 {
  --tw-ring-color: rgb(64 64 64 / 0.7);
}
.ring-input-checkbox-contrast\/75 {
  --tw-ring-color: rgb(64 64 64 / 0.75);
}
.ring-input-checkbox-contrast\/80 {
  --tw-ring-color: rgb(64 64 64 / 0.8);
}
.ring-input-checkbox-contrast\/90 {
  --tw-ring-color: rgb(64 64 64 / 0.9);
}
.ring-input-checkbox-contrast\/95 {
  --tw-ring-color: rgb(64 64 64 / 0.95);
}
.ring-input-checkbox-contrast\/state-disabled {
  --tw-ring-color: rgb(64 64 64 / 0.5);
}
.ring-input-checkbox-contrast\/state-enabled {
  --tw-ring-color: rgb(64 64 64 / 1);
}
.ring-input-default-bg {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(17 17 17 / var(--tw-ring-opacity));
}
.ring-input-default-bg\/0 {
  --tw-ring-color: rgb(17 17 17 / 0);
}
.ring-input-default-bg\/10 {
  --tw-ring-color: rgb(17 17 17 / 0.1);
}
.ring-input-default-bg\/100 {
  --tw-ring-color: rgb(17 17 17 / 1);
}
.ring-input-default-bg\/20 {
  --tw-ring-color: rgb(17 17 17 / 0.2);
}
.ring-input-default-bg\/25 {
  --tw-ring-color: rgb(17 17 17 / 0.25);
}
.ring-input-default-bg\/30 {
  --tw-ring-color: rgb(17 17 17 / 0.3);
}
.ring-input-default-bg\/40 {
  --tw-ring-color: rgb(17 17 17 / 0.4);
}
.ring-input-default-bg\/5 {
  --tw-ring-color: rgb(17 17 17 / 0.05);
}
.ring-input-default-bg\/50 {
  --tw-ring-color: rgb(17 17 17 / 0.5);
}
.ring-input-default-bg\/60 {
  --tw-ring-color: rgb(17 17 17 / 0.6);
}
.ring-input-default-bg\/70 {
  --tw-ring-color: rgb(17 17 17 / 0.7);
}
.ring-input-default-bg\/75 {
  --tw-ring-color: rgb(17 17 17 / 0.75);
}
.ring-input-default-bg\/80 {
  --tw-ring-color: rgb(17 17 17 / 0.8);
}
.ring-input-default-bg\/90 {
  --tw-ring-color: rgb(17 17 17 / 0.9);
}
.ring-input-default-bg\/95 {
  --tw-ring-color: rgb(17 17 17 / 0.95);
}
.ring-input-default-bg\/state-disabled {
  --tw-ring-color: rgb(17 17 17 / 0.5);
}
.ring-input-default-bg\/state-enabled {
  --tw-ring-color: rgb(17 17 17 / 1);
}
.ring-input-default-border {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(64 64 64 / var(--tw-ring-opacity));
}
.ring-input-default-border\/0 {
  --tw-ring-color: rgb(64 64 64 / 0);
}
.ring-input-default-border\/10 {
  --tw-ring-color: rgb(64 64 64 / 0.1);
}
.ring-input-default-border\/100 {
  --tw-ring-color: rgb(64 64 64 / 1);
}
.ring-input-default-border\/20 {
  --tw-ring-color: rgb(64 64 64 / 0.2);
}
.ring-input-default-border\/25 {
  --tw-ring-color: rgb(64 64 64 / 0.25);
}
.ring-input-default-border\/30 {
  --tw-ring-color: rgb(64 64 64 / 0.3);
}
.ring-input-default-border\/40 {
  --tw-ring-color: rgb(64 64 64 / 0.4);
}
.ring-input-default-border\/5 {
  --tw-ring-color: rgb(64 64 64 / 0.05);
}
.ring-input-default-border\/50 {
  --tw-ring-color: rgb(64 64 64 / 0.5);
}
.ring-input-default-border\/60 {
  --tw-ring-color: rgb(64 64 64 / 0.6);
}
.ring-input-default-border\/70 {
  --tw-ring-color: rgb(64 64 64 / 0.7);
}
.ring-input-default-border\/75 {
  --tw-ring-color: rgb(64 64 64 / 0.75);
}
.ring-input-default-border\/80 {
  --tw-ring-color: rgb(64 64 64 / 0.8);
}
.ring-input-default-border\/90 {
  --tw-ring-color: rgb(64 64 64 / 0.9);
}
.ring-input-default-border\/95 {
  --tw-ring-color: rgb(64 64 64 / 0.95);
}
.ring-input-default-border\/state-disabled {
  --tw-ring-color: rgb(64 64 64 / 0.5);
}
.ring-input-default-border\/state-enabled {
  --tw-ring-color: rgb(64 64 64 / 1);
}
.ring-input-default-placeholder {
  --tw-ring-color: rgba(255, 255, 255, 0.4);
}
.ring-input-default-placeholder\/0 {
  --tw-ring-color: rgba(255, 255, 255, 0);
}
.ring-input-default-placeholder\/10 {
  --tw-ring-color: rgba(255, 255, 255, 0.1);
}
.ring-input-default-placeholder\/100 {
  --tw-ring-color: rgba(255, 255, 255, 1);
}
.ring-input-default-placeholder\/20 {
  --tw-ring-color: rgba(255, 255, 255, 0.2);
}
.ring-input-default-placeholder\/25 {
  --tw-ring-color: rgba(255, 255, 255, 0.25);
}
.ring-input-default-placeholder\/30 {
  --tw-ring-color: rgba(255, 255, 255, 0.3);
}
.ring-input-default-placeholder\/40 {
  --tw-ring-color: rgba(255, 255, 255, 0.4);
}
.ring-input-default-placeholder\/5 {
  --tw-ring-color: rgba(255, 255, 255, 0.05);
}
.ring-input-default-placeholder\/50 {
  --tw-ring-color: rgba(255, 255, 255, 0.5);
}
.ring-input-default-placeholder\/60 {
  --tw-ring-color: rgba(255, 255, 255, 0.6);
}
.ring-input-default-placeholder\/70 {
  --tw-ring-color: rgba(255, 255, 255, 0.7);
}
.ring-input-default-placeholder\/75 {
  --tw-ring-color: rgba(255, 255, 255, 0.75);
}
.ring-input-default-placeholder\/80 {
  --tw-ring-color: rgba(255, 255, 255, 0.8);
}
.ring-input-default-placeholder\/90 {
  --tw-ring-color: rgba(255, 255, 255, 0.9);
}
.ring-input-default-placeholder\/95 {
  --tw-ring-color: rgba(255, 255, 255, 0.95);
}
.ring-input-default-placeholder\/state-disabled {
  --tw-ring-color: rgba(255, 255, 255, 0.5);
}
.ring-input-default-placeholder\/state-enabled {
  --tw-ring-color: rgba(255, 255, 255, 1);
}
.ring-input-default-text {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}
.ring-input-default-text\/0 {
  --tw-ring-color: rgb(255 255 255 / 0);
}
.ring-input-default-text\/10 {
  --tw-ring-color: rgb(255 255 255 / 0.1);
}
.ring-input-default-text\/100 {
  --tw-ring-color: rgb(255 255 255 / 1);
}
.ring-input-default-text\/20 {
  --tw-ring-color: rgb(255 255 255 / 0.2);
}
.ring-input-default-text\/25 {
  --tw-ring-color: rgb(255 255 255 / 0.25);
}
.ring-input-default-text\/30 {
  --tw-ring-color: rgb(255 255 255 / 0.3);
}
.ring-input-default-text\/40 {
  --tw-ring-color: rgb(255 255 255 / 0.4);
}
.ring-input-default-text\/5 {
  --tw-ring-color: rgb(255 255 255 / 0.05);
}
.ring-input-default-text\/50 {
  --tw-ring-color: rgb(255 255 255 / 0.5);
}
.ring-input-default-text\/60 {
  --tw-ring-color: rgb(255 255 255 / 0.6);
}
.ring-input-default-text\/70 {
  --tw-ring-color: rgb(255 255 255 / 0.7);
}
.ring-input-default-text\/75 {
  --tw-ring-color: rgb(255 255 255 / 0.75);
}
.ring-input-default-text\/80 {
  --tw-ring-color: rgb(255 255 255 / 0.8);
}
.ring-input-default-text\/90 {
  --tw-ring-color: rgb(255 255 255 / 0.9);
}
.ring-input-default-text\/95 {
  --tw-ring-color: rgb(255 255 255 / 0.95);
}
.ring-input-default-text\/state-disabled {
  --tw-ring-color: rgb(255 255 255 / 0.5);
}
.ring-input-default-text\/state-enabled {
  --tw-ring-color: rgb(255 255 255 / 1);
}
.ring-input-dropdown-background {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(17 17 17 / var(--tw-ring-opacity));
}
.ring-input-dropdown-background\/0 {
  --tw-ring-color: rgb(17 17 17 / 0);
}
.ring-input-dropdown-background\/10 {
  --tw-ring-color: rgb(17 17 17 / 0.1);
}
.ring-input-dropdown-background\/100 {
  --tw-ring-color: rgb(17 17 17 / 1);
}
.ring-input-dropdown-background\/20 {
  --tw-ring-color: rgb(17 17 17 / 0.2);
}
.ring-input-dropdown-background\/25 {
  --tw-ring-color: rgb(17 17 17 / 0.25);
}
.ring-input-dropdown-background\/30 {
  --tw-ring-color: rgb(17 17 17 / 0.3);
}
.ring-input-dropdown-background\/40 {
  --tw-ring-color: rgb(17 17 17 / 0.4);
}
.ring-input-dropdown-background\/5 {
  --tw-ring-color: rgb(17 17 17 / 0.05);
}
.ring-input-dropdown-background\/50 {
  --tw-ring-color: rgb(17 17 17 / 0.5);
}
.ring-input-dropdown-background\/60 {
  --tw-ring-color: rgb(17 17 17 / 0.6);
}
.ring-input-dropdown-background\/70 {
  --tw-ring-color: rgb(17 17 17 / 0.7);
}
.ring-input-dropdown-background\/75 {
  --tw-ring-color: rgb(17 17 17 / 0.75);
}
.ring-input-dropdown-background\/80 {
  --tw-ring-color: rgb(17 17 17 / 0.8);
}
.ring-input-dropdown-background\/90 {
  --tw-ring-color: rgb(17 17 17 / 0.9);
}
.ring-input-dropdown-background\/95 {
  --tw-ring-color: rgb(17 17 17 / 0.95);
}
.ring-input-dropdown-background\/state-disabled {
  --tw-ring-color: rgb(17 17 17 / 0.5);
}
.ring-input-dropdown-background\/state-enabled {
  --tw-ring-color: rgb(17 17 17 / 1);
}
.ring-input-error-bg {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(17 17 17 / var(--tw-ring-opacity));
}
.ring-input-error-bg\/0 {
  --tw-ring-color: rgb(17 17 17 / 0);
}
.ring-input-error-bg\/10 {
  --tw-ring-color: rgb(17 17 17 / 0.1);
}
.ring-input-error-bg\/100 {
  --tw-ring-color: rgb(17 17 17 / 1);
}
.ring-input-error-bg\/20 {
  --tw-ring-color: rgb(17 17 17 / 0.2);
}
.ring-input-error-bg\/25 {
  --tw-ring-color: rgb(17 17 17 / 0.25);
}
.ring-input-error-bg\/30 {
  --tw-ring-color: rgb(17 17 17 / 0.3);
}
.ring-input-error-bg\/40 {
  --tw-ring-color: rgb(17 17 17 / 0.4);
}
.ring-input-error-bg\/5 {
  --tw-ring-color: rgb(17 17 17 / 0.05);
}
.ring-input-error-bg\/50 {
  --tw-ring-color: rgb(17 17 17 / 0.5);
}
.ring-input-error-bg\/60 {
  --tw-ring-color: rgb(17 17 17 / 0.6);
}
.ring-input-error-bg\/70 {
  --tw-ring-color: rgb(17 17 17 / 0.7);
}
.ring-input-error-bg\/75 {
  --tw-ring-color: rgb(17 17 17 / 0.75);
}
.ring-input-error-bg\/80 {
  --tw-ring-color: rgb(17 17 17 / 0.8);
}
.ring-input-error-bg\/90 {
  --tw-ring-color: rgb(17 17 17 / 0.9);
}
.ring-input-error-bg\/95 {
  --tw-ring-color: rgb(17 17 17 / 0.95);
}
.ring-input-error-bg\/state-disabled {
  --tw-ring-color: rgb(17 17 17 / 0.5);
}
.ring-input-error-bg\/state-enabled {
  --tw-ring-color: rgb(17 17 17 / 1);
}
.ring-input-error-border {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity));
}
.ring-input-error-border\/0 {
  --tw-ring-color: rgb(248 113 113 / 0);
}
.ring-input-error-border\/10 {
  --tw-ring-color: rgb(248 113 113 / 0.1);
}
.ring-input-error-border\/100 {
  --tw-ring-color: rgb(248 113 113 / 1);
}
.ring-input-error-border\/20 {
  --tw-ring-color: rgb(248 113 113 / 0.2);
}
.ring-input-error-border\/25 {
  --tw-ring-color: rgb(248 113 113 / 0.25);
}
.ring-input-error-border\/30 {
  --tw-ring-color: rgb(248 113 113 / 0.3);
}
.ring-input-error-border\/40 {
  --tw-ring-color: rgb(248 113 113 / 0.4);
}
.ring-input-error-border\/5 {
  --tw-ring-color: rgb(248 113 113 / 0.05);
}
.ring-input-error-border\/50 {
  --tw-ring-color: rgb(248 113 113 / 0.5);
}
.ring-input-error-border\/60 {
  --tw-ring-color: rgb(248 113 113 / 0.6);
}
.ring-input-error-border\/70 {
  --tw-ring-color: rgb(248 113 113 / 0.7);
}
.ring-input-error-border\/75 {
  --tw-ring-color: rgb(248 113 113 / 0.75);
}
.ring-input-error-border\/80 {
  --tw-ring-color: rgb(248 113 113 / 0.8);
}
.ring-input-error-border\/90 {
  --tw-ring-color: rgb(248 113 113 / 0.9);
}
.ring-input-error-border\/95 {
  --tw-ring-color: rgb(248 113 113 / 0.95);
}
.ring-input-error-border\/state-disabled {
  --tw-ring-color: rgb(248 113 113 / 0.5);
}
.ring-input-error-border\/state-enabled {
  --tw-ring-color: rgb(248 113 113 / 1);
}
.ring-input-error-placeholder {
  --tw-ring-color: rgba(255, 255, 255, 0.4);
}
.ring-input-error-placeholder\/0 {
  --tw-ring-color: rgba(255, 255, 255, 0);
}
.ring-input-error-placeholder\/10 {
  --tw-ring-color: rgba(255, 255, 255, 0.1);
}
.ring-input-error-placeholder\/100 {
  --tw-ring-color: rgba(255, 255, 255, 1);
}
.ring-input-error-placeholder\/20 {
  --tw-ring-color: rgba(255, 255, 255, 0.2);
}
.ring-input-error-placeholder\/25 {
  --tw-ring-color: rgba(255, 255, 255, 0.25);
}
.ring-input-error-placeholder\/30 {
  --tw-ring-color: rgba(255, 255, 255, 0.3);
}
.ring-input-error-placeholder\/40 {
  --tw-ring-color: rgba(255, 255, 255, 0.4);
}
.ring-input-error-placeholder\/5 {
  --tw-ring-color: rgba(255, 255, 255, 0.05);
}
.ring-input-error-placeholder\/50 {
  --tw-ring-color: rgba(255, 255, 255, 0.5);
}
.ring-input-error-placeholder\/60 {
  --tw-ring-color: rgba(255, 255, 255, 0.6);
}
.ring-input-error-placeholder\/70 {
  --tw-ring-color: rgba(255, 255, 255, 0.7);
}
.ring-input-error-placeholder\/75 {
  --tw-ring-color: rgba(255, 255, 255, 0.75);
}
.ring-input-error-placeholder\/80 {
  --tw-ring-color: rgba(255, 255, 255, 0.8);
}
.ring-input-error-placeholder\/90 {
  --tw-ring-color: rgba(255, 255, 255, 0.9);
}
.ring-input-error-placeholder\/95 {
  --tw-ring-color: rgba(255, 255, 255, 0.95);
}
.ring-input-error-placeholder\/state-disabled {
  --tw-ring-color: rgba(255, 255, 255, 0.5);
}
.ring-input-error-placeholder\/state-enabled {
  --tw-ring-color: rgba(255, 255, 255, 1);
}
.ring-input-error-text {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity));
}
.ring-input-error-text\/0 {
  --tw-ring-color: rgb(248 113 113 / 0);
}
.ring-input-error-text\/10 {
  --tw-ring-color: rgb(248 113 113 / 0.1);
}
.ring-input-error-text\/100 {
  --tw-ring-color: rgb(248 113 113 / 1);
}
.ring-input-error-text\/20 {
  --tw-ring-color: rgb(248 113 113 / 0.2);
}
.ring-input-error-text\/25 {
  --tw-ring-color: rgb(248 113 113 / 0.25);
}
.ring-input-error-text\/30 {
  --tw-ring-color: rgb(248 113 113 / 0.3);
}
.ring-input-error-text\/40 {
  --tw-ring-color: rgb(248 113 113 / 0.4);
}
.ring-input-error-text\/5 {
  --tw-ring-color: rgb(248 113 113 / 0.05);
}
.ring-input-error-text\/50 {
  --tw-ring-color: rgb(248 113 113 / 0.5);
}
.ring-input-error-text\/60 {
  --tw-ring-color: rgb(248 113 113 / 0.6);
}
.ring-input-error-text\/70 {
  --tw-ring-color: rgb(248 113 113 / 0.7);
}
.ring-input-error-text\/75 {
  --tw-ring-color: rgb(248 113 113 / 0.75);
}
.ring-input-error-text\/80 {
  --tw-ring-color: rgb(248 113 113 / 0.8);
}
.ring-input-error-text\/90 {
  --tw-ring-color: rgb(248 113 113 / 0.9);
}
.ring-input-error-text\/95 {
  --tw-ring-color: rgb(248 113 113 / 0.95);
}
.ring-input-error-text\/state-disabled {
  --tw-ring-color: rgb(248 113 113 / 0.5);
}
.ring-input-error-text\/state-enabled {
  --tw-ring-color: rgb(248 113 113 / 1);
}
.ring-input-focused-bg {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(17 17 17 / var(--tw-ring-opacity));
}
.ring-input-focused-bg\/0 {
  --tw-ring-color: rgb(17 17 17 / 0);
}
.ring-input-focused-bg\/10 {
  --tw-ring-color: rgb(17 17 17 / 0.1);
}
.ring-input-focused-bg\/100 {
  --tw-ring-color: rgb(17 17 17 / 1);
}
.ring-input-focused-bg\/20 {
  --tw-ring-color: rgb(17 17 17 / 0.2);
}
.ring-input-focused-bg\/25 {
  --tw-ring-color: rgb(17 17 17 / 0.25);
}
.ring-input-focused-bg\/30 {
  --tw-ring-color: rgb(17 17 17 / 0.3);
}
.ring-input-focused-bg\/40 {
  --tw-ring-color: rgb(17 17 17 / 0.4);
}
.ring-input-focused-bg\/5 {
  --tw-ring-color: rgb(17 17 17 / 0.05);
}
.ring-input-focused-bg\/50 {
  --tw-ring-color: rgb(17 17 17 / 0.5);
}
.ring-input-focused-bg\/60 {
  --tw-ring-color: rgb(17 17 17 / 0.6);
}
.ring-input-focused-bg\/70 {
  --tw-ring-color: rgb(17 17 17 / 0.7);
}
.ring-input-focused-bg\/75 {
  --tw-ring-color: rgb(17 17 17 / 0.75);
}
.ring-input-focused-bg\/80 {
  --tw-ring-color: rgb(17 17 17 / 0.8);
}
.ring-input-focused-bg\/90 {
  --tw-ring-color: rgb(17 17 17 / 0.9);
}
.ring-input-focused-bg\/95 {
  --tw-ring-color: rgb(17 17 17 / 0.95);
}
.ring-input-focused-bg\/state-disabled {
  --tw-ring-color: rgb(17 17 17 / 0.5);
}
.ring-input-focused-bg\/state-enabled {
  --tw-ring-color: rgb(17 17 17 / 1);
}
.ring-input-focused-border {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(98 98 98 / var(--tw-ring-opacity));
}
.ring-input-focused-border\/0 {
  --tw-ring-color: rgb(98 98 98 / 0);
}
.ring-input-focused-border\/10 {
  --tw-ring-color: rgb(98 98 98 / 0.1);
}
.ring-input-focused-border\/100 {
  --tw-ring-color: rgb(98 98 98 / 1);
}
.ring-input-focused-border\/20 {
  --tw-ring-color: rgb(98 98 98 / 0.2);
}
.ring-input-focused-border\/25 {
  --tw-ring-color: rgb(98 98 98 / 0.25);
}
.ring-input-focused-border\/30 {
  --tw-ring-color: rgb(98 98 98 / 0.3);
}
.ring-input-focused-border\/40 {
  --tw-ring-color: rgb(98 98 98 / 0.4);
}
.ring-input-focused-border\/5 {
  --tw-ring-color: rgb(98 98 98 / 0.05);
}
.ring-input-focused-border\/50 {
  --tw-ring-color: rgb(98 98 98 / 0.5);
}
.ring-input-focused-border\/60 {
  --tw-ring-color: rgb(98 98 98 / 0.6);
}
.ring-input-focused-border\/70 {
  --tw-ring-color: rgb(98 98 98 / 0.7);
}
.ring-input-focused-border\/75 {
  --tw-ring-color: rgb(98 98 98 / 0.75);
}
.ring-input-focused-border\/80 {
  --tw-ring-color: rgb(98 98 98 / 0.8);
}
.ring-input-focused-border\/90 {
  --tw-ring-color: rgb(98 98 98 / 0.9);
}
.ring-input-focused-border\/95 {
  --tw-ring-color: rgb(98 98 98 / 0.95);
}
.ring-input-focused-border\/state-disabled {
  --tw-ring-color: rgb(98 98 98 / 0.5);
}
.ring-input-focused-border\/state-enabled {
  --tw-ring-color: rgb(98 98 98 / 1);
}
.ring-input-focused-placeholder {
  --tw-ring-color: rgba(255, 255, 255, 0.4);
}
.ring-input-focused-placeholder\/0 {
  --tw-ring-color: rgba(255, 255, 255, 0);
}
.ring-input-focused-placeholder\/10 {
  --tw-ring-color: rgba(255, 255, 255, 0.1);
}
.ring-input-focused-placeholder\/100 {
  --tw-ring-color: rgba(255, 255, 255, 1);
}
.ring-input-focused-placeholder\/20 {
  --tw-ring-color: rgba(255, 255, 255, 0.2);
}
.ring-input-focused-placeholder\/25 {
  --tw-ring-color: rgba(255, 255, 255, 0.25);
}
.ring-input-focused-placeholder\/30 {
  --tw-ring-color: rgba(255, 255, 255, 0.3);
}
.ring-input-focused-placeholder\/40 {
  --tw-ring-color: rgba(255, 255, 255, 0.4);
}
.ring-input-focused-placeholder\/5 {
  --tw-ring-color: rgba(255, 255, 255, 0.05);
}
.ring-input-focused-placeholder\/50 {
  --tw-ring-color: rgba(255, 255, 255, 0.5);
}
.ring-input-focused-placeholder\/60 {
  --tw-ring-color: rgba(255, 255, 255, 0.6);
}
.ring-input-focused-placeholder\/70 {
  --tw-ring-color: rgba(255, 255, 255, 0.7);
}
.ring-input-focused-placeholder\/75 {
  --tw-ring-color: rgba(255, 255, 255, 0.75);
}
.ring-input-focused-placeholder\/80 {
  --tw-ring-color: rgba(255, 255, 255, 0.8);
}
.ring-input-focused-placeholder\/90 {
  --tw-ring-color: rgba(255, 255, 255, 0.9);
}
.ring-input-focused-placeholder\/95 {
  --tw-ring-color: rgba(255, 255, 255, 0.95);
}
.ring-input-focused-placeholder\/state-disabled {
  --tw-ring-color: rgba(255, 255, 255, 0.5);
}
.ring-input-focused-placeholder\/state-enabled {
  --tw-ring-color: rgba(255, 255, 255, 1);
}
.ring-input-focused-text {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}
.ring-input-focused-text\/0 {
  --tw-ring-color: rgb(255 255 255 / 0);
}
.ring-input-focused-text\/10 {
  --tw-ring-color: rgb(255 255 255 / 0.1);
}
.ring-input-focused-text\/100 {
  --tw-ring-color: rgb(255 255 255 / 1);
}
.ring-input-focused-text\/20 {
  --tw-ring-color: rgb(255 255 255 / 0.2);
}
.ring-input-focused-text\/25 {
  --tw-ring-color: rgb(255 255 255 / 0.25);
}
.ring-input-focused-text\/30 {
  --tw-ring-color: rgb(255 255 255 / 0.3);
}
.ring-input-focused-text\/40 {
  --tw-ring-color: rgb(255 255 255 / 0.4);
}
.ring-input-focused-text\/5 {
  --tw-ring-color: rgb(255 255 255 / 0.05);
}
.ring-input-focused-text\/50 {
  --tw-ring-color: rgb(255 255 255 / 0.5);
}
.ring-input-focused-text\/60 {
  --tw-ring-color: rgb(255 255 255 / 0.6);
}
.ring-input-focused-text\/70 {
  --tw-ring-color: rgb(255 255 255 / 0.7);
}
.ring-input-focused-text\/75 {
  --tw-ring-color: rgb(255 255 255 / 0.75);
}
.ring-input-focused-text\/80 {
  --tw-ring-color: rgb(255 255 255 / 0.8);
}
.ring-input-focused-text\/90 {
  --tw-ring-color: rgb(255 255 255 / 0.9);
}
.ring-input-focused-text\/95 {
  --tw-ring-color: rgb(255 255 255 / 0.95);
}
.ring-input-focused-text\/state-disabled {
  --tw-ring-color: rgb(255 255 255 / 0.5);
}
.ring-input-focused-text\/state-enabled {
  --tw-ring-color: rgb(255 255 255 / 1);
}
.ring-input-placeholder {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(97 97 97 / var(--tw-ring-opacity));
}
.ring-input-placeholder\/0 {
  --tw-ring-color: rgb(97 97 97 / 0);
}
.ring-input-placeholder\/10 {
  --tw-ring-color: rgb(97 97 97 / 0.1);
}
.ring-input-placeholder\/100 {
  --tw-ring-color: rgb(97 97 97 / 1);
}
.ring-input-placeholder\/20 {
  --tw-ring-color: rgb(97 97 97 / 0.2);
}
.ring-input-placeholder\/25 {
  --tw-ring-color: rgb(97 97 97 / 0.25);
}
.ring-input-placeholder\/30 {
  --tw-ring-color: rgb(97 97 97 / 0.3);
}
.ring-input-placeholder\/40 {
  --tw-ring-color: rgb(97 97 97 / 0.4);
}
.ring-input-placeholder\/5 {
  --tw-ring-color: rgb(97 97 97 / 0.05);
}
.ring-input-placeholder\/50 {
  --tw-ring-color: rgb(97 97 97 / 0.5);
}
.ring-input-placeholder\/60 {
  --tw-ring-color: rgb(97 97 97 / 0.6);
}
.ring-input-placeholder\/70 {
  --tw-ring-color: rgb(97 97 97 / 0.7);
}
.ring-input-placeholder\/75 {
  --tw-ring-color: rgb(97 97 97 / 0.75);
}
.ring-input-placeholder\/80 {
  --tw-ring-color: rgb(97 97 97 / 0.8);
}
.ring-input-placeholder\/90 {
  --tw-ring-color: rgb(97 97 97 / 0.9);
}
.ring-input-placeholder\/95 {
  --tw-ring-color: rgb(97 97 97 / 0.95);
}
.ring-input-placeholder\/state-disabled {
  --tw-ring-color: rgb(97 97 97 / 0.5);
}
.ring-input-placeholder\/state-enabled {
  --tw-ring-color: rgb(97 97 97 / 1);
}
.ring-input-radio-background {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(17 17 17 / var(--tw-ring-opacity));
}
.ring-input-radio-background\/0 {
  --tw-ring-color: rgb(17 17 17 / 0);
}
.ring-input-radio-background\/10 {
  --tw-ring-color: rgb(17 17 17 / 0.1);
}
.ring-input-radio-background\/100 {
  --tw-ring-color: rgb(17 17 17 / 1);
}
.ring-input-radio-background\/20 {
  --tw-ring-color: rgb(17 17 17 / 0.2);
}
.ring-input-radio-background\/25 {
  --tw-ring-color: rgb(17 17 17 / 0.25);
}
.ring-input-radio-background\/30 {
  --tw-ring-color: rgb(17 17 17 / 0.3);
}
.ring-input-radio-background\/40 {
  --tw-ring-color: rgb(17 17 17 / 0.4);
}
.ring-input-radio-background\/5 {
  --tw-ring-color: rgb(17 17 17 / 0.05);
}
.ring-input-radio-background\/50 {
  --tw-ring-color: rgb(17 17 17 / 0.5);
}
.ring-input-radio-background\/60 {
  --tw-ring-color: rgb(17 17 17 / 0.6);
}
.ring-input-radio-background\/70 {
  --tw-ring-color: rgb(17 17 17 / 0.7);
}
.ring-input-radio-background\/75 {
  --tw-ring-color: rgb(17 17 17 / 0.75);
}
.ring-input-radio-background\/80 {
  --tw-ring-color: rgb(17 17 17 / 0.8);
}
.ring-input-radio-background\/90 {
  --tw-ring-color: rgb(17 17 17 / 0.9);
}
.ring-input-radio-background\/95 {
  --tw-ring-color: rgb(17 17 17 / 0.95);
}
.ring-input-radio-background\/state-disabled {
  --tw-ring-color: rgb(17 17 17 / 0.5);
}
.ring-input-radio-background\/state-enabled {
  --tw-ring-color: rgb(17 17 17 / 1);
}
.ring-input-radio-border {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(205 141 239 / var(--tw-ring-opacity));
}
.ring-input-radio-border\/0 {
  --tw-ring-color: rgb(205 141 239 / 0);
}
.ring-input-radio-border\/10 {
  --tw-ring-color: rgb(205 141 239 / 0.1);
}
.ring-input-radio-border\/100 {
  --tw-ring-color: rgb(205 141 239 / 1);
}
.ring-input-radio-border\/20 {
  --tw-ring-color: rgb(205 141 239 / 0.2);
}
.ring-input-radio-border\/25 {
  --tw-ring-color: rgb(205 141 239 / 0.25);
}
.ring-input-radio-border\/30 {
  --tw-ring-color: rgb(205 141 239 / 0.3);
}
.ring-input-radio-border\/40 {
  --tw-ring-color: rgb(205 141 239 / 0.4);
}
.ring-input-radio-border\/5 {
  --tw-ring-color: rgb(205 141 239 / 0.05);
}
.ring-input-radio-border\/50 {
  --tw-ring-color: rgb(205 141 239 / 0.5);
}
.ring-input-radio-border\/60 {
  --tw-ring-color: rgb(205 141 239 / 0.6);
}
.ring-input-radio-border\/70 {
  --tw-ring-color: rgb(205 141 239 / 0.7);
}
.ring-input-radio-border\/75 {
  --tw-ring-color: rgb(205 141 239 / 0.75);
}
.ring-input-radio-border\/80 {
  --tw-ring-color: rgb(205 141 239 / 0.8);
}
.ring-input-radio-border\/90 {
  --tw-ring-color: rgb(205 141 239 / 0.9);
}
.ring-input-radio-border\/95 {
  --tw-ring-color: rgb(205 141 239 / 0.95);
}
.ring-input-radio-border\/state-disabled {
  --tw-ring-color: rgb(205 141 239 / 0.5);
}
.ring-input-radio-border\/state-enabled {
  --tw-ring-color: rgb(205 141 239 / 1);
}
.ring-input-radio-contrast {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}
.ring-input-radio-contrast\/0 {
  --tw-ring-color: rgb(255 255 255 / 0);
}
.ring-input-radio-contrast\/10 {
  --tw-ring-color: rgb(255 255 255 / 0.1);
}
.ring-input-radio-contrast\/100 {
  --tw-ring-color: rgb(255 255 255 / 1);
}
.ring-input-radio-contrast\/20 {
  --tw-ring-color: rgb(255 255 255 / 0.2);
}
.ring-input-radio-contrast\/25 {
  --tw-ring-color: rgb(255 255 255 / 0.25);
}
.ring-input-radio-contrast\/30 {
  --tw-ring-color: rgb(255 255 255 / 0.3);
}
.ring-input-radio-contrast\/40 {
  --tw-ring-color: rgb(255 255 255 / 0.4);
}
.ring-input-radio-contrast\/5 {
  --tw-ring-color: rgb(255 255 255 / 0.05);
}
.ring-input-radio-contrast\/50 {
  --tw-ring-color: rgb(255 255 255 / 0.5);
}
.ring-input-radio-contrast\/60 {
  --tw-ring-color: rgb(255 255 255 / 0.6);
}
.ring-input-radio-contrast\/70 {
  --tw-ring-color: rgb(255 255 255 / 0.7);
}
.ring-input-radio-contrast\/75 {
  --tw-ring-color: rgb(255 255 255 / 0.75);
}
.ring-input-radio-contrast\/80 {
  --tw-ring-color: rgb(255 255 255 / 0.8);
}
.ring-input-radio-contrast\/90 {
  --tw-ring-color: rgb(255 255 255 / 0.9);
}
.ring-input-radio-contrast\/95 {
  --tw-ring-color: rgb(255 255 255 / 0.95);
}
.ring-input-radio-contrast\/state-disabled {
  --tw-ring-color: rgb(255 255 255 / 0.5);
}
.ring-input-radio-contrast\/state-enabled {
  --tw-ring-color: rgb(255 255 255 / 1);
}
.ring-input-switch-backgroundOff {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity));
}
.ring-input-switch-backgroundOff\/0 {
  --tw-ring-color: rgb(156 163 175 / 0);
}
.ring-input-switch-backgroundOff\/10 {
  --tw-ring-color: rgb(156 163 175 / 0.1);
}
.ring-input-switch-backgroundOff\/100 {
  --tw-ring-color: rgb(156 163 175 / 1);
}
.ring-input-switch-backgroundOff\/20 {
  --tw-ring-color: rgb(156 163 175 / 0.2);
}
.ring-input-switch-backgroundOff\/25 {
  --tw-ring-color: rgb(156 163 175 / 0.25);
}
.ring-input-switch-backgroundOff\/30 {
  --tw-ring-color: rgb(156 163 175 / 0.3);
}
.ring-input-switch-backgroundOff\/40 {
  --tw-ring-color: rgb(156 163 175 / 0.4);
}
.ring-input-switch-backgroundOff\/5 {
  --tw-ring-color: rgb(156 163 175 / 0.05);
}
.ring-input-switch-backgroundOff\/50 {
  --tw-ring-color: rgb(156 163 175 / 0.5);
}
.ring-input-switch-backgroundOff\/60 {
  --tw-ring-color: rgb(156 163 175 / 0.6);
}
.ring-input-switch-backgroundOff\/70 {
  --tw-ring-color: rgb(156 163 175 / 0.7);
}
.ring-input-switch-backgroundOff\/75 {
  --tw-ring-color: rgb(156 163 175 / 0.75);
}
.ring-input-switch-backgroundOff\/80 {
  --tw-ring-color: rgb(156 163 175 / 0.8);
}
.ring-input-switch-backgroundOff\/90 {
  --tw-ring-color: rgb(156 163 175 / 0.9);
}
.ring-input-switch-backgroundOff\/95 {
  --tw-ring-color: rgb(156 163 175 / 0.95);
}
.ring-input-switch-backgroundOff\/state-disabled {
  --tw-ring-color: rgb(156 163 175 / 0.5);
}
.ring-input-switch-backgroundOff\/state-enabled {
  --tw-ring-color: rgb(156 163 175 / 1);
}
.ring-input-switch-backgroundOn {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(205 141 239 / var(--tw-ring-opacity));
}
.ring-input-switch-backgroundOn\/0 {
  --tw-ring-color: rgb(205 141 239 / 0);
}
.ring-input-switch-backgroundOn\/10 {
  --tw-ring-color: rgb(205 141 239 / 0.1);
}
.ring-input-switch-backgroundOn\/100 {
  --tw-ring-color: rgb(205 141 239 / 1);
}
.ring-input-switch-backgroundOn\/20 {
  --tw-ring-color: rgb(205 141 239 / 0.2);
}
.ring-input-switch-backgroundOn\/25 {
  --tw-ring-color: rgb(205 141 239 / 0.25);
}
.ring-input-switch-backgroundOn\/30 {
  --tw-ring-color: rgb(205 141 239 / 0.3);
}
.ring-input-switch-backgroundOn\/40 {
  --tw-ring-color: rgb(205 141 239 / 0.4);
}
.ring-input-switch-backgroundOn\/5 {
  --tw-ring-color: rgb(205 141 239 / 0.05);
}
.ring-input-switch-backgroundOn\/50 {
  --tw-ring-color: rgb(205 141 239 / 0.5);
}
.ring-input-switch-backgroundOn\/60 {
  --tw-ring-color: rgb(205 141 239 / 0.6);
}
.ring-input-switch-backgroundOn\/70 {
  --tw-ring-color: rgb(205 141 239 / 0.7);
}
.ring-input-switch-backgroundOn\/75 {
  --tw-ring-color: rgb(205 141 239 / 0.75);
}
.ring-input-switch-backgroundOn\/80 {
  --tw-ring-color: rgb(205 141 239 / 0.8);
}
.ring-input-switch-backgroundOn\/90 {
  --tw-ring-color: rgb(205 141 239 / 0.9);
}
.ring-input-switch-backgroundOn\/95 {
  --tw-ring-color: rgb(205 141 239 / 0.95);
}
.ring-input-switch-backgroundOn\/state-disabled {
  --tw-ring-color: rgb(205 141 239 / 0.5);
}
.ring-input-switch-backgroundOn\/state-enabled {
  --tw-ring-color: rgb(205 141 239 / 1);
}
.ring-input-switch-contrast {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(64 64 64 / var(--tw-ring-opacity));
}
.ring-input-switch-contrast\/0 {
  --tw-ring-color: rgb(64 64 64 / 0);
}
.ring-input-switch-contrast\/10 {
  --tw-ring-color: rgb(64 64 64 / 0.1);
}
.ring-input-switch-contrast\/100 {
  --tw-ring-color: rgb(64 64 64 / 1);
}
.ring-input-switch-contrast\/20 {
  --tw-ring-color: rgb(64 64 64 / 0.2);
}
.ring-input-switch-contrast\/25 {
  --tw-ring-color: rgb(64 64 64 / 0.25);
}
.ring-input-switch-contrast\/30 {
  --tw-ring-color: rgb(64 64 64 / 0.3);
}
.ring-input-switch-contrast\/40 {
  --tw-ring-color: rgb(64 64 64 / 0.4);
}
.ring-input-switch-contrast\/5 {
  --tw-ring-color: rgb(64 64 64 / 0.05);
}
.ring-input-switch-contrast\/50 {
  --tw-ring-color: rgb(64 64 64 / 0.5);
}
.ring-input-switch-contrast\/60 {
  --tw-ring-color: rgb(64 64 64 / 0.6);
}
.ring-input-switch-contrast\/70 {
  --tw-ring-color: rgb(64 64 64 / 0.7);
}
.ring-input-switch-contrast\/75 {
  --tw-ring-color: rgb(64 64 64 / 0.75);
}
.ring-input-switch-contrast\/80 {
  --tw-ring-color: rgb(64 64 64 / 0.8);
}
.ring-input-switch-contrast\/90 {
  --tw-ring-color: rgb(64 64 64 / 0.9);
}
.ring-input-switch-contrast\/95 {
  --tw-ring-color: rgb(64 64 64 / 0.95);
}
.ring-input-switch-contrast\/state-disabled {
  --tw-ring-color: rgb(64 64 64 / 0.5);
}
.ring-input-switch-contrast\/state-enabled {
  --tw-ring-color: rgb(64 64 64 / 1);
}
.ring-input-text {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}
.ring-input-text\/0 {
  --tw-ring-color: rgb(255 255 255 / 0);
}
.ring-input-text\/10 {
  --tw-ring-color: rgb(255 255 255 / 0.1);
}
.ring-input-text\/100 {
  --tw-ring-color: rgb(255 255 255 / 1);
}
.ring-input-text\/20 {
  --tw-ring-color: rgb(255 255 255 / 0.2);
}
.ring-input-text\/25 {
  --tw-ring-color: rgb(255 255 255 / 0.25);
}
.ring-input-text\/30 {
  --tw-ring-color: rgb(255 255 255 / 0.3);
}
.ring-input-text\/40 {
  --tw-ring-color: rgb(255 255 255 / 0.4);
}
.ring-input-text\/5 {
  --tw-ring-color: rgb(255 255 255 / 0.05);
}
.ring-input-text\/50 {
  --tw-ring-color: rgb(255 255 255 / 0.5);
}
.ring-input-text\/60 {
  --tw-ring-color: rgb(255 255 255 / 0.6);
}
.ring-input-text\/70 {
  --tw-ring-color: rgb(255 255 255 / 0.7);
}
.ring-input-text\/75 {
  --tw-ring-color: rgb(255 255 255 / 0.75);
}
.ring-input-text\/80 {
  --tw-ring-color: rgb(255 255 255 / 0.8);
}
.ring-input-text\/90 {
  --tw-ring-color: rgb(255 255 255 / 0.9);
}
.ring-input-text\/95 {
  --tw-ring-color: rgb(255 255 255 / 0.95);
}
.ring-input-text\/state-disabled {
  --tw-ring-color: rgb(255 255 255 / 0.5);
}
.ring-input-text\/state-enabled {
  --tw-ring-color: rgb(255 255 255 / 1);
}
.ring-loader-default {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(205 141 239 / var(--tw-ring-opacity));
}
.ring-loader-default\/0 {
  --tw-ring-color: rgb(205 141 239 / 0);
}
.ring-loader-default\/10 {
  --tw-ring-color: rgb(205 141 239 / 0.1);
}
.ring-loader-default\/100 {
  --tw-ring-color: rgb(205 141 239 / 1);
}
.ring-loader-default\/20 {
  --tw-ring-color: rgb(205 141 239 / 0.2);
}
.ring-loader-default\/25 {
  --tw-ring-color: rgb(205 141 239 / 0.25);
}
.ring-loader-default\/30 {
  --tw-ring-color: rgb(205 141 239 / 0.3);
}
.ring-loader-default\/40 {
  --tw-ring-color: rgb(205 141 239 / 0.4);
}
.ring-loader-default\/5 {
  --tw-ring-color: rgb(205 141 239 / 0.05);
}
.ring-loader-default\/50 {
  --tw-ring-color: rgb(205 141 239 / 0.5);
}
.ring-loader-default\/60 {
  --tw-ring-color: rgb(205 141 239 / 0.6);
}
.ring-loader-default\/70 {
  --tw-ring-color: rgb(205 141 239 / 0.7);
}
.ring-loader-default\/75 {
  --tw-ring-color: rgb(205 141 239 / 0.75);
}
.ring-loader-default\/80 {
  --tw-ring-color: rgb(205 141 239 / 0.8);
}
.ring-loader-default\/90 {
  --tw-ring-color: rgb(205 141 239 / 0.9);
}
.ring-loader-default\/95 {
  --tw-ring-color: rgb(205 141 239 / 0.95);
}
.ring-loader-default\/state-disabled {
  --tw-ring-color: rgb(205 141 239 / 0.5);
}
.ring-loader-default\/state-enabled {
  --tw-ring-color: rgb(205 141 239 / 1);
}
.ring-panel-alternate {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(29 29 29 / var(--tw-ring-opacity));
}
.ring-panel-alternate\/0 {
  --tw-ring-color: rgb(29 29 29 / 0);
}
.ring-panel-alternate\/10 {
  --tw-ring-color: rgb(29 29 29 / 0.1);
}
.ring-panel-alternate\/100 {
  --tw-ring-color: rgb(29 29 29 / 1);
}
.ring-panel-alternate\/20 {
  --tw-ring-color: rgb(29 29 29 / 0.2);
}
.ring-panel-alternate\/25 {
  --tw-ring-color: rgb(29 29 29 / 0.25);
}
.ring-panel-alternate\/30 {
  --tw-ring-color: rgb(29 29 29 / 0.3);
}
.ring-panel-alternate\/40 {
  --tw-ring-color: rgb(29 29 29 / 0.4);
}
.ring-panel-alternate\/5 {
  --tw-ring-color: rgb(29 29 29 / 0.05);
}
.ring-panel-alternate\/50 {
  --tw-ring-color: rgb(29 29 29 / 0.5);
}
.ring-panel-alternate\/60 {
  --tw-ring-color: rgb(29 29 29 / 0.6);
}
.ring-panel-alternate\/70 {
  --tw-ring-color: rgb(29 29 29 / 0.7);
}
.ring-panel-alternate\/75 {
  --tw-ring-color: rgb(29 29 29 / 0.75);
}
.ring-panel-alternate\/80 {
  --tw-ring-color: rgb(29 29 29 / 0.8);
}
.ring-panel-alternate\/90 {
  --tw-ring-color: rgb(29 29 29 / 0.9);
}
.ring-panel-alternate\/95 {
  --tw-ring-color: rgb(29 29 29 / 0.95);
}
.ring-panel-alternate\/state-disabled {
  --tw-ring-color: rgb(29 29 29 / 0.5);
}
.ring-panel-alternate\/state-enabled {
  --tw-ring-color: rgb(29 29 29 / 1);
}
.ring-panel-base {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(16 16 16 / var(--tw-ring-opacity));
}
.ring-panel-base\/0 {
  --tw-ring-color: rgb(16 16 16 / 0);
}
.ring-panel-base\/10 {
  --tw-ring-color: rgb(16 16 16 / 0.1);
}
.ring-panel-base\/100 {
  --tw-ring-color: rgb(16 16 16 / 1);
}
.ring-panel-base\/20 {
  --tw-ring-color: rgb(16 16 16 / 0.2);
}
.ring-panel-base\/25 {
  --tw-ring-color: rgb(16 16 16 / 0.25);
}
.ring-panel-base\/30 {
  --tw-ring-color: rgb(16 16 16 / 0.3);
}
.ring-panel-base\/40 {
  --tw-ring-color: rgb(16 16 16 / 0.4);
}
.ring-panel-base\/5 {
  --tw-ring-color: rgb(16 16 16 / 0.05);
}
.ring-panel-base\/50 {
  --tw-ring-color: rgb(16 16 16 / 0.5);
}
.ring-panel-base\/60 {
  --tw-ring-color: rgb(16 16 16 / 0.6);
}
.ring-panel-base\/70 {
  --tw-ring-color: rgb(16 16 16 / 0.7);
}
.ring-panel-base\/75 {
  --tw-ring-color: rgb(16 16 16 / 0.75);
}
.ring-panel-base\/80 {
  --tw-ring-color: rgb(16 16 16 / 0.8);
}
.ring-panel-base\/90 {
  --tw-ring-color: rgb(16 16 16 / 0.9);
}
.ring-panel-base\/95 {
  --tw-ring-color: rgb(16 16 16 / 0.95);
}
.ring-panel-base\/state-disabled {
  --tw-ring-color: rgb(16 16 16 / 0.5);
}
.ring-panel-base\/state-enabled {
  --tw-ring-color: rgb(16 16 16 / 1);
}
.ring-panel-border {
  --tw-ring-color: rgba(255, 255, 255, 0.05);
}
.ring-panel-border\/0 {
  --tw-ring-color: rgba(255, 255, 255, 0);
}
.ring-panel-border\/10 {
  --tw-ring-color: rgba(255, 255, 255, 0.1);
}
.ring-panel-border\/100 {
  --tw-ring-color: rgba(255, 255, 255, 1);
}
.ring-panel-border\/20 {
  --tw-ring-color: rgba(255, 255, 255, 0.2);
}
.ring-panel-border\/25 {
  --tw-ring-color: rgba(255, 255, 255, 0.25);
}
.ring-panel-border\/30 {
  --tw-ring-color: rgba(255, 255, 255, 0.3);
}
.ring-panel-border\/40 {
  --tw-ring-color: rgba(255, 255, 255, 0.4);
}
.ring-panel-border\/5 {
  --tw-ring-color: rgba(255, 255, 255, 0.05);
}
.ring-panel-border\/50 {
  --tw-ring-color: rgba(255, 255, 255, 0.5);
}
.ring-panel-border\/60 {
  --tw-ring-color: rgba(255, 255, 255, 0.6);
}
.ring-panel-border\/70 {
  --tw-ring-color: rgba(255, 255, 255, 0.7);
}
.ring-panel-border\/75 {
  --tw-ring-color: rgba(255, 255, 255, 0.75);
}
.ring-panel-border\/80 {
  --tw-ring-color: rgba(255, 255, 255, 0.8);
}
.ring-panel-border\/90 {
  --tw-ring-color: rgba(255, 255, 255, 0.9);
}
.ring-panel-border\/95 {
  --tw-ring-color: rgba(255, 255, 255, 0.95);
}
.ring-panel-border\/state-disabled {
  --tw-ring-color: rgba(255, 255, 255, 0.5);
}
.ring-panel-border\/state-enabled {
  --tw-ring-color: rgba(255, 255, 255, 1);
}
.ring-panel-default {
  --tw-ring-color: rgba(255, 255, 255, 0);
}
.ring-panel-default\/0 {
  --tw-ring-color: rgba(255, 255, 255, 0);
}
.ring-panel-default\/10 {
  --tw-ring-color: rgba(255, 255, 255, 0.1);
}
.ring-panel-default\/100 {
  --tw-ring-color: rgba(255, 255, 255, 1);
}
.ring-panel-default\/20 {
  --tw-ring-color: rgba(255, 255, 255, 0.2);
}
.ring-panel-default\/25 {
  --tw-ring-color: rgba(255, 255, 255, 0.25);
}
.ring-panel-default\/30 {
  --tw-ring-color: rgba(255, 255, 255, 0.3);
}
.ring-panel-default\/40 {
  --tw-ring-color: rgba(255, 255, 255, 0.4);
}
.ring-panel-default\/5 {
  --tw-ring-color: rgba(255, 255, 255, 0.05);
}
.ring-panel-default\/50 {
  --tw-ring-color: rgba(255, 255, 255, 0.5);
}
.ring-panel-default\/60 {
  --tw-ring-color: rgba(255, 255, 255, 0.6);
}
.ring-panel-default\/70 {
  --tw-ring-color: rgba(255, 255, 255, 0.7);
}
.ring-panel-default\/75 {
  --tw-ring-color: rgba(255, 255, 255, 0.75);
}
.ring-panel-default\/80 {
  --tw-ring-color: rgba(255, 255, 255, 0.8);
}
.ring-panel-default\/90 {
  --tw-ring-color: rgba(255, 255, 255, 0.9);
}
.ring-panel-default\/95 {
  --tw-ring-color: rgba(255, 255, 255, 0.95);
}
.ring-panel-default\/state-disabled {
  --tw-ring-color: rgba(255, 255, 255, 0.5);
}
.ring-panel-default\/state-enabled {
  --tw-ring-color: rgba(255, 255, 255, 1);
}
.ring-panel-shadow {
  --tw-ring-color: rgba(0, 0, 0, 0.2);
}
.ring-panel-shadow\/0 {
  --tw-ring-color: rgba(0, 0, 0, 0);
}
.ring-panel-shadow\/10 {
  --tw-ring-color: rgba(0, 0, 0, 0.1);
}
.ring-panel-shadow\/100 {
  --tw-ring-color: rgba(0, 0, 0, 1);
}
.ring-panel-shadow\/20 {
  --tw-ring-color: rgba(0, 0, 0, 0.2);
}
.ring-panel-shadow\/25 {
  --tw-ring-color: rgba(0, 0, 0, 0.25);
}
.ring-panel-shadow\/30 {
  --tw-ring-color: rgba(0, 0, 0, 0.3);
}
.ring-panel-shadow\/40 {
  --tw-ring-color: rgba(0, 0, 0, 0.4);
}
.ring-panel-shadow\/5 {
  --tw-ring-color: rgba(0, 0, 0, 0.05);
}
.ring-panel-shadow\/50 {
  --tw-ring-color: rgba(0, 0, 0, 0.5);
}
.ring-panel-shadow\/60 {
  --tw-ring-color: rgba(0, 0, 0, 0.6);
}
.ring-panel-shadow\/70 {
  --tw-ring-color: rgba(0, 0, 0, 0.7);
}
.ring-panel-shadow\/75 {
  --tw-ring-color: rgba(0, 0, 0, 0.75);
}
.ring-panel-shadow\/80 {
  --tw-ring-color: rgba(0, 0, 0, 0.8);
}
.ring-panel-shadow\/90 {
  --tw-ring-color: rgba(0, 0, 0, 0.9);
}
.ring-panel-shadow\/95 {
  --tw-ring-color: rgba(0, 0, 0, 0.95);
}
.ring-panel-shadow\/state-disabled {
  --tw-ring-color: rgba(0, 0, 0, 0.5);
}
.ring-panel-shadow\/state-enabled {
  --tw-ring-color: rgba(0, 0, 0, 1);
}
.ring-typography-accent {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(205 141 239 / var(--tw-ring-opacity));
}
.ring-typography-accent\/0 {
  --tw-ring-color: rgb(205 141 239 / 0);
}
.ring-typography-accent\/10 {
  --tw-ring-color: rgb(205 141 239 / 0.1);
}
.ring-typography-accent\/100 {
  --tw-ring-color: rgb(205 141 239 / 1);
}
.ring-typography-accent\/20 {
  --tw-ring-color: rgb(205 141 239 / 0.2);
}
.ring-typography-accent\/25 {
  --tw-ring-color: rgb(205 141 239 / 0.25);
}
.ring-typography-accent\/30 {
  --tw-ring-color: rgb(205 141 239 / 0.3);
}
.ring-typography-accent\/40 {
  --tw-ring-color: rgb(205 141 239 / 0.4);
}
.ring-typography-accent\/5 {
  --tw-ring-color: rgb(205 141 239 / 0.05);
}
.ring-typography-accent\/50 {
  --tw-ring-color: rgb(205 141 239 / 0.5);
}
.ring-typography-accent\/60 {
  --tw-ring-color: rgb(205 141 239 / 0.6);
}
.ring-typography-accent\/70 {
  --tw-ring-color: rgb(205 141 239 / 0.7);
}
.ring-typography-accent\/75 {
  --tw-ring-color: rgb(205 141 239 / 0.75);
}
.ring-typography-accent\/80 {
  --tw-ring-color: rgb(205 141 239 / 0.8);
}
.ring-typography-accent\/90 {
  --tw-ring-color: rgb(205 141 239 / 0.9);
}
.ring-typography-accent\/95 {
  --tw-ring-color: rgb(205 141 239 / 0.95);
}
.ring-typography-accent\/state-disabled {
  --tw-ring-color: rgb(205 141 239 / 0.5);
}
.ring-typography-accent\/state-enabled {
  --tw-ring-color: rgb(205 141 239 / 1);
}
.ring-typography-alternate {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(6 182 212 / var(--tw-ring-opacity));
}
.ring-typography-alternate\/0 {
  --tw-ring-color: rgb(6 182 212 / 0);
}
.ring-typography-alternate\/10 {
  --tw-ring-color: rgb(6 182 212 / 0.1);
}
.ring-typography-alternate\/100 {
  --tw-ring-color: rgb(6 182 212 / 1);
}
.ring-typography-alternate\/20 {
  --tw-ring-color: rgb(6 182 212 / 0.2);
}
.ring-typography-alternate\/25 {
  --tw-ring-color: rgb(6 182 212 / 0.25);
}
.ring-typography-alternate\/30 {
  --tw-ring-color: rgb(6 182 212 / 0.3);
}
.ring-typography-alternate\/40 {
  --tw-ring-color: rgb(6 182 212 / 0.4);
}
.ring-typography-alternate\/5 {
  --tw-ring-color: rgb(6 182 212 / 0.05);
}
.ring-typography-alternate\/50 {
  --tw-ring-color: rgb(6 182 212 / 0.5);
}
.ring-typography-alternate\/60 {
  --tw-ring-color: rgb(6 182 212 / 0.6);
}
.ring-typography-alternate\/70 {
  --tw-ring-color: rgb(6 182 212 / 0.7);
}
.ring-typography-alternate\/75 {
  --tw-ring-color: rgb(6 182 212 / 0.75);
}
.ring-typography-alternate\/80 {
  --tw-ring-color: rgb(6 182 212 / 0.8);
}
.ring-typography-alternate\/90 {
  --tw-ring-color: rgb(6 182 212 / 0.9);
}
.ring-typography-alternate\/95 {
  --tw-ring-color: rgb(6 182 212 / 0.95);
}
.ring-typography-alternate\/state-disabled {
  --tw-ring-color: rgb(6 182 212 / 0.5);
}
.ring-typography-alternate\/state-enabled {
  --tw-ring-color: rgb(6 182 212 / 1);
}
.ring-typography-default {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}
.ring-typography-default\/0 {
  --tw-ring-color: rgb(255 255 255 / 0);
}
.ring-typography-default\/10 {
  --tw-ring-color: rgb(255 255 255 / 0.1);
}
.ring-typography-default\/100 {
  --tw-ring-color: rgb(255 255 255 / 1);
}
.ring-typography-default\/20 {
  --tw-ring-color: rgb(255 255 255 / 0.2);
}
.ring-typography-default\/25 {
  --tw-ring-color: rgb(255 255 255 / 0.25);
}
.ring-typography-default\/30 {
  --tw-ring-color: rgb(255 255 255 / 0.3);
}
.ring-typography-default\/40 {
  --tw-ring-color: rgb(255 255 255 / 0.4);
}
.ring-typography-default\/5 {
  --tw-ring-color: rgb(255 255 255 / 0.05);
}
.ring-typography-default\/50 {
  --tw-ring-color: rgb(255 255 255 / 0.5);
}
.ring-typography-default\/60 {
  --tw-ring-color: rgb(255 255 255 / 0.6);
}
.ring-typography-default\/70 {
  --tw-ring-color: rgb(255 255 255 / 0.7);
}
.ring-typography-default\/75 {
  --tw-ring-color: rgb(255 255 255 / 0.75);
}
.ring-typography-default\/80 {
  --tw-ring-color: rgb(255 255 255 / 0.8);
}
.ring-typography-default\/90 {
  --tw-ring-color: rgb(255 255 255 / 0.9);
}
.ring-typography-default\/95 {
  --tw-ring-color: rgb(255 255 255 / 0.95);
}
.ring-typography-default\/state-disabled {
  --tw-ring-color: rgb(255 255 255 / 0.5);
}
.ring-typography-default\/state-enabled {
  --tw-ring-color: rgb(255 255 255 / 1);
}
.ring-typography-error {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity));
}
.ring-typography-error\/0 {
  --tw-ring-color: rgb(248 113 113 / 0);
}
.ring-typography-error\/10 {
  --tw-ring-color: rgb(248 113 113 / 0.1);
}
.ring-typography-error\/100 {
  --tw-ring-color: rgb(248 113 113 / 1);
}
.ring-typography-error\/20 {
  --tw-ring-color: rgb(248 113 113 / 0.2);
}
.ring-typography-error\/25 {
  --tw-ring-color: rgb(248 113 113 / 0.25);
}
.ring-typography-error\/30 {
  --tw-ring-color: rgb(248 113 113 / 0.3);
}
.ring-typography-error\/40 {
  --tw-ring-color: rgb(248 113 113 / 0.4);
}
.ring-typography-error\/5 {
  --tw-ring-color: rgb(248 113 113 / 0.05);
}
.ring-typography-error\/50 {
  --tw-ring-color: rgb(248 113 113 / 0.5);
}
.ring-typography-error\/60 {
  --tw-ring-color: rgb(248 113 113 / 0.6);
}
.ring-typography-error\/70 {
  --tw-ring-color: rgb(248 113 113 / 0.7);
}
.ring-typography-error\/75 {
  --tw-ring-color: rgb(248 113 113 / 0.75);
}
.ring-typography-error\/80 {
  --tw-ring-color: rgb(248 113 113 / 0.8);
}
.ring-typography-error\/90 {
  --tw-ring-color: rgb(248 113 113 / 0.9);
}
.ring-typography-error\/95 {
  --tw-ring-color: rgb(248 113 113 / 0.95);
}
.ring-typography-error\/state-disabled {
  --tw-ring-color: rgb(248 113 113 / 0.5);
}
.ring-typography-error\/state-enabled {
  --tw-ring-color: rgb(248 113 113 / 1);
}
.ring-typography-info {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity));
}
.ring-typography-info\/0 {
  --tw-ring-color: rgb(96 165 250 / 0);
}
.ring-typography-info\/10 {
  --tw-ring-color: rgb(96 165 250 / 0.1);
}
.ring-typography-info\/100 {
  --tw-ring-color: rgb(96 165 250 / 1);
}
.ring-typography-info\/20 {
  --tw-ring-color: rgb(96 165 250 / 0.2);
}
.ring-typography-info\/25 {
  --tw-ring-color: rgb(96 165 250 / 0.25);
}
.ring-typography-info\/30 {
  --tw-ring-color: rgb(96 165 250 / 0.3);
}
.ring-typography-info\/40 {
  --tw-ring-color: rgb(96 165 250 / 0.4);
}
.ring-typography-info\/5 {
  --tw-ring-color: rgb(96 165 250 / 0.05);
}
.ring-typography-info\/50 {
  --tw-ring-color: rgb(96 165 250 / 0.5);
}
.ring-typography-info\/60 {
  --tw-ring-color: rgb(96 165 250 / 0.6);
}
.ring-typography-info\/70 {
  --tw-ring-color: rgb(96 165 250 / 0.7);
}
.ring-typography-info\/75 {
  --tw-ring-color: rgb(96 165 250 / 0.75);
}
.ring-typography-info\/80 {
  --tw-ring-color: rgb(96 165 250 / 0.8);
}
.ring-typography-info\/90 {
  --tw-ring-color: rgb(96 165 250 / 0.9);
}
.ring-typography-info\/95 {
  --tw-ring-color: rgb(96 165 250 / 0.95);
}
.ring-typography-info\/state-disabled {
  --tw-ring-color: rgb(96 165 250 / 0.5);
}
.ring-typography-info\/state-enabled {
  --tw-ring-color: rgb(96 165 250 / 1);
}
.ring-typography-link-default {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(205 141 239 / var(--tw-ring-opacity));
}
.ring-typography-link-default\/0 {
  --tw-ring-color: rgb(205 141 239 / 0);
}
.ring-typography-link-default\/10 {
  --tw-ring-color: rgb(205 141 239 / 0.1);
}
.ring-typography-link-default\/100 {
  --tw-ring-color: rgb(205 141 239 / 1);
}
.ring-typography-link-default\/20 {
  --tw-ring-color: rgb(205 141 239 / 0.2);
}
.ring-typography-link-default\/25 {
  --tw-ring-color: rgb(205 141 239 / 0.25);
}
.ring-typography-link-default\/30 {
  --tw-ring-color: rgb(205 141 239 / 0.3);
}
.ring-typography-link-default\/40 {
  --tw-ring-color: rgb(205 141 239 / 0.4);
}
.ring-typography-link-default\/5 {
  --tw-ring-color: rgb(205 141 239 / 0.05);
}
.ring-typography-link-default\/50 {
  --tw-ring-color: rgb(205 141 239 / 0.5);
}
.ring-typography-link-default\/60 {
  --tw-ring-color: rgb(205 141 239 / 0.6);
}
.ring-typography-link-default\/70 {
  --tw-ring-color: rgb(205 141 239 / 0.7);
}
.ring-typography-link-default\/75 {
  --tw-ring-color: rgb(205 141 239 / 0.75);
}
.ring-typography-link-default\/80 {
  --tw-ring-color: rgb(205 141 239 / 0.8);
}
.ring-typography-link-default\/90 {
  --tw-ring-color: rgb(205 141 239 / 0.9);
}
.ring-typography-link-default\/95 {
  --tw-ring-color: rgb(205 141 239 / 0.95);
}
.ring-typography-link-default\/state-disabled {
  --tw-ring-color: rgb(205 141 239 / 0.5);
}
.ring-typography-link-default\/state-enabled {
  --tw-ring-color: rgb(205 141 239 / 1);
}
.ring-typography-link-hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(215 164 242 / var(--tw-ring-opacity));
}
.ring-typography-link-hover\/0 {
  --tw-ring-color: rgb(215 164 242 / 0);
}
.ring-typography-link-hover\/10 {
  --tw-ring-color: rgb(215 164 242 / 0.1);
}
.ring-typography-link-hover\/100 {
  --tw-ring-color: rgb(215 164 242 / 1);
}
.ring-typography-link-hover\/20 {
  --tw-ring-color: rgb(215 164 242 / 0.2);
}
.ring-typography-link-hover\/25 {
  --tw-ring-color: rgb(215 164 242 / 0.25);
}
.ring-typography-link-hover\/30 {
  --tw-ring-color: rgb(215 164 242 / 0.3);
}
.ring-typography-link-hover\/40 {
  --tw-ring-color: rgb(215 164 242 / 0.4);
}
.ring-typography-link-hover\/5 {
  --tw-ring-color: rgb(215 164 242 / 0.05);
}
.ring-typography-link-hover\/50 {
  --tw-ring-color: rgb(215 164 242 / 0.5);
}
.ring-typography-link-hover\/60 {
  --tw-ring-color: rgb(215 164 242 / 0.6);
}
.ring-typography-link-hover\/70 {
  --tw-ring-color: rgb(215 164 242 / 0.7);
}
.ring-typography-link-hover\/75 {
  --tw-ring-color: rgb(215 164 242 / 0.75);
}
.ring-typography-link-hover\/80 {
  --tw-ring-color: rgb(215 164 242 / 0.8);
}
.ring-typography-link-hover\/90 {
  --tw-ring-color: rgb(215 164 242 / 0.9);
}
.ring-typography-link-hover\/95 {
  --tw-ring-color: rgb(215 164 242 / 0.95);
}
.ring-typography-link-hover\/state-disabled {
  --tw-ring-color: rgb(215 164 242 / 0.5);
}
.ring-typography-link-hover\/state-enabled {
  --tw-ring-color: rgb(215 164 242 / 1);
}
.ring-typography-muted {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity));
}
.ring-typography-muted\/0 {
  --tw-ring-color: rgb(156 163 175 / 0);
}
.ring-typography-muted\/10 {
  --tw-ring-color: rgb(156 163 175 / 0.1);
}
.ring-typography-muted\/100 {
  --tw-ring-color: rgb(156 163 175 / 1);
}
.ring-typography-muted\/20 {
  --tw-ring-color: rgb(156 163 175 / 0.2);
}
.ring-typography-muted\/25 {
  --tw-ring-color: rgb(156 163 175 / 0.25);
}
.ring-typography-muted\/30 {
  --tw-ring-color: rgb(156 163 175 / 0.3);
}
.ring-typography-muted\/40 {
  --tw-ring-color: rgb(156 163 175 / 0.4);
}
.ring-typography-muted\/5 {
  --tw-ring-color: rgb(156 163 175 / 0.05);
}
.ring-typography-muted\/50 {
  --tw-ring-color: rgb(156 163 175 / 0.5);
}
.ring-typography-muted\/60 {
  --tw-ring-color: rgb(156 163 175 / 0.6);
}
.ring-typography-muted\/70 {
  --tw-ring-color: rgb(156 163 175 / 0.7);
}
.ring-typography-muted\/75 {
  --tw-ring-color: rgb(156 163 175 / 0.75);
}
.ring-typography-muted\/80 {
  --tw-ring-color: rgb(156 163 175 / 0.8);
}
.ring-typography-muted\/90 {
  --tw-ring-color: rgb(156 163 175 / 0.9);
}
.ring-typography-muted\/95 {
  --tw-ring-color: rgb(156 163 175 / 0.95);
}
.ring-typography-muted\/state-disabled {
  --tw-ring-color: rgb(156 163 175 / 0.5);
}
.ring-typography-muted\/state-enabled {
  --tw-ring-color: rgb(156 163 175 / 1);
}
.ring-typography-on-accent {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(64 64 64 / var(--tw-ring-opacity));
}
.ring-typography-on-accent\/0 {
  --tw-ring-color: rgb(64 64 64 / 0);
}
.ring-typography-on-accent\/10 {
  --tw-ring-color: rgb(64 64 64 / 0.1);
}
.ring-typography-on-accent\/100 {
  --tw-ring-color: rgb(64 64 64 / 1);
}
.ring-typography-on-accent\/20 {
  --tw-ring-color: rgb(64 64 64 / 0.2);
}
.ring-typography-on-accent\/25 {
  --tw-ring-color: rgb(64 64 64 / 0.25);
}
.ring-typography-on-accent\/30 {
  --tw-ring-color: rgb(64 64 64 / 0.3);
}
.ring-typography-on-accent\/40 {
  --tw-ring-color: rgb(64 64 64 / 0.4);
}
.ring-typography-on-accent\/5 {
  --tw-ring-color: rgb(64 64 64 / 0.05);
}
.ring-typography-on-accent\/50 {
  --tw-ring-color: rgb(64 64 64 / 0.5);
}
.ring-typography-on-accent\/60 {
  --tw-ring-color: rgb(64 64 64 / 0.6);
}
.ring-typography-on-accent\/70 {
  --tw-ring-color: rgb(64 64 64 / 0.7);
}
.ring-typography-on-accent\/75 {
  --tw-ring-color: rgb(64 64 64 / 0.75);
}
.ring-typography-on-accent\/80 {
  --tw-ring-color: rgb(64 64 64 / 0.8);
}
.ring-typography-on-accent\/90 {
  --tw-ring-color: rgb(64 64 64 / 0.9);
}
.ring-typography-on-accent\/95 {
  --tw-ring-color: rgb(64 64 64 / 0.95);
}
.ring-typography-on-accent\/state-disabled {
  --tw-ring-color: rgb(64 64 64 / 0.5);
}
.ring-typography-on-accent\/state-enabled {
  --tw-ring-color: rgb(64 64 64 / 1);
}
.ring-typography-subtle {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity));
}
.ring-typography-subtle\/0 {
  --tw-ring-color: rgb(229 231 235 / 0);
}
.ring-typography-subtle\/10 {
  --tw-ring-color: rgb(229 231 235 / 0.1);
}
.ring-typography-subtle\/100 {
  --tw-ring-color: rgb(229 231 235 / 1);
}
.ring-typography-subtle\/20 {
  --tw-ring-color: rgb(229 231 235 / 0.2);
}
.ring-typography-subtle\/25 {
  --tw-ring-color: rgb(229 231 235 / 0.25);
}
.ring-typography-subtle\/30 {
  --tw-ring-color: rgb(229 231 235 / 0.3);
}
.ring-typography-subtle\/40 {
  --tw-ring-color: rgb(229 231 235 / 0.4);
}
.ring-typography-subtle\/5 {
  --tw-ring-color: rgb(229 231 235 / 0.05);
}
.ring-typography-subtle\/50 {
  --tw-ring-color: rgb(229 231 235 / 0.5);
}
.ring-typography-subtle\/60 {
  --tw-ring-color: rgb(229 231 235 / 0.6);
}
.ring-typography-subtle\/70 {
  --tw-ring-color: rgb(229 231 235 / 0.7);
}
.ring-typography-subtle\/75 {
  --tw-ring-color: rgb(229 231 235 / 0.75);
}
.ring-typography-subtle\/80 {
  --tw-ring-color: rgb(229 231 235 / 0.8);
}
.ring-typography-subtle\/90 {
  --tw-ring-color: rgb(229 231 235 / 0.9);
}
.ring-typography-subtle\/95 {
  --tw-ring-color: rgb(229 231 235 / 0.95);
}
.ring-typography-subtle\/state-disabled {
  --tw-ring-color: rgb(229 231 235 / 0.5);
}
.ring-typography-subtle\/state-enabled {
  --tw-ring-color: rgb(229 231 235 / 1);
}
.ring-typography-success {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(74 222 128 / var(--tw-ring-opacity));
}
.ring-typography-success\/0 {
  --tw-ring-color: rgb(74 222 128 / 0);
}
.ring-typography-success\/10 {
  --tw-ring-color: rgb(74 222 128 / 0.1);
}
.ring-typography-success\/100 {
  --tw-ring-color: rgb(74 222 128 / 1);
}
.ring-typography-success\/20 {
  --tw-ring-color: rgb(74 222 128 / 0.2);
}
.ring-typography-success\/25 {
  --tw-ring-color: rgb(74 222 128 / 0.25);
}
.ring-typography-success\/30 {
  --tw-ring-color: rgb(74 222 128 / 0.3);
}
.ring-typography-success\/40 {
  --tw-ring-color: rgb(74 222 128 / 0.4);
}
.ring-typography-success\/5 {
  --tw-ring-color: rgb(74 222 128 / 0.05);
}
.ring-typography-success\/50 {
  --tw-ring-color: rgb(74 222 128 / 0.5);
}
.ring-typography-success\/60 {
  --tw-ring-color: rgb(74 222 128 / 0.6);
}
.ring-typography-success\/70 {
  --tw-ring-color: rgb(74 222 128 / 0.7);
}
.ring-typography-success\/75 {
  --tw-ring-color: rgb(74 222 128 / 0.75);
}
.ring-typography-success\/80 {
  --tw-ring-color: rgb(74 222 128 / 0.8);
}
.ring-typography-success\/90 {
  --tw-ring-color: rgb(74 222 128 / 0.9);
}
.ring-typography-success\/95 {
  --tw-ring-color: rgb(74 222 128 / 0.95);
}
.ring-typography-success\/state-disabled {
  --tw-ring-color: rgb(74 222 128 / 0.5);
}
.ring-typography-success\/state-enabled {
  --tw-ring-color: rgb(74 222 128 / 1);
}
.ring-typography-warning {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 146 60 / var(--tw-ring-opacity));
}
.ring-typography-warning\/0 {
  --tw-ring-color: rgb(251 146 60 / 0);
}
.ring-typography-warning\/10 {
  --tw-ring-color: rgb(251 146 60 / 0.1);
}
.ring-typography-warning\/100 {
  --tw-ring-color: rgb(251 146 60 / 1);
}
.ring-typography-warning\/20 {
  --tw-ring-color: rgb(251 146 60 / 0.2);
}
.ring-typography-warning\/25 {
  --tw-ring-color: rgb(251 146 60 / 0.25);
}
.ring-typography-warning\/30 {
  --tw-ring-color: rgb(251 146 60 / 0.3);
}
.ring-typography-warning\/40 {
  --tw-ring-color: rgb(251 146 60 / 0.4);
}
.ring-typography-warning\/5 {
  --tw-ring-color: rgb(251 146 60 / 0.05);
}
.ring-typography-warning\/50 {
  --tw-ring-color: rgb(251 146 60 / 0.5);
}
.ring-typography-warning\/60 {
  --tw-ring-color: rgb(251 146 60 / 0.6);
}
.ring-typography-warning\/70 {
  --tw-ring-color: rgb(251 146 60 / 0.7);
}
.ring-typography-warning\/75 {
  --tw-ring-color: rgb(251 146 60 / 0.75);
}
.ring-typography-warning\/80 {
  --tw-ring-color: rgb(251 146 60 / 0.8);
}
.ring-typography-warning\/90 {
  --tw-ring-color: rgb(251 146 60 / 0.9);
}
.ring-typography-warning\/95 {
  --tw-ring-color: rgb(251 146 60 / 0.95);
}
.ring-typography-warning\/state-disabled {
  --tw-ring-color: rgb(251 146 60 / 0.5);
}
.ring-typography-warning\/state-enabled {
  --tw-ring-color: rgb(251 146 60 / 1);
}
.ring-offset-avatar-background {
  --tw-ring-offset-color: rgb(205, 141, 239);
}
.ring-offset-avatar-background\/0 {
  --tw-ring-offset-color: rgb(205 141 239 / 0);
}
.ring-offset-avatar-background\/10 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.1);
}
.ring-offset-avatar-background\/100 {
  --tw-ring-offset-color: rgb(205 141 239 / 1);
}
.ring-offset-avatar-background\/20 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.2);
}
.ring-offset-avatar-background\/25 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.25);
}
.ring-offset-avatar-background\/30 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.3);
}
.ring-offset-avatar-background\/40 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.4);
}
.ring-offset-avatar-background\/5 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.05);
}
.ring-offset-avatar-background\/50 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.5);
}
.ring-offset-avatar-background\/60 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.6);
}
.ring-offset-avatar-background\/70 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.7);
}
.ring-offset-avatar-background\/75 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.75);
}
.ring-offset-avatar-background\/80 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.8);
}
.ring-offset-avatar-background\/90 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.9);
}
.ring-offset-avatar-background\/95 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.95);
}
.ring-offset-avatar-background\/state-disabled {
  --tw-ring-offset-color: rgb(205 141 239 / 0.5);
}
.ring-offset-avatar-background\/state-enabled {
  --tw-ring-offset-color: rgb(205 141 239 / 1);
}
.ring-offset-badge-outline-alternate {
  --tw-ring-offset-color: rgb(6, 182, 212);
}
.ring-offset-badge-outline-alternate\/0 {
  --tw-ring-offset-color: rgb(6 182 212 / 0);
}
.ring-offset-badge-outline-alternate\/10 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.1);
}
.ring-offset-badge-outline-alternate\/100 {
  --tw-ring-offset-color: rgb(6 182 212 / 1);
}
.ring-offset-badge-outline-alternate\/20 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.2);
}
.ring-offset-badge-outline-alternate\/25 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.25);
}
.ring-offset-badge-outline-alternate\/30 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.3);
}
.ring-offset-badge-outline-alternate\/40 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.4);
}
.ring-offset-badge-outline-alternate\/5 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.05);
}
.ring-offset-badge-outline-alternate\/50 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.5);
}
.ring-offset-badge-outline-alternate\/60 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.6);
}
.ring-offset-badge-outline-alternate\/70 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.7);
}
.ring-offset-badge-outline-alternate\/75 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.75);
}
.ring-offset-badge-outline-alternate\/80 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.8);
}
.ring-offset-badge-outline-alternate\/90 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.9);
}
.ring-offset-badge-outline-alternate\/95 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.95);
}
.ring-offset-badge-outline-alternate\/state-disabled {
  --tw-ring-offset-color: rgb(6 182 212 / 0.5);
}
.ring-offset-badge-outline-alternate\/state-enabled {
  --tw-ring-offset-color: rgb(6 182 212 / 1);
}
.ring-offset-badge-outline-default {
  --tw-ring-offset-color: rgb(205, 141, 239);
}
.ring-offset-badge-outline-default\/0 {
  --tw-ring-offset-color: rgb(205 141 239 / 0);
}
.ring-offset-badge-outline-default\/10 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.1);
}
.ring-offset-badge-outline-default\/100 {
  --tw-ring-offset-color: rgb(205 141 239 / 1);
}
.ring-offset-badge-outline-default\/20 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.2);
}
.ring-offset-badge-outline-default\/25 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.25);
}
.ring-offset-badge-outline-default\/30 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.3);
}
.ring-offset-badge-outline-default\/40 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.4);
}
.ring-offset-badge-outline-default\/5 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.05);
}
.ring-offset-badge-outline-default\/50 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.5);
}
.ring-offset-badge-outline-default\/60 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.6);
}
.ring-offset-badge-outline-default\/70 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.7);
}
.ring-offset-badge-outline-default\/75 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.75);
}
.ring-offset-badge-outline-default\/80 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.8);
}
.ring-offset-badge-outline-default\/90 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.9);
}
.ring-offset-badge-outline-default\/95 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.95);
}
.ring-offset-badge-outline-default\/state-disabled {
  --tw-ring-offset-color: rgb(205 141 239 / 0.5);
}
.ring-offset-badge-outline-default\/state-enabled {
  --tw-ring-offset-color: rgb(205 141 239 / 1);
}
.ring-offset-badge-outline-textColor {
  --tw-ring-offset-color: rgb(205, 141, 239);
}
.ring-offset-badge-outline-textColor\/0 {
  --tw-ring-offset-color: rgb(205 141 239 / 0);
}
.ring-offset-badge-outline-textColor\/10 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.1);
}
.ring-offset-badge-outline-textColor\/100 {
  --tw-ring-offset-color: rgb(205 141 239 / 1);
}
.ring-offset-badge-outline-textColor\/20 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.2);
}
.ring-offset-badge-outline-textColor\/25 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.25);
}
.ring-offset-badge-outline-textColor\/30 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.3);
}
.ring-offset-badge-outline-textColor\/40 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.4);
}
.ring-offset-badge-outline-textColor\/5 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.05);
}
.ring-offset-badge-outline-textColor\/50 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.5);
}
.ring-offset-badge-outline-textColor\/60 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.6);
}
.ring-offset-badge-outline-textColor\/70 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.7);
}
.ring-offset-badge-outline-textColor\/75 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.75);
}
.ring-offset-badge-outline-textColor\/80 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.8);
}
.ring-offset-badge-outline-textColor\/90 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.9);
}
.ring-offset-badge-outline-textColor\/95 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.95);
}
.ring-offset-badge-outline-textColor\/state-disabled {
  --tw-ring-offset-color: rgb(205 141 239 / 0.5);
}
.ring-offset-badge-outline-textColor\/state-enabled {
  --tw-ring-offset-color: rgb(205 141 239 / 1);
}
.ring-offset-badge-solid-alternate {
  --tw-ring-offset-color: rgb(6, 182, 212);
}
.ring-offset-badge-solid-alternate\/0 {
  --tw-ring-offset-color: rgb(6 182 212 / 0);
}
.ring-offset-badge-solid-alternate\/10 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.1);
}
.ring-offset-badge-solid-alternate\/100 {
  --tw-ring-offset-color: rgb(6 182 212 / 1);
}
.ring-offset-badge-solid-alternate\/20 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.2);
}
.ring-offset-badge-solid-alternate\/25 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.25);
}
.ring-offset-badge-solid-alternate\/30 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.3);
}
.ring-offset-badge-solid-alternate\/40 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.4);
}
.ring-offset-badge-solid-alternate\/5 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.05);
}
.ring-offset-badge-solid-alternate\/50 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.5);
}
.ring-offset-badge-solid-alternate\/60 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.6);
}
.ring-offset-badge-solid-alternate\/70 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.7);
}
.ring-offset-badge-solid-alternate\/75 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.75);
}
.ring-offset-badge-solid-alternate\/80 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.8);
}
.ring-offset-badge-solid-alternate\/90 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.9);
}
.ring-offset-badge-solid-alternate\/95 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.95);
}
.ring-offset-badge-solid-alternate\/state-disabled {
  --tw-ring-offset-color: rgb(6 182 212 / 0.5);
}
.ring-offset-badge-solid-alternate\/state-enabled {
  --tw-ring-offset-color: rgb(6 182 212 / 1);
}
.ring-offset-badge-solid-default {
  --tw-ring-offset-color: rgb(205, 141, 239);
}
.ring-offset-badge-solid-default\/0 {
  --tw-ring-offset-color: rgb(205 141 239 / 0);
}
.ring-offset-badge-solid-default\/10 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.1);
}
.ring-offset-badge-solid-default\/100 {
  --tw-ring-offset-color: rgb(205 141 239 / 1);
}
.ring-offset-badge-solid-default\/20 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.2);
}
.ring-offset-badge-solid-default\/25 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.25);
}
.ring-offset-badge-solid-default\/30 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.3);
}
.ring-offset-badge-solid-default\/40 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.4);
}
.ring-offset-badge-solid-default\/5 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.05);
}
.ring-offset-badge-solid-default\/50 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.5);
}
.ring-offset-badge-solid-default\/60 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.6);
}
.ring-offset-badge-solid-default\/70 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.7);
}
.ring-offset-badge-solid-default\/75 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.75);
}
.ring-offset-badge-solid-default\/80 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.8);
}
.ring-offset-badge-solid-default\/90 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.9);
}
.ring-offset-badge-solid-default\/95 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.95);
}
.ring-offset-badge-solid-default\/state-disabled {
  --tw-ring-offset-color: rgb(205 141 239 / 0.5);
}
.ring-offset-badge-solid-default\/state-enabled {
  --tw-ring-offset-color: rgb(205 141 239 / 1);
}
.ring-offset-badge-solid-textColor {
  --tw-ring-offset-color: rgb(64, 64, 64);
}
.ring-offset-badge-solid-textColor\/0 {
  --tw-ring-offset-color: rgb(64 64 64 / 0);
}
.ring-offset-badge-solid-textColor\/10 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.1);
}
.ring-offset-badge-solid-textColor\/100 {
  --tw-ring-offset-color: rgb(64 64 64 / 1);
}
.ring-offset-badge-solid-textColor\/20 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.2);
}
.ring-offset-badge-solid-textColor\/25 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.25);
}
.ring-offset-badge-solid-textColor\/30 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.3);
}
.ring-offset-badge-solid-textColor\/40 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.4);
}
.ring-offset-badge-solid-textColor\/5 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.05);
}
.ring-offset-badge-solid-textColor\/50 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.5);
}
.ring-offset-badge-solid-textColor\/60 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.6);
}
.ring-offset-badge-solid-textColor\/70 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.7);
}
.ring-offset-badge-solid-textColor\/75 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.75);
}
.ring-offset-badge-solid-textColor\/80 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.8);
}
.ring-offset-badge-solid-textColor\/90 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.9);
}
.ring-offset-badge-solid-textColor\/95 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.95);
}
.ring-offset-badge-solid-textColor\/state-disabled {
  --tw-ring-offset-color: rgb(64 64 64 / 0.5);
}
.ring-offset-badge-solid-textColor\/state-enabled {
  --tw-ring-offset-color: rgb(64 64 64 / 1);
}
.ring-offset-divider-default {
  --tw-ring-offset-color: rgb(55, 65, 81);
}
.ring-offset-divider-default\/0 {
  --tw-ring-offset-color: rgb(55 65 81 / 0);
}
.ring-offset-divider-default\/10 {
  --tw-ring-offset-color: rgb(55 65 81 / 0.1);
}
.ring-offset-divider-default\/100 {
  --tw-ring-offset-color: rgb(55 65 81 / 1);
}
.ring-offset-divider-default\/20 {
  --tw-ring-offset-color: rgb(55 65 81 / 0.2);
}
.ring-offset-divider-default\/25 {
  --tw-ring-offset-color: rgb(55 65 81 / 0.25);
}
.ring-offset-divider-default\/30 {
  --tw-ring-offset-color: rgb(55 65 81 / 0.3);
}
.ring-offset-divider-default\/40 {
  --tw-ring-offset-color: rgb(55 65 81 / 0.4);
}
.ring-offset-divider-default\/5 {
  --tw-ring-offset-color: rgb(55 65 81 / 0.05);
}
.ring-offset-divider-default\/50 {
  --tw-ring-offset-color: rgb(55 65 81 / 0.5);
}
.ring-offset-divider-default\/60 {
  --tw-ring-offset-color: rgb(55 65 81 / 0.6);
}
.ring-offset-divider-default\/70 {
  --tw-ring-offset-color: rgb(55 65 81 / 0.7);
}
.ring-offset-divider-default\/75 {
  --tw-ring-offset-color: rgb(55 65 81 / 0.75);
}
.ring-offset-divider-default\/80 {
  --tw-ring-offset-color: rgb(55 65 81 / 0.8);
}
.ring-offset-divider-default\/90 {
  --tw-ring-offset-color: rgb(55 65 81 / 0.9);
}
.ring-offset-divider-default\/95 {
  --tw-ring-offset-color: rgb(55 65 81 / 0.95);
}
.ring-offset-divider-default\/state-disabled {
  --tw-ring-offset-color: rgb(55 65 81 / 0.5);
}
.ring-offset-divider-default\/state-enabled {
  --tw-ring-offset-color: rgb(55 65 81 / 1);
}
.ring-offset-input-background {
  --tw-ring-offset-color: rgb(23, 23, 23);
}
.ring-offset-input-background\/0 {
  --tw-ring-offset-color: rgb(23 23 23 / 0);
}
.ring-offset-input-background\/10 {
  --tw-ring-offset-color: rgb(23 23 23 / 0.1);
}
.ring-offset-input-background\/100 {
  --tw-ring-offset-color: rgb(23 23 23 / 1);
}
.ring-offset-input-background\/20 {
  --tw-ring-offset-color: rgb(23 23 23 / 0.2);
}
.ring-offset-input-background\/25 {
  --tw-ring-offset-color: rgb(23 23 23 / 0.25);
}
.ring-offset-input-background\/30 {
  --tw-ring-offset-color: rgb(23 23 23 / 0.3);
}
.ring-offset-input-background\/40 {
  --tw-ring-offset-color: rgb(23 23 23 / 0.4);
}
.ring-offset-input-background\/5 {
  --tw-ring-offset-color: rgb(23 23 23 / 0.05);
}
.ring-offset-input-background\/50 {
  --tw-ring-offset-color: rgb(23 23 23 / 0.5);
}
.ring-offset-input-background\/60 {
  --tw-ring-offset-color: rgb(23 23 23 / 0.6);
}
.ring-offset-input-background\/70 {
  --tw-ring-offset-color: rgb(23 23 23 / 0.7);
}
.ring-offset-input-background\/75 {
  --tw-ring-offset-color: rgb(23 23 23 / 0.75);
}
.ring-offset-input-background\/80 {
  --tw-ring-offset-color: rgb(23 23 23 / 0.8);
}
.ring-offset-input-background\/90 {
  --tw-ring-offset-color: rgb(23 23 23 / 0.9);
}
.ring-offset-input-background\/95 {
  --tw-ring-offset-color: rgb(23 23 23 / 0.95);
}
.ring-offset-input-background\/state-disabled {
  --tw-ring-offset-color: rgb(23 23 23 / 0.5);
}
.ring-offset-input-background\/state-enabled {
  --tw-ring-offset-color: rgb(23 23 23 / 1);
}
.ring-offset-input-checkbox-background {
  --tw-ring-offset-color: rgb(205, 141, 239);
}
.ring-offset-input-checkbox-background\/0 {
  --tw-ring-offset-color: rgb(205 141 239 / 0);
}
.ring-offset-input-checkbox-background\/10 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.1);
}
.ring-offset-input-checkbox-background\/100 {
  --tw-ring-offset-color: rgb(205 141 239 / 1);
}
.ring-offset-input-checkbox-background\/20 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.2);
}
.ring-offset-input-checkbox-background\/25 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.25);
}
.ring-offset-input-checkbox-background\/30 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.3);
}
.ring-offset-input-checkbox-background\/40 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.4);
}
.ring-offset-input-checkbox-background\/5 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.05);
}
.ring-offset-input-checkbox-background\/50 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.5);
}
.ring-offset-input-checkbox-background\/60 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.6);
}
.ring-offset-input-checkbox-background\/70 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.7);
}
.ring-offset-input-checkbox-background\/75 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.75);
}
.ring-offset-input-checkbox-background\/80 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.8);
}
.ring-offset-input-checkbox-background\/90 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.9);
}
.ring-offset-input-checkbox-background\/95 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.95);
}
.ring-offset-input-checkbox-background\/state-disabled {
  --tw-ring-offset-color: rgb(205 141 239 / 0.5);
}
.ring-offset-input-checkbox-background\/state-enabled {
  --tw-ring-offset-color: rgb(205 141 239 / 1);
}
.ring-offset-input-checkbox-border {
  --tw-ring-offset-color: rgb(205, 141, 239);
}
.ring-offset-input-checkbox-border\/0 {
  --tw-ring-offset-color: rgb(205 141 239 / 0);
}
.ring-offset-input-checkbox-border\/10 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.1);
}
.ring-offset-input-checkbox-border\/100 {
  --tw-ring-offset-color: rgb(205 141 239 / 1);
}
.ring-offset-input-checkbox-border\/20 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.2);
}
.ring-offset-input-checkbox-border\/25 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.25);
}
.ring-offset-input-checkbox-border\/30 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.3);
}
.ring-offset-input-checkbox-border\/40 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.4);
}
.ring-offset-input-checkbox-border\/5 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.05);
}
.ring-offset-input-checkbox-border\/50 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.5);
}
.ring-offset-input-checkbox-border\/60 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.6);
}
.ring-offset-input-checkbox-border\/70 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.7);
}
.ring-offset-input-checkbox-border\/75 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.75);
}
.ring-offset-input-checkbox-border\/80 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.8);
}
.ring-offset-input-checkbox-border\/90 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.9);
}
.ring-offset-input-checkbox-border\/95 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.95);
}
.ring-offset-input-checkbox-border\/state-disabled {
  --tw-ring-offset-color: rgb(205 141 239 / 0.5);
}
.ring-offset-input-checkbox-border\/state-enabled {
  --tw-ring-offset-color: rgb(205 141 239 / 1);
}
.ring-offset-input-checkbox-contrast {
  --tw-ring-offset-color: rgb(64, 64, 64);
}
.ring-offset-input-checkbox-contrast\/0 {
  --tw-ring-offset-color: rgb(64 64 64 / 0);
}
.ring-offset-input-checkbox-contrast\/10 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.1);
}
.ring-offset-input-checkbox-contrast\/100 {
  --tw-ring-offset-color: rgb(64 64 64 / 1);
}
.ring-offset-input-checkbox-contrast\/20 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.2);
}
.ring-offset-input-checkbox-contrast\/25 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.25);
}
.ring-offset-input-checkbox-contrast\/30 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.3);
}
.ring-offset-input-checkbox-contrast\/40 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.4);
}
.ring-offset-input-checkbox-contrast\/5 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.05);
}
.ring-offset-input-checkbox-contrast\/50 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.5);
}
.ring-offset-input-checkbox-contrast\/60 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.6);
}
.ring-offset-input-checkbox-contrast\/70 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.7);
}
.ring-offset-input-checkbox-contrast\/75 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.75);
}
.ring-offset-input-checkbox-contrast\/80 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.8);
}
.ring-offset-input-checkbox-contrast\/90 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.9);
}
.ring-offset-input-checkbox-contrast\/95 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.95);
}
.ring-offset-input-checkbox-contrast\/state-disabled {
  --tw-ring-offset-color: rgb(64 64 64 / 0.5);
}
.ring-offset-input-checkbox-contrast\/state-enabled {
  --tw-ring-offset-color: rgb(64 64 64 / 1);
}
.ring-offset-input-default-bg {
  --tw-ring-offset-color: rgb(17, 17, 17);
}
.ring-offset-input-default-bg\/0 {
  --tw-ring-offset-color: rgb(17 17 17 / 0);
}
.ring-offset-input-default-bg\/10 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.1);
}
.ring-offset-input-default-bg\/100 {
  --tw-ring-offset-color: rgb(17 17 17 / 1);
}
.ring-offset-input-default-bg\/20 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.2);
}
.ring-offset-input-default-bg\/25 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.25);
}
.ring-offset-input-default-bg\/30 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.3);
}
.ring-offset-input-default-bg\/40 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.4);
}
.ring-offset-input-default-bg\/5 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.05);
}
.ring-offset-input-default-bg\/50 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.5);
}
.ring-offset-input-default-bg\/60 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.6);
}
.ring-offset-input-default-bg\/70 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.7);
}
.ring-offset-input-default-bg\/75 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.75);
}
.ring-offset-input-default-bg\/80 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.8);
}
.ring-offset-input-default-bg\/90 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.9);
}
.ring-offset-input-default-bg\/95 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.95);
}
.ring-offset-input-default-bg\/state-disabled {
  --tw-ring-offset-color: rgb(17 17 17 / 0.5);
}
.ring-offset-input-default-bg\/state-enabled {
  --tw-ring-offset-color: rgb(17 17 17 / 1);
}
.ring-offset-input-default-border {
  --tw-ring-offset-color: rgb(64, 64, 64);
}
.ring-offset-input-default-border\/0 {
  --tw-ring-offset-color: rgb(64 64 64 / 0);
}
.ring-offset-input-default-border\/10 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.1);
}
.ring-offset-input-default-border\/100 {
  --tw-ring-offset-color: rgb(64 64 64 / 1);
}
.ring-offset-input-default-border\/20 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.2);
}
.ring-offset-input-default-border\/25 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.25);
}
.ring-offset-input-default-border\/30 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.3);
}
.ring-offset-input-default-border\/40 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.4);
}
.ring-offset-input-default-border\/5 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.05);
}
.ring-offset-input-default-border\/50 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.5);
}
.ring-offset-input-default-border\/60 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.6);
}
.ring-offset-input-default-border\/70 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.7);
}
.ring-offset-input-default-border\/75 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.75);
}
.ring-offset-input-default-border\/80 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.8);
}
.ring-offset-input-default-border\/90 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.9);
}
.ring-offset-input-default-border\/95 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.95);
}
.ring-offset-input-default-border\/state-disabled {
  --tw-ring-offset-color: rgb(64 64 64 / 0.5);
}
.ring-offset-input-default-border\/state-enabled {
  --tw-ring-offset-color: rgb(64 64 64 / 1);
}
.ring-offset-input-default-placeholder {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.4);
}
.ring-offset-input-default-placeholder\/0 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0);
}
.ring-offset-input-default-placeholder\/10 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.1);
}
.ring-offset-input-default-placeholder\/100 {
  --tw-ring-offset-color: rgba(255, 255, 255, 1);
}
.ring-offset-input-default-placeholder\/20 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.2);
}
.ring-offset-input-default-placeholder\/25 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.25);
}
.ring-offset-input-default-placeholder\/30 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.3);
}
.ring-offset-input-default-placeholder\/40 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.4);
}
.ring-offset-input-default-placeholder\/5 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.05);
}
.ring-offset-input-default-placeholder\/50 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.5);
}
.ring-offset-input-default-placeholder\/60 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.6);
}
.ring-offset-input-default-placeholder\/70 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.7);
}
.ring-offset-input-default-placeholder\/75 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.75);
}
.ring-offset-input-default-placeholder\/80 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.8);
}
.ring-offset-input-default-placeholder\/90 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.9);
}
.ring-offset-input-default-placeholder\/95 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.95);
}
.ring-offset-input-default-placeholder\/state-disabled {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.5);
}
.ring-offset-input-default-placeholder\/state-enabled {
  --tw-ring-offset-color: rgba(255, 255, 255, 1);
}
.ring-offset-input-default-text {
  --tw-ring-offset-color: rgb(255, 255, 255);
}
.ring-offset-input-default-text\/0 {
  --tw-ring-offset-color: rgb(255 255 255 / 0);
}
.ring-offset-input-default-text\/10 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.1);
}
.ring-offset-input-default-text\/100 {
  --tw-ring-offset-color: rgb(255 255 255 / 1);
}
.ring-offset-input-default-text\/20 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.2);
}
.ring-offset-input-default-text\/25 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.25);
}
.ring-offset-input-default-text\/30 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.3);
}
.ring-offset-input-default-text\/40 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.4);
}
.ring-offset-input-default-text\/5 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.05);
}
.ring-offset-input-default-text\/50 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.5);
}
.ring-offset-input-default-text\/60 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.6);
}
.ring-offset-input-default-text\/70 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.7);
}
.ring-offset-input-default-text\/75 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.75);
}
.ring-offset-input-default-text\/80 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.8);
}
.ring-offset-input-default-text\/90 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.9);
}
.ring-offset-input-default-text\/95 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.95);
}
.ring-offset-input-default-text\/state-disabled {
  --tw-ring-offset-color: rgb(255 255 255 / 0.5);
}
.ring-offset-input-default-text\/state-enabled {
  --tw-ring-offset-color: rgb(255 255 255 / 1);
}
.ring-offset-input-dropdown-background {
  --tw-ring-offset-color: rgb(17, 17, 17);
}
.ring-offset-input-dropdown-background\/0 {
  --tw-ring-offset-color: rgb(17 17 17 / 0);
}
.ring-offset-input-dropdown-background\/10 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.1);
}
.ring-offset-input-dropdown-background\/100 {
  --tw-ring-offset-color: rgb(17 17 17 / 1);
}
.ring-offset-input-dropdown-background\/20 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.2);
}
.ring-offset-input-dropdown-background\/25 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.25);
}
.ring-offset-input-dropdown-background\/30 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.3);
}
.ring-offset-input-dropdown-background\/40 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.4);
}
.ring-offset-input-dropdown-background\/5 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.05);
}
.ring-offset-input-dropdown-background\/50 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.5);
}
.ring-offset-input-dropdown-background\/60 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.6);
}
.ring-offset-input-dropdown-background\/70 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.7);
}
.ring-offset-input-dropdown-background\/75 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.75);
}
.ring-offset-input-dropdown-background\/80 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.8);
}
.ring-offset-input-dropdown-background\/90 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.9);
}
.ring-offset-input-dropdown-background\/95 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.95);
}
.ring-offset-input-dropdown-background\/state-disabled {
  --tw-ring-offset-color: rgb(17 17 17 / 0.5);
}
.ring-offset-input-dropdown-background\/state-enabled {
  --tw-ring-offset-color: rgb(17 17 17 / 1);
}
.ring-offset-input-error-bg {
  --tw-ring-offset-color: rgb(17, 17, 17);
}
.ring-offset-input-error-bg\/0 {
  --tw-ring-offset-color: rgb(17 17 17 / 0);
}
.ring-offset-input-error-bg\/10 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.1);
}
.ring-offset-input-error-bg\/100 {
  --tw-ring-offset-color: rgb(17 17 17 / 1);
}
.ring-offset-input-error-bg\/20 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.2);
}
.ring-offset-input-error-bg\/25 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.25);
}
.ring-offset-input-error-bg\/30 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.3);
}
.ring-offset-input-error-bg\/40 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.4);
}
.ring-offset-input-error-bg\/5 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.05);
}
.ring-offset-input-error-bg\/50 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.5);
}
.ring-offset-input-error-bg\/60 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.6);
}
.ring-offset-input-error-bg\/70 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.7);
}
.ring-offset-input-error-bg\/75 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.75);
}
.ring-offset-input-error-bg\/80 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.8);
}
.ring-offset-input-error-bg\/90 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.9);
}
.ring-offset-input-error-bg\/95 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.95);
}
.ring-offset-input-error-bg\/state-disabled {
  --tw-ring-offset-color: rgb(17 17 17 / 0.5);
}
.ring-offset-input-error-bg\/state-enabled {
  --tw-ring-offset-color: rgb(17 17 17 / 1);
}
.ring-offset-input-error-border {
  --tw-ring-offset-color: rgb(248, 113, 113);
}
.ring-offset-input-error-border\/0 {
  --tw-ring-offset-color: rgb(248 113 113 / 0);
}
.ring-offset-input-error-border\/10 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.1);
}
.ring-offset-input-error-border\/100 {
  --tw-ring-offset-color: rgb(248 113 113 / 1);
}
.ring-offset-input-error-border\/20 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.2);
}
.ring-offset-input-error-border\/25 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.25);
}
.ring-offset-input-error-border\/30 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.3);
}
.ring-offset-input-error-border\/40 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.4);
}
.ring-offset-input-error-border\/5 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.05);
}
.ring-offset-input-error-border\/50 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.5);
}
.ring-offset-input-error-border\/60 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.6);
}
.ring-offset-input-error-border\/70 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.7);
}
.ring-offset-input-error-border\/75 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.75);
}
.ring-offset-input-error-border\/80 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.8);
}
.ring-offset-input-error-border\/90 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.9);
}
.ring-offset-input-error-border\/95 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.95);
}
.ring-offset-input-error-border\/state-disabled {
  --tw-ring-offset-color: rgb(248 113 113 / 0.5);
}
.ring-offset-input-error-border\/state-enabled {
  --tw-ring-offset-color: rgb(248 113 113 / 1);
}
.ring-offset-input-error-placeholder {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.4);
}
.ring-offset-input-error-placeholder\/0 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0);
}
.ring-offset-input-error-placeholder\/10 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.1);
}
.ring-offset-input-error-placeholder\/100 {
  --tw-ring-offset-color: rgba(255, 255, 255, 1);
}
.ring-offset-input-error-placeholder\/20 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.2);
}
.ring-offset-input-error-placeholder\/25 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.25);
}
.ring-offset-input-error-placeholder\/30 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.3);
}
.ring-offset-input-error-placeholder\/40 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.4);
}
.ring-offset-input-error-placeholder\/5 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.05);
}
.ring-offset-input-error-placeholder\/50 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.5);
}
.ring-offset-input-error-placeholder\/60 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.6);
}
.ring-offset-input-error-placeholder\/70 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.7);
}
.ring-offset-input-error-placeholder\/75 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.75);
}
.ring-offset-input-error-placeholder\/80 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.8);
}
.ring-offset-input-error-placeholder\/90 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.9);
}
.ring-offset-input-error-placeholder\/95 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.95);
}
.ring-offset-input-error-placeholder\/state-disabled {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.5);
}
.ring-offset-input-error-placeholder\/state-enabled {
  --tw-ring-offset-color: rgba(255, 255, 255, 1);
}
.ring-offset-input-error-text {
  --tw-ring-offset-color: rgb(248, 113, 113);
}
.ring-offset-input-error-text\/0 {
  --tw-ring-offset-color: rgb(248 113 113 / 0);
}
.ring-offset-input-error-text\/10 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.1);
}
.ring-offset-input-error-text\/100 {
  --tw-ring-offset-color: rgb(248 113 113 / 1);
}
.ring-offset-input-error-text\/20 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.2);
}
.ring-offset-input-error-text\/25 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.25);
}
.ring-offset-input-error-text\/30 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.3);
}
.ring-offset-input-error-text\/40 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.4);
}
.ring-offset-input-error-text\/5 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.05);
}
.ring-offset-input-error-text\/50 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.5);
}
.ring-offset-input-error-text\/60 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.6);
}
.ring-offset-input-error-text\/70 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.7);
}
.ring-offset-input-error-text\/75 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.75);
}
.ring-offset-input-error-text\/80 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.8);
}
.ring-offset-input-error-text\/90 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.9);
}
.ring-offset-input-error-text\/95 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.95);
}
.ring-offset-input-error-text\/state-disabled {
  --tw-ring-offset-color: rgb(248 113 113 / 0.5);
}
.ring-offset-input-error-text\/state-enabled {
  --tw-ring-offset-color: rgb(248 113 113 / 1);
}
.ring-offset-input-focused-bg {
  --tw-ring-offset-color: rgb(17, 17, 17);
}
.ring-offset-input-focused-bg\/0 {
  --tw-ring-offset-color: rgb(17 17 17 / 0);
}
.ring-offset-input-focused-bg\/10 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.1);
}
.ring-offset-input-focused-bg\/100 {
  --tw-ring-offset-color: rgb(17 17 17 / 1);
}
.ring-offset-input-focused-bg\/20 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.2);
}
.ring-offset-input-focused-bg\/25 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.25);
}
.ring-offset-input-focused-bg\/30 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.3);
}
.ring-offset-input-focused-bg\/40 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.4);
}
.ring-offset-input-focused-bg\/5 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.05);
}
.ring-offset-input-focused-bg\/50 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.5);
}
.ring-offset-input-focused-bg\/60 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.6);
}
.ring-offset-input-focused-bg\/70 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.7);
}
.ring-offset-input-focused-bg\/75 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.75);
}
.ring-offset-input-focused-bg\/80 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.8);
}
.ring-offset-input-focused-bg\/90 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.9);
}
.ring-offset-input-focused-bg\/95 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.95);
}
.ring-offset-input-focused-bg\/state-disabled {
  --tw-ring-offset-color: rgb(17 17 17 / 0.5);
}
.ring-offset-input-focused-bg\/state-enabled {
  --tw-ring-offset-color: rgb(17 17 17 / 1);
}
.ring-offset-input-focused-border {
  --tw-ring-offset-color: rgb(98, 98, 98);
}
.ring-offset-input-focused-border\/0 {
  --tw-ring-offset-color: rgb(98 98 98 / 0);
}
.ring-offset-input-focused-border\/10 {
  --tw-ring-offset-color: rgb(98 98 98 / 0.1);
}
.ring-offset-input-focused-border\/100 {
  --tw-ring-offset-color: rgb(98 98 98 / 1);
}
.ring-offset-input-focused-border\/20 {
  --tw-ring-offset-color: rgb(98 98 98 / 0.2);
}
.ring-offset-input-focused-border\/25 {
  --tw-ring-offset-color: rgb(98 98 98 / 0.25);
}
.ring-offset-input-focused-border\/30 {
  --tw-ring-offset-color: rgb(98 98 98 / 0.3);
}
.ring-offset-input-focused-border\/40 {
  --tw-ring-offset-color: rgb(98 98 98 / 0.4);
}
.ring-offset-input-focused-border\/5 {
  --tw-ring-offset-color: rgb(98 98 98 / 0.05);
}
.ring-offset-input-focused-border\/50 {
  --tw-ring-offset-color: rgb(98 98 98 / 0.5);
}
.ring-offset-input-focused-border\/60 {
  --tw-ring-offset-color: rgb(98 98 98 / 0.6);
}
.ring-offset-input-focused-border\/70 {
  --tw-ring-offset-color: rgb(98 98 98 / 0.7);
}
.ring-offset-input-focused-border\/75 {
  --tw-ring-offset-color: rgb(98 98 98 / 0.75);
}
.ring-offset-input-focused-border\/80 {
  --tw-ring-offset-color: rgb(98 98 98 / 0.8);
}
.ring-offset-input-focused-border\/90 {
  --tw-ring-offset-color: rgb(98 98 98 / 0.9);
}
.ring-offset-input-focused-border\/95 {
  --tw-ring-offset-color: rgb(98 98 98 / 0.95);
}
.ring-offset-input-focused-border\/state-disabled {
  --tw-ring-offset-color: rgb(98 98 98 / 0.5);
}
.ring-offset-input-focused-border\/state-enabled {
  --tw-ring-offset-color: rgb(98 98 98 / 1);
}
.ring-offset-input-focused-placeholder {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.4);
}
.ring-offset-input-focused-placeholder\/0 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0);
}
.ring-offset-input-focused-placeholder\/10 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.1);
}
.ring-offset-input-focused-placeholder\/100 {
  --tw-ring-offset-color: rgba(255, 255, 255, 1);
}
.ring-offset-input-focused-placeholder\/20 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.2);
}
.ring-offset-input-focused-placeholder\/25 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.25);
}
.ring-offset-input-focused-placeholder\/30 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.3);
}
.ring-offset-input-focused-placeholder\/40 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.4);
}
.ring-offset-input-focused-placeholder\/5 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.05);
}
.ring-offset-input-focused-placeholder\/50 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.5);
}
.ring-offset-input-focused-placeholder\/60 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.6);
}
.ring-offset-input-focused-placeholder\/70 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.7);
}
.ring-offset-input-focused-placeholder\/75 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.75);
}
.ring-offset-input-focused-placeholder\/80 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.8);
}
.ring-offset-input-focused-placeholder\/90 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.9);
}
.ring-offset-input-focused-placeholder\/95 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.95);
}
.ring-offset-input-focused-placeholder\/state-disabled {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.5);
}
.ring-offset-input-focused-placeholder\/state-enabled {
  --tw-ring-offset-color: rgba(255, 255, 255, 1);
}
.ring-offset-input-focused-text {
  --tw-ring-offset-color: rgb(255, 255, 255);
}
.ring-offset-input-focused-text\/0 {
  --tw-ring-offset-color: rgb(255 255 255 / 0);
}
.ring-offset-input-focused-text\/10 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.1);
}
.ring-offset-input-focused-text\/100 {
  --tw-ring-offset-color: rgb(255 255 255 / 1);
}
.ring-offset-input-focused-text\/20 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.2);
}
.ring-offset-input-focused-text\/25 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.25);
}
.ring-offset-input-focused-text\/30 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.3);
}
.ring-offset-input-focused-text\/40 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.4);
}
.ring-offset-input-focused-text\/5 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.05);
}
.ring-offset-input-focused-text\/50 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.5);
}
.ring-offset-input-focused-text\/60 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.6);
}
.ring-offset-input-focused-text\/70 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.7);
}
.ring-offset-input-focused-text\/75 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.75);
}
.ring-offset-input-focused-text\/80 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.8);
}
.ring-offset-input-focused-text\/90 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.9);
}
.ring-offset-input-focused-text\/95 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.95);
}
.ring-offset-input-focused-text\/state-disabled {
  --tw-ring-offset-color: rgb(255 255 255 / 0.5);
}
.ring-offset-input-focused-text\/state-enabled {
  --tw-ring-offset-color: rgb(255 255 255 / 1);
}
.ring-offset-input-placeholder {
  --tw-ring-offset-color: #616161;
}
.ring-offset-input-placeholder\/0 {
  --tw-ring-offset-color: rgb(97 97 97 / 0);
}
.ring-offset-input-placeholder\/10 {
  --tw-ring-offset-color: rgb(97 97 97 / 0.1);
}
.ring-offset-input-placeholder\/100 {
  --tw-ring-offset-color: rgb(97 97 97 / 1);
}
.ring-offset-input-placeholder\/20 {
  --tw-ring-offset-color: rgb(97 97 97 / 0.2);
}
.ring-offset-input-placeholder\/25 {
  --tw-ring-offset-color: rgb(97 97 97 / 0.25);
}
.ring-offset-input-placeholder\/30 {
  --tw-ring-offset-color: rgb(97 97 97 / 0.3);
}
.ring-offset-input-placeholder\/40 {
  --tw-ring-offset-color: rgb(97 97 97 / 0.4);
}
.ring-offset-input-placeholder\/5 {
  --tw-ring-offset-color: rgb(97 97 97 / 0.05);
}
.ring-offset-input-placeholder\/50 {
  --tw-ring-offset-color: rgb(97 97 97 / 0.5);
}
.ring-offset-input-placeholder\/60 {
  --tw-ring-offset-color: rgb(97 97 97 / 0.6);
}
.ring-offset-input-placeholder\/70 {
  --tw-ring-offset-color: rgb(97 97 97 / 0.7);
}
.ring-offset-input-placeholder\/75 {
  --tw-ring-offset-color: rgb(97 97 97 / 0.75);
}
.ring-offset-input-placeholder\/80 {
  --tw-ring-offset-color: rgb(97 97 97 / 0.8);
}
.ring-offset-input-placeholder\/90 {
  --tw-ring-offset-color: rgb(97 97 97 / 0.9);
}
.ring-offset-input-placeholder\/95 {
  --tw-ring-offset-color: rgb(97 97 97 / 0.95);
}
.ring-offset-input-placeholder\/state-disabled {
  --tw-ring-offset-color: rgb(97 97 97 / 0.5);
}
.ring-offset-input-placeholder\/state-enabled {
  --tw-ring-offset-color: rgb(97 97 97 / 1);
}
.ring-offset-input-radio-background {
  --tw-ring-offset-color: rgb(17, 17, 17);
}
.ring-offset-input-radio-background\/0 {
  --tw-ring-offset-color: rgb(17 17 17 / 0);
}
.ring-offset-input-radio-background\/10 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.1);
}
.ring-offset-input-radio-background\/100 {
  --tw-ring-offset-color: rgb(17 17 17 / 1);
}
.ring-offset-input-radio-background\/20 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.2);
}
.ring-offset-input-radio-background\/25 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.25);
}
.ring-offset-input-radio-background\/30 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.3);
}
.ring-offset-input-radio-background\/40 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.4);
}
.ring-offset-input-radio-background\/5 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.05);
}
.ring-offset-input-radio-background\/50 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.5);
}
.ring-offset-input-radio-background\/60 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.6);
}
.ring-offset-input-radio-background\/70 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.7);
}
.ring-offset-input-radio-background\/75 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.75);
}
.ring-offset-input-radio-background\/80 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.8);
}
.ring-offset-input-radio-background\/90 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.9);
}
.ring-offset-input-radio-background\/95 {
  --tw-ring-offset-color: rgb(17 17 17 / 0.95);
}
.ring-offset-input-radio-background\/state-disabled {
  --tw-ring-offset-color: rgb(17 17 17 / 0.5);
}
.ring-offset-input-radio-background\/state-enabled {
  --tw-ring-offset-color: rgb(17 17 17 / 1);
}
.ring-offset-input-radio-border {
  --tw-ring-offset-color: rgb(205, 141, 239);
}
.ring-offset-input-radio-border\/0 {
  --tw-ring-offset-color: rgb(205 141 239 / 0);
}
.ring-offset-input-radio-border\/10 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.1);
}
.ring-offset-input-radio-border\/100 {
  --tw-ring-offset-color: rgb(205 141 239 / 1);
}
.ring-offset-input-radio-border\/20 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.2);
}
.ring-offset-input-radio-border\/25 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.25);
}
.ring-offset-input-radio-border\/30 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.3);
}
.ring-offset-input-radio-border\/40 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.4);
}
.ring-offset-input-radio-border\/5 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.05);
}
.ring-offset-input-radio-border\/50 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.5);
}
.ring-offset-input-radio-border\/60 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.6);
}
.ring-offset-input-radio-border\/70 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.7);
}
.ring-offset-input-radio-border\/75 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.75);
}
.ring-offset-input-radio-border\/80 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.8);
}
.ring-offset-input-radio-border\/90 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.9);
}
.ring-offset-input-radio-border\/95 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.95);
}
.ring-offset-input-radio-border\/state-disabled {
  --tw-ring-offset-color: rgb(205 141 239 / 0.5);
}
.ring-offset-input-radio-border\/state-enabled {
  --tw-ring-offset-color: rgb(205 141 239 / 1);
}
.ring-offset-input-radio-contrast {
  --tw-ring-offset-color: rgb(255, 255, 255);
}
.ring-offset-input-radio-contrast\/0 {
  --tw-ring-offset-color: rgb(255 255 255 / 0);
}
.ring-offset-input-radio-contrast\/10 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.1);
}
.ring-offset-input-radio-contrast\/100 {
  --tw-ring-offset-color: rgb(255 255 255 / 1);
}
.ring-offset-input-radio-contrast\/20 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.2);
}
.ring-offset-input-radio-contrast\/25 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.25);
}
.ring-offset-input-radio-contrast\/30 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.3);
}
.ring-offset-input-radio-contrast\/40 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.4);
}
.ring-offset-input-radio-contrast\/5 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.05);
}
.ring-offset-input-radio-contrast\/50 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.5);
}
.ring-offset-input-radio-contrast\/60 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.6);
}
.ring-offset-input-radio-contrast\/70 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.7);
}
.ring-offset-input-radio-contrast\/75 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.75);
}
.ring-offset-input-radio-contrast\/80 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.8);
}
.ring-offset-input-radio-contrast\/90 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.9);
}
.ring-offset-input-radio-contrast\/95 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.95);
}
.ring-offset-input-radio-contrast\/state-disabled {
  --tw-ring-offset-color: rgb(255 255 255 / 0.5);
}
.ring-offset-input-radio-contrast\/state-enabled {
  --tw-ring-offset-color: rgb(255 255 255 / 1);
}
.ring-offset-input-switch-backgroundOff {
  --tw-ring-offset-color: rgb(156, 163, 175);
}
.ring-offset-input-switch-backgroundOff\/0 {
  --tw-ring-offset-color: rgb(156 163 175 / 0);
}
.ring-offset-input-switch-backgroundOff\/10 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.1);
}
.ring-offset-input-switch-backgroundOff\/100 {
  --tw-ring-offset-color: rgb(156 163 175 / 1);
}
.ring-offset-input-switch-backgroundOff\/20 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.2);
}
.ring-offset-input-switch-backgroundOff\/25 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.25);
}
.ring-offset-input-switch-backgroundOff\/30 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.3);
}
.ring-offset-input-switch-backgroundOff\/40 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.4);
}
.ring-offset-input-switch-backgroundOff\/5 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.05);
}
.ring-offset-input-switch-backgroundOff\/50 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.5);
}
.ring-offset-input-switch-backgroundOff\/60 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.6);
}
.ring-offset-input-switch-backgroundOff\/70 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.7);
}
.ring-offset-input-switch-backgroundOff\/75 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.75);
}
.ring-offset-input-switch-backgroundOff\/80 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.8);
}
.ring-offset-input-switch-backgroundOff\/90 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.9);
}
.ring-offset-input-switch-backgroundOff\/95 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.95);
}
.ring-offset-input-switch-backgroundOff\/state-disabled {
  --tw-ring-offset-color: rgb(156 163 175 / 0.5);
}
.ring-offset-input-switch-backgroundOff\/state-enabled {
  --tw-ring-offset-color: rgb(156 163 175 / 1);
}
.ring-offset-input-switch-backgroundOn {
  --tw-ring-offset-color: rgb(205, 141, 239);
}
.ring-offset-input-switch-backgroundOn\/0 {
  --tw-ring-offset-color: rgb(205 141 239 / 0);
}
.ring-offset-input-switch-backgroundOn\/10 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.1);
}
.ring-offset-input-switch-backgroundOn\/100 {
  --tw-ring-offset-color: rgb(205 141 239 / 1);
}
.ring-offset-input-switch-backgroundOn\/20 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.2);
}
.ring-offset-input-switch-backgroundOn\/25 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.25);
}
.ring-offset-input-switch-backgroundOn\/30 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.3);
}
.ring-offset-input-switch-backgroundOn\/40 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.4);
}
.ring-offset-input-switch-backgroundOn\/5 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.05);
}
.ring-offset-input-switch-backgroundOn\/50 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.5);
}
.ring-offset-input-switch-backgroundOn\/60 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.6);
}
.ring-offset-input-switch-backgroundOn\/70 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.7);
}
.ring-offset-input-switch-backgroundOn\/75 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.75);
}
.ring-offset-input-switch-backgroundOn\/80 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.8);
}
.ring-offset-input-switch-backgroundOn\/90 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.9);
}
.ring-offset-input-switch-backgroundOn\/95 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.95);
}
.ring-offset-input-switch-backgroundOn\/state-disabled {
  --tw-ring-offset-color: rgb(205 141 239 / 0.5);
}
.ring-offset-input-switch-backgroundOn\/state-enabled {
  --tw-ring-offset-color: rgb(205 141 239 / 1);
}
.ring-offset-input-switch-contrast {
  --tw-ring-offset-color: rgb(64, 64, 64);
}
.ring-offset-input-switch-contrast\/0 {
  --tw-ring-offset-color: rgb(64 64 64 / 0);
}
.ring-offset-input-switch-contrast\/10 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.1);
}
.ring-offset-input-switch-contrast\/100 {
  --tw-ring-offset-color: rgb(64 64 64 / 1);
}
.ring-offset-input-switch-contrast\/20 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.2);
}
.ring-offset-input-switch-contrast\/25 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.25);
}
.ring-offset-input-switch-contrast\/30 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.3);
}
.ring-offset-input-switch-contrast\/40 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.4);
}
.ring-offset-input-switch-contrast\/5 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.05);
}
.ring-offset-input-switch-contrast\/50 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.5);
}
.ring-offset-input-switch-contrast\/60 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.6);
}
.ring-offset-input-switch-contrast\/70 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.7);
}
.ring-offset-input-switch-contrast\/75 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.75);
}
.ring-offset-input-switch-contrast\/80 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.8);
}
.ring-offset-input-switch-contrast\/90 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.9);
}
.ring-offset-input-switch-contrast\/95 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.95);
}
.ring-offset-input-switch-contrast\/state-disabled {
  --tw-ring-offset-color: rgb(64 64 64 / 0.5);
}
.ring-offset-input-switch-contrast\/state-enabled {
  --tw-ring-offset-color: rgb(64 64 64 / 1);
}
.ring-offset-input-text {
  --tw-ring-offset-color: #FFFFFF;
}
.ring-offset-input-text\/0 {
  --tw-ring-offset-color: rgb(255 255 255 / 0);
}
.ring-offset-input-text\/10 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.1);
}
.ring-offset-input-text\/100 {
  --tw-ring-offset-color: rgb(255 255 255 / 1);
}
.ring-offset-input-text\/20 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.2);
}
.ring-offset-input-text\/25 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.25);
}
.ring-offset-input-text\/30 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.3);
}
.ring-offset-input-text\/40 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.4);
}
.ring-offset-input-text\/5 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.05);
}
.ring-offset-input-text\/50 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.5);
}
.ring-offset-input-text\/60 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.6);
}
.ring-offset-input-text\/70 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.7);
}
.ring-offset-input-text\/75 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.75);
}
.ring-offset-input-text\/80 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.8);
}
.ring-offset-input-text\/90 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.9);
}
.ring-offset-input-text\/95 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.95);
}
.ring-offset-input-text\/state-disabled {
  --tw-ring-offset-color: rgb(255 255 255 / 0.5);
}
.ring-offset-input-text\/state-enabled {
  --tw-ring-offset-color: rgb(255 255 255 / 1);
}
.ring-offset-loader-default {
  --tw-ring-offset-color: rgb(205, 141, 239);
}
.ring-offset-loader-default\/0 {
  --tw-ring-offset-color: rgb(205 141 239 / 0);
}
.ring-offset-loader-default\/10 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.1);
}
.ring-offset-loader-default\/100 {
  --tw-ring-offset-color: rgb(205 141 239 / 1);
}
.ring-offset-loader-default\/20 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.2);
}
.ring-offset-loader-default\/25 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.25);
}
.ring-offset-loader-default\/30 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.3);
}
.ring-offset-loader-default\/40 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.4);
}
.ring-offset-loader-default\/5 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.05);
}
.ring-offset-loader-default\/50 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.5);
}
.ring-offset-loader-default\/60 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.6);
}
.ring-offset-loader-default\/70 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.7);
}
.ring-offset-loader-default\/75 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.75);
}
.ring-offset-loader-default\/80 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.8);
}
.ring-offset-loader-default\/90 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.9);
}
.ring-offset-loader-default\/95 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.95);
}
.ring-offset-loader-default\/state-disabled {
  --tw-ring-offset-color: rgb(205 141 239 / 0.5);
}
.ring-offset-loader-default\/state-enabled {
  --tw-ring-offset-color: rgb(205 141 239 / 1);
}
.ring-offset-panel-alternate {
  --tw-ring-offset-color: rgb(29, 29, 29);
}
.ring-offset-panel-alternate\/0 {
  --tw-ring-offset-color: rgb(29 29 29 / 0);
}
.ring-offset-panel-alternate\/10 {
  --tw-ring-offset-color: rgb(29 29 29 / 0.1);
}
.ring-offset-panel-alternate\/100 {
  --tw-ring-offset-color: rgb(29 29 29 / 1);
}
.ring-offset-panel-alternate\/20 {
  --tw-ring-offset-color: rgb(29 29 29 / 0.2);
}
.ring-offset-panel-alternate\/25 {
  --tw-ring-offset-color: rgb(29 29 29 / 0.25);
}
.ring-offset-panel-alternate\/30 {
  --tw-ring-offset-color: rgb(29 29 29 / 0.3);
}
.ring-offset-panel-alternate\/40 {
  --tw-ring-offset-color: rgb(29 29 29 / 0.4);
}
.ring-offset-panel-alternate\/5 {
  --tw-ring-offset-color: rgb(29 29 29 / 0.05);
}
.ring-offset-panel-alternate\/50 {
  --tw-ring-offset-color: rgb(29 29 29 / 0.5);
}
.ring-offset-panel-alternate\/60 {
  --tw-ring-offset-color: rgb(29 29 29 / 0.6);
}
.ring-offset-panel-alternate\/70 {
  --tw-ring-offset-color: rgb(29 29 29 / 0.7);
}
.ring-offset-panel-alternate\/75 {
  --tw-ring-offset-color: rgb(29 29 29 / 0.75);
}
.ring-offset-panel-alternate\/80 {
  --tw-ring-offset-color: rgb(29 29 29 / 0.8);
}
.ring-offset-panel-alternate\/90 {
  --tw-ring-offset-color: rgb(29 29 29 / 0.9);
}
.ring-offset-panel-alternate\/95 {
  --tw-ring-offset-color: rgb(29 29 29 / 0.95);
}
.ring-offset-panel-alternate\/state-disabled {
  --tw-ring-offset-color: rgb(29 29 29 / 0.5);
}
.ring-offset-panel-alternate\/state-enabled {
  --tw-ring-offset-color: rgb(29 29 29 / 1);
}
.ring-offset-panel-base {
  --tw-ring-offset-color: rgb(16, 16, 16);
}
.ring-offset-panel-base\/0 {
  --tw-ring-offset-color: rgb(16 16 16 / 0);
}
.ring-offset-panel-base\/10 {
  --tw-ring-offset-color: rgb(16 16 16 / 0.1);
}
.ring-offset-panel-base\/100 {
  --tw-ring-offset-color: rgb(16 16 16 / 1);
}
.ring-offset-panel-base\/20 {
  --tw-ring-offset-color: rgb(16 16 16 / 0.2);
}
.ring-offset-panel-base\/25 {
  --tw-ring-offset-color: rgb(16 16 16 / 0.25);
}
.ring-offset-panel-base\/30 {
  --tw-ring-offset-color: rgb(16 16 16 / 0.3);
}
.ring-offset-panel-base\/40 {
  --tw-ring-offset-color: rgb(16 16 16 / 0.4);
}
.ring-offset-panel-base\/5 {
  --tw-ring-offset-color: rgb(16 16 16 / 0.05);
}
.ring-offset-panel-base\/50 {
  --tw-ring-offset-color: rgb(16 16 16 / 0.5);
}
.ring-offset-panel-base\/60 {
  --tw-ring-offset-color: rgb(16 16 16 / 0.6);
}
.ring-offset-panel-base\/70 {
  --tw-ring-offset-color: rgb(16 16 16 / 0.7);
}
.ring-offset-panel-base\/75 {
  --tw-ring-offset-color: rgb(16 16 16 / 0.75);
}
.ring-offset-panel-base\/80 {
  --tw-ring-offset-color: rgb(16 16 16 / 0.8);
}
.ring-offset-panel-base\/90 {
  --tw-ring-offset-color: rgb(16 16 16 / 0.9);
}
.ring-offset-panel-base\/95 {
  --tw-ring-offset-color: rgb(16 16 16 / 0.95);
}
.ring-offset-panel-base\/state-disabled {
  --tw-ring-offset-color: rgb(16 16 16 / 0.5);
}
.ring-offset-panel-base\/state-enabled {
  --tw-ring-offset-color: rgb(16 16 16 / 1);
}
.ring-offset-panel-border {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.05);
}
.ring-offset-panel-border\/0 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0);
}
.ring-offset-panel-border\/10 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.1);
}
.ring-offset-panel-border\/100 {
  --tw-ring-offset-color: rgba(255, 255, 255, 1);
}
.ring-offset-panel-border\/20 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.2);
}
.ring-offset-panel-border\/25 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.25);
}
.ring-offset-panel-border\/30 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.3);
}
.ring-offset-panel-border\/40 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.4);
}
.ring-offset-panel-border\/5 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.05);
}
.ring-offset-panel-border\/50 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.5);
}
.ring-offset-panel-border\/60 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.6);
}
.ring-offset-panel-border\/70 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.7);
}
.ring-offset-panel-border\/75 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.75);
}
.ring-offset-panel-border\/80 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.8);
}
.ring-offset-panel-border\/90 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.9);
}
.ring-offset-panel-border\/95 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.95);
}
.ring-offset-panel-border\/state-disabled {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.5);
}
.ring-offset-panel-border\/state-enabled {
  --tw-ring-offset-color: rgba(255, 255, 255, 1);
}
.ring-offset-panel-default {
  --tw-ring-offset-color: rgba(255, 255, 255, 0);
}
.ring-offset-panel-default\/0 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0);
}
.ring-offset-panel-default\/10 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.1);
}
.ring-offset-panel-default\/100 {
  --tw-ring-offset-color: rgba(255, 255, 255, 1);
}
.ring-offset-panel-default\/20 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.2);
}
.ring-offset-panel-default\/25 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.25);
}
.ring-offset-panel-default\/30 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.3);
}
.ring-offset-panel-default\/40 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.4);
}
.ring-offset-panel-default\/5 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.05);
}
.ring-offset-panel-default\/50 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.5);
}
.ring-offset-panel-default\/60 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.6);
}
.ring-offset-panel-default\/70 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.7);
}
.ring-offset-panel-default\/75 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.75);
}
.ring-offset-panel-default\/80 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.8);
}
.ring-offset-panel-default\/90 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.9);
}
.ring-offset-panel-default\/95 {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.95);
}
.ring-offset-panel-default\/state-disabled {
  --tw-ring-offset-color: rgba(255, 255, 255, 0.5);
}
.ring-offset-panel-default\/state-enabled {
  --tw-ring-offset-color: rgba(255, 255, 255, 1);
}
.ring-offset-panel-shadow {
  --tw-ring-offset-color: rgba(0, 0, 0, 0.2);
}
.ring-offset-panel-shadow\/0 {
  --tw-ring-offset-color: rgba(0, 0, 0, 0);
}
.ring-offset-panel-shadow\/10 {
  --tw-ring-offset-color: rgba(0, 0, 0, 0.1);
}
.ring-offset-panel-shadow\/100 {
  --tw-ring-offset-color: rgba(0, 0, 0, 1);
}
.ring-offset-panel-shadow\/20 {
  --tw-ring-offset-color: rgba(0, 0, 0, 0.2);
}
.ring-offset-panel-shadow\/25 {
  --tw-ring-offset-color: rgba(0, 0, 0, 0.25);
}
.ring-offset-panel-shadow\/30 {
  --tw-ring-offset-color: rgba(0, 0, 0, 0.3);
}
.ring-offset-panel-shadow\/40 {
  --tw-ring-offset-color: rgba(0, 0, 0, 0.4);
}
.ring-offset-panel-shadow\/5 {
  --tw-ring-offset-color: rgba(0, 0, 0, 0.05);
}
.ring-offset-panel-shadow\/50 {
  --tw-ring-offset-color: rgba(0, 0, 0, 0.5);
}
.ring-offset-panel-shadow\/60 {
  --tw-ring-offset-color: rgba(0, 0, 0, 0.6);
}
.ring-offset-panel-shadow\/70 {
  --tw-ring-offset-color: rgba(0, 0, 0, 0.7);
}
.ring-offset-panel-shadow\/75 {
  --tw-ring-offset-color: rgba(0, 0, 0, 0.75);
}
.ring-offset-panel-shadow\/80 {
  --tw-ring-offset-color: rgba(0, 0, 0, 0.8);
}
.ring-offset-panel-shadow\/90 {
  --tw-ring-offset-color: rgba(0, 0, 0, 0.9);
}
.ring-offset-panel-shadow\/95 {
  --tw-ring-offset-color: rgba(0, 0, 0, 0.95);
}
.ring-offset-panel-shadow\/state-disabled {
  --tw-ring-offset-color: rgba(0, 0, 0, 0.5);
}
.ring-offset-panel-shadow\/state-enabled {
  --tw-ring-offset-color: rgba(0, 0, 0, 1);
}
.ring-offset-typography-accent {
  --tw-ring-offset-color: rgb(205, 141, 239);
}
.ring-offset-typography-accent\/0 {
  --tw-ring-offset-color: rgb(205 141 239 / 0);
}
.ring-offset-typography-accent\/10 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.1);
}
.ring-offset-typography-accent\/100 {
  --tw-ring-offset-color: rgb(205 141 239 / 1);
}
.ring-offset-typography-accent\/20 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.2);
}
.ring-offset-typography-accent\/25 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.25);
}
.ring-offset-typography-accent\/30 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.3);
}
.ring-offset-typography-accent\/40 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.4);
}
.ring-offset-typography-accent\/5 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.05);
}
.ring-offset-typography-accent\/50 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.5);
}
.ring-offset-typography-accent\/60 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.6);
}
.ring-offset-typography-accent\/70 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.7);
}
.ring-offset-typography-accent\/75 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.75);
}
.ring-offset-typography-accent\/80 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.8);
}
.ring-offset-typography-accent\/90 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.9);
}
.ring-offset-typography-accent\/95 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.95);
}
.ring-offset-typography-accent\/state-disabled {
  --tw-ring-offset-color: rgb(205 141 239 / 0.5);
}
.ring-offset-typography-accent\/state-enabled {
  --tw-ring-offset-color: rgb(205 141 239 / 1);
}
.ring-offset-typography-alternate {
  --tw-ring-offset-color: rgb(6, 182, 212);
}
.ring-offset-typography-alternate\/0 {
  --tw-ring-offset-color: rgb(6 182 212 / 0);
}
.ring-offset-typography-alternate\/10 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.1);
}
.ring-offset-typography-alternate\/100 {
  --tw-ring-offset-color: rgb(6 182 212 / 1);
}
.ring-offset-typography-alternate\/20 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.2);
}
.ring-offset-typography-alternate\/25 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.25);
}
.ring-offset-typography-alternate\/30 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.3);
}
.ring-offset-typography-alternate\/40 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.4);
}
.ring-offset-typography-alternate\/5 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.05);
}
.ring-offset-typography-alternate\/50 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.5);
}
.ring-offset-typography-alternate\/60 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.6);
}
.ring-offset-typography-alternate\/70 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.7);
}
.ring-offset-typography-alternate\/75 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.75);
}
.ring-offset-typography-alternate\/80 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.8);
}
.ring-offset-typography-alternate\/90 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.9);
}
.ring-offset-typography-alternate\/95 {
  --tw-ring-offset-color: rgb(6 182 212 / 0.95);
}
.ring-offset-typography-alternate\/state-disabled {
  --tw-ring-offset-color: rgb(6 182 212 / 0.5);
}
.ring-offset-typography-alternate\/state-enabled {
  --tw-ring-offset-color: rgb(6 182 212 / 1);
}
.ring-offset-typography-default {
  --tw-ring-offset-color: rgb(255, 255, 255);
}
.ring-offset-typography-default\/0 {
  --tw-ring-offset-color: rgb(255 255 255 / 0);
}
.ring-offset-typography-default\/10 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.1);
}
.ring-offset-typography-default\/100 {
  --tw-ring-offset-color: rgb(255 255 255 / 1);
}
.ring-offset-typography-default\/20 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.2);
}
.ring-offset-typography-default\/25 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.25);
}
.ring-offset-typography-default\/30 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.3);
}
.ring-offset-typography-default\/40 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.4);
}
.ring-offset-typography-default\/5 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.05);
}
.ring-offset-typography-default\/50 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.5);
}
.ring-offset-typography-default\/60 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.6);
}
.ring-offset-typography-default\/70 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.7);
}
.ring-offset-typography-default\/75 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.75);
}
.ring-offset-typography-default\/80 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.8);
}
.ring-offset-typography-default\/90 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.9);
}
.ring-offset-typography-default\/95 {
  --tw-ring-offset-color: rgb(255 255 255 / 0.95);
}
.ring-offset-typography-default\/state-disabled {
  --tw-ring-offset-color: rgb(255 255 255 / 0.5);
}
.ring-offset-typography-default\/state-enabled {
  --tw-ring-offset-color: rgb(255 255 255 / 1);
}
.ring-offset-typography-error {
  --tw-ring-offset-color: rgb(248, 113, 113);
}
.ring-offset-typography-error\/0 {
  --tw-ring-offset-color: rgb(248 113 113 / 0);
}
.ring-offset-typography-error\/10 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.1);
}
.ring-offset-typography-error\/100 {
  --tw-ring-offset-color: rgb(248 113 113 / 1);
}
.ring-offset-typography-error\/20 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.2);
}
.ring-offset-typography-error\/25 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.25);
}
.ring-offset-typography-error\/30 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.3);
}
.ring-offset-typography-error\/40 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.4);
}
.ring-offset-typography-error\/5 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.05);
}
.ring-offset-typography-error\/50 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.5);
}
.ring-offset-typography-error\/60 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.6);
}
.ring-offset-typography-error\/70 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.7);
}
.ring-offset-typography-error\/75 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.75);
}
.ring-offset-typography-error\/80 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.8);
}
.ring-offset-typography-error\/90 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.9);
}
.ring-offset-typography-error\/95 {
  --tw-ring-offset-color: rgb(248 113 113 / 0.95);
}
.ring-offset-typography-error\/state-disabled {
  --tw-ring-offset-color: rgb(248 113 113 / 0.5);
}
.ring-offset-typography-error\/state-enabled {
  --tw-ring-offset-color: rgb(248 113 113 / 1);
}
.ring-offset-typography-info {
  --tw-ring-offset-color: rgb(96, 165, 250);
}
.ring-offset-typography-info\/0 {
  --tw-ring-offset-color: rgb(96 165 250 / 0);
}
.ring-offset-typography-info\/10 {
  --tw-ring-offset-color: rgb(96 165 250 / 0.1);
}
.ring-offset-typography-info\/100 {
  --tw-ring-offset-color: rgb(96 165 250 / 1);
}
.ring-offset-typography-info\/20 {
  --tw-ring-offset-color: rgb(96 165 250 / 0.2);
}
.ring-offset-typography-info\/25 {
  --tw-ring-offset-color: rgb(96 165 250 / 0.25);
}
.ring-offset-typography-info\/30 {
  --tw-ring-offset-color: rgb(96 165 250 / 0.3);
}
.ring-offset-typography-info\/40 {
  --tw-ring-offset-color: rgb(96 165 250 / 0.4);
}
.ring-offset-typography-info\/5 {
  --tw-ring-offset-color: rgb(96 165 250 / 0.05);
}
.ring-offset-typography-info\/50 {
  --tw-ring-offset-color: rgb(96 165 250 / 0.5);
}
.ring-offset-typography-info\/60 {
  --tw-ring-offset-color: rgb(96 165 250 / 0.6);
}
.ring-offset-typography-info\/70 {
  --tw-ring-offset-color: rgb(96 165 250 / 0.7);
}
.ring-offset-typography-info\/75 {
  --tw-ring-offset-color: rgb(96 165 250 / 0.75);
}
.ring-offset-typography-info\/80 {
  --tw-ring-offset-color: rgb(96 165 250 / 0.8);
}
.ring-offset-typography-info\/90 {
  --tw-ring-offset-color: rgb(96 165 250 / 0.9);
}
.ring-offset-typography-info\/95 {
  --tw-ring-offset-color: rgb(96 165 250 / 0.95);
}
.ring-offset-typography-info\/state-disabled {
  --tw-ring-offset-color: rgb(96 165 250 / 0.5);
}
.ring-offset-typography-info\/state-enabled {
  --tw-ring-offset-color: rgb(96 165 250 / 1);
}
.ring-offset-typography-link-default {
  --tw-ring-offset-color: rgb(205, 141, 239);
}
.ring-offset-typography-link-default\/0 {
  --tw-ring-offset-color: rgb(205 141 239 / 0);
}
.ring-offset-typography-link-default\/10 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.1);
}
.ring-offset-typography-link-default\/100 {
  --tw-ring-offset-color: rgb(205 141 239 / 1);
}
.ring-offset-typography-link-default\/20 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.2);
}
.ring-offset-typography-link-default\/25 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.25);
}
.ring-offset-typography-link-default\/30 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.3);
}
.ring-offset-typography-link-default\/40 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.4);
}
.ring-offset-typography-link-default\/5 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.05);
}
.ring-offset-typography-link-default\/50 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.5);
}
.ring-offset-typography-link-default\/60 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.6);
}
.ring-offset-typography-link-default\/70 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.7);
}
.ring-offset-typography-link-default\/75 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.75);
}
.ring-offset-typography-link-default\/80 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.8);
}
.ring-offset-typography-link-default\/90 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.9);
}
.ring-offset-typography-link-default\/95 {
  --tw-ring-offset-color: rgb(205 141 239 / 0.95);
}
.ring-offset-typography-link-default\/state-disabled {
  --tw-ring-offset-color: rgb(205 141 239 / 0.5);
}
.ring-offset-typography-link-default\/state-enabled {
  --tw-ring-offset-color: rgb(205 141 239 / 1);
}
.ring-offset-typography-link-hover {
  --tw-ring-offset-color: rgb(215, 164, 242);
}
.ring-offset-typography-link-hover\/0 {
  --tw-ring-offset-color: rgb(215 164 242 / 0);
}
.ring-offset-typography-link-hover\/10 {
  --tw-ring-offset-color: rgb(215 164 242 / 0.1);
}
.ring-offset-typography-link-hover\/100 {
  --tw-ring-offset-color: rgb(215 164 242 / 1);
}
.ring-offset-typography-link-hover\/20 {
  --tw-ring-offset-color: rgb(215 164 242 / 0.2);
}
.ring-offset-typography-link-hover\/25 {
  --tw-ring-offset-color: rgb(215 164 242 / 0.25);
}
.ring-offset-typography-link-hover\/30 {
  --tw-ring-offset-color: rgb(215 164 242 / 0.3);
}
.ring-offset-typography-link-hover\/40 {
  --tw-ring-offset-color: rgb(215 164 242 / 0.4);
}
.ring-offset-typography-link-hover\/5 {
  --tw-ring-offset-color: rgb(215 164 242 / 0.05);
}
.ring-offset-typography-link-hover\/50 {
  --tw-ring-offset-color: rgb(215 164 242 / 0.5);
}
.ring-offset-typography-link-hover\/60 {
  --tw-ring-offset-color: rgb(215 164 242 / 0.6);
}
.ring-offset-typography-link-hover\/70 {
  --tw-ring-offset-color: rgb(215 164 242 / 0.7);
}
.ring-offset-typography-link-hover\/75 {
  --tw-ring-offset-color: rgb(215 164 242 / 0.75);
}
.ring-offset-typography-link-hover\/80 {
  --tw-ring-offset-color: rgb(215 164 242 / 0.8);
}
.ring-offset-typography-link-hover\/90 {
  --tw-ring-offset-color: rgb(215 164 242 / 0.9);
}
.ring-offset-typography-link-hover\/95 {
  --tw-ring-offset-color: rgb(215 164 242 / 0.95);
}
.ring-offset-typography-link-hover\/state-disabled {
  --tw-ring-offset-color: rgb(215 164 242 / 0.5);
}
.ring-offset-typography-link-hover\/state-enabled {
  --tw-ring-offset-color: rgb(215 164 242 / 1);
}
.ring-offset-typography-muted {
  --tw-ring-offset-color: rgb(156, 163, 175);
}
.ring-offset-typography-muted\/0 {
  --tw-ring-offset-color: rgb(156 163 175 / 0);
}
.ring-offset-typography-muted\/10 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.1);
}
.ring-offset-typography-muted\/100 {
  --tw-ring-offset-color: rgb(156 163 175 / 1);
}
.ring-offset-typography-muted\/20 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.2);
}
.ring-offset-typography-muted\/25 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.25);
}
.ring-offset-typography-muted\/30 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.3);
}
.ring-offset-typography-muted\/40 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.4);
}
.ring-offset-typography-muted\/5 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.05);
}
.ring-offset-typography-muted\/50 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.5);
}
.ring-offset-typography-muted\/60 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.6);
}
.ring-offset-typography-muted\/70 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.7);
}
.ring-offset-typography-muted\/75 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.75);
}
.ring-offset-typography-muted\/80 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.8);
}
.ring-offset-typography-muted\/90 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.9);
}
.ring-offset-typography-muted\/95 {
  --tw-ring-offset-color: rgb(156 163 175 / 0.95);
}
.ring-offset-typography-muted\/state-disabled {
  --tw-ring-offset-color: rgb(156 163 175 / 0.5);
}
.ring-offset-typography-muted\/state-enabled {
  --tw-ring-offset-color: rgb(156 163 175 / 1);
}
.ring-offset-typography-on-accent {
  --tw-ring-offset-color: rgb(64, 64, 64);
}
.ring-offset-typography-on-accent\/0 {
  --tw-ring-offset-color: rgb(64 64 64 / 0);
}
.ring-offset-typography-on-accent\/10 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.1);
}
.ring-offset-typography-on-accent\/100 {
  --tw-ring-offset-color: rgb(64 64 64 / 1);
}
.ring-offset-typography-on-accent\/20 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.2);
}
.ring-offset-typography-on-accent\/25 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.25);
}
.ring-offset-typography-on-accent\/30 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.3);
}
.ring-offset-typography-on-accent\/40 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.4);
}
.ring-offset-typography-on-accent\/5 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.05);
}
.ring-offset-typography-on-accent\/50 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.5);
}
.ring-offset-typography-on-accent\/60 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.6);
}
.ring-offset-typography-on-accent\/70 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.7);
}
.ring-offset-typography-on-accent\/75 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.75);
}
.ring-offset-typography-on-accent\/80 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.8);
}
.ring-offset-typography-on-accent\/90 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.9);
}
.ring-offset-typography-on-accent\/95 {
  --tw-ring-offset-color: rgb(64 64 64 / 0.95);
}
.ring-offset-typography-on-accent\/state-disabled {
  --tw-ring-offset-color: rgb(64 64 64 / 0.5);
}
.ring-offset-typography-on-accent\/state-enabled {
  --tw-ring-offset-color: rgb(64 64 64 / 1);
}
.ring-offset-typography-subtle {
  --tw-ring-offset-color: rgb(229, 231, 235);
}
.ring-offset-typography-subtle\/0 {
  --tw-ring-offset-color: rgb(229 231 235 / 0);
}
.ring-offset-typography-subtle\/10 {
  --tw-ring-offset-color: rgb(229 231 235 / 0.1);
}
.ring-offset-typography-subtle\/100 {
  --tw-ring-offset-color: rgb(229 231 235 / 1);
}
.ring-offset-typography-subtle\/20 {
  --tw-ring-offset-color: rgb(229 231 235 / 0.2);
}
.ring-offset-typography-subtle\/25 {
  --tw-ring-offset-color: rgb(229 231 235 / 0.25);
}
.ring-offset-typography-subtle\/30 {
  --tw-ring-offset-color: rgb(229 231 235 / 0.3);
}
.ring-offset-typography-subtle\/40 {
  --tw-ring-offset-color: rgb(229 231 235 / 0.4);
}
.ring-offset-typography-subtle\/5 {
  --tw-ring-offset-color: rgb(229 231 235 / 0.05);
}
.ring-offset-typography-subtle\/50 {
  --tw-ring-offset-color: rgb(229 231 235 / 0.5);
}
.ring-offset-typography-subtle\/60 {
  --tw-ring-offset-color: rgb(229 231 235 / 0.6);
}
.ring-offset-typography-subtle\/70 {
  --tw-ring-offset-color: rgb(229 231 235 / 0.7);
}
.ring-offset-typography-subtle\/75 {
  --tw-ring-offset-color: rgb(229 231 235 / 0.75);
}
.ring-offset-typography-subtle\/80 {
  --tw-ring-offset-color: rgb(229 231 235 / 0.8);
}
.ring-offset-typography-subtle\/90 {
  --tw-ring-offset-color: rgb(229 231 235 / 0.9);
}
.ring-offset-typography-subtle\/95 {
  --tw-ring-offset-color: rgb(229 231 235 / 0.95);
}
.ring-offset-typography-subtle\/state-disabled {
  --tw-ring-offset-color: rgb(229 231 235 / 0.5);
}
.ring-offset-typography-subtle\/state-enabled {
  --tw-ring-offset-color: rgb(229 231 235 / 1);
}
.ring-offset-typography-success {
  --tw-ring-offset-color: rgb(74, 222, 128);
}
.ring-offset-typography-success\/0 {
  --tw-ring-offset-color: rgb(74 222 128 / 0);
}
.ring-offset-typography-success\/10 {
  --tw-ring-offset-color: rgb(74 222 128 / 0.1);
}
.ring-offset-typography-success\/100 {
  --tw-ring-offset-color: rgb(74 222 128 / 1);
}
.ring-offset-typography-success\/20 {
  --tw-ring-offset-color: rgb(74 222 128 / 0.2);
}
.ring-offset-typography-success\/25 {
  --tw-ring-offset-color: rgb(74 222 128 / 0.25);
}
.ring-offset-typography-success\/30 {
  --tw-ring-offset-color: rgb(74 222 128 / 0.3);
}
.ring-offset-typography-success\/40 {
  --tw-ring-offset-color: rgb(74 222 128 / 0.4);
}
.ring-offset-typography-success\/5 {
  --tw-ring-offset-color: rgb(74 222 128 / 0.05);
}
.ring-offset-typography-success\/50 {
  --tw-ring-offset-color: rgb(74 222 128 / 0.5);
}
.ring-offset-typography-success\/60 {
  --tw-ring-offset-color: rgb(74 222 128 / 0.6);
}
.ring-offset-typography-success\/70 {
  --tw-ring-offset-color: rgb(74 222 128 / 0.7);
}
.ring-offset-typography-success\/75 {
  --tw-ring-offset-color: rgb(74 222 128 / 0.75);
}
.ring-offset-typography-success\/80 {
  --tw-ring-offset-color: rgb(74 222 128 / 0.8);
}
.ring-offset-typography-success\/90 {
  --tw-ring-offset-color: rgb(74 222 128 / 0.9);
}
.ring-offset-typography-success\/95 {
  --tw-ring-offset-color: rgb(74 222 128 / 0.95);
}
.ring-offset-typography-success\/state-disabled {
  --tw-ring-offset-color: rgb(74 222 128 / 0.5);
}
.ring-offset-typography-success\/state-enabled {
  --tw-ring-offset-color: rgb(74 222 128 / 1);
}
.ring-offset-typography-warning {
  --tw-ring-offset-color: rgb(251, 146, 60);
}
.ring-offset-typography-warning\/0 {
  --tw-ring-offset-color: rgb(251 146 60 / 0);
}
.ring-offset-typography-warning\/10 {
  --tw-ring-offset-color: rgb(251 146 60 / 0.1);
}
.ring-offset-typography-warning\/100 {
  --tw-ring-offset-color: rgb(251 146 60 / 1);
}
.ring-offset-typography-warning\/20 {
  --tw-ring-offset-color: rgb(251 146 60 / 0.2);
}
.ring-offset-typography-warning\/25 {
  --tw-ring-offset-color: rgb(251 146 60 / 0.25);
}
.ring-offset-typography-warning\/30 {
  --tw-ring-offset-color: rgb(251 146 60 / 0.3);
}
.ring-offset-typography-warning\/40 {
  --tw-ring-offset-color: rgb(251 146 60 / 0.4);
}
.ring-offset-typography-warning\/5 {
  --tw-ring-offset-color: rgb(251 146 60 / 0.05);
}
.ring-offset-typography-warning\/50 {
  --tw-ring-offset-color: rgb(251 146 60 / 0.5);
}
.ring-offset-typography-warning\/60 {
  --tw-ring-offset-color: rgb(251 146 60 / 0.6);
}
.ring-offset-typography-warning\/70 {
  --tw-ring-offset-color: rgb(251 146 60 / 0.7);
}
.ring-offset-typography-warning\/75 {
  --tw-ring-offset-color: rgb(251 146 60 / 0.75);
}
.ring-offset-typography-warning\/80 {
  --tw-ring-offset-color: rgb(251 146 60 / 0.8);
}
.ring-offset-typography-warning\/90 {
  --tw-ring-offset-color: rgb(251 146 60 / 0.9);
}
.ring-offset-typography-warning\/95 {
  --tw-ring-offset-color: rgb(251 146 60 / 0.95);
}
.ring-offset-typography-warning\/state-disabled {
  --tw-ring-offset-color: rgb(251 146 60 / 0.5);
}
.ring-offset-typography-warning\/state-enabled {
  --tw-ring-offset-color: rgb(251 146 60 / 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);
}
.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-0 {
  --tw-backdrop-blur: blur(0);
  -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-2xl {
  --tw-backdrop-blur: blur(40px);
  -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-3xl {
  --tw-backdrop-blur: blur(64px);
  -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-\[12px\] {
  --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-backgroundBlur-button {
  --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-backgroundBlur-overlay {
  --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-backgroundBlur-panel {
  --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-none {
  --tw-backdrop-blur: blur(0);
  -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-brightness-0 {
  --tw-backdrop-brightness: brightness(0);
  -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-brightness-100 {
  --tw-backdrop-brightness: brightness(1);
  -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-brightness-105 {
  --tw-backdrop-brightness: brightness(1.05);
  -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-brightness-110 {
  --tw-backdrop-brightness: brightness(1.1);
  -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-brightness-125 {
  --tw-backdrop-brightness: brightness(1.25);
  -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-brightness-150 {
  --tw-backdrop-brightness: brightness(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);
}
.backdrop-brightness-200 {
  --tw-backdrop-brightness: brightness(2);
  -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-brightness-50 {
  --tw-backdrop-brightness: brightness(.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);
}
.backdrop-brightness-75 {
  --tw-backdrop-brightness: brightness(.75);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-brightness-90 {
  --tw-backdrop-brightness: brightness(.9);
  -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-brightness-95 {
  --tw-backdrop-brightness: brightness(.95);
  -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-contrast-0 {
  --tw-backdrop-contrast: contrast(0);
  -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-contrast-100 {
  --tw-backdrop-contrast: contrast(1);
  -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-contrast-125 {
  --tw-backdrop-contrast: contrast(1.25);
  -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-contrast-150 {
  --tw-backdrop-contrast: contrast(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);
}
.backdrop-contrast-200 {
  --tw-backdrop-contrast: contrast(2);
  -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-contrast-50 {
  --tw-backdrop-contrast: contrast(.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);
}
.backdrop-contrast-75 {
  --tw-backdrop-contrast: contrast(.75);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-grayscale {
  --tw-backdrop-grayscale: grayscale(100%);
  -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-grayscale-0 {
  --tw-backdrop-grayscale: grayscale(0);
  -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-hue-rotate-0 {
  --tw-backdrop-hue-rotate: hue-rotate(-0deg);
  -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-hue-rotate-15 {
  --tw-backdrop-hue-rotate: hue-rotate(-15deg);
  -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-hue-rotate-180 {
  --tw-backdrop-hue-rotate: hue-rotate(-180deg);
  -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-hue-rotate-30 {
  --tw-backdrop-hue-rotate: hue-rotate(-30deg);
  -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-hue-rotate-60 {
  --tw-backdrop-hue-rotate: hue-rotate(-60deg);
  -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-hue-rotate-90 {
  --tw-backdrop-hue-rotate: hue-rotate(-90deg);
  -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-hue-rotate-0 {
  --tw-backdrop-hue-rotate: hue-rotate(0deg);
  -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-hue-rotate-15 {
  --tw-backdrop-hue-rotate: hue-rotate(15deg);
  -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-hue-rotate-180 {
  --tw-backdrop-hue-rotate: hue-rotate(180deg);
  -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-hue-rotate-30 {
  --tw-backdrop-hue-rotate: hue-rotate(30deg);
  -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-hue-rotate-60 {
  --tw-backdrop-hue-rotate: hue-rotate(60deg);
  -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-hue-rotate-90 {
  --tw-backdrop-hue-rotate: hue-rotate(90deg);
  -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-invert {
  --tw-backdrop-invert: invert(100%);
  -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-invert-0 {
  --tw-backdrop-invert: invert(0);
  -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-0 {
  --tw-backdrop-opacity: opacity(0);
  -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-10 {
  --tw-backdrop-opacity: opacity(0.1);
  -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-100 {
  --tw-backdrop-opacity: opacity(1);
  -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-20 {
  --tw-backdrop-opacity: opacity(0.2);
  -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-25 {
  --tw-backdrop-opacity: opacity(0.25);
  -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-30 {
  --tw-backdrop-opacity: opacity(0.3);
  -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-40 {
  --tw-backdrop-opacity: opacity(0.4);
  -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-5 {
  --tw-backdrop-opacity: opacity(0.05);
  -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-50 {
  --tw-backdrop-opacity: opacity(0.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);
}
.backdrop-opacity-60 {
  --tw-backdrop-opacity: opacity(0.6);
  -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-70 {
  --tw-backdrop-opacity: opacity(0.7);
  -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-75 {
  --tw-backdrop-opacity: opacity(0.75);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-opacity-80 {
  --tw-backdrop-opacity: opacity(0.8);
  -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-90 {
  --tw-backdrop-opacity: opacity(0.9);
  -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-95 {
  --tw-backdrop-opacity: opacity(0.95);
  -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-state-disabled {
  --tw-backdrop-opacity: opacity(0.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);
}
.backdrop-opacity-state-enabled {
  --tw-backdrop-opacity: opacity(1);
  -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-0 {
  --tw-backdrop-saturate: saturate(0);
  -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-100 {
  --tw-backdrop-saturate: saturate(1);
  -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);
}
.backdrop-saturate-200 {
  --tw-backdrop-saturate: saturate(2);
  -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-50 {
  --tw-backdrop-saturate: saturate(.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);
}
.backdrop-sepia {
  --tw-backdrop-sepia: sepia(100%);
  -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-sepia-0 {
  --tw-backdrop-sepia: sepia(0);
  -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-filter {
  -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-filter-none {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear {
  transition-timing-function: linear;
}
.\[appearance\:textfield\] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

body {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #0D0D0D var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 13 13 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #411133 var(--tw-gradient-to-position);
  background-repeat: no-repeat;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

.hover\:tabs-tab-underline--active:hover {
  color: rgb(255, 255, 255);
  border-bottom: 2px solid rgb(205, 141, 239);
  background-color: rgba(205, 141, 239, 0);
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:top-1\/2::before {
  content: var(--tw-content);
  top: 50%;
}

.before\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}

.before\:w-1::before {
  content: var(--tw-content);
  width: 4px;
}

.before\:-translate-y-1\/2::before {
  content: var(--tw-content);
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.before\:bg-primary-dark-1::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(152 150 242 / var(--tw-bg-opacity));
}

.before\:opacity-0::before {
  content: var(--tw-content);
  opacity: 0;
}

.before\:opacity-100::before {
  content: var(--tw-content);
  opacity: 1;
}

.before\:transition-all::before {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.before\:duration-300::before {
  content: var(--tw-content);
  transition-duration: 300ms;
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:inset-0::after {
  content: var(--tw-content);
  inset: 0px;
}

.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}

.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}

.after\:block::after {
  content: var(--tw-content);
  display: block;
}

.after\:h-0::after {
  content: var(--tw-content);
  height: 0px;
}

.after\:h-\[3px\]::after {
  content: var(--tw-content);
  height: 3px;
}

.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}

.after\:bg-current::after {
  content: var(--tw-content);
  background-color: currentColor;
}

.after\:bg-gradient-to-b::after {
  content: var(--tw-content);
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.after\:from-\[rgba\(0\2c 0\2c 0\2c 0\)\]::after {
  content: var(--tw-content);
  --tw-gradient-from: rgba(0,0,0,0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.after\:to-\[rgba\(0\2c 0\2c 0\2c \.6\)\]::after {
  content: var(--tw-content);
  --tw-gradient-to: rgba(0,0,0,.6) var(--tw-gradient-to-position);
}

.after\:pb-full::after {
  content: var(--tw-content);
  padding-bottom: 100%;
}

.after\:opacity-0::after {
  content: var(--tw-content);
  opacity: 0;
}

.after\:opacity-100::after {
  content: var(--tw-content);
  opacity: 1;
}

.after\:transition-all::after {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.after\:transition-colors::after {
  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: 150ms;
}

.after\:duration-300::after {
  content: var(--tw-content);
  transition-duration: 300ms;
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

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

.last\:pr-0:last-child {
  padding-right: 0px;
}

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

.hover\:border-\[\#009CDE\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 156 222 / var(--tw-border-opacity));
}

.hover\:border-\[\#0c8bd9\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(12 139 217 / var(--tw-border-opacity));
}

.hover\:bg-\[\#0c8bd9\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(12 139 217 / var(--tw-bg-opacity));
}

.hover\:bg-primary-dark-1:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(152 150 242 / var(--tw-bg-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.hover\:before\:opacity-100:hover::before {
  content: var(--tw-content);
  opacity: 1;
}

.hover\:after\:to-\[rgba\(0\2c 0\2c 0\2c \.7\)\]:hover::after {
  content: var(--tw-content);
  --tw-gradient-to: rgba(0,0,0,.7) var(--tw-gradient-to-position);
}

.hover\:after\:opacity-100:hover::after {
  content: var(--tw-content);
  opacity: 1;
}

.active\:border-\[\#0a6ca9\]:active {
  --tw-border-opacity: 1;
  border-color: rgb(10 108 169 / var(--tw-border-opacity));
}

.active\:bg-\[\#0a6ca9\]:active {
  --tw-bg-opacity: 1;
  background-color: rgb(10 108 169 / var(--tw-bg-opacity));
}

.active\:text-white:active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.group:hover .group-hover\:visible {
  visibility: visible;
}

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

@media not all and (min-width: 768px) {

  .max-md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 640px) {

  .sm\:left-4 {
    left: 16px;
  }

  .sm\:col-start-3 {
    grid-column-start: 3;
  }

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

  .sm\:my-2 {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .sm\:my-\[15px\] {
    margin-top: 15px;
    margin-bottom: 15px;
  }

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

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

  .sm\:mr-12 {
    margin-right: 48px;
  }

  .sm\:mr-2 {
    margin-right: 8px;
  }

  .sm\:mr-2\.5 {
    margin-right: 0.625rem;
  }

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

  .sm\:mt-12 {
    margin-top: 48px;
  }

  .sm\:mt-8 {
    margin-top: 32px;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-12 {
    height: 48px;
  }

  .sm\:h-5 {
    height: 20px;
  }

  .sm\:w-12 {
    width: 48px;
  }

  .sm\:w-5 {
    width: 20px;
  }

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

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

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

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

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

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

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

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

  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .sm\: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));
  }

  .sm\:justify-self-start {
    justify-self: start;
  }

  .sm\:object-left {
    -o-object-position: left;
       object-position: left;
  }

  .sm\:p-6 {
    padding: 24px;
  }

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

  .sm\:px-8 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .sm\:py-3 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .sm\:pb-4 {
    padding-bottom: 16px;
  }

  .sm\:pb-6 {
    padding-bottom: 24px;
  }

  .sm\:pr-2 {
    padding-right: 8px;
  }

  .sm\:pt-4 {
    padding-top: 16px;
  }

  .sm\:pt-8 {
    padding-top: 32px;
  }

  .sm\:text-base {
    font-size: 16px;
  }

  .sm\:text-sm {
    font-size: 14px;
  }

  .sm\:text-xl {
    font-size: 20px;
  }
}

@media (min-width: 768px) {

  .md\:right-10 {
    right: 40px;
  }

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-12 {
    height: 48px;
  }

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

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

  .md\:w-12 {
    width: 48px;
  }

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

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

  .md\:max-w-\[calc\(100vw_-_4rem\)\] {
    max-width: calc(100vw - 4rem);
  }

  .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-\[minmax\(350px\2c _1fr\)_1fr\] {
    grid-template-columns: minmax(350px, 1fr) 1fr;
  }

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

  .md\:justify-center {
    justify-content: center;
  }

  .md\:gap-20 {
    gap: 80px;
  }

  .md\:gap-6 {
    gap: 24px;
  }

  .md\:gap-\[15\%\] {
    gap: 15%;
  }

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

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

  .md\:\!px-6 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

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

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

  .md\:py-2 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .md\:py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

@media (min-width: 1024px) {

  .lg\:sticky {
    position: sticky;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[350px\] {
    height: 350px;
  }

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

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

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

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

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

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

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

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

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

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

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

  .lg\:justify-start {
    justify-content: flex-start;
  }

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

  .lg\: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));
  }

  .lg\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24px * var(--tw-space-y-reverse));
  }

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

  .lg\:p-4 {
    padding: 16px;
  }

  .lg\:p-6 {
    padding: 24px;
  }

  .lg\:px-6 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .lg\:py-\[120px\] {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .lg\:pr-20 {
    padding-right: 80px;
  }

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

@media (min-width: 1280px) {

  .xl\:relative {
    position: relative;
  }

  .xl\:mr-12 {
    margin-right: 48px;
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

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

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

  .xl\:w-2\/5 {
    width: 40%;
  }

  .xl\:w-5\/12 {
    width: 41.666667%;
  }

  .xl\:max-w-\[60\%\] {
    max-width: 60%;
  }

  .xl\: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));
  }

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

  .xl\:gap-8 {
    gap: 32px;
  }

  .xl\:p-8 {
    padding: 32px;
  }

  .xl\:px-10 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .xl\:px-6 {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width: 1536px) {

  .\32xl\:px-8 {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.\[\&\:\:-webkit-inner-spin-button\]\:appearance-none::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
}

.\[\&\:\:-webkit-outer-spin-button\]\:appearance-none::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
}

.\[\&\>a\]\:px-0>a {
  padding-left: 0px;
  padding-right: 0px;
}

.\[\&\>div\]\:h-full>div {
  height: 100%;
}
:root, :host {
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Solid';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Regular';
  --fa-font-light: normal 300 1em/1 'Font Awesome 6 Light';
  --fa-font-thin: normal 100 1em/1 'Font Awesome 6 Thin';
  --fa-font-duotone: normal 900 1em/1 'Font Awesome 6 Duotone';
  --fa-font-sharp-solid: normal 900 1em/1 'Font Awesome 6 Sharp';
  --fa-font-sharp-regular: normal 400 1em/1 'Font Awesome 6 Sharp';
  --fa-font-sharp-light: normal 300 1em/1 'Font Awesome 6 Sharp';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; }

svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
  overflow: visible;
  box-sizing: content-box; }

.svg-inline--fa {
  display: var(--fa-display, inline-block);
  height: 1em;
  overflow: visible;
  vertical-align: -.125em; }
  .svg-inline--fa.fa-2xs {
    vertical-align: 0.1em; }
  .svg-inline--fa.fa-xs {
    vertical-align: 0em; }
  .svg-inline--fa.fa-sm {
    vertical-align: -0.07143em; }
  .svg-inline--fa.fa-lg {
    vertical-align: -0.2em; }
  .svg-inline--fa.fa-xl {
    vertical-align: -0.25em; }
  .svg-inline--fa.fa-2xl {
    vertical-align: -0.3125em; }
  .svg-inline--fa.fa-pull-left {
    margin-right: var(--fa-pull-margin, 0.3em);
    width: auto; }
  .svg-inline--fa.fa-pull-right {
    margin-left: var(--fa-pull-margin, 0.3em);
    width: auto; }
  .svg-inline--fa.fa-li {
    width: var(--fa-li-width, 2em);
    top: 0.25em; }
  .svg-inline--fa.fa-fw {
    width: var(--fa-fw-width, 1.25em); }

.fa-layers svg.svg-inline--fa {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0; }

.fa-layers-text, .fa-layers-counter {
  display: inline-block;
  position: absolute;
  text-align: center; }

.fa-layers {
  display: inline-block;
  height: 1em;
  position: relative;
  text-align: center;
  vertical-align: -.125em;
  width: 1em; }
  .fa-layers svg.svg-inline--fa {
    transform-origin: center center; }

.fa-layers-text {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center; }

.fa-layers-counter {
  background-color: var(--fa-counter-background-color, #ff253a);
  border-radius: var(--fa-counter-border-radius, 1em);
  box-sizing: border-box;
  color: var(--fa-inverse, #fff);
  line-height: var(--fa-counter-line-height, 1);
  max-width: var(--fa-counter-max-width, 5em);
  min-width: var(--fa-counter-min-width, 1.5em);
  overflow: hidden;
  padding: var(--fa-counter-padding, 0.25em 0.5em);
  right: var(--fa-right, 0);
  text-overflow: ellipsis;
  top: var(--fa-top, 0);
  transform: scale(var(--fa-counter-scale, 0.25));
  transform-origin: top right; }

.fa-layers-bottom-right {
  bottom: var(--fa-bottom, 0);
  right: var(--fa-right, 0);
  top: auto;
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: bottom right; }

.fa-layers-bottom-left {
  bottom: var(--fa-bottom, 0);
  left: var(--fa-left, 0);
  right: auto;
  top: auto;
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: bottom left; }

.fa-layers-top-right {
  top: var(--fa-top, 0);
  right: var(--fa-right, 0);
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: top right; }

.fa-layers-top-left {
  left: var(--fa-left, 0);
  right: auto;
  top: var(--fa-top, 0);
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: top left; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em; }

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em; }

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em; }

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em; }

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em; }

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit; }

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em); }

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em); }

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin-reverse {
  --fa-animation-direction: reverse; }

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8)); }

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s; } }

@keyframes fa-beat {
  0%, 90% {
    transform: scale(1); }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25)); } }

@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0); }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    transform: scale(1, 1) translateY(0); }
  100% {
    transform: scale(1, 1) translateY(0); } }

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1); }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@keyframes fa-shake {
  0% {
    transform: rotate(-15deg); }
  4% {
    transform: rotate(15deg); }
  8%, 24% {
    transform: rotate(-18deg); }
  12%, 28% {
    transform: rotate(18deg); }
  16% {
    transform: rotate(-22deg); }
  20% {
    transform: rotate(22deg); }
  32% {
    transform: rotate(-12deg); }
  36% {
    transform: rotate(12deg); }
  40%, 100% {
    transform: rotate(0deg); } }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.fa-rotate-90 {
  transform: rotate(90deg); }

.fa-rotate-180 {
  transform: rotate(180deg); }

.fa-rotate-270 {
  transform: rotate(270deg); }

.fa-flip-horizontal {
  transform: scale(-1, 1); }

.fa-flip-vertical {
  transform: scale(1, -1); }

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1); }

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none)); }

.fa-stack {
  display: inline-block;
  vertical-align: middle;
  height: 2em;
  position: relative;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: var(--fa-stack-z-index, auto); }

.svg-inline--fa.fa-stack-1x {
  height: 1em;
  width: 1.25em; }

.svg-inline--fa.fa-stack-2x {
  height: 2em;
  width: 2.5em; }

.fa-inverse {
  color: var(--fa-inverse, #fff); }

.sr-only,
.fa-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; }

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.svg-inline--fa .fa-primary {
  fill: var(--fa-primary-color, currentColor);
  opacity: var(--fa-primary-opacity, 1); }

.svg-inline--fa .fa-secondary {
  fill: var(--fa-secondary-color, currentColor);
  opacity: var(--fa-secondary-opacity, 0.4); }

.svg-inline--fa.fa-swap-opacity .fa-primary {
  opacity: var(--fa-secondary-opacity, 0.4); }

.svg-inline--fa.fa-swap-opacity .fa-secondary {
  opacity: var(--fa-primary-opacity, 1); }

.svg-inline--fa mask .fa-primary,
.svg-inline--fa mask .fa-secondary {
  fill: black; }

.fad.fa-inverse,
.fa-duotone.fa-inverse {
  color: var(--fa-inverse, #fff); }

