/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
.pointer-events-auto {
  pointer-events: auto;
}
.pointer-events-none {
  pointer-events: none;
}
.\!visible {
  visibility: visible !important;
}
.collapse {
  visibility: collapse;
}
.invisible {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  inset-inline: 0px;
}
.inset-y-0 {
  inset-block: 0px;
}
.start-0 {
  inset-inline-start: calc(var(--spacing) * 0);
}
.start-1\.5 {
  inset-inline-start: calc(var(--spacing) * 1.5);
}
.start-2 {
  inset-inline-start: calc(var(--spacing) * 2);
}
.start-3 {
  inset-inline-start: calc(var(--spacing) * 3);
}
.start-auto {
  inset-inline-start: auto;
}
.end-1 {
  inset-inline-end: calc(var(--spacing) * 1);
}
.end-1\.5 {
  inset-inline-end: calc(var(--spacing) * 1.5);
}
.end-3 {
  inset-inline-end: calc(var(--spacing) * 3);
}
.end-18 {
  inset-inline-end: calc(var(--spacing) * 18);
}
.end-auto {
  inset-inline-end: auto;
}
.-top-2 {
  top: calc(var(--spacing) * -2);
}
.-top-px {
  top: -1px;
}
.top-0 {
  top: 0px;
}
.top-0\! {
  top: 0px !important;
}
.top-1 {
  top: var(--spacing);
}
.top-1\/2 {
  top: calc(1 / 2 * 100%);
}
.top-2 {
  top: calc(var(--spacing) * 2);
}
.top-4 {
  top: calc(var(--spacing) * 4);
}
.top-\[5\%\] {
  top: 5%;
}
.top-\[10\%\] {
  top: 10%;
}
.top-\[calc\(46\%\)\] {
  top: calc(46%);
}
.top-\[calc\(100\%_\+_2px\)\] {
  top: calc(100% + 2px);
}
.top-\[var\(--navbar-height\)\] {
  top: var(--navbar-height);
}
.-right-2 {
  right: calc(var(--spacing) * -2);
}
.-right-px {
  right: -1px;
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: calc(var(--spacing) * 2);
}
.right-4 {
  right: calc(var(--spacing) * 4);
}
.right-\[5\%\] {
  right: 5%;
}
.right-\[10\%\] {
  right: 10%;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[5\%\] {
  bottom: 5%;
}
.bottom-\[10\%\] {
  bottom: 10%;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: calc(1 / 2 * 100%);
}
.left-\[5\%\] {
  left: 5%;
}
.left-\[10\%\] {
  left: 10%;
}
.left-\[calc\(37\.5\%\)\] {
  left: calc(37.5%);
}
.isolate {
  isolation: isolate;
}
.-z-30 {
  z-index: calc(30 * -1);
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[100\] {
  z-index: 100;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.container {
  width: 100%;
  @media (width >= 40rem) {
    max-width: 40rem;
  }
  @media (width >= 48rem) {
    max-width: 48rem;
  }
  @media (width >= 64rem) {
    max-width: 64rem;
  }
  @media (width >= 80rem) {
    max-width: 80rem;
  }
  @media (width >= 96rem) {
    max-width: 96rem;
  }
}
.-m-2 {
  margin: calc(var(--spacing) * -2);
}
.-m-2\.5 {
  margin: calc(var(--spacing) * -2.5);
}
.m-0 {
  margin: 0px;
}
.-mx-1 {
  margin-inline: calc(var(--spacing) * -1);
}
.-mx-2 {
  margin-inline: calc(var(--spacing) * -2);
}
.mx-0 {
  margin-inline: 0px;
}
.mx-1 {
  margin-inline: var(--spacing);
}
.mx-3 {
  margin-inline: calc(var(--spacing) * 3);
}
.mx-\[calc\(\(theme\(spacing\.5\)-theme\(spacing\.1\)\)\/2\)\] {
  margin-inline: calc((1.25rem - 0.25rem) / 2);
}
.mx-\[calc\(\(theme\(spacing\.6\)-theme\(spacing\.3\)\)\/2\)\] {
  margin-inline: calc((1.5rem - 0.75rem) / 2);
}
.mx-\[calc\(\(theme\(spacing\.7\)-theme\(spacing\.5\)\)\/2\)\] {
  margin-inline: calc((1.75rem - 1.25rem) / 2);
}
.mx-auto {
  margin-inline: auto;
}
.my-0 {
  margin-block: 0px;
}
.my-1 {
  margin-block: var(--spacing);
}
.my-16 {
  margin-block: calc(var(--spacing) * 16);
}
.my-\[calc\(\(theme\(spacing\.5\)-theme\(spacing\.1\)\)\/2\)\] {
  margin-block: calc((1.25rem - 0.25rem) / 2);
}
.my-\[calc\(\(theme\(spacing\.6\)-theme\(spacing\.3\)\)\/2\)\] {
  margin-block: calc((1.5rem - 0.75rem) / 2);
}
.my-\[calc\(\(theme\(spacing\.7\)-theme\(spacing\.5\)\)\/2\)\] {
  margin-block: calc((1.75rem - 1.25rem) / 2);
}
.my-auto {
  margin-block: auto;
}
.-ms-2 {
  margin-inline-start: calc(var(--spacing) * -2);
}
.ms-0 {
  margin-inline-start: 0px;
}
.ms-2 {
  margin-inline-start: calc(var(--spacing) * 2);
}
.ms-3 {
  margin-inline-start: calc(var(--spacing) * 3);
}
.me-2 {
  margin-inline-end: calc(var(--spacing) * 2);
}
.me-4 {
  margin-inline-end: calc(var(--spacing) * 4);
}
.mt-0 {
  margin-top: 0px;
}
.mt-0\.5 {
  margin-top: calc(var(--spacing) * 0.5);
}
.mt-1 {
  margin-top: var(--spacing);
}
.mt-1\.5 {
  margin-top: calc(var(--spacing) * 1.5);
}
.mt-2 {
  margin-top: calc(var(--spacing) * 2);
}
.mt-2\.5 {
  margin-top: calc(var(--spacing) * 2.5);
}
.mt-4 {
  margin-top: calc(var(--spacing) * 4);
}
.mt-6 {
  margin-top: calc(var(--spacing) * 6);
}
.-mr-2 {
  margin-right: calc(var(--spacing) * -2);
}
.mr-1 {
  margin-right: var(--spacing);
}
.mr-auto {
  margin-right: auto;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: var(--spacing);
}
.mb-1\.5 {
  margin-bottom: calc(var(--spacing) * 1.5);
}
.mb-2 {
  margin-bottom: calc(var(--spacing) * 2);
}
.mb-2\.5 {
  margin-bottom: calc(var(--spacing) * 2.5);
}
.mb-3 {
  margin-bottom: calc(var(--spacing) * 3);
}
.mb-4 {
  margin-bottom: calc(var(--spacing) * 4);
}
.mb-5 {
  margin-bottom: calc(var(--spacing) * 5);
}
.mb-px {
  margin-bottom: 1px;
}
.ml-1 {
  margin-left: var(--spacing);
}
.ml-auto {
  margin-left: auto;
}
.box-border {
  box-sizing: border-box;
}
.box-content {
  box-sizing: content-box;
}
.scrollbar-default {
  -ms-overflow-style: auto;
  scrollbar-width: auto;
  &::-webkit-scrollbar {
    display: block;
  }
}
.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
  &::-webkit-scrollbar {
    display: none;
  }
}
.\!hidden {
  display: none !important;
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.inline-flex {
  display: inline-flex;
}
.inline-grid {
  display: inline-grid;
}
.table {
  display: table;
}
.table\! {
  display: table !important;
}
.table-caption {
  display: table-caption;
}
.table-cell {
  display: table-cell;
}
.size-1 {
  width: var(--spacing);
  height: var(--spacing);
}
.size-1\.5 {
  width: calc(var(--spacing) * 1.5);
  height: calc(var(--spacing) * 1.5);
}
.size-2 {
  width: calc(var(--spacing) * 2);
  height: calc(var(--spacing) * 2);
}
.\!h-auto {
  height: auto !important;
}
.h-\(--visual-viewport-height\) {
  height: var(--visual-viewport-height);
}
.h-1 {
  height: var(--spacing);
}
.h-1\.5 {
  height: calc(var(--spacing) * 1.5);
}
.h-2 {
  height: calc(var(--spacing) * 2);
}
.h-2\.5 {
  height: calc(var(--spacing) * 2.5);
}
.h-3 {
  height: calc(var(--spacing) * 3);
}
.h-3\.5 {
  height: calc(var(--spacing) * 3.5);
}
.h-4 {
  height: calc(var(--spacing) * 4);
}
.h-5 {
  height: calc(var(--spacing) * 5);
}
.h-6 {
  height: calc(var(--spacing) * 6);
}
.h-7 {
  height: calc(var(--spacing) * 7);
}
.h-8 {
  height: calc(var(--spacing) * 8);
}
.h-9 {
  height: calc(var(--spacing) * 9);
}
.h-10 {
  height: calc(var(--spacing) * 10);
}
.h-12 {
  height: calc(var(--spacing) * 12);
}
.h-14 {
  height: calc(var(--spacing) * 14);
}
.h-16 {
  height: calc(var(--spacing) * 16);
}
.h-40 {
  height: calc(var(--spacing) * 40);
}
.h-\[2px\] {
  height: 2px;
}
.h-\[8\%\] {
  height: 8%;
}
.h-\[50\%\] {
  height: 50%;
}
.h-\[100dvh\] {
  height: 100dvh;
}
.h-\[calc\(100dvh_-_var\(--navbar-height\)\)\] {
  height: calc(100dvh - var(--navbar-height));
}
.h-\[var\(--navbar-height\)\] {
  height: var(--navbar-height);
}
.h-\[var\(--picker-height\)\] {
  height: var(--picker-height);
}
.h-auto {
  height: auto;
}
.h-divider {
  height: var(--heroui-divider-weight);
}
.h-fit {
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.h-screen {
  height: 100vh;
}
.max-h-\[20rem\] {
  max-height: 20rem;
}
.max-h-\[24rem\] {
  max-height: 24rem;
}
.max-h-\[28rem\] {
  max-height: 28rem;
}
.max-h-\[32rem\] {
  max-height: 32rem;
}
.max-h-\[36rem\] {
  max-height: 36rem;
}
.max-h-\[42rem\] {
  max-height: 42rem;
}
.max-h-\[48rem\] {
  max-height: 48rem;
}
.max-h-\[56rem\] {
  max-height: 56rem;
}
.max-h-\[64rem\] {
  max-height: 64rem;
}
.max-h-\[calc\(100\%_-_8rem\)\] {
  max-height: calc(100% - 8rem);
}
.max-h-\[none\] {
  max-height: none;
}
.max-h-full {
  max-height: 100%;
}
.min-h-3 {
  min-height: calc(var(--spacing) * 3);
}
.min-h-3\.5 {
  min-height: calc(var(--spacing) * 3.5);
}
.min-h-4 {
  min-height: calc(var(--spacing) * 4);
}
.min-h-5 {
  min-height: calc(var(--spacing) * 5);
}
.min-h-6 {
  min-height: calc(var(--spacing) * 6);
}
.min-h-7 {
  min-height: calc(var(--spacing) * 7);
}
.min-h-8 {
  min-height: calc(var(--spacing) * 8);
}
.min-h-10 {
  min-height: calc(var(--spacing) * 10);
}
.min-h-12 {
  min-height: calc(var(--spacing) * 12);
}
.min-h-14 {
  min-height: calc(var(--spacing) * 14);
}
.min-h-16 {
  min-height: calc(var(--spacing) * 16);
}
.min-h-\[32px\] {
  min-height: 32px;
}
.min-h-\[100dvh\] {
  min-height: 100dvh;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.w-0\.5 {
  width: calc(var(--spacing) * 0.5);
}
.w-1 {
  width: var(--spacing);
}
.w-1\.5 {
  width: calc(var(--spacing) * 1.5);
}
.w-2 {
  width: calc(var(--spacing) * 2);
}
.w-2\.5 {
  width: calc(var(--spacing) * 2.5);
}
.w-3 {
  width: calc(var(--spacing) * 3);
}
.w-3\.5 {
  width: calc(var(--spacing) * 3.5);
}
.w-4 {
  width: calc(var(--spacing) * 4);
}
.w-5 {
  width: calc(var(--spacing) * 5);
}
.w-6 {
  width: calc(var(--spacing) * 6);
}
.w-7 {
  width: calc(var(--spacing) * 7);
}
.w-8 {
  width: calc(var(--spacing) * 8);
}
.w-9 {
  width: calc(var(--spacing) * 9);
}
.w-10 {
  width: calc(var(--spacing) * 10);
}
.w-12 {
  width: calc(var(--spacing) * 12);
}
.w-14 {
  width: calc(var(--spacing) * 14);
}
.w-40 {
  width: calc(var(--spacing) * 40);
}
.w-\[25\%\] {
  width: 25%;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[85vw\] {
  width: 85vw;
}
.w-\[220px\] {
  width: 220px;
}
.w-\[calc\(100\%_-_16px\)\] {
  width: calc(100% - 16px);
}
.w-\[calc\(100\%_-theme\(spacing\.6\)\)\] {
  width: calc(100% - 1.5rem);
}
.w-\[calc\(var\(--visible-months\)_\*_var\(--calendar-width\)\)\] {
  width: calc(var(--visible-months) * var(--calendar-width));
}
.w-auto {
  width: auto;
}
.w-divider {
  width: var(--heroui-divider-weight);
}
.w-fit {
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-lg {
  width: var(--container-lg);
}
.w-max {
  width: max-content;
}
.w-px {
  width: 1px;
}
.w-screen {
  width: 100vw;
}
.max-w-2xl {
  max-width: var(--container-2xl);
}
.max-w-3xl {
  max-width: var(--container-3xl);
}
.max-w-4xl {
  max-width: var(--container-4xl);
}
.max-w-5xl {
  max-width: var(--container-5xl);
}
.max-w-7xl {
  max-width: var(--container-7xl);
}
.max-w-\[100vw\] {
  max-width: 100vw;
}
.max-w-\[270px\] {
  max-width: 270px;
}
.max-w-\[640px\] {
  max-width: 640px;
}
.max-w-\[768px\] {
  max-width: 768px;
}
.max-w-\[1024px\] {
  max-width: 1024px;
}
.max-w-\[1280px\] {
  max-width: 1280px;
}
.max-w-\[1536px\] {
  max-width: 1536px;
}
.max-w-\[none\] {
  max-width: none;
}
.max-w-fit {
  max-width: fit-content;
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: var(--container-lg);
}
.max-w-md {
  max-width: var(--container-md);
}
.max-w-none {
  max-width: none;
}
.max-w-sm {
  max-width: var(--container-sm);
}
.max-w-xl {
  max-width: var(--container-xl);
}
.max-w-xs {
  max-width: var(--container-xs);
}
.min-w-0 {
  min-width: 0px;
}
.min-w-3 {
  min-width: calc(var(--spacing) * 3);
}
.min-w-3\.5 {
  min-width: calc(var(--spacing) * 3.5);
}
.min-w-4 {
  min-width: calc(var(--spacing) * 4);
}
.min-w-5 {
  min-width: calc(var(--spacing) * 5);
}
.min-w-6 {
  min-width: calc(var(--spacing) * 6);
}
.min-w-7 {
  min-width: calc(var(--spacing) * 7);
}
.min-w-8 {
  min-width: calc(var(--spacing) * 8);
}
.min-w-9 {
  min-width: calc(var(--spacing) * 9);
}
.min-w-10 {
  min-width: calc(var(--spacing) * 10);
}
.min-w-12 {
  min-width: calc(var(--spacing) * 12);
}
.min-w-16 {
  min-width: calc(var(--spacing) * 16);
}
.min-w-20 {
  min-width: calc(var(--spacing) * 20);
}
.min-w-24 {
  min-width: calc(var(--spacing) * 24);
}
.min-w-40 {
  min-width: calc(var(--spacing) * 40);
}
.min-w-55 {
  min-width: calc(var(--spacing) * 55);
}
.min-w-60 {
  min-width: calc(var(--spacing) * 60);
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[448px\] {
  min-width: 448px;
}
.min-w-full {
  min-width: 100%;
}
.min-w-max {
  min-width: max-content;
}
.min-w-min {
  min-width: min-content;
}
.flex-1 {
  flex: 1;
}
.flex-auto {
  flex: auto;
}
.flex-initial {
  flex: 0 auto;
}
.flex-none {
  flex: none;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.basis-0 {
  flex-basis: 0px;
}
.table-auto {
  table-layout: auto;
}
.table-fixed {
  table-layout: fixed;
}
.border-collapse {
  border-collapse: collapse;
}
.\[transform-origin\:var\(--trigger-anchor-point\)\] {
  transform-origin: var(--trigger-anchor-point);
}
.origin-center {
  transform-origin: center;
}
.origin-left {
  transform-origin: 0;
}
.origin-right {
  transform-origin: 100%;
}
.origin-top {
  transform-origin: top;
}
.origin-top-left {
  transform-origin: 0 0;
}
.-translate-x-1\/2 {
  --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-x-1 {
  --tw-translate-x: var(--spacing);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-x-1\/2 {
  --tw-translate-x: calc(1 / 2 * 100%);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-translate-y-1 {
  --tw-translate-y: calc(var(--spacing) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-translate-y-1\/2 {
  --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-y-1 {
  --tw-translate-y: var(--spacing);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-y-1\/2 {
  --tw-translate-y: calc(1 / 2 * 100%);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-y-2\/4 {
  --tw-translate-y: calc(2 / 4 * 100%);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-y-3\/4 {
  --tw-translate-y: calc(3 / 4 * 100%);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.scale-0 {
  --tw-scale-x: 0%;
  --tw-scale-y: 0%;
  --tw-scale-z: 0%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.scale-50 {
  --tw-scale-x: 50%;
  --tw-scale-y: 50%;
  --tw-scale-z: 50%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.scale-90 {
  --tw-scale-x: 90%;
  --tw-scale-y: 90%;
  --tw-scale-z: 90%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.scale-100 {
  --tw-scale-x: 100%;
  --tw-scale-y: 100%;
  --tw-scale-z: 100%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.scale-105 {
  --tw-scale-x: 105%;
  --tw-scale-y: 105%;
  --tw-scale-z: 105%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.rotate-0 {
  rotate: 0deg;
}
.rotate-180 {
  rotate: 180deg;
}
.spinner-bar-animation {
  animation: fade-out 1.2s linear infinite;
  animation-delay: calc(-1.2s + (0.1s * var(--bar-index)));
  transform: rotate(calc(30deg * var(--bar-index))) translate(140%);
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.transform-gpu {
  transform: translateZ(0) var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.animate-\[appearance-in_1s_infinite\] {
  animation: appearance-in 1s infinite;
}
.animate-blink {
  animation: blink 1.4s infinite both;
}
.animate-drip-expand {
  animation: drip-expand 420ms linear;
}
.animate-indeterminate-bar {
  animation: indeterminate-bar 1.5s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite normal none running;
}
.animate-none {
  animation: none;
}
.animate-spin {
  animation: var(--animate-spin);
}
.animate-spinner-ease-spin {
  animation: spinner-spin 0.8s ease infinite;
}
.animate-spinner-linear-spin {
  animation: spinner-spin 0.8s linear infinite;
}
.animate-sway {
  animation: sway 750ms ease infinite;
}
.cursor-default {
  cursor: default;
}
.cursor-grab {
  cursor: grab;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-text {
  cursor: text;
}
.touch-none {
  touch-action: none;
}
.resize {
  resize: both;
}
.resize-none {
  resize: none;
}
.snap-y {
  scroll-snap-type: y var(--tw-scroll-snap-strictness);
}
.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}
.snap-center {
  scroll-snap-align: center;
}
.scroll-py-6 {
  scroll-padding-block: calc(var(--spacing) * 6);
}
.list-none {
  list-style-type: none;
}
.appearance-none {
  appearance: none;
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-\[auto_1fr_auto\] {
  grid-template-columns: auto 1fr auto;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-content-center {
  place-content: center;
}
.place-items-center {
  place-items: center;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.items-start {
  align-items: flex-start;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-start {
  justify-content: flex-start;
}
.\!gap-0 {
  gap: 0px !important;
}
.gap-0 {
  gap: 0px;
}
.gap-0\.5 {
  gap: calc(var(--spacing) * 0.5);
}
.gap-1 {
  gap: var(--spacing);
}
.gap-1\.5 {
  gap: calc(var(--spacing) * 1.5);
}
.gap-2 {
  gap: calc(var(--spacing) * 2);
}
.gap-2\.5 {
  gap: calc(var(--spacing) * 2.5);
}
.gap-3 {
  gap: calc(var(--spacing) * 3);
}
.gap-4 {
  gap: calc(var(--spacing) * 4);
}
.gap-5 {
  gap: calc(var(--spacing) * 5);
}
.gap-6 {
  gap: calc(var(--spacing) * 6);
}
.gap-x-0 {
  column-gap: 0px;
}
.gap-x-0\.5 {
  column-gap: calc(var(--spacing) * 0.5);
}
.gap-x-1 {
  column-gap: var(--spacing);
}
.gap-x-2 {
  column-gap: calc(var(--spacing) * 2);
}
.gap-x-4 {
  column-gap: calc(var(--spacing) * 4);
}
.gap-x-6 {
  column-gap: calc(var(--spacing) * 6);
}
.gap-x-16 {
  column-gap: calc(var(--spacing) * 16);
}
:where(.space-x-0\.5 > :not(:last-child)) {
  --tw-space-x-reverse: 0;
  margin-inline-start: calc(calc(var(--spacing) * 0.5) * var(--tw-space-x-reverse));
  margin-inline-end: calc(calc(var(--spacing) * 0.5) * calc(1 - var(--tw-space-x-reverse)));
}
.gap-y-0 {
  row-gap: 0px;
}
.gap-y-1\.5 {
  row-gap: calc(var(--spacing) * 1.5);
}
.gap-y-2 {
  row-gap: calc(var(--spacing) * 2);
}
.gap-y-3 {
  row-gap: calc(var(--spacing) * 3);
}
.gap-y-4 {
  row-gap: calc(var(--spacing) * 4);
}
.self-center {
  align-self: center;
}
.self-stretch {
  align-self: stretch;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-auto {
  overflow: auto;
}
.overflow-clip {
  overflow: clip;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.\!rounded-none {
  border-radius: 0 !important;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[calc\(var\(--heroui-radius-large\)\/1\.5\)\] {
  border-radius: calc(var(--heroui-radius-large) / 1.5);
}
.rounded-\[calc\(var\(--heroui-radius-medium\)\*0\.5\)\] {
  border-radius: calc(var(--heroui-radius-medium) * 0.5);
}
.rounded-\[calc\(var\(--heroui-radius-medium\)\*0\.6\)\] {
  border-radius: calc(var(--heroui-radius-medium) * 0.6);
}
.rounded-\[calc\(var\(--heroui-radius-medium\)\*0\.7\)\] {
  border-radius: calc(var(--heroui-radius-medium) * 0.7);
}
.rounded-\[calc\(var\(--heroui-radius-medium\)\/2\)\] {
  border-radius: calc(var(--heroui-radius-medium) / 2);
}
.rounded-\[calc\(var\(--heroui-radius-small\)\/2\)\] {
  border-radius: calc(var(--heroui-radius-small) / 2);
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.rounded-large {
  border-radius: var(--heroui-radius-large);
}
.rounded-lg {
  border-radius: var(--radius-lg);
}
.rounded-md {
  border-radius: var(--radius-md);
}
.rounded-medium {
  border-radius: var(--heroui-radius-medium);
}
.rounded-none {
  border-radius: 0;
}
.rounded-sm {
  border-radius: var(--radius-sm);
}
.rounded-small {
  border-radius: var(--heroui-radius-small);
}
.rounded-xl {
  border-radius: var(--radius-xl);
}
.\!rounded-s-none {
  border-start-start-radius: 0 !important;
  border-end-start-radius: 0 !important;
}
.\!rounded-e-none {
  border-start-end-radius: 0 !important;
  border-end-end-radius: 0 !important;
}
.rounded-t-large {
  border-top-left-radius: var(--heroui-radius-large);
  border-top-right-radius: var(--heroui-radius-large);
}
.rounded-t-lg {
  border-top-left-radius: var(--radius-lg);
  border-top-right-radius: var(--radius-lg);
}
.rounded-t-medium {
  border-top-left-radius: var(--heroui-radius-medium);
  border-top-right-radius: var(--heroui-radius-medium);
}
.rounded-t-none {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.rounded-t-small {
  border-top-left-radius: var(--heroui-radius-small);
  border-top-right-radius: var(--heroui-radius-small);
}
.rounded-l-none {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rounded-r-md {
  border-top-right-radius: var(--radius-md);
  border-bottom-right-radius: var(--radius-md);
}
.rounded-r-none {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rounded-b-large {
  border-bottom-right-radius: var(--heroui-radius-large);
  border-bottom-left-radius: var(--heroui-radius-large);
}
.rounded-b-medium {
  border-bottom-right-radius: var(--heroui-radius-medium);
  border-bottom-left-radius: var(--heroui-radius-medium);
}
.rounded-b-none {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.rounded-b-sm {
  border-bottom-right-radius: var(--radius-sm);
  border-bottom-left-radius: var(--radius-sm);
}
.rounded-b-small {
  border-bottom-right-radius: var(--heroui-radius-small);
  border-bottom-left-radius: var(--heroui-radius-small);
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-0 {
  border-style: var(--tw-border-style);
  border-width: 0px;
}
.border-1 {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-2 {
  border-style: var(--tw-border-style);
  border-width: 2px;
}
.border-3 {
  border-style: var(--tw-border-style);
  border-width: 3px;
}
.border-medium {
  border-style: var(--tw-border-style);
  border-width: var(--heroui-border-width-medium);
}
.border-small {
  border-style: var(--tw-border-style);
  border-width: var(--heroui-border-width-small);
}
.border-x-\[calc\(theme\(spacing\.5\)\/2\)\] {
  border-inline-style: var(--tw-border-style);
  border-inline-width: calc(1.25rem / 2);
}
.border-x-\[calc\(theme\(spacing\.6\)\/2\)\] {
  border-inline-style: var(--tw-border-style);
  border-inline-width: calc(1.5rem / 2);
}
.border-x-\[calc\(theme\(spacing\.7\)\/2\)\] {
  border-inline-style: var(--tw-border-style);
  border-inline-width: calc(1.75rem / 2);
}
.border-y-\[calc\(theme\(spacing\.5\)\/2\)\] {
  border-block-style: var(--tw-border-style);
  border-block-width: calc(1.25rem / 2);
}
.border-y-\[calc\(theme\(spacing\.6\)\/2\)\] {
  border-block-style: var(--tw-border-style);
  border-block-width: calc(1.5rem / 2);
}
.border-y-\[calc\(theme\(spacing\.7\)\/2\)\] {
  border-block-style: var(--tw-border-style);
  border-block-width: calc(1.75rem / 2);
}
.border-y-medium {
  border-block-style: var(--tw-border-style);
  border-block-width: var(--heroui-border-width-medium);
}
.border-t {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.border-t-0 {
  border-top-style: var(--tw-border-style);
  border-top-width: 0px;
}
.border-r-medium {
  border-right-style: var(--tw-border-style);
  border-right-width: var(--heroui-border-width-medium);
}
.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-b-0 {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 0px;
}
.border-b-medium {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: var(--heroui-border-width-medium);
}
.\!border-none {
  --tw-border-style: none !important;
  border-style: none !important;
}
.border-dashed {
  --tw-border-style: dashed;
  border-style: dashed;
}
.border-dotted {
  --tw-border-style: dotted;
  border-style: dotted;
}
.border-none {
  --tw-border-style: none;
  border-style: none;
}
.border-solid {
  --tw-border-style: solid;
  border-style: solid;
}
.\!border-\[var\(--color-neutral-300\)\] {
  border-color: var(--color-neutral-300) !important;
}
.\!border-danger {
  border-color: hsl(var(--heroui-danger) / 1) !important;
}
.border-\[\#1D2946\] {
  border-color: #1D2946;
}
.border-\[\#FFC532\] {
  border-color: #FFC532;
}
.border-background {
  border-color: hsl(var(--heroui-background) / 1);
}
.border-danger {
  border-color: hsl(var(--heroui-danger) / 1);
}
.border-danger-100 {
  border-color: hsl(var(--heroui-danger-100) / 1);
}
.border-danger-200 {
  border-color: hsl(var(--heroui-danger-200) / 1);
}
.border-danger-400 {
  border-color: hsl(var(--heroui-danger-400) / 1);
}
.border-danger-500 {
  border-color: hsl(var(--heroui-danger-500) / 1);
}
.border-default {
  border-color: hsl(var(--heroui-default) / 1);
}
.border-default-100 {
  border-color: hsl(var(--heroui-default-100) / 1);
}
.border-default-200 {
  border-color: hsl(var(--heroui-default-200) / 1);
}
.border-default-300 {
  border-color: hsl(var(--heroui-default-300) / 1);
}
.border-default-400 {
  border-color: hsl(var(--heroui-default-400) / 1);
}
.border-divider {
  border-color: hsl(var(--heroui-divider) / 0.15);
}
.border-foreground {
  border-color: hsl(var(--heroui-foreground) / 1);
}
.border-foreground-400 {
  border-color: hsl(var(--heroui-foreground-400) / 1);
}
.border-gray-200 {
  border-color: var(--color-gray-200);
}
.border-gray-300 {
  border-color: var(--color-gray-300);
}
.border-green-500 {
  border-color: var(--color-green-500);
}
.border-primary {
  border-color: hsl(var(--heroui-primary) / 1);
}
.border-primary-100 {
  border-color: hsl(var(--heroui-primary-100) / 1);
}
.border-primary-200 {
  border-color: hsl(var(--heroui-primary-200) / 1);
}
.border-primary-400 {
  border-color: hsl(var(--heroui-primary-400) / 1);
}
.border-primary-500 {
  border-color: hsl(var(--heroui-primary-500) / 1);
}
.border-red-500 {
  border-color: var(--color-red-500);
}
.border-secondary {
  border-color: hsl(var(--heroui-secondary) / 1);
}
.border-secondary-100 {
  border-color: hsl(var(--heroui-secondary-100) / 1);
}
.border-secondary-200 {
  border-color: hsl(var(--heroui-secondary-200) / 1);
}
.border-secondary-300 {
  border-color: hsl(var(--heroui-secondary-300) / 1);
}
.border-secondary-400 {
  border-color: hsl(var(--heroui-secondary-400) / 1);
}
.border-success {
  border-color: hsl(var(--heroui-success) / 1);
}
.border-success-100 {
  border-color: hsl(var(--heroui-success-100) / 1);
}
.border-success-200 {
  border-color: hsl(var(--heroui-success-200) / 1);
}
.border-success-300 {
  border-color: hsl(var(--heroui-success-300) / 1);
}
.border-success-400 {
  border-color: hsl(var(--heroui-success-400) / 1);
}
.border-transparent {
  border-color: transparent;
}
.border-warning {
  border-color: hsl(var(--heroui-warning) / 1);
}
.border-warning-100 {
  border-color: hsl(var(--heroui-warning-100) / 1);
}
.border-warning-200 {
  border-color: hsl(var(--heroui-warning-200) / 1);
}
.border-warning-300 {
  border-color: hsl(var(--heroui-warning-300) / 1);
}
.border-warning-400 {
  border-color: hsl(var(--heroui-warning-400) / 1);
}
.border-x-transparent {
  border-inline-color: transparent;
}
.border-y-transparent {
  border-block-color: transparent;
}
.border-t-transparent {
  border-top-color: transparent;
}
.border-r-transparent {
  border-right-color: transparent;
}
.border-b-current {
  border-bottom-color: currentcolor;
}
.border-b-danger {
  border-bottom-color: hsl(var(--heroui-danger) / 1);
}
.border-b-default {
  border-bottom-color: hsl(var(--heroui-default) / 1);
}
.border-b-primary {
  border-bottom-color: hsl(var(--heroui-primary) / 1);
}
.border-b-secondary {
  border-bottom-color: hsl(var(--heroui-secondary) / 1);
}
.border-b-success {
  border-bottom-color: hsl(var(--heroui-success) / 1);
}
.border-b-warning {
  border-bottom-color: hsl(var(--heroui-warning) / 1);
}
.border-b-white {
  border-bottom-color: var(--color-white);
}
.border-l-transparent {
  border-left-color: transparent;
}
.\!bg-danger-50 {
  background-color: hsl(var(--heroui-danger-50) / 1) !important;
}
.\!bg-transparent {
  background-color: transparent !important;
}
.bg-\[\#FCF2E9\] {
  background-color: #FCF2E9;
}
.bg-\[\#FFC532\] {
  background-color: #FFC532;
}
.bg-\[\#FFC53266\] {
  background-color: #FFC53266;
}
.bg-\[var\(--color-neutral-50\)\] {
  background-color: var(--color-neutral-50);
}
.bg-background {
  background-color: hsl(var(--heroui-background) / 1);
}
.bg-background\/10 {
  background-color: hsl(var(--heroui-background) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, hsl(var(--heroui-background) / 1) 10%, transparent);
  }
}
.bg-background\/70 {
  background-color: hsl(var(--heroui-background) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, hsl(var(--heroui-background) / 1) 70%, transparent);
  }
}
.bg-background\/80 {
  background-color: hsl(var(--heroui-background) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, hsl(var(--heroui-background) / 1) 80%, transparent);
  }
}
.bg-blue-500 {
  background-color: var(--color-blue-500);
}
.bg-content1 {
  background-color: hsl(var(--heroui-content1) / 1);
}
.bg-content3 {
  background-color: hsl(var(--heroui-content3) / 1);
}
.bg-current {
  background-color: currentcolor;
}
.bg-danger {
  background-color: hsl(var(--heroui-danger) / 1);
}
.bg-danger-50 {
  background-color: hsl(var(--heroui-danger-50) / 1);
}
.bg-danger-100 {
  background-color: hsl(var(--heroui-danger-100) / 1);
}
.bg-danger-400 {
  background-color: hsl(var(--heroui-danger-400) / 1);
}
.bg-danger\/20 {
  background-color: hsl(var(--heroui-danger) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, hsl(var(--heroui-danger) / 1) 20%, transparent);
  }
}
.bg-default {
  background-color: hsl(var(--heroui-default) / 1);
}
.bg-default-50 {
  background-color: hsl(var(--heroui-default-50) / 1);
}
.bg-default-100 {
  background-color: hsl(var(--heroui-default-100) / 1);
}
.bg-default-200 {
  background-color: hsl(var(--heroui-default-200) / 1);
}
.bg-default-300\/50 {
  background-color: hsl(var(--heroui-default-300) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, hsl(var(--heroui-default-300) / 1) 50%, transparent);
  }
}
.bg-default-400 {
  background-color: hsl(var(--heroui-default-400) / 1);
}
.bg-default-500 {
  background-color: hsl(var(--heroui-default-500) / 1);
}
.bg-default-800 {
  background-color: hsl(var(--heroui-default-800) / 1);
}
.bg-default\/40 {
  background-color: hsl(var(--heroui-default) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, hsl(var(--heroui-default) / 1) 40%, transparent);
  }
}
.bg-divider {
  background-color: hsl(var(--heroui-divider) / 0.15);
}
.bg-foreground {
  background-color: hsl(var(--heroui-foreground) / 1);
}
.bg-foreground-100 {
  background-color: hsl(var(--heroui-foreground-100) / 1);
}
.bg-foreground-400 {
  background-color: hsl(var(--heroui-foreground-400) / 1);
}
.bg-foreground\/10 {
  background-color: hsl(var(--heroui-foreground) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, hsl(var(--heroui-foreground) / 1) 10%, transparent);
  }
}
.bg-gray-50 {
  background-color: var(--color-gray-50);
}
.bg-gray-100 {
  background-color: var(--color-gray-100);
}
.bg-gray-200 {
  background-color: var(--color-gray-200);
}
.bg-green-100 {
  background-color: var(--color-green-100);
}
.bg-green-500 {
  background-color: var(--color-green-500);
}
.bg-orange-500 {
  background-color: var(--color-orange-500);
}
.bg-overlay\/30 {
  background-color: hsl(var(--heroui-overlay) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, hsl(var(--heroui-overlay) / 1) 30%, transparent);
  }
}
.bg-overlay\/50 {
  background-color: hsl(var(--heroui-overlay) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, hsl(var(--heroui-overlay) / 1) 50%, transparent);
  }
}
.bg-primary {
  background-color: hsl(var(--heroui-primary) / 1);
}
.bg-primary-50 {
  background-color: hsl(var(--heroui-primary-50) / 1);
}
.bg-primary-100 {
  background-color: hsl(var(--heroui-primary-100) / 1);
}
.bg-primary-400 {
  background-color: hsl(var(--heroui-primary-400) / 1);
}
.bg-primary-500 {
  background-color: hsl(var(--heroui-primary-500) / 1);
}
.bg-primary-900 {
  background-color: hsl(var(--heroui-primary-900) / 1);
}
.bg-primary\/20 {
  background-color: hsl(var(--heroui-primary) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, hsl(var(--heroui-primary) / 1) 20%, transparent);
  }
}
.bg-red-100 {
  background-color: var(--color-red-100);
}
.bg-red-500 {
  background-color: var(--color-red-500);
}
.bg-secondary {
  background-color: hsl(var(--heroui-secondary) / 1);
}
.bg-secondary-50 {
  background-color: hsl(var(--heroui-secondary-50) / 1);
}
.bg-secondary-100 {
  background-color: hsl(var(--heroui-secondary-100) / 1);
}
.bg-secondary-400 {
  background-color: hsl(var(--heroui-secondary-400) / 1);
}
.bg-secondary-500 {
  background-color: hsl(var(--heroui-secondary-500) / 1);
}
.bg-secondary\/20 {
  background-color: hsl(var(--heroui-secondary) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, hsl(var(--heroui-secondary) / 1) 20%, transparent);
  }
}
.bg-success {
  background-color: hsl(var(--heroui-success) / 1);
}
.bg-success-50 {
  background-color: hsl(var(--heroui-success-50) / 1);
}
.bg-success-100 {
  background-color: hsl(var(--heroui-success-100) / 1);
}
.bg-success-400 {
  background-color: hsl(var(--heroui-success-400) / 1);
}
.bg-success-500 {
  background-color: hsl(var(--heroui-success-500) / 1);
}
.bg-success\/20 {
  background-color: hsl(var(--heroui-success) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, hsl(var(--heroui-success) / 1) 20%, transparent);
  }
}
.bg-transparent {
  background-color: transparent;
}
.bg-warning {
  background-color: hsl(var(--heroui-warning) / 1);
}
.bg-warning-50 {
  background-color: hsl(var(--heroui-warning-50) / 1);
}
.bg-warning-100 {
  background-color: hsl(var(--heroui-warning-100) / 1);
}
.bg-warning-400 {
  background-color: hsl(var(--heroui-warning-400) / 1);
}
.bg-warning\/20 {
  background-color: hsl(var(--heroui-warning) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, hsl(var(--heroui-warning) / 1) 20%, transparent);
  }
}
.bg-white {
  background-color: var(--color-white);
}
.bg-white\/80 {
  background-color: color-mix(in srgb, #fff 80%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, var(--color-white) 80%, transparent);
  }
}
.bg-gradient-to-b {
  --tw-gradient-position: to bottom in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.bg-img-inherit {
  background-image: inherit;
}
.bg-stripe-gradient-danger {
  background-image: linear-gradient(45deg,  hsl(var(--heroui-danger-200)) 25%,  hsl(var(--heroui-danger)) 25%,  hsl(var(--heroui-danger)) 50%,  hsl(var(--heroui-danger-200)) 50%,  hsl(var(--heroui-danger-200)) 75%,  hsl(var(--heroui-danger)) 75%,  hsl(var(--heroui-danger)));
}
.bg-stripe-gradient-default {
  background-image: linear-gradient(45deg,  hsl(var(--heroui-default-200)) 25%,  hsl(var(--heroui-default-400)) 25%,  hsl(var(--heroui-default-400)) 50%,  hsl(var(--heroui-default-200)) 50%,  hsl(var(--heroui-default-200)) 75%,  hsl(var(--heroui-default-400)) 75%,  hsl(var(--heroui-default-400)));
}
.bg-stripe-gradient-primary {
  background-image: linear-gradient(45deg,  hsl(var(--heroui-primary-200)) 25%,  hsl(var(--heroui-primary)) 25%,  hsl(var(--heroui-primary)) 50%,  hsl(var(--heroui-primary-200)) 50%,  hsl(var(--heroui-primary-200)) 75%,  hsl(var(--heroui-primary)) 75%,  hsl(var(--heroui-primary)));
}
.bg-stripe-gradient-secondary {
  background-image: linear-gradient(45deg,  hsl(var(--heroui-secondary-200)) 25%,  hsl(var(--heroui-secondary)) 25%,  hsl(var(--heroui-secondary)) 50%,  hsl(var(--heroui-secondary-200)) 50%,  hsl(var(--heroui-secondary-200)) 75%,  hsl(var(--heroui-secondary)) 75%,  hsl(var(--heroui-secondary)));
}
.bg-stripe-gradient-success {
  background-image: linear-gradient(45deg,  hsl(var(--heroui-success-200)) 25%,  hsl(var(--heroui-success)) 25%,  hsl(var(--heroui-success)) 50%,  hsl(var(--heroui-success-200)) 50%,  hsl(var(--heroui-success-200)) 75%,  hsl(var(--heroui-success)) 75%,  hsl(var(--heroui-success)));
}
.bg-stripe-gradient-warning {
  background-image: linear-gradient(45deg,  hsl(var(--heroui-warning-200)) 25%,  hsl(var(--heroui-warning)) 25%,  hsl(var(--heroui-warning)) 50%,  hsl(var(--heroui-warning-200)) 50%,  hsl(var(--heroui-warning-200)) 75%,  hsl(var(--heroui-warning)) 75%,  hsl(var(--heroui-warning)));
}
.from-transparent {
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.via-transparent {
  --tw-gradient-via: transparent;
  --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-via-stops);
}
.to-current {
  --tw-gradient-to: currentcolor;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.to-danger {
  --tw-gradient-to: hsl(var(--heroui-danger) / 1);
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.to-default {
  --tw-gradient-to: hsl(var(--heroui-default) / 1);
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.to-primary {
  --tw-gradient-to: hsl(var(--heroui-primary) / 1);
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.to-secondary {
  --tw-gradient-to: hsl(var(--heroui-secondary) / 1);
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.to-success {
  --tw-gradient-to: hsl(var(--heroui-success) / 1);
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.to-warning {
  --tw-gradient-to: hsl(var(--heroui-warning) / 1);
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.to-white {
  --tw-gradient-to: var(--color-white);
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.\[mask-image\:linear-gradient\(\#000\,\#000\,transparent_0\,\#000_var\(--scroll-shadow-size\)\,\#000_calc\(100\%_-_var\(--scroll-shadow-size\)\)\,transparent\)\] {
  mask-image: linear-gradient(#000,#000,transparent 0,#000 var(--scroll-shadow-size),#000 calc(100% - var(--scroll-shadow-size)),transparent);
}
.bg-clip-inherit {
  background-clip: inherit;
}
.bg-clip-text {
  background-clip: text;
}
.fill-current {
  fill: currentcolor;
}
.stroke-current {
  stroke: currentcolor;
}
.stroke-default-300\/50 {
  stroke: hsl(var(--heroui-default-300) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    stroke: color-mix(in oklab, hsl(var(--heroui-default-300) / 1) 50%, transparent);
  }
}
.object-cover {
  object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-0\.5 {
  padding: calc(var(--spacing) * 0.5);
}
.p-1 {
  padding: var(--spacing);
}
.p-2 {
  padding: calc(var(--spacing) * 2);
}
.p-2\.5 {
  padding: calc(var(--spacing) * 2.5);
}
.p-3 {
  padding: calc(var(--spacing) * 3);
}
.p-4 {
  padding: calc(var(--spacing) * 4);
}
.p-5 {
  padding: calc(var(--spacing) * 5);
}
.p-6 {
  padding: calc(var(--spacing) * 6);
}
.\!px-1 {
  padding-inline: var(--spacing) !important;
}
.px-0 {
  padding-inline: 0px;
}
.px-0\.5 {
  padding-inline: calc(var(--spacing) * 0.5);
}
.px-1 {
  padding-inline: var(--spacing);
}
.px-1\.5 {
  padding-inline: calc(var(--spacing) * 1.5);
}
.px-2 {
  padding-inline: calc(var(--spacing) * 2);
}
.px-2\.5 {
  padding-inline: calc(var(--spacing) * 2.5);
}
.px-3 {
  padding-inline: calc(var(--spacing) * 3);
}
.px-4 {
  padding-inline: calc(var(--spacing) * 4);
}
.px-5 {
  padding-inline: calc(var(--spacing) * 5);
}
.px-6 {
  padding-inline: calc(var(--spacing) * 6);
}
.px-10 {
  padding-inline: calc(var(--spacing) * 10);
}
.py-0 {
  padding-block: 0px;
}
.py-0\.5 {
  padding-block: calc(var(--spacing) * 0.5);
}
.py-1 {
  padding-block: var(--spacing);
}
.py-1\.5 {
  padding-block: calc(var(--spacing) * 1.5);
}
.py-2 {
  padding-block: calc(var(--spacing) * 2);
}
.py-2\.5 {
  padding-block: calc(var(--spacing) * 2.5);
}
.py-3 {
  padding-block: calc(var(--spacing) * 3);
}
.py-4 {
  padding-block: calc(var(--spacing) * 4);
}
.py-5 {
  padding-block: calc(var(--spacing) * 5);
}
.py-6 {
  padding-block: calc(var(--spacing) * 6);
}
.py-8 {
  padding-block: calc(var(--spacing) * 8);
}
.py-16 {
  padding-block: calc(var(--spacing) * 16);
}
.ps-1 {
  padding-inline-start: var(--spacing);
}
.ps-2 {
  padding-inline-start: calc(var(--spacing) * 2);
}
.pe-2 {
  padding-inline-end: calc(var(--spacing) * 2);
}
.pe-6 {
  padding-inline-end: calc(var(--spacing) * 6);
}
.pt-0 {
  padding-top: 0px;
}
.pt-2 {
  padding-top: calc(var(--spacing) * 2);
}
.pt-3 {
  padding-top: calc(var(--spacing) * 3);
}
.pt-8 {
  padding-top: calc(var(--spacing) * 8);
}
.pr-0\.5 {
  padding-right: calc(var(--spacing) * 0.5);
}
.pr-1 {
  padding-right: var(--spacing);
}
.\!pb-0 {
  padding-bottom: 0px !important;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-0\.5 {
  padding-bottom: calc(var(--spacing) * 0.5);
}
.pb-1 {
  padding-bottom: var(--spacing);
}
.pb-1\.5 {
  padding-bottom: calc(var(--spacing) * 1.5);
}
.pb-2 {
  padding-bottom: calc(var(--spacing) * 2);
}
.pb-4 {
  padding-bottom: calc(var(--spacing) * 4);
}
.pl-0\.5 {
  padding-left: calc(var(--spacing) * 0.5);
}
.pl-1 {
  padding-left: var(--spacing);
}
.pl-\[1px\] {
  padding-left: 1px;
}
.text-center {
  text-align: center;
}
.text-end {
  text-align: end;
}
.text-justify {
  text-align: justify;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-start {
  text-align: start;
}
.align-middle {
  vertical-align: middle;
}
.font-mono {
  font-family: var(--font-mono);
}
.font-sans {
  font-family: var(--font-sans);
}
.text-2xl {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
}
.text-2xl\! {
  font-size: var(--text-2xl) !important;
  line-height: var(--tw-leading, var(--text-2xl--line-height)) !important;
}
.text-3xl {
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
}
.text-4xl {
  font-size: var(--text-4xl);
  line-height: var(--tw-leading, var(--text-4xl--line-height));
}
.text-base {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
}
.text-large {
  font-size: var(--heroui-font-size-large);
  line-height: var(--heroui-line-height-large);
}
.text-lg {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
}
.text-medium {
  font-size: var(--heroui-font-size-medium);
  line-height: var(--heroui-line-height-medium);
}
.text-sm {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
.text-small {
  font-size: var(--heroui-font-size-small);
  line-height: var(--heroui-line-height-small);
}
.text-tiny {
  font-size: var(--heroui-font-size-tiny);
  line-height: var(--heroui-line-height-tiny);
}
.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\.5rem\] {
  font-size: 0.5rem;
}
.text-\[0\.6rem\] {
  font-size: 0.6rem;
}
.text-\[0\.55rem\] {
  font-size: 0.55rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[100\%\] {
  font-size: 100%;
}
.leading-5 {
  --tw-leading: calc(var(--spacing) * 5);
  line-height: calc(var(--spacing) * 5);
}
.leading-\[1\.15\] {
  --tw-leading: 1.15;
  line-height: 1.15;
}
.leading-\[24px\] {
  --tw-leading: 24px;
  line-height: 24px;
}
.leading-\[32px\] {
  --tw-leading: 32px;
  line-height: 32px;
}
.leading-loose {
  --tw-leading: var(--leading-loose);
  line-height: var(--leading-loose);
}
.leading-normal {
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
}
.leading-relaxed {
  --tw-leading: var(--leading-relaxed);
  line-height: var(--leading-relaxed);
}
.leading-tight {
  --tw-leading: var(--leading-tight);
  line-height: var(--leading-tight);
}
.leading-inherit {
  line-height: inherit;
}
.font-\[400\] {
  --tw-font-weight: 400;
  font-weight: 400;
}
.font-bold {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.font-extralight {
  --tw-font-weight: var(--font-weight-extralight);
  font-weight: var(--font-weight-extralight);
}
.font-light {
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
}
.font-medium {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.font-normal {
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
.font-semibold {
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.-tracking-wide {
  --tw-tracking: calc(var(--tracking-wide) * -1);
  letter-spacing: calc(var(--tracking-wide) * -1);
}
.-tracking-wider {
  --tw-tracking: calc(var(--tracking-wider) * -1);
  letter-spacing: calc(var(--tracking-wider) * -1);
}
.tracking-normal {
  --tw-tracking: var(--tracking-normal);
  letter-spacing: var(--tracking-normal);
}
.tracking-wide {
  --tw-tracking: var(--tracking-wide);
  letter-spacing: var(--tracking-wide);
}
.tracking-wider {
  --tw-tracking: var(--tracking-wider);
  letter-spacing: var(--tracking-wider);
}
.tracking-widest {
  --tw-tracking: var(--tracking-widest);
  letter-spacing: var(--tracking-widest);
}
.text-nowrap {
  text-wrap: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.\!text-danger {
  color: hsl(var(--heroui-danger) / 1) !important;
}
.text-\[\#1D2946\] {
  color: #1D2946;
}
.text-\[\#9C4A02\] {
  color: #9C4A02;
}
.text-\[\#171717\] {
  color: #171717;
}
.text-\[var\(--color-neutral-700\)\] {
  color: var(--color-neutral-700);
}
.text-background {
  color: hsl(var(--heroui-background) / 1);
}
.text-black {
  color: var(--color-black);
}
.text-current {
  color: currentcolor;
}
.text-danger {
  color: hsl(var(--heroui-danger) / 1);
}
.text-danger-300 {
  color: hsl(var(--heroui-danger-300) / 1);
}
.text-danger-400 {
  color: hsl(var(--heroui-danger-400) / 1);
}
.text-danger-500 {
  color: hsl(var(--heroui-danger-500) / 1);
}
.text-danger-600 {
  color: hsl(var(--heroui-danger-600) / 1);
}
.text-danger-foreground {
  color: hsl(var(--heroui-danger-foreground) / 1);
}
.text-danger\/80 {
  color: hsl(var(--heroui-danger) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in oklab, hsl(var(--heroui-danger) / 1) 80%, transparent);
  }
}
.text-default {
  color: hsl(var(--heroui-default) / 1);
}
.text-default-400 {
  color: hsl(var(--heroui-default-400) / 1);
}
.text-default-500 {
  color: hsl(var(--heroui-default-500) / 1);
}
.text-default-600 {
  color: hsl(var(--heroui-default-600) / 1);
}
.text-default-700 {
  color: hsl(var(--heroui-default-700) / 1);
}
.text-default-foreground {
  color: hsl(var(--heroui-default-foreground) / 1);
}
.text-foreground {
  color: hsl(var(--heroui-foreground) / 1);
}
.text-foreground-400 {
  color: hsl(var(--heroui-foreground-400) / 1);
}
.text-foreground-500 {
  color: hsl(var(--heroui-foreground-500) / 1);
}
.text-foreground-600 {
  color: hsl(var(--heroui-foreground-600) / 1);
}
.text-foreground\/50 {
  color: hsl(var(--heroui-foreground) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in oklab, hsl(var(--heroui-foreground) / 1) 50%, transparent);
  }
}
.text-gray-400 {
  color: var(--color-gray-400);
}
.text-gray-500 {
  color: var(--color-gray-500);
}
.text-gray-900 {
  color: var(--color-gray-900);
}
.text-inherit {
  color: inherit;
}
.text-neutral-700 {
  color: var(--color-neutral-700);
}
.text-neutral-900 {
  color: var(--color-neutral-900);
}
.text-primary {
  color: hsl(var(--heroui-primary) / 1);
}
.text-primary-300 {
  color: hsl(var(--heroui-primary-300) / 1);
}
.text-primary-400 {
  color: hsl(var(--heroui-primary-400) / 1);
}
.text-primary-500 {
  color: hsl(var(--heroui-primary-500) / 1);
}
.text-primary-600 {
  color: hsl(var(--heroui-primary-600) / 1);
}
.text-primary-700 {
  color: hsl(var(--heroui-primary-700) / 1);
}
.text-primary-foreground {
  color: hsl(var(--heroui-primary-foreground) / 1);
}
.text-primary\/80 {
  color: hsl(var(--heroui-primary) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in oklab, hsl(var(--heroui-primary) / 1) 80%, transparent);
  }
}
.text-red-600 {
  color: var(--color-red-600);
}
.text-secondary {
  color: hsl(var(--heroui-secondary) / 1);
}
.text-secondary-300 {
  color: hsl(var(--heroui-secondary-300) / 1);
}
.text-secondary-400 {
  color: hsl(var(--heroui-secondary-400) / 1);
}
.text-secondary-500 {
  color: hsl(var(--heroui-secondary-500) / 1);
}
.text-secondary-600 {
  color: hsl(var(--heroui-secondary-600) / 1);
}
.text-secondary-foreground {
  color: hsl(var(--heroui-secondary-foreground) / 1);
}
.text-secondary\/80 {
  color: hsl(var(--heroui-secondary) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in oklab, hsl(var(--heroui-secondary) / 1) 80%, transparent);
  }
}
.text-success {
  color: hsl(var(--heroui-success) / 1);
}
.text-success-400 {
  color: hsl(var(--heroui-success-400) / 1);
}
.text-success-500 {
  color: hsl(var(--heroui-success-500) / 1);
}
.text-success-600 {
  color: hsl(var(--heroui-success-600) / 1);
}
.text-success-700 {
  color: hsl(var(--heroui-success-700) / 1);
}
.text-success-foreground {
  color: hsl(var(--heroui-success-foreground) / 1);
}
.text-success\/80 {
  color: hsl(var(--heroui-success) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in oklab, hsl(var(--heroui-success) / 1) 80%, transparent);
  }
}
.text-transparent {
  color: transparent;
}
.text-warning {
  color: hsl(var(--heroui-warning) / 1);
}
.text-warning-400 {
  color: hsl(var(--heroui-warning-400) / 1);
}
.text-warning-500 {
  color: hsl(var(--heroui-warning-500) / 1);
}
.text-warning-600 {
  color: hsl(var(--heroui-warning-600) / 1);
}
.text-warning-700 {
  color: hsl(var(--heroui-warning-700) / 1);
}
.text-warning-foreground {
  color: hsl(var(--heroui-warning-foreground) / 1);
}
.text-warning\/80 {
  color: hsl(var(--heroui-warning) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in oklab, hsl(var(--heroui-warning) / 1) 80%, transparent);
  }
}
.text-white {
  color: var(--color-white);
}
.capitalize {
  text-transform: capitalize;
}
.lowercase {
  text-transform: lowercase;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
}
.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
}
.no-underline {
  text-decoration-line: none;
}
.underline {
  text-decoration-line: underline;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.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: 224.83000000000004 100% 65.1%;
  --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: 220 16.07% 21.96%;
  --heroui-default-100: 211.58000000000004 12.26% 30.39%;
  --heroui-default-200: 211.43000000000006 12% 34.31%;
  --heroui-default-300: 211.29999999999995 11.79% 38.24%;
  --heroui-default-400: 211.20000000000005 11.63% 42.16%;
  --heroui-default-500: 216 12.08% 59.41%;
  --heroui-default-600: 208.41999999999996 11.8% 68.43%;
  --heroui-default-700: 208.41999999999996 17.43% 78.63%;
  --heroui-default-800: 208.41999999999996 33.33% 88.82%;
  --heroui-default-900: 210 20% 96.08%;
  --heroui-default-foreground: 0 0% 0%;
  --heroui-default: 208.41999999999996 11.8% 68.43%;
  --heroui-primary-50: 222.35000000000002 36.17% 9.22%;
  --heroui-primary-100: 226.14999999999998 39.39% 12.94%;
  --heroui-primary-200: 224.51999999999998 40.26% 15.1%;
  --heroui-primary-300: 223.33000000000004 40.91% 17.25%;
  --heroui-primary-400: 222.44000000000005 41.41% 19.41%;
  --heroui-primary-500: 224.83000000000004 100% 65.1%;
  --heroui-primary-600: 222.75 100% 70%;
  --heroui-primary-700: 222.19000000000005 100% 74.9%;
  --heroui-primary-800: 221.36 100% 79.8%;
  --heroui-primary-900: 220 100% 84.71%;
  --heroui-primary-foreground: 0 0% 0%;
  --heroui-primary: 224.83000000000004 100% 65.1%;
  --heroui-secondary-50: 212.52999999999997 85.57% 19.02%;
  --heroui-secondary-100: 212.14 84.85% 25.88%;
  --heroui-secondary-200: 212.26999999999998 84.62% 30.59%;
  --heroui-secondary-300: 212.37 84.44% 35.29%;
  --heroui-secondary-400: 212.44000000000005 84.31% 40%;
  --heroui-secondary-500: 212.14999999999998 100% 64.51%;
  --heroui-secondary-600: 212.02999999999997 100% 70.98%;
  --heroui-secondary-700: 211.83000000000004 100% 77.45%;
  --heroui-secondary-800: 211.46000000000004 100% 83.92%;
  --heroui-secondary-900: 210.61 100% 90.39%;
  --heroui-secondary-foreground: 0 0% 0%;
  --heroui-secondary: 212.14999999999998 100% 64.51%;
  --heroui-success-50: 165.60000000000002 92.59% 10.59%;
  --heroui-success-100: 158.51 91.78% 14.31%;
  --heroui-success-200: 156 90.91% 17.25%;
  --heroui-success-300: 154.19000000000005 90.29% 20.2%;
  --heroui-success-400: 153.08000000000004 91.45% 22.94%;
  --heroui-success-500: 140.40999999999997 43.5% 43.73%;
  --heroui-success-600: 139.58000000000004 42.99% 56.67%;
  --heroui-success-700: 138.90999999999997 58.97% 69.41%;
  --heroui-success-800: 138 100% 82.35%;
  --heroui-success-900: 146.78999999999996 100% 89.02%;
  --heroui-success-foreground: 0 0% 0%;
  --heroui-success: 139.58000000000004 42.99% 56.67%;
  --heroui-warning-50: 27.120000000000005 97.33% 14.71%;
  --heroui-warning-100: 27.170000000000016 96.36% 21.57%;
  --heroui-warning-200: 27.54000000000002 96.83% 24.71%;
  --heroui-warning-300: 27.829999999999984 97.18% 27.84%;
  --heroui-warning-400: 28.05000000000001 97.47% 30.98%;
  --heroui-warning-500: 30.160000000000025 78.6% 47.65%;
  --heroui-warning-600: 31.649999999999977 85.85% 58.43%;
  --heroui-warning-700: 34.18000000000001 100% 67.65%;
  --heroui-warning-800: 38.80000000000001 100% 73.92%;
  --heroui-warning-900: 46.34000000000003 100% 80.2%;
  --heroui-warning-foreground: 0 0% 0%;
  --heroui-warning: 31.649999999999977 85.85% 58.43%;
  --heroui-danger-50: 4.680000000000007 74.76% 20.2%;
  --heroui-danger-100: 5 75% 28.24%;
  --heroui-danger-200: 4.800000000000011 74.85% 32.75%;
  --heroui-danger-300: 4.649999999999977 74.74% 37.25%;
  --heroui-danger-400: 4.529999999999973 74.65% 41.76%;
  --heroui-danger-500: 5.300000000000011 100% 64.51%;
  --heroui-danger-600: 6.439999999999998 100% 70.78%;
  --heroui-danger-700: 8.20999999999998 100% 77.06%;
  --heroui-danger-800: 11.29000000000002 100% 83.33%;
  --heroui-danger-900: 18.110000000000014 100% 89.61%;
  --heroui-danger-foreground: 0 0% 0%;
  --heroui-danger: 6.439999999999998 100% 70.78%;
  --heroui-divider-weight: 1px;
  --heroui-disabled-opacity: .5;
  --heroui-font-size-tiny: 0.75rem;
  --heroui-font-size-small: 0.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 rgb(0 0 0 / 0.05), 0px 2px 10px 0px rgb(0 0 0 / 0.2), inset 0px 0px 1px 0px rgb(255 255 255 / 0.15);
  --heroui-box-shadow-medium: 0px 0px 15px 0px rgb(0 0 0 / 0.06), 0px 2px 30px 0px rgb(0 0 0 / 0.22), inset 0px 0px 1px 0px rgb(255 255 255 / 0.15);
  --heroui-box-shadow-large: 0px 0px 30px 0px rgb(0 0 0 / 0.07), 0px 30px 60px 0px rgb(0 0 0 / 0.26), inset 0px 0px 1px 0px rgb(255 255 255 / 0.15);
  --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.81999999999994 24.44% 8.82%;
  --heroui-divider: 0 0% 6.67%;
  --heroui-focus: 212.01999999999998 100% 46.67%;
  --heroui-overlay: 0 0% 0%;
  --heroui-content1: 0 0% 100%;
  --heroui-content1-foreground: 201.81999999999994 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: 210 11.11% 96.47%;
  --heroui-default-100: 222.86 14.89% 90.78%;
  --heroui-default-200: 225 15.79% 85.1%;
  --heroui-default-300: 225.88 16.19% 79.41%;
  --heroui-default-400: 226.36 16.42% 73.73%;
  --heroui-default-500: 211.20000000000005 11.63% 42.16%;
  --heroui-default-600: 211.29999999999995 11.79% 38.24%;
  --heroui-default-700: 211.43000000000006 12% 34.31%;
  --heroui-default-800: 211.58000000000004 12.26% 30.39%;
  --heroui-default-900: 220 16.07% 21.96%;
  --heroui-default-foreground: 0 0% 0%;
  --heroui-default: 211.20000000000005 11.63% 42.16%;
  --heroui-primary-50: 216 20% 95.1%;
  --heroui-primary-100: 218.81999999999994 24.64% 86.47%;
  --heroui-primary-200: 219.30999999999995 25.66% 77.84%;
  --heroui-primary-300: 219.51 26.11% 69.22%;
  --heroui-primary-400: 213.21000000000004 28.28% 61.18%;
  --heroui-primary-500: 222.44000000000005 41.41% 19.41%;
  --heroui-primary-600: 223.33000000000004 40.91% 17.25%;
  --heroui-primary-700: 224.51999999999998 40.26% 15.1%;
  --heroui-primary-800: 226.14999999999998 39.39% 12.94%;
  --heroui-primary-900: 222.35000000000002 36.17% 9.22%;
  --heroui-primary-foreground: 0 0% 100%;
  --heroui-primary: 222.44000000000005 41.41% 19.41%;
  --heroui-secondary-50: 212.30999999999995 61.9% 95.88%;
  --heroui-secondary-100: 210 65.52% 88.63%;
  --heroui-secondary-200: 209.51999999999998 66.32% 81.37%;
  --heroui-secondary-300: 209.31999999999994 66.67% 74.12%;
  --heroui-secondary-400: 209.20000000000005 66.86% 66.86%;
  --heroui-secondary-500: 212.44000000000005 84.31% 40%;
  --heroui-secondary-600: 212.37 84.44% 35.29%;
  --heroui-secondary-700: 212.26999999999998 84.62% 30.59%;
  --heroui-secondary-800: 212.14 84.85% 25.88%;
  --heroui-secondary-900: 212.52999999999997 85.57% 19.02%;
  --heroui-secondary-foreground: 0 0% 100%;
  --heroui-secondary: 212.44000000000005 84.31% 40%;
  --heroui-success-50: 160 35.29% 93.33%;
  --heroui-success-100: 164.51999999999998 36.47% 83.33%;
  --heroui-success-200: 165.60000000000002 36.76% 73.33%;
  --heroui-success-300: 166.09000000000003 36.9% 63.33%;
  --heroui-success-400: 166.36 36.97% 53.33%;
  --heroui-success-500: 153.08000000000004 91.45% 22.94%;
  --heroui-success-600: 154.19000000000005 90.29% 20.2%;
  --heroui-success-700: 156 90.91% 17.25%;
  --heroui-success-800: 158.51 91.78% 14.31%;
  --heroui-success-900: 165.60000000000002 92.59% 10.59%;
  --heroui-success-foreground: 0 0% 100%;
  --heroui-success: 120 39.32% 54.12%;
  --heroui-warning-50: 25.25999999999999 90.48% 95.88%;
  --heroui-warning-100: 22.350000000000023 89.47% 88.82%;
  --heroui-warning-200: 21.689999999999998 89.25% 81.76%;
  --heroui-warning-300: 21.389999999999986 89.15% 74.71%;
  --heroui-warning-400: 21.220000000000027 89.09% 67.65%;
  --heroui-warning-500: 28.05000000000001 97.47% 30.98%;
  --heroui-warning-600: 27.829999999999984 97.18% 27.84%;
  --heroui-warning-700: 27.54000000000002 96.83% 24.71%;
  --heroui-warning-800: 27.170000000000016 96.36% 21.57%;
  --heroui-warning-900: 27.120000000000005 97.33% 14.71%;
  --heroui-warning-foreground: 0 0% 100%;
  --heroui-warning: 28.05000000000001 97.47% 30.98%;
  --heroui-danger-50: 10.589999999999975 89.47% 96.27%;
  --heroui-danger-100: 9.800000000000011 92.45% 89.61%;
  --heroui-danger-200: 9.629999999999995 93.1% 82.94%;
  --heroui-danger-300: 9.560000000000002 93.39% 76.27%;
  --heroui-danger-400: 9.519999999999982 93.55% 69.61%;
  --heroui-danger-500: 4.529999999999973 74.65% 41.76%;
  --heroui-danger-600: 4.649999999999977 74.74% 37.25%;
  --heroui-danger-700: 4.800000000000011 74.85% 32.75%;
  --heroui-danger-800: 5 75% 28.24%;
  --heroui-danger-900: 4.680000000000007 74.76% 20.2%;
  --heroui-danger-foreground: 0 0% 100%;
  --heroui-danger: 4.529999999999973 74.65% 41.76%;
  --heroui-divider-weight: 1px;
  --heroui-disabled-opacity: .5;
  --heroui-font-size-tiny: 0.75rem;
  --heroui-font-size-small: 0.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 rgb(0 0 0 / 0.02), 0px 2px 10px 0px rgb(0 0 0 / 0.06), 0px 0px 1px 0px rgb(0 0 0 / 0.3);
  --heroui-box-shadow-medium: 0px 0px 15px 0px rgb(0 0 0 / 0.03), 0px 2px 30px 0px rgb(0 0 0 / 0.08), 0px 0px 1px 0px rgb(0 0 0 / 0.3);
  --heroui-box-shadow-large: 0px 0px 30px 0px rgb(0 0 0 / 0.04), 0px 30px 60px 0px rgb(0 0 0 / 0.12), 0px 0px 1px 0px rgb(0 0 0 / 0.3);
  --heroui-hover-opacity: .8;
}
.opacity-0 {
  opacity: 0%;
}
.opacity-20 {
  opacity: 20%;
}
.opacity-25 {
  opacity: 25%;
}
.opacity-30 {
  opacity: 30%;
}
.opacity-50 {
  opacity: 50%;
}
.opacity-70 {
  opacity: 70%;
}
.opacity-75 {
  opacity: 75%;
}
.opacity-80 {
  opacity: 80%;
}
.opacity-100 {
  opacity: 100%;
}
.opacity-\[0\.0001\] {
  opacity: 0.0001;
}
.opacity-\[value\] {
  opacity: value;
}
.opacity-disabled {
  opacity: var(--heroui-disabled-opacity);
}
.\!shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[0_1px_0px_0_rgba\(0\,0\,0\,0\.05\)\] {
  --tw-shadow: 0 1px 0px 0 var(--tw-shadow-color, rgba(0,0,0,0.05));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[0px_20px_20px_0px_rgb\(0_0_0\/0\.05\)\] {
  --tw-shadow: 0px 20px 20px 0px var(--tw-shadow-color, rgb(0 0 0/0.05));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-large {
  --tw-shadow: var(--heroui-box-shadow-large);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-medium {
  --tw-shadow: var(--heroui-box-shadow-medium);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-none {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-small {
  --tw-shadow: var(--heroui-box-shadow-small);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-xs {
  --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.ring {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.ring-1 {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.ring-2 {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-black\/5 {
  --tw-shadow-color: color-mix(in srgb, #000 5%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-black) 5%, transparent) var(--tw-shadow-alpha), transparent);
  }
}
.shadow-danger\/40 {
  --tw-shadow-color: hsl(var(--heroui-danger) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, hsl(var(--heroui-danger) / 1) 40%, transparent) var(--tw-shadow-alpha), transparent);
  }
}
.shadow-default\/50 {
  --tw-shadow-color: hsl(var(--heroui-default) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, hsl(var(--heroui-default) / 1) 50%, transparent) var(--tw-shadow-alpha), transparent);
  }
}
.shadow-foreground\/40 {
  --tw-shadow-color: hsl(var(--heroui-foreground) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, hsl(var(--heroui-foreground) / 1) 40%, transparent) var(--tw-shadow-alpha), transparent);
  }
}
.shadow-primary\/40 {
  --tw-shadow-color: hsl(var(--heroui-primary) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, hsl(var(--heroui-primary) / 1) 40%, transparent) var(--tw-shadow-alpha), transparent);
  }
}
.shadow-secondary\/40 {
  --tw-shadow-color: hsl(var(--heroui-secondary) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, hsl(var(--heroui-secondary) / 1) 40%, transparent) var(--tw-shadow-alpha), transparent);
  }
}
.shadow-success\/40 {
  --tw-shadow-color: hsl(var(--heroui-success) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, hsl(var(--heroui-success) / 1) 40%, transparent) var(--tw-shadow-alpha), transparent);
  }
}
.shadow-warning\/40 {
  --tw-shadow-color: hsl(var(--heroui-warning) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, hsl(var(--heroui-warning) / 1) 40%, transparent) var(--tw-shadow-alpha), transparent);
  }
}
.ring-background {
  --tw-ring-color: hsl(var(--heroui-background) / 1);
}
.ring-danger {
  --tw-ring-color: hsl(var(--heroui-danger) / 1);
}
.ring-default {
  --tw-ring-color: hsl(var(--heroui-default) / 1);
}
.ring-focus {
  --tw-ring-color: hsl(var(--heroui-focus) / 1);
}
.ring-primary {
  --tw-ring-color: hsl(var(--heroui-primary) / 1);
}
.ring-secondary {
  --tw-ring-color: hsl(var(--heroui-secondary) / 1);
}
.ring-success {
  --tw-ring-color: hsl(var(--heroui-success) / 1);
}
.ring-transparent {
  --tw-ring-color: transparent;
}
.ring-warning {
  --tw-ring-color: hsl(var(--heroui-warning) / 1);
}
.ring-offset-2 {
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
}
.ring-offset-background {
  --tw-ring-offset-color: hsl(var(--heroui-background) / 1);
}
.outline {
  outline-style: var(--tw-outline-style);
  outline-width: 1px;
}
.outline-transparent {
  outline-color: transparent;
}
.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,);
}
.blur-lg {
  --tw-blur: blur(var(--blur-lg));
  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,);
}
.invert {
  --tw-invert: invert(100%);
  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,);
}
.saturate-150 {
  --tw-saturate: saturate(150%);
  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,) !important;
}
.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,);
}
.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
}
.backdrop-blur-lg {
  --tw-backdrop-blur: blur(var(--blur-lg));
  -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
}
.backdrop-blur-md {
  --tw-backdrop-blur: blur(var(--blur-md));
  -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(var(--blur-sm));
  -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
}
.backdrop-blur-xl {
  --tw-backdrop-blur: blur(var(--blur-xl));
  -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
}
.backdrop-opacity-disabled {
  --tw-backdrop-opacity: opacity(var(--heroui-disabled-opacity));
  -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
}
.backdrop-saturate-150 {
  --tw-backdrop-saturate: saturate(150%);
  -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
}
.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-\[color\,opacity\] {
  transition-property: color,opacity;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-\[opacity\,transform\] {
  transition-property: opacity,transform;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-\[transform\,background-color\,color\] {
  transition-property: transform,background-color,color;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-\[transform\,color\,left\,opacity\,translate\,scale\] {
  transition-property: transform,color,left,opacity,translate,scale;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-all {
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-background {
  transition-property: background;
  transition-timing-function: ease;
  transition-duration: 250ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-colors-opacity {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity;
  transition-timing-function: ease;
  transition-duration: 250ms;
}
.transition-height {
  transition-property: height;
  transition-timing-function: ease;
  transition-duration: 250ms;
}
.transition-left {
  transition-property: left;
  transition-timing-function: ease;
  transition-duration: 250ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-size {
  transition-property: width, height;
  transition-timing-function: ease;
  transition-duration: 250ms;
}
.transition-transform {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-transform-background {
  transition-property: transform, scale, background;
  transition-timing-function: ease;
  transition-duration: 250ms;
}
.transition-transform-colors {
  transition-property: transform, scale, color, background, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: ease;
  transition-duration: 250ms;
}
.transition-transform-colors-opacity {
  transition-property: transform, scale, color, background, background-color, border-color, text-decoration-color, fill, stroke, opacity;
  transition-timing-function: ease;
  transition-duration: 250ms;
}
.transition-transform-opacity {
  transition-property: transform, scale, opacity rotate;
  transition-timing-function: ease;
  transition-duration: 250ms;
}
.transition-width {
  transition-property: width;
  transition-timing-function: ease;
  transition-duration: 250ms;
}
.\!transition-none {
  transition-property: none !important;
}
.transition-none {
  transition-property: none;
}
.\!duration-100 {
  --tw-duration: 100ms !important;
  transition-duration: 100ms !important;
}
.\!duration-150 {
  --tw-duration: 150ms !important;
  transition-duration: 150ms !important;
}
.\!duration-200 {
  --tw-duration: 200ms !important;
  transition-duration: 200ms !important;
}
.\!duration-250 {
  --tw-duration: 250ms !important;
  transition-duration: 250ms !important;
}
.\!duration-300 {
  --tw-duration: 300ms !important;
  transition-duration: 300ms !important;
}
.\!duration-500 {
  --tw-duration: 500ms !important;
  transition-duration: 500ms !important;
}
.duration-150 {
  --tw-duration: 150ms;
  transition-duration: 150ms;
}
.duration-200 {
  --tw-duration: 200ms;
  transition-duration: 200ms;
}
.\!ease-out {
  --tw-ease: var(--ease-out) !important;
  transition-timing-function: var(--ease-out) !important;
}
.\!ease-soft-spring {
  --tw-ease: cubic-bezier(0.155, 1.105, 0.295, 1.12) !important;
  transition-timing-function: cubic-bezier(0.155, 1.105, 0.295, 1.12) !important;
}
.ease-in {
  --tw-ease: var(--ease-in);
  transition-timing-function: var(--ease-in);
}
.ease-in-out {
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
.ease-out {
  --tw-ease: var(--ease-out);
  transition-timing-function: var(--ease-out);
}
.will-change-\[transform\,width\,height\] {
  will-change: transform,width,height;
}
.will-change-auto {
  will-change: auto;
}
.will-change-transform {
  will-change: transform;
}
.\!outline-solid {
  --tw-outline-style: solid !important;
  outline-style: solid !important;
}
.outline-none {
  --tw-outline-style: none;
  outline-style: none;
}
.outline-solid {
  --tw-outline-style: solid;
  outline-style: solid;
}
.select-none {
  -webkit-user-select: none;
  user-select: none;
}
.\[--picker-height\:224px\] {
  --picker-height: 224px;
}
.\[--scale-enter\:100\%\] {
  --scale-enter: 100%;
}
.\[--scale-exit\:100\%\] {
  --scale-exit: 100%;
}
.\[--scroll-shadow-size\:100px\] {
  --scroll-shadow-size: 100px;
}
.\[--slide-enter\:0px\] {
  --slide-enter: 0px;
}
.\[--slide-exit\:80px\] {
  --slide-exit: 80px;
}
.\[-webkit-mask\:radial-gradient\(closest-side\,rgba\(0\,0\,0\,0\.0\)calc\(100\%-3px\)\,rgba\(0\,0\,0\,1\)calc\(100\%-3px\)\)\] {
  -webkit-mask: radial-gradient(closest-side,rgba(0,0,0,0.0)calc(100% - 3px),rgba(0,0,0,1)calc(100% - 3px));
}
.\[animation-duration\:1s\] {
  animation-duration: 1s;
}
.input-search-cancel-button-none::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.spinner-dot-animation {
  animation-delay: calc(250ms * var(--dot-index));
}
.spinner-dot-blink-animation {
  animation-delay: calc(200ms * var(--dot-index));
}
.tap-highlight-transparent {
  -webkit-tap-highlight-color: transparent;
}
.text-fill-inherit {
  -webkit-text-fill-color: inherit;
}
@media (hover: hover) {
  .group-hover\:pointer-events-auto:is(:where(.group):hover *) {
    pointer-events: auto;
  }
  .group-hover\:block:is(:where(.group):hover *) {
    display: block;
  }
  .group-hover\:hidden:is(:where(.group):hover *) {
    display: none;
  }
  .group-hover\:border-current:is(:where(.group):hover *) {
    border-color: currentcolor;
  }
  .group-hover\:text-current:is(:where(.group):hover *) {
    color: currentcolor;
  }
  .group-hover\:opacity-100:is(:where(.group):hover *) {
    opacity: 100%;
  }
}
.group-data-\[copied\=true\]\:scale-50:is(:where(.group)[data-copied="true"] *) {
  --tw-scale-x: 50%;
  --tw-scale-y: 50%;
  --tw-scale-z: 50%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.group-data-\[copied\=true\]\:scale-100:is(:where(.group)[data-copied="true"] *) {
  --tw-scale-x: 100%;
  --tw-scale-y: 100%;
  --tw-scale-z: 100%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.group-data-\[copied\=true\]\:opacity-0:is(:where(.group)[data-copied="true"] *) {
  opacity: 0%;
}
.group-data-\[copied\=true\]\:opacity-100:is(:where(.group)[data-copied="true"] *) {
  opacity: 100%;
}
.group-data-\[disabled\=true\]\/tr\:cursor-not-allowed:is(:where(.group\/tr)[data-disabled="true"] *) {
  cursor: not-allowed;
}
.group-data-\[disabled\=true\]\/tr\:text-foreground-300:is(:where(.group\/tr)[data-disabled="true"] *) {
  color: hsl(var(--heroui-foreground-300) / 1);
}
.group-data-\[filled-within\=true\]\:pointer-events-auto:is(:where(.group)[data-filled-within="true"] *) {
  pointer-events: auto;
}
.group-data-\[filled-within\=true\]\:start-0:is(:where(.group)[data-filled-within="true"] *) {
  inset-inline-start: calc(var(--spacing) * 0);
}
.group-data-\[filled-within\=true\]\:-translate-y-\[calc\(50\%_\+_var\(--heroui-font-size-small\)\/2_-_3\.5px\)\]:is(:where(.group)[data-filled-within="true"] *) {
  --tw-translate-y: calc(calc(50% + var(--heroui-font-size-small) / 2 - 3.5px) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.group-data-\[filled-within\=true\]\:-translate-y-\[calc\(50\%_\+_var\(--heroui-font-size-small\)\/2_-_4px\)\]:is(:where(.group)[data-filled-within="true"] *) {
  --tw-translate-y: calc(calc(50% + var(--heroui-font-size-small) / 2 - 4px) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.group-data-\[filled-within\=true\]\:-translate-y-\[calc\(50\%_\+_var\(--heroui-font-size-small\)\/2_-_6px\)\]:is(:where(.group)[data-filled-within="true"] *) {
  --tw-translate-y: calc(calc(50% + var(--heroui-font-size-small) / 2 - 6px) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.group-data-\[filled-within\=true\]\:-translate-y-\[calc\(50\%_\+_var\(--heroui-font-size-small\)\/2_-_6px_-_var\(--heroui-border-width-medium\)\)\]:is(:where(.group)[data-filled-within="true"] *) {
  --tw-translate-y: calc(calc(50% + var(--heroui-font-size-small) / 2 - 6px - var(--heroui-border-width-medium)) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.group-data-\[filled-within\=true\]\:-translate-y-\[calc\(50\%_\+_var\(--heroui-font-size-small\)\/2_-_8px\)\]:is(:where(.group)[data-filled-within="true"] *) {
  --tw-translate-y: calc(calc(50% + var(--heroui-font-size-small) / 2 - 8px) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.group-data-\[filled-within\=true\]\:-translate-y-\[calc\(50\%_\+_var\(--heroui-font-size-small\)\/2_-_8px_-_var\(--heroui-border-width-medium\)\)\]:is(:where(.group)[data-filled-within="true"] *) {
  --tw-translate-y: calc(calc(50% + var(--heroui-font-size-small) / 2 - 8px - var(--heroui-border-width-medium)) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.group-data-\[filled-within\=true\]\:-translate-y-\[calc\(50\%_\+_var\(--heroui-font-size-tiny\)\/2_-_5px\)\]:is(:where(.group)[data-filled-within="true"] *) {
  --tw-translate-y: calc(calc(50% + var(--heroui-font-size-tiny) / 2 - 5px) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.group-data-\[filled-within\=true\]\:-translate-y-\[calc\(50\%_\+_var\(--heroui-font-size-tiny\)\/2_-_8px\)\]:is(:where(.group)[data-filled-within="true"] *) {
  --tw-translate-y: calc(calc(50% + var(--heroui-font-size-tiny) / 2 - 8px) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.group-data-\[filled-within\=true\]\:-translate-y-\[calc\(50\%_\+_var\(--heroui-font-size-tiny\)\/2_-_8px_-_var\(--heroui-border-width-medium\)\)\]:is(:where(.group)[data-filled-within="true"] *) {
  --tw-translate-y: calc(calc(50% + var(--heroui-font-size-tiny) / 2 - 8px - var(--heroui-border-width-medium)) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.group-data-\[filled-within\=true\]\:-translate-y-\[calc\(100\%_\+_var\(--heroui-font-size-small\)\/2_\+_20px\)\]:is(:where(.group)[data-filled-within="true"] *) {
  --tw-translate-y: calc(calc(100% + var(--heroui-font-size-small) / 2 + 20px) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.group-data-\[filled-within\=true\]\:-translate-y-\[calc\(100\%_\+_var\(--heroui-font-size-small\)\/2_\+_24px\)\]:is(:where(.group)[data-filled-within="true"] *) {
  --tw-translate-y: calc(calc(100% + var(--heroui-font-size-small) / 2 + 24px) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.group-data-\[filled-within\=true\]\:-translate-y-\[calc\(100\%_\+_var\(--heroui-font-size-tiny\)\/2_\+_16px\)\]:is(:where(.group)[data-filled-within="true"] *) {
  --tw-translate-y: calc(calc(100% + var(--heroui-font-size-tiny) / 2 + 16px) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.group-data-\[filled-within\=true\]\:scale-85:is(:where(.group)[data-filled-within="true"] *) {
  --tw-scale-x: 0.85;
  --tw-scale-y: 0.85;
  --tw-scale-z: 0.85;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.group-data-\[filled-within\=true\]\:text-default-600:is(:where(.group)[data-filled-within="true"] *) {
  color: hsl(var(--heroui-default-600) / 1);
}
.group-data-\[filled-within\=true\]\:text-foreground:is(:where(.group)[data-filled-within="true"] *) {
  color: hsl(var(--heroui-foreground) / 1);
}
.group-data-\[filled\=true\]\:start-0:is(:where(.group)[data-filled="true"] *) {
  inset-inline-start: calc(var(--spacing) * 0);
}
.group-data-\[filled\=true\]\:-translate-y-\[calc\(50\%_\+_var\(--heroui-font-size-small\)\/2_-_3\.5px\)\]:is(:where(.group)[data-filled="true"] *) {
  --tw-translate-y: calc(calc(50% + var(--heroui-font-size-small) / 2 - 3.5px) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.group-data-\[filled\=true\]\:-translate-y-\[calc\(50\%_\+_var\(--heroui-font-size-small\)\/2_-_4px\)\]:is(:where(.group)[data-filled="true"] *) {
  --tw-translate-y: calc(calc(50% + var(--heroui-font-size-small) / 2 - 4px) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.group-data-\[filled\=true\]\:-translate-y-\[calc\(50\%_\+_var\(--heroui-font-size-small\)\/2_-_6px\)\]:is(:where(.group)[data-filled="true"] *) {
  --tw-translate-y: calc(calc(50% + var(--heroui-font-size-small) / 2 - 6px) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.group-data-\[filled\=true\]\:-translate-y-\[calc\(50\%_\+_var\(--heroui-font-size-small\)\/2_-_6px_-_var\(--heroui-border-width-medium\)\)\]:is(:where(.group)[data-filled="true"] *) {
  --tw-translate-y: calc(calc(50% + var(--heroui-font-size-small) / 2 - 6px - var(--heroui-border-width-medium)) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.group-data-\[filled\=true\]\:-translate-y-\[calc\(50\%_\+_var\(--heroui-font-size-small\)\/2_-_8px\)\]:is(:where(.group)[data-filled="true"] *) {
  --tw-translate-y: calc(calc(50% + var(--heroui-font-size-small) / 2 - 8px) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.group-data-\[filled\=true\]\:-translate-y-\[calc\(50\%_\+_var\(--heroui-font-size-small\)\/2_-_8px_-_var\(--heroui-border-width-medium\)\)\]:is(:where(.group)[data-filled="true"] *) {
  --tw-translate-y: calc(calc(50% + var(--heroui-font-size-small) / 2 - 8px - var(--heroui-border-width-medium)) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.group-data-\[filled\=true\]\:-translate-y-\[calc\(50\%_\+_var\(--heroui-font-size-tiny\)\/2_-_5px\)\]:is(:where(.group)[data-filled="true"] *) {
  --tw-translate-y: calc(calc(50% + var(--heroui-font-size-tiny) / 2 - 5px) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.group-data-\[filled\=true\]\:-translate-y-\[calc\(50\%_\+_var\(--heroui-font-size-tiny\)\/2_-_8px\)\]:is(:where(.group)[data-filled="true"] *) {
  --tw-translate-y: calc(calc(50% + var(--heroui-font-size-tiny) / 2 - 8px) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.group-data-\[filled\=true\]\:-translate-y-\[calc\(50\%_\+_var\(--heroui-font-size-tiny\)\/2_-_8px_-_var\(--heroui-border-width-medium\)\)\]:is(:where(.group)[data-filled="true"] *) {
  --tw-translate-y: calc(calc(50% + var(--heroui-font-size-tiny) / 2 - 8px - var(--heroui-border-width-medium)) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.group-data-\[filled\=true\]\:-translate-y-\[calc\(100\%_\+_var\(--heroui-font-size-small\)\/2_\+_20px\)\]:is(:where(.group)[data-filled="true"] *) {
  --tw-translate-y: calc(calc(100% + var(--heroui-font-size-small) / 2 + 20px) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.group-data-\[filled\=true\]\:-translate-y-\[calc\(100\%_\+_var\(--heroui-font-size-small\)\/2_\+_24px\)\]:is(:where(.group)[data-filled="true"] *) {
  --tw-translate-y: calc(calc(100% + var(--heroui-font-size-small) / 2 + 24px) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.group-data-\[filled\=true\]\:-translate-y-\[calc\(100\%_\+var\(--heroui-font-size-tiny\)\/2_\+_16px\)\]:is(:where(.group)[data-filled="true"] *) {
  --tw-translate-y: calc(calc(100% + var(--heroui-font-size-tiny) / 2 + 16px) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.group-data-\[filled\=true\]\:scale-85:is(:where(.group)[data-filled="true"] *) {
  --tw-scale-x: 0.85;
  --tw-scale-y: 0.85;
  --tw-scale-z: 0.85;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.group-data-\[filled\=true\]\:text-default-600:is(:where(.group)[data-filled="true"] *) {
  color: hsl(var(--heroui-default-600) / 1);
}
.group-data-\[filled\=true\]\:text-foreground:is(:where(.group)[data-filled="true"] *) {
  color: hsl(var(--heroui-foreground) / 1);
}
.group-data-\[focus-visible\=true\]\:z-10:is(:where(.group)[data-focus-visible="true"] *) {
  z-index: 10;
}
.group-data-\[focus-visible\=true\]\:block:is(:where(.group)[data-focus-visible="true"] *) {
  display: block;
}
.group-data-\[focus-visible\=true\]\:hidden:is(:where(.group)[data-focus-visible="true"] *) {
  display: none;
}
.group-data-\[focus-visible\=true\]\:ring-2:is(:where(.group)[data-focus-visible="true"] *) {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.group-data-\[focus-visible\=true\]\:ring-focus:is(:where(.group)[data-focus-visible="true"] *) {
  --tw-ring-color: hsl(var(--heroui-focus) / 1);
}
.group-data-\[focus-visible\=true\]\:ring-offset-2:is(:where(.group)[data-focus-visible="true"] *) {
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
}
.group-data-\[focus-visible\=true\]\:ring-offset-background:is(:where(.group)[data-focus-visible="true"] *) {
  --tw-ring-offset-color: hsl(var(--heroui-background) / 1);
}
.group-data-\[focus\=true\]\:\!border-danger:is(:where(.group)[data-focus="true"] *) {
  border-color: hsl(var(--heroui-danger) / 1) !important;
}
.group-data-\[focus\=true\]\:border-danger:is(:where(.group)[data-focus="true"] *) {
  border-color: hsl(var(--heroui-danger) / 1);
}
.group-data-\[focus\=true\]\:border-default-foreground:is(:where(.group)[data-focus="true"] *) {
  border-color: hsl(var(--heroui-default-foreground) / 1);
}
.group-data-\[focus\=true\]\:border-primary:is(:where(.group)[data-focus="true"] *) {
  border-color: hsl(var(--heroui-primary) / 1);
}
.group-data-\[focus\=true\]\:border-secondary:is(:where(.group)[data-focus="true"] *) {
  border-color: hsl(var(--heroui-secondary) / 1);
}
.group-data-\[focus\=true\]\:border-success:is(:where(.group)[data-focus="true"] *) {
  border-color: hsl(var(--heroui-success) / 1);
}
.group-data-\[focus\=true\]\:border-warning:is(:where(.group)[data-focus="true"] *) {
  border-color: hsl(var(--heroui-warning) / 1);
}
.group-data-\[focus\=true\]\:\!bg-danger-50:is(:where(.group)[data-focus="true"] *) {
  background-color: hsl(var(--heroui-danger-50) / 1) !important;
}
.group-data-\[focus\=true\]\:bg-danger-50:is(:where(.group)[data-focus="true"] *) {
  background-color: hsl(var(--heroui-danger-50) / 1);
}
.group-data-\[focus\=true\]\:bg-default-100:is(:where(.group)[data-focus="true"] *) {
  background-color: hsl(var(--heroui-default-100) / 1);
}
.group-data-\[focus\=true\]\:bg-default-200:is(:where(.group)[data-focus="true"] *) {
  background-color: hsl(var(--heroui-default-200) / 1);
}
.group-data-\[focus\=true\]\:bg-primary-50:is(:where(.group)[data-focus="true"] *) {
  background-color: hsl(var(--heroui-primary-50) / 1);
}
.group-data-\[focus\=true\]\:bg-secondary-50:is(:where(.group)[data-focus="true"] *) {
  background-color: hsl(var(--heroui-secondary-50) / 1);
}
.group-data-\[focus\=true\]\:bg-success-50:is(:where(.group)[data-focus="true"] *) {
  background-color: hsl(var(--heroui-success-50) / 1);
}
.group-data-\[focus\=true\]\:bg-warning-50:is(:where(.group)[data-focus="true"] *) {
  background-color: hsl(var(--heroui-warning-50) / 1);
}
.group-data-\[has-end-content\=true\]\:left-2:is(:where(.group)[data-has-end-content="true"] *) {
  left: calc(var(--spacing) * 2);
}
.group-data-\[has-end-content\=true\]\:mt-4:is(:where(.group)[data-has-end-content="true"] *) {
  margin-top: calc(var(--spacing) * 4);
}
.group-data-\[has-helper\=true\]\:relative:is(:where(.group)[data-has-helper="true"] *) {
  position: relative;
}
.group-data-\[has-helper\=true\]\:flex:is(:where(.group)[data-has-helper="true"] *) {
  display: flex;
}
.group-data-\[has-helper\=true\]\:-translate-y-0:is(:where(.group)[data-has-helper="true"] *) {
  --tw-translate-y: 0px;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.group-data-\[has-helper\=true\]\:pe-2:is(:where(.group)[data-has-helper="true"] *) {
  padding-inline-end: calc(var(--spacing) * 2);
}
.group-data-\[has-helper\=true\]\:pt-2:is(:where(.group)[data-has-helper="true"] *) {
  padding-top: calc(var(--spacing) * 2);
}
.group-data-\[has-helper\=true\]\:pt-3:is(:where(.group)[data-has-helper="true"] *) {
  padding-top: calc(var(--spacing) * 3);
}
.group-data-\[has-helper\=true\]\:pt-4:is(:where(.group)[data-has-helper="true"] *) {
  padding-top: calc(var(--spacing) * 4);
}
.group-data-\[has-helper\=true\]\:pb-1\.5:is(:where(.group)[data-has-helper="true"] *) {
  padding-bottom: calc(var(--spacing) * 1.5);
}
.group-data-\[has-label-outside\=true\]\:pointer-events-auto:is(:where(.group)[data-has-label-outside="true"] *) {
  pointer-events: auto;
}
.group-data-\[has-label\=true\]\:items-end:is(:where(.group)[data-has-label="true"] *) {
  align-items: flex-end;
}
.group-data-\[has-label\=true\]\:items-start:is(:where(.group)[data-has-label="true"] *) {
  align-items: flex-start;
}
.group-data-\[has-label\=true\]\:pt-4:is(:where(.group)[data-has-label="true"] *) {
  padding-top: calc(var(--spacing) * 4);
}
.group-data-\[has-label\=true\]\:pt-5:is(:where(.group)[data-has-label="true"] *) {
  padding-top: calc(var(--spacing) * 5);
}
.group-data-\[has-multiple-months\=true\]\:flex-row:is(:where(.group)[data-has-multiple-months="true"] *) {
  flex-direction: row;
}
.group-data-\[has-value\=true\]\:pointer-events-auto:is(:where(.group)[data-has-value="true"] *) {
  pointer-events: auto;
}
.group-data-\[has-value\=true\]\:block:is(:where(.group)[data-has-value="true"] *) {
  display: block;
}
.group-data-\[has-value\=true\]\:scale-100:is(:where(.group)[data-has-value="true"] *) {
  --tw-scale-x: 100%;
  --tw-scale-y: 100%;
  --tw-scale-z: 100%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.group-data-\[has-value\=true\]\:text-default-foreground:is(:where(.group)[data-has-value="true"] *) {
  color: hsl(var(--heroui-default-foreground) / 1);
}
.group-data-\[has-value\=true\]\:text-foreground:is(:where(.group)[data-has-value="true"] *) {
  color: hsl(var(--heroui-foreground) / 1);
}
.group-data-\[has-value\=true\]\:opacity-70:is(:where(.group)[data-has-value="true"] *) {
  opacity: 70%;
}
.group-data-\[hover-unselected\=true\]\:bg-default-100:is(:where(.group)[data-hover-unselected="true"] *) {
  background-color: hsl(var(--heroui-default-100) / 1);
}
.group-data-\[hover\=true\]\/th\:opacity-100:is(:where(.group\/th)[data-hover="true"] *) {
  opacity: 100%;
}
.group-data-\[invalid\=true\]\:border-danger:is(:where(.group)[data-invalid="true"] *) {
  border-color: hsl(var(--heroui-danger) / 1);
}
.group-data-\[invalid\=true\]\:bg-danger-50:is(:where(.group)[data-invalid="true"] *) {
  background-color: hsl(var(--heroui-danger-50) / 1);
}
.group-data-\[invalid\=true\]\:text-danger:is(:where(.group)[data-invalid="true"] *) {
  color: hsl(var(--heroui-danger) / 1);
}
.group-data-\[loaded\=true\]\:opacity-100:is(:where(.group)[data-loaded="true"] *) {
  opacity: 100%;
}
.group-data-\[pressed\=true\]\:w-5:is(:where(.group)[data-pressed="true"] *) {
  width: calc(var(--spacing) * 5);
}
.group-data-\[pressed\=true\]\:w-6:is(:where(.group)[data-pressed="true"] *) {
  width: calc(var(--spacing) * 6);
}
.group-data-\[pressed\=true\]\:w-7:is(:where(.group)[data-pressed="true"] *) {
  width: calc(var(--spacing) * 7);
}
.group-data-\[pressed\=true\]\:scale-95:is(:where(.group)[data-pressed="true"] *) {
  --tw-scale-x: 95%;
  --tw-scale-y: 95%;
  --tw-scale-z: 95%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.group-data-\[pressed\=true\]\:opacity-70:is(:where(.group)[data-pressed="true"] *) {
  opacity: 70%;
}
.group-data-\[selected\]\:group-data-\[pressed\]\:ml-3:is(:where(.group)[data-selected] *):is(:where(.group)[data-pressed] *) {
  margin-left: calc(var(--spacing) * 3);
}
.group-data-\[selected\]\:group-data-\[pressed\]\:ml-4:is(:where(.group)[data-selected] *):is(:where(.group)[data-pressed] *) {
  margin-left: calc(var(--spacing) * 4);
}
.group-data-\[selected\]\:group-data-\[pressed\]\:ml-5:is(:where(.group)[data-selected] *):is(:where(.group)[data-pressed] *) {
  margin-left: calc(var(--spacing) * 5);
}
.group-data-\[selected\=true\]\:ms-4:is(:where(.group)[data-selected="true"] *) {
  margin-inline-start: calc(var(--spacing) * 4);
}
.group-data-\[selected\=true\]\:ms-5:is(:where(.group)[data-selected="true"] *) {
  margin-inline-start: calc(var(--spacing) * 5);
}
.group-data-\[selected\=true\]\:ms-6:is(:where(.group)[data-selected="true"] *) {
  margin-inline-start: calc(var(--spacing) * 6);
}
.group-data-\[selected\=true\]\:translate-x-3:is(:where(.group)[data-selected="true"] *) {
  --tw-translate-x: calc(var(--spacing) * 3);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.group-data-\[selected\=true\]\:scale-100:is(:where(.group)[data-selected="true"] *) {
  --tw-scale-x: 100%;
  --tw-scale-y: 100%;
  --tw-scale-z: 100%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.group-data-\[selected\=true\]\:border-danger:is(:where(.group)[data-selected="true"] *) {
  border-color: hsl(var(--heroui-danger) / 1);
}
.group-data-\[selected\=true\]\:border-default-500:is(:where(.group)[data-selected="true"] *) {
  border-color: hsl(var(--heroui-default-500) / 1);
}
.group-data-\[selected\=true\]\:border-primary:is(:where(.group)[data-selected="true"] *) {
  border-color: hsl(var(--heroui-primary) / 1);
}
.group-data-\[selected\=true\]\:border-secondary:is(:where(.group)[data-selected="true"] *) {
  border-color: hsl(var(--heroui-secondary) / 1);
}
.group-data-\[selected\=true\]\:border-success:is(:where(.group)[data-selected="true"] *) {
  border-color: hsl(var(--heroui-success) / 1);
}
.group-data-\[selected\=true\]\:border-warning:is(:where(.group)[data-selected="true"] *) {
  border-color: hsl(var(--heroui-warning) / 1);
}
.group-data-\[selected\=true\]\:bg-danger:is(:where(.group)[data-selected="true"] *) {
  background-color: hsl(var(--heroui-danger) / 1);
}
.group-data-\[selected\=true\]\:bg-default-400:is(:where(.group)[data-selected="true"] *) {
  background-color: hsl(var(--heroui-default-400) / 1);
}
.group-data-\[selected\=true\]\:bg-primary:is(:where(.group)[data-selected="true"] *) {
  background-color: hsl(var(--heroui-primary) / 1);
}
.group-data-\[selected\=true\]\:bg-secondary:is(:where(.group)[data-selected="true"] *) {
  background-color: hsl(var(--heroui-secondary) / 1);
}
.group-data-\[selected\=true\]\:bg-success:is(:where(.group)[data-selected="true"] *) {
  background-color: hsl(var(--heroui-success) / 1);
}
.group-data-\[selected\=true\]\:bg-warning:is(:where(.group)[data-selected="true"] *) {
  background-color: hsl(var(--heroui-warning) / 1);
}
.group-data-\[selected\=true\]\:text-danger:is(:where(.group)[data-selected="true"] *) {
  color: hsl(var(--heroui-danger) / 1);
}
.group-data-\[selected\=true\]\:text-danger-foreground:is(:where(.group)[data-selected="true"] *) {
  color: hsl(var(--heroui-danger-foreground) / 1);
}
.group-data-\[selected\=true\]\:text-default-foreground:is(:where(.group)[data-selected="true"] *) {
  color: hsl(var(--heroui-default-foreground) / 1);
}
.group-data-\[selected\=true\]\:text-foreground:is(:where(.group)[data-selected="true"] *) {
  color: hsl(var(--heroui-foreground) / 1);
}
.group-data-\[selected\=true\]\:text-primary:is(:where(.group)[data-selected="true"] *) {
  color: hsl(var(--heroui-primary) / 1);
}
.group-data-\[selected\=true\]\:text-primary-foreground:is(:where(.group)[data-selected="true"] *) {
  color: hsl(var(--heroui-primary-foreground) / 1);
}
.group-data-\[selected\=true\]\:text-secondary:is(:where(.group)[data-selected="true"] *) {
  color: hsl(var(--heroui-secondary) / 1);
}
.group-data-\[selected\=true\]\:text-secondary-foreground:is(:where(.group)[data-selected="true"] *) {
  color: hsl(var(--heroui-secondary-foreground) / 1);
}
.group-data-\[selected\=true\]\:text-success:is(:where(.group)[data-selected="true"] *) {
  color: hsl(var(--heroui-success) / 1);
}
.group-data-\[selected\=true\]\:text-success-foreground:is(:where(.group)[data-selected="true"] *) {
  color: hsl(var(--heroui-success-foreground) / 1);
}
.group-data-\[selected\=true\]\:text-warning:is(:where(.group)[data-selected="true"] *) {
  color: hsl(var(--heroui-warning) / 1);
}
.group-data-\[selected\=true\]\:text-warning-foreground:is(:where(.group)[data-selected="true"] *) {
  color: hsl(var(--heroui-warning-foreground) / 1);
}
.group-data-\[selected\=true\]\:opacity-0:is(:where(.group)[data-selected="true"] *) {
  opacity: 0%;
}
.group-data-\[selected\=true\]\:opacity-60:is(:where(.group)[data-selected="true"] *) {
  opacity: 60%;
}
.group-data-\[selected\=true\]\:opacity-100:is(:where(.group)[data-selected="true"] *) {
  opacity: 100%;
}
.peer-data-\[filled\=true\]\:pointer-events-auto:is(:where(.peer)[data-filled="true"] ~ *) {
  pointer-events: auto;
}
.peer-data-\[filled\=true\]\:pointer-events-none:is(:where(.peer)[data-filled="true"] ~ *) {
  pointer-events: none;
}
.peer-data-\[filled\=true\]\:block:is(:where(.peer)[data-filled="true"] ~ *) {
  display: block;
}
.peer-data-\[filled\=true\]\:scale-100:is(:where(.peer)[data-filled="true"] ~ *) {
  --tw-scale-x: 100%;
  --tw-scale-y: 100%;
  --tw-scale-z: 100%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.peer-data-\[filled\=true\]\:opacity-70:is(:where(.peer)[data-filled="true"] ~ *) {
  opacity: 70%;
}
.file\:cursor-pointer::file-selector-button {
  cursor: pointer;
}
.file\:border-0::file-selector-button {
  border-style: var(--tw-border-style);
  border-width: 0px;
}
.file\:bg-transparent::file-selector-button {
  background-color: transparent;
}
.placeholder\:text-black::placeholder {
  color: var(--color-black);
}
.placeholder\:text-danger::placeholder {
  color: hsl(var(--heroui-danger) / 1);
}
.placeholder\:text-foreground-500::placeholder {
  color: hsl(var(--heroui-foreground-500) / 1);
}
.placeholder\:text-primary::placeholder {
  color: hsl(var(--heroui-primary) / 1);
}
.placeholder\:text-secondary::placeholder {
  color: hsl(var(--heroui-secondary) / 1);
}
.placeholder\:text-success-600::placeholder {
  color: hsl(var(--heroui-success-600) / 1);
}
.placeholder\:text-warning-600::placeholder {
  color: hsl(var(--heroui-warning-600) / 1);
}
.before\:pointer-events-auto::before {
  content: var(--tw-content);
  pointer-events: auto;
}
.before\:pointer-events-none::before {
  content: var(--tw-content);
  pointer-events: none;
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:inset-0::before {
  content: var(--tw-content);
  inset: 0px;
}
.before\:right-0::before {
  content: var(--tw-content);
  right: 0px;
}
.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}
.before\:z-0::before {
  content: var(--tw-content);
  z-index: 0;
}
.before\:z-\[-1\]::before {
  content: var(--tw-content);
  z-index: -1;
}
.before\:box-border::before {
  content: var(--tw-content);
  box-sizing: border-box;
}
.before\:block::before {
  content: var(--tw-content);
  display: block;
}
.before\:hidden::before {
  content: var(--tw-content);
  display: none;
}
.before\:h-0\.5::before {
  content: var(--tw-content);
  height: calc(var(--spacing) * 0.5);
}
.before\:h-2\.5::before {
  content: var(--tw-content);
  height: calc(var(--spacing) * 2.5);
}
.before\:h-4::before {
  content: var(--tw-content);
  height: calc(var(--spacing) * 4);
}
.before\:h-6::before {
  content: var(--tw-content);
  height: calc(var(--spacing) * 6);
}
.before\:h-8::before {
  content: var(--tw-content);
  height: calc(var(--spacing) * 8);
}
.before\:h-11::before {
  content: var(--tw-content);
  height: calc(var(--spacing) * 11);
}
.before\:h-px::before {
  content: var(--tw-content);
  height: 1px;
}
.before\:w-0::before {
  content: var(--tw-content);
  width: 0px;
}
.before\:w-2\.5::before {
  content: var(--tw-content);
  width: calc(var(--spacing) * 2.5);
}
.before\:w-6::before {
  content: var(--tw-content);
  width: calc(var(--spacing) * 6);
}
.before\:w-8::before {
  content: var(--tw-content);
  width: calc(var(--spacing) * 8);
}
.before\:w-11::before {
  content: var(--tw-content);
  width: calc(var(--spacing) * 11);
}
.before\:-translate-x-full::before {
  content: var(--tw-content);
  --tw-translate-x: -100%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.before\:-translate-y-1::before {
  content: var(--tw-content);
  --tw-translate-y: calc(var(--spacing) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.before\:rotate-0::before {
  content: var(--tw-content);
  rotate: 0deg;
}
.before\:rotate-45::before {
  content: var(--tw-content);
  rotate: 45deg;
}
.before\:animate-none::before {
  content: var(--tw-content);
  animation: none;
}
.before\:animate-shimmer::before {
  content: var(--tw-content);
  animation: shimmer 2s infinite;
}
.before\:rounded-\[calc\(var\(--heroui-radius-medium\)\*0\.5\)\]::before {
  content: var(--tw-content);
  border-radius: calc(var(--heroui-radius-medium) * 0.5);
}
.before\:rounded-\[calc\(var\(--heroui-radius-medium\)\*0\.6\)\]::before {
  content: var(--tw-content);
  border-radius: calc(var(--heroui-radius-medium) * 0.6);
}
.before\:rounded-\[calc\(var\(--heroui-radius-medium\)\*0\.7\)\]::before {
  content: var(--tw-content);
  border-radius: calc(var(--heroui-radius-medium) * 0.7);
}
.before\:rounded-full::before {
  content: var(--tw-content);
  border-radius: calc(infinity * 1px);
}
.before\:rounded-none::before {
  content: var(--tw-content);
  border-radius: 0;
}
.before\:rounded-sm::before {
  content: var(--tw-content);
  border-radius: var(--radius-sm);
}
.before\:border-2::before {
  content: var(--tw-content);
  border-style: var(--tw-border-style);
  border-width: 2px;
}
.before\:border-t::before {
  content: var(--tw-content);
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.before\:border-solid::before {
  content: var(--tw-content);
  --tw-border-style: solid;
  border-style: solid;
}
.before\:border-content4\/30::before {
  content: var(--tw-content);
  border-color: hsl(var(--heroui-content4) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in oklab, hsl(var(--heroui-content4) / 1) 30%, transparent);
  }
}
.before\:border-danger::before {
  content: var(--tw-content);
  border-color: hsl(var(--heroui-danger) / 1);
}
.before\:border-default::before {
  content: var(--tw-content);
  border-color: hsl(var(--heroui-default) / 1);
}
.before\:bg-content1::before {
  content: var(--tw-content);
  background-color: hsl(var(--heroui-content1) / 1);
}
.before\:bg-current::before {
  content: var(--tw-content);
  background-color: currentcolor;
}
.before\:bg-danger::before {
  content: var(--tw-content);
  background-color: hsl(var(--heroui-danger) / 1);
}
.before\:bg-danger\/20::before {
  content: var(--tw-content);
  background-color: hsl(var(--heroui-danger) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, hsl(var(--heroui-danger) / 1) 20%, transparent);
  }
}
.before\:bg-default\/60::before {
  content: var(--tw-content);
  background-color: hsl(var(--heroui-default) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, hsl(var(--heroui-default) / 1) 60%, transparent);
  }
}
.before\:bg-foreground::before {
  content: var(--tw-content);
  background-color: hsl(var(--heroui-foreground) / 1);
}
.before\:bg-primary::before {
  content: var(--tw-content);
  background-color: hsl(var(--heroui-primary) / 1);
}
.before\:bg-primary\/20::before {
  content: var(--tw-content);
  background-color: hsl(var(--heroui-primary) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, hsl(var(--heroui-primary) / 1) 20%, transparent);
  }
}
.before\:bg-secondary::before {
  content: var(--tw-content);
  background-color: hsl(var(--heroui-secondary) / 1);
}
.before\:bg-secondary\/20::before {
  content: var(--tw-content);
  background-color: hsl(var(--heroui-secondary) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, hsl(var(--heroui-secondary) / 1) 20%, transparent);
  }
}
.before\:bg-success::before {
  content: var(--tw-content);
  background-color: hsl(var(--heroui-success) / 1);
}
.before\:bg-success\/20::before {
  content: var(--tw-content);
  background-color: hsl(var(--heroui-success) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, hsl(var(--heroui-success) / 1) 20%, transparent);
  }
}
.before\:bg-transparent::before {
  content: var(--tw-content);
  background-color: transparent;
}
.before\:bg-warning::before {
  content: var(--tw-content);
  background-color: hsl(var(--heroui-warning) / 1);
}
.before\:bg-warning\/20::before {
  content: var(--tw-content);
  background-color: hsl(var(--heroui-warning) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, hsl(var(--heroui-warning) / 1) 20%, transparent);
  }
}
.before\:bg-gradient-to-r::before {
  content: var(--tw-content);
  --tw-gradient-position: to right in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.before\:from-transparent::before {
  content: var(--tw-content);
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.before\:via-content4::before {
  content: var(--tw-content);
  --tw-gradient-via: hsl(var(--heroui-content4) / 1);
  --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-via-stops);
}
.before\:to-transparent::before {
  content: var(--tw-content);
  --tw-gradient-to: transparent;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.before\:opacity-0::before {
  content: var(--tw-content);
  opacity: 0%;
}
.before\:opacity-100::before {
  content: var(--tw-content);
  opacity: 100%;
}
.before\:shadow-small::before {
  content: var(--tw-content);
  --tw-shadow: var(--heroui-box-shadow-small);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.before\:transition-colors::before {
  content: var(--tw-content);
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.before\:transition-transform::before {
  content: var(--tw-content);
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.before\:transition-width::before {
  content: var(--tw-content);
  transition-property: width;
  transition-timing-function: ease;
  transition-duration: 250ms;
}
.before\:transition-none::before {
  content: var(--tw-content);
  transition-property: none;
}
.before\:duration-150::before {
  content: var(--tw-content);
  --tw-duration: 150ms;
  transition-duration: 150ms;
}
.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}
.group-data-\[hover\=true\]\:before\:bg-default-100:is(:where(.group)[data-hover="true"] *)::before {
  content: var(--tw-content);
  background-color: hsl(var(--heroui-default-100) / 1);
}
.group-aria-\[selected\=false\]\/tr\:group-data-\[hover\=true\]\/tr\:before\:bg-default-100:is(:where(.group\/tr)[aria-selected="false"] *):is(:where(.group\/tr)[data-hover="true"] *)::before {
  content: var(--tw-content);
  background-color: hsl(var(--heroui-default-100) / 1);
}
.group-aria-\[selected\=false\]\/tr\:group-data-\[hover\=true\]\/tr\:before\:opacity-70:is(:where(.group\/tr)[aria-selected="false"] *):is(:where(.group\/tr)[data-hover="true"] *)::before {
  content: var(--tw-content);
  opacity: 70%;
}
.group-data-\[middle\=true\]\/tr\:before\:rounded-none:is(:where(.group\/tr)[data-middle="true"] *)::before {
  content: var(--tw-content);
  border-radius: 0;
}
.group-data-\[odd\=true\]\/tr\:before\:-z-10:is(:where(.group\/tr)[data-odd="true"] *)::before {
  content: var(--tw-content);
  z-index: calc(10 * -1);
}
.group-data-\[odd\=true\]\/tr\:before\:bg-default-100:is(:where(.group\/tr)[data-odd="true"] *)::before {
  content: var(--tw-content);
  background-color: hsl(var(--heroui-default-100) / 1);
}
.group-data-\[odd\=true\]\/tr\:before\:opacity-100:is(:where(.group\/tr)[data-odd="true"] *)::before {
  content: var(--tw-content);
  opacity: 100%;
}
.group-data-\[open\=true\]\:before\:translate-y-px:is(:where(.group)[data-open="true"] *)::before {
  content: var(--tw-content);
  --tw-translate-y: 1px;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.group-data-\[open\=true\]\:before\:rotate-45:is(:where(.group)[data-open="true"] *)::before {
  content: var(--tw-content);
  rotate: 45deg;
}
.group-data-\[selected\=true\]\:before\:w-full:is(:where(.group)[data-selected="true"] *)::before {
  content: var(--tw-content);
  width: 100%;
}
.after\:pointer-events-auto::after {
  content: var(--tw-content);
  pointer-events: auto;
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:inset-0::after {
  content: var(--tw-content);
  inset: 0px;
}
.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}
.after\:right-0::after {
  content: var(--tw-content);
  right: 0px;
}
.after\:-bottom-1::after {
  content: var(--tw-content);
  bottom: calc(var(--spacing) * -1);
}
.after\:-bottom-\[2px\]::after {
  content: var(--tw-content);
  bottom: calc(2px * -1);
}
.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}
.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}
.after\:left-1\/2::after {
  content: var(--tw-content);
  left: calc(1 / 2 * 100%);
}
.after\:-z-10::after {
  content: var(--tw-content);
  z-index: calc(10 * -1);
}
.after\:z-0::after {
  content: var(--tw-content);
  z-index: 0;
}
.after\:z-\[-1\]::after {
  content: var(--tw-content);
  z-index: -1;
}
.after\:ms-0\.5::after {
  content: var(--tw-content);
  margin-inline-start: calc(var(--spacing) * 0.5);
}
.after\:ml-0\.5::after {
  content: var(--tw-content);
  margin-left: calc(var(--spacing) * 0.5);
}
.after\:block::after {
  content: var(--tw-content);
  display: block;
}
.after\:table-row::after {
  content: var(--tw-content);
  display: table-row;
}
.after\:h-0::after {
  content: var(--tw-content);
  height: 0px;
}
.after\:h-4::after {
  content: var(--tw-content);
  height: calc(var(--spacing) * 4);
}
.after\:h-5::after {
  content: var(--tw-content);
  height: calc(var(--spacing) * 5);
}
.after\:h-\[2px\]::after {
  content: var(--tw-content);
  height: 2px;
}
.after\:h-\[5px\]::after {
  content: var(--tw-content);
  height: 5px;
}
.after\:h-divider::after {
  content: var(--tw-content);
  height: var(--heroui-divider-weight);
}
.after\:h-full::after {
  content: var(--tw-content);
  height: 100%;
}
.after\:h-px::after {
  content: var(--tw-content);
  height: 1px;
}
.after\:w-0::after {
  content: var(--tw-content);
  width: 0px;
}
.after\:w-4::after {
  content: var(--tw-content);
  width: calc(var(--spacing) * 4);
}
.after\:w-5::after {
  content: var(--tw-content);
  width: calc(var(--spacing) * 5);
}
.after\:w-6::after {
  content: var(--tw-content);
  width: calc(var(--spacing) * 6);
}
.after\:w-\[80\%\]::after {
  content: var(--tw-content);
  width: 80%;
}
.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}
.after\:origin-center::after {
  content: var(--tw-content);
  transform-origin: center;
}
.after\:-translate-x-1\/2::after {
  content: var(--tw-content);
  --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.after\:translate-y-1::after {
  content: var(--tw-content);
  --tw-translate-y: var(--spacing);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.after\:scale-50::after {
  content: var(--tw-content);
  --tw-scale-x: 50%;
  --tw-scale-y: 50%;
  --tw-scale-z: 50%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.after\:rotate-0::after {
  content: var(--tw-content);
  rotate: 0deg;
}
.after\:rounded-\[calc\(var\(--heroui-radius-large\)\/2\)\]::after {
  content: var(--tw-content);
  border-radius: calc(var(--heroui-radius-large) / 2);
}
.after\:rounded-\[calc\(var\(--heroui-radius-medium\)\*0\.5\)\]::after {
  content: var(--tw-content);
  border-radius: calc(var(--heroui-radius-medium) * 0.5);
}
.after\:rounded-\[calc\(var\(--heroui-radius-medium\)\*0\.6\)\]::after {
  content: var(--tw-content);
  border-radius: calc(var(--heroui-radius-medium) * 0.6);
}
.after\:rounded-\[calc\(var\(--heroui-radius-medium\)\*0\.7\)\]::after {
  content: var(--tw-content);
  border-radius: calc(var(--heroui-radius-medium) * 0.7);
}
.after\:rounded-\[calc\(var\(--heroui-radius-medium\)\/3\)\]::after {
  content: var(--tw-content);
  border-radius: calc(var(--heroui-radius-medium) / 3);
}
.after\:rounded-\[calc\(var\(--heroui-radius-small\)\/3\)\]::after {
  content: var(--tw-content);
  border-radius: calc(var(--heroui-radius-small) / 3);
}
.after\:rounded-full::after {
  content: var(--tw-content);
  border-radius: calc(infinity * 1px);
}
.after\:rounded-none::after {
  content: var(--tw-content);
  border-radius: 0;
}
.after\:rounded-xl::after {
  content: var(--tw-content);
  border-radius: var(--radius-xl);
}
.after\:\!bg-danger::after {
  content: var(--tw-content);
  background-color: hsl(var(--heroui-danger) / 1) !important;
}
.after\:bg-background::after {
  content: var(--tw-content);
  background-color: hsl(var(--heroui-background) / 1);
}
.after\:bg-content1::after {
  content: var(--tw-content);
  background-color: hsl(var(--heroui-content1) / 1);
}
.after\:bg-content3::after {
  content: var(--tw-content);
  background-color: hsl(var(--heroui-content3) / 1);
}
.after\:bg-current::after {
  content: var(--tw-content);
  background-color: currentcolor;
}
.after\:bg-danger::after {
  content: var(--tw-content);
  background-color: hsl(var(--heroui-danger) / 1);
}
.after\:bg-default::after {
  content: var(--tw-content);
  background-color: hsl(var(--heroui-default) / 1);
}
.after\:bg-default-foreground::after {
  content: var(--tw-content);
  background-color: hsl(var(--heroui-default-foreground) / 1);
}
.after\:bg-divider::after {
  content: var(--tw-content);
  background-color: hsl(var(--heroui-divider) / 0.15);
}
.after\:bg-foreground::after {
  content: var(--tw-content);
  background-color: hsl(var(--heroui-foreground) / 1);
}
.after\:bg-primary::after {
  content: var(--tw-content);
  background-color: hsl(var(--heroui-primary) / 1);
}
.after\:bg-secondary::after {
  content: var(--tw-content);
  background-color: hsl(var(--heroui-secondary) / 1);
}
.after\:bg-success::after {
  content: var(--tw-content);
  background-color: hsl(var(--heroui-success) / 1);
}
.after\:bg-transparent::after {
  content: var(--tw-content);
  background-color: transparent;
}
.after\:bg-warning::after {
  content: var(--tw-content);
  background-color: hsl(var(--heroui-warning) / 1);
}
.after\:text-danger::after {
  content: var(--tw-content);
  color: hsl(var(--heroui-danger) / 1);
}
.after\:text-danger-foreground::after {
  content: var(--tw-content);
  color: hsl(var(--heroui-danger-foreground) / 1);
}
.after\:text-default-foreground::after {
  content: var(--tw-content);
  color: hsl(var(--heroui-default-foreground) / 1);
}
.after\:text-primary-foreground::after {
  content: var(--tw-content);
  color: hsl(var(--heroui-primary-foreground) / 1);
}
.after\:text-secondary-foreground::after {
  content: var(--tw-content);
  color: hsl(var(--heroui-secondary-foreground) / 1);
}
.after\:text-success-foreground::after {
  content: var(--tw-content);
  color: hsl(var(--heroui-success-foreground) / 1);
}
.after\:text-warning-foreground::after {
  content: var(--tw-content);
  color: hsl(var(--heroui-warning-foreground) / 1);
}
.after\:opacity-0::after {
  content: var(--tw-content);
  opacity: 0%;
}
.after\:opacity-100::after {
  content: var(--tw-content);
  opacity: 100%;
}
.after\:shadow-\[0_1px_0px_0_rgba\(0\,0\,0\,0\.05\)\]::after {
  content: var(--tw-content);
  --tw-shadow: 0 1px 0px 0 var(--tw-shadow-color, rgba(0,0,0,0.05));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.after\:shadow-small::after {
  content: var(--tw-content);
  --tw-shadow: var(--heroui-box-shadow-small);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.after\:transition-all::after {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.after\:transition-background::after {
  content: var(--tw-content);
  transition-property: background;
  transition-timing-function: ease;
  transition-duration: 250ms;
}
.after\:transition-height::after {
  content: var(--tw-content);
  transition-property: height;
  transition-timing-function: ease;
  transition-duration: 250ms;
}
.after\:transition-transform::after {
  content: var(--tw-content);
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.after\:transition-transform-opacity::after {
  content: var(--tw-content);
  transition-property: transform, scale, opacity rotate;
  transition-timing-function: ease;
  transition-duration: 250ms;
}
.after\:transition-width::after {
  content: var(--tw-content);
  transition-property: width;
  transition-timing-function: ease;
  transition-duration: 250ms;
}
.after\:transition-none::after {
  content: var(--tw-content);
  transition-property: none;
}
.after\:\!duration-200::after {
  content: var(--tw-content);
  --tw-duration: 200ms !important;
  transition-duration: 200ms !important;
}
.after\:duration-150::after {
  content: var(--tw-content);
  --tw-duration: 150ms;
  transition-duration: 150ms;
}
.after\:\!ease-linear::after {
  content: var(--tw-content);
  --tw-ease: linear !important;
  transition-timing-function: linear !important;
}
.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}
.after\:content-\[\'\*\'\]::after {
  --tw-content: '*';
  content: var(--tw-content);
}
.group-data-\[focus\=true\]\:after\:w-full:is(:where(.group)[data-focus="true"] *)::after {
  content: var(--tw-content);
  width: 100%;
}
.group-data-\[invalid\=true\]\:after\:bg-danger:is(:where(.group)[data-invalid="true"] *)::after {
  content: var(--tw-content);
  background-color: hsl(var(--heroui-danger) / 1);
}
.group-data-\[open\=true\]\:after\:translate-y-0:is(:where(.group)[data-open="true"] *)::after {
  content: var(--tw-content);
  --tw-translate-y: 0px;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.group-data-\[open\=true\]\:after\:-rotate-45:is(:where(.group)[data-open="true"] *)::after {
  content: var(--tw-content);
  rotate: calc(45deg * -1);
}
.group-data-\[required\=true\]\:after\:ml-0\.5:is(:where(.group)[data-required="true"] *)::after {
  content: var(--tw-content);
  margin-left: calc(var(--spacing) * 0.5);
}
.group-data-\[required\=true\]\:after\:text-danger:is(:where(.group)[data-required="true"] *)::after {
  content: var(--tw-content);
  color: hsl(var(--heroui-danger) / 1);
}
.group-data-\[required\=true\]\:after\:content-\[\'\*\'\]:is(:where(.group)[data-required="true"] *)::after {
  --tw-content: '*';
  content: var(--tw-content);
}
.group-data-\[selected\=true\]\:after\:scale-100:is(:where(.group)[data-selected="true"] *)::after {
  content: var(--tw-content);
  --tw-scale-x: 100%;
  --tw-scale-y: 100%;
  --tw-scale-z: 100%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.group-data-\[selected\=true\]\:after\:opacity-100:is(:where(.group)[data-selected="true"] *)::after {
  content: var(--tw-content);
  opacity: 100%;
}
.first\:mt-2:first-child {
  margin-top: calc(var(--spacing) * 2);
}
.first\:-ml-0\.5:first-child {
  margin-left: calc(var(--spacing) * -0.5);
}
.first\:rounded-s-full:first-child {
  border-start-start-radius: calc(infinity * 1px);
  border-end-start-radius: calc(infinity * 1px);
}
.first\:rounded-s-large:first-child {
  border-start-start-radius: var(--heroui-radius-large);
  border-end-start-radius: var(--heroui-radius-large);
}
.first\:rounded-s-lg:first-child {
  border-start-start-radius: var(--radius-lg);
  border-end-start-radius: var(--radius-lg);
}
.first\:rounded-s-medium:first-child {
  border-start-start-radius: var(--heroui-radius-medium);
  border-end-start-radius: var(--heroui-radius-medium);
}
.first\:rounded-s-none:first-child {
  border-start-start-radius: 0;
  border-end-start-radius: 0;
}
.first\:rounded-s-small:first-child {
  border-start-start-radius: var(--heroui-radius-small);
  border-end-start-radius: var(--heroui-radius-small);
}
.first\:before\:rounded-s-lg:first-child::before {
  content: var(--tw-content);
  border-start-start-radius: var(--radius-lg);
  border-end-start-radius: var(--radius-lg);
}
.first\:before\:rounded-s-none:first-child::before {
  content: var(--tw-content);
  border-start-start-radius: 0;
  border-end-start-radius: 0;
}
.group-data-\[first\=true\]\/tr\:first\:before\:rounded-ss-lg:is(:where(.group\/tr)[data-first="true"] *):first-child::before {
  content: var(--tw-content);
  border-start-start-radius: var(--radius-lg);
}
.group-data-\[first\=true\]\/tr\:first\:before\:rounded-ss-none:is(:where(.group\/tr)[data-first="true"] *):first-child::before {
  content: var(--tw-content);
  border-start-start-radius: 0;
}
.group-data-\[last\=true\]\/tr\:first\:before\:rounded-es-lg:is(:where(.group\/tr)[data-last="true"] *):first-child::before {
  content: var(--tw-content);
  border-end-start-radius: var(--radius-lg);
}
.group-data-\[last\=true\]\/tr\:first\:before\:rounded-es-none:is(:where(.group\/tr)[data-last="true"] *):first-child::before {
  content: var(--tw-content);
  border-end-start-radius: 0;
}
.last\:rounded-e-full:last-child {
  border-start-end-radius: calc(infinity * 1px);
  border-end-end-radius: calc(infinity * 1px);
}
.last\:rounded-e-large:last-child {
  border-start-end-radius: var(--heroui-radius-large);
  border-end-end-radius: var(--heroui-radius-large);
}
.last\:rounded-e-lg:last-child {
  border-start-end-radius: var(--radius-lg);
  border-end-end-radius: var(--radius-lg);
}
.last\:rounded-e-medium:last-child {
  border-start-end-radius: var(--heroui-radius-medium);
  border-end-end-radius: var(--heroui-radius-medium);
}
.last\:rounded-e-none:last-child {
  border-start-end-radius: 0;
  border-end-end-radius: 0;
}
.last\:rounded-e-small:last-child {
  border-start-end-radius: var(--heroui-radius-small);
  border-end-end-radius: var(--heroui-radius-small);
}
.last\:before\:rounded-e-lg:last-child::before {
  content: var(--tw-content);
  border-start-end-radius: var(--radius-lg);
  border-end-end-radius: var(--radius-lg);
}
.last\:before\:rounded-e-none:last-child::before {
  content: var(--tw-content);
  border-start-end-radius: 0;
  border-end-end-radius: 0;
}
.group-data-\[first\=true\]\/tr\:last\:before\:rounded-se-lg:is(:where(.group\/tr)[data-first="true"] *):last-child::before {
  content: var(--tw-content);
  border-start-end-radius: var(--radius-lg);
}
.group-data-\[first\=true\]\/tr\:last\:before\:rounded-se-none:is(:where(.group\/tr)[data-first="true"] *):last-child::before {
  content: var(--tw-content);
  border-start-end-radius: 0;
}
.group-data-\[last\=true\]\/tr\:last\:before\:rounded-ee-lg:is(:where(.group\/tr)[data-last="true"] *):last-child::before {
  content: var(--tw-content);
  border-end-end-radius: var(--radius-lg);
}
.group-data-\[last\=true\]\/tr\:last\:before\:rounded-ee-none:is(:where(.group\/tr)[data-last="true"] *):last-child::before {
  content: var(--tw-content);
  border-end-end-radius: 0;
}
.first-of-type\:rounded-e-none:first-of-type {
  border-start-end-radius: 0;
  border-end-end-radius: 0;
}
.last-of-type\:rounded-s-none:last-of-type {
  border-start-start-radius: 0;
  border-end-start-radius: 0;
}
.autofill\:bg-transparent:autofill {
  background-color: transparent;
}
.focus-within\:border-danger:focus-within {
  border-color: hsl(var(--heroui-danger) / 1);
}
.focus-within\:border-default-400:focus-within {
  border-color: hsl(var(--heroui-default-400) / 1);
}
.focus-within\:border-default-foreground:focus-within {
  border-color: hsl(var(--heroui-default-foreground) / 1);
}
.focus-within\:border-primary:focus-within {
  border-color: hsl(var(--heroui-primary) / 1);
}
.focus-within\:border-secondary:focus-within {
  border-color: hsl(var(--heroui-secondary) / 1);
}
.focus-within\:border-success:focus-within {
  border-color: hsl(var(--heroui-success) / 1);
}
.focus-within\:border-warning:focus-within {
  border-color: hsl(var(--heroui-warning) / 1);
}
.focus-within\:bg-danger-50:focus-within {
  background-color: hsl(var(--heroui-danger-50) / 1);
}
.focus-within\:bg-primary-50:focus-within {
  background-color: hsl(var(--heroui-primary-50) / 1);
}
.focus-within\:bg-secondary-50:focus-within {
  background-color: hsl(var(--heroui-secondary-50) / 1);
}
.focus-within\:bg-success-50:focus-within {
  background-color: hsl(var(--heroui-success-50) / 1);
}
.focus-within\:bg-warning-50:focus-within {
  background-color: hsl(var(--heroui-warning-50) / 1);
}
.focus-within\:after\:w-full:focus-within::after {
  content: var(--tw-content);
  width: 100%;
}
@media (hover: hover) {
  .hover\:-translate-x-0:hover {
    --tw-translate-x: 0px;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .hover\:scale-125:hover {
    --tw-scale-x: 125%;
    --tw-scale-y: 125%;
    --tw-scale-z: 125%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .hover\:border-danger:hover {
    border-color: hsl(var(--heroui-danger) / 1);
  }
  .hover\:border-default:hover {
    border-color: hsl(var(--heroui-default) / 1);
  }
  .hover\:border-default-300:hover {
    border-color: hsl(var(--heroui-default-300) / 1);
  }
  .hover\:border-default-400:hover {
    border-color: hsl(var(--heroui-default-400) / 1);
  }
  .hover\:border-gray-400:hover {
    border-color: var(--color-gray-400);
  }
  .hover\:border-primary:hover {
    border-color: hsl(var(--heroui-primary) / 1);
  }
  .hover\:border-secondary:hover {
    border-color: hsl(var(--heroui-secondary) / 1);
  }
  .hover\:border-success:hover {
    border-color: hsl(var(--heroui-success) / 1);
  }
  .hover\:border-warning:hover {
    border-color: hsl(var(--heroui-warning) / 1);
  }
  .hover\:\!bg-foreground:hover {
    background-color: hsl(var(--heroui-foreground) / 1) !important;
  }
  .hover\:bg-danger:hover {
    background-color: hsl(var(--heroui-danger) / 1);
  }
  .hover\:bg-danger-50:hover {
    background-color: hsl(var(--heroui-danger-50) / 1);
  }
  .hover\:bg-default-100:hover {
    background-color: hsl(var(--heroui-default-100) / 1);
  }
  .hover\:bg-default-200:hover {
    background-color: hsl(var(--heroui-default-200) / 1);
  }
  .hover\:bg-primary-50:hover {
    background-color: hsl(var(--heroui-primary-50) / 1);
  }
  .hover\:bg-secondary-50:hover {
    background-color: hsl(var(--heroui-secondary-50) / 1);
  }
  .hover\:bg-success-50:hover {
    background-color: hsl(var(--heroui-success-50) / 1);
  }
  .hover\:bg-warning-50:hover {
    background-color: hsl(var(--heroui-warning-50) / 1);
  }
  .hover\:text-danger-600:hover {
    color: hsl(var(--heroui-danger-600) / 1);
  }
  .hover\:text-default-600:hover {
    color: hsl(var(--heroui-default-600) / 1);
  }
  .hover\:text-foreground-600:hover {
    color: hsl(var(--heroui-foreground-600) / 1);
  }
  .hover\:text-primary-600:hover {
    color: hsl(var(--heroui-primary-600) / 1);
  }
  .hover\:text-secondary-600:hover {
    color: hsl(var(--heroui-secondary-600) / 1);
  }
  .hover\:text-success-600:hover {
    color: hsl(var(--heroui-success-600) / 1);
  }
  .hover\:text-warning-600:hover {
    color: hsl(var(--heroui-warning-600) / 1);
  }
  .hover\:underline:hover {
    text-decoration-line: underline;
  }
  .hover\:\!opacity-100:hover {
    opacity: 100% !important;
  }
  .hover\:opacity-100:hover {
    opacity: 100%;
  }
  .hover\:opacity-hover:hover {
    opacity: var(--heroui-hover-opacity);
  }
  .group-data-\[invalid\=true\]\:hover\:border-danger:is(:where(.group)[data-invalid="true"] *):hover {
    border-color: hsl(var(--heroui-danger) / 1);
  }
  .group-data-\[invalid\=true\]\:hover\:bg-danger-100:is(:where(.group)[data-invalid="true"] *):hover {
    background-color: hsl(var(--heroui-danger-100) / 1);
  }
  .hover\:after\:bg-danger\/20:hover::after {
    content: var(--tw-content);
    background-color: hsl(var(--heroui-danger) / 1);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, hsl(var(--heroui-danger) / 1) 20%, transparent);
    }
  }
  .hover\:after\:bg-foreground\/10:hover::after {
    content: var(--tw-content);
    background-color: hsl(var(--heroui-foreground) / 1);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, hsl(var(--heroui-foreground) / 1) 10%, transparent);
    }
  }
  .hover\:after\:bg-primary\/20:hover::after {
    content: var(--tw-content);
    background-color: hsl(var(--heroui-primary) / 1);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, hsl(var(--heroui-primary) / 1) 20%, transparent);
    }
  }
  .hover\:after\:bg-secondary\/20:hover::after {
    content: var(--tw-content);
    background-color: hsl(var(--heroui-secondary) / 1);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, hsl(var(--heroui-secondary) / 1) 20%, transparent);
    }
  }
  .hover\:after\:bg-success\/20:hover::after {
    content: var(--tw-content);
    background-color: hsl(var(--heroui-success) / 1);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, hsl(var(--heroui-success) / 1) 20%, transparent);
    }
  }
  .hover\:after\:bg-warning\/20:hover::after {
    content: var(--tw-content);
    background-color: hsl(var(--heroui-warning) / 1);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, hsl(var(--heroui-warning) / 1) 20%, transparent);
    }
  }
  .hover\:after\:opacity-100:hover::after {
    content: var(--tw-content);
    opacity: 100%;
  }
  .focus-within\:hover\:border-danger:focus-within:hover {
    border-color: hsl(var(--heroui-danger) / 1);
  }
  .focus-within\:hover\:border-default-foreground:focus-within:hover {
    border-color: hsl(var(--heroui-default-foreground) / 1);
  }
  .focus-within\:hover\:border-primary:focus-within:hover {
    border-color: hsl(var(--heroui-primary) / 1);
  }
  .focus-within\:hover\:border-secondary:focus-within:hover {
    border-color: hsl(var(--heroui-secondary) / 1);
  }
  .focus-within\:hover\:border-success:focus-within:hover {
    border-color: hsl(var(--heroui-success) / 1);
  }
  .focus-within\:hover\:border-warning:focus-within:hover {
    border-color: hsl(var(--heroui-warning) / 1);
  }
  .focus-within\:hover\:bg-default-100:focus-within:hover {
    background-color: hsl(var(--heroui-default-100) / 1);
  }
  .group-data-\[invalid\=true\]\:focus-within\:hover\:border-danger:is(:where(.group)[data-invalid="true"] *):focus-within:hover {
    border-color: hsl(var(--heroui-danger) / 1);
  }
  .group-data-\[invalid\=true\]\:focus-within\:hover\:bg-danger-50:is(:where(.group)[data-invalid="true"] *):focus-within:hover {
    background-color: hsl(var(--heroui-danger-50) / 1);
  }
}
.focus\:bg-danger-400\/50:focus {
  background-color: hsl(var(--heroui-danger-400) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, hsl(var(--heroui-danger-400) / 1) 50%, transparent);
  }
}
.focus\:bg-default-400\/50:focus {
  background-color: hsl(var(--heroui-default-400) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, hsl(var(--heroui-default-400) / 1) 50%, transparent);
  }
}
.focus\:bg-primary-400\/50:focus {
  background-color: hsl(var(--heroui-primary-400) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, hsl(var(--heroui-primary-400) / 1) 50%, transparent);
  }
}
.focus\:bg-secondary-400\/50:focus {
  background-color: hsl(var(--heroui-secondary-400) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, hsl(var(--heroui-secondary-400) / 1) 50%, transparent);
  }
}
.focus\:bg-success-400\/50:focus {
  background-color: hsl(var(--heroui-success-400) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, hsl(var(--heroui-success-400) / 1) 50%, transparent);
  }
}
.focus\:bg-warning-400\/50:focus {
  background-color: hsl(var(--heroui-warning-400) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, hsl(var(--heroui-warning-400) / 1) 50%, transparent);
  }
}
.focus\:underline:focus {
  text-decoration-line: underline;
}
.focus\:shadow-xs:focus {
  --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.focus-visible\:z-10:focus-visible {
  z-index: 10;
}
.focus-visible\:outline-2:focus-visible {
  outline-style: var(--tw-outline-style);
  outline-width: 2px;
}
.focus-visible\:outline-offset-2:focus-visible {
  outline-offset: 2px;
}
.focus-visible\:outline-focus:focus-visible {
  outline-color: hsl(var(--heroui-focus) / 1);
}
.focus-visible\:outline-solid:focus-visible {
  --tw-outline-style: solid;
  outline-style: solid;
}
.active\:bg-default-200:active {
  background-color: hsl(var(--heroui-default-200) / 1);
}
.active\:bg-default-300:active {
  background-color: hsl(var(--heroui-default-300) / 1);
}
.active\:underline:active {
  text-decoration-line: underline;
}
.active\:\!opacity-70:active {
  opacity: 70% !important;
}
.active\:opacity-disabled:active {
  opacity: var(--heroui-disabled-opacity);
}
.disabled\:cursor-default:disabled {
  cursor: default;
}
.has-\[\:disabled\]\:opacity-60:has(:is(:disabled)) {
  opacity: 60%;
}
.aria-expanded\:scale-\[0\.97\][aria-expanded="true"] {
  scale: 0.97;
}
.aria-expanded\:opacity-70[aria-expanded="true"] {
  opacity: 70%;
}
.data-\[active\=true\]\:scale-100[data-active="true"] {
  --tw-scale-x: 100%;
  --tw-scale-y: 100%;
  --tw-scale-z: 100%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.data-\[active\=true\]\:scale-110[data-active="true"] {
  --tw-scale-x: 110%;
  --tw-scale-y: 110%;
  --tw-scale-z: 110%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.data-\[active\=true\]\:border-danger[data-active="true"] {
  border-color: hsl(var(--heroui-danger) / 1);
}
.data-\[active\=true\]\:border-danger-400[data-active="true"] {
  border-color: hsl(var(--heroui-danger-400) / 1);
}
.data-\[active\=true\]\:border-default-300[data-active="true"] {
  border-color: hsl(var(--heroui-default-300) / 1);
}
.data-\[active\=true\]\:border-default-400[data-active="true"] {
  border-color: hsl(var(--heroui-default-400) / 1);
}
.data-\[active\=true\]\:border-foreground[data-active="true"] {
  border-color: hsl(var(--heroui-foreground) / 1);
}
.data-\[active\=true\]\:border-primary[data-active="true"] {
  border-color: hsl(var(--heroui-primary) / 1);
}
.data-\[active\=true\]\:border-secondary[data-active="true"] {
  border-color: hsl(var(--heroui-secondary) / 1);
}
.data-\[active\=true\]\:border-success[data-active="true"] {
  border-color: hsl(var(--heroui-success) / 1);
}
.data-\[active\=true\]\:border-warning[data-active="true"] {
  border-color: hsl(var(--heroui-warning) / 1);
}
.data-\[active\=true\]\:bg-danger[data-active="true"] {
  background-color: hsl(var(--heroui-danger) / 1);
}
.data-\[active\=true\]\:bg-danger-100[data-active="true"] {
  background-color: hsl(var(--heroui-danger-100) / 1);
}
.data-\[active\=true\]\:bg-danger-200[data-active="true"] {
  background-color: hsl(var(--heroui-danger-200) / 1);
}
.data-\[active\=true\]\:bg-default-200[data-active="true"] {
  background-color: hsl(var(--heroui-default-200) / 1);
}
.data-\[active\=true\]\:bg-default-400[data-active="true"] {
  background-color: hsl(var(--heroui-default-400) / 1);
}
.data-\[active\=true\]\:bg-primary[data-active="true"] {
  background-color: hsl(var(--heroui-primary) / 1);
}
.data-\[active\=true\]\:bg-primary-200[data-active="true"] {
  background-color: hsl(var(--heroui-primary-200) / 1);
}
.data-\[active\=true\]\:bg-secondary[data-active="true"] {
  background-color: hsl(var(--heroui-secondary) / 1);
}
.data-\[active\=true\]\:bg-secondary-200[data-active="true"] {
  background-color: hsl(var(--heroui-secondary-200) / 1);
}
.data-\[active\=true\]\:bg-success[data-active="true"] {
  background-color: hsl(var(--heroui-success) / 1);
}
.data-\[active\=true\]\:bg-success-200[data-active="true"] {
  background-color: hsl(var(--heroui-success-200) / 1);
}
.data-\[active\=true\]\:bg-warning[data-active="true"] {
  background-color: hsl(var(--heroui-warning) / 1);
}
.data-\[active\=true\]\:bg-warning-200[data-active="true"] {
  background-color: hsl(var(--heroui-warning-200) / 1);
}
.data-\[active\=true\]\:font-semibold[data-active="true"] {
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.data-\[active\=true\]\:text-danger-foreground[data-active="true"] {
  color: hsl(var(--heroui-danger-foreground) / 1);
}
.data-\[active\=true\]\:text-default-foreground[data-active="true"] {
  color: hsl(var(--heroui-default-foreground) / 1);
}
.data-\[active\=true\]\:text-primary-foreground[data-active="true"] {
  color: hsl(var(--heroui-primary-foreground) / 1);
}
.data-\[active\=true\]\:text-secondary-foreground[data-active="true"] {
  color: hsl(var(--heroui-secondary-foreground) / 1);
}
.data-\[active\=true\]\:text-success-foreground[data-active="true"] {
  color: hsl(var(--heroui-success-foreground) / 1);
}
.data-\[active\=true\]\:text-warning-foreground[data-active="true"] {
  color: hsl(var(--heroui-warning-foreground) / 1);
}
.data-\[active\=true\]\:shadow-md[data-active="true"] {
  --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.data-\[active\=true\]\:shadow-danger\/40[data-active="true"] {
  --tw-shadow-color: hsl(var(--heroui-danger) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, hsl(var(--heroui-danger) / 1) 40%, transparent) var(--tw-shadow-alpha), transparent);
  }
}
.data-\[active\=true\]\:shadow-default\/50[data-active="true"] {
  --tw-shadow-color: hsl(var(--heroui-default) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, hsl(var(--heroui-default) / 1) 50%, transparent) var(--tw-shadow-alpha), transparent);
  }
}
.data-\[active\=true\]\:shadow-primary\/40[data-active="true"] {
  --tw-shadow-color: hsl(var(--heroui-primary) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, hsl(var(--heroui-primary) / 1) 40%, transparent) var(--tw-shadow-alpha), transparent);
  }
}
.data-\[active\=true\]\:shadow-secondary\/40[data-active="true"] {
  --tw-shadow-color: hsl(var(--heroui-secondary) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, hsl(var(--heroui-secondary) / 1) 40%, transparent) var(--tw-shadow-alpha), transparent);
  }
}
.data-\[active\=true\]\:shadow-success\/40[data-active="true"] {
  --tw-shadow-color: hsl(var(--heroui-success) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, hsl(var(--heroui-success) / 1) 40%, transparent) var(--tw-shadow-alpha), transparent);
  }
}
.data-\[active\=true\]\:shadow-warning\/40[data-active="true"] {
  --tw-shadow-color: hsl(var(--heroui-warning) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, hsl(var(--heroui-warning) / 1) 40%, transparent) var(--tw-shadow-alpha), transparent);
  }
}
.data-\[active\=true\]\:after\:w-full[data-active="true"]::after {
  content: var(--tw-content);
  width: 100%;
}
.data-\[active\=true\]\:after\:bg-danger-400[data-active="true"]::after {
  content: var(--tw-content);
  background-color: hsl(var(--heroui-danger-400) / 1);
}
.data-\[animated\=true\]\:transition-\[left\,top\,width\,height\][data-animated="true"] {
  transition-property: left,top,width,height;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.data-\[animated\=true\]\:duration-250[data-animated="true"] {
  --tw-duration: 250ms;
  transition-duration: 250ms;
}
.data-\[animated\=true\]\:ease-out[data-animated="true"] {
  --tw-ease: var(--ease-out);
  transition-timing-function: var(--ease-out);
}
.data-\[animation\=exiting\]\:opacity-0[data-animation="exiting"] {
  opacity: 0%;
}
.data-\[arrow\=true\]\:before\:block[data-arrow="true"]::before {
  content: var(--tw-content);
  display: block;
}
.data-\[before\=true\]\:rotate-180[data-before="true"] {
  rotate: 180deg;
}
.data-\[bottom-scroll\=true\]\:\[mask-image\:linear-gradient\(180deg\,\#000_calc\(100\%_-_var\(--scroll-shadow-size\)\)\,transparent\)\][data-bottom-scroll="true"] {
  mask-image: linear-gradient(180deg,#000 calc(100% - var(--scroll-shadow-size)),transparent);
}
.data-\[direction\=ascending\]\:rotate-180[data-direction="ascending"] {
  rotate: 180deg;
}
.data-\[disabled\=true\]\:pointer-events-none[data-disabled="true"] {
  pointer-events: none;
}
.data-\[disabled\=true\]\:cursor-default[data-disabled="true"] {
  cursor: default;
}
.data-\[disabled\=true\]\:cursor-not-allowed[data-disabled="true"] {
  cursor: not-allowed;
}
.data-\[disabled\=true\]\:text-default-300[data-disabled="true"] {
  color: hsl(var(--heroui-default-300) / 1);
}
.data-\[disabled\=true\]\:opacity-30[data-disabled="true"] {
  opacity: 30%;
}
.data-\[disabled\=true\]\:transition-none[data-disabled="true"] {
  transition-property: none;
}
.data-\[dragging\=true\]\:cursor-grabbing[data-dragging="true"] {
  cursor: grabbing;
}
.data-\[dragging\=true\]\:after\:scale-80[data-dragging="true"]::after {
  content: var(--tw-content);
  --tw-scale-x: 0.8;
  --tw-scale-y: 0.8;
  --tw-scale-z: 0.8;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.data-\[dragging\=true\]\:after\:scale-100[data-dragging="true"]::after {
  content: var(--tw-content);
  --tw-scale-x: 100%;
  --tw-scale-y: 100%;
  --tw-scale-z: 100%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.data-\[editable\=true\]\:text-danger[data-editable="true"] {
  color: hsl(var(--heroui-danger) / 1);
}
.data-\[editable\=true\]\:text-foreground[data-editable="true"] {
  color: hsl(var(--heroui-foreground) / 1);
}
.data-\[editable\=true\]\:text-primary[data-editable="true"] {
  color: hsl(var(--heroui-primary) / 1);
}
.data-\[editable\=true\]\:text-secondary[data-editable="true"] {
  color: hsl(var(--heroui-secondary) / 1);
}
.data-\[editable\=true\]\:text-success-600[data-editable="true"] {
  color: hsl(var(--heroui-success-600) / 1);
}
.data-\[editable\=true\]\:text-warning-600[data-editable="true"] {
  color: hsl(var(--heroui-warning-600) / 1);
}
.data-\[editable\=true\]\:focus\:text-danger[data-editable="true"]:focus {
  color: hsl(var(--heroui-danger) / 1);
}
.data-\[editable\=true\]\:focus\:text-default-foreground[data-editable="true"]:focus {
  color: hsl(var(--heroui-default-foreground) / 1);
}
.data-\[editable\=true\]\:focus\:text-primary[data-editable="true"]:focus {
  color: hsl(var(--heroui-primary) / 1);
}
.data-\[editable\=true\]\:focus\:text-secondary[data-editable="true"]:focus {
  color: hsl(var(--heroui-secondary) / 1);
}
.data-\[editable\=true\]\:focus\:text-success[data-editable="true"]:focus {
  color: hsl(var(--heroui-success) / 1);
}
.data-\[editable\=true\]\:focus\:text-success-600[data-editable="true"]:focus {
  color: hsl(var(--heroui-success-600) / 1);
}
.data-\[editable\=true\]\:focus\:text-warning[data-editable="true"]:focus {
  color: hsl(var(--heroui-warning) / 1);
}
.data-\[editable\=true\]\:focus\:text-warning-600[data-editable="true"]:focus {
  color: hsl(var(--heroui-warning-600) / 1);
}
.data-\[fill-end\=true\]\:border-e-danger[data-fill-end="true"] {
  border-inline-end-color: hsl(var(--heroui-danger) / 1);
}
.data-\[fill-end\=true\]\:border-e-foreground[data-fill-end="true"] {
  border-inline-end-color: hsl(var(--heroui-foreground) / 1);
}
.data-\[fill-end\=true\]\:border-e-primary[data-fill-end="true"] {
  border-inline-end-color: hsl(var(--heroui-primary) / 1);
}
.data-\[fill-end\=true\]\:border-e-secondary[data-fill-end="true"] {
  border-inline-end-color: hsl(var(--heroui-secondary) / 1);
}
.data-\[fill-end\=true\]\:border-e-success[data-fill-end="true"] {
  border-inline-end-color: hsl(var(--heroui-success) / 1);
}
.data-\[fill-end\=true\]\:border-e-warning[data-fill-end="true"] {
  border-inline-end-color: hsl(var(--heroui-warning) / 1);
}
.data-\[fill-end\=true\]\:border-t-danger[data-fill-end="true"] {
  border-top-color: hsl(var(--heroui-danger) / 1);
}
.data-\[fill-end\=true\]\:border-t-foreground[data-fill-end="true"] {
  border-top-color: hsl(var(--heroui-foreground) / 1);
}
.data-\[fill-end\=true\]\:border-t-primary[data-fill-end="true"] {
  border-top-color: hsl(var(--heroui-primary) / 1);
}
.data-\[fill-end\=true\]\:border-t-secondary[data-fill-end="true"] {
  border-top-color: hsl(var(--heroui-secondary) / 1);
}
.data-\[fill-end\=true\]\:border-t-success[data-fill-end="true"] {
  border-top-color: hsl(var(--heroui-success) / 1);
}
.data-\[fill-end\=true\]\:border-t-warning[data-fill-end="true"] {
  border-top-color: hsl(var(--heroui-warning) / 1);
}
.data-\[fill-start\=true\]\:border-s-danger[data-fill-start="true"] {
  border-inline-start-color: hsl(var(--heroui-danger) / 1);
}
.data-\[fill-start\=true\]\:border-s-foreground[data-fill-start="true"] {
  border-inline-start-color: hsl(var(--heroui-foreground) / 1);
}
.data-\[fill-start\=true\]\:border-s-primary[data-fill-start="true"] {
  border-inline-start-color: hsl(var(--heroui-primary) / 1);
}
.data-\[fill-start\=true\]\:border-s-secondary[data-fill-start="true"] {
  border-inline-start-color: hsl(var(--heroui-secondary) / 1);
}
.data-\[fill-start\=true\]\:border-s-success[data-fill-start="true"] {
  border-inline-start-color: hsl(var(--heroui-success) / 1);
}
.data-\[fill-start\=true\]\:border-s-warning[data-fill-start="true"] {
  border-inline-start-color: hsl(var(--heroui-warning) / 1);
}
.data-\[fill-start\=true\]\:border-b-danger[data-fill-start="true"] {
  border-bottom-color: hsl(var(--heroui-danger) / 1);
}
.data-\[fill-start\=true\]\:border-b-foreground[data-fill-start="true"] {
  border-bottom-color: hsl(var(--heroui-foreground) / 1);
}
.data-\[fill-start\=true\]\:border-b-primary[data-fill-start="true"] {
  border-bottom-color: hsl(var(--heroui-primary) / 1);
}
.data-\[fill-start\=true\]\:border-b-secondary[data-fill-start="true"] {
  border-bottom-color: hsl(var(--heroui-secondary) / 1);
}
.data-\[fill-start\=true\]\:border-b-success[data-fill-start="true"] {
  border-bottom-color: hsl(var(--heroui-success) / 1);
}
.data-\[fill-start\=true\]\:border-b-warning[data-fill-start="true"] {
  border-bottom-color: hsl(var(--heroui-warning) / 1);
}
.data-\[focus-visible\]\:outline-danger-foreground[data-focus-visible] {
  outline-color: hsl(var(--heroui-danger-foreground) / 1);
}
.data-\[focus-visible\]\:outline-default-foreground[data-focus-visible] {
  outline-color: hsl(var(--heroui-default-foreground) / 1);
}
.data-\[focus-visible\]\:outline-primary-foreground[data-focus-visible] {
  outline-color: hsl(var(--heroui-primary-foreground) / 1);
}
.data-\[focus-visible\]\:outline-secondary-foreground[data-focus-visible] {
  outline-color: hsl(var(--heroui-secondary-foreground) / 1);
}
.data-\[focus-visible\]\:outline-success-foreground[data-focus-visible] {
  outline-color: hsl(var(--heroui-success-foreground) / 1);
}
.data-\[focus-visible\]\:outline-warning-foreground[data-focus-visible] {
  outline-color: hsl(var(--heroui-warning-foreground) / 1);
}
.data-\[focus-visible\=true\]\:z-10[data-focus-visible="true"] {
  z-index: 10;
}
.data-\[focus-visible\=true\]\:-translate-x-3[data-focus-visible="true"] {
  --tw-translate-x: calc(var(--spacing) * -3);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.data-\[focus-visible\=true\]\:outline-2[data-focus-visible="true"] {
  outline-style: var(--tw-outline-style);
  outline-width: 2px;
}
.data-\[focus-visible\=true\]\:outline-offset-2[data-focus-visible="true"] {
  outline-offset: 2px;
}
.data-\[focus-visible\=true\]\:outline-focus[data-focus-visible="true"] {
  outline-color: hsl(var(--heroui-focus) / 1);
}
.data-\[focus\=true\]\:border-danger[data-focus="true"] {
  border-color: hsl(var(--heroui-danger) / 1);
}
.data-\[focus\=true\]\:border-default-400[data-focus="true"] {
  border-color: hsl(var(--heroui-default-400) / 1);
}
.data-\[focus\=true\]\:border-default-foreground[data-focus="true"] {
  border-color: hsl(var(--heroui-default-foreground) / 1);
}
.data-\[focus\=true\]\:border-primary[data-focus="true"] {
  border-color: hsl(var(--heroui-primary) / 1);
}
.data-\[focus\=true\]\:border-secondary[data-focus="true"] {
  border-color: hsl(var(--heroui-secondary) / 1);
}
.data-\[focus\=true\]\:border-success[data-focus="true"] {
  border-color: hsl(var(--heroui-success) / 1);
}
.data-\[focus\=true\]\:border-warning[data-focus="true"] {
  border-color: hsl(var(--heroui-warning) / 1);
}
.data-\[focus\=true\]\:after\:w-full[data-focus="true"]::after {
  content: var(--tw-content);
  width: 100%;
}
.data-\[focused\=true\]\:z-10[data-focused="true"] {
  z-index: 10;
}
.data-\[has-end-content\=true\]\:pe-1\.5[data-has-end-content="true"] {
  padding-inline-end: calc(var(--spacing) * 1.5);
}
.data-\[has-helper\=true\]\:items-start[data-has-helper="true"] {
  align-items: flex-start;
}
.data-\[has-helper\=true\]\:pb-\[calc\(var\(--heroui-font-size-tiny\)_\+8px\)\][data-has-helper="true"] {
  padding-bottom: calc(var(--heroui-font-size-tiny) + 8px);
}
.data-\[has-helper\=true\]\:pb-\[calc\(var\(--heroui-font-size-tiny\)_\+_8px\)\][data-has-helper="true"] {
  padding-bottom: calc(var(--heroui-font-size-tiny) + 8px);
}
.data-\[has-label\=true\]\:mt-\[calc\(var\(--heroui-font-size-small\)_\+_8px\)\][data-has-label="true"] {
  margin-top: calc(var(--heroui-font-size-small) + 8px);
}
.data-\[has-label\=true\]\:mt-\[calc\(var\(--heroui-font-size-small\)_\+_10px\)\][data-has-label="true"] {
  margin-top: calc(var(--heroui-font-size-small) + 10px);
}
.data-\[has-label\=true\]\:mt-\[calc\(var\(--heroui-font-size-small\)_\+_12px\)\][data-has-label="true"] {
  margin-top: calc(var(--heroui-font-size-small) + 12px);
}
.data-\[has-multiple-rows\=true\]\:rounded-large[data-has-multiple-rows="true"] {
  border-radius: var(--heroui-radius-large);
}
.data-\[has-start-content\=true\]\:ps-1\.5[data-has-start-content="true"] {
  padding-inline-start: calc(var(--spacing) * 1.5);
}
.data-\[has-title\=true\]\:pt-1[data-has-title="true"] {
  padding-top: var(--spacing);
}
.data-\[has-value\=true\]\:text-default-foreground[data-has-value="true"] {
  color: hsl(var(--heroui-default-foreground) / 1);
}
.data-\[hidden\=true\]\:hidden[data-hidden="true"] {
  display: none;
}
.data-\[hide-scroll\=true\]\:scrollbar-hide[data-hide-scroll="true"] {
  -ms-overflow-style: none;
  scrollbar-width: none;
  &::-webkit-scrollbar {
    display: none;
  }
}
.data-\[hover\]\:bg-danger-50[data-hover] {
  background-color: hsl(var(--heroui-danger-50) / 1);
}
.data-\[hover\]\:bg-danger-200[data-hover] {
  background-color: hsl(var(--heroui-danger-200) / 1);
}
.data-\[hover\]\:bg-default-100[data-hover] {
  background-color: hsl(var(--heroui-default-100) / 1);
}
.data-\[hover\]\:bg-primary-50[data-hover] {
  background-color: hsl(var(--heroui-primary-50) / 1);
}
.data-\[hover\]\:bg-primary-200[data-hover] {
  background-color: hsl(var(--heroui-primary-200) / 1);
}
.data-\[hover\]\:bg-secondary-50[data-hover] {
  background-color: hsl(var(--heroui-secondary-50) / 1);
}
.data-\[hover\]\:bg-secondary-200[data-hover] {
  background-color: hsl(var(--heroui-secondary-200) / 1);
}
.data-\[hover\]\:bg-success-50[data-hover] {
  background-color: hsl(var(--heroui-success-50) / 1);
}
.data-\[hover\]\:bg-success-200[data-hover] {
  background-color: hsl(var(--heroui-success-200) / 1);
}
.data-\[hover\]\:bg-warning-100[data-hover] {
  background-color: hsl(var(--heroui-warning-100) / 1);
}
.data-\[hover\]\:bg-warning-200[data-hover] {
  background-color: hsl(var(--heroui-warning-200) / 1);
}
.data-\[hover-unselected\=true\]\:opacity-disabled[data-hover-unselected="true"] {
  opacity: var(--heroui-disabled-opacity);
}
.data-\[hover\=true\]\:-translate-x-3[data-hover="true"] {
  --tw-translate-x: calc(var(--spacing) * -3);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.data-\[hover\=true\]\:translate-x-0[data-hover="true"] {
  --tw-translate-x: 0px;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.data-\[hover\=true\]\:border-danger[data-hover="true"] {
  border-color: hsl(var(--heroui-danger) / 1);
}
.data-\[hover\=true\]\:border-default[data-hover="true"] {
  border-color: hsl(var(--heroui-default) / 1);
}
.data-\[hover\=true\]\:border-default-400[data-hover="true"] {
  border-color: hsl(var(--heroui-default-400) / 1);
}
.data-\[hover\=true\]\:border-primary[data-hover="true"] {
  border-color: hsl(var(--heroui-primary) / 1);
}
.data-\[hover\=true\]\:border-secondary[data-hover="true"] {
  border-color: hsl(var(--heroui-secondary) / 1);
}
.data-\[hover\=true\]\:border-success[data-hover="true"] {
  border-color: hsl(var(--heroui-success) / 1);
}
.data-\[hover\=true\]\:border-warning[data-hover="true"] {
  border-color: hsl(var(--heroui-warning) / 1);
}
.data-\[hover\=true\]\:\!bg-danger[data-hover="true"] {
  background-color: hsl(var(--heroui-danger) / 1) !important;
}
.data-\[hover\=true\]\:\!bg-danger-100[data-hover="true"] {
  background-color: hsl(var(--heroui-danger-100) / 1) !important;
}
.data-\[hover\=true\]\:\!bg-default[data-hover="true"] {
  background-color: hsl(var(--heroui-default) / 1) !important;
}
.data-\[hover\=true\]\:\!bg-primary[data-hover="true"] {
  background-color: hsl(var(--heroui-primary) / 1) !important;
}
.data-\[hover\=true\]\:\!bg-secondary[data-hover="true"] {
  background-color: hsl(var(--heroui-secondary) / 1) !important;
}
.data-\[hover\=true\]\:\!bg-success[data-hover="true"] {
  background-color: hsl(var(--heroui-success) / 1) !important;
}
.data-\[hover\=true\]\:\!bg-warning[data-hover="true"] {
  background-color: hsl(var(--heroui-warning) / 1) !important;
}
.data-\[hover\=true\]\:bg-content2[data-hover="true"] {
  background-color: hsl(var(--heroui-content2) / 1);
}
.data-\[hover\=true\]\:bg-danger[data-hover="true"] {
  background-color: hsl(var(--heroui-danger) / 1);
}
.data-\[hover\=true\]\:bg-danger-50[data-hover="true"] {
  background-color: hsl(var(--heroui-danger-50) / 1);
}
.data-\[hover\=true\]\:bg-danger-100[data-hover="true"] {
  background-color: hsl(var(--heroui-danger-100) / 1);
}
.data-\[hover\=true\]\:bg-danger\/20[data-hover="true"] {
  background-color: hsl(var(--heroui-danger) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, hsl(var(--heroui-danger) / 1) 20%, transparent);
  }
}
.data-\[hover\=true\]\:bg-default[data-hover="true"] {
  background-color: hsl(var(--heroui-default) / 1);
}
.data-\[hover\=true\]\:bg-default-100[data-hover="true"] {
  background-color: hsl(var(--heroui-default-100) / 1);
}
.data-\[hover\=true\]\:bg-default-200[data-hover="true"] {
  background-color: hsl(var(--heroui-default-200) / 1);
}
.data-\[hover\=true\]\:bg-default\/40[data-hover="true"] {
  background-color: hsl(var(--heroui-default) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, hsl(var(--heroui-default) / 1) 40%, transparent);
  }
}
.data-\[hover\=true\]\:bg-foreground-200[data-hover="true"] {
  background-color: hsl(var(--heroui-foreground-200) / 1);
}
.data-\[hover\=true\]\:bg-gray-200[data-hover="true"] {
  background-color: var(--color-gray-200);
}
.data-\[hover\=true\]\:bg-primary[data-hover="true"] {
  background-color: hsl(var(--heroui-primary) / 1);
}
.data-\[hover\=true\]\:bg-primary-50[data-hover="true"] {
  background-color: hsl(var(--heroui-primary-50) / 1);
}
.data-\[hover\=true\]\:bg-primary\/20[data-hover="true"] {
  background-color: hsl(var(--heroui-primary) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, hsl(var(--heroui-primary) / 1) 20%, transparent);
  }
}
.data-\[hover\=true\]\:bg-secondary[data-hover="true"] {
  background-color: hsl(var(--heroui-secondary) / 1);
}
.data-\[hover\=true\]\:bg-secondary-50[data-hover="true"] {
  background-color: hsl(var(--heroui-secondary-50) / 1);
}
.data-\[hover\=true\]\:bg-secondary\/20[data-hover="true"] {
  background-color: hsl(var(--heroui-secondary) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, hsl(var(--heroui-secondary) / 1) 20%, transparent);
  }
}
.data-\[hover\=true\]\:bg-success[data-hover="true"] {
  background-color: hsl(var(--heroui-success) / 1);
}
.data-\[hover\=true\]\:bg-success-50[data-hover="true"] {
  background-color: hsl(var(--heroui-success-50) / 1);
}
.data-\[hover\=true\]\:bg-success-100[data-hover="true"] {
  background-color: hsl(var(--heroui-success-100) / 1);
}
.data-\[hover\=true\]\:bg-success\/20[data-hover="true"] {
  background-color: hsl(var(--heroui-success) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, hsl(var(--heroui-success) / 1) 20%, transparent);
  }
}
.data-\[hover\=true\]\:bg-transparent[data-hover="true"] {
  background-color: transparent;
}
.data-\[hover\=true\]\:bg-warning[data-hover="true"] {
  background-color: hsl(var(--heroui-warning) / 1);
}
.data-\[hover\=true\]\:bg-warning-50[data-hover="true"] {
  background-color: hsl(var(--heroui-warning-50) / 1);
}
.data-\[hover\=true\]\:bg-warning-100[data-hover="true"] {
  background-color: hsl(var(--heroui-warning-100) / 1);
}
.data-\[hover\=true\]\:bg-warning\/20[data-hover="true"] {
  background-color: hsl(var(--heroui-warning) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, hsl(var(--heroui-warning) / 1) 20%, transparent);
  }
}
.data-\[hover\=true\]\:\!text-danger-foreground[data-hover="true"] {
  color: hsl(var(--heroui-danger-foreground) / 1) !important;
}
.data-\[hover\=true\]\:\!text-primary-foreground[data-hover="true"] {
  color: hsl(var(--heroui-primary-foreground) / 1) !important;
}
.data-\[hover\=true\]\:\!text-secondary-foreground[data-hover="true"] {
  color: hsl(var(--heroui-secondary-foreground) / 1) !important;
}
.data-\[hover\=true\]\:\!text-success-foreground[data-hover="true"] {
  color: hsl(var(--heroui-success-foreground) / 1) !important;
}
.data-\[hover\=true\]\:\!text-warning-foreground[data-hover="true"] {
  color: hsl(var(--heroui-warning-foreground) / 1) !important;
}
.data-\[hover\=true\]\:text-danger[data-hover="true"] {
  color: hsl(var(--heroui-danger) / 1);
}
.data-\[hover\=true\]\:text-danger-500[data-hover="true"] {
  color: hsl(var(--heroui-danger-500) / 1);
}
.data-\[hover\=true\]\:text-danger-foreground[data-hover="true"] {
  color: hsl(var(--heroui-danger-foreground) / 1);
}
.data-\[hover\=true\]\:text-default-500[data-hover="true"] {
  color: hsl(var(--heroui-default-500) / 1);
}
.data-\[hover\=true\]\:text-default-foreground[data-hover="true"] {
  color: hsl(var(--heroui-default-foreground) / 1);
}
.data-\[hover\=true\]\:text-foreground-400[data-hover="true"] {
  color: hsl(var(--heroui-foreground-400) / 1);
}
.data-\[hover\=true\]\:text-foreground-600[data-hover="true"] {
  color: hsl(var(--heroui-foreground-600) / 1);
}
.data-\[hover\=true\]\:text-primary[data-hover="true"] {
  color: hsl(var(--heroui-primary) / 1);
}
.data-\[hover\=true\]\:text-primary-400[data-hover="true"] {
  color: hsl(var(--heroui-primary-400) / 1);
}
.data-\[hover\=true\]\:text-primary-foreground[data-hover="true"] {
  color: hsl(var(--heroui-primary-foreground) / 1);
}
.data-\[hover\=true\]\:text-secondary[data-hover="true"] {
  color: hsl(var(--heroui-secondary) / 1);
}
.data-\[hover\=true\]\:text-secondary-400[data-hover="true"] {
  color: hsl(var(--heroui-secondary-400) / 1);
}
.data-\[hover\=true\]\:text-secondary-foreground[data-hover="true"] {
  color: hsl(var(--heroui-secondary-foreground) / 1);
}
.data-\[hover\=true\]\:text-success[data-hover="true"] {
  color: hsl(var(--heroui-success) / 1);
}
.data-\[hover\=true\]\:text-success-600[data-hover="true"] {
  color: hsl(var(--heroui-success-600) / 1);
}
.data-\[hover\=true\]\:text-success-foreground[data-hover="true"] {
  color: hsl(var(--heroui-success-foreground) / 1);
}
.data-\[hover\=true\]\:text-warning[data-hover="true"] {
  color: hsl(var(--heroui-warning) / 1);
}
.data-\[hover\=true\]\:text-warning-600[data-hover="true"] {
  color: hsl(var(--heroui-warning-600) / 1);
}
.data-\[hover\=true\]\:text-warning-foreground[data-hover="true"] {
  color: hsl(var(--heroui-warning-foreground) / 1);
}
.data-\[hover\=true\]\:opacity-70[data-hover="true"] {
  opacity: 70%;
}
.data-\[hover\=true\]\:opacity-hover[data-hover="true"] {
  opacity: var(--heroui-hover-opacity);
}
.data-\[hover\=true\]\:shadow-lg[data-hover="true"] {
  --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.data-\[hover\=true\]\:shadow-danger\/30[data-hover="true"] {
  --tw-shadow-color: hsl(var(--heroui-danger) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, hsl(var(--heroui-danger) / 1) 30%, transparent) var(--tw-shadow-alpha), transparent);
  }
}
.data-\[hover\=true\]\:shadow-default\/50[data-hover="true"] {
  --tw-shadow-color: hsl(var(--heroui-default) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, hsl(var(--heroui-default) / 1) 50%, transparent) var(--tw-shadow-alpha), transparent);
  }
}
.data-\[hover\=true\]\:shadow-primary\/30[data-hover="true"] {
  --tw-shadow-color: hsl(var(--heroui-primary) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, hsl(var(--heroui-primary) / 1) 30%, transparent) var(--tw-shadow-alpha), transparent);
  }
}
.data-\[hover\=true\]\:shadow-secondary\/30[data-hover="true"] {
  --tw-shadow-color: hsl(var(--heroui-secondary) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, hsl(var(--heroui-secondary) / 1) 30%, transparent) var(--tw-shadow-alpha), transparent);
  }
}
.data-\[hover\=true\]\:shadow-success\/30[data-hover="true"] {
  --tw-shadow-color: hsl(var(--heroui-success) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, hsl(var(--heroui-success) / 1) 30%, transparent) var(--tw-shadow-alpha), transparent);
  }
}
.data-\[hover\=true\]\:shadow-warning\/30[data-hover="true"] {
  --tw-shadow-color: hsl(var(--heroui-warning) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, hsl(var(--heroui-warning) / 1) 30%, transparent) var(--tw-shadow-alpha), transparent);
  }
}
.data-\[hover\=true\]\:transition-colors[data-hover="true"] {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.group-data-\[focus\=true\]\:data-\[hover\=true\]\:border-danger:is(:where(.group)[data-focus="true"] *)[data-hover="true"] {
  border-color: hsl(var(--heroui-danger) / 1);
}
.group-data-\[focus\=true\]\:data-\[hover\=true\]\:border-default-foreground:is(:where(.group)[data-focus="true"] *)[data-hover="true"] {
  border-color: hsl(var(--heroui-default-foreground) / 1);
}
.group-data-\[focus\=true\]\:data-\[hover\=true\]\:border-primary:is(:where(.group)[data-focus="true"] *)[data-hover="true"] {
  border-color: hsl(var(--heroui-primary) / 1);
}
.group-data-\[focus\=true\]\:data-\[hover\=true\]\:border-secondary:is(:where(.group)[data-focus="true"] *)[data-hover="true"] {
  border-color: hsl(var(--heroui-secondary) / 1);
}
.group-data-\[focus\=true\]\:data-\[hover\=true\]\:border-success:is(:where(.group)[data-focus="true"] *)[data-hover="true"] {
  border-color: hsl(var(--heroui-success) / 1);
}
.group-data-\[focus\=true\]\:data-\[hover\=true\]\:border-warning:is(:where(.group)[data-focus="true"] *)[data-hover="true"] {
  border-color: hsl(var(--heroui-warning) / 1);
}
.data-\[focus\=true\]\:data-\[hover\=true\]\:border-danger[data-focus="true"][data-hover="true"] {
  border-color: hsl(var(--heroui-danger) / 1);
}
.data-\[focus\=true\]\:data-\[hover\=true\]\:border-default-foreground[data-focus="true"][data-hover="true"] {
  border-color: hsl(var(--heroui-default-foreground) / 1);
}
.data-\[focus\=true\]\:data-\[hover\=true\]\:border-primary[data-focus="true"][data-hover="true"] {
  border-color: hsl(var(--heroui-primary) / 1);
}
.data-\[focus\=true\]\:data-\[hover\=true\]\:border-secondary[data-focus="true"][data-hover="true"] {
  border-color: hsl(var(--heroui-secondary) / 1);
}
.data-\[focus\=true\]\:data-\[hover\=true\]\:border-success[data-focus="true"][data-hover="true"] {
  border-color: hsl(var(--heroui-success) / 1);
}
.data-\[focus\=true\]\:data-\[hover\=true\]\:border-warning[data-focus="true"][data-hover="true"] {
  border-color: hsl(var(--heroui-warning) / 1);
}
.data-\[in-range\=false\]\:bg-default-200[data-in-range="false"] {
  background-color: hsl(var(--heroui-default-200) / 1);
}
.data-\[in-range\=true\]\:bg-background\/50[data-in-range="true"] {
  background-color: hsl(var(--heroui-background) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, hsl(var(--heroui-background) / 1) 50%, transparent);
  }
}
.data-\[in-range\=true\]\:bg-danger[data-in-range="true"] {
  background-color: hsl(var(--heroui-danger) / 1);
}
.data-\[in-range\=true\]\:bg-foreground[data-in-range="true"] {
  background-color: hsl(var(--heroui-foreground) / 1);
}
.data-\[in-range\=true\]\:bg-primary[data-in-range="true"] {
  background-color: hsl(var(--heroui-primary) / 1);
}
.data-\[in-range\=true\]\:bg-secondary[data-in-range="true"] {
  background-color: hsl(var(--heroui-secondary) / 1);
}
.data-\[in-range\=true\]\:bg-success[data-in-range="true"] {
  background-color: hsl(var(--heroui-success) / 1);
}
.data-\[in-range\=true\]\:bg-warning[data-in-range="true"] {
  background-color: hsl(var(--heroui-warning) / 1);
}
.data-\[in-range\=true\]\:opacity-100[data-in-range="true"] {
  opacity: 100%;
}
.data-\[inert\=true\]\:hidden[data-inert="true"] {
  display: none;
}
.data-\[initialized\=true\]\:visible[data-initialized="true"] {
  visibility: visible;
}
.data-\[invalid\=true\]\:text-danger-300[data-invalid="true"] {
  color: hsl(var(--heroui-danger-300) / 1);
}
.data-\[invalid\=true\]\:focus\:bg-danger-400\/50[data-invalid="true"]:focus {
  background-color: hsl(var(--heroui-danger-400) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, hsl(var(--heroui-danger-400) / 1) 50%, transparent);
  }
}
.data-\[invalid\=true\]\:data-\[editable\=true\]\:text-danger[data-invalid="true"][data-editable="true"] {
  color: hsl(var(--heroui-danger) / 1);
}
.data-\[invalid\=true\]\:data-\[editable\=true\]\:focus\:text-danger[data-invalid="true"][data-editable="true"]:focus {
  color: hsl(var(--heroui-danger) / 1);
}
.data-\[invisible\=true\]\:scale-0[data-invisible="true"] {
  --tw-scale-x: 0%;
  --tw-scale-y: 0%;
  --tw-scale-z: 0%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.data-\[invisible\=true\]\:opacity-0[data-invisible="true"] {
  opacity: 0%;
}
.data-\[justify\=center\]\:justify-center[data-justify="center"] {
  justify-content: center;
}
.data-\[justify\=end\]\:flex-grow[data-justify="end"] {
  flex-grow: 1;
}
.data-\[justify\=end\]\:basis-0[data-justify="end"] {
  flex-basis: 0px;
}
.data-\[justify\=end\]\:justify-end[data-justify="end"] {
  justify-content: flex-end;
}
.data-\[justify\=start\]\:flex-grow[data-justify="start"] {
  flex-grow: 1;
}
.data-\[justify\=start\]\:basis-0[data-justify="start"] {
  flex-basis: 0px;
}
.data-\[justify\=start\]\:justify-start[data-justify="start"] {
  justify-content: flex-start;
}
.data-\[left-right-scroll\=true\]\:\[mask-image\:linear-gradient\(to_right\,\#000\,\#000\,transparent_0\,\#000_var\(--scroll-shadow-size\)\,\#000_calc\(100\%_-_var\(--scroll-shadow-size\)\)\,transparent\)\][data-left-right-scroll="true"] {
  mask-image: linear-gradient(to right,#000,#000,transparent 0,#000 var(--scroll-shadow-size),#000 calc(100% - var(--scroll-shadow-size)),transparent);
}
.data-\[left-scroll\=true\]\:\[mask-image\:linear-gradient\(270deg\,\#000_calc\(100\%_-_var\(--scroll-shadow-size\)\)\,transparent\)\][data-left-scroll="true"] {
  mask-image: linear-gradient(270deg,#000 calc(100% - var(--scroll-shadow-size)),transparent);
}
.data-\[loaded\=true\]\:pointer-events-auto[data-loaded="true"] {
  pointer-events: auto;
}
.data-\[loaded\=true\]\:overflow-visible[data-loaded="true"] {
  overflow: visible;
}
.data-\[loaded\=true\]\:\!bg-transparent[data-loaded="true"] {
  background-color: transparent !important;
}
.data-\[loaded\=true\]\:opacity-100[data-loaded="true"] {
  opacity: 100%;
}
.data-\[loaded\=true\]\:before\:-z-10[data-loaded="true"]::before {
  content: var(--tw-content);
  z-index: calc(10 * -1);
}
.data-\[loaded\=true\]\:before\:animate-none[data-loaded="true"]::before {
  content: var(--tw-content);
  animation: none;
}
.data-\[loaded\=true\]\:before\:opacity-0[data-loaded="true"]::before {
  content: var(--tw-content);
  opacity: 0%;
}
.data-\[loaded\=true\]\:after\:opacity-0[data-loaded="true"]::after {
  content: var(--tw-content);
  opacity: 0%;
}
.data-\[menu-open\=true\]\:border-none[data-menu-open="true"] {
  --tw-border-style: none;
  border-style: none;
}
.data-\[menu-open\=true\]\:backdrop-blur-xl[data-menu-open="true"] {
  --tw-backdrop-blur: blur(var(--blur-xl));
  -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
}
.data-\[moving\]\:opacity-100[data-moving] {
  opacity: 100%;
}
.data-\[moving\=true\]\:transition-transform[data-moving="true"] {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.data-\[open\=true\]\:block[data-open="true"] {
  display: block;
}
.data-\[open\=true\]\:flex[data-open="true"] {
  display: flex;
}
.data-\[open\=true\]\:-rotate-90[data-open="true"] {
  rotate: calc(90deg * -1);
}
.data-\[open\=true\]\:rotate-180[data-open="true"] {
  rotate: 180deg;
}
.data-\[open\=true\]\:border-danger[data-open="true"] {
  border-color: hsl(var(--heroui-danger) / 1);
}
.data-\[open\=true\]\:border-default-400[data-open="true"] {
  border-color: hsl(var(--heroui-default-400) / 1);
}
.data-\[open\=true\]\:border-default-foreground[data-open="true"] {
  border-color: hsl(var(--heroui-default-foreground) / 1);
}
.data-\[open\=true\]\:border-primary[data-open="true"] {
  border-color: hsl(var(--heroui-primary) / 1);
}
.data-\[open\=true\]\:border-secondary[data-open="true"] {
  border-color: hsl(var(--heroui-secondary) / 1);
}
.data-\[open\=true\]\:border-success[data-open="true"] {
  border-color: hsl(var(--heroui-success) / 1);
}
.data-\[open\=true\]\:border-warning[data-open="true"] {
  border-color: hsl(var(--heroui-warning) / 1);
}
.data-\[open\=true\]\:after\:w-full[data-open="true"]::after {
  content: var(--tw-content);
  width: 100%;
}
.data-\[orientation\=horizontal\]\:flex-row[data-orientation="horizontal"] {
  flex-direction: row;
}
.data-\[outside-month\=true\]\:before\:hidden[data-outside-month="true"]::before {
  content: var(--tw-content);
  display: none;
}
.data-\[disabled\=true\]\:data-\[outside-month\=true\]\:opacity-0[data-disabled="true"][data-outside-month="true"] {
  opacity: 0%;
}
.data-\[editable\=true\]\:data-\[placeholder\=true\]\:text-danger-300[data-editable="true"][data-placeholder="true"] {
  color: hsl(var(--heroui-danger-300) / 1);
}
.data-\[editable\=true\]\:data-\[placeholder\=true\]\:text-foreground-500[data-editable="true"][data-placeholder="true"] {
  color: hsl(var(--heroui-foreground-500) / 1);
}
.data-\[editable\=true\]\:data-\[placeholder\=true\]\:text-primary-300[data-editable="true"][data-placeholder="true"] {
  color: hsl(var(--heroui-primary-300) / 1);
}
.data-\[editable\=true\]\:data-\[placeholder\=true\]\:text-secondary-300[data-editable="true"][data-placeholder="true"] {
  color: hsl(var(--heroui-secondary-300) / 1);
}
.data-\[editable\=true\]\:data-\[placeholder\=true\]\:text-success-400[data-editable="true"][data-placeholder="true"] {
  color: hsl(var(--heroui-success-400) / 1);
}
.data-\[editable\=true\]\:data-\[placeholder\=true\]\:text-warning-400[data-editable="true"][data-placeholder="true"] {
  color: hsl(var(--heroui-warning-400) / 1);
}
.data-\[placement\=bottom\]\:before\:-top-\[calc\(theme\(spacing\.5\)\/4_-_1\.5px\)\][data-placement="bottom"]::before {
  content: var(--tw-content);
  top: calc(calc(1.25rem / 4 - 1.5px) * -1);
}
.data-\[placement\=bottom\]\:before\:left-1\/2[data-placement="bottom"]::before {
  content: var(--tw-content);
  left: calc(1 / 2 * 100%);
}
.data-\[placement\=bottom\]\:before\:-translate-x-1\/2[data-placement="bottom"]::before {
  content: var(--tw-content);
  --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.data-\[placement\=bottom-center\]\:fixed[data-placement="bottom-center"] {
  position: fixed;
}
.data-\[placement\=bottom-center\]\:right-0[data-placement="bottom-center"] {
  right: 0px;
}
.data-\[placement\=bottom-center\]\:bottom-0[data-placement="bottom-center"] {
  bottom: 0px;
}
.data-\[placement\=bottom-center\]\:left-0[data-placement="bottom-center"] {
  left: 0px;
}
.data-\[placement\=bottom-center\]\:left-1\/2[data-placement="bottom-center"] {
  left: calc(1 / 2 * 100%);
}
.data-\[placement\=bottom-center\]\:flex[data-placement="bottom-center"] {
  display: flex;
}
.data-\[placement\=bottom-center\]\:-translate-x-1\/2[data-placement="bottom-center"] {
  --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.data-\[placement\=bottom-center\]\:flex-col[data-placement="bottom-center"] {
  flex-direction: column;
}
.data-\[placement\=bottom-center\]\:before\:top-\[calc\(-1\*var\(--top-extension\,16px\)\)\][data-placement="bottom-center"]::before {
  content: var(--tw-content);
  top: calc(-1 * var(--top-extension,16px));
}
.data-\[placement\=bottom-center\]\:before\:h-\[var\(--top-extension\,16px\)\][data-placement="bottom-center"]::before {
  content: var(--tw-content);
  height: var(--top-extension,16px);
}
.data-\[placement\=bottom-center\]\:after\:bottom-\[calc\(-1\*var\(--bottom-extension\,16px\)\)\][data-placement="bottom-center"]::after {
  content: var(--tw-content);
  bottom: calc(-1 * var(--bottom-extension,16px));
}
.data-\[placement\=bottom-center\]\:after\:h-\[var\(--bottom-extension\,16px\)\][data-placement="bottom-center"]::after {
  content: var(--tw-content);
  height: var(--bottom-extension,16px);
}
.data-\[placement\=bottom-end\]\:before\:-top-\[calc\(theme\(spacing\.5\)\/4_-_1\.5px\)\][data-placement="bottom-end"]::before {
  content: var(--tw-content);
  top: calc(calc(1.25rem / 4 - 1.5px) * -1);
}
.data-\[placement\=bottom-end\]\:before\:right-3[data-placement="bottom-end"]::before {
  content: var(--tw-content);
  right: calc(var(--spacing) * 3);
}
.data-\[placement\=bottom-left\]\:fixed[data-placement="bottom-left"] {
  position: fixed;
}
.data-\[placement\=bottom-left\]\:bottom-0[data-placement="bottom-left"] {
  bottom: 0px;
}
.data-\[placement\=bottom-left\]\:left-0[data-placement="bottom-left"] {
  left: 0px;
}
.data-\[placement\=bottom-left\]\:mx-auto[data-placement="bottom-left"] {
  margin-inline: auto;
}
.data-\[placement\=bottom-left\]\:flex[data-placement="bottom-left"] {
  display: flex;
}
.data-\[placement\=bottom-left\]\:flex-col[data-placement="bottom-left"] {
  flex-direction: column;
}
.data-\[placement\=bottom-left\]\:before\:top-\[calc\(-1\*var\(--top-extension\,16px\)\)\][data-placement="bottom-left"]::before {
  content: var(--tw-content);
  top: calc(-1 * var(--top-extension,16px));
}
.data-\[placement\=bottom-left\]\:before\:h-\[var\(--top-extension\,16px\)\][data-placement="bottom-left"]::before {
  content: var(--tw-content);
  height: var(--top-extension,16px);
}
.data-\[placement\=bottom-left\]\:after\:bottom-\[calc\(-1\*var\(--bottom-extension\,16px\)\)\][data-placement="bottom-left"]::after {
  content: var(--tw-content);
  bottom: calc(-1 * var(--bottom-extension,16px));
}
.data-\[placement\=bottom-left\]\:after\:h-\[var\(--bottom-extension\,16px\)\][data-placement="bottom-left"]::after {
  content: var(--tw-content);
  height: var(--bottom-extension,16px);
}
.data-\[placement\=bottom-right\]\:fixed[data-placement="bottom-right"] {
  position: fixed;
}
.data-\[placement\=bottom-right\]\:right-0[data-placement="bottom-right"] {
  right: 0px;
}
.data-\[placement\=bottom-right\]\:bottom-0[data-placement="bottom-right"] {
  bottom: 0px;
}
.data-\[placement\=bottom-right\]\:mx-auto[data-placement="bottom-right"] {
  margin-inline: auto;
}
.data-\[placement\=bottom-right\]\:flex[data-placement="bottom-right"] {
  display: flex;
}
.data-\[placement\=bottom-right\]\:flex-col[data-placement="bottom-right"] {
  flex-direction: column;
}
.data-\[placement\=bottom-right\]\:before\:top-\[calc\(-1\*var\(--top-extension\,16px\)\)\][data-placement="bottom-right"]::before {
  content: var(--tw-content);
  top: calc(-1 * var(--top-extension,16px));
}
.data-\[placement\=bottom-right\]\:before\:h-\[var\(--top-extension\,16px\)\][data-placement="bottom-right"]::before {
  content: var(--tw-content);
  height: var(--top-extension,16px);
}
.data-\[placement\=bottom-right\]\:after\:bottom-\[calc\(-1\*var\(--bottom-extension\,16px\)\)\][data-placement="bottom-right"]::after {
  content: var(--tw-content);
  bottom: calc(-1 * var(--bottom-extension,16px));
}
.data-\[placement\=bottom-right\]\:after\:h-\[var\(--bottom-extension\,16px\)\][data-placement="bottom-right"]::after {
  content: var(--tw-content);
  height: var(--bottom-extension,16px);
}
.data-\[placement\=bottom-start\]\:before\:-top-\[calc\(theme\(spacing\.5\)\/4_-_1\.5px\)\][data-placement="bottom-start"]::before {
  content: var(--tw-content);
  top: calc(calc(1.25rem / 4 - 1.5px) * -1);
}
.data-\[placement\=bottom-start\]\:before\:left-3[data-placement="bottom-start"]::before {
  content: var(--tw-content);
  left: calc(var(--spacing) * 3);
}
.data-\[placement\=left\]\:before\:top-1\/2[data-placement="left"]::before {
  content: var(--tw-content);
  top: calc(1 / 2 * 100%);
}
.data-\[placement\=left\]\:before\:-right-\[calc\(theme\(spacing\.5\)\/4_-_2px\)\][data-placement="left"]::before {
  content: var(--tw-content);
  right: calc(calc(1.25rem / 4 - 2px) * -1);
}
.data-\[placement\=left\]\:before\:-translate-y-1\/2[data-placement="left"]::before {
  content: var(--tw-content);
  --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.data-\[placement\=left-end\]\:before\:-right-\[calc\(theme\(spacing\.5\)\/4_-_3px\)\][data-placement="left-end"]::before {
  content: var(--tw-content);
  right: calc(calc(1.25rem / 4 - 3px) * -1);
}
.data-\[placement\=left-end\]\:before\:bottom-1\/4[data-placement="left-end"]::before {
  content: var(--tw-content);
  bottom: calc(1 / 4 * 100%);
}
.data-\[placement\=left-start\]\:before\:top-1\/4[data-placement="left-start"]::before {
  content: var(--tw-content);
  top: calc(1 / 4 * 100%);
}
.data-\[placement\=left-start\]\:before\:-right-\[calc\(theme\(spacing\.5\)\/4_-_3px\)\][data-placement="left-start"]::before {
  content: var(--tw-content);
  right: calc(calc(1.25rem / 4 - 3px) * -1);
}
.data-\[placement\=right\]\:before\:top-1\/2[data-placement="right"]::before {
  content: var(--tw-content);
  top: calc(1 / 2 * 100%);
}
.data-\[placement\=right\]\:before\:-left-\[calc\(theme\(spacing\.5\)\/4_-_2px\)\][data-placement="right"]::before {
  content: var(--tw-content);
  left: calc(calc(1.25rem / 4 - 2px) * -1);
}
.data-\[placement\=right\]\:before\:-translate-y-1\/2[data-placement="right"]::before {
  content: var(--tw-content);
  --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.data-\[placement\=right-end\]\:before\:bottom-1\/4[data-placement="right-end"]::before {
  content: var(--tw-content);
  bottom: calc(1 / 4 * 100%);
}
.data-\[placement\=right-end\]\:before\:-left-\[calc\(theme\(spacing\.5\)\/4_-_3px\)\][data-placement="right-end"]::before {
  content: var(--tw-content);
  left: calc(calc(1.25rem / 4 - 3px) * -1);
}
.data-\[placement\=right-start\]\:before\:top-1\/4[data-placement="right-start"]::before {
  content: var(--tw-content);
  top: calc(1 / 4 * 100%);
}
.data-\[placement\=right-start\]\:before\:-left-\[calc\(theme\(spacing\.5\)\/4_-_3px\)\][data-placement="right-start"]::before {
  content: var(--tw-content);
  left: calc(calc(1.25rem / 4 - 3px) * -1);
}
.data-\[placement\=top\]\:before\:-bottom-\[calc\(theme\(spacing\.5\)\/4_-_1\.5px\)\][data-placement="top"]::before {
  content: var(--tw-content);
  bottom: calc(calc(1.25rem / 4 - 1.5px) * -1);
}
.data-\[placement\=top\]\:before\:left-1\/2[data-placement="top"]::before {
  content: var(--tw-content);
  left: calc(1 / 2 * 100%);
}
.data-\[placement\=top\]\:before\:-translate-x-1\/2[data-placement="top"]::before {
  content: var(--tw-content);
  --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.data-\[placement\=top-center\]\:fixed[data-placement="top-center"] {
  position: fixed;
}
.data-\[placement\=top-center\]\:top-0[data-placement="top-center"] {
  top: 0px;
}
.data-\[placement\=top-center\]\:right-0[data-placement="top-center"] {
  right: 0px;
}
.data-\[placement\=top-center\]\:left-0[data-placement="top-center"] {
  left: 0px;
}
.data-\[placement\=top-center\]\:left-1\/2[data-placement="top-center"] {
  left: calc(1 / 2 * 100%);
}
.data-\[placement\=top-center\]\:flex[data-placement="top-center"] {
  display: flex;
}
.data-\[placement\=top-center\]\:-translate-x-1\/2[data-placement="top-center"] {
  --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.data-\[placement\=top-center\]\:flex-col[data-placement="top-center"] {
  flex-direction: column;
}
.data-\[placement\=top-end\]\:before\:right-3[data-placement="top-end"]::before {
  content: var(--tw-content);
  right: calc(var(--spacing) * 3);
}
.data-\[placement\=top-end\]\:before\:-bottom-\[calc\(theme\(spacing\.5\)\/4_-_1\.5px\)\][data-placement="top-end"]::before {
  content: var(--tw-content);
  bottom: calc(calc(1.25rem / 4 - 1.5px) * -1);
}
.data-\[placement\=top-left\]\:fixed[data-placement="top-left"] {
  position: fixed;
}
.data-\[placement\=top-left\]\:top-0[data-placement="top-left"] {
  top: 0px;
}
.data-\[placement\=top-left\]\:left-0[data-placement="top-left"] {
  left: 0px;
}
.data-\[placement\=top-left\]\:mx-auto[data-placement="top-left"] {
  margin-inline: auto;
}
.data-\[placement\=top-left\]\:flex[data-placement="top-left"] {
  display: flex;
}
.data-\[placement\=top-left\]\:flex-col[data-placement="top-left"] {
  flex-direction: column;
}
.data-\[placement\=top-right\]\:fixed[data-placement="top-right"] {
  position: fixed;
}
.data-\[placement\=top-right\]\:top-0[data-placement="top-right"] {
  top: 0px;
}
.data-\[placement\=top-right\]\:right-0[data-placement="top-right"] {
  right: 0px;
}
.data-\[placement\=top-right\]\:mx-auto[data-placement="top-right"] {
  margin-inline: auto;
}
.data-\[placement\=top-right\]\:flex[data-placement="top-right"] {
  display: flex;
}
.data-\[placement\=top-right\]\:flex-col[data-placement="top-right"] {
  flex-direction: column;
}
.data-\[placement\=top-start\]\:before\:-bottom-\[calc\(theme\(spacing\.5\)\/4_-_1\.5px\)\][data-placement="top-start"]::before {
  content: var(--tw-content);
  bottom: calc(calc(1.25rem / 4 - 1.5px) * -1);
}
.data-\[placement\=top-start\]\:before\:left-3[data-placement="top-start"]::before {
  content: var(--tw-content);
  left: calc(var(--spacing) * 3);
}
.data-\[pressed\=true\]\:scale-100[data-pressed="true"] {
  --tw-scale-x: 100%;
  --tw-scale-y: 100%;
  --tw-scale-z: 100%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.data-\[pressed\=true\]\:scale-\[0\.97\][data-pressed="true"] {
  scale: 0.97;
}
.data-\[pressed\=true\]\:opacity-50[data-pressed="true"] {
  opacity: 50%;
}
.data-\[pressed\=true\]\:opacity-70[data-pressed="true"] {
  opacity: 70%;
}
.data-\[pressed\=true\]\:opacity-disabled[data-pressed="true"] {
  opacity: var(--heroui-disabled-opacity);
}
.data-\[range-end\=true\]\:before\:rounded-e-full[data-range-end="true"]::before {
  content: var(--tw-content);
  border-start-end-radius: calc(infinity * 1px);
  border-end-end-radius: calc(infinity * 1px);
}
.data-\[range-selection\=true\]\:\!text-primary-foreground[data-range-selection="true"] {
  color: hsl(var(--heroui-primary-foreground) / 1) !important;
}
.data-\[range-selection\=true\]\:before\:\!bg-primary[data-range-selection="true"]::before {
  content: var(--tw-content);
  background-color: hsl(var(--heroui-primary) / 1) !important;
}
.data-\[range-start\=true\]\:before\:rounded-s-full[data-range-start="true"]::before {
  content: var(--tw-content);
  border-start-start-radius: calc(infinity * 1px);
  border-end-start-radius: calc(infinity * 1px);
}
.data-\[readonly\=true\]\:cursor-default[data-readonly="true"] {
  cursor: default;
}
.data-\[right-scroll\=true\]\:\[mask-image\:linear-gradient\(90deg\,\#000_calc\(100\%_-_var\(--scroll-shadow-size\)\)\,transparent\)\][data-right-scroll="true"] {
  mask-image: linear-gradient(90deg,#000 calc(100% - var(--scroll-shadow-size)),transparent);
}
.data-\[selectable\=true\]\:focus\:border-danger[data-selectable="true"]:focus {
  border-color: hsl(var(--heroui-danger) / 1);
}
.data-\[selectable\=true\]\:focus\:border-default[data-selectable="true"]:focus {
  border-color: hsl(var(--heroui-default) / 1);
}
.data-\[selectable\=true\]\:focus\:border-primary[data-selectable="true"]:focus {
  border-color: hsl(var(--heroui-primary) / 1);
}
.data-\[selectable\=true\]\:focus\:border-secondary[data-selectable="true"]:focus {
  border-color: hsl(var(--heroui-secondary) / 1);
}
.data-\[selectable\=true\]\:focus\:border-success[data-selectable="true"]:focus {
  border-color: hsl(var(--heroui-success) / 1);
}
.data-\[selectable\=true\]\:focus\:border-warning[data-selectable="true"]:focus {
  border-color: hsl(var(--heroui-warning) / 1);
}
.data-\[selectable\=true\]\:focus\:bg-danger[data-selectable="true"]:focus {
  background-color: hsl(var(--heroui-danger) / 1);
}
.data-\[selectable\=true\]\:focus\:bg-danger\/20[data-selectable="true"]:focus {
  background-color: hsl(var(--heroui-danger) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, hsl(var(--heroui-danger) / 1) 20%, transparent);
  }
}
.data-\[selectable\=true\]\:focus\:bg-default[data-selectable="true"]:focus {
  background-color: hsl(var(--heroui-default) / 1);
}
.data-\[selectable\=true\]\:focus\:bg-default-100[data-selectable="true"]:focus {
  background-color: hsl(var(--heroui-default-100) / 1);
}
.data-\[selectable\=true\]\:focus\:bg-default\/40[data-selectable="true"]:focus {
  background-color: hsl(var(--heroui-default) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, hsl(var(--heroui-default) / 1) 40%, transparent);
  }
}
.data-\[selectable\=true\]\:focus\:bg-gray-200[data-selectable="true"]:focus {
  background-color: var(--color-gray-200);
}
.data-\[selectable\=true\]\:focus\:bg-primary[data-selectable="true"]:focus {
  background-color: hsl(var(--heroui-primary) / 1);
}
.data-\[selectable\=true\]\:focus\:bg-primary\/20[data-selectable="true"]:focus {
  background-color: hsl(var(--heroui-primary) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, hsl(var(--heroui-primary) / 1) 20%, transparent);
  }
}
.data-\[selectable\=true\]\:focus\:bg-secondary[data-selectable="true"]:focus {
  background-color: hsl(var(--heroui-secondary) / 1);
}
.data-\[selectable\=true\]\:focus\:bg-secondary\/20[data-selectable="true"]:focus {
  background-color: hsl(var(--heroui-secondary) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, hsl(var(--heroui-secondary) / 1) 20%, transparent);
  }
}
.data-\[selectable\=true\]\:focus\:bg-success[data-selectable="true"]:focus {
  background-color: hsl(var(--heroui-success) / 1);
}
.data-\[selectable\=true\]\:focus\:bg-success\/20[data-selectable="true"]:focus {
  background-color: hsl(var(--heroui-success) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, hsl(var(--heroui-success) / 1) 20%, transparent);
  }
}
.data-\[selectable\=true\]\:focus\:bg-warning[data-selectable="true"]:focus {
  background-color: hsl(var(--heroui-warning) / 1);
}
.data-\[selectable\=true\]\:focus\:bg-warning\/20[data-selectable="true"]:focus {
  background-color: hsl(var(--heroui-warning) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, hsl(var(--heroui-warning) / 1) 20%, transparent);
  }
}
.data-\[selectable\=true\]\:focus\:text-danger[data-selectable="true"]:focus {
  color: hsl(var(--heroui-danger) / 1);
}
.data-\[selectable\=true\]\:focus\:text-danger-foreground[data-selectable="true"]:focus {
  color: hsl(var(--heroui-danger-foreground) / 1);
}
.data-\[selectable\=true\]\:focus\:text-default-500[data-selectable="true"]:focus {
  color: hsl(var(--heroui-default-500) / 1);
}
.data-\[selectable\=true\]\:focus\:text-default-foreground[data-selectable="true"]:focus {
  color: hsl(var(--heroui-default-foreground) / 1);
}
.data-\[selectable\=true\]\:focus\:text-primary[data-selectable="true"]:focus {
  color: hsl(var(--heroui-primary) / 1);
}
.data-\[selectable\=true\]\:focus\:text-primary-foreground[data-selectable="true"]:focus {
  color: hsl(var(--heroui-primary-foreground) / 1);
}
.data-\[selectable\=true\]\:focus\:text-secondary[data-selectable="true"]:focus {
  color: hsl(var(--heroui-secondary) / 1);
}
.data-\[selectable\=true\]\:focus\:text-secondary-foreground[data-selectable="true"]:focus {
  color: hsl(var(--heroui-secondary-foreground) / 1);
}
.data-\[selectable\=true\]\:focus\:text-success[data-selectable="true"]:focus {
  color: hsl(var(--heroui-success) / 1);
}
.data-\[selectable\=true\]\:focus\:text-success-foreground[data-selectable="true"]:focus {
  color: hsl(var(--heroui-success-foreground) / 1);
}
.data-\[selectable\=true\]\:focus\:text-warning[data-selectable="true"]:focus {
  color: hsl(var(--heroui-warning) / 1);
}
.data-\[selectable\=true\]\:focus\:text-warning-foreground[data-selectable="true"]:focus {
  color: hsl(var(--heroui-warning-foreground) / 1);
}
.data-\[selectable\=true\]\:focus\:shadow-danger\/30[data-selectable="true"]:focus {
  --tw-shadow-color: hsl(var(--heroui-danger) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, hsl(var(--heroui-danger) / 1) 30%, transparent) var(--tw-shadow-alpha), transparent);
  }
}
.data-\[selectable\=true\]\:focus\:shadow-default\/50[data-selectable="true"]:focus {
  --tw-shadow-color: hsl(var(--heroui-default) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, hsl(var(--heroui-default) / 1) 50%, transparent) var(--tw-shadow-alpha), transparent);
  }
}
.data-\[selectable\=true\]\:focus\:shadow-primary\/30[data-selectable="true"]:focus {
  --tw-shadow-color: hsl(var(--heroui-primary) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, hsl(var(--heroui-primary) / 1) 30%, transparent) var(--tw-shadow-alpha), transparent);
  }
}
.data-\[selectable\=true\]\:focus\:shadow-secondary\/30[data-selectable="true"]:focus {
  --tw-shadow-color: hsl(var(--heroui-secondary) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, hsl(var(--heroui-secondary) / 1) 30%, transparent) var(--tw-shadow-alpha), transparent);
  }
}
.data-\[selectable\=true\]\:focus\:shadow-success\/30[data-selectable="true"]:focus {
  --tw-shadow-color: hsl(var(--heroui-success) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, hsl(var(--heroui-success) / 1) 30%, transparent) var(--tw-shadow-alpha), transparent);
  }
}
.data-\[selectable\=true\]\:focus\:shadow-warning\/30[data-selectable="true"]:focus {
  --tw-shadow-color: hsl(var(--heroui-warning) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, hsl(var(--heroui-warning) / 1) 30%, transparent) var(--tw-shadow-alpha), transparent);
  }
}
.data-\[selected\=true\]\:bg-danger[data-selected="true"] {
  background-color: hsl(var(--heroui-danger) / 1);
}
.data-\[selected\=true\]\:bg-default[data-selected="true"] {
  background-color: hsl(var(--heroui-default) / 1);
}
.data-\[selected\=true\]\:bg-foreground[data-selected="true"] {
  background-color: hsl(var(--heroui-foreground) / 1);
}
.data-\[selected\=true\]\:bg-primary[data-selected="true"] {
  background-color: hsl(var(--heroui-primary) / 1);
}
.data-\[selected\=true\]\:bg-secondary[data-selected="true"] {
  background-color: hsl(var(--heroui-secondary) / 1);
}
.data-\[selected\=true\]\:bg-success[data-selected="true"] {
  background-color: hsl(var(--heroui-success) / 1);
}
.data-\[selected\=true\]\:bg-warning[data-selected="true"] {
  background-color: hsl(var(--heroui-warning) / 1);
}
.data-\[selected\=true\]\:text-background[data-selected="true"] {
  color: hsl(var(--heroui-background) / 1);
}
.data-\[selected\=true\]\:text-danger[data-selected="true"] {
  color: hsl(var(--heroui-danger) / 1);
}
.data-\[selected\=true\]\:text-danger-foreground[data-selected="true"] {
  color: hsl(var(--heroui-danger-foreground) / 1);
}
.data-\[selected\=true\]\:text-default-foreground[data-selected="true"] {
  color: hsl(var(--heroui-default-foreground) / 1);
}
.data-\[selected\=true\]\:text-primary[data-selected="true"] {
  color: hsl(var(--heroui-primary) / 1);
}
.data-\[selected\=true\]\:text-primary-foreground[data-selected="true"] {
  color: hsl(var(--heroui-primary-foreground) / 1);
}
.data-\[selected\=true\]\:text-secondary[data-selected="true"] {
  color: hsl(var(--heroui-secondary) / 1);
}
.data-\[selected\=true\]\:text-secondary-foreground[data-selected="true"] {
  color: hsl(var(--heroui-secondary-foreground) / 1);
}
.data-\[selected\=true\]\:text-success-600[data-selected="true"] {
  color: hsl(var(--heroui-success-600) / 1);
}
.data-\[selected\=true\]\:text-success-foreground[data-selected="true"] {
  color: hsl(var(--heroui-success-foreground) / 1);
}
.data-\[selected\=true\]\:text-warning-600[data-selected="true"] {
  color: hsl(var(--heroui-warning-600) / 1);
}
.data-\[selected\=true\]\:text-warning-foreground[data-selected="true"] {
  color: hsl(var(--heroui-warning-foreground) / 1);
}
.data-\[selected\=true\]\:shadow-md[data-selected="true"] {
  --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.data-\[selected\=true\]\:shadow-none[data-selected="true"] {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.data-\[selected\=true\]\:shadow-danger\/40[data-selected="true"] {
  --tw-shadow-color: hsl(var(--heroui-danger) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, hsl(var(--heroui-danger) / 1) 40%, transparent) var(--tw-shadow-alpha), transparent);
  }
}
.data-\[selected\=true\]\:shadow-foreground\/40[data-selected="true"] {
  --tw-shadow-color: hsl(var(--heroui-foreground) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, hsl(var(--heroui-foreground) / 1) 40%, transparent) var(--tw-shadow-alpha), transparent);
  }
}
.data-\[selected\=true\]\:shadow-primary\/40[data-selected="true"] {
  --tw-shadow-color: hsl(var(--heroui-primary) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, hsl(var(--heroui-primary) / 1) 40%, transparent) var(--tw-shadow-alpha), transparent);
  }
}
.data-\[selected\=true\]\:shadow-secondary\/40[data-selected="true"] {
  --tw-shadow-color: hsl(var(--heroui-secondary) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, hsl(var(--heroui-secondary) / 1) 40%, transparent) var(--tw-shadow-alpha), transparent);
  }
}
.data-\[selected\=true\]\:shadow-success\/40[data-selected="true"] {
  --tw-shadow-color: hsl(var(--heroui-success) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, hsl(var(--heroui-success) / 1) 40%, transparent) var(--tw-shadow-alpha), transparent);
  }
}
.data-\[selected\=true\]\:shadow-warning\/40[data-selected="true"] {
  --tw-shadow-color: hsl(var(--heroui-warning) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, hsl(var(--heroui-warning) / 1) 40%, transparent) var(--tw-shadow-alpha), transparent);
  }
}
.data-\[selected\=true\]\:before\:opacity-100[data-selected="true"]::before {
  content: var(--tw-content);
  opacity: 100%;
}
.data-\[selected\=true\]\:after\:bg-danger[data-selected="true"]::after {
  content: var(--tw-content);
  background-color: hsl(var(--heroui-danger) / 1);
}
.data-\[selected\=true\]\:after\:bg-foreground[data-selected="true"]::after {
  content: var(--tw-content);
  background-color: hsl(var(--heroui-foreground) / 1);
}
.data-\[selected\=true\]\:after\:bg-primary[data-selected="true"]::after {
  content: var(--tw-content);
  background-color: hsl(var(--heroui-primary) / 1);
}
.data-\[selected\=true\]\:after\:bg-secondary[data-selected="true"]::after {
  content: var(--tw-content);
  background-color: hsl(var(--heroui-secondary) / 1);
}
.data-\[selected\=true\]\:after\:bg-success[data-selected="true"]::after {
  content: var(--tw-content);
  background-color: hsl(var(--heroui-success) / 1);
}
.data-\[selected\=true\]\:after\:bg-warning[data-selected="true"]::after {
  content: var(--tw-content);
  background-color: hsl(var(--heroui-warning) / 1);
}
.data-\[selected\=true\]\:after\:opacity-100[data-selected="true"]::after {
  content: var(--tw-content);
  opacity: 100%;
}
.data-\[selected\=true\]\:data-\[hover\=true\]\:bg-danger[data-selected="true"][data-hover="true"] {
  background-color: hsl(var(--heroui-danger) / 1);
}
.data-\[selected\=true\]\:data-\[hover\=true\]\:bg-foreground[data-selected="true"][data-hover="true"] {
  background-color: hsl(var(--heroui-foreground) / 1);
}
.data-\[selected\=true\]\:data-\[hover\=true\]\:bg-primary[data-selected="true"][data-hover="true"] {
  background-color: hsl(var(--heroui-primary) / 1);
}
.data-\[selected\=true\]\:data-\[hover\=true\]\:bg-secondary[data-selected="true"][data-hover="true"] {
  background-color: hsl(var(--heroui-secondary) / 1);
}
.data-\[selected\=true\]\:data-\[hover\=true\]\:bg-success[data-selected="true"][data-hover="true"] {
  background-color: hsl(var(--heroui-success) / 1);
}
.data-\[selected\=true\]\:data-\[hover\=true\]\:bg-warning[data-selected="true"][data-hover="true"] {
  background-color: hsl(var(--heroui-warning) / 1);
}
.data-\[selected\=true\]\:data-\[hover\=true\]\:text-background[data-selected="true"][data-hover="true"] {
  color: hsl(var(--heroui-background) / 1);
}
.data-\[selected\=true\]\:data-\[hover\=true\]\:text-danger-foreground[data-selected="true"][data-hover="true"] {
  color: hsl(var(--heroui-danger-foreground) / 1);
}
.data-\[selected\=true\]\:data-\[hover\=true\]\:text-primary-foreground[data-selected="true"][data-hover="true"] {
  color: hsl(var(--heroui-primary-foreground) / 1);
}
.data-\[selected\=true\]\:data-\[hover\=true\]\:text-secondary-foreground[data-selected="true"][data-hover="true"] {
  color: hsl(var(--heroui-secondary-foreground) / 1);
}
.data-\[selected\=true\]\:data-\[hover\=true\]\:text-success-foreground[data-selected="true"][data-hover="true"] {
  color: hsl(var(--heroui-success-foreground) / 1);
}
.data-\[selected\=true\]\:data-\[hover\=true\]\:text-warning-foreground[data-selected="true"][data-hover="true"] {
  color: hsl(var(--heroui-warning-foreground) / 1);
}
.data-\[selected\=true\]\:data-\[range-selection\=true\]\:bg-transparent[data-selected="true"][data-range-selection="true"] {
  background-color: transparent;
}
.data-\[selected\=true\]\:data-\[range-selection\=true\]\:text-danger-500[data-selected="true"][data-range-selection="true"] {
  color: hsl(var(--heroui-danger-500) / 1);
}
.data-\[selected\=true\]\:data-\[range-selection\=true\]\:text-foreground[data-selected="true"][data-range-selection="true"] {
  color: hsl(var(--heroui-foreground) / 1);
}
.data-\[selected\=true\]\:data-\[range-selection\=true\]\:text-primary[data-selected="true"][data-range-selection="true"] {
  color: hsl(var(--heroui-primary) / 1);
}
.data-\[selected\=true\]\:data-\[range-selection\=true\]\:text-secondary[data-selected="true"][data-range-selection="true"] {
  color: hsl(var(--heroui-secondary) / 1);
}
.data-\[selected\=true\]\:data-\[range-selection\=true\]\:text-success-600[data-selected="true"][data-range-selection="true"] {
  color: hsl(var(--heroui-success-600) / 1);
}
.data-\[selected\=true\]\:data-\[range-selection\=true\]\:text-warning-500[data-selected="true"][data-range-selection="true"] {
  color: hsl(var(--heroui-warning-500) / 1);
}
.data-\[selected\=true\]\:data-\[range-selection\=true\]\:before\:bg-danger-50[data-selected="true"][data-range-selection="true"]::before {
  content: var(--tw-content);
  background-color: hsl(var(--heroui-danger-50) / 1);
}
.data-\[selected\=true\]\:data-\[range-selection\=true\]\:before\:bg-foreground\/10[data-selected="true"][data-range-selection="true"]::before {
  content: var(--tw-content);
  background-color: hsl(var(--heroui-foreground) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, hsl(var(--heroui-foreground) / 1) 10%, transparent);
  }
}
.data-\[selected\=true\]\:data-\[range-selection\=true\]\:before\:bg-primary-50[data-selected="true"][data-range-selection="true"]::before {
  content: var(--tw-content);
  background-color: hsl(var(--heroui-primary-50) / 1);
}
.data-\[selected\=true\]\:data-\[range-selection\=true\]\:before\:bg-secondary-50[data-selected="true"][data-range-selection="true"]::before {
  content: var(--tw-content);
  background-color: hsl(var(--heroui-secondary-50) / 1);
}
.data-\[selected\=true\]\:data-\[range-selection\=true\]\:before\:bg-success-100[data-selected="true"][data-range-selection="true"]::before {
  content: var(--tw-content);
  background-color: hsl(var(--heroui-success-100) / 1);
}
.data-\[selected\=true\]\:data-\[range-selection\=true\]\:before\:bg-warning-100[data-selected="true"][data-range-selection="true"]::before {
  content: var(--tw-content);
  background-color: hsl(var(--heroui-warning-100) / 1);
}
.data-\[selected\=true\]\:data-\[range-selection\=true\]\:data-\[outside-month\=true\]\:bg-transparent[data-selected="true"][data-range-selection="true"][data-outside-month="true"] {
  background-color: transparent;
}
.data-\[selected\=true\]\:data-\[range-selection\=true\]\:data-\[outside-month\=true\]\:text-default-300[data-selected="true"][data-range-selection="true"][data-outside-month="true"] {
  color: hsl(var(--heroui-default-300) / 1);
}
.data-\[selection-end\=true\]\:before\:rounded-e-full[data-selection-end="true"]::before {
  content: var(--tw-content);
  border-start-end-radius: calc(infinity * 1px);
  border-end-end-radius: calc(infinity * 1px);
}
.data-\[selected\=true\]\:data-\[selection-end\=true\]\:shadow-md[data-selected="true"][data-selection-end="true"] {
  --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.data-\[selected\=true\]\:data-\[selection-end\=true\]\:data-\[range-selection\=true\]\:rounded-full[data-selected="true"][data-selection-end="true"][data-range-selection="true"] {
  border-radius: calc(infinity * 1px);
}
.data-\[selected\=true\]\:data-\[selection-end\=true\]\:data-\[range-selection\=true\]\:bg-danger[data-selected="true"][data-selection-end="true"][data-range-selection="true"] {
  background-color: hsl(var(--heroui-danger) / 1);
}
.data-\[selected\=true\]\:data-\[selection-end\=true\]\:data-\[range-selection\=true\]\:bg-foreground[data-selected="true"][data-selection-end="true"][data-range-selection="true"] {
  background-color: hsl(var(--heroui-foreground) / 1);
}
.data-\[selected\=true\]\:data-\[selection-end\=true\]\:data-\[range-selection\=true\]\:bg-primary[data-selected="true"][data-selection-end="true"][data-range-selection="true"] {
  background-color: hsl(var(--heroui-primary) / 1);
}
.data-\[selected\=true\]\:data-\[selection-end\=true\]\:data-\[range-selection\=true\]\:bg-secondary[data-selected="true"][data-selection-end="true"][data-range-selection="true"] {
  background-color: hsl(var(--heroui-secondary) / 1);
}
.data-\[selected\=true\]\:data-\[selection-end\=true\]\:data-\[range-selection\=true\]\:bg-success[data-selected="true"][data-selection-end="true"][data-range-selection="true"] {
  background-color: hsl(var(--heroui-success) / 1);
}
.data-\[selected\=true\]\:data-\[selection-end\=true\]\:data-\[range-selection\=true\]\:bg-warning[data-selected="true"][data-selection-end="true"][data-range-selection="true"] {
  background-color: hsl(var(--heroui-warning) / 1);
}
.data-\[selected\=true\]\:data-\[selection-end\=true\]\:data-\[range-selection\=true\]\:text-background[data-selected="true"][data-selection-end="true"][data-range-selection="true"] {
  color: hsl(var(--heroui-background) / 1);
}
.data-\[selected\=true\]\:data-\[selection-end\=true\]\:data-\[range-selection\=true\]\:text-danger-foreground[data-selected="true"][data-selection-end="true"][data-range-selection="true"] {
  color: hsl(var(--heroui-danger-foreground) / 1);
}
.data-\[selected\=true\]\:data-\[selection-end\=true\]\:data-\[range-selection\=true\]\:text-primary-foreground[data-selected="true"][data-selection-end="true"][data-range-selection="true"] {
  color: hsl(var(--heroui-primary-foreground) / 1);
}
.data-\[selected\=true\]\:data-\[selection-end\=true\]\:data-\[range-selection\=true\]\:text-secondary-foreground[data-selected="true"][data-selection-end="true"][data-range-selection="true"] {
  color: hsl(var(--heroui-secondary-foreground) / 1);
}
.data-\[selected\=true\]\:data-\[selection-end\=true\]\:data-\[range-selection\=true\]\:text-success-foreground[data-selected="true"][data-selection-end="true"][data-range-selection="true"] {
  color: hsl(var(--heroui-success-foreground) / 1);
}
.data-\[selected\=true\]\:data-\[selection-end\=true\]\:data-\[range-selection\=true\]\:text-warning-foreground[data-selected="true"][data-selection-end="true"][data-range-selection="true"] {
  color: hsl(var(--heroui-warning-foreground) / 1);
}
.data-\[selected\=true\]\:data-\[selection-end\=true\]\:data-\[range-selection\=true\]\:before\:\!bg-primary[data-selected="true"][data-selection-end="true"][data-range-selection="true"]::before {
  content: var(--tw-content);
  background-color: hsl(var(--heroui-primary) / 1) !important;
}
.data-\[selection-start\=true\]\:before\:rounded-s-full[data-selection-start="true"]::before {
  content: var(--tw-content);
  border-start-start-radius: calc(infinity * 1px);
  border-end-start-radius: calc(infinity * 1px);
}
.data-\[selected\=true\]\:data-\[selection-start\=true\]\:shadow-md[data-selected="true"][data-selection-start="true"] {
  --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.data-\[selected\=true\]\:data-\[selection-start\=true\]\:data-\[range-selection\=true\]\:rounded-full[data-selected="true"][data-selection-start="true"][data-range-selection="true"] {
  border-radius: calc(infinity * 1px);
}
.data-\[selected\=true\]\:data-\[selection-start\=true\]\:data-\[range-selection\=true\]\:bg-danger[data-selected="true"][data-selection-start="true"][data-range-selection="true"] {
  background-color: hsl(var(--heroui-danger) / 1);
}
.data-\[selected\=true\]\:data-\[selection-start\=true\]\:data-\[range-selection\=true\]\:bg-foreground[data-selected="true"][data-selection-start="true"][data-range-selection="true"] {
  background-color: hsl(var(--heroui-foreground) / 1);
}
.data-\[selected\=true\]\:data-\[selection-start\=true\]\:data-\[range-selection\=true\]\:bg-primary[data-selected="true"][data-selection-start="true"][data-range-selection="true"] {
  background-color: hsl(var(--heroui-primary) / 1);
}
.data-\[selected\=true\]\:data-\[selection-start\=true\]\:data-\[range-selection\=true\]\:bg-secondary[data-selected="true"][data-selection-start="true"][data-range-selection="true"] {
  background-color: hsl(var(--heroui-secondary) / 1);
}
.data-\[selected\=true\]\:data-\[selection-start\=true\]\:data-\[range-selection\=true\]\:bg-success[data-selected="true"][data-selection-start="true"][data-range-selection="true"] {
  background-color: hsl(var(--heroui-success) / 1);
}
.data-\[selected\=true\]\:data-\[selection-start\=true\]\:data-\[range-selection\=true\]\:bg-warning[data-selected="true"][data-selection-start="true"][data-range-selection="true"] {
  background-color: hsl(var(--heroui-warning) / 1);
}
.data-\[selected\=true\]\:data-\[selection-start\=true\]\:data-\[range-selection\=true\]\:text-background[data-selected="true"][data-selection-start="true"][data-range-selection="true"] {
  color: hsl(var(--heroui-background) / 1);
}
.data-\[selected\=true\]\:data-\[selection-start\=true\]\:data-\[range-selection\=true\]\:text-danger-foreground[data-selected="true"][data-selection-start="true"][data-range-selection="true"] {
  color: hsl(var(--heroui-danger-foreground) / 1);
}
.data-\[selected\=true\]\:data-\[selection-start\=true\]\:data-\[range-selection\=true\]\:text-primary-foreground[data-selected="true"][data-selection-start="true"][data-range-selection="true"] {
  color: hsl(var(--heroui-primary-foreground) / 1);
}
.data-\[selected\=true\]\:data-\[selection-start\=true\]\:data-\[range-selection\=true\]\:text-secondary-foreground[data-selected="true"][data-selection-start="true"][data-range-selection="true"] {
  color: hsl(var(--heroui-secondary-foreground) / 1);
}
.data-\[selected\=true\]\:data-\[selection-start\=true\]\:data-\[range-selection\=true\]\:text-success-foreground[data-selected="true"][data-selection-start="true"][data-range-selection="true"] {
  color: hsl(var(--heroui-success-foreground) / 1);
}
.data-\[selected\=true\]\:data-\[selection-start\=true\]\:data-\[range-selection\=true\]\:text-warning-foreground[data-selected="true"][data-selection-start="true"][data-range-selection="true"] {
  color: hsl(var(--heroui-warning-foreground) / 1);
}
.data-\[selected\=true\]\:data-\[selection-start\=true\]\:data-\[range-selection\=true\]\:before\:\!bg-primary[data-selected="true"][data-selection-start="true"][data-range-selection="true"]::before {
  content: var(--tw-content);
  background-color: hsl(var(--heroui-primary) / 1) !important;
}
.data-\[sortable\=true\]\:cursor-pointer[data-sortable="true"] {
  cursor: pointer;
}
.data-\[toast-exiting\=true\]\:transform-gpu[data-toast-exiting="true"] {
  transform: translateZ(0) var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.data-\[toast-exiting\=true\]\:opacity-0[data-toast-exiting="true"] {
  opacity: 0%;
}
.data-\[toast-exiting\=true\]\:transition-all[data-toast-exiting="true"] {
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.data-\[toast-exiting\=true\]\:duration-300[data-toast-exiting="true"] {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.data-\[toast-exiting\=true\]\:ease-out[data-toast-exiting="true"] {
  --tw-ease: var(--ease-out);
  transition-timing-function: var(--ease-out);
}
.data-\[toast-exiting\=true\]\:will-change-transform[data-toast-exiting="true"] {
  will-change: transform;
}
.data-\[toast-exiting\=true\]\:data-\[placement\=bottom-center\]\:translate-y-full[data-toast-exiting="true"][data-placement="bottom-center"] {
  --tw-translate-y: 100%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.data-\[toast-exiting\=true\]\:data-\[placement\=bottom-left\]\:-translate-x-full[data-toast-exiting="true"][data-placement="bottom-left"] {
  --tw-translate-x: -100%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.data-\[toast-exiting\=true\]\:data-\[placement\=bottom-right\]\:translate-x-full[data-toast-exiting="true"][data-placement="bottom-right"] {
  --tw-translate-x: 100%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.data-\[toast-exiting\=true\]\:data-\[placement\=top-center\]\:-translate-y-full[data-toast-exiting="true"][data-placement="top-center"] {
  --tw-translate-y: -100%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.data-\[toast-exiting\=true\]\:data-\[placement\=top-left\]\:-translate-x-full[data-toast-exiting="true"][data-placement="top-left"] {
  --tw-translate-x: -100%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.data-\[toast-exiting\=true\]\:data-\[placement\=top-right\]\:translate-x-full[data-toast-exiting="true"][data-placement="top-right"] {
  --tw-translate-x: 100%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.data-\[top-bottom-scroll\=true\]\:\[mask-image\:linear-gradient\(\#000\,\#000\,transparent_0\,\#000_var\(--scroll-shadow-size\)\,\#000_calc\(100\%_-_var\(--scroll-shadow-size\)\)\,transparent\)\][data-top-bottom-scroll="true"] {
  mask-image: linear-gradient(#000,#000,transparent 0,#000 var(--scroll-shadow-size),#000 calc(100% - var(--scroll-shadow-size)),transparent);
}
.data-\[top-scroll\=true\]\:\[mask-image\:linear-gradient\(0deg\,\#000_calc\(100\%_-_var\(--scroll-shadow-size\)\)\,transparent\)\][data-top-scroll="true"] {
  mask-image: linear-gradient(0deg,#000 calc(100% - var(--scroll-shadow-size)),transparent);
}
.data-\[type\=color\]\:rounded-none[data-type="color"] {
  border-radius: 0;
}
.data-\[unavailable\=true\]\:cursor-default[data-unavailable="true"] {
  cursor: default;
}
.data-\[unavailable\=true\]\:text-default-300[data-unavailable="true"] {
  color: hsl(var(--heroui-default-300) / 1);
}
.data-\[unavailable\=true\]\:line-through[data-unavailable="true"] {
  text-decoration-line: line-through;
}
.data-\[visible\=false\]\:hidden[data-visible="false"] {
  display: none;
}
.data-\[visible\=true\]\:pointer-events-auto[data-visible="true"] {
  pointer-events: auto;
}
.data-\[visible\=true\]\:cursor-pointer[data-visible="true"] {
  cursor: pointer;
}
.data-\[visible\=true\]\:opacity-100[data-visible="true"] {
  opacity: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .motion-reduce\:scale-100 {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .motion-reduce\:transition-none {
    transition-property: none;
  }
  .motion-reduce\:after\:transition-none::after {
    content: var(--tw-content);
    transition-property: none;
  }
}
@media (width >= 40rem) {
  .sm\:m-0 {
    margin: 0px;
  }
  .sm\:mx-0 {
    margin-inline: 0px;
  }
  .sm\:mx-1 {
    margin-inline: var(--spacing);
  }
  .sm\:mx-6 {
    margin-inline: calc(var(--spacing) * 6);
  }
  .sm\:my-0 {
    margin-block: 0px;
  }
  .sm\:my-16 {
    margin-block: calc(var(--spacing) * 16);
  }
  .sm\:w-\[356px\] {
    width: 356px;
  }
  .sm\:w-auto {
    width: auto;
  }
  .sm\:items-center {
    align-items: center;
  }
  .sm\:items-end {
    align-items: flex-end;
  }
  .sm\:items-start {
    align-items: flex-start;
  }
  .sm\:px-0 {
    padding-inline: 0px;
  }
  .sm\:\[--scale-enter\:100\%\] {
    --scale-enter: 100%;
  }
  .sm\:\[--scale-exit\:103\%\] {
    --scale-exit: 103%;
  }
  .sm\:\[--slide-enter\:0px\] {
    --slide-enter: 0px;
  }
  .sm\:\[--slide-exit\:0px\] {
    --slide-exit: 0px;
  }
  .sm\:data-\[placement\=bottom-center\]\:mx-auto[data-placement="bottom-center"] {
    margin-inline: auto;
  }
  .sm\:data-\[placement\=bottom-center\]\:w-max[data-placement="bottom-center"] {
    width: max-content;
  }
  .sm\:data-\[placement\=bottom-left\]\:ml-2[data-placement="bottom-left"] {
    margin-left: calc(var(--spacing) * 2);
  }
  .sm\:data-\[placement\=bottom-left\]\:w-max[data-placement="bottom-left"] {
    width: max-content;
  }
  .sm\:data-\[placement\=bottom-right\]\:mr-2[data-placement="bottom-right"] {
    margin-right: calc(var(--spacing) * 2);
  }
  .sm\:data-\[placement\=bottom-right\]\:w-max[data-placement="bottom-right"] {
    width: max-content;
  }
  .sm\:data-\[placement\=top-center\]\:mx-auto[data-placement="top-center"] {
    margin-inline: auto;
  }
  .sm\:data-\[placement\=top-center\]\:w-max[data-placement="top-center"] {
    width: max-content;
  }
  .sm\:data-\[placement\=top-left\]\:ml-2[data-placement="top-left"] {
    margin-left: calc(var(--spacing) * 2);
  }
  .sm\:data-\[placement\=top-left\]\:w-max[data-placement="top-left"] {
    width: max-content;
  }
  .sm\:data-\[placement\=top-right\]\:mr-2[data-placement="top-right"] {
    margin-right: calc(var(--spacing) * 2);
  }
  .sm\:data-\[placement\=top-right\]\:w-max[data-placement="top-right"] {
    width: max-content;
  }
  .sm\:data-\[visible\=true\]\:pointer-events-none[data-visible="true"] {
    pointer-events: none;
  }
  .sm\:data-\[visible\=true\]\:opacity-0[data-visible="true"] {
    opacity: 0%;
  }
  .sm\:group-data-\[hover\=true\]\:data-\[visible\=true\]\:pointer-events-auto:is(:where(.group)[data-hover="true"] *)[data-visible="true"] {
    pointer-events: auto;
  }
  .sm\:group-data-\[hover\=true\]\:data-\[visible\=true\]\:opacity-100:is(:where(.group)[data-hover="true"] *)[data-visible="true"] {
    opacity: 100%;
  }
}
.rtl\:right-auto:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
  right: auto;
}
.rtl\:left-2:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
  left: calc(var(--spacing) * 2);
}
.rtl\:origin-top-right:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
  transform-origin: 100% 0;
}
.rtl\:-rotate-180:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
  rotate: calc(180deg * -1);
}
.rtl\:rotate-180:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
  rotate: 180deg;
}
.rtl\:flex-row-reverse:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
  flex-direction: row-reverse;
}
:where(.rtl\:space-x-reverse:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) > :not(:last-child)) {
  --tw-space-x-reverse: 1;
}
.rtl\:data-\[focus-visible\=true\]\:translate-x-3:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *)[data-focus-visible="true"] {
  --tw-translate-x: calc(var(--spacing) * 3);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.rtl\:data-\[hover\=true\]\:translate-x-3:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *)[data-hover="true"] {
  --tw-translate-x: calc(var(--spacing) * 3);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.rtl\:data-\[open\=true\]\:-rotate-90:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *)[data-open="true"] {
  rotate: calc(90deg * -1);
}
.dark\:border-danger-100:is(.dark *) {
  border-color: hsl(var(--heroui-danger-100) / 1);
}
.dark\:border-default-200:is(.dark *) {
  border-color: hsl(var(--heroui-default-200) / 1);
}
.dark\:border-primary-100:is(.dark *) {
  border-color: hsl(var(--heroui-primary-100) / 1);
}
.dark\:border-success-100:is(.dark *) {
  border-color: hsl(var(--heroui-success-100) / 1);
}
.dark\:border-warning-100:is(.dark *) {
  border-color: hsl(var(--heroui-warning-100) / 1);
}
.dark\:bg-background:is(.dark *) {
  background-color: hsl(var(--heroui-background) / 1);
}
.dark\:bg-background\/20:is(.dark *) {
  background-color: hsl(var(--heroui-background) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, hsl(var(--heroui-background) / 1) 20%, transparent);
  }
}
.dark\:bg-content2:is(.dark *) {
  background-color: hsl(var(--heroui-content2) / 1);
}
.dark\:bg-danger-50:is(.dark *) {
  background-color: hsl(var(--heroui-danger-50) / 1);
}
.dark\:bg-danger-50\/50:is(.dark *) {
  background-color: hsl(var(--heroui-danger-50) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, hsl(var(--heroui-danger-50) / 1) 50%, transparent);
  }
}
.dark\:bg-danger-100:is(.dark *) {
  background-color: hsl(var(--heroui-danger-100) / 1);
}
.dark\:bg-default:is(.dark *) {
  background-color: hsl(var(--heroui-default) / 1);
}
.dark\:bg-default-50\/50:is(.dark *) {
  background-color: hsl(var(--heroui-default-50) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, hsl(var(--heroui-default-50) / 1) 50%, transparent);
  }
}
.dark\:bg-default-100:is(.dark *) {
  background-color: hsl(var(--heroui-default-100) / 1);
}
.dark\:bg-primary-50:is(.dark *) {
  background-color: hsl(var(--heroui-primary-50) / 1);
}
.dark\:bg-primary-50\/50:is(.dark *) {
  background-color: hsl(var(--heroui-primary-50) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, hsl(var(--heroui-primary-50) / 1) 50%, transparent);
  }
}
.dark\:bg-primary-100:is(.dark *) {
  background-color: hsl(var(--heroui-primary-100) / 1);
}
.dark\:bg-secondary-50:is(.dark *) {
  background-color: hsl(var(--heroui-secondary-50) / 1);
}
.dark\:bg-secondary-50\/50:is(.dark *) {
  background-color: hsl(var(--heroui-secondary-50) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, hsl(var(--heroui-secondary-50) / 1) 50%, transparent);
  }
}
.dark\:bg-secondary-100:is(.dark *) {
  background-color: hsl(var(--heroui-secondary-100) / 1);
}
.dark\:bg-success-50:is(.dark *) {
  background-color: hsl(var(--heroui-success-50) / 1);
}
.dark\:bg-success-50\/50:is(.dark *) {
  background-color: hsl(var(--heroui-success-50) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, hsl(var(--heroui-success-50) / 1) 50%, transparent);
  }
}
.dark\:bg-success-100:is(.dark *) {
  background-color: hsl(var(--heroui-success-100) / 1);
}
.dark\:bg-transparent:is(.dark *) {
  background-color: transparent;
}
.dark\:bg-warning-50:is(.dark *) {
  background-color: hsl(var(--heroui-warning-50) / 1);
}
.dark\:bg-warning-50\/50:is(.dark *) {
  background-color: hsl(var(--heroui-warning-50) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, hsl(var(--heroui-warning-50) / 1) 50%, transparent);
  }
}
.dark\:bg-warning-100:is(.dark *) {
  background-color: hsl(var(--heroui-warning-100) / 1);
}
.dark\:text-danger-500:is(.dark *) {
  color: hsl(var(--heroui-danger-500) / 1);
}
.dark\:text-success:is(.dark *) {
  color: hsl(var(--heroui-success) / 1);
}
.dark\:text-warning:is(.dark *) {
  color: hsl(var(--heroui-warning) / 1);
}
.dark\:placeholder\:text-danger-500:is(.dark *)::placeholder {
  color: hsl(var(--heroui-danger-500) / 1);
}
.dark\:placeholder\:text-success:is(.dark *)::placeholder {
  color: hsl(var(--heroui-success) / 1);
}
.dark\:placeholder\:text-warning:is(.dark *)::placeholder {
  color: hsl(var(--heroui-warning) / 1);
}
.dark\:before\:via-default-700\/10:is(.dark *)::before {
  content: var(--tw-content);
  --tw-gradient-via: hsl(var(--heroui-default-700) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    --tw-gradient-via: color-mix(in oklab, hsl(var(--heroui-default-700) / 1) 10%, transparent);
  }
  --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-via-stops);
}
.dark\:after\:bg-content2:is(.dark *)::after {
  content: var(--tw-content);
  background-color: hsl(var(--heroui-content2) / 1);
}
.dark\:autofill\:\[-webkit-text-fill-color\:hsl\(var\(--heroui-foreground\)\)\]:is(.dark *):autofill {
  -webkit-text-fill-color: hsl(var(--heroui-foreground));
}
.dark\:focus\:bg-danger-400\/20:is(.dark *):focus {
  background-color: hsl(var(--heroui-danger-400) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, hsl(var(--heroui-danger-400) / 1) 20%, transparent);
  }
}
.dark\:focus\:bg-success-400\/20:is(.dark *):focus {
  background-color: hsl(var(--heroui-success-400) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, hsl(var(--heroui-success-400) / 1) 20%, transparent);
  }
}
.dark\:focus\:bg-warning-400\/20:is(.dark *):focus {
  background-color: hsl(var(--heroui-warning-400) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, hsl(var(--heroui-warning-400) / 1) 20%, transparent);
  }
}
.dark\:data-\[hover\=true\]\:bg-content2:is(.dark *)[data-hover="true"] {
  background-color: hsl(var(--heroui-content2) / 1);
}
.dark\:data-\[hover\=true\]\:bg-danger-50:is(.dark *)[data-hover="true"] {
  background-color: hsl(var(--heroui-danger-50) / 1);
}
.dark\:data-\[hover\=true\]\:bg-success-50:is(.dark *)[data-hover="true"] {
  background-color: hsl(var(--heroui-success-50) / 1);
}
.dark\:data-\[hover\=true\]\:bg-warning-50:is(.dark *)[data-hover="true"] {
  background-color: hsl(var(--heroui-warning-50) / 1);
}
.dark\:data-\[hover\=true\]\:text-danger-500:is(.dark *)[data-hover="true"] {
  color: hsl(var(--heroui-danger-500) / 1);
}
.dark\:data-\[hover\=true\]\:text-success-500:is(.dark *)[data-hover="true"] {
  color: hsl(var(--heroui-success-500) / 1);
}
.dark\:data-\[hover\=true\]\:text-warning-500:is(.dark *)[data-hover="true"] {
  color: hsl(var(--heroui-warning-500) / 1);
}
.dark\:data-\[invalid\=true\]\:focus\:bg-danger-400\/20:is(.dark *)[data-invalid="true"]:focus {
  background-color: hsl(var(--heroui-danger-400) / 1);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, hsl(var(--heroui-danger-400) / 1) 20%, transparent);
  }
}
.dark\:data-\[selected\=true\]\:text-danger-500:is(.dark *)[data-selected="true"] {
  color: hsl(var(--heroui-danger-500) / 1);
}
.dark\:data-\[selected\=true\]\:text-success:is(.dark *)[data-selected="true"] {
  color: hsl(var(--heroui-success) / 1);
}
.dark\:data-\[selected\=true\]\:text-warning:is(.dark *)[data-selected="true"] {
  color: hsl(var(--heroui-warning) / 1);
}
.dark\:data-\[selected\=true\]\:data-\[hover\=true\]\:bg-danger:is(.dark *)[data-selected="true"][data-hover="true"] {
  background-color: hsl(var(--heroui-danger) / 1);
}
.dark\:data-\[selected\=true\]\:data-\[hover\=true\]\:bg-success:is(.dark *)[data-selected="true"][data-hover="true"] {
  background-color: hsl(var(--heroui-success) / 1);
}
.dark\:data-\[selected\=true\]\:data-\[hover\=true\]\:bg-warning:is(.dark *)[data-selected="true"][data-hover="true"] {
  background-color: hsl(var(--heroui-warning) / 1);
}
.dark\:data-\[selected\=true\]\:data-\[hover\=true\]\:text-danger-foreground:is(.dark *)[data-selected="true"][data-hover="true"] {
  color: hsl(var(--heroui-danger-foreground) / 1);
}
.dark\:data-\[selected\=true\]\:data-\[hover\=true\]\:text-success-foreground:is(.dark *)[data-selected="true"][data-hover="true"] {
  color: hsl(var(--heroui-success-foreground) / 1);
}
.dark\:data-\[selected\=true\]\:data-\[hover\=true\]\:text-warning-foreground:is(.dark *)[data-selected="true"][data-hover="true"] {
  color: hsl(var(--heroui-warning-foreground) / 1);
}
.dark\:data-\[selected\=true\]\:data-\[range-selection\=true\]\:text-success-500:is(.dark *)[data-selected="true"][data-range-selection="true"] {
  color: hsl(var(--heroui-success-500) / 1);
}
.dark\:data-\[selected\=true\]\:data-\[range-selection\=true\]\:before\:bg-success-50:is(.dark *)[data-selected="true"][data-range-selection="true"]::before {
  content: var(--tw-content);
  background-color: hsl(var(--heroui-success-50) / 1);
}
.dark\:data-\[selected\=true\]\:data-\[range-selection\=true\]\:before\:bg-warning-50:is(.dark *)[data-selected="true"][data-range-selection="true"]::before {
  content: var(--tw-content);
  background-color: hsl(var(--heroui-warning-50) / 1);
}
.dark\:data-\[selected\=true\]\:data-\[selection-end\=true\]\:data-\[range-selection\=true\]\:text-success-foreground:is(.dark *)[data-selected="true"][data-selection-end="true"][data-range-selection="true"] {
  color: hsl(var(--heroui-success-foreground) / 1);
}
.dark\:data-\[selected\=true\]\:data-\[selection-start\=true\]\:data-\[range-selection\=true\]\:text-success-foreground:is(.dark *)[data-selected="true"][data-selection-start="true"][data-range-selection="true"] {
  color: hsl(var(--heroui-success-foreground) / 1);
}
.\[\&_\.chevron-icon\]\:flex-none .chevron-icon {
  flex: none;
}
.\[\&_\.chevron-icon\]\:rotate-180 .chevron-icon {
  rotate: 180deg;
}
.\[\&_\.chevron-icon\]\:transition-transform .chevron-icon {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.\[\&\+\.border-medium\.border-danger\]\:ms-\[calc\(var\(--heroui-border-width-medium\)\*-1\)\] + .border-medium.border-danger {
  margin-inline-start: calc(var(--heroui-border-width-medium) * -1);
}
.\[\&\+\.border-medium\.border-default\]\:ms-\[calc\(var\(--heroui-border-width-medium\)\*-1\)\] + .border-medium.border-default {
  margin-inline-start: calc(var(--heroui-border-width-medium) * -1);
}
.\[\&\+\.border-medium\.border-primary\]\:ms-\[calc\(var\(--heroui-border-width-medium\)\*-1\)\] + .border-medium.border-primary {
  margin-inline-start: calc(var(--heroui-border-width-medium) * -1);
}
.\[\&\+\.border-medium\.border-secondary\]\:ms-\[calc\(var\(--heroui-border-width-medium\)\*-1\)\] + .border-medium.border-secondary {
  margin-inline-start: calc(var(--heroui-border-width-medium) * -1);
}
.\[\&\+\.border-medium\.border-success\]\:ms-\[calc\(var\(--heroui-border-width-medium\)\*-1\)\] + .border-medium.border-success {
  margin-inline-start: calc(var(--heroui-border-width-medium) * -1);
}
.\[\&\+\.border-medium\.border-warning\]\:ms-\[calc\(var\(--heroui-border-width-medium\)\*-1\)\] + .border-medium.border-warning {
  margin-inline-start: calc(var(--heroui-border-width-medium) * -1);
}
.\[\&\:\:-ms-reveal\]\:hidden::-ms-reveal {
  display: none;
}
.\[tracking\=\"true\"\]\:visible:is(tracking="true") {
  visibility: visible;
}
.\[\&\:not\(\:first-child\)\]\:-ml-1:not(:first-child) {
  margin-left: calc(var(--spacing) * -1);
}
.\[\&\:not\(\:first-child\)\:not\(\:last-child\)\]\:rounded-none:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.\[\&\:not\(\:first-of-type\)\]\:ms-\[calc\(theme\(borderWidth\.2\)\*-1\)\]:not(:first-of-type) {
  margin-inline-start: calc(2px * -1);
}
.\[\&\:not\(\:first-of-type\)\:not\(\:last-of-type\)\]\:rounded-none:not(:first-of-type):not(:last-of-type) {
  border-radius: 0;
}
.\[\&\>\*\]\:relative > * {
  position: relative;
}
.\[\&\>\*\]\:z-1 > * {
  z-index: 1;
}
.\[\&\>svg\]\:max-w-\[theme\(spacing\.8\)\] > svg {
  max-width: 2rem;
}
.\[\&\>tr\]\:first\:rounded-lg > tr:first-child {
  border-radius: var(--radius-lg);
}
.\[\&\>tr\]\:first\:shadow-small > tr:first-child {
  --tw-shadow: var(--heroui-box-shadow-small);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.\[\&\[data-hover\=true\]\:not\(\[data-active\=true\]\)\]\:bg-default-100[data-hover=true]:not([data-active=true]) {
  background-color: hsl(var(--heroui-default-100) / 1);
}
.\[\&\[data-hover\=true\]\:not\(\[data-active\=true\]\)\]\:bg-default-200[data-hover=true]:not([data-active=true]) {
  background-color: hsl(var(--heroui-default-200) / 1);
}
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, 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-red-100: oklch(93.6% 0.032 17.717);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-orange-500: oklch(70.5% 0.213 47.604);
    --color-green-100: oklch(96.2% 0.044 156.743);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-neutral-50: oklch(98.5% 0 none);
    --color-neutral-300: oklch(87% 0 none);
    --color-neutral-700: oklch(37.1% 0 none);
    --color-neutral-900: oklch(20.5% 0 none);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 4px;
    --container-xs: 20rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --container-7xl: 80rem;
    --text-xs: 12px;
    --text-xs--line-height: 16px;
    --text-sm: 14px;
    --text-sm--line-height: 20px;
    --text-base: 16px;
    --text-base--line-height: 24px;
    --text-lg: 18px;
    --text-lg--line-height: 28px;
    --text-xl: 20px;
    --text-xl--line-height: 28px;
    --text-2xl: 24px;
    --text-2xl--line-height: 32px;
    --text-3xl: 30px;
    --text-3xl--line-height: 36px;
    --text-4xl: 36px;
    --text-4xl--line-height: 40px;
    --font-weight-extralight: 200;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-normal: 0em;
    --tracking-wide: 0.025em;
    --tracking-wider: 0.05em;
    --tracking-widest: 0.1em;
    --leading-tight: 1.25;
    --leading-normal: 1.5;
    --leading-relaxed: 1.625;
    --leading-loose: 2;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-spin: spin 1s linear infinite;
    --blur-sm: 8px;
    --blur-md: 12px;
    --blur-lg: 16px;
    --blur-xl: 24px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, 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;
    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 {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :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)) {
        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, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities;
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: normal !important;
}
.cor-saldo-positivo {
  color: #1b5e20 !important;
}
.cor-saldo-negativo {
  color: red !important;
}
table > thead > tr > th {
  font-weight: bold !important;
}
.paytrack .ant-form-item-label {
  line-height: 10px !important;
}
.unvisible {
  display: none;
}
.paytrack {
  background-color: #f2f3f8;
  font: 14px/20px "Montserrat-Regular", sans-serif;
}
.white-background {
  background-color: white;
}
.ant-table, .ant-modal, .ant-timeline, .ant-badge, .ant-statistic, .ant-list, .ant-picker-dropdown, .ant-form-item, .ant-picker, .ant-form, .ant-input {
  font-feature-settings: normal !important;
}
ul[role="listbox"] {
  margin-bottom: 0;
}
.collapse {
  visibility: unset;
}
.bg-success {
  background-color: #5cb85c;
}
#toast-container > div > .toast-close-button {
  position: absolute;
  top: 0.3em;
  right: 0.3em;
  float: none;
}
@layer component {
  .input-group-legacy {
    display: table;
    box-shadow: none;
    min-height: inherit;
  }
  .line-height-legacy {
    line-height: inherit !important;
  }
  .wrapper {
    line-height: 1.42857143 !important;
  }
  .alert-warning-legacy {
    color: #8a6d3b !important;
    background-color: #fcf8e3 !important;
    border-color: #faebcc !important;
    border-radius: 8px !important;
  }
  .alert-info-legacy {
    color: #31708f !important;
    background-color: #d9edf7 !important;
    border-color: #bce8f1 !important;
    border-radius: 8px !important;
  }
  .alert-danger-legacy {
    color: #a94442 !important;
    background-color: #f2dede !important;
    border-color: #ebccd1 !important;
    border-radius: 8px !important;
  }
  .alert-success-legacy {
    color: #3c763d !important;
    background-color: #dff0d8 !important;
    border-color: #d6e9c6 !important;
    border-radius: 8px !important;
  }
}
.top-4 {
  top: calc(var(--spacing) * 4);
}
.right-4 {
  right: calc(var(--spacing) * 4);
}
.min-w-\[448px\] {
  min-width: 448px;
}
.self-stretch {
  align-self: stretch;
}
.border-t-0 {
  border-top-style: var(--tw-border-style);
  border-top-width: 0px;
}
.border-b-0 {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 0px;
}
.border-\[\#1D2946\] {
  border-color: #1d2946;
}
.bg-\[\#FCF2E9\] {
  background-color: #fcf2e9;
}
.px-10 {
  padding-inline: calc(var(--spacing) * 10);
}
.py-6 {
  padding-block: calc(var(--spacing) * 6);
}
.py-8 {
  padding-block: calc(var(--spacing) * 8);
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[24px\] {
  font-size: 24px;
}
.leading-\[24px\] {
  --tw-leading: 24px;
  line-height: 24px;
}
.font-\[400\] {
  --tw-font-weight: 400;
  font-weight: 400;
}
.text-\[\#1D2946\] {
  color: #1d2946;
}
.text-\[\#9C4A02\] {
  color: #9c4a02;
}
.text-\[\#171717\] {
  color: #171717;
}
.datatable-impl label > span:first-of-type {
  width: 16px !important;
  height: 16px !important;
}
.datatable-impl label > span:first-of-type svg {
  width: 16px !important;
  height: 16px !important;
}
.datatable-impl th {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.tabs-impl [data-slot="tabContent"] {
  font-size: 16px;
}
:root, .light, .dark {
  --heroui-font-size-tiny: 10px;
  --heroui-line-height-tiny: 14px;
  --heroui-font-size-small: 12px;
  --heroui-line-height-small: 16px;
  --heroui-font-size-medium: 14px;
  --heroui-line-height-medium: 20px;
  --heroui-font-size-large: 16px;
  --heroui-line-height-large: 24px;
}
img, svg, video, canvas, audio, iframe, embed, object {
  vertical-align: unset;
}
@layer base {
  :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.81999999999994 24.44% 8.82%;
    --heroui-divider: 0 0% 6.67%;
    --heroui-focus: 212.01999999999998 100% 46.67%;
    --heroui-overlay: 0 0% 0%;
    --heroui-content1: 0 0% 100%;
    --heroui-content1-foreground: 201.81999999999994 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: 210 11.11% 96.47%;
    --heroui-default-100: 222.86 14.89% 90.78%;
    --heroui-default-200: 225 15.79% 85.1%;
    --heroui-default-300: 225.88 16.19% 79.41%;
    --heroui-default-400: 226.36 16.42% 73.73%;
    --heroui-default-500: 211.20000000000005 11.63% 42.16%;
    --heroui-default-600: 211.29999999999995 11.79% 38.24%;
    --heroui-default-700: 211.43000000000006 12% 34.31%;
    --heroui-default-800: 211.58000000000004 12.26% 30.39%;
    --heroui-default-900: 220 16.07% 21.96%;
    --heroui-default-foreground: 0 0% 0%;
    --heroui-default: 211.20000000000005 11.63% 42.16%;
    --heroui-primary-50: 216 20% 95.1%;
    --heroui-primary-100: 218.81999999999994 24.64% 86.47%;
    --heroui-primary-200: 219.30999999999995 25.66% 77.84%;
    --heroui-primary-300: 219.51 26.11% 69.22%;
    --heroui-primary-400: 213.21000000000004 28.28% 61.18%;
    --heroui-primary-500: 222.44000000000005 41.41% 19.41%;
    --heroui-primary-600: 223.33000000000004 40.91% 17.25%;
    --heroui-primary-700: 224.51999999999998 40.26% 15.1%;
    --heroui-primary-800: 226.14999999999998 39.39% 12.94%;
    --heroui-primary-900: 222.35000000000002 36.17% 9.22%;
    --heroui-primary-foreground: 0 0% 100%;
    --heroui-primary: 222.44000000000005 41.41% 19.41%;
    --heroui-secondary-50: 212.30999999999995 61.9% 95.88%;
    --heroui-secondary-100: 210 65.52% 88.63%;
    --heroui-secondary-200: 209.51999999999998 66.32% 81.37%;
    --heroui-secondary-300: 209.31999999999994 66.67% 74.12%;
    --heroui-secondary-400: 209.20000000000005 66.86% 66.86%;
    --heroui-secondary-500: 212.44000000000005 84.31% 40%;
    --heroui-secondary-600: 212.37 84.44% 35.29%;
    --heroui-secondary-700: 212.26999999999998 84.62% 30.59%;
    --heroui-secondary-800: 212.14 84.85% 25.88%;
    --heroui-secondary-900: 212.52999999999997 85.57% 19.02%;
    --heroui-secondary-foreground: 0 0% 100%;
    --heroui-secondary: 212.44000000000005 84.31% 40%;
    --heroui-success-50: 160 35.29% 93.33%;
    --heroui-success-100: 164.51999999999998 36.47% 83.33%;
    --heroui-success-200: 165.60000000000002 36.76% 73.33%;
    --heroui-success-300: 166.09000000000003 36.9% 63.33%;
    --heroui-success-400: 166.36 36.97% 53.33%;
    --heroui-success-500: 153.08000000000004 91.45% 22.94%;
    --heroui-success-600: 154.19000000000005 90.29% 20.2%;
    --heroui-success-700: 156 90.91% 17.25%;
    --heroui-success-800: 158.51 91.78% 14.31%;
    --heroui-success-900: 165.60000000000002 92.59% 10.59%;
    --heroui-success-foreground: 0 0% 100%;
    --heroui-success: 120 39.32% 54.12%;
    --heroui-warning-50: 25.25999999999999 90.48% 95.88%;
    --heroui-warning-100: 22.350000000000023 89.47% 88.82%;
    --heroui-warning-200: 21.689999999999998 89.25% 81.76%;
    --heroui-warning-300: 21.389999999999986 89.15% 74.71%;
    --heroui-warning-400: 21.220000000000027 89.09% 67.65%;
    --heroui-warning-500: 28.05000000000001 97.47% 30.98%;
    --heroui-warning-600: 27.829999999999984 97.18% 27.84%;
    --heroui-warning-700: 27.54000000000002 96.83% 24.71%;
    --heroui-warning-800: 27.170000000000016 96.36% 21.57%;
    --heroui-warning-900: 27.120000000000005 97.33% 14.71%;
    --heroui-warning-foreground: 0 0% 100%;
    --heroui-warning: 28.05000000000001 97.47% 30.98%;
    --heroui-danger-50: 10.589999999999975 89.47% 96.27%;
    --heroui-danger-100: 9.800000000000011 92.45% 89.61%;
    --heroui-danger-200: 9.629999999999995 93.1% 82.94%;
    --heroui-danger-300: 9.560000000000002 93.39% 76.27%;
    --heroui-danger-400: 9.519999999999982 93.55% 69.61%;
    --heroui-danger-500: 4.529999999999973 74.65% 41.76%;
    --heroui-danger-600: 4.649999999999977 74.74% 37.25%;
    --heroui-danger-700: 4.800000000000011 74.85% 32.75%;
    --heroui-danger-800: 5 75% 28.24%;
    --heroui-danger-900: 4.680000000000007 74.76% 20.2%;
    --heroui-danger-foreground: 0 0% 100%;
    --heroui-danger: 4.529999999999973 74.65% 41.76%;
    --heroui-divider-weight: 1px;
    --heroui-disabled-opacity: .5;
    --heroui-font-size-tiny: 0.75rem;
    --heroui-font-size-small: 0.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 rgb(0 0 0 / 0.02), 0px 2px 10px 0px rgb(0 0 0 / 0.06), 0px 0px 1px 0px rgb(0 0 0 / 0.3);
    --heroui-box-shadow-medium: 0px 0px 15px 0px rgb(0 0 0 / 0.03), 0px 2px 30px 0px rgb(0 0 0 / 0.08), 0px 0px 1px 0px rgb(0 0 0 / 0.3);
    --heroui-box-shadow-large: 0px 0px 30px 0px rgb(0 0 0 / 0.04), 0px 30px 60px 0px rgb(0 0 0 / 0.12), 0px 0px 1px 0px rgb(0 0 0 / 0.3);
    --heroui-hover-opacity: .8;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@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-scroll-snap-strictness {
  syntax: "*";
  inherits: false;
  initial-value: proximity;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes shimmer {
  100% {
    transform: translateX(200%);
  }
}
@keyframes spinner-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes drip-expand {
  0% {
    opacity: 0.2;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes appearance-in {
  0% {
    opacity: 0;
    transform: translateZ(0)  scale(0.95);
  }
  60% {
    opacity: 0.75;
    backface-visibility: hidden;
    webkit-font-smoothing: antialiased;
    transform: translateZ(0) scale(1.05);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) scale(1);
  }
}
@keyframes indeterminate-bar {
  0% {
    transform: translateX(-50%) scaleX(0.2);
  }
  100% {
    transform: translateX(100%) scaleX(1);
  }
}
@keyframes sway {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, -150%);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes blink {
  0% {
    opacity: 0.2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.15;
  }
}
@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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-scroll-snap-strictness: proximity;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
    }
  }
}
