*, ::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:  ;
}

/*
! tailwindcss v3.4.17 | 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]:where(:not([hidden="until-found"])) {
  display: none;
}

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.inset-3 {
  inset: 0.75rem;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.left-4 {
  left: 1rem;
}

.right-0 {
  right: 0px;
}

.right-4 {
  right: 1rem;
}

.right-6 {
  right: 1.5rem;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-auto {
  top: auto;
}

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

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.m-auto {
  margin: auto;
}

.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-0\.5 {
  margin-left: 0.125rem;
}

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

.ml-4 {
  margin-left: 1rem;
}

.mr-9 {
  margin-right: 2.25rem;
}

.mr-\[6px\] {
  margin-right: 6px;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-\[30px\] {
  margin-top: 30px;
}

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-\[805\/492\] {
  aspect-ratio: 805/492;
}

.size-0 {
  width: 0px;
  height: 0px;
}

.size-11 {
  width: 2.75rem;
  height: 2.75rem;
}

.size-12 {
  width: 3rem;
  height: 3rem;
}

.size-14 {
  width: 3.5rem;
  height: 3.5rem;
}

.size-16 {
  width: 4rem;
  height: 4rem;
}

.size-2 {
  width: 0.5rem;
  height: 0.5rem;
}

.size-20 {
  width: 5rem;
  height: 5rem;
}

.size-3 {
  width: 0.75rem;
  height: 0.75rem;
}

.size-4 {
  width: 1rem;
  height: 1rem;
}

.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}

.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.size-8 {
  width: 2rem;
  height: 2rem;
}

.size-9 {
  width: 2.25rem;
  height: 2.25rem;
}

.size-\[100px\] {
  width: 100px;
  height: 100px;
}

.size-\[18px\] {
  width: 18px;
  height: 18px;
}

.size-\[288px\] {
  width: 288px;
  height: 288px;
}

.size-\[30px\] {
  width: 30px;
  height: 30px;
}

.size-\[46px\] {
  width: 46px;
  height: 46px;
}

.size-\[48px\] {
  width: 48px;
  height: 48px;
}

.size-\[52px\] {
  width: 52px;
  height: 52px;
}

.size-\[54px\] {
  width: 54px;
  height: 54px;
}

.size-\[64px\] {
  width: 64px;
  height: 64px;
}

.size-\[72px\] {
  width: 72px;
  height: 72px;
}

.size-\[76px\] {
  width: 76px;
  height: 76px;
}

.size-\[86px\] {
  width: 86px;
  height: 86px;
}

.size-full {
  width: 100%;
  height: 100%;
}

.\!h-\[350px\] {
  height: 350px !important;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-20 {
  height: 5rem;
}

.h-6 {
  height: 1.5rem;
}

.h-\[100px\] {
  height: 100px;
}

.h-\[116px\] {
  height: 116px;
}

.h-\[120px\] {
  height: 120px;
}

.h-\[125px\] {
  height: 125px;
}

.h-\[1px\] {
  height: 1px;
}

.h-\[224px\] {
  height: 224px;
}

.h-\[230px\] {
  height: 230px;
}

.h-\[24px\] {
  height: 24px;
}

.h-\[280px\] {
  height: 280px;
}

.h-\[300px\] {
  height: 300px;
}

.h-\[30px\] {
  height: 30px;
}

.h-\[358px\] {
  height: 358px;
}

.h-\[365px\] {
  height: 365px;
}

.h-\[384px\] {
  height: 384px;
}

.h-\[38px\] {
  height: 38px;
}

.h-\[408px\] {
  height: 408px;
}

.h-\[470px\] {
  height: 470px;
}

.h-\[52px\] {
  height: 52px;
}

.h-\[56px\] {
  height: 56px;
}

.h-\[60px\] {
  height: 60px;
}

.h-\[640px\] {
  height: 640px;
}

.h-\[76px\] {
  height: 76px;
}

.h-\[80px\] {
  height: 80px;
}

.h-\[84px\] {
  height: 84px;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-\[497px\] {
  max-height: 497px;
}

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

.w-20 {
  width: 5rem;
}

.w-\[-webkit-fill-available\] {
  width: -webkit-fill-available;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[calc\(100\%\+48px\)\] {
  width: calc(100% + 48px);
}

.w-\[calc\(389\/1000\*100\%\)\] {
  width: calc(389 / 1000 * 100%);
}

.w-\[calc\(424\/904\*100\%\)\] {
  width: calc(424 / 904 * 100%);
}

.w-\[calc\(463\/1000\*100\%\)\] {
  width: calc(463 / 1000 * 100%);
}

.w-\[calc\(497\/1000\*100\%\)\] {
  width: calc(497 / 1000 * 100%);
}

.w-\[calc\(520\/1000\*100\%\)\] {
  width: calc(520 / 1000 * 100%);
}

.w-\[calc\(525\/1000\*100\%\)\] {
  width: calc(525 / 1000 * 100%);
}

.w-\[calc\(545\/1000\*100\%\)\] {
  width: calc(545 / 1000 * 100%);
}

.w-\[calc\(565\/1000\*100\%\)\] {
  width: calc(565 / 1000 * 100%);
}

.w-\[calc\(603\/1000\*100\%\)\] {
  width: calc(603 / 1000 * 100%);
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.w-px {
  width: 1px;
}

.min-w-\[155px\] {
  min-width: 155px;
}

.min-w-\[240px\] {
  min-width: 240px;
}

.min-w-\[92px\] {
  min-width: 92px;
}

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

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

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

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

.shrink-0 {
  flex-shrink: 0;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  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));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  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));
}

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

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

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

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

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

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

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

.justify-end {
  justify-content: flex-end;
}

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

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

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[12px\] {
  gap: 12px;
}

.gap-\[14px\] {
  gap: 14px;
}

.gap-\[2px\] {
  gap: 2px;
}

.gap-\[32px\] {
  gap: 32px;
}

.gap-\[36px\] {
  gap: 36px;
}

.gap-\[48px\] {
  gap: 48px;
}

.gap-\[49px\] {
  gap: 49px;
}

.gap-\[6px\] {
  gap: 6px;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

.overflow-y-scroll {
  overflow-y: scroll;
}

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

.text-nowrap {
  text-wrap: nowrap;
}

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

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-\[18px\] {
  border-radius: 18px;
}

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

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-\[1\.5px\] {
  border-width: 1.5px;
}

.border-l {
  border-left-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-desa-background {
  --tw-border-opacity: 1;
  border-color: rgb(242 249 246 / var(--tw-border-opacity, 1));
}

.border-desa-foreshadow {
  --tw-border-opacity: 1;
  border-color: rgb(241 250 230 / var(--tw-border-opacity, 1));
}

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.bg-\[\#001B1ACC\] {
  background-color: #001B1ACC;
}

.bg-\[\#005CAA17\] {
  background-color: #005CAA17;
}

.bg-\[\#080C1ACC\] {
  background-color: #080C1ACC;
}

.bg-\[\#F2F7FA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 247 250 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FBAD4817\] {
  background-color: #FBAD4817;
}

.bg-\[\#FF507017\] {
  background-color: #FF507017;
}

.bg-desa-background {
  --tw-bg-opacity: 1;
  background-color: rgb(242 249 246 / var(--tw-bg-opacity, 1));
}

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

.bg-desa-blue\/10 {
  background-color: rgb(0 92 170 / 0.1);
}

.bg-desa-dark-green {
  --tw-bg-opacity: 1;
  background-color: rgb(52 97 58 / var(--tw-bg-opacity, 1));
}

.bg-desa-foreshadow {
  --tw-bg-opacity: 1;
  background-color: rgb(241 250 230 / var(--tw-bg-opacity, 1));
}

.bg-desa-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(250 113 57 / var(--tw-bg-opacity, 1));
}

.bg-desa-red {
  --tw-bg-opacity: 1;
  background-color: rgb(255 80 112 / var(--tw-bg-opacity, 1));
}

.bg-desa-red\/10 {
  background-color: rgb(255 80 112 / 0.1);
}

.bg-desa-soft-green {
  --tw-bg-opacity: 1;
  background-color: rgb(142 189 85 / var(--tw-bg-opacity, 1));
}

.bg-desa-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(251 173 74 / var(--tw-bg-opacity, 1));
}

.bg-desa-yellow\/10 {
  background-color: rgb(251 173 74 / 0.1);
}

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

.bg-white\/\[2\%\] {
  background-color: rgb(255 255 255 / 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;
}

.object-left-top {
  -o-object-position: left top;
     object-position: left top;
}

.object-top {
  -o-object-position: top;
     object-position: top;
}

.p-1 {
  padding: 0.25rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-\[12px\] {
  padding: 12px;
}

.p-\[14px\] {
  padding: 14px;
}

.p-\[16px\] {
  padding: 16px;
}

.p-\[18px\] {
  padding: 18px;
}

.p-\[32px\] {
  padding: 32px;
}

.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

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

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

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

.px-\[1\.5px\] {
  padding-left: 1.5px;
  padding-right: 1.5px;
}

.px-\[14px\] {
  padding-left: 14px;
  padding-right: 14px;
}

.px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}

.px-\[32px\] {
  padding-left: 32px;
  padding-right: 32px;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}

.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}

.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-\[2px\] {
  padding-bottom: 2px;
}

.pb-\[30px\] {
  padding-bottom: 30px;
}

.pb-\[34px\] {
  padding-bottom: 34px;
}

.pb-\[60px\] {
  padding-bottom: 60px;
}

.pl-12 {
  padding-left: 3rem;
}

.pl-\[28px\] {
  padding-left: 28px;
}

.pl-\[48px\] {
  padding-left: 48px;
}

.pl-\[70px\] {
  padding-left: 70px;
}

.pl-\[calc\(\(\(100\%-1280px\)\/2\)\+75px\)\] {
  padding-left: calc(((100% - 1280px) / 2) + 75px);
}

.pr-12 {
  padding-right: 3rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

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

.pr-6 {
  padding-right: 1.5rem;
}

.pr-\[52px\] {
  padding-right: 52px;
}

.pr-\[98px\] {
  padding-right: 98px;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-\[30px\] {
  padding-top: 30px;
}

.pt-\[32px\] {
  padding-top: 32px;
}

.pt-\[59px\] {
  padding-top: 59px;
}

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

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

.text-right {
  text-align: right;
}

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

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

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

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

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

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

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-\[15px\] {
  line-height: 15px;
}

.leading-\[17\.5px\] {
  line-height: 17.5px;
}

.leading-\[19\.2px\] {
  line-height: 19.2px;
}

.leading-\[22\.5px\] {
  line-height: 22.5px;
}

.leading-\[25\.6px\] {
  line-height: 25.6px;
}

.leading-\[25px\] {
  line-height: 25px;
}

.leading-\[27\.5px\] {
  line-height: 27.5px;
}

.leading-\[28px\] {
  line-height: 28px;
}

.leading-\[30px\] {
  line-height: 30px;
}

.leading-\[40px\] {
  line-height: 40px;
}

.tracking-\[0\.25rem\] {
  letter-spacing: 0.25rem;
}

.tracking-\[4px\] {
  letter-spacing: 4px;
}

.text-\[\#000000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-\[\#ACB9BB\] {
  --tw-text-opacity: 1;
  color: rgb(172 185 187 / var(--tw-text-opacity, 1));
}

.text-\[\#DEFF6E\] {
  --tw-text-opacity: 1;
  color: rgb(222 255 110 / var(--tw-text-opacity, 1));
}

.text-\[\#FBAD48\] {
  --tw-text-opacity: 1;
  color: rgb(251 173 72 / var(--tw-text-opacity, 1));
}

.text-desa-black {
  --tw-text-opacity: 1;
  color: rgb(0 27 26 / var(--tw-text-opacity, 1));
}

.text-desa-blue {
  --tw-text-opacity: 1;
  color: rgb(0 92 170 / var(--tw-text-opacity, 1));
}

.text-desa-dark-green {
  --tw-text-opacity: 1;
  color: rgb(52 97 58 / var(--tw-text-opacity, 1));
}

.text-desa-lime {
  --tw-text-opacity: 1;
  color: rgb(222 255 110 / var(--tw-text-opacity, 1));
}

.text-desa-orange {
  --tw-text-opacity: 1;
  color: rgb(250 113 57 / var(--tw-text-opacity, 1));
}

.text-desa-red {
  --tw-text-opacity: 1;
  color: rgb(255 80 112 / var(--tw-text-opacity, 1));
}

.text-desa-secondary {
  --tw-text-opacity: 1;
  color: rgb(90 122 126 / var(--tw-text-opacity, 1));
}

.text-desa-soft-green {
  --tw-text-opacity: 1;
  color: rgb(142 189 85 / var(--tw-text-opacity, 1));
}

.text-desa-yellow {
  --tw-text-opacity: 1;
  color: rgb(251 173 74 / var(--tw-text-opacity, 1));
}

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

.accent-desa-dark-green {
  accent-color: #34613A;
}

.accent-desa-secondary {
  accent-color: #5A7A7E;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

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

.ring-\[1\.5px\] {
  --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(1.5px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

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

.ring-desa-background {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(242 249 246 / var(--tw-ring-opacity, 1));
}

.backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

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

.gradient-vertical {
  background: linear-gradient(209.83deg, #89b854 1.15%, #042f2b 100%);
}

.gradient-horizontal {
  background: linear-gradient(272.68deg, #89b854 0%, #042f2b 100%);
}

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

body {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #f2f9f6;
  color: #001b1a;
  font-family: "Lexend Deca";
}

.hide-scrollbar {
  overflow: auto;
  /* Allows scrolling */
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE */
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari */
}

