.red-theme {
  --colors-primary-10-rgb: 255,251,255;
  --colors-primary-50-rgb: 255,237,233;
  --colors-primary-100-rgb: 255,218,210;
  --colors-primary-200-rgb: 255,180,163;
  --colors-primary-300-rgb: 255,139,111;
  --colors-primary-400-rgb: 225,112,84;
  --colors-primary-500-rgb: 192,87,62;
  --colors-primary-600-rgb: 160,63,40;
  --colors-primary-700-rgb: 129,40,19;
  --colors-primary-800-rgb: 97,18,1;
  --colors-primary-900-rgb: 61,7,0;
  --colors-secondary-10-rgb: 255,251,255;
  --colors-secondary-50-rgb: 255,237,233;
  --colors-secondary-100-rgb: 255,218,210;
  --colors-secondary-200-rgb: 231,189,179;
  --colors-secondary-300-rgb: 202,162,153;
  --colors-secondary-400-rgb: 174,136,127;
  --colors-secondary-500-rgb: 146,111,103;
  --colors-secondary-600-rgb: 119,87,79;
  --colors-secondary-700-rgb: 93,63,56;
  --colors-secondary-800-rgb: 68,42,35;
  --colors-secondary-900-rgb: 44,21,16;
  --colors-tertiary-10-rgb: 255, 251, 255;
  --colors-tertiary-50-rgb: 255, 239, 204;
  --colors-tertiary-100-rgb: 247,225,166;
  --colors-tertiary-200-rgb: 218,197,140;
  --colors-tertiary-300-rgb: 190,170,116;
  --colors-tertiary-400-rgb: 162,143,92;
  --colors-tertiary-500-rgb: 135,118,68;
  --colors-tertiary-600-rgb: 109,93,46;
  --colors-tertiary-700-rgb: 84,69,25;
  --colors-tertiary-800-rgb: 60,47,4;
  --colors-tertiary-900-rgb: 36,26,0;
  --colors-error-10-rgb: 255,251,255;
  --colors-error-50-rgb: 255,237,234;
  --colors-error-100-rgb: 255,218,214;
  --colors-error-200-rgb: 255,180,171;
  --colors-error-300-rgb: 255,137,125;
  --colors-error-400-rgb: 255,84,73;
  --colors-error-500-rgb: 222,55,48;
  --colors-error-600-rgb: 186,26,26;
  --colors-error-700-rgb: 147,0,10;
  --colors-error-800-rgb: 105,0,5;
  --colors-error-900-rgb: 65,0,2;
  --colors-neutral-10-rgb: 255,251,255;
  --colors-neutral-50-rgb: 251,238,235;
  --colors-neutral-100-rgb: 237,224,221;
  --colors-neutral-200-rgb: 208,196,193;
  --colors-neutral-300-rgb: 180,169,166;
  --colors-neutral-400-rgb: 153,142,140;
  --colors-neutral-500-rgb: 127,117,115;
  --colors-neutral-600-rgb: 101,92,90;
  --colors-neutral-700-rgb: 77,69,67;
  --colors-neutral-800-rgb: 54,47,45;
  --colors-neutral-900-rgb: 32,26,25;
  --colors-gray-10-rgb: 255,251,255;
  --colors-gray-50-rgb: 255,237,233;
  --colors-gray-100-rgb: 245,221,216;
  --colors-gray-200-rgb: 216,194,189;
  --colors-gray-300-rgb: 188,167,162;
  --colors-gray-400-rgb: 160,140,136;
  --colors-gray-500-rgb: 133,115,111;
  --colors-gray-600-rgb: 108,91,87;
  --colors-gray-700-rgb: 83,67,64;
  --colors-gray-800-rgb: 59,45,42;
  --colors-gray-900-rgb: 37,25,22;
  --colors-surface-50-rgb: 255,251,254;
  --colors-surface-100-rgb: 245,240,240;
  --colors-surface-200-rgb: 243,234,235;
  --colors-surface-300-rgb: 240,229,229;
  --colors-surface-400-rgb: 239,227,228;
  --colors-surface-500-rgb: 237,223,224;
  --colors-surfacedark-50-rgb: 32,26,25;
  --colors-surfacedark-100-rgb: 47,37,37;
  --colors-surfacedark-200-rgb: 54,41,41;
  --colors-surfacedark-300-rgb: 60,46,46;
  --colors-surfacedark-400-rgb: 62,47,47;
  --colors-surfacedark-500-rgb: 67,50,50;
  --colors-white-rgb: 255,255,255;
  --colors-black-rgb: 0,0,0;
}

.green-theme {
  --colors-primary-10-rgb: 248,255,233;
  --colors-primary-50-rgb: 210,255,158;
  --colors-primary-100-rgb: 194,241,142;
  --colors-primary-200-rgb: 167,212,116;
  --colors-primary-300-rgb: 140,184,92;
  --colors-primary-400-rgb: 115,157,68;
  --colors-primary-500-rgb: 90,130,45;
  --colors-primary-600-rgb: 66,105,21;
  --colors-primary-700-rgb: 45,80,0;
  --colors-primary-800-rgb: 29,55,0;
  --colors-primary-900-rgb: 15,32,0;
  --colors-secondary-10-rgb: 248,255,233;
  --colors-secondary-50-rgb: 233,245,214;
  --colors-secondary-100-rgb: 219,231,200;
  --colors-secondary-200-rgb: 191,203,173;
  --colors-secondary-300-rgb: 164,175,147;
  --colors-secondary-400-rgb: 137,149,121;
  --colors-secondary-500-rgb: 112,123,97;
  --colors-secondary-600-rgb: 87,98,74;
  --colors-secondary-700-rgb: 64,74,51;
  --colors-secondary-800-rgb: 42,51,31;
  --colors-secondary-900-rgb: 21,30,11;
  --colors-tertiary-10-rgb: 242,255,253;
  --colors-tertiary-50-rgb: 201,250,246;
  --colors-tertiary-100-rgb: 187,236,232;
  --colors-tertiary-200-rgb: 160,207,204;
  --colors-tertiary-300-rgb: 133,180,177;
  --colors-tertiary-400-rgb: 107,153,150;
  --colors-tertiary-500-rgb: 81,127,124;
  --colors-tertiary-600-rgb: 56,102,99;
  --colors-tertiary-700-rgb: 31,78,76;
  --colors-tertiary-800-rgb: 0,55,53;
  --colors-tertiary-900-rgb: 0,32,31;
  --colors-error-10-rgb: 255,251,255;
  --colors-error-50-rgb: 255,237,234;
  --colors-error-100-rgb: 255,218,214;
  --colors-error-200-rgb: 255,180,171;
  --colors-error-300-rgb: 255,137,125;
  --colors-error-400-rgb: 255,84,73;
  --colors-error-500-rgb: 222,55,48;
  --colors-error-600-rgb: 186,26,26;
  --colors-error-700-rgb: 147,0,10;
  --colors-error-800-rgb: 105,0,5;
  --colors-error-900-rgb: 65,0,2;
  --colors-neutral-10-rgb: 253,252,245;
  --colors-neutral-50-rgb: 242,241,234;
  --colors-neutral-100-rgb: 227,227,219;
  --colors-neutral-200-rgb: 199,199,192;
  --colors-neutral-300-rgb: 171,172,165;
  --colors-neutral-400-rgb: 145,145,139;
  --colors-neutral-500-rgb: 119,119,114;
  --colors-neutral-600-rgb: 94,95,89;
  --colors-neutral-700-rgb: 70,71,66;
  --colors-neutral-800-rgb: 48,49,44;
  --colors-neutral-900-rgb: 27,28,24;
  --colors-gray-10-rgb: 251,254,238;
  --colors-gray-50-rgb: 239,242,227;
  --colors-gray-100-rgb: 225,228,213;
  --colors-gray-200-rgb: 196,200,186;
  --colors-gray-300-rgb: 169,173,159;
  --colors-gray-400-rgb: 142,146,133;
  --colors-gray-500-rgb: 117,121,108;
  --colors-gray-600-rgb: 92,96,84;
  --colors-gray-700-rgb: 68,72,61;
  --colors-gray-800-rgb: 46,50,40;
  --colors-gray-900-rgb: 25,29,20;
  --colors-surface-50-rgb: 253,252,245;
  --colors-surface-100-rgb: 240,243,232;
  --colors-surface-200-rgb: 235,239,226;
  --colors-surface-300-rgb: 229,234,220;
  --colors-surface-400-rgb: 227,233,218;
  --colors-surface-500-rgb: 223,230,213;
  --colors-surfacedark-50-rgb: 27,28,24;
  --colors-surfacedark-100-rgb: 35,40,32;
  --colors-surfacedark-200-rgb: 39,46,35;
  --colors-surfacedark-300-rgb: 43,51,38;
  --colors-surfacedark-400-rgb: 44,53,39;
  --colors-surfacedark-500-rgb: 47,57,41;
  --colors-white-rgb: 255,255,255;
  --colors-black-rgb: 0,0,0;
}

