*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

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

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

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

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.\!container {
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 1400px) {

  .\!container {
    max-width: 1400px !important;
  }

  .container {
    max-width: 1400px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-2 {
  left: 0.5rem;
}
.left-3 {
  left: 0.75rem;
}
.left-\[50\%\] {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-2 {
  right: 0.5rem;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0px;
}
.top-1 {
  top: 0.25rem;
}
.top-1\/2 {
  top: 50%;
}
.top-2 {
  top: 0.5rem;
}
.top-4 {
  top: 1rem;
}
.top-\[50\%\] {
  top: 50%;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.z-\[100\] {
  z-index: 100;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.-ml-1 {
  margin-left: -0.25rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.size-4 {
  width: 1rem;
  height: 1rem;
}
.size-\[--cell-size\] {
  width: var(--cell-size);
  height: var(--cell-size);
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[--cell-size\] {
  height: var(--cell-size);
}
.h-\[1px\] {
  height: 1px;
}
.h-\[var\(--radix-select-trigger-height\)\] {
  height: var(--radix-select-trigger-height);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.max-h-96 {
  max-height: 24rem;
}
.max-h-\[300px\] {
  max-height: 300px;
}
.max-h-full {
  max-height: 100%;
}
.max-h-screen {
  max-height: 100vh;
}
.min-h-\[1\.5rem\] {
  min-height: 1.5rem;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1 {
  width: 0.25rem;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-3\/4 {
  width: 75%;
}
.w-32 {
  width: 8rem;
}
.w-4 {
  width: 1rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-72 {
  width: 18rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[--cell-size\] {
  width: var(--cell-size);
}
.w-\[1px\] {
  width: 1px;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.min-w-\[--cell-size\] {
  min-width: var(--cell-size);
}
.min-w-\[8rem\] {
  min-width: 8rem;
}
.min-w-\[var\(--radix-select-trigger-width\)\] {
  min-width: var(--radix-select-trigger-width);
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.caption-bottom {
  caption-side: bottom;
}
.border-collapse {
  border-collapse: collapse;
}
.origin-\[--radix-popover-content-transform-origin\] {
  transform-origin: var(--radix-popover-content-transform-origin);
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[1\.02\] {
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-col-resize {
  cursor: col-resize;
}
.cursor-default {
  cursor: default;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.touch-none {
  touch-action: none;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[inherit\] {
  border-radius: inherit;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: calc(0.5rem - 2px);
}
.rounded-none {
  border-radius: 0px;
}
.rounded-sm {
  border-radius: calc(0.5rem - 4px);
}
.rounded-l-md {
  border-top-left-radius: calc(0.5rem - 2px);
  border-bottom-left-radius: calc(0.5rem - 2px);
}
.rounded-r-md {
  border-top-right-radius: calc(0.5rem - 2px);
  border-bottom-right-radius: calc(0.5rem - 2px);
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.\!border-l-4 {
  border-left-width: 4px !important;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.border-none {
  border-style: none;
}
.border-accent {
  --tw-border-opacity: 1;
  border-color: hsl(210 40% 96% / var(--tw-border-opacity, 1));
}
.border-accent-foreground {
  --tw-border-opacity: 1;
  border-color: hsl(222.2 84% 4.9% / var(--tw-border-opacity, 1));
}
.border-accent-foreground\/0 {
  border-color: hsl(222.2 84% 4.9% / 0);
}
.border-accent-foreground\/10 {
  border-color: hsl(222.2 84% 4.9% / 0.1);
}
.border-accent-foreground\/100 {
  border-color: hsl(222.2 84% 4.9% / 1);
}
.border-accent-foreground\/15 {
  border-color: hsl(222.2 84% 4.9% / 0.15);
}
.border-accent-foreground\/20 {
  border-color: hsl(222.2 84% 4.9% / 0.2);
}
.border-accent-foreground\/25 {
  border-color: hsl(222.2 84% 4.9% / 0.25);
}
.border-accent-foreground\/30 {
  border-color: hsl(222.2 84% 4.9% / 0.3);
}
.border-accent-foreground\/35 {
  border-color: hsl(222.2 84% 4.9% / 0.35);
}
.border-accent-foreground\/40 {
  border-color: hsl(222.2 84% 4.9% / 0.4);
}
.border-accent-foreground\/45 {
  border-color: hsl(222.2 84% 4.9% / 0.45);
}
.border-accent-foreground\/5 {
  border-color: hsl(222.2 84% 4.9% / 0.05);
}
.border-accent-foreground\/50 {
  border-color: hsl(222.2 84% 4.9% / 0.5);
}
.border-accent-foreground\/55 {
  border-color: hsl(222.2 84% 4.9% / 0.55);
}
.border-accent-foreground\/60 {
  border-color: hsl(222.2 84% 4.9% / 0.6);
}
.border-accent-foreground\/65 {
  border-color: hsl(222.2 84% 4.9% / 0.65);
}
.border-accent-foreground\/70 {
  border-color: hsl(222.2 84% 4.9% / 0.7);
}
.border-accent-foreground\/75 {
  border-color: hsl(222.2 84% 4.9% / 0.75);
}
.border-accent-foreground\/80 {
  border-color: hsl(222.2 84% 4.9% / 0.8);
}
.border-accent-foreground\/85 {
  border-color: hsl(222.2 84% 4.9% / 0.85);
}
.border-accent-foreground\/90 {
  border-color: hsl(222.2 84% 4.9% / 0.9);
}
.border-accent-foreground\/95 {
  border-color: hsl(222.2 84% 4.9% / 0.95);
}
.border-accent\/0 {
  border-color: hsl(210 40% 96% / 0);
}
.border-accent\/10 {
  border-color: hsl(210 40% 96% / 0.1);
}
.border-accent\/100 {
  border-color: hsl(210 40% 96% / 1);
}
.border-accent\/15 {
  border-color: hsl(210 40% 96% / 0.15);
}
.border-accent\/20 {
  border-color: hsl(210 40% 96% / 0.2);
}
.border-accent\/25 {
  border-color: hsl(210 40% 96% / 0.25);
}
.border-accent\/30 {
  border-color: hsl(210 40% 96% / 0.3);
}
.border-accent\/35 {
  border-color: hsl(210 40% 96% / 0.35);
}
.border-accent\/40 {
  border-color: hsl(210 40% 96% / 0.4);
}
.border-accent\/45 {
  border-color: hsl(210 40% 96% / 0.45);
}
.border-accent\/5 {
  border-color: hsl(210 40% 96% / 0.05);
}
.border-accent\/50 {
  border-color: hsl(210 40% 96% / 0.5);
}
.border-accent\/55 {
  border-color: hsl(210 40% 96% / 0.55);
}
.border-accent\/60 {
  border-color: hsl(210 40% 96% / 0.6);
}
.border-accent\/65 {
  border-color: hsl(210 40% 96% / 0.65);
}
.border-accent\/70 {
  border-color: hsl(210 40% 96% / 0.7);
}
.border-accent\/75 {
  border-color: hsl(210 40% 96% / 0.75);
}
.border-accent\/80 {
  border-color: hsl(210 40% 96% / 0.8);
}
.border-accent\/85 {
  border-color: hsl(210 40% 96% / 0.85);
}
.border-accent\/90 {
  border-color: hsl(210 40% 96% / 0.9);
}
.border-accent\/95 {
  border-color: hsl(210 40% 96% / 0.95);
}
.border-background {
  --tw-border-opacity: 1;
  border-color: hsl(0 0% 100% / var(--tw-border-opacity, 1));
}
.border-background\/0 {
  border-color: hsl(0 0% 100% / 0);
}
.border-background\/10 {
  border-color: hsl(0 0% 100% / 0.1);
}
.border-background\/100 {
  border-color: hsl(0 0% 100% / 1);
}
.border-background\/15 {
  border-color: hsl(0 0% 100% / 0.15);
}
.border-background\/20 {
  border-color: hsl(0 0% 100% / 0.2);
}
.border-background\/25 {
  border-color: hsl(0 0% 100% / 0.25);
}
.border-background\/30 {
  border-color: hsl(0 0% 100% / 0.3);
}
.border-background\/35 {
  border-color: hsl(0 0% 100% / 0.35);
}
.border-background\/40 {
  border-color: hsl(0 0% 100% / 0.4);
}
.border-background\/45 {
  border-color: hsl(0 0% 100% / 0.45);
}
.border-background\/5 {
  border-color: hsl(0 0% 100% / 0.05);
}
.border-background\/50 {
  border-color: hsl(0 0% 100% / 0.5);
}
.border-background\/55 {
  border-color: hsl(0 0% 100% / 0.55);
}
.border-background\/60 {
  border-color: hsl(0 0% 100% / 0.6);
}
.border-background\/65 {
  border-color: hsl(0 0% 100% / 0.65);
}
.border-background\/70 {
  border-color: hsl(0 0% 100% / 0.7);
}
.border-background\/75 {
  border-color: hsl(0 0% 100% / 0.75);
}
.border-background\/80 {
  border-color: hsl(0 0% 100% / 0.8);
}
.border-background\/85 {
  border-color: hsl(0 0% 100% / 0.85);
}
.border-background\/90 {
  border-color: hsl(0 0% 100% / 0.9);
}
.border-background\/95 {
  border-color: hsl(0 0% 100% / 0.95);
}
.border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}
.border-border {
  --tw-border-opacity: 1;
  border-color: hsl(214.3 31.8% 91.4% / var(--tw-border-opacity, 1));
}
.border-border\/0 {
  border-color: hsl(214.3 31.8% 91.4% / 0);
}
.border-border\/10 {
  border-color: hsl(214.3 31.8% 91.4% / 0.1);
}
.border-border\/100 {
  border-color: hsl(214.3 31.8% 91.4% / 1);
}
.border-border\/15 {
  border-color: hsl(214.3 31.8% 91.4% / 0.15);
}
.border-border\/20 {
  border-color: hsl(214.3 31.8% 91.4% / 0.2);
}
.border-border\/25 {
  border-color: hsl(214.3 31.8% 91.4% / 0.25);
}
.border-border\/30 {
  border-color: hsl(214.3 31.8% 91.4% / 0.3);
}
.border-border\/35 {
  border-color: hsl(214.3 31.8% 91.4% / 0.35);
}
.border-border\/40 {
  border-color: hsl(214.3 31.8% 91.4% / 0.4);
}
.border-border\/45 {
  border-color: hsl(214.3 31.8% 91.4% / 0.45);
}
.border-border\/5 {
  border-color: hsl(214.3 31.8% 91.4% / 0.05);
}
.border-border\/50 {
  border-color: hsl(214.3 31.8% 91.4% / 0.5);
}
.border-border\/55 {
  border-color: hsl(214.3 31.8% 91.4% / 0.55);
}
.border-border\/60 {
  border-color: hsl(214.3 31.8% 91.4% / 0.6);
}
.border-border\/65 {
  border-color: hsl(214.3 31.8% 91.4% / 0.65);
}
.border-border\/70 {
  border-color: hsl(214.3 31.8% 91.4% / 0.7);
}
.border-border\/75 {
  border-color: hsl(214.3 31.8% 91.4% / 0.75);
}
.border-border\/80 {
  border-color: hsl(214.3 31.8% 91.4% / 0.8);
}
.border-border\/85 {
  border-color: hsl(214.3 31.8% 91.4% / 0.85);
}
.border-border\/90 {
  border-color: hsl(214.3 31.8% 91.4% / 0.9);
}
.border-border\/95 {
  border-color: hsl(214.3 31.8% 91.4% / 0.95);
}
.border-card {
  --tw-border-opacity: 1;
  border-color: hsl(0 0% 100% / var(--tw-border-opacity, 1));
}
.border-card-foreground {
  --tw-border-opacity: 1;
  border-color: hsl(222.2 84% 4.9% / var(--tw-border-opacity, 1));
}
.border-card-foreground\/0 {
  border-color: hsl(222.2 84% 4.9% / 0);
}
.border-card-foreground\/10 {
  border-color: hsl(222.2 84% 4.9% / 0.1);
}
.border-card-foreground\/100 {
  border-color: hsl(222.2 84% 4.9% / 1);
}
.border-card-foreground\/15 {
  border-color: hsl(222.2 84% 4.9% / 0.15);
}
.border-card-foreground\/20 {
  border-color: hsl(222.2 84% 4.9% / 0.2);
}
.border-card-foreground\/25 {
  border-color: hsl(222.2 84% 4.9% / 0.25);
}
.border-card-foreground\/30 {
  border-color: hsl(222.2 84% 4.9% / 0.3);
}
.border-card-foreground\/35 {
  border-color: hsl(222.2 84% 4.9% / 0.35);
}
.border-card-foreground\/40 {
  border-color: hsl(222.2 84% 4.9% / 0.4);
}
.border-card-foreground\/45 {
  border-color: hsl(222.2 84% 4.9% / 0.45);
}
.border-card-foreground\/5 {
  border-color: hsl(222.2 84% 4.9% / 0.05);
}
.border-card-foreground\/50 {
  border-color: hsl(222.2 84% 4.9% / 0.5);
}
.border-card-foreground\/55 {
  border-color: hsl(222.2 84% 4.9% / 0.55);
}
.border-card-foreground\/60 {
  border-color: hsl(222.2 84% 4.9% / 0.6);
}
.border-card-foreground\/65 {
  border-color: hsl(222.2 84% 4.9% / 0.65);
}
.border-card-foreground\/70 {
  border-color: hsl(222.2 84% 4.9% / 0.7);
}
.border-card-foreground\/75 {
  border-color: hsl(222.2 84% 4.9% / 0.75);
}
.border-card-foreground\/80 {
  border-color: hsl(222.2 84% 4.9% / 0.8);
}
.border-card-foreground\/85 {
  border-color: hsl(222.2 84% 4.9% / 0.85);
}
.border-card-foreground\/90 {
  border-color: hsl(222.2 84% 4.9% / 0.9);
}
.border-card-foreground\/95 {
  border-color: hsl(222.2 84% 4.9% / 0.95);
}
.border-card\/0 {
  border-color: hsl(0 0% 100% / 0);
}
.border-card\/10 {
  border-color: hsl(0 0% 100% / 0.1);
}
.border-card\/100 {
  border-color: hsl(0 0% 100% / 1);
}
.border-card\/15 {
  border-color: hsl(0 0% 100% / 0.15);
}
.border-card\/20 {
  border-color: hsl(0 0% 100% / 0.2);
}
.border-card\/25 {
  border-color: hsl(0 0% 100% / 0.25);
}
.border-card\/30 {
  border-color: hsl(0 0% 100% / 0.3);
}
.border-card\/35 {
  border-color: hsl(0 0% 100% / 0.35);
}
.border-card\/40 {
  border-color: hsl(0 0% 100% / 0.4);
}
.border-card\/45 {
  border-color: hsl(0 0% 100% / 0.45);
}
.border-card\/5 {
  border-color: hsl(0 0% 100% / 0.05);
}
.border-card\/50 {
  border-color: hsl(0 0% 100% / 0.5);
}
.border-card\/55 {
  border-color: hsl(0 0% 100% / 0.55);
}
.border-card\/60 {
  border-color: hsl(0 0% 100% / 0.6);
}
.border-card\/65 {
  border-color: hsl(0 0% 100% / 0.65);
}
.border-card\/70 {
  border-color: hsl(0 0% 100% / 0.7);
}
.border-card\/75 {
  border-color: hsl(0 0% 100% / 0.75);
}
.border-card\/80 {
  border-color: hsl(0 0% 100% / 0.8);
}
.border-card\/85 {
  border-color: hsl(0 0% 100% / 0.85);
}
.border-card\/90 {
  border-color: hsl(0 0% 100% / 0.9);
}
.border-card\/95 {
  border-color: hsl(0 0% 100% / 0.95);
}
.border-destructive {
  --tw-border-opacity: 1;
  border-color: hsl(0 84.2% 60.2% / var(--tw-border-opacity, 1));
}
.border-destructive-foreground {
  --tw-border-opacity: 1;
  border-color: hsl(210 40% 98% / var(--tw-border-opacity, 1));
}
.border-destructive-foreground\/0 {
  border-color: hsl(210 40% 98% / 0);
}
.border-destructive-foreground\/10 {
  border-color: hsl(210 40% 98% / 0.1);
}
.border-destructive-foreground\/100 {
  border-color: hsl(210 40% 98% / 1);
}
.border-destructive-foreground\/15 {
  border-color: hsl(210 40% 98% / 0.15);
}
.border-destructive-foreground\/20 {
  border-color: hsl(210 40% 98% / 0.2);
}
.border-destructive-foreground\/25 {
  border-color: hsl(210 40% 98% / 0.25);
}
.border-destructive-foreground\/30 {
  border-color: hsl(210 40% 98% / 0.3);
}
.border-destructive-foreground\/35 {
  border-color: hsl(210 40% 98% / 0.35);
}
.border-destructive-foreground\/40 {
  border-color: hsl(210 40% 98% / 0.4);
}
.border-destructive-foreground\/45 {
  border-color: hsl(210 40% 98% / 0.45);
}
.border-destructive-foreground\/5 {
  border-color: hsl(210 40% 98% / 0.05);
}
.border-destructive-foreground\/50 {
  border-color: hsl(210 40% 98% / 0.5);
}
.border-destructive-foreground\/55 {
  border-color: hsl(210 40% 98% / 0.55);
}
.border-destructive-foreground\/60 {
  border-color: hsl(210 40% 98% / 0.6);
}
.border-destructive-foreground\/65 {
  border-color: hsl(210 40% 98% / 0.65);
}
.border-destructive-foreground\/70 {
  border-color: hsl(210 40% 98% / 0.7);
}
.border-destructive-foreground\/75 {
  border-color: hsl(210 40% 98% / 0.75);
}
.border-destructive-foreground\/80 {
  border-color: hsl(210 40% 98% / 0.8);
}
.border-destructive-foreground\/85 {
  border-color: hsl(210 40% 98% / 0.85);
}
.border-destructive-foreground\/90 {
  border-color: hsl(210 40% 98% / 0.9);
}
.border-destructive-foreground\/95 {
  border-color: hsl(210 40% 98% / 0.95);
}
.border-destructive\/0 {
  border-color: hsl(0 84.2% 60.2% / 0);
}
.border-destructive\/10 {
  border-color: hsl(0 84.2% 60.2% / 0.1);
}
.border-destructive\/100 {
  border-color: hsl(0 84.2% 60.2% / 1);
}
.border-destructive\/15 {
  border-color: hsl(0 84.2% 60.2% / 0.15);
}
.border-destructive\/20 {
  border-color: hsl(0 84.2% 60.2% / 0.2);
}
.border-destructive\/25 {
  border-color: hsl(0 84.2% 60.2% / 0.25);
}
.border-destructive\/30 {
  border-color: hsl(0 84.2% 60.2% / 0.3);
}
.border-destructive\/35 {
  border-color: hsl(0 84.2% 60.2% / 0.35);
}
.border-destructive\/40 {
  border-color: hsl(0 84.2% 60.2% / 0.4);
}
.border-destructive\/45 {
  border-color: hsl(0 84.2% 60.2% / 0.45);
}
.border-destructive\/5 {
  border-color: hsl(0 84.2% 60.2% / 0.05);
}
.border-destructive\/50 {
  border-color: hsl(0 84.2% 60.2% / 0.5);
}
.border-destructive\/55 {
  border-color: hsl(0 84.2% 60.2% / 0.55);
}
.border-destructive\/60 {
  border-color: hsl(0 84.2% 60.2% / 0.6);
}
.border-destructive\/65 {
  border-color: hsl(0 84.2% 60.2% / 0.65);
}
.border-destructive\/70 {
  border-color: hsl(0 84.2% 60.2% / 0.7);
}
.border-destructive\/75 {
  border-color: hsl(0 84.2% 60.2% / 0.75);
}
.border-destructive\/80 {
  border-color: hsl(0 84.2% 60.2% / 0.8);
}
.border-destructive\/85 {
  border-color: hsl(0 84.2% 60.2% / 0.85);
}
.border-destructive\/90 {
  border-color: hsl(0 84.2% 60.2% / 0.9);
}
.border-destructive\/95 {
  border-color: hsl(0 84.2% 60.2% / 0.95);
}
.border-foreground {
  --tw-border-opacity: 1;
  border-color: hsl(222.2 84% 4.9% / var(--tw-border-opacity, 1));
}
.border-foreground\/0 {
  border-color: hsl(222.2 84% 4.9% / 0);
}
.border-foreground\/10 {
  border-color: hsl(222.2 84% 4.9% / 0.1);
}
.border-foreground\/100 {
  border-color: hsl(222.2 84% 4.9% / 1);
}
.border-foreground\/15 {
  border-color: hsl(222.2 84% 4.9% / 0.15);
}
.border-foreground\/20 {
  border-color: hsl(222.2 84% 4.9% / 0.2);
}
.border-foreground\/25 {
  border-color: hsl(222.2 84% 4.9% / 0.25);
}
.border-foreground\/30 {
  border-color: hsl(222.2 84% 4.9% / 0.3);
}
.border-foreground\/35 {
  border-color: hsl(222.2 84% 4.9% / 0.35);
}
.border-foreground\/40 {
  border-color: hsl(222.2 84% 4.9% / 0.4);
}
.border-foreground\/45 {
  border-color: hsl(222.2 84% 4.9% / 0.45);
}
.border-foreground\/5 {
  border-color: hsl(222.2 84% 4.9% / 0.05);
}
.border-foreground\/50 {
  border-color: hsl(222.2 84% 4.9% / 0.5);
}
.border-foreground\/55 {
  border-color: hsl(222.2 84% 4.9% / 0.55);
}
.border-foreground\/60 {
  border-color: hsl(222.2 84% 4.9% / 0.6);
}
.border-foreground\/65 {
  border-color: hsl(222.2 84% 4.9% / 0.65);
}
.border-foreground\/70 {
  border-color: hsl(222.2 84% 4.9% / 0.7);
}
.border-foreground\/75 {
  border-color: hsl(222.2 84% 4.9% / 0.75);
}
.border-foreground\/80 {
  border-color: hsl(222.2 84% 4.9% / 0.8);
}
.border-foreground\/85 {
  border-color: hsl(222.2 84% 4.9% / 0.85);
}
.border-foreground\/90 {
  border-color: hsl(222.2 84% 4.9% / 0.9);
}
.border-foreground\/95 {
  border-color: hsl(222.2 84% 4.9% / 0.95);
}
.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}
.border-input {
  --tw-border-opacity: 1;
  border-color: hsl(214.3 31.8% 91.4% / var(--tw-border-opacity, 1));
}
.border-input\/0 {
  border-color: hsl(214.3 31.8% 91.4% / 0);
}
.border-input\/10 {
  border-color: hsl(214.3 31.8% 91.4% / 0.1);
}
.border-input\/100 {
  border-color: hsl(214.3 31.8% 91.4% / 1);
}
.border-input\/15 {
  border-color: hsl(214.3 31.8% 91.4% / 0.15);
}
.border-input\/20 {
  border-color: hsl(214.3 31.8% 91.4% / 0.2);
}
.border-input\/25 {
  border-color: hsl(214.3 31.8% 91.4% / 0.25);
}
.border-input\/30 {
  border-color: hsl(214.3 31.8% 91.4% / 0.3);
}
.border-input\/35 {
  border-color: hsl(214.3 31.8% 91.4% / 0.35);
}
.border-input\/40 {
  border-color: hsl(214.3 31.8% 91.4% / 0.4);
}
.border-input\/45 {
  border-color: hsl(214.3 31.8% 91.4% / 0.45);
}
.border-input\/5 {
  border-color: hsl(214.3 31.8% 91.4% / 0.05);
}
.border-input\/50 {
  border-color: hsl(214.3 31.8% 91.4% / 0.5);
}
.border-input\/55 {
  border-color: hsl(214.3 31.8% 91.4% / 0.55);
}
.border-input\/60 {
  border-color: hsl(214.3 31.8% 91.4% / 0.6);
}
.border-input\/65 {
  border-color: hsl(214.3 31.8% 91.4% / 0.65);
}
.border-input\/70 {
  border-color: hsl(214.3 31.8% 91.4% / 0.7);
}
.border-input\/75 {
  border-color: hsl(214.3 31.8% 91.4% / 0.75);
}
.border-input\/80 {
  border-color: hsl(214.3 31.8% 91.4% / 0.8);
}
.border-input\/85 {
  border-color: hsl(214.3 31.8% 91.4% / 0.85);
}
.border-input\/90 {
  border-color: hsl(214.3 31.8% 91.4% / 0.9);
}
.border-input\/95 {
  border-color: hsl(214.3 31.8% 91.4% / 0.95);
}
.border-muted {
  --tw-border-opacity: 1;
  border-color: hsl(210 40% 96% / var(--tw-border-opacity, 1));
}
.border-muted-foreground {
  --tw-border-opacity: 1;
  border-color: hsl(215.4 16.3% 46.9% / var(--tw-border-opacity, 1));
}
.border-muted-foreground\/0 {
  border-color: hsl(215.4 16.3% 46.9% / 0);
}
.border-muted-foreground\/10 {
  border-color: hsl(215.4 16.3% 46.9% / 0.1);
}
.border-muted-foreground\/100 {
  border-color: hsl(215.4 16.3% 46.9% / 1);
}
.border-muted-foreground\/15 {
  border-color: hsl(215.4 16.3% 46.9% / 0.15);
}
.border-muted-foreground\/20 {
  border-color: hsl(215.4 16.3% 46.9% / 0.2);
}
.border-muted-foreground\/25 {
  border-color: hsl(215.4 16.3% 46.9% / 0.25);
}
.border-muted-foreground\/30 {
  border-color: hsl(215.4 16.3% 46.9% / 0.3);
}
.border-muted-foreground\/35 {
  border-color: hsl(215.4 16.3% 46.9% / 0.35);
}
.border-muted-foreground\/40 {
  border-color: hsl(215.4 16.3% 46.9% / 0.4);
}
.border-muted-foreground\/45 {
  border-color: hsl(215.4 16.3% 46.9% / 0.45);
}
.border-muted-foreground\/5 {
  border-color: hsl(215.4 16.3% 46.9% / 0.05);
}
.border-muted-foreground\/50 {
  border-color: hsl(215.4 16.3% 46.9% / 0.5);
}
.border-muted-foreground\/55 {
  border-color: hsl(215.4 16.3% 46.9% / 0.55);
}
.border-muted-foreground\/60 {
  border-color: hsl(215.4 16.3% 46.9% / 0.6);
}
.border-muted-foreground\/65 {
  border-color: hsl(215.4 16.3% 46.9% / 0.65);
}
.border-muted-foreground\/70 {
  border-color: hsl(215.4 16.3% 46.9% / 0.7);
}
.border-muted-foreground\/75 {
  border-color: hsl(215.4 16.3% 46.9% / 0.75);
}
.border-muted-foreground\/80 {
  border-color: hsl(215.4 16.3% 46.9% / 0.8);
}
.border-muted-foreground\/85 {
  border-color: hsl(215.4 16.3% 46.9% / 0.85);
}
.border-muted-foreground\/90 {
  border-color: hsl(215.4 16.3% 46.9% / 0.9);
}
.border-muted-foreground\/95 {
  border-color: hsl(215.4 16.3% 46.9% / 0.95);
}
.border-muted\/0 {
  border-color: hsl(210 40% 96% / 0);
}
.border-muted\/10 {
  border-color: hsl(210 40% 96% / 0.1);
}
.border-muted\/100 {
  border-color: hsl(210 40% 96% / 1);
}
.border-muted\/15 {
  border-color: hsl(210 40% 96% / 0.15);
}
.border-muted\/20 {
  border-color: hsl(210 40% 96% / 0.2);
}
.border-muted\/25 {
  border-color: hsl(210 40% 96% / 0.25);
}
.border-muted\/30 {
  border-color: hsl(210 40% 96% / 0.3);
}
.border-muted\/35 {
  border-color: hsl(210 40% 96% / 0.35);
}
.border-muted\/40 {
  border-color: hsl(210 40% 96% / 0.4);
}
.border-muted\/45 {
  border-color: hsl(210 40% 96% / 0.45);
}
.border-muted\/5 {
  border-color: hsl(210 40% 96% / 0.05);
}
.border-muted\/50 {
  border-color: hsl(210 40% 96% / 0.5);
}
.border-muted\/55 {
  border-color: hsl(210 40% 96% / 0.55);
}
.border-muted\/60 {
  border-color: hsl(210 40% 96% / 0.6);
}
.border-muted\/65 {
  border-color: hsl(210 40% 96% / 0.65);
}
.border-muted\/70 {
  border-color: hsl(210 40% 96% / 0.7);
}
.border-muted\/75 {
  border-color: hsl(210 40% 96% / 0.75);
}
.border-muted\/80 {
  border-color: hsl(210 40% 96% / 0.8);
}
.border-muted\/85 {
  border-color: hsl(210 40% 96% / 0.85);
}
.border-muted\/90 {
  border-color: hsl(210 40% 96% / 0.9);
}
.border-muted\/95 {
  border-color: hsl(210 40% 96% / 0.95);
}
.border-popover {
  --tw-border-opacity: 1;
  border-color: hsl(0 0% 100% / var(--tw-border-opacity, 1));
}
.border-popover-foreground {
  --tw-border-opacity: 1;
  border-color: hsl(222.2 84% 4.9% / var(--tw-border-opacity, 1));
}
.border-popover-foreground\/0 {
  border-color: hsl(222.2 84% 4.9% / 0);
}
.border-popover-foreground\/10 {
  border-color: hsl(222.2 84% 4.9% / 0.1);
}
.border-popover-foreground\/100 {
  border-color: hsl(222.2 84% 4.9% / 1);
}
.border-popover-foreground\/15 {
  border-color: hsl(222.2 84% 4.9% / 0.15);
}
.border-popover-foreground\/20 {
  border-color: hsl(222.2 84% 4.9% / 0.2);
}
.border-popover-foreground\/25 {
  border-color: hsl(222.2 84% 4.9% / 0.25);
}
.border-popover-foreground\/30 {
  border-color: hsl(222.2 84% 4.9% / 0.3);
}
.border-popover-foreground\/35 {
  border-color: hsl(222.2 84% 4.9% / 0.35);
}
.border-popover-foreground\/40 {
  border-color: hsl(222.2 84% 4.9% / 0.4);
}
.border-popover-foreground\/45 {
  border-color: hsl(222.2 84% 4.9% / 0.45);
}
.border-popover-foreground\/5 {
  border-color: hsl(222.2 84% 4.9% / 0.05);
}
.border-popover-foreground\/50 {
  border-color: hsl(222.2 84% 4.9% / 0.5);
}
.border-popover-foreground\/55 {
  border-color: hsl(222.2 84% 4.9% / 0.55);
}
.border-popover-foreground\/60 {
  border-color: hsl(222.2 84% 4.9% / 0.6);
}
.border-popover-foreground\/65 {
  border-color: hsl(222.2 84% 4.9% / 0.65);
}
.border-popover-foreground\/70 {
  border-color: hsl(222.2 84% 4.9% / 0.7);
}
.border-popover-foreground\/75 {
  border-color: hsl(222.2 84% 4.9% / 0.75);
}
.border-popover-foreground\/80 {
  border-color: hsl(222.2 84% 4.9% / 0.8);
}
.border-popover-foreground\/85 {
  border-color: hsl(222.2 84% 4.9% / 0.85);
}
.border-popover-foreground\/90 {
  border-color: hsl(222.2 84% 4.9% / 0.9);
}
.border-popover-foreground\/95 {
  border-color: hsl(222.2 84% 4.9% / 0.95);
}
.border-popover\/0 {
  border-color: hsl(0 0% 100% / 0);
}
.border-popover\/10 {
  border-color: hsl(0 0% 100% / 0.1);
}
.border-popover\/100 {
  border-color: hsl(0 0% 100% / 1);
}
.border-popover\/15 {
  border-color: hsl(0 0% 100% / 0.15);
}
.border-popover\/20 {
  border-color: hsl(0 0% 100% / 0.2);
}
.border-popover\/25 {
  border-color: hsl(0 0% 100% / 0.25);
}
.border-popover\/30 {
  border-color: hsl(0 0% 100% / 0.3);
}
.border-popover\/35 {
  border-color: hsl(0 0% 100% / 0.35);
}
.border-popover\/40 {
  border-color: hsl(0 0% 100% / 0.4);
}
.border-popover\/45 {
  border-color: hsl(0 0% 100% / 0.45);
}
.border-popover\/5 {
  border-color: hsl(0 0% 100% / 0.05);
}
.border-popover\/50 {
  border-color: hsl(0 0% 100% / 0.5);
}
.border-popover\/55 {
  border-color: hsl(0 0% 100% / 0.55);
}
.border-popover\/60 {
  border-color: hsl(0 0% 100% / 0.6);
}
.border-popover\/65 {
  border-color: hsl(0 0% 100% / 0.65);
}
.border-popover\/70 {
  border-color: hsl(0 0% 100% / 0.7);
}
.border-popover\/75 {
  border-color: hsl(0 0% 100% / 0.75);
}
.border-popover\/80 {
  border-color: hsl(0 0% 100% / 0.8);
}
.border-popover\/85 {
  border-color: hsl(0 0% 100% / 0.85);
}
.border-popover\/90 {
  border-color: hsl(0 0% 100% / 0.9);
}
.border-popover\/95 {
  border-color: hsl(0 0% 100% / 0.95);
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: hsl(221.2 83.2% 53.3% / var(--tw-border-opacity, 1));
}
.border-primary-foreground {
  --tw-border-opacity: 1;
  border-color: hsl(210 40% 98% / var(--tw-border-opacity, 1));
}
.border-primary-foreground\/0 {
  border-color: hsl(210 40% 98% / 0);
}
.border-primary-foreground\/10 {
  border-color: hsl(210 40% 98% / 0.1);
}
.border-primary-foreground\/100 {
  border-color: hsl(210 40% 98% / 1);
}
.border-primary-foreground\/15 {
  border-color: hsl(210 40% 98% / 0.15);
}
.border-primary-foreground\/20 {
  border-color: hsl(210 40% 98% / 0.2);
}
.border-primary-foreground\/25 {
  border-color: hsl(210 40% 98% / 0.25);
}
.border-primary-foreground\/30 {
  border-color: hsl(210 40% 98% / 0.3);
}
.border-primary-foreground\/35 {
  border-color: hsl(210 40% 98% / 0.35);
}
.border-primary-foreground\/40 {
  border-color: hsl(210 40% 98% / 0.4);
}
.border-primary-foreground\/45 {
  border-color: hsl(210 40% 98% / 0.45);
}
.border-primary-foreground\/5 {
  border-color: hsl(210 40% 98% / 0.05);
}
.border-primary-foreground\/50 {
  border-color: hsl(210 40% 98% / 0.5);
}
.border-primary-foreground\/55 {
  border-color: hsl(210 40% 98% / 0.55);
}
.border-primary-foreground\/60 {
  border-color: hsl(210 40% 98% / 0.6);
}
.border-primary-foreground\/65 {
  border-color: hsl(210 40% 98% / 0.65);
}
.border-primary-foreground\/70 {
  border-color: hsl(210 40% 98% / 0.7);
}
.border-primary-foreground\/75 {
  border-color: hsl(210 40% 98% / 0.75);
}
.border-primary-foreground\/80 {
  border-color: hsl(210 40% 98% / 0.8);
}
.border-primary-foreground\/85 {
  border-color: hsl(210 40% 98% / 0.85);
}
.border-primary-foreground\/90 {
  border-color: hsl(210 40% 98% / 0.9);
}
.border-primary-foreground\/95 {
  border-color: hsl(210 40% 98% / 0.95);
}
.border-primary\/0 {
  border-color: hsl(221.2 83.2% 53.3% / 0);
}
.border-primary\/10 {
  border-color: hsl(221.2 83.2% 53.3% / 0.1);
}
.border-primary\/100 {
  border-color: hsl(221.2 83.2% 53.3% / 1);
}
.border-primary\/15 {
  border-color: hsl(221.2 83.2% 53.3% / 0.15);
}
.border-primary\/20 {
  border-color: hsl(221.2 83.2% 53.3% / 0.2);
}
.border-primary\/25 {
  border-color: hsl(221.2 83.2% 53.3% / 0.25);
}
.border-primary\/30 {
  border-color: hsl(221.2 83.2% 53.3% / 0.3);
}
.border-primary\/35 {
  border-color: hsl(221.2 83.2% 53.3% / 0.35);
}
.border-primary\/40 {
  border-color: hsl(221.2 83.2% 53.3% / 0.4);
}
.border-primary\/45 {
  border-color: hsl(221.2 83.2% 53.3% / 0.45);
}
.border-primary\/5 {
  border-color: hsl(221.2 83.2% 53.3% / 0.05);
}
.border-primary\/50 {
  border-color: hsl(221.2 83.2% 53.3% / 0.5);
}
.border-primary\/55 {
  border-color: hsl(221.2 83.2% 53.3% / 0.55);
}
.border-primary\/60 {
  border-color: hsl(221.2 83.2% 53.3% / 0.6);
}
.border-primary\/65 {
  border-color: hsl(221.2 83.2% 53.3% / 0.65);
}
.border-primary\/70 {
  border-color: hsl(221.2 83.2% 53.3% / 0.7);
}
.border-primary\/75 {
  border-color: hsl(221.2 83.2% 53.3% / 0.75);
}
.border-primary\/80 {
  border-color: hsl(221.2 83.2% 53.3% / 0.8);
}
.border-primary\/85 {
  border-color: hsl(221.2 83.2% 53.3% / 0.85);
}
.border-primary\/90 {
  border-color: hsl(221.2 83.2% 53.3% / 0.9);
}
.border-primary\/95 {
  border-color: hsl(221.2 83.2% 53.3% / 0.95);
}
.border-ring {
  --tw-border-opacity: 1;
  border-color: hsl(221.2 83.2% 53.3% / var(--tw-border-opacity, 1));
}
.border-ring\/0 {
  border-color: hsl(221.2 83.2% 53.3% / 0);
}
.border-ring\/10 {
  border-color: hsl(221.2 83.2% 53.3% / 0.1);
}
.border-ring\/100 {
  border-color: hsl(221.2 83.2% 53.3% / 1);
}
.border-ring\/15 {
  border-color: hsl(221.2 83.2% 53.3% / 0.15);
}
.border-ring\/20 {
  border-color: hsl(221.2 83.2% 53.3% / 0.2);
}
.border-ring\/25 {
  border-color: hsl(221.2 83.2% 53.3% / 0.25);
}
.border-ring\/30 {
  border-color: hsl(221.2 83.2% 53.3% / 0.3);
}
.border-ring\/35 {
  border-color: hsl(221.2 83.2% 53.3% / 0.35);
}
.border-ring\/40 {
  border-color: hsl(221.2 83.2% 53.3% / 0.4);
}
.border-ring\/45 {
  border-color: hsl(221.2 83.2% 53.3% / 0.45);
}
.border-ring\/5 {
  border-color: hsl(221.2 83.2% 53.3% / 0.05);
}
.border-ring\/50 {
  border-color: hsl(221.2 83.2% 53.3% / 0.5);
}
.border-ring\/55 {
  border-color: hsl(221.2 83.2% 53.3% / 0.55);
}
.border-ring\/60 {
  border-color: hsl(221.2 83.2% 53.3% / 0.6);
}
.border-ring\/65 {
  border-color: hsl(221.2 83.2% 53.3% / 0.65);
}
.border-ring\/70 {
  border-color: hsl(221.2 83.2% 53.3% / 0.7);
}
.border-ring\/75 {
  border-color: hsl(221.2 83.2% 53.3% / 0.75);
}
.border-ring\/80 {
  border-color: hsl(221.2 83.2% 53.3% / 0.8);
}
.border-ring\/85 {
  border-color: hsl(221.2 83.2% 53.3% / 0.85);
}
.border-ring\/90 {
  border-color: hsl(221.2 83.2% 53.3% / 0.9);
}
.border-ring\/95 {
  border-color: hsl(221.2 83.2% 53.3% / 0.95);
}
.border-secondary {
  --tw-border-opacity: 1;
  border-color: hsl(210 40% 96% / var(--tw-border-opacity, 1));
}
.border-secondary-foreground {
  --tw-border-opacity: 1;
  border-color: hsl(222.2 84% 4.9% / var(--tw-border-opacity, 1));
}
.border-secondary-foreground\/0 {
  border-color: hsl(222.2 84% 4.9% / 0);
}
.border-secondary-foreground\/10 {
  border-color: hsl(222.2 84% 4.9% / 0.1);
}
.border-secondary-foreground\/100 {
  border-color: hsl(222.2 84% 4.9% / 1);
}
.border-secondary-foreground\/15 {
  border-color: hsl(222.2 84% 4.9% / 0.15);
}
.border-secondary-foreground\/20 {
  border-color: hsl(222.2 84% 4.9% / 0.2);
}
.border-secondary-foreground\/25 {
  border-color: hsl(222.2 84% 4.9% / 0.25);
}
.border-secondary-foreground\/30 {
  border-color: hsl(222.2 84% 4.9% / 0.3);
}
.border-secondary-foreground\/35 {
  border-color: hsl(222.2 84% 4.9% / 0.35);
}
.border-secondary-foreground\/40 {
  border-color: hsl(222.2 84% 4.9% / 0.4);
}
.border-secondary-foreground\/45 {
  border-color: hsl(222.2 84% 4.9% / 0.45);
}
.border-secondary-foreground\/5 {
  border-color: hsl(222.2 84% 4.9% / 0.05);
}
.border-secondary-foreground\/50 {
  border-color: hsl(222.2 84% 4.9% / 0.5);
}
.border-secondary-foreground\/55 {
  border-color: hsl(222.2 84% 4.9% / 0.55);
}
.border-secondary-foreground\/60 {
  border-color: hsl(222.2 84% 4.9% / 0.6);
}
.border-secondary-foreground\/65 {
  border-color: hsl(222.2 84% 4.9% / 0.65);
}
.border-secondary-foreground\/70 {
  border-color: hsl(222.2 84% 4.9% / 0.7);
}
.border-secondary-foreground\/75 {
  border-color: hsl(222.2 84% 4.9% / 0.75);
}
.border-secondary-foreground\/80 {
  border-color: hsl(222.2 84% 4.9% / 0.8);
}
.border-secondary-foreground\/85 {
  border-color: hsl(222.2 84% 4.9% / 0.85);
}
.border-secondary-foreground\/90 {
  border-color: hsl(222.2 84% 4.9% / 0.9);
}
.border-secondary-foreground\/95 {
  border-color: hsl(222.2 84% 4.9% / 0.95);
}
.border-secondary\/0 {
  border-color: hsl(210 40% 96% / 0);
}
.border-secondary\/10 {
  border-color: hsl(210 40% 96% / 0.1);
}
.border-secondary\/100 {
  border-color: hsl(210 40% 96% / 1);
}
.border-secondary\/15 {
  border-color: hsl(210 40% 96% / 0.15);
}
.border-secondary\/20 {
  border-color: hsl(210 40% 96% / 0.2);
}
.border-secondary\/25 {
  border-color: hsl(210 40% 96% / 0.25);
}
.border-secondary\/30 {
  border-color: hsl(210 40% 96% / 0.3);
}
.border-secondary\/35 {
  border-color: hsl(210 40% 96% / 0.35);
}
.border-secondary\/40 {
  border-color: hsl(210 40% 96% / 0.4);
}
.border-secondary\/45 {
  border-color: hsl(210 40% 96% / 0.45);
}
.border-secondary\/5 {
  border-color: hsl(210 40% 96% / 0.05);
}
.border-secondary\/50 {
  border-color: hsl(210 40% 96% / 0.5);
}
.border-secondary\/55 {
  border-color: hsl(210 40% 96% / 0.55);
}
.border-secondary\/60 {
  border-color: hsl(210 40% 96% / 0.6);
}
.border-secondary\/65 {
  border-color: hsl(210 40% 96% / 0.65);
}
.border-secondary\/70 {
  border-color: hsl(210 40% 96% / 0.7);
}
.border-secondary\/75 {
  border-color: hsl(210 40% 96% / 0.75);
}
.border-secondary\/80 {
  border-color: hsl(210 40% 96% / 0.8);
}
.border-secondary\/85 {
  border-color: hsl(210 40% 96% / 0.85);
}
.border-secondary\/90 {
  border-color: hsl(210 40% 96% / 0.9);
}
.border-secondary\/95 {
  border-color: hsl(210 40% 96% / 0.95);
}
.border-transparent {
  border-color: transparent;
}
.\!border-l-blue-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
}
.\!border-l-gray-400 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
}
.\!border-l-green-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(34 197 94 / var(--tw-border-opacity, 1)) !important;
}
.\!border-l-red-500 {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
}
.border-l-transparent {
  border-left-color: transparent;
}
.border-t-transparent {
  border-top-color: transparent;
}
.bg-accent {
  --tw-bg-opacity: 1;
  background-color: hsl(210 40% 96% / var(--tw-bg-opacity, 1));
}
.bg-accent-foreground {
  --tw-bg-opacity: 1;
  background-color: hsl(222.2 84% 4.9% / var(--tw-bg-opacity, 1));
}
.bg-accent-foreground\/0 {
  background-color: hsl(222.2 84% 4.9% / 0);
}
.bg-accent-foreground\/10 {
  background-color: hsl(222.2 84% 4.9% / 0.1);
}
.bg-accent-foreground\/100 {
  background-color: hsl(222.2 84% 4.9% / 1);
}
.bg-accent-foreground\/15 {
  background-color: hsl(222.2 84% 4.9% / 0.15);
}
.bg-accent-foreground\/20 {
  background-color: hsl(222.2 84% 4.9% / 0.2);
}
.bg-accent-foreground\/25 {
  background-color: hsl(222.2 84% 4.9% / 0.25);
}
.bg-accent-foreground\/30 {
  background-color: hsl(222.2 84% 4.9% / 0.3);
}
.bg-accent-foreground\/35 {
  background-color: hsl(222.2 84% 4.9% / 0.35);
}
.bg-accent-foreground\/40 {
  background-color: hsl(222.2 84% 4.9% / 0.4);
}
.bg-accent-foreground\/45 {
  background-color: hsl(222.2 84% 4.9% / 0.45);
}
.bg-accent-foreground\/5 {
  background-color: hsl(222.2 84% 4.9% / 0.05);
}
.bg-accent-foreground\/50 {
  background-color: hsl(222.2 84% 4.9% / 0.5);
}
.bg-accent-foreground\/55 {
  background-color: hsl(222.2 84% 4.9% / 0.55);
}
.bg-accent-foreground\/60 {
  background-color: hsl(222.2 84% 4.9% / 0.6);
}
.bg-accent-foreground\/65 {
  background-color: hsl(222.2 84% 4.9% / 0.65);
}
.bg-accent-foreground\/70 {
  background-color: hsl(222.2 84% 4.9% / 0.7);
}
.bg-accent-foreground\/75 {
  background-color: hsl(222.2 84% 4.9% / 0.75);
}
.bg-accent-foreground\/80 {
  background-color: hsl(222.2 84% 4.9% / 0.8);
}
.bg-accent-foreground\/85 {
  background-color: hsl(222.2 84% 4.9% / 0.85);
}
.bg-accent-foreground\/90 {
  background-color: hsl(222.2 84% 4.9% / 0.9);
}
.bg-accent-foreground\/95 {
  background-color: hsl(222.2 84% 4.9% / 0.95);
}
.bg-accent\/0 {
  background-color: hsl(210 40% 96% / 0);
}
.bg-accent\/10 {
  background-color: hsl(210 40% 96% / 0.1);
}
.bg-accent\/100 {
  background-color: hsl(210 40% 96% / 1);
}
.bg-accent\/15 {
  background-color: hsl(210 40% 96% / 0.15);
}
.bg-accent\/20 {
  background-color: hsl(210 40% 96% / 0.2);
}
.bg-accent\/25 {
  background-color: hsl(210 40% 96% / 0.25);
}
.bg-accent\/30 {
  background-color: hsl(210 40% 96% / 0.3);
}
.bg-accent\/35 {
  background-color: hsl(210 40% 96% / 0.35);
}
.bg-accent\/40 {
  background-color: hsl(210 40% 96% / 0.4);
}
.bg-accent\/45 {
  background-color: hsl(210 40% 96% / 0.45);
}
.bg-accent\/5 {
  background-color: hsl(210 40% 96% / 0.05);
}
.bg-accent\/50 {
  background-color: hsl(210 40% 96% / 0.5);
}
.bg-accent\/55 {
  background-color: hsl(210 40% 96% / 0.55);
}
.bg-accent\/60 {
  background-color: hsl(210 40% 96% / 0.6);
}
.bg-accent\/65 {
  background-color: hsl(210 40% 96% / 0.65);
}
.bg-accent\/70 {
  background-color: hsl(210 40% 96% / 0.7);
}
.bg-accent\/75 {
  background-color: hsl(210 40% 96% / 0.75);
}
.bg-accent\/80 {
  background-color: hsl(210 40% 96% / 0.8);
}
.bg-accent\/85 {
  background-color: hsl(210 40% 96% / 0.85);
}
.bg-accent\/90 {
  background-color: hsl(210 40% 96% / 0.9);
}
.bg-accent\/95 {
  background-color: hsl(210 40% 96% / 0.95);
}
.bg-background {
  --tw-bg-opacity: 1;
  background-color: hsl(0 0% 100% / var(--tw-bg-opacity, 1));
}
.bg-background\/0 {
  background-color: hsl(0 0% 100% / 0);
}
.bg-background\/10 {
  background-color: hsl(0 0% 100% / 0.1);
}
.bg-background\/100 {
  background-color: hsl(0 0% 100% / 1);
}
.bg-background\/15 {
  background-color: hsl(0 0% 100% / 0.15);
}
.bg-background\/20 {
  background-color: hsl(0 0% 100% / 0.2);
}
.bg-background\/25 {
  background-color: hsl(0 0% 100% / 0.25);
}
.bg-background\/30 {
  background-color: hsl(0 0% 100% / 0.3);
}
.bg-background\/35 {
  background-color: hsl(0 0% 100% / 0.35);
}
.bg-background\/40 {
  background-color: hsl(0 0% 100% / 0.4);
}
.bg-background\/45 {
  background-color: hsl(0 0% 100% / 0.45);
}
.bg-background\/5 {
  background-color: hsl(0 0% 100% / 0.05);
}
.bg-background\/50 {
  background-color: hsl(0 0% 100% / 0.5);
}
.bg-background\/55 {
  background-color: hsl(0 0% 100% / 0.55);
}
.bg-background\/60 {
  background-color: hsl(0 0% 100% / 0.6);
}
.bg-background\/65 {
  background-color: hsl(0 0% 100% / 0.65);
}
.bg-background\/70 {
  background-color: hsl(0 0% 100% / 0.7);
}
.bg-background\/75 {
  background-color: hsl(0 0% 100% / 0.75);
}
.bg-background\/80 {
  background-color: hsl(0 0% 100% / 0.8);
}
.bg-background\/85 {
  background-color: hsl(0 0% 100% / 0.85);
}
.bg-background\/90 {
  background-color: hsl(0 0% 100% / 0.9);
}
.bg-background\/95 {
  background-color: hsl(0 0% 100% / 0.95);
}
.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-border {
  --tw-bg-opacity: 1;
  background-color: hsl(214.3 31.8% 91.4% / var(--tw-bg-opacity, 1));
}
.bg-border\/0 {
  background-color: hsl(214.3 31.8% 91.4% / 0);
}
.bg-border\/10 {
  background-color: hsl(214.3 31.8% 91.4% / 0.1);
}
.bg-border\/100 {
  background-color: hsl(214.3 31.8% 91.4% / 1);
}
.bg-border\/15 {
  background-color: hsl(214.3 31.8% 91.4% / 0.15);
}
.bg-border\/20 {
  background-color: hsl(214.3 31.8% 91.4% / 0.2);
}
.bg-border\/25 {
  background-color: hsl(214.3 31.8% 91.4% / 0.25);
}
.bg-border\/30 {
  background-color: hsl(214.3 31.8% 91.4% / 0.3);
}
.bg-border\/35 {
  background-color: hsl(214.3 31.8% 91.4% / 0.35);
}
.bg-border\/40 {
  background-color: hsl(214.3 31.8% 91.4% / 0.4);
}
.bg-border\/45 {
  background-color: hsl(214.3 31.8% 91.4% / 0.45);
}
.bg-border\/5 {
  background-color: hsl(214.3 31.8% 91.4% / 0.05);
}
.bg-border\/50 {
  background-color: hsl(214.3 31.8% 91.4% / 0.5);
}
.bg-border\/55 {
  background-color: hsl(214.3 31.8% 91.4% / 0.55);
}
.bg-border\/60 {
  background-color: hsl(214.3 31.8% 91.4% / 0.6);
}
.bg-border\/65 {
  background-color: hsl(214.3 31.8% 91.4% / 0.65);
}
.bg-border\/70 {
  background-color: hsl(214.3 31.8% 91.4% / 0.7);
}
.bg-border\/75 {
  background-color: hsl(214.3 31.8% 91.4% / 0.75);
}
.bg-border\/80 {
  background-color: hsl(214.3 31.8% 91.4% / 0.8);
}
.bg-border\/85 {
  background-color: hsl(214.3 31.8% 91.4% / 0.85);
}
.bg-border\/90 {
  background-color: hsl(214.3 31.8% 91.4% / 0.9);
}
.bg-border\/95 {
  background-color: hsl(214.3 31.8% 91.4% / 0.95);
}
.bg-card {
  --tw-bg-opacity: 1;
  background-color: hsl(0 0% 100% / var(--tw-bg-opacity, 1));
}
.bg-card-foreground {
  --tw-bg-opacity: 1;
  background-color: hsl(222.2 84% 4.9% / var(--tw-bg-opacity, 1));
}
.bg-card-foreground\/0 {
  background-color: hsl(222.2 84% 4.9% / 0);
}
.bg-card-foreground\/10 {
  background-color: hsl(222.2 84% 4.9% / 0.1);
}
.bg-card-foreground\/100 {
  background-color: hsl(222.2 84% 4.9% / 1);
}
.bg-card-foreground\/15 {
  background-color: hsl(222.2 84% 4.9% / 0.15);
}
.bg-card-foreground\/20 {
  background-color: hsl(222.2 84% 4.9% / 0.2);
}
.bg-card-foreground\/25 {
  background-color: hsl(222.2 84% 4.9% / 0.25);
}
.bg-card-foreground\/30 {
  background-color: hsl(222.2 84% 4.9% / 0.3);
}
.bg-card-foreground\/35 {
  background-color: hsl(222.2 84% 4.9% / 0.35);
}
.bg-card-foreground\/40 {
  background-color: hsl(222.2 84% 4.9% / 0.4);
}
.bg-card-foreground\/45 {
  background-color: hsl(222.2 84% 4.9% / 0.45);
}
.bg-card-foreground\/5 {
  background-color: hsl(222.2 84% 4.9% / 0.05);
}
.bg-card-foreground\/50 {
  background-color: hsl(222.2 84% 4.9% / 0.5);
}
.bg-card-foreground\/55 {
  background-color: hsl(222.2 84% 4.9% / 0.55);
}
.bg-card-foreground\/60 {
  background-color: hsl(222.2 84% 4.9% / 0.6);
}
.bg-card-foreground\/65 {
  background-color: hsl(222.2 84% 4.9% / 0.65);
}
.bg-card-foreground\/70 {
  background-color: hsl(222.2 84% 4.9% / 0.7);
}
.bg-card-foreground\/75 {
  background-color: hsl(222.2 84% 4.9% / 0.75);
}
.bg-card-foreground\/80 {
  background-color: hsl(222.2 84% 4.9% / 0.8);
}
.bg-card-foreground\/85 {
  background-color: hsl(222.2 84% 4.9% / 0.85);
}
.bg-card-foreground\/90 {
  background-color: hsl(222.2 84% 4.9% / 0.9);
}
.bg-card-foreground\/95 {
  background-color: hsl(222.2 84% 4.9% / 0.95);
}
.bg-card\/0 {
  background-color: hsl(0 0% 100% / 0);
}
.bg-card\/10 {
  background-color: hsl(0 0% 100% / 0.1);
}
.bg-card\/100 {
  background-color: hsl(0 0% 100% / 1);
}
.bg-card\/15 {
  background-color: hsl(0 0% 100% / 0.15);
}
.bg-card\/20 {
  background-color: hsl(0 0% 100% / 0.2);
}
.bg-card\/25 {
  background-color: hsl(0 0% 100% / 0.25);
}
.bg-card\/30 {
  background-color: hsl(0 0% 100% / 0.3);
}
.bg-card\/35 {
  background-color: hsl(0 0% 100% / 0.35);
}
.bg-card\/40 {
  background-color: hsl(0 0% 100% / 0.4);
}
.bg-card\/45 {
  background-color: hsl(0 0% 100% / 0.45);
}
.bg-card\/5 {
  background-color: hsl(0 0% 100% / 0.05);
}
.bg-card\/50 {
  background-color: hsl(0 0% 100% / 0.5);
}
.bg-card\/55 {
  background-color: hsl(0 0% 100% / 0.55);
}
.bg-card\/60 {
  background-color: hsl(0 0% 100% / 0.6);
}
.bg-card\/65 {
  background-color: hsl(0 0% 100% / 0.65);
}
.bg-card\/70 {
  background-color: hsl(0 0% 100% / 0.7);
}
.bg-card\/75 {
  background-color: hsl(0 0% 100% / 0.75);
}
.bg-card\/80 {
  background-color: hsl(0 0% 100% / 0.8);
}
.bg-card\/85 {
  background-color: hsl(0 0% 100% / 0.85);
}
.bg-card\/90 {
  background-color: hsl(0 0% 100% / 0.9);
}
.bg-card\/95 {
  background-color: hsl(0 0% 100% / 0.95);
}
.bg-destructive {
  --tw-bg-opacity: 1;
  background-color: hsl(0 84.2% 60.2% / var(--tw-bg-opacity, 1));
}
.bg-destructive-foreground {
  --tw-bg-opacity: 1;
  background-color: hsl(210 40% 98% / var(--tw-bg-opacity, 1));
}
.bg-destructive-foreground\/0 {
  background-color: hsl(210 40% 98% / 0);
}
.bg-destructive-foreground\/10 {
  background-color: hsl(210 40% 98% / 0.1);
}
.bg-destructive-foreground\/100 {
  background-color: hsl(210 40% 98% / 1);
}
.bg-destructive-foreground\/15 {
  background-color: hsl(210 40% 98% / 0.15);
}
.bg-destructive-foreground\/20 {
  background-color: hsl(210 40% 98% / 0.2);
}
.bg-destructive-foreground\/25 {
  background-color: hsl(210 40% 98% / 0.25);
}
.bg-destructive-foreground\/30 {
  background-color: hsl(210 40% 98% / 0.3);
}
.bg-destructive-foreground\/35 {
  background-color: hsl(210 40% 98% / 0.35);
}
.bg-destructive-foreground\/40 {
  background-color: hsl(210 40% 98% / 0.4);
}
.bg-destructive-foreground\/45 {
  background-color: hsl(210 40% 98% / 0.45);
}
.bg-destructive-foreground\/5 {
  background-color: hsl(210 40% 98% / 0.05);
}
.bg-destructive-foreground\/50 {
  background-color: hsl(210 40% 98% / 0.5);
}
.bg-destructive-foreground\/55 {
  background-color: hsl(210 40% 98% / 0.55);
}
.bg-destructive-foreground\/60 {
  background-color: hsl(210 40% 98% / 0.6);
}
.bg-destructive-foreground\/65 {
  background-color: hsl(210 40% 98% / 0.65);
}
.bg-destructive-foreground\/70 {
  background-color: hsl(210 40% 98% / 0.7);
}
.bg-destructive-foreground\/75 {
  background-color: hsl(210 40% 98% / 0.75);
}
.bg-destructive-foreground\/80 {
  background-color: hsl(210 40% 98% / 0.8);
}
.bg-destructive-foreground\/85 {
  background-color: hsl(210 40% 98% / 0.85);
}
.bg-destructive-foreground\/90 {
  background-color: hsl(210 40% 98% / 0.9);
}
.bg-destructive-foreground\/95 {
  background-color: hsl(210 40% 98% / 0.95);
}
.bg-destructive\/0 {
  background-color: hsl(0 84.2% 60.2% / 0);
}
.bg-destructive\/10 {
  background-color: hsl(0 84.2% 60.2% / 0.1);
}
.bg-destructive\/100 {
  background-color: hsl(0 84.2% 60.2% / 1);
}
.bg-destructive\/15 {
  background-color: hsl(0 84.2% 60.2% / 0.15);
}
.bg-destructive\/20 {
  background-color: hsl(0 84.2% 60.2% / 0.2);
}
.bg-destructive\/25 {
  background-color: hsl(0 84.2% 60.2% / 0.25);
}
.bg-destructive\/30 {
  background-color: hsl(0 84.2% 60.2% / 0.3);
}
.bg-destructive\/35 {
  background-color: hsl(0 84.2% 60.2% / 0.35);
}
.bg-destructive\/40 {
  background-color: hsl(0 84.2% 60.2% / 0.4);
}
.bg-destructive\/45 {
  background-color: hsl(0 84.2% 60.2% / 0.45);
}
.bg-destructive\/5 {
  background-color: hsl(0 84.2% 60.2% / 0.05);
}
.bg-destructive\/50 {
  background-color: hsl(0 84.2% 60.2% / 0.5);
}
.bg-destructive\/55 {
  background-color: hsl(0 84.2% 60.2% / 0.55);
}
.bg-destructive\/60 {
  background-color: hsl(0 84.2% 60.2% / 0.6);
}
.bg-destructive\/65 {
  background-color: hsl(0 84.2% 60.2% / 0.65);
}
.bg-destructive\/70 {
  background-color: hsl(0 84.2% 60.2% / 0.7);
}
.bg-destructive\/75 {
  background-color: hsl(0 84.2% 60.2% / 0.75);
}
.bg-destructive\/80 {
  background-color: hsl(0 84.2% 60.2% / 0.8);
}
.bg-destructive\/85 {
  background-color: hsl(0 84.2% 60.2% / 0.85);
}
.bg-destructive\/90 {
  background-color: hsl(0 84.2% 60.2% / 0.9);
}
.bg-destructive\/95 {
  background-color: hsl(0 84.2% 60.2% / 0.95);
}
.bg-foreground {
  --tw-bg-opacity: 1;
  background-color: hsl(222.2 84% 4.9% / var(--tw-bg-opacity, 1));
}
.bg-foreground\/0 {
  background-color: hsl(222.2 84% 4.9% / 0);
}
.bg-foreground\/10 {
  background-color: hsl(222.2 84% 4.9% / 0.1);
}
.bg-foreground\/100 {
  background-color: hsl(222.2 84% 4.9% / 1);
}
.bg-foreground\/15 {
  background-color: hsl(222.2 84% 4.9% / 0.15);
}
.bg-foreground\/20 {
  background-color: hsl(222.2 84% 4.9% / 0.2);
}
.bg-foreground\/25 {
  background-color: hsl(222.2 84% 4.9% / 0.25);
}
.bg-foreground\/30 {
  background-color: hsl(222.2 84% 4.9% / 0.3);
}
.bg-foreground\/35 {
  background-color: hsl(222.2 84% 4.9% / 0.35);
}
.bg-foreground\/40 {
  background-color: hsl(222.2 84% 4.9% / 0.4);
}
.bg-foreground\/45 {
  background-color: hsl(222.2 84% 4.9% / 0.45);
}
.bg-foreground\/5 {
  background-color: hsl(222.2 84% 4.9% / 0.05);
}
.bg-foreground\/50 {
  background-color: hsl(222.2 84% 4.9% / 0.5);
}
.bg-foreground\/55 {
  background-color: hsl(222.2 84% 4.9% / 0.55);
}
.bg-foreground\/60 {
  background-color: hsl(222.2 84% 4.9% / 0.6);
}
.bg-foreground\/65 {
  background-color: hsl(222.2 84% 4.9% / 0.65);
}
.bg-foreground\/70 {
  background-color: hsl(222.2 84% 4.9% / 0.7);
}
.bg-foreground\/75 {
  background-color: hsl(222.2 84% 4.9% / 0.75);
}
.bg-foreground\/80 {
  background-color: hsl(222.2 84% 4.9% / 0.8);
}
.bg-foreground\/85 {
  background-color: hsl(222.2 84% 4.9% / 0.85);
}
.bg-foreground\/90 {
  background-color: hsl(222.2 84% 4.9% / 0.9);
}
.bg-foreground\/95 {
  background-color: hsl(222.2 84% 4.9% / 0.95);
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.bg-inherit {
  background-color: inherit;
}
.bg-input {
  --tw-bg-opacity: 1;
  background-color: hsl(214.3 31.8% 91.4% / var(--tw-bg-opacity, 1));
}
.bg-input\/0 {
  background-color: hsl(214.3 31.8% 91.4% / 0);
}
.bg-input\/10 {
  background-color: hsl(214.3 31.8% 91.4% / 0.1);
}
.bg-input\/100 {
  background-color: hsl(214.3 31.8% 91.4% / 1);
}
.bg-input\/15 {
  background-color: hsl(214.3 31.8% 91.4% / 0.15);
}
.bg-input\/20 {
  background-color: hsl(214.3 31.8% 91.4% / 0.2);
}
.bg-input\/25 {
  background-color: hsl(214.3 31.8% 91.4% / 0.25);
}
.bg-input\/30 {
  background-color: hsl(214.3 31.8% 91.4% / 0.3);
}
.bg-input\/35 {
  background-color: hsl(214.3 31.8% 91.4% / 0.35);
}
.bg-input\/40 {
  background-color: hsl(214.3 31.8% 91.4% / 0.4);
}
.bg-input\/45 {
  background-color: hsl(214.3 31.8% 91.4% / 0.45);
}
.bg-input\/5 {
  background-color: hsl(214.3 31.8% 91.4% / 0.05);
}
.bg-input\/50 {
  background-color: hsl(214.3 31.8% 91.4% / 0.5);
}
.bg-input\/55 {
  background-color: hsl(214.3 31.8% 91.4% / 0.55);
}
.bg-input\/60 {
  background-color: hsl(214.3 31.8% 91.4% / 0.6);
}
.bg-input\/65 {
  background-color: hsl(214.3 31.8% 91.4% / 0.65);
}
.bg-input\/70 {
  background-color: hsl(214.3 31.8% 91.4% / 0.7);
}
.bg-input\/75 {
  background-color: hsl(214.3 31.8% 91.4% / 0.75);
}
.bg-input\/80 {
  background-color: hsl(214.3 31.8% 91.4% / 0.8);
}
.bg-input\/85 {
  background-color: hsl(214.3 31.8% 91.4% / 0.85);
}
.bg-input\/90 {
  background-color: hsl(214.3 31.8% 91.4% / 0.9);
}
.bg-input\/95 {
  background-color: hsl(214.3 31.8% 91.4% / 0.95);
}
.bg-muted {
  --tw-bg-opacity: 1;
  background-color: hsl(210 40% 96% / var(--tw-bg-opacity, 1));
}
.bg-muted-foreground {
  --tw-bg-opacity: 1;
  background-color: hsl(215.4 16.3% 46.9% / var(--tw-bg-opacity, 1));
}
.bg-muted-foreground\/0 {
  background-color: hsl(215.4 16.3% 46.9% / 0);
}
.bg-muted-foreground\/10 {
  background-color: hsl(215.4 16.3% 46.9% / 0.1);
}
.bg-muted-foreground\/100 {
  background-color: hsl(215.4 16.3% 46.9% / 1);
}
.bg-muted-foreground\/15 {
  background-color: hsl(215.4 16.3% 46.9% / 0.15);
}
.bg-muted-foreground\/20 {
  background-color: hsl(215.4 16.3% 46.9% / 0.2);
}
.bg-muted-foreground\/25 {
  background-color: hsl(215.4 16.3% 46.9% / 0.25);
}
.bg-muted-foreground\/30 {
  background-color: hsl(215.4 16.3% 46.9% / 0.3);
}
.bg-muted-foreground\/35 {
  background-color: hsl(215.4 16.3% 46.9% / 0.35);
}
.bg-muted-foreground\/40 {
  background-color: hsl(215.4 16.3% 46.9% / 0.4);
}
.bg-muted-foreground\/45 {
  background-color: hsl(215.4 16.3% 46.9% / 0.45);
}
.bg-muted-foreground\/5 {
  background-color: hsl(215.4 16.3% 46.9% / 0.05);
}
.bg-muted-foreground\/50 {
  background-color: hsl(215.4 16.3% 46.9% / 0.5);
}
.bg-muted-foreground\/55 {
  background-color: hsl(215.4 16.3% 46.9% / 0.55);
}
.bg-muted-foreground\/60 {
  background-color: hsl(215.4 16.3% 46.9% / 0.6);
}
.bg-muted-foreground\/65 {
  background-color: hsl(215.4 16.3% 46.9% / 0.65);
}
.bg-muted-foreground\/70 {
  background-color: hsl(215.4 16.3% 46.9% / 0.7);
}
.bg-muted-foreground\/75 {
  background-color: hsl(215.4 16.3% 46.9% / 0.75);
}
.bg-muted-foreground\/80 {
  background-color: hsl(215.4 16.3% 46.9% / 0.8);
}
.bg-muted-foreground\/85 {
  background-color: hsl(215.4 16.3% 46.9% / 0.85);
}
.bg-muted-foreground\/90 {
  background-color: hsl(215.4 16.3% 46.9% / 0.9);
}
.bg-muted-foreground\/95 {
  background-color: hsl(215.4 16.3% 46.9% / 0.95);
}
.bg-muted\/0 {
  background-color: hsl(210 40% 96% / 0);
}
.bg-muted\/10 {
  background-color: hsl(210 40% 96% / 0.1);
}
.bg-muted\/100 {
  background-color: hsl(210 40% 96% / 1);
}
.bg-muted\/15 {
  background-color: hsl(210 40% 96% / 0.15);
}
.bg-muted\/20 {
  background-color: hsl(210 40% 96% / 0.2);
}
.bg-muted\/25 {
  background-color: hsl(210 40% 96% / 0.25);
}
.bg-muted\/30 {
  background-color: hsl(210 40% 96% / 0.3);
}
.bg-muted\/35 {
  background-color: hsl(210 40% 96% / 0.35);
}
.bg-muted\/40 {
  background-color: hsl(210 40% 96% / 0.4);
}
.bg-muted\/45 {
  background-color: hsl(210 40% 96% / 0.45);
}
.bg-muted\/5 {
  background-color: hsl(210 40% 96% / 0.05);
}
.bg-muted\/50 {
  background-color: hsl(210 40% 96% / 0.5);
}
.bg-muted\/55 {
  background-color: hsl(210 40% 96% / 0.55);
}
.bg-muted\/60 {
  background-color: hsl(210 40% 96% / 0.6);
}
.bg-muted\/65 {
  background-color: hsl(210 40% 96% / 0.65);
}
.bg-muted\/70 {
  background-color: hsl(210 40% 96% / 0.7);
}
.bg-muted\/75 {
  background-color: hsl(210 40% 96% / 0.75);
}
.bg-muted\/80 {
  background-color: hsl(210 40% 96% / 0.8);
}
.bg-muted\/85 {
  background-color: hsl(210 40% 96% / 0.85);
}
.bg-muted\/90 {
  background-color: hsl(210 40% 96% / 0.9);
}
.bg-muted\/95 {
  background-color: hsl(210 40% 96% / 0.95);
}
.bg-popover {
  --tw-bg-opacity: 1;
  background-color: hsl(0 0% 100% / var(--tw-bg-opacity, 1));
}
.bg-popover-foreground {
  --tw-bg-opacity: 1;
  background-color: hsl(222.2 84% 4.9% / var(--tw-bg-opacity, 1));
}
.bg-popover-foreground\/0 {
  background-color: hsl(222.2 84% 4.9% / 0);
}
.bg-popover-foreground\/10 {
  background-color: hsl(222.2 84% 4.9% / 0.1);
}
.bg-popover-foreground\/100 {
  background-color: hsl(222.2 84% 4.9% / 1);
}
.bg-popover-foreground\/15 {
  background-color: hsl(222.2 84% 4.9% / 0.15);
}
.bg-popover-foreground\/20 {
  background-color: hsl(222.2 84% 4.9% / 0.2);
}
.bg-popover-foreground\/25 {
  background-color: hsl(222.2 84% 4.9% / 0.25);
}
.bg-popover-foreground\/30 {
  background-color: hsl(222.2 84% 4.9% / 0.3);
}
.bg-popover-foreground\/35 {
  background-color: hsl(222.2 84% 4.9% / 0.35);
}
.bg-popover-foreground\/40 {
  background-color: hsl(222.2 84% 4.9% / 0.4);
}
.bg-popover-foreground\/45 {
  background-color: hsl(222.2 84% 4.9% / 0.45);
}
.bg-popover-foreground\/5 {
  background-color: hsl(222.2 84% 4.9% / 0.05);
}
.bg-popover-foreground\/50 {
  background-color: hsl(222.2 84% 4.9% / 0.5);
}
.bg-popover-foreground\/55 {
  background-color: hsl(222.2 84% 4.9% / 0.55);
}
.bg-popover-foreground\/60 {
  background-color: hsl(222.2 84% 4.9% / 0.6);
}
.bg-popover-foreground\/65 {
  background-color: hsl(222.2 84% 4.9% / 0.65);
}
.bg-popover-foreground\/70 {
  background-color: hsl(222.2 84% 4.9% / 0.7);
}
.bg-popover-foreground\/75 {
  background-color: hsl(222.2 84% 4.9% / 0.75);
}
.bg-popover-foreground\/80 {
  background-color: hsl(222.2 84% 4.9% / 0.8);
}
.bg-popover-foreground\/85 {
  background-color: hsl(222.2 84% 4.9% / 0.85);
}
.bg-popover-foreground\/90 {
  background-color: hsl(222.2 84% 4.9% / 0.9);
}
.bg-popover-foreground\/95 {
  background-color: hsl(222.2 84% 4.9% / 0.95);
}
.bg-popover\/0 {
  background-color: hsl(0 0% 100% / 0);
}
.bg-popover\/10 {
  background-color: hsl(0 0% 100% / 0.1);
}
.bg-popover\/100 {
  background-color: hsl(0 0% 100% / 1);
}
.bg-popover\/15 {
  background-color: hsl(0 0% 100% / 0.15);
}
.bg-popover\/20 {
  background-color: hsl(0 0% 100% / 0.2);
}
.bg-popover\/25 {
  background-color: hsl(0 0% 100% / 0.25);
}
.bg-popover\/30 {
  background-color: hsl(0 0% 100% / 0.3);
}
.bg-popover\/35 {
  background-color: hsl(0 0% 100% / 0.35);
}
.bg-popover\/40 {
  background-color: hsl(0 0% 100% / 0.4);
}
.bg-popover\/45 {
  background-color: hsl(0 0% 100% / 0.45);
}
.bg-popover\/5 {
  background-color: hsl(0 0% 100% / 0.05);
}
.bg-popover\/50 {
  background-color: hsl(0 0% 100% / 0.5);
}
.bg-popover\/55 {
  background-color: hsl(0 0% 100% / 0.55);
}
.bg-popover\/60 {
  background-color: hsl(0 0% 100% / 0.6);
}
.bg-popover\/65 {
  background-color: hsl(0 0% 100% / 0.65);
}
.bg-popover\/70 {
  background-color: hsl(0 0% 100% / 0.7);
}
.bg-popover\/75 {
  background-color: hsl(0 0% 100% / 0.75);
}
.bg-popover\/80 {
  background-color: hsl(0 0% 100% / 0.8);
}
.bg-popover\/85 {
  background-color: hsl(0 0% 100% / 0.85);
}
.bg-popover\/90 {
  background-color: hsl(0 0% 100% / 0.9);
}
.bg-popover\/95 {
  background-color: hsl(0 0% 100% / 0.95);
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: hsl(221.2 83.2% 53.3% / var(--tw-bg-opacity, 1));
}
.bg-primary-foreground {
  --tw-bg-opacity: 1;
  background-color: hsl(210 40% 98% / var(--tw-bg-opacity, 1));
}
.bg-primary-foreground\/0 {
  background-color: hsl(210 40% 98% / 0);
}
.bg-primary-foreground\/10 {
  background-color: hsl(210 40% 98% / 0.1);
}
.bg-primary-foreground\/100 {
  background-color: hsl(210 40% 98% / 1);
}
.bg-primary-foreground\/15 {
  background-color: hsl(210 40% 98% / 0.15);
}
.bg-primary-foreground\/20 {
  background-color: hsl(210 40% 98% / 0.2);
}
.bg-primary-foreground\/25 {
  background-color: hsl(210 40% 98% / 0.25);
}
.bg-primary-foreground\/30 {
  background-color: hsl(210 40% 98% / 0.3);
}
.bg-primary-foreground\/35 {
  background-color: hsl(210 40% 98% / 0.35);
}
.bg-primary-foreground\/40 {
  background-color: hsl(210 40% 98% / 0.4);
}
.bg-primary-foreground\/45 {
  background-color: hsl(210 40% 98% / 0.45);
}
.bg-primary-foreground\/5 {
  background-color: hsl(210 40% 98% / 0.05);
}
.bg-primary-foreground\/50 {
  background-color: hsl(210 40% 98% / 0.5);
}
.bg-primary-foreground\/55 {
  background-color: hsl(210 40% 98% / 0.55);
}
.bg-primary-foreground\/60 {
  background-color: hsl(210 40% 98% / 0.6);
}
.bg-primary-foreground\/65 {
  background-color: hsl(210 40% 98% / 0.65);
}
.bg-primary-foreground\/70 {
  background-color: hsl(210 40% 98% / 0.7);
}
.bg-primary-foreground\/75 {
  background-color: hsl(210 40% 98% / 0.75);
}
.bg-primary-foreground\/80 {
  background-color: hsl(210 40% 98% / 0.8);
}
.bg-primary-foreground\/85 {
  background-color: hsl(210 40% 98% / 0.85);
}
.bg-primary-foreground\/90 {
  background-color: hsl(210 40% 98% / 0.9);
}
.bg-primary-foreground\/95 {
  background-color: hsl(210 40% 98% / 0.95);
}
.bg-primary\/0 {
  background-color: hsl(221.2 83.2% 53.3% / 0);
}
.bg-primary\/10 {
  background-color: hsl(221.2 83.2% 53.3% / 0.1);
}
.bg-primary\/100 {
  background-color: hsl(221.2 83.2% 53.3% / 1);
}
.bg-primary\/15 {
  background-color: hsl(221.2 83.2% 53.3% / 0.15);
}
.bg-primary\/20 {
  background-color: hsl(221.2 83.2% 53.3% / 0.2);
}
.bg-primary\/25 {
  background-color: hsl(221.2 83.2% 53.3% / 0.25);
}
.bg-primary\/30 {
  background-color: hsl(221.2 83.2% 53.3% / 0.3);
}
.bg-primary\/35 {
  background-color: hsl(221.2 83.2% 53.3% / 0.35);
}
.bg-primary\/40 {
  background-color: hsl(221.2 83.2% 53.3% / 0.4);
}
.bg-primary\/45 {
  background-color: hsl(221.2 83.2% 53.3% / 0.45);
}
.bg-primary\/5 {
  background-color: hsl(221.2 83.2% 53.3% / 0.05);
}
.bg-primary\/50 {
  background-color: hsl(221.2 83.2% 53.3% / 0.5);
}
.bg-primary\/55 {
  background-color: hsl(221.2 83.2% 53.3% / 0.55);
}
.bg-primary\/60 {
  background-color: hsl(221.2 83.2% 53.3% / 0.6);
}
.bg-primary\/65 {
  background-color: hsl(221.2 83.2% 53.3% / 0.65);
}
.bg-primary\/70 {
  background-color: hsl(221.2 83.2% 53.3% / 0.7);
}
.bg-primary\/75 {
  background-color: hsl(221.2 83.2% 53.3% / 0.75);
}
.bg-primary\/80 {
  background-color: hsl(221.2 83.2% 53.3% / 0.8);
}
.bg-primary\/85 {
  background-color: hsl(221.2 83.2% 53.3% / 0.85);
}
.bg-primary\/90 {
  background-color: hsl(221.2 83.2% 53.3% / 0.9);
}
.bg-primary\/95 {
  background-color: hsl(221.2 83.2% 53.3% / 0.95);
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-ring {
  --tw-bg-opacity: 1;
  background-color: hsl(221.2 83.2% 53.3% / var(--tw-bg-opacity, 1));
}
.bg-ring\/0 {
  background-color: hsl(221.2 83.2% 53.3% / 0);
}
.bg-ring\/10 {
  background-color: hsl(221.2 83.2% 53.3% / 0.1);
}
.bg-ring\/100 {
  background-color: hsl(221.2 83.2% 53.3% / 1);
}
.bg-ring\/15 {
  background-color: hsl(221.2 83.2% 53.3% / 0.15);
}
.bg-ring\/20 {
  background-color: hsl(221.2 83.2% 53.3% / 0.2);
}
.bg-ring\/25 {
  background-color: hsl(221.2 83.2% 53.3% / 0.25);
}
.bg-ring\/30 {
  background-color: hsl(221.2 83.2% 53.3% / 0.3);
}
.bg-ring\/35 {
  background-color: hsl(221.2 83.2% 53.3% / 0.35);
}
.bg-ring\/40 {
  background-color: hsl(221.2 83.2% 53.3% / 0.4);
}
.bg-ring\/45 {
  background-color: hsl(221.2 83.2% 53.3% / 0.45);
}
.bg-ring\/5 {
  background-color: hsl(221.2 83.2% 53.3% / 0.05);
}
.bg-ring\/50 {
  background-color: hsl(221.2 83.2% 53.3% / 0.5);
}
.bg-ring\/55 {
  background-color: hsl(221.2 83.2% 53.3% / 0.55);
}
.bg-ring\/60 {
  background-color: hsl(221.2 83.2% 53.3% / 0.6);
}
.bg-ring\/65 {
  background-color: hsl(221.2 83.2% 53.3% / 0.65);
}
.bg-ring\/70 {
  background-color: hsl(221.2 83.2% 53.3% / 0.7);
}
.bg-ring\/75 {
  background-color: hsl(221.2 83.2% 53.3% / 0.75);
}
.bg-ring\/80 {
  background-color: hsl(221.2 83.2% 53.3% / 0.8);
}
.bg-ring\/85 {
  background-color: hsl(221.2 83.2% 53.3% / 0.85);
}
.bg-ring\/90 {
  background-color: hsl(221.2 83.2% 53.3% / 0.9);
}
.bg-ring\/95 {
  background-color: hsl(221.2 83.2% 53.3% / 0.95);
}
.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: hsl(210 40% 96% / var(--tw-bg-opacity, 1));
}
.bg-secondary-foreground {
  --tw-bg-opacity: 1;
  background-color: hsl(222.2 84% 4.9% / var(--tw-bg-opacity, 1));
}
.bg-secondary-foreground\/0 {
  background-color: hsl(222.2 84% 4.9% / 0);
}
.bg-secondary-foreground\/10 {
  background-color: hsl(222.2 84% 4.9% / 0.1);
}
.bg-secondary-foreground\/100 {
  background-color: hsl(222.2 84% 4.9% / 1);
}
.bg-secondary-foreground\/15 {
  background-color: hsl(222.2 84% 4.9% / 0.15);
}
.bg-secondary-foreground\/20 {
  background-color: hsl(222.2 84% 4.9% / 0.2);
}
.bg-secondary-foreground\/25 {
  background-color: hsl(222.2 84% 4.9% / 0.25);
}
.bg-secondary-foreground\/30 {
  background-color: hsl(222.2 84% 4.9% / 0.3);
}
.bg-secondary-foreground\/35 {
  background-color: hsl(222.2 84% 4.9% / 0.35);
}
.bg-secondary-foreground\/40 {
  background-color: hsl(222.2 84% 4.9% / 0.4);
}
.bg-secondary-foreground\/45 {
  background-color: hsl(222.2 84% 4.9% / 0.45);
}
.bg-secondary-foreground\/5 {
  background-color: hsl(222.2 84% 4.9% / 0.05);
}
.bg-secondary-foreground\/50 {
  background-color: hsl(222.2 84% 4.9% / 0.5);
}
.bg-secondary-foreground\/55 {
  background-color: hsl(222.2 84% 4.9% / 0.55);
}
.bg-secondary-foreground\/60 {
  background-color: hsl(222.2 84% 4.9% / 0.6);
}
.bg-secondary-foreground\/65 {
  background-color: hsl(222.2 84% 4.9% / 0.65);
}
.bg-secondary-foreground\/70 {
  background-color: hsl(222.2 84% 4.9% / 0.7);
}
.bg-secondary-foreground\/75 {
  background-color: hsl(222.2 84% 4.9% / 0.75);
}
.bg-secondary-foreground\/80 {
  background-color: hsl(222.2 84% 4.9% / 0.8);
}
.bg-secondary-foreground\/85 {
  background-color: hsl(222.2 84% 4.9% / 0.85);
}
.bg-secondary-foreground\/90 {
  background-color: hsl(222.2 84% 4.9% / 0.9);
}
.bg-secondary-foreground\/95 {
  background-color: hsl(222.2 84% 4.9% / 0.95);
}
.bg-secondary\/0 {
  background-color: hsl(210 40% 96% / 0);
}
.bg-secondary\/10 {
  background-color: hsl(210 40% 96% / 0.1);
}
.bg-secondary\/100 {
  background-color: hsl(210 40% 96% / 1);
}
.bg-secondary\/15 {
  background-color: hsl(210 40% 96% / 0.15);
}
.bg-secondary\/20 {
  background-color: hsl(210 40% 96% / 0.2);
}
.bg-secondary\/25 {
  background-color: hsl(210 40% 96% / 0.25);
}
.bg-secondary\/30 {
  background-color: hsl(210 40% 96% / 0.3);
}
.bg-secondary\/35 {
  background-color: hsl(210 40% 96% / 0.35);
}
.bg-secondary\/40 {
  background-color: hsl(210 40% 96% / 0.4);
}
.bg-secondary\/45 {
  background-color: hsl(210 40% 96% / 0.45);
}
.bg-secondary\/5 {
  background-color: hsl(210 40% 96% / 0.05);
}
.bg-secondary\/50 {
  background-color: hsl(210 40% 96% / 0.5);
}
.bg-secondary\/55 {
  background-color: hsl(210 40% 96% / 0.55);
}
.bg-secondary\/60 {
  background-color: hsl(210 40% 96% / 0.6);
}
.bg-secondary\/65 {
  background-color: hsl(210 40% 96% / 0.65);
}
.bg-secondary\/70 {
  background-color: hsl(210 40% 96% / 0.7);
}
.bg-secondary\/75 {
  background-color: hsl(210 40% 96% / 0.75);
}
.bg-secondary\/80 {
  background-color: hsl(210 40% 96% / 0.8);
}
.bg-secondary\/85 {
  background-color: hsl(210 40% 96% / 0.85);
}
.bg-secondary\/90 {
  background-color: hsl(210 40% 96% / 0.9);
}
.bg-secondary\/95 {
  background-color: hsl(210 40% 96% / 0.95);
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.fill-current {
  fill: currentColor;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[1px\] {
  padding: 1px;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[--cell-size\] {
  padding-left: var(--cell-size);
  padding-right: var(--cell-size);
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-2\.5 {
  padding-left: 0.625rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-2\.5 {
  padding-right: 0.625rem;
}
.pr-8 {
  padding-right: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[0\.8rem\] {
  font-size: 0.8rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.leading-none {
  line-height: 1;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-accent {
  --tw-text-opacity: 1;
  color: hsl(210 40% 96% / var(--tw-text-opacity, 1));
}
.text-accent-foreground {
  --tw-text-opacity: 1;
  color: hsl(222.2 84% 4.9% / var(--tw-text-opacity, 1));
}
.text-accent-foreground\/0 {
  color: hsl(222.2 84% 4.9% / 0);
}
.text-accent-foreground\/10 {
  color: hsl(222.2 84% 4.9% / 0.1);
}
.text-accent-foreground\/100 {
  color: hsl(222.2 84% 4.9% / 1);
}
.text-accent-foreground\/15 {
  color: hsl(222.2 84% 4.9% / 0.15);
}
.text-accent-foreground\/20 {
  color: hsl(222.2 84% 4.9% / 0.2);
}
.text-accent-foreground\/25 {
  color: hsl(222.2 84% 4.9% / 0.25);
}
.text-accent-foreground\/30 {
  color: hsl(222.2 84% 4.9% / 0.3);
}
.text-accent-foreground\/35 {
  color: hsl(222.2 84% 4.9% / 0.35);
}
.text-accent-foreground\/40 {
  color: hsl(222.2 84% 4.9% / 0.4);
}
.text-accent-foreground\/45 {
  color: hsl(222.2 84% 4.9% / 0.45);
}
.text-accent-foreground\/5 {
  color: hsl(222.2 84% 4.9% / 0.05);
}
.text-accent-foreground\/50 {
  color: hsl(222.2 84% 4.9% / 0.5);
}
.text-accent-foreground\/55 {
  color: hsl(222.2 84% 4.9% / 0.55);
}
.text-accent-foreground\/60 {
  color: hsl(222.2 84% 4.9% / 0.6);
}
.text-accent-foreground\/65 {
  color: hsl(222.2 84% 4.9% / 0.65);
}
.text-accent-foreground\/70 {
  color: hsl(222.2 84% 4.9% / 0.7);
}
.text-accent-foreground\/75 {
  color: hsl(222.2 84% 4.9% / 0.75);
}
.text-accent-foreground\/80 {
  color: hsl(222.2 84% 4.9% / 0.8);
}
.text-accent-foreground\/85 {
  color: hsl(222.2 84% 4.9% / 0.85);
}
.text-accent-foreground\/90 {
  color: hsl(222.2 84% 4.9% / 0.9);
}
.text-accent-foreground\/95 {
  color: hsl(222.2 84% 4.9% / 0.95);
}
.text-accent\/0 {
  color: hsl(210 40% 96% / 0);
}
.text-accent\/10 {
  color: hsl(210 40% 96% / 0.1);
}
.text-accent\/100 {
  color: hsl(210 40% 96% / 1);
}
.text-accent\/15 {
  color: hsl(210 40% 96% / 0.15);
}
.text-accent\/20 {
  color: hsl(210 40% 96% / 0.2);
}
.text-accent\/25 {
  color: hsl(210 40% 96% / 0.25);
}
.text-accent\/30 {
  color: hsl(210 40% 96% / 0.3);
}
.text-accent\/35 {
  color: hsl(210 40% 96% / 0.35);
}
.text-accent\/40 {
  color: hsl(210 40% 96% / 0.4);
}
.text-accent\/45 {
  color: hsl(210 40% 96% / 0.45);
}
.text-accent\/5 {
  color: hsl(210 40% 96% / 0.05);
}
.text-accent\/50 {
  color: hsl(210 40% 96% / 0.5);
}
.text-accent\/55 {
  color: hsl(210 40% 96% / 0.55);
}
.text-accent\/60 {
  color: hsl(210 40% 96% / 0.6);
}
.text-accent\/65 {
  color: hsl(210 40% 96% / 0.65);
}
.text-accent\/70 {
  color: hsl(210 40% 96% / 0.7);
}
.text-accent\/75 {
  color: hsl(210 40% 96% / 0.75);
}
.text-accent\/80 {
  color: hsl(210 40% 96% / 0.8);
}
.text-accent\/85 {
  color: hsl(210 40% 96% / 0.85);
}
.text-accent\/90 {
  color: hsl(210 40% 96% / 0.9);
}
.text-accent\/95 {
  color: hsl(210 40% 96% / 0.95);
}
.text-background {
  --tw-text-opacity: 1;
  color: hsl(0 0% 100% / var(--tw-text-opacity, 1));
}
.text-background\/0 {
  color: hsl(0 0% 100% / 0);
}
.text-background\/10 {
  color: hsl(0 0% 100% / 0.1);
}
.text-background\/100 {
  color: hsl(0 0% 100% / 1);
}
.text-background\/15 {
  color: hsl(0 0% 100% / 0.15);
}
.text-background\/20 {
  color: hsl(0 0% 100% / 0.2);
}
.text-background\/25 {
  color: hsl(0 0% 100% / 0.25);
}
.text-background\/30 {
  color: hsl(0 0% 100% / 0.3);
}
.text-background\/35 {
  color: hsl(0 0% 100% / 0.35);
}
.text-background\/40 {
  color: hsl(0 0% 100% / 0.4);
}
.text-background\/45 {
  color: hsl(0 0% 100% / 0.45);
}
.text-background\/5 {
  color: hsl(0 0% 100% / 0.05);
}
.text-background\/50 {
  color: hsl(0 0% 100% / 0.5);
}
.text-background\/55 {
  color: hsl(0 0% 100% / 0.55);
}
.text-background\/60 {
  color: hsl(0 0% 100% / 0.6);
}
.text-background\/65 {
  color: hsl(0 0% 100% / 0.65);
}
.text-background\/70 {
  color: hsl(0 0% 100% / 0.7);
}
.text-background\/75 {
  color: hsl(0 0% 100% / 0.75);
}
.text-background\/80 {
  color: hsl(0 0% 100% / 0.8);
}
.text-background\/85 {
  color: hsl(0 0% 100% / 0.85);
}
.text-background\/90 {
  color: hsl(0 0% 100% / 0.9);
}
.text-background\/95 {
  color: hsl(0 0% 100% / 0.95);
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.text-border {
  --tw-text-opacity: 1;
  color: hsl(214.3 31.8% 91.4% / var(--tw-text-opacity, 1));
}
.text-border\/0 {
  color: hsl(214.3 31.8% 91.4% / 0);
}
.text-border\/10 {
  color: hsl(214.3 31.8% 91.4% / 0.1);
}
.text-border\/100 {
  color: hsl(214.3 31.8% 91.4% / 1);
}
.text-border\/15 {
  color: hsl(214.3 31.8% 91.4% / 0.15);
}
.text-border\/20 {
  color: hsl(214.3 31.8% 91.4% / 0.2);
}
.text-border\/25 {
  color: hsl(214.3 31.8% 91.4% / 0.25);
}
.text-border\/30 {
  color: hsl(214.3 31.8% 91.4% / 0.3);
}
.text-border\/35 {
  color: hsl(214.3 31.8% 91.4% / 0.35);
}
.text-border\/40 {
  color: hsl(214.3 31.8% 91.4% / 0.4);
}
.text-border\/45 {
  color: hsl(214.3 31.8% 91.4% / 0.45);
}
.text-border\/5 {
  color: hsl(214.3 31.8% 91.4% / 0.05);
}
.text-border\/50 {
  color: hsl(214.3 31.8% 91.4% / 0.5);
}
.text-border\/55 {
  color: hsl(214.3 31.8% 91.4% / 0.55);
}
.text-border\/60 {
  color: hsl(214.3 31.8% 91.4% / 0.6);
}
.text-border\/65 {
  color: hsl(214.3 31.8% 91.4% / 0.65);
}
.text-border\/70 {
  color: hsl(214.3 31.8% 91.4% / 0.7);
}
.text-border\/75 {
  color: hsl(214.3 31.8% 91.4% / 0.75);
}
.text-border\/80 {
  color: hsl(214.3 31.8% 91.4% / 0.8);
}
.text-border\/85 {
  color: hsl(214.3 31.8% 91.4% / 0.85);
}
.text-border\/90 {
  color: hsl(214.3 31.8% 91.4% / 0.9);
}
.text-border\/95 {
  color: hsl(214.3 31.8% 91.4% / 0.95);
}
.text-card {
  --tw-text-opacity: 1;
  color: hsl(0 0% 100% / var(--tw-text-opacity, 1));
}
.text-card-foreground {
  --tw-text-opacity: 1;
  color: hsl(222.2 84% 4.9% / var(--tw-text-opacity, 1));
}
.text-card-foreground\/0 {
  color: hsl(222.2 84% 4.9% / 0);
}
.text-card-foreground\/10 {
  color: hsl(222.2 84% 4.9% / 0.1);
}
.text-card-foreground\/100 {
  color: hsl(222.2 84% 4.9% / 1);
}
.text-card-foreground\/15 {
  color: hsl(222.2 84% 4.9% / 0.15);
}
.text-card-foreground\/20 {
  color: hsl(222.2 84% 4.9% / 0.2);
}
.text-card-foreground\/25 {
  color: hsl(222.2 84% 4.9% / 0.25);
}
.text-card-foreground\/30 {
  color: hsl(222.2 84% 4.9% / 0.3);
}
.text-card-foreground\/35 {
  color: hsl(222.2 84% 4.9% / 0.35);
}
.text-card-foreground\/40 {
  color: hsl(222.2 84% 4.9% / 0.4);
}
.text-card-foreground\/45 {
  color: hsl(222.2 84% 4.9% / 0.45);
}
.text-card-foreground\/5 {
  color: hsl(222.2 84% 4.9% / 0.05);
}
.text-card-foreground\/50 {
  color: hsl(222.2 84% 4.9% / 0.5);
}
.text-card-foreground\/55 {
  color: hsl(222.2 84% 4.9% / 0.55);
}
.text-card-foreground\/60 {
  color: hsl(222.2 84% 4.9% / 0.6);
}
.text-card-foreground\/65 {
  color: hsl(222.2 84% 4.9% / 0.65);
}
.text-card-foreground\/70 {
  color: hsl(222.2 84% 4.9% / 0.7);
}
.text-card-foreground\/75 {
  color: hsl(222.2 84% 4.9% / 0.75);
}
.text-card-foreground\/80 {
  color: hsl(222.2 84% 4.9% / 0.8);
}
.text-card-foreground\/85 {
  color: hsl(222.2 84% 4.9% / 0.85);
}
.text-card-foreground\/90 {
  color: hsl(222.2 84% 4.9% / 0.9);
}
.text-card-foreground\/95 {
  color: hsl(222.2 84% 4.9% / 0.95);
}
.text-card\/0 {
  color: hsl(0 0% 100% / 0);
}
.text-card\/10 {
  color: hsl(0 0% 100% / 0.1);
}
.text-card\/100 {
  color: hsl(0 0% 100% / 1);
}
.text-card\/15 {
  color: hsl(0 0% 100% / 0.15);
}
.text-card\/20 {
  color: hsl(0 0% 100% / 0.2);
}
.text-card\/25 {
  color: hsl(0 0% 100% / 0.25);
}
.text-card\/30 {
  color: hsl(0 0% 100% / 0.3);
}
.text-card\/35 {
  color: hsl(0 0% 100% / 0.35);
}
.text-card\/40 {
  color: hsl(0 0% 100% / 0.4);
}
.text-card\/45 {
  color: hsl(0 0% 100% / 0.45);
}
.text-card\/5 {
  color: hsl(0 0% 100% / 0.05);
}
.text-card\/50 {
  color: hsl(0 0% 100% / 0.5);
}
.text-card\/55 {
  color: hsl(0 0% 100% / 0.55);
}
.text-card\/60 {
  color: hsl(0 0% 100% / 0.6);
}
.text-card\/65 {
  color: hsl(0 0% 100% / 0.65);
}
.text-card\/70 {
  color: hsl(0 0% 100% / 0.7);
}
.text-card\/75 {
  color: hsl(0 0% 100% / 0.75);
}
.text-card\/80 {
  color: hsl(0 0% 100% / 0.8);
}
.text-card\/85 {
  color: hsl(0 0% 100% / 0.85);
}
.text-card\/90 {
  color: hsl(0 0% 100% / 0.9);
}
.text-card\/95 {
  color: hsl(0 0% 100% / 0.95);
}
.text-current {
  color: currentColor;
}
.text-destructive {
  --tw-text-opacity: 1;
  color: hsl(0 84.2% 60.2% / var(--tw-text-opacity, 1));
}
.text-destructive-foreground {
  --tw-text-opacity: 1;
  color: hsl(210 40% 98% / var(--tw-text-opacity, 1));
}
.text-destructive-foreground\/0 {
  color: hsl(210 40% 98% / 0);
}
.text-destructive-foreground\/10 {
  color: hsl(210 40% 98% / 0.1);
}
.text-destructive-foreground\/100 {
  color: hsl(210 40% 98% / 1);
}
.text-destructive-foreground\/15 {
  color: hsl(210 40% 98% / 0.15);
}
.text-destructive-foreground\/20 {
  color: hsl(210 40% 98% / 0.2);
}
.text-destructive-foreground\/25 {
  color: hsl(210 40% 98% / 0.25);
}
.text-destructive-foreground\/30 {
  color: hsl(210 40% 98% / 0.3);
}
.text-destructive-foreground\/35 {
  color: hsl(210 40% 98% / 0.35);
}
.text-destructive-foreground\/40 {
  color: hsl(210 40% 98% / 0.4);
}
.text-destructive-foreground\/45 {
  color: hsl(210 40% 98% / 0.45);
}
.text-destructive-foreground\/5 {
  color: hsl(210 40% 98% / 0.05);
}
.text-destructive-foreground\/50 {
  color: hsl(210 40% 98% / 0.5);
}
.text-destructive-foreground\/55 {
  color: hsl(210 40% 98% / 0.55);
}
.text-destructive-foreground\/60 {
  color: hsl(210 40% 98% / 0.6);
}
.text-destructive-foreground\/65 {
  color: hsl(210 40% 98% / 0.65);
}
.text-destructive-foreground\/70 {
  color: hsl(210 40% 98% / 0.7);
}
.text-destructive-foreground\/75 {
  color: hsl(210 40% 98% / 0.75);
}
.text-destructive-foreground\/80 {
  color: hsl(210 40% 98% / 0.8);
}
.text-destructive-foreground\/85 {
  color: hsl(210 40% 98% / 0.85);
}
.text-destructive-foreground\/90 {
  color: hsl(210 40% 98% / 0.9);
}
.text-destructive-foreground\/95 {
  color: hsl(210 40% 98% / 0.95);
}
.text-destructive\/0 {
  color: hsl(0 84.2% 60.2% / 0);
}
.text-destructive\/10 {
  color: hsl(0 84.2% 60.2% / 0.1);
}
.text-destructive\/100 {
  color: hsl(0 84.2% 60.2% / 1);
}
.text-destructive\/15 {
  color: hsl(0 84.2% 60.2% / 0.15);
}
.text-destructive\/20 {
  color: hsl(0 84.2% 60.2% / 0.2);
}
.text-destructive\/25 {
  color: hsl(0 84.2% 60.2% / 0.25);
}
.text-destructive\/30 {
  color: hsl(0 84.2% 60.2% / 0.3);
}
.text-destructive\/35 {
  color: hsl(0 84.2% 60.2% / 0.35);
}
.text-destructive\/40 {
  color: hsl(0 84.2% 60.2% / 0.4);
}
.text-destructive\/45 {
  color: hsl(0 84.2% 60.2% / 0.45);
}
.text-destructive\/5 {
  color: hsl(0 84.2% 60.2% / 0.05);
}
.text-destructive\/50 {
  color: hsl(0 84.2% 60.2% / 0.5);
}
.text-destructive\/55 {
  color: hsl(0 84.2% 60.2% / 0.55);
}
.text-destructive\/60 {
  color: hsl(0 84.2% 60.2% / 0.6);
}
.text-destructive\/65 {
  color: hsl(0 84.2% 60.2% / 0.65);
}
.text-destructive\/70 {
  color: hsl(0 84.2% 60.2% / 0.7);
}
.text-destructive\/75 {
  color: hsl(0 84.2% 60.2% / 0.75);
}
.text-destructive\/80 {
  color: hsl(0 84.2% 60.2% / 0.8);
}
.text-destructive\/85 {
  color: hsl(0 84.2% 60.2% / 0.85);
}
.text-destructive\/90 {
  color: hsl(0 84.2% 60.2% / 0.9);
}
.text-destructive\/95 {
  color: hsl(0 84.2% 60.2% / 0.95);
}
.text-foreground {
  --tw-text-opacity: 1;
  color: hsl(222.2 84% 4.9% / var(--tw-text-opacity, 1));
}
.text-foreground\/0 {
  color: hsl(222.2 84% 4.9% / 0);
}
.text-foreground\/10 {
  color: hsl(222.2 84% 4.9% / 0.1);
}
.text-foreground\/100 {
  color: hsl(222.2 84% 4.9% / 1);
}
.text-foreground\/15 {
  color: hsl(222.2 84% 4.9% / 0.15);
}
.text-foreground\/20 {
  color: hsl(222.2 84% 4.9% / 0.2);
}
.text-foreground\/25 {
  color: hsl(222.2 84% 4.9% / 0.25);
}
.text-foreground\/30 {
  color: hsl(222.2 84% 4.9% / 0.3);
}
.text-foreground\/35 {
  color: hsl(222.2 84% 4.9% / 0.35);
}
.text-foreground\/40 {
  color: hsl(222.2 84% 4.9% / 0.4);
}
.text-foreground\/45 {
  color: hsl(222.2 84% 4.9% / 0.45);
}
.text-foreground\/5 {
  color: hsl(222.2 84% 4.9% / 0.05);
}
.text-foreground\/50 {
  color: hsl(222.2 84% 4.9% / 0.5);
}
.text-foreground\/55 {
  color: hsl(222.2 84% 4.9% / 0.55);
}
.text-foreground\/60 {
  color: hsl(222.2 84% 4.9% / 0.6);
}
.text-foreground\/65 {
  color: hsl(222.2 84% 4.9% / 0.65);
}
.text-foreground\/70 {
  color: hsl(222.2 84% 4.9% / 0.7);
}
.text-foreground\/75 {
  color: hsl(222.2 84% 4.9% / 0.75);
}
.text-foreground\/80 {
  color: hsl(222.2 84% 4.9% / 0.8);
}
.text-foreground\/85 {
  color: hsl(222.2 84% 4.9% / 0.85);
}
.text-foreground\/90 {
  color: hsl(222.2 84% 4.9% / 0.9);
}
.text-foreground\/95 {
  color: hsl(222.2 84% 4.9% / 0.95);
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
.text-input {
  --tw-text-opacity: 1;
  color: hsl(214.3 31.8% 91.4% / var(--tw-text-opacity, 1));
}
.text-input\/0 {
  color: hsl(214.3 31.8% 91.4% / 0);
}
.text-input\/10 {
  color: hsl(214.3 31.8% 91.4% / 0.1);
}
.text-input\/100 {
  color: hsl(214.3 31.8% 91.4% / 1);
}
.text-input\/15 {
  color: hsl(214.3 31.8% 91.4% / 0.15);
}
.text-input\/20 {
  color: hsl(214.3 31.8% 91.4% / 0.2);
}
.text-input\/25 {
  color: hsl(214.3 31.8% 91.4% / 0.25);
}
.text-input\/30 {
  color: hsl(214.3 31.8% 91.4% / 0.3);
}
.text-input\/35 {
  color: hsl(214.3 31.8% 91.4% / 0.35);
}
.text-input\/40 {
  color: hsl(214.3 31.8% 91.4% / 0.4);
}
.text-input\/45 {
  color: hsl(214.3 31.8% 91.4% / 0.45);
}
.text-input\/5 {
  color: hsl(214.3 31.8% 91.4% / 0.05);
}
.text-input\/50 {
  color: hsl(214.3 31.8% 91.4% / 0.5);
}
.text-input\/55 {
  color: hsl(214.3 31.8% 91.4% / 0.55);
}
.text-input\/60 {
  color: hsl(214.3 31.8% 91.4% / 0.6);
}
.text-input\/65 {
  color: hsl(214.3 31.8% 91.4% / 0.65);
}
.text-input\/70 {
  color: hsl(214.3 31.8% 91.4% / 0.7);
}
.text-input\/75 {
  color: hsl(214.3 31.8% 91.4% / 0.75);
}
.text-input\/80 {
  color: hsl(214.3 31.8% 91.4% / 0.8);
}
.text-input\/85 {
  color: hsl(214.3 31.8% 91.4% / 0.85);
}
.text-input\/90 {
  color: hsl(214.3 31.8% 91.4% / 0.9);
}
.text-input\/95 {
  color: hsl(214.3 31.8% 91.4% / 0.95);
}
.text-muted {
  --tw-text-opacity: 1;
  color: hsl(210 40% 96% / var(--tw-text-opacity, 1));
}
.text-muted-foreground {
  --tw-text-opacity: 1;
  color: hsl(215.4 16.3% 46.9% / var(--tw-text-opacity, 1));
}
.text-muted-foreground\/0 {
  color: hsl(215.4 16.3% 46.9% / 0);
}
.text-muted-foreground\/10 {
  color: hsl(215.4 16.3% 46.9% / 0.1);
}
.text-muted-foreground\/100 {
  color: hsl(215.4 16.3% 46.9% / 1);
}
.text-muted-foreground\/15 {
  color: hsl(215.4 16.3% 46.9% / 0.15);
}
.text-muted-foreground\/20 {
  color: hsl(215.4 16.3% 46.9% / 0.2);
}
.text-muted-foreground\/25 {
  color: hsl(215.4 16.3% 46.9% / 0.25);
}
.text-muted-foreground\/30 {
  color: hsl(215.4 16.3% 46.9% / 0.3);
}
.text-muted-foreground\/35 {
  color: hsl(215.4 16.3% 46.9% / 0.35);
}
.text-muted-foreground\/40 {
  color: hsl(215.4 16.3% 46.9% / 0.4);
}
.text-muted-foreground\/45 {
  color: hsl(215.4 16.3% 46.9% / 0.45);
}
.text-muted-foreground\/5 {
  color: hsl(215.4 16.3% 46.9% / 0.05);
}
.text-muted-foreground\/50 {
  color: hsl(215.4 16.3% 46.9% / 0.5);
}
.text-muted-foreground\/55 {
  color: hsl(215.4 16.3% 46.9% / 0.55);
}
.text-muted-foreground\/60 {
  color: hsl(215.4 16.3% 46.9% / 0.6);
}
.text-muted-foreground\/65 {
  color: hsl(215.4 16.3% 46.9% / 0.65);
}
.text-muted-foreground\/70 {
  color: hsl(215.4 16.3% 46.9% / 0.7);
}
.text-muted-foreground\/75 {
  color: hsl(215.4 16.3% 46.9% / 0.75);
}
.text-muted-foreground\/80 {
  color: hsl(215.4 16.3% 46.9% / 0.8);
}
.text-muted-foreground\/85 {
  color: hsl(215.4 16.3% 46.9% / 0.85);
}
.text-muted-foreground\/90 {
  color: hsl(215.4 16.3% 46.9% / 0.9);
}
.text-muted-foreground\/95 {
  color: hsl(215.4 16.3% 46.9% / 0.95);
}
.text-muted\/0 {
  color: hsl(210 40% 96% / 0);
}
.text-muted\/10 {
  color: hsl(210 40% 96% / 0.1);
}
.text-muted\/100 {
  color: hsl(210 40% 96% / 1);
}
.text-muted\/15 {
  color: hsl(210 40% 96% / 0.15);
}
.text-muted\/20 {
  color: hsl(210 40% 96% / 0.2);
}
.text-muted\/25 {
  color: hsl(210 40% 96% / 0.25);
}
.text-muted\/30 {
  color: hsl(210 40% 96% / 0.3);
}
.text-muted\/35 {
  color: hsl(210 40% 96% / 0.35);
}
.text-muted\/40 {
  color: hsl(210 40% 96% / 0.4);
}
.text-muted\/45 {
  color: hsl(210 40% 96% / 0.45);
}
.text-muted\/5 {
  color: hsl(210 40% 96% / 0.05);
}
.text-muted\/50 {
  color: hsl(210 40% 96% / 0.5);
}
.text-muted\/55 {
  color: hsl(210 40% 96% / 0.55);
}
.text-muted\/60 {
  color: hsl(210 40% 96% / 0.6);
}
.text-muted\/65 {
  color: hsl(210 40% 96% / 0.65);
}
.text-muted\/70 {
  color: hsl(210 40% 96% / 0.7);
}
.text-muted\/75 {
  color: hsl(210 40% 96% / 0.75);
}
.text-muted\/80 {
  color: hsl(210 40% 96% / 0.8);
}
.text-muted\/85 {
  color: hsl(210 40% 96% / 0.85);
}
.text-muted\/90 {
  color: hsl(210 40% 96% / 0.9);
}
.text-muted\/95 {
  color: hsl(210 40% 96% / 0.95);
}
.text-popover {
  --tw-text-opacity: 1;
  color: hsl(0 0% 100% / var(--tw-text-opacity, 1));
}
.text-popover-foreground {
  --tw-text-opacity: 1;
  color: hsl(222.2 84% 4.9% / var(--tw-text-opacity, 1));
}
.text-popover-foreground\/0 {
  color: hsl(222.2 84% 4.9% / 0);
}
.text-popover-foreground\/10 {
  color: hsl(222.2 84% 4.9% / 0.1);
}
.text-popover-foreground\/100 {
  color: hsl(222.2 84% 4.9% / 1);
}
.text-popover-foreground\/15 {
  color: hsl(222.2 84% 4.9% / 0.15);
}
.text-popover-foreground\/20 {
  color: hsl(222.2 84% 4.9% / 0.2);
}
.text-popover-foreground\/25 {
  color: hsl(222.2 84% 4.9% / 0.25);
}
.text-popover-foreground\/30 {
  color: hsl(222.2 84% 4.9% / 0.3);
}
.text-popover-foreground\/35 {
  color: hsl(222.2 84% 4.9% / 0.35);
}
.text-popover-foreground\/40 {
  color: hsl(222.2 84% 4.9% / 0.4);
}
.text-popover-foreground\/45 {
  color: hsl(222.2 84% 4.9% / 0.45);
}
.text-popover-foreground\/5 {
  color: hsl(222.2 84% 4.9% / 0.05);
}
.text-popover-foreground\/50 {
  color: hsl(222.2 84% 4.9% / 0.5);
}
.text-popover-foreground\/55 {
  color: hsl(222.2 84% 4.9% / 0.55);
}
.text-popover-foreground\/60 {
  color: hsl(222.2 84% 4.9% / 0.6);
}
.text-popover-foreground\/65 {
  color: hsl(222.2 84% 4.9% / 0.65);
}
.text-popover-foreground\/70 {
  color: hsl(222.2 84% 4.9% / 0.7);
}
.text-popover-foreground\/75 {
  color: hsl(222.2 84% 4.9% / 0.75);
}
.text-popover-foreground\/80 {
  color: hsl(222.2 84% 4.9% / 0.8);
}
.text-popover-foreground\/85 {
  color: hsl(222.2 84% 4.9% / 0.85);
}
.text-popover-foreground\/90 {
  color: hsl(222.2 84% 4.9% / 0.9);
}
.text-popover-foreground\/95 {
  color: hsl(222.2 84% 4.9% / 0.95);
}
.text-popover\/0 {
  color: hsl(0 0% 100% / 0);
}
.text-popover\/10 {
  color: hsl(0 0% 100% / 0.1);
}
.text-popover\/100 {
  color: hsl(0 0% 100% / 1);
}
.text-popover\/15 {
  color: hsl(0 0% 100% / 0.15);
}
.text-popover\/20 {
  color: hsl(0 0% 100% / 0.2);
}
.text-popover\/25 {
  color: hsl(0 0% 100% / 0.25);
}
.text-popover\/30 {
  color: hsl(0 0% 100% / 0.3);
}
.text-popover\/35 {
  color: hsl(0 0% 100% / 0.35);
}
.text-popover\/40 {
  color: hsl(0 0% 100% / 0.4);
}
.text-popover\/45 {
  color: hsl(0 0% 100% / 0.45);
}
.text-popover\/5 {
  color: hsl(0 0% 100% / 0.05);
}
.text-popover\/50 {
  color: hsl(0 0% 100% / 0.5);
}
.text-popover\/55 {
  color: hsl(0 0% 100% / 0.55);
}
.text-popover\/60 {
  color: hsl(0 0% 100% / 0.6);
}
.text-popover\/65 {
  color: hsl(0 0% 100% / 0.65);
}
.text-popover\/70 {
  color: hsl(0 0% 100% / 0.7);
}
.text-popover\/75 {
  color: hsl(0 0% 100% / 0.75);
}
.text-popover\/80 {
  color: hsl(0 0% 100% / 0.8);
}
.text-popover\/85 {
  color: hsl(0 0% 100% / 0.85);
}
.text-popover\/90 {
  color: hsl(0 0% 100% / 0.9);
}
.text-popover\/95 {
  color: hsl(0 0% 100% / 0.95);
}
.text-primary {
  --tw-text-opacity: 1;
  color: hsl(221.2 83.2% 53.3% / var(--tw-text-opacity, 1));
}
.text-primary-foreground {
  --tw-text-opacity: 1;
  color: hsl(210 40% 98% / var(--tw-text-opacity, 1));
}
.text-primary-foreground\/0 {
  color: hsl(210 40% 98% / 0);
}
.text-primary-foreground\/10 {
  color: hsl(210 40% 98% / 0.1);
}
.text-primary-foreground\/100 {
  color: hsl(210 40% 98% / 1);
}
.text-primary-foreground\/15 {
  color: hsl(210 40% 98% / 0.15);
}
.text-primary-foreground\/20 {
  color: hsl(210 40% 98% / 0.2);
}
.text-primary-foreground\/25 {
  color: hsl(210 40% 98% / 0.25);
}
.text-primary-foreground\/30 {
  color: hsl(210 40% 98% / 0.3);
}
.text-primary-foreground\/35 {
  color: hsl(210 40% 98% / 0.35);
}
.text-primary-foreground\/40 {
  color: hsl(210 40% 98% / 0.4);
}
.text-primary-foreground\/45 {
  color: hsl(210 40% 98% / 0.45);
}
.text-primary-foreground\/5 {
  color: hsl(210 40% 98% / 0.05);
}
.text-primary-foreground\/50 {
  color: hsl(210 40% 98% / 0.5);
}
.text-primary-foreground\/55 {
  color: hsl(210 40% 98% / 0.55);
}
.text-primary-foreground\/60 {
  color: hsl(210 40% 98% / 0.6);
}
.text-primary-foreground\/65 {
  color: hsl(210 40% 98% / 0.65);
}
.text-primary-foreground\/70 {
  color: hsl(210 40% 98% / 0.7);
}
.text-primary-foreground\/75 {
  color: hsl(210 40% 98% / 0.75);
}
.text-primary-foreground\/80 {
  color: hsl(210 40% 98% / 0.8);
}
.text-primary-foreground\/85 {
  color: hsl(210 40% 98% / 0.85);
}
.text-primary-foreground\/90 {
  color: hsl(210 40% 98% / 0.9);
}
.text-primary-foreground\/95 {
  color: hsl(210 40% 98% / 0.95);
}
.text-primary\/0 {
  color: hsl(221.2 83.2% 53.3% / 0);
}
.text-primary\/10 {
  color: hsl(221.2 83.2% 53.3% / 0.1);
}
.text-primary\/100 {
  color: hsl(221.2 83.2% 53.3% / 1);
}
.text-primary\/15 {
  color: hsl(221.2 83.2% 53.3% / 0.15);
}
.text-primary\/20 {
  color: hsl(221.2 83.2% 53.3% / 0.2);
}
.text-primary\/25 {
  color: hsl(221.2 83.2% 53.3% / 0.25);
}
.text-primary\/30 {
  color: hsl(221.2 83.2% 53.3% / 0.3);
}
.text-primary\/35 {
  color: hsl(221.2 83.2% 53.3% / 0.35);
}
.text-primary\/40 {
  color: hsl(221.2 83.2% 53.3% / 0.4);
}
.text-primary\/45 {
  color: hsl(221.2 83.2% 53.3% / 0.45);
}
.text-primary\/5 {
  color: hsl(221.2 83.2% 53.3% / 0.05);
}
.text-primary\/50 {
  color: hsl(221.2 83.2% 53.3% / 0.5);
}
.text-primary\/55 {
  color: hsl(221.2 83.2% 53.3% / 0.55);
}
.text-primary\/60 {
  color: hsl(221.2 83.2% 53.3% / 0.6);
}
.text-primary\/65 {
  color: hsl(221.2 83.2% 53.3% / 0.65);
}
.text-primary\/70 {
  color: hsl(221.2 83.2% 53.3% / 0.7);
}
.text-primary\/75 {
  color: hsl(221.2 83.2% 53.3% / 0.75);
}
.text-primary\/80 {
  color: hsl(221.2 83.2% 53.3% / 0.8);
}
.text-primary\/85 {
  color: hsl(221.2 83.2% 53.3% / 0.85);
}
.text-primary\/90 {
  color: hsl(221.2 83.2% 53.3% / 0.9);
}
.text-primary\/95 {
  color: hsl(221.2 83.2% 53.3% / 0.95);
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-ring {
  --tw-text-opacity: 1;
  color: hsl(221.2 83.2% 53.3% / var(--tw-text-opacity, 1));
}
.text-ring\/0 {
  color: hsl(221.2 83.2% 53.3% / 0);
}
.text-ring\/10 {
  color: hsl(221.2 83.2% 53.3% / 0.1);
}
.text-ring\/100 {
  color: hsl(221.2 83.2% 53.3% / 1);
}
.text-ring\/15 {
  color: hsl(221.2 83.2% 53.3% / 0.15);
}
.text-ring\/20 {
  color: hsl(221.2 83.2% 53.3% / 0.2);
}
.text-ring\/25 {
  color: hsl(221.2 83.2% 53.3% / 0.25);
}
.text-ring\/30 {
  color: hsl(221.2 83.2% 53.3% / 0.3);
}
.text-ring\/35 {
  color: hsl(221.2 83.2% 53.3% / 0.35);
}
.text-ring\/40 {
  color: hsl(221.2 83.2% 53.3% / 0.4);
}
.text-ring\/45 {
  color: hsl(221.2 83.2% 53.3% / 0.45);
}
.text-ring\/5 {
  color: hsl(221.2 83.2% 53.3% / 0.05);
}
.text-ring\/50 {
  color: hsl(221.2 83.2% 53.3% / 0.5);
}
.text-ring\/55 {
  color: hsl(221.2 83.2% 53.3% / 0.55);
}
.text-ring\/60 {
  color: hsl(221.2 83.2% 53.3% / 0.6);
}
.text-ring\/65 {
  color: hsl(221.2 83.2% 53.3% / 0.65);
}
.text-ring\/70 {
  color: hsl(221.2 83.2% 53.3% / 0.7);
}
.text-ring\/75 {
  color: hsl(221.2 83.2% 53.3% / 0.75);
}
.text-ring\/80 {
  color: hsl(221.2 83.2% 53.3% / 0.8);
}
.text-ring\/85 {
  color: hsl(221.2 83.2% 53.3% / 0.85);
}
.text-ring\/90 {
  color: hsl(221.2 83.2% 53.3% / 0.9);
}
.text-ring\/95 {
  color: hsl(221.2 83.2% 53.3% / 0.95);
}
.text-secondary {
  --tw-text-opacity: 1;
  color: hsl(210 40% 96% / var(--tw-text-opacity, 1));
}
.text-secondary-foreground {
  --tw-text-opacity: 1;
  color: hsl(222.2 84% 4.9% / var(--tw-text-opacity, 1));
}
.text-secondary-foreground\/0 {
  color: hsl(222.2 84% 4.9% / 0);
}
.text-secondary-foreground\/10 {
  color: hsl(222.2 84% 4.9% / 0.1);
}
.text-secondary-foreground\/100 {
  color: hsl(222.2 84% 4.9% / 1);
}
.text-secondary-foreground\/15 {
  color: hsl(222.2 84% 4.9% / 0.15);
}
.text-secondary-foreground\/20 {
  color: hsl(222.2 84% 4.9% / 0.2);
}
.text-secondary-foreground\/25 {
  color: hsl(222.2 84% 4.9% / 0.25);
}
.text-secondary-foreground\/30 {
  color: hsl(222.2 84% 4.9% / 0.3);
}
.text-secondary-foreground\/35 {
  color: hsl(222.2 84% 4.9% / 0.35);
}
.text-secondary-foreground\/40 {
  color: hsl(222.2 84% 4.9% / 0.4);
}
.text-secondary-foreground\/45 {
  color: hsl(222.2 84% 4.9% / 0.45);
}
.text-secondary-foreground\/5 {
  color: hsl(222.2 84% 4.9% / 0.05);
}
.text-secondary-foreground\/50 {
  color: hsl(222.2 84% 4.9% / 0.5);
}
.text-secondary-foreground\/55 {
  color: hsl(222.2 84% 4.9% / 0.55);
}
.text-secondary-foreground\/60 {
  color: hsl(222.2 84% 4.9% / 0.6);
}
.text-secondary-foreground\/65 {
  color: hsl(222.2 84% 4.9% / 0.65);
}
.text-secondary-foreground\/70 {
  color: hsl(222.2 84% 4.9% / 0.7);
}
.text-secondary-foreground\/75 {
  color: hsl(222.2 84% 4.9% / 0.75);
}
.text-secondary-foreground\/80 {
  color: hsl(222.2 84% 4.9% / 0.8);
}
.text-secondary-foreground\/85 {
  color: hsl(222.2 84% 4.9% / 0.85);
}
.text-secondary-foreground\/90 {
  color: hsl(222.2 84% 4.9% / 0.9);
}
.text-secondary-foreground\/95 {
  color: hsl(222.2 84% 4.9% / 0.95);
}
.text-secondary\/0 {
  color: hsl(210 40% 96% / 0);
}
.text-secondary\/10 {
  color: hsl(210 40% 96% / 0.1);
}
.text-secondary\/100 {
  color: hsl(210 40% 96% / 1);
}
.text-secondary\/15 {
  color: hsl(210 40% 96% / 0.15);
}
.text-secondary\/20 {
  color: hsl(210 40% 96% / 0.2);
}
.text-secondary\/25 {
  color: hsl(210 40% 96% / 0.25);
}
.text-secondary\/30 {
  color: hsl(210 40% 96% / 0.3);
}
.text-secondary\/35 {
  color: hsl(210 40% 96% / 0.35);
}
.text-secondary\/40 {
  color: hsl(210 40% 96% / 0.4);
}
.text-secondary\/45 {
  color: hsl(210 40% 96% / 0.45);
}
.text-secondary\/5 {
  color: hsl(210 40% 96% / 0.05);
}
.text-secondary\/50 {
  color: hsl(210 40% 96% / 0.5);
}
.text-secondary\/55 {
  color: hsl(210 40% 96% / 0.55);
}
.text-secondary\/60 {
  color: hsl(210 40% 96% / 0.6);
}
.text-secondary\/65 {
  color: hsl(210 40% 96% / 0.65);
}
.text-secondary\/70 {
  color: hsl(210 40% 96% / 0.7);
}
.text-secondary\/75 {
  color: hsl(210 40% 96% / 0.75);
}
.text-secondary\/80 {
  color: hsl(210 40% 96% / 0.8);
}
.text-secondary\/85 {
  color: hsl(210 40% 96% / 0.85);
}
.text-secondary\/90 {
  color: hsl(210 40% 96% / 0.9);
}
.text-secondary\/95 {
  color: hsl(210 40% 96% / 0.95);
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.line-through {
  text-decoration-line: line-through;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.opacity-0 {
  opacity: 0;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-90 {
  opacity: 0.9;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-2 {
  --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);
}
.ring-inset {
  --tw-ring-inset: inset;
}
.ring-blue-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}
.ring-destructive {
  --tw-ring-opacity: 1;
  --tw-ring-color: hsl(0 84.2% 60.2% / var(--tw-ring-opacity, 1));
}
.ring-green-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(134 239 172 / var(--tw-ring-opacity, 1));
}
.ring-green-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1));
}
.ring-primary {
  --tw-ring-opacity: 1;
  --tw-ring-color: hsl(221.2 83.2% 53.3% / var(--tw-ring-opacity, 1));
}
.ring-offset-1 {
  --tw-ring-offset-width: 1px;
}
.ring-offset-background {
  --tw-ring-offset-color: hsl(0 0% 100%);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@keyframes enter {

  from {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}
@keyframes exit {

  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}
.animate-in {
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}
.fade-in-0 {
  --tw-enter-opacity: 0;
}
.zoom-in-95 {
  --tw-enter-scale: .95;
}
.duration-200 {
  animation-duration: 200ms;
}
.duration-300 {
  animation-duration: 300ms;
}
.ease-in-out {
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.\[--cell-size\:2rem\] {
  --cell-size: 2rem;
}

/* LumGrid specific styles */
.lum-grid {
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: hsl(214.3 31.8% 91.4% / var(--tw-border-opacity, 1));
}

.lum-grid-header {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: hsl(214.3 31.8% 91.4% / var(--tw-border-opacity, 1));
  background-color: hsl(210 40% 96% / 0.5);
}

.lum-grid-body {
  overflow: auto;
}

.lum-grid-row {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: hsl(214.3 31.8% 91.4% / var(--tw-border-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.lum-grid-row:hover {
  background-color: hsl(210 40% 96% / 0.5);
}

.lum-grid-row:last-child {
  border-bottom-width: 0px;
}

.lum-grid-cell {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.lum-grid-header-cell {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

.lum-grid-sortable {
  cursor: pointer;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.lum-grid-sortable:hover {
  background-color: hsl(210 40% 96% / 0.5);
}

.lum-grid-resizer {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 0.25rem;
  cursor: col-resize;
  --tw-bg-opacity: 1;
  background-color: hsl(214.3 31.8% 91.4% / var(--tw-bg-opacity, 1));
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.lum-grid-resizer:hover {
  opacity: 1;
}

.lum-grid-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: hsl(214.3 31.8% 91.4% / var(--tw-border-opacity, 1));
  background-color: hsl(210 40% 96% / 0.25);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.lum-grid-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  --tw-text-opacity: 1;
  color: hsl(215.4 16.3% 46.9% / var(--tw-text-opacity, 1));
}

.lum-grid-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  --tw-text-opacity: 1;
  color: hsl(215.4 16.3% 46.9% / var(--tw-text-opacity, 1));
}

.lum-grid-error {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  --tw-text-opacity: 1;
  color: hsl(0 84.2% 60.2% / var(--tw-text-opacity, 1));
}

/* Virtual scrolling styles */
.lum-grid-virtual-container {
  position: relative;
  overflow: auto;
}

.lum-grid-virtual-inner {
  position: relative;
}

/* Selection styles */
.lum-grid-row-selected {
  border-color: hsl(221.2 83.2% 53.3% / 0.2);
  background-color: hsl(221.2 83.2% 53.3% / 0.1);
}

.lum-grid-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Pinned column styles */
.lum-grid-pinned-left {
  position: sticky;
  left: 0px;
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: hsl(0 0% 100% / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.lum-grid-pinned-right {
  position: sticky;
  right: 0px;
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: hsl(0 0% 100% / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* Filter styles */
.lum-grid-filter {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: hsl(214.3 31.8% 91.4% / var(--tw-border-opacity, 1));
  background-color: hsl(210 40% 96% / 0.25);
  padding: 0.5rem;
}

.lum-grid-global-filter {
  margin-bottom: 1rem;
}

/* LumArc Animations */
@keyframes lumFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes lumSlideDown {
  from { 
    opacity: 0;
    transform: translateY(-10px);
  }
  to { 
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes lumGlow {
  from { 
    box-shadow: 0 0 5px hsl(221.2 83.2% 53.3%);
  }
  to { 
    box-shadow: 0 0 20px hsl(221.2 83.2% 53.3%);
  }
}

.lum-grid-fade-in {
  animation: lumFadeIn 0.2s ease-out;
}

.lum-grid-slide-down {
  animation: lumSlideDown 0.2s ease-out;
}

.lum-grid-glow {
  animation: lumGlow 0.3s ease-in-out;
}

/* Legacy class names for backward compatibility */
.advanced-grid {
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: hsl(214.3 31.8% 91.4% / var(--tw-border-opacity, 1));
}
.file\:border-0::file-selector-button {
  border-width: 0px;
}
.file\:bg-transparent::file-selector-button {
  background-color: transparent;
}
.file\:text-sm::file-selector-button {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.file\:font-medium::file-selector-button {
  font-weight: 500;
}
.file\:text-foreground::file-selector-button {
  --tw-text-opacity: 1;
  color: hsl(222.2 84% 4.9% / var(--tw-text-opacity, 1));
}
.placeholder\:text-muted-foreground::-moz-placeholder {
  --tw-text-opacity: 1;
  color: hsl(215.4 16.3% 46.9% / var(--tw-text-opacity, 1));
}
.placeholder\:text-muted-foreground::placeholder {
  --tw-text-opacity: 1;
  color: hsl(215.4 16.3% 46.9% / var(--tw-text-opacity, 1));
}
.hover\:border-accent:hover {
  --tw-border-opacity: 1;
  border-color: hsl(210 40% 96% / var(--tw-border-opacity, 1));
}
.hover\:border-accent-foreground:hover {
  --tw-border-opacity: 1;
  border-color: hsl(222.2 84% 4.9% / var(--tw-border-opacity, 1));
}
.hover\:border-accent-foreground\/0:hover {
  border-color: hsl(222.2 84% 4.9% / 0);
}
.hover\:border-accent-foreground\/10:hover {
  border-color: hsl(222.2 84% 4.9% / 0.1);
}
.hover\:border-accent-foreground\/100:hover {
  border-color: hsl(222.2 84% 4.9% / 1);
}
.hover\:border-accent-foreground\/15:hover {
  border-color: hsl(222.2 84% 4.9% / 0.15);
}
.hover\:border-accent-foreground\/20:hover {
  border-color: hsl(222.2 84% 4.9% / 0.2);
}
.hover\:border-accent-foreground\/25:hover {
  border-color: hsl(222.2 84% 4.9% / 0.25);
}
.hover\:border-accent-foreground\/30:hover {
  border-color: hsl(222.2 84% 4.9% / 0.3);
}
.hover\:border-accent-foreground\/35:hover {
  border-color: hsl(222.2 84% 4.9% / 0.35);
}
.hover\:border-accent-foreground\/40:hover {
  border-color: hsl(222.2 84% 4.9% / 0.4);
}
.hover\:border-accent-foreground\/45:hover {
  border-color: hsl(222.2 84% 4.9% / 0.45);
}
.hover\:border-accent-foreground\/5:hover {
  border-color: hsl(222.2 84% 4.9% / 0.05);
}
.hover\:border-accent-foreground\/50:hover {
  border-color: hsl(222.2 84% 4.9% / 0.5);
}
.hover\:border-accent-foreground\/55:hover {
  border-color: hsl(222.2 84% 4.9% / 0.55);
}
.hover\:border-accent-foreground\/60:hover {
  border-color: hsl(222.2 84% 4.9% / 0.6);
}
.hover\:border-accent-foreground\/65:hover {
  border-color: hsl(222.2 84% 4.9% / 0.65);
}
.hover\:border-accent-foreground\/70:hover {
  border-color: hsl(222.2 84% 4.9% / 0.7);
}
.hover\:border-accent-foreground\/75:hover {
  border-color: hsl(222.2 84% 4.9% / 0.75);
}
.hover\:border-accent-foreground\/80:hover {
  border-color: hsl(222.2 84% 4.9% / 0.8);
}
.hover\:border-accent-foreground\/85:hover {
  border-color: hsl(222.2 84% 4.9% / 0.85);
}
.hover\:border-accent-foreground\/90:hover {
  border-color: hsl(222.2 84% 4.9% / 0.9);
}
.hover\:border-accent-foreground\/95:hover {
  border-color: hsl(222.2 84% 4.9% / 0.95);
}
.hover\:border-accent\/0:hover {
  border-color: hsl(210 40% 96% / 0);
}
.hover\:border-accent\/10:hover {
  border-color: hsl(210 40% 96% / 0.1);
}
.hover\:border-accent\/100:hover {
  border-color: hsl(210 40% 96% / 1);
}
.hover\:border-accent\/15:hover {
  border-color: hsl(210 40% 96% / 0.15);
}
.hover\:border-accent\/20:hover {
  border-color: hsl(210 40% 96% / 0.2);
}
.hover\:border-accent\/25:hover {
  border-color: hsl(210 40% 96% / 0.25);
}
.hover\:border-accent\/30:hover {
  border-color: hsl(210 40% 96% / 0.3);
}
.hover\:border-accent\/35:hover {
  border-color: hsl(210 40% 96% / 0.35);
}
.hover\:border-accent\/40:hover {
  border-color: hsl(210 40% 96% / 0.4);
}
.hover\:border-accent\/45:hover {
  border-color: hsl(210 40% 96% / 0.45);
}
.hover\:border-accent\/5:hover {
  border-color: hsl(210 40% 96% / 0.05);
}
.hover\:border-accent\/50:hover {
  border-color: hsl(210 40% 96% / 0.5);
}
.hover\:border-accent\/55:hover {
  border-color: hsl(210 40% 96% / 0.55);
}
.hover\:border-accent\/60:hover {
  border-color: hsl(210 40% 96% / 0.6);
}
.hover\:border-accent\/65:hover {
  border-color: hsl(210 40% 96% / 0.65);
}
.hover\:border-accent\/70:hover {
  border-color: hsl(210 40% 96% / 0.7);
}
.hover\:border-accent\/75:hover {
  border-color: hsl(210 40% 96% / 0.75);
}
.hover\:border-accent\/80:hover {
  border-color: hsl(210 40% 96% / 0.8);
}
.hover\:border-accent\/85:hover {
  border-color: hsl(210 40% 96% / 0.85);
}
.hover\:border-accent\/90:hover {
  border-color: hsl(210 40% 96% / 0.9);
}
.hover\:border-accent\/95:hover {
  border-color: hsl(210 40% 96% / 0.95);
}
.hover\:border-background:hover {
  --tw-border-opacity: 1;
  border-color: hsl(0 0% 100% / var(--tw-border-opacity, 1));
}
.hover\:border-background\/0:hover {
  border-color: hsl(0 0% 100% / 0);
}
.hover\:border-background\/10:hover {
  border-color: hsl(0 0% 100% / 0.1);
}
.hover\:border-background\/100:hover {
  border-color: hsl(0 0% 100% / 1);
}
.hover\:border-background\/15:hover {
  border-color: hsl(0 0% 100% / 0.15);
}
.hover\:border-background\/20:hover {
  border-color: hsl(0 0% 100% / 0.2);
}
.hover\:border-background\/25:hover {
  border-color: hsl(0 0% 100% / 0.25);
}
.hover\:border-background\/30:hover {
  border-color: hsl(0 0% 100% / 0.3);
}
.hover\:border-background\/35:hover {
  border-color: hsl(0 0% 100% / 0.35);
}
.hover\:border-background\/40:hover {
  border-color: hsl(0 0% 100% / 0.4);
}
.hover\:border-background\/45:hover {
  border-color: hsl(0 0% 100% / 0.45);
}
.hover\:border-background\/5:hover {
  border-color: hsl(0 0% 100% / 0.05);
}
.hover\:border-background\/50:hover {
  border-color: hsl(0 0% 100% / 0.5);
}
.hover\:border-background\/55:hover {
  border-color: hsl(0 0% 100% / 0.55);
}
.hover\:border-background\/60:hover {
  border-color: hsl(0 0% 100% / 0.6);
}
.hover\:border-background\/65:hover {
  border-color: hsl(0 0% 100% / 0.65);
}
.hover\:border-background\/70:hover {
  border-color: hsl(0 0% 100% / 0.7);
}
.hover\:border-background\/75:hover {
  border-color: hsl(0 0% 100% / 0.75);
}
.hover\:border-background\/80:hover {
  border-color: hsl(0 0% 100% / 0.8);
}
.hover\:border-background\/85:hover {
  border-color: hsl(0 0% 100% / 0.85);
}
.hover\:border-background\/90:hover {
  border-color: hsl(0 0% 100% / 0.9);
}
.hover\:border-background\/95:hover {
  border-color: hsl(0 0% 100% / 0.95);
}
.hover\:border-border:hover {
  --tw-border-opacity: 1;
  border-color: hsl(214.3 31.8% 91.4% / var(--tw-border-opacity, 1));
}
.hover\:border-border\/0:hover {
  border-color: hsl(214.3 31.8% 91.4% / 0);
}
.hover\:border-border\/10:hover {
  border-color: hsl(214.3 31.8% 91.4% / 0.1);
}
.hover\:border-border\/100:hover {
  border-color: hsl(214.3 31.8% 91.4% / 1);
}
.hover\:border-border\/15:hover {
  border-color: hsl(214.3 31.8% 91.4% / 0.15);
}
.hover\:border-border\/20:hover {
  border-color: hsl(214.3 31.8% 91.4% / 0.2);
}
.hover\:border-border\/25:hover {
  border-color: hsl(214.3 31.8% 91.4% / 0.25);
}
.hover\:border-border\/30:hover {
  border-color: hsl(214.3 31.8% 91.4% / 0.3);
}
.hover\:border-border\/35:hover {
  border-color: hsl(214.3 31.8% 91.4% / 0.35);
}
.hover\:border-border\/40:hover {
  border-color: hsl(214.3 31.8% 91.4% / 0.4);
}
.hover\:border-border\/45:hover {
  border-color: hsl(214.3 31.8% 91.4% / 0.45);
}
.hover\:border-border\/5:hover {
  border-color: hsl(214.3 31.8% 91.4% / 0.05);
}
.hover\:border-border\/50:hover {
  border-color: hsl(214.3 31.8% 91.4% / 0.5);
}
.hover\:border-border\/55:hover {
  border-color: hsl(214.3 31.8% 91.4% / 0.55);
}
.hover\:border-border\/60:hover {
  border-color: hsl(214.3 31.8% 91.4% / 0.6);
}
.hover\:border-border\/65:hover {
  border-color: hsl(214.3 31.8% 91.4% / 0.65);
}
.hover\:border-border\/70:hover {
  border-color: hsl(214.3 31.8% 91.4% / 0.7);
}
.hover\:border-border\/75:hover {
  border-color: hsl(214.3 31.8% 91.4% / 0.75);
}
.hover\:border-border\/80:hover {
  border-color: hsl(214.3 31.8% 91.4% / 0.8);
}
.hover\:border-border\/85:hover {
  border-color: hsl(214.3 31.8% 91.4% / 0.85);
}
.hover\:border-border\/90:hover {
  border-color: hsl(214.3 31.8% 91.4% / 0.9);
}
.hover\:border-border\/95:hover {
  border-color: hsl(214.3 31.8% 91.4% / 0.95);
}
.hover\:border-card:hover {
  --tw-border-opacity: 1;
  border-color: hsl(0 0% 100% / var(--tw-border-opacity, 1));
}
.hover\:border-card-foreground:hover {
  --tw-border-opacity: 1;
  border-color: hsl(222.2 84% 4.9% / var(--tw-border-opacity, 1));
}
.hover\:border-card-foreground\/0:hover {
  border-color: hsl(222.2 84% 4.9% / 0);
}
.hover\:border-card-foreground\/10:hover {
  border-color: hsl(222.2 84% 4.9% / 0.1);
}
.hover\:border-card-foreground\/100:hover {
  border-color: hsl(222.2 84% 4.9% / 1);
}
.hover\:border-card-foreground\/15:hover {
  border-color: hsl(222.2 84% 4.9% / 0.15);
}
.hover\:border-card-foreground\/20:hover {
  border-color: hsl(222.2 84% 4.9% / 0.2);
}
.hover\:border-card-foreground\/25:hover {
  border-color: hsl(222.2 84% 4.9% / 0.25);
}
.hover\:border-card-foreground\/30:hover {
  border-color: hsl(222.2 84% 4.9% / 0.3);
}
.hover\:border-card-foreground\/35:hover {
  border-color: hsl(222.2 84% 4.9% / 0.35);
}
.hover\:border-card-foreground\/40:hover {
  border-color: hsl(222.2 84% 4.9% / 0.4);
}
.hover\:border-card-foreground\/45:hover {
  border-color: hsl(222.2 84% 4.9% / 0.45);
}
.hover\:border-card-foreground\/5:hover {
  border-color: hsl(222.2 84% 4.9% / 0.05);
}
.hover\:border-card-foreground\/50:hover {
  border-color: hsl(222.2 84% 4.9% / 0.5);
}
.hover\:border-card-foreground\/55:hover {
  border-color: hsl(222.2 84% 4.9% / 0.55);
}
.hover\:border-card-foreground\/60:hover {
  border-color: hsl(222.2 84% 4.9% / 0.6);
}
.hover\:border-card-foreground\/65:hover {
  border-color: hsl(222.2 84% 4.9% / 0.65);
}
.hover\:border-card-foreground\/70:hover {
  border-color: hsl(222.2 84% 4.9% / 0.7);
}
.hover\:border-card-foreground\/75:hover {
  border-color: hsl(222.2 84% 4.9% / 0.75);
}
.hover\:border-card-foreground\/80:hover {
  border-color: hsl(222.2 84% 4.9% / 0.8);
}
.hover\:border-card-foreground\/85:hover {
  border-color: hsl(222.2 84% 4.9% / 0.85);
}
.hover\:border-card-foreground\/90:hover {
  border-color: hsl(222.2 84% 4.9% / 0.9);
}
.hover\:border-card-foreground\/95:hover {
  border-color: hsl(222.2 84% 4.9% / 0.95);
}
.hover\:border-card\/0:hover {
  border-color: hsl(0 0% 100% / 0);
}
.hover\:border-card\/10:hover {
  border-color: hsl(0 0% 100% / 0.1);
}
.hover\:border-card\/100:hover {
  border-color: hsl(0 0% 100% / 1);
}
.hover\:border-card\/15:hover {
  border-color: hsl(0 0% 100% / 0.15);
}
.hover\:border-card\/20:hover {
  border-color: hsl(0 0% 100% / 0.2);
}
.hover\:border-card\/25:hover {
  border-color: hsl(0 0% 100% / 0.25);
}
.hover\:border-card\/30:hover {
  border-color: hsl(0 0% 100% / 0.3);
}
.hover\:border-card\/35:hover {
  border-color: hsl(0 0% 100% / 0.35);
}
.hover\:border-card\/40:hover {
  border-color: hsl(0 0% 100% / 0.4);
}
.hover\:border-card\/45:hover {
  border-color: hsl(0 0% 100% / 0.45);
}
.hover\:border-card\/5:hover {
  border-color: hsl(0 0% 100% / 0.05);
}
.hover\:border-card\/50:hover {
  border-color: hsl(0 0% 100% / 0.5);
}
.hover\:border-card\/55:hover {
  border-color: hsl(0 0% 100% / 0.55);
}
.hover\:border-card\/60:hover {
  border-color: hsl(0 0% 100% / 0.6);
}
.hover\:border-card\/65:hover {
  border-color: hsl(0 0% 100% / 0.65);
}
.hover\:border-card\/70:hover {
  border-color: hsl(0 0% 100% / 0.7);
}
.hover\:border-card\/75:hover {
  border-color: hsl(0 0% 100% / 0.75);
}
.hover\:border-card\/80:hover {
  border-color: hsl(0 0% 100% / 0.8);
}
.hover\:border-card\/85:hover {
  border-color: hsl(0 0% 100% / 0.85);
}
.hover\:border-card\/90:hover {
  border-color: hsl(0 0% 100% / 0.9);
}
.hover\:border-card\/95:hover {
  border-color: hsl(0 0% 100% / 0.95);
}
.hover\:border-destructive:hover {
  --tw-border-opacity: 1;
  border-color: hsl(0 84.2% 60.2% / var(--tw-border-opacity, 1));
}
.hover\:border-destructive-foreground:hover {
  --tw-border-opacity: 1;
  border-color: hsl(210 40% 98% / var(--tw-border-opacity, 1));
}
.hover\:border-destructive-foreground\/0:hover {
  border-color: hsl(210 40% 98% / 0);
}
.hover\:border-destructive-foreground\/10:hover {
  border-color: hsl(210 40% 98% / 0.1);
}
.hover\:border-destructive-foreground\/100:hover {
  border-color: hsl(210 40% 98% / 1);
}
.hover\:border-destructive-foreground\/15:hover {
  border-color: hsl(210 40% 98% / 0.15);
}
.hover\:border-destructive-foreground\/20:hover {
  border-color: hsl(210 40% 98% / 0.2);
}
.hover\:border-destructive-foreground\/25:hover {
  border-color: hsl(210 40% 98% / 0.25);
}
.hover\:border-destructive-foreground\/30:hover {
  border-color: hsl(210 40% 98% / 0.3);
}
.hover\:border-destructive-foreground\/35:hover {
  border-color: hsl(210 40% 98% / 0.35);
}
.hover\:border-destructive-foreground\/40:hover {
  border-color: hsl(210 40% 98% / 0.4);
}
.hover\:border-destructive-foreground\/45:hover {
  border-color: hsl(210 40% 98% / 0.45);
}
.hover\:border-destructive-foreground\/5:hover {
  border-color: hsl(210 40% 98% / 0.05);
}
.hover\:border-destructive-foreground\/50:hover {
  border-color: hsl(210 40% 98% / 0.5);
}
.hover\:border-destructive-foreground\/55:hover {
  border-color: hsl(210 40% 98% / 0.55);
}
.hover\:border-destructive-foreground\/60:hover {
  border-color: hsl(210 40% 98% / 0.6);
}
.hover\:border-destructive-foreground\/65:hover {
  border-color: hsl(210 40% 98% / 0.65);
}
.hover\:border-destructive-foreground\/70:hover {
  border-color: hsl(210 40% 98% / 0.7);
}
.hover\:border-destructive-foreground\/75:hover {
  border-color: hsl(210 40% 98% / 0.75);
}
.hover\:border-destructive-foreground\/80:hover {
  border-color: hsl(210 40% 98% / 0.8);
}
.hover\:border-destructive-foreground\/85:hover {
  border-color: hsl(210 40% 98% / 0.85);
}
.hover\:border-destructive-foreground\/90:hover {
  border-color: hsl(210 40% 98% / 0.9);
}
.hover\:border-destructive-foreground\/95:hover {
  border-color: hsl(210 40% 98% / 0.95);
}
.hover\:border-destructive\/0:hover {
  border-color: hsl(0 84.2% 60.2% / 0);
}
.hover\:border-destructive\/10:hover {
  border-color: hsl(0 84.2% 60.2% / 0.1);
}
.hover\:border-destructive\/100:hover {
  border-color: hsl(0 84.2% 60.2% / 1);
}
.hover\:border-destructive\/15:hover {
  border-color: hsl(0 84.2% 60.2% / 0.15);
}
.hover\:border-destructive\/20:hover {
  border-color: hsl(0 84.2% 60.2% / 0.2);
}
.hover\:border-destructive\/25:hover {
  border-color: hsl(0 84.2% 60.2% / 0.25);
}
.hover\:border-destructive\/30:hover {
  border-color: hsl(0 84.2% 60.2% / 0.3);
}
.hover\:border-destructive\/35:hover {
  border-color: hsl(0 84.2% 60.2% / 0.35);
}
.hover\:border-destructive\/40:hover {
  border-color: hsl(0 84.2% 60.2% / 0.4);
}
.hover\:border-destructive\/45:hover {
  border-color: hsl(0 84.2% 60.2% / 0.45);
}
.hover\:border-destructive\/5:hover {
  border-color: hsl(0 84.2% 60.2% / 0.05);
}
.hover\:border-destructive\/50:hover {
  border-color: hsl(0 84.2% 60.2% / 0.5);
}
.hover\:border-destructive\/55:hover {
  border-color: hsl(0 84.2% 60.2% / 0.55);
}
.hover\:border-destructive\/60:hover {
  border-color: hsl(0 84.2% 60.2% / 0.6);
}
.hover\:border-destructive\/65:hover {
  border-color: hsl(0 84.2% 60.2% / 0.65);
}
.hover\:border-destructive\/70:hover {
  border-color: hsl(0 84.2% 60.2% / 0.7);
}
.hover\:border-destructive\/75:hover {
  border-color: hsl(0 84.2% 60.2% / 0.75);
}
.hover\:border-destructive\/80:hover {
  border-color: hsl(0 84.2% 60.2% / 0.8);
}
.hover\:border-destructive\/85:hover {
  border-color: hsl(0 84.2% 60.2% / 0.85);
}
.hover\:border-destructive\/90:hover {
  border-color: hsl(0 84.2% 60.2% / 0.9);
}
.hover\:border-destructive\/95:hover {
  border-color: hsl(0 84.2% 60.2% / 0.95);
}
.hover\:border-foreground:hover {
  --tw-border-opacity: 1;
  border-color: hsl(222.2 84% 4.9% / var(--tw-border-opacity, 1));
}
.hover\:border-foreground\/0:hover {
  border-color: hsl(222.2 84% 4.9% / 0);
}
.hover\:border-foreground\/10:hover {
  border-color: hsl(222.2 84% 4.9% / 0.1);
}
.hover\:border-foreground\/100:hover {
  border-color: hsl(222.2 84% 4.9% / 1);
}
.hover\:border-foreground\/15:hover {
  border-color: hsl(222.2 84% 4.9% / 0.15);
}
.hover\:border-foreground\/20:hover {
  border-color: hsl(222.2 84% 4.9% / 0.2);
}
.hover\:border-foreground\/25:hover {
  border-color: hsl(222.2 84% 4.9% / 0.25);
}
.hover\:border-foreground\/30:hover {
  border-color: hsl(222.2 84% 4.9% / 0.3);
}
.hover\:border-foreground\/35:hover {
  border-color: hsl(222.2 84% 4.9% / 0.35);
}
.hover\:border-foreground\/40:hover {
  border-color: hsl(222.2 84% 4.9% / 0.4);
}
.hover\:border-foreground\/45:hover {
  border-color: hsl(222.2 84% 4.9% / 0.45);
}
.hover\:border-foreground\/5:hover {
  border-color: hsl(222.2 84% 4.9% / 0.05);
}
.hover\:border-foreground\/50:hover {
  border-color: hsl(222.2 84% 4.9% / 0.5);
}
.hover\:border-foreground\/55:hover {
  border-color: hsl(222.2 84% 4.9% / 0.55);
}
.hover\:border-foreground\/60:hover {
  border-color: hsl(222.2 84% 4.9% / 0.6);
}
.hover\:border-foreground\/65:hover {
  border-color: hsl(222.2 84% 4.9% / 0.65);
}
.hover\:border-foreground\/70:hover {
  border-color: hsl(222.2 84% 4.9% / 0.7);
}
.hover\:border-foreground\/75:hover {
  border-color: hsl(222.2 84% 4.9% / 0.75);
}
.hover\:border-foreground\/80:hover {
  border-color: hsl(222.2 84% 4.9% / 0.8);
}
.hover\:border-foreground\/85:hover {
  border-color: hsl(222.2 84% 4.9% / 0.85);
}
.hover\:border-foreground\/90:hover {
  border-color: hsl(222.2 84% 4.9% / 0.9);
}
.hover\:border-foreground\/95:hover {
  border-color: hsl(222.2 84% 4.9% / 0.95);
}
.hover\:border-input:hover {
  --tw-border-opacity: 1;
  border-color: hsl(214.3 31.8% 91.4% / var(--tw-border-opacity, 1));
}
.hover\:border-input\/0:hover {
  border-color: hsl(214.3 31.8% 91.4% / 0);
}
.hover\:border-input\/10:hover {
  border-color: hsl(214.3 31.8% 91.4% / 0.1);
}
.hover\:border-input\/100:hover {
  border-color: hsl(214.3 31.8% 91.4% / 1);
}
.hover\:border-input\/15:hover {
  border-color: hsl(214.3 31.8% 91.4% / 0.15);
}
.hover\:border-input\/20:hover {
  border-color: hsl(214.3 31.8% 91.4% / 0.2);
}
.hover\:border-input\/25:hover {
  border-color: hsl(214.3 31.8% 91.4% / 0.25);
}
.hover\:border-input\/30:hover {
  border-color: hsl(214.3 31.8% 91.4% / 0.3);
}
.hover\:border-input\/35:hover {
  border-color: hsl(214.3 31.8% 91.4% / 0.35);
}
.hover\:border-input\/40:hover {
  border-color: hsl(214.3 31.8% 91.4% / 0.4);
}
.hover\:border-input\/45:hover {
  border-color: hsl(214.3 31.8% 91.4% / 0.45);
}
.hover\:border-input\/5:hover {
  border-color: hsl(214.3 31.8% 91.4% / 0.05);
}
.hover\:border-input\/50:hover {
  border-color: hsl(214.3 31.8% 91.4% / 0.5);
}
.hover\:border-input\/55:hover {
  border-color: hsl(214.3 31.8% 91.4% / 0.55);
}
.hover\:border-input\/60:hover {
  border-color: hsl(214.3 31.8% 91.4% / 0.6);
}
.hover\:border-input\/65:hover {
  border-color: hsl(214.3 31.8% 91.4% / 0.65);
}
.hover\:border-input\/70:hover {
  border-color: hsl(214.3 31.8% 91.4% / 0.7);
}
.hover\:border-input\/75:hover {
  border-color: hsl(214.3 31.8% 91.4% / 0.75);
}
.hover\:border-input\/80:hover {
  border-color: hsl(214.3 31.8% 91.4% / 0.8);
}
.hover\:border-input\/85:hover {
  border-color: hsl(214.3 31.8% 91.4% / 0.85);
}
.hover\:border-input\/90:hover {
  border-color: hsl(214.3 31.8% 91.4% / 0.9);
}
.hover\:border-input\/95:hover {
  border-color: hsl(214.3 31.8% 91.4% / 0.95);
}
.hover\:border-muted:hover {
  --tw-border-opacity: 1;
  border-color: hsl(210 40% 96% / var(--tw-border-opacity, 1));
}
.hover\:border-muted-foreground:hover {
  --tw-border-opacity: 1;
  border-color: hsl(215.4 16.3% 46.9% / var(--tw-border-opacity, 1));
}
.hover\:border-muted-foreground\/0:hover {
  border-color: hsl(215.4 16.3% 46.9% / 0);
}
.hover\:border-muted-foreground\/10:hover {
  border-color: hsl(215.4 16.3% 46.9% / 0.1);
}
.hover\:border-muted-foreground\/100:hover {
  border-color: hsl(215.4 16.3% 46.9% / 1);
}
.hover\:border-muted-foreground\/15:hover {
  border-color: hsl(215.4 16.3% 46.9% / 0.15);
}
.hover\:border-muted-foreground\/20:hover {
  border-color: hsl(215.4 16.3% 46.9% / 0.2);
}
.hover\:border-muted-foreground\/25:hover {
  border-color: hsl(215.4 16.3% 46.9% / 0.25);
}
.hover\:border-muted-foreground\/30:hover {
  border-color: hsl(215.4 16.3% 46.9% / 0.3);
}
.hover\:border-muted-foreground\/35:hover {
  border-color: hsl(215.4 16.3% 46.9% / 0.35);
}
.hover\:border-muted-foreground\/40:hover {
  border-color: hsl(215.4 16.3% 46.9% / 0.4);
}
.hover\:border-muted-foreground\/45:hover {
  border-color: hsl(215.4 16.3% 46.9% / 0.45);
}
.hover\:border-muted-foreground\/5:hover {
  border-color: hsl(215.4 16.3% 46.9% / 0.05);
}
.hover\:border-muted-foreground\/50:hover {
  border-color: hsl(215.4 16.3% 46.9% / 0.5);
}
.hover\:border-muted-foreground\/55:hover {
  border-color: hsl(215.4 16.3% 46.9% / 0.55);
}
.hover\:border-muted-foreground\/60:hover {
  border-color: hsl(215.4 16.3% 46.9% / 0.6);
}
.hover\:border-muted-foreground\/65:hover {
  border-color: hsl(215.4 16.3% 46.9% / 0.65);
}
.hover\:border-muted-foreground\/70:hover {
  border-color: hsl(215.4 16.3% 46.9% / 0.7);
}
.hover\:border-muted-foreground\/75:hover {
  border-color: hsl(215.4 16.3% 46.9% / 0.75);
}
.hover\:border-muted-foreground\/80:hover {
  border-color: hsl(215.4 16.3% 46.9% / 0.8);
}
.hover\:border-muted-foreground\/85:hover {
  border-color: hsl(215.4 16.3% 46.9% / 0.85);
}
.hover\:border-muted-foreground\/90:hover {
  border-color: hsl(215.4 16.3% 46.9% / 0.9);
}
.hover\:border-muted-foreground\/95:hover {
  border-color: hsl(215.4 16.3% 46.9% / 0.95);
}
.hover\:border-muted\/0:hover {
  border-color: hsl(210 40% 96% / 0);
}
.hover\:border-muted\/10:hover {
  border-color: hsl(210 40% 96% / 0.1);
}
.hover\:border-muted\/100:hover {
  border-color: hsl(210 40% 96% / 1);
}
.hover\:border-muted\/15:hover {
  border-color: hsl(210 40% 96% / 0.15);
}
.hover\:border-muted\/20:hover {
  border-color: hsl(210 40% 96% / 0.2);
}
.hover\:border-muted\/25:hover {
  border-color: hsl(210 40% 96% / 0.25);
}
.hover\:border-muted\/30:hover {
  border-color: hsl(210 40% 96% / 0.3);
}
.hover\:border-muted\/35:hover {
  border-color: hsl(210 40% 96% / 0.35);
}
.hover\:border-muted\/40:hover {
  border-color: hsl(210 40% 96% / 0.4);
}
.hover\:border-muted\/45:hover {
  border-color: hsl(210 40% 96% / 0.45);
}
.hover\:border-muted\/5:hover {
  border-color: hsl(210 40% 96% / 0.05);
}
.hover\:border-muted\/50:hover {
  border-color: hsl(210 40% 96% / 0.5);
}
.hover\:border-muted\/55:hover {
  border-color: hsl(210 40% 96% / 0.55);
}
.hover\:border-muted\/60:hover {
  border-color: hsl(210 40% 96% / 0.6);
}
.hover\:border-muted\/65:hover {
  border-color: hsl(210 40% 96% / 0.65);
}
.hover\:border-muted\/70:hover {
  border-color: hsl(210 40% 96% / 0.7);
}
.hover\:border-muted\/75:hover {
  border-color: hsl(210 40% 96% / 0.75);
}
.hover\:border-muted\/80:hover {
  border-color: hsl(210 40% 96% / 0.8);
}
.hover\:border-muted\/85:hover {
  border-color: hsl(210 40% 96% / 0.85);
}
.hover\:border-muted\/90:hover {
  border-color: hsl(210 40% 96% / 0.9);
}
.hover\:border-muted\/95:hover {
  border-color: hsl(210 40% 96% / 0.95);
}
.hover\:border-popover:hover {
  --tw-border-opacity: 1;
  border-color: hsl(0 0% 100% / var(--tw-border-opacity, 1));
}
.hover\:border-popover-foreground:hover {
  --tw-border-opacity: 1;
  border-color: hsl(222.2 84% 4.9% / var(--tw-border-opacity, 1));
}
.hover\:border-popover-foreground\/0:hover {
  border-color: hsl(222.2 84% 4.9% / 0);
}
.hover\:border-popover-foreground\/10:hover {
  border-color: hsl(222.2 84% 4.9% / 0.1);
}
.hover\:border-popover-foreground\/100:hover {
  border-color: hsl(222.2 84% 4.9% / 1);
}
.hover\:border-popover-foreground\/15:hover {
  border-color: hsl(222.2 84% 4.9% / 0.15);
}
.hover\:border-popover-foreground\/20:hover {
  border-color: hsl(222.2 84% 4.9% / 0.2);
}
.hover\:border-popover-foreground\/25:hover {
  border-color: hsl(222.2 84% 4.9% / 0.25);
}
.hover\:border-popover-foreground\/30:hover {
  border-color: hsl(222.2 84% 4.9% / 0.3);
}
.hover\:border-popover-foreground\/35:hover {
  border-color: hsl(222.2 84% 4.9% / 0.35);
}
.hover\:border-popover-foreground\/40:hover {
  border-color: hsl(222.2 84% 4.9% / 0.4);
}
.hover\:border-popover-foreground\/45:hover {
  border-color: hsl(222.2 84% 4.9% / 0.45);
}
.hover\:border-popover-foreground\/5:hover {
  border-color: hsl(222.2 84% 4.9% / 0.05);
}
.hover\:border-popover-foreground\/50:hover {
  border-color: hsl(222.2 84% 4.9% / 0.5);
}
.hover\:border-popover-foreground\/55:hover {
  border-color: hsl(222.2 84% 4.9% / 0.55);
}
.hover\:border-popover-foreground\/60:hover {
  border-color: hsl(222.2 84% 4.9% / 0.6);
}
.hover\:border-popover-foreground\/65:hover {
  border-color: hsl(222.2 84% 4.9% / 0.65);
}
.hover\:border-popover-foreground\/70:hover {
  border-color: hsl(222.2 84% 4.9% / 0.7);
}
.hover\:border-popover-foreground\/75:hover {
  border-color: hsl(222.2 84% 4.9% / 0.75);
}
.hover\:border-popover-foreground\/80:hover {
  border-color: hsl(222.2 84% 4.9% / 0.8);
}
.hover\:border-popover-foreground\/85:hover {
  border-color: hsl(222.2 84% 4.9% / 0.85);
}
.hover\:border-popover-foreground\/90:hover {
  border-color: hsl(222.2 84% 4.9% / 0.9);
}
.hover\:border-popover-foreground\/95:hover {
  border-color: hsl(222.2 84% 4.9% / 0.95);
}
.hover\:border-popover\/0:hover {
  border-color: hsl(0 0% 100% / 0);
}
.hover\:border-popover\/10:hover {
  border-color: hsl(0 0% 100% / 0.1);
}
.hover\:border-popover\/100:hover {
  border-color: hsl(0 0% 100% / 1);
}
.hover\:border-popover\/15:hover {
  border-color: hsl(0 0% 100% / 0.15);
}
.hover\:border-popover\/20:hover {
  border-color: hsl(0 0% 100% / 0.2);
}
.hover\:border-popover\/25:hover {
  border-color: hsl(0 0% 100% / 0.25);
}
.hover\:border-popover\/30:hover {
  border-color: hsl(0 0% 100% / 0.3);
}
.hover\:border-popover\/35:hover {
  border-color: hsl(0 0% 100% / 0.35);
}
.hover\:border-popover\/40:hover {
  border-color: hsl(0 0% 100% / 0.4);
}
.hover\:border-popover\/45:hover {
  border-color: hsl(0 0% 100% / 0.45);
}
.hover\:border-popover\/5:hover {
  border-color: hsl(0 0% 100% / 0.05);
}
.hover\:border-popover\/50:hover {
  border-color: hsl(0 0% 100% / 0.5);
}
.hover\:border-popover\/55:hover {
  border-color: hsl(0 0% 100% / 0.55);
}
.hover\:border-popover\/60:hover {
  border-color: hsl(0 0% 100% / 0.6);
}
.hover\:border-popover\/65:hover {
  border-color: hsl(0 0% 100% / 0.65);
}
.hover\:border-popover\/70:hover {
  border-color: hsl(0 0% 100% / 0.7);
}
.hover\:border-popover\/75:hover {
  border-color: hsl(0 0% 100% / 0.75);
}
.hover\:border-popover\/80:hover {
  border-color: hsl(0 0% 100% / 0.8);
}
.hover\:border-popover\/85:hover {
  border-color: hsl(0 0% 100% / 0.85);
}
.hover\:border-popover\/90:hover {
  border-color: hsl(0 0% 100% / 0.9);
}
.hover\:border-popover\/95:hover {
  border-color: hsl(0 0% 100% / 0.95);
}
.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: hsl(221.2 83.2% 53.3% / var(--tw-border-opacity, 1));
}
.hover\:border-primary-foreground:hover {
  --tw-border-opacity: 1;
  border-color: hsl(210 40% 98% / var(--tw-border-opacity, 1));
}
.hover\:border-primary-foreground\/0:hover {
  border-color: hsl(210 40% 98% / 0);
}
.hover\:border-primary-foreground\/10:hover {
  border-color: hsl(210 40% 98% / 0.1);
}
.hover\:border-primary-foreground\/100:hover {
  border-color: hsl(210 40% 98% / 1);
}
.hover\:border-primary-foreground\/15:hover {
  border-color: hsl(210 40% 98% / 0.15);
}
.hover\:border-primary-foreground\/20:hover {
  border-color: hsl(210 40% 98% / 0.2);
}
.hover\:border-primary-foreground\/25:hover {
  border-color: hsl(210 40% 98% / 0.25);
}
.hover\:border-primary-foreground\/30:hover {
  border-color: hsl(210 40% 98% / 0.3);
}
.hover\:border-primary-foreground\/35:hover {
  border-color: hsl(210 40% 98% / 0.35);
}
.hover\:border-primary-foreground\/40:hover {
  border-color: hsl(210 40% 98% / 0.4);
}
.hover\:border-primary-foreground\/45:hover {
  border-color: hsl(210 40% 98% / 0.45);
}
.hover\:border-primary-foreground\/5:hover {
  border-color: hsl(210 40% 98% / 0.05);
}
.hover\:border-primary-foreground\/50:hover {
  border-color: hsl(210 40% 98% / 0.5);
}
.hover\:border-primary-foreground\/55:hover {
  border-color: hsl(210 40% 98% / 0.55);
}
.hover\:border-primary-foreground\/60:hover {
  border-color: hsl(210 40% 98% / 0.6);
}
.hover\:border-primary-foreground\/65:hover {
  border-color: hsl(210 40% 98% / 0.65);
}
.hover\:border-primary-foreground\/70:hover {
  border-color: hsl(210 40% 98% / 0.7);
}
.hover\:border-primary-foreground\/75:hover {
  border-color: hsl(210 40% 98% / 0.75);
}
.hover\:border-primary-foreground\/80:hover {
  border-color: hsl(210 40% 98% / 0.8);
}
.hover\:border-primary-foreground\/85:hover {
  border-color: hsl(210 40% 98% / 0.85);
}
.hover\:border-primary-foreground\/90:hover {
  border-color: hsl(210 40% 98% / 0.9);
}
.hover\:border-primary-foreground\/95:hover {
  border-color: hsl(210 40% 98% / 0.95);
}
.hover\:border-primary\/0:hover {
  border-color: hsl(221.2 83.2% 53.3% / 0);
}
.hover\:border-primary\/10:hover {
  border-color: hsl(221.2 83.2% 53.3% / 0.1);
}
.hover\:border-primary\/100:hover {
  border-color: hsl(221.2 83.2% 53.3% / 1);
}
.hover\:border-primary\/15:hover {
  border-color: hsl(221.2 83.2% 53.3% / 0.15);
}
.hover\:border-primary\/20:hover {
  border-color: hsl(221.2 83.2% 53.3% / 0.2);
}
.hover\:border-primary\/25:hover {
  border-color: hsl(221.2 83.2% 53.3% / 0.25);
}
.hover\:border-primary\/30:hover {
  border-color: hsl(221.2 83.2% 53.3% / 0.3);
}
.hover\:border-primary\/35:hover {
  border-color: hsl(221.2 83.2% 53.3% / 0.35);
}
.hover\:border-primary\/40:hover {
  border-color: hsl(221.2 83.2% 53.3% / 0.4);
}
.hover\:border-primary\/45:hover {
  border-color: hsl(221.2 83.2% 53.3% / 0.45);
}
.hover\:border-primary\/5:hover {
  border-color: hsl(221.2 83.2% 53.3% / 0.05);
}
.hover\:border-primary\/50:hover {
  border-color: hsl(221.2 83.2% 53.3% / 0.5);
}
.hover\:border-primary\/55:hover {
  border-color: hsl(221.2 83.2% 53.3% / 0.55);
}
.hover\:border-primary\/60:hover {
  border-color: hsl(221.2 83.2% 53.3% / 0.6);
}
.hover\:border-primary\/65:hover {
  border-color: hsl(221.2 83.2% 53.3% / 0.65);
}
.hover\:border-primary\/70:hover {
  border-color: hsl(221.2 83.2% 53.3% / 0.7);
}
.hover\:border-primary\/75:hover {
  border-color: hsl(221.2 83.2% 53.3% / 0.75);
}
.hover\:border-primary\/80:hover {
  border-color: hsl(221.2 83.2% 53.3% / 0.8);
}
.hover\:border-primary\/85:hover {
  border-color: hsl(221.2 83.2% 53.3% / 0.85);
}
.hover\:border-primary\/90:hover {
  border-color: hsl(221.2 83.2% 53.3% / 0.9);
}
.hover\:border-primary\/95:hover {
  border-color: hsl(221.2 83.2% 53.3% / 0.95);
}
.hover\:border-ring:hover {
  --tw-border-opacity: 1;
  border-color: hsl(221.2 83.2% 53.3% / var(--tw-border-opacity, 1));
}
.hover\:border-ring\/0:hover {
  border-color: hsl(221.2 83.2% 53.3% / 0);
}
.hover\:border-ring\/10:hover {
  border-color: hsl(221.2 83.2% 53.3% / 0.1);
}
.hover\:border-ring\/100:hover {
  border-color: hsl(221.2 83.2% 53.3% / 1);
}
.hover\:border-ring\/15:hover {
  border-color: hsl(221.2 83.2% 53.3% / 0.15);
}
.hover\:border-ring\/20:hover {
  border-color: hsl(221.2 83.2% 53.3% / 0.2);
}
.hover\:border-ring\/25:hover {
  border-color: hsl(221.2 83.2% 53.3% / 0.25);
}
.hover\:border-ring\/30:hover {
  border-color: hsl(221.2 83.2% 53.3% / 0.3);
}
.hover\:border-ring\/35:hover {
  border-color: hsl(221.2 83.2% 53.3% / 0.35);
}
.hover\:border-ring\/40:hover {
  border-color: hsl(221.2 83.2% 53.3% / 0.4);
}
.hover\:border-ring\/45:hover {
  border-color: hsl(221.2 83.2% 53.3% / 0.45);
}
.hover\:border-ring\/5:hover {
  border-color: hsl(221.2 83.2% 53.3% / 0.05);
}
.hover\:border-ring\/50:hover {
  border-color: hsl(221.2 83.2% 53.3% / 0.5);
}
.hover\:border-ring\/55:hover {
  border-color: hsl(221.2 83.2% 53.3% / 0.55);
}
.hover\:border-ring\/60:hover {
  border-color: hsl(221.2 83.2% 53.3% / 0.6);
}
.hover\:border-ring\/65:hover {
  border-color: hsl(221.2 83.2% 53.3% / 0.65);
}
.hover\:border-ring\/70:hover {
  border-color: hsl(221.2 83.2% 53.3% / 0.7);
}
.hover\:border-ring\/75:hover {
  border-color: hsl(221.2 83.2% 53.3% / 0.75);
}
.hover\:border-ring\/80:hover {
  border-color: hsl(221.2 83.2% 53.3% / 0.8);
}
.hover\:border-ring\/85:hover {
  border-color: hsl(221.2 83.2% 53.3% / 0.85);
}
.hover\:border-ring\/90:hover {
  border-color: hsl(221.2 83.2% 53.3% / 0.9);
}
.hover\:border-ring\/95:hover {
  border-color: hsl(221.2 83.2% 53.3% / 0.95);
}
.hover\:border-secondary:hover {
  --tw-border-opacity: 1;
  border-color: hsl(210 40% 96% / var(--tw-border-opacity, 1));
}
.hover\:border-secondary-foreground:hover {
  --tw-border-opacity: 1;
  border-color: hsl(222.2 84% 4.9% / var(--tw-border-opacity, 1));
}
.hover\:border-secondary-foreground\/0:hover {
  border-color: hsl(222.2 84% 4.9% / 0);
}
.hover\:border-secondary-foreground\/10:hover {
  border-color: hsl(222.2 84% 4.9% / 0.1);
}
.hover\:border-secondary-foreground\/100:hover {
  border-color: hsl(222.2 84% 4.9% / 1);
}
.hover\:border-secondary-foreground\/15:hover {
  border-color: hsl(222.2 84% 4.9% / 0.15);
}
.hover\:border-secondary-foreground\/20:hover {
  border-color: hsl(222.2 84% 4.9% / 0.2);
}
.hover\:border-secondary-foreground\/25:hover {
  border-color: hsl(222.2 84% 4.9% / 0.25);
}
.hover\:border-secondary-foreground\/30:hover {
  border-color: hsl(222.2 84% 4.9% / 0.3);
}
.hover\:border-secondary-foreground\/35:hover {
  border-color: hsl(222.2 84% 4.9% / 0.35);
}
.hover\:border-secondary-foreground\/40:hover {
  border-color: hsl(222.2 84% 4.9% / 0.4);
}
.hover\:border-secondary-foreground\/45:hover {
  border-color: hsl(222.2 84% 4.9% / 0.45);
}
.hover\:border-secondary-foreground\/5:hover {
  border-color: hsl(222.2 84% 4.9% / 0.05);
}
.hover\:border-secondary-foreground\/50:hover {
  border-color: hsl(222.2 84% 4.9% / 0.5);
}
.hover\:border-secondary-foreground\/55:hover {
  border-color: hsl(222.2 84% 4.9% / 0.55);
}
.hover\:border-secondary-foreground\/60:hover {
  border-color: hsl(222.2 84% 4.9% / 0.6);
}
.hover\:border-secondary-foreground\/65:hover {
  border-color: hsl(222.2 84% 4.9% / 0.65);
}
.hover\:border-secondary-foreground\/70:hover {
  border-color: hsl(222.2 84% 4.9% / 0.7);
}
.hover\:border-secondary-foreground\/75:hover {
  border-color: hsl(222.2 84% 4.9% / 0.75);
}
.hover\:border-secondary-foreground\/80:hover {
  border-color: hsl(222.2 84% 4.9% / 0.8);
}
.hover\:border-secondary-foreground\/85:hover {
  border-color: hsl(222.2 84% 4.9% / 0.85);
}
.hover\:border-secondary-foreground\/90:hover {
  border-color: hsl(222.2 84% 4.9% / 0.9);
}
.hover\:border-secondary-foreground\/95:hover {
  border-color: hsl(222.2 84% 4.9% / 0.95);
}
.hover\:border-secondary\/0:hover {
  border-color: hsl(210 40% 96% / 0);
}
.hover\:border-secondary\/10:hover {
  border-color: hsl(210 40% 96% / 0.1);
}
.hover\:border-secondary\/100:hover {
  border-color: hsl(210 40% 96% / 1);
}
.hover\:border-secondary\/15:hover {
  border-color: hsl(210 40% 96% / 0.15);
}
.hover\:border-secondary\/20:hover {
  border-color: hsl(210 40% 96% / 0.2);
}
.hover\:border-secondary\/25:hover {
  border-color: hsl(210 40% 96% / 0.25);
}
.hover\:border-secondary\/30:hover {
  border-color: hsl(210 40% 96% / 0.3);
}
.hover\:border-secondary\/35:hover {
  border-color: hsl(210 40% 96% / 0.35);
}
.hover\:border-secondary\/40:hover {
  border-color: hsl(210 40% 96% / 0.4);
}
.hover\:border-secondary\/45:hover {
  border-color: hsl(210 40% 96% / 0.45);
}
.hover\:border-secondary\/5:hover {
  border-color: hsl(210 40% 96% / 0.05);
}
.hover\:border-secondary\/50:hover {
  border-color: hsl(210 40% 96% / 0.5);
}
.hover\:border-secondary\/55:hover {
  border-color: hsl(210 40% 96% / 0.55);
}
.hover\:border-secondary\/60:hover {
  border-color: hsl(210 40% 96% / 0.6);
}
.hover\:border-secondary\/65:hover {
  border-color: hsl(210 40% 96% / 0.65);
}
.hover\:border-secondary\/70:hover {
  border-color: hsl(210 40% 96% / 0.7);
}
.hover\:border-secondary\/75:hover {
  border-color: hsl(210 40% 96% / 0.75);
}
.hover\:border-secondary\/80:hover {
  border-color: hsl(210 40% 96% / 0.8);
}
.hover\:border-secondary\/85:hover {
  border-color: hsl(210 40% 96% / 0.85);
}
.hover\:border-secondary\/90:hover {
  border-color: hsl(210 40% 96% / 0.9);
}
.hover\:border-secondary\/95:hover {
  border-color: hsl(210 40% 96% / 0.95);
}
.hover\:bg-accent:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(210 40% 96% / var(--tw-bg-opacity, 1));
}
.hover\:bg-accent-foreground:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(222.2 84% 4.9% / var(--tw-bg-opacity, 1));
}
.hover\:bg-accent-foreground\/0:hover {
  background-color: hsl(222.2 84% 4.9% / 0);
}
.hover\:bg-accent-foreground\/10:hover {
  background-color: hsl(222.2 84% 4.9% / 0.1);
}
.hover\:bg-accent-foreground\/100:hover {
  background-color: hsl(222.2 84% 4.9% / 1);
}
.hover\:bg-accent-foreground\/15:hover {
  background-color: hsl(222.2 84% 4.9% / 0.15);
}
.hover\:bg-accent-foreground\/20:hover {
  background-color: hsl(222.2 84% 4.9% / 0.2);
}
.hover\:bg-accent-foreground\/25:hover {
  background-color: hsl(222.2 84% 4.9% / 0.25);
}
.hover\:bg-accent-foreground\/30:hover {
  background-color: hsl(222.2 84% 4.9% / 0.3);
}
.hover\:bg-accent-foreground\/35:hover {
  background-color: hsl(222.2 84% 4.9% / 0.35);
}
.hover\:bg-accent-foreground\/40:hover {
  background-color: hsl(222.2 84% 4.9% / 0.4);
}
.hover\:bg-accent-foreground\/45:hover {
  background-color: hsl(222.2 84% 4.9% / 0.45);
}
.hover\:bg-accent-foreground\/5:hover {
  background-color: hsl(222.2 84% 4.9% / 0.05);
}
.hover\:bg-accent-foreground\/50:hover {
  background-color: hsl(222.2 84% 4.9% / 0.5);
}
.hover\:bg-accent-foreground\/55:hover {
  background-color: hsl(222.2 84% 4.9% / 0.55);
}
.hover\:bg-accent-foreground\/60:hover {
  background-color: hsl(222.2 84% 4.9% / 0.6);
}
.hover\:bg-accent-foreground\/65:hover {
  background-color: hsl(222.2 84% 4.9% / 0.65);
}
.hover\:bg-accent-foreground\/70:hover {
  background-color: hsl(222.2 84% 4.9% / 0.7);
}
.hover\:bg-accent-foreground\/75:hover {
  background-color: hsl(222.2 84% 4.9% / 0.75);
}
.hover\:bg-accent-foreground\/80:hover {
  background-color: hsl(222.2 84% 4.9% / 0.8);
}
.hover\:bg-accent-foreground\/85:hover {
  background-color: hsl(222.2 84% 4.9% / 0.85);
}
.hover\:bg-accent-foreground\/90:hover {
  background-color: hsl(222.2 84% 4.9% / 0.9);
}
.hover\:bg-accent-foreground\/95:hover {
  background-color: hsl(222.2 84% 4.9% / 0.95);
}
.hover\:bg-accent\/0:hover {
  background-color: hsl(210 40% 96% / 0);
}
.hover\:bg-accent\/10:hover {
  background-color: hsl(210 40% 96% / 0.1);
}
.hover\:bg-accent\/100:hover {
  background-color: hsl(210 40% 96% / 1);
}
.hover\:bg-accent\/15:hover {
  background-color: hsl(210 40% 96% / 0.15);
}
.hover\:bg-accent\/20:hover {
  background-color: hsl(210 40% 96% / 0.2);
}
.hover\:bg-accent\/25:hover {
  background-color: hsl(210 40% 96% / 0.25);
}
.hover\:bg-accent\/30:hover {
  background-color: hsl(210 40% 96% / 0.3);
}
.hover\:bg-accent\/35:hover {
  background-color: hsl(210 40% 96% / 0.35);
}
.hover\:bg-accent\/40:hover {
  background-color: hsl(210 40% 96% / 0.4);
}
.hover\:bg-accent\/45:hover {
  background-color: hsl(210 40% 96% / 0.45);
}
.hover\:bg-accent\/5:hover {
  background-color: hsl(210 40% 96% / 0.05);
}
.hover\:bg-accent\/50:hover {
  background-color: hsl(210 40% 96% / 0.5);
}
.hover\:bg-accent\/55:hover {
  background-color: hsl(210 40% 96% / 0.55);
}
.hover\:bg-accent\/60:hover {
  background-color: hsl(210 40% 96% / 0.6);
}
.hover\:bg-accent\/65:hover {
  background-color: hsl(210 40% 96% / 0.65);
}
.hover\:bg-accent\/70:hover {
  background-color: hsl(210 40% 96% / 0.7);
}
.hover\:bg-accent\/75:hover {
  background-color: hsl(210 40% 96% / 0.75);
}
.hover\:bg-accent\/80:hover {
  background-color: hsl(210 40% 96% / 0.8);
}
.hover\:bg-accent\/85:hover {
  background-color: hsl(210 40% 96% / 0.85);
}
.hover\:bg-accent\/90:hover {
  background-color: hsl(210 40% 96% / 0.9);
}
.hover\:bg-accent\/95:hover {
  background-color: hsl(210 40% 96% / 0.95);
}
.hover\:bg-background:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(0 0% 100% / var(--tw-bg-opacity, 1));
}
.hover\:bg-background\/0:hover {
  background-color: hsl(0 0% 100% / 0);
}
.hover\:bg-background\/10:hover {
  background-color: hsl(0 0% 100% / 0.1);
}
.hover\:bg-background\/100:hover {
  background-color: hsl(0 0% 100% / 1);
}
.hover\:bg-background\/15:hover {
  background-color: hsl(0 0% 100% / 0.15);
}
.hover\:bg-background\/20:hover {
  background-color: hsl(0 0% 100% / 0.2);
}
.hover\:bg-background\/25:hover {
  background-color: hsl(0 0% 100% / 0.25);
}
.hover\:bg-background\/30:hover {
  background-color: hsl(0 0% 100% / 0.3);
}
.hover\:bg-background\/35:hover {
  background-color: hsl(0 0% 100% / 0.35);
}
.hover\:bg-background\/40:hover {
  background-color: hsl(0 0% 100% / 0.4);
}
.hover\:bg-background\/45:hover {
  background-color: hsl(0 0% 100% / 0.45);
}
.hover\:bg-background\/5:hover {
  background-color: hsl(0 0% 100% / 0.05);
}
.hover\:bg-background\/50:hover {
  background-color: hsl(0 0% 100% / 0.5);
}
.hover\:bg-background\/55:hover {
  background-color: hsl(0 0% 100% / 0.55);
}
.hover\:bg-background\/60:hover {
  background-color: hsl(0 0% 100% / 0.6);
}
.hover\:bg-background\/65:hover {
  background-color: hsl(0 0% 100% / 0.65);
}
.hover\:bg-background\/70:hover {
  background-color: hsl(0 0% 100% / 0.7);
}
.hover\:bg-background\/75:hover {
  background-color: hsl(0 0% 100% / 0.75);
}
.hover\:bg-background\/80:hover {
  background-color: hsl(0 0% 100% / 0.8);
}
.hover\:bg-background\/85:hover {
  background-color: hsl(0 0% 100% / 0.85);
}
.hover\:bg-background\/90:hover {
  background-color: hsl(0 0% 100% / 0.9);
}
.hover\:bg-background\/95:hover {
  background-color: hsl(0 0% 100% / 0.95);
}
.hover\:bg-blue-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.hover\:bg-border:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(214.3 31.8% 91.4% / var(--tw-bg-opacity, 1));
}
.hover\:bg-border\/0:hover {
  background-color: hsl(214.3 31.8% 91.4% / 0);
}
.hover\:bg-border\/10:hover {
  background-color: hsl(214.3 31.8% 91.4% / 0.1);
}
.hover\:bg-border\/100:hover {
  background-color: hsl(214.3 31.8% 91.4% / 1);
}
.hover\:bg-border\/15:hover {
  background-color: hsl(214.3 31.8% 91.4% / 0.15);
}
.hover\:bg-border\/20:hover {
  background-color: hsl(214.3 31.8% 91.4% / 0.2);
}
.hover\:bg-border\/25:hover {
  background-color: hsl(214.3 31.8% 91.4% / 0.25);
}
.hover\:bg-border\/30:hover {
  background-color: hsl(214.3 31.8% 91.4% / 0.3);
}
.hover\:bg-border\/35:hover {
  background-color: hsl(214.3 31.8% 91.4% / 0.35);
}
.hover\:bg-border\/40:hover {
  background-color: hsl(214.3 31.8% 91.4% / 0.4);
}
.hover\:bg-border\/45:hover {
  background-color: hsl(214.3 31.8% 91.4% / 0.45);
}
.hover\:bg-border\/5:hover {
  background-color: hsl(214.3 31.8% 91.4% / 0.05);
}
.hover\:bg-border\/50:hover {
  background-color: hsl(214.3 31.8% 91.4% / 0.5);
}
.hover\:bg-border\/55:hover {
  background-color: hsl(214.3 31.8% 91.4% / 0.55);
}
.hover\:bg-border\/60:hover {
  background-color: hsl(214.3 31.8% 91.4% / 0.6);
}
.hover\:bg-border\/65:hover {
  background-color: hsl(214.3 31.8% 91.4% / 0.65);
}
.hover\:bg-border\/70:hover {
  background-color: hsl(214.3 31.8% 91.4% / 0.7);
}
.hover\:bg-border\/75:hover {
  background-color: hsl(214.3 31.8% 91.4% / 0.75);
}
.hover\:bg-border\/80:hover {
  background-color: hsl(214.3 31.8% 91.4% / 0.8);
}
.hover\:bg-border\/85:hover {
  background-color: hsl(214.3 31.8% 91.4% / 0.85);
}
.hover\:bg-border\/90:hover {
  background-color: hsl(214.3 31.8% 91.4% / 0.9);
}
.hover\:bg-border\/95:hover {
  background-color: hsl(214.3 31.8% 91.4% / 0.95);
}
.hover\:bg-card:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(0 0% 100% / var(--tw-bg-opacity, 1));
}
.hover\:bg-card-foreground:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(222.2 84% 4.9% / var(--tw-bg-opacity, 1));
}
.hover\:bg-card-foreground\/0:hover {
  background-color: hsl(222.2 84% 4.9% / 0);
}
.hover\:bg-card-foreground\/10:hover {
  background-color: hsl(222.2 84% 4.9% / 0.1);
}
.hover\:bg-card-foreground\/100:hover {
  background-color: hsl(222.2 84% 4.9% / 1);
}
.hover\:bg-card-foreground\/15:hover {
  background-color: hsl(222.2 84% 4.9% / 0.15);
}
.hover\:bg-card-foreground\/20:hover {
  background-color: hsl(222.2 84% 4.9% / 0.2);
}
.hover\:bg-card-foreground\/25:hover {
  background-color: hsl(222.2 84% 4.9% / 0.25);
}
.hover\:bg-card-foreground\/30:hover {
  background-color: hsl(222.2 84% 4.9% / 0.3);
}
.hover\:bg-card-foreground\/35:hover {
  background-color: hsl(222.2 84% 4.9% / 0.35);
}
.hover\:bg-card-foreground\/40:hover {
  background-color: hsl(222.2 84% 4.9% / 0.4);
}
.hover\:bg-card-foreground\/45:hover {
  background-color: hsl(222.2 84% 4.9% / 0.45);
}
.hover\:bg-card-foreground\/5:hover {
  background-color: hsl(222.2 84% 4.9% / 0.05);
}
.hover\:bg-card-foreground\/50:hover {
  background-color: hsl(222.2 84% 4.9% / 0.5);
}
.hover\:bg-card-foreground\/55:hover {
  background-color: hsl(222.2 84% 4.9% / 0.55);
}
.hover\:bg-card-foreground\/60:hover {
  background-color: hsl(222.2 84% 4.9% / 0.6);
}
.hover\:bg-card-foreground\/65:hover {
  background-color: hsl(222.2 84% 4.9% / 0.65);
}
.hover\:bg-card-foreground\/70:hover {
  background-color: hsl(222.2 84% 4.9% / 0.7);
}
.hover\:bg-card-foreground\/75:hover {
  background-color: hsl(222.2 84% 4.9% / 0.75);
}
.hover\:bg-card-foreground\/80:hover {
  background-color: hsl(222.2 84% 4.9% / 0.8);
}
.hover\:bg-card-foreground\/85:hover {
  background-color: hsl(222.2 84% 4.9% / 0.85);
}
.hover\:bg-card-foreground\/90:hover {
  background-color: hsl(222.2 84% 4.9% / 0.9);
}
.hover\:bg-card-foreground\/95:hover {
  background-color: hsl(222.2 84% 4.9% / 0.95);
}
.hover\:bg-card\/0:hover {
  background-color: hsl(0 0% 100% / 0);
}
.hover\:bg-card\/10:hover {
  background-color: hsl(0 0% 100% / 0.1);
}
.hover\:bg-card\/100:hover {
  background-color: hsl(0 0% 100% / 1);
}
.hover\:bg-card\/15:hover {
  background-color: hsl(0 0% 100% / 0.15);
}
.hover\:bg-card\/20:hover {
  background-color: hsl(0 0% 100% / 0.2);
}
.hover\:bg-card\/25:hover {
  background-color: hsl(0 0% 100% / 0.25);
}
.hover\:bg-card\/30:hover {
  background-color: hsl(0 0% 100% / 0.3);
}
.hover\:bg-card\/35:hover {
  background-color: hsl(0 0% 100% / 0.35);
}
.hover\:bg-card\/40:hover {
  background-color: hsl(0 0% 100% / 0.4);
}
.hover\:bg-card\/45:hover {
  background-color: hsl(0 0% 100% / 0.45);
}
.hover\:bg-card\/5:hover {
  background-color: hsl(0 0% 100% / 0.05);
}
.hover\:bg-card\/50:hover {
  background-color: hsl(0 0% 100% / 0.5);
}
.hover\:bg-card\/55:hover {
  background-color: hsl(0 0% 100% / 0.55);
}
.hover\:bg-card\/60:hover {
  background-color: hsl(0 0% 100% / 0.6);
}
.hover\:bg-card\/65:hover {
  background-color: hsl(0 0% 100% / 0.65);
}
.hover\:bg-card\/70:hover {
  background-color: hsl(0 0% 100% / 0.7);
}
.hover\:bg-card\/75:hover {
  background-color: hsl(0 0% 100% / 0.75);
}
.hover\:bg-card\/80:hover {
  background-color: hsl(0 0% 100% / 0.8);
}
.hover\:bg-card\/85:hover {
  background-color: hsl(0 0% 100% / 0.85);
}
.hover\:bg-card\/90:hover {
  background-color: hsl(0 0% 100% / 0.9);
}
.hover\:bg-card\/95:hover {
  background-color: hsl(0 0% 100% / 0.95);
}
.hover\:bg-destructive:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(0 84.2% 60.2% / var(--tw-bg-opacity, 1));
}
.hover\:bg-destructive-foreground:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(210 40% 98% / var(--tw-bg-opacity, 1));
}
.hover\:bg-destructive-foreground\/0:hover {
  background-color: hsl(210 40% 98% / 0);
}
.hover\:bg-destructive-foreground\/10:hover {
  background-color: hsl(210 40% 98% / 0.1);
}
.hover\:bg-destructive-foreground\/100:hover {
  background-color: hsl(210 40% 98% / 1);
}
.hover\:bg-destructive-foreground\/15:hover {
  background-color: hsl(210 40% 98% / 0.15);
}
.hover\:bg-destructive-foreground\/20:hover {
  background-color: hsl(210 40% 98% / 0.2);
}
.hover\:bg-destructive-foreground\/25:hover {
  background-color: hsl(210 40% 98% / 0.25);
}
.hover\:bg-destructive-foreground\/30:hover {
  background-color: hsl(210 40% 98% / 0.3);
}
.hover\:bg-destructive-foreground\/35:hover {
  background-color: hsl(210 40% 98% / 0.35);
}
.hover\:bg-destructive-foreground\/40:hover {
  background-color: hsl(210 40% 98% / 0.4);
}
.hover\:bg-destructive-foreground\/45:hover {
  background-color: hsl(210 40% 98% / 0.45);
}
.hover\:bg-destructive-foreground\/5:hover {
  background-color: hsl(210 40% 98% / 0.05);
}
.hover\:bg-destructive-foreground\/50:hover {
  background-color: hsl(210 40% 98% / 0.5);
}
.hover\:bg-destructive-foreground\/55:hover {
  background-color: hsl(210 40% 98% / 0.55);
}
.hover\:bg-destructive-foreground\/60:hover {
  background-color: hsl(210 40% 98% / 0.6);
}
.hover\:bg-destructive-foreground\/65:hover {
  background-color: hsl(210 40% 98% / 0.65);
}
.hover\:bg-destructive-foreground\/70:hover {
  background-color: hsl(210 40% 98% / 0.7);
}
.hover\:bg-destructive-foreground\/75:hover {
  background-color: hsl(210 40% 98% / 0.75);
}
.hover\:bg-destructive-foreground\/80:hover {
  background-color: hsl(210 40% 98% / 0.8);
}
.hover\:bg-destructive-foreground\/85:hover {
  background-color: hsl(210 40% 98% / 0.85);
}
.hover\:bg-destructive-foreground\/90:hover {
  background-color: hsl(210 40% 98% / 0.9);
}
.hover\:bg-destructive-foreground\/95:hover {
  background-color: hsl(210 40% 98% / 0.95);
}
.hover\:bg-destructive\/0:hover {
  background-color: hsl(0 84.2% 60.2% / 0);
}
.hover\:bg-destructive\/10:hover {
  background-color: hsl(0 84.2% 60.2% / 0.1);
}
.hover\:bg-destructive\/100:hover {
  background-color: hsl(0 84.2% 60.2% / 1);
}
.hover\:bg-destructive\/15:hover {
  background-color: hsl(0 84.2% 60.2% / 0.15);
}
.hover\:bg-destructive\/20:hover {
  background-color: hsl(0 84.2% 60.2% / 0.2);
}
.hover\:bg-destructive\/25:hover {
  background-color: hsl(0 84.2% 60.2% / 0.25);
}
.hover\:bg-destructive\/30:hover {
  background-color: hsl(0 84.2% 60.2% / 0.3);
}
.hover\:bg-destructive\/35:hover {
  background-color: hsl(0 84.2% 60.2% / 0.35);
}
.hover\:bg-destructive\/40:hover {
  background-color: hsl(0 84.2% 60.2% / 0.4);
}
.hover\:bg-destructive\/45:hover {
  background-color: hsl(0 84.2% 60.2% / 0.45);
}
.hover\:bg-destructive\/5:hover {
  background-color: hsl(0 84.2% 60.2% / 0.05);
}
.hover\:bg-destructive\/50:hover {
  background-color: hsl(0 84.2% 60.2% / 0.5);
}
.hover\:bg-destructive\/55:hover {
  background-color: hsl(0 84.2% 60.2% / 0.55);
}
.hover\:bg-destructive\/60:hover {
  background-color: hsl(0 84.2% 60.2% / 0.6);
}
.hover\:bg-destructive\/65:hover {
  background-color: hsl(0 84.2% 60.2% / 0.65);
}
.hover\:bg-destructive\/70:hover {
  background-color: hsl(0 84.2% 60.2% / 0.7);
}
.hover\:bg-destructive\/75:hover {
  background-color: hsl(0 84.2% 60.2% / 0.75);
}
.hover\:bg-destructive\/80:hover {
  background-color: hsl(0 84.2% 60.2% / 0.8);
}
.hover\:bg-destructive\/85:hover {
  background-color: hsl(0 84.2% 60.2% / 0.85);
}
.hover\:bg-destructive\/90:hover {
  background-color: hsl(0 84.2% 60.2% / 0.9);
}
.hover\:bg-destructive\/95:hover {
  background-color: hsl(0 84.2% 60.2% / 0.95);
}
.hover\:bg-foreground:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(222.2 84% 4.9% / var(--tw-bg-opacity, 1));
}
.hover\:bg-foreground\/0:hover {
  background-color: hsl(222.2 84% 4.9% / 0);
}
.hover\:bg-foreground\/10:hover {
  background-color: hsl(222.2 84% 4.9% / 0.1);
}
.hover\:bg-foreground\/100:hover {
  background-color: hsl(222.2 84% 4.9% / 1);
}
.hover\:bg-foreground\/15:hover {
  background-color: hsl(222.2 84% 4.9% / 0.15);
}
.hover\:bg-foreground\/20:hover {
  background-color: hsl(222.2 84% 4.9% / 0.2);
}
.hover\:bg-foreground\/25:hover {
  background-color: hsl(222.2 84% 4.9% / 0.25);
}
.hover\:bg-foreground\/30:hover {
  background-color: hsl(222.2 84% 4.9% / 0.3);
}
.hover\:bg-foreground\/35:hover {
  background-color: hsl(222.2 84% 4.9% / 0.35);
}
.hover\:bg-foreground\/40:hover {
  background-color: hsl(222.2 84% 4.9% / 0.4);
}
.hover\:bg-foreground\/45:hover {
  background-color: hsl(222.2 84% 4.9% / 0.45);
}
.hover\:bg-foreground\/5:hover {
  background-color: hsl(222.2 84% 4.9% / 0.05);
}
.hover\:bg-foreground\/50:hover {
  background-color: hsl(222.2 84% 4.9% / 0.5);
}
.hover\:bg-foreground\/55:hover {
  background-color: hsl(222.2 84% 4.9% / 0.55);
}
.hover\:bg-foreground\/60:hover {
  background-color: hsl(222.2 84% 4.9% / 0.6);
}
.hover\:bg-foreground\/65:hover {
  background-color: hsl(222.2 84% 4.9% / 0.65);
}
.hover\:bg-foreground\/70:hover {
  background-color: hsl(222.2 84% 4.9% / 0.7);
}
.hover\:bg-foreground\/75:hover {
  background-color: hsl(222.2 84% 4.9% / 0.75);
}
.hover\:bg-foreground\/80:hover {
  background-color: hsl(222.2 84% 4.9% / 0.8);
}
.hover\:bg-foreground\/85:hover {
  background-color: hsl(222.2 84% 4.9% / 0.85);
}
.hover\:bg-foreground\/90:hover {
  background-color: hsl(222.2 84% 4.9% / 0.9);
}
.hover\:bg-foreground\/95:hover {
  background-color: hsl(222.2 84% 4.9% / 0.95);
}
.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-green-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.hover\:bg-input:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(214.3 31.8% 91.4% / var(--tw-bg-opacity, 1));
}
.hover\:bg-input\/0:hover {
  background-color: hsl(214.3 31.8% 91.4% / 0);
}
.hover\:bg-input\/10:hover {
  background-color: hsl(214.3 31.8% 91.4% / 0.1);
}
.hover\:bg-input\/100:hover {
  background-color: hsl(214.3 31.8% 91.4% / 1);
}
.hover\:bg-input\/15:hover {
  background-color: hsl(214.3 31.8% 91.4% / 0.15);
}
.hover\:bg-input\/20:hover {
  background-color: hsl(214.3 31.8% 91.4% / 0.2);
}
.hover\:bg-input\/25:hover {
  background-color: hsl(214.3 31.8% 91.4% / 0.25);
}
.hover\:bg-input\/30:hover {
  background-color: hsl(214.3 31.8% 91.4% / 0.3);
}
.hover\:bg-input\/35:hover {
  background-color: hsl(214.3 31.8% 91.4% / 0.35);
}
.hover\:bg-input\/40:hover {
  background-color: hsl(214.3 31.8% 91.4% / 0.4);
}
.hover\:bg-input\/45:hover {
  background-color: hsl(214.3 31.8% 91.4% / 0.45);
}
.hover\:bg-input\/5:hover {
  background-color: hsl(214.3 31.8% 91.4% / 0.05);
}
.hover\:bg-input\/50:hover {
  background-color: hsl(214.3 31.8% 91.4% / 0.5);
}
.hover\:bg-input\/55:hover {
  background-color: hsl(214.3 31.8% 91.4% / 0.55);
}
.hover\:bg-input\/60:hover {
  background-color: hsl(214.3 31.8% 91.4% / 0.6);
}
.hover\:bg-input\/65:hover {
  background-color: hsl(214.3 31.8% 91.4% / 0.65);
}
.hover\:bg-input\/70:hover {
  background-color: hsl(214.3 31.8% 91.4% / 0.7);
}
.hover\:bg-input\/75:hover {
  background-color: hsl(214.3 31.8% 91.4% / 0.75);
}
.hover\:bg-input\/80:hover {
  background-color: hsl(214.3 31.8% 91.4% / 0.8);
}
.hover\:bg-input\/85:hover {
  background-color: hsl(214.3 31.8% 91.4% / 0.85);
}
.hover\:bg-input\/90:hover {
  background-color: hsl(214.3 31.8% 91.4% / 0.9);
}
.hover\:bg-input\/95:hover {
  background-color: hsl(214.3 31.8% 91.4% / 0.95);
}
.hover\:bg-muted:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(210 40% 96% / var(--tw-bg-opacity, 1));
}
.hover\:bg-muted-foreground:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(215.4 16.3% 46.9% / var(--tw-bg-opacity, 1));
}
.hover\:bg-muted-foreground\/0:hover {
  background-color: hsl(215.4 16.3% 46.9% / 0);
}
.hover\:bg-muted-foreground\/10:hover {
  background-color: hsl(215.4 16.3% 46.9% / 0.1);
}
.hover\:bg-muted-foreground\/100:hover {
  background-color: hsl(215.4 16.3% 46.9% / 1);
}
.hover\:bg-muted-foreground\/15:hover {
  background-color: hsl(215.4 16.3% 46.9% / 0.15);
}
.hover\:bg-muted-foreground\/20:hover {
  background-color: hsl(215.4 16.3% 46.9% / 0.2);
}
.hover\:bg-muted-foreground\/25:hover {
  background-color: hsl(215.4 16.3% 46.9% / 0.25);
}
.hover\:bg-muted-foreground\/30:hover {
  background-color: hsl(215.4 16.3% 46.9% / 0.3);
}
.hover\:bg-muted-foreground\/35:hover {
  background-color: hsl(215.4 16.3% 46.9% / 0.35);
}
.hover\:bg-muted-foreground\/40:hover {
  background-color: hsl(215.4 16.3% 46.9% / 0.4);
}
.hover\:bg-muted-foreground\/45:hover {
  background-color: hsl(215.4 16.3% 46.9% / 0.45);
}
.hover\:bg-muted-foreground\/5:hover {
  background-color: hsl(215.4 16.3% 46.9% / 0.05);
}
.hover\:bg-muted-foreground\/50:hover {
  background-color: hsl(215.4 16.3% 46.9% / 0.5);
}
.hover\:bg-muted-foreground\/55:hover {
  background-color: hsl(215.4 16.3% 46.9% / 0.55);
}
.hover\:bg-muted-foreground\/60:hover {
  background-color: hsl(215.4 16.3% 46.9% / 0.6);
}
.hover\:bg-muted-foreground\/65:hover {
  background-color: hsl(215.4 16.3% 46.9% / 0.65);
}
.hover\:bg-muted-foreground\/70:hover {
  background-color: hsl(215.4 16.3% 46.9% / 0.7);
}
.hover\:bg-muted-foreground\/75:hover {
  background-color: hsl(215.4 16.3% 46.9% / 0.75);
}
.hover\:bg-muted-foreground\/80:hover {
  background-color: hsl(215.4 16.3% 46.9% / 0.8);
}
.hover\:bg-muted-foreground\/85:hover {
  background-color: hsl(215.4 16.3% 46.9% / 0.85);
}
.hover\:bg-muted-foreground\/90:hover {
  background-color: hsl(215.4 16.3% 46.9% / 0.9);
}
.hover\:bg-muted-foreground\/95:hover {
  background-color: hsl(215.4 16.3% 46.9% / 0.95);
}
.hover\:bg-muted\/0:hover {
  background-color: hsl(210 40% 96% / 0);
}
.hover\:bg-muted\/10:hover {
  background-color: hsl(210 40% 96% / 0.1);
}
.hover\:bg-muted\/100:hover {
  background-color: hsl(210 40% 96% / 1);
}
.hover\:bg-muted\/15:hover {
  background-color: hsl(210 40% 96% / 0.15);
}
.hover\:bg-muted\/20:hover {
  background-color: hsl(210 40% 96% / 0.2);
}
.hover\:bg-muted\/25:hover {
  background-color: hsl(210 40% 96% / 0.25);
}
.hover\:bg-muted\/30:hover {
  background-color: hsl(210 40% 96% / 0.3);
}
.hover\:bg-muted\/35:hover {
  background-color: hsl(210 40% 96% / 0.35);
}
.hover\:bg-muted\/40:hover {
  background-color: hsl(210 40% 96% / 0.4);
}
.hover\:bg-muted\/45:hover {
  background-color: hsl(210 40% 96% / 0.45);
}
.hover\:bg-muted\/5:hover {
  background-color: hsl(210 40% 96% / 0.05);
}
.hover\:bg-muted\/50:hover {
  background-color: hsl(210 40% 96% / 0.5);
}
.hover\:bg-muted\/55:hover {
  background-color: hsl(210 40% 96% / 0.55);
}
.hover\:bg-muted\/60:hover {
  background-color: hsl(210 40% 96% / 0.6);
}
.hover\:bg-muted\/65:hover {
  background-color: hsl(210 40% 96% / 0.65);
}
.hover\:bg-muted\/70:hover {
  background-color: hsl(210 40% 96% / 0.7);
}
.hover\:bg-muted\/75:hover {
  background-color: hsl(210 40% 96% / 0.75);
}
.hover\:bg-muted\/80:hover {
  background-color: hsl(210 40% 96% / 0.8);
}
.hover\:bg-muted\/85:hover {
  background-color: hsl(210 40% 96% / 0.85);
}
.hover\:bg-muted\/90:hover {
  background-color: hsl(210 40% 96% / 0.9);
}
.hover\:bg-muted\/95:hover {
  background-color: hsl(210 40% 96% / 0.95);
}
.hover\:bg-popover:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(0 0% 100% / var(--tw-bg-opacity, 1));
}
.hover\:bg-popover-foreground:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(222.2 84% 4.9% / var(--tw-bg-opacity, 1));
}
.hover\:bg-popover-foreground\/0:hover {
  background-color: hsl(222.2 84% 4.9% / 0);
}
.hover\:bg-popover-foreground\/10:hover {
  background-color: hsl(222.2 84% 4.9% / 0.1);
}
.hover\:bg-popover-foreground\/100:hover {
  background-color: hsl(222.2 84% 4.9% / 1);
}
.hover\:bg-popover-foreground\/15:hover {
  background-color: hsl(222.2 84% 4.9% / 0.15);
}
.hover\:bg-popover-foreground\/20:hover {
  background-color: hsl(222.2 84% 4.9% / 0.2);
}
.hover\:bg-popover-foreground\/25:hover {
  background-color: hsl(222.2 84% 4.9% / 0.25);
}
.hover\:bg-popover-foreground\/30:hover {
  background-color: hsl(222.2 84% 4.9% / 0.3);
}
.hover\:bg-popover-foreground\/35:hover {
  background-color: hsl(222.2 84% 4.9% / 0.35);
}
.hover\:bg-popover-foreground\/40:hover {
  background-color: hsl(222.2 84% 4.9% / 0.4);
}
.hover\:bg-popover-foreground\/45:hover {
  background-color: hsl(222.2 84% 4.9% / 0.45);
}
.hover\:bg-popover-foreground\/5:hover {
  background-color: hsl(222.2 84% 4.9% / 0.05);
}
.hover\:bg-popover-foreground\/50:hover {
  background-color: hsl(222.2 84% 4.9% / 0.5);
}
.hover\:bg-popover-foreground\/55:hover {
  background-color: hsl(222.2 84% 4.9% / 0.55);
}
.hover\:bg-popover-foreground\/60:hover {
  background-color: hsl(222.2 84% 4.9% / 0.6);
}
.hover\:bg-popover-foreground\/65:hover {
  background-color: hsl(222.2 84% 4.9% / 0.65);
}
.hover\:bg-popover-foreground\/70:hover {
  background-color: hsl(222.2 84% 4.9% / 0.7);
}
.hover\:bg-popover-foreground\/75:hover {
  background-color: hsl(222.2 84% 4.9% / 0.75);
}
.hover\:bg-popover-foreground\/80:hover {
  background-color: hsl(222.2 84% 4.9% / 0.8);
}
.hover\:bg-popover-foreground\/85:hover {
  background-color: hsl(222.2 84% 4.9% / 0.85);
}
.hover\:bg-popover-foreground\/90:hover {
  background-color: hsl(222.2 84% 4.9% / 0.9);
}
.hover\:bg-popover-foreground\/95:hover {
  background-color: hsl(222.2 84% 4.9% / 0.95);
}
.hover\:bg-popover\/0:hover {
  background-color: hsl(0 0% 100% / 0);
}
.hover\:bg-popover\/10:hover {
  background-color: hsl(0 0% 100% / 0.1);
}
.hover\:bg-popover\/100:hover {
  background-color: hsl(0 0% 100% / 1);
}
.hover\:bg-popover\/15:hover {
  background-color: hsl(0 0% 100% / 0.15);
}
.hover\:bg-popover\/20:hover {
  background-color: hsl(0 0% 100% / 0.2);
}
.hover\:bg-popover\/25:hover {
  background-color: hsl(0 0% 100% / 0.25);
}
.hover\:bg-popover\/30:hover {
  background-color: hsl(0 0% 100% / 0.3);
}
.hover\:bg-popover\/35:hover {
  background-color: hsl(0 0% 100% / 0.35);
}
.hover\:bg-popover\/40:hover {
  background-color: hsl(0 0% 100% / 0.4);
}
.hover\:bg-popover\/45:hover {
  background-color: hsl(0 0% 100% / 0.45);
}
.hover\:bg-popover\/5:hover {
  background-color: hsl(0 0% 100% / 0.05);
}
.hover\:bg-popover\/50:hover {
  background-color: hsl(0 0% 100% / 0.5);
}
.hover\:bg-popover\/55:hover {
  background-color: hsl(0 0% 100% / 0.55);
}
.hover\:bg-popover\/60:hover {
  background-color: hsl(0 0% 100% / 0.6);
}
.hover\:bg-popover\/65:hover {
  background-color: hsl(0 0% 100% / 0.65);
}
.hover\:bg-popover\/70:hover {
  background-color: hsl(0 0% 100% / 0.7);
}
.hover\:bg-popover\/75:hover {
  background-color: hsl(0 0% 100% / 0.75);
}
.hover\:bg-popover\/80:hover {
  background-color: hsl(0 0% 100% / 0.8);
}
.hover\:bg-popover\/85:hover {
  background-color: hsl(0 0% 100% / 0.85);
}
.hover\:bg-popover\/90:hover {
  background-color: hsl(0 0% 100% / 0.9);
}
.hover\:bg-popover\/95:hover {
  background-color: hsl(0 0% 100% / 0.95);
}
.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(221.2 83.2% 53.3% / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary-foreground:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(210 40% 98% / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary-foreground\/0:hover {
  background-color: hsl(210 40% 98% / 0);
}
.hover\:bg-primary-foreground\/10:hover {
  background-color: hsl(210 40% 98% / 0.1);
}
.hover\:bg-primary-foreground\/100:hover {
  background-color: hsl(210 40% 98% / 1);
}
.hover\:bg-primary-foreground\/15:hover {
  background-color: hsl(210 40% 98% / 0.15);
}
.hover\:bg-primary-foreground\/20:hover {
  background-color: hsl(210 40% 98% / 0.2);
}
.hover\:bg-primary-foreground\/25:hover {
  background-color: hsl(210 40% 98% / 0.25);
}
.hover\:bg-primary-foreground\/30:hover {
  background-color: hsl(210 40% 98% / 0.3);
}
.hover\:bg-primary-foreground\/35:hover {
  background-color: hsl(210 40% 98% / 0.35);
}
.hover\:bg-primary-foreground\/40:hover {
  background-color: hsl(210 40% 98% / 0.4);
}
.hover\:bg-primary-foreground\/45:hover {
  background-color: hsl(210 40% 98% / 0.45);
}
.hover\:bg-primary-foreground\/5:hover {
  background-color: hsl(210 40% 98% / 0.05);
}
.hover\:bg-primary-foreground\/50:hover {
  background-color: hsl(210 40% 98% / 0.5);
}
.hover\:bg-primary-foreground\/55:hover {
  background-color: hsl(210 40% 98% / 0.55);
}
.hover\:bg-primary-foreground\/60:hover {
  background-color: hsl(210 40% 98% / 0.6);
}
.hover\:bg-primary-foreground\/65:hover {
  background-color: hsl(210 40% 98% / 0.65);
}
.hover\:bg-primary-foreground\/70:hover {
  background-color: hsl(210 40% 98% / 0.7);
}
.hover\:bg-primary-foreground\/75:hover {
  background-color: hsl(210 40% 98% / 0.75);
}
.hover\:bg-primary-foreground\/80:hover {
  background-color: hsl(210 40% 98% / 0.8);
}
.hover\:bg-primary-foreground\/85:hover {
  background-color: hsl(210 40% 98% / 0.85);
}
.hover\:bg-primary-foreground\/90:hover {
  background-color: hsl(210 40% 98% / 0.9);
}
.hover\:bg-primary-foreground\/95:hover {
  background-color: hsl(210 40% 98% / 0.95);
}
.hover\:bg-primary\/0:hover {
  background-color: hsl(221.2 83.2% 53.3% / 0);
}
.hover\:bg-primary\/10:hover {
  background-color: hsl(221.2 83.2% 53.3% / 0.1);
}
.hover\:bg-primary\/100:hover {
  background-color: hsl(221.2 83.2% 53.3% / 1);
}
.hover\:bg-primary\/15:hover {
  background-color: hsl(221.2 83.2% 53.3% / 0.15);
}
.hover\:bg-primary\/20:hover {
  background-color: hsl(221.2 83.2% 53.3% / 0.2);
}
.hover\:bg-primary\/25:hover {
  background-color: hsl(221.2 83.2% 53.3% / 0.25);
}
.hover\:bg-primary\/30:hover {
  background-color: hsl(221.2 83.2% 53.3% / 0.3);
}
.hover\:bg-primary\/35:hover {
  background-color: hsl(221.2 83.2% 53.3% / 0.35);
}
.hover\:bg-primary\/40:hover {
  background-color: hsl(221.2 83.2% 53.3% / 0.4);
}
.hover\:bg-primary\/45:hover {
  background-color: hsl(221.2 83.2% 53.3% / 0.45);
}
.hover\:bg-primary\/5:hover {
  background-color: hsl(221.2 83.2% 53.3% / 0.05);
}
.hover\:bg-primary\/50:hover {
  background-color: hsl(221.2 83.2% 53.3% / 0.5);
}
.hover\:bg-primary\/55:hover {
  background-color: hsl(221.2 83.2% 53.3% / 0.55);
}
.hover\:bg-primary\/60:hover {
  background-color: hsl(221.2 83.2% 53.3% / 0.6);
}
.hover\:bg-primary\/65:hover {
  background-color: hsl(221.2 83.2% 53.3% / 0.65);
}
.hover\:bg-primary\/70:hover {
  background-color: hsl(221.2 83.2% 53.3% / 0.7);
}
.hover\:bg-primary\/75:hover {
  background-color: hsl(221.2 83.2% 53.3% / 0.75);
}
.hover\:bg-primary\/80:hover {
  background-color: hsl(221.2 83.2% 53.3% / 0.8);
}
.hover\:bg-primary\/85:hover {
  background-color: hsl(221.2 83.2% 53.3% / 0.85);
}
.hover\:bg-primary\/90:hover {
  background-color: hsl(221.2 83.2% 53.3% / 0.9);
}
.hover\:bg-primary\/95:hover {
  background-color: hsl(221.2 83.2% 53.3% / 0.95);
}
.hover\:bg-red-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.hover\:bg-ring:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(221.2 83.2% 53.3% / var(--tw-bg-opacity, 1));
}
.hover\:bg-ring\/0:hover {
  background-color: hsl(221.2 83.2% 53.3% / 0);
}
.hover\:bg-ring\/10:hover {
  background-color: hsl(221.2 83.2% 53.3% / 0.1);
}
.hover\:bg-ring\/100:hover {
  background-color: hsl(221.2 83.2% 53.3% / 1);
}
.hover\:bg-ring\/15:hover {
  background-color: hsl(221.2 83.2% 53.3% / 0.15);
}
.hover\:bg-ring\/20:hover {
  background-color: hsl(221.2 83.2% 53.3% / 0.2);
}
.hover\:bg-ring\/25:hover {
  background-color: hsl(221.2 83.2% 53.3% / 0.25);
}
.hover\:bg-ring\/30:hover {
  background-color: hsl(221.2 83.2% 53.3% / 0.3);
}
.hover\:bg-ring\/35:hover {
  background-color: hsl(221.2 83.2% 53.3% / 0.35);
}
.hover\:bg-ring\/40:hover {
  background-color: hsl(221.2 83.2% 53.3% / 0.4);
}
.hover\:bg-ring\/45:hover {
  background-color: hsl(221.2 83.2% 53.3% / 0.45);
}
.hover\:bg-ring\/5:hover {
  background-color: hsl(221.2 83.2% 53.3% / 0.05);
}
.hover\:bg-ring\/50:hover {
  background-color: hsl(221.2 83.2% 53.3% / 0.5);
}
.hover\:bg-ring\/55:hover {
  background-color: hsl(221.2 83.2% 53.3% / 0.55);
}
.hover\:bg-ring\/60:hover {
  background-color: hsl(221.2 83.2% 53.3% / 0.6);
}
.hover\:bg-ring\/65:hover {
  background-color: hsl(221.2 83.2% 53.3% / 0.65);
}
.hover\:bg-ring\/70:hover {
  background-color: hsl(221.2 83.2% 53.3% / 0.7);
}
.hover\:bg-ring\/75:hover {
  background-color: hsl(221.2 83.2% 53.3% / 0.75);
}
.hover\:bg-ring\/80:hover {
  background-color: hsl(221.2 83.2% 53.3% / 0.8);
}
.hover\:bg-ring\/85:hover {
  background-color: hsl(221.2 83.2% 53.3% / 0.85);
}
.hover\:bg-ring\/90:hover {
  background-color: hsl(221.2 83.2% 53.3% / 0.9);
}
.hover\:bg-ring\/95:hover {
  background-color: hsl(221.2 83.2% 53.3% / 0.95);
}
.hover\:bg-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(210 40% 96% / var(--tw-bg-opacity, 1));
}
.hover\:bg-secondary-foreground:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(222.2 84% 4.9% / var(--tw-bg-opacity, 1));
}
.hover\:bg-secondary-foreground\/0:hover {
  background-color: hsl(222.2 84% 4.9% / 0);
}
.hover\:bg-secondary-foreground\/10:hover {
  background-color: hsl(222.2 84% 4.9% / 0.1);
}
.hover\:bg-secondary-foreground\/100:hover {
  background-color: hsl(222.2 84% 4.9% / 1);
}
.hover\:bg-secondary-foreground\/15:hover {
  background-color: hsl(222.2 84% 4.9% / 0.15);
}
.hover\:bg-secondary-foreground\/20:hover {
  background-color: hsl(222.2 84% 4.9% / 0.2);
}
.hover\:bg-secondary-foreground\/25:hover {
  background-color: hsl(222.2 84% 4.9% / 0.25);
}
.hover\:bg-secondary-foreground\/30:hover {
  background-color: hsl(222.2 84% 4.9% / 0.3);
}
.hover\:bg-secondary-foreground\/35:hover {
  background-color: hsl(222.2 84% 4.9% / 0.35);
}
.hover\:bg-secondary-foreground\/40:hover {
  background-color: hsl(222.2 84% 4.9% / 0.4);
}
.hover\:bg-secondary-foreground\/45:hover {
  background-color: hsl(222.2 84% 4.9% / 0.45);
}
.hover\:bg-secondary-foreground\/5:hover {
  background-color: hsl(222.2 84% 4.9% / 0.05);
}
.hover\:bg-secondary-foreground\/50:hover {
  background-color: hsl(222.2 84% 4.9% / 0.5);
}
.hover\:bg-secondary-foreground\/55:hover {
  background-color: hsl(222.2 84% 4.9% / 0.55);
}
.hover\:bg-secondary-foreground\/60:hover {
  background-color: hsl(222.2 84% 4.9% / 0.6);
}
.hover\:bg-secondary-foreground\/65:hover {
  background-color: hsl(222.2 84% 4.9% / 0.65);
}
.hover\:bg-secondary-foreground\/70:hover {
  background-color: hsl(222.2 84% 4.9% / 0.7);
}
.hover\:bg-secondary-foreground\/75:hover {
  background-color: hsl(222.2 84% 4.9% / 0.75);
}
.hover\:bg-secondary-foreground\/80:hover {
  background-color: hsl(222.2 84% 4.9% / 0.8);
}
.hover\:bg-secondary-foreground\/85:hover {
  background-color: hsl(222.2 84% 4.9% / 0.85);
}
.hover\:bg-secondary-foreground\/90:hover {
  background-color: hsl(222.2 84% 4.9% / 0.9);
}
.hover\:bg-secondary-foreground\/95:hover {
  background-color: hsl(222.2 84% 4.9% / 0.95);
}
.hover\:bg-secondary\/0:hover {
  background-color: hsl(210 40% 96% / 0);
}
.hover\:bg-secondary\/10:hover {
  background-color: hsl(210 40% 96% / 0.1);
}
.hover\:bg-secondary\/100:hover {
  background-color: hsl(210 40% 96% / 1);
}
.hover\:bg-secondary\/15:hover {
  background-color: hsl(210 40% 96% / 0.15);
}
.hover\:bg-secondary\/20:hover {
  background-color: hsl(210 40% 96% / 0.2);
}
.hover\:bg-secondary\/25:hover {
  background-color: hsl(210 40% 96% / 0.25);
}
.hover\:bg-secondary\/30:hover {
  background-color: hsl(210 40% 96% / 0.3);
}
.hover\:bg-secondary\/35:hover {
  background-color: hsl(210 40% 96% / 0.35);
}
.hover\:bg-secondary\/40:hover {
  background-color: hsl(210 40% 96% / 0.4);
}
.hover\:bg-secondary\/45:hover {
  background-color: hsl(210 40% 96% / 0.45);
}
.hover\:bg-secondary\/5:hover {
  background-color: hsl(210 40% 96% / 0.05);
}
.hover\:bg-secondary\/50:hover {
  background-color: hsl(210 40% 96% / 0.5);
}
.hover\:bg-secondary\/55:hover {
  background-color: hsl(210 40% 96% / 0.55);
}
.hover\:bg-secondary\/60:hover {
  background-color: hsl(210 40% 96% / 0.6);
}
.hover\:bg-secondary\/65:hover {
  background-color: hsl(210 40% 96% / 0.65);
}
.hover\:bg-secondary\/70:hover {
  background-color: hsl(210 40% 96% / 0.7);
}
.hover\:bg-secondary\/75:hover {
  background-color: hsl(210 40% 96% / 0.75);
}
.hover\:bg-secondary\/80:hover {
  background-color: hsl(210 40% 96% / 0.8);
}
.hover\:bg-secondary\/85:hover {
  background-color: hsl(210 40% 96% / 0.85);
}
.hover\:bg-secondary\/90:hover {
  background-color: hsl(210 40% 96% / 0.9);
}
.hover\:bg-secondary\/95:hover {
  background-color: hsl(210 40% 96% / 0.95);
}
.hover\:bg-transparent:hover {
  background-color: transparent;
}
.hover\:text-accent:hover {
  --tw-text-opacity: 1;
  color: hsl(210 40% 96% / var(--tw-text-opacity, 1));
}
.hover\:text-accent-foreground:hover {
  --tw-text-opacity: 1;
  color: hsl(222.2 84% 4.9% / var(--tw-text-opacity, 1));
}
.hover\:text-accent-foreground\/0:hover {
  color: hsl(222.2 84% 4.9% / 0);
}
.hover\:text-accent-foreground\/10:hover {
  color: hsl(222.2 84% 4.9% / 0.1);
}
.hover\:text-accent-foreground\/100:hover {
  color: hsl(222.2 84% 4.9% / 1);
}
.hover\:text-accent-foreground\/15:hover {
  color: hsl(222.2 84% 4.9% / 0.15);
}
.hover\:text-accent-foreground\/20:hover {
  color: hsl(222.2 84% 4.9% / 0.2);
}
.hover\:text-accent-foreground\/25:hover {
  color: hsl(222.2 84% 4.9% / 0.25);
}
.hover\:text-accent-foreground\/30:hover {
  color: hsl(222.2 84% 4.9% / 0.3);
}
.hover\:text-accent-foreground\/35:hover {
  color: hsl(222.2 84% 4.9% / 0.35);
}
.hover\:text-accent-foreground\/40:hover {
  color: hsl(222.2 84% 4.9% / 0.4);
}
.hover\:text-accent-foreground\/45:hover {
  color: hsl(222.2 84% 4.9% / 0.45);
}
.hover\:text-accent-foreground\/5:hover {
  color: hsl(222.2 84% 4.9% / 0.05);
}
.hover\:text-accent-foreground\/50:hover {
  color: hsl(222.2 84% 4.9% / 0.5);
}
.hover\:text-accent-foreground\/55:hover {
  color: hsl(222.2 84% 4.9% / 0.55);
}
.hover\:text-accent-foreground\/60:hover {
  color: hsl(222.2 84% 4.9% / 0.6);
}
.hover\:text-accent-foreground\/65:hover {
  color: hsl(222.2 84% 4.9% / 0.65);
}
.hover\:text-accent-foreground\/70:hover {
  color: hsl(222.2 84% 4.9% / 0.7);
}
.hover\:text-accent-foreground\/75:hover {
  color: hsl(222.2 84% 4.9% / 0.75);
}
.hover\:text-accent-foreground\/80:hover {
  color: hsl(222.2 84% 4.9% / 0.8);
}
.hover\:text-accent-foreground\/85:hover {
  color: hsl(222.2 84% 4.9% / 0.85);
}
.hover\:text-accent-foreground\/90:hover {
  color: hsl(222.2 84% 4.9% / 0.9);
}
.hover\:text-accent-foreground\/95:hover {
  color: hsl(222.2 84% 4.9% / 0.95);
}
.hover\:text-accent\/0:hover {
  color: hsl(210 40% 96% / 0);
}
.hover\:text-accent\/10:hover {
  color: hsl(210 40% 96% / 0.1);
}
.hover\:text-accent\/100:hover {
  color: hsl(210 40% 96% / 1);
}
.hover\:text-accent\/15:hover {
  color: hsl(210 40% 96% / 0.15);
}
.hover\:text-accent\/20:hover {
  color: hsl(210 40% 96% / 0.2);
}
.hover\:text-accent\/25:hover {
  color: hsl(210 40% 96% / 0.25);
}
.hover\:text-accent\/30:hover {
  color: hsl(210 40% 96% / 0.3);
}
.hover\:text-accent\/35:hover {
  color: hsl(210 40% 96% / 0.35);
}
.hover\:text-accent\/40:hover {
  color: hsl(210 40% 96% / 0.4);
}
.hover\:text-accent\/45:hover {
  color: hsl(210 40% 96% / 0.45);
}
.hover\:text-accent\/5:hover {
  color: hsl(210 40% 96% / 0.05);
}
.hover\:text-accent\/50:hover {
  color: hsl(210 40% 96% / 0.5);
}
.hover\:text-accent\/55:hover {
  color: hsl(210 40% 96% / 0.55);
}
.hover\:text-accent\/60:hover {
  color: hsl(210 40% 96% / 0.6);
}
.hover\:text-accent\/65:hover {
  color: hsl(210 40% 96% / 0.65);
}
.hover\:text-accent\/70:hover {
  color: hsl(210 40% 96% / 0.7);
}
.hover\:text-accent\/75:hover {
  color: hsl(210 40% 96% / 0.75);
}
.hover\:text-accent\/80:hover {
  color: hsl(210 40% 96% / 0.8);
}
.hover\:text-accent\/85:hover {
  color: hsl(210 40% 96% / 0.85);
}
.hover\:text-accent\/90:hover {
  color: hsl(210 40% 96% / 0.9);
}
.hover\:text-accent\/95:hover {
  color: hsl(210 40% 96% / 0.95);
}
.hover\:text-background:hover {
  --tw-text-opacity: 1;
  color: hsl(0 0% 100% / var(--tw-text-opacity, 1));
}
.hover\:text-background\/0:hover {
  color: hsl(0 0% 100% / 0);
}
.hover\:text-background\/10:hover {
  color: hsl(0 0% 100% / 0.1);
}
.hover\:text-background\/100:hover {
  color: hsl(0 0% 100% / 1);
}
.hover\:text-background\/15:hover {
  color: hsl(0 0% 100% / 0.15);
}
.hover\:text-background\/20:hover {
  color: hsl(0 0% 100% / 0.2);
}
.hover\:text-background\/25:hover {
  color: hsl(0 0% 100% / 0.25);
}
.hover\:text-background\/30:hover {
  color: hsl(0 0% 100% / 0.3);
}
.hover\:text-background\/35:hover {
  color: hsl(0 0% 100% / 0.35);
}
.hover\:text-background\/40:hover {
  color: hsl(0 0% 100% / 0.4);
}
.hover\:text-background\/45:hover {
  color: hsl(0 0% 100% / 0.45);
}
.hover\:text-background\/5:hover {
  color: hsl(0 0% 100% / 0.05);
}
.hover\:text-background\/50:hover {
  color: hsl(0 0% 100% / 0.5);
}
.hover\:text-background\/55:hover {
  color: hsl(0 0% 100% / 0.55);
}
.hover\:text-background\/60:hover {
  color: hsl(0 0% 100% / 0.6);
}
.hover\:text-background\/65:hover {
  color: hsl(0 0% 100% / 0.65);
}
.hover\:text-background\/70:hover {
  color: hsl(0 0% 100% / 0.7);
}
.hover\:text-background\/75:hover {
  color: hsl(0 0% 100% / 0.75);
}
.hover\:text-background\/80:hover {
  color: hsl(0 0% 100% / 0.8);
}
.hover\:text-background\/85:hover {
  color: hsl(0 0% 100% / 0.85);
}
.hover\:text-background\/90:hover {
  color: hsl(0 0% 100% / 0.9);
}
.hover\:text-background\/95:hover {
  color: hsl(0 0% 100% / 0.95);
}
.hover\:text-border:hover {
  --tw-text-opacity: 1;
  color: hsl(214.3 31.8% 91.4% / var(--tw-text-opacity, 1));
}
.hover\:text-border\/0:hover {
  color: hsl(214.3 31.8% 91.4% / 0);
}
.hover\:text-border\/10:hover {
  color: hsl(214.3 31.8% 91.4% / 0.1);
}
.hover\:text-border\/100:hover {
  color: hsl(214.3 31.8% 91.4% / 1);
}
.hover\:text-border\/15:hover {
  color: hsl(214.3 31.8% 91.4% / 0.15);
}
.hover\:text-border\/20:hover {
  color: hsl(214.3 31.8% 91.4% / 0.2);
}
.hover\:text-border\/25:hover {
  color: hsl(214.3 31.8% 91.4% / 0.25);
}
.hover\:text-border\/30:hover {
  color: hsl(214.3 31.8% 91.4% / 0.3);
}
.hover\:text-border\/35:hover {
  color: hsl(214.3 31.8% 91.4% / 0.35);
}
.hover\:text-border\/40:hover {
  color: hsl(214.3 31.8% 91.4% / 0.4);
}
.hover\:text-border\/45:hover {
  color: hsl(214.3 31.8% 91.4% / 0.45);
}
.hover\:text-border\/5:hover {
  color: hsl(214.3 31.8% 91.4% / 0.05);
}
.hover\:text-border\/50:hover {
  color: hsl(214.3 31.8% 91.4% / 0.5);
}
.hover\:text-border\/55:hover {
  color: hsl(214.3 31.8% 91.4% / 0.55);
}
.hover\:text-border\/60:hover {
  color: hsl(214.3 31.8% 91.4% / 0.6);
}
.hover\:text-border\/65:hover {
  color: hsl(214.3 31.8% 91.4% / 0.65);
}
.hover\:text-border\/70:hover {
  color: hsl(214.3 31.8% 91.4% / 0.7);
}
.hover\:text-border\/75:hover {
  color: hsl(214.3 31.8% 91.4% / 0.75);
}
.hover\:text-border\/80:hover {
  color: hsl(214.3 31.8% 91.4% / 0.8);
}
.hover\:text-border\/85:hover {
  color: hsl(214.3 31.8% 91.4% / 0.85);
}
.hover\:text-border\/90:hover {
  color: hsl(214.3 31.8% 91.4% / 0.9);
}
.hover\:text-border\/95:hover {
  color: hsl(214.3 31.8% 91.4% / 0.95);
}
.hover\:text-card:hover {
  --tw-text-opacity: 1;
  color: hsl(0 0% 100% / var(--tw-text-opacity, 1));
}
.hover\:text-card-foreground:hover {
  --tw-text-opacity: 1;
  color: hsl(222.2 84% 4.9% / var(--tw-text-opacity, 1));
}
.hover\:text-card-foreground\/0:hover {
  color: hsl(222.2 84% 4.9% / 0);
}
.hover\:text-card-foreground\/10:hover {
  color: hsl(222.2 84% 4.9% / 0.1);
}
.hover\:text-card-foreground\/100:hover {
  color: hsl(222.2 84% 4.9% / 1);
}
.hover\:text-card-foreground\/15:hover {
  color: hsl(222.2 84% 4.9% / 0.15);
}
.hover\:text-card-foreground\/20:hover {
  color: hsl(222.2 84% 4.9% / 0.2);
}
.hover\:text-card-foreground\/25:hover {
  color: hsl(222.2 84% 4.9% / 0.25);
}
.hover\:text-card-foreground\/30:hover {
  color: hsl(222.2 84% 4.9% / 0.3);
}
.hover\:text-card-foreground\/35:hover {
  color: hsl(222.2 84% 4.9% / 0.35);
}
.hover\:text-card-foreground\/40:hover {
  color: hsl(222.2 84% 4.9% / 0.4);
}
.hover\:text-card-foreground\/45:hover {
  color: hsl(222.2 84% 4.9% / 0.45);
}
.hover\:text-card-foreground\/5:hover {
  color: hsl(222.2 84% 4.9% / 0.05);
}
.hover\:text-card-foreground\/50:hover {
  color: hsl(222.2 84% 4.9% / 0.5);
}
.hover\:text-card-foreground\/55:hover {
  color: hsl(222.2 84% 4.9% / 0.55);
}
.hover\:text-card-foreground\/60:hover {
  color: hsl(222.2 84% 4.9% / 0.6);
}
.hover\:text-card-foreground\/65:hover {
  color: hsl(222.2 84% 4.9% / 0.65);
}
.hover\:text-card-foreground\/70:hover {
  color: hsl(222.2 84% 4.9% / 0.7);
}
.hover\:text-card-foreground\/75:hover {
  color: hsl(222.2 84% 4.9% / 0.75);
}
.hover\:text-card-foreground\/80:hover {
  color: hsl(222.2 84% 4.9% / 0.8);
}
.hover\:text-card-foreground\/85:hover {
  color: hsl(222.2 84% 4.9% / 0.85);
}
.hover\:text-card-foreground\/90:hover {
  color: hsl(222.2 84% 4.9% / 0.9);
}
.hover\:text-card-foreground\/95:hover {
  color: hsl(222.2 84% 4.9% / 0.95);
}
.hover\:text-card\/0:hover {
  color: hsl(0 0% 100% / 0);
}
.hover\:text-card\/10:hover {
  color: hsl(0 0% 100% / 0.1);
}
.hover\:text-card\/100:hover {
  color: hsl(0 0% 100% / 1);
}
.hover\:text-card\/15:hover {
  color: hsl(0 0% 100% / 0.15);
}
.hover\:text-card\/20:hover {
  color: hsl(0 0% 100% / 0.2);
}
.hover\:text-card\/25:hover {
  color: hsl(0 0% 100% / 0.25);
}
.hover\:text-card\/30:hover {
  color: hsl(0 0% 100% / 0.3);
}
.hover\:text-card\/35:hover {
  color: hsl(0 0% 100% / 0.35);
}
.hover\:text-card\/40:hover {
  color: hsl(0 0% 100% / 0.4);
}
.hover\:text-card\/45:hover {
  color: hsl(0 0% 100% / 0.45);
}
.hover\:text-card\/5:hover {
  color: hsl(0 0% 100% / 0.05);
}
.hover\:text-card\/50:hover {
  color: hsl(0 0% 100% / 0.5);
}
.hover\:text-card\/55:hover {
  color: hsl(0 0% 100% / 0.55);
}
.hover\:text-card\/60:hover {
  color: hsl(0 0% 100% / 0.6);
}
.hover\:text-card\/65:hover {
  color: hsl(0 0% 100% / 0.65);
}
.hover\:text-card\/70:hover {
  color: hsl(0 0% 100% / 0.7);
}
.hover\:text-card\/75:hover {
  color: hsl(0 0% 100% / 0.75);
}
.hover\:text-card\/80:hover {
  color: hsl(0 0% 100% / 0.8);
}
.hover\:text-card\/85:hover {
  color: hsl(0 0% 100% / 0.85);
}
.hover\:text-card\/90:hover {
  color: hsl(0 0% 100% / 0.9);
}
.hover\:text-card\/95:hover {
  color: hsl(0 0% 100% / 0.95);
}
.hover\:text-destructive:hover {
  --tw-text-opacity: 1;
  color: hsl(0 84.2% 60.2% / var(--tw-text-opacity, 1));
}
.hover\:text-destructive-foreground:hover {
  --tw-text-opacity: 1;
  color: hsl(210 40% 98% / var(--tw-text-opacity, 1));
}
.hover\:text-destructive-foreground\/0:hover {
  color: hsl(210 40% 98% / 0);
}
.hover\:text-destructive-foreground\/10:hover {
  color: hsl(210 40% 98% / 0.1);
}
.hover\:text-destructive-foreground\/100:hover {
  color: hsl(210 40% 98% / 1);
}
.hover\:text-destructive-foreground\/15:hover {
  color: hsl(210 40% 98% / 0.15);
}
.hover\:text-destructive-foreground\/20:hover {
  color: hsl(210 40% 98% / 0.2);
}
.hover\:text-destructive-foreground\/25:hover {
  color: hsl(210 40% 98% / 0.25);
}
.hover\:text-destructive-foreground\/30:hover {
  color: hsl(210 40% 98% / 0.3);
}
.hover\:text-destructive-foreground\/35:hover {
  color: hsl(210 40% 98% / 0.35);
}
.hover\:text-destructive-foreground\/40:hover {
  color: hsl(210 40% 98% / 0.4);
}
.hover\:text-destructive-foreground\/45:hover {
  color: hsl(210 40% 98% / 0.45);
}
.hover\:text-destructive-foreground\/5:hover {
  color: hsl(210 40% 98% / 0.05);
}
.hover\:text-destructive-foreground\/50:hover {
  color: hsl(210 40% 98% / 0.5);
}
.hover\:text-destructive-foreground\/55:hover {
  color: hsl(210 40% 98% / 0.55);
}
.hover\:text-destructive-foreground\/60:hover {
  color: hsl(210 40% 98% / 0.6);
}
.hover\:text-destructive-foreground\/65:hover {
  color: hsl(210 40% 98% / 0.65);
}
.hover\:text-destructive-foreground\/70:hover {
  color: hsl(210 40% 98% / 0.7);
}
.hover\:text-destructive-foreground\/75:hover {
  color: hsl(210 40% 98% / 0.75);
}
.hover\:text-destructive-foreground\/80:hover {
  color: hsl(210 40% 98% / 0.8);
}
.hover\:text-destructive-foreground\/85:hover {
  color: hsl(210 40% 98% / 0.85);
}
.hover\:text-destructive-foreground\/90:hover {
  color: hsl(210 40% 98% / 0.9);
}
.hover\:text-destructive-foreground\/95:hover {
  color: hsl(210 40% 98% / 0.95);
}
.hover\:text-destructive\/0:hover {
  color: hsl(0 84.2% 60.2% / 0);
}
.hover\:text-destructive\/10:hover {
  color: hsl(0 84.2% 60.2% / 0.1);
}
.hover\:text-destructive\/100:hover {
  color: hsl(0 84.2% 60.2% / 1);
}
.hover\:text-destructive\/15:hover {
  color: hsl(0 84.2% 60.2% / 0.15);
}
.hover\:text-destructive\/20:hover {
  color: hsl(0 84.2% 60.2% / 0.2);
}
.hover\:text-destructive\/25:hover {
  color: hsl(0 84.2% 60.2% / 0.25);
}
.hover\:text-destructive\/30:hover {
  color: hsl(0 84.2% 60.2% / 0.3);
}
.hover\:text-destructive\/35:hover {
  color: hsl(0 84.2% 60.2% / 0.35);
}
.hover\:text-destructive\/40:hover {
  color: hsl(0 84.2% 60.2% / 0.4);
}
.hover\:text-destructive\/45:hover {
  color: hsl(0 84.2% 60.2% / 0.45);
}
.hover\:text-destructive\/5:hover {
  color: hsl(0 84.2% 60.2% / 0.05);
}
.hover\:text-destructive\/50:hover {
  color: hsl(0 84.2% 60.2% / 0.5);
}
.hover\:text-destructive\/55:hover {
  color: hsl(0 84.2% 60.2% / 0.55);
}
.hover\:text-destructive\/60:hover {
  color: hsl(0 84.2% 60.2% / 0.6);
}
.hover\:text-destructive\/65:hover {
  color: hsl(0 84.2% 60.2% / 0.65);
}
.hover\:text-destructive\/70:hover {
  color: hsl(0 84.2% 60.2% / 0.7);
}
.hover\:text-destructive\/75:hover {
  color: hsl(0 84.2% 60.2% / 0.75);
}
.hover\:text-destructive\/80:hover {
  color: hsl(0 84.2% 60.2% / 0.8);
}
.hover\:text-destructive\/85:hover {
  color: hsl(0 84.2% 60.2% / 0.85);
}
.hover\:text-destructive\/90:hover {
  color: hsl(0 84.2% 60.2% / 0.9);
}
.hover\:text-destructive\/95:hover {
  color: hsl(0 84.2% 60.2% / 0.95);
}
.hover\:text-foreground:hover {
  --tw-text-opacity: 1;
  color: hsl(222.2 84% 4.9% / var(--tw-text-opacity, 1));
}
.hover\:text-foreground\/0:hover {
  color: hsl(222.2 84% 4.9% / 0);
}
.hover\:text-foreground\/10:hover {
  color: hsl(222.2 84% 4.9% / 0.1);
}
.hover\:text-foreground\/100:hover {
  color: hsl(222.2 84% 4.9% / 1);
}
.hover\:text-foreground\/15:hover {
  color: hsl(222.2 84% 4.9% / 0.15);
}
.hover\:text-foreground\/20:hover {
  color: hsl(222.2 84% 4.9% / 0.2);
}
.hover\:text-foreground\/25:hover {
  color: hsl(222.2 84% 4.9% / 0.25);
}
.hover\:text-foreground\/30:hover {
  color: hsl(222.2 84% 4.9% / 0.3);
}
.hover\:text-foreground\/35:hover {
  color: hsl(222.2 84% 4.9% / 0.35);
}
.hover\:text-foreground\/40:hover {
  color: hsl(222.2 84% 4.9% / 0.4);
}
.hover\:text-foreground\/45:hover {
  color: hsl(222.2 84% 4.9% / 0.45);
}
.hover\:text-foreground\/5:hover {
  color: hsl(222.2 84% 4.9% / 0.05);
}
.hover\:text-foreground\/50:hover {
  color: hsl(222.2 84% 4.9% / 0.5);
}
.hover\:text-foreground\/55:hover {
  color: hsl(222.2 84% 4.9% / 0.55);
}
.hover\:text-foreground\/60:hover {
  color: hsl(222.2 84% 4.9% / 0.6);
}
.hover\:text-foreground\/65:hover {
  color: hsl(222.2 84% 4.9% / 0.65);
}
.hover\:text-foreground\/70:hover {
  color: hsl(222.2 84% 4.9% / 0.7);
}
.hover\:text-foreground\/75:hover {
  color: hsl(222.2 84% 4.9% / 0.75);
}
.hover\:text-foreground\/80:hover {
  color: hsl(222.2 84% 4.9% / 0.8);
}
.hover\:text-foreground\/85:hover {
  color: hsl(222.2 84% 4.9% / 0.85);
}
.hover\:text-foreground\/90:hover {
  color: hsl(222.2 84% 4.9% / 0.9);
}
.hover\:text-foreground\/95:hover {
  color: hsl(222.2 84% 4.9% / 0.95);
}
.hover\:text-input:hover {
  --tw-text-opacity: 1;
  color: hsl(214.3 31.8% 91.4% / var(--tw-text-opacity, 1));
}
.hover\:text-input\/0:hover {
  color: hsl(214.3 31.8% 91.4% / 0);
}
.hover\:text-input\/10:hover {
  color: hsl(214.3 31.8% 91.4% / 0.1);
}
.hover\:text-input\/100:hover {
  color: hsl(214.3 31.8% 91.4% / 1);
}
.hover\:text-input\/15:hover {
  color: hsl(214.3 31.8% 91.4% / 0.15);
}
.hover\:text-input\/20:hover {
  color: hsl(214.3 31.8% 91.4% / 0.2);
}
.hover\:text-input\/25:hover {
  color: hsl(214.3 31.8% 91.4% / 0.25);
}
.hover\:text-input\/30:hover {
  color: hsl(214.3 31.8% 91.4% / 0.3);
}
.hover\:text-input\/35:hover {
  color: hsl(214.3 31.8% 91.4% / 0.35);
}
.hover\:text-input\/40:hover {
  color: hsl(214.3 31.8% 91.4% / 0.4);
}
.hover\:text-input\/45:hover {
  color: hsl(214.3 31.8% 91.4% / 0.45);
}
.hover\:text-input\/5:hover {
  color: hsl(214.3 31.8% 91.4% / 0.05);
}
.hover\:text-input\/50:hover {
  color: hsl(214.3 31.8% 91.4% / 0.5);
}
.hover\:text-input\/55:hover {
  color: hsl(214.3 31.8% 91.4% / 0.55);
}
.hover\:text-input\/60:hover {
  color: hsl(214.3 31.8% 91.4% / 0.6);
}
.hover\:text-input\/65:hover {
  color: hsl(214.3 31.8% 91.4% / 0.65);
}
.hover\:text-input\/70:hover {
  color: hsl(214.3 31.8% 91.4% / 0.7);
}
.hover\:text-input\/75:hover {
  color: hsl(214.3 31.8% 91.4% / 0.75);
}
.hover\:text-input\/80:hover {
  color: hsl(214.3 31.8% 91.4% / 0.8);
}
.hover\:text-input\/85:hover {
  color: hsl(214.3 31.8% 91.4% / 0.85);
}
.hover\:text-input\/90:hover {
  color: hsl(214.3 31.8% 91.4% / 0.9);
}
.hover\:text-input\/95:hover {
  color: hsl(214.3 31.8% 91.4% / 0.95);
}
.hover\:text-muted:hover {
  --tw-text-opacity: 1;
  color: hsl(210 40% 96% / var(--tw-text-opacity, 1));
}
.hover\:text-muted-foreground:hover {
  --tw-text-opacity: 1;
  color: hsl(215.4 16.3% 46.9% / var(--tw-text-opacity, 1));
}
.hover\:text-muted-foreground\/0:hover {
  color: hsl(215.4 16.3% 46.9% / 0);
}
.hover\:text-muted-foreground\/10:hover {
  color: hsl(215.4 16.3% 46.9% / 0.1);
}
.hover\:text-muted-foreground\/100:hover {
  color: hsl(215.4 16.3% 46.9% / 1);
}
.hover\:text-muted-foreground\/15:hover {
  color: hsl(215.4 16.3% 46.9% / 0.15);
}
.hover\:text-muted-foreground\/20:hover {
  color: hsl(215.4 16.3% 46.9% / 0.2);
}
.hover\:text-muted-foreground\/25:hover {
  color: hsl(215.4 16.3% 46.9% / 0.25);
}
.hover\:text-muted-foreground\/30:hover {
  color: hsl(215.4 16.3% 46.9% / 0.3);
}
.hover\:text-muted-foreground\/35:hover {
  color: hsl(215.4 16.3% 46.9% / 0.35);
}
.hover\:text-muted-foreground\/40:hover {
  color: hsl(215.4 16.3% 46.9% / 0.4);
}
.hover\:text-muted-foreground\/45:hover {
  color: hsl(215.4 16.3% 46.9% / 0.45);
}
.hover\:text-muted-foreground\/5:hover {
  color: hsl(215.4 16.3% 46.9% / 0.05);
}
.hover\:text-muted-foreground\/50:hover {
  color: hsl(215.4 16.3% 46.9% / 0.5);
}
.hover\:text-muted-foreground\/55:hover {
  color: hsl(215.4 16.3% 46.9% / 0.55);
}
.hover\:text-muted-foreground\/60:hover {
  color: hsl(215.4 16.3% 46.9% / 0.6);
}
.hover\:text-muted-foreground\/65:hover {
  color: hsl(215.4 16.3% 46.9% / 0.65);
}
.hover\:text-muted-foreground\/70:hover {
  color: hsl(215.4 16.3% 46.9% / 0.7);
}
.hover\:text-muted-foreground\/75:hover {
  color: hsl(215.4 16.3% 46.9% / 0.75);
}
.hover\:text-muted-foreground\/80:hover {
  color: hsl(215.4 16.3% 46.9% / 0.8);
}
.hover\:text-muted-foreground\/85:hover {
  color: hsl(215.4 16.3% 46.9% / 0.85);
}
.hover\:text-muted-foreground\/90:hover {
  color: hsl(215.4 16.3% 46.9% / 0.9);
}
.hover\:text-muted-foreground\/95:hover {
  color: hsl(215.4 16.3% 46.9% / 0.95);
}
.hover\:text-muted\/0:hover {
  color: hsl(210 40% 96% / 0);
}
.hover\:text-muted\/10:hover {
  color: hsl(210 40% 96% / 0.1);
}
.hover\:text-muted\/100:hover {
  color: hsl(210 40% 96% / 1);
}
.hover\:text-muted\/15:hover {
  color: hsl(210 40% 96% / 0.15);
}
.hover\:text-muted\/20:hover {
  color: hsl(210 40% 96% / 0.2);
}
.hover\:text-muted\/25:hover {
  color: hsl(210 40% 96% / 0.25);
}
.hover\:text-muted\/30:hover {
  color: hsl(210 40% 96% / 0.3);
}
.hover\:text-muted\/35:hover {
  color: hsl(210 40% 96% / 0.35);
}
.hover\:text-muted\/40:hover {
  color: hsl(210 40% 96% / 0.4);
}
.hover\:text-muted\/45:hover {
  color: hsl(210 40% 96% / 0.45);
}
.hover\:text-muted\/5:hover {
  color: hsl(210 40% 96% / 0.05);
}
.hover\:text-muted\/50:hover {
  color: hsl(210 40% 96% / 0.5);
}
.hover\:text-muted\/55:hover {
  color: hsl(210 40% 96% / 0.55);
}
.hover\:text-muted\/60:hover {
  color: hsl(210 40% 96% / 0.6);
}
.hover\:text-muted\/65:hover {
  color: hsl(210 40% 96% / 0.65);
}
.hover\:text-muted\/70:hover {
  color: hsl(210 40% 96% / 0.7);
}
.hover\:text-muted\/75:hover {
  color: hsl(210 40% 96% / 0.75);
}
.hover\:text-muted\/80:hover {
  color: hsl(210 40% 96% / 0.8);
}
.hover\:text-muted\/85:hover {
  color: hsl(210 40% 96% / 0.85);
}
.hover\:text-muted\/90:hover {
  color: hsl(210 40% 96% / 0.9);
}
.hover\:text-muted\/95:hover {
  color: hsl(210 40% 96% / 0.95);
}
.hover\:text-popover:hover {
  --tw-text-opacity: 1;
  color: hsl(0 0% 100% / var(--tw-text-opacity, 1));
}
.hover\:text-popover-foreground:hover {
  --tw-text-opacity: 1;
  color: hsl(222.2 84% 4.9% / var(--tw-text-opacity, 1));
}
.hover\:text-popover-foreground\/0:hover {
  color: hsl(222.2 84% 4.9% / 0);
}
.hover\:text-popover-foreground\/10:hover {
  color: hsl(222.2 84% 4.9% / 0.1);
}
.hover\:text-popover-foreground\/100:hover {
  color: hsl(222.2 84% 4.9% / 1);
}
.hover\:text-popover-foreground\/15:hover {
  color: hsl(222.2 84% 4.9% / 0.15);
}
.hover\:text-popover-foreground\/20:hover {
  color: hsl(222.2 84% 4.9% / 0.2);
}
.hover\:text-popover-foreground\/25:hover {
  color: hsl(222.2 84% 4.9% / 0.25);
}
.hover\:text-popover-foreground\/30:hover {
  color: hsl(222.2 84% 4.9% / 0.3);
}
.hover\:text-popover-foreground\/35:hover {
  color: hsl(222.2 84% 4.9% / 0.35);
}
.hover\:text-popover-foreground\/40:hover {
  color: hsl(222.2 84% 4.9% / 0.4);
}
.hover\:text-popover-foreground\/45:hover {
  color: hsl(222.2 84% 4.9% / 0.45);
}
.hover\:text-popover-foreground\/5:hover {
  color: hsl(222.2 84% 4.9% / 0.05);
}
.hover\:text-popover-foreground\/50:hover {
  color: hsl(222.2 84% 4.9% / 0.5);
}
.hover\:text-popover-foreground\/55:hover {
  color: hsl(222.2 84% 4.9% / 0.55);
}
.hover\:text-popover-foreground\/60:hover {
  color: hsl(222.2 84% 4.9% / 0.6);
}
.hover\:text-popover-foreground\/65:hover {
  color: hsl(222.2 84% 4.9% / 0.65);
}
.hover\:text-popover-foreground\/70:hover {
  color: hsl(222.2 84% 4.9% / 0.7);
}
.hover\:text-popover-foreground\/75:hover {
  color: hsl(222.2 84% 4.9% / 0.75);
}
.hover\:text-popover-foreground\/80:hover {
  color: hsl(222.2 84% 4.9% / 0.8);
}
.hover\:text-popover-foreground\/85:hover {
  color: hsl(222.2 84% 4.9% / 0.85);
}
.hover\:text-popover-foreground\/90:hover {
  color: hsl(222.2 84% 4.9% / 0.9);
}
.hover\:text-popover-foreground\/95:hover {
  color: hsl(222.2 84% 4.9% / 0.95);
}
.hover\:text-popover\/0:hover {
  color: hsl(0 0% 100% / 0);
}
.hover\:text-popover\/10:hover {
  color: hsl(0 0% 100% / 0.1);
}
.hover\:text-popover\/100:hover {
  color: hsl(0 0% 100% / 1);
}
.hover\:text-popover\/15:hover {
  color: hsl(0 0% 100% / 0.15);
}
.hover\:text-popover\/20:hover {
  color: hsl(0 0% 100% / 0.2);
}
.hover\:text-popover\/25:hover {
  color: hsl(0 0% 100% / 0.25);
}
.hover\:text-popover\/30:hover {
  color: hsl(0 0% 100% / 0.3);
}
.hover\:text-popover\/35:hover {
  color: hsl(0 0% 100% / 0.35);
}
.hover\:text-popover\/40:hover {
  color: hsl(0 0% 100% / 0.4);
}
.hover\:text-popover\/45:hover {
  color: hsl(0 0% 100% / 0.45);
}
.hover\:text-popover\/5:hover {
  color: hsl(0 0% 100% / 0.05);
}
.hover\:text-popover\/50:hover {
  color: hsl(0 0% 100% / 0.5);
}
.hover\:text-popover\/55:hover {
  color: hsl(0 0% 100% / 0.55);
}
.hover\:text-popover\/60:hover {
  color: hsl(0 0% 100% / 0.6);
}
.hover\:text-popover\/65:hover {
  color: hsl(0 0% 100% / 0.65);
}
.hover\:text-popover\/70:hover {
  color: hsl(0 0% 100% / 0.7);
}
.hover\:text-popover\/75:hover {
  color: hsl(0 0% 100% / 0.75);
}
.hover\:text-popover\/80:hover {
  color: hsl(0 0% 100% / 0.8);
}
.hover\:text-popover\/85:hover {
  color: hsl(0 0% 100% / 0.85);
}
.hover\:text-popover\/90:hover {
  color: hsl(0 0% 100% / 0.9);
}
.hover\:text-popover\/95:hover {
  color: hsl(0 0% 100% / 0.95);
}
.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: hsl(221.2 83.2% 53.3% / var(--tw-text-opacity, 1));
}
.hover\:text-primary-foreground:hover {
  --tw-text-opacity: 1;
  color: hsl(210 40% 98% / var(--tw-text-opacity, 1));
}
.hover\:text-primary-foreground\/0:hover {
  color: hsl(210 40% 98% / 0);
}
.hover\:text-primary-foreground\/10:hover {
  color: hsl(210 40% 98% / 0.1);
}
.hover\:text-primary-foreground\/100:hover {
  color: hsl(210 40% 98% / 1);
}
.hover\:text-primary-foreground\/15:hover {
  color: hsl(210 40% 98% / 0.15);
}
.hover\:text-primary-foreground\/20:hover {
  color: hsl(210 40% 98% / 0.2);
}
.hover\:text-primary-foreground\/25:hover {
  color: hsl(210 40% 98% / 0.25);
}
.hover\:text-primary-foreground\/30:hover {
  color: hsl(210 40% 98% / 0.3);
}
.hover\:text-primary-foreground\/35:hover {
  color: hsl(210 40% 98% / 0.35);
}
.hover\:text-primary-foreground\/40:hover {
  color: hsl(210 40% 98% / 0.4);
}
.hover\:text-primary-foreground\/45:hover {
  color: hsl(210 40% 98% / 0.45);
}
.hover\:text-primary-foreground\/5:hover {
  color: hsl(210 40% 98% / 0.05);
}
.hover\:text-primary-foreground\/50:hover {
  color: hsl(210 40% 98% / 0.5);
}
.hover\:text-primary-foreground\/55:hover {
  color: hsl(210 40% 98% / 0.55);
}
.hover\:text-primary-foreground\/60:hover {
  color: hsl(210 40% 98% / 0.6);
}
.hover\:text-primary-foreground\/65:hover {
  color: hsl(210 40% 98% / 0.65);
}
.hover\:text-primary-foreground\/70:hover {
  color: hsl(210 40% 98% / 0.7);
}
.hover\:text-primary-foreground\/75:hover {
  color: hsl(210 40% 98% / 0.75);
}
.hover\:text-primary-foreground\/80:hover {
  color: hsl(210 40% 98% / 0.8);
}
.hover\:text-primary-foreground\/85:hover {
  color: hsl(210 40% 98% / 0.85);
}
.hover\:text-primary-foreground\/90:hover {
  color: hsl(210 40% 98% / 0.9);
}
.hover\:text-primary-foreground\/95:hover {
  color: hsl(210 40% 98% / 0.95);
}
.hover\:text-primary\/0:hover {
  color: hsl(221.2 83.2% 53.3% / 0);
}
.hover\:text-primary\/10:hover {
  color: hsl(221.2 83.2% 53.3% / 0.1);
}
.hover\:text-primary\/100:hover {
  color: hsl(221.2 83.2% 53.3% / 1);
}
.hover\:text-primary\/15:hover {
  color: hsl(221.2 83.2% 53.3% / 0.15);
}
.hover\:text-primary\/20:hover {
  color: hsl(221.2 83.2% 53.3% / 0.2);
}
.hover\:text-primary\/25:hover {
  color: hsl(221.2 83.2% 53.3% / 0.25);
}
.hover\:text-primary\/30:hover {
  color: hsl(221.2 83.2% 53.3% / 0.3);
}
.hover\:text-primary\/35:hover {
  color: hsl(221.2 83.2% 53.3% / 0.35);
}
.hover\:text-primary\/40:hover {
  color: hsl(221.2 83.2% 53.3% / 0.4);
}
.hover\:text-primary\/45:hover {
  color: hsl(221.2 83.2% 53.3% / 0.45);
}
.hover\:text-primary\/5:hover {
  color: hsl(221.2 83.2% 53.3% / 0.05);
}
.hover\:text-primary\/50:hover {
  color: hsl(221.2 83.2% 53.3% / 0.5);
}
.hover\:text-primary\/55:hover {
  color: hsl(221.2 83.2% 53.3% / 0.55);
}
.hover\:text-primary\/60:hover {
  color: hsl(221.2 83.2% 53.3% / 0.6);
}
.hover\:text-primary\/65:hover {
  color: hsl(221.2 83.2% 53.3% / 0.65);
}
.hover\:text-primary\/70:hover {
  color: hsl(221.2 83.2% 53.3% / 0.7);
}
.hover\:text-primary\/75:hover {
  color: hsl(221.2 83.2% 53.3% / 0.75);
}
.hover\:text-primary\/80:hover {
  color: hsl(221.2 83.2% 53.3% / 0.8);
}
.hover\:text-primary\/85:hover {
  color: hsl(221.2 83.2% 53.3% / 0.85);
}
.hover\:text-primary\/90:hover {
  color: hsl(221.2 83.2% 53.3% / 0.9);
}
.hover\:text-primary\/95:hover {
  color: hsl(221.2 83.2% 53.3% / 0.95);
}
.hover\:text-ring:hover {
  --tw-text-opacity: 1;
  color: hsl(221.2 83.2% 53.3% / var(--tw-text-opacity, 1));
}
.hover\:text-ring\/0:hover {
  color: hsl(221.2 83.2% 53.3% / 0);
}
.hover\:text-ring\/10:hover {
  color: hsl(221.2 83.2% 53.3% / 0.1);
}
.hover\:text-ring\/100:hover {
  color: hsl(221.2 83.2% 53.3% / 1);
}
.hover\:text-ring\/15:hover {
  color: hsl(221.2 83.2% 53.3% / 0.15);
}
.hover\:text-ring\/20:hover {
  color: hsl(221.2 83.2% 53.3% / 0.2);
}
.hover\:text-ring\/25:hover {
  color: hsl(221.2 83.2% 53.3% / 0.25);
}
.hover\:text-ring\/30:hover {
  color: hsl(221.2 83.2% 53.3% / 0.3);
}
.hover\:text-ring\/35:hover {
  color: hsl(221.2 83.2% 53.3% / 0.35);
}
.hover\:text-ring\/40:hover {
  color: hsl(221.2 83.2% 53.3% / 0.4);
}
.hover\:text-ring\/45:hover {
  color: hsl(221.2 83.2% 53.3% / 0.45);
}
.hover\:text-ring\/5:hover {
  color: hsl(221.2 83.2% 53.3% / 0.05);
}
.hover\:text-ring\/50:hover {
  color: hsl(221.2 83.2% 53.3% / 0.5);
}
.hover\:text-ring\/55:hover {
  color: hsl(221.2 83.2% 53.3% / 0.55);
}
.hover\:text-ring\/60:hover {
  color: hsl(221.2 83.2% 53.3% / 0.6);
}
.hover\:text-ring\/65:hover {
  color: hsl(221.2 83.2% 53.3% / 0.65);
}
.hover\:text-ring\/70:hover {
  color: hsl(221.2 83.2% 53.3% / 0.7);
}
.hover\:text-ring\/75:hover {
  color: hsl(221.2 83.2% 53.3% / 0.75);
}
.hover\:text-ring\/80:hover {
  color: hsl(221.2 83.2% 53.3% / 0.8);
}
.hover\:text-ring\/85:hover {
  color: hsl(221.2 83.2% 53.3% / 0.85);
}
.hover\:text-ring\/90:hover {
  color: hsl(221.2 83.2% 53.3% / 0.9);
}
.hover\:text-ring\/95:hover {
  color: hsl(221.2 83.2% 53.3% / 0.95);
}
.hover\:text-secondary:hover {
  --tw-text-opacity: 1;
  color: hsl(210 40% 96% / var(--tw-text-opacity, 1));
}
.hover\:text-secondary-foreground:hover {
  --tw-text-opacity: 1;
  color: hsl(222.2 84% 4.9% / var(--tw-text-opacity, 1));
}
.hover\:text-secondary-foreground\/0:hover {
  color: hsl(222.2 84% 4.9% / 0);
}
.hover\:text-secondary-foreground\/10:hover {
  color: hsl(222.2 84% 4.9% / 0.1);
}
.hover\:text-secondary-foreground\/100:hover {
  color: hsl(222.2 84% 4.9% / 1);
}
.hover\:text-secondary-foreground\/15:hover {
  color: hsl(222.2 84% 4.9% / 0.15);
}
.hover\:text-secondary-foreground\/20:hover {
  color: hsl(222.2 84% 4.9% / 0.2);
}
.hover\:text-secondary-foreground\/25:hover {
  color: hsl(222.2 84% 4.9% / 0.25);
}
.hover\:text-secondary-foreground\/30:hover {
  color: hsl(222.2 84% 4.9% / 0.3);
}
.hover\:text-secondary-foreground\/35:hover {
  color: hsl(222.2 84% 4.9% / 0.35);
}
.hover\:text-secondary-foreground\/40:hover {
  color: hsl(222.2 84% 4.9% / 0.4);
}
.hover\:text-secondary-foreground\/45:hover {
  color: hsl(222.2 84% 4.9% / 0.45);
}
.hover\:text-secondary-foreground\/5:hover {
  color: hsl(222.2 84% 4.9% / 0.05);
}
.hover\:text-secondary-foreground\/50:hover {
  color: hsl(222.2 84% 4.9% / 0.5);
}
.hover\:text-secondary-foreground\/55:hover {
  color: hsl(222.2 84% 4.9% / 0.55);
}
.hover\:text-secondary-foreground\/60:hover {
  color: hsl(222.2 84% 4.9% / 0.6);
}
.hover\:text-secondary-foreground\/65:hover {
  color: hsl(222.2 84% 4.9% / 0.65);
}
.hover\:text-secondary-foreground\/70:hover {
  color: hsl(222.2 84% 4.9% / 0.7);
}
.hover\:text-secondary-foreground\/75:hover {
  color: hsl(222.2 84% 4.9% / 0.75);
}
.hover\:text-secondary-foreground\/80:hover {
  color: hsl(222.2 84% 4.9% / 0.8);
}
.hover\:text-secondary-foreground\/85:hover {
  color: hsl(222.2 84% 4.9% / 0.85);
}
.hover\:text-secondary-foreground\/90:hover {
  color: hsl(222.2 84% 4.9% / 0.9);
}
.hover\:text-secondary-foreground\/95:hover {
  color: hsl(222.2 84% 4.9% / 0.95);
}
.hover\:text-secondary\/0:hover {
  color: hsl(210 40% 96% / 0);
}
.hover\:text-secondary\/10:hover {
  color: hsl(210 40% 96% / 0.1);
}
.hover\:text-secondary\/100:hover {
  color: hsl(210 40% 96% / 1);
}
.hover\:text-secondary\/15:hover {
  color: hsl(210 40% 96% / 0.15);
}
.hover\:text-secondary\/20:hover {
  color: hsl(210 40% 96% / 0.2);
}
.hover\:text-secondary\/25:hover {
  color: hsl(210 40% 96% / 0.25);
}
.hover\:text-secondary\/30:hover {
  color: hsl(210 40% 96% / 0.3);
}
.hover\:text-secondary\/35:hover {
  color: hsl(210 40% 96% / 0.35);
}
.hover\:text-secondary\/40:hover {
  color: hsl(210 40% 96% / 0.4);
}
.hover\:text-secondary\/45:hover {
  color: hsl(210 40% 96% / 0.45);
}
.hover\:text-secondary\/5:hover {
  color: hsl(210 40% 96% / 0.05);
}
.hover\:text-secondary\/50:hover {
  color: hsl(210 40% 96% / 0.5);
}
.hover\:text-secondary\/55:hover {
  color: hsl(210 40% 96% / 0.55);
}
.hover\:text-secondary\/60:hover {
  color: hsl(210 40% 96% / 0.6);
}
.hover\:text-secondary\/65:hover {
  color: hsl(210 40% 96% / 0.65);
}
.hover\:text-secondary\/70:hover {
  color: hsl(210 40% 96% / 0.7);
}
.hover\:text-secondary\/75:hover {
  color: hsl(210 40% 96% / 0.75);
}
.hover\:text-secondary\/80:hover {
  color: hsl(210 40% 96% / 0.8);
}
.hover\:text-secondary\/85:hover {
  color: hsl(210 40% 96% / 0.85);
}
.hover\:text-secondary\/90:hover {
  color: hsl(210 40% 96% / 0.9);
}
.hover\:text-secondary\/95:hover {
  color: hsl(210 40% 96% / 0.95);
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:opacity-100:hover {
  opacity: 1;
}
.hover\:ring-1:hover {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.hover\:ring-muted-foreground\/20:hover {
  --tw-ring-color: hsl(215.4 16.3% 46.9% / 0.2);
}
.focus\:border-accent:focus {
  --tw-border-opacity: 1;
  border-color: hsl(210 40% 96% / var(--tw-border-opacity, 1));
}
.focus\:border-accent-foreground:focus {
  --tw-border-opacity: 1;
  border-color: hsl(222.2 84% 4.9% / var(--tw-border-opacity, 1));
}
.focus\:border-accent-foreground\/0:focus {
  border-color: hsl(222.2 84% 4.9% / 0);
}
.focus\:border-accent-foreground\/10:focus {
  border-color: hsl(222.2 84% 4.9% / 0.1);
}
.focus\:border-accent-foreground\/100:focus {
  border-color: hsl(222.2 84% 4.9% / 1);
}
.focus\:border-accent-foreground\/15:focus {
  border-color: hsl(222.2 84% 4.9% / 0.15);
}
.focus\:border-accent-foreground\/20:focus {
  border-color: hsl(222.2 84% 4.9% / 0.2);
}
.focus\:border-accent-foreground\/25:focus {
  border-color: hsl(222.2 84% 4.9% / 0.25);
}
.focus\:border-accent-foreground\/30:focus {
  border-color: hsl(222.2 84% 4.9% / 0.3);
}
.focus\:border-accent-foreground\/35:focus {
  border-color: hsl(222.2 84% 4.9% / 0.35);
}
.focus\:border-accent-foreground\/40:focus {
  border-color: hsl(222.2 84% 4.9% / 0.4);
}
.focus\:border-accent-foreground\/45:focus {
  border-color: hsl(222.2 84% 4.9% / 0.45);
}
.focus\:border-accent-foreground\/5:focus {
  border-color: hsl(222.2 84% 4.9% / 0.05);
}
.focus\:border-accent-foreground\/50:focus {
  border-color: hsl(222.2 84% 4.9% / 0.5);
}
.focus\:border-accent-foreground\/55:focus {
  border-color: hsl(222.2 84% 4.9% / 0.55);
}
.focus\:border-accent-foreground\/60:focus {
  border-color: hsl(222.2 84% 4.9% / 0.6);
}
.focus\:border-accent-foreground\/65:focus {
  border-color: hsl(222.2 84% 4.9% / 0.65);
}
.focus\:border-accent-foreground\/70:focus {
  border-color: hsl(222.2 84% 4.9% / 0.7);
}
.focus\:border-accent-foreground\/75:focus {
  border-color: hsl(222.2 84% 4.9% / 0.75);
}
.focus\:border-accent-foreground\/80:focus {
  border-color: hsl(222.2 84% 4.9% / 0.8);
}
.focus\:border-accent-foreground\/85:focus {
  border-color: hsl(222.2 84% 4.9% / 0.85);
}
.focus\:border-accent-foreground\/90:focus {
  border-color: hsl(222.2 84% 4.9% / 0.9);
}
.focus\:border-accent-foreground\/95:focus {
  border-color: hsl(222.2 84% 4.9% / 0.95);
}
.focus\:border-accent\/0:focus {
  border-color: hsl(210 40% 96% / 0);
}
.focus\:border-accent\/10:focus {
  border-color: hsl(210 40% 96% / 0.1);
}
.focus\:border-accent\/100:focus {
  border-color: hsl(210 40% 96% / 1);
}
.focus\:border-accent\/15:focus {
  border-color: hsl(210 40% 96% / 0.15);
}
.focus\:border-accent\/20:focus {
  border-color: hsl(210 40% 96% / 0.2);
}
.focus\:border-accent\/25:focus {
  border-color: hsl(210 40% 96% / 0.25);
}
.focus\:border-accent\/30:focus {
  border-color: hsl(210 40% 96% / 0.3);
}
.focus\:border-accent\/35:focus {
  border-color: hsl(210 40% 96% / 0.35);
}
.focus\:border-accent\/40:focus {
  border-color: hsl(210 40% 96% / 0.4);
}
.focus\:border-accent\/45:focus {
  border-color: hsl(210 40% 96% / 0.45);
}
.focus\:border-accent\/5:focus {
  border-color: hsl(210 40% 96% / 0.05);
}
.focus\:border-accent\/50:focus {
  border-color: hsl(210 40% 96% / 0.5);
}
.focus\:border-accent\/55:focus {
  border-color: hsl(210 40% 96% / 0.55);
}
.focus\:border-accent\/60:focus {
  border-color: hsl(210 40% 96% / 0.6);
}
.focus\:border-accent\/65:focus {
  border-color: hsl(210 40% 96% / 0.65);
}
.focus\:border-accent\/70:focus {
  border-color: hsl(210 40% 96% / 0.7);
}
.focus\:border-accent\/75:focus {
  border-color: hsl(210 40% 96% / 0.75);
}
.focus\:border-accent\/80:focus {
  border-color: hsl(210 40% 96% / 0.8);
}
.focus\:border-accent\/85:focus {
  border-color: hsl(210 40% 96% / 0.85);
}
.focus\:border-accent\/90:focus {
  border-color: hsl(210 40% 96% / 0.9);
}
.focus\:border-accent\/95:focus {
  border-color: hsl(210 40% 96% / 0.95);
}
.focus\:border-background:focus {
  --tw-border-opacity: 1;
  border-color: hsl(0 0% 100% / var(--tw-border-opacity, 1));
}
.focus\:border-background\/0:focus {
  border-color: hsl(0 0% 100% / 0);
}
.focus\:border-background\/10:focus {
  border-color: hsl(0 0% 100% / 0.1);
}
.focus\:border-background\/100:focus {
  border-color: hsl(0 0% 100% / 1);
}
.focus\:border-background\/15:focus {
  border-color: hsl(0 0% 100% / 0.15);
}
.focus\:border-background\/20:focus {
  border-color: hsl(0 0% 100% / 0.2);
}
.focus\:border-background\/25:focus {
  border-color: hsl(0 0% 100% / 0.25);
}
.focus\:border-background\/30:focus {
  border-color: hsl(0 0% 100% / 0.3);
}
.focus\:border-background\/35:focus {
  border-color: hsl(0 0% 100% / 0.35);
}
.focus\:border-background\/40:focus {
  border-color: hsl(0 0% 100% / 0.4);
}
.focus\:border-background\/45:focus {
  border-color: hsl(0 0% 100% / 0.45);
}
.focus\:border-background\/5:focus {
  border-color: hsl(0 0% 100% / 0.05);
}
.focus\:border-background\/50:focus {
  border-color: hsl(0 0% 100% / 0.5);
}
.focus\:border-background\/55:focus {
  border-color: hsl(0 0% 100% / 0.55);
}
.focus\:border-background\/60:focus {
  border-color: hsl(0 0% 100% / 0.6);
}
.focus\:border-background\/65:focus {
  border-color: hsl(0 0% 100% / 0.65);
}
.focus\:border-background\/70:focus {
  border-color: hsl(0 0% 100% / 0.7);
}
.focus\:border-background\/75:focus {
  border-color: hsl(0 0% 100% / 0.75);
}
.focus\:border-background\/80:focus {
  border-color: hsl(0 0% 100% / 0.8);
}
.focus\:border-background\/85:focus {
  border-color: hsl(0 0% 100% / 0.85);
}
.focus\:border-background\/90:focus {
  border-color: hsl(0 0% 100% / 0.9);
}
.focus\:border-background\/95:focus {
  border-color: hsl(0 0% 100% / 0.95);
}
.focus\:border-border:focus {
  --tw-border-opacity: 1;
  border-color: hsl(214.3 31.8% 91.4% / var(--tw-border-opacity, 1));
}
.focus\:border-border\/0:focus {
  border-color: hsl(214.3 31.8% 91.4% / 0);
}
.focus\:border-border\/10:focus {
  border-color: hsl(214.3 31.8% 91.4% / 0.1);
}
.focus\:border-border\/100:focus {
  border-color: hsl(214.3 31.8% 91.4% / 1);
}
.focus\:border-border\/15:focus {
  border-color: hsl(214.3 31.8% 91.4% / 0.15);
}
.focus\:border-border\/20:focus {
  border-color: hsl(214.3 31.8% 91.4% / 0.2);
}
.focus\:border-border\/25:focus {
  border-color: hsl(214.3 31.8% 91.4% / 0.25);
}
.focus\:border-border\/30:focus {
  border-color: hsl(214.3 31.8% 91.4% / 0.3);
}
.focus\:border-border\/35:focus {
  border-color: hsl(214.3 31.8% 91.4% / 0.35);
}
.focus\:border-border\/40:focus {
  border-color: hsl(214.3 31.8% 91.4% / 0.4);
}
.focus\:border-border\/45:focus {
  border-color: hsl(214.3 31.8% 91.4% / 0.45);
}
.focus\:border-border\/5:focus {
  border-color: hsl(214.3 31.8% 91.4% / 0.05);
}
.focus\:border-border\/50:focus {
  border-color: hsl(214.3 31.8% 91.4% / 0.5);
}
.focus\:border-border\/55:focus {
  border-color: hsl(214.3 31.8% 91.4% / 0.55);
}
.focus\:border-border\/60:focus {
  border-color: hsl(214.3 31.8% 91.4% / 0.6);
}
.focus\:border-border\/65:focus {
  border-color: hsl(214.3 31.8% 91.4% / 0.65);
}
.focus\:border-border\/70:focus {
  border-color: hsl(214.3 31.8% 91.4% / 0.7);
}
.focus\:border-border\/75:focus {
  border-color: hsl(214.3 31.8% 91.4% / 0.75);
}
.focus\:border-border\/80:focus {
  border-color: hsl(214.3 31.8% 91.4% / 0.8);
}
.focus\:border-border\/85:focus {
  border-color: hsl(214.3 31.8% 91.4% / 0.85);
}
.focus\:border-border\/90:focus {
  border-color: hsl(214.3 31.8% 91.4% / 0.9);
}
.focus\:border-border\/95:focus {
  border-color: hsl(214.3 31.8% 91.4% / 0.95);
}
.focus\:border-card:focus {
  --tw-border-opacity: 1;
  border-color: hsl(0 0% 100% / var(--tw-border-opacity, 1));
}
.focus\:border-card-foreground:focus {
  --tw-border-opacity: 1;
  border-color: hsl(222.2 84% 4.9% / var(--tw-border-opacity, 1));
}
.focus\:border-card-foreground\/0:focus {
  border-color: hsl(222.2 84% 4.9% / 0);
}
.focus\:border-card-foreground\/10:focus {
  border-color: hsl(222.2 84% 4.9% / 0.1);
}
.focus\:border-card-foreground\/100:focus {
  border-color: hsl(222.2 84% 4.9% / 1);
}
.focus\:border-card-foreground\/15:focus {
  border-color: hsl(222.2 84% 4.9% / 0.15);
}
.focus\:border-card-foreground\/20:focus {
  border-color: hsl(222.2 84% 4.9% / 0.2);
}
.focus\:border-card-foreground\/25:focus {
  border-color: hsl(222.2 84% 4.9% / 0.25);
}
.focus\:border-card-foreground\/30:focus {
  border-color: hsl(222.2 84% 4.9% / 0.3);
}
.focus\:border-card-foreground\/35:focus {
  border-color: hsl(222.2 84% 4.9% / 0.35);
}
.focus\:border-card-foreground\/40:focus {
  border-color: hsl(222.2 84% 4.9% / 0.4);
}
.focus\:border-card-foreground\/45:focus {
  border-color: hsl(222.2 84% 4.9% / 0.45);
}
.focus\:border-card-foreground\/5:focus {
  border-color: hsl(222.2 84% 4.9% / 0.05);
}
.focus\:border-card-foreground\/50:focus {
  border-color: hsl(222.2 84% 4.9% / 0.5);
}
.focus\:border-card-foreground\/55:focus {
  border-color: hsl(222.2 84% 4.9% / 0.55);
}
.focus\:border-card-foreground\/60:focus {
  border-color: hsl(222.2 84% 4.9% / 0.6);
}
.focus\:border-card-foreground\/65:focus {
  border-color: hsl(222.2 84% 4.9% / 0.65);
}
.focus\:border-card-foreground\/70:focus {
  border-color: hsl(222.2 84% 4.9% / 0.7);
}
.focus\:border-card-foreground\/75:focus {
  border-color: hsl(222.2 84% 4.9% / 0.75);
}
.focus\:border-card-foreground\/80:focus {
  border-color: hsl(222.2 84% 4.9% / 0.8);
}
.focus\:border-card-foreground\/85:focus {
  border-color: hsl(222.2 84% 4.9% / 0.85);
}
.focus\:border-card-foreground\/90:focus {
  border-color: hsl(222.2 84% 4.9% / 0.9);
}
.focus\:border-card-foreground\/95:focus {
  border-color: hsl(222.2 84% 4.9% / 0.95);
}
.focus\:border-card\/0:focus {
  border-color: hsl(0 0% 100% / 0);
}
.focus\:border-card\/10:focus {
  border-color: hsl(0 0% 100% / 0.1);
}
.focus\:border-card\/100:focus {
  border-color: hsl(0 0% 100% / 1);
}
.focus\:border-card\/15:focus {
  border-color: hsl(0 0% 100% / 0.15);
}
.focus\:border-card\/20:focus {
  border-color: hsl(0 0% 100% / 0.2);
}
.focus\:border-card\/25:focus {
  border-color: hsl(0 0% 100% / 0.25);
}
.focus\:border-card\/30:focus {
  border-color: hsl(0 0% 100% / 0.3);
}
.focus\:border-card\/35:focus {
  border-color: hsl(0 0% 100% / 0.35);
}
.focus\:border-card\/40:focus {
  border-color: hsl(0 0% 100% / 0.4);
}
.focus\:border-card\/45:focus {
  border-color: hsl(0 0% 100% / 0.45);
}
.focus\:border-card\/5:focus {
  border-color: hsl(0 0% 100% / 0.05);
}
.focus\:border-card\/50:focus {
  border-color: hsl(0 0% 100% / 0.5);
}
.focus\:border-card\/55:focus {
  border-color: hsl(0 0% 100% / 0.55);
}
.focus\:border-card\/60:focus {
  border-color: hsl(0 0% 100% / 0.6);
}
.focus\:border-card\/65:focus {
  border-color: hsl(0 0% 100% / 0.65);
}
.focus\:border-card\/70:focus {
  border-color: hsl(0 0% 100% / 0.7);
}
.focus\:border-card\/75:focus {
  border-color: hsl(0 0% 100% / 0.75);
}
.focus\:border-card\/80:focus {
  border-color: hsl(0 0% 100% / 0.8);
}
.focus\:border-card\/85:focus {
  border-color: hsl(0 0% 100% / 0.85);
}
.focus\:border-card\/90:focus {
  border-color: hsl(0 0% 100% / 0.9);
}
.focus\:border-card\/95:focus {
  border-color: hsl(0 0% 100% / 0.95);
}
.focus\:border-destructive:focus {
  --tw-border-opacity: 1;
  border-color: hsl(0 84.2% 60.2% / var(--tw-border-opacity, 1));
}
.focus\:border-destructive-foreground:focus {
  --tw-border-opacity: 1;
  border-color: hsl(210 40% 98% / var(--tw-border-opacity, 1));
}
.focus\:border-destructive-foreground\/0:focus {
  border-color: hsl(210 40% 98% / 0);
}
.focus\:border-destructive-foreground\/10:focus {
  border-color: hsl(210 40% 98% / 0.1);
}
.focus\:border-destructive-foreground\/100:focus {
  border-color: hsl(210 40% 98% / 1);
}
.focus\:border-destructive-foreground\/15:focus {
  border-color: hsl(210 40% 98% / 0.15);
}
.focus\:border-destructive-foreground\/20:focus {
  border-color: hsl(210 40% 98% / 0.2);
}
.focus\:border-destructive-foreground\/25:focus {
  border-color: hsl(210 40% 98% / 0.25);
}
.focus\:border-destructive-foreground\/30:focus {
  border-color: hsl(210 40% 98% / 0.3);
}
.focus\:border-destructive-foreground\/35:focus {
  border-color: hsl(210 40% 98% / 0.35);
}
.focus\:border-destructive-foreground\/40:focus {
  border-color: hsl(210 40% 98% / 0.4);
}
.focus\:border-destructive-foreground\/45:focus {
  border-color: hsl(210 40% 98% / 0.45);
}
.focus\:border-destructive-foreground\/5:focus {
  border-color: hsl(210 40% 98% / 0.05);
}
.focus\:border-destructive-foreground\/50:focus {
  border-color: hsl(210 40% 98% / 0.5);
}
.focus\:border-destructive-foreground\/55:focus {
  border-color: hsl(210 40% 98% / 0.55);
}
.focus\:border-destructive-foreground\/60:focus {
  border-color: hsl(210 40% 98% / 0.6);
}
.focus\:border-destructive-foreground\/65:focus {
  border-color: hsl(210 40% 98% / 0.65);
}
.focus\:border-destructive-foreground\/70:focus {
  border-color: hsl(210 40% 98% / 0.7);
}
.focus\:border-destructive-foreground\/75:focus {
  border-color: hsl(210 40% 98% / 0.75);
}
.focus\:border-destructive-foreground\/80:focus {
  border-color: hsl(210 40% 98% / 0.8);
}
.focus\:border-destructive-foreground\/85:focus {
  border-color: hsl(210 40% 98% / 0.85);
}
.focus\:border-destructive-foreground\/90:focus {
  border-color: hsl(210 40% 98% / 0.9);
}
.focus\:border-destructive-foreground\/95:focus {
  border-color: hsl(210 40% 98% / 0.95);
}
.focus\:border-destructive\/0:focus {
  border-color: hsl(0 84.2% 60.2% / 0);
}
.focus\:border-destructive\/10:focus {
  border-color: hsl(0 84.2% 60.2% / 0.1);
}
.focus\:border-destructive\/100:focus {
  border-color: hsl(0 84.2% 60.2% / 1);
}
.focus\:border-destructive\/15:focus {
  border-color: hsl(0 84.2% 60.2% / 0.15);
}
.focus\:border-destructive\/20:focus {
  border-color: hsl(0 84.2% 60.2% / 0.2);
}
.focus\:border-destructive\/25:focus {
  border-color: hsl(0 84.2% 60.2% / 0.25);
}
.focus\:border-destructive\/30:focus {
  border-color: hsl(0 84.2% 60.2% / 0.3);
}
.focus\:border-destructive\/35:focus {
  border-color: hsl(0 84.2% 60.2% / 0.35);
}
.focus\:border-destructive\/40:focus {
  border-color: hsl(0 84.2% 60.2% / 0.4);
}
.focus\:border-destructive\/45:focus {
  border-color: hsl(0 84.2% 60.2% / 0.45);
}
.focus\:border-destructive\/5:focus {
  border-color: hsl(0 84.2% 60.2% / 0.05);
}
.focus\:border-destructive\/50:focus {
  border-color: hsl(0 84.2% 60.2% / 0.5);
}
.focus\:border-destructive\/55:focus {
  border-color: hsl(0 84.2% 60.2% / 0.55);
}
.focus\:border-destructive\/60:focus {
  border-color: hsl(0 84.2% 60.2% / 0.6);
}
.focus\:border-destructive\/65:focus {
  border-color: hsl(0 84.2% 60.2% / 0.65);
}
.focus\:border-destructive\/70:focus {
  border-color: hsl(0 84.2% 60.2% / 0.7);
}
.focus\:border-destructive\/75:focus {
  border-color: hsl(0 84.2% 60.2% / 0.75);
}
.focus\:border-destructive\/80:focus {
  border-color: hsl(0 84.2% 60.2% / 0.8);
}
.focus\:border-destructive\/85:focus {
  border-color: hsl(0 84.2% 60.2% / 0.85);
}
.focus\:border-destructive\/90:focus {
  border-color: hsl(0 84.2% 60.2% / 0.9);
}
.focus\:border-destructive\/95:focus {
  border-color: hsl(0 84.2% 60.2% / 0.95);
}
.focus\:border-foreground:focus {
  --tw-border-opacity: 1;
  border-color: hsl(222.2 84% 4.9% / var(--tw-border-opacity, 1));
}
.focus\:border-foreground\/0:focus {
  border-color: hsl(222.2 84% 4.9% / 0);
}
.focus\:border-foreground\/10:focus {
  border-color: hsl(222.2 84% 4.9% / 0.1);
}
.focus\:border-foreground\/100:focus {
  border-color: hsl(222.2 84% 4.9% / 1);
}
.focus\:border-foreground\/15:focus {
  border-color: hsl(222.2 84% 4.9% / 0.15);
}
.focus\:border-foreground\/20:focus {
  border-color: hsl(222.2 84% 4.9% / 0.2);
}
.focus\:border-foreground\/25:focus {
  border-color: hsl(222.2 84% 4.9% / 0.25);
}
.focus\:border-foreground\/30:focus {
  border-color: hsl(222.2 84% 4.9% / 0.3);
}
.focus\:border-foreground\/35:focus {
  border-color: hsl(222.2 84% 4.9% / 0.35);
}
.focus\:border-foreground\/40:focus {
  border-color: hsl(222.2 84% 4.9% / 0.4);
}
.focus\:border-foreground\/45:focus {
  border-color: hsl(222.2 84% 4.9% / 0.45);
}
.focus\:border-foreground\/5:focus {
  border-color: hsl(222.2 84% 4.9% / 0.05);
}
.focus\:border-foreground\/50:focus {
  border-color: hsl(222.2 84% 4.9% / 0.5);
}
.focus\:border-foreground\/55:focus {
  border-color: hsl(222.2 84% 4.9% / 0.55);
}
.focus\:border-foreground\/60:focus {
  border-color: hsl(222.2 84% 4.9% / 0.6);
}
.focus\:border-foreground\/65:focus {
  border-color: hsl(222.2 84% 4.9% / 0.65);
}
.focus\:border-foreground\/70:focus {
  border-color: hsl(222.2 84% 4.9% / 0.7);
}
.focus\:border-foreground\/75:focus {
  border-color: hsl(222.2 84% 4.9% / 0.75);
}
.focus\:border-foreground\/80:focus {
  border-color: hsl(222.2 84% 4.9% / 0.8);
}
.focus\:border-foreground\/85:focus {
  border-color: hsl(222.2 84% 4.9% / 0.85);
}
.focus\:border-foreground\/90:focus {
  border-color: hsl(222.2 84% 4.9% / 0.9);
}
.focus\:border-foreground\/95:focus {
  border-color: hsl(222.2 84% 4.9% / 0.95);
}
.focus\:border-input:focus {
  --tw-border-opacity: 1;
  border-color: hsl(214.3 31.8% 91.4% / var(--tw-border-opacity, 1));
}
.focus\:border-input\/0:focus {
  border-color: hsl(214.3 31.8% 91.4% / 0);
}
.focus\:border-input\/10:focus {
  border-color: hsl(214.3 31.8% 91.4% / 0.1);
}
.focus\:border-input\/100:focus {
  border-color: hsl(214.3 31.8% 91.4% / 1);
}
.focus\:border-input\/15:focus {
  border-color: hsl(214.3 31.8% 91.4% / 0.15);
}
.focus\:border-input\/20:focus {
  border-color: hsl(214.3 31.8% 91.4% / 0.2);
}
.focus\:border-input\/25:focus {
  border-color: hsl(214.3 31.8% 91.4% / 0.25);
}
.focus\:border-input\/30:focus {
  border-color: hsl(214.3 31.8% 91.4% / 0.3);
}
.focus\:border-input\/35:focus {
  border-color: hsl(214.3 31.8% 91.4% / 0.35);
}
.focus\:border-input\/40:focus {
  border-color: hsl(214.3 31.8% 91.4% / 0.4);
}
.focus\:border-input\/45:focus {
  border-color: hsl(214.3 31.8% 91.4% / 0.45);
}
.focus\:border-input\/5:focus {
  border-color: hsl(214.3 31.8% 91.4% / 0.05);
}
.focus\:border-input\/50:focus {
  border-color: hsl(214.3 31.8% 91.4% / 0.5);
}
.focus\:border-input\/55:focus {
  border-color: hsl(214.3 31.8% 91.4% / 0.55);
}
.focus\:border-input\/60:focus {
  border-color: hsl(214.3 31.8% 91.4% / 0.6);
}
.focus\:border-input\/65:focus {
  border-color: hsl(214.3 31.8% 91.4% / 0.65);
}
.focus\:border-input\/70:focus {
  border-color: hsl(214.3 31.8% 91.4% / 0.7);
}
.focus\:border-input\/75:focus {
  border-color: hsl(214.3 31.8% 91.4% / 0.75);
}
.focus\:border-input\/80:focus {
  border-color: hsl(214.3 31.8% 91.4% / 0.8);
}
.focus\:border-input\/85:focus {
  border-color: hsl(214.3 31.8% 91.4% / 0.85);
}
.focus\:border-input\/90:focus {
  border-color: hsl(214.3 31.8% 91.4% / 0.9);
}
.focus\:border-input\/95:focus {
  border-color: hsl(214.3 31.8% 91.4% / 0.95);
}
.focus\:border-muted:focus {
  --tw-border-opacity: 1;
  border-color: hsl(210 40% 96% / var(--tw-border-opacity, 1));
}
.focus\:border-muted-foreground:focus {
  --tw-border-opacity: 1;
  border-color: hsl(215.4 16.3% 46.9% / var(--tw-border-opacity, 1));
}
.focus\:border-muted-foreground\/0:focus {
  border-color: hsl(215.4 16.3% 46.9% / 0);
}
.focus\:border-muted-foreground\/10:focus {
  border-color: hsl(215.4 16.3% 46.9% / 0.1);
}
.focus\:border-muted-foreground\/100:focus {
  border-color: hsl(215.4 16.3% 46.9% / 1);
}
.focus\:border-muted-foreground\/15:focus {
  border-color: hsl(215.4 16.3% 46.9% / 0.15);
}
.focus\:border-muted-foreground\/20:focus {
  border-color: hsl(215.4 16.3% 46.9% / 0.2);
}
.focus\:border-muted-foreground\/25:focus {
  border-color: hsl(215.4 16.3% 46.9% / 0.25);
}
.focus\:border-muted-foreground\/30:focus {
  border-color: hsl(215.4 16.3% 46.9% / 0.3);
}
.focus\:border-muted-foreground\/35:focus {
  border-color: hsl(215.4 16.3% 46.9% / 0.35);
}
.focus\:border-muted-foreground\/40:focus {
  border-color: hsl(215.4 16.3% 46.9% / 0.4);
}
.focus\:border-muted-foreground\/45:focus {
  border-color: hsl(215.4 16.3% 46.9% / 0.45);
}
.focus\:border-muted-foreground\/5:focus {
  border-color: hsl(215.4 16.3% 46.9% / 0.05);
}
.focus\:border-muted-foreground\/50:focus {
  border-color: hsl(215.4 16.3% 46.9% / 0.5);
}
.focus\:border-muted-foreground\/55:focus {
  border-color: hsl(215.4 16.3% 46.9% / 0.55);
}
.focus\:border-muted-foreground\/60:focus {
  border-color: hsl(215.4 16.3% 46.9% / 0.6);
}
.focus\:border-muted-foreground\/65:focus {
  border-color: hsl(215.4 16.3% 46.9% / 0.65);
}
.focus\:border-muted-foreground\/70:focus {
  border-color: hsl(215.4 16.3% 46.9% / 0.7);
}
.focus\:border-muted-foreground\/75:focus {
  border-color: hsl(215.4 16.3% 46.9% / 0.75);
}
.focus\:border-muted-foreground\/80:focus {
  border-color: hsl(215.4 16.3% 46.9% / 0.8);
}
.focus\:border-muted-foreground\/85:focus {
  border-color: hsl(215.4 16.3% 46.9% / 0.85);
}
.focus\:border-muted-foreground\/90:focus {
  border-color: hsl(215.4 16.3% 46.9% / 0.9);
}
.focus\:border-muted-foreground\/95:focus {
  border-color: hsl(215.4 16.3% 46.9% / 0.95);
}
.focus\:border-muted\/0:focus {
  border-color: hsl(210 40% 96% / 0);
}
.focus\:border-muted\/10:focus {
  border-color: hsl(210 40% 96% / 0.1);
}
.focus\:border-muted\/100:focus {
  border-color: hsl(210 40% 96% / 1);
}
.focus\:border-muted\/15:focus {
  border-color: hsl(210 40% 96% / 0.15);
}
.focus\:border-muted\/20:focus {
  border-color: hsl(210 40% 96% / 0.2);
}
.focus\:border-muted\/25:focus {
  border-color: hsl(210 40% 96% / 0.25);
}
.focus\:border-muted\/30:focus {
  border-color: hsl(210 40% 96% / 0.3);
}
.focus\:border-muted\/35:focus {
  border-color: hsl(210 40% 96% / 0.35);
}
.focus\:border-muted\/40:focus {
  border-color: hsl(210 40% 96% / 0.4);
}
.focus\:border-muted\/45:focus {
  border-color: hsl(210 40% 96% / 0.45);
}
.focus\:border-muted\/5:focus {
  border-color: hsl(210 40% 96% / 0.05);
}
.focus\:border-muted\/50:focus {
  border-color: hsl(210 40% 96% / 0.5);
}
.focus\:border-muted\/55:focus {
  border-color: hsl(210 40% 96% / 0.55);
}
.focus\:border-muted\/60:focus {
  border-color: hsl(210 40% 96% / 0.6);
}
.focus\:border-muted\/65:focus {
  border-color: hsl(210 40% 96% / 0.65);
}
.focus\:border-muted\/70:focus {
  border-color: hsl(210 40% 96% / 0.7);
}
.focus\:border-muted\/75:focus {
  border-color: hsl(210 40% 96% / 0.75);
}
.focus\:border-muted\/80:focus {
  border-color: hsl(210 40% 96% / 0.8);
}
.focus\:border-muted\/85:focus {
  border-color: hsl(210 40% 96% / 0.85);
}
.focus\:border-muted\/90:focus {
  border-color: hsl(210 40% 96% / 0.9);
}
.focus\:border-muted\/95:focus {
  border-color: hsl(210 40% 96% / 0.95);
}
.focus\:border-popover:focus {
  --tw-border-opacity: 1;
  border-color: hsl(0 0% 100% / var(--tw-border-opacity, 1));
}
.focus\:border-popover-foreground:focus {
  --tw-border-opacity: 1;
  border-color: hsl(222.2 84% 4.9% / var(--tw-border-opacity, 1));
}
.focus\:border-popover-foreground\/0:focus {
  border-color: hsl(222.2 84% 4.9% / 0);
}
.focus\:border-popover-foreground\/10:focus {
  border-color: hsl(222.2 84% 4.9% / 0.1);
}
.focus\:border-popover-foreground\/100:focus {
  border-color: hsl(222.2 84% 4.9% / 1);
}
.focus\:border-popover-foreground\/15:focus {
  border-color: hsl(222.2 84% 4.9% / 0.15);
}
.focus\:border-popover-foreground\/20:focus {
  border-color: hsl(222.2 84% 4.9% / 0.2);
}
.focus\:border-popover-foreground\/25:focus {
  border-color: hsl(222.2 84% 4.9% / 0.25);
}
.focus\:border-popover-foreground\/30:focus {
  border-color: hsl(222.2 84% 4.9% / 0.3);
}
.focus\:border-popover-foreground\/35:focus {
  border-color: hsl(222.2 84% 4.9% / 0.35);
}
.focus\:border-popover-foreground\/40:focus {
  border-color: hsl(222.2 84% 4.9% / 0.4);
}
.focus\:border-popover-foreground\/45:focus {
  border-color: hsl(222.2 84% 4.9% / 0.45);
}
.focus\:border-popover-foreground\/5:focus {
  border-color: hsl(222.2 84% 4.9% / 0.05);
}
.focus\:border-popover-foreground\/50:focus {
  border-color: hsl(222.2 84% 4.9% / 0.5);
}
.focus\:border-popover-foreground\/55:focus {
  border-color: hsl(222.2 84% 4.9% / 0.55);
}
.focus\:border-popover-foreground\/60:focus {
  border-color: hsl(222.2 84% 4.9% / 0.6);
}
.focus\:border-popover-foreground\/65:focus {
  border-color: hsl(222.2 84% 4.9% / 0.65);
}
.focus\:border-popover-foreground\/70:focus {
  border-color: hsl(222.2 84% 4.9% / 0.7);
}
.focus\:border-popover-foreground\/75:focus {
  border-color: hsl(222.2 84% 4.9% / 0.75);
}
.focus\:border-popover-foreground\/80:focus {
  border-color: hsl(222.2 84% 4.9% / 0.8);
}
.focus\:border-popover-foreground\/85:focus {
  border-color: hsl(222.2 84% 4.9% / 0.85);
}
.focus\:border-popover-foreground\/90:focus {
  border-color: hsl(222.2 84% 4.9% / 0.9);
}
.focus\:border-popover-foreground\/95:focus {
  border-color: hsl(222.2 84% 4.9% / 0.95);
}
.focus\:border-popover\/0:focus {
  border-color: hsl(0 0% 100% / 0);
}
.focus\:border-popover\/10:focus {
  border-color: hsl(0 0% 100% / 0.1);
}
.focus\:border-popover\/100:focus {
  border-color: hsl(0 0% 100% / 1);
}
.focus\:border-popover\/15:focus {
  border-color: hsl(0 0% 100% / 0.15);
}
.focus\:border-popover\/20:focus {
  border-color: hsl(0 0% 100% / 0.2);
}
.focus\:border-popover\/25:focus {
  border-color: hsl(0 0% 100% / 0.25);
}
.focus\:border-popover\/30:focus {
  border-color: hsl(0 0% 100% / 0.3);
}
.focus\:border-popover\/35:focus {
  border-color: hsl(0 0% 100% / 0.35);
}
.focus\:border-popover\/40:focus {
  border-color: hsl(0 0% 100% / 0.4);
}
.focus\:border-popover\/45:focus {
  border-color: hsl(0 0% 100% / 0.45);
}
.focus\:border-popover\/5:focus {
  border-color: hsl(0 0% 100% / 0.05);
}
.focus\:border-popover\/50:focus {
  border-color: hsl(0 0% 100% / 0.5);
}
.focus\:border-popover\/55:focus {
  border-color: hsl(0 0% 100% / 0.55);
}
.focus\:border-popover\/60:focus {
  border-color: hsl(0 0% 100% / 0.6);
}
.focus\:border-popover\/65:focus {
  border-color: hsl(0 0% 100% / 0.65);
}
.focus\:border-popover\/70:focus {
  border-color: hsl(0 0% 100% / 0.7);
}
.focus\:border-popover\/75:focus {
  border-color: hsl(0 0% 100% / 0.75);
}
.focus\:border-popover\/80:focus {
  border-color: hsl(0 0% 100% / 0.8);
}
.focus\:border-popover\/85:focus {
  border-color: hsl(0 0% 100% / 0.85);
}
.focus\:border-popover\/90:focus {
  border-color: hsl(0 0% 100% / 0.9);
}
.focus\:border-popover\/95:focus {
  border-color: hsl(0 0% 100% / 0.95);
}
.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: hsl(221.2 83.2% 53.3% / var(--tw-border-opacity, 1));
}
.focus\:border-primary-foreground:focus {
  --tw-border-opacity: 1;
  border-color: hsl(210 40% 98% / var(--tw-border-opacity, 1));
}
.focus\:border-primary-foreground\/0:focus {
  border-color: hsl(210 40% 98% / 0);
}
.focus\:border-primary-foreground\/10:focus {
  border-color: hsl(210 40% 98% / 0.1);
}
.focus\:border-primary-foreground\/100:focus {
  border-color: hsl(210 40% 98% / 1);
}
.focus\:border-primary-foreground\/15:focus {
  border-color: hsl(210 40% 98% / 0.15);
}
.focus\:border-primary-foreground\/20:focus {
  border-color: hsl(210 40% 98% / 0.2);
}
.focus\:border-primary-foreground\/25:focus {
  border-color: hsl(210 40% 98% / 0.25);
}
.focus\:border-primary-foreground\/30:focus {
  border-color: hsl(210 40% 98% / 0.3);
}
.focus\:border-primary-foreground\/35:focus {
  border-color: hsl(210 40% 98% / 0.35);
}
.focus\:border-primary-foreground\/40:focus {
  border-color: hsl(210 40% 98% / 0.4);
}
.focus\:border-primary-foreground\/45:focus {
  border-color: hsl(210 40% 98% / 0.45);
}
.focus\:border-primary-foreground\/5:focus {
  border-color: hsl(210 40% 98% / 0.05);
}
.focus\:border-primary-foreground\/50:focus {
  border-color: hsl(210 40% 98% / 0.5);
}
.focus\:border-primary-foreground\/55:focus {
  border-color: hsl(210 40% 98% / 0.55);
}
.focus\:border-primary-foreground\/60:focus {
  border-color: hsl(210 40% 98% / 0.6);
}
.focus\:border-primary-foreground\/65:focus {
  border-color: hsl(210 40% 98% / 0.65);
}
.focus\:border-primary-foreground\/70:focus {
  border-color: hsl(210 40% 98% / 0.7);
}
.focus\:border-primary-foreground\/75:focus {
  border-color: hsl(210 40% 98% / 0.75);
}
.focus\:border-primary-foreground\/80:focus {
  border-color: hsl(210 40% 98% / 0.8);
}
.focus\:border-primary-foreground\/85:focus {
  border-color: hsl(210 40% 98% / 0.85);
}
.focus\:border-primary-foreground\/90:focus {
  border-color: hsl(210 40% 98% / 0.9);
}
.focus\:border-primary-foreground\/95:focus {
  border-color: hsl(210 40% 98% / 0.95);
}
.focus\:border-primary\/0:focus {
  border-color: hsl(221.2 83.2% 53.3% / 0);
}
.focus\:border-primary\/10:focus {
  border-color: hsl(221.2 83.2% 53.3% / 0.1);
}
.focus\:border-primary\/100:focus {
  border-color: hsl(221.2 83.2% 53.3% / 1);
}
.focus\:border-primary\/15:focus {
  border-color: hsl(221.2 83.2% 53.3% / 0.15);
}
.focus\:border-primary\/20:focus {
  border-color: hsl(221.2 83.2% 53.3% / 0.2);
}
.focus\:border-primary\/25:focus {
  border-color: hsl(221.2 83.2% 53.3% / 0.25);
}
.focus\:border-primary\/30:focus {
  border-color: hsl(221.2 83.2% 53.3% / 0.3);
}
.focus\:border-primary\/35:focus {
  border-color: hsl(221.2 83.2% 53.3% / 0.35);
}
.focus\:border-primary\/40:focus {
  border-color: hsl(221.2 83.2% 53.3% / 0.4);
}
.focus\:border-primary\/45:focus {
  border-color: hsl(221.2 83.2% 53.3% / 0.45);
}
.focus\:border-primary\/5:focus {
  border-color: hsl(221.2 83.2% 53.3% / 0.05);
}
.focus\:border-primary\/50:focus {
  border-color: hsl(221.2 83.2% 53.3% / 0.5);
}
.focus\:border-primary\/55:focus {
  border-color: hsl(221.2 83.2% 53.3% / 0.55);
}
.focus\:border-primary\/60:focus {
  border-color: hsl(221.2 83.2% 53.3% / 0.6);
}
.focus\:border-primary\/65:focus {
  border-color: hsl(221.2 83.2% 53.3% / 0.65);
}
.focus\:border-primary\/70:focus {
  border-color: hsl(221.2 83.2% 53.3% / 0.7);
}
.focus\:border-primary\/75:focus {
  border-color: hsl(221.2 83.2% 53.3% / 0.75);
}
.focus\:border-primary\/80:focus {
  border-color: hsl(221.2 83.2% 53.3% / 0.8);
}
.focus\:border-primary\/85:focus {
  border-color: hsl(221.2 83.2% 53.3% / 0.85);
}
.focus\:border-primary\/90:focus {
  border-color: hsl(221.2 83.2% 53.3% / 0.9);
}
.focus\:border-primary\/95:focus {
  border-color: hsl(221.2 83.2% 53.3% / 0.95);
}
.focus\:border-ring:focus {
  --tw-border-opacity: 1;
  border-color: hsl(221.2 83.2% 53.3% / var(--tw-border-opacity, 1));
}
.focus\:border-ring\/0:focus {
  border-color: hsl(221.2 83.2% 53.3% / 0);
}
.focus\:border-ring\/10:focus {
  border-color: hsl(221.2 83.2% 53.3% / 0.1);
}
.focus\:border-ring\/100:focus {
  border-color: hsl(221.2 83.2% 53.3% / 1);
}
.focus\:border-ring\/15:focus {
  border-color: hsl(221.2 83.2% 53.3% / 0.15);
}
.focus\:border-ring\/20:focus {
  border-color: hsl(221.2 83.2% 53.3% / 0.2);
}
.focus\:border-ring\/25:focus {
  border-color: hsl(221.2 83.2% 53.3% / 0.25);
}
.focus\:border-ring\/30:focus {
  border-color: hsl(221.2 83.2% 53.3% / 0.3);
}
.focus\:border-ring\/35:focus {
  border-color: hsl(221.2 83.2% 53.3% / 0.35);
}
.focus\:border-ring\/40:focus {
  border-color: hsl(221.2 83.2% 53.3% / 0.4);
}
.focus\:border-ring\/45:focus {
  border-color: hsl(221.2 83.2% 53.3% / 0.45);
}
.focus\:border-ring\/5:focus {
  border-color: hsl(221.2 83.2% 53.3% / 0.05);
}
.focus\:border-ring\/50:focus {
  border-color: hsl(221.2 83.2% 53.3% / 0.5);
}
.focus\:border-ring\/55:focus {
  border-color: hsl(221.2 83.2% 53.3% / 0.55);
}
.focus\:border-ring\/60:focus {
  border-color: hsl(221.2 83.2% 53.3% / 0.6);
}
.focus\:border-ring\/65:focus {
  border-color: hsl(221.2 83.2% 53.3% / 0.65);
}
.focus\:border-ring\/70:focus {
  border-color: hsl(221.2 83.2% 53.3% / 0.7);
}
.focus\:border-ring\/75:focus {
  border-color: hsl(221.2 83.2% 53.3% / 0.75);
}
.focus\:border-ring\/80:focus {
  border-color: hsl(221.2 83.2% 53.3% / 0.8);
}
.focus\:border-ring\/85:focus {
  border-color: hsl(221.2 83.2% 53.3% / 0.85);
}
.focus\:border-ring\/90:focus {
  border-color: hsl(221.2 83.2% 53.3% / 0.9);
}
.focus\:border-ring\/95:focus {
  border-color: hsl(221.2 83.2% 53.3% / 0.95);
}
.focus\:border-secondary:focus {
  --tw-border-opacity: 1;
  border-color: hsl(210 40% 96% / var(--tw-border-opacity, 1));
}
.focus\:border-secondary-foreground:focus {
  --tw-border-opacity: 1;
  border-color: hsl(222.2 84% 4.9% / var(--tw-border-opacity, 1));
}
.focus\:border-secondary-foreground\/0:focus {
  border-color: hsl(222.2 84% 4.9% / 0);
}
.focus\:border-secondary-foreground\/10:focus {
  border-color: hsl(222.2 84% 4.9% / 0.1);
}
.focus\:border-secondary-foreground\/100:focus {
  border-color: hsl(222.2 84% 4.9% / 1);
}
.focus\:border-secondary-foreground\/15:focus {
  border-color: hsl(222.2 84% 4.9% / 0.15);
}
.focus\:border-secondary-foreground\/20:focus {
  border-color: hsl(222.2 84% 4.9% / 0.2);
}
.focus\:border-secondary-foreground\/25:focus {
  border-color: hsl(222.2 84% 4.9% / 0.25);
}
.focus\:border-secondary-foreground\/30:focus {
  border-color: hsl(222.2 84% 4.9% / 0.3);
}
.focus\:border-secondary-foreground\/35:focus {
  border-color: hsl(222.2 84% 4.9% / 0.35);
}
.focus\:border-secondary-foreground\/40:focus {
  border-color: hsl(222.2 84% 4.9% / 0.4);
}
.focus\:border-secondary-foreground\/45:focus {
  border-color: hsl(222.2 84% 4.9% / 0.45);
}
.focus\:border-secondary-foreground\/5:focus {
  border-color: hsl(222.2 84% 4.9% / 0.05);
}
.focus\:border-secondary-foreground\/50:focus {
  border-color: hsl(222.2 84% 4.9% / 0.5);
}
.focus\:border-secondary-foreground\/55:focus {
  border-color: hsl(222.2 84% 4.9% / 0.55);
}
.focus\:border-secondary-foreground\/60:focus {
  border-color: hsl(222.2 84% 4.9% / 0.6);
}
.focus\:border-secondary-foreground\/65:focus {
  border-color: hsl(222.2 84% 4.9% / 0.65);
}
.focus\:border-secondary-foreground\/70:focus {
  border-color: hsl(222.2 84% 4.9% / 0.7);
}
.focus\:border-secondary-foreground\/75:focus {
  border-color: hsl(222.2 84% 4.9% / 0.75);
}
.focus\:border-secondary-foreground\/80:focus {
  border-color: hsl(222.2 84% 4.9% / 0.8);
}
.focus\:border-secondary-foreground\/85:focus {
  border-color: hsl(222.2 84% 4.9% / 0.85);
}
.focus\:border-secondary-foreground\/90:focus {
  border-color: hsl(222.2 84% 4.9% / 0.9);
}
.focus\:border-secondary-foreground\/95:focus {
  border-color: hsl(222.2 84% 4.9% / 0.95);
}
.focus\:border-secondary\/0:focus {
  border-color: hsl(210 40% 96% / 0);
}
.focus\:border-secondary\/10:focus {
  border-color: hsl(210 40% 96% / 0.1);
}
.focus\:border-secondary\/100:focus {
  border-color: hsl(210 40% 96% / 1);
}
.focus\:border-secondary\/15:focus {
  border-color: hsl(210 40% 96% / 0.15);
}
.focus\:border-secondary\/20:focus {
  border-color: hsl(210 40% 96% / 0.2);
}
.focus\:border-secondary\/25:focus {
  border-color: hsl(210 40% 96% / 0.25);
}
.focus\:border-secondary\/30:focus {
  border-color: hsl(210 40% 96% / 0.3);
}
.focus\:border-secondary\/35:focus {
  border-color: hsl(210 40% 96% / 0.35);
}
.focus\:border-secondary\/40:focus {
  border-color: hsl(210 40% 96% / 0.4);
}
.focus\:border-secondary\/45:focus {
  border-color: hsl(210 40% 96% / 0.45);
}
.focus\:border-secondary\/5:focus {
  border-color: hsl(210 40% 96% / 0.05);
}
.focus\:border-secondary\/50:focus {
  border-color: hsl(210 40% 96% / 0.5);
}
.focus\:border-secondary\/55:focus {
  border-color: hsl(210 40% 96% / 0.55);
}
.focus\:border-secondary\/60:focus {
  border-color: hsl(210 40% 96% / 0.6);
}
.focus\:border-secondary\/65:focus {
  border-color: hsl(210 40% 96% / 0.65);
}
.focus\:border-secondary\/70:focus {
  border-color: hsl(210 40% 96% / 0.7);
}
.focus\:border-secondary\/75:focus {
  border-color: hsl(210 40% 96% / 0.75);
}
.focus\:border-secondary\/80:focus {
  border-color: hsl(210 40% 96% / 0.8);
}
.focus\:border-secondary\/85:focus {
  border-color: hsl(210 40% 96% / 0.85);
}
.focus\:border-secondary\/90:focus {
  border-color: hsl(210 40% 96% / 0.9);
}
.focus\:border-secondary\/95:focus {
  border-color: hsl(210 40% 96% / 0.95);
}
.focus\:bg-accent:focus {
  --tw-bg-opacity: 1;
  background-color: hsl(210 40% 96% / var(--tw-bg-opacity, 1));
}
.focus\:bg-accent-foreground:focus {
  --tw-bg-opacity: 1;
  background-color: hsl(222.2 84% 4.9% / var(--tw-bg-opacity, 1));
}
.focus\:bg-accent-foreground\/0:focus {
  background-color: hsl(222.2 84% 4.9% / 0);
}
.focus\:bg-accent-foreground\/10:focus {
  background-color: hsl(222.2 84% 4.9% / 0.1);
}
.focus\:bg-accent-foreground\/100:focus {
  background-color: hsl(222.2 84% 4.9% / 1);
}
.focus\:bg-accent-foreground\/15:focus {
  background-color: hsl(222.2 84% 4.9% / 0.15);
}
.focus\:bg-accent-foreground\/20:focus {
  background-color: hsl(222.2 84% 4.9% / 0.2);
}
.focus\:bg-accent-foreground\/25:focus {
  background-color: hsl(222.2 84% 4.9% / 0.25);
}
.focus\:bg-accent-foreground\/30:focus {
  background-color: hsl(222.2 84% 4.9% / 0.3);
}
.focus\:bg-accent-foreground\/35:focus {
  background-color: hsl(222.2 84% 4.9% / 0.35);
}
.focus\:bg-accent-foreground\/40:focus {
  background-color: hsl(222.2 84% 4.9% / 0.4);
}
.focus\:bg-accent-foreground\/45:focus {
  background-color: hsl(222.2 84% 4.9% / 0.45);
}
.focus\:bg-accent-foreground\/5:focus {
  background-color: hsl(222.2 84% 4.9% / 0.05);
}
.focus\:bg-accent-foreground\/50:focus {
  background-color: hsl(222.2 84% 4.9% / 0.5);
}
.focus\:bg-accent-foreground\/55:focus {
  background-color: hsl(222.2 84% 4.9% / 0.55);
}
.focus\:bg-accent-foreground\/60:focus {
  background-color: hsl(222.2 84% 4.9% / 0.6);
}
.focus\:bg-accent-foreground\/65:focus {
  background-color: hsl(222.2 84% 4.9% / 0.65);
}
.focus\:bg-accent-foreground\/70:focus {
  background-color: hsl(222.2 84% 4.9% / 0.7);
}
.focus\:bg-accent-foreground\/75:focus {
  background-color: hsl(222.2 84% 4.9% / 0.75);
}
.focus\:bg-accent-foreground\/80:focus {
  background-color: hsl(222.2 84% 4.9% / 0.8);
}
.focus\:bg-accent-foreground\/85:focus {
  background-color: hsl(222.2 84% 4.9% / 0.85);
}
.focus\:bg-accent-foreground\/90:focus {
  background-color: hsl(222.2 84% 4.9% / 0.9);
}
.focus\:bg-accent-foreground\/95:focus {
  background-color: hsl(222.2 84% 4.9% / 0.95);
}
.focus\:bg-accent\/0:focus {
  background-color: hsl(210 40% 96% / 0);
}
.focus\:bg-accent\/10:focus {
  background-color: hsl(210 40% 96% / 0.1);
}
.focus\:bg-accent\/100:focus {
  background-color: hsl(210 40% 96% / 1);
}
.focus\:bg-accent\/15:focus {
  background-color: hsl(210 40% 96% / 0.15);
}
.focus\:bg-accent\/20:focus {
  background-color: hsl(210 40% 96% / 0.2);
}
.focus\:bg-accent\/25:focus {
  background-color: hsl(210 40% 96% / 0.25);
}
.focus\:bg-accent\/30:focus {
  background-color: hsl(210 40% 96% / 0.3);
}
.focus\:bg-accent\/35:focus {
  background-color: hsl(210 40% 96% / 0.35);
}
.focus\:bg-accent\/40:focus {
  background-color: hsl(210 40% 96% / 0.4);
}
.focus\:bg-accent\/45:focus {
  background-color: hsl(210 40% 96% / 0.45);
}
.focus\:bg-accent\/5:focus {
  background-color: hsl(210 40% 96% / 0.05);
}
.focus\:bg-accent\/50:focus {
  background-color: hsl(210 40% 96% / 0.5);
}
.focus\:bg-accent\/55:focus {
  background-color: hsl(210 40% 96% / 0.55);
}
.focus\:bg-accent\/60:focus {
  background-color: hsl(210 40% 96% / 0.6);
}
.focus\:bg-accent\/65:focus {
  background-color: hsl(210 40% 96% / 0.65);
}
.focus\:bg-accent\/70:focus {
  background-color: hsl(210 40% 96% / 0.7);
}
.focus\:bg-accent\/75:focus {
  background-color: hsl(210 40% 96% / 0.75);
}
.focus\:bg-accent\/80:focus {
  background-color: hsl(210 40% 96% / 0.8);
}
.focus\:bg-accent\/85:focus {
  background-color: hsl(210 40% 96% / 0.85);
}
.focus\:bg-accent\/90:focus {
  background-color: hsl(210 40% 96% / 0.9);
}
.focus\:bg-accent\/95:focus {
  background-color: hsl(210 40% 96% / 0.95);
}
.focus\:bg-background:focus {
  --tw-bg-opacity: 1;
  background-color: hsl(0 0% 100% / var(--tw-bg-opacity, 1));
}
.focus\:bg-background\/0:focus {
  background-color: hsl(0 0% 100% / 0);
}
.focus\:bg-background\/10:focus {
  background-color: hsl(0 0% 100% / 0.1);
}
.focus\:bg-background\/100:focus {
  background-color: hsl(0 0% 100% / 1);
}
.focus\:bg-background\/15:focus {
  background-color: hsl(0 0% 100% / 0.15);
}
.focus\:bg-background\/20:focus {
  background-color: hsl(0 0% 100% / 0.2);
}
.focus\:bg-background\/25:focus {
  background-color: hsl(0 0% 100% / 0.25);
}
.focus\:bg-background\/30:focus {
  background-color: hsl(0 0% 100% / 0.3);
}
.focus\:bg-background\/35:focus {
  background-color: hsl(0 0% 100% / 0.35);
}
.focus\:bg-background\/40:focus {
  background-color: hsl(0 0% 100% / 0.4);
}
.focus\:bg-background\/45:focus {
  background-color: hsl(0 0% 100% / 0.45);
}
.focus\:bg-background\/5:focus {
  background-color: hsl(0 0% 100% / 0.05);
}
.focus\:bg-background\/50:focus {
  background-color: hsl(0 0% 100% / 0.5);
}
.focus\:bg-background\/55:focus {
  background-color: hsl(0 0% 100% / 0.55);
}
.focus\:bg-background\/60:focus {
  background-color: hsl(0 0% 100% / 0.6);
}
.focus\:bg-background\/65:focus {
  background-color: hsl(0 0% 100% / 0.65);
}
.focus\:bg-background\/70:focus {
  background-color: hsl(0 0% 100% / 0.7);
}
.focus\:bg-background\/75:focus {
  background-color: hsl(0 0% 100% / 0.75);
}
.focus\:bg-background\/80:focus {
  background-color: hsl(0 0% 100% / 0.8);
}
.focus\:bg-background\/85:focus {
  background-color: hsl(0 0% 100% / 0.85);
}
.focus\:bg-background\/90:focus {
  background-color: hsl(0 0% 100% / 0.9);
}
.focus\:bg-background\/95:focus {
  background-color: hsl(0 0% 100% / 0.95);
}
.focus\:bg-border:focus {
  --tw-bg-opacity: 1;
  background-color: hsl(214.3 31.8% 91.4% / var(--tw-bg-opacity, 1));
}
.focus\:bg-border\/0:focus {
  background-color: hsl(214.3 31.8% 91.4% / 0);
}
.focus\:bg-border\/10:focus {
  background-color: hsl(214.3 31.8% 91.4% / 0.1);
}
.focus\:bg-border\/100:focus {
  background-color: hsl(214.3 31.8% 91.4% / 1);
}
.focus\:bg-border\/15:focus {
  background-color: hsl(214.3 31.8% 91.4% / 0.15);
}
.focus\:bg-border\/20:focus {
  background-color: hsl(214.3 31.8% 91.4% / 0.2);
}
.focus\:bg-border\/25:focus {
  background-color: hsl(214.3 31.8% 91.4% / 0.25);
}
.focus\:bg-border\/30:focus {
  background-color: hsl(214.3 31.8% 91.4% / 0.3);
}
.focus\:bg-border\/35:focus {
  background-color: hsl(214.3 31.8% 91.4% / 0.35);
}
.focus\:bg-border\/40:focus {
  background-color: hsl(214.3 31.8% 91.4% / 0.4);
}
.focus\:bg-border\/45:focus {
  background-color: hsl(214.3 31.8% 91.4% / 0.45);
}
.focus\:bg-border\/5:focus {
  background-color: hsl(214.3 31.8% 91.4% / 0.05);
}
.focus\:bg-border\/50:focus {
  background-color: hsl(214.3 31.8% 91.4% / 0.5);
}
.focus\:bg-border\/55:focus {
  background-color: hsl(214.3 31.8% 91.4% / 0.55);
}
.focus\:bg-border\/60:focus {
  background-color: hsl(214.3 31.8% 91.4% / 0.6);
}
.focus\:bg-border\/65:focus {
  background-color: hsl(214.3 31.8% 91.4% / 0.65);
}
.focus\:bg-border\/70:focus {
  background-color: hsl(214.3 31.8% 91.4% / 0.7);
}
.focus\:bg-border\/75:focus {
  background-color: hsl(214.3 31.8% 91.4% / 0.75);
}
.focus\:bg-border\/80:focus {
  background-color: hsl(214.3 31.8% 91.4% / 0.8);
}
.focus\:bg-border\/85:focus {
  background-color: hsl(214.3 31.8% 91.4% / 0.85);
}
.focus\:bg-border\/90:focus {
  background-color: hsl(214.3 31.8% 91.4% / 0.9);
}
.focus\:bg-border\/95:focus {
  background-color: hsl(214.3 31.8% 91.4% / 0.95);
}
.focus\:bg-card:focus {
  --tw-bg-opacity: 1;
  background-color: hsl(0 0% 100% / var(--tw-bg-opacity, 1));
}
.focus\:bg-card-foreground:focus {
  --tw-bg-opacity: 1;
  background-color: hsl(222.2 84% 4.9% / var(--tw-bg-opacity, 1));
}
.focus\:bg-card-foreground\/0:focus {
  background-color: hsl(222.2 84% 4.9% / 0);
}
.focus\:bg-card-foreground\/10:focus {
  background-color: hsl(222.2 84% 4.9% / 0.1);
}
.focus\:bg-card-foreground\/100:focus {
  background-color: hsl(222.2 84% 4.9% / 1);
}
.focus\:bg-card-foreground\/15:focus {
  background-color: hsl(222.2 84% 4.9% / 0.15);
}
.focus\:bg-card-foreground\/20:focus {
  background-color: hsl(222.2 84% 4.9% / 0.2);
}
.focus\:bg-card-foreground\/25:focus {
  background-color: hsl(222.2 84% 4.9% / 0.25);
}
.focus\:bg-card-foreground\/30:focus {
  background-color: hsl(222.2 84% 4.9% / 0.3);
}
.focus\:bg-card-foreground\/35:focus {
  background-color: hsl(222.2 84% 4.9% / 0.35);
}
.focus\:bg-card-foreground\/40:focus {
  background-color: hsl(222.2 84% 4.9% / 0.4);
}
.focus\:bg-card-foreground\/45:focus {
  background-color: hsl(222.2 84% 4.9% / 0.45);
}
.focus\:bg-card-foreground\/5:focus {
  background-color: hsl(222.2 84% 4.9% / 0.05);
}
.focus\:bg-card-foreground\/50:focus {
  background-color: hsl(222.2 84% 4.9% / 0.5);
}
.focus\:bg-card-foreground\/55:focus {
  background-color: hsl(222.2 84% 4.9% / 0.55);
}
.focus\:bg-card-foreground\/60:focus {
  background-color: hsl(222.2 84% 4.9% / 0.6);
}
.focus\:bg-card-foreground\/65:focus {
  background-color: hsl(222.2 84% 4.9% / 0.65);
}
.focus\:bg-card-foreground\/70:focus {
  background-color: hsl(222.2 84% 4.9% / 0.7);
}
.focus\:bg-card-foreground\/75:focus {
  background-color: hsl(222.2 84% 4.9% / 0.75);
}
.focus\:bg-card-foreground\/80:focus {
  background-color: hsl(222.2 84% 4.9% / 0.8);
}
.focus\:bg-card-foreground\/85:focus {
  background-color: hsl(222.2 84% 4.9% / 0.85);
}
.focus\:bg-card-foreground\/90:focus {
  background-color: hsl(222.2 84% 4.9% / 0.9);
}
.focus\:bg-card-foreground\/95:focus {
  background-color: hsl(222.2 84% 4.9% / 0.95);
}
.focus\:bg-card\/0:focus {
  background-color: hsl(0 0% 100% / 0);
}
.focus\:bg-card\/10:focus {
  background-color: hsl(0 0% 100% / 0.1);
}
.focus\:bg-card\/100:focus {
  background-color: hsl(0 0% 100% / 1);
}
.focus\:bg-card\/15:focus {
  background-color: hsl(0 0% 100% / 0.15);
}
.focus\:bg-card\/20:focus {
  background-color: hsl(0 0% 100% / 0.2);
}
.focus\:bg-card\/25:focus {
  background-color: hsl(0 0% 100% / 0.25);
}
.focus\:bg-card\/30:focus {
  background-color: hsl(0 0% 100% / 0.3);
}
.focus\:bg-card\/35:focus {
  background-color: hsl(0 0% 100% / 0.35);
}
.focus\:bg-card\/40:focus {
  background-color: hsl(0 0% 100% / 0.4);
}
.focus\:bg-card\/45:focus {
  background-color: hsl(0 0% 100% / 0.45);
}
.focus\:bg-card\/5:focus {
  background-color: hsl(0 0% 100% / 0.05);
}
.focus\:bg-card\/50:focus {
  background-color: hsl(0 0% 100% / 0.5);
}
.focus\:bg-card\/55:focus {
  background-color: hsl(0 0% 100% / 0.55);
}
.focus\:bg-card\/60:focus {
  background-color: hsl(0 0% 100% / 0.6);
}
.focus\:bg-card\/65:focus {
  background-color: hsl(0 0% 100% / 0.65);
}
.focus\:bg-card\/70:focus {
  background-color: hsl(0 0% 100% / 0.7);
}
.focus\:bg-card\/75:focus {
  background-color: hsl(0 0% 100% / 0.75);
}
.focus\:bg-card\/80:focus {
  background-color: hsl(0 0% 100% / 0.8);
}
.focus\:bg-card\/85:focus {
  background-color: hsl(0 0% 100% / 0.85);
}
.focus\:bg-card\/90:focus {
  background-color: hsl(0 0% 100% / 0.9);
}
.focus\:bg-card\/95:focus {
  background-color: hsl(0 0% 100% / 0.95);
}
.focus\:bg-destructive:focus {
  --tw-bg-opacity: 1;
  background-color: hsl(0 84.2% 60.2% / var(--tw-bg-opacity, 1));
}
.focus\:bg-destructive-foreground:focus {
  --tw-bg-opacity: 1;
  background-color: hsl(210 40% 98% / var(--tw-bg-opacity, 1));
}
.focus\:bg-destructive-foreground\/0:focus {
  background-color: hsl(210 40% 98% / 0);
}
.focus\:bg-destructive-foreground\/10:focus {
  background-color: hsl(210 40% 98% / 0.1);
}
.focus\:bg-destructive-foreground\/100:focus {
  background-color: hsl(210 40% 98% / 1);
}
.focus\:bg-destructive-foreground\/15:focus {
  background-color: hsl(210 40% 98% / 0.15);
}
.focus\:bg-destructive-foreground\/20:focus {
  background-color: hsl(210 40% 98% / 0.2);
}
.focus\:bg-destructive-foreground\/25:focus {
  background-color: hsl(210 40% 98% / 0.25);
}
.focus\:bg-destructive-foreground\/30:focus {
  background-color: hsl(210 40% 98% / 0.3);
}
.focus\:bg-destructive-foreground\/35:focus {
  background-color: hsl(210 40% 98% / 0.35);
}
.focus\:bg-destructive-foreground\/40:focus {
  background-color: hsl(210 40% 98% / 0.4);
}
.focus\:bg-destructive-foreground\/45:focus {
  background-color: hsl(210 40% 98% / 0.45);
}
.focus\:bg-destructive-foreground\/5:focus {
  background-color: hsl(210 40% 98% / 0.05);
}
.focus\:bg-destructive-foreground\/50:focus {
  background-color: hsl(210 40% 98% / 0.5);
}
.focus\:bg-destructive-foreground\/55:focus {
  background-color: hsl(210 40% 98% / 0.55);
}
.focus\:bg-destructive-foreground\/60:focus {
  background-color: hsl(210 40% 98% / 0.6);
}
.focus\:bg-destructive-foreground\/65:focus {
  background-color: hsl(210 40% 98% / 0.65);
}
.focus\:bg-destructive-foreground\/70:focus {
  background-color: hsl(210 40% 98% / 0.7);
}
.focus\:bg-destructive-foreground\/75:focus {
  background-color: hsl(210 40% 98% / 0.75);
}
.focus\:bg-destructive-foreground\/80:focus {
  background-color: hsl(210 40% 98% / 0.8);
}
.focus\:bg-destructive-foreground\/85:focus {
  background-color: hsl(210 40% 98% / 0.85);
}
.focus\:bg-destructive-foreground\/90:focus {
  background-color: hsl(210 40% 98% / 0.9);
}
.focus\:bg-destructive-foreground\/95:focus {
  background-color: hsl(210 40% 98% / 0.95);
}
.focus\:bg-destructive\/0:focus {
  background-color: hsl(0 84.2% 60.2% / 0);
}
.focus\:bg-destructive\/10:focus {
  background-color: hsl(0 84.2% 60.2% / 0.1);
}
.focus\:bg-destructive\/100:focus {
  background-color: hsl(0 84.2% 60.2% / 1);
}
.focus\:bg-destructive\/15:focus {
  background-color: hsl(0 84.2% 60.2% / 0.15);
}
.focus\:bg-destructive\/20:focus {
  background-color: hsl(0 84.2% 60.2% / 0.2);
}
.focus\:bg-destructive\/25:focus {
  background-color: hsl(0 84.2% 60.2% / 0.25);
}
.focus\:bg-destructive\/30:focus {
  background-color: hsl(0 84.2% 60.2% / 0.3);
}
.focus\:bg-destructive\/35:focus {
  background-color: hsl(0 84.2% 60.2% / 0.35);
}
.focus\:bg-destructive\/40:focus {
  background-color: hsl(0 84.2% 60.2% / 0.4);
}
.focus\:bg-destructive\/45:focus {
  background-color: hsl(0 84.2% 60.2% / 0.45);
}
.focus\:bg-destructive\/5:focus {
  background-color: hsl(0 84.2% 60.2% / 0.05);
}
.focus\:bg-destructive\/50:focus {
  background-color: hsl(0 84.2% 60.2% / 0.5);
}
.focus\:bg-destructive\/55:focus {
  background-color: hsl(0 84.2% 60.2% / 0.55);
}
.focus\:bg-destructive\/60:focus {
  background-color: hsl(0 84.2% 60.2% / 0.6);
}
.focus\:bg-destructive\/65:focus {
  background-color: hsl(0 84.2% 60.2% / 0.65);
}
.focus\:bg-destructive\/70:focus {
  background-color: hsl(0 84.2% 60.2% / 0.7);
}
.focus\:bg-destructive\/75:focus {
  background-color: hsl(0 84.2% 60.2% / 0.75);
}
.focus\:bg-destructive\/80:focus {
  background-color: hsl(0 84.2% 60.2% / 0.8);
}
.focus\:bg-destructive\/85:focus {
  background-color: hsl(0 84.2% 60.2% / 0.85);
}
.focus\:bg-destructive\/90:focus {
  background-color: hsl(0 84.2% 60.2% / 0.9);
}
.focus\:bg-destructive\/95:focus {
  background-color: hsl(0 84.2% 60.2% / 0.95);
}
.focus\:bg-foreground:focus {
  --tw-bg-opacity: 1;
  background-color: hsl(222.2 84% 4.9% / var(--tw-bg-opacity, 1));
}
.focus\:bg-foreground\/0:focus {
  background-color: hsl(222.2 84% 4.9% / 0);
}
.focus\:bg-foreground\/10:focus {
  background-color: hsl(222.2 84% 4.9% / 0.1);
}
.focus\:bg-foreground\/100:focus {
  background-color: hsl(222.2 84% 4.9% / 1);
}
.focus\:bg-foreground\/15:focus {
  background-color: hsl(222.2 84% 4.9% / 0.15);
}
.focus\:bg-foreground\/20:focus {
  background-color: hsl(222.2 84% 4.9% / 0.2);
}
.focus\:bg-foreground\/25:focus {
  background-color: hsl(222.2 84% 4.9% / 0.25);
}
.focus\:bg-foreground\/30:focus {
  background-color: hsl(222.2 84% 4.9% / 0.3);
}
.focus\:bg-foreground\/35:focus {
  background-color: hsl(222.2 84% 4.9% / 0.35);
}
.focus\:bg-foreground\/40:focus {
  background-color: hsl(222.2 84% 4.9% / 0.4);
}
.focus\:bg-foreground\/45:focus {
  background-color: hsl(222.2 84% 4.9% / 0.45);
}
.focus\:bg-foreground\/5:focus {
  background-color: hsl(222.2 84% 4.9% / 0.05);
}
.focus\:bg-foreground\/50:focus {
  background-color: hsl(222.2 84% 4.9% / 0.5);
}
.focus\:bg-foreground\/55:focus {
  background-color: hsl(222.2 84% 4.9% / 0.55);
}
.focus\:bg-foreground\/60:focus {
  background-color: hsl(222.2 84% 4.9% / 0.6);
}
.focus\:bg-foreground\/65:focus {
  background-color: hsl(222.2 84% 4.9% / 0.65);
}
.focus\:bg-foreground\/70:focus {
  background-color: hsl(222.2 84% 4.9% / 0.7);
}
.focus\:bg-foreground\/75:focus {
  background-color: hsl(222.2 84% 4.9% / 0.75);
}
.focus\:bg-foreground\/80:focus {
  background-color: hsl(222.2 84% 4.9% / 0.8);
}
.focus\:bg-foreground\/85:focus {
  background-color: hsl(222.2 84% 4.9% / 0.85);
}
.focus\:bg-foreground\/90:focus {
  background-color: hsl(222.2 84% 4.9% / 0.9);
}
.focus\:bg-foreground\/95:focus {
  background-color: hsl(222.2 84% 4.9% / 0.95);
}
.focus\:bg-input:focus {
  --tw-bg-opacity: 1;
  background-color: hsl(214.3 31.8% 91.4% / var(--tw-bg-opacity, 1));
}
.focus\:bg-input\/0:focus {
  background-color: hsl(214.3 31.8% 91.4% / 0);
}
.focus\:bg-input\/10:focus {
  background-color: hsl(214.3 31.8% 91.4% / 0.1);
}
.focus\:bg-input\/100:focus {
  background-color: hsl(214.3 31.8% 91.4% / 1);
}
.focus\:bg-input\/15:focus {
  background-color: hsl(214.3 31.8% 91.4% / 0.15);
}
.focus\:bg-input\/20:focus {
  background-color: hsl(214.3 31.8% 91.4% / 0.2);
}
.focus\:bg-input\/25:focus {
  background-color: hsl(214.3 31.8% 91.4% / 0.25);
}
.focus\:bg-input\/30:focus {
  background-color: hsl(214.3 31.8% 91.4% / 0.3);
}
.focus\:bg-input\/35:focus {
  background-color: hsl(214.3 31.8% 91.4% / 0.35);
}
.focus\:bg-input\/40:focus {
  background-color: hsl(214.3 31.8% 91.4% / 0.4);
}
.focus\:bg-input\/45:focus {
  background-color: hsl(214.3 31.8% 91.4% / 0.45);
}
.focus\:bg-input\/5:focus {
  background-color: hsl(214.3 31.8% 91.4% / 0.05);
}
.focus\:bg-input\/50:focus {
  background-color: hsl(214.3 31.8% 91.4% / 0.5);
}
.focus\:bg-input\/55:focus {
  background-color: hsl(214.3 31.8% 91.4% / 0.55);
}
.focus\:bg-input\/60:focus {
  background-color: hsl(214.3 31.8% 91.4% / 0.6);
}
.focus\:bg-input\/65:focus {
  background-color: hsl(214.3 31.8% 91.4% / 0.65);
}
.focus\:bg-input\/70:focus {
  background-color: hsl(214.3 31.8% 91.4% / 0.7);
}
.focus\:bg-input\/75:focus {
  background-color: hsl(214.3 31.8% 91.4% / 0.75);
}
.focus\:bg-input\/80:focus {
  background-color: hsl(214.3 31.8% 91.4% / 0.8);
}
.focus\:bg-input\/85:focus {
  background-color: hsl(214.3 31.8% 91.4% / 0.85);
}
.focus\:bg-input\/90:focus {
  background-color: hsl(214.3 31.8% 91.4% / 0.9);
}
.focus\:bg-input\/95:focus {
  background-color: hsl(214.3 31.8% 91.4% / 0.95);
}
.focus\:bg-muted:focus {
  --tw-bg-opacity: 1;
  background-color: hsl(210 40% 96% / var(--tw-bg-opacity, 1));
}
.focus\:bg-muted-foreground:focus {
  --tw-bg-opacity: 1;
  background-color: hsl(215.4 16.3% 46.9% / var(--tw-bg-opacity, 1));
}
.focus\:bg-muted-foreground\/0:focus {
  background-color: hsl(215.4 16.3% 46.9% / 0);
}
.focus\:bg-muted-foreground\/10:focus {
  background-color: hsl(215.4 16.3% 46.9% / 0.1);
}
.focus\:bg-muted-foreground\/100:focus {
  background-color: hsl(215.4 16.3% 46.9% / 1);
}
.focus\:bg-muted-foreground\/15:focus {
  background-color: hsl(215.4 16.3% 46.9% / 0.15);
}
.focus\:bg-muted-foreground\/20:focus {
  background-color: hsl(215.4 16.3% 46.9% / 0.2);
}
.focus\:bg-muted-foreground\/25:focus {
  background-color: hsl(215.4 16.3% 46.9% / 0.25);
}
.focus\:bg-muted-foreground\/30:focus {
  background-color: hsl(215.4 16.3% 46.9% / 0.3);
}
.focus\:bg-muted-foreground\/35:focus {
  background-color: hsl(215.4 16.3% 46.9% / 0.35);
}
.focus\:bg-muted-foreground\/40:focus {
  background-color: hsl(215.4 16.3% 46.9% / 0.4);
}
.focus\:bg-muted-foreground\/45:focus {
  background-color: hsl(215.4 16.3% 46.9% / 0.45);
}
.focus\:bg-muted-foreground\/5:focus {
  background-color: hsl(215.4 16.3% 46.9% / 0.05);
}
.focus\:bg-muted-foreground\/50:focus {
  background-color: hsl(215.4 16.3% 46.9% / 0.5);
}
.focus\:bg-muted-foreground\/55:focus {
  background-color: hsl(215.4 16.3% 46.9% / 0.55);
}
.focus\:bg-muted-foreground\/60:focus {
  background-color: hsl(215.4 16.3% 46.9% / 0.6);
}
.focus\:bg-muted-foreground\/65:focus {
  background-color: hsl(215.4 16.3% 46.9% / 0.65);
}
.focus\:bg-muted-foreground\/70:focus {
  background-color: hsl(215.4 16.3% 46.9% / 0.7);
}
.focus\:bg-muted-foreground\/75:focus {
  background-color: hsl(215.4 16.3% 46.9% / 0.75);
}
.focus\:bg-muted-foreground\/80:focus {
  background-color: hsl(215.4 16.3% 46.9% / 0.8);
}
.focus\:bg-muted-foreground\/85:focus {
  background-color: hsl(215.4 16.3% 46.9% / 0.85);
}
.focus\:bg-muted-foreground\/90:focus {
  background-color: hsl(215.4 16.3% 46.9% / 0.9);
}
.focus\:bg-muted-foreground\/95:focus {
  background-color: hsl(215.4 16.3% 46.9% / 0.95);
}
.focus\:bg-muted\/0:focus {
  background-color: hsl(210 40% 96% / 0);
}
.focus\:bg-muted\/10:focus {
  background-color: hsl(210 40% 96% / 0.1);
}
.focus\:bg-muted\/100:focus {
  background-color: hsl(210 40% 96% / 1);
}
.focus\:bg-muted\/15:focus {
  background-color: hsl(210 40% 96% / 0.15);
}
.focus\:bg-muted\/20:focus {
  background-color: hsl(210 40% 96% / 0.2);
}
.focus\:bg-muted\/25:focus {
  background-color: hsl(210 40% 96% / 0.25);
}
.focus\:bg-muted\/30:focus {
  background-color: hsl(210 40% 96% / 0.3);
}
.focus\:bg-muted\/35:focus {
  background-color: hsl(210 40% 96% / 0.35);
}
.focus\:bg-muted\/40:focus {
  background-color: hsl(210 40% 96% / 0.4);
}
.focus\:bg-muted\/45:focus {
  background-color: hsl(210 40% 96% / 0.45);
}
.focus\:bg-muted\/5:focus {
  background-color: hsl(210 40% 96% / 0.05);
}
.focus\:bg-muted\/50:focus {
  background-color: hsl(210 40% 96% / 0.5);
}
.focus\:bg-muted\/55:focus {
  background-color: hsl(210 40% 96% / 0.55);
}
.focus\:bg-muted\/60:focus {
  background-color: hsl(210 40% 96% / 0.6);
}
.focus\:bg-muted\/65:focus {
  background-color: hsl(210 40% 96% / 0.65);
}
.focus\:bg-muted\/70:focus {
  background-color: hsl(210 40% 96% / 0.7);
}
.focus\:bg-muted\/75:focus {
  background-color: hsl(210 40% 96% / 0.75);
}
.focus\:bg-muted\/80:focus {
  background-color: hsl(210 40% 96% / 0.8);
}
.focus\:bg-muted\/85:focus {
  background-color: hsl(210 40% 96% / 0.85);
}
.focus\:bg-muted\/90:focus {
  background-color: hsl(210 40% 96% / 0.9);
}
.focus\:bg-muted\/95:focus {
  background-color: hsl(210 40% 96% / 0.95);
}
.focus\:bg-popover:focus {
  --tw-bg-opacity: 1;
  background-color: hsl(0 0% 100% / var(--tw-bg-opacity, 1));
}
.focus\:bg-popover-foreground:focus {
  --tw-bg-opacity: 1;
  background-color: hsl(222.2 84% 4.9% / var(--tw-bg-opacity, 1));
}
.focus\:bg-popover-foreground\/0:focus {
  background-color: hsl(222.2 84% 4.9% / 0);
}
.focus\:bg-popover-foreground\/10:focus {
  background-color: hsl(222.2 84% 4.9% / 0.1);
}
.focus\:bg-popover-foreground\/100:focus {
  background-color: hsl(222.2 84% 4.9% / 1);
}
.focus\:bg-popover-foreground\/15:focus {
  background-color: hsl(222.2 84% 4.9% / 0.15);
}
.focus\:bg-popover-foreground\/20:focus {
  background-color: hsl(222.2 84% 4.9% / 0.2);
}
.focus\:bg-popover-foreground\/25:focus {
  background-color: hsl(222.2 84% 4.9% / 0.25);
}
.focus\:bg-popover-foreground\/30:focus {
  background-color: hsl(222.2 84% 4.9% / 0.3);
}
.focus\:bg-popover-foreground\/35:focus {
  background-color: hsl(222.2 84% 4.9% / 0.35);
}
.focus\:bg-popover-foreground\/40:focus {
  background-color: hsl(222.2 84% 4.9% / 0.4);
}
.focus\:bg-popover-foreground\/45:focus {
  background-color: hsl(222.2 84% 4.9% / 0.45);
}
.focus\:bg-popover-foreground\/5:focus {
  background-color: hsl(222.2 84% 4.9% / 0.05);
}
.focus\:bg-popover-foreground\/50:focus {
  background-color: hsl(222.2 84% 4.9% / 0.5);
}
.focus\:bg-popover-foreground\/55:focus {
  background-color: hsl(222.2 84% 4.9% / 0.55);
}
.focus\:bg-popover-foreground\/60:focus {
  background-color: hsl(222.2 84% 4.9% / 0.6);
}
.focus\:bg-popover-foreground\/65:focus {
  background-color: hsl(222.2 84% 4.9% / 0.65);
}
.focus\:bg-popover-foreground\/70:focus {
  background-color: hsl(222.2 84% 4.9% / 0.7);
}
.focus\:bg-popover-foreground\/75:focus {
  background-color: hsl(222.2 84% 4.9% / 0.75);
}
.focus\:bg-popover-foreground\/80:focus {
  background-color: hsl(222.2 84% 4.9% / 0.8);
}
.focus\:bg-popover-foreground\/85:focus {
  background-color: hsl(222.2 84% 4.9% / 0.85);
}
.focus\:bg-popover-foreground\/90:focus {
  background-color: hsl(222.2 84% 4.9% / 0.9);
}
.focus\:bg-popover-foreground\/95:focus {
  background-color: hsl(222.2 84% 4.9% / 0.95);
}
.focus\:bg-popover\/0:focus {
  background-color: hsl(0 0% 100% / 0);
}
.focus\:bg-popover\/10:focus {
  background-color: hsl(0 0% 100% / 0.1);
}
.focus\:bg-popover\/100:focus {
  background-color: hsl(0 0% 100% / 1);
}
.focus\:bg-popover\/15:focus {
  background-color: hsl(0 0% 100% / 0.15);
}
.focus\:bg-popover\/20:focus {
  background-color: hsl(0 0% 100% / 0.2);
}
.focus\:bg-popover\/25:focus {
  background-color: hsl(0 0% 100% / 0.25);
}
.focus\:bg-popover\/30:focus {
  background-color: hsl(0 0% 100% / 0.3);
}
.focus\:bg-popover\/35:focus {
  background-color: hsl(0 0% 100% / 0.35);
}
.focus\:bg-popover\/40:focus {
  background-color: hsl(0 0% 100% / 0.4);
}
.focus\:bg-popover\/45:focus {
  background-color: hsl(0 0% 100% / 0.45);
}
.focus\:bg-popover\/5:focus {
  background-color: hsl(0 0% 100% / 0.05);
}
.focus\:bg-popover\/50:focus {
  background-color: hsl(0 0% 100% / 0.5);
}
.focus\:bg-popover\/55:focus {
  background-color: hsl(0 0% 100% / 0.55);
}
.focus\:bg-popover\/60:focus {
  background-color: hsl(0 0% 100% / 0.6);
}
.focus\:bg-popover\/65:focus {
  background-color: hsl(0 0% 100% / 0.65);
}
.focus\:bg-popover\/70:focus {
  background-color: hsl(0 0% 100% / 0.7);
}
.focus\:bg-popover\/75:focus {
  background-color: hsl(0 0% 100% / 0.75);
}
.focus\:bg-popover\/80:focus {
  background-color: hsl(0 0% 100% / 0.8);
}
.focus\:bg-popover\/85:focus {
  background-color: hsl(0 0% 100% / 0.85);
}
.focus\:bg-popover\/90:focus {
  background-color: hsl(0 0% 100% / 0.9);
}
.focus\:bg-popover\/95:focus {
  background-color: hsl(0 0% 100% / 0.95);
}
.focus\:bg-primary:focus {
  --tw-bg-opacity: 1;
  background-color: hsl(221.2 83.2% 53.3% / var(--tw-bg-opacity, 1));
}
.focus\:bg-primary-foreground:focus {
  --tw-bg-opacity: 1;
  background-color: hsl(210 40% 98% / var(--tw-bg-opacity, 1));
}
.focus\:bg-primary-foreground\/0:focus {
  background-color: hsl(210 40% 98% / 0);
}
.focus\:bg-primary-foreground\/10:focus {
  background-color: hsl(210 40% 98% / 0.1);
}
.focus\:bg-primary-foreground\/100:focus {
  background-color: hsl(210 40% 98% / 1);
}
.focus\:bg-primary-foreground\/15:focus {
  background-color: hsl(210 40% 98% / 0.15);
}
.focus\:bg-primary-foreground\/20:focus {
  background-color: hsl(210 40% 98% / 0.2);
}
.focus\:bg-primary-foreground\/25:focus {
  background-color: hsl(210 40% 98% / 0.25);
}
.focus\:bg-primary-foreground\/30:focus {
  background-color: hsl(210 40% 98% / 0.3);
}
.focus\:bg-primary-foreground\/35:focus {
  background-color: hsl(210 40% 98% / 0.35);
}
.focus\:bg-primary-foreground\/40:focus {
  background-color: hsl(210 40% 98% / 0.4);
}
.focus\:bg-primary-foreground\/45:focus {
  background-color: hsl(210 40% 98% / 0.45);
}
.focus\:bg-primary-foreground\/5:focus {
  background-color: hsl(210 40% 98% / 0.05);
}
.focus\:bg-primary-foreground\/50:focus {
  background-color: hsl(210 40% 98% / 0.5);
}
.focus\:bg-primary-foreground\/55:focus {
  background-color: hsl(210 40% 98% / 0.55);
}
.focus\:bg-primary-foreground\/60:focus {
  background-color: hsl(210 40% 98% / 0.6);
}
.focus\:bg-primary-foreground\/65:focus {
  background-color: hsl(210 40% 98% / 0.65);
}
.focus\:bg-primary-foreground\/70:focus {
  background-color: hsl(210 40% 98% / 0.7);
}
.focus\:bg-primary-foreground\/75:focus {
  background-color: hsl(210 40% 98% / 0.75);
}
.focus\:bg-primary-foreground\/80:focus {
  background-color: hsl(210 40% 98% / 0.8);
}
.focus\:bg-primary-foreground\/85:focus {
  background-color: hsl(210 40% 98% / 0.85);
}
.focus\:bg-primary-foreground\/90:focus {
  background-color: hsl(210 40% 98% / 0.9);
}
.focus\:bg-primary-foreground\/95:focus {
  background-color: hsl(210 40% 98% / 0.95);
}
.focus\:bg-primary\/0:focus {
  background-color: hsl(221.2 83.2% 53.3% / 0);
}
.focus\:bg-primary\/10:focus {
  background-color: hsl(221.2 83.2% 53.3% / 0.1);
}
.focus\:bg-primary\/100:focus {
  background-color: hsl(221.2 83.2% 53.3% / 1);
}
.focus\:bg-primary\/15:focus {
  background-color: hsl(221.2 83.2% 53.3% / 0.15);
}
.focus\:bg-primary\/20:focus {
  background-color: hsl(221.2 83.2% 53.3% / 0.2);
}
.focus\:bg-primary\/25:focus {
  background-color: hsl(221.2 83.2% 53.3% / 0.25);
}
.focus\:bg-primary\/30:focus {
  background-color: hsl(221.2 83.2% 53.3% / 0.3);
}
.focus\:bg-primary\/35:focus {
  background-color: hsl(221.2 83.2% 53.3% / 0.35);
}
.focus\:bg-primary\/40:focus {
  background-color: hsl(221.2 83.2% 53.3% / 0.4);
}
.focus\:bg-primary\/45:focus {
  background-color: hsl(221.2 83.2% 53.3% / 0.45);
}
.focus\:bg-primary\/5:focus {
  background-color: hsl(221.2 83.2% 53.3% / 0.05);
}
.focus\:bg-primary\/50:focus {
  background-color: hsl(221.2 83.2% 53.3% / 0.5);
}
.focus\:bg-primary\/55:focus {
  background-color: hsl(221.2 83.2% 53.3% / 0.55);
}
.focus\:bg-primary\/60:focus {
  background-color: hsl(221.2 83.2% 53.3% / 0.6);
}
.focus\:bg-primary\/65:focus {
  background-color: hsl(221.2 83.2% 53.3% / 0.65);
}
.focus\:bg-primary\/70:focus {
  background-color: hsl(221.2 83.2% 53.3% / 0.7);
}
.focus\:bg-primary\/75:focus {
  background-color: hsl(221.2 83.2% 53.3% / 0.75);
}
.focus\:bg-primary\/80:focus {
  background-color: hsl(221.2 83.2% 53.3% / 0.8);
}
.focus\:bg-primary\/85:focus {
  background-color: hsl(221.2 83.2% 53.3% / 0.85);
}
.focus\:bg-primary\/90:focus {
  background-color: hsl(221.2 83.2% 53.3% / 0.9);
}
.focus\:bg-primary\/95:focus {
  background-color: hsl(221.2 83.2% 53.3% / 0.95);
}
.focus\:bg-ring:focus {
  --tw-bg-opacity: 1;
  background-color: hsl(221.2 83.2% 53.3% / var(--tw-bg-opacity, 1));
}
.focus\:bg-ring\/0:focus {
  background-color: hsl(221.2 83.2% 53.3% / 0);
}
.focus\:bg-ring\/10:focus {
  background-color: hsl(221.2 83.2% 53.3% / 0.1);
}
.focus\:bg-ring\/100:focus {
  background-color: hsl(221.2 83.2% 53.3% / 1);
}
.focus\:bg-ring\/15:focus {
  background-color: hsl(221.2 83.2% 53.3% / 0.15);
}
.focus\:bg-ring\/20:focus {
  background-color: hsl(221.2 83.2% 53.3% / 0.2);
}
.focus\:bg-ring\/25:focus {
  background-color: hsl(221.2 83.2% 53.3% / 0.25);
}
.focus\:bg-ring\/30:focus {
  background-color: hsl(221.2 83.2% 53.3% / 0.3);
}
.focus\:bg-ring\/35:focus {
  background-color: hsl(221.2 83.2% 53.3% / 0.35);
}
.focus\:bg-ring\/40:focus {
  background-color: hsl(221.2 83.2% 53.3% / 0.4);
}
.focus\:bg-ring\/45:focus {
  background-color: hsl(221.2 83.2% 53.3% / 0.45);
}
.focus\:bg-ring\/5:focus {
  background-color: hsl(221.2 83.2% 53.3% / 0.05);
}
.focus\:bg-ring\/50:focus {
  background-color: hsl(221.2 83.2% 53.3% / 0.5);
}
.focus\:bg-ring\/55:focus {
  background-color: hsl(221.2 83.2% 53.3% / 0.55);
}
.focus\:bg-ring\/60:focus {
  background-color: hsl(221.2 83.2% 53.3% / 0.6);
}
.focus\:bg-ring\/65:focus {
  background-color: hsl(221.2 83.2% 53.3% / 0.65);
}
.focus\:bg-ring\/70:focus {
  background-color: hsl(221.2 83.2% 53.3% / 0.7);
}
.focus\:bg-ring\/75:focus {
  background-color: hsl(221.2 83.2% 53.3% / 0.75);
}
.focus\:bg-ring\/80:focus {
  background-color: hsl(221.2 83.2% 53.3% / 0.8);
}
.focus\:bg-ring\/85:focus {
  background-color: hsl(221.2 83.2% 53.3% / 0.85);
}
.focus\:bg-ring\/90:focus {
  background-color: hsl(221.2 83.2% 53.3% / 0.9);
}
.focus\:bg-ring\/95:focus {
  background-color: hsl(221.2 83.2% 53.3% / 0.95);
}
.focus\:bg-secondary:focus {
  --tw-bg-opacity: 1;
  background-color: hsl(210 40% 96% / var(--tw-bg-opacity, 1));
}
.focus\:bg-secondary-foreground:focus {
  --tw-bg-opacity: 1;
  background-color: hsl(222.2 84% 4.9% / var(--tw-bg-opacity, 1));
}
.focus\:bg-secondary-foreground\/0:focus {
  background-color: hsl(222.2 84% 4.9% / 0);
}
.focus\:bg-secondary-foreground\/10:focus {
  background-color: hsl(222.2 84% 4.9% / 0.1);
}
.focus\:bg-secondary-foreground\/100:focus {
  background-color: hsl(222.2 84% 4.9% / 1);
}
.focus\:bg-secondary-foreground\/15:focus {
  background-color: hsl(222.2 84% 4.9% / 0.15);
}
.focus\:bg-secondary-foreground\/20:focus {
  background-color: hsl(222.2 84% 4.9% / 0.2);
}
.focus\:bg-secondary-foreground\/25:focus {
  background-color: hsl(222.2 84% 4.9% / 0.25);
}
.focus\:bg-secondary-foreground\/30:focus {
  background-color: hsl(222.2 84% 4.9% / 0.3);
}
.focus\:bg-secondary-foreground\/35:focus {
  background-color: hsl(222.2 84% 4.9% / 0.35);
}
.focus\:bg-secondary-foreground\/40:focus {
  background-color: hsl(222.2 84% 4.9% / 0.4);
}
.focus\:bg-secondary-foreground\/45:focus {
  background-color: hsl(222.2 84% 4.9% / 0.45);
}
.focus\:bg-secondary-foreground\/5:focus {
  background-color: hsl(222.2 84% 4.9% / 0.05);
}
.focus\:bg-secondary-foreground\/50:focus {
  background-color: hsl(222.2 84% 4.9% / 0.5);
}
.focus\:bg-secondary-foreground\/55:focus {
  background-color: hsl(222.2 84% 4.9% / 0.55);
}
.focus\:bg-secondary-foreground\/60:focus {
  background-color: hsl(222.2 84% 4.9% / 0.6);
}
.focus\:bg-secondary-foreground\/65:focus {
  background-color: hsl(222.2 84% 4.9% / 0.65);
}
.focus\:bg-secondary-foreground\/70:focus {
  background-color: hsl(222.2 84% 4.9% / 0.7);
}
.focus\:bg-secondary-foreground\/75:focus {
  background-color: hsl(222.2 84% 4.9% / 0.75);
}
.focus\:bg-secondary-foreground\/80:focus {
  background-color: hsl(222.2 84% 4.9% / 0.8);
}
.focus\:bg-secondary-foreground\/85:focus {
  background-color: hsl(222.2 84% 4.9% / 0.85);
}
.focus\:bg-secondary-foreground\/90:focus {
  background-color: hsl(222.2 84% 4.9% / 0.9);
}
.focus\:bg-secondary-foreground\/95:focus {
  background-color: hsl(222.2 84% 4.9% / 0.95);
}
.focus\:bg-secondary\/0:focus {
  background-color: hsl(210 40% 96% / 0);
}
.focus\:bg-secondary\/10:focus {
  background-color: hsl(210 40% 96% / 0.1);
}
.focus\:bg-secondary\/100:focus {
  background-color: hsl(210 40% 96% / 1);
}
.focus\:bg-secondary\/15:focus {
  background-color: hsl(210 40% 96% / 0.15);
}
.focus\:bg-secondary\/20:focus {
  background-color: hsl(210 40% 96% / 0.2);
}
.focus\:bg-secondary\/25:focus {
  background-color: hsl(210 40% 96% / 0.25);
}
.focus\:bg-secondary\/30:focus {
  background-color: hsl(210 40% 96% / 0.3);
}
.focus\:bg-secondary\/35:focus {
  background-color: hsl(210 40% 96% / 0.35);
}
.focus\:bg-secondary\/40:focus {
  background-color: hsl(210 40% 96% / 0.4);
}
.focus\:bg-secondary\/45:focus {
  background-color: hsl(210 40% 96% / 0.45);
}
.focus\:bg-secondary\/5:focus {
  background-color: hsl(210 40% 96% / 0.05);
}
.focus\:bg-secondary\/50:focus {
  background-color: hsl(210 40% 96% / 0.5);
}
.focus\:bg-secondary\/55:focus {
  background-color: hsl(210 40% 96% / 0.55);
}
.focus\:bg-secondary\/60:focus {
  background-color: hsl(210 40% 96% / 0.6);
}
.focus\:bg-secondary\/65:focus {
  background-color: hsl(210 40% 96% / 0.65);
}
.focus\:bg-secondary\/70:focus {
  background-color: hsl(210 40% 96% / 0.7);
}
.focus\:bg-secondary\/75:focus {
  background-color: hsl(210 40% 96% / 0.75);
}
.focus\:bg-secondary\/80:focus {
  background-color: hsl(210 40% 96% / 0.8);
}
.focus\:bg-secondary\/85:focus {
  background-color: hsl(210 40% 96% / 0.85);
}
.focus\:bg-secondary\/90:focus {
  background-color: hsl(210 40% 96% / 0.9);
}
.focus\:bg-secondary\/95:focus {
  background-color: hsl(210 40% 96% / 0.95);
}
.focus\:text-accent:focus {
  --tw-text-opacity: 1;
  color: hsl(210 40% 96% / var(--tw-text-opacity, 1));
}
.focus\:text-accent-foreground:focus {
  --tw-text-opacity: 1;
  color: hsl(222.2 84% 4.9% / var(--tw-text-opacity, 1));
}
.focus\:text-accent-foreground\/0:focus {
  color: hsl(222.2 84% 4.9% / 0);
}
.focus\:text-accent-foreground\/10:focus {
  color: hsl(222.2 84% 4.9% / 0.1);
}
.focus\:text-accent-foreground\/100:focus {
  color: hsl(222.2 84% 4.9% / 1);
}
.focus\:text-accent-foreground\/15:focus {
  color: hsl(222.2 84% 4.9% / 0.15);
}
.focus\:text-accent-foreground\/20:focus {
  color: hsl(222.2 84% 4.9% / 0.2);
}
.focus\:text-accent-foreground\/25:focus {
  color: hsl(222.2 84% 4.9% / 0.25);
}
.focus\:text-accent-foreground\/30:focus {
  color: hsl(222.2 84% 4.9% / 0.3);
}
.focus\:text-accent-foreground\/35:focus {
  color: hsl(222.2 84% 4.9% / 0.35);
}
.focus\:text-accent-foreground\/40:focus {
  color: hsl(222.2 84% 4.9% / 0.4);
}
.focus\:text-accent-foreground\/45:focus {
  color: hsl(222.2 84% 4.9% / 0.45);
}
.focus\:text-accent-foreground\/5:focus {
  color: hsl(222.2 84% 4.9% / 0.05);
}
.focus\:text-accent-foreground\/50:focus {
  color: hsl(222.2 84% 4.9% / 0.5);
}
.focus\:text-accent-foreground\/55:focus {
  color: hsl(222.2 84% 4.9% / 0.55);
}
.focus\:text-accent-foreground\/60:focus {
  color: hsl(222.2 84% 4.9% / 0.6);
}
.focus\:text-accent-foreground\/65:focus {
  color: hsl(222.2 84% 4.9% / 0.65);
}
.focus\:text-accent-foreground\/70:focus {
  color: hsl(222.2 84% 4.9% / 0.7);
}
.focus\:text-accent-foreground\/75:focus {
  color: hsl(222.2 84% 4.9% / 0.75);
}
.focus\:text-accent-foreground\/80:focus {
  color: hsl(222.2 84% 4.9% / 0.8);
}
.focus\:text-accent-foreground\/85:focus {
  color: hsl(222.2 84% 4.9% / 0.85);
}
.focus\:text-accent-foreground\/90:focus {
  color: hsl(222.2 84% 4.9% / 0.9);
}
.focus\:text-accent-foreground\/95:focus {
  color: hsl(222.2 84% 4.9% / 0.95);
}
.focus\:text-accent\/0:focus {
  color: hsl(210 40% 96% / 0);
}
.focus\:text-accent\/10:focus {
  color: hsl(210 40% 96% / 0.1);
}
.focus\:text-accent\/100:focus {
  color: hsl(210 40% 96% / 1);
}
.focus\:text-accent\/15:focus {
  color: hsl(210 40% 96% / 0.15);
}
.focus\:text-accent\/20:focus {
  color: hsl(210 40% 96% / 0.2);
}
.focus\:text-accent\/25:focus {
  color: hsl(210 40% 96% / 0.25);
}
.focus\:text-accent\/30:focus {
  color: hsl(210 40% 96% / 0.3);
}
.focus\:text-accent\/35:focus {
  color: hsl(210 40% 96% / 0.35);
}
.focus\:text-accent\/40:focus {
  color: hsl(210 40% 96% / 0.4);
}
.focus\:text-accent\/45:focus {
  color: hsl(210 40% 96% / 0.45);
}
.focus\:text-accent\/5:focus {
  color: hsl(210 40% 96% / 0.05);
}
.focus\:text-accent\/50:focus {
  color: hsl(210 40% 96% / 0.5);
}
.focus\:text-accent\/55:focus {
  color: hsl(210 40% 96% / 0.55);
}
.focus\:text-accent\/60:focus {
  color: hsl(210 40% 96% / 0.6);
}
.focus\:text-accent\/65:focus {
  color: hsl(210 40% 96% / 0.65);
}
.focus\:text-accent\/70:focus {
  color: hsl(210 40% 96% / 0.7);
}
.focus\:text-accent\/75:focus {
  color: hsl(210 40% 96% / 0.75);
}
.focus\:text-accent\/80:focus {
  color: hsl(210 40% 96% / 0.8);
}
.focus\:text-accent\/85:focus {
  color: hsl(210 40% 96% / 0.85);
}
.focus\:text-accent\/90:focus {
  color: hsl(210 40% 96% / 0.9);
}
.focus\:text-accent\/95:focus {
  color: hsl(210 40% 96% / 0.95);
}
.focus\:text-background:focus {
  --tw-text-opacity: 1;
  color: hsl(0 0% 100% / var(--tw-text-opacity, 1));
}
.focus\:text-background\/0:focus {
  color: hsl(0 0% 100% / 0);
}
.focus\:text-background\/10:focus {
  color: hsl(0 0% 100% / 0.1);
}
.focus\:text-background\/100:focus {
  color: hsl(0 0% 100% / 1);
}
.focus\:text-background\/15:focus {
  color: hsl(0 0% 100% / 0.15);
}
.focus\:text-background\/20:focus {
  color: hsl(0 0% 100% / 0.2);
}
.focus\:text-background\/25:focus {
  color: hsl(0 0% 100% / 0.25);
}
.focus\:text-background\/30:focus {
  color: hsl(0 0% 100% / 0.3);
}
.focus\:text-background\/35:focus {
  color: hsl(0 0% 100% / 0.35);
}
.focus\:text-background\/40:focus {
  color: hsl(0 0% 100% / 0.4);
}
.focus\:text-background\/45:focus {
  color: hsl(0 0% 100% / 0.45);
}
.focus\:text-background\/5:focus {
  color: hsl(0 0% 100% / 0.05);
}
.focus\:text-background\/50:focus {
  color: hsl(0 0% 100% / 0.5);
}
.focus\:text-background\/55:focus {
  color: hsl(0 0% 100% / 0.55);
}
.focus\:text-background\/60:focus {
  color: hsl(0 0% 100% / 0.6);
}
.focus\:text-background\/65:focus {
  color: hsl(0 0% 100% / 0.65);
}
.focus\:text-background\/70:focus {
  color: hsl(0 0% 100% / 0.7);
}
.focus\:text-background\/75:focus {
  color: hsl(0 0% 100% / 0.75);
}
.focus\:text-background\/80:focus {
  color: hsl(0 0% 100% / 0.8);
}
.focus\:text-background\/85:focus {
  color: hsl(0 0% 100% / 0.85);
}
.focus\:text-background\/90:focus {
  color: hsl(0 0% 100% / 0.9);
}
.focus\:text-background\/95:focus {
  color: hsl(0 0% 100% / 0.95);
}
.focus\:text-border:focus {
  --tw-text-opacity: 1;
  color: hsl(214.3 31.8% 91.4% / var(--tw-text-opacity, 1));
}
.focus\:text-border\/0:focus {
  color: hsl(214.3 31.8% 91.4% / 0);
}
.focus\:text-border\/10:focus {
  color: hsl(214.3 31.8% 91.4% / 0.1);
}
.focus\:text-border\/100:focus {
  color: hsl(214.3 31.8% 91.4% / 1);
}
.focus\:text-border\/15:focus {
  color: hsl(214.3 31.8% 91.4% / 0.15);
}
.focus\:text-border\/20:focus {
  color: hsl(214.3 31.8% 91.4% / 0.2);
}
.focus\:text-border\/25:focus {
  color: hsl(214.3 31.8% 91.4% / 0.25);
}
.focus\:text-border\/30:focus {
  color: hsl(214.3 31.8% 91.4% / 0.3);
}
.focus\:text-border\/35:focus {
  color: hsl(214.3 31.8% 91.4% / 0.35);
}
.focus\:text-border\/40:focus {
  color: hsl(214.3 31.8% 91.4% / 0.4);
}
.focus\:text-border\/45:focus {
  color: hsl(214.3 31.8% 91.4% / 0.45);
}
.focus\:text-border\/5:focus {
  color: hsl(214.3 31.8% 91.4% / 0.05);
}
.focus\:text-border\/50:focus {
  color: hsl(214.3 31.8% 91.4% / 0.5);
}
.focus\:text-border\/55:focus {
  color: hsl(214.3 31.8% 91.4% / 0.55);
}
.focus\:text-border\/60:focus {
  color: hsl(214.3 31.8% 91.4% / 0.6);
}
.focus\:text-border\/65:focus {
  color: hsl(214.3 31.8% 91.4% / 0.65);
}
.focus\:text-border\/70:focus {
  color: hsl(214.3 31.8% 91.4% / 0.7);
}
.focus\:text-border\/75:focus {
  color: hsl(214.3 31.8% 91.4% / 0.75);
}
.focus\:text-border\/80:focus {
  color: hsl(214.3 31.8% 91.4% / 0.8);
}
.focus\:text-border\/85:focus {
  color: hsl(214.3 31.8% 91.4% / 0.85);
}
.focus\:text-border\/90:focus {
  color: hsl(214.3 31.8% 91.4% / 0.9);
}
.focus\:text-border\/95:focus {
  color: hsl(214.3 31.8% 91.4% / 0.95);
}
.focus\:text-card:focus {
  --tw-text-opacity: 1;
  color: hsl(0 0% 100% / var(--tw-text-opacity, 1));
}
.focus\:text-card-foreground:focus {
  --tw-text-opacity: 1;
  color: hsl(222.2 84% 4.9% / var(--tw-text-opacity, 1));
}
.focus\:text-card-foreground\/0:focus {
  color: hsl(222.2 84% 4.9% / 0);
}
.focus\:text-card-foreground\/10:focus {
  color: hsl(222.2 84% 4.9% / 0.1);
}
.focus\:text-card-foreground\/100:focus {
  color: hsl(222.2 84% 4.9% / 1);
}
.focus\:text-card-foreground\/15:focus {
  color: hsl(222.2 84% 4.9% / 0.15);
}
.focus\:text-card-foreground\/20:focus {
  color: hsl(222.2 84% 4.9% / 0.2);
}
.focus\:text-card-foreground\/25:focus {
  color: hsl(222.2 84% 4.9% / 0.25);
}
.focus\:text-card-foreground\/30:focus {
  color: hsl(222.2 84% 4.9% / 0.3);
}
.focus\:text-card-foreground\/35:focus {
  color: hsl(222.2 84% 4.9% / 0.35);
}
.focus\:text-card-foreground\/40:focus {
  color: hsl(222.2 84% 4.9% / 0.4);
}
.focus\:text-card-foreground\/45:focus {
  color: hsl(222.2 84% 4.9% / 0.45);
}
.focus\:text-card-foreground\/5:focus {
  color: hsl(222.2 84% 4.9% / 0.05);
}
.focus\:text-card-foreground\/50:focus {
  color: hsl(222.2 84% 4.9% / 0.5);
}
.focus\:text-card-foreground\/55:focus {
  color: hsl(222.2 84% 4.9% / 0.55);
}
.focus\:text-card-foreground\/60:focus {
  color: hsl(222.2 84% 4.9% / 0.6);
}
.focus\:text-card-foreground\/65:focus {
  color: hsl(222.2 84% 4.9% / 0.65);
}
.focus\:text-card-foreground\/70:focus {
  color: hsl(222.2 84% 4.9% / 0.7);
}
.focus\:text-card-foreground\/75:focus {
  color: hsl(222.2 84% 4.9% / 0.75);
}
.focus\:text-card-foreground\/80:focus {
  color: hsl(222.2 84% 4.9% / 0.8);
}
.focus\:text-card-foreground\/85:focus {
  color: hsl(222.2 84% 4.9% / 0.85);
}
.focus\:text-card-foreground\/90:focus {
  color: hsl(222.2 84% 4.9% / 0.9);
}
.focus\:text-card-foreground\/95:focus {
  color: hsl(222.2 84% 4.9% / 0.95);
}
.focus\:text-card\/0:focus {
  color: hsl(0 0% 100% / 0);
}
.focus\:text-card\/10:focus {
  color: hsl(0 0% 100% / 0.1);
}
.focus\:text-card\/100:focus {
  color: hsl(0 0% 100% / 1);
}
.focus\:text-card\/15:focus {
  color: hsl(0 0% 100% / 0.15);
}
.focus\:text-card\/20:focus {
  color: hsl(0 0% 100% / 0.2);
}
.focus\:text-card\/25:focus {
  color: hsl(0 0% 100% / 0.25);
}
.focus\:text-card\/30:focus {
  color: hsl(0 0% 100% / 0.3);
}
.focus\:text-card\/35:focus {
  color: hsl(0 0% 100% / 0.35);
}
.focus\:text-card\/40:focus {
  color: hsl(0 0% 100% / 0.4);
}
.focus\:text-card\/45:focus {
  color: hsl(0 0% 100% / 0.45);
}
.focus\:text-card\/5:focus {
  color: hsl(0 0% 100% / 0.05);
}
.focus\:text-card\/50:focus {
  color: hsl(0 0% 100% / 0.5);
}
.focus\:text-card\/55:focus {
  color: hsl(0 0% 100% / 0.55);
}
.focus\:text-card\/60:focus {
  color: hsl(0 0% 100% / 0.6);
}
.focus\:text-card\/65:focus {
  color: hsl(0 0% 100% / 0.65);
}
.focus\:text-card\/70:focus {
  color: hsl(0 0% 100% / 0.7);
}
.focus\:text-card\/75:focus {
  color: hsl(0 0% 100% / 0.75);
}
.focus\:text-card\/80:focus {
  color: hsl(0 0% 100% / 0.8);
}
.focus\:text-card\/85:focus {
  color: hsl(0 0% 100% / 0.85);
}
.focus\:text-card\/90:focus {
  color: hsl(0 0% 100% / 0.9);
}
.focus\:text-card\/95:focus {
  color: hsl(0 0% 100% / 0.95);
}
.focus\:text-destructive:focus {
  --tw-text-opacity: 1;
  color: hsl(0 84.2% 60.2% / var(--tw-text-opacity, 1));
}
.focus\:text-destructive-foreground:focus {
  --tw-text-opacity: 1;
  color: hsl(210 40% 98% / var(--tw-text-opacity, 1));
}
.focus\:text-destructive-foreground\/0:focus {
  color: hsl(210 40% 98% / 0);
}
.focus\:text-destructive-foreground\/10:focus {
  color: hsl(210 40% 98% / 0.1);
}
.focus\:text-destructive-foreground\/100:focus {
  color: hsl(210 40% 98% / 1);
}
.focus\:text-destructive-foreground\/15:focus {
  color: hsl(210 40% 98% / 0.15);
}
.focus\:text-destructive-foreground\/20:focus {
  color: hsl(210 40% 98% / 0.2);
}
.focus\:text-destructive-foreground\/25:focus {
  color: hsl(210 40% 98% / 0.25);
}
.focus\:text-destructive-foreground\/30:focus {
  color: hsl(210 40% 98% / 0.3);
}
.focus\:text-destructive-foreground\/35:focus {
  color: hsl(210 40% 98% / 0.35);
}
.focus\:text-destructive-foreground\/40:focus {
  color: hsl(210 40% 98% / 0.4);
}
.focus\:text-destructive-foreground\/45:focus {
  color: hsl(210 40% 98% / 0.45);
}
.focus\:text-destructive-foreground\/5:focus {
  color: hsl(210 40% 98% / 0.05);
}
.focus\:text-destructive-foreground\/50:focus {
  color: hsl(210 40% 98% / 0.5);
}
.focus\:text-destructive-foreground\/55:focus {
  color: hsl(210 40% 98% / 0.55);
}
.focus\:text-destructive-foreground\/60:focus {
  color: hsl(210 40% 98% / 0.6);
}
.focus\:text-destructive-foreground\/65:focus {
  color: hsl(210 40% 98% / 0.65);
}
.focus\:text-destructive-foreground\/70:focus {
  color: hsl(210 40% 98% / 0.7);
}
.focus\:text-destructive-foreground\/75:focus {
  color: hsl(210 40% 98% / 0.75);
}
.focus\:text-destructive-foreground\/80:focus {
  color: hsl(210 40% 98% / 0.8);
}
.focus\:text-destructive-foreground\/85:focus {
  color: hsl(210 40% 98% / 0.85);
}
.focus\:text-destructive-foreground\/90:focus {
  color: hsl(210 40% 98% / 0.9);
}
.focus\:text-destructive-foreground\/95:focus {
  color: hsl(210 40% 98% / 0.95);
}
.focus\:text-destructive\/0:focus {
  color: hsl(0 84.2% 60.2% / 0);
}
.focus\:text-destructive\/10:focus {
  color: hsl(0 84.2% 60.2% / 0.1);
}
.focus\:text-destructive\/100:focus {
  color: hsl(0 84.2% 60.2% / 1);
}
.focus\:text-destructive\/15:focus {
  color: hsl(0 84.2% 60.2% / 0.15);
}
.focus\:text-destructive\/20:focus {
  color: hsl(0 84.2% 60.2% / 0.2);
}
.focus\:text-destructive\/25:focus {
  color: hsl(0 84.2% 60.2% / 0.25);
}
.focus\:text-destructive\/30:focus {
  color: hsl(0 84.2% 60.2% / 0.3);
}
.focus\:text-destructive\/35:focus {
  color: hsl(0 84.2% 60.2% / 0.35);
}
.focus\:text-destructive\/40:focus {
  color: hsl(0 84.2% 60.2% / 0.4);
}
.focus\:text-destructive\/45:focus {
  color: hsl(0 84.2% 60.2% / 0.45);
}
.focus\:text-destructive\/5:focus {
  color: hsl(0 84.2% 60.2% / 0.05);
}
.focus\:text-destructive\/50:focus {
  color: hsl(0 84.2% 60.2% / 0.5);
}
.focus\:text-destructive\/55:focus {
  color: hsl(0 84.2% 60.2% / 0.55);
}
.focus\:text-destructive\/60:focus {
  color: hsl(0 84.2% 60.2% / 0.6);
}
.focus\:text-destructive\/65:focus {
  color: hsl(0 84.2% 60.2% / 0.65);
}
.focus\:text-destructive\/70:focus {
  color: hsl(0 84.2% 60.2% / 0.7);
}
.focus\:text-destructive\/75:focus {
  color: hsl(0 84.2% 60.2% / 0.75);
}
.focus\:text-destructive\/80:focus {
  color: hsl(0 84.2% 60.2% / 0.8);
}
.focus\:text-destructive\/85:focus {
  color: hsl(0 84.2% 60.2% / 0.85);
}
.focus\:text-destructive\/90:focus {
  color: hsl(0 84.2% 60.2% / 0.9);
}
.focus\:text-destructive\/95:focus {
  color: hsl(0 84.2% 60.2% / 0.95);
}
.focus\:text-foreground:focus {
  --tw-text-opacity: 1;
  color: hsl(222.2 84% 4.9% / var(--tw-text-opacity, 1));
}
.focus\:text-foreground\/0:focus {
  color: hsl(222.2 84% 4.9% / 0);
}
.focus\:text-foreground\/10:focus {
  color: hsl(222.2 84% 4.9% / 0.1);
}
.focus\:text-foreground\/100:focus {
  color: hsl(222.2 84% 4.9% / 1);
}
.focus\:text-foreground\/15:focus {
  color: hsl(222.2 84% 4.9% / 0.15);
}
.focus\:text-foreground\/20:focus {
  color: hsl(222.2 84% 4.9% / 0.2);
}
.focus\:text-foreground\/25:focus {
  color: hsl(222.2 84% 4.9% / 0.25);
}
.focus\:text-foreground\/30:focus {
  color: hsl(222.2 84% 4.9% / 0.3);
}
.focus\:text-foreground\/35:focus {
  color: hsl(222.2 84% 4.9% / 0.35);
}
.focus\:text-foreground\/40:focus {
  color: hsl(222.2 84% 4.9% / 0.4);
}
.focus\:text-foreground\/45:focus {
  color: hsl(222.2 84% 4.9% / 0.45);
}
.focus\:text-foreground\/5:focus {
  color: hsl(222.2 84% 4.9% / 0.05);
}
.focus\:text-foreground\/50:focus {
  color: hsl(222.2 84% 4.9% / 0.5);
}
.focus\:text-foreground\/55:focus {
  color: hsl(222.2 84% 4.9% / 0.55);
}
.focus\:text-foreground\/60:focus {
  color: hsl(222.2 84% 4.9% / 0.6);
}
.focus\:text-foreground\/65:focus {
  color: hsl(222.2 84% 4.9% / 0.65);
}
.focus\:text-foreground\/70:focus {
  color: hsl(222.2 84% 4.9% / 0.7);
}
.focus\:text-foreground\/75:focus {
  color: hsl(222.2 84% 4.9% / 0.75);
}
.focus\:text-foreground\/80:focus {
  color: hsl(222.2 84% 4.9% / 0.8);
}
.focus\:text-foreground\/85:focus {
  color: hsl(222.2 84% 4.9% / 0.85);
}
.focus\:text-foreground\/90:focus {
  color: hsl(222.2 84% 4.9% / 0.9);
}
.focus\:text-foreground\/95:focus {
  color: hsl(222.2 84% 4.9% / 0.95);
}
.focus\:text-input:focus {
  --tw-text-opacity: 1;
  color: hsl(214.3 31.8% 91.4% / var(--tw-text-opacity, 1));
}
.focus\:text-input\/0:focus {
  color: hsl(214.3 31.8% 91.4% / 0);
}
.focus\:text-input\/10:focus {
  color: hsl(214.3 31.8% 91.4% / 0.1);
}
.focus\:text-input\/100:focus {
  color: hsl(214.3 31.8% 91.4% / 1);
}
.focus\:text-input\/15:focus {
  color: hsl(214.3 31.8% 91.4% / 0.15);
}
.focus\:text-input\/20:focus {
  color: hsl(214.3 31.8% 91.4% / 0.2);
}
.focus\:text-input\/25:focus {
  color: hsl(214.3 31.8% 91.4% / 0.25);
}
.focus\:text-input\/30:focus {
  color: hsl(214.3 31.8% 91.4% / 0.3);
}
.focus\:text-input\/35:focus {
  color: hsl(214.3 31.8% 91.4% / 0.35);
}
.focus\:text-input\/40:focus {
  color: hsl(214.3 31.8% 91.4% / 0.4);
}
.focus\:text-input\/45:focus {
  color: hsl(214.3 31.8% 91.4% / 0.45);
}
.focus\:text-input\/5:focus {
  color: hsl(214.3 31.8% 91.4% / 0.05);
}
.focus\:text-input\/50:focus {
  color: hsl(214.3 31.8% 91.4% / 0.5);
}
.focus\:text-input\/55:focus {
  color: hsl(214.3 31.8% 91.4% / 0.55);
}
.focus\:text-input\/60:focus {
  color: hsl(214.3 31.8% 91.4% / 0.6);
}
.focus\:text-input\/65:focus {
  color: hsl(214.3 31.8% 91.4% / 0.65);
}
.focus\:text-input\/70:focus {
  color: hsl(214.3 31.8% 91.4% / 0.7);
}
.focus\:text-input\/75:focus {
  color: hsl(214.3 31.8% 91.4% / 0.75);
}
.focus\:text-input\/80:focus {
  color: hsl(214.3 31.8% 91.4% / 0.8);
}
.focus\:text-input\/85:focus {
  color: hsl(214.3 31.8% 91.4% / 0.85);
}
.focus\:text-input\/90:focus {
  color: hsl(214.3 31.8% 91.4% / 0.9);
}
.focus\:text-input\/95:focus {
  color: hsl(214.3 31.8% 91.4% / 0.95);
}
.focus\:text-muted:focus {
  --tw-text-opacity: 1;
  color: hsl(210 40% 96% / var(--tw-text-opacity, 1));
}
.focus\:text-muted-foreground:focus {
  --tw-text-opacity: 1;
  color: hsl(215.4 16.3% 46.9% / var(--tw-text-opacity, 1));
}
.focus\:text-muted-foreground\/0:focus {
  color: hsl(215.4 16.3% 46.9% / 0);
}
.focus\:text-muted-foreground\/10:focus {
  color: hsl(215.4 16.3% 46.9% / 0.1);
}
.focus\:text-muted-foreground\/100:focus {
  color: hsl(215.4 16.3% 46.9% / 1);
}
.focus\:text-muted-foreground\/15:focus {
  color: hsl(215.4 16.3% 46.9% / 0.15);
}
.focus\:text-muted-foreground\/20:focus {
  color: hsl(215.4 16.3% 46.9% / 0.2);
}
.focus\:text-muted-foreground\/25:focus {
  color: hsl(215.4 16.3% 46.9% / 0.25);
}
.focus\:text-muted-foreground\/30:focus {
  color: hsl(215.4 16.3% 46.9% / 0.3);
}
.focus\:text-muted-foreground\/35:focus {
  color: hsl(215.4 16.3% 46.9% / 0.35);
}
.focus\:text-muted-foreground\/40:focus {
  color: hsl(215.4 16.3% 46.9% / 0.4);
}
.focus\:text-muted-foreground\/45:focus {
  color: hsl(215.4 16.3% 46.9% / 0.45);
}
.focus\:text-muted-foreground\/5:focus {
  color: hsl(215.4 16.3% 46.9% / 0.05);
}
.focus\:text-muted-foreground\/50:focus {
  color: hsl(215.4 16.3% 46.9% / 0.5);
}
.focus\:text-muted-foreground\/55:focus {
  color: hsl(215.4 16.3% 46.9% / 0.55);
}
.focus\:text-muted-foreground\/60:focus {
  color: hsl(215.4 16.3% 46.9% / 0.6);
}
.focus\:text-muted-foreground\/65:focus {
  color: hsl(215.4 16.3% 46.9% / 0.65);
}
.focus\:text-muted-foreground\/70:focus {
  color: hsl(215.4 16.3% 46.9% / 0.7);
}
.focus\:text-muted-foreground\/75:focus {
  color: hsl(215.4 16.3% 46.9% / 0.75);
}
.focus\:text-muted-foreground\/80:focus {
  color: hsl(215.4 16.3% 46.9% / 0.8);
}
.focus\:text-muted-foreground\/85:focus {
  color: hsl(215.4 16.3% 46.9% / 0.85);
}
.focus\:text-muted-foreground\/90:focus {
  color: hsl(215.4 16.3% 46.9% / 0.9);
}
.focus\:text-muted-foreground\/95:focus {
  color: hsl(215.4 16.3% 46.9% / 0.95);
}
.focus\:text-muted\/0:focus {
  color: hsl(210 40% 96% / 0);
}
.focus\:text-muted\/10:focus {
  color: hsl(210 40% 96% / 0.1);
}
.focus\:text-muted\/100:focus {
  color: hsl(210 40% 96% / 1);
}
.focus\:text-muted\/15:focus {
  color: hsl(210 40% 96% / 0.15);
}
.focus\:text-muted\/20:focus {
  color: hsl(210 40% 96% / 0.2);
}
.focus\:text-muted\/25:focus {
  color: hsl(210 40% 96% / 0.25);
}
.focus\:text-muted\/30:focus {
  color: hsl(210 40% 96% / 0.3);
}
.focus\:text-muted\/35:focus {
  color: hsl(210 40% 96% / 0.35);
}
.focus\:text-muted\/40:focus {
  color: hsl(210 40% 96% / 0.4);
}
.focus\:text-muted\/45:focus {
  color: hsl(210 40% 96% / 0.45);
}
.focus\:text-muted\/5:focus {
  color: hsl(210 40% 96% / 0.05);
}
.focus\:text-muted\/50:focus {
  color: hsl(210 40% 96% / 0.5);
}
.focus\:text-muted\/55:focus {
  color: hsl(210 40% 96% / 0.55);
}
.focus\:text-muted\/60:focus {
  color: hsl(210 40% 96% / 0.6);
}
.focus\:text-muted\/65:focus {
  color: hsl(210 40% 96% / 0.65);
}
.focus\:text-muted\/70:focus {
  color: hsl(210 40% 96% / 0.7);
}
.focus\:text-muted\/75:focus {
  color: hsl(210 40% 96% / 0.75);
}
.focus\:text-muted\/80:focus {
  color: hsl(210 40% 96% / 0.8);
}
.focus\:text-muted\/85:focus {
  color: hsl(210 40% 96% / 0.85);
}
.focus\:text-muted\/90:focus {
  color: hsl(210 40% 96% / 0.9);
}
.focus\:text-muted\/95:focus {
  color: hsl(210 40% 96% / 0.95);
}
.focus\:text-popover:focus {
  --tw-text-opacity: 1;
  color: hsl(0 0% 100% / var(--tw-text-opacity, 1));
}
.focus\:text-popover-foreground:focus {
  --tw-text-opacity: 1;
  color: hsl(222.2 84% 4.9% / var(--tw-text-opacity, 1));
}
.focus\:text-popover-foreground\/0:focus {
  color: hsl(222.2 84% 4.9% / 0);
}
.focus\:text-popover-foreground\/10:focus {
  color: hsl(222.2 84% 4.9% / 0.1);
}
.focus\:text-popover-foreground\/100:focus {
  color: hsl(222.2 84% 4.9% / 1);
}
.focus\:text-popover-foreground\/15:focus {
  color: hsl(222.2 84% 4.9% / 0.15);
}
.focus\:text-popover-foreground\/20:focus {
  color: hsl(222.2 84% 4.9% / 0.2);
}
.focus\:text-popover-foreground\/25:focus {
  color: hsl(222.2 84% 4.9% / 0.25);
}
.focus\:text-popover-foreground\/30:focus {
  color: hsl(222.2 84% 4.9% / 0.3);
}
.focus\:text-popover-foreground\/35:focus {
  color: hsl(222.2 84% 4.9% / 0.35);
}
.focus\:text-popover-foreground\/40:focus {
  color: hsl(222.2 84% 4.9% / 0.4);
}
.focus\:text-popover-foreground\/45:focus {
  color: hsl(222.2 84% 4.9% / 0.45);
}
.focus\:text-popover-foreground\/5:focus {
  color: hsl(222.2 84% 4.9% / 0.05);
}
.focus\:text-popover-foreground\/50:focus {
  color: hsl(222.2 84% 4.9% / 0.5);
}
.focus\:text-popover-foreground\/55:focus {
  color: hsl(222.2 84% 4.9% / 0.55);
}
.focus\:text-popover-foreground\/60:focus {
  color: hsl(222.2 84% 4.9% / 0.6);
}
.focus\:text-popover-foreground\/65:focus {
  color: hsl(222.2 84% 4.9% / 0.65);
}
.focus\:text-popover-foreground\/70:focus {
  color: hsl(222.2 84% 4.9% / 0.7);
}
.focus\:text-popover-foreground\/75:focus {
  color: hsl(222.2 84% 4.9% / 0.75);
}
.focus\:text-popover-foreground\/80:focus {
  color: hsl(222.2 84% 4.9% / 0.8);
}
.focus\:text-popover-foreground\/85:focus {
  color: hsl(222.2 84% 4.9% / 0.85);
}
.focus\:text-popover-foreground\/90:focus {
  color: hsl(222.2 84% 4.9% / 0.9);
}
.focus\:text-popover-foreground\/95:focus {
  color: hsl(222.2 84% 4.9% / 0.95);
}
.focus\:text-popover\/0:focus {
  color: hsl(0 0% 100% / 0);
}
.focus\:text-popover\/10:focus {
  color: hsl(0 0% 100% / 0.1);
}
.focus\:text-popover\/100:focus {
  color: hsl(0 0% 100% / 1);
}
.focus\:text-popover\/15:focus {
  color: hsl(0 0% 100% / 0.15);
}
.focus\:text-popover\/20:focus {
  color: hsl(0 0% 100% / 0.2);
}
.focus\:text-popover\/25:focus {
  color: hsl(0 0% 100% / 0.25);
}
.focus\:text-popover\/30:focus {
  color: hsl(0 0% 100% / 0.3);
}
.focus\:text-popover\/35:focus {
  color: hsl(0 0% 100% / 0.35);
}
.focus\:text-popover\/40:focus {
  color: hsl(0 0% 100% / 0.4);
}
.focus\:text-popover\/45:focus {
  color: hsl(0 0% 100% / 0.45);
}
.focus\:text-popover\/5:focus {
  color: hsl(0 0% 100% / 0.05);
}
.focus\:text-popover\/50:focus {
  color: hsl(0 0% 100% / 0.5);
}
.focus\:text-popover\/55:focus {
  color: hsl(0 0% 100% / 0.55);
}
.focus\:text-popover\/60:focus {
  color: hsl(0 0% 100% / 0.6);
}
.focus\:text-popover\/65:focus {
  color: hsl(0 0% 100% / 0.65);
}
.focus\:text-popover\/70:focus {
  color: hsl(0 0% 100% / 0.7);
}
.focus\:text-popover\/75:focus {
  color: hsl(0 0% 100% / 0.75);
}
.focus\:text-popover\/80:focus {
  color: hsl(0 0% 100% / 0.8);
}
.focus\:text-popover\/85:focus {
  color: hsl(0 0% 100% / 0.85);
}
.focus\:text-popover\/90:focus {
  color: hsl(0 0% 100% / 0.9);
}
.focus\:text-popover\/95:focus {
  color: hsl(0 0% 100% / 0.95);
}
.focus\:text-primary:focus {
  --tw-text-opacity: 1;
  color: hsl(221.2 83.2% 53.3% / var(--tw-text-opacity, 1));
}
.focus\:text-primary-foreground:focus {
  --tw-text-opacity: 1;
  color: hsl(210 40% 98% / var(--tw-text-opacity, 1));
}
.focus\:text-primary-foreground\/0:focus {
  color: hsl(210 40% 98% / 0);
}
.focus\:text-primary-foreground\/10:focus {
  color: hsl(210 40% 98% / 0.1);
}
.focus\:text-primary-foreground\/100:focus {
  color: hsl(210 40% 98% / 1);
}
.focus\:text-primary-foreground\/15:focus {
  color: hsl(210 40% 98% / 0.15);
}
.focus\:text-primary-foreground\/20:focus {
  color: hsl(210 40% 98% / 0.2);
}
.focus\:text-primary-foreground\/25:focus {
  color: hsl(210 40% 98% / 0.25);
}
.focus\:text-primary-foreground\/30:focus {
  color: hsl(210 40% 98% / 0.3);
}
.focus\:text-primary-foreground\/35:focus {
  color: hsl(210 40% 98% / 0.35);
}
.focus\:text-primary-foreground\/40:focus {
  color: hsl(210 40% 98% / 0.4);
}
.focus\:text-primary-foreground\/45:focus {
  color: hsl(210 40% 98% / 0.45);
}
.focus\:text-primary-foreground\/5:focus {
  color: hsl(210 40% 98% / 0.05);
}
.focus\:text-primary-foreground\/50:focus {
  color: hsl(210 40% 98% / 0.5);
}
.focus\:text-primary-foreground\/55:focus {
  color: hsl(210 40% 98% / 0.55);
}
.focus\:text-primary-foreground\/60:focus {
  color: hsl(210 40% 98% / 0.6);
}
.focus\:text-primary-foreground\/65:focus {
  color: hsl(210 40% 98% / 0.65);
}
.focus\:text-primary-foreground\/70:focus {
  color: hsl(210 40% 98% / 0.7);
}
.focus\:text-primary-foreground\/75:focus {
  color: hsl(210 40% 98% / 0.75);
}
.focus\:text-primary-foreground\/80:focus {
  color: hsl(210 40% 98% / 0.8);
}
.focus\:text-primary-foreground\/85:focus {
  color: hsl(210 40% 98% / 0.85);
}
.focus\:text-primary-foreground\/90:focus {
  color: hsl(210 40% 98% / 0.9);
}
.focus\:text-primary-foreground\/95:focus {
  color: hsl(210 40% 98% / 0.95);
}
.focus\:text-primary\/0:focus {
  color: hsl(221.2 83.2% 53.3% / 0);
}
.focus\:text-primary\/10:focus {
  color: hsl(221.2 83.2% 53.3% / 0.1);
}
.focus\:text-primary\/100:focus {
  color: hsl(221.2 83.2% 53.3% / 1);
}
.focus\:text-primary\/15:focus {
  color: hsl(221.2 83.2% 53.3% / 0.15);
}
.focus\:text-primary\/20:focus {
  color: hsl(221.2 83.2% 53.3% / 0.2);
}
.focus\:text-primary\/25:focus {
  color: hsl(221.2 83.2% 53.3% / 0.25);
}
.focus\:text-primary\/30:focus {
  color: hsl(221.2 83.2% 53.3% / 0.3);
}
.focus\:text-primary\/35:focus {
  color: hsl(221.2 83.2% 53.3% / 0.35);
}
.focus\:text-primary\/40:focus {
  color: hsl(221.2 83.2% 53.3% / 0.4);
}
.focus\:text-primary\/45:focus {
  color: hsl(221.2 83.2% 53.3% / 0.45);
}
.focus\:text-primary\/5:focus {
  color: hsl(221.2 83.2% 53.3% / 0.05);
}
.focus\:text-primary\/50:focus {
  color: hsl(221.2 83.2% 53.3% / 0.5);
}
.focus\:text-primary\/55:focus {
  color: hsl(221.2 83.2% 53.3% / 0.55);
}
.focus\:text-primary\/60:focus {
  color: hsl(221.2 83.2% 53.3% / 0.6);
}
.focus\:text-primary\/65:focus {
  color: hsl(221.2 83.2% 53.3% / 0.65);
}
.focus\:text-primary\/70:focus {
  color: hsl(221.2 83.2% 53.3% / 0.7);
}
.focus\:text-primary\/75:focus {
  color: hsl(221.2 83.2% 53.3% / 0.75);
}
.focus\:text-primary\/80:focus {
  color: hsl(221.2 83.2% 53.3% / 0.8);
}
.focus\:text-primary\/85:focus {
  color: hsl(221.2 83.2% 53.3% / 0.85);
}
.focus\:text-primary\/90:focus {
  color: hsl(221.2 83.2% 53.3% / 0.9);
}
.focus\:text-primary\/95:focus {
  color: hsl(221.2 83.2% 53.3% / 0.95);
}
.focus\:text-ring:focus {
  --tw-text-opacity: 1;
  color: hsl(221.2 83.2% 53.3% / var(--tw-text-opacity, 1));
}
.focus\:text-ring\/0:focus {
  color: hsl(221.2 83.2% 53.3% / 0);
}
.focus\:text-ring\/10:focus {
  color: hsl(221.2 83.2% 53.3% / 0.1);
}
.focus\:text-ring\/100:focus {
  color: hsl(221.2 83.2% 53.3% / 1);
}
.focus\:text-ring\/15:focus {
  color: hsl(221.2 83.2% 53.3% / 0.15);
}
.focus\:text-ring\/20:focus {
  color: hsl(221.2 83.2% 53.3% / 0.2);
}
.focus\:text-ring\/25:focus {
  color: hsl(221.2 83.2% 53.3% / 0.25);
}
.focus\:text-ring\/30:focus {
  color: hsl(221.2 83.2% 53.3% / 0.3);
}
.focus\:text-ring\/35:focus {
  color: hsl(221.2 83.2% 53.3% / 0.35);
}
.focus\:text-ring\/40:focus {
  color: hsl(221.2 83.2% 53.3% / 0.4);
}
.focus\:text-ring\/45:focus {
  color: hsl(221.2 83.2% 53.3% / 0.45);
}
.focus\:text-ring\/5:focus {
  color: hsl(221.2 83.2% 53.3% / 0.05);
}
.focus\:text-ring\/50:focus {
  color: hsl(221.2 83.2% 53.3% / 0.5);
}
.focus\:text-ring\/55:focus {
  color: hsl(221.2 83.2% 53.3% / 0.55);
}
.focus\:text-ring\/60:focus {
  color: hsl(221.2 83.2% 53.3% / 0.6);
}
.focus\:text-ring\/65:focus {
  color: hsl(221.2 83.2% 53.3% / 0.65);
}
.focus\:text-ring\/70:focus {
  color: hsl(221.2 83.2% 53.3% / 0.7);
}
.focus\:text-ring\/75:focus {
  color: hsl(221.2 83.2% 53.3% / 0.75);
}
.focus\:text-ring\/80:focus {
  color: hsl(221.2 83.2% 53.3% / 0.8);
}
.focus\:text-ring\/85:focus {
  color: hsl(221.2 83.2% 53.3% / 0.85);
}
.focus\:text-ring\/90:focus {
  color: hsl(221.2 83.2% 53.3% / 0.9);
}
.focus\:text-ring\/95:focus {
  color: hsl(221.2 83.2% 53.3% / 0.95);
}
.focus\:text-secondary:focus {
  --tw-text-opacity: 1;
  color: hsl(210 40% 96% / var(--tw-text-opacity, 1));
}
.focus\:text-secondary-foreground:focus {
  --tw-text-opacity: 1;
  color: hsl(222.2 84% 4.9% / var(--tw-text-opacity, 1));
}
.focus\:text-secondary-foreground\/0:focus {
  color: hsl(222.2 84% 4.9% / 0);
}
.focus\:text-secondary-foreground\/10:focus {
  color: hsl(222.2 84% 4.9% / 0.1);
}
.focus\:text-secondary-foreground\/100:focus {
  color: hsl(222.2 84% 4.9% / 1);
}
.focus\:text-secondary-foreground\/15:focus {
  color: hsl(222.2 84% 4.9% / 0.15);
}
.focus\:text-secondary-foreground\/20:focus {
  color: hsl(222.2 84% 4.9% / 0.2);
}
.focus\:text-secondary-foreground\/25:focus {
  color: hsl(222.2 84% 4.9% / 0.25);
}
.focus\:text-secondary-foreground\/30:focus {
  color: hsl(222.2 84% 4.9% / 0.3);
}
.focus\:text-secondary-foreground\/35:focus {
  color: hsl(222.2 84% 4.9% / 0.35);
}
.focus\:text-secondary-foreground\/40:focus {
  color: hsl(222.2 84% 4.9% / 0.4);
}
.focus\:text-secondary-foreground\/45:focus {
  color: hsl(222.2 84% 4.9% / 0.45);
}
.focus\:text-secondary-foreground\/5:focus {
  color: hsl(222.2 84% 4.9% / 0.05);
}
.focus\:text-secondary-foreground\/50:focus {
  color: hsl(222.2 84% 4.9% / 0.5);
}
.focus\:text-secondary-foreground\/55:focus {
  color: hsl(222.2 84% 4.9% / 0.55);
}
.focus\:text-secondary-foreground\/60:focus {
  color: hsl(222.2 84% 4.9% / 0.6);
}
.focus\:text-secondary-foreground\/65:focus {
  color: hsl(222.2 84% 4.9% / 0.65);
}
.focus\:text-secondary-foreground\/70:focus {
  color: hsl(222.2 84% 4.9% / 0.7);
}
.focus\:text-secondary-foreground\/75:focus {
  color: hsl(222.2 84% 4.9% / 0.75);
}
.focus\:text-secondary-foreground\/80:focus {
  color: hsl(222.2 84% 4.9% / 0.8);
}
.focus\:text-secondary-foreground\/85:focus {
  color: hsl(222.2 84% 4.9% / 0.85);
}
.focus\:text-secondary-foreground\/90:focus {
  color: hsl(222.2 84% 4.9% / 0.9);
}
.focus\:text-secondary-foreground\/95:focus {
  color: hsl(222.2 84% 4.9% / 0.95);
}
.focus\:text-secondary\/0:focus {
  color: hsl(210 40% 96% / 0);
}
.focus\:text-secondary\/10:focus {
  color: hsl(210 40% 96% / 0.1);
}
.focus\:text-secondary\/100:focus {
  color: hsl(210 40% 96% / 1);
}
.focus\:text-secondary\/15:focus {
  color: hsl(210 40% 96% / 0.15);
}
.focus\:text-secondary\/20:focus {
  color: hsl(210 40% 96% / 0.2);
}
.focus\:text-secondary\/25:focus {
  color: hsl(210 40% 96% / 0.25);
}
.focus\:text-secondary\/30:focus {
  color: hsl(210 40% 96% / 0.3);
}
.focus\:text-secondary\/35:focus {
  color: hsl(210 40% 96% / 0.35);
}
.focus\:text-secondary\/40:focus {
  color: hsl(210 40% 96% / 0.4);
}
.focus\:text-secondary\/45:focus {
  color: hsl(210 40% 96% / 0.45);
}
.focus\:text-secondary\/5:focus {
  color: hsl(210 40% 96% / 0.05);
}
.focus\:text-secondary\/50:focus {
  color: hsl(210 40% 96% / 0.5);
}
.focus\:text-secondary\/55:focus {
  color: hsl(210 40% 96% / 0.55);
}
.focus\:text-secondary\/60:focus {
  color: hsl(210 40% 96% / 0.6);
}
.focus\:text-secondary\/65:focus {
  color: hsl(210 40% 96% / 0.65);
}
.focus\:text-secondary\/70:focus {
  color: hsl(210 40% 96% / 0.7);
}
.focus\:text-secondary\/75:focus {
  color: hsl(210 40% 96% / 0.75);
}
.focus\:text-secondary\/80:focus {
  color: hsl(210 40% 96% / 0.8);
}
.focus\:text-secondary\/85:focus {
  color: hsl(210 40% 96% / 0.85);
}
.focus\:text-secondary\/90:focus {
  color: hsl(210 40% 96% / 0.9);
}
.focus\:text-secondary\/95:focus {
  color: hsl(210 40% 96% / 0.95);
}
.focus\:opacity-100:focus {
  opacity: 1;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-0: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(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-2: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);
}
.focus\:ring-ring:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: hsl(221.2 83.2% 53.3% / var(--tw-ring-opacity, 1));
}
.focus\:ring-offset-0:focus {
  --tw-ring-offset-width: 0px;
}
.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}
.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:ring-2:focus-visible {
  --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);
}
.focus-visible\:ring-destructive:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: hsl(0 84.2% 60.2% / var(--tw-ring-opacity, 1));
}
.focus-visible\:ring-green-500:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1));
}
.focus-visible\:ring-ring:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: hsl(221.2 83.2% 53.3% / var(--tw-ring-opacity, 1));
}
.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}
.active\:border-accent:active {
  --tw-border-opacity: 1;
  border-color: hsl(210 40% 96% / var(--tw-border-opacity, 1));
}
.active\:border-accent-foreground:active {
  --tw-border-opacity: 1;
  border-color: hsl(222.2 84% 4.9% / var(--tw-border-opacity, 1));
}
.active\:border-accent-foreground\/0:active {
  border-color: hsl(222.2 84% 4.9% / 0);
}
.active\:border-accent-foreground\/10:active {
  border-color: hsl(222.2 84% 4.9% / 0.1);
}
.active\:border-accent-foreground\/100:active {
  border-color: hsl(222.2 84% 4.9% / 1);
}
.active\:border-accent-foreground\/15:active {
  border-color: hsl(222.2 84% 4.9% / 0.15);
}
.active\:border-accent-foreground\/20:active {
  border-color: hsl(222.2 84% 4.9% / 0.2);
}
.active\:border-accent-foreground\/25:active {
  border-color: hsl(222.2 84% 4.9% / 0.25);
}
.active\:border-accent-foreground\/30:active {
  border-color: hsl(222.2 84% 4.9% / 0.3);
}
.active\:border-accent-foreground\/35:active {
  border-color: hsl(222.2 84% 4.9% / 0.35);
}
.active\:border-accent-foreground\/40:active {
  border-color: hsl(222.2 84% 4.9% / 0.4);
}
.active\:border-accent-foreground\/45:active {
  border-color: hsl(222.2 84% 4.9% / 0.45);
}
.active\:border-accent-foreground\/5:active {
  border-color: hsl(222.2 84% 4.9% / 0.05);
}
.active\:border-accent-foreground\/50:active {
  border-color: hsl(222.2 84% 4.9% / 0.5);
}
.active\:border-accent-foreground\/55:active {
  border-color: hsl(222.2 84% 4.9% / 0.55);
}
.active\:border-accent-foreground\/60:active {
  border-color: hsl(222.2 84% 4.9% / 0.6);
}
.active\:border-accent-foreground\/65:active {
  border-color: hsl(222.2 84% 4.9% / 0.65);
}
.active\:border-accent-foreground\/70:active {
  border-color: hsl(222.2 84% 4.9% / 0.7);
}
.active\:border-accent-foreground\/75:active {
  border-color: hsl(222.2 84% 4.9% / 0.75);
}
.active\:border-accent-foreground\/80:active {
  border-color: hsl(222.2 84% 4.9% / 0.8);
}
.active\:border-accent-foreground\/85:active {
  border-color: hsl(222.2 84% 4.9% / 0.85);
}
.active\:border-accent-foreground\/90:active {
  border-color: hsl(222.2 84% 4.9% / 0.9);
}
.active\:border-accent-foreground\/95:active {
  border-color: hsl(222.2 84% 4.9% / 0.95);
}
.active\:border-accent\/0:active {
  border-color: hsl(210 40% 96% / 0);
}
.active\:border-accent\/10:active {
  border-color: hsl(210 40% 96% / 0.1);
}
.active\:border-accent\/100:active {
  border-color: hsl(210 40% 96% / 1);
}
.active\:border-accent\/15:active {
  border-color: hsl(210 40% 96% / 0.15);
}
.active\:border-accent\/20:active {
  border-color: hsl(210 40% 96% / 0.2);
}
.active\:border-accent\/25:active {
  border-color: hsl(210 40% 96% / 0.25);
}
.active\:border-accent\/30:active {
  border-color: hsl(210 40% 96% / 0.3);
}
.active\:border-accent\/35:active {
  border-color: hsl(210 40% 96% / 0.35);
}
.active\:border-accent\/40:active {
  border-color: hsl(210 40% 96% / 0.4);
}
.active\:border-accent\/45:active {
  border-color: hsl(210 40% 96% / 0.45);
}
.active\:border-accent\/5:active {
  border-color: hsl(210 40% 96% / 0.05);
}
.active\:border-accent\/50:active {
  border-color: hsl(210 40% 96% / 0.5);
}
.active\:border-accent\/55:active {
  border-color: hsl(210 40% 96% / 0.55);
}
.active\:border-accent\/60:active {
  border-color: hsl(210 40% 96% / 0.6);
}
.active\:border-accent\/65:active {
  border-color: hsl(210 40% 96% / 0.65);
}
.active\:border-accent\/70:active {
  border-color: hsl(210 40% 96% / 0.7);
}
.active\:border-accent\/75:active {
  border-color: hsl(210 40% 96% / 0.75);
}
.active\:border-accent\/80:active {
  border-color: hsl(210 40% 96% / 0.8);
}
.active\:border-accent\/85:active {
  border-color: hsl(210 40% 96% / 0.85);
}
.active\:border-accent\/90:active {
  border-color: hsl(210 40% 96% / 0.9);
}
.active\:border-accent\/95:active {
  border-color: hsl(210 40% 96% / 0.95);
}
.active\:border-background:active {
  --tw-border-opacity: 1;
  border-color: hsl(0 0% 100% / var(--tw-border-opacity, 1));
}
.active\:border-background\/0:active {
  border-color: hsl(0 0% 100% / 0);
}
.active\:border-background\/10:active {
  border-color: hsl(0 0% 100% / 0.1);
}
.active\:border-background\/100:active {
  border-color: hsl(0 0% 100% / 1);
}
.active\:border-background\/15:active {
  border-color: hsl(0 0% 100% / 0.15);
}
.active\:border-background\/20:active {
  border-color: hsl(0 0% 100% / 0.2);
}
.active\:border-background\/25:active {
  border-color: hsl(0 0% 100% / 0.25);
}
.active\:border-background\/30:active {
  border-color: hsl(0 0% 100% / 0.3);
}
.active\:border-background\/35:active {
  border-color: hsl(0 0% 100% / 0.35);
}
.active\:border-background\/40:active {
  border-color: hsl(0 0% 100% / 0.4);
}
.active\:border-background\/45:active {
  border-color: hsl(0 0% 100% / 0.45);
}
.active\:border-background\/5:active {
  border-color: hsl(0 0% 100% / 0.05);
}
.active\:border-background\/50:active {
  border-color: hsl(0 0% 100% / 0.5);
}
.active\:border-background\/55:active {
  border-color: hsl(0 0% 100% / 0.55);
}
.active\:border-background\/60:active {
  border-color: hsl(0 0% 100% / 0.6);
}
.active\:border-background\/65:active {
  border-color: hsl(0 0% 100% / 0.65);
}
.active\:border-background\/70:active {
  border-color: hsl(0 0% 100% / 0.7);
}
.active\:border-background\/75:active {
  border-color: hsl(0 0% 100% / 0.75);
}
.active\:border-background\/80:active {
  border-color: hsl(0 0% 100% / 0.8);
}
.active\:border-background\/85:active {
  border-color: hsl(0 0% 100% / 0.85);
}
.active\:border-background\/90:active {
  border-color: hsl(0 0% 100% / 0.9);
}
.active\:border-background\/95:active {
  border-color: hsl(0 0% 100% / 0.95);
}
.active\:border-border:active {
  --tw-border-opacity: 1;
  border-color: hsl(214.3 31.8% 91.4% / var(--tw-border-opacity, 1));
}
.active\:border-border\/0:active {
  border-color: hsl(214.3 31.8% 91.4% / 0);
}
.active\:border-border\/10:active {
  border-color: hsl(214.3 31.8% 91.4% / 0.1);
}
.active\:border-border\/100:active {
  border-color: hsl(214.3 31.8% 91.4% / 1);
}
.active\:border-border\/15:active {
  border-color: hsl(214.3 31.8% 91.4% / 0.15);
}
.active\:border-border\/20:active {
  border-color: hsl(214.3 31.8% 91.4% / 0.2);
}
.active\:border-border\/25:active {
  border-color: hsl(214.3 31.8% 91.4% / 0.25);
}
.active\:border-border\/30:active {
  border-color: hsl(214.3 31.8% 91.4% / 0.3);
}
.active\:border-border\/35:active {
  border-color: hsl(214.3 31.8% 91.4% / 0.35);
}
.active\:border-border\/40:active {
  border-color: hsl(214.3 31.8% 91.4% / 0.4);
}
.active\:border-border\/45:active {
  border-color: hsl(214.3 31.8% 91.4% / 0.45);
}
.active\:border-border\/5:active {
  border-color: hsl(214.3 31.8% 91.4% / 0.05);
}
.active\:border-border\/50:active {
  border-color: hsl(214.3 31.8% 91.4% / 0.5);
}
.active\:border-border\/55:active {
  border-color: hsl(214.3 31.8% 91.4% / 0.55);
}
.active\:border-border\/60:active {
  border-color: hsl(214.3 31.8% 91.4% / 0.6);
}
.active\:border-border\/65:active {
  border-color: hsl(214.3 31.8% 91.4% / 0.65);
}
.active\:border-border\/70:active {
  border-color: hsl(214.3 31.8% 91.4% / 0.7);
}
.active\:border-border\/75:active {
  border-color: hsl(214.3 31.8% 91.4% / 0.75);
}
.active\:border-border\/80:active {
  border-color: hsl(214.3 31.8% 91.4% / 0.8);
}
.active\:border-border\/85:active {
  border-color: hsl(214.3 31.8% 91.4% / 0.85);
}
.active\:border-border\/90:active {
  border-color: hsl(214.3 31.8% 91.4% / 0.9);
}
.active\:border-border\/95:active {
  border-color: hsl(214.3 31.8% 91.4% / 0.95);
}
.active\:border-card:active {
  --tw-border-opacity: 1;
  border-color: hsl(0 0% 100% / var(--tw-border-opacity, 1));
}
.active\:border-card-foreground:active {
  --tw-border-opacity: 1;
  border-color: hsl(222.2 84% 4.9% / var(--tw-border-opacity, 1));
}
.active\:border-card-foreground\/0:active {
  border-color: hsl(222.2 84% 4.9% / 0);
}
.active\:border-card-foreground\/10:active {
  border-color: hsl(222.2 84% 4.9% / 0.1);
}
.active\:border-card-foreground\/100:active {
  border-color: hsl(222.2 84% 4.9% / 1);
}
.active\:border-card-foreground\/15:active {
  border-color: hsl(222.2 84% 4.9% / 0.15);
}
.active\:border-card-foreground\/20:active {
  border-color: hsl(222.2 84% 4.9% / 0.2);
}
.active\:border-card-foreground\/25:active {
  border-color: hsl(222.2 84% 4.9% / 0.25);
}
.active\:border-card-foreground\/30:active {
  border-color: hsl(222.2 84% 4.9% / 0.3);
}
.active\:border-card-foreground\/35:active {
  border-color: hsl(222.2 84% 4.9% / 0.35);
}
.active\:border-card-foreground\/40:active {
  border-color: hsl(222.2 84% 4.9% / 0.4);
}
.active\:border-card-foreground\/45:active {
  border-color: hsl(222.2 84% 4.9% / 0.45);
}
.active\:border-card-foreground\/5:active {
  border-color: hsl(222.2 84% 4.9% / 0.05);
}
.active\:border-card-foreground\/50:active {
  border-color: hsl(222.2 84% 4.9% / 0.5);
}
.active\:border-card-foreground\/55:active {
  border-color: hsl(222.2 84% 4.9% / 0.55);
}
.active\:border-card-foreground\/60:active {
  border-color: hsl(222.2 84% 4.9% / 0.6);
}
.active\:border-card-foreground\/65:active {
  border-color: hsl(222.2 84% 4.9% / 0.65);
}
.active\:border-card-foreground\/70:active {
  border-color: hsl(222.2 84% 4.9% / 0.7);
}
.active\:border-card-foreground\/75:active {
  border-color: hsl(222.2 84% 4.9% / 0.75);
}
.active\:border-card-foreground\/80:active {
  border-color: hsl(222.2 84% 4.9% / 0.8);
}
.active\:border-card-foreground\/85:active {
  border-color: hsl(222.2 84% 4.9% / 0.85);
}
.active\:border-card-foreground\/90:active {
  border-color: hsl(222.2 84% 4.9% / 0.9);
}
.active\:border-card-foreground\/95:active {
  border-color: hsl(222.2 84% 4.9% / 0.95);
}
.active\:border-card\/0:active {
  border-color: hsl(0 0% 100% / 0);
}
.active\:border-card\/10:active {
  border-color: hsl(0 0% 100% / 0.1);
}
.active\:border-card\/100:active {
  border-color: hsl(0 0% 100% / 1);
}
.active\:border-card\/15:active {
  border-color: hsl(0 0% 100% / 0.15);
}
.active\:border-card\/20:active {
  border-color: hsl(0 0% 100% / 0.2);
}
.active\:border-card\/25:active {
  border-color: hsl(0 0% 100% / 0.25);
}
.active\:border-card\/30:active {
  border-color: hsl(0 0% 100% / 0.3);
}
.active\:border-card\/35:active {
  border-color: hsl(0 0% 100% / 0.35);
}
.active\:border-card\/40:active {
  border-color: hsl(0 0% 100% / 0.4);
}
.active\:border-card\/45:active {
  border-color: hsl(0 0% 100% / 0.45);
}
.active\:border-card\/5:active {
  border-color: hsl(0 0% 100% / 0.05);
}
.active\:border-card\/50:active {
  border-color: hsl(0 0% 100% / 0.5);
}
.active\:border-card\/55:active {
  border-color: hsl(0 0% 100% / 0.55);
}
.active\:border-card\/60:active {
  border-color: hsl(0 0% 100% / 0.6);
}
.active\:border-card\/65:active {
  border-color: hsl(0 0% 100% / 0.65);
}
.active\:border-card\/70:active {
  border-color: hsl(0 0% 100% / 0.7);
}
.active\:border-card\/75:active {
  border-color: hsl(0 0% 100% / 0.75);
}
.active\:border-card\/80:active {
  border-color: hsl(0 0% 100% / 0.8);
}
.active\:border-card\/85:active {
  border-color: hsl(0 0% 100% / 0.85);
}
.active\:border-card\/90:active {
  border-color: hsl(0 0% 100% / 0.9);
}
.active\:border-card\/95:active {
  border-color: hsl(0 0% 100% / 0.95);
}
.active\:border-destructive:active {
  --tw-border-opacity: 1;
  border-color: hsl(0 84.2% 60.2% / var(--tw-border-opacity, 1));
}
.active\:border-destructive-foreground:active {
  --tw-border-opacity: 1;
  border-color: hsl(210 40% 98% / var(--tw-border-opacity, 1));
}
.active\:border-destructive-foreground\/0:active {
  border-color: hsl(210 40% 98% / 0);
}
.active\:border-destructive-foreground\/10:active {
  border-color: hsl(210 40% 98% / 0.1);
}
.active\:border-destructive-foreground\/100:active {
  border-color: hsl(210 40% 98% / 1);
}
.active\:border-destructive-foreground\/15:active {
  border-color: hsl(210 40% 98% / 0.15);
}
.active\:border-destructive-foreground\/20:active {
  border-color: hsl(210 40% 98% / 0.2);
}
.active\:border-destructive-foreground\/25:active {
  border-color: hsl(210 40% 98% / 0.25);
}
.active\:border-destructive-foreground\/30:active {
  border-color: hsl(210 40% 98% / 0.3);
}
.active\:border-destructive-foreground\/35:active {
  border-color: hsl(210 40% 98% / 0.35);
}
.active\:border-destructive-foreground\/40:active {
  border-color: hsl(210 40% 98% / 0.4);
}
.active\:border-destructive-foreground\/45:active {
  border-color: hsl(210 40% 98% / 0.45);
}
.active\:border-destructive-foreground\/5:active {
  border-color: hsl(210 40% 98% / 0.05);
}
.active\:border-destructive-foreground\/50:active {
  border-color: hsl(210 40% 98% / 0.5);
}
.active\:border-destructive-foreground\/55:active {
  border-color: hsl(210 40% 98% / 0.55);
}
.active\:border-destructive-foreground\/60:active {
  border-color: hsl(210 40% 98% / 0.6);
}
.active\:border-destructive-foreground\/65:active {
  border-color: hsl(210 40% 98% / 0.65);
}
.active\:border-destructive-foreground\/70:active {
  border-color: hsl(210 40% 98% / 0.7);
}
.active\:border-destructive-foreground\/75:active {
  border-color: hsl(210 40% 98% / 0.75);
}
.active\:border-destructive-foreground\/80:active {
  border-color: hsl(210 40% 98% / 0.8);
}
.active\:border-destructive-foreground\/85:active {
  border-color: hsl(210 40% 98% / 0.85);
}
.active\:border-destructive-foreground\/90:active {
  border-color: hsl(210 40% 98% / 0.9);
}
.active\:border-destructive-foreground\/95:active {
  border-color: hsl(210 40% 98% / 0.95);
}
.active\:border-destructive\/0:active {
  border-color: hsl(0 84.2% 60.2% / 0);
}
.active\:border-destructive\/10:active {
  border-color: hsl(0 84.2% 60.2% / 0.1);
}
.active\:border-destructive\/100:active {
  border-color: hsl(0 84.2% 60.2% / 1);
}
.active\:border-destructive\/15:active {
  border-color: hsl(0 84.2% 60.2% / 0.15);
}
.active\:border-destructive\/20:active {
  border-color: hsl(0 84.2% 60.2% / 0.2);
}
.active\:border-destructive\/25:active {
  border-color: hsl(0 84.2% 60.2% / 0.25);
}
.active\:border-destructive\/30:active {
  border-color: hsl(0 84.2% 60.2% / 0.3);
}
.active\:border-destructive\/35:active {
  border-color: hsl(0 84.2% 60.2% / 0.35);
}
.active\:border-destructive\/40:active {
  border-color: hsl(0 84.2% 60.2% / 0.4);
}
.active\:border-destructive\/45:active {
  border-color: hsl(0 84.2% 60.2% / 0.45);
}
.active\:border-destructive\/5:active {
  border-color: hsl(0 84.2% 60.2% / 0.05);
}
.active\:border-destructive\/50:active {
  border-color: hsl(0 84.2% 60.2% / 0.5);
}
.active\:border-destructive\/55:active {
  border-color: hsl(0 84.2% 60.2% / 0.55);
}
.active\:border-destructive\/60:active {
  border-color: hsl(0 84.2% 60.2% / 0.6);
}
.active\:border-destructive\/65:active {
  border-color: hsl(0 84.2% 60.2% / 0.65);
}
.active\:border-destructive\/70:active {
  border-color: hsl(0 84.2% 60.2% / 0.7);
}
.active\:border-destructive\/75:active {
  border-color: hsl(0 84.2% 60.2% / 0.75);
}
.active\:border-destructive\/80:active {
  border-color: hsl(0 84.2% 60.2% / 0.8);
}
.active\:border-destructive\/85:active {
  border-color: hsl(0 84.2% 60.2% / 0.85);
}
.active\:border-destructive\/90:active {
  border-color: hsl(0 84.2% 60.2% / 0.9);
}
.active\:border-destructive\/95:active {
  border-color: hsl(0 84.2% 60.2% / 0.95);
}
.active\:border-foreground:active {
  --tw-border-opacity: 1;
  border-color: hsl(222.2 84% 4.9% / var(--tw-border-opacity, 1));
}
.active\:border-foreground\/0:active {
  border-color: hsl(222.2 84% 4.9% / 0);
}
.active\:border-foreground\/10:active {
  border-color: hsl(222.2 84% 4.9% / 0.1);
}
.active\:border-foreground\/100:active {
  border-color: hsl(222.2 84% 4.9% / 1);
}
.active\:border-foreground\/15:active {
  border-color: hsl(222.2 84% 4.9% / 0.15);
}
.active\:border-foreground\/20:active {
  border-color: hsl(222.2 84% 4.9% / 0.2);
}
.active\:border-foreground\/25:active {
  border-color: hsl(222.2 84% 4.9% / 0.25);
}
.active\:border-foreground\/30:active {
  border-color: hsl(222.2 84% 4.9% / 0.3);
}
.active\:border-foreground\/35:active {
  border-color: hsl(222.2 84% 4.9% / 0.35);
}
.active\:border-foreground\/40:active {
  border-color: hsl(222.2 84% 4.9% / 0.4);
}
.active\:border-foreground\/45:active {
  border-color: hsl(222.2 84% 4.9% / 0.45);
}
.active\:border-foreground\/5:active {
  border-color: hsl(222.2 84% 4.9% / 0.05);
}
.active\:border-foreground\/50:active {
  border-color: hsl(222.2 84% 4.9% / 0.5);
}
.active\:border-foreground\/55:active {
  border-color: hsl(222.2 84% 4.9% / 0.55);
}
.active\:border-foreground\/60:active {
  border-color: hsl(222.2 84% 4.9% / 0.6);
}
.active\:border-foreground\/65:active {
  border-color: hsl(222.2 84% 4.9% / 0.65);
}
.active\:border-foreground\/70:active {
  border-color: hsl(222.2 84% 4.9% / 0.7);
}
.active\:border-foreground\/75:active {
  border-color: hsl(222.2 84% 4.9% / 0.75);
}
.active\:border-foreground\/80:active {
  border-color: hsl(222.2 84% 4.9% / 0.8);
}
.active\:border-foreground\/85:active {
  border-color: hsl(222.2 84% 4.9% / 0.85);
}
.active\:border-foreground\/90:active {
  border-color: hsl(222.2 84% 4.9% / 0.9);
}
.active\:border-foreground\/95:active {
  border-color: hsl(222.2 84% 4.9% / 0.95);
}
.active\:border-input:active {
  --tw-border-opacity: 1;
  border-color: hsl(214.3 31.8% 91.4% / var(--tw-border-opacity, 1));
}
.active\:border-input\/0:active {
  border-color: hsl(214.3 31.8% 91.4% / 0);
}
.active\:border-input\/10:active {
  border-color: hsl(214.3 31.8% 91.4% / 0.1);
}
.active\:border-input\/100:active {
  border-color: hsl(214.3 31.8% 91.4% / 1);
}
.active\:border-input\/15:active {
  border-color: hsl(214.3 31.8% 91.4% / 0.15);
}
.active\:border-input\/20:active {
  border-color: hsl(214.3 31.8% 91.4% / 0.2);
}
.active\:border-input\/25:active {
  border-color: hsl(214.3 31.8% 91.4% / 0.25);
}
.active\:border-input\/30:active {
  border-color: hsl(214.3 31.8% 91.4% / 0.3);
}
.active\:border-input\/35:active {
  border-color: hsl(214.3 31.8% 91.4% / 0.35);
}
.active\:border-input\/40:active {
  border-color: hsl(214.3 31.8% 91.4% / 0.4);
}
.active\:border-input\/45:active {
  border-color: hsl(214.3 31.8% 91.4% / 0.45);
}
.active\:border-input\/5:active {
  border-color: hsl(214.3 31.8% 91.4% / 0.05);
}
.active\:border-input\/50:active {
  border-color: hsl(214.3 31.8% 91.4% / 0.5);
}
.active\:border-input\/55:active {
  border-color: hsl(214.3 31.8% 91.4% / 0.55);
}
.active\:border-input\/60:active {
  border-color: hsl(214.3 31.8% 91.4% / 0.6);
}
.active\:border-input\/65:active {
  border-color: hsl(214.3 31.8% 91.4% / 0.65);
}
.active\:border-input\/70:active {
  border-color: hsl(214.3 31.8% 91.4% / 0.7);
}
.active\:border-input\/75:active {
  border-color: hsl(214.3 31.8% 91.4% / 0.75);
}
.active\:border-input\/80:active {
  border-color: hsl(214.3 31.8% 91.4% / 0.8);
}
.active\:border-input\/85:active {
  border-color: hsl(214.3 31.8% 91.4% / 0.85);
}
.active\:border-input\/90:active {
  border-color: hsl(214.3 31.8% 91.4% / 0.9);
}
.active\:border-input\/95:active {
  border-color: hsl(214.3 31.8% 91.4% / 0.95);
}
.active\:border-muted:active {
  --tw-border-opacity: 1;
  border-color: hsl(210 40% 96% / var(--tw-border-opacity, 1));
}
.active\:border-muted-foreground:active {
  --tw-border-opacity: 1;
  border-color: hsl(215.4 16.3% 46.9% / var(--tw-border-opacity, 1));
}
.active\:border-muted-foreground\/0:active {
  border-color: hsl(215.4 16.3% 46.9% / 0);
}
.active\:border-muted-foreground\/10:active {
  border-color: hsl(215.4 16.3% 46.9% / 0.1);
}
.active\:border-muted-foreground\/100:active {
  border-color: hsl(215.4 16.3% 46.9% / 1);
}
.active\:border-muted-foreground\/15:active {
  border-color: hsl(215.4 16.3% 46.9% / 0.15);
}
.active\:border-muted-foreground\/20:active {
  border-color: hsl(215.4 16.3% 46.9% / 0.2);
}
.active\:border-muted-foreground\/25:active {
  border-color: hsl(215.4 16.3% 46.9% / 0.25);
}
.active\:border-muted-foreground\/30:active {
  border-color: hsl(215.4 16.3% 46.9% / 0.3);
}
.active\:border-muted-foreground\/35:active {
  border-color: hsl(215.4 16.3% 46.9% / 0.35);
}
.active\:border-muted-foreground\/40:active {
  border-color: hsl(215.4 16.3% 46.9% / 0.4);
}
.active\:border-muted-foreground\/45:active {
  border-color: hsl(215.4 16.3% 46.9% / 0.45);
}
.active\:border-muted-foreground\/5:active {
  border-color: hsl(215.4 16.3% 46.9% / 0.05);
}
.active\:border-muted-foreground\/50:active {
  border-color: hsl(215.4 16.3% 46.9% / 0.5);
}
.active\:border-muted-foreground\/55:active {
  border-color: hsl(215.4 16.3% 46.9% / 0.55);
}
.active\:border-muted-foreground\/60:active {
  border-color: hsl(215.4 16.3% 46.9% / 0.6);
}
.active\:border-muted-foreground\/65:active {
  border-color: hsl(215.4 16.3% 46.9% / 0.65);
}
.active\:border-muted-foreground\/70:active {
  border-color: hsl(215.4 16.3% 46.9% / 0.7);
}
.active\:border-muted-foreground\/75:active {
  border-color: hsl(215.4 16.3% 46.9% / 0.75);
}
.active\:border-muted-foreground\/80:active {
  border-color: hsl(215.4 16.3% 46.9% / 0.8);
}
.active\:border-muted-foreground\/85:active {
  border-color: hsl(215.4 16.3% 46.9% / 0.85);
}
.active\:border-muted-foreground\/90:active {
  border-color: hsl(215.4 16.3% 46.9% / 0.9);
}
.active\:border-muted-foreground\/95:active {
  border-color: hsl(215.4 16.3% 46.9% / 0.95);
}
.active\:border-muted\/0:active {
  border-color: hsl(210 40% 96% / 0);
}
.active\:border-muted\/10:active {
  border-color: hsl(210 40% 96% / 0.1);
}
.active\:border-muted\/100:active {
  border-color: hsl(210 40% 96% / 1);
}
.active\:border-muted\/15:active {
  border-color: hsl(210 40% 96% / 0.15);
}
.active\:border-muted\/20:active {
  border-color: hsl(210 40% 96% / 0.2);
}
.active\:border-muted\/25:active {
  border-color: hsl(210 40% 96% / 0.25);
}
.active\:border-muted\/30:active {
  border-color: hsl(210 40% 96% / 0.3);
}
.active\:border-muted\/35:active {
  border-color: hsl(210 40% 96% / 0.35);
}
.active\:border-muted\/40:active {
  border-color: hsl(210 40% 96% / 0.4);
}
.active\:border-muted\/45:active {
  border-color: hsl(210 40% 96% / 0.45);
}
.active\:border-muted\/5:active {
  border-color: hsl(210 40% 96% / 0.05);
}
.active\:border-muted\/50:active {
  border-color: hsl(210 40% 96% / 0.5);
}
.active\:border-muted\/55:active {
  border-color: hsl(210 40% 96% / 0.55);
}
.active\:border-muted\/60:active {
  border-color: hsl(210 40% 96% / 0.6);
}
.active\:border-muted\/65:active {
  border-color: hsl(210 40% 96% / 0.65);
}
.active\:border-muted\/70:active {
  border-color: hsl(210 40% 96% / 0.7);
}
.active\:border-muted\/75:active {
  border-color: hsl(210 40% 96% / 0.75);
}
.active\:border-muted\/80:active {
  border-color: hsl(210 40% 96% / 0.8);
}
.active\:border-muted\/85:active {
  border-color: hsl(210 40% 96% / 0.85);
}
.active\:border-muted\/90:active {
  border-color: hsl(210 40% 96% / 0.9);
}
.active\:border-muted\/95:active {
  border-color: hsl(210 40% 96% / 0.95);
}
.active\:border-popover:active {
  --tw-border-opacity: 1;
  border-color: hsl(0 0% 100% / var(--tw-border-opacity, 1));
}
.active\:border-popover-foreground:active {
  --tw-border-opacity: 1;
  border-color: hsl(222.2 84% 4.9% / var(--tw-border-opacity, 1));
}
.active\:border-popover-foreground\/0:active {
  border-color: hsl(222.2 84% 4.9% / 0);
}
.active\:border-popover-foreground\/10:active {
  border-color: hsl(222.2 84% 4.9% / 0.1);
}
.active\:border-popover-foreground\/100:active {
  border-color: hsl(222.2 84% 4.9% / 1);
}
.active\:border-popover-foreground\/15:active {
  border-color: hsl(222.2 84% 4.9% / 0.15);
}
.active\:border-popover-foreground\/20:active {
  border-color: hsl(222.2 84% 4.9% / 0.2);
}
.active\:border-popover-foreground\/25:active {
  border-color: hsl(222.2 84% 4.9% / 0.25);
}
.active\:border-popover-foreground\/30:active {
  border-color: hsl(222.2 84% 4.9% / 0.3);
}
.active\:border-popover-foreground\/35:active {
  border-color: hsl(222.2 84% 4.9% / 0.35);
}
.active\:border-popover-foreground\/40:active {
  border-color: hsl(222.2 84% 4.9% / 0.4);
}
.active\:border-popover-foreground\/45:active {
  border-color: hsl(222.2 84% 4.9% / 0.45);
}
.active\:border-popover-foreground\/5:active {
  border-color: hsl(222.2 84% 4.9% / 0.05);
}
.active\:border-popover-foreground\/50:active {
  border-color: hsl(222.2 84% 4.9% / 0.5);
}
.active\:border-popover-foreground\/55:active {
  border-color: hsl(222.2 84% 4.9% / 0.55);
}
.active\:border-popover-foreground\/60:active {
  border-color: hsl(222.2 84% 4.9% / 0.6);
}
.active\:border-popover-foreground\/65:active {
  border-color: hsl(222.2 84% 4.9% / 0.65);
}
.active\:border-popover-foreground\/70:active {
  border-color: hsl(222.2 84% 4.9% / 0.7);
}
.active\:border-popover-foreground\/75:active {
  border-color: hsl(222.2 84% 4.9% / 0.75);
}
.active\:border-popover-foreground\/80:active {
  border-color: hsl(222.2 84% 4.9% / 0.8);
}
.active\:border-popover-foreground\/85:active {
  border-color: hsl(222.2 84% 4.9% / 0.85);
}
.active\:border-popover-foreground\/90:active {
  border-color: hsl(222.2 84% 4.9% / 0.9);
}
.active\:border-popover-foreground\/95:active {
  border-color: hsl(222.2 84% 4.9% / 0.95);
}
.active\:border-popover\/0:active {
  border-color: hsl(0 0% 100% / 0);
}
.active\:border-popover\/10:active {
  border-color: hsl(0 0% 100% / 0.1);
}
.active\:border-popover\/100:active {
  border-color: hsl(0 0% 100% / 1);
}
.active\:border-popover\/15:active {
  border-color: hsl(0 0% 100% / 0.15);
}
.active\:border-popover\/20:active {
  border-color: hsl(0 0% 100% / 0.2);
}
.active\:border-popover\/25:active {
  border-color: hsl(0 0% 100% / 0.25);
}
.active\:border-popover\/30:active {
  border-color: hsl(0 0% 100% / 0.3);
}
.active\:border-popover\/35:active {
  border-color: hsl(0 0% 100% / 0.35);
}
.active\:border-popover\/40:active {
  border-color: hsl(0 0% 100% / 0.4);
}
.active\:border-popover\/45:active {
  border-color: hsl(0 0% 100% / 0.45);
}
.active\:border-popover\/5:active {
  border-color: hsl(0 0% 100% / 0.05);
}
.active\:border-popover\/50:active {
  border-color: hsl(0 0% 100% / 0.5);
}
.active\:border-popover\/55:active {
  border-color: hsl(0 0% 100% / 0.55);
}
.active\:border-popover\/60:active {
  border-color: hsl(0 0% 100% / 0.6);
}
.active\:border-popover\/65:active {
  border-color: hsl(0 0% 100% / 0.65);
}
.active\:border-popover\/70:active {
  border-color: hsl(0 0% 100% / 0.7);
}
.active\:border-popover\/75:active {
  border-color: hsl(0 0% 100% / 0.75);
}
.active\:border-popover\/80:active {
  border-color: hsl(0 0% 100% / 0.8);
}
.active\:border-popover\/85:active {
  border-color: hsl(0 0% 100% / 0.85);
}
.active\:border-popover\/90:active {
  border-color: hsl(0 0% 100% / 0.9);
}
.active\:border-popover\/95:active {
  border-color: hsl(0 0% 100% / 0.95);
}
.active\:border-primary:active {
  --tw-border-opacity: 1;
  border-color: hsl(221.2 83.2% 53.3% / var(--tw-border-opacity, 1));
}
.active\:border-primary-foreground:active {
  --tw-border-opacity: 1;
  border-color: hsl(210 40% 98% / var(--tw-border-opacity, 1));
}
.active\:border-primary-foreground\/0:active {
  border-color: hsl(210 40% 98% / 0);
}
.active\:border-primary-foreground\/10:active {
  border-color: hsl(210 40% 98% / 0.1);
}
.active\:border-primary-foreground\/100:active {
  border-color: hsl(210 40% 98% / 1);
}
.active\:border-primary-foreground\/15:active {
  border-color: hsl(210 40% 98% / 0.15);
}
.active\:border-primary-foreground\/20:active {
  border-color: hsl(210 40% 98% / 0.2);
}
.active\:border-primary-foreground\/25:active {
  border-color: hsl(210 40% 98% / 0.25);
}
.active\:border-primary-foreground\/30:active {
  border-color: hsl(210 40% 98% / 0.3);
}
.active\:border-primary-foreground\/35:active {
  border-color: hsl(210 40% 98% / 0.35);
}
.active\:border-primary-foreground\/40:active {
  border-color: hsl(210 40% 98% / 0.4);
}
.active\:border-primary-foreground\/45:active {
  border-color: hsl(210 40% 98% / 0.45);
}
.active\:border-primary-foreground\/5:active {
  border-color: hsl(210 40% 98% / 0.05);
}
.active\:border-primary-foreground\/50:active {
  border-color: hsl(210 40% 98% / 0.5);
}
.active\:border-primary-foreground\/55:active {
  border-color: hsl(210 40% 98% / 0.55);
}
.active\:border-primary-foreground\/60:active {
  border-color: hsl(210 40% 98% / 0.6);
}
.active\:border-primary-foreground\/65:active {
  border-color: hsl(210 40% 98% / 0.65);
}
.active\:border-primary-foreground\/70:active {
  border-color: hsl(210 40% 98% / 0.7);
}
.active\:border-primary-foreground\/75:active {
  border-color: hsl(210 40% 98% / 0.75);
}
.active\:border-primary-foreground\/80:active {
  border-color: hsl(210 40% 98% / 0.8);
}
.active\:border-primary-foreground\/85:active {
  border-color: hsl(210 40% 98% / 0.85);
}
.active\:border-primary-foreground\/90:active {
  border-color: hsl(210 40% 98% / 0.9);
}
.active\:border-primary-foreground\/95:active {
  border-color: hsl(210 40% 98% / 0.95);
}
.active\:border-primary\/0:active {
  border-color: hsl(221.2 83.2% 53.3% / 0);
}
.active\:border-primary\/10:active {
  border-color: hsl(221.2 83.2% 53.3% / 0.1);
}
.active\:border-primary\/100:active {
  border-color: hsl(221.2 83.2% 53.3% / 1);
}
.active\:border-primary\/15:active {
  border-color: hsl(221.2 83.2% 53.3% / 0.15);
}
.active\:border-primary\/20:active {
  border-color: hsl(221.2 83.2% 53.3% / 0.2);
}
.active\:border-primary\/25:active {
  border-color: hsl(221.2 83.2% 53.3% / 0.25);
}
.active\:border-primary\/30:active {
  border-color: hsl(221.2 83.2% 53.3% / 0.3);
}
.active\:border-primary\/35:active {
  border-color: hsl(221.2 83.2% 53.3% / 0.35);
}
.active\:border-primary\/40:active {
  border-color: hsl(221.2 83.2% 53.3% / 0.4);
}
.active\:border-primary\/45:active {
  border-color: hsl(221.2 83.2% 53.3% / 0.45);
}
.active\:border-primary\/5:active {
  border-color: hsl(221.2 83.2% 53.3% / 0.05);
}
.active\:border-primary\/50:active {
  border-color: hsl(221.2 83.2% 53.3% / 0.5);
}
.active\:border-primary\/55:active {
  border-color: hsl(221.2 83.2% 53.3% / 0.55);
}
.active\:border-primary\/60:active {
  border-color: hsl(221.2 83.2% 53.3% / 0.6);
}
.active\:border-primary\/65:active {
  border-color: hsl(221.2 83.2% 53.3% / 0.65);
}
.active\:border-primary\/70:active {
  border-color: hsl(221.2 83.2% 53.3% / 0.7);
}
.active\:border-primary\/75:active {
  border-color: hsl(221.2 83.2% 53.3% / 0.75);
}
.active\:border-primary\/80:active {
  border-color: hsl(221.2 83.2% 53.3% / 0.8);
}
.active\:border-primary\/85:active {
  border-color: hsl(221.2 83.2% 53.3% / 0.85);
}
.active\:border-primary\/90:active {
  border-color: hsl(221.2 83.2% 53.3% / 0.9);
}
.active\:border-primary\/95:active {
  border-color: hsl(221.2 83.2% 53.3% / 0.95);
}
.active\:border-ring:active {
  --tw-border-opacity: 1;
  border-color: hsl(221.2 83.2% 53.3% / var(--tw-border-opacity, 1));
}
.active\:border-ring\/0:active {
  border-color: hsl(221.2 83.2% 53.3% / 0);
}
.active\:border-ring\/10:active {
  border-color: hsl(221.2 83.2% 53.3% / 0.1);
}
.active\:border-ring\/100:active {
  border-color: hsl(221.2 83.2% 53.3% / 1);
}
.active\:border-ring\/15:active {
  border-color: hsl(221.2 83.2% 53.3% / 0.15);
}
.active\:border-ring\/20:active {
  border-color: hsl(221.2 83.2% 53.3% / 0.2);
}
.active\:border-ring\/25:active {
  border-color: hsl(221.2 83.2% 53.3% / 0.25);
}
.active\:border-ring\/30:active {
  border-color: hsl(221.2 83.2% 53.3% / 0.3);
}
.active\:border-ring\/35:active {
  border-color: hsl(221.2 83.2% 53.3% / 0.35);
}
.active\:border-ring\/40:active {
  border-color: hsl(221.2 83.2% 53.3% / 0.4);
}
.active\:border-ring\/45:active {
  border-color: hsl(221.2 83.2% 53.3% / 0.45);
}
.active\:border-ring\/5:active {
  border-color: hsl(221.2 83.2% 53.3% / 0.05);
}
.active\:border-ring\/50:active {
  border-color: hsl(221.2 83.2% 53.3% / 0.5);
}
.active\:border-ring\/55:active {
  border-color: hsl(221.2 83.2% 53.3% / 0.55);
}
.active\:border-ring\/60:active {
  border-color: hsl(221.2 83.2% 53.3% / 0.6);
}
.active\:border-ring\/65:active {
  border-color: hsl(221.2 83.2% 53.3% / 0.65);
}
.active\:border-ring\/70:active {
  border-color: hsl(221.2 83.2% 53.3% / 0.7);
}
.active\:border-ring\/75:active {
  border-color: hsl(221.2 83.2% 53.3% / 0.75);
}
.active\:border-ring\/80:active {
  border-color: hsl(221.2 83.2% 53.3% / 0.8);
}
.active\:border-ring\/85:active {
  border-color: hsl(221.2 83.2% 53.3% / 0.85);
}
.active\:border-ring\/90:active {
  border-color: hsl(221.2 83.2% 53.3% / 0.9);
}
.active\:border-ring\/95:active {
  border-color: hsl(221.2 83.2% 53.3% / 0.95);
}
.active\:border-secondary:active {
  --tw-border-opacity: 1;
  border-color: hsl(210 40% 96% / var(--tw-border-opacity, 1));
}
.active\:border-secondary-foreground:active {
  --tw-border-opacity: 1;
  border-color: hsl(222.2 84% 4.9% / var(--tw-border-opacity, 1));
}
.active\:border-secondary-foreground\/0:active {
  border-color: hsl(222.2 84% 4.9% / 0);
}
.active\:border-secondary-foreground\/10:active {
  border-color: hsl(222.2 84% 4.9% / 0.1);
}
.active\:border-secondary-foreground\/100:active {
  border-color: hsl(222.2 84% 4.9% / 1);
}
.active\:border-secondary-foreground\/15:active {
  border-color: hsl(222.2 84% 4.9% / 0.15);
}
.active\:border-secondary-foreground\/20:active {
  border-color: hsl(222.2 84% 4.9% / 0.2);
}
.active\:border-secondary-foreground\/25:active {
  border-color: hsl(222.2 84% 4.9% / 0.25);
}
.active\:border-secondary-foreground\/30:active {
  border-color: hsl(222.2 84% 4.9% / 0.3);
}
.active\:border-secondary-foreground\/35:active {
  border-color: hsl(222.2 84% 4.9% / 0.35);
}
.active\:border-secondary-foreground\/40:active {
  border-color: hsl(222.2 84% 4.9% / 0.4);
}
.active\:border-secondary-foreground\/45:active {
  border-color: hsl(222.2 84% 4.9% / 0.45);
}
.active\:border-secondary-foreground\/5:active {
  border-color: hsl(222.2 84% 4.9% / 0.05);
}
.active\:border-secondary-foreground\/50:active {
  border-color: hsl(222.2 84% 4.9% / 0.5);
}
.active\:border-secondary-foreground\/55:active {
  border-color: hsl(222.2 84% 4.9% / 0.55);
}
.active\:border-secondary-foreground\/60:active {
  border-color: hsl(222.2 84% 4.9% / 0.6);
}
.active\:border-secondary-foreground\/65:active {
  border-color: hsl(222.2 84% 4.9% / 0.65);
}
.active\:border-secondary-foreground\/70:active {
  border-color: hsl(222.2 84% 4.9% / 0.7);
}
.active\:border-secondary-foreground\/75:active {
  border-color: hsl(222.2 84% 4.9% / 0.75);
}
.active\:border-secondary-foreground\/80:active {
  border-color: hsl(222.2 84% 4.9% / 0.8);
}
.active\:border-secondary-foreground\/85:active {
  border-color: hsl(222.2 84% 4.9% / 0.85);
}
.active\:border-secondary-foreground\/90:active {
  border-color: hsl(222.2 84% 4.9% / 0.9);
}
.active\:border-secondary-foreground\/95:active {
  border-color: hsl(222.2 84% 4.9% / 0.95);
}
.active\:border-secondary\/0:active {
  border-color: hsl(210 40% 96% / 0);
}
.active\:border-secondary\/10:active {
  border-color: hsl(210 40% 96% / 0.1);
}
.active\:border-secondary\/100:active {
  border-color: hsl(210 40% 96% / 1);
}
.active\:border-secondary\/15:active {
  border-color: hsl(210 40% 96% / 0.15);
}
.active\:border-secondary\/20:active {
  border-color: hsl(210 40% 96% / 0.2);
}
.active\:border-secondary\/25:active {
  border-color: hsl(210 40% 96% / 0.25);
}
.active\:border-secondary\/30:active {
  border-color: hsl(210 40% 96% / 0.3);
}
.active\:border-secondary\/35:active {
  border-color: hsl(210 40% 96% / 0.35);
}
.active\:border-secondary\/40:active {
  border-color: hsl(210 40% 96% / 0.4);
}
.active\:border-secondary\/45:active {
  border-color: hsl(210 40% 96% / 0.45);
}
.active\:border-secondary\/5:active {
  border-color: hsl(210 40% 96% / 0.05);
}
.active\:border-secondary\/50:active {
  border-color: hsl(210 40% 96% / 0.5);
}
.active\:border-secondary\/55:active {
  border-color: hsl(210 40% 96% / 0.55);
}
.active\:border-secondary\/60:active {
  border-color: hsl(210 40% 96% / 0.6);
}
.active\:border-secondary\/65:active {
  border-color: hsl(210 40% 96% / 0.65);
}
.active\:border-secondary\/70:active {
  border-color: hsl(210 40% 96% / 0.7);
}
.active\:border-secondary\/75:active {
  border-color: hsl(210 40% 96% / 0.75);
}
.active\:border-secondary\/80:active {
  border-color: hsl(210 40% 96% / 0.8);
}
.active\:border-secondary\/85:active {
  border-color: hsl(210 40% 96% / 0.85);
}
.active\:border-secondary\/90:active {
  border-color: hsl(210 40% 96% / 0.9);
}
.active\:border-secondary\/95:active {
  border-color: hsl(210 40% 96% / 0.95);
}
.active\:bg-accent:active {
  --tw-bg-opacity: 1;
  background-color: hsl(210 40% 96% / var(--tw-bg-opacity, 1));
}
.active\:bg-accent-foreground:active {
  --tw-bg-opacity: 1;
  background-color: hsl(222.2 84% 4.9% / var(--tw-bg-opacity, 1));
}
.active\:bg-accent-foreground\/0:active {
  background-color: hsl(222.2 84% 4.9% / 0);
}
.active\:bg-accent-foreground\/10:active {
  background-color: hsl(222.2 84% 4.9% / 0.1);
}
.active\:bg-accent-foreground\/100:active {
  background-color: hsl(222.2 84% 4.9% / 1);
}
.active\:bg-accent-foreground\/15:active {
  background-color: hsl(222.2 84% 4.9% / 0.15);
}
.active\:bg-accent-foreground\/20:active {
  background-color: hsl(222.2 84% 4.9% / 0.2);
}
.active\:bg-accent-foreground\/25:active {
  background-color: hsl(222.2 84% 4.9% / 0.25);
}
.active\:bg-accent-foreground\/30:active {
  background-color: hsl(222.2 84% 4.9% / 0.3);
}
.active\:bg-accent-foreground\/35:active {
  background-color: hsl(222.2 84% 4.9% / 0.35);
}
.active\:bg-accent-foreground\/40:active {
  background-color: hsl(222.2 84% 4.9% / 0.4);
}
.active\:bg-accent-foreground\/45:active {
  background-color: hsl(222.2 84% 4.9% / 0.45);
}
.active\:bg-accent-foreground\/5:active {
  background-color: hsl(222.2 84% 4.9% / 0.05);
}
.active\:bg-accent-foreground\/50:active {
  background-color: hsl(222.2 84% 4.9% / 0.5);
}
.active\:bg-accent-foreground\/55:active {
  background-color: hsl(222.2 84% 4.9% / 0.55);
}
.active\:bg-accent-foreground\/60:active {
  background-color: hsl(222.2 84% 4.9% / 0.6);
}
.active\:bg-accent-foreground\/65:active {
  background-color: hsl(222.2 84% 4.9% / 0.65);
}
.active\:bg-accent-foreground\/70:active {
  background-color: hsl(222.2 84% 4.9% / 0.7);
}
.active\:bg-accent-foreground\/75:active {
  background-color: hsl(222.2 84% 4.9% / 0.75);
}
.active\:bg-accent-foreground\/80:active {
  background-color: hsl(222.2 84% 4.9% / 0.8);
}
.active\:bg-accent-foreground\/85:active {
  background-color: hsl(222.2 84% 4.9% / 0.85);
}
.active\:bg-accent-foreground\/90:active {
  background-color: hsl(222.2 84% 4.9% / 0.9);
}
.active\:bg-accent-foreground\/95:active {
  background-color: hsl(222.2 84% 4.9% / 0.95);
}
.active\:bg-accent\/0:active {
  background-color: hsl(210 40% 96% / 0);
}
.active\:bg-accent\/10:active {
  background-color: hsl(210 40% 96% / 0.1);
}
.active\:bg-accent\/100:active {
  background-color: hsl(210 40% 96% / 1);
}
.active\:bg-accent\/15:active {
  background-color: hsl(210 40% 96% / 0.15);
}
.active\:bg-accent\/20:active {
  background-color: hsl(210 40% 96% / 0.2);
}
.active\:bg-accent\/25:active {
  background-color: hsl(210 40% 96% / 0.25);
}
.active\:bg-accent\/30:active {
  background-color: hsl(210 40% 96% / 0.3);
}
.active\:bg-accent\/35:active {
  background-color: hsl(210 40% 96% / 0.35);
}
.active\:bg-accent\/40:active {
  background-color: hsl(210 40% 96% / 0.4);
}
.active\:bg-accent\/45:active {
  background-color: hsl(210 40% 96% / 0.45);
}
.active\:bg-accent\/5:active {
  background-color: hsl(210 40% 96% / 0.05);
}
.active\:bg-accent\/50:active {
  background-color: hsl(210 40% 96% / 0.5);
}
.active\:bg-accent\/55:active {
  background-color: hsl(210 40% 96% / 0.55);
}
.active\:bg-accent\/60:active {
  background-color: hsl(210 40% 96% / 0.6);
}
.active\:bg-accent\/65:active {
  background-color: hsl(210 40% 96% / 0.65);
}
.active\:bg-accent\/70:active {
  background-color: hsl(210 40% 96% / 0.7);
}
.active\:bg-accent\/75:active {
  background-color: hsl(210 40% 96% / 0.75);
}
.active\:bg-accent\/80:active {
  background-color: hsl(210 40% 96% / 0.8);
}
.active\:bg-accent\/85:active {
  background-color: hsl(210 40% 96% / 0.85);
}
.active\:bg-accent\/90:active {
  background-color: hsl(210 40% 96% / 0.9);
}
.active\:bg-accent\/95:active {
  background-color: hsl(210 40% 96% / 0.95);
}
.active\:bg-background:active {
  --tw-bg-opacity: 1;
  background-color: hsl(0 0% 100% / var(--tw-bg-opacity, 1));
}
.active\:bg-background\/0:active {
  background-color: hsl(0 0% 100% / 0);
}
.active\:bg-background\/10:active {
  background-color: hsl(0 0% 100% / 0.1);
}
.active\:bg-background\/100:active {
  background-color: hsl(0 0% 100% / 1);
}
.active\:bg-background\/15:active {
  background-color: hsl(0 0% 100% / 0.15);
}
.active\:bg-background\/20:active {
  background-color: hsl(0 0% 100% / 0.2);
}
.active\:bg-background\/25:active {
  background-color: hsl(0 0% 100% / 0.25);
}
.active\:bg-background\/30:active {
  background-color: hsl(0 0% 100% / 0.3);
}
.active\:bg-background\/35:active {
  background-color: hsl(0 0% 100% / 0.35);
}
.active\:bg-background\/40:active {
  background-color: hsl(0 0% 100% / 0.4);
}
.active\:bg-background\/45:active {
  background-color: hsl(0 0% 100% / 0.45);
}
.active\:bg-background\/5:active {
  background-color: hsl(0 0% 100% / 0.05);
}
.active\:bg-background\/50:active {
  background-color: hsl(0 0% 100% / 0.5);
}
.active\:bg-background\/55:active {
  background-color: hsl(0 0% 100% / 0.55);
}
.active\:bg-background\/60:active {
  background-color: hsl(0 0% 100% / 0.6);
}
.active\:bg-background\/65:active {
  background-color: hsl(0 0% 100% / 0.65);
}
.active\:bg-background\/70:active {
  background-color: hsl(0 0% 100% / 0.7);
}
.active\:bg-background\/75:active {
  background-color: hsl(0 0% 100% / 0.75);
}
.active\:bg-background\/80:active {
  background-color: hsl(0 0% 100% / 0.8);
}
.active\:bg-background\/85:active {
  background-color: hsl(0 0% 100% / 0.85);
}
.active\:bg-background\/90:active {
  background-color: hsl(0 0% 100% / 0.9);
}
.active\:bg-background\/95:active {
  background-color: hsl(0 0% 100% / 0.95);
}
.active\:bg-border:active {
  --tw-bg-opacity: 1;
  background-color: hsl(214.3 31.8% 91.4% / var(--tw-bg-opacity, 1));
}
.active\:bg-border\/0:active {
  background-color: hsl(214.3 31.8% 91.4% / 0);
}
.active\:bg-border\/10:active {
  background-color: hsl(214.3 31.8% 91.4% / 0.1);
}
.active\:bg-border\/100:active {
  background-color: hsl(214.3 31.8% 91.4% / 1);
}
.active\:bg-border\/15:active {
  background-color: hsl(214.3 31.8% 91.4% / 0.15);
}
.active\:bg-border\/20:active {
  background-color: hsl(214.3 31.8% 91.4% / 0.2);
}
.active\:bg-border\/25:active {
  background-color: hsl(214.3 31.8% 91.4% / 0.25);
}
.active\:bg-border\/30:active {
  background-color: hsl(214.3 31.8% 91.4% / 0.3);
}
.active\:bg-border\/35:active {
  background-color: hsl(214.3 31.8% 91.4% / 0.35);
}
.active\:bg-border\/40:active {
  background-color: hsl(214.3 31.8% 91.4% / 0.4);
}
.active\:bg-border\/45:active {
  background-color: hsl(214.3 31.8% 91.4% / 0.45);
}
.active\:bg-border\/5:active {
  background-color: hsl(214.3 31.8% 91.4% / 0.05);
}
.active\:bg-border\/50:active {
  background-color: hsl(214.3 31.8% 91.4% / 0.5);
}
.active\:bg-border\/55:active {
  background-color: hsl(214.3 31.8% 91.4% / 0.55);
}
.active\:bg-border\/60:active {
  background-color: hsl(214.3 31.8% 91.4% / 0.6);
}
.active\:bg-border\/65:active {
  background-color: hsl(214.3 31.8% 91.4% / 0.65);
}
.active\:bg-border\/70:active {
  background-color: hsl(214.3 31.8% 91.4% / 0.7);
}
.active\:bg-border\/75:active {
  background-color: hsl(214.3 31.8% 91.4% / 0.75);
}
.active\:bg-border\/80:active {
  background-color: hsl(214.3 31.8% 91.4% / 0.8);
}
.active\:bg-border\/85:active {
  background-color: hsl(214.3 31.8% 91.4% / 0.85);
}
.active\:bg-border\/90:active {
  background-color: hsl(214.3 31.8% 91.4% / 0.9);
}
.active\:bg-border\/95:active {
  background-color: hsl(214.3 31.8% 91.4% / 0.95);
}
.active\:bg-card:active {
  --tw-bg-opacity: 1;
  background-color: hsl(0 0% 100% / var(--tw-bg-opacity, 1));
}
.active\:bg-card-foreground:active {
  --tw-bg-opacity: 1;
  background-color: hsl(222.2 84% 4.9% / var(--tw-bg-opacity, 1));
}
.active\:bg-card-foreground\/0:active {
  background-color: hsl(222.2 84% 4.9% / 0);
}
.active\:bg-card-foreground\/10:active {
  background-color: hsl(222.2 84% 4.9% / 0.1);
}
.active\:bg-card-foreground\/100:active {
  background-color: hsl(222.2 84% 4.9% / 1);
}
.active\:bg-card-foreground\/15:active {
  background-color: hsl(222.2 84% 4.9% / 0.15);
}
.active\:bg-card-foreground\/20:active {
  background-color: hsl(222.2 84% 4.9% / 0.2);
}
.active\:bg-card-foreground\/25:active {
  background-color: hsl(222.2 84% 4.9% / 0.25);
}
.active\:bg-card-foreground\/30:active {
  background-color: hsl(222.2 84% 4.9% / 0.3);
}
.active\:bg-card-foreground\/35:active {
  background-color: hsl(222.2 84% 4.9% / 0.35);
}
.active\:bg-card-foreground\/40:active {
  background-color: hsl(222.2 84% 4.9% / 0.4);
}
.active\:bg-card-foreground\/45:active {
  background-color: hsl(222.2 84% 4.9% / 0.45);
}
.active\:bg-card-foreground\/5:active {
  background-color: hsl(222.2 84% 4.9% / 0.05);
}
.active\:bg-card-foreground\/50:active {
  background-color: hsl(222.2 84% 4.9% / 0.5);
}
.active\:bg-card-foreground\/55:active {
  background-color: hsl(222.2 84% 4.9% / 0.55);
}
.active\:bg-card-foreground\/60:active {
  background-color: hsl(222.2 84% 4.9% / 0.6);
}
.active\:bg-card-foreground\/65:active {
  background-color: hsl(222.2 84% 4.9% / 0.65);
}
.active\:bg-card-foreground\/70:active {
  background-color: hsl(222.2 84% 4.9% / 0.7);
}
.active\:bg-card-foreground\/75:active {
  background-color: hsl(222.2 84% 4.9% / 0.75);
}
.active\:bg-card-foreground\/80:active {
  background-color: hsl(222.2 84% 4.9% / 0.8);
}
.active\:bg-card-foreground\/85:active {
  background-color: hsl(222.2 84% 4.9% / 0.85);
}
.active\:bg-card-foreground\/90:active {
  background-color: hsl(222.2 84% 4.9% / 0.9);
}
.active\:bg-card-foreground\/95:active {
  background-color: hsl(222.2 84% 4.9% / 0.95);
}
.active\:bg-card\/0:active {
  background-color: hsl(0 0% 100% / 0);
}
.active\:bg-card\/10:active {
  background-color: hsl(0 0% 100% / 0.1);
}
.active\:bg-card\/100:active {
  background-color: hsl(0 0% 100% / 1);
}
.active\:bg-card\/15:active {
  background-color: hsl(0 0% 100% / 0.15);
}
.active\:bg-card\/20:active {
  background-color: hsl(0 0% 100% / 0.2);
}
.active\:bg-card\/25:active {
  background-color: hsl(0 0% 100% / 0.25);
}
.active\:bg-card\/30:active {
  background-color: hsl(0 0% 100% / 0.3);
}
.active\:bg-card\/35:active {
  background-color: hsl(0 0% 100% / 0.35);
}
.active\:bg-card\/40:active {
  background-color: hsl(0 0% 100% / 0.4);
}
.active\:bg-card\/45:active {
  background-color: hsl(0 0% 100% / 0.45);
}
.active\:bg-card\/5:active {
  background-color: hsl(0 0% 100% / 0.05);
}
.active\:bg-card\/50:active {
  background-color: hsl(0 0% 100% / 0.5);
}
.active\:bg-card\/55:active {
  background-color: hsl(0 0% 100% / 0.55);
}
.active\:bg-card\/60:active {
  background-color: hsl(0 0% 100% / 0.6);
}
.active\:bg-card\/65:active {
  background-color: hsl(0 0% 100% / 0.65);
}
.active\:bg-card\/70:active {
  background-color: hsl(0 0% 100% / 0.7);
}
.active\:bg-card\/75:active {
  background-color: hsl(0 0% 100% / 0.75);
}
.active\:bg-card\/80:active {
  background-color: hsl(0 0% 100% / 0.8);
}
.active\:bg-card\/85:active {
  background-color: hsl(0 0% 100% / 0.85);
}
.active\:bg-card\/90:active {
  background-color: hsl(0 0% 100% / 0.9);
}
.active\:bg-card\/95:active {
  background-color: hsl(0 0% 100% / 0.95);
}
.active\:bg-destructive:active {
  --tw-bg-opacity: 1;
  background-color: hsl(0 84.2% 60.2% / var(--tw-bg-opacity, 1));
}
.active\:bg-destructive-foreground:active {
  --tw-bg-opacity: 1;
  background-color: hsl(210 40% 98% / var(--tw-bg-opacity, 1));
}
.active\:bg-destructive-foreground\/0:active {
  background-color: hsl(210 40% 98% / 0);
}
.active\:bg-destructive-foreground\/10:active {
  background-color: hsl(210 40% 98% / 0.1);
}
.active\:bg-destructive-foreground\/100:active {
  background-color: hsl(210 40% 98% / 1);
}
.active\:bg-destructive-foreground\/15:active {
  background-color: hsl(210 40% 98% / 0.15);
}
.active\:bg-destructive-foreground\/20:active {
  background-color: hsl(210 40% 98% / 0.2);
}
.active\:bg-destructive-foreground\/25:active {
  background-color: hsl(210 40% 98% / 0.25);
}
.active\:bg-destructive-foreground\/30:active {
  background-color: hsl(210 40% 98% / 0.3);
}
.active\:bg-destructive-foreground\/35:active {
  background-color: hsl(210 40% 98% / 0.35);
}
.active\:bg-destructive-foreground\/40:active {
  background-color: hsl(210 40% 98% / 0.4);
}
.active\:bg-destructive-foreground\/45:active {
  background-color: hsl(210 40% 98% / 0.45);
}
.active\:bg-destructive-foreground\/5:active {
  background-color: hsl(210 40% 98% / 0.05);
}
.active\:bg-destructive-foreground\/50:active {
  background-color: hsl(210 40% 98% / 0.5);
}
.active\:bg-destructive-foreground\/55:active {
  background-color: hsl(210 40% 98% / 0.55);
}
.active\:bg-destructive-foreground\/60:active {
  background-color: hsl(210 40% 98% / 0.6);
}
.active\:bg-destructive-foreground\/65:active {
  background-color: hsl(210 40% 98% / 0.65);
}
.active\:bg-destructive-foreground\/70:active {
  background-color: hsl(210 40% 98% / 0.7);
}
.active\:bg-destructive-foreground\/75:active {
  background-color: hsl(210 40% 98% / 0.75);
}
.active\:bg-destructive-foreground\/80:active {
  background-color: hsl(210 40% 98% / 0.8);
}
.active\:bg-destructive-foreground\/85:active {
  background-color: hsl(210 40% 98% / 0.85);
}
.active\:bg-destructive-foreground\/90:active {
  background-color: hsl(210 40% 98% / 0.9);
}
.active\:bg-destructive-foreground\/95:active {
  background-color: hsl(210 40% 98% / 0.95);
}
.active\:bg-destructive\/0:active {
  background-color: hsl(0 84.2% 60.2% / 0);
}
.active\:bg-destructive\/10:active {
  background-color: hsl(0 84.2% 60.2% / 0.1);
}
.active\:bg-destructive\/100:active {
  background-color: hsl(0 84.2% 60.2% / 1);
}
.active\:bg-destructive\/15:active {
  background-color: hsl(0 84.2% 60.2% / 0.15);
}
.active\:bg-destructive\/20:active {
  background-color: hsl(0 84.2% 60.2% / 0.2);
}
.active\:bg-destructive\/25:active {
  background-color: hsl(0 84.2% 60.2% / 0.25);
}
.active\:bg-destructive\/30:active {
  background-color: hsl(0 84.2% 60.2% / 0.3);
}
.active\:bg-destructive\/35:active {
  background-color: hsl(0 84.2% 60.2% / 0.35);
}
.active\:bg-destructive\/40:active {
  background-color: hsl(0 84.2% 60.2% / 0.4);
}
.active\:bg-destructive\/45:active {
  background-color: hsl(0 84.2% 60.2% / 0.45);
}
.active\:bg-destructive\/5:active {
  background-color: hsl(0 84.2% 60.2% / 0.05);
}
.active\:bg-destructive\/50:active {
  background-color: hsl(0 84.2% 60.2% / 0.5);
}
.active\:bg-destructive\/55:active {
  background-color: hsl(0 84.2% 60.2% / 0.55);
}
.active\:bg-destructive\/60:active {
  background-color: hsl(0 84.2% 60.2% / 0.6);
}
.active\:bg-destructive\/65:active {
  background-color: hsl(0 84.2% 60.2% / 0.65);
}
.active\:bg-destructive\/70:active {
  background-color: hsl(0 84.2% 60.2% / 0.7);
}
.active\:bg-destructive\/75:active {
  background-color: hsl(0 84.2% 60.2% / 0.75);
}
.active\:bg-destructive\/80:active {
  background-color: hsl(0 84.2% 60.2% / 0.8);
}
.active\:bg-destructive\/85:active {
  background-color: hsl(0 84.2% 60.2% / 0.85);
}
.active\:bg-destructive\/90:active {
  background-color: hsl(0 84.2% 60.2% / 0.9);
}
.active\:bg-destructive\/95:active {
  background-color: hsl(0 84.2% 60.2% / 0.95);
}
.active\:bg-foreground:active {
  --tw-bg-opacity: 1;
  background-color: hsl(222.2 84% 4.9% / var(--tw-bg-opacity, 1));
}
.active\:bg-foreground\/0:active {
  background-color: hsl(222.2 84% 4.9% / 0);
}
.active\:bg-foreground\/10:active {
  background-color: hsl(222.2 84% 4.9% / 0.1);
}
.active\:bg-foreground\/100:active {
  background-color: hsl(222.2 84% 4.9% / 1);
}
.active\:bg-foreground\/15:active {
  background-color: hsl(222.2 84% 4.9% / 0.15);
}
.active\:bg-foreground\/20:active {
  background-color: hsl(222.2 84% 4.9% / 0.2);
}
.active\:bg-foreground\/25:active {
  background-color: hsl(222.2 84% 4.9% / 0.25);
}
.active\:bg-foreground\/30:active {
  background-color: hsl(222.2 84% 4.9% / 0.3);
}
.active\:bg-foreground\/35:active {
  background-color: hsl(222.2 84% 4.9% / 0.35);
}
.active\:bg-foreground\/40:active {
  background-color: hsl(222.2 84% 4.9% / 0.4);
}
.active\:bg-foreground\/45:active {
  background-color: hsl(222.2 84% 4.9% / 0.45);
}
.active\:bg-foreground\/5:active {
  background-color: hsl(222.2 84% 4.9% / 0.05);
}
.active\:bg-foreground\/50:active {
  background-color: hsl(222.2 84% 4.9% / 0.5);
}
.active\:bg-foreground\/55:active {
  background-color: hsl(222.2 84% 4.9% / 0.55);
}
.active\:bg-foreground\/60:active {
  background-color: hsl(222.2 84% 4.9% / 0.6);
}
.active\:bg-foreground\/65:active {
  background-color: hsl(222.2 84% 4.9% / 0.65);
}
.active\:bg-foreground\/70:active {
  background-color: hsl(222.2 84% 4.9% / 0.7);
}
.active\:bg-foreground\/75:active {
  background-color: hsl(222.2 84% 4.9% / 0.75);
}
.active\:bg-foreground\/80:active {
  background-color: hsl(222.2 84% 4.9% / 0.8);
}
.active\:bg-foreground\/85:active {
  background-color: hsl(222.2 84% 4.9% / 0.85);
}
.active\:bg-foreground\/90:active {
  background-color: hsl(222.2 84% 4.9% / 0.9);
}
.active\:bg-foreground\/95:active {
  background-color: hsl(222.2 84% 4.9% / 0.95);
}
.active\:bg-input:active {
  --tw-bg-opacity: 1;
  background-color: hsl(214.3 31.8% 91.4% / var(--tw-bg-opacity, 1));
}
.active\:bg-input\/0:active {
  background-color: hsl(214.3 31.8% 91.4% / 0);
}
.active\:bg-input\/10:active {
  background-color: hsl(214.3 31.8% 91.4% / 0.1);
}
.active\:bg-input\/100:active {
  background-color: hsl(214.3 31.8% 91.4% / 1);
}
.active\:bg-input\/15:active {
  background-color: hsl(214.3 31.8% 91.4% / 0.15);
}
.active\:bg-input\/20:active {
  background-color: hsl(214.3 31.8% 91.4% / 0.2);
}
.active\:bg-input\/25:active {
  background-color: hsl(214.3 31.8% 91.4% / 0.25);
}
.active\:bg-input\/30:active {
  background-color: hsl(214.3 31.8% 91.4% / 0.3);
}
.active\:bg-input\/35:active {
  background-color: hsl(214.3 31.8% 91.4% / 0.35);
}
.active\:bg-input\/40:active {
  background-color: hsl(214.3 31.8% 91.4% / 0.4);
}
.active\:bg-input\/45:active {
  background-color: hsl(214.3 31.8% 91.4% / 0.45);
}
.active\:bg-input\/5:active {
  background-color: hsl(214.3 31.8% 91.4% / 0.05);
}
.active\:bg-input\/50:active {
  background-color: hsl(214.3 31.8% 91.4% / 0.5);
}
.active\:bg-input\/55:active {
  background-color: hsl(214.3 31.8% 91.4% / 0.55);
}
.active\:bg-input\/60:active {
  background-color: hsl(214.3 31.8% 91.4% / 0.6);
}
.active\:bg-input\/65:active {
  background-color: hsl(214.3 31.8% 91.4% / 0.65);
}
.active\:bg-input\/70:active {
  background-color: hsl(214.3 31.8% 91.4% / 0.7);
}
.active\:bg-input\/75:active {
  background-color: hsl(214.3 31.8% 91.4% / 0.75);
}
.active\:bg-input\/80:active {
  background-color: hsl(214.3 31.8% 91.4% / 0.8);
}
.active\:bg-input\/85:active {
  background-color: hsl(214.3 31.8% 91.4% / 0.85);
}
.active\:bg-input\/90:active {
  background-color: hsl(214.3 31.8% 91.4% / 0.9);
}
.active\:bg-input\/95:active {
  background-color: hsl(214.3 31.8% 91.4% / 0.95);
}
.active\:bg-muted:active {
  --tw-bg-opacity: 1;
  background-color: hsl(210 40% 96% / var(--tw-bg-opacity, 1));
}
.active\:bg-muted-foreground:active {
  --tw-bg-opacity: 1;
  background-color: hsl(215.4 16.3% 46.9% / var(--tw-bg-opacity, 1));
}
.active\:bg-muted-foreground\/0:active {
  background-color: hsl(215.4 16.3% 46.9% / 0);
}
.active\:bg-muted-foreground\/10:active {
  background-color: hsl(215.4 16.3% 46.9% / 0.1);
}
.active\:bg-muted-foreground\/100:active {
  background-color: hsl(215.4 16.3% 46.9% / 1);
}
.active\:bg-muted-foreground\/15:active {
  background-color: hsl(215.4 16.3% 46.9% / 0.15);
}
.active\:bg-muted-foreground\/20:active {
  background-color: hsl(215.4 16.3% 46.9% / 0.2);
}
.active\:bg-muted-foreground\/25:active {
  background-color: hsl(215.4 16.3% 46.9% / 0.25);
}
.active\:bg-muted-foreground\/30:active {
  background-color: hsl(215.4 16.3% 46.9% / 0.3);
}
.active\:bg-muted-foreground\/35:active {
  background-color: hsl(215.4 16.3% 46.9% / 0.35);
}
.active\:bg-muted-foreground\/40:active {
  background-color: hsl(215.4 16.3% 46.9% / 0.4);
}
.active\:bg-muted-foreground\/45:active {
  background-color: hsl(215.4 16.3% 46.9% / 0.45);
}
.active\:bg-muted-foreground\/5:active {
  background-color: hsl(215.4 16.3% 46.9% / 0.05);
}
.active\:bg-muted-foreground\/50:active {
  background-color: hsl(215.4 16.3% 46.9% / 0.5);
}
.active\:bg-muted-foreground\/55:active {
  background-color: hsl(215.4 16.3% 46.9% / 0.55);
}
.active\:bg-muted-foreground\/60:active {
  background-color: hsl(215.4 16.3% 46.9% / 0.6);
}
.active\:bg-muted-foreground\/65:active {
  background-color: hsl(215.4 16.3% 46.9% / 0.65);
}
.active\:bg-muted-foreground\/70:active {
  background-color: hsl(215.4 16.3% 46.9% / 0.7);
}
.active\:bg-muted-foreground\/75:active {
  background-color: hsl(215.4 16.3% 46.9% / 0.75);
}
.active\:bg-muted-foreground\/80:active {
  background-color: hsl(215.4 16.3% 46.9% / 0.8);
}
.active\:bg-muted-foreground\/85:active {
  background-color: hsl(215.4 16.3% 46.9% / 0.85);
}
.active\:bg-muted-foreground\/90:active {
  background-color: hsl(215.4 16.3% 46.9% / 0.9);
}
.active\:bg-muted-foreground\/95:active {
  background-color: hsl(215.4 16.3% 46.9% / 0.95);
}
.active\:bg-muted\/0:active {
  background-color: hsl(210 40% 96% / 0);
}
.active\:bg-muted\/10:active {
  background-color: hsl(210 40% 96% / 0.1);
}
.active\:bg-muted\/100:active {
  background-color: hsl(210 40% 96% / 1);
}
.active\:bg-muted\/15:active {
  background-color: hsl(210 40% 96% / 0.15);
}
.active\:bg-muted\/20:active {
  background-color: hsl(210 40% 96% / 0.2);
}
.active\:bg-muted\/25:active {
  background-color: hsl(210 40% 96% / 0.25);
}
.active\:bg-muted\/30:active {
  background-color: hsl(210 40% 96% / 0.3);
}
.active\:bg-muted\/35:active {
  background-color: hsl(210 40% 96% / 0.35);
}
.active\:bg-muted\/40:active {
  background-color: hsl(210 40% 96% / 0.4);
}
.active\:bg-muted\/45:active {
  background-color: hsl(210 40% 96% / 0.45);
}
.active\:bg-muted\/5:active {
  background-color: hsl(210 40% 96% / 0.05);
}
.active\:bg-muted\/50:active {
  background-color: hsl(210 40% 96% / 0.5);
}
.active\:bg-muted\/55:active {
  background-color: hsl(210 40% 96% / 0.55);
}
.active\:bg-muted\/60:active {
  background-color: hsl(210 40% 96% / 0.6);
}
.active\:bg-muted\/65:active {
  background-color: hsl(210 40% 96% / 0.65);
}
.active\:bg-muted\/70:active {
  background-color: hsl(210 40% 96% / 0.7);
}
.active\:bg-muted\/75:active {
  background-color: hsl(210 40% 96% / 0.75);
}
.active\:bg-muted\/80:active {
  background-color: hsl(210 40% 96% / 0.8);
}
.active\:bg-muted\/85:active {
  background-color: hsl(210 40% 96% / 0.85);
}
.active\:bg-muted\/90:active {
  background-color: hsl(210 40% 96% / 0.9);
}
.active\:bg-muted\/95:active {
  background-color: hsl(210 40% 96% / 0.95);
}
.active\:bg-popover:active {
  --tw-bg-opacity: 1;
  background-color: hsl(0 0% 100% / var(--tw-bg-opacity, 1));
}
.active\:bg-popover-foreground:active {
  --tw-bg-opacity: 1;
  background-color: hsl(222.2 84% 4.9% / var(--tw-bg-opacity, 1));
}
.active\:bg-popover-foreground\/0:active {
  background-color: hsl(222.2 84% 4.9% / 0);
}
.active\:bg-popover-foreground\/10:active {
  background-color: hsl(222.2 84% 4.9% / 0.1);
}
.active\:bg-popover-foreground\/100:active {
  background-color: hsl(222.2 84% 4.9% / 1);
}
.active\:bg-popover-foreground\/15:active {
  background-color: hsl(222.2 84% 4.9% / 0.15);
}
.active\:bg-popover-foreground\/20:active {
  background-color: hsl(222.2 84% 4.9% / 0.2);
}
.active\:bg-popover-foreground\/25:active {
  background-color: hsl(222.2 84% 4.9% / 0.25);
}
.active\:bg-popover-foreground\/30:active {
  background-color: hsl(222.2 84% 4.9% / 0.3);
}
.active\:bg-popover-foreground\/35:active {
  background-color: hsl(222.2 84% 4.9% / 0.35);
}
.active\:bg-popover-foreground\/40:active {
  background-color: hsl(222.2 84% 4.9% / 0.4);
}
.active\:bg-popover-foreground\/45:active {
  background-color: hsl(222.2 84% 4.9% / 0.45);
}
.active\:bg-popover-foreground\/5:active {
  background-color: hsl(222.2 84% 4.9% / 0.05);
}
.active\:bg-popover-foreground\/50:active {
  background-color: hsl(222.2 84% 4.9% / 0.5);
}
.active\:bg-popover-foreground\/55:active {
  background-color: hsl(222.2 84% 4.9% / 0.55);
}
.active\:bg-popover-foreground\/60:active {
  background-color: hsl(222.2 84% 4.9% / 0.6);
}
.active\:bg-popover-foreground\/65:active {
  background-color: hsl(222.2 84% 4.9% / 0.65);
}
.active\:bg-popover-foreground\/70:active {
  background-color: hsl(222.2 84% 4.9% / 0.7);
}
.active\:bg-popover-foreground\/75:active {
  background-color: hsl(222.2 84% 4.9% / 0.75);
}
.active\:bg-popover-foreground\/80:active {
  background-color: hsl(222.2 84% 4.9% / 0.8);
}
.active\:bg-popover-foreground\/85:active {
  background-color: hsl(222.2 84% 4.9% / 0.85);
}
.active\:bg-popover-foreground\/90:active {
  background-color: hsl(222.2 84% 4.9% / 0.9);
}
.active\:bg-popover-foreground\/95:active {
  background-color: hsl(222.2 84% 4.9% / 0.95);
}
.active\:bg-popover\/0:active {
  background-color: hsl(0 0% 100% / 0);
}
.active\:bg-popover\/10:active {
  background-color: hsl(0 0% 100% / 0.1);
}
.active\:bg-popover\/100:active {
  background-color: hsl(0 0% 100% / 1);
}
.active\:bg-popover\/15:active {
  background-color: hsl(0 0% 100% / 0.15);
}
.active\:bg-popover\/20:active {
  background-color: hsl(0 0% 100% / 0.2);
}
.active\:bg-popover\/25:active {
  background-color: hsl(0 0% 100% / 0.25);
}
.active\:bg-popover\/30:active {
  background-color: hsl(0 0% 100% / 0.3);
}
.active\:bg-popover\/35:active {
  background-color: hsl(0 0% 100% / 0.35);
}
.active\:bg-popover\/40:active {
  background-color: hsl(0 0% 100% / 0.4);
}
.active\:bg-popover\/45:active {
  background-color: hsl(0 0% 100% / 0.45);
}
.active\:bg-popover\/5:active {
  background-color: hsl(0 0% 100% / 0.05);
}
.active\:bg-popover\/50:active {
  background-color: hsl(0 0% 100% / 0.5);
}
.active\:bg-popover\/55:active {
  background-color: hsl(0 0% 100% / 0.55);
}
.active\:bg-popover\/60:active {
  background-color: hsl(0 0% 100% / 0.6);
}
.active\:bg-popover\/65:active {
  background-color: hsl(0 0% 100% / 0.65);
}
.active\:bg-popover\/70:active {
  background-color: hsl(0 0% 100% / 0.7);
}
.active\:bg-popover\/75:active {
  background-color: hsl(0 0% 100% / 0.75);
}
.active\:bg-popover\/80:active {
  background-color: hsl(0 0% 100% / 0.8);
}
.active\:bg-popover\/85:active {
  background-color: hsl(0 0% 100% / 0.85);
}
.active\:bg-popover\/90:active {
  background-color: hsl(0 0% 100% / 0.9);
}
.active\:bg-popover\/95:active {
  background-color: hsl(0 0% 100% / 0.95);
}
.active\:bg-primary:active {
  --tw-bg-opacity: 1;
  background-color: hsl(221.2 83.2% 53.3% / var(--tw-bg-opacity, 1));
}
.active\:bg-primary-foreground:active {
  --tw-bg-opacity: 1;
  background-color: hsl(210 40% 98% / var(--tw-bg-opacity, 1));
}
.active\:bg-primary-foreground\/0:active {
  background-color: hsl(210 40% 98% / 0);
}
.active\:bg-primary-foreground\/10:active {
  background-color: hsl(210 40% 98% / 0.1);
}
.active\:bg-primary-foreground\/100:active {
  background-color: hsl(210 40% 98% / 1);
}
.active\:bg-primary-foreground\/15:active {
  background-color: hsl(210 40% 98% / 0.15);
}
.active\:bg-primary-foreground\/20:active {
  background-color: hsl(210 40% 98% / 0.2);
}
.active\:bg-primary-foreground\/25:active {
  background-color: hsl(210 40% 98% / 0.25);
}
.active\:bg-primary-foreground\/30:active {
  background-color: hsl(210 40% 98% / 0.3);
}
.active\:bg-primary-foreground\/35:active {
  background-color: hsl(210 40% 98% / 0.35);
}
.active\:bg-primary-foreground\/40:active {
  background-color: hsl(210 40% 98% / 0.4);
}
.active\:bg-primary-foreground\/45:active {
  background-color: hsl(210 40% 98% / 0.45);
}
.active\:bg-primary-foreground\/5:active {
  background-color: hsl(210 40% 98% / 0.05);
}
.active\:bg-primary-foreground\/50:active {
  background-color: hsl(210 40% 98% / 0.5);
}
.active\:bg-primary-foreground\/55:active {
  background-color: hsl(210 40% 98% / 0.55);
}
.active\:bg-primary-foreground\/60:active {
  background-color: hsl(210 40% 98% / 0.6);
}
.active\:bg-primary-foreground\/65:active {
  background-color: hsl(210 40% 98% / 0.65);
}
.active\:bg-primary-foreground\/70:active {
  background-color: hsl(210 40% 98% / 0.7);
}
.active\:bg-primary-foreground\/75:active {
  background-color: hsl(210 40% 98% / 0.75);
}
.active\:bg-primary-foreground\/80:active {
  background-color: hsl(210 40% 98% / 0.8);
}
.active\:bg-primary-foreground\/85:active {
  background-color: hsl(210 40% 98% / 0.85);
}
.active\:bg-primary-foreground\/90:active {
  background-color: hsl(210 40% 98% / 0.9);
}
.active\:bg-primary-foreground\/95:active {
  background-color: hsl(210 40% 98% / 0.95);
}
.active\:bg-primary\/0:active {
  background-color: hsl(221.2 83.2% 53.3% / 0);
}
.active\:bg-primary\/10:active {
  background-color: hsl(221.2 83.2% 53.3% / 0.1);
}
.active\:bg-primary\/100:active {
  background-color: hsl(221.2 83.2% 53.3% / 1);
}
.active\:bg-primary\/15:active {
  background-color: hsl(221.2 83.2% 53.3% / 0.15);
}
.active\:bg-primary\/20:active {
  background-color: hsl(221.2 83.2% 53.3% / 0.2);
}
.active\:bg-primary\/25:active {
  background-color: hsl(221.2 83.2% 53.3% / 0.25);
}
.active\:bg-primary\/30:active {
  background-color: hsl(221.2 83.2% 53.3% / 0.3);
}
.active\:bg-primary\/35:active {
  background-color: hsl(221.2 83.2% 53.3% / 0.35);
}
.active\:bg-primary\/40:active {
  background-color: hsl(221.2 83.2% 53.3% / 0.4);
}
.active\:bg-primary\/45:active {
  background-color: hsl(221.2 83.2% 53.3% / 0.45);
}
.active\:bg-primary\/5:active {
  background-color: hsl(221.2 83.2% 53.3% / 0.05);
}
.active\:bg-primary\/50:active {
  background-color: hsl(221.2 83.2% 53.3% / 0.5);
}
.active\:bg-primary\/55:active {
  background-color: hsl(221.2 83.2% 53.3% / 0.55);
}
.active\:bg-primary\/60:active {
  background-color: hsl(221.2 83.2% 53.3% / 0.6);
}
.active\:bg-primary\/65:active {
  background-color: hsl(221.2 83.2% 53.3% / 0.65);
}
.active\:bg-primary\/70:active {
  background-color: hsl(221.2 83.2% 53.3% / 0.7);
}
.active\:bg-primary\/75:active {
  background-color: hsl(221.2 83.2% 53.3% / 0.75);
}
.active\:bg-primary\/80:active {
  background-color: hsl(221.2 83.2% 53.3% / 0.8);
}
.active\:bg-primary\/85:active {
  background-color: hsl(221.2 83.2% 53.3% / 0.85);
}
.active\:bg-primary\/90:active {
  background-color: hsl(221.2 83.2% 53.3% / 0.9);
}
.active\:bg-primary\/95:active {
  background-color: hsl(221.2 83.2% 53.3% / 0.95);
}
.active\:bg-ring:active {
  --tw-bg-opacity: 1;
  background-color: hsl(221.2 83.2% 53.3% / var(--tw-bg-opacity, 1));
}
.active\:bg-ring\/0:active {
  background-color: hsl(221.2 83.2% 53.3% / 0);
}
.active\:bg-ring\/10:active {
  background-color: hsl(221.2 83.2% 53.3% / 0.1);
}
.active\:bg-ring\/100:active {
  background-color: hsl(221.2 83.2% 53.3% / 1);
}
.active\:bg-ring\/15:active {
  background-color: hsl(221.2 83.2% 53.3% / 0.15);
}
.active\:bg-ring\/20:active {
  background-color: hsl(221.2 83.2% 53.3% / 0.2);
}
.active\:bg-ring\/25:active {
  background-color: hsl(221.2 83.2% 53.3% / 0.25);
}
.active\:bg-ring\/30:active {
  background-color: hsl(221.2 83.2% 53.3% / 0.3);
}
.active\:bg-ring\/35:active {
  background-color: hsl(221.2 83.2% 53.3% / 0.35);
}
.active\:bg-ring\/40:active {
  background-color: hsl(221.2 83.2% 53.3% / 0.4);
}
.active\:bg-ring\/45:active {
  background-color: hsl(221.2 83.2% 53.3% / 0.45);
}
.active\:bg-ring\/5:active {
  background-color: hsl(221.2 83.2% 53.3% / 0.05);
}
.active\:bg-ring\/50:active {
  background-color: hsl(221.2 83.2% 53.3% / 0.5);
}
.active\:bg-ring\/55:active {
  background-color: hsl(221.2 83.2% 53.3% / 0.55);
}
.active\:bg-ring\/60:active {
  background-color: hsl(221.2 83.2% 53.3% / 0.6);
}
.active\:bg-ring\/65:active {
  background-color: hsl(221.2 83.2% 53.3% / 0.65);
}
.active\:bg-ring\/70:active {
  background-color: hsl(221.2 83.2% 53.3% / 0.7);
}
.active\:bg-ring\/75:active {
  background-color: hsl(221.2 83.2% 53.3% / 0.75);
}
.active\:bg-ring\/80:active {
  background-color: hsl(221.2 83.2% 53.3% / 0.8);
}
.active\:bg-ring\/85:active {
  background-color: hsl(221.2 83.2% 53.3% / 0.85);
}
.active\:bg-ring\/90:active {
  background-color: hsl(221.2 83.2% 53.3% / 0.9);
}
.active\:bg-ring\/95:active {
  background-color: hsl(221.2 83.2% 53.3% / 0.95);
}
.active\:bg-secondary:active {
  --tw-bg-opacity: 1;
  background-color: hsl(210 40% 96% / var(--tw-bg-opacity, 1));
}
.active\:bg-secondary-foreground:active {
  --tw-bg-opacity: 1;
  background-color: hsl(222.2 84% 4.9% / var(--tw-bg-opacity, 1));
}
.active\:bg-secondary-foreground\/0:active {
  background-color: hsl(222.2 84% 4.9% / 0);
}
.active\:bg-secondary-foreground\/10:active {
  background-color: hsl(222.2 84% 4.9% / 0.1);
}
.active\:bg-secondary-foreground\/100:active {
  background-color: hsl(222.2 84% 4.9% / 1);
}
.active\:bg-secondary-foreground\/15:active {
  background-color: hsl(222.2 84% 4.9% / 0.15);
}
.active\:bg-secondary-foreground\/20:active {
  background-color: hsl(222.2 84% 4.9% / 0.2);
}
.active\:bg-secondary-foreground\/25:active {
  background-color: hsl(222.2 84% 4.9% / 0.25);
}
.active\:bg-secondary-foreground\/30:active {
  background-color: hsl(222.2 84% 4.9% / 0.3);
}
.active\:bg-secondary-foreground\/35:active {
  background-color: hsl(222.2 84% 4.9% / 0.35);
}
.active\:bg-secondary-foreground\/40:active {
  background-color: hsl(222.2 84% 4.9% / 0.4);
}
.active\:bg-secondary-foreground\/45:active {
  background-color: hsl(222.2 84% 4.9% / 0.45);
}
.active\:bg-secondary-foreground\/5:active {
  background-color: hsl(222.2 84% 4.9% / 0.05);
}
.active\:bg-secondary-foreground\/50:active {
  background-color: hsl(222.2 84% 4.9% / 0.5);
}
.active\:bg-secondary-foreground\/55:active {
  background-color: hsl(222.2 84% 4.9% / 0.55);
}
.active\:bg-secondary-foreground\/60:active {
  background-color: hsl(222.2 84% 4.9% / 0.6);
}
.active\:bg-secondary-foreground\/65:active {
  background-color: hsl(222.2 84% 4.9% / 0.65);
}
.active\:bg-secondary-foreground\/70:active {
  background-color: hsl(222.2 84% 4.9% / 0.7);
}
.active\:bg-secondary-foreground\/75:active {
  background-color: hsl(222.2 84% 4.9% / 0.75);
}
.active\:bg-secondary-foreground\/80:active {
  background-color: hsl(222.2 84% 4.9% / 0.8);
}
.active\:bg-secondary-foreground\/85:active {
  background-color: hsl(222.2 84% 4.9% / 0.85);
}
.active\:bg-secondary-foreground\/90:active {
  background-color: hsl(222.2 84% 4.9% / 0.9);
}
.active\:bg-secondary-foreground\/95:active {
  background-color: hsl(222.2 84% 4.9% / 0.95);
}
.active\:bg-secondary\/0:active {
  background-color: hsl(210 40% 96% / 0);
}
.active\:bg-secondary\/10:active {
  background-color: hsl(210 40% 96% / 0.1);
}
.active\:bg-secondary\/100:active {
  background-color: hsl(210 40% 96% / 1);
}
.active\:bg-secondary\/15:active {
  background-color: hsl(210 40% 96% / 0.15);
}
.active\:bg-secondary\/20:active {
  background-color: hsl(210 40% 96% / 0.2);
}
.active\:bg-secondary\/25:active {
  background-color: hsl(210 40% 96% / 0.25);
}
.active\:bg-secondary\/30:active {
  background-color: hsl(210 40% 96% / 0.3);
}
.active\:bg-secondary\/35:active {
  background-color: hsl(210 40% 96% / 0.35);
}
.active\:bg-secondary\/40:active {
  background-color: hsl(210 40% 96% / 0.4);
}
.active\:bg-secondary\/45:active {
  background-color: hsl(210 40% 96% / 0.45);
}
.active\:bg-secondary\/5:active {
  background-color: hsl(210 40% 96% / 0.05);
}
.active\:bg-secondary\/50:active {
  background-color: hsl(210 40% 96% / 0.5);
}
.active\:bg-secondary\/55:active {
  background-color: hsl(210 40% 96% / 0.55);
}
.active\:bg-secondary\/60:active {
  background-color: hsl(210 40% 96% / 0.6);
}
.active\:bg-secondary\/65:active {
  background-color: hsl(210 40% 96% / 0.65);
}
.active\:bg-secondary\/70:active {
  background-color: hsl(210 40% 96% / 0.7);
}
.active\:bg-secondary\/75:active {
  background-color: hsl(210 40% 96% / 0.75);
}
.active\:bg-secondary\/80:active {
  background-color: hsl(210 40% 96% / 0.8);
}
.active\:bg-secondary\/85:active {
  background-color: hsl(210 40% 96% / 0.85);
}
.active\:bg-secondary\/90:active {
  background-color: hsl(210 40% 96% / 0.9);
}
.active\:bg-secondary\/95:active {
  background-color: hsl(210 40% 96% / 0.95);
}
.active\:text-accent:active {
  --tw-text-opacity: 1;
  color: hsl(210 40% 96% / var(--tw-text-opacity, 1));
}
.active\:text-accent-foreground:active {
  --tw-text-opacity: 1;
  color: hsl(222.2 84% 4.9% / var(--tw-text-opacity, 1));
}
.active\:text-accent-foreground\/0:active {
  color: hsl(222.2 84% 4.9% / 0);
}
.active\:text-accent-foreground\/10:active {
  color: hsl(222.2 84% 4.9% / 0.1);
}
.active\:text-accent-foreground\/100:active {
  color: hsl(222.2 84% 4.9% / 1);
}
.active\:text-accent-foreground\/15:active {
  color: hsl(222.2 84% 4.9% / 0.15);
}
.active\:text-accent-foreground\/20:active {
  color: hsl(222.2 84% 4.9% / 0.2);
}
.active\:text-accent-foreground\/25:active {
  color: hsl(222.2 84% 4.9% / 0.25);
}
.active\:text-accent-foreground\/30:active {
  color: hsl(222.2 84% 4.9% / 0.3);
}
.active\:text-accent-foreground\/35:active {
  color: hsl(222.2 84% 4.9% / 0.35);
}
.active\:text-accent-foreground\/40:active {
  color: hsl(222.2 84% 4.9% / 0.4);
}
.active\:text-accent-foreground\/45:active {
  color: hsl(222.2 84% 4.9% / 0.45);
}
.active\:text-accent-foreground\/5:active {
  color: hsl(222.2 84% 4.9% / 0.05);
}
.active\:text-accent-foreground\/50:active {
  color: hsl(222.2 84% 4.9% / 0.5);
}
.active\:text-accent-foreground\/55:active {
  color: hsl(222.2 84% 4.9% / 0.55);
}
.active\:text-accent-foreground\/60:active {
  color: hsl(222.2 84% 4.9% / 0.6);
}
.active\:text-accent-foreground\/65:active {
  color: hsl(222.2 84% 4.9% / 0.65);
}
.active\:text-accent-foreground\/70:active {
  color: hsl(222.2 84% 4.9% / 0.7);
}
.active\:text-accent-foreground\/75:active {
  color: hsl(222.2 84% 4.9% / 0.75);
}
.active\:text-accent-foreground\/80:active {
  color: hsl(222.2 84% 4.9% / 0.8);
}
.active\:text-accent-foreground\/85:active {
  color: hsl(222.2 84% 4.9% / 0.85);
}
.active\:text-accent-foreground\/90:active {
  color: hsl(222.2 84% 4.9% / 0.9);
}
.active\:text-accent-foreground\/95:active {
  color: hsl(222.2 84% 4.9% / 0.95);
}
.active\:text-accent\/0:active {
  color: hsl(210 40% 96% / 0);
}
.active\:text-accent\/10:active {
  color: hsl(210 40% 96% / 0.1);
}
.active\:text-accent\/100:active {
  color: hsl(210 40% 96% / 1);
}
.active\:text-accent\/15:active {
  color: hsl(210 40% 96% / 0.15);
}
.active\:text-accent\/20:active {
  color: hsl(210 40% 96% / 0.2);
}
.active\:text-accent\/25:active {
  color: hsl(210 40% 96% / 0.25);
}
.active\:text-accent\/30:active {
  color: hsl(210 40% 96% / 0.3);
}
.active\:text-accent\/35:active {
  color: hsl(210 40% 96% / 0.35);
}
.active\:text-accent\/40:active {
  color: hsl(210 40% 96% / 0.4);
}
.active\:text-accent\/45:active {
  color: hsl(210 40% 96% / 0.45);
}
.active\:text-accent\/5:active {
  color: hsl(210 40% 96% / 0.05);
}
.active\:text-accent\/50:active {
  color: hsl(210 40% 96% / 0.5);
}
.active\:text-accent\/55:active {
  color: hsl(210 40% 96% / 0.55);
}
.active\:text-accent\/60:active {
  color: hsl(210 40% 96% / 0.6);
}
.active\:text-accent\/65:active {
  color: hsl(210 40% 96% / 0.65);
}
.active\:text-accent\/70:active {
  color: hsl(210 40% 96% / 0.7);
}
.active\:text-accent\/75:active {
  color: hsl(210 40% 96% / 0.75);
}
.active\:text-accent\/80:active {
  color: hsl(210 40% 96% / 0.8);
}
.active\:text-accent\/85:active {
  color: hsl(210 40% 96% / 0.85);
}
.active\:text-accent\/90:active {
  color: hsl(210 40% 96% / 0.9);
}
.active\:text-accent\/95:active {
  color: hsl(210 40% 96% / 0.95);
}
.active\:text-background:active {
  --tw-text-opacity: 1;
  color: hsl(0 0% 100% / var(--tw-text-opacity, 1));
}
.active\:text-background\/0:active {
  color: hsl(0 0% 100% / 0);
}
.active\:text-background\/10:active {
  color: hsl(0 0% 100% / 0.1);
}
.active\:text-background\/100:active {
  color: hsl(0 0% 100% / 1);
}
.active\:text-background\/15:active {
  color: hsl(0 0% 100% / 0.15);
}
.active\:text-background\/20:active {
  color: hsl(0 0% 100% / 0.2);
}
.active\:text-background\/25:active {
  color: hsl(0 0% 100% / 0.25);
}
.active\:text-background\/30:active {
  color: hsl(0 0% 100% / 0.3);
}
.active\:text-background\/35:active {
  color: hsl(0 0% 100% / 0.35);
}
.active\:text-background\/40:active {
  color: hsl(0 0% 100% / 0.4);
}
.active\:text-background\/45:active {
  color: hsl(0 0% 100% / 0.45);
}
.active\:text-background\/5:active {
  color: hsl(0 0% 100% / 0.05);
}
.active\:text-background\/50:active {
  color: hsl(0 0% 100% / 0.5);
}
.active\:text-background\/55:active {
  color: hsl(0 0% 100% / 0.55);
}
.active\:text-background\/60:active {
  color: hsl(0 0% 100% / 0.6);
}
.active\:text-background\/65:active {
  color: hsl(0 0% 100% / 0.65);
}
.active\:text-background\/70:active {
  color: hsl(0 0% 100% / 0.7);
}
.active\:text-background\/75:active {
  color: hsl(0 0% 100% / 0.75);
}
.active\:text-background\/80:active {
  color: hsl(0 0% 100% / 0.8);
}
.active\:text-background\/85:active {
  color: hsl(0 0% 100% / 0.85);
}
.active\:text-background\/90:active {
  color: hsl(0 0% 100% / 0.9);
}
.active\:text-background\/95:active {
  color: hsl(0 0% 100% / 0.95);
}
.active\:text-border:active {
  --tw-text-opacity: 1;
  color: hsl(214.3 31.8% 91.4% / var(--tw-text-opacity, 1));
}
.active\:text-border\/0:active {
  color: hsl(214.3 31.8% 91.4% / 0);
}
.active\:text-border\/10:active {
  color: hsl(214.3 31.8% 91.4% / 0.1);
}
.active\:text-border\/100:active {
  color: hsl(214.3 31.8% 91.4% / 1);
}
.active\:text-border\/15:active {
  color: hsl(214.3 31.8% 91.4% / 0.15);
}
.active\:text-border\/20:active {
  color: hsl(214.3 31.8% 91.4% / 0.2);
}
.active\:text-border\/25:active {
  color: hsl(214.3 31.8% 91.4% / 0.25);
}
.active\:text-border\/30:active {
  color: hsl(214.3 31.8% 91.4% / 0.3);
}
.active\:text-border\/35:active {
  color: hsl(214.3 31.8% 91.4% / 0.35);
}
.active\:text-border\/40:active {
  color: hsl(214.3 31.8% 91.4% / 0.4);
}
.active\:text-border\/45:active {
  color: hsl(214.3 31.8% 91.4% / 0.45);
}
.active\:text-border\/5:active {
  color: hsl(214.3 31.8% 91.4% / 0.05);
}
.active\:text-border\/50:active {
  color: hsl(214.3 31.8% 91.4% / 0.5);
}
.active\:text-border\/55:active {
  color: hsl(214.3 31.8% 91.4% / 0.55);
}
.active\:text-border\/60:active {
  color: hsl(214.3 31.8% 91.4% / 0.6);
}
.active\:text-border\/65:active {
  color: hsl(214.3 31.8% 91.4% / 0.65);
}
.active\:text-border\/70:active {
  color: hsl(214.3 31.8% 91.4% / 0.7);
}
.active\:text-border\/75:active {
  color: hsl(214.3 31.8% 91.4% / 0.75);
}
.active\:text-border\/80:active {
  color: hsl(214.3 31.8% 91.4% / 0.8);
}
.active\:text-border\/85:active {
  color: hsl(214.3 31.8% 91.4% / 0.85);
}
.active\:text-border\/90:active {
  color: hsl(214.3 31.8% 91.4% / 0.9);
}
.active\:text-border\/95:active {
  color: hsl(214.3 31.8% 91.4% / 0.95);
}
.active\:text-card:active {
  --tw-text-opacity: 1;
  color: hsl(0 0% 100% / var(--tw-text-opacity, 1));
}
.active\:text-card-foreground:active {
  --tw-text-opacity: 1;
  color: hsl(222.2 84% 4.9% / var(--tw-text-opacity, 1));
}
.active\:text-card-foreground\/0:active {
  color: hsl(222.2 84% 4.9% / 0);
}
.active\:text-card-foreground\/10:active {
  color: hsl(222.2 84% 4.9% / 0.1);
}
.active\:text-card-foreground\/100:active {
  color: hsl(222.2 84% 4.9% / 1);
}
.active\:text-card-foreground\/15:active {
  color: hsl(222.2 84% 4.9% / 0.15);
}
.active\:text-card-foreground\/20:active {
  color: hsl(222.2 84% 4.9% / 0.2);
}
.active\:text-card-foreground\/25:active {
  color: hsl(222.2 84% 4.9% / 0.25);
}
.active\:text-card-foreground\/30:active {
  color: hsl(222.2 84% 4.9% / 0.3);
}
.active\:text-card-foreground\/35:active {
  color: hsl(222.2 84% 4.9% / 0.35);
}
.active\:text-card-foreground\/40:active {
  color: hsl(222.2 84% 4.9% / 0.4);
}
.active\:text-card-foreground\/45:active {
  color: hsl(222.2 84% 4.9% / 0.45);
}
.active\:text-card-foreground\/5:active {
  color: hsl(222.2 84% 4.9% / 0.05);
}
.active\:text-card-foreground\/50:active {
  color: hsl(222.2 84% 4.9% / 0.5);
}
.active\:text-card-foreground\/55:active {
  color: hsl(222.2 84% 4.9% / 0.55);
}
.active\:text-card-foreground\/60:active {
  color: hsl(222.2 84% 4.9% / 0.6);
}
.active\:text-card-foreground\/65:active {
  color: hsl(222.2 84% 4.9% / 0.65);
}
.active\:text-card-foreground\/70:active {
  color: hsl(222.2 84% 4.9% / 0.7);
}
.active\:text-card-foreground\/75:active {
  color: hsl(222.2 84% 4.9% / 0.75);
}
.active\:text-card-foreground\/80:active {
  color: hsl(222.2 84% 4.9% / 0.8);
}
.active\:text-card-foreground\/85:active {
  color: hsl(222.2 84% 4.9% / 0.85);
}
.active\:text-card-foreground\/90:active {
  color: hsl(222.2 84% 4.9% / 0.9);
}
.active\:text-card-foreground\/95:active {
  color: hsl(222.2 84% 4.9% / 0.95);
}
.active\:text-card\/0:active {
  color: hsl(0 0% 100% / 0);
}
.active\:text-card\/10:active {
  color: hsl(0 0% 100% / 0.1);
}
.active\:text-card\/100:active {
  color: hsl(0 0% 100% / 1);
}
.active\:text-card\/15:active {
  color: hsl(0 0% 100% / 0.15);
}
.active\:text-card\/20:active {
  color: hsl(0 0% 100% / 0.2);
}
.active\:text-card\/25:active {
  color: hsl(0 0% 100% / 0.25);
}
.active\:text-card\/30:active {
  color: hsl(0 0% 100% / 0.3);
}
.active\:text-card\/35:active {
  color: hsl(0 0% 100% / 0.35);
}
.active\:text-card\/40:active {
  color: hsl(0 0% 100% / 0.4);
}
.active\:text-card\/45:active {
  color: hsl(0 0% 100% / 0.45);
}
.active\:text-card\/5:active {
  color: hsl(0 0% 100% / 0.05);
}
.active\:text-card\/50:active {
  color: hsl(0 0% 100% / 0.5);
}
.active\:text-card\/55:active {
  color: hsl(0 0% 100% / 0.55);
}
.active\:text-card\/60:active {
  color: hsl(0 0% 100% / 0.6);
}
.active\:text-card\/65:active {
  color: hsl(0 0% 100% / 0.65);
}
.active\:text-card\/70:active {
  color: hsl(0 0% 100% / 0.7);
}
.active\:text-card\/75:active {
  color: hsl(0 0% 100% / 0.75);
}
.active\:text-card\/80:active {
  color: hsl(0 0% 100% / 0.8);
}
.active\:text-card\/85:active {
  color: hsl(0 0% 100% / 0.85);
}
.active\:text-card\/90:active {
  color: hsl(0 0% 100% / 0.9);
}
.active\:text-card\/95:active {
  color: hsl(0 0% 100% / 0.95);
}
.active\:text-destructive:active {
  --tw-text-opacity: 1;
  color: hsl(0 84.2% 60.2% / var(--tw-text-opacity, 1));
}
.active\:text-destructive-foreground:active {
  --tw-text-opacity: 1;
  color: hsl(210 40% 98% / var(--tw-text-opacity, 1));
}
.active\:text-destructive-foreground\/0:active {
  color: hsl(210 40% 98% / 0);
}
.active\:text-destructive-foreground\/10:active {
  color: hsl(210 40% 98% / 0.1);
}
.active\:text-destructive-foreground\/100:active {
  color: hsl(210 40% 98% / 1);
}
.active\:text-destructive-foreground\/15:active {
  color: hsl(210 40% 98% / 0.15);
}
.active\:text-destructive-foreground\/20:active {
  color: hsl(210 40% 98% / 0.2);
}
.active\:text-destructive-foreground\/25:active {
  color: hsl(210 40% 98% / 0.25);
}
.active\:text-destructive-foreground\/30:active {
  color: hsl(210 40% 98% / 0.3);
}
.active\:text-destructive-foreground\/35:active {
  color: hsl(210 40% 98% / 0.35);
}
.active\:text-destructive-foreground\/40:active {
  color: hsl(210 40% 98% / 0.4);
}
.active\:text-destructive-foreground\/45:active {
  color: hsl(210 40% 98% / 0.45);
}
.active\:text-destructive-foreground\/5:active {
  color: hsl(210 40% 98% / 0.05);
}
.active\:text-destructive-foreground\/50:active {
  color: hsl(210 40% 98% / 0.5);
}
.active\:text-destructive-foreground\/55:active {
  color: hsl(210 40% 98% / 0.55);
}
.active\:text-destructive-foreground\/60:active {
  color: hsl(210 40% 98% / 0.6);
}
.active\:text-destructive-foreground\/65:active {
  color: hsl(210 40% 98% / 0.65);
}
.active\:text-destructive-foreground\/70:active {
  color: hsl(210 40% 98% / 0.7);
}
.active\:text-destructive-foreground\/75:active {
  color: hsl(210 40% 98% / 0.75);
}
.active\:text-destructive-foreground\/80:active {
  color: hsl(210 40% 98% / 0.8);
}
.active\:text-destructive-foreground\/85:active {
  color: hsl(210 40% 98% / 0.85);
}
.active\:text-destructive-foreground\/90:active {
  color: hsl(210 40% 98% / 0.9);
}
.active\:text-destructive-foreground\/95:active {
  color: hsl(210 40% 98% / 0.95);
}
.active\:text-destructive\/0:active {
  color: hsl(0 84.2% 60.2% / 0);
}
.active\:text-destructive\/10:active {
  color: hsl(0 84.2% 60.2% / 0.1);
}
.active\:text-destructive\/100:active {
  color: hsl(0 84.2% 60.2% / 1);
}
.active\:text-destructive\/15:active {
  color: hsl(0 84.2% 60.2% / 0.15);
}
.active\:text-destructive\/20:active {
  color: hsl(0 84.2% 60.2% / 0.2);
}
.active\:text-destructive\/25:active {
  color: hsl(0 84.2% 60.2% / 0.25);
}
.active\:text-destructive\/30:active {
  color: hsl(0 84.2% 60.2% / 0.3);
}
.active\:text-destructive\/35:active {
  color: hsl(0 84.2% 60.2% / 0.35);
}
.active\:text-destructive\/40:active {
  color: hsl(0 84.2% 60.2% / 0.4);
}
.active\:text-destructive\/45:active {
  color: hsl(0 84.2% 60.2% / 0.45);
}
.active\:text-destructive\/5:active {
  color: hsl(0 84.2% 60.2% / 0.05);
}
.active\:text-destructive\/50:active {
  color: hsl(0 84.2% 60.2% / 0.5);
}
.active\:text-destructive\/55:active {
  color: hsl(0 84.2% 60.2% / 0.55);
}
.active\:text-destructive\/60:active {
  color: hsl(0 84.2% 60.2% / 0.6);
}
.active\:text-destructive\/65:active {
  color: hsl(0 84.2% 60.2% / 0.65);
}
.active\:text-destructive\/70:active {
  color: hsl(0 84.2% 60.2% / 0.7);
}
.active\:text-destructive\/75:active {
  color: hsl(0 84.2% 60.2% / 0.75);
}
.active\:text-destructive\/80:active {
  color: hsl(0 84.2% 60.2% / 0.8);
}
.active\:text-destructive\/85:active {
  color: hsl(0 84.2% 60.2% / 0.85);
}
.active\:text-destructive\/90:active {
  color: hsl(0 84.2% 60.2% / 0.9);
}
.active\:text-destructive\/95:active {
  color: hsl(0 84.2% 60.2% / 0.95);
}
.active\:text-foreground:active {
  --tw-text-opacity: 1;
  color: hsl(222.2 84% 4.9% / var(--tw-text-opacity, 1));
}
.active\:text-foreground\/0:active {
  color: hsl(222.2 84% 4.9% / 0);
}
.active\:text-foreground\/10:active {
  color: hsl(222.2 84% 4.9% / 0.1);
}
.active\:text-foreground\/100:active {
  color: hsl(222.2 84% 4.9% / 1);
}
.active\:text-foreground\/15:active {
  color: hsl(222.2 84% 4.9% / 0.15);
}
.active\:text-foreground\/20:active {
  color: hsl(222.2 84% 4.9% / 0.2);
}
.active\:text-foreground\/25:active {
  color: hsl(222.2 84% 4.9% / 0.25);
}
.active\:text-foreground\/30:active {
  color: hsl(222.2 84% 4.9% / 0.3);
}
.active\:text-foreground\/35:active {
  color: hsl(222.2 84% 4.9% / 0.35);
}
.active\:text-foreground\/40:active {
  color: hsl(222.2 84% 4.9% / 0.4);
}
.active\:text-foreground\/45:active {
  color: hsl(222.2 84% 4.9% / 0.45);
}
.active\:text-foreground\/5:active {
  color: hsl(222.2 84% 4.9% / 0.05);
}
.active\:text-foreground\/50:active {
  color: hsl(222.2 84% 4.9% / 0.5);
}
.active\:text-foreground\/55:active {
  color: hsl(222.2 84% 4.9% / 0.55);
}
.active\:text-foreground\/60:active {
  color: hsl(222.2 84% 4.9% / 0.6);
}
.active\:text-foreground\/65:active {
  color: hsl(222.2 84% 4.9% / 0.65);
}
.active\:text-foreground\/70:active {
  color: hsl(222.2 84% 4.9% / 0.7);
}
.active\:text-foreground\/75:active {
  color: hsl(222.2 84% 4.9% / 0.75);
}
.active\:text-foreground\/80:active {
  color: hsl(222.2 84% 4.9% / 0.8);
}
.active\:text-foreground\/85:active {
  color: hsl(222.2 84% 4.9% / 0.85);
}
.active\:text-foreground\/90:active {
  color: hsl(222.2 84% 4.9% / 0.9);
}
.active\:text-foreground\/95:active {
  color: hsl(222.2 84% 4.9% / 0.95);
}
.active\:text-input:active {
  --tw-text-opacity: 1;
  color: hsl(214.3 31.8% 91.4% / var(--tw-text-opacity, 1));
}
.active\:text-input\/0:active {
  color: hsl(214.3 31.8% 91.4% / 0);
}
.active\:text-input\/10:active {
  color: hsl(214.3 31.8% 91.4% / 0.1);
}
.active\:text-input\/100:active {
  color: hsl(214.3 31.8% 91.4% / 1);
}
.active\:text-input\/15:active {
  color: hsl(214.3 31.8% 91.4% / 0.15);
}
.active\:text-input\/20:active {
  color: hsl(214.3 31.8% 91.4% / 0.2);
}
.active\:text-input\/25:active {
  color: hsl(214.3 31.8% 91.4% / 0.25);
}
.active\:text-input\/30:active {
  color: hsl(214.3 31.8% 91.4% / 0.3);
}
.active\:text-input\/35:active {
  color: hsl(214.3 31.8% 91.4% / 0.35);
}
.active\:text-input\/40:active {
  color: hsl(214.3 31.8% 91.4% / 0.4);
}
.active\:text-input\/45:active {
  color: hsl(214.3 31.8% 91.4% / 0.45);
}
.active\:text-input\/5:active {
  color: hsl(214.3 31.8% 91.4% / 0.05);
}
.active\:text-input\/50:active {
  color: hsl(214.3 31.8% 91.4% / 0.5);
}
.active\:text-input\/55:active {
  color: hsl(214.3 31.8% 91.4% / 0.55);
}
.active\:text-input\/60:active {
  color: hsl(214.3 31.8% 91.4% / 0.6);
}
.active\:text-input\/65:active {
  color: hsl(214.3 31.8% 91.4% / 0.65);
}
.active\:text-input\/70:active {
  color: hsl(214.3 31.8% 91.4% / 0.7);
}
.active\:text-input\/75:active {
  color: hsl(214.3 31.8% 91.4% / 0.75);
}
.active\:text-input\/80:active {
  color: hsl(214.3 31.8% 91.4% / 0.8);
}
.active\:text-input\/85:active {
  color: hsl(214.3 31.8% 91.4% / 0.85);
}
.active\:text-input\/90:active {
  color: hsl(214.3 31.8% 91.4% / 0.9);
}
.active\:text-input\/95:active {
  color: hsl(214.3 31.8% 91.4% / 0.95);
}
.active\:text-muted:active {
  --tw-text-opacity: 1;
  color: hsl(210 40% 96% / var(--tw-text-opacity, 1));
}
.active\:text-muted-foreground:active {
  --tw-text-opacity: 1;
  color: hsl(215.4 16.3% 46.9% / var(--tw-text-opacity, 1));
}
.active\:text-muted-foreground\/0:active {
  color: hsl(215.4 16.3% 46.9% / 0);
}
.active\:text-muted-foreground\/10:active {
  color: hsl(215.4 16.3% 46.9% / 0.1);
}
.active\:text-muted-foreground\/100:active {
  color: hsl(215.4 16.3% 46.9% / 1);
}
.active\:text-muted-foreground\/15:active {
  color: hsl(215.4 16.3% 46.9% / 0.15);
}
.active\:text-muted-foreground\/20:active {
  color: hsl(215.4 16.3% 46.9% / 0.2);
}
.active\:text-muted-foreground\/25:active {
  color: hsl(215.4 16.3% 46.9% / 0.25);
}
.active\:text-muted-foreground\/30:active {
  color: hsl(215.4 16.3% 46.9% / 0.3);
}
.active\:text-muted-foreground\/35:active {
  color: hsl(215.4 16.3% 46.9% / 0.35);
}
.active\:text-muted-foreground\/40:active {
  color: hsl(215.4 16.3% 46.9% / 0.4);
}
.active\:text-muted-foreground\/45:active {
  color: hsl(215.4 16.3% 46.9% / 0.45);
}
.active\:text-muted-foreground\/5:active {
  color: hsl(215.4 16.3% 46.9% / 0.05);
}
.active\:text-muted-foreground\/50:active {
  color: hsl(215.4 16.3% 46.9% / 0.5);
}
.active\:text-muted-foreground\/55:active {
  color: hsl(215.4 16.3% 46.9% / 0.55);
}
.active\:text-muted-foreground\/60:active {
  color: hsl(215.4 16.3% 46.9% / 0.6);
}
.active\:text-muted-foreground\/65:active {
  color: hsl(215.4 16.3% 46.9% / 0.65);
}
.active\:text-muted-foreground\/70:active {
  color: hsl(215.4 16.3% 46.9% / 0.7);
}
.active\:text-muted-foreground\/75:active {
  color: hsl(215.4 16.3% 46.9% / 0.75);
}
.active\:text-muted-foreground\/80:active {
  color: hsl(215.4 16.3% 46.9% / 0.8);
}
.active\:text-muted-foreground\/85:active {
  color: hsl(215.4 16.3% 46.9% / 0.85);
}
.active\:text-muted-foreground\/90:active {
  color: hsl(215.4 16.3% 46.9% / 0.9);
}
.active\:text-muted-foreground\/95:active {
  color: hsl(215.4 16.3% 46.9% / 0.95);
}
.active\:text-muted\/0:active {
  color: hsl(210 40% 96% / 0);
}
.active\:text-muted\/10:active {
  color: hsl(210 40% 96% / 0.1);
}
.active\:text-muted\/100:active {
  color: hsl(210 40% 96% / 1);
}
.active\:text-muted\/15:active {
  color: hsl(210 40% 96% / 0.15);
}
.active\:text-muted\/20:active {
  color: hsl(210 40% 96% / 0.2);
}
.active\:text-muted\/25:active {
  color: hsl(210 40% 96% / 0.25);
}
.active\:text-muted\/30:active {
  color: hsl(210 40% 96% / 0.3);
}
.active\:text-muted\/35:active {
  color: hsl(210 40% 96% / 0.35);
}
.active\:text-muted\/40:active {
  color: hsl(210 40% 96% / 0.4);
}
.active\:text-muted\/45:active {
  color: hsl(210 40% 96% / 0.45);
}
.active\:text-muted\/5:active {
  color: hsl(210 40% 96% / 0.05);
}
.active\:text-muted\/50:active {
  color: hsl(210 40% 96% / 0.5);
}
.active\:text-muted\/55:active {
  color: hsl(210 40% 96% / 0.55);
}
.active\:text-muted\/60:active {
  color: hsl(210 40% 96% / 0.6);
}
.active\:text-muted\/65:active {
  color: hsl(210 40% 96% / 0.65);
}
.active\:text-muted\/70:active {
  color: hsl(210 40% 96% / 0.7);
}
.active\:text-muted\/75:active {
  color: hsl(210 40% 96% / 0.75);
}
.active\:text-muted\/80:active {
  color: hsl(210 40% 96% / 0.8);
}
.active\:text-muted\/85:active {
  color: hsl(210 40% 96% / 0.85);
}
.active\:text-muted\/90:active {
  color: hsl(210 40% 96% / 0.9);
}
.active\:text-muted\/95:active {
  color: hsl(210 40% 96% / 0.95);
}
.active\:text-popover:active {
  --tw-text-opacity: 1;
  color: hsl(0 0% 100% / var(--tw-text-opacity, 1));
}
.active\:text-popover-foreground:active {
  --tw-text-opacity: 1;
  color: hsl(222.2 84% 4.9% / var(--tw-text-opacity, 1));
}
.active\:text-popover-foreground\/0:active {
  color: hsl(222.2 84% 4.9% / 0);
}
.active\:text-popover-foreground\/10:active {
  color: hsl(222.2 84% 4.9% / 0.1);
}
.active\:text-popover-foreground\/100:active {
  color: hsl(222.2 84% 4.9% / 1);
}
.active\:text-popover-foreground\/15:active {
  color: hsl(222.2 84% 4.9% / 0.15);
}
.active\:text-popover-foreground\/20:active {
  color: hsl(222.2 84% 4.9% / 0.2);
}
.active\:text-popover-foreground\/25:active {
  color: hsl(222.2 84% 4.9% / 0.25);
}
.active\:text-popover-foreground\/30:active {
  color: hsl(222.2 84% 4.9% / 0.3);
}
.active\:text-popover-foreground\/35:active {
  color: hsl(222.2 84% 4.9% / 0.35);
}
.active\:text-popover-foreground\/40:active {
  color: hsl(222.2 84% 4.9% / 0.4);
}
.active\:text-popover-foreground\/45:active {
  color: hsl(222.2 84% 4.9% / 0.45);
}
.active\:text-popover-foreground\/5:active {
  color: hsl(222.2 84% 4.9% / 0.05);
}
.active\:text-popover-foreground\/50:active {
  color: hsl(222.2 84% 4.9% / 0.5);
}
.active\:text-popover-foreground\/55:active {
  color: hsl(222.2 84% 4.9% / 0.55);
}
.active\:text-popover-foreground\/60:active {
  color: hsl(222.2 84% 4.9% / 0.6);
}
.active\:text-popover-foreground\/65:active {
  color: hsl(222.2 84% 4.9% / 0.65);
}
.active\:text-popover-foreground\/70:active {
  color: hsl(222.2 84% 4.9% / 0.7);
}
.active\:text-popover-foreground\/75:active {
  color: hsl(222.2 84% 4.9% / 0.75);
}
.active\:text-popover-foreground\/80:active {
  color: hsl(222.2 84% 4.9% / 0.8);
}
.active\:text-popover-foreground\/85:active {
  color: hsl(222.2 84% 4.9% / 0.85);
}
.active\:text-popover-foreground\/90:active {
  color: hsl(222.2 84% 4.9% / 0.9);
}
.active\:text-popover-foreground\/95:active {
  color: hsl(222.2 84% 4.9% / 0.95);
}
.active\:text-popover\/0:active {
  color: hsl(0 0% 100% / 0);
}
.active\:text-popover\/10:active {
  color: hsl(0 0% 100% / 0.1);
}
.active\:text-popover\/100:active {
  color: hsl(0 0% 100% / 1);
}
.active\:text-popover\/15:active {
  color: hsl(0 0% 100% / 0.15);
}
.active\:text-popover\/20:active {
  color: hsl(0 0% 100% / 0.2);
}
.active\:text-popover\/25:active {
  color: hsl(0 0% 100% / 0.25);
}
.active\:text-popover\/30:active {
  color: hsl(0 0% 100% / 0.3);
}
.active\:text-popover\/35:active {
  color: hsl(0 0% 100% / 0.35);
}
.active\:text-popover\/40:active {
  color: hsl(0 0% 100% / 0.4);
}
.active\:text-popover\/45:active {
  color: hsl(0 0% 100% / 0.45);
}
.active\:text-popover\/5:active {
  color: hsl(0 0% 100% / 0.05);
}
.active\:text-popover\/50:active {
  color: hsl(0 0% 100% / 0.5);
}
.active\:text-popover\/55:active {
  color: hsl(0 0% 100% / 0.55);
}
.active\:text-popover\/60:active {
  color: hsl(0 0% 100% / 0.6);
}
.active\:text-popover\/65:active {
  color: hsl(0 0% 100% / 0.65);
}
.active\:text-popover\/70:active {
  color: hsl(0 0% 100% / 0.7);
}
.active\:text-popover\/75:active {
  color: hsl(0 0% 100% / 0.75);
}
.active\:text-popover\/80:active {
  color: hsl(0 0% 100% / 0.8);
}
.active\:text-popover\/85:active {
  color: hsl(0 0% 100% / 0.85);
}
.active\:text-popover\/90:active {
  color: hsl(0 0% 100% / 0.9);
}
.active\:text-popover\/95:active {
  color: hsl(0 0% 100% / 0.95);
}
.active\:text-primary:active {
  --tw-text-opacity: 1;
  color: hsl(221.2 83.2% 53.3% / var(--tw-text-opacity, 1));
}
.active\:text-primary-foreground:active {
  --tw-text-opacity: 1;
  color: hsl(210 40% 98% / var(--tw-text-opacity, 1));
}
.active\:text-primary-foreground\/0:active {
  color: hsl(210 40% 98% / 0);
}
.active\:text-primary-foreground\/10:active {
  color: hsl(210 40% 98% / 0.1);
}
.active\:text-primary-foreground\/100:active {
  color: hsl(210 40% 98% / 1);
}
.active\:text-primary-foreground\/15:active {
  color: hsl(210 40% 98% / 0.15);
}
.active\:text-primary-foreground\/20:active {
  color: hsl(210 40% 98% / 0.2);
}
.active\:text-primary-foreground\/25:active {
  color: hsl(210 40% 98% / 0.25);
}
.active\:text-primary-foreground\/30:active {
  color: hsl(210 40% 98% / 0.3);
}
.active\:text-primary-foreground\/35:active {
  color: hsl(210 40% 98% / 0.35);
}
.active\:text-primary-foreground\/40:active {
  color: hsl(210 40% 98% / 0.4);
}
.active\:text-primary-foreground\/45:active {
  color: hsl(210 40% 98% / 0.45);
}
.active\:text-primary-foreground\/5:active {
  color: hsl(210 40% 98% / 0.05);
}
.active\:text-primary-foreground\/50:active {
  color: hsl(210 40% 98% / 0.5);
}
.active\:text-primary-foreground\/55:active {
  color: hsl(210 40% 98% / 0.55);
}
.active\:text-primary-foreground\/60:active {
  color: hsl(210 40% 98% / 0.6);
}
.active\:text-primary-foreground\/65:active {
  color: hsl(210 40% 98% / 0.65);
}
.active\:text-primary-foreground\/70:active {
  color: hsl(210 40% 98% / 0.7);
}
.active\:text-primary-foreground\/75:active {
  color: hsl(210 40% 98% / 0.75);
}
.active\:text-primary-foreground\/80:active {
  color: hsl(210 40% 98% / 0.8);
}
.active\:text-primary-foreground\/85:active {
  color: hsl(210 40% 98% / 0.85);
}
.active\:text-primary-foreground\/90:active {
  color: hsl(210 40% 98% / 0.9);
}
.active\:text-primary-foreground\/95:active {
  color: hsl(210 40% 98% / 0.95);
}
.active\:text-primary\/0:active {
  color: hsl(221.2 83.2% 53.3% / 0);
}
.active\:text-primary\/10:active {
  color: hsl(221.2 83.2% 53.3% / 0.1);
}
.active\:text-primary\/100:active {
  color: hsl(221.2 83.2% 53.3% / 1);
}
.active\:text-primary\/15:active {
  color: hsl(221.2 83.2% 53.3% / 0.15);
}
.active\:text-primary\/20:active {
  color: hsl(221.2 83.2% 53.3% / 0.2);
}
.active\:text-primary\/25:active {
  color: hsl(221.2 83.2% 53.3% / 0.25);
}
.active\:text-primary\/30:active {
  color: hsl(221.2 83.2% 53.3% / 0.3);
}
.active\:text-primary\/35:active {
  color: hsl(221.2 83.2% 53.3% / 0.35);
}
.active\:text-primary\/40:active {
  color: hsl(221.2 83.2% 53.3% / 0.4);
}
.active\:text-primary\/45:active {
  color: hsl(221.2 83.2% 53.3% / 0.45);
}
.active\:text-primary\/5:active {
  color: hsl(221.2 83.2% 53.3% / 0.05);
}
.active\:text-primary\/50:active {
  color: hsl(221.2 83.2% 53.3% / 0.5);
}
.active\:text-primary\/55:active {
  color: hsl(221.2 83.2% 53.3% / 0.55);
}
.active\:text-primary\/60:active {
  color: hsl(221.2 83.2% 53.3% / 0.6);
}
.active\:text-primary\/65:active {
  color: hsl(221.2 83.2% 53.3% / 0.65);
}
.active\:text-primary\/70:active {
  color: hsl(221.2 83.2% 53.3% / 0.7);
}
.active\:text-primary\/75:active {
  color: hsl(221.2 83.2% 53.3% / 0.75);
}
.active\:text-primary\/80:active {
  color: hsl(221.2 83.2% 53.3% / 0.8);
}
.active\:text-primary\/85:active {
  color: hsl(221.2 83.2% 53.3% / 0.85);
}
.active\:text-primary\/90:active {
  color: hsl(221.2 83.2% 53.3% / 0.9);
}
.active\:text-primary\/95:active {
  color: hsl(221.2 83.2% 53.3% / 0.95);
}
.active\:text-ring:active {
  --tw-text-opacity: 1;
  color: hsl(221.2 83.2% 53.3% / var(--tw-text-opacity, 1));
}
.active\:text-ring\/0:active {
  color: hsl(221.2 83.2% 53.3% / 0);
}
.active\:text-ring\/10:active {
  color: hsl(221.2 83.2% 53.3% / 0.1);
}
.active\:text-ring\/100:active {
  color: hsl(221.2 83.2% 53.3% / 1);
}
.active\:text-ring\/15:active {
  color: hsl(221.2 83.2% 53.3% / 0.15);
}
.active\:text-ring\/20:active {
  color: hsl(221.2 83.2% 53.3% / 0.2);
}
.active\:text-ring\/25:active {
  color: hsl(221.2 83.2% 53.3% / 0.25);
}
.active\:text-ring\/30:active {
  color: hsl(221.2 83.2% 53.3% / 0.3);
}
.active\:text-ring\/35:active {
  color: hsl(221.2 83.2% 53.3% / 0.35);
}
.active\:text-ring\/40:active {
  color: hsl(221.2 83.2% 53.3% / 0.4);
}
.active\:text-ring\/45:active {
  color: hsl(221.2 83.2% 53.3% / 0.45);
}
.active\:text-ring\/5:active {
  color: hsl(221.2 83.2% 53.3% / 0.05);
}
.active\:text-ring\/50:active {
  color: hsl(221.2 83.2% 53.3% / 0.5);
}
.active\:text-ring\/55:active {
  color: hsl(221.2 83.2% 53.3% / 0.55);
}
.active\:text-ring\/60:active {
  color: hsl(221.2 83.2% 53.3% / 0.6);
}
.active\:text-ring\/65:active {
  color: hsl(221.2 83.2% 53.3% / 0.65);
}
.active\:text-ring\/70:active {
  color: hsl(221.2 83.2% 53.3% / 0.7);
}
.active\:text-ring\/75:active {
  color: hsl(221.2 83.2% 53.3% / 0.75);
}
.active\:text-ring\/80:active {
  color: hsl(221.2 83.2% 53.3% / 0.8);
}
.active\:text-ring\/85:active {
  color: hsl(221.2 83.2% 53.3% / 0.85);
}
.active\:text-ring\/90:active {
  color: hsl(221.2 83.2% 53.3% / 0.9);
}
.active\:text-ring\/95:active {
  color: hsl(221.2 83.2% 53.3% / 0.95);
}
.active\:text-secondary:active {
  --tw-text-opacity: 1;
  color: hsl(210 40% 96% / var(--tw-text-opacity, 1));
}
.active\:text-secondary-foreground:active {
  --tw-text-opacity: 1;
  color: hsl(222.2 84% 4.9% / var(--tw-text-opacity, 1));
}
.active\:text-secondary-foreground\/0:active {
  color: hsl(222.2 84% 4.9% / 0);
}
.active\:text-secondary-foreground\/10:active {
  color: hsl(222.2 84% 4.9% / 0.1);
}
.active\:text-secondary-foreground\/100:active {
  color: hsl(222.2 84% 4.9% / 1);
}
.active\:text-secondary-foreground\/15:active {
  color: hsl(222.2 84% 4.9% / 0.15);
}
.active\:text-secondary-foreground\/20:active {
  color: hsl(222.2 84% 4.9% / 0.2);
}
.active\:text-secondary-foreground\/25:active {
  color: hsl(222.2 84% 4.9% / 0.25);
}
.active\:text-secondary-foreground\/30:active {
  color: hsl(222.2 84% 4.9% / 0.3);
}
.active\:text-secondary-foreground\/35:active {
  color: hsl(222.2 84% 4.9% / 0.35);
}
.active\:text-secondary-foreground\/40:active {
  color: hsl(222.2 84% 4.9% / 0.4);
}
.active\:text-secondary-foreground\/45:active {
  color: hsl(222.2 84% 4.9% / 0.45);
}
.active\:text-secondary-foreground\/5:active {
  color: hsl(222.2 84% 4.9% / 0.05);
}
.active\:text-secondary-foreground\/50:active {
  color: hsl(222.2 84% 4.9% / 0.5);
}
.active\:text-secondary-foreground\/55:active {
  color: hsl(222.2 84% 4.9% / 0.55);
}
.active\:text-secondary-foreground\/60:active {
  color: hsl(222.2 84% 4.9% / 0.6);
}
.active\:text-secondary-foreground\/65:active {
  color: hsl(222.2 84% 4.9% / 0.65);
}
.active\:text-secondary-foreground\/70:active {
  color: hsl(222.2 84% 4.9% / 0.7);
}
.active\:text-secondary-foreground\/75:active {
  color: hsl(222.2 84% 4.9% / 0.75);
}
.active\:text-secondary-foreground\/80:active {
  color: hsl(222.2 84% 4.9% / 0.8);
}
.active\:text-secondary-foreground\/85:active {
  color: hsl(222.2 84% 4.9% / 0.85);
}
.active\:text-secondary-foreground\/90:active {
  color: hsl(222.2 84% 4.9% / 0.9);
}
.active\:text-secondary-foreground\/95:active {
  color: hsl(222.2 84% 4.9% / 0.95);
}
.active\:text-secondary\/0:active {
  color: hsl(210 40% 96% / 0);
}
.active\:text-secondary\/10:active {
  color: hsl(210 40% 96% / 0.1);
}
.active\:text-secondary\/100:active {
  color: hsl(210 40% 96% / 1);
}
.active\:text-secondary\/15:active {
  color: hsl(210 40% 96% / 0.15);
}
.active\:text-secondary\/20:active {
  color: hsl(210 40% 96% / 0.2);
}
.active\:text-secondary\/25:active {
  color: hsl(210 40% 96% / 0.25);
}
.active\:text-secondary\/30:active {
  color: hsl(210 40% 96% / 0.3);
}
.active\:text-secondary\/35:active {
  color: hsl(210 40% 96% / 0.35);
}
.active\:text-secondary\/40:active {
  color: hsl(210 40% 96% / 0.4);
}
.active\:text-secondary\/45:active {
  color: hsl(210 40% 96% / 0.45);
}
.active\:text-secondary\/5:active {
  color: hsl(210 40% 96% / 0.05);
}
.active\:text-secondary\/50:active {
  color: hsl(210 40% 96% / 0.5);
}
.active\:text-secondary\/55:active {
  color: hsl(210 40% 96% / 0.55);
}
.active\:text-secondary\/60:active {
  color: hsl(210 40% 96% / 0.6);
}
.active\:text-secondary\/65:active {
  color: hsl(210 40% 96% / 0.65);
}
.active\:text-secondary\/70:active {
  color: hsl(210 40% 96% / 0.7);
}
.active\:text-secondary\/75:active {
  color: hsl(210 40% 96% / 0.75);
}
.active\:text-secondary\/80:active {
  color: hsl(210 40% 96% / 0.8);
}
.active\:text-secondary\/85:active {
  color: hsl(210 40% 96% / 0.85);
}
.active\:text-secondary\/90:active {
  color: hsl(210 40% 96% / 0.9);
}
.active\:text-secondary\/95:active {
  color: hsl(210 40% 96% / 0.95);
}
.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
.group.destructive .group-\[\.destructive\]\:border-muted\/40 {
  border-color: hsl(210 40% 96% / 0.4);
}
.group.toaster .group-\[\.toaster\]\:border-border {
  --tw-border-opacity: 1;
  border-color: hsl(214.3 31.8% 91.4% / var(--tw-border-opacity, 1));
}
.group.toast .group-\[\.toast\]\:bg-muted {
  --tw-bg-opacity: 1;
  background-color: hsl(210 40% 96% / var(--tw-bg-opacity, 1));
}
.group.toast .group-\[\.toast\]\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: hsl(221.2 83.2% 53.3% / var(--tw-bg-opacity, 1));
}
.group.toaster .group-\[\.toaster\]\:bg-background {
  --tw-bg-opacity: 1;
  background-color: hsl(0 0% 100% / var(--tw-bg-opacity, 1));
}
.group.destructive .group-\[\.destructive\]\:text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}
.group.toast .group-\[\.toast\]\:text-muted-foreground {
  --tw-text-opacity: 1;
  color: hsl(215.4 16.3% 46.9% / var(--tw-text-opacity, 1));
}
.group.toast .group-\[\.toast\]\:text-primary-foreground {
  --tw-text-opacity: 1;
  color: hsl(210 40% 98% / var(--tw-text-opacity, 1));
}
.group.toaster .group-\[\.toaster\]\:text-foreground {
  --tw-text-opacity: 1;
  color: hsl(222.2 84% 4.9% / var(--tw-text-opacity, 1));
}
.group.toaster .group-\[\.toaster\]\:shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.group.destructive .group-\[\.destructive\]\:hover\:border-destructive\/30:hover {
  border-color: hsl(0 84.2% 60.2% / 0.3);
}
.group.destructive .group-\[\.destructive\]\:hover\:bg-destructive:hover {
  --tw-bg-opacity: 1;
  background-color: hsl(0 84.2% 60.2% / var(--tw-bg-opacity, 1));
}
.group.destructive .group-\[\.destructive\]\:hover\:text-destructive-foreground:hover {
  --tw-text-opacity: 1;
  color: hsl(210 40% 98% / var(--tw-text-opacity, 1));
}
.group.destructive .group-\[\.destructive\]\:hover\:text-red-50:hover {
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity, 1));
}
.group.destructive .group-\[\.destructive\]\:focus\:ring-destructive:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: hsl(0 84.2% 60.2% / var(--tw-ring-opacity, 1));
}
.group.destructive .group-\[\.destructive\]\:focus\:ring-red-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1));
}
.group.destructive .group-\[\.destructive\]\:focus\:ring-offset-red-600:focus {
  --tw-ring-offset-color: #dc2626;
}
.peer:disabled ~ .peer-disabled\:cursor-not-allowed {
  cursor: not-allowed;
}
.peer:disabled ~ .peer-disabled\:opacity-70 {
  opacity: 0.7;
}
.aria-disabled\:opacity-50[aria-disabled="true"] {
  opacity: 0.5;
}
.aria-selected\:text-muted-foreground[aria-selected="true"] {
  --tw-text-opacity: 1;
  color: hsl(215.4 16.3% 46.9% / var(--tw-text-opacity, 1));
}
.data-\[disabled\=true\]\:pointer-events-none[data-disabled="true"] {
  pointer-events: none;
}
.data-\[disabled\]\:pointer-events-none[data-disabled] {
  pointer-events: none;
}
.data-\[side\=bottom\]\:translate-y-1[data-side="bottom"] {
  --tw-translate-y: 0.25rem;
  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));
}
.data-\[side\=left\]\:-translate-x-1[data-side="left"] {
  --tw-translate-x: -0.25rem;
  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));
}
.data-\[side\=right\]\:translate-x-1[data-side="right"] {
  --tw-translate-x: 0.25rem;
  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));
}
.data-\[side\=top\]\:-translate-y-1[data-side="top"] {
  --tw-translate-y: -0.25rem;
  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));
}
.data-\[swipe\=cancel\]\:translate-x-0[data-swipe="cancel"] {
  --tw-translate-x: 0px;
  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));
}
.data-\[swipe\=end\]\:translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe="end"] {
  --tw-translate-x: var(--radix-toast-swipe-end-x);
  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));
}
.data-\[swipe\=move\]\:translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe="move"] {
  --tw-translate-x: var(--radix-toast-swipe-move-x);
  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));
}
.data-\[range-end\=true\]\:rounded-md[data-range-end="true"] {
  border-radius: calc(0.5rem - 2px);
}
.data-\[range-middle\=true\]\:rounded-none[data-range-middle="true"] {
  border-radius: 0px;
}
.data-\[range-start\=true\]\:rounded-md[data-range-start="true"] {
  border-radius: calc(0.5rem - 2px);
}
.data-\[selected\=true\]\:rounded-none[data-selected="true"] {
  border-radius: 0px;
}
.data-\[range-end\=true\]\:bg-primary[data-range-end="true"] {
  --tw-bg-opacity: 1;
  background-color: hsl(221.2 83.2% 53.3% / var(--tw-bg-opacity, 1));
}
.data-\[range-middle\=true\]\:bg-accent[data-range-middle="true"] {
  --tw-bg-opacity: 1;
  background-color: hsl(210 40% 96% / var(--tw-bg-opacity, 1));
}
.data-\[range-start\=true\]\:bg-primary[data-range-start="true"] {
  --tw-bg-opacity: 1;
  background-color: hsl(221.2 83.2% 53.3% / var(--tw-bg-opacity, 1));
}
.data-\[selected-single\=true\]\:bg-primary[data-selected-single="true"] {
  --tw-bg-opacity: 1;
  background-color: hsl(221.2 83.2% 53.3% / var(--tw-bg-opacity, 1));
}
.data-\[selected\=\'true\'\]\:bg-accent[data-selected='true'] {
  --tw-bg-opacity: 1;
  background-color: hsl(210 40% 96% / var(--tw-bg-opacity, 1));
}
.data-\[state\=checked\]\:bg-destructive[data-state="checked"] {
  --tw-bg-opacity: 1;
  background-color: hsl(0 84.2% 60.2% / var(--tw-bg-opacity, 1));
}
.data-\[state\=checked\]\:bg-green-500[data-state="checked"] {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.data-\[state\=checked\]\:bg-primary[data-state="checked"] {
  --tw-bg-opacity: 1;
  background-color: hsl(221.2 83.2% 53.3% / var(--tw-bg-opacity, 1));
}
.data-\[state\=open\]\:bg-accent[data-state="open"] {
  --tw-bg-opacity: 1;
  background-color: hsl(210 40% 96% / var(--tw-bg-opacity, 1));
}
.data-\[state\=open\]\:bg-secondary[data-state="open"] {
  --tw-bg-opacity: 1;
  background-color: hsl(210 40% 96% / var(--tw-bg-opacity, 1));
}
.data-\[state\=selected\]\:bg-muted[data-state="selected"] {
  --tw-bg-opacity: 1;
  background-color: hsl(210 40% 96% / var(--tw-bg-opacity, 1));
}
.data-\[range-end\=true\]\:text-primary-foreground[data-range-end="true"] {
  --tw-text-opacity: 1;
  color: hsl(210 40% 98% / var(--tw-text-opacity, 1));
}
.data-\[range-middle\=true\]\:text-accent-foreground[data-range-middle="true"] {
  --tw-text-opacity: 1;
  color: hsl(222.2 84% 4.9% / var(--tw-text-opacity, 1));
}
.data-\[range-start\=true\]\:text-primary-foreground[data-range-start="true"] {
  --tw-text-opacity: 1;
  color: hsl(210 40% 98% / var(--tw-text-opacity, 1));
}
.data-\[selected-single\=true\]\:text-primary-foreground[data-selected-single="true"] {
  --tw-text-opacity: 1;
  color: hsl(210 40% 98% / var(--tw-text-opacity, 1));
}
.data-\[selected\=true\]\:text-accent-foreground[data-selected="true"] {
  --tw-text-opacity: 1;
  color: hsl(222.2 84% 4.9% / var(--tw-text-opacity, 1));
}
.data-\[state\=checked\]\:text-primary-foreground[data-state="checked"] {
  --tw-text-opacity: 1;
  color: hsl(210 40% 98% / var(--tw-text-opacity, 1));
}
.data-\[state\=open\]\:text-muted-foreground[data-state="open"] {
  --tw-text-opacity: 1;
  color: hsl(215.4 16.3% 46.9% / var(--tw-text-opacity, 1));
}
.data-\[disabled\=true\]\:opacity-50[data-disabled="true"] {
  opacity: 0.5;
}
.data-\[disabled\]\:opacity-50[data-disabled] {
  opacity: 0.5;
}
.data-\[swipe\=move\]\:transition-none[data-swipe="move"] {
  transition-property: none;
}
.data-\[state\=closed\]\:duration-300[data-state="closed"] {
  transition-duration: 300ms;
}
.data-\[state\=open\]\:duration-500[data-state="open"] {
  transition-duration: 500ms;
}
.data-\[state\=open\]\:animate-in[data-state="open"] {
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}
.data-\[state\=closed\]\:animate-out[data-state="closed"] {
  animation-name: exit;
  animation-duration: 150ms;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
}
.data-\[swipe\=end\]\:animate-out[data-swipe="end"] {
  animation-name: exit;
  animation-duration: 150ms;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
}
.data-\[state\=closed\]\:fade-out-0[data-state="closed"] {
  --tw-exit-opacity: 0;
}
.data-\[state\=closed\]\:fade-out-80[data-state="closed"] {
  --tw-exit-opacity: 0.8;
}
.data-\[state\=open\]\:fade-in-0[data-state="open"] {
  --tw-enter-opacity: 0;
}
.data-\[state\=closed\]\:zoom-out-95[data-state="closed"] {
  --tw-exit-scale: .95;
}
.data-\[state\=open\]\:zoom-in-95[data-state="open"] {
  --tw-enter-scale: .95;
}
.data-\[side\=bottom\]\:slide-in-from-top-2[data-side="bottom"] {
  --tw-enter-translate-y: -0.5rem;
}
.data-\[side\=left\]\:slide-in-from-right-2[data-side="left"] {
  --tw-enter-translate-x: 0.5rem;
}
.data-\[side\=right\]\:slide-in-from-left-2[data-side="right"] {
  --tw-enter-translate-x: -0.5rem;
}
.data-\[side\=top\]\:slide-in-from-bottom-2[data-side="top"] {
  --tw-enter-translate-y: 0.5rem;
}
.data-\[state\=closed\]\:slide-out-to-bottom[data-state="closed"] {
  --tw-exit-translate-y: 100%;
}
.data-\[state\=closed\]\:slide-out-to-left[data-state="closed"] {
  --tw-exit-translate-x: -100%;
}
.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state="closed"] {
  --tw-exit-translate-x: -50%;
}
.data-\[state\=closed\]\:slide-out-to-right[data-state="closed"] {
  --tw-exit-translate-x: 100%;
}
.data-\[state\=closed\]\:slide-out-to-right-full[data-state="closed"] {
  --tw-exit-translate-x: 100%;
}
.data-\[state\=closed\]\:slide-out-to-top[data-state="closed"] {
  --tw-exit-translate-y: -100%;
}
.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state="closed"] {
  --tw-exit-translate-y: -48%;
}
.data-\[state\=open\]\:slide-in-from-bottom[data-state="open"] {
  --tw-enter-translate-y: 100%;
}
.data-\[state\=open\]\:slide-in-from-left[data-state="open"] {
  --tw-enter-translate-x: -100%;
}
.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state="open"] {
  --tw-enter-translate-x: -50%;
}
.data-\[state\=open\]\:slide-in-from-right[data-state="open"] {
  --tw-enter-translate-x: 100%;
}
.data-\[state\=open\]\:slide-in-from-top[data-state="open"] {
  --tw-enter-translate-y: -100%;
}
.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state="open"] {
  --tw-enter-translate-y: -48%;
}
.data-\[state\=open\]\:slide-in-from-top-full[data-state="open"] {
  --tw-enter-translate-y: -100%;
}
.data-\[state\=closed\]\:duration-300[data-state="closed"] {
  animation-duration: 300ms;
}
.data-\[state\=open\]\:duration-500[data-state="open"] {
  animation-duration: 500ms;
}
.group\/day[data-focused="true"] .group-data-\[focused\=true\]\/day\:relative {
  position: relative;
}
.group\/day[data-focused="true"] .group-data-\[focused\=true\]\/day\:z-10 {
  z-index: 10;
}
.group\/day[data-focused="true"] .group-data-\[focused\=true\]\/day\:border-ring {
  --tw-border-opacity: 1;
  border-color: hsl(221.2 83.2% 53.3% / var(--tw-border-opacity, 1));
}
.group\/day[data-focused="true"] .group-data-\[focused\=true\]\/day\:ring-\[3px\] {
  --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(3px + 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);
}
.group\/day[data-focused="true"] .group-data-\[focused\=true\]\/day\:ring-ring\/50 {
  --tw-ring-color: hsl(221.2 83.2% 53.3% / 0.5);
}
@media (min-width: 640px) {

  .sm\:bottom-0 {
    bottom: 0px;
  }

  .sm\:right-0 {
    right: 0px;
  }

  .sm\:top-auto {
    top: auto;
  }

  .sm\:order-1 {
    order: 1;
  }

  .sm\:order-2 {
    order: 2;
  }

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

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

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

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

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

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

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

  .data-\[state\=open\]\:sm\:slide-in-from-bottom-full[data-state="open"] {
    --tw-enter-translate-y: 100%;
  }
}
@media (min-width: 768px) {

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

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

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

  .md\:flex-row {
    flex-direction: row;
  }
}
@media (prefers-color-scheme: dark) {

  .dark\:border-blue-700 {
    --tw-border-opacity: 1;
    border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
  }

  .dark\:bg-blue-900\/20 {
    background-color: rgb(30 58 138 / 0.2);
  }

  .dark\:bg-blue-900\/30 {
    background-color: rgb(30 58 138 / 0.3);
  }

  .dark\:bg-blue-950\/30 {
    background-color: rgb(23 37 84 / 0.3);
  }

  .dark\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-gray-800\/60 {
    background-color: rgb(31 41 55 / 0.6);
  }

  .dark\:bg-gray-900\/20 {
    background-color: rgb(17 24 39 / 0.2);
  }

  .dark\:bg-green-800\/50 {
    background-color: rgb(22 101 52 / 0.5);
  }

  .dark\:bg-green-900\/20 {
    background-color: rgb(20 83 45 / 0.2);
  }

  .dark\:bg-green-950\/20 {
    background-color: rgb(5 46 22 / 0.2);
  }

  .dark\:bg-green-950\/30 {
    background-color: rgb(5 46 22 / 0.3);
  }

  .dark\:bg-red-900\/20 {
    background-color: rgb(127 29 29 / 0.2);
  }

  .dark\:bg-red-950\/30 {
    background-color: rgb(69 10 10 / 0.3);
  }

  .dark\:text-blue-200 {
    --tw-text-opacity: 1;
    color: rgb(191 219 254 / var(--tw-text-opacity, 1));
  }

  .dark\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgb(147 197 253 / var(--tw-text-opacity, 1));
  }

  .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  }

  .dark\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgb(74 222 128 / var(--tw-text-opacity, 1));
  }

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

  .dark\:hover\:bg-blue-950\/50:hover {
    background-color: rgb(23 37 84 / 0.5);
  }

  .dark\:hover\:bg-gray-800\/80:hover {
    background-color: rgb(31 41 55 / 0.8);
  }

  .dark\:hover\:bg-green-950\/50:hover {
    background-color: rgb(5 46 22 / 0.5);
  }

  .dark\:hover\:bg-red-950\/50:hover {
    background-color: rgb(69 10 10 / 0.5);
  }
}
.\[\&\:first-child\[data-selected\=true\]_button\]\:rounded-l-md:first-child[data-selected=true] button {
  border-top-left-radius: calc(0.5rem - 2px);
  border-bottom-left-radius: calc(0.5rem - 2px);
}
.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]) {
  padding-right: 0px;
}
.\[\&\:last-child\[data-selected\=true\]_button\]\:rounded-r-md:last-child[data-selected=true] button {
  border-top-right-radius: calc(0.5rem - 2px);
  border-bottom-right-radius: calc(0.5rem - 2px);
}
.\[\&\>span\]\:line-clamp-1>span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.\[\&\>span\]\:text-xs>span {
  font-size: 0.75rem;
  line-height: 1rem;
}
.\[\&\>span\]\:opacity-70>span {
  opacity: 0.7;
}
.\[\&\>svg\]\:size-3\.5>svg {
  width: 0.875rem;
  height: 0.875rem;
}
.\[\&\>svg\]\:text-muted-foreground>svg {
  --tw-text-opacity: 1;
  color: hsl(215.4 16.3% 46.9% / var(--tw-text-opacity, 1));
}
.\[\&\>tr\]\:last\:border-b-0:last-child>tr {
  border-bottom-width: 0px;
}
.\[\&_\[cmdk-group-heading\]\]\:px-2 [cmdk-group-heading] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.\[\&_\[cmdk-group-heading\]\]\:py-1\.5 [cmdk-group-heading] {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.\[\&_\[cmdk-group-heading\]\]\:text-xs [cmdk-group-heading] {
  font-size: 0.75rem;
  line-height: 1rem;
}
.\[\&_\[cmdk-group-heading\]\]\:font-medium [cmdk-group-heading] {
  font-weight: 500;
}
.\[\&_\[cmdk-group-heading\]\]\:text-muted-foreground [cmdk-group-heading] {
  --tw-text-opacity: 1;
  color: hsl(215.4 16.3% 46.9% / var(--tw-text-opacity, 1));
}
.\[\&_\[cmdk-group\]\:not\(\[hidden\]\)_\~\[cmdk-group\]\]\:pt-0 [cmdk-group]:not([hidden]) ~[cmdk-group] {
  padding-top: 0px;
}
.\[\&_\[cmdk-group\]\]\:px-2 [cmdk-group] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.\[\&_\[cmdk-input-wrapper\]_svg\]\:h-5 [cmdk-input-wrapper] svg {
  height: 1.25rem;
}
.\[\&_\[cmdk-input-wrapper\]_svg\]\:w-5 [cmdk-input-wrapper] svg {
  width: 1.25rem;
}
.\[\&_\[cmdk-input\]\]\:h-12 [cmdk-input] {
  height: 3rem;
}
.\[\&_\[cmdk-item\]\]\:px-2 [cmdk-item] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.\[\&_\[cmdk-item\]\]\:py-3 [cmdk-item] {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.\[\&_\[cmdk-item\]_svg\]\:h-5 [cmdk-item] svg {
  height: 1.25rem;
}
.\[\&_\[cmdk-item\]_svg\]\:w-5 [cmdk-item] svg {
  width: 1.25rem;
}
.\[\&_svg\]\:pointer-events-none svg {
  pointer-events: none;
}
.\[\&_svg\]\:size-4 svg {
  width: 1rem;
  height: 1rem;
}
.\[\&_svg\]\:shrink-0 svg {
  flex-shrink: 0;
}
.\[\&_tr\:last-child\]\:border-b-0 tr:last-child {
  border-bottom-width: 0px;
}
[data-slot=card-content] .\[\[data-slot\=card-content\]_\&\]\:bg-transparent {
  background-color: transparent;
}
[data-slot=popover-content] .\[\[data-slot\=popover-content\]_\&\]\:bg-transparent {
  background-color: transparent;
}