.box {
  background-image: repeating-linear-gradient(270deg, #f1fae6, #f1fae6 8px, transparent 8px, transparent 15px, #f1fae6 15px);
  background-size: 100% 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
}

.square-dashed {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='16' ry='16' stroke='%23DDE5E1' stroke-width='3' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  border-radius: 16px;
}

.bukti-menerima-bansos[src="#"], .bukti-menerima-bansos[src=""] {
  display: none;
}

.placeholder\:font-medium::-moz-placeholder {
  font-weight: 500;
}

.placeholder\:font-medium::placeholder {
  font-weight: 500;
}

.placeholder\:leading-5::-moz-placeholder {
  line-height: 1.25rem;
}

.placeholder\:leading-5::placeholder {
  line-height: 1.25rem;
}

.placeholder\:tracking-normal::-moz-placeholder {
  letter-spacing: 0em;
}

.placeholder\:tracking-normal::placeholder {
  letter-spacing: 0em;
}

.placeholder\:text-desa-secondary::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(90 122 126 / var(--tw-text-opacity, 1));
}

.placeholder\:text-desa-secondary::placeholder {
  --tw-text-opacity: 1;
  color: rgb(90 122 126 / var(--tw-text-opacity, 1));
}

.last-of-type\:hidden:last-of-type {
  display: none;
}

