@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900&display=swap");

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

html {
    font-family: "Poppins", sans-serif;
  }

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

.base-input{
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(245 207 255 / var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 5px;
  padding-bottom: 5px;
  --tw-text-opacity: 1;
  color: rgb(140 140 140 / var(--tw-text-opacity, 1));
}

.base-input:focus{
  --tw-border-opacity: 1;
  border-color: rgb(245 207 255 / var(--tw-border-opacity, 1));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 207 255 / var(--tw-ring-opacity, 1));
}

.button-primary{
  height: 2.5rem;
  border-radius: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 22px;
  padding-right: 22px;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

.button-primary:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(245 207 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.button-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(158 60 185 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.button-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(245 207 255 / var(--tw-bg-opacity, 1));
}

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

.button-primary:hover:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(245 207 255 / var(--tw-bg-opacity, 1));
}

.button-primary-outline{
  height: 2.5rem;
  border-radius: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 22px;
  padding-right: 22px;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.button-primary-outline:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.button-primary-outline:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(245 207 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.button-primary-outline{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(158 60 185 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(158 60 185 / var(--tw-text-opacity, 1));
}

.button-primary-outline:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(158 60 185 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.button-danger{
  height: 2.5rem;
  border-radius: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 22px;
  padding-right: 22px;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

.button-danger:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(245 207 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.button-danger{
  --tw-bg-opacity: 1;
  background-color: rgb(229 81 81 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.button-danger:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 193 193 / var(--tw-bg-opacity, 1));
}

.form-checkbox{
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(158 60 185 / var(--tw-border-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.form-checkbox:focus{
  border-color: rgb(245 207 255 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 1;
  border-color: rgb(158 60 185 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(245 207 255 / var(--tw-ring-opacity, 1));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(158 60 185 / var(--tw-ring-opacity, 1));
}

.form-checkbox{
  height: 1.25rem;
  width: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(158 60 185 / var(--tw-text-opacity, 1));
  accent-color: #9E3CB9;
}

.form-primary{
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(158 60 185 / var(--tw-border-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.form-primary:focus{
  border-color: rgb(245 207 255 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 1;
  border-color: rgb(158 60 185 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(245 207 255 / var(--tw-ring-opacity, 1));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(158 60 185 / var(--tw-ring-opacity, 1));
}

.form-primary{
  width: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.form-radio{
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(158 60 185 / var(--tw-border-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.form-radio:focus{
  border-color: rgb(245 207 255 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 1;
  border-color: rgb(158 60 185 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-color: rgb(245 207 255 / var(--tw-ring-opacity, 1));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(158 60 185 / var(--tw-ring-opacity, 1));
}

.form-radio{
  height: 1.25rem;
  width: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(158 60 185 / var(--tw-text-opacity, 1));
  accent-color: #9E3CB9;
}

.base-card-clicked:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(245 207 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(158 60 185 / var(--tw-text-opacity, 1));
}

.base-card-clicked:focus{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(158 60 185 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(245 207 255 / var(--tw-bg-opacity, 1));
}

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

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

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-0{
  inset: 0px;
}

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

.bottom-0{
  bottom: 0px;
}

.bottom-4{
  bottom: 1rem;
}

.left-0{
  left: 0px;
}

.left-1{
  left: 0.25rem;
}

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

.top-0{
  top: 0px;
}

.top-3{
  top: 0.75rem;
}

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

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

.float-end{
  float: inline-end;
}

.m-0{
  margin: 0px;
}

.m-1{
  margin: 0.25rem;
}

.m-4{
  margin: 1rem;
}

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

.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

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

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

.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

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

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

.mb-2{
  margin-bottom: 0.5rem;
}

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

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

.mb-5{
  margin-bottom: 1.25rem;
}

.mb-7{
  margin-bottom: 1.75rem;
}

.mb-\[100px\]{
  margin-bottom: 100px;
}

.me-1{
  margin-inline-end: 0.25rem;
}

.me-2{
  margin-inline-end: 0.5rem;
}

.me-3{
  margin-inline-end: 0.75rem;
}

.me-5{
  margin-inline-end: 1.25rem;
}

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

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

.mr-4{
  margin-right: 1rem;
}

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

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

.mt-2{
  margin-top: 0.5rem;
}

.mt-3{
  margin-top: 0.75rem;
}

.mt-5{
  margin-top: 1.25rem;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.flex{
  display: flex;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-10{
  height: 2.5rem;
}

.h-16{
  height: 4rem;
}

.h-2\.5{
  height: 0.625rem;
}

.h-5{
  height: 1.25rem;
}

.h-56{
  height: 14rem;
}

.h-6{
  height: 1.5rem;
}

.h-8{
  height: 2rem;
}

.h-\[10\%\]{
  height: 10%;
}

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

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

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

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

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

.h-\[68\%\]{
  height: 68%;
}

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

.h-\[90\%\]{
  height: 90%;
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

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

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

.min-h-64{
  min-height: 16rem;
}

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

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

.w-10{
  width: 2.5rem;
}

.w-11\/12{
  width: 91.666667%;
}

.w-12{
  width: 3rem;
}

.w-16{
  width: 4rem;
}

.w-2\/3{
  width: 66.666667%;
}

.w-2\/5{
  width: 40%;
}

.w-20{
  width: 5rem;
}

.w-6{
  width: 1.5rem;
}

.w-8{
  width: 2rem;
}

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

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

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

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

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

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

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

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

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

.w-auto{
  width: auto;
}

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

.w-full{
  width: 100%;
}

.w-screen{
  width: 100vw;
}

.min-w-12{
  min-width: 3rem;
}

.min-w-16{
  min-width: 4rem;
}

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

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

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

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

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

.max-w-14{
  max-width: 3.5rem;
}

.max-w-16{
  max-width: 4rem;
}

.max-w-7xl{
  max-width: 80rem;
}

.max-w-sm{
  max-width: 24rem;
}

.max-w-xl{
  max-width: 36rem;
}

.max-w-xs{
  max-width: 20rem;
}

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

.flex-grow{
  flex-grow: 1;
}

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

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

@keyframes spin{

  to{
    transform: rotate(360deg);
  }
}

.animate-spin{
  animation: spin 1s linear infinite;
}

.cursor-default{
  cursor: default;
}

.cursor-grab{
  cursor: grab;
}

.cursor-pointer{
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

.gap-1{
  gap: 0.25rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-y-1{
  row-gap: 0.25rem;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-scroll{
  overflow: scroll;
}

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

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

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

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

.text-ellipsis{
  text-overflow: ellipsis;
}

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

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

.rounded{
  border-radius: 0.25rem;
}

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

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

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

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

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

.border{
  border-width: 1px;
}

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

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

.border-\[2px\]{
  border-width: 2px;
}

.border-x-0{
  border-left-width: 0px;
  border-right-width: 0px;
}

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

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

.border-\[\#E5E5E5\]{
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}

.border-neutral-300{
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
}

.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(158 60 185 / var(--tw-border-opacity, 1));
}

.border-primary-semi{
  --tw-border-opacity: 1;
  border-color: rgb(245 207 255 / var(--tw-border-opacity, 1));
}

.border-success{
  --tw-border-opacity: 1;
  border-color: rgb(91 204 52 / var(--tw-border-opacity, 1));
}

.border-warning{
  --tw-border-opacity: 1;
  border-color: rgb(255 168 0 / var(--tw-border-opacity, 1));
}

.border-white-semi{
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
}

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

.bg-danger{
  --tw-bg-opacity: 1;
  background-color: rgb(229 81 81 / var(--tw-bg-opacity, 1));
}

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

.bg-neutral-600{
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
}

.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(158 60 185 / var(--tw-bg-opacity, 1));
}

.bg-primary-light{
  --tw-bg-opacity: 1;
  background-color: rgb(251 238 255 / var(--tw-bg-opacity, 1));
}

.bg-primary-semi{
  --tw-bg-opacity: 1;
  background-color: rgb(245 207 255 / var(--tw-bg-opacity, 1));
}

.bg-success-light{
  --tw-bg-opacity: 1;
  background-color: rgb(232 255 224 / var(--tw-bg-opacity, 1));
}

.bg-warning-light{
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 212 / var(--tw-bg-opacity, 1));
}

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

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

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

.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

.fill-primary{
  fill: #9E3CB9;
}

.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.p-0{
  padding: 0px;
}

.p-1{
  padding: 0.25rem;
}

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.px-0{
  padding-left: 0px;
  padding-right: 0px;
}

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

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

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

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

.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

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

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

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

.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

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

.pb-5{
  padding-bottom: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

.text-heading-m{
  font-size: 1.75rem;
  line-height: 2.375rem;
}

.text-heading-s{
  font-size: 1.25rem;
  line-height: 1.875rem;
}

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

.text-m{
  font-size: 0.875rem;
  line-height: 1.375rem;
}

.text-s{
  font-size: 0.75rem;
  line-height: 1.125rem;
}

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

.font-\[600\]{
  font-weight: 600;
}

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

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

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

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

.text-danger{
  --tw-text-opacity: 1;
  color: rgb(229 81 81 / var(--tw-text-opacity, 1));
}

.text-neutral-300{
  --tw-text-opacity: 1;
  color: rgb(234 234 234 / var(--tw-text-opacity, 1));
}

.text-neutral-400{
  --tw-text-opacity: 1;
  color: rgb(140 140 140 / var(--tw-text-opacity, 1));
}

.text-neutral-500{
  --tw-text-opacity: 1;
  color: rgb(69 69 69 / var(--tw-text-opacity, 1));
}

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

.text-primary{
  --tw-text-opacity: 1;
  color: rgb(158 60 185 / var(--tw-text-opacity, 1));
}

.text-primary-semi{
  --tw-text-opacity: 1;
  color: rgb(245 207 255 / var(--tw-text-opacity, 1));
}

.text-success{
  --tw-text-opacity: 1;
  color: rgb(91 204 52 / var(--tw-text-opacity, 1));
}

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

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

.opacity-75{
  opacity: 0.75;
}

.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

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

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

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

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

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

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

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

.hover\:border-primary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(158 60 185 / var(--tw-border-opacity, 1));
}

.hover\:bg-neutral-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 234 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-semi:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(245 207 255 / var(--tw-bg-opacity, 1));
}

.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(158 60 185 / var(--tw-text-opacity, 1));
}

.focus\:border:focus{
  border-width: 1px;
}

.focus\:bg-primary-semi:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(245 207 255 / var(--tw-bg-opacity, 1));
}

.disabled\:opacity-50:disabled{
  opacity: 0.5;
}

@media (min-width: 768px){

  .md\:static{
    position: static;
  }

  .md\:m-1{
    margin: 0.25rem;
  }

  .md\:my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:mb-2{
    margin-bottom: 0.5rem;
  }

  .md\:me-2{
    margin-inline-end: 0.5rem;
  }

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

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

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

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

  .md\:w-4\/5{
    width: 80%;
  }

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

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

  .md\:w-full{
    width: 100%;
  }

  .md\:max-w-7xl{
    max-width: 80rem;
  }

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

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

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

  .md\:gap-2{
    gap: 0.5rem;
  }

  .md\:gap-4{
    gap: 1rem;
  }

  .md\:overflow-y-visible{
    overflow-y: visible;
  }

  .md\:bg-opacity-0{
    --tw-bg-opacity: 0;
  }

  .md\:p-0{
    padding: 0px;
  }

  .md\:p-3{
    padding: 0.75rem;
  }

  .md\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

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

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

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

  .md\:text-l{
    font-size: 1rem;
    line-height: 1.5;
  }

  .md\:text-m{
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}

@media (min-width: 1024px){

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

  .lg\:gap-4{
    gap: 1rem;
  }
}

@media (prefers-color-scheme: dark){

  .dark\:text-primary-semi{
    --tw-text-opacity: 1;
    color: rgb(245 207 255 / var(--tw-text-opacity, 1));
  }
}
[data-v-d466ded0],[data-v-d466ded0]::before,[data-v-d466ded0]::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:  ;
}
[data-v-d466ded0]::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)
*/
[data-v-d466ded0],[data-v-d466ded0]::before,[data-v-d466ded0]::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
[data-v-d466ded0]::before,[data-v-d466ded0]::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[data-v-d466ded0],[data-v-d466ded0]: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[data-v-d466ded0] {
  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[data-v-d466ded0] {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[data-v-d466ded0]:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/
h1[data-v-d466ded0],
h2[data-v-d466ded0],
h3[data-v-d466ded0],
h4[data-v-d466ded0],
h5[data-v-d466ded0],
h6[data-v-d466ded0] {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a[data-v-d466ded0] {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/
b[data-v-d466ded0],
strong[data-v-d466ded0] {
  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[data-v-d466ded0],
kbd[data-v-d466ded0],
samp[data-v-d466ded0],
pre[data-v-d466ded0] {
  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[data-v-d466ded0] {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub[data-v-d466ded0],
sup[data-v-d466ded0] {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub[data-v-d466ded0] {
  bottom: -0.25em;
}
sup[data-v-d466ded0] {
  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[data-v-d466ded0] {
  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[data-v-d466ded0],
input[data-v-d466ded0],
optgroup[data-v-d466ded0],
select[data-v-d466ded0],
textarea[data-v-d466ded0] {
  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[data-v-d466ded0],
select[data-v-d466ded0] {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button[data-v-d466ded0],
input[data-v-d466ded0]:where([type='button']),
input[data-v-d466ded0]:where([type='reset']),
input[data-v-d466ded0]: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.
*/
[data-v-d466ded0]:-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)
*/
[data-v-d466ded0]:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress[data-v-d466ded0] {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
[data-v-d466ded0]::-webkit-inner-spin-button,[data-v-d466ded0]::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'][data-v-d466ded0] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/
[data-v-d466ded0]::-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.
*/
[data-v-d466ded0]::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/
summary[data-v-d466ded0] {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/
blockquote[data-v-d466ded0],
dl[data-v-d466ded0],
dd[data-v-d466ded0],
h1[data-v-d466ded0],
h2[data-v-d466ded0],
h3[data-v-d466ded0],
h4[data-v-d466ded0],
h5[data-v-d466ded0],
h6[data-v-d466ded0],
hr[data-v-d466ded0],
figure[data-v-d466ded0],
p[data-v-d466ded0],
pre[data-v-d466ded0] {
  margin: 0;
}
fieldset[data-v-d466ded0] {
  margin: 0;
  padding: 0;
}
legend[data-v-d466ded0] {
  padding: 0;
}
ol[data-v-d466ded0],
ul[data-v-d466ded0],
menu[data-v-d466ded0] {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog[data-v-d466ded0] {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/
textarea[data-v-d466ded0] {
  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[data-v-d466ded0]::-moz-placeholder, textarea[data-v-d466ded0]::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input[data-v-d466ded0]::placeholder,
textarea[data-v-d466ded0]::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/
button[data-v-d466ded0],
[role="button"][data-v-d466ded0] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
[data-v-d466ded0]: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[data-v-d466ded0],
svg[data-v-d466ded0],
video[data-v-d466ded0],
canvas[data-v-d466ded0],
audio[data-v-d466ded0],
iframe[data-v-d466ded0],
embed[data-v-d466ded0],
object[data-v-d466ded0] {
  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[data-v-d466ded0],
video[data-v-d466ded0] {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden][data-v-d466ded0]:where(:not([hidden="until-found"])) {
  display: none;
}
.container[data-v-d466ded0] {
  width: 100%;
}
@media (min-width: 640px) {
.container[data-v-d466ded0] {
    max-width: 640px;
}
}
@media (min-width: 768px) {
.container[data-v-d466ded0] {
    max-width: 768px;
}
}
@media (min-width: 1024px) {
.container[data-v-d466ded0] {
    max-width: 1024px;
}
}
@media (min-width: 1280px) {
.container[data-v-d466ded0] {
    max-width: 1280px;
}
}
@media (min-width: 1536px) {
.container[data-v-d466ded0] {
    max-width: 1536px;
}
}
.base-card-clicked[data-v-d466ded0]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 207 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(158 60 185 / var(--tw-text-opacity, 1));
}
.base-card-clicked[data-v-d466ded0]:focus {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(158 60 185 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(245 207 255 / var(--tw-bg-opacity, 1));
}
.sr-only[data-v-d466ded0] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none[data-v-d466ded0] {
  pointer-events: none;
}
.static[data-v-d466ded0] {
  position: static;
}
.fixed[data-v-d466ded0] {
  position: fixed;
}
.absolute[data-v-d466ded0] {
  position: absolute;
}
.relative[data-v-d466ded0] {
  position: relative;
}
.sticky[data-v-d466ded0] {
  position: sticky;
}
.inset-0[data-v-d466ded0] {
  inset: 0px;
}
.inset-y-0[data-v-d466ded0] {
  top: 0px;
  bottom: 0px;
}
.bottom-0[data-v-d466ded0] {
  bottom: 0px;
}
.bottom-4[data-v-d466ded0] {
  bottom: 1rem;
}
.left-0[data-v-d466ded0] {
  left: 0px;
}
.left-1[data-v-d466ded0] {
  left: 0.25rem;
}
.left-1\/2[data-v-d466ded0] {
  left: 50%;
}
.top-0[data-v-d466ded0] {
  top: 0px;
}
.top-3[data-v-d466ded0] {
  top: 0.75rem;
}
.z-10[data-v-d466ded0] {
  z-index: 10;
}
.z-50[data-v-d466ded0] {
  z-index: 50;
}
.float-end[data-v-d466ded0] {
  float: inline-end;
}
.m-0[data-v-d466ded0] {
  margin: 0px;
}
.m-1[data-v-d466ded0] {
  margin: 0.25rem;
}
.m-4[data-v-d466ded0] {
  margin: 1rem;
}
.mx-1[data-v-d466ded0] {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2[data-v-d466ded0] {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4[data-v-d466ded0] {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto[data-v-d466ded0] {
  margin-left: auto;
  margin-right: auto;
}
.my-1[data-v-d466ded0] {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-2[data-v-d466ded0] {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3[data-v-d466ded0] {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-5[data-v-d466ded0] {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-auto[data-v-d466ded0] {
  margin-top: auto;
  margin-bottom: auto;
}
.mb-10[data-v-d466ded0] {
  margin-bottom: 2.5rem;
}
.mb-2[data-v-d466ded0] {
  margin-bottom: 0.5rem;
}
.mb-3[data-v-d466ded0] {
  margin-bottom: 0.75rem;
}
.mb-4[data-v-d466ded0] {
  margin-bottom: 1rem;
}
.mb-5[data-v-d466ded0] {
  margin-bottom: 1.25rem;
}
.mb-7[data-v-d466ded0] {
  margin-bottom: 1.75rem;
}
.mb-\[100px\][data-v-d466ded0] {
  margin-bottom: 100px;
}
.me-1[data-v-d466ded0] {
  margin-inline-end: 0.25rem;
}
.me-2[data-v-d466ded0] {
  margin-inline-end: 0.5rem;
}
.me-3[data-v-d466ded0] {
  margin-inline-end: 0.75rem;
}
.me-5[data-v-d466ded0] {
  margin-inline-end: 1.25rem;
}
.ml-2[data-v-d466ded0] {
  margin-left: 0.5rem;
}
.mr-2[data-v-d466ded0] {
  margin-right: 0.5rem;
}
.mr-4[data-v-d466ded0] {
  margin-right: 1rem;
}
.mt-1[data-v-d466ded0] {
  margin-top: 0.25rem;
}
.mt-10[data-v-d466ded0] {
  margin-top: 2.5rem;
}
.mt-2[data-v-d466ded0] {
  margin-top: 0.5rem;
}
.mt-3[data-v-d466ded0] {
  margin-top: 0.75rem;
}
.mt-5[data-v-d466ded0] {
  margin-top: 1.25rem;
}
.block[data-v-d466ded0] {
  display: block;
}
.inline-block[data-v-d466ded0] {
  display: inline-block;
}
.flex[data-v-d466ded0] {
  display: flex;
}
.grid[data-v-d466ded0] {
  display: grid;
}
.hidden[data-v-d466ded0] {
  display: none;
}
.h-10[data-v-d466ded0] {
  height: 2.5rem;
}
.h-16[data-v-d466ded0] {
  height: 4rem;
}
.h-2\.5[data-v-d466ded0] {
  height: 0.625rem;
}
.h-5[data-v-d466ded0] {
  height: 1.25rem;
}
.h-56[data-v-d466ded0] {
  height: 14rem;
}
.h-6[data-v-d466ded0] {
  height: 1.5rem;
}
.h-8[data-v-d466ded0] {
  height: 2rem;
}
.h-\[10\%\][data-v-d466ded0] {
  height: 10%;
}
.h-\[150px\][data-v-d466ded0] {
  height: 150px;
}
.h-\[300px\][data-v-d466ded0] {
  height: 300px;
}
.h-\[315px\][data-v-d466ded0] {
  height: 315px;
}
.h-\[35px\][data-v-d466ded0] {
  height: 35px;
}
.h-\[50px\][data-v-d466ded0] {
  height: 50px;
}
.h-\[68\%\][data-v-d466ded0] {
  height: 68%;
}
.h-\[76px\][data-v-d466ded0] {
  height: 76px;
}
.h-\[90\%\][data-v-d466ded0] {
  height: 90%;
}
.h-auto[data-v-d466ded0] {
  height: auto;
}
.h-full[data-v-d466ded0] {
  height: 100%;
}
.h-screen[data-v-d466ded0] {
  height: 100vh;
}
.max-h-60[data-v-d466ded0] {
  max-height: 15rem;
}
.min-h-6[data-v-d466ded0] {
  min-height: 1.5rem;
}
.min-h-64[data-v-d466ded0] {
  min-height: 16rem;
}
.min-h-\[76px\][data-v-d466ded0] {
  min-height: 76px;
}
.w-1\/2[data-v-d466ded0] {
  width: 50%;
}
.w-10[data-v-d466ded0] {
  width: 2.5rem;
}
.w-11\/12[data-v-d466ded0] {
  width: 91.666667%;
}
.w-12[data-v-d466ded0] {
  width: 3rem;
}
.w-16[data-v-d466ded0] {
  width: 4rem;
}
.w-2\/3[data-v-d466ded0] {
  width: 66.666667%;
}
.w-2\/5[data-v-d466ded0] {
  width: 40%;
}
.w-20[data-v-d466ded0] {
  width: 5rem;
}
.w-6[data-v-d466ded0] {
  width: 1.5rem;
}
.w-8[data-v-d466ded0] {
  width: 2rem;
}
.w-\[150px\][data-v-d466ded0] {
  width: 150px;
}
.w-\[18px\][data-v-d466ded0] {
  width: 18px;
}
.w-\[230px\][data-v-d466ded0] {
  width: 230px;
}
.w-\[25px\][data-v-d466ded0] {
  width: 25px;
}
.w-\[260px\][data-v-d466ded0] {
  width: 260px;
}
.w-\[400px\][data-v-d466ded0] {
  width: 400px;
}
.w-\[500px\][data-v-d466ded0] {
  width: 500px;
}
.w-\[50px\][data-v-d466ded0] {
  width: 50px;
}
.w-\[76px\][data-v-d466ded0] {
  width: 76px;
}
.w-auto[data-v-d466ded0] {
  width: auto;
}
.w-fit[data-v-d466ded0] {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full[data-v-d466ded0] {
  width: 100%;
}
.w-screen[data-v-d466ded0] {
  width: 100vw;
}
.min-w-12[data-v-d466ded0] {
  min-width: 3rem;
}
.min-w-16[data-v-d466ded0] {
  min-width: 4rem;
}
.min-w-6[data-v-d466ded0] {
  min-width: 1.5rem;
}
.min-w-\[100px\][data-v-d466ded0] {
  min-width: 100px;
}
.min-w-\[200px\][data-v-d466ded0] {
  min-width: 200px;
}
.min-w-\[76px\][data-v-d466ded0] {
  min-width: 76px;
}
.min-w-full[data-v-d466ded0] {
  min-width: 100%;
}
.max-w-14[data-v-d466ded0] {
  max-width: 3.5rem;
}
.max-w-16[data-v-d466ded0] {
  max-width: 4rem;
}
.max-w-7xl[data-v-d466ded0] {
  max-width: 80rem;
}
.max-w-sm[data-v-d466ded0] {
  max-width: 24rem;
}
.max-w-xl[data-v-d466ded0] {
  max-width: 36rem;
}
.max-w-xs[data-v-d466ded0] {
  max-width: 20rem;
}
.flex-1[data-v-d466ded0] {
  flex: 1 1 0%;
}
.flex-grow[data-v-d466ded0] {
  flex-grow: 1;
}
.-translate-x-1\/2[data-v-d466ded0] {
  --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));
}
.rotate-180[data-v-d466ded0] {
  --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[data-v-d466ded0] {
  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));
}
@keyframes spin-d466ded0 {
to {
    transform: rotate(360deg);
}
}
.animate-spin[data-v-d466ded0] {
  animation: spin-d466ded0 1s linear infinite;
}
.cursor-default[data-v-d466ded0] {
  cursor: default;
}
.cursor-grab[data-v-d466ded0] {
  cursor: grab;
}
.cursor-pointer[data-v-d466ded0] {
  cursor: pointer;
}
.grid-cols-1[data-v-d466ded0] {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2[data-v-d466ded0] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row[data-v-d466ded0] {
  flex-direction: row;
}
.flex-row-reverse[data-v-d466ded0] {
  flex-direction: row-reverse;
}
.flex-col[data-v-d466ded0] {
  flex-direction: column;
}
.items-end[data-v-d466ded0] {
  align-items: flex-end;
}
.items-center[data-v-d466ded0] {
  align-items: center;
}
.justify-start[data-v-d466ded0] {
  justify-content: flex-start;
}
.justify-end[data-v-d466ded0] {
  justify-content: flex-end;
}
.justify-center[data-v-d466ded0] {
  justify-content: center;
}
.justify-between[data-v-d466ded0] {
  justify-content: space-between;
}
.gap-1[data-v-d466ded0] {
  gap: 0.25rem;
}
.gap-2[data-v-d466ded0] {
  gap: 0.5rem;
}
.gap-3[data-v-d466ded0] {
  gap: 0.75rem;
}
.gap-y-1[data-v-d466ded0] {
  row-gap: 0.25rem;
}
.space-x-2[data-v-d466ded0] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-4[data-v-d466ded0] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.overflow-hidden[data-v-d466ded0] {
  overflow: hidden;
}
.overflow-scroll[data-v-d466ded0] {
  overflow: scroll;
}
.overflow-y-auto[data-v-d466ded0] {
  overflow-y: auto;
}
.overflow-x-scroll[data-v-d466ded0] {
  overflow-x: scroll;
}
.overflow-y-scroll[data-v-d466ded0] {
  overflow-y: scroll;
}
.truncate[data-v-d466ded0] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis[data-v-d466ded0] {
  text-overflow: ellipsis;
}
.text-wrap[data-v-d466ded0] {
  text-wrap: wrap;
}
.text-nowrap[data-v-d466ded0] {
  text-wrap: nowrap;
}
.rounded[data-v-d466ded0] {
  border-radius: 0.25rem;
}
.rounded-\[10px\][data-v-d466ded0] {
  border-radius: 10px;
}
.rounded-\[14px\][data-v-d466ded0] {
  border-radius: 14px;
}
.rounded-full[data-v-d466ded0] {
  border-radius: 9999px;
}
.rounded-lg[data-v-d466ded0] {
  border-radius: 0.5rem;
}
.rounded-md[data-v-d466ded0] {
  border-radius: 0.375rem;
}
.border[data-v-d466ded0] {
  border-width: 1px;
}
.border-2[data-v-d466ded0] {
  border-width: 2px;
}
.border-\[1px\][data-v-d466ded0] {
  border-width: 1px;
}
.border-\[2px\][data-v-d466ded0] {
  border-width: 2px;
}
.border-x-0[data-v-d466ded0] {
  border-left-width: 0px;
  border-right-width: 0px;
}
.border-t[data-v-d466ded0] {
  border-top-width: 1px;
}
.border-t-0[data-v-d466ded0] {
  border-top-width: 0px;
}
.border-\[\#E5E5E5\][data-v-d466ded0] {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
.border-neutral-300[data-v-d466ded0] {
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
}
.border-primary[data-v-d466ded0] {
  --tw-border-opacity: 1;
  border-color: rgb(158 60 185 / var(--tw-border-opacity, 1));
}
.border-primary-semi[data-v-d466ded0] {
  --tw-border-opacity: 1;
  border-color: rgb(245 207 255 / var(--tw-border-opacity, 1));
}
.border-success[data-v-d466ded0] {
  --tw-border-opacity: 1;
  border-color: rgb(91 204 52 / var(--tw-border-opacity, 1));
}
.border-warning[data-v-d466ded0] {
  --tw-border-opacity: 1;
  border-color: rgb(255 168 0 / var(--tw-border-opacity, 1));
}
.border-white-semi[data-v-d466ded0] {
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
}
.bg-black[data-v-d466ded0] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-danger[data-v-d466ded0] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 81 81 / var(--tw-bg-opacity, 1));
}
.bg-neutral-100[data-v-d466ded0] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-neutral-600[data-v-d466ded0] {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
}
.bg-primary[data-v-d466ded0] {
  --tw-bg-opacity: 1;
  background-color: rgb(158 60 185 / var(--tw-bg-opacity, 1));
}
.bg-primary-light[data-v-d466ded0] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 238 255 / var(--tw-bg-opacity, 1));
}
.bg-primary-semi[data-v-d466ded0] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 207 255 / var(--tw-bg-opacity, 1));
}
.bg-success-light[data-v-d466ded0] {
  --tw-bg-opacity: 1;
  background-color: rgb(232 255 224 / var(--tw-bg-opacity, 1));
}
.bg-warning-light[data-v-d466ded0] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 212 / var(--tw-bg-opacity, 1));
}
.bg-white[data-v-d466ded0] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white-semi[data-v-d466ded0] {
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 234 / var(--tw-bg-opacity, 1));
}
.bg-opacity-10[data-v-d466ded0] {
  --tw-bg-opacity: 0.1;
}
.bg-opacity-50[data-v-d466ded0] {
  --tw-bg-opacity: 0.5;
}
.fill-primary[data-v-d466ded0] {
  fill: #9E3CB9;
}
.object-contain[data-v-d466ded0] {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover[data-v-d466ded0] {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0[data-v-d466ded0] {
  padding: 0px;
}
.p-1[data-v-d466ded0] {
  padding: 0.25rem;
}
.p-2[data-v-d466ded0] {
  padding: 0.5rem;
}
.p-3[data-v-d466ded0] {
  padding: 0.75rem;
}
.p-4[data-v-d466ded0] {
  padding: 1rem;
}
.p-5[data-v-d466ded0] {
  padding: 1.25rem;
}
.px-0[data-v-d466ded0] {
  padding-left: 0px;
  padding-right: 0px;
}
.px-2[data-v-d466ded0] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3[data-v-d466ded0] {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4[data-v-d466ded0] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6[data-v-d466ded0] {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-0\.5[data-v-d466ded0] {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1[data-v-d466ded0] {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2[data-v-d466ded0] {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3[data-v-d466ded0] {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-7[data-v-d466ded0] {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-\[10px\][data-v-d466ded0] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pb-5[data-v-d466ded0] {
  padding-bottom: 1.25rem;
}
.pb-\[200px\][data-v-d466ded0] {
  padding-bottom: 200px;
}
.pl-10[data-v-d466ded0] {
  padding-left: 2.5rem;
}
.pl-3[data-v-d466ded0] {
  padding-left: 0.75rem;
}
.pr-4[data-v-d466ded0] {
  padding-right: 1rem;
}
.pr-\[10px\][data-v-d466ded0] {
  padding-right: 10px;
}
.text-center[data-v-d466ded0] {
  text-align: center;
}
.text-start[data-v-d466ded0] {
  text-align: start;
}
.text-end[data-v-d466ded0] {
  text-align: end;
}
.align-middle[data-v-d466ded0] {
  vertical-align: middle;
}
.text-\[10px\][data-v-d466ded0] {
  font-size: 10px;
}
.text-\[20px\][data-v-d466ded0] {
  font-size: 20px;
}
.text-heading-m[data-v-d466ded0] {
  font-size: 1.75rem;
  line-height: 2.375rem;
}
.text-heading-s[data-v-d466ded0] {
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.text-l[data-v-d466ded0] {
  font-size: 1rem;
  line-height: 1.5;
}
.text-m[data-v-d466ded0] {
  font-size: 0.875rem;
  line-height: 1.375rem;
}
.text-s[data-v-d466ded0] {
  font-size: 0.75rem;
  line-height: 1.125rem;
}
.text-xs[data-v-d466ded0] {
  font-size: 0.625rem;
  line-height: 1rem;
}
.font-\[600\][data-v-d466ded0] {
  font-weight: 600;
}
.font-bold[data-v-d466ded0] {
  font-weight: 700;
}
.font-medium[data-v-d466ded0] {
  font-weight: 500;
}
.text-\[\#454545\][data-v-d466ded0] {
  --tw-text-opacity: 1;
  color: rgb(69 69 69 / var(--tw-text-opacity, 1));
}
.text-black[data-v-d466ded0] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-danger[data-v-d466ded0] {
  --tw-text-opacity: 1;
  color: rgb(229 81 81 / var(--tw-text-opacity, 1));
}
.text-neutral-300[data-v-d466ded0] {
  --tw-text-opacity: 1;
  color: rgb(234 234 234 / var(--tw-text-opacity, 1));
}
.text-neutral-400[data-v-d466ded0] {
  --tw-text-opacity: 1;
  color: rgb(140 140 140 / var(--tw-text-opacity, 1));
}
.text-neutral-500[data-v-d466ded0] {
  --tw-text-opacity: 1;
  color: rgb(69 69 69 / var(--tw-text-opacity, 1));
}
.text-neutral-600[data-v-d466ded0] {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
}
.text-primary[data-v-d466ded0] {
  --tw-text-opacity: 1;
  color: rgb(158 60 185 / var(--tw-text-opacity, 1));
}
.text-primary-semi[data-v-d466ded0] {
  --tw-text-opacity: 1;
  color: rgb(245 207 255 / var(--tw-text-opacity, 1));
}
.text-success[data-v-d466ded0] {
  --tw-text-opacity: 1;
  color: rgb(91 204 52 / var(--tw-text-opacity, 1));
}
.text-warning[data-v-d466ded0] {
  --tw-text-opacity: 1;
  color: rgb(255 168 0 / var(--tw-text-opacity, 1));
}
.text-white[data-v-d466ded0] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.opacity-75[data-v-d466ded0] {
  opacity: 0.75;
}
.shadow-sm[data-v-d466ded0] {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur[data-v-d466ded0] {
  --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);
}
.filter[data-v-d466ded0] {
  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);
}
.transition[data-v-d466ded0] {
  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;
}
.transition-all[data-v-d466ded0] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform[data-v-d466ded0] {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300[data-v-d466ded0] {
  transition-duration: 300ms;
}
.duration-500[data-v-d466ded0] {
  transition-duration: 500ms;
}
.ease-in-out[data-v-d466ded0] {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out[data-v-d466ded0] {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.hover\:border-primary[data-v-d466ded0]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(158 60 185 / var(--tw-border-opacity, 1));
}
.hover\:bg-neutral-300[data-v-d466ded0]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 234 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary-semi[data-v-d466ded0]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 207 255 / var(--tw-bg-opacity, 1));
}
.hover\:text-primary[data-v-d466ded0]:hover {
  --tw-text-opacity: 1;
  color: rgb(158 60 185 / var(--tw-text-opacity, 1));
}
.focus\:border[data-v-d466ded0]:focus {
  border-width: 1px;
}
.focus\:bg-primary-semi[data-v-d466ded0]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(245 207 255 / var(--tw-bg-opacity, 1));
}
.disabled\:opacity-50[data-v-d466ded0]:disabled {
  opacity: 0.5;
}
@media (min-width: 768px) {
.md\:static[data-v-d466ded0] {
    position: static;
}
.md\:m-1[data-v-d466ded0] {
    margin: 0.25rem;
}
.md\:my-3[data-v-d466ded0] {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}
.md\:mb-2[data-v-d466ded0] {
    margin-bottom: 0.5rem;
}
.md\:me-2[data-v-d466ded0] {
    margin-inline-end: 0.5rem;
}
.md\:block[data-v-d466ded0] {
    display: block;
}
.md\:flex[data-v-d466ded0] {
    display: flex;
}
.md\:hidden[data-v-d466ded0] {
    display: none;
}
.md\:h-fit[data-v-d466ded0] {
    height: -moz-fit-content;
    height: fit-content;
}
.md\:w-1\/2[data-v-d466ded0] {
    width: 50%;
}
.md\:w-1\/5[data-v-d466ded0] {
    width: 20%;
}
.md\:w-4\/5[data-v-d466ded0] {
    width: 80%;
}
.md\:w-\[300px\][data-v-d466ded0] {
    width: 300px;
}
.md\:w-fit[data-v-d466ded0] {
    width: -moz-fit-content;
    width: fit-content;
}
.md\:w-full[data-v-d466ded0] {
    width: 100%;
}
.md\:max-w-7xl[data-v-d466ded0] {
    max-width: 80rem;
}
.md\:grid-cols-1[data-v-d466ded0] {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.md\:grid-cols-2[data-v-d466ded0] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.md\:justify-end[data-v-d466ded0] {
    justify-content: flex-end;
}
.md\:gap-2[data-v-d466ded0] {
    gap: 0.5rem;
}
.md\:gap-4[data-v-d466ded0] {
    gap: 1rem;
}
.md\:overflow-y-visible[data-v-d466ded0] {
    overflow-y: visible;
}
.md\:bg-opacity-0[data-v-d466ded0] {
    --tw-bg-opacity: 0;
}
.md\:p-0[data-v-d466ded0] {
    padding: 0px;
}
.md\:p-3[data-v-d466ded0] {
    padding: 0.75rem;
}
.md\:px-3[data-v-d466ded0] {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.md\:py-2[data-v-d466ded0] {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.md\:text-\[14px\][data-v-d466ded0] {
    font-size: 14px;
}
.md\:text-\[26px\][data-v-d466ded0] {
    font-size: 26px;
}
.md\:text-l[data-v-d466ded0] {
    font-size: 1rem;
    line-height: 1.5;
}
.md\:text-m[data-v-d466ded0] {
    font-size: 0.875rem;
    line-height: 1.375rem;
}
}
@media (min-width: 1024px) {
.lg\:grid-cols-2[data-v-d466ded0] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.lg\:gap-4[data-v-d466ded0] {
    gap: 1rem;
}
}
@media (prefers-color-scheme: dark) {
.dark\:text-primary-semi[data-v-d466ded0] {
    --tw-text-opacity: 1;
    color: rgb(245 207 255 / var(--tw-text-opacity, 1));
}
}

html,
body {
  background-color: #f8f9fa;
  height: 100vh;
  margin: 0; /* Remove default margin */
  overflow: hidden; /* Prevent scrolling */
}
@keyframes slideIn {
from {
    transform: translateX(-100%);
}
to {
    transform: translateX(0);
}
}
@keyframes slideOut {
from {
    transform: translateX(0);
}
to {
    transform: translateX(-100%);
}
}
.animate-slide-in {
  animation: slideIn 0.5s ease-out forwards;
}
.animate-slide-out {
  animation: slideOut 0.5s ease-out forwards;
}
[data-v-41997b11],[data-v-41997b11]::before,[data-v-41997b11]::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:  ;
}
[data-v-41997b11]::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)
*/
[data-v-41997b11],[data-v-41997b11]::before,[data-v-41997b11]::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
[data-v-41997b11]::before,[data-v-41997b11]::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[data-v-41997b11],[data-v-41997b11]: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[data-v-41997b11] {
  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[data-v-41997b11] {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[data-v-41997b11]:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/
h1[data-v-41997b11],
h2[data-v-41997b11],
h3[data-v-41997b11],
h4[data-v-41997b11],
h5[data-v-41997b11],
h6[data-v-41997b11] {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a[data-v-41997b11] {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/
b[data-v-41997b11],
strong[data-v-41997b11] {
  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[data-v-41997b11],
kbd[data-v-41997b11],
samp[data-v-41997b11],
pre[data-v-41997b11] {
  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[data-v-41997b11] {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub[data-v-41997b11],
sup[data-v-41997b11] {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub[data-v-41997b11] {
  bottom: -0.25em;
}
sup[data-v-41997b11] {
  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[data-v-41997b11] {
  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[data-v-41997b11],
input[data-v-41997b11],
optgroup[data-v-41997b11],
select[data-v-41997b11],
textarea[data-v-41997b11] {
  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[data-v-41997b11],
select[data-v-41997b11] {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button[data-v-41997b11],
input[data-v-41997b11]:where([type='button']),
input[data-v-41997b11]:where([type='reset']),
input[data-v-41997b11]: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.
*/
[data-v-41997b11]:-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)
*/
[data-v-41997b11]:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress[data-v-41997b11] {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
[data-v-41997b11]::-webkit-inner-spin-button,[data-v-41997b11]::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'][data-v-41997b11] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/
[data-v-41997b11]::-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.
*/
[data-v-41997b11]::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/
summary[data-v-41997b11] {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/
blockquote[data-v-41997b11],
dl[data-v-41997b11],
dd[data-v-41997b11],
h1[data-v-41997b11],
h2[data-v-41997b11],
h3[data-v-41997b11],
h4[data-v-41997b11],
h5[data-v-41997b11],
h6[data-v-41997b11],
hr[data-v-41997b11],
figure[data-v-41997b11],
p[data-v-41997b11],
pre[data-v-41997b11] {
  margin: 0;
}
fieldset[data-v-41997b11] {
  margin: 0;
  padding: 0;
}
legend[data-v-41997b11] {
  padding: 0;
}
ol[data-v-41997b11],
ul[data-v-41997b11],
menu[data-v-41997b11] {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog[data-v-41997b11] {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/
textarea[data-v-41997b11] {
  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[data-v-41997b11]::-moz-placeholder, textarea[data-v-41997b11]::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input[data-v-41997b11]::placeholder,
textarea[data-v-41997b11]::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/
button[data-v-41997b11],
[role="button"][data-v-41997b11] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
[data-v-41997b11]: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[data-v-41997b11],
svg[data-v-41997b11],
video[data-v-41997b11],
canvas[data-v-41997b11],
audio[data-v-41997b11],
iframe[data-v-41997b11],
embed[data-v-41997b11],
object[data-v-41997b11] {
  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[data-v-41997b11],
video[data-v-41997b11] {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden][data-v-41997b11]:where(:not([hidden="until-found"])) {
  display: none;
}
.container[data-v-41997b11] {
  width: 100%;
}
@media (min-width: 640px) {
.container[data-v-41997b11] {
    max-width: 640px;
}
}
@media (min-width: 768px) {
.container[data-v-41997b11] {
    max-width: 768px;
}
}
@media (min-width: 1024px) {
.container[data-v-41997b11] {
    max-width: 1024px;
}
}
@media (min-width: 1280px) {
.container[data-v-41997b11] {
    max-width: 1280px;
}
}
@media (min-width: 1536px) {
.container[data-v-41997b11] {
    max-width: 1536px;
}
}
.sr-only[data-v-41997b11] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none[data-v-41997b11] {
  pointer-events: none;
}
.static[data-v-41997b11] {
  position: static;
}
.fixed[data-v-41997b11] {
  position: fixed;
}
.absolute[data-v-41997b11] {
  position: absolute;
}
.relative[data-v-41997b11] {
  position: relative;
}
.sticky[data-v-41997b11] {
  position: sticky;
}
.inset-0[data-v-41997b11] {
  inset: 0px;
}
.inset-y-0[data-v-41997b11] {
  top: 0px;
  bottom: 0px;
}
.bottom-0[data-v-41997b11] {
  bottom: 0px;
}
.bottom-4[data-v-41997b11] {
  bottom: 1rem;
}
.left-0[data-v-41997b11] {
  left: 0px;
}
.left-1[data-v-41997b11] {
  left: 0.25rem;
}
.left-1\/2[data-v-41997b11] {
  left: 50%;
}
.top-0[data-v-41997b11] {
  top: 0px;
}
.top-3[data-v-41997b11] {
  top: 0.75rem;
}
.z-10[data-v-41997b11] {
  z-index: 10;
}
.z-50[data-v-41997b11] {
  z-index: 50;
}
.float-end[data-v-41997b11] {
  float: inline-end;
}
.m-0[data-v-41997b11] {
  margin: 0px;
}
.m-1[data-v-41997b11] {
  margin: 0.25rem;
}
.m-4[data-v-41997b11] {
  margin: 1rem;
}
.mx-1[data-v-41997b11] {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2[data-v-41997b11] {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4[data-v-41997b11] {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto[data-v-41997b11] {
  margin-left: auto;
  margin-right: auto;
}
.my-1[data-v-41997b11] {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-2[data-v-41997b11] {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3[data-v-41997b11] {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-5[data-v-41997b11] {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-auto[data-v-41997b11] {
  margin-top: auto;
  margin-bottom: auto;
}
.mb-10[data-v-41997b11] {
  margin-bottom: 2.5rem;
}
.mb-2[data-v-41997b11] {
  margin-bottom: 0.5rem;
}
.mb-3[data-v-41997b11] {
  margin-bottom: 0.75rem;
}
.mb-4[data-v-41997b11] {
  margin-bottom: 1rem;
}
.mb-5[data-v-41997b11] {
  margin-bottom: 1.25rem;
}
.mb-7[data-v-41997b11] {
  margin-bottom: 1.75rem;
}
.mb-\[100px\][data-v-41997b11] {
  margin-bottom: 100px;
}
.me-1[data-v-41997b11] {
  margin-inline-end: 0.25rem;
}
.me-2[data-v-41997b11] {
  margin-inline-end: 0.5rem;
}
.me-3[data-v-41997b11] {
  margin-inline-end: 0.75rem;
}
.me-5[data-v-41997b11] {
  margin-inline-end: 1.25rem;
}
.ml-2[data-v-41997b11] {
  margin-left: 0.5rem;
}
.mr-2[data-v-41997b11] {
  margin-right: 0.5rem;
}
.mr-4[data-v-41997b11] {
  margin-right: 1rem;
}
.mt-1[data-v-41997b11] {
  margin-top: 0.25rem;
}
.mt-10[data-v-41997b11] {
  margin-top: 2.5rem;
}
.mt-2[data-v-41997b11] {
  margin-top: 0.5rem;
}
.mt-3[data-v-41997b11] {
  margin-top: 0.75rem;
}
.mt-5[data-v-41997b11] {
  margin-top: 1.25rem;
}
.block[data-v-41997b11] {
  display: block;
}
.inline-block[data-v-41997b11] {
  display: inline-block;
}
.flex[data-v-41997b11] {
  display: flex;
}
.grid[data-v-41997b11] {
  display: grid;
}
.hidden[data-v-41997b11] {
  display: none;
}
.h-10[data-v-41997b11] {
  height: 2.5rem;
}
.h-16[data-v-41997b11] {
  height: 4rem;
}
.h-2\.5[data-v-41997b11] {
  height: 0.625rem;
}
.h-5[data-v-41997b11] {
  height: 1.25rem;
}
.h-56[data-v-41997b11] {
  height: 14rem;
}
.h-6[data-v-41997b11] {
  height: 1.5rem;
}
.h-8[data-v-41997b11] {
  height: 2rem;
}
.h-\[10\%\][data-v-41997b11] {
  height: 10%;
}
.h-\[150px\][data-v-41997b11] {
  height: 150px;
}
.h-\[300px\][data-v-41997b11] {
  height: 300px;
}
.h-\[315px\][data-v-41997b11] {
  height: 315px;
}
.h-\[35px\][data-v-41997b11] {
  height: 35px;
}
.h-\[50px\][data-v-41997b11] {
  height: 50px;
}
.h-\[68\%\][data-v-41997b11] {
  height: 68%;
}
.h-\[76px\][data-v-41997b11] {
  height: 76px;
}
.h-\[90\%\][data-v-41997b11] {
  height: 90%;
}
.h-auto[data-v-41997b11] {
  height: auto;
}
.h-full[data-v-41997b11] {
  height: 100%;
}
.h-screen[data-v-41997b11] {
  height: 100vh;
}
.max-h-60[data-v-41997b11] {
  max-height: 15rem;
}
.min-h-6[data-v-41997b11] {
  min-height: 1.5rem;
}
.min-h-64[data-v-41997b11] {
  min-height: 16rem;
}
.min-h-\[76px\][data-v-41997b11] {
  min-height: 76px;
}
.w-1\/2[data-v-41997b11] {
  width: 50%;
}
.w-10[data-v-41997b11] {
  width: 2.5rem;
}
.w-11\/12[data-v-41997b11] {
  width: 91.666667%;
}
.w-12[data-v-41997b11] {
  width: 3rem;
}
.w-16[data-v-41997b11] {
  width: 4rem;
}
.w-2\/3[data-v-41997b11] {
  width: 66.666667%;
}
.w-2\/5[data-v-41997b11] {
  width: 40%;
}
.w-20[data-v-41997b11] {
  width: 5rem;
}
.w-6[data-v-41997b11] {
  width: 1.5rem;
}
.w-8[data-v-41997b11] {
  width: 2rem;
}
.w-\[150px\][data-v-41997b11] {
  width: 150px;
}
.w-\[18px\][data-v-41997b11] {
  width: 18px;
}
.w-\[230px\][data-v-41997b11] {
  width: 230px;
}
.w-\[25px\][data-v-41997b11] {
  width: 25px;
}
.w-\[260px\][data-v-41997b11] {
  width: 260px;
}
.w-\[400px\][data-v-41997b11] {
  width: 400px;
}
.w-\[500px\][data-v-41997b11] {
  width: 500px;
}
.w-\[50px\][data-v-41997b11] {
  width: 50px;
}
.w-\[76px\][data-v-41997b11] {
  width: 76px;
}
.w-auto[data-v-41997b11] {
  width: auto;
}
.w-fit[data-v-41997b11] {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full[data-v-41997b11] {
  width: 100%;
}
.w-screen[data-v-41997b11] {
  width: 100vw;
}
.min-w-12[data-v-41997b11] {
  min-width: 3rem;
}
.min-w-16[data-v-41997b11] {
  min-width: 4rem;
}
.min-w-6[data-v-41997b11] {
  min-width: 1.5rem;
}
.min-w-\[100px\][data-v-41997b11] {
  min-width: 100px;
}
.min-w-\[200px\][data-v-41997b11] {
  min-width: 200px;
}
.min-w-\[76px\][data-v-41997b11] {
  min-width: 76px;
}
.min-w-full[data-v-41997b11] {
  min-width: 100%;
}
.max-w-14[data-v-41997b11] {
  max-width: 3.5rem;
}
.max-w-16[data-v-41997b11] {
  max-width: 4rem;
}
.max-w-7xl[data-v-41997b11] {
  max-width: 80rem;
}
.max-w-sm[data-v-41997b11] {
  max-width: 24rem;
}
.max-w-xl[data-v-41997b11] {
  max-width: 36rem;
}
.max-w-xs[data-v-41997b11] {
  max-width: 20rem;
}
.flex-1[data-v-41997b11] {
  flex: 1 1 0%;
}
.flex-grow[data-v-41997b11] {
  flex-grow: 1;
}
.-translate-x-1\/2[data-v-41997b11] {
  --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));
}
.rotate-180[data-v-41997b11] {
  --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[data-v-41997b11] {
  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));
}
@keyframes spin-41997b11 {
to {
    transform: rotate(360deg);
}
}
.animate-spin[data-v-41997b11] {
  animation: spin-41997b11 1s linear infinite;
}
.cursor-default[data-v-41997b11] {
  cursor: default;
}
.cursor-grab[data-v-41997b11] {
  cursor: grab;
}
.cursor-pointer[data-v-41997b11] {
  cursor: pointer;
}
.grid-cols-1[data-v-41997b11] {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2[data-v-41997b11] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row[data-v-41997b11] {
  flex-direction: row;
}
.flex-row-reverse[data-v-41997b11] {
  flex-direction: row-reverse;
}
.flex-col[data-v-41997b11] {
  flex-direction: column;
}
.items-end[data-v-41997b11] {
  align-items: flex-end;
}
.items-center[data-v-41997b11] {
  align-items: center;
}
.justify-start[data-v-41997b11] {
  justify-content: flex-start;
}
.justify-end[data-v-41997b11] {
  justify-content: flex-end;
}
.justify-center[data-v-41997b11] {
  justify-content: center;
}
.justify-between[data-v-41997b11] {
  justify-content: space-between;
}
.gap-1[data-v-41997b11] {
  gap: 0.25rem;
}
.gap-2[data-v-41997b11] {
  gap: 0.5rem;
}
.gap-3[data-v-41997b11] {
  gap: 0.75rem;
}
.gap-y-1[data-v-41997b11] {
  row-gap: 0.25rem;
}
.space-x-2[data-v-41997b11] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-4[data-v-41997b11] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.overflow-hidden[data-v-41997b11] {
  overflow: hidden;
}
.overflow-scroll[data-v-41997b11] {
  overflow: scroll;
}
.overflow-y-auto[data-v-41997b11] {
  overflow-y: auto;
}
.overflow-x-scroll[data-v-41997b11] {
  overflow-x: scroll;
}
.overflow-y-scroll[data-v-41997b11] {
  overflow-y: scroll;
}
.truncate[data-v-41997b11] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis[data-v-41997b11] {
  text-overflow: ellipsis;
}
.text-wrap[data-v-41997b11] {
  text-wrap: wrap;
}
.text-nowrap[data-v-41997b11] {
  text-wrap: nowrap;
}
.rounded[data-v-41997b11] {
  border-radius: 0.25rem;
}
.rounded-\[10px\][data-v-41997b11] {
  border-radius: 10px;
}
.rounded-\[14px\][data-v-41997b11] {
  border-radius: 14px;
}
.rounded-full[data-v-41997b11] {
  border-radius: 9999px;
}
.rounded-lg[data-v-41997b11] {
  border-radius: 0.5rem;
}
.rounded-md[data-v-41997b11] {
  border-radius: 0.375rem;
}
.border[data-v-41997b11] {
  border-width: 1px;
}
.border-2[data-v-41997b11] {
  border-width: 2px;
}
.border-\[1px\][data-v-41997b11] {
  border-width: 1px;
}
.border-\[2px\][data-v-41997b11] {
  border-width: 2px;
}
.border-x-0[data-v-41997b11] {
  border-left-width: 0px;
  border-right-width: 0px;
}
.border-t[data-v-41997b11] {
  border-top-width: 1px;
}
.border-t-0[data-v-41997b11] {
  border-top-width: 0px;
}
.border-\[\#E5E5E5\][data-v-41997b11] {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
.border-neutral-300[data-v-41997b11] {
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
}
.border-primary[data-v-41997b11] {
  --tw-border-opacity: 1;
  border-color: rgb(158 60 185 / var(--tw-border-opacity, 1));
}
.border-primary-semi[data-v-41997b11] {
  --tw-border-opacity: 1;
  border-color: rgb(245 207 255 / var(--tw-border-opacity, 1));
}
.border-success[data-v-41997b11] {
  --tw-border-opacity: 1;
  border-color: rgb(91 204 52 / var(--tw-border-opacity, 1));
}
.border-warning[data-v-41997b11] {
  --tw-border-opacity: 1;
  border-color: rgb(255 168 0 / var(--tw-border-opacity, 1));
}
.border-white-semi[data-v-41997b11] {
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
}
.bg-black[data-v-41997b11] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-danger[data-v-41997b11] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 81 81 / var(--tw-bg-opacity, 1));
}
.bg-neutral-100[data-v-41997b11] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-neutral-600[data-v-41997b11] {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
}
.bg-primary[data-v-41997b11] {
  --tw-bg-opacity: 1;
  background-color: rgb(158 60 185 / var(--tw-bg-opacity, 1));
}
.bg-primary-light[data-v-41997b11] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 238 255 / var(--tw-bg-opacity, 1));
}
.bg-primary-semi[data-v-41997b11] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 207 255 / var(--tw-bg-opacity, 1));
}
.bg-success-light[data-v-41997b11] {
  --tw-bg-opacity: 1;
  background-color: rgb(232 255 224 / var(--tw-bg-opacity, 1));
}
.bg-warning-light[data-v-41997b11] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 212 / var(--tw-bg-opacity, 1));
}
.bg-white[data-v-41997b11] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white-semi[data-v-41997b11] {
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 234 / var(--tw-bg-opacity, 1));
}
.bg-opacity-10[data-v-41997b11] {
  --tw-bg-opacity: 0.1;
}
.bg-opacity-50[data-v-41997b11] {
  --tw-bg-opacity: 0.5;
}
.fill-primary[data-v-41997b11] {
  fill: #9E3CB9;
}
.object-contain[data-v-41997b11] {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover[data-v-41997b11] {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0[data-v-41997b11] {
  padding: 0px;
}
.p-1[data-v-41997b11] {
  padding: 0.25rem;
}
.p-2[data-v-41997b11] {
  padding: 0.5rem;
}
.p-3[data-v-41997b11] {
  padding: 0.75rem;
}
.p-4[data-v-41997b11] {
  padding: 1rem;
}
.p-5[data-v-41997b11] {
  padding: 1.25rem;
}
.px-0[data-v-41997b11] {
  padding-left: 0px;
  padding-right: 0px;
}
.px-2[data-v-41997b11] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3[data-v-41997b11] {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4[data-v-41997b11] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6[data-v-41997b11] {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-0\.5[data-v-41997b11] {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1[data-v-41997b11] {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2[data-v-41997b11] {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3[data-v-41997b11] {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-7[data-v-41997b11] {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-\[10px\][data-v-41997b11] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pb-5[data-v-41997b11] {
  padding-bottom: 1.25rem;
}
.pb-\[200px\][data-v-41997b11] {
  padding-bottom: 200px;
}
.pl-10[data-v-41997b11] {
  padding-left: 2.5rem;
}
.pl-3[data-v-41997b11] {
  padding-left: 0.75rem;
}
.pr-4[data-v-41997b11] {
  padding-right: 1rem;
}
.pr-\[10px\][data-v-41997b11] {
  padding-right: 10px;
}
.text-center[data-v-41997b11] {
  text-align: center;
}
.text-start[data-v-41997b11] {
  text-align: start;
}
.text-end[data-v-41997b11] {
  text-align: end;
}
.align-middle[data-v-41997b11] {
  vertical-align: middle;
}
.text-\[10px\][data-v-41997b11] {
  font-size: 10px;
}
.text-\[20px\][data-v-41997b11] {
  font-size: 20px;
}
.text-heading-m[data-v-41997b11] {
  font-size: 1.75rem;
  line-height: 2.375rem;
}
.text-heading-s[data-v-41997b11] {
  font-size: 1.25rem;
  line-height: 1.875rem;
}
.text-l[data-v-41997b11] {
  font-size: 1rem;
  line-height: 1.5;
}
.text-m[data-v-41997b11] {
  font-size: 0.875rem;
  line-height: 1.375rem;
}
.text-s[data-v-41997b11] {
  font-size: 0.75rem;
  line-height: 1.125rem;
}
.text-xs[data-v-41997b11] {
  font-size: 0.625rem;
  line-height: 1rem;
}
.font-\[600\][data-v-41997b11] {
  font-weight: 600;
}
.font-bold[data-v-41997b11] {
  font-weight: 700;
}
.font-medium[data-v-41997b11] {
  font-weight: 500;
}
.text-\[\#454545\][data-v-41997b11] {
  --tw-text-opacity: 1;
  color: rgb(69 69 69 / var(--tw-text-opacity, 1));
}
.text-black[data-v-41997b11] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-danger[data-v-41997b11] {
  --tw-text-opacity: 1;
  color: rgb(229 81 81 / var(--tw-text-opacity, 1));
}
.text-neutral-300[data-v-41997b11] {
  --tw-text-opacity: 1;
  color: rgb(234 234 234 / var(--tw-text-opacity, 1));
}
.text-neutral-400[data-v-41997b11] {
  --tw-text-opacity: 1;
  color: rgb(140 140 140 / var(--tw-text-opacity, 1));
}
.text-neutral-500[data-v-41997b11] {
  --tw-text-opacity: 1;
  color: rgb(69 69 69 / var(--tw-text-opacity, 1));
}
.text-neutral-600[data-v-41997b11] {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
}
.text-primary[data-v-41997b11] {
  --tw-text-opacity: 1;
  color: rgb(158 60 185 / var(--tw-text-opacity, 1));
}
.text-primary-semi[data-v-41997b11] {
  --tw-text-opacity: 1;
  color: rgb(245 207 255 / var(--tw-text-opacity, 1));
}
.text-success[data-v-41997b11] {
  --tw-text-opacity: 1;
  color: rgb(91 204 52 / var(--tw-text-opacity, 1));
}
.text-warning[data-v-41997b11] {
  --tw-text-opacity: 1;
  color: rgb(255 168 0 / var(--tw-text-opacity, 1));
}
.text-white[data-v-41997b11] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.opacity-75[data-v-41997b11] {
  opacity: 0.75;
}
.shadow-sm[data-v-41997b11] {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur[data-v-41997b11] {
  --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);
}
.filter[data-v-41997b11] {
  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);
}
.transition[data-v-41997b11] {
  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;
}
.transition-all[data-v-41997b11] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform[data-v-41997b11] {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300[data-v-41997b11] {
  transition-duration: 300ms;
}
.duration-500[data-v-41997b11] {
  transition-duration: 500ms;
}
.ease-in-out[data-v-41997b11] {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out[data-v-41997b11] {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.hover\:border-primary[data-v-41997b11]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(158 60 185 / var(--tw-border-opacity, 1));
}
.hover\:bg-neutral-300[data-v-41997b11]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 234 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary-semi[data-v-41997b11]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 207 255 / var(--tw-bg-opacity, 1));
}
.hover\:text-primary[data-v-41997b11]:hover {
  --tw-text-opacity: 1;
  color: rgb(158 60 185 / var(--tw-text-opacity, 1));
}
.focus\:border[data-v-41997b11]:focus {
  border-width: 1px;
}
.focus\:bg-primary-semi[data-v-41997b11]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(245 207 255 / var(--tw-bg-opacity, 1));
}
.disabled\:opacity-50[data-v-41997b11]:disabled {
  opacity: 0.5;
}
@media (min-width: 768px) {
.md\:static[data-v-41997b11] {
    position: static;
}
.md\:m-1[data-v-41997b11] {
    margin: 0.25rem;
}
.md\:my-3[data-v-41997b11] {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}
.md\:mb-2[data-v-41997b11] {
    margin-bottom: 0.5rem;
}
.md\:me-2[data-v-41997b11] {
    margin-inline-end: 0.5rem;
}
.md\:block[data-v-41997b11] {
    display: block;
}
.md\:flex[data-v-41997b11] {
    display: flex;
}
.md\:hidden[data-v-41997b11] {
    display: none;
}
.md\:h-fit[data-v-41997b11] {
    height: -moz-fit-content;
    height: fit-content;
}
.md\:w-1\/2[data-v-41997b11] {
    width: 50%;
}
.md\:w-1\/5[data-v-41997b11] {
    width: 20%;
}
.md\:w-4\/5[data-v-41997b11] {
    width: 80%;
}
.md\:w-\[300px\][data-v-41997b11] {
    width: 300px;
}
.md\:w-fit[data-v-41997b11] {
    width: -moz-fit-content;
    width: fit-content;
}
.md\:w-full[data-v-41997b11] {
    width: 100%;
}
.md\:max-w-7xl[data-v-41997b11] {
    max-width: 80rem;
}
.md\:grid-cols-1[data-v-41997b11] {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.md\:grid-cols-2[data-v-41997b11] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.md\:justify-end[data-v-41997b11] {
    justify-content: flex-end;
}
.md\:gap-2[data-v-41997b11] {
    gap: 0.5rem;
}
.md\:gap-4[data-v-41997b11] {
    gap: 1rem;
}
.md\:overflow-y-visible[data-v-41997b11] {
    overflow-y: visible;
}
.md\:bg-opacity-0[data-v-41997b11] {
    --tw-bg-opacity: 0;
}
.md\:p-0[data-v-41997b11] {
    padding: 0px;
}
.md\:p-3[data-v-41997b11] {
    padding: 0.75rem;
}
.md\:px-3[data-v-41997b11] {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.md\:py-2[data-v-41997b11] {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.md\:text-\[14px\][data-v-41997b11] {
    font-size: 14px;
}
.md\:text-\[26px\][data-v-41997b11] {
    font-size: 26px;
}
.md\:text-l[data-v-41997b11] {
    font-size: 1rem;
    line-height: 1.5;
}
.md\:text-m[data-v-41997b11] {
    font-size: 0.875rem;
    line-height: 1.375rem;
}
}
@media (min-width: 1024px) {
.lg\:grid-cols-2[data-v-41997b11] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.lg\:gap-4[data-v-41997b11] {
    gap: 1rem;
}
}
@media (prefers-color-scheme: dark) {
.dark\:text-primary-semi[data-v-41997b11] {
    --tw-text-opacity: 1;
    color: rgb(245 207 255 / var(--tw-text-opacity, 1));
}
}

html,
body {
  background-color: #f8f9fa;
  height: 100vh;
  margin: 0; /* Remove default margin */
  overflow: hidden; /* Prevent scrolling */
}
@keyframes slideIn {
from {
    transform: translateX(-100%);
}
to {
    transform: translateX(0);
}
}
@keyframes slideOut {
from {
    transform: translateX(0);
}
to {
    transform: translateX(-100%);
}
}
.animate-slide-in {
  animation: slideIn 0.5s ease-out forwards;
}
.animate-slide-out {
  animation: slideOut 0.5s ease-out forwards;
}

/* Webkit Browsers (e.g., Chrome, Safari) */
/* Custom scrollbar styles */
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: #f0f0f0;
}
::-webkit-scrollbar-thumb {
  background: #c2c2c2;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #cccccc;
}
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.spinner {
  border: 4px solid #eee;
  border-top: 4px solid #3b82f6;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  animation: spin 1s linear infinite;
}
@keyframes spin {
to {
    transform: rotate(360deg);
}
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.2s ease;
}
.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

.cursor-grab[data-v-cc4b32c9] {
  cursor: grab;
  touch-action: none; /* penting agar tidak scrolling saat drag */
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* Optional: Add smooth scroll effect */

input[type="number"][data-v-7b3f7645]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* global.css */

/* width */
[data-v-f3d150a0]::-webkit-scrollbar {
  width: 10px;
}

/* Track */
[data-v-f3d150a0]::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
[data-v-f3d150a0]::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

/* Handle on hover */
[data-v-f3d150a0]::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* global.css */

/* width */
[data-v-23d42bdf]::-webkit-scrollbar {
  width: 10px;
}

/* Track */
[data-v-23d42bdf]::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
[data-v-23d42bdf]::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

/* Handle on hover */
[data-v-23d42bdf]::-webkit-scrollbar-thumb:hover {
  background: #555;
}
