/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-gray-100: oklch(96.7% .003 264.542);
    --spacing: .25rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --font-weight-bold: 700;
    --radius-lg: .5rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

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

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

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

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }

  :root, [data-theme] {
    color: hsl(var(--heroui-foreground));
    background-color: hsl(var(--heroui-background));
  }

  :root, [data-theme="light"] {
    color-scheme: light;
    --heroui-background: 0 0% 100%;
    --heroui-foreground-50: 0 0% 98.04%;
    --heroui-foreground-100: 240 4.76% 95.88%;
    --heroui-foreground-200: 240 5.88% 90%;
    --heroui-foreground-300: 240 4.88% 83.92%;
    --heroui-foreground-400: 240 5.03% 64.9%;
    --heroui-foreground-500: 240 3.83% 46.08%;
    --heroui-foreground-600: 240 5.2% 33.92%;
    --heroui-foreground-700: 240 5.26% 26.08%;
    --heroui-foreground-800: 240 3.7% 15.88%;
    --heroui-foreground-900: 240 5.88% 10%;
    --heroui-foreground: 201.82 24.44% 8.82%;
    --heroui-divider: 0 0% 6.67%;
    --heroui-focus: 212.02 100% 46.67%;
    --heroui-overlay: 0 0% 0%;
    --heroui-content1: 0 0% 100%;
    --heroui-content1-foreground: 201.82 24.44% 8.82%;
    --heroui-content2: 240 4.76% 95.88%;
    --heroui-content2-foreground: 240 3.7% 15.88%;
    --heroui-content3: 240 5.88% 90%;
    --heroui-content3-foreground: 240 5.26% 26.08%;
    --heroui-content4: 240 4.88% 83.92%;
    --heroui-content4-foreground: 240 5.2% 33.92%;
    --heroui-default-50: 0 0% 98.04%;
    --heroui-default-100: 240 4.76% 95.88%;
    --heroui-default-200: 240 5.88% 90%;
    --heroui-default-300: 240 4.88% 83.92%;
    --heroui-default-400: 240 5.03% 64.9%;
    --heroui-default-500: 240 3.83% 46.08%;
    --heroui-default-600: 240 5.2% 33.92%;
    --heroui-default-700: 240 5.26% 26.08%;
    --heroui-default-800: 240 3.7% 15.88%;
    --heroui-default-900: 240 5.88% 10%;
    --heroui-default-foreground: 0 0% 0%;
    --heroui-default: 240 4.88% 83.92%;
    --heroui-primary: 196.67 77.95% 49.8%;
    --heroui-secondary: 0 0% 100%;
    --heroui-success-50: 146.67 64.29% 94.51%;
    --heroui-success-100: 145.71 61.4% 88.82%;
    --heroui-success-200: 146.2 61.74% 77.45%;
    --heroui-success-300: 145.79 62.57% 66.47%;
    --heroui-success-400: 146.01 62.45% 55.1%;
    --heroui-success-500: 145.96 79.46% 43.92%;
    --heroui-success-600: 146.01 79.89% 35.1%;
    --heroui-success-700: 145.79 79.26% 26.47%;
    --heroui-success-800: 146.2 79.78% 17.45%;
    --heroui-success-900: 145.71 77.78% 8.82%;
    --heroui-success-foreground: 0 0% 0%;
    --heroui-success: 145.96 79.46% 43.92%;
    --heroui-warning-50: 54.55 91.67% 95.29%;
    --heroui-warning-100: 37.14 91.3% 90.98%;
    --heroui-warning-200: 37.14 91.3% 81.96%;
    --heroui-warning-300: 36.96 91.24% 73.14%;
    --heroui-warning-400: 37.01 91.26% 64.12%;
    --heroui-warning-500: 37.03 91.27% 55.1%;
    --heroui-warning-600: 37.01 74.22% 44.12%;
    --heroui-warning-700: 36.96 73.96% 33.14%;
    --heroui-warning-800: 37.14 75% 21.96%;
    --heroui-warning-900: 37.14 75% 10.98%;
    --heroui-warning-foreground: 0 0% 0%;
    --heroui-warning: 37.03 91.27% 55.1%;
    --heroui-danger-50: 339.13 92% 95.1%;
    --heroui-danger-100: 340 91.84% 90.39%;
    --heroui-danger-200: 339.33 90% 80.39%;
    --heroui-danger-300: 339.11 90.6% 70.78%;
    --heroui-danger-400: 339 90% 60.78%;
    --heroui-danger-500: 339.2 90.36% 51.18%;
    --heroui-danger-600: 339 86.54% 40.78%;
    --heroui-danger-700: 339.11 85.99% 30.78%;
    --heroui-danger-800: 339.33 86.54% 20.39%;
    --heroui-danger-900: 340 84.91% 10.39%;
    --heroui-danger-foreground: 0 0% 100%;
    --heroui-danger: 339.2 90.36% 51.18%;
    --heroui-divider-weight: 1px;
    --heroui-disabled-opacity: .5;
    --heroui-font-size-tiny: .75rem;
    --heroui-font-size-small: .875rem;
    --heroui-font-size-medium: 1rem;
    --heroui-font-size-large: 1.125rem;
    --heroui-line-height-tiny: 1rem;
    --heroui-line-height-small: 1.25rem;
    --heroui-line-height-medium: 1.5rem;
    --heroui-line-height-large: 1.75rem;
    --heroui-radius-small: 8px;
    --heroui-radius-medium: 12px;
    --heroui-radius-large: 14px;
    --heroui-border-width-small: 1px;
    --heroui-border-width-medium: 2px;
    --heroui-border-width-large: 3px;
    --heroui-box-shadow-small: 0px 0px 5px 0px #00000005, 0px 2px 10px 0px #0000000f, 0px 0px 1px 0px #0000004d;
    --heroui-box-shadow-medium: 0px 0px 15px 0px #00000008, 0px 2px 30px 0px #00000014, 0px 0px 1px 0px #0000004d;
    --heroui-box-shadow-large: 0px 0px 30px 0px #0000000a, 0px 30px 60px 0px #0000001f, 0px 0px 1px 0px #0000004d;
    --heroui-hover-opacity: .8;
  }
}