.last-of-type\:border-0:last-of-type {
  border-width: 0px;
}

.last-of-type\:font-semibold:last-of-type {
  font-weight: 600;
}

.last-of-type\:text-desa-dark-green:last-of-type {
  --tw-text-opacity: 1;
  color: rgb(52 97 58 / var(--tw-text-opacity, 1));
}

.checked\:accent-desa-dark-green:checked {
  accent-color: #34613A;
}

.placeholder-shown\:tracking-normal:-moz-placeholder-shown {
  letter-spacing: 0em;
}

.placeholder-shown\:tracking-normal:placeholder-shown {
  letter-spacing: 0em;
}

.placeholder\:placeholder-shown\:text-desa-secondary:placeholder-shown::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(90 122 126 / var(--tw-text-opacity, 1));
}

.placeholder\:-moz-placeholder-shown\:text-desa-secondary:-moz-placeholder-shown::placeholder {
  --tw-text-opacity: 1;
  color: rgb(90 122 126 / var(--tw-text-opacity, 1));
}

.placeholder\:placeholder-shown\:text-desa-secondary:placeholder-shown::placeholder {
  --tw-text-opacity: 1;
  color: rgb(90 122 126 / var(--tw-text-opacity, 1));
}

.invalid\:text-desa-secondary:invalid {
  --tw-text-opacity: 1;
  color: rgb(90 122 126 / var(--tw-text-opacity, 1));
}