.blue-theme {
  --colors-primary-10-rgb: 253,251,255;
  --colors-primary-50-rgb: 235,241,255;
  --colors-primary-100-rgb: 213,227,255;
  --colors-primary-200-rgb: 166,200,255;
  --colors-primary-300-rgb: 121,173,249;
  --colors-primary-400-rgb: 93,146,221;
  --colors-primary-500-rgb: 65,120,193;
  --colors-primary-600-rgb: 33,95,166;
  --colors-primary-700-rgb: 0,71,135;
  --colors-primary-800-rgb: 0,48,96;
  --colors-primary-900-rgb: 0,28,59;
  --colors-secondary-10-rgb: 253,251,255;
  --colors-secondary-50-rgb: 235,241,255;
  --colors-secondary-100-rgb: 217,227,248;
  --colors-secondary-200-rgb: 189,199,220;
  --colors-secondary-300-rgb: 161,172,192;
  --colors-secondary-400-rgb: 135,145,165;
  --colors-secondary-500-rgb: 109,119,138;
  --colors-secondary-600-rgb: 85,95,113;
  --colors-secondary-700-rgb: 61,71,88;
  --colors-secondary-800-rgb: 39,49,65;
  --colors-secondary-900-rgb: 18,28,43;
  --colors-secondary-9000-rgb: 255,255,255;
  --colors-tertiary-10-rgb: 255,251,255;
  --colors-tertiary-50-rgb: 254,235,255;
  --colors-tertiary-100-rgb: 248,216,255;
  --colors-tertiary-200-rgb: 219,189,226;
  --colors-tertiary-300-rgb: 190,162,198;
  --colors-tertiary-400-rgb: 163,135,170;
  --colors-tertiary-500-rgb: 136,110,144;
  --colors-tertiary-600-rgb: 110,86,118;
  --colors-tertiary-700-rgb: 85,63,93;
  --colors-tertiary-800-rgb: 62,40,70;
  --colors-tertiary-900-rgb: 39,19,47;
  --colors-error-10-rgb: 255,251,255;
  --colors-error-50-rgb: 255,237,234;
  --colors-error-100-rgb: 255,218,214;
  --colors-error-200-rgb: 255,180,171;
  --colors-error-300-rgb: 255,137,125;
  --colors-error-400-rgb: 255,84,73;
  --colors-error-500-rgb: 222,55,48;
  --colors-error-600-rgb: 186,26,26;
  --colors-error-700-rgb: 147,0,10;
  --colors-error-800-rgb: 105,0,5;
  --colors-error-900-rgb: 65,0,2;
  --colors-neutral-10-rgb: 253,251,255;
  --colors-neutral-50-rgb: 241,240,244;
  --colors-neutral-100-rgb: 227,226,230;
  --colors-neutral-200-rgb: 199,198,202;
  --colors-neutral-300-rgb: 171,171,174;
  --colors-neutral-400-rgb: 144,144,148;
  --colors-neutral-500-rgb: 118,119,122;
  --colors-neutral-600-rgb: 94,94,98;
  --colors-neutral-700-rgb: 70,71,74;
  --colors-neutral-800-rgb: 47,48,51;
  --colors-neutral-900-rgb: 26,28,30;
  --colors-gray-10-rgb: 253,251,255;
  --colors-gray-50-rgb: 238,240,250;
  --colors-gray-100-rgb: 224,226,236;
  --colors-gray-200-rgb: 196,198,207;
  --colors-gray-300-rgb: 168,171,180;
  --colors-gray-400-rgb: 141,145,153;
  --colors-gray-500-rgb: 116,119,127;
  --colors-gray-600-rgb: 91,94,102;
  --colors-gray-700-rgb: 67,71,78;
  --colors-gray-800-rgb: 45,48,56;
  --colors-gray-900-rgb: 24,28,34;
  --colors-surface-50-rgb: 253,251,255;
  --colors-surface-100-rgb: 248,250,253;
  --colors-surface-200-rgb: 243,246,252;
  --colors-surface-300-rgb: 239,243,250;
  --colors-surface-400-rgb: 237,242,250;
  --colors-surface-500-rgb: 234,240,249;
  --colors-surfacedark-50-rgb: 26,28,30;
  --colors-surfacedark-100-rgb: 40,41,42;
  --colors-surfacedark-200-rgb: 45,47,49;
  --colors-surfacedark-300-rgb: 51,52,56;
  --colors-surfacedark-400-rgb: 52,54,58;
  --colors-surfacedark-500-rgb: 56,58,62;
  --colors-white-rgb: 255,255,255;
  --colors-black-rgb: 0,0,0;
}

.yellow-theme {
  --colors-primary-10-rgb: 255,251,255;
  --colors-primary-50-rgb: 250,246,122;
  --colors-primary-100-rgb: 236,231,110;
  --colors-primary-200-rgb: 207,203,85;
  --colors-primary-300-rgb: 179,175,60;
  --colors-primary-400-rgb: 152,148,34;
  --colors-primary-500-rgb: 126,122,0;
  --colors-primary-600-rgb: 100,97,0;
  --colors-primary-700-rgb: 75,73,0;
  --colors-primary-800-rgb: 51,50,0;
  --colors-primary-900-rgb: 30,29,0;
  --colors-secondary-10-rgb: 255,251,255;
  --colors-secondary-50-rgb: 246,242,204;
  --colors-secondary-100-rgb: 232,228,191;
  --colors-secondary-200-rgb: 203,200,164;
  --colors-secondary-300-rgb: 175,173,138;
  --colors-secondary-400-rgb: 149,146,113;
  --colors-secondary-500-rgb: 122,120,89;
  --colors-secondary-600-rgb: 97,96,66;
  --colors-secondary-700-rgb: 73,72,44;
  --colors-secondary-800-rgb: 50,49,24;
  --colors-secondary-900-rgb: 29,28,6;
  --colors-tertiary-10-rgb: 244,255,247;
  --colors-tertiary-50-rgb: 206,251,229;
  --colors-tertiary-100-rgb: 192,236,215;
  --colors-tertiary-200-rgb: 165,208,187;
  --colors-tertiary-300-rgb: 138,180,161;
  --colors-tertiary-400-rgb: 112,154,135;
  --colors-tertiary-500-rgb: 87,127,110;
  --colors-tertiary-600-rgb: 62,102,85;
  --colors-tertiary-700-rgb: 38,78,62;
  --colors-tertiary-800-rgb: 12,55,41;
  --colors-tertiary-900-rgb: 0,33,22;
  --colors-error-10-rgb: 255,251,255;
  --colors-error-50-rgb: 255,237,234;
  --colors-error-100-rgb: 255,218,214;
  --colors-error-200-rgb: 255,180,171;
  --colors-error-300-rgb: 255,137,125;
  --colors-error-400-rgb: 255,84,73;
  --colors-error-500-rgb: 222,55,48;
  --colors-error-600-rgb: 186,26,26;
  --colors-error-700-rgb: 147,0,10;
  --colors-error-800-rgb: 105,0,5;
  --colors-error-900-rgb: 65,0,2;
  --colors-neutral-10-rgb: 255,251,255;
  --colors-neutral-50-rgb: 244,240,231;
  --colors-neutral-100-rgb: 230,226,217;
  --colors-neutral-200-rgb: 202,198,190;
  --colors-neutral-300-rgb: 174,171,163;
  --colors-neutral-400-rgb: 147,145,137;
  --colors-neutral-500-rgb: 121,119,112;
  --colors-neutral-600-rgb: 96,94,88;
  --colors-neutral-700-rgb: 72,71,64;
  --colors-neutral-800-rgb: 49,48,43;
  --colors-neutral-900-rgb: 28,28,22;
  --colors-gray-10-rgb: 255,251,255;
  --colors-gray-50-rgb: 245,241,223;
  --colors-gray-100-rgb: 230,227,209;
  --colors-gray-200-rgb: 202,199,182;
  --colors-gray-300-rgb: 174,172,155;
  --colors-gray-400-rgb: 148,145,129;
  --colors-gray-500-rgb: 122,119,105;
  --colors-gray-600-rgb: 96,95,81;
  --colors-gray-700-rgb: 72,71,58;
  --colors-gray-800-rgb: 50,49,37;
  --colors-gray-900-rgb: 29,28,17;
  --colors-surface-50-rgb: 255,251,255;
  --colors-surface-100-rgb: 244,241,228;
  --colors-surface-200-rgb: 240,237,221;
  --colors-surface-300-rgb: 235,232,214;
  --colors-surface-400-rgb: 233,231,211;
  --colors-surface-500-rgb: 230,228,206;
  --colors-surfacedark-50-rgb: 28,28,22;
  --colors-surfacedark-100-rgb: 40,40,28;
  --colors-surfacedark-200-rgb: 45,45,30;
  --colors-surfacedark-300-rgb: 50,50,32;
  --colors-surfacedark-400-rgb: 52,52,33;
  --colors-surfacedark-500-rgb: 55,55,34;
  --colors-white-rgb: 255,255,255;
  --colors-black-rgb: 0,0,0;
}

