*, ::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.18 | 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%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.form-input,.form-textarea,.form-select,.form-multiselect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
  border-color: #2563eb;
}
.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.form-select:where([size]:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
.form-checkbox,.form-radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
.form-checkbox {
  border-radius: 0px;
}
.form-radio {
  border-radius: 100%;
}
.form-checkbox:focus,.form-radio:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
}
.form-checkbox:checked,.form-radio:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.form-checkbox:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
@media (forced-colors: active)  {

  .form-checkbox:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
.form-radio:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
@media (forced-colors: active)  {

  .form-radio:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
.form-checkbox:checked:hover,.form-checkbox:checked:focus,.form-radio:checked:hover,.form-radio:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}
.form-checkbox:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (forced-colors: active)  {

  .form-checkbox:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
.form-checkbox:indeterminate:hover,.form-checkbox:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}
.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;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.bottom-1 {
  bottom: 0.25rem;
}
.left-0 {
  left: 0px;
}
.left-0\.5 {
  left: 0.125rem;
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.top-0 {
  top: 0px;
}
.top-2 {
  top: 0.5rem;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.col-auto {
  grid-column: auto;
}
.col-start-1 {
  grid-column-start: 1;
}
.row-start-1 {
  grid-row-start: 1;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.m-0 {
  margin: 0px;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-0\.5 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.\!mt-0 {
  margin-top: 0px !important;
}
.-mt-px {
  margin-top: -1px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.me-1 {
  margin-inline-end: 0.25rem;
}
.me-2 {
  margin-inline-end: 0.5rem;
}
.me-3 {
  margin-inline-end: 0.75rem;
}
.me-4 {
  margin-inline-end: 1rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-12 {
  margin-left: 3rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-7 {
  margin-left: 1.75rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-auto {
  margin-right: auto;
}
.ms-1 {
  margin-inline-start: 0.25rem;
}
.ms-2 {
  margin-inline-start: 0.5rem;
}
.ms-3 {
  margin-inline-start: 0.75rem;
}
.ms-auto {
  margin-inline-start: auto;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.\!table {
  display: table !important;
}
.table {
  display: table;
}
.table-row {
  display: table-row;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.size-1 {
  width: 0.25rem;
  height: 0.25rem;
}
.size-2 {
  width: 0.5rem;
  height: 0.5rem;
}
.size-3 {
  width: 0.75rem;
  height: 0.75rem;
}
.h-0 {
  height: 0px;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.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-7 {
  height: 1.75rem;
}
.h-72 {
  height: 18rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-40 {
  max-height: 10rem;
}
.max-h-44 {
  max-height: 11rem;
}
.max-h-48 {
  max-height: 12rem;
}
.max-h-52 {
  max-height: 13rem;
}
.max-h-56 {
  max-height: 14rem;
}
.max-h-60 {
  max-height: 15rem;
}
.max-h-64 {
  max-height: 16rem;
}
.max-h-72 {
  max-height: 18rem;
}
.max-h-80 {
  max-height: 20rem;
}
.max-h-96 {
  max-height: 24rem;
}
.min-h-full {
  min-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.w-0 {
  width: 0px;
}
.w-1\/5 {
  width: 20%;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-28 {
  width: 7rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-32 {
  width: 8rem;
}
.w-36 {
  width: 9rem;
}
.w-4 {
  width: 1rem;
}
.w-40 {
  width: 10rem;
}
.w-44 {
  width: 11rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-52 {
  width: 13rem;
}
.w-56 {
  width: 14rem;
}
.w-6 {
  width: 1.5rem;
}
.w-60 {
  width: 15rem;
}
.w-64 {
  width: 16rem;
}
.w-7 {
  width: 1.75rem;
}
.w-72 {
  width: 18rem;
}
.w-8 {
  width: 2rem;
}
.w-80 {
  width: 20rem;
}
.w-9 {
  width: 2.25rem;
}
.w-96 {
  width: 24rem;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[100px\] {
  min-width: 100px;
}
.min-w-\[130px\] {
  min-width: 130px;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-full {
  min-width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-sm {
  max-width: 24rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.table-auto {
  table-layout: auto;
}
.table-fixed {
  table-layout: fixed;
}
.border-collapse {
  border-collapse: collapse;
}
.translate-x-0 {
  --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));
}
.translate-y-0 {
  --tw-translate-y: 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));
}
.translate-y-2 {
  --tw-translate-y: 0.5rem;
  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-4 {
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes 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-not-allowed {
  cursor: not-allowed !important;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.snap-y {
  scroll-snap-type: y var(--tw-scroll-snap-strictness);
}
.snap-proximity {
  --tw-scroll-snap-strictness: proximity;
}
.list-disc {
  list-style-type: disc;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-x-0\.5 {
  -moz-column-gap: 0.125rem;
       column-gap: 0.125rem;
}
.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-y-0 {
  row-gap: 0px;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-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));
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-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));
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}
.divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-divide-opacity, 1));
}
.divide-white > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-divide-opacity, 1));
}
.self-start {
  align-self: flex-start;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overscroll-contain {
  overscroll-behavior: contain;
}
.overscroll-x-contain {
  overscroll-behavior-x: contain;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-nowrap {
  text-wrap: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.rounded-b-3xl {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-b-sm {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}
.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-l-2xl {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.rounded-l-3xl {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-l-sm {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}
.rounded-l-xl {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-r-2xl {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.rounded-r-3xl {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-r-sm {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}
.rounded-r-xl {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.rounded-t-sm {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}
.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}
.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}
.\!border-0 {
  border-width: 0px !important;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l {
  border-left-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-none {
  border-style: none;
}
.border-amber-600 {
  --tw-border-opacity: 1;
  border-color: rgb(217 119 6 / var(--tw-border-opacity, 1));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.border-cyan-500 {
  --tw-border-opacity: 1;
  border-color: rgb(6 182 212 / var(--tw-border-opacity, 1));
}
.border-cyan-600 {
  --tw-border-opacity: 1;
  border-color: rgb(8 145 178 / var(--tw-border-opacity, 1));
}
.border-emerald-500 {
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}
.border-emerald-600 {
  --tw-border-opacity: 1;
  border-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
}
.border-fuchsia-500 {
  --tw-border-opacity: 1;
  border-color: rgb(217 70 239 / var(--tw-border-opacity, 1));
}
.border-fuchsia-600 {
  --tw-border-opacity: 1;
  border-color: rgb(192 38 211 / var(--tw-border-opacity, 1));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}
.border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}
.border-indigo-500 {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}
.border-indigo-600 {
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
}
.border-info-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.border-info-600 {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.border-lime-500 {
  --tw-border-opacity: 1;
  border-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
}
.border-lime-600 {
  --tw-border-opacity: 1;
  border-color: rgb(101 163 13 / var(--tw-border-opacity, 1));
}
.border-negative-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-negative-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-negative-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.border-neutral-500 {
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
}
.border-neutral-600 {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 82 / var(--tw-border-opacity, 1));
}
.border-orange-500 {
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}
.border-orange-600 {
  --tw-border-opacity: 1;
  border-color: rgb(234 88 12 / var(--tw-border-opacity, 1));
}
.border-pink-500 {
  --tw-border-opacity: 1;
  border-color: rgb(236 72 153 / var(--tw-border-opacity, 1));
}
.border-pink-600 {
  --tw-border-opacity: 1;
  border-color: rgb(219 39 119 / var(--tw-border-opacity, 1));
}
.border-positive-200 {
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}
.border-positive-500 {
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}
.border-positive-600 {
  --tw-border-opacity: 1;
  border-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
}
.border-primary-100 {
  --tw-border-opacity: 1;
  border-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
}
.border-primary-100\/0 {
  border-color: rgb(224 231 255 / 0);
}
.border-primary-100\/10 {
  border-color: rgb(224 231 255 / 0.1);
}
.border-primary-100\/100 {
  border-color: rgb(224 231 255 / 1);
}
.border-primary-100\/15 {
  border-color: rgb(224 231 255 / 0.15);
}
.border-primary-100\/20 {
  border-color: rgb(224 231 255 / 0.2);
}
.border-primary-100\/25 {
  border-color: rgb(224 231 255 / 0.25);
}
.border-primary-100\/30 {
  border-color: rgb(224 231 255 / 0.3);
}
.border-primary-100\/35 {
  border-color: rgb(224 231 255 / 0.35);
}
.border-primary-100\/40 {
  border-color: rgb(224 231 255 / 0.4);
}
.border-primary-100\/45 {
  border-color: rgb(224 231 255 / 0.45);
}
.border-primary-100\/5 {
  border-color: rgb(224 231 255 / 0.05);
}
.border-primary-100\/50 {
  border-color: rgb(224 231 255 / 0.5);
}
.border-primary-100\/55 {
  border-color: rgb(224 231 255 / 0.55);
}
.border-primary-100\/60 {
  border-color: rgb(224 231 255 / 0.6);
}
.border-primary-100\/65 {
  border-color: rgb(224 231 255 / 0.65);
}
.border-primary-100\/70 {
  border-color: rgb(224 231 255 / 0.7);
}
.border-primary-100\/75 {
  border-color: rgb(224 231 255 / 0.75);
}
.border-primary-100\/80 {
  border-color: rgb(224 231 255 / 0.8);
}
.border-primary-100\/85 {
  border-color: rgb(224 231 255 / 0.85);
}
.border-primary-100\/90 {
  border-color: rgb(224 231 255 / 0.9);
}
.border-primary-100\/95 {
  border-color: rgb(224 231 255 / 0.95);
}
.border-primary-200 {
  --tw-border-opacity: 1;
  border-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
}
.border-primary-200\/0 {
  border-color: rgb(199 210 254 / 0);
}
.border-primary-200\/10 {
  border-color: rgb(199 210 254 / 0.1);
}
.border-primary-200\/100 {
  border-color: rgb(199 210 254 / 1);
}
.border-primary-200\/15 {
  border-color: rgb(199 210 254 / 0.15);
}
.border-primary-200\/20 {
  border-color: rgb(199 210 254 / 0.2);
}
.border-primary-200\/25 {
  border-color: rgb(199 210 254 / 0.25);
}
.border-primary-200\/30 {
  border-color: rgb(199 210 254 / 0.3);
}
.border-primary-200\/35 {
  border-color: rgb(199 210 254 / 0.35);
}
.border-primary-200\/40 {
  border-color: rgb(199 210 254 / 0.4);
}
.border-primary-200\/45 {
  border-color: rgb(199 210 254 / 0.45);
}
.border-primary-200\/5 {
  border-color: rgb(199 210 254 / 0.05);
}
.border-primary-200\/50 {
  border-color: rgb(199 210 254 / 0.5);
}
.border-primary-200\/55 {
  border-color: rgb(199 210 254 / 0.55);
}
.border-primary-200\/60 {
  border-color: rgb(199 210 254 / 0.6);
}
.border-primary-200\/65 {
  border-color: rgb(199 210 254 / 0.65);
}
.border-primary-200\/70 {
  border-color: rgb(199 210 254 / 0.7);
}
.border-primary-200\/75 {
  border-color: rgb(199 210 254 / 0.75);
}
.border-primary-200\/80 {
  border-color: rgb(199 210 254 / 0.8);
}
.border-primary-200\/85 {
  border-color: rgb(199 210 254 / 0.85);
}
.border-primary-200\/90 {
  border-color: rgb(199 210 254 / 0.9);
}
.border-primary-200\/95 {
  border-color: rgb(199 210 254 / 0.95);
}
.border-primary-300 {
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
}
.border-primary-300\/0 {
  border-color: rgb(165 180 252 / 0);
}
.border-primary-300\/10 {
  border-color: rgb(165 180 252 / 0.1);
}
.border-primary-300\/100 {
  border-color: rgb(165 180 252 / 1);
}
.border-primary-300\/15 {
  border-color: rgb(165 180 252 / 0.15);
}
.border-primary-300\/20 {
  border-color: rgb(165 180 252 / 0.2);
}
.border-primary-300\/25 {
  border-color: rgb(165 180 252 / 0.25);
}
.border-primary-300\/30 {
  border-color: rgb(165 180 252 / 0.3);
}
.border-primary-300\/35 {
  border-color: rgb(165 180 252 / 0.35);
}
.border-primary-300\/40 {
  border-color: rgb(165 180 252 / 0.4);
}
.border-primary-300\/45 {
  border-color: rgb(165 180 252 / 0.45);
}
.border-primary-300\/5 {
  border-color: rgb(165 180 252 / 0.05);
}
.border-primary-300\/50 {
  border-color: rgb(165 180 252 / 0.5);
}
.border-primary-300\/55 {
  border-color: rgb(165 180 252 / 0.55);
}
.border-primary-300\/60 {
  border-color: rgb(165 180 252 / 0.6);
}
.border-primary-300\/65 {
  border-color: rgb(165 180 252 / 0.65);
}
.border-primary-300\/70 {
  border-color: rgb(165 180 252 / 0.7);
}
.border-primary-300\/75 {
  border-color: rgb(165 180 252 / 0.75);
}
.border-primary-300\/80 {
  border-color: rgb(165 180 252 / 0.8);
}
.border-primary-300\/85 {
  border-color: rgb(165 180 252 / 0.85);
}
.border-primary-300\/90 {
  border-color: rgb(165 180 252 / 0.9);
}
.border-primary-300\/95 {
  border-color: rgb(165 180 252 / 0.95);
}
.border-primary-400 {
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
}
.border-primary-400\/0 {
  border-color: rgb(129 140 248 / 0);
}
.border-primary-400\/10 {
  border-color: rgb(129 140 248 / 0.1);
}
.border-primary-400\/100 {
  border-color: rgb(129 140 248 / 1);
}
.border-primary-400\/15 {
  border-color: rgb(129 140 248 / 0.15);
}
.border-primary-400\/20 {
  border-color: rgb(129 140 248 / 0.2);
}
.border-primary-400\/25 {
  border-color: rgb(129 140 248 / 0.25);
}
.border-primary-400\/30 {
  border-color: rgb(129 140 248 / 0.3);
}
.border-primary-400\/35 {
  border-color: rgb(129 140 248 / 0.35);
}
.border-primary-400\/40 {
  border-color: rgb(129 140 248 / 0.4);
}
.border-primary-400\/45 {
  border-color: rgb(129 140 248 / 0.45);
}
.border-primary-400\/5 {
  border-color: rgb(129 140 248 / 0.05);
}
.border-primary-400\/50 {
  border-color: rgb(129 140 248 / 0.5);
}
.border-primary-400\/55 {
  border-color: rgb(129 140 248 / 0.55);
}
.border-primary-400\/60 {
  border-color: rgb(129 140 248 / 0.6);
}
.border-primary-400\/65 {
  border-color: rgb(129 140 248 / 0.65);
}
.border-primary-400\/70 {
  border-color: rgb(129 140 248 / 0.7);
}
.border-primary-400\/75 {
  border-color: rgb(129 140 248 / 0.75);
}
.border-primary-400\/80 {
  border-color: rgb(129 140 248 / 0.8);
}
.border-primary-400\/85 {
  border-color: rgb(129 140 248 / 0.85);
}
.border-primary-400\/90 {
  border-color: rgb(129 140 248 / 0.9);
}
.border-primary-400\/95 {
  border-color: rgb(129 140 248 / 0.95);
}
.border-primary-50 {
  --tw-border-opacity: 1;
  border-color: rgb(238 242 255 / var(--tw-border-opacity, 1));
}
.border-primary-50\/0 {
  border-color: rgb(238 242 255 / 0);
}
.border-primary-50\/10 {
  border-color: rgb(238 242 255 / 0.1);
}
.border-primary-50\/100 {
  border-color: rgb(238 242 255 / 1);
}
.border-primary-50\/15 {
  border-color: rgb(238 242 255 / 0.15);
}
.border-primary-50\/20 {
  border-color: rgb(238 242 255 / 0.2);
}
.border-primary-50\/25 {
  border-color: rgb(238 242 255 / 0.25);
}
.border-primary-50\/30 {
  border-color: rgb(238 242 255 / 0.3);
}
.border-primary-50\/35 {
  border-color: rgb(238 242 255 / 0.35);
}
.border-primary-50\/40 {
  border-color: rgb(238 242 255 / 0.4);
}
.border-primary-50\/45 {
  border-color: rgb(238 242 255 / 0.45);
}
.border-primary-50\/5 {
  border-color: rgb(238 242 255 / 0.05);
}
.border-primary-50\/50 {
  border-color: rgb(238 242 255 / 0.5);
}
.border-primary-50\/55 {
  border-color: rgb(238 242 255 / 0.55);
}
.border-primary-50\/60 {
  border-color: rgb(238 242 255 / 0.6);
}
.border-primary-50\/65 {
  border-color: rgb(238 242 255 / 0.65);
}
.border-primary-50\/70 {
  border-color: rgb(238 242 255 / 0.7);
}
.border-primary-50\/75 {
  border-color: rgb(238 242 255 / 0.75);
}
.border-primary-50\/80 {
  border-color: rgb(238 242 255 / 0.8);
}
.border-primary-50\/85 {
  border-color: rgb(238 242 255 / 0.85);
}
.border-primary-50\/90 {
  border-color: rgb(238 242 255 / 0.9);
}
.border-primary-50\/95 {
  border-color: rgb(238 242 255 / 0.95);
}
.border-primary-500 {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}
.border-primary-500\/0 {
  border-color: rgb(99 102 241 / 0);
}
.border-primary-500\/10 {
  border-color: rgb(99 102 241 / 0.1);
}
.border-primary-500\/100 {
  border-color: rgb(99 102 241 / 1);
}
.border-primary-500\/15 {
  border-color: rgb(99 102 241 / 0.15);
}
.border-primary-500\/20 {
  border-color: rgb(99 102 241 / 0.2);
}
.border-primary-500\/25 {
  border-color: rgb(99 102 241 / 0.25);
}
.border-primary-500\/30 {
  border-color: rgb(99 102 241 / 0.3);
}
.border-primary-500\/35 {
  border-color: rgb(99 102 241 / 0.35);
}
.border-primary-500\/40 {
  border-color: rgb(99 102 241 / 0.4);
}
.border-primary-500\/45 {
  border-color: rgb(99 102 241 / 0.45);
}
.border-primary-500\/5 {
  border-color: rgb(99 102 241 / 0.05);
}
.border-primary-500\/50 {
  border-color: rgb(99 102 241 / 0.5);
}
.border-primary-500\/55 {
  border-color: rgb(99 102 241 / 0.55);
}
.border-primary-500\/60 {
  border-color: rgb(99 102 241 / 0.6);
}
.border-primary-500\/65 {
  border-color: rgb(99 102 241 / 0.65);
}
.border-primary-500\/70 {
  border-color: rgb(99 102 241 / 0.7);
}
.border-primary-500\/75 {
  border-color: rgb(99 102 241 / 0.75);
}
.border-primary-500\/80 {
  border-color: rgb(99 102 241 / 0.8);
}
.border-primary-500\/85 {
  border-color: rgb(99 102 241 / 0.85);
}
.border-primary-500\/90 {
  border-color: rgb(99 102 241 / 0.9);
}
.border-primary-500\/95 {
  border-color: rgb(99 102 241 / 0.95);
}
.border-primary-600 {
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
}
.border-primary-600\/0 {
  border-color: rgb(79 70 229 / 0);
}
.border-primary-600\/10 {
  border-color: rgb(79 70 229 / 0.1);
}
.border-primary-600\/100 {
  border-color: rgb(79 70 229 / 1);
}
.border-primary-600\/15 {
  border-color: rgb(79 70 229 / 0.15);
}
.border-primary-600\/20 {
  border-color: rgb(79 70 229 / 0.2);
}
.border-primary-600\/25 {
  border-color: rgb(79 70 229 / 0.25);
}
.border-primary-600\/30 {
  border-color: rgb(79 70 229 / 0.3);
}
.border-primary-600\/35 {
  border-color: rgb(79 70 229 / 0.35);
}
.border-primary-600\/40 {
  border-color: rgb(79 70 229 / 0.4);
}
.border-primary-600\/45 {
  border-color: rgb(79 70 229 / 0.45);
}
.border-primary-600\/5 {
  border-color: rgb(79 70 229 / 0.05);
}
.border-primary-600\/50 {
  border-color: rgb(79 70 229 / 0.5);
}
.border-primary-600\/55 {
  border-color: rgb(79 70 229 / 0.55);
}
.border-primary-600\/60 {
  border-color: rgb(79 70 229 / 0.6);
}
.border-primary-600\/65 {
  border-color: rgb(79 70 229 / 0.65);
}
.border-primary-600\/70 {
  border-color: rgb(79 70 229 / 0.7);
}
.border-primary-600\/75 {
  border-color: rgb(79 70 229 / 0.75);
}
.border-primary-600\/80 {
  border-color: rgb(79 70 229 / 0.8);
}
.border-primary-600\/85 {
  border-color: rgb(79 70 229 / 0.85);
}
.border-primary-600\/90 {
  border-color: rgb(79 70 229 / 0.9);
}
.border-primary-600\/95 {
  border-color: rgb(79 70 229 / 0.95);
}
.border-primary-700 {
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity, 1));
}
.border-primary-700\/0 {
  border-color: rgb(67 56 202 / 0);
}
.border-primary-700\/10 {
  border-color: rgb(67 56 202 / 0.1);
}
.border-primary-700\/100 {
  border-color: rgb(67 56 202 / 1);
}
.border-primary-700\/15 {
  border-color: rgb(67 56 202 / 0.15);
}
.border-primary-700\/20 {
  border-color: rgb(67 56 202 / 0.2);
}
.border-primary-700\/25 {
  border-color: rgb(67 56 202 / 0.25);
}
.border-primary-700\/30 {
  border-color: rgb(67 56 202 / 0.3);
}
.border-primary-700\/35 {
  border-color: rgb(67 56 202 / 0.35);
}
.border-primary-700\/40 {
  border-color: rgb(67 56 202 / 0.4);
}
.border-primary-700\/45 {
  border-color: rgb(67 56 202 / 0.45);
}
.border-primary-700\/5 {
  border-color: rgb(67 56 202 / 0.05);
}
.border-primary-700\/50 {
  border-color: rgb(67 56 202 / 0.5);
}
.border-primary-700\/55 {
  border-color: rgb(67 56 202 / 0.55);
}
.border-primary-700\/60 {
  border-color: rgb(67 56 202 / 0.6);
}
.border-primary-700\/65 {
  border-color: rgb(67 56 202 / 0.65);
}
.border-primary-700\/70 {
  border-color: rgb(67 56 202 / 0.7);
}
.border-primary-700\/75 {
  border-color: rgb(67 56 202 / 0.75);
}
.border-primary-700\/80 {
  border-color: rgb(67 56 202 / 0.8);
}
.border-primary-700\/85 {
  border-color: rgb(67 56 202 / 0.85);
}
.border-primary-700\/90 {
  border-color: rgb(67 56 202 / 0.9);
}
.border-primary-700\/95 {
  border-color: rgb(67 56 202 / 0.95);
}
.border-primary-800 {
  --tw-border-opacity: 1;
  border-color: rgb(55 48 163 / var(--tw-border-opacity, 1));
}
.border-primary-800\/0 {
  border-color: rgb(55 48 163 / 0);
}
.border-primary-800\/10 {
  border-color: rgb(55 48 163 / 0.1);
}
.border-primary-800\/100 {
  border-color: rgb(55 48 163 / 1);
}
.border-primary-800\/15 {
  border-color: rgb(55 48 163 / 0.15);
}
.border-primary-800\/20 {
  border-color: rgb(55 48 163 / 0.2);
}
.border-primary-800\/25 {
  border-color: rgb(55 48 163 / 0.25);
}
.border-primary-800\/30 {
  border-color: rgb(55 48 163 / 0.3);
}
.border-primary-800\/35 {
  border-color: rgb(55 48 163 / 0.35);
}
.border-primary-800\/40 {
  border-color: rgb(55 48 163 / 0.4);
}
.border-primary-800\/45 {
  border-color: rgb(55 48 163 / 0.45);
}
.border-primary-800\/5 {
  border-color: rgb(55 48 163 / 0.05);
}
.border-primary-800\/50 {
  border-color: rgb(55 48 163 / 0.5);
}
.border-primary-800\/55 {
  border-color: rgb(55 48 163 / 0.55);
}
.border-primary-800\/60 {
  border-color: rgb(55 48 163 / 0.6);
}
.border-primary-800\/65 {
  border-color: rgb(55 48 163 / 0.65);
}
.border-primary-800\/70 {
  border-color: rgb(55 48 163 / 0.7);
}
.border-primary-800\/75 {
  border-color: rgb(55 48 163 / 0.75);
}
.border-primary-800\/80 {
  border-color: rgb(55 48 163 / 0.8);
}
.border-primary-800\/85 {
  border-color: rgb(55 48 163 / 0.85);
}
.border-primary-800\/90 {
  border-color: rgb(55 48 163 / 0.9);
}
.border-primary-800\/95 {
  border-color: rgb(55 48 163 / 0.95);
}
.border-primary-900 {
  --tw-border-opacity: 1;
  border-color: rgb(49 46 129 / var(--tw-border-opacity, 1));
}
.border-primary-900\/0 {
  border-color: rgb(49 46 129 / 0);
}
.border-primary-900\/10 {
  border-color: rgb(49 46 129 / 0.1);
}
.border-primary-900\/100 {
  border-color: rgb(49 46 129 / 1);
}
.border-primary-900\/15 {
  border-color: rgb(49 46 129 / 0.15);
}
.border-primary-900\/20 {
  border-color: rgb(49 46 129 / 0.2);
}
.border-primary-900\/25 {
  border-color: rgb(49 46 129 / 0.25);
}
.border-primary-900\/30 {
  border-color: rgb(49 46 129 / 0.3);
}
.border-primary-900\/35 {
  border-color: rgb(49 46 129 / 0.35);
}
.border-primary-900\/40 {
  border-color: rgb(49 46 129 / 0.4);
}
.border-primary-900\/45 {
  border-color: rgb(49 46 129 / 0.45);
}
.border-primary-900\/5 {
  border-color: rgb(49 46 129 / 0.05);
}
.border-primary-900\/50 {
  border-color: rgb(49 46 129 / 0.5);
}
.border-primary-900\/55 {
  border-color: rgb(49 46 129 / 0.55);
}
.border-primary-900\/60 {
  border-color: rgb(49 46 129 / 0.6);
}
.border-primary-900\/65 {
  border-color: rgb(49 46 129 / 0.65);
}
.border-primary-900\/70 {
  border-color: rgb(49 46 129 / 0.7);
}
.border-primary-900\/75 {
  border-color: rgb(49 46 129 / 0.75);
}
.border-primary-900\/80 {
  border-color: rgb(49 46 129 / 0.8);
}
.border-primary-900\/85 {
  border-color: rgb(49 46 129 / 0.85);
}
.border-primary-900\/90 {
  border-color: rgb(49 46 129 / 0.9);
}
.border-primary-900\/95 {
  border-color: rgb(49 46 129 / 0.95);
}
.border-purple-500 {
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}
.border-purple-600 {
  --tw-border-opacity: 1;
  border-color: rgb(147 51 234 / var(--tw-border-opacity, 1));
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.border-rose-500 {
  --tw-border-opacity: 1;
  border-color: rgb(244 63 94 / var(--tw-border-opacity, 1));
}
.border-rose-600 {
  --tw-border-opacity: 1;
  border-color: rgb(225 29 72 / var(--tw-border-opacity, 1));
}
.border-secondary-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-secondary-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-secondary-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-secondary-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.border-sky-500 {
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
}
.border-sky-600 {
  --tw-border-opacity: 1;
  border-color: rgb(2 132 199 / var(--tw-border-opacity, 1));
}
.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}
.border-slate-600 {
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}
.border-stone-500 {
  --tw-border-opacity: 1;
  border-color: rgb(120 113 108 / var(--tw-border-opacity, 1));
}
.border-stone-600 {
  --tw-border-opacity: 1;
  border-color: rgb(87 83 78 / var(--tw-border-opacity, 1));
}
.border-teal-500 {
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
}
.border-teal-600 {
  --tw-border-opacity: 1;
  border-color: rgb(13 148 136 / var(--tw-border-opacity, 1));
}
.border-violet-500 {
  --tw-border-opacity: 1;
  border-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
}
.border-violet-600 {
  --tw-border-opacity: 1;
  border-color: rgb(124 58 237 / var(--tw-border-opacity, 1));
}
.border-warning-200 {
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}
.border-warning-600 {
  --tw-border-opacity: 1;
  border-color: rgb(217 119 6 / var(--tw-border-opacity, 1));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-yellow-600 {
  --tw-border-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}
.border-zinc-500 {
  --tw-border-opacity: 1;
  border-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
}
.border-zinc-600 {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
}
.\!bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1)) !important;
}
.bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}
.bg-amber-300\/60 {
  background-color: rgb(252 211 77 / 0.6);
}
.bg-amber-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}
.bg-background-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-300\/60 {
  background-color: rgb(147 197 253 / 0.6);
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-cyan-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(207 250 254 / var(--tw-bg-opacity, 1));
}
.bg-cyan-300\/60 {
  background-color: rgb(103 232 249 / 0.6);
}
.bg-cyan-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity, 1));
}
.bg-emerald-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}
.bg-emerald-300\/60 {
  background-color: rgb(110 231 183 / 0.6);
}
.bg-emerald-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.bg-emerald-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}
.bg-fuchsia-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 232 255 / var(--tw-bg-opacity, 1));
}
.bg-fuchsia-300\/60 {
  background-color: rgb(240 171 252 / 0.6);
}
.bg-fuchsia-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 70 239 / var(--tw-bg-opacity, 1));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-gray-300\/60 {
  background-color: rgb(209 213 219 / 0.6);
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / 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-300\/60 {
  background-color: rgb(134 239 172 / 0.6);
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}
.bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}
.bg-indigo-300\/60 {
  background-color: rgb(165 180 252 / 0.6);
}
.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}
.bg-indigo-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity, 1));
}
.bg-info-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.bg-info-100\/0 {
  background-color: rgb(219 234 254 / 0);
}
.bg-info-100\/10 {
  background-color: rgb(219 234 254 / 0.1);
}
.bg-info-100\/100 {
  background-color: rgb(219 234 254 / 1);
}
.bg-info-100\/15 {
  background-color: rgb(219 234 254 / 0.15);
}
.bg-info-100\/20 {
  background-color: rgb(219 234 254 / 0.2);
}
.bg-info-100\/25 {
  background-color: rgb(219 234 254 / 0.25);
}
.bg-info-100\/30 {
  background-color: rgb(219 234 254 / 0.3);
}
.bg-info-100\/35 {
  background-color: rgb(219 234 254 / 0.35);
}
.bg-info-100\/40 {
  background-color: rgb(219 234 254 / 0.4);
}
.bg-info-100\/45 {
  background-color: rgb(219 234 254 / 0.45);
}
.bg-info-100\/5 {
  background-color: rgb(219 234 254 / 0.05);
}
.bg-info-100\/50 {
  background-color: rgb(219 234 254 / 0.5);
}
.bg-info-100\/55 {
  background-color: rgb(219 234 254 / 0.55);
}
.bg-info-100\/60 {
  background-color: rgb(219 234 254 / 0.6);
}
.bg-info-100\/65 {
  background-color: rgb(219 234 254 / 0.65);
}
.bg-info-100\/70 {
  background-color: rgb(219 234 254 / 0.7);
}
.bg-info-100\/75 {
  background-color: rgb(219 234 254 / 0.75);
}
.bg-info-100\/80 {
  background-color: rgb(219 234 254 / 0.8);
}
.bg-info-100\/85 {
  background-color: rgb(219 234 254 / 0.85);
}
.bg-info-100\/90 {
  background-color: rgb(219 234 254 / 0.9);
}
.bg-info-100\/95 {
  background-color: rgb(219 234 254 / 0.95);
}
.bg-info-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}
.bg-info-200\/0 {
  background-color: rgb(191 219 254 / 0);
}
.bg-info-200\/10 {
  background-color: rgb(191 219 254 / 0.1);
}
.bg-info-200\/100 {
  background-color: rgb(191 219 254 / 1);
}
.bg-info-200\/15 {
  background-color: rgb(191 219 254 / 0.15);
}
.bg-info-200\/20 {
  background-color: rgb(191 219 254 / 0.2);
}
.bg-info-200\/25 {
  background-color: rgb(191 219 254 / 0.25);
}
.bg-info-200\/30 {
  background-color: rgb(191 219 254 / 0.3);
}
.bg-info-200\/35 {
  background-color: rgb(191 219 254 / 0.35);
}
.bg-info-200\/40 {
  background-color: rgb(191 219 254 / 0.4);
}
.bg-info-200\/45 {
  background-color: rgb(191 219 254 / 0.45);
}
.bg-info-200\/5 {
  background-color: rgb(191 219 254 / 0.05);
}
.bg-info-200\/50 {
  background-color: rgb(191 219 254 / 0.5);
}
.bg-info-200\/55 {
  background-color: rgb(191 219 254 / 0.55);
}
.bg-info-200\/60 {
  background-color: rgb(191 219 254 / 0.6);
}
.bg-info-200\/65 {
  background-color: rgb(191 219 254 / 0.65);
}
.bg-info-200\/70 {
  background-color: rgb(191 219 254 / 0.7);
}
.bg-info-200\/75 {
  background-color: rgb(191 219 254 / 0.75);
}
.bg-info-200\/80 {
  background-color: rgb(191 219 254 / 0.8);
}
.bg-info-200\/85 {
  background-color: rgb(191 219 254 / 0.85);
}
.bg-info-200\/90 {
  background-color: rgb(191 219 254 / 0.9);
}
.bg-info-200\/95 {
  background-color: rgb(191 219 254 / 0.95);
}
.bg-info-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
}
.bg-info-300\/0 {
  background-color: rgb(147 197 253 / 0);
}
.bg-info-300\/10 {
  background-color: rgb(147 197 253 / 0.1);
}
.bg-info-300\/100 {
  background-color: rgb(147 197 253 / 1);
}
.bg-info-300\/15 {
  background-color: rgb(147 197 253 / 0.15);
}
.bg-info-300\/20 {
  background-color: rgb(147 197 253 / 0.2);
}
.bg-info-300\/25 {
  background-color: rgb(147 197 253 / 0.25);
}
.bg-info-300\/30 {
  background-color: rgb(147 197 253 / 0.3);
}
.bg-info-300\/35 {
  background-color: rgb(147 197 253 / 0.35);
}
.bg-info-300\/40 {
  background-color: rgb(147 197 253 / 0.4);
}
.bg-info-300\/45 {
  background-color: rgb(147 197 253 / 0.45);
}
.bg-info-300\/5 {
  background-color: rgb(147 197 253 / 0.05);
}
.bg-info-300\/50 {
  background-color: rgb(147 197 253 / 0.5);
}
.bg-info-300\/55 {
  background-color: rgb(147 197 253 / 0.55);
}
.bg-info-300\/60 {
  background-color: rgb(147 197 253 / 0.6);
}
.bg-info-300\/65 {
  background-color: rgb(147 197 253 / 0.65);
}
.bg-info-300\/70 {
  background-color: rgb(147 197 253 / 0.7);
}
.bg-info-300\/75 {
  background-color: rgb(147 197 253 / 0.75);
}
.bg-info-300\/80 {
  background-color: rgb(147 197 253 / 0.8);
}
.bg-info-300\/85 {
  background-color: rgb(147 197 253 / 0.85);
}
.bg-info-300\/90 {
  background-color: rgb(147 197 253 / 0.9);
}
.bg-info-300\/95 {
  background-color: rgb(147 197 253 / 0.95);
}
.bg-info-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}
.bg-info-400\/0 {
  background-color: rgb(96 165 250 / 0);
}
.bg-info-400\/10 {
  background-color: rgb(96 165 250 / 0.1);
}
.bg-info-400\/100 {
  background-color: rgb(96 165 250 / 1);
}
.bg-info-400\/15 {
  background-color: rgb(96 165 250 / 0.15);
}
.bg-info-400\/20 {
  background-color: rgb(96 165 250 / 0.2);
}
.bg-info-400\/25 {
  background-color: rgb(96 165 250 / 0.25);
}
.bg-info-400\/30 {
  background-color: rgb(96 165 250 / 0.3);
}
.bg-info-400\/35 {
  background-color: rgb(96 165 250 / 0.35);
}
.bg-info-400\/40 {
  background-color: rgb(96 165 250 / 0.4);
}
.bg-info-400\/45 {
  background-color: rgb(96 165 250 / 0.45);
}
.bg-info-400\/5 {
  background-color: rgb(96 165 250 / 0.05);
}
.bg-info-400\/50 {
  background-color: rgb(96 165 250 / 0.5);
}
.bg-info-400\/55 {
  background-color: rgb(96 165 250 / 0.55);
}
.bg-info-400\/60 {
  background-color: rgb(96 165 250 / 0.6);
}
.bg-info-400\/65 {
  background-color: rgb(96 165 250 / 0.65);
}
.bg-info-400\/70 {
  background-color: rgb(96 165 250 / 0.7);
}
.bg-info-400\/75 {
  background-color: rgb(96 165 250 / 0.75);
}
.bg-info-400\/80 {
  background-color: rgb(96 165 250 / 0.8);
}
.bg-info-400\/85 {
  background-color: rgb(96 165 250 / 0.85);
}
.bg-info-400\/90 {
  background-color: rgb(96 165 250 / 0.9);
}
.bg-info-400\/95 {
  background-color: rgb(96 165 250 / 0.95);
}
.bg-info-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-info-50\/0 {
  background-color: rgb(239 246 255 / 0);
}
.bg-info-50\/10 {
  background-color: rgb(239 246 255 / 0.1);
}
.bg-info-50\/100 {
  background-color: rgb(239 246 255 / 1);
}
.bg-info-50\/15 {
  background-color: rgb(239 246 255 / 0.15);
}
.bg-info-50\/20 {
  background-color: rgb(239 246 255 / 0.2);
}
.bg-info-50\/25 {
  background-color: rgb(239 246 255 / 0.25);
}
.bg-info-50\/30 {
  background-color: rgb(239 246 255 / 0.3);
}
.bg-info-50\/35 {
  background-color: rgb(239 246 255 / 0.35);
}
.bg-info-50\/40 {
  background-color: rgb(239 246 255 / 0.4);
}
.bg-info-50\/45 {
  background-color: rgb(239 246 255 / 0.45);
}
.bg-info-50\/5 {
  background-color: rgb(239 246 255 / 0.05);
}
.bg-info-50\/50 {
  background-color: rgb(239 246 255 / 0.5);
}
.bg-info-50\/55 {
  background-color: rgb(239 246 255 / 0.55);
}
.bg-info-50\/60 {
  background-color: rgb(239 246 255 / 0.6);
}
.bg-info-50\/65 {
  background-color: rgb(239 246 255 / 0.65);
}
.bg-info-50\/70 {
  background-color: rgb(239 246 255 / 0.7);
}
.bg-info-50\/75 {
  background-color: rgb(239 246 255 / 0.75);
}
.bg-info-50\/80 {
  background-color: rgb(239 246 255 / 0.8);
}
.bg-info-50\/85 {
  background-color: rgb(239 246 255 / 0.85);
}
.bg-info-50\/90 {
  background-color: rgb(239 246 255 / 0.9);
}
.bg-info-50\/95 {
  background-color: rgb(239 246 255 / 0.95);
}
.bg-info-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-info-500\/0 {
  background-color: rgb(59 130 246 / 0);
}
.bg-info-500\/10 {
  background-color: rgb(59 130 246 / 0.1);
}
.bg-info-500\/100 {
  background-color: rgb(59 130 246 / 1);
}
.bg-info-500\/15 {
  background-color: rgb(59 130 246 / 0.15);
}
.bg-info-500\/20 {
  background-color: rgb(59 130 246 / 0.2);
}
.bg-info-500\/25 {
  background-color: rgb(59 130 246 / 0.25);
}
.bg-info-500\/30 {
  background-color: rgb(59 130 246 / 0.3);
}
.bg-info-500\/35 {
  background-color: rgb(59 130 246 / 0.35);
}
.bg-info-500\/40 {
  background-color: rgb(59 130 246 / 0.4);
}
.bg-info-500\/45 {
  background-color: rgb(59 130 246 / 0.45);
}
.bg-info-500\/5 {
  background-color: rgb(59 130 246 / 0.05);
}
.bg-info-500\/50 {
  background-color: rgb(59 130 246 / 0.5);
}
.bg-info-500\/55 {
  background-color: rgb(59 130 246 / 0.55);
}
.bg-info-500\/60 {
  background-color: rgb(59 130 246 / 0.6);
}
.bg-info-500\/65 {
  background-color: rgb(59 130 246 / 0.65);
}
.bg-info-500\/70 {
  background-color: rgb(59 130 246 / 0.7);
}
.bg-info-500\/75 {
  background-color: rgb(59 130 246 / 0.75);
}
.bg-info-500\/80 {
  background-color: rgb(59 130 246 / 0.8);
}
.bg-info-500\/85 {
  background-color: rgb(59 130 246 / 0.85);
}
.bg-info-500\/90 {
  background-color: rgb(59 130 246 / 0.9);
}
.bg-info-500\/95 {
  background-color: rgb(59 130 246 / 0.95);
}
.bg-info-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-info-600\/0 {
  background-color: rgb(37 99 235 / 0);
}
.bg-info-600\/10 {
  background-color: rgb(37 99 235 / 0.1);
}
.bg-info-600\/100 {
  background-color: rgb(37 99 235 / 1);
}
.bg-info-600\/15 {
  background-color: rgb(37 99 235 / 0.15);
}
.bg-info-600\/20 {
  background-color: rgb(37 99 235 / 0.2);
}
.bg-info-600\/25 {
  background-color: rgb(37 99 235 / 0.25);
}
.bg-info-600\/30 {
  background-color: rgb(37 99 235 / 0.3);
}
.bg-info-600\/35 {
  background-color: rgb(37 99 235 / 0.35);
}
.bg-info-600\/40 {
  background-color: rgb(37 99 235 / 0.4);
}
.bg-info-600\/45 {
  background-color: rgb(37 99 235 / 0.45);
}
.bg-info-600\/5 {
  background-color: rgb(37 99 235 / 0.05);
}
.bg-info-600\/50 {
  background-color: rgb(37 99 235 / 0.5);
}
.bg-info-600\/55 {
  background-color: rgb(37 99 235 / 0.55);
}
.bg-info-600\/60 {
  background-color: rgb(37 99 235 / 0.6);
}
.bg-info-600\/65 {
  background-color: rgb(37 99 235 / 0.65);
}
.bg-info-600\/70 {
  background-color: rgb(37 99 235 / 0.7);
}
.bg-info-600\/75 {
  background-color: rgb(37 99 235 / 0.75);
}
.bg-info-600\/80 {
  background-color: rgb(37 99 235 / 0.8);
}
.bg-info-600\/85 {
  background-color: rgb(37 99 235 / 0.85);
}
.bg-info-600\/90 {
  background-color: rgb(37 99 235 / 0.9);
}
.bg-info-600\/95 {
  background-color: rgb(37 99 235 / 0.95);
}
.bg-info-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.bg-info-700\/0 {
  background-color: rgb(29 78 216 / 0);
}
.bg-info-700\/10 {
  background-color: rgb(29 78 216 / 0.1);
}
.bg-info-700\/100 {
  background-color: rgb(29 78 216 / 1);
}
.bg-info-700\/15 {
  background-color: rgb(29 78 216 / 0.15);
}
.bg-info-700\/20 {
  background-color: rgb(29 78 216 / 0.2);
}
.bg-info-700\/25 {
  background-color: rgb(29 78 216 / 0.25);
}
.bg-info-700\/30 {
  background-color: rgb(29 78 216 / 0.3);
}
.bg-info-700\/35 {
  background-color: rgb(29 78 216 / 0.35);
}
.bg-info-700\/40 {
  background-color: rgb(29 78 216 / 0.4);
}
.bg-info-700\/45 {
  background-color: rgb(29 78 216 / 0.45);
}
.bg-info-700\/5 {
  background-color: rgb(29 78 216 / 0.05);
}
.bg-info-700\/50 {
  background-color: rgb(29 78 216 / 0.5);
}
.bg-info-700\/55 {
  background-color: rgb(29 78 216 / 0.55);
}
.bg-info-700\/60 {
  background-color: rgb(29 78 216 / 0.6);
}
.bg-info-700\/65 {
  background-color: rgb(29 78 216 / 0.65);
}
.bg-info-700\/70 {
  background-color: rgb(29 78 216 / 0.7);
}
.bg-info-700\/75 {
  background-color: rgb(29 78 216 / 0.75);
}
.bg-info-700\/80 {
  background-color: rgb(29 78 216 / 0.8);
}
.bg-info-700\/85 {
  background-color: rgb(29 78 216 / 0.85);
}
.bg-info-700\/90 {
  background-color: rgb(29 78 216 / 0.9);
}
.bg-info-700\/95 {
  background-color: rgb(29 78 216 / 0.95);
}
.bg-info-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}
.bg-info-800\/0 {
  background-color: rgb(30 64 175 / 0);
}
.bg-info-800\/10 {
  background-color: rgb(30 64 175 / 0.1);
}
.bg-info-800\/100 {
  background-color: rgb(30 64 175 / 1);
}
.bg-info-800\/15 {
  background-color: rgb(30 64 175 / 0.15);
}
.bg-info-800\/20 {
  background-color: rgb(30 64 175 / 0.2);
}
.bg-info-800\/25 {
  background-color: rgb(30 64 175 / 0.25);
}
.bg-info-800\/30 {
  background-color: rgb(30 64 175 / 0.3);
}
.bg-info-800\/35 {
  background-color: rgb(30 64 175 / 0.35);
}
.bg-info-800\/40 {
  background-color: rgb(30 64 175 / 0.4);
}
.bg-info-800\/45 {
  background-color: rgb(30 64 175 / 0.45);
}
.bg-info-800\/5 {
  background-color: rgb(30 64 175 / 0.05);
}
.bg-info-800\/50 {
  background-color: rgb(30 64 175 / 0.5);
}
.bg-info-800\/55 {
  background-color: rgb(30 64 175 / 0.55);
}
.bg-info-800\/60 {
  background-color: rgb(30 64 175 / 0.6);
}
.bg-info-800\/65 {
  background-color: rgb(30 64 175 / 0.65);
}
.bg-info-800\/70 {
  background-color: rgb(30 64 175 / 0.7);
}
.bg-info-800\/75 {
  background-color: rgb(30 64 175 / 0.75);
}
.bg-info-800\/80 {
  background-color: rgb(30 64 175 / 0.8);
}
.bg-info-800\/85 {
  background-color: rgb(30 64 175 / 0.85);
}
.bg-info-800\/90 {
  background-color: rgb(30 64 175 / 0.9);
}
.bg-info-800\/95 {
  background-color: rgb(30 64 175 / 0.95);
}
.bg-info-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
}
.bg-info-900\/0 {
  background-color: rgb(30 58 138 / 0);
}
.bg-info-900\/10 {
  background-color: rgb(30 58 138 / 0.1);
}
.bg-info-900\/100 {
  background-color: rgb(30 58 138 / 1);
}
.bg-info-900\/15 {
  background-color: rgb(30 58 138 / 0.15);
}
.bg-info-900\/20 {
  background-color: rgb(30 58 138 / 0.2);
}
.bg-info-900\/25 {
  background-color: rgb(30 58 138 / 0.25);
}
.bg-info-900\/30 {
  background-color: rgb(30 58 138 / 0.3);
}
.bg-info-900\/35 {
  background-color: rgb(30 58 138 / 0.35);
}
.bg-info-900\/40 {
  background-color: rgb(30 58 138 / 0.4);
}
.bg-info-900\/45 {
  background-color: rgb(30 58 138 / 0.45);
}
.bg-info-900\/5 {
  background-color: rgb(30 58 138 / 0.05);
}
.bg-info-900\/50 {
  background-color: rgb(30 58 138 / 0.5);
}
.bg-info-900\/55 {
  background-color: rgb(30 58 138 / 0.55);
}
.bg-info-900\/60 {
  background-color: rgb(30 58 138 / 0.6);
}
.bg-info-900\/65 {
  background-color: rgb(30 58 138 / 0.65);
}
.bg-info-900\/70 {
  background-color: rgb(30 58 138 / 0.7);
}
.bg-info-900\/75 {
  background-color: rgb(30 58 138 / 0.75);
}
.bg-info-900\/80 {
  background-color: rgb(30 58 138 / 0.8);
}
.bg-info-900\/85 {
  background-color: rgb(30 58 138 / 0.85);
}
.bg-info-900\/90 {
  background-color: rgb(30 58 138 / 0.9);
}
.bg-info-900\/95 {
  background-color: rgb(30 58 138 / 0.95);
}
.bg-lime-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity, 1));
}
.bg-lime-300\/60 {
  background-color: rgb(190 242 100 / 0.6);
}
.bg-lime-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1));
}
.bg-negative-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-negative-100\/0 {
  background-color: rgb(254 226 226 / 0);
}
.bg-negative-100\/10 {
  background-color: rgb(254 226 226 / 0.1);
}
.bg-negative-100\/100 {
  background-color: rgb(254 226 226 / 1);
}
.bg-negative-100\/15 {
  background-color: rgb(254 226 226 / 0.15);
}
.bg-negative-100\/20 {
  background-color: rgb(254 226 226 / 0.2);
}
.bg-negative-100\/25 {
  background-color: rgb(254 226 226 / 0.25);
}
.bg-negative-100\/30 {
  background-color: rgb(254 226 226 / 0.3);
}
.bg-negative-100\/35 {
  background-color: rgb(254 226 226 / 0.35);
}
.bg-negative-100\/40 {
  background-color: rgb(254 226 226 / 0.4);
}
.bg-negative-100\/45 {
  background-color: rgb(254 226 226 / 0.45);
}
.bg-negative-100\/5 {
  background-color: rgb(254 226 226 / 0.05);
}
.bg-negative-100\/50 {
  background-color: rgb(254 226 226 / 0.5);
}
.bg-negative-100\/55 {
  background-color: rgb(254 226 226 / 0.55);
}
.bg-negative-100\/60 {
  background-color: rgb(254 226 226 / 0.6);
}
.bg-negative-100\/65 {
  background-color: rgb(254 226 226 / 0.65);
}
.bg-negative-100\/70 {
  background-color: rgb(254 226 226 / 0.7);
}
.bg-negative-100\/75 {
  background-color: rgb(254 226 226 / 0.75);
}
.bg-negative-100\/80 {
  background-color: rgb(254 226 226 / 0.8);
}
.bg-negative-100\/85 {
  background-color: rgb(254 226 226 / 0.85);
}
.bg-negative-100\/90 {
  background-color: rgb(254 226 226 / 0.9);
}
.bg-negative-100\/95 {
  background-color: rgb(254 226 226 / 0.95);
}
.bg-negative-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
.bg-negative-200\/0 {
  background-color: rgb(254 202 202 / 0);
}
.bg-negative-200\/10 {
  background-color: rgb(254 202 202 / 0.1);
}
.bg-negative-200\/100 {
  background-color: rgb(254 202 202 / 1);
}
.bg-negative-200\/15 {
  background-color: rgb(254 202 202 / 0.15);
}
.bg-negative-200\/20 {
  background-color: rgb(254 202 202 / 0.2);
}
.bg-negative-200\/25 {
  background-color: rgb(254 202 202 / 0.25);
}
.bg-negative-200\/30 {
  background-color: rgb(254 202 202 / 0.3);
}
.bg-negative-200\/35 {
  background-color: rgb(254 202 202 / 0.35);
}
.bg-negative-200\/40 {
  background-color: rgb(254 202 202 / 0.4);
}
.bg-negative-200\/45 {
  background-color: rgb(254 202 202 / 0.45);
}
.bg-negative-200\/5 {
  background-color: rgb(254 202 202 / 0.05);
}
.bg-negative-200\/50 {
  background-color: rgb(254 202 202 / 0.5);
}
.bg-negative-200\/55 {
  background-color: rgb(254 202 202 / 0.55);
}
.bg-negative-200\/60 {
  background-color: rgb(254 202 202 / 0.6);
}
.bg-negative-200\/65 {
  background-color: rgb(254 202 202 / 0.65);
}
.bg-negative-200\/70 {
  background-color: rgb(254 202 202 / 0.7);
}
.bg-negative-200\/75 {
  background-color: rgb(254 202 202 / 0.75);
}
.bg-negative-200\/80 {
  background-color: rgb(254 202 202 / 0.8);
}
.bg-negative-200\/85 {
  background-color: rgb(254 202 202 / 0.85);
}
.bg-negative-200\/90 {
  background-color: rgb(254 202 202 / 0.9);
}
.bg-negative-200\/95 {
  background-color: rgb(254 202 202 / 0.95);
}
.bg-negative-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}
.bg-negative-300\/0 {
  background-color: rgb(252 165 165 / 0);
}
.bg-negative-300\/10 {
  background-color: rgb(252 165 165 / 0.1);
}
.bg-negative-300\/100 {
  background-color: rgb(252 165 165 / 1);
}
.bg-negative-300\/15 {
  background-color: rgb(252 165 165 / 0.15);
}
.bg-negative-300\/20 {
  background-color: rgb(252 165 165 / 0.2);
}
.bg-negative-300\/25 {
  background-color: rgb(252 165 165 / 0.25);
}
.bg-negative-300\/30 {
  background-color: rgb(252 165 165 / 0.3);
}
.bg-negative-300\/35 {
  background-color: rgb(252 165 165 / 0.35);
}
.bg-negative-300\/40 {
  background-color: rgb(252 165 165 / 0.4);
}
.bg-negative-300\/45 {
  background-color: rgb(252 165 165 / 0.45);
}
.bg-negative-300\/5 {
  background-color: rgb(252 165 165 / 0.05);
}
.bg-negative-300\/50 {
  background-color: rgb(252 165 165 / 0.5);
}
.bg-negative-300\/55 {
  background-color: rgb(252 165 165 / 0.55);
}
.bg-negative-300\/60 {
  background-color: rgb(252 165 165 / 0.6);
}
.bg-negative-300\/65 {
  background-color: rgb(252 165 165 / 0.65);
}
.bg-negative-300\/70 {
  background-color: rgb(252 165 165 / 0.7);
}
.bg-negative-300\/75 {
  background-color: rgb(252 165 165 / 0.75);
}
.bg-negative-300\/80 {
  background-color: rgb(252 165 165 / 0.8);
}
.bg-negative-300\/85 {
  background-color: rgb(252 165 165 / 0.85);
}
.bg-negative-300\/90 {
  background-color: rgb(252 165 165 / 0.9);
}
.bg-negative-300\/95 {
  background-color: rgb(252 165 165 / 0.95);
}
.bg-negative-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
.bg-negative-400\/0 {
  background-color: rgb(248 113 113 / 0);
}
.bg-negative-400\/10 {
  background-color: rgb(248 113 113 / 0.1);
}
.bg-negative-400\/100 {
  background-color: rgb(248 113 113 / 1);
}
.bg-negative-400\/15 {
  background-color: rgb(248 113 113 / 0.15);
}
.bg-negative-400\/20 {
  background-color: rgb(248 113 113 / 0.2);
}
.bg-negative-400\/25 {
  background-color: rgb(248 113 113 / 0.25);
}
.bg-negative-400\/30 {
  background-color: rgb(248 113 113 / 0.3);
}
.bg-negative-400\/35 {
  background-color: rgb(248 113 113 / 0.35);
}
.bg-negative-400\/40 {
  background-color: rgb(248 113 113 / 0.4);
}
.bg-negative-400\/45 {
  background-color: rgb(248 113 113 / 0.45);
}
.bg-negative-400\/5 {
  background-color: rgb(248 113 113 / 0.05);
}
.bg-negative-400\/50 {
  background-color: rgb(248 113 113 / 0.5);
}
.bg-negative-400\/55 {
  background-color: rgb(248 113 113 / 0.55);
}
.bg-negative-400\/60 {
  background-color: rgb(248 113 113 / 0.6);
}
.bg-negative-400\/65 {
  background-color: rgb(248 113 113 / 0.65);
}
.bg-negative-400\/70 {
  background-color: rgb(248 113 113 / 0.7);
}
.bg-negative-400\/75 {
  background-color: rgb(248 113 113 / 0.75);
}
.bg-negative-400\/80 {
  background-color: rgb(248 113 113 / 0.8);
}
.bg-negative-400\/85 {
  background-color: rgb(248 113 113 / 0.85);
}
.bg-negative-400\/90 {
  background-color: rgb(248 113 113 / 0.9);
}
.bg-negative-400\/95 {
  background-color: rgb(248 113 113 / 0.95);
}
.bg-negative-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-negative-50\/0 {
  background-color: rgb(254 242 242 / 0);
}
.bg-negative-50\/10 {
  background-color: rgb(254 242 242 / 0.1);
}
.bg-negative-50\/100 {
  background-color: rgb(254 242 242 / 1);
}
.bg-negative-50\/15 {
  background-color: rgb(254 242 242 / 0.15);
}
.bg-negative-50\/20 {
  background-color: rgb(254 242 242 / 0.2);
}
.bg-negative-50\/25 {
  background-color: rgb(254 242 242 / 0.25);
}
.bg-negative-50\/30 {
  background-color: rgb(254 242 242 / 0.3);
}
.bg-negative-50\/35 {
  background-color: rgb(254 242 242 / 0.35);
}
.bg-negative-50\/40 {
  background-color: rgb(254 242 242 / 0.4);
}
.bg-negative-50\/45 {
  background-color: rgb(254 242 242 / 0.45);
}
.bg-negative-50\/5 {
  background-color: rgb(254 242 242 / 0.05);
}
.bg-negative-50\/50 {
  background-color: rgb(254 242 242 / 0.5);
}
.bg-negative-50\/55 {
  background-color: rgb(254 242 242 / 0.55);
}
.bg-negative-50\/60 {
  background-color: rgb(254 242 242 / 0.6);
}
.bg-negative-50\/65 {
  background-color: rgb(254 242 242 / 0.65);
}
.bg-negative-50\/70 {
  background-color: rgb(254 242 242 / 0.7);
}
.bg-negative-50\/75 {
  background-color: rgb(254 242 242 / 0.75);
}
.bg-negative-50\/80 {
  background-color: rgb(254 242 242 / 0.8);
}
.bg-negative-50\/85 {
  background-color: rgb(254 242 242 / 0.85);
}
.bg-negative-50\/90 {
  background-color: rgb(254 242 242 / 0.9);
}
.bg-negative-50\/95 {
  background-color: rgb(254 242 242 / 0.95);
}
.bg-negative-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-negative-500\/0 {
  background-color: rgb(239 68 68 / 0);
}
.bg-negative-500\/10 {
  background-color: rgb(239 68 68 / 0.1);
}
.bg-negative-500\/100 {
  background-color: rgb(239 68 68 / 1);
}
.bg-negative-500\/15 {
  background-color: rgb(239 68 68 / 0.15);
}
.bg-negative-500\/20 {
  background-color: rgb(239 68 68 / 0.2);
}
.bg-negative-500\/25 {
  background-color: rgb(239 68 68 / 0.25);
}
.bg-negative-500\/30 {
  background-color: rgb(239 68 68 / 0.3);
}
.bg-negative-500\/35 {
  background-color: rgb(239 68 68 / 0.35);
}
.bg-negative-500\/40 {
  background-color: rgb(239 68 68 / 0.4);
}
.bg-negative-500\/45 {
  background-color: rgb(239 68 68 / 0.45);
}
.bg-negative-500\/5 {
  background-color: rgb(239 68 68 / 0.05);
}
.bg-negative-500\/50 {
  background-color: rgb(239 68 68 / 0.5);
}
.bg-negative-500\/55 {
  background-color: rgb(239 68 68 / 0.55);
}
.bg-negative-500\/60 {
  background-color: rgb(239 68 68 / 0.6);
}
.bg-negative-500\/65 {
  background-color: rgb(239 68 68 / 0.65);
}
.bg-negative-500\/70 {
  background-color: rgb(239 68 68 / 0.7);
}
.bg-negative-500\/75 {
  background-color: rgb(239 68 68 / 0.75);
}
.bg-negative-500\/80 {
  background-color: rgb(239 68 68 / 0.8);
}
.bg-negative-500\/85 {
  background-color: rgb(239 68 68 / 0.85);
}
.bg-negative-500\/90 {
  background-color: rgb(239 68 68 / 0.9);
}
.bg-negative-500\/95 {
  background-color: rgb(239 68 68 / 0.95);
}
.bg-negative-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-negative-600\/0 {
  background-color: rgb(220 38 38 / 0);
}
.bg-negative-600\/10 {
  background-color: rgb(220 38 38 / 0.1);
}
.bg-negative-600\/100 {
  background-color: rgb(220 38 38 / 1);
}
.bg-negative-600\/15 {
  background-color: rgb(220 38 38 / 0.15);
}
.bg-negative-600\/20 {
  background-color: rgb(220 38 38 / 0.2);
}
.bg-negative-600\/25 {
  background-color: rgb(220 38 38 / 0.25);
}
.bg-negative-600\/30 {
  background-color: rgb(220 38 38 / 0.3);
}
.bg-negative-600\/35 {
  background-color: rgb(220 38 38 / 0.35);
}
.bg-negative-600\/40 {
  background-color: rgb(220 38 38 / 0.4);
}
.bg-negative-600\/45 {
  background-color: rgb(220 38 38 / 0.45);
}
.bg-negative-600\/5 {
  background-color: rgb(220 38 38 / 0.05);
}
.bg-negative-600\/50 {
  background-color: rgb(220 38 38 / 0.5);
}
.bg-negative-600\/55 {
  background-color: rgb(220 38 38 / 0.55);
}
.bg-negative-600\/60 {
  background-color: rgb(220 38 38 / 0.6);
}
.bg-negative-600\/65 {
  background-color: rgb(220 38 38 / 0.65);
}
.bg-negative-600\/70 {
  background-color: rgb(220 38 38 / 0.7);
}
.bg-negative-600\/75 {
  background-color: rgb(220 38 38 / 0.75);
}
.bg-negative-600\/80 {
  background-color: rgb(220 38 38 / 0.8);
}
.bg-negative-600\/85 {
  background-color: rgb(220 38 38 / 0.85);
}
.bg-negative-600\/90 {
  background-color: rgb(220 38 38 / 0.9);
}
.bg-negative-600\/95 {
  background-color: rgb(220 38 38 / 0.95);
}
.bg-negative-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
.bg-negative-700\/0 {
  background-color: rgb(185 28 28 / 0);
}
.bg-negative-700\/10 {
  background-color: rgb(185 28 28 / 0.1);
}
.bg-negative-700\/100 {
  background-color: rgb(185 28 28 / 1);
}
.bg-negative-700\/15 {
  background-color: rgb(185 28 28 / 0.15);
}
.bg-negative-700\/20 {
  background-color: rgb(185 28 28 / 0.2);
}
.bg-negative-700\/25 {
  background-color: rgb(185 28 28 / 0.25);
}
.bg-negative-700\/30 {
  background-color: rgb(185 28 28 / 0.3);
}
.bg-negative-700\/35 {
  background-color: rgb(185 28 28 / 0.35);
}
.bg-negative-700\/40 {
  background-color: rgb(185 28 28 / 0.4);
}
.bg-negative-700\/45 {
  background-color: rgb(185 28 28 / 0.45);
}
.bg-negative-700\/5 {
  background-color: rgb(185 28 28 / 0.05);
}
.bg-negative-700\/50 {
  background-color: rgb(185 28 28 / 0.5);
}
.bg-negative-700\/55 {
  background-color: rgb(185 28 28 / 0.55);
}
.bg-negative-700\/60 {
  background-color: rgb(185 28 28 / 0.6);
}
.bg-negative-700\/65 {
  background-color: rgb(185 28 28 / 0.65);
}
.bg-negative-700\/70 {
  background-color: rgb(185 28 28 / 0.7);
}
.bg-negative-700\/75 {
  background-color: rgb(185 28 28 / 0.75);
}
.bg-negative-700\/80 {
  background-color: rgb(185 28 28 / 0.8);
}
.bg-negative-700\/85 {
  background-color: rgb(185 28 28 / 0.85);
}
.bg-negative-700\/90 {
  background-color: rgb(185 28 28 / 0.9);
}
.bg-negative-700\/95 {
  background-color: rgb(185 28 28 / 0.95);
}
.bg-negative-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
}
.bg-negative-800\/0 {
  background-color: rgb(153 27 27 / 0);
}
.bg-negative-800\/10 {
  background-color: rgb(153 27 27 / 0.1);
}
.bg-negative-800\/100 {
  background-color: rgb(153 27 27 / 1);
}
.bg-negative-800\/15 {
  background-color: rgb(153 27 27 / 0.15);
}
.bg-negative-800\/20 {
  background-color: rgb(153 27 27 / 0.2);
}
.bg-negative-800\/25 {
  background-color: rgb(153 27 27 / 0.25);
}
.bg-negative-800\/30 {
  background-color: rgb(153 27 27 / 0.3);
}
.bg-negative-800\/35 {
  background-color: rgb(153 27 27 / 0.35);
}
.bg-negative-800\/40 {
  background-color: rgb(153 27 27 / 0.4);
}
.bg-negative-800\/45 {
  background-color: rgb(153 27 27 / 0.45);
}
.bg-negative-800\/5 {
  background-color: rgb(153 27 27 / 0.05);
}
.bg-negative-800\/50 {
  background-color: rgb(153 27 27 / 0.5);
}
.bg-negative-800\/55 {
  background-color: rgb(153 27 27 / 0.55);
}
.bg-negative-800\/60 {
  background-color: rgb(153 27 27 / 0.6);
}
.bg-negative-800\/65 {
  background-color: rgb(153 27 27 / 0.65);
}
.bg-negative-800\/70 {
  background-color: rgb(153 27 27 / 0.7);
}
.bg-negative-800\/75 {
  background-color: rgb(153 27 27 / 0.75);
}
.bg-negative-800\/80 {
  background-color: rgb(153 27 27 / 0.8);
}
.bg-negative-800\/85 {
  background-color: rgb(153 27 27 / 0.85);
}
.bg-negative-800\/90 {
  background-color: rgb(153 27 27 / 0.9);
}
.bg-negative-800\/95 {
  background-color: rgb(153 27 27 / 0.95);
}
.bg-negative-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1));
}
.bg-negative-900\/0 {
  background-color: rgb(127 29 29 / 0);
}
.bg-negative-900\/10 {
  background-color: rgb(127 29 29 / 0.1);
}
.bg-negative-900\/100 {
  background-color: rgb(127 29 29 / 1);
}
.bg-negative-900\/15 {
  background-color: rgb(127 29 29 / 0.15);
}
.bg-negative-900\/20 {
  background-color: rgb(127 29 29 / 0.2);
}
.bg-negative-900\/25 {
  background-color: rgb(127 29 29 / 0.25);
}
.bg-negative-900\/30 {
  background-color: rgb(127 29 29 / 0.3);
}
.bg-negative-900\/35 {
  background-color: rgb(127 29 29 / 0.35);
}
.bg-negative-900\/40 {
  background-color: rgb(127 29 29 / 0.4);
}
.bg-negative-900\/45 {
  background-color: rgb(127 29 29 / 0.45);
}
.bg-negative-900\/5 {
  background-color: rgb(127 29 29 / 0.05);
}
.bg-negative-900\/50 {
  background-color: rgb(127 29 29 / 0.5);
}
.bg-negative-900\/55 {
  background-color: rgb(127 29 29 / 0.55);
}
.bg-negative-900\/60 {
  background-color: rgb(127 29 29 / 0.6);
}
.bg-negative-900\/65 {
  background-color: rgb(127 29 29 / 0.65);
}
.bg-negative-900\/70 {
  background-color: rgb(127 29 29 / 0.7);
}
.bg-negative-900\/75 {
  background-color: rgb(127 29 29 / 0.75);
}
.bg-negative-900\/80 {
  background-color: rgb(127 29 29 / 0.8);
}
.bg-negative-900\/85 {
  background-color: rgb(127 29 29 / 0.85);
}
.bg-negative-900\/90 {
  background-color: rgb(127 29 29 / 0.9);
}
.bg-negative-900\/95 {
  background-color: rgb(127 29 29 / 0.95);
}
.bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.bg-neutral-300\/60 {
  background-color: rgb(212 212 212 / 0.6);
}
.bg-neutral-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity, 1));
}
.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}
.bg-orange-300\/60 {
  background-color: rgb(253 186 116 / 0.6);
}
.bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}
.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}
.bg-pink-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity, 1));
}
.bg-pink-300\/60 {
  background-color: rgb(249 168 212 / 0.6);
}
.bg-pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity, 1));
}
.bg-positive-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}
.bg-positive-100\/0 {
  background-color: rgb(209 250 229 / 0);
}
.bg-positive-100\/10 {
  background-color: rgb(209 250 229 / 0.1);
}
.bg-positive-100\/100 {
  background-color: rgb(209 250 229 / 1);
}
.bg-positive-100\/15 {
  background-color: rgb(209 250 229 / 0.15);
}
.bg-positive-100\/20 {
  background-color: rgb(209 250 229 / 0.2);
}
.bg-positive-100\/25 {
  background-color: rgb(209 250 229 / 0.25);
}
.bg-positive-100\/30 {
  background-color: rgb(209 250 229 / 0.3);
}
.bg-positive-100\/35 {
  background-color: rgb(209 250 229 / 0.35);
}
.bg-positive-100\/40 {
  background-color: rgb(209 250 229 / 0.4);
}
.bg-positive-100\/45 {
  background-color: rgb(209 250 229 / 0.45);
}
.bg-positive-100\/5 {
  background-color: rgb(209 250 229 / 0.05);
}
.bg-positive-100\/50 {
  background-color: rgb(209 250 229 / 0.5);
}
.bg-positive-100\/55 {
  background-color: rgb(209 250 229 / 0.55);
}
.bg-positive-100\/60 {
  background-color: rgb(209 250 229 / 0.6);
}
.bg-positive-100\/65 {
  background-color: rgb(209 250 229 / 0.65);
}
.bg-positive-100\/70 {
  background-color: rgb(209 250 229 / 0.7);
}
.bg-positive-100\/75 {
  background-color: rgb(209 250 229 / 0.75);
}
.bg-positive-100\/80 {
  background-color: rgb(209 250 229 / 0.8);
}
.bg-positive-100\/85 {
  background-color: rgb(209 250 229 / 0.85);
}
.bg-positive-100\/90 {
  background-color: rgb(209 250 229 / 0.9);
}
.bg-positive-100\/95 {
  background-color: rgb(209 250 229 / 0.95);
}
.bg-positive-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity, 1));
}
.bg-positive-200\/0 {
  background-color: rgb(167 243 208 / 0);
}
.bg-positive-200\/10 {
  background-color: rgb(167 243 208 / 0.1);
}
.bg-positive-200\/100 {
  background-color: rgb(167 243 208 / 1);
}
.bg-positive-200\/15 {
  background-color: rgb(167 243 208 / 0.15);
}
.bg-positive-200\/20 {
  background-color: rgb(167 243 208 / 0.2);
}
.bg-positive-200\/25 {
  background-color: rgb(167 243 208 / 0.25);
}
.bg-positive-200\/30 {
  background-color: rgb(167 243 208 / 0.3);
}
.bg-positive-200\/35 {
  background-color: rgb(167 243 208 / 0.35);
}
.bg-positive-200\/40 {
  background-color: rgb(167 243 208 / 0.4);
}
.bg-positive-200\/45 {
  background-color: rgb(167 243 208 / 0.45);
}
.bg-positive-200\/5 {
  background-color: rgb(167 243 208 / 0.05);
}
.bg-positive-200\/50 {
  background-color: rgb(167 243 208 / 0.5);
}
.bg-positive-200\/55 {
  background-color: rgb(167 243 208 / 0.55);
}
.bg-positive-200\/60 {
  background-color: rgb(167 243 208 / 0.6);
}
.bg-positive-200\/65 {
  background-color: rgb(167 243 208 / 0.65);
}
.bg-positive-200\/70 {
  background-color: rgb(167 243 208 / 0.7);
}
.bg-positive-200\/75 {
  background-color: rgb(167 243 208 / 0.75);
}
.bg-positive-200\/80 {
  background-color: rgb(167 243 208 / 0.8);
}
.bg-positive-200\/85 {
  background-color: rgb(167 243 208 / 0.85);
}
.bg-positive-200\/90 {
  background-color: rgb(167 243 208 / 0.9);
}
.bg-positive-200\/95 {
  background-color: rgb(167 243 208 / 0.95);
}
.bg-positive-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity, 1));
}
.bg-positive-300\/0 {
  background-color: rgb(110 231 183 / 0);
}
.bg-positive-300\/10 {
  background-color: rgb(110 231 183 / 0.1);
}
.bg-positive-300\/100 {
  background-color: rgb(110 231 183 / 1);
}
.bg-positive-300\/15 {
  background-color: rgb(110 231 183 / 0.15);
}
.bg-positive-300\/20 {
  background-color: rgb(110 231 183 / 0.2);
}
.bg-positive-300\/25 {
  background-color: rgb(110 231 183 / 0.25);
}
.bg-positive-300\/30 {
  background-color: rgb(110 231 183 / 0.3);
}
.bg-positive-300\/35 {
  background-color: rgb(110 231 183 / 0.35);
}
.bg-positive-300\/40 {
  background-color: rgb(110 231 183 / 0.4);
}
.bg-positive-300\/45 {
  background-color: rgb(110 231 183 / 0.45);
}
.bg-positive-300\/5 {
  background-color: rgb(110 231 183 / 0.05);
}
.bg-positive-300\/50 {
  background-color: rgb(110 231 183 / 0.5);
}
.bg-positive-300\/55 {
  background-color: rgb(110 231 183 / 0.55);
}
.bg-positive-300\/60 {
  background-color: rgb(110 231 183 / 0.6);
}
.bg-positive-300\/65 {
  background-color: rgb(110 231 183 / 0.65);
}
.bg-positive-300\/70 {
  background-color: rgb(110 231 183 / 0.7);
}
.bg-positive-300\/75 {
  background-color: rgb(110 231 183 / 0.75);
}
.bg-positive-300\/80 {
  background-color: rgb(110 231 183 / 0.8);
}
.bg-positive-300\/85 {
  background-color: rgb(110 231 183 / 0.85);
}
.bg-positive-300\/90 {
  background-color: rgb(110 231 183 / 0.9);
}
.bg-positive-300\/95 {
  background-color: rgb(110 231 183 / 0.95);
}
.bg-positive-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
}
.bg-positive-400\/0 {
  background-color: rgb(52 211 153 / 0);
}
.bg-positive-400\/10 {
  background-color: rgb(52 211 153 / 0.1);
}
.bg-positive-400\/100 {
  background-color: rgb(52 211 153 / 1);
}
.bg-positive-400\/15 {
  background-color: rgb(52 211 153 / 0.15);
}
.bg-positive-400\/20 {
  background-color: rgb(52 211 153 / 0.2);
}
.bg-positive-400\/25 {
  background-color: rgb(52 211 153 / 0.25);
}
.bg-positive-400\/30 {
  background-color: rgb(52 211 153 / 0.3);
}
.bg-positive-400\/35 {
  background-color: rgb(52 211 153 / 0.35);
}
.bg-positive-400\/40 {
  background-color: rgb(52 211 153 / 0.4);
}
.bg-positive-400\/45 {
  background-color: rgb(52 211 153 / 0.45);
}
.bg-positive-400\/5 {
  background-color: rgb(52 211 153 / 0.05);
}
.bg-positive-400\/50 {
  background-color: rgb(52 211 153 / 0.5);
}
.bg-positive-400\/55 {
  background-color: rgb(52 211 153 / 0.55);
}
.bg-positive-400\/60 {
  background-color: rgb(52 211 153 / 0.6);
}
.bg-positive-400\/65 {
  background-color: rgb(52 211 153 / 0.65);
}
.bg-positive-400\/70 {
  background-color: rgb(52 211 153 / 0.7);
}
.bg-positive-400\/75 {
  background-color: rgb(52 211 153 / 0.75);
}
.bg-positive-400\/80 {
  background-color: rgb(52 211 153 / 0.8);
}
.bg-positive-400\/85 {
  background-color: rgb(52 211 153 / 0.85);
}
.bg-positive-400\/90 {
  background-color: rgb(52 211 153 / 0.9);
}
.bg-positive-400\/95 {
  background-color: rgb(52 211 153 / 0.95);
}
.bg-positive-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}
.bg-positive-50\/0 {
  background-color: rgb(236 253 245 / 0);
}
.bg-positive-50\/10 {
  background-color: rgb(236 253 245 / 0.1);
}
.bg-positive-50\/100 {
  background-color: rgb(236 253 245 / 1);
}
.bg-positive-50\/15 {
  background-color: rgb(236 253 245 / 0.15);
}
.bg-positive-50\/20 {
  background-color: rgb(236 253 245 / 0.2);
}
.bg-positive-50\/25 {
  background-color: rgb(236 253 245 / 0.25);
}
.bg-positive-50\/30 {
  background-color: rgb(236 253 245 / 0.3);
}
.bg-positive-50\/35 {
  background-color: rgb(236 253 245 / 0.35);
}
.bg-positive-50\/40 {
  background-color: rgb(236 253 245 / 0.4);
}
.bg-positive-50\/45 {
  background-color: rgb(236 253 245 / 0.45);
}
.bg-positive-50\/5 {
  background-color: rgb(236 253 245 / 0.05);
}
.bg-positive-50\/50 {
  background-color: rgb(236 253 245 / 0.5);
}
.bg-positive-50\/55 {
  background-color: rgb(236 253 245 / 0.55);
}
.bg-positive-50\/60 {
  background-color: rgb(236 253 245 / 0.6);
}
.bg-positive-50\/65 {
  background-color: rgb(236 253 245 / 0.65);
}
.bg-positive-50\/70 {
  background-color: rgb(236 253 245 / 0.7);
}
.bg-positive-50\/75 {
  background-color: rgb(236 253 245 / 0.75);
}
.bg-positive-50\/80 {
  background-color: rgb(236 253 245 / 0.8);
}
.bg-positive-50\/85 {
  background-color: rgb(236 253 245 / 0.85);
}
.bg-positive-50\/90 {
  background-color: rgb(236 253 245 / 0.9);
}
.bg-positive-50\/95 {
  background-color: rgb(236 253 245 / 0.95);
}
.bg-positive-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.bg-positive-500\/0 {
  background-color: rgb(16 185 129 / 0);
}
.bg-positive-500\/10 {
  background-color: rgb(16 185 129 / 0.1);
}
.bg-positive-500\/100 {
  background-color: rgb(16 185 129 / 1);
}
.bg-positive-500\/15 {
  background-color: rgb(16 185 129 / 0.15);
}
.bg-positive-500\/20 {
  background-color: rgb(16 185 129 / 0.2);
}
.bg-positive-500\/25 {
  background-color: rgb(16 185 129 / 0.25);
}
.bg-positive-500\/30 {
  background-color: rgb(16 185 129 / 0.3);
}
.bg-positive-500\/35 {
  background-color: rgb(16 185 129 / 0.35);
}
.bg-positive-500\/40 {
  background-color: rgb(16 185 129 / 0.4);
}
.bg-positive-500\/45 {
  background-color: rgb(16 185 129 / 0.45);
}
.bg-positive-500\/5 {
  background-color: rgb(16 185 129 / 0.05);
}
.bg-positive-500\/50 {
  background-color: rgb(16 185 129 / 0.5);
}
.bg-positive-500\/55 {
  background-color: rgb(16 185 129 / 0.55);
}
.bg-positive-500\/60 {
  background-color: rgb(16 185 129 / 0.6);
}
.bg-positive-500\/65 {
  background-color: rgb(16 185 129 / 0.65);
}
.bg-positive-500\/70 {
  background-color: rgb(16 185 129 / 0.7);
}
.bg-positive-500\/75 {
  background-color: rgb(16 185 129 / 0.75);
}
.bg-positive-500\/80 {
  background-color: rgb(16 185 129 / 0.8);
}
.bg-positive-500\/85 {
  background-color: rgb(16 185 129 / 0.85);
}
.bg-positive-500\/90 {
  background-color: rgb(16 185 129 / 0.9);
}
.bg-positive-500\/95 {
  background-color: rgb(16 185 129 / 0.95);
}
.bg-positive-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}
.bg-positive-600\/0 {
  background-color: rgb(5 150 105 / 0);
}
.bg-positive-600\/10 {
  background-color: rgb(5 150 105 / 0.1);
}
.bg-positive-600\/100 {
  background-color: rgb(5 150 105 / 1);
}
.bg-positive-600\/15 {
  background-color: rgb(5 150 105 / 0.15);
}
.bg-positive-600\/20 {
  background-color: rgb(5 150 105 / 0.2);
}
.bg-positive-600\/25 {
  background-color: rgb(5 150 105 / 0.25);
}
.bg-positive-600\/30 {
  background-color: rgb(5 150 105 / 0.3);
}
.bg-positive-600\/35 {
  background-color: rgb(5 150 105 / 0.35);
}
.bg-positive-600\/40 {
  background-color: rgb(5 150 105 / 0.4);
}
.bg-positive-600\/45 {
  background-color: rgb(5 150 105 / 0.45);
}
.bg-positive-600\/5 {
  background-color: rgb(5 150 105 / 0.05);
}
.bg-positive-600\/50 {
  background-color: rgb(5 150 105 / 0.5);
}
.bg-positive-600\/55 {
  background-color: rgb(5 150 105 / 0.55);
}
.bg-positive-600\/60 {
  background-color: rgb(5 150 105 / 0.6);
}
.bg-positive-600\/65 {
  background-color: rgb(5 150 105 / 0.65);
}
.bg-positive-600\/70 {
  background-color: rgb(5 150 105 / 0.7);
}
.bg-positive-600\/75 {
  background-color: rgb(5 150 105 / 0.75);
}
.bg-positive-600\/80 {
  background-color: rgb(5 150 105 / 0.8);
}
.bg-positive-600\/85 {
  background-color: rgb(5 150 105 / 0.85);
}
.bg-positive-600\/90 {
  background-color: rgb(5 150 105 / 0.9);
}
.bg-positive-600\/95 {
  background-color: rgb(5 150 105 / 0.95);
}
.bg-positive-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}
.bg-positive-700\/0 {
  background-color: rgb(4 120 87 / 0);
}
.bg-positive-700\/10 {
  background-color: rgb(4 120 87 / 0.1);
}
.bg-positive-700\/100 {
  background-color: rgb(4 120 87 / 1);
}
.bg-positive-700\/15 {
  background-color: rgb(4 120 87 / 0.15);
}
.bg-positive-700\/20 {
  background-color: rgb(4 120 87 / 0.2);
}
.bg-positive-700\/25 {
  background-color: rgb(4 120 87 / 0.25);
}
.bg-positive-700\/30 {
  background-color: rgb(4 120 87 / 0.3);
}
.bg-positive-700\/35 {
  background-color: rgb(4 120 87 / 0.35);
}
.bg-positive-700\/40 {
  background-color: rgb(4 120 87 / 0.4);
}
.bg-positive-700\/45 {
  background-color: rgb(4 120 87 / 0.45);
}
.bg-positive-700\/5 {
  background-color: rgb(4 120 87 / 0.05);
}
.bg-positive-700\/50 {
  background-color: rgb(4 120 87 / 0.5);
}
.bg-positive-700\/55 {
  background-color: rgb(4 120 87 / 0.55);
}
.bg-positive-700\/60 {
  background-color: rgb(4 120 87 / 0.6);
}
.bg-positive-700\/65 {
  background-color: rgb(4 120 87 / 0.65);
}
.bg-positive-700\/70 {
  background-color: rgb(4 120 87 / 0.7);
}
.bg-positive-700\/75 {
  background-color: rgb(4 120 87 / 0.75);
}
.bg-positive-700\/80 {
  background-color: rgb(4 120 87 / 0.8);
}
.bg-positive-700\/85 {
  background-color: rgb(4 120 87 / 0.85);
}
.bg-positive-700\/90 {
  background-color: rgb(4 120 87 / 0.9);
}
.bg-positive-700\/95 {
  background-color: rgb(4 120 87 / 0.95);
}
.bg-positive-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity, 1));
}
.bg-positive-800\/0 {
  background-color: rgb(6 95 70 / 0);
}
.bg-positive-800\/10 {
  background-color: rgb(6 95 70 / 0.1);
}
.bg-positive-800\/100 {
  background-color: rgb(6 95 70 / 1);
}
.bg-positive-800\/15 {
  background-color: rgb(6 95 70 / 0.15);
}
.bg-positive-800\/20 {
  background-color: rgb(6 95 70 / 0.2);
}
.bg-positive-800\/25 {
  background-color: rgb(6 95 70 / 0.25);
}
.bg-positive-800\/30 {
  background-color: rgb(6 95 70 / 0.3);
}
.bg-positive-800\/35 {
  background-color: rgb(6 95 70 / 0.35);
}
.bg-positive-800\/40 {
  background-color: rgb(6 95 70 / 0.4);
}
.bg-positive-800\/45 {
  background-color: rgb(6 95 70 / 0.45);
}
.bg-positive-800\/5 {
  background-color: rgb(6 95 70 / 0.05);
}
.bg-positive-800\/50 {
  background-color: rgb(6 95 70 / 0.5);
}
.bg-positive-800\/55 {
  background-color: rgb(6 95 70 / 0.55);
}
.bg-positive-800\/60 {
  background-color: rgb(6 95 70 / 0.6);
}
.bg-positive-800\/65 {
  background-color: rgb(6 95 70 / 0.65);
}
.bg-positive-800\/70 {
  background-color: rgb(6 95 70 / 0.7);
}
.bg-positive-800\/75 {
  background-color: rgb(6 95 70 / 0.75);
}
.bg-positive-800\/80 {
  background-color: rgb(6 95 70 / 0.8);
}
.bg-positive-800\/85 {
  background-color: rgb(6 95 70 / 0.85);
}
.bg-positive-800\/90 {
  background-color: rgb(6 95 70 / 0.9);
}
.bg-positive-800\/95 {
  background-color: rgb(6 95 70 / 0.95);
}
.bg-positive-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity, 1));
}
.bg-positive-900\/0 {
  background-color: rgb(6 78 59 / 0);
}
.bg-positive-900\/10 {
  background-color: rgb(6 78 59 / 0.1);
}
.bg-positive-900\/100 {
  background-color: rgb(6 78 59 / 1);
}
.bg-positive-900\/15 {
  background-color: rgb(6 78 59 / 0.15);
}
.bg-positive-900\/20 {
  background-color: rgb(6 78 59 / 0.2);
}
.bg-positive-900\/25 {
  background-color: rgb(6 78 59 / 0.25);
}
.bg-positive-900\/30 {
  background-color: rgb(6 78 59 / 0.3);
}
.bg-positive-900\/35 {
  background-color: rgb(6 78 59 / 0.35);
}
.bg-positive-900\/40 {
  background-color: rgb(6 78 59 / 0.4);
}
.bg-positive-900\/45 {
  background-color: rgb(6 78 59 / 0.45);
}
.bg-positive-900\/5 {
  background-color: rgb(6 78 59 / 0.05);
}
.bg-positive-900\/50 {
  background-color: rgb(6 78 59 / 0.5);
}
.bg-positive-900\/55 {
  background-color: rgb(6 78 59 / 0.55);
}
.bg-positive-900\/60 {
  background-color: rgb(6 78 59 / 0.6);
}
.bg-positive-900\/65 {
  background-color: rgb(6 78 59 / 0.65);
}
.bg-positive-900\/70 {
  background-color: rgb(6 78 59 / 0.7);
}
.bg-positive-900\/75 {
  background-color: rgb(6 78 59 / 0.75);
}
.bg-positive-900\/80 {
  background-color: rgb(6 78 59 / 0.8);
}
.bg-positive-900\/85 {
  background-color: rgb(6 78 59 / 0.85);
}
.bg-positive-900\/90 {
  background-color: rgb(6 78 59 / 0.9);
}
.bg-positive-900\/95 {
  background-color: rgb(6 78 59 / 0.95);
}
.bg-primary-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}
.bg-primary-100\/0 {
  background-color: rgb(224 231 255 / 0);
}
.bg-primary-100\/10 {
  background-color: rgb(224 231 255 / 0.1);
}
.bg-primary-100\/100 {
  background-color: rgb(224 231 255 / 1);
}
.bg-primary-100\/15 {
  background-color: rgb(224 231 255 / 0.15);
}
.bg-primary-100\/20 {
  background-color: rgb(224 231 255 / 0.2);
}
.bg-primary-100\/25 {
  background-color: rgb(224 231 255 / 0.25);
}
.bg-primary-100\/30 {
  background-color: rgb(224 231 255 / 0.3);
}
.bg-primary-100\/35 {
  background-color: rgb(224 231 255 / 0.35);
}
.bg-primary-100\/40 {
  background-color: rgb(224 231 255 / 0.4);
}
.bg-primary-100\/45 {
  background-color: rgb(224 231 255 / 0.45);
}
.bg-primary-100\/5 {
  background-color: rgb(224 231 255 / 0.05);
}
.bg-primary-100\/50 {
  background-color: rgb(224 231 255 / 0.5);
}
.bg-primary-100\/55 {
  background-color: rgb(224 231 255 / 0.55);
}
.bg-primary-100\/60 {
  background-color: rgb(224 231 255 / 0.6);
}
.bg-primary-100\/65 {
  background-color: rgb(224 231 255 / 0.65);
}
.bg-primary-100\/70 {
  background-color: rgb(224 231 255 / 0.7);
}
.bg-primary-100\/75 {
  background-color: rgb(224 231 255 / 0.75);
}
.bg-primary-100\/80 {
  background-color: rgb(224 231 255 / 0.8);
}
.bg-primary-100\/85 {
  background-color: rgb(224 231 255 / 0.85);
}
.bg-primary-100\/90 {
  background-color: rgb(224 231 255 / 0.9);
}
.bg-primary-100\/95 {
  background-color: rgb(224 231 255 / 0.95);
}
.bg-primary-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity, 1));
}
.bg-primary-200\/0 {
  background-color: rgb(199 210 254 / 0);
}
.bg-primary-200\/10 {
  background-color: rgb(199 210 254 / 0.1);
}
.bg-primary-200\/100 {
  background-color: rgb(199 210 254 / 1);
}
.bg-primary-200\/15 {
  background-color: rgb(199 210 254 / 0.15);
}
.bg-primary-200\/20 {
  background-color: rgb(199 210 254 / 0.2);
}
.bg-primary-200\/25 {
  background-color: rgb(199 210 254 / 0.25);
}
.bg-primary-200\/30 {
  background-color: rgb(199 210 254 / 0.3);
}
.bg-primary-200\/35 {
  background-color: rgb(199 210 254 / 0.35);
}
.bg-primary-200\/40 {
  background-color: rgb(199 210 254 / 0.4);
}
.bg-primary-200\/45 {
  background-color: rgb(199 210 254 / 0.45);
}
.bg-primary-200\/5 {
  background-color: rgb(199 210 254 / 0.05);
}
.bg-primary-200\/50 {
  background-color: rgb(199 210 254 / 0.5);
}
.bg-primary-200\/55 {
  background-color: rgb(199 210 254 / 0.55);
}
.bg-primary-200\/60 {
  background-color: rgb(199 210 254 / 0.6);
}
.bg-primary-200\/65 {
  background-color: rgb(199 210 254 / 0.65);
}
.bg-primary-200\/70 {
  background-color: rgb(199 210 254 / 0.7);
}
.bg-primary-200\/75 {
  background-color: rgb(199 210 254 / 0.75);
}
.bg-primary-200\/80 {
  background-color: rgb(199 210 254 / 0.8);
}
.bg-primary-200\/85 {
  background-color: rgb(199 210 254 / 0.85);
}
.bg-primary-200\/90 {
  background-color: rgb(199 210 254 / 0.9);
}
.bg-primary-200\/95 {
  background-color: rgb(199 210 254 / 0.95);
}
.bg-primary-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity, 1));
}
.bg-primary-300\/0 {
  background-color: rgb(165 180 252 / 0);
}
.bg-primary-300\/10 {
  background-color: rgb(165 180 252 / 0.1);
}
.bg-primary-300\/100 {
  background-color: rgb(165 180 252 / 1);
}
.bg-primary-300\/15 {
  background-color: rgb(165 180 252 / 0.15);
}
.bg-primary-300\/20 {
  background-color: rgb(165 180 252 / 0.2);
}
.bg-primary-300\/25 {
  background-color: rgb(165 180 252 / 0.25);
}
.bg-primary-300\/30 {
  background-color: rgb(165 180 252 / 0.3);
}
.bg-primary-300\/35 {
  background-color: rgb(165 180 252 / 0.35);
}
.bg-primary-300\/40 {
  background-color: rgb(165 180 252 / 0.4);
}
.bg-primary-300\/45 {
  background-color: rgb(165 180 252 / 0.45);
}
.bg-primary-300\/5 {
  background-color: rgb(165 180 252 / 0.05);
}
.bg-primary-300\/50 {
  background-color: rgb(165 180 252 / 0.5);
}
.bg-primary-300\/55 {
  background-color: rgb(165 180 252 / 0.55);
}
.bg-primary-300\/60 {
  background-color: rgb(165 180 252 / 0.6);
}
.bg-primary-300\/65 {
  background-color: rgb(165 180 252 / 0.65);
}
.bg-primary-300\/70 {
  background-color: rgb(165 180 252 / 0.7);
}
.bg-primary-300\/75 {
  background-color: rgb(165 180 252 / 0.75);
}
.bg-primary-300\/80 {
  background-color: rgb(165 180 252 / 0.8);
}
.bg-primary-300\/85 {
  background-color: rgb(165 180 252 / 0.85);
}
.bg-primary-300\/90 {
  background-color: rgb(165 180 252 / 0.9);
}
.bg-primary-300\/95 {
  background-color: rgb(165 180 252 / 0.95);
}
.bg-primary-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity, 1));
}
.bg-primary-400\/0 {
  background-color: rgb(129 140 248 / 0);
}
.bg-primary-400\/10 {
  background-color: rgb(129 140 248 / 0.1);
}
.bg-primary-400\/100 {
  background-color: rgb(129 140 248 / 1);
}
.bg-primary-400\/15 {
  background-color: rgb(129 140 248 / 0.15);
}
.bg-primary-400\/20 {
  background-color: rgb(129 140 248 / 0.2);
}
.bg-primary-400\/25 {
  background-color: rgb(129 140 248 / 0.25);
}
.bg-primary-400\/30 {
  background-color: rgb(129 140 248 / 0.3);
}
.bg-primary-400\/35 {
  background-color: rgb(129 140 248 / 0.35);
}
.bg-primary-400\/40 {
  background-color: rgb(129 140 248 / 0.4);
}
.bg-primary-400\/45 {
  background-color: rgb(129 140 248 / 0.45);
}
.bg-primary-400\/5 {
  background-color: rgb(129 140 248 / 0.05);
}
.bg-primary-400\/50 {
  background-color: rgb(129 140 248 / 0.5);
}
.bg-primary-400\/55 {
  background-color: rgb(129 140 248 / 0.55);
}
.bg-primary-400\/60 {
  background-color: rgb(129 140 248 / 0.6);
}
.bg-primary-400\/65 {
  background-color: rgb(129 140 248 / 0.65);
}
.bg-primary-400\/70 {
  background-color: rgb(129 140 248 / 0.7);
}
.bg-primary-400\/75 {
  background-color: rgb(129 140 248 / 0.75);
}
.bg-primary-400\/80 {
  background-color: rgb(129 140 248 / 0.8);
}
.bg-primary-400\/85 {
  background-color: rgb(129 140 248 / 0.85);
}
.bg-primary-400\/90 {
  background-color: rgb(129 140 248 / 0.9);
}
.bg-primary-400\/95 {
  background-color: rgb(129 140 248 / 0.95);
}
.bg-primary-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}
.bg-primary-50\/0 {
  background-color: rgb(238 242 255 / 0);
}
.bg-primary-50\/10 {
  background-color: rgb(238 242 255 / 0.1);
}
.bg-primary-50\/100 {
  background-color: rgb(238 242 255 / 1);
}
.bg-primary-50\/15 {
  background-color: rgb(238 242 255 / 0.15);
}
.bg-primary-50\/20 {
  background-color: rgb(238 242 255 / 0.2);
}
.bg-primary-50\/25 {
  background-color: rgb(238 242 255 / 0.25);
}
.bg-primary-50\/30 {
  background-color: rgb(238 242 255 / 0.3);
}
.bg-primary-50\/35 {
  background-color: rgb(238 242 255 / 0.35);
}
.bg-primary-50\/40 {
  background-color: rgb(238 242 255 / 0.4);
}
.bg-primary-50\/45 {
  background-color: rgb(238 242 255 / 0.45);
}
.bg-primary-50\/5 {
  background-color: rgb(238 242 255 / 0.05);
}
.bg-primary-50\/50 {
  background-color: rgb(238 242 255 / 0.5);
}
.bg-primary-50\/55 {
  background-color: rgb(238 242 255 / 0.55);
}
.bg-primary-50\/60 {
  background-color: rgb(238 242 255 / 0.6);
}
.bg-primary-50\/65 {
  background-color: rgb(238 242 255 / 0.65);
}
.bg-primary-50\/70 {
  background-color: rgb(238 242 255 / 0.7);
}
.bg-primary-50\/75 {
  background-color: rgb(238 242 255 / 0.75);
}
.bg-primary-50\/80 {
  background-color: rgb(238 242 255 / 0.8);
}
.bg-primary-50\/85 {
  background-color: rgb(238 242 255 / 0.85);
}
.bg-primary-50\/90 {
  background-color: rgb(238 242 255 / 0.9);
}
.bg-primary-50\/95 {
  background-color: rgb(238 242 255 / 0.95);
}
.bg-primary-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}
.bg-primary-500\/0 {
  background-color: rgb(99 102 241 / 0);
}
.bg-primary-500\/10 {
  background-color: rgb(99 102 241 / 0.1);
}
.bg-primary-500\/100 {
  background-color: rgb(99 102 241 / 1);
}
.bg-primary-500\/15 {
  background-color: rgb(99 102 241 / 0.15);
}
.bg-primary-500\/20 {
  background-color: rgb(99 102 241 / 0.2);
}
.bg-primary-500\/25 {
  background-color: rgb(99 102 241 / 0.25);
}
.bg-primary-500\/30 {
  background-color: rgb(99 102 241 / 0.3);
}
.bg-primary-500\/35 {
  background-color: rgb(99 102 241 / 0.35);
}
.bg-primary-500\/40 {
  background-color: rgb(99 102 241 / 0.4);
}
.bg-primary-500\/45 {
  background-color: rgb(99 102 241 / 0.45);
}
.bg-primary-500\/5 {
  background-color: rgb(99 102 241 / 0.05);
}
.bg-primary-500\/50 {
  background-color: rgb(99 102 241 / 0.5);
}
.bg-primary-500\/55 {
  background-color: rgb(99 102 241 / 0.55);
}
.bg-primary-500\/60 {
  background-color: rgb(99 102 241 / 0.6);
}
.bg-primary-500\/65 {
  background-color: rgb(99 102 241 / 0.65);
}
.bg-primary-500\/70 {
  background-color: rgb(99 102 241 / 0.7);
}
.bg-primary-500\/75 {
  background-color: rgb(99 102 241 / 0.75);
}
.bg-primary-500\/80 {
  background-color: rgb(99 102 241 / 0.8);
}
.bg-primary-500\/85 {
  background-color: rgb(99 102 241 / 0.85);
}
.bg-primary-500\/90 {
  background-color: rgb(99 102 241 / 0.9);
}
.bg-primary-500\/95 {
  background-color: rgb(99 102 241 / 0.95);
}
.bg-primary-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}
.bg-primary-600\/0 {
  background-color: rgb(79 70 229 / 0);
}
.bg-primary-600\/10 {
  background-color: rgb(79 70 229 / 0.1);
}
.bg-primary-600\/100 {
  background-color: rgb(79 70 229 / 1);
}
.bg-primary-600\/15 {
  background-color: rgb(79 70 229 / 0.15);
}
.bg-primary-600\/20 {
  background-color: rgb(79 70 229 / 0.2);
}
.bg-primary-600\/25 {
  background-color: rgb(79 70 229 / 0.25);
}
.bg-primary-600\/30 {
  background-color: rgb(79 70 229 / 0.3);
}
.bg-primary-600\/35 {
  background-color: rgb(79 70 229 / 0.35);
}
.bg-primary-600\/40 {
  background-color: rgb(79 70 229 / 0.4);
}
.bg-primary-600\/45 {
  background-color: rgb(79 70 229 / 0.45);
}
.bg-primary-600\/5 {
  background-color: rgb(79 70 229 / 0.05);
}
.bg-primary-600\/50 {
  background-color: rgb(79 70 229 / 0.5);
}
.bg-primary-600\/55 {
  background-color: rgb(79 70 229 / 0.55);
}
.bg-primary-600\/60 {
  background-color: rgb(79 70 229 / 0.6);
}
.bg-primary-600\/65 {
  background-color: rgb(79 70 229 / 0.65);
}
.bg-primary-600\/70 {
  background-color: rgb(79 70 229 / 0.7);
}
.bg-primary-600\/75 {
  background-color: rgb(79 70 229 / 0.75);
}
.bg-primary-600\/80 {
  background-color: rgb(79 70 229 / 0.8);
}
.bg-primary-600\/85 {
  background-color: rgb(79 70 229 / 0.85);
}
.bg-primary-600\/90 {
  background-color: rgb(79 70 229 / 0.9);
}
.bg-primary-600\/95 {
  background-color: rgb(79 70 229 / 0.95);
}
.bg-primary-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}
.bg-primary-700\/0 {
  background-color: rgb(67 56 202 / 0);
}
.bg-primary-700\/10 {
  background-color: rgb(67 56 202 / 0.1);
}
.bg-primary-700\/100 {
  background-color: rgb(67 56 202 / 1);
}
.bg-primary-700\/15 {
  background-color: rgb(67 56 202 / 0.15);
}
.bg-primary-700\/20 {
  background-color: rgb(67 56 202 / 0.2);
}
.bg-primary-700\/25 {
  background-color: rgb(67 56 202 / 0.25);
}
.bg-primary-700\/30 {
  background-color: rgb(67 56 202 / 0.3);
}
.bg-primary-700\/35 {
  background-color: rgb(67 56 202 / 0.35);
}
.bg-primary-700\/40 {
  background-color: rgb(67 56 202 / 0.4);
}
.bg-primary-700\/45 {
  background-color: rgb(67 56 202 / 0.45);
}
.bg-primary-700\/5 {
  background-color: rgb(67 56 202 / 0.05);
}
.bg-primary-700\/50 {
  background-color: rgb(67 56 202 / 0.5);
}
.bg-primary-700\/55 {
  background-color: rgb(67 56 202 / 0.55);
}
.bg-primary-700\/60 {
  background-color: rgb(67 56 202 / 0.6);
}
.bg-primary-700\/65 {
  background-color: rgb(67 56 202 / 0.65);
}
.bg-primary-700\/70 {
  background-color: rgb(67 56 202 / 0.7);
}
.bg-primary-700\/75 {
  background-color: rgb(67 56 202 / 0.75);
}
.bg-primary-700\/80 {
  background-color: rgb(67 56 202 / 0.8);
}
.bg-primary-700\/85 {
  background-color: rgb(67 56 202 / 0.85);
}
.bg-primary-700\/90 {
  background-color: rgb(67 56 202 / 0.9);
}
.bg-primary-700\/95 {
  background-color: rgb(67 56 202 / 0.95);
}
.bg-primary-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity, 1));
}
.bg-primary-800\/0 {
  background-color: rgb(55 48 163 / 0);
}
.bg-primary-800\/10 {
  background-color: rgb(55 48 163 / 0.1);
}
.bg-primary-800\/100 {
  background-color: rgb(55 48 163 / 1);
}
.bg-primary-800\/15 {
  background-color: rgb(55 48 163 / 0.15);
}
.bg-primary-800\/20 {
  background-color: rgb(55 48 163 / 0.2);
}
.bg-primary-800\/25 {
  background-color: rgb(55 48 163 / 0.25);
}
.bg-primary-800\/30 {
  background-color: rgb(55 48 163 / 0.3);
}
.bg-primary-800\/35 {
  background-color: rgb(55 48 163 / 0.35);
}
.bg-primary-800\/40 {
  background-color: rgb(55 48 163 / 0.4);
}
.bg-primary-800\/45 {
  background-color: rgb(55 48 163 / 0.45);
}
.bg-primary-800\/5 {
  background-color: rgb(55 48 163 / 0.05);
}
.bg-primary-800\/50 {
  background-color: rgb(55 48 163 / 0.5);
}
.bg-primary-800\/55 {
  background-color: rgb(55 48 163 / 0.55);
}
.bg-primary-800\/60 {
  background-color: rgb(55 48 163 / 0.6);
}
.bg-primary-800\/65 {
  background-color: rgb(55 48 163 / 0.65);
}
.bg-primary-800\/70 {
  background-color: rgb(55 48 163 / 0.7);
}
.bg-primary-800\/75 {
  background-color: rgb(55 48 163 / 0.75);
}
.bg-primary-800\/80 {
  background-color: rgb(55 48 163 / 0.8);
}
.bg-primary-800\/85 {
  background-color: rgb(55 48 163 / 0.85);
}
.bg-primary-800\/90 {
  background-color: rgb(55 48 163 / 0.9);
}
.bg-primary-800\/95 {
  background-color: rgb(55 48 163 / 0.95);
}
.bg-primary-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity, 1));
}
.bg-primary-900\/0 {
  background-color: rgb(49 46 129 / 0);
}
.bg-primary-900\/10 {
  background-color: rgb(49 46 129 / 0.1);
}
.bg-primary-900\/100 {
  background-color: rgb(49 46 129 / 1);
}
.bg-primary-900\/15 {
  background-color: rgb(49 46 129 / 0.15);
}
.bg-primary-900\/20 {
  background-color: rgb(49 46 129 / 0.2);
}
.bg-primary-900\/25 {
  background-color: rgb(49 46 129 / 0.25);
}
.bg-primary-900\/30 {
  background-color: rgb(49 46 129 / 0.3);
}
.bg-primary-900\/35 {
  background-color: rgb(49 46 129 / 0.35);
}
.bg-primary-900\/40 {
  background-color: rgb(49 46 129 / 0.4);
}
.bg-primary-900\/45 {
  background-color: rgb(49 46 129 / 0.45);
}
.bg-primary-900\/5 {
  background-color: rgb(49 46 129 / 0.05);
}
.bg-primary-900\/50 {
  background-color: rgb(49 46 129 / 0.5);
}
.bg-primary-900\/55 {
  background-color: rgb(49 46 129 / 0.55);
}
.bg-primary-900\/60 {
  background-color: rgb(49 46 129 / 0.6);
}
.bg-primary-900\/65 {
  background-color: rgb(49 46 129 / 0.65);
}
.bg-primary-900\/70 {
  background-color: rgb(49 46 129 / 0.7);
}
.bg-primary-900\/75 {
  background-color: rgb(49 46 129 / 0.75);
}
.bg-primary-900\/80 {
  background-color: rgb(49 46 129 / 0.8);
}
.bg-primary-900\/85 {
  background-color: rgb(49 46 129 / 0.85);
}
.bg-primary-900\/90 {
  background-color: rgb(49 46 129 / 0.9);
}
.bg-primary-900\/95 {
  background-color: rgb(49 46 129 / 0.95);
}
.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}
.bg-purple-300\/60 {
  background-color: rgb(216 180 254 / 0.6);
}
.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-red-300\/60 {
  background-color: rgb(252 165 165 / 0.6);
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
.bg-rose-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity, 1));
}
.bg-rose-300\/60 {
  background-color: rgb(253 164 175 / 0.6);
}
.bg-rose-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
}
.bg-secondary-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-secondary-100\/0 {
  background-color: rgb(243 244 246 / 0);
}
.bg-secondary-100\/10 {
  background-color: rgb(243 244 246 / 0.1);
}
.bg-secondary-100\/100 {
  background-color: rgb(243 244 246 / 1);
}
.bg-secondary-100\/15 {
  background-color: rgb(243 244 246 / 0.15);
}
.bg-secondary-100\/20 {
  background-color: rgb(243 244 246 / 0.2);
}
.bg-secondary-100\/25 {
  background-color: rgb(243 244 246 / 0.25);
}
.bg-secondary-100\/30 {
  background-color: rgb(243 244 246 / 0.3);
}
.bg-secondary-100\/35 {
  background-color: rgb(243 244 246 / 0.35);
}
.bg-secondary-100\/40 {
  background-color: rgb(243 244 246 / 0.4);
}
.bg-secondary-100\/45 {
  background-color: rgb(243 244 246 / 0.45);
}
.bg-secondary-100\/5 {
  background-color: rgb(243 244 246 / 0.05);
}
.bg-secondary-100\/50 {
  background-color: rgb(243 244 246 / 0.5);
}
.bg-secondary-100\/55 {
  background-color: rgb(243 244 246 / 0.55);
}
.bg-secondary-100\/60 {
  background-color: rgb(243 244 246 / 0.6);
}
.bg-secondary-100\/65 {
  background-color: rgb(243 244 246 / 0.65);
}
.bg-secondary-100\/70 {
  background-color: rgb(243 244 246 / 0.7);
}
.bg-secondary-100\/75 {
  background-color: rgb(243 244 246 / 0.75);
}
.bg-secondary-100\/80 {
  background-color: rgb(243 244 246 / 0.8);
}
.bg-secondary-100\/85 {
  background-color: rgb(243 244 246 / 0.85);
}
.bg-secondary-100\/90 {
  background-color: rgb(243 244 246 / 0.9);
}
.bg-secondary-100\/95 {
  background-color: rgb(243 244 246 / 0.95);
}
.bg-secondary-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-secondary-200\/0 {
  background-color: rgb(229 231 235 / 0);
}
.bg-secondary-200\/10 {
  background-color: rgb(229 231 235 / 0.1);
}
.bg-secondary-200\/100 {
  background-color: rgb(229 231 235 / 1);
}
.bg-secondary-200\/15 {
  background-color: rgb(229 231 235 / 0.15);
}
.bg-secondary-200\/20 {
  background-color: rgb(229 231 235 / 0.2);
}
.bg-secondary-200\/25 {
  background-color: rgb(229 231 235 / 0.25);
}
.bg-secondary-200\/30 {
  background-color: rgb(229 231 235 / 0.3);
}
.bg-secondary-200\/35 {
  background-color: rgb(229 231 235 / 0.35);
}
.bg-secondary-200\/40 {
  background-color: rgb(229 231 235 / 0.4);
}
.bg-secondary-200\/45 {
  background-color: rgb(229 231 235 / 0.45);
}
.bg-secondary-200\/5 {
  background-color: rgb(229 231 235 / 0.05);
}
.bg-secondary-200\/50 {
  background-color: rgb(229 231 235 / 0.5);
}
.bg-secondary-200\/55 {
  background-color: rgb(229 231 235 / 0.55);
}
.bg-secondary-200\/60 {
  background-color: rgb(229 231 235 / 0.6);
}
.bg-secondary-200\/65 {
  background-color: rgb(229 231 235 / 0.65);
}
.bg-secondary-200\/70 {
  background-color: rgb(229 231 235 / 0.7);
}
.bg-secondary-200\/75 {
  background-color: rgb(229 231 235 / 0.75);
}
.bg-secondary-200\/80 {
  background-color: rgb(229 231 235 / 0.8);
}
.bg-secondary-200\/85 {
  background-color: rgb(229 231 235 / 0.85);
}
.bg-secondary-200\/90 {
  background-color: rgb(229 231 235 / 0.9);
}
.bg-secondary-200\/95 {
  background-color: rgb(229 231 235 / 0.95);
}
.bg-secondary-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-secondary-300\/0 {
  background-color: rgb(209 213 219 / 0);
}
.bg-secondary-300\/10 {
  background-color: rgb(209 213 219 / 0.1);
}
.bg-secondary-300\/100 {
  background-color: rgb(209 213 219 / 1);
}
.bg-secondary-300\/15 {
  background-color: rgb(209 213 219 / 0.15);
}
.bg-secondary-300\/20 {
  background-color: rgb(209 213 219 / 0.2);
}
.bg-secondary-300\/25 {
  background-color: rgb(209 213 219 / 0.25);
}
.bg-secondary-300\/30 {
  background-color: rgb(209 213 219 / 0.3);
}
.bg-secondary-300\/35 {
  background-color: rgb(209 213 219 / 0.35);
}
.bg-secondary-300\/40 {
  background-color: rgb(209 213 219 / 0.4);
}
.bg-secondary-300\/45 {
  background-color: rgb(209 213 219 / 0.45);
}
.bg-secondary-300\/5 {
  background-color: rgb(209 213 219 / 0.05);
}
.bg-secondary-300\/50 {
  background-color: rgb(209 213 219 / 0.5);
}
.bg-secondary-300\/55 {
  background-color: rgb(209 213 219 / 0.55);
}
.bg-secondary-300\/60 {
  background-color: rgb(209 213 219 / 0.6);
}
.bg-secondary-300\/65 {
  background-color: rgb(209 213 219 / 0.65);
}
.bg-secondary-300\/70 {
  background-color: rgb(209 213 219 / 0.7);
}
.bg-secondary-300\/75 {
  background-color: rgb(209 213 219 / 0.75);
}
.bg-secondary-300\/80 {
  background-color: rgb(209 213 219 / 0.8);
}
.bg-secondary-300\/85 {
  background-color: rgb(209 213 219 / 0.85);
}
.bg-secondary-300\/90 {
  background-color: rgb(209 213 219 / 0.9);
}
.bg-secondary-300\/95 {
  background-color: rgb(209 213 219 / 0.95);
}
.bg-secondary-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.bg-secondary-400\/0 {
  background-color: rgb(156 163 175 / 0);
}
.bg-secondary-400\/10 {
  background-color: rgb(156 163 175 / 0.1);
}
.bg-secondary-400\/100 {
  background-color: rgb(156 163 175 / 1);
}
.bg-secondary-400\/15 {
  background-color: rgb(156 163 175 / 0.15);
}
.bg-secondary-400\/20 {
  background-color: rgb(156 163 175 / 0.2);
}
.bg-secondary-400\/25 {
  background-color: rgb(156 163 175 / 0.25);
}
.bg-secondary-400\/30 {
  background-color: rgb(156 163 175 / 0.3);
}
.bg-secondary-400\/35 {
  background-color: rgb(156 163 175 / 0.35);
}
.bg-secondary-400\/40 {
  background-color: rgb(156 163 175 / 0.4);
}
.bg-secondary-400\/45 {
  background-color: rgb(156 163 175 / 0.45);
}
.bg-secondary-400\/5 {
  background-color: rgb(156 163 175 / 0.05);
}
.bg-secondary-400\/50 {
  background-color: rgb(156 163 175 / 0.5);
}
.bg-secondary-400\/55 {
  background-color: rgb(156 163 175 / 0.55);
}
.bg-secondary-400\/60 {
  background-color: rgb(156 163 175 / 0.6);
}
.bg-secondary-400\/65 {
  background-color: rgb(156 163 175 / 0.65);
}
.bg-secondary-400\/70 {
  background-color: rgb(156 163 175 / 0.7);
}
.bg-secondary-400\/75 {
  background-color: rgb(156 163 175 / 0.75);
}
.bg-secondary-400\/80 {
  background-color: rgb(156 163 175 / 0.8);
}
.bg-secondary-400\/85 {
  background-color: rgb(156 163 175 / 0.85);
}
.bg-secondary-400\/90 {
  background-color: rgb(156 163 175 / 0.9);
}
.bg-secondary-400\/95 {
  background-color: rgb(156 163 175 / 0.95);
}
.bg-secondary-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-secondary-50\/0 {
  background-color: rgb(249 250 251 / 0);
}
.bg-secondary-50\/10 {
  background-color: rgb(249 250 251 / 0.1);
}
.bg-secondary-50\/100 {
  background-color: rgb(249 250 251 / 1);
}
.bg-secondary-50\/15 {
  background-color: rgb(249 250 251 / 0.15);
}
.bg-secondary-50\/20 {
  background-color: rgb(249 250 251 / 0.2);
}
.bg-secondary-50\/25 {
  background-color: rgb(249 250 251 / 0.25);
}
.bg-secondary-50\/30 {
  background-color: rgb(249 250 251 / 0.3);
}
.bg-secondary-50\/35 {
  background-color: rgb(249 250 251 / 0.35);
}
.bg-secondary-50\/40 {
  background-color: rgb(249 250 251 / 0.4);
}
.bg-secondary-50\/45 {
  background-color: rgb(249 250 251 / 0.45);
}
.bg-secondary-50\/5 {
  background-color: rgb(249 250 251 / 0.05);
}
.bg-secondary-50\/50 {
  background-color: rgb(249 250 251 / 0.5);
}
.bg-secondary-50\/55 {
  background-color: rgb(249 250 251 / 0.55);
}
.bg-secondary-50\/60 {
  background-color: rgb(249 250 251 / 0.6);
}
.bg-secondary-50\/65 {
  background-color: rgb(249 250 251 / 0.65);
}
.bg-secondary-50\/70 {
  background-color: rgb(249 250 251 / 0.7);
}
.bg-secondary-50\/75 {
  background-color: rgb(249 250 251 / 0.75);
}
.bg-secondary-50\/80 {
  background-color: rgb(249 250 251 / 0.8);
}
.bg-secondary-50\/85 {
  background-color: rgb(249 250 251 / 0.85);
}
.bg-secondary-50\/90 {
  background-color: rgb(249 250 251 / 0.9);
}
.bg-secondary-50\/95 {
  background-color: rgb(249 250 251 / 0.95);
}
.bg-secondary-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.bg-secondary-500\/0 {
  background-color: rgb(107 114 128 / 0);
}
.bg-secondary-500\/10 {
  background-color: rgb(107 114 128 / 0.1);
}
.bg-secondary-500\/100 {
  background-color: rgb(107 114 128 / 1);
}
.bg-secondary-500\/15 {
  background-color: rgb(107 114 128 / 0.15);
}
.bg-secondary-500\/20 {
  background-color: rgb(107 114 128 / 0.2);
}
.bg-secondary-500\/25 {
  background-color: rgb(107 114 128 / 0.25);
}
.bg-secondary-500\/30 {
  background-color: rgb(107 114 128 / 0.3);
}
.bg-secondary-500\/35 {
  background-color: rgb(107 114 128 / 0.35);
}
.bg-secondary-500\/40 {
  background-color: rgb(107 114 128 / 0.4);
}
.bg-secondary-500\/45 {
  background-color: rgb(107 114 128 / 0.45);
}
.bg-secondary-500\/5 {
  background-color: rgb(107 114 128 / 0.05);
}
.bg-secondary-500\/50 {
  background-color: rgb(107 114 128 / 0.5);
}
.bg-secondary-500\/55 {
  background-color: rgb(107 114 128 / 0.55);
}
.bg-secondary-500\/60 {
  background-color: rgb(107 114 128 / 0.6);
}
.bg-secondary-500\/65 {
  background-color: rgb(107 114 128 / 0.65);
}
.bg-secondary-500\/70 {
  background-color: rgb(107 114 128 / 0.7);
}
.bg-secondary-500\/75 {
  background-color: rgb(107 114 128 / 0.75);
}
.bg-secondary-500\/80 {
  background-color: rgb(107 114 128 / 0.8);
}
.bg-secondary-500\/85 {
  background-color: rgb(107 114 128 / 0.85);
}
.bg-secondary-500\/90 {
  background-color: rgb(107 114 128 / 0.9);
}
.bg-secondary-500\/95 {
  background-color: rgb(107 114 128 / 0.95);
}
.bg-secondary-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.bg-secondary-600\/0 {
  background-color: rgb(75 85 99 / 0);
}
.bg-secondary-600\/10 {
  background-color: rgb(75 85 99 / 0.1);
}
.bg-secondary-600\/100 {
  background-color: rgb(75 85 99 / 1);
}
.bg-secondary-600\/15 {
  background-color: rgb(75 85 99 / 0.15);
}
.bg-secondary-600\/20 {
  background-color: rgb(75 85 99 / 0.2);
}
.bg-secondary-600\/25 {
  background-color: rgb(75 85 99 / 0.25);
}
.bg-secondary-600\/30 {
  background-color: rgb(75 85 99 / 0.3);
}
.bg-secondary-600\/35 {
  background-color: rgb(75 85 99 / 0.35);
}
.bg-secondary-600\/40 {
  background-color: rgb(75 85 99 / 0.4);
}
.bg-secondary-600\/45 {
  background-color: rgb(75 85 99 / 0.45);
}
.bg-secondary-600\/5 {
  background-color: rgb(75 85 99 / 0.05);
}
.bg-secondary-600\/50 {
  background-color: rgb(75 85 99 / 0.5);
}
.bg-secondary-600\/55 {
  background-color: rgb(75 85 99 / 0.55);
}
.bg-secondary-600\/60 {
  background-color: rgb(75 85 99 / 0.6);
}
.bg-secondary-600\/65 {
  background-color: rgb(75 85 99 / 0.65);
}
.bg-secondary-600\/70 {
  background-color: rgb(75 85 99 / 0.7);
}
.bg-secondary-600\/75 {
  background-color: rgb(75 85 99 / 0.75);
}
.bg-secondary-600\/80 {
  background-color: rgb(75 85 99 / 0.8);
}
.bg-secondary-600\/85 {
  background-color: rgb(75 85 99 / 0.85);
}
.bg-secondary-600\/90 {
  background-color: rgb(75 85 99 / 0.9);
}
.bg-secondary-600\/95 {
  background-color: rgb(75 85 99 / 0.95);
}
.bg-secondary-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.bg-secondary-700\/0 {
  background-color: rgb(55 65 81 / 0);
}
.bg-secondary-700\/10 {
  background-color: rgb(55 65 81 / 0.1);
}
.bg-secondary-700\/100 {
  background-color: rgb(55 65 81 / 1);
}
.bg-secondary-700\/15 {
  background-color: rgb(55 65 81 / 0.15);
}
.bg-secondary-700\/20 {
  background-color: rgb(55 65 81 / 0.2);
}
.bg-secondary-700\/25 {
  background-color: rgb(55 65 81 / 0.25);
}
.bg-secondary-700\/30 {
  background-color: rgb(55 65 81 / 0.3);
}
.bg-secondary-700\/35 {
  background-color: rgb(55 65 81 / 0.35);
}
.bg-secondary-700\/40 {
  background-color: rgb(55 65 81 / 0.4);
}
.bg-secondary-700\/45 {
  background-color: rgb(55 65 81 / 0.45);
}
.bg-secondary-700\/5 {
  background-color: rgb(55 65 81 / 0.05);
}
.bg-secondary-700\/50 {
  background-color: rgb(55 65 81 / 0.5);
}
.bg-secondary-700\/55 {
  background-color: rgb(55 65 81 / 0.55);
}
.bg-secondary-700\/60 {
  background-color: rgb(55 65 81 / 0.6);
}
.bg-secondary-700\/65 {
  background-color: rgb(55 65 81 / 0.65);
}
.bg-secondary-700\/70 {
  background-color: rgb(55 65 81 / 0.7);
}
.bg-secondary-700\/75 {
  background-color: rgb(55 65 81 / 0.75);
}
.bg-secondary-700\/80 {
  background-color: rgb(55 65 81 / 0.8);
}
.bg-secondary-700\/85 {
  background-color: rgb(55 65 81 / 0.85);
}
.bg-secondary-700\/90 {
  background-color: rgb(55 65 81 / 0.9);
}
.bg-secondary-700\/95 {
  background-color: rgb(55 65 81 / 0.95);
}
.bg-secondary-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.bg-secondary-800\/0 {
  background-color: rgb(31 41 55 / 0);
}
.bg-secondary-800\/10 {
  background-color: rgb(31 41 55 / 0.1);
}
.bg-secondary-800\/100 {
  background-color: rgb(31 41 55 / 1);
}
.bg-secondary-800\/15 {
  background-color: rgb(31 41 55 / 0.15);
}
.bg-secondary-800\/20 {
  background-color: rgb(31 41 55 / 0.2);
}
.bg-secondary-800\/25 {
  background-color: rgb(31 41 55 / 0.25);
}
.bg-secondary-800\/30 {
  background-color: rgb(31 41 55 / 0.3);
}
.bg-secondary-800\/35 {
  background-color: rgb(31 41 55 / 0.35);
}
.bg-secondary-800\/40 {
  background-color: rgb(31 41 55 / 0.4);
}
.bg-secondary-800\/45 {
  background-color: rgb(31 41 55 / 0.45);
}
.bg-secondary-800\/5 {
  background-color: rgb(31 41 55 / 0.05);
}
.bg-secondary-800\/50 {
  background-color: rgb(31 41 55 / 0.5);
}
.bg-secondary-800\/55 {
  background-color: rgb(31 41 55 / 0.55);
}
.bg-secondary-800\/60 {
  background-color: rgb(31 41 55 / 0.6);
}
.bg-secondary-800\/65 {
  background-color: rgb(31 41 55 / 0.65);
}
.bg-secondary-800\/70 {
  background-color: rgb(31 41 55 / 0.7);
}
.bg-secondary-800\/75 {
  background-color: rgb(31 41 55 / 0.75);
}
.bg-secondary-800\/80 {
  background-color: rgb(31 41 55 / 0.8);
}
.bg-secondary-800\/85 {
  background-color: rgb(31 41 55 / 0.85);
}
.bg-secondary-800\/90 {
  background-color: rgb(31 41 55 / 0.9);
}
.bg-secondary-800\/95 {
  background-color: rgb(31 41 55 / 0.95);
}
.bg-secondary-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.bg-secondary-900\/0 {
  background-color: rgb(17 24 39 / 0);
}
.bg-secondary-900\/10 {
  background-color: rgb(17 24 39 / 0.1);
}
.bg-secondary-900\/100 {
  background-color: rgb(17 24 39 / 1);
}
.bg-secondary-900\/15 {
  background-color: rgb(17 24 39 / 0.15);
}
.bg-secondary-900\/20 {
  background-color: rgb(17 24 39 / 0.2);
}
.bg-secondary-900\/25 {
  background-color: rgb(17 24 39 / 0.25);
}
.bg-secondary-900\/30 {
  background-color: rgb(17 24 39 / 0.3);
}
.bg-secondary-900\/35 {
  background-color: rgb(17 24 39 / 0.35);
}
.bg-secondary-900\/40 {
  background-color: rgb(17 24 39 / 0.4);
}
.bg-secondary-900\/45 {
  background-color: rgb(17 24 39 / 0.45);
}
.bg-secondary-900\/5 {
  background-color: rgb(17 24 39 / 0.05);
}
.bg-secondary-900\/50 {
  background-color: rgb(17 24 39 / 0.5);
}
.bg-secondary-900\/55 {
  background-color: rgb(17 24 39 / 0.55);
}
.bg-secondary-900\/60 {
  background-color: rgb(17 24 39 / 0.6);
}
.bg-secondary-900\/65 {
  background-color: rgb(17 24 39 / 0.65);
}
.bg-secondary-900\/70 {
  background-color: rgb(17 24 39 / 0.7);
}
.bg-secondary-900\/75 {
  background-color: rgb(17 24 39 / 0.75);
}
.bg-secondary-900\/80 {
  background-color: rgb(17 24 39 / 0.8);
}
.bg-secondary-900\/85 {
  background-color: rgb(17 24 39 / 0.85);
}
.bg-secondary-900\/90 {
  background-color: rgb(17 24 39 / 0.9);
}
.bg-secondary-900\/95 {
  background-color: rgb(17 24 39 / 0.95);
}
.bg-sky-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}
.bg-sky-300\/60 {
  background-color: rgb(125 211 252 / 0.6);
}
.bg-sky-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
}
.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}
.bg-slate-200\/60 {
  background-color: rgb(226 232 240 / 0.6);
}
.bg-slate-300\/60 {
  background-color: rgb(203 213 225 / 0.6);
}
.bg-slate-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
}
.bg-slate-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
}
.bg-stone-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity, 1));
}
.bg-stone-300\/60 {
  background-color: rgb(214 211 209 / 0.6);
}
.bg-stone-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(120 113 108 / var(--tw-bg-opacity, 1));
}
.bg-teal-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity, 1));
}
.bg-teal-300\/60 {
  background-color: rgb(94 234 212 / 0.6);
}
.bg-teal-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-violet-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity, 1));
}
.bg-violet-300\/60 {
  background-color: rgb(196 181 253 / 0.6);
}
.bg-violet-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity, 1));
}
.bg-warning-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}
.bg-warning-100\/0 {
  background-color: rgb(254 243 199 / 0);
}
.bg-warning-100\/10 {
  background-color: rgb(254 243 199 / 0.1);
}
.bg-warning-100\/100 {
  background-color: rgb(254 243 199 / 1);
}
.bg-warning-100\/15 {
  background-color: rgb(254 243 199 / 0.15);
}
.bg-warning-100\/20 {
  background-color: rgb(254 243 199 / 0.2);
}
.bg-warning-100\/25 {
  background-color: rgb(254 243 199 / 0.25);
}
.bg-warning-100\/30 {
  background-color: rgb(254 243 199 / 0.3);
}
.bg-warning-100\/35 {
  background-color: rgb(254 243 199 / 0.35);
}
.bg-warning-100\/40 {
  background-color: rgb(254 243 199 / 0.4);
}
.bg-warning-100\/45 {
  background-color: rgb(254 243 199 / 0.45);
}
.bg-warning-100\/5 {
  background-color: rgb(254 243 199 / 0.05);
}
.bg-warning-100\/50 {
  background-color: rgb(254 243 199 / 0.5);
}
.bg-warning-100\/55 {
  background-color: rgb(254 243 199 / 0.55);
}
.bg-warning-100\/60 {
  background-color: rgb(254 243 199 / 0.6);
}
.bg-warning-100\/65 {
  background-color: rgb(254 243 199 / 0.65);
}
.bg-warning-100\/70 {
  background-color: rgb(254 243 199 / 0.7);
}
.bg-warning-100\/75 {
  background-color: rgb(254 243 199 / 0.75);
}
.bg-warning-100\/80 {
  background-color: rgb(254 243 199 / 0.8);
}
.bg-warning-100\/85 {
  background-color: rgb(254 243 199 / 0.85);
}
.bg-warning-100\/90 {
  background-color: rgb(254 243 199 / 0.9);
}
.bg-warning-100\/95 {
  background-color: rgb(254 243 199 / 0.95);
}
.bg-warning-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity, 1));
}
.bg-warning-200\/0 {
  background-color: rgb(253 230 138 / 0);
}
.bg-warning-200\/10 {
  background-color: rgb(253 230 138 / 0.1);
}
.bg-warning-200\/100 {
  background-color: rgb(253 230 138 / 1);
}
.bg-warning-200\/15 {
  background-color: rgb(253 230 138 / 0.15);
}
.bg-warning-200\/20 {
  background-color: rgb(253 230 138 / 0.2);
}
.bg-warning-200\/25 {
  background-color: rgb(253 230 138 / 0.25);
}
.bg-warning-200\/30 {
  background-color: rgb(253 230 138 / 0.3);
}
.bg-warning-200\/35 {
  background-color: rgb(253 230 138 / 0.35);
}
.bg-warning-200\/40 {
  background-color: rgb(253 230 138 / 0.4);
}
.bg-warning-200\/45 {
  background-color: rgb(253 230 138 / 0.45);
}
.bg-warning-200\/5 {
  background-color: rgb(253 230 138 / 0.05);
}
.bg-warning-200\/50 {
  background-color: rgb(253 230 138 / 0.5);
}
.bg-warning-200\/55 {
  background-color: rgb(253 230 138 / 0.55);
}
.bg-warning-200\/60 {
  background-color: rgb(253 230 138 / 0.6);
}
.bg-warning-200\/65 {
  background-color: rgb(253 230 138 / 0.65);
}
.bg-warning-200\/70 {
  background-color: rgb(253 230 138 / 0.7);
}
.bg-warning-200\/75 {
  background-color: rgb(253 230 138 / 0.75);
}
.bg-warning-200\/80 {
  background-color: rgb(253 230 138 / 0.8);
}
.bg-warning-200\/85 {
  background-color: rgb(253 230 138 / 0.85);
}
.bg-warning-200\/90 {
  background-color: rgb(253 230 138 / 0.9);
}
.bg-warning-200\/95 {
  background-color: rgb(253 230 138 / 0.95);
}
.bg-warning-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity, 1));
}
.bg-warning-300\/0 {
  background-color: rgb(252 211 77 / 0);
}
.bg-warning-300\/10 {
  background-color: rgb(252 211 77 / 0.1);
}
.bg-warning-300\/100 {
  background-color: rgb(252 211 77 / 1);
}
.bg-warning-300\/15 {
  background-color: rgb(252 211 77 / 0.15);
}
.bg-warning-300\/20 {
  background-color: rgb(252 211 77 / 0.2);
}
.bg-warning-300\/25 {
  background-color: rgb(252 211 77 / 0.25);
}
.bg-warning-300\/30 {
  background-color: rgb(252 211 77 / 0.3);
}
.bg-warning-300\/35 {
  background-color: rgb(252 211 77 / 0.35);
}
.bg-warning-300\/40 {
  background-color: rgb(252 211 77 / 0.4);
}
.bg-warning-300\/45 {
  background-color: rgb(252 211 77 / 0.45);
}
.bg-warning-300\/5 {
  background-color: rgb(252 211 77 / 0.05);
}
.bg-warning-300\/50 {
  background-color: rgb(252 211 77 / 0.5);
}
.bg-warning-300\/55 {
  background-color: rgb(252 211 77 / 0.55);
}
.bg-warning-300\/60 {
  background-color: rgb(252 211 77 / 0.6);
}
.bg-warning-300\/65 {
  background-color: rgb(252 211 77 / 0.65);
}
.bg-warning-300\/70 {
  background-color: rgb(252 211 77 / 0.7);
}
.bg-warning-300\/75 {
  background-color: rgb(252 211 77 / 0.75);
}
.bg-warning-300\/80 {
  background-color: rgb(252 211 77 / 0.8);
}
.bg-warning-300\/85 {
  background-color: rgb(252 211 77 / 0.85);
}
.bg-warning-300\/90 {
  background-color: rgb(252 211 77 / 0.9);
}
.bg-warning-300\/95 {
  background-color: rgb(252 211 77 / 0.95);
}
.bg-warning-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
}
.bg-warning-400\/0 {
  background-color: rgb(251 191 36 / 0);
}
.bg-warning-400\/10 {
  background-color: rgb(251 191 36 / 0.1);
}
.bg-warning-400\/100 {
  background-color: rgb(251 191 36 / 1);
}
.bg-warning-400\/15 {
  background-color: rgb(251 191 36 / 0.15);
}
.bg-warning-400\/20 {
  background-color: rgb(251 191 36 / 0.2);
}
.bg-warning-400\/25 {
  background-color: rgb(251 191 36 / 0.25);
}
.bg-warning-400\/30 {
  background-color: rgb(251 191 36 / 0.3);
}
.bg-warning-400\/35 {
  background-color: rgb(251 191 36 / 0.35);
}
.bg-warning-400\/40 {
  background-color: rgb(251 191 36 / 0.4);
}
.bg-warning-400\/45 {
  background-color: rgb(251 191 36 / 0.45);
}
.bg-warning-400\/5 {
  background-color: rgb(251 191 36 / 0.05);
}
.bg-warning-400\/50 {
  background-color: rgb(251 191 36 / 0.5);
}
.bg-warning-400\/55 {
  background-color: rgb(251 191 36 / 0.55);
}
.bg-warning-400\/60 {
  background-color: rgb(251 191 36 / 0.6);
}
.bg-warning-400\/65 {
  background-color: rgb(251 191 36 / 0.65);
}
.bg-warning-400\/70 {
  background-color: rgb(251 191 36 / 0.7);
}
.bg-warning-400\/75 {
  background-color: rgb(251 191 36 / 0.75);
}
.bg-warning-400\/80 {
  background-color: rgb(251 191 36 / 0.8);
}
.bg-warning-400\/85 {
  background-color: rgb(251 191 36 / 0.85);
}
.bg-warning-400\/90 {
  background-color: rgb(251 191 36 / 0.9);
}
.bg-warning-400\/95 {
  background-color: rgb(251 191 36 / 0.95);
}
.bg-warning-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}
.bg-warning-50\/0 {
  background-color: rgb(255 251 235 / 0);
}
.bg-warning-50\/10 {
  background-color: rgb(255 251 235 / 0.1);
}
.bg-warning-50\/100 {
  background-color: rgb(255 251 235 / 1);
}
.bg-warning-50\/15 {
  background-color: rgb(255 251 235 / 0.15);
}
.bg-warning-50\/20 {
  background-color: rgb(255 251 235 / 0.2);
}
.bg-warning-50\/25 {
  background-color: rgb(255 251 235 / 0.25);
}
.bg-warning-50\/30 {
  background-color: rgb(255 251 235 / 0.3);
}
.bg-warning-50\/35 {
  background-color: rgb(255 251 235 / 0.35);
}
.bg-warning-50\/40 {
  background-color: rgb(255 251 235 / 0.4);
}
.bg-warning-50\/45 {
  background-color: rgb(255 251 235 / 0.45);
}
.bg-warning-50\/5 {
  background-color: rgb(255 251 235 / 0.05);
}
.bg-warning-50\/50 {
  background-color: rgb(255 251 235 / 0.5);
}
.bg-warning-50\/55 {
  background-color: rgb(255 251 235 / 0.55);
}
.bg-warning-50\/60 {
  background-color: rgb(255 251 235 / 0.6);
}
.bg-warning-50\/65 {
  background-color: rgb(255 251 235 / 0.65);
}
.bg-warning-50\/70 {
  background-color: rgb(255 251 235 / 0.7);
}
.bg-warning-50\/75 {
  background-color: rgb(255 251 235 / 0.75);
}
.bg-warning-50\/80 {
  background-color: rgb(255 251 235 / 0.8);
}
.bg-warning-50\/85 {
  background-color: rgb(255 251 235 / 0.85);
}
.bg-warning-50\/90 {
  background-color: rgb(255 251 235 / 0.9);
}
.bg-warning-50\/95 {
  background-color: rgb(255 251 235 / 0.95);
}
.bg-warning-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}
.bg-warning-500\/0 {
  background-color: rgb(245 158 11 / 0);
}
.bg-warning-500\/10 {
  background-color: rgb(245 158 11 / 0.1);
}
.bg-warning-500\/100 {
  background-color: rgb(245 158 11 / 1);
}
.bg-warning-500\/15 {
  background-color: rgb(245 158 11 / 0.15);
}
.bg-warning-500\/20 {
  background-color: rgb(245 158 11 / 0.2);
}
.bg-warning-500\/25 {
  background-color: rgb(245 158 11 / 0.25);
}
.bg-warning-500\/30 {
  background-color: rgb(245 158 11 / 0.3);
}
.bg-warning-500\/35 {
  background-color: rgb(245 158 11 / 0.35);
}
.bg-warning-500\/40 {
  background-color: rgb(245 158 11 / 0.4);
}
.bg-warning-500\/45 {
  background-color: rgb(245 158 11 / 0.45);
}
.bg-warning-500\/5 {
  background-color: rgb(245 158 11 / 0.05);
}
.bg-warning-500\/50 {
  background-color: rgb(245 158 11 / 0.5);
}
.bg-warning-500\/55 {
  background-color: rgb(245 158 11 / 0.55);
}
.bg-warning-500\/60 {
  background-color: rgb(245 158 11 / 0.6);
}
.bg-warning-500\/65 {
  background-color: rgb(245 158 11 / 0.65);
}
.bg-warning-500\/70 {
  background-color: rgb(245 158 11 / 0.7);
}
.bg-warning-500\/75 {
  background-color: rgb(245 158 11 / 0.75);
}
.bg-warning-500\/80 {
  background-color: rgb(245 158 11 / 0.8);
}
.bg-warning-500\/85 {
  background-color: rgb(245 158 11 / 0.85);
}
.bg-warning-500\/90 {
  background-color: rgb(245 158 11 / 0.9);
}
.bg-warning-500\/95 {
  background-color: rgb(245 158 11 / 0.95);
}
.bg-warning-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}
.bg-warning-600\/0 {
  background-color: rgb(217 119 6 / 0);
}
.bg-warning-600\/10 {
  background-color: rgb(217 119 6 / 0.1);
}
.bg-warning-600\/100 {
  background-color: rgb(217 119 6 / 1);
}
.bg-warning-600\/15 {
  background-color: rgb(217 119 6 / 0.15);
}
.bg-warning-600\/20 {
  background-color: rgb(217 119 6 / 0.2);
}
.bg-warning-600\/25 {
  background-color: rgb(217 119 6 / 0.25);
}
.bg-warning-600\/30 {
  background-color: rgb(217 119 6 / 0.3);
}
.bg-warning-600\/35 {
  background-color: rgb(217 119 6 / 0.35);
}
.bg-warning-600\/40 {
  background-color: rgb(217 119 6 / 0.4);
}
.bg-warning-600\/45 {
  background-color: rgb(217 119 6 / 0.45);
}
.bg-warning-600\/5 {
  background-color: rgb(217 119 6 / 0.05);
}
.bg-warning-600\/50 {
  background-color: rgb(217 119 6 / 0.5);
}
.bg-warning-600\/55 {
  background-color: rgb(217 119 6 / 0.55);
}
.bg-warning-600\/60 {
  background-color: rgb(217 119 6 / 0.6);
}
.bg-warning-600\/65 {
  background-color: rgb(217 119 6 / 0.65);
}
.bg-warning-600\/70 {
  background-color: rgb(217 119 6 / 0.7);
}
.bg-warning-600\/75 {
  background-color: rgb(217 119 6 / 0.75);
}
.bg-warning-600\/80 {
  background-color: rgb(217 119 6 / 0.8);
}
.bg-warning-600\/85 {
  background-color: rgb(217 119 6 / 0.85);
}
.bg-warning-600\/90 {
  background-color: rgb(217 119 6 / 0.9);
}
.bg-warning-600\/95 {
  background-color: rgb(217 119 6 / 0.95);
}
.bg-warning-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity, 1));
}
.bg-warning-700\/0 {
  background-color: rgb(180 83 9 / 0);
}
.bg-warning-700\/10 {
  background-color: rgb(180 83 9 / 0.1);
}
.bg-warning-700\/100 {
  background-color: rgb(180 83 9 / 1);
}
.bg-warning-700\/15 {
  background-color: rgb(180 83 9 / 0.15);
}
.bg-warning-700\/20 {
  background-color: rgb(180 83 9 / 0.2);
}
.bg-warning-700\/25 {
  background-color: rgb(180 83 9 / 0.25);
}
.bg-warning-700\/30 {
  background-color: rgb(180 83 9 / 0.3);
}
.bg-warning-700\/35 {
  background-color: rgb(180 83 9 / 0.35);
}
.bg-warning-700\/40 {
  background-color: rgb(180 83 9 / 0.4);
}
.bg-warning-700\/45 {
  background-color: rgb(180 83 9 / 0.45);
}
.bg-warning-700\/5 {
  background-color: rgb(180 83 9 / 0.05);
}
.bg-warning-700\/50 {
  background-color: rgb(180 83 9 / 0.5);
}
.bg-warning-700\/55 {
  background-color: rgb(180 83 9 / 0.55);
}
.bg-warning-700\/60 {
  background-color: rgb(180 83 9 / 0.6);
}
.bg-warning-700\/65 {
  background-color: rgb(180 83 9 / 0.65);
}
.bg-warning-700\/70 {
  background-color: rgb(180 83 9 / 0.7);
}
.bg-warning-700\/75 {
  background-color: rgb(180 83 9 / 0.75);
}
.bg-warning-700\/80 {
  background-color: rgb(180 83 9 / 0.8);
}
.bg-warning-700\/85 {
  background-color: rgb(180 83 9 / 0.85);
}
.bg-warning-700\/90 {
  background-color: rgb(180 83 9 / 0.9);
}
.bg-warning-700\/95 {
  background-color: rgb(180 83 9 / 0.95);
}
.bg-warning-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(146 64 14 / var(--tw-bg-opacity, 1));
}
.bg-warning-800\/0 {
  background-color: rgb(146 64 14 / 0);
}
.bg-warning-800\/10 {
  background-color: rgb(146 64 14 / 0.1);
}
.bg-warning-800\/100 {
  background-color: rgb(146 64 14 / 1);
}
.bg-warning-800\/15 {
  background-color: rgb(146 64 14 / 0.15);
}
.bg-warning-800\/20 {
  background-color: rgb(146 64 14 / 0.2);
}
.bg-warning-800\/25 {
  background-color: rgb(146 64 14 / 0.25);
}
.bg-warning-800\/30 {
  background-color: rgb(146 64 14 / 0.3);
}
.bg-warning-800\/35 {
  background-color: rgb(146 64 14 / 0.35);
}
.bg-warning-800\/40 {
  background-color: rgb(146 64 14 / 0.4);
}
.bg-warning-800\/45 {
  background-color: rgb(146 64 14 / 0.45);
}
.bg-warning-800\/5 {
  background-color: rgb(146 64 14 / 0.05);
}
.bg-warning-800\/50 {
  background-color: rgb(146 64 14 / 0.5);
}
.bg-warning-800\/55 {
  background-color: rgb(146 64 14 / 0.55);
}
.bg-warning-800\/60 {
  background-color: rgb(146 64 14 / 0.6);
}
.bg-warning-800\/65 {
  background-color: rgb(146 64 14 / 0.65);
}
.bg-warning-800\/70 {
  background-color: rgb(146 64 14 / 0.7);
}
.bg-warning-800\/75 {
  background-color: rgb(146 64 14 / 0.75);
}
.bg-warning-800\/80 {
  background-color: rgb(146 64 14 / 0.8);
}
.bg-warning-800\/85 {
  background-color: rgb(146 64 14 / 0.85);
}
.bg-warning-800\/90 {
  background-color: rgb(146 64 14 / 0.9);
}
.bg-warning-800\/95 {
  background-color: rgb(146 64 14 / 0.95);
}
.bg-warning-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(120 53 15 / var(--tw-bg-opacity, 1));
}
.bg-warning-900\/0 {
  background-color: rgb(120 53 15 / 0);
}
.bg-warning-900\/10 {
  background-color: rgb(120 53 15 / 0.1);
}
.bg-warning-900\/100 {
  background-color: rgb(120 53 15 / 1);
}
.bg-warning-900\/15 {
  background-color: rgb(120 53 15 / 0.15);
}
.bg-warning-900\/20 {
  background-color: rgb(120 53 15 / 0.2);
}
.bg-warning-900\/25 {
  background-color: rgb(120 53 15 / 0.25);
}
.bg-warning-900\/30 {
  background-color: rgb(120 53 15 / 0.3);
}
.bg-warning-900\/35 {
  background-color: rgb(120 53 15 / 0.35);
}
.bg-warning-900\/40 {
  background-color: rgb(120 53 15 / 0.4);
}
.bg-warning-900\/45 {
  background-color: rgb(120 53 15 / 0.45);
}
.bg-warning-900\/5 {
  background-color: rgb(120 53 15 / 0.05);
}
.bg-warning-900\/50 {
  background-color: rgb(120 53 15 / 0.5);
}
.bg-warning-900\/55 {
  background-color: rgb(120 53 15 / 0.55);
}
.bg-warning-900\/60 {
  background-color: rgb(120 53 15 / 0.6);
}
.bg-warning-900\/65 {
  background-color: rgb(120 53 15 / 0.65);
}
.bg-warning-900\/70 {
  background-color: rgb(120 53 15 / 0.7);
}
.bg-warning-900\/75 {
  background-color: rgb(120 53 15 / 0.75);
}
.bg-warning-900\/80 {
  background-color: rgb(120 53 15 / 0.8);
}
.bg-warning-900\/85 {
  background-color: rgb(120 53 15 / 0.85);
}
.bg-warning-900\/90 {
  background-color: rgb(120 53 15 / 0.9);
}
.bg-warning-900\/95 {
  background-color: rgb(120 53 15 / 0.95);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-yellow-300\/60 {
  background-color: rgb(253 224 71 / 0.6);
}
.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}
.bg-zinc-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}
.bg-zinc-300\/60 {
  background-color: rgb(212 212 216 / 0.6);
}
.bg-zinc-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity, 1));
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.\!p-2 {
  padding: 0.5rem !important;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-40 {
  padding: 10rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pe-4 {
  padding-inline-end: 1rem;
}
.pl-0\.5 {
  padding-left: 0.125rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pr-0\.5 {
  padding-right: 0.125rem;
}
.pr-2\.5 {
  padding-right: 0.625rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-0\.5 {
  padding-top: 0.125rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-start {
  text-align: start;
}
.text-end {
  text-align: end;
}
.align-middle {
  vertical-align: middle;
}
.font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.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-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.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;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.leading-4 {
  line-height: 1rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-relaxed {
  line-height: 1.625;
}
.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}
.text-current {
  color: currentColor;
}
.text-cyan-500 {
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity, 1));
}
.text-cyan-600 {
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity, 1));
}
.text-emerald-500 {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}
.text-emerald-600 {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}
.text-fuchsia-500 {
  --tw-text-opacity: 1;
  color: rgb(217 70 239 / var(--tw-text-opacity, 1));
}
.text-fuchsia-600 {
  --tw-text-opacity: 1;
  color: rgb(192 38 211 / var(--tw-text-opacity, 1));
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}
.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.text-info-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-info-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.text-lime-500 {
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity, 1));
}
.text-lime-600 {
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity, 1));
}
.text-negative-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-negative-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-negative-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}
.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}
.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}
.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}
.text-orange-700 {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity, 1));
}
.text-orange-900 {
  --tw-text-opacity: 1;
  color: rgb(124 45 18 / var(--tw-text-opacity, 1));
}
.text-pink-500 {
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity, 1));
}
.text-pink-600 {
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity, 1));
}
.text-positive-500 {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}
.text-positive-600 {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}
.text-positive-800 {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}
.text-primary-100 {
  --tw-text-opacity: 1;
  color: rgb(224 231 255 / var(--tw-text-opacity, 1));
}
.text-primary-100\/0 {
  color: rgb(224 231 255 / 0);
}
.text-primary-100\/10 {
  color: rgb(224 231 255 / 0.1);
}
.text-primary-100\/100 {
  color: rgb(224 231 255 / 1);
}
.text-primary-100\/15 {
  color: rgb(224 231 255 / 0.15);
}
.text-primary-100\/20 {
  color: rgb(224 231 255 / 0.2);
}
.text-primary-100\/25 {
  color: rgb(224 231 255 / 0.25);
}
.text-primary-100\/30 {
  color: rgb(224 231 255 / 0.3);
}
.text-primary-100\/35 {
  color: rgb(224 231 255 / 0.35);
}
.text-primary-100\/40 {
  color: rgb(224 231 255 / 0.4);
}
.text-primary-100\/45 {
  color: rgb(224 231 255 / 0.45);
}
.text-primary-100\/5 {
  color: rgb(224 231 255 / 0.05);
}
.text-primary-100\/50 {
  color: rgb(224 231 255 / 0.5);
}
.text-primary-100\/55 {
  color: rgb(224 231 255 / 0.55);
}
.text-primary-100\/60 {
  color: rgb(224 231 255 / 0.6);
}
.text-primary-100\/65 {
  color: rgb(224 231 255 / 0.65);
}
.text-primary-100\/70 {
  color: rgb(224 231 255 / 0.7);
}
.text-primary-100\/75 {
  color: rgb(224 231 255 / 0.75);
}
.text-primary-100\/80 {
  color: rgb(224 231 255 / 0.8);
}
.text-primary-100\/85 {
  color: rgb(224 231 255 / 0.85);
}
.text-primary-100\/90 {
  color: rgb(224 231 255 / 0.9);
}
.text-primary-100\/95 {
  color: rgb(224 231 255 / 0.95);
}
.text-primary-200 {
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity, 1));
}
.text-primary-200\/0 {
  color: rgb(199 210 254 / 0);
}
.text-primary-200\/10 {
  color: rgb(199 210 254 / 0.1);
}
.text-primary-200\/100 {
  color: rgb(199 210 254 / 1);
}
.text-primary-200\/15 {
  color: rgb(199 210 254 / 0.15);
}
.text-primary-200\/20 {
  color: rgb(199 210 254 / 0.2);
}
.text-primary-200\/25 {
  color: rgb(199 210 254 / 0.25);
}
.text-primary-200\/30 {
  color: rgb(199 210 254 / 0.3);
}
.text-primary-200\/35 {
  color: rgb(199 210 254 / 0.35);
}
.text-primary-200\/40 {
  color: rgb(199 210 254 / 0.4);
}
.text-primary-200\/45 {
  color: rgb(199 210 254 / 0.45);
}
.text-primary-200\/5 {
  color: rgb(199 210 254 / 0.05);
}
.text-primary-200\/50 {
  color: rgb(199 210 254 / 0.5);
}
.text-primary-200\/55 {
  color: rgb(199 210 254 / 0.55);
}
.text-primary-200\/60 {
  color: rgb(199 210 254 / 0.6);
}
.text-primary-200\/65 {
  color: rgb(199 210 254 / 0.65);
}
.text-primary-200\/70 {
  color: rgb(199 210 254 / 0.7);
}
.text-primary-200\/75 {
  color: rgb(199 210 254 / 0.75);
}
.text-primary-200\/80 {
  color: rgb(199 210 254 / 0.8);
}
.text-primary-200\/85 {
  color: rgb(199 210 254 / 0.85);
}
.text-primary-200\/90 {
  color: rgb(199 210 254 / 0.9);
}
.text-primary-200\/95 {
  color: rgb(199 210 254 / 0.95);
}
.text-primary-300 {
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity, 1));
}
.text-primary-300\/0 {
  color: rgb(165 180 252 / 0);
}
.text-primary-300\/10 {
  color: rgb(165 180 252 / 0.1);
}
.text-primary-300\/100 {
  color: rgb(165 180 252 / 1);
}
.text-primary-300\/15 {
  color: rgb(165 180 252 / 0.15);
}
.text-primary-300\/20 {
  color: rgb(165 180 252 / 0.2);
}
.text-primary-300\/25 {
  color: rgb(165 180 252 / 0.25);
}
.text-primary-300\/30 {
  color: rgb(165 180 252 / 0.3);
}
.text-primary-300\/35 {
  color: rgb(165 180 252 / 0.35);
}
.text-primary-300\/40 {
  color: rgb(165 180 252 / 0.4);
}
.text-primary-300\/45 {
  color: rgb(165 180 252 / 0.45);
}
.text-primary-300\/5 {
  color: rgb(165 180 252 / 0.05);
}
.text-primary-300\/50 {
  color: rgb(165 180 252 / 0.5);
}
.text-primary-300\/55 {
  color: rgb(165 180 252 / 0.55);
}
.text-primary-300\/60 {
  color: rgb(165 180 252 / 0.6);
}
.text-primary-300\/65 {
  color: rgb(165 180 252 / 0.65);
}
.text-primary-300\/70 {
  color: rgb(165 180 252 / 0.7);
}
.text-primary-300\/75 {
  color: rgb(165 180 252 / 0.75);
}
.text-primary-300\/80 {
  color: rgb(165 180 252 / 0.8);
}
.text-primary-300\/85 {
  color: rgb(165 180 252 / 0.85);
}
.text-primary-300\/90 {
  color: rgb(165 180 252 / 0.9);
}
.text-primary-300\/95 {
  color: rgb(165 180 252 / 0.95);
}
.text-primary-400 {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}
.text-primary-400\/0 {
  color: rgb(129 140 248 / 0);
}
.text-primary-400\/10 {
  color: rgb(129 140 248 / 0.1);
}
.text-primary-400\/100 {
  color: rgb(129 140 248 / 1);
}
.text-primary-400\/15 {
  color: rgb(129 140 248 / 0.15);
}
.text-primary-400\/20 {
  color: rgb(129 140 248 / 0.2);
}
.text-primary-400\/25 {
  color: rgb(129 140 248 / 0.25);
}
.text-primary-400\/30 {
  color: rgb(129 140 248 / 0.3);
}
.text-primary-400\/35 {
  color: rgb(129 140 248 / 0.35);
}
.text-primary-400\/40 {
  color: rgb(129 140 248 / 0.4);
}
.text-primary-400\/45 {
  color: rgb(129 140 248 / 0.45);
}
.text-primary-400\/5 {
  color: rgb(129 140 248 / 0.05);
}
.text-primary-400\/50 {
  color: rgb(129 140 248 / 0.5);
}
.text-primary-400\/55 {
  color: rgb(129 140 248 / 0.55);
}
.text-primary-400\/60 {
  color: rgb(129 140 248 / 0.6);
}
.text-primary-400\/65 {
  color: rgb(129 140 248 / 0.65);
}
.text-primary-400\/70 {
  color: rgb(129 140 248 / 0.7);
}
.text-primary-400\/75 {
  color: rgb(129 140 248 / 0.75);
}
.text-primary-400\/80 {
  color: rgb(129 140 248 / 0.8);
}
.text-primary-400\/85 {
  color: rgb(129 140 248 / 0.85);
}
.text-primary-400\/90 {
  color: rgb(129 140 248 / 0.9);
}
.text-primary-400\/95 {
  color: rgb(129 140 248 / 0.95);
}
.text-primary-50 {
  --tw-text-opacity: 1;
  color: rgb(238 242 255 / var(--tw-text-opacity, 1));
}
.text-primary-50\/0 {
  color: rgb(238 242 255 / 0);
}
.text-primary-50\/10 {
  color: rgb(238 242 255 / 0.1);
}
.text-primary-50\/100 {
  color: rgb(238 242 255 / 1);
}
.text-primary-50\/15 {
  color: rgb(238 242 255 / 0.15);
}
.text-primary-50\/20 {
  color: rgb(238 242 255 / 0.2);
}
.text-primary-50\/25 {
  color: rgb(238 242 255 / 0.25);
}
.text-primary-50\/30 {
  color: rgb(238 242 255 / 0.3);
}
.text-primary-50\/35 {
  color: rgb(238 242 255 / 0.35);
}
.text-primary-50\/40 {
  color: rgb(238 242 255 / 0.4);
}
.text-primary-50\/45 {
  color: rgb(238 242 255 / 0.45);
}
.text-primary-50\/5 {
  color: rgb(238 242 255 / 0.05);
}
.text-primary-50\/50 {
  color: rgb(238 242 255 / 0.5);
}
.text-primary-50\/55 {
  color: rgb(238 242 255 / 0.55);
}
.text-primary-50\/60 {
  color: rgb(238 242 255 / 0.6);
}
.text-primary-50\/65 {
  color: rgb(238 242 255 / 0.65);
}
.text-primary-50\/70 {
  color: rgb(238 242 255 / 0.7);
}
.text-primary-50\/75 {
  color: rgb(238 242 255 / 0.75);
}
.text-primary-50\/80 {
  color: rgb(238 242 255 / 0.8);
}
.text-primary-50\/85 {
  color: rgb(238 242 255 / 0.85);
}
.text-primary-50\/90 {
  color: rgb(238 242 255 / 0.9);
}
.text-primary-50\/95 {
  color: rgb(238 242 255 / 0.95);
}
.text-primary-500 {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}
.text-primary-500\/0 {
  color: rgb(99 102 241 / 0);
}
.text-primary-500\/10 {
  color: rgb(99 102 241 / 0.1);
}
.text-primary-500\/100 {
  color: rgb(99 102 241 / 1);
}
.text-primary-500\/15 {
  color: rgb(99 102 241 / 0.15);
}
.text-primary-500\/20 {
  color: rgb(99 102 241 / 0.2);
}
.text-primary-500\/25 {
  color: rgb(99 102 241 / 0.25);
}
.text-primary-500\/30 {
  color: rgb(99 102 241 / 0.3);
}
.text-primary-500\/35 {
  color: rgb(99 102 241 / 0.35);
}
.text-primary-500\/40 {
  color: rgb(99 102 241 / 0.4);
}
.text-primary-500\/45 {
  color: rgb(99 102 241 / 0.45);
}
.text-primary-500\/5 {
  color: rgb(99 102 241 / 0.05);
}
.text-primary-500\/50 {
  color: rgb(99 102 241 / 0.5);
}
.text-primary-500\/55 {
  color: rgb(99 102 241 / 0.55);
}
.text-primary-500\/60 {
  color: rgb(99 102 241 / 0.6);
}
.text-primary-500\/65 {
  color: rgb(99 102 241 / 0.65);
}
.text-primary-500\/70 {
  color: rgb(99 102 241 / 0.7);
}
.text-primary-500\/75 {
  color: rgb(99 102 241 / 0.75);
}
.text-primary-500\/80 {
  color: rgb(99 102 241 / 0.8);
}
.text-primary-500\/85 {
  color: rgb(99 102 241 / 0.85);
}
.text-primary-500\/90 {
  color: rgb(99 102 241 / 0.9);
}
.text-primary-500\/95 {
  color: rgb(99 102 241 / 0.95);
}
.text-primary-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.text-primary-600\/0 {
  color: rgb(79 70 229 / 0);
}
.text-primary-600\/10 {
  color: rgb(79 70 229 / 0.1);
}
.text-primary-600\/100 {
  color: rgb(79 70 229 / 1);
}
.text-primary-600\/15 {
  color: rgb(79 70 229 / 0.15);
}
.text-primary-600\/20 {
  color: rgb(79 70 229 / 0.2);
}
.text-primary-600\/25 {
  color: rgb(79 70 229 / 0.25);
}
.text-primary-600\/30 {
  color: rgb(79 70 229 / 0.3);
}
.text-primary-600\/35 {
  color: rgb(79 70 229 / 0.35);
}
.text-primary-600\/40 {
  color: rgb(79 70 229 / 0.4);
}
.text-primary-600\/45 {
  color: rgb(79 70 229 / 0.45);
}
.text-primary-600\/5 {
  color: rgb(79 70 229 / 0.05);
}
.text-primary-600\/50 {
  color: rgb(79 70 229 / 0.5);
}
.text-primary-600\/55 {
  color: rgb(79 70 229 / 0.55);
}
.text-primary-600\/60 {
  color: rgb(79 70 229 / 0.6);
}
.text-primary-600\/65 {
  color: rgb(79 70 229 / 0.65);
}
.text-primary-600\/70 {
  color: rgb(79 70 229 / 0.7);
}
.text-primary-600\/75 {
  color: rgb(79 70 229 / 0.75);
}
.text-primary-600\/80 {
  color: rgb(79 70 229 / 0.8);
}
.text-primary-600\/85 {
  color: rgb(79 70 229 / 0.85);
}
.text-primary-600\/90 {
  color: rgb(79 70 229 / 0.9);
}
.text-primary-600\/95 {
  color: rgb(79 70 229 / 0.95);
}
.text-primary-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}
.text-primary-700\/0 {
  color: rgb(67 56 202 / 0);
}
.text-primary-700\/10 {
  color: rgb(67 56 202 / 0.1);
}
.text-primary-700\/100 {
  color: rgb(67 56 202 / 1);
}
.text-primary-700\/15 {
  color: rgb(67 56 202 / 0.15);
}
.text-primary-700\/20 {
  color: rgb(67 56 202 / 0.2);
}
.text-primary-700\/25 {
  color: rgb(67 56 202 / 0.25);
}
.text-primary-700\/30 {
  color: rgb(67 56 202 / 0.3);
}
.text-primary-700\/35 {
  color: rgb(67 56 202 / 0.35);
}
.text-primary-700\/40 {
  color: rgb(67 56 202 / 0.4);
}
.text-primary-700\/45 {
  color: rgb(67 56 202 / 0.45);
}
.text-primary-700\/5 {
  color: rgb(67 56 202 / 0.05);
}
.text-primary-700\/50 {
  color: rgb(67 56 202 / 0.5);
}
.text-primary-700\/55 {
  color: rgb(67 56 202 / 0.55);
}
.text-primary-700\/60 {
  color: rgb(67 56 202 / 0.6);
}
.text-primary-700\/65 {
  color: rgb(67 56 202 / 0.65);
}
.text-primary-700\/70 {
  color: rgb(67 56 202 / 0.7);
}
.text-primary-700\/75 {
  color: rgb(67 56 202 / 0.75);
}
.text-primary-700\/80 {
  color: rgb(67 56 202 / 0.8);
}
.text-primary-700\/85 {
  color: rgb(67 56 202 / 0.85);
}
.text-primary-700\/90 {
  color: rgb(67 56 202 / 0.9);
}
.text-primary-700\/95 {
  color: rgb(67 56 202 / 0.95);
}
.text-primary-800 {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}
.text-primary-800\/0 {
  color: rgb(55 48 163 / 0);
}
.text-primary-800\/10 {
  color: rgb(55 48 163 / 0.1);
}
.text-primary-800\/100 {
  color: rgb(55 48 163 / 1);
}
.text-primary-800\/15 {
  color: rgb(55 48 163 / 0.15);
}
.text-primary-800\/20 {
  color: rgb(55 48 163 / 0.2);
}
.text-primary-800\/25 {
  color: rgb(55 48 163 / 0.25);
}
.text-primary-800\/30 {
  color: rgb(55 48 163 / 0.3);
}
.text-primary-800\/35 {
  color: rgb(55 48 163 / 0.35);
}
.text-primary-800\/40 {
  color: rgb(55 48 163 / 0.4);
}
.text-primary-800\/45 {
  color: rgb(55 48 163 / 0.45);
}
.text-primary-800\/5 {
  color: rgb(55 48 163 / 0.05);
}
.text-primary-800\/50 {
  color: rgb(55 48 163 / 0.5);
}
.text-primary-800\/55 {
  color: rgb(55 48 163 / 0.55);
}
.text-primary-800\/60 {
  color: rgb(55 48 163 / 0.6);
}
.text-primary-800\/65 {
  color: rgb(55 48 163 / 0.65);
}
.text-primary-800\/70 {
  color: rgb(55 48 163 / 0.7);
}
.text-primary-800\/75 {
  color: rgb(55 48 163 / 0.75);
}
.text-primary-800\/80 {
  color: rgb(55 48 163 / 0.8);
}
.text-primary-800\/85 {
  color: rgb(55 48 163 / 0.85);
}
.text-primary-800\/90 {
  color: rgb(55 48 163 / 0.9);
}
.text-primary-800\/95 {
  color: rgb(55 48 163 / 0.95);
}
.text-primary-900 {
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity, 1));
}
.text-primary-900\/0 {
  color: rgb(49 46 129 / 0);
}
.text-primary-900\/10 {
  color: rgb(49 46 129 / 0.1);
}
.text-primary-900\/100 {
  color: rgb(49 46 129 / 1);
}
.text-primary-900\/15 {
  color: rgb(49 46 129 / 0.15);
}
.text-primary-900\/20 {
  color: rgb(49 46 129 / 0.2);
}
.text-primary-900\/25 {
  color: rgb(49 46 129 / 0.25);
}
.text-primary-900\/30 {
  color: rgb(49 46 129 / 0.3);
}
.text-primary-900\/35 {
  color: rgb(49 46 129 / 0.35);
}
.text-primary-900\/40 {
  color: rgb(49 46 129 / 0.4);
}
.text-primary-900\/45 {
  color: rgb(49 46 129 / 0.45);
}
.text-primary-900\/5 {
  color: rgb(49 46 129 / 0.05);
}
.text-primary-900\/50 {
  color: rgb(49 46 129 / 0.5);
}
.text-primary-900\/55 {
  color: rgb(49 46 129 / 0.55);
}
.text-primary-900\/60 {
  color: rgb(49 46 129 / 0.6);
}
.text-primary-900\/65 {
  color: rgb(49 46 129 / 0.65);
}
.text-primary-900\/70 {
  color: rgb(49 46 129 / 0.7);
}
.text-primary-900\/75 {
  color: rgb(49 46 129 / 0.75);
}
.text-primary-900\/80 {
  color: rgb(49 46 129 / 0.8);
}
.text-primary-900\/85 {
  color: rgb(49 46 129 / 0.85);
}
.text-primary-900\/90 {
  color: rgb(49 46 129 / 0.9);
}
.text-primary-900\/95 {
  color: rgb(49 46 129 / 0.95);
}
.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}
.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-rose-500 {
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity, 1));
}
.text-rose-600 {
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity, 1));
}
.text-secondary-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-secondary-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-secondary-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-secondary-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-secondary-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-secondary-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-secondary-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-sky-500 {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity, 1));
}
.text-sky-600 {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity, 1));
}
.text-slate-100 {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}
.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.text-stone-500 {
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity, 1));
}
.text-stone-600 {
  --tw-text-opacity: 1;
  color: rgb(87 83 78 / var(--tw-text-opacity, 1));
}
.text-teal-500 {
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / var(--tw-text-opacity, 1));
}
.text-teal-600 {
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity, 1));
}
.text-violet-500 {
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity, 1));
}
.text-violet-600 {
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity, 1));
}
.text-warning-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}
.text-warning-800 {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}
.text-zinc-500 {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}
.text-zinc-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-75 {
  opacity: 0.75;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px 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-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 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);
}
.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-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  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);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px 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 !important;
  outline-offset: 2px !important;
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.\!outline-0 {
  outline-width: 0px !important;
}
.outline-0 {
  outline-width: 0px;
}
.\!ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
.ring-0 {
  --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);
}
.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-black\/5 {
  --tw-ring-color: rgb(0 0 0 / 0.05);
}
.ring-blue-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}
.ring-cyan-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(6 182 212 / var(--tw-ring-opacity, 1));
}
.ring-fuchsia-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 70 239 / var(--tw-ring-opacity, 1));
}
.ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1));
}
.ring-gray-900\/5 {
  --tw-ring-color: rgb(17 24 39 / 0.05);
}
.ring-green-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1));
}
.ring-indigo-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1));
}
.ring-lime-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(132 204 22 / var(--tw-ring-opacity, 1));
}
.ring-pink-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(236 72 153 / var(--tw-ring-opacity, 1));
}
.ring-primary-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity, 1));
}
.ring-purple-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity, 1));
}
.ring-rose-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 63 94 / var(--tw-ring-opacity, 1));
}
.ring-sky-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 165 233 / var(--tw-ring-opacity, 1));
}
.ring-teal-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(20 184 166 / var(--tw-ring-opacity, 1));
}
.ring-violet-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(139 92 246 / var(--tw-ring-opacity, 1));
}
.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);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-2xl {
  --tw-backdrop-blur: blur(40px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-3xl {
  --tw-backdrop-blur: blur(64px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-none {
  --tw-backdrop-blur:  ;
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, 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-100 {
  transition-duration: 100ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-75 {
  transition-duration: 75ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear {
  transition-timing-function: linear;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}
.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.soft-scrollbar::-webkit-scrollbar {
  height: 0.25rem;
  width: 0.25rem;
  cursor: pointer;
}
.soft-scrollbar::-webkit-scrollbar-track {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.soft-scrollbar::-webkit-scrollbar-thumb {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.dark .soft-scrollbar::-webkit-scrollbar-track {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.dark .soft-scrollbar::-webkit-scrollbar-thumb {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
input.appearance-number-none::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0px;
}
input.appearance-number-none::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0px;
}
input[type="number"].appearance-number-none {
  -moz-appearance: textfield;
}
.placeholder\:text-gray-400::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.placeholder\:text-gray-400::placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.odd\:bg-gray-50:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.odd\:bg-gray-900:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.even\:bg-gray-300:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.checked\:translate-x-3:checked {
  --tw-translate-x: 0.75rem;
  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));
}
.checked\:translate-x-3\.5:checked {
  --tw-translate-x: 0.875rem;
  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));
}
.checked\:translate-x-4:checked {
  --tw-translate-x: 1rem;
  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));
}
.checked\:bg-none:checked {
  background-image: none;
}
.checked\:text-white:checked {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.focus-within\:ring-2:focus-within {
  --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-within\:ring-info-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity, 1));
}
.focus-within\:ring-negative-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
.focus-within\:ring-positive-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(5 150 105 / var(--tw-ring-opacity, 1));
}
.focus-within\:ring-primary-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity, 1));
}
.focus-within\:ring-secondary-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity, 1));
}
.focus-within\:ring-warning-600:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 119 6 / var(--tw-ring-opacity, 1));
}
.hover\:scale-125:hover {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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));
}
.hover\:border-gray-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.hover\:border-negative-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.hover\:border-primary-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
}
.hover\:border-primary-100\/0:hover {
  border-color: rgb(224 231 255 / 0);
}
.hover\:border-primary-100\/10:hover {
  border-color: rgb(224 231 255 / 0.1);
}
.hover\:border-primary-100\/100:hover {
  border-color: rgb(224 231 255 / 1);
}
.hover\:border-primary-100\/15:hover {
  border-color: rgb(224 231 255 / 0.15);
}
.hover\:border-primary-100\/20:hover {
  border-color: rgb(224 231 255 / 0.2);
}
.hover\:border-primary-100\/25:hover {
  border-color: rgb(224 231 255 / 0.25);
}
.hover\:border-primary-100\/30:hover {
  border-color: rgb(224 231 255 / 0.3);
}
.hover\:border-primary-100\/35:hover {
  border-color: rgb(224 231 255 / 0.35);
}
.hover\:border-primary-100\/40:hover {
  border-color: rgb(224 231 255 / 0.4);
}
.hover\:border-primary-100\/45:hover {
  border-color: rgb(224 231 255 / 0.45);
}
.hover\:border-primary-100\/5:hover {
  border-color: rgb(224 231 255 / 0.05);
}
.hover\:border-primary-100\/50:hover {
  border-color: rgb(224 231 255 / 0.5);
}
.hover\:border-primary-100\/55:hover {
  border-color: rgb(224 231 255 / 0.55);
}
.hover\:border-primary-100\/60:hover {
  border-color: rgb(224 231 255 / 0.6);
}
.hover\:border-primary-100\/65:hover {
  border-color: rgb(224 231 255 / 0.65);
}
.hover\:border-primary-100\/70:hover {
  border-color: rgb(224 231 255 / 0.7);
}
.hover\:border-primary-100\/75:hover {
  border-color: rgb(224 231 255 / 0.75);
}
.hover\:border-primary-100\/80:hover {
  border-color: rgb(224 231 255 / 0.8);
}
.hover\:border-primary-100\/85:hover {
  border-color: rgb(224 231 255 / 0.85);
}
.hover\:border-primary-100\/90:hover {
  border-color: rgb(224 231 255 / 0.9);
}
.hover\:border-primary-100\/95:hover {
  border-color: rgb(224 231 255 / 0.95);
}
.hover\:border-primary-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
}
.hover\:border-primary-200\/0:hover {
  border-color: rgb(199 210 254 / 0);
}
.hover\:border-primary-200\/10:hover {
  border-color: rgb(199 210 254 / 0.1);
}
.hover\:border-primary-200\/100:hover {
  border-color: rgb(199 210 254 / 1);
}
.hover\:border-primary-200\/15:hover {
  border-color: rgb(199 210 254 / 0.15);
}
.hover\:border-primary-200\/20:hover {
  border-color: rgb(199 210 254 / 0.2);
}
.hover\:border-primary-200\/25:hover {
  border-color: rgb(199 210 254 / 0.25);
}
.hover\:border-primary-200\/30:hover {
  border-color: rgb(199 210 254 / 0.3);
}
.hover\:border-primary-200\/35:hover {
  border-color: rgb(199 210 254 / 0.35);
}
.hover\:border-primary-200\/40:hover {
  border-color: rgb(199 210 254 / 0.4);
}
.hover\:border-primary-200\/45:hover {
  border-color: rgb(199 210 254 / 0.45);
}
.hover\:border-primary-200\/5:hover {
  border-color: rgb(199 210 254 / 0.05);
}
.hover\:border-primary-200\/50:hover {
  border-color: rgb(199 210 254 / 0.5);
}
.hover\:border-primary-200\/55:hover {
  border-color: rgb(199 210 254 / 0.55);
}
.hover\:border-primary-200\/60:hover {
  border-color: rgb(199 210 254 / 0.6);
}
.hover\:border-primary-200\/65:hover {
  border-color: rgb(199 210 254 / 0.65);
}
.hover\:border-primary-200\/70:hover {
  border-color: rgb(199 210 254 / 0.7);
}
.hover\:border-primary-200\/75:hover {
  border-color: rgb(199 210 254 / 0.75);
}
.hover\:border-primary-200\/80:hover {
  border-color: rgb(199 210 254 / 0.8);
}
.hover\:border-primary-200\/85:hover {
  border-color: rgb(199 210 254 / 0.85);
}
.hover\:border-primary-200\/90:hover {
  border-color: rgb(199 210 254 / 0.9);
}
.hover\:border-primary-200\/95:hover {
  border-color: rgb(199 210 254 / 0.95);
}
.hover\:border-primary-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
}
.hover\:border-primary-300\/0:hover {
  border-color: rgb(165 180 252 / 0);
}
.hover\:border-primary-300\/10:hover {
  border-color: rgb(165 180 252 / 0.1);
}
.hover\:border-primary-300\/100:hover {
  border-color: rgb(165 180 252 / 1);
}
.hover\:border-primary-300\/15:hover {
  border-color: rgb(165 180 252 / 0.15);
}
.hover\:border-primary-300\/20:hover {
  border-color: rgb(165 180 252 / 0.2);
}
.hover\:border-primary-300\/25:hover {
  border-color: rgb(165 180 252 / 0.25);
}
.hover\:border-primary-300\/30:hover {
  border-color: rgb(165 180 252 / 0.3);
}
.hover\:border-primary-300\/35:hover {
  border-color: rgb(165 180 252 / 0.35);
}
.hover\:border-primary-300\/40:hover {
  border-color: rgb(165 180 252 / 0.4);
}
.hover\:border-primary-300\/45:hover {
  border-color: rgb(165 180 252 / 0.45);
}
.hover\:border-primary-300\/5:hover {
  border-color: rgb(165 180 252 / 0.05);
}
.hover\:border-primary-300\/50:hover {
  border-color: rgb(165 180 252 / 0.5);
}
.hover\:border-primary-300\/55:hover {
  border-color: rgb(165 180 252 / 0.55);
}
.hover\:border-primary-300\/60:hover {
  border-color: rgb(165 180 252 / 0.6);
}
.hover\:border-primary-300\/65:hover {
  border-color: rgb(165 180 252 / 0.65);
}
.hover\:border-primary-300\/70:hover {
  border-color: rgb(165 180 252 / 0.7);
}
.hover\:border-primary-300\/75:hover {
  border-color: rgb(165 180 252 / 0.75);
}
.hover\:border-primary-300\/80:hover {
  border-color: rgb(165 180 252 / 0.8);
}
.hover\:border-primary-300\/85:hover {
  border-color: rgb(165 180 252 / 0.85);
}
.hover\:border-primary-300\/90:hover {
  border-color: rgb(165 180 252 / 0.9);
}
.hover\:border-primary-300\/95:hover {
  border-color: rgb(165 180 252 / 0.95);
}
.hover\:border-primary-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
}
.hover\:border-primary-400\/0:hover {
  border-color: rgb(129 140 248 / 0);
}
.hover\:border-primary-400\/10:hover {
  border-color: rgb(129 140 248 / 0.1);
}
.hover\:border-primary-400\/100:hover {
  border-color: rgb(129 140 248 / 1);
}
.hover\:border-primary-400\/15:hover {
  border-color: rgb(129 140 248 / 0.15);
}
.hover\:border-primary-400\/20:hover {
  border-color: rgb(129 140 248 / 0.2);
}
.hover\:border-primary-400\/25:hover {
  border-color: rgb(129 140 248 / 0.25);
}
.hover\:border-primary-400\/30:hover {
  border-color: rgb(129 140 248 / 0.3);
}
.hover\:border-primary-400\/35:hover {
  border-color: rgb(129 140 248 / 0.35);
}
.hover\:border-primary-400\/40:hover {
  border-color: rgb(129 140 248 / 0.4);
}
.hover\:border-primary-400\/45:hover {
  border-color: rgb(129 140 248 / 0.45);
}
.hover\:border-primary-400\/5:hover {
  border-color: rgb(129 140 248 / 0.05);
}
.hover\:border-primary-400\/50:hover {
  border-color: rgb(129 140 248 / 0.5);
}
.hover\:border-primary-400\/55:hover {
  border-color: rgb(129 140 248 / 0.55);
}
.hover\:border-primary-400\/60:hover {
  border-color: rgb(129 140 248 / 0.6);
}
.hover\:border-primary-400\/65:hover {
  border-color: rgb(129 140 248 / 0.65);
}
.hover\:border-primary-400\/70:hover {
  border-color: rgb(129 140 248 / 0.7);
}
.hover\:border-primary-400\/75:hover {
  border-color: rgb(129 140 248 / 0.75);
}
.hover\:border-primary-400\/80:hover {
  border-color: rgb(129 140 248 / 0.8);
}
.hover\:border-primary-400\/85:hover {
  border-color: rgb(129 140 248 / 0.85);
}
.hover\:border-primary-400\/90:hover {
  border-color: rgb(129 140 248 / 0.9);
}
.hover\:border-primary-400\/95:hover {
  border-color: rgb(129 140 248 / 0.95);
}
.hover\:border-primary-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(238 242 255 / var(--tw-border-opacity, 1));
}
.hover\:border-primary-50\/0:hover {
  border-color: rgb(238 242 255 / 0);
}
.hover\:border-primary-50\/10:hover {
  border-color: rgb(238 242 255 / 0.1);
}
.hover\:border-primary-50\/100:hover {
  border-color: rgb(238 242 255 / 1);
}
.hover\:border-primary-50\/15:hover {
  border-color: rgb(238 242 255 / 0.15);
}
.hover\:border-primary-50\/20:hover {
  border-color: rgb(238 242 255 / 0.2);
}
.hover\:border-primary-50\/25:hover {
  border-color: rgb(238 242 255 / 0.25);
}
.hover\:border-primary-50\/30:hover {
  border-color: rgb(238 242 255 / 0.3);
}
.hover\:border-primary-50\/35:hover {
  border-color: rgb(238 242 255 / 0.35);
}
.hover\:border-primary-50\/40:hover {
  border-color: rgb(238 242 255 / 0.4);
}
.hover\:border-primary-50\/45:hover {
  border-color: rgb(238 242 255 / 0.45);
}
.hover\:border-primary-50\/5:hover {
  border-color: rgb(238 242 255 / 0.05);
}
.hover\:border-primary-50\/50:hover {
  border-color: rgb(238 242 255 / 0.5);
}
.hover\:border-primary-50\/55:hover {
  border-color: rgb(238 242 255 / 0.55);
}
.hover\:border-primary-50\/60:hover {
  border-color: rgb(238 242 255 / 0.6);
}
.hover\:border-primary-50\/65:hover {
  border-color: rgb(238 242 255 / 0.65);
}
.hover\:border-primary-50\/70:hover {
  border-color: rgb(238 242 255 / 0.7);
}
.hover\:border-primary-50\/75:hover {
  border-color: rgb(238 242 255 / 0.75);
}
.hover\:border-primary-50\/80:hover {
  border-color: rgb(238 242 255 / 0.8);
}
.hover\:border-primary-50\/85:hover {
  border-color: rgb(238 242 255 / 0.85);
}
.hover\:border-primary-50\/90:hover {
  border-color: rgb(238 242 255 / 0.9);
}
.hover\:border-primary-50\/95:hover {
  border-color: rgb(238 242 255 / 0.95);
}
.hover\:border-primary-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}
.hover\:border-primary-500\/0:hover {
  border-color: rgb(99 102 241 / 0);
}
.hover\:border-primary-500\/10:hover {
  border-color: rgb(99 102 241 / 0.1);
}
.hover\:border-primary-500\/100:hover {
  border-color: rgb(99 102 241 / 1);
}
.hover\:border-primary-500\/15:hover {
  border-color: rgb(99 102 241 / 0.15);
}
.hover\:border-primary-500\/20:hover {
  border-color: rgb(99 102 241 / 0.2);
}
.hover\:border-primary-500\/25:hover {
  border-color: rgb(99 102 241 / 0.25);
}
.hover\:border-primary-500\/30:hover {
  border-color: rgb(99 102 241 / 0.3);
}
.hover\:border-primary-500\/35:hover {
  border-color: rgb(99 102 241 / 0.35);
}
.hover\:border-primary-500\/40:hover {
  border-color: rgb(99 102 241 / 0.4);
}
.hover\:border-primary-500\/45:hover {
  border-color: rgb(99 102 241 / 0.45);
}
.hover\:border-primary-500\/5:hover {
  border-color: rgb(99 102 241 / 0.05);
}
.hover\:border-primary-500\/50:hover {
  border-color: rgb(99 102 241 / 0.5);
}
.hover\:border-primary-500\/55:hover {
  border-color: rgb(99 102 241 / 0.55);
}
.hover\:border-primary-500\/60:hover {
  border-color: rgb(99 102 241 / 0.6);
}
.hover\:border-primary-500\/65:hover {
  border-color: rgb(99 102 241 / 0.65);
}
.hover\:border-primary-500\/70:hover {
  border-color: rgb(99 102 241 / 0.7);
}
.hover\:border-primary-500\/75:hover {
  border-color: rgb(99 102 241 / 0.75);
}
.hover\:border-primary-500\/80:hover {
  border-color: rgb(99 102 241 / 0.8);
}
.hover\:border-primary-500\/85:hover {
  border-color: rgb(99 102 241 / 0.85);
}
.hover\:border-primary-500\/90:hover {
  border-color: rgb(99 102 241 / 0.9);
}
.hover\:border-primary-500\/95:hover {
  border-color: rgb(99 102 241 / 0.95);
}
.hover\:border-primary-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
}
.hover\:border-primary-600\/0:hover {
  border-color: rgb(79 70 229 / 0);
}
.hover\:border-primary-600\/10:hover {
  border-color: rgb(79 70 229 / 0.1);
}
.hover\:border-primary-600\/100:hover {
  border-color: rgb(79 70 229 / 1);
}
.hover\:border-primary-600\/15:hover {
  border-color: rgb(79 70 229 / 0.15);
}
.hover\:border-primary-600\/20:hover {
  border-color: rgb(79 70 229 / 0.2);
}
.hover\:border-primary-600\/25:hover {
  border-color: rgb(79 70 229 / 0.25);
}
.hover\:border-primary-600\/30:hover {
  border-color: rgb(79 70 229 / 0.3);
}
.hover\:border-primary-600\/35:hover {
  border-color: rgb(79 70 229 / 0.35);
}
.hover\:border-primary-600\/40:hover {
  border-color: rgb(79 70 229 / 0.4);
}
.hover\:border-primary-600\/45:hover {
  border-color: rgb(79 70 229 / 0.45);
}
.hover\:border-primary-600\/5:hover {
  border-color: rgb(79 70 229 / 0.05);
}
.hover\:border-primary-600\/50:hover {
  border-color: rgb(79 70 229 / 0.5);
}
.hover\:border-primary-600\/55:hover {
  border-color: rgb(79 70 229 / 0.55);
}
.hover\:border-primary-600\/60:hover {
  border-color: rgb(79 70 229 / 0.6);
}
.hover\:border-primary-600\/65:hover {
  border-color: rgb(79 70 229 / 0.65);
}
.hover\:border-primary-600\/70:hover {
  border-color: rgb(79 70 229 / 0.7);
}
.hover\:border-primary-600\/75:hover {
  border-color: rgb(79 70 229 / 0.75);
}
.hover\:border-primary-600\/80:hover {
  border-color: rgb(79 70 229 / 0.8);
}
.hover\:border-primary-600\/85:hover {
  border-color: rgb(79 70 229 / 0.85);
}
.hover\:border-primary-600\/90:hover {
  border-color: rgb(79 70 229 / 0.9);
}
.hover\:border-primary-600\/95:hover {
  border-color: rgb(79 70 229 / 0.95);
}
.hover\:border-primary-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity, 1));
}
.hover\:border-primary-700\/0:hover {
  border-color: rgb(67 56 202 / 0);
}
.hover\:border-primary-700\/10:hover {
  border-color: rgb(67 56 202 / 0.1);
}
.hover\:border-primary-700\/100:hover {
  border-color: rgb(67 56 202 / 1);
}
.hover\:border-primary-700\/15:hover {
  border-color: rgb(67 56 202 / 0.15);
}
.hover\:border-primary-700\/20:hover {
  border-color: rgb(67 56 202 / 0.2);
}
.hover\:border-primary-700\/25:hover {
  border-color: rgb(67 56 202 / 0.25);
}
.hover\:border-primary-700\/30:hover {
  border-color: rgb(67 56 202 / 0.3);
}
.hover\:border-primary-700\/35:hover {
  border-color: rgb(67 56 202 / 0.35);
}
.hover\:border-primary-700\/40:hover {
  border-color: rgb(67 56 202 / 0.4);
}
.hover\:border-primary-700\/45:hover {
  border-color: rgb(67 56 202 / 0.45);
}
.hover\:border-primary-700\/5:hover {
  border-color: rgb(67 56 202 / 0.05);
}
.hover\:border-primary-700\/50:hover {
  border-color: rgb(67 56 202 / 0.5);
}
.hover\:border-primary-700\/55:hover {
  border-color: rgb(67 56 202 / 0.55);
}
.hover\:border-primary-700\/60:hover {
  border-color: rgb(67 56 202 / 0.6);
}
.hover\:border-primary-700\/65:hover {
  border-color: rgb(67 56 202 / 0.65);
}
.hover\:border-primary-700\/70:hover {
  border-color: rgb(67 56 202 / 0.7);
}
.hover\:border-primary-700\/75:hover {
  border-color: rgb(67 56 202 / 0.75);
}
.hover\:border-primary-700\/80:hover {
  border-color: rgb(67 56 202 / 0.8);
}
.hover\:border-primary-700\/85:hover {
  border-color: rgb(67 56 202 / 0.85);
}
.hover\:border-primary-700\/90:hover {
  border-color: rgb(67 56 202 / 0.9);
}
.hover\:border-primary-700\/95:hover {
  border-color: rgb(67 56 202 / 0.95);
}
.hover\:border-primary-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(55 48 163 / var(--tw-border-opacity, 1));
}
.hover\:border-primary-800\/0:hover {
  border-color: rgb(55 48 163 / 0);
}
.hover\:border-primary-800\/10:hover {
  border-color: rgb(55 48 163 / 0.1);
}
.hover\:border-primary-800\/100:hover {
  border-color: rgb(55 48 163 / 1);
}
.hover\:border-primary-800\/15:hover {
  border-color: rgb(55 48 163 / 0.15);
}
.hover\:border-primary-800\/20:hover {
  border-color: rgb(55 48 163 / 0.2);
}
.hover\:border-primary-800\/25:hover {
  border-color: rgb(55 48 163 / 0.25);
}
.hover\:border-primary-800\/30:hover {
  border-color: rgb(55 48 163 / 0.3);
}
.hover\:border-primary-800\/35:hover {
  border-color: rgb(55 48 163 / 0.35);
}
.hover\:border-primary-800\/40:hover {
  border-color: rgb(55 48 163 / 0.4);
}
.hover\:border-primary-800\/45:hover {
  border-color: rgb(55 48 163 / 0.45);
}
.hover\:border-primary-800\/5:hover {
  border-color: rgb(55 48 163 / 0.05);
}
.hover\:border-primary-800\/50:hover {
  border-color: rgb(55 48 163 / 0.5);
}
.hover\:border-primary-800\/55:hover {
  border-color: rgb(55 48 163 / 0.55);
}
.hover\:border-primary-800\/60:hover {
  border-color: rgb(55 48 163 / 0.6);
}
.hover\:border-primary-800\/65:hover {
  border-color: rgb(55 48 163 / 0.65);
}
.hover\:border-primary-800\/70:hover {
  border-color: rgb(55 48 163 / 0.7);
}
.hover\:border-primary-800\/75:hover {
  border-color: rgb(55 48 163 / 0.75);
}
.hover\:border-primary-800\/80:hover {
  border-color: rgb(55 48 163 / 0.8);
}
.hover\:border-primary-800\/85:hover {
  border-color: rgb(55 48 163 / 0.85);
}
.hover\:border-primary-800\/90:hover {
  border-color: rgb(55 48 163 / 0.9);
}
.hover\:border-primary-800\/95:hover {
  border-color: rgb(55 48 163 / 0.95);
}
.hover\:border-primary-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(49 46 129 / var(--tw-border-opacity, 1));
}
.hover\:border-primary-900\/0:hover {
  border-color: rgb(49 46 129 / 0);
}
.hover\:border-primary-900\/10:hover {
  border-color: rgb(49 46 129 / 0.1);
}
.hover\:border-primary-900\/100:hover {
  border-color: rgb(49 46 129 / 1);
}
.hover\:border-primary-900\/15:hover {
  border-color: rgb(49 46 129 / 0.15);
}
.hover\:border-primary-900\/20:hover {
  border-color: rgb(49 46 129 / 0.2);
}
.hover\:border-primary-900\/25:hover {
  border-color: rgb(49 46 129 / 0.25);
}
.hover\:border-primary-900\/30:hover {
  border-color: rgb(49 46 129 / 0.3);
}
.hover\:border-primary-900\/35:hover {
  border-color: rgb(49 46 129 / 0.35);
}
.hover\:border-primary-900\/40:hover {
  border-color: rgb(49 46 129 / 0.4);
}
.hover\:border-primary-900\/45:hover {
  border-color: rgb(49 46 129 / 0.45);
}
.hover\:border-primary-900\/5:hover {
  border-color: rgb(49 46 129 / 0.05);
}
.hover\:border-primary-900\/50:hover {
  border-color: rgb(49 46 129 / 0.5);
}
.hover\:border-primary-900\/55:hover {
  border-color: rgb(49 46 129 / 0.55);
}
.hover\:border-primary-900\/60:hover {
  border-color: rgb(49 46 129 / 0.6);
}
.hover\:border-primary-900\/65:hover {
  border-color: rgb(49 46 129 / 0.65);
}
.hover\:border-primary-900\/70:hover {
  border-color: rgb(49 46 129 / 0.7);
}
.hover\:border-primary-900\/75:hover {
  border-color: rgb(49 46 129 / 0.75);
}
.hover\:border-primary-900\/80:hover {
  border-color: rgb(49 46 129 / 0.8);
}
.hover\:border-primary-900\/85:hover {
  border-color: rgb(49 46 129 / 0.85);
}
.hover\:border-primary-900\/90:hover {
  border-color: rgb(49 46 129 / 0.9);
}
.hover\:border-primary-900\/95:hover {
  border-color: rgb(49 46 129 / 0.95);
}
.hover\:bg-amber-400\/25:hover {
  background-color: rgb(251 191 36 / 0.25);
}
.hover\:bg-amber-400\/60:hover {
  background-color: rgb(251 191 36 / 0.6);
}
.hover\:bg-amber-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}
.hover\:bg-black\/10:hover {
  background-color: rgb(0 0 0 / 0.1);
}
.hover\:bg-black\/30:hover {
  background-color: rgb(0 0 0 / 0.3);
}
.hover\:bg-blue-400\/25:hover {
  background-color: rgb(96 165 250 / 0.25);
}
.hover\:bg-blue-400\/60:hover {
  background-color: rgb(96 165 250 / 0.6);
}
.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-cyan-400\/25:hover {
  background-color: rgb(34 211 238 / 0.25);
}
.hover\:bg-cyan-400\/60:hover {
  background-color: rgb(34 211 238 / 0.6);
}
.hover\:bg-cyan-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity, 1));
}
.hover\:bg-emerald-400\/25:hover {
  background-color: rgb(52 211 153 / 0.25);
}
.hover\:bg-emerald-400\/60:hover {
  background-color: rgb(52 211 153 / 0.6);
}
.hover\:bg-emerald-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}
.hover\:bg-fuchsia-400\/25:hover {
  background-color: rgb(232 121 249 / 0.25);
}
.hover\:bg-fuchsia-400\/60:hover {
  background-color: rgb(232 121 249 / 0.6);
}
.hover\:bg-fuchsia-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(192 38 211 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-400\/25:hover {
  background-color: rgb(156 163 175 / 0.25);
}
.hover\:bg-gray-400\/60:hover {
  background-color: rgb(156 163 175 / 0.6);
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.hover\:bg-green-400\/25:hover {
  background-color: rgb(74 222 128 / 0.25);
}
.hover\:bg-green-400\/60:hover {
  background-color: rgb(74 222 128 / 0.6);
}
.hover\:bg-green-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.hover\:bg-indigo-400\/25:hover {
  background-color: rgb(129 140 248 / 0.25);
}
.hover\:bg-indigo-400\/60:hover {
  background-color: rgb(129 140 248 / 0.6);
}
.hover\:bg-indigo-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}
.hover\:bg-info-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.hover\:bg-info-100\/0:hover {
  background-color: rgb(219 234 254 / 0);
}
.hover\:bg-info-100\/10:hover {
  background-color: rgb(219 234 254 / 0.1);
}
.hover\:bg-info-100\/100:hover {
  background-color: rgb(219 234 254 / 1);
}
.hover\:bg-info-100\/15:hover {
  background-color: rgb(219 234 254 / 0.15);
}
.hover\:bg-info-100\/20:hover {
  background-color: rgb(219 234 254 / 0.2);
}
.hover\:bg-info-100\/25:hover {
  background-color: rgb(219 234 254 / 0.25);
}
.hover\:bg-info-100\/30:hover {
  background-color: rgb(219 234 254 / 0.3);
}
.hover\:bg-info-100\/35:hover {
  background-color: rgb(219 234 254 / 0.35);
}
.hover\:bg-info-100\/40:hover {
  background-color: rgb(219 234 254 / 0.4);
}
.hover\:bg-info-100\/45:hover {
  background-color: rgb(219 234 254 / 0.45);
}
.hover\:bg-info-100\/5:hover {
  background-color: rgb(219 234 254 / 0.05);
}
.hover\:bg-info-100\/50:hover {
  background-color: rgb(219 234 254 / 0.5);
}
.hover\:bg-info-100\/55:hover {
  background-color: rgb(219 234 254 / 0.55);
}
.hover\:bg-info-100\/60:hover {
  background-color: rgb(219 234 254 / 0.6);
}
.hover\:bg-info-100\/65:hover {
  background-color: rgb(219 234 254 / 0.65);
}
.hover\:bg-info-100\/70:hover {
  background-color: rgb(219 234 254 / 0.7);
}
.hover\:bg-info-100\/75:hover {
  background-color: rgb(219 234 254 / 0.75);
}
.hover\:bg-info-100\/80:hover {
  background-color: rgb(219 234 254 / 0.8);
}
.hover\:bg-info-100\/85:hover {
  background-color: rgb(219 234 254 / 0.85);
}
.hover\:bg-info-100\/90:hover {
  background-color: rgb(219 234 254 / 0.9);
}
.hover\:bg-info-100\/95:hover {
  background-color: rgb(219 234 254 / 0.95);
}
.hover\:bg-info-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}
.hover\:bg-info-200\/0:hover {
  background-color: rgb(191 219 254 / 0);
}
.hover\:bg-info-200\/10:hover {
  background-color: rgb(191 219 254 / 0.1);
}
.hover\:bg-info-200\/100:hover {
  background-color: rgb(191 219 254 / 1);
}
.hover\:bg-info-200\/15:hover {
  background-color: rgb(191 219 254 / 0.15);
}
.hover\:bg-info-200\/20:hover {
  background-color: rgb(191 219 254 / 0.2);
}
.hover\:bg-info-200\/25:hover {
  background-color: rgb(191 219 254 / 0.25);
}
.hover\:bg-info-200\/30:hover {
  background-color: rgb(191 219 254 / 0.3);
}
.hover\:bg-info-200\/35:hover {
  background-color: rgb(191 219 254 / 0.35);
}
.hover\:bg-info-200\/40:hover {
  background-color: rgb(191 219 254 / 0.4);
}
.hover\:bg-info-200\/45:hover {
  background-color: rgb(191 219 254 / 0.45);
}
.hover\:bg-info-200\/5:hover {
  background-color: rgb(191 219 254 / 0.05);
}
.hover\:bg-info-200\/50:hover {
  background-color: rgb(191 219 254 / 0.5);
}
.hover\:bg-info-200\/55:hover {
  background-color: rgb(191 219 254 / 0.55);
}
.hover\:bg-info-200\/60:hover {
  background-color: rgb(191 219 254 / 0.6);
}
.hover\:bg-info-200\/65:hover {
  background-color: rgb(191 219 254 / 0.65);
}
.hover\:bg-info-200\/70:hover {
  background-color: rgb(191 219 254 / 0.7);
}
.hover\:bg-info-200\/75:hover {
  background-color: rgb(191 219 254 / 0.75);
}
.hover\:bg-info-200\/80:hover {
  background-color: rgb(191 219 254 / 0.8);
}
.hover\:bg-info-200\/85:hover {
  background-color: rgb(191 219 254 / 0.85);
}
.hover\:bg-info-200\/90:hover {
  background-color: rgb(191 219 254 / 0.9);
}
.hover\:bg-info-200\/95:hover {
  background-color: rgb(191 219 254 / 0.95);
}
.hover\:bg-info-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
}
.hover\:bg-info-300\/0:hover {
  background-color: rgb(147 197 253 / 0);
}
.hover\:bg-info-300\/10:hover {
  background-color: rgb(147 197 253 / 0.1);
}
.hover\:bg-info-300\/100:hover {
  background-color: rgb(147 197 253 / 1);
}
.hover\:bg-info-300\/15:hover {
  background-color: rgb(147 197 253 / 0.15);
}
.hover\:bg-info-300\/20:hover {
  background-color: rgb(147 197 253 / 0.2);
}
.hover\:bg-info-300\/25:hover {
  background-color: rgb(147 197 253 / 0.25);
}
.hover\:bg-info-300\/30:hover {
  background-color: rgb(147 197 253 / 0.3);
}
.hover\:bg-info-300\/35:hover {
  background-color: rgb(147 197 253 / 0.35);
}
.hover\:bg-info-300\/40:hover {
  background-color: rgb(147 197 253 / 0.4);
}
.hover\:bg-info-300\/45:hover {
  background-color: rgb(147 197 253 / 0.45);
}
.hover\:bg-info-300\/5:hover {
  background-color: rgb(147 197 253 / 0.05);
}
.hover\:bg-info-300\/50:hover {
  background-color: rgb(147 197 253 / 0.5);
}
.hover\:bg-info-300\/55:hover {
  background-color: rgb(147 197 253 / 0.55);
}
.hover\:bg-info-300\/60:hover {
  background-color: rgb(147 197 253 / 0.6);
}
.hover\:bg-info-300\/65:hover {
  background-color: rgb(147 197 253 / 0.65);
}
.hover\:bg-info-300\/70:hover {
  background-color: rgb(147 197 253 / 0.7);
}
.hover\:bg-info-300\/75:hover {
  background-color: rgb(147 197 253 / 0.75);
}
.hover\:bg-info-300\/80:hover {
  background-color: rgb(147 197 253 / 0.8);
}
.hover\:bg-info-300\/85:hover {
  background-color: rgb(147 197 253 / 0.85);
}
.hover\:bg-info-300\/90:hover {
  background-color: rgb(147 197 253 / 0.9);
}
.hover\:bg-info-300\/95:hover {
  background-color: rgb(147 197 253 / 0.95);
}
.hover\:bg-info-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}
.hover\:bg-info-400\/0:hover {
  background-color: rgb(96 165 250 / 0);
}
.hover\:bg-info-400\/10:hover {
  background-color: rgb(96 165 250 / 0.1);
}
.hover\:bg-info-400\/100:hover {
  background-color: rgb(96 165 250 / 1);
}
.hover\:bg-info-400\/15:hover {
  background-color: rgb(96 165 250 / 0.15);
}
.hover\:bg-info-400\/20:hover {
  background-color: rgb(96 165 250 / 0.2);
}
.hover\:bg-info-400\/25:hover {
  background-color: rgb(96 165 250 / 0.25);
}
.hover\:bg-info-400\/30:hover {
  background-color: rgb(96 165 250 / 0.3);
}
.hover\:bg-info-400\/35:hover {
  background-color: rgb(96 165 250 / 0.35);
}
.hover\:bg-info-400\/40:hover {
  background-color: rgb(96 165 250 / 0.4);
}
.hover\:bg-info-400\/45:hover {
  background-color: rgb(96 165 250 / 0.45);
}
.hover\:bg-info-400\/5:hover {
  background-color: rgb(96 165 250 / 0.05);
}
.hover\:bg-info-400\/50:hover {
  background-color: rgb(96 165 250 / 0.5);
}
.hover\:bg-info-400\/55:hover {
  background-color: rgb(96 165 250 / 0.55);
}
.hover\:bg-info-400\/60:hover {
  background-color: rgb(96 165 250 / 0.6);
}
.hover\:bg-info-400\/65:hover {
  background-color: rgb(96 165 250 / 0.65);
}
.hover\:bg-info-400\/70:hover {
  background-color: rgb(96 165 250 / 0.7);
}
.hover\:bg-info-400\/75:hover {
  background-color: rgb(96 165 250 / 0.75);
}
.hover\:bg-info-400\/80:hover {
  background-color: rgb(96 165 250 / 0.8);
}
.hover\:bg-info-400\/85:hover {
  background-color: rgb(96 165 250 / 0.85);
}
.hover\:bg-info-400\/90:hover {
  background-color: rgb(96 165 250 / 0.9);
}
.hover\:bg-info-400\/95:hover {
  background-color: rgb(96 165 250 / 0.95);
}
.hover\:bg-info-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-info-50\/0:hover {
  background-color: rgb(239 246 255 / 0);
}
.hover\:bg-info-50\/10:hover {
  background-color: rgb(239 246 255 / 0.1);
}
.hover\:bg-info-50\/100:hover {
  background-color: rgb(239 246 255 / 1);
}
.hover\:bg-info-50\/15:hover {
  background-color: rgb(239 246 255 / 0.15);
}
.hover\:bg-info-50\/20:hover {
  background-color: rgb(239 246 255 / 0.2);
}
.hover\:bg-info-50\/25:hover {
  background-color: rgb(239 246 255 / 0.25);
}
.hover\:bg-info-50\/30:hover {
  background-color: rgb(239 246 255 / 0.3);
}
.hover\:bg-info-50\/35:hover {
  background-color: rgb(239 246 255 / 0.35);
}
.hover\:bg-info-50\/40:hover {
  background-color: rgb(239 246 255 / 0.4);
}
.hover\:bg-info-50\/45:hover {
  background-color: rgb(239 246 255 / 0.45);
}
.hover\:bg-info-50\/5:hover {
  background-color: rgb(239 246 255 / 0.05);
}
.hover\:bg-info-50\/50:hover {
  background-color: rgb(239 246 255 / 0.5);
}
.hover\:bg-info-50\/55:hover {
  background-color: rgb(239 246 255 / 0.55);
}
.hover\:bg-info-50\/60:hover {
  background-color: rgb(239 246 255 / 0.6);
}
.hover\:bg-info-50\/65:hover {
  background-color: rgb(239 246 255 / 0.65);
}
.hover\:bg-info-50\/70:hover {
  background-color: rgb(239 246 255 / 0.7);
}
.hover\:bg-info-50\/75:hover {
  background-color: rgb(239 246 255 / 0.75);
}
.hover\:bg-info-50\/80:hover {
  background-color: rgb(239 246 255 / 0.8);
}
.hover\:bg-info-50\/85:hover {
  background-color: rgb(239 246 255 / 0.85);
}
.hover\:bg-info-50\/90:hover {
  background-color: rgb(239 246 255 / 0.9);
}
.hover\:bg-info-50\/95:hover {
  background-color: rgb(239 246 255 / 0.95);
}
.hover\:bg-info-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-info-500\/0:hover {
  background-color: rgb(59 130 246 / 0);
}
.hover\:bg-info-500\/10:hover {
  background-color: rgb(59 130 246 / 0.1);
}
.hover\:bg-info-500\/100:hover {
  background-color: rgb(59 130 246 / 1);
}
.hover\:bg-info-500\/15:hover {
  background-color: rgb(59 130 246 / 0.15);
}
.hover\:bg-info-500\/20:hover {
  background-color: rgb(59 130 246 / 0.2);
}
.hover\:bg-info-500\/25:hover {
  background-color: rgb(59 130 246 / 0.25);
}
.hover\:bg-info-500\/30:hover {
  background-color: rgb(59 130 246 / 0.3);
}
.hover\:bg-info-500\/35:hover {
  background-color: rgb(59 130 246 / 0.35);
}
.hover\:bg-info-500\/40:hover {
  background-color: rgb(59 130 246 / 0.4);
}
.hover\:bg-info-500\/45:hover {
  background-color: rgb(59 130 246 / 0.45);
}
.hover\:bg-info-500\/5:hover {
  background-color: rgb(59 130 246 / 0.05);
}
.hover\:bg-info-500\/50:hover {
  background-color: rgb(59 130 246 / 0.5);
}
.hover\:bg-info-500\/55:hover {
  background-color: rgb(59 130 246 / 0.55);
}
.hover\:bg-info-500\/60:hover {
  background-color: rgb(59 130 246 / 0.6);
}
.hover\:bg-info-500\/65:hover {
  background-color: rgb(59 130 246 / 0.65);
}
.hover\:bg-info-500\/70:hover {
  background-color: rgb(59 130 246 / 0.7);
}
.hover\:bg-info-500\/75:hover {
  background-color: rgb(59 130 246 / 0.75);
}
.hover\:bg-info-500\/80:hover {
  background-color: rgb(59 130 246 / 0.8);
}
.hover\:bg-info-500\/85:hover {
  background-color: rgb(59 130 246 / 0.85);
}
.hover\:bg-info-500\/90:hover {
  background-color: rgb(59 130 246 / 0.9);
}
.hover\:bg-info-500\/95:hover {
  background-color: rgb(59 130 246 / 0.95);
}
.hover\:bg-info-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-info-600\/0:hover {
  background-color: rgb(37 99 235 / 0);
}
.hover\:bg-info-600\/10:hover {
  background-color: rgb(37 99 235 / 0.1);
}
.hover\:bg-info-600\/100:hover {
  background-color: rgb(37 99 235 / 1);
}
.hover\:bg-info-600\/15:hover {
  background-color: rgb(37 99 235 / 0.15);
}
.hover\:bg-info-600\/20:hover {
  background-color: rgb(37 99 235 / 0.2);
}
.hover\:bg-info-600\/25:hover {
  background-color: rgb(37 99 235 / 0.25);
}
.hover\:bg-info-600\/30:hover {
  background-color: rgb(37 99 235 / 0.3);
}
.hover\:bg-info-600\/35:hover {
  background-color: rgb(37 99 235 / 0.35);
}
.hover\:bg-info-600\/40:hover {
  background-color: rgb(37 99 235 / 0.4);
}
.hover\:bg-info-600\/45:hover {
  background-color: rgb(37 99 235 / 0.45);
}
.hover\:bg-info-600\/5:hover {
  background-color: rgb(37 99 235 / 0.05);
}
.hover\:bg-info-600\/50:hover {
  background-color: rgb(37 99 235 / 0.5);
}
.hover\:bg-info-600\/55:hover {
  background-color: rgb(37 99 235 / 0.55);
}
.hover\:bg-info-600\/60:hover {
  background-color: rgb(37 99 235 / 0.6);
}
.hover\:bg-info-600\/65:hover {
  background-color: rgb(37 99 235 / 0.65);
}
.hover\:bg-info-600\/70:hover {
  background-color: rgb(37 99 235 / 0.7);
}
.hover\:bg-info-600\/75:hover {
  background-color: rgb(37 99 235 / 0.75);
}
.hover\:bg-info-600\/80:hover {
  background-color: rgb(37 99 235 / 0.8);
}
.hover\:bg-info-600\/85:hover {
  background-color: rgb(37 99 235 / 0.85);
}
.hover\:bg-info-600\/90:hover {
  background-color: rgb(37 99 235 / 0.9);
}
.hover\:bg-info-600\/95:hover {
  background-color: rgb(37 99 235 / 0.95);
}
.hover\:bg-info-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.hover\:bg-info-700\/0:hover {
  background-color: rgb(29 78 216 / 0);
}
.hover\:bg-info-700\/10:hover {
  background-color: rgb(29 78 216 / 0.1);
}
.hover\:bg-info-700\/100:hover {
  background-color: rgb(29 78 216 / 1);
}
.hover\:bg-info-700\/15:hover {
  background-color: rgb(29 78 216 / 0.15);
}
.hover\:bg-info-700\/20:hover {
  background-color: rgb(29 78 216 / 0.2);
}
.hover\:bg-info-700\/25:hover {
  background-color: rgb(29 78 216 / 0.25);
}
.hover\:bg-info-700\/30:hover {
  background-color: rgb(29 78 216 / 0.3);
}
.hover\:bg-info-700\/35:hover {
  background-color: rgb(29 78 216 / 0.35);
}
.hover\:bg-info-700\/40:hover {
  background-color: rgb(29 78 216 / 0.4);
}
.hover\:bg-info-700\/45:hover {
  background-color: rgb(29 78 216 / 0.45);
}
.hover\:bg-info-700\/5:hover {
  background-color: rgb(29 78 216 / 0.05);
}
.hover\:bg-info-700\/50:hover {
  background-color: rgb(29 78 216 / 0.5);
}
.hover\:bg-info-700\/55:hover {
  background-color: rgb(29 78 216 / 0.55);
}
.hover\:bg-info-700\/60:hover {
  background-color: rgb(29 78 216 / 0.6);
}
.hover\:bg-info-700\/65:hover {
  background-color: rgb(29 78 216 / 0.65);
}
.hover\:bg-info-700\/70:hover {
  background-color: rgb(29 78 216 / 0.7);
}
.hover\:bg-info-700\/75:hover {
  background-color: rgb(29 78 216 / 0.75);
}
.hover\:bg-info-700\/80:hover {
  background-color: rgb(29 78 216 / 0.8);
}
.hover\:bg-info-700\/85:hover {
  background-color: rgb(29 78 216 / 0.85);
}
.hover\:bg-info-700\/90:hover {
  background-color: rgb(29 78 216 / 0.9);
}
.hover\:bg-info-700\/95:hover {
  background-color: rgb(29 78 216 / 0.95);
}
.hover\:bg-info-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}
.hover\:bg-info-800\/0:hover {
  background-color: rgb(30 64 175 / 0);
}
.hover\:bg-info-800\/10:hover {
  background-color: rgb(30 64 175 / 0.1);
}
.hover\:bg-info-800\/100:hover {
  background-color: rgb(30 64 175 / 1);
}
.hover\:bg-info-800\/15:hover {
  background-color: rgb(30 64 175 / 0.15);
}
.hover\:bg-info-800\/20:hover {
  background-color: rgb(30 64 175 / 0.2);
}
.hover\:bg-info-800\/25:hover {
  background-color: rgb(30 64 175 / 0.25);
}
.hover\:bg-info-800\/30:hover {
  background-color: rgb(30 64 175 / 0.3);
}
.hover\:bg-info-800\/35:hover {
  background-color: rgb(30 64 175 / 0.35);
}
.hover\:bg-info-800\/40:hover {
  background-color: rgb(30 64 175 / 0.4);
}
.hover\:bg-info-800\/45:hover {
  background-color: rgb(30 64 175 / 0.45);
}
.hover\:bg-info-800\/5:hover {
  background-color: rgb(30 64 175 / 0.05);
}
.hover\:bg-info-800\/50:hover {
  background-color: rgb(30 64 175 / 0.5);
}
.hover\:bg-info-800\/55:hover {
  background-color: rgb(30 64 175 / 0.55);
}
.hover\:bg-info-800\/60:hover {
  background-color: rgb(30 64 175 / 0.6);
}
.hover\:bg-info-800\/65:hover {
  background-color: rgb(30 64 175 / 0.65);
}
.hover\:bg-info-800\/70:hover {
  background-color: rgb(30 64 175 / 0.7);
}
.hover\:bg-info-800\/75:hover {
  background-color: rgb(30 64 175 / 0.75);
}
.hover\:bg-info-800\/80:hover {
  background-color: rgb(30 64 175 / 0.8);
}
.hover\:bg-info-800\/85:hover {
  background-color: rgb(30 64 175 / 0.85);
}
.hover\:bg-info-800\/90:hover {
  background-color: rgb(30 64 175 / 0.9);
}
.hover\:bg-info-800\/95:hover {
  background-color: rgb(30 64 175 / 0.95);
}
.hover\:bg-info-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
}
.hover\:bg-info-900\/0:hover {
  background-color: rgb(30 58 138 / 0);
}
.hover\:bg-info-900\/10:hover {
  background-color: rgb(30 58 138 / 0.1);
}
.hover\:bg-info-900\/100:hover {
  background-color: rgb(30 58 138 / 1);
}
.hover\:bg-info-900\/15:hover {
  background-color: rgb(30 58 138 / 0.15);
}
.hover\:bg-info-900\/20:hover {
  background-color: rgb(30 58 138 / 0.2);
}
.hover\:bg-info-900\/25:hover {
  background-color: rgb(30 58 138 / 0.25);
}
.hover\:bg-info-900\/30:hover {
  background-color: rgb(30 58 138 / 0.3);
}
.hover\:bg-info-900\/35:hover {
  background-color: rgb(30 58 138 / 0.35);
}
.hover\:bg-info-900\/40:hover {
  background-color: rgb(30 58 138 / 0.4);
}
.hover\:bg-info-900\/45:hover {
  background-color: rgb(30 58 138 / 0.45);
}
.hover\:bg-info-900\/5:hover {
  background-color: rgb(30 58 138 / 0.05);
}
.hover\:bg-info-900\/50:hover {
  background-color: rgb(30 58 138 / 0.5);
}
.hover\:bg-info-900\/55:hover {
  background-color: rgb(30 58 138 / 0.55);
}
.hover\:bg-info-900\/60:hover {
  background-color: rgb(30 58 138 / 0.6);
}
.hover\:bg-info-900\/65:hover {
  background-color: rgb(30 58 138 / 0.65);
}
.hover\:bg-info-900\/70:hover {
  background-color: rgb(30 58 138 / 0.7);
}
.hover\:bg-info-900\/75:hover {
  background-color: rgb(30 58 138 / 0.75);
}
.hover\:bg-info-900\/80:hover {
  background-color: rgb(30 58 138 / 0.8);
}
.hover\:bg-info-900\/85:hover {
  background-color: rgb(30 58 138 / 0.85);
}
.hover\:bg-info-900\/90:hover {
  background-color: rgb(30 58 138 / 0.9);
}
.hover\:bg-info-900\/95:hover {
  background-color: rgb(30 58 138 / 0.95);
}
.hover\:bg-lime-400\/25:hover {
  background-color: rgb(163 230 53 / 0.25);
}
.hover\:bg-lime-400\/60:hover {
  background-color: rgb(163 230 53 / 0.6);
}
.hover\:bg-lime-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity, 1));
}
.hover\:bg-negative-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.hover\:bg-negative-100\/0:hover {
  background-color: rgb(254 226 226 / 0);
}
.hover\:bg-negative-100\/10:hover {
  background-color: rgb(254 226 226 / 0.1);
}
.hover\:bg-negative-100\/100:hover {
  background-color: rgb(254 226 226 / 1);
}
.hover\:bg-negative-100\/15:hover {
  background-color: rgb(254 226 226 / 0.15);
}
.hover\:bg-negative-100\/20:hover {
  background-color: rgb(254 226 226 / 0.2);
}
.hover\:bg-negative-100\/25:hover {
  background-color: rgb(254 226 226 / 0.25);
}
.hover\:bg-negative-100\/30:hover {
  background-color: rgb(254 226 226 / 0.3);
}
.hover\:bg-negative-100\/35:hover {
  background-color: rgb(254 226 226 / 0.35);
}
.hover\:bg-negative-100\/40:hover {
  background-color: rgb(254 226 226 / 0.4);
}
.hover\:bg-negative-100\/45:hover {
  background-color: rgb(254 226 226 / 0.45);
}
.hover\:bg-negative-100\/5:hover {
  background-color: rgb(254 226 226 / 0.05);
}
.hover\:bg-negative-100\/50:hover {
  background-color: rgb(254 226 226 / 0.5);
}
.hover\:bg-negative-100\/55:hover {
  background-color: rgb(254 226 226 / 0.55);
}
.hover\:bg-negative-100\/60:hover {
  background-color: rgb(254 226 226 / 0.6);
}
.hover\:bg-negative-100\/65:hover {
  background-color: rgb(254 226 226 / 0.65);
}
.hover\:bg-negative-100\/70:hover {
  background-color: rgb(254 226 226 / 0.7);
}
.hover\:bg-negative-100\/75:hover {
  background-color: rgb(254 226 226 / 0.75);
}
.hover\:bg-negative-100\/80:hover {
  background-color: rgb(254 226 226 / 0.8);
}
.hover\:bg-negative-100\/85:hover {
  background-color: rgb(254 226 226 / 0.85);
}
.hover\:bg-negative-100\/90:hover {
  background-color: rgb(254 226 226 / 0.9);
}
.hover\:bg-negative-100\/95:hover {
  background-color: rgb(254 226 226 / 0.95);
}
.hover\:bg-negative-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
.hover\:bg-negative-200\/0:hover {
  background-color: rgb(254 202 202 / 0);
}
.hover\:bg-negative-200\/10:hover {
  background-color: rgb(254 202 202 / 0.1);
}
.hover\:bg-negative-200\/100:hover {
  background-color: rgb(254 202 202 / 1);
}
.hover\:bg-negative-200\/15:hover {
  background-color: rgb(254 202 202 / 0.15);
}
.hover\:bg-negative-200\/20:hover {
  background-color: rgb(254 202 202 / 0.2);
}
.hover\:bg-negative-200\/25:hover {
  background-color: rgb(254 202 202 / 0.25);
}
.hover\:bg-negative-200\/30:hover {
  background-color: rgb(254 202 202 / 0.3);
}
.hover\:bg-negative-200\/35:hover {
  background-color: rgb(254 202 202 / 0.35);
}
.hover\:bg-negative-200\/40:hover {
  background-color: rgb(254 202 202 / 0.4);
}
.hover\:bg-negative-200\/45:hover {
  background-color: rgb(254 202 202 / 0.45);
}
.hover\:bg-negative-200\/5:hover {
  background-color: rgb(254 202 202 / 0.05);
}
.hover\:bg-negative-200\/50:hover {
  background-color: rgb(254 202 202 / 0.5);
}
.hover\:bg-negative-200\/55:hover {
  background-color: rgb(254 202 202 / 0.55);
}
.hover\:bg-negative-200\/60:hover {
  background-color: rgb(254 202 202 / 0.6);
}
.hover\:bg-negative-200\/65:hover {
  background-color: rgb(254 202 202 / 0.65);
}
.hover\:bg-negative-200\/70:hover {
  background-color: rgb(254 202 202 / 0.7);
}
.hover\:bg-negative-200\/75:hover {
  background-color: rgb(254 202 202 / 0.75);
}
.hover\:bg-negative-200\/80:hover {
  background-color: rgb(254 202 202 / 0.8);
}
.hover\:bg-negative-200\/85:hover {
  background-color: rgb(254 202 202 / 0.85);
}
.hover\:bg-negative-200\/90:hover {
  background-color: rgb(254 202 202 / 0.9);
}
.hover\:bg-negative-200\/95:hover {
  background-color: rgb(254 202 202 / 0.95);
}
.hover\:bg-negative-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}
.hover\:bg-negative-300\/0:hover {
  background-color: rgb(252 165 165 / 0);
}
.hover\:bg-negative-300\/10:hover {
  background-color: rgb(252 165 165 / 0.1);
}
.hover\:bg-negative-300\/100:hover {
  background-color: rgb(252 165 165 / 1);
}
.hover\:bg-negative-300\/15:hover {
  background-color: rgb(252 165 165 / 0.15);
}
.hover\:bg-negative-300\/20:hover {
  background-color: rgb(252 165 165 / 0.2);
}
.hover\:bg-negative-300\/25:hover {
  background-color: rgb(252 165 165 / 0.25);
}
.hover\:bg-negative-300\/30:hover {
  background-color: rgb(252 165 165 / 0.3);
}
.hover\:bg-negative-300\/35:hover {
  background-color: rgb(252 165 165 / 0.35);
}
.hover\:bg-negative-300\/40:hover {
  background-color: rgb(252 165 165 / 0.4);
}
.hover\:bg-negative-300\/45:hover {
  background-color: rgb(252 165 165 / 0.45);
}
.hover\:bg-negative-300\/5:hover {
  background-color: rgb(252 165 165 / 0.05);
}
.hover\:bg-negative-300\/50:hover {
  background-color: rgb(252 165 165 / 0.5);
}
.hover\:bg-negative-300\/55:hover {
  background-color: rgb(252 165 165 / 0.55);
}
.hover\:bg-negative-300\/60:hover {
  background-color: rgb(252 165 165 / 0.6);
}
.hover\:bg-negative-300\/65:hover {
  background-color: rgb(252 165 165 / 0.65);
}
.hover\:bg-negative-300\/70:hover {
  background-color: rgb(252 165 165 / 0.7);
}
.hover\:bg-negative-300\/75:hover {
  background-color: rgb(252 165 165 / 0.75);
}
.hover\:bg-negative-300\/80:hover {
  background-color: rgb(252 165 165 / 0.8);
}
.hover\:bg-negative-300\/85:hover {
  background-color: rgb(252 165 165 / 0.85);
}
.hover\:bg-negative-300\/90:hover {
  background-color: rgb(252 165 165 / 0.9);
}
.hover\:bg-negative-300\/95:hover {
  background-color: rgb(252 165 165 / 0.95);
}
.hover\:bg-negative-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
.hover\:bg-negative-400\/0:hover {
  background-color: rgb(248 113 113 / 0);
}
.hover\:bg-negative-400\/10:hover {
  background-color: rgb(248 113 113 / 0.1);
}
.hover\:bg-negative-400\/100:hover {
  background-color: rgb(248 113 113 / 1);
}
.hover\:bg-negative-400\/15:hover {
  background-color: rgb(248 113 113 / 0.15);
}
.hover\:bg-negative-400\/20:hover {
  background-color: rgb(248 113 113 / 0.2);
}
.hover\:bg-negative-400\/25:hover {
  background-color: rgb(248 113 113 / 0.25);
}
.hover\:bg-negative-400\/30:hover {
  background-color: rgb(248 113 113 / 0.3);
}
.hover\:bg-negative-400\/35:hover {
  background-color: rgb(248 113 113 / 0.35);
}
.hover\:bg-negative-400\/40:hover {
  background-color: rgb(248 113 113 / 0.4);
}
.hover\:bg-negative-400\/45:hover {
  background-color: rgb(248 113 113 / 0.45);
}
.hover\:bg-negative-400\/5:hover {
  background-color: rgb(248 113 113 / 0.05);
}
.hover\:bg-negative-400\/50:hover {
  background-color: rgb(248 113 113 / 0.5);
}
.hover\:bg-negative-400\/55:hover {
  background-color: rgb(248 113 113 / 0.55);
}
.hover\:bg-negative-400\/60:hover {
  background-color: rgb(248 113 113 / 0.6);
}
.hover\:bg-negative-400\/65:hover {
  background-color: rgb(248 113 113 / 0.65);
}
.hover\:bg-negative-400\/70:hover {
  background-color: rgb(248 113 113 / 0.7);
}
.hover\:bg-negative-400\/75:hover {
  background-color: rgb(248 113 113 / 0.75);
}
.hover\:bg-negative-400\/80:hover {
  background-color: rgb(248 113 113 / 0.8);
}
.hover\:bg-negative-400\/85:hover {
  background-color: rgb(248 113 113 / 0.85);
}
.hover\:bg-negative-400\/90:hover {
  background-color: rgb(248 113 113 / 0.9);
}
.hover\:bg-negative-400\/95:hover {
  background-color: rgb(248 113 113 / 0.95);
}
.hover\:bg-negative-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.hover\:bg-negative-50\/0:hover {
  background-color: rgb(254 242 242 / 0);
}
.hover\:bg-negative-50\/10:hover {
  background-color: rgb(254 242 242 / 0.1);
}
.hover\:bg-negative-50\/100:hover {
  background-color: rgb(254 242 242 / 1);
}
.hover\:bg-negative-50\/15:hover {
  background-color: rgb(254 242 242 / 0.15);
}
.hover\:bg-negative-50\/20:hover {
  background-color: rgb(254 242 242 / 0.2);
}
.hover\:bg-negative-50\/25:hover {
  background-color: rgb(254 242 242 / 0.25);
}
.hover\:bg-negative-50\/30:hover {
  background-color: rgb(254 242 242 / 0.3);
}
.hover\:bg-negative-50\/35:hover {
  background-color: rgb(254 242 242 / 0.35);
}
.hover\:bg-negative-50\/40:hover {
  background-color: rgb(254 242 242 / 0.4);
}
.hover\:bg-negative-50\/45:hover {
  background-color: rgb(254 242 242 / 0.45);
}
.hover\:bg-negative-50\/5:hover {
  background-color: rgb(254 242 242 / 0.05);
}
.hover\:bg-negative-50\/50:hover {
  background-color: rgb(254 242 242 / 0.5);
}
.hover\:bg-negative-50\/55:hover {
  background-color: rgb(254 242 242 / 0.55);
}
.hover\:bg-negative-50\/60:hover {
  background-color: rgb(254 242 242 / 0.6);
}
.hover\:bg-negative-50\/65:hover {
  background-color: rgb(254 242 242 / 0.65);
}
.hover\:bg-negative-50\/70:hover {
  background-color: rgb(254 242 242 / 0.7);
}
.hover\:bg-negative-50\/75:hover {
  background-color: rgb(254 242 242 / 0.75);
}
.hover\:bg-negative-50\/80:hover {
  background-color: rgb(254 242 242 / 0.8);
}
.hover\:bg-negative-50\/85:hover {
  background-color: rgb(254 242 242 / 0.85);
}
.hover\:bg-negative-50\/90:hover {
  background-color: rgb(254 242 242 / 0.9);
}
.hover\:bg-negative-50\/95:hover {
  background-color: rgb(254 242 242 / 0.95);
}
.hover\:bg-negative-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.hover\:bg-negative-500\/0:hover {
  background-color: rgb(239 68 68 / 0);
}
.hover\:bg-negative-500\/10:hover {
  background-color: rgb(239 68 68 / 0.1);
}
.hover\:bg-negative-500\/100:hover {
  background-color: rgb(239 68 68 / 1);
}
.hover\:bg-negative-500\/15:hover {
  background-color: rgb(239 68 68 / 0.15);
}
.hover\:bg-negative-500\/20:hover {
  background-color: rgb(239 68 68 / 0.2);
}
.hover\:bg-negative-500\/25:hover {
  background-color: rgb(239 68 68 / 0.25);
}
.hover\:bg-negative-500\/30:hover {
  background-color: rgb(239 68 68 / 0.3);
}
.hover\:bg-negative-500\/35:hover {
  background-color: rgb(239 68 68 / 0.35);
}
.hover\:bg-negative-500\/40:hover {
  background-color: rgb(239 68 68 / 0.4);
}
.hover\:bg-negative-500\/45:hover {
  background-color: rgb(239 68 68 / 0.45);
}
.hover\:bg-negative-500\/5:hover {
  background-color: rgb(239 68 68 / 0.05);
}
.hover\:bg-negative-500\/50:hover {
  background-color: rgb(239 68 68 / 0.5);
}
.hover\:bg-negative-500\/55:hover {
  background-color: rgb(239 68 68 / 0.55);
}
.hover\:bg-negative-500\/60:hover {
  background-color: rgb(239 68 68 / 0.6);
}
.hover\:bg-negative-500\/65:hover {
  background-color: rgb(239 68 68 / 0.65);
}
.hover\:bg-negative-500\/70:hover {
  background-color: rgb(239 68 68 / 0.7);
}
.hover\:bg-negative-500\/75:hover {
  background-color: rgb(239 68 68 / 0.75);
}
.hover\:bg-negative-500\/80:hover {
  background-color: rgb(239 68 68 / 0.8);
}
.hover\:bg-negative-500\/85:hover {
  background-color: rgb(239 68 68 / 0.85);
}
.hover\:bg-negative-500\/90:hover {
  background-color: rgb(239 68 68 / 0.9);
}
.hover\:bg-negative-500\/95:hover {
  background-color: rgb(239 68 68 / 0.95);
}
.hover\:bg-negative-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.hover\:bg-negative-600\/0:hover {
  background-color: rgb(220 38 38 / 0);
}
.hover\:bg-negative-600\/10:hover {
  background-color: rgb(220 38 38 / 0.1);
}
.hover\:bg-negative-600\/100:hover {
  background-color: rgb(220 38 38 / 1);
}
.hover\:bg-negative-600\/15:hover {
  background-color: rgb(220 38 38 / 0.15);
}
.hover\:bg-negative-600\/20:hover {
  background-color: rgb(220 38 38 / 0.2);
}
.hover\:bg-negative-600\/25:hover {
  background-color: rgb(220 38 38 / 0.25);
}
.hover\:bg-negative-600\/30:hover {
  background-color: rgb(220 38 38 / 0.3);
}
.hover\:bg-negative-600\/35:hover {
  background-color: rgb(220 38 38 / 0.35);
}
.hover\:bg-negative-600\/40:hover {
  background-color: rgb(220 38 38 / 0.4);
}
.hover\:bg-negative-600\/45:hover {
  background-color: rgb(220 38 38 / 0.45);
}
.hover\:bg-negative-600\/5:hover {
  background-color: rgb(220 38 38 / 0.05);
}
.hover\:bg-negative-600\/50:hover {
  background-color: rgb(220 38 38 / 0.5);
}
.hover\:bg-negative-600\/55:hover {
  background-color: rgb(220 38 38 / 0.55);
}
.hover\:bg-negative-600\/60:hover {
  background-color: rgb(220 38 38 / 0.6);
}
.hover\:bg-negative-600\/65:hover {
  background-color: rgb(220 38 38 / 0.65);
}
.hover\:bg-negative-600\/70:hover {
  background-color: rgb(220 38 38 / 0.7);
}
.hover\:bg-negative-600\/75:hover {
  background-color: rgb(220 38 38 / 0.75);
}
.hover\:bg-negative-600\/80:hover {
  background-color: rgb(220 38 38 / 0.8);
}
.hover\:bg-negative-600\/85:hover {
  background-color: rgb(220 38 38 / 0.85);
}
.hover\:bg-negative-600\/90:hover {
  background-color: rgb(220 38 38 / 0.9);
}
.hover\:bg-negative-600\/95:hover {
  background-color: rgb(220 38 38 / 0.95);
}
.hover\:bg-negative-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
.hover\:bg-negative-700\/0:hover {
  background-color: rgb(185 28 28 / 0);
}
.hover\:bg-negative-700\/10:hover {
  background-color: rgb(185 28 28 / 0.1);
}
.hover\:bg-negative-700\/100:hover {
  background-color: rgb(185 28 28 / 1);
}
.hover\:bg-negative-700\/15:hover {
  background-color: rgb(185 28 28 / 0.15);
}
.hover\:bg-negative-700\/20:hover {
  background-color: rgb(185 28 28 / 0.2);
}
.hover\:bg-negative-700\/25:hover {
  background-color: rgb(185 28 28 / 0.25);
}
.hover\:bg-negative-700\/30:hover {
  background-color: rgb(185 28 28 / 0.3);
}
.hover\:bg-negative-700\/35:hover {
  background-color: rgb(185 28 28 / 0.35);
}
.hover\:bg-negative-700\/40:hover {
  background-color: rgb(185 28 28 / 0.4);
}
.hover\:bg-negative-700\/45:hover {
  background-color: rgb(185 28 28 / 0.45);
}
.hover\:bg-negative-700\/5:hover {
  background-color: rgb(185 28 28 / 0.05);
}
.hover\:bg-negative-700\/50:hover {
  background-color: rgb(185 28 28 / 0.5);
}
.hover\:bg-negative-700\/55:hover {
  background-color: rgb(185 28 28 / 0.55);
}
.hover\:bg-negative-700\/60:hover {
  background-color: rgb(185 28 28 / 0.6);
}
.hover\:bg-negative-700\/65:hover {
  background-color: rgb(185 28 28 / 0.65);
}
.hover\:bg-negative-700\/70:hover {
  background-color: rgb(185 28 28 / 0.7);
}
.hover\:bg-negative-700\/75:hover {
  background-color: rgb(185 28 28 / 0.75);
}
.hover\:bg-negative-700\/80:hover {
  background-color: rgb(185 28 28 / 0.8);
}
.hover\:bg-negative-700\/85:hover {
  background-color: rgb(185 28 28 / 0.85);
}
.hover\:bg-negative-700\/90:hover {
  background-color: rgb(185 28 28 / 0.9);
}
.hover\:bg-negative-700\/95:hover {
  background-color: rgb(185 28 28 / 0.95);
}
.hover\:bg-negative-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
}
.hover\:bg-negative-800\/0:hover {
  background-color: rgb(153 27 27 / 0);
}
.hover\:bg-negative-800\/10:hover {
  background-color: rgb(153 27 27 / 0.1);
}
.hover\:bg-negative-800\/100:hover {
  background-color: rgb(153 27 27 / 1);
}
.hover\:bg-negative-800\/15:hover {
  background-color: rgb(153 27 27 / 0.15);
}
.hover\:bg-negative-800\/20:hover {
  background-color: rgb(153 27 27 / 0.2);
}
.hover\:bg-negative-800\/25:hover {
  background-color: rgb(153 27 27 / 0.25);
}
.hover\:bg-negative-800\/30:hover {
  background-color: rgb(153 27 27 / 0.3);
}
.hover\:bg-negative-800\/35:hover {
  background-color: rgb(153 27 27 / 0.35);
}
.hover\:bg-negative-800\/40:hover {
  background-color: rgb(153 27 27 / 0.4);
}
.hover\:bg-negative-800\/45:hover {
  background-color: rgb(153 27 27 / 0.45);
}
.hover\:bg-negative-800\/5:hover {
  background-color: rgb(153 27 27 / 0.05);
}
.hover\:bg-negative-800\/50:hover {
  background-color: rgb(153 27 27 / 0.5);
}
.hover\:bg-negative-800\/55:hover {
  background-color: rgb(153 27 27 / 0.55);
}
.hover\:bg-negative-800\/60:hover {
  background-color: rgb(153 27 27 / 0.6);
}
.hover\:bg-negative-800\/65:hover {
  background-color: rgb(153 27 27 / 0.65);
}
.hover\:bg-negative-800\/70:hover {
  background-color: rgb(153 27 27 / 0.7);
}
.hover\:bg-negative-800\/75:hover {
  background-color: rgb(153 27 27 / 0.75);
}
.hover\:bg-negative-800\/80:hover {
  background-color: rgb(153 27 27 / 0.8);
}
.hover\:bg-negative-800\/85:hover {
  background-color: rgb(153 27 27 / 0.85);
}
.hover\:bg-negative-800\/90:hover {
  background-color: rgb(153 27 27 / 0.9);
}
.hover\:bg-negative-800\/95:hover {
  background-color: rgb(153 27 27 / 0.95);
}
.hover\:bg-negative-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1));
}
.hover\:bg-negative-900\/0:hover {
  background-color: rgb(127 29 29 / 0);
}
.hover\:bg-negative-900\/10:hover {
  background-color: rgb(127 29 29 / 0.1);
}
.hover\:bg-negative-900\/100:hover {
  background-color: rgb(127 29 29 / 1);
}
.hover\:bg-negative-900\/15:hover {
  background-color: rgb(127 29 29 / 0.15);
}
.hover\:bg-negative-900\/20:hover {
  background-color: rgb(127 29 29 / 0.2);
}
.hover\:bg-negative-900\/25:hover {
  background-color: rgb(127 29 29 / 0.25);
}
.hover\:bg-negative-900\/30:hover {
  background-color: rgb(127 29 29 / 0.3);
}
.hover\:bg-negative-900\/35:hover {
  background-color: rgb(127 29 29 / 0.35);
}
.hover\:bg-negative-900\/40:hover {
  background-color: rgb(127 29 29 / 0.4);
}
.hover\:bg-negative-900\/45:hover {
  background-color: rgb(127 29 29 / 0.45);
}
.hover\:bg-negative-900\/5:hover {
  background-color: rgb(127 29 29 / 0.05);
}
.hover\:bg-negative-900\/50:hover {
  background-color: rgb(127 29 29 / 0.5);
}
.hover\:bg-negative-900\/55:hover {
  background-color: rgb(127 29 29 / 0.55);
}
.hover\:bg-negative-900\/60:hover {
  background-color: rgb(127 29 29 / 0.6);
}
.hover\:bg-negative-900\/65:hover {
  background-color: rgb(127 29 29 / 0.65);
}
.hover\:bg-negative-900\/70:hover {
  background-color: rgb(127 29 29 / 0.7);
}
.hover\:bg-negative-900\/75:hover {
  background-color: rgb(127 29 29 / 0.75);
}
.hover\:bg-negative-900\/80:hover {
  background-color: rgb(127 29 29 / 0.8);
}
.hover\:bg-negative-900\/85:hover {
  background-color: rgb(127 29 29 / 0.85);
}
.hover\:bg-negative-900\/90:hover {
  background-color: rgb(127 29 29 / 0.9);
}
.hover\:bg-negative-900\/95:hover {
  background-color: rgb(127 29 29 / 0.95);
}
.hover\:bg-neutral-400\/25:hover {
  background-color: rgb(163 163 163 / 0.25);
}
.hover\:bg-neutral-400\/60:hover {
  background-color: rgb(163 163 163 / 0.6);
}
.hover\:bg-neutral-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity, 1));
}
.hover\:bg-orange-400\/25:hover {
  background-color: rgb(251 146 60 / 0.25);
}
.hover\:bg-orange-400\/60:hover {
  background-color: rgb(251 146 60 / 0.6);
}
.hover\:bg-orange-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}
.hover\:bg-pink-400\/25:hover {
  background-color: rgb(244 114 182 / 0.25);
}
.hover\:bg-pink-400\/60:hover {
  background-color: rgb(244 114 182 / 0.6);
}
.hover\:bg-pink-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity, 1));
}
.hover\:bg-positive-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}
.hover\:bg-positive-100\/0:hover {
  background-color: rgb(209 250 229 / 0);
}
.hover\:bg-positive-100\/10:hover {
  background-color: rgb(209 250 229 / 0.1);
}
.hover\:bg-positive-100\/100:hover {
  background-color: rgb(209 250 229 / 1);
}
.hover\:bg-positive-100\/15:hover {
  background-color: rgb(209 250 229 / 0.15);
}
.hover\:bg-positive-100\/20:hover {
  background-color: rgb(209 250 229 / 0.2);
}
.hover\:bg-positive-100\/25:hover {
  background-color: rgb(209 250 229 / 0.25);
}
.hover\:bg-positive-100\/30:hover {
  background-color: rgb(209 250 229 / 0.3);
}
.hover\:bg-positive-100\/35:hover {
  background-color: rgb(209 250 229 / 0.35);
}
.hover\:bg-positive-100\/40:hover {
  background-color: rgb(209 250 229 / 0.4);
}
.hover\:bg-positive-100\/45:hover {
  background-color: rgb(209 250 229 / 0.45);
}
.hover\:bg-positive-100\/5:hover {
  background-color: rgb(209 250 229 / 0.05);
}
.hover\:bg-positive-100\/50:hover {
  background-color: rgb(209 250 229 / 0.5);
}
.hover\:bg-positive-100\/55:hover {
  background-color: rgb(209 250 229 / 0.55);
}
.hover\:bg-positive-100\/60:hover {
  background-color: rgb(209 250 229 / 0.6);
}
.hover\:bg-positive-100\/65:hover {
  background-color: rgb(209 250 229 / 0.65);
}
.hover\:bg-positive-100\/70:hover {
  background-color: rgb(209 250 229 / 0.7);
}
.hover\:bg-positive-100\/75:hover {
  background-color: rgb(209 250 229 / 0.75);
}
.hover\:bg-positive-100\/80:hover {
  background-color: rgb(209 250 229 / 0.8);
}
.hover\:bg-positive-100\/85:hover {
  background-color: rgb(209 250 229 / 0.85);
}
.hover\:bg-positive-100\/90:hover {
  background-color: rgb(209 250 229 / 0.9);
}
.hover\:bg-positive-100\/95:hover {
  background-color: rgb(209 250 229 / 0.95);
}
.hover\:bg-positive-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity, 1));
}
.hover\:bg-positive-200\/0:hover {
  background-color: rgb(167 243 208 / 0);
}
.hover\:bg-positive-200\/10:hover {
  background-color: rgb(167 243 208 / 0.1);
}
.hover\:bg-positive-200\/100:hover {
  background-color: rgb(167 243 208 / 1);
}
.hover\:bg-positive-200\/15:hover {
  background-color: rgb(167 243 208 / 0.15);
}
.hover\:bg-positive-200\/20:hover {
  background-color: rgb(167 243 208 / 0.2);
}
.hover\:bg-positive-200\/25:hover {
  background-color: rgb(167 243 208 / 0.25);
}
.hover\:bg-positive-200\/30:hover {
  background-color: rgb(167 243 208 / 0.3);
}
.hover\:bg-positive-200\/35:hover {
  background-color: rgb(167 243 208 / 0.35);
}
.hover\:bg-positive-200\/40:hover {
  background-color: rgb(167 243 208 / 0.4);
}
.hover\:bg-positive-200\/45:hover {
  background-color: rgb(167 243 208 / 0.45);
}
.hover\:bg-positive-200\/5:hover {
  background-color: rgb(167 243 208 / 0.05);
}
.hover\:bg-positive-200\/50:hover {
  background-color: rgb(167 243 208 / 0.5);
}
.hover\:bg-positive-200\/55:hover {
  background-color: rgb(167 243 208 / 0.55);
}
.hover\:bg-positive-200\/60:hover {
  background-color: rgb(167 243 208 / 0.6);
}
.hover\:bg-positive-200\/65:hover {
  background-color: rgb(167 243 208 / 0.65);
}
.hover\:bg-positive-200\/70:hover {
  background-color: rgb(167 243 208 / 0.7);
}
.hover\:bg-positive-200\/75:hover {
  background-color: rgb(167 243 208 / 0.75);
}
.hover\:bg-positive-200\/80:hover {
  background-color: rgb(167 243 208 / 0.8);
}
.hover\:bg-positive-200\/85:hover {
  background-color: rgb(167 243 208 / 0.85);
}
.hover\:bg-positive-200\/90:hover {
  background-color: rgb(167 243 208 / 0.9);
}
.hover\:bg-positive-200\/95:hover {
  background-color: rgb(167 243 208 / 0.95);
}
.hover\:bg-positive-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity, 1));
}
.hover\:bg-positive-300\/0:hover {
  background-color: rgb(110 231 183 / 0);
}
.hover\:bg-positive-300\/10:hover {
  background-color: rgb(110 231 183 / 0.1);
}
.hover\:bg-positive-300\/100:hover {
  background-color: rgb(110 231 183 / 1);
}
.hover\:bg-positive-300\/15:hover {
  background-color: rgb(110 231 183 / 0.15);
}
.hover\:bg-positive-300\/20:hover {
  background-color: rgb(110 231 183 / 0.2);
}
.hover\:bg-positive-300\/25:hover {
  background-color: rgb(110 231 183 / 0.25);
}
.hover\:bg-positive-300\/30:hover {
  background-color: rgb(110 231 183 / 0.3);
}
.hover\:bg-positive-300\/35:hover {
  background-color: rgb(110 231 183 / 0.35);
}
.hover\:bg-positive-300\/40:hover {
  background-color: rgb(110 231 183 / 0.4);
}
.hover\:bg-positive-300\/45:hover {
  background-color: rgb(110 231 183 / 0.45);
}
.hover\:bg-positive-300\/5:hover {
  background-color: rgb(110 231 183 / 0.05);
}
.hover\:bg-positive-300\/50:hover {
  background-color: rgb(110 231 183 / 0.5);
}
.hover\:bg-positive-300\/55:hover {
  background-color: rgb(110 231 183 / 0.55);
}
.hover\:bg-positive-300\/60:hover {
  background-color: rgb(110 231 183 / 0.6);
}
.hover\:bg-positive-300\/65:hover {
  background-color: rgb(110 231 183 / 0.65);
}
.hover\:bg-positive-300\/70:hover {
  background-color: rgb(110 231 183 / 0.7);
}
.hover\:bg-positive-300\/75:hover {
  background-color: rgb(110 231 183 / 0.75);
}
.hover\:bg-positive-300\/80:hover {
  background-color: rgb(110 231 183 / 0.8);
}
.hover\:bg-positive-300\/85:hover {
  background-color: rgb(110 231 183 / 0.85);
}
.hover\:bg-positive-300\/90:hover {
  background-color: rgb(110 231 183 / 0.9);
}
.hover\:bg-positive-300\/95:hover {
  background-color: rgb(110 231 183 / 0.95);
}
.hover\:bg-positive-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
}
.hover\:bg-positive-400\/0:hover {
  background-color: rgb(52 211 153 / 0);
}
.hover\:bg-positive-400\/10:hover {
  background-color: rgb(52 211 153 / 0.1);
}
.hover\:bg-positive-400\/100:hover {
  background-color: rgb(52 211 153 / 1);
}
.hover\:bg-positive-400\/15:hover {
  background-color: rgb(52 211 153 / 0.15);
}
.hover\:bg-positive-400\/20:hover {
  background-color: rgb(52 211 153 / 0.2);
}
.hover\:bg-positive-400\/25:hover {
  background-color: rgb(52 211 153 / 0.25);
}
.hover\:bg-positive-400\/30:hover {
  background-color: rgb(52 211 153 / 0.3);
}
.hover\:bg-positive-400\/35:hover {
  background-color: rgb(52 211 153 / 0.35);
}
.hover\:bg-positive-400\/40:hover {
  background-color: rgb(52 211 153 / 0.4);
}
.hover\:bg-positive-400\/45:hover {
  background-color: rgb(52 211 153 / 0.45);
}
.hover\:bg-positive-400\/5:hover {
  background-color: rgb(52 211 153 / 0.05);
}
.hover\:bg-positive-400\/50:hover {
  background-color: rgb(52 211 153 / 0.5);
}
.hover\:bg-positive-400\/55:hover {
  background-color: rgb(52 211 153 / 0.55);
}
.hover\:bg-positive-400\/60:hover {
  background-color: rgb(52 211 153 / 0.6);
}
.hover\:bg-positive-400\/65:hover {
  background-color: rgb(52 211 153 / 0.65);
}
.hover\:bg-positive-400\/70:hover {
  background-color: rgb(52 211 153 / 0.7);
}
.hover\:bg-positive-400\/75:hover {
  background-color: rgb(52 211 153 / 0.75);
}
.hover\:bg-positive-400\/80:hover {
  background-color: rgb(52 211 153 / 0.8);
}
.hover\:bg-positive-400\/85:hover {
  background-color: rgb(52 211 153 / 0.85);
}
.hover\:bg-positive-400\/90:hover {
  background-color: rgb(52 211 153 / 0.9);
}
.hover\:bg-positive-400\/95:hover {
  background-color: rgb(52 211 153 / 0.95);
}
.hover\:bg-positive-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}
.hover\:bg-positive-50\/0:hover {
  background-color: rgb(236 253 245 / 0);
}
.hover\:bg-positive-50\/10:hover {
  background-color: rgb(236 253 245 / 0.1);
}
.hover\:bg-positive-50\/100:hover {
  background-color: rgb(236 253 245 / 1);
}
.hover\:bg-positive-50\/15:hover {
  background-color: rgb(236 253 245 / 0.15);
}
.hover\:bg-positive-50\/20:hover {
  background-color: rgb(236 253 245 / 0.2);
}
.hover\:bg-positive-50\/25:hover {
  background-color: rgb(236 253 245 / 0.25);
}
.hover\:bg-positive-50\/30:hover {
  background-color: rgb(236 253 245 / 0.3);
}
.hover\:bg-positive-50\/35:hover {
  background-color: rgb(236 253 245 / 0.35);
}
.hover\:bg-positive-50\/40:hover {
  background-color: rgb(236 253 245 / 0.4);
}
.hover\:bg-positive-50\/45:hover {
  background-color: rgb(236 253 245 / 0.45);
}
.hover\:bg-positive-50\/5:hover {
  background-color: rgb(236 253 245 / 0.05);
}
.hover\:bg-positive-50\/50:hover {
  background-color: rgb(236 253 245 / 0.5);
}
.hover\:bg-positive-50\/55:hover {
  background-color: rgb(236 253 245 / 0.55);
}
.hover\:bg-positive-50\/60:hover {
  background-color: rgb(236 253 245 / 0.6);
}
.hover\:bg-positive-50\/65:hover {
  background-color: rgb(236 253 245 / 0.65);
}
.hover\:bg-positive-50\/70:hover {
  background-color: rgb(236 253 245 / 0.7);
}
.hover\:bg-positive-50\/75:hover {
  background-color: rgb(236 253 245 / 0.75);
}
.hover\:bg-positive-50\/80:hover {
  background-color: rgb(236 253 245 / 0.8);
}
.hover\:bg-positive-50\/85:hover {
  background-color: rgb(236 253 245 / 0.85);
}
.hover\:bg-positive-50\/90:hover {
  background-color: rgb(236 253 245 / 0.9);
}
.hover\:bg-positive-50\/95:hover {
  background-color: rgb(236 253 245 / 0.95);
}
.hover\:bg-positive-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.hover\:bg-positive-500\/0:hover {
  background-color: rgb(16 185 129 / 0);
}
.hover\:bg-positive-500\/10:hover {
  background-color: rgb(16 185 129 / 0.1);
}
.hover\:bg-positive-500\/100:hover {
  background-color: rgb(16 185 129 / 1);
}
.hover\:bg-positive-500\/15:hover {
  background-color: rgb(16 185 129 / 0.15);
}
.hover\:bg-positive-500\/20:hover {
  background-color: rgb(16 185 129 / 0.2);
}
.hover\:bg-positive-500\/25:hover {
  background-color: rgb(16 185 129 / 0.25);
}
.hover\:bg-positive-500\/30:hover {
  background-color: rgb(16 185 129 / 0.3);
}
.hover\:bg-positive-500\/35:hover {
  background-color: rgb(16 185 129 / 0.35);
}
.hover\:bg-positive-500\/40:hover {
  background-color: rgb(16 185 129 / 0.4);
}
.hover\:bg-positive-500\/45:hover {
  background-color: rgb(16 185 129 / 0.45);
}
.hover\:bg-positive-500\/5:hover {
  background-color: rgb(16 185 129 / 0.05);
}
.hover\:bg-positive-500\/50:hover {
  background-color: rgb(16 185 129 / 0.5);
}
.hover\:bg-positive-500\/55:hover {
  background-color: rgb(16 185 129 / 0.55);
}
.hover\:bg-positive-500\/60:hover {
  background-color: rgb(16 185 129 / 0.6);
}
.hover\:bg-positive-500\/65:hover {
  background-color: rgb(16 185 129 / 0.65);
}
.hover\:bg-positive-500\/70:hover {
  background-color: rgb(16 185 129 / 0.7);
}
.hover\:bg-positive-500\/75:hover {
  background-color: rgb(16 185 129 / 0.75);
}
.hover\:bg-positive-500\/80:hover {
  background-color: rgb(16 185 129 / 0.8);
}
.hover\:bg-positive-500\/85:hover {
  background-color: rgb(16 185 129 / 0.85);
}
.hover\:bg-positive-500\/90:hover {
  background-color: rgb(16 185 129 / 0.9);
}
.hover\:bg-positive-500\/95:hover {
  background-color: rgb(16 185 129 / 0.95);
}
.hover\:bg-positive-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}
.hover\:bg-positive-600\/0:hover {
  background-color: rgb(5 150 105 / 0);
}
.hover\:bg-positive-600\/10:hover {
  background-color: rgb(5 150 105 / 0.1);
}
.hover\:bg-positive-600\/100:hover {
  background-color: rgb(5 150 105 / 1);
}
.hover\:bg-positive-600\/15:hover {
  background-color: rgb(5 150 105 / 0.15);
}
.hover\:bg-positive-600\/20:hover {
  background-color: rgb(5 150 105 / 0.2);
}
.hover\:bg-positive-600\/25:hover {
  background-color: rgb(5 150 105 / 0.25);
}
.hover\:bg-positive-600\/30:hover {
  background-color: rgb(5 150 105 / 0.3);
}
.hover\:bg-positive-600\/35:hover {
  background-color: rgb(5 150 105 / 0.35);
}
.hover\:bg-positive-600\/40:hover {
  background-color: rgb(5 150 105 / 0.4);
}
.hover\:bg-positive-600\/45:hover {
  background-color: rgb(5 150 105 / 0.45);
}
.hover\:bg-positive-600\/5:hover {
  background-color: rgb(5 150 105 / 0.05);
}
.hover\:bg-positive-600\/50:hover {
  background-color: rgb(5 150 105 / 0.5);
}
.hover\:bg-positive-600\/55:hover {
  background-color: rgb(5 150 105 / 0.55);
}
.hover\:bg-positive-600\/60:hover {
  background-color: rgb(5 150 105 / 0.6);
}
.hover\:bg-positive-600\/65:hover {
  background-color: rgb(5 150 105 / 0.65);
}
.hover\:bg-positive-600\/70:hover {
  background-color: rgb(5 150 105 / 0.7);
}
.hover\:bg-positive-600\/75:hover {
  background-color: rgb(5 150 105 / 0.75);
}
.hover\:bg-positive-600\/80:hover {
  background-color: rgb(5 150 105 / 0.8);
}
.hover\:bg-positive-600\/85:hover {
  background-color: rgb(5 150 105 / 0.85);
}
.hover\:bg-positive-600\/90:hover {
  background-color: rgb(5 150 105 / 0.9);
}
.hover\:bg-positive-600\/95:hover {
  background-color: rgb(5 150 105 / 0.95);
}
.hover\:bg-positive-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}
.hover\:bg-positive-700\/0:hover {
  background-color: rgb(4 120 87 / 0);
}
.hover\:bg-positive-700\/10:hover {
  background-color: rgb(4 120 87 / 0.1);
}
.hover\:bg-positive-700\/100:hover {
  background-color: rgb(4 120 87 / 1);
}
.hover\:bg-positive-700\/15:hover {
  background-color: rgb(4 120 87 / 0.15);
}
.hover\:bg-positive-700\/20:hover {
  background-color: rgb(4 120 87 / 0.2);
}
.hover\:bg-positive-700\/25:hover {
  background-color: rgb(4 120 87 / 0.25);
}
.hover\:bg-positive-700\/30:hover {
  background-color: rgb(4 120 87 / 0.3);
}
.hover\:bg-positive-700\/35:hover {
  background-color: rgb(4 120 87 / 0.35);
}
.hover\:bg-positive-700\/40:hover {
  background-color: rgb(4 120 87 / 0.4);
}
.hover\:bg-positive-700\/45:hover {
  background-color: rgb(4 120 87 / 0.45);
}
.hover\:bg-positive-700\/5:hover {
  background-color: rgb(4 120 87 / 0.05);
}
.hover\:bg-positive-700\/50:hover {
  background-color: rgb(4 120 87 / 0.5);
}
.hover\:bg-positive-700\/55:hover {
  background-color: rgb(4 120 87 / 0.55);
}
.hover\:bg-positive-700\/60:hover {
  background-color: rgb(4 120 87 / 0.6);
}
.hover\:bg-positive-700\/65:hover {
  background-color: rgb(4 120 87 / 0.65);
}
.hover\:bg-positive-700\/70:hover {
  background-color: rgb(4 120 87 / 0.7);
}
.hover\:bg-positive-700\/75:hover {
  background-color: rgb(4 120 87 / 0.75);
}
.hover\:bg-positive-700\/80:hover {
  background-color: rgb(4 120 87 / 0.8);
}
.hover\:bg-positive-700\/85:hover {
  background-color: rgb(4 120 87 / 0.85);
}
.hover\:bg-positive-700\/90:hover {
  background-color: rgb(4 120 87 / 0.9);
}
.hover\:bg-positive-700\/95:hover {
  background-color: rgb(4 120 87 / 0.95);
}
.hover\:bg-positive-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity, 1));
}
.hover\:bg-positive-800\/0:hover {
  background-color: rgb(6 95 70 / 0);
}
.hover\:bg-positive-800\/10:hover {
  background-color: rgb(6 95 70 / 0.1);
}
.hover\:bg-positive-800\/100:hover {
  background-color: rgb(6 95 70 / 1);
}
.hover\:bg-positive-800\/15:hover {
  background-color: rgb(6 95 70 / 0.15);
}
.hover\:bg-positive-800\/20:hover {
  background-color: rgb(6 95 70 / 0.2);
}
.hover\:bg-positive-800\/25:hover {
  background-color: rgb(6 95 70 / 0.25);
}
.hover\:bg-positive-800\/30:hover {
  background-color: rgb(6 95 70 / 0.3);
}
.hover\:bg-positive-800\/35:hover {
  background-color: rgb(6 95 70 / 0.35);
}
.hover\:bg-positive-800\/40:hover {
  background-color: rgb(6 95 70 / 0.4);
}
.hover\:bg-positive-800\/45:hover {
  background-color: rgb(6 95 70 / 0.45);
}
.hover\:bg-positive-800\/5:hover {
  background-color: rgb(6 95 70 / 0.05);
}
.hover\:bg-positive-800\/50:hover {
  background-color: rgb(6 95 70 / 0.5);
}
.hover\:bg-positive-800\/55:hover {
  background-color: rgb(6 95 70 / 0.55);
}
.hover\:bg-positive-800\/60:hover {
  background-color: rgb(6 95 70 / 0.6);
}
.hover\:bg-positive-800\/65:hover {
  background-color: rgb(6 95 70 / 0.65);
}
.hover\:bg-positive-800\/70:hover {
  background-color: rgb(6 95 70 / 0.7);
}
.hover\:bg-positive-800\/75:hover {
  background-color: rgb(6 95 70 / 0.75);
}
.hover\:bg-positive-800\/80:hover {
  background-color: rgb(6 95 70 / 0.8);
}
.hover\:bg-positive-800\/85:hover {
  background-color: rgb(6 95 70 / 0.85);
}
.hover\:bg-positive-800\/90:hover {
  background-color: rgb(6 95 70 / 0.9);
}
.hover\:bg-positive-800\/95:hover {
  background-color: rgb(6 95 70 / 0.95);
}
.hover\:bg-positive-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity, 1));
}
.hover\:bg-positive-900\/0:hover {
  background-color: rgb(6 78 59 / 0);
}
.hover\:bg-positive-900\/10:hover {
  background-color: rgb(6 78 59 / 0.1);
}
.hover\:bg-positive-900\/100:hover {
  background-color: rgb(6 78 59 / 1);
}
.hover\:bg-positive-900\/15:hover {
  background-color: rgb(6 78 59 / 0.15);
}
.hover\:bg-positive-900\/20:hover {
  background-color: rgb(6 78 59 / 0.2);
}
.hover\:bg-positive-900\/25:hover {
  background-color: rgb(6 78 59 / 0.25);
}
.hover\:bg-positive-900\/30:hover {
  background-color: rgb(6 78 59 / 0.3);
}
.hover\:bg-positive-900\/35:hover {
  background-color: rgb(6 78 59 / 0.35);
}
.hover\:bg-positive-900\/40:hover {
  background-color: rgb(6 78 59 / 0.4);
}
.hover\:bg-positive-900\/45:hover {
  background-color: rgb(6 78 59 / 0.45);
}
.hover\:bg-positive-900\/5:hover {
  background-color: rgb(6 78 59 / 0.05);
}
.hover\:bg-positive-900\/50:hover {
  background-color: rgb(6 78 59 / 0.5);
}
.hover\:bg-positive-900\/55:hover {
  background-color: rgb(6 78 59 / 0.55);
}
.hover\:bg-positive-900\/60:hover {
  background-color: rgb(6 78 59 / 0.6);
}
.hover\:bg-positive-900\/65:hover {
  background-color: rgb(6 78 59 / 0.65);
}
.hover\:bg-positive-900\/70:hover {
  background-color: rgb(6 78 59 / 0.7);
}
.hover\:bg-positive-900\/75:hover {
  background-color: rgb(6 78 59 / 0.75);
}
.hover\:bg-positive-900\/80:hover {
  background-color: rgb(6 78 59 / 0.8);
}
.hover\:bg-positive-900\/85:hover {
  background-color: rgb(6 78 59 / 0.85);
}
.hover\:bg-positive-900\/90:hover {
  background-color: rgb(6 78 59 / 0.9);
}
.hover\:bg-positive-900\/95:hover {
  background-color: rgb(6 78 59 / 0.95);
}
.hover\:bg-primary-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary-100\/0:hover {
  background-color: rgb(224 231 255 / 0);
}
.hover\:bg-primary-100\/10:hover {
  background-color: rgb(224 231 255 / 0.1);
}
.hover\:bg-primary-100\/100:hover {
  background-color: rgb(224 231 255 / 1);
}
.hover\:bg-primary-100\/15:hover {
  background-color: rgb(224 231 255 / 0.15);
}
.hover\:bg-primary-100\/20:hover {
  background-color: rgb(224 231 255 / 0.2);
}
.hover\:bg-primary-100\/25:hover {
  background-color: rgb(224 231 255 / 0.25);
}
.hover\:bg-primary-100\/30:hover {
  background-color: rgb(224 231 255 / 0.3);
}
.hover\:bg-primary-100\/35:hover {
  background-color: rgb(224 231 255 / 0.35);
}
.hover\:bg-primary-100\/40:hover {
  background-color: rgb(224 231 255 / 0.4);
}
.hover\:bg-primary-100\/45:hover {
  background-color: rgb(224 231 255 / 0.45);
}
.hover\:bg-primary-100\/5:hover {
  background-color: rgb(224 231 255 / 0.05);
}
.hover\:bg-primary-100\/50:hover {
  background-color: rgb(224 231 255 / 0.5);
}
.hover\:bg-primary-100\/55:hover {
  background-color: rgb(224 231 255 / 0.55);
}
.hover\:bg-primary-100\/60:hover {
  background-color: rgb(224 231 255 / 0.6);
}
.hover\:bg-primary-100\/65:hover {
  background-color: rgb(224 231 255 / 0.65);
}
.hover\:bg-primary-100\/70:hover {
  background-color: rgb(224 231 255 / 0.7);
}
.hover\:bg-primary-100\/75:hover {
  background-color: rgb(224 231 255 / 0.75);
}
.hover\:bg-primary-100\/80:hover {
  background-color: rgb(224 231 255 / 0.8);
}
.hover\:bg-primary-100\/85:hover {
  background-color: rgb(224 231 255 / 0.85);
}
.hover\:bg-primary-100\/90:hover {
  background-color: rgb(224 231 255 / 0.9);
}
.hover\:bg-primary-100\/95:hover {
  background-color: rgb(224 231 255 / 0.95);
}
.hover\:bg-primary-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary-200\/0:hover {
  background-color: rgb(199 210 254 / 0);
}
.hover\:bg-primary-200\/10:hover {
  background-color: rgb(199 210 254 / 0.1);
}
.hover\:bg-primary-200\/100:hover {
  background-color: rgb(199 210 254 / 1);
}
.hover\:bg-primary-200\/15:hover {
  background-color: rgb(199 210 254 / 0.15);
}
.hover\:bg-primary-200\/20:hover {
  background-color: rgb(199 210 254 / 0.2);
}
.hover\:bg-primary-200\/25:hover {
  background-color: rgb(199 210 254 / 0.25);
}
.hover\:bg-primary-200\/30:hover {
  background-color: rgb(199 210 254 / 0.3);
}
.hover\:bg-primary-200\/35:hover {
  background-color: rgb(199 210 254 / 0.35);
}
.hover\:bg-primary-200\/40:hover {
  background-color: rgb(199 210 254 / 0.4);
}
.hover\:bg-primary-200\/45:hover {
  background-color: rgb(199 210 254 / 0.45);
}
.hover\:bg-primary-200\/5:hover {
  background-color: rgb(199 210 254 / 0.05);
}
.hover\:bg-primary-200\/50:hover {
  background-color: rgb(199 210 254 / 0.5);
}
.hover\:bg-primary-200\/55:hover {
  background-color: rgb(199 210 254 / 0.55);
}
.hover\:bg-primary-200\/60:hover {
  background-color: rgb(199 210 254 / 0.6);
}
.hover\:bg-primary-200\/65:hover {
  background-color: rgb(199 210 254 / 0.65);
}
.hover\:bg-primary-200\/70:hover {
  background-color: rgb(199 210 254 / 0.7);
}
.hover\:bg-primary-200\/75:hover {
  background-color: rgb(199 210 254 / 0.75);
}
.hover\:bg-primary-200\/80:hover {
  background-color: rgb(199 210 254 / 0.8);
}
.hover\:bg-primary-200\/85:hover {
  background-color: rgb(199 210 254 / 0.85);
}
.hover\:bg-primary-200\/90:hover {
  background-color: rgb(199 210 254 / 0.9);
}
.hover\:bg-primary-200\/95:hover {
  background-color: rgb(199 210 254 / 0.95);
}
.hover\:bg-primary-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary-300\/0:hover {
  background-color: rgb(165 180 252 / 0);
}
.hover\:bg-primary-300\/10:hover {
  background-color: rgb(165 180 252 / 0.1);
}
.hover\:bg-primary-300\/100:hover {
  background-color: rgb(165 180 252 / 1);
}
.hover\:bg-primary-300\/15:hover {
  background-color: rgb(165 180 252 / 0.15);
}
.hover\:bg-primary-300\/20:hover {
  background-color: rgb(165 180 252 / 0.2);
}
.hover\:bg-primary-300\/25:hover {
  background-color: rgb(165 180 252 / 0.25);
}
.hover\:bg-primary-300\/30:hover {
  background-color: rgb(165 180 252 / 0.3);
}
.hover\:bg-primary-300\/35:hover {
  background-color: rgb(165 180 252 / 0.35);
}
.hover\:bg-primary-300\/40:hover {
  background-color: rgb(165 180 252 / 0.4);
}
.hover\:bg-primary-300\/45:hover {
  background-color: rgb(165 180 252 / 0.45);
}
.hover\:bg-primary-300\/5:hover {
  background-color: rgb(165 180 252 / 0.05);
}
.hover\:bg-primary-300\/50:hover {
  background-color: rgb(165 180 252 / 0.5);
}
.hover\:bg-primary-300\/55:hover {
  background-color: rgb(165 180 252 / 0.55);
}
.hover\:bg-primary-300\/60:hover {
  background-color: rgb(165 180 252 / 0.6);
}
.hover\:bg-primary-300\/65:hover {
  background-color: rgb(165 180 252 / 0.65);
}
.hover\:bg-primary-300\/70:hover {
  background-color: rgb(165 180 252 / 0.7);
}
.hover\:bg-primary-300\/75:hover {
  background-color: rgb(165 180 252 / 0.75);
}
.hover\:bg-primary-300\/80:hover {
  background-color: rgb(165 180 252 / 0.8);
}
.hover\:bg-primary-300\/85:hover {
  background-color: rgb(165 180 252 / 0.85);
}
.hover\:bg-primary-300\/90:hover {
  background-color: rgb(165 180 252 / 0.9);
}
.hover\:bg-primary-300\/95:hover {
  background-color: rgb(165 180 252 / 0.95);
}
.hover\:bg-primary-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary-400\/0:hover {
  background-color: rgb(129 140 248 / 0);
}
.hover\:bg-primary-400\/10:hover {
  background-color: rgb(129 140 248 / 0.1);
}
.hover\:bg-primary-400\/100:hover {
  background-color: rgb(129 140 248 / 1);
}
.hover\:bg-primary-400\/15:hover {
  background-color: rgb(129 140 248 / 0.15);
}
.hover\:bg-primary-400\/20:hover {
  background-color: rgb(129 140 248 / 0.2);
}
.hover\:bg-primary-400\/25:hover {
  background-color: rgb(129 140 248 / 0.25);
}
.hover\:bg-primary-400\/30:hover {
  background-color: rgb(129 140 248 / 0.3);
}
.hover\:bg-primary-400\/35:hover {
  background-color: rgb(129 140 248 / 0.35);
}
.hover\:bg-primary-400\/40:hover {
  background-color: rgb(129 140 248 / 0.4);
}
.hover\:bg-primary-400\/45:hover {
  background-color: rgb(129 140 248 / 0.45);
}
.hover\:bg-primary-400\/5:hover {
  background-color: rgb(129 140 248 / 0.05);
}
.hover\:bg-primary-400\/50:hover {
  background-color: rgb(129 140 248 / 0.5);
}
.hover\:bg-primary-400\/55:hover {
  background-color: rgb(129 140 248 / 0.55);
}
.hover\:bg-primary-400\/60:hover {
  background-color: rgb(129 140 248 / 0.6);
}
.hover\:bg-primary-400\/65:hover {
  background-color: rgb(129 140 248 / 0.65);
}
.hover\:bg-primary-400\/70:hover {
  background-color: rgb(129 140 248 / 0.7);
}
.hover\:bg-primary-400\/75:hover {
  background-color: rgb(129 140 248 / 0.75);
}
.hover\:bg-primary-400\/80:hover {
  background-color: rgb(129 140 248 / 0.8);
}
.hover\:bg-primary-400\/85:hover {
  background-color: rgb(129 140 248 / 0.85);
}
.hover\:bg-primary-400\/90:hover {
  background-color: rgb(129 140 248 / 0.9);
}
.hover\:bg-primary-400\/95:hover {
  background-color: rgb(129 140 248 / 0.95);
}
.hover\:bg-primary-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary-50\/0:hover {
  background-color: rgb(238 242 255 / 0);
}
.hover\:bg-primary-50\/10:hover {
  background-color: rgb(238 242 255 / 0.1);
}
.hover\:bg-primary-50\/100:hover {
  background-color: rgb(238 242 255 / 1);
}
.hover\:bg-primary-50\/15:hover {
  background-color: rgb(238 242 255 / 0.15);
}
.hover\:bg-primary-50\/20:hover {
  background-color: rgb(238 242 255 / 0.2);
}
.hover\:bg-primary-50\/25:hover {
  background-color: rgb(238 242 255 / 0.25);
}
.hover\:bg-primary-50\/30:hover {
  background-color: rgb(238 242 255 / 0.3);
}
.hover\:bg-primary-50\/35:hover {
  background-color: rgb(238 242 255 / 0.35);
}
.hover\:bg-primary-50\/40:hover {
  background-color: rgb(238 242 255 / 0.4);
}
.hover\:bg-primary-50\/45:hover {
  background-color: rgb(238 242 255 / 0.45);
}
.hover\:bg-primary-50\/5:hover {
  background-color: rgb(238 242 255 / 0.05);
}
.hover\:bg-primary-50\/50:hover {
  background-color: rgb(238 242 255 / 0.5);
}
.hover\:bg-primary-50\/55:hover {
  background-color: rgb(238 242 255 / 0.55);
}
.hover\:bg-primary-50\/60:hover {
  background-color: rgb(238 242 255 / 0.6);
}
.hover\:bg-primary-50\/65:hover {
  background-color: rgb(238 242 255 / 0.65);
}
.hover\:bg-primary-50\/70:hover {
  background-color: rgb(238 242 255 / 0.7);
}
.hover\:bg-primary-50\/75:hover {
  background-color: rgb(238 242 255 / 0.75);
}
.hover\:bg-primary-50\/80:hover {
  background-color: rgb(238 242 255 / 0.8);
}
.hover\:bg-primary-50\/85:hover {
  background-color: rgb(238 242 255 / 0.85);
}
.hover\:bg-primary-50\/90:hover {
  background-color: rgb(238 242 255 / 0.9);
}
.hover\:bg-primary-50\/95:hover {
  background-color: rgb(238 242 255 / 0.95);
}
.hover\:bg-primary-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary-500\/0:hover {
  background-color: rgb(99 102 241 / 0);
}
.hover\:bg-primary-500\/10:hover {
  background-color: rgb(99 102 241 / 0.1);
}
.hover\:bg-primary-500\/100:hover {
  background-color: rgb(99 102 241 / 1);
}
.hover\:bg-primary-500\/15:hover {
  background-color: rgb(99 102 241 / 0.15);
}
.hover\:bg-primary-500\/20:hover {
  background-color: rgb(99 102 241 / 0.2);
}
.hover\:bg-primary-500\/25:hover {
  background-color: rgb(99 102 241 / 0.25);
}
.hover\:bg-primary-500\/30:hover {
  background-color: rgb(99 102 241 / 0.3);
}
.hover\:bg-primary-500\/35:hover {
  background-color: rgb(99 102 241 / 0.35);
}
.hover\:bg-primary-500\/40:hover {
  background-color: rgb(99 102 241 / 0.4);
}
.hover\:bg-primary-500\/45:hover {
  background-color: rgb(99 102 241 / 0.45);
}
.hover\:bg-primary-500\/5:hover {
  background-color: rgb(99 102 241 / 0.05);
}
.hover\:bg-primary-500\/50:hover {
  background-color: rgb(99 102 241 / 0.5);
}
.hover\:bg-primary-500\/55:hover {
  background-color: rgb(99 102 241 / 0.55);
}
.hover\:bg-primary-500\/60:hover {
  background-color: rgb(99 102 241 / 0.6);
}
.hover\:bg-primary-500\/65:hover {
  background-color: rgb(99 102 241 / 0.65);
}
.hover\:bg-primary-500\/70:hover {
  background-color: rgb(99 102 241 / 0.7);
}
.hover\:bg-primary-500\/75:hover {
  background-color: rgb(99 102 241 / 0.75);
}
.hover\:bg-primary-500\/80:hover {
  background-color: rgb(99 102 241 / 0.8);
}
.hover\:bg-primary-500\/85:hover {
  background-color: rgb(99 102 241 / 0.85);
}
.hover\:bg-primary-500\/90:hover {
  background-color: rgb(99 102 241 / 0.9);
}
.hover\:bg-primary-500\/95:hover {
  background-color: rgb(99 102 241 / 0.95);
}
.hover\:bg-primary-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary-600\/0:hover {
  background-color: rgb(79 70 229 / 0);
}
.hover\:bg-primary-600\/10:hover {
  background-color: rgb(79 70 229 / 0.1);
}
.hover\:bg-primary-600\/100:hover {
  background-color: rgb(79 70 229 / 1);
}
.hover\:bg-primary-600\/15:hover {
  background-color: rgb(79 70 229 / 0.15);
}
.hover\:bg-primary-600\/20:hover {
  background-color: rgb(79 70 229 / 0.2);
}
.hover\:bg-primary-600\/25:hover {
  background-color: rgb(79 70 229 / 0.25);
}
.hover\:bg-primary-600\/30:hover {
  background-color: rgb(79 70 229 / 0.3);
}
.hover\:bg-primary-600\/35:hover {
  background-color: rgb(79 70 229 / 0.35);
}
.hover\:bg-primary-600\/40:hover {
  background-color: rgb(79 70 229 / 0.4);
}
.hover\:bg-primary-600\/45:hover {
  background-color: rgb(79 70 229 / 0.45);
}
.hover\:bg-primary-600\/5:hover {
  background-color: rgb(79 70 229 / 0.05);
}
.hover\:bg-primary-600\/50:hover {
  background-color: rgb(79 70 229 / 0.5);
}
.hover\:bg-primary-600\/55:hover {
  background-color: rgb(79 70 229 / 0.55);
}
.hover\:bg-primary-600\/60:hover {
  background-color: rgb(79 70 229 / 0.6);
}
.hover\:bg-primary-600\/65:hover {
  background-color: rgb(79 70 229 / 0.65);
}
.hover\:bg-primary-600\/70:hover {
  background-color: rgb(79 70 229 / 0.7);
}
.hover\:bg-primary-600\/75:hover {
  background-color: rgb(79 70 229 / 0.75);
}
.hover\:bg-primary-600\/80:hover {
  background-color: rgb(79 70 229 / 0.8);
}
.hover\:bg-primary-600\/85:hover {
  background-color: rgb(79 70 229 / 0.85);
}
.hover\:bg-primary-600\/90:hover {
  background-color: rgb(79 70 229 / 0.9);
}
.hover\:bg-primary-600\/95:hover {
  background-color: rgb(79 70 229 / 0.95);
}
.hover\:bg-primary-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary-700\/0:hover {
  background-color: rgb(67 56 202 / 0);
}
.hover\:bg-primary-700\/10:hover {
  background-color: rgb(67 56 202 / 0.1);
}
.hover\:bg-primary-700\/100:hover {
  background-color: rgb(67 56 202 / 1);
}
.hover\:bg-primary-700\/15:hover {
  background-color: rgb(67 56 202 / 0.15);
}
.hover\:bg-primary-700\/20:hover {
  background-color: rgb(67 56 202 / 0.2);
}
.hover\:bg-primary-700\/25:hover {
  background-color: rgb(67 56 202 / 0.25);
}
.hover\:bg-primary-700\/30:hover {
  background-color: rgb(67 56 202 / 0.3);
}
.hover\:bg-primary-700\/35:hover {
  background-color: rgb(67 56 202 / 0.35);
}
.hover\:bg-primary-700\/40:hover {
  background-color: rgb(67 56 202 / 0.4);
}
.hover\:bg-primary-700\/45:hover {
  background-color: rgb(67 56 202 / 0.45);
}
.hover\:bg-primary-700\/5:hover {
  background-color: rgb(67 56 202 / 0.05);
}
.hover\:bg-primary-700\/50:hover {
  background-color: rgb(67 56 202 / 0.5);
}
.hover\:bg-primary-700\/55:hover {
  background-color: rgb(67 56 202 / 0.55);
}
.hover\:bg-primary-700\/60:hover {
  background-color: rgb(67 56 202 / 0.6);
}
.hover\:bg-primary-700\/65:hover {
  background-color: rgb(67 56 202 / 0.65);
}
.hover\:bg-primary-700\/70:hover {
  background-color: rgb(67 56 202 / 0.7);
}
.hover\:bg-primary-700\/75:hover {
  background-color: rgb(67 56 202 / 0.75);
}
.hover\:bg-primary-700\/80:hover {
  background-color: rgb(67 56 202 / 0.8);
}
.hover\:bg-primary-700\/85:hover {
  background-color: rgb(67 56 202 / 0.85);
}
.hover\:bg-primary-700\/90:hover {
  background-color: rgb(67 56 202 / 0.9);
}
.hover\:bg-primary-700\/95:hover {
  background-color: rgb(67 56 202 / 0.95);
}
.hover\:bg-primary-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary-800\/0:hover {
  background-color: rgb(55 48 163 / 0);
}
.hover\:bg-primary-800\/10:hover {
  background-color: rgb(55 48 163 / 0.1);
}
.hover\:bg-primary-800\/100:hover {
  background-color: rgb(55 48 163 / 1);
}
.hover\:bg-primary-800\/15:hover {
  background-color: rgb(55 48 163 / 0.15);
}
.hover\:bg-primary-800\/20:hover {
  background-color: rgb(55 48 163 / 0.2);
}
.hover\:bg-primary-800\/25:hover {
  background-color: rgb(55 48 163 / 0.25);
}
.hover\:bg-primary-800\/30:hover {
  background-color: rgb(55 48 163 / 0.3);
}
.hover\:bg-primary-800\/35:hover {
  background-color: rgb(55 48 163 / 0.35);
}
.hover\:bg-primary-800\/40:hover {
  background-color: rgb(55 48 163 / 0.4);
}
.hover\:bg-primary-800\/45:hover {
  background-color: rgb(55 48 163 / 0.45);
}
.hover\:bg-primary-800\/5:hover {
  background-color: rgb(55 48 163 / 0.05);
}
.hover\:bg-primary-800\/50:hover {
  background-color: rgb(55 48 163 / 0.5);
}
.hover\:bg-primary-800\/55:hover {
  background-color: rgb(55 48 163 / 0.55);
}
.hover\:bg-primary-800\/60:hover {
  background-color: rgb(55 48 163 / 0.6);
}
.hover\:bg-primary-800\/65:hover {
  background-color: rgb(55 48 163 / 0.65);
}
.hover\:bg-primary-800\/70:hover {
  background-color: rgb(55 48 163 / 0.7);
}
.hover\:bg-primary-800\/75:hover {
  background-color: rgb(55 48 163 / 0.75);
}
.hover\:bg-primary-800\/80:hover {
  background-color: rgb(55 48 163 / 0.8);
}
.hover\:bg-primary-800\/85:hover {
  background-color: rgb(55 48 163 / 0.85);
}
.hover\:bg-primary-800\/90:hover {
  background-color: rgb(55 48 163 / 0.9);
}
.hover\:bg-primary-800\/95:hover {
  background-color: rgb(55 48 163 / 0.95);
}
.hover\:bg-primary-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity, 1));
}
.hover\:bg-primary-900\/0:hover {
  background-color: rgb(49 46 129 / 0);
}
.hover\:bg-primary-900\/10:hover {
  background-color: rgb(49 46 129 / 0.1);
}
.hover\:bg-primary-900\/100:hover {
  background-color: rgb(49 46 129 / 1);
}
.hover\:bg-primary-900\/15:hover {
  background-color: rgb(49 46 129 / 0.15);
}
.hover\:bg-primary-900\/20:hover {
  background-color: rgb(49 46 129 / 0.2);
}
.hover\:bg-primary-900\/25:hover {
  background-color: rgb(49 46 129 / 0.25);
}
.hover\:bg-primary-900\/30:hover {
  background-color: rgb(49 46 129 / 0.3);
}
.hover\:bg-primary-900\/35:hover {
  background-color: rgb(49 46 129 / 0.35);
}
.hover\:bg-primary-900\/40:hover {
  background-color: rgb(49 46 129 / 0.4);
}
.hover\:bg-primary-900\/45:hover {
  background-color: rgb(49 46 129 / 0.45);
}
.hover\:bg-primary-900\/5:hover {
  background-color: rgb(49 46 129 / 0.05);
}
.hover\:bg-primary-900\/50:hover {
  background-color: rgb(49 46 129 / 0.5);
}
.hover\:bg-primary-900\/55:hover {
  background-color: rgb(49 46 129 / 0.55);
}
.hover\:bg-primary-900\/60:hover {
  background-color: rgb(49 46 129 / 0.6);
}
.hover\:bg-primary-900\/65:hover {
  background-color: rgb(49 46 129 / 0.65);
}
.hover\:bg-primary-900\/70:hover {
  background-color: rgb(49 46 129 / 0.7);
}
.hover\:bg-primary-900\/75:hover {
  background-color: rgb(49 46 129 / 0.75);
}
.hover\:bg-primary-900\/80:hover {
  background-color: rgb(49 46 129 / 0.8);
}
.hover\:bg-primary-900\/85:hover {
  background-color: rgb(49 46 129 / 0.85);
}
.hover\:bg-primary-900\/90:hover {
  background-color: rgb(49 46 129 / 0.9);
}
.hover\:bg-primary-900\/95:hover {
  background-color: rgb(49 46 129 / 0.95);
}
.hover\:bg-purple-400\/25:hover {
  background-color: rgb(192 132 252 / 0.25);
}
.hover\:bg-purple-400\/60:hover {
  background-color: rgb(192 132 252 / 0.6);
}
.hover\:bg-purple-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-400\/25:hover {
  background-color: rgb(248 113 113 / 0.25);
}
.hover\:bg-red-400\/60:hover {
  background-color: rgb(248 113 113 / 0.6);
}
.hover\:bg-red-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.hover\:bg-rose-400\/25:hover {
  background-color: rgb(251 113 133 / 0.25);
}
.hover\:bg-rose-400\/60:hover {
  background-color: rgb(251 113 133 / 0.6);
}
.hover\:bg-rose-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity, 1));
}
.hover\:bg-secondary-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.hover\:bg-secondary-100\/0:hover {
  background-color: rgb(243 244 246 / 0);
}
.hover\:bg-secondary-100\/10:hover {
  background-color: rgb(243 244 246 / 0.1);
}
.hover\:bg-secondary-100\/100:hover {
  background-color: rgb(243 244 246 / 1);
}
.hover\:bg-secondary-100\/15:hover {
  background-color: rgb(243 244 246 / 0.15);
}
.hover\:bg-secondary-100\/20:hover {
  background-color: rgb(243 244 246 / 0.2);
}
.hover\:bg-secondary-100\/25:hover {
  background-color: rgb(243 244 246 / 0.25);
}
.hover\:bg-secondary-100\/30:hover {
  background-color: rgb(243 244 246 / 0.3);
}
.hover\:bg-secondary-100\/35:hover {
  background-color: rgb(243 244 246 / 0.35);
}
.hover\:bg-secondary-100\/40:hover {
  background-color: rgb(243 244 246 / 0.4);
}
.hover\:bg-secondary-100\/45:hover {
  background-color: rgb(243 244 246 / 0.45);
}
.hover\:bg-secondary-100\/5:hover {
  background-color: rgb(243 244 246 / 0.05);
}
.hover\:bg-secondary-100\/50:hover {
  background-color: rgb(243 244 246 / 0.5);
}
.hover\:bg-secondary-100\/55:hover {
  background-color: rgb(243 244 246 / 0.55);
}
.hover\:bg-secondary-100\/60:hover {
  background-color: rgb(243 244 246 / 0.6);
}
.hover\:bg-secondary-100\/65:hover {
  background-color: rgb(243 244 246 / 0.65);
}
.hover\:bg-secondary-100\/70:hover {
  background-color: rgb(243 244 246 / 0.7);
}
.hover\:bg-secondary-100\/75:hover {
  background-color: rgb(243 244 246 / 0.75);
}
.hover\:bg-secondary-100\/80:hover {
  background-color: rgb(243 244 246 / 0.8);
}
.hover\:bg-secondary-100\/85:hover {
  background-color: rgb(243 244 246 / 0.85);
}
.hover\:bg-secondary-100\/90:hover {
  background-color: rgb(243 244 246 / 0.9);
}
.hover\:bg-secondary-100\/95:hover {
  background-color: rgb(243 244 246 / 0.95);
}
.hover\:bg-secondary-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-secondary-200\/0:hover {
  background-color: rgb(229 231 235 / 0);
}
.hover\:bg-secondary-200\/10:hover {
  background-color: rgb(229 231 235 / 0.1);
}
.hover\:bg-secondary-200\/100:hover {
  background-color: rgb(229 231 235 / 1);
}
.hover\:bg-secondary-200\/15:hover {
  background-color: rgb(229 231 235 / 0.15);
}
.hover\:bg-secondary-200\/20:hover {
  background-color: rgb(229 231 235 / 0.2);
}
.hover\:bg-secondary-200\/25:hover {
  background-color: rgb(229 231 235 / 0.25);
}
.hover\:bg-secondary-200\/30:hover {
  background-color: rgb(229 231 235 / 0.3);
}
.hover\:bg-secondary-200\/35:hover {
  background-color: rgb(229 231 235 / 0.35);
}
.hover\:bg-secondary-200\/40:hover {
  background-color: rgb(229 231 235 / 0.4);
}
.hover\:bg-secondary-200\/45:hover {
  background-color: rgb(229 231 235 / 0.45);
}
.hover\:bg-secondary-200\/5:hover {
  background-color: rgb(229 231 235 / 0.05);
}
.hover\:bg-secondary-200\/50:hover {
  background-color: rgb(229 231 235 / 0.5);
}
.hover\:bg-secondary-200\/55:hover {
  background-color: rgb(229 231 235 / 0.55);
}
.hover\:bg-secondary-200\/60:hover {
  background-color: rgb(229 231 235 / 0.6);
}
.hover\:bg-secondary-200\/65:hover {
  background-color: rgb(229 231 235 / 0.65);
}
.hover\:bg-secondary-200\/70:hover {
  background-color: rgb(229 231 235 / 0.7);
}
.hover\:bg-secondary-200\/75:hover {
  background-color: rgb(229 231 235 / 0.75);
}
.hover\:bg-secondary-200\/80:hover {
  background-color: rgb(229 231 235 / 0.8);
}
.hover\:bg-secondary-200\/85:hover {
  background-color: rgb(229 231 235 / 0.85);
}
.hover\:bg-secondary-200\/90:hover {
  background-color: rgb(229 231 235 / 0.9);
}
.hover\:bg-secondary-200\/95:hover {
  background-color: rgb(229 231 235 / 0.95);
}
.hover\:bg-secondary-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.hover\:bg-secondary-300\/0:hover {
  background-color: rgb(209 213 219 / 0);
}
.hover\:bg-secondary-300\/10:hover {
  background-color: rgb(209 213 219 / 0.1);
}
.hover\:bg-secondary-300\/100:hover {
  background-color: rgb(209 213 219 / 1);
}
.hover\:bg-secondary-300\/15:hover {
  background-color: rgb(209 213 219 / 0.15);
}
.hover\:bg-secondary-300\/20:hover {
  background-color: rgb(209 213 219 / 0.2);
}
.hover\:bg-secondary-300\/25:hover {
  background-color: rgb(209 213 219 / 0.25);
}
.hover\:bg-secondary-300\/30:hover {
  background-color: rgb(209 213 219 / 0.3);
}
.hover\:bg-secondary-300\/35:hover {
  background-color: rgb(209 213 219 / 0.35);
}
.hover\:bg-secondary-300\/40:hover {
  background-color: rgb(209 213 219 / 0.4);
}
.hover\:bg-secondary-300\/45:hover {
  background-color: rgb(209 213 219 / 0.45);
}
.hover\:bg-secondary-300\/5:hover {
  background-color: rgb(209 213 219 / 0.05);
}
.hover\:bg-secondary-300\/50:hover {
  background-color: rgb(209 213 219 / 0.5);
}
.hover\:bg-secondary-300\/55:hover {
  background-color: rgb(209 213 219 / 0.55);
}
.hover\:bg-secondary-300\/60:hover {
  background-color: rgb(209 213 219 / 0.6);
}
.hover\:bg-secondary-300\/65:hover {
  background-color: rgb(209 213 219 / 0.65);
}
.hover\:bg-secondary-300\/70:hover {
  background-color: rgb(209 213 219 / 0.7);
}
.hover\:bg-secondary-300\/75:hover {
  background-color: rgb(209 213 219 / 0.75);
}
.hover\:bg-secondary-300\/80:hover {
  background-color: rgb(209 213 219 / 0.8);
}
.hover\:bg-secondary-300\/85:hover {
  background-color: rgb(209 213 219 / 0.85);
}
.hover\:bg-secondary-300\/90:hover {
  background-color: rgb(209 213 219 / 0.9);
}
.hover\:bg-secondary-300\/95:hover {
  background-color: rgb(209 213 219 / 0.95);
}
.hover\:bg-secondary-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.hover\:bg-secondary-400\/0:hover {
  background-color: rgb(156 163 175 / 0);
}
.hover\:bg-secondary-400\/10:hover {
  background-color: rgb(156 163 175 / 0.1);
}
.hover\:bg-secondary-400\/100:hover {
  background-color: rgb(156 163 175 / 1);
}
.hover\:bg-secondary-400\/15:hover {
  background-color: rgb(156 163 175 / 0.15);
}
.hover\:bg-secondary-400\/20:hover {
  background-color: rgb(156 163 175 / 0.2);
}
.hover\:bg-secondary-400\/25:hover {
  background-color: rgb(156 163 175 / 0.25);
}
.hover\:bg-secondary-400\/30:hover {
  background-color: rgb(156 163 175 / 0.3);
}
.hover\:bg-secondary-400\/35:hover {
  background-color: rgb(156 163 175 / 0.35);
}
.hover\:bg-secondary-400\/40:hover {
  background-color: rgb(156 163 175 / 0.4);
}
.hover\:bg-secondary-400\/45:hover {
  background-color: rgb(156 163 175 / 0.45);
}
.hover\:bg-secondary-400\/5:hover {
  background-color: rgb(156 163 175 / 0.05);
}
.hover\:bg-secondary-400\/50:hover {
  background-color: rgb(156 163 175 / 0.5);
}
.hover\:bg-secondary-400\/55:hover {
  background-color: rgb(156 163 175 / 0.55);
}
.hover\:bg-secondary-400\/60:hover {
  background-color: rgb(156 163 175 / 0.6);
}
.hover\:bg-secondary-400\/65:hover {
  background-color: rgb(156 163 175 / 0.65);
}
.hover\:bg-secondary-400\/70:hover {
  background-color: rgb(156 163 175 / 0.7);
}
.hover\:bg-secondary-400\/75:hover {
  background-color: rgb(156 163 175 / 0.75);
}
.hover\:bg-secondary-400\/80:hover {
  background-color: rgb(156 163 175 / 0.8);
}
.hover\:bg-secondary-400\/85:hover {
  background-color: rgb(156 163 175 / 0.85);
}
.hover\:bg-secondary-400\/90:hover {
  background-color: rgb(156 163 175 / 0.9);
}
.hover\:bg-secondary-400\/95:hover {
  background-color: rgb(156 163 175 / 0.95);
}
.hover\:bg-secondary-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.hover\:bg-secondary-50\/0:hover {
  background-color: rgb(249 250 251 / 0);
}
.hover\:bg-secondary-50\/10:hover {
  background-color: rgb(249 250 251 / 0.1);
}
.hover\:bg-secondary-50\/100:hover {
  background-color: rgb(249 250 251 / 1);
}
.hover\:bg-secondary-50\/15:hover {
  background-color: rgb(249 250 251 / 0.15);
}
.hover\:bg-secondary-50\/20:hover {
  background-color: rgb(249 250 251 / 0.2);
}
.hover\:bg-secondary-50\/25:hover {
  background-color: rgb(249 250 251 / 0.25);
}
.hover\:bg-secondary-50\/30:hover {
  background-color: rgb(249 250 251 / 0.3);
}
.hover\:bg-secondary-50\/35:hover {
  background-color: rgb(249 250 251 / 0.35);
}
.hover\:bg-secondary-50\/40:hover {
  background-color: rgb(249 250 251 / 0.4);
}
.hover\:bg-secondary-50\/45:hover {
  background-color: rgb(249 250 251 / 0.45);
}
.hover\:bg-secondary-50\/5:hover {
  background-color: rgb(249 250 251 / 0.05);
}
.hover\:bg-secondary-50\/50:hover {
  background-color: rgb(249 250 251 / 0.5);
}
.hover\:bg-secondary-50\/55:hover {
  background-color: rgb(249 250 251 / 0.55);
}
.hover\:bg-secondary-50\/60:hover {
  background-color: rgb(249 250 251 / 0.6);
}
.hover\:bg-secondary-50\/65:hover {
  background-color: rgb(249 250 251 / 0.65);
}
.hover\:bg-secondary-50\/70:hover {
  background-color: rgb(249 250 251 / 0.7);
}
.hover\:bg-secondary-50\/75:hover {
  background-color: rgb(249 250 251 / 0.75);
}
.hover\:bg-secondary-50\/80:hover {
  background-color: rgb(249 250 251 / 0.8);
}
.hover\:bg-secondary-50\/85:hover {
  background-color: rgb(249 250 251 / 0.85);
}
.hover\:bg-secondary-50\/90:hover {
  background-color: rgb(249 250 251 / 0.9);
}
.hover\:bg-secondary-50\/95:hover {
  background-color: rgb(249 250 251 / 0.95);
}
.hover\:bg-secondary-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.hover\:bg-secondary-500\/0:hover {
  background-color: rgb(107 114 128 / 0);
}
.hover\:bg-secondary-500\/10:hover {
  background-color: rgb(107 114 128 / 0.1);
}
.hover\:bg-secondary-500\/100:hover {
  background-color: rgb(107 114 128 / 1);
}
.hover\:bg-secondary-500\/15:hover {
  background-color: rgb(107 114 128 / 0.15);
}
.hover\:bg-secondary-500\/20:hover {
  background-color: rgb(107 114 128 / 0.2);
}
.hover\:bg-secondary-500\/25:hover {
  background-color: rgb(107 114 128 / 0.25);
}
.hover\:bg-secondary-500\/30:hover {
  background-color: rgb(107 114 128 / 0.3);
}
.hover\:bg-secondary-500\/35:hover {
  background-color: rgb(107 114 128 / 0.35);
}
.hover\:bg-secondary-500\/40:hover {
  background-color: rgb(107 114 128 / 0.4);
}
.hover\:bg-secondary-500\/45:hover {
  background-color: rgb(107 114 128 / 0.45);
}
.hover\:bg-secondary-500\/5:hover {
  background-color: rgb(107 114 128 / 0.05);
}
.hover\:bg-secondary-500\/50:hover {
  background-color: rgb(107 114 128 / 0.5);
}
.hover\:bg-secondary-500\/55:hover {
  background-color: rgb(107 114 128 / 0.55);
}
.hover\:bg-secondary-500\/60:hover {
  background-color: rgb(107 114 128 / 0.6);
}
.hover\:bg-secondary-500\/65:hover {
  background-color: rgb(107 114 128 / 0.65);
}
.hover\:bg-secondary-500\/70:hover {
  background-color: rgb(107 114 128 / 0.7);
}
.hover\:bg-secondary-500\/75:hover {
  background-color: rgb(107 114 128 / 0.75);
}
.hover\:bg-secondary-500\/80:hover {
  background-color: rgb(107 114 128 / 0.8);
}
.hover\:bg-secondary-500\/85:hover {
  background-color: rgb(107 114 128 / 0.85);
}
.hover\:bg-secondary-500\/90:hover {
  background-color: rgb(107 114 128 / 0.9);
}
.hover\:bg-secondary-500\/95:hover {
  background-color: rgb(107 114 128 / 0.95);
}
.hover\:bg-secondary-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.hover\:bg-secondary-600\/0:hover {
  background-color: rgb(75 85 99 / 0);
}
.hover\:bg-secondary-600\/10:hover {
  background-color: rgb(75 85 99 / 0.1);
}
.hover\:bg-secondary-600\/100:hover {
  background-color: rgb(75 85 99 / 1);
}
.hover\:bg-secondary-600\/15:hover {
  background-color: rgb(75 85 99 / 0.15);
}
.hover\:bg-secondary-600\/20:hover {
  background-color: rgb(75 85 99 / 0.2);
}
.hover\:bg-secondary-600\/25:hover {
  background-color: rgb(75 85 99 / 0.25);
}
.hover\:bg-secondary-600\/30:hover {
  background-color: rgb(75 85 99 / 0.3);
}
.hover\:bg-secondary-600\/35:hover {
  background-color: rgb(75 85 99 / 0.35);
}
.hover\:bg-secondary-600\/40:hover {
  background-color: rgb(75 85 99 / 0.4);
}
.hover\:bg-secondary-600\/45:hover {
  background-color: rgb(75 85 99 / 0.45);
}
.hover\:bg-secondary-600\/5:hover {
  background-color: rgb(75 85 99 / 0.05);
}
.hover\:bg-secondary-600\/50:hover {
  background-color: rgb(75 85 99 / 0.5);
}
.hover\:bg-secondary-600\/55:hover {
  background-color: rgb(75 85 99 / 0.55);
}
.hover\:bg-secondary-600\/60:hover {
  background-color: rgb(75 85 99 / 0.6);
}
.hover\:bg-secondary-600\/65:hover {
  background-color: rgb(75 85 99 / 0.65);
}
.hover\:bg-secondary-600\/70:hover {
  background-color: rgb(75 85 99 / 0.7);
}
.hover\:bg-secondary-600\/75:hover {
  background-color: rgb(75 85 99 / 0.75);
}
.hover\:bg-secondary-600\/80:hover {
  background-color: rgb(75 85 99 / 0.8);
}
.hover\:bg-secondary-600\/85:hover {
  background-color: rgb(75 85 99 / 0.85);
}
.hover\:bg-secondary-600\/90:hover {
  background-color: rgb(75 85 99 / 0.9);
}
.hover\:bg-secondary-600\/95:hover {
  background-color: rgb(75 85 99 / 0.95);
}
.hover\:bg-secondary-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.hover\:bg-secondary-700\/0:hover {
  background-color: rgb(55 65 81 / 0);
}
.hover\:bg-secondary-700\/10:hover {
  background-color: rgb(55 65 81 / 0.1);
}
.hover\:bg-secondary-700\/100:hover {
  background-color: rgb(55 65 81 / 1);
}
.hover\:bg-secondary-700\/15:hover {
  background-color: rgb(55 65 81 / 0.15);
}
.hover\:bg-secondary-700\/20:hover {
  background-color: rgb(55 65 81 / 0.2);
}
.hover\:bg-secondary-700\/25:hover {
  background-color: rgb(55 65 81 / 0.25);
}
.hover\:bg-secondary-700\/30:hover {
  background-color: rgb(55 65 81 / 0.3);
}
.hover\:bg-secondary-700\/35:hover {
  background-color: rgb(55 65 81 / 0.35);
}
.hover\:bg-secondary-700\/40:hover {
  background-color: rgb(55 65 81 / 0.4);
}
.hover\:bg-secondary-700\/45:hover {
  background-color: rgb(55 65 81 / 0.45);
}
.hover\:bg-secondary-700\/5:hover {
  background-color: rgb(55 65 81 / 0.05);
}
.hover\:bg-secondary-700\/50:hover {
  background-color: rgb(55 65 81 / 0.5);
}
.hover\:bg-secondary-700\/55:hover {
  background-color: rgb(55 65 81 / 0.55);
}
.hover\:bg-secondary-700\/60:hover {
  background-color: rgb(55 65 81 / 0.6);
}
.hover\:bg-secondary-700\/65:hover {
  background-color: rgb(55 65 81 / 0.65);
}
.hover\:bg-secondary-700\/70:hover {
  background-color: rgb(55 65 81 / 0.7);
}
.hover\:bg-secondary-700\/75:hover {
  background-color: rgb(55 65 81 / 0.75);
}
.hover\:bg-secondary-700\/80:hover {
  background-color: rgb(55 65 81 / 0.8);
}
.hover\:bg-secondary-700\/85:hover {
  background-color: rgb(55 65 81 / 0.85);
}
.hover\:bg-secondary-700\/90:hover {
  background-color: rgb(55 65 81 / 0.9);
}
.hover\:bg-secondary-700\/95:hover {
  background-color: rgb(55 65 81 / 0.95);
}
.hover\:bg-secondary-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.hover\:bg-secondary-800\/0:hover {
  background-color: rgb(31 41 55 / 0);
}
.hover\:bg-secondary-800\/10:hover {
  background-color: rgb(31 41 55 / 0.1);
}
.hover\:bg-secondary-800\/100:hover {
  background-color: rgb(31 41 55 / 1);
}
.hover\:bg-secondary-800\/15:hover {
  background-color: rgb(31 41 55 / 0.15);
}
.hover\:bg-secondary-800\/20:hover {
  background-color: rgb(31 41 55 / 0.2);
}
.hover\:bg-secondary-800\/25:hover {
  background-color: rgb(31 41 55 / 0.25);
}
.hover\:bg-secondary-800\/30:hover {
  background-color: rgb(31 41 55 / 0.3);
}
.hover\:bg-secondary-800\/35:hover {
  background-color: rgb(31 41 55 / 0.35);
}
.hover\:bg-secondary-800\/40:hover {
  background-color: rgb(31 41 55 / 0.4);
}
.hover\:bg-secondary-800\/45:hover {
  background-color: rgb(31 41 55 / 0.45);
}
.hover\:bg-secondary-800\/5:hover {
  background-color: rgb(31 41 55 / 0.05);
}
.hover\:bg-secondary-800\/50:hover {
  background-color: rgb(31 41 55 / 0.5);
}
.hover\:bg-secondary-800\/55:hover {
  background-color: rgb(31 41 55 / 0.55);
}
.hover\:bg-secondary-800\/60:hover {
  background-color: rgb(31 41 55 / 0.6);
}
.hover\:bg-secondary-800\/65:hover {
  background-color: rgb(31 41 55 / 0.65);
}
.hover\:bg-secondary-800\/70:hover {
  background-color: rgb(31 41 55 / 0.7);
}
.hover\:bg-secondary-800\/75:hover {
  background-color: rgb(31 41 55 / 0.75);
}
.hover\:bg-secondary-800\/80:hover {
  background-color: rgb(31 41 55 / 0.8);
}
.hover\:bg-secondary-800\/85:hover {
  background-color: rgb(31 41 55 / 0.85);
}
.hover\:bg-secondary-800\/90:hover {
  background-color: rgb(31 41 55 / 0.9);
}
.hover\:bg-secondary-800\/95:hover {
  background-color: rgb(31 41 55 / 0.95);
}
.hover\:bg-secondary-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.hover\:bg-secondary-900\/0:hover {
  background-color: rgb(17 24 39 / 0);
}
.hover\:bg-secondary-900\/10:hover {
  background-color: rgb(17 24 39 / 0.1);
}
.hover\:bg-secondary-900\/100:hover {
  background-color: rgb(17 24 39 / 1);
}
.hover\:bg-secondary-900\/15:hover {
  background-color: rgb(17 24 39 / 0.15);
}
.hover\:bg-secondary-900\/20:hover {
  background-color: rgb(17 24 39 / 0.2);
}
.hover\:bg-secondary-900\/25:hover {
  background-color: rgb(17 24 39 / 0.25);
}
.hover\:bg-secondary-900\/30:hover {
  background-color: rgb(17 24 39 / 0.3);
}
.hover\:bg-secondary-900\/35:hover {
  background-color: rgb(17 24 39 / 0.35);
}
.hover\:bg-secondary-900\/40:hover {
  background-color: rgb(17 24 39 / 0.4);
}
.hover\:bg-secondary-900\/45:hover {
  background-color: rgb(17 24 39 / 0.45);
}
.hover\:bg-secondary-900\/5:hover {
  background-color: rgb(17 24 39 / 0.05);
}
.hover\:bg-secondary-900\/50:hover {
  background-color: rgb(17 24 39 / 0.5);
}
.hover\:bg-secondary-900\/55:hover {
  background-color: rgb(17 24 39 / 0.55);
}
.hover\:bg-secondary-900\/60:hover {
  background-color: rgb(17 24 39 / 0.6);
}
.hover\:bg-secondary-900\/65:hover {
  background-color: rgb(17 24 39 / 0.65);
}
.hover\:bg-secondary-900\/70:hover {
  background-color: rgb(17 24 39 / 0.7);
}
.hover\:bg-secondary-900\/75:hover {
  background-color: rgb(17 24 39 / 0.75);
}
.hover\:bg-secondary-900\/80:hover {
  background-color: rgb(17 24 39 / 0.8);
}
.hover\:bg-secondary-900\/85:hover {
  background-color: rgb(17 24 39 / 0.85);
}
.hover\:bg-secondary-900\/90:hover {
  background-color: rgb(17 24 39 / 0.9);
}
.hover\:bg-secondary-900\/95:hover {
  background-color: rgb(17 24 39 / 0.95);
}
.hover\:bg-sky-400\/25:hover {
  background-color: rgb(56 189 248 / 0.25);
}
.hover\:bg-sky-400\/60:hover {
  background-color: rgb(56 189 248 / 0.6);
}
.hover\:bg-sky-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-100\/25:hover {
  background-color: rgb(241 245 249 / 0.25);
}
.hover\:bg-slate-300\/25:hover {
  background-color: rgb(203 213 225 / 0.25);
}
.hover\:bg-slate-300\/60:hover {
  background-color: rgb(203 213 225 / 0.6);
}
.hover\:bg-slate-400\/25:hover {
  background-color: rgb(148 163 184 / 0.25);
}
.hover\:bg-slate-400\/60:hover {
  background-color: rgb(148 163 184 / 0.6);
}
.hover\:bg-slate-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
.hover\:bg-stone-400\/25:hover {
  background-color: rgb(168 162 158 / 0.25);
}
.hover\:bg-stone-400\/60:hover {
  background-color: rgb(168 162 158 / 0.6);
}
.hover\:bg-stone-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(87 83 78 / var(--tw-bg-opacity, 1));
}
.hover\:bg-teal-400\/25:hover {
  background-color: rgb(45 212 191 / 0.25);
}
.hover\:bg-teal-400\/60:hover {
  background-color: rgb(45 212 191 / 0.6);
}
.hover\:bg-teal-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity, 1));
}
.hover\:bg-violet-400\/25:hover {
  background-color: rgb(167 139 250 / 0.25);
}
.hover\:bg-violet-400\/60:hover {
  background-color: rgb(167 139 250 / 0.6);
}
.hover\:bg-violet-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1));
}
.hover\:bg-warning-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}
.hover\:bg-warning-100\/0:hover {
  background-color: rgb(254 243 199 / 0);
}
.hover\:bg-warning-100\/10:hover {
  background-color: rgb(254 243 199 / 0.1);
}
.hover\:bg-warning-100\/100:hover {
  background-color: rgb(254 243 199 / 1);
}
.hover\:bg-warning-100\/15:hover {
  background-color: rgb(254 243 199 / 0.15);
}
.hover\:bg-warning-100\/20:hover {
  background-color: rgb(254 243 199 / 0.2);
}
.hover\:bg-warning-100\/25:hover {
  background-color: rgb(254 243 199 / 0.25);
}
.hover\:bg-warning-100\/30:hover {
  background-color: rgb(254 243 199 / 0.3);
}
.hover\:bg-warning-100\/35:hover {
  background-color: rgb(254 243 199 / 0.35);
}
.hover\:bg-warning-100\/40:hover {
  background-color: rgb(254 243 199 / 0.4);
}
.hover\:bg-warning-100\/45:hover {
  background-color: rgb(254 243 199 / 0.45);
}
.hover\:bg-warning-100\/5:hover {
  background-color: rgb(254 243 199 / 0.05);
}
.hover\:bg-warning-100\/50:hover {
  background-color: rgb(254 243 199 / 0.5);
}
.hover\:bg-warning-100\/55:hover {
  background-color: rgb(254 243 199 / 0.55);
}
.hover\:bg-warning-100\/60:hover {
  background-color: rgb(254 243 199 / 0.6);
}
.hover\:bg-warning-100\/65:hover {
  background-color: rgb(254 243 199 / 0.65);
}
.hover\:bg-warning-100\/70:hover {
  background-color: rgb(254 243 199 / 0.7);
}
.hover\:bg-warning-100\/75:hover {
  background-color: rgb(254 243 199 / 0.75);
}
.hover\:bg-warning-100\/80:hover {
  background-color: rgb(254 243 199 / 0.8);
}
.hover\:bg-warning-100\/85:hover {
  background-color: rgb(254 243 199 / 0.85);
}
.hover\:bg-warning-100\/90:hover {
  background-color: rgb(254 243 199 / 0.9);
}
.hover\:bg-warning-100\/95:hover {
  background-color: rgb(254 243 199 / 0.95);
}
.hover\:bg-warning-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity, 1));
}
.hover\:bg-warning-200\/0:hover {
  background-color: rgb(253 230 138 / 0);
}
.hover\:bg-warning-200\/10:hover {
  background-color: rgb(253 230 138 / 0.1);
}
.hover\:bg-warning-200\/100:hover {
  background-color: rgb(253 230 138 / 1);
}
.hover\:bg-warning-200\/15:hover {
  background-color: rgb(253 230 138 / 0.15);
}
.hover\:bg-warning-200\/20:hover {
  background-color: rgb(253 230 138 / 0.2);
}
.hover\:bg-warning-200\/25:hover {
  background-color: rgb(253 230 138 / 0.25);
}
.hover\:bg-warning-200\/30:hover {
  background-color: rgb(253 230 138 / 0.3);
}
.hover\:bg-warning-200\/35:hover {
  background-color: rgb(253 230 138 / 0.35);
}
.hover\:bg-warning-200\/40:hover {
  background-color: rgb(253 230 138 / 0.4);
}
.hover\:bg-warning-200\/45:hover {
  background-color: rgb(253 230 138 / 0.45);
}
.hover\:bg-warning-200\/5:hover {
  background-color: rgb(253 230 138 / 0.05);
}
.hover\:bg-warning-200\/50:hover {
  background-color: rgb(253 230 138 / 0.5);
}
.hover\:bg-warning-200\/55:hover {
  background-color: rgb(253 230 138 / 0.55);
}
.hover\:bg-warning-200\/60:hover {
  background-color: rgb(253 230 138 / 0.6);
}
.hover\:bg-warning-200\/65:hover {
  background-color: rgb(253 230 138 / 0.65);
}
.hover\:bg-warning-200\/70:hover {
  background-color: rgb(253 230 138 / 0.7);
}
.hover\:bg-warning-200\/75:hover {
  background-color: rgb(253 230 138 / 0.75);
}
.hover\:bg-warning-200\/80:hover {
  background-color: rgb(253 230 138 / 0.8);
}
.hover\:bg-warning-200\/85:hover {
  background-color: rgb(253 230 138 / 0.85);
}
.hover\:bg-warning-200\/90:hover {
  background-color: rgb(253 230 138 / 0.9);
}
.hover\:bg-warning-200\/95:hover {
  background-color: rgb(253 230 138 / 0.95);
}
.hover\:bg-warning-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity, 1));
}
.hover\:bg-warning-300\/0:hover {
  background-color: rgb(252 211 77 / 0);
}
.hover\:bg-warning-300\/10:hover {
  background-color: rgb(252 211 77 / 0.1);
}
.hover\:bg-warning-300\/100:hover {
  background-color: rgb(252 211 77 / 1);
}
.hover\:bg-warning-300\/15:hover {
  background-color: rgb(252 211 77 / 0.15);
}
.hover\:bg-warning-300\/20:hover {
  background-color: rgb(252 211 77 / 0.2);
}
.hover\:bg-warning-300\/25:hover {
  background-color: rgb(252 211 77 / 0.25);
}
.hover\:bg-warning-300\/30:hover {
  background-color: rgb(252 211 77 / 0.3);
}
.hover\:bg-warning-300\/35:hover {
  background-color: rgb(252 211 77 / 0.35);
}
.hover\:bg-warning-300\/40:hover {
  background-color: rgb(252 211 77 / 0.4);
}
.hover\:bg-warning-300\/45:hover {
  background-color: rgb(252 211 77 / 0.45);
}
.hover\:bg-warning-300\/5:hover {
  background-color: rgb(252 211 77 / 0.05);
}
.hover\:bg-warning-300\/50:hover {
  background-color: rgb(252 211 77 / 0.5);
}
.hover\:bg-warning-300\/55:hover {
  background-color: rgb(252 211 77 / 0.55);
}
.hover\:bg-warning-300\/60:hover {
  background-color: rgb(252 211 77 / 0.6);
}
.hover\:bg-warning-300\/65:hover {
  background-color: rgb(252 211 77 / 0.65);
}
.hover\:bg-warning-300\/70:hover {
  background-color: rgb(252 211 77 / 0.7);
}
.hover\:bg-warning-300\/75:hover {
  background-color: rgb(252 211 77 / 0.75);
}
.hover\:bg-warning-300\/80:hover {
  background-color: rgb(252 211 77 / 0.8);
}
.hover\:bg-warning-300\/85:hover {
  background-color: rgb(252 211 77 / 0.85);
}
.hover\:bg-warning-300\/90:hover {
  background-color: rgb(252 211 77 / 0.9);
}
.hover\:bg-warning-300\/95:hover {
  background-color: rgb(252 211 77 / 0.95);
}
.hover\:bg-warning-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
}
.hover\:bg-warning-400\/0:hover {
  background-color: rgb(251 191 36 / 0);
}
.hover\:bg-warning-400\/10:hover {
  background-color: rgb(251 191 36 / 0.1);
}
.hover\:bg-warning-400\/100:hover {
  background-color: rgb(251 191 36 / 1);
}
.hover\:bg-warning-400\/15:hover {
  background-color: rgb(251 191 36 / 0.15);
}
.hover\:bg-warning-400\/20:hover {
  background-color: rgb(251 191 36 / 0.2);
}
.hover\:bg-warning-400\/25:hover {
  background-color: rgb(251 191 36 / 0.25);
}
.hover\:bg-warning-400\/30:hover {
  background-color: rgb(251 191 36 / 0.3);
}
.hover\:bg-warning-400\/35:hover {
  background-color: rgb(251 191 36 / 0.35);
}
.hover\:bg-warning-400\/40:hover {
  background-color: rgb(251 191 36 / 0.4);
}
.hover\:bg-warning-400\/45:hover {
  background-color: rgb(251 191 36 / 0.45);
}
.hover\:bg-warning-400\/5:hover {
  background-color: rgb(251 191 36 / 0.05);
}
.hover\:bg-warning-400\/50:hover {
  background-color: rgb(251 191 36 / 0.5);
}
.hover\:bg-warning-400\/55:hover {
  background-color: rgb(251 191 36 / 0.55);
}
.hover\:bg-warning-400\/60:hover {
  background-color: rgb(251 191 36 / 0.6);
}
.hover\:bg-warning-400\/65:hover {
  background-color: rgb(251 191 36 / 0.65);
}
.hover\:bg-warning-400\/70:hover {
  background-color: rgb(251 191 36 / 0.7);
}
.hover\:bg-warning-400\/75:hover {
  background-color: rgb(251 191 36 / 0.75);
}
.hover\:bg-warning-400\/80:hover {
  background-color: rgb(251 191 36 / 0.8);
}
.hover\:bg-warning-400\/85:hover {
  background-color: rgb(251 191 36 / 0.85);
}
.hover\:bg-warning-400\/90:hover {
  background-color: rgb(251 191 36 / 0.9);
}
.hover\:bg-warning-400\/95:hover {
  background-color: rgb(251 191 36 / 0.95);
}
.hover\:bg-warning-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}
.hover\:bg-warning-50\/0:hover {
  background-color: rgb(255 251 235 / 0);
}
.hover\:bg-warning-50\/10:hover {
  background-color: rgb(255 251 235 / 0.1);
}
.hover\:bg-warning-50\/100:hover {
  background-color: rgb(255 251 235 / 1);
}
.hover\:bg-warning-50\/15:hover {
  background-color: rgb(255 251 235 / 0.15);
}
.hover\:bg-warning-50\/20:hover {
  background-color: rgb(255 251 235 / 0.2);
}
.hover\:bg-warning-50\/25:hover {
  background-color: rgb(255 251 235 / 0.25);
}
.hover\:bg-warning-50\/30:hover {
  background-color: rgb(255 251 235 / 0.3);
}
.hover\:bg-warning-50\/35:hover {
  background-color: rgb(255 251 235 / 0.35);
}
.hover\:bg-warning-50\/40:hover {
  background-color: rgb(255 251 235 / 0.4);
}
.hover\:bg-warning-50\/45:hover {
  background-color: rgb(255 251 235 / 0.45);
}
.hover\:bg-warning-50\/5:hover {
  background-color: rgb(255 251 235 / 0.05);
}
.hover\:bg-warning-50\/50:hover {
  background-color: rgb(255 251 235 / 0.5);
}
.hover\:bg-warning-50\/55:hover {
  background-color: rgb(255 251 235 / 0.55);
}
.hover\:bg-warning-50\/60:hover {
  background-color: rgb(255 251 235 / 0.6);
}
.hover\:bg-warning-50\/65:hover {
  background-color: rgb(255 251 235 / 0.65);
}
.hover\:bg-warning-50\/70:hover {
  background-color: rgb(255 251 235 / 0.7);
}
.hover\:bg-warning-50\/75:hover {
  background-color: rgb(255 251 235 / 0.75);
}
.hover\:bg-warning-50\/80:hover {
  background-color: rgb(255 251 235 / 0.8);
}
.hover\:bg-warning-50\/85:hover {
  background-color: rgb(255 251 235 / 0.85);
}
.hover\:bg-warning-50\/90:hover {
  background-color: rgb(255 251 235 / 0.9);
}
.hover\:bg-warning-50\/95:hover {
  background-color: rgb(255 251 235 / 0.95);
}
.hover\:bg-warning-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}
.hover\:bg-warning-500\/0:hover {
  background-color: rgb(245 158 11 / 0);
}
.hover\:bg-warning-500\/10:hover {
  background-color: rgb(245 158 11 / 0.1);
}
.hover\:bg-warning-500\/100:hover {
  background-color: rgb(245 158 11 / 1);
}
.hover\:bg-warning-500\/15:hover {
  background-color: rgb(245 158 11 / 0.15);
}
.hover\:bg-warning-500\/20:hover {
  background-color: rgb(245 158 11 / 0.2);
}
.hover\:bg-warning-500\/25:hover {
  background-color: rgb(245 158 11 / 0.25);
}
.hover\:bg-warning-500\/30:hover {
  background-color: rgb(245 158 11 / 0.3);
}
.hover\:bg-warning-500\/35:hover {
  background-color: rgb(245 158 11 / 0.35);
}
.hover\:bg-warning-500\/40:hover {
  background-color: rgb(245 158 11 / 0.4);
}
.hover\:bg-warning-500\/45:hover {
  background-color: rgb(245 158 11 / 0.45);
}
.hover\:bg-warning-500\/5:hover {
  background-color: rgb(245 158 11 / 0.05);
}
.hover\:bg-warning-500\/50:hover {
  background-color: rgb(245 158 11 / 0.5);
}
.hover\:bg-warning-500\/55:hover {
  background-color: rgb(245 158 11 / 0.55);
}
.hover\:bg-warning-500\/60:hover {
  background-color: rgb(245 158 11 / 0.6);
}
.hover\:bg-warning-500\/65:hover {
  background-color: rgb(245 158 11 / 0.65);
}
.hover\:bg-warning-500\/70:hover {
  background-color: rgb(245 158 11 / 0.7);
}
.hover\:bg-warning-500\/75:hover {
  background-color: rgb(245 158 11 / 0.75);
}
.hover\:bg-warning-500\/80:hover {
  background-color: rgb(245 158 11 / 0.8);
}
.hover\:bg-warning-500\/85:hover {
  background-color: rgb(245 158 11 / 0.85);
}
.hover\:bg-warning-500\/90:hover {
  background-color: rgb(245 158 11 / 0.9);
}
.hover\:bg-warning-500\/95:hover {
  background-color: rgb(245 158 11 / 0.95);
}
.hover\:bg-warning-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}
.hover\:bg-warning-600\/0:hover {
  background-color: rgb(217 119 6 / 0);
}
.hover\:bg-warning-600\/10:hover {
  background-color: rgb(217 119 6 / 0.1);
}
.hover\:bg-warning-600\/100:hover {
  background-color: rgb(217 119 6 / 1);
}
.hover\:bg-warning-600\/15:hover {
  background-color: rgb(217 119 6 / 0.15);
}
.hover\:bg-warning-600\/20:hover {
  background-color: rgb(217 119 6 / 0.2);
}
.hover\:bg-warning-600\/25:hover {
  background-color: rgb(217 119 6 / 0.25);
}
.hover\:bg-warning-600\/30:hover {
  background-color: rgb(217 119 6 / 0.3);
}
.hover\:bg-warning-600\/35:hover {
  background-color: rgb(217 119 6 / 0.35);
}
.hover\:bg-warning-600\/40:hover {
  background-color: rgb(217 119 6 / 0.4);
}
.hover\:bg-warning-600\/45:hover {
  background-color: rgb(217 119 6 / 0.45);
}
.hover\:bg-warning-600\/5:hover {
  background-color: rgb(217 119 6 / 0.05);
}
.hover\:bg-warning-600\/50:hover {
  background-color: rgb(217 119 6 / 0.5);
}
.hover\:bg-warning-600\/55:hover {
  background-color: rgb(217 119 6 / 0.55);
}
.hover\:bg-warning-600\/60:hover {
  background-color: rgb(217 119 6 / 0.6);
}
.hover\:bg-warning-600\/65:hover {
  background-color: rgb(217 119 6 / 0.65);
}
.hover\:bg-warning-600\/70:hover {
  background-color: rgb(217 119 6 / 0.7);
}
.hover\:bg-warning-600\/75:hover {
  background-color: rgb(217 119 6 / 0.75);
}
.hover\:bg-warning-600\/80:hover {
  background-color: rgb(217 119 6 / 0.8);
}
.hover\:bg-warning-600\/85:hover {
  background-color: rgb(217 119 6 / 0.85);
}
.hover\:bg-warning-600\/90:hover {
  background-color: rgb(217 119 6 / 0.9);
}
.hover\:bg-warning-600\/95:hover {
  background-color: rgb(217 119 6 / 0.95);
}
.hover\:bg-warning-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity, 1));
}
.hover\:bg-warning-700\/0:hover {
  background-color: rgb(180 83 9 / 0);
}
.hover\:bg-warning-700\/10:hover {
  background-color: rgb(180 83 9 / 0.1);
}
.hover\:bg-warning-700\/100:hover {
  background-color: rgb(180 83 9 / 1);
}
.hover\:bg-warning-700\/15:hover {
  background-color: rgb(180 83 9 / 0.15);
}
.hover\:bg-warning-700\/20:hover {
  background-color: rgb(180 83 9 / 0.2);
}
.hover\:bg-warning-700\/25:hover {
  background-color: rgb(180 83 9 / 0.25);
}
.hover\:bg-warning-700\/30:hover {
  background-color: rgb(180 83 9 / 0.3);
}
.hover\:bg-warning-700\/35:hover {
  background-color: rgb(180 83 9 / 0.35);
}
.hover\:bg-warning-700\/40:hover {
  background-color: rgb(180 83 9 / 0.4);
}
.hover\:bg-warning-700\/45:hover {
  background-color: rgb(180 83 9 / 0.45);
}
.hover\:bg-warning-700\/5:hover {
  background-color: rgb(180 83 9 / 0.05);
}
.hover\:bg-warning-700\/50:hover {
  background-color: rgb(180 83 9 / 0.5);
}
.hover\:bg-warning-700\/55:hover {
  background-color: rgb(180 83 9 / 0.55);
}
.hover\:bg-warning-700\/60:hover {
  background-color: rgb(180 83 9 / 0.6);
}
.hover\:bg-warning-700\/65:hover {
  background-color: rgb(180 83 9 / 0.65);
}
.hover\:bg-warning-700\/70:hover {
  background-color: rgb(180 83 9 / 0.7);
}
.hover\:bg-warning-700\/75:hover {
  background-color: rgb(180 83 9 / 0.75);
}
.hover\:bg-warning-700\/80:hover {
  background-color: rgb(180 83 9 / 0.8);
}
.hover\:bg-warning-700\/85:hover {
  background-color: rgb(180 83 9 / 0.85);
}
.hover\:bg-warning-700\/90:hover {
  background-color: rgb(180 83 9 / 0.9);
}
.hover\:bg-warning-700\/95:hover {
  background-color: rgb(180 83 9 / 0.95);
}
.hover\:bg-warning-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(146 64 14 / var(--tw-bg-opacity, 1));
}
.hover\:bg-warning-800\/0:hover {
  background-color: rgb(146 64 14 / 0);
}
.hover\:bg-warning-800\/10:hover {
  background-color: rgb(146 64 14 / 0.1);
}
.hover\:bg-warning-800\/100:hover {
  background-color: rgb(146 64 14 / 1);
}
.hover\:bg-warning-800\/15:hover {
  background-color: rgb(146 64 14 / 0.15);
}
.hover\:bg-warning-800\/20:hover {
  background-color: rgb(146 64 14 / 0.2);
}
.hover\:bg-warning-800\/25:hover {
  background-color: rgb(146 64 14 / 0.25);
}
.hover\:bg-warning-800\/30:hover {
  background-color: rgb(146 64 14 / 0.3);
}
.hover\:bg-warning-800\/35:hover {
  background-color: rgb(146 64 14 / 0.35);
}
.hover\:bg-warning-800\/40:hover {
  background-color: rgb(146 64 14 / 0.4);
}
.hover\:bg-warning-800\/45:hover {
  background-color: rgb(146 64 14 / 0.45);
}
.hover\:bg-warning-800\/5:hover {
  background-color: rgb(146 64 14 / 0.05);
}
.hover\:bg-warning-800\/50:hover {
  background-color: rgb(146 64 14 / 0.5);
}
.hover\:bg-warning-800\/55:hover {
  background-color: rgb(146 64 14 / 0.55);
}
.hover\:bg-warning-800\/60:hover {
  background-color: rgb(146 64 14 / 0.6);
}
.hover\:bg-warning-800\/65:hover {
  background-color: rgb(146 64 14 / 0.65);
}
.hover\:bg-warning-800\/70:hover {
  background-color: rgb(146 64 14 / 0.7);
}
.hover\:bg-warning-800\/75:hover {
  background-color: rgb(146 64 14 / 0.75);
}
.hover\:bg-warning-800\/80:hover {
  background-color: rgb(146 64 14 / 0.8);
}
.hover\:bg-warning-800\/85:hover {
  background-color: rgb(146 64 14 / 0.85);
}
.hover\:bg-warning-800\/90:hover {
  background-color: rgb(146 64 14 / 0.9);
}
.hover\:bg-warning-800\/95:hover {
  background-color: rgb(146 64 14 / 0.95);
}
.hover\:bg-warning-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(120 53 15 / var(--tw-bg-opacity, 1));
}
.hover\:bg-warning-900\/0:hover {
  background-color: rgb(120 53 15 / 0);
}
.hover\:bg-warning-900\/10:hover {
  background-color: rgb(120 53 15 / 0.1);
}
.hover\:bg-warning-900\/100:hover {
  background-color: rgb(120 53 15 / 1);
}
.hover\:bg-warning-900\/15:hover {
  background-color: rgb(120 53 15 / 0.15);
}
.hover\:bg-warning-900\/20:hover {
  background-color: rgb(120 53 15 / 0.2);
}
.hover\:bg-warning-900\/25:hover {
  background-color: rgb(120 53 15 / 0.25);
}
.hover\:bg-warning-900\/30:hover {
  background-color: rgb(120 53 15 / 0.3);
}
.hover\:bg-warning-900\/35:hover {
  background-color: rgb(120 53 15 / 0.35);
}
.hover\:bg-warning-900\/40:hover {
  background-color: rgb(120 53 15 / 0.4);
}
.hover\:bg-warning-900\/45:hover {
  background-color: rgb(120 53 15 / 0.45);
}
.hover\:bg-warning-900\/5:hover {
  background-color: rgb(120 53 15 / 0.05);
}
.hover\:bg-warning-900\/50:hover {
  background-color: rgb(120 53 15 / 0.5);
}
.hover\:bg-warning-900\/55:hover {
  background-color: rgb(120 53 15 / 0.55);
}
.hover\:bg-warning-900\/60:hover {
  background-color: rgb(120 53 15 / 0.6);
}
.hover\:bg-warning-900\/65:hover {
  background-color: rgb(120 53 15 / 0.65);
}
.hover\:bg-warning-900\/70:hover {
  background-color: rgb(120 53 15 / 0.7);
}
.hover\:bg-warning-900\/75:hover {
  background-color: rgb(120 53 15 / 0.75);
}
.hover\:bg-warning-900\/80:hover {
  background-color: rgb(120 53 15 / 0.8);
}
.hover\:bg-warning-900\/85:hover {
  background-color: rgb(120 53 15 / 0.85);
}
.hover\:bg-warning-900\/90:hover {
  background-color: rgb(120 53 15 / 0.9);
}
.hover\:bg-warning-900\/95:hover {
  background-color: rgb(120 53 15 / 0.95);
}
.hover\:bg-white\/30:hover {
  background-color: rgb(255 255 255 / 0.3);
}
.hover\:bg-yellow-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}
.hover\:bg-yellow-400\/25:hover {
  background-color: rgb(250 204 21 / 0.25);
}
.hover\:bg-yellow-400\/60:hover {
  background-color: rgb(250 204 21 / 0.6);
}
.hover\:bg-yellow-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
}
.hover\:bg-zinc-400\/25:hover {
  background-color: rgb(161 161 170 / 0.25);
}
.hover\:bg-zinc-400\/60:hover {
  background-color: rgb(161 161 170 / 0.6);
}
.hover\:bg-zinc-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity, 1));
}
.hover\:font-medium:hover {
  font-weight: 500;
}
.hover\:text-amber-700:hover {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}
.hover\:text-amber-800:hover {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.hover\:text-cyan-700:hover {
  --tw-text-opacity: 1;
  color: rgb(14 116 144 / var(--tw-text-opacity, 1));
}
.hover\:text-cyan-800:hover {
  --tw-text-opacity: 1;
  color: rgb(21 94 117 / var(--tw-text-opacity, 1));
}
.hover\:text-emerald-700:hover {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.hover\:text-emerald-800:hover {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}
.hover\:text-fuchsia-700:hover {
  --tw-text-opacity: 1;
  color: rgb(162 28 175 / var(--tw-text-opacity, 1));
}
.hover\:text-fuchsia-800:hover {
  --tw-text-opacity: 1;
  color: rgb(134 25 143 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.hover\:text-green-700:hover {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.hover\:text-green-800:hover {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
.hover\:text-indigo-700:hover {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}
.hover\:text-indigo-800:hover {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}
.hover\:text-info-700:hover {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.hover\:text-info-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.hover\:text-lime-700:hover {
  --tw-text-opacity: 1;
  color: rgb(77 124 15 / var(--tw-text-opacity, 1));
}
.hover\:text-lime-800:hover {
  --tw-text-opacity: 1;
  color: rgb(63 98 18 / var(--tw-text-opacity, 1));
}
.hover\:text-negative-400:hover {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.hover\:text-negative-500:hover {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.hover\:text-negative-600:hover {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.hover\:text-negative-700:hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.hover\:text-negative-800:hover {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.hover\:text-neutral-700:hover {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}
.hover\:text-neutral-800:hover {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
}
.hover\:text-orange-700:hover {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity, 1));
}
.hover\:text-orange-800:hover {
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity, 1));
}
.hover\:text-pink-700:hover {
  --tw-text-opacity: 1;
  color: rgb(190 24 93 / var(--tw-text-opacity, 1));
}
.hover\:text-pink-800:hover {
  --tw-text-opacity: 1;
  color: rgb(157 23 77 / var(--tw-text-opacity, 1));
}
.hover\:text-positive-700:hover {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.hover\:text-positive-800:hover {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}
.hover\:text-primary-100:hover {
  --tw-text-opacity: 1;
  color: rgb(224 231 255 / var(--tw-text-opacity, 1));
}
.hover\:text-primary-100\/0:hover {
  color: rgb(224 231 255 / 0);
}
.hover\:text-primary-100\/10:hover {
  color: rgb(224 231 255 / 0.1);
}
.hover\:text-primary-100\/100:hover {
  color: rgb(224 231 255 / 1);
}
.hover\:text-primary-100\/15:hover {
  color: rgb(224 231 255 / 0.15);
}
.hover\:text-primary-100\/20:hover {
  color: rgb(224 231 255 / 0.2);
}
.hover\:text-primary-100\/25:hover {
  color: rgb(224 231 255 / 0.25);
}
.hover\:text-primary-100\/30:hover {
  color: rgb(224 231 255 / 0.3);
}
.hover\:text-primary-100\/35:hover {
  color: rgb(224 231 255 / 0.35);
}
.hover\:text-primary-100\/40:hover {
  color: rgb(224 231 255 / 0.4);
}
.hover\:text-primary-100\/45:hover {
  color: rgb(224 231 255 / 0.45);
}
.hover\:text-primary-100\/5:hover {
  color: rgb(224 231 255 / 0.05);
}
.hover\:text-primary-100\/50:hover {
  color: rgb(224 231 255 / 0.5);
}
.hover\:text-primary-100\/55:hover {
  color: rgb(224 231 255 / 0.55);
}
.hover\:text-primary-100\/60:hover {
  color: rgb(224 231 255 / 0.6);
}
.hover\:text-primary-100\/65:hover {
  color: rgb(224 231 255 / 0.65);
}
.hover\:text-primary-100\/70:hover {
  color: rgb(224 231 255 / 0.7);
}
.hover\:text-primary-100\/75:hover {
  color: rgb(224 231 255 / 0.75);
}
.hover\:text-primary-100\/80:hover {
  color: rgb(224 231 255 / 0.8);
}
.hover\:text-primary-100\/85:hover {
  color: rgb(224 231 255 / 0.85);
}
.hover\:text-primary-100\/90:hover {
  color: rgb(224 231 255 / 0.9);
}
.hover\:text-primary-100\/95:hover {
  color: rgb(224 231 255 / 0.95);
}
.hover\:text-primary-200:hover {
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity, 1));
}
.hover\:text-primary-200\/0:hover {
  color: rgb(199 210 254 / 0);
}
.hover\:text-primary-200\/10:hover {
  color: rgb(199 210 254 / 0.1);
}
.hover\:text-primary-200\/100:hover {
  color: rgb(199 210 254 / 1);
}
.hover\:text-primary-200\/15:hover {
  color: rgb(199 210 254 / 0.15);
}
.hover\:text-primary-200\/20:hover {
  color: rgb(199 210 254 / 0.2);
}
.hover\:text-primary-200\/25:hover {
  color: rgb(199 210 254 / 0.25);
}
.hover\:text-primary-200\/30:hover {
  color: rgb(199 210 254 / 0.3);
}
.hover\:text-primary-200\/35:hover {
  color: rgb(199 210 254 / 0.35);
}
.hover\:text-primary-200\/40:hover {
  color: rgb(199 210 254 / 0.4);
}
.hover\:text-primary-200\/45:hover {
  color: rgb(199 210 254 / 0.45);
}
.hover\:text-primary-200\/5:hover {
  color: rgb(199 210 254 / 0.05);
}
.hover\:text-primary-200\/50:hover {
  color: rgb(199 210 254 / 0.5);
}
.hover\:text-primary-200\/55:hover {
  color: rgb(199 210 254 / 0.55);
}
.hover\:text-primary-200\/60:hover {
  color: rgb(199 210 254 / 0.6);
}
.hover\:text-primary-200\/65:hover {
  color: rgb(199 210 254 / 0.65);
}
.hover\:text-primary-200\/70:hover {
  color: rgb(199 210 254 / 0.7);
}
.hover\:text-primary-200\/75:hover {
  color: rgb(199 210 254 / 0.75);
}
.hover\:text-primary-200\/80:hover {
  color: rgb(199 210 254 / 0.8);
}
.hover\:text-primary-200\/85:hover {
  color: rgb(199 210 254 / 0.85);
}
.hover\:text-primary-200\/90:hover {
  color: rgb(199 210 254 / 0.9);
}
.hover\:text-primary-200\/95:hover {
  color: rgb(199 210 254 / 0.95);
}
.hover\:text-primary-300:hover {
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity, 1));
}
.hover\:text-primary-300\/0:hover {
  color: rgb(165 180 252 / 0);
}
.hover\:text-primary-300\/10:hover {
  color: rgb(165 180 252 / 0.1);
}
.hover\:text-primary-300\/100:hover {
  color: rgb(165 180 252 / 1);
}
.hover\:text-primary-300\/15:hover {
  color: rgb(165 180 252 / 0.15);
}
.hover\:text-primary-300\/20:hover {
  color: rgb(165 180 252 / 0.2);
}
.hover\:text-primary-300\/25:hover {
  color: rgb(165 180 252 / 0.25);
}
.hover\:text-primary-300\/30:hover {
  color: rgb(165 180 252 / 0.3);
}
.hover\:text-primary-300\/35:hover {
  color: rgb(165 180 252 / 0.35);
}
.hover\:text-primary-300\/40:hover {
  color: rgb(165 180 252 / 0.4);
}
.hover\:text-primary-300\/45:hover {
  color: rgb(165 180 252 / 0.45);
}
.hover\:text-primary-300\/5:hover {
  color: rgb(165 180 252 / 0.05);
}
.hover\:text-primary-300\/50:hover {
  color: rgb(165 180 252 / 0.5);
}
.hover\:text-primary-300\/55:hover {
  color: rgb(165 180 252 / 0.55);
}
.hover\:text-primary-300\/60:hover {
  color: rgb(165 180 252 / 0.6);
}
.hover\:text-primary-300\/65:hover {
  color: rgb(165 180 252 / 0.65);
}
.hover\:text-primary-300\/70:hover {
  color: rgb(165 180 252 / 0.7);
}
.hover\:text-primary-300\/75:hover {
  color: rgb(165 180 252 / 0.75);
}
.hover\:text-primary-300\/80:hover {
  color: rgb(165 180 252 / 0.8);
}
.hover\:text-primary-300\/85:hover {
  color: rgb(165 180 252 / 0.85);
}
.hover\:text-primary-300\/90:hover {
  color: rgb(165 180 252 / 0.9);
}
.hover\:text-primary-300\/95:hover {
  color: rgb(165 180 252 / 0.95);
}
.hover\:text-primary-400:hover {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}
.hover\:text-primary-400\/0:hover {
  color: rgb(129 140 248 / 0);
}
.hover\:text-primary-400\/10:hover {
  color: rgb(129 140 248 / 0.1);
}
.hover\:text-primary-400\/100:hover {
  color: rgb(129 140 248 / 1);
}
.hover\:text-primary-400\/15:hover {
  color: rgb(129 140 248 / 0.15);
}
.hover\:text-primary-400\/20:hover {
  color: rgb(129 140 248 / 0.2);
}
.hover\:text-primary-400\/25:hover {
  color: rgb(129 140 248 / 0.25);
}
.hover\:text-primary-400\/30:hover {
  color: rgb(129 140 248 / 0.3);
}
.hover\:text-primary-400\/35:hover {
  color: rgb(129 140 248 / 0.35);
}
.hover\:text-primary-400\/40:hover {
  color: rgb(129 140 248 / 0.4);
}
.hover\:text-primary-400\/45:hover {
  color: rgb(129 140 248 / 0.45);
}
.hover\:text-primary-400\/5:hover {
  color: rgb(129 140 248 / 0.05);
}
.hover\:text-primary-400\/50:hover {
  color: rgb(129 140 248 / 0.5);
}
.hover\:text-primary-400\/55:hover {
  color: rgb(129 140 248 / 0.55);
}
.hover\:text-primary-400\/60:hover {
  color: rgb(129 140 248 / 0.6);
}
.hover\:text-primary-400\/65:hover {
  color: rgb(129 140 248 / 0.65);
}
.hover\:text-primary-400\/70:hover {
  color: rgb(129 140 248 / 0.7);
}
.hover\:text-primary-400\/75:hover {
  color: rgb(129 140 248 / 0.75);
}
.hover\:text-primary-400\/80:hover {
  color: rgb(129 140 248 / 0.8);
}
.hover\:text-primary-400\/85:hover {
  color: rgb(129 140 248 / 0.85);
}
.hover\:text-primary-400\/90:hover {
  color: rgb(129 140 248 / 0.9);
}
.hover\:text-primary-400\/95:hover {
  color: rgb(129 140 248 / 0.95);
}
.hover\:text-primary-50:hover {
  --tw-text-opacity: 1;
  color: rgb(238 242 255 / var(--tw-text-opacity, 1));
}
.hover\:text-primary-50\/0:hover {
  color: rgb(238 242 255 / 0);
}
.hover\:text-primary-50\/10:hover {
  color: rgb(238 242 255 / 0.1);
}
.hover\:text-primary-50\/100:hover {
  color: rgb(238 242 255 / 1);
}
.hover\:text-primary-50\/15:hover {
  color: rgb(238 242 255 / 0.15);
}
.hover\:text-primary-50\/20:hover {
  color: rgb(238 242 255 / 0.2);
}
.hover\:text-primary-50\/25:hover {
  color: rgb(238 242 255 / 0.25);
}
.hover\:text-primary-50\/30:hover {
  color: rgb(238 242 255 / 0.3);
}
.hover\:text-primary-50\/35:hover {
  color: rgb(238 242 255 / 0.35);
}
.hover\:text-primary-50\/40:hover {
  color: rgb(238 242 255 / 0.4);
}
.hover\:text-primary-50\/45:hover {
  color: rgb(238 242 255 / 0.45);
}
.hover\:text-primary-50\/5:hover {
  color: rgb(238 242 255 / 0.05);
}
.hover\:text-primary-50\/50:hover {
  color: rgb(238 242 255 / 0.5);
}
.hover\:text-primary-50\/55:hover {
  color: rgb(238 242 255 / 0.55);
}
.hover\:text-primary-50\/60:hover {
  color: rgb(238 242 255 / 0.6);
}
.hover\:text-primary-50\/65:hover {
  color: rgb(238 242 255 / 0.65);
}
.hover\:text-primary-50\/70:hover {
  color: rgb(238 242 255 / 0.7);
}
.hover\:text-primary-50\/75:hover {
  color: rgb(238 242 255 / 0.75);
}
.hover\:text-primary-50\/80:hover {
  color: rgb(238 242 255 / 0.8);
}
.hover\:text-primary-50\/85:hover {
  color: rgb(238 242 255 / 0.85);
}
.hover\:text-primary-50\/90:hover {
  color: rgb(238 242 255 / 0.9);
}
.hover\:text-primary-50\/95:hover {
  color: rgb(238 242 255 / 0.95);
}
.hover\:text-primary-500:hover {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}
.hover\:text-primary-500\/0:hover {
  color: rgb(99 102 241 / 0);
}
.hover\:text-primary-500\/10:hover {
  color: rgb(99 102 241 / 0.1);
}
.hover\:text-primary-500\/100:hover {
  color: rgb(99 102 241 / 1);
}
.hover\:text-primary-500\/15:hover {
  color: rgb(99 102 241 / 0.15);
}
.hover\:text-primary-500\/20:hover {
  color: rgb(99 102 241 / 0.2);
}
.hover\:text-primary-500\/25:hover {
  color: rgb(99 102 241 / 0.25);
}
.hover\:text-primary-500\/30:hover {
  color: rgb(99 102 241 / 0.3);
}
.hover\:text-primary-500\/35:hover {
  color: rgb(99 102 241 / 0.35);
}
.hover\:text-primary-500\/40:hover {
  color: rgb(99 102 241 / 0.4);
}
.hover\:text-primary-500\/45:hover {
  color: rgb(99 102 241 / 0.45);
}
.hover\:text-primary-500\/5:hover {
  color: rgb(99 102 241 / 0.05);
}
.hover\:text-primary-500\/50:hover {
  color: rgb(99 102 241 / 0.5);
}
.hover\:text-primary-500\/55:hover {
  color: rgb(99 102 241 / 0.55);
}
.hover\:text-primary-500\/60:hover {
  color: rgb(99 102 241 / 0.6);
}
.hover\:text-primary-500\/65:hover {
  color: rgb(99 102 241 / 0.65);
}
.hover\:text-primary-500\/70:hover {
  color: rgb(99 102 241 / 0.7);
}
.hover\:text-primary-500\/75:hover {
  color: rgb(99 102 241 / 0.75);
}
.hover\:text-primary-500\/80:hover {
  color: rgb(99 102 241 / 0.8);
}
.hover\:text-primary-500\/85:hover {
  color: rgb(99 102 241 / 0.85);
}
.hover\:text-primary-500\/90:hover {
  color: rgb(99 102 241 / 0.9);
}
.hover\:text-primary-500\/95:hover {
  color: rgb(99 102 241 / 0.95);
}
.hover\:text-primary-600:hover {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.hover\:text-primary-600\/0:hover {
  color: rgb(79 70 229 / 0);
}
.hover\:text-primary-600\/10:hover {
  color: rgb(79 70 229 / 0.1);
}
.hover\:text-primary-600\/100:hover {
  color: rgb(79 70 229 / 1);
}
.hover\:text-primary-600\/15:hover {
  color: rgb(79 70 229 / 0.15);
}
.hover\:text-primary-600\/20:hover {
  color: rgb(79 70 229 / 0.2);
}
.hover\:text-primary-600\/25:hover {
  color: rgb(79 70 229 / 0.25);
}
.hover\:text-primary-600\/30:hover {
  color: rgb(79 70 229 / 0.3);
}
.hover\:text-primary-600\/35:hover {
  color: rgb(79 70 229 / 0.35);
}
.hover\:text-primary-600\/40:hover {
  color: rgb(79 70 229 / 0.4);
}
.hover\:text-primary-600\/45:hover {
  color: rgb(79 70 229 / 0.45);
}
.hover\:text-primary-600\/5:hover {
  color: rgb(79 70 229 / 0.05);
}
.hover\:text-primary-600\/50:hover {
  color: rgb(79 70 229 / 0.5);
}
.hover\:text-primary-600\/55:hover {
  color: rgb(79 70 229 / 0.55);
}
.hover\:text-primary-600\/60:hover {
  color: rgb(79 70 229 / 0.6);
}
.hover\:text-primary-600\/65:hover {
  color: rgb(79 70 229 / 0.65);
}
.hover\:text-primary-600\/70:hover {
  color: rgb(79 70 229 / 0.7);
}
.hover\:text-primary-600\/75:hover {
  color: rgb(79 70 229 / 0.75);
}
.hover\:text-primary-600\/80:hover {
  color: rgb(79 70 229 / 0.8);
}
.hover\:text-primary-600\/85:hover {
  color: rgb(79 70 229 / 0.85);
}
.hover\:text-primary-600\/90:hover {
  color: rgb(79 70 229 / 0.9);
}
.hover\:text-primary-600\/95:hover {
  color: rgb(79 70 229 / 0.95);
}
.hover\:text-primary-700:hover {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}
.hover\:text-primary-700\/0:hover {
  color: rgb(67 56 202 / 0);
}
.hover\:text-primary-700\/10:hover {
  color: rgb(67 56 202 / 0.1);
}
.hover\:text-primary-700\/100:hover {
  color: rgb(67 56 202 / 1);
}
.hover\:text-primary-700\/15:hover {
  color: rgb(67 56 202 / 0.15);
}
.hover\:text-primary-700\/20:hover {
  color: rgb(67 56 202 / 0.2);
}
.hover\:text-primary-700\/25:hover {
  color: rgb(67 56 202 / 0.25);
}
.hover\:text-primary-700\/30:hover {
  color: rgb(67 56 202 / 0.3);
}
.hover\:text-primary-700\/35:hover {
  color: rgb(67 56 202 / 0.35);
}
.hover\:text-primary-700\/40:hover {
  color: rgb(67 56 202 / 0.4);
}
.hover\:text-primary-700\/45:hover {
  color: rgb(67 56 202 / 0.45);
}
.hover\:text-primary-700\/5:hover {
  color: rgb(67 56 202 / 0.05);
}
.hover\:text-primary-700\/50:hover {
  color: rgb(67 56 202 / 0.5);
}
.hover\:text-primary-700\/55:hover {
  color: rgb(67 56 202 / 0.55);
}
.hover\:text-primary-700\/60:hover {
  color: rgb(67 56 202 / 0.6);
}
.hover\:text-primary-700\/65:hover {
  color: rgb(67 56 202 / 0.65);
}
.hover\:text-primary-700\/70:hover {
  color: rgb(67 56 202 / 0.7);
}
.hover\:text-primary-700\/75:hover {
  color: rgb(67 56 202 / 0.75);
}
.hover\:text-primary-700\/80:hover {
  color: rgb(67 56 202 / 0.8);
}
.hover\:text-primary-700\/85:hover {
  color: rgb(67 56 202 / 0.85);
}
.hover\:text-primary-700\/90:hover {
  color: rgb(67 56 202 / 0.9);
}
.hover\:text-primary-700\/95:hover {
  color: rgb(67 56 202 / 0.95);
}
.hover\:text-primary-800:hover {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}
.hover\:text-primary-800\/0:hover {
  color: rgb(55 48 163 / 0);
}
.hover\:text-primary-800\/10:hover {
  color: rgb(55 48 163 / 0.1);
}
.hover\:text-primary-800\/100:hover {
  color: rgb(55 48 163 / 1);
}
.hover\:text-primary-800\/15:hover {
  color: rgb(55 48 163 / 0.15);
}
.hover\:text-primary-800\/20:hover {
  color: rgb(55 48 163 / 0.2);
}
.hover\:text-primary-800\/25:hover {
  color: rgb(55 48 163 / 0.25);
}
.hover\:text-primary-800\/30:hover {
  color: rgb(55 48 163 / 0.3);
}
.hover\:text-primary-800\/35:hover {
  color: rgb(55 48 163 / 0.35);
}
.hover\:text-primary-800\/40:hover {
  color: rgb(55 48 163 / 0.4);
}
.hover\:text-primary-800\/45:hover {
  color: rgb(55 48 163 / 0.45);
}
.hover\:text-primary-800\/5:hover {
  color: rgb(55 48 163 / 0.05);
}
.hover\:text-primary-800\/50:hover {
  color: rgb(55 48 163 / 0.5);
}
.hover\:text-primary-800\/55:hover {
  color: rgb(55 48 163 / 0.55);
}
.hover\:text-primary-800\/60:hover {
  color: rgb(55 48 163 / 0.6);
}
.hover\:text-primary-800\/65:hover {
  color: rgb(55 48 163 / 0.65);
}
.hover\:text-primary-800\/70:hover {
  color: rgb(55 48 163 / 0.7);
}
.hover\:text-primary-800\/75:hover {
  color: rgb(55 48 163 / 0.75);
}
.hover\:text-primary-800\/80:hover {
  color: rgb(55 48 163 / 0.8);
}
.hover\:text-primary-800\/85:hover {
  color: rgb(55 48 163 / 0.85);
}
.hover\:text-primary-800\/90:hover {
  color: rgb(55 48 163 / 0.9);
}
.hover\:text-primary-800\/95:hover {
  color: rgb(55 48 163 / 0.95);
}
.hover\:text-primary-900:hover {
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity, 1));
}
.hover\:text-primary-900\/0:hover {
  color: rgb(49 46 129 / 0);
}
.hover\:text-primary-900\/10:hover {
  color: rgb(49 46 129 / 0.1);
}
.hover\:text-primary-900\/100:hover {
  color: rgb(49 46 129 / 1);
}
.hover\:text-primary-900\/15:hover {
  color: rgb(49 46 129 / 0.15);
}
.hover\:text-primary-900\/20:hover {
  color: rgb(49 46 129 / 0.2);
}
.hover\:text-primary-900\/25:hover {
  color: rgb(49 46 129 / 0.25);
}
.hover\:text-primary-900\/30:hover {
  color: rgb(49 46 129 / 0.3);
}
.hover\:text-primary-900\/35:hover {
  color: rgb(49 46 129 / 0.35);
}
.hover\:text-primary-900\/40:hover {
  color: rgb(49 46 129 / 0.4);
}
.hover\:text-primary-900\/45:hover {
  color: rgb(49 46 129 / 0.45);
}
.hover\:text-primary-900\/5:hover {
  color: rgb(49 46 129 / 0.05);
}
.hover\:text-primary-900\/50:hover {
  color: rgb(49 46 129 / 0.5);
}
.hover\:text-primary-900\/55:hover {
  color: rgb(49 46 129 / 0.55);
}
.hover\:text-primary-900\/60:hover {
  color: rgb(49 46 129 / 0.6);
}
.hover\:text-primary-900\/65:hover {
  color: rgb(49 46 129 / 0.65);
}
.hover\:text-primary-900\/70:hover {
  color: rgb(49 46 129 / 0.7);
}
.hover\:text-primary-900\/75:hover {
  color: rgb(49 46 129 / 0.75);
}
.hover\:text-primary-900\/80:hover {
  color: rgb(49 46 129 / 0.8);
}
.hover\:text-primary-900\/85:hover {
  color: rgb(49 46 129 / 0.85);
}
.hover\:text-primary-900\/90:hover {
  color: rgb(49 46 129 / 0.9);
}
.hover\:text-primary-900\/95:hover {
  color: rgb(49 46 129 / 0.95);
}
.hover\:text-purple-700:hover {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}
.hover\:text-purple-800:hover {
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}
.hover\:text-red-700:hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.hover\:text-red-800:hover {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.hover\:text-rose-700:hover {
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}
.hover\:text-rose-800:hover {
  --tw-text-opacity: 1;
  color: rgb(159 18 57 / var(--tw-text-opacity, 1));
}
.hover\:text-secondary-500:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.hover\:text-secondary-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.hover\:text-secondary-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.hover\:text-secondary-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.hover\:text-sky-700:hover {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity, 1));
}
.hover\:text-sky-800:hover {
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity, 1));
}
.hover\:text-slate-100:hover {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}
.hover\:text-slate-500:hover {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.hover\:text-slate-600:hover {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.hover\:text-slate-700:hover {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.hover\:text-slate-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}
.hover\:text-stone-700:hover {
  --tw-text-opacity: 1;
  color: rgb(68 64 60 / var(--tw-text-opacity, 1));
}
.hover\:text-stone-800:hover {
  --tw-text-opacity: 1;
  color: rgb(41 37 36 / var(--tw-text-opacity, 1));
}
.hover\:text-teal-700:hover {
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
}
.hover\:text-teal-800:hover {
  --tw-text-opacity: 1;
  color: rgb(17 94 89 / var(--tw-text-opacity, 1));
}
.hover\:text-violet-700:hover {
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity, 1));
}
.hover\:text-violet-800:hover {
  --tw-text-opacity: 1;
  color: rgb(91 33 182 / var(--tw-text-opacity, 1));
}
.hover\:text-warning-700:hover {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}
.hover\:text-warning-800:hover {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:text-yellow-700:hover {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}
.hover\:text-yellow-800:hover {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}
.hover\:text-zinc-700:hover {
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity, 1));
}
.hover\:text-zinc-800:hover {
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.focus\:border-0:focus {
  border-width: 0px;
}
.focus\:border-info-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.focus\:border-negative-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.focus\:border-negative-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.focus\:border-positive-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
}
.focus\:border-primary-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
}
.focus\:border-primary-100\/0:focus {
  border-color: rgb(224 231 255 / 0);
}
.focus\:border-primary-100\/10:focus {
  border-color: rgb(224 231 255 / 0.1);
}
.focus\:border-primary-100\/100:focus {
  border-color: rgb(224 231 255 / 1);
}
.focus\:border-primary-100\/15:focus {
  border-color: rgb(224 231 255 / 0.15);
}
.focus\:border-primary-100\/20:focus {
  border-color: rgb(224 231 255 / 0.2);
}
.focus\:border-primary-100\/25:focus {
  border-color: rgb(224 231 255 / 0.25);
}
.focus\:border-primary-100\/30:focus {
  border-color: rgb(224 231 255 / 0.3);
}
.focus\:border-primary-100\/35:focus {
  border-color: rgb(224 231 255 / 0.35);
}
.focus\:border-primary-100\/40:focus {
  border-color: rgb(224 231 255 / 0.4);
}
.focus\:border-primary-100\/45:focus {
  border-color: rgb(224 231 255 / 0.45);
}
.focus\:border-primary-100\/5:focus {
  border-color: rgb(224 231 255 / 0.05);
}
.focus\:border-primary-100\/50:focus {
  border-color: rgb(224 231 255 / 0.5);
}
.focus\:border-primary-100\/55:focus {
  border-color: rgb(224 231 255 / 0.55);
}
.focus\:border-primary-100\/60:focus {
  border-color: rgb(224 231 255 / 0.6);
}
.focus\:border-primary-100\/65:focus {
  border-color: rgb(224 231 255 / 0.65);
}
.focus\:border-primary-100\/70:focus {
  border-color: rgb(224 231 255 / 0.7);
}
.focus\:border-primary-100\/75:focus {
  border-color: rgb(224 231 255 / 0.75);
}
.focus\:border-primary-100\/80:focus {
  border-color: rgb(224 231 255 / 0.8);
}
.focus\:border-primary-100\/85:focus {
  border-color: rgb(224 231 255 / 0.85);
}
.focus\:border-primary-100\/90:focus {
  border-color: rgb(224 231 255 / 0.9);
}
.focus\:border-primary-100\/95:focus {
  border-color: rgb(224 231 255 / 0.95);
}
.focus\:border-primary-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
}
.focus\:border-primary-200\/0:focus {
  border-color: rgb(199 210 254 / 0);
}
.focus\:border-primary-200\/10:focus {
  border-color: rgb(199 210 254 / 0.1);
}
.focus\:border-primary-200\/100:focus {
  border-color: rgb(199 210 254 / 1);
}
.focus\:border-primary-200\/15:focus {
  border-color: rgb(199 210 254 / 0.15);
}
.focus\:border-primary-200\/20:focus {
  border-color: rgb(199 210 254 / 0.2);
}
.focus\:border-primary-200\/25:focus {
  border-color: rgb(199 210 254 / 0.25);
}
.focus\:border-primary-200\/30:focus {
  border-color: rgb(199 210 254 / 0.3);
}
.focus\:border-primary-200\/35:focus {
  border-color: rgb(199 210 254 / 0.35);
}
.focus\:border-primary-200\/40:focus {
  border-color: rgb(199 210 254 / 0.4);
}
.focus\:border-primary-200\/45:focus {
  border-color: rgb(199 210 254 / 0.45);
}
.focus\:border-primary-200\/5:focus {
  border-color: rgb(199 210 254 / 0.05);
}
.focus\:border-primary-200\/50:focus {
  border-color: rgb(199 210 254 / 0.5);
}
.focus\:border-primary-200\/55:focus {
  border-color: rgb(199 210 254 / 0.55);
}
.focus\:border-primary-200\/60:focus {
  border-color: rgb(199 210 254 / 0.6);
}
.focus\:border-primary-200\/65:focus {
  border-color: rgb(199 210 254 / 0.65);
}
.focus\:border-primary-200\/70:focus {
  border-color: rgb(199 210 254 / 0.7);
}
.focus\:border-primary-200\/75:focus {
  border-color: rgb(199 210 254 / 0.75);
}
.focus\:border-primary-200\/80:focus {
  border-color: rgb(199 210 254 / 0.8);
}
.focus\:border-primary-200\/85:focus {
  border-color: rgb(199 210 254 / 0.85);
}
.focus\:border-primary-200\/90:focus {
  border-color: rgb(199 210 254 / 0.9);
}
.focus\:border-primary-200\/95:focus {
  border-color: rgb(199 210 254 / 0.95);
}
.focus\:border-primary-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
}
.focus\:border-primary-300\/0:focus {
  border-color: rgb(165 180 252 / 0);
}
.focus\:border-primary-300\/10:focus {
  border-color: rgb(165 180 252 / 0.1);
}
.focus\:border-primary-300\/100:focus {
  border-color: rgb(165 180 252 / 1);
}
.focus\:border-primary-300\/15:focus {
  border-color: rgb(165 180 252 / 0.15);
}
.focus\:border-primary-300\/20:focus {
  border-color: rgb(165 180 252 / 0.2);
}
.focus\:border-primary-300\/25:focus {
  border-color: rgb(165 180 252 / 0.25);
}
.focus\:border-primary-300\/30:focus {
  border-color: rgb(165 180 252 / 0.3);
}
.focus\:border-primary-300\/35:focus {
  border-color: rgb(165 180 252 / 0.35);
}
.focus\:border-primary-300\/40:focus {
  border-color: rgb(165 180 252 / 0.4);
}
.focus\:border-primary-300\/45:focus {
  border-color: rgb(165 180 252 / 0.45);
}
.focus\:border-primary-300\/5:focus {
  border-color: rgb(165 180 252 / 0.05);
}
.focus\:border-primary-300\/50:focus {
  border-color: rgb(165 180 252 / 0.5);
}
.focus\:border-primary-300\/55:focus {
  border-color: rgb(165 180 252 / 0.55);
}
.focus\:border-primary-300\/60:focus {
  border-color: rgb(165 180 252 / 0.6);
}
.focus\:border-primary-300\/65:focus {
  border-color: rgb(165 180 252 / 0.65);
}
.focus\:border-primary-300\/70:focus {
  border-color: rgb(165 180 252 / 0.7);
}
.focus\:border-primary-300\/75:focus {
  border-color: rgb(165 180 252 / 0.75);
}
.focus\:border-primary-300\/80:focus {
  border-color: rgb(165 180 252 / 0.8);
}
.focus\:border-primary-300\/85:focus {
  border-color: rgb(165 180 252 / 0.85);
}
.focus\:border-primary-300\/90:focus {
  border-color: rgb(165 180 252 / 0.9);
}
.focus\:border-primary-300\/95:focus {
  border-color: rgb(165 180 252 / 0.95);
}
.focus\:border-primary-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
}
.focus\:border-primary-400\/0:focus {
  border-color: rgb(129 140 248 / 0);
}
.focus\:border-primary-400\/10:focus {
  border-color: rgb(129 140 248 / 0.1);
}
.focus\:border-primary-400\/100:focus {
  border-color: rgb(129 140 248 / 1);
}
.focus\:border-primary-400\/15:focus {
  border-color: rgb(129 140 248 / 0.15);
}
.focus\:border-primary-400\/20:focus {
  border-color: rgb(129 140 248 / 0.2);
}
.focus\:border-primary-400\/25:focus {
  border-color: rgb(129 140 248 / 0.25);
}
.focus\:border-primary-400\/30:focus {
  border-color: rgb(129 140 248 / 0.3);
}
.focus\:border-primary-400\/35:focus {
  border-color: rgb(129 140 248 / 0.35);
}
.focus\:border-primary-400\/40:focus {
  border-color: rgb(129 140 248 / 0.4);
}
.focus\:border-primary-400\/45:focus {
  border-color: rgb(129 140 248 / 0.45);
}
.focus\:border-primary-400\/5:focus {
  border-color: rgb(129 140 248 / 0.05);
}
.focus\:border-primary-400\/50:focus {
  border-color: rgb(129 140 248 / 0.5);
}
.focus\:border-primary-400\/55:focus {
  border-color: rgb(129 140 248 / 0.55);
}
.focus\:border-primary-400\/60:focus {
  border-color: rgb(129 140 248 / 0.6);
}
.focus\:border-primary-400\/65:focus {
  border-color: rgb(129 140 248 / 0.65);
}
.focus\:border-primary-400\/70:focus {
  border-color: rgb(129 140 248 / 0.7);
}
.focus\:border-primary-400\/75:focus {
  border-color: rgb(129 140 248 / 0.75);
}
.focus\:border-primary-400\/80:focus {
  border-color: rgb(129 140 248 / 0.8);
}
.focus\:border-primary-400\/85:focus {
  border-color: rgb(129 140 248 / 0.85);
}
.focus\:border-primary-400\/90:focus {
  border-color: rgb(129 140 248 / 0.9);
}
.focus\:border-primary-400\/95:focus {
  border-color: rgb(129 140 248 / 0.95);
}
.focus\:border-primary-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(238 242 255 / var(--tw-border-opacity, 1));
}
.focus\:border-primary-50\/0:focus {
  border-color: rgb(238 242 255 / 0);
}
.focus\:border-primary-50\/10:focus {
  border-color: rgb(238 242 255 / 0.1);
}
.focus\:border-primary-50\/100:focus {
  border-color: rgb(238 242 255 / 1);
}
.focus\:border-primary-50\/15:focus {
  border-color: rgb(238 242 255 / 0.15);
}
.focus\:border-primary-50\/20:focus {
  border-color: rgb(238 242 255 / 0.2);
}
.focus\:border-primary-50\/25:focus {
  border-color: rgb(238 242 255 / 0.25);
}
.focus\:border-primary-50\/30:focus {
  border-color: rgb(238 242 255 / 0.3);
}
.focus\:border-primary-50\/35:focus {
  border-color: rgb(238 242 255 / 0.35);
}
.focus\:border-primary-50\/40:focus {
  border-color: rgb(238 242 255 / 0.4);
}
.focus\:border-primary-50\/45:focus {
  border-color: rgb(238 242 255 / 0.45);
}
.focus\:border-primary-50\/5:focus {
  border-color: rgb(238 242 255 / 0.05);
}
.focus\:border-primary-50\/50:focus {
  border-color: rgb(238 242 255 / 0.5);
}
.focus\:border-primary-50\/55:focus {
  border-color: rgb(238 242 255 / 0.55);
}
.focus\:border-primary-50\/60:focus {
  border-color: rgb(238 242 255 / 0.6);
}
.focus\:border-primary-50\/65:focus {
  border-color: rgb(238 242 255 / 0.65);
}
.focus\:border-primary-50\/70:focus {
  border-color: rgb(238 242 255 / 0.7);
}
.focus\:border-primary-50\/75:focus {
  border-color: rgb(238 242 255 / 0.75);
}
.focus\:border-primary-50\/80:focus {
  border-color: rgb(238 242 255 / 0.8);
}
.focus\:border-primary-50\/85:focus {
  border-color: rgb(238 242 255 / 0.85);
}
.focus\:border-primary-50\/90:focus {
  border-color: rgb(238 242 255 / 0.9);
}
.focus\:border-primary-50\/95:focus {
  border-color: rgb(238 242 255 / 0.95);
}
.focus\:border-primary-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}
.focus\:border-primary-500\/0:focus {
  border-color: rgb(99 102 241 / 0);
}
.focus\:border-primary-500\/10:focus {
  border-color: rgb(99 102 241 / 0.1);
}
.focus\:border-primary-500\/100:focus {
  border-color: rgb(99 102 241 / 1);
}
.focus\:border-primary-500\/15:focus {
  border-color: rgb(99 102 241 / 0.15);
}
.focus\:border-primary-500\/20:focus {
  border-color: rgb(99 102 241 / 0.2);
}
.focus\:border-primary-500\/25:focus {
  border-color: rgb(99 102 241 / 0.25);
}
.focus\:border-primary-500\/30:focus {
  border-color: rgb(99 102 241 / 0.3);
}
.focus\:border-primary-500\/35:focus {
  border-color: rgb(99 102 241 / 0.35);
}
.focus\:border-primary-500\/40:focus {
  border-color: rgb(99 102 241 / 0.4);
}
.focus\:border-primary-500\/45:focus {
  border-color: rgb(99 102 241 / 0.45);
}
.focus\:border-primary-500\/5:focus {
  border-color: rgb(99 102 241 / 0.05);
}
.focus\:border-primary-500\/50:focus {
  border-color: rgb(99 102 241 / 0.5);
}
.focus\:border-primary-500\/55:focus {
  border-color: rgb(99 102 241 / 0.55);
}
.focus\:border-primary-500\/60:focus {
  border-color: rgb(99 102 241 / 0.6);
}
.focus\:border-primary-500\/65:focus {
  border-color: rgb(99 102 241 / 0.65);
}
.focus\:border-primary-500\/70:focus {
  border-color: rgb(99 102 241 / 0.7);
}
.focus\:border-primary-500\/75:focus {
  border-color: rgb(99 102 241 / 0.75);
}
.focus\:border-primary-500\/80:focus {
  border-color: rgb(99 102 241 / 0.8);
}
.focus\:border-primary-500\/85:focus {
  border-color: rgb(99 102 241 / 0.85);
}
.focus\:border-primary-500\/90:focus {
  border-color: rgb(99 102 241 / 0.9);
}
.focus\:border-primary-500\/95:focus {
  border-color: rgb(99 102 241 / 0.95);
}
.focus\:border-primary-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
}
.focus\:border-primary-600\/0:focus {
  border-color: rgb(79 70 229 / 0);
}
.focus\:border-primary-600\/10:focus {
  border-color: rgb(79 70 229 / 0.1);
}
.focus\:border-primary-600\/100:focus {
  border-color: rgb(79 70 229 / 1);
}
.focus\:border-primary-600\/15:focus {
  border-color: rgb(79 70 229 / 0.15);
}
.focus\:border-primary-600\/20:focus {
  border-color: rgb(79 70 229 / 0.2);
}
.focus\:border-primary-600\/25:focus {
  border-color: rgb(79 70 229 / 0.25);
}
.focus\:border-primary-600\/30:focus {
  border-color: rgb(79 70 229 / 0.3);
}
.focus\:border-primary-600\/35:focus {
  border-color: rgb(79 70 229 / 0.35);
}
.focus\:border-primary-600\/40:focus {
  border-color: rgb(79 70 229 / 0.4);
}
.focus\:border-primary-600\/45:focus {
  border-color: rgb(79 70 229 / 0.45);
}
.focus\:border-primary-600\/5:focus {
  border-color: rgb(79 70 229 / 0.05);
}
.focus\:border-primary-600\/50:focus {
  border-color: rgb(79 70 229 / 0.5);
}
.focus\:border-primary-600\/55:focus {
  border-color: rgb(79 70 229 / 0.55);
}
.focus\:border-primary-600\/60:focus {
  border-color: rgb(79 70 229 / 0.6);
}
.focus\:border-primary-600\/65:focus {
  border-color: rgb(79 70 229 / 0.65);
}
.focus\:border-primary-600\/70:focus {
  border-color: rgb(79 70 229 / 0.7);
}
.focus\:border-primary-600\/75:focus {
  border-color: rgb(79 70 229 / 0.75);
}
.focus\:border-primary-600\/80:focus {
  border-color: rgb(79 70 229 / 0.8);
}
.focus\:border-primary-600\/85:focus {
  border-color: rgb(79 70 229 / 0.85);
}
.focus\:border-primary-600\/90:focus {
  border-color: rgb(79 70 229 / 0.9);
}
.focus\:border-primary-600\/95:focus {
  border-color: rgb(79 70 229 / 0.95);
}
.focus\:border-primary-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity, 1));
}
.focus\:border-primary-700\/0:focus {
  border-color: rgb(67 56 202 / 0);
}
.focus\:border-primary-700\/10:focus {
  border-color: rgb(67 56 202 / 0.1);
}
.focus\:border-primary-700\/100:focus {
  border-color: rgb(67 56 202 / 1);
}
.focus\:border-primary-700\/15:focus {
  border-color: rgb(67 56 202 / 0.15);
}
.focus\:border-primary-700\/20:focus {
  border-color: rgb(67 56 202 / 0.2);
}
.focus\:border-primary-700\/25:focus {
  border-color: rgb(67 56 202 / 0.25);
}
.focus\:border-primary-700\/30:focus {
  border-color: rgb(67 56 202 / 0.3);
}
.focus\:border-primary-700\/35:focus {
  border-color: rgb(67 56 202 / 0.35);
}
.focus\:border-primary-700\/40:focus {
  border-color: rgb(67 56 202 / 0.4);
}
.focus\:border-primary-700\/45:focus {
  border-color: rgb(67 56 202 / 0.45);
}
.focus\:border-primary-700\/5:focus {
  border-color: rgb(67 56 202 / 0.05);
}
.focus\:border-primary-700\/50:focus {
  border-color: rgb(67 56 202 / 0.5);
}
.focus\:border-primary-700\/55:focus {
  border-color: rgb(67 56 202 / 0.55);
}
.focus\:border-primary-700\/60:focus {
  border-color: rgb(67 56 202 / 0.6);
}
.focus\:border-primary-700\/65:focus {
  border-color: rgb(67 56 202 / 0.65);
}
.focus\:border-primary-700\/70:focus {
  border-color: rgb(67 56 202 / 0.7);
}
.focus\:border-primary-700\/75:focus {
  border-color: rgb(67 56 202 / 0.75);
}
.focus\:border-primary-700\/80:focus {
  border-color: rgb(67 56 202 / 0.8);
}
.focus\:border-primary-700\/85:focus {
  border-color: rgb(67 56 202 / 0.85);
}
.focus\:border-primary-700\/90:focus {
  border-color: rgb(67 56 202 / 0.9);
}
.focus\:border-primary-700\/95:focus {
  border-color: rgb(67 56 202 / 0.95);
}
.focus\:border-primary-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(55 48 163 / var(--tw-border-opacity, 1));
}
.focus\:border-primary-800\/0:focus {
  border-color: rgb(55 48 163 / 0);
}
.focus\:border-primary-800\/10:focus {
  border-color: rgb(55 48 163 / 0.1);
}
.focus\:border-primary-800\/100:focus {
  border-color: rgb(55 48 163 / 1);
}
.focus\:border-primary-800\/15:focus {
  border-color: rgb(55 48 163 / 0.15);
}
.focus\:border-primary-800\/20:focus {
  border-color: rgb(55 48 163 / 0.2);
}
.focus\:border-primary-800\/25:focus {
  border-color: rgb(55 48 163 / 0.25);
}
.focus\:border-primary-800\/30:focus {
  border-color: rgb(55 48 163 / 0.3);
}
.focus\:border-primary-800\/35:focus {
  border-color: rgb(55 48 163 / 0.35);
}
.focus\:border-primary-800\/40:focus {
  border-color: rgb(55 48 163 / 0.4);
}
.focus\:border-primary-800\/45:focus {
  border-color: rgb(55 48 163 / 0.45);
}
.focus\:border-primary-800\/5:focus {
  border-color: rgb(55 48 163 / 0.05);
}
.focus\:border-primary-800\/50:focus {
  border-color: rgb(55 48 163 / 0.5);
}
.focus\:border-primary-800\/55:focus {
  border-color: rgb(55 48 163 / 0.55);
}
.focus\:border-primary-800\/60:focus {
  border-color: rgb(55 48 163 / 0.6);
}
.focus\:border-primary-800\/65:focus {
  border-color: rgb(55 48 163 / 0.65);
}
.focus\:border-primary-800\/70:focus {
  border-color: rgb(55 48 163 / 0.7);
}
.focus\:border-primary-800\/75:focus {
  border-color: rgb(55 48 163 / 0.75);
}
.focus\:border-primary-800\/80:focus {
  border-color: rgb(55 48 163 / 0.8);
}
.focus\:border-primary-800\/85:focus {
  border-color: rgb(55 48 163 / 0.85);
}
.focus\:border-primary-800\/90:focus {
  border-color: rgb(55 48 163 / 0.9);
}
.focus\:border-primary-800\/95:focus {
  border-color: rgb(55 48 163 / 0.95);
}
.focus\:border-primary-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(49 46 129 / var(--tw-border-opacity, 1));
}
.focus\:border-primary-900\/0:focus {
  border-color: rgb(49 46 129 / 0);
}
.focus\:border-primary-900\/10:focus {
  border-color: rgb(49 46 129 / 0.1);
}
.focus\:border-primary-900\/100:focus {
  border-color: rgb(49 46 129 / 1);
}
.focus\:border-primary-900\/15:focus {
  border-color: rgb(49 46 129 / 0.15);
}
.focus\:border-primary-900\/20:focus {
  border-color: rgb(49 46 129 / 0.2);
}
.focus\:border-primary-900\/25:focus {
  border-color: rgb(49 46 129 / 0.25);
}
.focus\:border-primary-900\/30:focus {
  border-color: rgb(49 46 129 / 0.3);
}
.focus\:border-primary-900\/35:focus {
  border-color: rgb(49 46 129 / 0.35);
}
.focus\:border-primary-900\/40:focus {
  border-color: rgb(49 46 129 / 0.4);
}
.focus\:border-primary-900\/45:focus {
  border-color: rgb(49 46 129 / 0.45);
}
.focus\:border-primary-900\/5:focus {
  border-color: rgb(49 46 129 / 0.05);
}
.focus\:border-primary-900\/50:focus {
  border-color: rgb(49 46 129 / 0.5);
}
.focus\:border-primary-900\/55:focus {
  border-color: rgb(49 46 129 / 0.55);
}
.focus\:border-primary-900\/60:focus {
  border-color: rgb(49 46 129 / 0.6);
}
.focus\:border-primary-900\/65:focus {
  border-color: rgb(49 46 129 / 0.65);
}
.focus\:border-primary-900\/70:focus {
  border-color: rgb(49 46 129 / 0.7);
}
.focus\:border-primary-900\/75:focus {
  border-color: rgb(49 46 129 / 0.75);
}
.focus\:border-primary-900\/80:focus {
  border-color: rgb(49 46 129 / 0.8);
}
.focus\:border-primary-900\/85:focus {
  border-color: rgb(49 46 129 / 0.85);
}
.focus\:border-primary-900\/90:focus {
  border-color: rgb(49 46 129 / 0.9);
}
.focus\:border-primary-900\/95:focus {
  border-color: rgb(49 46 129 / 0.95);
}
.focus\:border-secondary-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.focus\:border-transparent:focus {
  border-color: transparent;
}
.focus\:border-warning-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
}
.focus\:bg-amber-400\/25:focus {
  background-color: rgb(251 191 36 / 0.25);
}
.focus\:bg-amber-400\/60:focus {
  background-color: rgb(251 191 36 / 0.6);
}
.focus\:bg-amber-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}
.focus\:bg-black\/10:focus {
  background-color: rgb(0 0 0 / 0.1);
}
.focus\:bg-black\/35:focus {
  background-color: rgb(0 0 0 / 0.35);
}
.focus\:bg-blue-400\/25:focus {
  background-color: rgb(96 165 250 / 0.25);
}
.focus\:bg-blue-400\/60:focus {
  background-color: rgb(96 165 250 / 0.6);
}
.focus\:bg-blue-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.focus\:bg-cyan-400\/25:focus {
  background-color: rgb(34 211 238 / 0.25);
}
.focus\:bg-cyan-400\/60:focus {
  background-color: rgb(34 211 238 / 0.6);
}
.focus\:bg-cyan-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity, 1));
}
.focus\:bg-emerald-400\/25:focus {
  background-color: rgb(52 211 153 / 0.25);
}
.focus\:bg-emerald-400\/60:focus {
  background-color: rgb(52 211 153 / 0.6);
}
.focus\:bg-emerald-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}
.focus\:bg-fuchsia-400\/25:focus {
  background-color: rgb(232 121 249 / 0.25);
}
.focus\:bg-fuchsia-400\/60:focus {
  background-color: rgb(232 121 249 / 0.6);
}
.focus\:bg-fuchsia-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(192 38 211 / var(--tw-bg-opacity, 1));
}
.focus\:bg-gray-400\/25:focus {
  background-color: rgb(156 163 175 / 0.25);
}
.focus\:bg-gray-400\/60:focus {
  background-color: rgb(156 163 175 / 0.6);
}
.focus\:bg-gray-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.focus\:bg-green-400\/25:focus {
  background-color: rgb(74 222 128 / 0.25);
}
.focus\:bg-green-400\/60:focus {
  background-color: rgb(74 222 128 / 0.6);
}
.focus\:bg-green-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.focus\:bg-indigo-400\/25:focus {
  background-color: rgb(129 140 248 / 0.25);
}
.focus\:bg-indigo-400\/60:focus {
  background-color: rgb(129 140 248 / 0.6);
}
.focus\:bg-indigo-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}
.focus\:bg-info-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.focus\:bg-info-100\/0:focus {
  background-color: rgb(219 234 254 / 0);
}
.focus\:bg-info-100\/10:focus {
  background-color: rgb(219 234 254 / 0.1);
}
.focus\:bg-info-100\/100:focus {
  background-color: rgb(219 234 254 / 1);
}
.focus\:bg-info-100\/15:focus {
  background-color: rgb(219 234 254 / 0.15);
}
.focus\:bg-info-100\/20:focus {
  background-color: rgb(219 234 254 / 0.2);
}
.focus\:bg-info-100\/25:focus {
  background-color: rgb(219 234 254 / 0.25);
}
.focus\:bg-info-100\/30:focus {
  background-color: rgb(219 234 254 / 0.3);
}
.focus\:bg-info-100\/35:focus {
  background-color: rgb(219 234 254 / 0.35);
}
.focus\:bg-info-100\/40:focus {
  background-color: rgb(219 234 254 / 0.4);
}
.focus\:bg-info-100\/45:focus {
  background-color: rgb(219 234 254 / 0.45);
}
.focus\:bg-info-100\/5:focus {
  background-color: rgb(219 234 254 / 0.05);
}
.focus\:bg-info-100\/50:focus {
  background-color: rgb(219 234 254 / 0.5);
}
.focus\:bg-info-100\/55:focus {
  background-color: rgb(219 234 254 / 0.55);
}
.focus\:bg-info-100\/60:focus {
  background-color: rgb(219 234 254 / 0.6);
}
.focus\:bg-info-100\/65:focus {
  background-color: rgb(219 234 254 / 0.65);
}
.focus\:bg-info-100\/70:focus {
  background-color: rgb(219 234 254 / 0.7);
}
.focus\:bg-info-100\/75:focus {
  background-color: rgb(219 234 254 / 0.75);
}
.focus\:bg-info-100\/80:focus {
  background-color: rgb(219 234 254 / 0.8);
}
.focus\:bg-info-100\/85:focus {
  background-color: rgb(219 234 254 / 0.85);
}
.focus\:bg-info-100\/90:focus {
  background-color: rgb(219 234 254 / 0.9);
}
.focus\:bg-info-100\/95:focus {
  background-color: rgb(219 234 254 / 0.95);
}
.focus\:bg-info-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}
.focus\:bg-info-200\/0:focus {
  background-color: rgb(191 219 254 / 0);
}
.focus\:bg-info-200\/10:focus {
  background-color: rgb(191 219 254 / 0.1);
}
.focus\:bg-info-200\/100:focus {
  background-color: rgb(191 219 254 / 1);
}
.focus\:bg-info-200\/15:focus {
  background-color: rgb(191 219 254 / 0.15);
}
.focus\:bg-info-200\/20:focus {
  background-color: rgb(191 219 254 / 0.2);
}
.focus\:bg-info-200\/25:focus {
  background-color: rgb(191 219 254 / 0.25);
}
.focus\:bg-info-200\/30:focus {
  background-color: rgb(191 219 254 / 0.3);
}
.focus\:bg-info-200\/35:focus {
  background-color: rgb(191 219 254 / 0.35);
}
.focus\:bg-info-200\/40:focus {
  background-color: rgb(191 219 254 / 0.4);
}
.focus\:bg-info-200\/45:focus {
  background-color: rgb(191 219 254 / 0.45);
}
.focus\:bg-info-200\/5:focus {
  background-color: rgb(191 219 254 / 0.05);
}
.focus\:bg-info-200\/50:focus {
  background-color: rgb(191 219 254 / 0.5);
}
.focus\:bg-info-200\/55:focus {
  background-color: rgb(191 219 254 / 0.55);
}
.focus\:bg-info-200\/60:focus {
  background-color: rgb(191 219 254 / 0.6);
}
.focus\:bg-info-200\/65:focus {
  background-color: rgb(191 219 254 / 0.65);
}
.focus\:bg-info-200\/70:focus {
  background-color: rgb(191 219 254 / 0.7);
}
.focus\:bg-info-200\/75:focus {
  background-color: rgb(191 219 254 / 0.75);
}
.focus\:bg-info-200\/80:focus {
  background-color: rgb(191 219 254 / 0.8);
}
.focus\:bg-info-200\/85:focus {
  background-color: rgb(191 219 254 / 0.85);
}
.focus\:bg-info-200\/90:focus {
  background-color: rgb(191 219 254 / 0.9);
}
.focus\:bg-info-200\/95:focus {
  background-color: rgb(191 219 254 / 0.95);
}
.focus\:bg-info-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
}
.focus\:bg-info-300\/0:focus {
  background-color: rgb(147 197 253 / 0);
}
.focus\:bg-info-300\/10:focus {
  background-color: rgb(147 197 253 / 0.1);
}
.focus\:bg-info-300\/100:focus {
  background-color: rgb(147 197 253 / 1);
}
.focus\:bg-info-300\/15:focus {
  background-color: rgb(147 197 253 / 0.15);
}
.focus\:bg-info-300\/20:focus {
  background-color: rgb(147 197 253 / 0.2);
}
.focus\:bg-info-300\/25:focus {
  background-color: rgb(147 197 253 / 0.25);
}
.focus\:bg-info-300\/30:focus {
  background-color: rgb(147 197 253 / 0.3);
}
.focus\:bg-info-300\/35:focus {
  background-color: rgb(147 197 253 / 0.35);
}
.focus\:bg-info-300\/40:focus {
  background-color: rgb(147 197 253 / 0.4);
}
.focus\:bg-info-300\/45:focus {
  background-color: rgb(147 197 253 / 0.45);
}
.focus\:bg-info-300\/5:focus {
  background-color: rgb(147 197 253 / 0.05);
}
.focus\:bg-info-300\/50:focus {
  background-color: rgb(147 197 253 / 0.5);
}
.focus\:bg-info-300\/55:focus {
  background-color: rgb(147 197 253 / 0.55);
}
.focus\:bg-info-300\/60:focus {
  background-color: rgb(147 197 253 / 0.6);
}
.focus\:bg-info-300\/65:focus {
  background-color: rgb(147 197 253 / 0.65);
}
.focus\:bg-info-300\/70:focus {
  background-color: rgb(147 197 253 / 0.7);
}
.focus\:bg-info-300\/75:focus {
  background-color: rgb(147 197 253 / 0.75);
}
.focus\:bg-info-300\/80:focus {
  background-color: rgb(147 197 253 / 0.8);
}
.focus\:bg-info-300\/85:focus {
  background-color: rgb(147 197 253 / 0.85);
}
.focus\:bg-info-300\/90:focus {
  background-color: rgb(147 197 253 / 0.9);
}
.focus\:bg-info-300\/95:focus {
  background-color: rgb(147 197 253 / 0.95);
}
.focus\:bg-info-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}
.focus\:bg-info-400\/0:focus {
  background-color: rgb(96 165 250 / 0);
}
.focus\:bg-info-400\/10:focus {
  background-color: rgb(96 165 250 / 0.1);
}
.focus\:bg-info-400\/100:focus {
  background-color: rgb(96 165 250 / 1);
}
.focus\:bg-info-400\/15:focus {
  background-color: rgb(96 165 250 / 0.15);
}
.focus\:bg-info-400\/20:focus {
  background-color: rgb(96 165 250 / 0.2);
}
.focus\:bg-info-400\/25:focus {
  background-color: rgb(96 165 250 / 0.25);
}
.focus\:bg-info-400\/30:focus {
  background-color: rgb(96 165 250 / 0.3);
}
.focus\:bg-info-400\/35:focus {
  background-color: rgb(96 165 250 / 0.35);
}
.focus\:bg-info-400\/40:focus {
  background-color: rgb(96 165 250 / 0.4);
}
.focus\:bg-info-400\/45:focus {
  background-color: rgb(96 165 250 / 0.45);
}
.focus\:bg-info-400\/5:focus {
  background-color: rgb(96 165 250 / 0.05);
}
.focus\:bg-info-400\/50:focus {
  background-color: rgb(96 165 250 / 0.5);
}
.focus\:bg-info-400\/55:focus {
  background-color: rgb(96 165 250 / 0.55);
}
.focus\:bg-info-400\/60:focus {
  background-color: rgb(96 165 250 / 0.6);
}
.focus\:bg-info-400\/65:focus {
  background-color: rgb(96 165 250 / 0.65);
}
.focus\:bg-info-400\/70:focus {
  background-color: rgb(96 165 250 / 0.7);
}
.focus\:bg-info-400\/75:focus {
  background-color: rgb(96 165 250 / 0.75);
}
.focus\:bg-info-400\/80:focus {
  background-color: rgb(96 165 250 / 0.8);
}
.focus\:bg-info-400\/85:focus {
  background-color: rgb(96 165 250 / 0.85);
}
.focus\:bg-info-400\/90:focus {
  background-color: rgb(96 165 250 / 0.9);
}
.focus\:bg-info-400\/95:focus {
  background-color: rgb(96 165 250 / 0.95);
}
.focus\:bg-info-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.focus\:bg-info-50\/0:focus {
  background-color: rgb(239 246 255 / 0);
}
.focus\:bg-info-50\/10:focus {
  background-color: rgb(239 246 255 / 0.1);
}
.focus\:bg-info-50\/100:focus {
  background-color: rgb(239 246 255 / 1);
}
.focus\:bg-info-50\/15:focus {
  background-color: rgb(239 246 255 / 0.15);
}
.focus\:bg-info-50\/20:focus {
  background-color: rgb(239 246 255 / 0.2);
}
.focus\:bg-info-50\/25:focus {
  background-color: rgb(239 246 255 / 0.25);
}
.focus\:bg-info-50\/30:focus {
  background-color: rgb(239 246 255 / 0.3);
}
.focus\:bg-info-50\/35:focus {
  background-color: rgb(239 246 255 / 0.35);
}
.focus\:bg-info-50\/40:focus {
  background-color: rgb(239 246 255 / 0.4);
}
.focus\:bg-info-50\/45:focus {
  background-color: rgb(239 246 255 / 0.45);
}
.focus\:bg-info-50\/5:focus {
  background-color: rgb(239 246 255 / 0.05);
}
.focus\:bg-info-50\/50:focus {
  background-color: rgb(239 246 255 / 0.5);
}
.focus\:bg-info-50\/55:focus {
  background-color: rgb(239 246 255 / 0.55);
}
.focus\:bg-info-50\/60:focus {
  background-color: rgb(239 246 255 / 0.6);
}
.focus\:bg-info-50\/65:focus {
  background-color: rgb(239 246 255 / 0.65);
}
.focus\:bg-info-50\/70:focus {
  background-color: rgb(239 246 255 / 0.7);
}
.focus\:bg-info-50\/75:focus {
  background-color: rgb(239 246 255 / 0.75);
}
.focus\:bg-info-50\/80:focus {
  background-color: rgb(239 246 255 / 0.8);
}
.focus\:bg-info-50\/85:focus {
  background-color: rgb(239 246 255 / 0.85);
}
.focus\:bg-info-50\/90:focus {
  background-color: rgb(239 246 255 / 0.9);
}
.focus\:bg-info-50\/95:focus {
  background-color: rgb(239 246 255 / 0.95);
}
.focus\:bg-info-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.focus\:bg-info-500\/0:focus {
  background-color: rgb(59 130 246 / 0);
}
.focus\:bg-info-500\/10:focus {
  background-color: rgb(59 130 246 / 0.1);
}
.focus\:bg-info-500\/100:focus {
  background-color: rgb(59 130 246 / 1);
}
.focus\:bg-info-500\/15:focus {
  background-color: rgb(59 130 246 / 0.15);
}
.focus\:bg-info-500\/20:focus {
  background-color: rgb(59 130 246 / 0.2);
}
.focus\:bg-info-500\/25:focus {
  background-color: rgb(59 130 246 / 0.25);
}
.focus\:bg-info-500\/30:focus {
  background-color: rgb(59 130 246 / 0.3);
}
.focus\:bg-info-500\/35:focus {
  background-color: rgb(59 130 246 / 0.35);
}
.focus\:bg-info-500\/40:focus {
  background-color: rgb(59 130 246 / 0.4);
}
.focus\:bg-info-500\/45:focus {
  background-color: rgb(59 130 246 / 0.45);
}
.focus\:bg-info-500\/5:focus {
  background-color: rgb(59 130 246 / 0.05);
}
.focus\:bg-info-500\/50:focus {
  background-color: rgb(59 130 246 / 0.5);
}
.focus\:bg-info-500\/55:focus {
  background-color: rgb(59 130 246 / 0.55);
}
.focus\:bg-info-500\/60:focus {
  background-color: rgb(59 130 246 / 0.6);
}
.focus\:bg-info-500\/65:focus {
  background-color: rgb(59 130 246 / 0.65);
}
.focus\:bg-info-500\/70:focus {
  background-color: rgb(59 130 246 / 0.7);
}
.focus\:bg-info-500\/75:focus {
  background-color: rgb(59 130 246 / 0.75);
}
.focus\:bg-info-500\/80:focus {
  background-color: rgb(59 130 246 / 0.8);
}
.focus\:bg-info-500\/85:focus {
  background-color: rgb(59 130 246 / 0.85);
}
.focus\:bg-info-500\/90:focus {
  background-color: rgb(59 130 246 / 0.9);
}
.focus\:bg-info-500\/95:focus {
  background-color: rgb(59 130 246 / 0.95);
}
.focus\:bg-info-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.focus\:bg-info-600\/0:focus {
  background-color: rgb(37 99 235 / 0);
}
.focus\:bg-info-600\/10:focus {
  background-color: rgb(37 99 235 / 0.1);
}
.focus\:bg-info-600\/100:focus {
  background-color: rgb(37 99 235 / 1);
}
.focus\:bg-info-600\/15:focus {
  background-color: rgb(37 99 235 / 0.15);
}
.focus\:bg-info-600\/20:focus {
  background-color: rgb(37 99 235 / 0.2);
}
.focus\:bg-info-600\/25:focus {
  background-color: rgb(37 99 235 / 0.25);
}
.focus\:bg-info-600\/30:focus {
  background-color: rgb(37 99 235 / 0.3);
}
.focus\:bg-info-600\/35:focus {
  background-color: rgb(37 99 235 / 0.35);
}
.focus\:bg-info-600\/40:focus {
  background-color: rgb(37 99 235 / 0.4);
}
.focus\:bg-info-600\/45:focus {
  background-color: rgb(37 99 235 / 0.45);
}
.focus\:bg-info-600\/5:focus {
  background-color: rgb(37 99 235 / 0.05);
}
.focus\:bg-info-600\/50:focus {
  background-color: rgb(37 99 235 / 0.5);
}
.focus\:bg-info-600\/55:focus {
  background-color: rgb(37 99 235 / 0.55);
}
.focus\:bg-info-600\/60:focus {
  background-color: rgb(37 99 235 / 0.6);
}
.focus\:bg-info-600\/65:focus {
  background-color: rgb(37 99 235 / 0.65);
}
.focus\:bg-info-600\/70:focus {
  background-color: rgb(37 99 235 / 0.7);
}
.focus\:bg-info-600\/75:focus {
  background-color: rgb(37 99 235 / 0.75);
}
.focus\:bg-info-600\/80:focus {
  background-color: rgb(37 99 235 / 0.8);
}
.focus\:bg-info-600\/85:focus {
  background-color: rgb(37 99 235 / 0.85);
}
.focus\:bg-info-600\/90:focus {
  background-color: rgb(37 99 235 / 0.9);
}
.focus\:bg-info-600\/95:focus {
  background-color: rgb(37 99 235 / 0.95);
}
.focus\:bg-info-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.focus\:bg-info-700\/0:focus {
  background-color: rgb(29 78 216 / 0);
}
.focus\:bg-info-700\/10:focus {
  background-color: rgb(29 78 216 / 0.1);
}
.focus\:bg-info-700\/100:focus {
  background-color: rgb(29 78 216 / 1);
}
.focus\:bg-info-700\/15:focus {
  background-color: rgb(29 78 216 / 0.15);
}
.focus\:bg-info-700\/20:focus {
  background-color: rgb(29 78 216 / 0.2);
}
.focus\:bg-info-700\/25:focus {
  background-color: rgb(29 78 216 / 0.25);
}
.focus\:bg-info-700\/30:focus {
  background-color: rgb(29 78 216 / 0.3);
}
.focus\:bg-info-700\/35:focus {
  background-color: rgb(29 78 216 / 0.35);
}
.focus\:bg-info-700\/40:focus {
  background-color: rgb(29 78 216 / 0.4);
}
.focus\:bg-info-700\/45:focus {
  background-color: rgb(29 78 216 / 0.45);
}
.focus\:bg-info-700\/5:focus {
  background-color: rgb(29 78 216 / 0.05);
}
.focus\:bg-info-700\/50:focus {
  background-color: rgb(29 78 216 / 0.5);
}
.focus\:bg-info-700\/55:focus {
  background-color: rgb(29 78 216 / 0.55);
}
.focus\:bg-info-700\/60:focus {
  background-color: rgb(29 78 216 / 0.6);
}
.focus\:bg-info-700\/65:focus {
  background-color: rgb(29 78 216 / 0.65);
}
.focus\:bg-info-700\/70:focus {
  background-color: rgb(29 78 216 / 0.7);
}
.focus\:bg-info-700\/75:focus {
  background-color: rgb(29 78 216 / 0.75);
}
.focus\:bg-info-700\/80:focus {
  background-color: rgb(29 78 216 / 0.8);
}
.focus\:bg-info-700\/85:focus {
  background-color: rgb(29 78 216 / 0.85);
}
.focus\:bg-info-700\/90:focus {
  background-color: rgb(29 78 216 / 0.9);
}
.focus\:bg-info-700\/95:focus {
  background-color: rgb(29 78 216 / 0.95);
}
.focus\:bg-info-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}
.focus\:bg-info-800\/0:focus {
  background-color: rgb(30 64 175 / 0);
}
.focus\:bg-info-800\/10:focus {
  background-color: rgb(30 64 175 / 0.1);
}
.focus\:bg-info-800\/100:focus {
  background-color: rgb(30 64 175 / 1);
}
.focus\:bg-info-800\/15:focus {
  background-color: rgb(30 64 175 / 0.15);
}
.focus\:bg-info-800\/20:focus {
  background-color: rgb(30 64 175 / 0.2);
}
.focus\:bg-info-800\/25:focus {
  background-color: rgb(30 64 175 / 0.25);
}
.focus\:bg-info-800\/30:focus {
  background-color: rgb(30 64 175 / 0.3);
}
.focus\:bg-info-800\/35:focus {
  background-color: rgb(30 64 175 / 0.35);
}
.focus\:bg-info-800\/40:focus {
  background-color: rgb(30 64 175 / 0.4);
}
.focus\:bg-info-800\/45:focus {
  background-color: rgb(30 64 175 / 0.45);
}
.focus\:bg-info-800\/5:focus {
  background-color: rgb(30 64 175 / 0.05);
}
.focus\:bg-info-800\/50:focus {
  background-color: rgb(30 64 175 / 0.5);
}
.focus\:bg-info-800\/55:focus {
  background-color: rgb(30 64 175 / 0.55);
}
.focus\:bg-info-800\/60:focus {
  background-color: rgb(30 64 175 / 0.6);
}
.focus\:bg-info-800\/65:focus {
  background-color: rgb(30 64 175 / 0.65);
}
.focus\:bg-info-800\/70:focus {
  background-color: rgb(30 64 175 / 0.7);
}
.focus\:bg-info-800\/75:focus {
  background-color: rgb(30 64 175 / 0.75);
}
.focus\:bg-info-800\/80:focus {
  background-color: rgb(30 64 175 / 0.8);
}
.focus\:bg-info-800\/85:focus {
  background-color: rgb(30 64 175 / 0.85);
}
.focus\:bg-info-800\/90:focus {
  background-color: rgb(30 64 175 / 0.9);
}
.focus\:bg-info-800\/95:focus {
  background-color: rgb(30 64 175 / 0.95);
}
.focus\:bg-info-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
}
.focus\:bg-info-900\/0:focus {
  background-color: rgb(30 58 138 / 0);
}
.focus\:bg-info-900\/10:focus {
  background-color: rgb(30 58 138 / 0.1);
}
.focus\:bg-info-900\/100:focus {
  background-color: rgb(30 58 138 / 1);
}
.focus\:bg-info-900\/15:focus {
  background-color: rgb(30 58 138 / 0.15);
}
.focus\:bg-info-900\/20:focus {
  background-color: rgb(30 58 138 / 0.2);
}
.focus\:bg-info-900\/25:focus {
  background-color: rgb(30 58 138 / 0.25);
}
.focus\:bg-info-900\/30:focus {
  background-color: rgb(30 58 138 / 0.3);
}
.focus\:bg-info-900\/35:focus {
  background-color: rgb(30 58 138 / 0.35);
}
.focus\:bg-info-900\/40:focus {
  background-color: rgb(30 58 138 / 0.4);
}
.focus\:bg-info-900\/45:focus {
  background-color: rgb(30 58 138 / 0.45);
}
.focus\:bg-info-900\/5:focus {
  background-color: rgb(30 58 138 / 0.05);
}
.focus\:bg-info-900\/50:focus {
  background-color: rgb(30 58 138 / 0.5);
}
.focus\:bg-info-900\/55:focus {
  background-color: rgb(30 58 138 / 0.55);
}
.focus\:bg-info-900\/60:focus {
  background-color: rgb(30 58 138 / 0.6);
}
.focus\:bg-info-900\/65:focus {
  background-color: rgb(30 58 138 / 0.65);
}
.focus\:bg-info-900\/70:focus {
  background-color: rgb(30 58 138 / 0.7);
}
.focus\:bg-info-900\/75:focus {
  background-color: rgb(30 58 138 / 0.75);
}
.focus\:bg-info-900\/80:focus {
  background-color: rgb(30 58 138 / 0.8);
}
.focus\:bg-info-900\/85:focus {
  background-color: rgb(30 58 138 / 0.85);
}
.focus\:bg-info-900\/90:focus {
  background-color: rgb(30 58 138 / 0.9);
}
.focus\:bg-info-900\/95:focus {
  background-color: rgb(30 58 138 / 0.95);
}
.focus\:bg-lime-400\/25:focus {
  background-color: rgb(163 230 53 / 0.25);
}
.focus\:bg-lime-400\/60:focus {
  background-color: rgb(163 230 53 / 0.6);
}
.focus\:bg-lime-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity, 1));
}
.focus\:bg-negative-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.focus\:bg-negative-100\/0:focus {
  background-color: rgb(254 226 226 / 0);
}
.focus\:bg-negative-100\/10:focus {
  background-color: rgb(254 226 226 / 0.1);
}
.focus\:bg-negative-100\/100:focus {
  background-color: rgb(254 226 226 / 1);
}
.focus\:bg-negative-100\/15:focus {
  background-color: rgb(254 226 226 / 0.15);
}
.focus\:bg-negative-100\/20:focus {
  background-color: rgb(254 226 226 / 0.2);
}
.focus\:bg-negative-100\/25:focus {
  background-color: rgb(254 226 226 / 0.25);
}
.focus\:bg-negative-100\/30:focus {
  background-color: rgb(254 226 226 / 0.3);
}
.focus\:bg-negative-100\/35:focus {
  background-color: rgb(254 226 226 / 0.35);
}
.focus\:bg-negative-100\/40:focus {
  background-color: rgb(254 226 226 / 0.4);
}
.focus\:bg-negative-100\/45:focus {
  background-color: rgb(254 226 226 / 0.45);
}
.focus\:bg-negative-100\/5:focus {
  background-color: rgb(254 226 226 / 0.05);
}
.focus\:bg-negative-100\/50:focus {
  background-color: rgb(254 226 226 / 0.5);
}
.focus\:bg-negative-100\/55:focus {
  background-color: rgb(254 226 226 / 0.55);
}
.focus\:bg-negative-100\/60:focus {
  background-color: rgb(254 226 226 / 0.6);
}
.focus\:bg-negative-100\/65:focus {
  background-color: rgb(254 226 226 / 0.65);
}
.focus\:bg-negative-100\/70:focus {
  background-color: rgb(254 226 226 / 0.7);
}
.focus\:bg-negative-100\/75:focus {
  background-color: rgb(254 226 226 / 0.75);
}
.focus\:bg-negative-100\/80:focus {
  background-color: rgb(254 226 226 / 0.8);
}
.focus\:bg-negative-100\/85:focus {
  background-color: rgb(254 226 226 / 0.85);
}
.focus\:bg-negative-100\/90:focus {
  background-color: rgb(254 226 226 / 0.9);
}
.focus\:bg-negative-100\/95:focus {
  background-color: rgb(254 226 226 / 0.95);
}
.focus\:bg-negative-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
.focus\:bg-negative-200\/0:focus {
  background-color: rgb(254 202 202 / 0);
}
.focus\:bg-negative-200\/10:focus {
  background-color: rgb(254 202 202 / 0.1);
}
.focus\:bg-negative-200\/100:focus {
  background-color: rgb(254 202 202 / 1);
}
.focus\:bg-negative-200\/15:focus {
  background-color: rgb(254 202 202 / 0.15);
}
.focus\:bg-negative-200\/20:focus {
  background-color: rgb(254 202 202 / 0.2);
}
.focus\:bg-negative-200\/25:focus {
  background-color: rgb(254 202 202 / 0.25);
}
.focus\:bg-negative-200\/30:focus {
  background-color: rgb(254 202 202 / 0.3);
}
.focus\:bg-negative-200\/35:focus {
  background-color: rgb(254 202 202 / 0.35);
}
.focus\:bg-negative-200\/40:focus {
  background-color: rgb(254 202 202 / 0.4);
}
.focus\:bg-negative-200\/45:focus {
  background-color: rgb(254 202 202 / 0.45);
}
.focus\:bg-negative-200\/5:focus {
  background-color: rgb(254 202 202 / 0.05);
}
.focus\:bg-negative-200\/50:focus {
  background-color: rgb(254 202 202 / 0.5);
}
.focus\:bg-negative-200\/55:focus {
  background-color: rgb(254 202 202 / 0.55);
}
.focus\:bg-negative-200\/60:focus {
  background-color: rgb(254 202 202 / 0.6);
}
.focus\:bg-negative-200\/65:focus {
  background-color: rgb(254 202 202 / 0.65);
}
.focus\:bg-negative-200\/70:focus {
  background-color: rgb(254 202 202 / 0.7);
}
.focus\:bg-negative-200\/75:focus {
  background-color: rgb(254 202 202 / 0.75);
}
.focus\:bg-negative-200\/80:focus {
  background-color: rgb(254 202 202 / 0.8);
}
.focus\:bg-negative-200\/85:focus {
  background-color: rgb(254 202 202 / 0.85);
}
.focus\:bg-negative-200\/90:focus {
  background-color: rgb(254 202 202 / 0.9);
}
.focus\:bg-negative-200\/95:focus {
  background-color: rgb(254 202 202 / 0.95);
}
.focus\:bg-negative-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}
.focus\:bg-negative-300\/0:focus {
  background-color: rgb(252 165 165 / 0);
}
.focus\:bg-negative-300\/10:focus {
  background-color: rgb(252 165 165 / 0.1);
}
.focus\:bg-negative-300\/100:focus {
  background-color: rgb(252 165 165 / 1);
}
.focus\:bg-negative-300\/15:focus {
  background-color: rgb(252 165 165 / 0.15);
}
.focus\:bg-negative-300\/20:focus {
  background-color: rgb(252 165 165 / 0.2);
}
.focus\:bg-negative-300\/25:focus {
  background-color: rgb(252 165 165 / 0.25);
}
.focus\:bg-negative-300\/30:focus {
  background-color: rgb(252 165 165 / 0.3);
}
.focus\:bg-negative-300\/35:focus {
  background-color: rgb(252 165 165 / 0.35);
}
.focus\:bg-negative-300\/40:focus {
  background-color: rgb(252 165 165 / 0.4);
}
.focus\:bg-negative-300\/45:focus {
  background-color: rgb(252 165 165 / 0.45);
}
.focus\:bg-negative-300\/5:focus {
  background-color: rgb(252 165 165 / 0.05);
}
.focus\:bg-negative-300\/50:focus {
  background-color: rgb(252 165 165 / 0.5);
}
.focus\:bg-negative-300\/55:focus {
  background-color: rgb(252 165 165 / 0.55);
}
.focus\:bg-negative-300\/60:focus {
  background-color: rgb(252 165 165 / 0.6);
}
.focus\:bg-negative-300\/65:focus {
  background-color: rgb(252 165 165 / 0.65);
}
.focus\:bg-negative-300\/70:focus {
  background-color: rgb(252 165 165 / 0.7);
}
.focus\:bg-negative-300\/75:focus {
  background-color: rgb(252 165 165 / 0.75);
}
.focus\:bg-negative-300\/80:focus {
  background-color: rgb(252 165 165 / 0.8);
}
.focus\:bg-negative-300\/85:focus {
  background-color: rgb(252 165 165 / 0.85);
}
.focus\:bg-negative-300\/90:focus {
  background-color: rgb(252 165 165 / 0.9);
}
.focus\:bg-negative-300\/95:focus {
  background-color: rgb(252 165 165 / 0.95);
}
.focus\:bg-negative-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
.focus\:bg-negative-400\/0:focus {
  background-color: rgb(248 113 113 / 0);
}
.focus\:bg-negative-400\/10:focus {
  background-color: rgb(248 113 113 / 0.1);
}
.focus\:bg-negative-400\/100:focus {
  background-color: rgb(248 113 113 / 1);
}
.focus\:bg-negative-400\/15:focus {
  background-color: rgb(248 113 113 / 0.15);
}
.focus\:bg-negative-400\/20:focus {
  background-color: rgb(248 113 113 / 0.2);
}
.focus\:bg-negative-400\/25:focus {
  background-color: rgb(248 113 113 / 0.25);
}
.focus\:bg-negative-400\/30:focus {
  background-color: rgb(248 113 113 / 0.3);
}
.focus\:bg-negative-400\/35:focus {
  background-color: rgb(248 113 113 / 0.35);
}
.focus\:bg-negative-400\/40:focus {
  background-color: rgb(248 113 113 / 0.4);
}
.focus\:bg-negative-400\/45:focus {
  background-color: rgb(248 113 113 / 0.45);
}
.focus\:bg-negative-400\/5:focus {
  background-color: rgb(248 113 113 / 0.05);
}
.focus\:bg-negative-400\/50:focus {
  background-color: rgb(248 113 113 / 0.5);
}
.focus\:bg-negative-400\/55:focus {
  background-color: rgb(248 113 113 / 0.55);
}
.focus\:bg-negative-400\/60:focus {
  background-color: rgb(248 113 113 / 0.6);
}
.focus\:bg-negative-400\/65:focus {
  background-color: rgb(248 113 113 / 0.65);
}
.focus\:bg-negative-400\/70:focus {
  background-color: rgb(248 113 113 / 0.7);
}
.focus\:bg-negative-400\/75:focus {
  background-color: rgb(248 113 113 / 0.75);
}
.focus\:bg-negative-400\/80:focus {
  background-color: rgb(248 113 113 / 0.8);
}
.focus\:bg-negative-400\/85:focus {
  background-color: rgb(248 113 113 / 0.85);
}
.focus\:bg-negative-400\/90:focus {
  background-color: rgb(248 113 113 / 0.9);
}
.focus\:bg-negative-400\/95:focus {
  background-color: rgb(248 113 113 / 0.95);
}
.focus\:bg-negative-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.focus\:bg-negative-50\/0:focus {
  background-color: rgb(254 242 242 / 0);
}
.focus\:bg-negative-50\/10:focus {
  background-color: rgb(254 242 242 / 0.1);
}
.focus\:bg-negative-50\/100:focus {
  background-color: rgb(254 242 242 / 1);
}
.focus\:bg-negative-50\/15:focus {
  background-color: rgb(254 242 242 / 0.15);
}
.focus\:bg-negative-50\/20:focus {
  background-color: rgb(254 242 242 / 0.2);
}
.focus\:bg-negative-50\/25:focus {
  background-color: rgb(254 242 242 / 0.25);
}
.focus\:bg-negative-50\/30:focus {
  background-color: rgb(254 242 242 / 0.3);
}
.focus\:bg-negative-50\/35:focus {
  background-color: rgb(254 242 242 / 0.35);
}
.focus\:bg-negative-50\/40:focus {
  background-color: rgb(254 242 242 / 0.4);
}
.focus\:bg-negative-50\/45:focus {
  background-color: rgb(254 242 242 / 0.45);
}
.focus\:bg-negative-50\/5:focus {
  background-color: rgb(254 242 242 / 0.05);
}
.focus\:bg-negative-50\/50:focus {
  background-color: rgb(254 242 242 / 0.5);
}
.focus\:bg-negative-50\/55:focus {
  background-color: rgb(254 242 242 / 0.55);
}
.focus\:bg-negative-50\/60:focus {
  background-color: rgb(254 242 242 / 0.6);
}
.focus\:bg-negative-50\/65:focus {
  background-color: rgb(254 242 242 / 0.65);
}
.focus\:bg-negative-50\/70:focus {
  background-color: rgb(254 242 242 / 0.7);
}
.focus\:bg-negative-50\/75:focus {
  background-color: rgb(254 242 242 / 0.75);
}
.focus\:bg-negative-50\/80:focus {
  background-color: rgb(254 242 242 / 0.8);
}
.focus\:bg-negative-50\/85:focus {
  background-color: rgb(254 242 242 / 0.85);
}
.focus\:bg-negative-50\/90:focus {
  background-color: rgb(254 242 242 / 0.9);
}
.focus\:bg-negative-50\/95:focus {
  background-color: rgb(254 242 242 / 0.95);
}
.focus\:bg-negative-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.focus\:bg-negative-500\/0:focus {
  background-color: rgb(239 68 68 / 0);
}
.focus\:bg-negative-500\/10:focus {
  background-color: rgb(239 68 68 / 0.1);
}
.focus\:bg-negative-500\/100:focus {
  background-color: rgb(239 68 68 / 1);
}
.focus\:bg-negative-500\/15:focus {
  background-color: rgb(239 68 68 / 0.15);
}
.focus\:bg-negative-500\/20:focus {
  background-color: rgb(239 68 68 / 0.2);
}
.focus\:bg-negative-500\/25:focus {
  background-color: rgb(239 68 68 / 0.25);
}
.focus\:bg-negative-500\/30:focus {
  background-color: rgb(239 68 68 / 0.3);
}
.focus\:bg-negative-500\/35:focus {
  background-color: rgb(239 68 68 / 0.35);
}
.focus\:bg-negative-500\/40:focus {
  background-color: rgb(239 68 68 / 0.4);
}
.focus\:bg-negative-500\/45:focus {
  background-color: rgb(239 68 68 / 0.45);
}
.focus\:bg-negative-500\/5:focus {
  background-color: rgb(239 68 68 / 0.05);
}
.focus\:bg-negative-500\/50:focus {
  background-color: rgb(239 68 68 / 0.5);
}
.focus\:bg-negative-500\/55:focus {
  background-color: rgb(239 68 68 / 0.55);
}
.focus\:bg-negative-500\/60:focus {
  background-color: rgb(239 68 68 / 0.6);
}
.focus\:bg-negative-500\/65:focus {
  background-color: rgb(239 68 68 / 0.65);
}
.focus\:bg-negative-500\/70:focus {
  background-color: rgb(239 68 68 / 0.7);
}
.focus\:bg-negative-500\/75:focus {
  background-color: rgb(239 68 68 / 0.75);
}
.focus\:bg-negative-500\/80:focus {
  background-color: rgb(239 68 68 / 0.8);
}
.focus\:bg-negative-500\/85:focus {
  background-color: rgb(239 68 68 / 0.85);
}
.focus\:bg-negative-500\/90:focus {
  background-color: rgb(239 68 68 / 0.9);
}
.focus\:bg-negative-500\/95:focus {
  background-color: rgb(239 68 68 / 0.95);
}
.focus\:bg-negative-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.focus\:bg-negative-600\/0:focus {
  background-color: rgb(220 38 38 / 0);
}
.focus\:bg-negative-600\/10:focus {
  background-color: rgb(220 38 38 / 0.1);
}
.focus\:bg-negative-600\/100:focus {
  background-color: rgb(220 38 38 / 1);
}
.focus\:bg-negative-600\/15:focus {
  background-color: rgb(220 38 38 / 0.15);
}
.focus\:bg-negative-600\/20:focus {
  background-color: rgb(220 38 38 / 0.2);
}
.focus\:bg-negative-600\/25:focus {
  background-color: rgb(220 38 38 / 0.25);
}
.focus\:bg-negative-600\/30:focus {
  background-color: rgb(220 38 38 / 0.3);
}
.focus\:bg-negative-600\/35:focus {
  background-color: rgb(220 38 38 / 0.35);
}
.focus\:bg-negative-600\/40:focus {
  background-color: rgb(220 38 38 / 0.4);
}
.focus\:bg-negative-600\/45:focus {
  background-color: rgb(220 38 38 / 0.45);
}
.focus\:bg-negative-600\/5:focus {
  background-color: rgb(220 38 38 / 0.05);
}
.focus\:bg-negative-600\/50:focus {
  background-color: rgb(220 38 38 / 0.5);
}
.focus\:bg-negative-600\/55:focus {
  background-color: rgb(220 38 38 / 0.55);
}
.focus\:bg-negative-600\/60:focus {
  background-color: rgb(220 38 38 / 0.6);
}
.focus\:bg-negative-600\/65:focus {
  background-color: rgb(220 38 38 / 0.65);
}
.focus\:bg-negative-600\/70:focus {
  background-color: rgb(220 38 38 / 0.7);
}
.focus\:bg-negative-600\/75:focus {
  background-color: rgb(220 38 38 / 0.75);
}
.focus\:bg-negative-600\/80:focus {
  background-color: rgb(220 38 38 / 0.8);
}
.focus\:bg-negative-600\/85:focus {
  background-color: rgb(220 38 38 / 0.85);
}
.focus\:bg-negative-600\/90:focus {
  background-color: rgb(220 38 38 / 0.9);
}
.focus\:bg-negative-600\/95:focus {
  background-color: rgb(220 38 38 / 0.95);
}
.focus\:bg-negative-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
.focus\:bg-negative-700\/0:focus {
  background-color: rgb(185 28 28 / 0);
}
.focus\:bg-negative-700\/10:focus {
  background-color: rgb(185 28 28 / 0.1);
}
.focus\:bg-negative-700\/100:focus {
  background-color: rgb(185 28 28 / 1);
}
.focus\:bg-negative-700\/15:focus {
  background-color: rgb(185 28 28 / 0.15);
}
.focus\:bg-negative-700\/20:focus {
  background-color: rgb(185 28 28 / 0.2);
}
.focus\:bg-negative-700\/25:focus {
  background-color: rgb(185 28 28 / 0.25);
}
.focus\:bg-negative-700\/30:focus {
  background-color: rgb(185 28 28 / 0.3);
}
.focus\:bg-negative-700\/35:focus {
  background-color: rgb(185 28 28 / 0.35);
}
.focus\:bg-negative-700\/40:focus {
  background-color: rgb(185 28 28 / 0.4);
}
.focus\:bg-negative-700\/45:focus {
  background-color: rgb(185 28 28 / 0.45);
}
.focus\:bg-negative-700\/5:focus {
  background-color: rgb(185 28 28 / 0.05);
}
.focus\:bg-negative-700\/50:focus {
  background-color: rgb(185 28 28 / 0.5);
}
.focus\:bg-negative-700\/55:focus {
  background-color: rgb(185 28 28 / 0.55);
}
.focus\:bg-negative-700\/60:focus {
  background-color: rgb(185 28 28 / 0.6);
}
.focus\:bg-negative-700\/65:focus {
  background-color: rgb(185 28 28 / 0.65);
}
.focus\:bg-negative-700\/70:focus {
  background-color: rgb(185 28 28 / 0.7);
}
.focus\:bg-negative-700\/75:focus {
  background-color: rgb(185 28 28 / 0.75);
}
.focus\:bg-negative-700\/80:focus {
  background-color: rgb(185 28 28 / 0.8);
}
.focus\:bg-negative-700\/85:focus {
  background-color: rgb(185 28 28 / 0.85);
}
.focus\:bg-negative-700\/90:focus {
  background-color: rgb(185 28 28 / 0.9);
}
.focus\:bg-negative-700\/95:focus {
  background-color: rgb(185 28 28 / 0.95);
}
.focus\:bg-negative-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
}
.focus\:bg-negative-800\/0:focus {
  background-color: rgb(153 27 27 / 0);
}
.focus\:bg-negative-800\/10:focus {
  background-color: rgb(153 27 27 / 0.1);
}
.focus\:bg-negative-800\/100:focus {
  background-color: rgb(153 27 27 / 1);
}
.focus\:bg-negative-800\/15:focus {
  background-color: rgb(153 27 27 / 0.15);
}
.focus\:bg-negative-800\/20:focus {
  background-color: rgb(153 27 27 / 0.2);
}
.focus\:bg-negative-800\/25:focus {
  background-color: rgb(153 27 27 / 0.25);
}
.focus\:bg-negative-800\/30:focus {
  background-color: rgb(153 27 27 / 0.3);
}
.focus\:bg-negative-800\/35:focus {
  background-color: rgb(153 27 27 / 0.35);
}
.focus\:bg-negative-800\/40:focus {
  background-color: rgb(153 27 27 / 0.4);
}
.focus\:bg-negative-800\/45:focus {
  background-color: rgb(153 27 27 / 0.45);
}
.focus\:bg-negative-800\/5:focus {
  background-color: rgb(153 27 27 / 0.05);
}
.focus\:bg-negative-800\/50:focus {
  background-color: rgb(153 27 27 / 0.5);
}
.focus\:bg-negative-800\/55:focus {
  background-color: rgb(153 27 27 / 0.55);
}
.focus\:bg-negative-800\/60:focus {
  background-color: rgb(153 27 27 / 0.6);
}
.focus\:bg-negative-800\/65:focus {
  background-color: rgb(153 27 27 / 0.65);
}
.focus\:bg-negative-800\/70:focus {
  background-color: rgb(153 27 27 / 0.7);
}
.focus\:bg-negative-800\/75:focus {
  background-color: rgb(153 27 27 / 0.75);
}
.focus\:bg-negative-800\/80:focus {
  background-color: rgb(153 27 27 / 0.8);
}
.focus\:bg-negative-800\/85:focus {
  background-color: rgb(153 27 27 / 0.85);
}
.focus\:bg-negative-800\/90:focus {
  background-color: rgb(153 27 27 / 0.9);
}
.focus\:bg-negative-800\/95:focus {
  background-color: rgb(153 27 27 / 0.95);
}
.focus\:bg-negative-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1));
}
.focus\:bg-negative-900\/0:focus {
  background-color: rgb(127 29 29 / 0);
}
.focus\:bg-negative-900\/10:focus {
  background-color: rgb(127 29 29 / 0.1);
}
.focus\:bg-negative-900\/100:focus {
  background-color: rgb(127 29 29 / 1);
}
.focus\:bg-negative-900\/15:focus {
  background-color: rgb(127 29 29 / 0.15);
}
.focus\:bg-negative-900\/20:focus {
  background-color: rgb(127 29 29 / 0.2);
}
.focus\:bg-negative-900\/25:focus {
  background-color: rgb(127 29 29 / 0.25);
}
.focus\:bg-negative-900\/30:focus {
  background-color: rgb(127 29 29 / 0.3);
}
.focus\:bg-negative-900\/35:focus {
  background-color: rgb(127 29 29 / 0.35);
}
.focus\:bg-negative-900\/40:focus {
  background-color: rgb(127 29 29 / 0.4);
}
.focus\:bg-negative-900\/45:focus {
  background-color: rgb(127 29 29 / 0.45);
}
.focus\:bg-negative-900\/5:focus {
  background-color: rgb(127 29 29 / 0.05);
}
.focus\:bg-negative-900\/50:focus {
  background-color: rgb(127 29 29 / 0.5);
}
.focus\:bg-negative-900\/55:focus {
  background-color: rgb(127 29 29 / 0.55);
}
.focus\:bg-negative-900\/60:focus {
  background-color: rgb(127 29 29 / 0.6);
}
.focus\:bg-negative-900\/65:focus {
  background-color: rgb(127 29 29 / 0.65);
}
.focus\:bg-negative-900\/70:focus {
  background-color: rgb(127 29 29 / 0.7);
}
.focus\:bg-negative-900\/75:focus {
  background-color: rgb(127 29 29 / 0.75);
}
.focus\:bg-negative-900\/80:focus {
  background-color: rgb(127 29 29 / 0.8);
}
.focus\:bg-negative-900\/85:focus {
  background-color: rgb(127 29 29 / 0.85);
}
.focus\:bg-negative-900\/90:focus {
  background-color: rgb(127 29 29 / 0.9);
}
.focus\:bg-negative-900\/95:focus {
  background-color: rgb(127 29 29 / 0.95);
}
.focus\:bg-neutral-400\/25:focus {
  background-color: rgb(163 163 163 / 0.25);
}
.focus\:bg-neutral-400\/60:focus {
  background-color: rgb(163 163 163 / 0.6);
}
.focus\:bg-neutral-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity, 1));
}
.focus\:bg-orange-400\/25:focus {
  background-color: rgb(251 146 60 / 0.25);
}
.focus\:bg-orange-400\/60:focus {
  background-color: rgb(251 146 60 / 0.6);
}
.focus\:bg-orange-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}
.focus\:bg-pink-400\/25:focus {
  background-color: rgb(244 114 182 / 0.25);
}
.focus\:bg-pink-400\/60:focus {
  background-color: rgb(244 114 182 / 0.6);
}
.focus\:bg-pink-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity, 1));
}
.focus\:bg-positive-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}
.focus\:bg-positive-100\/0:focus {
  background-color: rgb(209 250 229 / 0);
}
.focus\:bg-positive-100\/10:focus {
  background-color: rgb(209 250 229 / 0.1);
}
.focus\:bg-positive-100\/100:focus {
  background-color: rgb(209 250 229 / 1);
}
.focus\:bg-positive-100\/15:focus {
  background-color: rgb(209 250 229 / 0.15);
}
.focus\:bg-positive-100\/20:focus {
  background-color: rgb(209 250 229 / 0.2);
}
.focus\:bg-positive-100\/25:focus {
  background-color: rgb(209 250 229 / 0.25);
}
.focus\:bg-positive-100\/30:focus {
  background-color: rgb(209 250 229 / 0.3);
}
.focus\:bg-positive-100\/35:focus {
  background-color: rgb(209 250 229 / 0.35);
}
.focus\:bg-positive-100\/40:focus {
  background-color: rgb(209 250 229 / 0.4);
}
.focus\:bg-positive-100\/45:focus {
  background-color: rgb(209 250 229 / 0.45);
}
.focus\:bg-positive-100\/5:focus {
  background-color: rgb(209 250 229 / 0.05);
}
.focus\:bg-positive-100\/50:focus {
  background-color: rgb(209 250 229 / 0.5);
}
.focus\:bg-positive-100\/55:focus {
  background-color: rgb(209 250 229 / 0.55);
}
.focus\:bg-positive-100\/60:focus {
  background-color: rgb(209 250 229 / 0.6);
}
.focus\:bg-positive-100\/65:focus {
  background-color: rgb(209 250 229 / 0.65);
}
.focus\:bg-positive-100\/70:focus {
  background-color: rgb(209 250 229 / 0.7);
}
.focus\:bg-positive-100\/75:focus {
  background-color: rgb(209 250 229 / 0.75);
}
.focus\:bg-positive-100\/80:focus {
  background-color: rgb(209 250 229 / 0.8);
}
.focus\:bg-positive-100\/85:focus {
  background-color: rgb(209 250 229 / 0.85);
}
.focus\:bg-positive-100\/90:focus {
  background-color: rgb(209 250 229 / 0.9);
}
.focus\:bg-positive-100\/95:focus {
  background-color: rgb(209 250 229 / 0.95);
}
.focus\:bg-positive-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity, 1));
}
.focus\:bg-positive-200\/0:focus {
  background-color: rgb(167 243 208 / 0);
}
.focus\:bg-positive-200\/10:focus {
  background-color: rgb(167 243 208 / 0.1);
}
.focus\:bg-positive-200\/100:focus {
  background-color: rgb(167 243 208 / 1);
}
.focus\:bg-positive-200\/15:focus {
  background-color: rgb(167 243 208 / 0.15);
}
.focus\:bg-positive-200\/20:focus {
  background-color: rgb(167 243 208 / 0.2);
}
.focus\:bg-positive-200\/25:focus {
  background-color: rgb(167 243 208 / 0.25);
}
.focus\:bg-positive-200\/30:focus {
  background-color: rgb(167 243 208 / 0.3);
}
.focus\:bg-positive-200\/35:focus {
  background-color: rgb(167 243 208 / 0.35);
}
.focus\:bg-positive-200\/40:focus {
  background-color: rgb(167 243 208 / 0.4);
}
.focus\:bg-positive-200\/45:focus {
  background-color: rgb(167 243 208 / 0.45);
}
.focus\:bg-positive-200\/5:focus {
  background-color: rgb(167 243 208 / 0.05);
}
.focus\:bg-positive-200\/50:focus {
  background-color: rgb(167 243 208 / 0.5);
}
.focus\:bg-positive-200\/55:focus {
  background-color: rgb(167 243 208 / 0.55);
}
.focus\:bg-positive-200\/60:focus {
  background-color: rgb(167 243 208 / 0.6);
}
.focus\:bg-positive-200\/65:focus {
  background-color: rgb(167 243 208 / 0.65);
}
.focus\:bg-positive-200\/70:focus {
  background-color: rgb(167 243 208 / 0.7);
}
.focus\:bg-positive-200\/75:focus {
  background-color: rgb(167 243 208 / 0.75);
}
.focus\:bg-positive-200\/80:focus {
  background-color: rgb(167 243 208 / 0.8);
}
.focus\:bg-positive-200\/85:focus {
  background-color: rgb(167 243 208 / 0.85);
}
.focus\:bg-positive-200\/90:focus {
  background-color: rgb(167 243 208 / 0.9);
}
.focus\:bg-positive-200\/95:focus {
  background-color: rgb(167 243 208 / 0.95);
}
.focus\:bg-positive-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity, 1));
}
.focus\:bg-positive-300\/0:focus {
  background-color: rgb(110 231 183 / 0);
}
.focus\:bg-positive-300\/10:focus {
  background-color: rgb(110 231 183 / 0.1);
}
.focus\:bg-positive-300\/100:focus {
  background-color: rgb(110 231 183 / 1);
}
.focus\:bg-positive-300\/15:focus {
  background-color: rgb(110 231 183 / 0.15);
}
.focus\:bg-positive-300\/20:focus {
  background-color: rgb(110 231 183 / 0.2);
}
.focus\:bg-positive-300\/25:focus {
  background-color: rgb(110 231 183 / 0.25);
}
.focus\:bg-positive-300\/30:focus {
  background-color: rgb(110 231 183 / 0.3);
}
.focus\:bg-positive-300\/35:focus {
  background-color: rgb(110 231 183 / 0.35);
}
.focus\:bg-positive-300\/40:focus {
  background-color: rgb(110 231 183 / 0.4);
}
.focus\:bg-positive-300\/45:focus {
  background-color: rgb(110 231 183 / 0.45);
}
.focus\:bg-positive-300\/5:focus {
  background-color: rgb(110 231 183 / 0.05);
}
.focus\:bg-positive-300\/50:focus {
  background-color: rgb(110 231 183 / 0.5);
}
.focus\:bg-positive-300\/55:focus {
  background-color: rgb(110 231 183 / 0.55);
}
.focus\:bg-positive-300\/60:focus {
  background-color: rgb(110 231 183 / 0.6);
}
.focus\:bg-positive-300\/65:focus {
  background-color: rgb(110 231 183 / 0.65);
}
.focus\:bg-positive-300\/70:focus {
  background-color: rgb(110 231 183 / 0.7);
}
.focus\:bg-positive-300\/75:focus {
  background-color: rgb(110 231 183 / 0.75);
}
.focus\:bg-positive-300\/80:focus {
  background-color: rgb(110 231 183 / 0.8);
}
.focus\:bg-positive-300\/85:focus {
  background-color: rgb(110 231 183 / 0.85);
}
.focus\:bg-positive-300\/90:focus {
  background-color: rgb(110 231 183 / 0.9);
}
.focus\:bg-positive-300\/95:focus {
  background-color: rgb(110 231 183 / 0.95);
}
.focus\:bg-positive-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
}
.focus\:bg-positive-400\/0:focus {
  background-color: rgb(52 211 153 / 0);
}
.focus\:bg-positive-400\/10:focus {
  background-color: rgb(52 211 153 / 0.1);
}
.focus\:bg-positive-400\/100:focus {
  background-color: rgb(52 211 153 / 1);
}
.focus\:bg-positive-400\/15:focus {
  background-color: rgb(52 211 153 / 0.15);
}
.focus\:bg-positive-400\/20:focus {
  background-color: rgb(52 211 153 / 0.2);
}
.focus\:bg-positive-400\/25:focus {
  background-color: rgb(52 211 153 / 0.25);
}
.focus\:bg-positive-400\/30:focus {
  background-color: rgb(52 211 153 / 0.3);
}
.focus\:bg-positive-400\/35:focus {
  background-color: rgb(52 211 153 / 0.35);
}
.focus\:bg-positive-400\/40:focus {
  background-color: rgb(52 211 153 / 0.4);
}
.focus\:bg-positive-400\/45:focus {
  background-color: rgb(52 211 153 / 0.45);
}
.focus\:bg-positive-400\/5:focus {
  background-color: rgb(52 211 153 / 0.05);
}
.focus\:bg-positive-400\/50:focus {
  background-color: rgb(52 211 153 / 0.5);
}
.focus\:bg-positive-400\/55:focus {
  background-color: rgb(52 211 153 / 0.55);
}
.focus\:bg-positive-400\/60:focus {
  background-color: rgb(52 211 153 / 0.6);
}
.focus\:bg-positive-400\/65:focus {
  background-color: rgb(52 211 153 / 0.65);
}
.focus\:bg-positive-400\/70:focus {
  background-color: rgb(52 211 153 / 0.7);
}
.focus\:bg-positive-400\/75:focus {
  background-color: rgb(52 211 153 / 0.75);
}
.focus\:bg-positive-400\/80:focus {
  background-color: rgb(52 211 153 / 0.8);
}
.focus\:bg-positive-400\/85:focus {
  background-color: rgb(52 211 153 / 0.85);
}
.focus\:bg-positive-400\/90:focus {
  background-color: rgb(52 211 153 / 0.9);
}
.focus\:bg-positive-400\/95:focus {
  background-color: rgb(52 211 153 / 0.95);
}
.focus\:bg-positive-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}
.focus\:bg-positive-50\/0:focus {
  background-color: rgb(236 253 245 / 0);
}
.focus\:bg-positive-50\/10:focus {
  background-color: rgb(236 253 245 / 0.1);
}
.focus\:bg-positive-50\/100:focus {
  background-color: rgb(236 253 245 / 1);
}
.focus\:bg-positive-50\/15:focus {
  background-color: rgb(236 253 245 / 0.15);
}
.focus\:bg-positive-50\/20:focus {
  background-color: rgb(236 253 245 / 0.2);
}
.focus\:bg-positive-50\/25:focus {
  background-color: rgb(236 253 245 / 0.25);
}
.focus\:bg-positive-50\/30:focus {
  background-color: rgb(236 253 245 / 0.3);
}
.focus\:bg-positive-50\/35:focus {
  background-color: rgb(236 253 245 / 0.35);
}
.focus\:bg-positive-50\/40:focus {
  background-color: rgb(236 253 245 / 0.4);
}
.focus\:bg-positive-50\/45:focus {
  background-color: rgb(236 253 245 / 0.45);
}
.focus\:bg-positive-50\/5:focus {
  background-color: rgb(236 253 245 / 0.05);
}
.focus\:bg-positive-50\/50:focus {
  background-color: rgb(236 253 245 / 0.5);
}
.focus\:bg-positive-50\/55:focus {
  background-color: rgb(236 253 245 / 0.55);
}
.focus\:bg-positive-50\/60:focus {
  background-color: rgb(236 253 245 / 0.6);
}
.focus\:bg-positive-50\/65:focus {
  background-color: rgb(236 253 245 / 0.65);
}
.focus\:bg-positive-50\/70:focus {
  background-color: rgb(236 253 245 / 0.7);
}
.focus\:bg-positive-50\/75:focus {
  background-color: rgb(236 253 245 / 0.75);
}
.focus\:bg-positive-50\/80:focus {
  background-color: rgb(236 253 245 / 0.8);
}
.focus\:bg-positive-50\/85:focus {
  background-color: rgb(236 253 245 / 0.85);
}
.focus\:bg-positive-50\/90:focus {
  background-color: rgb(236 253 245 / 0.9);
}
.focus\:bg-positive-50\/95:focus {
  background-color: rgb(236 253 245 / 0.95);
}
.focus\:bg-positive-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.focus\:bg-positive-500\/0:focus {
  background-color: rgb(16 185 129 / 0);
}
.focus\:bg-positive-500\/10:focus {
  background-color: rgb(16 185 129 / 0.1);
}
.focus\:bg-positive-500\/100:focus {
  background-color: rgb(16 185 129 / 1);
}
.focus\:bg-positive-500\/15:focus {
  background-color: rgb(16 185 129 / 0.15);
}
.focus\:bg-positive-500\/20:focus {
  background-color: rgb(16 185 129 / 0.2);
}
.focus\:bg-positive-500\/25:focus {
  background-color: rgb(16 185 129 / 0.25);
}
.focus\:bg-positive-500\/30:focus {
  background-color: rgb(16 185 129 / 0.3);
}
.focus\:bg-positive-500\/35:focus {
  background-color: rgb(16 185 129 / 0.35);
}
.focus\:bg-positive-500\/40:focus {
  background-color: rgb(16 185 129 / 0.4);
}
.focus\:bg-positive-500\/45:focus {
  background-color: rgb(16 185 129 / 0.45);
}
.focus\:bg-positive-500\/5:focus {
  background-color: rgb(16 185 129 / 0.05);
}
.focus\:bg-positive-500\/50:focus {
  background-color: rgb(16 185 129 / 0.5);
}
.focus\:bg-positive-500\/55:focus {
  background-color: rgb(16 185 129 / 0.55);
}
.focus\:bg-positive-500\/60:focus {
  background-color: rgb(16 185 129 / 0.6);
}
.focus\:bg-positive-500\/65:focus {
  background-color: rgb(16 185 129 / 0.65);
}
.focus\:bg-positive-500\/70:focus {
  background-color: rgb(16 185 129 / 0.7);
}
.focus\:bg-positive-500\/75:focus {
  background-color: rgb(16 185 129 / 0.75);
}
.focus\:bg-positive-500\/80:focus {
  background-color: rgb(16 185 129 / 0.8);
}
.focus\:bg-positive-500\/85:focus {
  background-color: rgb(16 185 129 / 0.85);
}
.focus\:bg-positive-500\/90:focus {
  background-color: rgb(16 185 129 / 0.9);
}
.focus\:bg-positive-500\/95:focus {
  background-color: rgb(16 185 129 / 0.95);
}
.focus\:bg-positive-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}
.focus\:bg-positive-600\/0:focus {
  background-color: rgb(5 150 105 / 0);
}
.focus\:bg-positive-600\/10:focus {
  background-color: rgb(5 150 105 / 0.1);
}
.focus\:bg-positive-600\/100:focus {
  background-color: rgb(5 150 105 / 1);
}
.focus\:bg-positive-600\/15:focus {
  background-color: rgb(5 150 105 / 0.15);
}
.focus\:bg-positive-600\/20:focus {
  background-color: rgb(5 150 105 / 0.2);
}
.focus\:bg-positive-600\/25:focus {
  background-color: rgb(5 150 105 / 0.25);
}
.focus\:bg-positive-600\/30:focus {
  background-color: rgb(5 150 105 / 0.3);
}
.focus\:bg-positive-600\/35:focus {
  background-color: rgb(5 150 105 / 0.35);
}
.focus\:bg-positive-600\/40:focus {
  background-color: rgb(5 150 105 / 0.4);
}
.focus\:bg-positive-600\/45:focus {
  background-color: rgb(5 150 105 / 0.45);
}
.focus\:bg-positive-600\/5:focus {
  background-color: rgb(5 150 105 / 0.05);
}
.focus\:bg-positive-600\/50:focus {
  background-color: rgb(5 150 105 / 0.5);
}
.focus\:bg-positive-600\/55:focus {
  background-color: rgb(5 150 105 / 0.55);
}
.focus\:bg-positive-600\/60:focus {
  background-color: rgb(5 150 105 / 0.6);
}
.focus\:bg-positive-600\/65:focus {
  background-color: rgb(5 150 105 / 0.65);
}
.focus\:bg-positive-600\/70:focus {
  background-color: rgb(5 150 105 / 0.7);
}
.focus\:bg-positive-600\/75:focus {
  background-color: rgb(5 150 105 / 0.75);
}
.focus\:bg-positive-600\/80:focus {
  background-color: rgb(5 150 105 / 0.8);
}
.focus\:bg-positive-600\/85:focus {
  background-color: rgb(5 150 105 / 0.85);
}
.focus\:bg-positive-600\/90:focus {
  background-color: rgb(5 150 105 / 0.9);
}
.focus\:bg-positive-600\/95:focus {
  background-color: rgb(5 150 105 / 0.95);
}
.focus\:bg-positive-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}
.focus\:bg-positive-700\/0:focus {
  background-color: rgb(4 120 87 / 0);
}
.focus\:bg-positive-700\/10:focus {
  background-color: rgb(4 120 87 / 0.1);
}
.focus\:bg-positive-700\/100:focus {
  background-color: rgb(4 120 87 / 1);
}
.focus\:bg-positive-700\/15:focus {
  background-color: rgb(4 120 87 / 0.15);
}
.focus\:bg-positive-700\/20:focus {
  background-color: rgb(4 120 87 / 0.2);
}
.focus\:bg-positive-700\/25:focus {
  background-color: rgb(4 120 87 / 0.25);
}
.focus\:bg-positive-700\/30:focus {
  background-color: rgb(4 120 87 / 0.3);
}
.focus\:bg-positive-700\/35:focus {
  background-color: rgb(4 120 87 / 0.35);
}
.focus\:bg-positive-700\/40:focus {
  background-color: rgb(4 120 87 / 0.4);
}
.focus\:bg-positive-700\/45:focus {
  background-color: rgb(4 120 87 / 0.45);
}
.focus\:bg-positive-700\/5:focus {
  background-color: rgb(4 120 87 / 0.05);
}
.focus\:bg-positive-700\/50:focus {
  background-color: rgb(4 120 87 / 0.5);
}
.focus\:bg-positive-700\/55:focus {
  background-color: rgb(4 120 87 / 0.55);
}
.focus\:bg-positive-700\/60:focus {
  background-color: rgb(4 120 87 / 0.6);
}
.focus\:bg-positive-700\/65:focus {
  background-color: rgb(4 120 87 / 0.65);
}
.focus\:bg-positive-700\/70:focus {
  background-color: rgb(4 120 87 / 0.7);
}
.focus\:bg-positive-700\/75:focus {
  background-color: rgb(4 120 87 / 0.75);
}
.focus\:bg-positive-700\/80:focus {
  background-color: rgb(4 120 87 / 0.8);
}
.focus\:bg-positive-700\/85:focus {
  background-color: rgb(4 120 87 / 0.85);
}
.focus\:bg-positive-700\/90:focus {
  background-color: rgb(4 120 87 / 0.9);
}
.focus\:bg-positive-700\/95:focus {
  background-color: rgb(4 120 87 / 0.95);
}
.focus\:bg-positive-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity, 1));
}
.focus\:bg-positive-800\/0:focus {
  background-color: rgb(6 95 70 / 0);
}
.focus\:bg-positive-800\/10:focus {
  background-color: rgb(6 95 70 / 0.1);
}
.focus\:bg-positive-800\/100:focus {
  background-color: rgb(6 95 70 / 1);
}
.focus\:bg-positive-800\/15:focus {
  background-color: rgb(6 95 70 / 0.15);
}
.focus\:bg-positive-800\/20:focus {
  background-color: rgb(6 95 70 / 0.2);
}
.focus\:bg-positive-800\/25:focus {
  background-color: rgb(6 95 70 / 0.25);
}
.focus\:bg-positive-800\/30:focus {
  background-color: rgb(6 95 70 / 0.3);
}
.focus\:bg-positive-800\/35:focus {
  background-color: rgb(6 95 70 / 0.35);
}
.focus\:bg-positive-800\/40:focus {
  background-color: rgb(6 95 70 / 0.4);
}
.focus\:bg-positive-800\/45:focus {
  background-color: rgb(6 95 70 / 0.45);
}
.focus\:bg-positive-800\/5:focus {
  background-color: rgb(6 95 70 / 0.05);
}
.focus\:bg-positive-800\/50:focus {
  background-color: rgb(6 95 70 / 0.5);
}
.focus\:bg-positive-800\/55:focus {
  background-color: rgb(6 95 70 / 0.55);
}
.focus\:bg-positive-800\/60:focus {
  background-color: rgb(6 95 70 / 0.6);
}
.focus\:bg-positive-800\/65:focus {
  background-color: rgb(6 95 70 / 0.65);
}
.focus\:bg-positive-800\/70:focus {
  background-color: rgb(6 95 70 / 0.7);
}
.focus\:bg-positive-800\/75:focus {
  background-color: rgb(6 95 70 / 0.75);
}
.focus\:bg-positive-800\/80:focus {
  background-color: rgb(6 95 70 / 0.8);
}
.focus\:bg-positive-800\/85:focus {
  background-color: rgb(6 95 70 / 0.85);
}
.focus\:bg-positive-800\/90:focus {
  background-color: rgb(6 95 70 / 0.9);
}
.focus\:bg-positive-800\/95:focus {
  background-color: rgb(6 95 70 / 0.95);
}
.focus\:bg-positive-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity, 1));
}
.focus\:bg-positive-900\/0:focus {
  background-color: rgb(6 78 59 / 0);
}
.focus\:bg-positive-900\/10:focus {
  background-color: rgb(6 78 59 / 0.1);
}
.focus\:bg-positive-900\/100:focus {
  background-color: rgb(6 78 59 / 1);
}
.focus\:bg-positive-900\/15:focus {
  background-color: rgb(6 78 59 / 0.15);
}
.focus\:bg-positive-900\/20:focus {
  background-color: rgb(6 78 59 / 0.2);
}
.focus\:bg-positive-900\/25:focus {
  background-color: rgb(6 78 59 / 0.25);
}
.focus\:bg-positive-900\/30:focus {
  background-color: rgb(6 78 59 / 0.3);
}
.focus\:bg-positive-900\/35:focus {
  background-color: rgb(6 78 59 / 0.35);
}
.focus\:bg-positive-900\/40:focus {
  background-color: rgb(6 78 59 / 0.4);
}
.focus\:bg-positive-900\/45:focus {
  background-color: rgb(6 78 59 / 0.45);
}
.focus\:bg-positive-900\/5:focus {
  background-color: rgb(6 78 59 / 0.05);
}
.focus\:bg-positive-900\/50:focus {
  background-color: rgb(6 78 59 / 0.5);
}
.focus\:bg-positive-900\/55:focus {
  background-color: rgb(6 78 59 / 0.55);
}
.focus\:bg-positive-900\/60:focus {
  background-color: rgb(6 78 59 / 0.6);
}
.focus\:bg-positive-900\/65:focus {
  background-color: rgb(6 78 59 / 0.65);
}
.focus\:bg-positive-900\/70:focus {
  background-color: rgb(6 78 59 / 0.7);
}
.focus\:bg-positive-900\/75:focus {
  background-color: rgb(6 78 59 / 0.75);
}
.focus\:bg-positive-900\/80:focus {
  background-color: rgb(6 78 59 / 0.8);
}
.focus\:bg-positive-900\/85:focus {
  background-color: rgb(6 78 59 / 0.85);
}
.focus\:bg-positive-900\/90:focus {
  background-color: rgb(6 78 59 / 0.9);
}
.focus\:bg-positive-900\/95:focus {
  background-color: rgb(6 78 59 / 0.95);
}
.focus\:bg-primary-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}
.focus\:bg-primary-100\/0:focus {
  background-color: rgb(224 231 255 / 0);
}
.focus\:bg-primary-100\/10:focus {
  background-color: rgb(224 231 255 / 0.1);
}
.focus\:bg-primary-100\/100:focus {
  background-color: rgb(224 231 255 / 1);
}
.focus\:bg-primary-100\/15:focus {
  background-color: rgb(224 231 255 / 0.15);
}
.focus\:bg-primary-100\/20:focus {
  background-color: rgb(224 231 255 / 0.2);
}
.focus\:bg-primary-100\/25:focus {
  background-color: rgb(224 231 255 / 0.25);
}
.focus\:bg-primary-100\/30:focus {
  background-color: rgb(224 231 255 / 0.3);
}
.focus\:bg-primary-100\/35:focus {
  background-color: rgb(224 231 255 / 0.35);
}
.focus\:bg-primary-100\/40:focus {
  background-color: rgb(224 231 255 / 0.4);
}
.focus\:bg-primary-100\/45:focus {
  background-color: rgb(224 231 255 / 0.45);
}
.focus\:bg-primary-100\/5:focus {
  background-color: rgb(224 231 255 / 0.05);
}
.focus\:bg-primary-100\/50:focus {
  background-color: rgb(224 231 255 / 0.5);
}
.focus\:bg-primary-100\/55:focus {
  background-color: rgb(224 231 255 / 0.55);
}
.focus\:bg-primary-100\/60:focus {
  background-color: rgb(224 231 255 / 0.6);
}
.focus\:bg-primary-100\/65:focus {
  background-color: rgb(224 231 255 / 0.65);
}
.focus\:bg-primary-100\/70:focus {
  background-color: rgb(224 231 255 / 0.7);
}
.focus\:bg-primary-100\/75:focus {
  background-color: rgb(224 231 255 / 0.75);
}
.focus\:bg-primary-100\/80:focus {
  background-color: rgb(224 231 255 / 0.8);
}
.focus\:bg-primary-100\/85:focus {
  background-color: rgb(224 231 255 / 0.85);
}
.focus\:bg-primary-100\/90:focus {
  background-color: rgb(224 231 255 / 0.9);
}
.focus\:bg-primary-100\/95:focus {
  background-color: rgb(224 231 255 / 0.95);
}
.focus\:bg-primary-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity, 1));
}
.focus\:bg-primary-200\/0:focus {
  background-color: rgb(199 210 254 / 0);
}
.focus\:bg-primary-200\/10:focus {
  background-color: rgb(199 210 254 / 0.1);
}
.focus\:bg-primary-200\/100:focus {
  background-color: rgb(199 210 254 / 1);
}
.focus\:bg-primary-200\/15:focus {
  background-color: rgb(199 210 254 / 0.15);
}
.focus\:bg-primary-200\/20:focus {
  background-color: rgb(199 210 254 / 0.2);
}
.focus\:bg-primary-200\/25:focus {
  background-color: rgb(199 210 254 / 0.25);
}
.focus\:bg-primary-200\/30:focus {
  background-color: rgb(199 210 254 / 0.3);
}
.focus\:bg-primary-200\/35:focus {
  background-color: rgb(199 210 254 / 0.35);
}
.focus\:bg-primary-200\/40:focus {
  background-color: rgb(199 210 254 / 0.4);
}
.focus\:bg-primary-200\/45:focus {
  background-color: rgb(199 210 254 / 0.45);
}
.focus\:bg-primary-200\/5:focus {
  background-color: rgb(199 210 254 / 0.05);
}
.focus\:bg-primary-200\/50:focus {
  background-color: rgb(199 210 254 / 0.5);
}
.focus\:bg-primary-200\/55:focus {
  background-color: rgb(199 210 254 / 0.55);
}
.focus\:bg-primary-200\/60:focus {
  background-color: rgb(199 210 254 / 0.6);
}
.focus\:bg-primary-200\/65:focus {
  background-color: rgb(199 210 254 / 0.65);
}
.focus\:bg-primary-200\/70:focus {
  background-color: rgb(199 210 254 / 0.7);
}
.focus\:bg-primary-200\/75:focus {
  background-color: rgb(199 210 254 / 0.75);
}
.focus\:bg-primary-200\/80:focus {
  background-color: rgb(199 210 254 / 0.8);
}
.focus\:bg-primary-200\/85:focus {
  background-color: rgb(199 210 254 / 0.85);
}
.focus\:bg-primary-200\/90:focus {
  background-color: rgb(199 210 254 / 0.9);
}
.focus\:bg-primary-200\/95:focus {
  background-color: rgb(199 210 254 / 0.95);
}
.focus\:bg-primary-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity, 1));
}
.focus\:bg-primary-300\/0:focus {
  background-color: rgb(165 180 252 / 0);
}
.focus\:bg-primary-300\/10:focus {
  background-color: rgb(165 180 252 / 0.1);
}
.focus\:bg-primary-300\/100:focus {
  background-color: rgb(165 180 252 / 1);
}
.focus\:bg-primary-300\/15:focus {
  background-color: rgb(165 180 252 / 0.15);
}
.focus\:bg-primary-300\/20:focus {
  background-color: rgb(165 180 252 / 0.2);
}
.focus\:bg-primary-300\/25:focus {
  background-color: rgb(165 180 252 / 0.25);
}
.focus\:bg-primary-300\/30:focus {
  background-color: rgb(165 180 252 / 0.3);
}
.focus\:bg-primary-300\/35:focus {
  background-color: rgb(165 180 252 / 0.35);
}
.focus\:bg-primary-300\/40:focus {
  background-color: rgb(165 180 252 / 0.4);
}
.focus\:bg-primary-300\/45:focus {
  background-color: rgb(165 180 252 / 0.45);
}
.focus\:bg-primary-300\/5:focus {
  background-color: rgb(165 180 252 / 0.05);
}
.focus\:bg-primary-300\/50:focus {
  background-color: rgb(165 180 252 / 0.5);
}
.focus\:bg-primary-300\/55:focus {
  background-color: rgb(165 180 252 / 0.55);
}
.focus\:bg-primary-300\/60:focus {
  background-color: rgb(165 180 252 / 0.6);
}
.focus\:bg-primary-300\/65:focus {
  background-color: rgb(165 180 252 / 0.65);
}
.focus\:bg-primary-300\/70:focus {
  background-color: rgb(165 180 252 / 0.7);
}
.focus\:bg-primary-300\/75:focus {
  background-color: rgb(165 180 252 / 0.75);
}
.focus\:bg-primary-300\/80:focus {
  background-color: rgb(165 180 252 / 0.8);
}
.focus\:bg-primary-300\/85:focus {
  background-color: rgb(165 180 252 / 0.85);
}
.focus\:bg-primary-300\/90:focus {
  background-color: rgb(165 180 252 / 0.9);
}
.focus\:bg-primary-300\/95:focus {
  background-color: rgb(165 180 252 / 0.95);
}
.focus\:bg-primary-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity, 1));
}
.focus\:bg-primary-400\/0:focus {
  background-color: rgb(129 140 248 / 0);
}
.focus\:bg-primary-400\/10:focus {
  background-color: rgb(129 140 248 / 0.1);
}
.focus\:bg-primary-400\/100:focus {
  background-color: rgb(129 140 248 / 1);
}
.focus\:bg-primary-400\/15:focus {
  background-color: rgb(129 140 248 / 0.15);
}
.focus\:bg-primary-400\/20:focus {
  background-color: rgb(129 140 248 / 0.2);
}
.focus\:bg-primary-400\/25:focus {
  background-color: rgb(129 140 248 / 0.25);
}
.focus\:bg-primary-400\/30:focus {
  background-color: rgb(129 140 248 / 0.3);
}
.focus\:bg-primary-400\/35:focus {
  background-color: rgb(129 140 248 / 0.35);
}
.focus\:bg-primary-400\/40:focus {
  background-color: rgb(129 140 248 / 0.4);
}
.focus\:bg-primary-400\/45:focus {
  background-color: rgb(129 140 248 / 0.45);
}
.focus\:bg-primary-400\/5:focus {
  background-color: rgb(129 140 248 / 0.05);
}
.focus\:bg-primary-400\/50:focus {
  background-color: rgb(129 140 248 / 0.5);
}
.focus\:bg-primary-400\/55:focus {
  background-color: rgb(129 140 248 / 0.55);
}
.focus\:bg-primary-400\/60:focus {
  background-color: rgb(129 140 248 / 0.6);
}
.focus\:bg-primary-400\/65:focus {
  background-color: rgb(129 140 248 / 0.65);
}
.focus\:bg-primary-400\/70:focus {
  background-color: rgb(129 140 248 / 0.7);
}
.focus\:bg-primary-400\/75:focus {
  background-color: rgb(129 140 248 / 0.75);
}
.focus\:bg-primary-400\/80:focus {
  background-color: rgb(129 140 248 / 0.8);
}
.focus\:bg-primary-400\/85:focus {
  background-color: rgb(129 140 248 / 0.85);
}
.focus\:bg-primary-400\/90:focus {
  background-color: rgb(129 140 248 / 0.9);
}
.focus\:bg-primary-400\/95:focus {
  background-color: rgb(129 140 248 / 0.95);
}
.focus\:bg-primary-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}
.focus\:bg-primary-50\/0:focus {
  background-color: rgb(238 242 255 / 0);
}
.focus\:bg-primary-50\/10:focus {
  background-color: rgb(238 242 255 / 0.1);
}
.focus\:bg-primary-50\/100:focus {
  background-color: rgb(238 242 255 / 1);
}
.focus\:bg-primary-50\/15:focus {
  background-color: rgb(238 242 255 / 0.15);
}
.focus\:bg-primary-50\/20:focus {
  background-color: rgb(238 242 255 / 0.2);
}
.focus\:bg-primary-50\/25:focus {
  background-color: rgb(238 242 255 / 0.25);
}
.focus\:bg-primary-50\/30:focus {
  background-color: rgb(238 242 255 / 0.3);
}
.focus\:bg-primary-50\/35:focus {
  background-color: rgb(238 242 255 / 0.35);
}
.focus\:bg-primary-50\/40:focus {
  background-color: rgb(238 242 255 / 0.4);
}
.focus\:bg-primary-50\/45:focus {
  background-color: rgb(238 242 255 / 0.45);
}
.focus\:bg-primary-50\/5:focus {
  background-color: rgb(238 242 255 / 0.05);
}
.focus\:bg-primary-50\/50:focus {
  background-color: rgb(238 242 255 / 0.5);
}
.focus\:bg-primary-50\/55:focus {
  background-color: rgb(238 242 255 / 0.55);
}
.focus\:bg-primary-50\/60:focus {
  background-color: rgb(238 242 255 / 0.6);
}
.focus\:bg-primary-50\/65:focus {
  background-color: rgb(238 242 255 / 0.65);
}
.focus\:bg-primary-50\/70:focus {
  background-color: rgb(238 242 255 / 0.7);
}
.focus\:bg-primary-50\/75:focus {
  background-color: rgb(238 242 255 / 0.75);
}
.focus\:bg-primary-50\/80:focus {
  background-color: rgb(238 242 255 / 0.8);
}
.focus\:bg-primary-50\/85:focus {
  background-color: rgb(238 242 255 / 0.85);
}
.focus\:bg-primary-50\/90:focus {
  background-color: rgb(238 242 255 / 0.9);
}
.focus\:bg-primary-50\/95:focus {
  background-color: rgb(238 242 255 / 0.95);
}
.focus\:bg-primary-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}
.focus\:bg-primary-500\/0:focus {
  background-color: rgb(99 102 241 / 0);
}
.focus\:bg-primary-500\/10:focus {
  background-color: rgb(99 102 241 / 0.1);
}
.focus\:bg-primary-500\/100:focus {
  background-color: rgb(99 102 241 / 1);
}
.focus\:bg-primary-500\/15:focus {
  background-color: rgb(99 102 241 / 0.15);
}
.focus\:bg-primary-500\/20:focus {
  background-color: rgb(99 102 241 / 0.2);
}
.focus\:bg-primary-500\/25:focus {
  background-color: rgb(99 102 241 / 0.25);
}
.focus\:bg-primary-500\/30:focus {
  background-color: rgb(99 102 241 / 0.3);
}
.focus\:bg-primary-500\/35:focus {
  background-color: rgb(99 102 241 / 0.35);
}
.focus\:bg-primary-500\/40:focus {
  background-color: rgb(99 102 241 / 0.4);
}
.focus\:bg-primary-500\/45:focus {
  background-color: rgb(99 102 241 / 0.45);
}
.focus\:bg-primary-500\/5:focus {
  background-color: rgb(99 102 241 / 0.05);
}
.focus\:bg-primary-500\/50:focus {
  background-color: rgb(99 102 241 / 0.5);
}
.focus\:bg-primary-500\/55:focus {
  background-color: rgb(99 102 241 / 0.55);
}
.focus\:bg-primary-500\/60:focus {
  background-color: rgb(99 102 241 / 0.6);
}
.focus\:bg-primary-500\/65:focus {
  background-color: rgb(99 102 241 / 0.65);
}
.focus\:bg-primary-500\/70:focus {
  background-color: rgb(99 102 241 / 0.7);
}
.focus\:bg-primary-500\/75:focus {
  background-color: rgb(99 102 241 / 0.75);
}
.focus\:bg-primary-500\/80:focus {
  background-color: rgb(99 102 241 / 0.8);
}
.focus\:bg-primary-500\/85:focus {
  background-color: rgb(99 102 241 / 0.85);
}
.focus\:bg-primary-500\/90:focus {
  background-color: rgb(99 102 241 / 0.9);
}
.focus\:bg-primary-500\/95:focus {
  background-color: rgb(99 102 241 / 0.95);
}
.focus\:bg-primary-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}
.focus\:bg-primary-600\/0:focus {
  background-color: rgb(79 70 229 / 0);
}
.focus\:bg-primary-600\/10:focus {
  background-color: rgb(79 70 229 / 0.1);
}
.focus\:bg-primary-600\/100:focus {
  background-color: rgb(79 70 229 / 1);
}
.focus\:bg-primary-600\/15:focus {
  background-color: rgb(79 70 229 / 0.15);
}
.focus\:bg-primary-600\/20:focus {
  background-color: rgb(79 70 229 / 0.2);
}
.focus\:bg-primary-600\/25:focus {
  background-color: rgb(79 70 229 / 0.25);
}
.focus\:bg-primary-600\/30:focus {
  background-color: rgb(79 70 229 / 0.3);
}
.focus\:bg-primary-600\/35:focus {
  background-color: rgb(79 70 229 / 0.35);
}
.focus\:bg-primary-600\/40:focus {
  background-color: rgb(79 70 229 / 0.4);
}
.focus\:bg-primary-600\/45:focus {
  background-color: rgb(79 70 229 / 0.45);
}
.focus\:bg-primary-600\/5:focus {
  background-color: rgb(79 70 229 / 0.05);
}
.focus\:bg-primary-600\/50:focus {
  background-color: rgb(79 70 229 / 0.5);
}
.focus\:bg-primary-600\/55:focus {
  background-color: rgb(79 70 229 / 0.55);
}
.focus\:bg-primary-600\/60:focus {
  background-color: rgb(79 70 229 / 0.6);
}
.focus\:bg-primary-600\/65:focus {
  background-color: rgb(79 70 229 / 0.65);
}
.focus\:bg-primary-600\/70:focus {
  background-color: rgb(79 70 229 / 0.7);
}
.focus\:bg-primary-600\/75:focus {
  background-color: rgb(79 70 229 / 0.75);
}
.focus\:bg-primary-600\/80:focus {
  background-color: rgb(79 70 229 / 0.8);
}
.focus\:bg-primary-600\/85:focus {
  background-color: rgb(79 70 229 / 0.85);
}
.focus\:bg-primary-600\/90:focus {
  background-color: rgb(79 70 229 / 0.9);
}
.focus\:bg-primary-600\/95:focus {
  background-color: rgb(79 70 229 / 0.95);
}
.focus\:bg-primary-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}
.focus\:bg-primary-700\/0:focus {
  background-color: rgb(67 56 202 / 0);
}
.focus\:bg-primary-700\/10:focus {
  background-color: rgb(67 56 202 / 0.1);
}
.focus\:bg-primary-700\/100:focus {
  background-color: rgb(67 56 202 / 1);
}
.focus\:bg-primary-700\/15:focus {
  background-color: rgb(67 56 202 / 0.15);
}
.focus\:bg-primary-700\/20:focus {
  background-color: rgb(67 56 202 / 0.2);
}
.focus\:bg-primary-700\/25:focus {
  background-color: rgb(67 56 202 / 0.25);
}
.focus\:bg-primary-700\/30:focus {
  background-color: rgb(67 56 202 / 0.3);
}
.focus\:bg-primary-700\/35:focus {
  background-color: rgb(67 56 202 / 0.35);
}
.focus\:bg-primary-700\/40:focus {
  background-color: rgb(67 56 202 / 0.4);
}
.focus\:bg-primary-700\/45:focus {
  background-color: rgb(67 56 202 / 0.45);
}
.focus\:bg-primary-700\/5:focus {
  background-color: rgb(67 56 202 / 0.05);
}
.focus\:bg-primary-700\/50:focus {
  background-color: rgb(67 56 202 / 0.5);
}
.focus\:bg-primary-700\/55:focus {
  background-color: rgb(67 56 202 / 0.55);
}
.focus\:bg-primary-700\/60:focus {
  background-color: rgb(67 56 202 / 0.6);
}
.focus\:bg-primary-700\/65:focus {
  background-color: rgb(67 56 202 / 0.65);
}
.focus\:bg-primary-700\/70:focus {
  background-color: rgb(67 56 202 / 0.7);
}
.focus\:bg-primary-700\/75:focus {
  background-color: rgb(67 56 202 / 0.75);
}
.focus\:bg-primary-700\/80:focus {
  background-color: rgb(67 56 202 / 0.8);
}
.focus\:bg-primary-700\/85:focus {
  background-color: rgb(67 56 202 / 0.85);
}
.focus\:bg-primary-700\/90:focus {
  background-color: rgb(67 56 202 / 0.9);
}
.focus\:bg-primary-700\/95:focus {
  background-color: rgb(67 56 202 / 0.95);
}
.focus\:bg-primary-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity, 1));
}
.focus\:bg-primary-800\/0:focus {
  background-color: rgb(55 48 163 / 0);
}
.focus\:bg-primary-800\/10:focus {
  background-color: rgb(55 48 163 / 0.1);
}
.focus\:bg-primary-800\/100:focus {
  background-color: rgb(55 48 163 / 1);
}
.focus\:bg-primary-800\/15:focus {
  background-color: rgb(55 48 163 / 0.15);
}
.focus\:bg-primary-800\/20:focus {
  background-color: rgb(55 48 163 / 0.2);
}
.focus\:bg-primary-800\/25:focus {
  background-color: rgb(55 48 163 / 0.25);
}
.focus\:bg-primary-800\/30:focus {
  background-color: rgb(55 48 163 / 0.3);
}
.focus\:bg-primary-800\/35:focus {
  background-color: rgb(55 48 163 / 0.35);
}
.focus\:bg-primary-800\/40:focus {
  background-color: rgb(55 48 163 / 0.4);
}
.focus\:bg-primary-800\/45:focus {
  background-color: rgb(55 48 163 / 0.45);
}
.focus\:bg-primary-800\/5:focus {
  background-color: rgb(55 48 163 / 0.05);
}
.focus\:bg-primary-800\/50:focus {
  background-color: rgb(55 48 163 / 0.5);
}
.focus\:bg-primary-800\/55:focus {
  background-color: rgb(55 48 163 / 0.55);
}
.focus\:bg-primary-800\/60:focus {
  background-color: rgb(55 48 163 / 0.6);
}
.focus\:bg-primary-800\/65:focus {
  background-color: rgb(55 48 163 / 0.65);
}
.focus\:bg-primary-800\/70:focus {
  background-color: rgb(55 48 163 / 0.7);
}
.focus\:bg-primary-800\/75:focus {
  background-color: rgb(55 48 163 / 0.75);
}
.focus\:bg-primary-800\/80:focus {
  background-color: rgb(55 48 163 / 0.8);
}
.focus\:bg-primary-800\/85:focus {
  background-color: rgb(55 48 163 / 0.85);
}
.focus\:bg-primary-800\/90:focus {
  background-color: rgb(55 48 163 / 0.9);
}
.focus\:bg-primary-800\/95:focus {
  background-color: rgb(55 48 163 / 0.95);
}
.focus\:bg-primary-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity, 1));
}
.focus\:bg-primary-900\/0:focus {
  background-color: rgb(49 46 129 / 0);
}
.focus\:bg-primary-900\/10:focus {
  background-color: rgb(49 46 129 / 0.1);
}
.focus\:bg-primary-900\/100:focus {
  background-color: rgb(49 46 129 / 1);
}
.focus\:bg-primary-900\/15:focus {
  background-color: rgb(49 46 129 / 0.15);
}
.focus\:bg-primary-900\/20:focus {
  background-color: rgb(49 46 129 / 0.2);
}
.focus\:bg-primary-900\/25:focus {
  background-color: rgb(49 46 129 / 0.25);
}
.focus\:bg-primary-900\/30:focus {
  background-color: rgb(49 46 129 / 0.3);
}
.focus\:bg-primary-900\/35:focus {
  background-color: rgb(49 46 129 / 0.35);
}
.focus\:bg-primary-900\/40:focus {
  background-color: rgb(49 46 129 / 0.4);
}
.focus\:bg-primary-900\/45:focus {
  background-color: rgb(49 46 129 / 0.45);
}
.focus\:bg-primary-900\/5:focus {
  background-color: rgb(49 46 129 / 0.05);
}
.focus\:bg-primary-900\/50:focus {
  background-color: rgb(49 46 129 / 0.5);
}
.focus\:bg-primary-900\/55:focus {
  background-color: rgb(49 46 129 / 0.55);
}
.focus\:bg-primary-900\/60:focus {
  background-color: rgb(49 46 129 / 0.6);
}
.focus\:bg-primary-900\/65:focus {
  background-color: rgb(49 46 129 / 0.65);
}
.focus\:bg-primary-900\/70:focus {
  background-color: rgb(49 46 129 / 0.7);
}
.focus\:bg-primary-900\/75:focus {
  background-color: rgb(49 46 129 / 0.75);
}
.focus\:bg-primary-900\/80:focus {
  background-color: rgb(49 46 129 / 0.8);
}
.focus\:bg-primary-900\/85:focus {
  background-color: rgb(49 46 129 / 0.85);
}
.focus\:bg-primary-900\/90:focus {
  background-color: rgb(49 46 129 / 0.9);
}
.focus\:bg-primary-900\/95:focus {
  background-color: rgb(49 46 129 / 0.95);
}
.focus\:bg-purple-400\/25:focus {
  background-color: rgb(192 132 252 / 0.25);
}
.focus\:bg-purple-400\/60:focus {
  background-color: rgb(192 132 252 / 0.6);
}
.focus\:bg-purple-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}
.focus\:bg-red-400\/25:focus {
  background-color: rgb(248 113 113 / 0.25);
}
.focus\:bg-red-400\/60:focus {
  background-color: rgb(248 113 113 / 0.6);
}
.focus\:bg-red-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.focus\:bg-rose-400\/25:focus {
  background-color: rgb(251 113 133 / 0.25);
}
.focus\:bg-rose-400\/60:focus {
  background-color: rgb(251 113 133 / 0.6);
}
.focus\:bg-rose-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity, 1));
}
.focus\:bg-secondary-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.focus\:bg-secondary-100\/0:focus {
  background-color: rgb(243 244 246 / 0);
}
.focus\:bg-secondary-100\/10:focus {
  background-color: rgb(243 244 246 / 0.1);
}
.focus\:bg-secondary-100\/100:focus {
  background-color: rgb(243 244 246 / 1);
}
.focus\:bg-secondary-100\/15:focus {
  background-color: rgb(243 244 246 / 0.15);
}
.focus\:bg-secondary-100\/20:focus {
  background-color: rgb(243 244 246 / 0.2);
}
.focus\:bg-secondary-100\/25:focus {
  background-color: rgb(243 244 246 / 0.25);
}
.focus\:bg-secondary-100\/30:focus {
  background-color: rgb(243 244 246 / 0.3);
}
.focus\:bg-secondary-100\/35:focus {
  background-color: rgb(243 244 246 / 0.35);
}
.focus\:bg-secondary-100\/40:focus {
  background-color: rgb(243 244 246 / 0.4);
}
.focus\:bg-secondary-100\/45:focus {
  background-color: rgb(243 244 246 / 0.45);
}
.focus\:bg-secondary-100\/5:focus {
  background-color: rgb(243 244 246 / 0.05);
}
.focus\:bg-secondary-100\/50:focus {
  background-color: rgb(243 244 246 / 0.5);
}
.focus\:bg-secondary-100\/55:focus {
  background-color: rgb(243 244 246 / 0.55);
}
.focus\:bg-secondary-100\/60:focus {
  background-color: rgb(243 244 246 / 0.6);
}
.focus\:bg-secondary-100\/65:focus {
  background-color: rgb(243 244 246 / 0.65);
}
.focus\:bg-secondary-100\/70:focus {
  background-color: rgb(243 244 246 / 0.7);
}
.focus\:bg-secondary-100\/75:focus {
  background-color: rgb(243 244 246 / 0.75);
}
.focus\:bg-secondary-100\/80:focus {
  background-color: rgb(243 244 246 / 0.8);
}
.focus\:bg-secondary-100\/85:focus {
  background-color: rgb(243 244 246 / 0.85);
}
.focus\:bg-secondary-100\/90:focus {
  background-color: rgb(243 244 246 / 0.9);
}
.focus\:bg-secondary-100\/95:focus {
  background-color: rgb(243 244 246 / 0.95);
}
.focus\:bg-secondary-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.focus\:bg-secondary-200\/0:focus {
  background-color: rgb(229 231 235 / 0);
}
.focus\:bg-secondary-200\/10:focus {
  background-color: rgb(229 231 235 / 0.1);
}
.focus\:bg-secondary-200\/100:focus {
  background-color: rgb(229 231 235 / 1);
}
.focus\:bg-secondary-200\/15:focus {
  background-color: rgb(229 231 235 / 0.15);
}
.focus\:bg-secondary-200\/20:focus {
  background-color: rgb(229 231 235 / 0.2);
}
.focus\:bg-secondary-200\/25:focus {
  background-color: rgb(229 231 235 / 0.25);
}
.focus\:bg-secondary-200\/30:focus {
  background-color: rgb(229 231 235 / 0.3);
}
.focus\:bg-secondary-200\/35:focus {
  background-color: rgb(229 231 235 / 0.35);
}
.focus\:bg-secondary-200\/40:focus {
  background-color: rgb(229 231 235 / 0.4);
}
.focus\:bg-secondary-200\/45:focus {
  background-color: rgb(229 231 235 / 0.45);
}
.focus\:bg-secondary-200\/5:focus {
  background-color: rgb(229 231 235 / 0.05);
}
.focus\:bg-secondary-200\/50:focus {
  background-color: rgb(229 231 235 / 0.5);
}
.focus\:bg-secondary-200\/55:focus {
  background-color: rgb(229 231 235 / 0.55);
}
.focus\:bg-secondary-200\/60:focus {
  background-color: rgb(229 231 235 / 0.6);
}
.focus\:bg-secondary-200\/65:focus {
  background-color: rgb(229 231 235 / 0.65);
}
.focus\:bg-secondary-200\/70:focus {
  background-color: rgb(229 231 235 / 0.7);
}
.focus\:bg-secondary-200\/75:focus {
  background-color: rgb(229 231 235 / 0.75);
}
.focus\:bg-secondary-200\/80:focus {
  background-color: rgb(229 231 235 / 0.8);
}
.focus\:bg-secondary-200\/85:focus {
  background-color: rgb(229 231 235 / 0.85);
}
.focus\:bg-secondary-200\/90:focus {
  background-color: rgb(229 231 235 / 0.9);
}
.focus\:bg-secondary-200\/95:focus {
  background-color: rgb(229 231 235 / 0.95);
}
.focus\:bg-secondary-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.focus\:bg-secondary-300\/0:focus {
  background-color: rgb(209 213 219 / 0);
}
.focus\:bg-secondary-300\/10:focus {
  background-color: rgb(209 213 219 / 0.1);
}
.focus\:bg-secondary-300\/100:focus {
  background-color: rgb(209 213 219 / 1);
}
.focus\:bg-secondary-300\/15:focus {
  background-color: rgb(209 213 219 / 0.15);
}
.focus\:bg-secondary-300\/20:focus {
  background-color: rgb(209 213 219 / 0.2);
}
.focus\:bg-secondary-300\/25:focus {
  background-color: rgb(209 213 219 / 0.25);
}
.focus\:bg-secondary-300\/30:focus {
  background-color: rgb(209 213 219 / 0.3);
}
.focus\:bg-secondary-300\/35:focus {
  background-color: rgb(209 213 219 / 0.35);
}
.focus\:bg-secondary-300\/40:focus {
  background-color: rgb(209 213 219 / 0.4);
}
.focus\:bg-secondary-300\/45:focus {
  background-color: rgb(209 213 219 / 0.45);
}
.focus\:bg-secondary-300\/5:focus {
  background-color: rgb(209 213 219 / 0.05);
}
.focus\:bg-secondary-300\/50:focus {
  background-color: rgb(209 213 219 / 0.5);
}
.focus\:bg-secondary-300\/55:focus {
  background-color: rgb(209 213 219 / 0.55);
}
.focus\:bg-secondary-300\/60:focus {
  background-color: rgb(209 213 219 / 0.6);
}
.focus\:bg-secondary-300\/65:focus {
  background-color: rgb(209 213 219 / 0.65);
}
.focus\:bg-secondary-300\/70:focus {
  background-color: rgb(209 213 219 / 0.7);
}
.focus\:bg-secondary-300\/75:focus {
  background-color: rgb(209 213 219 / 0.75);
}
.focus\:bg-secondary-300\/80:focus {
  background-color: rgb(209 213 219 / 0.8);
}
.focus\:bg-secondary-300\/85:focus {
  background-color: rgb(209 213 219 / 0.85);
}
.focus\:bg-secondary-300\/90:focus {
  background-color: rgb(209 213 219 / 0.9);
}
.focus\:bg-secondary-300\/95:focus {
  background-color: rgb(209 213 219 / 0.95);
}
.focus\:bg-secondary-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.focus\:bg-secondary-400\/0:focus {
  background-color: rgb(156 163 175 / 0);
}
.focus\:bg-secondary-400\/10:focus {
  background-color: rgb(156 163 175 / 0.1);
}
.focus\:bg-secondary-400\/100:focus {
  background-color: rgb(156 163 175 / 1);
}
.focus\:bg-secondary-400\/15:focus {
  background-color: rgb(156 163 175 / 0.15);
}
.focus\:bg-secondary-400\/20:focus {
  background-color: rgb(156 163 175 / 0.2);
}
.focus\:bg-secondary-400\/25:focus {
  background-color: rgb(156 163 175 / 0.25);
}
.focus\:bg-secondary-400\/30:focus {
  background-color: rgb(156 163 175 / 0.3);
}
.focus\:bg-secondary-400\/35:focus {
  background-color: rgb(156 163 175 / 0.35);
}
.focus\:bg-secondary-400\/40:focus {
  background-color: rgb(156 163 175 / 0.4);
}
.focus\:bg-secondary-400\/45:focus {
  background-color: rgb(156 163 175 / 0.45);
}
.focus\:bg-secondary-400\/5:focus {
  background-color: rgb(156 163 175 / 0.05);
}
.focus\:bg-secondary-400\/50:focus {
  background-color: rgb(156 163 175 / 0.5);
}
.focus\:bg-secondary-400\/55:focus {
  background-color: rgb(156 163 175 / 0.55);
}
.focus\:bg-secondary-400\/60:focus {
  background-color: rgb(156 163 175 / 0.6);
}
.focus\:bg-secondary-400\/65:focus {
  background-color: rgb(156 163 175 / 0.65);
}
.focus\:bg-secondary-400\/70:focus {
  background-color: rgb(156 163 175 / 0.7);
}
.focus\:bg-secondary-400\/75:focus {
  background-color: rgb(156 163 175 / 0.75);
}
.focus\:bg-secondary-400\/80:focus {
  background-color: rgb(156 163 175 / 0.8);
}
.focus\:bg-secondary-400\/85:focus {
  background-color: rgb(156 163 175 / 0.85);
}
.focus\:bg-secondary-400\/90:focus {
  background-color: rgb(156 163 175 / 0.9);
}
.focus\:bg-secondary-400\/95:focus {
  background-color: rgb(156 163 175 / 0.95);
}
.focus\:bg-secondary-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.focus\:bg-secondary-50\/0:focus {
  background-color: rgb(249 250 251 / 0);
}
.focus\:bg-secondary-50\/10:focus {
  background-color: rgb(249 250 251 / 0.1);
}
.focus\:bg-secondary-50\/100:focus {
  background-color: rgb(249 250 251 / 1);
}
.focus\:bg-secondary-50\/15:focus {
  background-color: rgb(249 250 251 / 0.15);
}
.focus\:bg-secondary-50\/20:focus {
  background-color: rgb(249 250 251 / 0.2);
}
.focus\:bg-secondary-50\/25:focus {
  background-color: rgb(249 250 251 / 0.25);
}
.focus\:bg-secondary-50\/30:focus {
  background-color: rgb(249 250 251 / 0.3);
}
.focus\:bg-secondary-50\/35:focus {
  background-color: rgb(249 250 251 / 0.35);
}
.focus\:bg-secondary-50\/40:focus {
  background-color: rgb(249 250 251 / 0.4);
}
.focus\:bg-secondary-50\/45:focus {
  background-color: rgb(249 250 251 / 0.45);
}
.focus\:bg-secondary-50\/5:focus {
  background-color: rgb(249 250 251 / 0.05);
}
.focus\:bg-secondary-50\/50:focus {
  background-color: rgb(249 250 251 / 0.5);
}
.focus\:bg-secondary-50\/55:focus {
  background-color: rgb(249 250 251 / 0.55);
}
.focus\:bg-secondary-50\/60:focus {
  background-color: rgb(249 250 251 / 0.6);
}
.focus\:bg-secondary-50\/65:focus {
  background-color: rgb(249 250 251 / 0.65);
}
.focus\:bg-secondary-50\/70:focus {
  background-color: rgb(249 250 251 / 0.7);
}
.focus\:bg-secondary-50\/75:focus {
  background-color: rgb(249 250 251 / 0.75);
}
.focus\:bg-secondary-50\/80:focus {
  background-color: rgb(249 250 251 / 0.8);
}
.focus\:bg-secondary-50\/85:focus {
  background-color: rgb(249 250 251 / 0.85);
}
.focus\:bg-secondary-50\/90:focus {
  background-color: rgb(249 250 251 / 0.9);
}
.focus\:bg-secondary-50\/95:focus {
  background-color: rgb(249 250 251 / 0.95);
}
.focus\:bg-secondary-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.focus\:bg-secondary-500\/0:focus {
  background-color: rgb(107 114 128 / 0);
}
.focus\:bg-secondary-500\/10:focus {
  background-color: rgb(107 114 128 / 0.1);
}
.focus\:bg-secondary-500\/100:focus {
  background-color: rgb(107 114 128 / 1);
}
.focus\:bg-secondary-500\/15:focus {
  background-color: rgb(107 114 128 / 0.15);
}
.focus\:bg-secondary-500\/20:focus {
  background-color: rgb(107 114 128 / 0.2);
}
.focus\:bg-secondary-500\/25:focus {
  background-color: rgb(107 114 128 / 0.25);
}
.focus\:bg-secondary-500\/30:focus {
  background-color: rgb(107 114 128 / 0.3);
}
.focus\:bg-secondary-500\/35:focus {
  background-color: rgb(107 114 128 / 0.35);
}
.focus\:bg-secondary-500\/40:focus {
  background-color: rgb(107 114 128 / 0.4);
}
.focus\:bg-secondary-500\/45:focus {
  background-color: rgb(107 114 128 / 0.45);
}
.focus\:bg-secondary-500\/5:focus {
  background-color: rgb(107 114 128 / 0.05);
}
.focus\:bg-secondary-500\/50:focus {
  background-color: rgb(107 114 128 / 0.5);
}
.focus\:bg-secondary-500\/55:focus {
  background-color: rgb(107 114 128 / 0.55);
}
.focus\:bg-secondary-500\/60:focus {
  background-color: rgb(107 114 128 / 0.6);
}
.focus\:bg-secondary-500\/65:focus {
  background-color: rgb(107 114 128 / 0.65);
}
.focus\:bg-secondary-500\/70:focus {
  background-color: rgb(107 114 128 / 0.7);
}
.focus\:bg-secondary-500\/75:focus {
  background-color: rgb(107 114 128 / 0.75);
}
.focus\:bg-secondary-500\/80:focus {
  background-color: rgb(107 114 128 / 0.8);
}
.focus\:bg-secondary-500\/85:focus {
  background-color: rgb(107 114 128 / 0.85);
}
.focus\:bg-secondary-500\/90:focus {
  background-color: rgb(107 114 128 / 0.9);
}
.focus\:bg-secondary-500\/95:focus {
  background-color: rgb(107 114 128 / 0.95);
}
.focus\:bg-secondary-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.focus\:bg-secondary-600\/0:focus {
  background-color: rgb(75 85 99 / 0);
}
.focus\:bg-secondary-600\/10:focus {
  background-color: rgb(75 85 99 / 0.1);
}
.focus\:bg-secondary-600\/100:focus {
  background-color: rgb(75 85 99 / 1);
}
.focus\:bg-secondary-600\/15:focus {
  background-color: rgb(75 85 99 / 0.15);
}
.focus\:bg-secondary-600\/20:focus {
  background-color: rgb(75 85 99 / 0.2);
}
.focus\:bg-secondary-600\/25:focus {
  background-color: rgb(75 85 99 / 0.25);
}
.focus\:bg-secondary-600\/30:focus {
  background-color: rgb(75 85 99 / 0.3);
}
.focus\:bg-secondary-600\/35:focus {
  background-color: rgb(75 85 99 / 0.35);
}
.focus\:bg-secondary-600\/40:focus {
  background-color: rgb(75 85 99 / 0.4);
}
.focus\:bg-secondary-600\/45:focus {
  background-color: rgb(75 85 99 / 0.45);
}
.focus\:bg-secondary-600\/5:focus {
  background-color: rgb(75 85 99 / 0.05);
}
.focus\:bg-secondary-600\/50:focus {
  background-color: rgb(75 85 99 / 0.5);
}
.focus\:bg-secondary-600\/55:focus {
  background-color: rgb(75 85 99 / 0.55);
}
.focus\:bg-secondary-600\/60:focus {
  background-color: rgb(75 85 99 / 0.6);
}
.focus\:bg-secondary-600\/65:focus {
  background-color: rgb(75 85 99 / 0.65);
}
.focus\:bg-secondary-600\/70:focus {
  background-color: rgb(75 85 99 / 0.7);
}
.focus\:bg-secondary-600\/75:focus {
  background-color: rgb(75 85 99 / 0.75);
}
.focus\:bg-secondary-600\/80:focus {
  background-color: rgb(75 85 99 / 0.8);
}
.focus\:bg-secondary-600\/85:focus {
  background-color: rgb(75 85 99 / 0.85);
}
.focus\:bg-secondary-600\/90:focus {
  background-color: rgb(75 85 99 / 0.9);
}
.focus\:bg-secondary-600\/95:focus {
  background-color: rgb(75 85 99 / 0.95);
}
.focus\:bg-secondary-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.focus\:bg-secondary-700\/0:focus {
  background-color: rgb(55 65 81 / 0);
}
.focus\:bg-secondary-700\/10:focus {
  background-color: rgb(55 65 81 / 0.1);
}
.focus\:bg-secondary-700\/100:focus {
  background-color: rgb(55 65 81 / 1);
}
.focus\:bg-secondary-700\/15:focus {
  background-color: rgb(55 65 81 / 0.15);
}
.focus\:bg-secondary-700\/20:focus {
  background-color: rgb(55 65 81 / 0.2);
}
.focus\:bg-secondary-700\/25:focus {
  background-color: rgb(55 65 81 / 0.25);
}
.focus\:bg-secondary-700\/30:focus {
  background-color: rgb(55 65 81 / 0.3);
}
.focus\:bg-secondary-700\/35:focus {
  background-color: rgb(55 65 81 / 0.35);
}
.focus\:bg-secondary-700\/40:focus {
  background-color: rgb(55 65 81 / 0.4);
}
.focus\:bg-secondary-700\/45:focus {
  background-color: rgb(55 65 81 / 0.45);
}
.focus\:bg-secondary-700\/5:focus {
  background-color: rgb(55 65 81 / 0.05);
}
.focus\:bg-secondary-700\/50:focus {
  background-color: rgb(55 65 81 / 0.5);
}
.focus\:bg-secondary-700\/55:focus {
  background-color: rgb(55 65 81 / 0.55);
}
.focus\:bg-secondary-700\/60:focus {
  background-color: rgb(55 65 81 / 0.6);
}
.focus\:bg-secondary-700\/65:focus {
  background-color: rgb(55 65 81 / 0.65);
}
.focus\:bg-secondary-700\/70:focus {
  background-color: rgb(55 65 81 / 0.7);
}
.focus\:bg-secondary-700\/75:focus {
  background-color: rgb(55 65 81 / 0.75);
}
.focus\:bg-secondary-700\/80:focus {
  background-color: rgb(55 65 81 / 0.8);
}
.focus\:bg-secondary-700\/85:focus {
  background-color: rgb(55 65 81 / 0.85);
}
.focus\:bg-secondary-700\/90:focus {
  background-color: rgb(55 65 81 / 0.9);
}
.focus\:bg-secondary-700\/95:focus {
  background-color: rgb(55 65 81 / 0.95);
}
.focus\:bg-secondary-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.focus\:bg-secondary-800\/0:focus {
  background-color: rgb(31 41 55 / 0);
}
.focus\:bg-secondary-800\/10:focus {
  background-color: rgb(31 41 55 / 0.1);
}
.focus\:bg-secondary-800\/100:focus {
  background-color: rgb(31 41 55 / 1);
}
.focus\:bg-secondary-800\/15:focus {
  background-color: rgb(31 41 55 / 0.15);
}
.focus\:bg-secondary-800\/20:focus {
  background-color: rgb(31 41 55 / 0.2);
}
.focus\:bg-secondary-800\/25:focus {
  background-color: rgb(31 41 55 / 0.25);
}
.focus\:bg-secondary-800\/30:focus {
  background-color: rgb(31 41 55 / 0.3);
}
.focus\:bg-secondary-800\/35:focus {
  background-color: rgb(31 41 55 / 0.35);
}
.focus\:bg-secondary-800\/40:focus {
  background-color: rgb(31 41 55 / 0.4);
}
.focus\:bg-secondary-800\/45:focus {
  background-color: rgb(31 41 55 / 0.45);
}
.focus\:bg-secondary-800\/5:focus {
  background-color: rgb(31 41 55 / 0.05);
}
.focus\:bg-secondary-800\/50:focus {
  background-color: rgb(31 41 55 / 0.5);
}
.focus\:bg-secondary-800\/55:focus {
  background-color: rgb(31 41 55 / 0.55);
}
.focus\:bg-secondary-800\/60:focus {
  background-color: rgb(31 41 55 / 0.6);
}
.focus\:bg-secondary-800\/65:focus {
  background-color: rgb(31 41 55 / 0.65);
}
.focus\:bg-secondary-800\/70:focus {
  background-color: rgb(31 41 55 / 0.7);
}
.focus\:bg-secondary-800\/75:focus {
  background-color: rgb(31 41 55 / 0.75);
}
.focus\:bg-secondary-800\/80:focus {
  background-color: rgb(31 41 55 / 0.8);
}
.focus\:bg-secondary-800\/85:focus {
  background-color: rgb(31 41 55 / 0.85);
}
.focus\:bg-secondary-800\/90:focus {
  background-color: rgb(31 41 55 / 0.9);
}
.focus\:bg-secondary-800\/95:focus {
  background-color: rgb(31 41 55 / 0.95);
}
.focus\:bg-secondary-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.focus\:bg-secondary-900\/0:focus {
  background-color: rgb(17 24 39 / 0);
}
.focus\:bg-secondary-900\/10:focus {
  background-color: rgb(17 24 39 / 0.1);
}
.focus\:bg-secondary-900\/100:focus {
  background-color: rgb(17 24 39 / 1);
}
.focus\:bg-secondary-900\/15:focus {
  background-color: rgb(17 24 39 / 0.15);
}
.focus\:bg-secondary-900\/20:focus {
  background-color: rgb(17 24 39 / 0.2);
}
.focus\:bg-secondary-900\/25:focus {
  background-color: rgb(17 24 39 / 0.25);
}
.focus\:bg-secondary-900\/30:focus {
  background-color: rgb(17 24 39 / 0.3);
}
.focus\:bg-secondary-900\/35:focus {
  background-color: rgb(17 24 39 / 0.35);
}
.focus\:bg-secondary-900\/40:focus {
  background-color: rgb(17 24 39 / 0.4);
}
.focus\:bg-secondary-900\/45:focus {
  background-color: rgb(17 24 39 / 0.45);
}
.focus\:bg-secondary-900\/5:focus {
  background-color: rgb(17 24 39 / 0.05);
}
.focus\:bg-secondary-900\/50:focus {
  background-color: rgb(17 24 39 / 0.5);
}
.focus\:bg-secondary-900\/55:focus {
  background-color: rgb(17 24 39 / 0.55);
}
.focus\:bg-secondary-900\/60:focus {
  background-color: rgb(17 24 39 / 0.6);
}
.focus\:bg-secondary-900\/65:focus {
  background-color: rgb(17 24 39 / 0.65);
}
.focus\:bg-secondary-900\/70:focus {
  background-color: rgb(17 24 39 / 0.7);
}
.focus\:bg-secondary-900\/75:focus {
  background-color: rgb(17 24 39 / 0.75);
}
.focus\:bg-secondary-900\/80:focus {
  background-color: rgb(17 24 39 / 0.8);
}
.focus\:bg-secondary-900\/85:focus {
  background-color: rgb(17 24 39 / 0.85);
}
.focus\:bg-secondary-900\/90:focus {
  background-color: rgb(17 24 39 / 0.9);
}
.focus\:bg-secondary-900\/95:focus {
  background-color: rgb(17 24 39 / 0.95);
}
.focus\:bg-sky-400\/25:focus {
  background-color: rgb(56 189 248 / 0.25);
}
.focus\:bg-sky-400\/60:focus {
  background-color: rgb(56 189 248 / 0.6);
}
.focus\:bg-sky-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1));
}
.focus\:bg-slate-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.focus\:bg-slate-100\/25:focus {
  background-color: rgb(241 245 249 / 0.25);
}
.focus\:bg-slate-300\/60:focus {
  background-color: rgb(203 213 225 / 0.6);
}
.focus\:bg-slate-400\/25:focus {
  background-color: rgb(148 163 184 / 0.25);
}
.focus\:bg-slate-400\/60:focus {
  background-color: rgb(148 163 184 / 0.6);
}
.focus\:bg-slate-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.focus\:bg-slate-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
}
.focus\:bg-slate-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
.focus\:bg-stone-400\/25:focus {
  background-color: rgb(168 162 158 / 0.25);
}
.focus\:bg-stone-400\/60:focus {
  background-color: rgb(168 162 158 / 0.6);
}
.focus\:bg-stone-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(87 83 78 / var(--tw-bg-opacity, 1));
}
.focus\:bg-teal-400\/25:focus {
  background-color: rgb(45 212 191 / 0.25);
}
.focus\:bg-teal-400\/60:focus {
  background-color: rgb(45 212 191 / 0.6);
}
.focus\:bg-teal-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity, 1));
}
.focus\:bg-violet-400\/25:focus {
  background-color: rgb(167 139 250 / 0.25);
}
.focus\:bg-violet-400\/60:focus {
  background-color: rgb(167 139 250 / 0.6);
}
.focus\:bg-violet-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1));
}
.focus\:bg-warning-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}
.focus\:bg-warning-100\/0:focus {
  background-color: rgb(254 243 199 / 0);
}
.focus\:bg-warning-100\/10:focus {
  background-color: rgb(254 243 199 / 0.1);
}
.focus\:bg-warning-100\/100:focus {
  background-color: rgb(254 243 199 / 1);
}
.focus\:bg-warning-100\/15:focus {
  background-color: rgb(254 243 199 / 0.15);
}
.focus\:bg-warning-100\/20:focus {
  background-color: rgb(254 243 199 / 0.2);
}
.focus\:bg-warning-100\/25:focus {
  background-color: rgb(254 243 199 / 0.25);
}
.focus\:bg-warning-100\/30:focus {
  background-color: rgb(254 243 199 / 0.3);
}
.focus\:bg-warning-100\/35:focus {
  background-color: rgb(254 243 199 / 0.35);
}
.focus\:bg-warning-100\/40:focus {
  background-color: rgb(254 243 199 / 0.4);
}
.focus\:bg-warning-100\/45:focus {
  background-color: rgb(254 243 199 / 0.45);
}
.focus\:bg-warning-100\/5:focus {
  background-color: rgb(254 243 199 / 0.05);
}
.focus\:bg-warning-100\/50:focus {
  background-color: rgb(254 243 199 / 0.5);
}
.focus\:bg-warning-100\/55:focus {
  background-color: rgb(254 243 199 / 0.55);
}
.focus\:bg-warning-100\/60:focus {
  background-color: rgb(254 243 199 / 0.6);
}
.focus\:bg-warning-100\/65:focus {
  background-color: rgb(254 243 199 / 0.65);
}
.focus\:bg-warning-100\/70:focus {
  background-color: rgb(254 243 199 / 0.7);
}
.focus\:bg-warning-100\/75:focus {
  background-color: rgb(254 243 199 / 0.75);
}
.focus\:bg-warning-100\/80:focus {
  background-color: rgb(254 243 199 / 0.8);
}
.focus\:bg-warning-100\/85:focus {
  background-color: rgb(254 243 199 / 0.85);
}
.focus\:bg-warning-100\/90:focus {
  background-color: rgb(254 243 199 / 0.9);
}
.focus\:bg-warning-100\/95:focus {
  background-color: rgb(254 243 199 / 0.95);
}
.focus\:bg-warning-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity, 1));
}
.focus\:bg-warning-200\/0:focus {
  background-color: rgb(253 230 138 / 0);
}
.focus\:bg-warning-200\/10:focus {
  background-color: rgb(253 230 138 / 0.1);
}
.focus\:bg-warning-200\/100:focus {
  background-color: rgb(253 230 138 / 1);
}
.focus\:bg-warning-200\/15:focus {
  background-color: rgb(253 230 138 / 0.15);
}
.focus\:bg-warning-200\/20:focus {
  background-color: rgb(253 230 138 / 0.2);
}
.focus\:bg-warning-200\/25:focus {
  background-color: rgb(253 230 138 / 0.25);
}
.focus\:bg-warning-200\/30:focus {
  background-color: rgb(253 230 138 / 0.3);
}
.focus\:bg-warning-200\/35:focus {
  background-color: rgb(253 230 138 / 0.35);
}
.focus\:bg-warning-200\/40:focus {
  background-color: rgb(253 230 138 / 0.4);
}
.focus\:bg-warning-200\/45:focus {
  background-color: rgb(253 230 138 / 0.45);
}
.focus\:bg-warning-200\/5:focus {
  background-color: rgb(253 230 138 / 0.05);
}
.focus\:bg-warning-200\/50:focus {
  background-color: rgb(253 230 138 / 0.5);
}
.focus\:bg-warning-200\/55:focus {
  background-color: rgb(253 230 138 / 0.55);
}
.focus\:bg-warning-200\/60:focus {
  background-color: rgb(253 230 138 / 0.6);
}
.focus\:bg-warning-200\/65:focus {
  background-color: rgb(253 230 138 / 0.65);
}
.focus\:bg-warning-200\/70:focus {
  background-color: rgb(253 230 138 / 0.7);
}
.focus\:bg-warning-200\/75:focus {
  background-color: rgb(253 230 138 / 0.75);
}
.focus\:bg-warning-200\/80:focus {
  background-color: rgb(253 230 138 / 0.8);
}
.focus\:bg-warning-200\/85:focus {
  background-color: rgb(253 230 138 / 0.85);
}
.focus\:bg-warning-200\/90:focus {
  background-color: rgb(253 230 138 / 0.9);
}
.focus\:bg-warning-200\/95:focus {
  background-color: rgb(253 230 138 / 0.95);
}
.focus\:bg-warning-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity, 1));
}
.focus\:bg-warning-300\/0:focus {
  background-color: rgb(252 211 77 / 0);
}
.focus\:bg-warning-300\/10:focus {
  background-color: rgb(252 211 77 / 0.1);
}
.focus\:bg-warning-300\/100:focus {
  background-color: rgb(252 211 77 / 1);
}
.focus\:bg-warning-300\/15:focus {
  background-color: rgb(252 211 77 / 0.15);
}
.focus\:bg-warning-300\/20:focus {
  background-color: rgb(252 211 77 / 0.2);
}
.focus\:bg-warning-300\/25:focus {
  background-color: rgb(252 211 77 / 0.25);
}
.focus\:bg-warning-300\/30:focus {
  background-color: rgb(252 211 77 / 0.3);
}
.focus\:bg-warning-300\/35:focus {
  background-color: rgb(252 211 77 / 0.35);
}
.focus\:bg-warning-300\/40:focus {
  background-color: rgb(252 211 77 / 0.4);
}
.focus\:bg-warning-300\/45:focus {
  background-color: rgb(252 211 77 / 0.45);
}
.focus\:bg-warning-300\/5:focus {
  background-color: rgb(252 211 77 / 0.05);
}
.focus\:bg-warning-300\/50:focus {
  background-color: rgb(252 211 77 / 0.5);
}
.focus\:bg-warning-300\/55:focus {
  background-color: rgb(252 211 77 / 0.55);
}
.focus\:bg-warning-300\/60:focus {
  background-color: rgb(252 211 77 / 0.6);
}
.focus\:bg-warning-300\/65:focus {
  background-color: rgb(252 211 77 / 0.65);
}
.focus\:bg-warning-300\/70:focus {
  background-color: rgb(252 211 77 / 0.7);
}
.focus\:bg-warning-300\/75:focus {
  background-color: rgb(252 211 77 / 0.75);
}
.focus\:bg-warning-300\/80:focus {
  background-color: rgb(252 211 77 / 0.8);
}
.focus\:bg-warning-300\/85:focus {
  background-color: rgb(252 211 77 / 0.85);
}
.focus\:bg-warning-300\/90:focus {
  background-color: rgb(252 211 77 / 0.9);
}
.focus\:bg-warning-300\/95:focus {
  background-color: rgb(252 211 77 / 0.95);
}
.focus\:bg-warning-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
}
.focus\:bg-warning-400\/0:focus {
  background-color: rgb(251 191 36 / 0);
}
.focus\:bg-warning-400\/10:focus {
  background-color: rgb(251 191 36 / 0.1);
}
.focus\:bg-warning-400\/100:focus {
  background-color: rgb(251 191 36 / 1);
}
.focus\:bg-warning-400\/15:focus {
  background-color: rgb(251 191 36 / 0.15);
}
.focus\:bg-warning-400\/20:focus {
  background-color: rgb(251 191 36 / 0.2);
}
.focus\:bg-warning-400\/25:focus {
  background-color: rgb(251 191 36 / 0.25);
}
.focus\:bg-warning-400\/30:focus {
  background-color: rgb(251 191 36 / 0.3);
}
.focus\:bg-warning-400\/35:focus {
  background-color: rgb(251 191 36 / 0.35);
}
.focus\:bg-warning-400\/40:focus {
  background-color: rgb(251 191 36 / 0.4);
}
.focus\:bg-warning-400\/45:focus {
  background-color: rgb(251 191 36 / 0.45);
}
.focus\:bg-warning-400\/5:focus {
  background-color: rgb(251 191 36 / 0.05);
}
.focus\:bg-warning-400\/50:focus {
  background-color: rgb(251 191 36 / 0.5);
}
.focus\:bg-warning-400\/55:focus {
  background-color: rgb(251 191 36 / 0.55);
}
.focus\:bg-warning-400\/60:focus {
  background-color: rgb(251 191 36 / 0.6);
}
.focus\:bg-warning-400\/65:focus {
  background-color: rgb(251 191 36 / 0.65);
}
.focus\:bg-warning-400\/70:focus {
  background-color: rgb(251 191 36 / 0.7);
}
.focus\:bg-warning-400\/75:focus {
  background-color: rgb(251 191 36 / 0.75);
}
.focus\:bg-warning-400\/80:focus {
  background-color: rgb(251 191 36 / 0.8);
}
.focus\:bg-warning-400\/85:focus {
  background-color: rgb(251 191 36 / 0.85);
}
.focus\:bg-warning-400\/90:focus {
  background-color: rgb(251 191 36 / 0.9);
}
.focus\:bg-warning-400\/95:focus {
  background-color: rgb(251 191 36 / 0.95);
}
.focus\:bg-warning-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}
.focus\:bg-warning-50\/0:focus {
  background-color: rgb(255 251 235 / 0);
}
.focus\:bg-warning-50\/10:focus {
  background-color: rgb(255 251 235 / 0.1);
}
.focus\:bg-warning-50\/100:focus {
  background-color: rgb(255 251 235 / 1);
}
.focus\:bg-warning-50\/15:focus {
  background-color: rgb(255 251 235 / 0.15);
}
.focus\:bg-warning-50\/20:focus {
  background-color: rgb(255 251 235 / 0.2);
}
.focus\:bg-warning-50\/25:focus {
  background-color: rgb(255 251 235 / 0.25);
}
.focus\:bg-warning-50\/30:focus {
  background-color: rgb(255 251 235 / 0.3);
}
.focus\:bg-warning-50\/35:focus {
  background-color: rgb(255 251 235 / 0.35);
}
.focus\:bg-warning-50\/40:focus {
  background-color: rgb(255 251 235 / 0.4);
}
.focus\:bg-warning-50\/45:focus {
  background-color: rgb(255 251 235 / 0.45);
}
.focus\:bg-warning-50\/5:focus {
  background-color: rgb(255 251 235 / 0.05);
}
.focus\:bg-warning-50\/50:focus {
  background-color: rgb(255 251 235 / 0.5);
}
.focus\:bg-warning-50\/55:focus {
  background-color: rgb(255 251 235 / 0.55);
}
.focus\:bg-warning-50\/60:focus {
  background-color: rgb(255 251 235 / 0.6);
}
.focus\:bg-warning-50\/65:focus {
  background-color: rgb(255 251 235 / 0.65);
}
.focus\:bg-warning-50\/70:focus {
  background-color: rgb(255 251 235 / 0.7);
}
.focus\:bg-warning-50\/75:focus {
  background-color: rgb(255 251 235 / 0.75);
}
.focus\:bg-warning-50\/80:focus {
  background-color: rgb(255 251 235 / 0.8);
}
.focus\:bg-warning-50\/85:focus {
  background-color: rgb(255 251 235 / 0.85);
}
.focus\:bg-warning-50\/90:focus {
  background-color: rgb(255 251 235 / 0.9);
}
.focus\:bg-warning-50\/95:focus {
  background-color: rgb(255 251 235 / 0.95);
}
.focus\:bg-warning-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}
.focus\:bg-warning-500\/0:focus {
  background-color: rgb(245 158 11 / 0);
}
.focus\:bg-warning-500\/10:focus {
  background-color: rgb(245 158 11 / 0.1);
}
.focus\:bg-warning-500\/100:focus {
  background-color: rgb(245 158 11 / 1);
}
.focus\:bg-warning-500\/15:focus {
  background-color: rgb(245 158 11 / 0.15);
}
.focus\:bg-warning-500\/20:focus {
  background-color: rgb(245 158 11 / 0.2);
}
.focus\:bg-warning-500\/25:focus {
  background-color: rgb(245 158 11 / 0.25);
}
.focus\:bg-warning-500\/30:focus {
  background-color: rgb(245 158 11 / 0.3);
}
.focus\:bg-warning-500\/35:focus {
  background-color: rgb(245 158 11 / 0.35);
}
.focus\:bg-warning-500\/40:focus {
  background-color: rgb(245 158 11 / 0.4);
}
.focus\:bg-warning-500\/45:focus {
  background-color: rgb(245 158 11 / 0.45);
}
.focus\:bg-warning-500\/5:focus {
  background-color: rgb(245 158 11 / 0.05);
}
.focus\:bg-warning-500\/50:focus {
  background-color: rgb(245 158 11 / 0.5);
}
.focus\:bg-warning-500\/55:focus {
  background-color: rgb(245 158 11 / 0.55);
}
.focus\:bg-warning-500\/60:focus {
  background-color: rgb(245 158 11 / 0.6);
}
.focus\:bg-warning-500\/65:focus {
  background-color: rgb(245 158 11 / 0.65);
}
.focus\:bg-warning-500\/70:focus {
  background-color: rgb(245 158 11 / 0.7);
}
.focus\:bg-warning-500\/75:focus {
  background-color: rgb(245 158 11 / 0.75);
}
.focus\:bg-warning-500\/80:focus {
  background-color: rgb(245 158 11 / 0.8);
}
.focus\:bg-warning-500\/85:focus {
  background-color: rgb(245 158 11 / 0.85);
}
.focus\:bg-warning-500\/90:focus {
  background-color: rgb(245 158 11 / 0.9);
}
.focus\:bg-warning-500\/95:focus {
  background-color: rgb(245 158 11 / 0.95);
}
.focus\:bg-warning-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}
.focus\:bg-warning-600\/0:focus {
  background-color: rgb(217 119 6 / 0);
}
.focus\:bg-warning-600\/10:focus {
  background-color: rgb(217 119 6 / 0.1);
}
.focus\:bg-warning-600\/100:focus {
  background-color: rgb(217 119 6 / 1);
}
.focus\:bg-warning-600\/15:focus {
  background-color: rgb(217 119 6 / 0.15);
}
.focus\:bg-warning-600\/20:focus {
  background-color: rgb(217 119 6 / 0.2);
}
.focus\:bg-warning-600\/25:focus {
  background-color: rgb(217 119 6 / 0.25);
}
.focus\:bg-warning-600\/30:focus {
  background-color: rgb(217 119 6 / 0.3);
}
.focus\:bg-warning-600\/35:focus {
  background-color: rgb(217 119 6 / 0.35);
}
.focus\:bg-warning-600\/40:focus {
  background-color: rgb(217 119 6 / 0.4);
}
.focus\:bg-warning-600\/45:focus {
  background-color: rgb(217 119 6 / 0.45);
}
.focus\:bg-warning-600\/5:focus {
  background-color: rgb(217 119 6 / 0.05);
}
.focus\:bg-warning-600\/50:focus {
  background-color: rgb(217 119 6 / 0.5);
}
.focus\:bg-warning-600\/55:focus {
  background-color: rgb(217 119 6 / 0.55);
}
.focus\:bg-warning-600\/60:focus {
  background-color: rgb(217 119 6 / 0.6);
}
.focus\:bg-warning-600\/65:focus {
  background-color: rgb(217 119 6 / 0.65);
}
.focus\:bg-warning-600\/70:focus {
  background-color: rgb(217 119 6 / 0.7);
}
.focus\:bg-warning-600\/75:focus {
  background-color: rgb(217 119 6 / 0.75);
}
.focus\:bg-warning-600\/80:focus {
  background-color: rgb(217 119 6 / 0.8);
}
.focus\:bg-warning-600\/85:focus {
  background-color: rgb(217 119 6 / 0.85);
}
.focus\:bg-warning-600\/90:focus {
  background-color: rgb(217 119 6 / 0.9);
}
.focus\:bg-warning-600\/95:focus {
  background-color: rgb(217 119 6 / 0.95);
}
.focus\:bg-warning-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity, 1));
}
.focus\:bg-warning-700\/0:focus {
  background-color: rgb(180 83 9 / 0);
}
.focus\:bg-warning-700\/10:focus {
  background-color: rgb(180 83 9 / 0.1);
}
.focus\:bg-warning-700\/100:focus {
  background-color: rgb(180 83 9 / 1);
}
.focus\:bg-warning-700\/15:focus {
  background-color: rgb(180 83 9 / 0.15);
}
.focus\:bg-warning-700\/20:focus {
  background-color: rgb(180 83 9 / 0.2);
}
.focus\:bg-warning-700\/25:focus {
  background-color: rgb(180 83 9 / 0.25);
}
.focus\:bg-warning-700\/30:focus {
  background-color: rgb(180 83 9 / 0.3);
}
.focus\:bg-warning-700\/35:focus {
  background-color: rgb(180 83 9 / 0.35);
}
.focus\:bg-warning-700\/40:focus {
  background-color: rgb(180 83 9 / 0.4);
}
.focus\:bg-warning-700\/45:focus {
  background-color: rgb(180 83 9 / 0.45);
}
.focus\:bg-warning-700\/5:focus {
  background-color: rgb(180 83 9 / 0.05);
}
.focus\:bg-warning-700\/50:focus {
  background-color: rgb(180 83 9 / 0.5);
}
.focus\:bg-warning-700\/55:focus {
  background-color: rgb(180 83 9 / 0.55);
}
.focus\:bg-warning-700\/60:focus {
  background-color: rgb(180 83 9 / 0.6);
}
.focus\:bg-warning-700\/65:focus {
  background-color: rgb(180 83 9 / 0.65);
}
.focus\:bg-warning-700\/70:focus {
  background-color: rgb(180 83 9 / 0.7);
}
.focus\:bg-warning-700\/75:focus {
  background-color: rgb(180 83 9 / 0.75);
}
.focus\:bg-warning-700\/80:focus {
  background-color: rgb(180 83 9 / 0.8);
}
.focus\:bg-warning-700\/85:focus {
  background-color: rgb(180 83 9 / 0.85);
}
.focus\:bg-warning-700\/90:focus {
  background-color: rgb(180 83 9 / 0.9);
}
.focus\:bg-warning-700\/95:focus {
  background-color: rgb(180 83 9 / 0.95);
}
.focus\:bg-warning-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(146 64 14 / var(--tw-bg-opacity, 1));
}
.focus\:bg-warning-800\/0:focus {
  background-color: rgb(146 64 14 / 0);
}
.focus\:bg-warning-800\/10:focus {
  background-color: rgb(146 64 14 / 0.1);
}
.focus\:bg-warning-800\/100:focus {
  background-color: rgb(146 64 14 / 1);
}
.focus\:bg-warning-800\/15:focus {
  background-color: rgb(146 64 14 / 0.15);
}
.focus\:bg-warning-800\/20:focus {
  background-color: rgb(146 64 14 / 0.2);
}
.focus\:bg-warning-800\/25:focus {
  background-color: rgb(146 64 14 / 0.25);
}
.focus\:bg-warning-800\/30:focus {
  background-color: rgb(146 64 14 / 0.3);
}
.focus\:bg-warning-800\/35:focus {
  background-color: rgb(146 64 14 / 0.35);
}
.focus\:bg-warning-800\/40:focus {
  background-color: rgb(146 64 14 / 0.4);
}
.focus\:bg-warning-800\/45:focus {
  background-color: rgb(146 64 14 / 0.45);
}
.focus\:bg-warning-800\/5:focus {
  background-color: rgb(146 64 14 / 0.05);
}
.focus\:bg-warning-800\/50:focus {
  background-color: rgb(146 64 14 / 0.5);
}
.focus\:bg-warning-800\/55:focus {
  background-color: rgb(146 64 14 / 0.55);
}
.focus\:bg-warning-800\/60:focus {
  background-color: rgb(146 64 14 / 0.6);
}
.focus\:bg-warning-800\/65:focus {
  background-color: rgb(146 64 14 / 0.65);
}
.focus\:bg-warning-800\/70:focus {
  background-color: rgb(146 64 14 / 0.7);
}
.focus\:bg-warning-800\/75:focus {
  background-color: rgb(146 64 14 / 0.75);
}
.focus\:bg-warning-800\/80:focus {
  background-color: rgb(146 64 14 / 0.8);
}
.focus\:bg-warning-800\/85:focus {
  background-color: rgb(146 64 14 / 0.85);
}
.focus\:bg-warning-800\/90:focus {
  background-color: rgb(146 64 14 / 0.9);
}
.focus\:bg-warning-800\/95:focus {
  background-color: rgb(146 64 14 / 0.95);
}
.focus\:bg-warning-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(120 53 15 / var(--tw-bg-opacity, 1));
}
.focus\:bg-warning-900\/0:focus {
  background-color: rgb(120 53 15 / 0);
}
.focus\:bg-warning-900\/10:focus {
  background-color: rgb(120 53 15 / 0.1);
}
.focus\:bg-warning-900\/100:focus {
  background-color: rgb(120 53 15 / 1);
}
.focus\:bg-warning-900\/15:focus {
  background-color: rgb(120 53 15 / 0.15);
}
.focus\:bg-warning-900\/20:focus {
  background-color: rgb(120 53 15 / 0.2);
}
.focus\:bg-warning-900\/25:focus {
  background-color: rgb(120 53 15 / 0.25);
}
.focus\:bg-warning-900\/30:focus {
  background-color: rgb(120 53 15 / 0.3);
}
.focus\:bg-warning-900\/35:focus {
  background-color: rgb(120 53 15 / 0.35);
}
.focus\:bg-warning-900\/40:focus {
  background-color: rgb(120 53 15 / 0.4);
}
.focus\:bg-warning-900\/45:focus {
  background-color: rgb(120 53 15 / 0.45);
}
.focus\:bg-warning-900\/5:focus {
  background-color: rgb(120 53 15 / 0.05);
}
.focus\:bg-warning-900\/50:focus {
  background-color: rgb(120 53 15 / 0.5);
}
.focus\:bg-warning-900\/55:focus {
  background-color: rgb(120 53 15 / 0.55);
}
.focus\:bg-warning-900\/60:focus {
  background-color: rgb(120 53 15 / 0.6);
}
.focus\:bg-warning-900\/65:focus {
  background-color: rgb(120 53 15 / 0.65);
}
.focus\:bg-warning-900\/70:focus {
  background-color: rgb(120 53 15 / 0.7);
}
.focus\:bg-warning-900\/75:focus {
  background-color: rgb(120 53 15 / 0.75);
}
.focus\:bg-warning-900\/80:focus {
  background-color: rgb(120 53 15 / 0.8);
}
.focus\:bg-warning-900\/85:focus {
  background-color: rgb(120 53 15 / 0.85);
}
.focus\:bg-warning-900\/90:focus {
  background-color: rgb(120 53 15 / 0.9);
}
.focus\:bg-warning-900\/95:focus {
  background-color: rgb(120 53 15 / 0.95);
}
.focus\:bg-white\/35:focus {
  background-color: rgb(255 255 255 / 0.35);
}
.focus\:bg-yellow-400\/25:focus {
  background-color: rgb(250 204 21 / 0.25);
}
.focus\:bg-yellow-400\/60:focus {
  background-color: rgb(250 204 21 / 0.6);
}
.focus\:bg-yellow-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
}
.focus\:bg-zinc-400\/25:focus {
  background-color: rgb(161 161 170 / 0.25);
}
.focus\:bg-zinc-400\/60:focus {
  background-color: rgb(161 161 170 / 0.6);
}
.focus\:bg-zinc-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity, 1));
}
.focus\:text-amber-700:focus {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}
.focus\:text-amber-800:focus {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}
.focus\:text-black:focus {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.focus\:text-blue-700:focus {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.focus\:text-blue-800:focus {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.focus\:text-cyan-700:focus {
  --tw-text-opacity: 1;
  color: rgb(14 116 144 / var(--tw-text-opacity, 1));
}
.focus\:text-cyan-800:focus {
  --tw-text-opacity: 1;
  color: rgb(21 94 117 / var(--tw-text-opacity, 1));
}
.focus\:text-emerald-700:focus {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.focus\:text-emerald-800:focus {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}
.focus\:text-fuchsia-700:focus {
  --tw-text-opacity: 1;
  color: rgb(162 28 175 / var(--tw-text-opacity, 1));
}
.focus\:text-fuchsia-800:focus {
  --tw-text-opacity: 1;
  color: rgb(134 25 143 / var(--tw-text-opacity, 1));
}
.focus\:text-gray-700:focus {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.focus\:text-gray-800:focus {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.focus\:text-green-700:focus {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.focus\:text-green-800:focus {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
.focus\:text-indigo-700:focus {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}
.focus\:text-indigo-800:focus {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}
.focus\:text-info-700:focus {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.focus\:text-info-800:focus {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.focus\:text-lime-700:focus {
  --tw-text-opacity: 1;
  color: rgb(77 124 15 / var(--tw-text-opacity, 1));
}
.focus\:text-lime-800:focus {
  --tw-text-opacity: 1;
  color: rgb(63 98 18 / var(--tw-text-opacity, 1));
}
.focus\:text-negative-600:focus {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.focus\:text-negative-700:focus {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.focus\:text-negative-800:focus {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.focus\:text-neutral-700:focus {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}
.focus\:text-neutral-800:focus {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
}
.focus\:text-orange-700:focus {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity, 1));
}
.focus\:text-orange-800:focus {
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity, 1));
}
.focus\:text-pink-700:focus {
  --tw-text-opacity: 1;
  color: rgb(190 24 93 / var(--tw-text-opacity, 1));
}
.focus\:text-pink-800:focus {
  --tw-text-opacity: 1;
  color: rgb(157 23 77 / var(--tw-text-opacity, 1));
}
.focus\:text-positive-700:focus {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.focus\:text-positive-800:focus {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}
.focus\:text-primary-100:focus {
  --tw-text-opacity: 1;
  color: rgb(224 231 255 / var(--tw-text-opacity, 1));
}
.focus\:text-primary-100\/0:focus {
  color: rgb(224 231 255 / 0);
}
.focus\:text-primary-100\/10:focus {
  color: rgb(224 231 255 / 0.1);
}
.focus\:text-primary-100\/100:focus {
  color: rgb(224 231 255 / 1);
}
.focus\:text-primary-100\/15:focus {
  color: rgb(224 231 255 / 0.15);
}
.focus\:text-primary-100\/20:focus {
  color: rgb(224 231 255 / 0.2);
}
.focus\:text-primary-100\/25:focus {
  color: rgb(224 231 255 / 0.25);
}
.focus\:text-primary-100\/30:focus {
  color: rgb(224 231 255 / 0.3);
}
.focus\:text-primary-100\/35:focus {
  color: rgb(224 231 255 / 0.35);
}
.focus\:text-primary-100\/40:focus {
  color: rgb(224 231 255 / 0.4);
}
.focus\:text-primary-100\/45:focus {
  color: rgb(224 231 255 / 0.45);
}
.focus\:text-primary-100\/5:focus {
  color: rgb(224 231 255 / 0.05);
}
.focus\:text-primary-100\/50:focus {
  color: rgb(224 231 255 / 0.5);
}
.focus\:text-primary-100\/55:focus {
  color: rgb(224 231 255 / 0.55);
}
.focus\:text-primary-100\/60:focus {
  color: rgb(224 231 255 / 0.6);
}
.focus\:text-primary-100\/65:focus {
  color: rgb(224 231 255 / 0.65);
}
.focus\:text-primary-100\/70:focus {
  color: rgb(224 231 255 / 0.7);
}
.focus\:text-primary-100\/75:focus {
  color: rgb(224 231 255 / 0.75);
}
.focus\:text-primary-100\/80:focus {
  color: rgb(224 231 255 / 0.8);
}
.focus\:text-primary-100\/85:focus {
  color: rgb(224 231 255 / 0.85);
}
.focus\:text-primary-100\/90:focus {
  color: rgb(224 231 255 / 0.9);
}
.focus\:text-primary-100\/95:focus {
  color: rgb(224 231 255 / 0.95);
}
.focus\:text-primary-200:focus {
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity, 1));
}
.focus\:text-primary-200\/0:focus {
  color: rgb(199 210 254 / 0);
}
.focus\:text-primary-200\/10:focus {
  color: rgb(199 210 254 / 0.1);
}
.focus\:text-primary-200\/100:focus {
  color: rgb(199 210 254 / 1);
}
.focus\:text-primary-200\/15:focus {
  color: rgb(199 210 254 / 0.15);
}
.focus\:text-primary-200\/20:focus {
  color: rgb(199 210 254 / 0.2);
}
.focus\:text-primary-200\/25:focus {
  color: rgb(199 210 254 / 0.25);
}
.focus\:text-primary-200\/30:focus {
  color: rgb(199 210 254 / 0.3);
}
.focus\:text-primary-200\/35:focus {
  color: rgb(199 210 254 / 0.35);
}
.focus\:text-primary-200\/40:focus {
  color: rgb(199 210 254 / 0.4);
}
.focus\:text-primary-200\/45:focus {
  color: rgb(199 210 254 / 0.45);
}
.focus\:text-primary-200\/5:focus {
  color: rgb(199 210 254 / 0.05);
}
.focus\:text-primary-200\/50:focus {
  color: rgb(199 210 254 / 0.5);
}
.focus\:text-primary-200\/55:focus {
  color: rgb(199 210 254 / 0.55);
}
.focus\:text-primary-200\/60:focus {
  color: rgb(199 210 254 / 0.6);
}
.focus\:text-primary-200\/65:focus {
  color: rgb(199 210 254 / 0.65);
}
.focus\:text-primary-200\/70:focus {
  color: rgb(199 210 254 / 0.7);
}
.focus\:text-primary-200\/75:focus {
  color: rgb(199 210 254 / 0.75);
}
.focus\:text-primary-200\/80:focus {
  color: rgb(199 210 254 / 0.8);
}
.focus\:text-primary-200\/85:focus {
  color: rgb(199 210 254 / 0.85);
}
.focus\:text-primary-200\/90:focus {
  color: rgb(199 210 254 / 0.9);
}
.focus\:text-primary-200\/95:focus {
  color: rgb(199 210 254 / 0.95);
}
.focus\:text-primary-300:focus {
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity, 1));
}
.focus\:text-primary-300\/0:focus {
  color: rgb(165 180 252 / 0);
}
.focus\:text-primary-300\/10:focus {
  color: rgb(165 180 252 / 0.1);
}
.focus\:text-primary-300\/100:focus {
  color: rgb(165 180 252 / 1);
}
.focus\:text-primary-300\/15:focus {
  color: rgb(165 180 252 / 0.15);
}
.focus\:text-primary-300\/20:focus {
  color: rgb(165 180 252 / 0.2);
}
.focus\:text-primary-300\/25:focus {
  color: rgb(165 180 252 / 0.25);
}
.focus\:text-primary-300\/30:focus {
  color: rgb(165 180 252 / 0.3);
}
.focus\:text-primary-300\/35:focus {
  color: rgb(165 180 252 / 0.35);
}
.focus\:text-primary-300\/40:focus {
  color: rgb(165 180 252 / 0.4);
}
.focus\:text-primary-300\/45:focus {
  color: rgb(165 180 252 / 0.45);
}
.focus\:text-primary-300\/5:focus {
  color: rgb(165 180 252 / 0.05);
}
.focus\:text-primary-300\/50:focus {
  color: rgb(165 180 252 / 0.5);
}
.focus\:text-primary-300\/55:focus {
  color: rgb(165 180 252 / 0.55);
}
.focus\:text-primary-300\/60:focus {
  color: rgb(165 180 252 / 0.6);
}
.focus\:text-primary-300\/65:focus {
  color: rgb(165 180 252 / 0.65);
}
.focus\:text-primary-300\/70:focus {
  color: rgb(165 180 252 / 0.7);
}
.focus\:text-primary-300\/75:focus {
  color: rgb(165 180 252 / 0.75);
}
.focus\:text-primary-300\/80:focus {
  color: rgb(165 180 252 / 0.8);
}
.focus\:text-primary-300\/85:focus {
  color: rgb(165 180 252 / 0.85);
}
.focus\:text-primary-300\/90:focus {
  color: rgb(165 180 252 / 0.9);
}
.focus\:text-primary-300\/95:focus {
  color: rgb(165 180 252 / 0.95);
}
.focus\:text-primary-400:focus {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}
.focus\:text-primary-400\/0:focus {
  color: rgb(129 140 248 / 0);
}
.focus\:text-primary-400\/10:focus {
  color: rgb(129 140 248 / 0.1);
}
.focus\:text-primary-400\/100:focus {
  color: rgb(129 140 248 / 1);
}
.focus\:text-primary-400\/15:focus {
  color: rgb(129 140 248 / 0.15);
}
.focus\:text-primary-400\/20:focus {
  color: rgb(129 140 248 / 0.2);
}
.focus\:text-primary-400\/25:focus {
  color: rgb(129 140 248 / 0.25);
}
.focus\:text-primary-400\/30:focus {
  color: rgb(129 140 248 / 0.3);
}
.focus\:text-primary-400\/35:focus {
  color: rgb(129 140 248 / 0.35);
}
.focus\:text-primary-400\/40:focus {
  color: rgb(129 140 248 / 0.4);
}
.focus\:text-primary-400\/45:focus {
  color: rgb(129 140 248 / 0.45);
}
.focus\:text-primary-400\/5:focus {
  color: rgb(129 140 248 / 0.05);
}
.focus\:text-primary-400\/50:focus {
  color: rgb(129 140 248 / 0.5);
}
.focus\:text-primary-400\/55:focus {
  color: rgb(129 140 248 / 0.55);
}
.focus\:text-primary-400\/60:focus {
  color: rgb(129 140 248 / 0.6);
}
.focus\:text-primary-400\/65:focus {
  color: rgb(129 140 248 / 0.65);
}
.focus\:text-primary-400\/70:focus {
  color: rgb(129 140 248 / 0.7);
}
.focus\:text-primary-400\/75:focus {
  color: rgb(129 140 248 / 0.75);
}
.focus\:text-primary-400\/80:focus {
  color: rgb(129 140 248 / 0.8);
}
.focus\:text-primary-400\/85:focus {
  color: rgb(129 140 248 / 0.85);
}
.focus\:text-primary-400\/90:focus {
  color: rgb(129 140 248 / 0.9);
}
.focus\:text-primary-400\/95:focus {
  color: rgb(129 140 248 / 0.95);
}
.focus\:text-primary-50:focus {
  --tw-text-opacity: 1;
  color: rgb(238 242 255 / var(--tw-text-opacity, 1));
}
.focus\:text-primary-50\/0:focus {
  color: rgb(238 242 255 / 0);
}
.focus\:text-primary-50\/10:focus {
  color: rgb(238 242 255 / 0.1);
}
.focus\:text-primary-50\/100:focus {
  color: rgb(238 242 255 / 1);
}
.focus\:text-primary-50\/15:focus {
  color: rgb(238 242 255 / 0.15);
}
.focus\:text-primary-50\/20:focus {
  color: rgb(238 242 255 / 0.2);
}
.focus\:text-primary-50\/25:focus {
  color: rgb(238 242 255 / 0.25);
}
.focus\:text-primary-50\/30:focus {
  color: rgb(238 242 255 / 0.3);
}
.focus\:text-primary-50\/35:focus {
  color: rgb(238 242 255 / 0.35);
}
.focus\:text-primary-50\/40:focus {
  color: rgb(238 242 255 / 0.4);
}
.focus\:text-primary-50\/45:focus {
  color: rgb(238 242 255 / 0.45);
}
.focus\:text-primary-50\/5:focus {
  color: rgb(238 242 255 / 0.05);
}
.focus\:text-primary-50\/50:focus {
  color: rgb(238 242 255 / 0.5);
}
.focus\:text-primary-50\/55:focus {
  color: rgb(238 242 255 / 0.55);
}
.focus\:text-primary-50\/60:focus {
  color: rgb(238 242 255 / 0.6);
}
.focus\:text-primary-50\/65:focus {
  color: rgb(238 242 255 / 0.65);
}
.focus\:text-primary-50\/70:focus {
  color: rgb(238 242 255 / 0.7);
}
.focus\:text-primary-50\/75:focus {
  color: rgb(238 242 255 / 0.75);
}
.focus\:text-primary-50\/80:focus {
  color: rgb(238 242 255 / 0.8);
}
.focus\:text-primary-50\/85:focus {
  color: rgb(238 242 255 / 0.85);
}
.focus\:text-primary-50\/90:focus {
  color: rgb(238 242 255 / 0.9);
}
.focus\:text-primary-50\/95:focus {
  color: rgb(238 242 255 / 0.95);
}
.focus\:text-primary-500:focus {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}
.focus\:text-primary-500\/0:focus {
  color: rgb(99 102 241 / 0);
}
.focus\:text-primary-500\/10:focus {
  color: rgb(99 102 241 / 0.1);
}
.focus\:text-primary-500\/100:focus {
  color: rgb(99 102 241 / 1);
}
.focus\:text-primary-500\/15:focus {
  color: rgb(99 102 241 / 0.15);
}
.focus\:text-primary-500\/20:focus {
  color: rgb(99 102 241 / 0.2);
}
.focus\:text-primary-500\/25:focus {
  color: rgb(99 102 241 / 0.25);
}
.focus\:text-primary-500\/30:focus {
  color: rgb(99 102 241 / 0.3);
}
.focus\:text-primary-500\/35:focus {
  color: rgb(99 102 241 / 0.35);
}
.focus\:text-primary-500\/40:focus {
  color: rgb(99 102 241 / 0.4);
}
.focus\:text-primary-500\/45:focus {
  color: rgb(99 102 241 / 0.45);
}
.focus\:text-primary-500\/5:focus {
  color: rgb(99 102 241 / 0.05);
}
.focus\:text-primary-500\/50:focus {
  color: rgb(99 102 241 / 0.5);
}
.focus\:text-primary-500\/55:focus {
  color: rgb(99 102 241 / 0.55);
}
.focus\:text-primary-500\/60:focus {
  color: rgb(99 102 241 / 0.6);
}
.focus\:text-primary-500\/65:focus {
  color: rgb(99 102 241 / 0.65);
}
.focus\:text-primary-500\/70:focus {
  color: rgb(99 102 241 / 0.7);
}
.focus\:text-primary-500\/75:focus {
  color: rgb(99 102 241 / 0.75);
}
.focus\:text-primary-500\/80:focus {
  color: rgb(99 102 241 / 0.8);
}
.focus\:text-primary-500\/85:focus {
  color: rgb(99 102 241 / 0.85);
}
.focus\:text-primary-500\/90:focus {
  color: rgb(99 102 241 / 0.9);
}
.focus\:text-primary-500\/95:focus {
  color: rgb(99 102 241 / 0.95);
}
.focus\:text-primary-600:focus {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.focus\:text-primary-600\/0:focus {
  color: rgb(79 70 229 / 0);
}
.focus\:text-primary-600\/10:focus {
  color: rgb(79 70 229 / 0.1);
}
.focus\:text-primary-600\/100:focus {
  color: rgb(79 70 229 / 1);
}
.focus\:text-primary-600\/15:focus {
  color: rgb(79 70 229 / 0.15);
}
.focus\:text-primary-600\/20:focus {
  color: rgb(79 70 229 / 0.2);
}
.focus\:text-primary-600\/25:focus {
  color: rgb(79 70 229 / 0.25);
}
.focus\:text-primary-600\/30:focus {
  color: rgb(79 70 229 / 0.3);
}
.focus\:text-primary-600\/35:focus {
  color: rgb(79 70 229 / 0.35);
}
.focus\:text-primary-600\/40:focus {
  color: rgb(79 70 229 / 0.4);
}
.focus\:text-primary-600\/45:focus {
  color: rgb(79 70 229 / 0.45);
}
.focus\:text-primary-600\/5:focus {
  color: rgb(79 70 229 / 0.05);
}
.focus\:text-primary-600\/50:focus {
  color: rgb(79 70 229 / 0.5);
}
.focus\:text-primary-600\/55:focus {
  color: rgb(79 70 229 / 0.55);
}
.focus\:text-primary-600\/60:focus {
  color: rgb(79 70 229 / 0.6);
}
.focus\:text-primary-600\/65:focus {
  color: rgb(79 70 229 / 0.65);
}
.focus\:text-primary-600\/70:focus {
  color: rgb(79 70 229 / 0.7);
}
.focus\:text-primary-600\/75:focus {
  color: rgb(79 70 229 / 0.75);
}
.focus\:text-primary-600\/80:focus {
  color: rgb(79 70 229 / 0.8);
}
.focus\:text-primary-600\/85:focus {
  color: rgb(79 70 229 / 0.85);
}
.focus\:text-primary-600\/90:focus {
  color: rgb(79 70 229 / 0.9);
}
.focus\:text-primary-600\/95:focus {
  color: rgb(79 70 229 / 0.95);
}
.focus\:text-primary-700:focus {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}
.focus\:text-primary-700\/0:focus {
  color: rgb(67 56 202 / 0);
}
.focus\:text-primary-700\/10:focus {
  color: rgb(67 56 202 / 0.1);
}
.focus\:text-primary-700\/100:focus {
  color: rgb(67 56 202 / 1);
}
.focus\:text-primary-700\/15:focus {
  color: rgb(67 56 202 / 0.15);
}
.focus\:text-primary-700\/20:focus {
  color: rgb(67 56 202 / 0.2);
}
.focus\:text-primary-700\/25:focus {
  color: rgb(67 56 202 / 0.25);
}
.focus\:text-primary-700\/30:focus {
  color: rgb(67 56 202 / 0.3);
}
.focus\:text-primary-700\/35:focus {
  color: rgb(67 56 202 / 0.35);
}
.focus\:text-primary-700\/40:focus {
  color: rgb(67 56 202 / 0.4);
}
.focus\:text-primary-700\/45:focus {
  color: rgb(67 56 202 / 0.45);
}
.focus\:text-primary-700\/5:focus {
  color: rgb(67 56 202 / 0.05);
}
.focus\:text-primary-700\/50:focus {
  color: rgb(67 56 202 / 0.5);
}
.focus\:text-primary-700\/55:focus {
  color: rgb(67 56 202 / 0.55);
}
.focus\:text-primary-700\/60:focus {
  color: rgb(67 56 202 / 0.6);
}
.focus\:text-primary-700\/65:focus {
  color: rgb(67 56 202 / 0.65);
}
.focus\:text-primary-700\/70:focus {
  color: rgb(67 56 202 / 0.7);
}
.focus\:text-primary-700\/75:focus {
  color: rgb(67 56 202 / 0.75);
}
.focus\:text-primary-700\/80:focus {
  color: rgb(67 56 202 / 0.8);
}
.focus\:text-primary-700\/85:focus {
  color: rgb(67 56 202 / 0.85);
}
.focus\:text-primary-700\/90:focus {
  color: rgb(67 56 202 / 0.9);
}
.focus\:text-primary-700\/95:focus {
  color: rgb(67 56 202 / 0.95);
}
.focus\:text-primary-800:focus {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}
.focus\:text-primary-800\/0:focus {
  color: rgb(55 48 163 / 0);
}
.focus\:text-primary-800\/10:focus {
  color: rgb(55 48 163 / 0.1);
}
.focus\:text-primary-800\/100:focus {
  color: rgb(55 48 163 / 1);
}
.focus\:text-primary-800\/15:focus {
  color: rgb(55 48 163 / 0.15);
}
.focus\:text-primary-800\/20:focus {
  color: rgb(55 48 163 / 0.2);
}
.focus\:text-primary-800\/25:focus {
  color: rgb(55 48 163 / 0.25);
}
.focus\:text-primary-800\/30:focus {
  color: rgb(55 48 163 / 0.3);
}
.focus\:text-primary-800\/35:focus {
  color: rgb(55 48 163 / 0.35);
}
.focus\:text-primary-800\/40:focus {
  color: rgb(55 48 163 / 0.4);
}
.focus\:text-primary-800\/45:focus {
  color: rgb(55 48 163 / 0.45);
}
.focus\:text-primary-800\/5:focus {
  color: rgb(55 48 163 / 0.05);
}
.focus\:text-primary-800\/50:focus {
  color: rgb(55 48 163 / 0.5);
}
.focus\:text-primary-800\/55:focus {
  color: rgb(55 48 163 / 0.55);
}
.focus\:text-primary-800\/60:focus {
  color: rgb(55 48 163 / 0.6);
}
.focus\:text-primary-800\/65:focus {
  color: rgb(55 48 163 / 0.65);
}
.focus\:text-primary-800\/70:focus {
  color: rgb(55 48 163 / 0.7);
}
.focus\:text-primary-800\/75:focus {
  color: rgb(55 48 163 / 0.75);
}
.focus\:text-primary-800\/80:focus {
  color: rgb(55 48 163 / 0.8);
}
.focus\:text-primary-800\/85:focus {
  color: rgb(55 48 163 / 0.85);
}
.focus\:text-primary-800\/90:focus {
  color: rgb(55 48 163 / 0.9);
}
.focus\:text-primary-800\/95:focus {
  color: rgb(55 48 163 / 0.95);
}
.focus\:text-primary-900:focus {
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity, 1));
}
.focus\:text-primary-900\/0:focus {
  color: rgb(49 46 129 / 0);
}
.focus\:text-primary-900\/10:focus {
  color: rgb(49 46 129 / 0.1);
}
.focus\:text-primary-900\/100:focus {
  color: rgb(49 46 129 / 1);
}
.focus\:text-primary-900\/15:focus {
  color: rgb(49 46 129 / 0.15);
}
.focus\:text-primary-900\/20:focus {
  color: rgb(49 46 129 / 0.2);
}
.focus\:text-primary-900\/25:focus {
  color: rgb(49 46 129 / 0.25);
}
.focus\:text-primary-900\/30:focus {
  color: rgb(49 46 129 / 0.3);
}
.focus\:text-primary-900\/35:focus {
  color: rgb(49 46 129 / 0.35);
}
.focus\:text-primary-900\/40:focus {
  color: rgb(49 46 129 / 0.4);
}
.focus\:text-primary-900\/45:focus {
  color: rgb(49 46 129 / 0.45);
}
.focus\:text-primary-900\/5:focus {
  color: rgb(49 46 129 / 0.05);
}
.focus\:text-primary-900\/50:focus {
  color: rgb(49 46 129 / 0.5);
}
.focus\:text-primary-900\/55:focus {
  color: rgb(49 46 129 / 0.55);
}
.focus\:text-primary-900\/60:focus {
  color: rgb(49 46 129 / 0.6);
}
.focus\:text-primary-900\/65:focus {
  color: rgb(49 46 129 / 0.65);
}
.focus\:text-primary-900\/70:focus {
  color: rgb(49 46 129 / 0.7);
}
.focus\:text-primary-900\/75:focus {
  color: rgb(49 46 129 / 0.75);
}
.focus\:text-primary-900\/80:focus {
  color: rgb(49 46 129 / 0.8);
}
.focus\:text-primary-900\/85:focus {
  color: rgb(49 46 129 / 0.85);
}
.focus\:text-primary-900\/90:focus {
  color: rgb(49 46 129 / 0.9);
}
.focus\:text-primary-900\/95:focus {
  color: rgb(49 46 129 / 0.95);
}
.focus\:text-purple-700:focus {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}
.focus\:text-purple-800:focus {
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}
.focus\:text-red-700:focus {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.focus\:text-red-800:focus {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.focus\:text-rose-700:focus {
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}
.focus\:text-rose-800:focus {
  --tw-text-opacity: 1;
  color: rgb(159 18 57 / var(--tw-text-opacity, 1));
}
.focus\:text-secondary-700:focus {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.focus\:text-secondary-800:focus {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.focus\:text-sky-700:focus {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity, 1));
}
.focus\:text-sky-800:focus {
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity, 1));
}
.focus\:text-slate-100:focus {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}
.focus\:text-slate-500:focus {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.focus\:text-slate-600:focus {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.focus\:text-slate-700:focus {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.focus\:text-slate-800:focus {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}
.focus\:text-stone-700:focus {
  --tw-text-opacity: 1;
  color: rgb(68 64 60 / var(--tw-text-opacity, 1));
}
.focus\:text-stone-800:focus {
  --tw-text-opacity: 1;
  color: rgb(41 37 36 / var(--tw-text-opacity, 1));
}
.focus\:text-teal-700:focus {
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
}
.focus\:text-teal-800:focus {
  --tw-text-opacity: 1;
  color: rgb(17 94 89 / var(--tw-text-opacity, 1));
}
.focus\:text-violet-700:focus {
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity, 1));
}
.focus\:text-violet-800:focus {
  --tw-text-opacity: 1;
  color: rgb(91 33 182 / var(--tw-text-opacity, 1));
}
.focus\:text-warning-700:focus {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}
.focus\:text-warning-800:focus {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}
.focus\:text-white:focus {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.focus\:text-yellow-700:focus {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}
.focus\:text-yellow-800:focus {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}
.focus\:text-zinc-700:focus {
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity, 1));
}
.focus\:text-zinc-800:focus {
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity, 1));
}
.focus\:underline:focus {
  text-decoration-line: underline;
}
.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-1: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(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);
}
.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-\[1\.5px\]: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(1.5px + 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-inset:focus {
  --tw-ring-inset: inset;
}
.focus\:ring-amber-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 191 36 / var(--tw-ring-opacity, 1));
}
.focus\:ring-amber-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 119 6 / var(--tw-ring-opacity, 1));
}
.focus\:ring-black:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
}
.focus\:ring-black\/60:focus {
  --tw-ring-color: rgb(0 0 0 / 0.6);
}
.focus\:ring-blue-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1));
}
.focus\:ring-blue-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity, 1));
}
.focus\:ring-cyan-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 211 238 / var(--tw-ring-opacity, 1));
}
.focus\:ring-cyan-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(8 145 178 / var(--tw-ring-opacity, 1));
}
.focus\:ring-emerald-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(52 211 153 / var(--tw-ring-opacity, 1));
}
.focus\:ring-emerald-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(5 150 105 / var(--tw-ring-opacity, 1));
}
.focus\:ring-fuchsia-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(232 121 249 / var(--tw-ring-opacity, 1));
}
.focus\:ring-fuchsia-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(192 38 211 / var(--tw-ring-opacity, 1));
}
.focus\:ring-gray-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity, 1));
}
.focus\:ring-gray-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity, 1));
}
.focus\:ring-green-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(74 222 128 / var(--tw-ring-opacity, 1));
}
.focus\:ring-green-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 163 74 / var(--tw-ring-opacity, 1));
}
.focus\:ring-indigo-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(129 140 248 / var(--tw-ring-opacity, 1));
}
.focus\:ring-indigo-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity, 1));
}
.focus\:ring-info-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1));
}
.focus\:ring-info-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity, 1));
}
.focus\:ring-lime-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(163 230 53 / var(--tw-ring-opacity, 1));
}
.focus\:ring-lime-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(101 163 13 / var(--tw-ring-opacity, 1));
}
.focus\:ring-negative-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1));
}
.focus\:ring-negative-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}
.focus\:ring-negative-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
.focus\:ring-neutral-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(163 163 163 / var(--tw-ring-opacity, 1));
}
.focus\:ring-neutral-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(82 82 82 / var(--tw-ring-opacity, 1));
}
.focus\:ring-orange-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 146 60 / var(--tw-ring-opacity, 1));
}
.focus\:ring-orange-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(234 88 12 / var(--tw-ring-opacity, 1));
}
.focus\:ring-pink-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 114 182 / var(--tw-ring-opacity, 1));
}
.focus\:ring-pink-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(219 39 119 / var(--tw-ring-opacity, 1));
}
.focus\:ring-positive-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(52 211 153 / var(--tw-ring-opacity, 1));
}
.focus\:ring-positive-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(5 150 105 / var(--tw-ring-opacity, 1));
}
.focus\:ring-primary-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity, 1));
}
.focus\:ring-primary-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(129 140 248 / var(--tw-ring-opacity, 1));
}
.focus\:ring-primary-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1));
}
.focus\:ring-primary-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity, 1));
}
.focus\:ring-purple-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(192 132 252 / var(--tw-ring-opacity, 1));
}
.focus\:ring-purple-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 51 234 / var(--tw-ring-opacity, 1));
}
.focus\:ring-red-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1));
}
.focus\:ring-red-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
.focus\:ring-rose-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 113 133 / var(--tw-ring-opacity, 1));
}
.focus\:ring-rose-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(225 29 72 / var(--tw-ring-opacity, 1));
}
.focus\:ring-secondary-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity, 1));
}
.focus\:ring-secondary-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity, 1));
}
.focus\:ring-secondary-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity, 1));
}
.focus\:ring-sky-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(56 189 248 / var(--tw-ring-opacity, 1));
}
.focus\:ring-sky-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(2 132 199 / var(--tw-ring-opacity, 1));
}
.focus\:ring-slate-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(226 232 240 / var(--tw-ring-opacity, 1));
}
.focus\:ring-slate-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(203 213 225 / var(--tw-ring-opacity, 1));
}
.focus\:ring-slate-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(148 163 184 / var(--tw-ring-opacity, 1));
}
.focus\:ring-slate-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(71 85 105 / var(--tw-ring-opacity, 1));
}
.focus\:ring-stone-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 162 158 / var(--tw-ring-opacity, 1));
}
.focus\:ring-stone-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(87 83 78 / var(--tw-ring-opacity, 1));
}
.focus\:ring-teal-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(45 212 191 / var(--tw-ring-opacity, 1));
}
.focus\:ring-teal-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(13 148 136 / var(--tw-ring-opacity, 1));
}
.focus\:ring-violet-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(167 139 250 / var(--tw-ring-opacity, 1));
}
.focus\:ring-violet-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(124 58 237 / var(--tw-ring-opacity, 1));
}
.focus\:ring-warning-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 191 36 / var(--tw-ring-opacity, 1));
}
.focus\:ring-warning-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 119 6 / var(--tw-ring-opacity, 1));
}
.focus\:ring-white:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}
.focus\:ring-white\/60:focus {
  --tw-ring-color: rgb(255 255 255 / 0.6);
}
.focus\:ring-yellow-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity, 1));
}
.focus\:ring-yellow-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(202 138 4 / var(--tw-ring-opacity, 1));
}
.focus\:ring-zinc-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(161 161 170 / var(--tw-ring-opacity, 1));
}
.focus\:ring-zinc-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(82 82 91 / 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\:ring-offset-background-dark:focus {
  --tw-ring-offset-color: #1f2937;
}
.focus\:ring-offset-background-white:focus {
  --tw-ring-offset-color: #fff;
}
.active\:border-primary-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
}
.active\:border-primary-100\/0:active {
  border-color: rgb(224 231 255 / 0);
}
.active\:border-primary-100\/10:active {
  border-color: rgb(224 231 255 / 0.1);
}
.active\:border-primary-100\/100:active {
  border-color: rgb(224 231 255 / 1);
}
.active\:border-primary-100\/15:active {
  border-color: rgb(224 231 255 / 0.15);
}
.active\:border-primary-100\/20:active {
  border-color: rgb(224 231 255 / 0.2);
}
.active\:border-primary-100\/25:active {
  border-color: rgb(224 231 255 / 0.25);
}
.active\:border-primary-100\/30:active {
  border-color: rgb(224 231 255 / 0.3);
}
.active\:border-primary-100\/35:active {
  border-color: rgb(224 231 255 / 0.35);
}
.active\:border-primary-100\/40:active {
  border-color: rgb(224 231 255 / 0.4);
}
.active\:border-primary-100\/45:active {
  border-color: rgb(224 231 255 / 0.45);
}
.active\:border-primary-100\/5:active {
  border-color: rgb(224 231 255 / 0.05);
}
.active\:border-primary-100\/50:active {
  border-color: rgb(224 231 255 / 0.5);
}
.active\:border-primary-100\/55:active {
  border-color: rgb(224 231 255 / 0.55);
}
.active\:border-primary-100\/60:active {
  border-color: rgb(224 231 255 / 0.6);
}
.active\:border-primary-100\/65:active {
  border-color: rgb(224 231 255 / 0.65);
}
.active\:border-primary-100\/70:active {
  border-color: rgb(224 231 255 / 0.7);
}
.active\:border-primary-100\/75:active {
  border-color: rgb(224 231 255 / 0.75);
}
.active\:border-primary-100\/80:active {
  border-color: rgb(224 231 255 / 0.8);
}
.active\:border-primary-100\/85:active {
  border-color: rgb(224 231 255 / 0.85);
}
.active\:border-primary-100\/90:active {
  border-color: rgb(224 231 255 / 0.9);
}
.active\:border-primary-100\/95:active {
  border-color: rgb(224 231 255 / 0.95);
}
.active\:border-primary-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
}
.active\:border-primary-200\/0:active {
  border-color: rgb(199 210 254 / 0);
}
.active\:border-primary-200\/10:active {
  border-color: rgb(199 210 254 / 0.1);
}
.active\:border-primary-200\/100:active {
  border-color: rgb(199 210 254 / 1);
}
.active\:border-primary-200\/15:active {
  border-color: rgb(199 210 254 / 0.15);
}
.active\:border-primary-200\/20:active {
  border-color: rgb(199 210 254 / 0.2);
}
.active\:border-primary-200\/25:active {
  border-color: rgb(199 210 254 / 0.25);
}
.active\:border-primary-200\/30:active {
  border-color: rgb(199 210 254 / 0.3);
}
.active\:border-primary-200\/35:active {
  border-color: rgb(199 210 254 / 0.35);
}
.active\:border-primary-200\/40:active {
  border-color: rgb(199 210 254 / 0.4);
}
.active\:border-primary-200\/45:active {
  border-color: rgb(199 210 254 / 0.45);
}
.active\:border-primary-200\/5:active {
  border-color: rgb(199 210 254 / 0.05);
}
.active\:border-primary-200\/50:active {
  border-color: rgb(199 210 254 / 0.5);
}
.active\:border-primary-200\/55:active {
  border-color: rgb(199 210 254 / 0.55);
}
.active\:border-primary-200\/60:active {
  border-color: rgb(199 210 254 / 0.6);
}
.active\:border-primary-200\/65:active {
  border-color: rgb(199 210 254 / 0.65);
}
.active\:border-primary-200\/70:active {
  border-color: rgb(199 210 254 / 0.7);
}
.active\:border-primary-200\/75:active {
  border-color: rgb(199 210 254 / 0.75);
}
.active\:border-primary-200\/80:active {
  border-color: rgb(199 210 254 / 0.8);
}
.active\:border-primary-200\/85:active {
  border-color: rgb(199 210 254 / 0.85);
}
.active\:border-primary-200\/90:active {
  border-color: rgb(199 210 254 / 0.9);
}
.active\:border-primary-200\/95:active {
  border-color: rgb(199 210 254 / 0.95);
}
.active\:border-primary-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
}
.active\:border-primary-300\/0:active {
  border-color: rgb(165 180 252 / 0);
}
.active\:border-primary-300\/10:active {
  border-color: rgb(165 180 252 / 0.1);
}
.active\:border-primary-300\/100:active {
  border-color: rgb(165 180 252 / 1);
}
.active\:border-primary-300\/15:active {
  border-color: rgb(165 180 252 / 0.15);
}
.active\:border-primary-300\/20:active {
  border-color: rgb(165 180 252 / 0.2);
}
.active\:border-primary-300\/25:active {
  border-color: rgb(165 180 252 / 0.25);
}
.active\:border-primary-300\/30:active {
  border-color: rgb(165 180 252 / 0.3);
}
.active\:border-primary-300\/35:active {
  border-color: rgb(165 180 252 / 0.35);
}
.active\:border-primary-300\/40:active {
  border-color: rgb(165 180 252 / 0.4);
}
.active\:border-primary-300\/45:active {
  border-color: rgb(165 180 252 / 0.45);
}
.active\:border-primary-300\/5:active {
  border-color: rgb(165 180 252 / 0.05);
}
.active\:border-primary-300\/50:active {
  border-color: rgb(165 180 252 / 0.5);
}
.active\:border-primary-300\/55:active {
  border-color: rgb(165 180 252 / 0.55);
}
.active\:border-primary-300\/60:active {
  border-color: rgb(165 180 252 / 0.6);
}
.active\:border-primary-300\/65:active {
  border-color: rgb(165 180 252 / 0.65);
}
.active\:border-primary-300\/70:active {
  border-color: rgb(165 180 252 / 0.7);
}
.active\:border-primary-300\/75:active {
  border-color: rgb(165 180 252 / 0.75);
}
.active\:border-primary-300\/80:active {
  border-color: rgb(165 180 252 / 0.8);
}
.active\:border-primary-300\/85:active {
  border-color: rgb(165 180 252 / 0.85);
}
.active\:border-primary-300\/90:active {
  border-color: rgb(165 180 252 / 0.9);
}
.active\:border-primary-300\/95:active {
  border-color: rgb(165 180 252 / 0.95);
}
.active\:border-primary-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
}
.active\:border-primary-400\/0:active {
  border-color: rgb(129 140 248 / 0);
}
.active\:border-primary-400\/10:active {
  border-color: rgb(129 140 248 / 0.1);
}
.active\:border-primary-400\/100:active {
  border-color: rgb(129 140 248 / 1);
}
.active\:border-primary-400\/15:active {
  border-color: rgb(129 140 248 / 0.15);
}
.active\:border-primary-400\/20:active {
  border-color: rgb(129 140 248 / 0.2);
}
.active\:border-primary-400\/25:active {
  border-color: rgb(129 140 248 / 0.25);
}
.active\:border-primary-400\/30:active {
  border-color: rgb(129 140 248 / 0.3);
}
.active\:border-primary-400\/35:active {
  border-color: rgb(129 140 248 / 0.35);
}
.active\:border-primary-400\/40:active {
  border-color: rgb(129 140 248 / 0.4);
}
.active\:border-primary-400\/45:active {
  border-color: rgb(129 140 248 / 0.45);
}
.active\:border-primary-400\/5:active {
  border-color: rgb(129 140 248 / 0.05);
}
.active\:border-primary-400\/50:active {
  border-color: rgb(129 140 248 / 0.5);
}
.active\:border-primary-400\/55:active {
  border-color: rgb(129 140 248 / 0.55);
}
.active\:border-primary-400\/60:active {
  border-color: rgb(129 140 248 / 0.6);
}
.active\:border-primary-400\/65:active {
  border-color: rgb(129 140 248 / 0.65);
}
.active\:border-primary-400\/70:active {
  border-color: rgb(129 140 248 / 0.7);
}
.active\:border-primary-400\/75:active {
  border-color: rgb(129 140 248 / 0.75);
}
.active\:border-primary-400\/80:active {
  border-color: rgb(129 140 248 / 0.8);
}
.active\:border-primary-400\/85:active {
  border-color: rgb(129 140 248 / 0.85);
}
.active\:border-primary-400\/90:active {
  border-color: rgb(129 140 248 / 0.9);
}
.active\:border-primary-400\/95:active {
  border-color: rgb(129 140 248 / 0.95);
}
.active\:border-primary-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(238 242 255 / var(--tw-border-opacity, 1));
}
.active\:border-primary-50\/0:active {
  border-color: rgb(238 242 255 / 0);
}
.active\:border-primary-50\/10:active {
  border-color: rgb(238 242 255 / 0.1);
}
.active\:border-primary-50\/100:active {
  border-color: rgb(238 242 255 / 1);
}
.active\:border-primary-50\/15:active {
  border-color: rgb(238 242 255 / 0.15);
}
.active\:border-primary-50\/20:active {
  border-color: rgb(238 242 255 / 0.2);
}
.active\:border-primary-50\/25:active {
  border-color: rgb(238 242 255 / 0.25);
}
.active\:border-primary-50\/30:active {
  border-color: rgb(238 242 255 / 0.3);
}
.active\:border-primary-50\/35:active {
  border-color: rgb(238 242 255 / 0.35);
}
.active\:border-primary-50\/40:active {
  border-color: rgb(238 242 255 / 0.4);
}
.active\:border-primary-50\/45:active {
  border-color: rgb(238 242 255 / 0.45);
}
.active\:border-primary-50\/5:active {
  border-color: rgb(238 242 255 / 0.05);
}
.active\:border-primary-50\/50:active {
  border-color: rgb(238 242 255 / 0.5);
}
.active\:border-primary-50\/55:active {
  border-color: rgb(238 242 255 / 0.55);
}
.active\:border-primary-50\/60:active {
  border-color: rgb(238 242 255 / 0.6);
}
.active\:border-primary-50\/65:active {
  border-color: rgb(238 242 255 / 0.65);
}
.active\:border-primary-50\/70:active {
  border-color: rgb(238 242 255 / 0.7);
}
.active\:border-primary-50\/75:active {
  border-color: rgb(238 242 255 / 0.75);
}
.active\:border-primary-50\/80:active {
  border-color: rgb(238 242 255 / 0.8);
}
.active\:border-primary-50\/85:active {
  border-color: rgb(238 242 255 / 0.85);
}
.active\:border-primary-50\/90:active {
  border-color: rgb(238 242 255 / 0.9);
}
.active\:border-primary-50\/95:active {
  border-color: rgb(238 242 255 / 0.95);
}
.active\:border-primary-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}
.active\:border-primary-500\/0:active {
  border-color: rgb(99 102 241 / 0);
}
.active\:border-primary-500\/10:active {
  border-color: rgb(99 102 241 / 0.1);
}
.active\:border-primary-500\/100:active {
  border-color: rgb(99 102 241 / 1);
}
.active\:border-primary-500\/15:active {
  border-color: rgb(99 102 241 / 0.15);
}
.active\:border-primary-500\/20:active {
  border-color: rgb(99 102 241 / 0.2);
}
.active\:border-primary-500\/25:active {
  border-color: rgb(99 102 241 / 0.25);
}
.active\:border-primary-500\/30:active {
  border-color: rgb(99 102 241 / 0.3);
}
.active\:border-primary-500\/35:active {
  border-color: rgb(99 102 241 / 0.35);
}
.active\:border-primary-500\/40:active {
  border-color: rgb(99 102 241 / 0.4);
}
.active\:border-primary-500\/45:active {
  border-color: rgb(99 102 241 / 0.45);
}
.active\:border-primary-500\/5:active {
  border-color: rgb(99 102 241 / 0.05);
}
.active\:border-primary-500\/50:active {
  border-color: rgb(99 102 241 / 0.5);
}
.active\:border-primary-500\/55:active {
  border-color: rgb(99 102 241 / 0.55);
}
.active\:border-primary-500\/60:active {
  border-color: rgb(99 102 241 / 0.6);
}
.active\:border-primary-500\/65:active {
  border-color: rgb(99 102 241 / 0.65);
}
.active\:border-primary-500\/70:active {
  border-color: rgb(99 102 241 / 0.7);
}
.active\:border-primary-500\/75:active {
  border-color: rgb(99 102 241 / 0.75);
}
.active\:border-primary-500\/80:active {
  border-color: rgb(99 102 241 / 0.8);
}
.active\:border-primary-500\/85:active {
  border-color: rgb(99 102 241 / 0.85);
}
.active\:border-primary-500\/90:active {
  border-color: rgb(99 102 241 / 0.9);
}
.active\:border-primary-500\/95:active {
  border-color: rgb(99 102 241 / 0.95);
}
.active\:border-primary-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
}
.active\:border-primary-600\/0:active {
  border-color: rgb(79 70 229 / 0);
}
.active\:border-primary-600\/10:active {
  border-color: rgb(79 70 229 / 0.1);
}
.active\:border-primary-600\/100:active {
  border-color: rgb(79 70 229 / 1);
}
.active\:border-primary-600\/15:active {
  border-color: rgb(79 70 229 / 0.15);
}
.active\:border-primary-600\/20:active {
  border-color: rgb(79 70 229 / 0.2);
}
.active\:border-primary-600\/25:active {
  border-color: rgb(79 70 229 / 0.25);
}
.active\:border-primary-600\/30:active {
  border-color: rgb(79 70 229 / 0.3);
}
.active\:border-primary-600\/35:active {
  border-color: rgb(79 70 229 / 0.35);
}
.active\:border-primary-600\/40:active {
  border-color: rgb(79 70 229 / 0.4);
}
.active\:border-primary-600\/45:active {
  border-color: rgb(79 70 229 / 0.45);
}
.active\:border-primary-600\/5:active {
  border-color: rgb(79 70 229 / 0.05);
}
.active\:border-primary-600\/50:active {
  border-color: rgb(79 70 229 / 0.5);
}
.active\:border-primary-600\/55:active {
  border-color: rgb(79 70 229 / 0.55);
}
.active\:border-primary-600\/60:active {
  border-color: rgb(79 70 229 / 0.6);
}
.active\:border-primary-600\/65:active {
  border-color: rgb(79 70 229 / 0.65);
}
.active\:border-primary-600\/70:active {
  border-color: rgb(79 70 229 / 0.7);
}
.active\:border-primary-600\/75:active {
  border-color: rgb(79 70 229 / 0.75);
}
.active\:border-primary-600\/80:active {
  border-color: rgb(79 70 229 / 0.8);
}
.active\:border-primary-600\/85:active {
  border-color: rgb(79 70 229 / 0.85);
}
.active\:border-primary-600\/90:active {
  border-color: rgb(79 70 229 / 0.9);
}
.active\:border-primary-600\/95:active {
  border-color: rgb(79 70 229 / 0.95);
}
.active\:border-primary-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity, 1));
}
.active\:border-primary-700\/0:active {
  border-color: rgb(67 56 202 / 0);
}
.active\:border-primary-700\/10:active {
  border-color: rgb(67 56 202 / 0.1);
}
.active\:border-primary-700\/100:active {
  border-color: rgb(67 56 202 / 1);
}
.active\:border-primary-700\/15:active {
  border-color: rgb(67 56 202 / 0.15);
}
.active\:border-primary-700\/20:active {
  border-color: rgb(67 56 202 / 0.2);
}
.active\:border-primary-700\/25:active {
  border-color: rgb(67 56 202 / 0.25);
}
.active\:border-primary-700\/30:active {
  border-color: rgb(67 56 202 / 0.3);
}
.active\:border-primary-700\/35:active {
  border-color: rgb(67 56 202 / 0.35);
}
.active\:border-primary-700\/40:active {
  border-color: rgb(67 56 202 / 0.4);
}
.active\:border-primary-700\/45:active {
  border-color: rgb(67 56 202 / 0.45);
}
.active\:border-primary-700\/5:active {
  border-color: rgb(67 56 202 / 0.05);
}
.active\:border-primary-700\/50:active {
  border-color: rgb(67 56 202 / 0.5);
}
.active\:border-primary-700\/55:active {
  border-color: rgb(67 56 202 / 0.55);
}
.active\:border-primary-700\/60:active {
  border-color: rgb(67 56 202 / 0.6);
}
.active\:border-primary-700\/65:active {
  border-color: rgb(67 56 202 / 0.65);
}
.active\:border-primary-700\/70:active {
  border-color: rgb(67 56 202 / 0.7);
}
.active\:border-primary-700\/75:active {
  border-color: rgb(67 56 202 / 0.75);
}
.active\:border-primary-700\/80:active {
  border-color: rgb(67 56 202 / 0.8);
}
.active\:border-primary-700\/85:active {
  border-color: rgb(67 56 202 / 0.85);
}
.active\:border-primary-700\/90:active {
  border-color: rgb(67 56 202 / 0.9);
}
.active\:border-primary-700\/95:active {
  border-color: rgb(67 56 202 / 0.95);
}
.active\:border-primary-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(55 48 163 / var(--tw-border-opacity, 1));
}
.active\:border-primary-800\/0:active {
  border-color: rgb(55 48 163 / 0);
}
.active\:border-primary-800\/10:active {
  border-color: rgb(55 48 163 / 0.1);
}
.active\:border-primary-800\/100:active {
  border-color: rgb(55 48 163 / 1);
}
.active\:border-primary-800\/15:active {
  border-color: rgb(55 48 163 / 0.15);
}
.active\:border-primary-800\/20:active {
  border-color: rgb(55 48 163 / 0.2);
}
.active\:border-primary-800\/25:active {
  border-color: rgb(55 48 163 / 0.25);
}
.active\:border-primary-800\/30:active {
  border-color: rgb(55 48 163 / 0.3);
}
.active\:border-primary-800\/35:active {
  border-color: rgb(55 48 163 / 0.35);
}
.active\:border-primary-800\/40:active {
  border-color: rgb(55 48 163 / 0.4);
}
.active\:border-primary-800\/45:active {
  border-color: rgb(55 48 163 / 0.45);
}
.active\:border-primary-800\/5:active {
  border-color: rgb(55 48 163 / 0.05);
}
.active\:border-primary-800\/50:active {
  border-color: rgb(55 48 163 / 0.5);
}
.active\:border-primary-800\/55:active {
  border-color: rgb(55 48 163 / 0.55);
}
.active\:border-primary-800\/60:active {
  border-color: rgb(55 48 163 / 0.6);
}
.active\:border-primary-800\/65:active {
  border-color: rgb(55 48 163 / 0.65);
}
.active\:border-primary-800\/70:active {
  border-color: rgb(55 48 163 / 0.7);
}
.active\:border-primary-800\/75:active {
  border-color: rgb(55 48 163 / 0.75);
}
.active\:border-primary-800\/80:active {
  border-color: rgb(55 48 163 / 0.8);
}
.active\:border-primary-800\/85:active {
  border-color: rgb(55 48 163 / 0.85);
}
.active\:border-primary-800\/90:active {
  border-color: rgb(55 48 163 / 0.9);
}
.active\:border-primary-800\/95:active {
  border-color: rgb(55 48 163 / 0.95);
}
.active\:border-primary-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(49 46 129 / var(--tw-border-opacity, 1));
}
.active\:border-primary-900\/0:active {
  border-color: rgb(49 46 129 / 0);
}
.active\:border-primary-900\/10:active {
  border-color: rgb(49 46 129 / 0.1);
}
.active\:border-primary-900\/100:active {
  border-color: rgb(49 46 129 / 1);
}
.active\:border-primary-900\/15:active {
  border-color: rgb(49 46 129 / 0.15);
}
.active\:border-primary-900\/20:active {
  border-color: rgb(49 46 129 / 0.2);
}
.active\:border-primary-900\/25:active {
  border-color: rgb(49 46 129 / 0.25);
}
.active\:border-primary-900\/30:active {
  border-color: rgb(49 46 129 / 0.3);
}
.active\:border-primary-900\/35:active {
  border-color: rgb(49 46 129 / 0.35);
}
.active\:border-primary-900\/40:active {
  border-color: rgb(49 46 129 / 0.4);
}
.active\:border-primary-900\/45:active {
  border-color: rgb(49 46 129 / 0.45);
}
.active\:border-primary-900\/5:active {
  border-color: rgb(49 46 129 / 0.05);
}
.active\:border-primary-900\/50:active {
  border-color: rgb(49 46 129 / 0.5);
}
.active\:border-primary-900\/55:active {
  border-color: rgb(49 46 129 / 0.55);
}
.active\:border-primary-900\/60:active {
  border-color: rgb(49 46 129 / 0.6);
}
.active\:border-primary-900\/65:active {
  border-color: rgb(49 46 129 / 0.65);
}
.active\:border-primary-900\/70:active {
  border-color: rgb(49 46 129 / 0.7);
}
.active\:border-primary-900\/75:active {
  border-color: rgb(49 46 129 / 0.75);
}
.active\:border-primary-900\/80:active {
  border-color: rgb(49 46 129 / 0.8);
}
.active\:border-primary-900\/85:active {
  border-color: rgb(49 46 129 / 0.85);
}
.active\:border-primary-900\/90:active {
  border-color: rgb(49 46 129 / 0.9);
}
.active\:border-primary-900\/95:active {
  border-color: rgb(49 46 129 / 0.95);
}
.active\:bg-info-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.active\:bg-info-100\/0:active {
  background-color: rgb(219 234 254 / 0);
}
.active\:bg-info-100\/10:active {
  background-color: rgb(219 234 254 / 0.1);
}
.active\:bg-info-100\/100:active {
  background-color: rgb(219 234 254 / 1);
}
.active\:bg-info-100\/15:active {
  background-color: rgb(219 234 254 / 0.15);
}
.active\:bg-info-100\/20:active {
  background-color: rgb(219 234 254 / 0.2);
}
.active\:bg-info-100\/25:active {
  background-color: rgb(219 234 254 / 0.25);
}
.active\:bg-info-100\/30:active {
  background-color: rgb(219 234 254 / 0.3);
}
.active\:bg-info-100\/35:active {
  background-color: rgb(219 234 254 / 0.35);
}
.active\:bg-info-100\/40:active {
  background-color: rgb(219 234 254 / 0.4);
}
.active\:bg-info-100\/45:active {
  background-color: rgb(219 234 254 / 0.45);
}
.active\:bg-info-100\/5:active {
  background-color: rgb(219 234 254 / 0.05);
}
.active\:bg-info-100\/50:active {
  background-color: rgb(219 234 254 / 0.5);
}
.active\:bg-info-100\/55:active {
  background-color: rgb(219 234 254 / 0.55);
}
.active\:bg-info-100\/60:active {
  background-color: rgb(219 234 254 / 0.6);
}
.active\:bg-info-100\/65:active {
  background-color: rgb(219 234 254 / 0.65);
}
.active\:bg-info-100\/70:active {
  background-color: rgb(219 234 254 / 0.7);
}
.active\:bg-info-100\/75:active {
  background-color: rgb(219 234 254 / 0.75);
}
.active\:bg-info-100\/80:active {
  background-color: rgb(219 234 254 / 0.8);
}
.active\:bg-info-100\/85:active {
  background-color: rgb(219 234 254 / 0.85);
}
.active\:bg-info-100\/90:active {
  background-color: rgb(219 234 254 / 0.9);
}
.active\:bg-info-100\/95:active {
  background-color: rgb(219 234 254 / 0.95);
}
.active\:bg-info-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}
.active\:bg-info-200\/0:active {
  background-color: rgb(191 219 254 / 0);
}
.active\:bg-info-200\/10:active {
  background-color: rgb(191 219 254 / 0.1);
}
.active\:bg-info-200\/100:active {
  background-color: rgb(191 219 254 / 1);
}
.active\:bg-info-200\/15:active {
  background-color: rgb(191 219 254 / 0.15);
}
.active\:bg-info-200\/20:active {
  background-color: rgb(191 219 254 / 0.2);
}
.active\:bg-info-200\/25:active {
  background-color: rgb(191 219 254 / 0.25);
}
.active\:bg-info-200\/30:active {
  background-color: rgb(191 219 254 / 0.3);
}
.active\:bg-info-200\/35:active {
  background-color: rgb(191 219 254 / 0.35);
}
.active\:bg-info-200\/40:active {
  background-color: rgb(191 219 254 / 0.4);
}
.active\:bg-info-200\/45:active {
  background-color: rgb(191 219 254 / 0.45);
}
.active\:bg-info-200\/5:active {
  background-color: rgb(191 219 254 / 0.05);
}
.active\:bg-info-200\/50:active {
  background-color: rgb(191 219 254 / 0.5);
}
.active\:bg-info-200\/55:active {
  background-color: rgb(191 219 254 / 0.55);
}
.active\:bg-info-200\/60:active {
  background-color: rgb(191 219 254 / 0.6);
}
.active\:bg-info-200\/65:active {
  background-color: rgb(191 219 254 / 0.65);
}
.active\:bg-info-200\/70:active {
  background-color: rgb(191 219 254 / 0.7);
}
.active\:bg-info-200\/75:active {
  background-color: rgb(191 219 254 / 0.75);
}
.active\:bg-info-200\/80:active {
  background-color: rgb(191 219 254 / 0.8);
}
.active\:bg-info-200\/85:active {
  background-color: rgb(191 219 254 / 0.85);
}
.active\:bg-info-200\/90:active {
  background-color: rgb(191 219 254 / 0.9);
}
.active\:bg-info-200\/95:active {
  background-color: rgb(191 219 254 / 0.95);
}
.active\:bg-info-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
}
.active\:bg-info-300\/0:active {
  background-color: rgb(147 197 253 / 0);
}
.active\:bg-info-300\/10:active {
  background-color: rgb(147 197 253 / 0.1);
}
.active\:bg-info-300\/100:active {
  background-color: rgb(147 197 253 / 1);
}
.active\:bg-info-300\/15:active {
  background-color: rgb(147 197 253 / 0.15);
}
.active\:bg-info-300\/20:active {
  background-color: rgb(147 197 253 / 0.2);
}
.active\:bg-info-300\/25:active {
  background-color: rgb(147 197 253 / 0.25);
}
.active\:bg-info-300\/30:active {
  background-color: rgb(147 197 253 / 0.3);
}
.active\:bg-info-300\/35:active {
  background-color: rgb(147 197 253 / 0.35);
}
.active\:bg-info-300\/40:active {
  background-color: rgb(147 197 253 / 0.4);
}
.active\:bg-info-300\/45:active {
  background-color: rgb(147 197 253 / 0.45);
}
.active\:bg-info-300\/5:active {
  background-color: rgb(147 197 253 / 0.05);
}
.active\:bg-info-300\/50:active {
  background-color: rgb(147 197 253 / 0.5);
}
.active\:bg-info-300\/55:active {
  background-color: rgb(147 197 253 / 0.55);
}
.active\:bg-info-300\/60:active {
  background-color: rgb(147 197 253 / 0.6);
}
.active\:bg-info-300\/65:active {
  background-color: rgb(147 197 253 / 0.65);
}
.active\:bg-info-300\/70:active {
  background-color: rgb(147 197 253 / 0.7);
}
.active\:bg-info-300\/75:active {
  background-color: rgb(147 197 253 / 0.75);
}
.active\:bg-info-300\/80:active {
  background-color: rgb(147 197 253 / 0.8);
}
.active\:bg-info-300\/85:active {
  background-color: rgb(147 197 253 / 0.85);
}
.active\:bg-info-300\/90:active {
  background-color: rgb(147 197 253 / 0.9);
}
.active\:bg-info-300\/95:active {
  background-color: rgb(147 197 253 / 0.95);
}
.active\:bg-info-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}
.active\:bg-info-400\/0:active {
  background-color: rgb(96 165 250 / 0);
}
.active\:bg-info-400\/10:active {
  background-color: rgb(96 165 250 / 0.1);
}
.active\:bg-info-400\/100:active {
  background-color: rgb(96 165 250 / 1);
}
.active\:bg-info-400\/15:active {
  background-color: rgb(96 165 250 / 0.15);
}
.active\:bg-info-400\/20:active {
  background-color: rgb(96 165 250 / 0.2);
}
.active\:bg-info-400\/25:active {
  background-color: rgb(96 165 250 / 0.25);
}
.active\:bg-info-400\/30:active {
  background-color: rgb(96 165 250 / 0.3);
}
.active\:bg-info-400\/35:active {
  background-color: rgb(96 165 250 / 0.35);
}
.active\:bg-info-400\/40:active {
  background-color: rgb(96 165 250 / 0.4);
}
.active\:bg-info-400\/45:active {
  background-color: rgb(96 165 250 / 0.45);
}
.active\:bg-info-400\/5:active {
  background-color: rgb(96 165 250 / 0.05);
}
.active\:bg-info-400\/50:active {
  background-color: rgb(96 165 250 / 0.5);
}
.active\:bg-info-400\/55:active {
  background-color: rgb(96 165 250 / 0.55);
}
.active\:bg-info-400\/60:active {
  background-color: rgb(96 165 250 / 0.6);
}
.active\:bg-info-400\/65:active {
  background-color: rgb(96 165 250 / 0.65);
}
.active\:bg-info-400\/70:active {
  background-color: rgb(96 165 250 / 0.7);
}
.active\:bg-info-400\/75:active {
  background-color: rgb(96 165 250 / 0.75);
}
.active\:bg-info-400\/80:active {
  background-color: rgb(96 165 250 / 0.8);
}
.active\:bg-info-400\/85:active {
  background-color: rgb(96 165 250 / 0.85);
}
.active\:bg-info-400\/90:active {
  background-color: rgb(96 165 250 / 0.9);
}
.active\:bg-info-400\/95:active {
  background-color: rgb(96 165 250 / 0.95);
}
.active\:bg-info-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.active\:bg-info-50\/0:active {
  background-color: rgb(239 246 255 / 0);
}
.active\:bg-info-50\/10:active {
  background-color: rgb(239 246 255 / 0.1);
}
.active\:bg-info-50\/100:active {
  background-color: rgb(239 246 255 / 1);
}
.active\:bg-info-50\/15:active {
  background-color: rgb(239 246 255 / 0.15);
}
.active\:bg-info-50\/20:active {
  background-color: rgb(239 246 255 / 0.2);
}
.active\:bg-info-50\/25:active {
  background-color: rgb(239 246 255 / 0.25);
}
.active\:bg-info-50\/30:active {
  background-color: rgb(239 246 255 / 0.3);
}
.active\:bg-info-50\/35:active {
  background-color: rgb(239 246 255 / 0.35);
}
.active\:bg-info-50\/40:active {
  background-color: rgb(239 246 255 / 0.4);
}
.active\:bg-info-50\/45:active {
  background-color: rgb(239 246 255 / 0.45);
}
.active\:bg-info-50\/5:active {
  background-color: rgb(239 246 255 / 0.05);
}
.active\:bg-info-50\/50:active {
  background-color: rgb(239 246 255 / 0.5);
}
.active\:bg-info-50\/55:active {
  background-color: rgb(239 246 255 / 0.55);
}
.active\:bg-info-50\/60:active {
  background-color: rgb(239 246 255 / 0.6);
}
.active\:bg-info-50\/65:active {
  background-color: rgb(239 246 255 / 0.65);
}
.active\:bg-info-50\/70:active {
  background-color: rgb(239 246 255 / 0.7);
}
.active\:bg-info-50\/75:active {
  background-color: rgb(239 246 255 / 0.75);
}
.active\:bg-info-50\/80:active {
  background-color: rgb(239 246 255 / 0.8);
}
.active\:bg-info-50\/85:active {
  background-color: rgb(239 246 255 / 0.85);
}
.active\:bg-info-50\/90:active {
  background-color: rgb(239 246 255 / 0.9);
}
.active\:bg-info-50\/95:active {
  background-color: rgb(239 246 255 / 0.95);
}
.active\:bg-info-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.active\:bg-info-500\/0:active {
  background-color: rgb(59 130 246 / 0);
}
.active\:bg-info-500\/10:active {
  background-color: rgb(59 130 246 / 0.1);
}
.active\:bg-info-500\/100:active {
  background-color: rgb(59 130 246 / 1);
}
.active\:bg-info-500\/15:active {
  background-color: rgb(59 130 246 / 0.15);
}
.active\:bg-info-500\/20:active {
  background-color: rgb(59 130 246 / 0.2);
}
.active\:bg-info-500\/25:active {
  background-color: rgb(59 130 246 / 0.25);
}
.active\:bg-info-500\/30:active {
  background-color: rgb(59 130 246 / 0.3);
}
.active\:bg-info-500\/35:active {
  background-color: rgb(59 130 246 / 0.35);
}
.active\:bg-info-500\/40:active {
  background-color: rgb(59 130 246 / 0.4);
}
.active\:bg-info-500\/45:active {
  background-color: rgb(59 130 246 / 0.45);
}
.active\:bg-info-500\/5:active {
  background-color: rgb(59 130 246 / 0.05);
}
.active\:bg-info-500\/50:active {
  background-color: rgb(59 130 246 / 0.5);
}
.active\:bg-info-500\/55:active {
  background-color: rgb(59 130 246 / 0.55);
}
.active\:bg-info-500\/60:active {
  background-color: rgb(59 130 246 / 0.6);
}
.active\:bg-info-500\/65:active {
  background-color: rgb(59 130 246 / 0.65);
}
.active\:bg-info-500\/70:active {
  background-color: rgb(59 130 246 / 0.7);
}
.active\:bg-info-500\/75:active {
  background-color: rgb(59 130 246 / 0.75);
}
.active\:bg-info-500\/80:active {
  background-color: rgb(59 130 246 / 0.8);
}
.active\:bg-info-500\/85:active {
  background-color: rgb(59 130 246 / 0.85);
}
.active\:bg-info-500\/90:active {
  background-color: rgb(59 130 246 / 0.9);
}
.active\:bg-info-500\/95:active {
  background-color: rgb(59 130 246 / 0.95);
}
.active\:bg-info-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.active\:bg-info-600\/0:active {
  background-color: rgb(37 99 235 / 0);
}
.active\:bg-info-600\/10:active {
  background-color: rgb(37 99 235 / 0.1);
}
.active\:bg-info-600\/100:active {
  background-color: rgb(37 99 235 / 1);
}
.active\:bg-info-600\/15:active {
  background-color: rgb(37 99 235 / 0.15);
}
.active\:bg-info-600\/20:active {
  background-color: rgb(37 99 235 / 0.2);
}
.active\:bg-info-600\/25:active {
  background-color: rgb(37 99 235 / 0.25);
}
.active\:bg-info-600\/30:active {
  background-color: rgb(37 99 235 / 0.3);
}
.active\:bg-info-600\/35:active {
  background-color: rgb(37 99 235 / 0.35);
}
.active\:bg-info-600\/40:active {
  background-color: rgb(37 99 235 / 0.4);
}
.active\:bg-info-600\/45:active {
  background-color: rgb(37 99 235 / 0.45);
}
.active\:bg-info-600\/5:active {
  background-color: rgb(37 99 235 / 0.05);
}
.active\:bg-info-600\/50:active {
  background-color: rgb(37 99 235 / 0.5);
}
.active\:bg-info-600\/55:active {
  background-color: rgb(37 99 235 / 0.55);
}
.active\:bg-info-600\/60:active {
  background-color: rgb(37 99 235 / 0.6);
}
.active\:bg-info-600\/65:active {
  background-color: rgb(37 99 235 / 0.65);
}
.active\:bg-info-600\/70:active {
  background-color: rgb(37 99 235 / 0.7);
}
.active\:bg-info-600\/75:active {
  background-color: rgb(37 99 235 / 0.75);
}
.active\:bg-info-600\/80:active {
  background-color: rgb(37 99 235 / 0.8);
}
.active\:bg-info-600\/85:active {
  background-color: rgb(37 99 235 / 0.85);
}
.active\:bg-info-600\/90:active {
  background-color: rgb(37 99 235 / 0.9);
}
.active\:bg-info-600\/95:active {
  background-color: rgb(37 99 235 / 0.95);
}
.active\:bg-info-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.active\:bg-info-700\/0:active {
  background-color: rgb(29 78 216 / 0);
}
.active\:bg-info-700\/10:active {
  background-color: rgb(29 78 216 / 0.1);
}
.active\:bg-info-700\/100:active {
  background-color: rgb(29 78 216 / 1);
}
.active\:bg-info-700\/15:active {
  background-color: rgb(29 78 216 / 0.15);
}
.active\:bg-info-700\/20:active {
  background-color: rgb(29 78 216 / 0.2);
}
.active\:bg-info-700\/25:active {
  background-color: rgb(29 78 216 / 0.25);
}
.active\:bg-info-700\/30:active {
  background-color: rgb(29 78 216 / 0.3);
}
.active\:bg-info-700\/35:active {
  background-color: rgb(29 78 216 / 0.35);
}
.active\:bg-info-700\/40:active {
  background-color: rgb(29 78 216 / 0.4);
}
.active\:bg-info-700\/45:active {
  background-color: rgb(29 78 216 / 0.45);
}
.active\:bg-info-700\/5:active {
  background-color: rgb(29 78 216 / 0.05);
}
.active\:bg-info-700\/50:active {
  background-color: rgb(29 78 216 / 0.5);
}
.active\:bg-info-700\/55:active {
  background-color: rgb(29 78 216 / 0.55);
}
.active\:bg-info-700\/60:active {
  background-color: rgb(29 78 216 / 0.6);
}
.active\:bg-info-700\/65:active {
  background-color: rgb(29 78 216 / 0.65);
}
.active\:bg-info-700\/70:active {
  background-color: rgb(29 78 216 / 0.7);
}
.active\:bg-info-700\/75:active {
  background-color: rgb(29 78 216 / 0.75);
}
.active\:bg-info-700\/80:active {
  background-color: rgb(29 78 216 / 0.8);
}
.active\:bg-info-700\/85:active {
  background-color: rgb(29 78 216 / 0.85);
}
.active\:bg-info-700\/90:active {
  background-color: rgb(29 78 216 / 0.9);
}
.active\:bg-info-700\/95:active {
  background-color: rgb(29 78 216 / 0.95);
}
.active\:bg-info-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}
.active\:bg-info-800\/0:active {
  background-color: rgb(30 64 175 / 0);
}
.active\:bg-info-800\/10:active {
  background-color: rgb(30 64 175 / 0.1);
}
.active\:bg-info-800\/100:active {
  background-color: rgb(30 64 175 / 1);
}
.active\:bg-info-800\/15:active {
  background-color: rgb(30 64 175 / 0.15);
}
.active\:bg-info-800\/20:active {
  background-color: rgb(30 64 175 / 0.2);
}
.active\:bg-info-800\/25:active {
  background-color: rgb(30 64 175 / 0.25);
}
.active\:bg-info-800\/30:active {
  background-color: rgb(30 64 175 / 0.3);
}
.active\:bg-info-800\/35:active {
  background-color: rgb(30 64 175 / 0.35);
}
.active\:bg-info-800\/40:active {
  background-color: rgb(30 64 175 / 0.4);
}
.active\:bg-info-800\/45:active {
  background-color: rgb(30 64 175 / 0.45);
}
.active\:bg-info-800\/5:active {
  background-color: rgb(30 64 175 / 0.05);
}
.active\:bg-info-800\/50:active {
  background-color: rgb(30 64 175 / 0.5);
}
.active\:bg-info-800\/55:active {
  background-color: rgb(30 64 175 / 0.55);
}
.active\:bg-info-800\/60:active {
  background-color: rgb(30 64 175 / 0.6);
}
.active\:bg-info-800\/65:active {
  background-color: rgb(30 64 175 / 0.65);
}
.active\:bg-info-800\/70:active {
  background-color: rgb(30 64 175 / 0.7);
}
.active\:bg-info-800\/75:active {
  background-color: rgb(30 64 175 / 0.75);
}
.active\:bg-info-800\/80:active {
  background-color: rgb(30 64 175 / 0.8);
}
.active\:bg-info-800\/85:active {
  background-color: rgb(30 64 175 / 0.85);
}
.active\:bg-info-800\/90:active {
  background-color: rgb(30 64 175 / 0.9);
}
.active\:bg-info-800\/95:active {
  background-color: rgb(30 64 175 / 0.95);
}
.active\:bg-info-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
}
.active\:bg-info-900\/0:active {
  background-color: rgb(30 58 138 / 0);
}
.active\:bg-info-900\/10:active {
  background-color: rgb(30 58 138 / 0.1);
}
.active\:bg-info-900\/100:active {
  background-color: rgb(30 58 138 / 1);
}
.active\:bg-info-900\/15:active {
  background-color: rgb(30 58 138 / 0.15);
}
.active\:bg-info-900\/20:active {
  background-color: rgb(30 58 138 / 0.2);
}
.active\:bg-info-900\/25:active {
  background-color: rgb(30 58 138 / 0.25);
}
.active\:bg-info-900\/30:active {
  background-color: rgb(30 58 138 / 0.3);
}
.active\:bg-info-900\/35:active {
  background-color: rgb(30 58 138 / 0.35);
}
.active\:bg-info-900\/40:active {
  background-color: rgb(30 58 138 / 0.4);
}
.active\:bg-info-900\/45:active {
  background-color: rgb(30 58 138 / 0.45);
}
.active\:bg-info-900\/5:active {
  background-color: rgb(30 58 138 / 0.05);
}
.active\:bg-info-900\/50:active {
  background-color: rgb(30 58 138 / 0.5);
}
.active\:bg-info-900\/55:active {
  background-color: rgb(30 58 138 / 0.55);
}
.active\:bg-info-900\/60:active {
  background-color: rgb(30 58 138 / 0.6);
}
.active\:bg-info-900\/65:active {
  background-color: rgb(30 58 138 / 0.65);
}
.active\:bg-info-900\/70:active {
  background-color: rgb(30 58 138 / 0.7);
}
.active\:bg-info-900\/75:active {
  background-color: rgb(30 58 138 / 0.75);
}
.active\:bg-info-900\/80:active {
  background-color: rgb(30 58 138 / 0.8);
}
.active\:bg-info-900\/85:active {
  background-color: rgb(30 58 138 / 0.85);
}
.active\:bg-info-900\/90:active {
  background-color: rgb(30 58 138 / 0.9);
}
.active\:bg-info-900\/95:active {
  background-color: rgb(30 58 138 / 0.95);
}
.active\:bg-negative-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.active\:bg-negative-100\/0:active {
  background-color: rgb(254 226 226 / 0);
}
.active\:bg-negative-100\/10:active {
  background-color: rgb(254 226 226 / 0.1);
}
.active\:bg-negative-100\/100:active {
  background-color: rgb(254 226 226 / 1);
}
.active\:bg-negative-100\/15:active {
  background-color: rgb(254 226 226 / 0.15);
}
.active\:bg-negative-100\/20:active {
  background-color: rgb(254 226 226 / 0.2);
}
.active\:bg-negative-100\/25:active {
  background-color: rgb(254 226 226 / 0.25);
}
.active\:bg-negative-100\/30:active {
  background-color: rgb(254 226 226 / 0.3);
}
.active\:bg-negative-100\/35:active {
  background-color: rgb(254 226 226 / 0.35);
}
.active\:bg-negative-100\/40:active {
  background-color: rgb(254 226 226 / 0.4);
}
.active\:bg-negative-100\/45:active {
  background-color: rgb(254 226 226 / 0.45);
}
.active\:bg-negative-100\/5:active {
  background-color: rgb(254 226 226 / 0.05);
}
.active\:bg-negative-100\/50:active {
  background-color: rgb(254 226 226 / 0.5);
}
.active\:bg-negative-100\/55:active {
  background-color: rgb(254 226 226 / 0.55);
}
.active\:bg-negative-100\/60:active {
  background-color: rgb(254 226 226 / 0.6);
}
.active\:bg-negative-100\/65:active {
  background-color: rgb(254 226 226 / 0.65);
}
.active\:bg-negative-100\/70:active {
  background-color: rgb(254 226 226 / 0.7);
}
.active\:bg-negative-100\/75:active {
  background-color: rgb(254 226 226 / 0.75);
}
.active\:bg-negative-100\/80:active {
  background-color: rgb(254 226 226 / 0.8);
}
.active\:bg-negative-100\/85:active {
  background-color: rgb(254 226 226 / 0.85);
}
.active\:bg-negative-100\/90:active {
  background-color: rgb(254 226 226 / 0.9);
}
.active\:bg-negative-100\/95:active {
  background-color: rgb(254 226 226 / 0.95);
}
.active\:bg-negative-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
.active\:bg-negative-200\/0:active {
  background-color: rgb(254 202 202 / 0);
}
.active\:bg-negative-200\/10:active {
  background-color: rgb(254 202 202 / 0.1);
}
.active\:bg-negative-200\/100:active {
  background-color: rgb(254 202 202 / 1);
}
.active\:bg-negative-200\/15:active {
  background-color: rgb(254 202 202 / 0.15);
}
.active\:bg-negative-200\/20:active {
  background-color: rgb(254 202 202 / 0.2);
}
.active\:bg-negative-200\/25:active {
  background-color: rgb(254 202 202 / 0.25);
}
.active\:bg-negative-200\/30:active {
  background-color: rgb(254 202 202 / 0.3);
}
.active\:bg-negative-200\/35:active {
  background-color: rgb(254 202 202 / 0.35);
}
.active\:bg-negative-200\/40:active {
  background-color: rgb(254 202 202 / 0.4);
}
.active\:bg-negative-200\/45:active {
  background-color: rgb(254 202 202 / 0.45);
}
.active\:bg-negative-200\/5:active {
  background-color: rgb(254 202 202 / 0.05);
}
.active\:bg-negative-200\/50:active {
  background-color: rgb(254 202 202 / 0.5);
}
.active\:bg-negative-200\/55:active {
  background-color: rgb(254 202 202 / 0.55);
}
.active\:bg-negative-200\/60:active {
  background-color: rgb(254 202 202 / 0.6);
}
.active\:bg-negative-200\/65:active {
  background-color: rgb(254 202 202 / 0.65);
}
.active\:bg-negative-200\/70:active {
  background-color: rgb(254 202 202 / 0.7);
}
.active\:bg-negative-200\/75:active {
  background-color: rgb(254 202 202 / 0.75);
}
.active\:bg-negative-200\/80:active {
  background-color: rgb(254 202 202 / 0.8);
}
.active\:bg-negative-200\/85:active {
  background-color: rgb(254 202 202 / 0.85);
}
.active\:bg-negative-200\/90:active {
  background-color: rgb(254 202 202 / 0.9);
}
.active\:bg-negative-200\/95:active {
  background-color: rgb(254 202 202 / 0.95);
}
.active\:bg-negative-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}
.active\:bg-negative-300\/0:active {
  background-color: rgb(252 165 165 / 0);
}
.active\:bg-negative-300\/10:active {
  background-color: rgb(252 165 165 / 0.1);
}
.active\:bg-negative-300\/100:active {
  background-color: rgb(252 165 165 / 1);
}
.active\:bg-negative-300\/15:active {
  background-color: rgb(252 165 165 / 0.15);
}
.active\:bg-negative-300\/20:active {
  background-color: rgb(252 165 165 / 0.2);
}
.active\:bg-negative-300\/25:active {
  background-color: rgb(252 165 165 / 0.25);
}
.active\:bg-negative-300\/30:active {
  background-color: rgb(252 165 165 / 0.3);
}
.active\:bg-negative-300\/35:active {
  background-color: rgb(252 165 165 / 0.35);
}
.active\:bg-negative-300\/40:active {
  background-color: rgb(252 165 165 / 0.4);
}
.active\:bg-negative-300\/45:active {
  background-color: rgb(252 165 165 / 0.45);
}
.active\:bg-negative-300\/5:active {
  background-color: rgb(252 165 165 / 0.05);
}
.active\:bg-negative-300\/50:active {
  background-color: rgb(252 165 165 / 0.5);
}
.active\:bg-negative-300\/55:active {
  background-color: rgb(252 165 165 / 0.55);
}
.active\:bg-negative-300\/60:active {
  background-color: rgb(252 165 165 / 0.6);
}
.active\:bg-negative-300\/65:active {
  background-color: rgb(252 165 165 / 0.65);
}
.active\:bg-negative-300\/70:active {
  background-color: rgb(252 165 165 / 0.7);
}
.active\:bg-negative-300\/75:active {
  background-color: rgb(252 165 165 / 0.75);
}
.active\:bg-negative-300\/80:active {
  background-color: rgb(252 165 165 / 0.8);
}
.active\:bg-negative-300\/85:active {
  background-color: rgb(252 165 165 / 0.85);
}
.active\:bg-negative-300\/90:active {
  background-color: rgb(252 165 165 / 0.9);
}
.active\:bg-negative-300\/95:active {
  background-color: rgb(252 165 165 / 0.95);
}
.active\:bg-negative-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
.active\:bg-negative-400\/0:active {
  background-color: rgb(248 113 113 / 0);
}
.active\:bg-negative-400\/10:active {
  background-color: rgb(248 113 113 / 0.1);
}
.active\:bg-negative-400\/100:active {
  background-color: rgb(248 113 113 / 1);
}
.active\:bg-negative-400\/15:active {
  background-color: rgb(248 113 113 / 0.15);
}
.active\:bg-negative-400\/20:active {
  background-color: rgb(248 113 113 / 0.2);
}
.active\:bg-negative-400\/25:active {
  background-color: rgb(248 113 113 / 0.25);
}
.active\:bg-negative-400\/30:active {
  background-color: rgb(248 113 113 / 0.3);
}
.active\:bg-negative-400\/35:active {
  background-color: rgb(248 113 113 / 0.35);
}
.active\:bg-negative-400\/40:active {
  background-color: rgb(248 113 113 / 0.4);
}
.active\:bg-negative-400\/45:active {
  background-color: rgb(248 113 113 / 0.45);
}
.active\:bg-negative-400\/5:active {
  background-color: rgb(248 113 113 / 0.05);
}
.active\:bg-negative-400\/50:active {
  background-color: rgb(248 113 113 / 0.5);
}
.active\:bg-negative-400\/55:active {
  background-color: rgb(248 113 113 / 0.55);
}
.active\:bg-negative-400\/60:active {
  background-color: rgb(248 113 113 / 0.6);
}
.active\:bg-negative-400\/65:active {
  background-color: rgb(248 113 113 / 0.65);
}
.active\:bg-negative-400\/70:active {
  background-color: rgb(248 113 113 / 0.7);
}
.active\:bg-negative-400\/75:active {
  background-color: rgb(248 113 113 / 0.75);
}
.active\:bg-negative-400\/80:active {
  background-color: rgb(248 113 113 / 0.8);
}
.active\:bg-negative-400\/85:active {
  background-color: rgb(248 113 113 / 0.85);
}
.active\:bg-negative-400\/90:active {
  background-color: rgb(248 113 113 / 0.9);
}
.active\:bg-negative-400\/95:active {
  background-color: rgb(248 113 113 / 0.95);
}
.active\:bg-negative-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.active\:bg-negative-50\/0:active {
  background-color: rgb(254 242 242 / 0);
}
.active\:bg-negative-50\/10:active {
  background-color: rgb(254 242 242 / 0.1);
}
.active\:bg-negative-50\/100:active {
  background-color: rgb(254 242 242 / 1);
}
.active\:bg-negative-50\/15:active {
  background-color: rgb(254 242 242 / 0.15);
}
.active\:bg-negative-50\/20:active {
  background-color: rgb(254 242 242 / 0.2);
}
.active\:bg-negative-50\/25:active {
  background-color: rgb(254 242 242 / 0.25);
}
.active\:bg-negative-50\/30:active {
  background-color: rgb(254 242 242 / 0.3);
}
.active\:bg-negative-50\/35:active {
  background-color: rgb(254 242 242 / 0.35);
}
.active\:bg-negative-50\/40:active {
  background-color: rgb(254 242 242 / 0.4);
}
.active\:bg-negative-50\/45:active {
  background-color: rgb(254 242 242 / 0.45);
}
.active\:bg-negative-50\/5:active {
  background-color: rgb(254 242 242 / 0.05);
}
.active\:bg-negative-50\/50:active {
  background-color: rgb(254 242 242 / 0.5);
}
.active\:bg-negative-50\/55:active {
  background-color: rgb(254 242 242 / 0.55);
}
.active\:bg-negative-50\/60:active {
  background-color: rgb(254 242 242 / 0.6);
}
.active\:bg-negative-50\/65:active {
  background-color: rgb(254 242 242 / 0.65);
}
.active\:bg-negative-50\/70:active {
  background-color: rgb(254 242 242 / 0.7);
}
.active\:bg-negative-50\/75:active {
  background-color: rgb(254 242 242 / 0.75);
}
.active\:bg-negative-50\/80:active {
  background-color: rgb(254 242 242 / 0.8);
}
.active\:bg-negative-50\/85:active {
  background-color: rgb(254 242 242 / 0.85);
}
.active\:bg-negative-50\/90:active {
  background-color: rgb(254 242 242 / 0.9);
}
.active\:bg-negative-50\/95:active {
  background-color: rgb(254 242 242 / 0.95);
}
.active\:bg-negative-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.active\:bg-negative-500\/0:active {
  background-color: rgb(239 68 68 / 0);
}
.active\:bg-negative-500\/10:active {
  background-color: rgb(239 68 68 / 0.1);
}
.active\:bg-negative-500\/100:active {
  background-color: rgb(239 68 68 / 1);
}
.active\:bg-negative-500\/15:active {
  background-color: rgb(239 68 68 / 0.15);
}
.active\:bg-negative-500\/20:active {
  background-color: rgb(239 68 68 / 0.2);
}
.active\:bg-negative-500\/25:active {
  background-color: rgb(239 68 68 / 0.25);
}
.active\:bg-negative-500\/30:active {
  background-color: rgb(239 68 68 / 0.3);
}
.active\:bg-negative-500\/35:active {
  background-color: rgb(239 68 68 / 0.35);
}
.active\:bg-negative-500\/40:active {
  background-color: rgb(239 68 68 / 0.4);
}
.active\:bg-negative-500\/45:active {
  background-color: rgb(239 68 68 / 0.45);
}
.active\:bg-negative-500\/5:active {
  background-color: rgb(239 68 68 / 0.05);
}
.active\:bg-negative-500\/50:active {
  background-color: rgb(239 68 68 / 0.5);
}
.active\:bg-negative-500\/55:active {
  background-color: rgb(239 68 68 / 0.55);
}
.active\:bg-negative-500\/60:active {
  background-color: rgb(239 68 68 / 0.6);
}
.active\:bg-negative-500\/65:active {
  background-color: rgb(239 68 68 / 0.65);
}
.active\:bg-negative-500\/70:active {
  background-color: rgb(239 68 68 / 0.7);
}
.active\:bg-negative-500\/75:active {
  background-color: rgb(239 68 68 / 0.75);
}
.active\:bg-negative-500\/80:active {
  background-color: rgb(239 68 68 / 0.8);
}
.active\:bg-negative-500\/85:active {
  background-color: rgb(239 68 68 / 0.85);
}
.active\:bg-negative-500\/90:active {
  background-color: rgb(239 68 68 / 0.9);
}
.active\:bg-negative-500\/95:active {
  background-color: rgb(239 68 68 / 0.95);
}
.active\:bg-negative-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.active\:bg-negative-600\/0:active {
  background-color: rgb(220 38 38 / 0);
}
.active\:bg-negative-600\/10:active {
  background-color: rgb(220 38 38 / 0.1);
}
.active\:bg-negative-600\/100:active {
  background-color: rgb(220 38 38 / 1);
}
.active\:bg-negative-600\/15:active {
  background-color: rgb(220 38 38 / 0.15);
}
.active\:bg-negative-600\/20:active {
  background-color: rgb(220 38 38 / 0.2);
}
.active\:bg-negative-600\/25:active {
  background-color: rgb(220 38 38 / 0.25);
}
.active\:bg-negative-600\/30:active {
  background-color: rgb(220 38 38 / 0.3);
}
.active\:bg-negative-600\/35:active {
  background-color: rgb(220 38 38 / 0.35);
}
.active\:bg-negative-600\/40:active {
  background-color: rgb(220 38 38 / 0.4);
}
.active\:bg-negative-600\/45:active {
  background-color: rgb(220 38 38 / 0.45);
}
.active\:bg-negative-600\/5:active {
  background-color: rgb(220 38 38 / 0.05);
}
.active\:bg-negative-600\/50:active {
  background-color: rgb(220 38 38 / 0.5);
}
.active\:bg-negative-600\/55:active {
  background-color: rgb(220 38 38 / 0.55);
}
.active\:bg-negative-600\/60:active {
  background-color: rgb(220 38 38 / 0.6);
}
.active\:bg-negative-600\/65:active {
  background-color: rgb(220 38 38 / 0.65);
}
.active\:bg-negative-600\/70:active {
  background-color: rgb(220 38 38 / 0.7);
}
.active\:bg-negative-600\/75:active {
  background-color: rgb(220 38 38 / 0.75);
}
.active\:bg-negative-600\/80:active {
  background-color: rgb(220 38 38 / 0.8);
}
.active\:bg-negative-600\/85:active {
  background-color: rgb(220 38 38 / 0.85);
}
.active\:bg-negative-600\/90:active {
  background-color: rgb(220 38 38 / 0.9);
}
.active\:bg-negative-600\/95:active {
  background-color: rgb(220 38 38 / 0.95);
}
.active\:bg-negative-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
.active\:bg-negative-700\/0:active {
  background-color: rgb(185 28 28 / 0);
}
.active\:bg-negative-700\/10:active {
  background-color: rgb(185 28 28 / 0.1);
}
.active\:bg-negative-700\/100:active {
  background-color: rgb(185 28 28 / 1);
}
.active\:bg-negative-700\/15:active {
  background-color: rgb(185 28 28 / 0.15);
}
.active\:bg-negative-700\/20:active {
  background-color: rgb(185 28 28 / 0.2);
}
.active\:bg-negative-700\/25:active {
  background-color: rgb(185 28 28 / 0.25);
}
.active\:bg-negative-700\/30:active {
  background-color: rgb(185 28 28 / 0.3);
}
.active\:bg-negative-700\/35:active {
  background-color: rgb(185 28 28 / 0.35);
}
.active\:bg-negative-700\/40:active {
  background-color: rgb(185 28 28 / 0.4);
}
.active\:bg-negative-700\/45:active {
  background-color: rgb(185 28 28 / 0.45);
}
.active\:bg-negative-700\/5:active {
  background-color: rgb(185 28 28 / 0.05);
}
.active\:bg-negative-700\/50:active {
  background-color: rgb(185 28 28 / 0.5);
}
.active\:bg-negative-700\/55:active {
  background-color: rgb(185 28 28 / 0.55);
}
.active\:bg-negative-700\/60:active {
  background-color: rgb(185 28 28 / 0.6);
}
.active\:bg-negative-700\/65:active {
  background-color: rgb(185 28 28 / 0.65);
}
.active\:bg-negative-700\/70:active {
  background-color: rgb(185 28 28 / 0.7);
}
.active\:bg-negative-700\/75:active {
  background-color: rgb(185 28 28 / 0.75);
}
.active\:bg-negative-700\/80:active {
  background-color: rgb(185 28 28 / 0.8);
}
.active\:bg-negative-700\/85:active {
  background-color: rgb(185 28 28 / 0.85);
}
.active\:bg-negative-700\/90:active {
  background-color: rgb(185 28 28 / 0.9);
}
.active\:bg-negative-700\/95:active {
  background-color: rgb(185 28 28 / 0.95);
}
.active\:bg-negative-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
}
.active\:bg-negative-800\/0:active {
  background-color: rgb(153 27 27 / 0);
}
.active\:bg-negative-800\/10:active {
  background-color: rgb(153 27 27 / 0.1);
}
.active\:bg-negative-800\/100:active {
  background-color: rgb(153 27 27 / 1);
}
.active\:bg-negative-800\/15:active {
  background-color: rgb(153 27 27 / 0.15);
}
.active\:bg-negative-800\/20:active {
  background-color: rgb(153 27 27 / 0.2);
}
.active\:bg-negative-800\/25:active {
  background-color: rgb(153 27 27 / 0.25);
}
.active\:bg-negative-800\/30:active {
  background-color: rgb(153 27 27 / 0.3);
}
.active\:bg-negative-800\/35:active {
  background-color: rgb(153 27 27 / 0.35);
}
.active\:bg-negative-800\/40:active {
  background-color: rgb(153 27 27 / 0.4);
}
.active\:bg-negative-800\/45:active {
  background-color: rgb(153 27 27 / 0.45);
}
.active\:bg-negative-800\/5:active {
  background-color: rgb(153 27 27 / 0.05);
}
.active\:bg-negative-800\/50:active {
  background-color: rgb(153 27 27 / 0.5);
}
.active\:bg-negative-800\/55:active {
  background-color: rgb(153 27 27 / 0.55);
}
.active\:bg-negative-800\/60:active {
  background-color: rgb(153 27 27 / 0.6);
}
.active\:bg-negative-800\/65:active {
  background-color: rgb(153 27 27 / 0.65);
}
.active\:bg-negative-800\/70:active {
  background-color: rgb(153 27 27 / 0.7);
}
.active\:bg-negative-800\/75:active {
  background-color: rgb(153 27 27 / 0.75);
}
.active\:bg-negative-800\/80:active {
  background-color: rgb(153 27 27 / 0.8);
}
.active\:bg-negative-800\/85:active {
  background-color: rgb(153 27 27 / 0.85);
}
.active\:bg-negative-800\/90:active {
  background-color: rgb(153 27 27 / 0.9);
}
.active\:bg-negative-800\/95:active {
  background-color: rgb(153 27 27 / 0.95);
}
.active\:bg-negative-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1));
}
.active\:bg-negative-900\/0:active {
  background-color: rgb(127 29 29 / 0);
}
.active\:bg-negative-900\/10:active {
  background-color: rgb(127 29 29 / 0.1);
}
.active\:bg-negative-900\/100:active {
  background-color: rgb(127 29 29 / 1);
}
.active\:bg-negative-900\/15:active {
  background-color: rgb(127 29 29 / 0.15);
}
.active\:bg-negative-900\/20:active {
  background-color: rgb(127 29 29 / 0.2);
}
.active\:bg-negative-900\/25:active {
  background-color: rgb(127 29 29 / 0.25);
}
.active\:bg-negative-900\/30:active {
  background-color: rgb(127 29 29 / 0.3);
}
.active\:bg-negative-900\/35:active {
  background-color: rgb(127 29 29 / 0.35);
}
.active\:bg-negative-900\/40:active {
  background-color: rgb(127 29 29 / 0.4);
}
.active\:bg-negative-900\/45:active {
  background-color: rgb(127 29 29 / 0.45);
}
.active\:bg-negative-900\/5:active {
  background-color: rgb(127 29 29 / 0.05);
}
.active\:bg-negative-900\/50:active {
  background-color: rgb(127 29 29 / 0.5);
}
.active\:bg-negative-900\/55:active {
  background-color: rgb(127 29 29 / 0.55);
}
.active\:bg-negative-900\/60:active {
  background-color: rgb(127 29 29 / 0.6);
}
.active\:bg-negative-900\/65:active {
  background-color: rgb(127 29 29 / 0.65);
}
.active\:bg-negative-900\/70:active {
  background-color: rgb(127 29 29 / 0.7);
}
.active\:bg-negative-900\/75:active {
  background-color: rgb(127 29 29 / 0.75);
}
.active\:bg-negative-900\/80:active {
  background-color: rgb(127 29 29 / 0.8);
}
.active\:bg-negative-900\/85:active {
  background-color: rgb(127 29 29 / 0.85);
}
.active\:bg-negative-900\/90:active {
  background-color: rgb(127 29 29 / 0.9);
}
.active\:bg-negative-900\/95:active {
  background-color: rgb(127 29 29 / 0.95);
}
.active\:bg-positive-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}
.active\:bg-positive-100\/0:active {
  background-color: rgb(209 250 229 / 0);
}
.active\:bg-positive-100\/10:active {
  background-color: rgb(209 250 229 / 0.1);
}
.active\:bg-positive-100\/100:active {
  background-color: rgb(209 250 229 / 1);
}
.active\:bg-positive-100\/15:active {
  background-color: rgb(209 250 229 / 0.15);
}
.active\:bg-positive-100\/20:active {
  background-color: rgb(209 250 229 / 0.2);
}
.active\:bg-positive-100\/25:active {
  background-color: rgb(209 250 229 / 0.25);
}
.active\:bg-positive-100\/30:active {
  background-color: rgb(209 250 229 / 0.3);
}
.active\:bg-positive-100\/35:active {
  background-color: rgb(209 250 229 / 0.35);
}
.active\:bg-positive-100\/40:active {
  background-color: rgb(209 250 229 / 0.4);
}
.active\:bg-positive-100\/45:active {
  background-color: rgb(209 250 229 / 0.45);
}
.active\:bg-positive-100\/5:active {
  background-color: rgb(209 250 229 / 0.05);
}
.active\:bg-positive-100\/50:active {
  background-color: rgb(209 250 229 / 0.5);
}
.active\:bg-positive-100\/55:active {
  background-color: rgb(209 250 229 / 0.55);
}
.active\:bg-positive-100\/60:active {
  background-color: rgb(209 250 229 / 0.6);
}
.active\:bg-positive-100\/65:active {
  background-color: rgb(209 250 229 / 0.65);
}
.active\:bg-positive-100\/70:active {
  background-color: rgb(209 250 229 / 0.7);
}
.active\:bg-positive-100\/75:active {
  background-color: rgb(209 250 229 / 0.75);
}
.active\:bg-positive-100\/80:active {
  background-color: rgb(209 250 229 / 0.8);
}
.active\:bg-positive-100\/85:active {
  background-color: rgb(209 250 229 / 0.85);
}
.active\:bg-positive-100\/90:active {
  background-color: rgb(209 250 229 / 0.9);
}
.active\:bg-positive-100\/95:active {
  background-color: rgb(209 250 229 / 0.95);
}
.active\:bg-positive-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity, 1));
}
.active\:bg-positive-200\/0:active {
  background-color: rgb(167 243 208 / 0);
}
.active\:bg-positive-200\/10:active {
  background-color: rgb(167 243 208 / 0.1);
}
.active\:bg-positive-200\/100:active {
  background-color: rgb(167 243 208 / 1);
}
.active\:bg-positive-200\/15:active {
  background-color: rgb(167 243 208 / 0.15);
}
.active\:bg-positive-200\/20:active {
  background-color: rgb(167 243 208 / 0.2);
}
.active\:bg-positive-200\/25:active {
  background-color: rgb(167 243 208 / 0.25);
}
.active\:bg-positive-200\/30:active {
  background-color: rgb(167 243 208 / 0.3);
}
.active\:bg-positive-200\/35:active {
  background-color: rgb(167 243 208 / 0.35);
}
.active\:bg-positive-200\/40:active {
  background-color: rgb(167 243 208 / 0.4);
}
.active\:bg-positive-200\/45:active {
  background-color: rgb(167 243 208 / 0.45);
}
.active\:bg-positive-200\/5:active {
  background-color: rgb(167 243 208 / 0.05);
}
.active\:bg-positive-200\/50:active {
  background-color: rgb(167 243 208 / 0.5);
}
.active\:bg-positive-200\/55:active {
  background-color: rgb(167 243 208 / 0.55);
}
.active\:bg-positive-200\/60:active {
  background-color: rgb(167 243 208 / 0.6);
}
.active\:bg-positive-200\/65:active {
  background-color: rgb(167 243 208 / 0.65);
}
.active\:bg-positive-200\/70:active {
  background-color: rgb(167 243 208 / 0.7);
}
.active\:bg-positive-200\/75:active {
  background-color: rgb(167 243 208 / 0.75);
}
.active\:bg-positive-200\/80:active {
  background-color: rgb(167 243 208 / 0.8);
}
.active\:bg-positive-200\/85:active {
  background-color: rgb(167 243 208 / 0.85);
}
.active\:bg-positive-200\/90:active {
  background-color: rgb(167 243 208 / 0.9);
}
.active\:bg-positive-200\/95:active {
  background-color: rgb(167 243 208 / 0.95);
}
.active\:bg-positive-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity, 1));
}
.active\:bg-positive-300\/0:active {
  background-color: rgb(110 231 183 / 0);
}
.active\:bg-positive-300\/10:active {
  background-color: rgb(110 231 183 / 0.1);
}
.active\:bg-positive-300\/100:active {
  background-color: rgb(110 231 183 / 1);
}
.active\:bg-positive-300\/15:active {
  background-color: rgb(110 231 183 / 0.15);
}
.active\:bg-positive-300\/20:active {
  background-color: rgb(110 231 183 / 0.2);
}
.active\:bg-positive-300\/25:active {
  background-color: rgb(110 231 183 / 0.25);
}
.active\:bg-positive-300\/30:active {
  background-color: rgb(110 231 183 / 0.3);
}
.active\:bg-positive-300\/35:active {
  background-color: rgb(110 231 183 / 0.35);
}
.active\:bg-positive-300\/40:active {
  background-color: rgb(110 231 183 / 0.4);
}
.active\:bg-positive-300\/45:active {
  background-color: rgb(110 231 183 / 0.45);
}
.active\:bg-positive-300\/5:active {
  background-color: rgb(110 231 183 / 0.05);
}
.active\:bg-positive-300\/50:active {
  background-color: rgb(110 231 183 / 0.5);
}
.active\:bg-positive-300\/55:active {
  background-color: rgb(110 231 183 / 0.55);
}
.active\:bg-positive-300\/60:active {
  background-color: rgb(110 231 183 / 0.6);
}
.active\:bg-positive-300\/65:active {
  background-color: rgb(110 231 183 / 0.65);
}
.active\:bg-positive-300\/70:active {
  background-color: rgb(110 231 183 / 0.7);
}
.active\:bg-positive-300\/75:active {
  background-color: rgb(110 231 183 / 0.75);
}
.active\:bg-positive-300\/80:active {
  background-color: rgb(110 231 183 / 0.8);
}
.active\:bg-positive-300\/85:active {
  background-color: rgb(110 231 183 / 0.85);
}
.active\:bg-positive-300\/90:active {
  background-color: rgb(110 231 183 / 0.9);
}
.active\:bg-positive-300\/95:active {
  background-color: rgb(110 231 183 / 0.95);
}
.active\:bg-positive-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
}
.active\:bg-positive-400\/0:active {
  background-color: rgb(52 211 153 / 0);
}
.active\:bg-positive-400\/10:active {
  background-color: rgb(52 211 153 / 0.1);
}
.active\:bg-positive-400\/100:active {
  background-color: rgb(52 211 153 / 1);
}
.active\:bg-positive-400\/15:active {
  background-color: rgb(52 211 153 / 0.15);
}
.active\:bg-positive-400\/20:active {
  background-color: rgb(52 211 153 / 0.2);
}
.active\:bg-positive-400\/25:active {
  background-color: rgb(52 211 153 / 0.25);
}
.active\:bg-positive-400\/30:active {
  background-color: rgb(52 211 153 / 0.3);
}
.active\:bg-positive-400\/35:active {
  background-color: rgb(52 211 153 / 0.35);
}
.active\:bg-positive-400\/40:active {
  background-color: rgb(52 211 153 / 0.4);
}
.active\:bg-positive-400\/45:active {
  background-color: rgb(52 211 153 / 0.45);
}
.active\:bg-positive-400\/5:active {
  background-color: rgb(52 211 153 / 0.05);
}
.active\:bg-positive-400\/50:active {
  background-color: rgb(52 211 153 / 0.5);
}
.active\:bg-positive-400\/55:active {
  background-color: rgb(52 211 153 / 0.55);
}
.active\:bg-positive-400\/60:active {
  background-color: rgb(52 211 153 / 0.6);
}
.active\:bg-positive-400\/65:active {
  background-color: rgb(52 211 153 / 0.65);
}
.active\:bg-positive-400\/70:active {
  background-color: rgb(52 211 153 / 0.7);
}
.active\:bg-positive-400\/75:active {
  background-color: rgb(52 211 153 / 0.75);
}
.active\:bg-positive-400\/80:active {
  background-color: rgb(52 211 153 / 0.8);
}
.active\:bg-positive-400\/85:active {
  background-color: rgb(52 211 153 / 0.85);
}
.active\:bg-positive-400\/90:active {
  background-color: rgb(52 211 153 / 0.9);
}
.active\:bg-positive-400\/95:active {
  background-color: rgb(52 211 153 / 0.95);
}
.active\:bg-positive-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}
.active\:bg-positive-50\/0:active {
  background-color: rgb(236 253 245 / 0);
}
.active\:bg-positive-50\/10:active {
  background-color: rgb(236 253 245 / 0.1);
}
.active\:bg-positive-50\/100:active {
  background-color: rgb(236 253 245 / 1);
}
.active\:bg-positive-50\/15:active {
  background-color: rgb(236 253 245 / 0.15);
}
.active\:bg-positive-50\/20:active {
  background-color: rgb(236 253 245 / 0.2);
}
.active\:bg-positive-50\/25:active {
  background-color: rgb(236 253 245 / 0.25);
}
.active\:bg-positive-50\/30:active {
  background-color: rgb(236 253 245 / 0.3);
}
.active\:bg-positive-50\/35:active {
  background-color: rgb(236 253 245 / 0.35);
}
.active\:bg-positive-50\/40:active {
  background-color: rgb(236 253 245 / 0.4);
}
.active\:bg-positive-50\/45:active {
  background-color: rgb(236 253 245 / 0.45);
}
.active\:bg-positive-50\/5:active {
  background-color: rgb(236 253 245 / 0.05);
}
.active\:bg-positive-50\/50:active {
  background-color: rgb(236 253 245 / 0.5);
}
.active\:bg-positive-50\/55:active {
  background-color: rgb(236 253 245 / 0.55);
}
.active\:bg-positive-50\/60:active {
  background-color: rgb(236 253 245 / 0.6);
}
.active\:bg-positive-50\/65:active {
  background-color: rgb(236 253 245 / 0.65);
}
.active\:bg-positive-50\/70:active {
  background-color: rgb(236 253 245 / 0.7);
}
.active\:bg-positive-50\/75:active {
  background-color: rgb(236 253 245 / 0.75);
}
.active\:bg-positive-50\/80:active {
  background-color: rgb(236 253 245 / 0.8);
}
.active\:bg-positive-50\/85:active {
  background-color: rgb(236 253 245 / 0.85);
}
.active\:bg-positive-50\/90:active {
  background-color: rgb(236 253 245 / 0.9);
}
.active\:bg-positive-50\/95:active {
  background-color: rgb(236 253 245 / 0.95);
}
.active\:bg-positive-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.active\:bg-positive-500\/0:active {
  background-color: rgb(16 185 129 / 0);
}
.active\:bg-positive-500\/10:active {
  background-color: rgb(16 185 129 / 0.1);
}
.active\:bg-positive-500\/100:active {
  background-color: rgb(16 185 129 / 1);
}
.active\:bg-positive-500\/15:active {
  background-color: rgb(16 185 129 / 0.15);
}
.active\:bg-positive-500\/20:active {
  background-color: rgb(16 185 129 / 0.2);
}
.active\:bg-positive-500\/25:active {
  background-color: rgb(16 185 129 / 0.25);
}
.active\:bg-positive-500\/30:active {
  background-color: rgb(16 185 129 / 0.3);
}
.active\:bg-positive-500\/35:active {
  background-color: rgb(16 185 129 / 0.35);
}
.active\:bg-positive-500\/40:active {
  background-color: rgb(16 185 129 / 0.4);
}
.active\:bg-positive-500\/45:active {
  background-color: rgb(16 185 129 / 0.45);
}
.active\:bg-positive-500\/5:active {
  background-color: rgb(16 185 129 / 0.05);
}
.active\:bg-positive-500\/50:active {
  background-color: rgb(16 185 129 / 0.5);
}
.active\:bg-positive-500\/55:active {
  background-color: rgb(16 185 129 / 0.55);
}
.active\:bg-positive-500\/60:active {
  background-color: rgb(16 185 129 / 0.6);
}
.active\:bg-positive-500\/65:active {
  background-color: rgb(16 185 129 / 0.65);
}
.active\:bg-positive-500\/70:active {
  background-color: rgb(16 185 129 / 0.7);
}
.active\:bg-positive-500\/75:active {
  background-color: rgb(16 185 129 / 0.75);
}
.active\:bg-positive-500\/80:active {
  background-color: rgb(16 185 129 / 0.8);
}
.active\:bg-positive-500\/85:active {
  background-color: rgb(16 185 129 / 0.85);
}
.active\:bg-positive-500\/90:active {
  background-color: rgb(16 185 129 / 0.9);
}
.active\:bg-positive-500\/95:active {
  background-color: rgb(16 185 129 / 0.95);
}
.active\:bg-positive-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}
.active\:bg-positive-600\/0:active {
  background-color: rgb(5 150 105 / 0);
}
.active\:bg-positive-600\/10:active {
  background-color: rgb(5 150 105 / 0.1);
}
.active\:bg-positive-600\/100:active {
  background-color: rgb(5 150 105 / 1);
}
.active\:bg-positive-600\/15:active {
  background-color: rgb(5 150 105 / 0.15);
}
.active\:bg-positive-600\/20:active {
  background-color: rgb(5 150 105 / 0.2);
}
.active\:bg-positive-600\/25:active {
  background-color: rgb(5 150 105 / 0.25);
}
.active\:bg-positive-600\/30:active {
  background-color: rgb(5 150 105 / 0.3);
}
.active\:bg-positive-600\/35:active {
  background-color: rgb(5 150 105 / 0.35);
}
.active\:bg-positive-600\/40:active {
  background-color: rgb(5 150 105 / 0.4);
}
.active\:bg-positive-600\/45:active {
  background-color: rgb(5 150 105 / 0.45);
}
.active\:bg-positive-600\/5:active {
  background-color: rgb(5 150 105 / 0.05);
}
.active\:bg-positive-600\/50:active {
  background-color: rgb(5 150 105 / 0.5);
}
.active\:bg-positive-600\/55:active {
  background-color: rgb(5 150 105 / 0.55);
}
.active\:bg-positive-600\/60:active {
  background-color: rgb(5 150 105 / 0.6);
}
.active\:bg-positive-600\/65:active {
  background-color: rgb(5 150 105 / 0.65);
}
.active\:bg-positive-600\/70:active {
  background-color: rgb(5 150 105 / 0.7);
}
.active\:bg-positive-600\/75:active {
  background-color: rgb(5 150 105 / 0.75);
}
.active\:bg-positive-600\/80:active {
  background-color: rgb(5 150 105 / 0.8);
}
.active\:bg-positive-600\/85:active {
  background-color: rgb(5 150 105 / 0.85);
}
.active\:bg-positive-600\/90:active {
  background-color: rgb(5 150 105 / 0.9);
}
.active\:bg-positive-600\/95:active {
  background-color: rgb(5 150 105 / 0.95);
}
.active\:bg-positive-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}
.active\:bg-positive-700\/0:active {
  background-color: rgb(4 120 87 / 0);
}
.active\:bg-positive-700\/10:active {
  background-color: rgb(4 120 87 / 0.1);
}
.active\:bg-positive-700\/100:active {
  background-color: rgb(4 120 87 / 1);
}
.active\:bg-positive-700\/15:active {
  background-color: rgb(4 120 87 / 0.15);
}
.active\:bg-positive-700\/20:active {
  background-color: rgb(4 120 87 / 0.2);
}
.active\:bg-positive-700\/25:active {
  background-color: rgb(4 120 87 / 0.25);
}
.active\:bg-positive-700\/30:active {
  background-color: rgb(4 120 87 / 0.3);
}
.active\:bg-positive-700\/35:active {
  background-color: rgb(4 120 87 / 0.35);
}
.active\:bg-positive-700\/40:active {
  background-color: rgb(4 120 87 / 0.4);
}
.active\:bg-positive-700\/45:active {
  background-color: rgb(4 120 87 / 0.45);
}
.active\:bg-positive-700\/5:active {
  background-color: rgb(4 120 87 / 0.05);
}
.active\:bg-positive-700\/50:active {
  background-color: rgb(4 120 87 / 0.5);
}
.active\:bg-positive-700\/55:active {
  background-color: rgb(4 120 87 / 0.55);
}
.active\:bg-positive-700\/60:active {
  background-color: rgb(4 120 87 / 0.6);
}
.active\:bg-positive-700\/65:active {
  background-color: rgb(4 120 87 / 0.65);
}
.active\:bg-positive-700\/70:active {
  background-color: rgb(4 120 87 / 0.7);
}
.active\:bg-positive-700\/75:active {
  background-color: rgb(4 120 87 / 0.75);
}
.active\:bg-positive-700\/80:active {
  background-color: rgb(4 120 87 / 0.8);
}
.active\:bg-positive-700\/85:active {
  background-color: rgb(4 120 87 / 0.85);
}
.active\:bg-positive-700\/90:active {
  background-color: rgb(4 120 87 / 0.9);
}
.active\:bg-positive-700\/95:active {
  background-color: rgb(4 120 87 / 0.95);
}
.active\:bg-positive-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity, 1));
}
.active\:bg-positive-800\/0:active {
  background-color: rgb(6 95 70 / 0);
}
.active\:bg-positive-800\/10:active {
  background-color: rgb(6 95 70 / 0.1);
}
.active\:bg-positive-800\/100:active {
  background-color: rgb(6 95 70 / 1);
}
.active\:bg-positive-800\/15:active {
  background-color: rgb(6 95 70 / 0.15);
}
.active\:bg-positive-800\/20:active {
  background-color: rgb(6 95 70 / 0.2);
}
.active\:bg-positive-800\/25:active {
  background-color: rgb(6 95 70 / 0.25);
}
.active\:bg-positive-800\/30:active {
  background-color: rgb(6 95 70 / 0.3);
}
.active\:bg-positive-800\/35:active {
  background-color: rgb(6 95 70 / 0.35);
}
.active\:bg-positive-800\/40:active {
  background-color: rgb(6 95 70 / 0.4);
}
.active\:bg-positive-800\/45:active {
  background-color: rgb(6 95 70 / 0.45);
}
.active\:bg-positive-800\/5:active {
  background-color: rgb(6 95 70 / 0.05);
}
.active\:bg-positive-800\/50:active {
  background-color: rgb(6 95 70 / 0.5);
}
.active\:bg-positive-800\/55:active {
  background-color: rgb(6 95 70 / 0.55);
}
.active\:bg-positive-800\/60:active {
  background-color: rgb(6 95 70 / 0.6);
}
.active\:bg-positive-800\/65:active {
  background-color: rgb(6 95 70 / 0.65);
}
.active\:bg-positive-800\/70:active {
  background-color: rgb(6 95 70 / 0.7);
}
.active\:bg-positive-800\/75:active {
  background-color: rgb(6 95 70 / 0.75);
}
.active\:bg-positive-800\/80:active {
  background-color: rgb(6 95 70 / 0.8);
}
.active\:bg-positive-800\/85:active {
  background-color: rgb(6 95 70 / 0.85);
}
.active\:bg-positive-800\/90:active {
  background-color: rgb(6 95 70 / 0.9);
}
.active\:bg-positive-800\/95:active {
  background-color: rgb(6 95 70 / 0.95);
}
.active\:bg-positive-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity, 1));
}
.active\:bg-positive-900\/0:active {
  background-color: rgb(6 78 59 / 0);
}
.active\:bg-positive-900\/10:active {
  background-color: rgb(6 78 59 / 0.1);
}
.active\:bg-positive-900\/100:active {
  background-color: rgb(6 78 59 / 1);
}
.active\:bg-positive-900\/15:active {
  background-color: rgb(6 78 59 / 0.15);
}
.active\:bg-positive-900\/20:active {
  background-color: rgb(6 78 59 / 0.2);
}
.active\:bg-positive-900\/25:active {
  background-color: rgb(6 78 59 / 0.25);
}
.active\:bg-positive-900\/30:active {
  background-color: rgb(6 78 59 / 0.3);
}
.active\:bg-positive-900\/35:active {
  background-color: rgb(6 78 59 / 0.35);
}
.active\:bg-positive-900\/40:active {
  background-color: rgb(6 78 59 / 0.4);
}
.active\:bg-positive-900\/45:active {
  background-color: rgb(6 78 59 / 0.45);
}
.active\:bg-positive-900\/5:active {
  background-color: rgb(6 78 59 / 0.05);
}
.active\:bg-positive-900\/50:active {
  background-color: rgb(6 78 59 / 0.5);
}
.active\:bg-positive-900\/55:active {
  background-color: rgb(6 78 59 / 0.55);
}
.active\:bg-positive-900\/60:active {
  background-color: rgb(6 78 59 / 0.6);
}
.active\:bg-positive-900\/65:active {
  background-color: rgb(6 78 59 / 0.65);
}
.active\:bg-positive-900\/70:active {
  background-color: rgb(6 78 59 / 0.7);
}
.active\:bg-positive-900\/75:active {
  background-color: rgb(6 78 59 / 0.75);
}
.active\:bg-positive-900\/80:active {
  background-color: rgb(6 78 59 / 0.8);
}
.active\:bg-positive-900\/85:active {
  background-color: rgb(6 78 59 / 0.85);
}
.active\:bg-positive-900\/90:active {
  background-color: rgb(6 78 59 / 0.9);
}
.active\:bg-positive-900\/95:active {
  background-color: rgb(6 78 59 / 0.95);
}
.active\:bg-primary-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}
.active\:bg-primary-100\/0:active {
  background-color: rgb(224 231 255 / 0);
}
.active\:bg-primary-100\/10:active {
  background-color: rgb(224 231 255 / 0.1);
}
.active\:bg-primary-100\/100:active {
  background-color: rgb(224 231 255 / 1);
}
.active\:bg-primary-100\/15:active {
  background-color: rgb(224 231 255 / 0.15);
}
.active\:bg-primary-100\/20:active {
  background-color: rgb(224 231 255 / 0.2);
}
.active\:bg-primary-100\/25:active {
  background-color: rgb(224 231 255 / 0.25);
}
.active\:bg-primary-100\/30:active {
  background-color: rgb(224 231 255 / 0.3);
}
.active\:bg-primary-100\/35:active {
  background-color: rgb(224 231 255 / 0.35);
}
.active\:bg-primary-100\/40:active {
  background-color: rgb(224 231 255 / 0.4);
}
.active\:bg-primary-100\/45:active {
  background-color: rgb(224 231 255 / 0.45);
}
.active\:bg-primary-100\/5:active {
  background-color: rgb(224 231 255 / 0.05);
}
.active\:bg-primary-100\/50:active {
  background-color: rgb(224 231 255 / 0.5);
}
.active\:bg-primary-100\/55:active {
  background-color: rgb(224 231 255 / 0.55);
}
.active\:bg-primary-100\/60:active {
  background-color: rgb(224 231 255 / 0.6);
}
.active\:bg-primary-100\/65:active {
  background-color: rgb(224 231 255 / 0.65);
}
.active\:bg-primary-100\/70:active {
  background-color: rgb(224 231 255 / 0.7);
}
.active\:bg-primary-100\/75:active {
  background-color: rgb(224 231 255 / 0.75);
}
.active\:bg-primary-100\/80:active {
  background-color: rgb(224 231 255 / 0.8);
}
.active\:bg-primary-100\/85:active {
  background-color: rgb(224 231 255 / 0.85);
}
.active\:bg-primary-100\/90:active {
  background-color: rgb(224 231 255 / 0.9);
}
.active\:bg-primary-100\/95:active {
  background-color: rgb(224 231 255 / 0.95);
}
.active\:bg-primary-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity, 1));
}
.active\:bg-primary-200\/0:active {
  background-color: rgb(199 210 254 / 0);
}
.active\:bg-primary-200\/10:active {
  background-color: rgb(199 210 254 / 0.1);
}
.active\:bg-primary-200\/100:active {
  background-color: rgb(199 210 254 / 1);
}
.active\:bg-primary-200\/15:active {
  background-color: rgb(199 210 254 / 0.15);
}
.active\:bg-primary-200\/20:active {
  background-color: rgb(199 210 254 / 0.2);
}
.active\:bg-primary-200\/25:active {
  background-color: rgb(199 210 254 / 0.25);
}
.active\:bg-primary-200\/30:active {
  background-color: rgb(199 210 254 / 0.3);
}
.active\:bg-primary-200\/35:active {
  background-color: rgb(199 210 254 / 0.35);
}
.active\:bg-primary-200\/40:active {
  background-color: rgb(199 210 254 / 0.4);
}
.active\:bg-primary-200\/45:active {
  background-color: rgb(199 210 254 / 0.45);
}
.active\:bg-primary-200\/5:active {
  background-color: rgb(199 210 254 / 0.05);
}
.active\:bg-primary-200\/50:active {
  background-color: rgb(199 210 254 / 0.5);
}
.active\:bg-primary-200\/55:active {
  background-color: rgb(199 210 254 / 0.55);
}
.active\:bg-primary-200\/60:active {
  background-color: rgb(199 210 254 / 0.6);
}
.active\:bg-primary-200\/65:active {
  background-color: rgb(199 210 254 / 0.65);
}
.active\:bg-primary-200\/70:active {
  background-color: rgb(199 210 254 / 0.7);
}
.active\:bg-primary-200\/75:active {
  background-color: rgb(199 210 254 / 0.75);
}
.active\:bg-primary-200\/80:active {
  background-color: rgb(199 210 254 / 0.8);
}
.active\:bg-primary-200\/85:active {
  background-color: rgb(199 210 254 / 0.85);
}
.active\:bg-primary-200\/90:active {
  background-color: rgb(199 210 254 / 0.9);
}
.active\:bg-primary-200\/95:active {
  background-color: rgb(199 210 254 / 0.95);
}
.active\:bg-primary-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity, 1));
}
.active\:bg-primary-300\/0:active {
  background-color: rgb(165 180 252 / 0);
}
.active\:bg-primary-300\/10:active {
  background-color: rgb(165 180 252 / 0.1);
}
.active\:bg-primary-300\/100:active {
  background-color: rgb(165 180 252 / 1);
}
.active\:bg-primary-300\/15:active {
  background-color: rgb(165 180 252 / 0.15);
}
.active\:bg-primary-300\/20:active {
  background-color: rgb(165 180 252 / 0.2);
}
.active\:bg-primary-300\/25:active {
  background-color: rgb(165 180 252 / 0.25);
}
.active\:bg-primary-300\/30:active {
  background-color: rgb(165 180 252 / 0.3);
}
.active\:bg-primary-300\/35:active {
  background-color: rgb(165 180 252 / 0.35);
}
.active\:bg-primary-300\/40:active {
  background-color: rgb(165 180 252 / 0.4);
}
.active\:bg-primary-300\/45:active {
  background-color: rgb(165 180 252 / 0.45);
}
.active\:bg-primary-300\/5:active {
  background-color: rgb(165 180 252 / 0.05);
}
.active\:bg-primary-300\/50:active {
  background-color: rgb(165 180 252 / 0.5);
}
.active\:bg-primary-300\/55:active {
  background-color: rgb(165 180 252 / 0.55);
}
.active\:bg-primary-300\/60:active {
  background-color: rgb(165 180 252 / 0.6);
}
.active\:bg-primary-300\/65:active {
  background-color: rgb(165 180 252 / 0.65);
}
.active\:bg-primary-300\/70:active {
  background-color: rgb(165 180 252 / 0.7);
}
.active\:bg-primary-300\/75:active {
  background-color: rgb(165 180 252 / 0.75);
}
.active\:bg-primary-300\/80:active {
  background-color: rgb(165 180 252 / 0.8);
}
.active\:bg-primary-300\/85:active {
  background-color: rgb(165 180 252 / 0.85);
}
.active\:bg-primary-300\/90:active {
  background-color: rgb(165 180 252 / 0.9);
}
.active\:bg-primary-300\/95:active {
  background-color: rgb(165 180 252 / 0.95);
}
.active\:bg-primary-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity, 1));
}
.active\:bg-primary-400\/0:active {
  background-color: rgb(129 140 248 / 0);
}
.active\:bg-primary-400\/10:active {
  background-color: rgb(129 140 248 / 0.1);
}
.active\:bg-primary-400\/100:active {
  background-color: rgb(129 140 248 / 1);
}
.active\:bg-primary-400\/15:active {
  background-color: rgb(129 140 248 / 0.15);
}
.active\:bg-primary-400\/20:active {
  background-color: rgb(129 140 248 / 0.2);
}
.active\:bg-primary-400\/25:active {
  background-color: rgb(129 140 248 / 0.25);
}
.active\:bg-primary-400\/30:active {
  background-color: rgb(129 140 248 / 0.3);
}
.active\:bg-primary-400\/35:active {
  background-color: rgb(129 140 248 / 0.35);
}
.active\:bg-primary-400\/40:active {
  background-color: rgb(129 140 248 / 0.4);
}
.active\:bg-primary-400\/45:active {
  background-color: rgb(129 140 248 / 0.45);
}
.active\:bg-primary-400\/5:active {
  background-color: rgb(129 140 248 / 0.05);
}
.active\:bg-primary-400\/50:active {
  background-color: rgb(129 140 248 / 0.5);
}
.active\:bg-primary-400\/55:active {
  background-color: rgb(129 140 248 / 0.55);
}
.active\:bg-primary-400\/60:active {
  background-color: rgb(129 140 248 / 0.6);
}
.active\:bg-primary-400\/65:active {
  background-color: rgb(129 140 248 / 0.65);
}
.active\:bg-primary-400\/70:active {
  background-color: rgb(129 140 248 / 0.7);
}
.active\:bg-primary-400\/75:active {
  background-color: rgb(129 140 248 / 0.75);
}
.active\:bg-primary-400\/80:active {
  background-color: rgb(129 140 248 / 0.8);
}
.active\:bg-primary-400\/85:active {
  background-color: rgb(129 140 248 / 0.85);
}
.active\:bg-primary-400\/90:active {
  background-color: rgb(129 140 248 / 0.9);
}
.active\:bg-primary-400\/95:active {
  background-color: rgb(129 140 248 / 0.95);
}
.active\:bg-primary-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}
.active\:bg-primary-50\/0:active {
  background-color: rgb(238 242 255 / 0);
}
.active\:bg-primary-50\/10:active {
  background-color: rgb(238 242 255 / 0.1);
}
.active\:bg-primary-50\/100:active {
  background-color: rgb(238 242 255 / 1);
}
.active\:bg-primary-50\/15:active {
  background-color: rgb(238 242 255 / 0.15);
}
.active\:bg-primary-50\/20:active {
  background-color: rgb(238 242 255 / 0.2);
}
.active\:bg-primary-50\/25:active {
  background-color: rgb(238 242 255 / 0.25);
}
.active\:bg-primary-50\/30:active {
  background-color: rgb(238 242 255 / 0.3);
}
.active\:bg-primary-50\/35:active {
  background-color: rgb(238 242 255 / 0.35);
}
.active\:bg-primary-50\/40:active {
  background-color: rgb(238 242 255 / 0.4);
}
.active\:bg-primary-50\/45:active {
  background-color: rgb(238 242 255 / 0.45);
}
.active\:bg-primary-50\/5:active {
  background-color: rgb(238 242 255 / 0.05);
}
.active\:bg-primary-50\/50:active {
  background-color: rgb(238 242 255 / 0.5);
}
.active\:bg-primary-50\/55:active {
  background-color: rgb(238 242 255 / 0.55);
}
.active\:bg-primary-50\/60:active {
  background-color: rgb(238 242 255 / 0.6);
}
.active\:bg-primary-50\/65:active {
  background-color: rgb(238 242 255 / 0.65);
}
.active\:bg-primary-50\/70:active {
  background-color: rgb(238 242 255 / 0.7);
}
.active\:bg-primary-50\/75:active {
  background-color: rgb(238 242 255 / 0.75);
}
.active\:bg-primary-50\/80:active {
  background-color: rgb(238 242 255 / 0.8);
}
.active\:bg-primary-50\/85:active {
  background-color: rgb(238 242 255 / 0.85);
}
.active\:bg-primary-50\/90:active {
  background-color: rgb(238 242 255 / 0.9);
}
.active\:bg-primary-50\/95:active {
  background-color: rgb(238 242 255 / 0.95);
}
.active\:bg-primary-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}
.active\:bg-primary-500\/0:active {
  background-color: rgb(99 102 241 / 0);
}
.active\:bg-primary-500\/10:active {
  background-color: rgb(99 102 241 / 0.1);
}
.active\:bg-primary-500\/100:active {
  background-color: rgb(99 102 241 / 1);
}
.active\:bg-primary-500\/15:active {
  background-color: rgb(99 102 241 / 0.15);
}
.active\:bg-primary-500\/20:active {
  background-color: rgb(99 102 241 / 0.2);
}
.active\:bg-primary-500\/25:active {
  background-color: rgb(99 102 241 / 0.25);
}
.active\:bg-primary-500\/30:active {
  background-color: rgb(99 102 241 / 0.3);
}
.active\:bg-primary-500\/35:active {
  background-color: rgb(99 102 241 / 0.35);
}
.active\:bg-primary-500\/40:active {
  background-color: rgb(99 102 241 / 0.4);
}
.active\:bg-primary-500\/45:active {
  background-color: rgb(99 102 241 / 0.45);
}
.active\:bg-primary-500\/5:active {
  background-color: rgb(99 102 241 / 0.05);
}
.active\:bg-primary-500\/50:active {
  background-color: rgb(99 102 241 / 0.5);
}
.active\:bg-primary-500\/55:active {
  background-color: rgb(99 102 241 / 0.55);
}
.active\:bg-primary-500\/60:active {
  background-color: rgb(99 102 241 / 0.6);
}
.active\:bg-primary-500\/65:active {
  background-color: rgb(99 102 241 / 0.65);
}
.active\:bg-primary-500\/70:active {
  background-color: rgb(99 102 241 / 0.7);
}
.active\:bg-primary-500\/75:active {
  background-color: rgb(99 102 241 / 0.75);
}
.active\:bg-primary-500\/80:active {
  background-color: rgb(99 102 241 / 0.8);
}
.active\:bg-primary-500\/85:active {
  background-color: rgb(99 102 241 / 0.85);
}
.active\:bg-primary-500\/90:active {
  background-color: rgb(99 102 241 / 0.9);
}
.active\:bg-primary-500\/95:active {
  background-color: rgb(99 102 241 / 0.95);
}
.active\:bg-primary-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}
.active\:bg-primary-600\/0:active {
  background-color: rgb(79 70 229 / 0);
}
.active\:bg-primary-600\/10:active {
  background-color: rgb(79 70 229 / 0.1);
}
.active\:bg-primary-600\/100:active {
  background-color: rgb(79 70 229 / 1);
}
.active\:bg-primary-600\/15:active {
  background-color: rgb(79 70 229 / 0.15);
}
.active\:bg-primary-600\/20:active {
  background-color: rgb(79 70 229 / 0.2);
}
.active\:bg-primary-600\/25:active {
  background-color: rgb(79 70 229 / 0.25);
}
.active\:bg-primary-600\/30:active {
  background-color: rgb(79 70 229 / 0.3);
}
.active\:bg-primary-600\/35:active {
  background-color: rgb(79 70 229 / 0.35);
}
.active\:bg-primary-600\/40:active {
  background-color: rgb(79 70 229 / 0.4);
}
.active\:bg-primary-600\/45:active {
  background-color: rgb(79 70 229 / 0.45);
}
.active\:bg-primary-600\/5:active {
  background-color: rgb(79 70 229 / 0.05);
}
.active\:bg-primary-600\/50:active {
  background-color: rgb(79 70 229 / 0.5);
}
.active\:bg-primary-600\/55:active {
  background-color: rgb(79 70 229 / 0.55);
}
.active\:bg-primary-600\/60:active {
  background-color: rgb(79 70 229 / 0.6);
}
.active\:bg-primary-600\/65:active {
  background-color: rgb(79 70 229 / 0.65);
}
.active\:bg-primary-600\/70:active {
  background-color: rgb(79 70 229 / 0.7);
}
.active\:bg-primary-600\/75:active {
  background-color: rgb(79 70 229 / 0.75);
}
.active\:bg-primary-600\/80:active {
  background-color: rgb(79 70 229 / 0.8);
}
.active\:bg-primary-600\/85:active {
  background-color: rgb(79 70 229 / 0.85);
}
.active\:bg-primary-600\/90:active {
  background-color: rgb(79 70 229 / 0.9);
}
.active\:bg-primary-600\/95:active {
  background-color: rgb(79 70 229 / 0.95);
}
.active\:bg-primary-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}
.active\:bg-primary-700\/0:active {
  background-color: rgb(67 56 202 / 0);
}
.active\:bg-primary-700\/10:active {
  background-color: rgb(67 56 202 / 0.1);
}
.active\:bg-primary-700\/100:active {
  background-color: rgb(67 56 202 / 1);
}
.active\:bg-primary-700\/15:active {
  background-color: rgb(67 56 202 / 0.15);
}
.active\:bg-primary-700\/20:active {
  background-color: rgb(67 56 202 / 0.2);
}
.active\:bg-primary-700\/25:active {
  background-color: rgb(67 56 202 / 0.25);
}
.active\:bg-primary-700\/30:active {
  background-color: rgb(67 56 202 / 0.3);
}
.active\:bg-primary-700\/35:active {
  background-color: rgb(67 56 202 / 0.35);
}
.active\:bg-primary-700\/40:active {
  background-color: rgb(67 56 202 / 0.4);
}
.active\:bg-primary-700\/45:active {
  background-color: rgb(67 56 202 / 0.45);
}
.active\:bg-primary-700\/5:active {
  background-color: rgb(67 56 202 / 0.05);
}
.active\:bg-primary-700\/50:active {
  background-color: rgb(67 56 202 / 0.5);
}
.active\:bg-primary-700\/55:active {
  background-color: rgb(67 56 202 / 0.55);
}
.active\:bg-primary-700\/60:active {
  background-color: rgb(67 56 202 / 0.6);
}
.active\:bg-primary-700\/65:active {
  background-color: rgb(67 56 202 / 0.65);
}
.active\:bg-primary-700\/70:active {
  background-color: rgb(67 56 202 / 0.7);
}
.active\:bg-primary-700\/75:active {
  background-color: rgb(67 56 202 / 0.75);
}
.active\:bg-primary-700\/80:active {
  background-color: rgb(67 56 202 / 0.8);
}
.active\:bg-primary-700\/85:active {
  background-color: rgb(67 56 202 / 0.85);
}
.active\:bg-primary-700\/90:active {
  background-color: rgb(67 56 202 / 0.9);
}
.active\:bg-primary-700\/95:active {
  background-color: rgb(67 56 202 / 0.95);
}
.active\:bg-primary-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity, 1));
}
.active\:bg-primary-800\/0:active {
  background-color: rgb(55 48 163 / 0);
}
.active\:bg-primary-800\/10:active {
  background-color: rgb(55 48 163 / 0.1);
}
.active\:bg-primary-800\/100:active {
  background-color: rgb(55 48 163 / 1);
}
.active\:bg-primary-800\/15:active {
  background-color: rgb(55 48 163 / 0.15);
}
.active\:bg-primary-800\/20:active {
  background-color: rgb(55 48 163 / 0.2);
}
.active\:bg-primary-800\/25:active {
  background-color: rgb(55 48 163 / 0.25);
}
.active\:bg-primary-800\/30:active {
  background-color: rgb(55 48 163 / 0.3);
}
.active\:bg-primary-800\/35:active {
  background-color: rgb(55 48 163 / 0.35);
}
.active\:bg-primary-800\/40:active {
  background-color: rgb(55 48 163 / 0.4);
}
.active\:bg-primary-800\/45:active {
  background-color: rgb(55 48 163 / 0.45);
}
.active\:bg-primary-800\/5:active {
  background-color: rgb(55 48 163 / 0.05);
}
.active\:bg-primary-800\/50:active {
  background-color: rgb(55 48 163 / 0.5);
}
.active\:bg-primary-800\/55:active {
  background-color: rgb(55 48 163 / 0.55);
}
.active\:bg-primary-800\/60:active {
  background-color: rgb(55 48 163 / 0.6);
}
.active\:bg-primary-800\/65:active {
  background-color: rgb(55 48 163 / 0.65);
}
.active\:bg-primary-800\/70:active {
  background-color: rgb(55 48 163 / 0.7);
}
.active\:bg-primary-800\/75:active {
  background-color: rgb(55 48 163 / 0.75);
}
.active\:bg-primary-800\/80:active {
  background-color: rgb(55 48 163 / 0.8);
}
.active\:bg-primary-800\/85:active {
  background-color: rgb(55 48 163 / 0.85);
}
.active\:bg-primary-800\/90:active {
  background-color: rgb(55 48 163 / 0.9);
}
.active\:bg-primary-800\/95:active {
  background-color: rgb(55 48 163 / 0.95);
}
.active\:bg-primary-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity, 1));
}
.active\:bg-primary-900\/0:active {
  background-color: rgb(49 46 129 / 0);
}
.active\:bg-primary-900\/10:active {
  background-color: rgb(49 46 129 / 0.1);
}
.active\:bg-primary-900\/100:active {
  background-color: rgb(49 46 129 / 1);
}
.active\:bg-primary-900\/15:active {
  background-color: rgb(49 46 129 / 0.15);
}
.active\:bg-primary-900\/20:active {
  background-color: rgb(49 46 129 / 0.2);
}
.active\:bg-primary-900\/25:active {
  background-color: rgb(49 46 129 / 0.25);
}
.active\:bg-primary-900\/30:active {
  background-color: rgb(49 46 129 / 0.3);
}
.active\:bg-primary-900\/35:active {
  background-color: rgb(49 46 129 / 0.35);
}
.active\:bg-primary-900\/40:active {
  background-color: rgb(49 46 129 / 0.4);
}
.active\:bg-primary-900\/45:active {
  background-color: rgb(49 46 129 / 0.45);
}
.active\:bg-primary-900\/5:active {
  background-color: rgb(49 46 129 / 0.05);
}
.active\:bg-primary-900\/50:active {
  background-color: rgb(49 46 129 / 0.5);
}
.active\:bg-primary-900\/55:active {
  background-color: rgb(49 46 129 / 0.55);
}
.active\:bg-primary-900\/60:active {
  background-color: rgb(49 46 129 / 0.6);
}
.active\:bg-primary-900\/65:active {
  background-color: rgb(49 46 129 / 0.65);
}
.active\:bg-primary-900\/70:active {
  background-color: rgb(49 46 129 / 0.7);
}
.active\:bg-primary-900\/75:active {
  background-color: rgb(49 46 129 / 0.75);
}
.active\:bg-primary-900\/80:active {
  background-color: rgb(49 46 129 / 0.8);
}
.active\:bg-primary-900\/85:active {
  background-color: rgb(49 46 129 / 0.85);
}
.active\:bg-primary-900\/90:active {
  background-color: rgb(49 46 129 / 0.9);
}
.active\:bg-primary-900\/95:active {
  background-color: rgb(49 46 129 / 0.95);
}
.active\:bg-secondary-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.active\:bg-secondary-100\/0:active {
  background-color: rgb(243 244 246 / 0);
}
.active\:bg-secondary-100\/10:active {
  background-color: rgb(243 244 246 / 0.1);
}
.active\:bg-secondary-100\/100:active {
  background-color: rgb(243 244 246 / 1);
}
.active\:bg-secondary-100\/15:active {
  background-color: rgb(243 244 246 / 0.15);
}
.active\:bg-secondary-100\/20:active {
  background-color: rgb(243 244 246 / 0.2);
}
.active\:bg-secondary-100\/25:active {
  background-color: rgb(243 244 246 / 0.25);
}
.active\:bg-secondary-100\/30:active {
  background-color: rgb(243 244 246 / 0.3);
}
.active\:bg-secondary-100\/35:active {
  background-color: rgb(243 244 246 / 0.35);
}
.active\:bg-secondary-100\/40:active {
  background-color: rgb(243 244 246 / 0.4);
}
.active\:bg-secondary-100\/45:active {
  background-color: rgb(243 244 246 / 0.45);
}
.active\:bg-secondary-100\/5:active {
  background-color: rgb(243 244 246 / 0.05);
}
.active\:bg-secondary-100\/50:active {
  background-color: rgb(243 244 246 / 0.5);
}
.active\:bg-secondary-100\/55:active {
  background-color: rgb(243 244 246 / 0.55);
}
.active\:bg-secondary-100\/60:active {
  background-color: rgb(243 244 246 / 0.6);
}
.active\:bg-secondary-100\/65:active {
  background-color: rgb(243 244 246 / 0.65);
}
.active\:bg-secondary-100\/70:active {
  background-color: rgb(243 244 246 / 0.7);
}
.active\:bg-secondary-100\/75:active {
  background-color: rgb(243 244 246 / 0.75);
}
.active\:bg-secondary-100\/80:active {
  background-color: rgb(243 244 246 / 0.8);
}
.active\:bg-secondary-100\/85:active {
  background-color: rgb(243 244 246 / 0.85);
}
.active\:bg-secondary-100\/90:active {
  background-color: rgb(243 244 246 / 0.9);
}
.active\:bg-secondary-100\/95:active {
  background-color: rgb(243 244 246 / 0.95);
}
.active\:bg-secondary-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.active\:bg-secondary-200\/0:active {
  background-color: rgb(229 231 235 / 0);
}
.active\:bg-secondary-200\/10:active {
  background-color: rgb(229 231 235 / 0.1);
}
.active\:bg-secondary-200\/100:active {
  background-color: rgb(229 231 235 / 1);
}
.active\:bg-secondary-200\/15:active {
  background-color: rgb(229 231 235 / 0.15);
}
.active\:bg-secondary-200\/20:active {
  background-color: rgb(229 231 235 / 0.2);
}
.active\:bg-secondary-200\/25:active {
  background-color: rgb(229 231 235 / 0.25);
}
.active\:bg-secondary-200\/30:active {
  background-color: rgb(229 231 235 / 0.3);
}
.active\:bg-secondary-200\/35:active {
  background-color: rgb(229 231 235 / 0.35);
}
.active\:bg-secondary-200\/40:active {
  background-color: rgb(229 231 235 / 0.4);
}
.active\:bg-secondary-200\/45:active {
  background-color: rgb(229 231 235 / 0.45);
}
.active\:bg-secondary-200\/5:active {
  background-color: rgb(229 231 235 / 0.05);
}
.active\:bg-secondary-200\/50:active {
  background-color: rgb(229 231 235 / 0.5);
}
.active\:bg-secondary-200\/55:active {
  background-color: rgb(229 231 235 / 0.55);
}
.active\:bg-secondary-200\/60:active {
  background-color: rgb(229 231 235 / 0.6);
}
.active\:bg-secondary-200\/65:active {
  background-color: rgb(229 231 235 / 0.65);
}
.active\:bg-secondary-200\/70:active {
  background-color: rgb(229 231 235 / 0.7);
}
.active\:bg-secondary-200\/75:active {
  background-color: rgb(229 231 235 / 0.75);
}
.active\:bg-secondary-200\/80:active {
  background-color: rgb(229 231 235 / 0.8);
}
.active\:bg-secondary-200\/85:active {
  background-color: rgb(229 231 235 / 0.85);
}
.active\:bg-secondary-200\/90:active {
  background-color: rgb(229 231 235 / 0.9);
}
.active\:bg-secondary-200\/95:active {
  background-color: rgb(229 231 235 / 0.95);
}
.active\:bg-secondary-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.active\:bg-secondary-300\/0:active {
  background-color: rgb(209 213 219 / 0);
}
.active\:bg-secondary-300\/10:active {
  background-color: rgb(209 213 219 / 0.1);
}
.active\:bg-secondary-300\/100:active {
  background-color: rgb(209 213 219 / 1);
}
.active\:bg-secondary-300\/15:active {
  background-color: rgb(209 213 219 / 0.15);
}
.active\:bg-secondary-300\/20:active {
  background-color: rgb(209 213 219 / 0.2);
}
.active\:bg-secondary-300\/25:active {
  background-color: rgb(209 213 219 / 0.25);
}
.active\:bg-secondary-300\/30:active {
  background-color: rgb(209 213 219 / 0.3);
}
.active\:bg-secondary-300\/35:active {
  background-color: rgb(209 213 219 / 0.35);
}
.active\:bg-secondary-300\/40:active {
  background-color: rgb(209 213 219 / 0.4);
}
.active\:bg-secondary-300\/45:active {
  background-color: rgb(209 213 219 / 0.45);
}
.active\:bg-secondary-300\/5:active {
  background-color: rgb(209 213 219 / 0.05);
}
.active\:bg-secondary-300\/50:active {
  background-color: rgb(209 213 219 / 0.5);
}
.active\:bg-secondary-300\/55:active {
  background-color: rgb(209 213 219 / 0.55);
}
.active\:bg-secondary-300\/60:active {
  background-color: rgb(209 213 219 / 0.6);
}
.active\:bg-secondary-300\/65:active {
  background-color: rgb(209 213 219 / 0.65);
}
.active\:bg-secondary-300\/70:active {
  background-color: rgb(209 213 219 / 0.7);
}
.active\:bg-secondary-300\/75:active {
  background-color: rgb(209 213 219 / 0.75);
}
.active\:bg-secondary-300\/80:active {
  background-color: rgb(209 213 219 / 0.8);
}
.active\:bg-secondary-300\/85:active {
  background-color: rgb(209 213 219 / 0.85);
}
.active\:bg-secondary-300\/90:active {
  background-color: rgb(209 213 219 / 0.9);
}
.active\:bg-secondary-300\/95:active {
  background-color: rgb(209 213 219 / 0.95);
}
.active\:bg-secondary-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.active\:bg-secondary-400\/0:active {
  background-color: rgb(156 163 175 / 0);
}
.active\:bg-secondary-400\/10:active {
  background-color: rgb(156 163 175 / 0.1);
}
.active\:bg-secondary-400\/100:active {
  background-color: rgb(156 163 175 / 1);
}
.active\:bg-secondary-400\/15:active {
  background-color: rgb(156 163 175 / 0.15);
}
.active\:bg-secondary-400\/20:active {
  background-color: rgb(156 163 175 / 0.2);
}
.active\:bg-secondary-400\/25:active {
  background-color: rgb(156 163 175 / 0.25);
}
.active\:bg-secondary-400\/30:active {
  background-color: rgb(156 163 175 / 0.3);
}
.active\:bg-secondary-400\/35:active {
  background-color: rgb(156 163 175 / 0.35);
}
.active\:bg-secondary-400\/40:active {
  background-color: rgb(156 163 175 / 0.4);
}
.active\:bg-secondary-400\/45:active {
  background-color: rgb(156 163 175 / 0.45);
}
.active\:bg-secondary-400\/5:active {
  background-color: rgb(156 163 175 / 0.05);
}
.active\:bg-secondary-400\/50:active {
  background-color: rgb(156 163 175 / 0.5);
}
.active\:bg-secondary-400\/55:active {
  background-color: rgb(156 163 175 / 0.55);
}
.active\:bg-secondary-400\/60:active {
  background-color: rgb(156 163 175 / 0.6);
}
.active\:bg-secondary-400\/65:active {
  background-color: rgb(156 163 175 / 0.65);
}
.active\:bg-secondary-400\/70:active {
  background-color: rgb(156 163 175 / 0.7);
}
.active\:bg-secondary-400\/75:active {
  background-color: rgb(156 163 175 / 0.75);
}
.active\:bg-secondary-400\/80:active {
  background-color: rgb(156 163 175 / 0.8);
}
.active\:bg-secondary-400\/85:active {
  background-color: rgb(156 163 175 / 0.85);
}
.active\:bg-secondary-400\/90:active {
  background-color: rgb(156 163 175 / 0.9);
}
.active\:bg-secondary-400\/95:active {
  background-color: rgb(156 163 175 / 0.95);
}
.active\:bg-secondary-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.active\:bg-secondary-50\/0:active {
  background-color: rgb(249 250 251 / 0);
}
.active\:bg-secondary-50\/10:active {
  background-color: rgb(249 250 251 / 0.1);
}
.active\:bg-secondary-50\/100:active {
  background-color: rgb(249 250 251 / 1);
}
.active\:bg-secondary-50\/15:active {
  background-color: rgb(249 250 251 / 0.15);
}
.active\:bg-secondary-50\/20:active {
  background-color: rgb(249 250 251 / 0.2);
}
.active\:bg-secondary-50\/25:active {
  background-color: rgb(249 250 251 / 0.25);
}
.active\:bg-secondary-50\/30:active {
  background-color: rgb(249 250 251 / 0.3);
}
.active\:bg-secondary-50\/35:active {
  background-color: rgb(249 250 251 / 0.35);
}
.active\:bg-secondary-50\/40:active {
  background-color: rgb(249 250 251 / 0.4);
}
.active\:bg-secondary-50\/45:active {
  background-color: rgb(249 250 251 / 0.45);
}
.active\:bg-secondary-50\/5:active {
  background-color: rgb(249 250 251 / 0.05);
}
.active\:bg-secondary-50\/50:active {
  background-color: rgb(249 250 251 / 0.5);
}
.active\:bg-secondary-50\/55:active {
  background-color: rgb(249 250 251 / 0.55);
}
.active\:bg-secondary-50\/60:active {
  background-color: rgb(249 250 251 / 0.6);
}
.active\:bg-secondary-50\/65:active {
  background-color: rgb(249 250 251 / 0.65);
}
.active\:bg-secondary-50\/70:active {
  background-color: rgb(249 250 251 / 0.7);
}
.active\:bg-secondary-50\/75:active {
  background-color: rgb(249 250 251 / 0.75);
}
.active\:bg-secondary-50\/80:active {
  background-color: rgb(249 250 251 / 0.8);
}
.active\:bg-secondary-50\/85:active {
  background-color: rgb(249 250 251 / 0.85);
}
.active\:bg-secondary-50\/90:active {
  background-color: rgb(249 250 251 / 0.9);
}
.active\:bg-secondary-50\/95:active {
  background-color: rgb(249 250 251 / 0.95);
}
.active\:bg-secondary-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.active\:bg-secondary-500\/0:active {
  background-color: rgb(107 114 128 / 0);
}
.active\:bg-secondary-500\/10:active {
  background-color: rgb(107 114 128 / 0.1);
}
.active\:bg-secondary-500\/100:active {
  background-color: rgb(107 114 128 / 1);
}
.active\:bg-secondary-500\/15:active {
  background-color: rgb(107 114 128 / 0.15);
}
.active\:bg-secondary-500\/20:active {
  background-color: rgb(107 114 128 / 0.2);
}
.active\:bg-secondary-500\/25:active {
  background-color: rgb(107 114 128 / 0.25);
}
.active\:bg-secondary-500\/30:active {
  background-color: rgb(107 114 128 / 0.3);
}
.active\:bg-secondary-500\/35:active {
  background-color: rgb(107 114 128 / 0.35);
}
.active\:bg-secondary-500\/40:active {
  background-color: rgb(107 114 128 / 0.4);
}
.active\:bg-secondary-500\/45:active {
  background-color: rgb(107 114 128 / 0.45);
}
.active\:bg-secondary-500\/5:active {
  background-color: rgb(107 114 128 / 0.05);
}
.active\:bg-secondary-500\/50:active {
  background-color: rgb(107 114 128 / 0.5);
}
.active\:bg-secondary-500\/55:active {
  background-color: rgb(107 114 128 / 0.55);
}
.active\:bg-secondary-500\/60:active {
  background-color: rgb(107 114 128 / 0.6);
}
.active\:bg-secondary-500\/65:active {
  background-color: rgb(107 114 128 / 0.65);
}
.active\:bg-secondary-500\/70:active {
  background-color: rgb(107 114 128 / 0.7);
}
.active\:bg-secondary-500\/75:active {
  background-color: rgb(107 114 128 / 0.75);
}
.active\:bg-secondary-500\/80:active {
  background-color: rgb(107 114 128 / 0.8);
}
.active\:bg-secondary-500\/85:active {
  background-color: rgb(107 114 128 / 0.85);
}
.active\:bg-secondary-500\/90:active {
  background-color: rgb(107 114 128 / 0.9);
}
.active\:bg-secondary-500\/95:active {
  background-color: rgb(107 114 128 / 0.95);
}
.active\:bg-secondary-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.active\:bg-secondary-600\/0:active {
  background-color: rgb(75 85 99 / 0);
}
.active\:bg-secondary-600\/10:active {
  background-color: rgb(75 85 99 / 0.1);
}
.active\:bg-secondary-600\/100:active {
  background-color: rgb(75 85 99 / 1);
}
.active\:bg-secondary-600\/15:active {
  background-color: rgb(75 85 99 / 0.15);
}
.active\:bg-secondary-600\/20:active {
  background-color: rgb(75 85 99 / 0.2);
}
.active\:bg-secondary-600\/25:active {
  background-color: rgb(75 85 99 / 0.25);
}
.active\:bg-secondary-600\/30:active {
  background-color: rgb(75 85 99 / 0.3);
}
.active\:bg-secondary-600\/35:active {
  background-color: rgb(75 85 99 / 0.35);
}
.active\:bg-secondary-600\/40:active {
  background-color: rgb(75 85 99 / 0.4);
}
.active\:bg-secondary-600\/45:active {
  background-color: rgb(75 85 99 / 0.45);
}
.active\:bg-secondary-600\/5:active {
  background-color: rgb(75 85 99 / 0.05);
}
.active\:bg-secondary-600\/50:active {
  background-color: rgb(75 85 99 / 0.5);
}
.active\:bg-secondary-600\/55:active {
  background-color: rgb(75 85 99 / 0.55);
}
.active\:bg-secondary-600\/60:active {
  background-color: rgb(75 85 99 / 0.6);
}
.active\:bg-secondary-600\/65:active {
  background-color: rgb(75 85 99 / 0.65);
}
.active\:bg-secondary-600\/70:active {
  background-color: rgb(75 85 99 / 0.7);
}
.active\:bg-secondary-600\/75:active {
  background-color: rgb(75 85 99 / 0.75);
}
.active\:bg-secondary-600\/80:active {
  background-color: rgb(75 85 99 / 0.8);
}
.active\:bg-secondary-600\/85:active {
  background-color: rgb(75 85 99 / 0.85);
}
.active\:bg-secondary-600\/90:active {
  background-color: rgb(75 85 99 / 0.9);
}
.active\:bg-secondary-600\/95:active {
  background-color: rgb(75 85 99 / 0.95);
}
.active\:bg-secondary-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.active\:bg-secondary-700\/0:active {
  background-color: rgb(55 65 81 / 0);
}
.active\:bg-secondary-700\/10:active {
  background-color: rgb(55 65 81 / 0.1);
}
.active\:bg-secondary-700\/100:active {
  background-color: rgb(55 65 81 / 1);
}
.active\:bg-secondary-700\/15:active {
  background-color: rgb(55 65 81 / 0.15);
}
.active\:bg-secondary-700\/20:active {
  background-color: rgb(55 65 81 / 0.2);
}
.active\:bg-secondary-700\/25:active {
  background-color: rgb(55 65 81 / 0.25);
}
.active\:bg-secondary-700\/30:active {
  background-color: rgb(55 65 81 / 0.3);
}
.active\:bg-secondary-700\/35:active {
  background-color: rgb(55 65 81 / 0.35);
}
.active\:bg-secondary-700\/40:active {
  background-color: rgb(55 65 81 / 0.4);
}
.active\:bg-secondary-700\/45:active {
  background-color: rgb(55 65 81 / 0.45);
}
.active\:bg-secondary-700\/5:active {
  background-color: rgb(55 65 81 / 0.05);
}
.active\:bg-secondary-700\/50:active {
  background-color: rgb(55 65 81 / 0.5);
}
.active\:bg-secondary-700\/55:active {
  background-color: rgb(55 65 81 / 0.55);
}
.active\:bg-secondary-700\/60:active {
  background-color: rgb(55 65 81 / 0.6);
}
.active\:bg-secondary-700\/65:active {
  background-color: rgb(55 65 81 / 0.65);
}
.active\:bg-secondary-700\/70:active {
  background-color: rgb(55 65 81 / 0.7);
}
.active\:bg-secondary-700\/75:active {
  background-color: rgb(55 65 81 / 0.75);
}
.active\:bg-secondary-700\/80:active {
  background-color: rgb(55 65 81 / 0.8);
}
.active\:bg-secondary-700\/85:active {
  background-color: rgb(55 65 81 / 0.85);
}
.active\:bg-secondary-700\/90:active {
  background-color: rgb(55 65 81 / 0.9);
}
.active\:bg-secondary-700\/95:active {
  background-color: rgb(55 65 81 / 0.95);
}
.active\:bg-secondary-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.active\:bg-secondary-800\/0:active {
  background-color: rgb(31 41 55 / 0);
}
.active\:bg-secondary-800\/10:active {
  background-color: rgb(31 41 55 / 0.1);
}
.active\:bg-secondary-800\/100:active {
  background-color: rgb(31 41 55 / 1);
}
.active\:bg-secondary-800\/15:active {
  background-color: rgb(31 41 55 / 0.15);
}
.active\:bg-secondary-800\/20:active {
  background-color: rgb(31 41 55 / 0.2);
}
.active\:bg-secondary-800\/25:active {
  background-color: rgb(31 41 55 / 0.25);
}
.active\:bg-secondary-800\/30:active {
  background-color: rgb(31 41 55 / 0.3);
}
.active\:bg-secondary-800\/35:active {
  background-color: rgb(31 41 55 / 0.35);
}
.active\:bg-secondary-800\/40:active {
  background-color: rgb(31 41 55 / 0.4);
}
.active\:bg-secondary-800\/45:active {
  background-color: rgb(31 41 55 / 0.45);
}
.active\:bg-secondary-800\/5:active {
  background-color: rgb(31 41 55 / 0.05);
}
.active\:bg-secondary-800\/50:active {
  background-color: rgb(31 41 55 / 0.5);
}
.active\:bg-secondary-800\/55:active {
  background-color: rgb(31 41 55 / 0.55);
}
.active\:bg-secondary-800\/60:active {
  background-color: rgb(31 41 55 / 0.6);
}
.active\:bg-secondary-800\/65:active {
  background-color: rgb(31 41 55 / 0.65);
}
.active\:bg-secondary-800\/70:active {
  background-color: rgb(31 41 55 / 0.7);
}
.active\:bg-secondary-800\/75:active {
  background-color: rgb(31 41 55 / 0.75);
}
.active\:bg-secondary-800\/80:active {
  background-color: rgb(31 41 55 / 0.8);
}
.active\:bg-secondary-800\/85:active {
  background-color: rgb(31 41 55 / 0.85);
}
.active\:bg-secondary-800\/90:active {
  background-color: rgb(31 41 55 / 0.9);
}
.active\:bg-secondary-800\/95:active {
  background-color: rgb(31 41 55 / 0.95);
}
.active\:bg-secondary-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.active\:bg-secondary-900\/0:active {
  background-color: rgb(17 24 39 / 0);
}
.active\:bg-secondary-900\/10:active {
  background-color: rgb(17 24 39 / 0.1);
}
.active\:bg-secondary-900\/100:active {
  background-color: rgb(17 24 39 / 1);
}
.active\:bg-secondary-900\/15:active {
  background-color: rgb(17 24 39 / 0.15);
}
.active\:bg-secondary-900\/20:active {
  background-color: rgb(17 24 39 / 0.2);
}
.active\:bg-secondary-900\/25:active {
  background-color: rgb(17 24 39 / 0.25);
}
.active\:bg-secondary-900\/30:active {
  background-color: rgb(17 24 39 / 0.3);
}
.active\:bg-secondary-900\/35:active {
  background-color: rgb(17 24 39 / 0.35);
}
.active\:bg-secondary-900\/40:active {
  background-color: rgb(17 24 39 / 0.4);
}
.active\:bg-secondary-900\/45:active {
  background-color: rgb(17 24 39 / 0.45);
}
.active\:bg-secondary-900\/5:active {
  background-color: rgb(17 24 39 / 0.05);
}
.active\:bg-secondary-900\/50:active {
  background-color: rgb(17 24 39 / 0.5);
}
.active\:bg-secondary-900\/55:active {
  background-color: rgb(17 24 39 / 0.55);
}
.active\:bg-secondary-900\/60:active {
  background-color: rgb(17 24 39 / 0.6);
}
.active\:bg-secondary-900\/65:active {
  background-color: rgb(17 24 39 / 0.65);
}
.active\:bg-secondary-900\/70:active {
  background-color: rgb(17 24 39 / 0.7);
}
.active\:bg-secondary-900\/75:active {
  background-color: rgb(17 24 39 / 0.75);
}
.active\:bg-secondary-900\/80:active {
  background-color: rgb(17 24 39 / 0.8);
}
.active\:bg-secondary-900\/85:active {
  background-color: rgb(17 24 39 / 0.85);
}
.active\:bg-secondary-900\/90:active {
  background-color: rgb(17 24 39 / 0.9);
}
.active\:bg-secondary-900\/95:active {
  background-color: rgb(17 24 39 / 0.95);
}
.active\:bg-warning-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}
.active\:bg-warning-100\/0:active {
  background-color: rgb(254 243 199 / 0);
}
.active\:bg-warning-100\/10:active {
  background-color: rgb(254 243 199 / 0.1);
}
.active\:bg-warning-100\/100:active {
  background-color: rgb(254 243 199 / 1);
}
.active\:bg-warning-100\/15:active {
  background-color: rgb(254 243 199 / 0.15);
}
.active\:bg-warning-100\/20:active {
  background-color: rgb(254 243 199 / 0.2);
}
.active\:bg-warning-100\/25:active {
  background-color: rgb(254 243 199 / 0.25);
}
.active\:bg-warning-100\/30:active {
  background-color: rgb(254 243 199 / 0.3);
}
.active\:bg-warning-100\/35:active {
  background-color: rgb(254 243 199 / 0.35);
}
.active\:bg-warning-100\/40:active {
  background-color: rgb(254 243 199 / 0.4);
}
.active\:bg-warning-100\/45:active {
  background-color: rgb(254 243 199 / 0.45);
}
.active\:bg-warning-100\/5:active {
  background-color: rgb(254 243 199 / 0.05);
}
.active\:bg-warning-100\/50:active {
  background-color: rgb(254 243 199 / 0.5);
}
.active\:bg-warning-100\/55:active {
  background-color: rgb(254 243 199 / 0.55);
}
.active\:bg-warning-100\/60:active {
  background-color: rgb(254 243 199 / 0.6);
}
.active\:bg-warning-100\/65:active {
  background-color: rgb(254 243 199 / 0.65);
}
.active\:bg-warning-100\/70:active {
  background-color: rgb(254 243 199 / 0.7);
}
.active\:bg-warning-100\/75:active {
  background-color: rgb(254 243 199 / 0.75);
}
.active\:bg-warning-100\/80:active {
  background-color: rgb(254 243 199 / 0.8);
}
.active\:bg-warning-100\/85:active {
  background-color: rgb(254 243 199 / 0.85);
}
.active\:bg-warning-100\/90:active {
  background-color: rgb(254 243 199 / 0.9);
}
.active\:bg-warning-100\/95:active {
  background-color: rgb(254 243 199 / 0.95);
}
.active\:bg-warning-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity, 1));
}
.active\:bg-warning-200\/0:active {
  background-color: rgb(253 230 138 / 0);
}
.active\:bg-warning-200\/10:active {
  background-color: rgb(253 230 138 / 0.1);
}
.active\:bg-warning-200\/100:active {
  background-color: rgb(253 230 138 / 1);
}
.active\:bg-warning-200\/15:active {
  background-color: rgb(253 230 138 / 0.15);
}
.active\:bg-warning-200\/20:active {
  background-color: rgb(253 230 138 / 0.2);
}
.active\:bg-warning-200\/25:active {
  background-color: rgb(253 230 138 / 0.25);
}
.active\:bg-warning-200\/30:active {
  background-color: rgb(253 230 138 / 0.3);
}
.active\:bg-warning-200\/35:active {
  background-color: rgb(253 230 138 / 0.35);
}
.active\:bg-warning-200\/40:active {
  background-color: rgb(253 230 138 / 0.4);
}
.active\:bg-warning-200\/45:active {
  background-color: rgb(253 230 138 / 0.45);
}
.active\:bg-warning-200\/5:active {
  background-color: rgb(253 230 138 / 0.05);
}
.active\:bg-warning-200\/50:active {
  background-color: rgb(253 230 138 / 0.5);
}
.active\:bg-warning-200\/55:active {
  background-color: rgb(253 230 138 / 0.55);
}
.active\:bg-warning-200\/60:active {
  background-color: rgb(253 230 138 / 0.6);
}
.active\:bg-warning-200\/65:active {
  background-color: rgb(253 230 138 / 0.65);
}
.active\:bg-warning-200\/70:active {
  background-color: rgb(253 230 138 / 0.7);
}
.active\:bg-warning-200\/75:active {
  background-color: rgb(253 230 138 / 0.75);
}
.active\:bg-warning-200\/80:active {
  background-color: rgb(253 230 138 / 0.8);
}
.active\:bg-warning-200\/85:active {
  background-color: rgb(253 230 138 / 0.85);
}
.active\:bg-warning-200\/90:active {
  background-color: rgb(253 230 138 / 0.9);
}
.active\:bg-warning-200\/95:active {
  background-color: rgb(253 230 138 / 0.95);
}
.active\:bg-warning-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity, 1));
}
.active\:bg-warning-300\/0:active {
  background-color: rgb(252 211 77 / 0);
}
.active\:bg-warning-300\/10:active {
  background-color: rgb(252 211 77 / 0.1);
}
.active\:bg-warning-300\/100:active {
  background-color: rgb(252 211 77 / 1);
}
.active\:bg-warning-300\/15:active {
  background-color: rgb(252 211 77 / 0.15);
}
.active\:bg-warning-300\/20:active {
  background-color: rgb(252 211 77 / 0.2);
}
.active\:bg-warning-300\/25:active {
  background-color: rgb(252 211 77 / 0.25);
}
.active\:bg-warning-300\/30:active {
  background-color: rgb(252 211 77 / 0.3);
}
.active\:bg-warning-300\/35:active {
  background-color: rgb(252 211 77 / 0.35);
}
.active\:bg-warning-300\/40:active {
  background-color: rgb(252 211 77 / 0.4);
}
.active\:bg-warning-300\/45:active {
  background-color: rgb(252 211 77 / 0.45);
}
.active\:bg-warning-300\/5:active {
  background-color: rgb(252 211 77 / 0.05);
}
.active\:bg-warning-300\/50:active {
  background-color: rgb(252 211 77 / 0.5);
}
.active\:bg-warning-300\/55:active {
  background-color: rgb(252 211 77 / 0.55);
}
.active\:bg-warning-300\/60:active {
  background-color: rgb(252 211 77 / 0.6);
}
.active\:bg-warning-300\/65:active {
  background-color: rgb(252 211 77 / 0.65);
}
.active\:bg-warning-300\/70:active {
  background-color: rgb(252 211 77 / 0.7);
}
.active\:bg-warning-300\/75:active {
  background-color: rgb(252 211 77 / 0.75);
}
.active\:bg-warning-300\/80:active {
  background-color: rgb(252 211 77 / 0.8);
}
.active\:bg-warning-300\/85:active {
  background-color: rgb(252 211 77 / 0.85);
}
.active\:bg-warning-300\/90:active {
  background-color: rgb(252 211 77 / 0.9);
}
.active\:bg-warning-300\/95:active {
  background-color: rgb(252 211 77 / 0.95);
}
.active\:bg-warning-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
}
.active\:bg-warning-400\/0:active {
  background-color: rgb(251 191 36 / 0);
}
.active\:bg-warning-400\/10:active {
  background-color: rgb(251 191 36 / 0.1);
}
.active\:bg-warning-400\/100:active {
  background-color: rgb(251 191 36 / 1);
}
.active\:bg-warning-400\/15:active {
  background-color: rgb(251 191 36 / 0.15);
}
.active\:bg-warning-400\/20:active {
  background-color: rgb(251 191 36 / 0.2);
}
.active\:bg-warning-400\/25:active {
  background-color: rgb(251 191 36 / 0.25);
}
.active\:bg-warning-400\/30:active {
  background-color: rgb(251 191 36 / 0.3);
}
.active\:bg-warning-400\/35:active {
  background-color: rgb(251 191 36 / 0.35);
}
.active\:bg-warning-400\/40:active {
  background-color: rgb(251 191 36 / 0.4);
}
.active\:bg-warning-400\/45:active {
  background-color: rgb(251 191 36 / 0.45);
}
.active\:bg-warning-400\/5:active {
  background-color: rgb(251 191 36 / 0.05);
}
.active\:bg-warning-400\/50:active {
  background-color: rgb(251 191 36 / 0.5);
}
.active\:bg-warning-400\/55:active {
  background-color: rgb(251 191 36 / 0.55);
}
.active\:bg-warning-400\/60:active {
  background-color: rgb(251 191 36 / 0.6);
}
.active\:bg-warning-400\/65:active {
  background-color: rgb(251 191 36 / 0.65);
}
.active\:bg-warning-400\/70:active {
  background-color: rgb(251 191 36 / 0.7);
}
.active\:bg-warning-400\/75:active {
  background-color: rgb(251 191 36 / 0.75);
}
.active\:bg-warning-400\/80:active {
  background-color: rgb(251 191 36 / 0.8);
}
.active\:bg-warning-400\/85:active {
  background-color: rgb(251 191 36 / 0.85);
}
.active\:bg-warning-400\/90:active {
  background-color: rgb(251 191 36 / 0.9);
}
.active\:bg-warning-400\/95:active {
  background-color: rgb(251 191 36 / 0.95);
}
.active\:bg-warning-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}
.active\:bg-warning-50\/0:active {
  background-color: rgb(255 251 235 / 0);
}
.active\:bg-warning-50\/10:active {
  background-color: rgb(255 251 235 / 0.1);
}
.active\:bg-warning-50\/100:active {
  background-color: rgb(255 251 235 / 1);
}
.active\:bg-warning-50\/15:active {
  background-color: rgb(255 251 235 / 0.15);
}
.active\:bg-warning-50\/20:active {
  background-color: rgb(255 251 235 / 0.2);
}
.active\:bg-warning-50\/25:active {
  background-color: rgb(255 251 235 / 0.25);
}
.active\:bg-warning-50\/30:active {
  background-color: rgb(255 251 235 / 0.3);
}
.active\:bg-warning-50\/35:active {
  background-color: rgb(255 251 235 / 0.35);
}
.active\:bg-warning-50\/40:active {
  background-color: rgb(255 251 235 / 0.4);
}
.active\:bg-warning-50\/45:active {
  background-color: rgb(255 251 235 / 0.45);
}
.active\:bg-warning-50\/5:active {
  background-color: rgb(255 251 235 / 0.05);
}
.active\:bg-warning-50\/50:active {
  background-color: rgb(255 251 235 / 0.5);
}
.active\:bg-warning-50\/55:active {
  background-color: rgb(255 251 235 / 0.55);
}
.active\:bg-warning-50\/60:active {
  background-color: rgb(255 251 235 / 0.6);
}
.active\:bg-warning-50\/65:active {
  background-color: rgb(255 251 235 / 0.65);
}
.active\:bg-warning-50\/70:active {
  background-color: rgb(255 251 235 / 0.7);
}
.active\:bg-warning-50\/75:active {
  background-color: rgb(255 251 235 / 0.75);
}
.active\:bg-warning-50\/80:active {
  background-color: rgb(255 251 235 / 0.8);
}
.active\:bg-warning-50\/85:active {
  background-color: rgb(255 251 235 / 0.85);
}
.active\:bg-warning-50\/90:active {
  background-color: rgb(255 251 235 / 0.9);
}
.active\:bg-warning-50\/95:active {
  background-color: rgb(255 251 235 / 0.95);
}
.active\:bg-warning-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}
.active\:bg-warning-500\/0:active {
  background-color: rgb(245 158 11 / 0);
}
.active\:bg-warning-500\/10:active {
  background-color: rgb(245 158 11 / 0.1);
}
.active\:bg-warning-500\/100:active {
  background-color: rgb(245 158 11 / 1);
}
.active\:bg-warning-500\/15:active {
  background-color: rgb(245 158 11 / 0.15);
}
.active\:bg-warning-500\/20:active {
  background-color: rgb(245 158 11 / 0.2);
}
.active\:bg-warning-500\/25:active {
  background-color: rgb(245 158 11 / 0.25);
}
.active\:bg-warning-500\/30:active {
  background-color: rgb(245 158 11 / 0.3);
}
.active\:bg-warning-500\/35:active {
  background-color: rgb(245 158 11 / 0.35);
}
.active\:bg-warning-500\/40:active {
  background-color: rgb(245 158 11 / 0.4);
}
.active\:bg-warning-500\/45:active {
  background-color: rgb(245 158 11 / 0.45);
}
.active\:bg-warning-500\/5:active {
  background-color: rgb(245 158 11 / 0.05);
}
.active\:bg-warning-500\/50:active {
  background-color: rgb(245 158 11 / 0.5);
}
.active\:bg-warning-500\/55:active {
  background-color: rgb(245 158 11 / 0.55);
}
.active\:bg-warning-500\/60:active {
  background-color: rgb(245 158 11 / 0.6);
}
.active\:bg-warning-500\/65:active {
  background-color: rgb(245 158 11 / 0.65);
}
.active\:bg-warning-500\/70:active {
  background-color: rgb(245 158 11 / 0.7);
}
.active\:bg-warning-500\/75:active {
  background-color: rgb(245 158 11 / 0.75);
}
.active\:bg-warning-500\/80:active {
  background-color: rgb(245 158 11 / 0.8);
}
.active\:bg-warning-500\/85:active {
  background-color: rgb(245 158 11 / 0.85);
}
.active\:bg-warning-500\/90:active {
  background-color: rgb(245 158 11 / 0.9);
}
.active\:bg-warning-500\/95:active {
  background-color: rgb(245 158 11 / 0.95);
}
.active\:bg-warning-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}
.active\:bg-warning-600\/0:active {
  background-color: rgb(217 119 6 / 0);
}
.active\:bg-warning-600\/10:active {
  background-color: rgb(217 119 6 / 0.1);
}
.active\:bg-warning-600\/100:active {
  background-color: rgb(217 119 6 / 1);
}
.active\:bg-warning-600\/15:active {
  background-color: rgb(217 119 6 / 0.15);
}
.active\:bg-warning-600\/20:active {
  background-color: rgb(217 119 6 / 0.2);
}
.active\:bg-warning-600\/25:active {
  background-color: rgb(217 119 6 / 0.25);
}
.active\:bg-warning-600\/30:active {
  background-color: rgb(217 119 6 / 0.3);
}
.active\:bg-warning-600\/35:active {
  background-color: rgb(217 119 6 / 0.35);
}
.active\:bg-warning-600\/40:active {
  background-color: rgb(217 119 6 / 0.4);
}
.active\:bg-warning-600\/45:active {
  background-color: rgb(217 119 6 / 0.45);
}
.active\:bg-warning-600\/5:active {
  background-color: rgb(217 119 6 / 0.05);
}
.active\:bg-warning-600\/50:active {
  background-color: rgb(217 119 6 / 0.5);
}
.active\:bg-warning-600\/55:active {
  background-color: rgb(217 119 6 / 0.55);
}
.active\:bg-warning-600\/60:active {
  background-color: rgb(217 119 6 / 0.6);
}
.active\:bg-warning-600\/65:active {
  background-color: rgb(217 119 6 / 0.65);
}
.active\:bg-warning-600\/70:active {
  background-color: rgb(217 119 6 / 0.7);
}
.active\:bg-warning-600\/75:active {
  background-color: rgb(217 119 6 / 0.75);
}
.active\:bg-warning-600\/80:active {
  background-color: rgb(217 119 6 / 0.8);
}
.active\:bg-warning-600\/85:active {
  background-color: rgb(217 119 6 / 0.85);
}
.active\:bg-warning-600\/90:active {
  background-color: rgb(217 119 6 / 0.9);
}
.active\:bg-warning-600\/95:active {
  background-color: rgb(217 119 6 / 0.95);
}
.active\:bg-warning-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity, 1));
}
.active\:bg-warning-700\/0:active {
  background-color: rgb(180 83 9 / 0);
}
.active\:bg-warning-700\/10:active {
  background-color: rgb(180 83 9 / 0.1);
}
.active\:bg-warning-700\/100:active {
  background-color: rgb(180 83 9 / 1);
}
.active\:bg-warning-700\/15:active {
  background-color: rgb(180 83 9 / 0.15);
}
.active\:bg-warning-700\/20:active {
  background-color: rgb(180 83 9 / 0.2);
}
.active\:bg-warning-700\/25:active {
  background-color: rgb(180 83 9 / 0.25);
}
.active\:bg-warning-700\/30:active {
  background-color: rgb(180 83 9 / 0.3);
}
.active\:bg-warning-700\/35:active {
  background-color: rgb(180 83 9 / 0.35);
}
.active\:bg-warning-700\/40:active {
  background-color: rgb(180 83 9 / 0.4);
}
.active\:bg-warning-700\/45:active {
  background-color: rgb(180 83 9 / 0.45);
}
.active\:bg-warning-700\/5:active {
  background-color: rgb(180 83 9 / 0.05);
}
.active\:bg-warning-700\/50:active {
  background-color: rgb(180 83 9 / 0.5);
}
.active\:bg-warning-700\/55:active {
  background-color: rgb(180 83 9 / 0.55);
}
.active\:bg-warning-700\/60:active {
  background-color: rgb(180 83 9 / 0.6);
}
.active\:bg-warning-700\/65:active {
  background-color: rgb(180 83 9 / 0.65);
}
.active\:bg-warning-700\/70:active {
  background-color: rgb(180 83 9 / 0.7);
}
.active\:bg-warning-700\/75:active {
  background-color: rgb(180 83 9 / 0.75);
}
.active\:bg-warning-700\/80:active {
  background-color: rgb(180 83 9 / 0.8);
}
.active\:bg-warning-700\/85:active {
  background-color: rgb(180 83 9 / 0.85);
}
.active\:bg-warning-700\/90:active {
  background-color: rgb(180 83 9 / 0.9);
}
.active\:bg-warning-700\/95:active {
  background-color: rgb(180 83 9 / 0.95);
}
.active\:bg-warning-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(146 64 14 / var(--tw-bg-opacity, 1));
}
.active\:bg-warning-800\/0:active {
  background-color: rgb(146 64 14 / 0);
}
.active\:bg-warning-800\/10:active {
  background-color: rgb(146 64 14 / 0.1);
}
.active\:bg-warning-800\/100:active {
  background-color: rgb(146 64 14 / 1);
}
.active\:bg-warning-800\/15:active {
  background-color: rgb(146 64 14 / 0.15);
}
.active\:bg-warning-800\/20:active {
  background-color: rgb(146 64 14 / 0.2);
}
.active\:bg-warning-800\/25:active {
  background-color: rgb(146 64 14 / 0.25);
}
.active\:bg-warning-800\/30:active {
  background-color: rgb(146 64 14 / 0.3);
}
.active\:bg-warning-800\/35:active {
  background-color: rgb(146 64 14 / 0.35);
}
.active\:bg-warning-800\/40:active {
  background-color: rgb(146 64 14 / 0.4);
}
.active\:bg-warning-800\/45:active {
  background-color: rgb(146 64 14 / 0.45);
}
.active\:bg-warning-800\/5:active {
  background-color: rgb(146 64 14 / 0.05);
}
.active\:bg-warning-800\/50:active {
  background-color: rgb(146 64 14 / 0.5);
}
.active\:bg-warning-800\/55:active {
  background-color: rgb(146 64 14 / 0.55);
}
.active\:bg-warning-800\/60:active {
  background-color: rgb(146 64 14 / 0.6);
}
.active\:bg-warning-800\/65:active {
  background-color: rgb(146 64 14 / 0.65);
}
.active\:bg-warning-800\/70:active {
  background-color: rgb(146 64 14 / 0.7);
}
.active\:bg-warning-800\/75:active {
  background-color: rgb(146 64 14 / 0.75);
}
.active\:bg-warning-800\/80:active {
  background-color: rgb(146 64 14 / 0.8);
}
.active\:bg-warning-800\/85:active {
  background-color: rgb(146 64 14 / 0.85);
}
.active\:bg-warning-800\/90:active {
  background-color: rgb(146 64 14 / 0.9);
}
.active\:bg-warning-800\/95:active {
  background-color: rgb(146 64 14 / 0.95);
}
.active\:bg-warning-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(120 53 15 / var(--tw-bg-opacity, 1));
}
.active\:bg-warning-900\/0:active {
  background-color: rgb(120 53 15 / 0);
}
.active\:bg-warning-900\/10:active {
  background-color: rgb(120 53 15 / 0.1);
}
.active\:bg-warning-900\/100:active {
  background-color: rgb(120 53 15 / 1);
}
.active\:bg-warning-900\/15:active {
  background-color: rgb(120 53 15 / 0.15);
}
.active\:bg-warning-900\/20:active {
  background-color: rgb(120 53 15 / 0.2);
}
.active\:bg-warning-900\/25:active {
  background-color: rgb(120 53 15 / 0.25);
}
.active\:bg-warning-900\/30:active {
  background-color: rgb(120 53 15 / 0.3);
}
.active\:bg-warning-900\/35:active {
  background-color: rgb(120 53 15 / 0.35);
}
.active\:bg-warning-900\/40:active {
  background-color: rgb(120 53 15 / 0.4);
}
.active\:bg-warning-900\/45:active {
  background-color: rgb(120 53 15 / 0.45);
}
.active\:bg-warning-900\/5:active {
  background-color: rgb(120 53 15 / 0.05);
}
.active\:bg-warning-900\/50:active {
  background-color: rgb(120 53 15 / 0.5);
}
.active\:bg-warning-900\/55:active {
  background-color: rgb(120 53 15 / 0.55);
}
.active\:bg-warning-900\/60:active {
  background-color: rgb(120 53 15 / 0.6);
}
.active\:bg-warning-900\/65:active {
  background-color: rgb(120 53 15 / 0.65);
}
.active\:bg-warning-900\/70:active {
  background-color: rgb(120 53 15 / 0.7);
}
.active\:bg-warning-900\/75:active {
  background-color: rgb(120 53 15 / 0.75);
}
.active\:bg-warning-900\/80:active {
  background-color: rgb(120 53 15 / 0.8);
}
.active\:bg-warning-900\/85:active {
  background-color: rgb(120 53 15 / 0.85);
}
.active\:bg-warning-900\/90:active {
  background-color: rgb(120 53 15 / 0.9);
}
.active\:bg-warning-900\/95:active {
  background-color: rgb(120 53 15 / 0.95);
}
.active\:text-primary-100:active {
  --tw-text-opacity: 1;
  color: rgb(224 231 255 / var(--tw-text-opacity, 1));
}
.active\:text-primary-100\/0:active {
  color: rgb(224 231 255 / 0);
}
.active\:text-primary-100\/10:active {
  color: rgb(224 231 255 / 0.1);
}
.active\:text-primary-100\/100:active {
  color: rgb(224 231 255 / 1);
}
.active\:text-primary-100\/15:active {
  color: rgb(224 231 255 / 0.15);
}
.active\:text-primary-100\/20:active {
  color: rgb(224 231 255 / 0.2);
}
.active\:text-primary-100\/25:active {
  color: rgb(224 231 255 / 0.25);
}
.active\:text-primary-100\/30:active {
  color: rgb(224 231 255 / 0.3);
}
.active\:text-primary-100\/35:active {
  color: rgb(224 231 255 / 0.35);
}
.active\:text-primary-100\/40:active {
  color: rgb(224 231 255 / 0.4);
}
.active\:text-primary-100\/45:active {
  color: rgb(224 231 255 / 0.45);
}
.active\:text-primary-100\/5:active {
  color: rgb(224 231 255 / 0.05);
}
.active\:text-primary-100\/50:active {
  color: rgb(224 231 255 / 0.5);
}
.active\:text-primary-100\/55:active {
  color: rgb(224 231 255 / 0.55);
}
.active\:text-primary-100\/60:active {
  color: rgb(224 231 255 / 0.6);
}
.active\:text-primary-100\/65:active {
  color: rgb(224 231 255 / 0.65);
}
.active\:text-primary-100\/70:active {
  color: rgb(224 231 255 / 0.7);
}
.active\:text-primary-100\/75:active {
  color: rgb(224 231 255 / 0.75);
}
.active\:text-primary-100\/80:active {
  color: rgb(224 231 255 / 0.8);
}
.active\:text-primary-100\/85:active {
  color: rgb(224 231 255 / 0.85);
}
.active\:text-primary-100\/90:active {
  color: rgb(224 231 255 / 0.9);
}
.active\:text-primary-100\/95:active {
  color: rgb(224 231 255 / 0.95);
}
.active\:text-primary-200:active {
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity, 1));
}
.active\:text-primary-200\/0:active {
  color: rgb(199 210 254 / 0);
}
.active\:text-primary-200\/10:active {
  color: rgb(199 210 254 / 0.1);
}
.active\:text-primary-200\/100:active {
  color: rgb(199 210 254 / 1);
}
.active\:text-primary-200\/15:active {
  color: rgb(199 210 254 / 0.15);
}
.active\:text-primary-200\/20:active {
  color: rgb(199 210 254 / 0.2);
}
.active\:text-primary-200\/25:active {
  color: rgb(199 210 254 / 0.25);
}
.active\:text-primary-200\/30:active {
  color: rgb(199 210 254 / 0.3);
}
.active\:text-primary-200\/35:active {
  color: rgb(199 210 254 / 0.35);
}
.active\:text-primary-200\/40:active {
  color: rgb(199 210 254 / 0.4);
}
.active\:text-primary-200\/45:active {
  color: rgb(199 210 254 / 0.45);
}
.active\:text-primary-200\/5:active {
  color: rgb(199 210 254 / 0.05);
}
.active\:text-primary-200\/50:active {
  color: rgb(199 210 254 / 0.5);
}
.active\:text-primary-200\/55:active {
  color: rgb(199 210 254 / 0.55);
}
.active\:text-primary-200\/60:active {
  color: rgb(199 210 254 / 0.6);
}
.active\:text-primary-200\/65:active {
  color: rgb(199 210 254 / 0.65);
}
.active\:text-primary-200\/70:active {
  color: rgb(199 210 254 / 0.7);
}
.active\:text-primary-200\/75:active {
  color: rgb(199 210 254 / 0.75);
}
.active\:text-primary-200\/80:active {
  color: rgb(199 210 254 / 0.8);
}
.active\:text-primary-200\/85:active {
  color: rgb(199 210 254 / 0.85);
}
.active\:text-primary-200\/90:active {
  color: rgb(199 210 254 / 0.9);
}
.active\:text-primary-200\/95:active {
  color: rgb(199 210 254 / 0.95);
}
.active\:text-primary-300:active {
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity, 1));
}
.active\:text-primary-300\/0:active {
  color: rgb(165 180 252 / 0);
}
.active\:text-primary-300\/10:active {
  color: rgb(165 180 252 / 0.1);
}
.active\:text-primary-300\/100:active {
  color: rgb(165 180 252 / 1);
}
.active\:text-primary-300\/15:active {
  color: rgb(165 180 252 / 0.15);
}
.active\:text-primary-300\/20:active {
  color: rgb(165 180 252 / 0.2);
}
.active\:text-primary-300\/25:active {
  color: rgb(165 180 252 / 0.25);
}
.active\:text-primary-300\/30:active {
  color: rgb(165 180 252 / 0.3);
}
.active\:text-primary-300\/35:active {
  color: rgb(165 180 252 / 0.35);
}
.active\:text-primary-300\/40:active {
  color: rgb(165 180 252 / 0.4);
}
.active\:text-primary-300\/45:active {
  color: rgb(165 180 252 / 0.45);
}
.active\:text-primary-300\/5:active {
  color: rgb(165 180 252 / 0.05);
}
.active\:text-primary-300\/50:active {
  color: rgb(165 180 252 / 0.5);
}
.active\:text-primary-300\/55:active {
  color: rgb(165 180 252 / 0.55);
}
.active\:text-primary-300\/60:active {
  color: rgb(165 180 252 / 0.6);
}
.active\:text-primary-300\/65:active {
  color: rgb(165 180 252 / 0.65);
}
.active\:text-primary-300\/70:active {
  color: rgb(165 180 252 / 0.7);
}
.active\:text-primary-300\/75:active {
  color: rgb(165 180 252 / 0.75);
}
.active\:text-primary-300\/80:active {
  color: rgb(165 180 252 / 0.8);
}
.active\:text-primary-300\/85:active {
  color: rgb(165 180 252 / 0.85);
}
.active\:text-primary-300\/90:active {
  color: rgb(165 180 252 / 0.9);
}
.active\:text-primary-300\/95:active {
  color: rgb(165 180 252 / 0.95);
}
.active\:text-primary-400:active {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}
.active\:text-primary-400\/0:active {
  color: rgb(129 140 248 / 0);
}
.active\:text-primary-400\/10:active {
  color: rgb(129 140 248 / 0.1);
}
.active\:text-primary-400\/100:active {
  color: rgb(129 140 248 / 1);
}
.active\:text-primary-400\/15:active {
  color: rgb(129 140 248 / 0.15);
}
.active\:text-primary-400\/20:active {
  color: rgb(129 140 248 / 0.2);
}
.active\:text-primary-400\/25:active {
  color: rgb(129 140 248 / 0.25);
}
.active\:text-primary-400\/30:active {
  color: rgb(129 140 248 / 0.3);
}
.active\:text-primary-400\/35:active {
  color: rgb(129 140 248 / 0.35);
}
.active\:text-primary-400\/40:active {
  color: rgb(129 140 248 / 0.4);
}
.active\:text-primary-400\/45:active {
  color: rgb(129 140 248 / 0.45);
}
.active\:text-primary-400\/5:active {
  color: rgb(129 140 248 / 0.05);
}
.active\:text-primary-400\/50:active {
  color: rgb(129 140 248 / 0.5);
}
.active\:text-primary-400\/55:active {
  color: rgb(129 140 248 / 0.55);
}
.active\:text-primary-400\/60:active {
  color: rgb(129 140 248 / 0.6);
}
.active\:text-primary-400\/65:active {
  color: rgb(129 140 248 / 0.65);
}
.active\:text-primary-400\/70:active {
  color: rgb(129 140 248 / 0.7);
}
.active\:text-primary-400\/75:active {
  color: rgb(129 140 248 / 0.75);
}
.active\:text-primary-400\/80:active {
  color: rgb(129 140 248 / 0.8);
}
.active\:text-primary-400\/85:active {
  color: rgb(129 140 248 / 0.85);
}
.active\:text-primary-400\/90:active {
  color: rgb(129 140 248 / 0.9);
}
.active\:text-primary-400\/95:active {
  color: rgb(129 140 248 / 0.95);
}
.active\:text-primary-50:active {
  --tw-text-opacity: 1;
  color: rgb(238 242 255 / var(--tw-text-opacity, 1));
}
.active\:text-primary-50\/0:active {
  color: rgb(238 242 255 / 0);
}
.active\:text-primary-50\/10:active {
  color: rgb(238 242 255 / 0.1);
}
.active\:text-primary-50\/100:active {
  color: rgb(238 242 255 / 1);
}
.active\:text-primary-50\/15:active {
  color: rgb(238 242 255 / 0.15);
}
.active\:text-primary-50\/20:active {
  color: rgb(238 242 255 / 0.2);
}
.active\:text-primary-50\/25:active {
  color: rgb(238 242 255 / 0.25);
}
.active\:text-primary-50\/30:active {
  color: rgb(238 242 255 / 0.3);
}
.active\:text-primary-50\/35:active {
  color: rgb(238 242 255 / 0.35);
}
.active\:text-primary-50\/40:active {
  color: rgb(238 242 255 / 0.4);
}
.active\:text-primary-50\/45:active {
  color: rgb(238 242 255 / 0.45);
}
.active\:text-primary-50\/5:active {
  color: rgb(238 242 255 / 0.05);
}
.active\:text-primary-50\/50:active {
  color: rgb(238 242 255 / 0.5);
}
.active\:text-primary-50\/55:active {
  color: rgb(238 242 255 / 0.55);
}
.active\:text-primary-50\/60:active {
  color: rgb(238 242 255 / 0.6);
}
.active\:text-primary-50\/65:active {
  color: rgb(238 242 255 / 0.65);
}
.active\:text-primary-50\/70:active {
  color: rgb(238 242 255 / 0.7);
}
.active\:text-primary-50\/75:active {
  color: rgb(238 242 255 / 0.75);
}
.active\:text-primary-50\/80:active {
  color: rgb(238 242 255 / 0.8);
}
.active\:text-primary-50\/85:active {
  color: rgb(238 242 255 / 0.85);
}
.active\:text-primary-50\/90:active {
  color: rgb(238 242 255 / 0.9);
}
.active\:text-primary-50\/95:active {
  color: rgb(238 242 255 / 0.95);
}
.active\:text-primary-500:active {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}
.active\:text-primary-500\/0:active {
  color: rgb(99 102 241 / 0);
}
.active\:text-primary-500\/10:active {
  color: rgb(99 102 241 / 0.1);
}
.active\:text-primary-500\/100:active {
  color: rgb(99 102 241 / 1);
}
.active\:text-primary-500\/15:active {
  color: rgb(99 102 241 / 0.15);
}
.active\:text-primary-500\/20:active {
  color: rgb(99 102 241 / 0.2);
}
.active\:text-primary-500\/25:active {
  color: rgb(99 102 241 / 0.25);
}
.active\:text-primary-500\/30:active {
  color: rgb(99 102 241 / 0.3);
}
.active\:text-primary-500\/35:active {
  color: rgb(99 102 241 / 0.35);
}
.active\:text-primary-500\/40:active {
  color: rgb(99 102 241 / 0.4);
}
.active\:text-primary-500\/45:active {
  color: rgb(99 102 241 / 0.45);
}
.active\:text-primary-500\/5:active {
  color: rgb(99 102 241 / 0.05);
}
.active\:text-primary-500\/50:active {
  color: rgb(99 102 241 / 0.5);
}
.active\:text-primary-500\/55:active {
  color: rgb(99 102 241 / 0.55);
}
.active\:text-primary-500\/60:active {
  color: rgb(99 102 241 / 0.6);
}
.active\:text-primary-500\/65:active {
  color: rgb(99 102 241 / 0.65);
}
.active\:text-primary-500\/70:active {
  color: rgb(99 102 241 / 0.7);
}
.active\:text-primary-500\/75:active {
  color: rgb(99 102 241 / 0.75);
}
.active\:text-primary-500\/80:active {
  color: rgb(99 102 241 / 0.8);
}
.active\:text-primary-500\/85:active {
  color: rgb(99 102 241 / 0.85);
}
.active\:text-primary-500\/90:active {
  color: rgb(99 102 241 / 0.9);
}
.active\:text-primary-500\/95:active {
  color: rgb(99 102 241 / 0.95);
}
.active\:text-primary-600:active {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.active\:text-primary-600\/0:active {
  color: rgb(79 70 229 / 0);
}
.active\:text-primary-600\/10:active {
  color: rgb(79 70 229 / 0.1);
}
.active\:text-primary-600\/100:active {
  color: rgb(79 70 229 / 1);
}
.active\:text-primary-600\/15:active {
  color: rgb(79 70 229 / 0.15);
}
.active\:text-primary-600\/20:active {
  color: rgb(79 70 229 / 0.2);
}
.active\:text-primary-600\/25:active {
  color: rgb(79 70 229 / 0.25);
}
.active\:text-primary-600\/30:active {
  color: rgb(79 70 229 / 0.3);
}
.active\:text-primary-600\/35:active {
  color: rgb(79 70 229 / 0.35);
}
.active\:text-primary-600\/40:active {
  color: rgb(79 70 229 / 0.4);
}
.active\:text-primary-600\/45:active {
  color: rgb(79 70 229 / 0.45);
}
.active\:text-primary-600\/5:active {
  color: rgb(79 70 229 / 0.05);
}
.active\:text-primary-600\/50:active {
  color: rgb(79 70 229 / 0.5);
}
.active\:text-primary-600\/55:active {
  color: rgb(79 70 229 / 0.55);
}
.active\:text-primary-600\/60:active {
  color: rgb(79 70 229 / 0.6);
}
.active\:text-primary-600\/65:active {
  color: rgb(79 70 229 / 0.65);
}
.active\:text-primary-600\/70:active {
  color: rgb(79 70 229 / 0.7);
}
.active\:text-primary-600\/75:active {
  color: rgb(79 70 229 / 0.75);
}
.active\:text-primary-600\/80:active {
  color: rgb(79 70 229 / 0.8);
}
.active\:text-primary-600\/85:active {
  color: rgb(79 70 229 / 0.85);
}
.active\:text-primary-600\/90:active {
  color: rgb(79 70 229 / 0.9);
}
.active\:text-primary-600\/95:active {
  color: rgb(79 70 229 / 0.95);
}
.active\:text-primary-700:active {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}
.active\:text-primary-700\/0:active {
  color: rgb(67 56 202 / 0);
}
.active\:text-primary-700\/10:active {
  color: rgb(67 56 202 / 0.1);
}
.active\:text-primary-700\/100:active {
  color: rgb(67 56 202 / 1);
}
.active\:text-primary-700\/15:active {
  color: rgb(67 56 202 / 0.15);
}
.active\:text-primary-700\/20:active {
  color: rgb(67 56 202 / 0.2);
}
.active\:text-primary-700\/25:active {
  color: rgb(67 56 202 / 0.25);
}
.active\:text-primary-700\/30:active {
  color: rgb(67 56 202 / 0.3);
}
.active\:text-primary-700\/35:active {
  color: rgb(67 56 202 / 0.35);
}
.active\:text-primary-700\/40:active {
  color: rgb(67 56 202 / 0.4);
}
.active\:text-primary-700\/45:active {
  color: rgb(67 56 202 / 0.45);
}
.active\:text-primary-700\/5:active {
  color: rgb(67 56 202 / 0.05);
}
.active\:text-primary-700\/50:active {
  color: rgb(67 56 202 / 0.5);
}
.active\:text-primary-700\/55:active {
  color: rgb(67 56 202 / 0.55);
}
.active\:text-primary-700\/60:active {
  color: rgb(67 56 202 / 0.6);
}
.active\:text-primary-700\/65:active {
  color: rgb(67 56 202 / 0.65);
}
.active\:text-primary-700\/70:active {
  color: rgb(67 56 202 / 0.7);
}
.active\:text-primary-700\/75:active {
  color: rgb(67 56 202 / 0.75);
}
.active\:text-primary-700\/80:active {
  color: rgb(67 56 202 / 0.8);
}
.active\:text-primary-700\/85:active {
  color: rgb(67 56 202 / 0.85);
}
.active\:text-primary-700\/90:active {
  color: rgb(67 56 202 / 0.9);
}
.active\:text-primary-700\/95:active {
  color: rgb(67 56 202 / 0.95);
}
.active\:text-primary-800:active {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}
.active\:text-primary-800\/0:active {
  color: rgb(55 48 163 / 0);
}
.active\:text-primary-800\/10:active {
  color: rgb(55 48 163 / 0.1);
}
.active\:text-primary-800\/100:active {
  color: rgb(55 48 163 / 1);
}
.active\:text-primary-800\/15:active {
  color: rgb(55 48 163 / 0.15);
}
.active\:text-primary-800\/20:active {
  color: rgb(55 48 163 / 0.2);
}
.active\:text-primary-800\/25:active {
  color: rgb(55 48 163 / 0.25);
}
.active\:text-primary-800\/30:active {
  color: rgb(55 48 163 / 0.3);
}
.active\:text-primary-800\/35:active {
  color: rgb(55 48 163 / 0.35);
}
.active\:text-primary-800\/40:active {
  color: rgb(55 48 163 / 0.4);
}
.active\:text-primary-800\/45:active {
  color: rgb(55 48 163 / 0.45);
}
.active\:text-primary-800\/5:active {
  color: rgb(55 48 163 / 0.05);
}
.active\:text-primary-800\/50:active {
  color: rgb(55 48 163 / 0.5);
}
.active\:text-primary-800\/55:active {
  color: rgb(55 48 163 / 0.55);
}
.active\:text-primary-800\/60:active {
  color: rgb(55 48 163 / 0.6);
}
.active\:text-primary-800\/65:active {
  color: rgb(55 48 163 / 0.65);
}
.active\:text-primary-800\/70:active {
  color: rgb(55 48 163 / 0.7);
}
.active\:text-primary-800\/75:active {
  color: rgb(55 48 163 / 0.75);
}
.active\:text-primary-800\/80:active {
  color: rgb(55 48 163 / 0.8);
}
.active\:text-primary-800\/85:active {
  color: rgb(55 48 163 / 0.85);
}
.active\:text-primary-800\/90:active {
  color: rgb(55 48 163 / 0.9);
}
.active\:text-primary-800\/95:active {
  color: rgb(55 48 163 / 0.95);
}
.active\:text-primary-900:active {
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity, 1));
}
.active\:text-primary-900\/0:active {
  color: rgb(49 46 129 / 0);
}
.active\:text-primary-900\/10:active {
  color: rgb(49 46 129 / 0.1);
}
.active\:text-primary-900\/100:active {
  color: rgb(49 46 129 / 1);
}
.active\:text-primary-900\/15:active {
  color: rgb(49 46 129 / 0.15);
}
.active\:text-primary-900\/20:active {
  color: rgb(49 46 129 / 0.2);
}
.active\:text-primary-900\/25:active {
  color: rgb(49 46 129 / 0.25);
}
.active\:text-primary-900\/30:active {
  color: rgb(49 46 129 / 0.3);
}
.active\:text-primary-900\/35:active {
  color: rgb(49 46 129 / 0.35);
}
.active\:text-primary-900\/40:active {
  color: rgb(49 46 129 / 0.4);
}
.active\:text-primary-900\/45:active {
  color: rgb(49 46 129 / 0.45);
}
.active\:text-primary-900\/5:active {
  color: rgb(49 46 129 / 0.05);
}
.active\:text-primary-900\/50:active {
  color: rgb(49 46 129 / 0.5);
}
.active\:text-primary-900\/55:active {
  color: rgb(49 46 129 / 0.55);
}
.active\:text-primary-900\/60:active {
  color: rgb(49 46 129 / 0.6);
}
.active\:text-primary-900\/65:active {
  color: rgb(49 46 129 / 0.65);
}
.active\:text-primary-900\/70:active {
  color: rgb(49 46 129 / 0.7);
}
.active\:text-primary-900\/75:active {
  color: rgb(49 46 129 / 0.75);
}
.active\:text-primary-900\/80:active {
  color: rgb(49 46 129 / 0.8);
}
.active\:text-primary-900\/85:active {
  color: rgb(49 46 129 / 0.85);
}
.active\:text-primary-900\/90:active {
  color: rgb(49 46 129 / 0.9);
}
.active\:text-primary-900\/95:active {
  color: rgb(49 46 129 / 0.95);
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:border-slate-200:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.disabled\:bg-primary-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}
.disabled\:bg-primary-100\/0:disabled {
  background-color: rgb(224 231 255 / 0);
}
.disabled\:bg-primary-100\/10:disabled {
  background-color: rgb(224 231 255 / 0.1);
}
.disabled\:bg-primary-100\/100:disabled {
  background-color: rgb(224 231 255 / 1);
}
.disabled\:bg-primary-100\/15:disabled {
  background-color: rgb(224 231 255 / 0.15);
}
.disabled\:bg-primary-100\/20:disabled {
  background-color: rgb(224 231 255 / 0.2);
}
.disabled\:bg-primary-100\/25:disabled {
  background-color: rgb(224 231 255 / 0.25);
}
.disabled\:bg-primary-100\/30:disabled {
  background-color: rgb(224 231 255 / 0.3);
}
.disabled\:bg-primary-100\/35:disabled {
  background-color: rgb(224 231 255 / 0.35);
}
.disabled\:bg-primary-100\/40:disabled {
  background-color: rgb(224 231 255 / 0.4);
}
.disabled\:bg-primary-100\/45:disabled {
  background-color: rgb(224 231 255 / 0.45);
}
.disabled\:bg-primary-100\/5:disabled {
  background-color: rgb(224 231 255 / 0.05);
}
.disabled\:bg-primary-100\/50:disabled {
  background-color: rgb(224 231 255 / 0.5);
}
.disabled\:bg-primary-100\/55:disabled {
  background-color: rgb(224 231 255 / 0.55);
}
.disabled\:bg-primary-100\/60:disabled {
  background-color: rgb(224 231 255 / 0.6);
}
.disabled\:bg-primary-100\/65:disabled {
  background-color: rgb(224 231 255 / 0.65);
}
.disabled\:bg-primary-100\/70:disabled {
  background-color: rgb(224 231 255 / 0.7);
}
.disabled\:bg-primary-100\/75:disabled {
  background-color: rgb(224 231 255 / 0.75);
}
.disabled\:bg-primary-100\/80:disabled {
  background-color: rgb(224 231 255 / 0.8);
}
.disabled\:bg-primary-100\/85:disabled {
  background-color: rgb(224 231 255 / 0.85);
}
.disabled\:bg-primary-100\/90:disabled {
  background-color: rgb(224 231 255 / 0.9);
}
.disabled\:bg-primary-100\/95:disabled {
  background-color: rgb(224 231 255 / 0.95);
}
.disabled\:bg-primary-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity, 1));
}
.disabled\:bg-primary-200\/0:disabled {
  background-color: rgb(199 210 254 / 0);
}
.disabled\:bg-primary-200\/10:disabled {
  background-color: rgb(199 210 254 / 0.1);
}
.disabled\:bg-primary-200\/100:disabled {
  background-color: rgb(199 210 254 / 1);
}
.disabled\:bg-primary-200\/15:disabled {
  background-color: rgb(199 210 254 / 0.15);
}
.disabled\:bg-primary-200\/20:disabled {
  background-color: rgb(199 210 254 / 0.2);
}
.disabled\:bg-primary-200\/25:disabled {
  background-color: rgb(199 210 254 / 0.25);
}
.disabled\:bg-primary-200\/30:disabled {
  background-color: rgb(199 210 254 / 0.3);
}
.disabled\:bg-primary-200\/35:disabled {
  background-color: rgb(199 210 254 / 0.35);
}
.disabled\:bg-primary-200\/40:disabled {
  background-color: rgb(199 210 254 / 0.4);
}
.disabled\:bg-primary-200\/45:disabled {
  background-color: rgb(199 210 254 / 0.45);
}
.disabled\:bg-primary-200\/5:disabled {
  background-color: rgb(199 210 254 / 0.05);
}
.disabled\:bg-primary-200\/50:disabled {
  background-color: rgb(199 210 254 / 0.5);
}
.disabled\:bg-primary-200\/55:disabled {
  background-color: rgb(199 210 254 / 0.55);
}
.disabled\:bg-primary-200\/60:disabled {
  background-color: rgb(199 210 254 / 0.6);
}
.disabled\:bg-primary-200\/65:disabled {
  background-color: rgb(199 210 254 / 0.65);
}
.disabled\:bg-primary-200\/70:disabled {
  background-color: rgb(199 210 254 / 0.7);
}
.disabled\:bg-primary-200\/75:disabled {
  background-color: rgb(199 210 254 / 0.75);
}
.disabled\:bg-primary-200\/80:disabled {
  background-color: rgb(199 210 254 / 0.8);
}
.disabled\:bg-primary-200\/85:disabled {
  background-color: rgb(199 210 254 / 0.85);
}
.disabled\:bg-primary-200\/90:disabled {
  background-color: rgb(199 210 254 / 0.9);
}
.disabled\:bg-primary-200\/95:disabled {
  background-color: rgb(199 210 254 / 0.95);
}
.disabled\:bg-primary-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity, 1));
}
.disabled\:bg-primary-300\/0:disabled {
  background-color: rgb(165 180 252 / 0);
}
.disabled\:bg-primary-300\/10:disabled {
  background-color: rgb(165 180 252 / 0.1);
}
.disabled\:bg-primary-300\/100:disabled {
  background-color: rgb(165 180 252 / 1);
}
.disabled\:bg-primary-300\/15:disabled {
  background-color: rgb(165 180 252 / 0.15);
}
.disabled\:bg-primary-300\/20:disabled {
  background-color: rgb(165 180 252 / 0.2);
}
.disabled\:bg-primary-300\/25:disabled {
  background-color: rgb(165 180 252 / 0.25);
}
.disabled\:bg-primary-300\/30:disabled {
  background-color: rgb(165 180 252 / 0.3);
}
.disabled\:bg-primary-300\/35:disabled {
  background-color: rgb(165 180 252 / 0.35);
}
.disabled\:bg-primary-300\/40:disabled {
  background-color: rgb(165 180 252 / 0.4);
}
.disabled\:bg-primary-300\/45:disabled {
  background-color: rgb(165 180 252 / 0.45);
}
.disabled\:bg-primary-300\/5:disabled {
  background-color: rgb(165 180 252 / 0.05);
}
.disabled\:bg-primary-300\/50:disabled {
  background-color: rgb(165 180 252 / 0.5);
}
.disabled\:bg-primary-300\/55:disabled {
  background-color: rgb(165 180 252 / 0.55);
}
.disabled\:bg-primary-300\/60:disabled {
  background-color: rgb(165 180 252 / 0.6);
}
.disabled\:bg-primary-300\/65:disabled {
  background-color: rgb(165 180 252 / 0.65);
}
.disabled\:bg-primary-300\/70:disabled {
  background-color: rgb(165 180 252 / 0.7);
}
.disabled\:bg-primary-300\/75:disabled {
  background-color: rgb(165 180 252 / 0.75);
}
.disabled\:bg-primary-300\/80:disabled {
  background-color: rgb(165 180 252 / 0.8);
}
.disabled\:bg-primary-300\/85:disabled {
  background-color: rgb(165 180 252 / 0.85);
}
.disabled\:bg-primary-300\/90:disabled {
  background-color: rgb(165 180 252 / 0.9);
}
.disabled\:bg-primary-300\/95:disabled {
  background-color: rgb(165 180 252 / 0.95);
}
.disabled\:bg-primary-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity, 1));
}
.disabled\:bg-primary-400\/0:disabled {
  background-color: rgb(129 140 248 / 0);
}
.disabled\:bg-primary-400\/10:disabled {
  background-color: rgb(129 140 248 / 0.1);
}
.disabled\:bg-primary-400\/100:disabled {
  background-color: rgb(129 140 248 / 1);
}
.disabled\:bg-primary-400\/15:disabled {
  background-color: rgb(129 140 248 / 0.15);
}
.disabled\:bg-primary-400\/20:disabled {
  background-color: rgb(129 140 248 / 0.2);
}
.disabled\:bg-primary-400\/25:disabled {
  background-color: rgb(129 140 248 / 0.25);
}
.disabled\:bg-primary-400\/30:disabled {
  background-color: rgb(129 140 248 / 0.3);
}
.disabled\:bg-primary-400\/35:disabled {
  background-color: rgb(129 140 248 / 0.35);
}
.disabled\:bg-primary-400\/40:disabled {
  background-color: rgb(129 140 248 / 0.4);
}
.disabled\:bg-primary-400\/45:disabled {
  background-color: rgb(129 140 248 / 0.45);
}
.disabled\:bg-primary-400\/5:disabled {
  background-color: rgb(129 140 248 / 0.05);
}
.disabled\:bg-primary-400\/50:disabled {
  background-color: rgb(129 140 248 / 0.5);
}
.disabled\:bg-primary-400\/55:disabled {
  background-color: rgb(129 140 248 / 0.55);
}
.disabled\:bg-primary-400\/60:disabled {
  background-color: rgb(129 140 248 / 0.6);
}
.disabled\:bg-primary-400\/65:disabled {
  background-color: rgb(129 140 248 / 0.65);
}
.disabled\:bg-primary-400\/70:disabled {
  background-color: rgb(129 140 248 / 0.7);
}
.disabled\:bg-primary-400\/75:disabled {
  background-color: rgb(129 140 248 / 0.75);
}
.disabled\:bg-primary-400\/80:disabled {
  background-color: rgb(129 140 248 / 0.8);
}
.disabled\:bg-primary-400\/85:disabled {
  background-color: rgb(129 140 248 / 0.85);
}
.disabled\:bg-primary-400\/90:disabled {
  background-color: rgb(129 140 248 / 0.9);
}
.disabled\:bg-primary-400\/95:disabled {
  background-color: rgb(129 140 248 / 0.95);
}
.disabled\:bg-primary-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}
.disabled\:bg-primary-50\/0:disabled {
  background-color: rgb(238 242 255 / 0);
}
.disabled\:bg-primary-50\/10:disabled {
  background-color: rgb(238 242 255 / 0.1);
}
.disabled\:bg-primary-50\/100:disabled {
  background-color: rgb(238 242 255 / 1);
}
.disabled\:bg-primary-50\/15:disabled {
  background-color: rgb(238 242 255 / 0.15);
}
.disabled\:bg-primary-50\/20:disabled {
  background-color: rgb(238 242 255 / 0.2);
}
.disabled\:bg-primary-50\/25:disabled {
  background-color: rgb(238 242 255 / 0.25);
}
.disabled\:bg-primary-50\/30:disabled {
  background-color: rgb(238 242 255 / 0.3);
}
.disabled\:bg-primary-50\/35:disabled {
  background-color: rgb(238 242 255 / 0.35);
}
.disabled\:bg-primary-50\/40:disabled {
  background-color: rgb(238 242 255 / 0.4);
}
.disabled\:bg-primary-50\/45:disabled {
  background-color: rgb(238 242 255 / 0.45);
}
.disabled\:bg-primary-50\/5:disabled {
  background-color: rgb(238 242 255 / 0.05);
}
.disabled\:bg-primary-50\/50:disabled {
  background-color: rgb(238 242 255 / 0.5);
}
.disabled\:bg-primary-50\/55:disabled {
  background-color: rgb(238 242 255 / 0.55);
}
.disabled\:bg-primary-50\/60:disabled {
  background-color: rgb(238 242 255 / 0.6);
}
.disabled\:bg-primary-50\/65:disabled {
  background-color: rgb(238 242 255 / 0.65);
}
.disabled\:bg-primary-50\/70:disabled {
  background-color: rgb(238 242 255 / 0.7);
}
.disabled\:bg-primary-50\/75:disabled {
  background-color: rgb(238 242 255 / 0.75);
}
.disabled\:bg-primary-50\/80:disabled {
  background-color: rgb(238 242 255 / 0.8);
}
.disabled\:bg-primary-50\/85:disabled {
  background-color: rgb(238 242 255 / 0.85);
}
.disabled\:bg-primary-50\/90:disabled {
  background-color: rgb(238 242 255 / 0.9);
}
.disabled\:bg-primary-50\/95:disabled {
  background-color: rgb(238 242 255 / 0.95);
}
.disabled\:bg-primary-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}
.disabled\:bg-primary-500\/0:disabled {
  background-color: rgb(99 102 241 / 0);
}
.disabled\:bg-primary-500\/10:disabled {
  background-color: rgb(99 102 241 / 0.1);
}
.disabled\:bg-primary-500\/100:disabled {
  background-color: rgb(99 102 241 / 1);
}
.disabled\:bg-primary-500\/15:disabled {
  background-color: rgb(99 102 241 / 0.15);
}
.disabled\:bg-primary-500\/20:disabled {
  background-color: rgb(99 102 241 / 0.2);
}
.disabled\:bg-primary-500\/25:disabled {
  background-color: rgb(99 102 241 / 0.25);
}
.disabled\:bg-primary-500\/30:disabled {
  background-color: rgb(99 102 241 / 0.3);
}
.disabled\:bg-primary-500\/35:disabled {
  background-color: rgb(99 102 241 / 0.35);
}
.disabled\:bg-primary-500\/40:disabled {
  background-color: rgb(99 102 241 / 0.4);
}
.disabled\:bg-primary-500\/45:disabled {
  background-color: rgb(99 102 241 / 0.45);
}
.disabled\:bg-primary-500\/5:disabled {
  background-color: rgb(99 102 241 / 0.05);
}
.disabled\:bg-primary-500\/50:disabled {
  background-color: rgb(99 102 241 / 0.5);
}
.disabled\:bg-primary-500\/55:disabled {
  background-color: rgb(99 102 241 / 0.55);
}
.disabled\:bg-primary-500\/60:disabled {
  background-color: rgb(99 102 241 / 0.6);
}
.disabled\:bg-primary-500\/65:disabled {
  background-color: rgb(99 102 241 / 0.65);
}
.disabled\:bg-primary-500\/70:disabled {
  background-color: rgb(99 102 241 / 0.7);
}
.disabled\:bg-primary-500\/75:disabled {
  background-color: rgb(99 102 241 / 0.75);
}
.disabled\:bg-primary-500\/80:disabled {
  background-color: rgb(99 102 241 / 0.8);
}
.disabled\:bg-primary-500\/85:disabled {
  background-color: rgb(99 102 241 / 0.85);
}
.disabled\:bg-primary-500\/90:disabled {
  background-color: rgb(99 102 241 / 0.9);
}
.disabled\:bg-primary-500\/95:disabled {
  background-color: rgb(99 102 241 / 0.95);
}
.disabled\:bg-primary-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}
.disabled\:bg-primary-600\/0:disabled {
  background-color: rgb(79 70 229 / 0);
}
.disabled\:bg-primary-600\/10:disabled {
  background-color: rgb(79 70 229 / 0.1);
}
.disabled\:bg-primary-600\/100:disabled {
  background-color: rgb(79 70 229 / 1);
}
.disabled\:bg-primary-600\/15:disabled {
  background-color: rgb(79 70 229 / 0.15);
}
.disabled\:bg-primary-600\/20:disabled {
  background-color: rgb(79 70 229 / 0.2);
}
.disabled\:bg-primary-600\/25:disabled {
  background-color: rgb(79 70 229 / 0.25);
}
.disabled\:bg-primary-600\/30:disabled {
  background-color: rgb(79 70 229 / 0.3);
}
.disabled\:bg-primary-600\/35:disabled {
  background-color: rgb(79 70 229 / 0.35);
}
.disabled\:bg-primary-600\/40:disabled {
  background-color: rgb(79 70 229 / 0.4);
}
.disabled\:bg-primary-600\/45:disabled {
  background-color: rgb(79 70 229 / 0.45);
}
.disabled\:bg-primary-600\/5:disabled {
  background-color: rgb(79 70 229 / 0.05);
}
.disabled\:bg-primary-600\/50:disabled {
  background-color: rgb(79 70 229 / 0.5);
}
.disabled\:bg-primary-600\/55:disabled {
  background-color: rgb(79 70 229 / 0.55);
}
.disabled\:bg-primary-600\/60:disabled {
  background-color: rgb(79 70 229 / 0.6);
}
.disabled\:bg-primary-600\/65:disabled {
  background-color: rgb(79 70 229 / 0.65);
}
.disabled\:bg-primary-600\/70:disabled {
  background-color: rgb(79 70 229 / 0.7);
}
.disabled\:bg-primary-600\/75:disabled {
  background-color: rgb(79 70 229 / 0.75);
}
.disabled\:bg-primary-600\/80:disabled {
  background-color: rgb(79 70 229 / 0.8);
}
.disabled\:bg-primary-600\/85:disabled {
  background-color: rgb(79 70 229 / 0.85);
}
.disabled\:bg-primary-600\/90:disabled {
  background-color: rgb(79 70 229 / 0.9);
}
.disabled\:bg-primary-600\/95:disabled {
  background-color: rgb(79 70 229 / 0.95);
}
.disabled\:bg-primary-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}
.disabled\:bg-primary-700\/0:disabled {
  background-color: rgb(67 56 202 / 0);
}
.disabled\:bg-primary-700\/10:disabled {
  background-color: rgb(67 56 202 / 0.1);
}
.disabled\:bg-primary-700\/100:disabled {
  background-color: rgb(67 56 202 / 1);
}
.disabled\:bg-primary-700\/15:disabled {
  background-color: rgb(67 56 202 / 0.15);
}
.disabled\:bg-primary-700\/20:disabled {
  background-color: rgb(67 56 202 / 0.2);
}
.disabled\:bg-primary-700\/25:disabled {
  background-color: rgb(67 56 202 / 0.25);
}
.disabled\:bg-primary-700\/30:disabled {
  background-color: rgb(67 56 202 / 0.3);
}
.disabled\:bg-primary-700\/35:disabled {
  background-color: rgb(67 56 202 / 0.35);
}
.disabled\:bg-primary-700\/40:disabled {
  background-color: rgb(67 56 202 / 0.4);
}
.disabled\:bg-primary-700\/45:disabled {
  background-color: rgb(67 56 202 / 0.45);
}
.disabled\:bg-primary-700\/5:disabled {
  background-color: rgb(67 56 202 / 0.05);
}
.disabled\:bg-primary-700\/50:disabled {
  background-color: rgb(67 56 202 / 0.5);
}
.disabled\:bg-primary-700\/55:disabled {
  background-color: rgb(67 56 202 / 0.55);
}
.disabled\:bg-primary-700\/60:disabled {
  background-color: rgb(67 56 202 / 0.6);
}
.disabled\:bg-primary-700\/65:disabled {
  background-color: rgb(67 56 202 / 0.65);
}
.disabled\:bg-primary-700\/70:disabled {
  background-color: rgb(67 56 202 / 0.7);
}
.disabled\:bg-primary-700\/75:disabled {
  background-color: rgb(67 56 202 / 0.75);
}
.disabled\:bg-primary-700\/80:disabled {
  background-color: rgb(67 56 202 / 0.8);
}
.disabled\:bg-primary-700\/85:disabled {
  background-color: rgb(67 56 202 / 0.85);
}
.disabled\:bg-primary-700\/90:disabled {
  background-color: rgb(67 56 202 / 0.9);
}
.disabled\:bg-primary-700\/95:disabled {
  background-color: rgb(67 56 202 / 0.95);
}
.disabled\:bg-primary-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity, 1));
}
.disabled\:bg-primary-800\/0:disabled {
  background-color: rgb(55 48 163 / 0);
}
.disabled\:bg-primary-800\/10:disabled {
  background-color: rgb(55 48 163 / 0.1);
}
.disabled\:bg-primary-800\/100:disabled {
  background-color: rgb(55 48 163 / 1);
}
.disabled\:bg-primary-800\/15:disabled {
  background-color: rgb(55 48 163 / 0.15);
}
.disabled\:bg-primary-800\/20:disabled {
  background-color: rgb(55 48 163 / 0.2);
}
.disabled\:bg-primary-800\/25:disabled {
  background-color: rgb(55 48 163 / 0.25);
}
.disabled\:bg-primary-800\/30:disabled {
  background-color: rgb(55 48 163 / 0.3);
}
.disabled\:bg-primary-800\/35:disabled {
  background-color: rgb(55 48 163 / 0.35);
}
.disabled\:bg-primary-800\/40:disabled {
  background-color: rgb(55 48 163 / 0.4);
}
.disabled\:bg-primary-800\/45:disabled {
  background-color: rgb(55 48 163 / 0.45);
}
.disabled\:bg-primary-800\/5:disabled {
  background-color: rgb(55 48 163 / 0.05);
}
.disabled\:bg-primary-800\/50:disabled {
  background-color: rgb(55 48 163 / 0.5);
}
.disabled\:bg-primary-800\/55:disabled {
  background-color: rgb(55 48 163 / 0.55);
}
.disabled\:bg-primary-800\/60:disabled {
  background-color: rgb(55 48 163 / 0.6);
}
.disabled\:bg-primary-800\/65:disabled {
  background-color: rgb(55 48 163 / 0.65);
}
.disabled\:bg-primary-800\/70:disabled {
  background-color: rgb(55 48 163 / 0.7);
}
.disabled\:bg-primary-800\/75:disabled {
  background-color: rgb(55 48 163 / 0.75);
}
.disabled\:bg-primary-800\/80:disabled {
  background-color: rgb(55 48 163 / 0.8);
}
.disabled\:bg-primary-800\/85:disabled {
  background-color: rgb(55 48 163 / 0.85);
}
.disabled\:bg-primary-800\/90:disabled {
  background-color: rgb(55 48 163 / 0.9);
}
.disabled\:bg-primary-800\/95:disabled {
  background-color: rgb(55 48 163 / 0.95);
}
.disabled\:bg-primary-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity, 1));
}
.disabled\:bg-primary-900\/0:disabled {
  background-color: rgb(49 46 129 / 0);
}
.disabled\:bg-primary-900\/10:disabled {
  background-color: rgb(49 46 129 / 0.1);
}
.disabled\:bg-primary-900\/100:disabled {
  background-color: rgb(49 46 129 / 1);
}
.disabled\:bg-primary-900\/15:disabled {
  background-color: rgb(49 46 129 / 0.15);
}
.disabled\:bg-primary-900\/20:disabled {
  background-color: rgb(49 46 129 / 0.2);
}
.disabled\:bg-primary-900\/25:disabled {
  background-color: rgb(49 46 129 / 0.25);
}
.disabled\:bg-primary-900\/30:disabled {
  background-color: rgb(49 46 129 / 0.3);
}
.disabled\:bg-primary-900\/35:disabled {
  background-color: rgb(49 46 129 / 0.35);
}
.disabled\:bg-primary-900\/40:disabled {
  background-color: rgb(49 46 129 / 0.4);
}
.disabled\:bg-primary-900\/45:disabled {
  background-color: rgb(49 46 129 / 0.45);
}
.disabled\:bg-primary-900\/5:disabled {
  background-color: rgb(49 46 129 / 0.05);
}
.disabled\:bg-primary-900\/50:disabled {
  background-color: rgb(49 46 129 / 0.5);
}
.disabled\:bg-primary-900\/55:disabled {
  background-color: rgb(49 46 129 / 0.55);
}
.disabled\:bg-primary-900\/60:disabled {
  background-color: rgb(49 46 129 / 0.6);
}
.disabled\:bg-primary-900\/65:disabled {
  background-color: rgb(49 46 129 / 0.65);
}
.disabled\:bg-primary-900\/70:disabled {
  background-color: rgb(49 46 129 / 0.7);
}
.disabled\:bg-primary-900\/75:disabled {
  background-color: rgb(49 46 129 / 0.75);
}
.disabled\:bg-primary-900\/80:disabled {
  background-color: rgb(49 46 129 / 0.8);
}
.disabled\:bg-primary-900\/85:disabled {
  background-color: rgb(49 46 129 / 0.85);
}
.disabled\:bg-primary-900\/90:disabled {
  background-color: rgb(49 46 129 / 0.9);
}
.disabled\:bg-primary-900\/95:disabled {
  background-color: rgb(49 46 129 / 0.95);
}
.disabled\:bg-slate-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}
.disabled\:text-primary-100:disabled {
  --tw-text-opacity: 1;
  color: rgb(224 231 255 / var(--tw-text-opacity, 1));
}
.disabled\:text-primary-100\/0:disabled {
  color: rgb(224 231 255 / 0);
}
.disabled\:text-primary-100\/10:disabled {
  color: rgb(224 231 255 / 0.1);
}
.disabled\:text-primary-100\/100:disabled {
  color: rgb(224 231 255 / 1);
}
.disabled\:text-primary-100\/15:disabled {
  color: rgb(224 231 255 / 0.15);
}
.disabled\:text-primary-100\/20:disabled {
  color: rgb(224 231 255 / 0.2);
}
.disabled\:text-primary-100\/25:disabled {
  color: rgb(224 231 255 / 0.25);
}
.disabled\:text-primary-100\/30:disabled {
  color: rgb(224 231 255 / 0.3);
}
.disabled\:text-primary-100\/35:disabled {
  color: rgb(224 231 255 / 0.35);
}
.disabled\:text-primary-100\/40:disabled {
  color: rgb(224 231 255 / 0.4);
}
.disabled\:text-primary-100\/45:disabled {
  color: rgb(224 231 255 / 0.45);
}
.disabled\:text-primary-100\/5:disabled {
  color: rgb(224 231 255 / 0.05);
}
.disabled\:text-primary-100\/50:disabled {
  color: rgb(224 231 255 / 0.5);
}
.disabled\:text-primary-100\/55:disabled {
  color: rgb(224 231 255 / 0.55);
}
.disabled\:text-primary-100\/60:disabled {
  color: rgb(224 231 255 / 0.6);
}
.disabled\:text-primary-100\/65:disabled {
  color: rgb(224 231 255 / 0.65);
}
.disabled\:text-primary-100\/70:disabled {
  color: rgb(224 231 255 / 0.7);
}
.disabled\:text-primary-100\/75:disabled {
  color: rgb(224 231 255 / 0.75);
}
.disabled\:text-primary-100\/80:disabled {
  color: rgb(224 231 255 / 0.8);
}
.disabled\:text-primary-100\/85:disabled {
  color: rgb(224 231 255 / 0.85);
}
.disabled\:text-primary-100\/90:disabled {
  color: rgb(224 231 255 / 0.9);
}
.disabled\:text-primary-100\/95:disabled {
  color: rgb(224 231 255 / 0.95);
}
.disabled\:text-primary-200:disabled {
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity, 1));
}
.disabled\:text-primary-200\/0:disabled {
  color: rgb(199 210 254 / 0);
}
.disabled\:text-primary-200\/10:disabled {
  color: rgb(199 210 254 / 0.1);
}
.disabled\:text-primary-200\/100:disabled {
  color: rgb(199 210 254 / 1);
}
.disabled\:text-primary-200\/15:disabled {
  color: rgb(199 210 254 / 0.15);
}
.disabled\:text-primary-200\/20:disabled {
  color: rgb(199 210 254 / 0.2);
}
.disabled\:text-primary-200\/25:disabled {
  color: rgb(199 210 254 / 0.25);
}
.disabled\:text-primary-200\/30:disabled {
  color: rgb(199 210 254 / 0.3);
}
.disabled\:text-primary-200\/35:disabled {
  color: rgb(199 210 254 / 0.35);
}
.disabled\:text-primary-200\/40:disabled {
  color: rgb(199 210 254 / 0.4);
}
.disabled\:text-primary-200\/45:disabled {
  color: rgb(199 210 254 / 0.45);
}
.disabled\:text-primary-200\/5:disabled {
  color: rgb(199 210 254 / 0.05);
}
.disabled\:text-primary-200\/50:disabled {
  color: rgb(199 210 254 / 0.5);
}
.disabled\:text-primary-200\/55:disabled {
  color: rgb(199 210 254 / 0.55);
}
.disabled\:text-primary-200\/60:disabled {
  color: rgb(199 210 254 / 0.6);
}
.disabled\:text-primary-200\/65:disabled {
  color: rgb(199 210 254 / 0.65);
}
.disabled\:text-primary-200\/70:disabled {
  color: rgb(199 210 254 / 0.7);
}
.disabled\:text-primary-200\/75:disabled {
  color: rgb(199 210 254 / 0.75);
}
.disabled\:text-primary-200\/80:disabled {
  color: rgb(199 210 254 / 0.8);
}
.disabled\:text-primary-200\/85:disabled {
  color: rgb(199 210 254 / 0.85);
}
.disabled\:text-primary-200\/90:disabled {
  color: rgb(199 210 254 / 0.9);
}
.disabled\:text-primary-200\/95:disabled {
  color: rgb(199 210 254 / 0.95);
}
.disabled\:text-primary-300:disabled {
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity, 1));
}
.disabled\:text-primary-300\/0:disabled {
  color: rgb(165 180 252 / 0);
}
.disabled\:text-primary-300\/10:disabled {
  color: rgb(165 180 252 / 0.1);
}
.disabled\:text-primary-300\/100:disabled {
  color: rgb(165 180 252 / 1);
}
.disabled\:text-primary-300\/15:disabled {
  color: rgb(165 180 252 / 0.15);
}
.disabled\:text-primary-300\/20:disabled {
  color: rgb(165 180 252 / 0.2);
}
.disabled\:text-primary-300\/25:disabled {
  color: rgb(165 180 252 / 0.25);
}
.disabled\:text-primary-300\/30:disabled {
  color: rgb(165 180 252 / 0.3);
}
.disabled\:text-primary-300\/35:disabled {
  color: rgb(165 180 252 / 0.35);
}
.disabled\:text-primary-300\/40:disabled {
  color: rgb(165 180 252 / 0.4);
}
.disabled\:text-primary-300\/45:disabled {
  color: rgb(165 180 252 / 0.45);
}
.disabled\:text-primary-300\/5:disabled {
  color: rgb(165 180 252 / 0.05);
}
.disabled\:text-primary-300\/50:disabled {
  color: rgb(165 180 252 / 0.5);
}
.disabled\:text-primary-300\/55:disabled {
  color: rgb(165 180 252 / 0.55);
}
.disabled\:text-primary-300\/60:disabled {
  color: rgb(165 180 252 / 0.6);
}
.disabled\:text-primary-300\/65:disabled {
  color: rgb(165 180 252 / 0.65);
}
.disabled\:text-primary-300\/70:disabled {
  color: rgb(165 180 252 / 0.7);
}
.disabled\:text-primary-300\/75:disabled {
  color: rgb(165 180 252 / 0.75);
}
.disabled\:text-primary-300\/80:disabled {
  color: rgb(165 180 252 / 0.8);
}
.disabled\:text-primary-300\/85:disabled {
  color: rgb(165 180 252 / 0.85);
}
.disabled\:text-primary-300\/90:disabled {
  color: rgb(165 180 252 / 0.9);
}
.disabled\:text-primary-300\/95:disabled {
  color: rgb(165 180 252 / 0.95);
}
.disabled\:text-primary-400:disabled {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}
.disabled\:text-primary-400\/0:disabled {
  color: rgb(129 140 248 / 0);
}
.disabled\:text-primary-400\/10:disabled {
  color: rgb(129 140 248 / 0.1);
}
.disabled\:text-primary-400\/100:disabled {
  color: rgb(129 140 248 / 1);
}
.disabled\:text-primary-400\/15:disabled {
  color: rgb(129 140 248 / 0.15);
}
.disabled\:text-primary-400\/20:disabled {
  color: rgb(129 140 248 / 0.2);
}
.disabled\:text-primary-400\/25:disabled {
  color: rgb(129 140 248 / 0.25);
}
.disabled\:text-primary-400\/30:disabled {
  color: rgb(129 140 248 / 0.3);
}
.disabled\:text-primary-400\/35:disabled {
  color: rgb(129 140 248 / 0.35);
}
.disabled\:text-primary-400\/40:disabled {
  color: rgb(129 140 248 / 0.4);
}
.disabled\:text-primary-400\/45:disabled {
  color: rgb(129 140 248 / 0.45);
}
.disabled\:text-primary-400\/5:disabled {
  color: rgb(129 140 248 / 0.05);
}
.disabled\:text-primary-400\/50:disabled {
  color: rgb(129 140 248 / 0.5);
}
.disabled\:text-primary-400\/55:disabled {
  color: rgb(129 140 248 / 0.55);
}
.disabled\:text-primary-400\/60:disabled {
  color: rgb(129 140 248 / 0.6);
}
.disabled\:text-primary-400\/65:disabled {
  color: rgb(129 140 248 / 0.65);
}
.disabled\:text-primary-400\/70:disabled {
  color: rgb(129 140 248 / 0.7);
}
.disabled\:text-primary-400\/75:disabled {
  color: rgb(129 140 248 / 0.75);
}
.disabled\:text-primary-400\/80:disabled {
  color: rgb(129 140 248 / 0.8);
}
.disabled\:text-primary-400\/85:disabled {
  color: rgb(129 140 248 / 0.85);
}
.disabled\:text-primary-400\/90:disabled {
  color: rgb(129 140 248 / 0.9);
}
.disabled\:text-primary-400\/95:disabled {
  color: rgb(129 140 248 / 0.95);
}
.disabled\:text-primary-50:disabled {
  --tw-text-opacity: 1;
  color: rgb(238 242 255 / var(--tw-text-opacity, 1));
}
.disabled\:text-primary-50\/0:disabled {
  color: rgb(238 242 255 / 0);
}
.disabled\:text-primary-50\/10:disabled {
  color: rgb(238 242 255 / 0.1);
}
.disabled\:text-primary-50\/100:disabled {
  color: rgb(238 242 255 / 1);
}
.disabled\:text-primary-50\/15:disabled {
  color: rgb(238 242 255 / 0.15);
}
.disabled\:text-primary-50\/20:disabled {
  color: rgb(238 242 255 / 0.2);
}
.disabled\:text-primary-50\/25:disabled {
  color: rgb(238 242 255 / 0.25);
}
.disabled\:text-primary-50\/30:disabled {
  color: rgb(238 242 255 / 0.3);
}
.disabled\:text-primary-50\/35:disabled {
  color: rgb(238 242 255 / 0.35);
}
.disabled\:text-primary-50\/40:disabled {
  color: rgb(238 242 255 / 0.4);
}
.disabled\:text-primary-50\/45:disabled {
  color: rgb(238 242 255 / 0.45);
}
.disabled\:text-primary-50\/5:disabled {
  color: rgb(238 242 255 / 0.05);
}
.disabled\:text-primary-50\/50:disabled {
  color: rgb(238 242 255 / 0.5);
}
.disabled\:text-primary-50\/55:disabled {
  color: rgb(238 242 255 / 0.55);
}
.disabled\:text-primary-50\/60:disabled {
  color: rgb(238 242 255 / 0.6);
}
.disabled\:text-primary-50\/65:disabled {
  color: rgb(238 242 255 / 0.65);
}
.disabled\:text-primary-50\/70:disabled {
  color: rgb(238 242 255 / 0.7);
}
.disabled\:text-primary-50\/75:disabled {
  color: rgb(238 242 255 / 0.75);
}
.disabled\:text-primary-50\/80:disabled {
  color: rgb(238 242 255 / 0.8);
}
.disabled\:text-primary-50\/85:disabled {
  color: rgb(238 242 255 / 0.85);
}
.disabled\:text-primary-50\/90:disabled {
  color: rgb(238 242 255 / 0.9);
}
.disabled\:text-primary-50\/95:disabled {
  color: rgb(238 242 255 / 0.95);
}
.disabled\:text-primary-500:disabled {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}
.disabled\:text-primary-500\/0:disabled {
  color: rgb(99 102 241 / 0);
}
.disabled\:text-primary-500\/10:disabled {
  color: rgb(99 102 241 / 0.1);
}
.disabled\:text-primary-500\/100:disabled {
  color: rgb(99 102 241 / 1);
}
.disabled\:text-primary-500\/15:disabled {
  color: rgb(99 102 241 / 0.15);
}
.disabled\:text-primary-500\/20:disabled {
  color: rgb(99 102 241 / 0.2);
}
.disabled\:text-primary-500\/25:disabled {
  color: rgb(99 102 241 / 0.25);
}
.disabled\:text-primary-500\/30:disabled {
  color: rgb(99 102 241 / 0.3);
}
.disabled\:text-primary-500\/35:disabled {
  color: rgb(99 102 241 / 0.35);
}
.disabled\:text-primary-500\/40:disabled {
  color: rgb(99 102 241 / 0.4);
}
.disabled\:text-primary-500\/45:disabled {
  color: rgb(99 102 241 / 0.45);
}
.disabled\:text-primary-500\/5:disabled {
  color: rgb(99 102 241 / 0.05);
}
.disabled\:text-primary-500\/50:disabled {
  color: rgb(99 102 241 / 0.5);
}
.disabled\:text-primary-500\/55:disabled {
  color: rgb(99 102 241 / 0.55);
}
.disabled\:text-primary-500\/60:disabled {
  color: rgb(99 102 241 / 0.6);
}
.disabled\:text-primary-500\/65:disabled {
  color: rgb(99 102 241 / 0.65);
}
.disabled\:text-primary-500\/70:disabled {
  color: rgb(99 102 241 / 0.7);
}
.disabled\:text-primary-500\/75:disabled {
  color: rgb(99 102 241 / 0.75);
}
.disabled\:text-primary-500\/80:disabled {
  color: rgb(99 102 241 / 0.8);
}
.disabled\:text-primary-500\/85:disabled {
  color: rgb(99 102 241 / 0.85);
}
.disabled\:text-primary-500\/90:disabled {
  color: rgb(99 102 241 / 0.9);
}
.disabled\:text-primary-500\/95:disabled {
  color: rgb(99 102 241 / 0.95);
}
.disabled\:text-primary-600:disabled {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.disabled\:text-primary-600\/0:disabled {
  color: rgb(79 70 229 / 0);
}
.disabled\:text-primary-600\/10:disabled {
  color: rgb(79 70 229 / 0.1);
}
.disabled\:text-primary-600\/100:disabled {
  color: rgb(79 70 229 / 1);
}
.disabled\:text-primary-600\/15:disabled {
  color: rgb(79 70 229 / 0.15);
}
.disabled\:text-primary-600\/20:disabled {
  color: rgb(79 70 229 / 0.2);
}
.disabled\:text-primary-600\/25:disabled {
  color: rgb(79 70 229 / 0.25);
}
.disabled\:text-primary-600\/30:disabled {
  color: rgb(79 70 229 / 0.3);
}
.disabled\:text-primary-600\/35:disabled {
  color: rgb(79 70 229 / 0.35);
}
.disabled\:text-primary-600\/40:disabled {
  color: rgb(79 70 229 / 0.4);
}
.disabled\:text-primary-600\/45:disabled {
  color: rgb(79 70 229 / 0.45);
}
.disabled\:text-primary-600\/5:disabled {
  color: rgb(79 70 229 / 0.05);
}
.disabled\:text-primary-600\/50:disabled {
  color: rgb(79 70 229 / 0.5);
}
.disabled\:text-primary-600\/55:disabled {
  color: rgb(79 70 229 / 0.55);
}
.disabled\:text-primary-600\/60:disabled {
  color: rgb(79 70 229 / 0.6);
}
.disabled\:text-primary-600\/65:disabled {
  color: rgb(79 70 229 / 0.65);
}
.disabled\:text-primary-600\/70:disabled {
  color: rgb(79 70 229 / 0.7);
}
.disabled\:text-primary-600\/75:disabled {
  color: rgb(79 70 229 / 0.75);
}
.disabled\:text-primary-600\/80:disabled {
  color: rgb(79 70 229 / 0.8);
}
.disabled\:text-primary-600\/85:disabled {
  color: rgb(79 70 229 / 0.85);
}
.disabled\:text-primary-600\/90:disabled {
  color: rgb(79 70 229 / 0.9);
}
.disabled\:text-primary-600\/95:disabled {
  color: rgb(79 70 229 / 0.95);
}
.disabled\:text-primary-700:disabled {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}
.disabled\:text-primary-700\/0:disabled {
  color: rgb(67 56 202 / 0);
}
.disabled\:text-primary-700\/10:disabled {
  color: rgb(67 56 202 / 0.1);
}
.disabled\:text-primary-700\/100:disabled {
  color: rgb(67 56 202 / 1);
}
.disabled\:text-primary-700\/15:disabled {
  color: rgb(67 56 202 / 0.15);
}
.disabled\:text-primary-700\/20:disabled {
  color: rgb(67 56 202 / 0.2);
}
.disabled\:text-primary-700\/25:disabled {
  color: rgb(67 56 202 / 0.25);
}
.disabled\:text-primary-700\/30:disabled {
  color: rgb(67 56 202 / 0.3);
}
.disabled\:text-primary-700\/35:disabled {
  color: rgb(67 56 202 / 0.35);
}
.disabled\:text-primary-700\/40:disabled {
  color: rgb(67 56 202 / 0.4);
}
.disabled\:text-primary-700\/45:disabled {
  color: rgb(67 56 202 / 0.45);
}
.disabled\:text-primary-700\/5:disabled {
  color: rgb(67 56 202 / 0.05);
}
.disabled\:text-primary-700\/50:disabled {
  color: rgb(67 56 202 / 0.5);
}
.disabled\:text-primary-700\/55:disabled {
  color: rgb(67 56 202 / 0.55);
}
.disabled\:text-primary-700\/60:disabled {
  color: rgb(67 56 202 / 0.6);
}
.disabled\:text-primary-700\/65:disabled {
  color: rgb(67 56 202 / 0.65);
}
.disabled\:text-primary-700\/70:disabled {
  color: rgb(67 56 202 / 0.7);
}
.disabled\:text-primary-700\/75:disabled {
  color: rgb(67 56 202 / 0.75);
}
.disabled\:text-primary-700\/80:disabled {
  color: rgb(67 56 202 / 0.8);
}
.disabled\:text-primary-700\/85:disabled {
  color: rgb(67 56 202 / 0.85);
}
.disabled\:text-primary-700\/90:disabled {
  color: rgb(67 56 202 / 0.9);
}
.disabled\:text-primary-700\/95:disabled {
  color: rgb(67 56 202 / 0.95);
}
.disabled\:text-primary-800:disabled {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}
.disabled\:text-primary-800\/0:disabled {
  color: rgb(55 48 163 / 0);
}
.disabled\:text-primary-800\/10:disabled {
  color: rgb(55 48 163 / 0.1);
}
.disabled\:text-primary-800\/100:disabled {
  color: rgb(55 48 163 / 1);
}
.disabled\:text-primary-800\/15:disabled {
  color: rgb(55 48 163 / 0.15);
}
.disabled\:text-primary-800\/20:disabled {
  color: rgb(55 48 163 / 0.2);
}
.disabled\:text-primary-800\/25:disabled {
  color: rgb(55 48 163 / 0.25);
}
.disabled\:text-primary-800\/30:disabled {
  color: rgb(55 48 163 / 0.3);
}
.disabled\:text-primary-800\/35:disabled {
  color: rgb(55 48 163 / 0.35);
}
.disabled\:text-primary-800\/40:disabled {
  color: rgb(55 48 163 / 0.4);
}
.disabled\:text-primary-800\/45:disabled {
  color: rgb(55 48 163 / 0.45);
}
.disabled\:text-primary-800\/5:disabled {
  color: rgb(55 48 163 / 0.05);
}
.disabled\:text-primary-800\/50:disabled {
  color: rgb(55 48 163 / 0.5);
}
.disabled\:text-primary-800\/55:disabled {
  color: rgb(55 48 163 / 0.55);
}
.disabled\:text-primary-800\/60:disabled {
  color: rgb(55 48 163 / 0.6);
}
.disabled\:text-primary-800\/65:disabled {
  color: rgb(55 48 163 / 0.65);
}
.disabled\:text-primary-800\/70:disabled {
  color: rgb(55 48 163 / 0.7);
}
.disabled\:text-primary-800\/75:disabled {
  color: rgb(55 48 163 / 0.75);
}
.disabled\:text-primary-800\/80:disabled {
  color: rgb(55 48 163 / 0.8);
}
.disabled\:text-primary-800\/85:disabled {
  color: rgb(55 48 163 / 0.85);
}
.disabled\:text-primary-800\/90:disabled {
  color: rgb(55 48 163 / 0.9);
}
.disabled\:text-primary-800\/95:disabled {
  color: rgb(55 48 163 / 0.95);
}
.disabled\:text-primary-900:disabled {
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity, 1));
}
.disabled\:text-primary-900\/0:disabled {
  color: rgb(49 46 129 / 0);
}
.disabled\:text-primary-900\/10:disabled {
  color: rgb(49 46 129 / 0.1);
}
.disabled\:text-primary-900\/100:disabled {
  color: rgb(49 46 129 / 1);
}
.disabled\:text-primary-900\/15:disabled {
  color: rgb(49 46 129 / 0.15);
}
.disabled\:text-primary-900\/20:disabled {
  color: rgb(49 46 129 / 0.2);
}
.disabled\:text-primary-900\/25:disabled {
  color: rgb(49 46 129 / 0.25);
}
.disabled\:text-primary-900\/30:disabled {
  color: rgb(49 46 129 / 0.3);
}
.disabled\:text-primary-900\/35:disabled {
  color: rgb(49 46 129 / 0.35);
}
.disabled\:text-primary-900\/40:disabled {
  color: rgb(49 46 129 / 0.4);
}
.disabled\:text-primary-900\/45:disabled {
  color: rgb(49 46 129 / 0.45);
}
.disabled\:text-primary-900\/5:disabled {
  color: rgb(49 46 129 / 0.05);
}
.disabled\:text-primary-900\/50:disabled {
  color: rgb(49 46 129 / 0.5);
}
.disabled\:text-primary-900\/55:disabled {
  color: rgb(49 46 129 / 0.55);
}
.disabled\:text-primary-900\/60:disabled {
  color: rgb(49 46 129 / 0.6);
}
.disabled\:text-primary-900\/65:disabled {
  color: rgb(49 46 129 / 0.65);
}
.disabled\:text-primary-900\/70:disabled {
  color: rgb(49 46 129 / 0.7);
}
.disabled\:text-primary-900\/75:disabled {
  color: rgb(49 46 129 / 0.75);
}
.disabled\:text-primary-900\/80:disabled {
  color: rgb(49 46 129 / 0.8);
}
.disabled\:text-primary-900\/85:disabled {
  color: rgb(49 46 129 / 0.85);
}
.disabled\:text-primary-900\/90:disabled {
  color: rgb(49 46 129 / 0.9);
}
.disabled\:text-primary-900\/95:disabled {
  color: rgb(49 46 129 / 0.95);
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
.disabled\:opacity-60:disabled {
  opacity: 0.6;
}
.disabled\:opacity-80:disabled {
  opacity: 0.8;
}
.group:hover .group-hover\:text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.group:focus .group-focus\:text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.group:focus .group-focus\:text-primary-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}
.group:focus .group-focus\: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);
}
.group:focus .group-focus\:ring-info-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity, 1));
}
.group:focus .group-focus\:ring-negative-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
.group:focus .group-focus\:ring-positive-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(5 150 105 / var(--tw-ring-opacity, 1));
}
.group:focus .group-focus\:ring-primary-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity, 1));
}
.group:focus .group-focus\:ring-secondary-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity, 1));
}
.group:focus .group-focus\:ring-warning-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 119 6 / var(--tw-ring-opacity, 1));
}
.group:focus .group-focus\:ring-offset-2 {
  --tw-ring-offset-width: 2px;
}
.peer:checked ~ .peer-checked\:bg-info-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.peer:checked ~ .peer-checked\:bg-negative-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.peer:checked ~ .peer-checked\:bg-positive-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}
.peer:checked ~ .peer-checked\:bg-primary-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}
.peer:checked ~ .peer-checked\:bg-secondary-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.peer:checked ~ .peer-checked\:bg-warning-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}
.peer:focus ~ .peer-focus\: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);
}
.peer:focus ~ .peer-focus\:ring-info-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity, 1));
}
.peer:focus ~ .peer-focus\:ring-negative-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
.peer:focus ~ .peer-focus\:ring-positive-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(5 150 105 / var(--tw-ring-opacity, 1));
}
.peer:focus ~ .peer-focus\:ring-primary-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity, 1));
}
.peer:focus ~ .peer-focus\:ring-secondary-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity, 1));
}
.peer:focus ~ .peer-focus\:ring-warning-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 119 6 / var(--tw-ring-opacity, 1));
}
.peer:focus ~ .peer-focus\:ring-offset-2 {
  --tw-ring-offset-width: 2px;
}
.aria-disabled\:pointer-events-none[aria-disabled="true"] {
  pointer-events: none;
}
.aria-disabled\:cursor-not-allowed[aria-disabled="true"] {
  cursor: not-allowed;
}
.aria-disabled\:select-none[aria-disabled="true"] {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.aria-disabled\:opacity-60[aria-disabled="true"] {
  opacity: 0.6;
}
.aria-readonly\:pointer-events-none[aria-readonly="true"] {
  pointer-events: none;
}
.aria-readonly\:select-none[aria-readonly="true"] {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.invalidated\:block[invalid] {
  display: block;
}
.invalidated\:border[invalid] {
  border-width: 1px;
}
.invalidated\:border-negative-400[invalid] {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.invalidated\:border-negative-600[invalid] {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.invalidated\:bg-negative-300[invalid] {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}
.invalidated\:bg-negative-50[invalid] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.invalidated\:bg-negative-500[invalid] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.invalidated\:bg-negative-600[invalid] {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.invalidated\:text-negative-400[invalid] {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.invalidated\:text-negative-500[invalid] {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.invalidated\:text-negative-600[invalid] {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.invalidated\:text-negative-800[invalid] {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.invalidated\:placeholder-negative-400[invalid]::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 113 113 / var(--tw-placeholder-opacity, 1));
}
.invalidated\:placeholder-negative-400[invalid]::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 113 113 / var(--tw-placeholder-opacity, 1));
}
.invalidated\:ring-negative-500[invalid] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}
.hover\:invalidated\:bg-negative-200[invalid]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
.hover\:invalidated\:bg-negative-400[invalid]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
.hover\:invalidated\:bg-negative-600[invalid]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.hover\:invalidated\:text-negative-700[invalid]:hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.hover\:invalidated\:text-negative-800[invalid]:hover {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.focus\:invalidated\:border-negative-400[invalid]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.focus\:invalidated\:bg-negative-200[invalid]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
.focus\:invalidated\:bg-negative-400[invalid]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
.focus\:invalidated\:bg-negative-600[invalid]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.focus\:invalidated\:text-negative-600[invalid]:focus {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.focus\:invalidated\:text-negative-700[invalid]:focus {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.focus\:invalidated\:text-negative-800[invalid]:focus {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.focus\:invalidated\:ring-negative-400[invalid]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1));
}
.focus\:invalidated\:ring-negative-500[invalid]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}
.focus\:invalidated\:ring-negative-600[invalid]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
.group:hover .group-hover\:invalidated\:text-negative-500[invalid] {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.group:focus .group-focus\:invalidated\:text-negative-500[invalid] {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.group:focus .group-focus\:invalidated\:text-negative-600[invalid] {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.group:focus .group-focus\:invalidated\:ring-negative-600[invalid] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
.peer:focus ~ .peer-focus\:invalidated\:bg-negative-600[invalid] {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.peer:focus ~ .peer-focus\:invalidated\:ring-negative-600[invalid] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
[group-invalidated] .invalidated\:block {
  display: block;
}
[group-invalidated] .invalidated\:border {
  border-width: 1px;
}
[group-invalidated] .invalidated\:border-negative-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
[group-invalidated] .invalidated\:border-negative-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
[group-invalidated] .invalidated\:bg-negative-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}
[group-invalidated] .invalidated\:bg-negative-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
[group-invalidated] .invalidated\:bg-negative-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
[group-invalidated] .invalidated\:bg-negative-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[group-invalidated] .invalidated\:text-negative-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
[group-invalidated] .invalidated\:text-negative-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
[group-invalidated] .invalidated\:text-negative-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
[group-invalidated] .invalidated\:text-negative-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
[group-invalidated] .invalidated\:placeholder-negative-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 113 113 / var(--tw-placeholder-opacity, 1));
}
[group-invalidated] .invalidated\:placeholder-negative-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 113 113 / var(--tw-placeholder-opacity, 1));
}
[group-invalidated] .invalidated\:ring-negative-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}
[group-invalidated] .hover\:invalidated\:bg-negative-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
[group-invalidated] .hover\:invalidated\:bg-negative-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
[group-invalidated] .hover\:invalidated\:bg-negative-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[group-invalidated] .hover\:invalidated\:text-negative-700:hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
[group-invalidated] .hover\:invalidated\:text-negative-800:hover {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
[group-invalidated] .focus\:invalidated\:border-negative-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
[group-invalidated] .focus\:invalidated\:bg-negative-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
[group-invalidated] .focus\:invalidated\:bg-negative-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
[group-invalidated] .focus\:invalidated\:bg-negative-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[group-invalidated] .focus\:invalidated\:text-negative-600:focus {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
[group-invalidated] .focus\:invalidated\:text-negative-700:focus {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
[group-invalidated] .focus\:invalidated\:text-negative-800:focus {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
[group-invalidated] .focus\:invalidated\:ring-negative-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1));
}
[group-invalidated] .focus\:invalidated\:ring-negative-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}
[group-invalidated] .focus\:invalidated\:ring-negative-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
.group:hover [group-invalidated] .group-hover\:invalidated\:text-negative-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.group:focus [group-invalidated] .group-focus\:invalidated\:text-negative-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.group:focus [group-invalidated] .group-focus\:invalidated\:text-negative-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.group:focus [group-invalidated] .group-focus\:invalidated\:ring-negative-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
.peer:focus ~ [group-invalidated] .peer-focus\:invalidated\:bg-negative-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.peer:focus ~ [group-invalidated] .peer-focus\:invalidated\:ring-negative-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > .invalidated\:block:has(input:invalid) {
  display: block;
}
[with-validation-colors] > div[form-wrapper] > .invalidated\:border:has(input:invalid) {
  border-width: 1px;
}
[with-validation-colors] > div[form-wrapper] > .invalidated\:border-negative-400:has(input:invalid) {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > .invalidated\:border-negative-600:has(input:invalid) {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > .invalidated\:bg-negative-300:has(input:invalid) {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > .invalidated\:bg-negative-50:has(input:invalid) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > .invalidated\:bg-negative-500:has(input:invalid) {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > .invalidated\:bg-negative-600:has(input:invalid) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > .invalidated\:text-negative-400:has(input:invalid) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > .invalidated\:text-negative-500:has(input:invalid) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > .invalidated\:text-negative-600:has(input:invalid) {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > .invalidated\:text-negative-800:has(input:invalid) {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > .invalidated\:placeholder-negative-400:has(input:invalid)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 113 113 / var(--tw-placeholder-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > .invalidated\:placeholder-negative-400:has(input:invalid)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 113 113 / var(--tw-placeholder-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > .invalidated\:ring-negative-500:has(input:invalid) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > .hover\:invalidated\:bg-negative-200:has(input:invalid):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > .hover\:invalidated\:bg-negative-400:has(input:invalid):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > .hover\:invalidated\:bg-negative-600:has(input:invalid):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > .hover\:invalidated\:text-negative-700:has(input:invalid):hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > .hover\:invalidated\:text-negative-800:has(input:invalid):hover {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > .focus\:invalidated\:border-negative-400:has(input:invalid):focus {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > .focus\:invalidated\:bg-negative-200:has(input:invalid):focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > .focus\:invalidated\:bg-negative-400:has(input:invalid):focus {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > .focus\:invalidated\:bg-negative-600:has(input:invalid):focus {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > .focus\:invalidated\:text-negative-600:has(input:invalid):focus {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > .focus\:invalidated\:text-negative-700:has(input:invalid):focus {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > .focus\:invalidated\:text-negative-800:has(input:invalid):focus {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > .focus\:invalidated\:ring-negative-400:has(input:invalid):focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > .focus\:invalidated\:ring-negative-500:has(input:invalid):focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > .focus\:invalidated\:ring-negative-600:has(input:invalid):focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
.group:hover [with-validation-colors] > div[form-wrapper] > .group-hover\:invalidated\:text-negative-500:has(input:invalid) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.group:focus [with-validation-colors] > div[form-wrapper] > .group-focus\:invalidated\:text-negative-500:has(input:invalid) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.group:focus [with-validation-colors] > div[form-wrapper] > .group-focus\:invalidated\:text-negative-600:has(input:invalid) {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.group:focus [with-validation-colors] > div[form-wrapper] > .group-focus\:invalidated\:ring-negative-600:has(input:invalid) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
.peer:focus ~ [with-validation-colors] > div[form-wrapper] > .peer-focus\:invalidated\:bg-negative-600:has(input:invalid) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.peer:focus ~ [with-validation-colors] > div[form-wrapper] > .peer-focus\:invalidated\:ring-negative-600:has(input:invalid) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .invalidated\:block {
  display: block;
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .invalidated\:border {
  border-width: 1px;
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .invalidated\:border-negative-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .invalidated\:border-negative-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .invalidated\:bg-negative-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .invalidated\:bg-negative-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .invalidated\:bg-negative-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .invalidated\:bg-negative-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .invalidated\:text-negative-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .invalidated\:text-negative-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .invalidated\:text-negative-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .invalidated\:text-negative-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .invalidated\:placeholder-negative-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 113 113 / var(--tw-placeholder-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .invalidated\:placeholder-negative-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 113 113 / var(--tw-placeholder-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .invalidated\:ring-negative-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .hover\:invalidated\:bg-negative-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .hover\:invalidated\:bg-negative-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .hover\:invalidated\:bg-negative-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .hover\:invalidated\:text-negative-700:hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .hover\:invalidated\:text-negative-800:hover {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .focus\:invalidated\:border-negative-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .focus\:invalidated\:bg-negative-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .focus\:invalidated\:bg-negative-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .focus\:invalidated\:bg-negative-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .focus\:invalidated\:text-negative-600:focus {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .focus\:invalidated\:text-negative-700:focus {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .focus\:invalidated\:text-negative-800:focus {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .focus\:invalidated\:ring-negative-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .focus\:invalidated\:ring-negative-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .focus\:invalidated\:ring-negative-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
.group:hover [with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .group-hover\:invalidated\:text-negative-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.group:focus [with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .group-focus\:invalidated\:text-negative-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.group:focus [with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .group-focus\:invalidated\:text-negative-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.group:focus [with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .group-focus\:invalidated\:ring-negative-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
.peer:focus ~ [with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .peer-focus\:invalidated\:bg-negative-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.peer:focus ~ [with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .peer-focus\:invalidated\:ring-negative-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .invalidated\:block {
  display: block;
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .invalidated\:border {
  border-width: 1px;
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .invalidated\:border-negative-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .invalidated\:border-negative-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .invalidated\:bg-negative-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .invalidated\:bg-negative-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .invalidated\:bg-negative-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .invalidated\:bg-negative-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .invalidated\:text-negative-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .invalidated\:text-negative-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .invalidated\:text-negative-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .invalidated\:text-negative-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .invalidated\:placeholder-negative-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 113 113 / var(--tw-placeholder-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .invalidated\:placeholder-negative-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 113 113 / var(--tw-placeholder-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .invalidated\:ring-negative-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .hover\:invalidated\:bg-negative-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .hover\:invalidated\:bg-negative-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .hover\:invalidated\:bg-negative-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .hover\:invalidated\:text-negative-700:hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .hover\:invalidated\:text-negative-800:hover {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .focus\:invalidated\:border-negative-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .focus\:invalidated\:bg-negative-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .focus\:invalidated\:bg-negative-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .focus\:invalidated\:bg-negative-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .focus\:invalidated\:text-negative-600:focus {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .focus\:invalidated\:text-negative-700:focus {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .focus\:invalidated\:text-negative-800:focus {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .focus\:invalidated\:ring-negative-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .focus\:invalidated\:ring-negative-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .focus\:invalidated\:ring-negative-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
.group:hover [with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .group-hover\:invalidated\:text-negative-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.group:focus [with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .group-focus\:invalidated\:text-negative-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.group:focus [with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .group-focus\:invalidated\:text-negative-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.group:focus [with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .group-focus\:invalidated\:ring-negative-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
.peer:focus ~ [with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .peer-focus\:invalidated\:bg-negative-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.peer:focus ~ [with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .peer-focus\:invalidated\:ring-negative-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .invalidated\:block {
  display: block;
}
[with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .invalidated\:border {
  border-width: 1px;
}
[with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .invalidated\:border-negative-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .invalidated\:border-negative-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .invalidated\:bg-negative-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .invalidated\:bg-negative-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .invalidated\:bg-negative-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .invalidated\:bg-negative-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .invalidated\:text-negative-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .invalidated\:text-negative-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .invalidated\:text-negative-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .invalidated\:text-negative-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .invalidated\:placeholder-negative-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 113 113 / var(--tw-placeholder-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .invalidated\:placeholder-negative-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 113 113 / var(--tw-placeholder-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .invalidated\:ring-negative-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .hover\:invalidated\:bg-negative-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .hover\:invalidated\:bg-negative-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .hover\:invalidated\:bg-negative-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .hover\:invalidated\:text-negative-700:hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .hover\:invalidated\:text-negative-800:hover {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .focus\:invalidated\:border-negative-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .focus\:invalidated\:bg-negative-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .focus\:invalidated\:bg-negative-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .focus\:invalidated\:bg-negative-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .focus\:invalidated\:text-negative-600:focus {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .focus\:invalidated\:text-negative-700:focus {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .focus\:invalidated\:text-negative-800:focus {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .focus\:invalidated\:ring-negative-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .focus\:invalidated\:ring-negative-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .focus\:invalidated\:ring-negative-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
.group:hover [with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .group-hover\:invalidated\:text-negative-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.group:focus [with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .group-focus\:invalidated\:text-negative-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.group:focus [with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .group-focus\:invalidated\:text-negative-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.group:focus [with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .group-focus\:invalidated\:ring-negative-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
.peer:focus ~ [with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .peer-focus\:invalidated\:bg-negative-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.peer:focus ~ [with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .peer-focus\:invalidated\:ring-negative-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > .invalidated\:block:has(input:invalid:not(:-moz-placeholder)) {
  display: block;
}
[with-validation-colors][form-wrapper] > .invalidated\:block:has(input:invalid:not(:placeholder-shown)) {
  display: block;
}
[with-validation-colors][form-wrapper] > .invalidated\:border:has(input:invalid:not(:-moz-placeholder)) {
  border-width: 1px;
}
[with-validation-colors][form-wrapper] > .invalidated\:border:has(input:invalid:not(:placeholder-shown)) {
  border-width: 1px;
}
[with-validation-colors][form-wrapper] > .invalidated\:border-negative-400:has(input:invalid:not(:-moz-placeholder)) {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
[with-validation-colors][form-wrapper] > .invalidated\:border-negative-400:has(input:invalid:not(:placeholder-shown)) {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
[with-validation-colors][form-wrapper] > .invalidated\:border-negative-600:has(input:invalid:not(:-moz-placeholder)) {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
[with-validation-colors][form-wrapper] > .invalidated\:border-negative-600:has(input:invalid:not(:placeholder-shown)) {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
[with-validation-colors][form-wrapper] > .invalidated\:bg-negative-300:has(input:invalid:not(:-moz-placeholder)) {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > .invalidated\:bg-negative-300:has(input:invalid:not(:placeholder-shown)) {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > .invalidated\:bg-negative-50:has(input:invalid:not(:-moz-placeholder)) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > .invalidated\:bg-negative-50:has(input:invalid:not(:placeholder-shown)) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > .invalidated\:bg-negative-500:has(input:invalid:not(:-moz-placeholder)) {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > .invalidated\:bg-negative-500:has(input:invalid:not(:placeholder-shown)) {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > .invalidated\:bg-negative-600:has(input:invalid:not(:-moz-placeholder)) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > .invalidated\:bg-negative-600:has(input:invalid:not(:placeholder-shown)) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > .invalidated\:text-negative-400:has(input:invalid:not(:-moz-placeholder)) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > .invalidated\:text-negative-400:has(input:invalid:not(:placeholder-shown)) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > .invalidated\:text-negative-500:has(input:invalid:not(:-moz-placeholder)) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > .invalidated\:text-negative-500:has(input:invalid:not(:placeholder-shown)) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > .invalidated\:text-negative-600:has(input:invalid:not(:-moz-placeholder)) {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > .invalidated\:text-negative-600:has(input:invalid:not(:placeholder-shown)) {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > .invalidated\:text-negative-800:has(input:invalid:not(:-moz-placeholder)) {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > .invalidated\:text-negative-800:has(input:invalid:not(:placeholder-shown)) {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > .invalidated\:placeholder-negative-400:has(input:invalid:not(:-moz-placeholder))::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 113 113 / var(--tw-placeholder-opacity, 1));
}
[with-validation-colors][form-wrapper] > .invalidated\:placeholder-negative-400:has(input:invalid:not(:placeholder-shown))::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 113 113 / var(--tw-placeholder-opacity, 1));
}
[with-validation-colors][form-wrapper] > .invalidated\:placeholder-negative-400:has(input:invalid:not(:-moz-placeholder))::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 113 113 / var(--tw-placeholder-opacity, 1));
}
[with-validation-colors][form-wrapper] > .invalidated\:placeholder-negative-400:has(input:invalid:not(:placeholder-shown))::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 113 113 / var(--tw-placeholder-opacity, 1));
}
[with-validation-colors][form-wrapper] > .invalidated\:ring-negative-500:has(input:invalid:not(:-moz-placeholder)) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > .invalidated\:ring-negative-500:has(input:invalid:not(:placeholder-shown)) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > .hover\:invalidated\:bg-negative-200:has(input:invalid:not(:-moz-placeholder)):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > .hover\:invalidated\:bg-negative-200:has(input:invalid:not(:placeholder-shown)):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > .hover\:invalidated\:bg-negative-400:has(input:invalid:not(:-moz-placeholder)):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > .hover\:invalidated\:bg-negative-400:has(input:invalid:not(:placeholder-shown)):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > .hover\:invalidated\:bg-negative-600:has(input:invalid:not(:-moz-placeholder)):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > .hover\:invalidated\:bg-negative-600:has(input:invalid:not(:placeholder-shown)):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > .hover\:invalidated\:text-negative-700:has(input:invalid:not(:-moz-placeholder)):hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > .hover\:invalidated\:text-negative-700:has(input:invalid:not(:placeholder-shown)):hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > .hover\:invalidated\:text-negative-800:has(input:invalid:not(:-moz-placeholder)):hover {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > .hover\:invalidated\:text-negative-800:has(input:invalid:not(:placeholder-shown)):hover {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > .focus\:invalidated\:border-negative-400:has(input:invalid:not(:-moz-placeholder)):focus {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
[with-validation-colors][form-wrapper] > .focus\:invalidated\:border-negative-400:has(input:invalid:not(:placeholder-shown)):focus {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
[with-validation-colors][form-wrapper] > .focus\:invalidated\:bg-negative-200:has(input:invalid:not(:-moz-placeholder)):focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > .focus\:invalidated\:bg-negative-200:has(input:invalid:not(:placeholder-shown)):focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > .focus\:invalidated\:bg-negative-400:has(input:invalid:not(:-moz-placeholder)):focus {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > .focus\:invalidated\:bg-negative-400:has(input:invalid:not(:placeholder-shown)):focus {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > .focus\:invalidated\:bg-negative-600:has(input:invalid:not(:-moz-placeholder)):focus {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > .focus\:invalidated\:bg-negative-600:has(input:invalid:not(:placeholder-shown)):focus {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > .focus\:invalidated\:text-negative-600:has(input:invalid:not(:-moz-placeholder)):focus {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > .focus\:invalidated\:text-negative-600:has(input:invalid:not(:placeholder-shown)):focus {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > .focus\:invalidated\:text-negative-700:has(input:invalid:not(:-moz-placeholder)):focus {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > .focus\:invalidated\:text-negative-700:has(input:invalid:not(:placeholder-shown)):focus {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > .focus\:invalidated\:text-negative-800:has(input:invalid:not(:-moz-placeholder)):focus {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > .focus\:invalidated\:text-negative-800:has(input:invalid:not(:placeholder-shown)):focus {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > .focus\:invalidated\:ring-negative-400:has(input:invalid:not(:-moz-placeholder)):focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > .focus\:invalidated\:ring-negative-400:has(input:invalid:not(:placeholder-shown)):focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > .focus\:invalidated\:ring-negative-500:has(input:invalid:not(:-moz-placeholder)):focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > .focus\:invalidated\:ring-negative-500:has(input:invalid:not(:placeholder-shown)):focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > .focus\:invalidated\:ring-negative-600:has(input:invalid:not(:-moz-placeholder)):focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > .focus\:invalidated\:ring-negative-600:has(input:invalid:not(:placeholder-shown)):focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
.group:hover [with-validation-colors][form-wrapper] > .group-hover\:invalidated\:text-negative-500:has(input:invalid:not(:-moz-placeholder)) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.group:hover [with-validation-colors][form-wrapper] > .group-hover\:invalidated\:text-negative-500:has(input:invalid:not(:placeholder-shown)) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.group:focus [with-validation-colors][form-wrapper] > .group-focus\:invalidated\:text-negative-500:has(input:invalid:not(:-moz-placeholder)) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.group:focus [with-validation-colors][form-wrapper] > .group-focus\:invalidated\:text-negative-500:has(input:invalid:not(:placeholder-shown)) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.group:focus [with-validation-colors][form-wrapper] > .group-focus\:invalidated\:text-negative-600:has(input:invalid:not(:-moz-placeholder)) {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.group:focus [with-validation-colors][form-wrapper] > .group-focus\:invalidated\:text-negative-600:has(input:invalid:not(:placeholder-shown)) {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.group:focus [with-validation-colors][form-wrapper] > .group-focus\:invalidated\:ring-negative-600:has(input:invalid:not(:-moz-placeholder)) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
.group:focus [with-validation-colors][form-wrapper] > .group-focus\:invalidated\:ring-negative-600:has(input:invalid:not(:placeholder-shown)) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
.peer:focus ~ [with-validation-colors][form-wrapper] > .peer-focus\:invalidated\:bg-negative-600:has(input:invalid:not(:-moz-placeholder)) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.peer:focus ~ [with-validation-colors][form-wrapper] > .peer-focus\:invalidated\:bg-negative-600:has(input:invalid:not(:placeholder-shown)) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.peer:focus ~ [with-validation-colors][form-wrapper] > .peer-focus\:invalidated\:ring-negative-600:has(input:invalid:not(:-moz-placeholder)) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
.peer:focus ~ [with-validation-colors][form-wrapper] > .peer-focus\:invalidated\:ring-negative-600:has(input:invalid:not(:placeholder-shown)) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .invalidated\:block {
  display: block;
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .invalidated\:block {
  display: block;
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .invalidated\:border {
  border-width: 1px;
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .invalidated\:border {
  border-width: 1px;
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .invalidated\:border-negative-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .invalidated\:border-negative-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .invalidated\:border-negative-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .invalidated\:border-negative-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .invalidated\:bg-negative-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .invalidated\:bg-negative-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .invalidated\:bg-negative-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .invalidated\:bg-negative-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .invalidated\:bg-negative-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .invalidated\:bg-negative-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .invalidated\:bg-negative-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .invalidated\:bg-negative-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .invalidated\:text-negative-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .invalidated\:text-negative-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .invalidated\:text-negative-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .invalidated\:text-negative-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .invalidated\:text-negative-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .invalidated\:text-negative-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .invalidated\:text-negative-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .invalidated\:text-negative-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .invalidated\:placeholder-negative-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 113 113 / var(--tw-placeholder-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .invalidated\:placeholder-negative-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 113 113 / var(--tw-placeholder-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .invalidated\:placeholder-negative-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 113 113 / var(--tw-placeholder-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .invalidated\:placeholder-negative-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 113 113 / var(--tw-placeholder-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .invalidated\:ring-negative-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .invalidated\:ring-negative-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .hover\:invalidated\:bg-negative-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .hover\:invalidated\:bg-negative-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .hover\:invalidated\:bg-negative-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .hover\:invalidated\:bg-negative-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .hover\:invalidated\:bg-negative-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .hover\:invalidated\:bg-negative-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .hover\:invalidated\:text-negative-700:hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .hover\:invalidated\:text-negative-700:hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .hover\:invalidated\:text-negative-800:hover {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .hover\:invalidated\:text-negative-800:hover {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .focus\:invalidated\:border-negative-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .focus\:invalidated\:border-negative-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .focus\:invalidated\:bg-negative-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .focus\:invalidated\:bg-negative-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .focus\:invalidated\:bg-negative-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .focus\:invalidated\:bg-negative-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .focus\:invalidated\:bg-negative-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .focus\:invalidated\:bg-negative-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .focus\:invalidated\:text-negative-600:focus {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .focus\:invalidated\:text-negative-600:focus {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .focus\:invalidated\:text-negative-700:focus {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .focus\:invalidated\:text-negative-700:focus {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .focus\:invalidated\:text-negative-800:focus {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .focus\:invalidated\:text-negative-800:focus {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .focus\:invalidated\:ring-negative-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .focus\:invalidated\:ring-negative-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .focus\:invalidated\:ring-negative-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .focus\:invalidated\:ring-negative-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .focus\:invalidated\:ring-negative-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .focus\:invalidated\:ring-negative-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
.group:hover [with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .group-hover\:invalidated\:text-negative-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.group:hover [with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .group-hover\:invalidated\:text-negative-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.group:focus [with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .group-focus\:invalidated\:text-negative-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.group:focus [with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .group-focus\:invalidated\:text-negative-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.group:focus [with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .group-focus\:invalidated\:text-negative-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.group:focus [with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .group-focus\:invalidated\:text-negative-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.group:focus [with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .group-focus\:invalidated\:ring-negative-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
.group:focus [with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .group-focus\:invalidated\:ring-negative-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
.peer:focus ~ [with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .peer-focus\:invalidated\:bg-negative-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.peer:focus ~ [with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .peer-focus\:invalidated\:bg-negative-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.peer:focus ~ [with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .peer-focus\:invalidated\:ring-negative-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
.peer:focus ~ [with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .peer-focus\:invalidated\:ring-negative-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .invalidated\:block {
  display: block;
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .invalidated\:block {
  display: block;
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .invalidated\:border {
  border-width: 1px;
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .invalidated\:border {
  border-width: 1px;
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .invalidated\:border-negative-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .invalidated\:border-negative-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .invalidated\:border-negative-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .invalidated\:border-negative-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .invalidated\:bg-negative-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .invalidated\:bg-negative-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .invalidated\:bg-negative-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .invalidated\:bg-negative-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .invalidated\:bg-negative-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .invalidated\:bg-negative-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .invalidated\:bg-negative-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .invalidated\:bg-negative-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .invalidated\:text-negative-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .invalidated\:text-negative-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .invalidated\:text-negative-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .invalidated\:text-negative-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .invalidated\:text-negative-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .invalidated\:text-negative-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .invalidated\:text-negative-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .invalidated\:text-negative-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .invalidated\:placeholder-negative-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 113 113 / var(--tw-placeholder-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .invalidated\:placeholder-negative-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 113 113 / var(--tw-placeholder-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .invalidated\:placeholder-negative-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 113 113 / var(--tw-placeholder-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .invalidated\:placeholder-negative-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 113 113 / var(--tw-placeholder-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .invalidated\:ring-negative-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .invalidated\:ring-negative-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .hover\:invalidated\:bg-negative-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .hover\:invalidated\:bg-negative-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .hover\:invalidated\:bg-negative-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .hover\:invalidated\:bg-negative-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .hover\:invalidated\:bg-negative-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .hover\:invalidated\:bg-negative-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .hover\:invalidated\:text-negative-700:hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .hover\:invalidated\:text-negative-700:hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .hover\:invalidated\:text-negative-800:hover {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .hover\:invalidated\:text-negative-800:hover {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .focus\:invalidated\:border-negative-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .focus\:invalidated\:border-negative-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .focus\:invalidated\:bg-negative-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .focus\:invalidated\:bg-negative-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .focus\:invalidated\:bg-negative-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .focus\:invalidated\:bg-negative-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .focus\:invalidated\:bg-negative-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .focus\:invalidated\:bg-negative-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .focus\:invalidated\:text-negative-600:focus {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .focus\:invalidated\:text-negative-600:focus {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .focus\:invalidated\:text-negative-700:focus {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .focus\:invalidated\:text-negative-700:focus {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .focus\:invalidated\:text-negative-800:focus {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .focus\:invalidated\:text-negative-800:focus {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .focus\:invalidated\:ring-negative-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .focus\:invalidated\:ring-negative-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .focus\:invalidated\:ring-negative-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .focus\:invalidated\:ring-negative-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .focus\:invalidated\:ring-negative-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .focus\:invalidated\:ring-negative-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
.group:hover [with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .group-hover\:invalidated\:text-negative-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.group:hover [with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .group-hover\:invalidated\:text-negative-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.group:focus [with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .group-focus\:invalidated\:text-negative-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.group:focus [with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .group-focus\:invalidated\:text-negative-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.group:focus [with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .group-focus\:invalidated\:text-negative-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.group:focus [with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .group-focus\:invalidated\:text-negative-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.group:focus [with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .group-focus\:invalidated\:ring-negative-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
.group:focus [with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .group-focus\:invalidated\:ring-negative-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
.peer:focus ~ [with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .peer-focus\:invalidated\:bg-negative-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.peer:focus ~ [with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .peer-focus\:invalidated\:bg-negative-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.peer:focus ~ [with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .peer-focus\:invalidated\:ring-negative-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
.peer:focus ~ [with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .peer-focus\:invalidated\:ring-negative-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .invalidated\:block {
  display: block;
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .invalidated\:block {
  display: block;
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .invalidated\:border {
  border-width: 1px;
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .invalidated\:border {
  border-width: 1px;
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .invalidated\:border-negative-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .invalidated\:border-negative-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .invalidated\:border-negative-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .invalidated\:border-negative-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .invalidated\:bg-negative-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .invalidated\:bg-negative-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .invalidated\:bg-negative-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .invalidated\:bg-negative-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .invalidated\:bg-negative-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .invalidated\:bg-negative-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .invalidated\:bg-negative-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .invalidated\:bg-negative-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .invalidated\:text-negative-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .invalidated\:text-negative-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .invalidated\:text-negative-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .invalidated\:text-negative-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .invalidated\:text-negative-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .invalidated\:text-negative-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .invalidated\:text-negative-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .invalidated\:text-negative-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .invalidated\:placeholder-negative-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 113 113 / var(--tw-placeholder-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .invalidated\:placeholder-negative-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 113 113 / var(--tw-placeholder-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .invalidated\:placeholder-negative-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 113 113 / var(--tw-placeholder-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .invalidated\:placeholder-negative-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 113 113 / var(--tw-placeholder-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .invalidated\:ring-negative-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .invalidated\:ring-negative-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .hover\:invalidated\:bg-negative-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .hover\:invalidated\:bg-negative-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .hover\:invalidated\:bg-negative-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .hover\:invalidated\:bg-negative-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .hover\:invalidated\:bg-negative-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .hover\:invalidated\:bg-negative-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .hover\:invalidated\:text-negative-700:hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .hover\:invalidated\:text-negative-700:hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .hover\:invalidated\:text-negative-800:hover {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .hover\:invalidated\:text-negative-800:hover {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .focus\:invalidated\:border-negative-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .focus\:invalidated\:border-negative-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .focus\:invalidated\:bg-negative-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .focus\:invalidated\:bg-negative-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .focus\:invalidated\:bg-negative-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .focus\:invalidated\:bg-negative-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .focus\:invalidated\:bg-negative-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .focus\:invalidated\:bg-negative-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .focus\:invalidated\:text-negative-600:focus {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .focus\:invalidated\:text-negative-600:focus {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .focus\:invalidated\:text-negative-700:focus {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .focus\:invalidated\:text-negative-700:focus {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .focus\:invalidated\:text-negative-800:focus {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .focus\:invalidated\:text-negative-800:focus {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .focus\:invalidated\:ring-negative-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .focus\:invalidated\:ring-negative-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .focus\:invalidated\:ring-negative-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .focus\:invalidated\:ring-negative-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .focus\:invalidated\:ring-negative-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .focus\:invalidated\:ring-negative-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
.group:hover [with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .group-hover\:invalidated\:text-negative-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.group:hover [with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .group-hover\:invalidated\:text-negative-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.group:focus [with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .group-focus\:invalidated\:text-negative-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.group:focus [with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .group-focus\:invalidated\:text-negative-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.group:focus [with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .group-focus\:invalidated\:text-negative-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.group:focus [with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .group-focus\:invalidated\:text-negative-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.group:focus [with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .group-focus\:invalidated\:ring-negative-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
.group:focus [with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .group-focus\:invalidated\:ring-negative-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
.peer:focus ~ [with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .peer-focus\:invalidated\:bg-negative-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.peer:focus ~ [with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .peer-focus\:invalidated\:bg-negative-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.peer:focus ~ [with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .peer-focus\:invalidated\:ring-negative-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
.peer:focus ~ [with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .peer-focus\:invalidated\:ring-negative-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
label[name="form.wrapper.container"]:has(input:focus) .input-focus\:text-info-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
label[name="form.wrapper.container"]:has(input:focus) .input-focus\:text-negative-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
label[name="form.wrapper.container"]:has(input:focus) .input-focus\:text-positive-500 {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}
label[name="form.wrapper.container"]:has(input:focus) .input-focus\:text-primary-500 {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}
label[name="form.wrapper.container"]:has(input:focus) .input-focus\:text-primary-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
label[name="form.wrapper.container"]:has(input:focus) .input-focus\:text-secondary-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
label[name="form.wrapper.container"]:has(input:focus) .input-focus\:text-warning-500 {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}
label[name="form.wrapper.container"]:has(input:focus) .input-focus\:invalidated\:text-negative-500[invalid] {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
label[name="form.wrapper.container"]:has(input:focus) [group-invalidated] .input-focus\:invalidated\:text-negative-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
label[name="form.wrapper.container"]:has(input:focus) [with-validation-colors] > div[form-wrapper] > .input-focus\:invalidated\:text-negative-500:has(input:invalid) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
label[name="form.wrapper.container"]:has(input:focus) [with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .input-focus\:invalidated\:text-negative-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
label[name="form.wrapper.container"]:has(input:focus) [with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .input-focus\:invalidated\:text-negative-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
label[name="form.wrapper.container"]:has(input:focus) [with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .input-focus\:invalidated\:text-negative-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
label[name="form.wrapper.container"]:has(input:focus) [with-validation-colors][form-wrapper] > .input-focus\:invalidated\:text-negative-500:has(input:invalid:not(:-moz-placeholder)) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
label[name="form.wrapper.container"]:has(input:focus) [with-validation-colors][form-wrapper] > .input-focus\:invalidated\:text-negative-500:has(input:invalid:not(:placeholder-shown)) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
label[name="form.wrapper.container"]:has(input:focus) [with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .input-focus\:invalidated\:text-negative-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
label[name="form.wrapper.container"]:has(input:focus) [with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .input-focus\:invalidated\:text-negative-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
label[name="form.wrapper.container"]:has(input:focus) [with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .input-focus\:invalidated\:text-negative-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
label[name="form.wrapper.container"]:has(input:focus) [with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .input-focus\:invalidated\:text-negative-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
label[name="form.wrapper.container"]:has(input:focus) [with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .input-focus\:invalidated\:text-negative-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
label[name="form.wrapper.container"]:has(input:focus) [with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .input-focus\:invalidated\:text-negative-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {

  .sm\:absolute {
    position: absolute;
  }

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

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

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

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

  .sm\:order-last {
    order: 9999;
  }

  .sm\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .sm\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .sm\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .sm\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .sm\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .sm\:col-span-full {
    grid-column: 1 / -1;
  }

  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:ml-0 {
    margin-left: 0px;
  }

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

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-20 {
    height: 5rem;
  }

  .sm\:w-72 {
    width: 18rem;
  }

  .sm\:w-auto {
    width: auto;
  }

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

  .sm\:max-w-2xl {
    max-width: 42rem;
  }

  .sm\:max-w-3xl {
    max-width: 48rem;
  }

  .sm\:max-w-4xl {
    max-width: 56rem;
  }

  .sm\:max-w-5xl {
    max-width: 64rem;
  }

  .sm\:max-w-6xl {
    max-width: 72rem;
  }

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

  .sm\:max-w-\[19rem\] {
    max-width: 19rem;
  }

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

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

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

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

  .sm\:translate-x-0 {
    --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));
  }

  .sm\:translate-x-2 {
    --tw-translate-x: 0.5rem;
    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));
  }

  .sm\:translate-y-0 {
    --tw-translate-y: 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));
  }

  .sm\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    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));
  }

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

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

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

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

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

  .sm\:grid-cols-none {
    grid-template-columns: none;
  }

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

  .sm\:items-start {
    align-items: flex-start;
  }

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

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

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

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

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

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

  .sm\:gap-0\.5 {
    gap: 0.125rem;
  }

  .sm\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }

  .sm\:gap-y-0 {
    row-gap: 0px;
  }

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

  .sm\:rounded-xl {
    border-radius: 0.75rem;
  }

  .sm\:bg-secondary-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  }

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

  .sm\:p-1 {
    padding: 0.25rem;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .sm\:pt-0 {
    padding-top: 0px;
  }

  .sm\:pt-16 {
    padding-top: 4rem;
  }

  .sm\:pt-3 {
    padding-top: 0.75rem;
  }

  .sm\:pt-4 {
    padding-top: 1rem;
  }

  .sm\:pt-7 {
    padding-top: 1.75rem;
  }

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

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

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:leading-6 {
    line-height: 1.5rem;
  }

  .sm\:leading-normal {
    line-height: 1.5;
  }
}
@media (min-width: 768px) {

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

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

  .md\:border-l {
    border-left-width: 1px;
  }

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

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

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

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 1024px) {

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.dark\:border:where(.dark, .dark *) {
  border-width: 1px;
}
.dark\:border-0:where(.dark, .dark *) {
  border-width: 0px;
}
.dark\:border-none:where(.dark, .dark *) {
  border-style: none;
}
.dark\:border-black:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.dark\:border-emerald-500\/80:where(.dark, .dark *) {
  border-color: rgb(16 185 129 / 0.8);
}
.dark\:border-gray-400:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.dark\:border-gray-600:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.dark\:border-gray-700:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.dark\:border-info-500:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.dark\:border-negative-500:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.dark\:border-neutral-400:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
}
.dark\:border-positive-500:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}
.dark\:border-positive-500\/80:where(.dark, .dark *) {
  border-color: rgb(16 185 129 / 0.8);
}
.dark\:border-primary-500:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}
.dark\:border-secondary-400:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.dark\:border-secondary-500:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.dark\:border-secondary-600:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.dark\:border-secondary-700:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}
.dark\:border-slate-400:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}
.dark\:border-slate-500:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
}
.dark\:border-slate-600:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}
.dark\:border-slate-700:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}
.dark\:border-stone-400:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(168 162 158 / var(--tw-border-opacity, 1));
}
.dark\:border-teal-500\/80:where(.dark, .dark *) {
  border-color: rgb(20 184 166 / 0.8);
}
.dark\:border-warning-500:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}
.dark\:border-white\/80:where(.dark, .dark *) {
  border-color: rgb(255 255 255 / 0.8);
}
.dark\:border-zinc-400:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
}
.dark\:bg-amber-600\/60:where(.dark, .dark *) {
  background-color: rgb(217 119 6 / 0.6);
}
.dark\:bg-amber-700:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity, 1));
}
.dark\:bg-background-dark:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.dark\:bg-blue-600:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.dark\:bg-blue-600\/60:where(.dark, .dark *) {
  background-color: rgb(37 99 235 / 0.6);
}
.dark\:bg-blue-700:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.dark\:bg-cyan-600\/60:where(.dark, .dark *) {
  background-color: rgb(8 145 178 / 0.6);
}
.dark\:bg-cyan-700:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(14 116 144 / var(--tw-bg-opacity, 1));
}
.dark\:bg-emerald-600:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}
.dark\:bg-emerald-600\/60:where(.dark, .dark *) {
  background-color: rgb(5 150 105 / 0.6);
}
.dark\:bg-emerald-700:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}
.dark\:bg-fuchsia-600\/60:where(.dark, .dark *) {
  background-color: rgb(192 38 211 / 0.6);
}
.dark\:bg-fuchsia-700:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(162 28 175 / var(--tw-bg-opacity, 1));
}
.dark\:bg-gray-500\/60:where(.dark, .dark *) {
  background-color: rgb(107 114 128 / 0.6);
}
.dark\:bg-gray-700:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.dark\:bg-gray-800:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.dark\:bg-gray-900:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.dark\:bg-green-600\/60:where(.dark, .dark *) {
  background-color: rgb(22 163 74 / 0.6);
}
.dark\:bg-green-700:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}
.dark\:bg-indigo-600\/60:where(.dark, .dark *) {
  background-color: rgb(79 70 229 / 0.6);
}
.dark\:bg-indigo-700:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}
.dark\:bg-info-600:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.dark\:bg-info-600\/60:where(.dark, .dark *) {
  background-color: rgb(37 99 235 / 0.6);
}
.dark\:bg-info-700:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}
.dark\:bg-info-900\/70:where(.dark, .dark *) {
  background-color: rgb(30 58 138 / 0.7);
}
.dark\:bg-lime-600\/60:where(.dark, .dark *) {
  background-color: rgb(101 163 13 / 0.6);
}
.dark\:bg-lime-700:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(77 124 15 / var(--tw-bg-opacity, 1));
}
.dark\:bg-negative-600:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.dark\:bg-negative-600\/60:where(.dark, .dark *) {
  background-color: rgb(220 38 38 / 0.6);
}
.dark\:bg-negative-700:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
.dark\:bg-negative-900\/70:where(.dark, .dark *) {
  background-color: rgb(127 29 29 / 0.7);
}
.dark\:bg-neutral-500\/60:where(.dark, .dark *) {
  background-color: rgb(115 115 115 / 0.6);
}
.dark\:bg-neutral-700:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
}
.dark\:bg-orange-600\/60:where(.dark, .dark *) {
  background-color: rgb(234 88 12 / 0.6);
}
.dark\:bg-orange-700:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity, 1));
}
.dark\:bg-pink-600\/60:where(.dark, .dark *) {
  background-color: rgb(219 39 119 / 0.6);
}
.dark\:bg-pink-700:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(190 24 93 / var(--tw-bg-opacity, 1));
}
.dark\:bg-positive-600:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}
.dark\:bg-positive-600\/60:where(.dark, .dark *) {
  background-color: rgb(5 150 105 / 0.6);
}
.dark\:bg-positive-700:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}
.dark\:bg-positive-900\/70:where(.dark, .dark *) {
  background-color: rgb(6 78 59 / 0.7);
}
.dark\:bg-primary-200\/10:where(.dark, .dark *) {
  background-color: rgb(199 210 254 / 0.1);
}
.dark\:bg-primary-600:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}
.dark\:bg-primary-600\/60:where(.dark, .dark *) {
  background-color: rgb(79 70 229 / 0.6);
}
.dark\:bg-primary-700:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}
.dark\:bg-primary-900\/70:where(.dark, .dark *) {
  background-color: rgb(49 46 129 / 0.7);
}
.dark\:bg-purple-600\/60:where(.dark, .dark *) {
  background-color: rgb(147 51 234 / 0.6);
}
.dark\:bg-purple-700:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1));
}
.dark\:bg-red-600:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.dark\:bg-red-600\/60:where(.dark, .dark *) {
  background-color: rgb(220 38 38 / 0.6);
}
.dark\:bg-red-700:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
.dark\:bg-rose-600\/60:where(.dark, .dark *) {
  background-color: rgb(225 29 72 / 0.6);
}
.dark\:bg-rose-700:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(190 18 60 / var(--tw-bg-opacity, 1));
}
.dark\:bg-secondary-200:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.dark\:bg-secondary-600:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.dark\:bg-secondary-600\/60:where(.dark, .dark *) {
  background-color: rgb(75 85 99 / 0.6);
}
.dark\:bg-secondary-700:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.dark\:bg-secondary-700\/60:where(.dark, .dark *) {
  background-color: rgb(55 65 81 / 0.6);
}
.dark\:bg-secondary-800:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.dark\:bg-secondary-900\/70:where(.dark, .dark *) {
  background-color: rgb(17 24 39 / 0.7);
}
.dark\:bg-sky-600\/60:where(.dark, .dark *) {
  background-color: rgb(2 132 199 / 0.6);
}
.dark\:bg-sky-700:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity, 1));
}
.dark\:bg-slate-500\/60:where(.dark, .dark *) {
  background-color: rgb(100 116 139 / 0.6);
}
.dark\:bg-slate-600:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
}
.dark\:bg-slate-600\/60:where(.dark, .dark *) {
  background-color: rgb(71 85 105 / 0.6);
}
.dark\:bg-slate-700:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}
.dark\:bg-stone-500\/60:where(.dark, .dark *) {
  background-color: rgb(120 113 108 / 0.6);
}
.dark\:bg-stone-700:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity, 1));
}
.dark\:bg-teal-600\/60:where(.dark, .dark *) {
  background-color: rgb(13 148 136 / 0.6);
}
.dark\:bg-teal-700:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity, 1));
}
.dark\:bg-transparent:where(.dark, .dark *) {
  background-color: transparent;
}
.dark\:bg-violet-600\/60:where(.dark, .dark *) {
  background-color: rgb(124 58 237 / 0.6);
}
.dark\:bg-violet-700:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(109 40 217 / var(--tw-bg-opacity, 1));
}
.dark\:bg-warning-600:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}
.dark\:bg-warning-600\/60:where(.dark, .dark *) {
  background-color: rgb(217 119 6 / 0.6);
}
.dark\:bg-warning-700:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity, 1));
}
.dark\:bg-warning-900\/70:where(.dark, .dark *) {
  background-color: rgb(120 53 15 / 0.7);
}
.dark\:bg-white:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.dark\:bg-yellow-600\/60:where(.dark, .dark *) {
  background-color: rgb(202 138 4 / 0.6);
}
.dark\:bg-yellow-700:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity, 1));
}
.dark\:bg-zinc-500\/60:where(.dark, .dark *) {
  background-color: rgb(113 113 122 / 0.6);
}
.dark\:bg-zinc-700:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));
}
.dark\:text-amber-500:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}
.dark\:text-black:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.dark\:text-blue-400:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.dark\:text-cyan-400:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1));
}
.dark\:text-cyan-500\/90:where(.dark, .dark *) {
  color: rgb(6 182 212 / 0.9);
}
.dark\:text-emerald-400:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}
.dark\:text-emerald-500\/90:where(.dark, .dark *) {
  color: rgb(16 185 129 / 0.9);
}
.dark\:text-fuchsia-400:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(232 121 249 / var(--tw-text-opacity, 1));
}
.dark\:text-gray-200:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.dark\:text-gray-400:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.dark\:text-gray-600:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.dark\:text-green-400:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}
.dark\:text-indigo-400:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}
.dark\:text-info-200:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}
.dark\:text-info-400:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.dark\:text-info-600:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.dark\:text-lime-400:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(163 230 53 / var(--tw-text-opacity, 1));
}
.dark\:text-negative-200:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}
.dark\:text-negative-500:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.dark\:text-negative-600:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.dark\:text-neutral-400:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
.dark\:text-orange-400:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}
.dark\:text-pink-400:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity, 1));
}
.dark\:text-positive-200:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity, 1));
}
.dark\:text-positive-500:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}
.dark\:text-positive-500\/90:where(.dark, .dark *) {
  color: rgb(16 185 129 / 0.9);
}
.dark\:text-positive-600:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}
.dark\:text-primary-200:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity, 1));
}
.dark\:text-primary-400:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}
.dark\:text-primary-600:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.dark\:text-purple-400:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}
.dark\:text-red-500:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.dark\:text-rose-400:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity, 1));
}
.dark\:text-secondary-200:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.dark\:text-secondary-400:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.dark\:text-secondary-500:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.dark\:text-secondary-600:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.dark\:text-sky-400:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity, 1));
}
.dark\:text-sky-500\/90:where(.dark, .dark *) {
  color: rgb(14 165 233 / 0.9);
}
.dark\:text-slate-100:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}
.dark\:text-slate-200:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}
.dark\:text-slate-300:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.dark\:text-slate-400:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.dark\:text-slate-700:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.dark\:text-stone-400:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(168 162 158 / var(--tw-text-opacity, 1));
}
.dark\:text-teal-400:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity, 1));
}
.dark\:text-teal-500\/90:where(.dark, .dark *) {
  color: rgb(20 184 166 / 0.9);
}
.dark\:text-violet-400:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity, 1));
}
.dark\:text-warning-200:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity, 1));
}
.dark\:text-warning-500:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}
.dark\:text-warning-600:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}
.dark\:text-white:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.dark\:text-white\/80:where(.dark, .dark *) {
  color: rgb(255 255 255 / 0.8);
}
.dark\:text-yellow-500:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}
.dark\:text-zinc-400:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}
.dark\:placeholder\:text-gray-300:where(.dark, .dark *)::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.dark\:placeholder\:text-gray-300:where(.dark, .dark *)::placeholder {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.dark\:checked\:border-secondary-600:checked:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.dark\:hover\:bg-amber-500\/30:hover:where(.dark, .dark *) {
  background-color: rgb(245 158 11 / 0.3);
}
.dark\:hover\:bg-amber-600:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}
.dark\:hover\:bg-amber-600\/15:hover:where(.dark, .dark *) {
  background-color: rgb(217 119 6 / 0.15);
}
.dark\:hover\:bg-black:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.dark\:hover\:bg-black\/20:hover:where(.dark, .dark *) {
  background-color: rgb(0 0 0 / 0.2);
}
.dark\:hover\:bg-blue-500\/30:hover:where(.dark, .dark *) {
  background-color: rgb(59 130 246 / 0.3);
}
.dark\:hover\:bg-blue-600:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.dark\:hover\:bg-blue-600\/15:hover:where(.dark, .dark *) {
  background-color: rgb(37 99 235 / 0.15);
}
.dark\:hover\:bg-cyan-500\/30:hover:where(.dark, .dark *) {
  background-color: rgb(6 182 212 / 0.3);
}
.dark\:hover\:bg-cyan-600:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity, 1));
}
.dark\:hover\:bg-cyan-600\/15:hover:where(.dark, .dark *) {
  background-color: rgb(8 145 178 / 0.15);
}
.dark\:hover\:bg-emerald-500\/30:hover:where(.dark, .dark *) {
  background-color: rgb(16 185 129 / 0.3);
}
.dark\:hover\:bg-emerald-600:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}
.dark\:hover\:bg-emerald-600\/15:hover:where(.dark, .dark *) {
  background-color: rgb(5 150 105 / 0.15);
}
.dark\:hover\:bg-fuchsia-500\/30:hover:where(.dark, .dark *) {
  background-color: rgb(217 70 239 / 0.3);
}
.dark\:hover\:bg-fuchsia-600:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(192 38 211 / var(--tw-bg-opacity, 1));
}
.dark\:hover\:bg-fuchsia-600\/15:hover:where(.dark, .dark *) {
  background-color: rgb(192 38 211 / 0.15);
}
.dark\:hover\:bg-gray-400\/15:hover:where(.dark, .dark *) {
  background-color: rgb(156 163 175 / 0.15);
}
.dark\:hover\:bg-gray-400\/30:hover:where(.dark, .dark *) {
  background-color: rgb(156 163 175 / 0.3);
}
.dark\:hover\:bg-gray-600:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.dark\:hover\:bg-gray-600\/15:hover:where(.dark, .dark *) {
  background-color: rgb(75 85 99 / 0.15);
}
.dark\:hover\:bg-green-500\/30:hover:where(.dark, .dark *) {
  background-color: rgb(34 197 94 / 0.3);
}
.dark\:hover\:bg-green-600:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.dark\:hover\:bg-green-600\/15:hover:where(.dark, .dark *) {
  background-color: rgb(22 163 74 / 0.15);
}
.dark\:hover\:bg-indigo-500\/30:hover:where(.dark, .dark *) {
  background-color: rgb(99 102 241 / 0.3);
}
.dark\:hover\:bg-indigo-600:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}
.dark\:hover\:bg-indigo-600\/15:hover:where(.dark, .dark *) {
  background-color: rgb(79 70 229 / 0.15);
}
.dark\:hover\:bg-info-500\/30:hover:where(.dark, .dark *) {
  background-color: rgb(59 130 246 / 0.3);
}
.dark\:hover\:bg-info-600:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.dark\:hover\:bg-info-600\/15:hover:where(.dark, .dark *) {
  background-color: rgb(37 99 235 / 0.15);
}
.dark\:hover\:bg-lime-500\/30:hover:where(.dark, .dark *) {
  background-color: rgb(132 204 22 / 0.3);
}
.dark\:hover\:bg-lime-600:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity, 1));
}
.dark\:hover\:bg-lime-600\/15:hover:where(.dark, .dark *) {
  background-color: rgb(101 163 13 / 0.15);
}
.dark\:hover\:bg-negative-500\/30:hover:where(.dark, .dark *) {
  background-color: rgb(239 68 68 / 0.3);
}
.dark\:hover\:bg-negative-600:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.dark\:hover\:bg-negative-600\/15:hover:where(.dark, .dark *) {
  background-color: rgb(220 38 38 / 0.15);
}
.dark\:hover\:bg-neutral-400\/15:hover:where(.dark, .dark *) {
  background-color: rgb(163 163 163 / 0.15);
}
.dark\:hover\:bg-neutral-400\/30:hover:where(.dark, .dark *) {
  background-color: rgb(163 163 163 / 0.3);
}
.dark\:hover\:bg-neutral-600:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity, 1));
}
.dark\:hover\:bg-neutral-600\/15:hover:where(.dark, .dark *) {
  background-color: rgb(82 82 82 / 0.15);
}
.dark\:hover\:bg-orange-500\/30:hover:where(.dark, .dark *) {
  background-color: rgb(249 115 22 / 0.3);
}
.dark\:hover\:bg-orange-600:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}
.dark\:hover\:bg-orange-600\/15:hover:where(.dark, .dark *) {
  background-color: rgb(234 88 12 / 0.15);
}
.dark\:hover\:bg-pink-500\/30:hover:where(.dark, .dark *) {
  background-color: rgb(236 72 153 / 0.3);
}
.dark\:hover\:bg-pink-600:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity, 1));
}
.dark\:hover\:bg-pink-600\/15:hover:where(.dark, .dark *) {
  background-color: rgb(219 39 119 / 0.15);
}
.dark\:hover\:bg-positive-500\/30:hover:where(.dark, .dark *) {
  background-color: rgb(16 185 129 / 0.3);
}
.dark\:hover\:bg-positive-600:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}
.dark\:hover\:bg-positive-600\/15:hover:where(.dark, .dark *) {
  background-color: rgb(5 150 105 / 0.15);
}
.dark\:hover\:bg-primary-500\/30:hover:where(.dark, .dark *) {
  background-color: rgb(99 102 241 / 0.3);
}
.dark\:hover\:bg-primary-600:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}
.dark\:hover\:bg-primary-600\/15:hover:where(.dark, .dark *) {
  background-color: rgb(79 70 229 / 0.15);
}
.dark\:hover\:bg-purple-500\/30:hover:where(.dark, .dark *) {
  background-color: rgb(168 85 247 / 0.3);
}
.dark\:hover\:bg-purple-600:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}
.dark\:hover\:bg-purple-600\/15:hover:where(.dark, .dark *) {
  background-color: rgb(147 51 234 / 0.15);
}
.dark\:hover\:bg-red-500\/30:hover:where(.dark, .dark *) {
  background-color: rgb(239 68 68 / 0.3);
}
.dark\:hover\:bg-red-600:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.dark\:hover\:bg-red-600\/15:hover:where(.dark, .dark *) {
  background-color: rgb(220 38 38 / 0.15);
}
.dark\:hover\:bg-rose-500\/30:hover:where(.dark, .dark *) {
  background-color: rgb(244 63 94 / 0.3);
}
.dark\:hover\:bg-rose-600:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity, 1));
}
.dark\:hover\:bg-rose-600\/15:hover:where(.dark, .dark *) {
  background-color: rgb(225 29 72 / 0.15);
}
.dark\:hover\:bg-secondary-400\/15:hover:where(.dark, .dark *) {
  background-color: rgb(156 163 175 / 0.15);
}
.dark\:hover\:bg-secondary-500\/30:hover:where(.dark, .dark *) {
  background-color: rgb(107 114 128 / 0.3);
}
.dark\:hover\:bg-secondary-600:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.dark\:hover\:bg-secondary-600\/15:hover:where(.dark, .dark *) {
  background-color: rgb(75 85 99 / 0.15);
}
.dark\:hover\:bg-secondary-700:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.dark\:hover\:bg-sky-500\/30:hover:where(.dark, .dark *) {
  background-color: rgb(14 165 233 / 0.3);
}
.dark\:hover\:bg-sky-600:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1));
}
.dark\:hover\:bg-sky-600\/15:hover:where(.dark, .dark *) {
  background-color: rgb(2 132 199 / 0.15);
}
.dark\:hover\:bg-slate-400\/15:hover:where(.dark, .dark *) {
  background-color: rgb(148 163 184 / 0.15);
}
.dark\:hover\:bg-slate-400\/30:hover:where(.dark, .dark *) {
  background-color: rgb(148 163 184 / 0.3);
}
.dark\:hover\:bg-slate-500\/30:hover:where(.dark, .dark *) {
  background-color: rgb(100 116 139 / 0.3);
}
.dark\:hover\:bg-slate-600:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
}
.dark\:hover\:bg-slate-600\/15:hover:where(.dark, .dark *) {
  background-color: rgb(71 85 105 / 0.15);
}
.dark\:hover\:bg-slate-700:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}
.dark\:hover\:bg-stone-400\/15:hover:where(.dark, .dark *) {
  background-color: rgb(168 162 158 / 0.15);
}
.dark\:hover\:bg-stone-400\/30:hover:where(.dark, .dark *) {
  background-color: rgb(168 162 158 / 0.3);
}
.dark\:hover\:bg-stone-600:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(87 83 78 / var(--tw-bg-opacity, 1));
}
.dark\:hover\:bg-stone-600\/15:hover:where(.dark, .dark *) {
  background-color: rgb(87 83 78 / 0.15);
}
.dark\:hover\:bg-teal-500\/30:hover:where(.dark, .dark *) {
  background-color: rgb(20 184 166 / 0.3);
}
.dark\:hover\:bg-teal-600:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity, 1));
}
.dark\:hover\:bg-teal-600\/15:hover:where(.dark, .dark *) {
  background-color: rgb(13 148 136 / 0.15);
}
.dark\:hover\:bg-violet-500\/30:hover:where(.dark, .dark *) {
  background-color: rgb(139 92 246 / 0.3);
}
.dark\:hover\:bg-violet-600:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1));
}
.dark\:hover\:bg-violet-600\/15:hover:where(.dark, .dark *) {
  background-color: rgb(124 58 237 / 0.15);
}
.dark\:hover\:bg-warning-500\/30:hover:where(.dark, .dark *) {
  background-color: rgb(245 158 11 / 0.3);
}
.dark\:hover\:bg-warning-600:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}
.dark\:hover\:bg-warning-600\/15:hover:where(.dark, .dark *) {
  background-color: rgb(217 119 6 / 0.15);
}
.dark\:hover\:bg-white:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.dark\:hover\:bg-yellow-500\/30:hover:where(.dark, .dark *) {
  background-color: rgb(234 179 8 / 0.3);
}
.dark\:hover\:bg-yellow-600:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
}
.dark\:hover\:bg-yellow-600\/15:hover:where(.dark, .dark *) {
  background-color: rgb(202 138 4 / 0.15);
}
.dark\:hover\:bg-zinc-400\/15:hover:where(.dark, .dark *) {
  background-color: rgb(161 161 170 / 0.15);
}
.dark\:hover\:bg-zinc-400\/30:hover:where(.dark, .dark *) {
  background-color: rgb(161 161 170 / 0.3);
}
.dark\:hover\:bg-zinc-600:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity, 1));
}
.dark\:hover\:bg-zinc-600\/15:hover:where(.dark, .dark *) {
  background-color: rgb(82 82 91 / 0.15);
}
.dark\:hover\:text-amber-400:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-amber-500:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-black:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-blue-400:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-blue-500:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-cyan-400:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-cyan-500:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-emerald-400:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-emerald-500:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-fuchsia-400:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(232 121 249 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-fuchsia-500:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(217 70 239 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-gray-300:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-gray-400:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-green-400:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-green-500:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-indigo-400:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-indigo-500:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-info-400:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-info-500:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-lime-400:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(163 230 53 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-lime-500:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-negative-400:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-negative-500:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-neutral-300:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-neutral-300\/90:hover:where(.dark, .dark *) {
  color: rgb(212 212 212 / 0.9);
}
.dark\:hover\:text-neutral-400:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-orange-400:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-orange-500:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-pink-400:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-pink-500:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-positive-400:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-positive-500:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-primary-400:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-primary-500:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-purple-400:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-purple-500:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-red-400:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-red-500:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-rose-400:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-rose-500:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-secondary-300\/90:hover:where(.dark, .dark *) {
  color: rgb(209 213 219 / 0.9);
}
.dark\:hover\:text-secondary-400:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-secondary-600:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-sky-400:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-sky-500:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-slate-100\/100:hover:where(.dark, .dark *) {
  color: rgb(241 245 249 / 1);
}
.dark\:hover\:text-slate-300:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-slate-300\/90:hover:where(.dark, .dark *) {
  color: rgb(203 213 225 / 0.9);
}
.dark\:hover\:text-slate-400:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-stone-300:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(214 211 209 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-stone-300\/90:hover:where(.dark, .dark *) {
  color: rgb(214 211 209 / 0.9);
}
.dark\:hover\:text-stone-400:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(168 162 158 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-teal-400:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-teal-500:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-violet-400:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-violet-500:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-warning-400:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-warning-500:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-white:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-yellow-400:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-yellow-500:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-zinc-300:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity, 1));
}
.dark\:hover\:text-zinc-400:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}
.dark\:hover\:ring-2:hover:where(.dark, .dark *) {
  --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);
}
.dark\:hover\:ring-gray-400:hover:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:border-secondary-500:focus:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.dark\:focus\:border-transparent:focus:where(.dark, .dark *) {
  border-color: transparent;
}
.dark\:focus\:bg-amber-500\/30:focus:where(.dark, .dark *) {
  background-color: rgb(245 158 11 / 0.3);
}
.dark\:focus\:bg-amber-600:focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}
.dark\:focus\:bg-amber-600\/15:focus:where(.dark, .dark *) {
  background-color: rgb(217 119 6 / 0.15);
}
.dark\:focus\:bg-black:focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.dark\:focus\:bg-black\/20:focus:where(.dark, .dark *) {
  background-color: rgb(0 0 0 / 0.2);
}
.dark\:focus\:bg-blue-500\/30:focus:where(.dark, .dark *) {
  background-color: rgb(59 130 246 / 0.3);
}
.dark\:focus\:bg-blue-600:focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.dark\:focus\:bg-blue-600\/15:focus:where(.dark, .dark *) {
  background-color: rgb(37 99 235 / 0.15);
}
.dark\:focus\:bg-cyan-500\/30:focus:where(.dark, .dark *) {
  background-color: rgb(6 182 212 / 0.3);
}
.dark\:focus\:bg-cyan-600:focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity, 1));
}
.dark\:focus\:bg-cyan-600\/15:focus:where(.dark, .dark *) {
  background-color: rgb(8 145 178 / 0.15);
}
.dark\:focus\:bg-emerald-500\/30:focus:where(.dark, .dark *) {
  background-color: rgb(16 185 129 / 0.3);
}
.dark\:focus\:bg-emerald-600:focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}
.dark\:focus\:bg-emerald-600\/15:focus:where(.dark, .dark *) {
  background-color: rgb(5 150 105 / 0.15);
}
.dark\:focus\:bg-fuchsia-500\/30:focus:where(.dark, .dark *) {
  background-color: rgb(217 70 239 / 0.3);
}
.dark\:focus\:bg-fuchsia-600:focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(192 38 211 / var(--tw-bg-opacity, 1));
}
.dark\:focus\:bg-fuchsia-600\/15:focus:where(.dark, .dark *) {
  background-color: rgb(192 38 211 / 0.15);
}
.dark\:focus\:bg-gray-400\/15:focus:where(.dark, .dark *) {
  background-color: rgb(156 163 175 / 0.15);
}
.dark\:focus\:bg-gray-400\/30:focus:where(.dark, .dark *) {
  background-color: rgb(156 163 175 / 0.3);
}
.dark\:focus\:bg-gray-600:focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.dark\:focus\:bg-green-500\/30:focus:where(.dark, .dark *) {
  background-color: rgb(34 197 94 / 0.3);
}
.dark\:focus\:bg-green-600:focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.dark\:focus\:bg-green-600\/15:focus:where(.dark, .dark *) {
  background-color: rgb(22 163 74 / 0.15);
}
.dark\:focus\:bg-indigo-500\/30:focus:where(.dark, .dark *) {
  background-color: rgb(99 102 241 / 0.3);
}
.dark\:focus\:bg-indigo-600:focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}
.dark\:focus\:bg-indigo-600\/15:focus:where(.dark, .dark *) {
  background-color: rgb(79 70 229 / 0.15);
}
.dark\:focus\:bg-info-500\/30:focus:where(.dark, .dark *) {
  background-color: rgb(59 130 246 / 0.3);
}
.dark\:focus\:bg-info-600:focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.dark\:focus\:bg-info-600\/15:focus:where(.dark, .dark *) {
  background-color: rgb(37 99 235 / 0.15);
}
.dark\:focus\:bg-lime-500\/30:focus:where(.dark, .dark *) {
  background-color: rgb(132 204 22 / 0.3);
}
.dark\:focus\:bg-lime-600:focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity, 1));
}
.dark\:focus\:bg-lime-600\/15:focus:where(.dark, .dark *) {
  background-color: rgb(101 163 13 / 0.15);
}
.dark\:focus\:bg-negative-500\/30:focus:where(.dark, .dark *) {
  background-color: rgb(239 68 68 / 0.3);
}
.dark\:focus\:bg-negative-600:focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.dark\:focus\:bg-negative-600\/15:focus:where(.dark, .dark *) {
  background-color: rgb(220 38 38 / 0.15);
}
.dark\:focus\:bg-neutral-400\/15:focus:where(.dark, .dark *) {
  background-color: rgb(163 163 163 / 0.15);
}
.dark\:focus\:bg-neutral-400\/30:focus:where(.dark, .dark *) {
  background-color: rgb(163 163 163 / 0.3);
}
.dark\:focus\:bg-neutral-600:focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity, 1));
}
.dark\:focus\:bg-orange-500\/30:focus:where(.dark, .dark *) {
  background-color: rgb(249 115 22 / 0.3);
}
.dark\:focus\:bg-orange-600:focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}
.dark\:focus\:bg-orange-600\/15:focus:where(.dark, .dark *) {
  background-color: rgb(234 88 12 / 0.15);
}
.dark\:focus\:bg-pink-500\/30:focus:where(.dark, .dark *) {
  background-color: rgb(236 72 153 / 0.3);
}
.dark\:focus\:bg-pink-600:focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity, 1));
}
.dark\:focus\:bg-pink-600\/15:focus:where(.dark, .dark *) {
  background-color: rgb(219 39 119 / 0.15);
}
.dark\:focus\:bg-positive-500\/30:focus:where(.dark, .dark *) {
  background-color: rgb(16 185 129 / 0.3);
}
.dark\:focus\:bg-positive-600:focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}
.dark\:focus\:bg-positive-600\/15:focus:where(.dark, .dark *) {
  background-color: rgb(5 150 105 / 0.15);
}
.dark\:focus\:bg-primary-500\/30:focus:where(.dark, .dark *) {
  background-color: rgb(99 102 241 / 0.3);
}
.dark\:focus\:bg-primary-600:focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}
.dark\:focus\:bg-primary-600\/15:focus:where(.dark, .dark *) {
  background-color: rgb(79 70 229 / 0.15);
}
.dark\:focus\:bg-purple-500\/30:focus:where(.dark, .dark *) {
  background-color: rgb(168 85 247 / 0.3);
}
.dark\:focus\:bg-purple-600:focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}
.dark\:focus\:bg-purple-600\/15:focus:where(.dark, .dark *) {
  background-color: rgb(147 51 234 / 0.15);
}
.dark\:focus\:bg-red-500\/30:focus:where(.dark, .dark *) {
  background-color: rgb(239 68 68 / 0.3);
}
.dark\:focus\:bg-red-600:focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.dark\:focus\:bg-red-600\/15:focus:where(.dark, .dark *) {
  background-color: rgb(220 38 38 / 0.15);
}
.dark\:focus\:bg-rose-500\/30:focus:where(.dark, .dark *) {
  background-color: rgb(244 63 94 / 0.3);
}
.dark\:focus\:bg-rose-600:focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity, 1));
}
.dark\:focus\:bg-rose-600\/15:focus:where(.dark, .dark *) {
  background-color: rgb(225 29 72 / 0.15);
}
.dark\:focus\:bg-secondary-400\/15:focus:where(.dark, .dark *) {
  background-color: rgb(156 163 175 / 0.15);
}
.dark\:focus\:bg-secondary-500\/30:focus:where(.dark, .dark *) {
  background-color: rgb(107 114 128 / 0.3);
}
.dark\:focus\:bg-secondary-600:focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}
.dark\:focus\:bg-sky-500\/30:focus:where(.dark, .dark *) {
  background-color: rgb(14 165 233 / 0.3);
}
.dark\:focus\:bg-sky-600:focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1));
}
.dark\:focus\:bg-sky-600\/15:focus:where(.dark, .dark *) {
  background-color: rgb(2 132 199 / 0.15);
}
.dark\:focus\:bg-slate-400\/15:focus:where(.dark, .dark *) {
  background-color: rgb(148 163 184 / 0.15);
}
.dark\:focus\:bg-slate-400\/30:focus:where(.dark, .dark *) {
  background-color: rgb(148 163 184 / 0.3);
}
.dark\:focus\:bg-slate-500\/30:focus:where(.dark, .dark *) {
  background-color: rgb(100 116 139 / 0.3);
}
.dark\:focus\:bg-slate-600:focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
}
.dark\:focus\:bg-slate-600\/15:focus:where(.dark, .dark *) {
  background-color: rgb(71 85 105 / 0.15);
}
.dark\:focus\:bg-slate-700:focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}
.dark\:focus\:bg-stone-400\/15:focus:where(.dark, .dark *) {
  background-color: rgb(168 162 158 / 0.15);
}
.dark\:focus\:bg-stone-400\/30:focus:where(.dark, .dark *) {
  background-color: rgb(168 162 158 / 0.3);
}
.dark\:focus\:bg-stone-600:focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(87 83 78 / var(--tw-bg-opacity, 1));
}
.dark\:focus\:bg-teal-500\/30:focus:where(.dark, .dark *) {
  background-color: rgb(20 184 166 / 0.3);
}
.dark\:focus\:bg-teal-600:focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity, 1));
}
.dark\:focus\:bg-teal-600\/15:focus:where(.dark, .dark *) {
  background-color: rgb(13 148 136 / 0.15);
}
.dark\:focus\:bg-violet-500\/30:focus:where(.dark, .dark *) {
  background-color: rgb(139 92 246 / 0.3);
}
.dark\:focus\:bg-violet-600:focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1));
}
.dark\:focus\:bg-violet-600\/15:focus:where(.dark, .dark *) {
  background-color: rgb(124 58 237 / 0.15);
}
.dark\:focus\:bg-warning-500\/30:focus:where(.dark, .dark *) {
  background-color: rgb(245 158 11 / 0.3);
}
.dark\:focus\:bg-warning-600:focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}
.dark\:focus\:bg-warning-600\/15:focus:where(.dark, .dark *) {
  background-color: rgb(217 119 6 / 0.15);
}
.dark\:focus\:bg-white:focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.dark\:focus\:bg-yellow-500\/30:focus:where(.dark, .dark *) {
  background-color: rgb(234 179 8 / 0.3);
}
.dark\:focus\:bg-yellow-600:focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
}
.dark\:focus\:bg-yellow-600\/15:focus:where(.dark, .dark *) {
  background-color: rgb(202 138 4 / 0.15);
}
.dark\:focus\:bg-zinc-400\/15:focus:where(.dark, .dark *) {
  background-color: rgb(161 161 170 / 0.15);
}
.dark\:focus\:bg-zinc-400\/30:focus:where(.dark, .dark *) {
  background-color: rgb(161 161 170 / 0.3);
}
.dark\:focus\:bg-zinc-600:focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity, 1));
}
.dark\:focus\:text-amber-400:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}
.dark\:focus\:text-amber-500:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}
.dark\:focus\:text-black:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.dark\:focus\:text-blue-400:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.dark\:focus\:text-blue-500:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.dark\:focus\:text-cyan-400:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1));
}
.dark\:focus\:text-cyan-500:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity, 1));
}
.dark\:focus\:text-emerald-400:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}
.dark\:focus\:text-emerald-500:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}
.dark\:focus\:text-fuchsia-400:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(232 121 249 / var(--tw-text-opacity, 1));
}
.dark\:focus\:text-fuchsia-500:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(217 70 239 / var(--tw-text-opacity, 1));
}
.dark\:focus\:text-gray-300:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.dark\:focus\:text-gray-400:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.dark\:focus\:text-green-400:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}
.dark\:focus\:text-green-500:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.dark\:focus\:text-indigo-400:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}
.dark\:focus\:text-indigo-500:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}
.dark\:focus\:text-info-400:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.dark\:focus\:text-info-500:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.dark\:focus\:text-lime-400:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(163 230 53 / var(--tw-text-opacity, 1));
}
.dark\:focus\:text-lime-500:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity, 1));
}
.dark\:focus\:text-negative-400:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.dark\:focus\:text-negative-500:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.dark\:focus\:text-neutral-300:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity, 1));
}
.dark\:focus\:text-neutral-300\/90:focus:where(.dark, .dark *) {
  color: rgb(212 212 212 / 0.9);
}
.dark\:focus\:text-neutral-400:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}
.dark\:focus\:text-orange-400:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}
.dark\:focus\:text-orange-500:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}
.dark\:focus\:text-pink-400:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity, 1));
}
.dark\:focus\:text-pink-500:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity, 1));
}
.dark\:focus\:text-positive-400:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}
.dark\:focus\:text-positive-500:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}
.dark\:focus\:text-primary-400:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}
.dark\:focus\:text-primary-500:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}
.dark\:focus\:text-purple-400:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}
.dark\:focus\:text-purple-500:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}
.dark\:focus\:text-red-400:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.dark\:focus\:text-red-500:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.dark\:focus\:text-rose-400:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity, 1));
}
.dark\:focus\:text-rose-500:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity, 1));
}
.dark\:focus\:text-secondary-300\/90:focus:where(.dark, .dark *) {
  color: rgb(209 213 219 / 0.9);
}
.dark\:focus\:text-secondary-400:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.dark\:focus\:text-sky-400:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity, 1));
}
.dark\:focus\:text-sky-500:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity, 1));
}
.dark\:focus\:text-slate-100\/100:focus:where(.dark, .dark *) {
  color: rgb(241 245 249 / 1);
}
.dark\:focus\:text-slate-300:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.dark\:focus\:text-slate-300\/90:focus:where(.dark, .dark *) {
  color: rgb(203 213 225 / 0.9);
}
.dark\:focus\:text-slate-400:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.dark\:focus\:text-stone-300:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(214 211 209 / var(--tw-text-opacity, 1));
}
.dark\:focus\:text-stone-300\/90:focus:where(.dark, .dark *) {
  color: rgb(214 211 209 / 0.9);
}
.dark\:focus\:text-stone-400:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(168 162 158 / var(--tw-text-opacity, 1));
}
.dark\:focus\:text-teal-400:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity, 1));
}
.dark\:focus\:text-teal-500:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / var(--tw-text-opacity, 1));
}
.dark\:focus\:text-violet-400:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity, 1));
}
.dark\:focus\:text-violet-500:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity, 1));
}
.dark\:focus\:text-warning-400:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}
.dark\:focus\:text-warning-500:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}
.dark\:focus\:text-white:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.dark\:focus\:text-yellow-400:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}
.dark\:focus\:text-yellow-500:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}
.dark\:focus\:text-zinc-300:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity, 1));
}
.dark\:focus\:text-zinc-400:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}
.dark\:focus\:ring-amber-600:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 119 6 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-amber-700:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(180 83 9 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-black:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-blue-600:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-blue-700:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(29 78 216 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-cyan-600:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(8 145 178 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-cyan-700:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 116 144 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-emerald-600:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(5 150 105 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-emerald-700:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(4 120 87 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-fuchsia-600:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(192 38 211 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-fuchsia-700:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(162 28 175 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-gray-400:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-gray-500:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-gray-600:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-gray-700:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(55 65 81 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-green-600:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 163 74 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-green-700:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(21 128 61 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-indigo-600:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-indigo-700:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(67 56 202 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-info-600:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-info-700:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(29 78 216 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-lime-600:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(101 163 13 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-lime-700:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(77 124 15 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-negative-600:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-negative-700:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-neutral-400:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(163 163 163 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-neutral-500:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(115 115 115 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-neutral-600:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(82 82 82 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-neutral-700:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(64 64 64 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-orange-600:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(234 88 12 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-orange-700:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(194 65 12 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-pink-600:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(219 39 119 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-pink-700:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(190 24 93 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-positive-600:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(5 150 105 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-positive-700:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(4 120 87 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-primary-600:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-primary-700:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(67 56 202 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-purple-600:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 51 234 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-purple-700:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(126 34 206 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-red-600:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-red-700:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-rose-600:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(225 29 72 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-rose-700:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(190 18 60 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-secondary-500:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-secondary-600:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-secondary-700:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(55 65 81 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-sky-600:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(2 132 199 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-sky-700:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(3 105 161 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-slate-400:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(148 163 184 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-slate-500:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(100 116 139 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-slate-600:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(71 85 105 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-slate-700:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(51 65 85 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-stone-400:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 162 158 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-stone-500:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(120 113 108 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-stone-600:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(87 83 78 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-stone-700:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(68 64 60 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-teal-500\/80:focus:where(.dark, .dark *) {
  --tw-ring-color: rgb(20 184 166 / 0.8);
}
.dark\:focus\:ring-teal-600:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(13 148 136 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-teal-700:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(15 118 110 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-violet-600:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(124 58 237 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-violet-700:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(109 40 217 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-warning-600:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 119 6 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-warning-700:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(180 83 9 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-white:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-white\/70:focus:where(.dark, .dark *) {
  --tw-ring-color: rgb(255 255 255 / 0.7);
}
.dark\:focus\:ring-white\/80:focus:where(.dark, .dark *) {
  --tw-ring-color: rgb(255 255 255 / 0.8);
}
.dark\:focus\:ring-yellow-600:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(202 138 4 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-yellow-700:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(161 98 7 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-zinc-400:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(161 161 170 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-zinc-500:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(113 113 122 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-zinc-600:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(82 82 91 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-zinc-700:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(63 63 70 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:ring-offset-background-dark:focus:where(.dark, .dark *) {
  --tw-ring-offset-color: #1f2937;
}
.dark\:focus\:ring-offset-secondary-800:focus:where(.dark, .dark *) {
  --tw-ring-offset-color: #1f2937;
}
.group:hover .dark\:group-hover\:text-gray-500:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.group:focus .dark\:group-focus\:text-primary-500:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}
.group:focus .dark\:group-focus\:ring-secondary-600:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity, 1));
}
.peer:checked ~ .dark\:peer-checked\:bg-secondary-700:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.peer:focus ~ .dark\:peer-focus\:ring-secondary-600:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity, 1));
}
.peer:focus ~ .dark\:peer-focus\:ring-offset-secondary-800:where(.dark, .dark *) {
  --tw-ring-offset-color: #1f2937;
}
.dark\:invalidated\:border-negative-600[invalid]:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.dark\:invalidated\:bg-negative-600[invalid]:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.dark\:invalidated\:bg-negative-700[invalid]:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
.dark\:invalidated\:bg-negative-700\/10[invalid]:where(.dark, .dark *) {
  background-color: rgb(185 28 28 / 0.1);
}
.dark\:invalidated\:text-negative-400[invalid]:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.dark\:invalidated\:text-negative-500[invalid]:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.dark\:invalidated\:text-negative-600[invalid]:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.dark\:invalidated\:text-negative-700[invalid]:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.dark\:invalidated\:placeholder-negative-600\/70[invalid]:where(.dark, .dark *)::-moz-placeholder {
  color: rgb(220 38 38 / 0.7);
}
.dark\:invalidated\:placeholder-negative-600\/70[invalid]:where(.dark, .dark *)::placeholder {
  color: rgb(220 38 38 / 0.7);
}
.dark\:invalidated\:ring-negative-600[invalid]:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
.dark\:invalidated\:ring-negative-700[invalid]:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
.dark\:checked\:invalidated\:border-negative-700[invalid]:checked:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}
.dark\:checked\:invalidated\:bg-negative-700[invalid]:checked:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
.dark\:hover\:invalidated\:bg-negative-500[invalid]:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.dark\:hover\:invalidated\:bg-negative-600[invalid]:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.dark\:hover\:invalidated\:text-negative-400[invalid]:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.dark\:hover\:invalidated\:text-negative-500[invalid]:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.dark\:focus\:invalidated\:border-negative-600[invalid]:focus:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
.dark\:focus\:invalidated\:bg-negative-500[invalid]:focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.dark\:focus\:invalidated\:bg-negative-600[invalid]:focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.dark\:focus\:invalidated\:text-negative-400[invalid]:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.dark\:focus\:invalidated\:text-negative-500[invalid]:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.dark\:focus\:invalidated\:ring-negative-600[invalid]:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:invalidated\:ring-negative-700[invalid]:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
.dark\:focus\:invalidated\:ring-offset-secondary-800[invalid]:focus:where(.dark, .dark *) {
  --tw-ring-offset-color: #1f2937;
}
.group:focus .dark\:group-focus\:invalidated\:ring-negative-700[invalid]:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
.peer:focus ~ .dark\:peer-focus\:invalidated\:ring-negative-700[invalid]:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
.peer:focus ~ .dark\:peer-focus\:invalidated\:ring-offset-secondary-800[invalid]:where(.dark, .dark *) {
  --tw-ring-offset-color: #1f2937;
}
[group-invalidated] .dark\:invalidated\:border-negative-600:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
[group-invalidated] .dark\:invalidated\:bg-negative-600:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[group-invalidated] .dark\:invalidated\:bg-negative-700:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
[group-invalidated] .dark\:invalidated\:bg-negative-700\/10:where(.dark, .dark *) {
  background-color: rgb(185 28 28 / 0.1);
}
[group-invalidated] .dark\:invalidated\:text-negative-400:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
[group-invalidated] .dark\:invalidated\:text-negative-500:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
[group-invalidated] .dark\:invalidated\:text-negative-600:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
[group-invalidated] .dark\:invalidated\:text-negative-700:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
[group-invalidated] .dark\:invalidated\:placeholder-negative-600\/70:where(.dark, .dark *)::-moz-placeholder {
  color: rgb(220 38 38 / 0.7);
}
[group-invalidated] .dark\:invalidated\:placeholder-negative-600\/70:where(.dark, .dark *)::placeholder {
  color: rgb(220 38 38 / 0.7);
}
[group-invalidated] .dark\:invalidated\:ring-negative-600:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
[group-invalidated] .dark\:invalidated\:ring-negative-700:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
[group-invalidated] .dark\:checked\:invalidated\:border-negative-700:checked:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}
[group-invalidated] .dark\:checked\:invalidated\:bg-negative-700:checked:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
[group-invalidated] .dark\:hover\:invalidated\:bg-negative-500:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
[group-invalidated] .dark\:hover\:invalidated\:bg-negative-600:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[group-invalidated] .dark\:hover\:invalidated\:text-negative-400:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
[group-invalidated] .dark\:hover\:invalidated\:text-negative-500:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
[group-invalidated] .dark\:focus\:invalidated\:border-negative-600:focus:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
[group-invalidated] .dark\:focus\:invalidated\:bg-negative-500:focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
[group-invalidated] .dark\:focus\:invalidated\:bg-negative-600:focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[group-invalidated] .dark\:focus\:invalidated\:text-negative-400:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
[group-invalidated] .dark\:focus\:invalidated\:text-negative-500:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
[group-invalidated] .dark\:focus\:invalidated\:ring-negative-600:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
[group-invalidated] .dark\:focus\:invalidated\:ring-negative-700:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
[group-invalidated] .dark\:focus\:invalidated\:ring-offset-secondary-800:focus:where(.dark, .dark *) {
  --tw-ring-offset-color: #1f2937;
}
.group:focus [group-invalidated] .dark\:group-focus\:invalidated\:ring-negative-700:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
.peer:focus ~ [group-invalidated] .dark\:peer-focus\:invalidated\:ring-negative-700:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
.peer:focus ~ [group-invalidated] .dark\:peer-focus\:invalidated\:ring-offset-secondary-800:where(.dark, .dark *) {
  --tw-ring-offset-color: #1f2937;
}
[with-validation-colors] > div[form-wrapper] > .dark\:invalidated\:border-negative-600:has(input:invalid):where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > .dark\:invalidated\:bg-negative-600:has(input:invalid):where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > .dark\:invalidated\:bg-negative-700:has(input:invalid):where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > .dark\:invalidated\:bg-negative-700\/10:has(input:invalid):where(.dark, .dark *) {
  background-color: rgb(185 28 28 / 0.1);
}
[with-validation-colors] > div[form-wrapper] > .dark\:invalidated\:text-negative-400:has(input:invalid):where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > .dark\:invalidated\:text-negative-500:has(input:invalid):where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > .dark\:invalidated\:text-negative-600:has(input:invalid):where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > .dark\:invalidated\:text-negative-700:has(input:invalid):where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > .dark\:invalidated\:placeholder-negative-600\/70:has(input:invalid):where(.dark, .dark *)::-moz-placeholder {
  color: rgb(220 38 38 / 0.7);
}
[with-validation-colors] > div[form-wrapper] > .dark\:invalidated\:placeholder-negative-600\/70:has(input:invalid):where(.dark, .dark *)::placeholder {
  color: rgb(220 38 38 / 0.7);
}
[with-validation-colors] > div[form-wrapper] > .dark\:invalidated\:ring-negative-600:has(input:invalid):where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > .dark\:invalidated\:ring-negative-700:has(input:invalid):where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > .dark\:checked\:invalidated\:border-negative-700:has(input:invalid):checked:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > .dark\:checked\:invalidated\:bg-negative-700:has(input:invalid):checked:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > .dark\:hover\:invalidated\:bg-negative-500:has(input:invalid):hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > .dark\:hover\:invalidated\:bg-negative-600:has(input:invalid):hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > .dark\:hover\:invalidated\:text-negative-400:has(input:invalid):hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > .dark\:hover\:invalidated\:text-negative-500:has(input:invalid):hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > .dark\:focus\:invalidated\:border-negative-600:has(input:invalid):focus:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > .dark\:focus\:invalidated\:bg-negative-500:has(input:invalid):focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > .dark\:focus\:invalidated\:bg-negative-600:has(input:invalid):focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > .dark\:focus\:invalidated\:text-negative-400:has(input:invalid):focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > .dark\:focus\:invalidated\:text-negative-500:has(input:invalid):focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > .dark\:focus\:invalidated\:ring-negative-600:has(input:invalid):focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > .dark\:focus\:invalidated\:ring-negative-700:has(input:invalid):focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > .dark\:focus\:invalidated\:ring-offset-secondary-800:has(input:invalid):focus:where(.dark, .dark *) {
  --tw-ring-offset-color: #1f2937;
}
.group:focus [with-validation-colors] > div[form-wrapper] > .dark\:group-focus\:invalidated\:ring-negative-700:has(input:invalid):where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
.peer:focus ~ [with-validation-colors] > div[form-wrapper] > .dark\:peer-focus\:invalidated\:ring-negative-700:has(input:invalid):where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
.peer:focus ~ [with-validation-colors] > div[form-wrapper] > .dark\:peer-focus\:invalidated\:ring-offset-secondary-800:has(input:invalid):where(.dark, .dark *) {
  --tw-ring-offset-color: #1f2937;
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .dark\:invalidated\:border-negative-600:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .dark\:invalidated\:bg-negative-600:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .dark\:invalidated\:bg-negative-700:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .dark\:invalidated\:bg-negative-700\/10:where(.dark, .dark *) {
  background-color: rgb(185 28 28 / 0.1);
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .dark\:invalidated\:text-negative-400:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .dark\:invalidated\:text-negative-500:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .dark\:invalidated\:text-negative-600:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .dark\:invalidated\:text-negative-700:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .dark\:invalidated\:placeholder-negative-600\/70:where(.dark, .dark *)::-moz-placeholder {
  color: rgb(220 38 38 / 0.7);
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .dark\:invalidated\:placeholder-negative-600\/70:where(.dark, .dark *)::placeholder {
  color: rgb(220 38 38 / 0.7);
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .dark\:invalidated\:ring-negative-600:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .dark\:invalidated\:ring-negative-700:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .dark\:checked\:invalidated\:border-negative-700:checked:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .dark\:checked\:invalidated\:bg-negative-700:checked:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .dark\:hover\:invalidated\:bg-negative-500:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .dark\:hover\:invalidated\:bg-negative-600:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .dark\:hover\:invalidated\:text-negative-400:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .dark\:hover\:invalidated\:text-negative-500:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .dark\:focus\:invalidated\:border-negative-600:focus:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .dark\:focus\:invalidated\:bg-negative-500:focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .dark\:focus\:invalidated\:bg-negative-600:focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .dark\:focus\:invalidated\:text-negative-400:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .dark\:focus\:invalidated\:text-negative-500:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .dark\:focus\:invalidated\:ring-negative-600:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .dark\:focus\:invalidated\:ring-negative-700:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .dark\:focus\:invalidated\:ring-offset-secondary-800:focus:where(.dark, .dark *) {
  --tw-ring-offset-color: #1f2937;
}
.group:focus [with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .dark\:group-focus\:invalidated\:ring-negative-700:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
.peer:focus ~ [with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .dark\:peer-focus\:invalidated\:ring-negative-700:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
.peer:focus ~ [with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) ~ .dark\:peer-focus\:invalidated\:ring-offset-secondary-800:where(.dark, .dark *) {
  --tw-ring-offset-color: #1f2937;
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .dark\:invalidated\:border-negative-600:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .dark\:invalidated\:bg-negative-600:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .dark\:invalidated\:bg-negative-700:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .dark\:invalidated\:bg-negative-700\/10:where(.dark, .dark *) {
  background-color: rgb(185 28 28 / 0.1);
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .dark\:invalidated\:text-negative-400:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .dark\:invalidated\:text-negative-500:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .dark\:invalidated\:text-negative-600:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .dark\:invalidated\:text-negative-700:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .dark\:invalidated\:placeholder-negative-600\/70:where(.dark, .dark *)::-moz-placeholder {
  color: rgb(220 38 38 / 0.7);
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .dark\:invalidated\:placeholder-negative-600\/70:where(.dark, .dark *)::placeholder {
  color: rgb(220 38 38 / 0.7);
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .dark\:invalidated\:ring-negative-600:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .dark\:invalidated\:ring-negative-700:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .dark\:checked\:invalidated\:border-negative-700:checked:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .dark\:checked\:invalidated\:bg-negative-700:checked:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .dark\:hover\:invalidated\:bg-negative-500:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .dark\:hover\:invalidated\:bg-negative-600:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .dark\:hover\:invalidated\:text-negative-400:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .dark\:hover\:invalidated\:text-negative-500:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .dark\:focus\:invalidated\:border-negative-600:focus:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .dark\:focus\:invalidated\:bg-negative-500:focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .dark\:focus\:invalidated\:bg-negative-600:focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .dark\:focus\:invalidated\:text-negative-400:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .dark\:focus\:invalidated\:text-negative-500:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .dark\:focus\:invalidated\:ring-negative-600:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .dark\:focus\:invalidated\:ring-negative-700:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .dark\:focus\:invalidated\:ring-offset-secondary-800:focus:where(.dark, .dark *) {
  --tw-ring-offset-color: #1f2937;
}
.group:focus [with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .dark\:group-focus\:invalidated\:ring-negative-700:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
.peer:focus ~ [with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .dark\:peer-focus\:invalidated\:ring-negative-700:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
.peer:focus ~ [with-validation-colors] > div[form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid) .dark\:peer-focus\:invalidated\:ring-offset-secondary-800:where(.dark, .dark *) {
  --tw-ring-offset-color: #1f2937;
}
[with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .dark\:invalidated\:border-negative-600:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .dark\:invalidated\:bg-negative-600:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .dark\:invalidated\:bg-negative-700:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .dark\:invalidated\:bg-negative-700\/10:where(.dark, .dark *) {
  background-color: rgb(185 28 28 / 0.1);
}
[with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .dark\:invalidated\:text-negative-400:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .dark\:invalidated\:text-negative-500:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .dark\:invalidated\:text-negative-600:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .dark\:invalidated\:text-negative-700:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .dark\:invalidated\:placeholder-negative-600\/70:where(.dark, .dark *)::-moz-placeholder {
  color: rgb(220 38 38 / 0.7);
}
[with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .dark\:invalidated\:placeholder-negative-600\/70:where(.dark, .dark *)::placeholder {
  color: rgb(220 38 38 / 0.7);
}
[with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .dark\:invalidated\:ring-negative-600:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .dark\:invalidated\:ring-negative-700:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .dark\:checked\:invalidated\:border-negative-700:checked:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .dark\:checked\:invalidated\:bg-negative-700:checked:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .dark\:hover\:invalidated\:bg-negative-500:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .dark\:hover\:invalidated\:bg-negative-600:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .dark\:hover\:invalidated\:text-negative-400:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .dark\:hover\:invalidated\:text-negative-500:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .dark\:focus\:invalidated\:border-negative-600:focus:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .dark\:focus\:invalidated\:bg-negative-500:focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .dark\:focus\:invalidated\:bg-negative-600:focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .dark\:focus\:invalidated\:text-negative-400:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .dark\:focus\:invalidated\:text-negative-500:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .dark\:focus\:invalidated\:ring-negative-600:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .dark\:focus\:invalidated\:ring-negative-700:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
[with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .dark\:focus\:invalidated\:ring-offset-secondary-800:focus:where(.dark, .dark *) {
  --tw-ring-offset-color: #1f2937;
}
.group:focus [with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .dark\:group-focus\:invalidated\:ring-negative-700:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
.peer:focus ~ [with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .dark\:peer-focus\:invalidated\:ring-negative-700:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
.peer:focus ~ [with-validation-colors] > div[form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid) > .dark\:peer-focus\:invalidated\:ring-offset-secondary-800:where(.dark, .dark *) {
  --tw-ring-offset-color: #1f2937;
}
[with-validation-colors][form-wrapper] > .dark\:invalidated\:border-negative-600:has(input:invalid:not(:-moz-placeholder)):where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
[with-validation-colors][form-wrapper] > .dark\:invalidated\:border-negative-600:has(input:invalid:not(:placeholder-shown)):where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
[with-validation-colors][form-wrapper] > .dark\:invalidated\:bg-negative-600:has(input:invalid:not(:-moz-placeholder)):where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > .dark\:invalidated\:bg-negative-600:has(input:invalid:not(:placeholder-shown)):where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > .dark\:invalidated\:bg-negative-700:has(input:invalid:not(:-moz-placeholder)):where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > .dark\:invalidated\:bg-negative-700:has(input:invalid:not(:placeholder-shown)):where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > .dark\:invalidated\:bg-negative-700\/10:has(input:invalid:not(:-moz-placeholder)):where(.dark, .dark *) {
  background-color: rgb(185 28 28 / 0.1);
}
[with-validation-colors][form-wrapper] > .dark\:invalidated\:bg-negative-700\/10:has(input:invalid:not(:placeholder-shown)):where(.dark, .dark *) {
  background-color: rgb(185 28 28 / 0.1);
}
[with-validation-colors][form-wrapper] > .dark\:invalidated\:text-negative-400:has(input:invalid:not(:-moz-placeholder)):where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > .dark\:invalidated\:text-negative-400:has(input:invalid:not(:placeholder-shown)):where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > .dark\:invalidated\:text-negative-500:has(input:invalid:not(:-moz-placeholder)):where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > .dark\:invalidated\:text-negative-500:has(input:invalid:not(:placeholder-shown)):where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > .dark\:invalidated\:text-negative-600:has(input:invalid:not(:-moz-placeholder)):where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > .dark\:invalidated\:text-negative-600:has(input:invalid:not(:placeholder-shown)):where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > .dark\:invalidated\:text-negative-700:has(input:invalid:not(:-moz-placeholder)):where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > .dark\:invalidated\:text-negative-700:has(input:invalid:not(:placeholder-shown)):where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > .dark\:invalidated\:placeholder-negative-600\/70:has(input:invalid:not(:-moz-placeholder)):where(.dark, .dark *)::-moz-placeholder {
  color: rgb(220 38 38 / 0.7);
}
[with-validation-colors][form-wrapper] > .dark\:invalidated\:placeholder-negative-600\/70:has(input:invalid:not(:placeholder-shown)):where(.dark, .dark *)::-moz-placeholder {
  color: rgb(220 38 38 / 0.7);
}
[with-validation-colors][form-wrapper] > .dark\:invalidated\:placeholder-negative-600\/70:has(input:invalid:not(:-moz-placeholder)):where(.dark, .dark *)::placeholder {
  color: rgb(220 38 38 / 0.7);
}
[with-validation-colors][form-wrapper] > .dark\:invalidated\:placeholder-negative-600\/70:has(input:invalid:not(:placeholder-shown)):where(.dark, .dark *)::placeholder {
  color: rgb(220 38 38 / 0.7);
}
[with-validation-colors][form-wrapper] > .dark\:invalidated\:ring-negative-600:has(input:invalid:not(:-moz-placeholder)):where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > .dark\:invalidated\:ring-negative-600:has(input:invalid:not(:placeholder-shown)):where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > .dark\:invalidated\:ring-negative-700:has(input:invalid:not(:-moz-placeholder)):where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > .dark\:invalidated\:ring-negative-700:has(input:invalid:not(:placeholder-shown)):where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > .dark\:checked\:invalidated\:border-negative-700:has(input:invalid:not(:-moz-placeholder)):checked:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}
[with-validation-colors][form-wrapper] > .dark\:checked\:invalidated\:border-negative-700:has(input:invalid:not(:placeholder-shown)):checked:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}
[with-validation-colors][form-wrapper] > .dark\:checked\:invalidated\:bg-negative-700:has(input:invalid:not(:-moz-placeholder)):checked:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > .dark\:checked\:invalidated\:bg-negative-700:has(input:invalid:not(:placeholder-shown)):checked:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > .dark\:hover\:invalidated\:bg-negative-500:has(input:invalid:not(:-moz-placeholder)):hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > .dark\:hover\:invalidated\:bg-negative-500:has(input:invalid:not(:placeholder-shown)):hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > .dark\:hover\:invalidated\:bg-negative-600:has(input:invalid:not(:-moz-placeholder)):hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > .dark\:hover\:invalidated\:bg-negative-600:has(input:invalid:not(:placeholder-shown)):hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > .dark\:hover\:invalidated\:text-negative-400:has(input:invalid:not(:-moz-placeholder)):hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > .dark\:hover\:invalidated\:text-negative-400:has(input:invalid:not(:placeholder-shown)):hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > .dark\:hover\:invalidated\:text-negative-500:has(input:invalid:not(:-moz-placeholder)):hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > .dark\:hover\:invalidated\:text-negative-500:has(input:invalid:not(:placeholder-shown)):hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > .dark\:focus\:invalidated\:border-negative-600:has(input:invalid:not(:-moz-placeholder)):focus:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
[with-validation-colors][form-wrapper] > .dark\:focus\:invalidated\:border-negative-600:has(input:invalid:not(:placeholder-shown)):focus:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
[with-validation-colors][form-wrapper] > .dark\:focus\:invalidated\:bg-negative-500:has(input:invalid:not(:-moz-placeholder)):focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > .dark\:focus\:invalidated\:bg-negative-500:has(input:invalid:not(:placeholder-shown)):focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > .dark\:focus\:invalidated\:bg-negative-600:has(input:invalid:not(:-moz-placeholder)):focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > .dark\:focus\:invalidated\:bg-negative-600:has(input:invalid:not(:placeholder-shown)):focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > .dark\:focus\:invalidated\:text-negative-400:has(input:invalid:not(:-moz-placeholder)):focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > .dark\:focus\:invalidated\:text-negative-400:has(input:invalid:not(:placeholder-shown)):focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > .dark\:focus\:invalidated\:text-negative-500:has(input:invalid:not(:-moz-placeholder)):focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > .dark\:focus\:invalidated\:text-negative-500:has(input:invalid:not(:placeholder-shown)):focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > .dark\:focus\:invalidated\:ring-negative-600:has(input:invalid:not(:-moz-placeholder)):focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > .dark\:focus\:invalidated\:ring-negative-600:has(input:invalid:not(:placeholder-shown)):focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > .dark\:focus\:invalidated\:ring-negative-700:has(input:invalid:not(:-moz-placeholder)):focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > .dark\:focus\:invalidated\:ring-negative-700:has(input:invalid:not(:placeholder-shown)):focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > .dark\:focus\:invalidated\:ring-offset-secondary-800:has(input:invalid:not(:-moz-placeholder)):focus:where(.dark, .dark *) {
  --tw-ring-offset-color: #1f2937;
}
[with-validation-colors][form-wrapper] > .dark\:focus\:invalidated\:ring-offset-secondary-800:has(input:invalid:not(:placeholder-shown)):focus:where(.dark, .dark *) {
  --tw-ring-offset-color: #1f2937;
}
.group:focus [with-validation-colors][form-wrapper] > .dark\:group-focus\:invalidated\:ring-negative-700:has(input:invalid:not(:-moz-placeholder)):where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
.group:focus [with-validation-colors][form-wrapper] > .dark\:group-focus\:invalidated\:ring-negative-700:has(input:invalid:not(:placeholder-shown)):where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
.peer:focus ~ [with-validation-colors][form-wrapper] > .dark\:peer-focus\:invalidated\:ring-negative-700:has(input:invalid:not(:-moz-placeholder)):where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
.peer:focus ~ [with-validation-colors][form-wrapper] > .dark\:peer-focus\:invalidated\:ring-negative-700:has(input:invalid:not(:placeholder-shown)):where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
.peer:focus ~ [with-validation-colors][form-wrapper] > .dark\:peer-focus\:invalidated\:ring-offset-secondary-800:has(input:invalid:not(:-moz-placeholder)):where(.dark, .dark *) {
  --tw-ring-offset-color: #1f2937;
}
.peer:focus ~ [with-validation-colors][form-wrapper] > .dark\:peer-focus\:invalidated\:ring-offset-secondary-800:has(input:invalid:not(:placeholder-shown)):where(.dark, .dark *) {
  --tw-ring-offset-color: #1f2937;
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .dark\:invalidated\:border-negative-600:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .dark\:invalidated\:border-negative-600:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .dark\:invalidated\:bg-negative-600:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .dark\:invalidated\:bg-negative-600:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .dark\:invalidated\:bg-negative-700:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .dark\:invalidated\:bg-negative-700:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .dark\:invalidated\:bg-negative-700\/10:where(.dark, .dark *) {
  background-color: rgb(185 28 28 / 0.1);
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .dark\:invalidated\:bg-negative-700\/10:where(.dark, .dark *) {
  background-color: rgb(185 28 28 / 0.1);
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .dark\:invalidated\:text-negative-400:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .dark\:invalidated\:text-negative-400:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .dark\:invalidated\:text-negative-500:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .dark\:invalidated\:text-negative-500:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .dark\:invalidated\:text-negative-600:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .dark\:invalidated\:text-negative-600:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .dark\:invalidated\:text-negative-700:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .dark\:invalidated\:text-negative-700:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .dark\:invalidated\:placeholder-negative-600\/70:where(.dark, .dark *)::-moz-placeholder {
  color: rgb(220 38 38 / 0.7);
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .dark\:invalidated\:placeholder-negative-600\/70:where(.dark, .dark *)::-moz-placeholder {
  color: rgb(220 38 38 / 0.7);
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .dark\:invalidated\:placeholder-negative-600\/70:where(.dark, .dark *)::placeholder {
  color: rgb(220 38 38 / 0.7);
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .dark\:invalidated\:placeholder-negative-600\/70:where(.dark, .dark *)::placeholder {
  color: rgb(220 38 38 / 0.7);
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .dark\:invalidated\:ring-negative-600:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .dark\:invalidated\:ring-negative-600:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .dark\:invalidated\:ring-negative-700:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .dark\:invalidated\:ring-negative-700:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .dark\:checked\:invalidated\:border-negative-700:checked:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .dark\:checked\:invalidated\:border-negative-700:checked:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .dark\:checked\:invalidated\:bg-negative-700:checked:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .dark\:checked\:invalidated\:bg-negative-700:checked:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .dark\:hover\:invalidated\:bg-negative-500:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .dark\:hover\:invalidated\:bg-negative-500:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .dark\:hover\:invalidated\:bg-negative-600:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .dark\:hover\:invalidated\:bg-negative-600:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .dark\:hover\:invalidated\:text-negative-400:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .dark\:hover\:invalidated\:text-negative-400:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .dark\:hover\:invalidated\:text-negative-500:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .dark\:hover\:invalidated\:text-negative-500:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .dark\:focus\:invalidated\:border-negative-600:focus:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .dark\:focus\:invalidated\:border-negative-600:focus:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .dark\:focus\:invalidated\:bg-negative-500:focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .dark\:focus\:invalidated\:bg-negative-500:focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .dark\:focus\:invalidated\:bg-negative-600:focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .dark\:focus\:invalidated\:bg-negative-600:focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .dark\:focus\:invalidated\:text-negative-400:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .dark\:focus\:invalidated\:text-negative-400:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .dark\:focus\:invalidated\:text-negative-500:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .dark\:focus\:invalidated\:text-negative-500:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .dark\:focus\:invalidated\:ring-negative-600:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .dark\:focus\:invalidated\:ring-negative-600:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .dark\:focus\:invalidated\:ring-negative-700:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .dark\:focus\:invalidated\:ring-negative-700:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .dark\:focus\:invalidated\:ring-offset-secondary-800:focus:where(.dark, .dark *) {
  --tw-ring-offset-color: #1f2937;
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .dark\:focus\:invalidated\:ring-offset-secondary-800:focus:where(.dark, .dark *) {
  --tw-ring-offset-color: #1f2937;
}
.group:focus [with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .dark\:group-focus\:invalidated\:ring-negative-700:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
.group:focus [with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .dark\:group-focus\:invalidated\:ring-negative-700:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
.peer:focus ~ [with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .dark\:peer-focus\:invalidated\:ring-negative-700:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
.peer:focus ~ [with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .dark\:peer-focus\:invalidated\:ring-negative-700:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
.peer:focus ~ [with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) ~ .dark\:peer-focus\:invalidated\:ring-offset-secondary-800:where(.dark, .dark *) {
  --tw-ring-offset-color: #1f2937;
}
.peer:focus ~ [with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) ~ .dark\:peer-focus\:invalidated\:ring-offset-secondary-800:where(.dark, .dark *) {
  --tw-ring-offset-color: #1f2937;
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .dark\:invalidated\:border-negative-600:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .dark\:invalidated\:border-negative-600:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .dark\:invalidated\:bg-negative-600:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .dark\:invalidated\:bg-negative-600:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .dark\:invalidated\:bg-negative-700:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .dark\:invalidated\:bg-negative-700:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .dark\:invalidated\:bg-negative-700\/10:where(.dark, .dark *) {
  background-color: rgb(185 28 28 / 0.1);
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .dark\:invalidated\:bg-negative-700\/10:where(.dark, .dark *) {
  background-color: rgb(185 28 28 / 0.1);
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .dark\:invalidated\:text-negative-400:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .dark\:invalidated\:text-negative-400:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .dark\:invalidated\:text-negative-500:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .dark\:invalidated\:text-negative-500:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .dark\:invalidated\:text-negative-600:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .dark\:invalidated\:text-negative-600:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .dark\:invalidated\:text-negative-700:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .dark\:invalidated\:text-negative-700:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .dark\:invalidated\:placeholder-negative-600\/70:where(.dark, .dark *)::-moz-placeholder {
  color: rgb(220 38 38 / 0.7);
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .dark\:invalidated\:placeholder-negative-600\/70:where(.dark, .dark *)::-moz-placeholder {
  color: rgb(220 38 38 / 0.7);
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .dark\:invalidated\:placeholder-negative-600\/70:where(.dark, .dark *)::placeholder {
  color: rgb(220 38 38 / 0.7);
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .dark\:invalidated\:placeholder-negative-600\/70:where(.dark, .dark *)::placeholder {
  color: rgb(220 38 38 / 0.7);
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .dark\:invalidated\:ring-negative-600:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .dark\:invalidated\:ring-negative-600:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .dark\:invalidated\:ring-negative-700:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .dark\:invalidated\:ring-negative-700:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .dark\:checked\:invalidated\:border-negative-700:checked:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .dark\:checked\:invalidated\:border-negative-700:checked:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .dark\:checked\:invalidated\:bg-negative-700:checked:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .dark\:checked\:invalidated\:bg-negative-700:checked:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .dark\:hover\:invalidated\:bg-negative-500:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .dark\:hover\:invalidated\:bg-negative-500:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .dark\:hover\:invalidated\:bg-negative-600:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .dark\:hover\:invalidated\:bg-negative-600:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .dark\:hover\:invalidated\:text-negative-400:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .dark\:hover\:invalidated\:text-negative-400:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .dark\:hover\:invalidated\:text-negative-500:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .dark\:hover\:invalidated\:text-negative-500:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .dark\:focus\:invalidated\:border-negative-600:focus:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .dark\:focus\:invalidated\:border-negative-600:focus:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .dark\:focus\:invalidated\:bg-negative-500:focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .dark\:focus\:invalidated\:bg-negative-500:focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .dark\:focus\:invalidated\:bg-negative-600:focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .dark\:focus\:invalidated\:bg-negative-600:focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .dark\:focus\:invalidated\:text-negative-400:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .dark\:focus\:invalidated\:text-negative-400:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .dark\:focus\:invalidated\:text-negative-500:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .dark\:focus\:invalidated\:text-negative-500:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .dark\:focus\:invalidated\:ring-negative-600:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .dark\:focus\:invalidated\:ring-negative-600:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .dark\:focus\:invalidated\:ring-negative-700:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .dark\:focus\:invalidated\:ring-negative-700:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .dark\:focus\:invalidated\:ring-offset-secondary-800:focus:where(.dark, .dark *) {
  --tw-ring-offset-color: #1f2937;
}
[with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .dark\:focus\:invalidated\:ring-offset-secondary-800:focus:where(.dark, .dark *) {
  --tw-ring-offset-color: #1f2937;
}
.group:focus [with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .dark\:group-focus\:invalidated\:ring-negative-700:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
.group:focus [with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .dark\:group-focus\:invalidated\:ring-negative-700:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
.peer:focus ~ [with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .dark\:peer-focus\:invalidated\:ring-negative-700:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
.peer:focus ~ [with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .dark\:peer-focus\:invalidated\:ring-negative-700:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
.peer:focus ~ [with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:-moz-placeholder)) .dark\:peer-focus\:invalidated\:ring-offset-secondary-800:where(.dark, .dark *) {
  --tw-ring-offset-color: #1f2937;
}
.peer:focus ~ [with-validation-colors][form-wrapper] > label[name="form.wrapper.container"]:has(input:invalid:not(:placeholder-shown)) .dark\:peer-focus\:invalidated\:ring-offset-secondary-800:where(.dark, .dark *) {
  --tw-ring-offset-color: #1f2937;
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .dark\:invalidated\:border-negative-600:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .dark\:invalidated\:border-negative-600:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .dark\:invalidated\:bg-negative-600:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .dark\:invalidated\:bg-negative-600:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .dark\:invalidated\:bg-negative-700:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .dark\:invalidated\:bg-negative-700:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .dark\:invalidated\:bg-negative-700\/10:where(.dark, .dark *) {
  background-color: rgb(185 28 28 / 0.1);
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .dark\:invalidated\:bg-negative-700\/10:where(.dark, .dark *) {
  background-color: rgb(185 28 28 / 0.1);
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .dark\:invalidated\:text-negative-400:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .dark\:invalidated\:text-negative-400:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .dark\:invalidated\:text-negative-500:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .dark\:invalidated\:text-negative-500:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .dark\:invalidated\:text-negative-600:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .dark\:invalidated\:text-negative-600:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .dark\:invalidated\:text-negative-700:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .dark\:invalidated\:text-negative-700:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .dark\:invalidated\:placeholder-negative-600\/70:where(.dark, .dark *)::-moz-placeholder {
  color: rgb(220 38 38 / 0.7);
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .dark\:invalidated\:placeholder-negative-600\/70:where(.dark, .dark *)::-moz-placeholder {
  color: rgb(220 38 38 / 0.7);
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .dark\:invalidated\:placeholder-negative-600\/70:where(.dark, .dark *)::placeholder {
  color: rgb(220 38 38 / 0.7);
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .dark\:invalidated\:placeholder-negative-600\/70:where(.dark, .dark *)::placeholder {
  color: rgb(220 38 38 / 0.7);
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .dark\:invalidated\:ring-negative-600:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .dark\:invalidated\:ring-negative-600:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .dark\:invalidated\:ring-negative-700:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .dark\:invalidated\:ring-negative-700:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .dark\:checked\:invalidated\:border-negative-700:checked:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .dark\:checked\:invalidated\:border-negative-700:checked:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .dark\:checked\:invalidated\:bg-negative-700:checked:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .dark\:checked\:invalidated\:bg-negative-700:checked:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .dark\:hover\:invalidated\:bg-negative-500:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .dark\:hover\:invalidated\:bg-negative-500:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .dark\:hover\:invalidated\:bg-negative-600:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .dark\:hover\:invalidated\:bg-negative-600:hover:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .dark\:hover\:invalidated\:text-negative-400:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .dark\:hover\:invalidated\:text-negative-400:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .dark\:hover\:invalidated\:text-negative-500:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .dark\:hover\:invalidated\:text-negative-500:hover:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .dark\:focus\:invalidated\:border-negative-600:focus:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .dark\:focus\:invalidated\:border-negative-600:focus:where(.dark, .dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .dark\:focus\:invalidated\:bg-negative-500:focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .dark\:focus\:invalidated\:bg-negative-500:focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .dark\:focus\:invalidated\:bg-negative-600:focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .dark\:focus\:invalidated\:bg-negative-600:focus:where(.dark, .dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .dark\:focus\:invalidated\:text-negative-400:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .dark\:focus\:invalidated\:text-negative-400:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .dark\:focus\:invalidated\:text-negative-500:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .dark\:focus\:invalidated\:text-negative-500:focus:where(.dark, .dark *) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .dark\:focus\:invalidated\:ring-negative-600:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .dark\:focus\:invalidated\:ring-negative-600:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .dark\:focus\:invalidated\:ring-negative-700:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .dark\:focus\:invalidated\:ring-negative-700:focus:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .dark\:focus\:invalidated\:ring-offset-secondary-800:focus:where(.dark, .dark *) {
  --tw-ring-offset-color: #1f2937;
}
[with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .dark\:focus\:invalidated\:ring-offset-secondary-800:focus:where(.dark, .dark *) {
  --tw-ring-offset-color: #1f2937;
}
.group:focus [with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .dark\:group-focus\:invalidated\:ring-negative-700:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
.group:focus [with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .dark\:group-focus\:invalidated\:ring-negative-700:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
.peer:focus ~ [with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .dark\:peer-focus\:invalidated\:ring-negative-700:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
.peer:focus ~ [with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .dark\:peer-focus\:invalidated\:ring-negative-700:where(.dark, .dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}
.peer:focus ~ [with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:-moz-placeholder)) > .dark\:peer-focus\:invalidated\:ring-offset-secondary-800:where(.dark, .dark *) {
  --tw-ring-offset-color: #1f2937;
}
.peer:focus ~ [with-validation-colors][form-wrapper] > div[name="form.wrapper.header"]:has(+ label[name="form.wrapper.container"] > input:invalid:not(:placeholder-shown)) > .dark\:peer-focus\:invalidated\:ring-offset-secondary-800:where(.dark, .dark *) {
  --tw-ring-offset-color: #1f2937;
}
@media (min-width: 640px) {

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

