/*
! tailwindcss v3.3.1 | 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!important;
  /* 1 */
  border-width: 0!important;
  /* 2 */
  border-style: solid!important;
  /* 2 */
  border-color: #e5e7eb!important;
  /* 2 */
}

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

/*
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!important;
  /* 1 */
  -webkit-text-size-adjust: 100%!important;
  /* 2 */
  -moz-tab-size: 4!important;
  /* 3 */
  -o-tab-size: 4!important;
     tab-size: 4!important;
  /* 3 */
  font-family: 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"!important;
  /* 4 */
  font-feature-settings: normal!important;
  /* 5 */
  font-variation-settings: normal!important;
  /* 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!important;
  /* 1 */
  line-height: inherit!important;
  /* 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!important;
  /* 1 */
  color: inherit!important;
  /* 2 */
  border-top-width: 1px!important;
  /* 3 */
}

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder!important;
}

/*
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: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace!important;
  /* 1 */
  font-size: 1em!important;
  /* 2 */
}

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

small {
  font-size: 80%!important;
}

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

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

sub {
  bottom: -0.25em!important;
}

sup {
  top: -0.5em!important;
}

/*
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!important;
  /* 1 */
  border-color: inherit!important;
  /* 2 */
  border-collapse: collapse!important;
  /* 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!important;
  /* 1 */
  font-size: 100%!important;
  /* 1 */
  font-weight: inherit!important;
  /* 1 */
  line-height: inherit!important;
  /* 1 */
  color: inherit!important;
  /* 1 */
  margin: 0!important;
  /* 2 */
  padding: 0!important;
  /* 3 */
}

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

button,
select {
  text-transform: none!important;
}

/*
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!important;
  /* 1 */
  background-color: transparent!important;
  /* 2 */
  background-image: none!important;
  /* 2 */
}

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

:-moz-focusring {
  outline: auto!important;
}

/*
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!important;
}

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

progress {
  vertical-align: baseline!important;
}

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

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

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

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

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

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

/*
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!important;
  /* 1 */
  font: inherit!important;
  /* 2 */
}

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

summary {
  display: list-item!important;
}

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

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

fieldset {
  margin: 0!important;
  padding: 0!important;
}

legend {
  padding: 0!important;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical!important;
}

/*
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!important;
  /* 1 */
  color: #9ca3af!important;
  /* 2 */
}

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default!important;
}