/*
! tailwindcss v3.2.7 | 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: rgb(var(--colors-gray-200-rgb)); /* 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.
*/

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: Roboto, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
}

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

/*
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: rgb(var(--colors-gray-400-rgb)); /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: rgb(var(--colors-gray-400-rgb)); /* 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 {
  --colors-white: #ffffff;
  --colors-black: #000000;
  --colors-primary-10: #fffbff;
  --colors-primary-50: #f6eeff;
  --colors-primary-100: #e9ddff;
  --colors-primary-200: #cfbcff;
  --colors-primary-300: #b69df8;
  --colors-primary-400: #9a83db;
  --colors-primary-500: #8069bf;
  --colors-primary-600: #6750a4;
  --colors-primary-700: #4f378a;
  --colors-primary-800: #381e72;
  --colors-primary-900: #22005d;
  --colors-primary-10-rgb: 255,251,255;
  --colors-primary-50-rgb: 246,238,255;
  --colors-primary-100-rgb: 233,221,255;
  --colors-primary-200-rgb: 207,188,255;
  --colors-primary-300-rgb: 182,157,248;
  --colors-primary-400-rgb: 154,131,219;
  --colors-primary-500-rgb: 128,105,191;
  --colors-primary-600-rgb: 103,80,164;
  --colors-primary-700-rgb: 79,55,138;
  --colors-primary-800-rgb: 56,30,114;
  --colors-primary-900-rgb: 34,0,93;
  --colors-secondary-10: #fffbff;
  --colors-secondary-50: #f6eeff;
  --colors-secondary-100: #e8def8;
  --colors-secondary-200: #cbc2db;
  --colors-secondary-300: #b0a7c0;
  --colors-secondary-400: #958da4;
  --colors-secondary-500: #7b748a;
  --colors-secondary-600: #625b71;
  --colors-secondary-700: #4a4458;
  --colors-secondary-800: #332d41;
  --colors-secondary-900: #1e192b;
  --colors-secondary-10-rgb: 255,251,255;
  --colors-secondary-50-rgb: 246,238,255;
  --colors-secondary-100-rgb: 232,222,248;
  --colors-secondary-200-rgb: 203,194,219;
  --colors-secondary-300-rgb: 176,167,192;
  --colors-secondary-400-rgb: 149,141,164;
  --colors-secondary-500-rgb: 123,116,138;
  --colors-secondary-600-rgb: 98,91,113;
  --colors-secondary-700-rgb: 74,68,88;
  --colors-secondary-800-rgb: 51,45,65;
  --colors-secondary-900-rgb: 30,25,43;
  --colors-tertiary-10: #fffbff;
  --colors-tertiary-50: #ffecf0;
  --colors-tertiary-100: #ffd9e3;
  --colors-tertiary-200: #efb8c8;
  --colors-tertiary-300: #d29dad;
  --colors-tertiary-400: #b58392;
  --colors-tertiary-500: #996a79;
  --colors-tertiary-600: #7e5260;
  --colors-tertiary-700: #633b48;
  --colors-tertiary-800: #4a2532;
  --colors-tertiary-900: #31101d;
  --colors-tertiary-10-rgb: 255,251,255;
  --colors-tertiary-50-rgb: 255,236,240;
  --colors-tertiary-100-rgb: 255,217,227;
  --colors-tertiary-200-rgb: 239,184,200;
  --colors-tertiary-300-rgb: 210,157,173;
  --colors-tertiary-400-rgb: 181,131,146;
  --colors-tertiary-500-rgb: 153,106,121;
  --colors-tertiary-600-rgb: 126,82,96;
  --colors-tertiary-700-rgb: 99,59,72;
  --colors-tertiary-800-rgb: 74,37,50;
  --colors-tertiary-900-rgb: 49,16,29;
  --colors-error-10: #fffbff;
  --colors-error-50: #ffedea;
  --colors-error-100: #ffdad6;
  --colors-error-200: #ffb4ab;
  --colors-error-300: #ff897d;
  --colors-error-400: #ff5449;
  --colors-error-500: #de3730;
  --colors-error-600: #ba1a1a;
  --colors-error-700: #93000a;
  --colors-error-800: #690005;
  --colors-error-900: #410002;
  --colors-error-10-rgb: 255,251,255;
  --colors-error-50-rgb: 255,237,234;
  --colors-error-100-rgb: 255,218,214;
  --colors-error-200-rgb: 255,180,171;
  --colors-error-300-rgb: 255,137,125;
  --colors-error-400-rgb: 255,84,73;
  --colors-error-500-rgb: 222,55,48;
  --colors-error-600-rgb: 186,26,26;
  --colors-error-700-rgb: 147,0,10;
  --colors-error-800-rgb: 105,0,5;
  --colors-error-900-rgb: 65,0,2;
  --colors-neutral-10: #fffbff;
  --colors-neutral-50: #f4eff4;
  --colors-neutral-100: #e6e1e6;
  --colors-neutral-200: #cac5ca;
  --colors-neutral-300: #aeaaae;
  --colors-neutral-400: #938f94;
  --colors-neutral-500: #79767a;
  --colors-neutral-600: #605d62;
  --colors-neutral-700: #48464a;
  --colors-neutral-800: #313033;
  --colors-neutral-900: #1c1b1e;
  --colors-neutral-10-rgb: 255,251,255;
  --colors-neutral-50-rgb: 244,239,244;
  --colors-neutral-100-rgb: 230,225,230;
  --colors-neutral-200-rgb: 202,197,202;
  --colors-neutral-300-rgb: 174,170,174;
  --colors-neutral-400-rgb: 147,143,148;
  --colors-neutral-500-rgb: 121,118,122;
  --colors-neutral-600-rgb: 96,93,98;
  --colors-neutral-700-rgb: 72,70,74;
  --colors-neutral-800-rgb: 49,48,51;
  --colors-neutral-900-rgb: 28,27,30;
  --colors-gray-10: #fffbff;
  --colors-gray-50: #f5eefa;
  --colors-gray-100: #e7e0eb;
  --colors-gray-200: #cac4cf;
  --colors-gray-300: #afa9b4;
  --colors-gray-400: #948f99;
  --colors-gray-500: #7a757f;
  --colors-gray-600: #615d66;
  --colors-gray-700: #49454e;
  --colors-gray-800: #322f38;
  --colors-gray-900: #1d1a22;
  --colors-gray-10-rgb: 255,251,255;
  --colors-gray-50-rgb: 245,238,250;
  --colors-gray-100-rgb: 231,224,235;
  --colors-gray-200-rgb: 202,196,207;
  --colors-gray-300-rgb: 175,169,180;
  --colors-gray-400-rgb: 148,143,153;
  --colors-gray-500-rgb: 122,117,127;
  --colors-gray-600-rgb: 97,93,102;
  --colors-gray-700-rgb: 73,69,78;
  --colors-gray-800-rgb: 50,47,56;
  --colors-gray-900-rgb: 29,26,34;
  --colors-surface-50: #FFFBFE;
  --colors-surface-100: #f8f3f9;
  --colors-surface-200: #f3eef7;
  --colors-surface-300: #eee8f3;
  --colors-surface-400: #ede6f2;
  --colors-surface-500: #eae3f1;
  --colors-surface-50-rgb: 255,251,254;
  --colors-surface-100-rgb: 248,243,249;
  --colors-surface-200-rgb: 243,238,247;
  --colors-surface-300-rgb: 238,232,243;
  --colors-surface-400-rgb: 237,230,242;
  --colors-surface-500-rgb: 234,227,241;
  --colors-surfacedark-50: #1c1b1f;
  --colors-surfacedark-100: #26242a;
  --colors-surfacedark-200: #2a2830;
  --colors-surfacedark-300: #302d37;
  --colors-surfacedark-400: #332f3a;
  --colors-surfacedark-500: #36323e;
  --colors-surfacedark-50-rgb: 28,27,31;
  --colors-surfacedark-100-rgb: 38,36,42;
  --colors-surfacedark-200-rgb: 42,40,48;
  --colors-surfacedark-300-rgb: 48,45,55;
  --colors-surfacedark-400-rgb: 51,47,58;
  --colors-surfacedark-500-rgb: 54,50,62;
  --colors-white-rgb: 255,255,255;
  --colors-black-rgb: 0,0,0;
}

*, ::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-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-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:  ;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.-top-full {
  top: -100%;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-3 {
  bottom: 0.75rem;
}
.bottom-6 {
  bottom: 1.5rem;
}
.left-0 {
  left: 0px;
}
.left-1 {
  left: 0.25rem;
}
.left-3 {
  left: 0.75rem;
}
.left-auto {
  left: auto;
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.right-3 {
  right: 0.75rem;
}
.top-0 {
  top: 0px;
}
.top-1 {
  top: 0.25rem;
}
.top-2 {
  top: 0.5rem;
}
.top-3 {
  top: 0.75rem;
}
.top-4 {
  top: 1rem;
}
.top-6 {
  top: 1.5rem;
}
.top-\[3\.1rem\] {
  top: 3.1rem;
}
.-right-4 {
  right: -1rem;
}
.-right-8 {
  right: -2rem;
}
.-right-12 {
  right: -3rem;
}
.z-10 {
  z-index: 10;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.z-\[60\] {
  z-index: 60;
}
.z-\[70\] {
  z-index: 70;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-24 {
  margin-bottom: 6rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.\!inline-flex {
  display: inline-flex !important;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-0 {
  height: 0px;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-1 {
  height: 0.25rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-20 {
  height: 5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[100px\] {
  height: 100px;
}
.h-screen {
  height: 100vh;
}
.max-h-60 {
  max-height: 15rem;
}
.max-h-\[60\%\] {
  max-height: 60%;
}
.min-h-\[3rem\] {
  min-height: 3rem;
}
.min-h-\[40\%\] {
  min-height: 40%;
}
.min-h-\[56px\] {
  min-height: 56px;
}
.w-1\/4 {
  width: 25%;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-20 {
  width: 5rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\/4 {
  width: 75%;
}
.w-32 {
  width: 8rem;
}
.w-4 {
  width: 1rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[52px\] {
  width: 52px;
}
.w-full {
  width: 100%;
}
.w-60 {
  width: 15rem;
}
.w-40 {
  width: 10rem;
}
.w-4\/5 {
  width: 80%;
}
.w-1\/2 {
  width: 50%;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[300px\] {
  min-width: 300px;
}
.max-w-full {
  max-width: 100%;
}
.flex-shrink {
  flex-shrink: 1;
}
.-translate-y-full {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-full {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.\!items-center {
  align-items: center !important;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.\!justify-center {
  justify-content: center !important;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[6\.25rem\] {
  border-radius: 6.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-t-\[28px\] {
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
}
.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-4 {
  border-width: 4px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-dotted {
  border-style: dotted;
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-gray-100-rgb), var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-gray-200-rgb), var(--tw-border-opacity));
}
.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-gray-500-rgb), var(--tw-border-opacity));
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.bg-error-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-error-600-rgb), var(--tw-bg-opacity));
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-gray-500-rgb), var(--tw-bg-opacity));
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}
.bg-neutral-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-neutral-10-rgb), var(--tw-bg-opacity));
}
.bg-neutral-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-neutral-900-rgb), var(--tw-bg-opacity));
}
.bg-primary-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-primary-600-rgb), var(--tw-bg-opacity));
}
.bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.bg-surface-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-surface-100-rgb), var(--tw-bg-opacity));
}
.bg-surface-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-surface-200-rgb), var(--tw-bg-opacity));
}
.bg-surface-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-surface-400-rgb), var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-white-rgb), var(--tw-bg-opacity));
}
.bg-yellow-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity));
}
.fill-primary-200 {
  fill: rgb(var(--colors-primary-200-rgb));
}
.fill-primary-600 {
  fill: rgb(var(--colors-primary-600-rgb));
}
.stroke-primary-600 {
  stroke: rgb(var(--colors-primary-600-rgb));
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pl-14 {
  padding-left: 3.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.text-center {
  text-align: center;
}
.font-sans {
  font-family: Roboto, sans-serif;
}
.\!text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.\!text-5xl {
  font-size: 3rem !important;
  line-height: 1 !important;
}
.\!text-6xl {
  font-size: 3.75rem !important;
  line-height: 1 !important;
}
.\!text-\[28px\] {
  font-size: 28px !important;
}
.\!text-\[4rem\] {
  font-size: 4rem !important;
}
.\!text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.leading-none {
  line-height: 1;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[\.00714em\] {
  letter-spacing: .00714em;
}
.tracking-\[\.00715em\] {
  letter-spacing: .00715em;
}
.tracking-\[\.00716em\] {
  letter-spacing: .00716em;
}
.tracking-\[\.00717em\] {
  letter-spacing: .00717em;
}
.tracking-\[\.0416em\] {
  letter-spacing: .0416em;
}
.tracking-\[\.045em\] {
  letter-spacing: .045em;
}
.tracking-\[0\.15px\] {
  letter-spacing: 0.15px;
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-gray-500-rgb), var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-gray-700-rgb), var(--tw-text-opacity));
}
.text-neutral-10 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-neutral-10-rgb), var(--tw-text-opacity));
}
.text-neutral-900 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-neutral-900-rgb), var(--tw-text-opacity));
}
.text-primary-500 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-primary-500-rgb), var(--tw-text-opacity));
}
.text-primary-600 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-primary-600-rgb), var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-white-rgb), var(--tw-text-opacity));
}
.opacity-0 {
  opacity: 0;
}
.opacity-40 {
  opacity: 0.4;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-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);
}
.shadow-neutral-900 {
  --tw-shadow-color: rgb(var(--colors-neutral-900-rgb));
  --tw-shadow: var(--tw-shadow-colored);
}
.outline {
  outline-style: solid;
}
.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);
}
.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  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);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-\[400ms\] {
  transition-duration: 400ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.\[-\:\.\\w\] {
  -: .\w;
}

/* button default */
.btn-outline:hover {
  background: rgba(103, 80, 164, 0.08);
}
.btn-outline:focus {
  background: rgba(103, 80, 164, 0.12);
}
.btn:hover::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-radius: 6.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-white-rgb), var(--tw-bg-opacity));
  opacity: .08;
  content: "";
}
.btn:focus::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-radius: 6.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-white-rgb), var(--tw-bg-opacity));
  opacity: .12;
  content: "";
}
.dark .btn:hover::after {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-primary-800-rgb), var(--tw-bg-opacity));
  opacity: .08;
}
.dark .btn:focus::after {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-primary-800-rgb), var(--tw-bg-opacity));
  opacity: .12;
}
.btn[disabled] {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(var(--colors-neutral-300-rgb), var(--tw-text-opacity));
}
.btn[disabled]:hover {
  --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);
}
.btn[disabled]::after, .btn[disabled]:hover::after, .btn[disabled]:focus::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-radius: 6.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-neutral-900-rgb), var(--tw-bg-opacity));
  opacity: .12;
  content: "";
}
.dark .btn[disabled]::after, .dark .btn[disabled]:hover::after, .dark .btn[disabled]:focus::after {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-neutral-100-rgb), var(--tw-bg-opacity));
  opacity: .12;
}
/* btn outline  */
.btn-outline:hover::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-radius: 6.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-primary-600-rgb), var(--tw-bg-opacity));
  opacity: .08;
  content: "";
}
.btn-outline:focus::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-radius: 6.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-primary-600-rgb), var(--tw-bg-opacity));
  opacity: .12;
  content: "";
}
.dark .btn-outline:hover::after {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-primary-200-rgb), var(--tw-bg-opacity));
  opacity: .08;
}
.dark .btn-outline:focus::after {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-primary-200-rgb), var(--tw-bg-opacity));
  opacity: .12;
}
.btn-outline[disabled] {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(var(--colors-neutral-300-rgb), var(--tw-text-opacity));
}
.btn-outline[disabled]:hover {
  --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);
}
.btn-outline[disabled]::after, .btn-outline[disabled]:hover::after, .btn-outline[disabled]:focus::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-radius: 6.25rem;
  background-color: transparent;
  content: "";
}

