/*
! 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 {
  --md-source: 257deg 35% 48%;
  /* primary */
  --md-ref-palette-primary0: 0deg 0% 0%;
  --md-ref-palette-primary10: 262deg 100% 19%;
  --md-ref-palette-primary20: 259deg 59% 29%;
  --md-ref-palette-primary30: 258deg 44% 39%;
  --md-ref-palette-primary40: 257deg 35% 48%;
  --md-ref-palette-primary50: 257deg 41% 58%;
  --md-ref-palette-primary60: 257deg 56% 69%;
  --md-ref-palette-primary70: 257deg 87% 80%;
  --md-ref-palette-primary80: 258deg 100% 87%;
  --md-ref-palette-primary90: 263deg 100% 94%;
  --md-ref-palette-primary95: 270deg 100% 97%;
  --md-ref-palette-primary99: 315deg 100% 100%;
  --md-ref-palette-primary100: 0deg 0% 100%;
  /* secondary */
  --md-ref-palette-secondary0: 0deg 0% 0%;
  --md-ref-palette-secondary10: 254deg 27% 14%;
  --md-ref-palette-secondary20: 258deg 19% 22%;
  --md-ref-palette-secondary30: 259deg 13% 31%;
  --md-ref-palette-secondary40: 260deg 11% 40%;
  --md-ref-palette-secondary50: 261deg 10% 50%;
  --md-ref-palette-secondary60: 260deg 12% 61%;
  --md-ref-palette-secondary70: 262deg 17% 71%;
  --md-ref-palette-secondary80: 264deg 28% 82%;
  --md-ref-palette-secondary90: 264deg 66% 93%;
  --md-ref-palette-secondary95: 270deg 100% 97%;
  --md-ref-palette-secondary99: 315deg 100% 100%;
  --md-ref-palette-secondary100: 0deg 0% 100%;
  /* tertiary */
  --md-ref-palette-tertiary0: 0deg 0% 0%;
  --md-ref-palette-tertiary10: 338deg 49% 13%;
  --md-ref-palette-tertiary20: 339deg 33% 22%;
  --md-ref-palette-tertiary30: 341deg 26% 31%;
  --md-ref-palette-tertiary40: 341deg 21% 41%;
  --md-ref-palette-tertiary50: 343deg 19% 51%;
  --md-ref-palette-tertiary60: 342deg 26% 62%;
  --md-ref-palette-tertiary70: 344deg 38% 72%;
  --md-ref-palette-tertiary80: 343deg 64% 83%;
  --md-ref-palette-tertiary90: 342deg 100% 93%;
  --md-ref-palette-tertiary95: 345deg 100% 97%;
  --md-ref-palette-tertiary99: 12deg 100% 100%;
  --md-ref-palette-tertiary100: 0deg 0% 100%;
  /* error */
  --md-ref-palette-error0: 0deg 0% 0%;
  --md-ref-palette-error10: 4deg 72% 15%;
  --md-ref-palette-error20: 3deg 72% 22%;
  --md-ref-palette-error30: 3deg 71% 33%;
  --md-ref-palette-error40: 4deg 72% 41%;
  --md-ref-palette-error50: 3deg 72% 53%;
  --md-ref-palette-error60: 4deg 71% 64%;
  --md-ref-palette-error70: 3deg 72% 75%;
  --md-ref-palette-error80: 3deg 71% 83%;
  --md-ref-palette-error90: 5deg 71% 92%;
  --md-ref-palette-error95: 0deg 71% 97%;
  --md-ref-palette-error99: 20deg 100% 99%;
  --md-ref-palette-error100: 0deg 0% 100%;
  /* neutral */
  --md-ref-palette-neutral0: 0deg 0% 0%;
  --md-ref-palette-neutral10: 255deg 7% 12%;
  --md-ref-palette-neutral20: 261deg 4% 20%;
  --md-ref-palette-neutral30: 280deg 3% 29%;
  --md-ref-palette-neutral40: 276deg 3% 38%;
  --md-ref-palette-neutral50: 286deg 2% 47%;
  --md-ref-palette-neutral60: 285deg 2% 58%;
  --md-ref-palette-neutral70: 300deg 3% 68%;
  --md-ref-palette-neutral80: 288deg 5% 79%;
  --md-ref-palette-neutral90: 312deg 10% 90%;
  --md-ref-palette-neutral95: 300deg 19% 95%;
  --md-ref-palette-neutral99: 315deg 100% 100%;
  --md-ref-palette-neutral100: 0deg 0% 100%;
  /* neutral-variant */
  --md-ref-palette-neutral-variant0: 0deg 0% 0%;
  --md-ref-palette-neutral-variant10: 263deg 14% 12%;
  --md-ref-palette-neutral-variant20: 263deg 8% 20%;
  --md-ref-palette-neutral-variant30: 264deg 7% 30%;
  --md-ref-palette-neutral-variant40: 260deg 5% 39%;
  --md-ref-palette-neutral-variant50: 270deg 5% 48%;
  --md-ref-palette-neutral-variant60: 264deg 5% 59%;
  --md-ref-palette-neutral-variant70: 268deg 7% 69%;
  --md-ref-palette-neutral-variant80: 270deg 12% 80%;
  --md-ref-palette-neutral-variant90: 275deg 25% 91%;
  --md-ref-palette-neutral-variant95: 275deg 55% 96%;
  --md-ref-palette-neutral-variant99: 315deg 100% 100%;
  --md-ref-palette-neutral-variant100: 0deg 0% 100%;
  /* light */
  --md-sys-color-primary-light: 257deg 35% 48%;
  --md-sys-color-on-primary-light: 0deg 0% 100%;
  --md-sys-color-primary-container-light: 263deg 100% 94%;
  --md-sys-color-on-primary-container-light: 262deg 100% 19%;
  --md-sys-color-secondary-light: 260deg 11% 40%;
  --md-sys-color-on-secondary-light: 0deg 0% 100%;
  --md-sys-color-secondary-container-light: 264deg 66% 93%;
  --md-sys-color-on-secondary-container-light: 254deg 27% 14%;
  --md-sys-color-tertiary-light: 341deg 21% 41%;
  --md-sys-color-on-tertiary-light: 0deg 0% 100%;
  --md-sys-color-tertiary-container-light: 342deg 100% 93%;
  --md-sys-color-on-tertiary-container-light: 338deg 49% 13%;
  --md-sys-color-error-light: 4deg 72% 41%;
  --md-sys-color-on-error-light: 0deg 0% 100%;
  --md-sys-color-error-container-light: 5deg 71% 92%;
  --md-sys-color-on-error-container-light: 4deg 72% 15%;
  --md-sys-color-outline-light: 270deg 5% 48%;
  --md-sys-color-background-light: 315deg 100% 100%;
  --md-sys-color-on-background-light: 255deg 7% 12%;
  --md-sys-color-surface-light: 315deg 100% 100%;
  --md-sys-color-on-surface-light: 255deg 7% 12%;
  --md-sys-color-surface-variant-light: 275deg 25% 91%;
  --md-sys-color-on-surface-variant-light: 264deg 7% 30%;
  --md-sys-color-inverse-surface-light: 261deg 4% 20%;
  --md-sys-color-inverse-on-surface-light: 300deg 19% 95%;
  --md-sys-color-inverse-primary-light: 258deg 100% 87%;
  --md-sys-color-shadow-light: 0deg 0% 0%;
  --md-sys-color-surface-tint-light: 257deg 35% 48%;
  --md-sys-color-outline-variant-light: 270deg 12% 80%;
  --md-sys-color-scrim-light: 0deg 0% 0%;
  /* dark */
  --md-sys-color-primary-dark: 258deg 100% 87%;
  --md-sys-color-on-primary-dark: 259deg 59% 29%;
  --md-sys-color-primary-container-dark: 258deg 44% 39%;
  --md-sys-color-on-primary-container-dark: 263deg 100% 94%;
  --md-sys-color-secondary-dark: 264deg 28% 82%;
  --md-sys-color-on-secondary-dark: 258deg 19% 22%;
  --md-sys-color-secondary-container-dark: 259deg 13% 31%;
  --md-sys-color-on-secondary-container-dark: 264deg 66% 93%;
  --md-sys-color-tertiary-dark: 343deg 64% 83%;
  --md-sys-color-on-tertiary-dark: 339deg 33% 22%;
  --md-sys-color-tertiary-container-dark: 341deg 26% 31%;
  --md-sys-color-on-tertiary-container-dark: 342deg 100% 93%;
  --md-sys-color-error-dark: 3deg 71% 83%;
  --md-sys-color-on-error-dark: 3deg 72% 22%;
  --md-sys-color-error-container-dark: 3deg 71% 33%;
  --md-sys-color-on-error-container-dark: 5deg 71% 92%;
  --md-sys-color-outline-dark: 264deg 5% 59%;
  --md-sys-color-background-dark: 255deg 7% 12%;
  --md-sys-color-on-background-dark: 312deg 10% 90%;
  --md-sys-color-surface-dark: 255deg 7% 12%;
  --md-sys-color-on-surface-dark: 312deg 10% 90%;
  --md-sys-color-surface-variant-dark: 264deg 7% 30%;
  --md-sys-color-on-surface-variant-dark: 270deg 12% 80%;
  --md-sys-color-inverse-surface-dark: 312deg 10% 90%;
  --md-sys-color-inverse-on-surface-dark: 261deg 4% 20%;
  --md-sys-color-inverse-primary-dark: 257deg 35% 48%;
  --md-sys-color-shadow-dark: 0deg 0% 0%;
  --md-sys-color-surface-tint-dark: 258deg 100% 87%;
  --md-sys-color-outline-variant-dark: 264deg 7% 30%;
  --md-sys-color-scrim-dark: 0deg 0% 0%;
  /* display - large */
  --md-sys-typescale-display-large-font-family-name: Roboto;
  --md-sys-typescale-display-large-font-family-style: Regular;
  --md-sys-typescale-display-large-font-weight: 400px;
  --md-sys-typescale-display-large-font-size: 57px;
  --md-sys-typescale-display-large-line-height: 64px;
  --md-sys-typescale-display-large-letter-spacing: -0.25px;
  /* display - medium */
  --md-sys-typescale-display-medium-font-family-name: Roboto;
  --md-sys-typescale-display-medium-font-family-style: Regular;
  --md-sys-typescale-display-medium-font-weight: 400px;
  --md-sys-typescale-display-medium-font-size: 45px;
  --md-sys-typescale-display-medium-line-height: 52px;
  --md-sys-typescale-display-medium-letter-spacing: 0px;
  /* display - small */
  --md-sys-typescale-display-small-font-family-name: Roboto;
  --md-sys-typescale-display-small-font-family-style: Regular;
  --md-sys-typescale-display-small-font-weight: 400px;
  --md-sys-typescale-display-small-font-size: 36px;
  --md-sys-typescale-display-small-line-height: 44px;
  --md-sys-typescale-display-small-letter-spacing: 0px;
  /* headline - large */
  --md-sys-typescale-headline-large-font-family-name: Roboto;
  --md-sys-typescale-headline-large-font-family-style: Regular;
  --md-sys-typescale-headline-large-font-weight: 400px;
  --md-sys-typescale-headline-large-font-size: 32px;
  --md-sys-typescale-headline-large-line-height: 40px;
  --md-sys-typescale-headline-large-letter-spacing: 0px;
  /* headline - medium */
  --md-sys-typescale-headline-medium-font-family-name: Roboto;
  --md-sys-typescale-headline-medium-font-family-style: Regular;
  --md-sys-typescale-headline-medium-font-weight: 400px;
  --md-sys-typescale-headline-medium-font-size: 28px;
  --md-sys-typescale-headline-medium-line-height: 36px;
  --md-sys-typescale-headline-medium-letter-spacing: 0px;
  /* headline - small */
  --md-sys-typescale-headline-small-font-family-name: Roboto;
  --md-sys-typescale-headline-small-font-family-style: Regular;
  --md-sys-typescale-headline-small-font-weight: 400px;
  --md-sys-typescale-headline-small-font-size: 24px;
  --md-sys-typescale-headline-small-line-height: 32px;
  --md-sys-typescale-headline-small-letter-spacing: 0px;
  /* body - large */
  --md-sys-typescale-body-large-font-family-name: Roboto;
  --md-sys-typescale-body-large-font-family-style: Regular;
  --md-sys-typescale-body-large-font-weight: 400px;
  --md-sys-typescale-body-large-font-size: 16px;
  --md-sys-typescale-body-large-line-height: 24px;
  --md-sys-typescale-body-large-letter-spacing: 0.50px;
  /* body - medium */
  --md-sys-typescale-body-medium-font-family-name: Roboto;
  --md-sys-typescale-body-medium-font-family-style: Regular;
  --md-sys-typescale-body-medium-font-weight: 400px;
  --md-sys-typescale-body-medium-font-size: 14px;
  --md-sys-typescale-body-medium-line-height: 20px;
  --md-sys-typescale-body-medium-letter-spacing: 0.25px;
  /* body - small */
  --md-sys-typescale-body-small-font-family-name: Roboto;
  --md-sys-typescale-body-small-font-family-style: Regular;
  --md-sys-typescale-body-small-font-weight: 400px;
  --md-sys-typescale-body-small-font-size: 12px;
  --md-sys-typescale-body-small-line-height: 16px;
  --md-sys-typescale-body-small-letter-spacing: 0.40px;
  /* label - large */
  --md-sys-typescale-label-large-font-family-name: Roboto;
  --md-sys-typescale-label-large-font-family-style: Medium;
  --md-sys-typescale-label-large-font-weight: 500px;
  --md-sys-typescale-label-large-font-size: 14px;
  --md-sys-typescale-label-large-line-height: 20px;
  --md-sys-typescale-label-large-letter-spacing: 0.10px;
  /* label - medium */
  --md-sys-typescale-label-medium-font-family-name: Roboto;
  --md-sys-typescale-label-medium-font-family-style: Medium;
  --md-sys-typescale-label-medium-font-weight: 500px;
  --md-sys-typescale-label-medium-font-size: 12px;
  --md-sys-typescale-label-medium-line-height: 16px;
  --md-sys-typescale-label-medium-letter-spacing: 0.50px;
  /* label - small */
  --md-sys-typescale-label-small-font-family-name: Roboto;
  --md-sys-typescale-label-small-font-family-style: Medium;
  --md-sys-typescale-label-small-font-weight: 500px;
  --md-sys-typescale-label-small-font-size: 11px;
  --md-sys-typescale-label-small-line-height: 16px;
  --md-sys-typescale-label-small-letter-spacing: 0.50px;
  /* title - large */
  --md-sys-typescale-title-large-font-family-name: Roboto;
  --md-sys-typescale-title-large-font-family-style: Regular;
  --md-sys-typescale-title-large-font-weight: 400px;
  --md-sys-typescale-title-large-font-size: 22px;
  --md-sys-typescale-title-large-line-height: 28px;
  --md-sys-typescale-title-large-letter-spacing: 0px;
  /* title - medium */
  --md-sys-typescale-title-medium-font-family-name: Roboto;
  --md-sys-typescale-title-medium-font-family-style: Medium;
  --md-sys-typescale-title-medium-font-weight: 500px;
  --md-sys-typescale-title-medium-font-size: 16px;
  --md-sys-typescale-title-medium-line-height: 24px;
  --md-sys-typescale-title-medium-letter-spacing: 0.15px;
  /* title - small */
  --md-sys-typescale-title-small-font-family-name: Roboto;
  --md-sys-typescale-title-small-font-family-style: Medium;
  --md-sys-typescale-title-small-font-weight: 500px;
  --md-sys-typescale-title-small-font-size: 14px;
  --md-sys-typescale-title-small-line-height: 20px;
  --md-sys-typescale-title-small-letter-spacing: 0.10px;
}

