/*
! tailwindcss v3.3.3 | 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: 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: 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;
}

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

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

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

@media (prefers-color-scheme: dark) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 20 20%27%3e%3cpath stroke=%27%236b7280%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27M6 8l4 4 4-4%27/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z%27/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3ccircle cx=%278%27 cy=%278%27 r=%273%27/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 16 16%27%3e%3cpath stroke=%27white%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M4 8h8%27/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

*, ::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:  ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.avatar {
  position: relative;
  display: inline-flex;
}
.avatar > div {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.avatar img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.avatar.placeholder > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcrumbs {
  max-width: 100%;
  overflow-x: auto;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.breadcrumbs > ul,.breadcrumbs > ol {
  display: flex;
  align-items: center;
  white-space: nowrap;
  min-height: -moz-min-content;
  min-height: min-content;
}
.breadcrumbs > ul > li, .breadcrumbs > ol > li {
  display: flex;
  align-items: center;
}
.breadcrumbs > ul > li > a, .breadcrumbs > ol > li > a {
  display: flex;
  cursor: pointer;
  align-items: center;
}
.breadcrumbs > ul > li > a:hover, .breadcrumbs > ol > li > a:hover {
  text-decoration-line: underline;
}
.btn.\!loading,
    .btn.\!loading:hover {
  pointer-events: none !important;
}
.btn.loading,
    .btn.loading:hover {
  pointer-events: none;
}
.btn.\!loading,
    .btn.\!loading:hover {
  pointer-events: none !important;
}
.btn.\!loading:before {
  margin-right: 0.5rem !important;
  height: 1rem !important;
  width: 1rem !important;
  border-radius: 9999px !important;
  border-width: 2px !important;
  animation: spin 2s linear infinite !important;
  content: "" !important;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-bottom-color: currentColor !important;
  border-right-color: currentColor !important;
}
.btn.loading:before {
  margin-right: 0.5rem;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  border-width: 2px;
  animation: spin 2s linear infinite;
  content: "";
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: currentColor;
  border-right-color: currentColor;
}
@media (prefers-reduced-motion: reduce) {

  .btn.\!loading:before {
    animation: spin 10s linear infinite !important;
  }

  .btn.loading:before {
    animation: spin 10s linear infinite;
  }
}
@keyframes spin {

  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}
.carousel {
  display: flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.divider {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
  margin-top: 1rem;
  margin-bottom: 1rem;
  height: 1rem;
  white-space: nowrap;
}
.divider:before,
  .divider:after {
  content: "";
  flex-grow: 1;
  height: 0.125rem;
  width: 100%;
}
.footer {
  display: grid;
  width: 100%;
  grid-auto-flow: row;
  place-items: start;
  row-gap: 2.5rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.footer > * {
  display: grid;
  place-items: start;
  gap: 0.5rem;
}
@media (min-width: 48rem) {

  .footer {
    grid-auto-flow: column;
  }

  .footer-center {
    grid-auto-flow: row dense;
  }
}
.label {
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.indicator {
  position: relative;
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
}
.indicator :where(.indicator-item) {
  z-index: 1;
  position: absolute;
  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));
  white-space: nowrap;
}
.input {
  flex-shrink: 1;
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 2;
  line-height: 1.5rem;
  border-width: 1px;
  border-color: hsl(var(--bc) / var(--tw-border-opacity));
  --tw-border-opacity: 0;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b1) / var(--tw-bg-opacity));
  border-radius: var(--rounded-btn, 0.5rem);
}
.input-group > .input {
  isolation: isolate;
}
.input-group > *,
  .input-group > .input,
  .input-group > .textarea,
  .input-group > .select {
  border-radius: 0px;
}
.link {
  cursor: pointer;
  text-decoration-line: underline;
}
.mask {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.menu > :where(li.disabled > *:not(ul):focus) {
  cursor: auto;
}
.modal {
  pointer-events: none;
  visibility: hidden;
  position: fixed;
  inset: 0px;
  display: flex;
  justify-content: center;
  opacity: 0;
  z-index: 999;
  background-color: hsl(var(--nf, var(--n)) / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.4;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: transform, opacity, visibility;
  overflow-y: hidden;
  overscroll-behavior: contain;
}
:where(.modal) {
  align-items: center;
}
.modal-open,
.modal:target,
.modal-toggle:checked + .modal {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
.progress {
  position: relative;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  overflow: hidden;
  height: 0.5rem;
  border-radius: var(--rounded-box, 1rem);
}
.radio {
  flex-shrink: 0;
  --chkbg: var(--bc);
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 9999px;
  border-width: 1px;
  border-color: hsl(var(--bc) / var(--tw-border-opacity));
  --tw-border-opacity: 0.2;
}
.select {
  display: inline-flex;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 3rem;
  padding-left: 1rem;
  padding-right: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  min-height: 3rem;
  border-width: 1px;
  border-color: hsl(var(--bc) / var(--tw-border-opacity));
  --tw-border-opacity: 0;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b1) / var(--tw-bg-opacity));
  font-weight: 600;
  border-radius: var(--rounded-btn, 0.5rem);
  background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1px + 50%), calc(100% - 16px) calc(1px + 50%);
  background-size: 4px 4px, 4px 4px;
  background-repeat: no-repeat;
}
.select[multiple] {
  height: auto;
}
.tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.\!tab {
  position: relative !important;
  display: inline-flex !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  height: 2rem !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  line-height: 2 !important;
  --tab-padding: 1rem !important;
  --tw-text-opacity: 0.5 !important;
  --tab-color: hsla(var(--bc) / var(--tw-text-opacity, 1)) !important;
  --tab-bg: hsla(var(--b1) / var(--tw-bg-opacity, 1)) !important;
  --tab-border-color: hsla(var(--b3) / var(--tw-bg-opacity, 1)) !important;
  color: var(--tab-color) !important;
  padding-left: var(--tab-padding, 1rem) !important;
  padding-right: var(--tab-padding, 1rem) !important;
}
.tab {
  position: relative;
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  --tab-padding: 1rem;
  --tw-text-opacity: 0.5;
  --tab-color: hsla(var(--bc) / var(--tw-text-opacity, 1));
  --tab-bg: hsla(var(--b1) / var(--tw-bg-opacity, 1));
  --tab-border-color: hsla(var(--b3) / var(--tw-bg-opacity, 1));
  color: var(--tab-color);
  padding-left: var(--tab-padding, 1rem);
  padding-right: var(--tab-padding, 1rem);
}
.table {
  position: relative;
  text-align: left;
}
.table th:first-child {
  position: sticky;
  left: 0px;
  z-index: 11;
}
.textarea {
  flex-shrink: 1;
  min-height: 3rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 2;
  border-width: 1px;
  border-color: hsl(var(--bc) / var(--tw-border-opacity));
  --tw-border-opacity: 0;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b1) / var(--tw-bg-opacity));
  border-radius: var(--rounded-btn, 0.5rem);
}
.toast {
  position: fixed;
  display: flex;
  min-width: -moz-fit-content;
  min-width: fit-content;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem;
}
.toggle {
  flex-shrink: 0;
  --tglbg: hsl(var(--b1));
  --handleoffset: 1.5rem;
  --handleoffsetcalculator: calc(var(--handleoffset) * -1);
  --togglehandleborder: 0 0;
  height: 1.5rem;
  width: 3rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  border-color: hsl(var(--bc) / var(--tw-border-opacity));
  --tw-border-opacity: 0.2;
  background-color: hsl(var(--bc) / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: var(--rounded-badge, 1.9rem);
  transition: background, box-shadow var(--animation-input, 0.2s) ease-in-out;
  box-shadow: var(--handleoffsetcalculator) 0 0 2px var(--tglbg) inset, 0 0 0 2px var(--tglbg) inset, var(--togglehandleborder);
}
.tooltip {
  position: relative;
  display: inline-block;
  --tooltip-offset: calc(100% + 1px + var(--tooltip-tail, 0px));
  text-align: center;
  --tooltip-tail: 3px;
  --tooltip-color: hsl(var(--n));
  --tooltip-text-color: hsl(var(--nc));
  --tooltip-tail-offset: calc(100% + 1px - var(--tooltip-tail));
}
.tooltip:before {
  position: absolute;
  pointer-events: none;
  z-index: 999;
  content: var(--tw-content);
  --tw-content: attr(data-tip);
  max-width: 20rem;
  border-radius: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  background-color: var(--tooltip-color);
  color: var(--tooltip-text-color);
  width: -moz-max-content;
  width: max-content;
}
.tooltip:before, .tooltip-top:before {
  transform: translateX(-50%);
  top: auto;
  left: 50%;
  right: auto;
  bottom: var(--tooltip-offset);
}
.avatar-group :where(.avatar) {
  overflow: hidden;
  border-radius: 9999px;
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: hsl(var(--b1) / var(--tw-border-opacity));
}
.btn-outline .badge.outline {
  --tw-border-opacity: 1;
  border-color: hsl(var(--nf, var(--n)) / var(--tw-border-opacity));
  background-color: transparent;
}
.btn-outline:hover .badge.outline {
  --tw-border-opacity: 1;
  border-color: hsl(var(--b2, var(--b1)) / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--nc) / var(--tw-text-opacity));
}
.btn-outline.btn-primary:hover .badge.outline {
  --tw-border-opacity: 1;
  border-color: hsl(var(--pc) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--pf, var(--p)) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}
.btn-outline.btn-secondary:hover .badge.outline {
  --tw-border-opacity: 1;
  border-color: hsl(var(--sc) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--sf, var(--s)) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--sc) / var(--tw-text-opacity));
}
.btn-outline.btn-accent:hover .badge.outline {
  --tw-border-opacity: 1;
  border-color: hsl(var(--ac) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--af, var(--a)) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--ac) / var(--tw-text-opacity));
}
.btm-nav>*:where(.active) {
  border-top-width: 2px;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b1) / var(--tw-bg-opacity));
}
.btm-nav>*.disabled,
    .btm-nav>*.disabled:hover,
    .btm-nav>*[disabled],
    .btm-nav>*[disabled]:hover {
  pointer-events: none;
  --tw-border-opacity: 0;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
  color: hsl(var(--bc) / var(--tw-text-opacity));
  --tw-text-opacity: 0.2;
}
.btm-nav>* .label {
  font-size: 1rem;
  line-height: 1.5rem;
}
.breadcrumbs > ul > li > a:focus, .breadcrumbs > ol > li > a:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.breadcrumbs > ul > li > a:focus-visible, .breadcrumbs > ol > li > a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.breadcrumbs > ul > li + *:before, .breadcrumbs > ol > li + *:before {
  content: "";
  margin-left: 0.5rem;
  margin-right: 0.75rem;
  display: block;
  height: 0.375rem;
  width: 0.375rem;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0.4;
  border-top: 1px solid;
  border-right: 1px solid;
  background-color: transparent;
}
[dir="rtl"] .breadcrumbs > ul > li + *:before,
[dir="rtl"] .breadcrumbs > ol > li + *:before {
  --tw-rotate: -135deg;
}
.btn.\!loading.btn-square:before,
    .btn.\!loading.btn-circle:before {
  margin-right: 0px !important;
}
.btn.loading.btn-square:before,
    .btn.loading.btn-circle:before {
  margin-right: 0px;
}
.btn.\!loading.btn-square:before,
    .btn.\!loading.btn-circle:before {
  margin-right: 0px !important;
}
.btn.\!loading.btn-xl:before,
    .btn.\!loading.btn-lg:before {
  height: 1.25rem !important;
  width: 1.25rem !important;
}
.btn.loading.btn-xl:before,
    .btn.loading.btn-lg:before {
  height: 1.25rem;
  width: 1.25rem;
}
.btn.\!loading.btn-xl:before,
    .btn.\!loading.btn-lg:before {
  height: 1.25rem !important;
  width: 1.25rem !important;
}
.btn.\!loading.btn-sm:before,
    .btn.\!loading.btn-xs:before {
  height: 0.75rem !important;
  width: 0.75rem !important;
}
.btn.loading.btn-sm:before,
    .btn.loading.btn-xs:before {
  height: 0.75rem;
  width: 0.75rem;
}
.btn.\!loading.btn-sm:before,
    .btn.\!loading.btn-xs:before {
  height: 0.75rem !important;
  width: 0.75rem !important;
}
@keyframes button-pop {

  0% {
    transform: scale(var(--btn-focus-scale, 0.95));
  }

  40% {
    transform: scale(1.02);
  }

  100% {
    transform: scale(1);
  }
}
.carousel::-webkit-scrollbar {
  display: none;
}
@keyframes checkmark {

  0% {
    background-position-y: 5px;
  }

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

  100% {
    background-position-y: 0;
  }
}
.divider:before {
  background-color: hsl(var(--bc) / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
}
.divider:after {
  background-color: hsl(var(--bc) / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
}
.divider:not(:empty) {
  gap: 1rem;
}
.label a:hover {
  --tw-text-opacity: 1;
  color: hsl(var(--bc) / var(--tw-text-opacity));
}
.input[list]::-webkit-calendar-picker-indicator {
  line-height: 1em;
}
.input:focus {
  outline: 2px solid hsla(var(--bc) / 0.2);
  outline-offset: 2px;
}
.input-disabled,
  .input[disabled] {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: hsl(var(--b2, var(--b1)) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b2, var(--b1)) / var(--tw-bg-opacity));
  --tw-text-opacity: 0.2;
}
.input-disabled::-moz-placeholder, .input[disabled]::-moz-placeholder {
  color: hsl(var(--bc) / var(--tw-placeholder-opacity));
  --tw-placeholder-opacity: 0.2;
}
.input-disabled::placeholder,
  .input[disabled]::placeholder {
  color: hsl(var(--bc) / var(--tw-placeholder-opacity));
  --tw-placeholder-opacity: 0.2;
}
.link:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.mask-squircle {
  -webkit-mask-image: url("data:image/svg+xml,%3csvg width=%27200%27 height=%27200%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M100 0C20 0 0 20 0 100s20 100 100 100 100-20 100-100S180 0 100 0Z%27/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg width=%27200%27 height=%27200%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M100 0C20 0 0 20 0 100s20 100 100 100 100-20 100-100S180 0 100 0Z%27/%3e%3c/svg%3e");
}
.menu :where(li:not(.menu-title):not(:empty)) > :where(:not(ul).active),
  .menu :where(li:not(.menu-title):not(:empty)) > :where(*:not(ul):active) {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--p) / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: hsl(var(--pc) / var(--tw-text-opacity));
}
.menu li.disabled > * {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: hsl(var(--bc) / var(--tw-text-opacity));
  --tw-text-opacity: 0.2;
}
.menu li.disabled > *:hover {
  background-color: transparent;
}
.mockup-phone .display {
  overflow: hidden;
  border-radius: 40px;
  margin-top: -25px;
}
.modal-open .modal-box,
.modal-toggle:checked + .modal .modal-box,
.modal:target .modal-box {
  --tw-translate-y: 0px;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.progress::-moz-progress-bar {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
}
.progress:indeterminate::after {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -40%;
  width: 33.333333%;
  border-radius: var(--rounded-box, 1rem);
  animation: progress-loading 5s infinite ease-in-out;
}
.progress::-webkit-progress-bar {
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
  border-radius: var(--rounded-box, 1rem);
}
.progress::-webkit-progress-value {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--nf, var(--n)) / var(--tw-bg-opacity));
  border-radius: var(--rounded-box, 1rem);
}
@keyframes progress-loading {

  50% {
    left: 107%;
  }
}
.radio:focus-visible {
  outline: 2px solid hsl(var(--bc));
  outline-offset: 2px;
}
.radio:checked,
  .radio[aria-checked=true] {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--bc) / var(--tw-bg-opacity));
  animation: radiomark var(--animation-input, 0.2s) ease-in-out;
  box-shadow: 0 0 0 4px hsl(var(--b1)) inset, 0 0 0 4px hsl(var(--b1)) inset;
}
.radio:disabled {
  cursor: not-allowed;
  opacity: 0.2;
}
@keyframes radiomark {

  0% {
    box-shadow: 0 0 0 12px hsl(var(--b1)) inset, 0 0 0 12px hsl(var(--b1)) inset;
  }

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

  100% {
    box-shadow: 0 0 0 4px hsl(var(--b1)) inset, 0 0 0 4px hsl(var(--b1)) inset;
  }
}
@keyframes rating-pop {

  0% {
    transform: translateY(-0.125em);
  }

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

  100% {
    transform: translateY(0);
  }
}
.select:focus {
  outline: 2px solid hsla(var(--bc) / 0.2);
  outline-offset: 2px;
}
.select-disabled,
  .select[disabled] {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: hsl(var(--b2, var(--b1)) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b2, var(--b1)) / var(--tw-bg-opacity));
  --tw-text-opacity: 0.2;
}
.select-disabled::-moz-placeholder, .select[disabled]::-moz-placeholder {
  color: hsl(var(--bc) / var(--tw-placeholder-opacity));
  --tw-placeholder-opacity: 0.2;
}
.select-disabled::placeholder,
  .select[disabled]::placeholder {
  color: hsl(var(--bc) / var(--tw-placeholder-opacity));
  --tw-placeholder-opacity: 0.2;
}
.select-multiple,
  .select[multiple],
  .select[size].select:not([size="1"]) {
  background-image: none;
  padding-right: 1rem;
}
[dir="rtl"] .select {
  background-position: calc(0% + 12px) calc(1px + 50%), calc(0% + 16px) calc(1px + 50%);
}
.\!tab:hover {
  --tw-text-opacity: 1 !important;
}
.tab:hover {
  --tw-text-opacity: 1;
}
.\!tab.tab-active:not(.tab-disabled):not([disabled]) {
  border-color: hsl(var(--bc) / var(--tw-border-opacity)) !important;
  --tw-border-opacity: 1 !important;
  --tw-text-opacity: 1 !important;
}
.tab.tab-active:not(.tab-disabled):not([disabled]) {
  border-color: hsl(var(--bc) / var(--tw-border-opacity));
  --tw-border-opacity: 1;
  --tw-text-opacity: 1;
}
.\!tab:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.tab:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.\!tab:focus-visible {
  outline: 2px solid currentColor !important;
  outline-offset: -3px !important;
}
.tab:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: -3px;
}
.\!tab:focus-visible.tab-lifted {
  border-bottom-right-radius: var(--tab-radius, 0.5rem) !important;
  border-bottom-left-radius: var(--tab-radius, 0.5rem) !important;
}
.tab:focus-visible.tab-lifted {
  border-bottom-right-radius: var(--tab-radius, 0.5rem);
  border-bottom-left-radius: var(--tab-radius, 0.5rem);
}

  .\!tab[disabled],
  .\!tab[disabled]:hover {
  cursor: not-allowed !important;
  color: hsl(var(--bc) / var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.2 !important;
}
.tab-disabled,
  .tab-disabled:hover,
  .tab[disabled],
  .tab[disabled]:hover {
  cursor: not-allowed;
  color: hsl(var(--bc) / var(--tw-text-opacity));
  --tw-text-opacity: 0.2;
}

  .\!tab[disabled],
  .\!tab[disabled]:hover {
  cursor: not-allowed !important;
  color: hsl(var(--bc) / var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.2 !important;
}
.tabs-boxed .\!tab {
  border-radius: var(--rounded-btn, 0.5rem) !important;
}
.tabs-boxed .tab {
  border-radius: var(--rounded-btn, 0.5rem);
}
.table :where(th, td) {
  white-space: nowrap;
  padding: 1rem;
  vertical-align: middle;
}
.table tr.active th,
    .table tr.active td,
    .table tr.active:nth-child(even) th,
    .table tr.active:nth-child(even) td {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b3, var(--b2)) / var(--tw-bg-opacity));
}
.table tr.hover:hover th,
    .table tr.hover:hover td,
    .table tr.hover:nth-child(even):hover th,
    .table tr.hover:nth-child(even):hover td {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b3, var(--b2)) / var(--tw-bg-opacity));
}
.table:where(:not(.table-zebra)) :where(thead, tbody, tfoot) :where(tr:not(:last-child) :where(th, td)) {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: hsl(var(--b2, var(--b1)) / var(--tw-border-opacity));
}
.table :where(thead, tfoot) :where(th, td) {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b2, var(--b1)) / var(--tw-bg-opacity));
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}
.table :where(tbody th, tbody td) {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b1) / var(--tw-bg-opacity));
}
:where(.table *:first-child) :where(*:first-child) :where(th, td):first-child {
  border-top-left-radius: var(--rounded-box, 1rem);
}
:where(.table *:first-child) :where(*:first-child) :where(th, td):last-child {
  border-top-right-radius: var(--rounded-box, 1rem);
}
:where(.table *:last-child) :where(*:last-child) :where(th, td):first-child {
  border-bottom-left-radius: var(--rounded-box, 1rem);
}
:where(.table *:last-child) :where(*:last-child) :where(th, td):last-child {
  border-bottom-right-radius: var(--rounded-box, 1rem);
}
.textarea:focus {
  outline: 2px solid hsla(var(--bc) / 0.2);
  outline-offset: 2px;
}
.textarea-disabled,
  .textarea[disabled] {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: hsl(var(--b2, var(--b1)) / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b2, var(--b1)) / var(--tw-bg-opacity));
  --tw-text-opacity: 0.2;
}
.textarea-disabled::-moz-placeholder, .textarea[disabled]::-moz-placeholder {
  color: hsl(var(--bc) / var(--tw-placeholder-opacity));
  --tw-placeholder-opacity: 0.2;
}
.textarea-disabled::placeholder,
  .textarea[disabled]::placeholder {
  color: hsl(var(--bc) / var(--tw-placeholder-opacity));
  --tw-placeholder-opacity: 0.2;
}
.toast>* {
  animation: toast-pop 0.25s ease-out;
}
@keyframes toast-pop {

  0% {
    transform: scale(0.9);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}
[dir="rtl"] .toggle {
  --handleoffsetcalculator: calc(var(--handleoffset) * 1);
}
.toggle:focus-visible {
  outline: 2px solid hsl(var(--bc));
  outline-offset: 2px;
}
.toggle:checked,
  .toggle[checked="true"],
  .toggle[aria-checked=true] {
  --handleoffsetcalculator: var(--handleoffset);
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
}
[dir="rtl"] .toggle:checked, [dir="rtl"] .toggle[checked="true"], [dir="rtl"] .toggle[aria-checked=true] {
  --handleoffsetcalculator: calc(var(--handleoffset) * -1);
}
.toggle:indeterminate {
  --tw-border-opacity: 1;
  --tw-bg-opacity: 1;
  box-shadow: calc(var(--handleoffset) / 2) 0 0 2px var(--tglbg) inset, calc(var(--handleoffset) / -2) 0 0 2px var(--tglbg) inset, 0 0 0 2px var(--tglbg) inset;
}
[dir="rtl"] .toggle:indeterminate {
  box-shadow: calc(var(--handleoffset) / 2) 0 0 2px var(--tglbg) inset, calc(var(--handleoffset) / -2) 0 0 2px var(--tglbg) inset, 0 0 0 2px var(--tglbg) inset;
}
.toggle:disabled {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: hsl(var(--bc) / var(--tw-border-opacity));
  background-color: transparent;
  opacity: 0.3;
  --togglehandleborder: 0 0 0 3px hsl(var(--bc)) inset, var(--handleoffsetcalculator) 0 0 3px hsl(var(--bc)) inset;
}
.tooltip:before,
.tooltip:after {
  opacity: 0;
  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-delay: 100ms;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.tooltip:after {
  position: absolute;
  content: "";
  border-style: solid;
  border-width: var(--tooltip-tail, 0);
  width: 0;
  height: 0;
  display: block;
}
.tooltip.tooltip-open:before,
.tooltip.tooltip-open:after,
.tooltip:hover:before,
.tooltip:hover:after {
  opacity: 1;
  transition-delay: 75ms;
}
.tooltip:not([data-tip]):hover:before,
.tooltip:not([data-tip]):hover:after {
  visibility: hidden;
  opacity: 0;
}
.tooltip:after, .tooltip-top:after {
  transform: translateX(-50%);
  border-color: var(--tooltip-color) transparent transparent transparent;
  top: auto;
  left: 50%;
  right: auto;
  bottom: var(--tooltip-tail-offset);
}
:root .prose {
  --tw-prose-body: hsla(var(--bc)/.8);
  --tw-prose-headings: hsl(var(--bc));
  --tw-prose-lead: hsl(var(--bc));
  --tw-prose-links: hsl(var(--bc));
  --tw-prose-bold: hsl(var(--bc));
  --tw-prose-counters: hsl(var(--bc));
  --tw-prose-bullets: hsla(var(--bc)/.5);
  --tw-prose-hr: hsla(var(--bc)/.2);
  --tw-prose-quotes: hsl(var(--bc));
  --tw-prose-quote-borders: hsla(var(--bc)/.2);
  --tw-prose-captions: hsla(var(--bc)/.5);
  --tw-prose-code: hsl(var(--bc));
  --tw-prose-pre-code: hsl(var(--nc));
  --tw-prose-pre-bg: hsl(var(--n));
  --tw-prose-th-borders: hsla(var(--bc)/.5);
  --tw-prose-td-borders: hsla(var(--bc)/.2);
}
.prose :where(code):not(:where([class~="not-prose"] *)) {
  padding: 2px 8px;
  border-radius: var(--rounded-badge);
}
.prose code:after, 
  .prose code:before {
  content: none;
}
.prose pre code {
  border-radius: 0;
  padding: 0;
}
.prose :where(tbody tr, thead):not(:where([class~="not-prose"] *)) {
  border-bottom-color: hsl(var(--bc) / 20%);
}
.btm-nav-xs>*:where(.active) {
  border-top-width: 1px;
}
.btm-nav-sm>*:where(.active) {
  border-top-width: 2px;
}
.btm-nav-md>*:where(.active) {
  border-top-width: 2px;
}
.btm-nav-lg>*:where(.active) {
  border-top-width: 4px;
}
.indicator :where(.indicator-item) {
  right: 0px;
  left: auto;
  top: 0px;
  bottom: auto;
  --tw-translate-x: 50%;
  --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));
}
.indicator :where(.indicator-item.indicator-start) {
  right: auto;
  left: 0px;
  --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));
}
.indicator :where(.indicator-item.indicator-center) {
  right: 50%;
  left: 50%;
  --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));
}
.indicator :where(.indicator-item.indicator-end) {
  right: 0px;
  left: auto;
  --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));
}
.indicator :where(.indicator-item.indicator-bottom) {
  top: auto;
  bottom: 0px;
  --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));
}
.indicator :where(.indicator-item.indicator-middle) {
  top: 50%;
  bottom: 50%;
  --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));
}
.indicator :where(.indicator-item.indicator-top) {
  top: 0px;
  bottom: auto;
  --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));
}
:where(.toast) {
  right: 0px;
  left: auto;
  top: auto;
  bottom: 0px;
  --tw-translate-x: 0px;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.toast:where(.toast-start) {
  right: auto;
  left: 0px;
  --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));
}
.toast:where(.toast-center) {
  right: 50%;
  left: 50%;
  --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));
}
.toast:where(.toast-end) {
  right: 0px;
  left: auto;
  --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));
}
.toast:where(.toast-bottom) {
  top: auto;
  bottom: 0px;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.toast:where(.toast-middle) {
  top: 50%;
  bottom: auto;
  --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));
}
.toast:where(.toast-top) {
  top: 0px;
  bottom: auto;
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.avatar.online:before {
  content: "";
  position: absolute;
  z-index: 10;
  display: block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--su) / var(--tw-bg-opacity));
  width: 15%;
  height: 15%;
  top: 7%;
  right: 7%;
  box-shadow: 0 0 0 2px hsl(var(--b1));
}
.avatar.offline:before {
  content: "";
  position: absolute;
  z-index: 10;
  display: block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: hsl(var(--b3, var(--b2)) / var(--tw-bg-opacity));
  width: 15%;
  height: 15%;
  top: 7%;
  right: 7%;
  box-shadow: 0 0 0 2px hsl(var(--b1));
}
.wedocs-document :is(.pointer-events-none) {
  pointer-events: none;
}
.wedocs-document :is(.invisible) {
  visibility: hidden;
}
.wedocs-document :is(.fixed) {
  position: fixed;
}
.wedocs-document :is(.absolute) {
  position: absolute;
}
.wedocs-document :is(.relative) {
  position: relative;
}
.wedocs-document :is(.-inset-px) {
  inset: -1px;
}
.wedocs-document :is(.inset-0) {
  inset: 0px;
}
.wedocs-document :is(.inset-y-0) {
  top: 0px;
  bottom: 0px;
}
.wedocs-document :is(.-right-1) {
  right: -0.25rem;
}
.wedocs-document :is(.-right-3) {
  right: -0.75rem;
}
.wedocs-document :is(.-right-3\.5) {
  right: -0.875rem;
}
.wedocs-document :is(.-top-1) {
  top: -0.25rem;
}
.wedocs-document :is(.left-0) {
  left: 0px;
}
.wedocs-document :is(.left-1\/2) {
  left: 50%;
}
.wedocs-document :is(.left-\[50\%\]) {
  left: 50%;
}
.wedocs-document :is(.right-0) {
  right: 0px;
}
.wedocs-document :is(.right-10) {
  right: 2.5rem;
}
.wedocs-document :is(.right-2) {
  right: 0.5rem;
}
.wedocs-document :is(.right-2\.5) {
  right: 0.625rem;
}
.wedocs-document :is(.right-9) {
  right: 2.25rem;
}
.wedocs-document :is(.top-0) {
  top: 0px;
}
.wedocs-document :is(.top-1\/2) {
  top: 50%;
}
.wedocs-document :is(.top-10) {
  top: 2.5rem;
}
.wedocs-document :is(.top-2) {
  top: 0.5rem;
}
.wedocs-document :is(.top-2\.5) {
  top: 0.625rem;
}
.wedocs-document :is(.isolate) {
  isolation: isolate;
}
.wedocs-document :is(.\!z-\[9999\]) {
  z-index: 9999 !important;
}
.wedocs-document :is(.z-0) {
  z-index: 0;
}
.wedocs-document :is(.z-10) {
  z-index: 10;
}
.wedocs-document :is(.z-40) {
  z-index: 40;
}
.wedocs-document :is(.z-50) {
  z-index: 50;
}
.wedocs-document :is(.z-\[0\]) {
  z-index: 0;
}
.wedocs-document :is(.z-\[100\]) {
  z-index: 100;
}
.wedocs-document :is(.z-\[1\]) {
  z-index: 1;
}
.wedocs-document :is(.z-\[2000\]) {
  z-index: 2000;
}
.wedocs-document :is(.z-\[50\]) {
  z-index: 50;
}
.wedocs-document :is(.z-\[90\]) {
  z-index: 90;
}
.wedocs-document :is(.z-\[9980\]) {
  z-index: 9980;
}
.wedocs-document :is(.z-\[99999\]) {
  z-index: 99999;
}
.wedocs-document :is(.z-\[9999\]) {
  z-index: 9999;
}
.wedocs-document :is(.col-span-1) {
  grid-column: span 1 / span 1;
}
.wedocs-document :is(.col-span-12) {
  grid-column: span 12 / span 12;
}
.wedocs-document :is(.col-span-4) {
  grid-column: span 4 / span 4;
}
.wedocs-document :is(.float-left) {
  float: left;
}
.wedocs-document :is(.m-0) {
  margin: 0px;
}
.wedocs-document :is(.-mx-1) {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.wedocs-document :is(.mx-1) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.wedocs-document :is(.mx-auto) {
  margin-left: auto;
  margin-right: auto;
}
.wedocs-document :is(.my-1) {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.wedocs-document :is(.my-1\.5) {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
.wedocs-document :is(.my-24) {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.wedocs-document :is(.my-3) {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.wedocs-document :is(.my-3\.5) {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}
.wedocs-document :is(.my-5) {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.wedocs-document :is(.my-6) {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.wedocs-document :is(.my-7) {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.wedocs-document :is(.\!-mt-\[0\.5px\]) {
  margin-top: -0.5px !important;
}
.wedocs-document :is(.\!mb-0) {
  margin-bottom: 0px !important;
}
.wedocs-document :is(.\!mb-0\.5) {
  margin-bottom: 0.125rem !important;
}
.wedocs-document :is(.\!ml-1) {
  margin-left: 0.25rem !important;
}
.wedocs-document :is(.\!ml-4) {
  margin-left: 1rem !important;
}
.wedocs-document :is(.\!ml-5) {
  margin-left: 1.25rem !important;
}
.wedocs-document :is(.\!ml-\[-26px\]) {
  margin-left: -26px !important;
}
.wedocs-document :is(.\!mr-2) {
  margin-right: 0.5rem !important;
}
.wedocs-document :is(.\!mt-1) {
  margin-top: 0.25rem !important;
}
.wedocs-document :is(.\!mt-14) {
  margin-top: 3.5rem !important;
}
.wedocs-document :is(.-ml-0) {
  margin-left: -0px;
}
.wedocs-document :is(.-ml-0\.5) {
  margin-left: -0.125rem;
}
.wedocs-document :is(.-ml-1) {
  margin-left: -0.25rem;
}
.wedocs-document :is(.-mt-0) {
  margin-top: -0px;
}
.wedocs-document :is(.-mt-0\.5) {
  margin-top: -0.125rem;
}
.wedocs-document :is(.-mt-1) {
  margin-top: -0.25rem;
}
.wedocs-document :is(.-mt-3) {
  margin-top: -0.75rem;
}
.wedocs-document :is(.-mt-5) {
  margin-top: -1.25rem;
}
.wedocs-document :is(.-mt-\[15px\]) {
  margin-top: -15px;
}
.wedocs-document :is(.-mt-\[17px\]) {
  margin-top: -17px;
}
.wedocs-document :is(.-mt-\[1px\]) {
  margin-top: -1px;
}
.wedocs-document :is(.-mt-\[3px\]) {
  margin-top: -3px;
}
.wedocs-document :is(.-mt-px) {
  margin-top: -1px;
}
.wedocs-document :is(.mb-0) {
  margin-bottom: 0px;
}
.wedocs-document :is(.mb-0\.5) {
  margin-bottom: 0.125rem;
}
.wedocs-document :is(.mb-1) {
  margin-bottom: 0.25rem;
}
.wedocs-document :is(.mb-1\.5) {
  margin-bottom: 0.375rem;
}
.wedocs-document :is(.mb-10) {
  margin-bottom: 2.5rem;
}
.wedocs-document :is(.mb-16) {
  margin-bottom: 4rem;
}
.wedocs-document :is(.mb-2) {
  margin-bottom: 0.5rem;
}
.wedocs-document :is(.mb-2\.5) {
  margin-bottom: 0.625rem;
}
.wedocs-document :is(.mb-3) {
  margin-bottom: 0.75rem;
}
.wedocs-document :is(.mb-3\.5) {
  margin-bottom: 0.875rem;
}
.wedocs-document :is(.mb-4) {
  margin-bottom: 1rem;
}
.wedocs-document :is(.mb-5) {
  margin-bottom: 1.25rem;
}
.wedocs-document :is(.mb-6) {
  margin-bottom: 1.5rem;
}
.wedocs-document :is(.mb-7) {
  margin-bottom: 1.75rem;
}
.wedocs-document :is(.mb-8) {
  margin-bottom: 2rem;
}
.wedocs-document :is(.mb-\[60px\]) {
  margin-bottom: 60px;
}
.wedocs-document :is(.ml-1) {
  margin-left: 0.25rem;
}
.wedocs-document :is(.ml-1\.5) {
  margin-left: 0.375rem;
}
.wedocs-document :is(.ml-2) {
  margin-left: 0.5rem;
}
.wedocs-document :is(.ml-2\.5) {
  margin-left: 0.625rem;
}
.wedocs-document :is(.ml-3) {
  margin-left: 0.75rem;
}
.wedocs-document :is(.ml-4) {
  margin-left: 1rem;
}
.wedocs-document :is(.ml-5) {
  margin-left: 1.25rem;
}
.wedocs-document :is(.ml-6) {
  margin-left: 1.5rem;
}
.wedocs-document :is(.ml-8) {
  margin-left: 2rem;
}
.wedocs-document :is(.ml-9) {
  margin-left: 2.25rem;
}
.wedocs-document :is(.ml-auto) {
  margin-left: auto;
}
.wedocs-document :is(.mr-0) {
  margin-right: 0px;
}
.wedocs-document :is(.mr-0\.5) {
  margin-right: 0.125rem;
}
.wedocs-document :is(.mr-1) {
  margin-right: 0.25rem;
}
.wedocs-document :is(.mr-2) {
  margin-right: 0.5rem;
}
.wedocs-document :is(.mr-2\.5) {
  margin-right: 0.625rem;
}
.wedocs-document :is(.mr-3) {
  margin-right: 0.75rem;
}
.wedocs-document :is(.mr-3\.5) {
  margin-right: 0.875rem;
}
.wedocs-document :is(.mr-4) {
  margin-right: 1rem;
}
.wedocs-document :is(.mr-5) {
  margin-right: 1.25rem;
}
.wedocs-document :is(.mr-6) {
  margin-right: 1.5rem;
}
.wedocs-document :is(.mr-auto) {
  margin-right: auto;
}
.wedocs-document :is(.mt-0) {
  margin-top: 0px;
}
.wedocs-document :is(.mt-0\.5) {
  margin-top: 0.125rem;
}
.wedocs-document :is(.mt-1) {
  margin-top: 0.25rem;
}
.wedocs-document :is(.mt-1\.5) {
  margin-top: 0.375rem;
}
.wedocs-document :is(.mt-10) {
  margin-top: 2.5rem;
}
.wedocs-document :is(.mt-14) {
  margin-top: 3.5rem;
}
.wedocs-document :is(.mt-2) {
  margin-top: 0.5rem;
}
.wedocs-document :is(.mt-2\.5) {
  margin-top: 0.625rem;
}
.wedocs-document :is(.mt-3) {
  margin-top: 0.75rem;
}
.wedocs-document :is(.mt-4) {
  margin-top: 1rem;
}
.wedocs-document :is(.mt-5) {
  margin-top: 1.25rem;
}
.wedocs-document :is(.mt-6) {
  margin-top: 1.5rem;
}
.wedocs-document :is(.mt-7) {
  margin-top: 1.75rem;
}
.wedocs-document :is(.mt-8) {
  margin-top: 2rem;
}
.wedocs-document :is(.mt-\[-2px\]) {
  margin-top: -2px;
}
.wedocs-document :is(.mt-\[13px\]) {
  margin-top: 13px;
}
.wedocs-document :is(.mt-\[15px\]) {
  margin-top: 15px;
}
.wedocs-document :is(.mt-\[1px\]) {
  margin-top: 1px;
}
.wedocs-document :is(.mt-\[70px\]) {
  margin-top: 70px;
}
.wedocs-document :is(.box-border) {
  box-sizing: border-box;
}
.wedocs-document :is(.box-content) {
  box-sizing: content-box;
}
.wedocs-document :is(.block) {
  display: block;
}
.wedocs-document :is(.inline-block) {
  display: inline-block;
}
.wedocs-document :is(.inline) {
  display: inline;
}
.wedocs-document :is(.\!flex) {
  display: flex !important;
}
.wedocs-document :is(.flex) {
  display: flex;
}
.wedocs-document :is(.inline-flex) {
  display: inline-flex;
}
.wedocs-document :is(.table) {
  display: table;
}
.wedocs-document :is(.grid) {
  display: grid;
}
.wedocs-document :is(.contents) {
  display: contents;
}
.wedocs-document :is(.hidden) {
  display: none;
}
.wedocs-document :is(.h-1) {
  height: 0.25rem;
}
.wedocs-document :is(.h-1\.5) {
  height: 0.375rem;
}
.wedocs-document :is(.h-10) {
  height: 2.5rem;
}
.wedocs-document :is(.h-11) {
  height: 2.75rem;
}
.wedocs-document :is(.h-12) {
  height: 3rem;
}
.wedocs-document :is(.h-16) {
  height: 4rem;
}
.wedocs-document :is(.h-2) {
  height: 0.5rem;
}
.wedocs-document :is(.h-20) {
  height: 5rem;
}
.wedocs-document :is(.h-24) {
  height: 6rem;
}
.wedocs-document :is(.h-3) {
  height: 0.75rem;
}
.wedocs-document :is(.h-3\.5) {
  height: 0.875rem;
}
.wedocs-document :is(.h-4) {
  height: 1rem;
}
.wedocs-document :is(.h-48) {
  height: 12rem;
}
.wedocs-document :is(.h-5) {
  height: 1.25rem;
}
.wedocs-document :is(.h-6) {
  height: 1.5rem;
}
.wedocs-document :is(.h-7) {
  height: 1.75rem;
}
.wedocs-document :is(.h-8) {
  height: 2rem;
}
.wedocs-document :is(.h-80) {
  height: 20rem;
}
.wedocs-document :is(.h-\[100\%\]) {
  height: 100%;
}
.wedocs-document :is(.h-\[135px\]) {
  height: 135px;
}
.wedocs-document :is(.h-\[180px\]) {
  height: 180px;
}
.wedocs-document :is(.h-\[4\.5rem\]) {
  height: 4.5rem;
}
.wedocs-document :is(.h-\[407px\]) {
  height: 407px;
}
.wedocs-document :is(.h-\[50px\]) {
  height: 50px;
}
.wedocs-document :is(.h-\[75vh\]) {
  height: 75vh;
}
.wedocs-document :is(.h-\[80vh\]) {
  height: 80vh;
}
.wedocs-document :is(.h-fit) {
  height: -moz-fit-content;
  height: fit-content;
}
.wedocs-document :is(.h-full) {
  height: 100%;
}
.wedocs-document :is(.h-px) {
  height: 1px;
}
.wedocs-document :is(.max-h-5) {
  max-height: 1.25rem;
}
.wedocs-document :is(.max-h-60) {
  max-height: 15rem;
}
.wedocs-document :is(.min-h-\[200px\]) {
  min-height: 200px;
}
.wedocs-document :is(.min-h-\[439px\]) {
  min-height: 439px;
}
.wedocs-document :is(.min-h-\[500px\]) {
  min-height: 500px;
}
.wedocs-document :is(.min-h-full) {
  min-height: 100%;
}
.wedocs-document :is(.\!w-\[381px\]) {
  width: 381px !important;
}
.wedocs-document :is(.\!w-\[600px\]) {
  width: 600px !important;
}
.wedocs-document :is(.\!w-full) {
  width: 100% !important;
}
.wedocs-document :is(.w-0) {
  width: 0px;
}
.wedocs-document :is(.w-10) {
  width: 2.5rem;
}
.wedocs-document :is(.w-12) {
  width: 3rem;
}
.wedocs-document :is(.w-16) {
  width: 4rem;
}
.wedocs-document :is(.w-2) {
  width: 0.5rem;
}
.wedocs-document :is(.w-24) {
  width: 6rem;
}
.wedocs-document :is(.w-3) {
  width: 0.75rem;
}
.wedocs-document :is(.w-3\.5) {
  width: 0.875rem;
}
.wedocs-document :is(.w-32) {
  width: 8rem;
}
.wedocs-document :is(.w-4) {
  width: 1rem;
}
.wedocs-document :is(.w-40) {
  width: 10rem;
}
.wedocs-document :is(.w-44) {
  width: 11rem;
}
.wedocs-document :is(.w-5) {
  width: 1.25rem;
}
.wedocs-document :is(.w-52) {
  width: 13rem;
}
.wedocs-document :is(.w-56) {
  width: 14rem;
}
.wedocs-document :is(.w-6) {
  width: 1.5rem;
}
.wedocs-document :is(.w-64) {
  width: 16rem;
}
.wedocs-document :is(.w-7) {
  width: 1.75rem;
}
.wedocs-document :is(.w-8) {
  width: 2rem;
}
.wedocs-document :is(.w-80) {
  width: 20rem;
}
.wedocs-document :is(.w-9) {
  width: 2.25rem;
}
.wedocs-document :is(.w-\[108px\]) {
  width: 108px;
}
.wedocs-document :is(.w-\[160px\]) {
  width: 160px;
}
.wedocs-document :is(.w-\[26rem\]) {
  width: 26rem;
}
.wedocs-document :is(.w-\[270px\]) {
  width: 270px;
}
.wedocs-document :is(.w-\[310px\]) {
  width: 310px;
}
.wedocs-document :is(.w-\[340px\]) {
  width: 340px;
}
.wedocs-document :is(.w-\[5\%\]) {
  width: 5%;
}
.wedocs-document :is(.w-\[500px\]) {
  width: 500px;
}
.wedocs-document :is(.w-\[512px\]) {
  width: 512px;
}
.wedocs-document :is(.w-\[600px\]) {
  width: 600px;
}
.wedocs-document :is(.w-\[72px\]) {
  width: 72px;
}
.wedocs-document :is(.w-\[800px\]) {
  width: 800px;
}
.wedocs-document :is(.w-\[900px\]) {
  width: 900px;
}
.wedocs-document :is(.w-auto) {
  width: auto;
}
.wedocs-document :is(.w-fit) {
  width: -moz-fit-content;
  width: fit-content;
}
.wedocs-document :is(.w-full) {
  width: 100%;
}
.wedocs-document :is(.min-w-0) {
  min-width: 0px;
}
.wedocs-document :is(.min-w-\[122px\]) {
  min-width: 122px;
}
.wedocs-document :is(.min-w-\[136px\]) {
  min-width: 136px;
}
.wedocs-document :is(.min-w-\[150px\]) {
  min-width: 150px;
}
.wedocs-document :is(.max-w-\[1008px\]) {
  max-width: 1008px;
}
.wedocs-document :is(.max-w-\[490px\]) {
  max-width: 490px;
}
.wedocs-document :is(.max-w-md) {
  max-width: 28rem;
}
.wedocs-document :is(.flex-1) {
  flex: 1 1 0%;
}
.wedocs-document :is(.flex-\[1\.25\]) {
  flex: 1.25;
}
.wedocs-document :is(.flex-\[3\]) {
  flex: 3;
}
.wedocs-document :is(.flex-none) {
  flex: none;
}
.wedocs-document :is(.flex-shrink) {
  flex-shrink: 1;
}
.wedocs-document :is(.flex-shrink-0) {
  flex-shrink: 0;
}
.wedocs-document :is(.border-collapse) {
  border-collapse: collapse;
}
.wedocs-document :is(.-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));
}
.wedocs-document :is(.-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));
}
.wedocs-document :is(.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));
}
.wedocs-document :is(.translate-x-5) {
  --tw-translate-x: 1.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.wedocs-document :is(.translate-y-\[4\%\]) {
  --tw-translate-y: 4%;
  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));
}
.wedocs-document :is(.rotate-90) {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.wedocs-document :is(.scale-100) {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.wedocs-document :is(.scale-95) {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.wedocs-document :is(.transform) {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.wedocs-document :is(.animate-pulse) {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.wedocs-document :is(.cursor-grab) {
  cursor: grab;
}
.wedocs-document :is(.cursor-pointer) {
  cursor: pointer;
}
.wedocs-document :is(.select-none) {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.wedocs-document :is(.auto-cols-\[1fr\]) {
  grid-auto-columns: 1fr;
}
.wedocs-document :is(.grid-flow-col) {
  grid-auto-flow: column;
}
.wedocs-document :is(.auto-rows-max) {
  grid-auto-rows: max-content;
}
.wedocs-document :is(.grid-cols-1) {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.wedocs-document :is(.grid-cols-3) {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.wedocs-document :is(.grid-cols-4) {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.wedocs-document :is(.flex-col) {
  flex-direction: column;
}
.wedocs-document :is(.flex-wrap) {
  flex-wrap: wrap;
}
.wedocs-document :is(.place-content-center) {
  place-content: center;
}
.wedocs-document :is(.items-start) {
  align-items: flex-start;
}
.wedocs-document :is(.items-end) {
  align-items: flex-end;
}
.wedocs-document :is(.items-center) {
  align-items: center;
}
.wedocs-document :is(.justify-end) {
  justify-content: flex-end;
}
.wedocs-document :is(.justify-center) {
  justify-content: center;
}
.wedocs-document :is(.justify-between) {
  justify-content: space-between;
}
.wedocs-document :is(.\!gap-6) {
  gap: 1.5rem !important;
}
.wedocs-document :is(.gap-1) {
  gap: 0.25rem;
}
.wedocs-document :is(.gap-10) {
  gap: 2.5rem;
}
.wedocs-document :is(.gap-2) {
  gap: 0.5rem;
}
.wedocs-document :is(.gap-2\.5) {
  gap: 0.625rem;
}
.wedocs-document :is(.gap-24) {
  gap: 6rem;
}
.wedocs-document :is(.gap-3) {
  gap: 0.75rem;
}
.wedocs-document :is(.gap-4) {
  gap: 1rem;
}
.wedocs-document :is(.gap-5) {
  gap: 1.25rem;
}
.wedocs-document :is(.gap-7) {
  gap: 1.75rem;
}
.wedocs-document :is(.-space-x-2 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.wedocs-document :is(.space-x-1 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.wedocs-document :is(.space-x-10 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.wedocs-document :is(.space-x-2 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.wedocs-document :is(.space-x-2\.5 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}
.wedocs-document :is(.space-x-3 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.wedocs-document :is(.space-x-3\.5 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.875rem * var(--tw-space-x-reverse));
  margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
}
.wedocs-document :is(.space-x-4 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.wedocs-document :is(.space-x-5 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.wedocs-document :is(.space-x-6 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.wedocs-document :is(.space-x-8 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.wedocs-document :is(.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));
}
.wedocs-document :is(.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));
}
.wedocs-document :is(.space-y-1 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.wedocs-document :is(.space-y-3 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.wedocs-document :is(.space-y-3\.5 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
}
.wedocs-document :is(.space-y-4 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.wedocs-document :is(.space-y-5 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.wedocs-document :is(.space-y-6 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.wedocs-document :is(.space-y-\[22px\] > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(22px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(22px * var(--tw-space-y-reverse));
}
.wedocs-document :is(.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)));
}
.wedocs-document :is(.divide-gray-200 > :not([hidden]) ~ :not([hidden])) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}
.wedocs-document :is(.self-center) {
  align-self: center;
}
.wedocs-document :is(.overflow-auto) {
  overflow: auto;
}
.wedocs-document :is(.overflow-hidden) {
  overflow: hidden;
}
.wedocs-document :is(.overflow-visible) {
  overflow: visible;
}
.wedocs-document :is(.overflow-y-auto) {
  overflow-y: auto;
}
.wedocs-document :is(.truncate) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wedocs-document :is(.whitespace-break-spaces) {
  white-space: break-spaces;
}
.wedocs-document :is(.\!rounded-md) {
  border-radius: 0.375rem !important;
}
.wedocs-document :is(.rounded) {
  border-radius: 0.25rem;
}
.wedocs-document :is(.rounded-2xl) {
  border-radius: 1rem;
}
.wedocs-document :is(.rounded-\[10px\]) {
  border-radius: 10px;
}
.wedocs-document :is(.rounded-\[42px\]) {
  border-radius: 42px;
}
.wedocs-document :is(.rounded-\[55px\]) {
  border-radius: 55px;
}
.wedocs-document :is(.rounded-full) {
  border-radius: 9999px;
}
.wedocs-document :is(.rounded-lg) {
  border-radius: 0.5rem;
}
.wedocs-document :is(.rounded-md) {
  border-radius: 0.375rem;
}
.wedocs-document :is(.rounded-r-md) {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.wedocs-document :is(.rounded-br-none) {
  border-bottom-right-radius: 0px;
}
.wedocs-document :is(.rounded-tr-none) {
  border-top-right-radius: 0px;
}
.wedocs-document :is(.\!border-0) {
  border-width: 0px !important;
}
.wedocs-document :is(.border) {
  border-width: 1px;
}
.wedocs-document :is(.border-0) {
  border-width: 0px;
}
.wedocs-document :is(.border-2) {
  border-width: 2px;
}
.wedocs-document :is(.border-b) {
  border-bottom-width: 1px;
}
.wedocs-document :is(.border-l-4) {
  border-left-width: 4px;
}
.wedocs-document :is(.border-t) {
  border-top-width: 1px;
}
.wedocs-document :is(.\!border-\[\#8c8f94\]) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(140 143 148 / var(--tw-border-opacity)) !important;
}
.wedocs-document :is(.\!border-gray-300) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
}
.wedocs-document :is(.\!border-red-500) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(239 68 68 / var(--tw-border-opacity)) !important;
}
.wedocs-document :is(.\!border-transparent) {
  border-color: transparent !important;
}
.wedocs-document :is(.border-\[\#D1D5DB\]) {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.wedocs-document :is(.border-\[\#D9D9D9\]) {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}
.wedocs-document :is(.border-\[\#DBDBDB\]) {
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-border-opacity));
}
.wedocs-document :is(.border-\[\#E2E2E2\]) {
  --tw-border-opacity: 1;
  border-color: rgb(226 226 226 / var(--tw-border-opacity));
}
.wedocs-document :is(.border-\[\#E5E7EB\]) {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.wedocs-document :is(.border-\[\#FBBF24\]) {
  --tw-border-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-border-opacity));
}
.wedocs-document :is(.border-gray-200) {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.wedocs-document :is(.border-gray-300) {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.wedocs-document :is(.border-gray-400) {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.wedocs-document :is(.border-indigo-600) {
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity));
}
.wedocs-document :is(.border-transparent) {
  border-color: transparent;
}
.wedocs-document :is(.border-yellow-400) {
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity));
}
.wedocs-document :is(.border-t-\[\#DBDBDB\]) {
  --tw-border-opacity: 1;
  border-top-color: rgb(219 219 219 / var(--tw-border-opacity));
}
.wedocs-document :is(.\!bg-\[\#007f69\]) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 127 105 / var(--tw-bg-opacity)) !important;
}
.wedocs-document :is(.\!bg-\[\#909091\]) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(144 144 145 / var(--tw-bg-opacity)) !important;
}
.wedocs-document :is(.\!bg-gray-200) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity)) !important;
}
.wedocs-document :is(.\!bg-transparent) {
  background-color: transparent !important;
}
.wedocs-document :is(.\!bg-white) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.wedocs-document :is(.bg-\[\#00000080\]) {
  background-color: #00000080;
}
.wedocs-document :is(.bg-\[\#00A1E4\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 161 228 / var(--tw-bg-opacity));
}
.wedocs-document :is(.bg-\[\#06B6D4\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity));
}
.wedocs-document :is(.bg-\[\#139f84\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(19 159 132 / var(--tw-bg-opacity));
}
.wedocs-document :is(.bg-\[\#4F46E5\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}
.wedocs-document :is(.bg-\[\#94a3b8\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity));
}
.wedocs-document :is(.bg-\[\#E2E8F0\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.wedocs-document :is(.bg-\[\#E3E5E7\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(227 229 231 / var(--tw-bg-opacity));
}
.wedocs-document :is(.bg-\[\#E7E6FF\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(231 230 255 / var(--tw-bg-opacity));
}
.wedocs-document :is(.bg-\[\#F3F4F6\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.wedocs-document :is(.bg-\[\#FF9000\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 144 0 / var(--tw-bg-opacity));
}
.wedocs-document :is(.bg-\[\#cbd5e1\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}
.wedocs-document :is(.bg-\[\#ff9000\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 144 0 / var(--tw-bg-opacity));
}
.wedocs-document :is(.bg-black) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.wedocs-document :is(.bg-gray-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.wedocs-document :is(.bg-gray-200) {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.wedocs-document :is(.bg-gray-400) {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.wedocs-document :is(.bg-gray-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.wedocs-document :is(.bg-indigo-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}
.wedocs-document :is(.bg-indigo-700) {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity));
}
.wedocs-document :is(.bg-red-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.wedocs-document :is(.bg-red-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.wedocs-document :is(.bg-slate-200) {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.wedocs-document :is(.bg-white) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.wedocs-document :is(.bg-yellow-50) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}
.wedocs-document :is(.bg-opacity-25) {
  --tw-bg-opacity: 0.25;
}
.wedocs-document :is(.fill-gray-500) {
  fill: #6b7280;
}
.wedocs-document :is(.stroke-\[\#6b7280\]) {
  stroke: #6b7280;
}
.wedocs-document :is(.stroke-gray-300) {
  stroke: #d1d5db;
}
.wedocs-document :is(.stroke-gray-400) {
  stroke: #9ca3af;
}
.wedocs-document :is(.stroke-gray-500) {
  stroke: #6b7280;
}
.wedocs-document :is(.p-0) {
  padding: 0px;
}
.wedocs-document :is(.p-1) {
  padding: 0.25rem;
}
.wedocs-document :is(.p-1\.5) {
  padding: 0.375rem;
}
.wedocs-document :is(.p-12) {
  padding: 3rem;
}
.wedocs-document :is(.p-3) {
  padding: 0.75rem;
}
.wedocs-document :is(.p-4) {
  padding: 1rem;
}
.wedocs-document :is(.p-5) {
  padding: 1.25rem;
}
.wedocs-document :is(.p-6) {
  padding: 1.5rem;
}
.wedocs-document :is(.\!px-0) {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.wedocs-document :is(.\!px-3) {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.wedocs-document :is(.\!px-4) {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.wedocs-document :is(.\!py-0) {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.wedocs-document :is(.\!py-1) {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.wedocs-document :is(.\!py-1\.5) {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}
.wedocs-document :is(.\!py-2) {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.wedocs-document :is(.px-0) {
  padding-left: 0px;
  padding-right: 0px;
}
.wedocs-document :is(.px-0\.5) {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.wedocs-document :is(.px-1) {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.wedocs-document :is(.px-1\.5) {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.wedocs-document :is(.px-12) {
  padding-left: 3rem;
  padding-right: 3rem;
}
.wedocs-document :is(.px-16) {
  padding-left: 4rem;
  padding-right: 4rem;
}
.wedocs-document :is(.px-2) {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.wedocs-document :is(.px-2\.5) {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.wedocs-document :is(.px-20) {
  padding-left: 5rem;
  padding-right: 5rem;
}
.wedocs-document :is(.px-3) {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.wedocs-document :is(.px-3\.5) {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.wedocs-document :is(.px-36) {
  padding-left: 9rem;
  padding-right: 9rem;
}
.wedocs-document :is(.px-4) {
  padding-left: 1rem;
  padding-right: 1rem;
}
.wedocs-document :is(.px-5) {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.wedocs-document :is(.px-6) {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.wedocs-document :is(.px-8) {
  padding-left: 2rem;
  padding-right: 2rem;
}
.wedocs-document :is(.px-9) {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.wedocs-document :is(.px-\[5px\]) {
  padding-left: 5px;
  padding-right: 5px;
}
.wedocs-document :is(.px-\[70px\]) {
  padding-left: 70px;
  padding-right: 70px;
}
.wedocs-document :is(.py-0) {
  padding-top: 0px;
  padding-bottom: 0px;
}
.wedocs-document :is(.py-0\.5) {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.wedocs-document :is(.py-1) {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.wedocs-document :is(.py-1\.5) {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.wedocs-document :is(.py-10) {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.wedocs-document :is(.py-12) {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.wedocs-document :is(.py-2) {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.wedocs-document :is(.py-2\.5) {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.wedocs-document :is(.py-3) {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.wedocs-document :is(.py-3\.5) {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.wedocs-document :is(.py-4) {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.wedocs-document :is(.py-5) {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.wedocs-document :is(.py-6) {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.wedocs-document :is(.py-8) {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.wedocs-document :is(.py-\[18px\]) {
  padding-top: 18px;
  padding-bottom: 18px;
}
.wedocs-document :is(.py-\[3px\]) {
  padding-top: 3px;
  padding-bottom: 3px;
}
.wedocs-document :is(.\!pl-3) {
  padding-left: 0.75rem !important;
}
.wedocs-document :is(.\!pl-4) {
  padding-left: 1rem !important;
}
.wedocs-document :is(.\!pr-10) {
  padding-right: 2.5rem !important;
}
.wedocs-document :is(.pb-0) {
  padding-bottom: 0px;
}
.wedocs-document :is(.pb-0\.5) {
  padding-bottom: 0.125rem;
}
.wedocs-document :is(.pb-10) {
  padding-bottom: 2.5rem;
}
.wedocs-document :is(.pb-12) {
  padding-bottom: 3rem;
}
.wedocs-document :is(.pb-20) {
  padding-bottom: 5rem;
}
.wedocs-document :is(.pb-6) {
  padding-bottom: 1.5rem;
}
.wedocs-document :is(.pb-7) {
  padding-bottom: 1.75rem;
}
.wedocs-document :is(.pl-2) {
  padding-left: 0.5rem;
}
.wedocs-document :is(.pl-2\.5) {
  padding-left: 0.625rem;
}
.wedocs-document :is(.pl-3) {
  padding-left: 0.75rem;
}
.wedocs-document :is(.pl-4) {
  padding-left: 1rem;
}
.wedocs-document :is(.pl-6) {
  padding-left: 1.5rem;
}
.wedocs-document :is(.pr-0) {
  padding-right: 0px;
}
.wedocs-document :is(.pr-10) {
  padding-right: 2.5rem;
}
.wedocs-document :is(.pr-14) {
  padding-right: 3.5rem;
}
.wedocs-document :is(.pr-16) {
  padding-right: 4rem;
}
.wedocs-document :is(.pr-2) {
  padding-right: 0.5rem;
}
.wedocs-document :is(.pr-3) {
  padding-right: 0.75rem;
}
.wedocs-document :is(.pr-3\.5) {
  padding-right: 0.875rem;
}
.wedocs-document :is(.pr-4) {
  padding-right: 1rem;
}
.wedocs-document :is(.pr-5) {
  padding-right: 1.25rem;
}
.wedocs-document :is(.pr-8) {
  padding-right: 2rem;
}
.wedocs-document :is(.pr-9) {
  padding-right: 2.25rem;
}
.wedocs-document :is(.pt-0) {
  padding-top: 0px;
}
.wedocs-document :is(.pt-16) {
  padding-top: 4rem;
}
.wedocs-document :is(.pt-2) {
  padding-top: 0.5rem;
}
.wedocs-document :is(.pt-2\.5) {
  padding-top: 0.625rem;
}
.wedocs-document :is(.pt-3) {
  padding-top: 0.75rem;
}
.wedocs-document :is(.pt-5) {
  padding-top: 1.25rem;
}
.wedocs-document :is(.pt-6) {
  padding-top: 1.5rem;
}
.wedocs-document :is(.pt-7) {
  padding-top: 1.75rem;
}
.wedocs-document :is(.pt-\[1px\]) {
  padding-top: 1px;
}
.wedocs-document :is(.text-left) {
  text-align: left;
}
.wedocs-document :is(.text-center) {
  text-align: center;
}
.wedocs-document :is(.text-right) {
  text-align: right;
}
.wedocs-document :is(.align-middle) {
  vertical-align: middle;
}
.wedocs-document :is(.\!text-base) {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.wedocs-document :is(.text-2xl) {
  font-size: 1.5rem;
  line-height: 2rem;
}
.wedocs-document :is(.text-3xl) {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.wedocs-document :is(.text-\[10px\]) {
  font-size: 10px;
}
.wedocs-document :is(.text-\[11px\]) {
  font-size: 11px;
}
.wedocs-document :is(.text-\[13px\]) {
  font-size: 13px;
}
.wedocs-document :is(.text-base) {
  font-size: 1rem;
  line-height: 1.5rem;
}
.wedocs-document :is(.text-lg) {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.wedocs-document :is(.text-sm) {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.wedocs-document :is(.text-xl) {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.wedocs-document :is(.text-xs) {
  font-size: 0.75rem;
  line-height: 1rem;
}
.wedocs-document :is(.\!font-medium) {
  font-weight: 500 !important;
}
.wedocs-document :is(.\!font-normal) {
  font-weight: 400 !important;
}
.wedocs-document :is(.font-bold) {
  font-weight: 700;
}
.wedocs-document :is(.font-extrabold) {
  font-weight: 800;
}
.wedocs-document :is(.font-medium) {
  font-weight: 500;
}
.wedocs-document :is(.font-normal) {
  font-weight: 400;
}
.wedocs-document :is(.font-semibold) {
  font-weight: 600;
}
.wedocs-document :is(.italic) {
  font-style: italic;
}
.wedocs-document :is(.\!leading-5) {
  line-height: 1.25rem !important;
}
.wedocs-document :is(.leading-3) {
  line-height: .75rem;
}
.wedocs-document :is(.leading-4) {
  line-height: 1rem;
}
.wedocs-document :is(.leading-5) {
  line-height: 1.25rem;
}
.wedocs-document :is(.leading-6) {
  line-height: 1.5rem;
}
.wedocs-document :is(.leading-7) {
  line-height: 1.75rem;
}
.wedocs-document :is(.leading-8) {
  line-height: 2rem;
}
.wedocs-document :is(.leading-\[13\.31px\]) {
  line-height: 13.31px;
}
.wedocs-document :is(.leading-\[3rem\]) {
  line-height: 3rem;
}
.wedocs-document :is(.leading-none) {
  line-height: 1;
}
.wedocs-document :is(.leading-normal) {
  line-height: 1.5;
}
.wedocs-document :is(.tracking-wider) {
  letter-spacing: 0.05em;
}
.wedocs-document :is(.\!text-black) {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.wedocs-document :is(.text-\[\#0043FF\]) {
  --tw-text-opacity: 1;
  color: rgb(0 67 255 / var(--tw-text-opacity));
}
.wedocs-document :is(.text-\[\#111827\]) {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.wedocs-document :is(.text-\[\#333333\]) {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
.wedocs-document :is(.text-\[\#3B3F4A\]) {
  --tw-text-opacity: 1;
  color: rgb(59 63 74 / var(--tw-text-opacity));
}
.wedocs-document :is(.text-\[\#656668\]) {
  --tw-text-opacity: 1;
  color: rgb(101 102 104 / var(--tw-text-opacity));
}
.wedocs-document :is(.text-\[\#666B79\]) {
  --tw-text-opacity: 1;
  color: rgb(102 107 121 / var(--tw-text-opacity));
}
.wedocs-document :is(.text-\[\#6B7280\]) {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.wedocs-document :is(.text-\[\#92400E\]) {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity));
}
.wedocs-document :is(.text-\[\#969696\]) {
  --tw-text-opacity: 1;
  color: rgb(150 150 150 / var(--tw-text-opacity));
}
.wedocs-document :is(.text-\[\#B4BBD6\]) {
  --tw-text-opacity: 1;
  color: rgb(180 187 214 / var(--tw-text-opacity));
}
.wedocs-document :is(.text-\[\#d1d5db\]) {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.wedocs-document :is(.text-\[\#ff9000\]) {
  --tw-text-opacity: 1;
  color: rgb(255 144 0 / var(--tw-text-opacity));
}
.wedocs-document :is(.text-black) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.wedocs-document :is(.text-gray-400) {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.wedocs-document :is(.text-gray-500) {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.wedocs-document :is(.text-gray-600) {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.wedocs-document :is(.text-gray-700) {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.wedocs-document :is(.text-gray-800) {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.wedocs-document :is(.text-gray-900) {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.wedocs-document :is(.text-indigo-600) {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}
.wedocs-document :is(.text-indigo-700) {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity));
}
.wedocs-document :is(.text-red-500) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.wedocs-document :is(.text-red-600) {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.wedocs-document :is(.text-white) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.wedocs-document :is(.underline) {
  text-decoration-line: underline;
}
.wedocs-document :is(.decoration-1) {
  text-decoration-thickness: 1px;
}
.wedocs-document :is(.underline-offset-2) {
  text-underline-offset: 2px;
}
.wedocs-document :is(.antialiased) {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wedocs-document :is(.placeholder-\[\#333333\])::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(51 51 51 / var(--tw-placeholder-opacity));
}
.wedocs-document :is(.placeholder-\[\#333333\])::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(51 51 51 / var(--tw-placeholder-opacity));
}
.wedocs-document :is(.placeholder-\[\#BDBDBD\])::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(189 189 189 / var(--tw-placeholder-opacity));
}
.wedocs-document :is(.placeholder-\[\#BDBDBD\])::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(189 189 189 / var(--tw-placeholder-opacity));
}
.wedocs-document :is(.placeholder-gray-400)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}
.wedocs-document :is(.placeholder-gray-400)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}
.wedocs-document :is(.opacity-0) {
  opacity: 0;
}
.wedocs-document :is(.opacity-100) {
  opacity: 1;
}
.wedocs-document :is(.opacity-50) {
  opacity: 0.5;
}
.wedocs-document :is(.\!shadow-none) {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.wedocs-document :is(.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);
}
.wedocs-document :is(.shadow-lg) {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.wedocs-document :is(.shadow-sm) {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.wedocs-document :is(.shadow-xl) {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.wedocs-document :is(.shadow-gray-100) {
  --tw-shadow-color: #f3f4f6;
  --tw-shadow: var(--tw-shadow-colored);
}
.wedocs-document :is(.shadow-gray-800\/30) {
  --tw-shadow-color: rgb(31 41 55 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.wedocs-document :is(.outline-none) {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.wedocs-document :is(.outline) {
  outline-style: solid;
}
.wedocs-document :is(.outline-0) {
  outline-width: 0px;
}
.wedocs-document :is(.ring-0) {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.wedocs-document :is(.ring-1) {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.wedocs-document :is(.ring-2) {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.wedocs-document :is(.ring-black) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.wedocs-document :is(.ring-indigo-600) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity));
}
.wedocs-document :is(.ring-white) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}
.wedocs-document :is(.ring-opacity-5) {
  --tw-ring-opacity: 0.05;
}
.wedocs-document :is(.grayscale) {
  --tw-grayscale: grayscale(100%);
  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);
}
.wedocs-document :is(.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);
}
.wedocs-document :is(.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;
}
.wedocs-document :is(.transition-all) {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.wedocs-document :is(.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;
}
.wedocs-document :is(.transition-transform) {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.wedocs-document :is(.duration-100) {
  transition-duration: 100ms;
}
.wedocs-document :is(.duration-200) {
  transition-duration: 200ms;
}
.wedocs-document :is(.duration-300) {
  transition-duration: 300ms;
}
.wedocs-document :is(.ease-in) {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.wedocs-document :is(.ease-in-out) {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.wedocs-document :is(.ease-out) {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* wp-generator */
/* write or paste your code here */
html.wp-toolbar {
    background-color: #f0f0f1;
}