.focus-within\:border-desa-dark-green:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(52 97 58 / var(--tw-border-opacity, 1));
}

.hover\:border-desa-dark-green:hover {
  --tw-border-opacity: 1;
  border-color: rgb(52 97 58 / var(--tw-border-opacity, 1));
}

.hover\:border-desa-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(90 122 126 / var(--tw-border-opacity, 1));
}

.hover\:border-transparent:hover {
  border-color: transparent;
}

.hover\:bg-desa-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 27 26 / var(--tw-bg-opacity, 1));
}

.hover\:bg-desa-foreshadow:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 250 230 / var(--tw-bg-opacity, 1));
}

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

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:ring-\[1\.5px\]:hover {
  --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(1.5px + 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);
}

.hover\:ring-desa-dark-green:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(52 97 58 / var(--tw-ring-opacity, 1));
}

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

.focus\:ring-\[1\.5px\]: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(1.5px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-desa-black:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 27 26 / var(--tw-ring-opacity, 1));
}

.focus\:ring-desa-dark-green:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(52 97 58 / var(--tw-ring-opacity, 1));
}

.disabled\:\!bg-desa-foreshadow:disabled {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 250 230 / var(--tw-bg-opacity, 1)) !important;
}

.disabled\:bg-desa-grey:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(219 219 219 / var(--tw-bg-opacity, 1));
}