html {
  font-family: "Courier New";
}

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

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-50 {
  z-index: 50;
}

.m-4 {
  margin: 1rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.h-1 {
  height: 0.25rem;
}

.h-1\.5 {
  height: 0.375rem;
}

.h-10 {
  height: 2.5rem;
}

.h-14 {
  height: 3.5rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-\[8rem\] {
  max-height: 8rem;
}

.min-h-\[5rem\] {
  min-height: 5rem;
}

.min-h-screen {
  min-height: 100vh;
}

.w-1 {
  width: 0.25rem;
}

.w-1\.5 {
  width: 0.375rem;
}

.w-10 {
  width: 2.5rem;
}

.w-14 {
  width: 3.5rem;
}

.w-24 {
  width: 6rem;
}

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.min-w-\[20rem\] {
  min-width: 20rem;
}

.min-w-\[5rem\] {
  min-width: 5rem;
}

.min-w-\[8rem\] {
  min-width: 8rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-xl {
  max-width: 36rem;
}

.flex-1 {
  flex: 1 1 0%;
}

@keyframes pulsing {
  0%, 100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }
}

.animate-pulsing {
  animation: pulsing 2.5s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.resize-none {
  resize: none;
}

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

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

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.\!border-teal-500\/50 {
  border-color: rgb(20 184 166 / 0.5) !important;
}

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

.border-on-surface-light {
  border-color: hsl(var(--md-sys-color-on-surface-light) / 1);
}

.border-outline-light {
  border-color: hsl(var(--md-sys-color-outline-light) / 1);
}

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

.bg-primary-container-light {
  background-color: hsl(var(--md-sys-color-primary-container-light) / 1);
}

.bg-primary-light {
  background-color: hsl(var(--md-sys-color-primary-light) / 1);
}

.bg-secondary-container-light {
  background-color: hsl(var(--md-sys-color-secondary-container-light) / 1);
}

.bg-slate-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}

.bg-surface-light {
  background-color: hsl(var(--md-sys-color-surface-light) / 1);
}

.bg-teal-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity));
}

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

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.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-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.text-center {
  text-align: center;
}

