/*! tailwindcss v2.2.15 | MIT License | https://tailwindcss.com *//*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
	box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
	margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
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)
*/

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

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

abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

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

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		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;
}

/*
Tabular data
============
*/

/**
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)
*/

table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

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

button,
select { /* 1 */
	text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

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

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

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

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

/*
Interactive
===========
*/

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

summary {
	display: list-item;
}/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

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

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

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: Nunito, 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"; /* 1 */
  line-height: 1.5; /* 2 */
}


/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

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

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

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */
 
:-moz-focusring {
	outline: auto;
}

table {
  border-collapse: collapse;
}

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

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

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
	--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-transform: translateX(var(--tw-translate-x)) translateY(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-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
}

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

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

:root {
	--p: 259 94.4% 51.2%;
	--pf: 259 94.3% 41%;
	--pc: 0 0% 100%;
	--s: 314 100% 47.1%;
	--sf: 314 100% 37.1%;
	--sc: 0 0% 100%;
	--a: 174 60% 51%;
	--af: 174 59.8% 41%;
	--ac: 0 0% 100%;
	--n: 219 14.1% 27.8%;
	--nf: 222 13.4% 19%;
	--nc: 0 0% 100%;
	--b1: 0 0% 100%;
	--b2: 210 20% 98%;
	--b3: 216 12.2% 83.9%;
	--bc: 215 27.9% 16.9%;
	--in: 207 89.8% 53.9%;
	--su: 174 100% 29%;
	--wa: 36 100% 50%;
	--er: 14 100% 57.1%;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--padding-card: 2rem;
	--btn-text-case: uppercase;
	--btn-focus-scale: 0.95;
	--navbar-padding: .5rem;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--tab-spacer: 0.5rem;
	--focus-ring: 2px;
	--focus-ring-offset: 2px;
	--glass-opacity: 30%;
	--glass-border-opacity: 10%;
	--glass-reflex-degree: 100deg;
	--glass-reflex-opacity: 10%;
	--glass-blur: 40px;
	--glass-text-shadow-opacity: 5%;
}

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

	:root {
		--p: 259 94% 61%;
		--pf: 259 94.4% 51.2%;
		--pc: 0 0% 100%;
		--s: 314 100% 47.1%;
		--sf: 314 100% 37.1%;
		--sc: 0 0% 100%;
		--a: 174 60% 51%;
		--af: 174 59.8% 41%;
		--ac: 0 0% 100%;
		--n: 222 13.4% 19%;
		--nf: 223 13.7% 10%;
		--nc: 0 0% 100%;
		--b1: 219 14.1% 27.8%;
		--b2: 222 13.4% 19%;
		--b3: 223 13.7% 10%;
		--bc: 228 14.3% 93.1%;
		--in: 202 100% 70%;
		--su: 89 61.6% 52%;
		--wa: 54 68.8% 63.5%;
		--er: 0 100% 71.8%;
	}
}

[data-theme=light] {
	--p: 259 94.4% 51.2%;
	--pf: 259 94.3% 41%;
	--pc: 0 0% 100%;
	--s: 314 100% 47.1%;
	--sf: 314 100% 37.1%;
	--sc: 0 0% 100%;
	--a: 174 60% 51%;
	--af: 174 59.8% 41%;
	--ac: 0 0% 100%;
	--n: 219 14.1% 27.8%;
	--nf: 222 13.4% 19%;
	--nc: 0 0% 100%;
	--b1: 0 0% 100%;
	--b2: 210 20% 98%;
	--b3: 216 12.2% 83.9%;
	--bc: 215 27.9% 16.9%;
	--in: 207 89.8% 53.9%;
	--su: 174 100% 29%;
	--wa: 36 100% 50%;
	--er: 14 100% 57.1%;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
	--animation-btn: 0.25s;
	--animation-input: .2s;
	--padding-card: 2rem;
	--btn-text-case: uppercase;
	--btn-focus-scale: 0.95;
	--navbar-padding: .5rem;
	--border-btn: 1px;
	--tab-border: 1px;
	--tab-radius: 0.5rem;
	--tab-spacer: 0.5rem;
	--focus-ring: 2px;
	--focus-ring-offset: 2px;
	--glass-opacity: 30%;
	--glass-border-opacity: 10%;
	--glass-reflex-degree: 100deg;
	--glass-reflex-opacity: 10%;
	--glass-blur: 40px;
	--glass-text-shadow-opacity: 5%;
}

[data-theme=dark] {
	--p: 259 94% 61%;
	--pf: 259 94.4% 51.2%;
	--pc: 0 0% 100%;
	--s: 314 100% 47.1%;
	--sf: 314 100% 37.1%;
	--sc: 0 0% 100%;
	--a: 174 60% 51%;
	--af: 174 59.8% 41%;
	--ac: 0 0% 100%;
	--n: 222 13.4% 19%;
	--nf: 223 13.7% 10%;
	--nc: 0 0% 100%;
	--b1: 219 14.1% 27.8%;
	--b2: 222 13.4% 19%;
	--b3: 223 13.7% 10%;
	--bc: 228 14.3% 93.1%;
	--in: 202 100% 70%;
	--su: 89 61.6% 52%;
	--wa: 54 68.8% 63.5%;
	--er: 0 100% 71.8%;
}

[data-theme=cupcake] {
	--p: 183 47.4% 59%;
	--pf: 183 47.2% 49%;
	--pc: 0 0% 100%;
	--s: 338 71.4% 78%;
	--sf: 338 71.8% 68%;
	--sc: 0 0% 100%;
	--a: 39 84.1% 58%;
	--af: 39 83.7% 48%;
	--ac: 0 0% 100%;
	--n: 280 46.5% 13.9%;
	--nf: 279 46.4% 11%;
	--nc: 0 0% 100%;
	--b1: 24 33.3% 97.1%;
	--b2: 27 22% 92%;
	--b3: 22 14.3% 89%;
	--bc: 280 46.5% 13.9%;
	--in: 207 89.8% 53.9%;
	--su: 174 100% 29%;
	--wa: 36 100% 50%;
	--er: 14 100% 57.1%;
	--rounded-box: 1rem;
	--rounded-btn: 1.9rem;
	--rounded-badge: 1.9rem;
	--tab-border: 2px;
}

[data-theme=bumblebee] {
	--p: 50 94.4% 58%;
	--pf: 50 94.3% 47.8%;
	--pc: 240 33.3% 14.1%;
	--s: 41 74.2% 52.9%;
	--sf: 41 73.6% 43.1%;
	--sc: 0 0% 100%;
	--a: 240 33.3% 14.1%;
	--af: 240 33.3% 10%;
	--ac: 0 0% 100%;
	--n: 240 33.3% 14.1%;
	--nf: 240 33.3% 10%;
	--nc: 0 0% 100%;
	--b1: 0 0% 100%;
	--b2: 0 0% 96.1%;
	--b3: 0 0% 89%;
	--bc: 0 0% 0%;
	--in: 207 89.8% 53.9%;
	--su: 174 100% 29%;
	--wa: 36 100% 50%;
	--er: 14 100% 57.1%;
}

[data-theme=emerald] {
	--p: 141 50% 60%;
	--pf: 141 49.8% 50%;
	--pc: 210 20% 98%;
	--s: 219 96.1% 60%;
	--sf: 219 96.1% 50%;
	--sc: 210 20% 98%;
	--a: 10 81.2% 56.1%;
	--af: 10 81.2% 45.9%;
	--ac: 210 20% 98%;
	--n: 219 20.3% 25.1%;
	--nf: 220 19.5% 15.1%;
	--nc: 210 20% 98%;
	--b1: 0 0% 100%;
	--b2: 210 20% 98%;
	--b3: 0 0% 94.9%;
	--bc: 219 20.3% 25.1%;
	--in: 207 89.8% 53.9%;
	--su: 174 100% 29%;
	--wa: 36 100% 50%;
	--er: 14 100% 57.1%;
	--animation-btn: 0;
	--animation-input: 0;
	--btn-focus-scale: 1;
}

[data-theme=corporate] {
	--p: 229 95.7% 63.9%;
	--pf: 229 95.7% 53.9%;
	--pc: 233 27.3% 12.9%;
	--s: 215 26.3% 59%;
	--sf: 214 26.1% 48.8%;
	--sc: 233 27.3% 12.9%;
	--a: 154 49% 60%;
	--af: 154 49% 50%;
	--ac: 233 27.3% 12.9%;
	--n: 233 27.3% 12.9%;
	--nf: 240 25% 3.1%;
	--nc: 210 38.5% 94.9%;
	--b1: 0 0% 100%;
	--b2: 210 60% 98%;
	--b3: 210 38.5% 94.9%;
	--bc: 233 27.3% 12.9%;
	--in: 207 89.8% 53.9%;
	--su: 174 100% 29%;
	--wa: 36 100% 50%;
	--er: 14 100% 57.1%;
	--animation-btn: 0;
	--animation-input: 0;
	--btn-focus-scale: 1;
}

[data-theme=synthwave] {
	--p: 321 69.6% 69%;
	--pf: 321 70.3% 59%;
	--pc: 257 63.2% 17.1%;
	--sf: 197 87.4% 75.1%;
	--s: 197 86.6% 64.9%;
	--sc: 257 63.2% 17.1%;
	--af: 48 89.3% 67.1%;
	--a: 48 89% 57.1%;
	--ac: 257 63.2% 17.1%;
	--n: 253 60.8% 19%;
	--nf: 257 64.3% 11%;
	--nc: 260 60% 98%;
	--b1: 254 59.1% 25.9%;
	--b2: 253 60.8% 19%;
	--b3: 257 64.3% 11%;
	--bc: 260 60% 98%;
	--in: 199 87% 63.9%;
	--su: 168 74.2% 68%;
	--wa: 48 89% 57.1%;
	--er: 352 73.6% 56.9%;
}

[data-theme=retro] {
	font-family: uisecondaryerif,Georgia,Cambria,Times New Roman,Times,serif;
	--p: 3 73.8% 76.1%;
	--pf: 3 73.6% 65.9%;
	--pc: 345 5.3% 14.9%;
	--s: 145 27.3% 72%;
	--sf: 145 26.8% 62%;
	--sc: 345 5.3% 14.9%;
	--a: 49 67.2% 76.1%;
	--af: 49 66.7% 65.9%;
	--ac: 345 5.3% 14.9%;
	--n: 42 16.8% 42%;
	--nf: 41 13.1% 23.9%;
	--nc: 45 47.1% 80%;
	--b1: 45 47.1% 80%;
	--b2: 45 37.1% 72%;
	--b3: 42 36% 65.1%;
	--bc: 345 5.3% 14.9%;
	--in: 207 89.8% 53.9%;
	--su: 174 100% 29%;
	--wa: 36 100% 50%;
	--er: 14 100% 57.1%;
	--rounded-box: 0.4rem;
	--rounded-btn: 0.4rem;
	--rounded-badge: 0.4rem;
}