#wpcontent {
    padding: 0 25px;
}

.wrap {
    margin-right: 0;
}

#adminmenu .wp-menu-image img {
    margin: 0 auto;
}

.docs-section-listing.wrap {
    margin: 0;
}

.modal-body .diamond-img {
    background: linear-gradient(220.03deg, #fff3dd 39.57%, #ffe3ad 97.5%);
}

.modal-body .carousel.carousel-slider {
    padding-bottom: 40px;
}

.HW_visible {
    position: absolute;
    margin-top: 2px;
}

@media screen and (max-width: 782px) {
    #wpcontent {
        padding: 0 25px !important;
    }
}

@media screen and (max-width: 768px) {
    .settings-description {
        max-width: 305px;
    }

    .palette-options-container {
        gap: 32px;
    }

    .settings-palette-options {
        width: 272px;
    }
}

@media screen and (max-width: 1024px) {
    .palette-preview-container {
        width: 320px;
    }

    .preview-header .tabs .tab {
        padding: 8px;
    }

    .preview-header .tabs {
        margin-bottom: 12px;
    }

    .preview-header {
        height: 160px;
    }

    .listing-docs .doc-search {
        min-height: 28px;
    }

    .listing-docs .search-panel {
        width: 256px;
        margin-bottom: 16px;
    }

    .explore-docs .doc-section {
        width: 290px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1100px) {
    .pro-sub-settings {
        margin-left: 1.5rem;
    }

    .settings-description {
        max-width: 240px;
    }

    .palette-options-container {
        gap: 16px;
    }

    .settings-palette-options {
        width: 232px;
    }

    .palette-first-color {
        width: 16px;
    }

    .settings-tab .pro-settings {
        width: 54px;
    }

    .settings-sub-tab svg {
        width: 24px;
    }
}

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

.wedocs-document :is(.before\:-right-\[1px\])::before {
  content: var(--tw-content);
  right: -1px;
}

.wedocs-document :is(.before\:-top-2)::before {
  content: var(--tw-content);
  top: -0.5rem;
}

.wedocs-document :is(.before\:-top-2\.5)::before {
  content: var(--tw-content);
  top: -0.625rem;
}

.wedocs-document :is(.before\:-top-4)::before {
  content: var(--tw-content);
  top: -1rem;
}

.wedocs-document :is(.before\:-top-6)::before {
  content: var(--tw-content);
  top: -1.5rem;
}

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

.wedocs-document :is(.before\:mt-3)::before {
  content: var(--tw-content);
  margin-top: 0.75rem;
}

.wedocs-document :is(.before\:\!hidden)::before {
  content: var(--tw-content);
  display: none !important;
}

.wedocs-document :is(.before\:h-2)::before {
  content: var(--tw-content);
  height: 0.5rem;
}

.wedocs-document :is(.before\:h-2\.5)::before {
  content: var(--tw-content);
  height: 0.625rem;
}

.wedocs-document :is(.before\:h-3)::before {
  content: var(--tw-content);
  height: 0.75rem;
}

.wedocs-document :is(.before\:h-4)::before {
  content: var(--tw-content);
  height: 1rem;
}

.wedocs-document :is(.before\:w-\[70\%\])::before {
  content: var(--tw-content);
  width: 70%;
}

.wedocs-document :is(.before\:w-full)::before {
  content: var(--tw-content);
  width: 100%;
}

.wedocs-document :is(.before\:max-w-xl)::before {
  content: var(--tw-content);
  max-width: 36rem;
}

.wedocs-document :is(.before\:\!bg-transparent)::before {
  content: var(--tw-content);
  background-color: transparent !important;
}

.wedocs-document :is(.before\:content-\[\'\'\])::before {
  --tw-content: '';
  content: var(--tw-content);
}

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

.wedocs-document :is(.after\:left-1\/2)::after {
  content: var(--tw-content);
  left: 50%;
}

.wedocs-document :is(.after\:right-4)::after {
  content: var(--tw-content);
  right: 1rem;
}

.wedocs-document :is(.after\:right-\[1\.4rem\])::after {
  content: var(--tw-content);
  right: 1.4rem;
}

.wedocs-document :is(.after\:right-\[22px\])::after {
  content: var(--tw-content);
  right: 22px;
}

.wedocs-document :is(.after\:top-0)::after {
  content: var(--tw-content);
  top: 0px;
}

.wedocs-document :is(.after\:top-0\.5)::after {
  content: var(--tw-content);
  top: 0.125rem;
}

.wedocs-document :is(.after\:top-\[-7px\])::after {
  content: var(--tw-content);
  top: -7px;
}

.wedocs-document :is(.after\:z-\[-1\])::after {
  content: var(--tw-content);
  z-index: -1;
}

.wedocs-document :is(.after\:h-4)::after {
  content: var(--tw-content);
  height: 1rem;
}

.wedocs-document :is(.after\:h-\[13px\])::after {
  content: var(--tw-content);
  height: 13px;
}

.wedocs-document :is(.after\:w-4)::after {
  content: var(--tw-content);
  width: 1rem;
}

.wedocs-document :is(.after\:w-\[13px\])::after {
  content: var(--tw-content);
  width: 13px;
}

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

.wedocs-document :is(.after\:-translate-y-1\/2)::after {
  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));
}