.text-start {
  text-align: start;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.\!text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-on-primary-container-light {
  color: hsl(var(--md-sys-color-on-primary-container-light) / 1);
}

.text-on-primary-light {
  color: hsl(var(--md-sys-color-on-primary-light) / 1);
}

.text-on-secondary-container-light {
  color: hsl(var(--md-sys-color-on-secondary-container-light) / 1);
}

.text-on-surface-light {
  color: hsl(var(--md-sys-color-on-surface-light) / 1);
}

.text-primary-light {
  color: hsl(var(--md-sys-color-primary-light) / 1);
}

.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity));
}

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

.line-through {
  text-decoration-line: line-through;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-disabled {
  opacity: 0.38;
}

.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-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px 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-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);
}

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

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

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

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

.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;
}

.duration-200 {
  transition-duration: 200ms;
}

.placeholder\:italic::-moz-placeholder {
  font-style: italic;
}

.placeholder\:italic::placeholder {
  font-style: italic;
}

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

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

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

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

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

.before\:z-\[1\]::before {
  content: var(--tw-content);
  z-index: 1;
}

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

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

.before\:rounded-full::before {
  content: var(--tw-content);
  border-radius: 9999px;
}

.before\:rounded-xl::before {
  content: var(--tw-content);
  border-radius: 0.75rem;
}

