Untitled

mail@pastecode.io avatar
unknown
plain_text
a year ago
35 kB
2
Indexable
Never
/*
! tailwindcss v3.2.7 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
	box-sizing: border-box;
	/* 1 */
	border-width: 0;
	/* 2 */
	border-style: solid;
	/* 2 */
	border-color: #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.
*/

html {
	line-height: 1.5;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	/* 3 */
	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 */
	-webkit-font-feature-settings: normal;
	font-feature-settings: normal;
	/* 5 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
	margin: 0;
	/* 1 */
	line-height: inherit;
	/* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
	height: 0;
	/* 1 */
	color: inherit;
	/* 2 */
	border-top-width: 1px;
	/* 3 */
}

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

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

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

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

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

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

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

b,
strong {
	font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

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

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

small {
	font-size: 80%;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

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

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

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

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

button,
select {
	text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	/* 1 */
	background-image: none;
	/* 2 */
}

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

:-moz-focusring {
	outline: auto;
}

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

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

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

progress {
	vertical-align: baseline;
}

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

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

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

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

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

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

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

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

summary {
	display: list-item;
}

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

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

fieldset {
	margin: 0;
	padding: 0;
}

legend {
	padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
	resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-webkit-input-placeholder,
textarea::-webkit-input-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;
}

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

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

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

.tw-pointer-events-none {
	pointer-events: none;
}

.tw-fixed {
	position: fixed;
}

.tw-absolute {
	position: absolute;
}

.tw-relative {
	position: relative;
}

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

.tw-inset-y-0 {
	top: 0px;
	bottom: 0px;
}

.tw-left-0 {
	left: 0px;
}

.tw-right-0 {
	right: 0px;
}

.tw-z-10 {
	z-index: 10;
}

.tw-mb-10 {
	margin-bottom: 2.5rem;
}

.tw-mb-3 {
	margin-bottom: 0.75rem;
}

.tw-ml-1 {
	margin-left: 0.25rem;
}

.tw-ml-2 {
	margin-left: 0.5rem;
}

.tw-ml-3 {
	margin-left: 0.75rem;
}

.tw-ml-\[2px\] {
	margin-left: 2px;
}

.tw-mr-14 {
	margin-right: 3.5rem;
}

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

.tw-mr-24 {
	margin-right: 6rem;
}

.tw-mt-1 {
	margin-top: 0.25rem;
}

.tw-mt-10 {
	margin-top: 2.5rem;
}

.tw-mt-24 {
	margin-top: 6rem;
}

.tw-block {
	display: block;
}

.tw-flex {
	display: flex;
}

.tw-h-4 {
	height: 1rem;
}

.tw-h-5 {
	height: 1.25rem;
}

.tw-h-6 {
	height: 1.5rem;
}

.tw-max-h-60 {
	max-height: 15rem;
}

.tw-min-h-full {
	min-height: 100%;
}

.tw-w-32 {
	width: 8rem;
}

.tw-w-4 {
	width: 1rem;
}

.tw-w-40 {
	width: 10rem;
}

.tw-w-5 {
	width: 1.25rem;
}

.tw-w-6 {
	width: 1.5rem;
}

.tw-w-full {
	width: 100%;
}

.tw-max-w-\[550px\] {
	max-width: 550px;
}

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

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

.tw-scale-100 {
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	-webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
		rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
		scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	transform: translate(var(--tw-translate-x), var(--tw-translate-y))
		rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
		scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.tw-scale-95 {
	--tw-scale-x: 0.95;
	--tw-scale-y: 0.95;
	-webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
		rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
		scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	transform: translate(var(--tw-translate-x), var(--tw-translate-y))
		rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
		scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.tw-transform {
	-webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y))
		rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
		scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	transform: translate(var(--tw-translate-x), var(--tw-translate-y))
		rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
		scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.tw-cursor-default {
	cursor: default;
}

.tw-select-none {
	-webkit-user-select: none;
	user-select: none;
}

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

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

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

.tw-overflow-auto {
	overflow: auto;
}

.tw-overflow-hidden {
	overflow: hidden;
}

.tw-overflow-y-auto {
	overflow-y: auto;
}

.tw-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tw-rounded {
	border-radius: 0.25rem;
}

.tw-rounded-2xl {
	border-radius: 1rem;
}

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

.tw-rounded-md {
	border-radius: 0.375rem;
}

.tw-border {
	border-width: 1px;
}

.tw-border-solid {
	border-style: solid;
}

.tw-border-black {
	--tw-border-opacity: 1;
	border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.tw-border-transparent {
	border-color: transparent;
}

.tw-bg-amber-100 {
	--tw-bg-opacity: 1;
	background-color: rgb(254 243 199 / var(--tw-bg-opacity));
}

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

.tw-bg-blue-100 {
	--tw-bg-opacity: 1;
	background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}

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

.tw-bg-opacity-10 {
	--tw-bg-opacity: 0.1;
}

.tw-bg-opacity-25 {
	--tw-bg-opacity: 0.25 !important;
}

.tw-p-4 {
	padding: 1rem;
}

.tw-p-9 {
	padding: 2.25rem;
}

.tw-px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}

.tw-px-7 {
	padding-left: 1.75rem;
	padding-right: 1.75rem;
}

.tw-px-\[10\.5px\] {
	padding-left: 10.5px;
	padding-right: 10.5px;
}

.tw-py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

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

.tw-py-\[5\.25px\] {
	padding-top: 5.25px;
	padding-bottom: 5.25px;
}

.tw-pl-10 {
	padding-left: 2.5rem;
}

.tw-pl-28 {
	padding-left: 7rem;
}

.tw-pl-3 {
	padding-left: 0.75rem;
}

.tw-pr-10 {
	padding-right: 2.5rem;
}

.tw-pr-2 {
	padding-right: 0.5rem;
}

.tw-pr-4 {
	padding-right: 1rem;
}

.tw-text-left {
	text-align: left;
}

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

.tw-align-middle {
	vertical-align: middle;
}

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

.tw-text-\[11px\] {
	font-size: 11px;
}

.tw-text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}

.tw-text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.tw-font-medium {
	font-weight: 500;
}

.tw-font-normal {
	font-weight: 400;
}

.tw-font-semibold {
	font-weight: 600;
}

.tw-text-amber-600 {
	--tw-text-opacity: 1;
	color: rgb(217 119 6 / var(--tw-text-opacity));
}

.tw-text-amber-900 {
	--tw-text-opacity: 1;
	color: rgb(120 53 15 / var(--tw-text-opacity));
}

.tw-text-blue-900 {
	--tw-text-opacity: 1;
	color: rgb(30 58 138 / var(--tw-text-opacity));
}

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

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

.tw-opacity-0 {
	opacity: 0;
}

.tw-opacity-100 {
	opacity: 1;
}

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

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

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

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

.tw-ring-black {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}

.tw-ring-opacity-5 {
	--tw-ring-opacity: 0.05;
}

.tw-transition {
	transition-property: color, background-color, border-color,
		text-decoration-color, fill, stroke, opacity, box-shadow, -webkit-transform,
		-webkit-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-transform, -webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.tw-transition-all {
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}

.tw-duration-100 {
	transition-duration: 100ms;
}

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

.tw-duration-300 {
	transition-duration: 300ms;
}

.tw-ease-in {
	transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.tw-ease-out {
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.tw-h-full {
	height: 100%;
}

.tw-w-1\/5 {
	width: 20%;
}

.tw-p-4 {
	padding: 1rem /* 16px */;
}

.tw-px-4 {
	padding-left: 1rem /* 16px */;
	padding-right: 1rem /* 16px */;
}

.tw-py-6 {
	padding-top: 1.5rem /* 24px */;
	padding-bottom: 1.5rem /* 24px */;
}

.tw-w-6 {
	width: 1.5rem /* 24px */;
}

.tw-h-6 {
	height: 1.5rem /* 24px */;
}

.tw-mr-4 {
	margin-right: 1rem /* 16px */;
}

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

.tw-w-full {
	width: 100%;
}

.tw-bg-slate-700 {
	--tw-bg-opacity: 1;
	background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}

.tw-rounded-2xl {
	border-radius: 1rem /* 16px */;
}

.tw-mt-20 {
	margin-top: 5rem /* 80px */;
}

.tw-mt-3 {
	margin-top: 0.75rem /* 12px */;
}

.tw-bg-zinc-800 {
	--tw-bg-opacity: 1;
	background-color: rgb(39 39 42 / var(--tw-bg-opacity));
}

.hover\:tw-bg-zinc-700:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(63 63 70 / var(--tw-bg-opacity));
}

.tw-w-10 {
	width: 2.5rem /* 40px */;
}

.tw-h-10 {
	height: 2.5rem /* 40px */;
}

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

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

.tw-w-96 {
	width: 24rem /* 384px */;
}

.tw-bg-neutral-900 {
	--tw-bg-opacity: 1;
	background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}

.tw-bg-neutral-100 {
	--tw-bg-opacity: 1;
	background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

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

.tw-w-screen {
	width: 100vw;
}

.tw-overflow-hidden {
	overflow: hidden;
}

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

.tw-flex-col {
	flex-direction: column;
}
.tw-flex-1 {
	flex: 1 1 0%;
}

.tw-min-h-0 {
	min-height: 0px;
}

.tw-overflow-auto {
	overflow: auto;
}

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

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

.tw-font-semibold {
	font-weight: 600;
}

.tw-text-\[36px\] {
	font-size: 36px;
}

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

.tw-h-24 {
	height: 6rem /* 96px */;
}

.tw-px-8 {
	padding-left: 2rem /* 32px */;
	padding-right: 2rem /* 32px */;
}

.tw-ml-4 {
	margin-left: 1rem /* 16px */;
}

.tw-relative {
	position: relative;
}

.tw-w-full {
	width: 100%;
}

.tw-inset-y-0 {
	top: 0px;
	bottom: 0px;
}

.tw-absolute {
	position: absolute;
}

.tw-left-0 {
	left: 0px;
}

.tw-pointer-events-none {
	pointer-events: none;
}

.tw-pl-3 {
	padding-left: 0.75rem /* 12px */;
}

.tw-w-5 {
	width: 1.25rem /* 20px */;
}

.tw-h-5 {
	height: 1.25rem /* 20px */;
}

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

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

.tw-border {
	border-width: 1px;
}

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

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

.tw-py-4 {
	padding-top: 1rem /* 16px */;
	padding-bottom: 1rem /* 16px */;
}

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

.tw-text-sm {
	font-size: 0.875rem /* 14px */;
	line-height: 1.25rem /* 20px */;
}

.tw-rounded-lg {
	border-radius: 0.5rem /* 8px */;
}

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

.tw-block {
	display: block;
}

.tw-w-full {
	width: 100%;
}

.tw-pl-10 {
	padding-left: 2.5rem !important /* 40px */;
}

.tw-p-2\.5 {
	padding: 0.625rem /* 10px */;
}

.tw-right-0 {
	right: 0px;
}

.tw-pr-3 {
	padding-right: 0.75rem /* 12px */;
}

.tw-w-4 {
	width: 1rem /* 16px */;
}

.tw-h-4 {
	height: 1rem /* 16px */;
}

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

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

.tw-inline-flex {
	display: inline-flex;
}

.tw-py-2\.5 {
	padding-top: 0.625rem /* 10px */;
	padding-bottom: 0.625rem /* 10px */;
}

.tw-px-3 {
	padding-left: 0.75rem /* 12px */;
	padding-right: 0.75rem /* 12px */;
}

.tw-ml-2 {
	margin-left: 0.5rem /* 8px */;
}

.tw-text-sm {
	font-size: 0.875rem /* 14px */;
	line-height: 1.25rem /* 20px */;
}

.tw-font-medium {
	font-weight: 500;
}

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

.tw-bg-blue-700 {
	--tw-bg-opacity: 1;
	background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

.tw-rounded-lg {
	border-radius: 0.5rem /* 8px */;
}

.tw-border {
	border-width: 1px;
}

.tw-border-blue-700 {
	--tw-border-opacity: 1;
	border-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.hover\:tw-bg-blue-800:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}

.focus\:tw-ring-4: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(4px + 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\:tw-outline-none:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.focus\:tw-ring-blue-300:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity));
}

.tw-mr-2 {
	margin-right: 0.5rem /* 8px */;
}

.-tw-ml-1 {
	margin-left: -0.25rem /* -4px */;
}

.tw-rounded-xl {
	border-radius: 0.75rem /* 12px */;
}

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

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

.active {
	font-weight: bold;
}

.register-form {
	margin-top: 20px;
}

.form-details {
	margin-top: 20px;
}

.form-details > div {
	margin: 10px;
}

.tw-w-max {
	width: max-content;
}

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

.tw-border-b {
	border-bottom-width: 1px;
}

.focus\:tw-ring-indigo-200:focus {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity));
}

.tw-ring-indigo-200 {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity));
}