@layer components;

@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }

  .absolute {
    position: absolute;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .static\! {
    position: static !important;
  }

  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }

  .top-2 {
    top: calc(var(--spacing) * 2);
  }

  .right-2 {
    right: calc(var(--spacing) * 2);
  }

  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }

  .left-0 {
    left: calc(var(--spacing) * 0);
  }

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

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

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

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

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

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .m-auto {
    margin: auto;
  }

  .mx-0 {
    margin-inline: calc(var(--spacing) * 0);
  }

  .mx-auto {
    margin-inline: auto;
  }

  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }

  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }

  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }

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

  .mb-0\.5 {
    margin-bottom: calc(var(--spacing) * .5);
  }

  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }

  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }

  .mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .h-8 {
    height: calc(var(--spacing) * 8);
  }

  .h-full {
    height: 100%;
  }

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

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

  .w-full {
    width: 100%;
  }

  .max-w-\[40\%\] {
    max-width: 40%;
  }

  .max-w-\[80\%\] {
    max-width: 80%;
  }

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

  .flex-1 {
    flex: 1;
  }

  .flex-\[0\.5\] {
    flex: .5;
  }

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

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .animate-none {
    animation: none;
  }

  .cursor-text\! {
    cursor: text !important;
  }

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

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

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

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

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

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

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

  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }

  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }

  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }

  .gap-\[0\.4rem\] {
    gap: .4rem;
  }

  .gap-\[3rem\] {
    gap: 3rem;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-visible {
    overflow: visible;
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .rounded-lg {
    border-radius: var(--radius-lg);
  }

  .rounded-none {
    border-radius: 0;
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }

  .border-r-1 {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }

  .border-black {
    border-color: #000;
  }

  .border-gray-100 {
    border-color: var(--color-gray-100);
  }

  .border-t-gray-100 {
    border-top-color: var(--color-gray-100);
  }

  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }

  .bg-primary {
    background-color: hsl(var(--heroui-primary) / 1);
  }

  .bg-secondary {
    background-color: hsl(var(--heroui-secondary) / 1);
  }

  .bg-secondary\! {
    background-color: hsl(var(--heroui-secondary) / 1) !important;
  }

  .bg-transparent {
    background-color: #0000;
  }

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

  .p-0 {
    padding: calc(var(--spacing) * 0);
  }

  .p-2 {
    padding: calc(var(--spacing) * 2);
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .p-6 {
    padding: calc(var(--spacing) * 6);
  }

  .p-\[0\.4rem\] {
    padding: .4rem;
  }

  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }

  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }

  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }

  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }

  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }

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

  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }

  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

  .text-\[0\.8rem\] {
    font-size: .8rem;
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

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

  .\!text-secondary {
    color: hsl(var(--heroui-secondary) / 1) !important;
  }

  .text-black {
    color: #000;
  }

  .text-default-500 {
    color: hsl(var(--heroui-default-500) / 1);
  }

  .text-default-700 {
    color: hsl(var(--heroui-default-700) / 1);
  }

  .text-secondary {
    color: hsl(var(--heroui-secondary) / 1);
  }

  .text-white {
    color: #fff;
  }

  .uppercase {
    text-transform: uppercase;
  }

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

  .dark {
    color-scheme: dark;
    --heroui-background: 0 0% 0%;
    --heroui-foreground-50: 240 5.88% 10%;
    --heroui-foreground-100: 240 3.7% 15.88%;
    --heroui-foreground-200: 240 5.26% 26.08%;
    --heroui-foreground-300: 240 5.2% 33.92%;
    --heroui-foreground-400: 240 3.83% 46.08%;
    --heroui-foreground-500: 240 5.03% 64.9%;
    --heroui-foreground-600: 240 4.88% 83.92%;
    --heroui-foreground-700: 240 5.88% 90%;
    --heroui-foreground-800: 240 4.76% 95.88%;
    --heroui-foreground-900: 0 0% 98.04%;
    --heroui-foreground: 210 5.56% 92.94%;
    --heroui-focus: 212.02 100% 46.67%;
    --heroui-overlay: 0 0% 0%;
    --heroui-divider: 0 0% 100%;
    --heroui-content1: 240 5.88% 10%;
    --heroui-content1-foreground: 0 0% 98.04%;
    --heroui-content2: 240 3.7% 15.88%;
    --heroui-content2-foreground: 240 4.76% 95.88%;
    --heroui-content3: 240 5.26% 26.08%;
    --heroui-content3-foreground: 240 5.88% 90%;
    --heroui-content4: 240 5.2% 33.92%;
    --heroui-content4-foreground: 240 4.88% 83.92%;
    --heroui-default-50: 240 5.88% 10%;
    --heroui-default-100: 240 3.7% 15.88%;
    --heroui-default-200: 240 5.26% 26.08%;
    --heroui-default-300: 240 5.2% 33.92%;
    --heroui-default-400: 240 3.83% 46.08%;
    --heroui-default-500: 240 5.03% 64.9%;
    --heroui-default-600: 240 4.88% 83.92%;
    --heroui-default-700: 240 5.88% 90%;
    --heroui-default-800: 240 4.76% 95.88%;
    --heroui-default-900: 0 0% 98.04%;
    --heroui-default-foreground: 0 0% 100%;
    --heroui-default: 240 5.26% 26.08%;
    --heroui-primary: 196.67 77.95% 49.8%;
    --heroui-secondary: 0 0% 100%;
    --heroui-success-50: 145.71 77.78% 8.82%;
    --heroui-success-100: 146.2 79.78% 17.45%;
    --heroui-success-200: 145.79 79.26% 26.47%;
    --heroui-success-300: 146.01 79.89% 35.1%;
    --heroui-success-400: 145.96 79.46% 43.92%;
    --heroui-success-500: 146.01 62.45% 55.1%;
    --heroui-success-600: 145.79 62.57% 66.47%;
    --heroui-success-700: 146.2 61.74% 77.45%;
    --heroui-success-800: 145.71 61.4% 88.82%;
    --heroui-success-900: 146.67 64.29% 94.51%;
    --heroui-success-foreground: 0 0% 0%;
    --heroui-success: 145.96 79.46% 43.92%;
    --heroui-warning-50: 37.14 75% 10.98%;
    --heroui-warning-100: 37.14 75% 21.96%;
    --heroui-warning-200: 36.96 73.96% 33.14%;
    --heroui-warning-300: 37.01 74.22% 44.12%;
    --heroui-warning-400: 37.03 91.27% 55.1%;
    --heroui-warning-500: 37.01 91.26% 64.12%;
    --heroui-warning-600: 36.96 91.24% 73.14%;
    --heroui-warning-700: 37.14 91.3% 81.96%;
    --heroui-warning-800: 37.14 91.3% 90.98%;
    --heroui-warning-900: 54.55 91.67% 95.29%;
    --heroui-warning-foreground: 0 0% 0%;
    --heroui-warning: 37.03 91.27% 55.1%;
    --heroui-danger-50: 340 84.91% 10.39%;
    --heroui-danger-100: 339.33 86.54% 20.39%;
    --heroui-danger-200: 339.11 85.99% 30.78%;
    --heroui-danger-300: 339 86.54% 40.78%;
    --heroui-danger-400: 339.2 90.36% 51.18%;
    --heroui-danger-500: 339 90% 60.78%;
    --heroui-danger-600: 339.11 90.6% 70.78%;
    --heroui-danger-700: 339.33 90% 80.39%;
    --heroui-danger-800: 340 91.84% 90.39%;
    --heroui-danger-900: 339.13 92% 95.1%;
    --heroui-danger-foreground: 0 0% 100%;
    --heroui-danger: 339.2 90.36% 51.18%;
    --heroui-divider-weight: 1px;
    --heroui-disabled-opacity: .5;
    --heroui-font-size-tiny: .75rem;
    --heroui-font-size-small: .875rem;
    --heroui-font-size-medium: 1rem;
    --heroui-font-size-large: 1.125rem;
    --heroui-line-height-tiny: 1rem;
    --heroui-line-height-small: 1.25rem;
    --heroui-line-height-medium: 1.5rem;
    --heroui-line-height-large: 1.75rem;
    --heroui-radius-small: 8px;
    --heroui-radius-medium: 12px;
    --heroui-radius-large: 14px;
    --heroui-border-width-small: 1px;
    --heroui-border-width-medium: 2px;
    --heroui-border-width-large: 3px;
    --heroui-box-shadow-small: 0px 0px 5px 0px #0000000d, 0px 2px 10px 0px #0003, inset 0px 0px 1px 0px #ffffff26;
    --heroui-box-shadow-medium: 0px 0px 15px 0px #0000000f, 0px 2px 30px 0px #00000038, inset 0px 0px 1px 0px #ffffff26;
    --heroui-box-shadow-large: 0px 0px 30px 0px #00000012, 0px 30px 60px 0px #00000042, inset 0px 0px 1px 0px #ffffff26;
    --heroui-hover-opacity: .9;
  }

  .light {
    color-scheme: light;
    --heroui-background: 0 0% 100%;
    --heroui-foreground-50: 0 0% 98.04%;
    --heroui-foreground-100: 240 4.76% 95.88%;
    --heroui-foreground-200: 240 5.88% 90%;
    --heroui-foreground-300: 240 4.88% 83.92%;
    --heroui-foreground-400: 240 5.03% 64.9%;
    --heroui-foreground-500: 240 3.83% 46.08%;
    --heroui-foreground-600: 240 5.2% 33.92%;
    --heroui-foreground-700: 240 5.26% 26.08%;
    --heroui-foreground-800: 240 3.7% 15.88%;
    --heroui-foreground-900: 240 5.88% 10%;
    --heroui-foreground: 201.82 24.44% 8.82%;
    --heroui-divider: 0 0% 6.67%;
    --heroui-focus: 212.02 100% 46.67%;
    --heroui-overlay: 0 0% 0%;
    --heroui-content1: 0 0% 100%;
    --heroui-content1-foreground: 201.82 24.44% 8.82%;
    --heroui-content2: 240 4.76% 95.88%;
    --heroui-content2-foreground: 240 3.7% 15.88%;
    --heroui-content3: 240 5.88% 90%;
    --heroui-content3-foreground: 240 5.26% 26.08%;
    --heroui-content4: 240 4.88% 83.92%;
    --heroui-content4-foreground: 240 5.2% 33.92%;
    --heroui-default-50: 0 0% 98.04%;
    --heroui-default-100: 240 4.76% 95.88%;
    --heroui-default-200: 240 5.88% 90%;
    --heroui-default-300: 240 4.88% 83.92%;
    --heroui-default-400: 240 5.03% 64.9%;
    --heroui-default-500: 240 3.83% 46.08%;
    --heroui-default-600: 240 5.2% 33.92%;
    --heroui-default-700: 240 5.26% 26.08%;
    --heroui-default-800: 240 3.7% 15.88%;
    --heroui-default-900: 240 5.88% 10%;
    --heroui-default-foreground: 0 0% 0%;
    --heroui-default: 240 4.88% 83.92%;
    --heroui-primary: 196.67 77.95% 49.8%;
    --heroui-secondary: 0 0% 100%;
    --heroui-success-50: 146.67 64.29% 94.51%;
    --heroui-success-100: 145.71 61.4% 88.82%;
    --heroui-success-200: 146.2 61.74% 77.45%;
    --heroui-success-300: 145.79 62.57% 66.47%;
    --heroui-success-400: 146.01 62.45% 55.1%;
    --heroui-success-500: 145.96 79.46% 43.92%;
    --heroui-success-600: 146.01 79.89% 35.1%;
    --heroui-success-700: 145.79 79.26% 26.47%;
    --heroui-success-800: 146.2 79.78% 17.45%;
    --heroui-success-900: 145.71 77.78% 8.82%;
    --heroui-success-foreground: 0 0% 0%;
    --heroui-success: 145.96 79.46% 43.92%;
    --heroui-warning-50: 54.55 91.67% 95.29%;
    --heroui-warning-100: 37.14 91.3% 90.98%;
    --heroui-warning-200: 37.14 91.3% 81.96%;
    --heroui-warning-300: 36.96 91.24% 73.14%;
    --heroui-warning-400: 37.01 91.26% 64.12%;
    --heroui-warning-500: 37.03 91.27% 55.1%;
    --heroui-warning-600: 37.01 74.22% 44.12%;
    --heroui-warning-700: 36.96 73.96% 33.14%;
    --heroui-warning-800: 37.14 75% 21.96%;
    --heroui-warning-900: 37.14 75% 10.98%;
    --heroui-warning-foreground: 0 0% 0%;
    --heroui-warning: 37.03 91.27% 55.1%;
    --heroui-danger-50: 339.13 92% 95.1%;
    --heroui-danger-100: 340 91.84% 90.39%;
    --heroui-danger-200: 339.33 90% 80.39%;
    --heroui-danger-300: 339.11 90.6% 70.78%;
    --heroui-danger-400: 339 90% 60.78%;
    --heroui-danger-500: 339.2 90.36% 51.18%;
    --heroui-danger-600: 339 86.54% 40.78%;
    --heroui-danger-700: 339.11 85.99% 30.78%;
    --heroui-danger-800: 339.33 86.54% 20.39%;
    --heroui-danger-900: 340 84.91% 10.39%;
    --heroui-danger-foreground: 0 0% 100%;
    --heroui-danger: 339.2 90.36% 51.18%;
    --heroui-divider-weight: 1px;
    --heroui-disabled-opacity: .5;
    --heroui-font-size-tiny: .75rem;
    --heroui-font-size-small: .875rem;
    --heroui-font-size-medium: 1rem;
    --heroui-font-size-large: 1.125rem;
    --heroui-line-height-tiny: 1rem;
    --heroui-line-height-small: 1.25rem;
    --heroui-line-height-medium: 1.5rem;
    --heroui-line-height-large: 1.75rem;
    --heroui-radius-small: 8px;
    --heroui-radius-medium: 12px;
    --heroui-radius-large: 14px;
    --heroui-border-width-small: 1px;
    --heroui-border-width-medium: 2px;
    --heroui-border-width-large: 3px;
    --heroui-box-shadow-small: 0px 0px 5px 0px #00000005, 0px 2px 10px 0px #0000000f, 0px 0px 1px 0px #0000004d;
    --heroui-box-shadow-medium: 0px 0px 15px 0px #00000008, 0px 2px 30px 0px #00000014, 0px 0px 1px 0px #0000004d;
    --heroui-box-shadow-large: 0px 0px 30px 0px #0000000a, 0px 30px 60px 0px #0000001f, 0px 0px 1px 0px #0000004d;
    --heroui-hover-opacity: .8;
  }

  .opacity-100 {
    opacity: 1;
  }

  .transition-none {
    transition-property: none;
  }

  .group-data-\[focus\=true\]\:bg-secondary:is(:where(.group)[data-focus="true"] *) {
    background-color: hsl(var(--heroui-secondary) / 1);
  }

  .placeholder\:text-black\/60::placeholder {
    color: oklab(0% none none / .6);
  }

  @media (hover: hover) {
    .hover\:bg-red-100:hover {
      background-color: #fdd0df;
    }

    .hover\:bg-secondary:hover {
      background-color: hsl(var(--heroui-secondary) / 1);
    }
  }

  .focus\:border-none:focus {
    --tw-border-style: none;
    border-style: none;
  }

  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }

  @media (min-width: 40rem) {
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

  @media (min-width: 48rem) {
    .md\:fixed {
      position: fixed;
    }

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

    .md\:m-1 {
      margin: calc(var(--spacing) * 1);
    }

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

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

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

    .md\:gap-6 {
      gap: calc(var(--spacing) * 6);
    }

    .md\:gap-8 {
      gap: calc(var(--spacing) * 8);
    }

    .md\:py-2 {
      padding-block: calc(var(--spacing) * 2);
    }

    .md\:pb-8 {
      padding-bottom: calc(var(--spacing) * 8);
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

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

  .dark\:text-white.dark, .dark\:text-white[data-theme="dark"] {
    color: #fff;
  }

  .dark\:text-white\/90.dark, .dark\:text-white\/90[data-theme="dark"] {
    color: oklab(100% 0 5.96046e-8 / .9);
  }

  .dark\:placeholder\:text-white\/60.dark::placeholder, .dark\:placeholder\:text-white\/60[data-theme="dark"]::placeholder {
    color: oklab(100% 0 5.96046e-8 / .6);
  }
}

* {
  text-align: left;
  font-family: Noto Sans, sans-serif;
}

body {
  background-color: var(--color-gray-100);
  min-height: 100vh;
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-tracking {
  syntax: "*";
  inherits: false
}
:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: hsl(6, 78%, 57%);
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);

  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);

  --toastify-container-width: fit-content;
  --toastify-toast-width: 320px;
  --toastify-toast-offset: 16px;
  --toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));
  --toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));
  --toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));
  --toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));
  --toastify-toast-background: #fff;
  --toastify-toast-padding: 14px;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-toast-bd-radius: 6px;
  --toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;

  /* Used only for colored theme */
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;

  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
  /* used to control the opacity of the progress trail */
  --toastify-color-progress-bgo: 0.2;
}

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  position: fixed;
  width: var(--toastify-container-width);
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: column;
}