.before\:bg-on-surface-light::before {
  content: var(--tw-content);
  background-color: hsl(var(--md-sys-color-on-surface-light) / 1);
}

.before\:bg-primary-light::before {
  content: var(--tw-content);
  background-color: hsl(var(--md-sys-color-primary-light) / 1);
}

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

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

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

.after\:w-4\/5::after {
  content: var(--tw-content);
  width: 80%;
}

.after\:rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px;
}

.hover\:text-red-500:hover {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

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

.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.before\:hover\:bg-on-primary-container-light:hover::before {
  content: var(--tw-content);
  background-color: hsl(var(--md-sys-color-on-primary-container-light) / 1);
}

.before\:hover\:bg-on-primary-light:hover::before {
  content: var(--tw-content);
  background-color: hsl(var(--md-sys-color-on-primary-light) / 1);
}

.before\:hover\:bg-on-secondary-container-light:hover::before {
  content: var(--tw-content);
  background-color: hsl(var(--md-sys-color-on-secondary-container-light) / 1);
}

.before\:hover\:bg-on-surface-light:hover::before {
  content: var(--tw-content);
  background-color: hsl(var(--md-sys-color-on-surface-light) / 1);
}

.before\:hover\:bg-primary-light:hover::before {
  content: var(--tw-content);
  background-color: hsl(var(--md-sys-color-primary-light) / 1);
}

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

.before\:hover\:shadow:hover::before {
  content: var(--tw-content);
  --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);
}

