/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/.pnpm/css-loader@6.7.1_webpack@5.101.3/node_modules/css-loader/dist/cjs.js!../node_modules/.pnpm/postcss-loader@4.3.0_postcss@8.4.16_webpack@5.101.3/node_modules/postcss-loader/dist/cjs.js!../node_modules/.pnpm/sass-loader@12.6.0_sass@1.54.9_webpack@5.101.3/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./css/tailwind.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! tailwindcss v2.1.4 | 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;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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: IBM Plex Sans, Helvetica Neue, Arial, sans-serif; /* 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: #e4e4e7; /* 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: #a1a1aa;
}

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

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

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

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

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

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

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

.form-input,.form-textarea,.form-select,.form-multiselect {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: #fff;
	border-color: #71717a;
	border-width: 1px;
	border-radius: 0px;
	padding-top: 0.5rem;
	padding-right: 0.75rem;
	padding-bottom: 0.5rem;
	padding-left: 0.75rem;
	font-size: 1rem;
	line-height: 1.5rem;
	--tw-shadow: 0 0 #0000;
}

.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: #2563eb;
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
	border-color: #2563eb;
}

.form-input::-moz-placeholder, .form-textarea::-moz-placeholder {
	color: #71717a;
	opacity: 1;
}

.form-input::placeholder,.form-textarea::placeholder {
	color: #71717a;
	opacity: 1;
}

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

.form-input::-webkit-date-and-time-value {
	min-height: 1.5em;
}

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

.form-checkbox {
	border-radius: 0px;
}

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

.form-checkbox:checked,.form-radio:checked {
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

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

.form-checkbox:checked:hover,.form-checkbox:checked:focus,.form-radio:checked:hover,.form-radio:checked:focus {
	border-color: transparent;
	background-color: currentColor;
}

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

.form-checkbox:indeterminate:hover,.form-checkbox:indeterminate:focus {
	border-color: transparent;
	background-color: currentColor;
}
.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;
	}
}
.pointer-events-none {
	pointer-events: none;
}
.visible {
	visibility: visible;
}
.\!visible {
	visibility: visible !important;
}
.invisible {
	visibility: hidden;
}
.static {
	position: static;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.fixed {
	position: fixed;
}
.sticky {
	position: sticky;
}
.inset-0 {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
.inset-y-0 {
	top: 0px;
	bottom: 0px;
}
.left-1 {
	left: 0.25rem;
}
.bottom-\[10px\] {
	bottom: 10px;
}
.right-0 {
	right: 0px;
}
.bottom-\[2px\] {
	bottom: 2px;
}
.right-10 {
	right: 2.5rem;
}
.top-1 {
	top: 0.25rem;
}
.-top-3 {
	top: -0.75rem;
}
.-left-3 {
	left: -0.75rem;
}
.-right-3 {
	right: -0.75rem;
}
.-bottom-3 {
	bottom: -0.75rem;
}
.bottom-4 {
	bottom: 1rem;
}
.top-0 {
	top: 0px;
}
.top-full {
	top: 100%;
}
.right-1 {
	right: 0.25rem;
}
.bottom-full {
	bottom: 100%;
}
.top-3 {
	top: 0.75rem;
}
.right-3 {
	right: 0.75rem;
}
.right-32 {
	right: 8rem;
}
.left-1\/2 {
	left: 50%;
}
.left-0 {
	left: 0px;
}
.left-2 {
	left: 0.5rem;
}
.right-2 {
	right: 0.5rem;
}
.bottom-\[8px\] {
	bottom: 8px;
}
.bottom-2 {
	bottom: 0.5rem;
}
.right-8 {
	right: 2rem;
}
.right-4 {
	right: 1rem;
}
.bottom-0 {
	bottom: 0px;
}
.top-2 {
	top: 0.5rem;
}
.-top-2 {
	top: -0.5rem;
}
.-right-2 {
	right: -0.5rem;
}
.-top-2 {
	top: -0.5rem;
}
.-left-1 {
	left: -0.25rem;
}
.-top-1 {
	top: -0.25rem;
}
.left-\[11px\] {
	left: 11px;
}
.bottom-\[12px\] {
	bottom: 12px;
}
.top-1\/2 {
	top: 50%;
}
.z-10 {
	z-index: 10;
}
.z-50 {
	z-index: 50;
}
.z-0 {
	z-index: 0;
}
.z-40 {
	z-index: 40;
}
.z-20 {
	z-index: 20;
}
.order-first {
	order: -9999;
}
.col-span-full {
	grid-column: 1 / -1;
}
.col-span-2 {
	grid-column: span 2 / span 2;
}
.col-span-3 {
	grid-column: span 3 / span 3;
}
.col-span-10 {
	grid-column: span 10 / span 10;
}
.col-span-1 {
	grid-column: span 1 / span 1;
}
.col-span-5 {
	grid-column: span 5 / span 5;
}
.col-span-7 {
	grid-column: span 7 / span 7;
}
.col-span-9 {
	grid-column: span 9 / span 9;
}
.col-span-4 {
	grid-column: span 4 / span 4;
}
.col-span-6 {
	grid-column: span 6 / span 6;
}
.col-span-12 {
	grid-column: span 12 / span 12;
}
.col-start-9 {
	grid-column-start: 9;
}
.col-start-2 {
	grid-column-start: 2;
}
.row-start-2 {
	grid-row-start: 2;
}
.float-left {
	float: left;
}
.m-0 {
	margin: 0px;
}
.m-1 {
	margin: 0.25rem;
}
.m-auto {
	margin: auto;
}
.m-2 {
	margin: 0.5rem;
}
.m-4 {
	margin: 1rem;
}
.m-3 {
	margin: 0.75rem;
}
.mx-2 {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}
.my-auto {
	margin-top: auto;
	margin-bottom: auto;
}
.mx-1 {
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}
.my-2 {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.my-3 {
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
}
.mx-3 {
	margin-left: 0.75rem;
	margin-right: 0.75rem;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.my-0 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.my-10 {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}
.mx-4 {
	margin-left: 1rem;
	margin-right: 1rem;
}
.my-4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.my-1 {
	margin-top: 0.25rem;
	margin-bottom: 0.25rem;
}
.mx-6 {
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}
.my-1\.5 {
	margin-top: 0.375rem;
	margin-bottom: 0.375rem;
}
.my-px {
	margin-top: 1px;
	margin-bottom: 1px;
}
.mr-1 {
	margin-right: 0.25rem;
}
.ml-3 {
	margin-left: 0.75rem;
}
.mt-3 {
	margin-top: 0.75rem;
}
.mr-4 {
	margin-right: 1rem;
}
.mb-0\.5 {
	margin-bottom: 0.125rem;
}
.mb-0 {
	margin-bottom: 0px;
}
.mr-2 {
	margin-right: 0.5rem;
}
.ml-auto {
	margin-left: auto;
}
.mb-1 {
	margin-bottom: 0.25rem;
}
.mt-1 {
	margin-top: 0.25rem;
}
.ml-2 {
	margin-left: 0.5rem;
}
.mb-4 {
	margin-bottom: 1rem;
}
.ml-6 {
	margin-left: 1.5rem;
}
.mr-5 {
	margin-right: 1.25rem;
}
.ml-5 {
	margin-left: 1.25rem;
}
.mr-3 {
	margin-right: 0.75rem;
}
.ml-1 {
	margin-left: 0.25rem;
}
.mr-\[1rem\] {
	margin-right: 1rem;
}
.mb-3 {
	margin-bottom: 0.75rem;
}
.ml-4 {
	margin-left: 1rem;
}
.mt-2 {
	margin-top: 0.5rem;
}
.mt-auto {
	margin-top: auto;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.mt-6 {
	margin-top: 1.5rem;
}
.mr-6 {
	margin-right: 1.5rem;
}
.mr-0\.5 {
	margin-right: 0.125rem;
}
.mr-0 {
	margin-right: 0px;
}
.mt-12 {
	margin-top: 3rem;
}
.ml-64 {
	margin-left: 16rem;
}
.mb-20 {
	margin-bottom: 5rem;
}
.mt-5 {
	margin-top: 1.25rem;
}
.mt-16 {
	margin-top: 4rem;
}
.mb-6 {
	margin-bottom: 1.5rem;
}
.mt-4 {
	margin-top: 1rem;
}
.mt-0 {
	margin-top: 0px;
}
.mt-8 {
	margin-top: 2rem;
}
.mr-10 {
	margin-right: 2.5rem;
}
.ml-10 {
	margin-left: 2.5rem;
}
.mr-12 {
	margin-right: 3rem;
}
.mb-\[1px\] {
	margin-bottom: 1px;
}
.mr-auto {
	margin-right: auto;
}
.\!ml-0 {
	margin-left: 0px !important;
}
.ml-\[1rem\] {
	margin-left: 1rem;
}
.mt-10 {
	margin-top: 2.5rem;
}
.ml-0 {
	margin-left: 0px;
}
.mb-5 {
	margin-bottom: 1.25rem;
}
.-mt-4 {
	margin-top: -1rem;
}
.-mr-7 {
	margin-right: -1.75rem;
}
.-mt-3 {
	margin-top: -0.75rem;
}
.mt-\[2px\] {
	margin-top: 2px;
}
.-ml-3 {
	margin-left: -0.75rem;
}
.ml-\[1\.76rem\] {
	margin-left: 1.76rem;
}
.ml-\[1\.9rem\] {
	margin-left: 1.9rem;
}
.mt-3\.5 {
	margin-top: 0.875rem;
}
.-ml-1 {
	margin-left: -0.25rem;
}
.-mt-1 {
	margin-top: -0.25rem;
}
.mb-auto {
	margin-bottom: auto;
}
.mt-\[-1\.5rem\] {
	margin-top: -1.5rem;
}
.mr-\[-1\.5rem\] {
	margin-right: -1.5rem;
}
.mr-1\.5 {
	margin-right: 0.375rem;
}
.ml-\[-1\.5rem\] {
	margin-left: -1.5rem;
}
.ml-9 {
	margin-left: 2.25rem;
}
.mr-20 {
	margin-right: 5rem;
}
.ml-12 {
	margin-left: 3rem;
}
.ml-8 {
	margin-left: 2rem;
}
.contents {
	display: contents;
}
.flex {
	display: flex;
}
.inline-block {
	display: inline-block;
}
.grid {
	display: grid;
}
.block {
	display: block;
}
.\!block {
	display: block !important;
}
.inline-flex {
	display: inline-flex;
}
.table {
	display: table;
}
.inline {
	display: inline;
}
.\!flex {
	display: flex !important;
}
.hidden {
	display: none;
}
.h-full {
	height: 100%;
}
.h-8 {
	height: 2rem;
}
.h-16 {
	height: 4rem;
}
.h-4 {
	height: 1rem;
}
.h-12 {
	height: 3rem;
}
.h-\[40px\] {
	height: 40px;
}
.h-10 {
	height: 2.5rem;
}
.h-\[60px\] {
	height: 60px;
}
.h-\[100vh\] {
	height: 100vh;
}
.h-\[20px\] {
	height: 20px;
}
.h-screen {
	height: 100vh;
}
.h-7 {
	height: 1.75rem;
}
.h-3 {
	height: 0.75rem;
}
.h-\[160px\] {
	height: 160px;
}
.h-5 {
	height: 1.25rem;
}
.h-\[7rem\] {
	height: 7rem;
}
.h-1\/2 {
	height: 50%;
}
.h-4\/5 {
	height: 80%;
}
.h-auto {
	height: auto;
}
.h-\[24px\] {
	height: 24px;
}
.h-6 {
	height: 1.5rem;
}
.\!h-10 {
	height: 2.5rem !important;
}
.h-64 {
	height: 16rem;
}
.h-\[2\.8rem\] {
	height: 2.8rem;
}
.h-20 {
	height: 5rem;
}
.h-28 {
	height: 7rem;
}
.h-2 {
	height: 0.5rem;
}
.h-72 {
	height: 18rem;
}
.h-\[120px\] {
	height: 120px;
}
.h-\[48px\] {
	height: 48px;
}
.\!h-12 {
	height: 3rem !important;
}
.h-3\.5 {
	height: 0.875rem;
}
.h-2\.5 {
	height: 0.625rem;
}
.h-14 {
	height: 3.5rem;
}
.h-1 {
	height: 0.25rem;
}
.h-2\/6 {
	height: 33.333333%;
}
.h-1\/6 {
	height: 16.666667%;
}
.h-\[100px\] {
	height: 100px;
}
.h-\[200px\] {
	height: 200px;
}
.\!h-\[200px\] {
	height: 200px !important;
}
.h-32 {
	height: 8rem;
}
.h-\[30px\] {
	height: 30px;
}
.h-1\/3 {
	height: 33.333333%;
}
.h-2\/3 {
	height: 66.666667%;
}
.h-\[350px\] {
	height: 350px;
}
.max-h-\[7rem\] {
	max-height: 7rem;
}
.max-h-60 {
	max-height: 15rem;
}
.max-h-96 {
	max-height: 24rem;
}
.max-h-32 {
	max-height: 8rem;
}
.min-h-16 {
	min-height: 4rem;;
}
.min-h-8 {
	min-height: 2rem;
}
.min-h-\[120px\] {
	min-height: 120px;
}
.min-h-\[70px\] {
	min-height: 70px;
}
.min-h-\[50px\] {
	min-height: 50px;
}
.min-h-\[4rem\] {
	min-height: 4rem;
}
.min-h-\[700px\] {
	min-height: 700px;
}
.w-8 {
	width: 2rem;
}
.w-96 {
	width: 24rem;
}
.w-5 {
	width: 1.25rem;
}
.w-full {
	width: 100%;
}
.w-4 {
	width: 1rem;
}
.w-16 {
	width: 4rem;
}
.w-12 {
	width: 3rem;
}
.w-1\/6 {
	width: 16.666667%;
}
.w-28 {
	width: 7rem;
}
.w-5\/6 {
	width: 83.333333%;
}
.w-1\/3 {
	width: 33.333333%;
}
.w-\[80px\] {
	width: 80px;
}
.w-\[180px\] {
	width: 180px;
}
.w-1\/2 {
	width: 50%;
}
.w-auto {
	width: auto;
}
.w-\[100vw\] {
	width: 100vw;
}
.w-24 {
	width: 6rem;
}
.w-\[20px\] {
	width: 20px;
}
.w-20 {
	width: 5rem;
}
.w-\[90\%\] {
	width: 90%;
}
.w-2\/5 {
	width: 40%;
}
.w-\[160px\] {
	width: 160px;
}
.w-3\/5 {
	width: 60%;
}
.w-\[5rem\] {
	width: 5rem;
}
.w-\[120px\] {
	width: 120px;
}
.w-\[100px\] {
	width: 100px;
}
.w-\[24px\] {
	width: 24px;
}
.w-\[90px\] {
	width: 90px;
}
.w-min {
	width: -moz-min-content;
	width: min-content;
}
.\!w-16 {
	width: 4rem !important;
}
.w-\[60px\] {
	width: 60px;
}
.\!w-\[75px\] {
	width: 75px !important;
}
.w-2\/3 {
	width: 66.666667%;
}
.w-3 {
	width: 0.75rem;
}
.w-10 {
	width: 2.5rem;
}
.w-6 {
	width: 1.5rem;
}
.w-2 {
	width: 0.5rem;
}
.w-max {
	width: -moz-max-content;
	width: max-content;
}
.w-56 {
	width: 14rem;
}
.w-4\/6 {
	width: 66.666667%;
}
.w-1\/4 {
	width: 25%;
}
.w-3\/4 {
	width: 75%;
}
.w-11\/12 {
	width: 91.666667%;
}
.w-4\/5 {
	width: 80%;
}
.w-1\/12 {
	width: 8.333333%;
}
.w-\[150px\] {
	width: 150px;
}
.\!w-\[100px\] {
	width: 100px !important;
}
.\!w-full {
	width: 100% !important;
}
.w-36 {
	width: 9rem;
}
.w-\[30px\] {
	width: 30px;
}
.w-\[65px\] {
	width: 65px;
}
.\!w-\[unset\] {
	width: unset !important;
}
.w-\[1\.5rem\] {
	width: 1.5rem;
}
.w-\[3rem\] {
	width: 3rem;
}
.w-72 {
	width: 18rem;
}
.w-screen {
	width: 100vw;
}
.w-64 {
	width: 16rem;
}
.w-8\/12 {
	width: 66.666667%;
}
.w-3\.5 {
	width: 0.875rem;
}
.w-2\.5 {
	width: 0.625rem;
}
.w-9 {
	width: 2.25rem;
}
.w-40 {
	width: 10rem;
}
.w-1 {
	width: 0.25rem;
}
.w-32 {
	width: 8rem;
}
.w-\[200px\] {
	width: 200px;
}
.w-1\/5 {
	width: 20%;
}
.w-10\/12 {
	width: 83.333333%;
}
.w-\[562px\] {
	width: 562px;
}
.w-11 {
	width: 2.75rem;
}
.w-7 {
	width: 1.75rem;
}
.w-14 {
	width: 3.5rem;
}
.w-\[3\.25rem\] {
	width: 3.25rem;
}
.w-44 {
	width: 11rem;
}
.w-\[70px\] {
	width: 70px;
}
.w-\[45\%\] {
	width: 45%;
}
.w-\[40\%\] {
	width: 40%;
}
.w-\[140px\] {
	width: 140px;
}
.w-\[28px\] {
	width: 28px;
}
.w-\[42px\] {
	width: 42px;
}
.w-48 {
	width: 12rem;
}
.min-w-\[60px\] {
	min-width: 60px;
}
.min-w-\[1\.5rem\] {
	min-width: 1.5rem;
}
.min-w-\[24px\] {
	min-width: 24px;
}
.min-w-\[5rem\] {
	min-width: 5rem;
}
.min-w-\[32px\] {
	min-width: 32px;
}
.min-w-\[200px\] {
	min-width: 200px;
}
.min-w-\[110px\] {
	min-width: 110px;
}
.min-w-\[40px\] {
	min-width: 40px;
}
.min-w-\[320px\] {
	min-width: 320px;
}
.\!min-w-\[75px\] {
	min-width: 75px !important;
}
.\!min-w-0 {
	min-width: 0px !important;
}
.\!min-w-\[185px\] {
	min-width: 185px !important;
}
.\!min-w-\[100px\] {
	min-width: 100px !important;
}
.min-w-\[128px\] {
	min-width: 128px;
}
.min-w-\[75px\] {
	min-width: 75px;
}
.min-w-\[230px\] {
	min-width: 230px;
}
.\!min-w-\[unset\] {
	min-width: unset !important;
}
.min-w-\[250px\] {
	min-width: 250px;
}
.min-w-\[3rem\] {
	min-width: 3rem;
}
.min-w-\[28px\] {
	min-width: 28px;
}
.min-w-\[600px\] {
	min-width: 600px;
}
.min-w-\[45px\] {
	min-width: 45px;
}
.min-w-\[340px\] {
	min-width: 340px;
}
.min-w-\[70px\] {
	min-width: 70px;
}
.min-w-\[185px\] {
	min-width: 185px;
}
.\!min-w-\[50px\] {
	min-width: 50px !important;
}
.\!min-w-\[60px\] {
	min-width: 60px !important;
}
.min-w-\[20\%\] {
	min-width: 20%;
}
.min-w-\[180px\] {
	min-width: 180px;
}
.min-w-\[260px\] {
	min-width: 260px;
}
.min-w-\[42px\] {
	min-width: 42px;
}
.min-w-\[140px\] {
	min-width: 140px;
}
.min-w-\[100px\] {
	min-width: 100px;
}
.min-w-\[26px\] {
	min-width: 26px;
}
.max-w-\[80px\] {
	max-width: 80px;
}
.\!max-w-full {
	max-width: 100% !important;
}
.max-w-\[100px\] {
	max-width: 100px;
}
.max-w-none {
	max-width: none;
}
.max-w-\[40vw\] {
	max-width: 40vw;
}
.max-w-\[650px\] {
	max-width: 650px;
}
.\!max-w-xs {
	max-width: 20rem !important;
}
.\!max-w-\[unset\] {
	max-width: unset !important;
}
.max-w-\[300px\] {
	max-width: 300px;
}
.max-w-md {
	max-width: 28rem;
}
.max-w-\[200px\] {
	max-width: 200px;
}
.flex-auto {
	flex: 1 1 auto;
}
.flex-1 {
	flex: 1 1 0%;
}
.flex-none {
	flex: none;
}
.flex-shrink-0 {
	flex-shrink: 0;
}
.flex-grow {
	flex-grow: 1;
}
.\!flex-grow {
	flex-grow: 1 !important;
}
.transform {
	--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;
	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));
}
.translate-y-0 {
	--tw-translate-y: 0px;
}
.translate-y-4 {
	--tw-translate-y: 1rem;
}
.-translate-y-64 {
	--tw-translate-y: -16rem;
}
.-translate-x-1\/2 {
	--tw-translate-x: -50%;
}
.-rotate-90 {
	--tw-rotate: -90deg;
}
.scale-x-\[-1\] {
	--tw-scale-x: -1;
}
@keyframes pulse {

	50% {
		opacity: .5;
	}
}
.animate-pulse {
	animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes ping {

	75%, 100% {
		transform: scale(2);
		opacity: 0;
	}
}
.animate-ping {
	animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
.animate-pulse-6s {
	animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) 3;
}
.cursor-pointer {
	cursor: pointer;
}
.cursor-not-allowed {
	cursor: not-allowed;
}
.cursor-move {
	cursor: move;
}
.cursor-default {
	cursor: default;
}
.select-none {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
}
.resize-none {
	resize: none;
}
.resize {
	resize: both;
}
.grid-cols-12 {
	grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-6 {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-\[repeat\(auto-fit\2c 220px\)\] {
	grid-template-columns: repeat(auto-fit, 220px);
}
.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-16 {
	grid-template-columns: repeat(16, minmax(0, 1fr));
}
.grid-cols-5 {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-10 {
	grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-9 {
	grid-template-columns: repeat(9, minmax(0, 1fr));
}
.grid-rows-2 {
	grid-template-rows: repeat(2, minmax(0, 1fr));
}
.grid-rows-1 {
	grid-template-rows: repeat(1, minmax(0, 1fr));
}
.grid-rows-\[auto\2c 1fr\] {
	grid-template-rows: auto 1fr;
}
.grid-rows-3 {
	grid-template-rows: repeat(3, minmax(0, 1fr));
}
.flex-col {
	flex-direction: column;
}
.flex-row-reverse {
	flex-direction: row-reverse;
}
.flex-row {
	flex-direction: row;
}
.flex-col-reverse {
	flex-direction: column-reverse;
}
.\!flex-row {
	flex-direction: row !important;
}
.flex-wrap {
	flex-wrap: wrap;
}
.flex-nowrap {
	flex-wrap: nowrap;
}
.place-content-center {
	place-content: center;
}
.place-items-center {
	place-items: center;
}
.place-items-end {
	place-items: end;
}
.content-center {
	align-content: center;
}
.content-end {
	align-content: flex-end;
}
.items-center {
	align-items: center;
}
.items-baseline {
	align-items: baseline;
}
.items-start {
	align-items: flex-start;
}
.items-end {
	align-items: flex-end;
}
.justify-center {
	justify-content: center;
}
.justify-end {
	justify-content: flex-end;
}
.justify-between {
	justify-content: space-between;
}
.justify-evenly {
	justify-content: space-evenly;
}
.justify-around {
	justify-content: space-around;
}
.\!justify-between {
	justify-content: space-between !important;
}
.justify-start {
	justify-content: flex-start;
}
.justify-items-center {
	justify-items: center;
}
.gap-0 {
	gap: 0px;
}
.gap-4 {
	gap: 1rem;
}
.gap-2 {
	gap: 0.5rem;
}
.gap-3 {
	gap: 0.75rem;
}
.gap-10 {
	gap: 2.5rem;
}
.gap-1 {
	gap: 0.25rem;
}
.gap-8 {
	gap: 2rem;
}
.gap-6 {
	gap: 1.5rem;
}
.gap-12 {
	gap: 3rem;
}
.gap-y-4 {
	row-gap: 1rem;
}
.gap-y-2\.5 {
	row-gap: 0.625rem;
}
.gap-y-2 {
	row-gap: 0.5rem;
}
.gap-x-3 {
	-moz-column-gap: 0.75rem;
	     column-gap: 0.75rem;
}
.gap-y-3 {
	row-gap: 0.75rem;
}
.gap-x-1 {
	-moz-column-gap: 0.25rem;
	     column-gap: 0.25rem;
}
.gap-x-4 {
	-moz-column-gap: 1rem;
	     column-gap: 1rem;
}
.gap-x-2 {
	-moz-column-gap: 0.5rem;
	     column-gap: 0.5rem;
}
.gap-x-6 {
	-moz-column-gap: 1.5rem;
	     column-gap: 1.5rem;
}
.gap-y-1 {
	row-gap: 0.25rem;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-x-reverse: 0;
	margin-right: calc(1rem * var(--tw-space-x-reverse));
	margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.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-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-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-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)));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.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-0\.5 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}
.space-y-0 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.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)));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-y-reverse: 0;
	border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
	border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-x-reverse: 0;
	border-right-width: calc(1px * var(--tw-divide-x-reverse));
	border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-y-2 > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-y-reverse: 0;
	border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
	border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}
.divide-x-2 > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-x-reverse: 0;
	border-right-width: calc(2px * var(--tw-divide-x-reverse));
	border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-solid > :not([hidden]) ~ :not([hidden]) {
	border-style: solid;
}
.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgba(244, 244, 245, var(--tw-divide-opacity));
}
.divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgba(161, 161, 170, var(--tw-divide-opacity));
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgba(228, 228, 231, var(--tw-divide-opacity));
}
.divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-opacity: 1;
	border-color: rgba(250, 250, 250, var(--tw-divide-opacity));
}
.place-self-end {
	place-self: end;
}
.self-center {
	align-self: center;
}
.self-end {
	align-self: flex-end;
}
.self-start {
	align-self: flex-start;
}
.justify-self-center {
	justify-self: center;
}
.justify-self-start {
	justify-self: start;
}
.justify-self-end {
	justify-self: end;
}
.overflow-hidden {
	overflow: hidden;
}
.overflow-y-auto {
	overflow-y: auto;
}
.overflow-x-hidden {
	overflow-x: hidden;
}
.overflow-auto {
	overflow: auto;
}
.overflow-x-auto {
	overflow-x: auto;
}
.overscroll-auto {
	overscroll-behavior: auto;
}
.truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.overflow-clip {
	text-overflow: clip;
}
.whitespace-nowrap {
	white-space: nowrap;
}
.whitespace-normal {
	white-space: normal;
}
.break-words {
	overflow-wrap: break-word;
}
.break-all {
	word-break: break-all;
}
.rounded-full {
	border-radius: 9999px;
}
.rounded-lg {
	border-radius: 0.5rem;
}
.rounded {
	border-radius: 0.25rem;
}
.rounded-md {
	border-radius: 0.375rem;
}
.rounded-sm {
	border-radius: 0.125rem;
}
.rounded-none {
	border-radius: 0px;
}
.border-0 {
	border-width: first;
}
.border {
	border-width: 1px;
}
.border-2 {
	border-width: 2px;
}
.border-r-4 {
	border-right-width: 4px;
}
.border-b-2 {
	border-bottom-width: 2px;
}
.border-b-\[1px\] {
	border-bottom-width: 1px;
}
.border-b {
	border-bottom-width: 1px;
}
.border-t-2 {
	border-top-width: 2px;
}
.border-r-2 {
	border-right-width: 2px;
}
.border-l-2 {
	border-left-width: 2px;
}
.border-l {
	border-left-width: 1px;
}
.border-t {
	border-top-width: 1px;
}
.border-l-0 {
	border-left-width: first;
}
.border-r-0 {
	border-right-width: first;
}
.border-t-0 {
	border-top-width: first;
}
.border-l-4 {
	border-left-width: 4px;
}
.border-l-8 {
	border-left-width: 8px;
}
.border-solid {
	border-style: solid;
}
.border-none {
	border-style: none;
}
.border-dashed {
	border-style: dashed;
}
.border-dotted {
	border-style: dotted;
}
.border-blue-500 {
	--tw-border-opacity: 1;
	border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}
.border-cyan-500 {
	--tw-border-opacity: 1;
	border-color: rgba(6, 182, 212, var(--tw-border-opacity));
}
.border-orange-400 {
	--tw-border-opacity: 1;
	border-color: rgba(251, 146, 60, var(--tw-border-opacity));
}
.border-purple-600 {
	--tw-border-opacity: 1;
	border-color: rgba(147, 51, 234, var(--tw-border-opacity));
}
.border-amber-500 {
	--tw-border-opacity: 1;
	border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}
.border-violet-500 {
	--tw-border-opacity: 1;
	border-color: rgba(139, 92, 246, var(--tw-border-opacity));
}
.border-red-500 {
	--tw-border-opacity: 1;
	border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}
.border-red-700 {
	--tw-border-opacity: 1;
	border-color: rgba(185, 28, 28, var(--tw-border-opacity));
}
.border-gray-200 {
	--tw-border-opacity: 1;
	border-color: rgba(228, 228, 231, var(--tw-border-opacity));
}
.border-gray-100 {
	--tw-border-opacity: 1;
	border-color: rgba(244, 244, 245, var(--tw-border-opacity));
}
.border-blue-700 {
	--tw-border-opacity: 1;
	border-color: rgba(29, 78, 216, var(--tw-border-opacity));
}
.border-green-700 {
	--tw-border-opacity: 1;
	border-color: rgba(21, 128, 61, var(--tw-border-opacity));
}
.border-pink-500 {
	--tw-border-opacity: 1;
	border-color: rgba(236, 72, 153, var(--tw-border-opacity));
}
.border-\[\#292929\] {
	--tw-border-opacity: 1;
	border-color: rgba(41, 41, 41, var(--tw-border-opacity));
}
.border-blue-100 {
	--tw-border-opacity: 1;
	border-color: rgba(219, 234, 254, var(--tw-border-opacity));
}
.border-white {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.border-gray-600 {
	--tw-border-opacity: 1;
	border-color: rgba(82, 82, 91, var(--tw-border-opacity));
}
.border-gray-300 {
	--tw-border-opacity: 1;
	border-color: rgba(212, 212, 216, var(--tw-border-opacity));
}
.border-or {
	--tw-border-opacity: 1;
	border-color: rgba(237, 137, 54, var(--tw-border-opacity));
}
.border-ready {
	--tw-border-opacity: 1;
	border-color: rgba(66, 153, 225, var(--tw-border-opacity));
}
.border-purchasing {
	--tw-border-opacity: 1;
	border-color: rgba(237, 100, 166, var(--tw-border-opacity));
}
.border-parcel {
	--tw-border-opacity: 1;
	border-color: rgba(66, 153, 225, var(--tw-border-opacity));
}
.border-archived {
	--tw-border-opacity: 1;
	border-color: rgba(138, 63, 252, var(--tw-border-opacity));
}
.border-greenqr {
	--tw-border-opacity: 1;
	border-color: rgba(147, 197, 75, var(--tw-border-opacity));
}
.border-yellow-600 {
	--tw-border-opacity: 1;
	border-color: rgba(202, 138, 4, var(--tw-border-opacity));
}
.border-yellow-400 {
	--tw-border-opacity: 1;
	border-color: rgba(250, 204, 21, var(--tw-border-opacity));
}
.border-yellow-300 {
	--tw-border-opacity: 1;
	border-color: rgba(253, 224, 71, var(--tw-border-opacity));
}
.border-gray-900 {
	--tw-border-opacity: 1;
	border-color: rgba(24, 24, 27, var(--tw-border-opacity));
}
.border-red-300 {
	--tw-border-opacity: 1;
	border-color: rgba(252, 165, 165, var(--tw-border-opacity));
}
.border-transparent {
	border-color: transparent;
}
.border-gray-400 {
	--tw-border-opacity: 1;
	border-color: rgba(161, 161, 170, var(--tw-border-opacity));
}
.border-black {
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.border-gray-700 {
	--tw-border-opacity: 1;
	border-color: rgba(63, 63, 70, var(--tw-border-opacity));
}
.bg-orange-300 {
	--tw-bg-opacity: 1;
	background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
}
.bg-orange-400 {
	--tw-bg-opacity: 1;
	background-color: rgba(251, 146, 60, var(--tw-bg-opacity));
}
.bg-orange-600 {
	--tw-bg-opacity: 1;
	background-color: rgba(234, 88, 12, var(--tw-bg-opacity));
}
.bg-green-300 {
	--tw-bg-opacity: 1;
	background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
}
.bg-green-600 {
	--tw-bg-opacity: 1;
	background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
}
.bg-blue-300 {
	--tw-bg-opacity: 1;
	background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}
.bg-blue-400 {
	--tw-bg-opacity: 1;
	background-color: rgba(96, 165, 250, var(--tw-bg-opacity));
}
.bg-blue-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}
.bg-blue-600 {
	--tw-bg-opacity: 1;
	background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}
.bg-cyan-400 {
	--tw-bg-opacity: 1;
	background-color: rgba(34, 211, 238, var(--tw-bg-opacity));
}
.bg-cyan-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(6, 182, 212, var(--tw-bg-opacity));
}
.bg-red-300 {
	--tw-bg-opacity: 1;
	background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}
.bg-red-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}
.bg-amber-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}
.bg-violet-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}
.bg-purple-400 {
	--tw-bg-opacity: 1;
	background-color: rgba(192, 132, 252, var(--tw-bg-opacity));
}
.bg-purple-600 {
	--tw-bg-opacity: 1;
	background-color: rgba(147, 51, 234, var(--tw-bg-opacity));
}
.bg-pink-400 {
	--tw-bg-opacity: 1;
	background-color: rgba(244, 114, 182, var(--tw-bg-opacity));
}
.bg-pink-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(236, 72, 153, var(--tw-bg-opacity));
}
.bg-yellow-400 {
	--tw-bg-opacity: 1;
	background-color: rgba(250, 204, 21, var(--tw-bg-opacity));
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-\[\#f2f2f2\] {
	--tw-bg-opacity: 1;
	background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
}
.bg-\[\#717179\] {
	--tw-bg-opacity: 1;
	background-color: rgba(113, 113, 121, var(--tw-bg-opacity));
}
.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-gray-300 {
	--tw-bg-opacity: 1;
	background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
}
.bg-red-600 {
	--tw-bg-opacity: 1;
	background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
}
.bg-gray-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}
.bg-\[\#0d0d0d\] {
	--tw-bg-opacity: 1;
	background-color: rgba(13, 13, 13, var(--tw-bg-opacity));
}
.bg-transparent {
	background-color: transparent;
}
.bg-red-700 {
	--tw-bg-opacity: 1;
	background-color: rgba(185, 28, 28, var(--tw-bg-opacity));
}
.bg-gray-400 {
	--tw-bg-opacity: 1;
	background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
}
.bg-cyan-300 {
	--tw-bg-opacity: 1;
	background-color: rgba(103, 232, 249, var(--tw-bg-opacity));
}
.bg-blue-700 {
	--tw-bg-opacity: 1;
	background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}
.bg-green-700 {
	--tw-bg-opacity: 1;
	background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
}
.bg-\[\#292929\] {
	--tw-bg-opacity: 1;
	background-color: rgba(41, 41, 41, var(--tw-bg-opacity));
}
.bg-gray-200 {
	--tw-bg-opacity: 1;
	background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}
.bg-gray-600 {
	--tw-bg-opacity: 1;
	background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
}
.bg-new {
	--tw-bg-opacity: 1;
	background-color: rgba(15, 145, 230, var(--tw-bg-opacity));
}
.bg-\[\#88C8F2\] {
	--tw-bg-opacity: 1;
	background-color: rgba(136, 200, 242, var(--tw-bg-opacity));
}
.bg-ready {
	--tw-bg-opacity: 1;
	background-color: rgba(66, 153, 225, var(--tw-bg-opacity));
}
.bg-greenqr {
	--tw-bg-opacity: 1;
	background-color: rgba(147, 197, 75, var(--tw-bg-opacity));
}
.bg-\[\#0F62FE\] {
	--tw-bg-opacity: 1;
	background-color: rgba(15, 98, 254, var(--tw-bg-opacity));
}
.bg-\[\#C6C6C6\] {
	--tw-bg-opacity: 1;
	background-color: rgba(198, 198, 198, var(--tw-bg-opacity));
}
.bg-\[\#B9B9B9\] {
	--tw-bg-opacity: 1;
	background-color: rgba(185, 185, 185, var(--tw-bg-opacity));
}
.bg-gray-50 {
	--tw-bg-opacity: 1;
	background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}
.bg-gray-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
}
.bg-or {
	--tw-bg-opacity: 1;
	background-color: rgba(237, 137, 54, var(--tw-bg-opacity));
}
.bg-purchasing {
	--tw-bg-opacity: 1;
	background-color: rgba(237, 100, 166, var(--tw-bg-opacity));
}
.bg-parcel {
	--tw-bg-opacity: 1;
	background-color: rgba(66, 153, 225, var(--tw-bg-opacity));
}
.bg-archived {
	--tw-bg-opacity: 1;
	background-color: rgba(138, 63, 252, var(--tw-bg-opacity));
}
.bg-pink-900 {
	--tw-bg-opacity: 1;
	background-color: rgba(131, 24, 67, var(--tw-bg-opacity));
}
.bg-blue-900 {
	--tw-bg-opacity: 1;
	background-color: rgba(30, 58, 138, var(--tw-bg-opacity));
}
.bg-yellow-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(234, 179, 8, var(--tw-bg-opacity));
}
.bg-purple-900 {
	--tw-bg-opacity: 1;
	background-color: rgba(88, 28, 135, var(--tw-bg-opacity));
}
.bg-indigo-300 {
	--tw-bg-opacity: 1;
	background-color: rgba(165, 180, 252, var(--tw-bg-opacity));
}
.bg-green-900 {
	--tw-bg-opacity: 1;
	background-color: rgba(20, 83, 45, var(--tw-bg-opacity));
}
.bg-pink-600 {
	--tw-bg-opacity: 1;
	background-color: rgba(219, 39, 119, var(--tw-bg-opacity));
}
.bg-purple-700 {
	--tw-bg-opacity: 1;
	background-color: rgba(126, 34, 206, var(--tw-bg-opacity));
}
.\!bg-orange-400 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(251, 146, 60, var(--tw-bg-opacity)) !important;
}
.bg-\[\#f0f0f0\] {
	--tw-bg-opacity: 1;
	background-color: rgba(240, 240, 240, var(--tw-bg-opacity));
}
.bg-pink-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(252, 231, 243, var(--tw-bg-opacity));
}
.bg-yellow-600 {
	--tw-bg-opacity: 1;
	background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
}
.bg-red-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}
.bg-\[\#F4F4F4\] {
	--tw-bg-opacity: 1;
	background-color: rgba(244, 244, 244, var(--tw-bg-opacity));
}
.bg-\[\#F6C49F\] {
	--tw-bg-opacity: 1;
	background-color: rgba(246, 196, 159, var(--tw-bg-opacity));
}
.bg-\[\#ED8936\] {
	--tw-bg-opacity: 1;
	background-color: rgba(237, 137, 54, var(--tw-bg-opacity));
}
.bg-blue-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}
.bg-purple-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 232, 255, var(--tw-bg-opacity));
}
.bg-\[\#ff8389\] {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 131, 137, var(--tw-bg-opacity));
}
.bg-yellow-300 {
	--tw-bg-opacity: 1;
	background-color: rgba(253, 224, 71, var(--tw-bg-opacity));
}
.bg-shopify-light {
	--tw-bg-opacity: 1;
	background-color: rgba(228, 239, 209, var(--tw-bg-opacity));
}
.bg-used {
	--tw-bg-opacity: 1;
	background-color: rgba(208, 37, 96, var(--tw-bg-opacity));
}
.bg-blue-200 {
	--tw-bg-opacity: 1;
	background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}
.bg-\[\#393939\] {
	--tw-bg-opacity: 1;
	background-color: rgba(57, 57, 57, var(--tw-bg-opacity));
}
.bg-\[\#E5E5E5\] {
	--tw-bg-opacity: 1;
	background-color: rgba(229, 229, 229, var(--tw-bg-opacity));
}
.bg-gray-800 {
	--tw-bg-opacity: 1;
	background-color: rgba(39, 39, 42, var(--tw-bg-opacity));
}
.bg-rose-400 {
	--tw-bg-opacity: 1;
	background-color: rgba(251, 113, 133, var(--tw-bg-opacity));
}
.bg-rose-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
}
.bg-\[\#57A152\] {
	--tw-bg-opacity: 1;
	background-color: rgba(87, 161, 82, var(--tw-bg-opacity));
}
.bg-lime-600 {
	--tw-bg-opacity: 1;
	background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
}
.bg-orange-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
}
.bg-yellow-50 {
	--tw-bg-opacity: 1;
	background-color: rgba(254, 252, 232, var(--tw-bg-opacity));
}
.bg-green-400 {
	--tw-bg-opacity: 1;
	background-color: rgba(74, 222, 128, var(--tw-bg-opacity));
}
.bg-yellow-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(254, 249, 195, var(--tw-bg-opacity));
}
.bg-lime-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(236, 252, 203, var(--tw-bg-opacity));
}
.bg-purple-200 {
	--tw-bg-opacity: 1;
	background-color: rgba(233, 213, 255, var(--tw-bg-opacity));
}
.bg-gray-900 {
	--tw-bg-opacity: 1;
	background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
}
.bg-green-500 {
	--tw-bg-opacity: 1;
	background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
}
.\!bg-transparent {
	background-color: transparent !important;
}
.bg-green-50 {
	--tw-bg-opacity: 1;
	background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
}
.bg-red-400 {
	--tw-bg-opacity: 1;
	background-color: rgba(248, 113, 113, var(--tw-bg-opacity));
}
.bg-\[\#40C0E7\] {
	--tw-bg-opacity: 1;
	background-color: rgba(64, 192, 231, var(--tw-bg-opacity));
}
.bg-pink-300 {
	--tw-bg-opacity: 1;
	background-color: rgba(249, 168, 212, var(--tw-bg-opacity));
}
.bg-\[\#666666\] {
	--tw-bg-opacity: 1;
	background-color: rgba(102, 102, 102, var(--tw-bg-opacity));
}
.bg-pink-200 {
	--tw-bg-opacity: 1;
	background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}
.bg-cyan-600 {
	--tw-bg-opacity: 1;
	background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
}
.bg-\[\#16A34A\] {
	--tw-bg-opacity: 1;
	background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
}
.bg-opacity-10 {
	--tw-bg-opacity: 0.1;
}
.bg-opacity-20 {
	--tw-bg-opacity: 0.2;
}
.bg-opacity-30 {
	--tw-bg-opacity: 0.3;
}
.bg-opacity-40 {
	--tw-bg-opacity: 0.4;
}
.bg-opacity-50 {
	--tw-bg-opacity: 0.5;
}
.bg-opacity-60 {
	--tw-bg-opacity: 0.6;
}
.bg-opacity-70 {
	--tw-bg-opacity: 0.7;
}
.bg-opacity-80 {
	--tw-bg-opacity: 0.8;
}
.bg-opacity-90 {
	--tw-bg-opacity: 0.9;
}
.bg-opacity-100 {
	--tw-bg-opacity: 1;
}
.bg-opacity-25 {
	--tw-bg-opacity: 0.25;
}
.bg-opacity-0 {
	--tw-bg-opacity: 0;
}
.bg-new-image-icon {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbD0iIzBGOTFFNiIgZD0iTTE4IDE5TDE0LjMyIDlIMTJWMjNIMTRWMTNMMTcuNjggMjNIMjBWOUgxOFYxOVoiIC8+Cjwvc3ZnPgo=);
}
.bg-used-image-icon {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbD0iI0QwMjU2MCIgZD0iTTE4IDIzSDE0QzEzLjQ2OTYgMjMgMTIuOTYwOSAyMi43ODkzIDEyLjU4NTggMjIuNDE0MkMxMi4yMTA3IDIyLjAzOTEgMTIgMjEuNTMwNCAxMiAyMVY5SDE0VjIxSDE4VjlIMjBWMjFDMjAgMjEuNTMwNCAxOS43ODkzIDIyLjAzOTEgMTkuNDE0MiAyMi40MTQyQzE5LjAzOTEgMjIuNzg5MyAxOC41MzA0IDIzIDE4IDIzWiIgLz4KPC9zdmc+Cg==);
}
.bg-new-image-icon-white {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbD0iI0ZGRiIgZD0iTTE4IDE5TDE0LjMyIDlIMTJWMjNIMTRWMTNMMTcuNjggMjNIMjBWOUgxOFYxOVoiIC8+Cjwvc3ZnPgo=);
}
.bg-used-image-icon-white {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbD0iI0ZGRiIgZD0iTTE4IDIzSDE0QzEzLjQ2OTYgMjMgMTIuOTYwOSAyMi43ODkzIDEyLjU4NTggMjIuNDE0MkMxMi4yMTA3IDIyLjAzOTEgMTIgMjEuNTMwNCAxMiAyMVY5SDE0VjIxSDE4VjlIMjBWMjFDMjAgMjEuNTMwNCAxOS43ODkzIDIyLjAzOTEgMTkuNDE0MiAyMi40MTQyQzE5LjAzOTEgMjIuNzg5MyAxOC41MzA0IDIzIDE4IDIzWiIgLz4KPC9zdmc+Cg==);
}
.bg-center {
	background-position: center;
}
.bg-no-repeat {
	background-repeat: no-repeat;
}
.fill-current {
	fill: currentColor;
}
.stroke-current {
	stroke: currentColor;
}
.stroke-2 {
	stroke-width: 2;
}
.object-contain {
	-o-object-fit: contain;
	   object-fit: contain;
}
.object-cover {
	-o-object-fit: cover;
	   object-fit: cover;
}
.object-center {
	-o-object-position: center;
	   object-position: center;
}
.p-0 {
	padding: 0px;
}
.p-2 {
	padding: 0.5rem;
}
.p-8 {
	padding: 2rem;
}
.p-4 {
	padding: 1rem;
}
.p-6 {
	padding: 1.5rem;
}
.p-3 {
	padding: 0.75rem;
}
.p-1 {
	padding: 0.25rem;
}
.p-10 {
	padding: 2.5rem;
}
.p-\[10px\] {
	padding: 10px;
}
.\!p-0 {
	padding: 0px !important;
}
.\!p-2 {
	padding: 0.5rem !important;
}
.p-1\.5 {
	padding: 0.375rem;
}
.py-\[0\.75rem\] {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.py-\[0\.6rem\] {
	padding-top: 0.6rem;
	padding-bottom: 0.6rem;
}
.px-1 {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.px-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.px-8 {
	padding-left: 2rem;
	padding-right: 2rem;
}
.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.py-0 {
	padding-top: 0px;
	padding-bottom: 0px;
}
.px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}
.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.\!px-4 {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}
.py-0\.5 {
	padding-top: 0.125rem;
	padding-bottom: 0.125rem;
}
.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.\!px-\[32px\] {
	padding-left: 32px !important;
	padding-right: 32px !important;
}
.px-20 {
	padding-left: 5rem;
	padding-right: 5rem;
}
.py-20 {
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.px-0\.5 {
	padding-left: 0.125rem;
	padding-right: 0.125rem;
}
.px-0 {
	padding-left: 0px;
	padding-right: 0px;
}
.px-7 {
	padding-left: 1.75rem;
	padding-right: 1.75rem;
}
.\!px-1 {
	padding-left: 0.25rem !important;
	padding-right: 0.25rem !important;
}
.py-6 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.pl-2 {
	padding-left: 0.5rem;
}
.pr-1 {
	padding-right: 0.25rem;
}
.pl-1 {
	padding-left: 0.25rem;
}
.pt-\[2px\] {
	padding-top: 2px;
}
.pb-2 {
	padding-bottom: 0.5rem;
}
.pb-2\.5 {
	padding-bottom: 0.625rem;
}
.pb-8 {
	padding-bottom: 2rem;
}
.pt-4 {
	padding-top: 1rem;
}
.pr-2 {
	padding-right: 0.5rem;
}
.pl-8 {
	padding-left: 2rem;
}
.pb-4 {
	padding-bottom: 1rem;
}
.pl-3 {
	padding-left: 0.75rem;
}
.pb-0 {
	padding-bottom: 0px;
}
.\!pb-8 {
	padding-bottom: 2rem !important;
}
.pt-3 {
	padding-top: 0.75rem;
}
.pt-10 {
	padding-top: 2.5rem;
}
.pl-4 {
	padding-left: 1rem;
}
.pl-10 {
	padding-left: 2.5rem;
}
.pl-6 {
	padding-left: 1.5rem;
}
.pt-8 {
	padding-top: 2rem;
}
.pb-0\.5 {
	padding-bottom: 0.125rem;
}
.pt-2 {
	padding-top: 0.5rem;
}
.\!pl-5 {
	padding-left: 1.25rem !important;
}
.\!pr-6 {
	padding-right: 1.5rem !important;
}
.pt-12 {
	padding-top: 3rem;
}
.pt-6 {
	padding-top: 1.5rem;
}
.pt-1 {
	padding-top: 0.25rem;
}
.pr-8 {
	padding-right: 2rem;
}
.pl-16 {
	padding-left: 4rem;
}
.pr-5 {
	padding-right: 1.25rem;
}
.pr-12 {
	padding-right: 3rem;
}
.pr-4 {
	padding-right: 1rem;
}
.\!pr-10 {
	padding-right: 2.5rem !important;
}
.pr-6 {
	padding-right: 1.5rem;
}
.pr-0 {
	padding-right: 0px;
}
.pr-3 {
	padding-right: 0.75rem;
}
.pb-1 {
	padding-bottom: 0.25rem;
}
.pl-\[72px\] {
	padding-left: 72px;
}
.pl-0 {
	padding-left: 0px;
}
.pl-12 {
	padding-left: 3rem;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.align-middle {
	vertical-align: middle;
}
.align-text-bottom {
	vertical-align: text-bottom;
}
.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}
.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}
.text-xxs {
	font-size: 0.5rem;
	line-height: 0.75rem;
}
.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-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem;
}
.\!text-2xl {
	font-size: 1.5rem !important;
	line-height: 2rem !important;
}
.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-5xl {
	font-size: 3rem;
	line-height: 1;
}
.text-7xl {
	font-size: 4.5rem;
	line-height: 1;
}
.font-medium {
	font-weight: 500;
}
.font-semibold {
	font-weight: 600;
}
.font-extrabold {
	font-weight: 800;
}
.font-bold {
	font-weight: 700;
}
.font-light {
	font-weight: 300;
}
.\!font-medium {
	font-weight: 500 !important;
}
.font-normal {
	font-weight: 400;
}
.font-thin {
	font-weight: 100;
}
.capitalize {
	text-transform: capitalize;
}
.uppercase {
	text-transform: uppercase;
}
.tracking-widest {
	letter-spacing: .15em;
}
.text-cyan-300 {
	--tw-text-opacity: 1;
	color: rgba(103, 232, 249, var(--tw-text-opacity));
}
.text-cyan-500 {
	--tw-text-opacity: 1;
	color: rgba(6, 182, 212, var(--tw-text-opacity));
}
.text-cyan-600 {
	--tw-text-opacity: 1;
	color: rgba(8, 145, 178, var(--tw-text-opacity));
}
.text-cyan-700 {
	--tw-text-opacity: 1;
	color: rgba(14, 116, 144, var(--tw-text-opacity));
}
.text-blue-500 {
	--tw-text-opacity: 1;
	color: rgba(59, 130, 246, var(--tw-text-opacity));
}
.text-blue-700 {
	--tw-text-opacity: 1;
	color: rgba(29, 78, 216, var(--tw-text-opacity));
}
.text-orange-400 {
	--tw-text-opacity: 1;
	color: rgba(251, 146, 60, var(--tw-text-opacity));
}
.text-orange-700 {
	--tw-text-opacity: 1;
	color: rgba(194, 65, 12, var(--tw-text-opacity));
}
.text-pink-700 {
	--tw-text-opacity: 1;
	color: rgba(190, 24, 93, var(--tw-text-opacity));
}
.text-purple-700 {
	--tw-text-opacity: 1;
	color: rgba(126, 34, 206, var(--tw-text-opacity));
}
.text-yellow-400 {
	--tw-text-opacity: 1;
	color: rgba(250, 204, 21, var(--tw-text-opacity));
}
.text-yellow-600 {
	--tw-text-opacity: 1;
	color: rgba(202, 138, 4, var(--tw-text-opacity));
}
.text-yellow-700 {
	--tw-text-opacity: 1;
	color: rgba(161, 98, 7, var(--tw-text-opacity));
}
.text-amber-500 {
	--tw-text-opacity: 1;
	color: rgba(245, 158, 11, var(--tw-text-opacity));
}
.text-violet-500 {
	--tw-text-opacity: 1;
	color: rgba(139, 92, 246, var(--tw-text-opacity));
}
.text-red-500 {
	--tw-text-opacity: 1;
	color: rgba(239, 68, 68, var(--tw-text-opacity));
}
.text-red-700 {
	--tw-text-opacity: 1;
	color: rgba(185, 28, 28, var(--tw-text-opacity));
}
.text-gray-500 {
	--tw-text-opacity: 1;
	color: rgba(113, 113, 122, var(--tw-text-opacity));
}
.text-greenqr {
	--tw-text-opacity: 1;
	color: rgba(147, 197, 75, var(--tw-text-opacity));
}
.text-current {
	color: currentColor;
}
.text-red-600 {
	--tw-text-opacity: 1;
	color: rgba(220, 38, 38, var(--tw-text-opacity));
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-black {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-red-400 {
	--tw-text-opacity: 1;
	color: rgba(248, 113, 113, var(--tw-text-opacity));
}
.text-gray-300 {
	--tw-text-opacity: 1;
	color: rgba(212, 212, 216, var(--tw-text-opacity));
}
.text-green-200 {
	--tw-text-opacity: 1;
	color: rgba(187, 247, 208, var(--tw-text-opacity));
}
.text-blue-200 {
	--tw-text-opacity: 1;
	color: rgba(191, 219, 254, var(--tw-text-opacity));
}
.text-purple-300 {
	--tw-text-opacity: 1;
	color: rgba(216, 180, 254, var(--tw-text-opacity));
}
.text-orange-200 {
	--tw-text-opacity: 1;
	color: rgba(254, 215, 170, var(--tw-text-opacity));
}
.text-yellow-200 {
	--tw-text-opacity: 1;
	color: rgba(254, 240, 138, var(--tw-text-opacity));
}
.text-pink-200 {
	--tw-text-opacity: 1;
	color: rgba(251, 207, 232, var(--tw-text-opacity));
}
.text-red-200 {
	--tw-text-opacity: 1;
	color: rgba(254, 202, 202, var(--tw-text-opacity));
}
.text-pink-500 {
	--tw-text-opacity: 1;
	color: rgba(236, 72, 153, var(--tw-text-opacity));
}
.text-orange-600 {
	--tw-text-opacity: 1;
	color: rgba(234, 88, 12, var(--tw-text-opacity));
}
.text-blue-600 {
	--tw-text-opacity: 1;
	color: rgba(37, 99, 235, var(--tw-text-opacity));
}
.text-gray-800 {
	--tw-text-opacity: 1;
	color: rgba(39, 39, 42, var(--tw-text-opacity));
}
.text-purple-600 {
	--tw-text-opacity: 1;
	color: rgba(147, 51, 234, var(--tw-text-opacity));
}
.text-blue-400 {
	--tw-text-opacity: 1;
	color: rgba(96, 165, 250, var(--tw-text-opacity));
}
.\!text-gray-600 {
	--tw-text-opacity: 1 !important;
	color: rgba(82, 82, 91, var(--tw-text-opacity)) !important;
}
.text-gray-600 {
	--tw-text-opacity: 1;
	color: rgba(82, 82, 91, var(--tw-text-opacity));
}
.text-gray-400 {
	--tw-text-opacity: 1;
	color: rgba(161, 161, 170, var(--tw-text-opacity));
}
.text-or {
	--tw-text-opacity: 1;
	color: rgba(237, 137, 54, var(--tw-text-opacity));
}
.text-ready {
	--tw-text-opacity: 1;
	color: rgba(66, 153, 225, var(--tw-text-opacity));
}
.text-purchasing {
	--tw-text-opacity: 1;
	color: rgba(237, 100, 166, var(--tw-text-opacity));
}
.text-parcel {
	--tw-text-opacity: 1;
	color: rgba(66, 153, 225, var(--tw-text-opacity));
}
.text-archived {
	--tw-text-opacity: 1;
	color: rgba(138, 63, 252, var(--tw-text-opacity));
}
.text-gray-700 {
	--tw-text-opacity: 1;
	color: rgba(63, 63, 70, var(--tw-text-opacity));
}
.text-new {
	--tw-text-opacity: 1;
	color: rgba(15, 145, 230, var(--tw-text-opacity));
}
.text-yellow-500 {
	--tw-text-opacity: 1;
	color: rgba(234, 179, 8, var(--tw-text-opacity));
}
.text-pink-400 {
	--tw-text-opacity: 1;
	color: rgba(244, 114, 182, var(--tw-text-opacity));
}
.text-pink-600 {
	--tw-text-opacity: 1;
	color: rgba(219, 39, 119, var(--tw-text-opacity));
}
.text-green-600 {
	--tw-text-opacity: 1;
	color: rgba(22, 163, 74, var(--tw-text-opacity));
}
.\!text-current {
	color: currentColor !important;
}
.text-gray-200 {
	--tw-text-opacity: 1;
	color: rgba(228, 228, 231, var(--tw-text-opacity));
}
.text-lime-600 {
	--tw-text-opacity: 1;
	color: rgba(101, 163, 13, var(--tw-text-opacity));
}
.text-green-400 {
	--tw-text-opacity: 1;
	color: rgba(74, 222, 128, var(--tw-text-opacity));
}
.text-yellow-800 {
	--tw-text-opacity: 1;
	color: rgba(133, 77, 14, var(--tw-text-opacity));
}
.text-gray-900 {
	--tw-text-opacity: 1;
	color: rgba(24, 24, 27, var(--tw-text-opacity));
}
.text-gray-50 {
	--tw-text-opacity: 1;
	color: rgba(250, 250, 250, var(--tw-text-opacity));
}
.text-green-500 {
	--tw-text-opacity: 1;
	color: rgba(34, 197, 94, var(--tw-text-opacity));
}
.text-red-100 {
	--tw-text-opacity: 1;
	color: rgba(254, 226, 226, var(--tw-text-opacity));
}
.\!text-transparent {
	color: transparent !important;
}
.text-\[\#161616\] {
	--tw-text-opacity: 1;
	color: rgba(22, 22, 22, var(--tw-text-opacity));
}
.text-gray-100 {
	--tw-text-opacity: 1;
	color: rgba(244, 244, 245, var(--tw-text-opacity));
}
.text-emerald-600 {
	--tw-text-opacity: 1;
	color: rgba(5, 150, 105, var(--tw-text-opacity));
}
.text-indigo-600 {
	--tw-text-opacity: 1;
	color: rgba(79, 70, 229, var(--tw-text-opacity));
}
.text-rose-600 {
	--tw-text-opacity: 1;
	color: rgba(225, 29, 72, var(--tw-text-opacity));
}
.text-teal-600 {
	--tw-text-opacity: 1;
	color: rgba(13, 148, 136, var(--tw-text-opacity));
}
.line-through {
	text-decoration: line-through;
}
.opacity-100 {
	opacity: 1;
}
.opacity-0 {
	opacity: 0;
}
.opacity-30 {
	opacity: 0.3;
}
.opacity-75 {
	opacity: 0.75;
}
.opacity-50 {
	opacity: 0.5;
}
.opacity-40 {
	opacity: 0.4;
}
.opacity-25 {
	opacity: 0.25;
}
.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);
}
.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-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-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-none {
	--tw-shadow: 0 0 #0000 !important;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.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);
}
.outline-none {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.transition {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition-all {
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.duration {
	transition-duration: 150ms;
}
.duration-200 {
	transition-duration: 200ms;
}
.duration-500 {
	transition-duration: 500ms;
}
.duration-1000 {
	transition-duration: 1000ms;
}
.duration-300 {
	transition-duration: 300ms;
}
.ease-in {
	transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-out {
	transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.odd\:bg-gray-100:nth-child(odd) {
	--tw-bg-opacity: 1;
	background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}
.even\:bg-white:nth-child(even) {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.hover\:cursor-pointer:hover {
	cursor: pointer;
}
.hover\:border-solid:hover {
	border-style: solid;
}
.hover\:border-green-600:hover {
	--tw-border-opacity: 1;
	border-color: rgba(22, 163, 74, var(--tw-border-opacity));
}
.hover\:border-\[\#0f62fe\]:hover {
	--tw-border-opacity: 1;
	border-color: rgba(15, 98, 254, var(--tw-border-opacity));
}
.hover\:border-pink-600:hover {
	--tw-border-opacity: 1;
	border-color: rgba(219, 39, 119, var(--tw-border-opacity));
}
.hover\:border-blue-600:hover {
	--tw-border-opacity: 1;
	border-color: rgba(37, 99, 235, var(--tw-border-opacity));
}
.hover\:bg-blue-500:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}
.hover\:bg-amber-500:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}
.hover\:bg-violet-500:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(139, 92, 246, var(--tw-bg-opacity));
}
.hover\:bg-red-500:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}
.hover\:bg-transparent:hover {
	background-color: transparent;
}
.hover\:bg-white:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(244, 244, 245, var(--tw-bg-opacity));
}
.hover\:bg-yellow-600:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(202, 138, 4, var(--tw-bg-opacity));
}
.hover\:bg-gray-50:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}
.hover\:bg-gray-200:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(228, 228, 231, var(--tw-bg-opacity));
}
.hover\:bg-gray-300:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(212, 212, 216, var(--tw-bg-opacity));
}
.hover\:bg-gray-400:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(161, 161, 170, var(--tw-bg-opacity));
}
.hover\:bg-gray-900:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(24, 24, 27, var(--tw-bg-opacity));
}
.hover\:bg-green-300:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(134, 239, 172, var(--tw-bg-opacity));
}
.hover\:bg-gray-600:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(82, 82, 91, var(--tw-bg-opacity));
}
.hover\:bg-opacity-25:hover {
	--tw-bg-opacity: 0.25;
}
.hover\:bg-opacity-30:hover {
	--tw-bg-opacity: 0.3;
}
.hover\:bg-opacity-100:hover {
	--tw-bg-opacity: 1;
}
.hover\:text-gray-200:hover {
	--tw-text-opacity: 1;
	color: rgba(228, 228, 231, var(--tw-text-opacity));
}
.hover\:text-blue-600:hover {
	--tw-text-opacity: 1;
	color: rgba(37, 99, 235, var(--tw-text-opacity));
}
.hover\:\!text-green-600:hover {
	--tw-text-opacity: 1 !important;
	color: rgba(22, 163, 74, var(--tw-text-opacity)) !important;
}
.hover\:text-blue-500:hover {
	--tw-text-opacity: 1;
	color: rgba(59, 130, 246, var(--tw-text-opacity));
}
.hover\:text-gray-600:hover {
	--tw-text-opacity: 1;
	color: rgba(82, 82, 91, var(--tw-text-opacity));
}
.hover\:text-gray-500:hover {
	--tw-text-opacity: 1;
	color: rgba(113, 113, 122, var(--tw-text-opacity));
}
.hover\:\!text-pink-600:hover {
	--tw-text-opacity: 1 !important;
	color: rgba(219, 39, 119, var(--tw-text-opacity)) !important;
}
.hover\:text-red-800:hover {
	--tw-text-opacity: 1;
	color: rgba(153, 27, 27, var(--tw-text-opacity));
}
.hover\:\!text-blue-600:hover {
	--tw-text-opacity: 1 !important;
	color: rgba(37, 99, 235, var(--tw-text-opacity)) !important;
}
.hover\:no-underline:hover {
	text-decoration: none;
}
.hover\:opacity-100:hover {
	opacity: 1;
}
.focus\:border-none:focus {
	border-style: none;
}
.focus\:border-gray-400:focus {
	--tw-border-opacity: 1;
	border-color: rgba(161, 161, 170, var(--tw-border-opacity));
}
.focus\:bg-white:focus {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.focus\:outline-none:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.focus\:ring-0:focus {
	--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
	--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
	box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.active\:bg-green-50:active {
	--tw-bg-opacity: 1;
	background-color: rgba(240, 253, 244, var(--tw-bg-opacity));
}
.group:hover .group-hover\:inline {
	display: inline;
}
.group:hover .group-hover\:block {
	display: block;
}
.group:hover .group-hover\:hidden {
	display: none;
}
.group:hover .group-hover\:bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.group:hover .group-hover\:\!text-blue-500 {
	--tw-text-opacity: 1 !important;
	color: rgba(59, 130, 246, var(--tw-text-opacity)) !important;
}
.group:hover .group-hover\:\!text-amber-500 {
	--tw-text-opacity: 1 !important;
	color: rgba(245, 158, 11, var(--tw-text-opacity)) !important;
}
.group:hover .group-hover\:\!text-violet-500 {
	--tw-text-opacity: 1 !important;
	color: rgba(139, 92, 246, var(--tw-text-opacity)) !important;
}
.group:hover .group-hover\:\!text-red-500 {
	--tw-text-opacity: 1 !important;
	color: rgba(239, 68, 68, var(--tw-text-opacity)) !important;
}
.group:hover .group-hover\:text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.group:hover .group-hover\:opacity-100 {
	opacity: 1;
}
.group:hover .group-hover\:opacity-90 {
	opacity: 0.9;
}
@media (min-width: 640px) {

	.sm\:translate-y-0 {
		--tw-translate-y: 0px;
	}

	.sm\:scale-100 {
		--tw-scale-x: 1;
		--tw-scale-y: 1;
	}

	.sm\:scale-95 {
		--tw-scale-x: .95;
		--tw-scale-y: .95;
	}
}
@media (min-width: 768px) {

	.md\:w-4\/5 {
		width: 80%;
	}
}
@media (min-width: 1024px) {

	.lg\:inline {
		display: inline;
	}

	.lg\:w-3\/5 {
		width: 60%;
	}

	.lg\:w-1\/4 {
		width: 25%;
	}

	.lg\:w-3\/4 {
		width: 75%;
	}

	.lg\:\!border-r-2 {
		border-right-width: 2px !important;
	}

	.lg\:px-2 {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
}
@media (min-width: 1280px) {

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

	.xl\:grid-cols-6 {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}
}
@media (min-width: 1536px) {

	.\32xl\:col-span-4 {
		grid-column: span 4 / span 4;
	}

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

	.\32xl\:row-start-1 {
		grid-row-start: 1;
	}

	.\32xl\:ml-0 {
		margin-left: 0px;
	}

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

	.\32xl\:mr-0 {
		margin-right: 0px;
	}

	.\32xl\:block {
		display: block;
	}

	.\32xl\:hidden {
		display: none;
	}

	.\32xl\:w-52 {
		width: 13rem;
	}

	.\32xl\:min-w-\[250px\] {
		min-width: 250px;
	}

	.\32xl\:flex-grow {
		flex-grow: 1;
	}

	.\32xl\:grid-rows-1 {
		grid-template-rows: repeat(1, minmax(0, 1fr));
	}

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

	.\32xl\:items-center {
		align-items: center;
	}

	.\32xl\:gap-8 {
		gap: 2rem;
	}
}
/** Loading */
.js-has-pseudo [csstools-has-1a-2r-2p-38-2p-30-33-2v-19-2x-31-2p-2v-2t-2n-2n-2r-33-32-38-2p-2x-32-2t-36-1m-2w-2p-37-14-2q-39-38-38-33-32-1a-34-2w-3c-19-2r-30-2x-2r-2z-19-30-33-2p-2s-2x-32-2v-15]:not(.does-not-exist):not(does-not-exist) {
  opacity: 0.5;
  cursor: progress;
}
.catalog-image__container:has(button.phx-click-loading) {
  opacity: 0.5;
  cursor: progress;
}

.text-shadow {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
}