/* fabs  */
.fabs:hover::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-primary-900-rgb), var(--tw-bg-opacity));
  opacity: .08;
  content: "";
}
.fabs:focus::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-primary-900-rgb), var(--tw-bg-opacity));
  opacity: .12;
  content: "";
}
.dark .fabs:hover::after {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-primary-100-rgb), var(--tw-bg-opacity));
  opacity: .08;
}
.dark .fabs:focus::after {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-primary-100-rgb), var(--tw-bg-opacity));
  opacity: .12;
}

/* btn elevated  */
.btn-elevated {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
}
.btn-elevated[disabled] {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-gray-400-rgb), var(--tw-bg-opacity));
  opacity: .12;
  --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);
}

/* btn tonal  */
.btn-tonal:hover::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-radius: 6.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-secondary-900-rgb), var(--tw-bg-opacity));
  opacity: .08;
  content: "";
}
.btn-tonal:focus::after {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border-radius: 6.25rem;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-secondary-900-rgb), var(--tw-bg-opacity));
  opacity: .12;
  content: "";
}
.dark .btn-tonal:hover::after {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-secondary-100-rgb), var(--tw-bg-opacity));
  opacity: .08;
}
.dark .btn-tonal:focus::after {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-secondary-100-rgb), var(--tw-bg-opacity));
  opacity: .12;
}
.btn-tonal[disabled]:hover {
  --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);
}