.before\:hover\:shadow-inner:hover::before {
  content: var(--tw-content);
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 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);
}

.before\:hover\:shadow-md:hover::before {
  content: var(--tw-content);
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.focus-visible\:shadow:focus-visible {
  --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-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.before\:focus-visible\:bg-on-primary-container-light:focus-visible::before {
  content: var(--tw-content);
  background-color: hsl(var(--md-sys-color-on-primary-container-light) / 1);
}

.before\:focus-visible\:bg-on-primary-light:focus-visible::before {
  content: var(--tw-content);
  background-color: hsl(var(--md-sys-color-on-primary-light) / 1);
}

.before\:focus-visible\:bg-on-secondary-container-light:focus-visible::before {
  content: var(--tw-content);
  background-color: hsl(var(--md-sys-color-on-secondary-container-light) / 1);
}

.before\:focus-visible\:bg-on-surface-light:focus-visible::before {
  content: var(--tw-content);
  background-color: hsl(var(--md-sys-color-on-surface-light) / 1);
}

.before\:focus-visible\:bg-primary-light:focus-visible::before {
  content: var(--tw-content);
  background-color: hsl(var(--md-sys-color-primary-light) / 1);
}

.before\:focus-visible\:opacity-focus:focus-visible::before {
  content: var(--tw-content);
  opacity: 0.12;
}

.before\:focus-visible\:shadow-sm:focus-visible::before {
  content: var(--tw-content);
  --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);
}

.after\:focus-visible\:bg-on-primary-container-light:focus-visible::after {
  content: var(--tw-content);
  background-color: hsl(var(--md-sys-color-on-primary-container-light) / 1);
}

.after\:focus-visible\:bg-on-primary-light:focus-visible::after {
  content: var(--tw-content);
  background-color: hsl(var(--md-sys-color-on-primary-light) / 1);
}

.after\:focus-visible\:bg-on-secondary-container-light:focus-visible::after {
  content: var(--tw-content);
  background-color: hsl(var(--md-sys-color-on-secondary-container-light) / 1);
}

.after\:focus-visible\:bg-primary-light:focus-visible::after {
  content: var(--tw-content);
  background-color: hsl(var(--md-sys-color-primary-light) / 1);
}

.after\:focus-visible\:opacity-focus:focus-visible::after {
  content: var(--tw-content);
  opacity: 0.12;
}

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

.before\:active\:bg-on-primary-container-light:active::before {
  content: var(--tw-content);
  background-color: hsl(var(--md-sys-color-on-primary-container-light) / 1);
}

.before\:active\:bg-on-primary-light:active::before {
  content: var(--tw-content);
  background-color: hsl(var(--md-sys-color-on-primary-light) / 1);
}

.before\:active\:bg-on-secondary-container-light:active::before {
  content: var(--tw-content);
  background-color: hsl(var(--md-sys-color-on-secondary-container-light) / 1);
}

.before\:active\:bg-on-surface-light:active::before {
  content: var(--tw-content);
  background-color: hsl(var(--md-sys-color-on-surface-light) / 1);
}

.before\:active\:bg-primary-light:active::before {
  content: var(--tw-content);
  background-color: hsl(var(--md-sys-color-primary-light) / 1);
}

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

.before\:active\:shadow:active::before {
  content: var(--tw-content);
  --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);
}