.tw-bg-zinc-700 {
	--tw-bg-opacity: 1;
	background-color: rgb(63 63 70 / var(--tw-bg-opacity));
}

.hover\:tw-bg-zinc-800:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(39 39 42 / var(--tw-bg-opacity));
}

.tw-w-6 {
	width: 1.5rem /* 24px */;
}

.tw-h-6 {
	height: 1.5rem /* 24px */;
}

.tw-pl-4 {
	padding-left: 1rem /* 16px */;
}

.tw-pl-12 {
	padding-left: 3rem /* 48px */;
}

.tw-text-base {
	font-size: 1rem /* 16px */;
	line-height: 1.5rem /* 24px */;
}

.focus\:tw-border-indigo-700:focus {
	--tw-border-opacity: 1;
	border-color: rgb(67 56 202 / var(--tw-border-opacity));
}

.tw-border-dashed {
	border-style: dashed;
}

.tw-h-\[70vh\] {
	height: 70vh;
}

.tw-mt-10 {
	margin-top: 2.5rem /* 40px */;
}

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

.tw-w-40 {
	width: 10rem /* 160px */;
}

.tw-h-40 {
	height: 10rem /* 160px */;
}

.tw-max-w-sm {
	max-width: 24rem /* 384px */;
}

.tw-border-4 {
	border-width: 4px;
}