.Toastify__toast-container--top-left {
  top: var(--toastify-toast-top);
  left: var(--toastify-toast-left);
}
.Toastify__toast-container--top-center {
  top: var(--toastify-toast-top);
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
}
.Toastify__toast-container--top-right {
  top: var(--toastify-toast-top);
  right: var(--toastify-toast-right);
  align-items: end;
}
.Toastify__toast-container--bottom-left {
  bottom: var(--toastify-toast-bottom);
  left: var(--toastify-toast-left);
}
.Toastify__toast-container--bottom-center {
  bottom: var(--toastify-toast-bottom);
  left: 50%;
  transform: translateX(-50%);
  align-items: center;
}
.Toastify__toast-container--bottom-right {
  bottom: var(--toastify-toast-bottom);
  right: var(--toastify-toast-right);
  align-items: end;
}

.Toastify__toast {
  --y: 0;
  position: relative;
  touch-action: none;
  width: var(--toastify-toast-width);
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: var(--toastify-toast-padding);
  border-radius: var(--toastify-toast-bd-radius);
  box-shadow: var(--toastify-toast-shadow);
  max-height: var(--toastify-toast-max-height);
  font-family: var(--toastify-font-family);
  /* webkit only issue #791 */
  z-index: 0;
  /* inner swag */
  display: flex;
  flex: 1 auto;
  align-items: center;
  word-break: break-word;
}