.before\:active\:shadow-sm:active::before {
  content: var(--tw-content);
  --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);
}

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

@media (prefers-reduced-motion: no-preference) {
  @keyframes pulsing {
    0%, 100% {
      content: var(--tw-content);
      transform: scale(1);
    }

    50% {
      content: var(--tw-content);
      transform: scale(1.1);
    }
  }

  .focus-visible\:motion-safe\:after\:animate-pulsing:focus-visible::after {
    content: var(--tw-content);
    animation: pulsing 2.5s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }
}

@media (prefers-reduced-motion: reduce) {
  .motion-reduce\:transition-none {
    transition-property: none;
  }
}

:is(.dark .dark\:border-on-surface-dark) {
  border-color: hsl(var(--md-sys-color-on-surface-dark) / 1);
}

:is(.dark .dark\:border-outline-dark) {
  border-color: hsl(var(--md-sys-color-outline-dark) / 1);
}

:is(.dark .dark\:bg-primary-container-dark) {
  background-color: hsl(var(--md-sys-color-primary-container-dark) / 1);
}

:is(.dark .dark\:bg-primary-dark) {
  background-color: hsl(var(--md-sys-color-primary-dark) / 1);
}

:is(.dark .dark\:bg-secondary-container-dark) {
  background-color: hsl(var(--md-sys-color-secondary-container-dark) / 1);
}