/*
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!important;
  /* 1 */
  vertical-align: middle!important;
  /* 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%!important;
  height: auto!important;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none!important;
}

:root,
[data-theme] {
  background-color: hsla(var(--b1) / var(--tw-bg-opacity, 1))!important;
  color: hsla(var(--bc) / var(--tw-text-opacity, 1))!important;
}

html {
  -webkit-tap-highlight-color: transparent!important;
}

:root {
  color-scheme: light!important;
  --pf: 258.89 94.378% 40.941%!important;
  --sf: 314 100% 37.647%!important;
  --af: 174 60% 40.784%!important;
  --nf: 219 14.085% 22.275%!important;
  --in: 198 93% 60%!important;
  --su: 158 64% 52%!important;
  --wa: 43 96% 56%!important;
  --er: 0 91% 71%!important;
  --inc: 198 100% 12%!important;
  --suc: 158 100% 10%!important;
  --wac: 43 100% 11%!important;
  --erc: 0 100% 14%!important;
  --rounded-box: 1rem!important;
  --rounded-btn: 0.5rem!important;
  --rounded-badge: 1.9rem!important;
  --animation-btn: 0.25s!important;
  --animation-input: .2s!important;
  --btn-text-case: uppercase!important;
  --btn-focus-scale: 0.95!important;
  --border-btn: 1px!important;
  --tab-border: 1px!important;
  --tab-radius: 0.5rem!important;
  --p: 258.89 94.378% 51.176%!important;
  --pc: 0 0% 100%!important;
  --s: 314 100% 47.059%!important;
  --sc: 0 0% 100%!important;
  --a: 174 60% 50.98%!important;
  --ac: 174.71 43.59% 15.294%!important;
  --n: 219 14.085% 27.843%!important;
  --nc: 0 0% 100%!important;
  --b1: 0 0% 100%!important;
  --b2: 0 0% 94.902%!important;
  --b3: 180 1.9608% 90%!important;
  --bc: 215 27.907% 16.863%!important;
}

@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: dark!important;
    --pf: 262.35 80.315% 40.157%!important;
    --sf: 315.75 70.196% 40%!important;
    --af: 174.69 70.335% 32.784%!important;
    --in: 198 93% 60%!important;
    --su: 158 64% 52%!important;
    --wa: 43 96% 56%!important;
    --er: 0 91% 71%!important;
    --inc: 198 100% 12%!important;
    --suc: 158 100% 10%!important;
    --wac: 43 100% 11%!important;
    --erc: 0 100% 14%!important;
    --rounded-box: 1rem!important;
    --rounded-btn: 0.5rem!important;
    --rounded-badge: 1.9rem!important;
    --animation-btn: 0.25s!important;
    --animation-input: .2s!important;
    --btn-text-case: uppercase!important;
    --btn-focus-scale: 0.95!important;
    --border-btn: 1px!important;
    --tab-border: 1px!important;
    --tab-radius: 0.5rem!important;
    --p: 262.35 80.315% 50.196%!important;
    --pc: 0 0% 100%!important;
    --s: 315.75 70.196% 50%!important;
    --sc: 0 0% 100%!important;
    --a: 174.69 70.335% 40.98%!important;
    --ac: 0 0% 100%!important;
    --n: 218.18 18.033% 11.961%!important;
    --nf: 222.86 17.073% 8.0392%!important;
    --nc: 220 13.376% 69.216%!important;
    --b1: 220 17.647% 20%!important;
    --b2: 220 17.241% 17.059%!important;
    --b3: 218.57 17.949% 15.294%!important;
    --bc: 220 13.376% 69.216%!important;
  }
}

[data-theme=light] {
  color-scheme: light!important;
  --pf: 258.89 94.378% 40.941%!important;
  --sf: 314 100% 37.647%!important;
  --af: 174 60% 40.784%!important;
  --nf: 219 14.085% 22.275%!important;
  --in: 198 93% 60%!important;
  --su: 158 64% 52%!important;
  --wa: 43 96% 56%!important;
  --er: 0 91% 71%!important;
  --inc: 198 100% 12%!important;
  --suc: 158 100% 10%!important;
  --wac: 43 100% 11%!important;
  --erc: 0 100% 14%!important;
  --rounded-box: 1rem!important;
  --rounded-btn: 0.5rem!important;
  --rounded-badge: 1.9rem!important;
  --animation-btn: 0.25s!important;
  --animation-input: .2s!important;
  --btn-text-case: uppercase!important;
  --btn-focus-scale: 0.95!important;
  --border-btn: 1px!important;
  --tab-border: 1px!important;
  --tab-radius: 0.5rem!important;
  --p: 258.89 94.378% 51.176%!important;
  --pc: 0 0% 100%!important;
  --s: 314 100% 47.059%!important;
  --sc: 0 0% 100%!important;
  --a: 174 60% 50.98%!important;
  --ac: 174.71 43.59% 15.294%!important;
  --n: 219 14.085% 27.843%!important;
  --nc: 0 0% 100%!important;
  --b1: 0 0% 100%!important;
  --b2: 0 0% 94.902%!important;
  --b3: 180 1.9608% 90%!important;
  --bc: 215 27.907% 16.863%!important;
}

[data-theme=dark] {
  color-scheme: dark!important;
  --pf: 262.35 80.315% 40.157%!important;
  --sf: 315.75 70.196% 40%!important;
  --af: 174.69 70.335% 32.784%!important;
  --in: 198 93% 60%!important;
  --su: 158 64% 52%!important;
  --wa: 43 96% 56%!important;
  --er: 0 91% 71%!important;
  --inc: 198 100% 12%!important;
  --suc: 158 100% 10%!important;
  --wac: 43 100% 11%!important;
  --erc: 0 100% 14%!important;
  --rounded-box: 1rem!important;
  --rounded-btn: 0.5rem!important;
  --rounded-badge: 1.9rem!important;
  --animation-btn: 0.25s!important;
  --animation-input: .2s!important;
  --btn-text-case: uppercase!important;
  --btn-focus-scale: 0.95!important;
  --border-btn: 1px!important;
  --tab-border: 1px!important;
  --tab-radius: 0.5rem!important;
  --p: 262.35 80.315% 50.196%!important;
  --pc: 0 0% 100%!important;
  --s: 315.75 70.196% 50%!important;
  --sc: 0 0% 100%!important;
  --a: 174.69 70.335% 40.98%!important;
  --ac: 0 0% 100%!important;
  --n: 218.18 18.033% 11.961%!important;
  --nf: 222.86 17.073% 8.0392%!important;
  --nc: 220 13.376% 69.216%!important;
  --b1: 220 17.647% 20%!important;
  --b2: 220 17.241% 17.059%!important;
  --b3: 218.57 17.949% 15.294%!important;
  --bc: 220 13.376% 69.216%!important;
}

[data-theme=cupcake] {
  color-scheme: light!important;
  --pf: 183.03 47.368% 47.216%!important;
  --sf: 338.25 71.429% 62.431%!important;
  --af: 39 84.112% 46.431%!important;
  --nf: 280 46.479% 11.137%!important;
  --in: 198 93% 60%!important;
  --su: 158 64% 52%!important;
  --wa: 43 96% 56%!important;
  --er: 0 91% 71%!important;
  --pc: 183.03 100% 11.804%!important;
  --sc: 338.25 100% 15.608%!important;
  --ac: 39 100% 11.608%!important;
  --nc: 280 82.688% 82.784%!important;
  --inc: 198 100% 12%!important;
  --suc: 158 100% 10%!important;
  --wac: 43 100% 11%!important;
  --erc: 0 100% 14%!important;
  --rounded-box: 1rem!important;
  --rounded-badge: 1.9rem!important;
  --animation-btn: 0.25s!important;
  --animation-input: .2s!important;
  --btn-text-case: uppercase!important;
  --btn-focus-scale: 0.95!important;
  --border-btn: 1px!important;
  --p: 183.03 47.368% 59.02%!important;
  --s: 338.25 71.429% 78.039%!important;
  --a: 39 84.112% 58.039%!important;
  --n: 280 46.479% 13.922%!important;
  --b1: 24 33.333% 97.059%!important;
  --b2: 26.667 21.951% 91.961%!important;
  --b3: 22.5 14.286% 89.02%!important;
  --bc: 280 46.479% 13.922%!important;
  --rounded-btn: 1.9rem!important;
  --tab-border: 2px!important;
  --tab-radius: .5rem!important;
}

[data-theme=bumblebee] {
  color-scheme: light!important;
  --pf: 41.124 74.167% 42.353%!important;
  --sf: 49.901 94.393% 46.431%!important;
  --af: 240 33.333% 11.294%!important;
  --nf: 240 33.333% 11.294%!important;
  --b2: 0 0% 90%!important;
  --b3: 0 0% 81%!important;
  --in: 198 93% 60%!important;
  --su: 158 64% 52%!important;
  --wa: 43 96% 56%!important;
  --er: 0 91% 71%!important;
  --bc: 0 0% 20%!important;
  --ac: 240 60.274% 82.824%!important;
  --nc: 240 60.274% 82.824%!important;
  --inc: 198 100% 12%!important;
  --suc: 158 100% 10%!important;
  --wac: 43 100% 11%!important;
  --erc: 0 100% 14%!important;
  --rounded-box: 1rem!important;
  --rounded-btn: 0.5rem!important;
  --rounded-badge: 1.9rem!important;
  --animation-btn: 0.25s!important;
  --animation-input: .2s!important;
  --btn-text-case: uppercase!important;
  --btn-focus-scale: 0.95!important;
  --border-btn: 1px!important;
  --tab-border: 1px!important;
  --tab-radius: 0.5rem!important;
  --p: 41.124 74.167% 52.941%!important;
  --pc: 240 33.333% 14.118%!important;
  --s: 49.901 94.393% 58.039%!important;
  --sc: 240 33.333% 14.118%!important;
  --a: 240 33.333% 14.118%!important;
  --n: 240 33.333% 14.118%!important;
  --b1: 0 0% 100%!important;
}

[data-theme=emerald] {
  color-scheme: light!important;
  --pf: 141.18 50% 48%!important;
  --sf: 218.88 96.078% 48%!important;
  --af: 9.8901 81.25% 44.863%!important;
  --nf: 219.23 20.312% 20.078%!important;
  --b2: 0 0% 90%!important;
  --b3: 0 0% 81%!important;
  --in: 198 93% 60%!important;
  --su: 158 64% 52%!important;
  --wa: 43 96% 56%!important;
  --er: 0 91% 71%!important;
  --inc: 198 100% 12%!important;
  --suc: 158 100% 10%!important;
  --wac: 43 100% 11%!important;
  --erc: 0 100% 14%!important;
  --rounded-box: 1rem!important;
  --rounded-btn: 0.5rem!important;
  --rounded-badge: 1.9rem!important;
  --btn-text-case: uppercase!important;
  --border-btn: 1px!important;
  --tab-border: 1px!important;
  --tab-radius: 0.5rem!important;
  --p: 141.18 50% 60%!important;
  --pc: 151.11 28.421% 18.627%!important;
  --s: 218.88 96.078% 60%!important;
  --sc: 210 20% 98.039%!important;
  --a: 9.8901 81.25% 56.078%!important;
  --ac: 210 20% 98.039%!important;
  --n: 219.23 20.312% 25.098%!important;
  --nc: 210 20% 98.039%!important;
  --b1: 0 0% 100%!important;
  --bc: 219.23 20.312% 25.098%!important;
  --animation-btn: 0!important;
  --animation-input: 0!important;
  --btn-focus-scale: 1!important;
}

[data-theme=corporate] {
  color-scheme: light!important;
  --pf: 229.09 95.652% 51.137%!important;
  --sf: 214.91 26.316% 47.216%!important;
  --af: 154.2 49.02% 48%!important;
  --nf: 233.33 27.273% 10.353%!important;
  --b2: 0 0% 90%!important;
  --b3: 0 0% 81%!important;
  --in: 198 93% 60%!important;
  --su: 158 64% 52%!important;
  --wa: 43 96% 56%!important;
  --er: 0 91% 71%!important;
  --pc: 229.09 100% 92.784%!important;
  --sc: 214.91 100% 11.804%!important;
  --ac: 154.2 100% 12%!important;
  --inc: 198 100% 12%!important;
  --suc: 158 100% 10%!important;
  --wac: 43 100% 11%!important;
  --erc: 0 100% 14%!important;
  --btn-text-case: uppercase!important;
  --border-btn: 1px!important;
  --tab-border: 1px!important;
  --tab-radius: 0.5rem!important;
  --p: 229.09 95.652% 63.922%!important;
  --s: 214.91 26.316% 59.02%!important;
  --a: 154.2 49.02% 60%!important;
  --n: 233.33 27.273% 12.941%!important;
  --nc: 210 38.462% 94.902%!important;
  --b1: 0 0% 100%!important;
  --bc: 233.33 27.273% 12.941%!important;
  --rounded-box: 0.25rem!important;
  --rounded-btn: .125rem!important;
  --rounded-badge: .125rem!important;
  --animation-btn: 0!important;
  --animation-input: 0!important;
  --btn-focus-scale: 1!important;
}

[data-theme=synthwave] {
  color-scheme: dark!important;
  --pf: 320.73 69.62% 55.216%!important;
  --sf: 197.03 86.592% 51.922%!important;
  --af: 48 89.041% 45.647%!important;
  --nf: 253.22 60.825% 15.216%!important;
  --b2: 253.85 59.091% 23.294%!important;
  --b3: 253.85 59.091% 20.965%!important;
  --pc: 320.73 100% 13.804%!important;
  --sc: 197.03 100% 12.98%!important;
  --ac: 48 100% 11.412%!important;
  --rounded-box: 1rem!important;
  --rounded-btn: 0.5rem!important;
  --rounded-badge: 1.9rem!important;
  --animation-btn: 0.25s!important;
  --animation-input: .2s!important;
  --btn-text-case: uppercase!important;
  --btn-focus-scale: 0.95!important;
  --border-btn: 1px!important;
  --tab-border: 1px!important;
  --tab-radius: 0.5rem!important;
  --p: 320.73 69.62% 69.02%!important;
  --s: 197.03 86.592% 64.902%!important;
  --a: 48 89.041% 57.059%!important;
  --n: 253.22 60.825% 19.02%!important;
  --nc: 260 60% 98.039%!important;
  --b1: 253.85 59.091% 25.882%!important;
  --bc: 260 60% 98.039%!important;
  --in: 199.13 86.957% 63.922%!important;
  --inc: 257.45 63.218% 17.059%!important;
  --su: 168.1 74.233% 68.039%!important;
  --suc: 257.45 63.218% 17.059%!important;
  --wa: 48 89.041% 57.059%!important;
  --wac: 257.45 63.218% 17.059%!important;
  --er: 351.85 73.636% 56.863%!important;
  --erc: 260 60% 98.039%!important;
}

[data-theme=retro] {
  color-scheme: light!important;
  --pf: 2.6667 73.77% 60.863%!important;
  --sf: 144.62 27.273% 57.569%!important;
  --af: 49.024 67.213% 60.863%!important;
  --nf: 41.667 16.822% 33.569%!important;
  --inc: 221.21 100% 90.667%!important;
  --suc: 142.13 100% 87.255%!important;
  --wac: 32.133 100% 8.7451%!important;
  --erc: 0 100% 90.118%!important;
  --animation-btn: 0.25s!important;
  --animation-input: .2s!important;
  --btn-text-case: uppercase!important;
  --btn-focus-scale: 0.95!important;
  --border-btn: 1px!important;
  --tab-border: 1px!important;
  --tab-radius: 0.5rem!important;
  --p: 2.6667 73.77% 76.078%!important;
  --pc: 345 5.2632% 14.902%!important;
  --s: 144.62 27.273% 71.961%!important;
  --sc: 345 5.2632% 14.902%!important;
  --a: 49.024 67.213% 76.078%!important;
  --ac: 345 5.2632% 14.902%!important;
  --n: 41.667 16.822% 41.961%!important;
  --nc: 45 47.059% 80%!important;
  --b1: 45 47.059% 80%!important;
  --b2: 45.283 37.063% 71.961%!important;
  --b3: 42.188 35.955% 65.098%!important;
  --bc: 345 5.2632% 14.902%!important;
  --in: 221.21 83.193% 53.333%!important;
  --su: 142.13 76.216% 36.275%!important;
  --wa: 32.133 94.619% 43.725%!important;
  --er: 0 72.222% 50.588%!important;
  --rounded-box: 0.4rem!important;
  --rounded-btn: 0.4rem!important;
  --rounded-badge: 0.4rem!important;
}

[data-theme=cyberpunk] {
  color-scheme: light!important;
  --pf: 344.78 100% 58.353%!important;
  --sf: 195.12 80.392% 56%!important;
  --af: 276 74.324% 56.784%!important;
  --nf: 57.273 100% 10.353%!important;
  --b2: 56 100% 45%!important;
  --b3: 56 100% 40.5%!important;
  --in: 198 93% 60%!important;
  --su: 158 64% 52%!important;
  --wa: 43 96% 56%!important;
  --er: 0 91% 71%!important;
  --bc: 56 100% 10%!important;
  --pc: 344.78 100% 14.588%!important;
  --sc: 195.12 100% 14%!important;
  --ac: 276 100% 14.196%!important;
  --inc: 198 100% 12%!important;
  --suc: 158 100% 10%!important;
  --wac: 43 100% 11%!important;
  --erc: 0 100% 14%!important;
  --animation-btn: 0.25s!important;
  --animation-input: .2s!important;
  --btn-text-case: uppercase!important;
  --btn-focus-scale: 0.95!important;
  --border-btn: 1px!important;
  --tab-border: 1px!important;
  font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important;
  --p: 344.78 100% 72.941%!important;
  --s: 195.12 80.392% 70%!important;
  --a: 276 74.324% 70.98%!important;
  --n: 57.273 100% 12.941%!important;
  --nc: 56 100% 50%!important;
  --b1: 56 100% 50%!important;
  --rounded-box: 0!important;
  --rounded-btn: 0!important;
  --rounded-badge: 0!important;
  --tab-radius: 0!important;
}

[data-theme=valentine] {
  color-scheme: light!important;
  --pf: 353.23 73.81% 53.647%!important;
  --sf: 254.12 86.441% 61.49%!important;
  --af: 181.41 55.556% 56%!important;
  --nf: 336 42.857% 38.431%!important;
  --b2: 318.46 46.429% 80.118%!important;
  --b3: 318.46 46.429% 72.106%!important;
  --pc: 353.23 100% 13.412%!important;
  --sc: 254.12 100% 15.373%!important;
  --ac: 181.41 100% 14%!important;
  --inc: 221.21 100% 90.667%!important;
  --suc: 142.13 100% 87.255%!important;
  --wac: 32.133 100% 8.7451%!important;
  --erc: 0 100% 90.118%!important;
  --rounded-box: 1rem!important;
  --rounded-badge: 1.9rem!important;
  --animation-btn: 0.25s!important;
  --animation-input: .2s!important;
  --btn-text-case: uppercase!important;
  --btn-focus-scale: 0.95!important;
  --border-btn: 1px!important;
  --tab-border: 1px!important;
  --tab-radius: 0.5rem!important;
  --p: 353.23 73.81% 67.059%!important;
  --s: 254.12 86.441% 76.863%!important;
  --a: 181.41 55.556% 70%!important;
  --n: 336 42.857% 48.039%!important;
  --nc: 318.46 46.429% 89.02%!important;
  --b1: 318.46 46.429% 89.02%!important;
  --bc: 343.64 38.462% 28.039%!important;
  --in: 221.21 83.193% 53.333%!important;
  --su: 142.13 76.216% 36.275%!important;
  --wa: 32.133 94.619% 43.725%!important;
  --er: 0 72.222% 50.588%!important;
  --rounded-btn: 1.9rem!important;
}

[data-theme=halloween] {
  color-scheme: dark!important;
  --pf: 31.927 89.344% 41.725%!important;
  --sf: 271.22 45.794% 33.569%!important;
  --af: 91.071 100% 26.353%!important;
  --nf: 180 3.5714% 8.7843%!important;
  --b2: 0 0% 11.647%!important;
  --b3: 0 0% 10.482%!important;
  --bc: 0 0% 82.588%!important;
  --sc: 271.22 100% 88.392%!important;
  --ac: 91.071 100% 6.5882%!important;
  --nc: 180 4.8458% 82.196%!important;
  --inc: 221.21 100% 90.667%!important;
  --suc: 142.13 100% 87.255%!important;
  --wac: 32.133 100% 8.7451%!important;
  --erc: 0 100% 90.118%!important;
  --rounded-box: 1rem!important;
  --rounded-btn: 0.5rem!important;
  --rounded-badge: 1.9rem!important;
  --animation-btn: 0.25s!important;
  --animation-input: .2s!important;
  --btn-text-case: uppercase!important;
  --btn-focus-scale: 0.95!important;
  --border-btn: 1px!important;
  --tab-border: 1px!important;
  --tab-radius: 0.5rem!important;
  --p: 31.927 89.344% 52.157%!important;
  --pc: 180 7.3171% 8.0392%!important;
  --s: 271.22 45.794% 41.961%!important;
  --a: 91.071 100% 32.941%!important;
  --n: 180 3.5714% 10.98%!important;
  --b1: 0 0% 12.941%!important;
  --in: 221.21 83.193% 53.333%!important;
  --su: 142.13 76.216% 36.275%!important;
  --wa: 32.133 94.619% 43.725%!important;
  --er: 0 72.222% 50.588%!important;
}

[data-theme=garden] {
  color-scheme: light!important;
  --pf: 138.86 15.982% 34.353%!important;
  --sf: 96.923 37.143% 74.51%!important;
  --af: 0 67.742% 75.137%!important;
  --nf: 0 3.9106% 28.078%!important;
  --b2: 0 4.3478% 81.882%!important;
  --b3: 0 4.3478% 73.694%!important;
  --in: 198 93% 60%!important;
  --su: 158 64% 52%!important;
  --wa: 43 96% 56%!important;
  --er: 0 91% 71%!important;
  --pc: 138.86 100% 88.588%!important;
  --inc: 198 100% 12%!important;
  --suc: 158 100% 10%!important;
  --wac: 43 100% 11%!important;
  --erc: 0 100% 14%!important;
  --rounded-box: 1rem!important;
  --rounded-btn: 0.5rem!important;
  --rounded-badge: 1.9rem!important;
  --animation-btn: 0.25s!important;
  --animation-input: .2s!important;
  --btn-text-case: uppercase!important;
  --btn-focus-scale: 0.95!important;
  --border-btn: 1px!important;
  --tab-border: 1px!important;
  --tab-radius: 0.5rem!important;
  --p: 138.86 15.982% 42.941%!important;
  --s: 96.923 37.143% 93.137%!important;
  --sc: 96 32.468% 15.098%!important;
  --a: 0 67.742% 93.922%!important;
  --ac: 0 21.951% 16.078%!important;
  --n: 0 3.9106% 35.098%!important;
  --nc: 0 4.3478% 90.98%!important;
  --b1: 0 4.3478% 90.98%!important;
  --bc: 0 3.2258% 6.0784%!important;
}

[data-theme=forest] {
  color-scheme: dark!important;
  --pf: 141.04 71.963% 33.569%!important;
  --sf: 140.98 74.694% 38.431%!important;
  --af: 35.148 68.98% 41.569%!important;
  --nf: 0 9.6774% 4.8627%!important;
  --b2: 0 12.195% 7.2353%!important;
  --b3: 0 12.195% 6.5118%!important;
  --in: 198 93% 60%!important;
  --su: 158 64% 52%!important;
  --wa: 43 96% 56%!important;
  --er: 0 91% 71%!important;
  --bc: 0 11.727% 81.608%!important;
  --sc: 140.98 100% 9.6078%!important;
  --ac: 35.148 100% 10.392%!important;
  --nc: 0 6.8894% 81.216%!important;
  --inc: 198 100% 12%!important;
  --suc: 158 100% 10%!important;
  --wac: 43 100% 11%!important;
  --erc: 0 100% 14%!important;
  --rounded-box: 1rem!important;
  --rounded-badge: 1.9rem!important;
  --animation-btn: 0.25s!important;
  --animation-input: .2s!important;
  --btn-text-case: uppercase!important;
  --btn-focus-scale: 0.95!important;
  --border-btn: 1px!important;
  --tab-border: 1px!important;
  --tab-radius: 0.5rem!important;
  --p: 141.04 71.963% 41.961%!important;
  --pc: 140.66 100% 88.039%!important;
  --s: 140.98 74.694% 48.039%!important;
  --a: 35.148 68.98% 51.961%!important;
  --n: 0 9.6774% 6.0784%!important;
  --b1: 0 12.195% 8.0392%!important;
  --rounded-btn: 1.9rem!important;
}

[data-theme=aqua] {
  color-scheme: dark!important;
  --pf: 181.79 92.857% 39.529%!important;
  --sf: 274.41 30.909% 45.49%!important;
  --af: 47.059 100% 64%!important;
  --nf: 205.4 53.725% 40%!important;
  --b2: 218.61 52.511% 38.647%!important;
  --b3: 218.61 52.511% 34.782%!important;
  --bc: 218.61 100% 88.588%!important;
  --sc: 274.41 100% 91.373%!important;
  --ac: 47.059 100% 16%!important;
  --nc: 205.4 100% 90%!important;
  --inc: 221.21 100% 90.667%!important;
  --suc: 142.13 100% 87.255%!important;
  --wac: 32.133 100% 8.7451%!important;
  --erc: 0 100% 90.118%!important;
  --rounded-box: 1rem!important;
  --rounded-btn: 0.5rem!important;
  --rounded-badge: 1.9rem!important;
  --animation-btn: 0.25s!important;
  --animation-input: .2s!important;
  --btn-text-case: uppercase!important;
  --btn-focus-scale: 0.95!important;
  --border-btn: 1px!important;
  --tab-border: 1px!important;
  --tab-radius: 0.5rem!important;
  --p: 181.79 92.857% 49.412%!important;
  --pc: 181.41 100% 16.667%!important;
  --s: 274.41 30.909% 56.863%!important;
  --a: 47.059 100% 80%!important;
  --n: 205.4 53.725% 50%!important;
  --b1: 218.61 52.511% 42.941%!important;
  --in: 221.21 83.193% 53.333%!important;
  --su: 142.13 76.216% 36.275%!important;
  --wa: 32.133 94.619% 43.725%!important;
  --er: 0 72.222% 50.588%!important;
}

[data-theme=lofi] {
  color-scheme: light!important;
  --pf: 0 0% 4.0784%!important;
  --sf: 0 1.9608% 8%!important;
  --af: 0 0% 11.922%!important;
  --nf: 0 0% 0%!important;
  --btn-text-case: uppercase!important;
  --border-btn: 1px!important;
  --tab-border: 1px!important;
  --p: 0 0% 5.098%!important;
  --pc: 0 0% 100%!important;
  --s: 0 1.9608% 10%!important;
  --sc: 0 0% 100%!important;
  --a: 0 0% 14.902%!important;
  --ac: 0 0% 100%!important;
  --n: 0 0% 0%!important;
  --nc: 0 0% 100%!important;
  --b1: 0 0% 100%!important;
  --b2: 0 0% 94.902%!important;
  --b3: 0 1.9608% 90%!important;
  --bc: 0 0% 0%!important;
  --in: 212.35 100% 47.647%!important;
  --inc: 0 0% 100%!important;
  --su: 136.84 72.152% 46.471%!important;
  --suc: 0 0% 100%!important;
  --wa: 4.5614 100% 66.471%!important;
  --wac: 0 0% 100%!important;
  --er: 325.05 77.6% 49.02%!important;
  --erc: 0 0% 100%!important;
  --rounded-box: 0.25rem!important;
  --rounded-btn: 0.125rem!important;
  --rounded-badge: 0.125rem!important;
  --animation-btn: 0!important;
  --animation-input: 0!important;
  --btn-focus-scale: 1!important;
  --tab-radius: 0!important;
}

[data-theme=pastel] {
  color-scheme: light!important;
  --pf: 283.64 21.569% 64%!important;
  --sf: 351.63 70.492% 70.431%!important;
  --af: 158.49 54.639% 64.784%!important;
  --nf: 198.62 43.719% 48.784%!important;
  --in: 198 93% 60%!important;
  --su: 158 64% 52%!important;
  --wa: 43 96% 56%!important;
  --er: 0 91% 71%!important;
  --bc: 0 0% 20%!important;
  --pc: 283.64 59.314% 16%!important;
  --sc: 351.63 100% 17.608%!important;
  --ac: 158.49 100% 16.196%!important;
  --nc: 198.62 100% 12.196%!important;
  --inc: 198 100% 12%!important;
  --suc: 158 100% 10%!important;
  --wac: 43 100% 11%!important;
  --erc: 0 100% 14%!important;
  --rounded-box: 1rem!important;
  --rounded-badge: 1.9rem!important;
  --animation-btn: 0.25s!important;
  --animation-input: .2s!important;
  --btn-text-case: uppercase!important;
  --btn-focus-scale: 0.95!important;
  --border-btn: 1px!important;
  --tab-border: 1px!important;
  --tab-radius: 0.5rem!important;
  --p: 283.64 21.569% 80%!important;
  --s: 351.63 70.492% 88.039%!important;
  --a: 158.49 54.639% 80.98%!important;
  --n: 198.62 43.719% 60.98%!important;
  --b1: 0 0% 100%!important;
  --b2: 210 20% 98.039%!important;
  --b3: 216 12.195% 83.922%!important;
  --rounded-btn: 1.9rem!important;
}

[data-theme=fantasy] {
  color-scheme: light!important;
  --pf: 296.04 82.813% 20.078%!important;
  --sf: 200 100% 29.647%!important;
  --af: 30.894 94.378% 40.941%!important;
  --nf: 215 27.907% 13.49%!important;
  --b2: 0 0% 90%!important;
  --b3: 0 0% 81%!important;
  --in: 198 93% 60%!important;
  --su: 158 64% 52%!important;
  --wa: 43 96% 56%!important;
  --er: 0 91% 71%!important;
  --pc: 296.04 100% 85.02%!important;
  --sc: 200 100% 87.412%!important;
  --ac: 30.894 100% 10.235%!important;
  --nc: 215 62.264% 83.373%!important;
  --inc: 198 100% 12%!important;
  --suc: 158 100% 10%!important;
  --wac: 43 100% 11%!important;
  --erc: 0 100% 14%!important;
  --rounded-box: 1rem!important;
  --rounded-btn: 0.5rem!important;
  --rounded-badge: 1.9rem!important;
  --animation-btn: 0.25s!important;
  --animation-input: .2s!important;
  --btn-text-case: uppercase!important;
  --btn-focus-scale: 0.95!important;
  --border-btn: 1px!important;
  --tab-border: 1px!important;
  --tab-radius: 0.5rem!important;
  --p: 296.04 82.813% 25.098%!important;
  --s: 200 100% 37.059%!important;
  --a: 30.894 94.378% 51.176%!important;
  --n: 215 27.907% 16.863%!important;
  --b1: 0 0% 100%!important;
  --bc: 215 27.907% 16.863%!important;
}

[data-theme=wireframe] {
  color-scheme: light!important;
  --pf: 0 0% 57.725%!important;
  --sf: 0 0% 57.725%!important;
  --af: 0 0% 57.725%!important;
  --nf: 0 0% 73.725%!important;
  --bc: 0 0% 20%!important;
  --pc: 0 0% 14.431%!important;
  --sc: 0 0% 14.431%!important;
  --ac: 0 0% 14.431%!important;
  --nc: 0 0% 18.431%!important;
  --inc: 240 100% 90%!important;
  --suc: 120 100% 85.02%!important;
  --wac: 60 100% 10%!important;
  --erc: 0 100% 90%!important;
  --animation-btn: 0.25s!important;
  --animation-input: .2s!important;
  --btn-text-case: uppercase!important;
  --btn-focus-scale: 0.95!important;
  --border-btn: 1px!important;
  --tab-border: 1px!important;
  font-family: Chalkboard,comic sans ms,"sanssecondaryerif"!important;
  --p: 0 0% 72.157%!important;
  --s: 0 0% 72.157%!important;
  --a: 0 0% 72.157%!important;
  --n: 0 0% 92.157%!important;
  --b1: 0 0% 100%!important;
  --b2: 0 0% 93.333%!important;
  --b3: 0 0% 86.667%!important;
  --in: 240 100% 50%!important;
  --su: 120 100% 25.098%!important;
  --wa: 60 30.196% 50%!important;
  --er: 0 100% 50%!important;
  --rounded-box: 0.2rem!important;
  --rounded-btn: 0.2rem!important;
  --rounded-badge: 0.2rem!important;
  --tab-radius: 0.2rem!important;
}

[data-theme=black] {
  color-scheme: dark!important;
  --pf: 0 1.9608% 16%!important;
  --sf: 0 1.9608% 16%!important;
  --af: 0 1.9608% 16%!important;
  --bc: 0 0% 80%!important;
  --pc: 0 5.3922% 84%!important;
  --sc: 0 5.3922% 84%!important;
  --ac: 0 5.3922% 84%!important;
  --nc: 0 2.5404% 83.02%!important;
  --inc: 240 100% 90%!important;
  --suc: 120 100% 85.02%!important;
  --wac: 60 100% 10%!important;
  --erc: 0 100% 90%!important;
  --border-btn: 1px!important;
  --tab-border: 1px!important;
  --p: 0 1.9608% 20%!important;
  --s: 0 1.9608% 20%!important;
  --a: 0 1.9608% 20%!important;
  --b1: 0 0% 0%!important;
  --b2: 0 0% 5.098%!important;
  --b3: 0 1.9608% 10%!important;
  --n: 0 1.2987% 15.098%!important;
  --nf: 0 1.9608% 20%!important;
  --in: 240 100% 50%!important;
  --su: 120 100% 25.098%!important;
  --wa: 60 100% 50%!important;
  --er: 0 100% 50%!important;
  --rounded-box: 0!important;
  --rounded-btn: 0!important;
  --rounded-badge: 0!important;
  --animation-btn: 0!important;
  --animation-input: 0!important;
  --btn-text-case: lowercase!important;
  --btn-focus-scale: 1!important;
  --tab-radius: 0!important;
}

[data-theme=luxury] {
  color-scheme: dark!important;
  --pf: 0 0% 80%!important;
  --sf: 218.4 54.348% 14.431%!important;
  --af: 318.62 21.805% 20.863%!important;
  --nf: 270 4.3478% 7.2157%!important;
  --pc: 0 0% 20%!important;
  --sc: 218.4 100% 83.608%!important;
  --ac: 318.62 84.615% 85.216%!important;
  --inc: 202.35 100% 14%!important;
  --suc: 89.007 100% 10.392%!important;
  --wac: 53.906 100% 12.706%!important;
  --erc: 0 100% 14.353%!important;
  --rounded-box: 1rem!important;
  --rounded-btn: 0.5rem!important;
  --rounded-badge: 1.9rem!important;
  --animation-btn: 0.25s!important;
  --animation-input: .2s!important;
  --btn-text-case: uppercase!important;
  --btn-focus-scale: 0.95!important;
  --border-btn: 1px!important;
  --tab-border: 1px!important;
  --tab-radius: 0.5rem!important;
  --p: 0 0% 100%!important;
  --s: 218.4 54.348% 18.039%!important;
  --a: 318.62 21.805% 26.078%!important;
  --n: 270 4.3478% 9.0196%!important;
  --nc: 37.083 67.29% 58.039%!important;
  --b1: 240 10% 3.9216%!important;
  --b2: 270 4.3478% 9.0196%!important;
  --b3: 270 2.1739% 18.039%!important;
  --bc: 37.083 67.29% 58.039%!important;
  --in: 202.35 100% 70%!important;
  --su: 89.007 61.633% 51.961%!important;
  --wa: 53.906 68.817% 63.529%!important;
  --er: 0 100% 71.765%!important;
}

[data-theme=dracula] {
  color-scheme: dark!important;
  --pf: 325.52 100% 58.98%!important;
  --sf: 264.71 89.474% 62.118%!important;
  --af: 31.02 100% 56.941%!important;
  --nf: 229.57 15.033% 24%!important;
  --b2: 231.43 14.894% 16.588%!important;
  --b3: 231.43 14.894% 14.929%!important;
  --pc: 325.52 100% 14.745%!important;
  --sc: 264.71 100% 15.529%!important;
  --ac: 31.02 100% 14.235%!important;
  --nc: 229.57 70.868% 86%!important;
  --inc: 190.53 100% 15.373%!important;
  --suc: 135.18 100% 12.941%!important;
  --wac: 64.909 100% 15.294%!important;
  --erc: 0 100% 93.333%!important;
  --rounded-box: 1rem!important;
  --rounded-btn: 0.5rem!important;
  --rounded-badge: 1.9rem!important;
  --animation-btn: 0.25s!important;
  --animation-input: .2s!important;
  --btn-text-case: uppercase!important;
  --btn-focus-scale: 0.95!important;
  --border-btn: 1px!important;
  --tab-border: 1px!important;
  --tab-radius: 0.5rem!important;
  --p: 325.52 100% 73.725%!important;
  --s: 264.71 89.474% 77.647%!important;
  --a: 31.02 100% 71.176%!important;
  --n: 229.57 15.033% 30%!important;
  --b1: 231.43 14.894% 18.431%!important;
  --bc: 60 30% 96.078%!important;
  --in: 190.53 96.61% 76.863%!important;
  --su: 135.18 94.444% 64.706%!important;
  --wa: 64.909 91.667% 76.471%!important;
  --er: 0 100% 66.667%!important;
}

[data-theme=cmyk] {
  color-scheme: light!important;
  --pf: 202.72 83.251% 48.157%!important;
  --sf: 335.25 77.67% 47.686%!important;
  --af: 56.195 100% 47.843%!important;
  --nf: 0 0% 8.1569%!important;
  --b2: 0 0% 90%!important;
  --b3: 0 0% 81%!important;
  --bc: 0 0% 20%!important;
  --pc: 202.72 100% 12.039%!important;
  --sc: 335.25 100% 91.922%!important;
  --ac: 56.195 100% 11.961%!important;
  --nc: 0 0% 82.039%!important;
  --inc: 192.2 100% 10.431%!important;
  --suc: 291.06 100% 87.608%!important;
  --wac: 25.027 100% 11.333%!important;
  --erc: 3.956 100% 91.137%!important;
  --rounded-box: 1rem!important;
  --rounded-btn: 0.5rem!important;
  --rounded-badge: 1.9rem!important;
  --animation-btn: 0.25s!important;
  --animation-input: .2s!important;
  --btn-text-case: uppercase!important;
  --btn-focus-scale: 0.95!important;
  --border-btn: 1px!important;
  --tab-border: 1px!important;
  --tab-radius: 0.5rem!important;
  --p: 202.72 83.251% 60.196%!important;
  --s: 335.25 77.67% 59.608%!important;
  --a: 56.195 100% 59.804%!important;
  --n: 0 0% 10.196%!important;
  --b1: 0 0% 100%!important;
  --in: 192.2 48.361% 52.157%!important;
  --su: 291.06 48.454% 38.039%!important;
  --wa: 25.027 84.615% 56.667%!important;
  --er: 3.956 80.531% 55.686%!important;
}

[data-theme=autumn] {
  color-scheme: light!important;
  --pf: 344.23 95.804% 22.431%!important;
  --sf: 0.44444 63.38% 46.588%!important;
  --af: 27.477 56.021% 50.039%!important;
  --nf: 22.105 17.117% 34.824%!important;
  --b2: 0 0% 85.059%!important;
  --b3: 0 0% 76.553%!important;
  --bc: 0 0% 18.902%!important;
  --pc: 344.23 100% 85.608%!important;
  --sc: 0.44444 100% 91.647%!important;
  --ac: 27.477 100% 12.51%!important;
  --nc: 22.105 100% 88.706%!important;
  --inc: 186.94 100% 9.9216%!important;
  --suc: 164.59 100% 8.6275%!important;
  --wac: 30.141 100% 9.9216%!important;
  --erc: 353.6 100% 89.765%!important;
  --rounded-box: 1rem!important;
  --rounded-btn: 0.5rem!important;
  --rounded-badge: 1.9rem!important;
  --animation-btn: 0.25s!important;
  --animation-input: .2s!important;
  --btn-text-case: uppercase!important;
  --btn-focus-scale: 0.95!important;
  --border-btn: 1px!important;
  --tab-border: 1px!important;
  --tab-radius: 0.5rem!important;
  --p: 344.23 95.804% 28.039%!important;
  --s: 0.44444 63.38% 58.235%!important;
  --a: 27.477 56.021% 62.549%!important;
  --n: 22.105 17.117% 43.529%!important;
  --b1: 0 0% 94.51%!important;
  --in: 186.94 47.826% 49.608%!important;
  --su: 164.59 33.636% 43.137%!important;
  --wa: 30.141 84.19% 49.608%!important;
  --er: 353.6 79.116% 48.824%!important;
}

[data-theme=business] {
  color-scheme: dark!important;
  --pf: 210 64.103% 24.471%!important;
  --sf: 200 12.931% 43.608%!important;
  --af: 12.515 79.512% 47.843%!important;
  --nf: 212.73 13.58% 12.706%!important;
  --b2: 0 0% 11.294%!important;
  --b3: 0 0% 10.165%!important;
  --bc: 0 0% 82.51%!important;
  --pc: 210 100% 86.118%!important;
  --sc: 200 100% 10.902%!important;
  --ac: 12.515 100% 11.961%!important;
  --nc: 212.73 28.205% 83.176%!important;
  --inc: 199.15 100% 88.353%!important;
  --suc: 144 100% 11.137%!important;
  --wac: 39.231 100% 12.078%!important;
  --erc: 6.3415 100% 88.667%!important;
  --animation-btn: 0.25s!important;
  --animation-input: .2s!important;
  --btn-text-case: uppercase!important;
  --btn-focus-scale: 0.95!important;
  --border-btn: 1px!important;
  --tab-border: 1px!important;
  --tab-radius: 0.5rem!important;
  --p: 210 64.103% 30.588%!important;
  --s: 200 12.931% 54.51%!important;
  --a: 12.515 79.512% 59.804%!important;
  --n: 212.73 13.58% 15.882%!important;
  --b1: 0 0% 12.549%!important;
  --in: 199.15 100% 41.765%!important;
  --su: 144 30.973% 55.686%!important;
  --wa: 39.231 64.356% 60.392%!important;
  --er: 6.3415 55.656% 43.333%!important;
  --rounded-box: 0.25rem!important;
  --rounded-btn: .125rem!important;
  --rounded-badge: .125rem!important;
}

[data-theme=acid] {
  color-scheme: light!important;
  --pf: 302.59 100% 40%!important;
  --sf: 27.294 100% 40%!important;
  --af: 72 98.425% 40.157%!important;
  --nf: 238.42 43.182% 13.804%!important;
  --b2: 0 0% 88.235%!important;
  --b3: 0 0% 79.412%!important;
  --bc: 0 0% 19.608%!important;
  --pc: 302.59 100% 90%!important;
  --sc: 27.294 100% 10%!important;
  --ac: 72 100% 10.039%!important;
  --nc: 238.42 99.052% 83.451%!important;
  --inc: 209.85 100% 11.569%!important;
  --suc: 148.87 100% 11.608%!important;
  --wac: 52.574 100% 11.451%!important;
  --erc: 0.78261 100% 89.02%!important;
  --animation-btn: 0.25s!important;
  --animation-input: .2s!important;
  --btn-text-case: uppercase!important;
  --btn-focus-scale: 0.95!important;
  --border-btn: 1px!important;
  --tab-border: 1px!important;
  --tab-radius: 0.5rem!important;
  --p: 302.59 100% 50%!important;
  --s: 27.294 100% 50%!important;
  --a: 72 98.425% 50.196%!important;
  --n: 238.42 43.182% 17.255%!important;
  --b1: 0 0% 98.039%!important;
  --in: 209.85 91.628% 57.843%!important;
  --su: 148.87 49.533% 58.039%!important;
  --wa: 52.574 92.661% 57.255%!important;
  --er: 0.78261 100% 45.098%!important;
  --rounded-box: 1.25rem!important;
  --rounded-btn: 1rem!important;
  --rounded-badge: 1rem!important;
}

[data-theme=lemonade] {
  color-scheme: light!important;
  --pf: 88.8 96.154% 24.471%!important;
  --sf: 60 80.952% 43.765%!important;
  --af: 62.553 79.661% 70.745%!important;
  --nf: 238.42 43.182% 13.804%!important;
  --b2: 0 0% 90%!important;
  --b3: 0 0% 81%!important;
  --bc: 0 0% 20%!important;
  --pc: 88.8 100% 86.118%!important;
  --sc: 60 100% 10.941%!important;
  --ac: 62.553 100% 17.686%!important;
  --nc: 238.42 99.052% 83.451%!important;
  --inc: 191.61 79.118% 16.902%!important;
  --suc: 74.458 100% 15.725%!important;
  --wac: 50.182 100% 15.059%!important;
  --erc: 0.98361 100% 16.588%!important;
  --rounded-box: 1rem!important;
  --rounded-btn: 0.5rem!important;
  --rounded-badge: 1.9rem!important;
  --animation-btn: 0.25s!important;
  --animation-input: .2s!important;
  --btn-text-case: uppercase!important;
  --btn-focus-scale: 0.95!important;
  --border-btn: 1px!important;
  --tab-border: 1px!important;
  --tab-radius: 0.5rem!important;
  --p: 88.8 96.154% 30.588%!important;
  --s: 60 80.952% 54.706%!important;
  --a: 62.553 79.661% 88.431%!important;
  --n: 238.42 43.182% 17.255%!important;
  --b1: 0 0% 100%!important;
  --in: 191.61 39.241% 84.51%!important;
  --su: 74.458 76.147% 78.627%!important;
  --wa: 50.182 87.302% 75.294%!important;
  --er: 0.98361 70.115% 82.941%!important;
}

[data-theme=night] {
  color-scheme: dark!important;
  --pf: 198.44 93.204% 47.686%!important;
  --sf: 234.45 89.474% 59.137%!important;
  --af: 328.85 85.621% 56%!important;
  --b2: 222.22 47.368% 10.059%!important;
  --b3: 222.22 47.368% 9.0529%!important;
  --bc: 222.22 65.563% 82.235%!important;
  --pc: 198.44 100% 11.922%!important;
  --sc: 234.45 100% 14.784%!important;
  --ac: 328.85 100% 14%!important;
  --nc: 217.24 75.772% 83.49%!important;
  --inc: 198.46 100% 9.6078%!important;
  --suc: 172.46 100% 10.078%!important;
  --wac: 40.61 100% 12.706%!important;
  --erc: 350.94 100% 14.235%!important;
  --rounded-box: 1rem!important;
  --rounded-btn: 0.5rem!important;
  --rounded-badge: 1.9rem!important;
  --animation-btn: 0.25s!important;
  --animation-input: .2s!important;
  --btn-text-case: uppercase!important;
  --btn-focus-scale: 0.95!important;
  --border-btn: 1px!important;
  --tab-border: 1px!important;
  --tab-radius: 0.5rem!important;
  --p: 198.44 93.204% 59.608%!important;
  --s: 234.45 89.474% 73.922%!important;
  --a: 328.85 85.621% 70%!important;
  --n: 217.24 32.584% 17.451%!important;
  --nf: 217.06 30.357% 21.961%!important;
  --b1: 222.22 47.368% 11.176%!important;
  --in: 198.46 90.204% 48.039%!important;
  --su: 172.46 66.008% 50.392%!important;
  --wa: 40.61 88.172% 63.529%!important;
  --er: 350.94 94.558% 71.176%!important;
}

[data-theme=coffee] {
  color-scheme: dark!important;
  --pf: 29.583 66.667% 46.118%!important;
  --sf: 182.4 24.752% 15.843%!important;
  --af: 194.19 74.4% 19.608%!important;
  --nf: 300 20% 4.7059%!important;
  --b2: 306 18.519% 9.5294%!important;
  --b3: 306 18.519% 8.5765%!important;
  --pc: 29.583 100% 11.529%!important;
  --sc: 182.4 67.237% 83.961%!important;
  --ac: 194.19 100% 84.902%!important;
  --nc: 300 13.75% 81.176%!important;
  --inc: 171.15 100% 13.451%!important;
  --suc: 92.5 100% 12.471%!important;
  --wac: 43.125 100% 13.725%!important;
  --erc: 9.7561 100% 14.941%!important;
  --rounded-box: 1rem!important;
  --rounded-btn: 0.5rem!important;
  --rounded-badge: 1.9rem!important;
  --animation-btn: 0.25s!important;
  --animation-input: .2s!important;
  --btn-text-case: uppercase!important;
  --btn-focus-scale: 0.95!important;
  --border-btn: 1px!important;
  --tab-border: 1px!important;
  --tab-radius: 0.5rem!important;
  --p: 29.583 66.667% 57.647%!important;
  --s: 182.4 24.752% 19.804%!important;
  --a: 194.19 74.4% 24.51%!important;
  --n: 300 20% 5.8824%!important;
  --b1: 306 18.519% 10.588%!important;
  --bc: 36.667 8.3333% 42.353%!important;
  --in: 171.15 36.527% 67.255%!important;
  --su: 92.5 25% 62.353%!important;
  --wa: 43.125 100% 68.627%!important;
  --er: 9.7561 95.349% 74.706%!important;
}

[data-theme=winter] {
  color-scheme: light!important;
  --pf: 211.79 100% 40.627%!important;
  --sf: 246.92 47.273% 34.51%!important;
  --af: 310.41 49.388% 41.569%!important;
  --nf: 217.02 92.157% 8%!important;
  --pc: 211.79 100% 90.157%!important;
  --sc: 246.92 100% 88.627%!important;
  --ac: 310.41 100% 90.392%!important;
  --nc: 217.02 100% 82%!important;
  --inc: 191.54 100% 15.608%!important;
  --suc: 181.5 100% 13.255%!important;
  --wac: 32.308 100% 16.706%!important;
  --erc: 0 100% 14.431%!important;
  --rounded-box: 1rem!important;
  --rounded-btn: 0.5rem!important;
  --rounded-badge: 1.9rem!important;
  --animation-btn: 0.25s!important;
  --animation-input: .2s!important;
  --btn-text-case: uppercase!important;
  --btn-focus-scale: 0.95!important;
  --border-btn: 1px!important;
  --tab-border: 1px!important;
  --tab-radius: 0.5rem!important;
  --p: 211.79 100% 50.784%!important;
  --s: 246.92 47.273% 43.137%!important;
  --a: 310.41 49.388% 51.961%!important;
  --n: 217.02 92.157% 10%!important;
  --b1: 0 0% 100%!important;
  --b2: 216.92 100% 97.451%!important;
  --b3: 218.82 43.59% 92.353%!important;
  --bc: 214.29 30.061% 31.961%!important;
  --in: 191.54 92.857% 78.039%!important;
  --su: 181.5 46.512% 66.275%!important;
  --wa: 32.308 61.905% 83.529%!important;
  --er: 0 63.38% 72.157%!important;
}

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

::backdrop {
  --tw-border-spacing-x: 0!important;
  --tw-border-spacing-y: 0!important;
  --tw-translate-x: 0!important;
  --tw-translate-y: 0!important;
  --tw-rotate: 0!important;
  --tw-skew-x: 0!important;
  --tw-skew-y: 0!important;
  --tw-scale-x: 1!important;
  --tw-scale-y: 1!important;
  --tw-pan-x:  !important;
  --tw-pan-y:  !important;
  --tw-pinch-zoom:  !important;
  --tw-scroll-snap-strictness: proximity!important;
  --tw-ordinal:  !important;
  --tw-slashed-zero:  !important;
  --tw-numeric-figure:  !important;
  --tw-numeric-spacing:  !important;
  --tw-numeric-fraction:  !important;
  --tw-ring-inset:  !important;
  --tw-ring-offset-width: 0px!important;
  --tw-ring-offset-color: #fff!important;
  --tw-ring-color: rgb(59 130 246 / 0.5)!important;
  --tw-ring-offset-shadow: 0 0 #0000!important;
  --tw-ring-shadow: 0 0 #0000!important;
  --tw-shadow: 0 0 #0000!important;
  --tw-shadow-colored: 0 0 #0000!important;
  --tw-blur:  !important;
  --tw-brightness:  !important;
  --tw-contrast:  !important;
  --tw-grayscale:  !important;
  --tw-hue-rotate:  !important;
  --tw-invert:  !important;
  --tw-saturate:  !important;
  --tw-sepia:  !important;
  --tw-drop-shadow:  !important;
  --tw-backdrop-blur:  !important;
  --tw-backdrop-brightness:  !important;
  --tw-backdrop-contrast:  !important;
  --tw-backdrop-grayscale:  !important;
  --tw-backdrop-hue-rotate:  !important;
  --tw-backdrop-invert:  !important;
  --tw-backdrop-opacity:  !important;
  --tw-backdrop-saturate:  !important;
  --tw-backdrop-sepia:  !important;
}

@keyframes spin {
  from {
    transform: rotate(0deg)!important;
  }

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

.checkbox {
  flex-shrink: 0!important;
  --chkbg: var(--bc)!important;
  --chkfg: var(--b1)!important;
  height: 1.5rem!important;
  width: 1.5rem!important;
  cursor: pointer!important;
  -webkit-appearance: none!important;
     -moz-appearance: none!important;
          appearance: none!important;
  border-width: 1px!important;
  border-color: hsl(var(--bc) / var(--tw-border-opacity))!important;
  --tw-border-opacity: 0.2!important;
  border-radius: var(--rounded-btn, 0.5rem)!important;
}

.label {
  display: flex!important;
  -webkit-user-select: none!important;
     -moz-user-select: none!important;
          user-select: none!important;
  align-items: center!important;
  justify-content: space-between!important;
  padding-left: 0.25rem!important;
  padding-right: 0.25rem!important;
  padding-top: 0.5rem!important;
  padding-bottom: 0.5rem!important;
}

.input {
  flex-shrink: 1!important;
  height: 3rem!important;
  padding-left: 1rem!important;
  padding-right: 1rem!important;
  font-size: 1rem!important;
  line-height: 2!important;
  line-height: 1.5rem!important;
  border-width: 1px!important;
  border-color: hsl(var(--bc) / var(--tw-border-opacity))!important;
  --tw-border-opacity: 0!important;
  --tw-bg-opacity: 1!important;
  background-color: hsl(var(--b1) / var(--tw-bg-opacity))!important;
  border-radius: var(--rounded-btn, 0.5rem)!important;
}

.input-group > .input {
  isolation: isolate!important;
}

.input-group > *,
  .input-group > .input,
  .input-group > .textarea,
  .input-group > .select {
  border-radius: 0px!important;
}

.link {
  cursor: pointer!important;
  text-decoration-line: underline!important;
}

.mask {
  -webkit-mask-size: contain!important;
  mask-size: contain!important;
  -webkit-mask-repeat: no-repeat!important;
  mask-repeat: no-repeat!important;
  -webkit-mask-position: center!important;
  mask-position: center!important;
}

.mask-half-1 {
  -webkit-mask-size: 200%!important;
  mask-size: 200%!important;
  -webkit-mask-position: left!important;
  mask-position: left!important;
}

.mask-half-2 {
  -webkit-mask-size: 200%!important;
  mask-size: 200%!important;
  -webkit-mask-position: right!important;
  mask-position: right!important;
}

.radio {
  flex-shrink: 0!important;
  --chkbg: var(--bc)!important;
  height: 1.5rem!important;
  width: 1.5rem!important;
  cursor: pointer!important;
  -webkit-appearance: none!important;
     -moz-appearance: none!important;
          appearance: none!important;
  border-radius: 9999px!important;
  border-width: 1px!important;
  border-color: hsl(var(--bc) / var(--tw-border-opacity))!important;
  --tw-border-opacity: 0.2!important;
  transition: background, box-shadow var(--animation-input, 0.2s) ease-in-out!important;
}

.rating {
  position: relative!important;
  display: inline-flex!important;
}

.rating :where(input) {
  cursor: pointer!important;
  border-radius: 0px!important;
  animation: rating-pop var(--animation-input, 0.25s) ease-out!important;
  height: 1.5rem!important;
  width: 1.5rem!important;
  background-color: hsl(var(--bc) / var(--tw-bg-opacity))!important;
  --tw-bg-opacity: 1!important;
}

.select {
  display: inline-flex!important;
  flex-shrink: 0!important;
  cursor: pointer!important;
  -webkit-user-select: none!important;
     -moz-user-select: none!important;
          user-select: none!important;
  -webkit-appearance: none!important;
     -moz-appearance: none!important;
          appearance: none!important;
  height: 3rem!important;
  padding-left: 1rem!important;
  padding-right: 2.5rem!important;
  font-size: 0.875rem!important;
  line-height: 1.25rem!important;
  line-height: 2!important;
  min-height: 3rem!important;
  border-width: 1px!important;
  border-color: hsl(var(--bc) / var(--tw-border-opacity))!important;
  --tw-border-opacity: 0!important;
  --tw-bg-opacity: 1!important;
  background-color: hsl(var(--b1) / var(--tw-bg-opacity))!important;
  font-weight: 600!important;
  border-radius: var(--rounded-btn, 0.5rem)!important;
  background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%)!important;
  background-position: calc(100% - 20px) calc(1px + 50%), calc(100% - 16px) calc(1px + 50%)!important;
  background-size: 4px 4px, 4px 4px!important;
  background-repeat: no-repeat!important;
}

.select[multiple] {
  height: auto!important;
}

.textarea {
  flex-shrink: 1!important;
  min-height: 3rem!important;
  padding-top: 0.5rem!important;
  padding-bottom: 0.5rem!important;
  padding-left: 1rem!important;
  padding-right: 1rem!important;
  font-size: 0.875rem!important;
  line-height: 1.25rem!important;
  line-height: 2!important;
  border-width: 1px!important;
  border-color: hsl(var(--bc) / var(--tw-border-opacity))!important;
  --tw-border-opacity: 0!important;
  --tw-bg-opacity: 1!important;
  background-color: hsl(var(--b1) / var(--tw-bg-opacity))!important;
  border-radius: var(--rounded-btn, 0.5rem)!important;
}

.btm-nav>* .label {
  font-size: 1rem!important;
  line-height: 1.5rem!important;
}

@keyframes button-pop {
  0% {
    transform: scale(var(--btn-focus-scale, 0.95))!important;
  }

  40% {
    transform: scale(1.02)!important;
  }

  100% {
    transform: scale(1)!important;
  }
}

.checkbox:focus-visible {
  outline: 2px solid hsl(var(--bc))!important;
  outline-offset: 2px!important;
}

.checkbox:checked,
  .checkbox[checked="true"],
  .checkbox[aria-checked="true"] {
  --tw-bg-opacity: 1!important;
  background-color: hsl(var(--bc) / var(--tw-bg-opacity))!important;
  background-repeat: no-repeat!important;
  animation: checkmark var(--animation-input, 0.2s) ease-in-out!important;
  background-image: linear-gradient(-45deg, transparent 65%, hsl(var(--chkbg)) 65.99%), linear-gradient(45deg, transparent 75%, hsl(var(--chkbg)) 75.99%), linear-gradient(-45deg, hsl(var(--chkbg)) 40%, transparent 40.99%), linear-gradient(45deg, hsl(var(--chkbg)) 30%, hsl(var(--chkfg)) 30.99%, hsl(var(--chkfg)) 40%, transparent 40.99%), linear-gradient(-45deg, hsl(var(--chkfg)) 50%, hsl(var(--chkbg)) 50.99%)!important;
}

.checkbox:indeterminate {
  --tw-bg-opacity: 1!important;
  background-color: hsl(var(--bc) / var(--tw-bg-opacity))!important;
  background-repeat: no-repeat!important;
  animation: checkmark var(--animation-input, 0.2s) ease-in-out!important;
  background-image: linear-gradient(90deg, transparent 80%, hsl(var(--chkbg)) 80%), linear-gradient(-90deg, transparent 80%, hsl(var(--chkbg)) 80%), linear-gradient(0deg, hsl(var(--chkbg)) 43%, hsl(var(--chkfg)) 43%, hsl(var(--chkfg)) 57%, hsl(var(--chkbg)) 57%)!important;
}

.checkbox:disabled {
  cursor: not-allowed!important;
  border-color: transparent!important;
  --tw-bg-opacity: 1!important;
  background-color: hsl(var(--bc) / var(--tw-bg-opacity))!important;
  opacity: 0.2!important;
}

@keyframes checkmark {
  0% {
    background-position-y: 5px!important;
  }

  50% {
    background-position-y: -2px!important;
  }

  100% {
    background-position-y: 0!important;
  }
}

[dir="rtl"] .checkbox:checked,
    [dir="rtl"] .checkbox[checked="true"],
    [dir="rtl"] .checkbox[aria-checked="true"] {
  background-image: linear-gradient(45deg, transparent 65%, hsl(var(--chkbg)) 65.99%), linear-gradient(-45deg, transparent 75%, hsl(var(--chkbg)) 75.99%), linear-gradient(45deg, hsl(var(--chkbg)) 40%, transparent 40.99%), linear-gradient(-45deg, hsl(var(--chkbg)) 30%, hsl(var(--chkfg)) 30.99%, hsl(var(--chkfg)) 40%, transparent 40.99%), linear-gradient(45deg, hsl(var(--chkfg)) 50%, hsl(var(--chkbg)) 50.99%)!important;
}

.label a:hover {
  --tw-text-opacity: 1!important;
  color: hsl(var(--bc) / var(--tw-text-opacity))!important;
}

.input[list]::-webkit-calendar-picker-indicator {
  line-height: 1em!important;
}

.input:focus {
  outline: 2px solid hsla(var(--bc) / 0.2)!important;
  outline-offset: 2px!important;
}

.input-disabled,
  .input[disabled] {
  cursor: not-allowed!important;
  --tw-border-opacity: 1!important;
  border-color: hsl(var(--b2, var(--b1)) / var(--tw-border-opacity))!important;
  --tw-bg-opacity: 1!important;
  background-color: hsl(var(--b2, var(--b1)) / var(--tw-bg-opacity))!important;
  --tw-text-opacity: 0.2!important;
}

.input-disabled::-moz-placeholder, .input[disabled]::-moz-placeholder {
  color: hsl(var(--bc) / var(--tw-placeholder-opacity))!important;
  --tw-placeholder-opacity: 0.2!important;
}

.input-disabled::placeholder,
  .input[disabled]::placeholder {
  color: hsl(var(--bc) / var(--tw-placeholder-opacity))!important;
  --tw-placeholder-opacity: 0.2!important;
}

.link:focus {
  outline: 2px solid transparent!important;
  outline-offset: 2px!important;
}

.link:focus-visible {
  outline: 2px solid currentColor!important;
  outline-offset: 2px!important;
}

.mask-star-2 {
  -webkit-mask-image: url("data:image/svg+xml,%3csvg width='192' height='180' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m96 153.044-58.779 26.243 7.02-63.513L.894 68.481l63.117-13.01L96 0l31.989 55.472 63.117 13.01-43.347 47.292 7.02 63.513z' fill-rule='evenodd'/%3e%3c/svg%3e")!important;
  mask-image: url("data:image/svg+xml,%3csvg width='192' height='180' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='black' d='m96 153.044-58.779 26.243 7.02-63.513L.894 68.481l63.117-13.01L96 0l31.989 55.472 63.117 13.01-43.347 47.292 7.02 63.513z' fill-rule='evenodd'/%3e%3c/svg%3e")!important;
}

@keyframes progress-loading {
  50% {
    left: 107%!important;
  }
}

.radio:focus-visible {
  outline: 2px solid hsl(var(--bc))!important;
  outline-offset: 2px!important;
}

.radio:checked,
  .radio[aria-checked=true] {
  --tw-bg-opacity: 1!important;
  background-color: hsl(var(--bc) / var(--tw-bg-opacity))!important;
  animation: radiomark var(--animation-input, 0.2s) ease-in-out!important;
  box-shadow: 0 0 0 4px hsl(var(--b1)) inset, 0 0 0 4px hsl(var(--b1)) inset!important;
}

.radio:disabled {
  cursor: not-allowed!important;
  opacity: 0.2!important;
}

@keyframes radiomark {
  0% {
    box-shadow: 0 0 0 12px hsl(var(--b1)) inset, 0 0 0 12px hsl(var(--b1)) inset!important;
  }

  50% {
    box-shadow: 0 0 0 3px hsl(var(--b1)) inset, 0 0 0 3px hsl(var(--b1)) inset!important;
  }

  100% {
    box-shadow: 0 0 0 4px hsl(var(--b1)) inset, 0 0 0 4px hsl(var(--b1)) inset!important;
  }
}

.rating input {
  -moz-appearance: none!important;
       appearance: none!important;
  -webkit-appearance: none!important;
}

.rating .rating-hidden {
  width: 0.5rem!important;
  background-color: transparent!important;
}

.rating input:checked ~ input,
  .rating input[aria-checked=true] ~ input {
  --tw-bg-opacity: 0.2!important;
}

.rating input:focus-visible {
  transition-property: transform!important;
  transition-duration: 300ms!important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)!important;
  transform: translateY(-0.125em)!important;
}

.rating input:active:focus {
  animation: none!important;
  transform: translateY(-0.125em)!important;
}

.rating-half :where(input:not(.rating-hidden)) {
  width: 0.75rem!important;
}

@keyframes rating-pop {
  0% {
    transform: translateY(-0.125em)!important;
  }

  40% {
    transform: translateY(-0.125em)!important;
  }

  100% {
    transform: translateY(0)!important;
  }
}

.select:focus {
  outline: 2px solid hsla(var(--bc) / 0.2)!important;
  outline-offset: 2px!important;
}

.select-disabled,
  .select[disabled] {
  cursor: not-allowed!important;
  --tw-border-opacity: 1!important;
  border-color: hsl(var(--b2, var(--b1)) / var(--tw-border-opacity))!important;
  --tw-bg-opacity: 1!important;
  background-color: hsl(var(--b2, var(--b1)) / var(--tw-bg-opacity))!important;
  --tw-text-opacity: 0.2!important;
}

.select-disabled::-moz-placeholder, .select[disabled]::-moz-placeholder {
  color: hsl(var(--bc) / var(--tw-placeholder-opacity))!important;
  --tw-placeholder-opacity: 0.2!important;
}

.select-disabled::placeholder,
  .select[disabled]::placeholder {
  color: hsl(var(--bc) / var(--tw-placeholder-opacity))!important;
  --tw-placeholder-opacity: 0.2!important;
}

.select-multiple,
  .select[multiple],
  .select[size].select:not([size="1"]) {
  background-image: none!important;
  padding-right: 1rem!important;
}

[dir="rtl"] .select {
  background-position: calc(0% + 12px) calc(1px + 50%), calc(0% + 16px) calc(1px + 50%)!important;
}

.textarea:focus {
  outline: 2px solid hsla(var(--bc) / 0.2)!important;
  outline-offset: 2px!important;
}

.textarea-disabled,
  .textarea[disabled] {
  cursor: not-allowed!important;
  --tw-border-opacity: 1!important;
  border-color: hsl(var(--b2, var(--b1)) / var(--tw-border-opacity))!important;
  --tw-bg-opacity: 1!important;
  background-color: hsl(var(--b2, var(--b1)) / var(--tw-bg-opacity))!important;
  --tw-text-opacity: 0.2!important;
}

.textarea-disabled::-moz-placeholder, .textarea[disabled]::-moz-placeholder {
  color: hsl(var(--bc) / var(--tw-placeholder-opacity))!important;
  --tw-placeholder-opacity: 0.2!important;
}

.textarea-disabled::placeholder,
  .textarea[disabled]::placeholder {
  color: hsl(var(--bc) / var(--tw-placeholder-opacity))!important;
  --tw-placeholder-opacity: 0.2!important;
}

@keyframes toast-pop {
  0% {
    transform: scale(0.9)!important;
    opacity: 0!important;
  }

  100% {
    transform: scale(1)!important;
    opacity: 1!important;
  }
}

.artboard.phone {
  width: 320px!important;
}

.rating-lg input {
  height: 2.5rem!important;
  width: 2.5rem!important;
}

.rating-half.rating-xs input:not(.rating-hidden) {
  width: 0.375rem!important;
}

.rating-half.rating-sm input:not(.rating-hidden) {
  width: 0.5rem!important;
}

.rating-half.rating-md input:not(.rating-hidden) {
  width: 0.75rem!important;
}

.rating-half.rating-lg input:not(.rating-hidden) {
  width: 1.25rem!important;
}

#daimon :is(.col-span-2) {
  grid-column: span 2 / span 2!important;
}

#daimon :is(.m-auto) {
  margin: auto!important;
}

#daimon :is(.mb-2) {
  margin-bottom: 0.5rem!important;
}

#daimon :is(.mb-4) {
  margin-bottom: 1rem!important;
}

#daimon :is(.mb-5) {
  margin-bottom: 1.25rem!important;
}

#daimon :is(.ml-2) {
  margin-left: 0.5rem!important;
}

#daimon :is(.ml-3) {
  margin-left: 0.75rem!important;
}

#daimon :is(.mr-3) {
  margin-right: 0.75rem!important;
}

#daimon :is(.mt-10) {
  margin-top: 2.5rem!important;
}

#daimon :is(.mt-2) {
  margin-top: 0.5rem!important;
}

#daimon :is(.mt-4) {
  margin-top: 1rem!important;
}

#daimon :is(.mt-6) {
  margin-top: 1.5rem!important;
}

#daimon :is(.block) {
  display: block!important;
}

#daimon :is(.flex) {
  display: flex!important;
}

#daimon :is(.inline-flex) {
  display: inline-flex!important;
}

#daimon :is(.grid) {
  display: grid!important;
}

#daimon :is(.hidden) {
  display: none!important;
}

#daimon :is(.h-10) {
  height: 2.5rem!important;
}

#daimon :is(.h-12) {
  height: 3rem!important;
}

#daimon :is(.h-4) {
  height: 1rem!important;
}

#daimon :is(.w-10) {
  width: 2.5rem!important;
}

#daimon :is(.w-12) {
  width: 3rem!important;
}

#daimon :is(.w-4) {
  width: 1rem!important;
}

#daimon :is(.w-full) {
  width: 100%!important;
}

#daimon :is(.max-w-xl) {
  max-width: 36rem!important;
}

#daimon :is(.cursor-pointer) {
  cursor: pointer!important;
}

#daimon :is(.grid-cols-1) {
  grid-template-columns: repeat(1, minmax(0, 1fr))!important;
}

#daimon :is(.items-center) {
  align-items: center!important;
}

#daimon :is(.justify-center) {
  justify-content: center!important;
}

#daimon :is(.justify-between) {
  justify-content: space-between!important;
}

#daimon :is(.gap-4) {
  gap: 1rem!important;
}

#daimon :is(.gap-6) {
  gap: 1.5rem!important;
}

#daimon :is(.overflow-x-hidden) {
  overflow-x: hidden!important;
}

#daimon :is(.rounded) {
  border-radius: 0.25rem!important;
}

#daimon :is(.rounded-lg) {
  border-radius: 0.5rem!important;
}

#daimon :is(.rounded-md) {
  border-radius: 0.375rem!important;
}

#daimon :is(.border) {
  border-width: 1px!important;
}

#daimon :is(.border-0) {
  border-width: 0px!important;
}

#daimon :is(.border-gray-200) {
  --tw-border-opacity: 1!important;
  border-color: rgb(229 231 235 / var(--tw-border-opacity))!important;
}

#daimon :is(.border-gray-300) {
  --tw-border-opacity: 1!important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity))!important;
}

#daimon :is(.bg-gray-100) {
  --tw-bg-opacity: 1!important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity))!important;
}

#daimon :is(.bg-gray-50) {
  --tw-bg-opacity: 1!important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity))!important;
}

#daimon :is(.bg-green-500) {
  --tw-bg-opacity: 1!important;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity))!important;
}

#daimon :is(.bg-white) {
  --tw-bg-opacity: 1!important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity))!important;
}

#daimon :is(.p-2) {
  padding: 0.5rem!important;
}

#daimon :is(.p-2\.5) {
  padding: 0.625rem!important;
}

#daimon :is(.px-5) {
  padding-left: 1.25rem!important;
  padding-right: 1.25rem!important;
}

#daimon :is(.py-3) {
  padding-top: 0.75rem!important;
  padding-bottom: 0.75rem!important;
}

#daimon :is(.pl-3) {
  padding-left: 0.75rem!important;
}

#daimon :is(.pr-10) {
  padding-right: 2.5rem!important;
}

#daimon :is(.text-center) {
  text-align: center!important;
}

#daimon :is(.text-sm) {
  font-size: 0.875rem!important;
  line-height: 1.25rem!important;
}

#daimon :is(.font-medium) {
  font-weight: 500!important;
}

#daimon :is(.text-blue-600) {
  --tw-text-opacity: 1!important;
  color: rgb(37 99 235 / var(--tw-text-opacity))!important;
}

#daimon :is(.text-gray-500) {
  --tw-text-opacity: 1!important;
  color: rgb(107 114 128 / var(--tw-text-opacity))!important;
}

#daimon :is(.text-gray-900) {
  --tw-text-opacity: 1!important;
  color: rgb(17 24 39 / var(--tw-text-opacity))!important;
}

#daimon :is(.text-white) {
  --tw-text-opacity: 1!important;
  color: rgb(255 255 255 / var(--tw-text-opacity))!important;
}

#daimon :is(.underline) {
  text-decoration-line: underline!important;
}

#daimon :is(.ring-1) {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)!important;
}

#daimon :is(.ring-inset) {
  --tw-ring-inset: inset!important;
}

#daimon :is(.ring-gray-300) {
  --tw-ring-opacity: 1!important;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity))!important;
}

#daimon :is(.hover\:bg-gray-100:hover) {
  --tw-bg-opacity: 1!important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity))!important;
}

#daimon :is(.hover\:bg-green-800:hover) {
  --tw-bg-opacity: 1!important;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity))!important;
}

#daimon :is(.hover\:text-gray-600:hover) {
  --tw-text-opacity: 1!important;
  color: rgb(75 85 99 / var(--tw-text-opacity))!important;
}

#daimon :is(.focus\:border-blue-500:focus) {
  --tw-border-opacity: 1!important;
  border-color: rgb(59 130 246 / var(--tw-border-opacity))!important;
}

#daimon :is(.focus\:ring-2:focus) {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)!important;
}

#daimon :is(.focus\:ring-4:focus) {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)!important;
}

#daimon :is(.focus\:ring-blue-500:focus) {
  --tw-ring-opacity: 1!important;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity))!important;
}

#daimon :is(.focus\:ring-green-500:focus) {
  --tw-ring-opacity: 1!important;
  --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity))!important;
}

#daimon :is(.focus\:ring-indigo-600:focus) {
  --tw-ring-opacity: 1!important;
  --tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity))!important;
}

#daimon :is(.peer:checked ~ .peer-checked\:border-green-500) {
  --tw-border-opacity: 1!important;
  border-color: rgb(34 197 94 / var(--tw-border-opacity))!important;
}

#daimon :is(.peer:checked ~ .peer-checked\:text-green-500) {
  --tw-text-opacity: 1!important;
  color: rgb(34 197 94 / var(--tw-text-opacity))!important;
}

@media (prefers-color-scheme: dark) {
  #daimon :is(.dark\:border-gray-600) {
    --tw-border-opacity: 1!important;
    border-color: rgb(75 85 99 / var(--tw-border-opacity))!important;
  }

  #daimon :is(.dark\:bg-gray-700) {
    --tw-bg-opacity: 1!important;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity))!important;
  }

  #daimon :is(.dark\:text-gray-300) {
    --tw-text-opacity: 1!important;
    color: rgb(209 213 219 / var(--tw-text-opacity))!important;
  }

  #daimon :is(.dark\:text-white) {
    --tw-text-opacity: 1!important;
    color: rgb(255 255 255 / var(--tw-text-opacity))!important;
  }

  #daimon :is(.dark\:placeholder-gray-400)::-moz-placeholder {
    --tw-placeholder-opacity: 1!important;
    color: rgb(156 163 175 / var(--tw-placeholder-opacity))!important;
  }

  #daimon :is(.dark\:placeholder-gray-400)::placeholder {
    --tw-placeholder-opacity: 1!important;
    color: rgb(156 163 175 / var(--tw-placeholder-opacity))!important;
  }

  #daimon :is(.dark\:ring-offset-gray-800) {
    --tw-ring-offset-color: #1f2937!important;
  }

  #daimon :is(.dark\:focus\:border-blue-500:focus) {
    --tw-border-opacity: 1!important;
    border-color: rgb(59 130 246 / var(--tw-border-opacity))!important;
  }

  #daimon :is(.dark\:focus\:ring-blue-500:focus) {
    --tw-ring-opacity: 1!important;
    --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity))!important;
  }

  #daimon :is(.dark\:focus\:ring-blue-600:focus) {
    --tw-ring-opacity: 1!important;
    --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity))!important;
  }
}

@media (min-width: 640px) {
  #daimon :is(.sm\:grid-cols-2) {
    grid-template-columns: repeat(2, minmax(0, 1fr))!important;
  }

  #daimon :is(.sm\:text-sm) {
    font-size: 0.875rem!important;
    line-height: 1.25rem!important;
  }

  #daimon :is(.sm\:leading-6) {
    line-height: 1.5rem!important;
  }
}

@media (min-width: 768px) {
  #daimon :is(.md\:grid-cols-2) {
    grid-template-columns: repeat(2, minmax(0, 1fr))!important;
  }
}