.tw-text-2xl {
	font-size: 1.5rem /* 24px */;
	line-height: 2rem /* 32px */;
}

.tw-italic {
	font-style: italic;
}

.tw-mt-6 {
	margin-top: 1.5rem /* 24px */;
}

.tw-text-2xl {
	font-size: 1.5rem /* 24px */;
	line-height: 2rem /* 32px */;
}

.tw-font-semibold {
	font-weight: 600;
}

.tw-mt-4 {
	margin-top: 1rem /* 16px */;
}

.tw-mt-5 {
	margin-top: 1.25rem /* 20px */;
}

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

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

.tw-px-6 {
	padding-left: 1.5rem /* 24px */;
	padding-right: 1.5rem /* 24px */;
}

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

.tw-font-medium {
	font-weight: 500;
}

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

.tw-whitespace-nowrap {
	white-space: nowrap;
}

.tw-text-indigo-600 {
	--tw-text-opacity: 1;
	color: rgb(79 70 229 / var(--tw-text-opacity));
}

.tw-bg-indigo-300 {
	--tw-bg-opacity: 1;
	background-color: rgb(165 180 252 / var(--tw-bg-opacity));
}

.hover\:tw-bg-indigo-400:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(129 140 248 / var(--tw-bg-opacity));
}

.tw-py-3 {
	padding-top: 0.75rem /* 12px */;
	padding-bottom: 0.75rem /* 12px */;
}