/* btn segmented  */
.btn-segmented .segmented-item {
  margin-right: -1px;
  overflow: hidden;
}
.btn-segmented .segmented-item::after {
  border-radius: 0px;
}
.btn-segmented .segmented-item:first-child {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.btn-segmented .segmented-item:last-child {
  margin-right: 0px;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.check-icon {
  display: none !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  line-height: 1.25 !important;
}
.segmented-item input:checked + label > span {
  display: inline-flex !important;
}

/* sidebar menu  */
.setCollapse.active, ul li a.active, .group.active > .hover-icon {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-secondary-100-rgb), var(--tw-bg-opacity));
}
.setCollapse.active:hover, ul li a.active:hover, .group.active > .hover-icon:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-secondary-100-rgb), var(--tw-bg-opacity));
}
.dark .setCollapse.active,.dark  ul li a.active,.dark  .group.active > .hover-icon {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-secondary-700-rgb), var(--tw-bg-opacity));
}
.dark .setCollapse.active:hover,.dark  ul li a.active:hover,.dark  .group.active > .hover-icon:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-secondary-700-rgb), var(--tw-bg-opacity));
}
.setCollapse.active, .setCollapse.hover-icon.active {
  --tw-bg-opacity: 0.3;
}
.dark .setCollapse.active,.dark  .setCollapse.hover-icon.active {
  --tw-bg-opacity: 0.3;
}
.icon-active {
  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));
  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: 300ms;
}
.active .icon-active {
  --tw-rotate: -180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* navigation bar  */
.hover-icon.active {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-secondary-100-rgb), var(--tw-bg-opacity));
}
.hover-icon.active:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-secondary-100-rgb), var(--tw-bg-opacity));
}
.dark .hover-icon.active {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-secondary-700-rgb), var(--tw-bg-opacity));
}
.dark .hover-icon.active:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-secondary-700-rgb), var(--tw-bg-opacity));
}
.active > .hover-icon .material-symbols-outlined, .group:hover .hover-icon.active>.material-symbols-outlined, .group:hover .hover-icon>.material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 48;
}

/* light  */
.lighting.show>.material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 48;
}

/* hover fill icon  */
.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
}
.hover-icon.active>.material-symbols-outlined, .hover-icon:hover>.material-symbols-outlined {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 48;
}

/* Circle progress */
.circle-progress circle {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 2s linear;
}
.circle-progress circle.circle-fill {
  stroke-dashoffset: 94.25;
}

.dark-hidden {
  display: block !important;
}
.dark-block {
  display: none !important;
}
.dark .dark-hidden {
  display: none !important;
}
.dark .dark-block {
  display: block !important;
}
/* input disabled & invalid  */
input[disabled] {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-neutral-300-rgb), var(--tw-border-opacity));
  background-color: rgba(var(--colors-neutral-900-rgb), var(--tw-bg-opacity));
  --tw-bg-opacity: 0.04;
}
.dark input[disabled] {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-neutral-600-rgb), var(--tw-border-opacity));
  background-color: rgba(var(--colors-neutral-100-rgb), var(--tw-bg-opacity));
  --tw-bg-opacity: 0.04;
}
input[disabled] + label {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(var(--colors-neutral-300-rgb), var(--tw-text-opacity));
}
.dark input[disabled] + label {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(var(--colors-neutral-600-rgb), var(--tw-text-opacity));
}
input:invalid {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-error-600-rgb), var(--tw-border-opacity));
}
input:invalid:focus {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-error-600-rgb), var(--tw-border-opacity));
}
.dark input:invalid {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-error-200-rgb), var(--tw-border-opacity));
}
.dark input:invalid:focus {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-error-200-rgb), var(--tw-border-opacity));
}

/* checkbox  */
input[type="checkbox"]:hover:before, input[type="radio"]:hover:before {
  content: "";
  position: absolute;
  height: 2.5rem;
  width: 2.5rem;
  --tw-translate-x: -.7rem;
  --tw-translate-y: -.7rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-primary-500-rgb), var(--tw-bg-opacity));
  opacity: 0.1}