.group:focus-within .group-focus-within\:opacity-0 {
  opacity: 0;
}

.group:focus-within .group-focus-within\:opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:flex {
  display: flex;
}

.group:hover .group-hover\:hidden {
  display: none;
}

.group:hover .group-hover\:bg-desa-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 27 26 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-desa-dark-green {
  --tw-bg-opacity: 1;
  background-color: rgb(52 97 58 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-desa-foreshadow {
  --tw-bg-opacity: 1;
  background-color: rgb(241 250 230 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:text-desa-dark-green {
  --tw-text-opacity: 1;
  color: rgb(52 97 58 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-desa-foreshadow {
  --tw-text-opacity: 1;
  color: rgb(241 250 230 / var(--tw-text-opacity, 1));
}

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

.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.group\/arrow:disabled .group-disabled\/arrow\:\!flex {
  display: flex !important;
}

.group\/arrow:disabled .group-disabled\/arrow\:\!hidden {
  display: none !important;
}

.group.diterima .group-\[\&\.diterima\]\:flex {
  display: flex;
}

.group.ditolak .group-\[\&\.ditolak\]\:flex {
  display: flex;
}

.group.menunggu .group-\[\&\.menunggu\]\:flex {
  display: flex;
}

.group\/parent.new .group-\[\&\.new\]\/parent\:flex {
  display: flex;
}

.group.active .group-\[\.active\]\:flex {
  display: flex;
}

.group.invalid .group-\[\.invalid\]\:flex {
  display: flex;
}

.group.valid .group-\[\.valid\]\:flex {
  display: flex;
}

.group.invalid .group-\[\.invalid\]\:\!hidden {
  display: none !important;
}

.group.invalid .group-\[\.invalid\]\:hidden {
  display: none;
}

.group.active .group-\[\.active\]\:bg-desa-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 27 26 / var(--tw-bg-opacity, 1));
}

.group.active .group-\[\.active\]\:bg-desa-dark-green {
  --tw-bg-opacity: 1;
  background-color: rgb(52 97 58 / var(--tw-bg-opacity, 1));
}

.group.active .group-\[\.active\]\:bg-desa-foreshadow {
  --tw-bg-opacity: 1;
  background-color: rgb(241 250 230 / var(--tw-bg-opacity, 1));
}

.group.active .group-\[\.active\]\:bg-desa-soft-green {
  --tw-bg-opacity: 1;
  background-color: rgb(142 189 85 / var(--tw-bg-opacity, 1));
}

.group.active .group-\[\.active\]\:font-medium {
  font-weight: 500;
}

.group.active .group-\[\.active\]\:text-desa-black {
  --tw-text-opacity: 1;
  color: rgb(0 27 26 / var(--tw-text-opacity, 1));
}

.group.active .group-\[\.active\]\:text-desa-dark-green {
  --tw-text-opacity: 1;
  color: rgb(52 97 58 / var(--tw-text-opacity, 1));
}

.group.active .group-\[\.active\]\:text-desa-foreshadow {
  --tw-text-opacity: 1;
  color: rgb(241 250 230 / var(--tw-text-opacity, 1));
}

.group.active .group-\[\.active\]\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group.active .group-\[\.active\]\:opacity-0 {
  opacity: 0;
}

.group.active .group-\[\.active\]\:opacity-100 {
  opacity: 1;
}

.group.active .group-\[\.active\]\: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);
}

.group.invalid .group-\[\.invalid\]\:input-invalid-state {
  --tw-text-opacity: 1 !important;
  color: rgb(255 80 112 / var(--tw-text-opacity, 1)) !important;
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(255 80 112 / var(--tw-ring-opacity, 1)) !important;
}

.group.invalid .group-\[\.invalid\]\:input-invalid-state::-moz-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(255 80 112 / var(--tw-text-opacity, 1)) !important;
}

.group.invalid .group-\[\.invalid\]\:input-invalid-state::placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(255 80 112 / var(--tw-text-opacity, 1)) !important;
}