.tw-relative {
	position: relative;
}

.tw-overflow-x-auto {
	overflow-x: auto;
}

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

@media (min-width: 640px) {
	.sm\:tw-rounded-lg {
		border-radius: 0.5rem /* 8px */;
	}
}

.tw-text-left {
	text-align: left;
}

.tw-text-xs {
	font-size: 0.75rem /* 12px */;
	line-height: 1rem /* 16px */;
}

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

.tw-uppercase {
	text-transform: uppercase;
}

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

.tw-bg-green-100 {
	--tw-bg-opacity: 1;
	background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}

.tw-text-green-800 {
	--tw-text-opacity: 1;
	color: rgb(22 101 52 / var(--tw-text-opacity));
}

.tw-text-xs {
	font-size: 0.75rem /* 12px */;
	line-height: 1rem /* 16px */;
}

.tw-font-medium {
	font-weight: 500;
}

.tw-mr-2 {
	margin-right: 0.5rem /* 8px */;
}

.tw-px-2\.5 {
	padding-left: 0.625rem /* 10px */;
	padding-right: 0.625rem /* 10px */;
}

.tw-py-0\.5 {
	padding-top: 0.125rem /* 2px */;
	padding-bottom: 0.125rem /* 2px */;
}

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

.tw-bg-indigo-100 {
	--tw-bg-opacity: 1;
	background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}