.dark input[type="checkbox"]:hover:before,.dark  input[type="radio"]:hover:before {
  opacity: 0.2;
}
label:hover > input[type="checkbox"][disabled]:before, label:hover > input[type="radio"][disabled]:before {
  background-color: transparent;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 1.25rem;
  width: 1.25rem;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-primary-600-rgb), var(--tw-bg-opacity));
}
.dark input[type="range"]::-webkit-slider-thumb {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-primary-200-rgb), var(--tw-bg-opacity));
}
input[type="range"]:hover::-webkit-slider-thumb {
  --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(8px + 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);
  --tw-ring-color: rgba(var(--colors-primary-500-rgb), var(--tw-ring-opacity));
  --tw-ring-opacity: 0.1;
}
.dark input[type="range"]:hover::-webkit-slider-thumb {
  --tw-ring-color: rgba(var(--colors-primary-900-rgb), var(--tw-ring-opacity));
  --tw-ring-opacity: 0.2;
}
input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  height: 1.25rem;
  width: 1.25rem;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-primary-600-rgb), var(--tw-bg-opacity));
}
.dark input[type="range"]::-moz-range-thumb {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-primary-200-rgb), var(--tw-bg-opacity));
}
input[type="range"]:hover::-moz-range-thumb {
  --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(8px + 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);
  --tw-ring-color: rgba(var(--colors-primary-500-rgb), var(--tw-ring-opacity));
  --tw-ring-opacity: 0.1;
}
.dark input[type="range"]:hover::-moz-range-thumb {
  --tw-ring-color: rgba(var(--colors-primary-900-rgb), var(--tw-ring-opacity));
  --tw-ring-opacity: 0.2;
}
.range-count {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='34' viewBox='0 0 28 34' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14 34L4.1005 24.0416C-1.36684 18.5418 -1.36684 9.62475 4.1005 4.12489C9.56784 -1.37496 18.4322 -1.37496 23.8995 4.12489C29.3668 9.62475 29.3668 18.5418 23.8995 24.0416L14 34Z' fill='%236750A4'/%3E%3C/svg%3E");
}
.dark .range-count {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='34' viewBox='0 0 28 34' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14 34L4.1005 24.0416C-1.36684 18.5418 -1.36684 9.62475 4.1005 4.12489C9.56784 -1.37496 18.4322 -1.37496 23.8995 4.12489C29.3668 9.62475 29.3668 18.5418 23.8995 24.0416L14 34Z' fill='%23D0BCFF'/%3E%3C/svg%3E");
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  cursor: pointer;
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%2349454F' viewBox='0 0 16 16'%3E%3Cpath d='M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854Z'/%3E%3C/svg%3E");
}
.dark input[type="search"]::-webkit-search-cancel-button {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='%23CAC4D0' viewBox='0 0 16 16'%3E%3Cpath d='M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8 2.146 2.854Z'/%3E%3C/svg%3E");
}
.input-filled input[type="search"]::-webkit-search-cancel-button {
  margin-top: -0.75rem;
}

/* switch  */
.toggle-icon:before, .toggle-default:before {
  top: 0.1rem;
  left: 0.1rem;
  content: "";
  position: absolute;
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  --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));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-gray-500-rgb), var(--tw-bg-opacity));
  background-position: center;
  background-repeat: no-repeat;
  --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);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.toggle-switch:hover .toggle-icon:before, .toggle-switch:hover .toggle-default:before {
  --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(8px + 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);
  --tw-ring-color: rgba(var(--colors-primary-200-rgb), var(--tw-ring-opacity));
  --tw-ring-opacity: 0.3;
}
.dark .toggle-switch:hover .toggle-icon:before,.dark  .toggle-switch:hover .toggle-default:before {
  --tw-ring-color: rgba(var(--colors-primary-600-rgb), var(--tw-ring-opacity));
  --tw-ring-opacity: 0.3;
}
.toggle-checkbox:checked + .toggle-icon:before, .toggle-checkbox:checked + .toggle-default:before {
  --tw-translate-x: 1rem;
  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));
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-white-rgb), var(--tw-bg-opacity));
}
.dark .toggle-checkbox:checked + .toggle-icon:before,.dark  .toggle-checkbox:checked + .toggle-default:before {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-primary-600-rgb), var(--tw-bg-opacity));
}
.toggle-checkbox:checked + .toggle-icon:before, .toggle-checkbox:checked + .toggle-default:before {
  background-size: 70%;
}
.toggle-icon:before {
  background-size: 40%;
  background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23ffffff" stroke-width="6" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x"%3E%3Cline x1="18" y1="6" x2="6" y2="18"%3E%3C/line%3E%3Cline x1="6" y1="6" x2="18" y2="18"%3E%3C/line%3E%3C/svg%3E');
}
.toggle-checkbox:checked + .toggle-icon:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%2321005D' class='bi bi-check-lg' viewBox='0 0 16 16'%3E%3Cpath d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z'/%3E%3C/svg%3E");
}
.dark .toggle-icon:before {
  background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%2349454F" stroke-width="6" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x"%3E%3Cline x1="18" y1="6" x2="6" y2="18"%3E%3C/line%3E%3Cline x1="6" y1="6" x2="18" y2="18"%3E%3C/line%3E%3C/svg%3E');
}
.dark .toggle-checkbox:checked + .toggle-icon:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23E7E0EC' class='bi bi-check-lg' viewBox='0 0 16 16'%3E%3Cpath d='M12.736 3.97a.733.733 0 0 1 1.047 0c.286.289.29.756.01 1.05L7.88 12.01a.733.733 0 0 1-1.065.02L3.217 8.384a.757.757 0 0 1 0-1.06.733.733 0 0 1 1.047 0l3.052 3.093 5.4-6.425a.247.247 0 0 1 .02-.022Z'/%3E%3C/svg%3E");
}
.toggle-switch .toggle-icon, .toggle-switch .toggle-default {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-gray-500-rgb), var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-gray-100-rgb), var(--tw-bg-opacity));
}
.dark .toggle-switch .toggle-icon,.dark  .toggle-switch .toggle-default {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-gray-700-rgb), var(--tw-bg-opacity));
}
.toggle-switch .toggle-checkbox:checked + .toggle-icon, .toggle-switch .toggle-checkbox:checked + .toggle-default {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-primary-600-rgb), var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-primary-600-rgb), var(--tw-bg-opacity));
}
.dark .toggle-switch .toggle-checkbox:checked + .toggle-icon,.dark  .toggle-switch .toggle-checkbox:checked + .toggle-default {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-primary-200-rgb), var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-primary-200-rgb), var(--tw-bg-opacity));
}

/* circular loader  */
.circular-loader{
  animation: rotate 2s linear infinite;
}
.circular-loader .path {
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  animation:
   dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}
