/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}::before,
::after {
  --tw-content: '';
}/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/html,
:host {
  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.
*/body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}/*
Remove the default font size and weight for headings.
*/h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}/*
Reset links to optimize for opt-in styling instead of opt-out.
*/a {
  color: inherit;
  text-decoration: inherit;
}/*
Add the correct font weight in Edge and Safari.
*/b,
strong {
  font-weight: bolder;
}/*
1. Use the user's configured `mono` font-family by default.
2. 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,
kbd,
samp,
pre {
  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 {
  font-size: 80%;
}/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}sub {
  bottom: -0.25em;
}sup {
  top: -0.5em;
}/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}/*
Remove the inheritance of text transform in Edge and Firefox.
*/button,
select {
  text-transform: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}/*
Use the modern Firefox focus style for all focusable elements.
*/:-moz-focusring {
  outline: auto;
}/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/:-moz-ui-invalid {
  box-shadow: none;
}/*
Add the correct vertical alignment in Chrome and Firefox.
*/progress {
  vertical-align: baseline;
}/*
Correct the cursor style of increment and decrement buttons in Safari.
*/::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}/*
Remove the inner padding in Chrome and Safari on macOS.
*/::-webkit-search-decoration {
  -webkit-appearance: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}/*
Add the correct display in Chrome and Safari.
*/summary {
  display: list-item;
}/*
Removes the default spacing and border for appropriate elements.
*/blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}fieldset {
  margin: 0;
  padding: 0;
}legend {
  padding: 0;
}ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}/*
Reset default styling for dialogs.
*/dialog {
  padding: 0;
}/*
Prevent resizing textareas horizontally by default.
*/textarea {
  resize: vertical;
}/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}/*
Set the default cursor for buttons.
*/button,
[role="button"] {
  cursor: pointer;
}/*
Make sure disabled buttons don't get the pointer cursor.
*/:disabled {
  cursor: default;
}/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/img,
video {
  max-width: 100%;
  height: auto;
}/* Make elements with the HTML hidden attribute stay hidden by default */[hidden] {
  display: none;
}*{-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:rgba(0,0,0,0);outline:none}body{caret-color:rgba(0,0,0,0)}input,textarea{caret-color:#0e7490}svg{vertical-align:baseline}*, ::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:  ;
}.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}@media (min-width: 640px) {.container {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}@media (min-width: 768px) {.container {
    max-width: 768px;
  }
}@media (min-width: 1024px) {.container {
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}@media (min-width: 1280px) {.container {
    max-width: 1280px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}@media (min-width: 1536px) {.container {
    max-width: 1536px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
} :is(.pointer-events-none) {
  pointer-events: none;
} :is(.visible) {
  visibility: visible;
} :is(.static) {
  position: static;
} :is(.fixed) {
  position: fixed;
} :is(.absolute) {
  position: absolute;
} :is(.relative) {
  position: relative;
} :is(.sticky) {
  position: sticky;
} :is(.bottom-0) {
  bottom: 0px;
} :is(.left-0) {
  left: 0px;
} :is(.left-\[-140px\]) {
  left: -140px;
} :is(.right-0) {
  right: 0px;
} :is(.right-6) {
  right: 1.5rem;
} :is(.top-0) {
  top: 0px;
} :is(.top-6) {
  top: 1.5rem;
} :is(.z-0) {
  z-index: 0;
} :is(.z-1) {
  z-index: 1;
} :is(.z-10) {
  z-index: 10;
} :is(.z-2) {
  z-index: 2;
} :is(.z-\[2000\]) {
  z-index: 2000;
} :is(.m-0) {
  margin: 0px;
} :is(.m-4) {
  margin: 1rem;
} :is(.m-auto) {
  margin: auto;
} :is(.\!mx-7) {
  margin-left: 1.75rem !important;
  margin-right: 1.75rem !important;
} :is(.mx-0) {
  margin-left: 0px;
  margin-right: 0px;
} :is(.mx-0\.5) {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
} :is(.mx-1) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
} :is(.mx-2) {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
} :is(.my-2) {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
} :is(.my-3) {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
} :is(.\!ml-auto) {
  margin-left: auto !important;
} :is(.\!mt-0) {
  margin-top: 0px !important;
} :is(.mb-0) {
  margin-bottom: 0px;
} :is(.mb-0\.5) {
  margin-bottom: 0.125rem;
} :is(.mb-1) {
  margin-bottom: 0.25rem;
} :is(.mb-14) {
  margin-bottom: 3.5rem;
} :is(.mb-2) {
  margin-bottom: 0.5rem;
} :is(.mb-3) {
  margin-bottom: 0.75rem;
} :is(.mb-4) {
  margin-bottom: 1rem;
} :is(.mb-5) {
  margin-bottom: 1.25rem;
} :is(.mb-6) {
  margin-bottom: 1.5rem;
} :is(.mb-\[1em\]) {
  margin-bottom: 1em;
} :is(.mb-\[8\%\]) {
  margin-bottom: 8%;
} :is(.ml-1) {
  margin-left: 0.25rem;
} :is(.ml-10) {
  margin-left: 2.5rem;
} :is(.ml-2) {
  margin-left: 0.5rem;
} :is(.ml-3) {
  margin-left: 0.75rem;
} :is(.ml-5) {
  margin-left: 1.25rem;
} :is(.ml-6) {
  margin-left: 1.5rem;
} :is(.ml-auto) {
  margin-left: auto;
} :is(.mr-0) {
  margin-right: 0px;
} :is(.mr-0\.5) {
  margin-right: 0.125rem;
} :is(.mr-1) {
  margin-right: 0.25rem;
} :is(.mr-2) {
  margin-right: 0.5rem;
} :is(.mr-3) {
  margin-right: 0.75rem;
} :is(.mr-4) {
  margin-right: 1rem;
} :is(.mr-5) {
  margin-right: 1.25rem;
} :is(.mr-\[10px\]) {
  margin-right: 10px;
} :is(.mr-\[12\%\]) {
  margin-right: 12%;
} :is(.mt-2) {
  margin-top: 0.5rem;
} :is(.mt-3) {
  margin-top: 0.75rem;
} :is(.mt-4) {
  margin-top: 1rem;
} :is(.mt-\[10px\]) {
  margin-top: 10px;
} :is(.block) {
  display: block;
} :is(.inline-block) {
  display: inline-block;
} :is(.inline) {
  display: inline;
} :is(.flex) {
  display: flex;
} :is(.inline-flex) {
  display: inline-flex;
} :is(.table) {
  display: table;
} :is(.\!hidden) {
  display: none !important;
} :is(.hidden) {
  display: none;
} :is(.h-1\/3) {
  height: 33.333333%;
} :is(.h-1\/6) {
  height: 16.666667%;
} :is(.h-10) {
  height: 2.5rem;
} :is(.h-2\/3) {
  height: 66.666667%;
} :is(.h-5) {
  height: 1.25rem;
} :is(.h-5\/6) {
  height: 83.333333%;
} :is(.h-7) {
  height: 1.75rem;
} :is(.h-\[1\.5em\]) {
  height: 1.5em;
} :is(.h-\[2\.5em\]) {
  height: 2.5em;
} :is(.h-\[30px\]) {
  height: 30px;
} :is(.h-\[70vh\]) {
  height: 70vh;
} :is(.h-full) {
  height: 100%;
} :is(.max-h-\[10em\]) {
  max-height: 10em;
} :is(.max-h-\[2\.5em\]) {
  max-height: 2.5em;
} :is(.max-h-\[2\.6em\]) {
  max-height: 2.6em;
} :is(.max-h-\[3em\]) {
  max-height: 3em;
} :is(.max-h-\[40vh\]) {
  max-height: 40vh;
} :is(.min-h-\[4\.5em\]) {
  min-height: 4.5em;
} :is(.min-h-\[50px\]) {
  min-height: 50px;
} :is(.\!w-\[15em\]) {
  width: 15em !important;
} :is(.w-10) {
  width: 2.5rem;
} :is(.w-20) {
  width: 5rem;
} :is(.w-20p) {
  width: 20%;
} :is(.w-30p) {
  width: 30%;
} :is(.w-5) {
  width: 1.25rem;
} :is(.w-80p) {
  width: 80%;
} :is(.w-\[1\.1em\]) {
  width: 1.1em;
} :is(.w-\[10em\]) {
  width: 10em;
} :is(.w-\[15em\]) {
  width: 15em;
} :is(.w-\[20em\]) {
  width: 20em;
} :is(.w-\[23em\]) {
  width: 23em;
} :is(.w-\[2em\]) {
  width: 2em;
} :is(.w-\[3\.5em\]) {
  width: 3.5em;
} :is(.w-\[3em\]) {
  width: 3em;
} :is(.w-\[45vw\]) {
  width: 45vw;
} :is(.w-\[60px\]) {
  width: 60px;
} :is(.w-\[6em\]) {
  width: 6em;
} :is(.w-\[70px\]) {
  width: 70px;
} :is(.w-\[7em\]) {
  width: 7em;
} :is(.w-\[8em\]) {
  width: 8em;
} :is(.w-\[9em\]) {
  width: 9em;
} :is(.w-full) {
  width: 100%;
} :is(.min-w-\[100px\]) {
  min-width: 100px;
} :is(.min-w-\[200px\]) {
  min-width: 200px;
} :is(.min-w-\[300px\]) {
  min-width: 300px;
} :is(.min-w-\[4em\]) {
  min-width: 4em;
} :is(.min-w-\[70px\]) {
  min-width: 70px;
} :is(.min-w-\[7em\]) {
  min-width: 7em;
} :is(.max-w-\[11em\]) {
  max-width: 11em;
} :is(.max-w-\[300px\]) {
  max-width: 300px;
} :is(.max-w-\[400px\]) {
  max-width: 400px;
} :is(.max-w-\[9em\]) {
  max-width: 9em;
} :is(.flex-shrink) {
  flex-shrink: 1;
} :is(.flex-shrink-0) {
  flex-shrink: 0;
} :is(.flex-grow) {
  flex-grow: 1;
} :is(.rotate-90) {
  --tw-rotate: 90deg;
  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));
} :is(.scale-150) {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  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));
} :is(.scale-\[1\.2\]) {
  --tw-scale-x: 1.2;
  --tw-scale-y: 1.2;
  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));
} :is(.transform) {
  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));
} :is(.\!cursor-default) {
  cursor: default !important;
} :is(.cursor-auto) {
  cursor: auto;
} :is(.cursor-default) {
  cursor: default;
} :is(.cursor-not-allowed) {
  cursor: not-allowed;
} :is(.cursor-pointer) {
  cursor: pointer;
} :is(.select-none) {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
} :is(.resize) {
  resize: both;
} :is(.flex-row-reverse) {
  flex-direction: row-reverse;
} :is(.flex-col) {
  flex-direction: column;
} :is(.flex-wrap) {
  flex-wrap: wrap;
} :is(.flex-nowrap) {
  flex-wrap: nowrap;
} :is(.items-end) {
  align-items: flex-end;
} :is(.items-center) {
  align-items: center;
} :is(.justify-end) {
  justify-content: flex-end;
} :is(.justify-center) {
  justify-content: center;
} :is(.justify-between) {
  justify-content: space-between;
} :is(.justify-around) {
  justify-content: space-around;
} :is(.gap-2) {
  gap: 0.5rem;
} :is(.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)));
} :is(.space-x-10 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
} :is(.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)));
} :is(.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)));
} :is(.space-x-5 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
} :is(.space-x-\[3em\] > :not([hidden]) ~ :not([hidden])) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3em * var(--tw-space-x-reverse));
  margin-left: calc(3em * calc(1 - var(--tw-space-x-reverse)));
} :is(.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));
} :is(.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));
} :is(.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));
} :is(.overflow-auto) {
  overflow: auto;
} :is(.overflow-hidden) {
  overflow: hidden;
} :is(.overflow-scroll) {
  overflow: scroll;
} :is(.overflow-x-auto) {
  overflow-x: auto;
} :is(.overflow-y-hidden) {
  overflow-y: hidden;
} :is(.\!whitespace-normal) {
  white-space: normal !important;
} :is(.whitespace-nowrap) {
  white-space: nowrap;
} :is(.rounded) {
  border-radius: 0.25rem;
} :is(.rounded-full) {
  border-radius: 9999px;
} :is(.rounded-lg) {
  border-radius: 0.5rem;
} :is(.rounded-md) {
  border-radius: 0.375rem;
} :is(.border) {
  border-width: 1px;
} :is(.border-0) {
  border-width: 0px;
} :is(.border-\[3px\]) {
  border-width: 3px;
} :is(.border-b) {
  border-bottom-width: 1px;
} :is(.bg-\[\#000000AA\]) {
  background-color: #000000AA;
} :is(.bg-\[\#ECECEC\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236 / var(--tw-bg-opacity));
} :is(.bg-\[\#F8F8F8\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
} :is(.bg-\[\#FFFFFF99\]) {
  background-color: #FFFFFF99;
} :is(.bg-\[\#FFFFFFAA\]) {
  background-color: #FFFFFFAA;
} :is(.bg-\[yellow\]) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 0 / var(--tw-bg-opacity));
} :is(.bg-gray-100) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
} :is(.bg-gray-200) {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
} :is(.bg-gray-300) {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
} :is(.bg-red-500) {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
} :is(.bg-transparent) {
  background-color: transparent;
} :is(.bg-white) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
} :is(.bg-gradient-to-b) {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
} :is(.bg-gradient-to-l) {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
} :is(.bg-gradient-to-r) {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
} :is(.bg-gradient-to-t) {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
} :is(.object-contain) {
  -o-object-fit: contain;
     object-fit: contain;
} :is(.p-0) {
  padding: 0px;
} :is(.p-3) {
  padding: 0.75rem;
} :is(.p-4) {
  padding: 1rem;
} :is(.px-1) {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
} :is(.px-2) {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
} :is(.px-4) {
  padding-left: 1rem;
  padding-right: 1rem;
} :is(.py-1) {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
} :is(.py-18p) {
  padding-top: 18%;
  padding-bottom: 18%;
} :is(.py-2) {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
} :is(.pl-1) {
  padding-left: 0.25rem;
} :is(.pl-2) {
  padding-left: 0.5rem;
} :is(.pl-4) {
  padding-left: 1rem;
} :is(.pr-3) {
  padding-right: 0.75rem;
} :is(.pr-4) {
  padding-right: 1rem;
} :is(.pt-2) {
  padding-top: 0.5rem;
} :is(.pt-4) {
  padding-top: 1rem;
} :is(.pt-\[4em\]) {
  padding-top: 4em;
} :is(.text-left) {
  text-align: left;
} :is(.text-right) {
  text-align: right;
} :is(.\!text-xs) {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
} :is(.text-\[0\.7em\]) {
  font-size: 0.7em;
} :is(.text-\[1\.15em\]) {
  font-size: 1.15em;
} :is(.text-base) {
  font-size: 1rem;
  line-height: 1.5rem;
} :is(.text-lg) {
  font-size: 1.125rem;
  line-height: 1.75rem;
} :is(.\!font-normal) {
  font-weight: 400 !important;
} :is(.font-bold) {
  font-weight: 700;
} :is(.font-medium) {
  font-weight: 500;
} :is(.font-normal) {
  font-weight: 400;
} :is(.font-semibold) {
  font-weight: 600;
} :is(.leading-\[1\.2em\]) {
  line-height: 1.2em;
} :is(.leading-\[1\.3em\]) {
  line-height: 1.3em;
} :is(.leading-\[2em\]) {
  line-height: 2em;
} :is(.leading-\[3em\]) {
  line-height: 3em;
} :is(.text-\[\#00aeff\]) {
  --tw-text-opacity: 1;
  color: rgb(0 174 255 / var(--tw-text-opacity));
} :is(.text-\[\#4eccb5\]) {
  --tw-text-opacity: 1;
  color: rgb(78 204 181 / var(--tw-text-opacity));
} :is(.text-blue-500) {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
} :is(.text-gray-300) {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
} :is(.text-gray-400) {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
} :is(.text-gray-500) {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
} :is(.text-green-500) {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
} :is(.text-red-500) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
} :is(.text-white) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
} :is(.underline) {
  text-decoration-line: underline;
} :is(.opacity-0) {
  opacity: 0;
} :is(.outline) {
  outline-style: solid;
} :is(.blur) {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
} :is(.filter) {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
} :is(.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;
} :is(.transition-opacity) {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
} :is(.duration-200) {
  transition-duration: 200ms;
} :is(.ease-in-out) {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
} :is(.ease-out) {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
} :is(.scrollbar-deem){overflow:auto} :is(.scrollbar-deem)::-webkit-scrollbar{width:.7em;height:.7em} :is(.scrollbar-deem)::-webkit-scrollbar-thumb{border-radius:.7em;background:#f1f1f1} :is(.scrollbar-deem)::-webkit-scrollbar-thumb:hover{background:#dedede} :is(.scrollbar-hide){overflow:auto} :is(.scrollbar-hide)::-webkit-scrollbar{width:.7em;height:.7em} :is(.scrollbar-hide)::-webkit-scrollbar-thumb{border-radius:.7em;background:#f1f1f1} :is(.scrollbar-hide)::-webkit-scrollbar-thumb:hover{background:#dedede} :is(.scrollbar-hide){overflow-x:scroll;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none} :is(.scrollbar-hide)::-webkit-scrollbar{width:0;height:0} :is(.all_center){display:flex;align-items:center;justify-content:center}.diy-table .ant-pagination{margin-right:20px}.diy-table td{max-width:300px;min-width:50px}.text-btn{cursor:pointer;white-space:nowrap}.text-btn.green{color:#00a854}.text-btn.red{color:#f33}.text-btn.orange{color:#f9972e}.text-btn.blue{color:#009fea}.text-btn.cyan{color:#01c6d0}.text-btn.purple{color:#3000cc}.text-btn.hover-blue{transition:200ms}.text-btn.hover-blue:hover{color:#00aeff}.text-opt{cursor:pointer;padding:.25em .5em;transition:200ms}.text-opt:hover{background-color:rgba(0,0,0,.0392156863)}.g-search{display:flex;align-items:center;margin-bottom:8px}.g-search .ant-divider{margin:0 20px}.g-search .g-search-operation{display:flex}.g-search .g-search-operation>*:not(:last-child){margin-right:.5em}.g-search .g-search-filter{display:flex}.g-search .g-search-filter>*:not(:last-child){margin-right:.5em}.ant-tooltip{min-width:30px}@media screen and (pointer: coarse){@supports(-webkit-backdrop-filter: blur(1px)) and (overscroll-behavior-y: none){html{min-height:100%;overscroll-behavior-y:none}}@supports(-webkit-backdrop-filter: blur(1px)) and (not (overscroll-behavior-y: none)){html{height:100%;overflow:hidden}body{margin:0;max-height:100%;overflow:auto;-webkit-overflow-scrolling:touch}}}body{overscroll-behavior-y:none}.ant-select-arrow{transform:scale(1.2)}.ant-select-borderless .ant-select-arrow{display:none}.ant-switch-handle::before{transition:1000s !important}.ant-pagination .ant-pagination-options-quick-jumper{margin-inline-start:16px}.ant-upload-wrapper .ant-upload-drag .ant-upload{padding:4px} :is(.hover\:bg-primary-50:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity));
} :is(.group:hover .group-hover\:opacity-100) {
  opacity: 1;
}