.hover\:tw-bg-indigo-200:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(199 210 254 / var(--tw-bg-opacity));
}

.tw-rounded-lg {
	border-radius: 0.5rem /* 8px */;
}
.tw-p-2 {
	padding: 0.5rem /* 8px */;
}

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

.tw-text-red-600 {
	--tw-text-opacity: 1;
	color: rgb(220 38 38 / var(--tw-text-opacity));
}

.tw-bg-rose-100 {
	--tw-bg-opacity: 1;
	background-color: rgb(255 228 230 / var(--tw-bg-opacity));
}

.hover\:tw-bg-red-200:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}

.tw-px-3\.5 {
	padding-left: 0.875rem /* 14px */;
	padding-right: 0.875rem /* 14px */;
}

.tw-text-xs {
	font-size: 0.75rem /* 12px */;
	line-height: 1rem /* 16px */;
}

.tw-py-2\.5 {
	padding-top: 0.625rem /* 10px */;
	padding-bottom: 0.625rem /* 10px */;
}

.tw-border-gray-900\/25 {
	border-color: rgb(17 24 39 / 0.25);
}

.tw-px-5 {
	padding-left: 1.25rem /* 20px */;
	padding-right: 1.25rem /* 20px */;
}

.tw-py-2 {
	padding-top: 0.5rem /* 8px */;
	padding-bottom: 0.5rem /* 8px */;
}

.tw-py-3 {
	padding-top: 0.75rem /* 12px */;
	padding-bottom: 0.75rem /* 12px */;
}

.tw-pl-1 {
	padding-left: 0.25rem /* 4px */;
}

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

.hover\:tw-text-indigo-500:hover {
	--tw-text-opacity: 1;
	color: rgb(99 102 241 / var(--tw-text-opacity));
}

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

.tw-py-3 {
	padding-top: 0.75rem /* 12px */;
	padding-bottom: 0.75rem /* 12px */;
}

.tw-h-20 {
	height: 5rem /* 80px */;
}

.tw-mt-8 {
	margin-top: 2rem /* 32px */;
}

.tw-p-6 {
	padding: 1.5rem /* 24px */;
}

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

.tw-p-1 {
	padding: 0.25rem /* 4px */;
}