[data-theme=cyberpunk] {
	font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
	--p: 345 100% 72.9%;
	--pf: 344 100% 67.1%;
	--pc: 0 0% 0%;
	--s: 195 80.4% 70%;
	--sf: 194 65.8% 61%;
	--sc: 0 0% 0%;
	--a: 276 74.3% 71%;
	--af: 276 75.7% 62.9%;
	--ac: 0 0% 0%;
	--n: 57 100% 12.9%;
	--nf: 60 80% 2%;
	--nc: 56 100% 50%;
	--b1: 56 100% 50%;
	--b2: 56 100% 42.9%;
	--b3: 56 100% 36.1%;
	--bc: 0 0% 0%;
	--in: 207 89.8% 53.9%;
	--su: 174 100% 29%;
	--wa: 36 100% 50%;
	--er: 14 100% 57.1%;
	--rounded-box: 0;
	--rounded-btn: 0;
	--rounded-badge: 0;
	--tab-radius: 0;
}

[data-theme=valentine] {
	--p: 353 73.8% 67.1%;
	--pf: 353 73.6% 56.9%;
	--pc: 0 0% 100%;
	--s: 254 86.4% 76.9%;
	--sf: 254 86.9% 67.1%;
	--sc: 0 0% 100%;
	--a: 181 55.6% 70%;
	--af: 181 54.9% 60%;
	--ac: 0 0% 100%;
	--n: 336 42.9% 48%;
	--nf: 340 40.2% 38%;
	--nc: 318 46.4% 89%;
	--b1: 318 46.4% 89%;
	--b2: 315 58.9% 79%;
	--b3: 316 62.3% 72.9%;
	--bc: 344 38.5% 28%;
	--in: 207 89.8% 53.9%;
	--su: 174 100% 29%;
	--wa: 36 100% 50%;
	--er: 14 100% 57.1%;
	--rounded-box: 1rem;
	--rounded-btn: 1.9rem;
	--rounded-badge: 1.9rem;
}

[data-theme=halloween] {
	--p: 32 89.3% 52.2%;
	--pf: 32 88.8% 42%;
	--pc: 180 7.3% 8%;
	--s: 271 45.8% 42%;
	--sf: 271 46% 32%;
	--sc: 0 0% 100%;
	--a: 91 100% 32.9%;
	--af: 91 100% 22.9%;
	--ac: 0 0% 100%;
	--n: 180 3.6% 11%;
	--nf: 180 7.3% 8%;
	--nc: 0 0% 100%;
	--b1: 0 0% 12.9%;
	--b2: 180 3.6% 11%;
	--b3: 180 7.3% 8%;
	--bc: 0 0% 100%;
	--in: 202 100% 70%;
	--su: 89 61.6% 52%;
	--wa: 54 68.8% 63.5%;
	--er: 0 100% 71.8%;
}

[data-theme=garden] {
	--p: 139 16% 42.9%;
	--pf: 137 14.8% 33.1%;
	--pc: 0 0% 100%;
	--s: 97 37.1% 93.1%;
	--sf: 98 36.3% 82.2%;
	--sc: 96 32.5% 15.1%;
	--a: 0 67.7% 93.9%;
	--af: 0 71.1% 85.1%;
	--ac: 0 22% 16.1%;
	--n: 0 3.9% 35.1%;
	--nf: 0 3.7% 15.9%;
	--nc: 0 4.3% 91%;
	--b1: 0 4.3% 91%;
	--b2: 0 5.2% 81%;
	--b3: 0 5.4% 71%;
	--bc: 0 3.2% 6.1%;
	--in: 207 89.8% 53.9%;
	--su: 174 100% 29%;
	--wa: 36 100% 50%;
	--er: 14 100% 57.1%;
	--rounded-box: 1rem;
	--rounded-btn: 0.5rem;
	--rounded-badge: 1.9rem;
}

[data-theme=forest] {
	--p: 141 72% 42%;
	--pf: 141 71.8% 32%;
	--pc: 0 0% 100%;
	--s: 141 74.7% 48%;
	--sf: 141 75.3% 38%;
	--sc: 0 0% 100%;
	--a: 35 69% 52%;
	--af: 35 69.2% 42%;
	--ac: 0 0% 100%;
	--n: 0 9.7% 6.1%;
	--nf: 0 20% 2%;
	--nc: 0 0% 100%;
	--b1: 0 12.2% 8%;
	--b2: 0 9.7% 6.1%;
	--b3: 0 20% 2%;
	--bc: 0 0% 100%;
	--rounded-btn: 1.9rem;
	--in: 202 100% 70%;
	--su: 89 61.6% 52%;
	--wa: 54 68.8% 63.5%;
	--er: 0 100% 71.8%;
}

[data-theme=aqua] {
	--p: 189 100% 62.9%;
	--pf: 189 100% 52.9%;
	--pc: 0 0% 0%;
	--s: 274 30.9% 56.9%;
	--sf: 274 30.8% 47.1%;
	--sc: 0 0% 100%;
	--a: 47 100% 80%;
	--af: 47 100% 70%;
	--ac: 0 0% 100%;
	--n: 231 77.4% 32.9%;
	--nf: 231 67.6% 29%;
	--nc: 0 0% 100%;
	--b1: 231 88.7% 38%;
	--b2: 231 77.4% 32.9%;
	--b3: 231 67.6% 29%;
	--bc: 0 0% 100%;
	--in: 207 89.8% 53.9%;
	--su: 174 100% 29%;
	--wa: 36 100% 50%;
	--er: 14 100% 57.1%;
}

[data-theme=lofi] {
	--p: 0 0% 50.2%;
	--pf: 0 0% 45.1%;
	--pc: 240 4% 95.1%;
	--s: 0 0% 30.2%;
	--sf: 0 0% 25.1%;
	--sc: 240 4% 95.1%;
	--a: 0 0% 10.2%;
	--af: 0 0% 5.1%;
	--ac: 240 4% 95.1%;
	--n: 240 4% 95.1%;
	--nf: 240 5.9% 90%;
	--nc: 0 0% 30.2%;
	--b1: 0 0% 100%;
	--b2: 0 0% 100%;
	--b3: 0 0% 100%;
	--bc: 0 0% 49%;
	--in: 207 89.8% 53.9%;
	--su: 174 100% 29%;
	--wa: 36 100% 50%;
	--er: 14 100% 57.1%;
	--border-color: #e6e6e6;
	--animation-btn: 0;
	--animation-input: 0;
	--btn-focus-scale: 1;
	--rounded-box: 0rem;
	--rounded-btn: 0rem;
	--rounded-badge: 0rem;
	--tab-radius: 0rem;
}

[data-theme=lofi] * {
	border-color: var(--border-color) !important;
	--tw-border-opacity: 1 !important;
	--tw-text-opacity: 1 !important;
	--tw-shadow: 0 0 0 1px var(--border-color) !important;
}

[data-theme=pastel] {
	--p: 284 21.6% 80%;
	--pf: 282 21.6% 70%;
	--pc: 0 0% 0%;
	--s: 352 70.5% 88%;
	--sf: 352 69.6% 78%;
	--sc: 0 0% 100%;
	--a: 158 54.6% 81%;
	--af: 158 55.4% 71%;
	--ac: 0 0% 100%;
	--n: 199 43.7% 61%;
	--nf: 199 44% 51%;
	--nc: 0 0% 100%;
	--b1: 0 0% 100%;
	--b2: 210 20% 98%;
	--b3: 216 12.2% 83.9%;
	--bc: 206 3.1% 55.1%;
	--in: 207 89.8% 53.9%;
	--su: 174 100% 29%;
	--wa: 36 100% 50%;
	--er: 14 100% 57.1%;
	--rounded-box: 1rem;
	--rounded-btn: 1.9rem;
	--rounded-badge: 1.9rem;
}

[data-theme=fantasy] {
	--p: 296 82.8% 25.1%;
	--pf: 296 81.8% 15.1%;
	--pc: 0 0% 100%;
	--s: 200 100% 37.1%;
	--sf: 200 100% 27.1%;
	--sc: 0 0% 100%;
	--a: 31 94.4% 51.2%;
	--af: 31 94.3% 41%;
	--ac: 0 0% 100%;
	--n: 215 27.9% 16.9%;
	--nf: 221 39.3% 11%;
	--nc: 0 0% 100%;
	--b1: 0 0% 100%;
	--b2: 210 20% 98%;
	--b3: 216 12.2% 83.9%;
	--bc: 215 27.9% 16.9%;
	--in: 207 89.8% 53.9%;
	--su: 174 100% 29%;
	--wa: 36 100% 50%;
	--er: 14 100% 57.1%;
}

[data-theme=wireframe] {
	font-family: Chalkboard,comic sans ms,"sanssecondaryerif";
	--p: 0 0% 72.2%;
	--pf: 0 0% 72.2%;
	--pc: 0 0% 0%;
	--s: 0 0% 72.2%;
	--sf: 0 0% 72.2%;
	--sc: 0 0% 0%;
	--a: 0 0% 72.2%;
	--af: 0 0% 72.2%;
	--ac: 0 0% 0%;
	--b1: 0 0% 100%;
	--b2: 0 0% 100%;
	--b3: 0 0% 100%;
	--bc: 0 0% 0%;
	--n: 0 0% 92.2%;
	--nf: 0 0% 92.2%;
	--nc: 0 0% 0%;
	--in: 240 100% 50%;
	--su: 120 100% 25.1%;
	--wa: 60 30.2% 50%;
	--er: 0 100% 50%;
	--border-color: #000000;
	--rounded-box: 0.2rem;
	--rounded-btn: 0.2rem;
	--rounded-badge: 0.2rem;
	--tab-radius: 0.2rem;
}

[data-theme=wireframe] * {
	border-color: var(--border-color) !important;
	--tw-border-opacity: 1 !important;
	--tw-text-opacity: 1 !important;
	--tw-shadow: 0 0 0 1px var(--border-color) !important;
}