@keyframes rotate{
 100%{
  transform: rotate(360deg);
 }
}
@keyframes dash{
 0%{
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
 }
 50%{
  stroke-dasharray: 89,200;
  stroke-dashoffset: -35;
 }
 100%{
  stroke-dasharray: 89,200;
  stroke-dashoffset: -124;
 }
}
/* linear loader  */
.linear-loader {
  animation: start 0.3s ease-in;
}
.linear-loader > * {
  transition: transform 0.2s linear;
}
.linear-loader > *:first-child {
  animation: grow 2.5s infinite, moveBar1 2.5s infinite;
}
.linear-loader > *:last-child {
  animation: grows 2.5s infinite, moveBar2 2.5s infinite;
}
@keyframes grow {
  0% {
    animation-timing-function: linear;
    transform: scaleX(0.1);
  }
  36.6% {
    animation-timing-function: cubic-bezier(0.33473, 0.12482, 0.78584, 1);
    transform: scaleX(0.1);
  }
  69.15% {
    animation-timing-function: cubic-bezier(0.22573, 0, 0.23365, 1.37098);
    transform: scaleX(0.83);
  }
  100% {
    transform: scaleX(0.1);
  }
}
@keyframes moveBar1 {
  0% {
    left: -105.16667%;
    animation-timing-function: linear;
  }
  20% {
    left: -105.16667%;
    animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
  }
  69.15% {
    left: 21.5%;
    animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
  }
  100% {
    left: 95.44444%;
  }
}
@keyframes grows {
  0% {
    animation-timing-function: cubic-bezier(0.20503, 0.05705, 0.57661, 0.45397);
    transform: scaleX(0.1);
  }
  19.15% {
    animation-timing-function: cubic-bezier(0.15231, 0.19643, 0.64837, 1.00432);
    transform: scaleX(0.57);
  }
  44.15% {
    animation-timing-function: cubic-bezier(0.25776, -0.00316, 0.21176, 1.38179);
    transform: scaleX(0.91);
  }
  100% {
    transform: scaleX(0.1);
  }
}
@keyframes moveBar2 {
  0% {
    left: -54.88889%;
    animation-timing-function: cubic-bezier(0.15, 0, 0.51506, 0.40968);
  }
  25% {
    left: -17.25%;
    animation-timing-function: cubic-bezier(0.31033, 0.28406, 0.8, 0.73372);
  }
  48.35% {
    left: 29.5%;
    animation-timing-function: cubic-bezier(0.4, 0.62703, 0.6, 0.90203);
  }
  100% {
    left: 117.38889%;
  }
}
@keyframes start {
  from {
    max-height: 0;
    opacity: 0;
  }
  to {
    max-height: 20px;
    opacity: 1;
  }
}
@keyframes end {
  from {
    max-height: 0;
    opacity: 0;
  }
  to {
    max-height: 2px;
    opacity: 1;
  }
}
@keyframes progressLinearMovement {
  0% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

/* Typography */
.display-lg {
  font-size: 3.5625rem;
  font-weight: 400;
  line-height: 4rem;
}
.display-md {
  font-size: 2.8125rem;
  font-weight: 400;
  line-height: 3.25rem;
}
.display-sm {
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 2.75rem;
}
.headline-lg {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5rem;
}
.headline-md {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2.25rem;
}
.headline-sm {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
}
.title-lg {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.title-md {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.15px;
}
.title-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.1px;
}
.label-lg {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.1px;
}
.label-md {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.label-sm {
  font-size: 11px;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0.5px;
}
.body-lg {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.5px;
}
.body-md {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.25px;
}
.body-sm {
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.4px;
}

/* nav  */
.nav>.active, .nav > *:hover {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-primary-600-rgb), var(--tw-text-opacity));
}
.dark .nav>.active,.dark  .nav > *:hover {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-primary-200-rgb), var(--tw-text-opacity));
}
.nav>.active .indicator, .nav > *:hover .indicator {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-primary-600-rgb), var(--tw-bg-opacity));
}
.dark .nav>.active .indicator,.dark  .nav > *:hover .indicator {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-primary-200-rgb), var(--tw-bg-opacity));
}

/* dialogs  */
.show .backDialog {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: block;
  height: 100%;
}
.show .dialog {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  height: 100%;
}

/* tables  */
table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
td, th {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-gray-200-rgb), var(--tw-border-opacity));
  padding: 1rem;
  text-align: left;
}
.dark td,.dark  th {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-gray-700-rgb), var(--tw-border-opacity));
}

/*Select input*/
.select-caret {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1rem 12px;
}
[dir="ltr"] .select-caret {
  background-position: right .75rem center;
}
[dir="rtl"] .select-caret {
  background-position: left .75rem center;
}
.dark .select-caret {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23D1D5DB' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

/*Preloader*/
.preloader {
  z-index: 60;
}
.loaded-success .preloader {
  visibility: hidden !important;
  transition: all 1s ease-in-out;
}
.animate-spin-slow {
  animation: spin 3s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }

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

/*Simple scrollbar*/
.scrollbars::-webkit-scrollbar {
  width: 6px;
}
.scrollbars::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px transparent;
  border-radius: 10px;
}
.scrollbars::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 10px;
}
.scrollbars.show::-webkit-scrollbar-thumb, .scrollbars:hover::-webkit-scrollbar-thumb {
  background: #777;
}

/*task check*/
.task-check input[type=checkbox]:checked + span {
  text-decoration:line-through;
}

/* Dragula  */
.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  list-style: none;
  z-index: 9999 !important;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.gu-hide {
  display: none !important;
}
.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}
.gu-transit {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
.drop-item {
  touch-action: none;
}
/* Microtip tooltips*/
[aria-label][role~="tooltip"] {
  position: relative;
}
[aria-label][role~="tooltip"]::after {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  opacity: 0;
  pointer-events: none;
  transition: all var(--microtip-transition-duration, .18s) var(--microtip-transition-easing, ease-in-out) var(--microtip-transition-delay, 0s);
  position: absolute;
  box-sizing: border-box;
  z-index: 90;
  transform-origin: top;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-neutral-700-rgb), var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(var(--colors-white-rgb), var(--tw-text-opacity));
  border-radius: 4px;
  content: attr(aria-label);
  font-size: var(--microtip-font-size, 11px);
  letter-spacing: 0.4px;
  font-weight: var(--microtip-font-weight, normal);
  text-transform: var(--microtip-text-transform, none);
  padding: .15em .75em;
  white-space: nowrap;
  box-sizing: content-box;
}
[aria-label][role~="tooltip"]:hover::after,
[aria-label][role~="tooltip"]:focus::after {
  opacity: 1;
  pointer-events: auto;
}
/* top  */
[role~="tooltip"][data-microtip-position|="top"]::after {
  margin-bottom: 3px;
  transform: translate3d(-50%, 0, 0);
  bottom: 100%;
  left: 50%;
}
[role~="tooltip"][data-microtip-position="top"]:hover::after {
  transform: translate3d(-50%, -5px, 0);
}
/* bottom  */
[role~="tooltip"][data-microtip-position|="bottom"]::after {
  margin-top: 3px;
  transform: translate3d(-50%, -10px, 0);
  top: 100%;
  left: 50%;
}
[role~="tooltip"][data-microtip-position="bottom"]:hover::after {
  transform: translate3d(-50%, 0, 0);
}
/* left  */
[role~="tooltip"][data-microtip-position="left"]::after {
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  transform: translate3d(10px, -50%, 0);
  margin-right: 3px;
}
[role~="tooltip"][data-microtip-position="left"]:hover::after {
  transform: translate3d(0, -50%, 0);
}
/* right  */
[role~="tooltip"][data-microtip-position="right"]::after {
  bottom: auto;
  left: 100%;
  top: 50%;
  transform: translate3d(-10px, -50%, 0);
  margin-left: 3px;
}
[role~="tooltip"][data-microtip-position="right"]:hover::after {
  transform: translate3d(0, -50%, 0);
}

/* code  */
.token.atrule,
.token.attr-value,
.token.keyword,
.token.class-name {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--colors-primary-600-rgb), var(--tw-text-opacity)) !important;
}
.dark .token.atrule,.dark 
.token.attr-value,.dark 
.token.keyword,.dark 
.token.class-name {
  --tw-text-opacity: 1 !important;
  color: rgba(var(--colors-primary-200-rgb), var(--tw-text-opacity)) !important;
}
  div.code-toolbar > .toolbar a,
div.code-toolbar > .toolbar button,
div.code-toolbar > .toolbar span {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(var(--colors-primary-600-rgb), var(--tw-bg-opacity)) !important;
}
/* Insert your css in here */

/*! purgecss end ignore */

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

.hover\:bg-neutral-10:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-neutral-10-rgb), var(--tw-bg-opacity));
}

.hover\:bg-secondary-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-secondary-100-rgb), var(--tw-bg-opacity));
}

.hover\:bg-surface-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-surface-100-rgb), var(--tw-bg-opacity));
}

.hover\:bg-surface-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-surface-300-rgb), var(--tw-bg-opacity));
}

.hover\:bg-surface-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-surface-50-rgb), var(--tw-bg-opacity));
}

.hover\:bg-opacity-30:hover {
  --tw-bg-opacity: 0.3;
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.focus\:bg-surface-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-surface-200-rgb), var(--tw-bg-opacity));
}

.focus\:bg-surface-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-surface-400-rgb), var(--tw-bg-opacity));
}

.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-white-rgb), var(--tw-bg-opacity));
}

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

