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

*:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)),
:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *))::before,
:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *))::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *))::before,
:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *))::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

.tailwind-components:where(:not(.no-root,.no-root *)) {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

.tailwind-components:where(:not(.no-root,.no-root *)) {
  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:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)) {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

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

abbr:where([title]):where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

h1:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)),
h2:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)),
h3:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)),
h4:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)),
h5:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)),
h6:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)) {
  font-size: inherit;
  font-weight: inherit;
}

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

a:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)) {
  color: inherit;
  text-decoration: inherit;
}

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

b:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)),
strong:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)) {
  font-weight: bolder;
}

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

code:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)),
kbd:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)),
samp:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)),
pre:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)) {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

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

small:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)) {
  font-size: 80%;
}

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

sub:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)),
sup:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)) {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)) {
  bottom: -0.25em;
}

sup:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)) {
  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:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)) {
  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:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)),
input:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)),
optgroup:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)),
select:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)),
textarea:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)) {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)),
select:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)) {
  text-transform: none;
}

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

button:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)),
input:where([type='button']):where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)),
input:where([type='reset']):where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)),
input:where([type='submit']):where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

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

:-moz-focusring:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)) {
  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:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)) {
  box-shadow: none;
}

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

progress:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)) {
  vertical-align: baseline;
}

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

:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)) ::-webkit-inner-spin-button,
:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)) ::-webkit-outer-spin-button {
  height: auto;
}

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

[type='search']:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)) {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)) ::-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.
*/

:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)) ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

summary:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)) {
  display: list-item;
}

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

blockquote:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)),
dl:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)),
dd:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)),
h1:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)),
h2:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)),
h3:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)),
h4:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)),
h5:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)),
h6:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)),
hr:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)),
figure:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)),
p:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)),
pre:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)) {
  margin: 0;
}

fieldset:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)) {
  margin: 0;
  padding: 0;
}

legend:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)) {
  padding: 0;
}

ol:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)),
ul:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)),
menu:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)) {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)) {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)) {
  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.
*/

:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)) input::-moz-placeholder, :where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)) textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)) input::placeholder,
:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)) textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)),
[role="button"]:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)) {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)) {
  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:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)),
svg:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)),
video:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)),
canvas:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)),
audio:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)),
iframe:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)),
embed:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)),
object:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)) {
  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:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)),
video:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)) {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(.tailwind-components,.tailwind-components *):where(:not(.no-root,.no-root *)) {
  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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.tw-fixed {
  position: fixed;
}
.tw-absolute {
  position: absolute;
}
.tw-relative {
  position: relative;
}
.tw-inset-0 {
  inset: 0px;
}
.tw-inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.tw-left-0 {
  left: 0px;
}
.tw-left-full {
  left: 100%;
}
.tw-right-0 {
  right: 0px;
}
.tw-right-full {
  right: 100%;
}
.tw-top-0 {
  top: 0px;
}
.tw-z-30 {
  z-index: 30;
}
.tw-z-50 {
  z-index: 50;
}
.tw-z-\[99999\] {
  z-index: 99999;
}
.tw-z-\[9999\] {
  z-index: 9999;
}
.tw-mb-4 {
  margin-bottom: 1rem;
}
.tw-ml-2 {
  margin-left: 0.5rem;
}
.tw-mr-2 {
  margin-right: 0.5rem;
}
.tw-mt-1 {
  margin-top: 0.25rem;
}
.tw-mt-2 {
  margin-top: 0.5rem;
}
.tw-mt-4 {
  margin-top: 1rem;
}
.tw-block {
  display: block;
}
.tw-flex {
  display: flex;
}
.tw-inline-flex {
  display: inline-flex;
}
.tw-grid {
  display: grid;
}
.tw-hidden {
  display: none;
}
.tw-h-4 {
  height: 1rem;
}
.tw-h-5 {
  height: 1.25rem;
}
.tw-h-8 {
  height: 2rem;
}
.tw-w-4 {
  width: 1rem;
}
.tw-w-5 {
  width: 1.25rem;
}
.tw-w-64 {
  width: 16rem;
}
.tw-w-72 {
  width: 18rem;
}
.tw-w-8 {
  width: 2rem;
}
.tw-w-\[85\%\] {
  width: 85%;
}
.tw-w-full {
  width: 100%;
}
.tw-min-w-\[200px\] {
  min-width: 200px;
}
.tw-max-w-sm {
  max-width: 24rem;
}
.tw-translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-list-none {
  list-style-type: none;
}
.tw-items-center {
  align-items: center;
}
.tw-items-stretch {
  align-items: stretch;
}
.tw-justify-center {
  justify-content: center;
}
.tw-justify-between {
  justify-content: space-between;
}
.tw-gap-1 {
  gap: 0.25rem;
}
.tw-gap-2 {
  gap: 0.5rem;
}
.tw-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)));
}
.tw-space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.tw-overflow-y-auto {
  overflow-y: auto;
}
.tw-rounded-full {
  border-radius: 9999px;
}
.tw-rounded-lg {
  border-radius: 0.5rem;
}
.tw-rounded-md {
  border-radius: 0.375rem;
}
.tw-rounded-xl {
  border-radius: 0.75rem;
}
.tw-border {
  border-width: 1px;
}
.tw-border-b {
  border-bottom-width: 1px;
}
.tw-border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.tw-bg-\[\#31966e\] {
  --tw-bg-opacity: 1;
  background-color: rgb(49 150 110 / var(--tw-bg-opacity));
}
.tw-bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.tw-bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.tw-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.tw-p-0 {
  padding: 0px;
}
.tw-p-2 {
  padding: 0.5rem;
}
.tw-p-4 {
  padding: 1rem;
}
.tw-px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.tw-px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.tw-py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.tw-py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.tw-py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.tw-pb-2 {
  padding-bottom: 0.5rem;
}
.tw-pl-3 {
  padding-left: 0.75rem;
}
.tw-text-left {
  text-align: left;
}
.tw-text-\[12px\] {
  font-size: 12px;
}
.tw-text-\[14px\] {
  font-size: 14px;
}
.tw-text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.tw-font-medium {
  font-weight: 500;
}
.tw-font-semibold {
  font-weight: 600;
}
.tw-text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.tw-text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.tw-text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.tw-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tw-no-underline {
  text-decoration-line: none;
}
.tw-opacity-0 {
  opacity: 0;
}
.tw-opacity-100 {
  opacity: 1;
}
.tw-opacity-50 {
  opacity: 0.5;
}
.tw-shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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-transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.tw-duration-200 {
  transition-duration: 200ms;
}
[x-cloak]{
    display:none;
}
.hover\:tw-bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:tw-bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.hover\:tw-bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.tw-group:hover .group-hover\:tw-text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .lg\:tw-block {
    display: block;
  }

  .lg\:tw-hidden {
    display: none;
  }
}