[data-theme=black] {
	--p: 0 0% 100%;
	--pf: 0 0% 100%;
	--pc: 0 0% 0%;
	--s: 0 0% 100%;
	--sf: 0 0% 100%;
	--sc: 0 0% 0%;
	--a: 0 0% 100%;
	--af: 0 0% 100%;
	--ac: 0 0% 0%;
	--b1: 0 0% 0%;
	--b2: 0 0% 20%;
	--b3: 0 0% 30.2%;
	--bc: 0 0% 100%;
	--n: 0 0% 20%;
	--nf: 0 0% 30.2%;
	--nc: 0 0% 100%;
	--in: 240 100% 50%;
	--su: 120 100% 25.1%;
	--wa: 60 100% 50%;
	--er: 0 100% 50%;
	--rounded-box: 0;
	--rounded-btn: 0;
	--rounded-badge: 0;
	--tab-radius: 0;
	--animation-btn: 0;
	--animation-input: 0;
	--btn-focus-scale: 1;
	--btn-text-case: lowercase;
}

[data-theme=luxury] {
	--p: 0 0% 100%;
	--pf: 0 0% 90.2%;
	--pc: 0 0% 0%;
	--s: 218 54.3% 18%;
	--sf: 219 56.1% 8%;
	--sc: 0 0% 100%;
	--a: 319 21.8% 26.1%;
	--af: 320 22% 16.1%;
	--ac: 0 0% 100%;
	--n: 270 4.3% 9%;
	--nf: 270 2.2% 18%;
	--nc: 37 67.3% 58%;
	--b1: 240 10% 3.9%;
	--b2: 270 4.3% 9%;
	--b3: 270 2.2% 18%;
	--bc: 37 67.3% 58%;
	--in: 202 100% 70%;
	--su: 89 61.6% 52%;
	--wa: 54 68.8% 63.5%;
	--er: 0 100% 71.8%;
}