.tw-leading-5 {
	line-height: 1.25rem /* 20px */;
}

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

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

.tw-ring-opacity-60 {
	--tw-ring-opacity: 0.6;
}

.tw-ring-offset-2 {
	--tw-ring-offset-width: 2px;
}

.tw-ring-offset-indigo-400 {
	--tw-ring-offset-color: #818cf8;
}

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

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

.tw-text-indigo-100 {
	--tw-text-opacity: 1;
	color: rgb(224 231 255 / var(--tw-text-opacity));
}

.hover\:tw-bg-white\/\[0\.12\]:hover {
	background-color: rgb(255 255 255 / 0.12);
}

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

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

.tw-mb-6 {
	margin-bottom: 1.5rem /* 24px */;
}

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

.hover\:tw-text-gray-500:hover {
	--tw-text-opacity: 1;
	color: rgb(107 114 128 / var(--tw-text-opacity));
}

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

.tw-bg-yellow-100 {
	--tw-bg-opacity: 1;
	background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}

.tw-text-yellow-800 {
	--tw-text-opacity: 1;
	color: rgb(133 77 14 / var(--tw-text-opacity));
}

.tw-bg-red-100 {
	--tw-bg-opacity: 1;
	background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}

.tw-text-red-800 {
	--tw-text-opacity: 1;
	color: rgb(153 27 27 / var(--tw-text-opacity));
}

.tw-bg-zinc-700 {
	--tw-bg-opacity: 1;
	background-color: rgb(63 63 70 / var(--tw-bg-opacity));
}

.hover\:tw-bg-zinc-800:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(39 39 42 / var(--tw-bg-opacity));
}

.tw-py-1\.5 {
	padding-top: 0.375rem /* 6px */;
	padding-bottom: 0.375rem /* 6px */;
}

.tw-max-h-60 {
	max-height: 15rem /* 240px */;
}

.tw-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tw-font-normal {
	font-weight: 400;
}

.tw-pl-3 {
	padding-left: 0.75rem /* 12px */;
}

.tw-mt-60 {
	margin-top: 15rem /* 240px */;
}

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

.focus-visible\:tw-ring-offset-indigo-300:focus-visible {
	--tw-ring-offset-color: #a5b4fc;
}

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

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

.focus-visible\:tw-ring-white:focus-visible {
	--tw-ring-opacity: 1;
	--tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}

.focus-visible\:tw-ring-opacity-75:focus-visible {
	--tw-ring-opacity: 0.75;
}

.focus-visible\:tw-ring-offset-2:focus-visible {
	--tw-ring-offset-width: 2px;
}

.tw-max-h-52 {
	max-height: 13rem /* 208px */;
}

.focus-visible\:tw-ring-offset-indigo-300:focus-visible {
	--tw-ring-offset-color: #a5b4fc;
}

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

.tw-w-14 {
	width: 3.5rem /* 56px */;
}

.tw-h-14 {
	height: 3.5rem /* 56px */;
}

.tw-bg-green-100 {
	--tw-bg-opacity: 1;
	background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}

.tw-h-8 {
	height: 2rem /* 32px */;
}

.tw-w-8 {
	width: 2rem /* 32px */;
}

.tw-text-green-600 {
	--tw-text-opacity: 1;
	color: rgb(22 163 74 / var(--tw-text-opacity));
}

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

.tw-text-xl {
	font-size: 1.25rem /* 20px */;
	line-height: 1.75rem /* 28px */;
}

.tw-mt-2 {
	margin-top: 0.5rem /* 8px */;
}

.tw-w-60 {
	width: 15rem /* 240px */;
}

.tw-mb-1 {
	margin-bottom: 0.25rem /* 4px */;
}

.tw-ml-10 {
	margin-left: 2.5rem /* 40px */;
}

.tw-w-72 {
	width: 18rem /* 288px */;
}

.tw-max-w-\[500px\] {
	max-width: 500px;
}