@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 100vw;
    left: env(safe-area-inset-left);
    margin: 0;
  }
  .Toastify__toast-container--top-left,
  .Toastify__toast-container--top-center,
  .Toastify__toast-container--top-right {
    top: env(safe-area-inset-top);
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left,
  .Toastify__toast-container--bottom-center,
  .Toastify__toast-container--bottom-right {
    bottom: env(safe-area-inset-bottom);
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: env(safe-area-inset-right);
    left: initial;
  }
  .Toastify__toast {
    --toastify-toast-width: 100%;
    margin-bottom: 0;
    border-radius: 0;
  }
}

.Toastify__toast-container[data-stacked='true'] {
  width: var(--toastify-toast-width);
}

.Toastify__toast--stacked {
  position: absolute;
  width: 100%;
  transform: translate3d(0, var(--y), 0) scale(var(--s));
  transition: transform 0.3s;
}

.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,
.Toastify__toast--stacked[data-collapsed] .Toastify__close-button {
  transition: opacity 0.1s;
}

.Toastify__toast--stacked[data-collapsed='false'] {
  overflow: visible;
}

.Toastify__toast--stacked[data-collapsed='true']:not(:last-child) > * {
  opacity: 0;
}

.Toastify__toast--stacked:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: calc(var(--g) * 1px);
  bottom: 100%;
}