[data-theme=dracula] {
	--p: 330 100% 85.1%;
	--pf: 330 100% 75.1%;
	--pc: 233 12.1% 12.9%;
	--s: 115 100% 85.1%;
	--sf: 115 100% 75.1%;
	--sc: 233 12.1% 12.9%;
	--a: 60 100% 85.1%;
	--af: 60 100% 75.1%;
	--ac: 233 12.1% 12.9%;
	--n: 245 14.3% 15.1%;
	--nf: 233 12.1% 12.9%;
	--nc: 251 100% 90%;
	--b1: 244 13% 21.2%;
	--b2: 245 14.3% 15.1%;
	--b3: 233 12.1% 12.9%;
	--bc: 251 100% 90%;
	--in: 207 89.8% 53.9%;
	--su: 174 100% 29%;
	--wa: 36 100% 50%;
	--er: 14 100% 57.1%;
}
.container {
	width: 100%;
}
@media (min-width: 640px) {

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

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

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

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

	.container {
		max-width: 1536px;
	}
}
.aspect-w-1,
.aspect-w-2,
.aspect-w-3,
.aspect-w-4,
.aspect-w-5,
.aspect-w-6,
.aspect-w-7,
.aspect-w-8,
.aspect-w-9,
.aspect-w-10,
.aspect-w-11,
.aspect-w-12,
.aspect-w-13,
.aspect-w-14,
.aspect-w-15,
.aspect-w-16 {
	position: relative;
	padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
}
.aspect-w-1 > *,
.aspect-w-2 > *,
.aspect-w-3 > *,
.aspect-w-4 > *,
.aspect-w-5 > *,
.aspect-w-6 > *,
.aspect-w-7 > *,
.aspect-w-8 > *,
.aspect-w-9 > *,
.aspect-w-10 > *,
.aspect-w-11 > *,
.aspect-w-12 > *,
.aspect-w-13 > *,
.aspect-w-14 > *,
.aspect-w-15 > *,
.aspect-w-16 > * {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.aspect-w-1 {
	--tw-aspect-w: 1;
}
.aspect-h-1 {
	--tw-aspect-h: 1;
}
.alert>:not([hidden])~:not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(0.5rem*(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.5rem*var(--tw-space-y-reverse));
}
.alert {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	--tw-bg-opacity: 1;
	background-color: hsla(var(--b2)/var(--tw-bg-opacity,1));
	padding: 1rem;
	border-radius: var(--rounded-box,1rem);
}
@media (min-width:768px) {

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

	.alert {
		flex-direction: row;
	}
}
.alert>* {
	display: flex;
}
.avatar {
	display: inline-flex;
	position: relative;
}
.avatar>div {
	display: block;
	overflow: hidden;
}
.avatar img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}
.avatar.placeholder>div {
	display: flex;
	align-items: center;
	justify-content: center;
}
.badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
	transition-duration: .15s;
	transition-duration: .2s;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	height: 1.25rem;
	font-size: .875rem;
	line-height: 1.25rem;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding-left: .563rem;
	padding-right: .563rem;
	--tw-bg-opacity: 1;
	background-color: hsla(var(--n)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--n)/var(--tw-border-opacity,1));
	border-width: 1px;
	--tw-text-opacity: 1;
	color: hsla(var(--nc)/var(--tw-text-opacity,1));
	border-radius: var(--rounded-badge,1.9rem);
}
.btn {
	border-color: transparent;
	border-color: hsla(var(--n)/var(--tw-border-opacity,1));
	cursor: pointer;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
	transition-duration: .15s;
	transition-duration: .2s;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	border-radius: var(--rounded-btn,.5rem);
	height: 3rem;
	font-size: .875rem;
	line-height: 1.25rem;
	line-height: 2;
	padding-left: 1rem;
	padding-right: 1rem;
	min-height: 3rem;
	font-weight: 600;
	text-transform: uppercase;
	text-transform: var(--btn-text-case,uppercase);
	border-width: var(--border-btn,1px);
	-webkit-animation: button-pop var(--animation-btn,.25s) ease-out;
	animation: button-pop var(--animation-btn,.25s) ease-out;
	--tw-bg-opacity: 1;
	background-color: hsla(var(--n)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	--tw-text-opacity: 1;
	color: hsla(var(--nc)/var(--tw-text-opacity,1));
}
.btn:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.btn-disabled,.btn[disabled] {
	pointer-events: none;
	--tw-bg-opacity: 1;
	--tw-bg-opacity: 0.2;
	background-color: hsla(var(--n)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 0;
	--tw-text-opacity: 1;
	--tw-text-opacity: 0.2;
	color: hsla(var(--bc)/var(--tw-text-opacity,1));
}
.btn-square {
	height: 3rem;
	padding: 0;
	width: 3rem;
}
.btn.loading,.btn.loading:hover {
	pointer-events: none;
}
.btn.loading:before {
	border-radius: 9999px;
	border-width: 2px;
	height: 1rem;
	margin-right: .5rem;
	width: 1rem;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	content: "";
	border-color: transparent currentColor currentColor transparent;
}
@media (prefers-reduced-motion:reduce) {

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

	0% {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(1turn);
	}
}
@keyframes spin {

	0% {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(1turn);
	}
}
.btn-group>input[type=radio].btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.btn-group>input[type=radio].btn:before {
	content: attr(data-title);
}
.card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	position: relative;
	border-radius: var(--rounded-box,1rem);
}
.card:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.card-body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	padding: var(--padding-card,2rem);
}
.card figure,.card figure>* {
	width: 100%;
}
.card.image-full {
	display: grid;
}
.card.image-full:before {
	position: relative;
	content: "";
	--tw-bg-opacity: 1;
	background-color: hsla(var(--n)/var(--tw-bg-opacity,1));
	opacity: .75;
	z-index: 10;
	border-radius: var(--rounded-box,1rem);
}
.card.image-full:before,.card.image-full>* {
	grid-column-start: 1;
	grid-row-start: 1;
}
.card.image-full>figure img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.card.image-full>.card-body {
	position: relative;
	--tw-text-opacity: 1;
	color: hsla(var(--nc)/var(--tw-text-opacity,1));
	z-index: 20;
}
.checkbox:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.dropdown {
	display: inline-block;
	position: relative;
}
.dropdown>:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.dropdown .dropdown-content {
	opacity: 0;
	position: absolute;
	visibility: hidden;
	z-index: 50;
	--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-x: .95;
	--tw-scale-y: 1;
	--tw-scale-y: .95;
	transform: translateX(var(--tw-translate-x)) translateY(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-origin: top;
	transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
	transition-duration: .15s;
	transition-duration: .2s;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
}
.dropdown-end .dropdown-content {
	right: 0;
}
.dropdown-left .dropdown-content {
	top: 0;
	bottom: auto;
	right: 100%;
	transform-origin: right;
}
.dropdown-right .dropdown-content {
	top: 0;
	bottom: auto;
	left: 100%;
	transform-origin: left;
}
.dropdown-top .dropdown-content {
	top: auto;
	bottom: 100%;
	transform-origin: bottom;
}
.dropdown-end.dropdown-right .dropdown-content {
	bottom: 0;
	top: auto;
}
.dropdown-end.dropdown-left .dropdown-content {
	bottom: 0;
	top: auto;
}
.dropdown.dropdown-hover:hover .dropdown-content,.dropdown.dropdown-open .dropdown-content,.dropdown:not(.dropdown-hover):focus-within .dropdown-content,.dropdown:not(.dropdown-hover):focus .dropdown-content {
	opacity: 1;
	visibility: visible;
}
.footer {
	display: grid;
	place-items: start;
	width: 100%;
	grid-auto-flow: row;
	font-size: .875rem;
	line-height: 1.25rem;
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	row-gap: 2.5rem;
}
.footer>* {
	display: grid;
	place-items: start;
	grid-auto-flow: row;
	gap: .5rem;
}
.footer-center {
	place-items: center;
	text-align: center;
}
.footer-center>* {
	place-items: center;
}
@media (min-width:48rem) {

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

	.footer-center {
		grid-auto-flow: row dense;
	}
}
.form-control {
	display: flex;
	flex-direction: column;
}
.label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: .5rem .25rem;
}
.hero {
	background-position: 50%;
	background-size: cover;
	display: grid;
	place-items: center;
	width: 100%;
}
.hero>* {
	grid-column-start: 1;
	grid-row-start: 1;
}
.hero-content {
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 0;
	max-width: 80rem;
	padding: 1rem;
	gap: 1rem;
}
.input {
	flex-shrink: 1;
	transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
	transition-duration: .15s;
	transition-duration: .2s;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	height: 3rem;
	font-size: .875rem;
	line-height: 1.25rem;
	line-height: 2;
	padding-left: 1rem;
	padding-right: 1rem;
	--tw-bg-opacity: 1;
	background-color: hsla(var(--b1)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	--tw-border-opacity: 0;
	border-color: hsla(var(--bc)/var(--tw-border-opacity,1));
	border-width: 1px;
	border-radius: var(--rounded-btn,.5rem);
}
.input:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	box-shadow: 0 0 0 2px hsl(var(--b1)),0 0 0 4px hsla(var(--bc)/.2);
}
.link {
	cursor: pointer;
	text-decoration: underline;
}
.mask {
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
}
.menu {
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
.menu.horizontal {
	display: inline-flex;
	flex-direction: row;
}
.menu.horizontal li {
	flex-direction: row;
}
.menu li {
	display: flex;
	flex-direction: column;
	align-items: stretch;
}
.menu li>a,.menu li>span {
	display: flex;
	align-items: center;
	transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
	transition-duration: .15s;
	transition-duration: .2s;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	padding: .75rem 1.25rem;
	color: currentColor;
}
.menu li>a {
	cursor: pointer;
}
.menu li>a:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.menu li.disabled>a,.menu li.disabled>span {
	cursor: auto;
	--tw-text-opacity: 1;
	--tw-text-opacity: 0.2;
	color: hsla(var(--bc)/var(--tw-text-opacity,1));
}
.navbar {
	display: flex;
	align-items: center;
	padding: var(--navbar-padding,.5rem);
	min-height: 4rem;
}
.navbar>* {
	display: flex;
	align-items: center;
}
.select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	display: inline-flex;
	flex-shrink: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	height: 3rem;
	font-size: .875rem;
	line-height: 1.25rem;
	line-height: 2;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-right: 2.5rem;
	min-height: 3rem;
	--tw-bg-opacity: 1;
	background-color: hsla(var(--b1)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	--tw-border-opacity: 0;
	border-color: hsla(var(--bc)/var(--tw-border-opacity,1));
	border-width: 1px;
	font-weight: 600;
	transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
	transition-duration: .15s;
	transition-duration: .2s;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	border-radius: var(--rounded-btn,.5rem);
	background-image: linear-gradient(45deg,transparent 50%,currentColor 0),linear-gradient(135deg,currentColor 50%,transparent 0);
	background-position: calc(100% - 20px) calc(1px + 50%),calc(100% - 16px) calc(1px + 50%);
	background-size: 4px 4px,4px 4px;
	background-repeat: no-repeat;
}
.select:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	box-shadow: 0 0 0 2px hsl(var(--b1)),0 0 0 4px hsla(var(--bc)/.2);
}
.select-disabled,.select[disabled] {
	pointer-events: none;
	--tw-bg-opacity: 1;
	background-color: hsla(var(--b2)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--b2)/var(--tw-border-opacity,1));
	cursor: not-allowed;
	--tw-text-opacity: 0.2;
}
.steps {
	counter-reset: step;
	grid-auto-columns: 1fr;
	display: inline-grid;
	overflow: hidden;
	overflow-x: auto;
	grid-auto-flow: column;
}
.steps .step {
	display: grid;
	place-items: center;
	text-align: center;
	grid-template-columns: repeat(1,minmax(0,1fr));
	grid-template-rows: repeat(2,minmax(0,1fr));
	grid-template-rows: 40px 1fr;
	min-width: 4rem;
}
.table {
	position: relative;
	text-align: left;
}
.table th:first-child {
	position: sticky;
	position: -webkit-sticky;
	left: 0;
	z-index: 10;
}
.textarea {
	flex-shrink: 1;
	transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform;
	transition-duration: .15s;
	transition-duration: .2s;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	font-size: .875rem;
	line-height: 1.25rem;
	line-height: 2;
	padding: .5rem 1rem;
	min-height: 3rem;
	--tw-bg-opacity: 1;
	background-color: hsla(var(--b1)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	--tw-border-opacity: 0;
	border-color: hsla(var(--bc)/var(--tw-border-opacity,1));
	border-width: 1px;
	border-radius: var(--rounded-btn,.5rem);
}
.textarea:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	box-shadow: 0 0 0 2px hsl(var(--b1)),0 0 0 4px hsla(var(--bc)/.2);
}
.avatar-group .avatar {
	--tw-border-opacity: 1;
	border-color: hsla(var(--b1)/var(--tw-border-opacity,1));
	border-radius: 9999px;
	border-width: 4px;
	overflow: hidden;
}
.btn .badge {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--b1)/var(--tw-bg-opacity,1));
	border-color: transparent;
	--tw-text-opacity: 1;
	color: hsla(var(--bc)/var(--tw-text-opacity,1));
}
.btn .badge-outline {
	background-color: transparent;
	--tw-border-opacity: 1;
	border-color: hsla(var(--b2)/var(--tw-border-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--b2)/var(--tw-text-opacity,1));
}
.btn-outline .badge {
	--tw-border-opacity: 1;
	border-color: hsla(var(--nf)/var(--tw-border-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--nc)/var(--tw-text-opacity,1));
}
.btn-outline.btn-primary .badge {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--p)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--p)/var(--tw-border-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--pc)/var(--tw-text-opacity,1));
}
.btn-outline.btn-secondary .badge {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--s)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--s)/var(--tw-border-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--sc)/var(--tw-text-opacity,1));
}
.btn-outline.btn-accent .badge {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--a)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--a)/var(--tw-border-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--ac)/var(--tw-text-opacity,1));
}
.btn-outline .badge.outline {
	background-color: transparent;
	--tw-border-opacity: 1;
	border-color: hsla(var(--nf)/var(--tw-border-opacity,1));
}
.btn-outline.btn-primary .badge-outline {
	background-color: transparent;
	--tw-border-opacity: 1;
	border-color: hsla(var(--p)/var(--tw-border-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--p)/var(--tw-text-opacity,1));
}
.btn-outline.btn-secondary .badge-outline {
	background-color: transparent;
	--tw-border-opacity: 1;
	border-color: hsla(var(--s)/var(--tw-border-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--s)/var(--tw-text-opacity,1));
}
.btn-outline.btn-accent .badge-outline {
	background-color: transparent;
	--tw-border-opacity: 1;
	border-color: hsla(var(--a)/var(--tw-border-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--a)/var(--tw-text-opacity,1));
}
.btn-outline:hover .badge {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--b2)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--b2)/var(--tw-border-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--bc)/var(--tw-text-opacity,1));
}
.btn-outline:hover .badge.outline {
	--tw-border-opacity: 1;
	border-color: hsla(var(--b2)/var(--tw-border-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--nc)/var(--tw-text-opacity,1));
}
.btn-outline.btn-primary:hover .badge {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--pc)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--pc)/var(--tw-border-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--p)/var(--tw-text-opacity,1));
}
.btn-outline.btn-primary:hover .badge.outline {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--pf)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--pc)/var(--tw-border-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--pc)/var(--tw-text-opacity,1));
}
.btn-outline.btn-secondary:hover .badge {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--sc)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--sc)/var(--tw-border-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--s)/var(--tw-text-opacity,1));
}
.btn-outline.btn-secondary:hover .badge.outline {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--sf)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--sc)/var(--tw-border-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--sc)/var(--tw-text-opacity,1));
}
.btn-outline.btn-accent:hover .badge {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--ac)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--ac)/var(--tw-border-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--a)/var(--tw-text-opacity,1));
}
.btn-outline.btn-accent:hover .badge.outline {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--af)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--ac)/var(--tw-border-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--ac)/var(--tw-text-opacity,1));
}
.btn:active:focus,.btn:active:hover {
	-webkit-animation: none;
	animation: none;
	transform: scale(var(--btn-focus-scale,.95));
}
.btn-active,.btn:hover {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--nf)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--nf)/var(--tw-border-opacity,1));
}
.btn:focus-visible {
	box-shadow: 0 0 0 2px hsl(var(--b1)),0 0 0 4px hsl(var(--nf));
}
.btn-primary {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--p)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--p)/var(--tw-border-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--pc)/var(--tw-text-opacity,1));
}
.btn-primary.btn-active,.btn-primary:hover {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--pf)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--pf)/var(--tw-border-opacity,1));
}
.btn-primary:focus-visible {
	box-shadow: 0 0 0 2px hsl(var(--b1)),0 0 0 4px hsl(var(--p));
}
.btn-secondary {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--s)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--s)/var(--tw-border-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--sc)/var(--tw-text-opacity,1));
}
.btn-secondary.btn-active,.btn-secondary:hover {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--sf)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--sf)/var(--tw-border-opacity,1));
}
.btn-secondary:focus-visible {
	box-shadow: 0 0 0 2px hsl(var(--b1)),0 0 0 4px hsl(var(--s));
}
.btn-accent {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--a)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--a)/var(--tw-border-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--ac)/var(--tw-text-opacity,1));
}
.btn-accent.btn-active,.btn-accent:hover {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--af)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--af)/var(--tw-border-opacity,1));
}
.btn-accent:focus-visible {
	box-shadow: 0 0 0 2px hsl(var(--b1)),0 0 0 4px hsl(var(--a));
}
.btn.glass.btn-active,.btn.glass:hover {
	--glass-opacity: 25%;
	--glass-border-opacity: 15%;
}
.btn.glass:focus-visible {
	box-shadow: 0 0 0 2px currentColor;
}
.btn-ghost {
	background-color: transparent;
	border-color: transparent;
	border-width: 1px;
	color: currentColor;
}
.btn-ghost.btn-active,.btn-ghost:hover {
	--tw-bg-opacity: 1;
	--tw-bg-opacity: 0.2;
	background-color: hsla(var(--bc)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 0;
}
.btn-ghost:focus-visible {
	box-shadow: 0 0 0 2px currentColor;
}
.btn-outline {
	background-color: transparent;
	border-color: currentColor;
	--tw-text-opacity: 1;
	color: hsla(var(--bc)/var(--tw-text-opacity,1));
}
.btn-outline:hover {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--bc)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--bc)/var(--tw-border-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--b1)/var(--tw-text-opacity,1));
}
.btn-outline.btn-primary {
	--tw-text-opacity: 1;
	color: hsla(var(--p)/var(--tw-text-opacity,1));
}
.btn-outline.btn-primary:hover {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--pf)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--pf)/var(--tw-border-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--pc)/var(--tw-text-opacity,1));
}
.btn-outline.btn-secondary {
	--tw-text-opacity: 1;
	color: hsla(var(--s)/var(--tw-text-opacity,1));
}
.btn-outline.btn-secondary:hover {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--sf)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--sf)/var(--tw-border-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--sc)/var(--tw-text-opacity,1));
}
.btn-outline.btn-accent {
	--tw-text-opacity: 1;
	color: hsla(var(--a)/var(--tw-text-opacity,1));
}
.btn-outline.btn-accent:hover {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--af)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--af)/var(--tw-border-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--ac)/var(--tw-text-opacity,1));
}
.btn.loading.btn-circle:before,.btn.loading.btn-square:before {
	margin-right: 0;
}
.btn.loading.btn-lg:before,.btn.loading.btn-xl:before {
	height: 1.25rem;
	width: 1.25rem;
}
.btn.loading.btn-sm:before,.btn.loading.btn-xs:before {
	height: .75rem;
	width: .75rem;
}
.btn-group>.btn-active,.btn-group>input[type=radio]:checked.btn {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--p)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--p)/var(--tw-border-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--pc)/var(--tw-text-opacity,1));
}
.btn-group>.btn-active:focus-visible,.btn-group>input[type=radio]:checked.btn:focus-visible {
	box-shadow: 0 0 0 2px hsl(var(--b1)),0 0 0 4px hsl(var(--p));
}
.btn-group>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	margin-left: -1px;
}
.btn-group>.btn:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
@-webkit-keyframes button-pop {

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

	40% {
		transform: scale(1.02);
	}

	to {
		transform: scale(1);
	}
}
@keyframes button-pop {

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

	40% {
		transform: scale(1.02);
	}

	to {
		transform: scale(1);
	}
}
.card:focus-visible {
	box-shadow: 0 0 0 2px currentColor;
}
.card.bordered {
	--tw-border-opacity: 1;
	border-color: hsla(var(--b2)/var(--tw-border-opacity,1));
	border-width: 1px;
}
.card.compact .card-body {
	font-size: .875rem;
	line-height: 1.25rem;
	padding: 1rem;
}
.card.compact .card-title {
	margin-bottom: .25rem;
}
.card-title {
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.75rem;
	margin-bottom: .75rem;
}
.checkbox {
	--chkbg: var(--bc);
	--chkfg: var(--b1);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	--tw-border-opacity: 1;
	--tw-border-opacity: 0.2;
	border-color: hsla(var(--bc)/var(--tw-border-opacity,1));
	border-width: 1px;
	cursor: pointer;
	height: 1.5rem;
	width: 1.5rem;
	border-radius: var(--rounded-btn,.5rem);
}
.checkbox:focus-visible {
	box-shadow: 0 0 0 2px hsl(var(--b1)),0 0 0 4px hsl(var(--bc));
}
.checkbox:checked {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--bc)/var(--tw-bg-opacity,1));
	background-repeat: no-repeat;
	-webkit-animation: checkmark var(--animation-input,.2s) ease-in-out;
	animation: checkmark var(--animation-input,.2s) ease-in-out;
	background-image: linear-gradient(-45deg,transparent 65%,hsl(var(--chkbg)) 0),linear-gradient(45deg,transparent 75%,hsl(var(--chkbg)) 0),linear-gradient(-45deg,hsl(var(--chkbg)) 40%,transparent 0),linear-gradient(45deg,hsl(var(--chkbg)) 30%,hsl(var(--chkfg)) 0,hsl(var(--chkfg)) 40%,transparent 0),linear-gradient(-45deg,hsl(var(--chkfg)) 50%,hsl(var(--chkbg)) 0);
}
.checkbox:disabled {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--bc)/var(--tw-bg-opacity,1));
	border-color: transparent;
	cursor: not-allowed;
	opacity: .2;
}
@-webkit-keyframes checkmark {

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

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

	to {
		background-position-y: 0;
	}
}
@keyframes checkmark {

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

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

	to {
		background-position-y: 0;
	}
}
.drawer-toggle:focus-visible~.drawer-content .drawer-button.btn-primary {
	box-shadow: 0 0 0 2px hsl(var(--b1)),0 0 0 4px hsl(var(--p));
}
.drawer-toggle:focus-visible~.drawer-content .drawer-button.btn-secondary {
	box-shadow: 0 0 0 2px hsl(var(--b1)),0 0 0 4px hsl(var(--s));
}
.drawer-toggle:focus-visible~.drawer-content .drawer-button.btn-accent {
	box-shadow: 0 0 0 2px hsl(var(--b1)),0 0 0 4px hsl(var(--a));
}
.drawer-toggle:focus-visible~.drawer-content .drawer-button.btn-ghost {
	box-shadow: 0 0 0 2px currentColor;
}
.dropdown.dropdown-hover:hover .dropdown-content,.dropdown.dropdown-open .dropdown-content,.dropdown:focus-within .dropdown-content,.dropdown:focus .dropdown-content {
	--tw-scale-x: 1;
	--tw-scale-y: 1;
}
.label-text {
	font-size: .875rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: hsla(var(--bc)/var(--tw-text-opacity,1));
}
.label a:hover {
	--tw-text-opacity: 1;
	color: hsla(var(--bc)/var(--tw-text-opacity,1));
}
.input-bordered {
	--tw-border-opacity: 0.2;
}
.input-disabled,.input[disabled] {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--b2)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--b2)/var(--tw-border-opacity,1));
	cursor: not-allowed;
	--tw-text-opacity: 0.2;
}
.input-disabled::-moz-placeholder,.input[disabled]::-moz-placeholder {
	--tw-placeholder-opacity: 1;
	--tw-placeholder-opacity: 0.2;
	color: hsla(var(--bc)/var(--tw-placeholder-opacity,1));
}
.input-disabled:-ms-input-placeholder,.input[disabled]:-ms-input-placeholder {
	--tw-placeholder-opacity: 1;
	--tw-placeholder-opacity: 0.2;
	color: hsla(var(--bc)/var(--tw-placeholder-opacity,1));
}
.input-disabled::-moz-placeholder, .input[disabled]::-moz-placeholder {
	--tw-placeholder-opacity: 1;
	--tw-placeholder-opacity: 0.2;
	color: hsla(var(--bc)/var(--tw-placeholder-opacity,1));
}
.input-disabled:-ms-input-placeholder, .input[disabled]:-ms-input-placeholder {
	--tw-placeholder-opacity: 1;
	--tw-placeholder-opacity: 0.2;
	color: hsla(var(--bc)/var(--tw-placeholder-opacity,1));
}
.input-disabled::placeholder,.input[disabled]::placeholder {
	--tw-placeholder-opacity: 1;
	--tw-placeholder-opacity: 0.2;
	color: hsla(var(--bc)/var(--tw-placeholder-opacity,1));
}
.link:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.link:focus-visible {
	box-shadow: 0 0 0 2px currentColor;
}
.mask-square {
	-webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjMDAwIiBkPSJNMCAwaDIwMHYyMDBIMHoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
	mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSIjMDAwIiBkPSJNMCAwaDIwMHYyMDBIMHoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
}
.menu.horizontal li.bordered>a,.menu.horizontal li.bordered>span {
	--tw-border-opacity: 1;
	border-color: hsla(var(--p)/var(--tw-border-opacity,1));
	border-left-width: 0;
	border-bottom-width: 4px;
}
.menu[class*=p-] li a {
	border-radius: var(--rounded-btn,.5rem);
}
.menu li>a:focus,.menu li>a:hover {
	--tw-bg-opacity: 1;
	--tw-bg-opacity: 0.1;
	background-color: hsla(var(--bc)/var(--tw-bg-opacity,1));
}
.menu li>a.active {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--p)/var(--tw-bg-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--pc)/var(--tw-text-opacity,1));
}
.menu li>a:active {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--pf)/var(--tw-bg-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--pc)/var(--tw-text-opacity,1));
}
.menu li.disabled>a:hover,.menu li.disabled>span:hover {
	background-color: transparent;
}
.menu li.bordered a,.menu li.bordered span {
	--tw-border-opacity: 1;
	border-color: hsla(var(--p)/var(--tw-border-opacity,1));
	border-left-width: 4px;
}
.menu li.hover-bordered a {
	border-color: transparent;
	border-left-width: 4px;
}
.menu li.hover-bordered a:hover {
	--tw-border-opacity: 1;
	border-color: hsla(var(--p)/var(--tw-border-opacity,1));
}
.menu ul {
	padding-left: 1.5rem;
}
.menu.compact li>a,.menu.compact li>span {
	font-size: .875rem;
	line-height: 1.25rem;
	padding-top: .5rem;
	padding-bottom: .5rem;
}
.menu .menu-title>a,.menu .menu-title>span {
	font-weight: 700;
	font-size: .75rem;
	line-height: 1rem;
	padding-top: .25rem;
	padding-bottom: .25rem;
	--tw-text-opacity: 1;
	--tw-text-opacity: 0.4;
	color: hsla(var(--bc)/var(--tw-text-opacity,1));
}
.mockup-phone .camera {
	position: relative;
	top: 0;
	left: 0;
	background: #000;
	height: 25px;
	width: 150px;
	margin: 0 auto;
	border-bottom-left-radius: 17px;
	border-bottom-right-radius: 17px;
	z-index: 11;
}
.mockup-phone .camera:before {
	content: "";
	position: absolute;
	top: 35%;
	left: 50%;
	width: 50px;
	height: 4px;
	border-radius: 5px;
	background-color: #0c0b0e;
	transform: translate(-50%,-50%);
}
.mockup-phone .camera:after {
	content: "";
	position: absolute;
	top: 20%;
	left: 70%;
	width: 8px;
	height: 8px;
	border-radius: 5px;
	background-color: #0f0b25;
}
.mockup-phone .display {
	overflow: hidden;
	border-radius: 40px;
	margin-top: -25px;
}
@-webkit-keyframes radiomark {

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

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

	to {
		box-shadow: 0 0 0 4px hsl(var(--b1)) inset,0 0 0 4px hsl(var(--b1)) inset,var(--focus-shadow);
	}
}
@keyframes radiomark {

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

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

	to {
		box-shadow: 0 0 0 4px hsl(var(--b1)) inset,0 0 0 4px hsl(var(--b1)) inset,var(--focus-shadow);
	}
}
.select-bordered {
	--tw-border-opacity: 0.2;
}
.select-disabled::-moz-placeholder,.select[disabled]::-moz-placeholder {
	--tw-placeholder-opacity: 1;
	--tw-placeholder-opacity: 0.2;
	color: hsla(var(--bc)/var(--tw-placeholder-opacity,1));
}
.select-disabled:-ms-input-placeholder,.select[disabled]:-ms-input-placeholder {
	--tw-placeholder-opacity: 1;
	--tw-placeholder-opacity: 0.2;
	color: hsla(var(--bc)/var(--tw-placeholder-opacity,1));
}
.select-disabled::-moz-placeholder, .select[disabled]::-moz-placeholder {
	--tw-placeholder-opacity: 1;
	--tw-placeholder-opacity: 0.2;
	color: hsla(var(--bc)/var(--tw-placeholder-opacity,1));
}
.select-disabled:-ms-input-placeholder, .select[disabled]:-ms-input-placeholder {
	--tw-placeholder-opacity: 1;
	--tw-placeholder-opacity: 0.2;
	color: hsla(var(--bc)/var(--tw-placeholder-opacity,1));
}
.select-disabled::placeholder,.select[disabled]::placeholder {
	--tw-placeholder-opacity: 1;
	--tw-placeholder-opacity: 0.2;
	color: hsla(var(--bc)/var(--tw-placeholder-opacity,1));
}
.steps .step:before {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--b3)/var(--tw-bg-opacity,1));
	height: .5rem;
	top: 0;
	--tw-text-opacity: 1;
	color: hsla(var(--bc)/var(--tw-text-opacity,1));
	width: 100%;
	grid-column-start: 1;
	grid-row-start: 1;
	content: "";
	margin-left: -100%;
}
.steps .step:after {
	content: counter(step);
	counter-increment: step;
	z-index: 1;
	--tw-bg-opacity: 1;
	background-color: hsla(var(--b3)/var(--tw-bg-opacity,1));
	border-radius: 9999px;
	display: block;
	display: grid;
	place-items: center;
	place-self: center;
	height: 2rem;
	position: relative;
	--tw-text-opacity: 1;
	color: hsla(var(--bc)/var(--tw-text-opacity,1));
	width: 2rem;
	grid-column-start: 1;
	grid-row-start: 1;
}
.steps .step:first-child:before {
	content: none;
}
.steps .step[data-content]:after {
	content: attr(data-content);
}
.steps .step-neutral+.step-neutral:before,.steps .step-neutral:after {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--n)/var(--tw-bg-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--nc)/var(--tw-text-opacity,1));
}
.steps .step-primary+.step-primary:before,.steps .step-primary:after {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--p)/var(--tw-bg-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--pc)/var(--tw-text-opacity,1));
}
.steps .step-secondary+.step-secondary:before,.steps .step-secondary:after {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--s)/var(--tw-bg-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--sc)/var(--tw-text-opacity,1));
}
.steps .step-accent+.step-accent:before,.steps .step-accent:after {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--a)/var(--tw-bg-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--ac)/var(--tw-text-opacity,1));
}
.steps .step-info+.step-info:before {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--in)/var(--tw-bg-opacity,1));
}
.steps .step-info:after {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--in)/var(--tw-bg-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--b1)/var(--tw-text-opacity,1));
}
.steps .step-success+.step-success:before {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--su)/var(--tw-bg-opacity,1));
}
.steps .step-success:after {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--su)/var(--tw-bg-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--b1)/var(--tw-text-opacity,1));
}
.steps .step-warning+.step-warning:before {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--wa)/var(--tw-bg-opacity,1));
}
.steps .step-warning:after {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--wa)/var(--tw-bg-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--b1)/var(--tw-text-opacity,1));
}
.steps .step-error+.step-error:before {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--er)/var(--tw-bg-opacity,1));
}
.steps .step-error:after {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--er)/var(--tw-bg-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--b1)/var(--tw-text-opacity,1));
}
.table td,.table th {
	padding: 1rem;
	vertical-align: middle;
	white-space: nowrap;
}
.table tr.active:nth-child(2n) td,.table tr.active:nth-child(2n) th,.table tr.active td,.table tr.active th {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--b3)/var(--tw-bg-opacity,1));
}
.table tr.hover:hover td,.table tr.hover:hover th,.table tr.hover:nth-child(2n):hover td,.table tr.hover:nth-child(2n):hover th {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--b3)/var(--tw-bg-opacity,1));
}
.table:not(.table-zebra) tbody tr:not(:last-child) td,.table:not(.table-zebra) tbody tr:not(:last-child) th,.table:not(.table-zebra) tfoot tr:not(:last-child) td,.table:not(.table-zebra) tfoot tr:not(:last-child) th,.table:not(.table-zebra) thead tr:not(:last-child) td,.table:not(.table-zebra) thead tr:not(:last-child) th {
	--tw-border-opacity: 1;
	border-color: hsla(var(--b2)/var(--tw-border-opacity,1));
	border-bottom-width: 1px;
}
.table tfoot td,.table tfoot th,.table thead td,.table thead th {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--b2)/var(--tw-bg-opacity,1));
	font-weight: 700;
	font-size: .75rem;
	line-height: 1rem;
	text-transform: uppercase;
}
.table tfoot td:first-child,.table tfoot th:first-child,.table thead td:first-child,.table thead th:first-child {
	border-top-left-radius: .5rem;
	border-bottom-left-radius: .5rem;
}
.table tfoot td:last-child,.table tfoot th:last-child,.table thead td:last-child,.table thead th:last-child {
	border-top-right-radius: .5rem;
	border-bottom-right-radius: .5rem;
}
.table tbody td,.table tbody th {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--b1)/var(--tw-bg-opacity,1));
}
.textarea-bordered {
	--tw-border-opacity: 0.2;
}
.textarea-disabled,.textarea[disabled] {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--b2)/var(--tw-bg-opacity,1));
	--tw-border-opacity: 1;
	border-color: hsla(var(--b2)/var(--tw-border-opacity,1));
	cursor: not-allowed;
	--tw-text-opacity: 0.2;
}
.textarea-disabled::-moz-placeholder,.textarea[disabled]::-moz-placeholder {
	--tw-placeholder-opacity: 1;
	--tw-placeholder-opacity: 0.2;
	color: hsla(var(--bc)/var(--tw-placeholder-opacity,1));
}
.textarea-disabled:-ms-input-placeholder,.textarea[disabled]:-ms-input-placeholder {
	--tw-placeholder-opacity: 1;
	--tw-placeholder-opacity: 0.2;
	color: hsla(var(--bc)/var(--tw-placeholder-opacity,1));
}
.textarea-disabled::-moz-placeholder, .textarea[disabled]::-moz-placeholder {
	--tw-placeholder-opacity: 1;
	--tw-placeholder-opacity: 0.2;
	color: hsla(var(--bc)/var(--tw-placeholder-opacity,1));
}
.textarea-disabled:-ms-input-placeholder, .textarea[disabled]:-ms-input-placeholder {
	--tw-placeholder-opacity: 1;
	--tw-placeholder-opacity: 0.2;
	color: hsla(var(--bc)/var(--tw-placeholder-opacity,1));
}
.textarea-disabled::placeholder,.textarea[disabled]::placeholder {
	--tw-placeholder-opacity: 1;
	--tw-placeholder-opacity: 0.2;
	color: hsla(var(--bc)/var(--tw-placeholder-opacity,1));
}
.rounded-box {
	border-radius: var(--rounded-box,1rem);
}
.rounded-btn {
	border-radius: var(--rounded-btn,.5rem);
}
.btn-xs {
	height: 1.5rem;
	font-size: .75rem;
	line-height: 1rem;
	line-height: 1.625;
	padding-left: .5rem;
	padding-right: .5rem;
	min-height: 1.5rem;
}
.btn-sm {
	height: 2rem;
	font-size: .875rem;
	line-height: 1.25rem;
	line-height: 2rem;
	padding-left: .75rem;
	padding-right: .75rem;
	min-height: 2rem;
}
.btn-square.btn-xs {
	height: 1.5rem;
	padding: 0;
	width: 1.5rem;
}
.btn-square.btn-sm {
	height: 2rem;
	padding: 0;
	width: 2rem;
}
.btn-square.btn-md {
	height: 3rem;
	padding: 0;
	width: 3rem;
}
.btn-square.btn-lg {
	height: 4rem;
	padding: 0;
	width: 4rem;
}
.btn-circle.btn-xs {
	border-radius: 9999px;
	height: 1.5rem;
	padding: 0;
	width: 1.5rem;
}
.btn-circle.btn-sm {
	border-radius: 9999px;
	height: 2rem;
	padding: 0;
	width: 2rem;
}
.input-sm {
	height: 2rem;
	font-size: .875rem;
	line-height: 1.25rem;
	line-height: 2rem;
	padding-left: .75rem;
	padding-right: .75rem;
}
.select-sm {
	height: 2rem;
	font-size: .875rem;
	line-height: 1.25rem;
	line-height: 2rem;
	padding-left: .75rem;
	padding-right: .75rem;
	min-height: 2rem;
}
.alert-warning {
	--tw-bg-opacity: 1;
	--tw-bg-opacity: 0.1;
	background-color: hsla(var(--wa)/var(--tw-bg-opacity,1));
	--tw-text-opacity: 1;
	color: hsla(var(--wa)/var(--tw-text-opacity,1));
}
.avatar.online:before {
	content: "";
	--tw-bg-opacity: 1;
	background-color: hsla(var(--su)/var(--tw-bg-opacity,1));
	border-radius: 9999px;
	display: block;
	height: .5rem;
	position: absolute;
	width: .5rem;
	z-index: 10;
	top: 5%;
	right: 5%;
	box-shadow: 0 0 0 2px hsl(var(--b1));
}
.avatar.offline:before {
	content: "";
	--tw-bg-opacity: 1;
	background-color: hsla(var(--b3)/var(--tw-bg-opacity,1));
	border-radius: 9999px;
	display: block;
	height: .5rem;
	position: absolute;
	width: .5rem;
	z-index: 10;
	top: 5%;
	right: 5%;
	box-shadow: 0 0 0 2px hsl(var(--b1));
}
.fixed {
	position: fixed;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.right-0 {
	right: 0px;
}
.-left-1 {
	left: -0.25rem;
}
.right-3 {
	right: 0.75rem;
}
.top-3 {
	top: 0.75rem;
}
.left-3 {
	left: 0.75rem;
}
.left-0 {
	left: 0px;
}
.top-0 {
	top: 0px;
}
.right-5 {
	right: 1.25rem;
}
.bottom-5 {
	bottom: 1.25rem;
}
.bottom-0 {
	bottom: 0px;
}
.z-0 {
	z-index: 0;
}
.z-50 {
	z-index: 50;
}
.col-span-2 {
	grid-column: span 2 / span 2;
}
.m-1 {
	margin: 0.25rem;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.my-4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.mx-2 {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.-mx-4 {
	margin-left: -1rem;
	margin-right: -1rem;
}
.ml-3 {
	margin-left: 0.75rem;
}
.-ml-px {
	margin-left: -1px;
}
.mt-8 {
	margin-top: 2rem;
}
.mb-4 {
	margin-bottom: 1rem;
}
.mt-1 {
	margin-top: 0.25rem;
}
.mt-4 {
	margin-top: 1rem;
}
.ml-2 {
	margin-left: 0.5rem;
}
.mb-8 {
	margin-bottom: 2rem;
}
.ml-auto {
	margin-left: auto;
}
.ml-1 {
	margin-left: 0.25rem;
}
.ml-4 {
	margin-left: 1rem;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.mt-14 {
	margin-top: 3.5rem;
}
.mb-6 {
	margin-bottom: 1.5rem;
}
.mb-3 {
	margin-bottom: 0.75rem;
}
.mb-1 {
	margin-bottom: 0.25rem;
}
.mb-0 {
	margin-bottom: 0px;
}
.mb-auto {
	margin-bottom: auto;
}
.mr-1 {
	margin-right: 0.25rem;
}
.-ml-2 {
	margin-left: -0.5rem;
}
.mt-6 {
	margin-top: 1.5rem;
}
.mt-3 {
	margin-top: 0.75rem;
}
.mt-2 {
	margin-top: 0.5rem;
}
.mt-20 {
	margin-top: 5rem;
}
.mb-5 {
	margin-bottom: 1.25rem;
}
.mr-2 {
	margin-right: 0.5rem;
}
.ml-12 {
	margin-left: 3rem;
}
.-mt-px {
	margin-top: -1px;
}
.-mr-2 {
	margin-right: -0.5rem;
}
.mb-10 {
	margin-bottom: 2.5rem;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.flex {
	display: flex;
}
.inline-flex {
	display: inline-flex;
}
.table {
	display: table;
}
.grid {
	display: grid;
}
.hidden {
	display: none;
}
.h-5 {
	height: 1.25rem;
}
.h-20 {
	height: 5rem;
}
.h-6 {
	height: 1.5rem;
}
.h-24 {
	height: 6rem;
}
.h-4 {
	height: 1rem;
}
.h-\[700px\] {
	height: 700px;
}
.h-\[350px\] {
	height: 350px;
}
.h-auto {
	height: auto;
}
.h-48 {
	height: 12rem;
}
.h-7 {
	height: 1.75rem;
}
.h-8 {
	height: 2rem;
}
.h-11 {
	height: 2.75rem;
}
.h-16 {
	height: 4rem;
}
.h-10 {
	height: 2.5rem;
}
.min-h-screen {
	min-height: 100vh;
}
.w-5 {
	width: 1.25rem;
}
.w-full {
	width: 100%;
}
.w-20 {
	width: 5rem;
}
.w-6 {
	width: 1.5rem;
}
.w-auto {
	width: auto;
}
.w-4 {
	width: 1rem;
}
.w-\[350px\] {
	width: 350px;
}
.w-48 {
	width: 12rem;
}
.w-7 {
	width: 1.75rem;
}
.w-6\/12 {
	width: 50%;
}
.w-\[400px\] {
	width: 400px;
}
.w-8 {
	width: 2rem;
}
.max-w-sm {
	max-width: 24rem;
}
.max-w-4xl {
	max-width: 56rem;
}
.max-w-xs {
	max-width: 20rem;
}
.max-w-xl {
	max-width: 36rem;
}
.max-w-5xl {
	max-width: 64rem;
}
.max-w-md {
	max-width: 28rem;
}
.max-w-6xl {
	max-width: 72rem;
}
.max-w-7xl {
	max-width: 80rem;
}
.flex-1 {
	flex: 1 1 0%;
}
.flex-none {
	flex: none;
}
.flex-shrink-0 {
	flex-shrink: 0;
}
.flex-grow {
	flex-grow: 1;
}
.origin-top-left {
	transform-origin: top left;
}
.origin-top {
	transform-origin: top;
}
.origin-top-right {
	transform-origin: top right;
}
.rotate-12 {
	--tw-rotate: 12deg;
	transform: var(--tw-transform);
}
.rotate-45 {
	--tw-rotate: 45deg;
	transform: var(--tw-transform);
}
.scale-95 {
	--tw-scale-x: .95;
	--tw-scale-y: .95;
	transform: var(--tw-transform);
}
.scale-100 {
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	transform: var(--tw-transform);
}
.transform {
	transform: var(--tw-transform);
}
.cursor-default {
	cursor: default;
}
.list-inside {
	list-style-position: inside;
}
.list-disc {
	list-style-type: disc;
}
.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-3 {
	grid-template-columns: repeat(3, 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;
}
.items-stretch {
	align-items: stretch;
}
.justify-start {
	justify-content: flex-start;
}
.justify-end {
	justify-content: flex-end;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.gap-12 {
	gap: 3rem;
}
.gap-2 {
	gap: 0.5rem;
}
.gap-8 {
	gap: 2rem;
}
.gap-6 {
	gap: 1.5rem;
}
.gap-3 {
	gap: 0.75rem;
}
.gap-1 {
	gap: 0.25rem;
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(0.75rem * var(--tw-space-x-reverse));
	margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(0.25rem * var(--tw-space-x-reverse));
	margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(0.5rem * var(--tw-space-x-reverse));
	margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(2rem * var(--tw-space-x-reverse));
	margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.overflow-hidden {
	overflow: hidden;
}
.break-all {
	word-break: break-all;
}
.rounded-md {
	border-radius: 0.375rem;
}
.rounded-lg {
	border-radius: 0.5rem;
}
.rounded {
	border-radius: 0.25rem;
}
.rounded-l-md {
	border-top-left-radius: 0.375rem;
	border-bottom-left-radius: 0.375rem;
}
.rounded-r-md {
	border-top-right-radius: 0.375rem;
	border-bottom-right-radius: 0.375rem;
}
.rounded-t-md {
	border-top-left-radius: 0.375rem;
	border-top-right-radius: 0.375rem;
}
.border {
	border-width: 1px;
}
.border-l-4 {
	border-left-width: 4px;
}
.border-b {
	border-bottom-width: 1px;
}
.border-t {
	border-top-width: 1px;
}
.border-r {
	border-right-width: 1px;
}
.border-gray-300 {
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.border-transparent {
	border-color: transparent;
}
.border-indigo-400 {
	--tw-border-opacity: 1;
	border-color: rgba(129, 140, 248, var(--tw-border-opacity));
}
.border-base-100 {
	--tw-border-opacity: 1;
	border-color: hsla(var(--b1) / var(--tw-border-opacity));
}
.border-gray-200 {
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}
.border-gray-400 {
	--tw-border-opacity: 1;
	border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}
.border-gray-100 {
	--tw-border-opacity: 1;
	border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}
.border-gray-500 {
	--tw-border-opacity: 1;
	border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-base-300 {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--b3) / var(--tw-bg-opacity));
}
.bg-neutral-content {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--nc) / var(--tw-bg-opacity));
}
.bg-base-100 {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--b1) / var(--tw-bg-opacity));
}
.bg-neutral {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--n) / var(--tw-bg-opacity));
}
.bg-gray-800 {
	--tw-bg-opacity: 1;
	background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}
.bg-primary {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--p) / var(--tw-bg-opacity));
}
.bg-indigo-50 {
	--tw-bg-opacity: 1;
	background-color: rgba(238, 242, 255, var(--tw-bg-opacity));
}
.bg-gray-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.bg-gray-300 {
	--tw-bg-opacity: 1;
	background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}