:is(.dark .dark\:bg-surface-dark) {
  background-color: hsl(var(--md-sys-color-surface-dark) / 1);
}

:is(.dark .dark\:text-on-primary-container-dark) {
  color: hsl(var(--md-sys-color-on-primary-container-dark) / 1);
}

:is(.dark .dark\:text-on-primary-dark) {
  color: hsl(var(--md-sys-color-on-primary-dark) / 1);
}

:is(.dark .dark\:text-on-secondary-container-dark) {
  color: hsl(var(--md-sys-color-on-secondary-container-dark) / 1);
}

:is(.dark .dark\:text-on-surface-dark) {
  color: hsl(var(--md-sys-color-on-surface-dark) / 1);
}

:is(.dark .dark\:text-primary-dark) {
  color: hsl(var(--md-sys-color-primary-dark) / 1);
}

:is(.dark .before\:dark\:bg-on-surface-dark)::before {
  content: var(--tw-content);
  background-color: hsl(var(--md-sys-color-on-surface-dark) / 1);
}

:is(.dark .before\:dark\:bg-primary-dark)::before {
  content: var(--tw-content);
  background-color: hsl(var(--md-sys-color-primary-dark) / 1);
}

:is(.dark .before\:dark\:hover\:bg-on-primary-container-dark:hover)::before {
  content: var(--tw-content);
  background-color: hsl(var(--md-sys-color-on-primary-container-dark) / 1);
}

:is(.dark .before\:dark\:hover\:bg-on-primary-dark:hover)::before {
  content: var(--tw-content);
  background-color: hsl(var(--md-sys-color-on-primary-dark) / 1);
}