.focus\:shadow:focus {
  --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);
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.group:hover .group-hover\:bg-secondary-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-secondary-100-rgb), var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-surface-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-surface-100-rgb), var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.group.show .group-\[\&\.show\]\:inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.group.show .group-\[\&\.show\]\:block {
  display: block;
}

.group.show .group-\[\&\.show\]\:hidden {
  display: none;
}

.group.show .group-\[\&\.show\]\:translate-y-0 {
  --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));
}

@keyframes spin {

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

.group.show .group-\[\&\.show\]\:animate-spin {
  animation: spin 1s linear infinite;
}

.group.show .group-\[\&\.show\]\:bg-primary-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-primary-50-rgb), var(--tw-bg-opacity));
}

.group.show .group-\[\&\.show\]\:bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}

.group.show .group-\[\&\.show\]\:text-primary-600 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-primary-600-rgb), var(--tw-text-opacity));
}

.group.show .group-\[\&\.show\]\:text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}

.group.show .group-\[\&\.show\]\:opacity-60 {
  opacity: 0.6;
}

.group.show .group-\[\&\.show\]\:opacity-80 {
  opacity: 0.8;
}

.group.show .group-\[\&\.show\]\:opacity-70 {
  opacity: 0.7;
}

[dir="ltr"] .ltr\:right-0 {
  right: 0px;
}

[dir="ltr"] .ltr\:mr-2 {
  margin-right: 0.5rem;
}

[dir="rtl"] .rtl\:left-0 {
  left: 0px;
}

[dir="rtl"] .rtl\:ml-2 {
  margin-left: 0.5rem;
}

.dark .dark\:border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-gray-400-rgb), var(--tw-border-opacity));
}

.dark .dark\:border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-gray-700-rgb), var(--tw-border-opacity));
}

.dark .dark\:border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgba(var(--colors-gray-800-rgb), var(--tw-border-opacity));
}

.dark .dark\:bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-black-rgb), var(--tw-bg-opacity));
}

.dark .dark\:bg-error-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-error-200-rgb), var(--tw-bg-opacity));
}

.dark .dark\:bg-neutral-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-neutral-900-rgb), var(--tw-bg-opacity));
}

.dark .dark\:bg-primary-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-primary-200-rgb), var(--tw-bg-opacity));
}

.dark .dark\:bg-primary-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-primary-400-rgb), var(--tw-bg-opacity));
}

.dark .dark\:bg-surfacedark-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-surfacedark-100-rgb), var(--tw-bg-opacity));
}

.dark .dark\:bg-surfacedark-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-surfacedark-200-rgb), var(--tw-bg-opacity));
}

.dark .dark\:bg-surfacedark-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-surfacedark-300-rgb), var(--tw-bg-opacity));
}

.dark .dark\:fill-primary-200 {
  fill: rgb(var(--colors-primary-200-rgb));
}

.dark .dark\:fill-primary-600 {
  fill: rgb(var(--colors-primary-600-rgb));
}

.dark .dark\:stroke-primary-200 {
  stroke: rgb(var(--colors-primary-200-rgb));
}

.dark .dark\:text-error-800 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-error-800-rgb), var(--tw-text-opacity));
}

.dark .dark\:text-gray-200 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-gray-200-rgb), var(--tw-text-opacity));
}

.dark .dark\:text-neutral-100 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-neutral-100-rgb), var(--tw-text-opacity));
}

.dark .dark\:text-neutral-900 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-neutral-900-rgb), var(--tw-text-opacity));
}

.dark .dark\:text-primary-200 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-primary-200-rgb), var(--tw-text-opacity));
}

.dark .dark\:shadow-gray-50\/10 {
  --tw-shadow-color: rgba(var(--colors-gray-50-rgb), 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.dark .dark\:hover\:bg-neutral-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-neutral-900-rgb), var(--tw-bg-opacity));
}

.dark .dark\:hover\:bg-secondary-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-secondary-700-rgb), var(--tw-bg-opacity));
}

.dark .dark\:hover\:bg-surfacedark-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-surfacedark-100-rgb), var(--tw-bg-opacity));
}

.dark .dark\:hover\:bg-surfacedark-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-surfacedark-300-rgb), var(--tw-bg-opacity));
}

.dark .dark\:hover\:bg-surfacedark-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-surfacedark-50-rgb), var(--tw-bg-opacity));
}

.dark .dark\:hover\:bg-opacity-30:hover {
  --tw-bg-opacity: 0.3;
}

.dark .dark\:focus\:bg-black:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-black-rgb), var(--tw-bg-opacity));
}

.dark .dark\:focus\:bg-surfacedark-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-surfacedark-200-rgb), var(--tw-bg-opacity));
}

.dark .dark\:focus\:bg-surfacedark-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-surfacedark-400-rgb), var(--tw-bg-opacity));
}

.dark .group:hover .dark\:group-hover\:bg-secondary-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-secondary-700-rgb), var(--tw-bg-opacity));
}

.dark .group:hover .dark\:group-hover\:bg-surfacedark-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-surfacedark-100-rgb), var(--tw-bg-opacity));
}

.dark .group:hover .dark\:group-hover\:bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.dark .group.show .dark\:group-\[\&\.show\]\:bg-primary-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-primary-900-rgb), var(--tw-bg-opacity));
}

.dark .group.show .dark\:group-\[\&\.show\]\:text-primary-400 {
  --tw-text-opacity: 1;
  color: rgba(var(--colors-primary-400-rgb), var(--tw-text-opacity));
}

@media (min-width: 640px) {

  .sm\:right-0 {
    right: 0px;
  }

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

  .sm\:block {
    display: block;
  }

  .sm\:w-5\/6 {
    width: 83.333333%;
  }

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

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

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

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

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

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

@media (min-width: 768px) {

  .md\:relative {
    position: relative;
  }

  .md\:-right-4 {
    right: -1rem;
  }

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

  .md\:top-4 {
    top: 1rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-screen {
    height: 100vh;
  }

  .md\:w-24 {
    width: 6rem;
  }

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

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

  .md\:translate-y-0 {
    --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));
  }

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

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

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

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

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:bg-surface-200 {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--colors-surface-200-rgb), var(--tw-bg-opacity));
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--colors-white-rgb), var(--tw-bg-opacity));
  }

  .md\:bg-surface-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--colors-surface-300-rgb), var(--tw-bg-opacity));
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

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

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pl-24 {
    padding-left: 6rem;
  }

  .md\:pl-32 {
    padding-left: 8rem;
  }

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

  .md\:pt-0 {
    padding-top: 0px;
  }

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

  .dark .dark\:md\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--colors-black-rgb), var(--tw-bg-opacity));
  }

  .dark .md\:dark\:bg-transparent {
    background-color: transparent;
  }

  .dark .dark\:md\:bg-surfacedark-300 {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--colors-surfacedark-300-rgb), var(--tw-bg-opacity));
  }
}

@media (min-width: 1024px) {

  .lg\:right-4 {
    right: 1rem;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

  .lg\:flex-col {
    flex-direction: column;
  }
}

@media (min-width: 1280px) {

  .xl\:inline-block {
    display: inline-block;
  }

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

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

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

.\[\&\.active\]\:block.active {
  display: block;
}

.\[\&\.active\]\:bg-secondary-100.active {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-secondary-100-rgb), var(--tw-bg-opacity));
}

.dark .dark\:\[\&\.active\]\:bg-secondary-700.active {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-secondary-700-rgb), var(--tw-bg-opacity));
}

.\[\&\.show\]\:\!visible.show {
  visibility: visible !important;
}

.\[\&\.show\]\:translate-y-0.show {
  --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));
}

.\[\&\.show\]\:\!opacity-100.show {
  opacity: 1 !important;
}

.\[\&\.unread\]\:bg-surface-100.unread {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-surface-100-rgb), var(--tw-bg-opacity));
}

.dark .dark\:\[\&\.unread\]\:bg-surfacedark-100.unread {
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colors-surfacedark-100-rgb), var(--tw-bg-opacity));
}