.wedocs-document :is(.after\:\!rotate-45)::after {
  content: var(--tw-content);
  --tw-rotate: 45deg !important;
  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)) !important;
}

.wedocs-document :is(.after\:rotate-\[45deg\])::after {
  content: var(--tw-content);
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.wedocs-document :is(.after\:rounded-sm)::after {
  content: var(--tw-content);
  border-radius: 0.125rem;
}

.wedocs-document :is(.after\:border)::after {
  content: var(--tw-content);
  border-width: 1px;
}

.wedocs-document :is(.after\:border-b-0)::after {
  content: var(--tw-content);
  border-bottom-width: 0px;
}

.wedocs-document :is(.after\:border-r-0)::after {
  content: var(--tw-content);
  border-right-width: 0px;
}

.wedocs-document :is(.after\:border-\[\#DBDBDB\])::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-border-opacity));
}

.wedocs-document :is(.after\:bg-black)::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.wedocs-document :is(.after\:bg-white)::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

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

.wedocs-document :is(.last\:mb-0:last-child) {
  margin-bottom: 0px;
}

.wedocs-document :is(.checked\:\!border-transparent:checked) {
  border-color: transparent !important;
}

.wedocs-document :is(.checked\:\!bg-indigo-600:checked) {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity)) !important;
}