:is(.dark .before\:dark\:hover\:bg-on-secondary-container-dark:hover)::before {
  content: var(--tw-content);
  background-color: hsl(var(--md-sys-color-on-secondary-container-dark) / 1);
}

:is(.dark .before\:dark\:hover\:bg-on-surface-dark:hover)::before {
  content: var(--tw-content);
  background-color: hsl(var(--md-sys-color-on-surface-dark) / 1);
}

:is(.dark .before\:dark\:hover\:bg-primary-dark:hover)::before {
  content: var(--tw-content);
  background-color: hsl(var(--md-sys-color-primary-dark) / 1);
}

:is(.dark .before\:dark\:focus-visible\:bg-on-primary-container-dark:focus-visible)::before {
  content: var(--tw-content);
  background-color: hsl(var(--md-sys-color-on-primary-container-dark) / 1);
}

:is(.dark .before\:dark\:focus-visible\:bg-on-primary-dark:focus-visible)::before {
  content: var(--tw-content);
  background-color: hsl(var(--md-sys-color-on-primary-dark) / 1);
}

:is(.dark .before\:dark\:focus-visible\:bg-on-secondary-container-dark:focus-visible)::before {
  content: var(--tw-content);
  background-color: hsl(var(--md-sys-color-on-secondary-container-dark) / 1);
}

:is(.dark .before\:dark\:focus-visible\:bg-on-surface-dark:focus-visible)::before {
  content: var(--tw-content);
  background-color: hsl(var(--md-sys-color-on-surface-dark) / 1);
}

:is(.dark .before\:dark\:focus-visible\:bg-primary-dark:focus-visible)::before {
  content: var(--tw-content);
  background-color: hsl(var(--md-sys-color-primary-dark) / 1);
}

:is(.dark .after\:dark\:focus-visible\:bg-on-primary-container-dark:focus-visible)::after {
  content: var(--tw-content);
  background-color: hsl(var(--md-sys-color-on-primary-container-dark) / 1);
}

:is(.dark .after\:dark\:focus-visible\:bg-on-primary-dark:focus-visible)::after {
  content: var(--tw-content);
  background-color: hsl(var(--md-sys-color-on-primary-dark) / 1);
}

:is(.dark .after\:dark\:focus-visible\:bg-on-secondary-container-dark:focus-visible)::after {
  content: var(--tw-content);
  background-color: hsl(var(--md-sys-color-on-secondary-container-dark) / 1);
}

:is(.dark .after\:dark\:focus-visible\:bg-primary-dark:focus-visible)::after {
  content: var(--tw-content);
  background-color: hsl(var(--md-sys-color-primary-dark) / 1);
}

:is(.dark .after\:focus-visible\:dark\:bg-primary-dark):focus-visible::after {
  content: var(--tw-content);
  background-color: hsl(var(--md-sys-color-primary-dark) / 1);
}

:is(.dark .before\:dark\:active\:bg-on-primary-container-dark:active)::before {
  content: var(--tw-content);
  background-color: hsl(var(--md-sys-color-on-primary-container-dark) / 1);
}

:is(.dark .before\:dark\:active\:bg-on-primary-dark:active)::before {
  content: var(--tw-content);
  background-color: hsl(var(--md-sys-color-on-primary-dark) / 1);
}

:is(.dark .before\:dark\:active\:bg-on-secondary-container-dark:active)::before {
  content: var(--tw-content);
  background-color: hsl(var(--md-sys-color-on-secondary-container-dark) / 1);
}

:is(.dark .before\:dark\:active\:bg-on-surface-dark:active)::before {
  content: var(--tw-content);
  background-color: hsl(var(--md-sys-color-on-surface-dark) / 1);
}

:is(.dark .before\:dark\:active\:bg-primary-dark:active)::before {
  content: var(--tw-content);
  background-color: hsl(var(--md-sys-color-primary-dark) / 1);
}

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