.bg-base-200 {
	--tw-bg-opacity: 1;
	background-color: hsla(var(--b2) / var(--tw-bg-opacity));
}
.fill-current {
	fill: currentColor;
}
.stroke-current {
	stroke: currentColor;
}
.object-cover {
	-o-object-fit: cover;
	   object-fit: cover;
}
.p-2 {
	padding: 0.5rem;
}
.p-4 {
	padding: 1rem;
}
.p-1 {
	padding: 0.25rem;
}
.p-6 {
	padding: 1.5rem;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.px-1 {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.pl-1 {
	padding-left: 0.25rem;
}
.pt-8 {
	padding-top: 2rem;
}
.pl-3 {
	padding-left: 0.75rem;
}
.pr-4 {
	padding-right: 1rem;
}
.pt-1 {
	padding-top: 0.25rem;
}
.pl-9 {
	padding-left: 2.25rem;
}
.pt-6 {
	padding-top: 1.5rem;
}
.pt-4 {
	padding-top: 1rem;
}
.pb-6 {
	padding-bottom: 1.5rem;
}
.pl-8 {
	padding-left: 2rem;
}
.pt-2 {
	padding-top: 0.5rem;
}
.pb-3 {
	padding-bottom: 0.75rem;
}
.pb-1 {
	padding-bottom: 0.25rem;
}
.pb-10 {
	padding-bottom: 2.5rem;
}
.pb-20 {
	padding-bottom: 5rem;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}
.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}
.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}
.text-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem;
}
.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}
.text-5xl {
	font-size: 3rem;
	line-height: 1;
}
.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.font-medium {
	font-weight: 500;
}
.font-semibold {
	font-weight: 600;
}
.font-bold {
	font-weight: 700;
}
.uppercase {
	text-transform: uppercase;
}
.italic {
	font-style: italic;
}
.leading-5 {
	line-height: 1.25rem;
}
.leading-7 {
	line-height: 1.75rem;
}
.tracking-widest {
	letter-spacing: 0.1em;
}
.tracking-wider {
	letter-spacing: 0.05em;
}
.text-gray-500 {
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.text-gray-700 {
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.text-indigo-600 {
	--tw-text-opacity: 1;
	color: rgba(79, 70, 229, var(--tw-text-opacity));
}
.text-gray-600 {
	--tw-text-opacity: 1;
	color: rgba(75, 85, 99, var(--tw-text-opacity));
}
.text-error {
	--tw-text-opacity: 1;
	color: hsla(var(--er) / var(--tw-text-opacity));
}
.text-green-600 {
	--tw-text-opacity: 1;
	color: rgba(5, 150, 105, var(--tw-text-opacity));
}
.text-neutral-content {
	--tw-text-opacity: 1;
	color: hsla(var(--nc) / var(--tw-text-opacity));
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-base-content {
	--tw-text-opacity: 1;
	color: hsla(var(--bc) / var(--tw-text-opacity));
}
.text-neutral {
	--tw-text-opacity: 1;
	color: hsla(var(--n) / var(--tw-text-opacity));
}
.text-primary {
	--tw-text-opacity: 1;
	color: hsla(var(--p) / var(--tw-text-opacity));
}
.text-\[\#06c29c\] {
	--tw-text-opacity: 1;
	color: rgba(6, 194, 156, var(--tw-text-opacity));
}
.text-primary-content {
	--tw-text-opacity: 1;
	color: hsla(var(--pc) / var(--tw-text-opacity));
}
.text-indigo-700 {
	--tw-text-opacity: 1;
	color: rgba(67, 56, 202, var(--tw-text-opacity));
}
.text-base-300 {
	--tw-text-opacity: 1;
	color: hsla(var(--b3) / var(--tw-text-opacity));
}
.text-blue-500 {
	--tw-text-opacity: 1;
	color: rgba(59, 130, 246, var(--tw-text-opacity));
}
.text-red-600 {
	--tw-text-opacity: 1;
	color: rgba(220, 38, 38, var(--tw-text-opacity));
}
.text-transparent {
	color: transparent;
}
.text-gray-200 {
	--tw-text-opacity: 1;
	color: rgba(229, 231, 235, var(--tw-text-opacity));
}
.text-gray-300 {
	--tw-text-opacity: 1;
	color: rgba(209, 213, 219, var(--tw-text-opacity));
}
.text-gray-400 {
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.text-gray-900 {
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity));
}
.text-gray-800 {
	--tw-text-opacity: 1;
	color: rgba(31, 41, 55, var(--tw-text-opacity));
}
.text-success {
	--tw-text-opacity: 1;
	color: hsla(var(--su) / var(--tw-text-opacity));
}
.text-secondary {
	--tw-text-opacity: 1;
	color: hsla(var(--s) / var(--tw-text-opacity));
}
.underline {
	text-decoration: underline;
}
.no-underline {
	text-decoration: none;
}
.antialiased {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.opacity-50 {
	opacity: 0.5;
}
.opacity-75 {
	opacity: 0.75;
}
.opacity-100 {
	opacity: 1;
}
.opacity-0 {
	opacity: 0;
}
.shadow-sm {
	--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	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 rgba(0, 0, 0, 0.25);
	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 rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	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 rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow {
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ring-1 {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-gray-300 {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(209, 213, 219, var(--tw-ring-opacity));
}
.ring-black {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity));
}
.ring-opacity-5 {
	--tw-ring-opacity: 0.05;
}
.transition {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, 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-150 {
	transition-duration: 150ms;
}
.duration-500 {
	transition-duration: 500ms;
}
.duration-200 {
	transition-duration: 200ms;
}
.duration-75 {
	transition-duration: 75ms;
}
.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);
}
.ease-in {
	transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
input[type="file"] {
    display: none;
}
x-cloak {
    display: none;
}
/*.app .min-h-screen {*/
/*    min-height: calc(100vh - 65px);*/
/*}*/
html {
    scroll-padding-top: 8rem !important;
}
.reading-card {
    scroll-margin-top: 1rem;
}
button.badge {
    position: relative;
    z-index: 1;
}
button.badge::after {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	border-radius: 0.5rem;
	--tw-bg-opacity: 1;
	background-color: hsla(var(--b1) / var(--tw-bg-opacity));
	opacity: 0.7;
    z-index: -1;
    content: "";
}
.mobile-nav .btn {
    border-bottom: 1px #eee solid;
    width: 100%;
    border-radius: 0px;
    height: 3rem;
    font-size: .875rem;
    line-height: 1.25rem;
    line-height: 2;
    padding-left: 1rem;
    padding-right: 1rem;
    min-height: 3rem;
}
.btn-square.mobile-nav .btn {
	height: 3rem;
	padding: 0;
	width: 3rem;
}
.btn-circle.mobile-nav .btn {
	border-radius: 9999px;
	height: 3rem;
	padding: 0;
	width: 3rem;
}
.badge-rescheduled {
	--tw-bg-opacity: 1;
	--tw-bg-opacity: 0.1;
	background-color: hsla(var(--wa)/var(--tw-bg-opacity,1));
	border-color: transparent;
	--tw-text-opacity: 1;
	color: hsla(var(--wa)/var(--tw-text-opacity,1));
}
.badge-canceled {
	--tw-bg-opacity: 1;
	--tw-bg-opacity: 0.1;
	background-color: hsla(var(--er)/var(--tw-bg-opacity,1));
	border-color: transparent;
	--tw-text-opacity: 1;
	color: hsla(var(--er)/var(--tw-text-opacity,1));
}
.badge-active {
	--tw-bg-opacity: 1;
	--tw-bg-opacity: 0.1;
	background-color: hsla(var(--su)/var(--tw-bg-opacity,1));
	border-color: transparent;
	--tw-text-opacity: 1;
	color: hsla(var(--su)/var(--tw-text-opacity,1));
}
.badge-completed {
	--tw-border-opacity: 1 !important;
	border-color: hsla(var(--su) / var(--tw-border-opacity)) !important;
	--tw-bg-opacity: 1 !important;
	background-color: hsla(var(--su) / var(--tw-bg-opacity)) !important;
	--tw-text-opacity: 1 !important;
	color: rgba(4, 120, 87, var(--tw-text-opacity)) !important;
}
.card {
    overflow: inherit;
}
.btn-zoom {
    background: #2D8CFF;
    border: #2D8CFF solid 1px;
}
.btn-zoom:hover {
    background: #5BA5FF;
    border: #5BA5FF solid 1px;
}
.hover\:border-gray-300:hover {
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.hover\:bg-gray-100:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.hover\:bg-gray-700:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}
.hover\:bg-gray-50:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}
.hover\:text-gray-500:hover {
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.hover\:text-gray-400:hover {
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.hover\:text-gray-900:hover {
	--tw-text-opacity: 1;
	color: rgba(17, 24, 39, var(--tw-text-opacity));
}
.hover\:text-gray-800:hover {
	--tw-text-opacity: 1;
	color: rgba(31, 41, 55, var(--tw-text-opacity));
}
.hover\:text-gray-700:hover {
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.hover\:underline:hover {
	text-decoration: underline;
}
.focus\:z-10:focus {
	z-index: 10;
}
.focus\:border-blue-300:focus {
	--tw-border-opacity: 1;
	border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}
.focus\:border-indigo-300:focus {
	--tw-border-opacity: 1;
	border-color: rgba(165, 180, 252, var(--tw-border-opacity));
}
.focus\:border-gray-900:focus {
	--tw-border-opacity: 1;
	border-color: rgba(17, 24, 39, var(--tw-border-opacity));
}
.focus\:border-indigo-700:focus {
	--tw-border-opacity: 1;
	border-color: rgba(67, 56, 202, var(--tw-border-opacity));
}
.focus\:border-gray-300:focus {
	--tw-border-opacity: 1;
	border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.focus\:bg-gray-100:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.focus\:bg-indigo-100:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(224, 231, 255, var(--tw-bg-opacity));
}
.focus\:bg-gray-50:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}
.focus\:text-indigo-800:focus {
	--tw-text-opacity: 1;
	color: rgba(55, 48, 163, var(--tw-text-opacity));
}
.focus\:text-gray-800:focus {
	--tw-text-opacity: 1;
	color: rgba(31, 41, 55, var(--tw-text-opacity));
}
.focus\:text-gray-700:focus {
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.focus\:text-gray-500:focus {
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.focus\:outline-none:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.focus\:ring:focus {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + 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);
}
.focus\:ring-indigo-200:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgba(199, 210, 254, var(--tw-ring-opacity));
}
.focus\:ring-opacity-50:focus {
	--tw-ring-opacity: 0.5;
}
.active\:bg-gray-100:active {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.active\:bg-gray-900:active {
	--tw-bg-opacity: 1;
	background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}
.active\:text-gray-700:active {
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.active\:text-gray-500:active {
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.disabled\:opacity-25:disabled {
	opacity: 0.25;
}
@media (min-width: 640px) {

	.sm\:hero {
		background-position: 50%;
		background-size: cover;
		display: grid;
		place-items: center;
		width: 100%;
	}

	.sm\:hero>* {
		grid-column-start: 1;
		grid-row-start: 1;
	}

	.sm\:fixed {
		position: fixed;
	}

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

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

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

	.sm\:ml-6 {
		margin-left: 1.5rem;
	}

	.sm\:ml-10 {
		margin-left: 2.5rem;
	}

	.sm\:block {
		display: block;
	}

	.sm\:flex {
		display: flex;
	}

	.sm\:hidden {
		display: none;
	}

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

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

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

	.sm\:max-w-lg {
		max-width: 32rem;
	}

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

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

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

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

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

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

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

	.sm\:p-0 {
		padding: 0px;
	}

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

	.sm\:py-8 {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	.sm\:pt-20 {
		padding-top: 5rem;
	}

	.sm\:pt-10 {
		padding-top: 2.5rem;
	}

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

	.sm\:pt-12 {
		padding-top: 3rem;
	}
}
@media (min-width: 768px) {

	.md\:card-side {
		align-items: stretch;
		flex-direction: row;
	}

	.md\:card-side>figure {
		height: 100%;
		max-width: none;
		width: auto;
	}

	.md\:card-side>figure>* {
		width: auto;
		max-width: none;
	}

	.md\:relative {
		position: relative;
	}

	.md\:inset-0 {
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
	}

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

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

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

	.md\:ml-auto {
		margin-left: auto;
	}

	.md\:mr-2 {
		margin-right: 0.5rem;
	}

	.md\:flex {
		display: flex;
	}

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

	.md\:w-7\/12 {
		width: 58.333333%;
	}

	.md\:w-6\/12 {
		width: 50%;
	}

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

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

	.md\:max-w-4xl {
		max-width: 56rem;
	}

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

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

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

	.md\:items-start {
		align-items: flex-start;
	}

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

	.md\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(0.5rem * var(--tw-space-x-reverse));
		margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
	}

	.md\:rounded-none {
		border-radius: 0px;
	}

	.md\:rounded-l-md {
		border-top-left-radius: 0.375rem;
		border-bottom-left-radius: 0.375rem;
	}

	.md\:border-none {
		border-style: none;
	}

	.md\:p-4 {
		padding: 1rem;
	}

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

	.md\:text-base-content {
		--tw-text-opacity: 1;
		color: hsla(var(--bc) / var(--tw-text-opacity));
	}
}
@media (min-width: 1024px) {

	.lg\:card-side {
		align-items: stretch;
		flex-direction: row;
	}

	.lg\:card-side>figure {
		height: 100%;
		max-width: none;
		width: auto;
	}

	.lg\:card-side>figure>* {
		width: auto;
		max-width: none;
	}

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

	.lg\:flex {
		display: flex;
	}

	.lg\:grid {
		display: grid;
	}

	.lg\:hidden {
		display: none;
	}

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

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

	.lg\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
		--tw-space-x-reverse: 0;
		margin-right: calc(0.5rem * var(--tw-space-x-reverse));
		margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
	}

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