.wedocs-document :is(.hover\:block:hover) {
  display: block;
}

.wedocs-document :is(.hover\:cursor-pointer:hover) {
  cursor: pointer;
}

.wedocs-document :is(.hover\:bg-\[\#F9FAFB\]:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.wedocs-document :is(.hover\:bg-\[\#cf7500\]:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(207 117 0 / var(--tw-bg-opacity));
}

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

.wedocs-document :is(.hover\:bg-gray-200:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.wedocs-document :is(.hover\:bg-gray-50:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.wedocs-document :is(.hover\:bg-indigo-600:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}

.wedocs-document :is(.hover\:bg-indigo-700:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity));
}

.wedocs-document :is(.hover\:bg-indigo-800:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity));
}

.wedocs-document :is(.hover\:bg-red-700:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}

.wedocs-document :is(.hover\:bg-slate-300:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}

.wedocs-document :is(.hover\:fill-\[\#cf7500\]:hover) {
  fill: #cf7500;
}

.wedocs-document :is(.hover\:stroke-indigo-700:hover) {
  stroke: #4338ca;
}

.wedocs-document :is(.hover\:stroke-red-700:hover) {
  stroke: #b91c1c;
}

.wedocs-document :is(.hover\:\!text-indigo-800:hover) {
  --tw-text-opacity: 1 !important;
  color: rgb(55 48 163 / var(--tw-text-opacity)) !important;
}

.wedocs-document :is(.hover\:text-black:hover) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

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

.wedocs-document :is(.hover\:text-gray-900:hover) {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.wedocs-document :is(.hover\:text-indigo-700:hover) {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity));
}

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