.Toastify__toast--stacked[data-pos='top'] {
  top: 0;
}

.Toastify__toast--stacked[data-pos='bot'] {
  bottom: 0;
}

.Toastify__toast--stacked[data-pos='bot'].Toastify__toast--stacked:before {
  transform-origin: top;
}

.Toastify__toast--stacked[data-pos='top'].Toastify__toast--stacked:before {
  transform-origin: bottom;
}

.Toastify__toast--stacked:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  transform: scaleY(3);
  z-index: -1;
}

.Toastify__toast--rtl {
  direction: rtl;
}

.Toastify__toast--close-on-click {
  cursor: pointer;
}

.Toastify__toast-icon {
  margin-inline-end: 10px;
  width: 22px;
  flex-shrink: 0;
  display: flex;
}

.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.5s;
}

.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}

.Toastify__toast-theme--light {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}

.Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}

.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}

.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}

.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}

.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}

.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}

.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}

.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}

.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}

.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}

.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  position: absolute;
  top: 6px;
  right: 6px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  z-index: 1;
}

.Toastify__toast--rtl .Toastify__close-button {
  left: 6px;
  right: unset;
}

.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}

.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}

.Toastify__close-button:hover,
.Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}

.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.7;
  transform-origin: left;
}

.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}

.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}

.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
  border-bottom-left-radius: initial;
}