.peer:checked ~ .peer-checked\:text-desa-dark-green {
  --tw-text-opacity: 1;
  color: rgb(52 97 58 / var(--tw-text-opacity, 1));
}

.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:block {
  display: block;
}

.peer:placeholder-shown ~ .peer-placeholder-shown\:block {
  display: block;
}

.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:hidden {
  display: none;
}

.peer:placeholder-shown ~ .peer-placeholder-shown\:hidden {
  display: none;
}

.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:opacity-0 {
  opacity: 0;
}

.peer:placeholder-shown ~ .peer-placeholder-shown\:opacity-0 {
  opacity: 0;
}

.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:opacity-100 {
  opacity: 1;
}

.peer:placeholder-shown ~ .peer-placeholder-shown\:opacity-100 {
  opacity: 1;
}

.peer.invalid ~ .peer-\[\.invalid\]\:block {
  display: block;
}

.has-\[\:checked\]\:border-transparent:has(:checked) {
  border-color: transparent;
}

.has-\[\:checked\]\:bg-desa-foreshadow:has(:checked) {
  --tw-bg-opacity: 1;
  background-color: rgb(241 250 230 / var(--tw-bg-opacity, 1));
}

.has-\[\:checked\]\:ring-\[1\.5px\]:has(:checked) {
  --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(1.5px + 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);
}

.has-\[\:checked\]\:ring-desa-dark-green:has(:checked) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(52 97 58 / var(--tw-ring-opacity, 1));
}

.group:has(:checked) .group-has-\[\:checked\]\:flex {
  display: flex;
}

.group:has(:invalid) .group-has-\[\:invalid\]\:flex {
  display: flex;
}

.group:has(:-moz-placeholder-shown) .group-has-\[\:-moz-placeholder-shown\]\:flex {
  display: flex;
}

.group:has(:placeholder-shown) .group-has-\[\:placeholder-shown\]\:flex {
  display: flex;
}

.group:has(:checked) .group-has-\[\:checked\]\:hidden {
  display: none;
}

.group:has(:invalid) .group-has-\[\:invalid\]\:hidden {
  display: none;
}

.group:has(:-moz-placeholder-shown) .group-has-\[\:-moz-placeholder-shown\]\:hidden {
  display: none;
}

.group:has(:placeholder-shown) .group-has-\[\:placeholder-shown\]\:hidden {
  display: none;
}

.group:has(:checked) .group-has-\[\:checked\]\:text-desa-dark-green {
  --tw-text-opacity: 1;
  color: rgb(52 97 58 / var(--tw-text-opacity, 1));
}

.group:has(:-moz-placeholder-shown) .group-has-\[\:-moz-placeholder-shown\]\:text-desa-secondary {
  --tw-text-opacity: 1;
  color: rgb(90 122 126 / var(--tw-text-opacity, 1));
}

.group:has(:placeholder-shown) .group-has-\[\:placeholder-shown\]\:text-desa-secondary {
  --tw-text-opacity: 1;
  color: rgb(90 122 126 / var(--tw-text-opacity, 1));
}

.group:has(:checked) .group-has-\[\:checked\]\:opacity-0 {
  opacity: 0;
}

.group:has(:checked) .group-has-\[\:checked\]\:opacity-100 {
  opacity: 1;
}

.group:has(:-moz-placeholder-shown) .group-has-\[\:-moz-placeholder-shown\]\:opacity-0 {
  opacity: 0;
}

.group:has(:placeholder-shown) .group-has-\[\:placeholder-shown\]\:opacity-0 {
  opacity: 0;
}

.\[\&\.active\]\:bg-desa-foreshadow.active {
  --tw-bg-opacity: 1;
  background-color: rgb(241 250 230 / var(--tw-bg-opacity, 1));
}

.\[\&\.input-is-filled\]\:block.input-is-filled {
  display: block;
}

.\[\&\.menikah\]\:flex.menikah {
  display: flex;
}

.\[\&\:\:-webkit-calendar-picker-indicator\]\:hidden::-webkit-calendar-picker-indicator {
  display: none;
}

.\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar {
  display: none;
}

.\[\&\:-moz-placeholder-shown\]\:pl-12:-moz-placeholder-shown {
  padding-left: 3rem;
}

.\[\&\:placeholder-shown\]\:pl-12:placeholder-shown {
  padding-left: 3rem;
}
