/* @tailwind base; */
.tw-absolute {
  position: absolute;
}
.tw-relative {
  position: relative;
}
.tw-inset-0 {
  inset: 0px;
}
.-tw-right-2 {
  right: -0.5rem;
}
.-tw-top-2 {
  top: -0.5rem;
}
.tw-bottom-2 {
  bottom: 0.5rem;
}
.tw-bottom-\[0\.7rem\] {
  bottom: 0.7rem;
}
.tw-bottom-\[1\.5px\] {
  bottom: 1.5px;
}
.tw-bottom-\[2px\] {
  bottom: 2px;
}
.tw-right-2 {
  right: 0.5rem;
}
.tw-right-\[0\.75rem\] {
  right: 0.75rem;
}
.tw-top-7 {
  top: 1.75rem;
}
.tw-isolate {
  isolation: isolate;
}
.tw-z-10 {
  z-index: 10;
}
.tw-z-50 {
  z-index: 50;
}
.tw-z-\[1000\] {
  z-index: 1000;
}
.\!tw-m-0 {
  margin: 0px !important;
}
.tw-mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.tw-my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.\!tw-mb-1 {
  margin-bottom: 0.25rem !important;
}
.\!tw-mb-6 {
  margin-bottom: 1.5rem !important;
}
.\!tw-mt-4 {
  margin-top: 1rem !important;
}
.\!tw-mt-8 {
  margin-top: 2rem !important;
}
.tw-mb-0 {
  margin-bottom: 0px;
}
.tw-mb-12 {
  margin-bottom: 3rem;
}
.tw-mb-4 {
  margin-bottom: 1rem;
}
.tw-ml-2 {
  margin-left: 0.5rem;
}
.tw-mr-3 {
  margin-right: 0.75rem;
}
.tw-mt-2 {
  margin-top: 0.5rem;
}
.tw-mt-4 {
  margin-top: 1rem;
}
.tw-mt-6 {
  margin-top: 1.5rem;
}
.tw-mt-8 {
  margin-top: 2rem;
}
.tw-block {
  display: block;
}
.tw-inline-block {
  display: inline-block;
}
.tw-flex {
  display: flex;
}
.tw-grid {
  display: grid;
}
.tw-aspect-square {
  aspect-ratio: 1 / 1;
}
.tw-size-4 {
  width: 1rem;
  height: 1rem;
}
.tw-size-5 {
  width: 1.25rem;
  height: 1.25rem;
}
.tw-size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.tw-size-7 {
  width: 1.75rem;
  height: 1.75rem;
}
.tw-h-80 {
  height: 20rem;
}
.tw-h-\[18px\] {
  height: 18px;
}
.tw-h-\[3\.125rem\] {
  height: 3.125rem;
}
.tw-h-full {
  height: 100%;
}
.tw-max-h-80 {
  max-height: 20rem;
}
.tw-max-h-\[20rem\] {
  max-height: 20rem;
}
.tw-w-\[18px\] {
  width: 18px;
}
.tw-w-full {
  width: 100%;
}
.tw-max-w-16 {
  max-width: 4rem;
}
.tw-max-w-\[30rem\] {
  max-width: 30rem;
}
.tw-max-w-xl {
  max-width: 36rem;
}
@keyframes tw-pulse {
  50% {
    opacity: .5;
  }
}
.tw-animate-pulse {
  animation: tw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.tw-cursor-pointer {
  cursor: pointer;
}
.tw-grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.tw-flex-col {
  flex-direction: column;
}
.tw-items-center {
  align-items: center;
}
.tw-justify-center {
  justify-content: center;
}
.tw-gap-4 {
  gap: 1rem;
}
.tw-gap-\[6px\] {
  gap: 6px;
}
.tw-gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.tw-gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.tw-gap-y-1\.5 {
  row-gap: 0.375rem;
}
.tw-overflow-hidden {
  overflow: hidden;
}
.tw-overflow-y-auto {
  overflow-y: auto;
}
.tw-rounded-\[0\.25rem\] {
  border-radius: 0.25rem;
}
.tw-rounded-lg {
  border-radius: 0.5rem;
}
.tw-rounded-md {
  border-radius: 0.375rem;
}
.tw-rounded-xl {
  border-radius: 0.75rem;
}
.tw-border {
  border-width: 1px;
}
.tw-border-\[1\.5px\] {
  border-width: 1.5px;
}
.tw-border-\[\#ced4da\] {
  --tw-border-opacity: 1;
  border-color: rgb(206 212 218 / var(--tw-border-opacity));
}
.tw-border-neutral-700 {
  --tw-border-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-border-opacity));
}
.tw-border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity));
}
.tw-border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.tw-bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}
.tw-bg-neutral-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}
.tw-bg-neutral-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}
.tw-bg-neutral-900\/50 {
  background-color: rgb(23 23 23 / 0.5);
}
.tw-bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.tw-bg-red-700\/25 {
  background-color: rgb(185 28 28 / 0.25);
}
.tw-bg-transparent {
  background-color: transparent;
}
.tw-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.tw-bg-cover {
  background-size: cover;
}
.tw-bg-no-repeat {
  background-repeat: no-repeat;
}
.tw-p-3 {
  padding: 0.75rem;
}
.tw-p-6 {
  padding: 1.5rem;
}
.tw-px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.tw-px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.tw-py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.tw-py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.tw-text-right {
  text-align: right;
}
.tw-font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.\!tw-text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.\!tw-text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
.tw-text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.tw-text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.tw-text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.\!tw-font-bold {
  font-weight: 700 !important;
}
.\!tw-font-semibold {
  font-weight: 600 !important;
}
.tw-font-bold {
  font-weight: 700;
}
.tw-font-semibold {
  font-weight: 600;
}
.tw-text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.tw-text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
.tw-text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
.tw-text-neutral-800 {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}
.tw-text-neutral-900 {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}
.tw-text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.tw-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tw-shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tw-transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.tw-duration-150 {
  transition-duration: 150ms;
}
.tw-duration-300 {
  transition-duration: 300ms;
}

*,
::before,
::after {
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

.placeholder\:tw-text-green-700::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}

.placeholder\:tw-text-green-700::placeholder {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}

.placeholder\:tw-text-neutral-500\/85::-moz-placeholder {
  color: rgb(115 115 115 / 0.85);
}

.placeholder\:tw-text-neutral-500\/85::placeholder {
  color: rgb(115 115 115 / 0.85);
}

.empty\:tw-hidden:empty {
  display: none;
}

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

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

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

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

.focus-visible\:\!tw-outline-none:focus-visible {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

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

.active\:tw-scale-95:active {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.aria-checked\:tw-bg-neutral-100[aria-checked="true"] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.tw-group[aria-checked="true"] .group-aria-checked\:tw-font-semibold {
  font-weight: 600;
}

.data-\[focus\]\:tw-border-\[\#a1cbef\][data-focus] {
  --tw-border-opacity: 1;
  border-color: rgb(161 203 239 / var(--tw-border-opacity));
}

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

.data-\[focus\]\:tw-ring-\[\#a1cbef\][data-focus] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(161 203 239 / var(--tw-ring-opacity));
}

@media (prefers-color-scheme: dark) {
  .dark\:tw-border-neutral-300 {
    --tw-border-opacity: 1;
    border-color: rgb(212 212 212 / var(--tw-border-opacity));
  }
}