.Toastify__progress-bar--wrp {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-bottom-left-radius: var(--toastify-toast-bd-radius);
  border-bottom-right-radius: var(--toastify-toast-bd-radius);
}

.Toastify__progress-bar--wrp[data-hidden='true'] {
  opacity: 0;
}

.Toastify__progress-bar--bg {
  opacity: var(--toastify-color-progress-bgo);
  width: 100%;
  height: 100%;
}

.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}

@keyframes Toastify__bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, var(--y), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, var(--y), 0);
  }
}

@keyframes Toastify__bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, var(--y), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, var(--y), 0);
  }
}

@keyframes Toastify__bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, calc(var(--y) - 10px), 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, calc(var(--y) + 20px), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes Toastify__bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}

@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, calc(var(--y) - 10px), 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, calc(var(--y) + 20px), 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.Toastify__bounce-enter--top-left,
.Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}

.Toastify__bounce-enter--top-right,
.Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}

.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}

.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left,
.Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}

.Toastify__bounce-exit--top-right,
.Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}

.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}

.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: translate3d(0, var(--y), 0) scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

@keyframes Toastify__flipOut {
  from {
    transform: translate3d(0, var(--y), 0) perspective(400px);
  }
  30% {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, var(--y), 0);
  }
}

@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, var(--y), 0);
  }
}

@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, var(--y), 0);
  }
}

@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}

@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, var(--y), 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}

.Toastify__slide-enter--top-left,
.Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}

.Toastify__slide-enter--top-right,
.Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}

.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}

.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left,
.Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

.Toastify__slide-exit--top-right,
.Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
  animation-timing-function: ease-in;
  animation-duration: 0.3s;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