.wedocs-document :is(.hover\:underline:hover) {
  text-decoration-line: underline;
}

.wedocs-document :is(.hover\:opacity-100:hover) {
  opacity: 1;
}

.wedocs-document :is(.focus\:\!border-indigo-300:focus) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(165 180 252 / var(--tw-border-opacity)) !important;
}

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

.wedocs-document :is(.focus\:border-indigo-500:focus) {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity));
}

.wedocs-document :is(.focus\:border-red-500:focus) {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.wedocs-document :is(.focus\:text-white:focus) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.wedocs-document :is(.focus\:\!shadow-none:focus) {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.wedocs-document :is(.focus\:shadow-none:focus) {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.wedocs-document :is(.focus\:\!shadow-transparent:focus) {
  --tw-shadow-color: transparent !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.wedocs-document :is(.focus\:outline-none:focus) {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.wedocs-document :is(.focus\:outline-0:focus) {
  outline-width: 0px;
}

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

.wedocs-document :is(.focus\:ring-1:focus) {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.wedocs-document :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);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

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

.wedocs-document :is(.focus\:ring-indigo-500:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
}

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

.wedocs-document :is(.focus\:ring-red-500:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity));
}

.wedocs-document :is(.focus\:ring-offset-2:focus) {
  --tw-ring-offset-width: 2px;
}

.wedocs-document :is(.disabled\:bg-\[\#F2F2F2\]:disabled) {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}

.wedocs-document :is(.disabled\:opacity-75:disabled) {
  opacity: 0.75;
}

.wedocs-document :is(.disabled\:shadow-none:disabled) {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.wedocs-document :is(.disabled\:hover\:bg-indigo-600:hover:disabled) {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}

.wedocs-document :is(.group:hover .group-hover\:block) {
  display: block;
}

.wedocs-document :is(.group:hover .group-hover\:inline-flex) {
  display: inline-flex;
}

.wedocs-document :is(.group:hover .group-hover\:bg-\[\#00A1E4\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 161 228 / var(--tw-bg-opacity));
}

.wedocs-document :is(.group:hover .group-hover\:\!stroke-indigo-700) {
  stroke: #4338ca !important;
}

.wedocs-document :is(.group:hover .group-hover\:stroke-indigo-700) {
  stroke: #4338ca;
}

.wedocs-document :is(.group:hover .group-hover\:text-\[\#00A1E4\]) {
  --tw-text-opacity: 1;
  color: rgb(0 161 228 / var(--tw-text-opacity));
}

.wedocs-document :is(.group:hover .group-hover\:text-black) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.wedocs-document :is(.group:hover .group-hover\:underline) {
  text-decoration-line: underline;
}

.wedocs-document :is(.aria-selected\:bg-gray-100[aria-selected="true"]) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.wedocs-document :is(.aria-selected\:bg-indigo-700[aria-selected="true"]) {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity));
}

.wedocs-document :is(.aria-selected\:text-gray-600[aria-selected="true"]) {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.wedocs-document :is(.aria-selected\:text-white[aria-selected="true"]) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (prefers-color-scheme: dark) {

  .wedocs-document :is(.dark\:border-gray-500) {
    --tw-border-opacity: 1;
    border-color: rgb(107 114 128 / var(--tw-border-opacity));
  }

  .wedocs-document :is(.dark\:\!bg-gray-200) {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity)) !important;
  }

  .wedocs-document :is(.dark\:bg-gray-600) {
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity));
  }

  .wedocs-document :is(.dark\:text-white) {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

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

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

@media (min-width: 640px) {

  .wedocs-document :is(.sm\:mx-0) {
    margin-left: 0px;
    margin-right: 0px;
  }

  .wedocs-document :is(.sm\:ml-4) {
    margin-left: 1rem;
  }

  .wedocs-document :is(.sm\:ml-5) {
    margin-left: 1.25rem;
  }

  .wedocs-document :is(.sm\:mt-0) {
    margin-top: 0px;
  }

  .wedocs-document :is(.sm\:flex) {
    display: flex;
  }

  .wedocs-document :is(.sm\:h-10) {
    height: 2.5rem;
  }

  .wedocs-document :is(.sm\:w-10) {
    width: 2.5rem;
  }

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

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

  .wedocs-document :is(.sm\:items-start) {
    align-items: flex-start;
  }

  .wedocs-document :is(.sm\:items-center) {
    align-items: center;
  }

  .wedocs-document :is(.sm\:justify-end) {
    justify-content: flex-end;
  }

  .wedocs-document :is(.sm\:justify-center) {
    justify-content: center;
  }

  .wedocs-document :is(.sm\:justify-between) {
    justify-content: space-between;
  }

  .wedocs-document :is(.sm\:gap-x-4) {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .wedocs-document :is(.sm\:overflow-hidden) {
    overflow: hidden;
  }

  .wedocs-document :is(.sm\:rounded-md) {
    border-radius: 0.375rem;
  }

  .wedocs-document :is(.sm\:p-6) {
    padding: 1.5rem;
  }

  .wedocs-document :is(.sm\:px-0) {
    padding-left: 0px;
    padding-right: 0px;
  }

  .wedocs-document :is(.sm\:px-6) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .wedocs-document :is(.sm\:px-8) {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .wedocs-document :is(.sm\:py-4) {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .wedocs-document :is(.sm\:pl-16) {
    padding-left: 4rem;
  }

  .wedocs-document :is(.sm\:pl-6) {
    padding-left: 1.5rem;
  }

  .wedocs-document :is(.sm\:text-left) {
    text-align: left;
  }

  .wedocs-document :is(.sm\:text-base) {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .wedocs-document :is(.sm\:text-sm) {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 768px) {

  .wedocs-document :is(.md\:mb-6) {
    margin-bottom: 1.5rem;
  }

  .wedocs-document :is(.md\:min-w-\[300px\]) {
    min-width: 300px;
  }
}

@media (min-width: 1024px) {

  .wedocs-document :is(.lg\:col-span-3) {
    grid-column: span 3 / span 3;
  }

  .wedocs-document :is(.lg\:col-span-9) {
    grid-column: span 9 / span 9;
  }

  .wedocs-document :is(.lg\:grid) {
    display: grid;
  }

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

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

  .wedocs-document :is(.lg\:gap-x-6) {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .wedocs-document :is(.lg\:px-0) {
    padding-left: 0px;
    padding-right: 0px;
  }

  .wedocs-document :is(.lg\:py-0) {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 1536px) {

  .wedocs-document :is(.\32xl\:grid-cols-4) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.carousel .control-arrow,.carousel.carousel-slider .control-arrow{transition:all .25s ease-in;opacity:.4;filter:alpha(opacity=40);position:absolute;z-index:2;top:20px;background:none;border:0;font-size:32px;cursor:pointer}.carousel .control-arrow:focus,.carousel .control-arrow:hover{opacity:1;filter:alpha(opacity=100)}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{margin:0 5px;display:inline-block;border-top:8px solid transparent;border-bottom:8px solid transparent;content:''}.carousel .control-disabled.control-arrow{opacity:0;filter:alpha(opacity=0);cursor:inherit;display:none}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel-root{outline:none}.carousel{position:relative;width:100%}.carousel *{box-sizing:border-box}.carousel img{width:100%;display:inline-block;pointer-events:none}.carousel .carousel{position:relative}.carousel .control-arrow{outline:0;border:0;background:none;top:50%;margin-top:-13px;font-size:18px}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{transition:all .15s ease-in;transform:translate3d(0, 0, 0);position:relative;list-style:none;white-space:nowrap}.carousel .thumb{transition:border .15s ease-in;display:inline-block;margin-right:6px;white-space:nowrap;overflow:hidden;border:3px solid #fff;padding:2px}.carousel .thumb:focus{border:3px solid #ccc;outline:none}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{position:relative;margin:0;overflow:hidden}.carousel.carousel-slider .control-arrow{top:0;color:#fff;font-size:26px;bottom:0;margin-top:0;padding:5px}.carousel.carousel-slider .control-arrow:hover{background:rgba(0,0,0,0.2)}.carousel .slider-wrapper{overflow:hidden;margin:auto;width:100%;transition:height .15s ease-in}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{flex-direction:column;flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{flex-direction:column}.carousel .slider{margin:0;padding:0;position:relative;list-style:none;width:100%}.carousel .slider.animated{transition:all .35s ease-in-out}.carousel .slide{min-width:100%;margin:0;position:relative;text-align:center}.carousel .slide img{width:100%;vertical-align:top;border:0}.carousel .slide iframe{display:inline-block;width:calc(100% - 80px);margin:0 40px 40px;border:0}.carousel .slide .legend{transition:all .5s ease-in-out;position:absolute;bottom:40px;left:50%;margin-left:-45%;width:90%;border-radius:10px;background:#000;color:#fff;padding:10px;font-size:12px;text-align:center;opacity:0.25;transition:opacity .35s ease-in-out}.carousel .control-dots{position:absolute;bottom:0;margin:10px 0;padding:0;text-align:center;width:100%;z-index:1}@media (min-width: 960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{transition:opacity .25s ease-in;opacity:.3;filter:alpha(opacity=30);box-shadow:1px 1px 2px rgba(0,0,0,0.9);background:#fff;border-radius:50%;width:8px;height:8px;cursor:pointer;display:inline-block;margin:0 8px}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{opacity:1;filter:alpha(opacity=100)}.carousel .carousel-status{position:absolute;top:0;right:0;padding:5px;font-size:10px;text-shadow:1px 1px 1px rgba(0,0,0,0.9);color:#fff}.carousel:hover .slide .legend{opacity:1}

